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/Modules/FrontPage/FrontPage.php

    r609 r622  
    111111                                ' ORDER BY `ModifyTime` DESC LIMIT '.$Count;
    112112                $DbResult = $this->Database->query($Query);
    113                 $Output .= '<table class="MiniTable"><tr><th>Datum</th><th>Kdo</th><th>Nový</th><th>Zdroj</th><th>Skupina</th></tr>';
     113                $Output .= '<table class="MiniTable"><tr><th>'.T('Date').'</th><th>'.T('Who').'</th><th>'.T('New').'</th><th>'.T('Source').'</th><th>'.T('Group').'</th></tr>';
    114114                while($DbRow = $DbResult->fetch_assoc())
    115115                {
Note: See TracChangeset for help on using the changeset viewer.