Skip to content

Commit

Permalink
Router options
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Sep 6, 2016
1 parent d41e779 commit 68b5f61
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions administrator/components/com_contact/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -980,8 +980,8 @@
label="JGLOBAL_SEF_ADVANCED_LABEL"
description="JGLOBAL_SEF_ADVANCED_DESC"
filter="integer">
<option value="1">JYES</option>
<option value="0">JNO</option>
<option value="1">JGLOBAL_SEF_ADVANCED_MODERN</option>
<option value="0">JGLOBAL_SEF_ADVANCED_LEGACY</option>
</field>
</fieldset>

Expand Down
4 changes: 2 additions & 2 deletions administrator/components/com_content/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -939,8 +939,8 @@
label="JGLOBAL_SEF_ADVANCED_LABEL"
description="JGLOBAL_SEF_ADVANCED_DESC"
filter="integer">
<option value="1">JYES</option>
<option value="0">JNO</option>
<option value="1">JGLOBAL_SEF_ADVANCED_MODERN</option>
<option value="0">JGLOBAL_SEF_ADVANCED_LEGACY</option>
</field>

</fieldset>
Expand Down
4 changes: 2 additions & 2 deletions administrator/components/com_newsfeeds/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,8 @@
label="JGLOBAL_SEF_ADVANCED_LABEL"
description="JGLOBAL_SEF_ADVANCED_DESC"
filter="integer">
<option value="1">JYES</option>
<option value="0">JNO</option>
<option value="1">JGLOBAL_SEF_ADVANCED_MODERN</option>
<option value="0">JGLOBAL_SEF_ADVANCED_LEGACY</option>
</field>

</fieldset>
Expand Down
4 changes: 2 additions & 2 deletions administrator/components/com_users/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@
label="JGLOBAL_SEF_ADVANCED_LABEL"
description="JGLOBAL_SEF_ADVANCED_DESC"
filter="integer">
<option value="1">JYES</option>
<option value="0">JNO</option>
<option value="1">JGLOBAL_SEF_ADVANCED_MODERN</option>
<option value="0">JGLOBAL_SEF_ADVANCED_LEGACY</option>
</field>

</fieldset>
Expand Down
6 changes: 4 additions & 2 deletions administrator/language/en-GB/en-GB.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 68b5f61

Please sign in to comment.