reorder
This commit is contained in:
@@ -60,7 +60,9 @@ $strBrowse = 'Browse';
|
|||||||
$strBzip = '"bzipped"';
|
$strBzip = '"bzipped"';
|
||||||
|
|
||||||
$strCantLoadMySQL = 'cannot load MySQL extension,<br />please check PHP Configuration.';
|
$strCantLoadMySQL = 'cannot load MySQL extension,<br />please check PHP Configuration.';
|
||||||
|
$strCantLoadRecodeIconv = 'Can not load iconv or recode extension needed for charset conversion, configure php to allow using these extensions or disable charset conversion in phpMyAdmin.';
|
||||||
$strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!';
|
$strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!';
|
||||||
|
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.';
|
||||||
$strCardinality = 'Cardinality';
|
$strCardinality = 'Cardinality';
|
||||||
$strCarriage = 'Carriage return: \\r';
|
$strCarriage = 'Carriage return: \\r';
|
||||||
$strChange = 'Change';
|
$strChange = 'Change';
|
||||||
@@ -151,6 +153,7 @@ $strGzip = '"gzipped"';
|
|||||||
|
|
||||||
$strHasBeenAltered = 'has been altered.';
|
$strHasBeenAltered = 'has been altered.';
|
||||||
$strHasBeenCreated = 'has been created.';
|
$strHasBeenCreated = 'has been created.';
|
||||||
|
$strHaveToShow = 'You have to choose at least one Column to display';
|
||||||
$strHome = 'Home';
|
$strHome = 'Home';
|
||||||
$strHomepageOfficial = 'Official phpMyAdmin Homepage';
|
$strHomepageOfficial = 'Official phpMyAdmin Homepage';
|
||||||
$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page';
|
$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page';
|
||||||
@@ -198,6 +201,7 @@ $strModify = 'Modify';
|
|||||||
$strModifyIndexTopic = 'Modify an index';
|
$strModifyIndexTopic = 'Modify an index';
|
||||||
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
||||||
$strMoveTableOK = 'Table %s has been moved to %s.';
|
$strMoveTableOK = 'Table %s has been moved to %s.';
|
||||||
|
$strMySQLCharset = 'MySQL Charset';
|
||||||
$strMySQLReloaded = 'MySQL reloaded.';
|
$strMySQLReloaded = 'MySQL reloaded.';
|
||||||
$strMySQLSaid = 'MySQL said: ';
|
$strMySQLSaid = 'MySQL said: ';
|
||||||
$strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
|
$strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
|
||||||
@@ -392,8 +396,4 @@ $strWrongUser = 'Wrong username/password. Access denied.';
|
|||||||
$strYes = 'Yes';
|
$strYes = 'Yes';
|
||||||
|
|
||||||
$strZip = '"zipped"';
|
$strZip = '"zipped"';
|
||||||
$strHaveToShow = 'You have to choose at least one Column to display'; //to translate
|
|
||||||
$strCantLoadRecodeIconv = 'Can not load iconv or recode extension needed for charset conversion, configure php to allow using these extensions or disable charset conversion in phpMyAdmin.'; //to translate
|
|
||||||
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
|
|
||||||
$strMySQLCharset = 'MySQL Charset'; //to translate
|
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user