r113557 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113556‎ | r113557 | r113558 >
Date:11:52, 10 March 2012
Author:raymond
Status:ok
Tags:i18nreview 
Comment:
Make group specific .css/.js pages visible on Special:AllMessages
Per request of Der Umherirrende https://translatewiki.net/wiki/Thread:User_talk:Raymond/Keys_auf_Special:AllMessages_f%C3%BCr_group-*.js/.css
Pass 2: All other extensions not running on the WMF cluster
Modified paths:
  • /trunk/extensions/Contest/Contest.i18n.php (modified) (history)
  • /trunk/extensions/LinkFilter/LinkFilter.i18n.php (modified) (history)
  • /trunk/extensions/LiveTranslate/LiveTranslate.i18n.php (modified) (history)
  • /trunk/extensions/MirrorTools/MirrorTools.i18n.php (modified) (history)
  • /trunk/extensions/Patroller/Patroller.i18n.php (modified) (history)
  • /trunk/extensions/Push/Push.i18n.php (modified) (history)
  • /trunk/extensions/SemanticWatchlist/SemanticWatchlist.i18n.php (modified) (history)
  • /trunk/extensions/Survey/Survey.i18n.php (modified) (history)
  • /trunk/extensions/Widgets/Widgets.i18n.php (modified) (history)
  • /trunk/extensions/WikiForum/WikiForum.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MirrorTools/MirrorTools.i18n.php
@@ -16,6 +16,8 @@
1717 'group-MirrorTools' => 'Mirror tool users',
1818 'group-MirrorTools-member' => '{{GENDER:$1|mirror tool user}}',
1919 'grouppage-MirrorTools' => '{{ns:project}}:Mirror tool users',
 20+ 'group-MirrorTools.css' => '/* CSS placed here will affect mirrortool users only */', # only translate this message to other languages if you have to change it
 21+ 'group-MirrorTools.js' => '/* JS placed here will affect mirrortool users only */', # only translate this message to other languages if you have to change it
2022 );
2123
2224 /** Message documentation (Message documentation)
Index: trunk/extensions/WikiForum/WikiForum.i18n.php
@@ -114,6 +114,9 @@
115115 'group-forumadmin' => 'Forum administrators',
116116 'group-forumadmin-member' => '{{GENDER:$1|forum administrator}}',
117117 'grouppage-forumadmin' => '{{ns:project}}:Forum administrators',
 118+
 119+ 'group-forumadmin.css' => '/* CSS placed here will affect forum administrators only */', # only translate this message to other languages if you have to change it
 120+ 'group-forumadmin.js' => '/* JS placed here will affect forum administrators only */', # only translate this message to other languages if you have to change it
118121 );
119122
120123 /** Message documentation (Message documentation)
Index: trunk/extensions/Contest/Contest.i18n.php
@@ -45,6 +45,13 @@
4646 'group-contestjudge-member' => '{{GENDER:$1|contest judge}}',
4747 'grouppage-contestjudge' => '{{ns:project}}:Contest judges',
4848
 49+ 'group-contestadmin.css' => '/* CSS placed here will affect contest admins only */', # only translate this message to other languages if you have to change it
 50+ 'group-contestadmin.js' => '/* JS placed here will affect contest admins only */', # only translate this message to other languages if you have to change it
 51+ 'group-contestant.css' => '/* CSS placed here will affect contestants only */', # only translate this message to other languages if you have to change it
 52+ 'group-contestant.js' => '/* JS placed here will affect contestants only */', # only translate this message to other languages if you have to change it
 53+ 'group-contestjudge.css' => '/* CSS placed here will affect contest judges only */', # only translate this message to other languages if you have to change it
 54+ 'group-contestjudge.js' => '/* JS placed here will affect contest judges only */', # only translate this message to other languages if you have to change it
 55+
4956 // Preferences
5057 'prefs-contest' => 'Contests',
5158 'contest-prefs-showtoplink' => 'Show a link to [[Special:MyContests|My Contests]] in the user menu.',
Index: trunk/extensions/LinkFilter/LinkFilter.i18n.php
@@ -75,6 +75,9 @@
7676 'grouppage-linkadmin' => '{{ns:project}}:Link administrators',
7777 // For Special:ListGroupRights
7878 'right-linkadmin' => 'Administrate user-submitted links',
 79+
 80+ 'group-linkadmin.css' => '/* CSS placed here will affect linkadmins only */', # only translate this message to other languages if you have to change it
 81+ 'group-linkadmin.js' => '/* JS placed here will affect linkadmins only */', # only translate this message to other languages if you have to change it
7982 );
8083
8184 /** Message documentation (Message documentation)
Index: trunk/extensions/Survey/Survey.i18n.php
@@ -36,6 +36,11 @@
3737 'group-surveysubmit-member' => '{{GENDER:$1|survey participant}}',
3838 'grouppage-surveysubmit' => '{{ns:project}}:Survey_participants',
3939
 40+ 'group-surveyadmin.css' => '/* CSS placed here will affect survey administrators only */', # only translate this message to other languages if you have to change it
 41+ 'group-surveyadmin.js' => '/* JS placed here will affect survey administrators only */', # only translate this message to other languages if you have to change it
 42+ 'group-surveysubmit.css' => '/* CSS placed here will affect survey participants only */', # only translate this message to other languages if you have to change it
 43+ 'group-surveysubmit.js' => '/* JS placed here will affect survey participants only */', # only translate this message to other languages if you have to change it
 44+
