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

@ -9,7 +9,276 @@ our $I18N = {
context => q{Tab label for Inbox Account pluggin},
},
'inbox style template label' => {
message => q|Style Template|,
lastUpdated => 1119068809
},
'inbox style template hoverHelp' => {
message => q|Select a style template from the list to enclose the inbox in.|,
lastUpdated => 1119068809
},
'inbox layout template label' => {
message => q|Edit Layout Template|,
lastUpdated => 1119068809
},
'inbox 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
},
'inbox view template label' => {
message => q|View Template|,
lastUpdated => 1119068809
},
'inbox view template hoverHelp' => {
message => q|Choose the main template for viewing the inbox|,
lastUpdated => 1119068809
},
'inbox view message template label' => {
message => q|View Message Template|,
lastUpdated => 1119068809
},
'inbox view message template hoverHelp' => {
message => q|Choose the template for viewing a message in the inbox|,
lastUpdated => 1119068809
},
'inbox message confirm template label' => {
message => q|Inbox Message Confirm Template|,
lastUpdated => 1119068809
},
'inbox message confirm template hoverHelp' => {
message => q|Choose the template for displaying confirmation that a message has been sent|,
lastUpdated => 1119068809
},
'inbox error message template label' => {
message => q|Inbox Error Message Template|,
lastUpdated => 1119068809
},
'inbox error message template hoverHelp' => {
message => q|Choose the template for viewing inbox errors|,
lastUpdated => 1119068809
},
'inbox manage invitations template label' => {
message => q|Manage Invitations Template|,
lastUpdated => 1119068809
},
'inbox manage invitations template hoverHelp' => {
message => q|Choose the template to user for managing invitations|,
lastUpdated => 1119068809
},
'invitation error message template label' => {
message => q|Inbox Error Message Template|,
lastUpdated => 1119068809
},
'invitation error message template hoverHelp' => {
message => q|Choose the template for viewing inbox errors|,
lastUpdated => 1119068809
},
'subject label' => {
message => q|Subject|,
lastUpdated => 1119068809
},
'status label' => {
message => q{Status},
lastUpdated => 1119068809
},
'date label' => {
message => q{Date},
lastUpdated => 1119068809
},
'received label' => {
message => q{Received},
lastUpdated => 1119068809
},
'recipients label' => {
message => q{Add Recipients},
lastUpdated => 1119068809
},
'from label' => {
message => q{From},
lastUpdated => 1119068809
},
'to label' => {
message => q{To},
lastUpdated => 1119068809
},
'member since' => {
message => q{Member Since },
lastUpdated => 1119068809
},
'delete label' => {
message => q{Delete},
lastUpdated => 1119068809
},
'view my profile' => {
message => q{view my profile as others see it},
lastUpdated => 1119068809
},
'messages label' => {
message => q{Messages},
lastUpdated => 1119068809
},
'invitations label' => {
message => q{Invitations},
lastUpdated => 1119068809
},
'previous label' => {
message => q{Previous},
lastUpdated => 1119068809
},
'next label' => {
message => q{Next},
lastUpdated => 1119068809
},
'reply label' => {
message => q{Reply},
lastUpdated => 1119068809
},
'delete label' => {
message => q{Delete},
lastUpdated => 1119068809
},
'cancel label' => {
message => q{Cancel},
lastUpdated => 1119068809
},
'back label' => {
message => q{Back to Inbox},
lastUpdated => 1119068809
},
'new message label' => {
message => q{New Message},
lastUpdated => 1119068809
},
'send label' => {
message => q{Send},
lastUpdated => 1181019679,
},
'no access' => {
message => q{You do not have permission to view this message.},
lastUpdated => 1119068809
},
'no reply error' => {
message => q{You do not have permission to reply to this message.},
lastUpdated => 1119068809
},
'system message error' => {
message => q{This message was sent by the system and cannot be replied to},
lastUpdated => 1119068809
},
'message does not exist' => {
message => q{The message you are trying to view has been deleted.},
lastUpdated => 1119068809
},
'message count' => {
message => q{messages},
lastUpdated => 1119068809
},
'compose message label' => {
message => q{Compose new message},
lastUpdated => 1119068809
},
'reply message label' => {
message => q{Reply to message},
lastUpdated => 1119068809
},
'no self error' => {
message => q|You may not send messages to yourself.|,
lastUpdated => 1181019679,
},
'no friends error' => {
message => q{You do not have any active friends in the system. If you wish to send a new private message to a user without having to locate their profile, you must first add them as a friend.},
lastUpdated => 1181019679,
},
'no friends hover' => {
message => q{You must have active friends in the system if you wish to send new private messages without having to first locate their profile},
lastUpdated => 1181019679,
},
'no subject error' => {
message => q{You have not entered a subject for this message},
lastUpdated => 1181019679,
},
'no message error' => {
message => q{You have not entered a message},
lastUpdated => 1181019679,
},
'no user error' => {
message => q{You have not selected anyone to send this message to},
lastUpdated => 1181019679,
},
'blocked error' => {
message => q|This user does not wish to receive private messages.|,
lastUpdated => 1181019679,
},
'remove text' => {
message => q{remove},
lastUpdated => 1181019679,
},
'update label' => {
message => q{Update},
lastUpdated => 1181019679,
},
'message sent label' => {
message => q{Message Sent},
lastUpdated => 1181019679,
},
'message sent text' => {
message => q{Your message has been sent successfully},
lastUpdated => 1181019679,
},
};
1;

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;

