aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2014-09-12 06:50:06 +0000
committerplegall <plg@piwigo.org>2014-09-12 06:50:06 +0000
commit2041a09aecdd5e3806e6558015dffb949419433e (patch)
tree5540cd76aed89f9b016195ac39021898995df993 /plugins
parentc95b022d328293ec99ef87e08fe7f9dfdc933dc1 (diff)
missing language string
git-svn-id: http://piwigo.org/svn/trunk@29496 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins')
-rw-r--r--plugins/TakeATour/language/en_UK/plugin.lang.php1
-rw-r--r--plugins/TakeATour/language/fr_FR/plugin.lang.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/plugins/TakeATour/language/en_UK/plugin.lang.php b/plugins/TakeATour/language/en_UK/plugin.lang.php
index 09197e0a8..db44e3ed2 100644
--- a/plugins/TakeATour/language/en_UK/plugin.lang.php
+++ b/plugins/TakeATour/language/en_UK/plugin.lang.php
@@ -11,4 +11,5 @@ $lang['First Contact'] = 'First Contact';
$lang['first_contact_descrp'] = 'Recommended for beginners, this tour introduce you Piwigo, its basic features. It will start by adding photos, then manage them. The tour continues with album management and permissions, and ends on the customization using the configuration, the themes and the plugins.';
$lang['2.7 Tour'] = '2.7 Tour';
$lang['2_7_0_descrp'] = 'Discover What\'s New in Piwigo 2.7';
+$lang['Privacy'] = 'Privacy';
$lang['privacy_descrp'] = 'This tour presents all the ways to protect your photo from public access with the permission systems per album and per photo, and from copying using image protections.';
diff --git a/plugins/TakeATour/language/fr_FR/plugin.lang.php b/plugins/TakeATour/language/fr_FR/plugin.lang.php
index 60a772f89..e9ee945e9 100644
--- a/plugins/TakeATour/language/fr_FR/plugin.lang.php
+++ b/plugins/TakeATour/language/fr_FR/plugin.lang.php
@@ -14,4 +14,5 @@ $lang['first_contact_descrp'] = 'Cette visite est une introduction à Piwigo et
$lang['2_7_0_descrp'] = 'Découvrez ce qui est nouveau avec Piwigo 2.7';
$lang['2.7 Tour'] = 'Visite 2.7';
+$lang['Privacy'] = 'Vie privée';
$lang['privacy_descrp'] = 'Cette visite vous présente toutes les manières de protéger vos photos de l\'accès public avec des systèmes d\'autorisation par album et par image, et vous protège de la copie à l\'aide de protection d\'image.';