From ad296c4a5e672c61b56a2ab9fa78a5ff134a7de0 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 23 Jan 2023 14:34:57 +0100 Subject: [PATCH] remove this useless language key on 13.x, to be improved on master first --- language/en_UK/admin.lang.php | 1 - language/fr_FR/admin.lang.php | 1 - 2 files changed, 2 deletions(-) diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 43baee4b5..4d1146115 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -1329,7 +1329,6 @@ $lang['Some photos are missing from your file system. Details provided by plugin $lang['%d filtered users'] = '%d filtered users'; $lang['%d filtered user'] = '%d filtered user'; $lang['%d pictures in sub-albums'] = '%d pictures in sub-albums'; -$lang['Put at the root'] = 'Put at the root'; $lang['or'] = 'or'; $lang['Locked album'] = 'Locked album'; $lang['This album is currently locked, visible only to administrators.'] = 'This album is currently locked, visible only to administrators.'; diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 67309e9d5..61c0e2dc2 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -1333,7 +1333,6 @@ $lang['Allow comments for sub-albums'] = 'Autoriser les commentaires pour tous l $lang['Disallow comments for sub-albums'] = 'Interdire les commentaires pour tous les sous-albums'; $lang['Comments allowed for sub-albums'] = 'Commentaires autorisés pour tous les sous-albums'; $lang['Comments disallowed for sub-albums'] = 'Commentaires interdit pour tous les sous-albums'; -$lang['Put at the root'] = 'Placer à la racine'; $lang['or'] = 'ou'; $lang['Locked album'] = 'Album verrouillé'; $lang['This album is currently locked, visible only to administrators.'] = 'Cet album est actuellement verrouillé, visible uniquement par les administrateurs.';