Till Brehm
2016-06-16 0d3e95814c9b0dc5d1339d38c23cd7ab33a2e7a9
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['list_head_txt'] = 'Клиенты';
$wb['company_name_txt'] = 'Компания';
$wb['contact_name_txt'] = 'Контактное лицо';
$wb['city_txt'] = 'Город';
$wb['country_txt'] = 'Страна';
$wb['client_id_txt'] = 'ID';
$wb['add_new_record_txt'] = 'Добавить клиента';
$wb['username_txt'] = 'Username';
$wb['customer_no_txt'] = 'Customer No.';
?>