Slovak-win1250 translation completed by Peter Svec
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2002-04-21 Lo<4C>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', '<27>t', 'St', '<27>t', 'Pi', 'So');
|
||||
$day_of_week = array('Ne', 'Po', '<27>t', 'St', '<27>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<6D>n<EFBFBD> nahra<72> roz<6F><7A>renie pre MySQL,<br />pros<6F>m skontrolujte konfigur<75>ciu PHP.';
|
||||
$strCantRenameIdxToPrimary = 'Nie je mo<6D>n<EFBFBD> premenova<76> index na PRIMARY!';
|
||||
$strCardinality = 'Mohutnos<6F>';
|
||||
$strCarriage = 'N<>vrat voz<6F>ku (Carriage return): \\r';
|
||||
$strCarriage = 'N<>vrat voz<6F>ka (Carriage return): \\r';
|
||||
$strChange = 'Zmeni<6E>';
|
||||
$strCheckAll = 'Ozna<6E>i<EFBFBD> v<>etko';
|
||||
$strChangePassword = 'Zme<6D> heslo';
|
||||
$strCheckDbPriv = 'Skontrolova<76> privil<69>gia datab<61>zy';
|
||||
$strCheckTable = 'Skontrolova<76> tabu<62>ku';
|
||||
$strColumn = 'St<53>pec';
|
||||
@@ -86,6 +90,7 @@ $strCriteria = 'Krit
|
||||
$strData = 'D<>ta';
|
||||
$strDatabase = 'Datab<61>za ';
|
||||
$strDatabaseHasBeenDropped = 'Datab<61>za %s bola zmazan<61>.';
|
||||
$strDatabaseWildcard = 'Datab<61>za (divok<6F> kraty - wildcards povolen<65>):';
|
||||
$strDatabases = 'datab<61>z(y)';
|
||||
$strDatabasesStats = '<27>tatistiky datab<61>zy';
|
||||
$strDataOnly = 'Iba d<>ta';
|
||||
@@ -224,6 +229,7 @@ $strPasswordEmpty = 'Heslo je pr
|
||||
$strPasswordNotSame = 'Hesl<73> sa nezhoduj<75>!';
|
||||
$strPHPVersion = 'Verzia PHP';
|
||||
$strPmaDocumentation = 'phpMyAdmin dokument<6E>cia';
|
||||
$strPmaUriError = '<tt>$cfgPmaAbsoluteUri</tt> direkt<6B>va MUS<55> by<62> nastaven<65> v tvojom konfigura<72>nom s<>bore!';
|
||||
$strPos1 = 'Za<5A>iatok';
|
||||
$strPrevious = 'Predch<63>dzaj<61>ci';
|
||||
$strPrimary = 'Prim<69>rny';
|
||||
@@ -241,6 +247,7 @@ $strQBEIns = 'Vlo
|
||||
$strQueryOnDb = ' SQL dotaz v datab<61>ze <b>%s</b>:';
|
||||
|
||||
$strRecords = 'Z<>znamov';
|
||||
$strReferentialIntegrity = 'Skontroluj integritu odkazov:';
|
||||
$strReloadFailed = 'Znovu-na<6E><61>tanie MySQL bolo ne<6E>spe<70>n<EFBFBD>.';
|
||||
$strReloadMySQL = 'Znovu-na<6E><61>ta<74> MySQL';
|
||||
$strRememberReload = 'Nezabudnite znovu-na<6E><61>ta<74> 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
|
||||
?>
|
||||
|
Reference in New Issue
Block a user