webgui/lib/WebGUI/i18n/English/Asset_Photo.pm
2007-12-17 22:22:06 +00:00

291 lines
6.9 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,
},
'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 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 => '',
lastUpdated => 0,
},
'helpvar form_start' => {
message => '',
lastUpdated => 0,
},
'helpvar form_end' => {
message => '',
lastUpdated => 0,
},
'helpvar form_submit' => {
message => '',
lastUpdated => 0,
},
'helpvar form_title' => {
message => '',
lastUpdated => 0,
},
'helpvar form_synopsis' => {
message => '',
lastUpdated => 0,
},
'helpvar form_photo' => {
message => '',
lastUpdated => 0,
},
'helpvar form_keywords' => {
message => '',
lastUpdated => 0,
},
'helpvar form_location' => {
message => '',
lastUpdated => 0,
},
'helpvar form_friendsOnly' => {
message => '',
lastUpdated => 0,
},
'helpvar form_start' => {
message => '',
lastUpdated => 0,
},
'helpvar form_end' => {
message => '',
lastUpdated => 0,
},
'helpvar form_parentId' => {
message => '',
lastUpdated => 0,
},
'helpvar commentLoop' => {
message => '',
lastUpdated => 0,
},
'helpvar commentLoop userId' => {
message => '',
lastUpdated => 0,
},
'helpvar commentLoop visitorIp' => {
message => '',
lastUpdated => 0,
},
'helpvar commentLoop creationDate' => {
message => '',
lastUpdated => 0,
},
'helpvar commentLoop bodyText' => {
message => '',
lastUpdated => 0,
},
'helpvar commentLoop username' => {
message => '',
lastUpdated => 0,
},
'helpvar commentLoop_pageBar' => {
message => '',
lastUpdated => 0,
},
'helpvar url_yes' => {
message => '',
lastUpdated => 0,
},
};
1;