Till Brehm
2014-03-13 dc9e64c62ea3bcea0eaa6f8559d9355cc18f3d8c
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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.';
$wb['10 - highest'] = '10 - highest';
$wb['5 - medium'] = '5 - medium';
$wb['1 - lowest'] = '1 - lowest';
?>