r60174 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60173‎ | r60174 | r60175 >
Date:20:13, 17 December 2009
Author:maxsem
Status:deferred
Tags:
Comment:
Fixed encoding
Modified paths:
  • /trunk/extensions/GNSM/SpecialGNSM.alias.php (modified) (history)
  • /trunk/extensions/GNSM/SpecialGNSM.i18n.php (modified) (history)
  • /trunk/extensions/GNSM/SpecialGNSM.php (modified) (history)
  • /trunk/extensions/GNSM/SpecialGNSM_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/GNSM/SpecialGNSM.alias.php
@@ -20,11 +20,11 @@
2121 'GNSM' => array( 'Google News SiteMap', 'SpecialGNSM' ),
2222 );
2323
24 -/** Fran�ais
 24+/** Français
2525 * @author Amgine
2626 **/
2727 $aliases['fr'] = array(
28 - 'GNSM' => array( 'GNSMSp�cial' ),
 28+ 'GNSM' => array( 'GNSMSpécial' ),
2929 );
3030
3131 /** Nederlands
@@ -34,7 +34,7 @@
3535 'GNSM' => array( 'GNSMSpeciaal' )
3636 );
3737
38 -/** Norsk (bokm�l)
 38+/** Norsk (bokmål)
3939 * @author Amgine
4040 **/
4141 $aliases['no'] = array(
Index: trunk/extensions/GNSM/SpecialGNSM_body.php
@@ -634,4 +634,4 @@
635635 echo '</urlset>';
636636 }
637637
638 -}?>
\ No newline at end of file
 638+}
\ No newline at end of file
Index: trunk/extensions/GNSM/SpecialGNSM.i18n.php
@@ -21,15 +21,15 @@
2222 'gnsm_noincludecats' => 'Error: You need to include at least one category, or specify a namespace!',
2323 );
2424
25 -/** Fran�ais
 25+/** Français
2626 * @author Amgine
2727 **/
2828
2929 $messages['fr'] = array(
3030 'gnsm' => 'Google nouvelles SiteMap',
3131 'gnsm-desc' => 'Cre un Atom ou RSS feed comme un plan Sitemap pour Google.',
32 - 'gnsm_toomanycats' => 'Erreur: Trop de nombreuses cat�gories!',
33 - 'gnsm_toofewcats' => 'Erreur: Trop peu de cat�gories!',
34 - 'gnsm_noresults' => 'Erreur: Pas de r�sultats!',
35 - 'gnsm_noincludecats' => 'Error : Vous devez inclure au moins une cat�gorie, ou sp�cifier un nom d�espace !'
 32+ 'gnsm_toomanycats' => 'Erreur: Trop de nombreuses catégories!',
 33+ 'gnsm_toofewcats' => 'Erreur: Trop peu de catégories!',
 34+ 'gnsm_noresults' => 'Erreur: Pas de résultats!',
 35+ 'gnsm_noincludecats' => 'Erreur: Vous devez inclure au moins une catégorie, ou spécifier un nom d''espace !'
3636 );
\ No newline at end of file
Index: trunk/extensions/GNSM/SpecialGNSM.php
@@ -50,7 +50,7 @@
5151 * @addtogroup Extensions
5252 *
5353 * @author Amgine <amgine.saewyc@gmail.com>
54 - * @copyright Copyright � 2009, Amgine
 54+ * @copyright Copyright © 2009, Amgine
5555 * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
5656 */
5757 $wgExtensionCredits['specialpage'][] = array(

Status & tagging log