Changeset 857 for trunk/Modules/Admin/Admin.php
- Timestamp:
- Jan 20, 2016, 11:16:40 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Admin/Admin.php
r842 r857 18 18 $this->System->RegisterMenuItem(array( 19 19 'Title' => T('Administration'), 20 'Hint' => 'Volby pro správu',20 'Hint' => T('Administration tools'), 21 21 'Link' => $this->System->Link('/admin/'), 22 22 'Permission' => LICENCE_ADMIN, … … 31 31 function ShowMenu() 32 32 { 33 $Output = '<h3> Volby pro správu</h3>';33 $Output = '<h3>'.T('Administration tools').'</h3>'; 34 34 35 35 $Output .= '<br />'. 36 '<a href="https://'.$this->System->Config['Web']['Host'].'/phpmyadmin/"> Správa databáze</a><br/>'.36 '<a href="https://'.$this->System->Config['Web']['Host'].'/phpmyadmin/">'.T('Database management').'</a><br/>'. 37 37 '<small>Rozhraní phpMyAdmin pro přímou správu databáze</small><br/><br/>'. 38 '<a href="'.$this->System->Link('/import/').'"> Import textů</a><br/>'.38 '<a href="'.$this->System->Link('/import/').'">'.T('Text import').'</a><br/>'. 39 39 '<small>Načtení zdrojových textů do databáze</small><br/><br/>'. 40 '<a href="'.$this->System->Link('/log/').'"> Záznamy událostí</a><br/>'.40 '<a href="'.$this->System->Link('/log/').'">'.T('Event log').'</a><br/>'. 41 41 '<small>Procházení všech systémových záznamů akcí a událostí</small><br/><br/>'. 42 '<a href="'.$this->System->Link('/admin/?action=testing').'"> Testování</a><br/>'.42 '<a href="'.$this->System->Link('/admin/?action=testing').'">'.T('Testing').'</a><br/>'. 43 43 '<small>Testovací funkce</small><br/><br/>'. 44 '<a href="'.$this->System->Link('/admin/?action=locale').'"> Exportovat překlad rozhraní</a><br/>'.44 '<a href="'.$this->System->Link('/admin/?action=locale').'">'.T('Export of the web interface translation').'</a><br/>'. 45 45 '<small>Exportovat texty z PHP souborů pro překlad rozhraní</small><br/><br/>'. 46 46 '<a href="'.$this->System->Link('/admin/?action=uncomplete').'">Nastavit nekompletní texty</a><br/>'.
Note:
See TracChangeset
for help on using the changeset viewer.