Florian Schaal
2015-02-15 54afe0e3036f339e623e98f5d3fbb397376c7ca2
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['source_txt'] = 'Lähde';
$wb['destination_txt'] = 'Kohde';
$wb['active_txt'] = 'Toiminnassa';
$wb['no_domain_perm'] = 'Sinulla ei ole oikeuksia tähän verkkotunnukseen.';
$wb['limit_mailaliasdomain_txt'] = 'Käyttäjätilisi suurin sallittu sähköpostin aliasverkkotunnuksien määrä on jo käytössä.';
$wb['source_destination_identical_txt'] = 'Lähde- ja kohdeverkkotunnus on sama.';
$wb['source_error_empty'] = 'Lähteen verkkotunnus on tyhjä.';
$wb['source_error_unique'] = 'Tämä lähdeverkkotunnus on jo olemassa.';
$wb['source_error_regex'] = 'Vääränlainen lähdeverkkotunnus.';
?>