tbrehm
2011-10-20 3498f7f39f32e82d4ce4178f708b56e29aadcea0
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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';
?>