Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
bf7876 1 <?php
1e2811 2 $wb['custom_mailfilter_txt'] = 'Formula de filtro de correio';
M 3 $wb['email_txt'] = 'Correio';
4 $wb['cryptpwd_txt'] = 'Senha';
5 $wb['password_strength_txt'] = 'Tamanho da Senha';
6 $wb['active_txt'] = 'Ativo';
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';
f7020d 15 $wb['server_id_txt'] = 'Server_id';
1e2811 16 $wb['password_txt'] = 'Senha';
M 17 $wb['maildir_txt'] = 'Maildir';
18 $wb['postfix_txt'] = 'Habilitar Recebimento';
f665ce 19 $wb['greylisting_txt'] = 'Enable greylisting';
1e2811 20 $wb['access_txt'] = 'Habilitar Acesso';
M 21 $wb['policy_txt'] = 'Spamfilter';
22 $wb['no_policy'] = '- desativado -';
23 $wb['limit_mailbox_txt'] = 'O número máximo de caixas de correio para sua conta foi atingido.';
24 $wb['limit_mailquota_txt'] = 'O espaço em disco disponível para criação de contas foi atingido.';
25 $wb['disableimap_txt'] = 'Desativar IMAP';
26 $wb['disablepop3_txt'] = 'Disativar POP3';
27 $wb['duplicate_alias_or_forward_txt'] = 'Já existe um aliase o encaminhamento com este endereço de correio.';
2b6dc3 28 $wb['quota_error_value'] = 'Valor de cota inválido. Valores válidos são: 0 para ilimitado ou números > 1';
M 29 $wb['autoresponder_start_date_txt'] = 'Início:';
b67344 30 $wb['autoresponder_start_date_ispast'] = 'A data de ínicio não pode estar no passado.';
2b6dc3 31 $wb['autoresponder_end_date_txt'] = 'Termino:';
M 32 $wb['autoresponder_end_date_isgreater'] = 'A data de início deve ser menor que a data de termino.';
33 $wb['move_junk_txt'] = 'Mover Spam para o diretório JUNK';
f7020d 34 $wb['name_txt'] = 'Nome Real';
M 35 $wb['name_optional_txt'] = '(Opcional)';
36 $wb['autoresponder_active'] = 'Ativar o autoresponder';
37 $wb['cc_txt'] = 'Enviar cópia para';
38 $wb['cc_error_isemail'] = 'O campo enviar cópia para deve conter um endereço de e-mail válido';
39 $wb['domain_txt'] = 'Domínio';
40 $wb['now_txt'] = 'Agora';
d7be27 41 $wb['login_error_unique'] = 'Login is already taken.';
T 42 $wb['login_error_regex'] = 'Valid characters are A-Z, a-z, 0-9, ., _ and -.';
43 $wb['login_txt'] = 'Login (optional)';
44 $wb['error_login_email_txt'] = 'This login is not allowed. Please enter a different login or use the mail address as login.';
142907 45 $wb['autoresponder_subject_txt'] = 'Email Subject';
T 46 $wb['autoresponder_subject'] = 'Out of office reply';
47 $wb['generate_password_txt'] = 'Generate Password';
48 $wb['repeat_password_txt'] = 'Repeat Password';
49 $wb['password_mismatch_txt'] = 'The passwords do not match.';
50 $wb['password_match_txt'] = 'The passwords do match.';
dc9e64 51 $wb['email_error_isascii'] = 'Please do not use special unicode characters for your password. This could lead to problems with your mail client.';
TB 52 $wb['cc_note_txt'] = '(Separate multiple email addresses with commas)';
a08e6c 53 $wb['disablesmtp_txt'] = 'Disable SMTP (sending)';
407003 54 $wb['autoresponder_start_date_is_required'] = 'Start date must be set when Autoresponder is enabled.';
TB 55 $wb['sender_cc_txt'] = 'Send outgoing copy to';
56 $wb['sender_cc_error_isemail'] = 'The -Send outgoing copy to- field does not contain a valid email address';
57 $wb['backup_interval_txt'] = 'Backup interval';
58 $wb['backup_copies_txt'] = 'Number of backup copies';
59 $wb['no_backup_txt'] = 'No backup';
60 $wb['daily_backup_txt'] = 'Daily';
61 $wb['weekly_backup_txt'] = 'Weekly';
62 $wb['monthly_backup_txt'] = 'Monthly';
63 $wb['sender_cc_note_txt'] = '(Separate multiple email addresses with commas)';
bf7876 64 ?>