Index: trunk/extensions/HidePrefix/HidePrefix.i18n.php |
— | — | @@ -1,23 +1,21 @@ |
2 | 2 | <?php |
3 | | -/* |
4 | | - ------------------------------------------------------------------------------------------------ |
5 | | - HidePrefix, a MediaWiki extension for hiding prefix in links and page titles. |
6 | | - Copyright (C) 2012 Van de Bugger. |
| 3 | +/** |
| 4 | + * Internationalisation for Hide Prefix extension |
| 5 | + * |
| 6 | + * @file |
| 7 | + * @ingroup Extensions |
| 8 | + */ |
7 | 9 | |
8 | | - This program is free software: you can redistribute it and/or modify it under the terms |
9 | | - of the GNU Affero General Public License as published by the Free Software Foundation, |
10 | | - either version 3 of the License, or (at your option) any later version. |
| 10 | +$messages = array(); |
11 | 11 | |
12 | | - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; |
13 | | - without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
14 | | - See the GNU Affero General Public License for more details. |
| 12 | +/** English |
| 13 | + * @author Van de Bugger |
| 14 | + */ |
| 15 | +$messages['en'] = array( |
| 16 | + 'hideprefix-desc' => 'Hides prefix (namespace name) in links and page titles', |
| 17 | +); |
15 | 18 | |
16 | | - You should have received a copy of the GNU Affero General Public License along with this |
17 | | - program. If not, see <https://www.gnu.org/licenses/>. |
18 | | - ------------------------------------------------------------------------------------------------ |
19 | | -*/ |
20 | | - |
21 | | -$messages = array();/** Belarusian (Taraškievica orthography) (Беларуская (тарашкевіца)) |
| 19 | +/** Belarusian (Taraškievica orthography) (Беларуская (тарашкевіца)) |
22 | 20 | * @author Wizardist |
23 | 21 | */ |
24 | 22 | $messages['be-tarask'] = array( |
Index: trunk/extensions/SemanticTitle/SemanticTitle.i18n.php |
— | — | @@ -1,25 +1,21 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * Internationalisation for Semantic Title extension |
| 5 | + * |
| 6 | + * @file |
| 7 | + * @ingroup Extensions |
| 8 | + */ |
3 | 9 | |
4 | | -/* |
5 | | - ------------------------------------------------------------------------------------------------ |
6 | | - SemanticTitle, a MediaWiki extension for setting visible page title to value of a semantic |
7 | | - property. |
8 | | - Copyright (C) 2012 Van de Bugger. |
| 10 | +$messages = array(); |
9 | 11 | |
10 | | - This program is free software: you can redistribute it and/or modify it under the terms |
11 | | - of the GNU Affero General Public License as published by the Free Software Foundation, |
12 | | - either version 3 of the License, or (at your option) any later version. |
| 12 | +/** English |
| 13 | + * @author Van de Bugger |
| 14 | + */ |
| 15 | +$messages['en'] = array( |
| 16 | + 'semantictitle-desc' => 'Sets visible page title to value of a semantic property', |
| 17 | +); |
13 | 18 | |
14 | | - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; |
15 | | - without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
16 | | - See the GNU Affero General Public License for more details. |
17 | | - |
18 | | - You should have received a copy of the GNU Affero General Public License along with this |
19 | | - program. If not, see <https://www.gnu.org/licenses/>. |
20 | | - ------------------------------------------------------------------------------------------------ |
21 | | -*/ |
22 | | - |
23 | | -$messages = array();/** German (Deutsch) |
| 19 | +/** German (Deutsch) |
24 | 20 | * @author Kghbln |
25 | 21 | */ |
26 | 22 | $messages['de'] = array( |
Index: trunk/extensions/Genderize/Genderize.i18n.php |
— | — | @@ -1,24 +1,21 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * Internationalisation for Genderize extension |
| 5 | + * |
| 6 | + * @file |
| 7 | + * @ingroup Extensions |
| 8 | + */ |
3 | 9 | |
4 | | -/* |
5 | | - ------------------------------------------------------------------------------------------------ |
6 | | - Genderize, a MediaWiki extension for use gender-specific user page titles and links. |
7 | | - Copyright (C) 2012 Van de Bugger. |
| 10 | +$messages = array(); |
8 | 11 | |
9 | | - This program is free software: you can redistribute it and/or modify it under the terms |
10 | | - of the GNU Affero General Public License as published by the Free Software Foundation, |
11 | | - either version 3 of the License, or (at your option) any later version. |
| 12 | +/** English |
| 13 | + * @author Van de Bugger |
| 14 | + */ |
| 15 | +$messages['en'] = array( |
| 16 | + 'genderize-desc' => 'Genderized user links to user pages, user page titles, and user namespace tabs', |
| 17 | +); |
12 | 18 | |
13 | | - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; |
14 | | - without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
15 | | - See the GNU Affero General Public License for more details. |
16 | | - |
17 | | - You should have received a copy of the GNU Affero General Public License along with this |
18 | | - program. If not, see <https://www.gnu.org/licenses/>. |
19 | | - ------------------------------------------------------------------------------------------------ |
20 | | -*/ |
21 | | - |
22 | | -$messages = array();/** Belarusian (Taraškievica orthography) (Беларуская (тарашкевіца)) |
| 19 | +/** Belarusian (Taraškievica orthography) (Беларуская (тарашкевіца)) |
23 | 20 | * @author Wizardist |
24 | 21 | */ |
25 | 22 | $messages['be-tarask'] = array( |