<?php
/**
 * english language file for cronojob plugin
 *
 * @author Luigi Micco <l.micco@tiscali.it>
 */

$lang['cronotab'] = 'The string that contains the job descriptions<br>
<i>mim hour day month dow job comment</i><br>
<br>(use # to start a line of comment)';
$lang['email']    = 'Where to send cronojob results';
$lang['maxjobs']  = 'Maximum number of jobs run during one call of cronojob';
$lang['uselog']   = 'Create a log file ?';

