From d6cd11df635941a4e7d35e6e45b4e59cb8bd4469 Mon Sep 17 00:00:00 2001 From: Florian Schaal <florian@schaal-24.de> Date: Fri, 04 Sep 2015 07:57:19 -0400 Subject: [PATCH] default for mount backup_dir set to no --- interface/web/dns/lib/lang/en_dns_soa_list.lng | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/interface/web/dns/lib/lang/en_dns_soa_list.lng b/interface/web/dns/lib/lang/en_dns_soa_list.lng index 6213bdb..95f9a9b 100644 --- a/interface/web/dns/lib/lang/en_dns_soa_list.lng +++ b/interface/web/dns/lib/lang/en_dns_soa_list.lng @@ -1,9 +1,11 @@ <?php -$wb["list_head_txt"] = 'DNS Zones'; +$wb["list_head_txt"] = 'DNS-Zones'; $wb["active_txt"] = 'Active'; $wb["server_id_txt"] = 'Server'; $wb["origin_txt"] = 'Zone'; $wb["ns_txt"] = 'NS'; $wb["mbox_txt"] = 'Email'; -$wb["add_new_record_txt"] = 'Add new DNS Zone (SOA)'; -?> \ No newline at end of file +$wb["add_new_record_wizard_txt"] = 'Add new DNS Zone with Wizard'; +$wb["add_new_record_txt"] = 'Add new DNS Zone manually'; +$wb["import_zone_file_txt"] = 'Import Zone File'; +?> -- Gitblit v1.9.1