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

More LAN fixes to the e107_admin/cron.php and lan_cron.php file.

This commit is contained in:
Tijn Kuyper
2012-11-24 17:45:47 +01:00
parent e0aa8171fc
commit 12d3fecba3
2 changed files with 12 additions and 12 deletions

View File

@@ -45,7 +45,7 @@ define("LAN_CRON_05_2", "Backup the system database to");
define("LAN_CRON_6", "Couldn't Import Prefs");
define("LAN_CRON_7", "Couldn't Import Timing Settings");
define("LAN_CRON_8", "Imported Timing Settings for");
define("LAN_CRON_9", "Imported");
//define("LAN_CRON_9", "Imported");
define("LAN_CRON_10", "[x] minutes and [y] seconds ago."); // [x] and [y] are automatically replaced.
define("LAN_CRON_11", "[y] seconds ago.");
@@ -79,9 +79,9 @@ define("LAN_CRON_42", "Every Week Day");
define("LAN_CRON_50", "Minute(s):");
define("LAN_CRON_51", "Hour(s):");
define("LAN_CRON_52", "Day(s):");
define("LAN_CRON_53", "Month(s):");
define("LAN_CRON_53", "Month(s):"); // 52 - 54 need to be included in cron line 468 - 472 => spaces
define("LAN_CRON_54", "Weekday(s):");
define("LAN_CRON_55", "Active");
//define("LAN_CRON_55", "Active");
define("LAN_CRON_BACKUP", "Backup");
define("LAN_CRON_LOGGING", "Logging");