-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbr_usersettings.lng
More file actions
17 lines (17 loc) · 846 Bytes
/
br_usersettings.lng
File metadata and controls
17 lines (17 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$wb['password_txt'] = 'Senha';
$wb['password_strength_txt'] = 'Dificuldade da senha';
$wb['language_txt'] = 'Idioma';
$wb['password_mismatch'] = 'A senha e confirmação da senha não coincidem.';
$wb['Form to edit the user password and language.'] = 'Editar senha e idioma do usuário';
$wb['Settings'] = 'Configurações';
$wb['generate_password_txt'] = 'Gerar Senha';
$wb['repeat_password_txt'] = 'Repetir Senha';
$wb['password_mismatch_txt'] = 'As senhas não coincidem.';
$wb['password_match_txt'] = 'As senhas coincidem.';
$wb['startmodule_txt'] = 'Módulo Inicial';
$wb['app_theme_txt'] = 'Tema';
$wb['startmodule_empty'] = 'Módulo inicial está vazio.';
$wb['startmodule_regex'] = 'Caracteres inválidos no módulo inicial.';
$wb['app_theme_empty'] = 'Tema está vazio.';
$wb['app_theme_regex'] = 'Caracteres inválidos no tema.';