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 <yomguy@parisson.com>\n"
"Language-Team: LANGUAGE <lists@parisson.com>\n"
#: 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"
#: 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"
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"
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"
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"
<tr><td class="bold">{% trans "Duration" %} : </td><td>{{ seminar.duration|hours }} {% trans "hours" %}</td></tr>
<tr><td class="bold">{% trans "Validation mode of the training" %} : </td><td>{% trans "Reply to questions" %}</td></tr>
<tr><td class="bold">{% trans "Training begin date" %} : </td><td>{{ first_revision.date|date:'j F Y' }}</td></tr>
- <tr><td class="bold">{% trans "Knowledge validation dates" %} : </td><td></td></tr>
- {% for answer in answers %}<tr><td style="padding-left:10px;">{% trans "Answer" %} n°{{ answer.question.rank }} : </td><td>{{ answer.date_validated|date:'j F Y' }}</td></tr>{% endfor %}
+ <tr><td class="bold">{% trans "Knowledge validation dates and terms" %} : </td><td></td></tr>
+ {% for answer in answers %}
+ <tr style="padding-top: -2px;"><td style="padding-left:10px;">{% trans "Answer" %} n°{{ answer.question.rank }} : </td><td>{{ answer.date_validated|date:'j F Y' }}</td></tr>
+ <tr style="padding-top: -2px;"><td style="padding-left:20px;">{% trans "Required characters" %} : </td><td>{{ answer.question.min_nchar }}</td></tr>
+ <tr style="padding-top: -2px;"><td style="padding-left:20px;">{% trans "Submitted characters" %} : </td><td>{{ answer.answer|length }}</td></tr>
+ {% endfor %}
<tr><td class="bold">{% trans "Training end date" %} : </td><td>{% if testimonial.date_modified %}{{ testimonial.date_modified|date:'j F Y' }}{% else %}{{ testimonial.date_added|date:'j F Y' }}{% endif %}</td></tr>
</table>
{% for testimonial in object_list %}
<div class="course_content">
<div class="course_subtitle">
- <h3><img src="{{ STATIC_URL }}/telemeta/images/item_title.png" width="10px" alt="" /> {% trans "Seminar" %} : {% if testimonial.seminar %}{{ testimonial.seminar.title }}{% else %}{{ testimonial.title }}{% endif %}</h3>
+ <h3><img src="{{ STATIC_URL }}/telemeta/images/item_title.png" width="10px" alt="" /> {% if testimonial.seminar %}{{ testimonial.seminar.title }}{% else %}{{ testimonial.title }}{% endif %}</h3>
</div>
<table class="listing" width="100%">
</tr>
<tr>
- <td><a href="{% url teleforma-seminar-testimonial-knowledge testimonial.seminar.id %}?format=pdf" target="_blank"><img src="{{ STATIC_URL }}/teleforma/images/application-msword.png" style="vertical-align:middle" alt="" /> {% trans "Knowledge validation testimonial" %}</a></td>
+ <td><a href="{% url teleforma-seminar-testimonial-knowledge testimonial.seminar.id %}?format=pdf" target="_blank"><img src="{{ STATIC_URL }}/teleforma/images/application-msword.png" style="vertical-align:middle" alt="" /> {% trans "Knowledge validation testimonial" %} ({% trans "only to have support of the training costs" %})</a></td>
<td>{% trans "validated on" %} {{ testimonial.date_added }}</td>
<td><a href="{% url teleforma-seminar-testimonial-knowledge testimonial.seminar.id %}?format=pdf" target="_blank"><img src="{{ STATIC_URL }}teleforma/images/download.png" style="vertical-align:middle" alt="" title="{% trans "Download" %}" /></a></td>
</tr>
<tr>
- <td><a href="{% url teleforma-seminar-testimonial-payback testimonial.seminar.id %}?format=pdf" target="_blank"><img src="{{ STATIC_URL }}/teleforma/images/application-msword.png" style="vertical-align:middle" alt="" /> {% trans "Payback testimonial" %}</td>
+ <td><a href="{% url teleforma-seminar-testimonial-payback testimonial.seminar.id %}?format=pdf" target="_blank"><img src="{{ STATIC_URL }}/teleforma/images/application-msword.png" style="vertical-align:middle" alt="" /> {% trans "Payback testimonial" %} ({% trans "only to have support of the training costs" %})</td>
<td>{% trans "validated on" %} {{ testimonial.date_added }}</td>
<td><a href="{% url teleforma-seminar-testimonial-payback testimonial.seminar.id %}?format=pdf" target="_blank"><img src="{{ STATIC_URL }}teleforma/images/download.png" style="vertical-align:middle" alt="" title="{% trans "Download" %}" /></a></td>
</tr>