Changeset 648
- Timestamp:
- Dec 14, 2013, 2:53:10 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/FrontPage/FrontPage.php
r636 r648 76 76 $Output = ''; 77 77 if(isset($Message)) $Output .= ShowMessage($Message, $MessageType); 78 78 79 79 $Output .= '<br />'. 80 80 '<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>'. 83 87 '<td class="news-box">'.$this->System->ModuleManager->Modules['News']->ShowBox().'</td>'. 84 88 '<td>'.$this->System->ModuleManager->Modules['ShoutBox']->ShowBox().'</td>'. -
trunk/download.php
r645 r648 29 29 '<strong>CzechWoW</strong> - Čeština pro klienta využívající upravený soubor WoWLua.exe umožňují přeložení celého rozhraní hry.<br/>'; 30 30 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/>'; 34 34 35 35 $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 6 6 // and system will need database update. 7 7 8 $Revision = 64 7; // Subversion revision8 $Revision = 648; // Subversion revision 9 9 $DatabaseRevision = 646; // Database structure revision 10 10 $ReleaseTime = '2013-12-14'; -
trunk/locale/cs.php
r646 r648 136 136 'Settings saved' => 'Nastavení uloženo', 137 137 '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', 138 140 'There are servers listed which are in fact offering translated game. '. 139 141 '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.