florian030
2014-02-17 b125fabc24d1236dda389b451650c1deb1e8883a
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.';
?>