webgui/lib/WebGUI/i18n/English/Asset_MessageBoard.pm
2006-05-05 05:41:03 +00:00

242 lines
4.8 KiB
Perl

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?|,
lastUpdated => 1146454744
},
'74' => {
message => q|The following is the list of template variables available in message board templates.
<p/>
<p><b>forum.add.url</b><br />
A url that will add a forum to this message board.
</p>
<p><b>forum.add.label</b><br />
The default label for forum.add.url.
</p>
<p><b>title.label</b><br />
The default label for the title column.
</p>
<p><b>views.label</b><br />
The default label for the views column.
</p>
<p><b>rating.label</b><br />
The default label for the ratings column.
</p>
<p><b>threads.label</b><br />
The default label for the threads column.
</p>
<p><b>replies.label</b><br />
The default label for the replies column.
</p>
<p><b>lastpost.label</b><br />
The default label for the last post column.
</p>
<p><b>forum_loop</b><br />
A loop containing the data for each of the forums contained in this message board.
</p>
<div class="helpIndent">
<p><b>forum.controls</b><br />
The editing controls for this forum.
</p>
<p><b>forum.count</b><br />
An integer displaying the forum count as it goes through the loop.
</p>
<p><b>forum.title</b><br />
The title of this forum.
</p>
<p><b>forum.description</b><br />
The description of this forum.
</p>
<p><b>forum.replies</b><br />
The number of replies all the threads in this forum have received.
</p>
<p><b>forum.rating</b><br />
The average rating of all the posts in the forum.
</p>
<p><b>forum.views</b><br />
The total number of views of all the posts in the forum.
</p>
<p><b>forum.threads</b><br />
The total number of threads in this forum.
</p>
<p><b>forum.url</b><br />
The url to view this forum.
</p>
<p><b>forum.lastpost.url</b><br />
The url to view the last post in this forum.
</p>
<p><b>forum.lastpost.date</b><br />
The human readable date of the last post in this forum.
</p>
<p><b>forum.lastpost.time</b><br />
The human readable time of the last post in this forum.
</p>
<p><b>forum.lastpost.epoch</b><br />
The epoch date of the last post in this forum.
</p>
<p><b>forum.lastpost.subject</b><br />
The subject of the last post in this forum.
</p>
<p><b>forum.lastpost.user.id</b><br />
The userid of the last poster.
</p>
<p><b>forum.lastpost.user.name</b><br />
The username of the last poster.
</p>
<p><b>forum.lastpost.user.alias</b><br />
The current alias of the last poster.
</p>
<p><b>forum.lastpost.user.profile</b><br />
The url to the last poster's profile.
</p>
<p><b>forum.lastpost.user.isVisitor</b><br />
A conditional indicating whether the last poster was a visitor.
</p>
<p><b>forum.user.canView</b><br />
A conditional indicating whether the user can view this forum.
</p>
<p><b>forum.user.canPost</b><br />
A conditional indicating whether the user can post to this forum.
</p>
</div>
<p><b>default.listing</b><br />
A full forum rendered using the forum template.
</p>
<p><b>default.description</b><br />
The description of the default forum.
</p>
<p><b>default.title</b><br />
The title of the default forum.
</p>
<p><b>default.controls</b><br />
The editing controls for the default forum.
</p>
<p><b>areMultipleForums</b><br />
A conditional indicating whether there is more than one forum.
</p>
|,
lastUpdated => 1146776084
},
'6' => {
message => q|Edit Message Board|,
lastUpdated => 1031514049
},
'75' => {
message => q|Add a forum|,
lastUpdated => 1066038194
},
'71' => {
message => q|<p>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.
</p>
|,
lastUpdated => 1146776095
},
'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;