4045 // Special page names
4146 'special-editsurvey' => 'Survey admin',
4247 'special-surveys' => 'Surveys admin',
Index: trunk/extensions/Widgets/Widgets.i18n.php
@@ -14,6 +14,9 @@
1515 'group-widgeteditor-member' => '{{GENDER:$1|widget editor}}',
1616 'grouppage-widgeteditor' => '{{ns:project}}:Widget editors',
1717 'right-editwidgets' => 'Create and edit [http://www.mediawiki.org/wiki/Extension:Widgets widgets] in the <tt>{{ns:widget}}</tt> namespace',
 18+
 19+ 'group-widgeteditor.css' => '/* CSS placed here will affect widget editors only */', # only translate this message to other languages if you have to change it
 20+ 'group-widgeteditor.js' => '/* JS placed here will affect widget editors only */', # only translate this message to other languages if you have to change it
1821 );
1922
2023 /** Message documentation (Message documentation)
Index: trunk/extensions/Patroller/Patroller.i18n.php
@@ -38,6 +38,8 @@
3939 'group-patroller-member' => '{{GENDER:$1|patroller}}',
4040 'grouppage-patroller' => '{{ns:project}}:Patroller',
4141 'right-patroller' => 'Patrol pages',
 42+ 'group-patroller.css' => '/* CSS placed here will affect patrollers only */', # only translate this message to other languages if you have to change it
 43+ 'group-patroller.js' => '/* JS placed here will affect patrollers only */', # only translate this message to other languages if you have to change it
4244 );
4345
4446 /** Message documentation (Message documentation)
Index: trunk/extensions/LiveTranslate/LiveTranslate.i18n.php
@@ -24,6 +24,9 @@
2525 'group-tmxadmin-member' => '{{GENDER:$1|TMX administrator}}',
2626 'grouppage-tmxadmin' => '{{ns:project}}:TMX administrators',
2727
 28+ 'group-tmxadmin.css' => '/* CSS placed here will affect TMX administrators only */', # only translate this message to other languages if you have to change it
 29+ 'group-tmxadmin.js' => '/* JS placed here will affect TMX administrators only */', # only translate this message to other languages if you have to change it
 30+
2831 // Translation interface
2932 'livetranslate-translate-to' => 'Translate this page to',
3033 'livetranslate-button-translate' => 'Translate',
Index: trunk/extensions/Push/Push.i18n.php
@@ -37,6 +37,13 @@
3838 'group-filepusher-member' => '{{GENDER:$1|file pusher}}',
3939 'grouppage-filepusher' => '{{ns:project}}:File pushers',
4040
 41+ 'group-pusher.css' => '/* CSS placed here will affect pushers only */', # only translate this message to other languages if you have to change it
 42+ 'group-pusher.js' => '/* JS placed here will affect pushers only */', # only translate this message to other languages if you have to change it
 43+ 'group-bulkpusher.css' => '/* CSS placed here will affect bulkpushers only */', # only translate this message to other languages if you have to change it
 44+ 'group-bulkpusher.js' => '/* JS placed here will affect bulkpushers only */', # only translate this message to other languages if you have to change it
 45+ 'group-filepusher.css' => '/* CSS placed here will affect filepushers only */', # only translate this message to other languages if you have to change it
 46+ 'group-filepusher.js' => '/* JS placed here will affect filepushers only */', # only translate this message to other languages if you have to change it
 47+
4148 'push-err-captacha' => 'Could not push to $1 due to captcha.',
4249 'push-err-captcha-page' => 'Could not push page $1 to all targets due to CAPTCHA.',
4350 'push-err-authentication' => 'Authentication at $1 failed. $2',
Index: trunk/extensions/SemanticWatchlist/SemanticWatchlist.i18n.php
@@ -30,6 +30,9 @@
3131 'group-swladmins-member' => '{{GENDER:$1|Semantic Watchlist administrator}}',
3232 'grouppage-swladmins' => '{{ns:project}}:Semantic Watchlist administrators',
3333
 34+ 'group-swladmins.css' => '/* CSS placed here will affect Semantic watchlist administrators only */', # only translate this message to other languages if you have to change it
 35+ 'group-swladmins.js' => '/* JS placed here will affect Semantic watchlist administrators only */', # only translate this message to other languages if you have to change it
 36+
3437 // Special:WatchlistConditions
3538 'swl-group-name' => 'Group name:',
3639 'swl-group-properties' => 'Properties covered by this group:',

Follow-up revisions

RevisionCommit summaryAuthorDate
r113558r113556/r113557: Update keys.raymond11:53, 10 March 2012

Status & tagging log