zentaobiz.php 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?php
  2. global $app;
  3. if(!empty($app->user->feedback) or !empty($_COOKIE['feedbackView']))
  4. {
  5. unset($lang->doc->libTypeList['product']);
  6. unset($lang->doc->libTypeList['execution']);
  7. unset($lang->doc->aclList['custom']);
  8. $lang->doc->aclList['dept'] = 'Department';
  9. $lang->doc->customAB = 'Custom Library';
  10. }
  11. $lang->doc->bookName = 'Book Name';
  12. $lang->doc->editBook = 'Edit Book';
  13. $lang->doc->manageBook = 'Manage Book';
  14. $lang->doc->catalog = 'Chapter';
  15. $lang->doc->chapter = 'Chapter';
  16. $lang->doc->catalogAction = 'Manage Chapter';
  17. $lang->doc->wiki2export = 'Export';
  18. $lang->doc->mine2export = "My Space Export";
  19. $lang->doc->product2export = "{$lang->productCommon} Space Export";
  20. $lang->doc->execution2export = 'Export Execution Document';
  21. $lang->doc->project2export = "{$lang->projectCommon} Space Export";
  22. $lang->doc->custom2export = 'Team Space Export';
  23. $lang->doc->editChapter = 'Edit Chapter';
  24. $lang->doc->bookBrowseTip = 'Check the articles on the left column to read the details, or';
  25. $lang->doc->feedbackBookTip = 'Check the articles on the left column to read the details';
  26. $lang->doc->addCatalogTip = 'Current book is empyt, you colud';
  27. $lang->doc->versionNotFound = 'The version does not exist.';
  28. $lang->doc->untitled = 'Untitled';
  29. $lang->doc->readUsers = 'Read Only Users';
  30. $lang->doc->readGroups = 'Read Only Groups';
  31. $lang->doc->users = 'User';
  32. $lang->doc->groups = 'Group';
  33. $lang->doc->noticeAcl['lib']['book'] = $lang->doc->noticeAcl['lib']['custom'];
  34. $lang->doc->libTypeList['book'] = 'Book';
  35. $lang->doc->libIconList['book'] = 'icon-book';
  36. $lang->doclib->tabList['book'] = 'Book';
  37. $lang->doclib->nameList['book'] = 'Book Name';
  38. $lang->doclib->create['book'] = 'Create book';
  39. $lang->doclib->mainlib = 'Main Library';
  40. $lang->book = new stdclass();
  41. $lang->book->type = 'Type';
  42. $lang->book->title = 'Title';
  43. $lang->book->keywords = 'Tags';
  44. $lang->book->typeList['chapter'] = 'Chapter';
  45. $lang->book->typeList['article'] = 'Article';
  46. $lang->doc->exportFiles = 'Export Files';
  47. $lang->doc->zip = 'Zip';
  48. $lang->doc->exportFilesRanger = array();
  49. $lang->doc->exportFilesRanger['all'] = 'All';
  50. $lang->doc->exportFilesRanger['selected'] = 'Selected';