tbrehm
2013-03-28 f6c99a992db95661a7b2bc7f0228f870fba5458d
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.';
?>