diff --git a/ChangeLog b/ChangeLog index d2b041ed3..fc98224b3 100755 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,7 @@ $Source$ 2002-08-07 Alexander M. Turek * lang/turkish-*.inc.php3: Updates, thanks again to Bora Alioglu . + * lang/english-*.inc.php3: Reordered strings. 2002-08-07 Loïc Chapeaux * db_details.php3, read_dump.php3, tbl_properties_links.php3: diff --git a/lang/english-iso-8859-1.inc.php3 b/lang/english-iso-8859-1.inc.php3 index d5f877107..f430d50d9 100644 --- a/lang/english-iso-8859-1.inc.php3 +++ b/lang/english-iso-8859-1.inc.php3 @@ -51,7 +51,7 @@ $strAtEndOfTable = 'At End of Table'; $strAttr = 'Attributes'; $strBack = 'Back'; -$strBeginCut = 'BEGIN CUT'; +$strBeginCut = 'BEGIN CUT'; $strBeginRaw = 'BEGIN RAW'; $strBinary = 'Binary'; $strBinaryDoNotEdit = 'Binary - do not edit'; @@ -134,7 +134,7 @@ $strEmpty = 'Empty'; $strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).'; $strEnabled = 'Enabled'; $strEnd = 'End'; -$strEndCut = 'END CUT'; +$strEndCut = 'END CUT'; $strEndRaw = 'END RAW'; $strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; $strError = 'Error'; @@ -359,10 +359,11 @@ $strSort = 'Sort'; $strSpaceUsage = 'Space usage'; $strSplitWordsWithSpace = 'Words are separated by a space character (" ").'; $strSQL = 'SQL'; +$strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:'; $strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem'; $strSQLQuery = 'SQL-query'; $strSQLResult = 'SQL result'; -$strSQPBugInvalidIdentifer = 'Invalid Identifer'; +$strSQPBugInvalidIdentifer = 'Invalid Identifer'; $strSQPBugUnclosedQuote = 'Unclosed quote'; $strSQPBugUnknownPunctation = 'Unknown Punctation String'; $strStatement = 'Statements'; @@ -421,7 +422,4 @@ $strWrongUser = 'Wrong username/password. Access denied.'; $strYes = 'Yes'; $strZip = '"zipped"'; - -//New -$strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:'; //to translate ?> diff --git a/lang/english-utf-8.inc.php3 b/lang/english-utf-8.inc.php3 index 84860d2c5..311060fdf 100644 --- a/lang/english-utf-8.inc.php3 +++ b/lang/english-utf-8.inc.php3 @@ -52,7 +52,7 @@ $strAtEndOfTable = 'At End of Table'; $strAttr = 'Attributes'; $strBack = 'Back'; -$strBeginCut = 'BEGIN CUT'; +$strBeginCut = 'BEGIN CUT'; $strBeginRaw = 'BEGIN RAW'; $strBinary = 'Binary'; $strBinaryDoNotEdit = 'Binary - do not edit'; @@ -135,7 +135,7 @@ $strEmpty = 'Empty'; $strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).'; $strEnabled = 'Enabled'; $strEnd = 'End'; -$strEndCut = 'END CUT'; +$strEndCut = 'END CUT'; $strEndRaw = 'END RAW'; $strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; $strError = 'Error'; @@ -360,10 +360,11 @@ $strSort = 'Sort'; $strSpaceUsage = 'Space usage'; $strSplitWordsWithSpace = 'Words are separated by a space character (" ").'; $strSQL = 'SQL'; +$strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:'; $strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem'; $strSQLQuery = 'SQL-query'; $strSQLResult = 'SQL result'; -$strSQPBugInvalidIdentifer = 'Invalid Identifer'; +$strSQPBugInvalidIdentifer = 'Invalid Identifer'; $strSQPBugUnclosedQuote = 'Unclosed quote'; $strSQPBugUnknownPunctation = 'Unknown Punctation String'; $strStatement = 'Statements'; @@ -422,7 +423,4 @@ $strWrongUser = 'Wrong username/password. Access denied.'; $strYes = 'Yes'; $strZip = '"zipped"'; - -//New -$strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:'; //to translate ?>