From: Guillaume Pellerin Date: Wed, 12 Jun 2013 17:18:30 +0000 (+0200) Subject: update testimonials X-Git-Tag: 2.8.1-pro~486^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=96f28f96de718026c35b909283cfa44994f52835;p=teleforma.git update testimonials --- diff --git a/teleforma/locale/fr/LC_MESSAGES/django.mo b/teleforma/locale/fr/LC_MESSAGES/django.mo index 6dca9a69..9e09ca2d 100644 Binary files a/teleforma/locale/fr/LC_MESSAGES/django.mo and b/teleforma/locale/fr/LC_MESSAGES/django.mo differ diff --git a/teleforma/locale/fr/LC_MESSAGES/django.po b/teleforma/locale/fr/LC_MESSAGES/django.po index bfc79243..aca90664 100644 --- a/teleforma/locale/fr/LC_MESSAGES/django.po +++ b/teleforma/locale/fr/LC_MESSAGES/django.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-06-12 13:08+0200\n" +"POT-Creation-Date: 2013-06-12 17:47+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Guillaume Pellerin \n" "Language-Team: LANGUAGE \n" @@ -412,7 +412,6 @@ msgstr "formulaire" #: models/pro.py:131 templates/teleforma/answer_form.html:112 #: templates/teleforma/seminar_detail.html:162 -#: templates/teleforma/testimonials.html:56 #: templates/teleforma/inc/answer_list.html:14 msgid "Seminar" msgstr "Séminaire" @@ -460,7 +459,7 @@ msgstr "date de validation" #: models/pro.py:186 templates/teleforma/answer_detail.html:45 #: templates/teleforma/answer_form.html:115 -#: templates/teleforma/seminar_testimonial_knowledge.html:43 +#: templates/teleforma/seminar_testimonial_knowledge.html:44 msgid "Answer" msgstr "Réponse à la consultation" @@ -1208,7 +1207,7 @@ msgid "Training begin date" msgstr "Date de début de formation" #: templates/teleforma/seminar_testimonial.html:42 -#: templates/teleforma/seminar_testimonial_knowledge.html:44 +#: templates/teleforma/seminar_testimonial_knowledge.html:48 msgid "Training end date" msgstr "Date de fin de formation" @@ -1226,8 +1225,16 @@ msgid "Reply to questions" msgstr "Réalisation de consultations juridiques fictives" #: templates/teleforma/seminar_testimonial_knowledge.html:42 -msgid "Knowledge validation dates" -msgstr "Date de validation des acquis" +msgid "Knowledge validation dates and terms" +msgstr "Dates et modalités de validation des acquis" + +#: templates/teleforma/seminar_testimonial_knowledge.html:45 +msgid "Required characters" +msgstr "Caractères requis" + +#: templates/teleforma/seminar_testimonial_knowledge.html:46 +msgid "Submitted characters" +msgstr "Caractères soumis" #: templates/teleforma/seminar_testimonial_payback.html:90 msgid "until" @@ -1249,6 +1256,11 @@ msgstr "Attestations" msgid "validated on" msgstr "validée le" +#: templates/teleforma/testimonials.html:69 +#: templates/teleforma/testimonials.html:75 +msgid "only to have support of the training costs" +msgstr "uniquement pour la prise en charge des frais de formation" + #: templates/teleforma/testimonials.html:75 msgid "Payback testimonial" msgstr "Attestation de présence et de règlement" diff --git a/teleforma/templates/teleforma/seminar_testimonial_knowledge.html b/teleforma/templates/teleforma/seminar_testimonial_knowledge.html index 8c6bac65..a823df6c 100644 --- a/teleforma/templates/teleforma/seminar_testimonial_knowledge.html +++ b/teleforma/templates/teleforma/seminar_testimonial_knowledge.html @@ -39,8 +39,12 @@ {% trans "Duration" %} : {{ seminar.duration|hours }} {% trans "hours" %} {% trans "Validation mode of the training" %} : {% trans "Reply to questions" %} {% trans "Training begin date" %} : {{ first_revision.date|date:'j F Y' }} - {% trans "Knowledge validation dates" %} : - {% for answer in answers %}{% trans "Answer" %} n°{{ answer.question.rank }} : {{ answer.date_validated|date:'j F Y' }}{% endfor %} + {% trans "Knowledge validation dates and terms" %} : + {% for answer in answers %} + {% trans "Answer" %} n°{{ answer.question.rank }} : {{ answer.date_validated|date:'j F Y' }} + {% trans "Required characters" %} : {{ answer.question.min_nchar }} + {% trans "Submitted characters" %} : {{ answer.answer|length }} + {% endfor %} {% trans "Training end date" %} : {% if testimonial.date_modified %}{{ testimonial.date_modified|date:'j F Y' }}{% else %}{{ testimonial.date_added|date:'j F Y' }}{% endif %} diff --git a/teleforma/templates/teleforma/testimonials.html b/teleforma/templates/teleforma/testimonials.html index af766716..2d191253 100644 --- a/teleforma/templates/teleforma/testimonials.html +++ b/teleforma/templates/teleforma/testimonials.html @@ -53,7 +53,7 @@ {% for testimonial in object_list %}
-

{% trans "Seminar" %} : {% if testimonial.seminar %}{{ testimonial.seminar.title }}{% else %}{{ testimonial.title }}{% endif %}

+

{% if testimonial.seminar %}{{ testimonial.seminar.title }}{% else %}{{ testimonial.title }}{% endif %}

@@ -66,13 +66,13 @@ - + - +
{% trans "Knowledge validation testimonial" %} {% trans "Knowledge validation testimonial" %} ({% trans "only to have support of the training costs" %}) {% trans "validated on" %} {{ testimonial.date_added }}
{% trans "Payback testimonial" %} {% trans "Payback testimonial" %} ({% trans "only to have support of the training costs" %}) {% trans "validated on" %} {{ testimonial.date_added }}