Marius Cramer
2014-08-13 31230cb7cda673db7a96fb14d93dfaf9262c74cf
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$wb['server_id_txt'] = 'Server';
$wb['domain_txt'] = 'Domän';
$wb['type_txt'] = 'Typ';
$wb['active_txt'] = 'Aktiv';
$wb['domain_error_empty'] = 'Domänfältet är tomt.';
$wb['domain_error_unique'] = 'Domänen finns redan.';
$wb['domain_error_regex'] = 'Ogiltigt domännamn.';
$wb['client_txt'] = 'Kund';
$wb['limit_maildomain_txt'] = 'Det maximala antalet epostdomäner för ditt konto är uppnått.';
$wb['policy_txt'] = 'Spamfilter';
$wb['no_policy'] = '- ej aktiverat -';
?>