From 66d02240f520b5281a06afaa7b012643097de0b2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 20 Jun 2013 09:36:36 +0200 Subject: [PATCH] Fix: Missing translation --- htdocs/langs/en_US/opensurvey.lang | 2 ++ htdocs/langs/fr_FR/opensurvey.lang | 2 ++ htdocs/opensurvey/public/index.php | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/htdocs/langs/en_US/opensurvey.lang b/htdocs/langs/en_US/opensurvey.lang index f81dd5bec94..63471882927 100644 --- a/htdocs/langs/en_US/opensurvey.lang +++ b/htdocs/langs/en_US/opensurvey.lang @@ -37,6 +37,8 @@ PollManagement=Polls management BackToHoursSetup=Back to hours setup UrlForSurvey=URL to communicate to get a direct access to survey PollOnChoice=Your are creating a poll to make a multi-choice for a poll. First enter all possible choices for your poll: +CreateSurveyDate=Create a date survey +CreateSurveyStandard=Create a standard survey CheckBox=Simple checkbox YesNoList=List (empty/yes/no) PourContreList=List (empty/for/against) diff --git a/htdocs/langs/fr_FR/opensurvey.lang b/htdocs/langs/fr_FR/opensurvey.lang index 12fc74f258d..f4a4df67782 100644 --- a/htdocs/langs/fr_FR/opensurvey.lang +++ b/htdocs/langs/fr_FR/opensurvey.lang @@ -37,6 +37,8 @@ PollManagement=Gestion du sondage BackToHoursSetup=Retour configuration heures UrlForSurvey=URL à communiquer pour accès direct au sondage PollOnChoice=Vous êtes en train de créer un sondage à choix multiples. Renseigner les différents choix possible de votre sondage: +CreateSurveyDate=Créer un sondage de dates +CreateSurveyStandard=Créer un sondage standard CheckBox=Case à cochée YesNoList=Liste (vide/oui/non) PourContreList=Liste (vide/pour/contre) diff --git a/htdocs/opensurvey/public/index.php b/htdocs/opensurvey/public/index.php index 557142d691d..fcbef77a4e0 100755 --- a/htdocs/opensurvey/public/index.php +++ b/htdocs/opensurvey/public/index.php @@ -53,7 +53,8 @@ print '
print $langs->trans("OrganizeYourMeetingEasily").'

-
+
+
';