From 91624b8a2d8bad8a729e1f5da852829d664d27ab Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Fri, 10 Sep 2010 07:58:47 -0400 Subject: [PATCH] Added the configuration variable $conf['demo_mode'] in the config.inc.php file. It disables the newly introduced demo mode which limits certain actions in the interface part of ispconfig: the demo mode can be used to run the ispconfig interface part as online demo. --- interface/web/mail/lib/lang/br_mail_user.lng | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/interface/web/mail/lib/lang/br_mail_user.lng b/interface/web/mail/lib/lang/br_mail_user.lng index 3c70396..e1e4110 100644 --- a/interface/web/mail/lib/lang/br_mail_user.lng +++ b/interface/web/mail/lib/lang/br_mail_user.lng @@ -11,7 +11,7 @@ $wb['no_domain_perm'] = 'Sem permissão para este domínio.'; $wb['error_no_pwd'] = 'Senha em branco.'; $wb['quota_error_isint'] = 'O tamanho da caixa de correio deve ser um número.'; -$wb['quota_txt'] = 'Quota'; +$wb['quota_txt'] = 'Cota'; $wb['server_id_txt'] = 'Aerver_id'; $wb['password_txt'] = 'Senha'; $wb['maildir_txt'] = 'Maildir'; @@ -28,5 +28,15 @@ $wb['disableimap_txt'] = 'Desativar IMAP'; $wb['disablepop3_txt'] = 'Disativar POP3'; $wb['duplicate_alias_or_forward_txt'] = 'Já existe um aliase o encaminhamento com este endereço de correio.'; +$wb['quota_error_value'] = 'Valor de cota inválido. Valores válidos são: 0 para ilimitado ou números > 1'; +$wb['autoresponder_start_date_txt'] = 'Início:'; +$wb['autoresponder_start_date_isfuture'] = 'A data de ínicio não pode estar no passado.'; +$wb['autoresponder_end_date_txt'] = 'Termino:'; +$wb['autoresponder_end_date_isgreater'] = 'A data de início deve ser menor que a data de termino.'; +$wb['move_junk_txt'] = 'Mover Spam para o diretório JUNK'; +$wb['name_txt'] = 'Realname'; +$wb['name_optional_txt'] = '(Optional)'; +$wb['autoresponder_active'] = 'Enable the autoresponder'; +$wb['cc_txt'] = 'Send copy to'; +$wb['cc_error_isemail'] = 'The Send copy to field does not conatin a valid email address'; ?> - -- Gitblit v1.9.1