https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113556

Revision: 113556
Author:   raymond
Date:     2012-03-10 11:51:39 +0000 (Sat, 10 Mar 2012)
Log Message:
-----------
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
    trunk/extensions/CodeReview/CodeReview.i18n.php
    trunk/extensions/FlaggedRevs/frontend/language/FlaggedRevs.i18n.php
    trunk/extensions/Translate/Translate.i18n.php
    trunk/extensions/UploadWizard/UploadWizard.i18n.php
    trunk/extensions/WikimediaIncubator/WikimediaIncubator.i18n.php

Modified: trunk/extensions/CheckUser/CheckUser.i18n.php
===================================================================
--- trunk/extensions/CheckUser/CheckUser.i18n.php       2012-03-10 11:36:01 UTC 
(rev 113555)
+++ trunk/extensions/CheckUser/CheckUser.i18n.php       2012-03-10 11:51:39 UTC 
(rev 113556)
@@ -100,6 +100,8 @@
 [http://www.ip2location.com/$1 Geolocate] ·
 [http://toolserver.org/~overlordq/scripts/checktor.fcgi?ip=$1 Tor check] ·
 [http://ws.arin.net/whois/?queryinput=$1 WHOIS]]</span>', # do not translate 
or duplicate this message to other languages
+       'group-checkuser.css'        => '/* CSS placed here will affect 
checkuser only */', # only translate this message to other languages if you 
have to change it
+       'group-checkuser.js'         => '/* JS placed here will affect 
checkuser only */', # only translate this message to other languages if you 
have to change it
 );
 
 /** Message documentation (Message documentation)

Modified: trunk/extensions/CodeReview/CodeReview.i18n.php
===================================================================
--- trunk/extensions/CodeReview/CodeReview.i18n.php     2012-03-10 11:36:01 UTC 
(rev 113555)
+++ trunk/extensions/CodeReview/CodeReview.i18n.php     2012-03-10 11:51:39 UTC 
(rev 113556)
@@ -254,6 +254,9 @@
        'group-svnadmins' => 'SVN admins',
        'group-svnadmins-member' => '{{GENDER:$1|SVN admin}}',
        'grouppage-svnadmins' => '{{ns:project}}:SVN admins',
+
+       'group-svnadmins.css' => '/* CSS placed here will affect SVN admins 
only */', # only translate this message to other languages if you have to 
change it
+       'group-svnadmins.js' => '/* JS placed here will affect SVN admins only 
*/', # only translate this message to other languages if you have to change it
 );
 
 /** Message documentation (Message documentation)

Modified: trunk/extensions/FlaggedRevs/frontend/language/FlaggedRevs.i18n.php
===================================================================
--- trunk/extensions/FlaggedRevs/frontend/language/FlaggedRevs.i18n.php 
2012-03-10 11:36:01 UTC (rev 113555)
+++ trunk/extensions/FlaggedRevs/frontend/language/FlaggedRevs.i18n.php 
2012-03-10 11:51:39 UTC (rev 113556)
@@ -46,6 +46,12 @@
        'group-autoreview'             => 'Autochecked users',
        'group-autoreview-member'      => '{{GENDER:$1|autochecked user}}',
        'grouppage-autoreview'         => '{{ns:project}}:Autochecked users',
+       'group-editor.css'             => '/* CSS placed here will affect 
editors only */', # only translate this message to other languages if you have 
to change it
+       'group-editor.js'              => '/* JS placed here will affect 
editors only */', # only translate this message to other languages if you have 
to change it
+       'group-reviewer.css'           => '/* CSS placed here will affect 
reviewers only */', # only translate this message to other languages if you 
have to change it
+       'group-reviewer.js'            => '/* JS placed here will affect 
reviewers only */', # only translate this message to other languages if you 
have to change it
+       'group-autoreview.css'         => '/* CSS placed here will affect 
autoreviewers only */', # only translate this message to other languages if you 
have to change it
+       'group-autoreview.js'          => '/* JS placed here will affect 
autoreviewers only */', # only translate this message to other languages if you 
have to change it
        'revreview-hist-draft'         => 'unchecked revision',
        'revreview-hist-pending'       => 'pending revision',
        'revreview-hist-quality'       => 'quality revision',

Modified: trunk/extensions/Translate/Translate.i18n.php
===================================================================
--- trunk/extensions/Translate/Translate.i18n.php       2012-03-10 11:36:01 UTC 
(rev 113555)
+++ trunk/extensions/Translate/Translate.i18n.php       2012-03-10 11:51:39 UTC 
(rev 113556)
@@ -405,6 +405,9 @@
        'group-translate-proofr-member' => '{{GENDER:$1|translation reviewer}}',
        'grouppage-translate-proofr' => '{{ns:project}}:Translation reviewers',
 
+       '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
+       '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
+
        // Less damn for the 32 character limit for log names
        'log-name-translationreview' => 'Translation review log',
        'log-description-translationreview' => 'Log of all reviews to 
translations and message groups.',

Modified: trunk/extensions/UploadWizard/UploadWizard.i18n.php
===================================================================
--- trunk/extensions/UploadWizard/UploadWizard.i18n.php 2012-03-10 11:36:01 UTC 
(rev 113555)
+++ trunk/extensions/UploadWizard/UploadWizard.i18n.php 2012-03-10 11:51:39 UTC 
(rev 113556)
@@ -21,6 +21,10 @@
        'group-upwizcampeditors' => 'Upload Wizard campaign editors',
        'group-upwizcampeditors-member' => '{{GENDER:$1|Upload Wizard campaign 
editor}}',
        'grouppage-upwizcampeditors' => '{{ns:project}}:Upload Wizard campaign 
editors',
+
+       '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
+       '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
+
        '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.',
        'mwe-upwiz-extension-disabled' => 'This page has been disabled due to 
temporary technical problems. In the meantime try the standard upload form.',
        'mwe-upwiz-code-unknown' => 'Unknown language',

Modified: trunk/extensions/WikimediaIncubator/WikimediaIncubator.i18n.php
===================================================================
--- trunk/extensions/WikimediaIncubator/WikimediaIncubator.i18n.php     
2012-03-10 11:36:01 UTC (rev 113555)
+++ trunk/extensions/WikimediaIncubator/WikimediaIncubator.i18n.php     
2012-03-10 11:51:39 UTC (rev 113556)
@@ -51,6 +51,9 @@
        'group-test-sysop-member' => '{{GENDER:$1|test wiki administrator}}',
        'grouppage-test-sysop' => '{{ns:project}}:Test wiki administrators',
 
+       '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
+       '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
+
        # Language codes
        'wminc-code-macrolanguage' => 'The [[wikipedia:$2 language|"$3" 
language]] is a [[wikipedia:ISO 639 macrolanguage|macrolanguage]], consisting 
of the following member languages:',
        '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]].',


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to