Skip to content

Commit c9f8751

Browse files
author
moglia
committed
Initial Commit of Remote Client Brazilian Portuguese Translation Files
1 parent 6dd5d5f commit c9f8751

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
$wb['username_txt'] = 'Nome do usu�rio:';
3+
$wb['password_txt'] = 'Senha:';
4+
$wb['function_txt'] = 'Fun��es:';
5+
$wb['username_error_unique'] = 'O nome de usu�rio deve ser �nico';
6+
$wb['username_error_empty'] = 'O nome de usu�rio n�o pode estar em branco';
7+
$wb['password_error_empty'] = 'A senha n�o pode estar em branco';
8+
$wb['password_strength_txt'] = 'Seguran�a da senha:';
9+
?>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
$wb['list_head_txt'] = "Usu�rios Remotos";
3+
$wb['list_desc_txt'] = "";
4+
$wb['add_new_record_txt'] = "Adcionar novo usu�rio";
5+
$wb['parent_remote_userid_txt'] = 'ID';
6+
$wb['username_txt'] = "Nome do usu�rio";
7+
?>
8+

0 commit comments

Comments
 (0)