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

Last change on this file since 20504 was 20504, checked in by mistic100, 11 years ago

bug encoding

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