1<?php
2/**
3 * english language file for cronojob plugin
4 *
5 * @author Luigi Micco <l.micco@tiscali.it>
6 */
7
8$lang['cronotab'] = 'The string that contains the job descriptions<br>
9<i>mim hour day month dow job comment</i><br>
10<br>(use # to start a line of comment)';
11$lang['email']    = 'Where to send cronojob results';
12$lang['maxjobs']  = 'Maximum number of jobs run during one call of cronojob';
13$lang['uselog']   = 'Create a log file ?';
14
15