r40362 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40361‎ | r40362 | r40363 >
Date:06:41, 3 September 2008
Author:jdpond
Status:old
Tags:
Comment:
Added FR and IT
Modified paths:
  • /trunk/extensions/DiscussionThreading/DiscussionThreading.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DiscussionThreading/DiscussionThreading.i18n.php
@@ -25,8 +25,20 @@
2626 'threadnewsection' => 'neu',
2727 'threadnewsectionhint' => "Neuen Eintrag erstellen"
2828 );
 29+$wgDiscussionThreadMessages['fr'] = array(
 30+ 'replysection' => 'répondre',
 31+ 'replysectionhint' => "Répondre � ce commentaire",
 32+ 'threadnewsection' => 'nouveau',
 33+ 'threadnewsectionhint' => "Commencer une nouvelle discussion"
 34+);
 35+$wgDiscussionThreadMessages['it'] = array(
 36+ 'replysection' => 'rispondi',
 37+ 'replysectionhint' => "Rispondi a questo messaggio",
 38+ 'threadnewsection' => 'nuovo',
 39+ 'threadnewsectionhint' => "Avvia una nuova discussione"
 40+);
2941 /* Need to add
30 - af,br,bs,ca,cs,cy,et,eu,fi,fr,ga,gl,he,hr,hsb,id,is,it,ja,kk-kz,kk-tr,kk-cn,kk,lv,nl,
 42+ af,br,bs,ca,cs,cy,et,eu,fi,ga,gl,he,hr,hsb,id,is,ja,kk-kz,kk-tr,kk-cn,kk,lv,nl,
3143 no,nn,oc,pt,pt-br,ro,ru,sk,sl,sq,uk,wa,zh-cn,zh-tw,zh-yue,zh-hk,zh-sg
3244
3345 Would do this by adding a new $wgDiscussionThreadMessages array example: