add translation for new email domain overview
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -115,7 +115,7 @@ if ($page == 'email_domain') {
|
|||||||
'section' => 'email',
|
'section' => 'email',
|
||||||
'page' => 'emails',
|
'page' => 'emails',
|
||||||
]),
|
]),
|
||||||
'label' => 'back to domain overview',
|
'label' => lng('emails.back_to_overview'),
|
||||||
'icon' => 'fa-solid fa-reply'
|
'icon' => 'fa-solid fa-reply'
|
||||||
],
|
],
|
||||||
CurrentUser::canAddResource('emails') ? [
|
CurrentUser::canAddResource('emails') ? [
|
||||||
|
|||||||
@@ -40,17 +40,17 @@ return [
|
|||||||
'field' => 'domain',
|
'field' => 'domain',
|
||||||
],
|
],
|
||||||
'addresses' => [
|
'addresses' => [
|
||||||
'label' => '# Adresses',
|
'label' => '# ' . lng('emails.emails'),
|
||||||
'field' => 'addresses',
|
'field' => 'addresses',
|
||||||
'searchable' => false,
|
'searchable' => false,
|
||||||
],
|
],
|
||||||
'accounts' => [
|
'accounts' => [
|
||||||
'label' => '# Accounts',
|
'label' => '# ' . lng('emails.accounts'),
|
||||||
'field' => 'accounts',
|
'field' => 'accounts',
|
||||||
'searchable' => false,
|
'searchable' => false,
|
||||||
],
|
],
|
||||||
'forwarder' => [
|
'forwarder' => [
|
||||||
'label' => '# Forwarders',
|
'label' => '# ' . lng('emails.forwarders'),
|
||||||
'field' => 'forwarder',
|
'field' => 'forwarder',
|
||||||
'searchable' => false,
|
'searchable' => false,
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -720,7 +720,7 @@ return [
|
|||||||
'updatequota' => 'Update Kontingent',
|
'updatequota' => 'Update Kontingent',
|
||||||
'quota_edit' => 'E-Mail-Kontingent ändern',
|
'quota_edit' => 'E-Mail-Kontingent ändern',
|
||||||
'noemaildomainaddedyet' => 'Sie haben bisher noch keine (E-Mail-)Domain in Ihrem Konto.',
|
'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' => [
|
||||||
'error' => 'Fehlermeldung',
|
'error' => 'Fehlermeldung',
|
||||||
|
|||||||
@@ -786,7 +786,7 @@ return [
|
|||||||
'updatequota' => 'Update Quota',
|
'updatequota' => 'Update Quota',
|
||||||
'quota_edit' => 'Change E-Mail Quota',
|
'quota_edit' => 'Change E-Mail Quota',
|
||||||
'noemaildomainaddedyet' => 'You do not have a (email-)domain in your account yet.',
|
'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' => 'Error',
|
'error' => 'Error',
|
||||||
|
|||||||
Reference in New Issue
Block a user