Antennipasi
2010-09-26 a70199671ee05b7d40fd07ce4bbf600d8d58423c
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.';
?>