diff options
Diffstat (limited to 'language/fr_CA/common.lang.php')
-rw-r--r-- | language/fr_CA/common.lang.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/language/fr_CA/common.lang.php b/language/fr_CA/common.lang.php index 0d8ea5cb8..3e2a7bb11 100644 --- a/language/fr_CA/common.lang.php +++ b/language/fr_CA/common.lang.php @@ -408,4 +408,11 @@ $lang['Numeric identifier, 1 → 9'] = 'Identifiant, 1 → 9'; $lang['Numeric identifier, 9 → 1'] = 'Identifiant, 9 → 1'; $lang['Manual sort order'] = 'Ordre manuel'; $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 mot clé demandé n\'existe pas'; ?>
\ No newline at end of file |