Merge commit 'v7.10.24' into WebGUI8
This commit is contained in:
commit
3b418ede3c
139 changed files with 699 additions and 32133 deletions
15
lib/WebGUI/i18n/English/Form_TimeField.pm
Normal file
15
lib/WebGUI/i18n/English/Form_TimeField.pm
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
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;
|
||||
|
|
@ -201,6 +201,12 @@ home\?func=match<br />
|
|||
context => q|Error message|,
|
||||
},
|
||||
|
||||
'error creating workflow' => {
|
||||
message => q|Error creating the workflow instance.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Error message|,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue