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
403 lines
11 KiB
Perl
403 lines
11 KiB
Perl
package WebGUI::i18n::English::Asset_Photo;
|
|
|
|
our $I18N = {
|
|
'assetName' => {
|
|
message => q{Photo},
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'delete message' => {
|
|
message => q{The photo has been deleted. <a href="%s">Return to Album</a>},
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'save message' => {
|
|
message => q{Your photo has been submitted for approval and commit. <a href="%s">View Photo</a>. <a href="%s">Add another photo</a>.},
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'comment message' => {
|
|
message => q{Your comment has been added. <a href="%s">Back to Photo</a>.},
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'help commentForm title' => {
|
|
message => 'Photo -- Comment Form',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'help commentForm body' => {
|
|
message => 'These template variables make up the form to allow users to post comments on Photos',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'help common title' => {
|
|
message => 'Photo -- Common',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'help common body' => {
|
|
message => 'These template variables are shared by all views of the Photo asset.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'help edit title' => {
|
|
message => 'Photo -- Edit Form',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'help edit body' => {
|
|
message => 'These template variables make up the form to add / edit Photo assets',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'help delete title' => {
|
|
message => 'Photo -- Delete Form',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'help delete body' => {
|
|
message => 'Confirm the delete of a Photo asset.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'help makeShortcut title' => {
|
|
message => 'Photo -- Make Shortcut Form',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'help makeShortcut body' => {
|
|
message => 'These template variables make up the form to cross-post Photo assets',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'help view title' => {
|
|
message => 'Photo -- Normal View',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'help view body' => {
|
|
message => 'These template variables make up the normal view of Photo assets',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar commentForm_start' => {
|
|
message => 'Begin the comment form',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar commentForm_end' => {
|
|
message => 'End the comment form',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar commentForm_bodyText' => {
|
|
message => 'The body of the comment. A rich editor as configured by the parent Gallery.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar commentForm_submit' => {
|
|
message => 'Submit the comment form',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar canComment' => {
|
|
message => 'This is true if the current user can comment on this photo',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar canEdit' => {
|
|
message => 'This is true if the current user can edit this photo',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar fileUrl' => {
|
|
message => 'The URL to the normal-sized photo',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar numberOfComments' => {
|
|
message => 'The total number of comments on this photo',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar ownerUsername' => {
|
|
message => 'The username of the user who posted this photo',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar thumbnailUrl' => {
|
|
message => 'The URL to the thumbnail of this photo',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar url_delete' => {
|
|
message => 'The URL to delete this photo.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar url_demote' => {
|
|
message => 'The URL to demote this photo in rank. Will return the user directly to the parent GalleryAlbum edit form',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar url_edit' => {
|
|
message => 'The URL to edit this photo',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar url_gallery' => {
|
|
message => 'The URL to the Gallery that contains this photo.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar url_makeShortcut' => {
|
|
message => 'The URL to make a shortcut to this photo.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar url_listFilesForOwner' => {
|
|
message => 'The URL to list files and albums posted by the owner of this photo',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar url_promote' => {
|
|
message => 'The URL to promote this photo in rank. Will return the user directly to the parent GalleryAlbum edit form',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar resolutions_loop' => {
|
|
message => 'The available resolutions this photo has for download.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar resolutions_loop url_download' => {
|
|
message => 'The URL to the resolution to download.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar exif_' => {
|
|
message => 'Each EXIF tag can be referenced by name.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar exifLoop' => {
|
|
message => 'A loop of EXIF tags',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar exifLoop tag' => {
|
|
message => 'The name of the EXIF tag',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar exifLoop value' => {
|
|
message => 'The value of the EXIF tag',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar url_addArchive' => {
|
|
message => 'The URL to add an archive to the parent Album',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar form_start' => {
|
|
message => 'Start the form.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar form_end' => {
|
|
message => 'End the form.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar form_submit' => {
|
|
message => 'Submit the form.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar form_title' => {
|
|
message => 'The title of the Photo.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar form_synopsis' => {
|
|
message => 'The caption for the Photo.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar form_photo' => {
|
|
message => 'The photo to upload.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar form_keywords' => {
|
|
message => 'The keywords for the Photo.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar form_location' => {
|
|
message => 'The location the photo was taken.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar form_friendsOnly' => {
|
|
message => 'Make this photo friends only?',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar form_parentId' => {
|
|
message => 'Select which Album the shortcut should be made in.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar commentLoop' => {
|
|
message => 'Loop over a page of comments to this photo',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar commentLoop userId' => {
|
|
message => 'The userId of the user who made the comment.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar commentLoop visitorIp' => {
|
|
message => 'If the user is a visitor, the IP address of the user.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar commentLoop creationDate' => {
|
|
message => 'The creation date of the comment',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar commentLoop bodyText' => {
|
|
message => 'The body of the comment',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar commentLoop username' => {
|
|
message => 'The username of the user who made the comment.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar commentLoop url_deleteComment' => {
|
|
message => 'The URL to delete this comment.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar commentLoop_pageBar' => {
|
|
message => 'The bar to navigate through pages of comments',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'helpvar url_yes' => {
|
|
message => 'Confirm the deleting of this Photo.',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'template view title' => {
|
|
message => 'Photo Details',
|
|
lastUpdated => 0,
|
|
context => 'The title of the default view of Photo assets',
|
|
},
|
|
|
|
'template url_edit' => {
|
|
message => 'Edit Photo',
|
|
lastUpdated => 0,
|
|
context => 'The label for the Edit Photo button',
|
|
},
|
|
|
|
'template url_delete' => {
|
|
message => 'Delete Photo',
|
|
lastUpdated => 0,
|
|
context => 'The label for the delete photo button',
|
|
},
|
|
|
|
'template url_makeShortcut' => {
|
|
message => 'Cross Publish',
|
|
lastUpdated => 0,
|
|
context => 'The label for the button to make a shortcut in another album',
|
|
},
|
|
|
|
'template url_album' => {
|
|
message => 'Back to Album',
|
|
lastUpdated => 0,
|
|
context => 'Label for the link to go back to the album',
|
|
},
|
|
|
|
'template fileUrl' => {
|
|
message => 'View Full Size Image',
|
|
lastUpdated => 0,
|
|
context => 'Link to the full size image',
|
|
},
|
|
|
|
'template comments title' => {
|
|
message => 'Comments',
|
|
lastUpdated => 0,
|
|
context => 'Title for the comments section of the photo page.',
|
|
},
|
|
|
|
'template comment creationDate' => {
|
|
message => 'Posted On',
|
|
lastUpdated => 0,
|
|
context => 'Label for creation date of comment',
|
|
},
|
|
|
|
'template comment delete confirm' => {
|
|
message => 'Are you sure you want to delete this comment?',
|
|
lastUpdated => 0,
|
|
context => 'Confirmation message for deleting a comment.',
|
|
},
|
|
|
|
'template url_deleteComment' => {
|
|
message => 'delete',
|
|
lastUpdated => 0,
|
|
context => 'Label for delete link for comments.',
|
|
},
|
|
|
|
'template creationDate' => {
|
|
message => 'Uploaded on',
|
|
lastUpdated => 0,
|
|
context => 'Label for creation date of photo',
|
|
},
|
|
|
|
'template views' => {
|
|
message => 'Views',
|
|
lastUpdated => 0,
|
|
context => 'Label for number of views of photo',
|
|
},
|
|
|
|
'template keywords' => {
|
|
message => 'Tags',
|
|
lastUpdated => 0,
|
|
context => 'Label for the keywords of the photo',
|
|
},
|
|
|
|
'template location' => {
|
|
message => 'Location',
|
|
lastUpdated => 0,
|
|
context => 'Label for the location of the photo',
|
|
},
|
|
|
|
'template friendsOnly label' => {
|
|
message => 'Privacy',
|
|
lastUpdated => 0,
|
|
context => 'Label for the friends only setting.',
|
|
},
|
|
|
|
'template friendsOnly yes' => {
|
|
message => 'Friends Only',
|
|
lastUpdated => 0,
|
|
context => 'Label for photos that are friends only',
|
|
},
|
|
|
|
'template friendsOnly no' => {
|
|
message => 'Public',
|
|
lastUpdated => 0,
|
|
context => 'Label for photos that are not friends only',
|
|
},
|
|
|
|
};
|
|
|
|
1;
|