Index: trunk/extensions/MirrorTools/MirrorTools.i18n.php |
— | — | @@ -16,6 +16,8 @@ |
17 | 17 | 'group-MirrorTools' => 'Mirror tool users', |
18 | 18 | 'group-MirrorTools-member' => '{{GENDER:$1|mirror tool user}}', |
19 | 19 | '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 |
20 | 22 | ); |
21 | 23 | |
22 | 24 | /** Message documentation (Message documentation) |
Index: trunk/extensions/WikiForum/WikiForum.i18n.php |
— | — | @@ -114,6 +114,9 @@ |
115 | 115 | 'group-forumadmin' => 'Forum administrators', |
116 | 116 | 'group-forumadmin-member' => '{{GENDER:$1|forum administrator}}', |
117 | 117 | '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 |
118 | 121 | ); |
119 | 122 | |
120 | 123 | /** Message documentation (Message documentation) |
Index: trunk/extensions/Contest/Contest.i18n.php |
— | — | @@ -45,6 +45,13 @@ |
46 | 46 | 'group-contestjudge-member' => '{{GENDER:$1|contest judge}}', |
47 | 47 | 'grouppage-contestjudge' => '{{ns:project}}:Contest judges', |
48 | 48 | |
| 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 | + |
49 | 56 | // Preferences |
50 | 57 | 'prefs-contest' => 'Contests', |
51 | 58 | '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 @@ |
76 | 76 | 'grouppage-linkadmin' => '{{ns:project}}:Link administrators', |
77 | 77 | // For Special:ListGroupRights |
78 | 78 | '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 |
79 | 82 | ); |
80 | 83 | |
81 | 84 | /** Message documentation (Message documentation) |
Index: trunk/extensions/Survey/Survey.i18n.php |
— | — | @@ -36,6 +36,11 @@ |
37 | 37 | 'group-surveysubmit-member' => '{{GENDER:$1|survey participant}}', |
38 | 38 | 'grouppage-surveysubmit' => '{{ns:project}}:Survey_participants', |
39 | 39 | |
| 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 | + |
40 | 45 | // Special page names |
41 | 46 | 'special-editsurvey' => 'Survey admin', |
42 | 47 | 'special-surveys' => 'Surveys admin', |
Index: trunk/extensions/Widgets/Widgets.i18n.php |
— | — | @@ -14,6 +14,9 @@ |
15 | 15 | 'group-widgeteditor-member' => '{{GENDER:$1|widget editor}}', |
16 | 16 | 'grouppage-widgeteditor' => '{{ns:project}}:Widget editors', |
17 | 17 | '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 |
18 | 21 | ); |
19 | 22 | |
20 | 23 | /** Message documentation (Message documentation) |
Index: trunk/extensions/Patroller/Patroller.i18n.php |
— | — | @@ -38,6 +38,8 @@ |
39 | 39 | 'group-patroller-member' => '{{GENDER:$1|patroller}}', |
40 | 40 | 'grouppage-patroller' => '{{ns:project}}:Patroller', |
41 | 41 | '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 |
42 | 44 | ); |
43 | 45 | |
44 | 46 | /** Message documentation (Message documentation) |
Index: trunk/extensions/LiveTranslate/LiveTranslate.i18n.php |
— | — | @@ -24,6 +24,9 @@ |
25 | 25 | 'group-tmxadmin-member' => '{{GENDER:$1|TMX administrator}}', |
26 | 26 | 'grouppage-tmxadmin' => '{{ns:project}}:TMX administrators', |
27 | 27 | |
| 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 | + |
28 | 31 | // Translation interface |
29 | 32 | 'livetranslate-translate-to' => 'Translate this page to', |
30 | 33 | 'livetranslate-button-translate' => 'Translate', |
Index: trunk/extensions/Push/Push.i18n.php |
— | — | @@ -37,6 +37,13 @@ |
38 | 38 | 'group-filepusher-member' => '{{GENDER:$1|file pusher}}', |
39 | 39 | 'grouppage-filepusher' => '{{ns:project}}:File pushers', |
40 | 40 | |
| 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 | + |
41 | 48 | 'push-err-captacha' => 'Could not push to $1 due to captcha.', |
42 | 49 | 'push-err-captcha-page' => 'Could not push page $1 to all targets due to CAPTCHA.', |
43 | 50 | 'push-err-authentication' => 'Authentication at $1 failed. $2', |
Index: trunk/extensions/SemanticWatchlist/SemanticWatchlist.i18n.php |
— | — | @@ -30,6 +30,9 @@ |
31 | 31 | 'group-swladmins-member' => '{{GENDER:$1|Semantic Watchlist administrator}}', |
32 | 32 | 'grouppage-swladmins' => '{{ns:project}}:Semantic Watchlist administrators', |
33 | 33 | |
| 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 | + |
34 | 37 | // Special:WatchlistConditions |
35 | 38 | 'swl-group-name' => 'Group name:', |
36 | 39 | 'swl-group-properties' => 'Properties covered by this group:', |