moglia
2009-09-06 c9f8751c88110eb0249361057fe873fd27f8534b
Initial Commit of Remote Client Brazilian Portuguese Translation Files
2 files added
17 ■■■■■ changed files
interface/web/admin/lib/lang/br_remote_user.lng 9 ●●●●● patch | view | raw | blame | history
interface/web/admin/lib/lang/br_remote_user_list.lng 8 ●●●●● patch | view | raw | blame | history
interface/web/admin/lib/lang/br_remote_user.lng
New file
@@ -0,0 +1,9 @@
<?php
$wb['username_txt'] = 'Nome do usuário:';
$wb['password_txt'] = 'Senha:';
$wb['function_txt'] = 'Funções:';
$wb['username_error_unique'] = 'O nome de usuário deve ser único';
$wb['username_error_empty'] = 'O nome de usuário não pode estar em branco';
$wb['password_error_empty'] = 'A senha não pode estar em branco';
$wb['password_strength_txt'] = 'Segurança da senha:';
?>
interface/web/admin/lib/lang/br_remote_user_list.lng
New file
@@ -0,0 +1,8 @@
<?php
$wb['list_head_txt'] = "Usuários Remotos";
$wb['list_desc_txt'] = "";
$wb['add_new_record_txt'] = "Adcionar novo usuário";
$wb['parent_remote_userid_txt'] = 'ID';
$wb['username_txt'] = "Nome do usuário";
?>