Till Brehm
2016-07-06 e37c4206de73fea71f0d6e1fd6b47befa81f580c
1
2
3
4
5
6
7
8
9
10
<?php
$wb['list_head_txt'] = 'Skupiny klientů';
$wb['circle_id_txt'] = 'ID skupiny';
$wb['circle_name_txt'] = 'Název skupiny';
$wb['description_txt'] = 'Popis';
$wb['add_new_record_txt'] = 'Vytvořit novou skupinu';
$wb['filter_txt'] = 'Filtr';
$wb['delete_txt'] = 'Smazat';
$wb['active_txt'] = 'Aktivní';
?>