r65510 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65509‎ | r65510 | r65511 >
Date:14:03, 24 April 2010
Author:siebrand
Status:ok
Tags:
Comment:
Add message for special page group description used in both Storyboard and ContributionReporting to WikimediaMessages and remove them from the extensions.
Modified paths:
  • /trunk/extensions/ContributionReporting/ContributionReporting.i18n.php (modified) (history)
  • /trunk/extensions/Storyboard/Storyboard.i18n.php (modified) (history)
  • /trunk/extensions/WikimediaMessages/WikimediaMessages.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Storyboard/Storyboard.i18n.php
@@ -18,7 +18,6 @@
1919 'storyboard-name' => 'Storyboard',
2020 'storyboard-desc' => 'Provides a [[Special:Story|landing page for donors]], a page where stories can be [[Special:StorySubmission|submitted]] and a [[Special:StoryReview|story moderation interface]]',
2121 'right-storyreview' => 'Review, edit, publish, and hide stories',
22 - 'specialpages-group-contribution' => 'Contribution',
2322
2423 // Story states
2524 'storyboard-unpublished' => 'Unpublished',
Index: trunk/extensions/WikimediaMessages/WikimediaMessages.i18n.php
@@ -25,6 +25,9 @@
2626 ** helppage|help
2727 ** sitesupport-url|sitesupport', # do not translate or duplicate this message to other languages
2828
 29+ # Message used by multiple extensions (StoryBoard and ContributionReporting)
 30+ 'specialpages-group-contribution' => 'Contribution/Fundraiser',
 31+
2932 # Per http://lists.wikimedia.org/pipermail/wikitech-l/2008-September/039454.html
3033 'robots.txt' => '# Lines here will be added to the global robots.txt', # do not translate or duplicate this message to other languages
3134
Index: trunk/extensions/ContributionReporting/ContributionReporting.i18n.php
@@ -92,8 +92,6 @@
9393 'fundraiserstats-tab-averages' => 'Averages (USD)',
9494 'fundraiserstats-tab-maximums' => 'Maximums (USD)',
9595 'fundraiserstats-tab-ytd' => 'Year-to-date (USD)',
96 -
97 - 'specialpages-group-contribution' => 'Contributions/Fundraiser',
9896 );
9997
10098 /** Message documentation (Message documentation)

Status & tagging log