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/nl_dns_template.lng | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/interface/web/dns/lib/lang/nl_dns_template.lng b/interface/web/dns/lib/lang/nl_dns_template.lng index 43e6b31..ebf4554 100644 --- a/interface/web/dns/lib/lang/nl_dns_template.lng +++ b/interface/web/dns/lib/lang/nl_dns_template.lng @@ -1,7 +1,6 @@ -<?php -$wb['name_txt'] = 'Naam template'; -$wb['fields_txt'] = 'Toon invoervelden tijdens DNS wizard'; -$wb['template_txt'] = 'Template-data<br /><br /><a href="http://www.howtoforge.com/forums/showthread.php?p=215031" target="_blank" style="font-weight:bold;">Voorbeeld (in nieuw venster)</a>'; -$wb['visible_txt'] = 'Geactiveerd voor DNS wizard?'; -?> - +<?php +$wb['name_txt'] = 'Naam'; +$wb['fields_txt'] = 'Velden'; +$wb['template_txt'] = 'Template'; +$wb['visible_txt'] = 'Zichtbaar'; +?> -- Gitblit v1.9.1