Marius Cramer
2014-02-24 83c58ebb377d9aab7003f2c123edc166668099c4
1
2
3
4
5
6
7
8
9
10
<?php
$wb['server_id_txt'] = 'Palvelin';
$wb['priority_txt'] = 'Tärkeysjärjestys';
$wb['policy_id_txt'] = 'Kohtelutapa';
$wb['email_txt'] = 'Sähköpostiosoite (RegExp)';
$wb['fullname_txt'] = 'Koko nimi';
$wb['local_txt'] = 'Paikallinen';
$wb['email_error_notempty'] = 'The email address must not be empty.';
$wb['fullname_error_notempty'] = 'The name must not be empty.';
?>