| | |
| | | <?php |
| | | $wb["jobname_txt"] = 'Nome'; |
| | | $wb["jobname_err"] = 'Il campo "Nome" รจ vuoto.'; |
| | | $wb["sync_interval_minutes_txt"] = 'Intervallo (Min.)'; |
| | | $wb["db_type_txt"] = 'Tipo DB'; |
| | | $wb["db_host_txt"] = 'Host DB'; |
| | | $wb["db_name_txt"] = 'Nome DB'; |
| | | $wb["db_username_txt"] = 'Utente DB'; |
| | | $wb["db_password_txt"] = 'Password DB'; |
| | | $wb["db_tables_txt"] = 'Tabelle'; |
| | | $wb["empty_datalog_txt"] = 'Cancella datalog dopo sincronizzazione.'; |
| | | $wb["sync_datalog_external_txt"] = 'Compilare datalog esterno.'; |
| | | $wb["active_txt"] = 'attivo'; |
| | | ?> |
| | | $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'; |
| | | ?> |