Marius Burkard
2016-02-09 ebef63af727a7bea15a5eeef797b8e41c8f624ed
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['list_head_txt'] = 'Viszonteladók';
$wb['client_id_txt'] = 'ID';
$wb['company_name_txt'] = 'Cégnév';
$wb['contact_name_txt'] = 'Kapcsolattartó';
$wb['city_txt'] = 'Város';
$wb['country_txt'] = 'Ország';
$wb['add_new_record_txt'] = 'Új Viszonteladó';
$wb['customer_no_txt'] = 'Customer No.';
$wb['username_txt'] = 'Username';
?>