From db8a1ed0ab263ba8c20d476aefd0bc2f610f9c80 Mon Sep 17 00:00:00 2001 From: Julien Constant Date: Wed, 8 Mar 2023 20:10:54 +0100 Subject: [PATCH 1/3] Added eurocks links to eboutic --- eboutic/templates/eboutic/eboutic_main.jinja | 13 +++++++++++++ locale/fr/LC_MESSAGES/django.po | 8 ++++++++ 2 files changed, 21 insertions(+) diff --git a/eboutic/templates/eboutic/eboutic_main.jinja b/eboutic/templates/eboutic/eboutic_main.jinja index b2ff6681..74065e51 100644 --- a/eboutic/templates/eboutic/eboutic_main.jinja +++ b/eboutic/templates/eboutic/eboutic_main.jinja @@ -123,6 +123,19 @@ {% else %}

{% trans %}There are no items available for sale{% endtrans %}

{% endfor %} + +

{% trans %}Partnership Eurockéenes 2023{% endtrans %}

+ {% if user.is_subscribed %} + Billetterie Weezevent + + {% else %} +
{% trans %}You must be a contributor to access the Eurockéenes ticketing service.{% endtrans %}
+ {% endif %} {% endblock %} diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index 2ae9a68b..4feb039d 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -6325,3 +6325,11 @@ msgstr "Vous ne pouvez plus écrire de commentaires, la date est passée." #, python-format msgid "Maximum characters: %(max_length)s" msgstr "Nombre de caractères max: %(max_length)s" + +#: eboutic/templates/eboutic/eboutic_main.jinja:127 +msgid "Partnership Eurockéenes 2023" +msgstr "Partenariat Eurockéenes 2023" + +#: eboutic/templates/eboutic/eboutic_main.jinja:137 +msgid "You must be a contributor to access the Eurockéenes ticketing service." +msgstr "Vous devez être cotisant pour pouvoir accéder à la billetterie des Eurockéenes." From 559bfcac606ee054de544e38f18cd2004eba8096 Mon Sep 17 00:00:00 2001 From: Julien Constant Date: Wed, 8 Mar 2023 20:13:12 +0100 Subject: [PATCH 2/3] fix typo --- eboutic/templates/eboutic/eboutic_main.jinja | 4 ++-- locale/fr/LC_MESSAGES/django.po | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eboutic/templates/eboutic/eboutic_main.jinja b/eboutic/templates/eboutic/eboutic_main.jinja index 74065e51..45f934bb 100644 --- a/eboutic/templates/eboutic/eboutic_main.jinja +++ b/eboutic/templates/eboutic/eboutic_main.jinja @@ -124,7 +124,7 @@

{% trans %}There are no items available for sale{% endtrans %}

{% endfor %} -

{% trans %}Partnership Eurockéenes 2023{% endtrans %}

+

{% trans %}Partnership Eurockéennes 2023{% endtrans %}

{% if user.is_subscribed %} Billetterie Weezevent {% else %} -
{% trans %}You must be a contributor to access the Eurockéenes ticketing service.{% endtrans %}
+
{% trans %}You must be a contributor to access the Eurockéennes ticketing service.{% endtrans %}
{% endif %} diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index 4feb039d..75118b2d 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -6327,9 +6327,9 @@ msgid "Maximum characters: %(max_length)s" msgstr "Nombre de caractères max: %(max_length)s" #: eboutic/templates/eboutic/eboutic_main.jinja:127 -msgid "Partnership Eurockéenes 2023" -msgstr "Partenariat Eurockéenes 2023" +msgid "Partnership Eurockéennes 2023" +msgstr "Partenariat Eurockéennes 2023" #: eboutic/templates/eboutic/eboutic_main.jinja:137 -msgid "You must be a contributor to access the Eurockéenes ticketing service." -msgstr "Vous devez être cotisant pour pouvoir accéder à la billetterie des Eurockéenes." +msgid "You must be a contributor to access the Eurockéennes ticketing service." +msgstr "Vous devez être cotisant pour pouvoir accéder à la billetterie des Eurockéennes." From 0cf203669f908aff1869cbb9f65f4a61a15a4e2b Mon Sep 17 00:00:00 2001 From: Julien Constant <49886317+Juknum@users.noreply.github.com> Date: Wed, 8 Mar 2023 20:35:24 +0100 Subject: [PATCH 3/3] fix wording MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Théo DURR --- locale/fr/LC_MESSAGES/django.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index 75118b2d..72321c61 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -6331,5 +6331,5 @@ msgid "Partnership Eurockéennes 2023" msgstr "Partenariat Eurockéennes 2023" #: eboutic/templates/eboutic/eboutic_main.jinja:137 -msgid "You must be a contributor to access the Eurockéennes ticketing service." +msgid "You must be a subscriber to access the Eurockéennes ticketing service." msgstr "Vous devez être cotisant pour pouvoir accéder à la billetterie des Eurockéennes."