Help and i18n pruning for MultiSearch, Messageboard, Matrix, Navigation, Product and Poll.
This commit is contained in:
parent
d324b766ce
commit
dbc59d2e44
11 changed files with 3 additions and 549 deletions
|
|
@ -387,7 +387,7 @@ our $HELP = {
|
|||
|
||||
'listing detail template' => {
|
||||
title => 'detail template help title',
|
||||
body => 'detail template help body',
|
||||
body => '',
|
||||
variables => [
|
||||
{
|
||||
'name' => 'discussion'
|
||||
|
|
|
|||
|
|
@ -1,32 +1,6 @@
|
|||
package WebGUI::Help::Asset_MessageBoard;
|
||||
|
||||
our $HELP = {
|
||||
'message board add/edit' => {
|
||||
title => '61',
|
||||
body => '71',
|
||||
isa => [
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => 'visitor cache timeout',
|
||||
namespace => 'Asset_MessageBoard',
|
||||
description => 'visitor cache timeout help',
|
||||
uiLevel => 8
|
||||
},
|
||||
{
|
||||
title => '73',
|
||||
namespace => 'Asset_MessageBoard',
|
||||
description => '73 description',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'message board template',
|
||||
namespace => 'Asset_MessageBoard',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'message board template' => {
|
||||
title => '73',
|
||||
body => '74',
|
||||
|
|
|
|||
|
|
@ -1,32 +1,6 @@
|
|||
package WebGUI::Help::Asset_MultiSearch;
|
||||
|
||||
our $HELP = {
|
||||
'multi search add/edit' => {
|
||||
title => 'multisearch add/edit title',
|
||||
body => 'multisearch add/edit body',
|
||||
isa => [
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => 'cache timeout',
|
||||
namespace => 'Asset_MultiSearch',
|
||||
description => 'cache timeout help',
|
||||
uiLevel => 8,
|
||||
},
|
||||
{
|
||||
title => 'MultiSearch Template',
|
||||
description => 'MultiSearch Template description',
|
||||
namespace => 'Asset_MultiSearch',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'multisearch template',
|
||||
namespace => 'Asset_MultiSearch',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'multisearch template' => {
|
||||
title => 'multisearch template title',
|
||||
body => 'multisearch template body',
|
||||
|
|
@ -60,10 +34,6 @@ our $HELP = {
|
|||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'multi search add/edit',
|
||||
namespace => 'Asset_MultiSearch',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -1,76 +1,6 @@
|
|||
package WebGUI::Help::Asset_Navigation;
|
||||
|
||||
our $HELP = {
|
||||
'navigation add/edit' => {
|
||||
title => '1098',
|
||||
body => '1093',
|
||||
isa => [
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => '1096',
|
||||
description => '1096 description',
|
||||
namespace => 'Asset_Navigation',
|
||||
},
|
||||
{
|
||||
title => 'mimeType',
|
||||
description => 'mimeType description',
|
||||
namespace => 'Asset_Navigation',
|
||||
},
|
||||
{
|
||||
title => 'Start Point Type',
|
||||
description => 'Start Point Type description',
|
||||
namespace => 'Asset_Navigation',
|
||||
},
|
||||
{
|
||||
title => 'Start Point',
|
||||
description => 'Start Point description',
|
||||
namespace => 'Asset_Navigation',
|
||||
},
|
||||
{
|
||||
title => 'Ancestor End Point',
|
||||
description => 'Ancestor End Point description',
|
||||
namespace => 'Asset_Navigation',
|
||||
},
|
||||
{
|
||||
title => 'Relatives To Include',
|
||||
description => 'Relatives To Include description',
|
||||
namespace => 'Asset_Navigation',
|
||||
},
|
||||
{
|
||||
title => 'Descendant End Point',
|
||||
description => 'Descendant End Point description',
|
||||
namespace => 'Asset_Navigation',
|
||||
},
|
||||
{
|
||||
title => '30',
|
||||
description => '30 description',
|
||||
namespace => 'Asset_Navigation',
|
||||
},
|
||||
{
|
||||
title => '31',
|
||||
description => '31 description',
|
||||
namespace => 'Asset_Navigation',
|
||||
},
|
||||
{
|
||||
title => '32',
|
||||
description => '32 description',
|
||||
namespace => 'Asset_Navigation',
|
||||
},
|
||||
{
|
||||
title => 'reverse page loop',
|
||||
description => 'reverse page loop description',
|
||||
namespace => 'Asset_Navigation',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'navigation template',
|
||||
namespace => 'Asset_Navigation'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'navigation template' => {
|
||||
title => '1096',
|
||||
body => '1097',
|
||||
|
|
@ -276,10 +206,6 @@ our $HELP = {
|
|||
}
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'navigation add/edit',
|
||||
namespace => 'Asset_Navigation'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
|
|
@ -331,10 +257,6 @@ our $HELP = {
|
|||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'navigation add/edit',
|
||||
namespace => 'Asset_Navigation'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -1,69 +1,9 @@
|
|||
package WebGUI::Help::Asset_Poll;
|
||||
|
||||
our $HELP = {
|
||||
'poll add/edit' => {
|
||||
title => '61',
|
||||
body => '71',
|
||||
isa => [
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => '73',
|
||||
description => '73 description',
|
||||
namespace => 'Asset_Poll',
|
||||
},
|
||||
{
|
||||
title => '3',
|
||||
description => '3 description',
|
||||
namespace => 'Asset_Poll',
|
||||
},
|
||||
{
|
||||
title => '4',
|
||||
description => '4 description',
|
||||
namespace => 'Asset_Poll',
|
||||
},
|
||||
{
|
||||
title => '20',
|
||||
description => '20 description',
|
||||
namespace => 'Asset_Poll',
|
||||
},
|
||||
{
|
||||
title => '5',
|
||||
description => '5 description',
|
||||
namespace => 'Asset_Poll',
|
||||
},
|
||||
{
|
||||
title => '6',
|
||||
description => '6 description',
|
||||
namespace => 'Asset_Poll',
|
||||
},
|
||||
{
|
||||
title => '7',
|
||||
description => '7 description',
|
||||
namespace => 'Asset_Poll',
|
||||
},
|
||||
{
|
||||
title => '72',
|
||||
description => '72 description',
|
||||
namespace => 'Asset_Poll',
|
||||
},
|
||||
{
|
||||
title => '10',
|
||||
description => '10 description',
|
||||
namespace => 'Asset_Poll',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'poll template',
|
||||
namespace => 'Asset_Poll',
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'poll template' => {
|
||||
title => '73',
|
||||
body => '74',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_Poll",
|
||||
|
|
@ -136,10 +76,6 @@ our $HELP = {
|
|||
}
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'poll add/edit',
|
||||
namespace => 'Asset_Poll',
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -1,228 +1,9 @@
|
|||
package WebGUI::Help::Asset_Product;
|
||||
|
||||
our $HELP = {
|
||||
'product add/edit' => {
|
||||
title => '38',
|
||||
body => '39',
|
||||
isa => [
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => 'cache timeout',
|
||||
namespace => 'Asset_Product',
|
||||
description => 'cache timeout help',
|
||||
uiLevel => 8,
|
||||
},
|
||||
{
|
||||
title => '62',
|
||||
description => '62 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
{
|
||||
title => '10',
|
||||
description => '10 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
{
|
||||
title => '11',
|
||||
description => '11 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
{
|
||||
title => '7',
|
||||
description => '7 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
{
|
||||
title => '8',
|
||||
description => '8 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
{
|
||||
title => '9',
|
||||
description => '9 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
{
|
||||
title => '13',
|
||||
description => '13 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
{
|
||||
title => '14',
|
||||
description => '14 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
{
|
||||
title => '15',
|
||||
description => '15 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'product related add/edit',
|
||||
namespace => 'Asset_Product'
|
||||
},
|
||||
{
|
||||
tag => 'product accessory add/edit',
|
||||
namespace => 'Asset_Product'
|
||||
},
|
||||
{
|
||||
tag => 'product benefit add/edit',
|
||||
namespace => 'Asset_Product'
|
||||
},
|
||||
{
|
||||
tag => 'product feature add/edit',
|
||||
namespace => 'Asset_Product'
|
||||
},
|
||||
{
|
||||
tag => 'product specification add/edit',
|
||||
namespace => 'Asset_Product'
|
||||
},
|
||||
{
|
||||
tag => 'product template',
|
||||
namespace => 'Asset_Product'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'product feature add/edit' => {
|
||||
title => '40',
|
||||
body => '41',
|
||||
fields => [
|
||||
{
|
||||
title => '23',
|
||||
description => '23 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
{
|
||||
title => '24',
|
||||
description => '24 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'product benefit add/edit',
|
||||
namespace => 'Asset_Product'
|
||||
},
|
||||
{
|
||||
tag => 'product add/edit',
|
||||
namespace => 'Asset_Product'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
'product specification add/edit' => {
|
||||
title => '42',
|
||||
body => '43',
|
||||
fields => [
|
||||
{
|
||||
title => '26',
|
||||
description => '26 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
{
|
||||
title => '27',
|
||||
description => '27 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
{
|
||||
title => '29',
|
||||
description => '29 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
{
|
||||
title => '28',
|
||||
description => '28 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'product add/edit',
|
||||
namespace => 'Asset_Product'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
'product accessory add/edit' => {
|
||||
title => '44',
|
||||
body => '45',
|
||||
fields => [
|
||||
{
|
||||
title => '17',
|
||||
description => '17 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
{
|
||||
title => '18',
|
||||
description => '18 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'product add/edit',
|
||||
namespace => 'Asset_Product'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
'product related add/edit' => {
|
||||
title => '46',
|
||||
body => '47',
|
||||
fields => [
|
||||
{
|
||||
title => '20',
|
||||
description => '20 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
{
|
||||
title => '21',
|
||||
description => '21 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'product add/edit',
|
||||
namespace => 'Asset_Product'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
'product benefit add/edit' => {
|
||||
title => '49',
|
||||
body => '50',
|
||||
fields => [
|
||||
{
|
||||
title => '51',
|
||||
description => '51 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
{
|
||||
title => '52',
|
||||
description => '52 description',
|
||||
namespace => 'Asset_Product',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'product feature add/edit',
|
||||
namespace => 'Asset_Product'
|
||||
},
|
||||
{
|
||||
tag => 'product add/edit',
|
||||
namespace => 'Asset_Product'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
'product template' => {
|
||||
title => '62',
|
||||
body => '63',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => 'Asset_Product',
|
||||
|
|
@ -384,10 +165,6 @@ our $HELP = {
|
|||
}
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'product add/edit',
|
||||
namespace => 'Asset_Product'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -192,18 +192,6 @@ our $I18N = {
|
|||
lastUpdated => 1066038194
|
||||
},
|
||||
|
||||
'71' => {
|
||||
message => q|<p>Message boards can contain one or more Forums and/or Discussion Boards. They are a great way to add community to any site or intranet. Many companies use message boards internally to collaborate on projects.
|
||||
</p>
|
||||
|,
|
||||
lastUpdated => 1168991147
|
||||
},
|
||||
|
||||
'61' => {
|
||||
message => q|Message Board, Add/Edit|,
|
||||
lastUpdated => 1066584548
|
||||
},
|
||||
|
||||
'assetName' => {
|
||||
message => q|Message Board|,
|
||||
lastUpdated => 1128831826
|
||||
|
|
|
|||
|
|
@ -27,16 +27,6 @@ our $I18N = {
|
|||
lastUpdated => 1133619940,
|
||||
},
|
||||
|
||||
'multisearch add/edit title' => {
|
||||
message => q|Add/Edit MultiSearch Wobject|,
|
||||
lastUpdated => 1133619940,
|
||||
},
|
||||
|
||||
'multisearch add/edit body' => {
|
||||
message => q|The MultiSearch wobject is a simple wobject that enables the user to search various search engines. The results appear in a new window.|,
|
||||
lastUpdated => 1140587496,
|
||||
},
|
||||
|
||||
'multisearch template title' => {
|
||||
message => q|MultiSearch Template Variables|,
|
||||
lastUpdated => 1133619940,
|
||||
|
|
|
|||
|
|
@ -128,11 +128,6 @@ our $I18N = {
|
|||
lastUpdated => 1078208044
|
||||
},
|
||||
|
||||
'1098' => {
|
||||
message => q|Navigation, Add/Edit|,
|
||||
lastUpdated => 1078208044
|
||||
},
|
||||
|
||||
'1096 description' => {
|
||||
message => q|Choose a template to use for displaying your navigation|,
|
||||
lastUpdated => 1121969610,
|
||||
|
|
@ -196,21 +191,6 @@ the Navigation Template to determine who can see them in the menu.</p>
|
|||
lastUpdated => 1121969610,
|
||||
},
|
||||
|
||||
|
||||
'1093' => {
|
||||
message => q|<p>Navigation Assets will help you build sets of links so that users can get around in your
|
||||
site. You can customize a Navigation form to choose the which pages are shown in
|
||||
your site navigation and how to display them. Some of the default Navigation templates that come with WebGUI are
|
||||
vertical, horizontal and crumbtrail. These templates can often be styled via CSS to match your site's design, instead
|
||||
of rewriting the templates.</p>
|
||||
<p>The Navigation Asset can also be used to generate XML output by creating a
|
||||
template and setting the MIME Type appropriately. This could be useful for building
|
||||
a Google sitemap of your site or RSS feeds.</p>
|
||||
|,
|
||||
|
||||
lastUpdated => 1140139614,
|
||||
},
|
||||
|
||||
'1096' => {
|
||||
message => q|Navigation Template|,
|
||||
lastUpdated => 1078207966
|
||||
|
|
|
|||
|
|
@ -72,12 +72,6 @@ our $I18N = {
|
|||
lastUpdated => 1149655462,
|
||||
},
|
||||
|
||||
'74' => {
|
||||
message => q|<p>The following variables are available to the poll template:</p>
|
||||
|,
|
||||
lastUpdated => 1149655485,
|
||||
},
|
||||
|
||||
'6' => {
|
||||
message => q|Question|,
|
||||
lastUpdated => 1031514049
|
||||
|
|
@ -88,12 +82,6 @@ our $I18N = {
|
|||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'71' => {
|
||||
message => q|Polls can be used to get the impressions of your users on various topics. Polls are Wobjects and Assets so they have the basic properties of both of those. Polls also have these unique properties:
|
||||
|,
|
||||
lastUpdated => 1119412535,
|
||||
},
|
||||
|
||||
'3 description' => {
|
||||
message => q|If this box is checked, then users will be able to vote. Otherwise they'll only be able to see the results of the poll.|,
|
||||
lastUpdated => 1119412478,
|
||||
|
|
@ -142,11 +130,6 @@ width is 150 pixels.|,
|
|||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'61' => {
|
||||
message => q|Poll, Add/Edit|,
|
||||
lastUpdated => 1050183732
|
||||
},
|
||||
|
||||
'7' => {
|
||||
message => q|Answers|,
|
||||
lastUpdated => 1031514049
|
||||
|
|
|
|||
|
|
@ -241,12 +241,6 @@ our $I18N = {
|
|||
lastUpdated => 1149655398,
|
||||
},
|
||||
|
||||
'63' => {
|
||||
message => q|<p>The following is the list of template variables available in product templates.</p>
|
||||
|,
|
||||
lastUpdated => 1149655422,
|
||||
},
|
||||
|
||||
'21' => {
|
||||
message => q|Add another related product?|,
|
||||
lastUpdated => 1031514049
|
||||
|
|
@ -292,11 +286,6 @@ our $I18N = {
|
|||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'44' => {
|
||||
message => q|Product Accessory, Add/Edit|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'55' => {
|
||||
message => q|Add a benefit.|,
|
||||
lastUpdated => 1031514049
|
||||
|
|
@ -317,11 +306,6 @@ our $I18N = {
|
|||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'40' => {
|
||||
message => q|Product Feature, Add/Edit|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'57' => {
|
||||
message => q|Are you certain you wish to delete this template and set all the products using it to the default template?|,
|
||||
lastUpdated => 1031514049
|
||||
|
|
@ -342,11 +326,6 @@ our $I18N = {
|
|||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'49' => {
|
||||
message => q|Product Benefit, Add/Edit|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'24' => {
|
||||
message => q|Add another feature?|,
|
||||
lastUpdated => 1031514049
|
||||
|
|
@ -382,21 +361,11 @@ our $I18N = {
|
|||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'42' => {
|
||||
message => q|Product Specification, Add/Edit|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'22' => {
|
||||
message => q|Edit Feature|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'46' => {
|
||||
message => q|Product (Related), Add/Edit|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'13' => {
|
||||
message => q|Brochure|,
|
||||
lastUpdated => 1031514049
|
||||
|
|
@ -427,11 +396,6 @@ our $I18N = {
|
|||
lastUpdated => 1120337226,
|
||||
},
|
||||
|
||||
'50' => {
|
||||
message => q|Benefits are typically the result of the features of your product. They are why your product is so good. If you add benefits, you may also wish to consider adding some features.|,
|
||||
lastUpdated => 1120337252
|
||||
},
|
||||
|
||||
'62 description' => {
|
||||
message => q|Select a layout for this product.|,
|
||||
lastUpdated => 1120332527,
|
||||
|
|
@ -477,11 +441,6 @@ our $I18N = {
|
|||
lastUpdated => 1120332527,
|
||||
},
|
||||
|
||||
'39' => {
|
||||
message => q|WebGUI has a product management system built in to enable you to publish your products and services to your site quickly and easily.|,
|
||||
lastUpdated => 1120332572
|
||||
},
|
||||
|
||||
'36' => {
|
||||
message => q|Add an accessory.|,
|
||||
lastUpdated => 1031514049
|
||||
|
|
@ -512,11 +471,6 @@ our $I18N = {
|
|||
lastUpdated => 1120335791,
|
||||
},
|
||||
|
||||
'41' => {
|
||||
message => q|Features are selling points for a product(ie. reasons to buy your product). Features often result in benefits, so you may want to also add some benefits to this product.|,
|
||||
lastUpdated => 1167186992
|
||||
},
|
||||
|
||||
'58' => {
|
||||
message => q|Edit Product Template|,
|
||||
lastUpdated => 1031514049
|
||||
|
|
@ -532,21 +486,11 @@ our $I18N = {
|
|||
lastUpdated => 1120337083,
|
||||
},
|
||||
|
||||
'47' => {
|
||||
message => q|Related products are products that are comparable or complementary to other products.|,
|
||||
lastUpdated => 1041876679
|
||||
},
|
||||
|
||||
'15' => {
|
||||
message => q|Warranty|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'38' => {
|
||||
message => q|Product, Add/Edit|,
|
||||
lastUpdated => 1038889846
|
||||
},
|
||||
|
||||
'52' => {
|
||||
message => q|Add another benefit?|,
|
||||
lastUpdated => 1031514049
|
||||
|
|
@ -587,11 +531,6 @@ our $I18N = {
|
|||
lastUpdated => 1120336412,
|
||||
},
|
||||
|
||||
'45' => {
|
||||
message => q|Accessories are products that enhance other products.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'37' => {
|
||||
message => q|Add a related product.|,
|
||||
lastUpdated => 1031514049
|
||||
|
|
@ -617,11 +556,6 @@ our $I18N = {
|
|||
lastUpdated => 1120336120,
|
||||
},
|
||||
|
||||
'43' => {
|
||||
message => q|Specifications are the technical details of your product.|,
|
||||
lastUpdated => 1120336146
|
||||
},
|
||||
|
||||
'19' => {
|
||||
message => q|Add Related Product|,
|
||||
lastUpdated => 1031514049
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue