generator-joomla-spc
Version:
Joomla-spc generator for Yeoman. Creates Joomla 2.5 and 3.0 files
25 lines (23 loc) • 2.75 kB
Plain Text
; Joomla! Project
; Copyright (C) 2005 - 2015 Open Source Matters. All rights reserved.
; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
; Note : All ini files need to be saved as UTF-8
; <%= _.slugify(componentName).toUpperCase() %>
; <%= _.str.capitalize(_.slugify(componentName)) %>
; com_<%= _.slugify(componentName) %>
COM_<%= _.slugify(componentName).toUpperCase() %>="<%= _.str.capitalize(_.slugify(componentName)) %>!"
COM_<%= _.slugify(componentName).toUpperCase() %>_DESCRIPTION="This is the <%= _.str.capitalize(_.slugify(componentName)) %> description"
COM_<%= _.slugify(componentName).toUpperCase() %>_<%= _.slugify(componentName).toUpperCase() %>_VIEW_DEFAULT_TITLE="<%= _.str.capitalize(_.slugify(componentName)) %>"
COM_<%= _.slugify(componentName).toUpperCase() %>_<%= _.slugify(componentName).toUpperCase() %>_VIEW_DEFAULT_DESC="This view displays a selected message"
COM_<%= _.slugify(componentName).toUpperCase() %>_INSTALL_TEXT="<%= _.str.capitalize(_.slugify(componentName)) %> Install script"
COM_<%= _.slugify(componentName).toUpperCase() %>_MENU="<%= _.str.capitalize(_.slugify(componentName)) %>!"
COM_<%= _.slugify(componentName).toUpperCase() %>_POSTFLIGHT_DISCOVER_INSTALL_TEXT="<%= _.str.capitalize(_.slugify(componentName)) %> postlight discover install script"
COM_<%= _.slugify(componentName).toUpperCase() %>_POSTFLIGHT_INSTALL_TEXT="<%= _.str.capitalize(_.slugify(componentName)) %> postflight install script"
COM_<%= _.slugify(componentName).toUpperCase() %>_POSTFLIGHT_UNINSTALL_TEXT="<%= _.str.capitalize(_.slugify(componentName)) %> postflight uninstall script"
COM_<%= _.slugify(componentName).toUpperCase() %>_POSTFLIGHT_UPDATE_TEXT="<%= _.str.capitalize(_.slugify(componentName)) %> postflight update script"
COM_<%= _.slugify(componentName).toUpperCase() %>_PREFLIGHT_DISCOVER_INSTALL_TEXT="<%= _.str.capitalize(_.slugify(componentName)) %> preflight discover install script"
COM_<%= _.slugify(componentName).toUpperCase() %>_PREFLIGHT_INSTALL_TEXT="<%= _.str.capitalize(_.slugify(componentName)) %> preflight install script"
COM_<%= _.slugify(componentName).toUpperCase() %>_PREFLIGHT_UNINSTALL_TEXT="<%= _.str.capitalize(_.slugify(componentName)) %> preflight uninstall script"
COM_<%= _.slugify(componentName).toUpperCase() %>_PREFLIGHT_UPDATE_TEXT="<%= _.str.capitalize(_.slugify(componentName)) %> preflight update script"
COM_<%= _.slugify(componentName).toUpperCase() %>_UNINSTALL_TEXT="<%= _.str.capitalize(_.slugify(componentName)) %> Uninstall script"
COM_<%= _.slugify(componentName).toUpperCase() %>_UPDATE_TEXT="<%= _.str.capitalize(_.slugify(componentName)) %> Update script. <%= _.str.capitalize(_.slugify(componentName)) %> now updated to version %s."