root
2014-02-15 9f60080403c262c19781931e3078cbd6fa670f61
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.';
?>