diff --git a/lang/slovak-iso.inc.php3 b/lang/slovak-iso.inc.php3 index 8065d2c9d..9c949adfc 100644 --- a/lang/slovak-iso.inc.php3 +++ b/lang/slovak-iso.inc.php3 @@ -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.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 ?>