Florian Schaal
2013-12-28 e791e76c465ecc03e1e62bb2e7e650815e79eb16
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'] = 'Ενεργός';
?>