Ignore:
Timestamp:
Nov 26, 2013, 12:22:41 AM (11 years ago)
Author:
chronos
Message:
  • Added: Class Locale for handling interface translation. Texts are translated using global function T($Text). New config item Web-Locale added.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/system.php

    r602 r603  
    253253                                        'Heslo: <td><input type="password" name="LoginPass" size="8" /> '.
    254254                                        '<input type="submit" value="Přihlásit" /></form> &nbsp; '.
    255                                         '<a href="'.$this->System->Link('/registrace.php').'">Registrace</a></span>';
     255                                        '<a href="'.$this->System->Link('/registrace.php').'">'.T('Registration').'</a></span>';
    256256                }
    257257                $Output .= '</div>';
     
    303303        function ShowMainMenu()
    304304        {
    305                 $Output = '<strong>Nabídka:</strong>'.
     305                $Output = '<strong>'.T('Menu').':</strong>'.
    306306                                '<div class="verticalmenu"><ul>';
    307307                foreach($this->System->Menu as $MenuItem)
Note: See TracChangeset for help on using the changeset viewer.