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';