diff --git a/ChangeLog b/ChangeLog index f8aa61e2a..a95d200f1 100755 --- a/ChangeLog +++ b/ChangeLog @@ -42,8 +42,14 @@ $Source$ - Updates, thanks to Björn T. Hallberg (bth) * libraries/sqlparser.lib.php3: - Added LANG to the list of BUG() data + - Made easier to understand throwError() output + - Spelling fix in + $strSQPBugUnknownPunctation - $strSQPBugUnknownPunctuation * lang/*: - Spelling fix in $strSQLParserBugMessage where not yet translated + - Spelling fix in $strSQPBugUnknownPunctation where not yet translated + - Spelling fix in + $strSQPBugUnknownPunctation - $strSQPBugUnknownPunctuation 2002-08-06 Robin Johnson * libraries/sqlvalidator.php3, libraries/sqlvalidator.lib.php3: diff --git a/lang/afrikaans-iso-8859-1.inc.php3 b/lang/afrikaans-iso-8859-1.inc.php3 index 1f8dd1166..304cca35c 100644 --- a/lang/afrikaans-iso-8859-1.inc.php3 +++ b/lang/afrikaans-iso-8859-1.inc.php3 @@ -426,7 +426,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/afrikaans-utf-8.inc.php3 b/lang/afrikaans-utf-8.inc.php3 index 0ec49a083..b2ea9ea99 100644 --- a/lang/afrikaans-utf-8.inc.php3 +++ b/lang/afrikaans-utf-8.inc.php3 @@ -427,7 +427,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/albanian-iso-8859-1.inc.php3 b/lang/albanian-iso-8859-1.inc.php3 index a6f5cf2fc..72dc30b05 100644 --- a/lang/albanian-iso-8859-1.inc.php3 +++ b/lang/albanian-iso-8859-1.inc.php3 @@ -424,7 +424,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/albanian-utf-8.inc.php3 b/lang/albanian-utf-8.inc.php3 index 167f4a981..e9024949e 100644 --- a/lang/albanian-utf-8.inc.php3 +++ b/lang/albanian-utf-8.inc.php3 @@ -425,7 +425,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/arabic-utf-8.inc.php3 b/lang/arabic-utf-8.inc.php3 index abb798e95..78b8330c3 100644 --- a/lang/arabic-utf-8.inc.php3 +++ b/lang/arabic-utf-8.inc.php3 @@ -425,7 +425,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/arabic-windows-1256.inc.php3 b/lang/arabic-windows-1256.inc.php3 index a9ed4e1cf..e9fa70c18 100644 --- a/lang/arabic-windows-1256.inc.php3 +++ b/lang/arabic-windows-1256.inc.php3 @@ -424,7 +424,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php3 b/lang/brazilian_portuguese-iso-8859-1.inc.php3 index 561531080..8463f35e7 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php3 +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php3 @@ -422,7 +422,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/brazilian_portuguese-utf-8.inc.php3 b/lang/brazilian_portuguese-utf-8.inc.php3 index 89cda5cca..3024f1dc1 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php3 +++ b/lang/brazilian_portuguese-utf-8.inc.php3 @@ -423,7 +423,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/bulgarian-koi8-r.inc.php3 b/lang/bulgarian-koi8-r.inc.php3 index f85e6d1e0..0c2f0b845 100644 --- a/lang/bulgarian-koi8-r.inc.php3 +++ b/lang/bulgarian-koi8-r.inc.php3 @@ -423,7 +423,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/bulgarian-utf-8.inc.php3 b/lang/bulgarian-utf-8.inc.php3 index c0e9b953f..2884c88ab 100644 --- a/lang/bulgarian-utf-8.inc.php3 +++ b/lang/bulgarian-utf-8.inc.php3 @@ -424,7 +424,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/bulgarian-windows-1251.inc.php3 b/lang/bulgarian-windows-1251.inc.php3 index 8629e68a9..b9a90c2ff 100644 --- a/lang/bulgarian-windows-1251.inc.php3 +++ b/lang/bulgarian-windows-1251.inc.php3 @@ -423,7 +423,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/catalan-iso-8859-1.inc.php3 b/lang/catalan-iso-8859-1.inc.php3 index 5826fdbc1..9b293b2ef 100644 --- a/lang/catalan-iso-8859-1.inc.php3 +++ b/lang/catalan-iso-8859-1.inc.php3 @@ -418,7 +418,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/catalan-utf-8.inc.php3 b/lang/catalan-utf-8.inc.php3 index f3116c34c..435f33f0d 100644 --- a/lang/catalan-utf-8.inc.php3 +++ b/lang/catalan-utf-8.inc.php3 @@ -419,7 +419,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/chinese_big5-utf-8.inc.php3 b/lang/chinese_big5-utf-8.inc.php3 index 859b6b0c2..c26a55407 100644 --- a/lang/chinese_big5-utf-8.inc.php3 +++ b/lang/chinese_big5-utf-8.inc.php3 @@ -425,7 +425,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 2895dbc7d..9c2c64115 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -424,7 +424,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/chinese_gb-utf-8.inc.php3 b/lang/chinese_gb-utf-8.inc.php3 index c06230484..53b5c99ae 100644 --- a/lang/chinese_gb-utf-8.inc.php3 +++ b/lang/chinese_gb-utf-8.inc.php3 @@ -422,7 +422,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index cbbc74acc..2c66d4cc2 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -421,7 +421,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/croatian-iso-8859-2.inc.php3 b/lang/croatian-iso-8859-2.inc.php3 index ae82c9647..151293a11 100644 --- a/lang/croatian-iso-8859-2.inc.php3 +++ b/lang/croatian-iso-8859-2.inc.php3 @@ -423,7 +423,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/croatian-utf-8.inc.php3 b/lang/croatian-utf-8.inc.php3 index 3578147be..bd3740256 100644 --- a/lang/croatian-utf-8.inc.php3 +++ b/lang/croatian-utf-8.inc.php3 @@ -424,7 +424,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/croatian-windows-1250.inc.php3 b/lang/croatian-windows-1250.inc.php3 index 200f44bd1..3120d7f2d 100644 --- a/lang/croatian-windows-1250.inc.php3 +++ b/lang/croatian-windows-1250.inc.php3 @@ -423,7 +423,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/czech-iso-8859-2.inc.php3 b/lang/czech-iso-8859-2.inc.php3 index 4102c315b..412ea9ec7 100644 --- a/lang/czech-iso-8859-2.inc.php3 +++ b/lang/czech-iso-8859-2.inc.php3 @@ -369,7 +369,7 @@ $strSQLParserUserError = 'Pravd $strSQLQuery = 'SQL-dotaz'; $strSQLResult = 'Výsledek SQL dotazu'; $strSQPBugInvalidIdentifer = 'Chybný identifikátor'; -$strSQPBugUnknownPunctation = 'Neznámé interpunkční znaménko'; +$strSQPBugUnknownPunctuation = 'Neznámé interpunkční znaménko'; $strSQPBugUnclosedQuote = 'Neuzavřené uvozovky'; $strStatement = 'Údaj'; $strStrucCSV = 'CSV data'; diff --git a/lang/czech-utf-8.inc.php3 b/lang/czech-utf-8.inc.php3 index 80121f0a2..5e9a13746 100644 --- a/lang/czech-utf-8.inc.php3 +++ b/lang/czech-utf-8.inc.php3 @@ -365,12 +365,12 @@ $strSort = 'Řadit'; $strSpaceUsage = 'VyuĹžitĂ­ mĂ­sta'; $strSplitWordsWithSpace = 'Slova jsou oddělena mezerou (" ").'; $strSQL = 'SQL'; -$strSQLParserBugMessage = 'Je moĹžnĂŠ, Ĺže jste naĹĄli chybu v SQL parseru. ProsĂ­m prozkoumejte podrobně SQL dotaz, předevĹĄĂ­m jestli jsou sprĂĄvně uvozovky a jestli nejsou prohĂĄzenĂŠ. DalĹĄĂ­ moĹžnost selhĂĄnĂ­ je pokud nahrĂĄvĂĄte soubor s binĂĄrnĂ­mi daty nezapsanĂ˝mi v uvozovkĂĄch. MĹŻĂŠĹžete takĂŠ vyzkouĹĄet příkazovou řádku MySQL. NĂ­Ĺže uvedenĂ˝ vĂ˝stup z MySQL serveru (pokud je nějakĂ˝) VĂĄm takĂŠ mĹŻĹže pomoci při zkoumĂĄnĂ­ problĂŠmu. Pokud stĂĄle mĂĄte problĂŠmy nebo pokud SQL parser ohlĂĄsĂ­ chybu u dotazu, kterĂ˝ na příkazovĂŠ řádce funguje, prosĂ­m pokuste se zredukovat dotaz na co nejmenĹĄĂ­, ve kterĂŠm se problĂŠm jeĹĄtě vyskytne, a ohlaĹĄte chybu na strĂĄnkĂĄch phpMyAdmina spolu se sekcĂ­ VÝPIS uvedenou nĂ­Ĺže:'; +$strSQLParserBugMessage = 'Je moĹžnĂŠ, Ĺže jste naĹĄli chybu v SQL parseru. ProsĂ­m prozkoumejte podrobně SQL dotaz, předevĹĄĂ­m jestli jsou sprĂĄvně uvozovky a jestli nejsou prohĂĄzenĂŠ. DalĹĄĂ­ moĹžnost selhĂĄnĂ­ je pokud nahrĂĄvĂĄte soubor s binĂĄrnĂ­mi daty nezapsanĂ˝mi v uvozovkĂĄch. MĹŻĂŠĹžete takĂŠ vyzkouĹĄet příkazovou řádku MySQL. NĂ­Ĺže uvedenĂ˝ vĂ˝stup z MySQL serveru (pokud je nějakĂ˝) VĂĄm takĂŠ mĹŻĹže pomoci při zkoumĂĄnĂ­ problĂŠmu. Pokud stĂĄle mĂĄte problĂŠmy nebo pokud SQL parser ohlĂĄsĂ­ chybu u dotazu, kterĂ˝ na příkazovĂŠ řádce funguje, prosĂ­m pokuste se zredukovat dotaz na co nejmenĹĄĂ­, ve kterĂŠm se problĂŠm jeĹĄtě vyskytne, a ohlaĹĄte chybu na strĂĄnkĂĄch phpMyAdmina spolu se sekcĂ­ VÝPIS uvedenou nĂ­Ĺže:'; $strSQLParserUserError = 'Pravděpodobně mĂĄte v SQL dotazu chybu. NĂ­Ĺže uvedenĂ˝ vĂ˝stup MySQL serveru (pokud je nějakĂ˝) VĂĄm takĂŠ mĹŻĹže pomoci při zkoumĂĄnĂ­ problĂŠmu'; $strSQLQuery = 'SQL-dotaz'; $strSQLResult = 'VĂ˝sledek SQL dotazu'; $strSQPBugInvalidIdentifer = 'ChybnĂ˝ identifikĂĄtor'; -$strSQPBugUnknownPunctation = 'NeznĂĄmĂŠ interpunkčnĂ­ znamĂŠnko'; +$strSQPBugUnknownPunctuation = 'NeznĂĄmĂŠ interpunkčnĂ­ znamĂŠnko'; $strSQPBugUnclosedQuote = 'NeuzavřenĂŠ uvozovky'; $strStatement = 'Údaj'; $strStrucCSV = 'CSV data'; diff --git a/lang/czech-windows-1250.inc.php3 b/lang/czech-windows-1250.inc.php3 index e13facc51..d61f26c38 100644 --- a/lang/czech-windows-1250.inc.php3 +++ b/lang/czech-windows-1250.inc.php3 @@ -364,12 +364,12 @@ $strSort = ' $strSpaceUsage = 'Využití místa'; $strSplitWordsWithSpace = 'Slova jsou oddělena mezerou (" ").'; $strSQL = 'SQL'; -$strSQLParserBugMessage = 'Je možné, že jste našli chybu v SQL parseru. Prosím prozkoumejte podrobně SQL dotaz, především jestli jsou správně uvozovky a jestli nejsou proházené. Další možnost selhání je pokud nahráváte soubor s binárními daty nezapsanými v uvozovkách. Můéžete také vyzkoušet příkazovou řádku MySQL. Níže uvedený výstup z MySQL serveru (pokud je nějaký) Vám také může pomoci při zkoumání problému. Pokud stále máte problémy nebo pokud SQL parser ohlásí chybu u dotazu, který na příkazové řádce funguje, prosím pokuste se zredukovat dotaz na co nejmenší, ve kterém se problém ještě vyskytne, a ohlašte chybu na stránkách phpMyAdmina spolu se sekcí VÝPIS uvedenou níže:'; +$strSQLParserBugMessage = 'Je možné, že jste našli chybu v SQL parseru. Prosím prozkoumejte podrobně SQL dotaz, především jestli jsou správně uvozovky a jestli nejsou proházené. Další možnost selhání je pokud nahráváte soubor s binárními daty nezapsanými v uvozovkách. Můéžete také vyzkoušet příkazovou řádku MySQL. Níže uvedený výstup z MySQL serveru (pokud je nějaký) Vám také může pomoci při zkoumání problému. Pokud stále máte problémy nebo pokud SQL parser ohlásí chybu u dotazu, který na příkazové řádce funguje, prosím pokuste se zredukovat dotaz na co nejmenší, ve kterém se problém ještě vyskytne, a ohlašte chybu na stránkách phpMyAdmina spolu se sekcí VÝPIS uvedenou níže:'; $strSQLParserUserError = 'Pravděpodobně máte v SQL dotazu chybu. Níže uvedený výstup MySQL serveru (pokud je nějaký) Vám také může pomoci při zkoumání problému'; $strSQLQuery = 'SQL-dotaz'; $strSQLResult = 'Výsledek SQL dotazu'; $strSQPBugInvalidIdentifer = 'Chybný identifikátor'; -$strSQPBugUnknownPunctation = 'Neznámé interpunkční znaménko'; +$strSQPBugUnknownPunctuation = 'Neznámé interpunkční znaménko'; $strSQPBugUnclosedQuote = 'Neuzavřené uvozovky'; $strStatement = 'Údaj'; $strStrucCSV = 'CSV data'; diff --git a/lang/danish-iso-8859-1.inc.php3 b/lang/danish-iso-8859-1.inc.php3 index 006679f77..dfed84930 100644 --- a/lang/danish-iso-8859-1.inc.php3 +++ b/lang/danish-iso-8859-1.inc.php3 @@ -417,7 +417,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/danish-utf-8.inc.php3 b/lang/danish-utf-8.inc.php3 index b018a0230..90e39d3c9 100644 --- a/lang/danish-utf-8.inc.php3 +++ b/lang/danish-utf-8.inc.php3 @@ -418,7 +418,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/dutch-iso-8859-1.inc.php3 b/lang/dutch-iso-8859-1.inc.php3 index 8922a9fb1..2c72034ee 100644 --- a/lang/dutch-iso-8859-1.inc.php3 +++ b/lang/dutch-iso-8859-1.inc.php3 @@ -419,7 +419,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/dutch-utf-8.inc.php3 b/lang/dutch-utf-8.inc.php3 index cd10d5103..fe4a00c3c 100644 --- a/lang/dutch-utf-8.inc.php3 +++ b/lang/dutch-utf-8.inc.php3 @@ -420,7 +420,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/english-iso-8859-1.inc.php3 b/lang/english-iso-8859-1.inc.php3 index f430d50d9..b45d03f9c 100644 --- a/lang/english-iso-8859-1.inc.php3 +++ b/lang/english-iso-8859-1.inc.php3 @@ -365,7 +365,7 @@ $strSQLQuery = 'SQL-query'; $strSQLResult = 'SQL result'; $strSQPBugInvalidIdentifer = 'Invalid Identifer'; $strSQPBugUnclosedQuote = 'Unclosed quote'; -$strSQPBugUnknownPunctation = 'Unknown Punctation String'; +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; $strStatement = 'Statements'; $strStrucCSV = 'CSV data'; $strStrucData = 'Structure and data'; diff --git a/lang/english-utf-8.inc.php3 b/lang/english-utf-8.inc.php3 index 311060fdf..64c692341 100644 --- a/lang/english-utf-8.inc.php3 +++ b/lang/english-utf-8.inc.php3 @@ -366,7 +366,7 @@ $strSQLQuery = 'SQL-query'; $strSQLResult = 'SQL result'; $strSQPBugInvalidIdentifer = 'Invalid Identifer'; $strSQPBugUnclosedQuote = 'Unclosed quote'; -$strSQPBugUnknownPunctation = 'Unknown Punctation String'; +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; $strStatement = 'Statements'; $strStrucCSV = 'CSV data'; $strStrucData = 'Structure and data'; diff --git a/lang/estonian-iso-8859-1.inc.php3 b/lang/estonian-iso-8859-1.inc.php3 index af71c9c5f..13549ebda 100644 --- a/lang/estonian-iso-8859-1.inc.php3 +++ b/lang/estonian-iso-8859-1.inc.php3 @@ -418,7 +418,7 @@ $strCharsetOfFile = 'Faili t $strBeginCut = 'ALUSTA LŐIGET'; $strEndCut = 'LŐPETA LŐIGE'; $strSQPBugInvalidIdentifer = 'Vigane identifikaator'; -$strSQPBugUnknownPunctation = 'Tundmatu suunav tekst'; +$strSQPBugUnknownPunctuation = 'Tundmatu suunav tekst'; $strSQPBugUnclosedQuote = 'Sulgemata jutumärk/ülakoma'; $strBeginRaw = 'ALUSTA PUHAST'; $strEndRaw = 'LŐPETA PUHAS'; diff --git a/lang/estonian-utf-8.inc.php3 b/lang/estonian-utf-8.inc.php3 index 4d3551cb9..4b98fc6f4 100644 --- a/lang/estonian-utf-8.inc.php3 +++ b/lang/estonian-utf-8.inc.php3 @@ -419,7 +419,7 @@ $strCharsetOfFile = 'Faili tähekodeering:'; $strBeginCut = 'ALUSTA LÕIGET'; $strEndCut = 'LÕPETA LÕIGE'; $strSQPBugInvalidIdentifer = 'Vigane identifikaator'; -$strSQPBugUnknownPunctation = 'Tundmatu suunav tekst'; +$strSQPBugUnknownPunctuation = 'Tundmatu suunav tekst'; $strSQPBugUnclosedQuote = 'Sulgemata jutumärk/Ăźlakoma'; $strBeginRaw = 'ALUSTA PUHAST'; $strEndRaw = 'LÕPETA PUHAS'; diff --git a/lang/finnish-iso-8859-1.inc.php3 b/lang/finnish-iso-8859-1.inc.php3 index 1d25c97ad..887605ca3 100644 --- a/lang/finnish-iso-8859-1.inc.php3 +++ b/lang/finnish-iso-8859-1.inc.php3 @@ -421,7 +421,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/finnish-utf-8.inc.php3 b/lang/finnish-utf-8.inc.php3 index 4efb9abd5..1f81c8aeb 100644 --- a/lang/finnish-utf-8.inc.php3 +++ b/lang/finnish-utf-8.inc.php3 @@ -422,7 +422,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/french-iso-8859-1.inc.php3 b/lang/french-iso-8859-1.inc.php3 index c1ce128a3..29758c30e 100644 --- a/lang/french-iso-8859-1.inc.php3 +++ b/lang/french-iso-8859-1.inc.php3 @@ -416,7 +416,7 @@ $strZip = '"zipp $strBeginCut = 'BEGIN CUT'; //to translate $strEndCut = 'END CUT'; //to translate $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate -$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/french-utf-8.inc.php3 b/lang/french-utf-8.inc.php3 index b370c20e1..c059af1a7 100644 --- a/lang/french-utf-8.inc.php3 +++ b/lang/french-utf-8.inc.php3 @@ -417,7 +417,7 @@ $strZip = '"zippĂŠ"'; $strBeginCut = 'BEGIN CUT'; //to translate $strEndCut = 'END CUT'; //to translate $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate -$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/galician-iso-8859-1.inc.php3 b/lang/galician-iso-8859-1.inc.php3 index fb689dfc8..be6ef37e9 100644 --- a/lang/galician-iso-8859-1.inc.php3 +++ b/lang/galician-iso-8859-1.inc.php3 @@ -422,7 +422,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/galician-utf-8.inc.php3 b/lang/galician-utf-8.inc.php3 index 2498ce472..676bc468e 100644 --- a/lang/galician-utf-8.inc.php3 +++ b/lang/galician-utf-8.inc.php3 @@ -423,7 +423,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/georgian-utf-8.inc.php3 b/lang/georgian-utf-8.inc.php3 index 9a23ed5bf..bd8dd12ff 100644 --- a/lang/georgian-utf-8.inc.php3 +++ b/lang/georgian-utf-8.inc.php3 @@ -400,7 +400,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/german-iso-8859-1.inc.php3 b/lang/german-iso-8859-1.inc.php3 index 5390ecad2..33b1808d8 100644 --- a/lang/german-iso-8859-1.inc.php3 +++ b/lang/german-iso-8859-1.inc.php3 @@ -426,7 +426,7 @@ $strZip = 'Zip komprimiert'; $strBeginCut = 'BEGIN CUT'; //to translate $strEndCut = 'END CUT'; //to translate $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate -$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/german-utf-8.inc.php3 b/lang/german-utf-8.inc.php3 index 1ceec8a42..3c0613aaa 100644 --- a/lang/german-utf-8.inc.php3 +++ b/lang/german-utf-8.inc.php3 @@ -427,7 +427,7 @@ $strZip = 'Zip komprimiert'; $strBeginCut = 'BEGIN CUT'; //to translate $strEndCut = 'END CUT'; //to translate $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate -$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/greek-iso-8859-7.inc.php3 b/lang/greek-iso-8859-7.inc.php3 index d29a94137..0ea634cbd 100644 --- a/lang/greek-iso-8859-7.inc.php3 +++ b/lang/greek-iso-8859-7.inc.php3 @@ -397,7 +397,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/greek-utf-8.inc.php3 b/lang/greek-utf-8.inc.php3 index 5ef841888..0fdb9c8c8 100644 --- a/lang/greek-utf-8.inc.php3 +++ b/lang/greek-utf-8.inc.php3 @@ -398,7 +398,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/hebrew-iso-8859-8-i.inc.php3 b/lang/hebrew-iso-8859-8-i.inc.php3 index cab7f58f6..4d2886a6e 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php3 +++ b/lang/hebrew-iso-8859-8-i.inc.php3 @@ -418,7 +418,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/hungarian-iso-8859-2.inc.php3 b/lang/hungarian-iso-8859-2.inc.php3 index 670227018..feb37f9fe 100644 --- a/lang/hungarian-iso-8859-2.inc.php3 +++ b/lang/hungarian-iso-8859-2.inc.php3 @@ -365,7 +365,7 @@ $strSQLParserUserError = ' $strSQLQuery = 'SQL-kérés'; $strSQLResult = 'SQL eredmény'; $strSQPBugInvalidIdentifer = 'Érvénytelen azonosító'; -$strSQPBugUnknownPunctation = 'Ismeretlen központozott sztring'; +$strSQPBugUnknownPunctuation = 'Ismeretlen központozott sztring'; $strSQPBugUnclosedQuote = 'Lezáratlan lekérdezés'; $strStatement = 'Adatok'; $strStrucCSV = 'CSV adat'; diff --git a/lang/hungarian-utf-8.inc.php3 b/lang/hungarian-utf-8.inc.php3 index 4972e1526..72db2e5d5 100644 --- a/lang/hungarian-utf-8.inc.php3 +++ b/lang/hungarian-utf-8.inc.php3 @@ -366,7 +366,7 @@ $strSQLParserUserError = 'Úgy lĂĄtszik az SQL lekĂŠrdezĂŠsedben van egy hiba. A $strSQLQuery = 'SQL-kĂŠrĂŠs'; $strSQLResult = 'SQL eredmĂŠny'; $strSQPBugInvalidIdentifer = 'ÉrvĂŠnytelen azonosĂ­tĂł'; -$strSQPBugUnknownPunctation = 'Ismeretlen kĂśzpontozott sztring'; +$strSQPBugUnknownPunctuation = 'Ismeretlen kĂśzpontozott sztring'; $strSQPBugUnclosedQuote = 'LezĂĄratlan lekĂŠrdezĂŠs'; $strStatement = 'Adatok'; $strStrucCSV = 'CSV adat'; diff --git a/lang/indonesian-iso-8859-1.inc.php3 b/lang/indonesian-iso-8859-1.inc.php3 index ccf753579..f9fa691ee 100644 --- a/lang/indonesian-iso-8859-1.inc.php3 +++ b/lang/indonesian-iso-8859-1.inc.php3 @@ -422,7 +422,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/indonesian-utf-8.inc.php3 b/lang/indonesian-utf-8.inc.php3 index e7eb02258..476b2d51d 100644 --- a/lang/indonesian-utf-8.inc.php3 +++ b/lang/indonesian-utf-8.inc.php3 @@ -423,7 +423,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/italian-iso-8859-1.inc.php3 b/lang/italian-iso-8859-1.inc.php3 index 8b230d9ca..3fd45b6d7 100644 --- a/lang/italian-iso-8859-1.inc.php3 +++ b/lang/italian-iso-8859-1.inc.php3 @@ -424,7 +424,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/italian-utf-8.inc.php3 b/lang/italian-utf-8.inc.php3 index ffbed04a0..1b42bd436 100644 --- a/lang/italian-utf-8.inc.php3 +++ b/lang/italian-utf-8.inc.php3 @@ -425,7 +425,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/japanese-euc.inc.php3 b/lang/japanese-euc.inc.php3 index 713f8009b..187245417 100644 --- a/lang/japanese-euc.inc.php3 +++ b/lang/japanese-euc.inc.php3 @@ -427,7 +427,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/japanese-sjis.inc.php3 b/lang/japanese-sjis.inc.php3 index 9d71ca4bf..352b39281 100644 --- a/lang/japanese-sjis.inc.php3 +++ b/lang/japanese-sjis.inc.php3 @@ -427,7 +427,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/japanese-utf-8.inc.php3 b/lang/japanese-utf-8.inc.php3 index e3b75b363..b59a812e8 100644 --- a/lang/japanese-utf-8.inc.php3 +++ b/lang/japanese-utf-8.inc.php3 @@ -428,7 +428,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/korean-ks_c_5601-1987.inc.php3 b/lang/korean-ks_c_5601-1987.inc.php3 index 3e4936407..b685d7406 100644 --- a/lang/korean-ks_c_5601-1987.inc.php3 +++ b/lang/korean-ks_c_5601-1987.inc.php3 @@ -419,7 +419,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/latvian-utf-8.inc.php3 b/lang/latvian-utf-8.inc.php3 index 744616a99..984e58498 100644 --- a/lang/latvian-utf-8.inc.php3 +++ b/lang/latvian-utf-8.inc.php3 @@ -423,7 +423,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/latvian-windows-1257.inc.php3 b/lang/latvian-windows-1257.inc.php3 index 3799a92ae..6e42ee327 100644 --- a/lang/latvian-windows-1257.inc.php3 +++ b/lang/latvian-windows-1257.inc.php3 @@ -422,7 +422,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/lithuanian-utf-8.inc.php3 b/lang/lithuanian-utf-8.inc.php3 index 768275dbd..894ba2a1b 100644 --- a/lang/lithuanian-utf-8.inc.php3 +++ b/lang/lithuanian-utf-8.inc.php3 @@ -419,7 +419,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/lithuanian-windows-1257.inc.php3 b/lang/lithuanian-windows-1257.inc.php3 index 16da5c1d3..df8e0b1d6 100644 --- a/lang/lithuanian-windows-1257.inc.php3 +++ b/lang/lithuanian-windows-1257.inc.php3 @@ -418,7 +418,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/norwegian-iso-8859-1.inc.php3 b/lang/norwegian-iso-8859-1.inc.php3 index 7f37926d9..13577005e 100644 --- a/lang/norwegian-iso-8859-1.inc.php3 +++ b/lang/norwegian-iso-8859-1.inc.php3 @@ -422,7 +422,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/norwegian-utf-8.inc.php3 b/lang/norwegian-utf-8.inc.php3 index 1ffef252b..97d55004f 100644 --- a/lang/norwegian-utf-8.inc.php3 +++ b/lang/norwegian-utf-8.inc.php3 @@ -423,7 +423,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/polish-iso-8859-2.inc.php3 b/lang/polish-iso-8859-2.inc.php3 index 469d24786..c9237fa7b 100644 --- a/lang/polish-iso-8859-2.inc.php3 +++ b/lang/polish-iso-8859-2.inc.php3 @@ -418,7 +418,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/polish-utf-8.inc.php3 b/lang/polish-utf-8.inc.php3 index be4f2aad6..a1141829b 100644 --- a/lang/polish-utf-8.inc.php3 +++ b/lang/polish-utf-8.inc.php3 @@ -419,7 +419,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/portuguese-iso-8859-1.inc.php3 b/lang/portuguese-iso-8859-1.inc.php3 index b52fc3947..0950f4e67 100644 --- a/lang/portuguese-iso-8859-1.inc.php3 +++ b/lang/portuguese-iso-8859-1.inc.php3 @@ -421,7 +421,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/portuguese-utf-8.inc.php3 b/lang/portuguese-utf-8.inc.php3 index b3fc32cc4..2e3342b45 100644 --- a/lang/portuguese-utf-8.inc.php3 +++ b/lang/portuguese-utf-8.inc.php3 @@ -422,7 +422,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/romanian-iso-8859-1.inc.php3 b/lang/romanian-iso-8859-1.inc.php3 index a0367700f..38cd3a096 100644 --- a/lang/romanian-iso-8859-1.inc.php3 +++ b/lang/romanian-iso-8859-1.inc.php3 @@ -418,7 +418,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/romanian-utf-8.inc.php3 b/lang/romanian-utf-8.inc.php3 index b9b1540e6..cd630b82f 100644 --- a/lang/romanian-utf-8.inc.php3 +++ b/lang/romanian-utf-8.inc.php3 @@ -419,7 +419,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/russian-koi8-r.inc.php3 b/lang/russian-koi8-r.inc.php3 index 2bc8ef9c9..989b885a6 100644 --- a/lang/russian-koi8-r.inc.php3 +++ b/lang/russian-koi8-r.inc.php3 @@ -422,7 +422,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/russian-utf-8.inc.php3 b/lang/russian-utf-8.inc.php3 index 8a27d0acd..314bec425 100644 --- a/lang/russian-utf-8.inc.php3 +++ b/lang/russian-utf-8.inc.php3 @@ -423,7 +423,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/russian-windows-1251.inc.php3 b/lang/russian-windows-1251.inc.php3 index 9340d1542..2ba0db31a 100644 --- a/lang/russian-windows-1251.inc.php3 +++ b/lang/russian-windows-1251.inc.php3 @@ -422,7 +422,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/serbian-utf-8.inc.php3 b/lang/serbian-utf-8.inc.php3 index e023cfad2..e20ecb774 100644 --- a/lang/serbian-utf-8.inc.php3 +++ b/lang/serbian-utf-8.inc.php3 @@ -425,7 +425,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/serbian-windows-1250.inc.php3 b/lang/serbian-windows-1250.inc.php3 index 1a3d90c4f..b2c26fb18 100644 --- a/lang/serbian-windows-1250.inc.php3 +++ b/lang/serbian-windows-1250.inc.php3 @@ -424,7 +424,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/slovak-iso-8859-2.inc.php3 b/lang/slovak-iso-8859-2.inc.php3 index 457d85b7a..22e4942f8 100644 --- a/lang/slovak-iso-8859-2.inc.php3 +++ b/lang/slovak-iso-8859-2.inc.php3 @@ -422,7 +422,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/slovak-utf-8.inc.php3 b/lang/slovak-utf-8.inc.php3 index 3b75f6c7f..4937108ed 100644 --- a/lang/slovak-utf-8.inc.php3 +++ b/lang/slovak-utf-8.inc.php3 @@ -423,7 +423,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/slovak-windows-1250.inc.php3 b/lang/slovak-windows-1250.inc.php3 index 4e43fe332..53613119d 100644 --- a/lang/slovak-windows-1250.inc.php3 +++ b/lang/slovak-windows-1250.inc.php3 @@ -422,7 +422,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/slovenian-iso-8859-2.inc.php3 b/lang/slovenian-iso-8859-2.inc.php3 index 216e7299b..7513bb487 100644 --- a/lang/slovenian-iso-8859-2.inc.php3 +++ b/lang/slovenian-iso-8859-2.inc.php3 @@ -421,7 +421,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/slovenian-utf-8.inc.php3 b/lang/slovenian-utf-8.inc.php3 index 4f8d8aadc..0c5c37bb6 100644 --- a/lang/slovenian-utf-8.inc.php3 +++ b/lang/slovenian-utf-8.inc.php3 @@ -421,7 +421,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/slovenian-windows-1250.inc.php3 b/lang/slovenian-windows-1250.inc.php3 index e4db640d9..11e6a0dbd 100644 --- a/lang/slovenian-windows-1250.inc.php3 +++ b/lang/slovenian-windows-1250.inc.php3 @@ -421,7 +421,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/spanish-iso-8859-1.inc.php3 b/lang/spanish-iso-8859-1.inc.php3 index c787f4e8d..e47c4f126 100644 --- a/lang/spanish-iso-8859-1.inc.php3 +++ b/lang/spanish-iso-8859-1.inc.php3 @@ -416,7 +416,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/spanish-utf-8.inc.php3 b/lang/spanish-utf-8.inc.php3 index bd9d47d0f..5b1520adb 100644 --- a/lang/spanish-utf-8.inc.php3 +++ b/lang/spanish-utf-8.inc.php3 @@ -417,7 +417,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/swedish-iso-8859-1.inc.php3 b/lang/swedish-iso-8859-1.inc.php3 index 29ec4f7c4..4c93b929d 100644 --- a/lang/swedish-iso-8859-1.inc.php3 +++ b/lang/swedish-iso-8859-1.inc.php3 @@ -418,7 +418,7 @@ $strZip = '"zippad"'; $strBeginCut = 'BEGIN CUT'; //to translate $strEndCut = 'END CUT'; //to translate $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate -$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/swedish-utf-8.inc.php3 b/lang/swedish-utf-8.inc.php3 index baf858fb3..140533142 100644 --- a/lang/swedish-utf-8.inc.php3 +++ b/lang/swedish-utf-8.inc.php3 @@ -419,7 +419,7 @@ $strZip = '"zippad"'; $strBeginCut = 'BEGIN CUT'; //to translate $strEndCut = 'END CUT'; //to translate $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate -$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/thai-tis-620.inc.php3 b/lang/thai-tis-620.inc.php3 index 9145730a1..22ef55504 100644 --- a/lang/thai-tis-620.inc.php3 +++ b/lang/thai-tis-620.inc.php3 @@ -420,7 +420,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/thai-utf-8.inc.php3 b/lang/thai-utf-8.inc.php3 index 9468a3c94..14c86c5dc 100644 --- a/lang/thai-utf-8.inc.php3 +++ b/lang/thai-utf-8.inc.php3 @@ -421,7 +421,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/turkish-iso-8859-9.inc.php3 b/lang/turkish-iso-8859-9.inc.php3 index 63cd3e212..a09333f2d 100644 --- a/lang/turkish-iso-8859-9.inc.php3 +++ b/lang/turkish-iso-8859-9.inc.php3 @@ -422,7 +422,7 @@ $strPdfNoTables = 'No tables'; //to translate $strBeginCut = 'BEGIN CUT'; //to translate $strEndCut = 'END CUT'; //to translate $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate -$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/turkish-utf-8.inc.php3 b/lang/turkish-utf-8.inc.php3 index 36c0ce7c7..e340b67aa 100644 --- a/lang/turkish-utf-8.inc.php3 +++ b/lang/turkish-utf-8.inc.php3 @@ -423,7 +423,7 @@ $strPdfNoTables = 'No tables'; //to translate $strBeginCut = 'BEGIN CUT'; //to translate $strEndCut = 'END CUT'; //to translate $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate -$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/ukrainian-utf-8.inc.php3 b/lang/ukrainian-utf-8.inc.php3 index 545cef249..120b669dc 100644 --- a/lang/ukrainian-utf-8.inc.php3 +++ b/lang/ukrainian-utf-8.inc.php3 @@ -421,7 +421,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/lang/ukrainian-windows-1251.inc.php3 b/lang/ukrainian-windows-1251.inc.php3 index 0181c2d8c..df057b057 100644 --- a/lang/ukrainian-windows-1251.inc.php3 +++ b/lang/ukrainian-windows-1251.inc.php3 @@ -420,7 +420,7 @@ $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 +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate $strEndRaw = 'END RAW'; //to translate diff --git a/libraries/sqlparser.lib.php3 b/libraries/sqlparser.lib.php3 index a2a2ee992..e1a843975 100644 --- a/libraries/sqlparser.lib.php3 +++ b/libraries/sqlparser.lib.php3 @@ -221,10 +221,10 @@ if (!defined('PMA_SQP_LIB_INCLUDED')) { $pos = strpos(' ' . $sql, $quotetype, $oldpos + 1) - 1; // ($pos === FALSE) if ($pos < 0) { - $debugstr = $GLOBALS['strSQPBugUnclosedQuote'] . ' @ ' . $startquotepos. "\n" + $debugstr = $GLOBALS['strSQPBugUnclosedQuote'] . ' @ ' . $startquotepos+1 . "\n" . 'STR: ' . $quotetype; PMA_SQP_throwError($debugstr,$sql); - return; + return $sql; } // If the quote is the first character, it can't be @@ -343,10 +343,10 @@ if (!defined('PMA_SQP_LIB_INCLUDED')) { $count2--; $punct_data = substr($sql, $count1, $count2 - $count1); } else { - $debugstr = $GLOBALS['strSQPBugUnknownPunctation'] . ' @ ' . $count1 . "\n" + $debugstr = $GLOBALS['strSQPBugUnknownPunctuation'] . ' @ ' . $count1+1 . "\n" . 'STR: ' . $punct_data; PMA_SQP_throwError($debugstr,$sql); - return; + return $sql; } PMA_SQP_arrayAdd($sql_array, 'punct', $punct_data, $arraysize); continue; @@ -379,10 +379,10 @@ if (!defined('PMA_SQP_LIB_INCLUDED')) { $is_float_digit = TRUE; continue; } else { - $debugstr = $GLOBALS['strSQPBugInvalidIdentifer'] . ' @ ' . $count1 . "\n" + $debugstr = $GLOBALS['strSQPBugInvalidIdentifer'] . ' @ ' . $count1+1 . "\n" . 'STR: ' . substr($sql, $count1, $count2 - $count1); PMA_SQP_throwError($debugstr,$sql); - return; + return $sql; } } if ($is_digit && (!$is_hex_digit) && (($c2 == 'e') || ($c2 == 'E'))) { @@ -441,7 +441,7 @@ if (!defined('PMA_SQP_LIB_INCLUDED')) { . 'STR: ' . substr($sql, $count1, $count2 - $count1) . "\n"; PMA_SQP_BUG($debugstr,$sql); - return; + return $sql; } // end while ($count2 < $len)