Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
658b0f 1 <?php
T 2 $wb['uid_txt'] = 'UID';
3 $wb['gid_txt'] = 'GID';
4 $wb['dir_txt'] = 'Pasta';
5 $wb['quota_files_txt'] = 'Cota de Ficheiros';
6 $wb['quota_files_unity_txt'] = 'Ficheiros';
7 $wb['ul_ratio_txt'] = 'Taxa de Upload';
8 $wb['dl_ratio_txt'] = 'Taxa de Download';
9 $wb['ul_bandwidth_txt'] = 'Banda de Upload';
10 $wb['dl_bandwidth_txt'] = 'Banda de Download';
11 $wb['server_id_txt'] = 'Servidor';
12 $wb['parent_domain_id_txt'] = 'Website';
13 $wb['username_txt'] = 'Utilizador ';
14 $wb['password_txt'] = 'Senha';
15 $wb['password_strength_txt'] = 'Tamanho da senha';
16 $wb['quota_size_txt'] = 'Cota de Disco';
17 $wb['active_txt'] = 'Activo';
18 $wb['limit_ftp_user_txt'] = 'O número máximo de utilizadors de FTP para a conta foi atingido.';
19 $wb['username_error_empty'] = 'Nome de utilizador em branco.';
20 $wb['username_error_unique'] = 'O nome de utilizador deve ser único.';
21 $wb['username_error_regex'] = 'O nome de utilizador contém caracteres não permitidos.';
22 $wb['quota_size_error_empty'] = 'Quota em branco.';
23 $wb['uid_error_empty'] = 'GID em branco.';
24 $wb['directory_error_empty'] = 'Pasta vazia.';
25 $wb['directory_error_notinweb'] = 'A pasta não esta dentro da pasta web principal.';
26 $wb['parent_domain_id_error_empty'] = 'Nenhum website seleccionado.';
1ca823 27 $wb['quota_size_error_regex'] = 'Quota: enter a -1 for unlimited or a number > 0';
02bf99 28 $wb['dir_dot_error'] = 'No .. in path allowed.';
T 29 $wb['dir_slashdot_error'] = 'No ./ in path allowed.';
142907 30 $wb['generate_password_txt'] = 'Generate Password';
T 31 $wb['repeat_password_txt'] = 'Repeat Password';
32 $wb['password_mismatch_txt'] = 'The passwords do not match.';
33 $wb['password_match_txt'] = 'The passwords do match.';
407003 34 $wb['expires_txt'] = 'Expire at';
658b0f 35 ?>