JoomlaPolska / jezyk-J4

Język polski dla Joomla 4
GNU General Public License v2.0
3 stars 5 forks source link

[4.3] update help toc #347

Closed joomlapl-bot closed 10 months ago

joomlapl-bot commented 1 year ago

PR w związku ze zmianą oryginału https://github.com/joomla/joomla-cms/pull/40377 Poniżej zmiany w oryginale:

Click to expand the diff! ```diff diff --git a/administrator/components/com_contact/forms/category.xml b/administrator/components/com_contact/forms/category.xml index 6c6269f72199..c5cad25870d8 100644 --- a/administrator/components/com_contact/forms/category.xml +++ b/administrator/components/com_contact/forms/category.xml @@ -1,5 +1,5 @@
- + diff --git a/administrator/components/com_contact/src/View/Contact/HtmlView.php b/administrator/components/com_contact/src/View/Contact/HtmlView.php index 137683bd4bdb..051a7f620b13 100644 --- a/administrator/components/com_contact/src/View/Contact/HtmlView.php +++ b/administrator/components/com_contact/src/View/Contact/HtmlView.php @@ -182,6 +182,6 @@ function (Toolbar $childBar) use ($checkedOut, $itemEditable, $canDo, $user) { } $toolbar->divider(); - $toolbar->help('Contacts:_New_or_Edit'); + $toolbar->help('Contacts:_Edit'); } } diff --git a/administrator/components/com_content/forms/category.xml b/administrator/components/com_content/forms/category.xml index 4f477f26e369..6afd24909a51 100644 --- a/administrator/components/com_content/forms/category.xml +++ b/administrator/components/com_content/forms/category.xml @@ -1,6 +1,6 @@
- +
diff --git a/administrator/components/com_fields/src/View/Field/HtmlView.php b/administrator/components/com_fields/src/View/Field/HtmlView.php index 818d46b180ac..a5d56c010319 100644 --- a/administrator/components/com_fields/src/View/Field/HtmlView.php +++ b/administrator/components/com_fields/src/View/Field/HtmlView.php @@ -162,6 +162,6 @@ function (Toolbar $childBar) use ($checkedOut, $itemEditable, $canDo) { $toolbar->cancel('field.cancel'); } - $toolbar->help('Component:_New_or_Edit_Field'); + $toolbar->help('Fields:_Edit'); } } diff --git a/administrator/components/com_fields/src/View/Fields/HtmlView.php b/administrator/components/com_fields/src/View/Fields/HtmlView.php index bc04f1b39788..fc41801c2735 100644 --- a/administrator/components/com_fields/src/View/Fields/HtmlView.php +++ b/administrator/components/com_fields/src/View/Fields/HtmlView.php @@ -190,6 +190,6 @@ protected function addToolbar() $toolbar->preferences($component); } - $toolbar->help('Component:_Fields'); + $toolbar->help('Fields'); } } diff --git a/administrator/components/com_fields/src/View/Group/HtmlView.php b/administrator/components/com_fields/src/View/Group/HtmlView.php index c51f2b43b095..b4cf3057ded2 100644 --- a/administrator/components/com_fields/src/View/Group/HtmlView.php +++ b/administrator/components/com_fields/src/View/Group/HtmlView.php @@ -186,6 +186,6 @@ function (Toolbar $childBar) use ($checkedOut, $itemEditable, $canDo) { $toolbar->cancel('group.cancel'); } - $toolbar->help('Component:_New_or_Edit_Field_Group'); + $toolbar->help('Field_Groups:_Edit'); } } diff --git a/administrator/components/com_fields/src/View/Groups/HtmlView.php b/administrator/components/com_fields/src/View/Groups/HtmlView.php index 8094175b3564..e5e58722389b 100644 --- a/administrator/components/com_fields/src/View/Groups/HtmlView.php +++ b/administrator/components/com_fields/src/View/Groups/HtmlView.php @@ -192,6 +192,6 @@ protected function addToolbar() $toolbar->preferences($component); } - $toolbar->help('Component:_Field_Groups'); + $toolbar->help('Field_Groups'); } } diff --git a/administrator/components/com_guidedtours/src/View/Tours/HtmlView.php b/administrator/components/com_guidedtours/src/View/Tours/HtmlView.php index 64e5b85784f5..64030487a6a4 100644 --- a/administrator/components/com_guidedtours/src/View/Tours/HtmlView.php +++ b/administrator/components/com_guidedtours/src/View/Tours/HtmlView.php @@ -170,6 +170,6 @@ protected function addToolbar() $toolbar->preferences('com_guidedtours'); } - ToolbarHelper::help('Guided_Tours:_Tours'); + ToolbarHelper::help('Guided_Tours'); } } diff --git a/administrator/components/com_guidedtours/tmpl/tours/emptystate.php b/administrator/components/com_guidedtours/tmpl/tours/emptystate.php index 316e4d51554a..2d0b0c847c95 100644 --- a/administrator/components/com_guidedtours/tmpl/tours/emptystate.php +++ b/administrator/components/com_guidedtours/tmpl/tours/emptystate.php @@ -16,7 +16,7 @@ $displayData = [ 'textPrefix' => 'COM_GUIDEDTOURS_TOURS_LIST', 'formURL' => 'index.php?option=com_guidedtours&view=tours', - 'helpURL' => 'https://docs.joomla.org/Special:MyLanguage/Help4.x:Guided_Tours:_Tours', + 'helpURL' => 'https://docs.joomla.org/Special:MyLanguage/Help4.x:Guided_Tours', 'icon' => 'icon-map-signs', ]; diff --git a/administrator/components/com_modules/config.xml b/administrator/components/com_modules/config.xml index 23f13f325c8a..3d758260108c 100644 --- a/administrator/components/com_modules/config.xml +++ b/administrator/components/com_modules/config.xml @@ -1,6 +1,6 @@ - +
- + diff --git a/administrator/components/com_newsfeeds/src/View/Newsfeed/HtmlView.php b/administrator/components/com_newsfeeds/src/View/Newsfeed/HtmlView.php index c36277411c86..cd4940f59afa 100644 --- a/administrator/components/com_newsfeeds/src/View/Newsfeed/HtmlView.php +++ b/administrator/components/com_newsfeeds/src/View/Newsfeed/HtmlView.php @@ -159,6 +159,6 @@ function (Toolbar $childBar) use ($checkedOut, $canDo, $user, $isNew) { } $toolbar->divider(); - $toolbar->help('News_Feeds:_New_or_Edit'); + $toolbar->help('News_Feeds:_Edit'); } } diff --git a/administrator/help/en-GB/toc.json b/administrator/help/en-GB/toc.json index 9b69c9621407..d9376ef3d2ce 100644 --- a/administrator/help/en-GB/toc.json +++ b/administrator/help/en-GB/toc.json @@ -1 +1 @@ -{"Articles":"ARTICLES","Articles:_Categories":"ARTICLES:_CATEGORIES","Articles:_Edit":"ARTICLES:_EDIT","Articles:_Featured":"ARTICLES:_FEATURED","Articles:_New_or_Edit_Category":"ARTICLES:_NEW_OR_EDIT_CATEGORY","Banners":"BANNERS","Banners:_Categories":"BANNERS:_CATEGORIES","Banners:_Clients":"BANNERS:_CLIENTS","Banners:_Edit":"BANNERS:_EDIT","Banners:_New_or_Edit_Category":"BANNERS:_NEW_OR_EDIT_CATEGORY","Banners:_New_or_Edit_Client":"BANNERS:_NEW_OR_EDIT_CLIENT","Banners:_Tracks":"BANNERS:_TRACKS","Component:_Field_Groups":"COMPONENT:_FIELD_GROUPS","Component:_Fields":"COMPONENT:_FIELDS","Component:_New_or_Edit_Field":"COMPONENT:_NEW_OR_EDIT_FIELD","Component:_New_or_Edit_Field_Group":"COMPONENT:_NEW_OR_EDIT_FIELD_GROUP","Contacts":"CONTACTS","Contacts:_Categories":"CONTACTS:_CATEGORIES","Contacts:_New_or_Edit":"CONTACTS:_NEW_OR_EDIT","Contacts:_New_or_Edit_Category":"CONTACTS:_NEW_OR_EDIT_CATEGORY","Extensions:_Discover":"EXTENSIONS:_DISCOVER","Extensions:_Install":"EXTENSIONS:_INSTALL","Extensions:_Languages":"EXTENSIONS:_LANGUAGES","Extensions:_Manage":"EXTENSIONS:_MANAGE","Extensions:_Update":"EXTENSIONS:_UPDATE","Information:_Database":"INFORMATION:_DATABASE","Information:_Warnings":"INFORMATION:_WARNINGS","Languages:_Content":"LANGUAGES:_CONTENT","Languages:_Edit_Content_Language":"LANGUAGES:_EDIT_CONTENT_LANGUAGE","Languages:_Edit_Override":"LANGUAGES:_EDIT_OVERRIDE","Languages:_Installed":"LANGUAGES:_INSTALLED","Languages:_Overrides":"LANGUAGES:_OVERRIDES","Mail_Template:_Edit":"MAIL_TEMPLATE:_EDIT","Mail_Templates":"MAIL_TEMPLATES","Maintenance:_Clear_Cache":"MAINTENANCE:_CLEAR_CACHE","Maintenance:_Global_Check-in":"MAINTENANCE:_GLOBAL_CHECK-IN","Mass_Mail_Users":"MASS_MAIL_USERS","Media":"MEDIA","Menu_Item:_New_Item":"MENU_ITEM:_NEW_ITEM","Menus":"MENUS","Menus:_Edit":"MENUS:_EDIT","Menus:_Items":"MENUS:_ITEMS","Modules":"MODULES","Multilingual_Associations":"MULTILINGUAL_ASSOCIATIONS","Multilingual_Associations:_Edit":"MULTILINGUAL_ASSOCIATIONS:_EDIT","News_Feeds":"NEWS_FEEDS","News_Feeds:_Categories":"NEWS_FEEDS:_CATEGORIES","News_Feeds:_New_or_Edit":"NEWS_FEEDS:_NEW_OR_EDIT","News_Feeds:_New_or_Edit_Category":"NEWS_FEEDS:_NEW_OR_EDIT_CATEGORY","Permissions_for_User":"PERMISSIONS_FOR_USER","Plugins":"PLUGINS","Plugins:_Name_of_Plugin":"PLUGINS:_NAME_OF_PLUGIN","Post-installation_Messages_for_Joomla_CMS":"POST-INSTALLATION_MESSAGES_FOR_JOOMLA_CMS","Privacy_Dashboard":"PRIVACY_DASHBOARD","Privacy:_Consents":"PRIVACY:_CONSENTS","Privacy:_Extension_Capabilities":"PRIVACY:_EXTENSION_CAPABILITIES","Privacy:_Information_Requests":"PRIVACY:_INFORMATION_REQUESTS","Privacy:_New_Information_Request":"PRIVACY:_NEW_INFORMATION_REQUEST","Privacy:_Review_Information_Request":"PRIVACY:_REVIEW_INFORMATION_REQUEST","Private_Messages":"PRIVATE_MESSAGES","Private_Messages:_Read":"PRIVATE_MESSAGES:_READ","Private_Messages:_Write":"PRIVATE_MESSAGES:_WRITE","Redirects:_Links":"REDIRECTS:_LINKS","Redirects:_New_or_Edit":"REDIRECTS:_NEW_OR_EDIT","Scheduled_Tasks":"SCHEDULED_TASKS","Scheduled_Tasks:_Edit":"SCHEDULED_TASKS:_EDIT","Site_Global_Configuration":"SITE_GLOBAL_CONFIGURATION","Site_System_Information":"SITE_SYSTEM_INFORMATION","Smart_Search:_Content_Maps":"SMART_SEARCH:_CONTENT_MAPS","Smart_Search:_Indexed_Content":"SMART_SEARCH:_INDEXED_CONTENT","Smart_Search:_New_or_Edit_Filter":"SMART_SEARCH:_NEW_OR_EDIT_FILTER","Smart_Search:_Search_Filters":"SMART_SEARCH:_SEARCH_FILTERS","Start_Here":"START_HERE","Tags":"TAGS","Tags:_New_or_Edit":"TAGS:_NEW_OR_EDIT","Templates:_Customise":"TEMPLATES:_CUSTOMISE","Templates:_Customise_Source":"TEMPLATES:_CUSTOMISE_SOURCE","Templates:_Edit_Style":"TEMPLATES:_EDIT_STYLE","Templates:_Styles":"TEMPLATES:_STYLES","Templates:_Templates":"TEMPLATES:_TEMPLATES","User_Actions_Log":"USER_ACTIONS_LOG","User_Notes":"USER_NOTES","User_Notes:_New_or_Edit":"USER_NOTES:_NEW_OR_EDIT","Users":"USERS","Users:_Edit_Profile":"USERS:_EDIT_PROFILE","Users:_Edit_Viewing_Access_Level":"USERS:_EDIT_VIEWING_ACCESS_LEVEL","Users:_Groups":"USERS:_GROUPS","Users:_New_or_Edit_Group":"USERS:_NEW_OR_EDIT_GROUP","Users:_Viewing_Access_Levels":"USERS:_VIEWING_ACCESS_LEVELS"} \ No newline at end of file +{"Articles":"ARTICLES","Articles:_Categories":"ARTICLES:_CATEGORIES","Articles:_Edit":"ARTICLES:_EDIT","Articles:_Edit_Category":"ARTICLES:_EDIT_CATEGORY","Articles:_Featured":"ARTICLES:_FEATURED","Banners":"BANNERS","Banners:_Categories":"BANNERS:_CATEGORIES","Banners:_Clients":"BANNERS:_CLIENTS","Banners:_Edit":"BANNERS:_EDIT","Banners:_New_or_Edit_Category":"BANNERS:_NEW_OR_EDIT_CATEGORY","Banners:_New_or_Edit_Client":"BANNERS:_NEW_OR_EDIT_CLIENT","Banners:_Tracks":"BANNERS:_TRACKS","Contacts":"CONTACTS","Contacts:_Categories":"CONTACTS:_CATEGORIES","Contacts:_Edit":"CONTACTS:_EDIT","Contacts:_Edit_Category":"CONTACTS:_EDIT_CATEGORY","Extensions:_Discover":"EXTENSIONS:_DISCOVER","Extensions:_Install":"EXTENSIONS:_INSTALL","Extensions:_Languages":"EXTENSIONS:_LANGUAGES","Extensions:_Manage":"EXTENSIONS:_MANAGE","Extensions:_Update":"EXTENSIONS:_UPDATE","Field_Groups":"FIELD_GROUPS","Field_Groups:_Edit":"FIELD_GROUPS:_EDIT","Fields":"FIELDS","Fields:_Edit":"FIELDS:_EDIT","Guided_Tours":"GUIDED_TOURS","Guided_Tours:_New_or_Edit_Step":"GUIDED_TOURS:_NEW_OR_EDIT_STEP","Guided_Tours:_New_or_Edit_Tour":"GUIDED_TOURS:_NEW_OR_EDIT_TOUR","Guided_Tours:_Steps":"GUIDED_TOURS:_STEPS","Information:_Database":"INFORMATION:_DATABASE","Information:_Warnings":"INFORMATION:_WARNINGS","Joomla_Update":"JOOMLA_UPDATE","Languages:_Content":"LANGUAGES:_CONTENT","Languages:_Edit_Content_Language":"LANGUAGES:_EDIT_CONTENT_LANGUAGE","Languages:_Edit_Override":"LANGUAGES:_EDIT_OVERRIDE","Languages:_Installed":"LANGUAGES:_INSTALLED","Languages:_Overrides":"LANGUAGES:_OVERRIDES","Mail_Template:_Edit":"MAIL_TEMPLATE:_EDIT","Mail_Templates":"MAIL_TEMPLATES","Maintenance:_Clear_Cache":"MAINTENANCE:_CLEAR_CACHE","Maintenance:_Global_Check-in":"MAINTENANCE:_GLOBAL_CHECK-IN","Mass_Mail_Users":"MASS_MAIL_USERS","Media":"MEDIA","Menu_Item:_New_Item":"MENU_ITEM:_NEW_ITEM","Menus":"MENUS","Menus:_Edit":"MENUS:_EDIT","Menus:_Items":"MENUS:_ITEMS","Modules":"MODULES","Multilingual_Associations":"MULTILINGUAL_ASSOCIATIONS","Multilingual_Associations:_Edit":"MULTILINGUAL_ASSOCIATIONS:_EDIT","News_Feeds":"NEWS_FEEDS","News_Feeds:_Categories":"NEWS_FEEDS:_CATEGORIES","News_Feeds:_Edit":"NEWS_FEEDS:_EDIT","News_Feeds:_Edit_Category":"NEWS_FEEDS:_EDIT_CATEGORY","Permissions_for_User":"PERMISSIONS_FOR_USER","Plugins":"PLUGINS","Plugins:_Name_of_Plugin":"PLUGINS:_NAME_OF_PLUGIN","Post-installation_Messages_for_Joomla_CMS":"POST-INSTALLATION_MESSAGES_FOR_JOOMLA_CMS","Privacy_Dashboard":"PRIVACY_DASHBOARD","Privacy:_Consents":"PRIVACY:_CONSENTS","Privacy:_Extension_Capabilities":"PRIVACY:_EXTENSION_CAPABILITIES","Privacy:_Information_Requests":"PRIVACY:_INFORMATION_REQUESTS","Privacy:_New_Information_Request":"PRIVACY:_NEW_INFORMATION_REQUEST","Privacy:_Review_Information_Request":"PRIVACY:_REVIEW_INFORMATION_REQUEST","Private_Messages":"PRIVATE_MESSAGES","Private_Messages:_Read":"PRIVATE_MESSAGES:_READ","Private_Messages:_Write":"PRIVATE_MESSAGES:_WRITE","Redirects:_Links":"REDIRECTS:_LINKS","Redirects:_New_or_Edit":"REDIRECTS:_NEW_OR_EDIT","Scheduled_Tasks":"SCHEDULED_TASKS","Scheduled_Tasks:_Edit":"SCHEDULED_TASKS:_EDIT","Site_Global_Configuration":"SITE_GLOBAL_CONFIGURATION","Site_System_Information":"SITE_SYSTEM_INFORMATION","Smart_Search:_Content_Maps":"SMART_SEARCH:_CONTENT_MAPS","Smart_Search:_Indexed_Content":"SMART_SEARCH:_INDEXED_CONTENT","Smart_Search:_New_or_Edit_Filter":"SMART_SEARCH:_NEW_OR_EDIT_FILTER","Smart_Search:_Search_Filters":"SMART_SEARCH:_SEARCH_FILTERS","Start_Here":"START_HERE","Tags":"TAGS","Tags:_New_or_Edit":"TAGS:_NEW_OR_EDIT","Templates:_Customise":"TEMPLATES:_CUSTOMISE","Templates:_Customise_Source":"TEMPLATES:_CUSTOMISE_SOURCE","Templates:_Edit_Style":"TEMPLATES:_EDIT_STYLE","Templates:_Styles":"TEMPLATES:_STYLES","Templates:_Templates":"TEMPLATES:_TEMPLATES","User_Actions_Log":"USER_ACTIONS_LOG","User_Notes":"USER_NOTES","User_Notes:_New_or_Edit":"USER_NOTES:_NEW_OR_EDIT","Users":"USERS","Users:_Edit_Profile":"USERS:_EDIT_PROFILE","Users:_Edit_Viewing_Access_Level":"USERS:_EDIT_VIEWING_ACCESS_LEVEL","Users:_Groups":"USERS:_GROUPS","Users:_New_or_Edit_Group":"USERS:_NEW_OR_EDIT_GROUP","Users:_Viewing_Access_Levels":"USERS:_VIEWING_ACCESS_LEVELS"} \ No newline at end of file diff --git a/administrator/language/en-GB/com_admin.ini b/administrator/language/en-GB/com_admin.ini index 6628084ee876..a5e7bb6621ff 100644 --- a/administrator/language/en-GB/com_admin.ini +++ b/administrator/language/en-GB/com_admin.ini @@ -30,8 +30,10 @@ COM_ADMIN_FILE_UPLOADS="File Uploads" COM_ADMIN_GLOSSARY="Glossary" COM_ADMIN_HELP="Joomla! Help" COM_ADMIN_HELP_ARTICLES:_CATEGORIES="Articles: Categories" +COM_ADMIN_HELP_ARTICLES:_EDIT_CATEGORY="Articles: Categories - New/Edit" COM_ADMIN_HELP_ARTICLES:_EDIT="Articles: New/Edit" COM_ADMIN_HELP_ARTICLES:_FEATURED="Articles: Featured" +; Deprecated, will be removed with 5.0 COM_ADMIN_HELP_ARTICLES:_NEW_OR_EDIT_CATEGORY="Articles: Categories - New/Edit" COM_ADMIN_HELP_ARTICLES="Articles" COM_ADMIN_HELP_BANNERS:_CATEGORIES="Banners: Categories" @@ -41,12 +43,20 @@ COM_ADMIN_HELP_BANNERS:_NEW_OR_EDIT_CATEGORY="Banners: Categories - New/Edit" COM_ADMIN_HELP_BANNERS:_NEW_OR_EDIT_CLIENT="Banners: Clients - New/Edit" COM_ADMIN_HELP_BANNERS:_TRACKS="Banners: Tracks" COM_ADMIN_HELP_BANNERS="Banners" +; Deprecated, will be removed with 5.0 COM_ADMIN_HELP_COMPONENT:_FIELD_GROUPS="Field Groups" +; Deprecated, will be removed with 5.0 COM_ADMIN_HELP_COMPONENT:_FIELDS="Fields" +; Deprecated, will be removed with 5.0 COM_ADMIN_HELP_COMPONENT:_NEW_OR_EDIT_FIELD_GROUP="Field Groups: New/Edit" +; Deprecated, will be removed with 5.0 COM_ADMIN_HELP_COMPONENT:_NEW_OR_EDIT_FIELD="Fields: New/Edit" COM_ADMIN_HELP_CONTACTS:_CATEGORIES="Contacts: Categories" +COM_ADMIN_HELP_CONTACTS:_EDIT_CATEGORY="Contacts: Categories - New/Edit" +COM_ADMIN_HELP_CONTACTS:_EDIT="Contacts: New/Edit" +; Deprecated, will be removed with 5.0 COM_ADMIN_HELP_CONTACTS:_NEW_OR_EDIT_CATEGORY="Contacts: Categories - New/Edit" +; Deprecated, will be removed with 5.0 COM_ADMIN_HELP_CONTACTS:_NEW_OR_EDIT="Contacts: New/Edit" COM_ADMIN_HELP_CONTACTS="Contacts" COM_ADMIN_HELP_EXTENSIONS:_DISCOVER="Extensions: Discover" @@ -54,11 +64,17 @@ COM_ADMIN_HELP_EXTENSIONS:_INSTALL="Extensions: Install" COM_ADMIN_HELP_EXTENSIONS:_LANGUAGES="Extensions: Install Languages" COM_ADMIN_HELP_EXTENSIONS:_MANAGE="Extensions: Manage" COM_ADMIN_HELP_EXTENSIONS:_UPDATE="Extensions: Update" +COM_ADMIN_HELP_FIELD_GROUPS:_EDIT="Field Groups: New/Edit" +COM_ADMIN_HELP_FIELD_GROUPS="Field Groups" +COM_ADMIN_HELP_FIELDS:_EDIT="Fields: New/Edit" +COM_ADMIN_HELP_FIELDS="Fields" COM_ADMIN_HELP_GLOSSARY="Glossary" COM_ADMIN_HELP_GUIDED_TOURS:_NEW_OR_EDIT_STEP="Guided Tours: New/Edit Step" COM_ADMIN_HELP_GUIDED_TOURS:_NEW_OR_EDIT_TOUR="Guided Tours: New/Edit Tour" COM_ADMIN_HELP_GUIDED_TOURS:_STEPS="Guided Tours: Steps" +; Deprecated, will be removed with 5.0 COM_ADMIN_HELP_GUIDED_TOURS:_TOURS="Guided Tours: Tours" +COM_ADMIN_HELP_GUIDED_TOURS="Guided Tours" COM_ADMIN_HELP_INFORMATION:_DATABASE="Extensions: Check Database" COM_ADMIN_HELP_INFORMATION:_WARNINGS="Extensions: Warnings" COM_ADMIN_HELP_JOOMLA_UPDATE="Joomla Update" @@ -81,7 +97,11 @@ COM_ADMIN_HELP_MODULES="Modules" COM_ADMIN_HELP_MULTILINGUAL_ASSOCIATIONS:_EDIT="Multilingual Associations: Select" COM_ADMIN_HELP_MULTILINGUAL_ASSOCIATIONS="Multilingual Associations" COM_ADMIN_HELP_NEWS_FEEDS:_CATEGORIES="News Feeds: Categories" +COM_ADMIN_HELP_NEWS_FEEDS:_EDIT_CATEGORY="News Feeds: Categories - New/Edit" +COM_ADMIN_HELP_NEWS_FEEDS:_EDIT="News Feeds: New/Edit" +; Deprecated, will be removed with 5.0 COM_ADMIN_HELP_NEWS_FEEDS:_NEW_OR_EDIT_CATEGORY="News Feeds: Categories - New/Edit" +; Deprecated, will be removed with 5.0 COM_ADMIN_HELP_NEWS_FEEDS:_NEW_OR_EDIT="News Feeds: New/Edit" COM_ADMIN_HELP_NEWS_FEEDS="News Feeds" COM_ADMIN_HELP_PERMISSIONS_FOR_USER="Users: Debug Users Permissions" ```