69 lines
1.7 KiB
Perl
69 lines
1.7 KiB
Perl
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;
|