Till Brehm
2016-04-12 7963164edf096905cf110f31fcc603a14ac22617
Merge branch 'dnssec-wizard' into 'stable-3.1'

$wb['dnssec_txt'] = 'Sign zone (DNSSEC)'; was somehow missing

I'm sorry for bothering you again but somehow this was missing in my online repo even though it was contained in my local one... No Idea how that happened...

This is for DNS-Wizard

See merge request !313
2 files modified
2 ■■■■■ changed files
interface/web/dns/lib/lang/de_dns_wizard.lng 1 ●●●● patch | view | raw | blame | history
interface/web/dns/lib/lang/en_dns_wizard.lng 1 ●●●● patch | view | raw | blame | history
interface/web/dns/lib/lang/de_dns_wizard.lng
@@ -10,6 +10,7 @@
$wb['domain_txt'] = 'Domain';
$wb['email_txt'] = 'E-Mail Adresse';
$wb['dkim_txt'] = 'DKIM';
$wb['dnssec_txt'] = 'Zone signieren (DNSSEC)';
$wb['ns1_txt'] = 'NS 1';
$wb['ns2_txt'] = 'NS 2';
$wb['ip_txt'] = 'IP Adresse';
interface/web/dns/lib/lang/en_dns_wizard.lng
@@ -10,6 +10,7 @@
$wb['domain_txt'] = 'Domain';
$wb['email_txt'] = 'Email';
$wb['dkim_txt'] = 'DKIM';
$wb['dnssec_txt'] = 'Sign zone (DNSSEC)';
$wb['ns1_txt'] = 'NS 1';
$wb['ns2_txt'] = 'NS 2';
$wb['ip_txt'] = 'IP Address';