modified the way server informations are displayed so it can be translated whatever is the required words order.
This commit is contained in:
@@ -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';
|
||||
|
Reference in New Issue
Block a user