Index: trunk/extensions/CentralNotice/CentralNotice.i18n.php |
— | — | @@ -13,6 +13,8 @@ |
14 | 14 | 'centralnotice' => 'Central notice admin', |
15 | 15 | 'noticetemplate' => 'Central notice admin', |
16 | 16 | 'bannerallocation' => 'Central notice admin', |
| 17 | + 'right-centralnotice-admin' => 'Manage central notices', |
| 18 | + 'action-centralnotice-admin' => 'manage central notices', |
17 | 19 | 'centralnotice-desc' => 'Adds a central sitenotice', |
18 | 20 | 'centralnotice-summary' => 'This module allows you to edit your currently setup central notices. |
19 | 21 | It can also be used to add or remove old notices.', |
— | — | @@ -136,11 +138,6 @@ |
137 | 139 | 'centralnotice-allocation-description' => 'Banner allocation for $1.$2 in $3:', |
138 | 140 | 'centralnotice-percentage' => 'Percentage', |
139 | 141 | 'centralnotice-documentwrite-error' => "document.write() cannot be used within a banner.\nSee http://meta.wikimedia.org/wiki/Help:CentralNotice for more information.", |
140 | | - |
141 | | - 'right-centralnotice-admin' => 'Manage central notices', |
142 | | - |
143 | | - 'action-centralnotice-admin' => 'manage central notices', |
144 | | - 'action-centralnotice-translate' => 'translate central notices', |
145 | 142 | 'centralnotice-preferred' => 'Preferred', |
146 | 143 | ); |
147 | 144 | |