<?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.';
|
$wb['10 - highest'] = '10 - highest';
|
$wb['5 - medium'] = '5 - medium';
|
$wb['1 - lowest'] = '1 - lowest';
|
?>
|