diff options
Diffstat (limited to 'language/fr_FR/common.lang.php')
-rw-r--r-- | language/fr_FR/common.lang.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php index 93aec3b39..ea846c116 100644 --- a/language/fr_FR/common.lang.php +++ b/language/fr_FR/common.lang.php @@ -407,5 +407,8 @@ $lang['%d rate'] = '%d note'; $lang['Page not found'] = 'Page non trouvée'; $lang['Bad request'] = 'Mauvaise requête'; $lang['Forbidden'] = 'Interdit'; +$lang['Piwigo encountered a non recoverable error'] = 'Piwigo a rencontré une erreur non récupérable'; $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'; ?> |