Index: trunk/extensions/DiscussionThreading/DiscussionThreading.i18n.php |
— | — | @@ -25,8 +25,20 @@ |
26 | 26 | 'threadnewsection' => 'neu', |
27 | 27 | 'threadnewsectionhint' => "Neuen Eintrag erstellen" |
28 | 28 | ); |
| 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 | +); |
29 | 41 | /* 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, |
31 | 43 | no,nn,oc,pt,pt-br,ro,ru,sk,sl,sq,uk,wa,zh-cn,zh-tw,zh-yue,zh-hk,zh-sg |
32 | 44 | |
33 | 45 | Would do this by adding a new $wgDiscussionThreadMessages array example: |