florian030
2014-02-18 083cdf0a84dbb94b95a0d01e66b8a6660f6d7c89
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['list_head_txt'] = 'Клиенти';
$wb['client_id_txt'] = 'ID';
$wb['company_name_txt'] = 'Компания';
$wb['contact_name_txt'] = 'Лице за контакт';
$wb['city_txt'] = 'Град';
$wb['country_txt'] = 'Държава';
$wb['add_new_record_txt'] = 'Добави нов клиент';
$wb['username_txt'] = 'Потребителско име';
$wb['customer_no_txt'] = 'Customer No.';
?>