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