r30612 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r30611‎ | r30612 | r30613 >
Date:13:17, 6 February 2008
Author:grondin
Status:old
Tags:
Comment:
Add internationalization extension description message in [[Special:Version]]
Modified paths:
  • /trunk/extensions/CountEdits/CountEdits.i18n.php (modified) (history)
  • /trunk/extensions/CountEdits/CountEdits.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CountEdits/CountEdits.i18n.php
@@ -13,6 +13,7 @@
1414 */
1515 $messages['en'] = array(
1616 'countedits' => 'Count edits',
 17+ 'countedits-desc' => '[Special:CountEdits|Special page]] that counts user edits and provides a top-ten contributor list',
1718 'countedits-warning' => "'''Warning:''' Do not judge a book by its cover. Do not judge a contributor by their edit count.",
1819 'countedits-username' => 'Username:',
1920 'countedits-ok' => 'OK',
@@ -141,6 +142,7 @@
142143 /* French (Bertrand Grondin) */
143144 $messages['fr'] = array(
144145 'countedits' => 'Compteur d’éditions',
 146+ 'countedits-desc' => '[Special:CountEdits|Page spéciale]] comptabilisant le nombre d’éditions des utilisateurs et fournissant la liste des dix meilleurs contributeurs.',
145147 'countedits-warning' => 'Avertissement : ne jugez pas un livre par sa couverture. Ne jugez pas non plus un utilisateur en fonction du nombre de ses contributions.',
146148 'countedits-username' => 'Utilisateur',
147149 'countedits-ok' => 'Accepter',
Index: trunk/extensions/CountEdits/CountEdits.php
@@ -14,6 +14,7 @@
1515 'version' => '2008-01-11',
1616 'author' => 'Rob Church',
1717 'description' => '[Special:CountEdits|Special page]] that counts user edits and provides a top-ten contributor list',
 18+ 'descriptionmsg' => 'countedits-desc',
1819 'url' => 'http://www.mediawiki.wiki/wiki/Extesion:CountEdits',
1920 );
2021

Status & tagging log