Changeset 837
- Timestamp:
- Dec 27, 2015, 5:47:00 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/Progress.php
r826 r837 38 38 $Output .= '<table class="BaseTable">'; 39 39 $TableColumns = array( 40 array('Name' => 'Name', 'Title' => 'Jméno'),41 array('Name' => 'Translated', 'Title' => 'Přeložených'),42 array('Name' => 'Total', 'Title' => 'Anglických'),43 array('Name' => 'Percent', 'Title' => 'Procenta'),40 array('Name' => 'Name', 'Title' => T('Name')), 41 array('Name' => 'Translated', 'Title' => T('Translated')), 42 array('Name' => 'Total', 'Title' => T('Original')), 43 array('Name' => 'Percent', 'Title' => T('Percentage')), 44 44 ); 45 45 … … 58 58 if($Total <> 0) $TotalCount = round($Translated / $Total * 100, 2); 59 59 else $TotalCount = 0; 60 $Output .= '<tr><td><strong> Celkem</strong></td><td><strong>'.$Translated.'</strong></td><td><strong>'.$Total.'</strong></td><td><strong>'.ProgressBar(150, $TotalCount).'</strong></td></tr>'.60 $Output .= '<tr><td><strong>'.T('Total').'</strong></td><td><strong>'.$Translated.'</strong></td><td><strong>'.$Total.'</strong></td><td><strong>'.ProgressBar(150, $TotalCount).'</strong></td></tr>'. 61 61 '</table>'; 62 62 } … … 100 100 101 101 // Show client version selection 102 $Output = 'Verze klienta:';102 $Output = T('Client version:').' '; 103 103 $DbResult = $this->Database->query('SELECT `Version`, `Title` FROM `ClientVersion` WHERE `Imported`=1 ORDER BY `Version`'); 104 104 while($DbRow = $DbResult->fetch_assoc()) … … 107 107 108 108 // Show language selection 109 $Output .= 'Jazyk:';110 $Lang = '<a href="?language="> Všechny</a>';109 $Output .= T('Language:').' '; 110 $Lang = '<a href="?language=">'.T('All').'</a>'; 111 111 if($_SESSION['language'] == '') $Output .= '<strong>'.$Lang.'</strong> '; 112 112 else $Output .= $Lang; … … 120 120 121 121 if(is_numeric($_SESSION['language'])) $LanguageName = $LanguageList[$_SESSION['language']]['Name']; 122 else $LanguageName = 'Všechny';123 $Output .= '<br/><br /><h3> Statistika dokončení překladů jazyka '.$LanguageName.' pro verzi '.$_SESSION['StatVersion'].'</h3><br/>';122 else $LanguageName = T('All'); 123 $Output .= '<br/><br /><h3>'.sprintf(T('Statistics of translation completion of language %s for version %s'), $LanguageName, $_SESSION['StatVersion']).'</h3><br/>'; 124 124 $Output .= $this->ShowStatTable(); 125 125 -
trunk/Modules/Translation/TranslationList.php
r833 r837 332 332 $DbRow = $DbResult->fetch_row(); 333 333 $PageList = GetPageList($DbRow[0]); 334 $Output = '<h3> Seznam překladových skupin</h3>'.334 $Output = '<h3>'.T('List of translation groups').'</h3>'. 335 335 $PageList['Output']; 336 336 337 337 $Output .= '<table class="BaseTable">'; 338 338 $TableColumns = array( 339 array('Name' => 'Name', 'Title' => 'Jméno'),340 array('Name' => 'SourceType', 'Title' => 'Typ zdroje'),341 array('Name' => '', 'Title' => 'Zdroje'),342 array('Name' => 'LastImport', 'Title' => 'Datum posledního importu'),343 array('Name' => 'LastVersion', 'Title' => 'Verze posledního importu'),339 array('Name' => 'Name', 'Title' => T('Name')), 340 array('Name' => 'SourceType', 'Title' => T('Source type')), 341 array('Name' => '', 'Title' => T('Sources')), 342 array('Name' => 'LastImport', 'Title' => T('Date of last import')), 343 array('Name' => 'LastVersion', 'Title' => T('Version of last import')), 344 344 ); 345 345 if($this->System->User->Licence(LICENCE_ADMIN)) 346 $TableColumns[] = array('Name' => '', 'Title' => 'Akce');346 $TableColumns[] = array('Name' => '', 'Title' => T('Actions')); 347 347 348 348 $Order = GetOrderTableHeader($TableColumns, 'Name', 0); … … 365 365 GetVersionWOWId($Group['LastVersion'])).'">'.GetVersionWOW($Group['LastVersion']).'</a></td>'; 366 366 if($this->System->User->Licence(LICENCE_ADMIN)) 367 $Output .= '<td><a href="?action=groupdelete&id='.$Group['Id'].'"> Smazat</a></td>';367 $Output .= '<td><a href="?action=groupdelete&id='.$Group['Id'].'">'.T('Remove').'</a></td>'; 368 368 $Output .= '</tr>'; 369 369 370 370 } 371 371 $Output .= '</table>'. 372 '<br /><a title=" Záznam změn po importu" href="log.php?type=11">Záznam změn v textech při importu</a><br/>';373 if($this->System->User->Licence(LICENCE_ADMIN)) $Output .= '<a href="?action=groupadd"> Přidat překladovou skupinu</a>';372 '<br /><a title="'.T('Changelog of changes after import').'" href="log.php?type=11">'.T('Changelog of text modification during import').'</a><br/>'; 373 if($this->System->User->Licence(LICENCE_ADMIN)) $Output .= '<a href="?action=groupadd">'.T('Add translation group').'</a>'; 374 374 return($Output); 375 375 } … … 384 384 $Table = $TranslationTree[$GroupId]['TablePrefix']; 385 385 386 $Output = '<h3> Základní filtrování textů</h3><br/>'.387 '<table class="BaseTable"><tr><th> Odkaz</th><th>Popis</th></tr>'.388 '<tr><td><a title=" Všechny dostupné texty ve skupině" href="?group='.$GroupId.'&state=4">Všechny</a></td>'.389 '<td> Zobrazit všechny dostupné anglické texty ve skupině.</td></tr>'.390 '<tr><td><a title=" Přeložené texty, můžete zde hlasovat, nebo text opravovat" href="?group='.$GroupId.'&state=2">Přeložené</a></td>'.391 '<td> Zobrazit pouze již přeložené texty.</td></tr>'.392 '<tr><td><a title=" Nepřeložené texty" href="?group='.$GroupId.'&state=1">Nepřeložené</a></td>'.393 '<td> Dosud nepřeložené texty, které je potřeba přeložit.</td></tr>'.394 '<tr><td><a title=" Nedokončené texty" href="?group='.$GroupId.'&state=3">Nedokončené</a></td>'.395 '<td> Texty označené jako rozpracované.</td></tr>';386 $Output = '<h3>'.T('Basic text filtering').'</h3><br/>'. 387 '<table class="BaseTable"><tr><th>'.T('Link').'</th><th>'.T('Description').'</th></tr>'. 388 '<tr><td><a title="'.T('All texts available in group').'" href="?group='.$GroupId.'&state=4">'.T('All').'</a></td>'. 389 '<td>'.T('Show all available original texts in group').'</td></tr>'. 390 '<tr><td><a title="'.T('Translated texts, you can modify them here').'" href="?group='.$GroupId.'&state=2">'.T('Translated').'</a></td>'. 391 '<td>'.T('Show only translated texts').'</td></tr>'. 392 '<tr><td><a title="'.T('Untranslated texts').'" href="?group='.$GroupId.'&state=1">'.T('Untranslated').'</a></td>'. 393 '<td>'.T('Not yet translated texts which need to be translated').'</td></tr>'. 394 '<tr><td><a title="'.T('Unfinished texts').'" href="?group='.$GroupId.'&state=3">'.T('Unfinished').'</a></td>'. 395 '<td>'.T('Texts marked as unfinished').'</td></tr>'; 396 396 397 397 if($this->System->User->Licence(LICENCE_USER)) 398 398 { 399 $Output .= '<tr><td><a title=" Nedokončené texty" href="?group='.$GroupId.'&state=3&user='.$this->System->User->Id.'">Moje nedokončené</a></td>400 <td> Nedokončené texty přihlášeného uživatele</td></tr>401 <tr><td><a title=" Přeložené texty přihlášeného uživatele" href="?group='.$GroupId.'&state=2&user='.$this->System->User->Id.'">Moje přeložené</a></td>402 <td> Přeložené texty přihlášeného uživatele</td></tr>';399 $Output .= '<tr><td><a title="'.T('Unfinished texts').'" href="?group='.$GroupId.'&state=3&user='.$this->System->User->Id.'">'.T('My unfinished').'</a></td> 400 <td>'.T('Unfinished texts of logged-in user').'</td></tr> 401 <tr><td><a title="'.T('Translated texts of logged-in user').'" href="?group='.$GroupId.'&state=2&user='.$this->System->User->Id.'">'.T('My translated').'</a></td> 402 <td>'.T('Translated texts of logged-in user').'</td></tr>'; 403 403 } 404 404 405 405 $Output .= '<tr><td><form action="?group='.$GroupId.'&entry=" method="post"><div>'. 406 406 '<input type="text" name="text" size="8" />'. 407 '<input type="submit" value=" Hledat" />'.407 '<input type="submit" value="'.T('Search').'" />'. 408 408 '</div></form>'. 409 '</td><td> Vyhledat pomocí textu</td></tr>';409 '</td><td>'.T('Search using text').'</td></tr>'; 410 410 411 411 $Output .= '<tr><td><form action="?group='.$GroupId.'&text=" method="post"><div>'. 412 412 '<input type="text" name="entry" size="8" />'. 413 '<input type="submit" value=" Hledat" />'.413 '<input type="submit" value="'.T('Search').'" />'. 414 414 '</div></form>'. 415 '</td><td> Zobrazit podle ID textu v databázi MaNGOSu</td></tr>';415 '</td><td>'.T('Show by datbase text ID').'</td></tr>'; 416 416 417 417 $Output .= '</table>'; -
trunk/Modules/User/Profile.php
r826 r837 34 34 $PageList = GetPageList($DbRow[0]); 35 35 36 $Output .= '<h3> Exporty</h3>'.36 $Output .= '<h3>'.T('Exports').'</h3>'. 37 37 $PageList['Output']; 38 38 39 39 $TableColumns = array( 40 array('Name' => 'TimeCreate', 'Title' => 'Čas vytvoření'),41 array('Name' => 'Title', 'Title' => 'Označení'),40 array('Name' => 'TimeCreate', 'Title' => T('Creation time')), 41 array('Name' => 'Title', 'Title' => T('Name')), 42 42 // array('Name' => 'UserCount', 'Title' => 'Vybraných překladatelů'), 43 43 // array('Name' => 'GroupCount', 'Title' => 'Překladových skupin'), 44 array('Name' => 'OutputType', 'Title' => 'Typ výstupu'),45 array('Name' => 'ClientVersion', 'Title' => 'Verze klienta'),46 array('Name' => 'UsedCount', 'Title' => 'Prohlédnutí výstupu'),47 array('Name' => '', 'Title' => 'Akce'),44 array('Name' => 'OutputType', 'Title' => T('Output type')), 45 array('Name' => 'ClientVersion', 'Title' => T('Client version')), 46 array('Name' => 'UsedCount', 'Title' => T('Output inspections')), 47 array('Name' => '', 'Title' => T('Actions')), 48 48 ); 49 49 $Order = GetOrderTableHeader($TableColumns, 'TimeCreate', 1); … … 59 59 while($Export = $DbResult->fetch_assoc()) 60 60 { 61 $Action = '<a href="'.$this->System->Link('/export/?Action=View&ExportId='.$Export['Id'].'&Tab=0').'"> Zobrazit</a> '.62 '<a href="'.$this->System->Link('/export/?Action=View&ExportId='.$Export['Id'].'&Tab=7').'"> Exportovat</a>';63 if($Export['User'] == $this->System->User->Id) $Action .= ' <a href="?Action=Delete&ExportId='.$Export['Id'].'" onclick="return confirmAction(\' Opravdu smazat položku?\');">Smazat</a>';64 if($this->System->User->Id != null) $Action .= ' <a href="'.$this->System->Link('/export/?Action=Clone&ExportId='.$Export['Id']).'" onclick="return confirmAction(\' Opravdu klonovat položku?\');">Klonovat</a>';61 $Action = '<a href="'.$this->System->Link('/export/?Action=View&ExportId='.$Export['Id'].'&Tab=0').'">'.T('Show').'</a> '. 62 '<a href="'.$this->System->Link('/export/?Action=View&ExportId='.$Export['Id'].'&Tab=7').'">'.T('Export').'</a>'; 63 if($Export['User'] == $this->System->User->Id) $Action .= ' <a href="?Action=Delete&ExportId='.$Export['Id'].'" onclick="return confirmAction(\''.T('Really remove item?').'\');">'.T('Remove').'</a>'; 64 if($this->System->User->Id != null) $Action .= ' <a href="'.$this->System->Link('/export/?Action=Clone&ExportId='.$Export['Id']).'" onclick="return confirmAction(\''.T('Really clone item?').'\');">'.T('Clone').'</a>'; 65 65 $Output .= '<tr><td>'.HumanDate($Export['TimeCreate']).'</td>'. 66 66 '<td>'.$Export['Title'].'</td>'. … … 73 73 $PageList['Output']; 74 74 75 $Output .= '<div style="text-align: center;"><a href="'.$this->System->Link('/export/').'"> Stránka exportů</a></div>';75 $Output .= '<div style="text-align: center;"><a href="'.$this->System->Link('/export/').'">'.T('Export page').'</a></div>'; 76 76 return($Output); 77 77 } … … 80 80 { 81 81 $Count = 20; 82 $Output = '<strong> Poslední překlady:</strong>';82 $Output = '<strong>'.T('Latest translations').'</strong>'; 83 83 84 84 $GroupListQuery = 'SELECT `Group`.* FROM `Group`'; … … 105 105 $DbResult = $this->Database->query($Query); 106 106 $Output .= '<table class="BaseTable"><tr>'. 107 '<th> Datum</th><th>Nový</th><th>Zdroj</th><th>Skupina</th></tr>';107 '<th>'.T('Date').'</th><th>'.T('New').'</th><th>'.T('Source').'</th><th>'.T('Group').'</th></tr>'; 108 108 while($DbRow = $DbResult->fetch_assoc()) 109 109 { … … 122 122 $parser = new HTML_BBCodeParser2(array('filters' => array('Basic','Extended','Images','Links','Lists','Email'))); 123 123 $Count = 20; 124 $Output = '<strong> Poslední příspěvky ve fóru:</strong>';124 $Output = '<strong>'.T('Lastest forum posts:').'</strong>'; 125 125 126 126 $Output .= '<div class="shoutbox">'; … … 152 152 $XP = GetLevelMinMax($UserLine['XP']); 153 153 $Output .= 154 '<h3> Překladatel'.$UserLine['Name'].'</h3>'.155 'Výchozí jazyk:<strong>'.$UserLine['LanguageName'].'</strong><br />'.156 'Výchozí verze klienta:<a href="'.$this->System->Link('/client-version/?action=item&id='.$UserLine['PreferredVersion']).'"><strong>'.$UserLine['Version'].'</strong></a><br />'.157 'Poslední připojení:<strong>'.HumanDateTime($UserLine['LastLogin']).'</strong><br />'.158 'Počet přeložených:<a href="TranslationList.php?user='.$UserLine['ID'].'&state=2&group=0" title="Zobrazit Všechny jeho přeložené texty"><strong>'.$UserLine['TranslatedCount'].'</strong></a><br />'.159 'Úroveň: <strong>'.$XP['Level'].'</strong> zkušenost:'.ProgressBar(150, round($XP['XP'] / $XP['MaxXP'] * 100, 2), $XP['XP'].' / '.$XP['MaxXP']).'<br/>';154 '<h3>'.T('Translator').' '.$UserLine['Name'].'</h3>'. 155 T('Default language:').' <strong>'.$UserLine['LanguageName'].'</strong><br />'. 156 T('Default client version:').' <a href="'.$this->System->Link('/client-version/?action=item&id='.$UserLine['PreferredVersion']).'"><strong>'.$UserLine['Version'].'</strong></a><br />'. 157 T('Last logged in:').' <strong>'.HumanDateTime($UserLine['LastLogin']).'</strong><br />'. 158 T('Number of translated:').' <a href="TranslationList.php?user='.$UserLine['ID'].'&state=2&group=0" title="Zobrazit Všechny jeho přeložené texty"><strong>'.$UserLine['TranslatedCount'].'</strong></a><br />'. 159 T('Level:').' <strong>'.$XP['Level'].'</strong> '.T('experience:').' '.ProgressBar(150, round($XP['XP'] / $XP['MaxXP'] * 100, 2), $XP['XP'].' / '.$XP['MaxXP']).'<br/>'; 160 160 if($UserLine['TeamName'] != '') 161 $Output .= 'Člen týmu:<a href="team/?action=team&id='.$UserLine['Team'].'"><strong>'.$UserLine['TeamName'].'</strong></a><br />';161 $Output .= T('Member of team:').' <a href="team/?action=team&id='.$UserLine['Team'].'"><strong>'.$UserLine['TeamName'].'</strong></a><br />'; 162 162 163 163 // User tags … … 167 167 $DbResult = $this->Database->query($Query); 168 168 if ($DbResult->num_rows != 0) { 169 $Output .= 'Překladatel se řídí těmito pravidly:<br />';169 $Output .= T('Translator is using this rules:').'<br />'; 170 170 $Output .= '<ul>'; 171 171 while ($UserTag = $DbResult->fetch_array()) { … … 175 175 } 176 176 177 $Output .= '<br /><fieldset><legend> Text profilu:</legend>'.str_replace("\n", '<br/>', $UserLine['Info']).'</fieldset><br/>';177 $Output .= '<br /><fieldset><legend>'.T('Profile text:').'</legend>'.str_replace("\n", '<br/>', $UserLine['Info']).'</fieldset><br/>'; 178 178 179 179 $Output .= '<table class="Home"><tr>'. -
trunk/Modules/User/Registration.php
r829 r837 19 19 <fieldset><legend>'.T('New user registration').'</legend> 20 20 <table> 21 <tr><td colspan="2"> Pozorně si přečtěte <a href="info.php">pokyny k překladu</a> a řiďte se jimi. Překládat je nutno včetně háčků a čárek!<br/><br/></td></tr>21 <tr><td colspan="2">'.T('Please read carefully <a href="info.php">translation guidelines</a> and follow them. Translate with diacritics!').'<br/><br/></td></tr> 22 22 <tr> 23 <th class="Left"> Jsi člověk?</th>';23 <th class="Left">'.T('Are you human?').'</th>'; 24 24 if($Human) $Checked = ' checked="checked"'; 25 25 else $Checked = ''; … … 27 27 </tr> 28 28 <tr> 29 <th class="Left"> Jméno:</th>29 <th class="Left">'.T('Name:').'</th> 30 30 <td><input type="text" name="user" value="'.$UserName.'"/></td> 31 31 </tr> 32 32 <tr> 33 <th class="Left"> Heslo:</th>33 <th class="Left">'.T('Password:').'</th> 34 34 <td><input type="password" name="pass" /></td> 35 35 </tr> 36 36 <tr> 37 <th class="Left"> Potvrzení Hesla:</th>37 <th class="Left">'.T('Password confirmation:').'</th> 38 38 <td><input type="password" name="pass2" /></td> 39 39 </tr> 40 40 <tr> 41 <th class="Left"> Email:</th>41 <th class="Left">'.T('E-mail:').'</th> 42 42 <td><input type="text" name="Email" value="'.$Email.'"/></td> 43 43 </tr> 44 44 <tr> 45 <th class="Left"> Normálně budu překládat do:</th>45 <th class="Left">'.T('I will translate normally to:').'</th> 46 46 <td>'.WriteLanguages($Language).'</td> 47 47 </tr> 48 48 <tr> 49 <th class="Left"> Patřím do týmu:</th>';49 <th class="Left">'.T('I belong to team:').'</th>'; 50 50 if($Team == '') $Selected = ' selected="selected"'; 51 51 else $Selected = ''; 52 $Output .= '<td><select name="Team"><option value="0"'.$Selected.'> Žádného</option>';52 $Output .= '<td><select name="Team"><option value="0"'.$Selected.'>'.T('none').'</option>'; 53 53 $DbResult = $this->Database->query('SELECT `Name`, `Id` FROM `Team`'); 54 54 while($Line = $DbResult->fetch_assoc()) … … 60 60 $Output .= '</select>'; 61 61 $Output .= '</td></tr>'. 62 '<tr><th class="Left"> Upřednostněná verze klienta:</th><td>'.ClientVersionSelection('').'</td></tr>';62 '<tr><th class="Left">'.T('Preferred client version:').'</th><td>'.ClientVersionSelection('').'</td></tr>'; 63 63 64 64 $Query = 'SELECT * FROM UserTagType'; 65 65 $DbResult = $this->Database->query($Query); 66 66 $Output .= '<tr><th class="Left">'. 67 'Vyberte pravidla, kterými se při překladu chcete řídit:</th><td>';67 T('Select rules which you will apply during translation:').'</th><td>'; 68 68 while ($UserTag = $DbResult->fetch_array()) 69 69 { … … 76 76 77 77 $Output .= '<tr> 78 <th colspan="2" class="Center"><input type="submit" value=" Registrovat" /></th>78 <th colspan="2" class="Center"><input type="submit" value="'.T('Register').'" /></th> 79 79 </tr> 80 80 </table></fieldset></form>'; -
trunk/admin/DefaultConfig.php
r816 r837 17 17 'Web' => array( 18 18 'Title' => 'Projekt překládání textů hry WoW', 19 'Description' => '', 20 'Keywords' => 'world of warcraft, wow, translation', 19 21 'Charset' => 'utf-8', 20 22 'Host' => 'localhost', -
trunk/includes/Version.php
r836 r837 6 6 // and system will need database update. 7 7 8 $Revision = 83 6; // Subversion revision8 $Revision = 837; // Subversion revision 9 9 $DatabaseRevision = 811; // Database structure revision 10 $ReleaseTime = '2015- 08-25';10 $ReleaseTime = '2015-12-27'; -
trunk/includes/system.php
r836 r837 378 378 '<a href="'.$this->System->Link('/TranslationList.php?group='.$Group['Id'].'&action=filter').'">'.str_replace(' ',' ',$Group['Name']).'</a></div>'. 379 379 '<div id="group'.$Group['Id'].'" class="hidden-menu-item" onmouseover="show(\'group'.$Group['Id'].'\')" onmouseout="hide(\'group'.$Group['Id'].'\')">'; 380 $Output .= ' <a title="Zde můžete začít překládat" href="'.$this->System->Link('/TranslationList.php?group='.$Group['Id'].'&state=1&user=0&entry=&text=').'"> Nepřeložené</a><br />'.381 ' <a title="Přeložené texty, můžete zde hlasovat, nebo opravovat překlady" href="'.$this->System->Link('/TranslationList.php?group='.$Group['Id'].'&state=2&user=0&entry=&text=').'"> Přeložené</a><br />';380 $Output .= ' <a title="Zde můžete začít překládat" href="'.$this->System->Link('/TranslationList.php?group='.$Group['Id'].'&state=1&user=0&entry=&text=').'">'.T('Untranslated').'</a><br />'. 381 ' <a title="Přeložené texty, můžete zde hlasovat, nebo opravovat překlady" href="'.$this->System->Link('/TranslationList.php?group='.$Group['Id'].'&state=2&user=0&entry=&text=').'">'.T('Translated').'</a><br />'; 382 382 if($this->System->User->Licence(LICENCE_USER)) 383 383 { 384 $Output .= ' <a title=" Nedokončené překlady" href="'.$this->System->Link('/TranslationList.php?group='.$Group['Id'].'&state=3').'">Rozepsané</a><br />385 <a title="Všechny překlady, které jste přeložil" href="'.$this->System->Link('/TranslationList.php?group='.$Group['Id'].'&state=1&user='.$this->System->User->Id).'&entry=&text="> Vlastní</a><br />';386 } 387 $Output .= ' <a title=" Sestavit speciální filtr" href="'.$this->System->Link('/TranslationList.php?group='.$Group['Id'].'&action=filter').'">Filtr</a><br />';384 $Output .= ' <a title="'.T('Unfinished translations').'" href="'.$this->System->Link('/TranslationList.php?group='.$Group['Id'].'&state=3').'">'.T('Unfinished').'</a><br /> 385 <a title="Všechny překlady, které jste přeložil" href="'.$this->System->Link('/TranslationList.php?group='.$Group['Id'].'&state=1&user='.$this->System->User->Id).'&entry=&text=">'.T('Own').'</a><br />'; 386 } 387 $Output .= ' <a title="'.T('Compose special filter').'" href="'.$this->System->Link('/TranslationList.php?group='.$Group['Id'].'&action=filter').'">'.T('Filter').'</a><br />'; 388 388 $Output .= '</div>'; 389 389 } … … 399 399 '<head>'. 400 400 '<meta http-equiv="content-type" content="text/html; charset='.$this->System->Config['Web']['Charset'].'" />'. 401 '<meta name="keywords" content=" wow, quest, questy, questů, preklad, mangos, překlad, překládání, přeložený, přeložení, čeština, world of warcraft, open source, free, addon" />'.401 '<meta name="keywords" content="'.$this->System->Config['Web']['Keywords'].'" />'. 402 402 '<meta name="description" content="'.$this->System->Config['Web']['Description'].'" />'. 403 403 '<meta name="robots" content="all" />'. -
trunk/locale/cs.php
r816 r837 43 43 'Unfinished' => 'Rozpracované', 44 44 'Untranslated' => 'Nepřeložené', 45 'Search' => 'Vyhled ávání',45 'Search' => 'Vyhledat', 46 46 'Do search' => 'Hledat', 47 47 'New user registration' => 'Registrace nového uživatele', … … 274 274 'clone' => 'kopie', 275 275 'Clone export created' => 'Vytvořena kopie exportu', 276 '' => '', 277 '' => '', 278 '' => '', 279 '' => '', 280 '' => '', 281 '' => '', 282 '' => '', 283 276 'Are you human?' => 'Jsi člověk?', 277 'Name:' => 'Jméno:', 278 'Password:' => 'Heslo:', 279 'Password confirmation:' => 'Potvrzení Hesla:', 280 'E-mail:' => 'E-mail:', 281 'I will translate normally to:' => 'Normálně budu překládat do:', 282 'I belong to team:' => 'Patřím do týmu:', 283 'none' => 'žádný', 284 'Preferred client version:' => 'Upřednostněná verze klienta:', 285 'Select rules which you will apply during translation:' => 'Vyberte pravidla, kterými se při překladu chcete řídit:', 286 'Register' => 'Registrovat', 287 'Please read carefully <a href="info.php">translation guidelines</a> and follow them. Translate with diacritics!' => 'Pozorně si přečtěte <a href="info.php">pokyny k překladu</a> a řiďte se jimi. Překládat je nutno včetně háčků a čárek!', 288 'Untranslated' => 'Nepřeložené', 289 'Own' => 'Vlastní', 290 'Unfinished translations' => 'Nedokončené překlady', 291 'Unfinished' => 'Rozepsané', 292 'Filter' => 'Filtr', 293 'Compose special filter' => 'Sestavit speciální filtr', 294 'Translated' => 'Přeložené', 295 'Basic text filtering' => 'Základní filtrování textů', 296 'Unfinished texts' => 'Nedokončené texty', 297 'Link' => 'Odkaz', 298 'Texts marked as unfinished' => 'Texty označené jako rozpracované', 299 'Search using text' => 'Vyhledat pomocí textu', 300 'Show by datbase text ID' => 'Zobrazit podle ID textu v databázi MaNGOSu', 301 'Translated texts of logged-in user' => 'Přeložené texty přihlášeného uživatele', 302 'My translated' => 'Moje přeložené', 303 'My unfinished' => 'Moje nedokončené', 304 'Unfinished texts of logged-in user' => 'Nedokončené texty přihlášeného uživatele', 305 'Untranslated texts' => 'Nepřeložené texty', 306 'All texts available in group' => 'Všechny dostupné texty ve skupině', 307 'Show all available original texts in group' => 'Zobrazit všechny dostupné anglické texty ve skupině.', 308 'Translated texts, you can modify them here' => 'Přeložené texty, můžete zde opravovat text', 309 'Show only translated texts' => 'Zobrazit pouze již přeložené texty', 310 'Not yet translated texts which need to be translated' => 'Dosud nepřeložené texty, které je potřeba přeložit', 311 'Source type' => 'Typ zdroje', 312 'Sources' => 'Zdroje', 313 'Date of last import' => 'Datum posledního importu', 314 'Version of last import' => 'Verze posledního importu', 315 'Remove' => 'Odebrat', 316 'Add translation group' => 'Přidat překladovou skupinu', 317 'Changelog of text modification during import' => 'Záznam změn v textech při importu', 318 'Changelog of changes after import' => 'Záznam změn po importu', 319 'List of translation groups' => 'Seznam překladových skupin', 320 'Translator' => 'Překladatel', 321 'Default language:' => 'Výchozí jazyk:', 322 'Default client version:' => 'Výchozí verze klienta', 323 'Last logged in:' => 'Poslední připojení:', 324 'Number of translated:' => 'Počet přeložených:', 325 'Level:' => 'Úroveň:', 326 'experience:' => 'zkušenost:', 327 'Member of team:' => 'Člen týmu:', 328 'Translator is using this rules:' => 'Překladatel se řídí těmito pravidly:', 329 'Profile text' => 'Text profilu:', 330 'Latest translations' => 'Poslední překlady:', 331 'Latest forum posts:' => 'Poslední příspěvky ve fóru:', 332 'Exports' => 'Exporty', 333 'Creation time' => 'Čas vytvoření', 334 'Output type' => 'Typ výstupu', 335 'Output inspections' => 'Prohlédnutí výstupu', 336 'Show' => 'Ukázat', 337 'Clone' => 'Klonovat', 338 'Really remove item?' => 'Opravdu smazat položku?', 339 'Really clone item?' => 'Opravdu klonovat položku?', 340 'Export page' => 'Stránka exportů', 341 'Original' => 'Původní', 342 'Percentage' => 'Procenta', 343 'Total' => 'Celkem', 344 'Client version:' => 'Verze klienta?', 345 'Language:' => 'Jazyk:', 346 'Statistics of translation completion of language %s for version %s' => 'Statistika dokončení překladů jazyka %s pro verzi %s', 284 347 ); 285 348 }
Note:
See TracChangeset
for help on using the changeset viewer.