Skip to content

Commit

Permalink
[5.1] add language deprecation for #37320 (#42584)
Browse files Browse the repository at this point in the history
  • Loading branch information
heelc29 authored Jan 5, 2024
1 parent cb6bba1 commit 6847b5a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions administrator/language/en-GB/com_fields.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ COM_FIELDS_FIELD_EDITABLE_IN_BOTH="Both"
COM_FIELDS_FIELD_EDITABLE_IN_LABEL="Editable In"
COM_FIELDS_FIELD_EDITABLE_IN_SITE="Site"
COM_FIELDS_FIELD_FORM_EDIT="Edit Field"
; The following string is deprecated and will be removed with 6.0
COM_FIELDS_FIELD_FORM_LAYOUT_LABEL="Layout"
COM_FIELDS_FIELD_FORM_NEW="New Field"
COM_FIELDS_FIELD_FORMOPTIONS_HEADING="Form Options"
COM_FIELDS_FIELD_GROUP_LABEL="Field Group"
Expand Down
2 changes: 2 additions & 0 deletions administrator/language/en-GB/plg_fields_list.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

PLG_FIELDS_LIST="Fields - List"
PLG_FIELDS_LIST_LABEL="List (%s)"
; The following string is deprecated and will be removed with 6.0
PLG_FIELDS_LIST_PARAMS_FORM_LAYOUT_FANCY_SELECT="Enhanced select"
PLG_FIELDS_LIST_PARAMS_MULTIPLE_LABEL="Multiple"
PLG_FIELDS_LIST_PARAMS_OPTIONS_LABEL="List Values"
PLG_FIELDS_LIST_PARAMS_OPTIONS_NAME_LABEL="Text"
Expand Down
2 changes: 2 additions & 0 deletions administrator/language/en-GB/plg_fields_sql.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
PLG_FIELDS_SQL="Fields - SQL"
PLG_FIELDS_SQL_CREATE_NOT_POSSIBLE="Only a Super User can create or edit an SQL field!"
PLG_FIELDS_SQL_LABEL="SQL (%s)"
; The following string is deprecated and will be removed with 6.0
PLG_FIELDS_SQL_PARAMS_FORM_LAYOUT_FANCY_SELECT="Enhanced select"
PLG_FIELDS_SQL_PARAMS_HEADER_DESC="Add a string with no value at the top of the dropdown list eg ' - Select Article - '."
PLG_FIELDS_SQL_PARAMS_HEADER_LABEL="Header"
PLG_FIELDS_SQL_PARAMS_MULTIPLE_LABEL="Multiple"
Expand Down
2 changes: 1 addition & 1 deletion plugins/fields/subform/params/subform.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<field
name="form_layout"
type="list"
label="COM_FIELDS_FIELD_FORM_LAYOUT_LABEL"
label="JLIB_FORM_FIELD_PARAM_LAYOUT_LABEL"
default=""
class="form-select"
showon="repeat:1"
Expand Down

0 comments on commit 6847b5a

Please sign in to comment.