Index: trunk/extensions/ReplaceText/ReplaceText.i18n.php |
— | — | @@ -36,6 +36,7 @@ |
37 | 37 | 'replacetext_success' => '\'$1\' will be replaced with \'$2\' in $3 {{PLURAL:$3|page|pages}}.', |
38 | 38 | 'replacetext_noreplacement' => 'No pages were found containing the string \'$1\'.', |
39 | 39 | 'replacetext_nomove' => 'No pages were found whose title contains \'$1\'.', |
| 40 | + 'replacetext_nosuchcategory' => "No category exists with the name '$1'.", |
40 | 41 | 'replacetext_return' => 'Return to form.', |
41 | 42 | 'replacetext_warning' => 'There {{PLURAL:$1|is $1 page that already contains|are $1 pages that already contain}} the replacement string, \'$2\'. |
42 | 43 | If you make this replacement you will not be able to separate your replacements from these strings. |