more stuff

This commit is contained in:
daviddelikat 2009-10-04 03:12:15 -05:00
parent 209732287e
commit d0171f7199
3 changed files with 38 additions and 1 deletions

View file

@ -0,0 +1,22 @@
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 ).|
},
# 'TODO' => {
# message => q|TODO|,
# lastUpdated => 1131394072,
# context => q|TODO|
# },
};
1;
#vim:ft=perl

View file

@ -1,9 +1,14 @@
package WebGUI::i18n::English::_i18n; ##Be sure to change the package name to match the filename
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 ).|
},
'next submission id label' => {
message => q|Next Submission Id|,
lastUpdated => 1131394072,