We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7416d2f commit ca0e6e4Copy full SHA for ca0e6e4
interface/web/dns/lib/lang/de_dns_wizard.lng
@@ -10,6 +10,7 @@ $wb['btn_cancel_txt'] = 'Abbrechen';
10
$wb['domain_txt'] = 'Domain';
11
$wb['email_txt'] = 'E-Mail Adresse';
12
$wb['dkim_txt'] = 'DKIM';
13
+$wb['dnssec_txt'] = 'Zone signieren (DNSSEC)';
14
$wb['ns1_txt'] = 'NS 1';
15
$wb['ns2_txt'] = 'NS 2';
16
$wb['ip_txt'] = 'IP Adresse';
interface/web/dns/lib/lang/en_dns_wizard.lng
@@ -10,6 +10,7 @@ $wb["btn_cancel_txt"] = 'Cancel';
$wb['email_txt'] = 'Email';
+$wb['dnssec_txt'] = 'Sign zone (DNSSEC)';
$wb['ip_txt'] = 'IP Address';
0 commit comments