webgui/lib/WebGUI/i18n/English/Account.pm
2008-11-03 17:03:00 +00:00

14 lines
305 B
Perl

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;