mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Nuke
synced 2024-11-15 11:59:48 +00:00
* fix some inconsistency and style issues
Note to translators: no changes that require translation updates
This commit is contained in:
parent
872c7470e3
commit
5bf627559a
|
@ -15,9 +15,11 @@ $messages['en'] = array(
|
||||||
'nuke' => 'Mass delete',
|
'nuke' => 'Mass delete',
|
||||||
'nuke-desc' => 'Gives sysops the ability to [[Special:Nuke|mass delete]] pages',
|
'nuke-desc' => 'Gives sysops the ability to [[Special:Nuke|mass delete]] pages',
|
||||||
'nuke-nopages' => "No new pages by [[Special:Contributions/$1|$1]] in recent changes.",
|
'nuke-nopages' => "No new pages by [[Special:Contributions/$1|$1]] in recent changes.",
|
||||||
'nuke-list' => "The following pages were recently created by [[Special:Contributions/$1|$1]]; put in a comment and hit the button to delete them.",
|
'nuke-list' => "The following pages were recently created by [[Special:Contributions/$1|$1]];
|
||||||
|
put in a comment and hit the button to delete them.",
|
||||||
'nuke-defaultreason' => "Mass removal of pages added by $1",
|
'nuke-defaultreason' => "Mass removal of pages added by $1",
|
||||||
'nuke-tools' => 'This tool allows for mass deletions of pages recently added by a given user or IP. Input the username or IP to get a list of pages to delete:',
|
'nuke-tools' => 'This tool allows for mass deletions of pages recently added by a given user or IP.
|
||||||
|
Input the username or IP to get a list of pages to delete:',
|
||||||
'nuke-submit-user' => 'Go',
|
'nuke-submit-user' => 'Go',
|
||||||
'nuke-submit-delete' => 'Delete selected',
|
'nuke-submit-delete' => 'Delete selected',
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue