diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index f28ec5de4..e1939940b 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -1317,4 +1317,6 @@ $lang['Delete %s format ?'] = 'Delete %s format ?'; $lang['Installed on %s, %s'] = 'Installed on %s, %s'; $lang['While restoring this plugin, it will be reset to its original parameters and associated data is going to be reset'] = 'While restoring this plugin, it will be reset to its original parameters and associated data is going to be reset'; $lang['This picture is physically linked to this album, you can\'t dissociate them'] = 'This picture is physically linked to this album, you can\'t dissociate them.'; +$lang['This photo no longer exists'] = 'This photo no longer exists'; +$lang['Details'] = 'Details'; // Leave this line empty diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index ab8e59f63..f4c1ccd8f 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -1317,4 +1317,6 @@ $lang['Delete %s format ?'] = 'Supprimer le format %s ?'; $lang['Installed on %s, %s'] = 'Installé le %s, %s'; $lang['While restoring this plugin, it will be reset to its original parameters and associated data is going to be reset'] = 'En restaurant ce plugin, il reviendra à son paramétrage d’origine et les données associées seront remises à zero'; $lang['This picture is physically linked to this album, you can\'t dissociate them'] = 'Cette photo est physiquement liée à cet album, vous ne pouvez pas les dissocier.'; -// Leave this line empty \ No newline at end of file +$lang['This photo no longer exists'] = 'Cette photo n\'existe plus'; +$lang['Details'] = 'Détails'; +// Leave this line empty