r60973 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60972‎ | r60973 | r60974 >
Date:17:20, 12 January 2010
Author:raymond
Status:ok
Tags:
Comment:
Add Google News Sitemap to translatewiki
Tweak messages a bit
Modified paths:
  • /trunk/extensions/GoogleNewsSitemap/SpecialGoogleNewsSitemap.i18n.php (modified) (history)
  • /trunk/extensions/Translate/groups/mediawiki-defines.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/GoogleNewsSitemap/SpecialGoogleNewsSitemap.i18n.php
@@ -14,8 +14,8 @@
1515
1616 $messages['en'] = array(
1717 'gnsm' => 'Google News Sitemap',
18 - 'gnsm-desc' => 'Outputs an Atom/RSS feed as a Google News Sitemap.',
19 - 'gnsm_categorymap' => '', #default empty. list of categories to map to keywords. do not translate.
 18+ 'gnsm-desc' => 'Outputs an Atom/RSS feed as a Google News Sitemap',
 19+ 'gnsm_categorymap' => '', # Default empty. List of categories to map to keywords. Do not translate.
2020 'gnsm_toomanycats' => 'Error: Too many categories!',
2121 'gnsm_toofewcats' => 'Error: Too few categories!',
2222 'gnsm_noresults' => 'Error: No results!',
@@ -28,9 +28,10 @@
2929
3030 $messages['fr'] = array(
3131 'gnsm' => 'Google nouvelles Sitemap',
32 - 'gnsm-desc' => 'Cre un Atom ou RSS feed comme un plan Sitemap pour Google.',
 32+ 'gnsm-desc' => 'Cre un Atom ou RSS feed comme un plan Sitemap pour Google',
3333 'gnsm_toomanycats' => 'Erreur: Trop de nombreuses catégories!',
3434 'gnsm_toofewcats' => 'Erreur: Trop peu de catégories!',
3535 'gnsm_noresults' => 'Erreur: Pas de résultats!',
3636 'gnsm_noincludecats' => 'Erreur: Vous devez inclure au moins une catégorie, ou spécifier un nom d\'espace !'
3737 );
 38+
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt
@@ -490,6 +490,12 @@
491491 descmsg = gm-desc
492492 var = wgGoogleMapsMessages
493493
 494+Google News Sitemap
 495+descmsg = gnsm-desc
 496+ignored = gnsm_categorymap
 497+file = GoogleNewsSitemap/SpecialGoogleNewsSitemap.i18n.php
 498+aliasfile = GoogleNewsSitemap/SpecialGoogleNewsSitemap.alias.php
 499+
494500 Go To Category
495501
496502 Group Permissions Manager

Status & tagging log