Fix: Missing translation

This commit is contained in:
Laurent Destailleur 2013-06-20 09:36:36 +02:00
parent f987fd2245
commit 66d02240f5
3 changed files with 6 additions and 1 deletions

View File

@ -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)

View File

@ -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)

View File

@ -53,7 +53,8 @@ print '<center>
print $langs->trans("OrganizeYourMeetingEasily").'
<div class="corps">
<br>
<div class="index_date"><div><img class="opacity" src="images/date.png" onclick="document.formulaire.date.click()"></div><button id="date" name="choix_sondage" value="date" type="submit" class="button orange bigrounded"><img src="images/calendar-32.png" alt=""><strong>&nbsp;Créer un sondage spécial dates</strong></button></div><div class="index_sondage"><div><img class="opacity" src="images/sondage2.png" onclick="document.formulaire.autre.click()"></div><button id="autre" name="choix_sondage" value="autre" type="submit" class="button blue bigrounded"><img src="images/chart-32.png" alt=""><strong>&nbsp;Créer un sondage classique</strong></button></div><div style="clear:both;"></div>
<div class="index_date"><div><img class="opacity" src="images/date.png" onclick="document.formulaire.date.click()"></div><button id="date" name="choix_sondage" value="date" type="submit" class="button orange bigrounded"><img src="images/calendar-32.png" alt=""><strong>&nbsp;'.dol_escape_htmltag($langs->trans("CreateSurveyDate")).'</strong></button></div>
<div class="index_sondage"><div><img class="opacity" src="images/sondage2.png" onclick="document.formulaire.autre.click()"></div><button id="autre" name="choix_sondage" value="autre" type="submit" class="button blue bigrounded"><img src="images/chart-32.png" alt=""><strong>&nbsp;'.dol_escape_htmltag($langs->trans("CreateSurveyStandard")).'</strong></button></div><div style="clear:both;"></div>
</div>
</form></center>';