ftimme
2013-06-08 c7cfc2a36d756b30c7cda82461987bf52fff7e03
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.';
?>