Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.1] Tasks manager #82

Closed
joomlapl-bot opened this issue Dec 7, 2021 · 0 comments
Closed

[4.1] Tasks manager #82

joomlapl-bot opened this issue Dec 7, 2021 · 0 comments

Comments

@joomlapl-bot
Copy link
Collaborator

PR w związku ze zmianą oryginału joomla/joomla-cms#36212 Poniżej zmiany w oryginale:

Click to expand the diff!
diff --git a/administrator/language/en-GB/com_scheduler.ini b/administrator/language/en-GB/com_scheduler.ini
index 1fd19a58063f..2612084cccb4 100644
--- a/administrator/language/en-GB/com_scheduler.ini
+++ b/administrator/language/en-GB/com_scheduler.ini
@@ -4,7 +4,7 @@
 ; Note : All ini files need to be saved as UTF-8
 
 COM_SCHEDULER="Scheduled Tasks"
-COM_SCHEDULER_CONFIGURATION="Scheduled Tasks Manager Configuration"
+COM_SCHEDULER_CONFIGURATION="Scheduled Tasks Configuration"
 COM_SCHEDULER_CONFIG_FIELDSET_LAZY_SCHEDULER_DESC="Configure how site visits trigger Scheduled Tasks."
 COM_SCHEDULER_CONFIG_FIELDSET_LAZY_SCHEDULER_LABEL="Lazy Scheduler"
 COM_SCHEDULER_CONFIG_GENERATE_WEBCRON_KEY_DESC="The webcron needs a protection key before it is functional. Saving this configuration will autogenerate the key."
@@ -25,7 +25,6 @@ COM_SCHEDULER_CONFIG_WEBCRON_LABEL="Web Cron"
 COM_SCHEDULER_CONFIG_WEBCRON_LINK_COPY_DESC="Copy the link to your clipboard."
 COM_SCHEDULER_CONFIG_WEBCRON_LINK_COPY_FAIL="Could not copy link!"
 COM_SCHEDULER_CONFIG_WEBCRON_LINK_COPY_SUCCESS="Link copied!"
-COM_SCHEDULER_DASHBOARD_TITLE="Scheduled Tasks Manager"
 COM_SCHEDULER_DESCRIPTION_TASK_PRIORITY="This is an advanced option. Higher priority tasks can potentially block lower priority tasks."
 COM_SCHEDULER_EDIT_TASK="Edit Task"
 COM_SCHEDULER_EMPTYSTATE_BUTTON_ADD="Add a Task!"
@@ -81,8 +80,7 @@ COM_SCHEDULER_LABEL_TASK_PRIORITY_NORMAL="Normal"
 COM_SCHEDULER_LABEL_TIMES_EXEC="Times Executed"
 COM_SCHEDULER_LABEL_TIMES_FAIL="Times Failed"
 COM_SCHEDULER_LAST_RUN_DATE="Last Run Date"
-COM_SCHEDULER_MANAGER_TASK="Task Manager"
-COM_SCHEDULER_MANAGER_TASKS="Tasks Manager"
+COM_SCHEDULER_MANAGER_TASKS="Scheduled Tasks"
 COM_SCHEDULER_MANAGER_TASK_EDIT="Edit Task"
 COM_SCHEDULER_MANAGER_TASK_NEW="New Task"
 COM_SCHEDULER_MSG_MANAGE_NO_TASK_PLUGINS="There are no task types matching your query!"
@@ -125,7 +123,7 @@ COM_SCHEDULER_SELECT_TYPE="- Task Type -"
 COM_SCHEDULER_TABLE_CAPTION="Tasks List"
 COM_SCHEDULER_TASK="Task"
 COM_SCHEDULER_TASKS_VIEW_DEFAULT_DESC="Schedule and Manage Task Routines."
-COM_SCHEDULER_TASKS_VIEW_DEFAULT_TITLE="Scheduled Tasks Manager"
+COM_SCHEDULER_TASKS_VIEW_DEFAULT_TITLE="Scheduled Tasks"
 COM_SCHEDULER_TASK_PARAMS_FIELDSET_LABEL="Task Parameters"
 COM_SCHEDULER_TASK_PRIORITY_ASC="Task Priority, Ascending"
 COM_SCHEDULER_TASK_PRIORITY_DESC="Task Priority, Descending"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants