Ignore:
Timestamp:
Dec 4, 2013, 9:20:56 AM (11 years ago)
Author:
chronos
Message:
  • Modified: More translated texts.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/system.php

    r618 r622  
    267267                {
    268268                        $Output .= '<form action="'.$this->System->Link('/?action=login').'" method="post"> '.
    269                                         'Jméno: <input type="text" name="LoginUser" size="8 " /> '.
    270                                         'Heslo: <td><input type="password" name="LoginPass" size="8" /> '.
     269                                        T('Name').': <input type="text" name="LoginUser" size="8 " /> '.
     270                                        T('Password').': <td><input type="password" name="LoginPass" size="8" /> '.
    271271                                        '<input type="submit" value="'.T('Login').'" /></form> &nbsp; '.
    272272                                        '<a href="'.$this->System->Link('/registrace.php').'">'.T('Registration').'</a>';
     
    293293                } else
    294294                {
    295                         $Output .= '<strong>Přihlášení:</strong>
     295                        $Output .= '<strong>'.T('Login').':</strong>
    296296                        <form action="" method="post">
    297297                        <table>
     
    303303                        </tr>
    304304                        <tr>
    305                         <th><input type="submit" value="Přihlásit" /></th>
     305                        <th><input type="submit" value="'.T('Do login').'" /></th>
    306306                        </tr>
    307307                        </table>
     
    415415                $Output .= '</td></tr>';
    416416                if($this->System->Config['Web']['ShowRuntimeInfo'] == true)
    417                         $Output .= '<tr><td colspan="3" style="text-align: center;">Doba generování: '.
    418                 $ScriptGenerateDuration.' s / '.ini_get('max_execution_time').' s &nbsp;&nbsp; Použitá paměť: '.
     417                        $Output .= '<tr><td colspan="3" style="text-align: center;">'.T('Generating duration').': '.
     418                $ScriptGenerateDuration.' s / '.ini_get('max_execution_time').' s &nbsp;&nbsp; '.T('Used memory').': '.
    419419                HumanSize(memory_get_peak_usage(FALSE)).' / '.ini_get('memory_limit').'B &nbsp;&nbsp; <a href="http://validator.w3.org/check?uri='.
    420420                htmlentities('http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'].'?'.$_SERVER['QUERY_STRING']).'">HTML validator</a></td></tr>';
Note: See TracChangeset for help on using the changeset viewer.