* lang/*:
- New variables for SQL Parser error messages
This commit is contained in:
@@ -422,4 +422,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -423,4 +423,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -421,4 +421,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -422,4 +422,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -422,4 +422,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -421,4 +421,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -419,4 +419,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -420,4 +420,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -420,4 +420,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -421,4 +421,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -420,4 +420,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -415,4 +415,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -416,4 +416,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -81,7 +81,6 @@ $strCheckDbPriv = '檢查資料庫權限';
|
|||||||
$strCheckTable = '檢查資料表';
|
$strCheckTable = '檢查資料表';
|
||||||
$strChoosePage = '請選擇需要編輯的頁碼';
|
$strChoosePage = '請選擇需要編輯的頁碼';
|
||||||
$strColComFeat = '顯示欄位註解';
|
$strColComFeat = '顯示欄位註解';
|
||||||
$strCreatePdfFeat = '建立 PDF';
|
|
||||||
$strColumn = '欄位';
|
$strColumn = '欄位';
|
||||||
$strColumnNames = '欄位名稱';
|
$strColumnNames = '欄位名稱';
|
||||||
$strComments = '註解';
|
$strComments = '註解';
|
||||||
@@ -98,6 +97,7 @@ $strCreateIndexTopic = '新增一組索引';
|
|||||||
$strCreateNewDatabase = '建立新資料庫';
|
$strCreateNewDatabase = '建立新資料庫';
|
||||||
$strCreateNewTable = '建立新資料表於資料庫 %s';
|
$strCreateNewTable = '建立新資料表於資料庫 %s';
|
||||||
$strCreatePage = '建立新一頁';
|
$strCreatePage = '建立新一頁';
|
||||||
|
$strCreatePdfFeat = '建立 PDF';
|
||||||
$strCriteria = '篩選';
|
$strCriteria = '篩選';
|
||||||
|
|
||||||
$strData = '資料';
|
$strData = '資料';
|
||||||
@@ -422,4 +422,13 @@ $strZip = '"zipped"';
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -421,4 +421,13 @@ $strZip = '"zipped"';
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -419,4 +419,13 @@ $strZip = '"zipped"';
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -418,4 +418,13 @@ $strZip = '"zipped"';
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -420,4 +420,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -421,4 +421,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -420,4 +420,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -420,4 +420,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -421,4 +421,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -420,4 +420,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -414,4 +414,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -415,4 +415,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -416,4 +416,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -417,4 +417,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -51,6 +51,8 @@ $strAtEndOfTable = 'At End of Table';
|
|||||||
$strAttr = 'Attributes';
|
$strAttr = 'Attributes';
|
||||||
|
|
||||||
$strBack = 'Back';
|
$strBack = 'Back';
|
||||||
|
$strBeginCut = 'BEGIN CUT';
|
||||||
|
$strBeginRaw = 'BEGIN RAW';
|
||||||
$strBinary = 'Binary';
|
$strBinary = 'Binary';
|
||||||
$strBinaryDoNotEdit = 'Binary - do not edit';
|
$strBinaryDoNotEdit = 'Binary - do not edit';
|
||||||
$strBookmarkDeleted = 'The bookmark has been deleted.';
|
$strBookmarkDeleted = 'The bookmark has been deleted.';
|
||||||
@@ -132,6 +134,8 @@ $strEmpty = 'Empty';
|
|||||||
$strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).';
|
$strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).';
|
||||||
$strEnabled = 'Enabled';
|
$strEnabled = 'Enabled';
|
||||||
$strEnd = 'End';
|
$strEnd = 'End';
|
||||||
|
$strEndCut = 'END CUT';
|
||||||
|
$strEndRaw = 'END RAW';
|
||||||
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English ';
|
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English ';
|
||||||
$strError = 'Error';
|
$strError = 'Error';
|
||||||
$strExport = 'Export';
|
$strExport = 'Export';
|
||||||
@@ -355,8 +359,13 @@ $strSort = 'Sort';
|
|||||||
$strSpaceUsage = 'Space usage';
|
$strSpaceUsage = 'Space usage';
|
||||||
$strSplitWordsWithSpace = 'Words are separated by a space character (" ").';
|
$strSplitWordsWithSpace = 'Words are separated by a space character (" ").';
|
||||||
$strSQL = 'SQL';
|
$strSQL = 'SQL';
|
||||||
|
$strSQLParserBugMessage = 'There is a 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';
|
$strSQLQuery = 'SQL-query';
|
||||||
$strSQLResult = 'SQL result';
|
$strSQLResult = 'SQL result';
|
||||||
|
$strSQPBugInvalidIdentifer = 'Invalid Identifer';
|
||||||
|
$strSQPBugUnclosedQuote = 'Unclosed quote';
|
||||||
|
$strSQPBugUnknownPunctation = 'Unknown Punctation String';
|
||||||
$strStatement = 'Statements';
|
$strStatement = 'Statements';
|
||||||
$strStrucCSV = 'CSV data';
|
$strStrucCSV = 'CSV data';
|
||||||
$strStrucData = 'Structure and data';
|
$strStrucData = 'Structure and data';
|
||||||
|
@@ -52,6 +52,8 @@ $strAtEndOfTable = 'At End of Table';
|
|||||||
$strAttr = 'Attributes';
|
$strAttr = 'Attributes';
|
||||||
|
|
||||||
$strBack = 'Back';
|
$strBack = 'Back';
|
||||||
|
$strBeginCut = 'BEGIN CUT';
|
||||||
|
$strBeginRaw = 'BEGIN RAW';
|
||||||
$strBinary = 'Binary';
|
$strBinary = 'Binary';
|
||||||
$strBinaryDoNotEdit = 'Binary - do not edit';
|
$strBinaryDoNotEdit = 'Binary - do not edit';
|
||||||
$strBookmarkDeleted = 'The bookmark has been deleted.';
|
$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.';
|
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.';
|
||||||
$strCardinality = 'Cardinality';
|
$strCardinality = 'Cardinality';
|
||||||
$strCarriage = 'Carriage return: \\r';
|
$strCarriage = 'Carriage return: \\r';
|
||||||
$strCharsetOfFile = 'Character set of the file:';
|
|
||||||
$strChange = 'Change';
|
$strChange = 'Change';
|
||||||
$strChangeDisplay = 'Choose Field to display';
|
$strChangeDisplay = 'Choose Field to display';
|
||||||
$strChangePassword = 'Change password';
|
$strChangePassword = 'Change password';
|
||||||
@@ -134,6 +135,8 @@ $strEmpty = 'Empty';
|
|||||||
$strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).';
|
$strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).';
|
||||||
$strEnabled = 'Enabled';
|
$strEnabled = 'Enabled';
|
||||||
$strEnd = 'End';
|
$strEnd = 'End';
|
||||||
|
$strEndCut = 'END CUT';
|
||||||
|
$strEndRaw = 'END RAW';
|
||||||
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English ';
|
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English ';
|
||||||
$strError = 'Error';
|
$strError = 'Error';
|
||||||
$strExport = 'Export';
|
$strExport = 'Export';
|
||||||
@@ -357,8 +360,13 @@ $strSort = 'Sort';
|
|||||||
$strSpaceUsage = 'Space usage';
|
$strSpaceUsage = 'Space usage';
|
||||||
$strSplitWordsWithSpace = 'Words are separated by a space character (" ").';
|
$strSplitWordsWithSpace = 'Words are separated by a space character (" ").';
|
||||||
$strSQL = 'SQL';
|
$strSQL = 'SQL';
|
||||||
|
$strSQLParserBugMessage = 'There is a 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';
|
$strSQLQuery = 'SQL-query';
|
||||||
$strSQLResult = 'SQL result';
|
$strSQLResult = 'SQL result';
|
||||||
|
$strSQPBugInvalidIdentifer = 'Invalid Identifer';
|
||||||
|
$strSQPBugUnclosedQuote = 'Unclosed quote';
|
||||||
|
$strSQPBugUnknownPunctation = 'Unknown Punctation String';
|
||||||
$strStatement = 'Statements';
|
$strStatement = 'Statements';
|
||||||
$strStrucCSV = 'CSV data';
|
$strStrucCSV = 'CSV data';
|
||||||
$strStrucData = 'Structure and data';
|
$strStrucData = 'Structure and data';
|
||||||
@@ -416,5 +424,5 @@ $strYes = 'Yes';
|
|||||||
|
|
||||||
$strZip = '"zipped"';
|
$strZip = '"zipped"';
|
||||||
|
|
||||||
// New
|
//New
|
||||||
?>
|
?>
|
||||||
|
@@ -417,4 +417,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -418,4 +418,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -418,4 +418,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -419,4 +419,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -413,4 +413,13 @@ $strWrongUser = 'Erreur d\'utilisateur/mot de passe. Acc
|
|||||||
$strYes = 'Oui';
|
$strYes = 'Oui';
|
||||||
|
|
||||||
$strZip = '"zipp<70>"';
|
$strZip = '"zipp<70>"';
|
||||||
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -71,7 +71,7 @@ $strCarriage = 'Retour de chariot : \\r';
|
|||||||
$strChange = 'Modifier';
|
$strChange = 'Modifier';
|
||||||
$strChangeDisplay = 'Champ à afficher';
|
$strChangeDisplay = 'Champ à afficher';
|
||||||
$strChangePassword = 'Modifier le mot de passe';
|
$strChangePassword = 'Modifier le mot de passe';
|
||||||
$strCharsetOfFile = 'Jeu de caract<EFBFBD>res du fichier:';
|
$strCharsetOfFile = 'Jeu de caractères du fichier:';
|
||||||
$strCheckAll = 'Tout cocher';
|
$strCheckAll = 'Tout cocher';
|
||||||
$strCheckDbPriv = 'Afficher les privilèges sur';
|
$strCheckDbPriv = 'Afficher les privilèges sur';
|
||||||
$strCheckTable = 'Vérifier la table';
|
$strCheckTable = 'Vérifier la table';
|
||||||
@@ -414,4 +414,13 @@ $strWrongUser = 'Erreur d\'utilisateur/mot de passe. Accès refusé';
|
|||||||
$strYes = 'Oui';
|
$strYes = 'Oui';
|
||||||
|
|
||||||
$strZip = '"zippé"';
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -419,4 +419,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -420,4 +420,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -397,4 +397,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -423,4 +423,13 @@ $strYes = 'Ja';
|
|||||||
$strZip = 'Zip komprimiert';
|
$strZip = 'Zip komprimiert';
|
||||||
|
|
||||||
// To translate
|
// 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
|
||||||
?>
|
?>
|
||||||
|
@@ -424,4 +424,13 @@ $strYes = 'Ja';
|
|||||||
$strZip = 'Zip komprimiert';
|
$strZip = 'Zip komprimiert';
|
||||||
|
|
||||||
// To translate
|
// 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
|
||||||
?>
|
?>
|
||||||
|
@@ -391,4 +391,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -392,4 +392,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -415,4 +415,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -417,4 +417,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -418,4 +418,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -417,4 +417,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -418,4 +418,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -421,4 +421,13 @@ $strZip = '"compresso con zip"';
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -71,7 +71,7 @@ $strCantLoadMySQL = 'impossibile caricare l\'estensione MySQL,<br />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.';
|
$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!';
|
$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.';
|
$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<EFBFBD> ';
|
$strCardinality = 'Cardinalità';
|
||||||
$strCarriage = 'Ritorno carrello: \\r';
|
$strCarriage = 'Ritorno carrello: \\r';
|
||||||
$strChange = 'Modifica';
|
$strChange = 'Modifica';
|
||||||
$strChangeDisplay = 'Scegli il campo da mostrare';
|
$strChangeDisplay = 'Scegli il campo da mostrare';
|
||||||
@@ -285,7 +285,7 @@ $strPrimaryKeyName = 'Il nome della chiave primaria deve essere... PRIMARY!';
|
|||||||
$strPrimaryKeyWarning = '("PRIMARY" <b>deve</b> essere il nome di, e <b>solo di</b>, una chiave primaria!)';
|
$strPrimaryKeyWarning = '("PRIMARY" <b>deve</b> essere il nome di, e <b>solo di</b>, una chiave primaria!)';
|
||||||
$strPrintView = 'Visualizza per stampa';
|
$strPrintView = 'Visualizza per stampa';
|
||||||
$strPrivileges = 'Privilegi';
|
$strPrivileges = 'Privilegi';
|
||||||
$strProperties = 'Propriet<EFBFBD> ';
|
$strProperties = 'Proprietà';
|
||||||
|
|
||||||
$strQBE = 'Query da esempio';
|
$strQBE = 'Query da esempio';
|
||||||
$strQBEDel = 'Cancella';
|
$strQBEDel = 'Cancella';
|
||||||
@@ -293,7 +293,7 @@ $strQBEIns = 'Aggiungi';
|
|||||||
$strQueryOnDb = 'SQL-query sul database <b>%s</b>:';
|
$strQueryOnDb = 'SQL-query sul database <b>%s</b>:';
|
||||||
|
|
||||||
$strRecords = 'Record';
|
$strRecords = 'Record';
|
||||||
$strReferentialIntegrity = 'Controlla l\'integrit<EFBFBD> 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.';
|
$strRelationNotWorking = 'Le caratteristiche aggiuntive sono state disattivate per funzionare con le tabelle linkate. Per scoprire perchè clicca %squi%s.';
|
||||||
$strRelationView = 'Vedi relazioni';
|
$strRelationView = 'Vedi relazioni';
|
||||||
$strReloadFailed = 'Riavvio di MySQL fallito.';
|
$strReloadFailed = 'Riavvio di MySQL fallito.';
|
||||||
@@ -316,7 +316,7 @@ $strRows = 'Righe';
|
|||||||
$strRowsFrom = 'righe a partire da';
|
$strRowsFrom = 'righe a partire da';
|
||||||
$strRowSize = 'Dimensione riga';
|
$strRowSize = 'Dimensione riga';
|
||||||
$strRowsModeHorizontal = ' orizzontale ';
|
$strRowsModeHorizontal = ' orizzontale ';
|
||||||
$strRowsModeOptions = ' in modalit<EFBFBD> %s e ripeti gli headers dopo %s celle ';
|
$strRowsModeOptions = ' in modalità %s e ripeti gli headers dopo %s celle ';
|
||||||
$strRowsModeVertical = ' verticale ';
|
$strRowsModeVertical = ' verticale ';
|
||||||
$strRowsStatistic = 'Statistiche righe';
|
$strRowsStatistic = 'Statistiche righe';
|
||||||
$strRunning = 'in esecuzione su %s';
|
$strRunning = 'in esecuzione su %s';
|
||||||
@@ -422,4 +422,13 @@ $strZip = '"compresso con zip"';
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -424,4 +424,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -424,4 +424,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -425,4 +425,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -416,4 +416,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -420,4 +420,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -419,4 +419,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -416,4 +416,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -415,4 +415,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -419,4 +419,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -420,4 +420,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -415,4 +415,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -416,4 +416,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -418,4 +418,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -419,4 +419,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -415,4 +415,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -415,4 +415,14 @@ $strNoValidateSQL = 'Skip Validate SQL'; //to translate
|
|||||||
$strValidateSQL = 'Validate SQL'; //to translate
|
$strValidateSQL = 'Validate SQL'; //to translate
|
||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = '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
|
||||||
?>
|
?>
|
||||||
|
@@ -419,4 +419,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -420,4 +420,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -419,4 +419,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -422,4 +422,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -421,4 +421,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -420,4 +420,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -421,4 +421,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -420,4 +420,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -418,4 +418,13 @@ $strZip = '"zipano"';
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -418,4 +418,13 @@ $strZip = '"zipano"';
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -418,4 +418,13 @@ $strZip = '"zipano"';
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -412,4 +412,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -413,4 +413,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -415,4 +415,13 @@ $strZip = '"zippad"';
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -416,4 +416,13 @@ $strZip = '"zippad"';
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -417,4 +417,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -418,4 +418,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -417,4 +417,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -418,4 +418,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -418,4 +418,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -417,4 +417,13 @@ $strValidateSQL = 'Validate SQL'; //to translate
|
|||||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||||
$strExplain = 'Explain SQL'; //to translate
|
$strExplain = 'Explain SQL'; //to translate
|
||||||
$strCharsetOfFile = 'Character set of the file:'; //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
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user