Skip to content
br_webdav_user.lng 699 B
Newer Older
tbrehm's avatar
tbrehm committed
<?php
$wb['dir_txt'] = 'Diretrio';
$wb['server_id_txt'] = 'Servidor';
tbrehm's avatar
tbrehm committed
$wb['parent_domain_id_txt'] = 'Website';
$wb['username_txt'] = 'Usurio';
$wb['password_txt'] = 'Senha';
$wb['password_strength_txt'] = 'Segurana da Senha';
$wb['active_txt'] = 'Ativo';
$wb['limit_webdav_user_txt'] = 'O nmero mximo de usurios webdav para esta conta foi atingido.';
$wb['username_error_empty'] = 'O nome de usurio est vazio.';
$wb['username_error_unique'] = 'O nome de usurio precisa ser nico.';
$wb['username_error_regex'] = 'Este nome de usurio possui caracteres no permitidos.';
$wb['directory_error_empty'] = 'Diretrio Vazio.';
$wb['parent_domain_id_error_empty'] = 'Website no selecionado.';
tbrehm's avatar
tbrehm committed
?>