diff options
author | Steven Barth <steven@midlink.org> | 2008-08-17 13:49:19 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-17 13:49:19 +0000 |
commit | 3904a012fad31017553063d15dbc399da03dea45 (patch) | |
tree | 217e7bc7274cea82a0d0f571ebfefdebe7cffe0c /i18n/english | |
parent | 6d430930a3326d5ea1f92c46de5565dd05cd2030 (diff) |
modules/admin-full: Added crontab configuration page
Diffstat (limited to 'i18n/english')
-rw-r--r-- | i18n/english/luasrc/i18n/admin-core.en.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/i18n/english/luasrc/i18n/admin-core.en.lua b/i18n/english/luasrc/i18n/admin-core.en.lua index c516b31f9..ed69e0110 100644 --- a/i18n/english/luasrc/i18n/admin-core.en.lua +++ b/i18n/english/luasrc/i18n/admin-core.en.lua @@ -275,4 +275,7 @@ process_kill = "Kill" mem_cached = "cached" mem_buffered = "buffered" -mem_free = "free"
\ No newline at end of file +mem_free = "free" + +a_s_crontab = "Scheduled Tasks" +a_s_crontab1 = "This is the system crontab in which scheduled tasks can be defined."
\ No newline at end of file |