merging back with HEAD

This commit is contained in:
Colin Kuskie 2009-02-27 06:06:05 +00:00
parent cd30eb437c
commit f8b11b5423
42 changed files with 1201 additions and 182 deletions

View file

@ -23,7 +23,7 @@ our $I18N = {
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
@ -194,7 +194,7 @@ our $I18N = {
message => q|Subject|,
lastUpdated => 1119068809
},
'status label' => {
message => q{Status},
lastUpdated => 1119068809
@ -214,7 +214,7 @@ our $I18N = {
message => q{Add Recipients},
lastUpdated => 1119068809
},
'from label' => {
message => q{From},
lastUpdated => 1119068809
@ -224,7 +224,7 @@ our $I18N = {
message => q{To},
lastUpdated => 1119068809
},
'member since' => {
message => q{Member Since },
lastUpdated => 1119068809
@ -234,7 +234,7 @@ our $I18N = {
message => q{Delete},
lastUpdated => 1119068809
},
'view my profile' => {
message => q{view my profile as others see it},
lastUpdated => 1119068809
@ -546,6 +546,181 @@ our $I18N = {
lastUpdated => 0,
context => "Description of Inbox setting",
},
'subject_url' => {
message => q{The URL to sort the inbox by subject.},
lastUpdated => 1235421123,
context => "template variable for view inbox template",
},
'status_url' => {
message => q{The URL to sort the inbox by status.},
lastUpdated => 1235421123,
context => "template variable for view inbox template",
},
'from_url' => {
message => q{The URL to sort the inbox by who sent the messages.},
lastUpdated => 1235421123,
context => "template variable for view inbox template",
},
'dateStamp_url' => {
message => q{The URL to sort the inbox by when the message was sent.},
lastUpdated => 1235421123,
context => "template variable for view inbox template",
},
'rpp_url' => {
message => q{The current URL with sort, sort direction and user filtering params added.},
lastUpdated => 1235421123,
context => "template variable for view inbox template",
},
'has_messages' => {
message => q{A boolean which is true if the user has messages.},
lastUpdated => 1235421123,
context => "template variable for view inbox template",
},
'message_total' => {
message => q{The total number of messages the user has in their inbox.},
lastUpdated => 1235421123,
context => "template variable for view inbox template",
},
'new_message_url' => {
message => q{The URL to take the user to the screen where they can send new messages to other users.},
lastUpdated => 1235421123,
context => "template variable for view inbox template",
},
'canSendMessages' => {
message => q{A boolean which is true if the user has friends that he can send messages to.},
lastUpdated => 1235421123,
context => "template variable for view inbox template",
},
'message_loop' => {
message => q{A loop containing all messages, as determined by the sorting and number of messages per page options.},
lastUpdated => 1235421123,
context => "template variable for view inbox template",
},
'view inbox template' => {
message => q{View Inbox Template},
lastUpdated => 1235421123,
context => "The template that allows you to view the contents of the Inbox",
},
'message_rpp' => {
message => q{A select box that allows the user to change the number of messages displayed per page},
lastUpdated => 1235421123,
context => "template variable for view inbox template",
},
'form_header' => {
message => q{HTML elements to begin the form on this page},
lastUpdated => 1235421123,
context => "template variable for view inbox template",
},
'form_footer' => {
message => q{HTML elements to end the form on this page},
lastUpdated => 1235421123,
context => "template variable for view inbox template",
},
'message_id' => {
message => q{The unique identifier for this message.},
lastUpdated => 1235421123,
context => "template variable for view inbox template",
},
'message_url' => {
message => q{The URL to view the contents of this message.},
lastUpdated => 1235421123,
context => "template variable for view inbox template",
},
'subject' => {
message => q{The subject of this message.},
lastUpdated => 1235421123,
context => "template variable for view inbox template",
},
'status' => {
message => q{The status of this message, internationalized.},
lastUpdated => 1235421123,
context => "template variable for view inbox template",
},
'status_class' => {
message => q{The status of this message, raw.},
lastUpdated => 1235421123,
context => "template variable for view inbox template",
},
'isRead' => {
message => q{A boolean which will be true if this message has been read.},
lastUpdated => 1235421123,
context => "template variable for view inbox template",
},
'isReplied' => {
message => q{A boolean which will be true if this message has been replied to.},
lastUpdated => 1235421123,
context => "template variable for view inbox template",
},
'isPending' => {
message => q{A boolean which will be true if this message represents an action by the user that is pending.},
lastUpdated => 1235421123,
context => "template variable for view inbox template",
},
'isCompleted' => {
message => q{A boolean which will be true if this message represents an action by the user that has been completed.},
lastUpdated => 1235421123,
context => "template variable for view inbox template",
},
'from_id' => {
message => q{The userId of the person who sent this message.},
lastUpdated => 1235421123,
context => "template variable for view inbox template",
},
'from_url' => {
message => q{The URL to view the profile of the user who sent this message.},
lastUpdated => 1235421123,
context => "template variable for view inbox template",
},
'from' => {
message => q{The name of the person who sent this message.},
lastUpdated => 1235421123,
context => "template variable for view inbox template",
},
'dateStamp' => {
message => q{The date the message was sent, as an epoch.},
lastUpdated => 1235421123,
context => "template variable for view inbox template",
},
'dateStamp_formatted' => {
message => q{The date the message was sent, using the user's preferred date and time format.},
lastUpdated => 1235421123,
context => "template variable for view inbox template",
},
'inbox_form_delete' => {
message => q{A little checkbox for the user to check if they want to delete this message.},
lastUpdated => 1235421123,
context => "template variable for view inbox template",
},
};
1;

View file

@ -418,8 +418,8 @@ listing,|,
},
'max comparisons privileged description' => {
message => q|Specifies how many comparisons are allowed in searches and comparisons for users in the privileged group.|,
lastUpdated => 0,
message => q|Specifies how many comparisons are allowed in searches and comparisons for users who have accounts on the site.|,
lastUpdated => 1235681965,
},
'rating timeout description' => {
@ -548,8 +548,8 @@ listing,|,
},
'max comparisons privileged label' => {
message => q|Maximum Comparisons (For Privileged Users)|,
lastUpdated => 0,
message => q|Maximum Comparisons (For Registered Users)|,
lastUpdated => 1235681967,
},
'rating timeout' => {

View file

@ -161,14 +161,10 @@ our $I18N = { ##hashref of hashes
'no results' => {
message => q|No results were found.|,
content => q|An internationalized label for telling the user that no results were found.|,
lastUpdated => 1170549113,
},
'no_results' => {
message => q|An internationalized label for telling the user that no results were found.|,
lastUpdated => 1170549119,
},
};
1;

View file

@ -490,6 +490,116 @@ our $I18N = {
lastUpdated => 1233714385,
},
'Max user responses' => {
message => q|Max user responses|,
context => q|The maximum number of times a user may take this survey.|,
lastUpdated => 0
},
'Max user responses help' => {
message => q|The maximum number of times a user may take this survey.|,
lastUpdated => 0
},
'Survey Overview Template' => {
message => q|Survey Overview Template|,
context => q|The template that provides an overview of the survey.|,
lastUpdated => 0
},
'Survey Overview Template help' => {
message => q|The template that provides an overview of the survey.|,
lastUpdated => 0
},
'Gradebook Template' => {
message => q|Gradebook Template|,
context => q|The template for displaying the gradebook.|,
lastUpdated => 0
},
'Gradebook Template help' => {
message => q|The template for displaying the gradebook.|,
lastUpdated => 0
},
'Response Template' => {
message => q|Response Template|,
context => q|The template for displaying responses to the survey.|,
lastUpdated => 0
},
'Response Template help' => {
message => q|The template for displaying responses to the survey.|,
lastUpdated => 0
},
'Edit Survey Template' => {
message => q|Edit Survey Template|,
context => q|The template for displaying the screen for editing the survey.|,
lastUpdated => 0
},
'Edit Survey Template help' => {
message => q|The template for displaying the screen for editing the survey.|,
lastUpdated => 0
},
'Take Survey Template' => {
message => q|Take Survey Template|,
context => q|The template for displaying the screen where a user takes the survey.|,
lastUpdated => 0
},
'Take Survey Template help' => {
message => q|The template for displaying the screen where a user takes the survey.|,
lastUpdated => 0
},
'Questions Template' => {
message => q|Questions Template|,
context => q|The template for rendering questions in the survey.|,
lastUpdated => 0
},
'Questions Template help' => {
message => q|The template for rendering questions in the survey.|,
lastUpdated => 0
},
'Section Edit Template' => {
message => q|Section Edit Template|,
context => q|The template for adding or editing sections.|,
lastUpdated => 0
},
'Section Edit Template help' => {
message => q|The template for adding or editing sections.|,
lastUpdated => 0
},
'Question Edit Template' => {
message => q|Question Edit Template|,
context => q|The template for adding or editing questions.|,
lastUpdated => 0
},
'Question Edit Template help' => {
message => q|The template for adding or editing questions.|,
lastUpdated => 0
},
'Answer Edit Template' => {
message => q|Answer Edit Template|,
context => q|The template for adding or editing answers.|,
lastUpdated => 0
},
'Answer Edit Template help' => {
message => q|The template for adding or editing answers.|,
lastUpdated => 0
},
'percentage label' => {
message => q|Percentage|,
context => q|Label for the Percentage column on the gradebook screen.|,