From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 14 Oct 2013 08:57:25 -0400 Subject: [PATCH] Added missing empty directories from svn import --- interface/web/dns/lib/lang/en.lng | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/interface/web/dns/lib/lang/en.lng b/interface/web/dns/lib/lang/en.lng index 565d92a..3758933 100644 --- a/interface/web/dns/lib/lang/en.lng +++ b/interface/web/dns/lib/lang/en.lng @@ -15,12 +15,9 @@ $wb['DNS SRV'] = 'DNS SRV'; $wb['DNS TXT Record'] = 'DNS TXT Record'; $wb['DNS TXT'] = 'DNS TXT'; -$wb['DNS Wizard'] = 'DNS Wizard'; -$wb['Add DNS Zone'] = 'Add DNS Zone'; +$wb['DNS Wizard'] = 'DNS-Wizard'; +$wb['Add DNS Zone'] = 'Add DNS-Zone'; $wb['Templates'] = 'Templates'; -$wb['zone_file_successfully_imported_txt'] = 'The zone file has successfully been imported!'; -$wb['error_no_valid_zone_file_txt'] = 'This appears to be no valid zone file!'; -$wb['zonefile_to_import_txt'] = 'Zone File'; -$wb['Secondary Zones'] = 'Secondary Zones'; -$wb['Import Zone File'] = 'Import Zone File'; +$wb['Secondary Zones'] = 'Secondary DNS-Zones'; +$wb['Import Zone File'] = 'Zone-File Import'; ?> \ No newline at end of file -- Gitblit v1.9.1