124 lines
3.8 KiB
Perl
124 lines
3.8 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
|
|
},
|
|
|
|
'account contributions layout template' => {
|
|
message => q{Account Contributions Layout Template},
|
|
lastUpdated => 1230848105,
|
|
},
|
|
|
|
'title_url' => {
|
|
message => q{URL to sort contributions by title. Note that this URL also toggles the state of the sorting direction, ascending or descending.},
|
|
lastUpdated => 1230848105,
|
|
},
|
|
|
|
'type_url' => {
|
|
message => q{URL to sort contributions by type of contribution. Note that this URL also toggles the state of the sorting direction, ascending or descending.},
|
|
lastUpdated => 1230848105,
|
|
},
|
|
|
|
'dateStamp_url' => {
|
|
message => q{URL to sort contributions by date it was created. Note that this URL also toggles the state of the sorting direction, ascending or descending.},
|
|
lastUpdated => 1230848105,
|
|
},
|
|
|
|
'rpp_url' => {
|
|
message => q{URL to change the number of results per page.},
|
|
lastUpdated => 1230848105,
|
|
},
|
|
|
|
'has_contributions' => {
|
|
message => q{A boolean which will be true if the user has made contributions to the site.},
|
|
lastUpdated => 1230848105,
|
|
},
|
|
|
|
'contributions_total' => {
|
|
message => q{The total number of contributions made by the user.},
|
|
lastUpdated => 1230848105,
|
|
},
|
|
|
|
'user_full_name' => {
|
|
message => q{The name of the user whose contributions are being viewed.},
|
|
lastUpdated => 1230848105,
|
|
},
|
|
|
|
'user_member_since' => {
|
|
message => q{The date, as an epoch, that the user whose contributions are being viewed created an account on this site.},
|
|
lastUpdated => 1230848105,
|
|
},
|
|
|
|
'contributions_loop' => {
|
|
message => q{A loop containing information about all contributions made by this user.},
|
|
lastUpdated => 1230848105,
|
|
},
|
|
|
|
'contributions_variables' => {
|
|
message => q{Every Asset variable that the asset provides will be in this loop, by name. The more common, useful ones will be title, url, menutitle, dateCreated, synopsis, lastModified, and so on.},
|
|
lastUpdated => 1230866082,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|