tbrehm
2011-10-20 3498f7f39f32e82d4ce4178f708b56e29aadcea0
interface/web/sites/lib/lang/it_cron_list.lng
@@ -1,13 +1,13 @@
<?php
$wb['list_head_txt'] = 'Cron Jobs';
$wb['active_txt'] = 'Active';
$wb['list_head_txt'] = 'Operazioni Pianificate';
$wb['active_txt'] = 'Attivo';
$wb['server_id_txt'] = 'Server';
$wb['run_min_txt'] = 'Minute';
$wb['run_hour_txt'] = 'Hour';
$wb['run_mday_txt'] = 'Day of month';
$wb['run_month_txt'] = 'Month';
$wb['run_wday_txt'] = 'Day of week';
$wb['command_txt'] = 'Command';
$wb['add_new_cron_txt'] = 'Add new Cron job';
$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';
?>