source: branches/rsr.v5.1.dev/web/punbb/lang/French/forum.php @ 3

Last change on this file since 3 was 3, checked in by dj3c1t, 12 years ago

passage a Fluxbb 1.4.7

File size: 457 bytes
RevLine 
[1]1<?php
2
3// Language definitions used in viewforum.php
4$lang_forum = array(
[3]5
[1]6'Post topic'    =>      'Nouvelle discussion',
[3]7'Views'         =>      'Vues',
8'Moved'         =>      'Déplacée&#160;:',
9'Sticky'        =>      'Épinglée&#160;:',
10'Closed'        =>      'Fermée&#160;:',
11'Empty forum'   =>      'Le forum ne contient aucune discussion.',
12'Mod controls'  =>      'Interventions pour modérateurs',
13'Is subscribed' =>      'Vous suivez ce forum',
14'Unsubscribe'   =>      'Ne plus suivre',
15'Subscribe'     =>      'Suivre ce forum'
[1]16);
Note: See TracBrowser for help on using the repository browser.