Click to expand the diff!
```diff
diff --git a/administrator/language/en-GB/com_workflow.ini b/administrator/language/en-GB/com_workflow.ini
index ff8133fc8684..f5af1618b4e1 100644
--- a/administrator/language/en-GB/com_workflow.ini
+++ b/administrator/language/en-GB/com_workflow.ini
@@ -104,34 +104,3 @@ COM_WORKFLOW_WORKFLOWS_TABLE_CAPTION="Workflows"
COM_WORKFLOW_WORKFLOW_NOTE="Note"
JLIB_HTML_PUBLISH_ITEM="Enable"
JLIB_HTML_UNPUBLISH_ITEM="Disable"
-
-; All the following strings are deprecated and will be removed with 5.0
-COM_WORKFLOW_ARE_YOU_SURE="Are you sure?"
-COM_WORKFLOW_AUTHOR="Author"
-COM_WORKFLOW_BASIC_TAB="Basic"
-COM_WORKFLOW_CONFIGURATION="Workflow: Options"
-COM_WORKFLOW_CREATED_AT_ASC="Date Created ascending"
-COM_WORKFLOW_CREATED_AT_DESC="Date Created descending"
-COM_WORKFLOW_DATE_CREATED="Date Created"
-COM_WORKFLOW_DATE_MODIFIED="Date Modified"
-COM_WORKFLOW_DEFAULT_ITEM="Default option is already set for a different item."
-COM_WORKFLOW_DESC_TAB="Description"
-COM_WORKFLOW_EDIT="Edit"
-COM_WORKFLOW_EDIT_TAB="Edit"
-COM_WORKFLOW_ERROR_UPDATE_STAGE="Error while updating the stage."
-COM_WORKFLOW_FIELD_CATEGORY_LIST_LABEL="Category List"
-COM_WORKFLOW_MANAGE="Manage"
-COM_WORKFLOW_MODIFIED_AT_ASC="Date Modified ascending"
-COM_WORKFLOW_MODIFIED_AT_DESC="Date Modified descending"
-COM_WORKFLOW_NA="N/A"
-COM_WORKFLOW_NEW="New"
-COM_WORKFLOW_PARAMS_TAB="Parameters"
-COM_WORKFLOW_PUBLISHED="Published"
-COM_WORKFLOW_PUBLISHED_DESC="Defines item behaviour."
-COM_WORKFLOW_STAGE="Existing Stages"
-COM_WORKFLOW_TRANSITION_DUPLICATE="This transition already exists."
-COM_WORKFLOW_TRANSITION_THE_SAME_STAGE="Current stage and target stage are the same."
-COM_WORKFLOW_TRASHED="Trashed"
-COM_WORKFLOW_UNPUBLISHED="Unpublished"
-COM_WORKFLOW_USER_GROUPS="User Group"
-COM_WORKFLOW_USER_GROUPS_DESC="Select user group."
```
PR w związku ze zmianą oryginału https://github.com/joomla/joomla-cms/pull/40511 Poniżej zmiany w oryginale:
Click to expand the diff!
```diff diff --git a/administrator/language/en-GB/com_workflow.ini b/administrator/language/en-GB/com_workflow.ini index ff8133fc8684..f5af1618b4e1 100644 --- a/administrator/language/en-GB/com_workflow.ini +++ b/administrator/language/en-GB/com_workflow.ini @@ -104,34 +104,3 @@ COM_WORKFLOW_WORKFLOWS_TABLE_CAPTION="Workflows" COM_WORKFLOW_WORKFLOW_NOTE="Note" JLIB_HTML_PUBLISH_ITEM="Enable" JLIB_HTML_UNPUBLISH_ITEM="Disable" - -; All the following strings are deprecated and will be removed with 5.0 -COM_WORKFLOW_ARE_YOU_SURE="Are you sure?" -COM_WORKFLOW_AUTHOR="Author" -COM_WORKFLOW_BASIC_TAB="Basic" -COM_WORKFLOW_CONFIGURATION="Workflow: Options" -COM_WORKFLOW_CREATED_AT_ASC="Date Created ascending" -COM_WORKFLOW_CREATED_AT_DESC="Date Created descending" -COM_WORKFLOW_DATE_CREATED="Date Created" -COM_WORKFLOW_DATE_MODIFIED="Date Modified" -COM_WORKFLOW_DEFAULT_ITEM="Default option is already set for a different item." -COM_WORKFLOW_DESC_TAB="Description" -COM_WORKFLOW_EDIT="Edit" -COM_WORKFLOW_EDIT_TAB="Edit" -COM_WORKFLOW_ERROR_UPDATE_STAGE="Error while updating the stage." -COM_WORKFLOW_FIELD_CATEGORY_LIST_LABEL="Category List" -COM_WORKFLOW_MANAGE="Manage" -COM_WORKFLOW_MODIFIED_AT_ASC="Date Modified ascending" -COM_WORKFLOW_MODIFIED_AT_DESC="Date Modified descending" -COM_WORKFLOW_NA="N/A" -COM_WORKFLOW_NEW="New" -COM_WORKFLOW_PARAMS_TAB="Parameters" -COM_WORKFLOW_PUBLISHED="Published" -COM_WORKFLOW_PUBLISHED_DESC="Defines item behaviour." -COM_WORKFLOW_STAGE="Existing Stages" -COM_WORKFLOW_TRANSITION_DUPLICATE="This transition already exists." -COM_WORKFLOW_TRANSITION_THE_SAME_STAGE="Current stage and target stage are the same." -COM_WORKFLOW_TRASHED="Trashed" -COM_WORKFLOW_UNPUBLISHED="Unpublished" -COM_WORKFLOW_USER_GROUPS="User Group" -COM_WORKFLOW_USER_GROUPS_DESC="Select user group." ```