diff --git a/lang/slovak-iso.inc.php3 b/lang/slovak-iso.inc.php3
index 507d269210..57eac69641 100644
--- a/lang/slovak-iso.inc.php3
+++ b/lang/slovak-iso.inc.php3
@@ -25,6 +25,7 @@ $strAddNewField = 'Prida
$strAddPriv = 'Pridať nové privilégium';
$strAddPrivMessage = 'Privilégium bolo pridané.';
$strAddSearchConditions = 'Pridať vyhľadávacie parametre (obsah dotazu po "where" príkaze):';
+$strAddToIndex = 'Pridať do indexu %s stĺpec';
$strAddUser = 'Pridať nového používateľa';
$strAddUserMessage = 'Používateľ bol pridaný.';
$strAffectedRows = ' Ovplyvnené riadky: ';
@@ -60,6 +61,8 @@ $strBrowse = 'Prech
$strBzip = '"bzipped"';
$strCantLoadMySQL = 'nieje možné nahrať rozšírenie pre MySQL,
prosím skontrolujte konfiguráciu PHP.';
+$strCantRenameIdxToPrimary = 'Nieje možné premenovať index na PRIMARY!';
+$strCardinality = 'Mohutnosť';
$strCarriage = 'Návrat vozíku (Carriage return): \\r';
$strChange = 'Zmeniť';
$strCheckAll = 'Označiť všetko';
@@ -73,6 +76,8 @@ $strCopyTable = 'Skop
$strCopyTable = 'Skopírovať tabuľku do';
$strCopyTableOK = 'Tabuľka %s bola skorírovaná do %s.';
$strCreate = 'Vytvoriť';
+$strCreateIndex = 'Vytvoriť index na %s stĺpcoch';
+$strCreateIndexTopic = 'Vytvoriť nový index';
$strCreateNewDatabase = 'Vytvoriť novú databázu';
$strCreateNewTable = 'Vytvoriť novú tabuľku v databáze ';
$strCriteria = 'Kritéria';
@@ -141,9 +146,12 @@ $strHostEmpty = 'N
$strIdxFulltext = 'Celý text';
$strIfYouWish = 'Ak si zeláte nahrať iba určité stĺpce tabuľky, špecifikujte ich ako zoznam polí oddelený čiarkou.';
+$strIgnore = 'Ignorovať';
$strIndex = 'Index';
$strIndexes = 'Indexy';
$strIndexHasBeenDropped = 'Index pre %s bol odstránený';
+$strIndexName = 'Meno indexu :';
+$strIndexType = 'Typ indexu :';
$strInsert = 'Vložiť';
$strInsertAsNewRow = 'Vložiť ako nový riadok';
$strInsertedRows = 'Vložené riadky:';
@@ -169,6 +177,7 @@ $strLogout = 'Odhl
$strModifications = 'Zmeny boli uložené';
$strModify = 'Zmeniť';
+$strModifyIndexTopic = 'Modifikovať index';
$strMoveTable = 'Presunúť tabuľku do (databáza.tabuľka):';
$strMoveTableOK = 'Tabuľka %s bola presunutá do %s.';
$strMySQLReloaded = 'MySQL znovu-načítaná.';
@@ -184,7 +193,10 @@ $strNo = 'Nie';
$strNoDatabases = 'Žiadne databázy';
$strNoDropDatabases = 'Možnosť "DROP DATABASE" vypnutá.';
$strNoFrames = 'phpMyAdmin funguje lepšie s prehliadačmi podporujúcimi rámy.';
+$strNoIndex = 'Nebol definovaný žiadny index!';
+$strNoIndexPartsDefined = 'Časti indexu neboli definované!';
$strNoModification = 'Žiadna zmena';
+$strNone = 'Žiadny';
$strNoPassword = 'Žiadne heslo';
$strNoPrivileges = 'Žiadne privilégia';
$strNoQuery = 'Žiadny SQL dotaz!';
@@ -214,6 +226,8 @@ $strPrevious = 'Predch
$strPrimary = 'Primárny';
$strPrimaryKey = 'Primárny kľúč';
$strPrimaryKeyHasBeenDropped = 'Primárny kľúč bol zrušený';
+$strPrimaryKeyName = 'Názov primárneho kľúca musí byť... PRIMARY!';
+$strPrimaryKeyWarning = '("PRIMARY" musí byť iba meno primárneho kľúča!)';
$strPrintView = 'Náhľad k tlači';
$strPrivileges = 'Privilégia';
$strProperties = 'Vlastnosti';
@@ -326,19 +340,5 @@ $strZip = '"zo zipovan
// To translate
-// Indexes
-$strAddToIndex = 'Add to index %s column(s)';
-$strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!';
-$strCardinality = 'Cardinality';
-$strCreateIndex = 'Create an index on %s columns';
-$strCreateIndexTopic = 'Create a new index';
-$strIgnore = 'Ignore';
-$strIndexName = 'Index name :';
-$strIndexType = 'Index type :';
-$strModifyIndexTopic = 'Modify an index';
-$strNone = 'None';
-$strNoIndexPartsDefined = 'No index parts defined!';
-$strNoIndex = 'No index defined!';
-$strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!';
-$strPrimaryKeyWarning = '("PRIMARY" must be the name of and only of a primary key!)';
+
?>