Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$wb['active_txt'] = 'Habilitado';
$wb['add_new_cron_txt'] = 'Añadir Trabajo Programado';
$wb['command_txt'] = 'Comando';
$wb['list_head_txt'] = 'Trabajos Programados';
$wb['parent_domain_id_txt'] = 'Sitio web';
$wb['run_hour_txt'] = 'Hora';
$wb['run_mday_txt'] = 'Día del mes';
$wb['run_min_txt'] = 'Minuto';
$wb['run_month_txt'] = 'Mes';
$wb['run_wday_txt'] = 'Día de la semana';
$wb['server_id_txt'] = 'Servidor';
?>