Index: trunk/extensions/Interwiki/SpecialInterwiki.i18n.php |
— | — | @@ -21,6 +21,7 @@ |
22 | 22 | $messages['en'] = array( |
23 | 23 | # general messages |
24 | 24 | 'interwiki' => 'View and edit interwiki data', |
| 25 | + 'interwiki-desc' => 'Adds a [[Special:Interwiki|special page]] to view and edit the interwiki table', |
25 | 26 | 'interwiki_prefix' => 'Prefix', |
26 | 27 | 'interwiki_reasonfield' => 'Reason', |
27 | 28 | 'interwiki_intro' => 'See $1 for more information about the interwiki table. There is a [[Special:Log/interwiki|log of changes]] to the interwiki table.', |
— | — | @@ -147,6 +148,7 @@ |
148 | 149 | */ |
149 | 150 | $messages['fr'] = array( |
150 | 151 | 'interwiki' => 'Voir et manipuler les données interwiki', |
| 152 | + 'interwiki-desc' => 'Ajoute une [[Special:Interwiki|page spéciale]] pour voir et éditer la table interwiki', |
151 | 153 | 'interwiki_prefix' => 'Préfixe', |
152 | 154 | 'interwiki_reasonfield' => 'Motif', |
153 | 155 | 'interwiki_intro' => "Voyez $1 pour obtenir plus d'informations en ce qui concerne la table interwiki. Ceci est le [[Special:Log/interwiki|journal des modifications]] de la table interwiki.", |
Index: trunk/extensions/Interwiki/SpecialInterwiki.php |
— | — | @@ -21,6 +21,7 @@ |
22 | 22 | 'description' => 'Adds a [[Special:Interwiki|special page]] to view and edit the interwiki table', |
23 | 23 | 'version' => '2008-01-11', |
24 | 24 | 'author' => array( 'Stephanie Amanda Stevens', 'SPQRobin', 'others' ), |
| 25 | + 'descriptionmsg' => 'interwiki-desc', |
25 | 26 | ); |
26 | 27 | |
27 | 28 | $wgExtensionMessagesFiles['Interwiki'] = dirname(__FILE__) . '/SpecialInterwiki.i18n.php'; |