JoomlaPolska / jezyk-J4

Język polski dla Joomla 4
GNU General Public License v2.0
3 stars 5 forks source link

Add workflow strings #308

Closed joomlapl-bot closed 1 year ago

joomlapl-bot commented 1 year ago

PR w związku ze zmianą oryginału https://github.com/joomla/joomla-cms/pull/39680 Poniżej zmiany w oryginale:

Click to expand the diff! ```diff diff --git a/language/en-GB/com_content.ini b/language/en-GB/com_content.ini index d1a9f8e1a9f7..a8a07ffaa97a 100644 --- a/language/en-GB/com_content.ini +++ b/language/en-GB/com_content.ini @@ -82,6 +82,7 @@ COM_CONTENT_RATINGS_COUNT="Rating: %s" COM_CONTENT_READ_MORE="Read more …" COM_CONTENT_READ_MORE_TITLE="Read more: %s" COM_CONTENT_REGISTER_TO_READ_MORE="Register to read more …" +COM_CONTENT_RUN_TRANSITION="Run Transition" COM_CONTENT_SAVE_SUCCESS="Article saved." COM_CONTENT_SAVE_WARNING="Alias already existed so a number was added at the end. If you want to change the alias, please contact a site administrator" COM_CONTENT_SELECT_AN_ARTICLE="Select an Article" @@ -92,4 +93,5 @@ COM_CONTENT_TRANSITION="Transition" COM_CONTENT_VOTES="Vote" COM_CONTENT_VOTES_COUNT="Vote: %s" COM_CONTENT_WORKFLOW="Workflow" +COM_CONTENT_WORKFLOW_STAGE="Workflow Stage" COM_CONTENT_WRITTEN_BY="Written by: %s" ```