Changeset 715
- Timestamp:
- Jan 5, 2014, 5:03:27 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/Version.php
r714 r715 6 6 // and system will need database update. 7 7 8 $Revision = 71 4; // Subversion revision8 $Revision = 715; // Subversion revision 9 9 $DatabaseRevision = 712; // Database structure revision 10 10 $ReleaseTime = '2014-01-05'; -
trunk/locale/cs.php
r691 r715 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 'Download Czech File' => 'Stáhnout češtinu', 139 'Imported' => 'Importováno', 140 'URL' => 'URL', 141 'XP rate' => 'XP násobek', 142 'Style' => 'Styl', 143 'Client version' => 'Verze klienta', 140 144 'There are servers listed which are in fact offering translated game. '. 141 145 'There is resoluted if translation is offered either on client side, on server side or both. '. 142 'Term "Czech server" doesn\'t mean that server is operated by Czech people but that it is possible to play in Czech.' => '', 143 'Download Czech File' => 'Stáhnout češtinu', 146 'Term "Czech server" doesn\'t mean that server is operated by Czech people but that it is possible to play in Czech.' => 147 'Zde jsou uvedeny servery, které opravdu nabízí přeloženou hru. Rozlišuje se, jestli překlad je nabízen na straně klienta, serveru nebo obou.'. 148 'Pojem "Český server" neznamená, že server je provozovaný čechy, ale že je možné hrát v češtině', 149 'Stay logged' => 'Zůstat přihlášen', 150 'Item added' => 'Položka přidána', 151 'New item' => 'Nová položka', 144 152 ); 145 153 } -
trunk/locale/en.php
r637 r715 135 135 'Item not specified' => '', 136 136 'Settings saved' => '', 137 'Imported' => '', 138 'Export allways from all users' => '', 139 'Download Czech File' => '', 140 'URL' => '', 141 'XP rate' => '', 142 'Style' => '', 143 'Client version' => '', 137 144 'There are servers listed which are in fact offering translated game. '. 138 145 'There is resoluted if translation is offered either on client side, on server side or both. '. 139 146 'Term "Czech server" doesn\'t mean that server is operated by Czech people but that it is possible to play in Czech.' => '', 147 'Stay logged' => '', 148 'Item added' => '', 149 'New item' => '', 140 150 ); 141 151 }
Note:
See TracChangeset
for help on using the changeset viewer.