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.0] Remove JHELP_ strings for com_config #35479

Merged
merged 1 commit into from
Sep 21, 2021
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
1 change: 1 addition & 0 deletions administrator/components/com_actionlogs/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<config addfieldprefix="Joomla\Component\Actionlogs\Administrator\Field">
<help key="User_Actions_Log:_Options"/>
<fieldset name="actionlogs" label="COM_ACTIONLOGS_OPTIONS">
<field
name="ip_logging"
Expand Down
1 change: 1 addition & 0 deletions administrator/components/com_associations/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<help key="Multilingual_Associations:_Options"/>
<fieldset
name="permissions"
label="JCONFIG_PERMISSIONS_LABEL"
Expand Down
1 change: 1 addition & 0 deletions administrator/components/com_banners/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<help key="Banners:_Options"/>
<fieldset
name="component"
label="COM_BANNERS_FIELDSET_CONFIG_CLIENT_OPTIONS_LABEL"
Expand Down
1 change: 1 addition & 0 deletions administrator/components/com_cache/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<help key="Cache:_Options"/>
<fieldset
name="permissions"
label="JCONFIG_PERMISSIONS_LABEL"
Expand Down
1 change: 1 addition & 0 deletions administrator/components/com_checkin/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<help key="Check-in:_Options"/>
<fieldset
name="permissions"
label="JCONFIG_PERMISSIONS_LABEL"
Expand Down
1 change: 1 addition & 0 deletions administrator/components/com_contact/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<help key="Contacts:_Options"/>
<fieldset
name="contact"
label="COM_CONTACT_FIELD_CONFIG_INDIVIDUAL_CONTACT_DISPLAY"
Expand Down
1 change: 1 addition & 0 deletions administrator/components/com_content/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<help key="Articles:_Options"/>
<fieldset
name="articles"
label="JGLOBAL_ARTICLES"
Expand Down
1 change: 1 addition & 0 deletions administrator/components/com_finder/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<help key="Smart_Search:_Options"/>
<fieldset
name="search"
label="COM_FINDER_FIELDSET_SEARCH_OPTIONS_LABEL"
Expand Down
1 change: 1 addition & 0 deletions administrator/components/com_installer/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<help key="Installer:_Options"/>
<fieldset
name="preferences"
label="COM_INSTALLER_PREFERENCES_LABEL"
Expand Down
1 change: 1 addition & 0 deletions administrator/components/com_joomlaupdate/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<help key="Joomla_Update:_Options"/>
<fieldset
name="sources"
label="COM_JOOMLAUPDATE_CONFIG_SOURCES_LABEL"
Expand Down
1 change: 1 addition & 0 deletions administrator/components/com_languages/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<help key="Languages:_Options"/>
<fieldset
name="permissions"
label="JCONFIG_PERMISSIONS_LABEL"
Expand Down
1 change: 1 addition & 0 deletions administrator/components/com_mails/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<help key="Mail_Templates:_Options"/>
<fieldset
name="mails_options"
label="COM_MAILS_CONFIG_MAIL_OPTIONS" >
Expand Down
2 changes: 2 additions & 0 deletions administrator/components/com_media/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name="component"
label="COM_MEDIA_FIELDSET_OPTIONS_LABEL">

<help key="Media:_Options"/>

<field
name="upload_maxsize"
type="number"
Expand Down
2 changes: 2 additions & 0 deletions administrator/components/com_menus/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
label="COM_MENUS_PAGE_OPTIONS_LABEL"
>

<help key="Menus:_Options"/>

<field
name="page_title"
type="text"
Expand Down
3 changes: 2 additions & 1 deletion administrator/components/com_messages/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<help key="Messages:_Options"/>
<fieldset
name="permissions"
label="JCONFIG_PERMISSIONS_LABEL"
Expand All @@ -13,7 +14,7 @@
filter="rules"
validate="rules"
component="com_messages"
section="component"
section="component"
/>
</fieldset>
</config>
1 change: 1 addition & 0 deletions administrator/components/com_modules/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<help key="Module:_Options"/>
<fieldset
name="modules"
label="COM_MODULES_GENERAL"
Expand Down
1 change: 1 addition & 0 deletions administrator/components/com_newsfeeds/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<help key="News_Feed:_Options"/>

