r66922 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66921‎ | r66922 | r66923 >
Date:14:42, 26 May 2010
Author:raymond
Status:ok
Tags:
Comment:
Tweak messages for consistency
Add Mass Blank extension to translatewiki
Modified paths:
  • /trunk/extensions/MassBlank/MassBlank.alias.php (modified) (history)
  • /trunk/extensions/MassBlank/MassBlank.i18n.php (modified) (history)
  • /trunk/extensions/Translate/groups/mediawiki-defines.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/MassBlank/MassBlank.i18n.php
@@ -13,25 +13,21 @@
1414 $messages['en'] = array(
1515 'massblank' => 'Mass blank',
1616 '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.',
2323 'massblank-submit-user' => 'Go',
24 - 'massblank-submit-blank' => 'Blank selected',
 24+ 'massblank-submit-blank' => 'Blank selected',
 25+ 'massblank-blankcomment' => 'Reason for blanking:',
2526 'right-massblank' => 'Mass blank pages',
26 - 'massblank-blankcomment' => 'Reason for blanking: ',
2727 );
2828
29 -/** Message documentation (Message documentation)
30 - * @author Jon Harald Søby
31 - * @author Meno25
32 - * @author Purodha
33 - */
 29+/** Message documentation (Message documentation) */
3430 $messages['qqq'] = array(
3531 'massblank-desc' => 'Short description of the MassBlank extension, shown in [[Special:Version]]. Do not translate or change links.',
3632 'massblank-submit-user' => '{{Identical|Go}}',
3733 'right-massblank' => '{{doc-right}}',
38 -);
\ No newline at end of file
 34+);
Index: trunk/extensions/MassBlank/MassBlank.alias.php
@@ -12,4 +12,4 @@
1313 */
1414 $aliases['en'] = array(
1515 'MassBlank' => array( 'MassBlank' ),
16 -);
\ No newline at end of file
 16+);
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt
@@ -634,6 +634,9 @@
635635 descmsg = maps_desc
636636 optional = maps_name, maps_googlemaps2, maps_googlemaps3, maps_yahoomaps, maps_openlayers, maps_osm
637637
 638+Mass Blank
 639+aliasfile = MassBlank/MassBlank.alias.php
 640+
638641 Mass Edit Regex
639642
640643 Math Stat Functions

Status & tagging log