diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 85a48d76f..f96442345 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -1323,4 +1323,6 @@ $lang['Always have a backup of your database and files.'] = 'Always have a backu $lang['The best is to have them made automatically on a regular basis.'] = 'The best is to have them made automatically on a regular basis.'; $lang['If anything bad happens during the update, you would be able to restore a backup.'] = 'If anything bad happens during the update, you would be able to restore a backup.'; $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'; // Leave this line empty diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 52a3bc94f..c7c862ec1 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -1323,4 +1323,6 @@ $lang['Always have a backup of your database and files.'] = 'Ayez toujours une s $lang['The best is to have them made automatically on a regular basis.'] = 'Le mieux est de le faire automatiquement et régulièrement'; $lang['If anything bad happens during the update, you would be able to restore a backup.'] = 'Si quelque chose arrive pendant la mise à jour, il sera possible de restaurer la sauvegarde'; $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