source: trunk/web/punbb/lang/French/forum.php @ 6

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

mise a jour du trunk

File size: 457 bytes
Line 
1<?php
2
3// Language definitions used in viewforum.php
4$lang_forum = array(
5
6'Post topic'    =>      'Nouvelle discussion',
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'
16);
Note: See TracBrowser for help on using the repository browser.