Marius Cramer
2013-10-14 d9bcf68e395d6156645a7974b1a992aa6e6c00aa
1
2
3
4
5
6
7
8
9
10
<?php
$wb['server_id_txt'] = 'Szerver';
$wb['priority_txt'] = 'Sorrend';
$wb['policy_id_txt'] = 'Szabály';
$wb['email_txt'] = 'Email (Minta)';
$wb['fullname_txt'] = 'Név';
$wb['local_txt'] = 'Helyi';
$wb['email_error_notempty'] = 'The email address must not be empty.';
$wb['fullname_error_notempty'] = 'The name must not be empty.';
?>