37 lines
943 B
Perl
37 lines
943 B
Perl
package WebGUI::i18n::English::Asset_AssetReport;
|
|
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
'assetName' => {
|
|
message => q{Asset Report},
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'templateId label' => {
|
|
message => q{Asset Report Template},
|
|
lastUpdated => 1226174617,
|
|
context => q{Label for asset edit screen},
|
|
},
|
|
|
|
'templateId description' => {
|
|
message => q{Select a template to display your asset report.},
|
|
lastUpdated => 1226174619,
|
|
context => q{Hover help for asset edit screen},
|
|
},
|
|
|
|
'paginateAfter label' => {
|
|
message => q{Assets Per Page},
|
|
lastUpdated => 1226174617,
|
|
context => q{Label for asset edit screen},
|
|
},
|
|
|
|
'paginateAfter description' => {
|
|
message => q{Choose the number of assets to display per page.},
|
|
lastUpdated => 1226174619,
|
|
context => q{Hover help for asset edit screen},
|
|
},
|
|
|
|
};
|
|
|
|
1;
|