Ignore:
Timestamp:
Nov 26, 2013, 10:45:01 PM (11 years ago)
Author:
chronos
Message:
  • Modified: Some czech texts transformed to translated.
  • Modified: Improved locale processing.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/system.php

    r603 r609  
    239239                        //$Output .= ''<span class="MenuItem">Moje překlady: <a href="">Dokončené</a> <a href="">Rozpracované</a> <a href="">Exporty</a> Tým: <a href="">'.$Team['name'].'</a></span>';
    240240                        $Output .= '<span class="MenuItem2">'.$this->System->User->Name.' <a href="'.$this->System->Link('/?action=logout').'">Odhlášení</a>'.
    241                                         ' <a href="'.$this->System->Link('/user.php?user='.$this->System->User->Id).'">Moje stránka</a>'.
    242                                         ' <a href="'.$this->System->Link('/Options.php').'">Nastavení</a>'.
     241                                        ' <a href="'.$this->System->Link('/user.php?user='.$this->System->User->Id).'">'.T('My page').'</a>'.
     242                                        ' <a href="'.$this->System->Link('/Options.php').'">'.T('Options').'</a>'.
    243243                                        ' <a title="Vámi přeložené texty" href="'.$this->System->Link('/TranslationList.php?user='.
    244244                                        $this->System->User->Id.'&amp;group=0&amp;state=2&amp;text=&amp;entry=').'">Přeložené</a>'.
     
    252252                                        'Jméno: <input type="text" name="LoginUser" size="8 " /> '.
    253253                                        'Heslo: <td><input type="password" name="LoginPass" size="8" /> '.
    254                                         '<input type="submit" value="Přihlásit" /></form> &nbsp; '.
     254                                        '<input type="submit" value="'.T('Login').'" /></form> &nbsp; '.
    255255                                        '<a href="'.$this->System->Link('/registrace.php').'">'.T('Registration').'</a></span>';
    256256                }
     
    323323                global $TranslationTree;
    324324       
    325                 $Output = '<strong>Překladové skupiny:</strong><br /><div id="TranslationMenu">';
     325                $Output = '<strong>'.T('Translate groups').':</strong><br /><div id="TranslationMenu">';
    326326                $DbResult = $this->System->Database->select('Group', '`Id`, `Name`', '1 ORDER BY `Name`');
    327327                while($Group = $DbResult->fetch_assoc())
     
    382382                $Output .= '</td>'.
    383383      '</tr><tr>'.
    384       '<td colspan="4" class="page-bottom">Verze: '.$Revision.' ('.HumanDate($ReleaseTime).')'.
    385       ' &nbsp; <a href="http://svn.zdechov.net/trac/wowpreklad/browser/trunk">Zdrojové soubory</a> &nbsp; '.
    386       '<a href="http://svn.zdechov.net/trac/wowpreklad/log/trunk?verbose=on">Novinky</a> &nbsp; '.
     384      '<td colspan="4" class="page-bottom">'.T('Version').': '.$Revision.' ('.HumanDate($ReleaseTime).')'.
     385      ' &nbsp; <a href="http://svn.zdechov.net/trac/wowpreklad/browser/trunk">'.T('Source code').'</a> &nbsp; '.
     386      '<a href="http://svn.zdechov.net/trac/wowpreklad/log/trunk?verbose=on">'.T('Changelog').'</a> &nbsp; '.
    387387      $this->System->Config['Web']['WebCounter'];
    388388       
Note: See TracChangeset for help on using the changeset viewer.