generator-joomla-spc
Version:
Joomla-spc generator for Yeoman. Creates Joomla 2.5 and 3.0 files
17 lines (14 loc) • 1.33 kB
Plain Text
;com_<%= _.slugify(componentName) %> <%= _.slugify(componentName) %> component for Joomla
; 1.0.0 - Last updated on 16 November 2013
;
; http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL v2 or later
; author
; website
COM_<%= _.slugify(componentName).toUpperCase() %>="<%= _.str.capitalize(_.slugify(componentName)) %>"
COM_<%= _.slugify(componentName).toUpperCase() %>_DESCRIPTION="This is the <%= _.str.capitalize(_.slugify(componentName)) %> Component, the <%= _.str.capitalize(_.slugify(componentName)) %> component for Joomla!"
COM_<%= _.slugify(componentName).toUpperCase() %>_ADMINMENU="<%= _.str.capitalize(_.slugify(componentName)) %>"
COM_<%= _.slugify(componentName).toUpperCase() %>_GALLERY_VIEW_DEFAULT_TITLE="Gallery"
COM_<%= _.slugify(componentName).toUpperCase() %>_GALLERY_VIEW_DEFAULT_DESC="This view displays the main gallery"
COM_<%= _.slugify(componentName).toUpperCase() %>_INSTALL_TEXT="<%= _.str.capitalize(_.slugify(componentName)) %> component installed successfully."
COM_<%= _.slugify(componentName).toUpperCase() %>_UNINSTALL_TEXT="<%= _.str.capitalize(_.slugify(componentName)) %> component uninstalled successfully."
COM_<%= _.slugify(componentName).toUpperCase() %>_UPDATE_TEXT="<%= _.str.capitalize(_.slugify(componentName)) %> component updated successfully."