vogelor
2010-05-02 f3dab79f9edfe657e5c269e1039dfd8474f91545
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';
?>