diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index 6933c0224..ae4c8a295 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -451,4 +451,6 @@ $lang['The PDF you requested is too large to display on this page.']= 'The PDF y $lang['Click here to display it']= 'Click here to display it'; $lang['last 12 months'] = 'Last 12 months'; $lang['Custom dates'] = 'Custom dates'; - +$lang['There are no tags available for the photos currently filtered'] = 'There are no tags available for the photos currently filtered'; +$lang['There are no creation dates available for the photos currently filtered'] = 'There are no creation dates available for the photos currently filtered'; +$lang['There are no authors available for the photos currently filtered'] = 'There are no authors available for the photos currently filtered'; diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php index 42003732e..9b1f11123 100644 --- a/language/fr_FR/common.lang.php +++ b/language/fr_FR/common.lang.php @@ -451,3 +451,6 @@ $lang['The PDF you requested is too large to display on this page.']= 'Le PDF qu $lang['Click here to display it']= 'Cliquez ici pour le voir'; $lang['last 12 months'] = '12 derniers mois'; $lang['Custom dates'] = 'Dates personnalisées'; +$lang['There are no tags available for the photos currently filtered'] = 'Aucun tag n\'est disponible pour les photos actuellement filtrées'; +$lang['There are no creation dates available for the photos currently filtered'] = 'Aucune date de création n\'est disponible pour les photos actuellement filtrées'; +$lang['There are no authors available for the photos currently filtered'] = 'Aucun auteur n\'est disponible pour les photos actuellement filtrées';