| | |
| | | # |
| | | # Note that the following property contains line breaks in HTML format (<br>). |
| | | # |
| | | INFO_CTRL_PANEL_CRON_HELP=Use ',' to separate values. For example: \ |
| | | '1,4,5'.<br>Use '-' to indicate intervals. For example '1-5'.<br>Use '*' to \ |
| | | indicate any value. |
| | | INFO_CTRL_PANEL_CRON_HELP=Use ',' to separate values and intervals. For example: '1-3,5'.<br>\ |
| | | Use '-' to indicate intervals. Append '/' and a number to skip through the interval. For example '1-5/2'.<br>\ |
| | | Use '*' to indicate any value. Append '/' and a number to skip through the values. For example '*/2'. |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_HOUR=The provided hour value is not valid. |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_MINUTE=The provided minute value is not valid. |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_DAY=The provided day value is not valid. |