diff options
author | flop25 <flop25@piwigo.org> | 2014-05-04 17:16:01 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2014-05-04 17:16:01 +0000 |
commit | fa08b7011f8bc84ca022ec7b25052cdd19804fa5 (patch) | |
tree | bb9f01ff9a35d5c22b81c2cbd015b98314446db0 /plugins/TakeATour/language/fr_FR | |
parent | 99d9484a3cd5ec6a18215e6917d3ee729480c7de (diff) |
Translate button Next/prev/end
git-svn-id: http://piwigo.org/svn/trunk@28347 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/TakeATour/language/fr_FR')
-rw-r--r-- | plugins/TakeATour/language/fr_FR/plugin.lang.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/TakeATour/language/fr_FR/plugin.lang.php b/plugins/TakeATour/language/fr_FR/plugin.lang.php index 34c232905..f229a7021 100644 --- a/plugins/TakeATour/language/fr_FR/plugin.lang.php +++ b/plugins/TakeATour/language/fr_FR/plugin.lang.php @@ -3,6 +3,9 @@ $lang['First Contact'] = 'Premier contact'; $lang['Start the Tour'] = 'Commencez la visite'; $lang['Visit your Piwigo!'] = 'Visiter votre Piwigo !'; $lang['Take a tour and discover the features of your Piwigo gallery » Go to the available tours'] = 'Découvrez les fonctionnalités de votre galerie Piwigo » Voir les visites interactives disponibles'; +$lang['Prev'] = 'Préc'; +$lang['Next '] = 'Suiv'; +$lang['End tour'] = 'Finir'; $lang['first_contact_title2'] = ''; $lang['first_contact_title5'] = ''; $lang['first_contact_title6'] = ''; |