Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
97b472 1 <?php
F 2 $wb['custom_mailfilter_txt'] = 'Custom mail filter recipe';
14f228 3 $wb['email_txt'] = 'Epost';
TB 4 $wb['cryptpwd_txt'] = 'Lösenord';
5 $wb['password_strength_txt'] = 'Lösenordsstyrka';
6 $wb['active_txt'] = 'Aktiv';
7 $wb['email_error_isemail'] = 'Epostadressen är ogiltig';
8 $wb['email_error_unique'] = 'Epostadressen finns redan';
97b472 9 $wb['autoresponder_text_txt'] = 'Text';
14f228 10 $wb['autoresponder_txt'] = 'Autosvar';
TB 11 $wb['no_domain_perm'] = 'Du har inga rättigheter för denna domän.';
12 $wb['error_no_pwd'] = 'Lösenordet är tomt.';
13 $wb['quota_error_isint'] = 'Epostkontots kvot måste vara en siffra.';
14 $wb['quota_txt'] = 'kvot i MB';
15 $wb['server_id_txt'] = 'server-id';
16 $wb['password_txt'] = 'lösenord';
97b472 17 $wb['maildir_txt'] = 'maildir';
14f228 18 $wb['postfix_txt'] = 'Aktivera mottagning';
f665ce 19 $wb['greylisting_txt'] = 'Enable greylisting';
14f228 20 $wb['access_txt'] = 'Aktivera åtkomst';
97b472 21 $wb['policy_txt'] = 'Spamfilter';
14f228 22 $wb['no_policy'] = '- ej aktiverat -';
97b472 23 $wb['limit_mailbox_txt'] = 'The max. number of mailboxes for your account is reached.';
F 24 $wb['limit_mailquota_txt'] = 'The max space for mailboxes is reached. The max. available space in MB is';
14f228 25 $wb['disableimap_txt'] = 'Avaktivera IMAP';
TB 26 $wb['disablepop3_txt'] = 'Avaktivera POP3';
27 $wb['duplicate_alias_or_forward_txt'] = 'There is already an alias or forward with this email address.';
91609a 28 $wb['quota_error_value'] = 'Invalid quota value. Allowed values are: 0 for unlimited or numbers > 1';
14f228 29 $wb['autoresponder_start_date_txt'] = 'Starta den';
TB 30 $wb['autoresponder_start_date_ispast'] = 'Startdatum kan inte vara i det förflutna.';
31 $wb['autoresponder_end_date_txt'] = 'Sluta den';
2d870d 32 $wb['autoresponder_end_date_isgreater'] = 'End date must be set and be later than start date.';
14f228 33 $wb['move_junk_txt'] = 'FLytta spamepost till spammappen';
TB 34 $wb['name_txt'] = 'Riktigt namn';
35 $wb['name_optional_txt'] = '(Frivilligt)';
36 $wb['autoresponder_active'] = 'Aktivera autosvaret';
37 $wb['cc_txt'] = 'Skicka kopia till';
0d9599 38 $wb['cc_error_isemail'] = 'The Send copy to field does not conatin a valid email address';
14f228 39 $wb['domain_txt'] = 'Domän';
TB 40 $wb['now_txt'] = 'Nu';
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.';
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)';
97b472 64 ?>