first commit
This commit is contained in:
20
administrator/language/en-US/plg_task_demotasks.ini
Normal file
20
administrator/language/en-US/plg_task_demotasks.ini
Normal file
@@ -0,0 +1,20 @@
|
||||
; Joomla! Project
|
||||
; (C) 2021 Open Source Matters, Inc. <https://www.joomla.org>
|
||||
; License GNU General Public License version 2 or later; see LICENSE.txt
|
||||
; Note : All ini files need to be saved as UTF-8
|
||||
|
||||
PLG_TASK_DEMO_TASKS="Task - Demo Tasks!"
|
||||
PLG_TASK_DEMO_TASKS_SLEEP_TIMEOUT_LABEL="Sleep Timeout (seconds)"
|
||||
PLG_TASK_DEMO_TASKS_STRESS_MEMORY_DESC="What happens to a task when the PHP memory limit is exhausted?"
|
||||
PLG_TASK_DEMO_TASKS_STRESS_MEMORY_OVERRIDE_DESC="What happens to a task when the system memory is exhausted?"
|
||||
PLG_TASK_DEMO_TASKS_STRESS_MEMORY_OVERRIDE_TITLE="Stress Memory, Override Limit"
|
||||
PLG_TASK_DEMO_TASKS_STRESS_MEMORY_TITLE="Stress Memory"
|
||||
PLG_TASK_DEMO_TASKS_RESUMABLE_TITLE="Resumable Task"
|
||||
PLG_TASK_DEMO_TASKS_RESUMABLE_DESC="A simple task to demonstrate resumable task behaviour."
|
||||
PLG_TASK_DEMO_TASKS_RESUMABLE_STEPS_LABEL="Total number of steps"
|
||||
PLG_TASK_DEMO_TASKS_RESUMABLE_TIMEOUT_LABEL="Delay per step (seconds)"
|
||||
PLG_TASK_DEMO_TASKS_TASK_SLEEP_DESC="Sleep, do nothing for x seconds."
|
||||
PLG_TASK_DEMO_TASKS_TASK_SLEEP_ROUTINE_END_LOG_MESSAGE="TestTask1 return code is: %1$d. Processing Time: %2$.2f seconds"
|
||||
PLG_TASK_DEMO_TASKS_TASK_SLEEP_TITLE="Demo Task - Sleep"
|
||||
PLG_TASK_DEMO_TASKS_XML_DESCRIPTION="This is a demo plugin for the development of Joomla! Scheduled Tasks."
|
||||
|
||||
Reference in New Issue
Block a user