15 lines
238 B
Perl
15 lines
238 B
Perl
package WebGUI::i18n::English::Form_TimeField;
|
|
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
|
|
'invalid time' => {
|
|
message => q|Invalid time|,
|
|
lastUpdated => 0,
|
|
context => q|Flag for when a time cannot be parsed.|
|
|
},
|
|
|
|
};
|
|
|
|
1;
|