Merge commit '63865eb39f' into WebGUI8. up to 7.9.11
This commit is contained in:
commit
7b218942b3
72 changed files with 3085 additions and 407 deletions
76
lib/WebGUI/i18n/English/Asset_AssetReport.pm
Normal file
76
lib/WebGUI/i18n/English/Asset_AssetReport.pm
Normal file
|
|
@ -0,0 +1,76 @@
|
|||
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},
|
||||
},
|
||||
|
||||
'help_asset_report_template' => {
|
||||
message => q{Asset Report Template Help},
|
||||
lastUpdate => 1226174619,
|
||||
context => q{Title for Asset Report Template Help},
|
||||
},
|
||||
|
||||
'help_asset_report_template' => {
|
||||
message => q{Asset Report Template Help},
|
||||
lastUpdate => 1226174619,
|
||||
context => q{Title for Asset Report Template Help},
|
||||
},
|
||||
|
||||
'help_asset_report_body' => {
|
||||
message => q{<p>The following template variables are available for asset report templates.</p>},
|
||||
lastUpdate => 1226174619,
|
||||
context => q{Body for Asset Report Template Help},
|
||||
},
|
||||
|
||||
'asset_loop' => {
|
||||
message => q|A loop containing the assets returned by this report.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the asset_loop tmpl_loop for the template help.|
|
||||
},
|
||||
'asset_info' => {
|
||||
message => q|General Asset information returned for the asset. See WebGUI Asset Template Help for more details.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the asset_loop tmpl_loop for the template help.|
|
||||
},
|
||||
'creation_date' => {
|
||||
message => q{Creation Date},
|
||||
lastUpdate => 1226174619,
|
||||
context => q{Label for Creation Date inside template},
|
||||
},
|
||||
'created_by' => {
|
||||
message => q{Created By},
|
||||
lastUpdate => 1226174619,
|
||||
context => q{Label for Created By inside template},
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
108
lib/WebGUI/i18n/English/Form_AssetReportQuery.pm
Normal file
108
lib/WebGUI/i18n/English/Form_AssetReportQuery.pm
Normal file
|
|
@ -0,0 +1,108 @@
|
|||
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},
|
||||
},
|
||||
|
||||
'creationDate (asset)' => {
|
||||
message => q|creationDate (asset)|,
|
||||
lastUpdated => 1078852836,
|
||||
context => q{General item in asset select list},
|
||||
},
|
||||
|
||||
'createdBy (asset)' => {
|
||||
message => q|createdBy (asset)|,
|
||||
lastUpdated => 1078852836,
|
||||
context => q{General item in asset select list},
|
||||
},
|
||||
|
||||
'stateChanged (asset)' => {
|
||||
message => q|stateChanged (asset)|,
|
||||
lastUpdated => 1078852836,
|
||||
context => q{General item in asset select list},
|
||||
},
|
||||
|
||||
'stateChangedBy (asset)' => {
|
||||
message => q|stateChangedBy (asset)|,
|
||||
lastUpdated => 1078852836,
|
||||
context => q{General item in asset select list},
|
||||
},
|
||||
|
||||
'isLockedBy (asset)' => {
|
||||
message => q|isLockedBy (asset)|,
|
||||
lastUpdated => 1078852836,
|
||||
context => q{General item in asset select list},
|
||||
},
|
||||
|
||||
'first_row_error_msg' => {
|
||||
message => q|The first row may not be deleted. Please adjust your query appropriately|,
|
||||
lastUpdated => 1078852836,
|
||||
context => q{Error message in javascript},
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue