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

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

use my plugin architecture, add options to hide the page for guests, fix admin links in mails

File size: 858 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$lang['Guests (not registered) permissions :'] = 'Droits des visiteurs (non enregistrés) :';
16$lang['view comments'] = 'voir les commentaires';
17$lang['add comment'] = 'ajouter un commentaire';
18
19?>
Note: See TracBrowser for help on using the repository browser.