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] Unification of the language com_scheduler, part 2 #95

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

[4.1] Unification of the language com_scheduler, part 2 #95

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

Comments

@joomlapl-bot
Copy link
Collaborator

PR w związku ze zmianą oryginału joomla/joomla-cms#36296 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 dd695145ac2c..32ead78ec5d9 100644
--- a/administrator/language/en-GB/com_scheduler.ini
+++ b/administrator/language/en-GB/com_scheduler.ini
@@ -113,11 +113,11 @@ COM_SCHEDULER_SCHEDULER_TASK_START="Running task#%1$02d '%2$s'."
 COM_SCHEDULER_SCHEDULER_TASK_UNKNOWN_EXIT="Task#%1$02d exited with code %4$d in %2$.2f (net %3$.2f) seconds."
 ; Maybe not this
 COM_SCHEDULER_SCHEDULER_TASK_UNLOCKED="Task#%1$02d was unlocked."
-COM_SCHEDULER_SELECT_EXEC_RULE="--- Select Rule ---"
-COM_SCHEDULER_SELECT_INTERVAL_DAYS="-- Select Interval in Days --"
-COM_SCHEDULER_SELECT_INTERVAL_HOURS="-- Select Interval in Hours --"
-COM_SCHEDULER_SELECT_INTERVAL_MINUTES="-- Select Interval in Minutes --"
-COM_SCHEDULER_SELECT_INTERVAL_MONTHS="-- Select Interval in Months --"
+COM_SCHEDULER_SELECT_EXEC_RULE="- Select Rule -"
+COM_SCHEDULER_SELECT_INTERVAL_DAYS="- Select Interval in Days -"
+COM_SCHEDULER_SELECT_INTERVAL_HOURS="- Select Interval in Hours -"
+COM_SCHEDULER_SELECT_INTERVAL_MINUTES="- Select Interval in Minutes -"
+COM_SCHEDULER_SELECT_INTERVAL_MONTHS="- Select Interval in Months -"
 COM_SCHEDULER_SELECT_TASK_TYPE="Select task, %s"
 COM_SCHEDULER_SELECT_TYPE="- Task Type -"
 COM_SCHEDULER_TABLE_CAPTION="Tasks List"
@@ -125,12 +125,12 @@ COM_SCHEDULER_TASK="Task"
 COM_SCHEDULER_TASKS_VIEW_DEFAULT_DESC="Schedule and Manage Task Routines."
 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"
+COM_SCHEDULER_TASK_PRIORITY_ASC="Task Priority ascending"
+COM_SCHEDULER_TASK_PRIORITY_DESC="Task Priority descending"
 COM_SCHEDULER_TASK_ROUTINE_EXCEPTION="Routine threw exception: %1$s"
 COM_SCHEDULER_TASK_TYPE="Task Type"
-COM_SCHEDULER_TASK_TYPE_ASC="Task Type Ascending"
-COM_SCHEDULER_TASK_TYPE_DESC="Task Type Descending"
+COM_SCHEDULER_TASK_TYPE_ASC="Task Type ascending"
+COM_SCHEDULER_TASK_TYPE_DESC="Task Type descending"
 COM_SCHEDULER_TEST_RUN="Run Test"
 COM_SCHEDULER_TEST_RUN_DURATION="Duration: %d seconds"
 COM_SCHEDULER_TEST_RUN_OUTPUT="Output:<br>%s"
@@ -146,7 +146,7 @@ COM_SCHEDULER_TRIGGER_XVISITS="X-Visits"
 COM_SCHEDULER_TOOLBAR_UNLOCK="Unlock"
 COM_SCHEDULER_TYPE_CHOOSE="Select a Task type"
 COM_SCHEDULER_TYPE_OR_SELECT_OPTIONS="Type or select options"
-COM_SCHEDULER_WARNING_EXISTING_TASK_TYPE_NOT_FOUND="The task routine for this task could not be found! <br> It's likely that the provider plugin was removed or disabled."
+COM_SCHEDULER_WARNING_EXISTING_TASK_TYPE_NOT_FOUND="The task routine for this task could not be found!<br>It's likely that the provider plugin was removed or disabled."
 COM_SCHEDULER_XML_DESCRIPTION="Component for managing scheduled tasks and cronjobs (if supported by the server)."
 JLIB_HTML_PUBLISH_ITEM="Enable task"
 JLIB_HTML_UNPUBLISH_ITEM="Disable task"
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