Resolved gh-118 to insure JCB loads the needed language strings to the system language file during compilation

This commit is contained in:
2017-09-13 13:59:58 +02:00
parent 5d3e93c560
commit 72c6136bfb
6 changed files with 775 additions and 24 deletions

View File

@@ -21,6 +21,7 @@ COM_COMPONENTBUILDER_JOOMLA_COMPONENT_BUILDER_BACKUP_KEY="Joomla Component Build
COM_COMPONENTBUILDER_KEY_HAS_NOT_CHANGED="Key has not changed"
COM_COMPONENTBUILDER_LICENSE_S="License: %s"
COM_COMPONENTBUILDER_NEW="New"
COM_COMPONENTBUILDER_NO_ACCESS_GRANTED="No Access Granted!"
COM_COMPONENTBUILDER_NO_KEYS_WERE_FOUND_TO_ADD_AN_EXPORT_KEY_SIMPLY_OPEN_THE_COMPONENT_GO_TO_THE_TAB_CALLED_SETTINGS_BOTTOM_RIGHT_THERE_IS_A_FIELD_CALLED_EXPORT_KEY="No keys were found. To add an export key simply open the component, go to the tab called settings, bottom right there is a field called Export Key."
COM_COMPONENTBUILDER_OWNER_DETAILS_WAS_SET="Owner details was set"
COM_COMPONENTBUILDER_OWNER_S="Owner: %s"

View File

@@ -1 +1,2 @@
COM_COMPONENTBUILDER="Component Builder"
COM_COMPONENTBUILDER_NO_ACCESS_GRANTED="No Access Granted!"