r113094 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113093‎ | r113094 | r113095 >
Date:21:58, 5 March 2012
Author:raymond
Status:ok
Tags:
Comment:
Fix r113087: Some weird syntax in the i18n file results into removing the English messages by Translate export script... Undo that and standarize headers
Modified paths:
  • /trunk/extensions/Genderize/Genderize.i18n.php (modified) (history)
  • /trunk/extensions/HidePrefix/HidePrefix.i18n.php (modified) (history)
  • /trunk/extensions/SemanticTitle/SemanticTitle.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/HidePrefix/HidePrefix.i18n.php
@@ -1,23 +1,21 @@
22 <?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+ */
79
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();
1111
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+);
1518
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) (‪Беларуская (тарашкевіца)‬)
2220 * @author Wizardist
2321 */
2422 $messages['be-tarask'] = array(
Index: trunk/extensions/SemanticTitle/SemanticTitle.i18n.php
@@ -1,25 +1,21 @@
22 <?php
 3+/**
 4+ * Internationalisation for Semantic Title extension
 5+ *
 6+ * @file
 7+ * @ingroup Extensions
 8+ */
39
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();
911
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+);
1318
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)
2420 * @author Kghbln
2521 */
2622 $messages['de'] = array(
Index: trunk/extensions/Genderize/Genderize.i18n.php
@@ -1,24 +1,21 @@
22 <?php
 3+/**
 4+ * Internationalisation for Genderize extension
 5+ *
 6+ * @file
 7+ * @ingroup Extensions
 8+ */
39
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();
811
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+);
1218
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) (‪Беларуская (тарашкевіца)‬)
2320 * @author Wizardist
2421 */
2522 $messages['be-tarask'] = array(

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r113087Localisation updates for core and extension messages from translatewiki.netraymond21:20, 5 March 2012

Status & tagging log