This commit is contained in:
Marc Delisle 2001-09-26 14:37:48 +00:00
parent 910721944f
commit be31b5a521

View File

@ -76,6 +76,7 @@ $strCriteria = 'Krit
$strData = 'Dáta';
$strDatabase = 'Databáza ';
$strDatabaseHasBeenDropped = 'Databáza %s bola zmazaná.';
$strDatabases = 'databáz(y)';
$strDatabasesStats = 'Štatistiky databázy';
$strDataOnly = 'Iba dáta';
@ -85,6 +86,7 @@ $strDelete = 'Zmaza
$strDeleted = 'Riadok bol zmazaný';
$strDeletedRows = 'Zmazané riadky:';
$strDeleteFailed = 'Mazanie bolo neúspešné!';
$strDeleteUserMessage = 'Používateľ %s bol zmazaný.';
$strDescending = 'Zostupne';
$strDisplay = 'Zobraziť';
$strDisplayOrder = 'Zobraziť zoradené:';
@ -151,6 +153,7 @@ $strInstructions = 'In
$strInUse = 'práve sa používa';
$strInvalidName = '"%s" je rezervované slovo, nemôže byť použité ako názov databázy/tabuľky/poľa.';
$strKeepPass = 'Nezmeniť heslo';
$strKeyname = 'Kľúčový názov';
$strKill = 'Zabiť';
@ -296,6 +299,9 @@ $strType = 'Typ';
$strUncheckAll = 'Odznačiť všetko';
$strUnique = 'Unikátny';
$strUpdatePrivMessage = 'Boli aktualizované privilégia pre %s.';
$strUpdateProfile = 'Aktualizovať profil:';
$strUpdateProfileMessage = 'Profil bol aktualizovaný.';
$strUpdateQuery = 'Aktualizovať dotaz';
$strUsage = 'Využitie';
$strUseBackquotes = ' Použiť opačný apostrof pri názvoch tabuliek a polí ';
@ -316,14 +322,8 @@ $strWrongUser = 'Zl
$strYes = 'Áno';
// To translate
$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
$strKeepPass = 'Do not change the password';//to translate
$strMoveTable = 'Move table to (database<b>.</b>table):';
$strMoveTableOK = 'Table %s has been moved to %s.';
$strNoQuery = 'No SQL query!'; //to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strZip = '"zipped"'; //to translate
?>