Florian Schaal
2015-07-11 ca330be8f7242cb552466d23bc6a926b71922ba6
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';
?>