279 lines
14 KiB
PHP
279 lines
14 KiB
PHP
<?php
|
|
/**
|
|
* The doc module english file of ZenTaoPMS.
|
|
*
|
|
* @copyright Copyright 2009-2015 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.cnezsoft.com)
|
|
* @license ZPL(http://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
|
|
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
|
|
* @package doc
|
|
* @version $Id: en.php 824 2010-05-02 15:32:06Z wwccss $
|
|
* @link http://www.zentao.net
|
|
*/
|
|
$lang->doclib = new stdclass();
|
|
$lang->doclib->name = 'Name';
|
|
$lang->doclib->control = 'Access Control';
|
|
$lang->doclib->group = 'Group';
|
|
$lang->doclib->user = 'User';
|
|
$lang->doclib->files = 'Attachments';
|
|
$lang->doclib->all = 'All Libraries';
|
|
$lang->doclib->select = 'Select';
|
|
$lang->doclib->execution = $lang->executionCommon . ' Library';
|
|
$lang->doclib->product = $lang->productCommon . ' Library';
|
|
$lang->doclib->apiLibName = 'Api Library Name';
|
|
|
|
$lang->doclib->aclListA = array();
|
|
$lang->doclib->aclListA['default'] = 'Default';
|
|
$lang->doclib->aclListA['custom'] = 'Custom';
|
|
|
|
$lang->doclib->aclListB['open'] = 'Public';
|
|
$lang->doclib->aclListB['custom'] = 'Custom';
|
|
$lang->doclib->aclListB['private'] = 'Private';
|
|
|
|
$lang->doclib->create['product'] = 'Create ' . $lang->productCommon . ' Library';
|
|
$lang->doclib->create['execution'] = 'Create ' . $lang->executionCommon . ' Library';
|
|
$lang->doclib->create['custom'] = 'Create Custom Library';
|
|
|
|
$lang->doclib->main['product'] = 'Primary Library';
|
|
$lang->doclib->main['project'] = 'Primary Library';
|
|
$lang->doclib->main['execution'] = 'Primary Library';
|
|
|
|
$lang->doclib->tabList['product'] = $lang->productCommon;
|
|
$lang->doclib->tabList['execution'] = $lang->executionCommon;
|
|
$lang->doclib->tabList['custom'] = 'Custom';
|
|
|
|
$lang->doclib->nameList['custom'] = 'Custom Name';
|
|
|
|
/* Fields. */
|
|
$lang->doc->common = 'Document';
|
|
$lang->doc->id = 'ID';
|
|
$lang->doc->product = $lang->productCommon;
|
|
$lang->doc->project = $lang->projectCommon;
|
|
$lang->doc->execution = $lang->execution->common;
|
|
$lang->doc->lib = 'Library';
|
|
$lang->doc->module = 'Catalog';
|
|
$lang->doc->object = 'Object';
|
|
$lang->doc->title = 'Name';
|
|
$lang->doc->digest = 'Summary';
|
|
$lang->doc->comment = 'Comment';
|
|
$lang->doc->type = 'Type';
|
|
$lang->doc->content = 'Text';
|
|
$lang->doc->keywords = 'Tags';
|
|
$lang->doc->url = 'URL';
|
|
$lang->doc->files = 'Files';
|
|
$lang->doc->addedBy = 'Author';
|
|
$lang->doc->addedByAB = 'Added';
|
|
$lang->doc->addedDate = 'Added';
|
|
$lang->doc->editedBy = 'UpdatedBy';
|
|
$lang->doc->editedDate = 'Updated';
|
|
$lang->doc->lastEditedBy = 'Last Editor';
|
|
$lang->doc->version = 'Version';
|
|
$lang->doc->basicInfo = 'Basic Information';
|
|
$lang->doc->deleted = 'Deleted';
|
|
$lang->doc->fileObject = 'Dependent Item';
|
|
$lang->doc->whiteList = 'Whitelist';
|
|
$lang->doc->contentType = 'Format';
|
|
$lang->doc->separator = "<i class='icon-angle-right'></i>";
|
|
$lang->doc->fileTitle = 'File Name';
|
|
$lang->doc->filePath = 'File Path';
|
|
$lang->doc->extension = 'Extension';
|
|
$lang->doc->size = 'Files Size';
|
|
$lang->doc->source = 'Source';
|
|
$lang->doc->download = 'Download';
|
|
$lang->doc->acl = 'Right';
|
|
$lang->doc->fileName = 'Files';
|
|
$lang->doc->groups = 'Groups';
|
|
$lang->doc->users = 'Users';
|
|
$lang->doc->item = ' Items';
|
|
$lang->doc->num = 'Documents';
|
|
$lang->doc->searchResult = 'Search Result';
|
|
$lang->doc->mailto = 'Mailto';
|
|
$lang->doc->noModule = 'No document in this library. Create one.';
|
|
$lang->doc->noChapter = 'No chapters or articles in this book. Please add chapters and articles.';
|
|
$lang->doc->views = 'Views';
|
|
$lang->doc->draft = 'Draft';
|
|
$lang->doc->collector = 'Collector';
|
|
$lang->doc->main = 'Main Document Library';
|
|
$lang->doc->order = 'Order';
|
|
$lang->doc->doc = 'Document';
|
|
$lang->doc->updateOrder = 'Update Order';
|
|
$lang->doc->nextStep = 'Next';
|
|
|
|
$lang->doc->moduleDoc = 'By Module';
|
|
$lang->doc->searchDoc = 'Search';
|
|
$lang->doc->fast = 'Quick Entry';
|
|
$lang->doc->allDoc = 'All Documents';
|
|
$lang->doc->openedByMe = 'My';
|
|
$lang->doc->editedByMe = 'Edited By Me';
|
|
$lang->doc->orderByOpen = 'Recent Added';
|
|
$lang->doc->orderByEdit = 'Recent Updated';
|
|
$lang->doc->orderByVisit = 'Last Visited';
|
|
$lang->doc->todayEdited = 'Updated Today';
|
|
$lang->doc->pastEdited = 'Total Updated';
|
|
$lang->doc->myDoc = 'My Documents';
|
|
$lang->doc->myCollection = 'My Favorites';
|
|
$lang->doc->tableContents = 'Directory';
|
|
|
|
/* Methods list */
|
|
$lang->doc->index = 'Document Home';
|
|
$lang->doc->createAB = 'Create';
|
|
$lang->doc->create = 'Create Document';
|
|
$lang->doc->edit = 'Edit Document';
|
|
$lang->doc->delete = 'Delete Document';
|
|
$lang->doc->createBook = 'Create Book';
|
|
$lang->doc->browse = 'Document List';
|
|
$lang->doc->view = 'Document Detail';
|
|
$lang->doc->diff = 'Diff';
|
|
$lang->doc->diffAction = 'Diff Document';
|
|
$lang->doc->sort = 'Rank Document';
|
|
$lang->doc->manageType = 'Manage Category';
|
|
$lang->doc->editType = 'Edit';
|
|
$lang->doc->editChildType = 'Manage';
|
|
$lang->doc->deleteType = 'Delete';
|
|
$lang->doc->addType = 'Add';
|
|
$lang->doc->childType = 'Directory';
|
|
$lang->doc->catalogName = 'Name';
|
|
$lang->doc->collect = 'Add Favorite';
|
|
$lang->doc->cancelCollection = 'Remove Favorite';
|
|
$lang->doc->deleteFile = 'Delete File';
|
|
$lang->doc->menuTitle = 'Direcotory';
|
|
|
|
$lang->doc->collectAction = 'Add Favorite';
|
|
|
|
$lang->doc->libName = 'Document Library';
|
|
$lang->doc->libType = 'Category';
|
|
$lang->doc->custom = 'Custom Document Library';
|
|
$lang->doc->customAB = 'Custom Doc Lib';
|
|
$lang->doc->createLib = 'Document Library';
|
|
$lang->doc->allLibs = 'Library List';
|
|
$lang->doc->objectLibs = "Document View of Library";
|
|
$lang->doc->showFiles = 'Attachments';
|
|
$lang->doc->editLib = 'Edit Document Library';
|
|
$lang->doc->deleteLib = 'Delete Document Library';
|
|
$lang->doc->fixedMenu = 'Fix to Menu';
|
|
$lang->doc->removeMenu = 'Remove from Menu';
|
|
$lang->doc->search = 'Search';
|
|
$lang->doc->allCollections = 'All Collections';
|
|
$lang->doc->keywordsTips = 'Please use commas to separate keywords.';
|
|
$lang->doc->sortLibs = 'Sort Libs';
|
|
$lang->doc->titlePlaceholder = 'Please enter the title';
|
|
$lang->doc->confirm = 'Confirm';
|
|
|
|
global $config;
|
|
/* Query condition list. */
|
|
$lang->doc->allProduct = 'All' . $lang->productCommon . 's';
|
|
$lang->doc->allExecutions = 'All' . $lang->executionCommon . 's';
|
|
$lang->doc->allProjects = 'All' . $lang->projectCommon . 's';
|
|
|
|
$lang->doc->libTypeList['product'] = $lang->productCommon . ' Library';
|
|
$lang->doc->libTypeList['project'] = 'Project Library';
|
|
$lang->doc->libTypeList['execution'] = $lang->execution->common . ' Library';
|
|
$lang->doc->libTypeList['api'] = 'API Library';
|
|
$lang->doc->libTypeList['custom'] = 'Custom Library';
|
|
|
|
$lang->doc->libGlobalList['api'] = 'Api Libray';
|
|
|
|
$lang->doc->libIconList['product'] = 'icon-product';
|
|
$lang->doc->libIconList['execution'] = 'icon-stack';
|
|
$lang->doc->libIconList['custom'] = 'icon-folder-o';
|
|
|
|
$lang->doc->systemLibs['product'] = $lang->productCommon;
|
|
$lang->doc->systemLibs['execution'] = $lang->executionCommon;
|
|
|
|
$lang->doc->aclList['open'] = 'Public';
|
|
$lang->doc->aclList['custom'] = 'Custom';
|
|
$lang->doc->aclList['private'] = 'Private';
|
|
|
|
$lang->doc->typeList['html'] = 'Html';
|
|
$lang->doc->typeList['markdown'] = 'Markdown';
|
|
$lang->doc->typeList['url'] = 'URL';
|
|
$lang->doc->typeList['word'] = 'Word';
|
|
$lang->doc->typeList['ppt'] = 'PPT';
|
|
$lang->doc->typeList['excel'] = 'Excel';
|
|
|
|
$lang->doc->types['text'] = 'Text';
|
|
$lang->doc->types['url'] = 'URL';
|
|
|
|
$lang->doc->contentTypeList['html'] = 'HTML';
|
|
$lang->doc->contentTypeList['markdown'] = 'MarkDown';
|
|
|
|
$lang->doc->browseType = 'Category';
|
|
$lang->doc->browseTypeList['list'] = 'List';
|
|
$lang->doc->browseTypeList['grid'] = 'Card';
|
|
|
|
$lang->doc->fastMenuList['byediteddate'] = 'Recent Edited';
|
|
//$lang->doc->fastMenuList['visiteddate'] = 'Recently Visited';
|
|
$lang->doc->fastMenuList['openedbyme'] = 'My Documents';
|
|
$lang->doc->fastMenuList['collectedbyme'] = 'My Favorites';
|
|
|
|
$lang->doc->fastMenuIconList['byediteddate'] = 'icon-folder-upload';
|
|
//$lang->doc->fastMenuIconList['visiteddate'] = 'icon-folder-move';
|
|
$lang->doc->fastMenuIconList['openedbyme'] = 'icon-folder-account';
|
|
$lang->doc->fastMenuIconList['collectedbyme'] = 'icon-folder-star';
|
|
|
|
$lang->doc->customObjectLibs['files'] = 'Show Attachment Library';
|
|
$lang->doc->customObjectLibs['customFiles'] = 'Show Custom Library';
|
|
|
|
$lang->doc->orderLib = 'Rank Settings';
|
|
$lang->doc->customShowLibs = 'Display Settings';
|
|
$lang->doc->customShowLibsList['zero'] = 'Display Empty Library';
|
|
$lang->doc->customShowLibsList['children'] = 'Display Child-category Documents';
|
|
$lang->doc->customShowLibsList['unclosed'] = "Display Active {$lang->executionCommon}s Only";
|
|
|
|
$lang->doc->mail = new stdclass();
|
|
$lang->doc->mail->create = new stdclass();
|
|
$lang->doc->mail->edit = new stdclass();
|
|
$lang->doc->mail->create->title = "%s created document #%s:%s";
|
|
$lang->doc->mail->edit->title = "%s edited document #%s:%s";
|
|
|
|
$lang->doc->confirmDelete = "Do you want to delete this document?";
|
|
$lang->doc->confirmDeleteLib = "Do you want to delete this document library?";
|
|
$lang->doc->confirmDeleteBook = "Do you want to delete this book?";
|
|
$lang->doc->confirmDeleteChapter = "Do you want to delete this chapter?";
|
|
$lang->doc->errorEditSystemDoc = "You don't have to change system document library.";
|
|
$lang->doc->errorEmptyProduct = "No {$lang->productCommon}. It cannot be created.";
|
|
$lang->doc->errorEmptyProject = "No {$lang->executionCommon}. It cannot be created.";
|
|
$lang->doc->errorMainSysLib = "This library cannot be deleted.";
|
|
$lang->doc->accessDenied = "Access is denied!";
|
|
$lang->doc->versionNotFount = 'It does not exist in this build.';
|
|
$lang->doc->noDoc = 'No documents. ';
|
|
$lang->doc->noArticle = 'No articles.';
|
|
$lang->doc->noLib = 'No libraries. ';
|
|
$lang->doc->noBook = 'The WIKI library has not created a manual, please create a new one :)';
|
|
$lang->doc->cannotCreateOffice = 'Sorry, %s file can only be created in ZenTao Biz Series or above. Contact Philip@easysoft.ltd to know more about ZenTao Biz Series and ZenTao Max Series.';
|
|
$lang->doc->notSetOffice = "<p>To create a %s document, you need to configure <a href='%s'>office convert</a>.<p>";
|
|
$lang->doc->noSearchedDoc = 'No documents found.';
|
|
$lang->doc->noEditedDoc = 'You have not edited any documents.';
|
|
$lang->doc->noOpenedDoc = 'You have not created any documents.';
|
|
$lang->doc->noCollectedDoc = 'You have not favorited any documents.';
|
|
$lang->doc->errorEmptyLib = 'No data in document library.';
|
|
$lang->doc->confirmUpdateContent = 'You have a document that is not saved from last time. Do you want to continue editing it?';
|
|
$lang->doc->selectLibType = 'Please select a type of doc library.';
|
|
$lang->doc->noLibreOffice = 'You does not have access to office conversion settings!';
|
|
$lang->doc->errorParentChapter = 'The parent chapter cannot be its own chapter or sub chapter!';
|
|
|
|
$lang->doc->noticeAcl['lib']['product']['default'] = "Users who can access the selected {$lang->productCommon} can access it.";
|
|
$lang->doc->noticeAcl['lib']['product']['custom'] = "Users who can access the selected {$lang->productCommon} or users in the whiltelist can access it.";
|
|
$lang->doc->noticeAcl['lib']['project']['default'] = "Users who can access the selected {$lang->projectCommon} can access it.";
|
|
$lang->doc->noticeAcl['lib']['project']['open'] = "Users who can access the selected {$lang->projectCommon} can access it.";
|
|
$lang->doc->noticeAcl['lib']['project']['private'] = "Users who can access the selected {$lang->projectCommon} or users in the whiltelist can access it.";
|
|
$lang->doc->noticeAcl['lib']['project']['custom'] = "Users who can access the selected {$lang->projectCommon} or users in the whiltelist can access it.";
|
|
$lang->doc->noticeAcl['lib']['execution']['default'] = "Users who can access the selected {$lang->execution->common} can access it.";
|
|
$lang->doc->noticeAcl['lib']['execution']['custom'] = "Users who can access the selected {$lang->execution->common} or users in the whiltelist can access it.";
|
|
$lang->doc->noticeAcl['lib']['api']['open'] = 'All users can access it.';
|
|
$lang->doc->noticeAcl['lib']['api']['custom'] = 'Users in the whitelist can access it.';
|
|
$lang->doc->noticeAcl['lib']['api']['private'] = 'Only the one who created it can access it.';
|
|
$lang->doc->noticeAcl['lib']['custom']['open'] = 'All users can access it.';
|
|
$lang->doc->noticeAcl['lib']['custom']['custom'] = 'Users in the whitelist can access it.';
|
|
$lang->doc->noticeAcl['lib']['custom']['private'] = 'Only the one who created it can access it.';
|
|
|
|
$lang->doc->noticeAcl['doc']['open'] = 'Users who can access the document library which the document belongs can access it.';
|
|
$lang->doc->noticeAcl['doc']['custom'] = 'Users in the whiltelist can access it.';
|
|
$lang->doc->noticeAcl['doc']['private'] = 'Only the one who created it can access it.';
|
|
|
|
$lang->doc->placeholder = new stdclass();
|
|
$lang->doc->placeholder->url = 'URL';
|
|
|
|
$lang->doc->summary = "Total files on this page: <strong>%s</strong> , total size: <strong>%s</strong>, <strong>%s</strong>.";
|
|
$lang->doc->ge = ':';
|
|
$lang->doc->point = '.';
|