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