Index: trunk/extensions/CountEdits/CountEdits.i18n.php |
— | — | @@ -13,6 +13,7 @@ |
14 | 14 | */ |
15 | 15 | $messages['en'] = array( |
16 | 16 | 'countedits' => 'Count edits', |
| 17 | + 'countedits-desc' => '[Special:CountEdits|Special page]] that counts user edits and provides a top-ten contributor list', |
17 | 18 | 'countedits-warning' => "'''Warning:''' Do not judge a book by its cover. Do not judge a contributor by their edit count.", |
18 | 19 | 'countedits-username' => 'Username:', |
19 | 20 | 'countedits-ok' => 'OK', |
— | — | @@ -141,6 +142,7 @@ |
142 | 143 | /* French (Bertrand Grondin) */ |
143 | 144 | $messages['fr'] = array( |
144 | 145 | '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.', |
145 | 147 | '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.', |
146 | 148 | 'countedits-username' => 'Utilisateur', |
147 | 149 | 'countedits-ok' => 'Accepter', |
Index: trunk/extensions/CountEdits/CountEdits.php |
— | — | @@ -14,6 +14,7 @@ |
15 | 15 | 'version' => '2008-01-11', |
16 | 16 | 'author' => 'Rob Church', |
17 | 17 | 'description' => '[Special:CountEdits|Special page]] that counts user edits and provides a top-ten contributor list', |
| 18 | + 'descriptionmsg' => 'countedits-desc', |
18 | 19 | 'url' => 'http://www.mediawiki.wiki/wiki/Extesion:CountEdits', |
19 | 20 | ); |
20 | 21 | |