Slovak-win1250 translation completed by Peter Svec
This commit is contained in:
parent
946250778d
commit
bfafc13775
@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2002-04-21 Loïc Chapeaux <lolo@phpheaven.net>
|
||||
* lang/slovak-win1250.inc.php3: completed, thanks to Peter Svec.
|
||||
|
||||
2002-04-22 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* lang/japanese* updates, thanks to Yukihiro Kawada
|
||||
|
||||
|
||||
@ -1,6 +1,9 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
/* By: peter svec <petko@unitra.sk> */
|
||||
|
||||
/**
|
||||
* Trnalsted by: Peter Svec <petko at unitra.sk>
|
||||
*/
|
||||
|
||||
$charset = 'windows-1250';
|
||||
$text_dir = 'ltr';
|
||||
@ -10,7 +13,7 @@ $number_thousands_separator = ' ';
|
||||
$number_decimal_separator = ',';
|
||||
$byteUnits = array('Bajtov', 'KB', 'MB', 'GB');
|
||||
|
||||
$day_of_week = array('Ne', 'Po', 'Út', 'St', '©t', 'Pi', 'So');
|
||||
$day_of_week = array('Ne', 'Po', 'Út', 'St', 'Št', 'Pi', 'So');
|
||||
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Máj', 'Jún', 'Júl', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec');
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
@ -63,9 +66,10 @@ $strBzip = '"bzipped"';
|
||||
$strCantLoadMySQL = 'nie je možné nahrať rozšírenie pre MySQL,<br />prosím skontrolujte konfiguráciu PHP.';
|
||||
$strCantRenameIdxToPrimary = 'Nie je možné premenovať index na PRIMARY!';
|
||||
$strCardinality = 'Mohutnosť';
|
||||
$strCarriage = 'Návrat vozíku (Carriage return): \\r';
|
||||
$strCarriage = 'Návrat vozíka (Carriage return): \\r';
|
||||
$strChange = 'Zmeniť';
|
||||
$strCheckAll = 'Označiť všetko';
|
||||
$strChangePassword = 'Zmeò heslo';
|
||||
$strCheckDbPriv = 'Skontrolovať privilégia databázy';
|
||||
$strCheckTable = 'Skontrolovať tabuľku';
|
||||
$strColumn = 'Stĺpec';
|
||||
@ -86,6 +90,7 @@ $strCriteria = 'Krit
|
||||
$strData = 'Dáta';
|
||||
$strDatabase = 'Databáza ';
|
||||
$strDatabaseHasBeenDropped = 'Databáza %s bola zmazaná.';
|
||||
$strDatabaseWildcard = 'Databáza (divoké kraty - wildcards povolené):';
|
||||
$strDatabases = 'databáz(y)';
|
||||
$strDatabasesStats = 'Štatistiky databázy';
|
||||
$strDataOnly = 'Iba dáta';
|
||||
@ -224,6 +229,7 @@ $strPasswordEmpty = 'Heslo je pr
|
||||
$strPasswordNotSame = 'Heslá sa nezhodujú!';
|
||||
$strPHPVersion = 'Verzia PHP';
|
||||
$strPmaDocumentation = 'phpMyAdmin dokumentácia';
|
||||
$strPmaUriError = '<tt>$cfgPmaAbsoluteUri</tt> direktíva MUSÍ by<62> nastavená v tvojom konfiguraènom súbore!';
|
||||
$strPos1 = 'Začiatok';
|
||||
$strPrevious = 'Predchádzajúci';
|
||||
$strPrimary = 'Primárny';
|
||||
@ -241,6 +247,7 @@ $strQBEIns = 'Vlo
|
||||
$strQueryOnDb = ' SQL dotaz v databáze <b>%s</b>:';
|
||||
|
||||
$strRecords = 'Záznamov';
|
||||
$strReferentialIntegrity = 'Skontroluj integritu odkazov:';
|
||||
$strReloadFailed = 'Znovu-načítanie MySQL bolo neúspešné.';
|
||||
$strReloadMySQL = 'Znovu-načítať MySQL';
|
||||
$strRememberReload = 'Nezabudnite znovu-načítať MySQL server.';
|
||||
@ -344,8 +351,4 @@ $strZip = '"zozipovan
|
||||
|
||||
|
||||
// To translate
|
||||
$strChangePassword = 'Change password';
|
||||
$strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
|
||||
$strPmaUriError = 'The <tt>$cfgPmaAbsoluteUri</tt> directive MUST be set in your configuration file!';
|
||||
$strReferentialIntegrity = 'Check referential integrity:'; //to translate
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user