Packages.english.php 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. <?php
  2. // Version: 2.1 Alpha 1; Packages
  3. $txt['package_proceed'] = 'Proceed';
  4. $txt['php_script'] = 'Modification file was extracted, but this modification also comes with a PHP script which should be executed before it will work';
  5. $txt['package_run'] = 'Run';
  6. $txt['package_id'] = 'ID';
  7. $txt['package_read'] = 'Read';
  8. $txt['script_output'] = 'Script output:';
  9. $txt['additional_notes'] = 'Additional notes';
  10. $txt['notes_file'] = 'Instruction/Additional notes file';
  11. $txt['list_file'] = 'List files in package';
  12. $txt['files_archive'] = 'Files in archive';
  13. $txt['package_get'] = 'Package Get';
  14. $txt['package_servers'] = 'Package servers';
  15. $txt['package_browse'] = 'Browse';
  16. $txt['add_server'] = 'Add server';
  17. $txt['server_name'] = 'Server name';
  18. $txt['serverurl'] = 'URL';
  19. $txt['no_packages'] = 'No packages yet.';
  20. $txt['download'] = 'Download';
  21. $txt['download_success'] = 'Package downloaded successfully';
  22. $txt['package_downloaded_successfully'] = 'Package has been downloaded successfully';
  23. $txt['package_manager'] = 'Package Manager';
  24. $txt['install_mod'] = 'Install Mod';
  25. $txt['uninstall_mod'] = 'Uninstall Mod';
  26. $txt['sql_file'] = 'The Modification file has been extracted. This modification also comes with a database file containing changes the database needs. You will need to execute this file for the modification to function properly.';
  27. $txt['sql_queries'] = 'SQL Queries';
  28. $txt['no_mods_installed'] = 'No mods currently installed';
  29. $txt['browse_installed'] = 'Browse installed mods';
  30. $txt['uninstall'] = 'Uninstall';
  31. $txt['delete_list'] = 'Delete Mod List';
  32. $txt['package_delete_list_warning'] = 'Are you sure you wish to clear the installed modification list?';
  33. $txt['php_safe_mode'] = 'Sorry, your server currently has PHP set to run in SAFE MODE. This feature is not compatible with SAFE MODE.';
  34. $txt['lets_try_anyway'] = 'Let me try anyway.';
  35. $txt['package_manager_desc'] = 'From this easy to use interface, you can download and install modifications for use on your forum.';
  36. $txt['installed_packages_desc'] = 'You can use the interface below to view those packages currently installed on the forum, and remove the ones you no longer require.';
  37. $txt['download_packages_desc'] = 'From this section you can choose to either download new packages from package servers, or upload a package file directly to the forum.';
  38. $txt['create_package'] = 'Create a new Package';
  39. $txt['download_new_package'] = 'Download new packages';
  40. $txt['view_and_remove'] = 'View and remove installed packages';
  41. $txt['modification_package'] = 'Modification packages';
  42. $txt['avatar_package'] = 'Avatar packages';
  43. $txt['language_package'] = 'Language packages';
  44. $txt['unknown_package'] = 'Unknown packages';
  45. $txt['use_avatars'] = 'Use Avatars';
  46. $txt['add_languages'] = 'Add Language';
  47. $txt['list_files'] = 'List Files';
  48. $txt['remove'] = 'Remove';
  49. $txt['package_type'] = 'Package Type';
  50. $txt['archiving'] = 'Archiving';
  51. $txt['extracting'] = 'Extracting';
  52. $txt['avatars_extracted'] = 'The avatars have been installed, you should now be able to use them.';
  53. $txt['language_extracted'] = 'The language pack has been installed, you can now enable its use in the language settings area of your admin control panel.';
  54. $txt['mod_name'] = 'Mod Name';
  55. $txt['mod_version'] = 'Version';
  56. $txt['mod_author'] = 'Author';
  57. $txt['author_website'] = 'Author\'s Homepage';
  58. $txt['package_no_description'] = 'No description given';
  59. $txt['package_description'] = 'Description';
  60. $txt['file_location'] = 'Location of file';
  61. $txt['package_installed_key'] = 'Installed mods:';
  62. $txt['package_installed_current'] = 'current version';
  63. $txt['package_installed_old'] = 'older version';
  64. $txt['package_installed_warning1'] = 'This package is already installed, and no upgrade was found.';
  65. $txt['package_installed_warning2'] = 'You should uninstall the old version first to avoid problems, or ask the author to create an upgrade from your old version.';
  66. $txt['package_installed_warning3'] = 'Please remember to always make regular backups of your sources and database before installing mods, especially beta versions.';
  67. $txt['package_installed_extract'] = 'Extracting Package';
  68. $txt['package_installed_done'] = 'The package was installed successfully. You should now be able to use whatever functionality it adds or changes; or not be able to use functionality it removes.';
  69. $txt['package_installed_redirecting'] = 'Redirecting...';
  70. $txt['package_installed_redirect_go_now'] = 'Redirect Now';
  71. $txt['package_installed_redirect_cancel'] = 'Return to Package Manager';
  72. $txt['packages_latest'] = 'Latest Packages';
  73. $txt['packages_latest_fetch'] = 'Attempting to fetch the most popular and recent packages from www.simplemachines.org...';
  74. $txt['package_upgrade'] = 'Upgrade';
  75. $txt['package_uninstall_readme'] = 'Uninstallation Readme';
  76. $txt['package_install_readme'] = 'Installation Readme';
  77. $txt['package_install_license'] = 'License';
  78. $txt['package_install_type'] = 'Type';
  79. $txt['package_install_action'] = 'Action';
  80. $txt['package_install_desc'] = 'Description';
  81. $txt['install_actions'] = 'Install Actions';
  82. $txt['perform_actions'] = 'This will perform the following actions:';
  83. $txt['corrupt_compatible'] = 'The package you are trying to download or install is either corrupt or not compatible with this version of SMF.';
  84. $txt['package_create'] = 'Create';
  85. $txt['package_move'] = 'Move';
  86. $txt['package_delete'] = 'Delete';
  87. $txt['package_extract'] = 'Extract';
  88. $txt['package_file'] = 'File';
  89. $txt['package_tree'] = 'Tree';
  90. $txt['execute_modification'] = 'Execute Modification';
  91. $txt['execute_code'] = 'Execute Code';
  92. $txt['execute_database_changes'] = 'Execute file';
  93. $txt['execute_hook_add'] = 'Add Hook';
  94. $txt['execute_hook_remove'] = 'Remove Hook';
  95. $txt['execute_hook_action'] = 'Adapting hook %1$s';
  96. $txt['package_requires'] = 'Requires Modification';
  97. $txt['package_check_for'] = 'Check for installation:';
  98. $txt['execute_credits_add'] = 'Add Credits';
  99. $txt['execute_credits_remove'] = 'Remove Credits';
  100. $txt['execute_credits_action'] = 'Credits: %1$s';
  101. $txt['package_install_actions'] = 'Installations actions for';
  102. $txt['package_will_fail_title'] = 'Error in package %1$s';
  103. $txt['package_will_fail_warning'] = 'At least one error was encountered during a test %1$s of this package.<br />It is <strong>strongly</strong> recommended that you do not continue with %1$s unless you know what you are doing, and have made a backup very recently.<br /><br />This error may be caused by a conflict between the package you\'re trying to install and another package you have already installed, an error in the package, a package which requires another package that you have not installed yet, or a package designed for another version of SMF.';
  104. $txt['package_will_fail_unknown_action'] = 'The package is trying to perform an unknown action: %1$s';
  105. // Don't use entities in the below string.
  106. $txt['package_will_fail_popup'] = 'Are you sure you wish to continue installing this modification, even though it will not install successfully?';
  107. $txt['package_will_fail_popup_uninstall'] = 'Are you sure you wish to continue uninstalling this modification, even though it will not uninstall successfully?';
  108. $txt['package_install'] = 'installation';
  109. $txt['package_uninstall'] = 'removal';
  110. $txt['package_install_now'] = 'Install now';
  111. $txt['package_uninstall_now'] = 'Uninstall now';
  112. $txt['package_other_themes'] = 'Install in other themes';
  113. $txt['package_other_themes_uninstall'] = 'UnInstall in other themes';
  114. $txt['package_other_themes_desc'] = 'To use this modification in themes other than the default, the package manager needs to make additional changes to the other themes. If you\'d like to install this modification in the other themes, please select these themes below.';
  115. // Don't use entities in the below string.
  116. $txt['package_theme_failure_warning'] = 'At least one error was encountered during a test install of this theme. Are you sure you wish to attempt installation?';
  117. $txt['package_bytes'] = 'bytes';
  118. $txt['package_action_missing'] = '<strong class="error">File not found</strong>';
  119. $txt['package_action_error'] = '<strong class="error">Modification parse error</strong>';
  120. $txt['package_action_failure'] = '<strong class="error">Test failed</strong>';
  121. $txt['package_action_success'] = '<strong>Test successful</strong>';
  122. $txt['package_action_skipping'] = '<strong>Skipping file</strong>';
  123. $txt['package_uninstall_actions'] = 'Uninstall Actions';
  124. $txt['package_uninstall_done'] = 'The package has been successfully uninstalled.';
  125. $txt['package_uninstall_cannot'] = 'This package cannot be uninstalled, because there is no uninstaller.<br /><br />Please contact the mod author for more information.';
  126. $txt['package_install_options'] = 'Installation Options';
  127. $txt['package_install_options_desc'] = 'Set various options for how the package manager installs modifications, including backups and ftp access';
  128. $txt['package_install_options_ftp_why'] = 'Using the package manager\'s FTP functionality is the easiest way to avoid having to manually chmod the files writable through FTP yourself for the package manager to work.<br />Here you can set the default values for some fields.';
  129. $txt['package_install_options_ftp_server'] = 'FTP Server';
  130. $txt['package_install_options_ftp_port'] = 'Port';
  131. $txt['package_install_options_ftp_user'] = 'Username';
  132. $txt['package_install_options_make_backups'] = 'Create Backup versions of replaced files with a tilde (~) on the end of their names.';
  133. $txt['package_install_options_make_full_backups'] = 'Create an entire backup (excluding smileys, avatars and attachments) of the SMF install.';
  134. $txt['package_ftp_necessary'] = 'FTP Information Required';
  135. $txt['package_ftp_why'] = 'Some of the files the package manager needs to modify are not writable. This needs to be changed by logging into FTP and using it to chmod or create the files and directories. Your FTP information may be temporarily cached for proper operation of the package manager. Note you can also do this manually using an FTP client - to view a list of the affected files please click <a href="#" onclick="%1$s">here</a>.';
  136. $txt['package_ftp_why_file_list'] = 'The following files need to made writable to continue installation:';
  137. $txt['package_ftp_why_download'] = 'In order to download packages, the Packages directory, and any files in it, must be writable. Currently the system does not have the needed permissions to write to this directory. The package manager can use your FTP information to attempt to fix this problem.';
  138. $txt['package_ftp_server'] = 'FTP Server';
  139. $txt['package_ftp_port'] = 'Port';
  140. $txt['package_ftp_username'] = 'Username';
  141. $txt['package_ftp_password'] = 'Password';
  142. $txt['package_ftp_path'] = 'Local path to SMF';
  143. $txt['package_ftp_test'] = 'Test';
  144. $txt['package_ftp_test_connection'] = 'Test Connection';
  145. $txt['package_ftp_test_success'] = 'FTP connection established.';
  146. $txt['package_ftp_test_failed'] = 'Could not contact server.';
  147. // For a break, use \\n instead of <br />... and don't use entities.
  148. $txt['package_delete_bad'] = 'The package you are about to delete is currently installed! If you delete it, you may not be able to uninstall it later.\\n\\nAre you sure?';
  149. $txt['package_examine_file'] = 'View file in package';
  150. $txt['package_file_contents'] = 'Contents of file';
  151. $txt['package_upload_title'] = 'Upload a Package';
  152. $txt['package_upload_select'] = 'Package to Upload';
  153. $txt['package_upload'] = 'Upload';
  154. $txt['package_uploaded_success'] = 'Package uploaded successfully';
  155. $txt['package_uploaded_successfully'] = 'The package has been uploaded successfully';
  156. $txt['package_modification_malformed'] = 'Malformed or invalid modification file.';
  157. $txt['package_modification_missing'] = 'The file could not be found.';
  158. $txt['package_no_zlib'] = 'Sorry, your PHP configuration doesn\'t have support for <strong>zlib</strong>. Without this, the package manager cannot function. Please contact your host about this for more information.';
  159. $txt['package_cleanperms_title'] = 'Cleanup Permissions';
  160. $txt['package_cleanperms_desc'] = 'This interface allows you to reset the permissions for files throughout your installation, so as to increase security or solve any permission problems you may encounter while installing packages.';
  161. $txt['package_cleanperms_type'] = 'Change all file permissions throughout the forum such that';
  162. $txt['package_cleanperms_standard'] = 'Only the standard files are writable.';
  163. $txt['package_cleanperms_free'] = 'All files are writable.';
  164. $txt['package_cleanperms_restrictive'] = 'The minimum files are writable.';
  165. $txt['package_cleanperms_go'] = 'Change file permissions';
  166. $txt['package_download_by_url'] = 'Download a package by url';
  167. $txt['package_download_filename'] = 'Name of the file';
  168. $txt['package_download_filename_info'] = 'Optional value. Should be used when the url does not end in the filename. For example: index.php?mod=5';
  169. $txt['package_db_uninstall'] = 'Remove all data associated with this modification.';
  170. $txt['package_db_uninstall_details'] = 'Details';
  171. $txt['package_db_uninstall_actions'] = 'Checking this option will result in the following actions';
  172. $txt['package_db_remove_table'] = 'Drop table &quot;%1$s&quot;';
  173. $txt['package_db_remove_column'] = 'Remove column &quot;%2$s&quot; from &quot;%1$s&quot;';
  174. $txt['package_db_remove_index'] = 'Remove index &quot;%1$s&quot; from &quot;%2$s&quot;';
  175. $txt['package_advanced_button'] = 'Emulation Support';
  176. $txt['package_advanced_options'] = 'Advanced Options';
  177. $txt['package_apply'] = 'Apply';
  178. $txt['package_emulate'] = 'Emulate Version';
  179. $txt['package_emulate_install'] = 'Install Emulating:';
  180. $txt['package_emulate_uninstall'] = 'Uninstall Emulating:';
  181. $txt['package_emulate_revert'] = 'Revert';
  182. $txt['package_emulate_desc'] = 'Sometimes packages are locked to early versions of SMF but remain compatible with a newer version. Here you can choose to &quot;emulate&quot; a different SMF version within the package manager.';
  183. // Operations.
  184. $txt['operation_find'] = 'Find';
  185. $txt['operation_replace'] = 'Replace';
  186. $txt['operation_after'] = 'Add After';
  187. $txt['operation_before'] = 'Add Before';
  188. $txt['operation_title'] = 'Operations';
  189. $txt['operation_ignore'] = 'Ignore Errors';
  190. $txt['operation_invalid'] = 'The operation that you selected is invalid.';
  191. $txt['package_file_perms_desc'] = 'You can use this section to review the writable status of critical files and folders within your forum directory. Note this only considers key forum folders and files - use an FTP client for additional options.';
  192. $txt['package_file_perms_name'] = 'File/Directory Name';
  193. $txt['package_file_perms_status'] = 'Current Status';
  194. $txt['package_file_perms_new_status'] = 'New Status';
  195. $txt['package_file_perms_status_read'] = 'Read';
  196. $txt['package_file_perms_status_write'] = 'Write';
  197. $txt['package_file_perms_status_execute'] = 'Execute';
  198. $txt['package_file_perms_status_custom'] = 'Custom';
  199. $txt['package_file_perms_status_no_change'] = 'No Change';
  200. $txt['package_file_perms_writable'] = 'Writable';
  201. $txt['package_file_perms_not_writable'] = 'Not Writable';
  202. $txt['package_file_perms_chmod'] = 'chmod';
  203. $txt['package_file_perms_more_files'] = 'More Files';
  204. $txt['package_file_perms_change'] = 'Change File Permissions';
  205. $txt['package_file_perms_predefined'] = 'Use predefined permission profile';
  206. $txt['package_file_perms_predefined_note'] = 'Note that this only applies the predefined profile to key SMF directories and files.';
  207. $txt['package_file_perms_apply'] = 'Apply individual file permissions settings selected above.';
  208. $txt['package_file_perms_custom'] = 'If &quot;Custom&quot; has been selected use chmod value of';
  209. $txt['package_file_perms_pre_restricted'] = 'Restricted - minimum files writable';
  210. $txt['package_file_perms_pre_standard'] = 'Standard - key files writable';
  211. $txt['package_file_perms_pre_free'] = 'Free - all files writable';
  212. $txt['package_file_perms_ftp_details'] = 'On most servers it is only possible to change file permissions using an FTP account. Please enter your FTP details below';
  213. $txt['package_file_perms_ftp_retain'] = 'Note, SMF will only retain the password information temporarily to aid operation of the package manager.';
  214. $txt['package_file_perms_go'] = 'Make Changes';
  215. $txt['package_file_perms_applying'] = 'Applying Changes';
  216. $txt['package_file_perms_items_done'] = '%1$d of %2$d items completed';
  217. $txt['package_file_perms_skipping_ftp'] = '<strong>Warning:</strong> Failed to connect to FTP server, attempting to change permissions without. This is <em>likely</em> to fail - please check the results upon completion and try again with correct FTP details if necessary.';
  218. $txt['package_file_perms_dirs_done'] = '%1$d of %2$d directories completed';
  219. $txt['package_file_perms_files_done'] = '%1$d of %2$d files done in current directory';
  220. $txt['chmod_value_invalid'] = 'You have tried to enter an invalid chmod value. Chmod must be between 0444 and 0777';
  221. $txt['package_restore_permissions'] = 'Restore file permissions';
  222. $txt['package_restore_permissions_desc'] = 'The following file permissions were changed by SMF to install the selected package(s). You can return these files back to their original status by clicking &quot;Restore&quot; below.';
  223. $txt['package_restore_permissions_restore'] = 'Restore';
  224. $txt['package_restore_permissions_filename'] = 'Filename';
  225. $txt['package_restore_permissions_orig_status'] = 'Original Status';
  226. $txt['package_restore_permissions_cur_status'] = 'Current Status';
  227. $txt['package_restore_permissions_result'] = 'Result';
  228. $txt['package_restore_permissions_pre_change'] = '%1$s (%3$s)';
  229. $txt['package_restore_permissions_post_change'] = '%2$s (%3$s - was %2$s)';
  230. $txt['package_restore_permissions_action_skipped'] = '<em>Skipped</em>';
  231. $txt['package_restore_permissions_action_success'] = '<span style="color: green;">Success</span>';
  232. $txt['package_restore_permissions_action_failure'] = '<span class="error">Failed</span>';
  233. $txt['package_restore_permissions_action_done'] = 'SMF has attempted to restore the selected files back to their original permissions, the results can be seen below. If a change failed, or for a more detailed view of file permissions, please see the <a href="%1$s">File Permissions</a> section.';
  234. $txt['package_file_perms_warning'] = 'Please Note';
  235. $txt['package_file_perms_warning_desc'] = '
  236. <li>Be careful when changing file permissions from this section - incorrect permissions can adversely affect the operation of your forum!</li>
  237. <li>On some server configurations selecting the wrong permissions may stop SMF from operating.</li>
  238. <li>Certain directories such as <em>attachments</em> need to be writable to use that functionality.</li>
  239. <li>This functionality is mainly applicable on non-Windows based servers - it will not work as expected on Windows in regards to permission flags.</li>
  240. <li>Before proceeding make sure you have an FTP client installed in case you do make an error and need to FTP into the server to remedy it.</li>';
  241. $txt['package_confirm_view_package_content'] = 'Are you sure you want to view the package contents from this location:<br /><br />%1$s';
  242. $txt['package_confirm_proceed'] = 'Proceed';
  243. $txt['package_confirm_go_back'] = 'Go back';
  244. $txt['package_readme_default'] = 'Default';
  245. $txt['package_available_readme_language'] = 'Available Readme Languages:';
  246. $txt['package_license_default'] = 'Default';
  247. $txt['package_available_license_language'] = 'Available License Languages:';
  248. ?>