51 lines
1.5 KiB
Perl
51 lines
1.5 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
|
|
},
|
|
|
|
'user layout template title' => {
|
|
message => q{Account User Layout Template},
|
|
lastUpdated => 1230846973,
|
|
},
|
|
|
|
'user layout template body' => {
|
|
message => q{This Account plugin is only a wrapper for the WebGUI Auth system. Please see
|
|
the display account templates for information about styling this screen.},
|
|
lastUpdated => 1230846978,
|
|
},
|
|
|
|
|
|
};
|
|
|
|
1;
|