package WebGUI::i18n::English::MessageBoard; our $I18N = { '74' => { message => q|The following is the list of template variables available in message board templates.
forum.add.url
forum.add.label
The default label for forum.add.url.
title.label
The default label for the title columnn.
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 condition indicating where the last poster was a visitor.
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 controls for the default forum.
areMultipleForums
A condition indicating whether there is more than one forum.
|,
lastUpdated => 1066584179
},
'6' => {
message => q|Edit Message Board|,
lastUpdated => 1031514049
},
'75' => {
message => q|Add a forum|,
lastUpdated => 1066038194
},
'71' => {
message => q|Message boards, also called Forums and/or Discussions, are a great way to add community to any site or intranet. Many companies use message boards internally to collaborate on projects.
|,
lastUpdated => 1066584548
},
'61' => {
message => q|Message Board, Add/Edit|,
lastUpdated => 1066584548
},
'78' => {
message => q|Forum, Add/Edit|,
lastUpdated => 1066584480
},
'2' => {
message => q|Message Board|,
lastUpdated => 1031514049
},
'79' => {
message => q|A message board can contain one or more forums. The following is the list of properties attached to each forum.
Title
The title of the forum.
Description
The description of the forum.
NOTE: All of the properties of the forum system are also here. See that help page for details.|,
lastUpdated => 1066584480
},
'77' => {
message => q|Edit Forum|,
lastUpdated => 1066061199
},
'73' => {
message => q|Message Board Template|,
lastUpdated => 1066584179
},
'76' => {
message => q|Are you certain you wish to delete this forum and all the posts it contains?|,
lastUpdated => 1066055963
},
'90' => {
message => q|Move Forum|,
lastUpdated =>1093435103
},
'91' => {
message => q|
Select the Message Board you want to move the forum to.|,
lastUpdated =>1093435103
},
'92' => {
message => q|--- No Change ---|,
lastUpdated =>1093435103
}
};
1;