Changeset 648


Ignore:
Timestamp:
Dec 14, 2013, 2:53:10 PM (11 years ago)
Author:
maron
Message:
  • Added: Link to download czech text on FrontPage.php
  • fixed: datetime of last generation
Location:
trunk
Files:
4 edited

Legend:

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

    r636 r648  
    7676        $Output = '';
    7777        if(isset($Message)) $Output .= ShowMessage($Message, $MessageType);
    78          
     78                            
    7979        $Output .= '<br />'.
    8080                        '<table class="Home"><tr><td colspan="3">'.$this->ShowWelcome().
    81                         '</td></tr>'.
    82                         '<tr><td>'.$this->ShowLastTranslated().'</td>'.
     81                        '</td></tr>';
     82        $file = $this->System->Config['Web']['TempFolder'].'mpq/Instalace_CzechWoW_3.3.3a.exe';                                                                                               
     83    if (file_exists($file))
     84      $Output .= '<tr><td><h3><a href="'.$file.'" title="'.T('Automatic every day generated czech text for client').' ('.date('d.m.Y h:i',(filemtime($file))).')">'.sprintf(T('Download czech text %s'), '3.3.5a').'</a></h3><br/></tr><td>';
     85
     86        $Output .= '<tr><td>'.$this->ShowLastTranslated().'</td>'.
    8387                        '<td class="news-box">'.$this->System->ModuleManager->Modules['News']->ShowBox().'</td>'.
    8488                        '<td>'.$this->System->ModuleManager->Modules['ShoutBox']->ShowBox().'</td>'.
  • trunk/download.php

    r645 r648  
    2929  '<strong>CzechWoW</strong> - Čeština pro klienta využívající upravený soubor WoWLua.exe umožňují přeložení celého rozhraní hry.<br/>';
    3030 
    31   $file = $this->System->Config['Web']['TempFolder'].'mpq/Instalace_CzechWoW_3.3.3a.exe';                                                                                               
    32   if (file_exists($file))
    33     $Output .= '<a href="'.$file.'">Instalace CzechWoW 3.3.5a.exe</a> - Automaticky každý den generovaná čeština ('.date('d.m.Y h:m',(filemtime($file))).')<br/>';
     31        $file = $this->System->Config['Web']['TempFolder'].'mpq/Instalace_CzechWoW_3.3.3a.exe';                                                                                               
     32    if (file_exists($file))
     33    $Output .= '<a href="'.$this->System->Link($file).'">Instalace CzechWoW 3.3.5a.exe</a> - '.T('Automatic every day generated czech text for client').' ('.date('d.m.Y h:i',(filemtime($file))).')<br/>';
    3434 
    3535  $Output .= '<a href="download/CzechWoW/Instalace_CzechWoW_3.3.5a_2010-09-09.exe">Instalace CzechWoW 3.3.5a 2010-09-09.exe</a><br/>'.
  • trunk/includes/Version.php

    r647 r648  
    66// and system will need database update.
    77
    8 $Revision = 647; // Subversion revision
     8$Revision = 648; // Subversion revision
    99$DatabaseRevision = 646; // Database structure revision
    1010$ReleaseTime = '2013-12-14';
  • trunk/locale/cs.php

    r646 r648  
    136136      'Settings saved' => 'Nastavení uloženo',
    137137      'Export allways from all users' => 'Exportovat vždy od všech uživatelů',
     138      'Automatic every day generated czech text for client' => 'Automaticky každý den generovaná čeština pro klienta',
     139      'Download czech text %s' => 'Stáhnout češtinu %s',
    138140      'There are servers listed which are in fact offering translated game. '.
    139141    'There is resoluted if translation is offered either on client side, on server side or both. '.
Note: See TracChangeset for help on using the changeset viewer.