en.php 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <?php
  2. $lang->client->common = 'Client updates';
  3. $lang->client->create = 'Add client version';
  4. $lang->client->browse = 'Client update versions';
  5. $lang->client->edit = 'Edit client update version';
  6. $lang->client->delete = 'Delete client updates';
  7. $lang->client->checkUpgrade = 'Check for updates';
  8. $lang->client->set = 'Params';
  9. $lang->client->xxdStatus = 'XXD Status';
  10. $lang->client->polling = 'Polling';
  11. $lang->client->xxdRunTime = 'XXD Run Time';
  12. $lang->client->id = 'ID';
  13. $lang->client->version = 'Client version';
  14. $lang->client->update = 'Update';
  15. $lang->client->xxcVersion = 'XXC Version';
  16. $lang->client->main = 'Main Content';
  17. $lang->client->createdDate = 'Created Date';
  18. $lang->client->desc = 'Description';
  19. $lang->client->see = 'See';
  20. $lang->client->changeLog = 'Log';
  21. $lang->client->strategy = 'Strategy';
  22. $lang->client->download = 'Download';
  23. $lang->client->downloading = 'Downloading...';
  24. $lang->client->downloadLink = 'Download link';
  25. $lang->client->downloadFail = 'Download fail,' . $lang->client->downloadLink;
  26. $lang->client->downloadSuccess = 'Download success';
  27. $lang->client->releaseStatus = 'Status';
  28. $lang->client->wrongVersion = '<strong>Version</strong> format is incorrect. Example:3.4.9 , 3.5 or 3.5 beta1';
  29. $lang->client->downloadTip = 'Please check the integrity of the package after downloading. If it is damaged, please upload it to the corresponding directory of www/data/client.';
  30. $lang->client->versionError = 'Update error';
  31. $lang->client->urlError = '<strong>%s</strong> is expected to be a URL of upgrade ZIP file.';
  32. $lang->client->noData = 'No Data';
  33. $lang->client->saveClientError = 'Cannot save update info data.';
  34. $lang->client->downloadErrorTip = 'Some packages download failed, please upload it to the corresponding directory of www/data/client.';
  35. $lang->client->downloadFailedTip = 'Download packages failed. Please try again later or download them by other way and upload them to the corresponding directory of www/data/client.';
  36. $lang->client->alreadyLastestVersion = 'The current version is up to date';
  37. $lang->client->cannotUseUpdateServer = 'Unable to get official version information';
  38. $lang->client->foundNewVersion = 'Found new client version';
  39. $lang->client->currentVersion = 'Current version';
  40. $lang->client->upgradeToThisVersion = 'Upgrade to this version';
  41. $lang->client->downloadClientPackages = 'Select the installation package for the upgrade';
  42. $lang->client->publishUpdate = 'Publish this upgrade';
  43. $lang->client->saveUpdate = 'Save this upgrade';
  44. $lang->client->selectUpgradeStrategy = 'Upgrade Strategy';
  45. $lang->client->or = 'OR';
  46. $lang->client->inCatalog = 'Under the catalog';
  47. $lang->client->fileNameIs = 'File name is';
  48. $lang->client->fileSize = 'File Size';
  49. $lang->client->goUpdate = 'Update';
  50. $lang->client->countUsers = 'Online';
  51. $lang->client->setServer = 'Set';
  52. $lang->client->totalUsers = 'Users';
  53. $lang->client->totalGroups = 'Groups';
  54. $lang->client->totalMessages = 'Messages';
  55. $lang->client->xxdStartDate = 'XXD Last Start Time';
  56. $lang->client->xxcNotice = 'Xuan Xuan New Version';
  57. $lang->client->strategies['force'] = 'Force';
  58. $lang->client->strategies['optional'] = 'Optional';
  59. $lang->client->status['wait'] = 'Not release';
  60. $lang->client->status['released'] = 'Released';
  61. $lang->client->zipList['win64zip'] = 'Windows 64';
  62. $lang->client->zipList['win32zip'] = 'Windows 32';
  63. $lang->client->zipList['macOSzip'] = 'macOS';
  64. $lang->client->zipList['linux64zip'] = 'Linux 64';
  65. $lang->client->zipList['linux32zip'] = 'Linux 32';
  66. $lang->client->message = array();
  67. $lang->client->message['total'] = 'Total';
  68. $lang->client->message['hour'] = 'An Hour';
  69. $lang->client->message['day'] = 'An Day';
  70. $lang->client->sizeType = array();
  71. $lang->client->sizeType['K'] = 1024;
  72. $lang->client->sizeType['M'] = 1024 * 1024;
  73. $lang->client->sizeType['G'] = 1024 * 1024 * 1024;
  74. $lang->client->xxdStatusList = array();
  75. $lang->client->xxdStatusList['online'] = 'Online';
  76. $lang->client->xxdStatusList['offline'] = 'Offline';
  77. $lang->client->downloadClient = 'Download Client';
  78. $lang->client->os = 'Select OS';
  79. $lang->client->downloading = 'Downloading base package';
  80. $lang->client->downloaded = 'Base package downloaded!';
  81. $lang->client->setting = 'Writing client configuration...';
  82. $lang->client->setted = 'Done!';
  83. $lang->client->generate = 'Generate Links';
  84. $lang->client->copy = 'Copy Links';
  85. $lang->client->links = 'Download links';
  86. $lang->client->getDownloadLinks = 'Get client download links';
  87. $lang->client->serverMightHang = 'Server might hang during fetching and packing client zips, please wait patiently.';
  88. $lang->client->osList['win64'] = 'Windows 64';
  89. $lang->client->osList['win32'] = 'Windows 32';
  90. $lang->client->osList['linux64'] = 'Linux 64';
  91. $lang->client->osList['linux32'] = 'Linux 32';
  92. $lang->client->osList['mac'] = 'macOS';
  93. $lang->client->errorInfo = new stdclass();
  94. $lang->client->errorInfo->downloadError = 'Failed to download base package!';
  95. $lang->client->errorInfo->configError = 'Failed to write configuration!';
  96. $lang->client->errorInfo->manualOpt = 'Please <a href="%s" target="_blank" rel="noreferrer noopener">download the base client package manually</a>.';
  97. $lang->client->errorInfo->dirNotExist = 'The directory <span class="code text-red">%s</span> does not exist. Please create it.';
  98. $lang->client->errorInfo->dirNotWritable = 'The directory <span class="code text-red">%s</span> is not writable. <br /> Please execute:<span class="code text-red">sudo chmod 777 %s</span> in Linux.';
  99. $lang->client->userDownloadTips = 'Click the button below to download Xuan client packed with the server address and your account information.';
  100. $lang->client->generateLinkTips = 'Click generate link button to generate links of Xuan client zips (for internal usages or faster downloads).';
  101. $lang->client->releaseTip = "Users will receive version update alerts in the client after the release.";