slovak updates

This commit is contained in:
Marc Delisle 2001-08-10 13:10:20 +00:00
parent 6cf860b1b8
commit 352f8ee1a0
2 changed files with 8 additions and 8 deletions

View File

@ -7,6 +7,7 @@ $Source$
2001-08-10 Marc Delisle <lem9@users.sourceforge.net>
* russian updates (2 files) thanks to Max Zhivluck
* slovak updates thanks to Lubos Klokner
2001-08-10 Steve Alberty <alberty@neptunlabs.de>
* defines.inc.php3: improve mysql version query, thanks to

View File

@ -139,7 +139,7 @@ $strLength = 'D
$strLengthSet = 'Då¾ka/Nastavi»';
$strLimitNumRows = 'záznamov na stránku';
$strLineFeed = 'Ukonèenie riadku (Linefeed): \\n';
$strLines = 'Riadkov';
$strLines = 'Riadky';
$strLocationTextfile = 'Lokácia textového súboru';
$strLogin = ''; //to translate, but its not in use ...
$strLogout = 'Odhlási» sa';
@ -278,11 +278,10 @@ $strWrongUser = 'Zl
$strYes = 'Áno';
// To translate
$strAffectedRows = ' Rows affected: '; //to translate
$strDisplayOrder = 'Display order:';
$strFieldsEmpty = ' The field count is empty! '; //to translate
$strFormEmpty = 'Missing value in the form !';
$strQueryOnDb = ' SQL-query on database '; //to translate
$strUseBackquotes = ' Use backquotes with tables and fields names '; //to translate
$strAffectedRows = ' Ovplyvnené riadky: ';
$strDisplayOrder = 'Zobraziť zoradené:';
$strFieldsEmpty = ' Počet polí je prázdny! ';
$strFormEmpty = 'Chýbajúca položka vo formulári !';
$strQueryOnDb = ' SQL dotaz v databáze ';
$strUseBackquotes = ' Použiť opačný apostrof pri názvoch tabuliek a polí ';
?>