modified the way server informations are displayed so it can be translated whatever is the required words order.

This commit is contained in:
Loïc Chapeaux
2001-12-03 19:27:46 +00:00
parent 0b393ba3e4
commit a3b1545b99
30 changed files with 73 additions and 68 deletions

View File

@@ -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';