diff --git a/ChangeLog b/ChangeLog index ab8c97c21..ce253c01a 100755 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,7 @@ $Source$ * lang/russian-*.inc.php3: updated thanks to Gosha Sakovich . * user_details.php3: cosmetic changes. + * tbl_properties.php3; lang/*: added a "FLUSH" feature for tables. 2001-10-15 Loďc Chapeaux * tbl_properties.php3: diff --git a/lang/brazilian_portuguese.inc.php3 b/lang/brazilian_portuguese.inc.php3 index 67837b5b2..f712c58b6 100644 --- a/lang/brazilian_portuguese.inc.php3 +++ b/lang/brazilian_portuguese.inc.php3 @@ -300,6 +300,7 @@ $strYes = 'Sim'; // To translate $strCopyTable = 'Copy table to (database.table):'; $strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate +$strFlush = 'Flush'; $strIdxFulltext = 'Fulltext'; //to translate $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate $strKeepPass = 'Do not change the password';//to translate @@ -311,6 +312,7 @@ $strSetEnumVal = 'If field type is "enum" or "set", please enter the values usin $strShowAll = 'Show all'; // to translate $strShowCols = 'Show columns'; $strShowTables = 'Show tables'; +$strTableHasBeenFlushed = 'Table %s has been flushed'; $strUpdateProfile = 'Update profile:';//to translate $strUpdateProfileMessage = 'The profile has been updated.';//to translate $strWithChecked = 'With checked:'; //to translate diff --git a/lang/bulgarian-win1251.inc.php3 b/lang/bulgarian-win1251.inc.php3 index 96415507d..845fea393 100644 --- a/lang/bulgarian-win1251.inc.php3 +++ b/lang/bulgarian-win1251.inc.php3 @@ -309,12 +309,14 @@ $strZip = '" // To translate $strExtendedInserts = 'Extended inserts'; +$strFlush = 'Flush'; $strFullText = 'Full Texts';//to translate $strIdxFulltext = 'Fulltext'; //to translate $strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate $strPartialText = 'Partial Texts';//to translate $strShowAll = 'Show all'; // to translate $strStartingRecord = 'Starting record';//to translate +$strTableHasBeenFlushed = 'Table %s has been flushed'; $strUseBackquotes = 'Use backquotes with tables and fields\' names'; $strWithChecked = 'With checked:'; ?> diff --git a/lang/catala.inc.php3 b/lang/catala.inc.php3 index 184e5ba50..bc476e09f 100644 --- a/lang/catala.inc.php3 +++ b/lang/catala.inc.php3 @@ -316,4 +316,6 @@ $strNoQuery = 'No SQL query!'; //to translate $strCopyTable = 'Copy table to (database.table):'; $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; +$strFlush = 'Flush'; +$strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index cf3577674..7bb13a9a7 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -316,4 +316,6 @@ $strNoQuery = 'No SQL query!'; //to translate $strCopyTable = 'Copy table to (database.table):'; $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; +$strFlush = 'Flush'; +$strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index 8f4742ce1..6dc6c8053 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -320,4 +320,6 @@ $strNoQuery = 'No SQL query!'; //to translate $strCopyTable = 'Copy table to (database.table):'; $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; +$strFlush = 'Flush'; +$strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/czech-iso.inc.php3 b/lang/czech-iso.inc.php3 index 9ae7c1de8..cdc5680ff 100644 --- a/lang/czech-iso.inc.php3 +++ b/lang/czech-iso.inc.php3 @@ -45,9 +45,9 @@ $strAtEndOfTable = 'Na konci tabulky'; $strAttr = 'Atributy'; $strBack = 'Zpět'; -$strBinary = ' Binární '; -$strBinaryDoNotEdit = ' Binární - neupravujte '; -$strBookmarkLabel = 'Název'; +$strBinary = ' Binární '; +$strBinaryDoNotEdit = ' Binární - neupravujte '; +$strBookmarkLabel = 'Název'; $strBookmarkQuery = 'Oblíbený SQL dotaz'; $strBookmarkThis = 'Přidat tento SQL dotaz do oblíbených'; $strBookmarkView = 'Jen prohlédnout'; @@ -71,6 +71,251 @@ $strCreateNewDatabase = 'Vytvo $strCreateNewTable = 'Vytvořit novou tabulku v databázi '; $strCriteria = 'Podmínka'; -$strData = 'Data'; +$strData = 'Data'; $strDatabase = 'Databáze '; -$strDatabaseHasBeenDropped = 'Databaze %s byla zru \ No newline at end of file +$strDatabaseHasBeenDropped = 'Databaze %s byla zrušena.'; +$strDatabases = 'databáze'; +$strDatabasesStats = 'Statistiky databáze'; +$strDataOnly = ' Jen data '; +$strDefault = 'Výchozí'; +$strDelete = 'Smazat'; +$strDeleted = 'Řádek byl smazán'; +$strDeletedRows = 'Smazané řádky:'; +$strDeleteFailed = 'Smazání selhalo!'; +$strDeleteUserMessage = 'Byl smazan uivatel %s.'; +$strDescending = 'Sestupně'; +$strDisplay = 'Zobrazit'; +$strDisplayOrder = 'Seřadit podle:'; +$strDoAQuery = 'ProvéstDo a "dotaz podle příkladu" (žolík: "%")'; +$strDocu = 'Dokumentace'; +$strDoYouReally = 'Opravdu si přeješ vykonat příkaz '; +$strDrop = 'Odstranit'; +$strDropDB = 'Odstranit databázi '; +$strDropTable = 'Smazat tabulku'; +$strDumpingData = 'Dumpuji data pro tabulku'; +$strDynamic = 'dynamic'; + +$strEdit = 'Editovat'; +$strEditPrivileges = 'Upravit práva'; +$strEffective = 'Efektivní'; +$strEmpty = 'Vyprázdnit'; +$strEmptyResultSet = 'MySQL vrátil prázdný výsledek (tj. nulový počet řádků).'; +$strEnd = 'Konec'; +$strEnglishPrivileges = ' Poznámka: názvy MySQL privilegií jsou uváděna v angličtině '; +$strError = 'Chyba'; +$strExtendedInserts = 'Rozšířené inserty'; +$strExtra = 'Extra'; + +$strField = 'Pole'; +$strFieldHasBeenDropped = 'Pole %s bylo odstraněno'; +$strFields = 'Počet polí'; +$strFieldsEmpty = ' Nebyl zadán počet polí! '; +$strFieldsEnclosedBy = 'Položky uzavřené do'; +$strFieldsEscapedBy = 'Položky escapovány'; +$strFieldsTerminatedBy = 'Položky oddělené'; +$strFixed = 'pevný'; +$strFormat = 'Formát'; +$strFormEmpty = 'Chybějící hodnota ve formuláři !'; +$strFullText = 'Celé texty'; +$strFunction = 'Funkce'; + +$strGenTime = 'Vygenerováno:'; +$strGo = 'Proveď'; +$strGrants = 'Privilegia'; +$strGzip = '"zagzipováno"'; + +$strHasBeenAltered = 'byla změněna.'; +$strHasBeenCreated = 'byla vytvořena.'; +$strHome = 'Úvod'; +$strHomepageOfficial = ' Oficiální stránka phpMyAdmina '; +$strHomepageSourceforge = ' nová stránka phpMyAdmina '; +$strHost = 'Hostitel'; +$strHostEmpty = 'Jméno hostitele je prázdné!'; + +$strIdxFulltext = 'Fulltext'; +$strIfYouWish = 'Pokud si přeješ natáhnout jenom určité sloupce z tabulky, specifikuj je jako seznam polí oddělených čárkou.'; +$strIndex = 'Index'; +$strIndexes = 'Indexy'; +$strIndexHasBeenDropped = 'Index %s byl odstraněn'; +$strInsert = 'Vložit'; +$strInsertAsNewRow = ' Vložit jako nový řádek '; +$strInsertedRows = 'Vloženo řádků:'; +$strInsertNewRow = 'Vložit nový řádek'; +$strInsertTextfiles = 'Vložit textové soubory do tabulky'; +$strInstructions = 'Instrukce'; +$strInUse = 'právě se používá'; +$strInvalidName = '"%s" je rezervované slovo a proto ho nemůžete požít jako jméno databáze/tabulky/sloupce.'; + +$strKeepPass = 'Nemlnit heslo'; +$strKeyname = 'Klíčovy název'; +$strKill = ' Zabít '; + +$strLength = 'Délka'; +$strLengthSet = 'Délka/Set*'; +$strLimitNumRows = 'záznamu na stránku'; +$strLineFeed = 'Ukončení řádku (Linefeed): \\n'; +$strLines = 'Řádek'; +$strLinesTerminatedBy = 'Řádky ukončené'; +$strLocationTextfile = 'Umístění textového souboru'; +$strLogin = ''; //to translate, but its not in use ... +$strLogout = 'Odhlásit se'; + +$strModifications = 'Změny byly uloženy'; +$strModify = 'Úpravy'; +$strMoveTable = 'Pxesunout tabulku do (databaze.tabulka):'; +$strMoveTableOK = 'Tabulka %s byla pxesunuta do %s.'; +$strMySQLReloaded = 'MySQL znovu-načtena.'; +$strMySQLSaid = 'MySQL hlásí: '; +$strMySQLShowProcess = 'Zobraz procesy'; +$strMySQLShowStatus = 'Ukázat MySQL runtime informace'; +$strMySQLShowVars = 'Ukázat MySQL systémové proměnné'; + +$strName = 'Název'; +$strNbRecords = 'řádků'; +$strNext = 'Další'; +$strNo = 'Ne'; +$strNoDatabases = 'Žádné databáze'; +$strNoDropDatabases = 'Příkaz "DROP DATABASE" je vypnutý.'; +$strNoModification = 'Žádná změna'; +$strNoPassword = 'Žádné heslo'; +$strNoPrivileges = 'Žádná privilegia'; +$strNoQuery = 'adn} SQL dotaz!'; +$strNoRights = 'Nemáte dostatečná práva na provedení této akce!'; +$strNoTablesFound = 'V databázi nebyla nalezena ani jedna tabulka.'; +$strNotNumber = 'Toto není číslo!'; +$strNotValidNumber = ' není platné číslo řádku!'; +$strNoUsersFound = 'Žádný uživatel nenalezen.'; +$strNull = 'Nulový'; +$strNumberIndexes = ' Počet rozšířených indexů '; + +$strOftenQuotation = 'Často uvozující znaky. OPTIONALLY znamená, že pouze pole typu CHAR a VARCHAR jsou uzavřeny do "uzavíracích " znaků.'; +$strOptimizeTable = 'Optimalizovat tabulku'; +$strOptionalControls = 'Volitelné. Určuje jak zapisovat nebo číst speciální znaky.'; +$strOptionally = 'Volitelně'; +$strOr = 'nebo'; +$strOverhead = 'Navíc'; + +$strPartialText = 'Zkrácené texty'; +$strPassword = 'Heslo'; +$strPasswordEmpty = 'Heslo je prázdné!'; +$strPasswordNotSame = 'Hesla nejsou stejná!'; +$strPHPVersion = 'Verze PHP'; +$strPmaDocumentation = 'Dokumentace phpMyAdmina'; +$strPos1 = 'Začátek'; +$strPrevious = 'Předchozí'; +$strPrimary = 'Primární'; +$strPrimaryKey = 'Primární klíč'; +$strPrimaryKeyHasBeenDropped = 'Primární klíč byl odstraněn'; +$strPrintView = 'Náhled k vytištění'; +$strPrivileges = 'Privilegia'; +$strProperties = 'Vlastnosti'; + +$strQBE = 'Dotaz podle příkladu'; +$strQBEDel = 'přidat'; +$strQBEIns = 'smazat'; +$strQueryOnDb = 'SQL dotaz na databázi '; + +$strRecords = 'Záznamů'; +$strReloadFailed = 'Znovunačtení MySQL selhalo.'; +$strReloadMySQL = 'Znovunačtení MySQL'; +$strRememberReload = 'Nezapomeňte reloadovat server.'; +$strRenameTable = 'Přejmenovat tabulku na'; +$strRenameTableOK = 'Tabulka %s byla přejmenována na %s'; +$strRepairTable = 'Opravit tabulku'; +$strReplace = 'Přepsat'; +$strReplaceTable = 'Přepsat data tabulky souborem'; +$strReset = 'P§vodní (reset)'; +$strReType = 'Napsat znovu'; +$strRevoke = 'Zrušit'; +$strRevokeGrant = 'Zrušit povolení přidělovat práva'; +$strRevokeGrantMessage = 'Bylo zrušeno privilegium přidělovat práva pro'; +$strRevokeMessage = 'Byla zrušena práva pro'; +$strRevokePriv = 'Zrušit práva'; +$strRowLength = 'Délka řádku'; +$strRows = 'Řádků'; +$strRowsFrom = 'řádků začínající od'; +$strRowSize = ' Velikost řádku '; +$strRowsStatistic = 'Statistika řádků'; +$strRunning = 'běžící na '; +$strRunningAs = 'jako'; +$strRunQuery = 'Provést dotaz'; +$strRunSQLQuery = 'Spustit SQL dotaz(y) na databázi %s'; + +$strSave = 'Ulož'; +$strSelect = 'Vybrat'; +$strSelectFields = 'Zvol pole (alespoň jedno):'; +$strSelectNumRows = 'v dotazu'; +$strSend = 'Pošli'; +$strSequence = 'Sekv.'; +$strServerChoice = 'Výběr serveru'; +$strServerVersion = 'Verze serveru'; +$strSetEnumVal = 'Pokud je pole typu "enum" nebo "set", zadávejte hodnoty v následujícím formátu: \'a\',\'b\',\'c\'...
Pokud potřebujete zadat zpětné lomítko ("\") nebo jednoduché uvozovky ("\'") mezi těmito hodnotami, napište před ně zpětné lomítko (příklad: \'\\\\xyz\' nebo \'a\\\'b\').'; +$strShow = 'Zobraz'; +$strShowAll = 'Zobrazit vše'; +$strShowCols = 'Zobrazit sloupce'; +$strShowingRecords = 'Ukazuji záznamy '; +$strShowPHPInfo = 'Zobrazit informace o PHP'; +$strShowTables = 'Zobrazit tabulky'; +$strShowThisQuery = ' Zobrazit zde tento dotaz znovu '; +$strSingly = '(po jednom)'; +$strSize = 'Velikost'; +$strSort = 'Řadit'; +$strSpaceUsage = 'Využití místa'; +$strSQLQuery = 'SQL-dotaz'; +$strStartingRecord = 'Počáteční záznam'; +$strStatement = 'Údaj'; +$strStrucCSV = 'CSV data'; +$strStrucData = 'Strukturu a data'; +$strStrucDrop = 'Přidej \'DROP TABLE\''; +$strStrucExcelCSV = 'CSV data pro Ms Excel'; +$strStrucOnly = 'Pouze strukturu'; +$strSubmit = 'Odešli'; +$strSuccess = 'Tvůj SQL-dotaz byl úspěšně vykonán'; +$strSum = 'Celkem'; + +$strTable = 'Tabulka '; +$strTableComments = 'Komentáře k tabulce'; +$strTableEmpty = 'Jméno tabulky je prázdné!'; +$strTableHasBeenDropped = 'Tabulka %s byla odstraněna'; +$strTableHasBeenEmptied = 'Tabulka %s byla vyprázdněna'; +$strTableMaintenance = ' Údržba tabulky '; +$strTables = '%s tabulek'; +$strTableStructure = 'Struktura tabulky'; +$strTableType = 'Typ tabulky'; +$strTextAreaLength = ' Toto pole možná nepůjde
(kvůli délce) upravit '; +$strTheContent = 'Obsah tvého souboru byl vložen'; +$strTheContents = 'Obsah souboru přepíše obsah zvolené tabulky v těch řádcích, kde je identický primární nebo unikátní klíč.'; +$strTheTerminator = 'Ukončení polí.'; +$strTotal = 'celkem'; +$strType = 'Typ'; + +$strUncheckAll = 'Odškrtnout vše'; +$strUnique = 'Unikátní'; +$strUpdatePrivMessage = 'Byla aktualizovana privilegia pro %s.'; +$strUpdateProfile = 'Zmlny profilu:'; +$strUpdateProfileMessage = 'Profil byl zmlnln.'; +$strUpdateQuery = 'Aktualizovat dotaz'; +$strUsage = 'Používá'; +$strUseBackquotes = 'Použít zpětné uvozovky u jmeno tabulek a polí'; +$strUser = 'Uživatel'; +$strUserEmpty = 'Jméno uživatele je prázdné!'; +$strUserName = 'Jméno uživatele'; +$strUsers = 'Uživatelé'; +$strUseTables = 'Použít tabulky'; + +$strValue = 'Hodnota'; +$strViewDump = 'Ukaž dump (schema) tabulky'; +$strViewDumpDB = 'Ukaž dump (schema) databáze'; + +$strWelcome = 'Vítej v '; +$strWithChecked = 'Zaškrtnuté:'; +$strWrongUser = 'Špatné uživatelské jméno/heslo. Přístup odepřen.'; + +$strYes = 'Ano'; + +$strZip = '"zazipováno"'; + +// To translate +$strFlush = 'Flush'; +$strTableHasBeenFlushed = 'Table %s has been flushed'; +?> diff --git a/lang/czech-win1250.inc.php3 b/lang/czech-win1250.inc.php3 index 1c11a76ac..d51b90975 100644 --- a/lang/czech-win1250.inc.php3 +++ b/lang/czech-win1250.inc.php3 @@ -45,9 +45,9 @@ $strAtEndOfTable = 'Na konci tabulky'; $strAttr = 'Atributy'; $strBack = 'Zpět'; -$strBinary = ' Binární '; -$strBinaryDoNotEdit = ' Binární - neupravujte '; -$strBookmarkLabel = 'Název'; +$strBinary = ' Binární '; +$strBinaryDoNotEdit = ' Binární - neupravujte '; +$strBookmarkLabel = 'Název'; $strBookmarkQuery = 'Oblíbený SQL dotaz'; $strBookmarkThis = 'Přidat tento SQL dotaz do oblíbených'; $strBookmarkView = 'Jen prohlédnout'; @@ -71,6 +71,251 @@ $strCreateNewDatabase = 'Vytvo $strCreateNewTable = 'Vytvořit novou tabulku v databázi '; $strCriteria = 'Podmínka'; -$strData = 'Data'; +$strData = 'Data'; $strDatabase = 'Databáze '; -$strDatabaseHasBeenDropped = 'Databaze %s byla zru \ No newline at end of file +$strDatabaseHasBeenDropped = 'Databaze %s byla zrušena.'; +$strDatabases = 'databáze'; +$strDatabasesStats = 'Statistiky databáze'; +$strDataOnly = ' Jen data '; +$strDefault = 'Výchozí'; +$strDelete = 'Smazat'; +$strDeleted = 'Řádek byl smazán'; +$strDeletedRows = 'Smazané řádky:'; +$strDeleteFailed = 'Smazání selhalo!'; +$strDeleteUserMessage = 'Byl smazan uivatel %s.'; +$strDescending = 'Sestupně'; +$strDisplay = 'Zobrazit'; +$strDisplayOrder = 'Seřadit podle:'; +$strDoAQuery = 'ProvéstDo a "dotaz podle příkladu" (žolík: "%")'; +$strDocu = 'Dokumentace'; +$strDoYouReally = 'Opravdu si přeješ vykonat příkaz '; +$strDrop = 'Odstranit'; +$strDropDB = 'Odstranit databázi '; +$strDropTable = 'Smazat tabulku'; +$strDumpingData = 'Dumpuji data pro tabulku'; +$strDynamic = 'dynamic'; + +$strEdit = 'Editovat'; +$strEditPrivileges = 'Upravit práva'; +$strEffective = 'Efektivní'; +$strEmpty = 'Vyprázdnit'; +$strEmptyResultSet = 'MySQL vrátil prázdný výsledek (tj. nulový počet řádků).'; +$strEnd = 'Konec'; +$strEnglishPrivileges = ' Poznámka: názvy MySQL privilegií jsou uváděna v angličtině '; +$strError = 'Chyba'; +$strExtendedInserts = 'Rozšířené inserty'; +$strExtra = 'Extra'; + +$strField = 'Pole'; +$strFieldHasBeenDropped = 'Pole %s bylo odstraněno'; +$strFields = 'Počet polí'; +$strFieldsEmpty = ' Nebyl zadán počet polí! '; +$strFieldsEnclosedBy = 'Položky uzavřené do'; +$strFieldsEscapedBy = 'Položky escapovány'; +$strFieldsTerminatedBy = 'Položky oddělené'; +$strFixed = 'pevný'; +$strFormat = 'Formát'; +$strFormEmpty = 'Chybějící hodnota ve formuláři !'; +$strFullText = 'Celé texty'; +$strFunction = 'Funkce'; + +$strGenTime = 'Vygenerováno:'; +$strGo = 'Proveď'; +$strGrants = 'Privilegia'; +$strGzip = '"zagzipováno"'; + +$strHasBeenAltered = 'byla změněna.'; +$strHasBeenCreated = 'byla vytvořena.'; +$strHome = 'Úvod'; +$strHomepageOfficial = ' Oficiální stránka phpMyAdmina '; +$strHomepageSourceforge = ' nová stránka phpMyAdmina '; +$strHost = 'Hostitel'; +$strHostEmpty = 'Jméno hostitele je prázdné!'; + +$strIdxFulltext = 'Fulltext'; +$strIfYouWish = 'Pokud si přeješ natáhnout jenom určité sloupce z tabulky, specifikuj je jako seznam polí oddělených čárkou.'; +$strIndex = 'Index'; +$strIndexes = 'Indexy'; +$strIndexHasBeenDropped = 'Index %s byl odstraněn'; +$strInsert = 'Vložit'; +$strInsertAsNewRow = ' Vložit jako nový řádek '; +$strInsertedRows = 'Vloženo řádků:'; +$strInsertNewRow = 'Vložit nový řádek'; +$strInsertTextfiles = 'Vložit textové soubory do tabulky'; +$strInstructions = 'Instrukce'; +$strInUse = 'právě se používá'; +$strInvalidName = '"%s" je rezervované slovo a proto ho nemůžete požít jako jméno databáze/tabulky/sloupce.'; + +$strKeepPass = 'Nemlnit heslo'; +$strKeyname = 'Klíčovy název'; +$strKill = ' Zabít '; + +$strLength = 'Délka'; +$strLengthSet = 'Délka/Set*'; +$strLimitNumRows = 'záznamu na stránku'; +$strLineFeed = 'Ukončení řádku (Linefeed): \\n'; +$strLines = 'Řádek'; +$strLinesTerminatedBy = 'Řádky ukončené'; +$strLocationTextfile = 'Umístění textového souboru'; +$strLogin = ''; //to translate, but its not in use ... +$strLogout = 'Odhlásit se'; + +$strModifications = 'Změny byly uloženy'; +$strModify = 'Úpravy'; +$strMoveTable = 'Pxesunout tabulku do (databaze.tabulka):'; +$strMoveTableOK = 'Tabulka %s byla pxesunuta do %s.'; +$strMySQLReloaded = 'MySQL znovu-načtena.'; +$strMySQLSaid = 'MySQL hlásí: '; +$strMySQLShowProcess = 'Zobraz procesy'; +$strMySQLShowStatus = 'Ukázat MySQL runtime informace'; +$strMySQLShowVars = 'Ukázat MySQL systémové proměnné'; + +$strName = 'Název'; +$strNbRecords = 'řádků'; +$strNext = 'Další'; +$strNo = 'Ne'; +$strNoDatabases = 'Žádné databáze'; +$strNoDropDatabases = 'Příkaz "DROP DATABASE" je vypnutý.'; +$strNoModification = 'Žádná změna'; +$strNoPassword = 'Žádné heslo'; +$strNoPrivileges = 'Žádná privilegia'; +$strNoQuery = 'adn} SQL dotaz!'; +$strNoRights = 'Nemáte dostatečná práva na provedení této akce!'; +$strNoTablesFound = 'V databázi nebyla nalezena ani jedna tabulka.'; +$strNotNumber = 'Toto není číslo!'; +$strNotValidNumber = ' není platné číslo řádku!'; +$strNoUsersFound = 'Žádný uživatel nenalezen.'; +$strNull = 'Nulový'; +$strNumberIndexes = ' Počet rozšířených indexů '; + +$strOftenQuotation = 'Často uvozující znaky. OPTIONALLY znamená, že pouze pole typu CHAR a VARCHAR jsou uzavřeny do "uzavíracích " znaků.'; +$strOptimizeTable = 'Optimalizovat tabulku'; +$strOptionalControls = 'Volitelné. Určuje jak zapisovat nebo číst speciální znaky.'; +$strOptionally = 'Volitelně'; +$strOr = 'nebo'; +$strOverhead = 'Navíc'; + +$strPartialText = 'Zkrácené texty'; +$strPassword = 'Heslo'; +$strPasswordEmpty = 'Heslo je prázdné!'; +$strPasswordNotSame = 'Hesla nejsou stejná!'; +$strPHPVersion = 'Verze PHP'; +$strPmaDocumentation = 'Dokumentace phpMyAdmina'; +$strPos1 = 'Začátek'; +$strPrevious = 'Předchozí'; +$strPrimary = 'Primární'; +$strPrimaryKey = 'Primární klíč'; +$strPrimaryKeyHasBeenDropped = 'Primární klíč byl odstraněn'; +$strPrintView = 'Náhled k vytištění'; +$strPrivileges = 'Privilegia'; +$strProperties = 'Vlastnosti'; + +$strQBE = 'Dotaz podle příkladu'; +$strQBEDel = 'přidat'; +$strQBEIns = 'smazat'; +$strQueryOnDb = 'SQL dotaz na databázi '; + +$strRecords = 'Záznamů'; +$strReloadFailed = 'Znovunačtení MySQL selhalo.'; +$strReloadMySQL = 'Znovunačtení MySQL'; +$strRememberReload = 'Nezapomeňte reloadovat server.'; +$strRenameTable = 'Přejmenovat tabulku na'; +$strRenameTableOK = 'Tabulka %s byla přejmenována na %s'; +$strRepairTable = 'Opravit tabulku'; +$strReplace = 'Přepsat'; +$strReplaceTable = 'Přepsat data tabulky souborem'; +$strReset = 'P§vodní (reset)'; +$strReType = 'Napsat znovu'; +$strRevoke = 'Zrušit'; +$strRevokeGrant = 'Zrušit povolení přidělovat práva'; +$strRevokeGrantMessage = 'Bylo zrušeno privilegium přidělovat práva pro'; +$strRevokeMessage = 'Byla zrušena práva pro'; +$strRevokePriv = 'Zrušit práva'; +$strRowLength = 'Délka řádku'; +$strRows = 'Řádků'; +$strRowsFrom = 'řádků začínající od'; +$strRowSize = ' Velikost řádku '; +$strRowsStatistic = 'Statistika řádků'; +$strRunning = 'běžící na '; +$strRunningAs = 'jako'; +$strRunQuery = 'Provést dotaz'; +$strRunSQLQuery = 'Spustit SQL dotaz(y) na databázi %s'; + +$strSave = 'Ulož'; +$strSelect = 'Vybrat'; +$strSelectFields = 'Zvol pole (alespoň jedno):'; +$strSelectNumRows = 'v dotazu'; +$strSend = 'Pošli'; +$strSequence = 'Sekv.'; +$strServerChoice = 'Výběr serveru'; +$strServerVersion = 'Verze serveru'; +$strSetEnumVal = 'Pokud je pole typu "enum" nebo "set", zadávejte hodnoty v následujícím formátu: \'a\',\'b\',\'c\'...
Pokud potřebujete zadat zpětné lomítko ("\") nebo jednoduché uvozovky ("\'") mezi těmito hodnotami, napište před ně zpětné lomítko (příklad: \'\\\\xyz\' nebo \'a\\\'b\').'; +$strShow = 'Zobraz'; +$strShowAll = 'Zobrazit vše'; +$strShowCols = 'Zobrazit sloupce'; +$strShowingRecords = 'Ukazuji záznamy '; +$strShowPHPInfo = 'Zobrazit informace o PHP'; +$strShowTables = 'Zobrazit tabulky'; +$strShowThisQuery = ' Zobrazit zde tento dotaz znovu '; +$strSingly = '(po jednom)'; +$strSize = 'Velikost'; +$strSort = 'Řadit'; +$strSpaceUsage = 'Využití místa'; +$strSQLQuery = 'SQL-dotaz'; +$strStartingRecord = 'Počáteční záznam'; +$strStatement = 'Údaj'; +$strStrucCSV = 'CSV data'; +$strStrucData = 'Strukturu a data'; +$strStrucDrop = 'Přidej \'DROP TABLE\''; +$strStrucExcelCSV = 'CSV data pro Ms Excel'; +$strStrucOnly = 'Pouze strukturu'; +$strSubmit = 'Odešli'; +$strSuccess = 'Tvůj SQL-dotaz byl úspěšně vykonán'; +$strSum = 'Celkem'; + +$strTable = 'Tabulka '; +$strTableComments = 'Komentáře k tabulce'; +$strTableEmpty = 'Jméno tabulky je prázdné!'; +$strTableHasBeenDropped = 'Tabulka %s byla odstraněna'; +$strTableHasBeenEmptied = 'Tabulka %s byla vyprázdněna'; +$strTableMaintenance = ' Údržba tabulky '; +$strTables = '%s tabulek'; +$strTableStructure = 'Struktura tabulky'; +$strTableType = 'Typ tabulky'; +$strTextAreaLength = ' Toto pole možná nepůjde
(kvůli délce) upravit '; +$strTheContent = 'Obsah tvého souboru byl vložen'; +$strTheContents = 'Obsah souboru přepíše obsah zvolené tabulky v těch řádcích, kde je identický primární nebo unikátní klíč.'; +$strTheTerminator = 'Ukončení polí.'; +$strTotal = 'celkem'; +$strType = 'Typ'; + +$strUncheckAll = 'Odškrtnout vše'; +$strUnique = 'Unikátní'; +$strUpdatePrivMessage = 'Byla aktualizovana privilegia pro %s.'; +$strUpdateProfile = 'Zmlny profilu:'; +$strUpdateProfileMessage = 'Profil byl zmlnln.'; +$strUpdateQuery = 'Aktualizovat dotaz'; +$strUsage = 'Používá'; +$strUseBackquotes = 'Použít zpětné uvozovky u jmeno tabulek a polí'; +$strUser = 'Uživatel'; +$strUserEmpty = 'Jméno uživatele je prázdné!'; +$strUserName = 'Jméno uživatele'; +$strUsers = 'Uživatelé'; +$strUseTables = 'Použít tabulky'; + +$strValue = 'Hodnota'; +$strViewDump = 'Ukaž dump (schema) tabulky'; +$strViewDumpDB = 'Ukaž dump (schema) databáze'; + +$strWelcome = 'Vítej v '; +$strWithChecked = 'Zaškrtnuté:'; +$strWrongUser = 'Špatné uživatelské jméno/heslo. Přístup odepřen.'; + +$strYes = 'Ano'; + +$strZip = '"zazipováno"'; + +// To translate +$strFlush = 'Flush'; +$strTableHasBeenFlushed = 'Table %s has been flushed'; +?> diff --git a/lang/danish.inc.php3 b/lang/danish.inc.php3 index 5b7618aaf..b12f44dc4 100644 --- a/lang/danish.inc.php3 +++ b/lang/danish.inc.php3 @@ -314,4 +314,7 @@ $strYes = 'Ja'; $strZip = '"zipped"'; //to translate +// To translate +$strFlush = 'Flush'; +$strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/dutch.inc.php3 b/lang/dutch.inc.php3 index d0a11a7d0..58e526c89 100644 --- a/lang/dutch.inc.php3 +++ b/lang/dutch.inc.php3 @@ -315,4 +315,6 @@ $strNoQuery = 'No SQL query!'; //to translate $strCopyTable = 'Copy table to (database.table):'; $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; +$strFlush = 'Flush'; +$strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index f5c4b1c30..06f306e34 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -114,6 +114,7 @@ $strFieldsEnclosedBy = 'Fields enclosed by'; $strFieldsEscapedBy = 'Fields escaped by'; $strFieldsTerminatedBy = 'Fields terminated by'; $strFixed = 'fixed'; +$strFlush = 'Flush'; $strFormat = 'Format'; $strFormEmpty = 'Missing value in the form !'; $strFullText = 'Full Texts'; @@ -278,6 +279,7 @@ $strTableComments = 'Table comments'; $strTableEmpty = 'The table name is empty!'; $strTableHasBeenDropped = 'Table %s has been dropped'; $strTableHasBeenEmptied = 'Table %s has been emptied'; +$strTableHasBeenFlushed = 'Table %s has been flushed'; $strTableMaintenance = 'Table maintenance'; $strTables = '%s table(s)'; $strTableStructure = 'Table structure for table'; diff --git a/lang/finnish.inc.php3 b/lang/finnish.inc.php3 index fd491a452..ae21ba7d0 100644 --- a/lang/finnish.inc.php3 +++ b/lang/finnish.inc.php3 @@ -318,7 +318,7 @@ $strYes = 'Kyll $strZip = '"zip-pakattu"'; // To translate - +$strFlush = 'Flush'; $strOverhead = 'Overhead'; //to translate - +$strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/french.inc.php3 b/lang/french.inc.php3 index 55da5a525..8ddb2af7e 100644 --- a/lang/french.inc.php3 +++ b/lang/french.inc.php3 @@ -114,6 +114,7 @@ $strFieldsEnclosedBy = 'Champs entour $strFieldsEscapedBy = 'Caractčre spécial'; $strFieldsTerminatedBy = 'Champs terminés par'; $strFixed = 'fixe'; +$strFlush = 'Recharger'; $strFormat = 'format'; $strFormEmpty = 'Formulaire incomplet !'; $strFullText = 'Textes complets'; @@ -278,6 +279,7 @@ $strTableComments = 'Commentaires sur la table'; $strTableEmpty = 'Le nom de la table est vide'; $strTableHasBeenDropped = 'La table %s a été effacée'; $strTableHasBeenEmptied = 'La table %s a été vidée'; +$strTableHasBeenFlushed = 'La table %s a été rechargée'; $strTableMaintenance = 'Maintenance de la table'; $strTables = '%s table(s)'; $strTableStructure = 'Structure de la table'; diff --git a/lang/galician.inc.php3 b/lang/galician.inc.php3 index d399292bd..2c23aaa97 100644 --- a/lang/galician.inc.php3 +++ b/lang/galician.inc.php3 @@ -313,7 +313,9 @@ $strZip = 'comprimido no formato "zipped"'; // To translate $strCopyTable = 'Copy table to (database.table):'; +$strFlush = 'Flush'; $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; $strNoQuery = 'No SQL query!'; //to translate +$strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/german.inc.php3 b/lang/german.inc.php3 index 934db3a99..aa3a2fef0 100644 --- a/lang/german.inc.php3 +++ b/lang/german.inc.php3 @@ -312,8 +312,10 @@ $strZip = '"Zip komprimiert"'; // To translate $strFieldHasBeenDropped = 'Field %s has been dropped';//to translate +$strFlush = 'Flush'; $strIndexHasBeenDropped = 'Index %s has been dropped';//to translate $strRunningAs = 'as'; $strShowCols = 'Show columns'; $strShowTables = 'Show tables'; +$strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/greek.inc.php3 b/lang/greek.inc.php3 index 76f2eb6f7..a9da80f55 100644 --- a/lang/greek.inc.php3 +++ b/lang/greek.inc.php3 @@ -298,6 +298,7 @@ $strFieldHasBeenDropped = 'Field %s has been dropped';//to translate $strFieldsEnclosedBy = 'Fields enclosed by';//to translate $strFieldsEscapedBy = 'Fields escaped by';//to translate $strFieldsTerminatedBy = 'Fields terminated by';//to translate +$strFlush = 'Flush'; $strIndexHasBeenDropped = 'Index %s has been dropped';//to translate $strKeepPass = 'Do not change the password';//to translate $strLinesTerminatedBy = 'Lines terminated by';//to translate @@ -313,6 +314,7 @@ $strShowTables = 'Show tables'; $strStartingRecord = 'Starting record';//to translate $strTableHasBeenDropped = 'Table %s has been dropped';//to translate $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate +$strTableHasBeenFlushed = 'Table %s has been flushed'; $strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate $strUpdateProfile = 'Update profile:';//to translate $strUpdateProfileMessage = 'The profile has been updated.';//to translate diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index 41e116eee..803d1aba3 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -318,4 +318,6 @@ $strYes = ' Si '; $strZip = '"compresso con zip"'; // To translate +$strFlush = 'Flush'; +$strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/japanese.inc.php3 b/lang/japanese.inc.php3 index 5eec9751a..28978fbe6 100644 --- a/lang/japanese.inc.php3 +++ b/lang/japanese.inc.php3 @@ -319,4 +319,6 @@ $strNoQuery = 'No SQL query!'; //to translate $strCopyTable = 'Copy table to (database.table):'; $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; +$strTableHasBeenFlushed = 'Table %s has been flushed'; +$strFlush = 'Flush'; ?> diff --git a/lang/korean.inc.php3 b/lang/korean.inc.php3 index a3ba6a45f..267078547 100644 --- a/lang/korean.inc.php3 +++ b/lang/korean.inc.php3 @@ -319,4 +319,6 @@ $strNoQuery = 'No SQL query!'; //to translate $strCopyTable = 'Copy table to (database.table):'; $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; +$strTableHasBeenFlushed = 'Table %s has been flushed'; +$strFlush = 'Flush'; ?> diff --git a/lang/norwegian.inc.php3 b/lang/norwegian.inc.php3 index dd6e148cb..5ac231859 100644 --- a/lang/norwegian.inc.php3 +++ b/lang/norwegian.inc.php3 @@ -315,4 +315,6 @@ $strYes = 'Ja'; $strZip = '"komprimert (zip)"'; // To translate +$strFlush = 'Flush'; +$strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/polish.inc.php3 b/lang/polish.inc.php3 index 45b82e2a5..5616e733c 100644 --- a/lang/polish.inc.php3 +++ b/lang/polish.inc.php3 @@ -312,7 +312,9 @@ $strZip = '".zip"'; // To translate $strCopyTable = 'Copy table to (database.table):'; +$strFlush = 'Flush'; $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; $strNoQuery = 'No SQL query!'; //to translate +$strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/portuguese.inc.php3 b/lang/portuguese.inc.php3 index e0650fa3f..4e68365c6 100644 --- a/lang/portuguese.inc.php3 +++ b/lang/portuguese.inc.php3 @@ -319,4 +319,6 @@ $strNoQuery = 'No SQL query!'; //to translate $strCopyTable = 'Copy table to (database.table):'; $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; +$strFlush = 'Flush'; +$strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/romanian.inc.php3 b/lang/romanian.inc.php3 index 908b5daaf..63150b355 100644 --- a/lang/romanian.inc.php3 +++ b/lang/romanian.inc.php3 @@ -311,8 +311,10 @@ $strYes = 'Da'; // To translate $strCopyTable = 'Copy table to (database.table):'; +$strFlush = 'Flush'; $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; $strNoQuery = 'No SQL query!'; //to translate +$strTableHasBeenFlushed = 'Table %s has been flushed'; $strZip = '"zipped"'; //to translate ?> diff --git a/lang/russian-koi8.inc.php3 b/lang/russian-koi8.inc.php3 index fcae067bd..d9da317ae 100644 --- a/lang/russian-koi8.inc.php3 +++ b/lang/russian-koi8.inc.php3 @@ -314,6 +314,8 @@ $strYes = ' $strZip = 'ŐĐÁËĎ×ÁÔŘ × "zip"'; // To translate +$strFlush = 'Flush'; +$strTableHasBeenFlushed = 'Table %s has been flushed'; $strUpdateProfile = 'Update profile:';//to translate $strUpdateProfileMessage = 'The profile has been updated.';//to translate ?> diff --git a/lang/russian-win1251.inc.php3 b/lang/russian-win1251.inc.php3 index 9df3e2353..d87df4861 100644 --- a/lang/russian-win1251.inc.php3 +++ b/lang/russian-win1251.inc.php3 @@ -314,6 +314,8 @@ $strYes = ' $strZip = 'óďŕęîâŕňü â "zip"'; // To translate +$strFlush = 'Flush'; +$strTableHasBeenFlushed = 'Table %s has been flushed'; $strUpdateProfile = 'Update profile:';//to translate $strUpdateProfileMessage = 'The profile has been updated.';//to translate ?> diff --git a/lang/slovak-iso.inc.php3 b/lang/slovak-iso.inc.php3 index b0190da62..58685046a 100644 --- a/lang/slovak-iso.inc.php3 +++ b/lang/slovak-iso.inc.php3 @@ -318,4 +318,6 @@ $strYes = ' $strZip = '"zo zipované"'; // To translate +$strFlush = 'Flush'; +$strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/spanish.inc.php3 b/lang/spanish.inc.php3 index 92683b833..2fdd5665e 100644 --- a/lang/spanish.inc.php3 +++ b/lang/spanish.inc.php3 @@ -315,4 +315,6 @@ $strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate $strCopyTable = 'Copy table to (database.table):'; $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; +$strFlush = 'Flush'; +$strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/swedish.inc.php3 b/lang/swedish.inc.php3 index 0cd216652..87006e59b 100644 --- a/lang/swedish.inc.php3 +++ b/lang/swedish.inc.php3 @@ -316,4 +316,6 @@ $strYes = 'Ja'; $strZip = '"zippad"'; // To translate +$strFlush = 'Flush'; +$strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/thai.inc.php3 b/lang/thai.inc.php3 index f4e717cd6..a7f89d7dc 100644 --- a/lang/thai.inc.php3 +++ b/lang/thai.inc.php3 @@ -320,4 +320,6 @@ $strNoQuery = 'No SQL query!'; //to translate $strCopyTable = 'Copy table to (database.table):'; $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; +$strFlush = 'Flush'; +$strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/tbl_properties.php3 b/tbl_properties.php3 index 7601d5b24..898d3ab71 100755 --- a/tbl_properties.php3 +++ b/tbl_properties.php3 @@ -155,7 +155,9 @@ if ($num_rows > 0) { ]    [ - ]       + ]    + [ + ]       [ ] @@ -170,7 +172,9 @@ if ($num_rows > 0) { [ ]    [ ]    - [ ]       + [ ]    + [ + ]       [ ] @@ -406,7 +410,9 @@ if ($fields_cnt > 20) { ]    [ - ]       + ]    + [ + ]       [ ] @@ -421,7 +427,9 @@ if ($fields_cnt > 20) { [ ]    [ ]    - [ ]       + [ ]    + [ + ]       [ ]