From 1f16ae51d9aeb092ca1294b73a66a9289ce608ea Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 11 Jan 2010 08:53:06 -0500 Subject: [PATCH] Updated Dutch language files. Added a Checkbox to the language import form to ignore the version of the language file. --- interface/web/admin/lib/lang/nl_software_repo_list.lng | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/interface/web/admin/lib/lang/nl_software_repo_list.lng b/interface/web/admin/lib/lang/nl_software_repo_list.lng index 737e5cf..cee4472 100644 --- a/interface/web/admin/lib/lang/nl_software_repo_list.lng +++ b/interface/web/admin/lib/lang/nl_software_repo_list.lng @@ -1,6 +1,7 @@ -<?php -$wb['list_head_txt'] = 'Repository'; -$wb['active_txt'] = 'Actief?'; -$wb['repo_name_txt'] = 'Repository'; -$wb['repo_url_txt'] = 'URL'; -?> +<?php +$wb['list_head_txt'] = 'Repository'; +$wb['active_txt'] = 'Actief?'; +$wb['repo_name_txt'] = 'Repository'; +$wb['repo_url_txt'] = 'URL'; +?> + -- Gitblit v1.9.1