From 89f87a8b7592dbfcd32e0b04eeab4b088b061619 Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 13 May 2021 13:03:29 +0200 Subject: [PATCH] (cp 722fae2) Fixes #1396 Translation lines added for Album Move. Conflicts: language/en_UK/admin.lang.php language/fr_FR/admin.lang.php --- language/en_UK/admin.lang.php | 8 ++++++++ language/fr_FR/admin.lang.php | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 438b53679..7f776e9d0 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -1123,3 +1123,11 @@ $lang['Tile View'] = 'Tile View'; $lang['Line View'] = 'Line View'; $lang['Add Album'] = 'Add Album'; $lang['Name field must not be empty'] = 'Name field must not be empty'; +$lang['Drag and drop to reorder albums'] = 'Drag and drop to reorder albums'; +$lang['Apply an automatic order to root albums'] = 'Apply an automatic order to root albums'; +$lang['Show sub-albums'] = 'Show sub-albums'; +$lang['Hide sub-albums'] = 'Hide sub-albums'; +$lang['Apply an automatic order'] = 'Apply an automatic order'; +$lang['Root'] = 'Root'; +$lang['Apply to direct sub-albums'] = 'Apply to direct sub-albums'; +$lang['Apply to the whole hierarchy'] = 'Apply to the whole hierarchy'; diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index ac61dfcc0..9372ca7e1 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -1125,3 +1125,11 @@ $lang['Tile View'] = 'Affichage tuiles'; $lang['Line View'] = 'Affichage lignes'; $lang['Add Album'] = 'Ajouter un Album'; $lang['Name field must not be empty'] = 'Le nom ne dois pas être vide'; +$lang['Drag and drop to reorder albums'] = 'Glisser / Déposer pour réorganiser les albums'; +$lang['Apply an automatic order to root albums'] = 'Appliquer un ordre automatique aux albums racines'; +$lang['Show sub-albums'] = 'Afficher les sous-albums'; +$lang['Hide sub-albums'] = 'Cacher les sous-albums'; +$lang['Apply an automatic order'] = 'Appliquer un ordre automatique'; +$lang['Root'] = 'Racine'; +$lang['Apply to direct sub-albums'] = 'Appliquer aux sous-albums'; +$lang['Apply to the whole hierarchy'] = 'Appliquer à toute l\'arborescence';