JoomlaPolska / jezyk-J4

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

[4.2] module position string #317

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/39924 Poniżej zmiany w oryginale:

Click to expand the diff! ```diff diff --git a/administrator/components/com_modules/layouts/joomla/form/field/modulespositionedit.php b/administrator/components/com_modules/layouts/joomla/form/field/modulespositionedit.php index ac12aae6a94c..0bca7122aa69 100644 --- a/administrator/components/com_modules/layouts/joomla/form/field/modulespositionedit.php +++ b/administrator/components/com_modules/layouts/joomla/form/field/modulespositionedit.php @@ -53,7 +53,7 @@ $attributes = [ 'class="' . $class . '"', ' allow-custom', - ' search-placeholder="' . $this->escape(Text::_('JGLOBAL_TYPE_OR_SELECT_SOME_OPTIONS')) . '" ', + ' search-placeholder="' . $this->escape(Text::_('COM_MODULES_TYPE_OR_SELECT_POSITION')) . '" ', ]; $selectAttr = [ diff --git a/administrator/language/en-GB/com_modules.ini b/administrator/language/en-GB/com_modules.ini index 742917cbe965..339f9fae77b4 100644 --- a/administrator/language/en-GB/com_modules.ini +++ b/administrator/language/en-GB/com_modules.ini @@ -189,7 +189,7 @@ COM_MODULES_SELECT_MODULE="Select module, %s" COM_MODULES_SUBITEMS="Sub-items" COM_MODULES_TABLE_CAPTION="Modules" COM_MODULES_TYPE_CHOOSE="Select a Module Type" -COM_MODULES_TYPE_OR_SELECT_POSITION="Type or Select a Position" +COM_MODULES_TYPE_OR_SELECT_POSITION="Type or select a Position" COM_MODULES_XML_DESCRIPTION="Component for module management in the Administrator Backend." JLIB_RULES_SETTING_NOTES_COM_MODULES="Changes apply to this component only.
Inherited - a Global Configuration setting or higher level setting is applied.
Denied always wins - whatever is set at the Global or higher level and applies to all child elements.
Allowed will enable the action for this component unless overruled by a Global Configuration setting." ; Alternate language strings for the rules form field ```