Added Contributions Account Pluggin which displays assets a user has contributed to the site

This commit is contained in:
Frank Dillon 2008-11-19 07:44:22 +00:00
parent a30520e871
commit a50414025e
5 changed files with 303 additions and 0 deletions

View file

@ -0,0 +1,69 @@
package WebGUI::i18n::English::Account_Contributions;
use strict;
our $I18N = {
'title' => {
message => q{Contributions},
lastUpdated => 1225724810,
context => q{Tab label for User Contributions pluggin},
},
'contrib style template label' => {
message => q|Style Template|,
lastUpdated => 1119068809
},
'contrib style template hoverHelp' => {
message => q|Select a style template from the list to enclose the contributions tab in.|,
lastUpdated => 1119068809
},
'contrib layout template label' => {
message => q|Layout Template|,
lastUpdated => 1119068809
},
'contrib layout template hoverHelp' => {
message => q{Choose a layout template in which to enclose the content from the various methods within the contributions tab},
lastUpdated => 1119068809
},
'contrib view template label' => {
message => q|View Contributions Template|,
lastUpdated => 1119068809
},
'contrib view template hoverHelp' => {
message => q{Choose the template for displaying user contributions},
lastUpdated => 1119068809
},
'title label' => {
message => q{Title},
lastUpdated => 1119068809
},
'type label' => {
message => q{Type},
lastUpdated => 1119068809
},
'date label' => {
message => q{Date},
lastUpdated => 1119068809
},
'no contributions' => {
message => q{No contributions to display},
lastUpdated => 1119068809
},
'contribution count' => {
message => q{total contributions},
lastUpdated => 1119068809
},
};
1;