From a78cec85d3767e22e0adc174a012c16932efcfc8 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 19 Feb 2025 14:14:56 +0100 Subject: [PATCH] copy new strings of en_UK+fr_FR from 15.x@bc1625d94 : 1 new string in admin.lang.php + 1 new string in common.lang.php --- language/en_UK/admin.lang.php | 1 + language/en_UK/common.lang.php | 1 + language/fr_FR/admin.lang.php | 3 ++- language/fr_FR/common.lang.php | 3 ++- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 0834eed9a..407a45294 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -1406,4 +1406,5 @@ $lang['Ok, got it!'] = 'Ok, got it!'; $lang['This link is valid for %s. After this time, you will need to request a new link.'] = 'This link is valid for %s. After this time, you will need to request a new link.'; $lang['To set your password, visit the following address:'] = 'To set your password, visit the following address:'; $lang['A photo library administrator has created the following account for you:'] = 'A photo library administrator has created the following account for you:'; +$lang['Welcome to %s'] = 'Welcome to %s'; // Leave this line empty \ No newline at end of file diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index ae4c8a295..5d9c737a2 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -454,3 +454,4 @@ $lang['Custom dates'] = 'Custom dates'; $lang['There are no tags available for the photos currently filtered'] = 'There are no tags available for the photos currently filtered'; $lang['There are no creation dates available for the photos currently filtered'] = 'There are no creation dates available for the photos currently filtered'; $lang['There are no authors available for the photos currently filtered'] = 'There are no authors available for the photos currently filtered'; +$lang['Set your password below.'] = 'Set your password below.'; diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index bd12197bf..f9909060e 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -1408,4 +1408,5 @@ $lang['Ok, got it!'] = 'Ok, j\'ai compris!'; $lang['This link is valid for %s. After this time, you will need to request a new link.'] = 'Ce lien est valide pendant %s. Passé ce délai, vous devrez demander un nouveau lien.'; $lang['To set your password, visit the following address:'] = 'Pour définir votre mot de passe, rendez-vous à l\'adresse suivante :'; $lang['A photo library administrator has created the following account for you:'] = 'Un administrateur de la photothèque vous a créé le compte suivant :'; -// Leave this line empty \ No newline at end of file +$lang['Welcome to %s'] = 'Bienvenue sur %s'; +// Leave this line empty diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php index cf055a923..2981bcc12 100644 --- a/language/fr_FR/common.lang.php +++ b/language/fr_FR/common.lang.php @@ -453,4 +453,5 @@ $lang['last 12 months'] = '12 derniers mois'; $lang['Custom dates'] = 'Dates personnalisées'; $lang['There are no tags available for the photos currently filtered'] = 'Aucun tag n\'est disponible pour les photos actuellement filtrées'; $lang['There are no creation dates available for the photos currently filtered'] = 'Aucune date de création n\'est disponible pour les photos actuellement filtrées'; -$lang['There are no authors available for the photos currently filtered'] = 'Aucun auteur n\'est disponible pour les photos actuellement filtrées'; \ No newline at end of file +$lang['There are no authors available for the photos currently filtered'] = 'Aucun auteur n\'est disponible pour les photos actuellement filtrées'; +$lang['Set your password below.'] = 'Définissez votre mot de passe ci-dessous.';