From d93af0030f57042884fd50a7fb1db1808924e4da Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 7 Mar 2017 15:57:39 +0100 Subject: [PATCH] issue #420, language strings for MacShareToPiwigo + Piwigo Remote Sync --- language/en_UK/admin.lang.php | 4 +++- language/fr_FR/admin.lang.php | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index b167a053d..9a08973e0 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -1000,4 +1000,6 @@ $lang['orphans to delete'] = 'orphans to delete'; $lang['Dashboard'] = 'Dashboard'; $lang['Storage used'] = 'Storage used'; $lang['First photo added'] = 'First photo added'; -$lang['No filter on album. Select one or type to search'] = 'No filter on album. Select one or type to search'; \ No newline at end of file +$lang['No filter on album. Select one or type to search'] = 'No filter on album. Select one or type to search'; +$lang['Piwigo Remote Sync is able to upload a whole folder hierarchy. If you run it again, only new photos will be uploaded.'] = 'Piwigo Remote Sync is able to upload a whole folder hierarchy. If you run it again, only new photos will be uploaded.'; +$lang['Share / Send your photos directly from your Mac Os X (10.10 and following) to Piwigo'] = 'Share / Send your photos directly from your Mac Os X (10.10 and following) to Piwigo'; \ No newline at end of file diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index ce3ab6efe..d6923a0eb 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -1002,4 +1002,6 @@ $lang['orphans to delete'] = 'orphelines à supprimer'; $lang['Dashboard'] = 'Tableau de bord'; $lang['Storage used'] = 'Stockage utilisé'; $lang['First photo added'] = 'Première photo'; -$lang['No filter on album. Select one or type to search'] = 'Aucun filtre. Tapez ici pour chercher un album.'; \ No newline at end of file +$lang['No filter on album. Select one or type to search'] = 'Aucun filtre. Tapez ici pour chercher un album.'; +$lang['Piwigo Remote Sync is able to upload a whole folder hierarchy. If you run it again, only new photos will be uploaded.'] = 'Piwigo Remote Sync vous permet d\'ajouter une arborescence complète de répertoires. Si vous lancez la synchro une nouvelle fois, seules les nouvelles photos seront ajoutées.'; +$lang['Share / Send your photos directly from your Mac Os X (10.10 and following) to Piwigo'] = 'Partager / Envoyez vos photos directement de votre MacOS X (10.10 ou plus récent) vers votre Piwigo.'; \ No newline at end of file