13 lines
712 B
PHP
13 lines
712 B
PHP
<?php
|
|
$lang->doc->templateType = 'Template Type';
|
|
$lang->doc->template = 'Templates';
|
|
$lang->doc->createByTemplate = 'Create By Template';
|
|
$lang->doc->assignedTo = 'Assigned To';
|
|
$lang->doc->approver = 'Approver';
|
|
$lang->doc->importToPracticeLib = 'Import To Parcitce Lib';
|
|
$lang->doc->importToComponentLib = 'Import To Component Lib';
|
|
$lang->doc->practiceLib = 'Practice Lib';
|
|
$lang->doc->componentLib = 'Component Lib';
|
|
$lang->doc->isExistPracticeLib = 'This doc is already added in the Practice Lib. Please do not add it again.';
|
|
$lang->doc->isExistComponentLib = 'This doc is already added in the Component Lib. Please do not add it again';
|