en.php 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?php
  2. $lang->editor->common = 'Editor';
  3. $lang->editor->api = 'API';
  4. $lang->editor->index = 'Home Page';
  5. $lang->editor->newMethod = 'New Method';
  6. $lang->editor->extend = 'Extension';
  7. $lang->editor->api = 'API';
  8. $lang->editor->newLang = 'New Language';
  9. $lang->editor->newConfig = 'New Config';
  10. $lang->editor->newHook = 'New Hook';
  11. $lang->editor->newExtend = 'New Extension';
  12. $lang->editor->newPage = 'New Page';
  13. $lang->editor->override = 'Overwrite';
  14. $lang->editor->edit = 'Edit Extension';
  15. $lang->editor->save = 'Save Page';
  16. $lang->editor->delete = 'Delete Page';
  17. $lang->editor->moduleList = 'Module List';
  18. $lang->editor->filePath = "Extension:";
  19. $lang->editor->sourceFile = 'Source File:';
  20. $lang->editor->fileName = "File Name:";
  21. $lang->editor->isOverride = "Overwrite Duplicated Files";
  22. $lang->editor->exampleHook = "(e.g. ***.html.hook.php)";
  23. $lang->editor->exampleJs = "(e.g. ***.js)";
  24. $lang->editor->exampleCss = "(e.g. ***.css)";
  25. $lang->editor->examplePHP = "(e.g. ***.php)";
  26. $lang->editor->pageName = "Page Name:";
  27. $lang->editor->deleteConfirm = 'Are you sure you want to delete it?';
  28. $lang->editor->extendConfirm = 'Are you sure you want to reuse the existing code?';
  29. $lang->editor->repeatFile = 'Duplicate file name.';
  30. $lang->editor->repeatPage = 'This page already exists. Do you want to overwrite it?';
  31. $lang->editor->noticeOkFile = "For security reasons, the system needs to verify your administrator identity. n Please log in to the server where ZenTao is installed and create the file %s. n Notes: \n 1. The file content should be empty.n 2. If the file already exists, delete it and create it again.";
  32. $lang->editor->editFileError = 'Only ZenTao files can be modified!';
  33. $lang->editor->turnOff = "If you do not need the editor feature, you can disable it here.";
  34. $lang->editor->notExists = "The directory does not exist. Please create it first by running『mkdir -p %s』.";
  35. $lang->editor->notWritable = "Unable to write — permission may be denied. Please try running『chmod 777 -R %s』";
  36. $lang->editor->notDelete = 'Unable to delete. Please check your permissions.';
  37. $lang->editor->emptyFileName = 'Please enter a file name.';
  38. $lang->editor->onlyLocalVisit = "This feature can only be accessed from IP: 127.0.0.1. <a href='https://api.zentao.pm/goto.php?item=howtodevelop&from=en' target='_blank'>Help</a>";
  39. $lang->editor->translate['config.php'] = 'config';
  40. $lang->editor->translate['control.php'] = 'control';
  41. $lang->editor->translate['model.php'] = 'model';
  42. $lang->editor->modules['action'] = 'System Log';
  43. $lang->editor->modules['admin'] = 'Admin';
  44. $lang->editor->modules['api'] = 'API';
  45. $lang->editor->modules['bug'] = 'Bug';
  46. $lang->editor->modules['build'] = 'Build';
  47. $lang->editor->modules['common'] = 'Common Module';
  48. $lang->editor->modules['company'] = 'Organization';
  49. $lang->editor->modules['convert'] = 'Import From Other Systems';
  50. $lang->editor->modules['dept'] = 'Department';
  51. $lang->editor->modules['doc'] = 'Doc';
  52. $lang->editor->modules['extension'] = 'Add-on';
  53. $lang->editor->modules['file'] = 'File';
  54. $lang->editor->modules['group'] = 'Permission Group';
  55. $lang->editor->modules['index'] = 'Home Page';
  56. $lang->editor->modules['install'] = 'Installation';
  57. $lang->editor->modules['misc'] = 'Misc';
  58. $lang->editor->modules['my'] = 'Dashboard';
  59. $lang->editor->modules['product'] = $lang->productCommon;
  60. $lang->editor->modules['productplan'] = 'Plan';
  61. $lang->editor->modules['project'] = $lang->projectCommon;
  62. $lang->editor->modules['execution'] = $lang->executionCommon;
  63. $lang->editor->modules['qa'] = 'Test';
  64. $lang->editor->modules['release'] = 'Release';
  65. $lang->editor->modules['report'] = 'Report';
  66. $lang->editor->modules['search'] = 'Search';
  67. $lang->editor->modules['story'] = $lang->URCommon;
  68. $lang->editor->modules['task'] = 'Task';
  69. $lang->editor->modules['testcase'] = 'Test Case';
  70. $lang->editor->modules['testtask'] = 'Test Request';
  71. $lang->editor->modules['todo'] = 'To-do';
  72. $lang->editor->modules['tree'] = 'Module Management';
  73. $lang->editor->modules['upgrade'] = 'Upgrade';
  74. $lang->editor->modules['user'] = 'User';