294 lines
7.9 KiB
Perl
294 lines
7.9 KiB
Perl
package WebGUI::i18n::English::Asset_Thread;
|
|
|
|
our $I18N = {
|
|
|
|
'thread template title' => {
|
|
message => q|Thread Template|,
|
|
lastUpdated => 1111253044,
|
|
},
|
|
|
|
'karma.transfer.form' => {
|
|
message => q|A variable that displays a small form that allows a user to transfer an amount of karma from their account to the thread.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'karma' => {
|
|
message => q|Indicates the amount of karma this thread has.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'karmaScale' => {
|
|
message => q|A weighting factor for difficulty, complexity, or handicap in contests.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'karmaRank' => {
|
|
message => q|This is karma divided by karma scale.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'thumbsUp.icon.url' => {
|
|
message => q|The URL to the thumbs up icon.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'thumbsDown.icon.url' => {
|
|
message => q|The URL to the thumbs down icon.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'user.isVisitor' => {
|
|
message => q|A conditional indicating that the current user is a Visitor.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'user.isModerator' => {
|
|
message => q|A conditional indicating that the current user is a Moderator.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'user.canPost' => {
|
|
message => q|A conditional indicating that the current user can add posts to this thread.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'user.canReply' => {
|
|
message => q|A conditional indicating that the current user can reply to posts in this thread.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'repliesAllowed' => {
|
|
message => q|A conditional indicating that replies are allowed in this thread.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'userProfile.url' => {
|
|
message => q|A URL to the profile of the owner of the Post.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'layout.nested.url' => {
|
|
message => q|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.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'layout.flat.url' => {
|
|
message => q|A URL to change the layout to flatten posts. This lists all posts in the thread in order
|
|
of date submitted.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'layout.threaded.url' => {
|
|
message => q|A URL to change the layout to threaded posts. This is the default setting. Posts will be shown one at a time.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'layout.isFlat' => {
|
|
message => q|A conditional indicating if the current layout is flat.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'layout.isNested' => {
|
|
message => q|A conditional indicating if the current layout is nested.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'layout.isThreaded' => {
|
|
message => q|A conditional indicating if the current layout is threaded.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'user.isSubscribed' => {
|
|
message => q|A conditional that is true if the current user is subscribed to the thread.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'subscribe.url' => {
|
|
message => q|A URL to subscribe the current user to the thread.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'unsubscribe.url' => {
|
|
message => q|A URL to subscribe the current user from the thread.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'isArchived' => {
|
|
message => q|A conditional indicating if the current thread is archived.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'archive.url' => {
|
|
message => q|The URL to archive this thread.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'unarchive.url' => {
|
|
message => q|The URL to unarchive this thread.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'isSticky' => {
|
|
message => q|A conditional indicating if the current thread is sticky.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'stick.url' => {
|
|
message => q|The URL to make this thread sticky. Sticky threads will stay at the top of the list of threads.|,
|
|
lastUpdated => 1166847623,
|
|
},
|
|
|
|
'unstick.url' => {
|
|
message => q|The URL to unstick this thread.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'isLocked' => {
|
|
message => q|A conditional indicating if the current thread is locked. Locked threads can no longer be edited.|,
|
|
lastUpdated => 1166847827,
|
|
},
|
|
|
|
'lock.url' => {
|
|
message => q|The URL to lock this thread.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'unlock.url' => {
|
|
message => q|The URL to unlock this thread.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'post_loop' => {
|
|
message => q|A loop containing all the posts for this thread. Each post in the loop
|
|
also contains a set of its own Post Template variables.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'isCurrent' => {
|
|
message => q|A conditional indicating that this Post is the one currently being viewed in the Thread.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'isThreadRoot' => {
|
|
message => q|A conditional indicating that this Post is the start of the Thread.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'depth' => {
|
|
message => q|How far away this post is from the originating post (<b>ThreadRoot</b>).|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'depthX10' => {
|
|
message => q|The <b>depth</b> times 10.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'indent_loop' => {
|
|
message => q|A loop that runs <b>depth</b> times.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'depth' => {
|
|
message => q|A number indicating the loop count of the <b>indent_loop</b>.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'add.url' => {
|
|
message => q|The URL to add a new thread.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'previous.url' => {
|
|
message => q|The URL to take you to the previous thread.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'next.url' => {
|
|
message => q|The URL to take you to the next thread.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'search.url' => {
|
|
message => q|The URL to take you to a form to search the forum.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'collaboration.url' => {
|
|
message => q|The URL to take you back to the collaboration system that this post is a part of.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'collaboration.title' => {
|
|
message => q|The title of the collaboration system that this post is a part of.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'collaboration.description' => {
|
|
message => q|The description of the collaboration system that this post is a part of.|,
|
|
lastUpdated => 1149633755,
|
|
},
|
|
|
|
'thread template body' => {
|
|
message => q|<p>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 <b>unlock.url</b>, <b>stick.url</b>, etc. are provided by the Collaboration Labels. The Pagination Template variables are also available to display multiple pages of posts and threads.
|
|
</p>
|
|
|,
|
|
lastUpdated => 1149633782,
|
|
},
|
|
|
|
'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
|
|
},
|
|
|
|
'subscriptionGroupId' => {
|
|
message => q|The group ID reserved for users who subscribe to this thread.|,
|
|
lastUpdated => 1166847458
|
|
},
|
|
|
|
'replies' => {
|
|
message => q|The total number of replies in this thread.|,
|
|
lastUpdated => 1166847458
|
|
},
|
|
|
|
'isSticky variable' => {
|
|
message => q|A boolean which will be true if the thread was set to be sticky.|,
|
|
lastUpdated => 1166847458
|
|
},
|
|
|
|
'isLocked variable' => {
|
|
message => q|A boolean which will be true if the thread was locked.|,
|
|
lastUpdated => 1166847458
|
|
},
|
|
|
|
'lastPostId' => {
|
|
message => q|The ID of the most recent Post in the Thread.|,
|
|
lastUpdated => 1166847458
|
|
},
|
|
|
|
'lastPostDate' => {
|
|
message => q|The date of the most recent Post in the Thread.|,
|
|
lastUpdated => 1166847458
|
|
},
|
|
|
|
'thread asset template title' => {
|
|
message => q|Thread Asset Template Variables|,
|
|
lastUpdated => 1166848379,
|
|
},
|
|
|
|
'thread asset template body' => {
|
|
message => q|<p>The variables below are available in the Thread template. Most of them are internal variable that are not overly useful.</p>
|
|
|,
|
|
lastUpdated => 1166848381,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|