From 4ffb51e51f89a45256836fb55ad1c29f5e06beb2 Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Mon, 19 Sep 2011 06:17:52 -0400 Subject: [PATCH] - Added nginx support to the installer. --- interface/web/sites/lib/lang/br_shell_user_list.lng | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/interface/web/sites/lib/lang/br_shell_user_list.lng b/interface/web/sites/lib/lang/br_shell_user_list.lng index d6080a7..512f9fe 100644 --- a/interface/web/sites/lib/lang/br_shell_user_list.lng +++ b/interface/web/sites/lib/lang/br_shell_user_list.lng @@ -1,8 +1,8 @@ <?php -$wb["list_head_txt"] = 'Usuário de Shell'; -$wb["active_txt"] = 'Ativo'; -$wb["server_id_txt"] = 'Servidor'; -$wb["parent_domain_id_txt"] = 'Site'; -$wb["username_txt"] = 'Usuário'; -$wb["add_new_record_txt"] = 'Adcionar novo usuário de Shell'; +$wb['list_head_txt'] = 'Usuário de Shell'; +$wb['active_txt'] = 'Ativo'; +$wb['server_id_txt'] = 'Servidor'; +$wb['parent_domain_id_txt'] = 'Site'; +$wb['username_txt'] = 'Usuário'; +$wb['add_new_record_txt'] = 'Adcionar novo usuário de Shell'; ?> -- Gitblit v1.9.1