add more columns for custom-column selection (admin view)
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -659,6 +659,10 @@ return [
|
||||
'ssl_certificate_error' => 'Fehler beim Lesen des Zertifikats für die Domain: %s',
|
||||
'no_ssl_certificates' => 'Es wurden keine SSL-Zertifikate gefunden',
|
||||
'isaliasdomainof' => 'Ist Aliasdomain für %s',
|
||||
'isbinddomain' => 'Erstelle DNS-Zone',
|
||||
'dkimenabled' => 'DKIM aktiviert',
|
||||
'openbasedirenabled' => 'Openbasedir Einschränkung',
|
||||
'hsts' => 'HSTS aktiviert',
|
||||
],
|
||||
'emails' => [
|
||||
'description' => 'Hier können Sie Ihre E-Mail-Adressen einrichten.<br />Ein Konto ist wie Ihr Briefkasten vor der Haustür. Wenn jemand eine E-Mail an Sie schreibt, wird diese in dieses Konto gelegt.<br /><br />Die Zugangsdaten lauten wie folgt: (Die Angaben in <i>kursiver</i> Schrift sind durch die jeweiligen Einträge zu ersetzen)<br /><br />Hostname: <b><i>Domainname</i></b><br />Benutzername: <b><i>Kontoname / E-Mail-Adresse</i></b><br />Passwort: <b><i>das gewählte Passwort</i></b>',
|
||||
|
||||
@@ -971,6 +971,10 @@ return [
|
||||
'ssl_certificate_error' => 'Error reading certificate for domain: %s',
|
||||
'no_ssl_certificates' => 'There are no domains with SSL certificate',
|
||||
'isaliasdomainof' => 'Is aliasdomain for %s',
|
||||
'isbinddomain' => 'Create DNS zone',
|
||||
'dkimenabled' => 'DKIM enabled',
|
||||
'openbasedirenabled' => 'Openbasedir restiction',
|
||||
'hsts' => 'HSTS enabled',
|
||||
],
|
||||
'emails' => [
|
||||
'description' => 'Here you can create and change your email addresses.<br />An account is like your letterbox in front of your house. If someone sends you an email, it will be dropped into the account.<br /><br />To download your emails use the following settings in your mailprogram: (The data in <i>italics</i> has to be changed to the equivalents you typed in!)<br />Hostname: <b><i>domainname</i></b><br />Username: <b><i>account name / e-mail address</i></b><br />password: <b><i>the password you\'ve chosen</i></b>',
|
||||
|
||||
Reference in New Issue
Block a user