diff --git a/ChangeLog b/ChangeLog index 233086414..c7fc294b5 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,8 @@ $Source$ * db_details_links.php: Disable drop tab on mysql database (RFE #1327514). * server_databases.php: Don't allow to check mysql database for dropping (RFE #1327514). + * lang/*, libraries/transformations/text_plain__sql.inc.php: + Transformation for SQL pretty printing (RFE #1327648). 2005-10-16 Marc Delisle * tbl_create.php: undefined $field_collation under MySQL < 4.1.x diff --git a/lang/afrikaans-iso-8859-1.inc.php b/lang/afrikaans-iso-8859-1.inc.php index ed8bc1b81..aa51c1b15 100644 --- a/lang/afrikaans-iso-8859-1.inc.php +++ b/lang/afrikaans-iso-8859-1.inc.php @@ -965,4 +965,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index e52dd3eb3..c504859cf 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -966,4 +966,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/albanian-iso-8859-1.inc.php b/lang/albanian-iso-8859-1.inc.php index 33e9bb764..d47d55196 100644 --- a/lang/albanian-iso-8859-1.inc.php +++ b/lang/albanian-iso-8859-1.inc.php @@ -955,4 +955,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index 9ecdaa8d2..c4cf9e940 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -956,4 +956,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index 65e8fb6d8..b914b4d2b 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -959,4 +959,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/arabic-windows-1256.inc.php b/lang/arabic-windows-1256.inc.php index a829daef5..5685f6485 100644 --- a/lang/arabic-windows-1256.inc.php +++ b/lang/arabic-windows-1256.inc.php @@ -958,4 +958,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/azerbaijani-iso-8859-9.inc.php b/lang/azerbaijani-iso-8859-9.inc.php index c0f565e2e..5328eb6f4 100644 --- a/lang/azerbaijani-iso-8859-9.inc.php +++ b/lang/azerbaijani-iso-8859-9.inc.php @@ -976,4 +976,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index 04191b66b..949f1d464 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -977,4 +977,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/basque-iso-8859-1.inc.php b/lang/basque-iso-8859-1.inc.php index 09ed733cf..c2e651c49 100644 --- a/lang/basque-iso-8859-1.inc.php +++ b/lang/basque-iso-8859-1.inc.php @@ -957,4 +957,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index 899a1408a..27396bc00 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -958,4 +958,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/belarusian_cyrillic-utf-8.inc.php b/lang/belarusian_cyrillic-utf-8.inc.php index fb84481aa..70fe6f738 100644 --- a/lang/belarusian_cyrillic-utf-8.inc.php +++ b/lang/belarusian_cyrillic-utf-8.inc.php @@ -957,4 +957,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/belarusian_cyrillic-windows-1251.inc.php b/lang/belarusian_cyrillic-windows-1251.inc.php index 642609232..f158eae7f 100644 --- a/lang/belarusian_cyrillic-windows-1251.inc.php +++ b/lang/belarusian_cyrillic-windows-1251.inc.php @@ -956,4 +956,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/belarusian_latin-utf-8.inc.php b/lang/belarusian_latin-utf-8.inc.php index 950a05caf..506fb7c1a 100644 --- a/lang/belarusian_latin-utf-8.inc.php +++ b/lang/belarusian_latin-utf-8.inc.php @@ -955,4 +955,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index a3beef7ed..816a336b4 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -964,4 +964,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/bosnian-windows-1250.inc.php b/lang/bosnian-windows-1250.inc.php index 3e74b9d4e..f1c2f9bb1 100644 --- a/lang/bosnian-windows-1250.inc.php +++ b/lang/bosnian-windows-1250.inc.php @@ -963,4 +963,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php b/lang/brazilian_portuguese-iso-8859-1.inc.php index 4ae21ff26..06e5b0789 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php @@ -964,4 +964,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index 09e312309..08eccebd2 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -963,4 +963,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/bulgarian-koi8-r.inc.php b/lang/bulgarian-koi8-r.inc.php index 95ae80729..6eac1e786 100644 --- a/lang/bulgarian-koi8-r.inc.php +++ b/lang/bulgarian-koi8-r.inc.php @@ -978,4 +978,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index 4e039b35f..2d100ef86 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -979,4 +979,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/bulgarian-windows-1251.inc.php b/lang/bulgarian-windows-1251.inc.php index 1bae0b75b..8becd9967 100644 --- a/lang/bulgarian-windows-1251.inc.php +++ b/lang/bulgarian-windows-1251.inc.php @@ -978,4 +978,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/catalan-iso-8859-1.inc.php b/lang/catalan-iso-8859-1.inc.php index 04137a620..41f6a3f45 100644 --- a/lang/catalan-iso-8859-1.inc.php +++ b/lang/catalan-iso-8859-1.inc.php @@ -950,4 +950,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index 3eb4da7a8..d6f5b9ace 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -951,4 +951,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/chinese_simplified-gb2312.inc.php b/lang/chinese_simplified-gb2312.inc.php index b52485810..7ab3f6b32 100644 --- a/lang/chinese_simplified-gb2312.inc.php +++ b/lang/chinese_simplified-gb2312.inc.php @@ -972,4 +972,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/chinese_simplified-utf-8.inc.php b/lang/chinese_simplified-utf-8.inc.php index 6fbcebc50..32cd5b63f 100644 --- a/lang/chinese_simplified-utf-8.inc.php +++ b/lang/chinese_simplified-utf-8.inc.php @@ -973,4 +973,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/chinese_traditional-big5.inc.php b/lang/chinese_traditional-big5.inc.php index 7ae9a0f63..5fc0a0ca3 100644 --- a/lang/chinese_traditional-big5.inc.php +++ b/lang/chinese_traditional-big5.inc.php @@ -956,4 +956,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/chinese_traditional-utf-8.inc.php b/lang/chinese_traditional-utf-8.inc.php index f326ee861..0b12de832 100644 --- a/lang/chinese_traditional-utf-8.inc.php +++ b/lang/chinese_traditional-utf-8.inc.php @@ -957,4 +957,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/croatian-iso-8859-2.inc.php b/lang/croatian-iso-8859-2.inc.php index f253ea37d..86027be63 100644 --- a/lang/croatian-iso-8859-2.inc.php +++ b/lang/croatian-iso-8859-2.inc.php @@ -978,4 +978,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index c0808149a..15c2eaf5f 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -979,4 +979,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/croatian-windows-1250.inc.php b/lang/croatian-windows-1250.inc.php index 9b65ac0d6..be855d827 100644 --- a/lang/croatian-windows-1250.inc.php +++ b/lang/croatian-windows-1250.inc.php @@ -978,4 +978,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/czech-iso-8859-2.inc.php b/lang/czech-iso-8859-2.inc.php index 05d6b1282..6e3d1b7f0 100644 --- a/lang/czech-iso-8859-2.inc.php +++ b/lang/czech-iso-8859-2.inc.php @@ -892,6 +892,7 @@ $strTransformation_text_plain__external = 'JEN PRO LINUX: Spust $strTransformation_text_plain__formatted = 'Zachová původní formátování sloupce, tak jak je uložen v databázi.'; $strTransformation_text_plain__imagelink = 'Zobrazí obrázek a odkaz z pole obsahujícího odkaz na obrázek. První parametr je prefix URL (například „http://mojedomena.cz/“), druhý a třetí určuje šířku a výšku obrázku.'; $strTransformation_text_plain__link = 'Zobrazí odkaz z pole obsahujícího odkaz. První parametr je prefix URL (například „http://mojedomena.cz/“), druhý text odkazu.'; +$strTransformation_text_plain__sql = 'Zobrazí text jako SQL dotaz se zvýrazňováním syntaxe.'; $strTransformation_text_plain__substr = 'Zobrazí jen část textu. První parametr je posun od začátku (výchozí je 0) a druhý určuje délku textu, který se má zobrazit, pokud není uveden, bude zobrazen zbytek textu. Třetí parametr určuje, jaký text má být přidán za zkrácený text (výchozí je ...).'; $strTruncateQueries = 'Zobrazit zkrácené dotazy'; $strTurkish = 'Turecky'; diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index c597a8c33..7befc19c1 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -893,6 +893,7 @@ $strTransformation_text_plain__external = 'JEN PRO LINUX: SpustĂ­ externĂ­ progr $strTransformation_text_plain__formatted = 'ZachovĂĄ pĹŻvodnĂ­ formĂĄtovĂĄnĂ­ sloupce, tak jak je uloĹžen v databĂĄzi.'; $strTransformation_text_plain__imagelink = 'ZobrazĂ­ obrĂĄzek a odkaz z pole obsahujĂ­cĂ­ho odkaz na obrĂĄzek. PrvnĂ­ parametr je prefix URL (například „http://mojedomena.cz/“), druhĂ˝ a třetĂ­ určuje šířku a výťku obrĂĄzku.'; $strTransformation_text_plain__link = 'ZobrazĂ­ odkaz z pole obsahujĂ­cĂ­ho odkaz. PrvnĂ­ parametr je prefix URL (například „http://mojedomena.cz/“), druhĂ˝ text odkazu.'; +$strTransformation_text_plain__sql = 'ZobrazĂ­ text jako SQL dotaz se zvĂ˝razňovĂĄnĂ­m syntaxe.'; $strTransformation_text_plain__substr = 'ZobrazĂ­ jen část textu. PrvnĂ­ parametr je posun od začátku (vĂ˝chozĂ­ je 0) a druhĂ˝ určuje dĂŠlku textu, kterĂ˝ se mĂĄ zobrazit, pokud nenĂ­ uveden, bude zobrazen zbytek textu. TřetĂ­ parametr určuje, jakĂ˝ text mĂĄ bĂ˝t přidĂĄn za zkrĂĄcenĂ˝ text (vĂ˝chozĂ­ je ...).'; $strTruncateQueries = 'Zobrazit zkrĂĄcenĂŠ dotazy'; $strTurkish = 'Turecky'; diff --git a/lang/czech-windows-1250.inc.php b/lang/czech-windows-1250.inc.php index 95ce6c9a0..f1a229e1c 100644 --- a/lang/czech-windows-1250.inc.php +++ b/lang/czech-windows-1250.inc.php @@ -892,6 +892,7 @@ $strTransformation_text_plain__external = 'JEN PRO LINUX: Spust $strTransformation_text_plain__formatted = 'Zachová původní formátování sloupce, tak jak je uložen v databázi.'; $strTransformation_text_plain__imagelink = 'Zobrazí obrázek a odkaz z pole obsahujícího odkaz na obrázek. První parametr je prefix URL (například „http://mojedomena.cz/“), druhý a třetí určuje šířku a výšku obrázku.'; $strTransformation_text_plain__link = 'Zobrazí odkaz z pole obsahujícího odkaz. První parametr je prefix URL (například „http://mojedomena.cz/“), druhý text odkazu.'; +$strTransformation_text_plain__sql = 'Zobrazí text jako SQL dotaz se zvýrazňováním syntaxe.'; $strTransformation_text_plain__substr = 'Zobrazí jen část textu. První parametr je posun od začátku (výchozí je 0) a druhý určuje délku textu, který se má zobrazit, pokud není uveden, bude zobrazen zbytek textu. Třetí parametr určuje, jaký text má být přidán za zkrácený text (výchozí je ...).'; $strTruncateQueries = 'Zobrazit zkrácené dotazy'; $strTurkish = 'Turecky'; diff --git a/lang/danish-iso-8859-1.inc.php b/lang/danish-iso-8859-1.inc.php index 932e758b1..92bb41656 100644 --- a/lang/danish-iso-8859-1.inc.php +++ b/lang/danish-iso-8859-1.inc.php @@ -951,4 +951,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index 5ce1305cd..ffdcb194d 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -952,4 +952,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/dutch-iso-8859-1.inc.php b/lang/dutch-iso-8859-1.inc.php index e1c8350bd..5decd7e64 100644 --- a/lang/dutch-iso-8859-1.inc.php +++ b/lang/dutch-iso-8859-1.inc.php @@ -954,4 +954,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/dutch-iso-8859-15.inc.php b/lang/dutch-iso-8859-15.inc.php index 8dacafd2d..7bdc0beba 100644 --- a/lang/dutch-iso-8859-15.inc.php +++ b/lang/dutch-iso-8859-15.inc.php @@ -954,4 +954,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index decd3a4b8..700e3a155 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -955,4 +955,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/english-iso-8859-1.inc.php b/lang/english-iso-8859-1.inc.php index e53991e82..d7683fcf4 100644 --- a/lang/english-iso-8859-1.inc.php +++ b/lang/english-iso-8859-1.inc.php @@ -886,6 +886,7 @@ $strTransformation_text_plain__external = 'LINUX ONLY: Launches an external appl $strTransformation_text_plain__formatted = 'Displays the contents of the field as-is, without running it through htmlspecialchars(). That is, the field is assumed to contain valid HTML.'; $strTransformation_text_plain__imagelink = 'Displays an image and a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second and third options are the width and the height in pixels.'; $strTransformation_text_plain__link = 'Displays a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second option is a title for the link.'; +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; $strTransformation_text_plain__substr = 'Displays a part of a string. The first option is the number of characters to skip from the beginning of the string (Default 0). The second option is the number of characters to return (Default: until end of string). The third option is the string to append and/or prepend when truncation occurs (Default: "...").'; $strTruncateQueries = 'Truncate Shown Queries'; $strTurkish = 'Turkish'; diff --git a/lang/english-iso-8859-15.inc.php b/lang/english-iso-8859-15.inc.php index 042a6ed37..11ac79fd8 100644 --- a/lang/english-iso-8859-15.inc.php +++ b/lang/english-iso-8859-15.inc.php @@ -886,6 +886,7 @@ $strTransformation_text_plain__external = 'LINUX ONLY: Launches an external appl $strTransformation_text_plain__formatted = 'Displays the contents of the field as-is, without running it through htmlspecialchars(). That is, the field is assumed to contain valid HTML.'; $strTransformation_text_plain__imagelink = 'Displays an image and a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second and third options are the width and the height in pixels.'; $strTransformation_text_plain__link = 'Displays a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second option is a title for the link.'; +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; $strTransformation_text_plain__substr = 'Displays a part of a string. The first option is the number of characters to skip from the beginning of the string (Default 0). The second option is the number of characters to return (Default: until end of string). The third option is the string to append and/or prepend when truncation occurs (Default: "...").'; $strTruncateQueries = 'Truncate Shown Queries'; $strTurkish = 'Turkish'; diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 87824932f..ca198d29d 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -887,6 +887,7 @@ $strTransformation_text_plain__external = 'LINUX ONLY: Launches an external appl $strTransformation_text_plain__formatted = 'Displays the contents of the field as-is, without running it through htmlspecialchars(). That is, the field is assumed to contain valid HTML.'; $strTransformation_text_plain__imagelink = 'Displays an image and a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second and third options are the width and the height in pixels.'; $strTransformation_text_plain__link = 'Displays a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second option is a title for the link.'; +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; $strTransformation_text_plain__substr = 'Displays a part of a string. The first option is the number of characters to skip from the beginning of the string (Default 0). The second option is the number of characters to return (Default: until end of string). The third option is the string to append and/or prepend when truncation occurs (Default: "...").'; $strTruncateQueries = 'Truncate Shown Queries'; $strTurkish = 'Turkish'; diff --git a/lang/estonian-iso-8859-1.inc.php b/lang/estonian-iso-8859-1.inc.php index dbe463b57..0913d95b1 100644 --- a/lang/estonian-iso-8859-1.inc.php +++ b/lang/estonian-iso-8859-1.inc.php @@ -952,4 +952,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index 848700d35..41fadc6dd 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -953,4 +953,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/finnish-iso-8859-1.inc.php b/lang/finnish-iso-8859-1.inc.php index 5e002c325..c2801cc4b 100644 --- a/lang/finnish-iso-8859-1.inc.php +++ b/lang/finnish-iso-8859-1.inc.php @@ -964,4 +964,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/finnish-iso-8859-15.inc.php b/lang/finnish-iso-8859-15.inc.php index 58c0e3372..bbfb75e7a 100644 --- a/lang/finnish-iso-8859-15.inc.php +++ b/lang/finnish-iso-8859-15.inc.php @@ -964,4 +964,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index 4707b5614..1ac38364c 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -965,4 +965,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/french-iso-8859-1.inc.php b/lang/french-iso-8859-1.inc.php index 58b554312..0251ae2b3 100644 --- a/lang/french-iso-8859-1.inc.php +++ b/lang/french-iso-8859-1.inc.php @@ -954,4 +954,5 @@ $strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate $strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/french-iso-8859-15.inc.php b/lang/french-iso-8859-15.inc.php index 7d2cee03f..56575baf5 100644 --- a/lang/french-iso-8859-15.inc.php +++ b/lang/french-iso-8859-15.inc.php @@ -954,4 +954,5 @@ $strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate $strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index 9b509b0bc..a61f75ce3 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -955,4 +955,5 @@ $strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate $strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/galician-iso-8859-1.inc.php b/lang/galician-iso-8859-1.inc.php index 117c47eaa..acd885f36 100644 --- a/lang/galician-iso-8859-1.inc.php +++ b/lang/galician-iso-8859-1.inc.php @@ -957,4 +957,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index 81e088a1f..f7e64814b 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -958,4 +958,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index 9df15a286..674640ea5 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -979,4 +979,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/german-iso-8859-1.inc.php b/lang/german-iso-8859-1.inc.php index 6de621fbd..3af139e15 100644 --- a/lang/german-iso-8859-1.inc.php +++ b/lang/german-iso-8859-1.inc.php @@ -964,4 +964,5 @@ $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate -?> \ No newline at end of file +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate +?> diff --git a/lang/german-iso-8859-15.inc.php b/lang/german-iso-8859-15.inc.php index 427bcb96c..145ddd202 100644 --- a/lang/german-iso-8859-15.inc.php +++ b/lang/german-iso-8859-15.inc.php @@ -964,4 +964,5 @@ $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate -?> \ No newline at end of file +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate +?> diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index c117a6a7d..6692ed823 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -964,4 +964,5 @@ $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate -?> \ No newline at end of file +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate +?> diff --git a/lang/greek-iso-8859-7.inc.php b/lang/greek-iso-8859-7.inc.php index 1dbd407b0..929316992 100644 --- a/lang/greek-iso-8859-7.inc.php +++ b/lang/greek-iso-8859-7.inc.php @@ -959,4 +959,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index 275b7895a..bd7fc44d5 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -960,4 +960,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php b/lang/hebrew-iso-8859-8-i.inc.php index 7c2fed5d4..cb913cb63 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php +++ b/lang/hebrew-iso-8859-8-i.inc.php @@ -972,4 +972,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/hebrew-utf-8.inc.php b/lang/hebrew-utf-8.inc.php index be8ab4ae9..34a1c2f97 100644 --- a/lang/hebrew-utf-8.inc.php +++ b/lang/hebrew-utf-8.inc.php @@ -973,4 +973,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index 23a49a79e..45543bed5 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -983,4 +983,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/hungarian-iso-8859-2.inc.php b/lang/hungarian-iso-8859-2.inc.php index 87bc44498..2cc7d160f 100644 --- a/lang/hungarian-iso-8859-2.inc.php +++ b/lang/hungarian-iso-8859-2.inc.php @@ -971,4 +971,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index 993e0ced1..58aa83ad7 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -972,4 +972,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/indonesian-iso-8859-1.inc.php b/lang/indonesian-iso-8859-1.inc.php index d127fdf77..1d657bd7c 100644 --- a/lang/indonesian-iso-8859-1.inc.php +++ b/lang/indonesian-iso-8859-1.inc.php @@ -950,4 +950,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index 178f77c45..6102755b3 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -951,4 +951,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/italian-iso-8859-1.inc.php b/lang/italian-iso-8859-1.inc.php index cce92c86e..ae3857c5f 100644 --- a/lang/italian-iso-8859-1.inc.php +++ b/lang/italian-iso-8859-1.inc.php @@ -958,4 +958,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/italian-iso-8859-15.inc.php b/lang/italian-iso-8859-15.inc.php index da4a5c72f..3d8dfcadc 100644 --- a/lang/italian-iso-8859-15.inc.php +++ b/lang/italian-iso-8859-15.inc.php @@ -958,4 +958,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index a825aecec..e22091406 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -959,4 +959,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/japanese-euc.inc.php b/lang/japanese-euc.inc.php index 72f16c1d6..75169f820 100644 --- a/lang/japanese-euc.inc.php +++ b/lang/japanese-euc.inc.php @@ -965,4 +965,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/japanese-sjis.inc.php b/lang/japanese-sjis.inc.php index e76547842..f1dd56d03 100644 --- a/lang/japanese-sjis.inc.php +++ b/lang/japanese-sjis.inc.php @@ -966,4 +966,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index 6d422f9f8..e15dbd57f 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -966,4 +966,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/korean-euc-kr.inc.php b/lang/korean-euc-kr.inc.php index 37fb718b6..ff91c6d40 100644 --- a/lang/korean-euc-kr.inc.php +++ b/lang/korean-euc-kr.inc.php @@ -973,4 +973,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php index 496a62eb7..66a93781f 100644 --- a/lang/korean-utf-8.inc.php +++ b/lang/korean-utf-8.inc.php @@ -974,4 +974,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index aff8bf999..372e3180a 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -960,4 +960,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/latvian-windows-1257.inc.php b/lang/latvian-windows-1257.inc.php index 9fc9dfbcc..3a1ece136 100644 --- a/lang/latvian-windows-1257.inc.php +++ b/lang/latvian-windows-1257.inc.php @@ -959,4 +959,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index c7fcc71e2..70e99fd80 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -963,4 +963,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/lithuanian-windows-1257.inc.php b/lang/lithuanian-windows-1257.inc.php index 75b16fdcc..326bfbd7e 100644 --- a/lang/lithuanian-windows-1257.inc.php +++ b/lang/lithuanian-windows-1257.inc.php @@ -962,4 +962,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/malay-iso-8859-1.inc.php b/lang/malay-iso-8859-1.inc.php index fc07e182a..c6d71c48c 100644 --- a/lang/malay-iso-8859-1.inc.php +++ b/lang/malay-iso-8859-1.inc.php @@ -974,4 +974,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index 5b5dd1022..a866f4b38 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -975,4 +975,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/mongolian-utf-8.inc.php b/lang/mongolian-utf-8.inc.php index a9f4b2815..f84cc8bc6 100644 --- a/lang/mongolian-utf-8.inc.php +++ b/lang/mongolian-utf-8.inc.php @@ -956,4 +956,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/norwegian-iso-8859-1.inc.php b/lang/norwegian-iso-8859-1.inc.php index 0fef45c8c..1bbc6e14e 100644 --- a/lang/norwegian-iso-8859-1.inc.php +++ b/lang/norwegian-iso-8859-1.inc.php @@ -953,4 +953,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index 398fdb463..37b6f8af7 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -954,4 +954,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index fe6d6b40a..565e68b9f 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -980,4 +980,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/persian-windows-1256.inc.php b/lang/persian-windows-1256.inc.php index e26aef857..4ef1253d6 100644 --- a/lang/persian-windows-1256.inc.php +++ b/lang/persian-windows-1256.inc.php @@ -979,4 +979,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/polish-iso-8859-2.inc.php b/lang/polish-iso-8859-2.inc.php index aaa094927..46324ef1c 100644 --- a/lang/polish-iso-8859-2.inc.php +++ b/lang/polish-iso-8859-2.inc.php @@ -950,4 +950,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index d44e7174f..53857297f 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -951,4 +951,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/polish-windows-1250.inc.php b/lang/polish-windows-1250.inc.php index b3c285882..50b210605 100644 --- a/lang/polish-windows-1250.inc.php +++ b/lang/polish-windows-1250.inc.php @@ -950,4 +950,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/portuguese-iso-8859-1.inc.php b/lang/portuguese-iso-8859-1.inc.php index 53e0944b7..0ab296dc7 100644 --- a/lang/portuguese-iso-8859-1.inc.php +++ b/lang/portuguese-iso-8859-1.inc.php @@ -970,4 +970,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/portuguese-iso-8859-15.inc.php b/lang/portuguese-iso-8859-15.inc.php index faf74d648..2904e26b3 100644 --- a/lang/portuguese-iso-8859-15.inc.php +++ b/lang/portuguese-iso-8859-15.inc.php @@ -970,4 +970,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index 9a7afd85c..a772ed21f 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -971,4 +971,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/romanian-iso-8859-1.inc.php b/lang/romanian-iso-8859-1.inc.php index dc57682e0..4a9a8d316 100644 --- a/lang/romanian-iso-8859-1.inc.php +++ b/lang/romanian-iso-8859-1.inc.php @@ -955,4 +955,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index 194f24dec..423a369eb 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -956,4 +956,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/russian-cp-866.inc.php b/lang/russian-cp-866.inc.php index a16366fd2..816889a2e 100644 --- a/lang/russian-cp-866.inc.php +++ b/lang/russian-cp-866.inc.php @@ -958,4 +958,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/russian-koi8-r.inc.php b/lang/russian-koi8-r.inc.php index 4f253a582..fb9f8cd20 100644 --- a/lang/russian-koi8-r.inc.php +++ b/lang/russian-koi8-r.inc.php @@ -959,4 +959,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index 5f31365a7..9cfc9c2a0 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -960,4 +960,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/russian-windows-1251.inc.php b/lang/russian-windows-1251.inc.php index 9f1923e38..c62433bbc 100644 --- a/lang/russian-windows-1251.inc.php +++ b/lang/russian-windows-1251.inc.php @@ -959,4 +959,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index 4ad7434b6..31b81fb76 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -957,4 +957,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/serbian_cyrillic-windows-1251.inc.php b/lang/serbian_cyrillic-windows-1251.inc.php index 03ccaaa0e..342619ea8 100644 --- a/lang/serbian_cyrillic-windows-1251.inc.php +++ b/lang/serbian_cyrillic-windows-1251.inc.php @@ -956,4 +956,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index b62f697a9..8e83693be 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -957,4 +957,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/serbian_latin-windows-1250.inc.php b/lang/serbian_latin-windows-1250.inc.php index 1794d5583..fbea3d16b 100644 --- a/lang/serbian_latin-windows-1250.inc.php +++ b/lang/serbian_latin-windows-1250.inc.php @@ -956,4 +956,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/slovak-iso-8859-2.inc.php b/lang/slovak-iso-8859-2.inc.php index 582d3ecb0..85001a1f9 100644 --- a/lang/slovak-iso-8859-2.inc.php +++ b/lang/slovak-iso-8859-2.inc.php @@ -953,4 +953,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index dafff286d..80fc6dfb1 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -954,4 +954,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/slovak-windows-1250.inc.php b/lang/slovak-windows-1250.inc.php index d5fcb1e26..70f80df05 100644 --- a/lang/slovak-windows-1250.inc.php +++ b/lang/slovak-windows-1250.inc.php @@ -953,4 +953,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/slovenian-iso-8859-2.inc.php b/lang/slovenian-iso-8859-2.inc.php index 7d30df19f..a0cd7962d 100644 --- a/lang/slovenian-iso-8859-2.inc.php +++ b/lang/slovenian-iso-8859-2.inc.php @@ -952,4 +952,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index 5d242f024..9f579e45c 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -953,4 +953,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/slovenian-windows-1250.inc.php b/lang/slovenian-windows-1250.inc.php index f50b511b7..ba84991a4 100644 --- a/lang/slovenian-windows-1250.inc.php +++ b/lang/slovenian-windows-1250.inc.php @@ -952,4 +952,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/spanish-iso-8859-1.inc.php b/lang/spanish-iso-8859-1.inc.php index 6246e24a6..8c45c7a4b 100644 --- a/lang/spanish-iso-8859-1.inc.php +++ b/lang/spanish-iso-8859-1.inc.php @@ -950,4 +950,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/spanish-iso-8859-15.inc.php b/lang/spanish-iso-8859-15.inc.php index 117522c0c..a70542fef 100644 --- a/lang/spanish-iso-8859-15.inc.php +++ b/lang/spanish-iso-8859-15.inc.php @@ -950,4 +950,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index e4960e345..30df3e26e 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -951,4 +951,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/swedish-iso-8859-1.inc.php b/lang/swedish-iso-8859-1.inc.php index b12acb376..9fb50eab7 100644 --- a/lang/swedish-iso-8859-1.inc.php +++ b/lang/swedish-iso-8859-1.inc.php @@ -954,4 +954,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index 8a59145f1..892bb9333 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -955,4 +955,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/tatarish-iso-8859-9.inc.php b/lang/tatarish-iso-8859-9.inc.php index 14985ac30..f9ad5c8e0 100644 --- a/lang/tatarish-iso-8859-9.inc.php +++ b/lang/tatarish-iso-8859-9.inc.php @@ -954,4 +954,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/tatarish-utf-8.inc.php b/lang/tatarish-utf-8.inc.php index c31f9c7d9..60c5165d7 100644 --- a/lang/tatarish-utf-8.inc.php +++ b/lang/tatarish-utf-8.inc.php @@ -955,4 +955,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/thai-tis-620.inc.php b/lang/thai-tis-620.inc.php index 8705c8eb5..cc05e0ba3 100644 --- a/lang/thai-tis-620.inc.php +++ b/lang/thai-tis-620.inc.php @@ -975,4 +975,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index 72dce0c3b..bbfd3adb2 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -976,4 +976,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/turkish-iso-8859-9.inc.php b/lang/turkish-iso-8859-9.inc.php index 2d9c5d5fd..9ae6ec66d 100644 --- a/lang/turkish-iso-8859-9.inc.php +++ b/lang/turkish-iso-8859-9.inc.php @@ -980,4 +980,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index 13ca6d4bf..379cbc1ba 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -981,4 +981,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index 8626d5912..4328cc997 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -956,4 +956,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/lang/ukrainian-windows-1251.inc.php b/lang/ukrainian-windows-1251.inc.php index 98dbc66c5..46a9c83cc 100644 --- a/lang/ukrainian-windows-1251.inc.php +++ b/lang/ukrainian-windows-1251.inc.php @@ -955,4 +955,5 @@ $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate ?> diff --git a/libraries/transformations/text_plain__sql.inc.php b/libraries/transformations/text_plain__sql.inc.php new file mode 100644 index 000000000..d7b1aced4 --- /dev/null +++ b/libraries/transformations/text_plain__sql.inc.php @@ -0,0 +1,12 @@ +