https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113094

Revision: 113094
Author:   raymond
Date:     2012-03-05 21:58:10 +0000 (Mon, 05 Mar 2012)
Log Message:
-----------
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
    trunk/extensions/HidePrefix/HidePrefix.i18n.php
    trunk/extensions/SemanticTitle/SemanticTitle.i18n.php

Modified: trunk/extensions/Genderize/Genderize.i18n.php
===================================================================
--- trunk/extensions/Genderize/Genderize.i18n.php       2012-03-05 21:51:42 UTC 
(rev 113093)
+++ trunk/extensions/Genderize/Genderize.i18n.php       2012-03-05 21:58:10 UTC 
(rev 113094)
@@ -1,24 +1,21 @@
 <?php
+/**
+ * Internationalisation for Genderize extension
+ *
+ * @file
+ * @ingroup Extensions
+ */
 
-/*
-       
------------------------------------------------------------------------------------------------
-       Genderize, a MediaWiki extension for use gender-specific user page 
titles and links.
-       Copyright (C) 2012 Van de Bugger.
+$messages = array();
 
-       This program is free software: you can redistribute it and/or modify it 
under the terms
-       of the GNU Affero General Public License as published by the Free 
Software Foundation,
-       either version 3 of the License, or (at your option) any later version.
+/** English
+ * @author Van de Bugger
+ */
+$messages['en'] = array(
+       'genderize-desc' => 'Genderized user links to user pages, user page 
titles, and user namespace tabs',
+);
 
-       This program is distributed in the hope that it will be useful, but 
WITHOUT ANY WARRANTY;
-       without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
PARTICULAR PURPOSE.
-       See the GNU Affero General Public License for more details.
-
-       You should have received a copy of the GNU Affero General Public 
License along with this
-       program.  If not, see <https://www.gnu.org/licenses/>.
-       
------------------------------------------------------------------------------------------------
-*/
-
-$messages = array();/** Belarusian (Taraškievica orthography) (‪Беларуская 
(тарашкевіца)‬)
+/** Belarusian (Taraškievica orthography) (‪Беларуская (тарашкевіца)‬)
  * @author Wizardist
  */
 $messages['be-tarask'] = array(

Modified: trunk/extensions/HidePrefix/HidePrefix.i18n.php
===================================================================
--- trunk/extensions/HidePrefix/HidePrefix.i18n.php     2012-03-05 21:51:42 UTC 
(rev 113093)
+++ trunk/extensions/HidePrefix/HidePrefix.i18n.php     2012-03-05 21:58:10 UTC 
(rev 113094)
@@ -1,23 +1,21 @@
 <?php
-/*
-       
------------------------------------------------------------------------------------------------
-       HidePrefix, a MediaWiki extension for hiding prefix in links and page 
titles.
-       Copyright (C) 2012 Van de Bugger.
+/**
+ * Internationalisation for Hide Prefix extension
+ *
+ * @file
+ * @ingroup Extensions
+ */
 
-       This program is free software: you can redistribute it and/or modify it 
under the terms
-       of the GNU Affero General Public License as published by the Free 
Software Foundation,
-       either version 3 of the License, or (at your option) any later version.
+$messages = array();
 
-       This program is distributed in the hope that it will be useful, but 
WITHOUT ANY WARRANTY;
-       without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
PARTICULAR PURPOSE.
-       See the GNU Affero General Public License for more details.
+/** English
+ * @author Van de Bugger
+ */
+$messages['en'] = array(
+       'hideprefix-desc' => 'Hides prefix (namespace name) in links and page 
titles',
+);
 
-       You should have received a copy of the GNU Affero General Public 
License along with this
-       program.  If not, see <https://www.gnu.org/licenses/>.
-       
------------------------------------------------------------------------------------------------
-*/
-
-$messages = array();/** Belarusian (Taraškievica orthography) (‪Беларуская 
(тарашкевіца)‬)
+/** Belarusian (Taraškievica orthography) (‪Беларуская (тарашкевіца)‬)
  * @author Wizardist
  */
 $messages['be-tarask'] = array(

Modified: trunk/extensions/SemanticTitle/SemanticTitle.i18n.php
===================================================================
--- trunk/extensions/SemanticTitle/SemanticTitle.i18n.php       2012-03-05 
21:51:42 UTC (rev 113093)
+++ trunk/extensions/SemanticTitle/SemanticTitle.i18n.php       2012-03-05 
21:58:10 UTC (rev 113094)
@@ -1,25 +1,21 @@
 <?php
+/**
+ * Internationalisation for Semantic Title extension
+ *
+ * @file
+ * @ingroup Extensions
+ */
 
-/*
-       
------------------------------------------------------------------------------------------------
-       SemanticTitle, a MediaWiki extension for setting visible page title to 
value of a semantic
-       property.
-       Copyright (C) 2012 Van de Bugger.
+$messages = array();
 
-       This program is free software: you can redistribute it and/or modify it 
under the terms
-       of the GNU Affero General Public License as published by the Free 
Software Foundation,
-       either version 3 of the License, or (at your option) any later version.
+/** English
+ * @author Van de Bugger
+ */
+$messages['en'] = array(
+       'semantictitle-desc' => 'Sets visible page title to value of a semantic 
property',
+);
 
-       This program is distributed in the hope that it will be useful, but 
WITHOUT ANY WARRANTY;
-       without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
PARTICULAR PURPOSE.
-       See the GNU Affero General Public License for more details.
-
-       You should have received a copy of the GNU Affero General Public 
License along with this
-       program.  If not, see <https://www.gnu.org/licenses/>.
-       
------------------------------------------------------------------------------------------------
-*/
-
-$messages = array();/** German (Deutsch)
+/** German (Deutsch)
  * @author Kghbln
  */
 $messages['de'] = array(


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to