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

40 lines
1.1 KiB
Perl

package WebGUI::i18n::English::Account_User;
use strict;
our $I18N = {
'title' => {
message => q{Account},
lastUpdated => 1225724810,
context => q{Tab label for User Account pluggin},
},
'user style template label' => {
message => q|Style Template|,
lastUpdated => 1119068809
},
'user style template hoverHelp' => {
message => q|Select a style template from the list to enclose the account tab in.|,
lastUpdated => 1119068809
},
'user layout template label' => {
message => q|Layout Template|,
lastUpdated => 1119068809
},
'user layout template hoverHelp' => {
message => q{Choose a layout template in which to enclose the content from the various methods within the account tab},
lastUpdated => 1119068809
},
'templates in auth method message' => {
message => q{<strong>The display templates for this module can be found in the settings <br />for the authentications modules you have installed on your site. </strong>},
lastUpdated => 1119068809
},
};
1;