New file |
| | |
| | | <?php |
| | | $wb['jobname_txt'] = 'Name'; |
| | | $wb['jobname_err'] = 'The field Name is empty.'; |
| | | $wb['sync_interval_minutes_txt'] = 'Intervall (Min.)'; |
| | | $wb['db_type_txt'] = 'DB Type'; |
| | | $wb['db_host_txt'] = 'DB Host'; |
| | | $wb['db_name_txt'] = 'DB Name'; |
| | | $wb['db_username_txt'] = 'DB User'; |
| | | $wb['db_password_txt'] = 'DB Password'; |
| | | $wb['db_tables_txt'] = 'Tables'; |
| | | $wb['empty_datalog_txt'] = 'Delete datalog after sync.'; |
| | | $wb['sync_datalog_external_txt'] = 'Fill external datalog.'; |
| | | $wb['active_txt'] = 'active'; |
| | | ?> |