From c5e09542929cfd571e5c9404a1dd822ebd3e2299 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 18 Jan 2010 08:48:44 -0500 Subject: [PATCH] Temporarily disabled the automatic activation of the bind-dlz plugin until a routine is integrated in the installer to detect if bind has dlz compiled in or the normal file based plugin has to be used. --- interface/web/admin/lib/lang/nl_software_update_list.lng | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) diff --git a/interface/web/admin/lib/lang/nl_software_update_list.lng b/interface/web/admin/lib/lang/nl_software_update_list.lng index ebf4e6f..1e28f9e 100644 --- a/interface/web/admin/lib/lang/nl_software_update_list.lng +++ b/interface/web/admin/lib/lang/nl_software_update_list.lng @@ -1,8 +1,9 @@ -<?php -$wb['list_head_txt'] = 'Software updates'; -$wb['installed_txt'] = 'Action'; -$wb['update_title_txt'] = 'Update'; -$wb['version_txt'] = 'Version'; -$wb['action_txt'] = 'Action'; -$wb['server_select_txt'] = 'Select server'; -?> +<?php +$wb['list_head_txt'] = 'Software updates'; +$wb['installed_txt'] = 'Actie'; +$wb['update_title_txt'] = 'Update'; +$wb['version_txt'] = 'Versie'; +$wb['action_txt'] = 'Actie'; +$wb['server_select_txt'] = 'Selecteer server'; +?> + -- Gitblit v1.9.1