Account release candidate - final changes before merge

This commit is contained in:
Frank Dillon 2008-11-15 02:39:23 +00:00
parent aec93573f0
commit 11d18075fa
45 changed files with 3379 additions and 1325 deletions

View file

@ -9,6 +9,244 @@ our $I18N = {
context => q{Tab label for Friends Account pluggin},
},
'friends style template label' => {
message => q|Style Template|,
lastUpdated => 1119068809
},
'friends style template hoverHelp' => {
message => q|Select a style template from the list to enclose friends in.|,
lastUpdated => 1119068809
},
'friends layout template label' => {
message => q|Edit Layout Template|,
lastUpdated => 1119068809
},
'friends 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
},
'friends view template label' => {
message => q|View Template|,
lastUpdated => 1119068809
},
'friends view template hoverHelp' => {
message => q|Choose the main template for viewing friends|,
lastUpdated => 1119068809
},
'friends edit template label' => {
message => q|Edit Template|,
lastUpdated => 1119068809
},
'friends edit template hoverHelp' => {
message => q|Choose the template for editing friends|,
lastUpdated => 1119068809
},
'friends send request template label' => {
message => q|Send Friends Request Template|,
lastUpdated => 1119068809
},
'friends send request template hoverHelp' => {
message => q|Choose the template for sending friends requests|,
lastUpdated => 1119068809
},
'friends confirm template label' => {
message => q|Friends Request Confirm Template|,
lastUpdated => 1119068809
},
'friends confirm template hoverHelp' => {
message => q|Choose the template for displaying confirmation that a friends request has been sent|,
lastUpdated => 1119068809
},
'friends remove confirm template label' => {
message => q|Friends Removal Confirm Template|,
lastUpdated => 1119068809
},
'friends remove confirm template hoverHelp' => {
message => q|Choose the template for displaying confirmation that you wish to remove a friend|,
lastUpdated => 1119068809
},
'friends error template label' => {
message => q|Error Template|,
lastUpdated => 1119068809
},
'friends error template hoverHelp' => {
message => q|Choose the template for displaying friends errors|,
lastUpdated => 1119068809
},
'back label' => {
message => q{back to site},
lastUpdated => 1119068809
},
'edit my profile' => {
message => q|edit my profile|,
lastUpdated => 1068703399
},
'profile as others label' => {
message => q{view my profile as others see it},
lastUpdated => 1119068809
},
'error label' => {
message => q{Error},
lastUpdated => 1225724810,
},
'member since' => {
message => q{Member Since },
lastUpdated => 1119068809
},
'add to network label' => {
message => q{Add to Network},
lastUpdated => 1119068809
},
'back to profile label' => {
message => q{back to profile},
lastUpdated => 1225724810,
},
'adding user message' => {
message => q{You are adding <strong>%s</strong> to your network.},
lastUpdated => 1225724810,
},
'sending to message' => {
message => q{The following message will be sent along with your invitation:},
lastUpdated => 1225724810,
},
'default friend comments' => {
message => q{%s,
I'd like you to be a part of my friends network.
Thanks,
%s},
lastUpdated => 1225724810,
},
'send invite button label' => {
message => q{Send Invitation},
lastUpdated => 1225724810,
},
'cancel button label' => {
message => q{Cancel},
lastUpdated => 1225724810,
},
'error user is already friend' => {
message => q{This user is already a member of your friends network},
lastUpdated => 1181493546,
},
'error user is already invited' => {
message => q{You have already sent an invitation for this user to join your friends network},
lastUpdated => 1181493546,
},
'does not want to be a friend' => {
message => q{This user prefers not to be added as a friend.},
lastUpdated => 1186264488,
},
'' => {
message => q{},
lastUpdated => 1225724810,
},
'back to user profile' => {
message => q{back to users profile},
lastUpdated => 1225724810,
},
'message sent label' => {
message => q{Friends Request Sent},
lastUpdated => 1181019679,
},
'add to friends confirmation' => {
message => q{An email has been sent to %s for your request to be added to your friends network.},
lastUpdated => 1186030776,
},
'send private message label' => {
message => q{Send Private Message},
lastUpdated => 1186030776,
},
'send private message label' => {
message => q{Send Private Message},
lastUpdated => 1186030776,
},
'remove from friends label' => {
message => q{Remove From Friends},
lastUpdated => 1186030776,
},
'no friend selected' =>{
message => q{You have not selected friend to be removed from your friends list},
lastUpdated => 1186030776,
},
'not a friend error' =>{
message => q{The user you have selected to remove is not in your friends list.},
lastUpdated => 1186030776,
},
'remove confirm label' =>{
message => q{Remove Friend Confirmation},
lastUpdated => 1186030776,
},
'remove confirm message' =>{
message => q{Are you sure you want remove %s from your friends list?},
lastUpdated => 1186030776,
},
'remove confirm yes' =>{
message => q{yes, remove this user},
lastUpdated => 1186030776,
},
'remove confirm no' =>{
message => q{no, I made a mistake},
lastUpdated => 1186030776,
},
'friend removed' =>{
message => q{%s was removed from your friends list},
lastUpdated => 1186030776,
},
'no access' =>{
message => q{You do not have permission to view this user's friends list},
lastUpdated => 1186030776,
},
'friends is off' =>{
message => q{You do not have friends enabled. In order to see this page you must edit your profile and enable the friends setting.},
lastUpdated => 1186030776,
},
};

