Skip to content
br_remote_user.lng 380 B
Newer Older
tbrehm's avatar
tbrehm committed
<?php
$wb['username_txt'] = 'Nome do usurio:';
$wb['password_txt'] = 'Senha:';
$wb['function_txt'] = 'Funes:';
$wb['username_error_unique'] = 'O nome de usurio deve ser nico';
$wb['username_error_empty'] = 'O nome de usurio no pode estar em branco';
$wb['password_error_empty'] = 'A senha no pode estar em branco';
$wb['password_strength_txt'] = 'Segurana da senha:';
?>