generator-joomla-spc
Version:
Joomla-spc generator for Yeoman. Creates Joomla 2.5 and 3.0 files
68 lines (56 loc) • 4.65 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() %>_NEW_ALBUM="Create Album"
COM_<%= _.slugify(componentName).toUpperCase() %>_NEW_CAT_OR_YEAR="Create Category"
COM_<%= _.slugify(componentName).toUpperCase() %>_CAT_OR_YEAR="Category / Year"
COM_<%= _.slugify(componentName).toUpperCase() %>_FOLDER_NAME="Folder display name"
COM_<%= _.slugify(componentName).toUpperCase() %>_CAPTION_SAVE="Save"
COM_<%= _.slugify(componentName).toUpperCase() %>_CAT_EMPTY="This category is empty"
COM_<%= _.slugify(componentName).toUpperCase() %>_ALBUM_EMPTY="This album is empty"
COM_<%= _.slugify(componentName).toUpperCase() %>_UP_DIR=" Up "
COM_<%= _.slugify(componentName).toUpperCase() %>_MODE_EDIT="Edit"
COM_<%= _.slugify(componentName).toUpperCase() %>_MODE_VIEW="View"
COM_<%= _.slugify(componentName).toUpperCase() %>_UPLOAD_FILE="Upload to"
COM_<%= _.slugify(componentName).toUpperCase() %>_UPLOAD_BUTTON="Upload"
COM_<%= _.slugify(componentName).toUpperCase() %>_UPLOAD_STARTED="Upload started - One moment please..."
COM_<%= _.slugify(componentName).toUpperCase() %>_UPLOAD_UNSUPPORTED_EXTENSION="Unsupported file extension"
COM_<%= _.slugify(componentName).toUpperCase() %>_UPLOAD_ERROR="Error processing file"
COM_<%= _.slugify(componentName).toUpperCase() %>_UPLOAD_ERROR_SIZE="Filesize exceeds the limit of the web server"
COM_<%= _.slugify(componentName).toUpperCase() %>_UPLOAD_ERROR_PARTIAL="The file was only partially uploaded"
COM_<%= _.slugify(componentName).toUpperCase() %>_UPLOAD_ERROR_NO_FILE="No uploaded file"
COM_<%= _.slugify(componentName).toUpperCase() %>_UPLOAD_ERROR_NO_TMP_DIR="Cannot find temporary folder"
COM_<%= _.slugify(componentName).toUpperCase() %>_UPLOAD_ERROR_WRITE="Failed to write file to disk"
COM_<%= _.slugify(componentName).toUpperCase() %>_UPLOAD_ERROR_EXT="File upload stopped by extension"
COM_<%= _.slugify(componentName).toUpperCase() %>_UPLOAD_ZIPERROR="unable to decompress archive file"
COM_<%= _.slugify(componentName).toUpperCase() %>_UPLOAD_SUCCESS="file(s) successfully uploaded"
COM_<%= _.slugify(componentName).toUpperCase() %>_UPLOAD_FAILED="file(s) failed"
COM_<%= _.slugify(componentName).toUpperCase() %>_ERROR_FOLDER_NOT_EXIST="Folder does not exist"
COM_<%= _.slugify(componentName).toUpperCase() %>_ERROR_FOLDER_NOT_WRITEABLE="Folder not writeable"
COM_<%= _.slugify(componentName).toUpperCase() %>_CREATE_SUCCESS="Successfully created album"
COM_<%= _.slugify(componentName).toUpperCase() %>_CREATE_INVALID_FILENAME="Error: Invalid album name"
COM_<%= _.slugify(componentName).toUpperCase() %>_CREATE_ALREADY_EXISTS="Error: Album already exists"
COM_<%= _.slugify(componentName).toUpperCase() %>_CREATE_FAILED="Create album failed for"
COM_<%= _.slugify(componentName).toUpperCase() %>_CREATE_PARENT_NOT_WRITEABLE="Parent folder not writeable"
COM_<%= _.slugify(componentName).toUpperCase() %>_DELETE="Delete"
COM_<%= _.slugify(componentName).toUpperCase() %>_DELETE_SUCCESS="Successfully removed"
COM_<%= _.slugify(componentName).toUpperCase() %>_DELETE_ERROR="Error removing"
COM_<%= _.slugify(componentName).toUpperCase() %>_CAP_SAVED="Caption saved!"
COM_<%= _.slugify(componentName).toUpperCase() %>_CAP_REMOVED="Caption removed!"
COM_<%= _.slugify(componentName).toUpperCase() %>_PURGE_CACHE="Purge Cache"
COM_<%= _.slugify(componentName).toUpperCase() %>_FOLDER_CACHE_PURGED="Folder cache purged!"
COM_<%= _.slugify(componentName).toUpperCase() %>_ERROR_ROOT_FOLDER_NOT_EXIST="An error occured when opening the album.<br />Please contact the webmaster to resolve the issue."
COM_<%= _.slugify(componentName).toUpperCase() %>_NOTAUTH="Not Authorised"
COM_<%= _.slugify(componentName).toUpperCase() %>_IMAGE="Image"
COM_<%= _.slugify(componentName).toUpperCase() %>_IMAGES="Images"
COM_<%= _.slugify(componentName).toUpperCase() %>_PREVIOUS_IMAGE="Previous image"
COM_<%= _.slugify(componentName).toUpperCase() %>_NEXT_IMAGE="Next image"
COM_<%= _.slugify(componentName).toUpperCase() %>_IMAGE_CLOSE="Close"
COM_<%= _.slugify(componentName).toUpperCase() %>_SLIDESHOW="Slideshow"
COM_<%= _.slugify(componentName).toUpperCase() %>_START_SLIDESHOW="Start Slideshow "
COM_<%= _.slugify(componentName).toUpperCase() %>_STOP_SLIDESHOW="Pause Slideshow "
;DEFINE('_ALBUM_DOWNLOAD','Download');