<?php
|
$wb['list_head_txt'] = 'Operazioni Pianificate';
|
$wb['active_txt'] = 'Attivo';
|
$wb['server_id_txt'] = 'Server';
|
$wb['run_min_txt'] = 'Minuto';
|
$wb['run_hour_txt'] = 'Ora';
|
$wb['run_mday_txt'] = 'Giorno del mese';
|
$wb['run_month_txt'] = 'Mese';
|
$wb['run_wday_txt'] = 'Giorno della settimana';
|
$wb['command_txt'] = 'Comando';
|
$wb['add_new_cron_txt'] = 'Aggiungi nuova operazione pianificata';
|
$wb['parent_domain_id_txt'] = 'Website';
|
?>
|