mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ReplaceText
synced 2024-11-15 19:09:27 +00:00
Added 'replacetext_nomove' message
This commit is contained in:
parent
dcb2567ce2
commit
951642c5e9
Notes:
Yaron Koren
2009-07-20 18:49:29 +00:00
|
@ -32,6 +32,7 @@ $messages['en'] = array(
|
|||
'replacetext_replace' => 'Replace',
|
||||
'replacetext_success' => '\'$1\' will be replaced with \'$2\' in $3 {{PLURAL:$3|page|pages}}.',
|
||||
'replacetext_noreplacement' => 'No pages were found containing the string \'$1\'.',
|
||||
'replacetext_nomove' => 'No pages were found whose title contains \'$1\'.',
|
||||
'replacetext_return' => 'Return to form.',
|
||||
'replacetext_warning' => 'There {{PLURAL:$1|is $1 page that already contains|are $1 pages that already contain}} the replacement string, \'$2\'.
|
||||
If you make this replacement you will not be able to separate your replacements from these strings.
|
||||
|
|
Loading…
Reference in a new issue