diff --git a/lang/afrikaans-iso-8859-1.inc.php3 b/lang/afrikaans-iso-8859-1.inc.php3
index 55300973c..81c6b4cf5 100644
--- a/lang/afrikaans-iso-8859-1.inc.php3
+++ b/lang/afrikaans-iso-8859-1.inc.php3
@@ -422,4 +422,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/afrikaans-utf-8.inc.php3 b/lang/afrikaans-utf-8.inc.php3
index 1b6f407b8..64031b5a1 100644
--- a/lang/afrikaans-utf-8.inc.php3
+++ b/lang/afrikaans-utf-8.inc.php3
@@ -423,4 +423,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/albanian-iso-8859-1.inc.php3 b/lang/albanian-iso-8859-1.inc.php3
index 46023d82a..2adcc9a5f 100644
--- a/lang/albanian-iso-8859-1.inc.php3
+++ b/lang/albanian-iso-8859-1.inc.php3
@@ -421,4 +421,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/albanian-utf-8.inc.php3 b/lang/albanian-utf-8.inc.php3
index 1bc31f0f3..bde4c2f40 100644
--- a/lang/albanian-utf-8.inc.php3
+++ b/lang/albanian-utf-8.inc.php3
@@ -422,4 +422,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/arabic-utf-8.inc.php3 b/lang/arabic-utf-8.inc.php3
index 593c262a8..90d85b88e 100644
--- a/lang/arabic-utf-8.inc.php3
+++ b/lang/arabic-utf-8.inc.php3
@@ -422,4 +422,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/arabic-windows-1256.inc.php3 b/lang/arabic-windows-1256.inc.php3
index 05ab7fc50..06aaf8911 100644
--- a/lang/arabic-windows-1256.inc.php3
+++ b/lang/arabic-windows-1256.inc.php3
@@ -421,4 +421,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php3 b/lang/brazilian_portuguese-iso-8859-1.inc.php3
index 9454b04f8..9c8357734 100644
--- a/lang/brazilian_portuguese-iso-8859-1.inc.php3
+++ b/lang/brazilian_portuguese-iso-8859-1.inc.php3
@@ -419,4 +419,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/brazilian_portuguese-utf-8.inc.php3 b/lang/brazilian_portuguese-utf-8.inc.php3
index 44021690a..bbe51e6ca 100644
--- a/lang/brazilian_portuguese-utf-8.inc.php3
+++ b/lang/brazilian_portuguese-utf-8.inc.php3
@@ -420,4 +420,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/bulgarian-koi8-r.inc.php3 b/lang/bulgarian-koi8-r.inc.php3
index 9bc0a49e9..174531527 100644
--- a/lang/bulgarian-koi8-r.inc.php3
+++ b/lang/bulgarian-koi8-r.inc.php3
@@ -420,4 +420,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/bulgarian-utf-8.inc.php3 b/lang/bulgarian-utf-8.inc.php3
index 9807f64e3..9e9fb4499 100644
--- a/lang/bulgarian-utf-8.inc.php3
+++ b/lang/bulgarian-utf-8.inc.php3
@@ -421,4 +421,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/bulgarian-windows-1251.inc.php3 b/lang/bulgarian-windows-1251.inc.php3
index 37921b178..b1f2a0f07 100644
--- a/lang/bulgarian-windows-1251.inc.php3
+++ b/lang/bulgarian-windows-1251.inc.php3
@@ -420,4 +420,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/catalan-iso-8859-1.inc.php3 b/lang/catalan-iso-8859-1.inc.php3
index fff4393c6..e72e3c601 100644
--- a/lang/catalan-iso-8859-1.inc.php3
+++ b/lang/catalan-iso-8859-1.inc.php3
@@ -415,4 +415,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/catalan-utf-8.inc.php3 b/lang/catalan-utf-8.inc.php3
index 65d70fd6d..62782a590 100644
--- a/lang/catalan-utf-8.inc.php3
+++ b/lang/catalan-utf-8.inc.php3
@@ -416,4 +416,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/chinese_big5-utf-8.inc.php3 b/lang/chinese_big5-utf-8.inc.php3
index 0f40259b5..08bcf4ea8 100644
--- a/lang/chinese_big5-utf-8.inc.php3
+++ b/lang/chinese_big5-utf-8.inc.php3
@@ -81,7 +81,6 @@ $strCheckDbPriv = '檢查資料庫權限';
$strCheckTable = '檢查資料表';
$strChoosePage = '請選擇需要編輯的頁碼';
$strColComFeat = '顯示欄位註解';
-$strCreatePdfFeat = '建立 PDF';
$strColumn = '欄位';
$strColumnNames = '欄位名稱';
$strComments = '註解';
@@ -98,6 +97,7 @@ $strCreateIndexTopic = '新增一組索引';
$strCreateNewDatabase = '建立新資料庫';
$strCreateNewTable = '建立新資料表於資料庫 %s';
$strCreatePage = '建立新一頁';
+$strCreatePdfFeat = '建立 PDF';
$strCriteria = '篩選';
$strData = '資料';
@@ -422,4 +422,13 @@ $strZip = '"zipped"';
// To translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3
index c79e03a75..8f411106e 100644
--- a/lang/chinese_big5.inc.php3
+++ b/lang/chinese_big5.inc.php3
@@ -421,4 +421,13 @@ $strZip = '"zipped"';
// To translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/chinese_gb-utf-8.inc.php3 b/lang/chinese_gb-utf-8.inc.php3
index d0357966d..6548934d8 100644
--- a/lang/chinese_gb-utf-8.inc.php3
+++ b/lang/chinese_gb-utf-8.inc.php3
@@ -419,4 +419,13 @@ $strZip = '"zipped"';
// To translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3
index c735dcec0..b499c931e 100644
--- a/lang/chinese_gb.inc.php3
+++ b/lang/chinese_gb.inc.php3
@@ -418,4 +418,13 @@ $strZip = '"zipped"';
// To translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/croatian-iso-8859-2.inc.php3 b/lang/croatian-iso-8859-2.inc.php3
index 1896d70b5..2e56d147a 100644
--- a/lang/croatian-iso-8859-2.inc.php3
+++ b/lang/croatian-iso-8859-2.inc.php3
@@ -420,4 +420,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/croatian-utf-8.inc.php3 b/lang/croatian-utf-8.inc.php3
index 64828d8da..5691c43a1 100644
--- a/lang/croatian-utf-8.inc.php3
+++ b/lang/croatian-utf-8.inc.php3
@@ -421,4 +421,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/croatian-windows-1250.inc.php3 b/lang/croatian-windows-1250.inc.php3
index ee55af01e..7c7d02378 100644
--- a/lang/croatian-windows-1250.inc.php3
+++ b/lang/croatian-windows-1250.inc.php3
@@ -420,4 +420,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/czech-iso-8859-2.inc.php3 b/lang/czech-iso-8859-2.inc.php3
index 6b332f9c6..3ea427a1f 100644
--- a/lang/czech-iso-8859-2.inc.php3
+++ b/lang/czech-iso-8859-2.inc.php3
@@ -420,4 +420,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/czech-utf-8.inc.php3 b/lang/czech-utf-8.inc.php3
index 0b640f72f..7f19ccbe0 100644
--- a/lang/czech-utf-8.inc.php3
+++ b/lang/czech-utf-8.inc.php3
@@ -421,4 +421,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/czech-windows-1250.inc.php3 b/lang/czech-windows-1250.inc.php3
index 10663eb27..2c0059b28 100644
--- a/lang/czech-windows-1250.inc.php3
+++ b/lang/czech-windows-1250.inc.php3
@@ -420,4 +420,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/danish-iso-8859-1.inc.php3 b/lang/danish-iso-8859-1.inc.php3
index b33fcefab..beb2fead7 100644
--- a/lang/danish-iso-8859-1.inc.php3
+++ b/lang/danish-iso-8859-1.inc.php3
@@ -414,4 +414,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/danish-utf-8.inc.php3 b/lang/danish-utf-8.inc.php3
index 51086bb8e..30ef2334e 100644
--- a/lang/danish-utf-8.inc.php3
+++ b/lang/danish-utf-8.inc.php3
@@ -415,4 +415,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/dutch-iso-8859-1.inc.php3 b/lang/dutch-iso-8859-1.inc.php3
index 175d1819c..cc7dec7b8 100644
--- a/lang/dutch-iso-8859-1.inc.php3
+++ b/lang/dutch-iso-8859-1.inc.php3
@@ -416,4 +416,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/dutch-utf-8.inc.php3 b/lang/dutch-utf-8.inc.php3
index 81aa22ecc..b03046543 100644
--- a/lang/dutch-utf-8.inc.php3
+++ b/lang/dutch-utf-8.inc.php3
@@ -417,4 +417,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/english-iso-8859-1.inc.php3 b/lang/english-iso-8859-1.inc.php3
index 96e4b16b1..d82f007b4 100644
--- a/lang/english-iso-8859-1.inc.php3
+++ b/lang/english-iso-8859-1.inc.php3
@@ -51,6 +51,8 @@ $strAtEndOfTable = 'At End of Table';
$strAttr = 'Attributes';
$strBack = 'Back';
+$strBeginCut = 'BEGIN CUT';
+$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Binary';
$strBinaryDoNotEdit = 'Binary - do not edit';
$strBookmarkDeleted = 'The bookmark has been deleted.';
@@ -132,6 +134,8 @@ $strEmpty = 'Empty';
$strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).';
$strEnabled = 'Enabled';
$strEnd = 'End';
+$strEndCut = 'END CUT';
+$strEndRaw = 'END RAW';
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English ';
$strError = 'Error';
$strExport = 'Export';
@@ -355,8 +359,13 @@ $strSort = 'Sort';
$strSpaceUsage = 'Space usage';
$strSplitWordsWithSpace = 'Words are separated by a space character (" ").';
$strSQL = 'SQL';
+$strSQLParserBugMessage = 'There is a change 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 my 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';
+$strSQPBugUnclosedQuote = 'Unclosed quote';
+$strSQPBugUnknownPunctation = 'Unknown Punctation String';
$strStatement = 'Statements';
$strStrucCSV = 'CSV data';
$strStrucData = 'Structure and data';
diff --git a/lang/english-utf-8.inc.php3 b/lang/english-utf-8.inc.php3
index 395d012dd..541b17de6 100644
--- a/lang/english-utf-8.inc.php3
+++ b/lang/english-utf-8.inc.php3
@@ -52,6 +52,8 @@ $strAtEndOfTable = 'At End of Table';
$strAttr = 'Attributes';
$strBack = 'Back';
+$strBeginCut = 'BEGIN CUT';
+$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Binary';
$strBinaryDoNotEdit = 'Binary - do not edit';
$strBookmarkDeleted = 'The bookmark has been deleted.';
@@ -68,7 +70,6 @@ $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';
$strCarriage = 'Carriage return: \\r';
-$strCharsetOfFile = 'Character set of the file:';
$strChange = 'Change';
$strChangeDisplay = 'Choose Field to display';
$strChangePassword = 'Change password';
@@ -134,6 +135,8 @@ $strEmpty = 'Empty';
$strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).';
$strEnabled = 'Enabled';
$strEnd = 'End';
+$strEndCut = 'END CUT';
+$strEndRaw = 'END RAW';
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English ';
$strError = 'Error';
$strExport = 'Export';
@@ -357,8 +360,13 @@ $strSort = 'Sort';
$strSpaceUsage = 'Space usage';
$strSplitWordsWithSpace = 'Words are separated by a space character (" ").';
$strSQL = 'SQL';
+$strSQLParserBugMessage = 'There is a change 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 my 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';
+$strSQPBugUnclosedQuote = 'Unclosed quote';
+$strSQPBugUnknownPunctation = 'Unknown Punctation String';
$strStatement = 'Statements';
$strStrucCSV = 'CSV data';
$strStrucData = 'Structure and data';
@@ -416,5 +424,5 @@ $strYes = 'Yes';
$strZip = '"zipped"';
-// New
+//New
?>
diff --git a/lang/estonian-iso-8859-1.inc.php3 b/lang/estonian-iso-8859-1.inc.php3
index cb166c5c0..e9fc4f8be 100644
--- a/lang/estonian-iso-8859-1.inc.php3
+++ b/lang/estonian-iso-8859-1.inc.php3
@@ -417,4 +417,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/estonian-utf-8.inc.php3 b/lang/estonian-utf-8.inc.php3
index ceabc8ba3..7517dbe98 100644
--- a/lang/estonian-utf-8.inc.php3
+++ b/lang/estonian-utf-8.inc.php3
@@ -418,4 +418,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/finnish-iso-8859-1.inc.php3 b/lang/finnish-iso-8859-1.inc.php3
index d347ae8e9..c4ca7ea06 100644
--- a/lang/finnish-iso-8859-1.inc.php3
+++ b/lang/finnish-iso-8859-1.inc.php3
@@ -418,4 +418,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/finnish-utf-8.inc.php3 b/lang/finnish-utf-8.inc.php3
index 9df106c8c..7637d749b 100644
--- a/lang/finnish-utf-8.inc.php3
+++ b/lang/finnish-utf-8.inc.php3
@@ -419,4 +419,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/french-iso-8859-1.inc.php3 b/lang/french-iso-8859-1.inc.php3
index 889525422..c49eaf60e 100644
--- a/lang/french-iso-8859-1.inc.php3
+++ b/lang/french-iso-8859-1.inc.php3
@@ -413,4 +413,13 @@ $strWrongUser = 'Erreur d\'utilisateur/mot de passe. Acc
$strYes = 'Oui';
$strZip = '"zipp"';
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/french-utf-8.inc.php3 b/lang/french-utf-8.inc.php3
index 855fc2ba3..c5cead540 100644
--- a/lang/french-utf-8.inc.php3
+++ b/lang/french-utf-8.inc.php3
@@ -71,7 +71,7 @@ $strCarriage = 'Retour de chariot : \\r';
$strChange = 'Modifier';
$strChangeDisplay = 'Champ à afficher';
$strChangePassword = 'Modifier le mot de passe';
-$strCharsetOfFile = 'Jeu de caractres du fichier:';
+$strCharsetOfFile = 'Jeu de caractères du fichier:';
$strCheckAll = 'Tout cocher';
$strCheckDbPriv = 'Afficher les privilèges sur';
$strCheckTable = 'Vérifier la table';
@@ -414,4 +414,13 @@ $strWrongUser = 'Erreur d\'utilisateur/mot de passe. Accès refusé';
$strYes = 'Oui';
$strZip = '"zippé"';
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/galician-iso-8859-1.inc.php3 b/lang/galician-iso-8859-1.inc.php3
index 003b8ff76..74379443a 100644
--- a/lang/galician-iso-8859-1.inc.php3
+++ b/lang/galician-iso-8859-1.inc.php3
@@ -419,4 +419,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/galician-utf-8.inc.php3 b/lang/galician-utf-8.inc.php3
index 573674ba3..1c9d3aa00 100644
--- a/lang/galician-utf-8.inc.php3
+++ b/lang/galician-utf-8.inc.php3
@@ -420,4 +420,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/georgian-utf-8.inc.php3 b/lang/georgian-utf-8.inc.php3
index 10f62d8ab..21a901687 100644
--- a/lang/georgian-utf-8.inc.php3
+++ b/lang/georgian-utf-8.inc.php3
@@ -397,4 +397,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/german-iso-8859-1.inc.php3 b/lang/german-iso-8859-1.inc.php3
index 2856d13ce..97b98ee42 100644
--- a/lang/german-iso-8859-1.inc.php3
+++ b/lang/german-iso-8859-1.inc.php3
@@ -423,4 +423,13 @@ $strYes = 'Ja';
$strZip = 'Zip komprimiert';
// To translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/german-utf-8.inc.php3 b/lang/german-utf-8.inc.php3
index ea75debc6..21a7f30ba 100644
--- a/lang/german-utf-8.inc.php3
+++ b/lang/german-utf-8.inc.php3
@@ -424,4 +424,13 @@ $strYes = 'Ja';
$strZip = 'Zip komprimiert';
// To translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/greek-iso-8859-7.inc.php3 b/lang/greek-iso-8859-7.inc.php3
index 5cdfe9eb7..e6b2125a5 100644
--- a/lang/greek-iso-8859-7.inc.php3
+++ b/lang/greek-iso-8859-7.inc.php3
@@ -391,4 +391,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/greek-utf-8.inc.php3 b/lang/greek-utf-8.inc.php3
index c544f30a7..d3dbeef5e 100644
--- a/lang/greek-utf-8.inc.php3
+++ b/lang/greek-utf-8.inc.php3
@@ -392,4 +392,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/hebrew-iso-8859-8-i.inc.php3 b/lang/hebrew-iso-8859-8-i.inc.php3
index a678dfeef..32fa6b633 100644
--- a/lang/hebrew-iso-8859-8-i.inc.php3
+++ b/lang/hebrew-iso-8859-8-i.inc.php3
@@ -415,4 +415,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/hungarian-iso-8859-2.inc.php3 b/lang/hungarian-iso-8859-2.inc.php3
index 06f4996ef..19b3d0c13 100644
--- a/lang/hungarian-iso-8859-2.inc.php3
+++ b/lang/hungarian-iso-8859-2.inc.php3
@@ -417,4 +417,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/hungarian-utf-8.inc.php3 b/lang/hungarian-utf-8.inc.php3
index 38737b84b..0144fc80c 100644
--- a/lang/hungarian-utf-8.inc.php3
+++ b/lang/hungarian-utf-8.inc.php3
@@ -418,4 +418,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/indonesian-iso-8859-1.inc.php3 b/lang/indonesian-iso-8859-1.inc.php3
index 180fd566f..94044397e 100644
--- a/lang/indonesian-iso-8859-1.inc.php3
+++ b/lang/indonesian-iso-8859-1.inc.php3
@@ -417,4 +417,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/indonesian-utf-8.inc.php3 b/lang/indonesian-utf-8.inc.php3
index 68ccc57ef..16f666ae0 100644
--- a/lang/indonesian-utf-8.inc.php3
+++ b/lang/indonesian-utf-8.inc.php3
@@ -418,4 +418,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/italian-iso-8859-1.inc.php3 b/lang/italian-iso-8859-1.inc.php3
index 31caf40ed..c4157d042 100644
--- a/lang/italian-iso-8859-1.inc.php3
+++ b/lang/italian-iso-8859-1.inc.php3
@@ -421,4 +421,13 @@ $strZip = '"compresso con zip"';
// To translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/italian-utf-8.inc.php3 b/lang/italian-utf-8.inc.php3
index 964642c54..eb4e1f411 100644
--- a/lang/italian-utf-8.inc.php3
+++ b/lang/italian-utf-8.inc.php3
@@ -71,7 +71,7 @@ $strCantLoadMySQL = 'impossibile caricare l\'estensione MySQL,
controlla la
$strCantLoadRecodeIconv = 'Impossibile caricare l\'estensione iconv o recode necessaria per la conversione del set di caratteri, configurare il PHP per permettere di utilizzare queste estenzioni o disabilitare la conversione dei set di caratteri in phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Impossibile rinominare l\'indice a PRIMARIO!';
$strCantUseRecodeIconv = 'Impossibile utilizzare le funzioni iconv o libiconv o recode_string in quanto l\'estensione deve essere caricata. Controllare la configurazione del PHP.';
-$strCardinality = 'Cardinalit ';
+$strCardinality = 'Cardinalità';
$strCarriage = 'Ritorno carrello: \\r';
$strChange = 'Modifica';
$strChangeDisplay = 'Scegli il campo da mostrare';
@@ -285,7 +285,7 @@ $strPrimaryKeyName = 'Il nome della chiave primaria deve essere... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" deve essere il nome di, e solo di, una chiave primaria!)';
$strPrintView = 'Visualizza per stampa';
$strPrivileges = 'Privilegi';
-$strProperties = 'Propriet ';
+$strProperties = 'Proprietà';
$strQBE = 'Query da esempio';
$strQBEDel = 'Cancella';
@@ -293,7 +293,7 @@ $strQBEIns = 'Aggiungi';
$strQueryOnDb = 'SQL-query sul database %s:';
$strRecords = 'Record';
-$strReferentialIntegrity = 'Controlla l\'integrit delle referenze:';
+$strReferentialIntegrity = 'Controlla l\'integrità delle referenze:';
$strRelationNotWorking = 'Le caratteristiche aggiuntive sono state disattivate per funzionare con le tabelle linkate. Per scoprire perchè clicca %squi%s.';
$strRelationView = 'Vedi relazioni';
$strReloadFailed = 'Riavvio di MySQL fallito.';
@@ -316,7 +316,7 @@ $strRows = 'Righe';
$strRowsFrom = 'righe a partire da';
$strRowSize = 'Dimensione riga';
$strRowsModeHorizontal = ' orizzontale ';
-$strRowsModeOptions = ' in modalit %s e ripeti gli headers dopo %s celle ';
+$strRowsModeOptions = ' in modalità %s e ripeti gli headers dopo %s celle ';
$strRowsModeVertical = ' verticale ';
$strRowsStatistic = 'Statistiche righe';
$strRunning = 'in esecuzione su %s';
@@ -422,4 +422,13 @@ $strZip = '"compresso con zip"';
// To translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/japanese-euc.inc.php3 b/lang/japanese-euc.inc.php3
index c5783830e..60dc11b41 100644
--- a/lang/japanese-euc.inc.php3
+++ b/lang/japanese-euc.inc.php3
@@ -424,4 +424,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/japanese-sjis.inc.php3 b/lang/japanese-sjis.inc.php3
index 3253d6453..e2915a3b5 100644
--- a/lang/japanese-sjis.inc.php3
+++ b/lang/japanese-sjis.inc.php3
@@ -424,4 +424,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/japanese-utf-8.inc.php3 b/lang/japanese-utf-8.inc.php3
index accf1bb93..2d0c109bc 100644
--- a/lang/japanese-utf-8.inc.php3
+++ b/lang/japanese-utf-8.inc.php3
@@ -425,4 +425,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/korean-ks_c_5601-1987.inc.php3 b/lang/korean-ks_c_5601-1987.inc.php3
index 974f9b0f0..acd4402d9 100644
--- a/lang/korean-ks_c_5601-1987.inc.php3
+++ b/lang/korean-ks_c_5601-1987.inc.php3
@@ -416,4 +416,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/latvian-utf-8.inc.php3 b/lang/latvian-utf-8.inc.php3
index 906ded92c..ce0466e41 100644
--- a/lang/latvian-utf-8.inc.php3
+++ b/lang/latvian-utf-8.inc.php3
@@ -420,4 +420,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/latvian-windows-1257.inc.php3 b/lang/latvian-windows-1257.inc.php3
index 20ac4aeef..37108b494 100644
--- a/lang/latvian-windows-1257.inc.php3
+++ b/lang/latvian-windows-1257.inc.php3
@@ -419,4 +419,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/lithuanian-utf-8.inc.php3 b/lang/lithuanian-utf-8.inc.php3
index 494ccf438..278a31f57 100644
--- a/lang/lithuanian-utf-8.inc.php3
+++ b/lang/lithuanian-utf-8.inc.php3
@@ -416,4 +416,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/lithuanian-windows-1257.inc.php3 b/lang/lithuanian-windows-1257.inc.php3
index 7fc938249..44210973d 100644
--- a/lang/lithuanian-windows-1257.inc.php3
+++ b/lang/lithuanian-windows-1257.inc.php3
@@ -415,4 +415,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/norwegian-iso-8859-1.inc.php3 b/lang/norwegian-iso-8859-1.inc.php3
index ed46c667d..dc6fa5040 100644
--- a/lang/norwegian-iso-8859-1.inc.php3
+++ b/lang/norwegian-iso-8859-1.inc.php3
@@ -419,4 +419,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/norwegian-utf-8.inc.php3 b/lang/norwegian-utf-8.inc.php3
index 4c4bffee4..186280332 100644
--- a/lang/norwegian-utf-8.inc.php3
+++ b/lang/norwegian-utf-8.inc.php3
@@ -420,4 +420,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/polish-iso-8859-2.inc.php3 b/lang/polish-iso-8859-2.inc.php3
index 949117671..ff390b607 100644
--- a/lang/polish-iso-8859-2.inc.php3
+++ b/lang/polish-iso-8859-2.inc.php3
@@ -415,4 +415,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/polish-utf-8.inc.php3 b/lang/polish-utf-8.inc.php3
index 3235469e4..16763cdc8 100644
--- a/lang/polish-utf-8.inc.php3
+++ b/lang/polish-utf-8.inc.php3
@@ -416,4 +416,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/portuguese-iso-8859-1.inc.php3 b/lang/portuguese-iso-8859-1.inc.php3
index 0572f9daa..df4313767 100644
--- a/lang/portuguese-iso-8859-1.inc.php3
+++ b/lang/portuguese-iso-8859-1.inc.php3
@@ -418,4 +418,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/portuguese-utf-8.inc.php3 b/lang/portuguese-utf-8.inc.php3
index 83503f4a3..36dc38553 100644
--- a/lang/portuguese-utf-8.inc.php3
+++ b/lang/portuguese-utf-8.inc.php3
@@ -419,4 +419,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/romanian-iso-8859-1.inc.php3 b/lang/romanian-iso-8859-1.inc.php3
index 44117b132..e205aad0a 100644
--- a/lang/romanian-iso-8859-1.inc.php3
+++ b/lang/romanian-iso-8859-1.inc.php3
@@ -415,4 +415,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/romanian-utf-8.inc.php3 b/lang/romanian-utf-8.inc.php3
index 93893e991..58a57a80a 100644
--- a/lang/romanian-utf-8.inc.php3
+++ b/lang/romanian-utf-8.inc.php3
@@ -415,4 +415,14 @@ $strNoValidateSQL = 'Skip Validate SQL'; //to translate
$strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
+$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/russian-koi8-r.inc.php3 b/lang/russian-koi8-r.inc.php3
index 2e5d1097b..79ca8fa47 100644
--- a/lang/russian-koi8-r.inc.php3
+++ b/lang/russian-koi8-r.inc.php3
@@ -419,4 +419,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/russian-utf-8.inc.php3 b/lang/russian-utf-8.inc.php3
index cb1c529d5..b01680e2d 100644
--- a/lang/russian-utf-8.inc.php3
+++ b/lang/russian-utf-8.inc.php3
@@ -420,4 +420,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/russian-windows-1251.inc.php3 b/lang/russian-windows-1251.inc.php3
index 17fb07aee..73e7cb660 100644
--- a/lang/russian-windows-1251.inc.php3
+++ b/lang/russian-windows-1251.inc.php3
@@ -419,4 +419,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/serbian-utf-8.inc.php3 b/lang/serbian-utf-8.inc.php3
index 54c683a8d..ae479139f 100644
--- a/lang/serbian-utf-8.inc.php3
+++ b/lang/serbian-utf-8.inc.php3
@@ -422,4 +422,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/serbian-windows-1250.inc.php3 b/lang/serbian-windows-1250.inc.php3
index 29503c3ed..06babca08 100644
--- a/lang/serbian-windows-1250.inc.php3
+++ b/lang/serbian-windows-1250.inc.php3
@@ -421,4 +421,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/slovak-iso-8859-2.inc.php3 b/lang/slovak-iso-8859-2.inc.php3
index cf295672e..34394d040 100644
--- a/lang/slovak-iso-8859-2.inc.php3
+++ b/lang/slovak-iso-8859-2.inc.php3
@@ -420,4 +420,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/slovak-utf-8.inc.php3 b/lang/slovak-utf-8.inc.php3
index a9c965e20..1f27db1b7 100644
--- a/lang/slovak-utf-8.inc.php3
+++ b/lang/slovak-utf-8.inc.php3
@@ -421,4 +421,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/slovak-windows-1250.inc.php3 b/lang/slovak-windows-1250.inc.php3
index 6c91d6507..d25cbf341 100644
--- a/lang/slovak-windows-1250.inc.php3
+++ b/lang/slovak-windows-1250.inc.php3
@@ -420,4 +420,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/slovenian-iso-8859-2.inc.php3 b/lang/slovenian-iso-8859-2.inc.php3
index 88e356ba3..e72df24f0 100644
--- a/lang/slovenian-iso-8859-2.inc.php3
+++ b/lang/slovenian-iso-8859-2.inc.php3
@@ -418,4 +418,13 @@ $strZip = '"zipano"';
// To translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/slovenian-utf-8.inc.php3 b/lang/slovenian-utf-8.inc.php3
index 56f3bf766..657bf3e4d 100644
--- a/lang/slovenian-utf-8.inc.php3
+++ b/lang/slovenian-utf-8.inc.php3
@@ -418,4 +418,13 @@ $strZip = '"zipano"';
// To translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/slovenian-windows-1250.inc.php3 b/lang/slovenian-windows-1250.inc.php3
index 5d8b86c22..b6d328402 100644
--- a/lang/slovenian-windows-1250.inc.php3
+++ b/lang/slovenian-windows-1250.inc.php3
@@ -418,4 +418,13 @@ $strZip = '"zipano"';
// To translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/spanish-iso-8859-1.inc.php3 b/lang/spanish-iso-8859-1.inc.php3
index d7aa2c3e3..1484e3d36 100644
--- a/lang/spanish-iso-8859-1.inc.php3
+++ b/lang/spanish-iso-8859-1.inc.php3
@@ -412,4 +412,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/spanish-utf-8.inc.php3 b/lang/spanish-utf-8.inc.php3
index 9b9bc6f75..81f54ea37 100644
--- a/lang/spanish-utf-8.inc.php3
+++ b/lang/spanish-utf-8.inc.php3
@@ -413,4 +413,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/swedish-iso-8859-1.inc.php3 b/lang/swedish-iso-8859-1.inc.php3
index e7feb5086..39ce48c21 100644
--- a/lang/swedish-iso-8859-1.inc.php3
+++ b/lang/swedish-iso-8859-1.inc.php3
@@ -415,4 +415,13 @@ $strZip = '"zippad"';
// To translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/swedish-utf-8.inc.php3 b/lang/swedish-utf-8.inc.php3
index 66b162a33..c6b9df7c5 100644
--- a/lang/swedish-utf-8.inc.php3
+++ b/lang/swedish-utf-8.inc.php3
@@ -416,4 +416,13 @@ $strZip = '"zippad"';
// To translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/thai-tis-620.inc.php3 b/lang/thai-tis-620.inc.php3
index dcb0c87e6..1bceb016e 100644
--- a/lang/thai-tis-620.inc.php3
+++ b/lang/thai-tis-620.inc.php3
@@ -417,4 +417,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/thai-utf-8.inc.php3 b/lang/thai-utf-8.inc.php3
index 2fb0501d8..26ccd70bc 100644
--- a/lang/thai-utf-8.inc.php3
+++ b/lang/thai-utf-8.inc.php3
@@ -418,4 +418,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/turkish-iso-8859-9.inc.php3 b/lang/turkish-iso-8859-9.inc.php3
index 6dae98f0d..eb5571c6b 100644
--- a/lang/turkish-iso-8859-9.inc.php3
+++ b/lang/turkish-iso-8859-9.inc.php3
@@ -417,4 +417,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/turkish-utf-8.inc.php3 b/lang/turkish-utf-8.inc.php3
index d54f31a38..df32e2efc 100644
--- a/lang/turkish-utf-8.inc.php3
+++ b/lang/turkish-utf-8.inc.php3
@@ -418,4 +418,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/ukrainian-utf-8.inc.php3 b/lang/ukrainian-utf-8.inc.php3
index 9a6c11dc0..05708d5d6 100644
--- a/lang/ukrainian-utf-8.inc.php3
+++ b/lang/ukrainian-utf-8.inc.php3
@@ -418,4 +418,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>
diff --git a/lang/ukrainian-windows-1251.inc.php3 b/lang/ukrainian-windows-1251.inc.php3
index 93e3f8239..24e59ae00 100644
--- a/lang/ukrainian-windows-1251.inc.php3
+++ b/lang/ukrainian-windows-1251.inc.php3
@@ -417,4 +417,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
+$strBeginCut = 'BEGIN CUT'; //to translate
+$strEndCut = 'END CUT'; //to translate
+$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
+$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
+$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
+$strBeginRaw = 'BEGIN RAW'; //to translate
+$strEndRaw = 'END RAW'; //to translate
+$strSQLParserBugMessage = 'There is a change 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 my 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
+$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'; //to translate
?>