Marius Cramer
2014-02-10 5f29df751d026642fdf49adb2c160e8fbca73e77
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';
?>