This commit is contained in:
Marc Delisle 2001-11-13 21:03:23 +00:00
parent fccbacf669
commit ef176551bf

View File

@ -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,<br />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&nbsp;%s&nbsp;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&nbsp;:';
$strIndexType = 'Typ indexu&nbsp;:';
$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<b>.</b>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 <b>rámy</b>.';
$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" <b>musí</b> by» <b>iba</b> 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 &nbsp;%s&nbsp;column(s)';
$strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!';
$strCardinality = 'Cardinality';
$strCreateIndex = 'Create an index on&nbsp;%s&nbsp;columns';
$strCreateIndexTopic = 'Create a new index';
$strIgnore = 'Ignore';
$strIndexName = 'Index name&nbsp;:';
$strIndexType = 'Index type&nbsp;:';
$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" <b>must</b> be the name of and <b>only of</b> a primary key!)';
?>