Language tags for Table Types & Table Maintance
This commit is contained in:
@@ -9,6 +9,7 @@ $Source$
|
|||||||
* Some functions discussed on patch #419826 added.
|
* Some functions discussed on patch #419826 added.
|
||||||
* Table Maintence Features added in tbl_properties.php3
|
* Table Maintence Features added in tbl_properties.php3
|
||||||
* Fixed create table "default" bug.
|
* Fixed create table "default" bug.
|
||||||
|
* Language tags for Table Types & Table Maintance
|
||||||
|
|
||||||
2001-05-04 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
2001-05-04 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* grab_globals.inc.php3 handles now the $HTTP_POST_FILES array
|
* grab_globals.inc.php3 handles now the $HTTP_POST_FILES array
|
||||||
|
@@ -9,8 +9,8 @@ $strAction = "A
|
|||||||
$strAddNewField = "Adiciona novo campo";
|
$strAddNewField = "Adiciona novo campo";
|
||||||
$strAddSearchConditions = "Condi<EFBFBD><EFBFBD>o de Pesquisa (Complemento da clausula \"onde\"):";
|
$strAddSearchConditions = "Condi<EFBFBD><EFBFBD>o de Pesquisa (Complemento da clausula \"onde\"):";
|
||||||
$strAnIndex = "Um indice foi adicionado na ";
|
$strAnIndex = "Um indice foi adicionado na ";
|
||||||
$strAtBeginningOfTable = "At Beginning of Table";
|
$strAtBeginningOfTable = "At Beginning of Table"; //to translate
|
||||||
$strAtEndOfTable = "At End of Table";
|
$strAtEndOfTable = "At End of Table"; //to translate
|
||||||
$strAttr = "Atributos";
|
$strAttr = "Atributos";
|
||||||
$strBack = "Voltar";
|
$strBack = "Voltar";
|
||||||
$strBrowse = "Visualiza";
|
$strBrowse = "Visualiza";
|
||||||
@@ -28,7 +28,7 @@ $strDatabases = "Banco de Dados";
|
|||||||
$strDefault = "Padr<EFBFBD>o";
|
$strDefault = "Padr<EFBFBD>o";
|
||||||
$strDelete = "Remove";
|
$strDelete = "Remove";
|
||||||
$strDeleted = "Registro eliminado";
|
$strDeleted = "Registro eliminado";
|
||||||
$strDisableMagicQuotes = "<b>Warning:</b> 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 = "<b>Warning:</b> 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";
|
$strDisplay = "Display";
|
||||||
$strDoAQuery = "Fa<EFBFBD>a uma \"procura por exemplo\" (coringa: \"%\")";
|
$strDoAQuery = "Fa<EFBFBD>a uma \"procura por exemplo\" (coringa: \"%\")";
|
||||||
$strDoYouReally = "Confirma : ";
|
$strDoYouReally = "Confirma : ";
|
||||||
@@ -39,7 +39,7 @@ $strDumpingData = "Extraindo dados da tabela";
|
|||||||
$strEdit = "Edita";
|
$strEdit = "Edita";
|
||||||
$strEmpty = "Limpa";
|
$strEmpty = "Limpa";
|
||||||
$strEmptyResultSet = "MySQL retornou um conjunto vazio (ex. zero registros).";
|
$strEmptyResultSet = "MySQL retornou um conjunto vazio (ex. zero registros).";
|
||||||
$strEnableMagicQuotes = "<b>Warning:</b> 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 = "<b>Warning:</b> 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";
|
$strEnclosedBy = "delimitados por";
|
||||||
$strEnd = "Fim";
|
$strEnd = "Fim";
|
||||||
$strError = "Erro";
|
$strError = "Erro";
|
||||||
@@ -121,7 +121,6 @@ $strSuccess = "Seu comando SQL foi executado com sucesso";
|
|||||||
$strTable = "tabela ";
|
$strTable = "tabela ";
|
||||||
$strTableComments = "Coment<EFBFBD>rios da tabela";
|
$strTableComments = "Coment<EFBFBD>rios da tabela";
|
||||||
$strTableStructure = "Estrutura da tabela";
|
$strTableStructure = "Estrutura da tabela";
|
||||||
$strTableType = "Table type"; // Robbat2
|
|
||||||
$strTerminatedBy = "terminados por";
|
$strTerminatedBy = "terminados por";
|
||||||
$strTheContent = "O conte<74>do do seu arquivo foi inserido";
|
$strTheContent = "O conte<74>do do seu arquivo foi inserido";
|
||||||
$strTheContents = "O conte<74>do do arquivo substituiu o conte<74>do da tabela que tinha a mesma chave prim<69>ria ou <20>nica";
|
$strTheContents = "O conte<74>do do arquivo substituiu o conte<74>do da tabela que tinha a mesma chave prim<69>ria ou <20>nica";
|
||||||
@@ -135,4 +134,10 @@ $strViewDumpDB = "Ver o esquema do banco de dados";
|
|||||||
$strWelcome = "Benvindo ao ";
|
$strWelcome = "Benvindo ao ";
|
||||||
$strWrongUser = "Usu<EFBFBD>rio ou Senha errado. Acesso Negado.";
|
$strWrongUser = "Usu<EFBFBD>rio ou Senha errado. Acesso Negado.";
|
||||||
$strYes = "Sim";
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -133,4 +133,10 @@ $strOr = "
|
|||||||
$strBack = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
$strBack = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||||
$strTableComments = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
$strTableComments = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||||
$strSelectNumRows = "<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
$strSelectNumRows = "<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||||
|
|
||||||
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -113,4 +113,10 @@ $strStrucCSV = "dades CSV ";
|
|||||||
$strSend = "enviar";
|
$strSend = "enviar";
|
||||||
$strRecords = "Registres";
|
$strRecords = "Registres";
|
||||||
$strDocu = "Documentació";
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -118,4 +118,10 @@ $strMySQLShowProcess = "
|
|||||||
$strLogout = "<EFBFBD>h<EFBFBD>Xô<EFBFBD><EFBFBD>";
|
$strLogout = "<EFBFBD>h<EFBFBD>Xô<EFBFBD><EFBFBD>";
|
||||||
$strQBE = "<EFBFBD>d<EFBFBD>ҪO";
|
$strQBE = "<EFBFBD>d<EFBFBD>ҪO";
|
||||||
$strBack = "<EFBFBD><EFBFBD><EFBFBD>^";
|
$strBack = "<EFBFBD><EFBFBD><EFBFBD>^";
|
||||||
|
|
||||||
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -118,4 +118,10 @@ $strMySQLShowProcess = "
|
|||||||
$strLogout = "<EFBFBD>˳<EFBFBD>ϵͳ";
|
$strLogout = "<EFBFBD>˳<EFBFBD>ϵͳ";
|
||||||
$strQBE = "<EFBFBD><EFBFBD>ѯģ<EFBFBD><EFBFBD>";
|
$strQBE = "<EFBFBD><EFBFBD>ѯģ<EFBFBD><EFBFBD>";
|
||||||
$strBack = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
$strBack = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||||
|
|
||||||
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -24,24 +24,20 @@ $strDatabases = "datab
|
|||||||
$strDefault = "Vychoz<EFBFBD>";
|
$strDefault = "Vychoz<EFBFBD>";
|
||||||
$strDelete = "Smazat";
|
$strDelete = "Smazat";
|
||||||
$strDeleted = "<EFBFBD><EFBFBD>dek byl smaz<61>n";
|
$strDeleted = "<EFBFBD><EFBFBD>dek byl smaz<61>n";
|
||||||
//$strDoAQuery = "Do a \"query by example\" (wildcard: \"%\")";
|
$strDoAQuery = "Do a \"query by example\" (wildcard: \"%\")"; //to translate
|
||||||
$strDoAQuery = "Do a \"query by example\" (wildcard: \"%\")";
|
|
||||||
$strDoYouReally = "Opravdu si p<>eje<6A> vykonat p<><70>kaz ";
|
$strDoYouReally = "Opravdu si p<>eje<6A> vykonat p<><70>kaz ";
|
||||||
$strDocu = "Dokumentace";
|
$strDocu = "Dokumentace";
|
||||||
$strDrop = "Odstranit";
|
$strDrop = "Odstranit";
|
||||||
$strDropDB = "Odstranit datab<61>zi ";
|
$strDropDB = "Odstranit datab<61>zi ";
|
||||||
$strDumpingData = "Dumpuji data pro tabulku";
|
$strDumpingData = "Dumpuji data pro tabulku";
|
||||||
//$strDumpingData = "Dumping data for table";
|
|
||||||
$strEdit = "Editovat";
|
$strEdit = "Editovat";
|
||||||
$strEmpty = "Vypr<EFBFBD>zdnit";
|
$strEmpty = "Vypr<EFBFBD>zdnit";
|
||||||
//$strEmptyResultSet = "MySQL returned an empty result set (i.e. zero rows).";
|
|
||||||
$strEmptyResultSet = "MySQL vr<76>til pr<70>zdn<64> v<>sledek (tj. nulov<6F> po<70>et <20><>dk<64>).";
|
$strEmptyResultSet = "MySQL vr<76>til pr<70>zdn<64> v<>sledek (tj. nulov<6F> po<70>et <20><>dk<64>).";
|
||||||
$strEnclosedBy = "uzav<EFBFBD>en do";
|
$strEnclosedBy = "uzav<EFBFBD>en do";
|
||||||
$strEnd = "Konec";
|
$strEnd = "Konec";
|
||||||
$strError = "Chyba";
|
$strError = "Chyba";
|
||||||
$strEscapedBy = "uvozeno pomoc<6F>";
|
$strEscapedBy = "uvozeno pomoc<6F>";
|
||||||
//$strEscapedBy = "escaped by";
|
$strExtra = "Extra"; //to translate
|
||||||
$strExtra = "Extra";
|
|
||||||
$strField = "Pole";
|
$strField = "Pole";
|
||||||
$strFields = "Po<EFBFBD>et pol<6F>";
|
$strFields = "Po<EFBFBD>et pol<6F>";
|
||||||
$strFunction = "Funkce";
|
$strFunction = "Funkce";
|
||||||
@@ -52,7 +48,6 @@ $strHasBeenDropped = "byla odstran
|
|||||||
$strHasBeenEmptied = "byla vypr<70>zdn<64>na.";
|
$strHasBeenEmptied = "byla vypr<70>zdn<64>na.";
|
||||||
$strHome = "Domu";
|
$strHome = "Domu";
|
||||||
$strHost = "Hostitel";
|
$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<6A> nat<61>hnout jenom ur<75>it<69> sloupce z tabulky, specifikuj je jako seznam pol<6F> odd<64>len<65>ch <20><>rkou.";
|
$strIfYouWish = "Pokud si p<>eje<6A> nat<61>hnout jenom ur<75>it<69> sloupce z tabulky, specifikuj je jako seznam pol<6F> odd<64>len<65>ch <20><>rkou.";
|
||||||
$strIndex = "Index";
|
$strIndex = "Index";
|
||||||
$strInsert = "Vlo<EFBFBD>it";
|
$strInsert = "Vlo<EFBFBD>it";
|
||||||
@@ -62,7 +57,6 @@ $strInsertTextfiles = "Vlo
|
|||||||
$strKeyname = "Kl<EFBFBD><EFBFBD>ovy n<>zev";
|
$strKeyname = "Kl<EFBFBD><EFBFBD>ovy n<>zev";
|
||||||
$strLengthSet = "D<EFBFBD>lka/Set";
|
$strLengthSet = "D<EFBFBD>lka/Set";
|
||||||
$strLineFeed = "Ukon<EFBFBD>en<EFBFBD> <20><>dku (Linefeed): \\n";
|
$strLineFeed = "Ukon<EFBFBD>en<EFBFBD> <20><>dku (Linefeed): \\n";
|
||||||
//$strLineFeed = "Linefeed: \\n";
|
|
||||||
$strLines = "<EFBFBD><EFBFBD>dek";
|
$strLines = "<EFBFBD><EFBFBD>dek";
|
||||||
$strLocationTextfile = "Um<EFBFBD>st<EFBFBD>n<EFBFBD> textov<6F>ho souboru";
|
$strLocationTextfile = "Um<EFBFBD>st<EFBFBD>n<EFBFBD> textov<6F>ho souboru";
|
||||||
$strModifications = "Zm<EFBFBD>ny byly ulo<6C>eny";
|
$strModifications = "Zm<EFBFBD>ny byly ulo<6C>eny";
|
||||||
@@ -76,8 +70,6 @@ $strNo = "Ne";
|
|||||||
$strNoTablesFound = "V datab<61>zi nebyla nalezena ani jedna tabulka.";
|
$strNoTablesFound = "V datab<61>zi nebyla nalezena ani jedna tabulka.";
|
||||||
$strNull = "Nulov<EFBFBD>";
|
$strNull = "Nulov<EFBFBD>";
|
||||||
$strOftenQuotation = "<EFBFBD>asto uvozuj<75>c<EFBFBD> znaky. OPTIONALLY znamen<65>, <20>e pouze pole typu CHAR a VARCHAR jsou uzav<61>eny do \"uzav<EFBFBD>rac<EFBFBD>ch \" znak<61>.";
|
$strOftenQuotation = "<EFBFBD>asto uvozuj<75>c<EFBFBD> znaky. OPTIONALLY znamen<65>, <20>e pouze pole typu CHAR a VARCHAR jsou uzav<61>eny do \"uzav<EFBFBD>rac<EFBFBD>ch \" znak<61>.";
|
||||||
//$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<EFBFBD>. Ur<55>uje jak zapisovat nebo <20><>st speci<63>ln<6C> znaky.";
|
$strOptionalControls = "Voliteln<EFBFBD>. Ur<55>uje jak zapisovat nebo <20><>st speci<63>ln<6C> znaky.";
|
||||||
$strOptionally = "Voliteln<EFBFBD>";
|
$strOptionally = "Voliteln<EFBFBD>";
|
||||||
$strPos1 = "Za<EFBFBD><EFBFBD>tek";
|
$strPos1 = "Za<EFBFBD><EFBFBD>tek";
|
||||||
@@ -114,7 +106,6 @@ $strTable = "Tabulka ";
|
|||||||
$strTableStructure = "Struktura tabulky pro tabulku";
|
$strTableStructure = "Struktura tabulky pro tabulku";
|
||||||
$strTerminatedBy = "ukon<EFBFBD>en";
|
$strTerminatedBy = "ukon<EFBFBD>en";
|
||||||
$strTheContent = "Obsah tv<74>ho souboru byl vlo<6C>en";
|
$strTheContent = "Obsah tv<74>ho souboru byl vlo<6C>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<65><70>e obsah zvolen<65> tabulky v t<>ch <20><>dc<64>ch, kde je identick<63> prim<69>rn<72> nebo unik<69>tn<74> kl<6B><6C>.";
|
$strTheContents = "Obsah souboru p<>ep<65><70>e obsah zvolen<65> tabulky v t<>ch <20><>dc<64>ch, kde je identick<63> prim<69>rn<72> nebo unik<69>tn<74> kl<6B><6C>.";
|
||||||
$strTheTerminator = "Ukon<EFBFBD>en<EFBFBD> pol<6F>.";
|
$strTheTerminator = "Ukon<EFBFBD>en<EFBFBD> pol<6F>.";
|
||||||
$strTotal = "celkem";
|
$strTotal = "celkem";
|
||||||
@@ -138,7 +129,12 @@ $strLimitNumRows = "z
|
|||||||
$strDisplay = "Zobraz";
|
$strDisplay = "Zobraz";
|
||||||
$strShow = "Zobraz";
|
$strShow = "Zobraz";
|
||||||
$strRowsFrom = "<EFBFBD>adky za<7A><61>naj<61>c<EFBFBD> od";
|
$strRowsFrom = "<EFBFBD>adky za<7A><61>naj<61>c<EFBFBD> od";
|
||||||
//$strEnableMagicQuotes = "<b>Warning:</b> 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 = "<b>POZOR:</b> Nepovolil jsi 'magic_quotes_gpc' v tv<74> konfiguraci PHP enginu. PhpMyAdmin toto pot<6F>ebuje pro svoji korektn<74> praci. Pros<6F>m, zkontroluj konfiguraci pop<6F>. v manu<6E>lu pro PHP vyhledej informaci jak toto povolit.";
|
$strEnableMagicQuotes = "<b>POZOR:</b> Nepovolil jsi 'magic_quotes_gpc' v tv<74> konfiguraci PHP enginu. PhpMyAdmin toto pot<6F>ebuje pro svoji korektn<74> praci. Pros<6F>m, zkontroluj konfiguraci pop<6F>. v manu<6E>lu pro PHP vyhledej informaci jak toto povolit.";
|
||||||
$strPrintView = "N<EFBFBD>hled k vyti<74>t<EFBFBD>n<EFBFBD>";
|
$strPrintView = "N<EFBFBD>hled k vyti<74>t<EFBFBD>n<EFBFBD>";
|
||||||
|
|
||||||
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -136,4 +136,10 @@ $strWelcome = "Velkommen til ";
|
|||||||
$strWrongUser = "Forkert brugernavn/kodeord. Adgang Nægtet.";
|
$strWrongUser = "Forkert brugernavn/kodeord. Adgang Nægtet.";
|
||||||
$strYes = "Ja";
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -121,4 +121,10 @@ $strBack = "Terug";
|
|||||||
$strTableComments = "Tabel opmerkingen";
|
$strTableComments = "Tabel opmerkingen";
|
||||||
$strOr = "of";
|
$strOr = "of";
|
||||||
$strSelectNumRows = "in query";
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -145,4 +145,8 @@ $strWelcome = "Welcome to ";
|
|||||||
$strWrongUser = "Wrong username/password. Access denied.";
|
$strWrongUser = "Wrong username/password. Access denied.";
|
||||||
$strYes = "Yes";
|
$strYes = "Yes";
|
||||||
|
|
||||||
|
$strCheckTable = "Check table";
|
||||||
|
$strAnalyzeTable = "Analyze table";
|
||||||
|
$strRepairTable = "Repair table";
|
||||||
|
$strOptimizeTable = "Optimize table";
|
||||||
?>
|
?>
|
||||||
|
@@ -162,4 +162,10 @@ $strShow = "Afficher"; //JPD
|
|||||||
$strRowsFrom = "Enregistrements <20> partir de la position"; // JPD
|
$strRowsFrom = "Enregistrements <20> partir de la position"; // JPD
|
||||||
$strEnableMagicQuotes = "<b>Attention:</b> Vous n'avez pas activ<69> magic_quotes_gpc dans votre configuration PHP. PhpMyAdmin en a besoin pour fonctionner correctement. R<>f<EFBFBD>rez-vous <20> la rubrique Configuration du manuel PHP pour savoir comment l'activer."; // JPD
|
$strEnableMagicQuotes = "<b>Attention:</b> Vous n'avez pas activ<69> magic_quotes_gpc dans votre configuration PHP. PhpMyAdmin en a besoin pour fonctionner correctement. R<>f<EFBFBD>rez-vous <20> la rubrique Configuration du manuel PHP pour savoir comment l'activer."; // JPD
|
||||||
$strPrintView = "Imprimer la vue"; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -9,7 +9,7 @@ $strAddSearchConditions = "Suchkondition (Argumente für das WHERE-Statement
|
|||||||
$strAnIndex = "Ein Index wurde für folgendes Feld hinzugefügt: ";
|
$strAnIndex = "Ein Index wurde für folgendes Feld hinzugefügt: ";
|
||||||
$strAttr = "Attribute";
|
$strAttr = "Attribute";
|
||||||
$strBrowse = "Anzeigen";
|
$strBrowse = "Anzeigen";
|
||||||
$strCarriage = "Carriage return: \\r";
|
$strCarriage = "Carriage return: \\r"; //to translate
|
||||||
$strChange = "Ändern";
|
$strChange = "Ändern";
|
||||||
$strColumnNames = "Spaltennamen";
|
$strColumnNames = "Spaltennamen";
|
||||||
$strCopyTable = "Tabelle kopieren nach:";
|
$strCopyTable = "Tabelle kopieren nach:";
|
||||||
@@ -123,4 +123,10 @@ $strOr = "oder";
|
|||||||
$strEnableMagicQuotes = "<b>Achtung:</b> 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.";
|
$strEnableMagicQuotes = "<b>Achtung:</b> 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";
|
$strPrintView = "Druckansicht";
|
||||||
$strDisableMagicQuotes = "<b>Achtung:</b> 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.";
|
$strDisableMagicQuotes = "<b>Achtung:</b> 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
|
||||||
?>
|
?>
|
||||||
|
@@ -132,4 +132,10 @@ $strShow = "Mostra";
|
|||||||
$strRowsFrom = "righe a partire da";
|
$strRowsFrom = "righe a partire da";
|
||||||
$strEnableMagicQuotes = "<b>Attenzuibe:</b> 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.";
|
$strEnableMagicQuotes = "<b>Attenzuibe:</b> 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";
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -109,8 +109,14 @@ $strRunSQLQuery = "Run SQL query/queries on database ";
|
|||||||
$strViewDumpDB = "Vis dump (skjema) av database";
|
$strViewDumpDB = "Vis dump (skjema) av database";
|
||||||
$strPos1 = "Start";
|
$strPos1 = "Start";
|
||||||
$strEnd = "Slutt";
|
$strEnd = "Slutt";
|
||||||
$strStrucCSV = "CSV data";
|
$strStrucCSV = "CSV data"; //to translate
|
||||||
$strSend = "send";
|
$strSend = "send"; //to translate
|
||||||
$strRecords = "Rader";
|
$strRecords = "Rader";
|
||||||
$strDocu = "Dokumentasjon";
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -123,4 +123,10 @@ $strBack = "Powr
|
|||||||
$strTableComments = "Komentarze tabeli";
|
$strTableComments = "Komentarze tabeli";
|
||||||
$strOr = "lub";
|
$strOr = "lub";
|
||||||
$strSelectNumRows = "w zapytaniu";
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -32,11 +32,11 @@ $strDumpingData = "Extraindo dados da tabela";
|
|||||||
$strEdit = "Edita";
|
$strEdit = "Edita";
|
||||||
$strEmpty = "Limpa";
|
$strEmpty = "Limpa";
|
||||||
$strEmptyResultSet = "MySQL retornou um set vazio (ex. zero regs).";
|
$strEmptyResultSet = "MySQL retornou um set vazio (ex. zero regs).";
|
||||||
$strEnclosedBy = "enclosed by";
|
$strEnclosedBy = "enclosed by"; //to translate
|
||||||
$strEnd = "Fim";
|
$strEnd = "Fim";
|
||||||
$strError = "Erro";
|
$strError = "Erro";
|
||||||
$strEscapedBy = "escaped by";
|
$strEscapedBy = "escaped by"; //to translate
|
||||||
$strExtra = "Extra";
|
$strExtra = "Extra"; //to translate
|
||||||
$strField = "Campo";
|
$strField = "Campo";
|
||||||
$strFields = "Qtd Campos";
|
$strFields = "Qtd Campos";
|
||||||
$strFunction = "Fun<EFBFBD>oes";
|
$strFunction = "Fun<EFBFBD>oes";
|
||||||
@@ -67,9 +67,9 @@ $strName = "Nome";
|
|||||||
$strNext = "Pr<EFBFBD>ximo";
|
$strNext = "Pr<EFBFBD>ximo";
|
||||||
$strNo = "N<EFBFBD>o";
|
$strNo = "N<EFBFBD>o";
|
||||||
$strNoTablesFound = "Nenhuma table encontrada no banco de dados";
|
$strNoTablesFound = "Nenhuma table encontrada no banco de dados";
|
||||||
$strNull = "Null";
|
$strNull = "Null"; //to translate
|
||||||
$strOftenQuotation = "Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the \"enclosed by\"-character.";
|
$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.";
|
$strOptionalControls = "Optional. Controls how to write or read special characters."; //to translate
|
||||||
$strOptionally = "OPTIONALLY";
|
$strOptionally = "OPTIONALLY";
|
||||||
$strPos1 = "Inicio";
|
$strPos1 = "Inicio";
|
||||||
$strPrevious = "Anterior";
|
$strPrevious = "Anterior";
|
||||||
@@ -120,4 +120,10 @@ $strLogout = "Log out";
|
|||||||
$strQBE = "Query by Example";
|
$strQBE = "Query by Example";
|
||||||
$strBack = "Voltar";
|
$strBack = "Voltar";
|
||||||
$strTableComments = "Coment<EFBFBD>rios da tabela";
|
$strTableComments = "Coment<EFBFBD>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
|
||||||
?>
|
?>
|
||||||
|
@@ -130,4 +130,10 @@ $strOr = "
|
|||||||
//$strUpdateQuery = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
//$strUpdateQuery = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||||
//$strRunQuery = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
//$strRunQuery = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||||
//$strUseTables = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
//$strUseTables = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||||
|
|
||||||
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -130,4 +130,10 @@ $strOr = "
|
|||||||
//$strUpdateQuery = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
//$strUpdateQuery = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||||
//$strRunQuery = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
//$strRunQuery = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||||
//$strUseTables = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
//$strUseTables = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||||
|
|
||||||
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -74,8 +74,8 @@ $strOptionalControls = "Optional. Controls how to write or read special chara
|
|||||||
$strOptionally = "OPCIONALMENTE";
|
$strOptionally = "OPCIONALMENTE";
|
||||||
$strPos1 = "Empezar";
|
$strPos1 = "Empezar";
|
||||||
$strPrevious = "Previo";
|
$strPrevious = "Previo";
|
||||||
$strPrimary = "Primary";
|
$strPrimary = "Primary"; //to translate
|
||||||
$strPrimaryKey = "Primary key";
|
$strPrimaryKey = "Primary key"; //to translate
|
||||||
$strProducedAnError = "se produjo un error.";
|
$strProducedAnError = "se produjo un error.";
|
||||||
$strProperties = "Propiedades";
|
$strProperties = "Propiedades";
|
||||||
$strReadTheDocs = "Leer los documentos";
|
$strReadTheDocs = "Leer los documentos";
|
||||||
@@ -129,7 +129,13 @@ $strOr = "O";
|
|||||||
//$strModify = "Modificar";
|
//$strModify = "Modificar";
|
||||||
//$strAddDeleteRow = "Aqadir/borrar fila de criterio";
|
//$strAddDeleteRow = "Aqadir/borrar fila de criterio";
|
||||||
//$strAddDeleteColumn = "Aqadir/borrar columna de criterio";
|
//$strAddDeleteColumn = "Aqadir/borrar columna de criterio";
|
||||||
//$strUpdateQuery = "Update Query";
|
//$strUpdateQuery = "Update Query"; //to translate
|
||||||
//$strRunQuery = "Ejecutar Query";
|
//$strRunQuery = "Ejecutar Query";
|
||||||
//$strUseTables = "Usar tablas";
|
//$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
|
||||||
?>
|
?>
|
||||||
|
@@ -145,4 +145,9 @@ $strWelcome = "V
|
|||||||
$strWrongUser = "Fel anv<6E>ndarnamn/l<>senord. <20>tkommst nekad.";
|
$strWrongUser = "Fel anv<6E>ndarnamn/l<>senord. <20>tkommst nekad.";
|
||||||
$strYes = "Ja";
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -14,10 +14,10 @@ $strAnIndex = "
|
|||||||
|
|
||||||
$strAtBeginningOfTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ش<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>鹢ͧ<EFBFBD><EFBFBD><EFBFBD>ҧ";#"At Beginning of Table";
|
$strAtBeginningOfTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ش<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>鹢ͧ<EFBFBD><EFBFBD><EFBFBD>ҧ";#"At Beginning of Table";
|
||||||
$strAtEndOfTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ش<EFBFBD>ش<EFBFBD><EFBFBD><EFBFBD>¢ͧ<EFBFBD><EFBFBD><EFBFBD>ҧ";#"At End of Table";
|
$strAtEndOfTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ش<EFBFBD>ش<EFBFBD><EFBFBD><EFBFBD>¢ͧ<EFBFBD><EFBFBD><EFBFBD>ҧ";#"At End of Table";
|
||||||
$strAttr = "Attributes";
|
$strAttr = "Attributes"; //to translate
|
||||||
$strBack = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ѻ";#"Back";
|
$strBack = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ѻ";#"Back";
|
||||||
$strBrowse = "<EFBFBD><EFBFBD>Դ<EFBFBD><EFBFBD>";#"Browse";
|
$strBrowse = "<EFBFBD><EFBFBD>Դ<EFBFBD><EFBFBD>";#"Browse";
|
||||||
$strCarriage = "Carriage return: \\r";
|
$strCarriage = "Carriage return: \\r"; //to translate
|
||||||
$strChange = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹";#"Change";
|
$strChange = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹";#"Change";
|
||||||
$strColumnNames = "<EFBFBD><EFBFBD><EFBFBD>ͤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";"Column names";
|
$strColumnNames = "<EFBFBD><EFBFBD><EFBFBD>ͤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";"Column names";
|
||||||
$strCompleteInserts = "Complete inserts";
|
$strCompleteInserts = "Complete inserts";
|
||||||
@@ -29,39 +29,39 @@ $strCreateNewTable = "
|
|||||||
|
|
||||||
$strDatabase = "<EFBFBD>ҹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";#"Database ";
|
$strDatabase = "<EFBFBD>ҹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";#"Database ";
|
||||||
$strDatabases = "<EFBFBD>ҹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"databases";
|
$strDatabases = "<EFBFBD>ҹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"databases";
|
||||||
$strDefault = "Default";
|
$strDefault = "Default"; //to translate
|
||||||
$strDelete = "ź";#"Delete";
|
$strDelete = "ź";#"Delete";
|
||||||
$strDeleted = "ź<EFBFBD><EFBFBD><EFBFBD><EFBFBD>͡<EFBFBD><EFBFBD><EFBFBD>º<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"The row has been deleted";
|
$strDeleted = "ź<EFBFBD><EFBFBD><EFBFBD><EFBFBD>͡<EFBFBD><EFBFBD><EFBFBD>º<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"The row has been deleted";
|
||||||
|
|
||||||
$strDisableMagicQuotes = "<b>Warning:</b> 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 = "<b>Warning:</b> 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 = "<EFBFBD>ʴ<EFBFBD><EFBFBD><EFBFBD>";#"Display";
|
$strDisplay = "<EFBFBD>ʴ<EFBFBD><EFBFBD><EFBFBD>";#"Display";
|
||||||
$strDoAQuery = "Do a \"query by example\" (wildcard: \"%\")";
|
$strDoAQuery = "Do a \"query by example\" (wildcard: \"%\")"; //to translate
|
||||||
$strDoYouReally = "<EFBFBD><EFBFBD>ͧ<EFBFBD><EFBFBD>÷<EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";#"Do you really want to ";
|
$strDoYouReally = "<EFBFBD><EFBFBD>ͧ<EFBFBD><EFBFBD>÷<EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";#"Do you really want to ";
|
||||||
$strDocu = "<EFBFBD>͡<EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD>ԧ";#"Documentation";
|
$strDocu = "<EFBFBD>͡<EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD>ԧ";#"Documentation";
|
||||||
$strDrop = "Drop";
|
$strDrop = "Drop"; //to translate
|
||||||
$strDropDB = "Drop <20>ҹ<EFBFBD><D2B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";#"Drop database ";
|
$strDropDB = "Drop <20>ҹ<EFBFBD><D2B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";#"Drop database ";
|
||||||
$strDumpingData = "Dump <20><><EFBFBD>ҧ";#"Dumping data for table";
|
$strDumpingData = "Dump <20><><EFBFBD>ҧ";#"Dumping data for table";
|
||||||
$strEdit = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Edit";
|
$strEdit = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Edit";
|
||||||
$strEmpty = "ź<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Empty";
|
$strEmpty = "ź<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Empty";
|
||||||
$strEmptyResultSet = "MySQL <20><EFBFBD><D7B9><EFBFBD><EFBFBD>ҧ<EFBFBD><D2A7><EFBFBD><EFBFBD>ҡ<EFBFBD>Ѻ<EFBFBD><D1BA> (0 <20><><EFBFBD>).";#"MySQL returned an empty result set (i.e. zero rows).";
|
$strEmptyResultSet = "MySQL <20><EFBFBD><D7B9><EFBFBD><EFBFBD>ҧ<EFBFBD><D2A7><EFBFBD><EFBFBD>ҡ<EFBFBD>Ѻ<EFBFBD><D1BA> (0 <20><><EFBFBD>).";#"MySQL returned an empty result set (i.e. zero rows).";
|
||||||
$strEnableMagicQuotes = "<b>Warning:</b> 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 = "<b>Warning:</b> 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 = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"enclosed by";
|
$strEnclosedBy = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"enclosed by";
|
||||||
$strEnd = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ش";
|
$strEnd = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ش";
|
||||||
$strError = "<EFBFBD>Դ<EFBFBD><EFBFBD>Ҵ";#"Error";
|
$strError = "<EFBFBD>Դ<EFBFBD><EFBFBD>Ҵ";#"Error";
|
||||||
$strEscapedBy = "escape <20><><EFBFBD><EFBFBD>";#"escaped by";
|
$strEscapedBy = "escape <20><><EFBFBD><EFBFBD>";#"escaped by";
|
||||||
$strExtra = "Extra";
|
$strExtra = "Extra"; //to translate
|
||||||
$strField = "Field";
|
$strField = "Field"; //to translate
|
||||||
$strFields = "<EFBFBD>ӹǹ Fields";
|
$strFields = "<EFBFBD>ӹǹ Fields";
|
||||||
$strFunction = "Function";
|
$strFunction = "Function"; //to translate
|
||||||
$strGo = "ŧ<EFBFBD><EFBFBD><EFBFBD>";#"Go";
|
$strGo = "ŧ<EFBFBD><EFBFBD><EFBFBD>";#"Go";
|
||||||
$strHasBeenAltered = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹<EFBFBD><EFBFBD>ŧ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"has been altered.";
|
$strHasBeenAltered = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹<EFBFBD><EFBFBD>ŧ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"has been altered.";
|
||||||
$strHasBeenCreated = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>١<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"has been created.";
|
$strHasBeenCreated = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>١<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"has been created.";
|
||||||
$strHasBeenDropped = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD><EFBFBD> drop <20><><EFBFBD><EFBFBD>";#"has been dropped.";
|
$strHasBeenDropped = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD><EFBFBD> drop <20><><EFBFBD><EFBFBD>";#"has been dropped.";
|
||||||
$strHasBeenEmptied = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"has been emptied.";
|
$strHasBeenEmptied = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"has been emptied.";
|
||||||
$strHome = "Home";
|
$strHome = "Home"; //to translate
|
||||||
$strHost = "Host";
|
$strHost = "Host"; //to translate
|
||||||
$strIfYouWish = "If you wish to load only some of a table's columns, specify a comma separated field list.";
|
$strIfYouWish = "If you wish to load only some of a table's columns, specify a comma separated field list."; //to translate
|
||||||
$strIndex = "Index";
|
$strIndex = "Index"; //to translate
|
||||||
$strInsert = "<EFBFBD><EFBFBD>á";#"Insert";
|
$strInsert = "<EFBFBD><EFBFBD>á";#"Insert";
|
||||||
$strInsertIntoTable = "<EFBFBD><EFBFBD>á<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>㹵<EFBFBD><EFBFBD>ҧ";#"Insert into table";
|
$strInsertIntoTable = "<EFBFBD><EFBFBD>á<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>㹵<EFBFBD><EFBFBD>ҧ";#"Insert into table";
|
||||||
$strInsertNewRow = "<EFBFBD><EFBFBD>á<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Insert new row";
|
$strInsertNewRow = "<EFBFBD><EFBFBD>á<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Insert new row";
|
||||||
@@ -69,54 +69,54 @@ $strInsertTextfiles = "
|
|||||||
$strKeyname = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> key";#"Keyname";
|
$strKeyname = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> key";#"Keyname";
|
||||||
$strLengthSet = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/";#"Length/Set";
|
$strLengthSet = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/";#"Length/Set";
|
||||||
$strLimitNumRows = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹ <20><><EFBFBD>˹<EFBFBD><CBB9>";#"records per page";
|
$strLimitNumRows = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹ <20><><EFBFBD>˹<EFBFBD><CBB9>";#"records per page";
|
||||||
$strLineFeed = "Linefeed: \\n";
|
$strLineFeed = "Linefeed: \\n"; //to translate
|
||||||
$strLines = "<EFBFBD><EFBFBD>÷Ѵ";#"Lines";
|
$strLines = "<EFBFBD><EFBFBD>÷Ѵ";#"Lines";
|
||||||
$strLocationTextfile = "<EFBFBD><EFBFBD><EFBFBD>˹觢ͧ text file";#"Location of the textfile";
|
$strLocationTextfile = "<EFBFBD><EFBFBD><EFBFBD>˹觢ͧ text file";#"Location of the textfile";
|
||||||
$strLogout = "Log out";
|
$strLogout = "Log out"; //to translate
|
||||||
$strModifications = "<EFBFBD>ѹ<EFBFBD>֡<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>º<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Modifications have been saved";
|
$strModifications = "<EFBFBD>ѹ<EFBFBD>֡<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>º<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Modifications have been saved";
|
||||||
|
|
||||||
$strMySQLReloaded = "MySQL reloaded.";
|
$strMySQLReloaded = "MySQL reloaded."; //to translate
|
||||||
$strMySQLSaid = "MySQL said: ";
|
$strMySQLSaid = "MySQL said: "; //to translate
|
||||||
$strMySQLShowProcess = "<EFBFBD>ʴ<EFBFBD> process <20><>ҧ <20>";#"Show processes";
|
$strMySQLShowProcess = "<EFBFBD>ʴ<EFBFBD> process <20><>ҧ <20>";#"Show processes";
|
||||||
$strMySQLShowStatus = "<EFBFBD>ʴ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> runtime <20>ͧ MySQL";#"Show MySQL runtime information";
|
$strMySQLShowStatus = "<EFBFBD>ʴ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> runtime <20>ͧ MySQL";#"Show MySQL runtime information";
|
||||||
$strMySQLShowVars = "<EFBFBD>ʴ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>к<EFBFBD><EFBFBD>ͧ MySQL";#"Show MySQL system variables";
|
$strMySQLShowVars = "<EFBFBD>ʴ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>к<EFBFBD><EFBFBD>ͧ MySQL";#"Show MySQL system variables";
|
||||||
$strName = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Name";
|
$strName = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Name";
|
||||||
$strNext = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Next";
|
$strNext = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Next";
|
||||||
$strNo = "No";
|
$strNo = "No"; //to translate
|
||||||
$strNoTablesFound = "<EFBFBD><EFBFBD>辺<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD> <20> 㹰ҹ<E3B9B0><D2B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"No tables found in database.";
|
$strNoTablesFound = "<EFBFBD><EFBFBD>辺<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD> <20> 㹰ҹ<E3B9B0><D2B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"No tables found in database.";
|
||||||
$strNull = "Null";
|
$strNull = "Null"; //to translate
|
||||||
$strOftenQuotation = "Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the \"enclosed by\"-character.";
|
$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.";
|
$strOptionalControls = "Optional. Controls how to write or read special characters."; //to translate
|
||||||
$strOptionally = "OPTIONALLY";
|
$strOptionally = "OPTIONALLY"; //to translate
|
||||||
$strOr = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"or";
|
$strOr = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"or";
|
||||||
$strPos1 = "<EFBFBD>ش<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Begin";
|
$strPos1 = "<EFBFBD>ش<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Begin";
|
||||||
$strPrevious = "<EFBFBD><EFBFBD>˹<EFBFBD><EFBFBD>";#"Previous";
|
$strPrevious = "<EFBFBD><EFBFBD>˹<EFBFBD><EFBFBD>";#"Previous";
|
||||||
$strPrimary = "Primary";
|
$strPrimary = "Primary"; //to translate
|
||||||
$strPrimaryKey = "Primary key";
|
$strPrimaryKey = "Primary key"; //to translate
|
||||||
$strPrintView = "Print view";
|
$strPrintView = "Print view"; //to translate
|
||||||
$strPrinterFriendly = "Printer friendly version of above table";
|
$strPrinterFriendly = "Printer friendly version of above table"; //to translate
|
||||||
$strProducedAnError = "produced an error.";
|
$strProducedAnError = "produced an error."; //to translate
|
||||||
$strProperties = "<EFBFBD>س<EFBFBD><EFBFBD><EFBFBD>ѵ<EFBFBD>";#"Properties";
|
$strProperties = "<EFBFBD>س<EFBFBD><EFBFBD><EFBFBD>ѵ<EFBFBD>";#"Properties";
|
||||||
$strQBE = "Query by Example";
|
$strQBE = "Query by Example"; //to translate
|
||||||
$strReadTheDocs = "<EFBFBD><EFBFBD>ҹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Read the docs";
|
$strReadTheDocs = "<EFBFBD><EFBFBD>ҹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Read the docs";
|
||||||
$strRecords = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹";
|
$strRecords = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹";
|
||||||
$strReloadFailed = "MySQL reload failed.";
|
$strReloadFailed = "MySQL reload failed."; //to translate
|
||||||
$strReloadMySQL = "Reload MySQL";
|
$strReloadMySQL = "Reload MySQL"; //to translate
|
||||||
$strRenameTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹<EFBFBD><EFBFBD><EFBFBD>͵<EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Rename table to";
|
$strRenameTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹<EFBFBD><EFBFBD><EFBFBD>͵<EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Rename table to";
|
||||||
$strRenameTableOK = "<EFBFBD><EFBFBD><EFBFBD>ҧ \$table <20><><EFBFBD><EFBFBD>١<EFBFBD><D9A1><EFBFBD><EFBFBD><EFBFBD>¹<EFBFBD><C2B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \$new_name";#"Table \$table has been renamed to \$new_name";
|
$strRenameTableOK = "<EFBFBD><EFBFBD><EFBFBD>ҧ \$table <20><><EFBFBD><EFBFBD>١<EFBFBD><D9A1><EFBFBD><EFBFBD><EFBFBD>¹<EFBFBD><C2B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \$new_name";#"Table \$table has been renamed to \$new_name";
|
||||||
$strReplace = "᷹<EFBFBD><EFBFBD><EFBFBD>";#"Replace";
|
$strReplace = "᷹<EFBFBD><EFBFBD><EFBFBD>";#"Replace";
|
||||||
$strReplaceTable = "᷹<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŵ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Replace table data with file";
|
$strReplaceTable = "᷹<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŵ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Replace table data with file";
|
||||||
$strReset = "Reset";
|
$strReset = "Reset"; //to translate
|
||||||
$strRowsFrom = "<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҡ<EFBFBD><D2A1>Ƿ<EFBFBD><C7B7>";#"rows starting from";
|
$strRowsFrom = "<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҡ<EFBFBD><D2A1>Ƿ<EFBFBD><C7B7>";#"rows starting from";
|
||||||
|
|
||||||
$strRunSQLQuery = "<EFBFBD>ӧҹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL query/queries <20>Ѻ<EFBFBD>ҹ<EFBFBD><D2B9><EFBFBD><EFBFBD><EFBFBD>Ź<EFBFBD><C5B9> ";#"Run SQL query/queries on database ";
|
$strRunSQLQuery = "<EFBFBD>ӧҹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL query/queries <20>Ѻ<EFBFBD>ҹ<EFBFBD><D2B9><EFBFBD><EFBFBD><EFBFBD>Ź<EFBFBD><C5B9> ";#"Run SQL query/queries on database ";
|
||||||
$strRunning = "running on ";
|
$strRunning = "running on "; //to translate
|
||||||
$strSQLQuery = "SQL-query";
|
$strSQLQuery = "SQL-query"; //to translate
|
||||||
$strSave = "<EFBFBD><EFBFBD>纺ѹ<EFBFBD>֡";#"Save";
|
$strSave = "<EFBFBD><EFBFBD>纺ѹ<EFBFBD>֡";#"Save";
|
||||||
$strSelect = "<EFBFBD><EFBFBD><EFBFBD>͡";#"Select";
|
$strSelect = "<EFBFBD><EFBFBD><EFBFBD>͡";#"Select";
|
||||||
$strSelectFields = "<EFBFBD><EFBFBD><EFBFBD>͡ field (<28><><EFBFBD>ҧ<EFBFBD><D2A7><EFBFBD><EFBFBD>˹<EFBFBD><CBB9><EFBFBD>):";#"Select fields (at least one):";
|
$strSelectFields = "<EFBFBD><EFBFBD><EFBFBD>͡ field (<28><><EFBFBD>ҧ<EFBFBD><D2A7><EFBFBD><EFBFBD>˹<EFBFBD><CBB9><EFBFBD>):";#"Select fields (at least one):";
|
||||||
$strSelectNumRows = "in query";
|
$strSelectNumRows = "in query"; //to translate
|
||||||
$strSend = "Download";#"Send";
|
$strSend = "Download";#"Send"; //to translate
|
||||||
$strShow = "<EFBFBD>ʴ<EFBFBD>";#"Show";
|
$strShow = "<EFBFBD>ʴ<EFBFBD>";#"Show";
|
||||||
$strShowingRecords = "<EFBFBD>ʴ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹<EFBFBD><EFBFBD><EFBFBD> ";#"Showing records ";
|
$strShowingRecords = "<EFBFBD>ʴ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹<EFBFBD><EFBFBD><EFBFBD> ";#"Showing records ";
|
||||||
|
|
||||||
@@ -124,25 +124,30 @@ $strStrucCSV = "
|
|||||||
$strStrucData = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ç<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD>Т<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Structure and data";
|
$strStrucData = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ç<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD>Т<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Structure and data";
|
||||||
$strStrucDrop = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 'drop table'";#"Add 'drop table'";
|
$strStrucDrop = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 'drop table'";#"Add 'drop table'";
|
||||||
$strStrucOnly = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ç<EFBFBD><EFBFBD><EFBFBD>ҧ";#"Structure only";
|
$strStrucOnly = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ç<EFBFBD><EFBFBD><EFBFBD>ҧ";#"Structure only";
|
||||||
$strSubmit = "Submit";
|
$strSubmit = "Submit"; //to translate
|
||||||
$strSuccess = "<EFBFBD>ӧҹ SQL-query <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>º<EFBFBD><C2BA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Your SQL-query has been executed successfully";
|
$strSuccess = "<EFBFBD>ӧҹ SQL-query <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>º<EFBFBD><C2BA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Your SQL-query has been executed successfully";
|
||||||
$strTable = "<EFBFBD><EFBFBD><EFBFBD>ҧ ";#"table ";
|
$strTable = "<EFBFBD><EFBFBD><EFBFBD>ҧ ";#"table ";
|
||||||
$strTableComments = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˵آͧ<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD><EFBFBD>";#"Table comments";
|
$strTableComments = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˵آͧ<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD><EFBFBD>";#"Table comments";
|
||||||
$strTableStructure = "<EFBFBD><EFBFBD>ç<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD><EFBFBD>ҧ <20><><EFBFBD><EFBFBD>Ѻ<EFBFBD><D1BA><EFBFBD>ҧ";#"Table structure for table";
|
$strTableStructure = "<EFBFBD><EFBFBD>ç<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD><EFBFBD>ҧ <20><><EFBFBD><EFBFBD>Ѻ<EFBFBD><D1BA><EFBFBD>ҧ";#"Table structure for table";
|
||||||
$strTerminatedBy = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ش<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͧ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"terminated by";
|
$strTerminatedBy = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ش<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͧ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"terminated by";
|
||||||
$strTheContent = "<EFBFBD><EFBFBD>á<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ũҡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͧ<EFBFBD>س<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"The content of your file has been inserted.";
|
$strTheContent = "<EFBFBD><EFBFBD>á<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ũҡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͧ<EFBFBD>س<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"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 = "<EFBFBD>ش<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ش<EFBFBD>ͧ field.";#"The terminator of the fields.";
|
$strTheTerminator = "<EFBFBD>ش<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ش<EFBFBD>ͧ field.";#"The terminator of the fields.";
|
||||||
$strTotal = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"total";
|
$strTotal = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"total";
|
||||||
$strType = "Type";
|
$strType = "Type"; //to translate
|
||||||
$strUnique = "Unique";
|
$strUnique = "Unique"; //to translate
|
||||||
|
|
||||||
|
|
||||||
$strValue = "Value";
|
$strValue = "Value"; //to translate
|
||||||
$strViewDump = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ç<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD>ͧ<EFBFBD><EFBFBD><EFBFBD>ҧ";#"View dump (schema) of table";
|
$strViewDump = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ç<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD>ͧ<EFBFBD><EFBFBD><EFBFBD>ҧ";#"View dump (schema) of table";
|
||||||
$strViewDumpDB = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ç<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD>ͧ<EFBFBD>ҹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"View dump (schema) of database";
|
$strViewDumpDB = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ç<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD>ͧ<EFBFBD>ҹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"View dump (schema) of database";
|
||||||
$strWelcome = "<EFBFBD>Թ<EFBFBD>յ<EFBFBD><EFBFBD>Ѻ<EFBFBD><EFBFBD><EFBFBD> ";#"Welcome to ";
|
$strWelcome = "<EFBFBD>Թ<EFBFBD>յ<EFBFBD><EFBFBD>Ѻ<EFBFBD><EFBFBD><EFBFBD> ";#"Welcome to ";
|
||||||
$strWrongUser = "Wrong username/password. Access denied.";
|
$strWrongUser = "Wrong username/password. Access denied."; //to translate
|
||||||
$strYes = "Yes";
|
$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
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user