73 lines
2 KiB
Perl
73 lines
2 KiB
Perl
package WebGUI::i18n::English::Form_AssetReportQuery;
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
'any option' => {
|
|
message => q|any|,
|
|
lastUpdated => 1078852836,
|
|
context => q{Select list option in AssetReportQuery Form},
|
|
},
|
|
|
|
'all option' => {
|
|
message => q|all|,
|
|
lastUpdated => 1078852836,
|
|
context => q{Select list option in AssetReportQuery Form},
|
|
},
|
|
|
|
'ascending option' => {
|
|
message => q|Ascending|,
|
|
lastUpdated => 1078852836,
|
|
context => q{Select list option in AssetReportQuery Form},
|
|
},
|
|
|
|
'descending option' => {
|
|
message => q|Descending|,
|
|
lastUpdated => 1078852836,
|
|
context => q{Select list option in AssetReportQuery Form},
|
|
},
|
|
|
|
'choose one option' => {
|
|
message => q|Choose One|,
|
|
lastUpdated => 1078852836,
|
|
context => q{Select list option in AssetReportQuery Form},
|
|
},
|
|
|
|
'class select label' => {
|
|
message => q|Search for assets of type|,
|
|
lastUpdated => 1078852836,
|
|
context => q{Text label in AssetReportQuery Form},
|
|
},
|
|
|
|
'start node label' => {
|
|
message => q|That are descendants of the following asset|,
|
|
lastUpdated => 1078852836,
|
|
context => q{Text label in AssetReportQuery Form},
|
|
},
|
|
|
|
'any select label' => {
|
|
message => q|Matching %s of the following constraints|,
|
|
lastUpdated => 1078852836,
|
|
context => q{Text label in AssetReportQuery Form},
|
|
},
|
|
|
|
'order by label' => {
|
|
message => q|Order the results by|,
|
|
lastUpdated => 1078852836,
|
|
context => q{Text label in AssetReportQuery Form},
|
|
},
|
|
|
|
'limit label' => {
|
|
message => q|Limit the number of results returned to|,
|
|
lastUpdated => 1078852836,
|
|
context => q{Text label in AssetReportQuery Form},
|
|
},
|
|
|
|
'limit subtext' => {
|
|
message => q|Enter a zero if you do not wish to limit the number of results|,
|
|
lastUpdated => 1078852836,
|
|
context => q{Subtext for limit field in AssetReportQuery Form},
|
|
},
|
|
|
|
};
|
|
|
|
1;
|