UNPKG

generator-joomla-spc

Version:

Joomla-spc generator for Yeoman. Creates Joomla 2.5 and 3.0 files

48 lines (45 loc) 4.96 kB
; 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)) %> ; <%= _.slugify(componentName) %> COM_<%= _.slugify(componentName).toUpperCase() %>_ADMINISTRATION="<%= _.str.capitalize(_.slugify(componentName)) %> - Administration" COM_<%= _.slugify(componentName).toUpperCase() %>_ADMINISTRATION_CATEGORIES="<%= _.str.capitalize(_.slugify(componentName)) %> - Categories" COM_<%= _.slugify(componentName).toUpperCase() %>_NUM="#" COM_<%= _.slugify(componentName).toUpperCase() %>_<%= _.slugify(componentName).toUpperCase() %>S_FILTER="Filters" COM_<%= _.slugify(componentName).toUpperCase() %>_PUBLISHED="Published" COM_<%= _.slugify(componentName).toUpperCase() %>_<%= _.slugify(componentName).toUpperCase() %>S_NAME="Name" COM_<%= _.slugify(componentName).toUpperCase() %>_ID="Id" COM_<%= _.slugify(componentName).toUpperCase() %>_<%= _.slugify(componentName).toUpperCase() %>_CREATING="<%= _.str.capitalize(_.slugify(componentName)) %> - Creating" COM_<%= _.slugify(componentName).toUpperCase() %>_<%= _.slugify(componentName).toUpperCase() %>_DETAILS="Details" COM_<%= _.slugify(componentName).toUpperCase() %>_<%= _.slugify(componentName).toUpperCase() %>_EDITING="<%= _.str.capitalize(_.slugify(componentName)) %> - Editing" COM_<%= _.slugify(componentName).toUpperCase() %>_<%= _.slugify(componentName).toUpperCase() %>_ERROR_UNACCEPTABLE="Some values are unacceptable" COM_<%= _.slugify(componentName).toUpperCase() %>_<%= _.slugify(componentName).toUpperCase() %>_FIELD_CATID_DESC="The category the messages belongs to" COM_<%= _.slugify(componentName).toUpperCase() %>_<%= _.slugify(componentName).toUpperCase() %>_FIELD_CATID_LABEL="Category" COM_<%= _.slugify(componentName).toUpperCase() %>_<%= _.slugify(componentName).toUpperCase() %>_FIELD_GREETING_DESC="This message will be displayed" COM_<%= _.slugify(componentName).toUpperCase() %>_<%= _.slugify(componentName).toUpperCase() %>_FIELD_GREETING_LABEL="Message" COM_<%= _.slugify(componentName).toUpperCase() %>_<%= _.slugify(componentName).toUpperCase() %>_FIELD_SHOW_CATEGORY_LABEL="Show category" COM_<%= _.slugify(componentName).toUpperCase() %>_<%= _.slugify(componentName).toUpperCase() %>_FIELD_SHOW_CATEGORY_DESC="If set to Show, the title of the message&rsquo;s category will show." COM_<%= _.slugify(componentName).toUpperCase() %>_<%= _.slugify(componentName).toUpperCase() %>_HEADING_GREETING="Greeting" COM_<%= _.slugify(componentName).toUpperCase() %>_<%= _.slugify(componentName).toUpperCase() %>_HEADING_ID="Id" COM_<%= _.slugify(componentName).toUpperCase() %>_MANAGER_<%= _.slugify(componentName).toUpperCase() %>_EDIT="<%= _.str.capitalize(_.slugify(componentName)) %> manager: Edit Message" COM_<%= _.slugify(componentName).toUpperCase() %>_MANAGER_<%= _.slugify(componentName).toUpperCase() %>_NEW="<%= _.str.capitalize(_.slugify(componentName)) %> manager: New Message" COM_<%= _.slugify(componentName).toUpperCase() %>_MANAGER_<%= _.slugify(componentName).toUpperCase() %>S="<%= _.str.capitalize(_.slugify(componentName)) %> manager" COM_<%= _.slugify(componentName).toUpperCase() %>_EDIT_<%= _.slugify(componentName).toUpperCase() %>="Edit message" COM_<%= _.slugify(componentName).toUpperCase() %>_N_ITEMS_DELETED_1="One message deleted" COM_<%= _.slugify(componentName).toUpperCase() %>_N_ITEMS_DELETED_MORE="%d messages deleted" COM_<%= _.slugify(componentName).toUpperCase() %>_N_ITEMS_PUBLISHED="%d message(s) published" COM_<%= _.slugify(componentName).toUpperCase() %>_N_ITEMS_UNPUBLISHED="%d message(s) unpublished" COM_<%= _.slugify(componentName).toUpperCase() %>_<%= _.slugify(componentName).toUpperCase() %>_GREETING_LABEL="Greeting" COM_<%= _.slugify(componentName).toUpperCase() %>_<%= _.slugify(componentName).toUpperCase() %>_GREETING_DESC="Add Greeting" COM_<%= _.slugify(componentName).toUpperCase() %>_SUBMENU_MESSAGES="Messages" COM_<%= _.slugify(componentName).toUpperCase() %>_SUBMENU_CATEGORIES="Categories" COM_<%= _.slugify(componentName).toUpperCase() %>_CONFIGURATION="<%= _.str.capitalize(_.slugify(componentName)) %> Configuration" COM_<%= _.slugify(componentName).toUpperCase() %>_CONFIG_GREETING_SETTINGS_LABEL="Messages settings" COM_<%= _.slugify(componentName).toUpperCase() %>_CONFIG_GREETING_SETTINGS_DESC="Settings that will be applied to all messages by default" COM_<%= _.slugify(componentName).toUpperCase() %>_FIELDSET_RULES="Message Permissions" COM_<%= _.slugify(componentName).toUpperCase() %>_FIELD_RULES_LABEL="Permissions" COM_<%= _.slugify(componentName).toUpperCase() %>_ACCESS_DELETE_DESC="Is this group allowed to edit this message?" COM_<%= _.slugify(componentName).toUpperCase() %>_ACCESS_DELETE_DESC="Is this group allowed to delete this message?"