From 12104af70fc11ad508e607d42882135f929fc15d Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Mon, 8 Jan 2024 13:04:16 +0200 Subject: [PATCH] Full translation preparation for contacts and hosts --- .../views/admin/contacts/createContact.twig | 106 ++++++-------- .../views/admin/contacts/listContacts.twig | 18 +-- .../views/admin/contacts/updateContact.twig | 102 ++++++------- .../views/admin/contacts/viewContact.twig | 136 ++++++++---------- .../views/admin/hosts/createHost.twig | 18 +-- cp/resources/views/admin/hosts/listHosts.twig | 18 +-- .../views/admin/hosts/updateHost.twig | 18 +-- .../views/admin/hosts/updateInternalHost.twig | 18 +-- cp/resources/views/admin/hosts/viewHost.twig | 20 +-- cp/resources/views/layouts/app.twig | 6 +- cp/resources/views/partials/css-tables.twig | 40 +++--- cp/resources/views/partials/css.twig | 28 ++-- cp/resources/views/partials/footer.twig | 23 +++ 13 files changed, 231 insertions(+), 320 deletions(-) create mode 100644 cp/resources/views/partials/footer.twig diff --git a/cp/resources/views/admin/contacts/createContact.twig b/cp/resources/views/admin/contacts/createContact.twig index 5287956..9d86647 100644 --- a/cp/resources/views/admin/contacts/createContact.twig +++ b/cp/resources/views/admin/contacts/createContact.twig @@ -11,7 +11,7 @@
- Overview + {{ __('Overview') }}

{{ __('Create Contact') }} @@ -56,21 +56,21 @@
-
General & Internationalized Info
+
{{ __('General & Internationalized Info') }}
- +
{% if registrars and not registrar %}
- +
- +
- +
- +
- +
- +
- +
- + - Disclose Address in WHOIS + {{ __('Disclose Address in WHOIS') }}
-
Contact Details
+
{{ __('Contact Details') }}
- +
- +
- +
- +
- + - Auto-generated authentication information for the contact. + {{ __('Auto-generated authentication information for the contact') }}.
- +
@@ -187,7 +187,7 @@
- +
@@ -195,15 +195,15 @@
- +
- +
- +
@@ -214,7 +214,7 @@
@@ -222,64 +222,64 @@
-
- + {% include 'partials/footer.twig' %}