diff options
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 |