idem
2005-11-17 803602c40e3d889e49c5c1366147c36636c23efd
commit | author | age
b5a2f8 1 <?php
T 2 $wb["jobname_txt"] = 'Name';
3 $wb["jobname_err"] = 'The field "Name" is empty.';
4 $wb["sync_interval_minutes_txt"] = 'Intervall (Min.)';
5 $wb["db_type_txt"] = 'DB Type';
6 $wb["db_host_txt"] = 'DB Host';
7 $wb["db_name_txt"] = 'DB Name';
8 $wb["db_username_txt"] = 'DB User';
9 $wb["db_password_txt"] = 'DB Password';
10 $wb["db_tables_txt"] = 'Tables';
11 $wb["empty_datalog_txt"] = 'Delete datalog after sync.';
12 $wb["sync_datalog_external_txt"] = 'Fill external datalog.';
13 $wb["active_txt"] = 'active';
14 ?>