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