strQueryOnDb
This commit is contained in:
@@ -5,12 +5,16 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2001-12-13 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||
* tbl_qbe.php3; lang/*: changed $strQueryOnDb.
|
||||
* lang/italian.inc.php3: updated thanks to Pietro Danesi.
|
||||
|
||||
2001-12-12 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/auth/config.auth.lib.php3 replaces basic.auth.lib.php3
|
||||
* main.php3, config.inc.php3 for 'config' auth mode
|
||||
* main.php3, config.inc.php3 for 'config' auth mode
|
||||
* Documentation.html: clarifications about auth modes
|
||||
|
||||
2001-12-10 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||
2001-12-11 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||
* libraries/common.lib.php3: Opera for Mac needs lower font sizes, thanks
|
||||
to Christian Schaffner.
|
||||
* read_dump.php3, lines 102-108 & 361: fixed bug #491051 - SQL Upload error
|
||||
|
@@ -237,7 +237,7 @@ $strProperties = '
|
||||
$strQBE = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strQBEDel = 'Del';
|
||||
$strQBEIns = 'Ins';
|
||||
$strQueryOnDb = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ';
|
||||
$strQueryOnDb = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <b>%s</b>:';
|
||||
|
||||
$strRecords = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strReloadFailed = ' <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>MySQL.';
|
||||
|
@@ -316,6 +316,7 @@ $strMoveTableOK = 'Table %s has been moved to %s.';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
|
||||
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||
$strNoQuery = 'No SQL query!'; //to translate
|
||||
$strQueryOnDb = 'SQL-query on database <b>%s</b>:';
|
||||
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; //to translate
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
|
@@ -235,7 +235,7 @@ $strProperties = '
|
||||
$strQBE = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strQBEDel = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strQBEIns = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strQueryOnDb = 'SQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> ';
|
||||
$strQueryOnDb = 'SQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <b>%s</b>:';
|
||||
|
||||
$strRecords = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strReloadFailed = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> MySQL.';
|
||||
|
@@ -235,7 +235,7 @@ $strProperties = '
|
||||
$strQBE = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strQBEDel = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strQBEIns = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strQueryOnDb = 'SQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> ';
|
||||
$strQueryOnDb = 'SQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <b>%s</b>:';
|
||||
|
||||
$strRecords = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strReloadFailed = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> MySQL.';
|
||||
|
@@ -307,7 +307,7 @@ $strNoQuery = 'No SQL query!'; //to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
$strQueryOnDb = 'SQL-query on database <b>%s</b>:';
|
||||
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
||||
$strServerChoice = 'Server Choice';//to translate
|
||||
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
|
||||
|
@@ -306,7 +306,7 @@ $strNoQuery = 'No SQL query!'; //to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||
$strQueryOnDb = ' SQL-query on database '; //to translate
|
||||
$strQueryOnDb = ' SQL-query on database <b>%s</b>:'; //to translate
|
||||
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
||||
$strServerChoice = 'Server Choice';//to translate
|
||||
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
|
||||
|
@@ -309,7 +309,7 @@ $strNoQuery = 'No SQL query!'; //to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
$strQueryOnDb = 'SQL-query on database <b>%s</b>:';
|
||||
$strRowSize = ' Row size '; //to translate
|
||||
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
||||
$strServerChoice = 'Server Choice';//to translate
|
||||
|
@@ -233,7 +233,7 @@ $strProperties = 'Vlastnosti';
|
||||
$strQBE = 'Dotaz podle p<><70>kladu';
|
||||
$strQBEDel = 'p<>idat';
|
||||
$strQBEIns = 'smazat';
|
||||
$strQueryOnDb = 'SQL dotaz na datab<61>zi ';
|
||||
$strQueryOnDb = 'SQL dotaz na datab<61>zi <b>%s</b>:';
|
||||
|
||||
$strRecords = 'Z<>znam<61>';
|
||||
$strReloadFailed = 'Znovuna<6E>ten<65> MySQL selhalo.';
|
||||
|
@@ -235,7 +235,7 @@ $strProperties = 'Vlastnosti';
|
||||
$strQBE = 'Dotaz podle p<><70>kladu';
|
||||
$strQBEDel = 'p<>idat';
|
||||
$strQBEIns = 'smazat';
|
||||
$strQueryOnDb = 'SQL dotaz na datab<61>zi ';
|
||||
$strQueryOnDb = 'SQL dotaz na datab<61>zi <b>%s</b>:';
|
||||
|
||||
$strRecords = 'Z<>znam<61>';
|
||||
$strReloadFailed = 'Znovuna<6E>ten<65> MySQL selhalo.';
|
||||
|
@@ -214,7 +214,7 @@ $strProperties = 'Egenskaber';
|
||||
$strQBE = 'Query by Example';
|
||||
$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php)
|
||||
$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php)
|
||||
$strQueryOnDb = 'SQL-foresp<73>rgsel til database ';
|
||||
$strQueryOnDb = 'SQL-foresp<73>rgsel til database <b>%s</b>:';
|
||||
|
||||
$strRecords = 'Poster';
|
||||
$strReloadFailed = 'Genstart af MySQL fejlede.';
|
||||
|
@@ -192,7 +192,7 @@ $strProperties = 'Eigenschappen';
|
||||
$strQBE = 'Query opbouwen';
|
||||
$strQBEDel = 'Verwijder';
|
||||
$strQBEIns = 'Toevoegen';
|
||||
$strQueryOnDb = 'SQL-query op database ';
|
||||
$strQueryOnDb = 'SQL-query op database <b>%s</b>:';
|
||||
|
||||
$strRecords = 'Records';
|
||||
$strReloadFailed = 'Opnieuw laden van MySQL mislukt.';
|
||||
|
@@ -237,7 +237,7 @@ $strProperties = 'Properties';
|
||||
$strQBE = 'Query by Example';
|
||||
$strQBEDel = 'Del';
|
||||
$strQBEIns = 'Ins';
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
$strQueryOnDb = 'SQL-query on database <b>%s</b>:';
|
||||
|
||||
$strRecords = 'Records';
|
||||
$strReloadFailed = 'MySQL reload failed.';
|
||||
|
@@ -237,7 +237,7 @@ $strProperties = 'Asetukset';
|
||||
$strQBE = 'Esimerkin mukainen haku';
|
||||
$strQBEDel = 'Poista';
|
||||
$strQBEIns = 'Lis<69><73>';
|
||||
$strQueryOnDb = 'Suorita SQL-lause tietokannassa ';
|
||||
$strQueryOnDb = 'Suorita SQL-lause tietokannassa <b>%s</b>:';
|
||||
|
||||
$strRecords = 'rivi<76>';
|
||||
$strReloadFailed = 'MySQL:n uudelleenlataus ep<65>onnistui.';
|
||||
|
@@ -237,7 +237,7 @@ $strProperties = 'Propri
|
||||
$strQBE = 'Requ<71>te par un exemple';
|
||||
$strQBEDel = 'Effacer';
|
||||
$strQBEIns = 'Ajouter';
|
||||
$strQueryOnDb = 'Requ<71>te SQL sur la base ';
|
||||
$strQueryOnDb = 'Requ<71>te SQL sur la base <b>%s</b> :';
|
||||
|
||||
$strRecords = 'Enregistrements';
|
||||
$strReloadFailed = 'MySQL n\'a pu <20>tre recharg<72>.';
|
||||
|
@@ -232,7 +232,7 @@ $strProperties = 'Propiedades';
|
||||
$strQBE = 'Procurar pondo un exemplo ("QBE")';
|
||||
$strQBEDel = 'Eliminar';
|
||||
$strQBEIns = 'Inserir';
|
||||
$strQueryOnDb = 'Procura tipo SQL no banco de datos';
|
||||
$strQueryOnDb = 'Procura tipo SQL no banco de datos <b>%s</b>:';
|
||||
|
||||
$strRecords = 'Rexistros';
|
||||
$strReloadFailed = 'A reinicializaci<63>n do MySQL fallou.';
|
||||
|
@@ -232,7 +232,7 @@ $strProperties = 'Eigenschaften';
|
||||
$strQBE = 'Suche <20>ber Beispielwerte';
|
||||
$strQBEDel = 'Entf.';
|
||||
$strQBEIns = 'Einf.';
|
||||
$strQueryOnDb = ' SQL-Befehl in der Datenbank ';
|
||||
$strQueryOnDb = ' SQL-Befehl in der Datenbank <b>%s</b>:';
|
||||
|
||||
$strRecords = 'Eintr<74>ge';
|
||||
$strReloadFailed = 'MySQL Neuladen fehlgeschlagen.';
|
||||
|
@@ -197,7 +197,7 @@ $strProperties = '
|
||||
$strQBE = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strQBEDel = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strQBEIns = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strQueryOnDb = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL <20><><EFBFBD> <20><><EFBFBD><EFBFBD> ';
|
||||
$strQueryOnDb = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <b>%s</b>:';
|
||||
|
||||
$strRecords = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strReloadFailed = '<27> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
|
||||
|
@@ -234,7 +234,7 @@ $strProperties = '
|
||||
$strQBE = '<27>㤫<EFBFBD>饯<EFBFBD><E9A5AF><EFBFBD><EFBFBD>¹<EFBFBD>';
|
||||
$strQBEDel = '<27><><EFBFBD><EFBFBD>';
|
||||
$strQBEIns = '<27><>';
|
||||
$strQueryOnDb = '<27>ǡ<EFBFBD><C7A1><EFBFBD><EFBFBD>١<EFBFBD><D9A1><EFBFBD><EFBFBD><EFBFBD>SQL<51><4C><EFBFBD><EFBFBD><EFBFBD> ';
|
||||
$strQueryOnDb = '<27>ǡ<EFBFBD><C7A1><EFBFBD><EFBFBD>١<EFBFBD><D9A1><EFBFBD><EFBFBD><EFBFBD>SQL<51><4C><EFBFBD><EFBFBD><EFBFBD> <b>%s</b>:';
|
||||
|
||||
$strRecords = '<27>쥳<EFBFBD><ECA5B3><EFBFBD>ɿ<EFBFBD>';
|
||||
$strReloadFailed = 'MySQL<51>Υ<EFBFBD><CEA5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɤ˼<C9A4><CBBC>Ԥ<EFBFBD><D4A4>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>';
|
||||
|
@@ -308,7 +308,7 @@ $strNoQuery = 'No SQL query!'; //to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
$strQueryOnDb = 'SQL-query on database <b>%s</b>:';
|
||||
$strRowSize = ' Row size '; //to translate
|
||||
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
||||
$strServerChoice = 'Server Choice';//to translate
|
||||
|
@@ -232,7 +232,7 @@ $strProperties = 'Egenskaper';
|
||||
$strQBE = 'Sp<53>rring ved eksempel';
|
||||
$strQBEDel = 'Slett';
|
||||
$strQBEIns = 'Sett inn';
|
||||
$strQueryOnDb = 'SQL-sp<73>rring i database ';
|
||||
$strQueryOnDb = 'SQL-sp<73>rring i database <b>%s</b>:';
|
||||
|
||||
$strRecords = 'Rader';
|
||||
$strReloadFailed = 'Omstart av MySQL feilet.';
|
||||
|
@@ -234,7 +234,7 @@ $strProperties = 'W
|
||||
$strQBE = 'Zapytanie przez przyk<79>ad';
|
||||
$strQBEDel = 'Usu<73>';
|
||||
$strQBEIns = 'Wstaw';
|
||||
$strQueryOnDb = 'Zapytanie SQL dla bazy danych ';
|
||||
$strQueryOnDb = 'Zapytanie SQL dla bazy danych <b>%s</b>:';
|
||||
|
||||
$strRecords = 'Rekordy';
|
||||
$strReloadFailed = 'Nie powiod<6F>o si<73> prze<7A>adowanie MySQL.';
|
||||
|
@@ -308,7 +308,7 @@ $strNoQuery = 'No SQL query!'; //to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
$strQueryOnDb = 'SQL-query on database <b>%s</b>:';
|
||||
$strRowSize = ' Row size '; //to translate
|
||||
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
||||
$strServerChoice = 'Server Choice';//to translate
|
||||
|
@@ -233,7 +233,7 @@ $strProperties = 'Atribute';
|
||||
$strQBE = 'Comanda prin exemplu (Query by Example)';
|
||||
$strQBEDel = 'Del';
|
||||
$strQBEIns = 'Ins';
|
||||
$strQueryOnDb = 'Comanda SQL pe baza de date';
|
||||
$strQueryOnDb = 'Comanda SQL pe baza de date <b>%s</b>:';
|
||||
|
||||
$strRecords = 'Inregistrari';
|
||||
$strReloadFailed = 'Reincarcare MySQL nereusita.';
|
||||
|
@@ -234,7 +234,7 @@ $strProperties = '
|
||||
$strQBE = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strQBEDel = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strQBEIns = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strQueryOnDb = 'SQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> ';
|
||||
$strQueryOnDb = 'SQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <b>%s</b>:';
|
||||
|
||||
$strRecords = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strReloadFailed = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL.';
|
||||
|
@@ -234,7 +234,7 @@ $strProperties = '
|
||||
$strQBE = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strQBEDel = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strQBEIns = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strQueryOnDb = 'SQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> ';
|
||||
$strQueryOnDb = 'SQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <b>%s</b>:';
|
||||
|
||||
$strRecords = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strReloadFailed = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL.';
|
||||
|
@@ -235,7 +235,7 @@ $strProperties = 'Vlastnosti';
|
||||
$strQBE = 'Dotaz pod<6F>a pr<70>kladu';
|
||||
$strQBEDel = 'Zmaza<7A>';
|
||||
$strQBEIns = 'Vlo<6C>i<EFBFBD>';
|
||||
$strQueryOnDb = ' SQL dotaz v datab<61>ze ';
|
||||
$strQueryOnDb = ' SQL dotaz v datab<61>ze <b>%s</b>:';
|
||||
|
||||
$strRecords = 'Z<>znamov';
|
||||
$strReloadFailed = 'Znovu-na<6E><61>tanie MySQL bolo ne<6E>spe<70>n<EFBFBD>.';
|
||||
|
@@ -192,7 +192,7 @@ $strProperties = 'Propiedades';
|
||||
$strQBE = 'Query de ejemplo';
|
||||
$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3)
|
||||
$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3)
|
||||
$strQueryOnDb = 'SQL-query en la Base de datos ';
|
||||
$strQueryOnDb = 'SQL-query en la Base de datos <b>%s</b>:';
|
||||
|
||||
$strRecords = 'Campos';
|
||||
$strReloadFailed = 'El reinicio de MySQL ha fallado.';
|
||||
|
@@ -234,7 +234,7 @@ $strProperties = 'Inst
|
||||
$strQBE = 'Skapa fr<66>ga mha formul<75>r (Query by Example)';
|
||||
$strQBEDel = 'Ta bort';
|
||||
$strQBEIns = 'Infoga';
|
||||
$strQueryOnDb = 'SQL-fr<66>ga i databas ';
|
||||
$strQueryOnDb = 'SQL-fr<66>ga i databas <b>%s</b>:';
|
||||
|
||||
$strRecords = 'Rader';
|
||||
$strReloadFailed = 'Omstart av MySQL misslyckades.';
|
||||
|
@@ -309,7 +309,7 @@ $strNoQuery = 'No SQL query!'; //to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
$strQueryOnDb = 'SQL-query on database <b>%s</b>:';
|
||||
$strRowSize = ' Row size '; //to translate
|
||||
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
||||
$strServerChoice = 'Server Choice';//to translate
|
||||
|
@@ -233,7 +233,7 @@ $strProperties = '
|
||||
$strQBE = '<27>rnekle sorgula';
|
||||
$strQBEDel = 'Del';
|
||||
$strQBEIns = 'Ins';
|
||||
$strQueryOnDb = 'Veritaban<61> <20>zerinde SQL-sorgusu ';
|
||||
$strQueryOnDb = 'Veritaban<61> <20>zerinde SQL-sorgusu <b>%s</b>:';
|
||||
|
||||
$strRecords = 'Kay<61>tlar';
|
||||
$strReloadFailed = 'MySQL yeniden y<>klenmesi ger<65>ekle<6C>tirilemedi.';
|
||||
|
@@ -665,7 +665,7 @@ $w--;
|
||||
</td>
|
||||
<td>
|
||||
<!-- Displays the current query -->
|
||||
<?php echo $strQueryOnDb; ?><b><?php echo htmlspecialchars($db); ?></b> :<br />
|
||||
<?php echo sprintf($strQueryOnDb, htmlspecialchars($db)); ?><br />
|
||||
<textarea cols="30" rows="7" name="sql_query">
|
||||
<?php
|
||||
// 1. SELECT
|
||||
|
Reference in New Issue
Block a user