Merge branch 'master' into USPS_int
This commit is contained in:
commit
c2b41f9884
36 changed files with 301 additions and 4022 deletions
|
|
@ -1,56 +0,0 @@
|
|||
package WebGUI::i18n::English::Asset_EMSSubmission; ##Be sure to change the package name to match the filename
|
||||
|
||||
use strict; ##Required for all good Perl::Critic compliant code
|
||||
|
||||
our $I18N = { ##hashref of hashes
|
||||
|
||||
'assetName' => {
|
||||
message => q|EMS Event Submission|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|Then name of the Asset ( Event Management System - Event Submission ).|
|
||||
},
|
||||
'send email label' => {
|
||||
message => q|Send Email when Submission Editted|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|This is the lable for the flag for setting the option to send email to the owner when the submission is eddited.|
|
||||
},
|
||||
'send email label help' => {
|
||||
message => q|Check this box if you would like to recieve email for all changes made to your submission|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|This is the help text for the 'send email' flag. If set to 'Yes', the user will recieve email for every change made to the submission.|
|
||||
},
|
||||
|
||||
'comments' => {
|
||||
message => q|Comments|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|Label for the comments tab.|
|
||||
},
|
||||
|
||||
'submission status' => {
|
||||
message => q|Submission Status|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|Label for the submission status field.|
|
||||
},
|
||||
|
||||
'submission status help' => {
|
||||
message => q|The status of the submission: pending is waiting for the registrar; feedback is waiting for the owner; denied is denied; approved is waiting to create a ticket; created means the ticket is created successfully, failed means ticket creation was not successfull.|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|Help text for the submission status field.|
|
||||
},
|
||||
|
||||
'your submission has been updated' => {
|
||||
message => q|Your event submission has been updated.|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|Message used to notify user when someone else changes their event submission.|
|
||||
},
|
||||
|
||||
# 'TODO' => {
|
||||
# message => q|TODO|,
|
||||
# lastUpdated => 1131394072,
|
||||
# context => q|TODO|
|
||||
# },
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
#vim:ft=perl
|
||||
|
|
@ -1,111 +0,0 @@
|
|||
package WebGUI::i18n::English::Asset_EMSSubmissionForm; ##Be sure to change the package name to match the filename
|
||||
|
||||
use strict; ##Required for all good Perl::Critic compliant code
|
||||
|
||||
our $I18N = { ##hashref of hashes
|
||||
|
||||
'assetName' => {
|
||||
message => q|EMS Event Submission Form|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|Then name of the Asset ( Event Management System - Event Submission Form ).|
|
||||
},
|
||||
'can submit group label' => {
|
||||
message => q|User Group Allowed to create Submissions|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|This label is for the field which indicates what user group will be allowed to submit items using this form.|
|
||||
},
|
||||
'can submit group label help' => {
|
||||
message => q|Select a user group which will be allowed to submit items using this form.|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|This is the help text for the field which indicates a user group which has permissions to use this form.|
|
||||
},
|
||||
'days before cleanup label' => {
|
||||
message => q|Number of days before cleanup|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|This is the label for the number of days before the cleanup job deletes old items from the submission queue.|
|
||||
},
|
||||
'days before cleanup label help' => {
|
||||
message => q|Enter the number of days you wish for old items to remain on the queue before they are deleted. Enter '0'(zero) to never delete anything fromt he queue. Also make sure the EMSCleanup Activity is assigned to a workflow that runs on a regular basis.|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|This is the help text for the 'days before cleanup' field. Be sure to remind the user that zero indicates no rows are deleted and that the EMSCleanup Activity needs to run for rows to be deleted.|
|
||||
},
|
||||
'delete created items label' => {
|
||||
message => q|Delete Created Items?|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|This is the label for the 'delete created items' field. The value will indicate if the EMSCleanup will delete items that have been converted to EMSTicket assets.|
|
||||
},
|
||||
'delete created items label help' => {
|
||||
message => q|Set this to 'Yes' if you want submissions to be deleted after they have been converted into EMSTisket assets.|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|This is the help text for the delete created items field, if it is set to yes the EMSCleanup activity will delete approved items after EMSTickets have been created from them. This field depends on the 'days before cleanup' field and the EMSCleanup activity also.|
|
||||
},
|
||||
'form dscription label' => {
|
||||
message => q|Form Description|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|The label for the form description field. Contains JSON text that descibes te form the user sees when they submit an item.|
|
||||
},
|
||||
'form dscription label help' => {
|
||||
message => q|This JSON text describes the form which will be built for the user when they create a submission to this EMS. It is not a good idea to edit this unless you ~really~ know what you are doing.|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|This help text is for the form description field. The user should be warned not to edit it unless they really know what they are doing.|
|
||||
},
|
||||
'activity title approve submissions' => {
|
||||
message => q|Process Approved EMS Submissions|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|This is the label used to describe the EMS submission approval activity|
|
||||
},
|
||||
'activity title cleanup submissions' => {
|
||||
message => q|Cleanup EMS Submissions|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|This is the label used to describe the EMS submission cleanup activity|
|
||||
},
|
||||
'past deadline message' => {
|
||||
message => q|The deadline for this submission is past, no more submissions will be taken at this time.|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|This is the default message for informing the user that the submission deadline is past.|
|
||||
},
|
||||
'past deadline label' => {
|
||||
message => q|Past Submission Deadline Text|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|This is the label for the message indicating that the deadline for submissions has past.|
|
||||
},
|
||||
'past deadline label help' => {
|
||||
message => q|Enter a message here to let the user know that submissions are no longer being taken because the deadline has past.|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|This help text should describe how the user tells submitters that the submission deadline has past.|
|
||||
},
|
||||
|
||||
'submission deadline label' => {
|
||||
message => q|Submission Deadline|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|Label for the submission deadline field|
|
||||
},
|
||||
|
||||
'submission deadline label help' => {
|
||||
message => q|Enter a date after which no more new submissions will be taken.|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|Help text for the submission deadline field. After this date this submission form will not accept any more entries.|
|
||||
},
|
||||
|
||||
'new form' => {
|
||||
message => q|New Form|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|This is the label for the tab when creating a new submission form.|
|
||||
},
|
||||
|
||||
'turn on one field' => {
|
||||
message => q|You should turn on at least one entry field.|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|Remind the registrar to allow at least one field to be editted by the event submitter.|
|
||||
},
|
||||
|
||||
# 'TODO' => {
|
||||
# message => q|TODO|,
|
||||
# lastUpdated => 1131394072,
|
||||
# context => q|TODO|
|
||||
# },
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
#vim:ft=perl
|
||||
|
|
@ -1897,178 +1897,7 @@ normal templates.|,
|
|||
context => q|help text for the columns per page field|,
|
||||
},
|
||||
|
||||
'edit submission form' => {
|
||||
message => q|Edit Submission Form|,
|
||||
lastUpdated => 1147050475,
|
||||
context => q|Label for the link to edit a submission form.|,
|
||||
},
|
||||
|
||||
'new submission form' => {
|
||||
message => q|New Submission Form|,
|
||||
lastUpdated => 1147050475,
|
||||
context => q|Label for the link to create a new submission form.|,
|
||||
},
|
||||
|
||||
'view submission queue' => {
|
||||
message => q|Submission Queue|,
|
||||
lastUpdated => 1147050475,
|
||||
context => q|Label for link to view submission queue.|,
|
||||
},
|
||||
|
||||
'add submission' => {
|
||||
message => q|New|,
|
||||
lastUpdated => 1147050475,
|
||||
context => q|This is appended to the title of a submission form when user is submitting a new event.|,
|
||||
},
|
||||
|
||||
'new submission' => {
|
||||
message => q|New Submission|,
|
||||
lastUpdated => 1147050475,
|
||||
context => q|Label for link to create a new submission for an event.|,
|
||||
},
|
||||
|
||||
'view my submissions' => {
|
||||
message => q|My Submissions|,
|
||||
lastUpdated => 1147050475,
|
||||
context => q|Label for link to view submissions owned by current user.|,
|
||||
},
|
||||
|
||||
'event submission template' => {
|
||||
message => q|Event Submission Template|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|Label for the template that is used to submit events.|
|
||||
},
|
||||
|
||||
'event submission template help' => {
|
||||
message => q|This template is used for event submission, most of its contents is composed by the submission form asset based on the description given by the admin who created it.|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|Help text for the event submission form template.|
|
||||
},
|
||||
|
||||
'event submission queue template' => {
|
||||
message => q|Event Submission Queue Template|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|Label for the Event Submission Queue template.|
|
||||
},
|
||||
|
||||
'event submission queue template help' => {
|
||||
message => q|This is the template used to display the Event Submission Queue, used for both submitters and admin.|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|Help text for the Event SUbmission Queue Template.|
|
||||
},
|
||||
|
||||
'event submission main template' => {
|
||||
message => q|Event Submission Main Template|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|Label for the event submission main template.|
|
||||
},
|
||||
|
||||
'event submission main template help' => {
|
||||
message => q|This template is used to describe main page of the submission module. It has a dynamic tabset on it which is used to hold one or more pieces of the submission interface.|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|Help text for the event submission main template.|
|
||||
},
|
||||
|
||||
'select form to edit' => {
|
||||
message => q|Select a Form to Edit|,
|
||||
lastUpdated => 1147050475,
|
||||
context => q|Label for list of submission forms; user must choose one to edit.|,
|
||||
},
|
||||
|
||||
'select form to submit' => {
|
||||
message => q|Select a Form to Submit|,
|
||||
lastUpdated => 1147050475,
|
||||
context => q|Label for list of submission forms; user must choose one to proceed to a submission form.|,
|
||||
},
|
||||
|
||||
'pending' => {
|
||||
message => q|Pending|,
|
||||
lastUpdated => 1147050475,
|
||||
context => q|Label for pending status on submission.|,
|
||||
},
|
||||
|
||||
'feedback' => {
|
||||
message => q|Feedback|,
|
||||
lastUpdated => 1147050475,
|
||||
context => q|Label for feedback requested on a submission.|,
|
||||
},
|
||||
|
||||
'denied' => {
|
||||
message => q|Denied|,
|
||||
lastUpdated => 1147050475,
|
||||
context => q|Label for denied status on a submission.|,
|
||||
},
|
||||
|
||||
'approved' => {
|
||||
message => q|Approved|,
|
||||
lastUpdated => 1147050475,
|
||||
context => q|Label for approved status on a submission.|,
|
||||
},
|
||||
|
||||
'created' => {
|
||||
message => q|Created|,
|
||||
lastUpdated => 1147050475,
|
||||
context => q|Label for status indicating ticket is created for submission.|,
|
||||
},
|
||||
|
||||
'failed' => {
|
||||
message => q|Failed|,
|
||||
lastUpdated => 1147050475,
|
||||
context => q|Label indicating ticket creation failed for submission.|,
|
||||
},
|
||||
|
||||
'meta field help text' => {
|
||||
message => q|Help Text|,
|
||||
lastUpdated => 1147050475,
|
||||
context => q|The label for the meta field help text field.|,
|
||||
},
|
||||
|
||||
'meta field help text description' => {
|
||||
message => q|This help text will be provided in the event submission interface.|,
|
||||
lastUpdated => 1147050475,
|
||||
context => q|Describes the help text that is attached to meta fields.|,
|
||||
},
|
||||
|
||||
'default submitted location list' => {
|
||||
message => q||,
|
||||
lastUpdated => 1147050475,
|
||||
context => q|This is the default value for the list of locations for event submission.|,
|
||||
},
|
||||
|
||||
'submitted location list label' => {
|
||||
message => q|Locations Available for Event Submissions|,
|
||||
lastUpdated => 1147050475,
|
||||
context => q|Label for the submitted location list|,
|
||||
},
|
||||
|
||||
'submitted location list help' => {
|
||||
message => q|Enter a listy of location names here, one name on a line. This list will be available on the event submission form in the location select box. If this field is filled in then only these locations will be available.|,
|
||||
lastUpdated => 1147050475,
|
||||
context => q|This is help text for the submitted location list field.|,
|
||||
},
|
||||
|
||||
'submission queue' => {
|
||||
message => q|Submission Queue|,
|
||||
lastUpdated => 1147050475,
|
||||
context => q|Label for the submission list tab for registration staff.|,
|
||||
},
|
||||
|
||||
'my submissions' => {
|
||||
message => q|My Submissions|,
|
||||
lastUpdated => 1147050475,
|
||||
context => q|Label for the submission list tab for event submitters.|,
|
||||
},
|
||||
|
||||
'next submission id label' => {
|
||||
message => q|Next Submission Id|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|Label for the field which indicates the next id used to create a submission.|
|
||||
},
|
||||
'next submission id label help' => {
|
||||
message => q|This is the value that will be used to fill in the first submission, do not edit it.|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|This is the help text for the 'next submission id' field, the user should be reminded not to edit this field.|
|
||||
},
|
||||
'print remaining ticket template help' => {
|
||||
message => q|EMS Print Remaining Ticket Template|,
|
||||
lastUpdated => 1147050475,
|
||||
|
|
@ -2267,12 +2096,6 @@ normal templates.|,
|
|||
context => q|Field Label|,
|
||||
},
|
||||
|
||||
# 'TODO' => {
|
||||
# message => q|TODO|,
|
||||
# lastUpdated => 1147050475,
|
||||
# context => q|TODO|,
|
||||
# },
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1,15 +0,0 @@
|
|||
package WebGUI::i18n::English::Form_Div;
|
||||
|
||||
use strict; ##Required for all good Perl::Critic compliant code
|
||||
|
||||
our $I18N = {
|
||||
'topicName' => {
|
||||
message => q|Form Control Div Element|,
|
||||
lastUpdated => 1131394070, #seconds from the epoch
|
||||
context => q|Name of the form control that generates HTML Div elements|
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
#vim:ft=perl
|
||||
Loading…
Add table
Add a link
Reference in a new issue