Index: trunk/extensions/ReplaceText/ReplaceText.i18n.php |
— | — | @@ -26,6 +26,7 @@ |
27 | 27 | 'replacetext_replace' => 'Replace', |
28 | 28 | 'replacetext_success' => '\'$1\' will be replaced with \'$2\' in $3 {{PLURAL:$3|page|pages}}.', |
29 | 29 | 'replacetext_noreplacement' => 'No pages were found containing the string \'$1\'.', |
| 30 | + 'replacetext_return' => 'Return to form.', |
30 | 31 | 'replacetext_warning' => 'There {{PLURAL:$1|is $1 page that already contains|are $1 pages that already contain}} the replacement string, \'$2\'. |
31 | 32 | If you make this replacement you will not be able to separate your replacements from these strings. |
32 | 33 | Continue with the replacement?', |