12 lines
203 B
Perl
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;
|