aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
Diffstat (limited to 'language')
-rw-r--r--language/en_UK/common.lang.php1
-rw-r--r--language/fr_FR/common.lang.php3
2 files changed, 4 insertions, 0 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php
index dd0d1d27f..985188b64 100644
--- a/language/en_UK/common.lang.php
+++ b/language/en_UK/common.lang.php
@@ -409,4 +409,5 @@ $lang['Bad request'] = 'Bad request';
$lang['Forbidden'] = 'Forbidden';
$lang['Piwigo encountered a non recoverable error'] = 'Piwigo encountered a non recoverable error';
$lang['Requested album does not exist'] = 'Requested album does not exist';
+$lang['Permalink for album not found'] = 'Permalink for album not found';
?> \ No newline at end of file
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';
?>