Index: trunk/extensions/EmergencyDeSysop/EmergencyDeSysop.i18n.php |
— | — | @@ -1,13 +1,21 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * Internationalisation file for extension EmergencyDeSysop. |
| 5 | + * |
| 6 | + * @file |
| 7 | + * @ingroup Extensions |
| 8 | + */ |
| 9 | + |
3 | 10 | $messages = array(); |
4 | | -$messages['en'] = array( |
| 11 | + |
| 12 | +$messages['en'] = array( |
5 | 13 | //About the Extension |
6 | 14 | 'emergencydesysop' => 'Emergency DeSysop', |
7 | | - 'emergencydesysop-desc' => 'Allows a Sysop to sacrifice their own privileges, in order to desysop another', |
| 15 | + 'emergencydesysop-desc' => 'Allows a sysop to sacrifice their own privileges, in order to desysop another', |
8 | 16 | |
9 | 17 | //Extension Messages |
10 | 18 | 'emergencydesysop-title' => 'Remove sysop access from both current user and another sysop', |
11 | | - 'emergencydesysop-otheradmin' => 'Other Sysop to degroup', |
| 19 | + 'emergencydesysop-otheradmin' => 'Other sysop to degroup', |
12 | 20 | 'emergencydesysop-reason' => 'Reason for removal', |
13 | 21 | 'emergencydesysop-submit' => 'Submit', |
14 | 22 | 'emergencydesysop-incomplete' => 'All form fields are required, please try again.', |
— | — | @@ -18,8 +26,6 @@ |
19 | 27 | 'emergencydesysop-blocked' => 'You cannot access this page while blocked', |
20 | 28 | 'emergencydesysop-noright' => 'You do not have sufficient permissions to access this page', |
21 | 29 | |
22 | | - |
23 | 30 | //Rights Messages |
24 | | - 'right-emergencydesysop' => 'Able to desysop another user, mutually.', |
25 | | - |
| 31 | + 'right-emergencydesysop' => 'Able to desysop another user, mutually', |
26 | 32 | ); |