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