https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113557
Revision: 113557 Author: raymond Date: 2012-03-10 11:52:33 +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 2: All other extensions not running on the WMF cluster Modified Paths: -------------- trunk/extensions/Contest/Contest.i18n.php trunk/extensions/LinkFilter/LinkFilter.i18n.php trunk/extensions/LiveTranslate/LiveTranslate.i18n.php trunk/extensions/MirrorTools/MirrorTools.i18n.php trunk/extensions/Patroller/Patroller.i18n.php trunk/extensions/Push/Push.i18n.php trunk/extensions/SemanticWatchlist/SemanticWatchlist.i18n.php trunk/extensions/Survey/Survey.i18n.php trunk/extensions/Widgets/Widgets.i18n.php trunk/extensions/WikiForum/WikiForum.i18n.php Modified: trunk/extensions/Contest/Contest.i18n.php =================================================================== --- trunk/extensions/Contest/Contest.i18n.php 2012-03-10 11:51:39 UTC (rev 113556) +++ trunk/extensions/Contest/Contest.i18n.php 2012-03-10 11:52:33 UTC (rev 113557) @@ -45,6 +45,13 @@ 'group-contestjudge-member' => '{{GENDER:$1|contest judge}}', 'grouppage-contestjudge' => '{{ns:project}}:Contest judges', + 'group-contestadmin.css' => '/* CSS placed here will affect contest admins only */', # only translate this message to other languages if you have to change it + 'group-contestadmin.js' => '/* JS placed here will affect contest admins only */', # only translate this message to other languages if you have to change it + 'group-contestant.css' => '/* CSS placed here will affect contestants only */', # only translate this message to other languages if you have to change it + 'group-contestant.js' => '/* JS placed here will affect contestants only */', # only translate this message to other languages if you have to change it + 'group-contestjudge.css' => '/* CSS placed here will affect contest judges only */', # only translate this message to other languages if you have to change it + 'group-contestjudge.js' => '/* JS placed here will affect contest judges only */', # only translate this message to other languages if you have to change it + // Preferences 'prefs-contest' => 'Contests', 'contest-prefs-showtoplink' => 'Show a link to [[Special:MyContests|My Contests]] in the user menu.', Modified: trunk/extensions/LinkFilter/LinkFilter.i18n.php =================================================================== --- trunk/extensions/LinkFilter/LinkFilter.i18n.php 2012-03-10 11:51:39 UTC (rev 113556) +++ trunk/extensions/LinkFilter/LinkFilter.i18n.php 2012-03-10 11:52:33 UTC (rev 113557) @@ -75,6 +75,9 @@ 'grouppage-linkadmin' => '{{ns:project}}:Link administrators', // For Special:ListGroupRights 'right-linkadmin' => 'Administrate user-submitted links', + + 'group-linkadmin.css' => '/* CSS placed here will affect linkadmins only */', # only translate this message to other languages if you have to change it + 'group-linkadmin.js' => '/* JS placed here will affect linkadmins only */', # only translate this message to other languages if you have to change it ); /** Message documentation (Message documentation) Modified: trunk/extensions/LiveTranslate/LiveTranslate.i18n.php =================================================================== --- trunk/extensions/LiveTranslate/LiveTranslate.i18n.php 2012-03-10 11:51:39 UTC (rev 113556) +++ trunk/extensions/LiveTranslate/LiveTranslate.i18n.php 2012-03-10 11:52:33 UTC (rev 113557) @@ -24,6 +24,9 @@ 'group-tmxadmin-member' => '{{GENDER:$1|TMX administrator}}', 'grouppage-tmxadmin' => '{{ns:project}}:TMX administrators', + 'group-tmxadmin.css' => '/* CSS placed here will affect TMX administrators only */', # only translate this message to other languages if you have to change it + 'group-tmxadmin.js' => '/* JS placed here will affect TMX administrators only */', # only translate this message to other languages if you have to change it + // Translation interface 'livetranslate-translate-to' => 'Translate this page to', 'livetranslate-button-translate' => 'Translate', Modified: trunk/extensions/MirrorTools/MirrorTools.i18n.php =================================================================== --- trunk/extensions/MirrorTools/MirrorTools.i18n.php 2012-03-10 11:51:39 UTC (rev 113556) +++ trunk/extensions/MirrorTools/MirrorTools.i18n.php 2012-03-10 11:52:33 UTC (rev 113557) @@ -16,6 +16,8 @@ 'group-MirrorTools' => 'Mirror tool users', 'group-MirrorTools-member' => '{{GENDER:$1|mirror tool user}}', 'grouppage-MirrorTools' => '{{ns:project}}:Mirror tool users', + 'group-MirrorTools.css' => '/* CSS placed here will affect mirrortool users only */', # only translate this message to other languages if you have to change it + 'group-MirrorTools.js' => '/* JS placed here will affect mirrortool users only */', # only translate this message to other languages if you have to change it ); /** Message documentation (Message documentation) Modified: trunk/extensions/Patroller/Patroller.i18n.php =================================================================== --- trunk/extensions/Patroller/Patroller.i18n.php 2012-03-10 11:51:39 UTC (rev 113556) +++ trunk/extensions/Patroller/Patroller.i18n.php 2012-03-10 11:52:33 UTC (rev 113557) @@ -38,6 +38,8 @@ 'group-patroller-member' => '{{GENDER:$1|patroller}}', 'grouppage-patroller' => '{{ns:project}}:Patroller', 'right-patroller' => 'Patrol pages', + 'group-patroller.css' => '/* CSS placed here will affect patrollers only */', # only translate this message to other languages if you have to change it + 'group-patroller.js' => '/* JS placed here will affect patrollers only */', # only translate this message to other languages if you have to change it ); /** Message documentation (Message documentation) Modified: trunk/extensions/Push/Push.i18n.php =================================================================== --- trunk/extensions/Push/Push.i18n.php 2012-03-10 11:51:39 UTC (rev 113556) +++ trunk/extensions/Push/Push.i18n.php 2012-03-10 11:52:33 UTC (rev 113557) @@ -37,6 +37,13 @@ 'group-filepusher-member' => '{{GENDER:$1|file pusher}}', 'grouppage-filepusher' => '{{ns:project}}:File pushers', + 'group-pusher.css' => '/* CSS placed here will affect pushers only */', # only translate this message to other languages if you have to change it + 'group-pusher.js' => '/* JS placed here will affect pushers only */', # only translate this message to other languages if you have to change it + 'group-bulkpusher.css' => '/* CSS placed here will affect bulkpushers only */', # only translate this message to other languages if you have to change it + 'group-bulkpusher.js' => '/* JS placed here will affect bulkpushers only */', # only translate this message to other languages if you have to change it + 'group-filepusher.css' => '/* CSS placed here will affect filepushers only */', # only translate this message to other languages if you have to change it + 'group-filepusher.js' => '/* JS placed here will affect filepushers only */', # only translate this message to other languages if you have to change it + 'push-err-captacha' => 'Could not push to $1 due to captcha.', 'push-err-captcha-page' => 'Could not push page $1 to all targets due to CAPTCHA.', 'push-err-authentication' => 'Authentication at $1 failed. $2', Modified: trunk/extensions/SemanticWatchlist/SemanticWatchlist.i18n.php =================================================================== --- trunk/extensions/SemanticWatchlist/SemanticWatchlist.i18n.php 2012-03-10 11:51:39 UTC (rev 113556) +++ trunk/extensions/SemanticWatchlist/SemanticWatchlist.i18n.php 2012-03-10 11:52:33 UTC (rev 113557) @@ -30,6 +30,9 @@ 'group-swladmins-member' => '{{GENDER:$1|Semantic Watchlist administrator}}', 'grouppage-swladmins' => '{{ns:project}}:Semantic Watchlist administrators', + '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 + '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 + // Special:WatchlistConditions 'swl-group-name' => 'Group name:', 'swl-group-properties' => 'Properties covered by this group:', Modified: trunk/extensions/Survey/Survey.i18n.php =================================================================== --- trunk/extensions/Survey/Survey.i18n.php 2012-03-10 11:51:39 UTC (rev 113556) +++ trunk/extensions/Survey/Survey.i18n.php 2012-03-10 11:52:33 UTC (rev 113557) @@ -36,6 +36,11 @@ 'group-surveysubmit-member' => '{{GENDER:$1|survey participant}}', 'grouppage-surveysubmit' => '{{ns:project}}:Survey_participants', + 'group-surveyadmin.css' => '/* CSS placed here will affect survey administrators only */', # only translate this message to other languages if you have to change it + 'group-surveyadmin.js' => '/* JS placed here will affect survey administrators only */', # only translate this message to other languages if you have to change it + 'group-surveysubmit.css' => '/* CSS placed here will affect survey participants only */', # only translate this message to other languages if you have to change it + 'group-surveysubmit.js' => '/* JS placed here will affect survey participants only */', # only translate this message to other languages if you have to change it + // Special page names 'special-editsurvey' => 'Survey admin', 'special-surveys' => 'Surveys admin', Modified: trunk/extensions/Widgets/Widgets.i18n.php =================================================================== --- trunk/extensions/Widgets/Widgets.i18n.php 2012-03-10 11:51:39 UTC (rev 113556) +++ trunk/extensions/Widgets/Widgets.i18n.php 2012-03-10 11:52:33 UTC (rev 113557) @@ -14,6 +14,9 @@ 'group-widgeteditor-member' => '{{GENDER:$1|widget editor}}', 'grouppage-widgeteditor' => '{{ns:project}}:Widget editors', 'right-editwidgets' => 'Create and edit [http://www.mediawiki.org/wiki/Extension:Widgets widgets] in the <tt>{{ns:widget}}</tt> namespace', + + 'group-widgeteditor.css' => '/* CSS placed here will affect widget editors only */', # only translate this message to other languages if you have to change it + 'group-widgeteditor.js' => '/* JS placed here will affect widget editors only */', # only translate this message to other languages if you have to change it ); /** Message documentation (Message documentation) Modified: trunk/extensions/WikiForum/WikiForum.i18n.php =================================================================== --- trunk/extensions/WikiForum/WikiForum.i18n.php 2012-03-10 11:51:39 UTC (rev 113556) +++ trunk/extensions/WikiForum/WikiForum.i18n.php 2012-03-10 11:52:33 UTC (rev 113557) @@ -114,6 +114,9 @@ 'group-forumadmin' => 'Forum administrators', 'group-forumadmin-member' => '{{GENDER:$1|forum administrator}}', 'grouppage-forumadmin' => '{{ns:project}}:Forum administrators', + + 'group-forumadmin.css' => '/* CSS placed here will affect forum administrators only */', # only translate this message to other languages if you have to change it + 'group-forumadmin.js' => '/* JS placed here will affect forum administrators only */', # only translate this message to other languages if you have to change it ); /** Message documentation (Message documentation) _______________________________________________ MediaWiki-CVS mailing list MediaWiki-CVS@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs