Till Brehm
2014-01-20 fedbcaf0c8ac62c0ee50f1f4ee8b68138c8c3c40
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'] = 'Ενεργός';
?>