en.php 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822
  1. <?php
  2. /**
  3. * The doc module english file of ZenTaoPMS.
  4. *
  5. * @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.cnezsoft.com)
  6. * @license ZPL(http://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
  7. * @author Chunsheng Wang <chunsheng@cnezsoft.com>
  8. * @package doc
  9. * @version $Id: en.php 824 2010-05-02 15:32:06Z wwccss $
  10. * @link https://www.zentao.net
  11. */
  12. $lang->doclib = new stdclass();
  13. $lang->doclib->name = 'Library Name';
  14. $lang->doclib->control = 'Access Control';
  15. $lang->doclib->group = 'Group';
  16. $lang->doclib->user = 'User';
  17. $lang->doclib->files = 'Attachments';
  18. $lang->doclib->all = 'All Doc Libraries';
  19. $lang->doclib->select = 'Select Library';
  20. $lang->doclib->execution = $lang->executionCommon . ' Library';
  21. $lang->doclib->product = $lang->productCommon . ' Library';
  22. $lang->doclib->apiLibName = 'Library Name';
  23. $lang->doclib->defaultSpace = 'Default Space';
  24. $lang->doclib->defaultMyLib = 'My Library';
  25. $lang->doclib->spaceName = 'Space Name';
  26. $lang->doclib->createSpace = 'Add New';
  27. $lang->doclib->editSpace = 'Edit Space';
  28. $lang->doclib->privateACL = "Private (Accessible for creator and while list user with %s permission.)";
  29. $lang->doclib->defaultOrder = 'Default Docs Order';
  30. $lang->doclib->migratedWiki = 'Migrated Wiki';
  31. $lang->doclib->tip = new stdclass();
  32. $lang->doclib->tip->selectExecution = "If Execution is empty, the created library will be a {$lang->projectCommon} library.";
  33. $lang->doclib->type['wiki'] = 'Doc Lib';
  34. $lang->doclib->type['api'] = 'API Lib';
  35. $lang->doclib->aclListA = array();
  36. $lang->doclib->aclListA['default'] = 'Default';
  37. $lang->doclib->aclListA['custom'] = 'Custom';
  38. $lang->doclib->aclListB['open'] = 'Public';
  39. $lang->doclib->aclListB['custom'] = 'Custom';
  40. $lang->doclib->aclListB['private'] = 'Private';
  41. $lang->doclib->mySpaceAclList['private'] = "Private (Accessible for creator only.)";
  42. $lang->doclib->aclList = array();
  43. $lang->doclib->aclList['open'] = "Public (Accessible for all users with the document module view permission.)";
  44. $lang->doclib->aclList['default'] = "Default (Accessible for users with %s permission.)";
  45. $lang->doclib->aclList['private'] = "Private (Accessible for creator and while list users only.)";
  46. $lang->doclib->idOrder = array();
  47. $lang->doclib->idOrder['id_asc'] = 'ID Ascending';
  48. $lang->doclib->idOrder['id_desc'] = 'ID Descending' ;
  49. $lang->doclib->create['product'] = 'Create ' . $lang->productCommon . ' Library';
  50. $lang->doclib->create['execution'] = 'Create ' . $lang->executionCommon . ' Library';
  51. $lang->doclib->create['custom'] = 'Create Custom Library';
  52. $lang->doclib->main['product'] = $lang->productCommon . ' Primary Library';
  53. $lang->doclib->main['project'] = "{$lang->projectCommon} Primary Library";
  54. $lang->doclib->main['execution'] = $lang->executionCommon . ' Primary Library';
  55. $lang->doclib->tabList['product'] = $lang->productCommon;
  56. $lang->doclib->tabList['execution'] = $lang->executionCommon;
  57. $lang->doclib->tabList['custom'] = 'Custom';
  58. $lang->doclib->nameList['custom'] = 'Custom Lib Name';
  59. $lang->doclib->apiNameUnique = array();
  60. $lang->doclib->apiNameUnique['product'] = 'In API library under the same ' . $lang->productCommon . '.';
  61. $lang->doclib->apiNameUnique['project'] = 'In API library under the same ' . $lang->projectCommon . '.';
  62. $lang->doclib->apiNameUnique['nolink'] = 'In independent API library';
  63. $lang->docTemplate = new stdclass();
  64. $lang->docTemplate->id = 'ID';
  65. $lang->docTemplate->title = 'Template Title';
  66. $lang->docTemplate->frequency = 'Frequency';
  67. $lang->docTemplate->type = 'Type';
  68. $lang->docTemplate->addedBy = 'Creator';
  69. $lang->docTemplate->addedDate = 'Created on';
  70. $lang->docTemplate->editedBy = 'Edited by';
  71. $lang->docTemplate->editedDate = 'Edited on';
  72. $lang->docTemplate->views = 'Views';
  73. $lang->docTemplate->confirmDelete = 'Are you sure you want to delete this document template?';
  74. $lang->docTemplate->scope = 'Scope';
  75. $lang->docTemplate->lib = $lang->docTemplate->scope;
  76. $lang->docTemplate->module = 'Template Category';
  77. $lang->docTemplate->desc = 'Description';
  78. $lang->docTemplate->deliverable = 'Is Deliverable';
  79. $lang->docTemplate->parentModule = 'Parent Category';
  80. $lang->docTemplate->typeName = 'Category Name';
  81. $lang->docTemplate->parent = 'Hierarchy';
  82. $lang->docTemplate->addTemplateType = 'Add template category';
  83. $lang->docTemplate->editTemplateType = 'Edit template category';
  84. $lang->docTemplate->docTitlePlaceholder = 'Please enter a document template title.';
  85. $lang->docTemplate->docTitleRequired = 'Document template title cannot be empty.';
  86. $lang->docTemplate->errorDeleteType = 'Cannot delete: This category contains document templates.';
  87. $lang->docTemplate->convertToNewDocConfirm = 'The new document format uses a modern block-based editor for an enhanced experience. Are you sure you want to convert this template to the new format? Once saved as a draft or published, you cannot revert to the legacy editor.';
  88. $lang->docTemplate->oldDocEditingTip = 'This template was created with the legacy editor and is now being edited with the new editor. Saving will convert it to the new format.';
  89. $lang->docTemplate->leaveEditingConfirm = 'You are currently editing a document template. Are you sure you want to leave?';
  90. $lang->docTemplate->searchScopePlaceholder = 'Search Scope';
  91. $lang->docTemplate->searchTypePlaceholder = 'Search Categories';
  92. $lang->docTemplate->moveDocTemplate = 'Move Document Template';
  93. $lang->docTemplate->moveSubTemplate = 'Move Sub Template';
  94. $lang->docTemplate->createTypeFirst = 'Please create a document template category first.';
  95. $lang->docTemplate->editedList = 'Template editor';
  96. $lang->docTemplate->content = 'Template Content';
  97. $lang->docTemplate->templateDesc = 'Template Description';
  98. $lang->docTemplate->status = 'Template Status';
  99. $lang->docTemplate->emptyTip = 'No system data matches the current parameters and filters.';
  100. $lang->docTemplate->emptyDataTip = 'No system data matches the current filter criteria.';
  101. $lang->docTemplate->previewTip = 'Once parameters are configured, this block will display data based on the filter settings.';
  102. $lang->docTemplate->confirmDeleteChapterWithSub = "Are you sure you want to delete this chapter? All content nested under it will be hidden.";
  103. $lang->docTemplate->confirmDeleteTemplateWithSub = "Are you sure you want to delete this document template? All content nested under it will be hidden.";
  104. $lang->docTemplate->scopeHasTemplateTips = 'This scope contains document templates. Please remove them before deleting the scope.';
  105. $lang->docTemplate->scopeHasModuleTips = 'This scope contains template categories. Please remove them before deleting the scope.';
  106. $lang->docTemplate->needEditable = 'You do not have permission to edit this document template.';
  107. $lang->docTemplate->create = 'More';
  108. $lang->docTemplate->edit = 'Scope';
  109. $lang->docTemplate->delete = 'Delete Document Template';
  110. $lang->docTemplate->more = 'No description.';
  111. $lang->docTemplate->scopeLabel = 'of';
  112. $lang->docTemplate->noTemplate = 'Expired';
  113. $lang->docTemplate->noDesc = 'Create Template';
  114. $lang->docTemplate->of = 'Edit Document Template';
  115. $lang->docTemplate->overdue = 'Delete Document Template';
  116. $lang->docTemplate->addModule = 'Add Category';
  117. $lang->docTemplate->addSameModule = 'Add Sibling category';
  118. $lang->docTemplate->addSubModule = 'Add Sub-category';
  119. $lang->docTemplate->editModule = 'Edit Category';
  120. $lang->docTemplate->deleteModule = 'Delete Category';
  121. $lang->docTemplate->noModules = 'No document template categories.';
  122. $lang->docTemplate->addSubDocTemplate = 'Add Sub-template';
  123. $lang->docTemplate->filterTypes = array();
  124. $lang->docTemplate->filterTypes[] = array('all', 'All');
  125. $lang->docTemplate->filterTypes[] = array('draft', 'Draft');
  126. $lang->docTemplate->filterTypes[] = array('released', 'Released');
  127. $lang->docTemplate->filterTypes[] = array('createdByMe', 'Creator Me');
  128. $lang->docTemplate->deliverableList['1'] = 'Yes';
  129. $lang->docTemplate->deliverableList['0'] = 'No';
  130. /* Fields. */
  131. $lang->doc->common = 'Document';
  132. $lang->doc->id = 'ID';
  133. $lang->doc->product = $lang->productCommon;
  134. $lang->doc->project = $lang->projectCommon;
  135. $lang->doc->execution = $lang->execution->common;
  136. $lang->doc->plan = $lang->productplan->shortCommon;
  137. $lang->doc->lib = 'Library';
  138. $lang->doc->module = 'Parent';
  139. $lang->doc->libAndModule = 'Library&Catalog';
  140. $lang->doc->object = 'Object';
  141. $lang->doc->title = 'Title';
  142. $lang->doc->digest = 'Summary';
  143. $lang->doc->comment = 'Comment';
  144. $lang->doc->type = 'Type';
  145. $lang->doc->content = 'Text';
  146. $lang->doc->keywords = 'Keywords';
  147. $lang->doc->status = 'Status';
  148. $lang->doc->url = 'URL';
  149. $lang->doc->files = 'File';
  150. $lang->doc->addedBy = 'Creator';
  151. $lang->doc->addedDate = 'Created Date';
  152. $lang->doc->editedBy = 'Edited by';
  153. $lang->doc->editedDate = 'Last Updated';
  154. $lang->doc->editingDate = 'Current Editor & Time';
  155. $lang->doc->lastEditedBy = 'Last Editor';
  156. $lang->doc->updateInfo = 'Update info';
  157. $lang->doc->version = 'Version Number5';
  158. $lang->doc->basicInfo = 'Basic Info';
  159. $lang->doc->deleted = 'Deleted';
  160. $lang->doc->fileObject = 'Belongs to';
  161. $lang->doc->whiteList = 'Whitelist';
  162. $lang->doc->readonly = 'Read Only';
  163. $lang->doc->editable = 'Editable';
  164. $lang->doc->contentType = 'Document Format';
  165. $lang->doc->separator = "<i class='icon-angle-right'></i>";
  166. $lang->doc->fileTitle = 'File Name';
  167. $lang->doc->filePath = 'File Path';
  168. $lang->doc->extension = 'Type';
  169. $lang->doc->size = 'Files Size';
  170. $lang->doc->source = 'Source';
  171. $lang->doc->download = 'Download';
  172. $lang->doc->acl = 'Permission';
  173. $lang->doc->fileName = 'File';
  174. $lang->doc->groups = 'Group';
  175. $lang->doc->users = 'User';
  176. $lang->doc->item = ' Item';
  177. $lang->doc->num = 'Document Count';
  178. $lang->doc->searchResult = 'Search Result';
  179. $lang->doc->mailto = 'Mail to';
  180. $lang->doc->noModule = 'No directories or documents found in this library. Please manage directories or create a document.';
  181. $lang->doc->noChapter = 'No chapters or articles found in this manual. Please manage the manual.';
  182. $lang->doc->views = 'Views';
  183. $lang->doc->draft = 'Draft';
  184. $lang->doc->collector = 'Favorited by';
  185. $lang->doc->main = 'Main Document Library';
  186. $lang->doc->order = 'Sort';
  187. $lang->doc->doc = 'Document';
  188. $lang->doc->updateOrder = 'Update Order';
  189. $lang->doc->update = 'Update';
  190. $lang->doc->nextStep = 'Next';
  191. $lang->doc->closed = 'Closed';
  192. $lang->doc->saveDraft = 'Save as Draft';
  193. $lang->doc->template = 'Template';
  194. $lang->doc->position = 'Location';
  195. $lang->doc->person = 'Personal';
  196. $lang->doc->team = 'Team';
  197. $lang->doc->manage = 'Document Management';
  198. $lang->doc->release = 'Release';
  199. $lang->doc->story = 'Story';
  200. $lang->doc->convertdoc = 'Convert to Doc';
  201. $lang->doc->needEditable = 'You don\'t have permission to edit this document.';
  202. $lang->doc->needReadable = 'You don\'t have permission to view this document.';
  203. $lang->doc->groupLabel = 'Group';
  204. $lang->doc->userLabel = 'User';
  205. $lang->doc->parent = 'Parent';
  206. $lang->doc->rawContent = 'Raw Content';
  207. $lang->doc->moduleDoc = 'View by Module';
  208. $lang->doc->searchDoc = 'Search';
  209. $lang->doc->fast = 'Quick Access';
  210. $lang->doc->allDoc = 'All Documents';
  211. $lang->doc->allVersion = 'All Versions';
  212. $lang->doc->openedByMe = 'Creator Me';
  213. $lang->doc->editedByMe = 'Edited by Me';
  214. $lang->doc->orderByOpen = 'Recently Added';
  215. $lang->doc->orderByEdit = 'Recently Updated';
  216. $lang->doc->orderByVisit = 'Recently Viewed';
  217. $lang->doc->todayEdited = 'Updated Today';
  218. $lang->doc->pastEdited = 'Older Updates';
  219. $lang->doc->myDoc = 'My Documents';
  220. $lang->doc->myView = 'Recently Viewed';
  221. $lang->doc->myCollection = 'Favorited by Me';
  222. $lang->doc->myCreation = 'Creator Me';
  223. $lang->doc->myEdited = 'Edited by Me';
  224. $lang->doc->myLib = 'My Library';
  225. $lang->doc->tableContents = 'Catalog';
  226. $lang->doc->addCatalog = 'Add Catalog';
  227. $lang->doc->editCatalog = 'Edit Catalog';
  228. $lang->doc->deleteCatalog = 'Delete Catalog';
  229. $lang->doc->sortCatalog = 'Sort Catalogs';
  230. $lang->doc->sortDoclib = 'Sort Libraries';
  231. $lang->doc->sortDoc = 'Sort Docs';
  232. $lang->doc->docStatistic = 'Docs Summary';
  233. $lang->doc->docCreated = 'Created';
  234. $lang->doc->docEdited = 'Edited';
  235. $lang->doc->docViews = 'Views';
  236. $lang->doc->docCollects = 'Collection';
  237. $lang->doc->todayUpdated = "Updated Today";
  238. $lang->doc->daysUpdated = 'Updated %s day(s) ago';
  239. $lang->doc->monthsUpdated = 'Updated %s month(s) ago';
  240. $lang->doc->yearsUpdated = 'Updated %s year(s) ago';
  241. $lang->doc->viewCount = '%s View(s)';
  242. $lang->doc->collectCount = '%s Favorite(s)';
  243. /* Methods list */
  244. $lang->doc->index = 'Dashboard';
  245. $lang->doc->createAB = 'Create';
  246. $lang->doc->create = 'Create Document';
  247. $lang->doc->createOrUpload = 'Create/Import Document';
  248. $lang->doc->edit = 'Edit Document';
  249. $lang->doc->effort = 'Effort';
  250. $lang->doc->delete = 'Delete Document';
  251. $lang->doc->createBook = 'Create Manual';
  252. $lang->doc->browse = 'Document List';
  253. $lang->doc->view = 'Document Details';
  254. $lang->doc->diff = 'Diff';
  255. $lang->doc->confirm = 'Confirm';
  256. $lang->doc->cancelDiff = 'Cancel diff';
  257. $lang->doc->diffAction = 'Diff Docs';
  258. $lang->doc->sort = 'Sort Docs';
  259. $lang->doc->manageType = 'Manage Directories';
  260. $lang->doc->editType = 'Edit Directory';
  261. $lang->doc->editChildType = 'Manage Sub-directories';
  262. $lang->doc->deleteType = 'Delete Directory';
  263. $lang->doc->addType = 'Add Directory';
  264. $lang->doc->childType = 'Sub-directory';
  265. $lang->doc->catalogName = 'Directory Name';
  266. $lang->doc->collect = 'Favorite';
  267. $lang->doc->collectSuccess = 'Added to favorites!';
  268. $lang->doc->cancelCollection = 'Unfavorite';
  269. $lang->doc->deleteFile = 'Delete File';
  270. $lang->doc->menuTitle = 'Directory';
  271. $lang->doc->api = 'API';
  272. $lang->doc->displaySetting = 'Display Settings';
  273. $lang->doc->collectAction = 'Favorite Document';
  274. $lang->doc->libName = 'Library Name';
  275. $lang->doc->libType = 'Library Type';
  276. $lang->doc->custom = 'Custom Document Library';
  277. $lang->doc->customAB = 'Custom Library';
  278. $lang->doc->createLib = 'Create Library';
  279. $lang->doc->createLibAction = 'Create Library';
  280. $lang->doc->createSpace = 'Create Space';
  281. $lang->doc->allLibs = 'Library List';
  282. $lang->doc->objectLibs = "Docs Details";
  283. $lang->doc->showFiles = 'Attachments';
  284. $lang->doc->editLib = 'Edit Library';
  285. $lang->doc->editSpaceAction = 'Edit Space';
  286. $lang->doc->editLibAction = 'Edit Library';
  287. $lang->doc->deleteSpaceAction = 'Delete Space';
  288. $lang->doc->deleteLibAction = 'Delete Library';
  289. $lang->doc->moveLibAction = 'Move Library';
  290. $lang->doc->moveDocAction = 'Move Document';
  291. $lang->doc->batchMove = 'Batch Move';
  292. $lang->doc->batchMoveDocAction = 'Batch Move Docs';
  293. $lang->doc->fixedMenu = 'Pin to Menu';
  294. $lang->doc->removeMenu = 'Unpin from Menu';
  295. $lang->doc->search = 'Search';
  296. $lang->doc->allCollections = 'View All Collection';
  297. $lang->doc->keywordsTips = 'Separate multiple keywords with commas.';
  298. $lang->doc->sortLibs = 'Sort Libs';
  299. $lang->doc->titlePlaceholder = 'Enter title here.';
  300. $lang->doc->confirm = 'Confirm';
  301. $lang->doc->docSummary = '<strong>%s</strong> docs on this page.';
  302. $lang->doc->docCheckedSummary = '<strong>%s</strong> docs selected.';
  303. $lang->doc->showDoc = 'Show Documents';
  304. $lang->doc->uploadFile = 'Upload File';
  305. $lang->doc->uploadDoc = 'Import';
  306. $lang->doc->uploadFormat = 'Upload Format';
  307. $lang->doc->editedList = 'Document Editor';
  308. $lang->doc->moveTo = 'Move to';
  309. $lang->doc->notSupportExport = 'This document cannot be exported.';
  310. $lang->doc->downloadTemplate = 'Download Template';
  311. $lang->doc->addFile = 'Submit File';
  312. $lang->doc->frozenTips = 'After the doc are baselined, %s is not allowed.';
  313. $lang->doc->preview = 'Preview';
  314. $lang->doc->insertTitle = 'Insert %s list';
  315. $lang->doc->previewTip = 'Displayed data can be modified via filter settings. Inserted data is a static snapshot.';
  316. $lang->doc->insertTip = 'Please select at least one item after previewing.';
  317. $lang->doc->insertText = 'Insert';
  318. $lang->doc->searchCondition = 'Search Filters';
  319. $lang->doc->list = ' List';
  320. $lang->doc->detail = 'Details';
  321. $lang->doc->zentaoData = 'Zentao Data';
  322. $lang->doc->emptyError = 'Cannot be empty.';
  323. $lang->doc->caselib = 'Test Case Library';
  324. $lang->doc->customSearch = 'Custom Search';
  325. $lang->doc->addChapter = 'Add chapter';
  326. $lang->doc->editChapter = 'Edit chapter';
  327. $lang->doc->sortChapter = 'Sort Chapters';
  328. $lang->doc->deleteChapter = 'Delete chapter';
  329. $lang->doc->addSubChapter = 'Add Sub-chapter';
  330. $lang->doc->addSameChapter = 'Add Sibling Chapter';
  331. $lang->doc->addSubDoc = 'Add Child Document';
  332. $lang->doc->chapterName = 'Chapter Name';
  333. $lang->doc->tips = new stdclass();
  334. $lang->doc->tips->noProduct = 'No products found. Please create one first.';
  335. $lang->doc->tips->noProject = 'No projects found. Please create one first.';
  336. $lang->doc->tips->noExecution = 'No executions found. Please create one first.';
  337. $lang->doc->tips->noCaselib = 'No test case libraries found. Please create one first.';
  338. $lang->doc->zentaoList = array();
  339. $lang->doc->zentaoList['story'] = $lang->SRCommon;
  340. $lang->doc->zentaoList['productStory'] = $lang->productCommon . ' ' . $lang->SRCommon;
  341. $lang->doc->zentaoList['projectStory'] = $lang->projectCommon . ' ' . $lang->SRCommon;
  342. $lang->doc->zentaoList['executionStory'] = $lang->execution->common . ' ' . $lang->SRCommon;
  343. $lang->doc->zentaoList['planStory'] = $lang->productplan->shortCommon . ' ' . $lang->SRCommon;
  344. $lang->doc->zentaoList['case'] = $lang->testcase->common;
  345. $lang->doc->zentaoList['productCase'] = $lang->productCommon . ' ' . $lang->testcase->common;
  346. $lang->doc->zentaoList['projectCase'] = $lang->projectCommon . ' ' . $lang->testcase->common;
  347. $lang->doc->zentaoList['caselib'] = 'Test Case Library';
  348. $lang->doc->zentaoList['task'] = $lang->task->common;
  349. $lang->doc->zentaoList['bug'] = $lang->bug->common;
  350. $lang->doc->zentaoList['projectBug'] = $lang->projectCommon . ' ' . $lang->bug->common;
  351. $lang->doc->zentaoList['productBug'] = 'Product Bug';
  352. $lang->doc->zentaoList['planBug'] = 'Plan Bug';
  353. $lang->doc->zentaoList['more'] = 'More';
  354. $lang->doc->zentaoList['productPlan'] = $lang->productCommon . ' Plan';
  355. $lang->doc->zentaoList['productPlanContent'] = $lang->productCommon . ' Plan Details';
  356. $lang->doc->zentaoList['productRelease'] = $lang->productCommon . ' ' . $lang->release->common;
  357. $lang->doc->zentaoList['projectRelease'] = $lang->projectCommon . ' ' . $lang->release->common;
  358. $lang->doc->zentaoList['ER'] = $lang->defaultERName;
  359. $lang->doc->zentaoList['UR'] = $lang->URCommon;
  360. $lang->doc->zentaoList['feedback'] = 'Feedback';
  361. $lang->doc->zentaoList['ticket'] = 'Ticket';
  362. $lang->doc->zentaoList['gantt'] = 'Gantt Chart';
  363. $lang->doc->zentaoList['HLDS'] = 'High-Level Design';
  364. $lang->doc->zentaoList['DDS'] = 'Detailed Design';
  365. $lang->doc->zentaoList['DBDS'] = 'Database Design';
  366. $lang->doc->zentaoList['ADS'] = 'API Design';
  367. $lang->doc->zentaoAction = array();
  368. $lang->doc->zentaoAction['set'] = 'Settings';
  369. $lang->doc->zentaoAction['delete'] = 'Delete';
  370. $lang->doc->zentaoAction['setParams'] = 'Set Parameters';
  371. $lang->doc->uploadFormatList = array();
  372. $lang->doc->uploadFormatList['separateDocs'] = 'Save each file as a separate document.';
  373. $lang->doc->uploadFormatList['combinedDocs'] = 'Save all files as one document.';
  374. $lang->doc->fileType = new stdclass();
  375. $lang->doc->fileType->stepResult = 'Test Result';
  376. global $config;
  377. /* Query condition list. */
  378. $lang->doc->allProduct = 'All' . $lang->productCommon . 's';
  379. $lang->doc->allExecutions = 'All' . $lang->execution->common . 's';
  380. $lang->doc->allProjects = 'All' . $lang->projectCommon . 's';
  381. $lang->doc->libTypeList['product'] = $lang->productCommon . ' Docs Library';
  382. $lang->doc->libTypeList['project'] = "{$lang->projectCommon} Docs Library";
  383. $lang->doc->libTypeList['execution'] = $lang->execution->common . ' Docs Library';
  384. $lang->doc->libTypeList['api'] = 'API Library';
  385. $lang->doc->libTypeList['custom'] = 'Custom Library';
  386. $lang->doc->libGlobalList['api'] = 'API Library';
  387. $lang->doc->libIconList['product'] = 'icon-product';
  388. $lang->doc->libIconList['execution'] = 'icon-stack';
  389. $lang->doc->libIconList['custom'] = 'icon-folder-o';
  390. $lang->doc->systemLibs['product'] = $lang->productCommon;
  391. $lang->doc->systemLibs['execution'] = $lang->executionCommon;
  392. $lang->doc->statusList[''] = "";
  393. $lang->doc->statusList['normal'] = "Published";
  394. $lang->doc->statusList['draft'] = "Draft";
  395. $lang->doc->aclList['open'] = "Public (Visible and editable by all users.)";
  396. $lang->doc->aclList['private'] = "Private (Visible and editable by specific users only.)";
  397. $lang->doc->aclListA['open'] = "Public (Accessible to all users. Users with document template editing permissions can access and edit it.)";
  398. $lang->doc->aclListA['private'] = "Private (Editable and usable by the creator only.)";
  399. $lang->doc->selectSpace = 'Select Space';
  400. $lang->doc->space = 'Space';
  401. $lang->doc->spaceList['mine'] = 'My Space';
  402. $lang->doc->spaceList['custom'] = 'Team Space';
  403. $lang->doc->spaceList['product'] = $lang->productCommon . ' Space';
  404. $lang->doc->spaceList['project'] = $lang->projectCommon . ' Space';
  405. $lang->doc->spaceList['api'] = 'API Space';
  406. $lang->doc->apiType = 'API Type';
  407. $lang->doc->apiTypeList['product'] = $lang->productCommon . ' API';
  408. $lang->doc->apiTypeList['project'] = $lang->projectCommon . ' API';
  409. $lang->doc->apiTypeList['nolink'] = 'Independent API';
  410. $lang->doc->typeList['html'] = 'Html';
  411. $lang->doc->typeList['markdown'] = 'Markdown';
  412. $lang->doc->typeList['url'] = 'URL';
  413. $lang->doc->typeList['word'] = 'Word';
  414. $lang->doc->typeList['ppt'] = 'PPT';
  415. $lang->doc->typeList['excel'] = 'Excel';
  416. $lang->doc->createList['template'] = 'Wiki';
  417. $lang->doc->createList['word'] = 'Word';
  418. $lang->doc->createList['ppt'] = 'PPT';
  419. $lang->doc->createList['excel'] = 'Excel';
  420. $lang->doc->createList['attachment'] = $lang->doc->uploadDoc;
  421. $lang->doc->types['doc'] = 'Doc';
  422. $lang->doc->types['api'] = 'API Doc';
  423. $lang->doc->contentTypeList['html'] = 'HTML';
  424. $lang->doc->contentTypeList['markdown'] = 'MarkDown';
  425. $lang->doc->browseType = 'View Mode';
  426. $lang->doc->browseTypeList['list'] = 'List';
  427. $lang->doc->browseTypeList['grid'] = 'Directory';
  428. $lang->doc->fastMenuList['byediteddate'] = 'Recent Updates';
  429. //$lang->doc->fastMenuList['visiteddate'] = 'Recently Visited';
  430. $lang->doc->fastMenuList['openedbyme'] = 'My Documents';
  431. $lang->doc->fastMenuList['collectedbyme'] = 'My Collection';
  432. $lang->doc->fastMenuIconList['byediteddate'] = 'icon-folder-upload';
  433. //$lang->doc->fastMenuIconList['visiteddate'] = 'icon-folder-move';
  434. $lang->doc->fastMenuIconList['openedbyme'] = 'icon-folder-account';
  435. $lang->doc->fastMenuIconList['collectedbyme'] = 'icon-folder-star';
  436. $lang->doc->customObjectLibs['files'] = 'Show Attachments';
  437. $lang->doc->customObjectLibs['customFiles'] = 'Show Custom Library';
  438. $lang->doc->orderLib = 'Sort Libraries';
  439. $lang->doc->customShowLibs = 'Display Settings';
  440. $lang->doc->customShowLibsList['zero'] = 'Show Empty Libraries';
  441. $lang->doc->customShowLibsList['children'] = 'Show Subcategory Documents';
  442. $lang->doc->customShowLibsList['unclosed'] = "Show Open Executions Only ";
  443. $lang->doc->mail = new stdclass();
  444. $lang->doc->mail->releasedDoc = new stdclass();
  445. $lang->doc->mail->edit = new stdclass();
  446. $lang->doc->mail->releasedDoc->title = "%s published document #%s: %s.";
  447. $lang->doc->mail->edit->title = "%s edited document #%6s: %s.";
  448. $lang->doc->confirmDelete = "Are you sure you want to delete this document?";
  449. $lang->doc->confirmDeleteWithSub = "Deleting this document will also remove all its associated content. Are you sure you want to proceed?";
  450. $lang->doc->confirmDeleteLib = "Are you sure you want to delete this document library?";
  451. $lang->doc->confirmDeleteSpace = "Deleting this space will remove all associated libraries, directories, and documents. Are you sure you want to proceed?";
  452. $lang->doc->confirmDeleteBook = "Are you sure you want to delete this manual?";
  453. $lang->doc->confirmDeleteChapter = "Are you sure you want to delete this chapter?";
  454. $lang->doc->confirmDeleteChapterWithSub = "Deleting this chapter will also remove all its sub-chapters and documents. Are you sure you want to proceed?";
  455. $lang->doc->confirmDeleteModule = "Are you sure you want to delete this directory?";
  456. $lang->doc->confirmDeleteModuleWithSub = "Deleting this directory will also remove all its sub-directories, chapters, and documents. Are you sure you want to proceed?";
  457. $lang->doc->confirmOtherEditing = "This document is currently being edited. Continuing to edit will overwrite changes made by others. Do you want to continue?";
  458. $lang->doc->errorEditSystemDoc = "System document libraries cannot be modified. ";
  459. $lang->doc->errorEmptyProduct = "No {$lang->productCommon} found. The document cannot be created.";
  460. $lang->doc->errorEmptyProject = "No {$lang->executionCommon} found. The document cannot be created.";
  461. $lang->doc->errorEmptySpaceLib = "No document library exists in this space. The document cannot be created. Please create a document library first.";
  462. $lang->doc->errorMainSysLib = "System document libraries cannot be deleted.";
  463. $lang->doc->accessDenied = "You do not have permission to access this.";
  464. $lang->doc->cannotView = "You do not have permission to view this document. Please contact the creator %s.";
  465. $lang->doc->versionNotFount = 'This document version does not exist.';
  466. $lang->doc->noDoc = 'No documents yet.';
  467. $lang->doc->noArticle = 'No articles yet.';
  468. $lang->doc->noLib = 'No libraries yet.';
  469. $lang->doc->noBook = 'No manuals have been created in the Wiki library. Please create one.';
  470. $lang->doc->cannotCreateOffice = '<p>Sorry, only ZenTao Biz and ZenTao Max versions supports creating %s documents.</p><p>To try these advanced versions, please contact us at support@zentao.pm.</p>';
  471. $lang->doc->notSetOffice = "Configuring <ahref='%s'>Collabora Online</a> is required to create %s documents.";
  472. $lang->doc->requestTypeError = "Collabora Online editing is unavailable because the current ZenTao requestType is not set to PATH_INFO. Please contact your administrator to modify the requestType configuration.";
  473. $lang->doc->notSetCollabora = "Collabora Online is not configured. %s documents cannot be created. Please configure <ahref='%s'>Collabora Online</a>.";
  474. $lang->doc->noSearchedDoc = 'No documents found.';
  475. $lang->doc->noEditedDoc = 'You have not edited any documents yet.';
  476. $lang->doc->noOpenedDoc = 'You have not created any documents yet.';
  477. $lang->doc->noCollectedDoc = 'You have not added any documents to your favorites.';
  478. $lang->doc->errorEmptyLib = 'No data available in the document library.';
  479. $lang->doc->confirmUpdateContent = 'Unsaved content detected. Do you want to continue editing?';
  480. $lang->doc->selectLibType = 'Please select a document library type.';
  481. $lang->doc->selectDoc = 'Please select a document.';
  482. $lang->doc->noLibreOffice = 'You do not have permission to access the Office conversion settings.';
  483. $lang->doc->errorParentChapter = 'The parent chapter cannot be the chapter itself or one of its sub-chapters.';
  484. $lang->doc->errorOthersCreated = 'Moving documents Creator others in this library is currently not supported. Do you want to proceed?';
  485. $lang->doc->confirmLeaveOnEdit = 'Unsaved content detected. Do you want to navigate away?';
  486. $lang->doc->errorOccurred = 'Operation failed. Please try again later.';
  487. $lang->doc->selectLibFirst = 'Please select a document library first.';
  488. $lang->doc->createLibFirst = 'Please create a document library first.';
  489. $lang->doc->nopriv = 'You do not have permission to access %s and cannot view this document. Please contact the administrator to adjust permissions.';
  490. $lang->doc->docConvertComment = "The document has been converted to the new editor format. Switch to version %s to view the original document.";
  491. $lang->doc->previewNotAvailable = 'Preview is currently unavailable. Please visit ZenTao to view document %s.';
  492. $lang->doc->hocuspocusConnect = 'Collaborative editing service connected.';
  493. $lang->doc->hocuspocusDisconnect = 'Collaborative editing service disconnected. Content will be synced upon reconnection.';
  494. $lang->doc->docTemplateConvertComment = 'The document template has been converted to the new editor format. Switch to version %s to view the original template.';
  495. $lang->doc->noSupportList = "This {$lang->projectCommon} does not support %s.";
  496. $lang->doc->noticeAcl['lib']['product']['default'] = "Accessible for users who with permission to access to the selected {Slang-productCommon}.";
  497. $lang->doc->noticeAcl['lib']['product']['custom'] = "Accessible for users who with permission to access to the selected {Slang-productCommon} and users on the whitelist.";
  498. $lang->doc->noticeAcl['lib']['project']['default'] = "Accessible for users who with permission to access to the selected {$lang->projectCommon}.";
  499. $lang->doc->noticeAcl['lib']['project']['open'] = "Accessible for users who with permission to access to the selected {$lang->projectCommon}.";
  500. $lang->doc->noticeAcl['lib']['project']['private'] = "Accessible for users who with permission to access to the selected {$lang->projectCommon} and users on the whitelist.";
  501. $lang->doc->noticeAcl['lib']['project']['custom'] = "Accessible for users on the whitelist.";
  502. $lang->doc->noticeAcl['lib']['execution']['default'] = "Accessible for users who with permission to access to the selected {$lang->execution->common}.";
  503. $lang->doc->noticeAcl['lib']['execution']['custom'] = "Accessible for users who with permission to access to the selected {$lang->execution->common} and users on the whitelist..";
  504. $lang->doc->noticeAcl['lib']['api']['open'] = 'Accessible for all users.';
  505. $lang->doc->noticeAcl['lib']['api']['custom'] = 'Accessible for users on the whitelist..';
  506. $lang->doc->noticeAcl['lib']['api']['private'] = 'Accessible only for the creator.';
  507. $lang->doc->noticeAcl['lib']['custom']['open'] = 'Accessible for all users.';
  508. $lang->doc->noticeAcl['lib']['custom']['custom'] = 'Accessible for users on the whitelist..';
  509. $lang->doc->noticeAcl['lib']['custom']['private'] = 'Accessible only for the creator.';
  510. $lang->doc->noticeAcl['doc']['open'] = 'Anyone with access to the associated document library can access this.';
  511. $lang->doc->noticeAcl['doc']['custom'] = 'Accessible for users on the whitelist..';
  512. $lang->doc->noticeAcl['doc']['private'] = 'Accessible only for the creator.';
  513. $lang->doc->placeholder = new stdclass();
  514. $lang->doc->placeholder->url = 'URL';
  515. $lang->doc->placeholder->execution = 'In project library if no execution.';
  516. $lang->doc->summary = "<strong>%s</strong> files on this page with the total size <strong>%s</strong>. <strong>%s</strong>: ";
  517. $lang->doc->ge = ':';
  518. $lang->doc->point = '.';
  519. $lang->doc->libDropdown['editLib'] = 'Edit Library';
  520. $lang->doc->libDropdown['deleteLib'] = 'Delete Library';
  521. $lang->doc->libDropdown['editSpace'] = 'Edit Space';
  522. $lang->doc->libDropdown['deleteSpace'] = 'Delete Space';
  523. $lang->doc->libDropdown['addModule'] = 'Add Directory';
  524. $lang->doc->libDropdown['addSameModule'] = 'Add Sibling Directory';
  525. $lang->doc->libDropdown['addSubModule'] = 'Add Sub-directory';
  526. $lang->doc->libDropdown['editModule'] = 'Edit Directory';
  527. $lang->doc->libDropdown['delModule'] = 'Delete Directory';
  528. $lang->doc->featureBar['tableContents']['all'] = 'All';
  529. $lang->doc->featureBar['tableContents']['draft'] = 'Draft';
  530. $lang->doc->featureBar['myspace']['all'] = 'All';
  531. $lang->doc->featureBar['myspace']['draft'] = 'Draft';
  532. $lang->doc->showDocList[1] = 'Yes';
  533. $lang->doc->showDocList[0] = 'No';
  534. $lang->doc->whitelistDeny['product'] = "<i class='icon pr-1 text-important icon-exclamation'></i>User<span class='px-1 text-important'>%s</span> lacks access permissions for the product and cannot view the document. Please configure the product access permissions to resolve this.";
  535. $lang->doc->whitelistDeny['project'] = "<i class='icon pr-1 text-important icon-exclamation'></i>User<span class='px-1 text-important'>%s</span> lacks access permissions for the project and cannot view the document. Please configure the project access permissions to resolve this.";
  536. $lang->doc->whitelistDeny['execution'] = "<i class='icon pr-1 text-important icon-exclamation'></i>User<span class='px-1 text-important'>%s</span> lacks access permissions for the execution and cannot view the document. Please configure the execution access permissions to resolve this.";
  537. $lang->doc->whitelistDeny['doc'] = "<i class='icon pr-1 text-important icon-exclamation'></i>User<span class='px-1 text-important'>%s</span> lacks access permissions for the library and cannot view the document. Please configure the library access permissions to resolve this.";
  538. $lang->doc->filterTypes[] = array('all', 'All');
  539. $lang->doc->filterTypes[] = array('draft', 'Draft');
  540. $lang->doc->filterTypes[] = array('collect', 'My Collection');
  541. $lang->doc->filterTypes[] = array('createdByMe', 'Created by Me');
  542. $lang->doc->filterTypes[] = array('editedByMe', 'Edited by Me');
  543. $lang->doc->fileFilterTypes[] = array('all', 'All');
  544. $lang->doc->fileFilterTypes[] = array('addedByMe', 'Added by Me');
  545. $lang->doc->productFilterTypes[] = array('all', 'All');
  546. $lang->doc->productFilterTypes[] = array('mine', 'Managed by Me');
  547. $lang->doc->projectFilterTypes[] = array('all', 'All');
  548. $lang->doc->projectFilterTypes[] = array('mine', 'Involved');
  549. $lang->doc->spaceFilterTypes[] = array('all', 'All');
  550. $lang->doc->manageScope = 'Manage Scope';
  551. $lang->doc->browseTemplate = 'Template Gallery';
  552. $lang->doc->createTemplate = 'Create Document Template';
  553. $lang->doc->editTemplate = 'Edit Document Template';
  554. $lang->doc->moveTemplate = 'Move Document Template';
  555. $lang->doc->deleteTemplate = 'Delete Document Template';
  556. $lang->doc->viewTemplate = 'Document Template Details';
  557. $lang->doc->addTemplateType = 'Create Template Category';
  558. $lang->doc->editTemplateType = 'Edit Template Category';
  559. $lang->doc->deleteTemplateType = 'Delete Template Category';
  560. $lang->doc->sortTemplate = 'Sort';
  561. $lang->doc->docLang = new stdClass();
  562. $lang->doc->docLang->cancel = $lang->cancel;
  563. $lang->doc->docLang->export = $lang->export;
  564. $lang->doc->docLang->exportWord = "Export Word";
  565. $lang->doc->docLang->exportPdf = "Export PDF";
  566. $lang->doc->docLang->exportImage = "Export Image";
  567. $lang->doc->docLang->exportHtml = "Export HTML";
  568. $lang->doc->docLang->exportMarkdown = "Export Markdown";
  569. $lang->doc->docLang->exportJSON = "Export Backup(.json)";
  570. $lang->doc->docLang->importMarkdown = "Import Markdown";
  571. $lang->doc->docLang->importConfluence = "Import Confluence Storage";
  572. $lang->doc->docLang->importJSON = "Import Backup(.json)";
  573. $lang->doc->docLang->importConfirm = "Importing will overwrite the existing content. Are you sure you want to proceed?";
  574. $lang->doc->docLang->settings = $lang->settings;
  575. $lang->doc->docLang->save = $lang->save;
  576. $lang->doc->docLang->createSpace = $lang->doc->createSpace;
  577. $lang->doc->docLang->createLib = $lang->doc->createLib;
  578. $lang->doc->docLang->actions = $lang->doc->libDropdown;
  579. $lang->doc->docLang->moveTo = $lang->doc->moveTo;
  580. $lang->doc->docLang->create = $lang->doc->createAB;
  581. $lang->doc->docLang->createDoc = $lang->doc->create;
  582. $lang->doc->docLang->editDoc = $lang->doc->edit;
  583. $lang->doc->docLang->effort = $lang->doc->effort;
  584. $lang->doc->docLang->deleteDoc = $lang->doc->delete;
  585. $lang->doc->docLang->uploadDoc = $lang->doc->uploadDoc;
  586. $lang->doc->docLang->createList = $lang->doc->createList;
  587. $lang->doc->docLang->confirmDelete = $lang->doc->confirmDelete;
  588. $lang->doc->docLang->confirmDeleteWithSub = $lang->doc->confirmDeleteWithSub;
  589. $lang->doc->docLang->confirmDeleteLib = $lang->doc->confirmDeleteLib;
  590. $lang->doc->docLang->confirmDeleteSpace = $lang->doc->confirmDeleteSpace;
  591. $lang->doc->docLang->confirmDeleteModule = $lang->doc->confirmDeleteModule;
  592. $lang->doc->docLang->confirmDeleteModuleWithSub = $lang->doc->confirmDeleteModuleWithSub;
  593. $lang->doc->docLang->confirmDeleteChapter = $lang->doc->confirmDeleteChapter;
  594. $lang->doc->docLang->confirmDeleteChapterWithSub = $lang->doc->confirmDeleteChapterWithSub;
  595. $lang->doc->docLang->collect = $lang->doc->collect;
  596. $lang->doc->docLang->edit = $lang->doc->edit;
  597. $lang->doc->docLang->delete = $lang->doc->delete;
  598. $lang->doc->docLang->cancelCollection = $lang->doc->cancelCollection;
  599. $lang->doc->docLang->moveDoc = $lang->doc->moveDocAction;
  600. $lang->doc->docLang->moveTo = $lang->doc->moveTo;
  601. $lang->doc->docLang->moveLib = $lang->doc->moveLibAction;
  602. $lang->doc->docLang->moduleName = $lang->doc->catalogName;
  603. $lang->doc->docLang->saveDraft = $lang->doc->saveDraft;
  604. $lang->doc->docLang->template = $lang->doc->template;
  605. $lang->doc->docLang->release = $lang->doc->release;
  606. $lang->doc->docLang->batchMove = $lang->doc->batchMove;
  607. $lang->doc->docLang->filterTypes = $lang->doc->filterTypes;
  608. $lang->doc->docLang->fileFilterTypes = $lang->doc->fileFilterTypes;
  609. $lang->doc->docLang->productFilterTypes = $lang->doc->productFilterTypes;
  610. $lang->doc->docLang->projectFilterTypes = $lang->doc->projectFilterTypes;
  611. $lang->doc->docLang->spaceFilterTypes = $lang->doc->spaceFilterTypes;
  612. $lang->doc->docLang->sortCatalog = $lang->doc->sortCatalog;
  613. $lang->doc->docLang->sortDoclib = $lang->doc->sortDoclib;
  614. $lang->doc->docLang->sortDoc = $lang->doc->sortDoc;
  615. $lang->doc->docLang->errorOccurred = $lang->doc->errorOccurred;
  616. $lang->doc->docLang->selectLibFirst = $lang->doc->selectLibFirst;
  617. $lang->doc->docLang->createLibFirst = $lang->doc->createLibFirst;
  618. $lang->doc->docLang->space = 'Space';
  619. $lang->doc->docLang->spaceTypeNames = array();
  620. $lang->doc->docLang->spaceTypeNames['mine'] = $lang->doc->docLang->space;
  621. $lang->doc->docLang->spaceTypeNames['product'] = $lang->productCommon . $lang->doc->docLang->space;
  622. $lang->doc->docLang->spaceTypeNames['project'] = $lang->projectCommon . $lang->doc->docLang->space;
  623. $lang->doc->docLang->spaceTypeNames['execution'] = $lang->executionCommon . $lang->doc->docLang->space;
  624. $lang->doc->docLang->spaceTypeNames['api'] = $lang->doc->docLang->space;
  625. $lang->doc->docLang->spaceTypeNames['custom'] = $lang->doc->docLang->space;
  626. $lang->doc->docLang->enterSpace = 'Enter Space';
  627. $lang->doc->docLang->noDocs = 'No documents.';
  628. $lang->doc->docLang->noFiles = 'No files.';
  629. $lang->doc->docLang->noLibs = 'No document libraries.';
  630. $lang->doc->docLang->noModules = 'No directories.';
  631. $lang->doc->docLang->docsTotalInfo = 'Total: {0} document(s).';
  632. $lang->doc->docLang->createSpace = $lang->doc->createSpace;
  633. $lang->doc->docLang->createModule = $lang->doc->addCatalog;
  634. $lang->doc->docLang->leaveEditingConfirm = 'You have unsaved changes. Are you sure you want to leave?';
  635. $lang->doc->docLang->saveDocFailed = 'Failed to save document. Please try again later.';
  636. $lang->doc->docLang->loadingDocsData = 'Loading document data...';
  637. $lang->doc->docLang->loadDataFailed = 'Failed to load data.';
  638. $lang->doc->docLang->noSpaceTip = 'It looks empty here. Create a space to get started. ';
  639. $lang->doc->docLang->searchModulePlaceholder = 'Search Directories';
  640. $lang->doc->docLang->searchDocPlaceholder = 'Search Documents';
  641. $lang->doc->docLang->searchChapterPlaceholder = 'Search Chapters';
  642. $lang->doc->docLang->searchSpacePlaceholder = 'Search Spaces';
  643. $lang->doc->docLang->searchLibPlaceholder = 'Search Libraries';
  644. $lang->doc->docLang->searchPlaceholder = 'Search';
  645. $lang->doc->docLang->newDocLabel = 'New';
  646. $lang->doc->docLang->editingDocLabel = 'Editing';
  647. $lang->doc->docLang->filesLib = $lang->doclib->files;
  648. $lang->doc->docLang->currentDocVersionHint = 'Current version (Click to switch)';
  649. $lang->doc->docLang->viewsCount = $lang->doc->views;
  650. $lang->doc->docLang->keywords = $lang->doc->keywords;
  651. $lang->doc->docLang->keywordsPlaceholder = $lang->doc->keywordsTips;
  652. $lang->doc->docLang->loadingDocTip = 'Loading document...';
  653. $lang->doc->docLang->loadingEditorTip = 'Loading editor...';
  654. $lang->doc->docLang->pasteImageTip = $lang->noticePasteImg;
  655. $lang->doc->docLang->downloadFile = 'Download';
  656. $lang->doc->docLang->loadingFilesTip = 'Loading file...';
  657. $lang->doc->docLang->recTotalFormat = $lang->pager->totalCountAB;
  658. $lang->doc->docLang->recPerPageFormat = $lang->pager->pageSizeAB;
  659. $lang->doc->docLang->firstPage = $lang->pager->firstPage;
  660. $lang->doc->docLang->prevPage = $lang->pager->previousPage;
  661. $lang->doc->docLang->nextPage = $lang->pager->nextPage;
  662. $lang->doc->docLang->lastPage = $lang->pager->lastPage;
  663. $lang->doc->docLang->docOutline = 'Outline';
  664. $lang->doc->docLang->noOutline = 'No outline.';
  665. $lang->doc->docLang->loading = $lang->loading;
  666. $lang->doc->docLang->libNamePrefix = 'Library';
  667. $lang->doc->docLang->colon = $lang->colon;
  668. $lang->doc->docLang->createdByUserAt = 'Creator {name} at {time}';
  669. $lang->doc->docLang->editedByUserAt = 'Edited by {name} at {time}';
  670. $lang->doc->docLang->docInfo = 'Document Info';
  671. $lang->doc->docLang->docStatus = $lang->doc->status;
  672. $lang->doc->docLang->creator = $lang->doc->addedBy;
  673. $lang->doc->docLang->createDate = $lang->doc->addedDate;
  674. $lang->doc->docLang->modifier = $lang->doc->editedBy;
  675. $lang->doc->docLang->editDate = $lang->doc->editedDate;
  676. $lang->doc->docLang->collectCount = $lang->doc->docCollects;
  677. $lang->doc->docLang->collected = 'Added to Favorited';
  678. $lang->doc->docLang->history = $lang->history;
  679. $lang->doc->docLang->updateHistory = $lang->doc->updateInfo;
  680. $lang->doc->docLang->updateInfoFormat = 'Updated by {name} at {time}';
  681. $lang->doc->docLang->noUpdateInfo = 'No update history.';
  682. $lang->doc->docLang->enterFullscreen = 'Full Screen';
  683. $lang->doc->docLang->exitFullscreen = 'Exit Full Screen';
  684. $lang->doc->docLang->collapse = 'Collapse';
  685. $lang->doc->docLang->draft = $lang->doc->statusList['draft'];
  686. $lang->doc->docLang->released = $lang->doc->statusList['normal'];
  687. $lang->doc->docLang->attachment = $lang->doc->files;
  688. $lang->doc->docLang->docTitleRequired = 'Document title is required. ';
  689. $lang->doc->docLang->docTitlePlaceholder = 'Enter document title.';
  690. $lang->doc->docLang->noDataYet = 'No data.';
  691. $lang->doc->docLang->position = $lang->doc->position;
  692. $lang->doc->docLang->relateObject = 'Related Items';
  693. $lang->doc->docLang->showHasDocsOnlyProduct = 'Show only products with docs';
  694. $lang->doc->docLang->showHasDocsOnlyProject = 'Show only projects with docs';
  695. $lang->doc->docLang->showClosedProduct = 'Show closed products';
  696. $lang->doc->docLang->showClosedProject = 'Show closed projects';
  697. $lang->doc->docLang->noProducts = 'No products.';
  698. $lang->doc->docLang->noProjects = 'No projects.';
  699. $lang->doc->docLang->productMine = 'Managed by Me';
  700. $lang->doc->docLang->projectMine = 'My Involvement';
  701. $lang->doc->docLang->productOther = 'Others';
  702. $lang->doc->docLang->projectOther = 'Others';
  703. $lang->doc->docLang->accessDenied = $lang->doc->accessDenied;
  704. $lang->doc->docLang->convertToNewDoc = 'Convert document';
  705. $lang->doc->docLang->convertToNewDocConfirm = 'The new document format uses a modern block-based editor for an enhanced experience. Are you sure you want to convert this template to the new format? Once saved as a draft or published, you cannot revert to the legacy editor.';
  706. $lang->doc->docLang->created = 'created';
  707. $lang->doc->docLang->edited = 'edited';
  708. $lang->doc->docLang->notSaved = 'Unsaved';
  709. $lang->doc->docLang->oldDocEditingTip = 'This document was created with the legacy editor and is now being edited with the new editor. Saving will convert it to the new format.';
  710. $lang->doc->docLang->switchToOldEditor = 'Switch to legacy editor';
  711. $lang->doc->docLang->zentaoList = $lang->doc->zentaoList;
  712. $lang->doc->docLang->list = $lang->doc->list;
  713. $lang->doc->docLang->loadingFile = 'Downloading images...';
  714. $lang->doc->docLang->needEditable = $lang->doc->needEditable;
  715. $lang->doc->docLang->addChapter = $lang->doc->addChapter;
  716. $lang->doc->docLang->editChapter = $lang->doc->editChapter;
  717. $lang->doc->docLang->sortChapter = $lang->doc->sortChapter;
  718. $lang->doc->docLang->deleteChapter = $lang->doc->deleteChapter;
  719. $lang->doc->docLang->addSubChapter = $lang->doc->addSubChapter;
  720. $lang->doc->docLang->addSameChapter = $lang->doc->addSameChapter;
  721. $lang->doc->docLang->addSubDoc = $lang->doc->addSubDoc;
  722. $lang->doc->docLang->chapterName = $lang->doc->chapterName;
  723. $lang->doc->docLang->autoSaveHint = 'Auto-saved.';
  724. $lang->doc->docLang->editing = 'Editing';
  725. $lang->doc->docLang->restoreVersionHint = 'Restore to version';
  726. $lang->doc->docLang->restoreVersion = 'Restore';
  727. $lang->doc->docLang->restoreVersionConfirm = 'This will create a new version using the content from version {version}. Do you want to continue?';
  728. $lang->doc->docLang->frozenTips = $lang->doc->frozenTips;
  729. $lang->doc->docLang->aiTask = 'AI Teammate Task';
  730. $lang->docTemplate->types = array();
  731. $lang->docTemplate->types['plan'] = 'Plan';
  732. $lang->docTemplate->types['story'] = 'Story';
  733. $lang->docTemplate->types['design'] = 'Design';
  734. $lang->docTemplate->types['dev'] = 'Development';
  735. $lang->docTemplate->types['test'] = 'Test';
  736. $lang->docTemplate->types['desc'] = 'Description';
  737. $lang->docTemplate->types['other'] = 'Others';
  738. $lang->docTemplate->builtInScopes = array();
  739. $lang->docTemplate->builtInScopes['rnd'] = array();
  740. $lang->docTemplate->builtInScopes['or'] = array();
  741. $lang->docTemplate->builtInScopes['lite'] = array();
  742. $lang->docTemplate->builtInScopes['rnd']['product'] = 'Product';
  743. $lang->docTemplate->builtInScopes['rnd']['project'] = 'Project';
  744. $lang->docTemplate->builtInScopes['rnd']['execution'] = 'Execution';
  745. $lang->docTemplate->builtInScopes['rnd']['personal'] = 'Personal';
  746. $lang->docTemplate->builtInScopes['or']['market'] = 'Marketing';
  747. $lang->docTemplate->builtInScopes['or']['product'] = 'Product';
  748. $lang->docTemplate->builtInScopes['or']['personal'] = 'Personal';
  749. $lang->docTemplate->builtInScopes['lite']['project'] = 'Project';
  750. $lang->docTemplate->builtInScopes['lite']['personal'] = 'Personal';