* [bug#56923,0.2h] fix lang.
This commit is contained in:
@@ -91,6 +91,7 @@ $lang->docTemplate->typeName = 'Type Name';
|
||||
$lang->docTemplate->addTemplateType = 'Add template type';
|
||||
$lang->docTemplate->editTemplateType = 'Edit template type';
|
||||
$lang->docTemplate->docTitlePlaceholder = 'Enter the document template title';
|
||||
$lang->docTemplate->docTitleRequired = 'Please enter the document title.';
|
||||
$lang->docTemplate->noticeAddTemplateType = 'Supports up to two levels of types. Built-in document template types participate in logical operations so their positions cannot be modified.';
|
||||
$lang->docTemplate->errorDeleteType = 'There is document template exists in the current type, it cannot be deleted.';
|
||||
|
||||
|
||||
@@ -91,6 +91,7 @@ $lang->docTemplate->typeName = 'Type Name';
|
||||
$lang->docTemplate->addTemplateType = 'Add template type';
|
||||
$lang->docTemplate->editTemplateType = 'Edit template type';
|
||||
$lang->docTemplate->docTitlePlaceholder = 'Enter the document template title';
|
||||
$lang->docTemplate->docTitleRequired = 'Please enter the document title.';
|
||||
$lang->docTemplate->noticeAddTemplateType = 'Supports up to two levels of types. Built-in document template types participate in logical operations so their positions cannot be modified.';
|
||||
$lang->docTemplate->errorDeleteType = 'There is document template exists in the current type, it cannot be deleted.';
|
||||
|
||||
|
||||
@@ -91,6 +91,7 @@ $lang->docTemplate->typeName = 'Type Name';
|
||||
$lang->docTemplate->addTemplateType = 'Add template type';
|
||||
$lang->docTemplate->editTemplateType = 'Edit template type';
|
||||
$lang->docTemplate->docTitlePlaceholder = 'Enter the document template title';
|
||||
$lang->docTemplate->docTitleRequired = 'Please enter the document title.';
|
||||
$lang->docTemplate->noticeAddTemplateType = 'Supports up to two levels of types. Built-in document template types participate in logical operations so their positions cannot be modified.';
|
||||
$lang->docTemplate->errorDeleteType = 'There is document template exists in the current type, it cannot be deleted.';
|
||||
|
||||
|
||||
@@ -91,6 +91,7 @@ $lang->docTemplate->typeName = '类型名称';
|
||||
$lang->docTemplate->addTemplateType = '添加文档模板类型';
|
||||
$lang->docTemplate->editTemplateType = '编辑文档模板类型';
|
||||
$lang->docTemplate->docTitlePlaceholder = '请输入文档模板标题';
|
||||
$lang->docTemplate->docTitleRequired = '文档模板标题不能为空。';
|
||||
$lang->docTemplate->noticeAddTemplateType = '支持两级类型,内置模板类型参与逻辑运算,不可修改所在位置';
|
||||
$lang->docTemplate->errorDeleteType = '当前类型存在文档模板,不可删除';
|
||||
|
||||
|
||||
@@ -52,6 +52,7 @@ $langData['editModule'] = $lang->docTemplate->editModule;
|
||||
$langData['deleteModule'] = $lang->docTemplate->deleteModule;
|
||||
|
||||
$langData['docTitlePlaceholder'] = $lang->docTemplate->docTitlePlaceholder;
|
||||
$langData['docTitleRequired'] = $lang->docTemplate->docTitleRequired;
|
||||
|
||||
$langData['noDocs'] = $lang->docTemplate->noTemplate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user