JoomlaPolska / jezyk-J4

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

[5] add2scheduler-sessiongc #41326 - alpha sorting #426

Closed joomlapl-bot closed 5 months ago

joomlapl-bot commented 1 year ago

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

Click to expand the diff! ```diff diff --git a/administrator/language/en-GB/plg_task_sessiongc.ini b/administrator/language/en-GB/plg_task_sessiongc.ini index 9a69bf8f87dd..193998cf227a 100644 --- a/administrator/language/en-GB/plg_task_sessiongc.ini +++ b/administrator/language/en-GB/plg_task_sessiongc.ini @@ -4,6 +4,7 @@ ; Note : All ini files need to be saved as UTF-8 PLG_TASK_SESSIONGC="Task - Session Data Purge" +PLG_TASK_SESSIONGC_DESC="Task Plugin that purges expired data and metadata depending on the session handler set in Global Configuration." PLG_TASK_SESSIONGC_ENABLE_SESSION_GC_DESC="When enabled, this plugin will attempt to purge expired data based on the frequency calculated by the probability and divisor." PLG_TASK_SESSIONGC_ENABLE_SESSION_GC_LABEL="Enable Session Data Cleanup" PLG_TASK_SESSIONGC_ENABLE_SESSION_METADATA_GC_DESC="When enabled, this plugin will clean optional session metadata from the database. Note that this operation will not run when the database handler is in use as that data is cleared as part of the Session Data Cleanup operation." @@ -12,6 +13,5 @@ PLG_TASK_SESSIONGC_GC_DIVISOR_DESC="In combination with the probability field, t PLG_TASK_SESSIONGC_GC_DIVISOR_LABEL="Divisor" PLG_TASK_SESSIONGC_GC_PROBABILITY_DESC="In combination with the divisor field, these two fields are used to determine the frequency of the session data cleanup operation being triggered on a request." PLG_TASK_SESSIONGC_GC_PROBABILITY_LABEL="Probability" -PLG_TASK_SESSIONGC_XML_DESCRIPTION="Task Plugin that purges expired data and metadata depending on the session handler set in Global Configuration." PLG_TASK_SESSIONGC_TITLE="Task - Session Data Purge" -PLG_TASK_SESSIONGC_DESC="Task Plugin that purges expired data and metadata depending on the session handler set in Global Configuration." +PLG_TASK_SESSIONGC_XML_DESCRIPTION="Task Plugin that purges expired data and metadata depending on the session handler set in Global Configuration." diff --git a/administrator/language/en-GB/plg_task_sessiongc.sys.ini b/administrator/language/en-GB/plg_task_sessiongc.sys.ini index 2372d5a92ae0..fbfb8d399560 100644 --- a/administrator/language/en-GB/plg_task_sessiongc.sys.ini +++ b/administrator/language/en-GB/plg_task_sessiongc.sys.ini @@ -4,6 +4,6 @@ ; Note : All ini files need to be saved as UTF-8 PLG_TASK_SESSIONGC="Task - Session Data Purge" -PLG_TASK_SESSIONGC_XML_DESCRIPTION="Task Plugin that purges expired data and metadata depending on the session handler set in Global Configuration." -PLG_TASK_SESSIONGC_TITLE="Task - Session Data Purge" PLG_TASK_SESSIONGC_DESC="Task Plugin that purges expired data and metadata depending on the session handler set in Global Configuration." +PLG_TASK_SESSIONGC_TITLE="Task - Session Data Purge" +PLG_TASK_SESSIONGC_XML_DESCRIPTION="Task Plugin that purges expired data and metadata depending on the session handler set in Global Configuration." ```