Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.1] Add Global Setting for Form Layout option to custom fields #3068

Merged
merged 10 commits into from
Jan 17, 2024
1 change: 1 addition & 0 deletions administrator/language/de-DE/com_fields.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ COM_FIELDS_FIELD_EDITABLE_IN_BOTH="Beide"
COM_FIELDS_FIELD_EDITABLE_IN_LABEL="Einsatzbereich"
COM_FIELDS_FIELD_EDITABLE_IN_SITE="Website"
COM_FIELDS_FIELD_FORM_EDIT="Feld bearbeiten"
; The following string is deprecated and will be removed with 6.0
COM_FIELDS_FIELD_FORM_LAYOUT_LABEL="Layout"
tecpromotion marked this conversation as resolved.
Show resolved Hide resolved
COM_FIELDS_FIELD_FORM_NEW="Neues Feld"
COM_FIELDS_FIELD_FORMOPTIONS_HEADING="Eingabemaske-Optionen"
Expand Down
3 changes: 3 additions & 0 deletions administrator/language/de-DE/lib_joomla.ini
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,9 @@ JLIB_FORM_FIELD_PARAM_INTEGER_LAST_DESC="Dieser Wert ist der höchste / letzte i
JLIB_FORM_FIELD_PARAM_INTEGER_LAST_LABEL="Letzte"
JLIB_FORM_FIELD_PARAM_INTEGER_STEP_DESC="Jede Option ist die vorherige Option, die um diese ganze Zahl inkrementiert wird, beginnend mit dem ersten Wert, bis der letzte Wert erreicht ist."
JLIB_FORM_FIELD_PARAM_INTEGER_STEP_LABEL="Schrittweite"
JLIB_FORM_FIELD_PARAM_LAYOUT_BASIC_SELECT="HTML-Auswahl"
JLIB_FORM_FIELD_PARAM_LAYOUT_FANCY_SELECT="Erweiterte-Auswahl"
JLIB_FORM_FIELD_PARAM_LAYOUT_LABEL="Formular Layout"
JLIB_FORM_FIELD_PARAM_LIST_MULTIPLE_DESC="Erlaubt die Auswahl mehrerer Werte."
JLIB_FORM_FIELD_PARAM_LIST_MULTIPLE_LABEL="Mehrere Werte"
JLIB_FORM_FIELD_PARAM_LIST_MULTIPLE_VALUES_DESC="Die Optionen der Liste."
Expand Down
1 change: 1 addition & 0 deletions administrator/language/de-DE/plg_fields_list.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

PLG_FIELDS_LIST="Felder – Liste"
PLG_FIELDS_LIST_LABEL="Liste (%s)"
; The following string is deprecated and will be removed with 6.0
PLG_FIELDS_LIST_PARAMS_FORM_LAYOUT_FANCY_SELECT="Erweitertes Auswählen"
PLG_FIELDS_LIST_PARAMS_MULTIPLE_LABEL="Mehrfachauswahl"
PLG_FIELDS_LIST_PARAMS_OPTIONS_LABEL="Listenwerte"
Expand Down
1 change: 1 addition & 0 deletions administrator/language/de-DE/plg_fields_sql.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
PLG_FIELDS_SQL="Felder – SQL"
PLG_FIELDS_SQL_CREATE_NOT_POSSIBLE="Nur ein Super Benutzer kann ein SQL-Feld erstellen."
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="Erweitertes Auswählen"
PLG_FIELDS_SQL_PARAMS_HEADER_DESC="Fügt eine Auswahlmöglichkeit ohne Wert an den Anfang der Dropdown-Liste hinzu, z. B. ' - Beitrag wählen - '."
PLG_FIELDS_SQL_PARAMS_HEADER_LABEL="Kopfzeile"
Expand Down