Index: trunk/extensions/MassBlank/MassBlank.i18n.php |
— | — | @@ -13,25 +13,21 @@ |
14 | 14 | $messages['en'] = array( |
15 | 15 | 'massblank' => 'Mass blank', |
16 | 16 | 'massblank-desc' => 'Gives administrators the ability to [[Special:MassBlank|mass blank]] pages', |
17 | | - 'massblank-nopages' => "No new pages by [[Special:Contributions/$1|$1]] in recent changes.", |
18 | | - 'massblank-list' => "The following pages were recently created by [[Special:Contributions/$1|$1]]; |
19 | | -put in a comment and hit the button to blank them.", |
20 | | - 'massblank-defaultreason' => "Mass blanking of pages added by $1", |
21 | | - 'massblank-tools' => 'This tool allows for mass blanking of pages recently added by a given user or IP. |
22 | | -Input the username or IP to get a list of pages to blank.', |
| 17 | + 'massblank-nopages' => 'No new pages by [[Special:Contributions/$1|$1]] in recent changes.', |
| 18 | + 'massblank-list' => 'The following pages were recently created by [[Special:Contributions/$1|$1]]; |
| 19 | +put in a comment and hit the button to blank them.', |
| 20 | + 'massblank-defaultreason' => 'Mass blanking of pages added by $1', |
| 21 | + 'massblank-tools' => 'This tool allows for mass blanking of pages recently added by a given user or an IP address. |
| 22 | +Input the username or IP address to get a list of pages to blank.', |
23 | 23 | 'massblank-submit-user' => 'Go', |
24 | | - 'massblank-submit-blank' => 'Blank selected', |
| 24 | + 'massblank-submit-blank' => 'Blank selected', |
| 25 | + 'massblank-blankcomment' => 'Reason for blanking:', |
25 | 26 | 'right-massblank' => 'Mass blank pages', |
26 | | - 'massblank-blankcomment' => 'Reason for blanking: ', |
27 | 27 | ); |
28 | 28 | |
29 | | -/** Message documentation (Message documentation) |
30 | | - * @author Jon Harald Søby |
31 | | - * @author Meno25 |
32 | | - * @author Purodha |
33 | | - */ |
| 29 | +/** Message documentation (Message documentation) */ |
34 | 30 | $messages['qqq'] = array( |
35 | 31 | 'massblank-desc' => 'Short description of the MassBlank extension, shown in [[Special:Version]]. Do not translate or change links.', |
36 | 32 | 'massblank-submit-user' => '{{Identical|Go}}', |
37 | 33 | 'right-massblank' => '{{doc-right}}', |
38 | | -); |
\ No newline at end of file |
| 34 | +); |
Index: trunk/extensions/MassBlank/MassBlank.alias.php |
— | — | @@ -12,4 +12,4 @@ |
13 | 13 | */ |
14 | 14 | $aliases['en'] = array( |
15 | 15 | 'MassBlank' => array( 'MassBlank' ), |
16 | | -); |
\ No newline at end of file |
| 16 | +); |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -634,6 +634,9 @@ |
635 | 635 | descmsg = maps_desc |
636 | 636 | optional = maps_name, maps_googlemaps2, maps_googlemaps3, maps_yahoomaps, maps_openlayers, maps_osm |
637 | 637 | |
| 638 | +Mass Blank |
| 639 | +aliasfile = MassBlank/MassBlank.alias.php |
| 640 | + |
638 | 641 | Mass Edit Regex |
639 | 642 | |
640 | 643 | Math Stat Functions |