<?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'] = 'DB Host';
|
$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'] = 'Delete datalog after sync.';
|
$wb['sync_datalog_external_txt'] = 'Fill external datalog.';
|
$wb['active_txt'] = 'attivo';
|
?>
|