source: extensions/GuestBook/language/fr_FR/plugin.lang.php @ 16347

Last change on this file since 16347 was 16347, checked in by mistic100, 12 years ago

replace all CRLF by LF

File size: 530 bytes
Line 
1<?php
2
3$lang['Please enter your username'] = 'Veuillez renseigner votre nom';
4$lang['invalid website address'] = 'adresse du site web invalide';
5$lang['GuestBook'] = 'Livre d\'or';
6$lang['Sign the guestbook'] = 'Signer le livre d\'or';
7$lang['not publicly visible'] = 'not visible';
8$lang['Website'] = 'Site web';
9$lang['* : mandatory fields'] = '* : champs obligatoires';
10$lang['There are %d messages'] = 'Il y a %d messages';
11$lang['Activate rating'] = 'Activater la notation';
12$lang['%s says on %s :'] = '%s a dit le %s :';
13
14?>
Note: See TracBrowser for help on using the repository browser.