JoomlaPolska / jezyk-J4

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

[5.x] Missing Strings [a11y] #438

Closed joomlapl-bot closed 5 months ago

joomlapl-bot commented 9 months ago

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

Click to expand the diff! ```diff diff --git a/components/com_contact/forms/filter_contacts.xml b/components/com_contact/forms/filter_contacts.xml index 06c568d1dbc8d..1f9b4663ec570 100644 --- a/components/com_contact/forms/filter_contacts.xml +++ b/components/com_contact/forms/filter_contacts.xml @@ -14,8 +14,7 @@ @@ -36,8 +35,7 @@ @@ -46,8 +44,7 @@ @@ -68,8 +65,7 @@ diff --git a/components/com_content/forms/filter_articles.xml b/components/com_content/forms/filter_articles.xml index 8e32d2309aea3..942c28dd13209 100644 --- a/components/com_content/forms/filter_articles.xml +++ b/components/com_content/forms/filter_articles.xml @@ -13,8 +13,7 @@ @@ -23,7 +22,7 @@ @@ -95,8 +92,7 @@ diff --git a/components/com_fields/forms/filter_fields.xml b/components/com_fields/forms/filter_fields.xml index f70974a517168..d0df3cc0a15d0 100644 --- a/components/com_fields/forms/filter_fields.xml +++ b/components/com_fields/forms/filter_fields.xml @@ -15,7 +15,8 @@ name="search" type="text" inputmode="search" - label="" + label="COM_FIELDS_FIELDS_FILTER_SEARCH_LABEL" + description="COM_FIELDS_FIELDS_FILTER_SEARCH_DESC" hint="JSEARCH_FILTER" class="js-stools-search-string" /> @@ -23,6 +24,7 @@ @@ -40,6 +42,7 @@ @@ -48,6 +51,7 @@ @@ -56,6 +60,7 @@ @@ -95,8 +100,7 @@ diff --git a/components/com_menus/forms/filter_items.xml b/components/com_menus/forms/filter_items.xml index 03fbe69a26e40..e62d9745c41fc 100644 --- a/components/com_menus/forms/filter_items.xml +++ b/components/com_menus/forms/filter_items.xml @@ -24,8 +24,7 @@ @@ -34,8 +33,7 @@ @@ -43,8 +41,7 @@ @@ -53,8 +50,7 @@ diff --git a/components/com_modules/forms/filter_modules.xml b/components/com_modules/forms/filter_modules.xml index f91ea07dcddc5..88792585ab208 100644 --- a/components/com_modules/forms/filter_modules.xml +++ b/components/com_modules/forms/filter_modules.xml @@ -31,8 +31,7 @@ @@ -72,8 +71,7 @@ diff --git a/language/en-GB/joomla.ini b/language/en-GB/joomla.ini index 9394e9487f576..5afe2bf56cef4 100644 --- a/language/en-GB/joomla.ini +++ b/language/en-GB/joomla.ini @@ -310,6 +310,7 @@ JGLOBAL_FIELD_VERSION_NOTE_LABEL="Version Note" JGLOBAL_FIELDS="Fields" JGLOBAL_FILTER_BUTTON="Filter" JGLOBAL_FILTER_LABEL="Filter" +JGLOBAL_FILTERED_BY="Filtered by:" JGLOBAL_FULL_TEXT="Full Text" JGLOBAL_GT=">" JGLOBAL_HITS="Hits" @@ -325,9 +326,11 @@ JGLOBAL_LEARN_MORE="Learn More" JGLOBAL_LEFT="Left" JGLOBAL_LIST_ALIAS="(Alias: %s)" JGLOBAL_LIST_ALIAS_NOTE="(Alias: %s, Note: %s)" +JGLOBAL_LIST_LIMIT="Select number of items per page." JGLOBAL_LOOKING_FOR="Looking for" JGLOBAL_LT="<" JGLOBAL_MAXIMUM_UPLOAD_SIZE_LIMIT="Maximum upload size: %s" +JGLOBAL_MAXLEVEL_LABEL="Subcategory Levels" JGLOBAL_NAME_ASC="Name ascending" JGLOBAL_NAME_DESC="Name descending" JGLOBAL_NEWITEMSLAST_DESC="New items default to the last position. Ordering can be changed after this item has been saved." @@ -355,6 +358,7 @@ JGLOBAL_SELECT_NO_RESULTS_MATCH="No results match" JGLOBAL_SELECT_PRESS_TO_SELECT="Press to select" JGLOBAL_SELECT_SOME_OPTIONS="Select some options" JGLOBAL_SORT_BY="Sort Table By:" +JGLOBAL_SORTED_BY="Sorted by:" JGLOBAL_START_PUBLISH_AFTER_FINISH="Item start publishing date must be before finish publishing date" JGLOBAL_SUBCATEGORIES="Subcategories" JGLOBAL_TITLE="Title" ```