From 7bce72dd8ffc5a1e072d9d51cd4e40ede7258d3d Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Thu, 07 Apr 2016 12:26:40 -0400 Subject: [PATCH] Fixed: Issue #3693 Choose better default customer numbers for clients of resellers. --- interface/web/mail/lib/lang/id_mail_user.lng | 26 +++++++++++++++++++++----- 1 files changed, 21 insertions(+), 5 deletions(-) diff --git a/interface/web/mail/lib/lang/id_mail_user.lng b/interface/web/mail/lib/lang/id_mail_user.lng index d30edda..22b3b81 100644 --- a/interface/web/mail/lib/lang/id_mail_user.lng +++ b/interface/web/mail/lib/lang/id_mail_user.lng @@ -9,7 +9,7 @@ $wb['autoresponder_text_txt'] = 'Teks'; $wb['autoresponder_txt'] = 'Aktif'; $wb['autoresponder_start_date_txt'] = 'Dimulai pada'; -$wb['autoresponder_start_date_isfuture'] = 'Tanggal mulai tidak boleh sebelum tanggal hari ini.'; +$wb['autoresponder_start_date_ispast'] = 'Tanggal mulai tidak boleh sebelum tanggal hari ini.'; $wb['autoresponder_end_date_txt'] = 'Selesai pada'; $wb['autoresponder_end_date_isgreater'] = 'Tanggal selesai harus diset dan harus lebih dari tanggal mulai.'; $wb['no_domain_perm'] = 'Anda tidak memiliki hak untuk domain ini.'; @@ -20,15 +20,12 @@ $wb['password_txt'] = 'Kata Sandi'; $wb['maildir_txt'] = 'Maildir'; $wb['postfix_txt'] = 'Dapat Menerima'; +$wb['greylisting_txt'] = 'Enable greylisting'; $wb['access_txt'] = 'Dapat Mengakses'; $wb['policy_txt'] = 'Spamfilter'; $wb['no_policy'] = '- tidak diaktifkan -'; $wb['limit_mailbox_txt'] = 'Jumlah maks mailbox untuk akun Anda sudah tercapai.'; $wb['limit_mailquota_txt'] = 'Ruang maks untuk mailbox sudah tercapai. Ruang maks yang tersedia dalam MB adalah'; -$wb['welcome_mail_fromname_txt'] = 'ISPConfig3'; -$wb['welcome_mail_fromemail_txt'] = 'webmaster@localhost.tld'; -$wb['welcome_mail_subject'] = 'Selamat Datang di Akun Email Baru Anda.'; -$wb['welcome_mail_message'] = 'Selamat datang di akun email baru Anda. Webmaster Anda.'; $wb['disableimap_txt'] = 'Nonaktifkan IMAP'; $wb['disablepop3_txt'] = 'Nonaktifkan POP3'; $wb['duplicate_alias_or_forward_txt'] = 'Sudah ada alias atau forward untuk alamat email ini.'; @@ -45,4 +42,23 @@ $wb['login_error_regex'] = 'Valid characters are A-Z, a-z, 0-9, ., _ and -.'; $wb['login_txt'] = 'Login (optional)'; $wb['error_login_email_txt'] = 'This login is not allowed. Please enter a different login or use the mail address as login.'; +$wb['autoresponder_subject_txt'] = 'Email Subject'; +$wb['autoresponder_subject'] = 'Out of office reply'; +$wb['generate_password_txt'] = 'Generate Password'; +$wb['repeat_password_txt'] = 'Repeat Password'; +$wb['password_mismatch_txt'] = 'The passwords do not match.'; +$wb['password_match_txt'] = 'The passwords do match.'; +$wb['backup_interval_txt'] = 'Backup interval'; +$wb['backup_copies_txt'] = 'Number of backup copies'; +$wb['no_backup_txt'] = 'No backup'; +$wb['daily_backup_txt'] = 'Daily'; +$wb['weekly_backup_txt'] = 'Weekly'; +$wb['monthly_backup_txt'] = 'Monthly'; +$wb['email_error_isascii'] = 'Please do not use special unicode characters for your password. This could lead to problems with your mail client.'; +$wb['cc_note_txt'] = '(Separate multiple email addresses with commas)'; +$wb['disablesmtp_txt'] = 'Disable SMTP (sending)'; +$wb['autoresponder_start_date_is_required'] = 'Start date must be set when Autoresponder is enabled.'; +$wb['sender_cc_txt'] = 'Send outgoing copy to'; +$wb['sender_cc_error_isemail'] = 'The -Send outgoing copy to- field does not contain a valid email address'; +$wb['sender_cc_note_txt'] = '(Separate multiple email addresses with commas)'; ?> -- Gitblit v1.9.1