default.inc.php 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. <?php
  2. /**
  3. * en default topic lexicon file for UpgradeMODX extra
  4. *
  5. * Copyright 2015-2018 Bob Ray <https://bobsguides.com>
  6. * Created on 08-13-2015
  7. *
  8. * UpgradeMODX is free software; you can redistribute it and/or modify it under the
  9. * terms of the GNU General Public License as published by the Free Software
  10. * Foundation; either version 2 of the License, or (at your option) any later
  11. * version.
  12. *
  13. * UpgradeMODX is distributed in the hope that it will be useful, but WITHOUT ANY
  14. * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
  15. * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU General Public License along with
  18. * UpgradeMODX; if not, write to the Free Software Foundation, Inc., 59 Temple
  19. * Place, Suite 330, Boston, MA 02111-1307 USA
  20. *
  21. * @package upgrademodx
  22. */
  23. /**
  24. * Description
  25. * -----------
  26. * en default topic lexicon strings
  27. *
  28. * Variables
  29. * ---------
  30. * @var $modx modX
  31. * @var $scriptProperties array
  32. *
  33. * @package upgrademodx
  34. **/
  35. $_lang['package'] = 'UpgradeModx';
  36. /* Used in upgrademodxwidget.snippet.php */
  37. $_lang['ugm_current_version_caption'] = 'Current Version';
  38. $_lang['ugm_latest_version_caption'] = 'Latest Version';
  39. $_lang['ugm_no_version_list'] = 'Could not get version list';
  40. $_lang['ugm_could_not_open'] = 'Could not open';
  41. $_lang['ugm_for_writing'] = 'for writing';
  42. $_lang['ugm_upgrade_available'] = 'Upgrade Available';
  43. $_lang['ugm_modx_up_to_date'] = 'MODX is up to date';
  44. $_lang['ugm_error'] = 'Error';
  45. $_lang['ugm_logout_note'] = 'Note: All users will be logged out';
  46. $_lang['ugm_upgrade_modx'] = 'Upgrade MODX';
  47. $_lang['ugm_json_decode_failed'] = 'Failed JSON decode for version data from GitHub in upgradeAvailable()';
  48. $_lang['ugm_no_curl_no_fopen'] = 'Neither allow_url_fopen nor cURL can be used to check for upgrades';
  49. $_lang['ugm_no_version_list_from_github'] = 'Could not get version list from GitHub';
  50. $_lang['ugm_no_such_version'] = 'Requested version does not exist';
  51. /* Used in upgrademodx.class.php */
  52. $_lang['failed'] = 'failed';
  53. $_lang['ugm_missing_versionlist'] = "Missing 'versionlist' file; try reloading the dashboard page";
  54. $_lang['ugm_cannot_read_directory'] = 'Unable to read directory contents or directory is empty';
  55. $_lang['ugm_unknown_error_reading_temp'] = 'Unknown error reading /temp directory';
  56. $_lang['no_method_enabled'] = 'Cannot download the files - neither cURL nor allow_url_fopen is enabled on this server.';
  57. $_lang['ugm_cannot_read_config_core_php'] = 'Could not read config.core.php';
  58. $_lang['ugm_cannot_read_main_config'] = 'Cannot Read main config file';
  59. $_lang['ugm_could_not_find_cacert'] = 'Could not find cacert.pem';
  60. $_lang['ugm_could_not_write_progress'] = 'Could not write to ugmprogress file';
  61. $_lang['ugm_file'] = 'File';
  62. $_lang['ugm_is_empty_download_failed'] = 'is empty -- download failed';
  63. $_lang['ugm_unable_to_create_directory'] = 'Unable to create directory';
  64. $_lang['ugm_unable_to_read_ugmtemp'] = 'Unable to read from /ugmtemp directory';
  65. $_lang['ugm_file_copy_failed'] = 'File Copy Failed';
  66. $_lang['ugm_begin_upgrade'] = 'Begin Upgrade';
  67. $_lang['ugm_starting_upgrade'] = 'Starting Upgrade';
  68. $_lang['ugm_downloading_files'] = 'Downloading Files';
  69. $_lang['ugm_unzipping_files'] = 'Unzipping files';
  70. $_lang['ugm_copying_files'] = 'Copying Files';
  71. $_lang['ugm_preparing_setup'] = 'Preparing Setup';
  72. $_lang['ugm_launching_setup'] = 'Launching Setup';
  73. $_lang['ugm_finished'] = 'Finished';
  74. $_lang['ugm_get_major_versions'] = '<b>Important:</b> It is <i>strongly</i> recommended that you install all of the versions ending in .0 between your version and the current version of MODX.';
  75. $_lang['ugm_current_version_indicator'] = 'current version';
  76. $_lang['ugm_using'] = 'Using';
  77. $_lang['ugm_choose_version'] = 'Choose MODX Version for Upgrade';
  78. $_lang['ugm_updating_modx_files'] = 'Updating MODX Files';
  79. $_lang['ugm_originally_created_by'] = 'Originally created by';
  80. $_lang['ugm_modified_for_revolution_by'] = 'Modified for Revolution only by';
  81. $_lang['ugm_modified_for_upgrade_by'] = 'Modified for upgrade-only with dashboard widget by';
  82. $_lang['ugm_original_design_by'] = 'Original design By';
  83. $_lang['ugm_back_to_manager'] = 'Back to Manager';
  84. /* Used in unzipfiles.class.php */
  85. $_lang['ugm_files_to_extract'] = 'objects to extract';
  86. $_lang['ugm_destination'] = 'Destination';
  87. $_lang['ugm_source'] = 'Source';
  88. $_lang['ugm_unzipped'] = 'Unzipped';
  89. $_lang['ugm_no_downloaded_file'] = 'Could not find downloaded file';
  90. $_lang['ugm_could_not_create_directory'] = 'Could not create directory';
  91. $_lang['ugm_directory_not_writable'] = 'Directory is not writable';
  92. /* Used in transport.settings.php */
  93. $_lang['setting_ugm_file_version'] = 'File Version';
  94. $_lang['setting_ugm_file_version_desc'] = 'Version when versionlist file was last updated. Set automatically -- do not edit!';
  95. $_lang['setting_ugm_temp_dir'] = 'UpgradeMODX Temp Directory';
  96. $_lang['setting_ugm_temp_dir_desc'] = 'Path to the directory used for temporary storage for downloading and unzipping files; Must be writable; default:{base_path}ugmtemp/';
  97. $_lang['setting_ugm_versionlist_api_url'] = 'Version List API URL';
  98. $_lang['setting_ugm_versionlist_api_url_desc'] = 'URL of API to get version list from';
  99. $_lang['setting_ugm_version_list_path'] = 'Versionlist Path';
  100. $_lang['setting_ugm_version_list_path_desc'] = 'Path to versionlist file (minus the filename -- should end in a slash); Default: {core_path}cache/upgrademodx/';
  101. $_lang['setting_ugm_last_check'] = 'Last Check';
  102. $_lang['setting_ugm_last_check_desc'] = 'Date and time of last check -- set automatically';
  103. $_lang['setting_ugm_latest_version'] = 'Latest Version';
  104. $_lang['setting_ugm_latest_version_desc'] = 'Latest version (at last check) -- set automatically';
  105. $_lang['setting_ugm_hide_when_no_upgrade'] = 'Hide When No Upgrade';
  106. $_lang['setting_ugm_hide_when_no_upgrade_desc'] = 'Hide widget when no upgrade is available: default: No';
  107. $_lang['setting_ugm_interval'] = 'Interval';
  108. $_lang['setting_ugm_interval_desc'] = 'Interval between checks -- Examples: 1 week, 3 days, 6 hours; default: 1 day';
  109. $_lang['setting_ugm_groups'] = 'groups';
  110. $_lang['setting_ugm_groups_desc'] = 'group, or comma-separated list of groups, who will see the widget';
  111. $_lang['setting_ugm_versions_to_show'] = 'Versions To Show';
  112. $_lang['setting_ugm_versions_to_show_desc'] = 'Number of versions to show in upgrade form; default: 5';
  113. $_lang['setting_ugm_github_timeout'] = 'GitHub Timeout';
  114. $_lang['setting_ugm_github_timeout_desc'] = 'Timeout in seconds for checking Github; default: 6';
  115. $_lang['setting_ugm_github_token'] = 'GitHub Token';
  116. $_lang['setting_ugm_github_token_desc'] = 'Github token - available from your GitHub profile';
  117. $_lang['setting_ugm_github_username'] = 'GitHub Username';
  118. $_lang['setting_ugm_github_username_desc'] = 'Your username at GitHub';
  119. $_lang['setting_ugm_pl_only'] = 'pl Versions Only';
  120. $_lang['setting_ugm_pl_only_desc'] = 'Show only pl (stable) versions; default: yes';
  121. $_lang['setting_ugm_language'] = 'Language';
  122. $_lang['setting_ugm_language_desc'] = 'Two-letter language code for language to use; default: en';
  123. $_lang['setting_ugm_ssl_verify_peer'] = 'SSL Verify Peer';
  124. $_lang['setting_ugm_ssl_verify_peer_desc'] = 'For security, have cURL verify the identity of the server';
  125. $_lang['setting_ugm_modx_timeout'] = 'MODX Timeout';
  126. $_lang['setting_ugm_modx_timeout_desc'] = 'Timeout in seconds for checking download status from MODX; default: 6';
  127. $_lang['setting_ugm_force_pcl_zip'] = 'Force PclZip';
  128. $_lang['setting_ugm_force_pcl_zip_desc'] = 'Force the use of PclZip instead of ZipArchive';
  129. $_lang['setting_ugm_verbose'] = 'Verbose Error Messages';
  130. $_lang['setting_ugm_verbose_desc'] = 'Display full GitHub Error Messages';
  131. $_lang['setting_ugm_cert_path'] = 'Cert Path';
  132. $_lang['setting_ugm_cert_path_desc'] = 'Path to SSL cert file in .pem format; rarely necessary';
  133. /* System Setting Area strings */
  134. $_lang['Download'] = 'Download';
  135. $_lang['Form'] = 'Form';
  136. $_lang['GitHub'] = 'GitHub';
  137. $_lang['Security'] = 'Security';
  138. $_lang['Widget'] = 'Widget';
  139. /* Used in copyfiles.class.php */
  140. $_lang['ugm_copied'] = 'Copied';
  141. $_lang['ugm_to'] = 'to';
  142. $_lang['ugm_files_copied'] = 'Objects copied';
  143. /* Used in downloadfiles.class.php */
  144. $_lang['ugm_downloaded'] = 'Downloaded';
  145. $_lang['ugm_download_failed'] = 'Download failed';
  146. /* Used in preparesetup.class.php */
  147. $_lang['ugm_no_root_config_core'] = 'Could not find root config.core.php';
  148. $_lang['ugm_setup_prepared'] = 'Setup prepared';
  149. $_lang['ugm_could_not_write'] = 'Could not write';
  150. /* Used in cleanup.class.php */
  151. $_lang['ugm_deleting_temp_files'] = 'Cleaning Up';
  152. $_lang['ugm_temp_files_deleted'] = 'Cleanup Completed (temporary files removed)';