en.php 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. <?php
  2. /**
  3. * The extension module en 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 extension
  9. * @version $Id$
  10. * @link https://www.zentao.net
  11. */
  12. $lang->extension->common = 'Extension';
  13. $lang->extension->id = 'ID';
  14. $lang->extension->browse = 'View Add-ons';
  15. $lang->extension->install = 'Install Add-on';
  16. $lang->extension->installAuto = 'Auto Install';
  17. $lang->extension->installForce = 'Force Install';
  18. $lang->extension->uninstall = 'Uninstall';
  19. $lang->extension->uninstallAction = 'Uninstall Add-on';
  20. $lang->extension->activate = 'Activate';
  21. $lang->extension->activateAction = 'Activate Add-on';
  22. $lang->extension->deactivate = 'Deactivate';
  23. $lang->extension->deactivateAction = 'Deactivate Add-on';
  24. $lang->extension->obtain = 'Get Add-ons';
  25. $lang->extension->view = 'Details';
  26. $lang->extension->downloadAB = 'Download';
  27. $lang->extension->upload = 'Local Installation';
  28. $lang->extension->erase = 'Remove';
  29. $lang->extension->eraseAction = 'Remove Add-on';
  30. $lang->extension->upgrade = 'Upgrade Add-on';
  31. $lang->extension->agreeLicense = 'I agree.';
  32. $lang->extension->browseAction = 'Add-on List';
  33. $lang->extension->structure = 'Directory Structure';
  34. $lang->extension->structureAction = 'Directory Structure';
  35. $lang->extension->installed = 'Installed';
  36. $lang->extension->deactivated = 'Deactivated';
  37. $lang->extension->available = 'Downloaded';
  38. $lang->extension->name = 'Add-on Name';
  39. $lang->extension->code = 'Code';
  40. $lang->extension->desc = 'Description';
  41. $lang->extension->type = 'Type';
  42. $lang->extension->dirs = 'Installation Directory';
  43. $lang->extension->files = 'Installation Files';
  44. $lang->extension->status = 'Status';
  45. $lang->extension->version = 'Version';
  46. $lang->extension->latest = '<small>Latest version<strong><a href="%s" target="_blank" class="extension">%s</a></strong>, compatible with ZenTao <a href="https://api.zentao.net/goto.php?item=latest" target="_blank" class="alert-link"><strong>%s</strong></a></small>';
  47. $lang->extension->author = 'Author';
  48. $lang->extension->license = 'License';
  49. $lang->extension->site = 'Website';
  50. $lang->extension->downloads = 'Downloads';
  51. $lang->extension->compatible = 'Compatibility';
  52. $lang->extension->grade = 'Score';
  53. $lang->extension->depends = 'Dependency';
  54. $lang->extension->expiredDate = 'Expiration Date';
  55. $lang->extension->zentaoCompatible = 'Compatible Versions';
  56. $lang->extension->installedTime = 'Installed Time';
  57. $lang->extension->life = 'lifetime';
  58. $lang->extension->publicList[0] = 'Manual Download';
  59. $lang->extension->publicList[1] = 'Auto Download';
  60. $lang->extension->compatibleList[0] = 'Unknown';
  61. $lang->extension->compatibleList[1] = 'Compatible with';
  62. $lang->extension->obtainOfficial[0] = 'Third-party';
  63. $lang->extension->obtainOfficial[1] = 'Official';
  64. $lang->extension->obtainOfficial[2] = 'Official Certification';
  65. $lang->extension->byDownloads = 'Most Popular';
  66. $lang->extension->byAddedTime = 'Latest Release';
  67. $lang->extension->byUpdatedTime = 'Latest Update';
  68. $lang->extension->bySearch = 'Search';
  69. $lang->extension->byCategory = 'Category';
  70. $lang->extension->featureBar['browse']['installed'] = $lang->extension->installed;
  71. $lang->extension->featureBar['browse']['deactivated'] = $lang->extension->deactivated;
  72. $lang->extension->featureBar['browse']['available'] = $lang->extension->available;
  73. $lang->extension->installFailed = '%s failed. Error:';
  74. $lang->extension->uninstallFailed = 'Uninstall failed. Error: ';
  75. $lang->extension->confirmUninstall = 'Uninstalling this add-on will remove or modify related database tables. Do you want to proceed?';
  76. $lang->extension->installFinished = 'Congratulations! The add-on was successfully %s.';
  77. $lang->extension->refreshPage = 'Refresh';
  78. $lang->extension->uninstallFinished = 'This add-on is uninstalled.';
  79. $lang->extension->deactivateFinished = 'This add-on is deactivated.';
  80. $lang->extension->activateFinished = 'This add-on is activated.';
  81. $lang->extension->eraseFinished = 'This add-on is removed.';
  82. $lang->extension->unremovedFiles = 'Some files or directories could not be deleted. Please remove them manually.';
  83. $lang->extension->executeCommands = '<h3>Execute the following commands to fix these issues:</h3>';
  84. $lang->extension->successDownloadedPackage = 'Add-on downloaded successfully.';
  85. $lang->extension->successCopiedFiles = 'Files copied successfully.';
  86. $lang->extension->successInstallDB = 'Database installed successfully.';
  87. $lang->extension->viewInstalled = 'View Installed Add-ons';
  88. $lang->extension->viewAvailable = 'View Available Add-ons';
  89. $lang->extension->viewDeactivated = 'View Deactivated Extensions';
  90. $lang->extension->backDBFile = 'Add-on data has been backed up to %s.';
  91. $lang->extension->upgradeExt = 'Upgrade';
  92. $lang->extension->installExt = 'Install';
  93. $lang->extension->upgradeVersion = '(Upgrade from %s to %s)';
  94. $lang->extension->waring = 'Warning';
  95. $lang->extension->errorOccurs = 'Error:';
  96. $lang->extension->errorGetModules = 'Failed to fetch add-on categories from www.sanplex.com. This may be due to network issues. Please check your connection and refresh the page.';
  97. $lang->extension->errorGetExtensions = 'Failed to get the add-on from www.sanplex.com. This may be due to network issues.';
  98. $lang->extension->errorDownloadPathNotFound = 'The download directory <strong>%s</strong> does not exist.<br />For Linux, please execute the command: <strong>mkdir -p %s</strong> to fix it.';
  99. $lang->extension->errorDownloadPathNotWritable = 'The download directory <strong>%s</strong> is not writable.<br />For Linux, please execute the command: <strong>sudo chmod 777 %s</strong> to fix it.';
  100. $lang->extension->errorPackageFileExists = 'A file named <strong>%s</strong> already exists in the download directory. <strong>To %s again, <a href="%s" class="alert-link">please click here</a>.</strong>';
  101. $lang->extension->errorDownloadFailed = 'Download failed. Please try again. If the problem persists, please download the file manually and install it via the upload function.';
  102. $lang->extension->errorMd5Checking = 'The downloaded file is incomplete. Please try again. If the problem persists, please download the file manually and install it via the upload function.';
  103. $lang->extension->errorCheckIncompatible = 'This add-on is incompatible with your version of ZenTao and may not function correctly after %s. <strong>You can <a href="#" load-url="%s" onclick="loadUrl(this)" class="btn size-sm">Force %s</a> or <a href="#" load-url="%s" onclick="loadParentUrl(this)" class="btn size-sm">Cancel</a>.</strong>';
  104. $lang->extension->errorFileConflicted = 'The following file conflicts were detected:<br/>%s<strong>You can <a href="#" load-url="%s" onclick="loadUrl(this)" class="btn size-sm">Overwrite</a> or <a href="#" load-url="%s" onclick="loadParentUrl(this)" class="btn size-sm">Cancel</a>.</strong>';
  105. $lang->extension->errorPackageNotFound = 'File <strong>%s</strong> not found. The automatic download may have failed. Please try downloading again.';
  106. $lang->extension->errorTargetPathNotWritable = 'The target directory <strong>%s</strong> is not writable.';
  107. $lang->extension->errorTargetPathNotExists = 'The target directory <strong>%s</strong> does not exist.';
  108. $lang->extension->errorInstallDB = 'Failed to execute database query. Error: %s';
  109. $lang->extension->errorConflicts = 'Conflicted with “%s”!';
  110. $lang->extension->errorDepends = 'The following add-on dependencies are missing or have incorrect versions:<br/><br/>%s';
  111. $lang->extension->errorIncompatible = 'This add-on is incompatible with your version of ZenTao.';
  112. $lang->extension->errorUninstallDepends = 'Cannot uninstall. Add-on "%s" depends on this add-on.';
  113. $lang->extension->errorExtracted = 'Failed to extract package file %s. It may not be a valid ZIP file. Error:<br/>%s';
  114. $lang->extension->errorFileNotEmpty = 'Uploaded file cannot be empty.';