generator-joomla-admin-template
Version:
33 lines (31 loc) • 2.62 kB
Plain Text
; <%= name %>
; Copyright (C) <%= currentDate %> <%= authorName %>. All rights reserved.
; License <%= license %>
; Note : All ini files need to be saved as UTF-8
<%= _.slugify(name).toUpperCase() %>="<%= name %> Administrator template"
TPL_<%= _.slugify(name).toUpperCase() %>_CLEAR_CACHE="Clear Cache"
TPL_<%= _.slugify(name).toUpperCase() %>_COLOR_DESC="Choose a colour for the navigation bar. If left blank the Default (#13294a) is used."
TPL_<%= _.slugify(name).toUpperCase() %>_COLOR_HEADER_DESC="Choose a colour for the header. If left blank the Default (#184a7d) is used."
TPL_<%= _.slugify(name).toUpperCase() %>_COLOR_HEADER_LABEL="Header Colour"
TPL_<%= _.slugify(name).toUpperCase() %>_COLOR_LABEL="Nav Bar Colour"
TPL_<%= _.slugify(name).toUpperCase() %>_COLOR_SIDEBAR_DESC="Choose a colour for the Sidebar Background. If left blank the Default (#0088cc) is used."
TPL_<%= _.slugify(name).toUpperCase() %>_COLOR_SIDEBAR_LABEL="Sidebar Colour"
TPL_<%= _.slugify(name).toUpperCase() %>_EDIT_ACCOUNT="Edit Account"
TPL_<%= _.slugify(name).toUpperCase() %>_FIELD_ADMIN_MENUS_DESC="If you intend to use Joomla Administrator on a monitor, set this to 'No'. It will prevent the collapse of the administrator menus when reducing the width of the window. Default is 'Yes'."
TPL_<%= _.slugify(name).toUpperCase() %>_FIELD_ADMIN_MENUS_LABEL="Collapse Administrator Menu"
TPL_<%= _.slugify(name).toUpperCase() %>_HEADER_DESC="Optional display of header"
TPL_<%= _.slugify(name).toUpperCase() %>_HEADER_LABEL="Display Header"
TPL_<%= _.slugify(name).toUpperCase() %>_INSTALLER="Installer"
TPL_<%= _.slugify(name).toUpperCase() %>_ISFREESOFTWARE="Joomla is free software released under the GNU General Public License."
TPL_<%= _.slugify(name).toUpperCase() %>_LOGO_DESC="Upload a custom logo for the admin template."
TPL_<%= _.slugify(name).toUpperCase() %>_LOGO_LABEL="Logo"
TPL_<%= _.slugify(name).toUpperCase() %>_LOGOUT="Logout"
TPL_<%= _.slugify(name).toUpperCase() %>_PREVIEW="Preview %s"
TPL_<%= _.slugify(name).toUpperCase() %>_STATUS_BOTTOM="Fixed bottom"
TPL_<%= _.slugify(name).toUpperCase() %>_STATUS_DESC="Choose the location of the status module."
TPL_<%= _.slugify(name).toUpperCase() %>_STATUS_LABEL="Status Module Position"
TPL_<%= _.slugify(name).toUpperCase() %>_STATUS_TOP="Top"
TPL_<%= _.slugify(name).toUpperCase() %>_STICKY_DESC="Optionally set the toolbar to a fixed (sticky) location"
TPL_<%= _.slugify(name).toUpperCase() %>_STICKY_LABEL="Sticky Toolbar"
TPL_<%= _.slugify(name).toUpperCase() %>_TOOLBAR="Toolbar"
TPL_<%= _.slugify(name).toUpperCase() %>_XML_DESCRIPTION="<%= description %>"