Ignore:
Timestamp:
Jan 20, 2016, 11:16:40 AM (8 years ago)
Author:
chronos
Message:
  • Added: More page redirections.
  • Modified: Translated Log module and part of Admin module.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Admin/Admin.php

    r842 r857  
    1818    $this->System->RegisterMenuItem(array(
    1919      'Title' => T('Administration'),
    20       'Hint' => 'Volby pro správu',
     20      'Hint' => T('Administration tools'),
    2121      'Link' => $this->System->Link('/admin/'),
    2222      'Permission' => LICENCE_ADMIN,
     
    3131  function ShowMenu()
    3232  {
    33     $Output = '<h3>Volby pro správu</h3>';
     33    $Output = '<h3>'.T('Administration tools').'</h3>';
    3434
    3535    $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/>'.
    3737      '<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/>'.
    3939      '<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/>'.
    4141      '<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/>'.
    4343      '<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/>'.
    4545      '<small>Exportovat texty z PHP souborů pro překlad rozhraní</small><br/><br/>'.
    4646      '<a href="'.$this->System->Link('/admin/?action=uncomplete').'">Nastavit nekompletní texty</a><br/>'.
Note: See TracChangeset for help on using the changeset viewer.