From 68b5f61598ca6e5a006a37670006b67a7920a573 Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Tue, 6 Sep 2016 22:48:32 +0100 Subject: [PATCH] Router options --- administrator/components/com_contact/config.xml | 4 ++-- administrator/components/com_content/config.xml | 4 ++-- administrator/components/com_newsfeeds/config.xml | 4 ++-- administrator/components/com_users/config.xml | 4 ++-- administrator/language/en-GB/en-GB.ini | 6 ++++-- 5 files changed, 12 insertions(+), 10 deletions(-) diff --git a/administrator/components/com_contact/config.xml b/administrator/components/com_contact/config.xml index 66b1a0da398fa..51b8d06d33273 100644 --- a/administrator/components/com_contact/config.xml +++ b/administrator/components/com_contact/config.xml @@ -980,8 +980,8 @@ label="JGLOBAL_SEF_ADVANCED_LABEL" description="JGLOBAL_SEF_ADVANCED_DESC" filter="integer"> - - + + diff --git a/administrator/components/com_content/config.xml b/administrator/components/com_content/config.xml index ec07dd9bb2085..e3b1bf4167036 100644 --- a/administrator/components/com_content/config.xml +++ b/administrator/components/com_content/config.xml @@ -939,8 +939,8 @@ label="JGLOBAL_SEF_ADVANCED_LABEL" description="JGLOBAL_SEF_ADVANCED_DESC" filter="integer"> - - + + diff --git a/administrator/components/com_newsfeeds/config.xml b/administrator/components/com_newsfeeds/config.xml index 32a267e7ca84b..847a5af25ec26 100644 --- a/administrator/components/com_newsfeeds/config.xml +++ b/administrator/components/com_newsfeeds/config.xml @@ -437,8 +437,8 @@ label="JGLOBAL_SEF_ADVANCED_LABEL" description="JGLOBAL_SEF_ADVANCED_DESC" filter="integer"> - - + + diff --git a/administrator/components/com_users/config.xml b/administrator/components/com_users/config.xml index aa72720a76d38..2fa3d94d9cfb3 100644 --- a/administrator/components/com_users/config.xml +++ b/administrator/components/com_users/config.xml @@ -249,8 +249,8 @@ label="JGLOBAL_SEF_ADVANCED_LABEL" description="JGLOBAL_SEF_ADVANCED_DESC" filter="integer"> - - + + diff --git a/administrator/language/en-GB/en-GB.ini b/administrator/language/en-GB/en-GB.ini index acc2c389ab216..dd9d20ddfff05 100644 --- a/administrator/language/en-GB/en-GB.ini +++ b/administrator/language/en-GB/en-GB.ini @@ -474,8 +474,10 @@ JGLOBAL_SAVE_HISTORY_OPTIONS_DESC="Automatically save old versions of an item. I JGLOBAL_SAVE_HISTORY_OPTIONS_LABEL="Enable Versions" JGLOBAL_SECRETKEY="Secret Key" JGLOBAL_SECRETKEY_HELP="If you have enabled two factor authentication in your user account please enter your secret key. If you do not know what this means, you can leave this field blank." -JGLOBAL_SEF_ADVANCED_DESC="This uses the new URL routing. This may change your URLs!" -JGLOBAL_SEF_ADVANCED_LABEL="Use new URL routing" +JGLOBAL_SEF_ADVANCED_DESC="Legacy routing ensures full compatibility for existing sites. Modern Routing enables advanced features but may change your URLs. This is configured per component." +JGLOBAL_SEF_ADVANCED_LABEL="URL Routing" +JGLOBAL_SEF_ADVANCED_LEGACY="Legacy" +JGLOBAL_SEF_ADVANCED_MODERN="Modern" JGLOBAL_SELECT_ALLOW_DENY_GROUP="Change %s permission for %s group." JGLOBAL_SELECT_AN_OPTION="Select an option" JGLOBAL_SELECT_NO_RESULTS_MATCH="No results match"