View file

@ -79,13 +79,23 @@ our $I18N = {
lastUpdated => 1119068809
},
'invitation error message template label' => {
message => q|Inbox Error Message Template|,
'invitation confirm message template label' => {
message => q|Invitation Confirmation Message Template|,
lastUpdated => 1119068809
},
'invitation error message template hoverHelp' => {
message => q|Choose the template for viewing inbox errors|,
'invitation confirm message template hoverHelp' => {
message => q|Choose the template for viewing invitation confirmations|,
lastUpdated => 1119068809
},
'inbox view invitation template label' => {
message => q|View Invitation Template|,
lastUpdated => 1119068809
},
'inbox view invitation template hoverHelp' => {
message => q|Choose the template for viewing an invitation|,
lastUpdated => 1119068809
},
@ -279,6 +289,72 @@ our $I18N = {
lastUpdated => 1181019679,
},
'error label' => {
message => q{Error},
lastUpdated => 1225724810,
},
'invitation label' => {
message => q{Invitation},
lastUpdated => 1225724810,
},
'invitation count' => {
message => q{invitations},
lastUpdated => 1225724810,
},
'invitation message' => {
message => q{%s has invited you to join their friends newtork},
lastUpdated => 1225724810,
},
'no invitations' => {
message => q{You have no outstanding friends invitations},
lastUpdated => 1225724810,
},
'accept button label' => {
message => q{Accept},
lastUpdated => 1225724810,
},
'deny button label' => {
message => q{Deny},
lastUpdated => 1225724810,
},
'invitation confirm label' => {
message => q{Invitation Notices Sent},
lastUpdated => 1225724810,
},
'invitation confirm message' => {
message => q{The following users were notified:},
lastUpdated => 1225724810,
},
'invitations back label' => {
message => q{back to invitations},
lastUpdated => 1225724810,
},
'invitation does not exist' => {
message => q{The invitation you are trying to view has already been approved or denied.},
lastUpdated => 1119068809
},
'no access to invitation' => {
message => q{You do not have permission to view this invitation.},
lastUpdated => 1119068809
},
'inviter no longer exists' => {
message => q{The user who sent this invitation is no longer a member of the site.},
lastUpdated => 1119068809
},
};
1;

View file

@ -59,20 +59,16 @@ our $I18N = {
lastUpdated => 1119068809
},
'required error' => {
message => q|%s is required.|,
lastUpdated => 1031514049
},
'profile error template label' => {
message => q|Error Template|,
lastUpdated => 1119068809
},
'language not installed error' => {
message => q|%s is not installed. Please select another language|,
lastUpdated => 1031514049
},
'profile error template hoverHelp' => {
message => q|Choose the template to use for displaying profile errors to the user|,
lastUpdated => 1119068809
},
'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|,
@ -110,9 +106,56 @@ our $I18N = {
},
'back label' => {
message => q{go back},
message => q{back to site},
lastUpdated => 1119068809
}
},
'profile not public error' => {
message => q|This user's profile is not public.|,
lastUpdated => 1043881275
},
'friends only' => {
message => q|Your profile is viewable to Friends|,
lastUpdated => 1043881275
},
'private profile' => {
message => q|Your profile is Private|,
lastUpdated => 1043881275
},
'public profile' => {
message => q|Your profile is Public|,
lastUpdated => 1043881275
},
'private label' => {
message => q|Private|,
lastUpdated => 1043881275
},
'public label' => {
message => q|Public|,
lastUpdated => 1043881275
},
'friends only label' => {
message => q|Friends Only|,
lastUpdated => 1043881275
},
'error label' => {
message => q{Error},
lastUpdated => 1225724810,
},
'back to profile label' => {
message => q{back to profile},
lastUpdated => 1225724810,
},
};
1;

View file

@ -0,0 +1,40 @@
package WebGUI::i18n::English::Account_Shop;
use strict;
our $I18N = {
'title' => {
message => q{Shop},
lastUpdated => 1225724810,
context => q{Tab label for User Account pluggin},
},
'shop style template label' => {
message => q|Style Template|,
lastUpdated => 1119068809
},
'shop style template hoverHelp' => {
message => q|Select a style template from the list to enclose the shop tab in.|,
lastUpdated => 1119068809
},
'shop layout template label' => {
message => q|Layout Template|,
lastUpdated => 1119068809
},
'shop layout template hoverHelp' => {
message => q{Choose a layout template in which to enclose the content from the various methods within the shop tab},
lastUpdated => 1119068809
},
'manage purchases label' => {
message => q{Manage Purchases},
lastUpdated => 1119068809
},
};
1;

View file

@ -4,11 +4,36 @@ use strict;
our $I18N = {
'title' => {
message => q{User},
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
},
};

View file

@ -254,6 +254,16 @@ our $I18N = {
lastUpdated => 1031514049
},
'required error' => {
message => q{%s is required.},
lastUpdated => 1031514049
},
'language not available error' => {
message => q|%s is not available. Please select another language|,
lastUpdated => 1031514049
},
'454' => {
message => q|Last Updated|,
lastUpdated => 1031514049
@ -330,7 +340,7 @@ our $I18N = {
},
'861' => {
message => q|Make profile public?|,
message => q|Profile Privacy Setting|,
lastUpdated => 1043879954
},