From e909cb19bb529bc4a4233c34434614e08bdc995b Mon Sep 17 00:00:00 2001 From: Fabian Palacios Date: Sat, 20 Aug 2022 09:35:15 -0500 Subject: [PATCH] issue #1706 change some language keys to english --- admin/themes/default/template/albums.tpl | 4 ++-- language/en_UK/admin.lang.php | 4 ++-- language/es_ES/admin.lang.php | 5 ++++- language/fr_FR/admin.lang.php | 4 ++-- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/admin/themes/default/template/albums.tpl b/admin/themes/default/template/albums.tpl index 0e473d079..f0b82ecdf 100644 --- a/admin/themes/default/template/albums.tpl +++ b/admin/themes/default/template/albums.tpl @@ -147,12 +147,12 @@ const add_sub_album_of = '{'Create a sub-album of "%s"'|@translate|escape:javasc
- +
- +
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index d84e1deac..f49f8d4ad 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -1287,8 +1287,8 @@ $lang['Object'] = 'Object'; $lang['Memories'] = 'Souvenirs'; $lang['Add as filter'] = 'Add as filter'; $lang['Show plugins compatible with previous version of Piwigo'] = 'Show plugins compatible with previous version of Piwigo'; -$lang['Placer au début'] = 'Place at the start'; -$lang['Placer à la fin'] = 'Place at the end'; +$lang['Place first'] = 'Place first'; +$lang['Place last'] = 'Place last'; $lang['Piwigo is also on mobile.'] = 'Piwigo is also on mobile.'; $lang['Try now !'] = 'Try now !'; diff --git a/language/es_ES/admin.lang.php b/language/es_ES/admin.lang.php index 45dcba4c0..25d61e1f3 100644 --- a/language/es_ES/admin.lang.php +++ b/language/es_ES/admin.lang.php @@ -1237,4 +1237,7 @@ $lang['between %s and %s'] = 'entre %s y %s'; $lang['calculated'] = 'calculado'; $lang['deletion'] = 'supresión'; $lang['edit'] = 'editar'; -$lang['login'] = 'iniciar sesión'; \ No newline at end of file +$lang['login'] = 'iniciar sesión'; +$lang['Place first'] = 'Ubicar al inicio'; +$lang['Place last'] = 'Ubicar al final'; +$lang['Properties of abums'] = 'Propiedades de los álbumes'; \ No newline at end of file diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index fb4e75313..0bb3c19be 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -1290,8 +1290,8 @@ $lang['This photo is an orphan'] = 'Cette photo est orpheline'; $lang['This albums is already in related categories list'] = 'Cet album est déjà dans la liste des albums associés'; $lang['No search in progress'] = 'Pas de recherche en cours'; $lang['Show plugins compatible with previous version of Piwigo'] = 'Montrer les plugins compatibles avec la version précédente de Piwigo'; -$lang['Placer au début'] = 'Placer au début'; -$lang['Placer à la fin'] = 'Placer à la fin'; +$lang['Place first'] = 'Placer au début'; +$lang['Place last'] = 'Placer à la fin'; $lang['Piwigo is also on mobile.'] = 'Piwigo est également sur mobile.'; $lang['Try now !'] = 'Venez essayer dès maintenant !'; $lang['Install Piwigo on mobile'] = 'Installez Piwigo sur mobile';