40 lines
1.9 KiB
PHP
40 lines
1.9 KiB
PHP
<?php
|
|
$lang->cmcl->all = 'All';
|
|
$lang->cmcl->id = 'ID';
|
|
$lang->cmcl->title = 'Title';
|
|
$lang->cmcl->type = 'Activity Type';
|
|
$lang->cmcl->contents = 'Content';
|
|
$lang->cmcl->createdBy = 'Created By';
|
|
$lang->cmcl->createdDate = 'Created Date';
|
|
|
|
$lang->cmcl->browse = 'Waterfall Browse Checklist';
|
|
$lang->cmcl->create = 'Create Checklist';
|
|
$lang->cmcl->batchCreate = 'Batch Create Checklist';
|
|
$lang->cmcl->edit = 'Edit Checklist';
|
|
$lang->cmcl->view = 'View Checklist';
|
|
$lang->cmcl->delete = 'Delete Checklist';
|
|
$lang->cmcl->waterfallplusBrowse = 'Waterfall Plus Checklist';
|
|
|
|
$lang->cmcl->legendBasicInfo = 'Basic Info';
|
|
$lang->cmcl->browseByType = 'Browse By Type';
|
|
$lang->cmcl->checkItem = 'Check Item';
|
|
$lang->cmcl->confirm = 'Confirm deletion of this record?';
|
|
|
|
$lang->cmcl->typeList[''] = '';
|
|
$lang->cmcl->typeList['baseline'] = 'Baseline Audit';
|
|
$lang->cmcl->typeList['function'] = 'Functional Audit';
|
|
$lang->cmcl->typeList['host'] = 'Physical Audit';
|
|
|
|
$lang->cmcl->titleList[''] = '';
|
|
$lang->cmcl->titleList[1] = 'Is the baseline created as planned?';
|
|
$lang->cmcl->titleList[2] = 'Are The baseline configuration items that have been created complete and consistent?';
|
|
$lang->cmcl->titleList[3] = 'Is the baseline stable?';
|
|
$lang->cmcl->titleList[4] = 'Are Baseline changes closed?';
|
|
$lang->cmcl->titleList[5] = 'Configuration item naming audit?';
|
|
$lang->cmcl->titleList[6] = 'Configuration library directory structure audit?';
|
|
$lang->cmcl->titleList[7] = 'Audit of improper configuration items?';
|
|
$lang->cmcl->titleList[8] = 'Do you want to configure library permission audits?';
|
|
$lang->cmcl->titleList[9] = 'Do you want to revise the audit history?';
|
|
$lang->cmcl->titleList[10] = 'Is The server configured?';
|
|
$lang->cmcl->titleList[11] = 'Do you want to back up the server?';
|