View file

@ -188,6 +188,11 @@ our $I18N = {
lastUpdated => 1031514049
},
'home info short' => {
message => q|Home|,
lastUpdated => 1031514049
},
'118' => {
message => q|Anonymous Registration|,
lastUpdated => 1031514049
@ -617,6 +622,11 @@ our $I18N = {
lastUpdated => 1031514049
},
'demographic info short' => {
message => q|Demographic|,
lastUpdated => 1031514049
},
'39' => {
message => q|You do not have sufficient privileges to access this page.|,
lastUpdated => 1031514049
@ -835,6 +845,11 @@ to add or remove users from their groups.
lastUpdated => 1031514049
},
'preferences short' => {
message => q|Preferences|,
lastUpdated => 1031514049
},
'1026' => {
message => q|Allow rich edit?|,
lastUpdated => 1065966219
@ -1247,6 +1262,11 @@ You must be using mod_perl and configure <b>PerlSetEnv SYBASE /opt/sybase/11.0.2
message => q|Miscellaneous Information|,
lastUpdated => 1031514049
},
'misc info short' => {
message => q|Miscellaneous|,
lastUpdated => 1031514049
},
'967' => {
message => q|Empty everyone's trash.|,
@ -1516,6 +1536,11 @@ sent in HTML format. No attachments can be included.|,
lastUpdated => 1031514049
},
'work info short' => {
message => q|Work|,
lastUpdated => 1031514049
},
'429' => {
message => q|Login Time|,
lastUpdated => 1031514049
@ -1906,6 +1931,11 @@ This group could then be named "Employees in HMO 1", and would allow you to rest
lastUpdated => 1031514049
},
'contact info short' => {
message => q|Contact Info|,
lastUpdated => 1031514049
},
'230' => {
message => q|Message|,
lastUpdated => 1031514049
@ -2247,6 +2277,11 @@ This group could then be named "Employees in HMO 1", and would allow you to rest
lastUpdated => 1031514049
},
'personal info short' => {
message => q|Personal|,
lastUpdated => 1031514049
},
'317' => {
message => q|<a href="http://www.icq.com">ICQ</a> UIN|,
lastUpdated => 1031514049
@ -3539,6 +3574,11 @@ LongTruncOk=1</p>
message => q|Read|,
lastUpdated => 1181019679,
},
'inbox message status active' => {
message => q|Active|,
lastUpdated => 1181019679,
},
'private message prev label' => {
message => q|Previous|,

View file

@ -17,6 +17,16 @@ our $I18N = {
lastUpdated => 1031514049
},
'category short name' => {
message => q|Category Short Name|,
lastUpdated => 1031514049
},
'category short name description' => {
message => q|The short name of the this category.|,
lastUpdated => 1122315199,
},
'475' => {
message => q|Field Name|,
lastUpdated => 1031514049