fantu
2008-12-19 a672b1eba371599bc3d09c7f60a9ae53eb105857
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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';
$wb['btn_save_txt'] = 'Save';
$wb['btn_cancel_txt'] = 'Cancel';
?>