(en) Reordered strings.

This commit is contained in:
Alexander M. Turek
2002-08-07 15:55:47 +00:00
parent 5f515b1d9d
commit b86914511c
3 changed files with 9 additions and 12 deletions

View File

@@ -13,6 +13,7 @@ $Source$
2002-08-07 Alexander M. Turek <rabus@users.sourceforge.net> 2002-08-07 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/turkish-*.inc.php3: Updates, thanks again to * lang/turkish-*.inc.php3: Updates, thanks again to
Bora Alioglu <bora at risc01.ktu.edu.tr>. Bora Alioglu <bora at risc01.ktu.edu.tr>.
* lang/english-*.inc.php3: Reordered strings.
2002-08-07 Lo<4C>c Chapeaux <lolo@phpheaven.net> 2002-08-07 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* db_details.php3, read_dump.php3, tbl_properties_links.php3: * db_details.php3, read_dump.php3, tbl_properties_links.php3:

View File

@@ -359,6 +359,7 @@ $strSort = 'Sort';
$strSpaceUsage = 'Space usage'; $strSpaceUsage = 'Space usage';
$strSplitWordsWithSpace = 'Words are separated by a space character (" ").'; $strSplitWordsWithSpace = 'Words are separated by a space character (" ").';
$strSQL = 'SQL'; $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'; $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'; $strSQLQuery = 'SQL-query';
$strSQLResult = 'SQL result'; $strSQLResult = 'SQL result';
@@ -421,7 +422,4 @@ $strWrongUser = 'Wrong username/password. Access denied.';
$strYes = 'Yes'; $strYes = 'Yes';
$strZip = '"zipped"'; $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
?> ?>

View File

@@ -360,6 +360,7 @@ $strSort = 'Sort';
$strSpaceUsage = 'Space usage'; $strSpaceUsage = 'Space usage';
$strSplitWordsWithSpace = 'Words are separated by a space character (" ").'; $strSplitWordsWithSpace = 'Words are separated by a space character (" ").';
$strSQL = 'SQL'; $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'; $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'; $strSQLQuery = 'SQL-query';
$strSQLResult = 'SQL result'; $strSQLResult = 'SQL result';
@@ -422,7 +423,4 @@ $strWrongUser = 'Wrong username/password. Access denied.';
$strYes = 'Yes'; $strYes = 'Yes';
$strZip = '"zipped"'; $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
?> ?>