package WebGUI::i18n::English::Asset_Post; our $I18N = { 'add/edit post template title' => { message => q|Post Add/Edit Template|, lastUpdated => 1111253044, }, 'add/edit post template body' => { message => q|In addition to the common Post Template variables, the Add/Edit Post Template has these variables:

! : This variable is required for the Post to function correctly.

form.header !
Code required to start the form for the Post.

isNewPost
A conditional that is true if the user is adding a new Post, as opposed to editing an existing Post.

isReply
A conditional that is true if the user is replying to an existing Post.

reply.title
The title of the Post that is being replied to.

reply.synopsis
The synopsis of the Post that is being replied to.

reply.content
The content of the Post that is being replied to.

reply.userDefinedN
The contents of user defined fields for the Post that is being replied to, where N is from 1 to 5.

subscribe.form
A yes/no button to allow the user to subscribe to the thread this post belongs to.

isNewThread
A conditional that is true if the user is adding a new thread.

sticky.form
A yes/no button to set the thread to be sticky, so that it stays at the top of the forum listing.

lock.form
A yes/no button to lock the thread, so that no posts can be added or edited.

isEdit
A conditional that is true if the user is editing an existing post.

karmaScale.form
A form element that allows moderators to set the scale of an individual thread. This is only available for threads.

preview.title
The web safe title for previewing a post.

preview.synopsis
The synopsis when previewing a post.

preview.content
The content when previewing a post.

preview.userDefinedN
The contents of user defined fields for the Post without WebGUI Macros being processed, where N is from 1 to 5.

form.footer !
Code for the end of the form.

usePreview !
A conditional indicating that posts to the thread will be previewed before being submitted.

user.isModerator
A conditional indicating if the current user is a moderator.

user.isVisitor
A conditional indicating if the current user is a visitor.

visitorName.form
A form where the user can enter their name.

userDefinedN.{form,form.yesNo,form.textarea,form.htmlarea}
For each of the 5 User Defined fields, which can be form widgets for a single line of text, a yes/no field, a text area, or a WYSIWIG HTML area.

title.form
A form field to enter or edit the title, stripped of all HTML and macros disabled.

title.form.textarea
A text field to enter or edit the title, stripped of all HTML and macros disabled.

synopsis.form
A form field to enter or edit the synopsis.

content.form
A field to enter or edit the content, with all macros disabled. If the discussion board allows rich content, then this will be a WYSIWIG HTML area. Otherwise it will be a plain text area.

form.submit
A button to submit the post.

form.preview
A button to preview the post.

attachment.form
Code to allow an attachment to be added to the post.

contentType.form
A form field that will describe how the content of the post is formatted, HTML, text, code or mixed. Defaults to mixed.

|, lastUpdated => 1134670945, }, 'post template variables title' => { message => q|Post Template Variables|, lastUpdated => 1111253044, }, 'post template variables body' => { message => q|The following variables are available in all Post templates. Internationalized labels for the action URLs (reply, delete, etc.) are provided in the set of Collaboration Template labels.

userId
The User ID of the owner of the Post.

user.isPoster
A conditional that is true if the current user is the owner of this Post.

userProfile.url
A URL to the profile of the owner of the Post.

dateSubmitted.human
The date that the post was sumbitted, in a readable format.

dateUpdated.human
The date that the post was last updated, in a readable format.

title.short
The title of the Post, limited to 30 characters.

content
The content of the post, if a thread containing the Post exists.

user.canEdit
A conditional that is true if the user is adding a new Post, as opposed to editing an existing Post, and a thread containing the Post exists.

delete.url
A URL to delete this Post.

edit.url
A URL to edit this Post.

status
The status of this Post: "Approved", "Pending" or "Archived".

approve.url
The URL to approve this Post, if it's moderated.

reply.url
The URL to reply to this Post without quoting it.

reply.withQuote.url
The URL to initiate a quoted reply to this Post.

url
The URL for this Post.

rating.value
The current rating for this Post.

rate.url.N
URLs that are used to rate this post. N goes from 1 to 5.

hasRated
A conditional that is true if the user has already rated this Post.

isMarkedRead
A conditional that is true if the post has been marked as read by the user.

image.url
The URL to the first image attached to the Post.

image.thumbnail
A thumbnail for the image attached to the Post.

attachment.url
The URL to download the first attachment attached to the Post.

attachment.icon
An icon showing the file type of this attachment.

attachment.name
The name of the first attachment found on the Post.

attachment_loop
A loop containing all file and image attachments to this Post.

url
The URL to download this attachment.

icon
The icon representing the file type of this attachment.

filename
The name of this attachment.

thumbnail
A thumbnail of this attachment, if applicable.

isImage
A conditional indicating whether this attachment is an image.

storageId
The Asset ID of the storage node for the Post, where the attachments are kept.

threadId
The ID of the thread that contains this Post.

dateSubmitted
The date the Post was submitted, in epoch format.

dateUpdated
The date the Post was last updated, in epoch format.

username
The name of the user who last updated or submitted the Post.

rating
Another name for rating.value

avatar.url
A URL to the avatar for the owner of the Post, if avatars are enabled in the parent Collaboration System and the user has an avatar. views
The number of times that this post has been viewed.

contentType
The type of content in the post, typically "code", "text", "HTML", "mixed".

userDefinedN
The contents of the user defined properties, from 1 to 5.

content
The content, or body, of the Post.

title
The title of the Post.

menuTitle
The menu title of the Post, often used in navigation.

synopsis
The synopsis of the Post.

extraHeadTags
Extra tags that the user requested by added to the HTML header.

groupIdEdit
The ID of the group with permission to edit this Post.

groupIdView
The ID of the group with permission to view this Post.

ownerUserId
An alias for userId.

assetSize
The formatted size of this Post.

isPackage
A conditional indicating whether this Post is a package.

isPrototype
A conditional indicating whether this Post is a Content Prototype.

isHidden
A conditional indicating whether this Post should be hidden from navigation.

newWindow
A conditional indicating whether this Post should be opened in a new window.

userDefined1, userDefined2, userDefined3, userDefined4, userDefined5
You can use up to 5 user defined fields. The fields are called "userDefined1" through "userDefined5". In the Post Form template you can use those variables like this to collect data:

<tmpl_var userDefined1.form> (text)
<tmpl_var userDefined1.form.yesNo> (yes / no)
<tmpl_var userDefined1.form.textarea> (textarea)
<tmpl_var userDefined1.form.htmlarea> (rich edit box)
Then in the Thread and Main CS templates you can call back the data with a simple <tmpl_var userDefined1>.

|, lastUpdated => 1134670360, }, 'approved' => { message => q|Approved|, lastUpdated => 1031514049, }, 'pending' => { message => q|Pending|, lastUpdated => 1031514049 }, 'archived' => { message => q|Archived|, lastUpdated => 1111464988, }, 'Edited_on' => { message => q|Edited on|, lastUpdated => 1116259200 }, 'By' => { message => q| by |, lastUpdated => 1116259200, }, 'notification template title' => { message => q|Notification Template|, lastUpdated => 1111253044, }, 'notification template body' => { message => q|In addition to the common Post Template variables, the Notification Template has these variables:

All variables from the Post Template Variables.

url
The URL to the post that triggered the notification.

notification.subscription.message
Internationalized message that a new message has been posted to a thread that the user subscribed to.

|, lastUpdated => 1111465141, }, '875' => { message => q|A new message has been posted to one of your subscriptions.|, lastUpdated => 1111470216, }, '523' => { message => q|Notification|, lastUpdated => 1031514049 }, 'assetName' => { message => q|Post|, context => q|label for Asset Manager, getName|, lastUpdated => 1128829703, }, 'new file description' => { message => q|Enter the path to a file, or use the "Browse" button to find a file on your local hard drive that you would like to be uploaded.|, lastUpdated => 1119068745 }, }; 1;