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

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

import initial

File size: 231 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é',
9'Sticky'                =>      'Épinglé',
10'Empty forum'   =>      'Le forum est vide.'
11 
12);
Note: See TracBrowser for help on using the repository browser.