From 9ae840a08bfa810ebb64eba2e32142334ff590d0 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 23 Sep 2024 14:27:38 +0200 Subject: [PATCH] re-add language change introduced in a3e9ed23ceb23395bec18cf9812ca138a72c58f9 --- language/en_UK/common.lang.php | 1 + language/fr_FR/common.lang.php | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index 6b58c1547..c701cc1b7 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -449,4 +449,5 @@ $lang['Only the first %d albums are displayed, out of %d.'] = 'Only the first %d $lang['Pages'] = "Pages"; $lang['The PDF you requested is too large to display on this page.']= 'The PDF you requested is too large to display on this page.'; $lang['Click here to display it']= 'Click here to display it'; +$lang['last 12 months'] = 'Last 12 months'; diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php index 859a79073..ad63451ae 100644 --- a/language/fr_FR/common.lang.php +++ b/language/fr_FR/common.lang.php @@ -448,4 +448,5 @@ $lang['Only the first %d albums are displayed, out of %d.'] = 'Seuls les %d prem $lang['Album already selected'] = 'Album déjà sélectionné'; $lang['Pages'] = "Pages"; $lang['The PDF you requested is too large to display on this page.']= 'Le PDF que vous avez demandé est trop volumineux pour être affiché sur cette page.'; -$lang['Click here to display it']= 'Cliquez ici pour le voir'; \ No newline at end of file +$lang['Click here to display it']= 'Cliquez ici pour le voir'; +$lang['last 12 months'] = '12 derniers mois';