marknl
2011-08-09 28c819b4402c79db059e584c61af6d8289a3f4d5
1
2
3
4
5
6
7
8
9
<?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'] = 'Добавить клиента';
?>