webgui/lib/WebGUI/i18n/English/Account.pm
2008-12-14 21:56:42 +00:00

14 lines
297 B
Perl

package WebGUI::i18n::English::Account;
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;