diff --git a/lib/WebGUI/Asset/Wobject/Collaboration.pm b/lib/WebGUI/Asset/Wobject/Collaboration.pm index 7c61df4ab..8354f5c66 100644 --- a/lib/WebGUI/Asset/Wobject/Collaboration.pm +++ b/lib/WebGUI/Asset/Wobject/Collaboration.pm @@ -481,15 +481,15 @@ sub getEditForm { -name=>"sortBy", -value=>[$self->getValue("sortBy")], -options=>{ - lineage=>"Sequence", - dateUpdated=>"Date Updated", - dateSubmitted=>"Date Submitted", - userDefined1=>"User Defined 1", - userDefined2=>"User Defined 2", - userDefined3=>"User Defined 3", - userDefined4=>"User Defined 4", - userDefined5=>"User Defined 5", - title=>"Title" + lineage=>WebGUI::International::get('sequence', 'Asset_Collaboration'), + dateUpdated=>WebGUI::International::get('date updated', 'Asset_Collaboration'), + dateSubmitted=>WebGUI::International::get('date submitted', 'Asset_Collaboration'), + title=>WebGUI::International::get('title', 'Asset_Collaboration'), + userDefined1=>WebGUI::International::get('user defined 1', 'Asset_Collaboration'), + userDefined2=>WebGUI::International::get('user defined 2', 'Asset_Collaboration'), + userDefined3=>WebGUI::International::get('user defined 3', 'Asset_Collaboration'), + userDefined4=>WebGUI::International::get('user defined 4', 'Asset_Collaboration'), + userDefined5=>WebGUI::International::get('user defined 5', 'Asset_Collaboration'), }, -label=>WebGUI::International::get('sort by', 'Asset_Collaboration'), ); @@ -497,8 +497,8 @@ sub getEditForm { -name=>"sortOrder", -value=>[$self->getValue("sortOrder")], -options=>{ - asc=>"Ascending", - desc=>"Descending" + asc=>WebGUI::International::get('ascending', 'Asset_Collaboration'), + desc=>WebGUI::International::get('descending', 'Asset_Collaboration'), }, -label=>WebGUI::International::get('sort order', 'Asset_Collaboration'), ); diff --git a/lib/WebGUI/i18n/English/Asset_Collaboration.pm b/lib/WebGUI/i18n/English/Asset_Collaboration.pm index 7c4a68c12..abde244a1 100644 --- a/lib/WebGUI/i18n/English/Asset_Collaboration.pm +++ b/lib/WebGUI/i18n/English/Asset_Collaboration.pm @@ -11,11 +11,56 @@ our $I18N = { lastUpdated => 1109618544, }, - 'preview' => { - message => q|Preview|, + 'sequence' => { + message => q|Sequence|, + lastUpdated => 1113761865, + }, + + 'date updated' => { + message => q|Date Updated|, + lastUpdated => 1113761865, + }, + + 'date submitted' => { + message => q|Date Submitted|, + lastUpdated => 1113761865, + }, + + 'user defined 1' => { + message => q|User Defined 1|, lastUpdated => 1109618544, }, + 'user defined 2' => { + message => q|User Defined 2|, + lastUpdated => 1109618544, + }, + + 'user defined 3' => { + message => q|User Defined 3|, + lastUpdated => 1109618544, + }, + + 'user defined 4' => { + message => q|User Defined 4|, + lastUpdated => 1109618544, + }, + + 'user defined 5' => { + message => q|User Defined 5|, + lastUpdated => 1109618544, + }, + + 'ascending' => { + message => q|Ascending|, + lastUpdated => 1113673328, + }, + + 'descending' => { + message => q|Descending|, + lastUpdated => 1113673330, + }, + 'add' => { message => q|Add|, lastUpdated => 1109618544, @@ -473,7 +518,6 @@ our $I18N = { lastUpdated => 1111533788, }, - 'collaboration template labels body' => { context => q|Note to translators, this text is largely autogenerated. Please just translate the paragraph at the beginning of the message and leave the rest.|, message => q|These labels are available in the templates of several Assets and Wobjects, but all of them may not be useful. Please consult the template documentation for the Asset or Wobject to see which are used. @@ -743,12 +787,94 @@ our $I18N = { ^International("word","Asset_Collaboration"); "^International("without","Asset_Collaboration");".

- - |, lastUpdated => 1111532035, }, + 'collaboration add/edit title' => { + message => q|Collaboration, Add/Edit|, + lastUpdated => 1113673895, + }, + + 'collaboration add/edit body' => { + message => q|This Asset is used to hold a collection of Posts submitted by users and content managers. Based on how it is configured and which templates it uses, it can be used to build message boards, photo galleries, weblogs, FAQ lists and many more tools for your website.

+ +

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. + +

+^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("filter code","Asset_Collaboration");
+Sets the level of 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("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. + + |, + lastUpdated => 1113683370, + }, };