From 03e1700a01dd3b425ec5d6cb7bd9684360900a53 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Thu, 07 Jun 2012 06:59:07 -0400 Subject: [PATCH] FS#1814 - Add option for custom php.ini for execution of ispconfig server.php script --- interface/web/dns/lib/lang/de_dns_soa_list.lng | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/interface/web/dns/lib/lang/de_dns_soa_list.lng b/interface/web/dns/lib/lang/de_dns_soa_list.lng index 42bb329..586c09d 100644 --- a/interface/web/dns/lib/lang/de_dns_soa_list.lng +++ b/interface/web/dns/lib/lang/de_dns_soa_list.lng @@ -1,9 +1,10 @@ <?php -$wb['list_head_txt'] = 'DNS Zones'; -$wb['active_txt'] = 'Active'; +$wb['list_head_txt'] = 'DNS-Zonen'; +$wb['active_txt'] = 'Aktiv'; $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)'; +$wb['mbox_txt'] = 'E-Mail'; +$wb['add_new_record_txt'] = 'Neue DNS-Zone (SOA) hinzufügen'; +$wb['add_new_record_wizard_txt'] = 'Neue DNS-Zone per Assistent hinzufügen'; ?> -- Gitblit v1.9.1