fix typo in french localizations (#8349)

This commit is contained in:
Serghei Mihai 2015-09-24 15:14:12 +02:00
parent 97f1d7020f
commit 00090d53b7
2 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: lingo 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-09-23 10:01+0000\n"
"POT-Creation-Date: 2015-09-25 09:11+0000\n"
"PO-Revision-Date: 2015-03-10 11:05+0100\n"
"Last-Translator: Frederic Peters <fpeters@entrouvert.com>\n"
"Language: French\n"
@ -181,11 +181,11 @@ msgstr ""
" "
#: lingo/templates/lingo/combo/item.html:28
msgid "Issued on :"
msgid "Issued on:"
msgstr "Émise le :"
#: lingo/templates/lingo/combo/item.html:30
msgid "Payed on : "
msgid "Payed on:"
msgstr "Payée le :"
#: lingo/templates/lingo/combo/item.html:36

View File

@ -25,9 +25,9 @@
{% endblocktrans %}
</p>
{% endif %}
<p>{% trans "Issued on : " %} {{ item.creation_date|date:"SHORT_DATE_FORMAT" }}</p>
<p>{% trans "Issued on:" %} {{ item.creation_date|date:"SHORT_DATE_FORMAT" }}</p>
{% if item.payment_date %}
<p>{% trans "Payed on : " %} {{ item.payment_date|date:"SHORT_DATE_FORMAT" }}</p>
<p>{% trans "Payed on:" %} {{ item.payment_date|date:"SHORT_DATE_FORMAT" }}</p>
{% endif %}
{% if item.online_payment %}
{% csrf_token %}