webgui/lib/WebGUI/i18n/English/Asset_MatrixListing.pm

103 lines
2.6 KiB
Perl

package WebGUI::i18n::English::Asset_MatrixListing;
use strict;
our $I18N = {
'assetName' => {
message => q|Matrix Listing|,
lastUpdated => 0,
},
'edit matrix listing title' => {
message => q|Edit/Add Listing|,
lastUpdated => 0,
},
'template description' => {
message => q|Select a template to be used to display the default view of the Matrix.|,
lastUpdated => 0,
},
'template label' => {
message => q|Matrix Listing Template|,
lastUpdated => 0,
},
'screenshots description' => {
message => q|Upload a picture of the product, or a screen shot if it's a software package.|,
lastUpdated => 0,
},
'screenshots label' => {
message => q|Screenshots/Photos|,
lastUpdated => 0,
},
'description description' => {
message => q|Please give a general description of the product. Specific details can be rated in the form
fields below.|,
lastUpdated => 0,
},
'description label' => {
message => q|Description|,
lastUpdated => 0,
},
'version description' => {
message => q|Enter the version/edition/model number for the product.|,
lastUpdated => 0,
},
'version label' => {
message => q|Version/Model|,
lastUpdated => 0,
},
'maintainer description' => {
message => q|If left blank, this will be the name of the user who created this product listing. The
listing maintainer is allowed to edit this listing, even if they are not members of the group
to add or edit listings.|,
lastUpdated => 0,
},
'maintainer label' => {
message => q|Maintainer|,
lastUpdated => 0,
},
'manufacturerName description' => {
message => q|The name of the company that manufactures the product or provides the service represented in
this listing.|,
lastUpdated => 0,
},
'manufacturerName label' => {
message => q|Manufacturer Name|,
lastUpdated => 0,
},
'manufacturerURL description' => {
message => q|If the manufacturer has a website, enter the complete URL for it here.|,
lastUpdated => 0,
},
'manufacturerURL label' => {
message => q|Manufacturer URL|,
lastUpdated => 0,
},
'productURL description' => {
message => q|If the product has its own website, enter the complete URL for it here.|,
lastUpdated => 0,
},
'productURL label' => {
message => q|Product URL|,
lastUpdated => 0,
},
};
1;