Changeset 558 for trunk/includes
- Timestamp:
- Jul 29, 2013, 11:48:14 PM (12 years ago)
- Location:
- trunk/includes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/Version.php
r557 r558 1 1 <?php 2 2 3 $Revision = 55 7; // Subversion revision3 $Revision = 558; // Subversion revision 4 4 $DatabaseRevision = 543; // Database structure revision 5 5 $ReleaseTime = '2013-07-29'; -
trunk/includes/global.php
r556 r558 21 21 include_once(dirname(__FILE__).'/../Modules/Dictionary/Dictionary.php'); 22 22 include_once(dirname(__FILE__).'/../Modules/Import/Import.php'); 23 include_once(dirname(__FILE__).'/../Modules/Export/Export.php'); 23 24 include_once(dirname(__FILE__).'/../Modules/Server/Server.php'); 24 25 include_once(dirname(__FILE__).'/../Modules/ClientVersion/ClientVersion.php'); … … 75 76 $System->ModuleManager->RegisterModule(new ModuleTranslation($System)); 76 77 $System->ModuleManager->RegisterModule(new ModuleImport($System)); 78 $System->ModuleManager->RegisterModule(new ModuleExport($System)); 77 79 $System->ModuleManager->RegisterModule(new ModuleServer($System)); 78 80 $System->ModuleManager->RegisterModule(new ModuleClientVersion($System)); -
trunk/includes/system.php
r556 r558 50 50 'Hint' => 'Stav dokončení překládů', 51 51 'Link' => $this->Link('/statistic.php'), 52 'Permission' => LICENCE_ANONYMOUS,53 'Icon' => '',54 ),55 array(56 'Title' => 'Exporty',57 'Hint' => 'Zde si můžete stáhnout přeložené texty',58 'Link' => $this->Link('/export/'),59 52 'Permission' => LICENCE_ANONYMOUS, 60 53 'Icon' => '',
Note:
See TracChangeset
for help on using the changeset viewer.