tbrehm
2010-06-30 c4085b8b99bf48c1950bab49bcb6a202ef4dec52
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$wb['list_head_txt'] = 'Tareas cron';
$wb['active_txt'] = 'Activar';
$wb['server_id_txt'] = 'Servidor';
$wb['run_min_txt'] = 'Minuto';
$wb['run_hour_txt'] = 'Hora';
$wb['run_mday_txt'] = 'Día del mes';
$wb['run_month_txt'] = 'Mes';
$wb['run_wday_txt'] = 'Día de la semana';
$wb['command_txt'] = 'Comando';
$wb['add_new_cron_txt'] = 'Añadir nueva tarea cron';
?>