diff options
author | mistic100 <mistic@piwigo.org> | 2012-09-23 09:34:30 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-09-23 09:34:30 +0000 |
commit | 7e33b84e770ddab61ef1d5c67061cd41c189f20e (patch) | |
tree | 6ffa8d888072108bcf05d0901fa22434dacecdc6 /language/fr_FR | |
parent | b6d2db8600871cd72094a0c3043865b75357ef9b (diff) |
feature 2754: Add "Email" field for user comments + mandatory "Author"
git-svn-id: http://piwigo.org/svn/trunk@18164 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/fr_FR')
-rw-r--r-- | language/fr_FR/common.lang.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php index f59cc3560..bd278d927 100644 --- a/language/fr_FR/common.lang.php +++ b/language/fr_FR/common.lang.php @@ -407,4 +407,7 @@ $lang['Piwigo encountered a non recoverable error'] = 'Piwigo a rencontré une e $lang['Requested album does not exist'] = 'L\'album demandé n\'existe pas'; $lang['Permalink for album not found'] = 'Permalink pour l\'album non trouvé'; $lang['Requested tag does not exist'] = 'Le tag demandée n\'existe pas'; -?> +$lang['Username is mandatory'] = 'Nom d\'utilisateur obligatoire'; +$lang['Email address is mandatory'] = 'Adresse email obligatoire'; +$lang['mandatory'] = 'obligatoire'; +?>
\ No newline at end of file |