Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
1ca823 1 <?php
T 2 $wb['custom_mailfilter_txt'] = 'Custom mail filter recipe';
3 $wb['email_txt'] = 'E-mail';
4 $wb['cryptpwd_txt'] = 'Wachtwoord';
5 $wb['password_strength_txt'] = 'Wachtwoord sterkte';
6 $wb['active_txt'] = 'Actief';
7 $wb['email_error_isemail'] = 'Email adress is ongeldig.';
8 $wb['email_error_unique'] = 'Duplicaat e-mail adres.';
9 $wb['autoresponder_text_txt'] = 'Tekst';
10 $wb['autoresponder_txt'] = 'Actief';
11 $wb['autoresponder_start_date_txt'] = 'Start op';
b67344 12 $wb['autoresponder_start_date_ispast'] = 'Start datum mag niet in het verleden liggen.';
1ca823 13 $wb['autoresponder_end_date_txt'] = 'Eindigd op';
T 14 $wb['autoresponder_end_date_isgreater'] = 'Einddatum moet later zijn dan de startdatum.';
15 $wb['no_domain_perm'] = 'U heeft geen toestemming voor dit domein.';
16 $wb['error_no_pwd'] = 'Wachtwoord is niet ingvuld.';
17 $wb['quota_error_isint'] = 'Mailbox grootte moet een numerieke waarde zijn.';
18 $wb['quota_txt'] = 'Quota';
19 $wb['server_id_txt'] = 'Server_id';
20 $wb['password_txt'] = 'Wachtwoord';
21 $wb['maildir_txt'] = 'Maildir';
22 $wb['postfix_txt'] = 'Ontvangen inschakelen';
f665ce 23 $wb['greylisting_txt'] = 'Enable greylisting';
1ca823 24 $wb['access_txt'] = 'Toegang inschakelen';
T 25 $wb['policy_txt'] = 'Spamfilter';
26 $wb['no_policy'] = '- niet ingeschakeld -';
27 $wb['limit_mailbox_txt'] = 'Het max. aantal mailboxen voor uw account is bereikt.';
28 $wb['limit_mailquota_txt'] = 'De max. ruimte voor uw mailboxen is bereikt. De max. beschikbare ruimte in MB is';
29 $wb['disableimap_txt'] = 'Uitschakelen IMAP';
30 $wb['disablepop3_txt'] = 'Uitschakelen POP3';
31 $wb['duplicate_alias_or_forward_txt'] = 'Er is al een alias of forward met dir e-mailadres.';
32 $wb['quota_error_value'] = 'Ongeldige quota waarde. Toegestane waarden zijn: 0 = ongelimiteerd of nummerieke waarde > 1';
33 $wb['move_junk_txt'] = 'Verplaats Spam e-mails naar junk directory';
34 $wb['name_txt'] = 'Echte naam';
35 $wb['name_optional_txt'] = '(Optioneel)';
36 $wb['autoresponder_active'] = 'Inschakelen autoresponder';
37 $wb['cc_txt'] = 'Stuur kopie naar';
38 $wb['cc_error_isemail'] = 'Het  Stuur kopie naar veld bevat geen geldig e-mailadres';
d7be27 39 $wb['domain_txt'] = 'Domain';
T 40 $wb['now_txt'] = 'Now';
41 $wb['login_error_unique'] = 'Login is already taken.';
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.';
407003 51 $wb['backup_interval_txt'] = 'Backup interval';
TB 52 $wb['backup_copies_txt'] = 'Number of backup copies';
71144c 53 $wb['no_backup_txt'] = 'No backup';
FS 54 $wb['daily_backup_txt'] = 'Daily';
55 $wb['weekly_backup_txt'] = 'Weekly';
56 $wb['monthly_backup_txt'] = 'Monthly';
dc9e64 57 $wb['email_error_isascii'] = 'Please do not use special unicode characters for your password. This could lead to problems with your mail client.';
TB 58 $wb['cc_note_txt'] = '(Separate multiple email addresses with commas)';
a08e6c 59 $wb['disablesmtp_txt'] = 'Disable SMTP (sending)';
407003 60 $wb['autoresponder_start_date_is_required'] = 'Start date must be set when Autoresponder is enabled.';
TB 61 $wb['sender_cc_txt'] = 'Send outgoing copy to';
62 $wb['sender_cc_error_isemail'] = 'The -Send outgoing copy to- field does not contain a valid email address';
63 $wb['sender_cc_note_txt'] = '(Separate multiple email addresses with commas)';
1ca823 64 ?>