joomlagerman / joomla

The J!German translation team provides German translation for Joomla!
https://www.jgerman.de
GNU General Public License v2.0
25 stars 46 forks source link

[5.1] com_redirect - inline help for Activate Advanced Mode button #3192

Closed jgerman-bot closed 5 months ago

jgerman-bot commented 5 months ago

New language relevant PR in upstream repo: https://github.com/joomla/joomla-cms/pull/43435 Here are the upstream changes:

Click to expand the diff! ```diff diff --git a/administrator/components/com_redirect/config.xml b/administrator/components/com_redirect/config.xml index c8f3d2f63880..ef52d451120e 100644 --- a/administrator/components/com_redirect/config.xml +++ b/administrator/components/com_redirect/config.xml @@ -10,6 +10,7 @@ name="mode" type="radio" label="COM_REDIRECT_MODE_LABEL" + description="COM_REDIRECT_MODE_DESC" layout="joomla.form.field.radio.switcher" default="0" > diff --git a/administrator/language/en-GB/com_redirect.ini b/administrator/language/en-GB/com_redirect.ini index 7fb4e39ed45e..76501a2367e2 100644 --- a/administrator/language/en-GB/com_redirect.ini +++ b/administrator/language/en-GB/com_redirect.ini @@ -66,6 +66,7 @@ COM_REDIRECT_HEADING_STATUS_CODE_DESC="Status Code descending" COM_REDIRECT_MANAGER_LINK_EDIT="Redirects: Edit" COM_REDIRECT_MANAGER_LINK_NEW="Redirects: New" COM_REDIRECT_MANAGER_LINKS="Redirects: Links" +COM_REDIRECT_MODE_DESC="The Advanced Mode allows the use of HTTP 1.1 status codes other than the default '301 Permanently Moved'." COM_REDIRECT_MODE_LABEL="Activate Advanced Mode" COM_REDIRECT_N_ITEMS_ARCHIVED="%d links archived." COM_REDIRECT_N_ITEMS_ARCHIVED_1="Link archived." ```