r113556 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113555‎ | r113556 | r113557 >
Date:11:51, 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 1: Extensions running on the WMF cluster
Modified paths:
  • /trunk/extensions/CheckUser/CheckUser.i18n.php (modified) (history)
  • /trunk/extensions/CodeReview/CodeReview.i18n.php (modified) (history)
  • /trunk/extensions/FlaggedRevs/frontend/language/FlaggedRevs.i18n.php (modified) (history)
  • /trunk/extensions/Translate/Translate.i18n.php (modified) (history)
  • /trunk/extensions/UploadWizard/UploadWizard.i18n.php (modified) (history)
  • /trunk/extensions/WikimediaIncubator/WikimediaIncubator.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/UploadWizard.i18n.php
@@ -21,6 +21,10 @@
2222 'group-upwizcampeditors' => 'Upload Wizard campaign editors',
2323 'group-upwizcampeditors-member' => '{{GENDER:$1|Upload Wizard campaign editor}}',
2424 'grouppage-upwizcampeditors' => '{{ns:project}}:Upload Wizard campaign editors',
 25+
 26+ 'group-upwizcampeditors.css' => '/* CSS placed here will affect upload wizard campaign editors only */', # only translate this message to other languages if you have to change it
 27+ 'group-upwizcampeditors.js' => '/* JS placed here will affect upload wizard campaign editors only */', # only translate this message to other languages if you have to change it
 28+
2529 'mwe-upwiz-js-off' => 'UploadWizard uses JavaScript for an improved interface. Your browser either does not support JavaScript or has JavaScript turned off, so we are showing you a simple upload form.',
2630 'mwe-upwiz-extension-disabled' => 'This page has been disabled due to temporary technical problems. In the meantime try the standard upload form.',
2731 'mwe-upwiz-code-unknown' => 'Unknown language',
Index: trunk/extensions/FlaggedRevs/frontend/language/FlaggedRevs.i18n.php
@@ -46,6 +46,12 @@
4747 'group-autoreview' => 'Autochecked users',
4848 'group-autoreview-member' => '{{GENDER:$1|autochecked user}}',
4949 'grouppage-autoreview' => '{{ns:project}}:Autochecked users',
 50+ 'group-editor.css' => '/* CSS placed here will affect editors only */', # only translate this message to other languages if you have to change it
 51+ 'group-editor.js' => '/* JS placed here will affect editors only */', # only translate this message to other languages if you have to change it
 52+ 'group-reviewer.css' => '/* CSS placed here will affect reviewers only */', # only translate this message to other languages if you have to change it
 53+ 'group-reviewer.js' => '/* JS placed here will affect reviewers only */', # only translate this message to other languages if you have to change it
 54+ 'group-autoreview.css' => '/* CSS placed here will affect autoreviewers only */', # only translate this message to other languages if you have to change it
 55+ 'group-autoreview.js' => '/* JS placed here will affect autoreviewers only */', # only translate this message to other languages if you have to change it
5056 'revreview-hist-draft' => 'unchecked revision',
5157 'revreview-hist-pending' => 'pending revision',
5258 'revreview-hist-quality' => 'quality revision',
Index: trunk/extensions/Translate/Translate.i18n.php
@@ -405,6 +405,9 @@
406406 'group-translate-proofr-member' => '{{GENDER:$1|translation reviewer}}',
407407 'grouppage-translate-proofr' => '{{ns:project}}:Translation reviewers',
408408
 409+ 'group-translate-proofr.css' => '/* CSS placed here will affect translation reviewers only */', # only translate this message to other languages if you have to change it
 410+ 'group-translate-proofr.js' => '/* JS placed here will affect translation reviewer only */', # only translate this message to other languages if you have to change it
 411+
409412 // Less damn for the 32 character limit for log names
410413 'log-name-translationreview' => 'Translation review log',
411414 'log-description-translationreview' => 'Log of all reviews to translations and message groups.',
Index: trunk/extensions/WikimediaIncubator/WikimediaIncubator.i18n.php
@@ -51,6 +51,9 @@
5252 'group-test-sysop-member' => '{{GENDER:$1|test wiki administrator}}',
5353 'grouppage-test-sysop' => '{{ns:project}}:Test wiki administrators',
5454
 55+ 'group-test-sysop.css' => '/* CSS placed here will affect test wiki administrators only */', # only translate this message to other languages if you have to change it
 56+ 'group-test-sysop.js' => '/* JS placed here will affect test wiki administrators only */', # only translate this message to other languages if you have to change it
 57+
5558 # Language codes
5659 'wminc-code-macrolanguage' => 'The [[wikipedia:$2 language|"$3" language]] is a [[wikipedia:ISO 639 macrolanguage|macrolanguage]], consisting of the following member languages:',
5760 'wminc-code-collective' => 'The code "$1" does not refer to a specific language, but to a collection of languages, namely the [[wikipedia:$2 language|"$3" languages]].',
Index: trunk/extensions/CheckUser/CheckUser.i18n.php
@@ -100,6 +100,8 @@
101101 [http://www.ip2location.com/$1 Geolocate] ·
102102 [http://toolserver.org/~overlordq/scripts/checktor.fcgi?ip=$1 Tor check] ·
103103 [http://ws.arin.net/whois/?queryinput=$1 WHOIS]]</span>', # do not translate or duplicate this message to other languages
 104+ 'group-checkuser.css' => '/* CSS placed here will affect checkuser only */', # only translate this message to other languages if you have to change it
 105+ 'group-checkuser.js' => '/* JS placed here will affect checkuser only */', # only translate this message to other languages if you have to change it
104106 );
105107
106108 /** Message documentation (Message documentation)
Index: trunk/extensions/CodeReview/CodeReview.i18n.php
@@ -254,6 +254,9 @@
255255 'group-svnadmins' => 'SVN admins',
256256 'group-svnadmins-member' => '{{GENDER:$1|SVN admin}}',
257257 'grouppage-svnadmins' => '{{ns:project}}:SVN admins',
 258+
 259+ 'group-svnadmins.css' => '/* CSS placed here will affect SVN admins only */', # only translate this message to other languages if you have to change it
 260+ 'group-svnadmins.js' => '/* JS placed here will affect SVN admins only */', # only translate this message to other languages if you have to change it
258261 );
259262
260263 /** Message documentation (Message documentation)

Follow-up revisions

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

Status & tagging log