add: International macro now takes sprintf arguments as third and subsequent parameters add: Keywords are now processed and given to the photo template, along with a url to search the gallery for the keyword. add: Photos now track views
358 lines
9.7 KiB
Perl
358 lines
9.7 KiB
Perl
package WebGUI::i18n::English::Asset_GalleryAlbum;
|
|
|
|
our $I18N = {
|
|
'addArchive message' => {
|
|
message => 'Your files have been submitted for approval and commit. <a href="%s">Return to Album</a>',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'assetName' => {
|
|
message => 'Gallery Album',
|
|
lastUpdated => 1131394072,
|
|
},
|
|
|
|
'cancel' => {
|
|
message => "Cancel",
|
|
lastUpdated => 0,
|
|
context => "Label for Cancel button",
|
|
},
|
|
|
|
'save' => {
|
|
message => "Save",
|
|
lastUpdated => 0,
|
|
context => "Label for Save button",
|
|
},
|
|
|
|
'save message' => {
|
|
message => 'Album settings saved. <a href="%s">Return to Album</a>',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'delete message' => {
|
|
message => 'Album has been deleted. <a href="%s">Return to Gallery</a>',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'help common title' => {
|
|
message => 'Gallery Album Variables (Common)',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'help common body' => {
|
|
message => 'These variables are common to all views of Album assets.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'help fileLoop title' => {
|
|
message => 'Gallery Album File Loop Variables',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'help fileLoop body' => {
|
|
message => 'These variables are common to all views that loop over files.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'help view title' => {
|
|
message => 'Gallery Album View Variables',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'help view body' => {
|
|
message => 'These variables are on the Album View of Album assets',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'help slideshow title' => {
|
|
message => 'Gallery Album Slideshow Variables',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'help slideshow body' => {
|
|
message => 'These variables are available from the slideshow view of the Album',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'help thumbnails title' => {
|
|
message => 'Gallery Album Thumbnail Variables',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'help thumbnails body' => {
|
|
message => 'These variables are available from the slideshow view of the Album',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'help addArchive title' => {
|
|
message => 'Gallery Album Add Archive Variables',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'help addArchive body' => {
|
|
message => 'These variables are available from the add archive view of the Album',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'help delete title' => {
|
|
message => 'Gallery Album Delete Variables',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'help delete body' => {
|
|
message => 'These variables are available from the delete view of the Album',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'help edit title' => {
|
|
message => 'Gallery Album Edit Variables',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'help edit body' => {
|
|
message => 'These variables are available from the edit view of the Album',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'help viewRss title' => {
|
|
message => 'Gallery Album RSS Feed Variables',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'help viewRss body' => {
|
|
message => 'These variables are available from the RSS feed of the Album',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar canAddFile' => {
|
|
message => 'This variable is true if the user can add files to this Album.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar canEdit' => {
|
|
message => 'This variable is true if the user can edit this Album.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar url_listAlbums' => {
|
|
message => 'The URL to the list albums view of the parent Gallery',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar url_listAlbumsRss' => {
|
|
message => 'The URL to the list albums RSS of the parent Gallery',
|
|
lastUpdated => 1201280857,
|
|
},
|
|
|
|
'helpvar url_listFilesForCurrentUser' => {
|
|
message => 'The URL to list files for the current user, part of the parent Gallery',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar url_search' => {
|
|
message => 'The URL to the search view of the parent Gallery.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar url_addArchive' => {
|
|
message => 'The URL to add an archive of files to this Album.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar url_addPhoto' => {
|
|
message => 'The URL to add a Photo asset to this Album',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar url_addNoClass' => {
|
|
message => 'The URL to add something to the Album. You must add
|
|
the ";class=Class::Name" to the end of it.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar url_delete' => {
|
|
message => 'The URL to delete this Album',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar url_edit' => {
|
|
message => 'The URL to edit this Album.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar url_listFilesForOwner' => {
|
|
message => 'The URL to the listFilesForUser screen for the owner of this Album.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar url_viewRss' => {
|
|
message => 'The URL to the RSS feed for this Album.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar url_slideshow' => {
|
|
message => 'The URL to the slideshow view of this Album.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar url_thumbnails' => {
|
|
message => 'The URL to the thumbnails view of this Album.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar fileCount' => {
|
|
message => 'The number of files in this Album.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar ownerUsername' => {
|
|
message => 'The username of the owner of this Album.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar thumbnailUrl' => {
|
|
message => q{The URL for the thumbnail of the file selected as this Album's
|
|
thumbnail.},
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar file_loop' => {
|
|
message => 'The loop of files on this page.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar file_' => {
|
|
message => 'The current file being viewed in the thumbnails page. All the
|
|
common variables for this file are available by prefixing "file_".',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar form_start' => {
|
|
message => 'Start of the form',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar form_end' => {
|
|
message => 'End of the form',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar form_submit' => {
|
|
message => 'Submit the form',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar form_archive' => {
|
|
message => 'The archive to upload. A WebGUI::Form::File control.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar form_keywords' => {
|
|
message => 'The keywords for the files being uploaded.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar form_friendsOnly' => {
|
|
message => 'Should the file be friends only?',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar url_yes' => {
|
|
message => 'Confirm the delete of this Album.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar form_cancel' => {
|
|
message => 'Cancel the form.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar form_title' => {
|
|
message => 'The title of the Album.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar form_description' => {
|
|
message => 'The description of the Album.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar file_loop edit' => {
|
|
message => 'This is a loop over the files for editing multiple files in the Edit Album screen',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar isAlbumThumbnail' => {
|
|
message => 'This is true if the file is the current album thumbnail.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar file_loop viewRss' => {
|
|
message => 'This is the loop over the files for the RSS feed that includes extra vars.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar rssDate' => {
|
|
message => 'The RFC2822-compliant date for the RSS feed.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar error' => {
|
|
message => 'An error message to show the user. Only defined when something went wrong.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'addArchive error too big' => {
|
|
message => 'The archive you are trying to upload is too big. Please try again.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'template url_addPhoto' => {
|
|
message => 'Add a Photo',
|
|
lastUpdated => 0,
|
|
context => 'Label for URL to add a new Photo asset.',
|
|
},
|
|
|
|
'template url_delete' => {
|
|
message => 'Delete Album',
|
|
lastUpdated => 0,
|
|
context => 'Label for URL to delete this Album',
|
|
},
|
|
|
|
'template url_edit' => {
|
|
message => 'Edit Album',
|
|
lastUpdated => 0,
|
|
context => 'Label for URL to edit this Album',
|
|
},
|
|
|
|
'template url_thumbnails' => {
|
|
message => 'Thumbnails',
|
|
lastUpdated => 0,
|
|
context => 'Label for URL to the Thumbnails view of the Album',
|
|
},
|
|
|
|
'template url_slideshow' => {
|
|
message => 'Slideshow',
|
|
lastUpdated => 0,
|
|
context => 'Label for URL to the Slideshow view of the album',
|
|
},
|
|
|
|
'template url' => {
|
|
message => 'Album',
|
|
lastUpdated => 0,
|
|
context => 'Label for URL to the default view of the album',
|
|
},
|
|
|
|
'template file creationDate' => {
|
|
message => 'Uploaded on',
|
|
lastUpdated => 0,
|
|
context => 'Label for the creation date of the file',
|
|
},
|
|
|
|
'template file numberOfComments' => {
|
|
message => 'Comments',
|
|
lastUpdated => 0,
|
|
context => 'Label for the number of comments on the file',
|
|
},
|
|
};
|
|
|
|
1;
|