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

[5.1] Workflows missing strings #42390

Merged
merged 4 commits into from
Nov 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions administrator/language/en-GB/com_workflow.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ COM_WORKFLOW_DEFAULT="Default"
COM_WORKFLOW_DESCRIPTION="Description"
COM_WORKFLOW_DISABLE_DEFAULT="The default status cannot be changed."
COM_WORKFLOW_ERROR_EXTENSION_NOT_SET="Extension not set."
COM_WORKFLOW_ERROR_WORKFLOW_ID_NOT_SET="Workflow ID not set."
COM_WORKFLOW_FIELD_IS_DEFAULT_LABEL="Default"
COM_WORKFLOW_FIELD_NAME_LABEL="Name"
COM_WORKFLOW_FILTER_SEARCH_DESC="Search in title and description."
Expand All @@ -34,6 +35,7 @@ COM_WORKFLOW_MSG_DELETE_WORKFLOW_IS_ASSIGNED="This workflow is in use by the com
COM_WORKFLOW_MSG_DISABLE_DEFAULT="The default item has to stay published."
COM_WORKFLOW_MSG_WORKFLOWS_DELETE_ERROR="There was a problem while deleting the item: %s"
COM_WORKFLOW_NAME="Name"
COM_WORKFLOW_NO_ITEM_SELECTED="No workflow selected."
COM_WORKFLOW_N_ITEMS_CHECKED_IN="%d workflows checked in."
COM_WORKFLOW_N_ITEMS_CHECKED_IN_1="Workflow checked in."
COM_WORKFLOW_N_ITEMS_DELETED="%d workflows deleted."
Expand Down