Ready for 7.10.29 development.
This commit is contained in:
commit
c806f99b7b
4236 changed files with 1217679 additions and 0 deletions
13
lib/WebGUI/i18n/English/Form_HTMLArea.pm
Normal file
13
lib/WebGUI/i18n/English/Form_HTMLArea.pm
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
package WebGUI::i18n::English::Form_HTMLArea; ##Be sure to change the package name to match the filename
|
||||
use strict;
|
||||
|
||||
our $I18N = { ##hashref of hashes
|
||||
'rich editor load error' => {
|
||||
message => q|Can't instanciate rich editor.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Error message letting the user know that loading the rich editor has failed for some reason.|
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue