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', 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',