diff --git a/lib/WebGUI/Help/Asset_Collaboration.pm b/lib/WebGUI/Help/Asset_Collaboration.pm index 731e09c03..513f271d8 100644 --- a/lib/WebGUI/Help/Asset_Collaboration.pm +++ b/lib/WebGUI/Help/Asset_Collaboration.pm @@ -5,6 +5,106 @@ our $HELP = { title => 'collaboration add/edit title', body => 'collaboration add/edit body', fields => [ + { + title => 'display last reply', + description => 'display last reply description' + }, + { + title => 'system template', + description => 'system template description' + }, + { + title => 'thread template', + description => 'thread template description' + }, + { + title => 'post template', + description => 'post template description' + }, + { + title => 'search template', + description => 'search template description' + }, + { + title => 'notification template', + description => 'notification template description' + }, + { + title => 'who moderates', + description => 'who moderates description' + }, + { + title => 'who posts', + description => 'who posts description' + }, + { + title => 'threads/page', + description => 'threads/page description' + }, + { + title => 'posts/page', + description => 'posts/page description' + }, + { + title => 'karma/post', + description => 'karma/post description' + }, + { + title => 'karma spent to rate', + description => 'karma spent to rate description' + }, + { + title => 'karma rating multiplier', + description => 'karma rating multiplier description' + }, + { + title => 'filter code', + description => 'filter code description' + }, + { + title => 'sort by', + description => 'sort by description' + }, + { + title => 'sort order', + description => 'sort order description' + }, + { + title => 'archive after', + description => 'archive after description' + }, + { + title => 'attachments/post', + description => 'attachments/post description' + }, + { + title => 'editTimeout', + description => 'editTimeout description' + }, + { + title => 'allow replies', + description => 'allow replies description' + }, + { + title => 'edit stamp', + description => 'edit stamp description' + }, + { + title => 'rich edit', + description => 'rich edit description' + }, + { + title => 'content filter', + description => 'content filter description' + }, + { + title => 'use preview', + description => 'use preview description' + }, + { + title => 'moderate', + description => 'moderate description' + }, ], related => [ { diff --git a/lib/WebGUI/i18n/English/Asset_Collaboration.pm b/lib/WebGUI/i18n/English/Asset_Collaboration.pm index 05ed33b74..836d2118c 100644 --- a/lib/WebGUI/i18n/English/Asset_Collaboration.pm +++ b/lib/WebGUI/i18n/English/Asset_Collaboration.pm @@ -816,117 +816,142 @@ our $I18N = {

Collaboration Assets have the properties of Assets and Wobjects, as well as the properties listed below:

- -

-^International("display last reply","Asset_Collaboration");
-If set to Yes, template variables will be added to allow the display the last Post. - -

-^International("system template","Asset_Collaboration");
-This is the master template for the Collaboration Asset. - -

-^International("thread template","Asset_Collaboration");
-The template to display a thread. - -

-^International("post template","Asset_Collaboration");
-The template for an individual post. - -

-^International("search template","Asset_Collaboration");
-The template for this Collaboration Asset"s search form and results. - -

-^International("notification template","Asset_Collaboration");
-The template used to generate emails for users who have subscribed to this Asset. - -

-^International("who moderates","Asset_Collaboration");
-The group that will moderate posts to this Asset, if moderation is enabled. - -

-^International("who posts","Asset_Collaboration");
-The group allowed to submit posts to this Asset. - -

-^International("threads/page","Asset_Collaboration");
-The number of threads displayed on each page in the system template. -Setting this number very high can slow the generation of the page. - -

-^International("posts/page","Asset_Collaboration");
-The number of posts displayed on each page in the thread template. -Setting this number very high can slow the generation of the page. - -

-^International("karma/post","Asset_Collaboration");
-If Karma is enabled on your site, the amount of Karma added for each Post -submitted by a user. - -

-^International("karma spent to rate","Asset_Collaboration");
-If karma is enabled on your site, this amount will be subtracted from the user rating a post as sort of a cost of rating posts. It is meant to keep users in check from just rating everything without thinking about the rating. - -

-^International("karma rating multiplier","Asset_Collaboration");
-If karma is enabled on your site, this amount multiplied by the rating the user gives a post will be the amount of karma the original author of the post receives. - -

-^International("filter code","Asset_Collaboration");
-Sets the level of HTML filtering done on each Post. - -

-^International("sort by","Asset_Collaboration");
-By default, all posts are displayed in a sorted order. Use this -field to choose by what property they are sorted. Multiple properties -may be selected. - -

-^International("sort order","Asset_Collaboration");
-Sort in ascending or descending order. - -

-^International("archive after","Asset_Collaboration");
-The time, after which a Post is last updated, it will be archived. - -

-^International("attachments/post","Asset_Collaboration");
-How many attachments may be added to each post? - -

-^International("editTimeout","Asset_Collaboration");
-After this timeout is reached, the Post can no longer be edited by -the original poster. - -

-^International("allow replies","Asset_Collaboration");
-Select "No" to prevent people from replying to this Post. - -

-^International("edit stamp","Asset_Collaboration");
-Select "Yes" to add a stamp to each Post saying when it was last edited. - -

-^International("rich edit","Asset_Collaboration");
-Select "Yes" to enable Rich Editing of content in Posts. - -

-^International("content filter","Asset_Collaboration");
-Select "Yes" to filter the content in each Post with the Replacements System. - -

-^International("use preview","Asset_Collaboration");
-Select "Yes" to display a preview of the Post to the user before submitting it. While -the preview is displayed, the Post can either be edited or canceled. - -

-^International("moderate","Asset_Collaboration");
-Enable moderation for Posts to the Collaboration Asset. - |, lastUpdated => 1113974026, }, + + 'display last reply description' => { + message => q|If set to Yes, template variables will be added to allow the display the last Post.|, + lastUpdated => 1119070429, + }, + + 'system template description' => { + message => q|This is the master template for the Collaboration Asset.|, + lastUpdated => 1119070429, + }, + + 'thread template description' => { + message => q|The template to display a thread.|, + lastUpdated => 1119070429, + }, + + 'post template description' => { + message => q|The template for an individual post.|, + lastUpdated => 1119070429, + }, + + 'search template description' => { + message => q|The template for this Collaboration Asset"s search form and results.|, + lastUpdated => 1119070429, + }, + + 'notification template description' => { + message => q|The template used to generate emails for users who have subscribed to this Asset.|, + lastUpdated => 1119070429, + }, + + 'who moderates description' => { + message => q|The group that will moderate posts to this Asset, if moderation is enabled.|, + lastUpdated => 1119070429, + }, + + 'who posts description' => { + message => q|The group allowed to submit posts to this Asset.|, + lastUpdated => 1119070429, + }, + + 'threads/page description' => { + message => q|The number of threads displayed on each page in the system template. +Setting this number very high can slow the generation of the page.|, + lastUpdated => 1119070429, + }, + + 'posts/page description' => { + message => q|The number of posts displayed on each page in the thread template. +Setting this number very high can slow the generation of the page.|, + lastUpdated => 1119070429, + }, + + 'karma/post description' => { + message => q|If Karma is enabled on your site, the amount of Karma added for each Post +submitted by a user.|, + lastUpdated => 1119070429, + }, + + 'karma spent to rate description' => { + message => q|If karma is enabled on your site, this amount will be subtracted from the user rating a post as sort of a cost of rating posts. It is meant to keep users in check from just rating everything without thinking about the rating.|, + lastUpdated => 1119070429, + }, + + 'karma rating multiplier description' => { + message => q|If karma is enabled on your site, this amount multiplied by the rating the user gives a post will be the amount of karma the original author of the post receives.|, + lastUpdated => 1119070429, + }, + + 'filter code description' => { + message => q|Sets the level of HTML filtering done on each Post.|, + lastUpdated => 1119070429, + }, + + 'sort by description' => { + message => q|By default, all posts are displayed in a sorted order. Use this +field to choose by what property they are sorted. Multiple properties +may be selected.|, + lastUpdated => 1119070429, + }, + + 'sort order description' => { + message => q|Sort in ascending or descending order.|, + lastUpdated => 1119070429, + }, + + 'archive after description' => { + message => q|The time, after which a Post is last updated, it will be archived.|, + lastUpdated => 1119070429, + }, + + 'attachments/post description' => { + message => q|How many attachments may be added to each post?|, + lastUpdated => 1119070429, + }, + + 'editTimeout description' => { + message => q|After this timeout is reached, the Post can no longer be edited by +the original poster.|, + lastUpdated => 1119070429, + }, + + 'allow replies description' => { + message => q|Select "No" to prevent people from replying to this Post.|, + lastUpdated => 1119070429, + }, + + 'edit stamp description' => { + message => q|Select "Yes" to add a stamp to each Post saying when it was last edited.|, + lastUpdated => 1119070429, + }, + + 'rich edit description' => { + message => q|Select "Yes" to enable Rich Editing of content in Posts.|, + lastUpdated => 1119070429, + }, + + 'content filter description' => { + message => q|Select "Yes" to filter the content in each Post with the Replacements System.|, + lastUpdated => 1119070429, + }, + + 'use preview description' => { + message => q|Select "Yes" to display a preview of the Post to the user before submitting it. While +the preview is displayed, the Post can either be edited or canceled.|, + lastUpdated => 1119070429, + }, + + 'moderate description' => { + message => q|Enable moderation for Posts to the Collaboration Asset.|, + lastUpdated => 1119070429, + }, + 'collaboration post list template variables title' => { message => q|Collaboration, Post List Template Variables|,