webgui/lib/WebGUI/i18n/English/Asset.pm
2004-11-02 01:31:20 +00:00

12 lines
203 B
Perl

package WebGUI::i18n::English::Asset;
our $I18N = {
'assets' => {
message => q|Assets|,
lastUpdated => 1099344172,
context => q|The title of the asset manager for the admin console.|
},
};
1;