package WebGUI::i18n::English::Asset_Thread; our $I18N = { 'thread template title' => { message => q|Thread Template|, lastUpdated => 1111253044, }, 'thread template body' => { message => q|The variables below are available in the Thread template. In addition, all variables from the Post Template can be used. Labels for URLs for actions like unlock.url, stick.url, etc. are provided by the Collaboration Labels. The Pagination Template variables are also available to display multiple pages of posts and threads.

karma.transfer.form
A variable that displays a small form that allows a user to transfer an amount of karma from their account to the thread.

karma
Indicates the amount of karma this thread has.

karmaScale
A weighting factor for difficulty, complexity, or handicap in contests.

karmaRank
This is karma divided by karma scale.

thumbsUp.icon.url
The URL to the thumbs up icon.

thumbsDown.icon.url
The URL to the thumbs down icon.

user.isVisitor
A conditional indicating that the current user is a Visitor.

user.isModerator
A conditional indicating that the current user is a Moderator.

user.canPost
A conditional indicating that the current user can add posts to this thread.

user.canReply
A conditional indicating that the current user can reply to posts in this thread.

repliesAllowed
A conditional indicating that replies are allowed in this thread.

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

layout.nested.url
A URL to change the layout to nest posts. This lists all posts with indentation to show which posts are replies to posts and which posts are new topics in a thread.

layout.flat.url
A URL to change the layout to flatten posts. This lists all posts in the thread in order of date submitted.

layout.threaded.url
A URL to change the layout to threaded posts. This is the default setting. Posts will be shown one at a time.

layout.isFlat
A conditional indicating if the current layout is flat.

layout.isNested
A conditional indicating if the current layout is nested.

layout.isThreaded
A conditional indicating if the current layout is threaded.

user.isSubscribed
A conditional that is true if the current user is subscribed to the thread.

subscribe.url
A URL to subscribe the current user to the thread.

unsubscribe.url
A URL to subscribe the current user from the thread.

isArchived
A conditional indicating if the current thread is archived.

archive.url
The URL to archive this thread.

unarchive.url
The URL to unarchive this thread.

isSticky
A conditional indicating if the current thread is sticky.

stick.url
The URL to make this thread sticky.

unstick.url
The URL to unstick this thread.

isLocked
A conditional indicating if the current thread is locked.

lock.url
The URL to lock this thread.

unlock.url
The URL to unlock this thread.

post_loop
A loop containing all the posts for this thread. Each post in the loop also contains a set of its own Post Template variables.

isCurrent
A conditional indicating that this Post is the one currently being viewed in the Thread.

isThreadRoot
A conditional indicating that this Post is the start of the Thread.

depth
How far away this post is from the originating post (ThreadRoot).

depthX10
The depth times 10.

indent_loop
A loop that runs depth times.

depth
A number indicating the loop count of the indent_loop.

add.url
The URL to add a new thread.

previous.url
The URL to take you to the previous thread.

next.url
The URL to take you to the next thread.

search.url
The URL to take you to a form to search the forum.

collaboration.url
The URL to take you back to the collaboration system that this post is a part of.

collaboration.title
The title of the collaboration system that this post is a part of.

collaboration.description
The description of the collaboration system that this post is a part of.

|, lastUpdated => 1145111313, }, 'assetName' => { message => q|Thread|, context => q|label for Asset Manager, getName|, lastUpdated => 1128829674, }, '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;