Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
bf7876 1 <?php
M 2 $wb['username_txt'] = 'Usuário';
3 $wb['username_err'] = 'O Nome do Usuário é muito longo ou contém caracteres inválidos!';
4 $wb['username_empty'] = 'Por favor, entre com o nome do Usuário.';
5 $wb['username_unique'] = 'Já existe um Usuário com este nome!';
6 $wb['passwort_txt'] = 'Senha';
7 $wb['password_strength_txt'] = 'Segurança da Senha';
8 $wb['modules_txt'] = 'Módulos';
9 $wb['startmodule_txt'] = 'Módulo Inicial';
10 $wb['app_theme_txt'] = 'Tema';
11 $wb['typ_txt'] = 'Tipo';
12 $wb['active_txt'] = 'Ativo';
13 $wb['language_txt'] = 'Idioma';
14 $wb['name_txt'] = 'Nome';
15 $wb['vorname_txt'] = 'Sobrenome';
16 $wb['unternehmen_txt'] = 'Empresa';
17 $wb['strasse_txt'] = 'Endereço';
18 $wb['ort_txt'] = 'Cidade';
19 $wb['plz_txt'] = 'CEP';
20 $wb['land_txt'] = 'País';
21 $wb['email_txt'] = 'E-mail';
22 $wb['url_txt'] = 'Site';
23 $wb['telefon_txt'] = 'Telefone';
24 $wb['fax_txt'] = 'Fax';
25 $wb['groups_txt'] = 'Grupos';
26 $wb['default_group_txt'] = 'Grupo Padrão';
27 $wb['startmodule_err'] = 'O módulo inicial não está contido nos módulos.';
142907 28 $wb['generate_password_txt'] = 'Generate Password';
T 29 $wb['repeat_password_txt'] = 'Repeat Password';
30 $wb['password_mismatch_txt'] = 'The passwords do not match.';
31 $wb['password_match_txt'] = 'The passwords do match.';
72695f 32 $wb['username_error_collision'] = 'The username may not be web or web plus a number.\\"';
dc9e64 33 $wb['client_not_admin_err'] = 'A user that belongs to a client can not be set to type: admin';
407003 34 $wb['lost_password_function_txt'] = 'Forgot password function is available';
bf7876 35 ?>