Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
141f4c 1 <?php
K 2 $wb['email_txt'] = 'Epost';
a9d0b2 3 $wb['destination_txt'] = 'Mål';
141f4c 4 $wb['active_txt'] = 'Aktiv';
a9d0b2 5 $wb['email_error_isemail'] = 'Epostadressen är tom.';
14f228 6 $wb['email_error_unique'] = 'Epostadressen finns redan.';
TB 7 $wb['no_domain_perm'] = 'Du har ingen behörighet för denna domän.';
8 $wb['destination_error_isemail'] = 'Epostadressen för destination är ogiltig.';
9 $wb['limit_mailalias_txt'] = 'det maximala antalet alias för ditt konto är uppnått.';
10 $wb['duplicate_mailbox_txt'] = 'Det finns redan ett epostkonto med denna adress';
11 $wb['domain_txt'] = 'Domän';
12 $wb['duplicate_email_alias_txt'] = 'Detta epostalias finns redan';
142907 13 $wb['source_txt'] = 'Alias';
f665ce 14 $wb['greylisting_txt'] = 'Enable greylisting';
407003 15 $wb['send_as_txt'] = 'Send as';
TB 16 $wb['send_as_exp'] = 'Allow target to send mail using this alias as origin';
141f4c 17 ?>