From 58e19d0a7721a24771ed78d474b21a1998d637d2 Mon Sep 17 00:00:00 2001 From: Sergey Romaneko Date: Fri, 26 Oct 2012 12:59:03 +0300 Subject: [PATCH 1/2] Update plugins/box/information/languages/pt-br.lang.php --- plugins/box/information/languages/pt-br.lang.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/box/information/languages/pt-br.lang.php b/plugins/box/information/languages/pt-br.lang.php index 06e7a53..ce84dd6 100644 --- a/plugins/box/information/languages/pt-br.lang.php +++ b/plugins/box/information/languages/pt-br.lang.php @@ -2,12 +2,12 @@ return array( 'information' => array( - 'Information' => 'Informação', - 'Debugging' => 'Debugando', + 'Information' => 'Informações', + 'Debugging' => 'Debug', 'Name' => 'Nome', 'Value' => 'Valor', 'Security' => 'Segurança', - 'System' => 'System', + 'System' => 'Sistema', 'on' => 'on', 'off'=> 'off', 'Server' => 'Servidor', From 80df34b13b93aee2db891d71319c42ff468eb270 Mon Sep 17 00:00:00 2001 From: Sergey Romaneko Date: Fri, 26 Oct 2012 13:00:47 +0300 Subject: [PATCH 2/2] Update plugins/box/users/languages/pt-br.lang.php --- plugins/box/users/languages/pt-br.lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/box/users/languages/pt-br.lang.php b/plugins/box/users/languages/pt-br.lang.php index f42e0f0..6c4eed3 100644 --- a/plugins/box/users/languages/pt-br.lang.php +++ b/plugins/box/users/languages/pt-br.lang.php @@ -8,8 +8,8 @@ 'Password' => 'Senha', 'Registered' => 'Registrado', 'Email' => 'Email', - 'Role' => 'Papel', - 'Roles' => 'Papéis', + 'Role' => 'Grupo', + 'Roles' => 'Grupos', 'Edit' => 'Editar', 'Actions' => 'Ações', 'Delete' => 'Deletar',