Marius Cramer
2014-08-13 31230cb7cda673db7a96fb14d93dfaf9262c74cf
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';
141f4c 14 ?>
14f228 15