1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-17 20:01:47 +02:00

Cron (Schedule Tasks) admin work.

This commit is contained in:
CaMer0n
2011-05-07 01:05:18 +00:00
parent d14b929f57
commit a993bcc056
3 changed files with 75 additions and 55 deletions

View File

@@ -9,15 +9,15 @@
| $Author$
+----------------------------------------------------------------------------+
*/
if (!defined("PAGE_NAME")) { define("PAGE_NAME", "Schedule Maintenance"); }
if (!defined("PAGE_NAME")) { define("PAGE_NAME", "Schedule Tasks"); }
define("LAN_CRON_1", "Name");
define("LAN_CRON_2", "Description");
define("LAN_CRON_3", "Minute(s)");
define("LAN_CRON_4", "Hour(s)");
define("LAN_CRON_5", "Day(s)");
define("LAN_CRON_6", "Month(s)");
define("LAN_CRON_7", "Weekday(s)");
define("LAN_CRON_3", "Minute(s):");
define("LAN_CRON_4", "Hour(s):");
define("LAN_CRON_5", "Day(s):");
define("LAN_CRON_6", "Month(s):");
define("LAN_CRON_7", "Weekday(s):");
define("LAN_CRON_8", "Active");
// define("LAN_CRON_9", "Description");
define("LAN_CRON_10", "Every 15 minutes");
@@ -37,14 +37,5 @@ define("LAN_CRON_20", "Every Day");
define("LAN_CRON_21", "Every Month");
define("LAN_CRON_22", "Every Week Day");
define("LAN_SUN", "Sunday");
define("LAN_MON", "Monday");
define("LAN_TUE","Tuesday");
define("LAN_WED","Wednesday");
define("LAN_THU","Thursday");
define("LAN_FRI","Friday");
define("LAN_SAT","Saturday");
?>