Changeset 842 for trunk/Modules/Translation/Translation.php
- Timestamp:
- Jan 12, 2016, 10:55:07 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/Translation.php
r838 r842 35 35 'Channel' => 'translation', 'Callback' => array($this, 'ShowRSS'), 'Permission' => LICENCE_ANONYMOUS)); 36 36 $this->System->RegisterMenuItem(array( 37 38 39 40 41 37 'Title' => T('Completion status'), 38 'Hint' => 'Stav dokončení překládů', 39 'Link' => $this->System->Link('/progress/'), 40 'Permission' => LICENCE_ANONYMOUS, 41 'Icon' => '', 42 42 ), 1); 43 $this->System->RegisterMenuItem(array( 44 'Title' => T('Data source'), 45 'Hint' => 'Informace o překladových skupinách', 46 'Link' => $this->System->Link('/TranslationList.php?action=grouplist'), 47 'Permission' => LICENCE_ANONYMOUS, 48 'Icon' => '', 49 )); 43 50 if(array_key_exists('Search', $this->System->ModuleManager->Modules)) 44 51 {
Note:
See TracChangeset
for help on using the changeset viewer.