tbrehm
2013-08-02 2332b2279d8a8599b4f041370315edc9544b1560
commit | author | age
73c2f2 1 <?php
T 2 $wb["list_head_txt"] = 'Database';
3 $wb["active_txt"] = 'Active';
4 $wb["remote_access_txt"] = 'Remote Access';
2332b2 5 $wb['type_txt'] = 'Type';
73c2f2 6 $wb["server_id_txt"] = 'Server';
5045c7 7 $wb["database_user_txt"] = 'Database user';
73c2f2 8 $wb["database_name_txt"] = 'Database name';
T 9 $wb["add_new_record_txt"] = 'Add new Database';
2332b2 10 ?>