<?php
|
$wb['list_head_txt'] = 'Ügyfelek';
|
$wb['client_id_txt'] = 'Azonosító';
|
$wb['company_name_txt'] = 'Szervezet neve';
|
$wb['contact_name_txt'] = 'Kapcsolattartó neve';
|
$wb['city_txt'] = 'Város';
|
$wb['country_txt'] = 'Ország';
|
$wb['add_new_record_txt'] = 'Új Ügyfél hozzáadása';
|
$wb['username_txt'] = 'Username';
|
$wb['customer_no_txt'] = 'Customer No.';
|
?>
|