package WebGUI::i18n::English::Asset_MessageBoard;
our $I18N = {
'visitor cache timeout' => {
message => q|Visitor Cache Timeout|,
lastUpdated => 0
},
'visitor cache timeout help' => {
message => q|Since all visitors will see this asset the same way, we can cache it to increase performance. How long should we cache it?
UI Level: 8|,
lastUpdated => 0
},
'74' => {
message => q|The following is the list of template variables available in message board templates.
forum.add.label
The default label for forum.add.url.
title.label
The default label for the title column.
views.label
The default label for the views column.
rating.label
The default label for the ratings column.
threads.label
The default label for the threads column.
replies.label
The default label for the replies column.
lastpost.label
The default label for the last post column.
forum_loop
A loop containing the data for each of the forums contained in this message board.
forum.controls
The editing controls for this forum.forum.count
An integer displaying the forum count as it goes through the loop.forum.title
The title of this forum.forum.description
The description of this forum.forum.replies
The number of replies all the threads in this forum have received.forum.rating
The average rating of all the posts in the forum.forum.views
The total number of views of all the posts in the forum.forum.threads
The total number of threads in this forum.forum.url
The url to view this forum.forum.lastpost.url
The url to view the last post in this forum.forum.lastpost.date
The human readable date of the last post in this forum.forum.lastpost.time
The human readable time of the last post in this forum.forum.lastpost.epoch
The epoch date of the last post in this forum.forum.lastpost.subject
The subject of the last post in this forum.forum.lastpost.user.id
The userid of the last poster.forum.lastpost.user.name
The username of the last poster.forum.lastpost.user.alias
The current alias of the last poster.forum.lastpost.user.profile
The url to the last poster's profile.forum.lastpost.user.isVisitor
A conditional indicating whether the last poster was a visitor.forum.user.canView
A conditional indicating whether the user can view this forum.forum.user.canPost
A conditional indicating whether the user can post to this forum.
default.listing
A full forum rendered using the forum template.
default.description
The description of the default forum.
default.title
The title of the default forum.
default.controls
The editing controls for the default forum.
areMultipleForums
A conditional indicating whether there is more than one forum.
|,
lastUpdated => 1101773945
},
'6' => {
message => q|Edit Message Board|,
lastUpdated => 1031514049
},
'75' => {
message => q|Add a forum|,
lastUpdated => 1066038194
},
'71' => {
message => q|Message boards can contain one or more Forums and/or Discussion Boards, are a great way to add community to any site or intranet. Many companies use message boards internally to collaborate on projects.
|,
lastUpdated => 1100231686
},
'61' => {
message => q|Message Board, Add/Edit|,
lastUpdated => 1066584548
},
'assetName' => {
message => q|Message Board|,
lastUpdated => 1128831826
},
'73' => {
message => q|Message Board Template|,
lastUpdated => 1066584179
},
'73 description' => {
message => q|Choose a template to display your message board|,
lastUpdated => 1119411673
},
'76' => {
message => q|Are you certain you wish to delete this forum and all the posts it contains?|,
lastUpdated => 1066055963
},
'title' => {
message => q|Title|,
lastUpdated => 1109806115,
},
'views' => {
message => q|Views|,
lastUpdated => 1109806115,
},
'rating' => {
message => q|Rating|,
lastUpdated => 1109806115,
},
'threads' => {
message => q|Threads|,
lastUpdated => 1109806115,
},
'replies' => {
message => q|Replies|,
lastUpdated => 1109806115,
},
'lastpost' => {
message => q|Last Post|,
lastUpdated => 1109806115,
},
};
1;