Adding Matrix templates, updating Matrix international
This commit is contained in:
parent
bf7c3505d7
commit
ac0032fedf
9 changed files with 231 additions and 33 deletions
158
lib/WebGUI/i18n/English/Asset_MatrixListing.pm
Normal file
158
lib/WebGUI/i18n/English/Asset_MatrixListing.pm
Normal file
|
|
@ -0,0 +1,158 @@
|
|||
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,
|
||||
},
|
||||
|
||||
'last updated label' => {
|
||||
message => q|Last Updated|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'web site label' => {
|
||||
message => q|Web Site|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'message sent message' => {
|
||||
message => q|Message sent.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'contact maintainer label' => {
|
||||
message => q|Contact Maintainer|,
|
||||
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,
|
||||
},
|
||||
|
||||
'manufacturer label' => {
|
||||
message => q|Manufacturer|,
|
||||
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,
|
||||
},
|
||||
|
||||
'mean label' => {
|
||||
message => q|Mean|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'median label' => {
|
||||
message => q|Median|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'count label' => {
|
||||
message => q|Count|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'worst label' => {
|
||||
message => q|Worst|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'respectable label' => {
|
||||
message => q|Respectable|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'best label' => {
|
||||
message => q|Best|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue