From a2860226e18ba66eb155ee034314abb2f82a3e8c Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Sun, 16 Aug 2009 09:42:23 -0400 Subject: [PATCH] Updated Dutch language files. --- interface/web/dns/lib/lang/nl_dns_a_list.lng | 29 +++++++++++++++-------------- 1 files changed, 15 insertions(+), 14 deletions(-) diff --git a/interface/web/dns/lib/lang/nl_dns_a_list.lng b/interface/web/dns/lib/lang/nl_dns_a_list.lng index d3f03a1..c2369d0 100644 --- a/interface/web/dns/lib/lang/nl_dns_a_list.lng +++ b/interface/web/dns/lib/lang/nl_dns_a_list.lng @@ -1,14 +1,15 @@ -<?php -$wb['list_head_txt'] = 'A-Record'; -$wb['active_txt'] = 'Actief'; -$wb['server_id_txt'] = 'Server'; -$wb['zone_txt'] = 'Zone'; -$wb['name_txt'] = 'Naam'; -$wb['data_txt'] = 'Data'; -$wb['aux_txt'] = 'Prioriteit'; -$wb['type_txt'] = 'Type'; -$wb['add_new_record_txt'] = 'Toevoegen nieuw DNS A-Record'; -$wb['page_txt'] = 'Page'; -$wb['page_of_txt'] = 'of'; -$wb['delete_confirmation'] = 'Do you really want to delete this record?'; -?> +<?php +$wb['list_head_txt'] = 'A-Record'; +$wb['active_txt'] = 'Actief'; +$wb['server_id_txt'] = 'Server'; +$wb['zone_txt'] = 'Zone'; +$wb['name_txt'] = 'Naam'; +$wb['data_txt'] = 'Data'; +$wb['aux_txt'] = 'Prioriteit'; +$wb['type_txt'] = 'Type'; +$wb['add_new_record_txt'] = 'Nieuw DNS A-Record toevoegen'; +$wb['page_txt'] = 'Pagina'; +$wb['page_of_txt'] = 'van'; +$wb['delete_confirmation'] = 'Weet u zeker dat u dit record wilt verwijderen?'; +?> + -- Gitblit v1.9.1