From: Guillaume Pellerin Date: Thu, 6 Oct 2016 12:48:36 +0000 (+0200) Subject: update locales X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2194ba9c7aa358db9354f57f0d4f326db5eef031;p=mezzo.git update locales --- diff --git a/app/locale/fr/LC_MESSAGES/django.mo b/app/locale/fr/LC_MESSAGES/django.mo index 3886dee8..4461c8c1 100644 Binary files a/app/locale/fr/LC_MESSAGES/django.mo and b/app/locale/fr/LC_MESSAGES/django.mo differ diff --git a/app/locale/fr/LC_MESSAGES/django.po b/app/locale/fr/LC_MESSAGES/django.po index d329b610..af4ca19e 100644 --- a/app/locale/fr/LC_MESSAGES/django.po +++ b/app/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-06 14:45+0200\n" +"POT-Creation-Date: 2016-10-06 14:48+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1879,7 +1879,7 @@ msgstr "" #: templates/agenda/includes/event_date.html:30 #: templates/agenda/includes/event_date.html:41 msgid "from" -msgstr "" +msgstr "de" #: templates/agenda/includes/event_date.html:21 #: templates/agenda/includes/event_date.html:30 @@ -1887,11 +1887,11 @@ msgstr "" #: templates/agenda/includes/event_date.html:49 #: templates/job/inc/candidacy_card.html:19 msgid "to" -msgstr "" +msgstr "à" #: templates/agenda/includes/event_location.html:7 msgid "Room" -msgstr "" +msgstr "Salle" #: templates/agenda/includes/event_location.html:13 msgid "Click to get the interactive map" @@ -1902,7 +1902,7 @@ msgid "Viewing events for the location" msgstr "Événements du lieu" #: templates/agenda/includes/event_metainfo.html:27 -msgid "Tarifs" +msgid "Prices" msgstr "" #: templates/agenda/includes/event_metainfo.html:37 diff --git a/app/templates/agenda/includes/event_metainfo.html b/app/templates/agenda/includes/event_metainfo.html index 994a1bca..f8f529e1 100644 --- a/app/templates/agenda/includes/event_metainfo.html +++ b/app/templates/agenda/includes/event_metainfo.html @@ -24,7 +24,7 @@ {% if event.prices.all.0|floatformat != '0' and event.prices.all|length > 0 %} {% for price in event.prices.all %} {% if forloop.first %} -
{% trans "Tarifs" %}
+
{% trans "Prices" %}

{% endif %} {{ price.value|floatformat:"-2" }} €{% if not forloop.last %}
{% endif %}