diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index f96442345..3bbbd3e63 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -1325,4 +1325,5 @@ $lang['If anything bad happens during the update, you would be able to restore a $lang['Apply to root albums'] = 'Apply to root albums'; $lang['Album name must not be empty'] = 'Album name must not be empty'; $lang['Visit history'] = 'Visit history'; +$lang['Some photos are missing from your file system. Details provided by plugin Check Uploads'] = 'Some photos are missing from your file system. Details provided by plugin Check Uploads'; // Leave this line empty diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 32063e442..b695922b9 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -1325,4 +1325,5 @@ $lang['If anything bad happens during the update, you would be able to restore a $lang['Apply to root albums'] = 'Appliquer aux albums racine'; $lang['Album name must not be empty'] = 'Le nom de l\'album ne doit pas être vide'; $lang['Visit history'] = 'Historique des visites'; -// Leave this line empty \ No newline at end of file +$lang['Some photos are missing from your file system. Details provided by plugin Check Uploads'] = 'Des photos sont absentes de votre système de fichier. À contrôler avec le plugin Check Uploads.'; +// Leave this line empty