Ignore:
Timestamp:
Nov 26, 2013, 10:12:48 PM (11 years ago)
Author:
chronos
Message:
  • Added: Implemented mechanism for update interface translation list from source code. Resulted list is saved to lanugage file and database.
File:
1 edited

Legend:

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

    r603 r608  
    1818    $this->System->RegisterPage('', 'PageFrontPage');
    1919    $this->System->RegisterMenuItem(array(
    20       'Title' => 'Domů',
    21       'Hint' => 'Hlavní stránka',
     20      'Title' => T('Home'),
     21      'Hint' => T('Main page'),
    2222      'Link' => $this->System->Link('/'),
    2323      'Permission' => LICENCE_ANONYMOUS,
     
    8989  {
    9090        $Count = 40;
    91         $Output = '<strong>Poslední překlady:</strong>';
     91        $Output = '<strong>'.T('Last translated').':</strong>';
    9292 
    9393        $GroupListQuery = 'SELECT `Group`.* FROM `Group`';
Note: See TracChangeset for help on using the changeset viewer.