Florian Schaal
2013-12-24 fbeb11d1d0f491cd4b9a9d730fdc720e758ae26d
1
2
3
4
5
6
7
8
9
10
<?php
$wb['list_head_txt'] = 'Βάσης Δεδομένων';
$wb['active_txt'] = 'Ενεργή';
$wb['remote_access_txt'] = 'Απομακρυσμένη Πρόσβαση';
$wb['server_id_txt'] = 'Server';
$wb['database_user_txt'] = 'Όνομα Χρήστη Βάσης Δεδομένων';
$wb['database_name_txt'] = 'Όνομα Βάσης Δεδομένων';
$wb['add_new_record_txt'] = 'Νέα Βάσης Δεδομένων';
$wb['parent_domain_id_txt'] = 'Website';
?>