Marius Cramer
2014-08-13 42539643c396f9d8865dcf9a51b13dc869709d16
commit | author | age
2d870d 1 <?php
14f228 2 $wb['source_txt'] = 'Källa';
40dd9f 3 $wb['destination_txt'] = 'Destination';
14f228 4 $wb['active_txt'] = 'Aktiv';
TB 5 $wb['no_domain_perm'] = 'Du har ingen behörighet för denna domän.';
6 $wb['limit_mailaliasdomain_txt'] = 'Det maximala antalet aliasdomäner för ditt konto är uppnått.';
7 $wb['source_destination_identical_txt'] = 'Källa och mål är samma adress.';
8 $wb['source_error_empty'] = 'Källdomän är tomt.';
9 $wb['source_error_unique'] = 'Källdomänen finns redan.';
10 $wb['source_error_regex'] = 'Ogiltig källdomän..';
40dd9f 11 ?>