vtenext/modules/Targets/language/en_us.lang.php
2021-04-28 20:10:26 +02:00

38 lines
1.6 KiB
PHP

<?php
/*************************************
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
* SPDX-License-Identifier: AGPL-3.0-only
************************************/
$mod_strings = array(
'Targets'=>'Targets',
'SINGLE_Targets'=>'Target',
'LBL_TARGETS_INFORMATION'=>'Target Information',
'LBL_CUSTOM_INFORMATION'=>'Custom Information',
'LBL_DESCRIPTION_INFORMATION'=>'Description Information',
'Target Name'=>'Target Name',
'Target No'=>'Target No',
'Target Type'=>'Target Type',
'Target State'=>'Target State',
'End Time'=>'End Time',
'Assigned To'=>'Assigned To',
'Description'=>'Description',
'Created Time'=>'Created Time',
'Modified Time'=>'Modified Time',
'LBL_LOAD_LIST'=>'Load List',
'LBL_LOAD_REPORT'=>'Load Report',
'Select One'=>'Select One',
'Creator' => 'Creator',
'Parent Targets' => 'Parent Targets',
'Included Targets' => 'Included Targets',
'TargetTypeDynamic' => 'Dynamic',
'TargetSyncType' => 'Synchronization type',
'TargetSyncIncremental' => 'Incremental',
'TargetSyncComplete' => 'Mirrored',
'LBL_TARGETS_SYNC_TYPE_INFO' => 'For dynamic targets: Incremental only adds records, Complete also removes not present in any filter and report.',
'LBL_DYNAMIC_FILTERS' => 'Dynamic filters',
'LBL_APPLIED_FILTERS' => 'Applied filters',
'LBL_APPLIED_REPORTS' => 'Applied reports',
'LBL_NO_DYNAMIC_FILTERS' => 'No filters or reports applied. You can add one with the relation on the right.',
'LBL_DYNAMIC_FILTERS_AS_ADMIN' => 'Filters and reports applied will be executed with administrative privileges, without visibility restrictions.',
);
?>