initial commit

This commit is contained in:
Frank Dillon 2008-11-03 17:03:00 +00:00
parent d754931286
commit 7b260de791
14 changed files with 1046 additions and 0 deletions

View file

@ -0,0 +1,14 @@
package WebGUI::i18n::English::Account_Profile;
use strict;
our $I18N = {
'Error: Cannot instantiate template' => {
message => q{Error: Cannot instantiate template %s for class %s},
lastUpdated => 1225724810,
context => q{Error message in Account.pm},
},
};
1;

View file

@ -0,0 +1,15 @@
package WebGUI::i18n::English::Account_Friends;
use strict;
our $I18N = {
'title' => {
message => q{Friends},
lastUpdated => 1225724810,
context => q{Tab label for Friends Account pluggin},
},
};
1;

View file

@ -0,0 +1,15 @@
package WebGUI::i18n::English::Account_Inbox;
use strict;
our $I18N = {
'title' => {
message => q{Inbox},
lastUpdated => 1225724810,
context => q{Tab label for Inbox Account pluggin},
},
};
1;

View file

@ -0,0 +1,53 @@
package WebGUI::i18n::English::Account_Profile;
use strict;
our $I18N = {
'title' => {
message => q{Profile},
lastUpdated => 1225724810,
context => q{Tab label for Profile Account pluggin},
},
'profile style template label' => {
message => q|Style Template|,
lastUpdated => 1119068809
},
'profile style template hoverHelp' => {
message => q|Select a style template from the list to enclose your Wobject if it is viewed directly. If the Wobject is displayed as part of a Layout Asset, the Layout Asset's <b>Style Template</b> is used instead.|,
lastUpdated => 1119068809
},
'profile layout template label' => {
message => q|Layout Template|,
lastUpdated => 1119068809
},
'profile layout template hoverHelp' => {
message => q|Choose a layout from the list to display the various account pluggins and the contents of the one currently chosen|,
lastUpdated => 1119068809
},
'profile view template label' => {
message => q|View Template|,
lastUpdated => 1119068809
},
'profile view template hoverHelp' => {
message => q|Choose the main template for viewing a profile|,
lastUpdated => 1119068809
},
'profile edit template label' => {
message => q|Edit Template|,
lastUpdated => 1119068809
},
'profile edit template hoverHelp' => {
message => q|Choose the main template for editing a profile|,
lastUpdated => 1119068809
},
};
1;

View file

@ -0,0 +1,15 @@
package WebGUI::i18n::English::Account_User;
use strict;
our $I18N = {
'title' => {
message => q{User},
lastUpdated => 1225724810,
context => q{Tab label for User Account pluggin},
},
};
1;

View file

@ -3229,6 +3229,12 @@ a user.|,
lastUpdated => 1118941685,
},
'account settings tab' => {
message => q|Account|,
lastUpdated => 1098327046,
context => q|Tab label for the account settings in WebGUI Settings.|
},
'account' => {
message => q|Account|,
lastUpdated => 1098327046,