From 93d1796b06a62790d365ec19894737c333a59cd1 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 18 Jul 2002 16:25:44 +0000 Subject: [PATCH] sort messages --- lang/english-iso-8859-1.inc.php3 | 6 +++--- lang/english-utf-8.inc.php3 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/english-iso-8859-1.inc.php3 b/lang/english-iso-8859-1.inc.php3 index f1dee05c4..eeee66bca 100644 --- a/lang/english-iso-8859-1.inc.php3 +++ b/lang/english-iso-8859-1.inc.php3 @@ -33,6 +33,7 @@ $strAfter = 'After %s'; $strAfterInsertBack = 'Go back to previous page'; $strAfterInsertNewInsert = 'Insert another new row'; $strAll = 'All'; +$strAllTableSameWidth = 'display all Tables with same width?'; $strAlterOrderBy = 'Alter table order by'; $strAnalyzeTable = 'Analyze table'; $strAnd = 'And'; @@ -75,6 +76,7 @@ $strCheckTable = 'Check table'; $strChoosePage = 'Please choose a Page to edit'; $strColumn = 'Column'; $strColumnNames = 'Column names'; +$strComments = 'Comments'; $strCompleteInserts = 'Complete inserts'; $strConfigFileError = 'phpMyAdmin was unable to read your configuration file!
This might happen if php finds a parse error in it or php cannot find the file.
Please call the configuration file directly using the link below and read the php error message(s) that you recieve. In most cases a quote or a semicolon is missing somewhere.
If you recieve a blank page, everything is fine.'; $strConfigureTableCoord = 'Please configure the coordinates for table %s'; @@ -274,6 +276,7 @@ $strQueryOnDb = 'SQL-query on database %s:'; $strRecords = 'Records'; $strReferentialIntegrity = 'Check referential integrity:'; +$strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; $strRelationView = 'Relation view'; $strReloadFailed = 'MySQL reload failed.'; $strReloadMySQL = 'Reload MySQL'; @@ -397,7 +400,4 @@ $strWrongUser = 'Wrong username/password. Access denied.'; $strYes = 'Yes'; $strZip = '"zipped"'; -$strComments = 'Comments'; -$strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; -$strAllTableSameWidth = 'display all Tables with same width?'; ?> diff --git a/lang/english-utf-8.inc.php3 b/lang/english-utf-8.inc.php3 index 10cf99fcf..974e91f5f 100644 --- a/lang/english-utf-8.inc.php3 +++ b/lang/english-utf-8.inc.php3 @@ -34,6 +34,7 @@ $strAfter = 'After %s'; $strAfterInsertBack = 'Go back to previous page'; $strAfterInsertNewInsert = 'Insert another new row'; $strAll = 'All'; +$strAllTableSameWidth = 'display all Tables with same width?'; //to translate $strAlterOrderBy = 'Alter table order by'; $strAnalyzeTable = 'Analyze table'; $strAnd = 'And'; @@ -76,6 +77,7 @@ $strCheckTable = 'Check table'; $strChoosePage = 'Please choose a Page to edit'; $strColumn = 'Column'; $strColumnNames = 'Column names'; +$strComments = 'Comments'; //to translate $strCompleteInserts = 'Complete inserts'; $strConfigFileError = 'phpMyAdmin was unable to read your configuration file!
This might happen if php finds a parse error in it or php cannot find the file.
Please call the configuration file directly using the link below and read the php error message(s) that you recieve. In most cases a quote or a semicolon is missing somewhere.
If you recieve a blank page, everything is fine.'; $strConfigureTableCoord = 'Please configure the coordinates for table %s'; @@ -275,6 +277,7 @@ $strQueryOnDb = 'SQL-query on database %s:'; $strRecords = 'Records'; $strReferentialIntegrity = 'Check referential integrity:'; +$strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate $strRelationView = 'Relation view'; $strReloadFailed = 'MySQL reload failed.'; $strReloadMySQL = 'Reload MySQL'; @@ -398,7 +401,4 @@ $strWrongUser = 'Wrong username/password. Access denied.'; $strYes = 'Yes'; $strZip = '"zipped"'; -$strComments = 'Comments'; //to translate -$strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate -$strAllTableSameWidth = 'display all Tables with same width?'; //to translate ?>