From f5f555e1f2988d156a036d6700e6accceca3dcd4 Mon Sep 17 00:00:00 2001 From: Yann Le Boudec Date: Wed, 22 May 2019 16:09:23 +0200 Subject: [PATCH] issue #1019 photo upload redesign, new language strings --- admin/themes/default/template/photos_add_direct.tpl | 5 +++++ language/en_UK/admin.lang.php | 3 +++ language/fr_FR/admin.lang.php | 5 ++++- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/admin/themes/default/template/photos_add_direct.tpl b/admin/themes/default/template/photos_add_direct.tpl index 5101bcf48..26f3cda3b 100644 --- a/admin/themes/default/template/photos_add_direct.tpl +++ b/admin/themes/default/template/photos_add_direct.tpl @@ -246,6 +246,11 @@ jQuery(document).ready(function(){
+
+
{'Welcome!'|translate}
+

{'Piwigo requires an album to add photos.'|translate}

+ {'Create a first album'|translate} +
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 6c9bd074f..382a9eae0 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -1017,3 +1017,6 @@ $lang['checksums to add'] = 'checksums to add'; $lang['Synchronization in progress'] = 'Synchronization in progress'; $lang['Display category date'] = 'Display category date'; $lang['Display album date period'] = 'Show the date period associated with each album, eg « from July 12th to 15th, 2018 »'; +$lang['Welcome!'] = 'Welcome!'; +$lang['Piwigo requires an album to add photos.'] = 'Piwigo requires an album to add photos.'; +$lang['Create a first album'] = 'Create a first album'; \ No newline at end of file diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 21793af16..0425f14ef 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -1009,4 +1009,7 @@ $lang['(determined from photos)'] = '(déterminée à partir des photos)'; $lang['It only takes a few clicks.'] = 'Cela se fait en quelques clics'; $lang['Piwigo %s is available, please update'] = 'Piwigo %s est disponible, merci de mettre à jour'; $lang['Running on an up-to-date Piwigo is important for security.'] = 'Maintenir Piwigo à jour est important pour la sécurité.'; -$lang['Time has come to update your Piwigo with version %s, go to %s'] = 'Il est temps de mettre à jour votre Piwigo avec la version %s, allez sur %s'; \ No newline at end of file +$lang['Time has come to update your Piwigo with version %s, go to %s'] = 'Il est temps de mettre à jour votre Piwigo avec la version %s, allez sur %s'; +$lang['Welcome!'] = 'Bienvenue !'; +$lang['Piwigo requires an album to add photos.'] = 'Piwigo a besoin d\'un album pour y ajouter des photos.'; +$lang['Create a first album'] = 'Créer un premier album';