From 0a51d976848b1e6304c036e8664e16ebd5361619 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Fri, 3 Feb 2023 13:57:28 +0100 Subject: [PATCH] add translation for new email domain overview Signed-off-by: Michael Kaufmann --- customer_email.php | 2 +- lib/tablelisting/customer/tablelisting.emails_overview.php | 6 +++--- lng/de.lng.php | 2 +- lng/en.lng.php | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/customer_email.php b/customer_email.php index 9ce29598..485bfbb3 100644 --- a/customer_email.php +++ b/customer_email.php @@ -115,7 +115,7 @@ if ($page == 'email_domain') { 'section' => 'email', 'page' => 'emails', ]), - 'label' => 'back to domain overview', + 'label' => lng('emails.back_to_overview'), 'icon' => 'fa-solid fa-reply' ], CurrentUser::canAddResource('emails') ? [ diff --git a/lib/tablelisting/customer/tablelisting.emails_overview.php b/lib/tablelisting/customer/tablelisting.emails_overview.php index cd492165..cab8b17a 100644 --- a/lib/tablelisting/customer/tablelisting.emails_overview.php +++ b/lib/tablelisting/customer/tablelisting.emails_overview.php @@ -40,17 +40,17 @@ return [ 'field' => 'domain', ], 'addresses' => [ - 'label' => '# Adresses', + 'label' => '# ' . lng('emails.emails'), 'field' => 'addresses', 'searchable' => false, ], 'accounts' => [ - 'label' => '# Accounts', + 'label' => '# ' . lng('emails.accounts'), 'field' => 'accounts', 'searchable' => false, ], 'forwarder' => [ - 'label' => '# Forwarders', + 'label' => '# ' . lng('emails.forwarders'), 'field' => 'forwarder', 'searchable' => false, ], diff --git a/lng/de.lng.php b/lng/de.lng.php index fcdba178..5f1deb38 100644 --- a/lng/de.lng.php +++ b/lng/de.lng.php @@ -720,7 +720,7 @@ return [ 'updatequota' => 'Update Kontingent', 'quota_edit' => 'E-Mail-Kontingent ändern', 'noemaildomainaddedyet' => 'Sie haben bisher noch keine (E-Mail-)Domain in Ihrem Konto.', - 'back_to_overview' => 'Zurück zur Übersicht', + 'back_to_overview' => 'Zurück zur Domain-Übersicht', ], 'error' => [ 'error' => 'Fehlermeldung', diff --git a/lng/en.lng.php b/lng/en.lng.php index fa69091a..f778dfd8 100644 --- a/lng/en.lng.php +++ b/lng/en.lng.php @@ -786,7 +786,7 @@ return [ 'updatequota' => 'Update Quota', 'quota_edit' => 'Change E-Mail Quota', 'noemaildomainaddedyet' => 'You do not have a (email-)domain in your account yet.', - 'back_to_overview' => 'Back to overview', + 'back_to_overview' => 'Back to domain overview', ], 'error' => [ 'error' => 'Error',