118 lines
3.2 KiB
Perl
118 lines
3.2 KiB
Perl
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 the inbox in.|,
|
|
lastUpdated => 1119068809
|
|
},
|
|
|
|
'profile layout template label' => {
|
|
message => q|Edit Layout Template|,
|
|
lastUpdated => 1119068809
|
|
},
|
|
|
|
'profile layout template hoverHelp' => {
|
|
message => q{Choose a layout from the list to display the various account pluggins that are editable by the current user as well as 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
|
|
},
|
|
|
|
'profile edit layout template label' => {
|
|
message => q{Display Layout Template},
|
|
lastUpdated => 1119068809
|
|
},
|
|
|
|
'profile edit layout template hoverHelp' => {
|
|
message => q{Choose a layout from the list to display the various account pluggins that are viewable by others as well as the contents of the one currently chosen},
|
|
lastUpdated => 1119068809
|
|
},
|
|
|
|
'required error' => {
|
|
message => q|%s is required.|,
|
|
lastUpdated => 1031514049
|
|
},
|
|
|
|
'language not installed error' => {
|
|
message => q|%s is not installed. Please select another language|,
|
|
lastUpdated => 1031514049
|
|
},
|
|
|
|
'email already in use error' => {
|
|
message => q|The email address is already in use. Please use a different email address.|,
|
|
lastUpdated => 1068703399
|
|
},
|
|
|
|
'visitor profile restricted' => {
|
|
message => q|The visitor profile is restricted|,
|
|
lastUpdated => 1068703399
|
|
},
|
|
|
|
'edit my profile' => {
|
|
message => q|edit my profile|,
|
|
lastUpdated => 1068703399
|
|
},
|
|
|
|
'view my profile' => {
|
|
message => q|view my profile|,
|
|
lastUpdated => 1068703399
|
|
},
|
|
|
|
'profile as others label' => {
|
|
message => q{view my profile as others see it},
|
|
lastUpdated => 1119068809
|
|
},
|
|
|
|
'member since' => {
|
|
message => q{Member Since },
|
|
lastUpdated => 1119068809
|
|
},
|
|
|
|
'send private message label' => {
|
|
message => q{Send Private Message},
|
|
lastUpdated => 1119068809
|
|
},
|
|
|
|
'send friend request label' => {
|
|
message => q{Send Friend Request},
|
|
lastUpdated => 1119068809
|
|
},
|
|
|
|
'back label' => {
|
|
message => q{go back},
|
|
lastUpdated => 1119068809
|
|
}
|
|
};
|
|
|
|
1;
|