<fieldset
name="newsfeed"
Expand Down
3 changes: 2 additions & 1 deletion administrator/components/com_plugins/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<help key="Plugin:_Options"/>
<fieldset
name="permissions"
label="JCONFIG_PERMISSIONS_LABEL"
Expand All @@ -12,7 +13,7 @@
filter="rules"
validate="rules"
component="com_plugins"
section="component"
section="component"
/>
</fieldset>
</config>
7 changes: 4 additions & 3 deletions administrator/components/com_postinstall/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<config>
<help key="Post-installation_Messages:_Options"/>
<fieldset
name="permissions"
label="JCONFIG_PERMISSIONS_LABEL"
Expand All @@ -12,7 +13,7 @@
label="JCONFIG_PERMISSIONS_LABEL"
filter="rules"
component="com_postinstall"
section="component"
section="component"
/>
</fieldset>
</config>
</fieldset>
</config>
1 change: 1 addition & 0 deletions administrator/components/com_privacy/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<help key="Privacy:_Options"/>
<fieldset
name="privacy"
label="COM_PRIVACY_OPTION_LABEL"
Expand Down
5 changes: 3 additions & 2 deletions administrator/components/com_redirect/config.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<fieldset
<help key="Redirect:_Options"/>
<fieldset
name="redirect"
label="COM_REDIRECT_ADVANCED_OPTIONS"
>
Expand Down Expand Up @@ -46,7 +47,7 @@
filter="rules"
validate="rules"
component="com_redirect"
section="component"
section="component"
/>
</fieldset>
</config>
1 change: 1 addition & 0 deletions administrator/components/com_tags/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<help key="Tags:_Options"/>
<fieldset
name="taglist"
label="COM_TAGS_CONFIG_TAG_SETTINGS_LABEL"
Expand Down
1 change: 1 addition & 0 deletions administrator/components/com_templates/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<help key="Template:_Options"/>
<fieldset
name="templates"
label="COM_TEMPLATES_SUBMENU_TEMPLATES"
Expand Down
1 change: 1 addition & 0 deletions administrator/components/com_users/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<help key="Users:_Options"/>
<fieldset
name="user_options"
label="COM_USERS_CONFIG_USER_OPTIONS" >
Expand Down
24 changes: 0 additions & 24 deletions administrator/language/en-GB/joomla.ini
Original file line number Diff line number Diff line change
Expand Up @@ -718,30 +718,6 @@ JHELP_COMPONENTS_BANNERS_CATEGORY_EDIT="Banners:_New_or_Edit_Category"
JHELP_COMPONENTS_BANNERS_CLIENTS="Banners:_Clients"
JHELP_COMPONENTS_BANNERS_CLIENTS_EDIT="Banners:_New_or_Edit_Client"
JHELP_COMPONENTS_BANNERS_TRACKS="Banners:_Tracks"
JHELP_COMPONENTS_COM_ACTIONLOGS_OPTIONS="User_Actions_Log:_Options"
JHELP_COMPONENTS_COM_ASSOCIATIONS_OPTIONS="Multilingual_Associations:_Options"
JHELP_COMPONENTS_COM_BANNERS_OPTIONS="Banners:_Options"
JHELP_COMPONENTS_COM_CACHE_OPTIONS="Cache:_Options"
JHELP_COMPONENTS_COM_CHECKIN_OPTIONS="Check-in:_Options"
JHELP_COMPONENTS_COM_CONTACT_OPTIONS="Contacts:_Options"
JHELP_COMPONENTS_COM_CONTENT_OPTIONS="Articles:_Options"
JHELP_COMPONENTS_COM_FINDER_OPTIONS="Smart_Search:_Options"
JHELP_COMPONENTS_COM_INSTALLER_OPTIONS="Installer:_Options"
JHELP_COMPONENTS_COM_JOOMLAUPDATE_OPTIONS="Joomla_Update:_Options"
JHELP_COMPONENTS_COM_LANGUAGES_OPTIONS="Languages:_Options"
JHELP_COMPONENTS_COM_MAILS_OPTIONS="Mail_Templates:_Options"
JHELP_COMPONENTS_COM_MEDIA_OPTIONS="Media:_Options"
JHELP_COMPONENTS_COM_MENUS_OPTIONS="Menus:_Options"
JHELP_COMPONENTS_COM_MESSAGES_OPTIONS="Messages:_Options"
JHELP_COMPONENTS_COM_MODULES_OPTIONS="Module:_Options"
JHELP_COMPONENTS_COM_NEWSFEEDS_OPTIONS="News_Feed:_Options"
JHELP_COMPONENTS_COM_PLUGINS_OPTIONS="Plugin:_Options"
JHELP_COMPONENTS_COM_POSTINSTALL_OPTIONS="Post-installation_Messages:_Options"
JHELP_COMPONENTS_COM_PRIVACY_OPTIONS="Privacy:_Options"
JHELP_COMPONENTS_COM_REDIRECT_OPTIONS="Redirect:_Options"
JHELP_COMPONENTS_COM_TAGS_OPTIONS="Tags:_Options"
JHELP_COMPONENTS_COM_TEMPLATES_OPTIONS="Template:_Options"
JHELP_COMPONENTS_COM_USERS_OPTIONS="Users:_Options"
JHELP_COMPONENTS_CONTACT_CATEGORIES="Contacts:_Categories"
JHELP_COMPONENTS_CONTACT_CATEGORY_ADD="Contacts:_New_or_Edit_Category"
JHELP_COMPONENTS_CONTACT_CATEGORY_EDIT="Contacts:_New_or_Edit_Category"
Expand Down
24 changes: 0 additions & 24 deletions api/language/en-GB/joomla.ini
Original file line number Diff line number Diff line change
Expand Up @@ -714,30 +714,6 @@ JHELP_COMPONENTS_BANNERS_CATEGORY_EDIT="Banners:_New_or_Edit_Category"
JHELP_COMPONENTS_BANNERS_CLIENTS="Banners:_Clients"
JHELP_COMPONENTS_BANNERS_CLIENTS_EDIT="Banners:_New_or_Edit_Client"
JHELP_COMPONENTS_BANNERS_TRACKS="Banners:_Tracks"
JHELP_COMPONENTS_COM_ACTIONLOGS_OPTIONS="User_Actions_Log:_Options"
JHELP_COMPONENTS_COM_ASSOCIATIONS_OPTIONS="Multilingual_Associations:_Options"
JHELP_COMPONENTS_COM_BANNERS_OPTIONS="Banners:_Options"
JHELP_COMPONENTS_COM_CACHE_OPTIONS="Cache:_Options"
JHELP_COMPONENTS_COM_CHECKIN_OPTIONS="Check-in:_Options"
JHELP_COMPONENTS_COM_CONTACT_OPTIONS="Contacts:_Options"
JHELP_COMPONENTS_COM_CONTENT_OPTIONS="Articles:_Options"
JHELP_COMPONENTS_COM_FINDER_OPTIONS="Smart_Search:_Options"
JHELP_COMPONENTS_COM_INSTALLER_OPTIONS="Installer:_Options"
JHELP_COMPONENTS_COM_JOOMLAUPDATE_OPTIONS="Joomla_Update:_Options"
JHELP_COMPONENTS_COM_LANGUAGES_OPTIONS="Languages:_Options"
JHELP_COMPONENTS_COM_MAILS_OPTIONS="Mail_Templates:_Options"
JHELP_COMPONENTS_COM_MEDIA_OPTIONS="Media:_Options"
JHELP_COMPONENTS_COM_MENUS_OPTIONS="Menus:_Options"
JHELP_COMPONENTS_COM_MESSAGES_OPTIONS="Messages:_Options"
JHELP_COMPONENTS_COM_MODULES_OPTIONS="Module:_Options"
JHELP_COMPONENTS_COM_NEWSFEEDS_OPTIONS="News_Feed:_Options"
JHELP_COMPONENTS_COM_PLUGINS_OPTIONS="Plugin:_Options"
JHELP_COMPONENTS_COM_POSTINSTALL_OPTIONS="Post-installation_Messages:_Options"
JHELP_COMPONENTS_COM_PRIVACY_OPTIONS="Privacy:_Options"
JHELP_COMPONENTS_COM_REDIRECT_OPTIONS="Redirect:_Options"
JHELP_COMPONENTS_COM_TAGS_OPTIONS="Tags:_Options"
JHELP_COMPONENTS_COM_TEMPLATES_OPTIONS="Template:_Options"
JHELP_COMPONENTS_COM_USERS_OPTIONS="Users:_Options"
JHELP_COMPONENTS_CONTACT_CATEGORIES="Contacts:_Categories"
JHELP_COMPONENTS_CONTACT_CATEGORY_ADD="Contacts:_New_or_Edit_Category"
JHELP_COMPONENTS_CONTACT_CATEGORY_EDIT="Contacts:_New_or_Edit_Category"
Expand Down