From 9df389a0890693ec812703f042a87415d60e70a3 Mon Sep 17 00:00:00 2001 From: Robin Johnson Date: Sun, 6 May 2001 01:04:21 +0000 Subject: [PATCH] Language tags for Table Types & Table Maintance --- ChangeLog | 1 + lang/brazilian_portuguese.inc.php3 | 15 +++-- lang/bulgarian-win1251.inc.php3 | 6 ++ lang/catala.inc.php3 | 6 ++ lang/chinese_big5.inc.php3 | 6 ++ lang/chinese_gb.inc.php3 | 6 ++ lang/czech-win1250.inc.php3 | 20 +++---- lang/danish.inc.php3 | 6 ++ lang/dutch.inc.php3 | 6 ++ lang/english.inc.php3 | 4 ++ lang/french.inc.php3 | 6 ++ lang/german.inc.php3 | 8 ++- lang/italian.inc.php3 | 6 ++ lang/norwegian.inc.php3 | 10 +++- lang/polish.inc.php3 | 6 ++ lang/portuguese.inc.php3 | 18 ++++-- lang/russian-koi8.inc.php3 | 6 ++ lang/russian-win1251.inc.php3 | 6 ++ lang/spanish.inc.php3 | 12 +++- lang/swedish.inc.php3 | 5 ++ lang/thai.inc.php3 | 91 ++++++++++++++++-------------- 21 files changed, 178 insertions(+), 72 deletions(-) diff --git a/ChangeLog b/ChangeLog index b677c1085..0a4283cb9 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ $Source$ * Some functions discussed on patch #419826 added. * Table Maintence Features added in tbl_properties.php3 * Fixed create table "default" bug. + * Language tags for Table Types & Table Maintance 2001-05-04 Loïc Chapeaux * grab_globals.inc.php3 handles now the $HTTP_POST_FILES array diff --git a/lang/brazilian_portuguese.inc.php3 b/lang/brazilian_portuguese.inc.php3 index cd831fd9f..18b0571b5 100644 --- a/lang/brazilian_portuguese.inc.php3 +++ b/lang/brazilian_portuguese.inc.php3 @@ -9,8 +9,8 @@ $strAction = "A $strAddNewField = "Adiciona novo campo"; $strAddSearchConditions = "Condição de Pesquisa (Complemento da clausula \"onde\"):"; $strAnIndex = "Um indice foi adicionado na "; -$strAtBeginningOfTable = "At Beginning of Table"; -$strAtEndOfTable = "At End of Table"; +$strAtBeginningOfTable = "At Beginning of Table"; //to translate +$strAtEndOfTable = "At End of Table"; //to translate $strAttr = "Atributos"; $strBack = "Voltar"; $strBrowse = "Visualiza"; @@ -28,7 +28,7 @@ $strDatabases = "Banco de Dados"; $strDefault = "Padrão"; $strDelete = "Remove"; $strDeleted = "Registro eliminado"; -$strDisableMagicQuotes = "Warning: You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; +$strDisableMagicQuotes = "Warning: You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; //to translate $strDisplay = "Display"; $strDoAQuery = "Faça uma \"procura por exemplo\" (coringa: \"%\")"; $strDoYouReally = "Confirma : "; @@ -39,7 +39,7 @@ $strDumpingData = "Extraindo dados da tabela"; $strEdit = "Edita"; $strEmpty = "Limpa"; $strEmptyResultSet = "MySQL retornou um conjunto vazio (ex. zero registros)."; -$strEnableMagicQuotes = "Warning: You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it."; +$strEnableMagicQuotes = "Warning: You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it."; //to translate $strEnclosedBy = "delimitados por"; $strEnd = "Fim"; $strError = "Erro"; @@ -121,7 +121,6 @@ $strSuccess = "Seu comando SQL foi executado com sucesso"; $strTable = "tabela "; $strTableComments = "Comentários da tabela"; $strTableStructure = "Estrutura da tabela"; -$strTableType = "Table type"; // Robbat2 $strTerminatedBy = "terminados por"; $strTheContent = "O conteúdo do seu arquivo foi inserido"; $strTheContents = "O conteúdo do arquivo substituiu o conteúdo da tabela que tinha a mesma chave primária ou única"; @@ -135,4 +134,10 @@ $strViewDumpDB = "Ver o esquema do banco de dados"; $strWelcome = "Benvindo ao "; $strWrongUser = "Usuário ou Senha errado. Acesso Negado."; $strYes = "Sim"; + +$strCheckTable = "Check table"; //to translate +$strAnalyzeTable = "Analyze table"; //to translate +$strRepairTable = "Repair table"; //to translate +$strOptimizeTable = "Optimize table"; //to translate +$strTableType = "Table type"; //to translate ?> diff --git a/lang/bulgarian-win1251.inc.php3 b/lang/bulgarian-win1251.inc.php3 index d6480df06..b21900dc4 100644 --- a/lang/bulgarian-win1251.inc.php3 +++ b/lang/bulgarian-win1251.inc.php3 @@ -133,4 +133,10 @@ $strOr = " $strBack = "Íàçàä"; $strTableComments = "Êîìåíòàðè êúì òàáëèöàòà"; $strSelectNumRows = "â çàïèòâàíåòî"; + +$strCheckTable = "Check table"; //to translate +$strAnalyzeTable = "Analyze table"; //to translate +$strRepairTable = "Repair table"; //to translate +$strOptimizeTable = "Optimize table"; //to translate +$strTableType = "Table type"; //to translate ?> diff --git a/lang/catala.inc.php3 b/lang/catala.inc.php3 index 2644223da..785177ca1 100644 --- a/lang/catala.inc.php3 +++ b/lang/catala.inc.php3 @@ -113,4 +113,10 @@ $strStrucCSV = "dades CSV "; $strSend = "enviar"; $strRecords = "Registres"; $strDocu = "Documentació"; + +$strCheckTable = "Check table"; //to translate +$strAnalyzeTable = "Analyze table"; //to translate +$strRepairTable = "Repair table"; //to translate +$strOptimizeTable = "Optimize table"; //to translate +$strTableType = "Table type"; //to translate ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 6e86b112d..9e6f3dd17 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -118,4 +118,10 @@ $strMySQLShowProcess = " $strLogout = "°h¥Xô²Î"; $strQBE = "¬d¸ß¼ÒªO"; $strBack = "ªð¦^"; + +$strCheckTable = "Check table"; //to translate +$strAnalyzeTable = "Analyze table"; //to translate +$strRepairTable = "Repair table"; //to translate +$strOptimizeTable = "Optimize table"; //to translate +$strTableType = "Table type"; //to translate ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index 49aaf3da1..22989890b 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -118,4 +118,10 @@ $strMySQLShowProcess = " $strLogout = "Í˳öϵͳ"; $strQBE = "²éѯģ°å"; $strBack = "·µ»Ø"; + +$strCheckTable = "Check table"; //to translate +$strAnalyzeTable = "Analyze table"; //to translate +$strRepairTable = "Repair table"; //to translate +$strOptimizeTable = "Optimize table"; //to translate +$strTableType = "Table type"; //to translate ?> diff --git a/lang/czech-win1250.inc.php3 b/lang/czech-win1250.inc.php3 index d85454644..cee018000 100644 --- a/lang/czech-win1250.inc.php3 +++ b/lang/czech-win1250.inc.php3 @@ -24,24 +24,20 @@ $strDatabases = "datab $strDefault = "Vychozí"; $strDelete = "Smazat"; $strDeleted = "Øádek byl smazán"; -//$strDoAQuery = "Do a \"query by example\" (wildcard: \"%\")"; -$strDoAQuery = "Do a \"query by example\" (wildcard: \"%\")"; +$strDoAQuery = "Do a \"query by example\" (wildcard: \"%\")"; //to translate $strDoYouReally = "Opravdu si pøeješ vykonat pøíkaz "; $strDocu = "Dokumentace"; $strDrop = "Odstranit"; $strDropDB = "Odstranit databázi "; $strDumpingData = "Dumpuji data pro tabulku"; -//$strDumpingData = "Dumping data for table"; $strEdit = "Editovat"; $strEmpty = "Vyprázdnit"; -//$strEmptyResultSet = "MySQL returned an empty result set (i.e. zero rows)."; $strEmptyResultSet = "MySQL vrátil prázdný výsledek (tj. nulový poèet øádkù)."; $strEnclosedBy = "uzavøen do"; $strEnd = "Konec"; $strError = "Chyba"; $strEscapedBy = "uvozeno pomocí"; -//$strEscapedBy = "escaped by"; -$strExtra = "Extra"; +$strExtra = "Extra"; //to translate $strField = "Pole"; $strFields = "Poèet polí"; $strFunction = "Funkce"; @@ -52,7 +48,6 @@ $strHasBeenDropped = "byla odstran $strHasBeenEmptied = "byla vyprázdnìna."; $strHome = "Domu"; $strHost = "Hostitel"; -//$strIfYouWish = "If you wish to load only some of a table's columns, specify a comma separated field list."; $strIfYouWish = "Pokud si pøeješ natáhnout jenom urèité sloupce z tabulky, specifikuj je jako seznam polí oddìlených èárkou."; $strIndex = "Index"; $strInsert = "Vložit"; @@ -62,7 +57,6 @@ $strInsertTextfiles = "Vlo $strKeyname = "Klíèovy název"; $strLengthSet = "Délka/Set"; $strLineFeed = "Ukonèení øádku (Linefeed): \\n"; -//$strLineFeed = "Linefeed: \\n"; $strLines = "Øádek"; $strLocationTextfile = "Umístìní textového souboru"; $strModifications = "Zmìny byly uloženy"; @@ -76,8 +70,6 @@ $strNo = "Ne"; $strNoTablesFound = "V databázi nebyla nalezena ani jedna tabulka."; $strNull = "Nulový"; $strOftenQuotation = "Èasto uvozující znaky. OPTIONALLY znamená, že pouze pole typu CHAR a VARCHAR jsou uzavøeny do \"uzavíracích \" znakù."; -//$strOftenQuotation = "Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the \"enclosed by\"-character."; -//$strOptionalControls = "Optional. Controls how to write or read special characters."; $strOptionalControls = "Volitelné. Urèuje jak zapisovat nebo èíst speciální znaky."; $strOptionally = "Volitelnì"; $strPos1 = "Zaèátek"; @@ -114,7 +106,6 @@ $strTable = "Tabulka "; $strTableStructure = "Struktura tabulky pro tabulku"; $strTerminatedBy = "ukonèen"; $strTheContent = "Obsah tvého souboru byl vložen"; -//$strTheContents = "The contents of the file replaces the contents of the selected table for rows with identical primary or unique key."; $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"; @@ -138,7 +129,12 @@ $strLimitNumRows = "z $strDisplay = "Zobraz"; $strShow = "Zobraz"; $strRowsFrom = "øadky zaèínající od"; -//$strEnableMagicQuotes = "Warning: You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it."; $strEnableMagicQuotes = "POZOR: Nepovolil jsi 'magic_quotes_gpc' v tvé konfiguraci PHP enginu. PhpMyAdmin toto potøebuje pro svoji korektní praci. Prosím, zkontroluj konfiguraci popø. v manuálu pro PHP vyhledej informaci jak toto povolit."; $strPrintView = "Náhled k vytištìní"; + +$strCheckTable = "Check table"; //to translate +$strAnalyzeTable = "Analyze table"; //to translate +$strRepairTable = "Repair table"; //to translate +$strOptimizeTable = "Optimize table"; //to translate +$strTableType = "Table type"; //to translate ?> diff --git a/lang/danish.inc.php3 b/lang/danish.inc.php3 index e8b6b994d..c56a480be 100644 --- a/lang/danish.inc.php3 +++ b/lang/danish.inc.php3 @@ -136,4 +136,10 @@ $strWelcome = "Velkommen til "; $strWrongUser = "Forkert brugernavn/kodeord. Adgang Nægtet."; $strYes = "Ja"; + +$strCheckTable = "Check table"; //to translate +$strAnalyzeTable = "Analyze table"; //to translate +$strRepairTable = "Repair table"; //to translate +$strOptimizeTable = "Optimize table"; //to translate +$strTableType = "Table type"; //to translate ?> diff --git a/lang/dutch.inc.php3 b/lang/dutch.inc.php3 index 69a34752d..371bf3293 100644 --- a/lang/dutch.inc.php3 +++ b/lang/dutch.inc.php3 @@ -121,4 +121,10 @@ $strBack = "Terug"; $strTableComments = "Tabel opmerkingen"; $strOr = "of"; $strSelectNumRows = "in query"; + +$strCheckTable = "Check table"; //to translate +$strAnalyzeTable = "Analyze table"; //to translate +$strRepairTable = "Repair table"; //to translate +$strOptimizeTable = "Optimize table"; //to translate +$strTableType = "Table type"; //to translate ?> diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index 1b6f3c28c..32ba6bd93 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -145,4 +145,8 @@ $strWelcome = "Welcome to "; $strWrongUser = "Wrong username/password. Access denied."; $strYes = "Yes"; +$strCheckTable = "Check table"; +$strAnalyzeTable = "Analyze table"; +$strRepairTable = "Repair table"; +$strOptimizeTable = "Optimize table"; ?> diff --git a/lang/french.inc.php3 b/lang/french.inc.php3 index 0b89b9ed0..f7ad31702 100644 --- a/lang/french.inc.php3 +++ b/lang/french.inc.php3 @@ -162,4 +162,10 @@ $strShow = "Afficher"; //JPD $strRowsFrom = "Enregistrements à partir de la position"; // JPD $strEnableMagicQuotes = "Attention: Vous n'avez pas activé magic_quotes_gpc dans votre configuration PHP. PhpMyAdmin en a besoin pour fonctionner correctement. Référez-vous à la rubrique Configuration du manuel PHP pour savoir comment l'activer."; // JPD $strPrintView = "Imprimer la vue"; //JPD + +$strCheckTable = "Check table"; //to translate +$strAnalyzeTable = "Analyze table"; //to translate +$strRepairTable = "Repair table"; //to translate +$strOptimizeTable = "Optimize table"; //to translate +$strTableType = "Table type"; //to translate ?> diff --git a/lang/german.inc.php3 b/lang/german.inc.php3 index 31a60854e..976979230 100644 --- a/lang/german.inc.php3 +++ b/lang/german.inc.php3 @@ -9,7 +9,7 @@ $strAddSearchConditions = "Suchkondition (Argumente für das WHERE-Statement $strAnIndex = "Ein Index wurde für folgendes Feld hinzugefügt: "; $strAttr = "Attribute"; $strBrowse = "Anzeigen"; -$strCarriage = "Carriage return: \\r"; +$strCarriage = "Carriage return: \\r"; //to translate $strChange = "Ändern"; $strColumnNames = "Spaltennamen"; $strCopyTable = "Tabelle kopieren nach:"; @@ -123,4 +123,10 @@ $strOr = "oder"; $strEnableMagicQuotes = "Achtung: Sie haben magic_quotes_gpc in Ihrer PHP-Konfigration nicht aktiviert. PhpMyAdmin benötigt dies aber, um korrekt zu funktionieren. Bitte lesen Sie im PHP-Manual (Installation & Configuration) nach, um Informationen darüber z erhalten, wie man magic_quotes_gpc aktiviert."; $strPrintView = "Druckansicht"; $strDisableMagicQuotes = "Achtung: Sie haben magic_quotes_gpc in Ihrer PHP-Konfigration aktiviert. Dieses Version von PhpMyAdmin braucht dies nicht aktiviert sein, um korrekt zu funktionieren. Bitte lesen Sie im PHP-Manual (Installation & Configuration) nach, um Informationen darüber zu erhalten, wie man magic_quotes_gpc nicht aktivieren kann."; + +$strCheckTable = "Check table"; //to translate +$strAnalyzeTable = "Analyze table"; //to translate +$strRepairTable = "Repair table"; //to translate +$strOptimizeTable = "Optimize table"; //to translate +$strTableType = "Table type"; //to translate ?> diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index 9abdd4245..86a68426e 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -132,4 +132,10 @@ $strShow = "Mostra"; $strRowsFrom = "righe a partire da"; $strEnableMagicQuotes = "Attenzuibe: Non hai abilitato l'opzione magic_quotes_gpc nella configurazione del PHP. PhpMyAdmin ne ha bisogno per funzionare correttamente. Si faccia riferimento alla sezione relativa alla configurazione del manuale PHP per informazioni su come abilitare tale opzione."; $strPrintView = "Print view"; + +$strCheckTable = "Check table"; //to translate +$strAnalyzeTable = "Analyze table"; //to translate +$strRepairTable = "Repair table"; //to translate +$strOptimizeTable = "Optimize table"; //to translate +$strTableType = "Table type"; //to translate ?> diff --git a/lang/norwegian.inc.php3 b/lang/norwegian.inc.php3 index d9bec1671..7745d9b71 100644 --- a/lang/norwegian.inc.php3 +++ b/lang/norwegian.inc.php3 @@ -109,8 +109,14 @@ $strRunSQLQuery = "Run SQL query/queries on database "; $strViewDumpDB = "Vis dump (skjema) av database"; $strPos1 = "Start"; $strEnd = "Slutt"; -$strStrucCSV = "CSV data"; -$strSend = "send"; +$strStrucCSV = "CSV data"; //to translate +$strSend = "send"; //to translate $strRecords = "Rader"; $strDocu = "Dokumentasjon"; + +$strCheckTable = "Check table"; //to translate +$strAnalyzeTable = "Analyze table"; //to translate +$strRepairTable = "Repair table"; //to translate +$strOptimizeTable = "Optimize table"; //to translate +$strTableType = "Table type"; //to translate ?> diff --git a/lang/polish.inc.php3 b/lang/polish.inc.php3 index 1df36d101..4d1cf46dd 100644 --- a/lang/polish.inc.php3 +++ b/lang/polish.inc.php3 @@ -123,4 +123,10 @@ $strBack = "Powr $strTableComments = "Komentarze tabeli"; $strOr = "lub"; $strSelectNumRows = "w zapytaniu"; + +$strCheckTable = "Check table"; //to translate +$strAnalyzeTable = "Analyze table"; //to translate +$strRepairTable = "Repair table"; //to translate +$strOptimizeTable = "Optimize table"; //to translate +$strTableType = "Table type"; //to translate ?> diff --git a/lang/portuguese.inc.php3 b/lang/portuguese.inc.php3 index 7a7a45c64..632e00946 100644 --- a/lang/portuguese.inc.php3 +++ b/lang/portuguese.inc.php3 @@ -32,11 +32,11 @@ $strDumpingData = "Extraindo dados da tabela"; $strEdit = "Edita"; $strEmpty = "Limpa"; $strEmptyResultSet = "MySQL retornou um set vazio (ex. zero regs)."; -$strEnclosedBy = "enclosed by"; +$strEnclosedBy = "enclosed by"; //to translate $strEnd = "Fim"; $strError = "Erro"; -$strEscapedBy = "escaped by"; -$strExtra = "Extra"; +$strEscapedBy = "escaped by"; //to translate +$strExtra = "Extra"; //to translate $strField = "Campo"; $strFields = "Qtd Campos"; $strFunction = "Funçoes"; @@ -67,9 +67,9 @@ $strName = "Nome"; $strNext = "Próximo"; $strNo = "Não"; $strNoTablesFound = "Nenhuma table encontrada no banco de dados"; -$strNull = "Null"; -$strOftenQuotation = "Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the \"enclosed by\"-character."; -$strOptionalControls = "Optional. Controls how to write or read special characters."; +$strNull = "Null"; //to translate +$strOftenQuotation = "Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the \"enclosed by\"-character."; //to translate +$strOptionalControls = "Optional. Controls how to write or read special characters."; //to translate $strOptionally = "OPTIONALLY"; $strPos1 = "Inicio"; $strPrevious = "Anterior"; @@ -120,4 +120,10 @@ $strLogout = "Log out"; $strQBE = "Query by Example"; $strBack = "Voltar"; $strTableComments = "Comentários da tabela"; + +$strCheckTable = "Check table"; //to translate +$strAnalyzeTable = "Analyze table"; //to translate +$strRepairTable = "Repair table"; //to translate +$strOptimizeTable = "Optimize table"; //to translate +$strTableType = "Table type"; //to translate ?> diff --git a/lang/russian-koi8.inc.php3 b/lang/russian-koi8.inc.php3 index 9fb0304af..a4a7761e2 100644 --- a/lang/russian-koi8.inc.php3 +++ b/lang/russian-koi8.inc.php3 @@ -130,4 +130,10 @@ $strOr = " //$strUpdateQuery = "äÏÐÏÌÎÉÔØ úÁÐÒÏÓ"; //$strRunQuery = "÷ÙÐÏÌÎÉÔØ úÁÐÒÏÓ"; //$strUseTables = "éÓÐÏÌØÚÏ×ÁÔØ ÔÁÂÌÉÃÙ"; + +$strCheckTable = "Check table"; //to translate +$strAnalyzeTable = "Analyze table"; //to translate +$strRepairTable = "Repair table"; //to translate +$strOptimizeTable = "Optimize table"; //to translate +$strTableType = "Table type"; //to translate ?> diff --git a/lang/russian-win1251.inc.php3 b/lang/russian-win1251.inc.php3 index 23e524896..e91044a78 100644 --- a/lang/russian-win1251.inc.php3 +++ b/lang/russian-win1251.inc.php3 @@ -130,4 +130,10 @@ $strOr = " //$strUpdateQuery = "Äîïîëíèòü Çàïðîñ"; //$strRunQuery = "Âûïîëíèòü Çàïðîñ"; //$strUseTables = "Èñïîëüçîâàòü òàáëèöû"; + +$strCheckTable = "Check table"; //to translate +$strAnalyzeTable = "Analyze table"; //to translate +$strRepairTable = "Repair table"; //to translate +$strOptimizeTable = "Optimize table"; //to translate +$strTableType = "Table type"; //to translate ?> diff --git a/lang/spanish.inc.php3 b/lang/spanish.inc.php3 index 6ca8fffcf..5fed7af92 100644 --- a/lang/spanish.inc.php3 +++ b/lang/spanish.inc.php3 @@ -74,8 +74,8 @@ $strOptionalControls = "Optional. Controls how to write or read special chara $strOptionally = "OPCIONALMENTE"; $strPos1 = "Empezar"; $strPrevious = "Previo"; -$strPrimary = "Primary"; -$strPrimaryKey = "Primary key"; +$strPrimary = "Primary"; //to translate +$strPrimaryKey = "Primary key"; //to translate $strProducedAnError = "se produjo un error."; $strProperties = "Propiedades"; $strReadTheDocs = "Leer los documentos"; @@ -129,7 +129,13 @@ $strOr = "O"; //$strModify = "Modificar"; //$strAddDeleteRow = "Aqadir/borrar fila de criterio"; //$strAddDeleteColumn = "Aqadir/borrar columna de criterio"; -//$strUpdateQuery = "Update Query"; +//$strUpdateQuery = "Update Query"; //to translate //$strRunQuery = "Ejecutar Query"; //$strUseTables = "Usar tablas"; + +$strCheckTable = "Check table"; //to translate +$strAnalyzeTable = "Analyze table"; //to translate +$strRepairTable = "Repair table"; //to translate +$strOptimizeTable = "Optimize table"; //to translate +$strTableType = "Table type"; //to translate ?> diff --git a/lang/swedish.inc.php3 b/lang/swedish.inc.php3 index 0f2817cc5..127dab974 100644 --- a/lang/swedish.inc.php3 +++ b/lang/swedish.inc.php3 @@ -145,4 +145,9 @@ $strWelcome = "V $strWrongUser = "Fel användarnamn/lösenord. Åtkommst nekad."; $strYes = "Ja"; +$strCheckTable = "Check table"; //to translate +$strAnalyzeTable = "Analyze table"; //to translate +$strRepairTable = "Repair table"; //to translate +$strOptimizeTable = "Optimize table"; //to translate +$strTableType = "Table type"; //to translate ?> diff --git a/lang/thai.inc.php3 b/lang/thai.inc.php3 index 6d85a8095..affae327b 100644 --- a/lang/thai.inc.php3 +++ b/lang/thai.inc.php3 @@ -14,10 +14,10 @@ $strAnIndex = " $strAtBeginningOfTable = "·Õè¨Ø´àÃÔèÁµé¹¢Í§µÒÃÒ§";#"At Beginning of Table"; $strAtEndOfTable = "·Õè¨Ø´ÊØ´·éÒ¢ͧµÒÃÒ§";#"At End of Table"; -$strAttr = "Attributes"; +$strAttr = "Attributes"; //to translate $strBack = "Âé͹¡ÅѺ";#"Back"; $strBrowse = "à»Ô´´Ù";#"Browse"; -$strCarriage = "Carriage return: \\r"; +$strCarriage = "Carriage return: \\r"; //to translate $strChange = "à»ÅÕè¹";#"Change"; $strColumnNames = "ª×èͤÍÅÑÁ¹ì";"Column names"; $strCompleteInserts = "Complete inserts"; @@ -29,39 +29,39 @@ $strCreateNewTable = " $strDatabase = "°Ò¹¢éÍÁÙÅ ";#"Database "; $strDatabases = "°Ò¹¢éÍÁÙÅ";#"databases"; -$strDefault = "Default"; +$strDefault = "Default"; //to translate $strDelete = "ź";#"Delete"; $strDeleted = "źá¶ÇÍÍ¡àÃÕºÃéÍÂáÅéÇ";#"The row has been deleted"; -$strDisableMagicQuotes = "Warning: You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; +$strDisableMagicQuotes = "Warning: You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; //to translate $strDisplay = "áÊ´§¼Å";#"Display"; -$strDoAQuery = "Do a \"query by example\" (wildcard: \"%\")"; +$strDoAQuery = "Do a \"query by example\" (wildcard: \"%\")"; //to translate $strDoYouReally = "µéͧ¡Ò÷Õè¨Ð ";#"Do you really want to "; $strDocu = "àÍ¡ÊÒÃ/¤ÙèÁ×ÍÍéÒ§ÍÔ§";#"Documentation"; -$strDrop = "Drop"; +$strDrop = "Drop"; //to translate $strDropDB = "Drop °Ò¹¢éÍÁÙÅ ";#"Drop database "; $strDumpingData = "Dump µÒÃÒ§";#"Dumping data for table"; $strEdit = "á¡éä¢";#"Edit"; $strEmpty = "ź¢éÍÁÙÅ";#"Empty"; $strEmptyResultSet = "MySQL ¤×¹¼ÅÇèÒ§à»ÅèÒ¡ÅѺÁÒ (0 á¶Ç).";#"MySQL returned an empty result set (i.e. zero rows)."; -$strEnableMagicQuotes = "Warning: You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it."; +$strEnableMagicQuotes = "Warning: You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it."; //to translate $strEnclosedBy = "ÅéÍÁ´éÇÂ";#"enclosed by"; $strEnd = "·éÒÂÊØ´"; $strError = "¼Ô´¾ÅÒ´";#"Error"; $strEscapedBy = "escape ´éÇÂ";#"escaped by"; -$strExtra = "Extra"; -$strField = "Field"; +$strExtra = "Extra"; //to translate +$strField = "Field"; //to translate $strFields = "¨Ó¹Ç¹ Fields"; -$strFunction = "Function"; +$strFunction = "Function"; //to translate $strGo = "ŧÁ×Í";#"Go"; $strHasBeenAltered = "ä´éà»ÅÕè¹á»Å§áÅéÇ";#"has been altered."; $strHasBeenCreated = "ä´é¶Ù¡ÊÃéÒ§áÅéÇ";#"has been created."; $strHasBeenDropped = "ä´é·Ó¡Òà drop áÅéÇ";#"has been dropped."; $strHasBeenEmptied = "ä´é·ÓãËéÇèÒ§áÅéÇ";#"has been emptied."; -$strHome = "Home"; -$strHost = "Host"; -$strIfYouWish = "If you wish to load only some of a table's columns, specify a comma separated field list."; -$strIndex = "Index"; +$strHome = "Home"; //to translate +$strHost = "Host"; //to translate +$strIfYouWish = "If you wish to load only some of a table's columns, specify a comma separated field list."; //to translate +$strIndex = "Index"; //to translate $strInsert = "á·Ã¡";#"Insert"; $strInsertIntoTable = "á·Ã¡à¢éÒä»ã¹µÒÃÒ§";#"Insert into table"; $strInsertNewRow = "á·Ã¡á¶ÇãËÁè";#"Insert new row"; @@ -69,54 +69,54 @@ $strInsertTextfiles = " $strKeyname = "ª×èÍ key";#"Keyname"; $strLengthSet = "¤ÇÒÁÂÒÇ/૵";#"Length/Set"; $strLimitNumRows = "ÃÐàºÕ¹ µèÍ˹éÒ";#"records per page"; -$strLineFeed = "Linefeed: \\n"; +$strLineFeed = "Linefeed: \\n"; //to translate $strLines = "ºÃ÷Ѵ";#"Lines"; $strLocationTextfile = "µÓá˹觢ͧ text file";#"Location of the textfile"; -$strLogout = "Log out"; +$strLogout = "Log out"; //to translate $strModifications = "ºÑ¹·Ö¡¡ÒÃá¡éä¢àÃÕºÃéÍÂáÅéÇ";#"Modifications have been saved"; -$strMySQLReloaded = "MySQL reloaded."; -$strMySQLSaid = "MySQL said: "; +$strMySQLReloaded = "MySQL reloaded."; //to translate +$strMySQLSaid = "MySQL said: "; //to translate $strMySQLShowProcess = "áÊ´§ process µèÒ§ æ";#"Show processes"; $strMySQLShowStatus = "áÊ´§¢éÍÁÙÅ runtime ¢Í§ MySQL";#"Show MySQL runtime information"; $strMySQLShowVars = "áÊ´§µÑÇá»ÃÃкº¢Í§ MySQL";#"Show MySQL system variables"; $strName = "ª×èÍ";#"Name"; $strNext = "µèÍä»";#"Next"; -$strNo = "No"; +$strNo = "No"; //to translate $strNoTablesFound = "äÁ辺µÒÃÒ§ã´ æ ã¹°Ò¹¢éÍÁÙÅ";#"No tables found in database."; -$strNull = "Null"; -$strOftenQuotation = "Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the \"enclosed by\"-character."; -$strOptionalControls = "Optional. Controls how to write or read special characters."; -$strOptionally = "OPTIONALLY"; +$strNull = "Null"; //to translate +$strOftenQuotation = "Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the \"enclosed by\"-character."; //to translate +$strOptionalControls = "Optional. Controls how to write or read special characters."; //to translate +$strOptionally = "OPTIONALLY"; //to translate $strOr = "ËÃ×Í";#"or"; $strPos1 = "¨Ø´àÃÔèÁµé¹";#"Begin"; $strPrevious = "¡è͹˹éÒ";#"Previous"; -$strPrimary = "Primary"; -$strPrimaryKey = "Primary key"; -$strPrintView = "Print view"; -$strPrinterFriendly = "Printer friendly version of above table"; -$strProducedAnError = "produced an error."; +$strPrimary = "Primary"; //to translate +$strPrimaryKey = "Primary key"; //to translate +$strPrintView = "Print view"; //to translate +$strPrinterFriendly = "Printer friendly version of above table"; //to translate +$strProducedAnError = "produced an error."; //to translate $strProperties = "¤Ø³ÊÁºÑµÔ";#"Properties"; -$strQBE = "Query by Example"; +$strQBE = "Query by Example"; //to translate $strReadTheDocs = "ÍèÒ¹¤ÙèÁ×Í";#"Read the docs"; $strRecords = "ÃÐàºÕ¹"; -$strReloadFailed = "MySQL reload failed."; -$strReloadMySQL = "Reload MySQL"; +$strReloadFailed = "MySQL reload failed."; //to translate +$strReloadMySQL = "Reload MySQL"; //to translate $strRenameTable = "à»ÅÕ蹪×è͵ÒÃÒ§à»ç¹";#"Rename table to"; $strRenameTableOK = "µÒÃÒ§ \$table ä´é¶Ù¡à»ÅÕ蹪×èÍà»ç¹ \$new_name";#"Table \$table has been renamed to \$new_name"; $strReplace = "á·¹·Õè";#"Replace"; $strReplaceTable = "á·¹·Õè¢éÍÁÙÅ´éÇÂä¿Åì";#"Replace table data with file"; -$strReset = "Reset"; +$strReset = "Reset"; //to translate $strRowsFrom = "á¶Ç àÃÔèÁ¨Ò¡á¶Ç·Õè";#"rows starting from"; $strRunSQLQuery = "·Ó§Ò¹¤íÒÊÑè§ SQL query/queries ¡Ñº°Ò¹¢éÍÁÙŹÕé ";#"Run SQL query/queries on database "; -$strRunning = "running on "; -$strSQLQuery = "SQL-query"; +$strRunning = "running on "; //to translate +$strSQLQuery = "SQL-query"; //to translate $strSave = "à¡çººÑ¹·Ö¡";#"Save"; $strSelect = "àÅ×Í¡";#"Select"; $strSelectFields = "àÅ×Í¡ field (ÍÂèÒ§¹éÍÂ˹Öè§):";#"Select fields (at least one):"; -$strSelectNumRows = "in query"; -$strSend = "Download";#"Send"; +$strSelectNumRows = "in query"; //to translate +$strSend = "Download";#"Send"; //to translate $strShow = "áÊ´§";#"Show"; $strShowingRecords = "áÊ´§ÃÐàºÕ¹·Õè ";#"Showing records "; @@ -124,25 +124,30 @@ $strStrucCSV = " $strStrucData = "·Ñé§â¤Ã§ÊÃéÒ§áÅТéÍÁÙÅ";#"Structure and data"; $strStrucDrop = "à¾ÔèÁ 'drop table'";#"Add 'drop table'"; $strStrucOnly = "੾ÒÐâ¤Ã§ÊÃéÒ§";#"Structure only"; -$strSubmit = "Submit"; +$strSubmit = "Submit"; //to translate $strSuccess = "·Ó§Ò¹ SQL-query àÊÃç¨àÃÕºÃéÍÂáÅéÇ";#"Your SQL-query has been executed successfully"; $strTable = "µÒÃÒ§ ";#"table "; $strTableComments = "ËÁÒÂà˵آͧµÒÃÒ§¹Õé";#"Table comments"; $strTableStructure = "â¤Ã§ÊÃéÒ§µÒÃÒ§ ÊÓËÃѺµÒÃÒ§";#"Table structure for table"; $strTerminatedBy = "ÊÔé¹ÊØ´´éÇÂà¤Ã×èͧËÁÒÂ";#"terminated by"; $strTheContent = "á·Ã¡¢éÍÁÙŨҡä¿Åì¢Í§¤Ø³áÅéÇ";#"The content of your file has been inserted."; -$strTheContents = "The contents of the file replaces the contents of the selected table for rows with identical primary or unique key."; +$strTheContents = "The contents of the file replaces the contents of the selected table for rows with identical primary or unique key."; //to translate $strTheTerminator = "¨Ø´ÊÔé¹ÊØ´¢Í§ field.";#"The terminator of the fields."; $strTotal = "·Ñé§ËÁ´";#"total"; -$strType = "Type"; -$strUnique = "Unique"; +$strType = "Type"; //to translate +$strUnique = "Unique"; //to translate -$strValue = "Value"; +$strValue = "Value"; //to translate $strViewDump = "´Ùâ¤Ã§ÊÃéÒ§¢Í§µÒÃÒ§";#"View dump (schema) of table"; $strViewDumpDB = "´Ùâ¤Ã§ÊÃéÒ§¢Í§°Ò¹¢éÍÁÙÅ";#"View dump (schema) of database"; $strWelcome = "ÂÔ¹´Õµé͹ÃѺÊÙè ";#"Welcome to "; -$strWrongUser = "Wrong username/password. Access denied."; -$strYes = "Yes"; +$strWrongUser = "Wrong username/password. Access denied."; //to translate +$strYes = "Yes"; //to translate +$strCheckTable = "Check table"; //to translate +$strAnalyzeTable = "Analyze table"; //to translate +$strRepairTable = "Repair table"; //to translate +$strOptimizeTable = "Optimize table"; //to translate +$strTableType = "Table type"; //to translate ?>