From 3bb9ef8a12ee71a16887ca73a86b6fc8eaa183fe Mon Sep 17 00:00:00 2001 From: Dominik <info@profi-webdesign.com> Date: Tue, 14 Apr 2015 18:08:05 -0400 Subject: [PATCH] changed sql-syntax --- interface/web/mail/lib/lang/br_mail_user_list.lng | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/interface/web/mail/lib/lang/br_mail_user_list.lng b/interface/web/mail/lib/lang/br_mail_user_list.lng index a8a495a..35f83f7 100644 --- a/interface/web/mail/lib/lang/br_mail_user_list.lng +++ b/interface/web/mail/lib/lang/br_mail_user_list.lng @@ -1,6 +1,8 @@ <?php -$wb["list_head_txt"] = 'Caixa de Correio'; -$wb["email_txt"] = 'Correio'; -$wb["autoresponder_txt"] = 'Autoresponder'; -$wb["add_new_record_txt"] = 'Adcionar nova caixa de correio'; +$wb['list_head_txt'] = 'Caixa de Correio'; +$wb['email_txt'] = 'Correio'; +$wb['autoresponder_txt'] = 'Autoresponder'; +$wb['add_new_record_txt'] = 'Adcionar nova caixa de correio'; +$wb['name_txt'] = 'Realname'; +$wb['login_txt'] = 'Login'; ?> -- Gitblit v1.9.1