From 4aae85a70f5cc509a1b284a3f4d83379a0817fe5 Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Tue, 26 Oct 2021 08:45:37 +0000 Subject: [PATCH] Transifex --- .../templates/public/middle_box.html | 1 - .../templates/public/register.html | 2 +- .../registration/registration_form.html | 2 +- .../templates/hrapplications/searchview.html | 2 +- allianceauth/locale/de/LC_MESSAGES/django.mo | Bin 31297 -> 33056 bytes allianceauth/locale/de/LC_MESSAGES/django.po | 272 ++-- allianceauth/locale/en/LC_MESSAGES/django.mo | Bin 30708 -> 380 bytes allianceauth/locale/en/LC_MESSAGES/django.po | 1316 +++++++++-------- allianceauth/locale/es/LC_MESSAGES/django.mo | Bin 23301 -> 23446 bytes allianceauth/locale/es/LC_MESSAGES/django.po | 236 ++- .../locale/fr_FR/LC_MESSAGES/django.mo | Bin 26004 -> 25917 bytes .../locale/fr_FR/LC_MESSAGES/django.po | 232 ++- .../locale/it_IT/LC_MESSAGES/django.po | 232 ++- allianceauth/locale/ja/LC_MESSAGES/django.po | 232 ++- .../locale/ko_KR/LC_MESSAGES/django.mo | Bin 31433 -> 31353 bytes .../locale/ko_KR/LC_MESSAGES/django.po | 232 ++- allianceauth/locale/ru/LC_MESSAGES/django.mo | Bin 35698 -> 35575 bytes allianceauth/locale/ru/LC_MESSAGES/django.po | 232 ++- .../locale/zh_Hans/LC_MESSAGES/django.mo | Bin 28132 -> 28052 bytes .../locale/zh_Hans/LC_MESSAGES/django.po | 232 ++- .../discord/discord_service_ctrl.html | 2 +- .../admin/teamspeak3/authts/change_list.html | 5 +- .../allianceauth/notifications_menu_item.html | 3 +- .../templates/allianceauth/top-menu.html | 4 +- .../templates/timerboard/index_button.html | 2 +- 25 files changed, 2003 insertions(+), 1236 deletions(-) diff --git a/allianceauth/authentication/templates/public/middle_box.html b/allianceauth/authentication/templates/public/middle_box.html index 862eb747..cb127c36 100644 --- a/allianceauth/authentication/templates/public/middle_box.html +++ b/allianceauth/authentication/templates/public/middle_box.html @@ -1,6 +1,5 @@ {% extends 'public/base.html' %} {% load static %} - {% block content %}
{% if messages %} diff --git a/allianceauth/authentication/templates/public/register.html b/allianceauth/authentication/templates/public/register.html index 685e37e3..9ddeea9d 100644 --- a/allianceauth/authentication/templates/public/register.html +++ b/allianceauth/authentication/templates/public/register.html @@ -4,7 +4,7 @@ {% load bootstrap %} {% load i18n %} -{% block page_title %}{% translate "Registration" %}{% endblock %} +{% block page_title %}{% translate "Registration" %}{% endblock %} {% block extra_include %} {% include 'bundles/bootstrap-css.html' %} diff --git a/allianceauth/authentication/templates/registration/registration_form.html b/allianceauth/authentication/templates/registration/registration_form.html index 4ff43e41..5c35fe88 100644 --- a/allianceauth/authentication/templates/registration/registration_form.html +++ b/allianceauth/authentication/templates/registration/registration_form.html @@ -2,7 +2,7 @@ {% load bootstrap %} {% load i18n %} {% load static %} -{% block page_title %}Register{% endblock %} +{% block page_title %}{% translate "Register" %}{% endblock %} {% block middle_box_content %}