Till Brehm
2014-03-25 f9f20be28ee01852e752b64758de9f2f5e2ef640
1
2
3
4
5
6
7
8
9
10
<?php
$wb['list_head_txt'] = 'Κύκλοι πελατών';
$wb['circle_id_txt'] = 'ID Κύκλου';
$wb['circle_name_txt'] = 'Όνομα Κύκλου';
$wb['description_txt'] = 'Περιγραφή';
$wb['add_new_record_txt'] = 'Προσθήκη νέου Κύκλου';
$wb['filter_txt'] = 'Φίλτρο';
$wb['delete_txt'] = 'Διαγραφή';
$wb['active_txt'] = 'Ενεργός';
?>