Till Brehm
2015-11-14 cc636e1a8ed430f060766e22cbdfeaa8de4afbc3
1
2
3
4
5
6
7
8
9
10
11
<?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.';
?>