commit | author | age
|
034425
|
1 |
<?php |
62469f
|
2 |
$wb['jobname_txt'] = 'Name'; |
K |
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 |
$wb['btn_save_txt'] = 'Save'; |
|
15 |
$wb['btn_cancel_txt'] = 'Cancel'; |
|
16 |
?> |