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

[4.4] Broken language comment #3056

Merged
merged 1 commit into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion administrator/language/de-DE/mod_menu.ini
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ MOD_MENU_HELP_SECURITY="Sicherheitszentrum"
MOD_MENU_HELP_SHOP="Joomla!-Shop"
MOD_MENU_HELP_SUPPORT_CUSTOM_FORUM="Eigenes Supportforum" ; Will be used if the localised sample data has a URL for the desired community forum or if the 'Custom Support Forum' field parameter in the Administrator Menu module has a URL
MOD_MENU_HELP_SUPPORT_OFFICIAL_FORUM="Offizielles Supportforum"
MOD_MENU_HELP_SUPPORT_OFFICIAL_LANGUAGE_FORUM="Offizielles deutsches Forum" ; If you have displayed the specific language forum, use something like "Official French Forum" in your language.
MOD_MENU_HELP_SUPPORT_OFFICIAL_LANGUAGE_FORUM="Offizielles deutsches Forum" ; If you have displayed the specific language forum, use something like 'Official French Forum' in your language.
MOD_MENU_HELP_SUPPORT_OFFICIAL_LANGUAGE_FORUM_VALUE="14" ; The # of the specific language forum in https://forum.joomla.org/ (example: 19 for French). Default is '511' which is the section for all languages forums.
MOD_MENU_HELP_TRANSLATIONS="Joomla!-Übersetzungen"
MOD_MENU_HELP_USER_GROUPS="Joomla! User Groups"
Expand Down
2 changes: 1 addition & 1 deletion administrator/language/de-DE/plg_fields_imagelist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

PLG_FIELDS_IMAGELIST="Felder – Bildliste"
PLG_FIELDS_IMAGELIST_LABEL="Liste von Bildern (%s)"
PLG_FIELDS_IMAGELIST_PARAMS_DIRECTORY_DESC="Dieses Verzeichnis ist relativ zum Verzeichnis \"images\" im Joomla! Stammverzeichnis." ; Don't translate "images"
PLG_FIELDS_IMAGELIST_PARAMS_DIRECTORY_DESC="Dieses Verzeichnis ist relativ zum Verzeichnis \"images\" im Joomla! Stammverzeichnis." ; Don't translate 'images'
PLG_FIELDS_IMAGELIST_PARAMS_DIRECTORY_LABEL="Verzeichnis"
PLG_FIELDS_IMAGELIST_PARAMS_IMAGE_CLASS_LABEL="CSS-Klasse Bild"
PLG_FIELDS_IMAGELIST_PARAMS_MULTIPLE_LABEL="Mehrfachauswahl"
Expand Down