We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd5d5f commit c9f8751Copy full SHA for c9f8751
interface/web/admin/lib/lang/br_remote_user.lng
@@ -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
+?>
interface/web/admin/lib/lang/br_remote_user_list.lng
@@ -0,0 +1,8 @@
+$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";
+
0 commit comments