diff --git a/ChangeLog b/ChangeLog index 02b209bf3..f3dcaef69 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ $Source$ * tbl_change.php, libraries/common.lib.php, lang/*: new function PMA_showHint($message), new $strUseTabKey, new light bulb image (temporary) + * server_privileges.php: bug #916117, PMA_showHint($strEscapeWildcards) 2004-10-19 Michal ÄŒihaÅ™ * export.php: Use just \n for SQL exports (bug #1042521). diff --git a/lang/afrikaans-iso-8859-1.inc.php b/lang/afrikaans-iso-8859-1.inc.php index 167cf3684..3f484ef95 100644 --- a/lang/afrikaans-iso-8859-1.inc.php +++ b/lang/afrikaans-iso-8859-1.inc.php @@ -736,4 +736,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index e167d4ea9..c956342b7 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -737,4 +737,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/albanian-iso-8859-1.inc.php b/lang/albanian-iso-8859-1.inc.php index 34da07fe0..0fd8aea57 100644 --- a/lang/albanian-iso-8859-1.inc.php +++ b/lang/albanian-iso-8859-1.inc.php @@ -726,4 +726,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index 93d58c93d..3e5f7716d 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -727,4 +727,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index f5976e0ae..3c72222d6 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -730,4 +730,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/arabic-windows-1256.inc.php b/lang/arabic-windows-1256.inc.php index 56eb8d0ae..cfee42684 100644 --- a/lang/arabic-windows-1256.inc.php +++ b/lang/arabic-windows-1256.inc.php @@ -729,4 +729,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/azerbaijani-iso-8859-9.inc.php b/lang/azerbaijani-iso-8859-9.inc.php index 188d538e5..3cb6e6a31 100644 --- a/lang/azerbaijani-iso-8859-9.inc.php +++ b/lang/azerbaijani-iso-8859-9.inc.php @@ -725,4 +725,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index eb46ec230..7a3282ba5 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -726,4 +726,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/basque-iso-8859-1.inc.php b/lang/basque-iso-8859-1.inc.php index a1c05b8c4..0d2ba2322 100644 --- a/lang/basque-iso-8859-1.inc.php +++ b/lang/basque-iso-8859-1.inc.php @@ -728,4 +728,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index a192ce653..2dac99a33 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -729,4 +729,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index 48c881f4e..a1b4aa55e 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -735,4 +735,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/bosnian-windows-1250.inc.php b/lang/bosnian-windows-1250.inc.php index 335482e67..d99407ccf 100644 --- a/lang/bosnian-windows-1250.inc.php +++ b/lang/bosnian-windows-1250.inc.php @@ -734,4 +734,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php b/lang/brazilian_portuguese-iso-8859-1.inc.php index 37fe365b6..2307c5431 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php @@ -750,4 +750,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index a4c21455d..59c225655 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -751,4 +751,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/bulgarian-koi8-r.inc.php b/lang/bulgarian-koi8-r.inc.php index d188c8534..8762c1d38 100644 --- a/lang/bulgarian-koi8-r.inc.php +++ b/lang/bulgarian-koi8-r.inc.php @@ -735,4 +735,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index 87df716d2..fc53a564c 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -736,4 +736,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/bulgarian-windows-1251.inc.php b/lang/bulgarian-windows-1251.inc.php index dc3c6d964..eb786d42b 100644 --- a/lang/bulgarian-windows-1251.inc.php +++ b/lang/bulgarian-windows-1251.inc.php @@ -735,4 +735,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/catalan-iso-8859-1.inc.php b/lang/catalan-iso-8859-1.inc.php index 19e673289..dac152e6d 100644 --- a/lang/catalan-iso-8859-1.inc.php +++ b/lang/catalan-iso-8859-1.inc.php @@ -721,4 +721,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index f6ee01a09..893307fb9 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -722,4 +722,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/chinese_simplified-gb2312.inc.php b/lang/chinese_simplified-gb2312.inc.php index d5a6e65da..f791b00c8 100644 --- a/lang/chinese_simplified-gb2312.inc.php +++ b/lang/chinese_simplified-gb2312.inc.php @@ -727,4 +727,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/chinese_simplified-utf-8.inc.php b/lang/chinese_simplified-utf-8.inc.php index 87944f6a3..05f69332a 100644 --- a/lang/chinese_simplified-utf-8.inc.php +++ b/lang/chinese_simplified-utf-8.inc.php @@ -728,4 +728,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/chinese_traditional-big5.inc.php b/lang/chinese_traditional-big5.inc.php index ec7096386..862da2291 100644 --- a/lang/chinese_traditional-big5.inc.php +++ b/lang/chinese_traditional-big5.inc.php @@ -727,4 +727,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/chinese_traditional-utf-8.inc.php b/lang/chinese_traditional-utf-8.inc.php index f0a727d26..d7ef45436 100644 --- a/lang/chinese_traditional-utf-8.inc.php +++ b/lang/chinese_traditional-utf-8.inc.php @@ -731,4 +731,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/croatian-iso-8859-2.inc.php b/lang/croatian-iso-8859-2.inc.php index ccb3baf1b..0ab206d8a 100644 --- a/lang/croatian-iso-8859-2.inc.php +++ b/lang/croatian-iso-8859-2.inc.php @@ -749,4 +749,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index 845785e5c..97ac1dbcf 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -750,4 +750,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/croatian-windows-1250.inc.php b/lang/croatian-windows-1250.inc.php index 92a5fe0aa..0cd2e0b25 100644 --- a/lang/croatian-windows-1250.inc.php +++ b/lang/croatian-windows-1250.inc.php @@ -749,4 +749,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/czech-iso-8859-2.inc.php b/lang/czech-iso-8859-2.inc.php index 17f1bb5f7..b63da0a84 100644 --- a/lang/czech-iso-8859-2.inc.php +++ b/lang/czech-iso-8859-2.inc.php @@ -727,4 +727,5 @@ $strZeroRemovesTheLimit = 'Pozn $strZip = '"zazipováno"'; $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index a169463f6..fdb5936ce 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -728,4 +728,5 @@ $strZeroRemovesTheLimit = 'Poznámka: Nastavení tÄ›chto parametrů na 0 (nulu) $strZip = '"zazipováno"'; $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/czech-windows-1250.inc.php b/lang/czech-windows-1250.inc.php index 004f1092e..af892efc0 100644 --- a/lang/czech-windows-1250.inc.php +++ b/lang/czech-windows-1250.inc.php @@ -727,4 +727,5 @@ $strZeroRemovesTheLimit = 'Pozn $strZip = '"zazipováno"'; $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/danish-iso-8859-1.inc.php b/lang/danish-iso-8859-1.inc.php index 594dabd9e..d31dbbfc3 100644 --- a/lang/danish-iso-8859-1.inc.php +++ b/lang/danish-iso-8859-1.inc.php @@ -721,4 +721,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index 6de99cfee..9f3ad3006 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -722,4 +722,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/dutch-iso-8859-1.inc.php b/lang/dutch-iso-8859-1.inc.php index 966df1023..da2d596ed 100644 --- a/lang/dutch-iso-8859-1.inc.php +++ b/lang/dutch-iso-8859-1.inc.php @@ -725,4 +725,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index 57f67357f..e318a2647 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -726,4 +726,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/english-iso-8859-1.inc.php b/lang/english-iso-8859-1.inc.php index 3b8ad0d06..9ed1db607 100644 --- a/lang/english-iso-8859-1.inc.php +++ b/lang/english-iso-8859-1.inc.php @@ -222,6 +222,7 @@ $strEndRaw = 'END RAW'; $strEnglish = 'English'; $strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; $strError = 'Error'; +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; $strEstonian = 'Estonian'; $strExcelEdition = 'Excel edition'; $strExcelOptions = 'Excel options'; diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index af1b90725..7adc35501 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -223,6 +223,7 @@ $strEndRaw = 'END RAW'; $strEnglish = 'English'; $strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; $strError = 'Error'; +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; $strEstonian = 'Estonian'; $strExcelEdition = 'Excel edition'; $strExcelOptions = 'Excel options'; @@ -683,6 +684,7 @@ $strUpgrade = 'You should upgrade to %s %s or later.'; $strUsage = 'Usage'; $strUseBackquotes = 'Enclose table and field names with backquotes'; $strUseHostTable = 'Use Host Table'; +$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; $strUseTables = 'Use Tables'; $strUseTextField = 'Use text field'; $strUseThisValue = 'Use this value'; @@ -721,5 +723,4 @@ $strYes = 'Yes'; $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; $strZip = '"zipped"'; -$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate ?> diff --git a/lang/estonian-iso-8859-1.inc.php b/lang/estonian-iso-8859-1.inc.php index bcde0ef03..f87ce8b0a 100644 --- a/lang/estonian-iso-8859-1.inc.php +++ b/lang/estonian-iso-8859-1.inc.php @@ -721,4 +721,5 @@ $strZeroRemovesTheLimit = 'M $strZip = '"zipitud"'; $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index 408948743..4fdc82ce7 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -722,4 +722,5 @@ $strZeroRemovesTheLimit = 'Märkus: Märkides antud seaded 0 (null) , eemaldate $strZip = '"zipitud"'; $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/finnish-iso-8859-1.inc.php b/lang/finnish-iso-8859-1.inc.php index 829f786d2..d0e386583 100644 --- a/lang/finnish-iso-8859-1.inc.php +++ b/lang/finnish-iso-8859-1.inc.php @@ -746,4 +746,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index 640f2b292..2fde9dfe4 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -747,4 +747,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/french-iso-8859-1.inc.php b/lang/french-iso-8859-1.inc.php index 21ded28da..eb9e10535 100644 --- a/lang/french-iso-8859-1.inc.php +++ b/lang/french-iso-8859-1.inc.php @@ -722,4 +722,5 @@ $strYes = 'Oui'; $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.'; $strZip = '"zippé"'; +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index 84c60119b..fe38fe646 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -723,4 +723,5 @@ $strYes = 'Oui'; $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.'; $strZip = '"zippé"'; +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/galician-iso-8859-1.inc.php b/lang/galician-iso-8859-1.inc.php index 2471fe426..55359287c 100644 --- a/lang/galician-iso-8859-1.inc.php +++ b/lang/galician-iso-8859-1.inc.php @@ -726,4 +726,5 @@ $strZeroRemovesTheLimit = 'Nota: Se estas opci $strZip = 'comprimido no formato "zip"'; $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index d88a5070f..4df053201 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -727,4 +727,5 @@ $strZeroRemovesTheLimit = 'Nota: Se estas opcións se configuran como 0 (cero) e $strZip = 'comprimido no formato "zip"'; $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index 1269fa016..29118d4cd 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -750,4 +750,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/german-iso-8859-1.inc.php b/lang/german-iso-8859-1.inc.php index 618e86607..75c371a6f 100644 --- a/lang/german-iso-8859-1.inc.php +++ b/lang/german-iso-8859-1.inc.php @@ -729,4 +729,5 @@ $strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschr $strZip = 'Zip-komprimiert'; $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index 7b82d16fd..60386c8c6 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -730,4 +730,5 @@ $strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränku $strZip = 'Zip-komprimiert'; $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/greek-iso-8859-7.inc.php b/lang/greek-iso-8859-7.inc.php index 6503a896d..e4ad2b9c3 100644 --- a/lang/greek-iso-8859-7.inc.php +++ b/lang/greek-iso-8859-7.inc.php @@ -730,4 +730,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index 86b1a237d..ce08c4bc5 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -731,4 +731,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php b/lang/hebrew-iso-8859-8-i.inc.php index 2b016113f..ebf691196 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php +++ b/lang/hebrew-iso-8859-8-i.inc.php @@ -746,4 +746,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/hebrew-utf-8.inc.php b/lang/hebrew-utf-8.inc.php index 0986ab4d2..a1c0a0468 100644 --- a/lang/hebrew-utf-8.inc.php +++ b/lang/hebrew-utf-8.inc.php @@ -747,4 +747,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index d55b63671..4abec6747 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -754,4 +754,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/hungarian-iso-8859-2.inc.php b/lang/hungarian-iso-8859-2.inc.php index 27a139ffa..978ec4380 100644 --- a/lang/hungarian-iso-8859-2.inc.php +++ b/lang/hungarian-iso-8859-2.inc.php @@ -728,4 +728,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index ee43b8b2a..58a083570 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -729,4 +729,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/indonesian-iso-8859-1.inc.php b/lang/indonesian-iso-8859-1.inc.php index 89091aadb..c00fadef6 100644 --- a/lang/indonesian-iso-8859-1.inc.php +++ b/lang/indonesian-iso-8859-1.inc.php @@ -721,4 +721,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index c4f45d3f7..9f1a4c243 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -722,4 +722,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/italian-iso-8859-1.inc.php b/lang/italian-iso-8859-1.inc.php index c2a562105..21f44018c 100644 --- a/lang/italian-iso-8859-1.inc.php +++ b/lang/italian-iso-8859-1.inc.php @@ -726,4 +726,5 @@ $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.'; $strZip = '"compresso con zip"'; $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index 940d459de..3356fa0a4 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -727,4 +727,5 @@ $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.'; $strZip = '"compresso con zip"'; $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/japanese-euc.inc.php b/lang/japanese-euc.inc.php index f4a21df7a..4cc9aa66e 100644 --- a/lang/japanese-euc.inc.php +++ b/lang/japanese-euc.inc.php @@ -742,4 +742,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/japanese-sjis.inc.php b/lang/japanese-sjis.inc.php index 13cfa8590..b4033a719 100644 --- a/lang/japanese-sjis.inc.php +++ b/lang/japanese-sjis.inc.php @@ -743,4 +743,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index bc0f10018..c55ba7014 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -743,4 +743,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/korean-euc-kr.inc.php b/lang/korean-euc-kr.inc.php index 1e4271857..3ccba8793 100644 --- a/lang/korean-euc-kr.inc.php +++ b/lang/korean-euc-kr.inc.php @@ -744,4 +744,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php index def852331..50ebd4a5b 100644 --- a/lang/korean-utf-8.inc.php +++ b/lang/korean-utf-8.inc.php @@ -745,4 +745,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index 3c72d64a8..ff95b93df 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -728,4 +728,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/latvian-windows-1257.inc.php b/lang/latvian-windows-1257.inc.php index e1b197f68..c3e4e7aa4 100644 --- a/lang/latvian-windows-1257.inc.php +++ b/lang/latvian-windows-1257.inc.php @@ -727,4 +727,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index b1d94bdf5..27d583310 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -722,4 +722,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/lithuanian-windows-1257.inc.php b/lang/lithuanian-windows-1257.inc.php index c83a70f11..dec92daf2 100644 --- a/lang/lithuanian-windows-1257.inc.php +++ b/lang/lithuanian-windows-1257.inc.php @@ -721,4 +721,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/malay-iso-8859-1.inc.php b/lang/malay-iso-8859-1.inc.php index 2f43458e8..eb499be28 100644 --- a/lang/malay-iso-8859-1.inc.php +++ b/lang/malay-iso-8859-1.inc.php @@ -745,4 +745,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index 5f1a832e3..0cb3138cf 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -746,4 +746,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/norwegian-iso-8859-1.inc.php b/lang/norwegian-iso-8859-1.inc.php index 5cf0faba6..e7f876084 100644 --- a/lang/norwegian-iso-8859-1.inc.php +++ b/lang/norwegian-iso-8859-1.inc.php @@ -725,4 +725,5 @@ $strZeroRemovesTheLimit = 'Merk: Ved $strZip = 'Komprimert (zip)'; $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index 1ed497a81..4ab967d80 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -726,4 +726,5 @@ $strZeroRemovesTheLimit = 'Merk: Ved Ã¥ sette disse til 0 (null) fjernes begrens $strZip = 'Komprimert (zip)'; $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index 387a3413b..2587b1b29 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -751,4 +751,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/persian-windows-1256.inc.php b/lang/persian-windows-1256.inc.php index 374b72935..d9eca252f 100644 --- a/lang/persian-windows-1256.inc.php +++ b/lang/persian-windows-1256.inc.php @@ -750,4 +750,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/polish-iso-8859-2.inc.php b/lang/polish-iso-8859-2.inc.php index 7675eab5b..b15157017 100644 --- a/lang/polish-iso-8859-2.inc.php +++ b/lang/polish-iso-8859-2.inc.php @@ -721,4 +721,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index 52f9112fd..d201029f7 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -722,4 +722,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/portuguese-iso-8859-1.inc.php b/lang/portuguese-iso-8859-1.inc.php index 33af335ab..671d53b6e 100644 --- a/lang/portuguese-iso-8859-1.inc.php +++ b/lang/portuguese-iso-8859-1.inc.php @@ -741,4 +741,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index 124b052fa..5bed6cf2e 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -742,4 +742,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/romanian-iso-8859-1.inc.php b/lang/romanian-iso-8859-1.inc.php index 9783e72e9..460fea223 100644 --- a/lang/romanian-iso-8859-1.inc.php +++ b/lang/romanian-iso-8859-1.inc.php @@ -722,4 +722,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index 896c5cf91..1bbceaa0b 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -723,4 +723,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/russian-cp-866.inc.php b/lang/russian-cp-866.inc.php index d9819b978..3f01f1aa7 100644 --- a/lang/russian-cp-866.inc.php +++ b/lang/russian-cp-866.inc.php @@ -729,4 +729,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/russian-koi8-r.inc.php b/lang/russian-koi8-r.inc.php index 9502acb0c..ab557319b 100644 --- a/lang/russian-koi8-r.inc.php +++ b/lang/russian-koi8-r.inc.php @@ -729,4 +729,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index cedd1a414..984b33c66 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -730,4 +730,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/russian-windows-1251.inc.php b/lang/russian-windows-1251.inc.php index 78106ffea..3d8dbf410 100644 --- a/lang/russian-windows-1251.inc.php +++ b/lang/russian-windows-1251.inc.php @@ -729,4 +729,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index cca80fc46..0bdfbf66a 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -728,4 +728,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/serbian_cyrillic-windows-1251.inc.php b/lang/serbian_cyrillic-windows-1251.inc.php index 9a0dcada3..a67913741 100644 --- a/lang/serbian_cyrillic-windows-1251.inc.php +++ b/lang/serbian_cyrillic-windows-1251.inc.php @@ -727,4 +727,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index 0e66ffcbe..155708ef8 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -728,4 +728,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/serbian_latin-windows-1250.inc.php b/lang/serbian_latin-windows-1250.inc.php index 6662a5e0d..9fb9549f8 100644 --- a/lang/serbian_latin-windows-1250.inc.php +++ b/lang/serbian_latin-windows-1250.inc.php @@ -727,4 +727,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/slovak-iso-8859-2.inc.php b/lang/slovak-iso-8859-2.inc.php index e92da6653..367f7e01d 100644 --- a/lang/slovak-iso-8859-2.inc.php +++ b/lang/slovak-iso-8859-2.inc.php @@ -723,4 +723,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index 36c3b5d63..099749618 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -724,4 +724,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/slovak-windows-1250.inc.php b/lang/slovak-windows-1250.inc.php index a1e161fb9..e621c25a1 100644 --- a/lang/slovak-windows-1250.inc.php +++ b/lang/slovak-windows-1250.inc.php @@ -723,4 +723,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/slovenian-iso-8859-2.inc.php b/lang/slovenian-iso-8859-2.inc.php index 7b9c9fc08..18968367d 100644 --- a/lang/slovenian-iso-8859-2.inc.php +++ b/lang/slovenian-iso-8859-2.inc.php @@ -723,4 +723,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index 765f30016..bd741133f 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -724,4 +724,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/slovenian-windows-1250.inc.php b/lang/slovenian-windows-1250.inc.php index e1f121fc8..3116dfe98 100644 --- a/lang/slovenian-windows-1250.inc.php +++ b/lang/slovenian-windows-1250.inc.php @@ -723,4 +723,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/spanish-iso-8859-1.inc.php b/lang/spanish-iso-8859-1.inc.php index ccd0e7520..8ff324ee7 100644 --- a/lang/spanish-iso-8859-1.inc.php +++ b/lang/spanish-iso-8859-1.inc.php @@ -721,4 +721,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index 20513a529..de8c38868 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -722,4 +722,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/swedish-iso-8859-1.inc.php b/lang/swedish-iso-8859-1.inc.php index 2898b5649..7565d56c5 100644 --- a/lang/swedish-iso-8859-1.inc.php +++ b/lang/swedish-iso-8859-1.inc.php @@ -721,4 +721,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index d1e7e22c9..3dac45d87 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -722,4 +722,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/thai-tis-620.inc.php b/lang/thai-tis-620.inc.php index 2edeef026..279feb3c7 100644 --- a/lang/thai-tis-620.inc.php +++ b/lang/thai-tis-620.inc.php @@ -746,4 +746,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index 29e562331..cc64b013e 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -747,4 +747,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/turkish-iso-8859-9.inc.php b/lang/turkish-iso-8859-9.inc.php index fdf957898..4fdbbad2b 100644 --- a/lang/turkish-iso-8859-9.inc.php +++ b/lang/turkish-iso-8859-9.inc.php @@ -735,4 +735,5 @@ $strZeroRemovesTheLimit = 'Not: Bu se $strZip = '"ziplenmiþ"'; $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index f4b78ef87..62464ea01 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -736,4 +736,5 @@ $strZeroRemovesTheLimit = 'Not: Bu seçeneklerin 0\'a ayarlanması sınırı kal $strZip = '"ziplenmiÅŸ"'; $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index fe0eb9a15..7f951cf9b 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -727,4 +727,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/ukrainian-windows-1251.inc.php b/lang/ukrainian-windows-1251.inc.php index e4af1def2..9cb06c5e2 100644 --- a/lang/ukrainian-windows-1251.inc.php +++ b/lang/ukrainian-windows-1251.inc.php @@ -726,4 +726,5 @@ $strAddFields = 'Add %s field(s)'; //to translate $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/server_privileges.php b/server_privileges.php index 43b31d7c1..5c2e6c621 100644 --- a/server_privileges.php +++ b/server_privileges.php @@ -1217,7 +1217,7 @@ if (empty($adduser) && empty($checkprivs)) { } echo ' ' . "\n"; } - echo ' ' . "\n" + echo ' ' . PMA_showHint($strEscapeWildcards) . "\n" . ' ' . "\n" . ' ' . "\n" . ' ' . "\n"