Marius Cramer
2013-11-19 ab6e698fc4cf3d6bb3d6115f4d38ec0718aa4db2
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'] = 'Přidat novou skupinu';
$wb['filter_txt'] = 'Filtr';
$wb['delete_txt'] = 'Smazat';
$wb['active_txt'] = 'Aktivní';
?>