Release of v4.0.1-alpha3
Add in JCB gitea push feature to help maintain JCB core features. Add extending options to interfaces.
This commit is contained in:
@ -2508,8 +2508,8 @@ COM_COMPONENTBUILDER_COMPONENT_ADMIN_VIEWS_STAR_2="Star 2"
|
||||
COM_COMPONENTBUILDER_COMPONENT_ADMIN_VIEWS_STATUS="Status"
|
||||
COM_COMPONENTBUILDER_COMPONENT_ADMIN_VIEWS_STOP="Stop"
|
||||
COM_COMPONENTBUILDER_COMPONENT_ADMIN_VIEWS_STOP_CIRCLE="Stop Circle"
|
||||
COM_COMPONENTBUILDER_COMPONENT_ADMIN_VIEWS_SUBMENU_DESCRIPTION="Select if the view should show in the submenu."
|
||||
COM_COMPONENTBUILDER_COMPONENT_ADMIN_VIEWS_SUBMENU_LABEL="Submenu"
|
||||
COM_COMPONENTBUILDER_COMPONENT_ADMIN_VIEWS_SUBMENU_DESCRIPTION="Select if the view should show in the submenu of Joomla 3."
|
||||
COM_COMPONENTBUILDER_COMPONENT_ADMIN_VIEWS_SUBMENU_LABEL="Submenu (Joomla 3)"
|
||||
COM_COMPONENTBUILDER_COMPONENT_ADMIN_VIEWS_SUPPORT="Support"
|
||||
COM_COMPONENTBUILDER_COMPONENT_ADMIN_VIEWS_SWITCH="Switch"
|
||||
COM_COMPONENTBUILDER_COMPONENT_ADMIN_VIEWS_TABLET="Tablet"
|
||||
@ -2631,8 +2631,8 @@ COM_COMPONENTBUILDER_COMPONENT_CUSTOM_ADMIN_MENUS_PERMISSION="Permissions"
|
||||
COM_COMPONENTBUILDER_COMPONENT_CUSTOM_ADMIN_MENUS_PUBLISHING="Publishing"
|
||||
COM_COMPONENTBUILDER_COMPONENT_CUSTOM_ADMIN_MENUS_SAVE_WARNING="Alias already existed so a number was added at the end. You can re-edit the Component Custom Admin Menus to customise the alias."
|
||||
COM_COMPONENTBUILDER_COMPONENT_CUSTOM_ADMIN_MENUS_STATUS="Status"
|
||||
COM_COMPONENTBUILDER_COMPONENT_CUSTOM_ADMIN_MENUS_SUBMENU_DESCRIPTION="Select if the view should show in the submenu."
|
||||
COM_COMPONENTBUILDER_COMPONENT_CUSTOM_ADMIN_MENUS_SUBMENU_LABEL="Submenu"
|
||||
COM_COMPONENTBUILDER_COMPONENT_CUSTOM_ADMIN_MENUS_SUBMENU_DESCRIPTION="Select if the view should show in the submenu of Joomla 3."
|
||||
COM_COMPONENTBUILDER_COMPONENT_CUSTOM_ADMIN_MENUS_SUBMENU_LABEL="Submenu (Joomla 3)"
|
||||
COM_COMPONENTBUILDER_COMPONENT_CUSTOM_ADMIN_MENUS_VERSION_DESC="A count of the number of times this Component Custom Admin Menus has been revised."
|
||||
COM_COMPONENTBUILDER_COMPONENT_CUSTOM_ADMIN_MENUS_VERSION_LABEL="Version"
|
||||
COM_COMPONENTBUILDER_COMPONENT_CUSTOM_ADMIN_VIEWS="Component Custom Admin Views"
|
||||
@ -2862,8 +2862,8 @@ COM_COMPONENTBUILDER_COMPONENT_CUSTOM_ADMIN_VIEWS_STAR_2="Star 2"
|
||||
COM_COMPONENTBUILDER_COMPONENT_CUSTOM_ADMIN_VIEWS_STATUS="Status"
|
||||
COM_COMPONENTBUILDER_COMPONENT_CUSTOM_ADMIN_VIEWS_STOP="Stop"
|
||||
COM_COMPONENTBUILDER_COMPONENT_CUSTOM_ADMIN_VIEWS_STOP_CIRCLE="Stop Circle"
|
||||
COM_COMPONENTBUILDER_COMPONENT_CUSTOM_ADMIN_VIEWS_SUBMENU_DESCRIPTION="Select if the view should show in the submenu."
|
||||
COM_COMPONENTBUILDER_COMPONENT_CUSTOM_ADMIN_VIEWS_SUBMENU_LABEL="Submenu"
|
||||
COM_COMPONENTBUILDER_COMPONENT_CUSTOM_ADMIN_VIEWS_SUBMENU_DESCRIPTION="Select if the view should show in the submenu of Joomla 3."
|
||||
COM_COMPONENTBUILDER_COMPONENT_CUSTOM_ADMIN_VIEWS_SUBMENU_LABEL="Submenu (Joomla 3)"
|
||||
COM_COMPONENTBUILDER_COMPONENT_CUSTOM_ADMIN_VIEWS_SUPPORT="Support"
|
||||
COM_COMPONENTBUILDER_COMPONENT_CUSTOM_ADMIN_VIEWS_SWITCH="Switch"
|
||||
COM_COMPONENTBUILDER_COMPONENT_CUSTOM_ADMIN_VIEWS_TABLET="Tablet"
|
||||
@ -3532,6 +3532,10 @@ COM_COMPONENTBUILDER_CONFIG_FROMNAME_LABEL="From Name"
|
||||
COM_COMPONENTBUILDER_CONFIG_GITEA_TOKEN_DESCRIPTION="To get updates, add your access token from VDM here."
|
||||
COM_COMPONENTBUILDER_CONFIG_GITEA_TOKEN_HINT="API Access Tokens"
|
||||
COM_COMPONENTBUILDER_CONFIG_GITEA_TOKEN_LABEL="VDM Access Token<br /><small>Get <a href='https://git.vdm.dev/user/settings/applications' target='_blank'>token</a> from VDM.</small>"
|
||||
COM_COMPONENTBUILDER_CONFIG_GITEA_USERNAME_DESCRIPTION="To better intergrade with JCB, add your username from VDM here."
|
||||
COM_COMPONENTBUILDER_CONFIG_GITEA_USERNAME_HINT="Username"
|
||||
COM_COMPONENTBUILDER_CONFIG_GITEA_USERNAME_LABEL="VDM Username<br /><small>Get <a href='https://git.vdm.dev/' target='_blank'>user account</a> from VDM.</small>"
|
||||
COM_COMPONENTBUILDER_CONFIG_GITEA_USERNAME_MESSAGE="Error! Please add token here."
|
||||
COM_COMPONENTBUILDER_CONFIG_GITHUB_ACCESS_TOKEN_DESCRIPTION="This is only needed when you are on a shared IP or/and have reached the public free limit of API queries to gitHub. So unless you have seen some kind of error that directed you here to add an <b>access token</b> you can just ignore this field."
|
||||
COM_COMPONENTBUILDER_CONFIG_GITHUB_ACCESS_TOKEN_HINT="OAUTH-TOKEN"
|
||||
COM_COMPONENTBUILDER_CONFIG_GITHUB_ACCESS_TOKEN_LABEL="gitHub Access Token<br /><small>Check <a href='https://developer.github.com/v3/#authentication' target='_blank'>https://developer.github.com/v3/#authentication</a> for more info.</small>"
|
||||
@ -7689,6 +7693,7 @@ COM_COMPONENTBUILDER_PERMISSIONS="Permissions"
|
||||
COM_COMPONENTBUILDER_PERMISSION_DENIED="Permission Denied!"
|
||||
COM_COMPONENTBUILDER_PFILE_AT_BSSB_GAVE_THE_FOLLOWING_ERRORBR_SP="<p>File at <b>%s/%s</b> gave the following error!<br />%s</p>"
|
||||
COM_COMPONENTBUILDER_PJOOMLA_POWER_BGUIDSB_NOT_FOUNDP="<p>Joomla Power <b>guid:%s</b> not found!</p>"
|
||||
COM_COMPONENTBUILDER_PJOOMLA_POWER_BGUIDSB_WAS_FOUND_BUT_MISSING_A_NAMESPACE_VALUE_FOR_JOOMLA_SP="<p>Joomla Power <b>guid:%s</b> was found, but missing a namespace value for Joomla %s!</p>"
|
||||
COM_COMPONENTBUILDER_PLACEHOLDER="Placeholder"
|
||||
COM_COMPONENTBUILDER_PLACEHOLDERS="Placeholders"
|
||||
COM_COMPONENTBUILDER_PLACEHOLDERS_ACCESS="Placeholders Access"
|
||||
@ -7865,6 +7870,11 @@ COM_COMPONENTBUILDER_POWER_DESCRIPTION_LABEL="Description"
|
||||
COM_COMPONENTBUILDER_POWER_EDIT="Editing the Power"
|
||||
COM_COMPONENTBUILDER_POWER_ERROR_UNIQUE_ALIAS="Another Power has the same alias."
|
||||
COM_COMPONENTBUILDER_POWER_ERROR_UNIQUE_ALIAS_TRASHED="A trashed Power has the same alias ."
|
||||
COM_COMPONENTBUILDER_POWER_EXTENDSINTERFACES_CUSTOM_DESCRIPTION="The custom interface/s, this interface should extend"
|
||||
COM_COMPONENTBUILDER_POWER_EXTENDSINTERFACES_CUSTOM_LABEL="Extends - Custom"
|
||||
COM_COMPONENTBUILDER_POWER_EXTENDSINTERFACES_CUSTOM_MESSAGE="Error! Please add the custom interface/s, this interface should extend."
|
||||
COM_COMPONENTBUILDER_POWER_EXTENDSINTERFACES_DESCRIPTION="The interface/s, this interface should extend"
|
||||
COM_COMPONENTBUILDER_POWER_EXTENDSINTERFACES_LABEL="Extends"
|
||||
COM_COMPONENTBUILDER_POWER_EXTENDS_CUSTOM_DESCRIPTION="The custom class, this class should extend"
|
||||
COM_COMPONENTBUILDER_POWER_EXTENDS_CUSTOM_LABEL="Extends - Custom"
|
||||
COM_COMPONENTBUILDER_POWER_EXTENDS_CUSTOM_MESSAGE="Error! Please add the custom class, this class should extend."
|
||||
|
Reference in New Issue
Block a user