Changeset 843 for trunk/Modules/Download/Download.php
- Timestamp:
- Jan 14, 2016, 10:25:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Download/Download.php
r838 r843 32 32 { 33 33 $fileslink = $this->System->Link('/files'); 34 $Output = '<h3>'.T('Accessories for client').'</h3>'.34 $Output = '<h3>'.T('Accessories for client').'</h3>'. 35 35 '<strong><a href="'.$fileslink.'/WowLua/wowpatcher.exe">wowpatcher</a></strong> - '.T('Tool to command line, which search and edit file wow.exe for support editing files Glue Strings.lua and GlobalStrings.lua.').' '. 36 36 T('Designed for one-time creation of new modified version of wow.exe. Help can be called with the - help option. The ability to modify future versions not guaranteed.').' '. … … 81 81 $Output = '<h3>'.T('Download czech').'</h3><br />'; 82 82 83 $Output .= T('Additional files: modified wow.exe, fonts to game, translated interface aowow and more can be found on page').' <a href="'.$this->System->Link('/download/?Files').'">'.T('Files').'</a><br />'; 83 $Output .= T('Additional files: modified wow.exe, fonts to game, translated interface aowow and more can be found on page'). 84 ' <a href="'.$this->System->Link('/download/?Files').'">'.T('Files').'</a><br />'; 84 85 $Output .= T('If none of these files is suitable for you, for example, to the Czech without the translated interface. You can generate your own section in section').' <a href="'.$this->System->Link('/export').'">'.T('Export').'</a><br /><br />'; 85 86 $Output .= T('The following files are generated every day, if needed. That means if is added new translation to database. Therefore, if you translate a translation or correct the mistake, tomorrow you can download the new patched version. Or you can rebuild and download for a few minutes the repaired file.').'<br />';
Note:
See TracChangeset
for help on using the changeset viewer.