package WebGUI::i18n::English::Asset_Matrix; our $I18N = { 'delete field confirm' => { message => q|Are you certain you wish to delete this field and all the data linked to it?|, lastUpdated => 0, context => q|displayed in field manager before delete| }, 'screenshot' => { message => q|Screenshot/Photo|, lastUpdated => 0, context => q|edit listing property| }, 'screenshot help' => { message => q|Upload a picture of the product, or a screen shot if it's a software package.|, lastUpdated => 0, context => q|edit listing property help| }, 'visitor cache timeout' => { message => q|Visitor Cache Timeout|, lastUpdated => 0 }, 'visitor cache timeout help' => { message => q|Since all visitors will see this asset the same way, we can cache it to increase performance. How long should we cache it?|, lastUpdated => 0 }, 'comparison template help body' => { lastUpdated => 0, message => q|
The following template variables are available in the comparison template.
isTooMany
A condition indicating that the user has selected too many listings to compare. They may only compare Max Comparisons listings at a time.
isTooFew
A condition indicating that the user has selected too few listings to compare. They must compare at least two listings.
compare.form
The checkbox form that contains all the listings in this matrix.
product_loop
A loop containing the product information (not contained in categories) for this listing.
name
The name of the product.
version
The version number or model number of the product.
url
The URL to the details page for this listing.
lastupdated_loop
A loop containing the last updated dates for each listing.
lastUpdated
The human readable date that this product was last updated.
category_loop
A loop containing all of the category information for each listing.
category
The name of the current category.
columnCount
The number of products being compared.
row_loop
A loop containing the product data for this field in this category.
column_loop
A loop containing the value data for this field for this product. The first value in this loop is always the field name.
value
The value of this field.
class
The name of the stylesheet class for this field. it is generated by the value with all the spaces replaced by underscores and all the special characters removed.
description
The description for this field.
The following variables are available in the listing detail template.
discussion
The forum attached to this listing.
screenshot
The URL to the uploaded photo or screenshot.
thumbnail
The URL to the thumbnail of the uploaded photo or screenshot
email.form
A form to use to send an email to the listing maintainer.
email.wasSent
A condition indicating whether an email message was sent or not.
edit.url
The URL to the edit page for this listing.
user.canEdit
A condition indicating whether the current user has the privileges necessary to edit this listing.
user.canApprove
A condition indicating whether the current user has the privileges necessary to approve this listing so it appears on site.
approve.url
The URL to approve this listing.
delete.url
The URL to delete this listing.
isPending
A condition indicating whether this listing has been approved or not.
lastUpdated.epoch
The epoch date of when this listing was last updated.
lastUpdated.date
A human readable date of when this listing was last updated.
id
The unique identifier of this listing.
description
The description of this listing.
productName
The name of this listing.
productUrl
The manufacturer's URL for this listing.
productUrl.click
The product URL to use if you want to register the click count for this listing.
manufacturerName
The name of the company that manufactuers theproduct or provides the service represented in this listing.
manufacturerUrl
The manufacturer's URL.
manufacturerUrl.click
The manufacturer URL to use if you want to register the click count for this listing.
versionNumber
The version number or model number of this product.
views
The total number of views this listing has received.
compares
The total number of compares this listing has received.
clicks
The total number of clicks this listing has received.
ratings
The ratings form (or results) for this listing.
category_loop
A loop is created for each category in this matrix. The name of the loop is the category name with spaces replaced with hypens and a _loop added to the end. So if you have a category called "Bells and Whistles" then the loop would be called "bells-and-whistles_loop".
value
The value of this field.
name
The name of this field.
label
The label of this field.
description
The description that tells the user what this field represents.
category
The name the category this field is in.
class
The stylesheet class name for this field. The class is the field value with spaces replaced with underscores and all non alphanumeric characters removed.
The following variables are available in the main Matrix template.
compare.form
The checkbox form that lists all of the comparable items in this matrix.
search.url
The URL to the matrix search page.
isLoggedIn
A condition indicating whether the current user is logged in to the site.
field.list.url
The URL to the page where you configure new fields for this matrix.
listing.add.url
The URL to the page where a user can add a new listing to the matrix.
best.views.url
The URL to the listing that has the most views.
best.views.count
The total number of views of the listing that has the most views.
best.views.name
The name of the listing that has the most views.
best.compares.url
The URL to the listing that has the most compares.
best.compares.count
The number of compares of the listing that has the most compares.
best.compares.name
The name of the listing that has the most compares.
best.clicks.url
The URL of the listing that has the most clicks.
best.clicks.count
The number of clicks of the listing that has the most clicks.
best.clicks.name
The name of the listing that has the most clicks.
best_rating_loop
A loop containing all of the categories for this matrix and their best ratings.
url
The URL of the listing that has the best rating for this category.
category
The name of this cateogry.
name
The name of the listing that has the best rating for this category.
mean
The mean (or average) rating of the best listing in this category.
median
The median (or middle) rating of the best listing in this category.
count
The sum of all the votes of the best listing in this category.
worst_rating_loop
A loop containing all of the categories for this matrix and their worst ratings.
url
The URL of the listing that has the worst rating for this category.
category
The name of this cateogry.
name
The name of the listing that has the worst rating for this category.
mean
The mean (or average) rating of the worst listing in this category.
median
The median (or middle) rating of the worst listing in this category.
count
The sum of all the votes of the worst listing in this category.
ratings.details.url
The URL to the ratings details page.
best.posts.url
The URL to the listing that has the most forum posts.
best.updated.url
The URL to the listing that was updated most recently.
best.updated.date
The date of the most recently updated listing.
best.updated.name
The name of the listing that was most recently updated.
last_update_loop
A loop containing the 20 most recently updated listings.
url
The URL to view this listing.
name
The name of the product.
lastUpdated
The date this listing was updated.
user.count
The total number of registered users on the site.
current.user.count
The number of users browsing the site right now.
listing.count
The number of listings in this matrix.
pending_list
A loop containing the list of pending listing.
url
The URL to the pending listing.
productName
The product title of the pending listing.
The following variables are available in the ratings detail template.
rating_loop
This loop contains a list of the categories in this matrix.
category
The name of the current category.
detail_loop
A loop containing a list of listings who have had at least 10 ratings votes and are listed in order by average rating from highest to lowest.
url
The URL to the detail page for this listing.
mean
This listing's mean (or average) rating.
median
This listing's median (or middle) rating.
count
The total score for this listing.
name
The name of this listing.
The following variables are available in the matrix search template.
compare.form
The checkbox form that lists all of the listings in this matrix.
form.header
The required header component of the search form.
form.footer
The required footer component of the search form.
form.submit
The default submit button for the search form.
category_loop
A loop is created for each category in this matrix. The category name is "category_loop" where category is the name of the category with spaces replaced with hyphens. So if you had a category called "Bells And Whistles" the loop would be called "bells-and-whistles_loop".
name
The name of the listing.
fieldType
The type of field specified for this matrix field.
label
The label given to this field that describes what the field represents.
description
A description of the field that gives more detail about the field and is used in the hover over tool tips.
form
The form element representing this field.
The Matrix allows you to set up a really powerful comparison system for any manner of item or service.
| }, 'categories description' => { message => q|Specify one category per line here to define the categories for this matrix. Categories are used to subdivide fields and also represent the things users can rate each listing on.|, lastUpdated => 1136503559, }, 'categories subtext' => { message => q|Are you absolutely sure you wish to delete this listing? This operation cannot be undone.
|, }, 'list fields' => { lastUpdated => 1135289632, message => q|The type of field you are creating. Please select the type from the following options in the drop-down list.
Enter in a default value for the field that will be used if the user leaves the field blank.
For the GoodBad field, the possible values are "No", "Yes", "Free Add On", "Costs Extra", "Limited". While the displayed labels are internationalized, these values are not.
For the Combo field, you may only enter in 1 value, but the user will be allowed to select any value entered in by other users. In other words, the drop-down list will contain all values entered in by users who enter unique data into this field.
| }, 'category description' => { lastUpdated => 1136503500, message => q|Select the category which this field falls into.| }, }; 1;