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

40 lines
987 B
Perl

package WebGUI::i18n::English::Account_Shop;
use strict;
our $I18N = {
'title' => {
message => q{Shop},
lastUpdated => 1225724810,
context => q{Tab label for User Account pluggin},
},
'shop style template label' => {
message => q|Style Template|,
lastUpdated => 1119068809
},
'shop style template hoverHelp' => {
message => q|Select a style template from the list to enclose the shop tab in.|,
lastUpdated => 1119068809
},
'shop layout template label' => {
message => q|Layout Template|,
lastUpdated => 1119068809
},
'shop layout template hoverHelp' => {
message => q{Choose a layout template in which to enclose the content from the various methods within the shop tab},
lastUpdated => 1119068809
},
'manage purchases label' => {
message => q{Manage Purchases},
lastUpdated => 1119068809
},
};
1;