zentaopms/extension/max/doc/ext/lang/en/zentaobiz.php
2023-05-16 10:50:42 +08:00

51 lines
1.7 KiB
PHP

<?php
global $app;
if(!empty($app->user->feedback) or !empty($_COOKIE['feedbackView']))
{
unset($lang->doc->libTypeList['product']);
unset($lang->doc->libTypeList['execution']);
unset($lang->doc->aclList['custom']);
$lang->doc->aclList['dept'] = 'Department';
$lang->doc->customAB = $lang->doclib->all;
}
$lang->doc->bookName = 'Book Name';
$lang->doc->editBook = 'Edit Book';
$lang->doc->manageBook = 'Manage Book';
$lang->doc->catalog = 'Chapter';
$lang->doc->chapter = 'Chapter';
$lang->doc->catalogAction = 'Manage Chapter';
$lang->doc->wiki2export = 'Export';
$lang->doc->product2export = 'Export';
$lang->doc->execution2export = 'Export';
$lang->doc->project2export = 'Export';
$lang->doc->custom2export = 'Export';
$lang->doc->chapterName = 'Chapter Name';
$lang->doc->editChapter = 'Edit Chapter';
$lang->doc->bookBrowseTip = 'Check the articles on the left column to read the details, or';
$lang->doc->feedbackBookTip = 'Check the articles on the left column to read the details';
$lang->doc->addCatalogTip = 'Current book is empyt, you colud';
$lang->doc->versionNotFound = 'The version does not exist.';
$lang->doc->noticeAcl['lib']['book'] = $lang->doc->noticeAcl['lib']['custom'];
$lang->doc->libTypeList['book'] = 'Book';
$lang->doc->libIconList['book'] = 'icon-book';
$lang->doclib->tabList['book'] = 'Book';
$lang->doclib->nameList['book'] = 'Book Name';
$lang->doclib->create['book'] = 'Create book';
$lang->book = new stdclass();
$lang->book->type = 'Type';
$lang->book->title = 'Title';
$lang->book->keywords = 'Tags';
$lang->book->typeList['chapter'] = 'Chapter';
$lang->book->typeList['article'] = 'Article';