Marius Cramer
2014-08-13 42539643c396f9d8865dcf9a51b13dc869709d16
commit | author | age
141f4c 1 <?php
a9d0b2 2 $wb['domain_txt'] = 'Domän';
M 3 $wb['destination_txt'] = 'Mål';
141f4c 4 $wb['active_txt'] = 'Aktiv';
14f228 5 $wb['domain_error_unique'] = 'Det finns redan en catchall för denna domän.';
TB 6 $wb['no_domain_perm'] = 'Du har inga rättigheter för denna domän.';
7 $wb['domain_error_regex'] = 'Ogiltig domän eller domänen innehåller ogiltiga tecken.';
8 $wb['limit_mailcatchall_txt'] = 'Det maximala antalet catchall-adresser för ditt konto är uppnått.';
9 $wb['source_txt'] = 'Källa';
10 $wb['destination_error_isemail'] = 'Destinationen när inte en giltig epostadress.';
141f4c 11 ?>