Till Brehm
2014-04-03 a08e6c32e70561a3fadbd6062ca02c5f8c94b81d
commit | author | age
658b0f 1 <?php
T 2 $wb['custom_mailfilter_txt'] = 'Formula de filtro de correio';
3 $wb['email_txt'] = 'Correio';
4 $wb['cryptpwd_txt'] = 'Senha';
5 $wb['password_strength_txt'] = 'Tamanho da Senha';
6 $wb['active_txt'] = 'Activo';
7 $wb['email_error_isemail'] = 'Endereço de Correio Inválido.';
8 $wb['email_error_unique'] = 'Endereço de Correio Duplicado.';
9 $wb['autoresponder_text_txt'] = 'Texto';
10 $wb['autoresponder_txt'] = 'Autoresponder';
11 $wb['no_domain_perm'] = 'Sem permissão para este domínio.';
12 $wb['error_no_pwd'] = 'Senha em branco.';
13 $wb['quota_error_isint'] = 'O tamanho da caixa de correio deve ser um número.';
14 $wb['quota_txt'] = 'Cota';
15 $wb['server_id_txt'] = 'Aerver_id';
16 $wb['password_txt'] = 'Senha';
17 $wb['maildir_txt'] = 'Maildir';
18 $wb['postfix_txt'] = 'Permitir Recepção';
19 $wb['access_txt'] = 'Permitir Acesso';
20 $wb['policy_txt'] = 'Spamfilter';
21 $wb['no_policy'] = '- desactivado -';
22 $wb['limit_mailbox_txt'] = 'O número máximo de caixas de correio para a conta foi atingido.';
23 $wb['limit_mailquota_txt'] = 'O espaço em disco disponível para criação de contas foi atingido.';
24 $wb['disableimap_txt'] = 'Desactivar IMAP';
25 $wb['disablepop3_txt'] = 'Desactivar POP3';
26 $wb['duplicate_alias_or_forward_txt'] = 'Já existe um alias ou encaminhamento com este endereço de correio.';
27 $wb['quota_error_value'] = 'Valor de cota inválido. Valores válidos são: 0 para ilimitado ou números > 1';
28 $wb['autoresponder_start_date_txt'] = 'Início:';
b67344 29 $wb['autoresponder_start_date_ispast'] = 'A data de ínicio não pode estar no passado.';
658b0f 30 $wb['autoresponder_end_date_txt'] = 'Termino:';
T 31 $wb['autoresponder_end_date_isgreater'] = 'A data de início deve ser menor que a data de termino.';
32 $wb['move_junk_txt'] = 'Mover Spam para a pasta JUNK';
33 $wb['name_txt'] = 'Realname';
34 $wb['name_optional_txt'] = '(Optional)';
e5f91f 35 $wb['autoresponder_active'] = 'Enable the autoresponder';
0d9599 36 $wb['cc_txt'] = 'Send copy to';
T 37 $wb['cc_error_isemail'] = 'The Send copy to field does not conatin a valid email address';
d7be27 38 $wb['domain_txt'] = 'Domain';
T 39 $wb['now_txt'] = 'Now';
40 $wb['login_error_unique'] = 'Login is already taken.';
41 $wb['login_error_regex'] = 'Valid characters are A-Z, a-z, 0-9, ., _ and -.';
42 $wb['login_txt'] = 'Login (optional)';
43 $wb['error_login_email_txt'] = 'This login is not allowed. Please enter a different login or use the mail address as login.';
142907 44 $wb['autoresponder_subject_txt'] = 'Email Subject';
T 45 $wb['autoresponder_subject'] = 'Out of office reply';
46 $wb['generate_password_txt'] = 'Generate Password';
47 $wb['repeat_password_txt'] = 'Repeat Password';
48 $wb['password_mismatch_txt'] = 'The passwords do not match.';
49 $wb['password_match_txt'] = 'The passwords do match.';
dc9e64 50 $wb['email_error_isascii'] = 'Please do not use special unicode characters for your password. This could lead to problems with your mail client.';
TB 51 $wb['cc_note_txt'] = '(Separate multiple email addresses with commas)';
a08e6c 52 $wb['disablesmtp_txt'] = 'Disable SMTP (sending)';
658b0f 53 ?>