Till Brehm
2014-08-14 8a3cd2369d830d7d1ad9edd437908b6a741d9f2c
commit | author | age
bf7876 1 <?php
1e2811 2 $wb['shell_txt'] = 'Shell';
M 3 $wb['dir_txt'] = 'Diretório';
4 $wb['server_id_txt'] = 'Servidor';
5 $wb['parent_domain_id_txt'] = 'Site';
6 $wb['username_txt'] = 'Nome do usuário';
7 $wb['password_txt'] = 'Senha';
8 $wb['password_strength_txt'] = 'Dificuldade da senha';
b023eb 9 $wb['chroot_txt'] = 'Shell em Chroot';
M 10 $wb['quota_size_txt'] = 'Cota';
1e2811 11 $wb['active_txt'] = 'Ativo';
M 12 $wb['username_error_empty'] = 'Nome de usuário em branco.';
13 $wb['username_error_unique'] = 'O nome de usuário deve ser único.';
14 $wb['username_error_regex'] = 'O nome do usuário contém caracteres não permitidos.';
8b5e7a 15 $wb['quota_size_error_empty'] = 'Quota em branco.';
1e2811 16 $wb['uid_error_empty'] = 'GID em branco.';
M 17 $wb['directory_error_empty'] = 'Diretório vazio.';
18 $wb['limit_shell_user_txt'] = 'O número máximo de usuários shell para sua conta foi atingido.';
19 $wb['parent_domain_id_error_empty'] = 'Nenhum website selecionado.';
8b5e7a 20 $wb['puser_txt'] = 'Web Username';
M 21 $wb['pgroup_txt'] = 'Web Group';
8ab3cd 22 $wb['ssh_rsa_txt'] = 'SSH-RSA Public Key (for key-based logins)';
02bf99 23 $wb['dir_dot_error'] = 'No .. in path allowed.';
T 24 $wb['dir_slashdot_error'] = 'No ./ in path allowed.';
142907 25 $wb['generate_password_txt'] = 'Generate Password';
T 26 $wb['repeat_password_txt'] = 'Repeat Password';
27 $wb['password_mismatch_txt'] = 'The passwords do not match.';
28 $wb['password_match_txt'] = 'The passwords do match.';
7b47c0 29 $wb['username_must_not_exceed_32_chars_txt'] = 'The username must not exceed 32 characters.';
T 30 $wb['username_not_allowed_txt'] = 'The username is not allowed.';
cda33c 31 $wb['invalid_system_user_or_group_txt'] = 'Invalid system user or group';
TB 32 $wb['directory_error_regex'] = 'Invalid directory';
33 $wb['shell_error_regex'] = 'Invalid shell';
8a3cd2 34 $wb['invalid_username_txt'] = 'Invalid Username';
TB 35 $wb['directory_error_notinweb'] = 'The directory has to be inside the web root.';
bf7876 36 ?>