<?php
|
$wb['uid_txt'] = 'Nome do utilizador';
|
$wb['gid_txt'] = 'Groupo';
|
$wb['shell_txt'] = 'Shell';
|
$wb['dir_txt'] = 'Pasta';
|
$wb['server_id_txt'] = 'Servidor';
|
$wb['parent_domain_id_txt'] = 'Site';
|
$wb['username_txt'] = 'Nome do utilizador';
|
$wb['password_txt'] = 'Senha';
|
$wb['password_strength_txt'] = 'Dificuldade da senha';
|
$wb['chroot_txt'] = 'Chroot Shell';
|
$wb['quota_size_txt'] = 'Quota';
|
$wb['active_txt'] = 'Activo';
|
$wb['username_error_empty'] = 'Nome de utilizador em branco.';
|
$wb['username_error_unique'] = 'O nome de utilizador deve ser único.';
|
$wb['username_error_regex'] = 'O nome do utilizador contém caracteres não permitidos.';
|
$wb['quota_size_error_empty'] = 'Quota em branco.';
|
$wb['uid_error_empty'] = 'GID em branco.';
|
$wb['directory_error_empty'] = 'Pasta vazia.';
|
$wb['limit_shell_user_txt'] = 'O número máximo de utilizadors shell para a conta foi atingido.';
|
$wb['parent_domain_id_error_empty'] = 'Nenhum website seleccionado.';
|
?>
|