initial commit
This commit is contained in:
parent
d754931286
commit
7b260de791
14 changed files with 1046 additions and 0 deletions
14
lib/WebGUI/i18n/English/Account.pm
Normal file
14
lib/WebGUI/i18n/English/Account.pm
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
package WebGUI::i18n::English::Account_Profile;
|
||||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
'Error: Cannot instantiate template' => {
|
||||
message => q{Error: Cannot instantiate template %s for class %s},
|
||||
lastUpdated => 1225724810,
|
||||
context => q{Error message in Account.pm},
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue