From cbec7a29cbd3b7326c4c2e30258c0cfa049ce091 Mon Sep 17 00:00:00 2001 From: Louis Date: Tue, 13 Oct 2020 17:55:09 +0200 Subject: [PATCH] fixs #1236 adding translation in album edit page album edit page translation in en_UK and fr_FR --- language/en_UK/admin.lang.php | 6 +++++- language/fr_FR/admin.lang.php | 16 +++++++++++----- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index b8e143c18..191ac374f 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -1051,4 +1051,8 @@ $lang['Choose which tag to merge these tags into'] = 'Choose which tag to merge $lang['The other tags will be removed'] = 'The other tags will be removed'; $lang['Display'] = 'Display'; $lang['Select'] = 'Select'; -$lang['Tag Manager'] = 'Tag Manager'; \ No newline at end of file +$lang['Tag Manager'] = 'Tag Manager'; +$lang['No tag found'] = 'No tag found'; +$lang['Manage album photos'] = 'Manage album photos'; +$lang['Manage sub-albums'] = 'Manage sub-albums'; +$lang['Delete album'] = 'Delete album'; \ No newline at end of file diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 6913c099f..686d3ea92 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -203,9 +203,9 @@ $lang['jump to album'] = 'Se rendre dans l\'album'; $lang['jump to photo'] = 'Voir la photo'; $lang['leave'] = "laisser"; $lang['Lock'] = "Verrouiller"; -$lang['Locked'] = "Verrouillé"; -$lang['manage album photos'] = 'Gérer les photos de l\'album'; -$lang['manage sub-albums'] = 'Gérer les sous-albums'; +$lang['Locked'] = "Verrouillées"; +$lang['manage album photos'] = 'gérer les photos de l\'album'; +$lang['manage sub-albums'] = 'gérer les sous-albums'; $lang['Manage'] = "Gérer"; $lang['Execution time is out, treatment must be continue [Estimated time: %d second].'] = "Le temps d'exécution étant dépassé, le traitement doit continuer [Temps estimé: %d second]."; $lang['Execution time is out, treatment must be continue [Estimated time: %d seconds].'] = "Le temps d'exécution étant dépassé, le traitement doit continuer [Temps estimé: %d secondes]."; @@ -323,7 +323,7 @@ $lang['average time'] = "temps moyen"; $lang['total time'] = "temps total"; $lang['for this file format'] = "pour ce format de fichier"; $lang['unit mode'] = "Mode unitaire"; -$lang['Unlocked'] = "Déverrouillé"; +$lang['Unlocked'] = "Déverrouillées"; $lang['unset'] = "vider"; $lang['Update albums informations'] = 'Mettre à jour les informations des albums'; $lang['Update photos information'] = 'Mettre à jour les informations des photos'; @@ -1021,6 +1021,8 @@ $lang['in gallery'] = 'dans la galerie'; $lang['in administration'] = 'dans l\'administration'; $lang['Displays a banner to install or open the official Piwigo app'] = 'Affiche une bannière pour installer et/ou ouvrir l\'application mobile officielle Piwigo'; $lang['Search albums'] = 'Rechercher des albums'; + + $lang['You have %d orphan tags %s'] = 'Vous avez %d tag(s) orphelin(s) %s'; $lang['Review'] = 'Examiner'; $lang['You have %s1 orphan : %s2'] = 'Vous avez %s1 orphelin(s) : %s2'; @@ -1054,4 +1056,8 @@ $lang['Choose which tag to merge these tags into'] = 'Choisissez dans quel tag v $lang['The other tags will be removed'] = 'Les autres tags seront supprimés'; $lang['Display'] = 'Afficher'; $lang['Select'] = 'Sélectionner'; -$lang['Tag Manager'] = 'Gestionnaire de tags'; \ No newline at end of file +$lang['Tag Manager'] = 'Gestionnaire de tags'; +$lang['No tag found'] = 'Pas de tag trouvé'; +$lang['Manage album photos'] = 'Gérer les photos de l\'album'; +$lang['Manage sub-albums'] = 'Gérer les sous-albums'; +$lang['Delete album'] = 'Supprimer l\'album'; \ No newline at end of file