30 lines
477 B
Perl
30 lines
477 B
Perl
package WebGUI::i18n::English::Asset_Event;
|
|
|
|
our $I18N = {
|
|
#'key1' => {
|
|
# message => q{},
|
|
# lastUpdated => 0,
|
|
# context => q{},
|
|
#},
|
|
|
|
#################### DATETIME LOCALE ####################
|
|
'locale' => {
|
|
message => q{en_US},
|
|
lastUpdated => 0,
|
|
context => q{The ISO locale name for month and day labels.},
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#################### ASSET NAME ####################
|
|
'assetName' => {
|
|
message => q{Event},
|
|
lastUpdated => 1131394072,
|
|
},
|
|
};
|
|
|
|
1;
|