modified the way server informations are displayed so it can be translated whatever is the required words order.
This commit is contained in:
@@ -77,8 +77,8 @@ if (isset($table)) {
|
||||
$title .= (empty($title) ? '' : '.') . str_replace('\'', '\\\'', $table);
|
||||
}
|
||||
if (!empty($cfgServer) && isset($cfgServer['host'])) {
|
||||
$title .= (empty($title) ? '' : ' ') . trim($strRunning) . ' '
|
||||
. (empty($cfgServer['verbose']) ? str_replace('\'', '\\\'', $cfgServer['host']) : str_replace('\'', '\\\'', $cfgServer['verbose']));
|
||||
$title .= (empty($title) ? '' : ' ')
|
||||
. sprintf($strRunning, (empty($cfgServer['verbose']) ? str_replace('\'', '\\\'', $cfgServer['host']) : str_replace('\'', '\\\'', $cfgServer['verbose'])));
|
||||
}
|
||||
$title .= (empty($title) ? '' : ' - ') . 'phpMyAdmin ' . PMA_VERSION;
|
||||
?>
|
||||
@@ -145,8 +145,7 @@ if (isset($db)) {
|
||||
if (!empty($table)) {
|
||||
echo ' - ' . $strTable . ' <i>' . htmlspecialchars($table) . '</i>';
|
||||
}
|
||||
echo ' ' . trim($strRunning)
|
||||
. ' <i>' . (($cfgServer['verbose']) ? $cfgServer['verbose'] : $cfgServer['host']) . '</i>';
|
||||
echo ' ' . sprintf($strRunning, ' <i>' . (($cfgServer['verbose']) ? $cfgServer['verbose'] : $cfgServer['host']) . '</i>');
|
||||
echo '</h1>' . "\n";
|
||||
}
|
||||
echo "\n";
|
||||
|
@@ -184,6 +184,7 @@ $strMoveTable = '
|
||||
$strMoveTableOK = '%s <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> %s.';
|
||||
$strMySQLReloaded = 'MySQL <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
|
||||
$strMySQLSaid = 'MySQL <20><><EFBFBD>: ';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% <20><><EFBFBD><EFBFBD> <20><><EFBFBD> %pma_s2% <20><> %pma_s3%';
|
||||
$strMySQLShowProcess = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strMySQLShowStatus = '<27><><EFBFBD> MySQL runtime <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strMySQLShowVars = '<27><><EFBFBD> MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
@@ -260,8 +261,7 @@ $strRows = '
|
||||
$strRowsFrom = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><>';
|
||||
$strRowSize = ' <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> ';
|
||||
$strRowsStatistic = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strRunning = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD> ';
|
||||
$strRunningAs = '<27><>';
|
||||
$strRunning = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD> %s';
|
||||
$strRunQuery = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strRunSQLQuery = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s';
|
||||
|
||||
|
@@ -229,7 +229,7 @@ $strRows = 'Colunas';
|
||||
$strRowsFrom = 'colunas come<6D>ando de';
|
||||
$strRowSize = ' Tamanho do registro ';
|
||||
$strRowsStatistic = 'Estatist<73>cas da Coluna';
|
||||
$strRunning = 'Rodando em ';
|
||||
$strRunning = 'Rodando em %s';
|
||||
$strRunQuery = 'Envia Query';
|
||||
$strRunSQLQuery = 'Fazer procura(s) SQL no banco de dados %s';
|
||||
|
||||
@@ -310,9 +310,9 @@ $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/tabl
|
||||
$strKeepPass = 'Do not change the password';//to translate
|
||||
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
||||
$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
|
||||
$strRunningAs = 'as';
|
||||
$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';
|
||||
|
@@ -164,6 +164,7 @@ $strMoveTable = '
|
||||
$strMoveTableOK = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> %s.';
|
||||
$strMySQLReloaded = 'MySQL <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
|
||||
$strMySQLSaid = 'MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: ';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> %pma_s2% <20><><EFBFBD><EFBFBD> %pma_s3%';
|
||||
$strMySQLShowProcess = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strMySQLShowStatus = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> MySQL';
|
||||
$strMySQLShowVars = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> MySQL';
|
||||
@@ -233,8 +234,7 @@ $strRows = 'Rows'; //to translate
|
||||
$strRowsFrom = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>';
|
||||
$strRowSize = ' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> ';
|
||||
$strRowsStatistic = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>';
|
||||
$strRunning = '<27> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> ';
|
||||
$strRunningAs = '<27><><EFBFBD><EFBFBD>';
|
||||
$strRunning = '<27> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> %s';
|
||||
$strRunQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strRunSQLQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> %s';
|
||||
|
||||
|
@@ -202,7 +202,7 @@ $strRows = 'Fila';
|
||||
$strRowsFrom = 'Files comen<65>ant des de';
|
||||
$strRowSize = ' tamany de fila ';
|
||||
$strRowsStatistic = 'Estad<61>stica de files';
|
||||
$strRunning = 'funcionant a ';
|
||||
$strRunning = 'funcionant a %s';
|
||||
$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3)
|
||||
|
||||
$strSave = 'Guardar';
|
||||
@@ -295,6 +295,7 @@ $strLengthSet = 'Length/Values*'; //to translate
|
||||
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
||||
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
||||
$strMoveTableOK = 'Table %s has been moved to %s.';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||
@@ -304,7 +305,6 @@ $strPartialText = 'Partial Texts';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
$strRunningAs = 'as';
|
||||
$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\').';
|
||||
|
@@ -203,7 +203,7 @@ $strRows = '
|
||||
$strRowsFrom = '<27><><EFBFBD>O<EFBFBD><4F><EFBFBD>A<EFBFBD>}<7D>l<EFBFBD>C<EFBFBD><43>:';
|
||||
$strRowSize = '<27><><EFBFBD>ƦC<C6A6>j<EFBFBD>p';
|
||||
$strRowsStatistic = '<27><><EFBFBD>ƦC<C6A6>έp<CEAD>ƭ<EFBFBD>';
|
||||
$strRunning = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ';
|
||||
$strRunning = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s';
|
||||
$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3)
|
||||
|
||||
$strSave = '<27>x<EFBFBD>s';
|
||||
@@ -294,6 +294,7 @@ $strKeepPass = 'Do not change the password';//to translate
|
||||
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
||||
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
||||
$strMoveTableOK = 'Table %s has been moved to %s.';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||
@@ -303,7 +304,6 @@ $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
|
||||
$strRunningAs = 'as';
|
||||
$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\').';
|
||||
|
@@ -193,7 +193,7 @@ $strRowLength = 'Row length'; //to translate
|
||||
$strRows = 'Rows'; //to translate
|
||||
$strRowsFrom = 'rows starting from'; //to translate
|
||||
$strRowsStatistic = 'Row Statistic'; //to translate
|
||||
$strRunning = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ';
|
||||
$strRunning = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s';
|
||||
$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3)
|
||||
|
||||
$strSave = '<27>洢';
|
||||
@@ -296,6 +296,7 @@ $strKeepPass = 'Do not change the password';//to translate
|
||||
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
||||
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
||||
$strMoveTableOK = 'Table %s has been moved to %s.';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
|
||||
$strNbRecords = 'no. of records';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
@@ -307,7 +308,6 @@ $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
$strRowSize = ' Row size '; //to translate
|
||||
$strRunningAs = 'as';
|
||||
$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\').';
|
||||
|
@@ -180,6 +180,7 @@ $strMoveTable = 'P
|
||||
$strMoveTableOK = 'Tabulka %s byla p<>esunuta do %s.';
|
||||
$strMySQLReloaded = 'MySQL znovu-na<6E>tena.';
|
||||
$strMySQLSaid = 'MySQL hl<68>s<EFBFBD>: ';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% b<><62><EFBFBD>c<EFBFBD> na %pma_s2% jako %pma_s3%';
|
||||
$strMySQLShowProcess = 'Zobraz procesy';
|
||||
$strMySQLShowStatus = 'Uk<55>zat MySQL runtime informace';
|
||||
$strMySQLShowVars = 'Uk<55>zat MySQL syst<73>mov<6F> prom<6F>nn<6E>';
|
||||
@@ -256,8 +257,7 @@ $strRows = '
|
||||
$strRowsFrom = '<27><>dk<64> za<7A><61>naj<61>c<EFBFBD> od';
|
||||
$strRowSize = ' Velikost <20><>dku ';
|
||||
$strRowsStatistic = 'Statistika <20><>dk<64>';
|
||||
$strRunning = 'b<><62><EFBFBD>c<EFBFBD> na ';
|
||||
$strRunningAs = 'jako';
|
||||
$strRunning = 'b<><62><EFBFBD>c<EFBFBD> na %s';
|
||||
$strRunQuery = 'Prov<6F>st dotaz';
|
||||
$strRunSQLQuery = 'Spustit SQL dotaz(y) na datab<61>zi %s';
|
||||
|
||||
|
@@ -181,6 +181,7 @@ $strMoveTable = 'P
|
||||
$strMoveTableOK = 'Tabulka %s byla p<>esunuta do %s.';
|
||||
$strMySQLReloaded = 'MySQL znovu-na<6E>tena.';
|
||||
$strMySQLSaid = 'MySQL hl<68>s<EFBFBD>: ';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% b<><62><EFBFBD>c<EFBFBD> na %pma_s2% jako %pma_s3%';
|
||||
$strMySQLShowProcess = 'Zobraz procesy';
|
||||
$strMySQLShowStatus = 'Uk<55>zat MySQL runtime informace';
|
||||
$strMySQLShowVars = 'Uk<55>zat MySQL syst<73>mov<6F> prom<6F>nn<6E>';
|
||||
@@ -258,8 +259,7 @@ $strRows = '
|
||||
$strRowsFrom = '<27><>dk<64> za<7A><61>naj<61>c<EFBFBD> od';
|
||||
$strRowSize = ' Velikost <20><>dku ';
|
||||
$strRowsStatistic = 'Statistika <20><>dk<64>';
|
||||
$strRunning = 'b<><62><EFBFBD>c<EFBFBD> na ';
|
||||
$strRunningAs = 'jako';
|
||||
$strRunning = 'b<><62><EFBFBD>c<EFBFBD> na %s';
|
||||
$strRunQuery = 'Prov<6F>st dotaz';
|
||||
$strRunSQLQuery = 'Spustit SQL dotaz(y) na datab<61>zi %s';
|
||||
|
||||
|
@@ -166,6 +166,7 @@ $strMoveTable = 'Flyt tabel til (database<b>.</b>tabel):';
|
||||
$strMoveTableOK = 'Tabel %s er flyttet til %s.';
|
||||
$strMySQLReloaded = 'MySQL genstartet.';
|
||||
$strMySQLSaid = 'MySQL returnerede: ';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% k<>rer p<> %pma_s2% som %pma_s3%';
|
||||
$strMySQLShowProcess = 'Vis tr<74>de';
|
||||
$strMySQLShowStatus = 'Vis MySQL runtime information';
|
||||
$strMySQLShowVars = 'Vis MySQL system variable';
|
||||
@@ -236,8 +237,7 @@ $strRows = 'R
|
||||
$strRowsFrom = 'r<>kker startende fra';
|
||||
$strRowSize = ' R<>kke st<73>rrelse ';
|
||||
$strRowsStatistic = 'R<>kke statistik';
|
||||
$strRunning = 'k<>rer p<> ';
|
||||
$strRunningAs = 'som';
|
||||
$strRunning = 'k<>rer p<> %s';
|
||||
$strRunQuery = 'Send foresp<73>rgsel';
|
||||
$strRunSQLQuery = 'K<>r SQL forsp<73>rgsel(er) p<> database %s';
|
||||
|
||||
|
@@ -215,7 +215,7 @@ $strRows = 'Rijen';
|
||||
$strRowsFrom = 'rijen beginnend bij';
|
||||
$strRowSize = ' Rij grootte ';
|
||||
$strRowsStatistic = 'Rij statistiek';
|
||||
$strRunning = 'wordt uitgevoerd op ';
|
||||
$strRunning = 'wordt uitgevoerd op %s';
|
||||
$strRunQuery = 'Query uitvoeren';
|
||||
|
||||
$strSave = 'Opslaan';
|
||||
@@ -303,11 +303,11 @@ $strKeepPass = 'Do not change the password';//to translate
|
||||
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
||||
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
||||
$strMoveTableOK = 'Table %s has been moved to %s.';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements zijn niet mogelijk.'; //to translate
|
||||
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||
$strNoQuery = 'No SQL query!'; //to translate
|
||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||
$strRunningAs = 'as';
|
||||
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
|
@@ -180,6 +180,7 @@ $strMoveTable = 'Move table to (database<b>.</b>table):';
|
||||
$strMoveTableOK = 'Table %s has been moved to %s.';
|
||||
$strMySQLReloaded = 'MySQL reloaded.';
|
||||
$strMySQLSaid = 'MySQL said: ';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
|
||||
$strMySQLShowProcess = 'Show processes';
|
||||
$strMySQLShowStatus = 'Show MySQL runtime information';
|
||||
$strMySQLShowVars = 'Show MySQL system variables';
|
||||
@@ -256,8 +257,7 @@ $strRows = 'Rows';
|
||||
$strRowsFrom = 'rows starting from';
|
||||
$strRowSize = ' Row size ';
|
||||
$strRowsStatistic = 'Row Statistic';
|
||||
$strRunning = 'running on ';
|
||||
$strRunningAs = 'as';
|
||||
$strRunning = 'running on %s';
|
||||
$strRunQuery = 'Submit Query';
|
||||
$strRunSQLQuery = 'Run SQL query/queries on database %s';
|
||||
|
||||
|
@@ -184,6 +184,7 @@ $strMoveTable = 'Siirra taulu (tietokanta<b>.</b>taulu):';
|
||||
$strMoveTableOK = 'Taulu %s on siirretty %s.';
|
||||
$strMySQLReloaded = 'MySQL uudelleenladattu.';
|
||||
$strMySQLSaid = 'MySQL ilmoittaa: ';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% palvelimella %pma_s2% k<>ytt<74>j<EFBFBD>n<EFBFBD> %pma_s3%';
|
||||
$strMySQLShowProcess = 'N<>yt<79> prosessit';
|
||||
$strMySQLShowStatus = 'N<>yt<79> MySQL:n ajonaikaiset tiedot';
|
||||
$strMySQLShowVars = 'N<>yt<79> MySQL:n j<>rjestelm<6C>muuttujat';
|
||||
@@ -260,10 +261,10 @@ $strRows = 'rivi
|
||||
$strRowsFrom = 'rivi<76> alkaen rivist<73>';
|
||||
$strRowSize = ' Rivin koko ';
|
||||
$strRowsStatistic = 'Rivistatistiikka';
|
||||
$strRunning = 'palvelimella ';
|
||||
$strRunningAs = 'k<>ytt<74>j<EFBFBD>n<EFBFBD>';
|
||||
$strRunning = 'palvelimella %s';
|
||||
$strRunQuery = 'Suorita';
|
||||
$strRunSQLQuery = 'Suorita SQL-lauseita tietokannassa %s';
|
||||
|
||||
$strSave = 'Tallenna';
|
||||
$strSelect = 'Hae';
|
||||
$strSelectFields = 'Valitse sarakkeet (v<>hint<6E><74>n yksi):';
|
||||
|
@@ -180,6 +180,7 @@ $strMoveTable = '<b>D
|
||||
$strMoveTableOK = 'La table %s a <20>t<EFBFBD> d<>plac<61>e vers %s.';
|
||||
$strMySQLReloaded = 'MySQL recharg<72>.';
|
||||
$strMySQLSaid = 'MySQL a r<>pondu:';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% sur le serveur %pma_s2% - utilisateur : %pma_s3%';
|
||||
$strMySQLShowProcess = 'Afficher les processus';
|
||||
$strMySQLShowStatus = 'Afficher l\'<27>tat du serveur MySQL';
|
||||
$strMySQLShowVars = 'Afficher les variables du serveur MySQL';
|
||||
@@ -256,8 +257,7 @@ $strRows = 'Enregistrements';
|
||||
$strRowsFrom = 'lignes <20> partir de';
|
||||
$strRowSize = ' Taille enr. ';
|
||||
$strRowsStatistic = 'Statistiques';
|
||||
$strRunning = 'sur le serveur ';
|
||||
$strRunningAs = '- utilisateur :';
|
||||
$strRunning = 'sur le serveur %s';
|
||||
$strRunQuery = 'Ex<45>cuter la requ<71>te';
|
||||
$strRunSQLQuery = 'Ex<45>cuter une ou des <b>requ<71>tes</b> sur la base %s';
|
||||
|
||||
|
@@ -256,8 +256,8 @@ $strRows = 'Filas';
|
||||
$strRowsFrom = 'filas, a comezar da';
|
||||
$strRowSize= ' Tama<6D>o da fila ';
|
||||
$strRowsStatistic = 'Estatist<73>cas da Fila';
|
||||
$strRunning = 'a rodar no servidor ';
|
||||
$strRunningAs = 'como';
|
||||
$strRunning = 'a rodar no servidor %s';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% a rodar no servidor %pma_s2% como %pma_s3%';
|
||||
$strRunQuery = 'Enviar esta procura';
|
||||
$strRunSQLQuery = 'Efectuar unha procura SQL na base de datos %s';
|
||||
|
||||
|
@@ -249,7 +249,7 @@ $strRows = 'Zeilen';
|
||||
$strRowsFrom = 'Datens<6E>tze, beginnend ab';
|
||||
$strRowSize = 'Zeilengr<67><72>e';
|
||||
$strRowsStatistic = 'Zeilenstatistik';
|
||||
$strRunning = 'auf ';
|
||||
$strRunning = 'auf %s';
|
||||
$strRunQuery = 'SQL Befehl ausf<73>hren';
|
||||
$strRunSQLQuery = 'SQL-Befehl(e) ausf<73>hren in Datenbank %s';
|
||||
|
||||
@@ -330,7 +330,7 @@ $strZip = '"Zip komprimiert"';
|
||||
$strBookmarkDeleted = 'The bookmark has been deleted.';
|
||||
$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
|
||||
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
|
||||
$strRunningAs = 'as';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowTables = 'Show tables';
|
||||
|
||||
|
@@ -221,7 +221,7 @@ $strRows = '
|
||||
$strRowsFrom = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>';
|
||||
$strRowSize = ' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ';
|
||||
$strRowsStatistic = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strRunning = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> ';
|
||||
$strRunning = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> %s';
|
||||
$strRunQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
|
||||
$strSave = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
@@ -308,10 +308,10 @@ $strKeepPass = 'Do not change the password';//to translate
|
||||
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
||||
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
||||
$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
|
||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||
$strRunningAs = 'as';
|
||||
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
|
@@ -182,6 +182,7 @@ $strMoveTable = 'Sposta la tabella nel (database<b>.</b>tabella):';
|
||||
$strMoveTableOK = 'La tabella %s è stata spostata in %s.';
|
||||
$strMySQLReloaded = 'MySQL riavviato.';
|
||||
$strMySQLSaid = 'Messaggio di MySQL: ';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% in esecuzione su %pma_s2% come %pma_s3%';
|
||||
$strMySQLShowProcess = 'Visualizza processi in esecuzione';
|
||||
$strMySQLShowStatus = 'Visualizza informazioni di runtime di MySQL';
|
||||
$strMySQLShowVars = 'Visualizza variabili di sistema di MySQL';
|
||||
@@ -258,8 +259,7 @@ $strRows = 'Righe';
|
||||
$strRowsFrom = 'righe a partire da';
|
||||
$strRowSize = 'Dimensione riga';
|
||||
$strRowsStatistic = 'Statistiche righe';
|
||||
$strRunning = 'in esecuzione su ';
|
||||
$strRunningAs = 'come';
|
||||
$strRunning = 'in esecuzione su %s';
|
||||
$strRunQuery = 'Invia Query';
|
||||
$strRunSQLQuery = 'Esegui la/e query SQL sul database %s';
|
||||
|
||||
|
@@ -193,7 +193,7 @@ $strRowLength = 'Row length'; //to translate
|
||||
$strRows = 'Rows'; //to translate
|
||||
$strRowsFrom = '<27><><EFBFBD>Ϲ<EFBFBD>';
|
||||
$strRowsStatistic = 'Row Statistic'; //to translate
|
||||
$strRunning = '<27><><EFBFBD>¹<EFBFBD><C2B9><EFBFBD><EFBFBD>Ǥ<EFBFBD><C7A4><EFBFBD>';
|
||||
$strRunning = '<27><><EFBFBD>¹<EFBFBD><C2B9><EFBFBD><EFBFBD>Ǥ<EFBFBD><C7A4><EFBFBD> %';
|
||||
$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3)
|
||||
|
||||
$strSave = '<27><>¸';
|
||||
@@ -295,6 +295,7 @@ $strKeepPass = 'Do not change the password';//to translate
|
||||
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
||||
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
||||
$strMoveTableOK = 'Table %s has been moved to %s.';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
|
||||
$strNbRecords = 'no. of records';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
@@ -306,7 +307,6 @@ $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
$strRowSize = ' Row size '; //to translate
|
||||
$strRunningAs = 'as';
|
||||
$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\').';
|
||||
|
@@ -193,7 +193,7 @@ $strRowLength = 'Row length'; //to translate
|
||||
$strRows = 'Rows'; //to translate
|
||||
$strRowsFrom = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strRowsStatistic = 'Row Statistic'; //to translate
|
||||
$strRunning = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Դϴ<D4B4>. ';
|
||||
$strRunning = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Դϴ<D4B4>. %s';
|
||||
$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3)
|
||||
|
||||
$strSave = '<27><><EFBFBD><EFBFBD>';
|
||||
@@ -295,6 +295,7 @@ $strKeepPass = 'Do not change the password';//to translate
|
||||
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
||||
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
||||
$strMoveTableOK = 'Table %s has been moved to %s.';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
|
||||
$strNbRecords = 'no. of records';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
@@ -306,7 +307,6 @@ $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
$strRowSize = ' Row size '; //to translate
|
||||
$strRunningAs = 'as';
|
||||
$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\').';
|
||||
|
@@ -179,6 +179,7 @@ $strMoveTable = 'Flytt tabell til (database<b>.</b>tabell):';
|
||||
$strMoveTableOK = 'Tabellen %s har blitt flyttet til %s.';
|
||||
$strMySQLReloaded = 'MySQL omstartet.';
|
||||
$strMySQLSaid = 'MySQL sa: ';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% som kj<6B>rer p<> %pma_s2% som %pma_s3%';
|
||||
$strMySQLShowProcess = 'Vis prosesser';
|
||||
$strMySQLShowStatus = 'Vis MySQL runtime informasjon';
|
||||
$strMySQLShowVars = 'Vis MySQL systemvariabler';
|
||||
@@ -255,8 +256,7 @@ $strRows = 'Rader';
|
||||
$strRowsFrom = 'rader fra';
|
||||
$strRowSize = ' Rad st<73>relse ';
|
||||
$strRowsStatistic = 'Rad statistikk';
|
||||
$strRunning = 'som kj<6B>rer p<> ';
|
||||
$strRunningAs = 'som';
|
||||
$strRunning = 'som kj<6B>rer p<> %s';
|
||||
$strRunQuery = 'Kj<4B>r sp<73>rring';
|
||||
$strRunSQLQuery = 'Kj<4B>r SQL sp<73>rring/sp<73>rringer mot databasen %s';
|
||||
|
||||
|
@@ -193,7 +193,7 @@ $strRowLength = 'Row length'; //to translate
|
||||
$strRows = 'Rows'; //to translate
|
||||
$strRowsFrom = 'rows starting from'; //to translate
|
||||
$strRowsStatistic = 'Row Statistic'; //to translate
|
||||
$strRunning = 'Rodando em ';
|
||||
$strRunning = 'Rodando em %s';
|
||||
$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3)
|
||||
|
||||
$strSave = 'Salva';
|
||||
@@ -295,6 +295,7 @@ $strKeepPass = 'Do not change the password';//to translate
|
||||
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
||||
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
||||
$strMoveTableOK = 'Table %s has been moved to %s.';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
|
||||
$strNbRecords = 'no. of records';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
@@ -306,7 +307,6 @@ $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
$strRowSize = ' Row size '; //to translate
|
||||
$strRunningAs = 'as';
|
||||
$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\').';
|
||||
|
@@ -180,6 +180,7 @@ $strMoveTable = '
|
||||
$strMoveTableOK = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %s.';
|
||||
$strMySQLReloaded = 'MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
|
||||
$strMySQLSaid = '<27><><EFBFBD><EFBFBD><EFBFBD> MySQL: ';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% <20><> %pma_s2% <20><><EFBFBD> %pma_s3%';
|
||||
$strMySQLShowProcess = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strMySQLShowStatus = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL';
|
||||
$strMySQLShowVars = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL';
|
||||
@@ -256,8 +257,7 @@ $strRows = '
|
||||
$strRowsFrom = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><>';
|
||||
$strRowSize = ' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> ';
|
||||
$strRowsStatistic = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strRunning = '<27><> ';
|
||||
$strRunningAs = '<27><><EFBFBD>';
|
||||
$strRunning = '<27><> %s';
|
||||
$strRunQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strRunSQLQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<28>) <20><> <20><> %<25>';
|
||||
|
||||
|
@@ -180,6 +180,7 @@ $strMoveTable = '
|
||||
$strMoveTableOK = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %s.';
|
||||
$strMySQLReloaded = 'MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
|
||||
$strMySQLSaid = '<27><><EFBFBD><EFBFBD><EFBFBD> MySQL: ';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% <20><> %pma_s2% <20><><EFBFBD> %pma_s3%';
|
||||
$strMySQLShowProcess = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strMySQLShowStatus = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL';
|
||||
$strMySQLShowVars = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL';
|
||||
@@ -256,8 +257,7 @@ $strRows = '
|
||||
$strRowsFrom = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><>';
|
||||
$strRowSize = ' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> ';
|
||||
$strRowsStatistic = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strRunning = '<27><> ';
|
||||
$strRunningAs = '<27><><EFBFBD>';
|
||||
$strRunning = '<27><> %s';
|
||||
$strRunQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strRunSQLQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<28>) <20><> <20><> %<25>';
|
||||
|
||||
|
@@ -182,6 +182,7 @@ $strMoveTable = 'Presun
|
||||
$strMoveTableOK = 'Tabu<62>ka %s bola presunut<75> do %s.';
|
||||
$strMySQLReloaded = 'MySQL znovu-na<6E><61>tan<61>.';
|
||||
$strMySQLSaid = 'MySQL hl<68>si: ';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% be<62>i na %pma_s2% ako %pma_s3%';
|
||||
$strMySQLShowProcess = 'Zobrazi<7A> procesy';
|
||||
$strMySQLShowStatus = 'Zobrazi<7A> MySQL inform<72>cie o behu';
|
||||
$strMySQLShowVars = 'Zobrazi<7A> MySQL syst<73>mov<6F> premenn<6E>';
|
||||
@@ -258,8 +259,7 @@ $strRows = 'Riadkov';
|
||||
$strRowsFrom = 'riadky za<7A><61>naj<61> od';
|
||||
$strRowSize = ' Ve<56>kos<6F> riadku ';
|
||||
$strRowsStatistic = '<27>tatistika riadku';
|
||||
$strRunning = 'be<62>i na ';
|
||||
$strRunningAs = 'ako';
|
||||
$strRunning = 'be<62>i na %s';
|
||||
$strRunQuery = 'Odo<64>li dotaz';
|
||||
$strRunSQLQuery = 'Spusti<74> SQL dotaz/dotazy na datab<61>zu %s';
|
||||
|
||||
|
@@ -216,7 +216,7 @@ $strRows = 'Filas';
|
||||
$strRowsFrom = 'filas empezando de';
|
||||
$strRowSize = ' Tama<6D>o de la fila ';
|
||||
$strRowsStatistic = 'Estadisticas de la fila';
|
||||
$strRunning = 'ejecutandose on ';
|
||||
$strRunning = 'ejecutandose on %s';
|
||||
$strRunQuery = 'Ejecutar Query';
|
||||
|
||||
$strSave = 'Grabar';
|
||||
@@ -304,10 +304,10 @@ $strKeepPass = 'Do not change the password';//to translate
|
||||
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
||||
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
||||
$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.';
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||
$strRunningAs = 'as';
|
||||
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
|
@@ -180,6 +180,7 @@ $strMoveTable = 'Flytta tabellen till (databas<b>.</b>tabell):';
|
||||
$strMoveTableOK = 'Tabellen %s har flyttats till %s.';
|
||||
$strMySQLReloaded = 'MySQL har startats om.';
|
||||
$strMySQLSaid = 'MySQL sa: ';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% k<>rs p<> %pma_s2% som %pma_s3%';
|
||||
$strMySQLShowProcess = 'Visa processer';
|
||||
$strMySQLShowStatus = 'Visa MySQL-k<>rningsinformation';
|
||||
$strMySQLShowVars = 'Visa MySQL:s systemvariabler';
|
||||
@@ -256,8 +257,7 @@ $strRows = 'Rader';
|
||||
$strRowsFrom = 'rader med b<>rjan fr<66>n';
|
||||
$strRowSize = 'Radstorlek';
|
||||
$strRowsStatistic = 'Radstatistik';
|
||||
$strRunning = 'k<>rs p<> ';
|
||||
$strRunningAs = 'som';
|
||||
$strRunning = 'k<>rs p<> %s';
|
||||
$strRunQuery = 'K<>r fr<66>ga';
|
||||
$strRunSQLQuery = 'K<>r SQL-fr<66>ga/fr<66>gor i databasen %s';
|
||||
|
||||
|
@@ -193,7 +193,7 @@ $strRowLength = 'Row length'; //to translate
|
||||
$strRows = 'Rows'; //to translate
|
||||
$strRowsFrom = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҡ<EFBFBD><D2A1>Ƿ<EFBFBD><C7B7>';
|
||||
$strRowsStatistic = 'Row Statistic'; //to translate
|
||||
$strRunning = 'running on '; //to translate
|
||||
$strRunning = 'running on %s'; //to translate
|
||||
$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3)
|
||||
|
||||
$strSave = '<27><>纺ѹ<E7BABA>֡';
|
||||
@@ -296,6 +296,7 @@ $strKeepPass = 'Do not change the password';//to translate
|
||||
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
||||
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
||||
$strMoveTableOK = 'Table %s has been moved to %s.';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
|
||||
$strNbRecords = 'no. of records';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
@@ -307,7 +308,6 @@ $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
$strRowSize = ' Row size '; //to translate
|
||||
$strRunningAs = 'as';
|
||||
$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\').';
|
||||
|
@@ -180,6 +180,7 @@ $strMoveTable = 'Tabloyu (veritaban
|
||||
$strMoveTableOK = '%s tablosu %s <20>zerine ta<74><61>nd<6E>.';
|
||||
$strMySQLReloaded = 'MySQL yeniden y<>klendi.';
|
||||
$strMySQLSaid = 'MySQL <20><>kt<6B>s<EFBFBD>: ';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% -- <20>al<61><6C>t<EFBFBD><74><EFBFBD> ortam --) %pma_s2% <20>al<61><6C>t<EFBFBD><74><EFBFBD> sistem -- %pma_s3%';
|
||||
$strMySQLShowProcess = '<27><>lemleri g<>ster';
|
||||
$strMySQLShowStatus = 'MySQL <20>al<61><6C>ma zaman<61> bilgisini g<>ster';
|
||||
$strMySQLShowVars = 'MySQL sistem de<64>i<EFBFBD>kenlerini g<>ster';
|
||||
@@ -256,8 +257,7 @@ $strRows = 'Sat
|
||||
$strRowsFrom = '(kay<61>t)ba<62>layaca<63><61> kay<61>t :';
|
||||
$strRowSize = ' Sat<61>r boyutu ';
|
||||
$strRowsStatistic = 'Sat<61>r istatisti<74>i';
|
||||
$strRunning = '-- <20>al<61><6C>t<EFBFBD><74><EFBFBD> ortam --)';
|
||||
$strRunningAs = '<27>al<61><6C>t<EFBFBD><74><EFBFBD> sistem --';
|
||||
$strRunning = '-- <20>al<61><6C>t<EFBFBD><74><EFBFBD> ortam --) %s';
|
||||
$strRunQuery = 'Sorguyu <20>al<61><6C>t<EFBFBD>r';
|
||||
$strRunSQLQuery = '%s veritaban<61> <20>zerinde sorgu/sorgular <20>al<61><6C>t<EFBFBD>r';
|
||||
|
||||
|
21
main.php3
21
main.php3
@@ -45,19 +45,24 @@ echo "\n";
|
||||
|
||||
<?php
|
||||
// Don't display server info if $server == 0 (no server selected)
|
||||
// loic1: modified in order to have a valid words order whatever is the
|
||||
// language used
|
||||
if ($server > 0) {
|
||||
$local_query = 'SELECT VERSION() as version, USER() as user';
|
||||
$res = mysql_query($local_query) or PMA_mysqlDie('', $local_query, FALSE, '');
|
||||
echo '<p><b>MySQL ' . mysql_result($res, 0, 'version') . ' ' . $strRunning . ' ' . $cfgServer['host'];
|
||||
if (!empty($cfgServer['port'])) {
|
||||
echo ':' . $cfgServer['port'];
|
||||
}
|
||||
$server_info = $cfgServer['host']
|
||||
. (empty($cfgServer['port']) ? '' : ':' . $cfgServer['port']);
|
||||
// loic1: skip this because it's not a so good idea to display sockets
|
||||
// used to everybody
|
||||
// if (!empty($cfgServer['socket']) && PMA_PHP_INT_VERSION >= 30010) {
|
||||
// echo ':' . $cfgServer['socket'];
|
||||
// $server_info .= ':' . $cfgServer['socket'];
|
||||
// }
|
||||
echo ' ' . $strRunningAs . ' ' . mysql_result($res, 0, 'user') . '</b></p><br />' . "\n";
|
||||
$local_query = 'SELECT VERSION() as version, USER() as user';
|
||||
$res = mysql_query($local_query) or PMA_mysqlDie('', $local_query, FALSE, '');
|
||||
|
||||
$full_string = str_replace('%pma_s1%', mysql_result($res, 0, 'version'), $strMySQLServerProcess);
|
||||
$full_string = str_replace('%pma_s2%', $server_info, $full_string);
|
||||
$full_string = str_replace('%pma_s3%', mysql_result($res, 0, 'user'), $full_string);
|
||||
|
||||
echo '<p><b>' . $full_string . '</b></p><br />' . "\n";
|
||||
} // end if
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user