Initial Commit of Remote Client Brazilian Portuguese Translation Files
New file |
| | |
| | | <?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:';
|
| | | ?>
|
New file |
| | |
| | | <?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";
|
| | | ?>
|
| | |
|