Index: trunk/extensions/ReplaceText/ReplaceText.i18n.php |
— | — | @@ -20,6 +20,8 @@ |
21 | 21 | Your name will appear in page histories as the user responsible for any changes.', |
22 | 22 | 'replacetext_originaltext' => 'Original text:', |
23 | 23 | 'replacetext_replacementtext' => 'Replacement text:', |
| 24 | + 'replacetext_useregex' => 'Use regular expressions and wildcards', |
| 25 | + 'replacetext_regexdocu' => '(Example: values of "a(.*)c" for "Original text" and "ac$1" for "Replacement text" would replace "abc" with "acb".)', |
24 | 26 | 'replacetext_optionalfilters' => 'Optional filters:', |
25 | 27 | 'replacetext_categorysearch' => 'Replace only in category:', |
26 | 28 | 'replacetext_prefixsearch' => 'Replace only in pages with the prefix:', |