Skip to content

Commit

Permalink
[5.x] Missing Strings [a11y] (#42387)
Browse files Browse the repository at this point in the history
* [5.x] Missing Strings -[a11y]

* more

* status

* fields

---------
  • Loading branch information
brianteeman committed Dec 16, 2023
1 parent b807e79 commit f267acd
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 42 deletions.
18 changes: 6 additions & 12 deletions components/com_contact/forms/filter_contacts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
<field
name="published"
type="status"
label="JOPTION_SELECT_PUBLISHED"
description="JOPTION_SELECT_PUBLISHED_DESC"
label="JSTATUS"
onchange="this.form.submit();"
>
<option value="">JOPTION_SELECT_PUBLISHED</option>
Expand All @@ -36,8 +35,7 @@
<field
name="access"
type="accesslevel"
label="JOPTION_FILTER_ACCESS"
description="JOPTION_FILTER_ACCESS_DESC"
label="JGRID_HEADING_ACCESS"
onchange="this.form.submit();"
>
<option value="">JOPTION_SELECT_ACCESS</option>
Expand All @@ -46,8 +44,7 @@
<field
name="language"
type="contentlanguage"
label="JOPTION_FILTER_LANGUAGE"
description="JOPTION_FILTER_LANGUAGE_DESC"
label="JGRID_HEADING_LANGUAGE"
onchange="this.form.submit();"
>
<option value="">JOPTION_SELECT_LANGUAGE</option>
Expand All @@ -68,8 +65,7 @@
<field
name="level"
type="integer"
label="JOPTION_FILTER_LEVEL"
description="JOPTION_FILTER_LEVEL_DESC"
label="JGLOBAL_MAXLEVEL_LABEL"
first="1"
last="10"
step="1"
Expand All @@ -85,8 +81,7 @@
<field
name="fullordering"
type="list"
label="COM_CONTACT_LIST_FULL_ORDERING"
description="COM_CONTACT_LIST_FULL_ORDERING_DESC"
label="JGLOBAL_SORT_BY"
default="a.name ASC"
onchange="this.form.submit();"
validate="options"
Expand Down Expand Up @@ -117,8 +112,7 @@
<field
name="limit"
type="limitbox"
label="COM_CONTACT_LIST_LIMIT"
description="COM_CONTACT_LIST_LIMIT_DESC"
label="JGLOBAL_LIST_LIMIT"
default="25"
onchange="this.form.submit();"
/>
Expand Down
21 changes: 8 additions & 13 deletions components/com_content/forms/filter_articles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
<field
name="published"
type="status"
label="COM_CONTENT_FILTER_PUBLISHED"
description="COM_CONTENT_FILTER_PUBLISHED_DESC"
label="JSTATUS"
onchange="this.form.submit();"
>
<option value="">JOPTION_SELECT_PUBLISHED</option>
Expand All @@ -23,7 +22,7 @@
<field
name="category_id"
type="category"
label="JOPTION_SELECT_CATEGORY"
label="JCATEGORY"
multiple="true"
extension="com_content"
layout="joomla.form.field.list-fancy-select"
Expand All @@ -35,7 +34,7 @@
<field
name="access"
type="accesslevel"
label="JOPTION_SELECT_ACCESS"
label="JGRID_HEADING_ACCESS"
multiple="true"
layout="joomla.form.field.list-fancy-select"
hint="JOPTION_SELECT_ACCESS"
Expand All @@ -45,7 +44,7 @@
<field
name="author_id"
type="author"
label="JOPTION_SELECT_AUTHOR"
label="JAUTHOR"
multiple="true"
layout="joomla.form.field.list-fancy-select"
hint="JOPTION_SELECT_AUTHOR"
Expand All @@ -57,8 +56,7 @@
<field
name="level"
type="integer"
label="JOPTION_FILTER_LEVEL"
description="JOPTION_FILTER_LEVEL_DESC"
label="JGLOBAL_MAXLEVEL_LABEL"
first="1"
last="10"
step="1"
Expand All @@ -71,8 +69,7 @@
<field
name="language"
type="contentlanguage"
label="JOPTION_FILTER_LANGUAGE"
description="JOPTION_FILTER_LANGUAGE_DESC"
label="JGRID_HEADING_LANGUAGE"
onchange="this.form.submit();"
>
<option value="">JOPTION_SELECT_LANGUAGE</option>
Expand All @@ -95,8 +92,7 @@
<field
name="fullordering"
type="list"
label="COM_CONTENT_LIST_FULL_ORDERING"
description="COM_CONTENT_LIST_FULL_ORDERING_DESC"
label="JGLOBAL_SORT_BY"
onchange="this.form.submit();"
default="a.title ASC"
validate="options"
Expand Down Expand Up @@ -131,8 +127,7 @@
<field
name="limit"
type="limitbox"
label="COM_CONTENT_LIST_LIMIT"
description="COM_CONTENT_LIST_LIMIT_DESC"
label="JGLOBAL_LIST_LIMIT"
default="25"
onchange="this.form.submit();"
/>
Expand Down
10 changes: 7 additions & 3 deletions components/com_fields/forms/filter_fields.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,16 @@
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"
/>

<field
name="state"
type="status"
label="JSTATUS"
onchange="this.form.submit();"
>
<option value="">JOPTION_SELECT_PUBLISHED</option>
Expand All @@ -40,6 +42,7 @@
<field
name="assigned_cat_ids"
type="category"
label="JCATEGORY"
onchange="this.form.submit();"
>
<option value="">COM_FIELDS_VIEW_FIELDS_SELECT_CATEGORY</option>
Expand All @@ -48,6 +51,7 @@
<field
name="access"
type="accesslevel"
label="JGRID_HEADING_ACCESS"
onchange="this.form.submit();"
>
<option value="">JOPTION_SELECT_ACCESS</option>
Expand All @@ -56,6 +60,7 @@
<field
name="language"
type="contentlanguage"
label="JGRID_HEADING_LANGUAGE"
onchange="this.form.submit();"
>
<option value="">JOPTION_SELECT_LANGUAGE</option>
Expand Down Expand Up @@ -95,8 +100,7 @@
<field
name="limit"
type="limitbox"
label="COM_FIELDS_LIST_LIMIT"
description="COM_FIELDS_LIST_LIMIT_DESC"
label="JGLOBAL_LIST_LIMIT"
default="25"
onchange="this.form.submit();"
/>
Expand Down
15 changes: 5 additions & 10 deletions components/com_menus/forms/filter_items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
<field
name="published"
type="status"
label="COM_MENUS_FILTER_PUBLISHED"
description="COM_MENUS_FILTER_PUBLISHED_DESC"
label="JSTATUS"
optionsFilter="*,0,1,-2"
onchange="this.form.submit();"
>
Expand All @@ -34,17 +33,15 @@
<field
name="access"
type="accesslevel"
label="JOPTION_FILTER_ACCESS"
description="JOPTION_FILTER_ACCESS_DESC"
label="JGRID_HEADING_ACCESS"
onchange="this.form.submit();"
>
<option value="">JOPTION_SELECT_ACCESS</option>
</field>
<field
name="language"
type="contentlanguage"
label="JOPTION_FILTER_LANGUAGE"
description="JOPTION_FILTER_LANGUAGE_DESC"
label="JGRID_HEADING_LANGUAGE"
onchange="this.form.submit();"
>
<option value="">JOPTION_SELECT_LANGUAGE</option>
Expand All @@ -53,8 +50,7 @@
<field
name="level"
type="integer"
label="JOPTION_FILTER_LEVEL"
description="JOPTION_FILTER_LEVEL_DESC"
label="JGLOBAL_MAXLEVEL_LABEL"
first="1"
last="10"
step="1"
Expand Down Expand Up @@ -106,8 +102,7 @@
<field
name="limit"
type="limitbox"
label="COM_MENUS_LIST_LIMIT"
description="COM_MENUS_LIST_LIMIT_DESC"
label="JGLOBAL_LIST_LIMIT"
default="25"
onchange="this.form.submit();"
/>
Expand Down
6 changes: 2 additions & 4 deletions components/com_modules/forms/filter_modules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
<field
name="access"
type="accesslevel"
label="JOPTION_FILTER_ACCESS"
description="JOPTION_FILTER_ACCESS_DESC"
label="JGRID_HEADING_ACCESS"
onchange="this.form.submit();"
>
<option value="">JOPTION_SELECT_ACCESS</option>
Expand Down Expand Up @@ -72,8 +71,7 @@
<field
name="limit"
type="limitbox"
label="COM_MODULES_LIST_LIMIT"
description="JFIELD_PLG_SEARCH_SEARCHLIMIT_DESC"
label="JGLOBAL_LIST_LIMIT"
default="25"
onchange="this.form.submit();"
/>
Expand Down
4 changes: 4 additions & 0 deletions language/en-GB/joomla.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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="&gt;"
JGLOBAL_HITS="Hits"
Expand All @@ -325,9 +326,11 @@ JGLOBAL_LEARN_MORE="Learn More"
JGLOBAL_LEFT="Left"
JGLOBAL_LIST_ALIAS="(<span>Alias</span>: %s)"
JGLOBAL_LIST_ALIAS_NOTE="(<span>Alias</span>: %s, <span>Note</span>: %s)"
JGLOBAL_LIST_LIMIT="Select number of items per page."
JGLOBAL_LOOKING_FOR="Looking for"
JGLOBAL_LT="&lt;"
JGLOBAL_MAXIMUM_UPLOAD_SIZE_LIMIT="Maximum upload size: <strong>%s</strong>"
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."
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit f267acd

Please sign in to comment.