lots of changes

This commit is contained in:
Frank Dillon 2008-11-12 23:03:42 +00:00
parent 93df39d6f6
commit 615e0e3746
28 changed files with 2883 additions and 212 deletions

View file

@ -15,17 +15,17 @@ our $I18N = {
},
'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.|,
message => q|Select a style template from the list to enclose the inbox in.|,
lastUpdated => 1119068809
},
'profile layout template label' => {
message => q|Layout Template|,
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 and the contents of the one currently chosen|,
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
},
@ -48,6 +48,71 @@ our $I18N = {
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;