ManageSettings.english.php 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360
  1. <?php
  2. // Version: 2.1 Alpha 1; ManageSettings
  3. global $scripturl;
  4. $txt['modSettings_desc'] = 'This page allows you to change the settings of features and basic options in your forum. Please see the <a href="' . $scripturl . '?action=admin;area=theme;sa=list;th=%1$s;%3$s=%2$s">theme settings</a> for more options. Click the help icons for more information about a setting.';
  5. $txt['modification_settings_desc'] = 'This page contains settings added by any modifications to your forum';
  6. $txt['modification_no_misc_settings'] = 'There are no modifications installed that have added any settings to this area yet.';
  7. $txt['pollMode'] = 'Poll mode';
  8. $txt['disable_polls'] = 'Disable polls';
  9. $txt['enable_polls'] = 'Enable polls';
  10. $txt['polls_as_topics'] = 'Show existing polls as topics';
  11. $txt['allow_guestAccess'] = 'Allow guests to browse the forum';
  12. $txt['userLanguage'] = 'Enable user-selectable language support';
  13. $txt['allow_hideOnline'] = 'Allow non-administrators to hide their online status';
  14. $txt['titlesEnable'] = 'Enable custom titles';
  15. $txt['enable_buddylist'] = 'Enable buddy/ignore lists';
  16. $txt['enable_unwatch'] = 'Enable unwatch topics';
  17. $txt['default_personal_text'] = 'Default personal text';
  18. $txt['default_personal_text_note'] = 'Personal text to assign to newly registered members.';
  19. $txt['time_format'] = 'Default time format';
  20. $txt['setting_time_offset'] = 'Overall time offset';
  21. $txt['setting_time_offset_note'] = '(added to the member specific option)';
  22. $txt['setting_default_timezone'] = 'Server timezone';
  23. $txt['failed_login_threshold'] = 'Failed login threshold';
  24. $txt['loginHistoryDays'] = 'Days to keep login history';
  25. $txt['lastActive'] = 'User online time threshold';
  26. $txt['trackStats'] = 'Track daily statistics';
  27. $txt['hitStats'] = 'Track daily page views (must have stats enabled)';
  28. $txt['enableCompressedOutput'] = 'Enable compressed output';
  29. $txt['disableTemplateEval'] = 'Disable evaluation of templates';
  30. $txt['databaseSession_enable'] = 'Use database driven sessions';
  31. $txt['databaseSession_loose'] = 'Allow browsers to go back to cached pages';
  32. $txt['databaseSession_lifetime'] = 'Seconds before an unused session timeout';
  33. $txt['error_log_desc'] = 'The error log, if enabled, will log every error encountered by users using your forum. This can be an invaluable aid to identifying forum problems.';
  34. $txt['enableErrorLogging'] = 'Enable error logging';
  35. $txt['enableErrorQueryLogging'] = 'Include database query in the error log';
  36. $txt['pruningOptions'] = 'Enable pruning of log entries';
  37. $txt['pruneErrorLog'] = 'Remove error log entries older than';
  38. $txt['pruneModLog'] = 'Remove moderation log entries older than';
  39. $txt['pruneBanLog'] = 'Remove ban hit log entries older than';
  40. $txt['pruneReportLog'] = 'Remove report to moderator log entries older than';
  41. $txt['pruneScheduledTaskLog'] = 'Remove scheduled task log entries older than';
  42. $txt['pruneSpiderHitLog'] = 'Remove search engine hit logs older than';
  43. $txt['cookieTime'] = 'Default login cookies length';
  44. $txt['localCookies'] = 'Enable local storage of cookies';
  45. $txt['globalCookies'] = 'Use subdomain independent cookies';
  46. $txt['globalCookiesDomain'] = 'Main domain used for subdomain independent cookies';
  47. $txt['invalid_cookie_domain'] = 'The domain intruduced seems to be invalid, please check it and save again.';
  48. $txt['secureCookies'] = 'Force cookies to be secure';
  49. $txt['httponlyCookies'] = 'Force cookies to be made accessible only through the HTTP protocol';
  50. $txt['securityDisable'] = 'Disable administration security';
  51. $txt['securityDisable_moderate'] = 'Disable moderation security';
  52. $txt['send_validation_onChange'] = 'Require reactivation after email change';
  53. $txt['approveAccountDeletion'] = 'Require admin approval when member deletes account';
  54. $txt['autoOptMaxOnline'] = 'Maximum users online when optimizing';
  55. $txt['autoFixDatabase'] = 'Automatically fix broken tables';
  56. $txt['allow_disableAnnounce'] = 'Allow users to disable announcements';
  57. $txt['disallow_sendBody'] = 'Don\'t allow post text in notifications';
  58. $txt['jquery_source'] = 'Source for the jQuery Library';
  59. $txt['jquery_custom_label'] = 'Custom';
  60. $txt['jquery_custom'] = 'Custom url to the jQuery Library';
  61. $txt['jquery_local'] = 'Local';
  62. $txt['jquery_cdn'] = 'Google CDN';
  63. $txt['jquery_auto'] = 'Auto';
  64. $txt['queryless_urls'] = 'Search engine friendly URLs';
  65. $txt['queryless_urls_note'] = 'Apache/Lighttpd only';
  66. $txt['enableReportPM'] = 'Enable reporting of personal messages';
  67. $txt['max_pm_recipients'] = 'Maximum number of recipients allowed in a personal message';
  68. $txt['max_pm_recipients_note'] = '(0 for no limit, admins are exempt)';
  69. $txt['pm_posts_verification'] = 'Post count under which users must pass verification when sending personal messages';
  70. $txt['pm_posts_verification_note'] = '(0 for no limit, admins are exempt)';
  71. $txt['pm_posts_per_hour'] = 'Number of personal messages a user may send in an hour';
  72. $txt['pm_posts_per_hour_note'] = '(0 for no limit, moderators are exempt)';
  73. $txt['compactTopicPagesEnable'] = 'Limit number of displayed page links';
  74. $txt['contiguous_page_display'] = 'Contiguous pages to display';
  75. $txt['to_display'] = 'to display';
  76. $txt['todayMod'] = 'Enable shorthand date display';
  77. $txt['today_disabled'] = 'Disabled';
  78. $txt['today_only'] = 'Only Today';
  79. $txt['yesterday_today'] = 'Today &amp; Yesterday';
  80. $txt['onlineEnable'] = 'Show online/offline in posts and PMs';
  81. $txt['defaultMaxMembers'] = 'Members per page in member list';
  82. $txt['timeLoadPageEnable'] = 'Display time taken to create every page';
  83. $txt['disableHostnameLookup'] = 'Disable hostname lookups';
  84. $txt['who_enabled'] = 'Enable who\'s online list';
  85. $txt['meta_keywords'] = 'Meta keywords associated with forum';
  86. $txt['meta_keywords_note'] = 'For search engines. Leave blank for default.';
  87. $txt['settings_error'] = 'Warning: Updating of Settings.php failed, the settings cannot be saved.';
  88. $txt['karmaMode'] = 'Karma mode';
  89. $txt['karma_options'] = 'Disable karma|Enable karma total|Enable karma positive/negative';
  90. $txt['karmaMinPosts'] = 'Set the minimum posts needed to modify karma';
  91. $txt['karmaWaitTime'] = 'Set wait time in hours';
  92. $txt['karmaTimeRestrictAdmins'] = 'Restrict administrators to wait time';
  93. $txt['karmaLabel'] = 'Karma label';
  94. $txt['karmaApplaudLabel'] = 'Karma applaud label';
  95. $txt['karmaSmiteLabel'] = 'Karma smite label';
  96. $txt['caching_information'] = 'SMF supports caching through the use of accelerators. The currently supported accelerators include:
  97. <ul class="normallist">
  98. <li>APC</li>
  99. <li>Memcached</li>
  100. <li>Zend Platform/Performance Suite (Not Zend Optimizer)</li>
  101. <li>XCache</li>
  102. </ul>
  103. Caching will work best if you have PHP compiled with one of the above optimizers, or have memcached available. If you do not have any optimizer installed SMF will do file based caching.';
  104. $txt['detected_no_caching'] = '<strong class="alert">SMF has not been able to detect a compatible accelerator on your server. File based caching can be used instead.</strong>';
  105. $txt['detected_accelerators'] = '<strong class="success">SMF has detected the following accelerators: %1$s</strong>';
  106. $txt['cache_enable'] = 'Caching Level';
  107. $txt['cache_off'] = 'No caching';
  108. $txt['cache_level1'] = 'Level 1 Caching (Recommended)';
  109. $txt['cache_level2'] = 'Level 2 Caching';
  110. $txt['cache_level3'] = 'Level 3 Caching (Not Recommended)';
  111. $txt['cache_memcached'] = 'Memcached settings';
  112. $txt['cache_accelerator'] = 'Caching Accelerator';
  113. $txt['default_cache'] = 'SMF file based caching';
  114. $txt['apc_cache'] = 'APC';
  115. $txt['memcached_cache'] = 'Memcached';
  116. $txt['zend_cache'] = 'Zend Platform/Performance Suite';
  117. $txt['xcache_cache'] = 'XCache';
  118. $txt['loadavg_warning'] = '<span class="error">Please note: the settings below are to be edited with care. Setting any of them too low may render your forum <strong>unusable</strong>! The current load average is <strong>%01.2f</strong></span>';
  119. $txt['loadavg_enable'] = 'Enable load balancing by load averages';
  120. $txt['loadavg_auto_opt'] = 'Threshold to disabling automatic database optimization';
  121. $txt['loadavg_search'] = 'Threshold to disabling search';
  122. $txt['loadavg_allunread'] = 'Threshold to disabling all unread topics';
  123. $txt['loadavg_unreadreplies'] = 'Threshold to disabling unread replies';
  124. $txt['loadavg_show_posts'] = 'Threshold to disabling showing user posts';
  125. $txt['loadavg_userstats'] = 'Threshold to disabling showing user statistics';
  126. $txt['loadavg_bbc'] = 'Threshold to disabling BBC formating when showing posts';
  127. $txt['loadavg_forum'] = 'Threshold to disabling the forum <strong>completely</strong>';
  128. $txt['loadavg_disabled_windows'] = '<span class="error">Load balancing support is not available on Windows.</span>';
  129. $txt['loadavg_disabled_conf'] = '<span class="error">Load balancing support is disabled by your host configuration.</span>';
  130. $txt['setting_password_strength'] = 'Required strength for user passwords';
  131. $txt['setting_password_strength_low'] = 'Low - 4 character minimum';
  132. $txt['setting_password_strength_medium'] = 'Medium - cannot contain username';
  133. $txt['setting_password_strength_high'] = 'High - mixture of different characters';
  134. $txt['setting_enable_password_conversion'] = 'Allow password hash conversion';
  135. $txt['antispam_Settings'] = 'Anti-Spam Verification';
  136. $txt['antispam_Settings_desc'] = 'This section allows you to setup verification checks to ensure the user is a human (and not a bot), and tweak how and where these apply.';
  137. $txt['setting_reg_verification'] = 'Require verification on registration page';
  138. $txt['posts_require_captcha'] = 'Post count under which users must pass verification to make a post';
  139. $txt['posts_require_captcha_desc'] = '(0 for no limit, moderators are exempt)';
  140. $txt['search_enable_captcha'] = 'Require verification on all guest searches';
  141. $txt['setting_guests_require_captcha'] = 'Guests must pass verification when making a post';
  142. $txt['setting_guests_require_captcha_desc'] = '(Automatically set if you specify a minimum post count below)';
  143. $txt['configure_verification_means'] = 'Configure Verification Methods';
  144. $txt['setting_qa_verification_number'] = 'Number of verification questions user must answer';
  145. $txt['setting_qa_verification_number_desc'] = '(0 to disable; questions are set below)';
  146. $txt['configure_verification_means_desc'] = '<span class="smalltext">Below you can set which anti-spam features you wish to have enabled whenever a user needs to verify they are a human. Note that the user will have to pass <em>all</em> verification so if you enable both a verification image and a question/answer test they need to complete both to proceed.</span>';
  147. $txt['setting_visual_verification_type'] = 'Visual verification image to display';
  148. $txt['setting_visual_verification_type_desc'] = 'The more complex the image the harder it is for bots to bypass';
  149. $txt['setting_image_verification_off'] = 'None';
  150. $txt['setting_image_verification_vsimple'] = 'Very Simple - Plain text on image';
  151. $txt['setting_image_verification_simple'] = 'Simple - Overlapping colored letters, no noise';
  152. $txt['setting_image_verification_medium'] = 'Medium - Overlapping colored letters, with noise/lines';
  153. $txt['setting_image_verification_high'] = 'High - Angled letters, considerable noise/lines';
  154. $txt['setting_image_verification_extreme'] = 'Extreme - Angled letters, noise, lines and blocks';
  155. $txt['setting_image_verification_sample'] = 'Sample';
  156. $txt['setting_image_verification_nogd'] = '<strong>Note:</strong> as this server does not have the GD library installed the different complexity settings will have no effect.';
  157. $txt['setup_verification_questions'] = 'Verification Questions';
  158. $txt['setup_verification_questions_desc'] = '<span class="smalltext">If you want users to answer verification questions in order to stop spam bots, you should setup a number of questions in the table below. You should choose questions which relate to the subject of your forum. Genuine users will be able to answer these questions, while spam bots will not. Answers are not case sensitive. You may use BBC in the questions for formatting. To remove a question simply delete the contents of that line.</span>';
  159. $txt['setup_verification_question'] = 'Question';
  160. $txt['setup_verification_answer'] = 'Answer';
  161. $txt['setup_verification_add_more'] = 'Add another question';
  162. $txt['setup_verification_add_answer'] = 'Add another answer';
  163. $txt['moderation_settings'] = 'Moderation Settings';
  164. $txt['setting_warning_enable'] = 'Enable User Warning System';
  165. $txt['setting_warning_watch'] = 'Warning level for user watch';
  166. $txt['setting_warning_watch_note'] = 'The user warning level after which a user watch is put in place - 0 to disable.';
  167. $txt['setting_warning_moderate'] = 'Warning level for post moderation';
  168. $txt['setting_warning_moderate_note'] = 'The user warning level after which a user has all posts moderated - 0 to disable.';
  169. $txt['setting_warning_mute'] = 'Warning level for user muting';
  170. $txt['setting_warning_mute_note'] = 'The user warning level after which a user cannot post any further - 0 to disable.';
  171. $txt['setting_user_limit'] = 'Maximum user warning points per day';
  172. $txt['setting_user_limit_note'] = 'This value is the maximum amount of warning points a single moderator can assign to a user in a 24 hour period - 0 for no limit.';
  173. $txt['setting_warning_decrement'] = 'Warning points that are decreased every 24 hours';
  174. $txt['setting_warning_decrement_note'] = 'Only applies to users not warned within last 24 hours - set to 0 to disable.';
  175. $txt['setting_warning_show'] = 'Users who can see warning status';
  176. $txt['setting_warning_show_note'] = 'Determines who can see the warning level of users on the forum.';
  177. $txt['setting_warning_show_mods'] = 'Moderators Only';
  178. $txt['setting_warning_show_user'] = 'Moderators and Warned Users';
  179. $txt['setting_warning_show_all'] = 'All Users';
  180. $txt['signature_settings'] = 'Signature Settings';
  181. $txt['signature_settings_desc'] = 'Use the settings on this page to decide how member signatures should be treated in SMF.';
  182. $txt['signature_settings_warning'] = 'Note that settings are not applied to existing signatures by default. <a href="' . $scripturl . '?action=admin;area=featuresettings;sa=sig;apply;%2$s=%1$s">Run the process now</a>';
  183. $txt['signature_settings_applied'] = 'The updated rules have been applied to the existing signatures.';
  184. $txt['signature_enable'] = 'Enable signatures';
  185. $txt['signature_max_length'] = 'Maximum allowed characters';
  186. $txt['signature_max_lines'] = 'Maximum amount of lines';
  187. $txt['signature_max_images'] = 'Maximum image count';
  188. $txt['signature_max_images_note'] = '(0 for no max - excludes smileys)';
  189. $txt['signature_allow_smileys'] = 'Allow smileys in signatures';
  190. $txt['signature_max_smileys'] = 'Maximum smiley count';
  191. $txt['signature_max_image_width'] = 'Maximum width of signature images (pixels)';
  192. $txt['signature_max_image_height'] = 'Maximum height of signature images (pixels)';
  193. $txt['signature_max_font_size'] = 'Maximum font size allowed in signatures (pixels)';
  194. $txt['signature_bbc'] = 'Enabled BBC tags';
  195. $txt['custom_profile_title'] = 'Custom Profile Fields';
  196. $txt['custom_profile_desc'] = 'From this page you can create your own custom profile fields that fit in with your own forums requirements';
  197. $txt['custom_profile_active'] = 'Active';
  198. $txt['custom_profile_fieldname'] = 'Field Name';
  199. $txt['custom_profile_fieldtype'] = 'Field Type';
  200. $txt['custom_profile_fieldorder'] = 'Field Order';
  201. $txt['custom_profile_make_new'] = 'New Field';
  202. $txt['custom_profile_none'] = 'You have not created any custom profile fields yet!';
  203. $txt['custom_profile_icon'] = 'Icon';
  204. $txt['custom_profile_type_text'] = 'Text';
  205. $txt['custom_profile_type_textarea'] = 'Large Text';
  206. $txt['custom_profile_type_select'] = 'Select Box';
  207. $txt['custom_profile_type_radio'] = 'Radio Button';
  208. $txt['custom_profile_type_check'] = 'Checkbox';
  209. $txt['custom_add_title'] = 'Add Profile Field';
  210. $txt['custom_edit_title'] = 'Edit Profile Field';
  211. $txt['custom_edit_general'] = 'Display Settings';
  212. $txt['custom_edit_input'] = 'Input Settings';
  213. $txt['custom_edit_advanced'] = 'Advanced Settings';
  214. $txt['custom_edit_name'] = 'Name';
  215. $txt['custom_edit_desc'] = 'Description';
  216. $txt['custom_edit_profile'] = 'Profile Section';
  217. $txt['custom_edit_profile_desc'] = 'Section of profile this is edited in.';
  218. $txt['custom_edit_profile_none'] = 'None';
  219. $txt['custom_edit_registration'] = 'Show on Registration';
  220. $txt['custom_edit_registration_disable'] = 'No';
  221. $txt['custom_edit_registration_allow'] = 'Yes';
  222. $txt['custom_edit_registration_require'] = 'Yes, and require entry';
  223. $txt['custom_edit_display'] = 'Show on Topic View';
  224. $txt['custom_edit_mlist'] = 'Show on memberlist';
  225. $txt['custom_edit_picktype'] = 'Field Type';
  226. $txt['custom_edit_max_length'] = 'Maximum Length';
  227. $txt['custom_edit_max_length_desc'] = '(0 for no limit)';
  228. $txt['custom_edit_dimension'] = 'Dimensions';
  229. $txt['custom_edit_dimension_row'] = 'Rows';
  230. $txt['custom_edit_dimension_col'] = 'Columns';
  231. $txt['custom_edit_bbc'] = 'Allow BBC';
  232. $txt['custom_edit_options'] = 'Options';
  233. $txt['custom_edit_options_desc'] = 'Leave option box blank to remove. Radio button selects default option.';
  234. $txt['custom_edit_options_more'] = 'More';
  235. $txt['custom_edit_default'] = 'Default State';
  236. $txt['custom_edit_active'] = 'Active';
  237. $txt['custom_edit_active_desc'] = 'If not selected this field will not be shown to anyone.';
  238. $txt['custom_edit_privacy'] = 'Privacy';
  239. $txt['custom_edit_privacy_desc'] = 'Who can see and edit this field.';
  240. $txt['custom_edit_privacy_all'] = 'Users can see this field; owner can edit it';
  241. $txt['custom_edit_privacy_see'] = 'Users can see this field; only admins can edit it';
  242. $txt['custom_edit_privacy_owner'] = 'Users cannot see this field; owner and admins can edit it.';
  243. $txt['custom_edit_privacy_none'] = 'This field is only visible to admins';
  244. $txt['custom_edit_can_search'] = 'Searchable';
  245. $txt['custom_edit_can_search_desc'] = 'Can this field be searched from the members list.';
  246. $txt['custom_edit_mask'] = 'Input Mask';
  247. $txt['custom_edit_mask_desc'] = 'For text fields an input mask can be selected to validate the data.';
  248. $txt['custom_edit_mask_email'] = 'Valid Email';
  249. $txt['custom_edit_mask_number'] = 'Numeric';
  250. $txt['custom_edit_mask_nohtml'] = 'No HTML';
  251. $txt['custom_edit_mask_regex'] = 'Regex (Advanced)';
  252. $txt['custom_edit_enclose'] = 'Show Enclosed Within Text (Optional)';
  253. $txt['custom_edit_enclose_desc'] = 'We <strong>strongly</strong> recommend to use an input mask to validate the input supplied by the user.';
  254. $txt['custom_edit_order_move'] = 'Move ';
  255. $txt['custom_edit_order_up'] = 'Up';
  256. $txt['custom_edit_order_down'] = 'Down';
  257. $txt['custom_edit_placement'] = 'Choose Placement';
  258. $txt['custom_edit_placement_standard'] = 'Standard (with title)';
  259. $txt['custom_edit_placement_withicons'] = 'With Icons';
  260. $txt['custom_edit_placement_abovesignature'] = 'Above Signature';
  261. $txt['custom_profile_placement'] = 'Placement';
  262. $txt['custom_profile_placement_standard'] = 'Standard';
  263. $txt['custom_profile_placement_withicons'] = 'With Icons';
  264. $txt['custom_profile_placement_abovesignature'] = 'Above Signature';
  265. // Use numeric entities in the string below!
  266. $txt['custom_edit_delete_sure'] = 'Are you sure you wish to delete this field - all related user data will be lost!';
  267. $txt['standard_profile_title'] = 'Standard Profile Fields';
  268. $txt['standard_profile_field'] = 'Field';
  269. $txt['languages_lang_name'] = 'Language Name';
  270. $txt['languages_locale'] = 'Locale';
  271. $txt['languages_default'] = 'Default';
  272. $txt['languages_character_set'] = 'Character Set';
  273. $txt['languages_users'] = 'Users';
  274. $txt['language_settings_writable'] = 'Warning: Settings.php is not writable so the default language setting cannot be saved.';
  275. $txt['edit_languages'] = 'Edit Languages';
  276. $txt['lang_file_not_writable'] = '<strong>Warning:</strong> The primary language file (%1$s) is not writable. You must make this writable before you can make any changes.';
  277. $txt['lang_entries_not_writable'] = '<strong>Warning:</strong> The language file you wish to edit (%1$s) is not writable. You must make this writable before you can make any changes.';
  278. $txt['languages_ltr'] = 'Right to Left';
  279. $txt['add_language'] = 'Add Language';
  280. $txt['add_language_smf'] = 'Download from Simple Machines';
  281. $txt['add_language_smf_browse'] = 'Type name of language to search for or leave blank to search for all.';
  282. $txt['add_language_smf_install'] = 'Install';
  283. $txt['add_language_found_title'] = 'Found Languages';
  284. $txt['add_language_smf_found'] = 'The following languages were found. Click the install link next to the language you wish to install. You will then be taken to the package manager to install.';
  285. $txt['add_language_error_no_response'] = 'The Simple Machines site is not responding. Please try again later.';
  286. $txt['add_language_error_no_files'] = 'No files could be found.';
  287. $txt['add_language_smf_desc'] = 'Description';
  288. $txt['add_language_smf_utf8'] = 'UTF-8';
  289. $txt['add_language_smf_version'] = 'Version';
  290. $txt['edit_language_entries_primary'] = 'Below are the primary language settings for this language pack.';
  291. $txt['edit_language_entries'] = 'Edit Language Entries';
  292. $txt['edit_language_entries_file'] = 'Select entries to edit';
  293. $txt['languages_dictionary'] = 'Dictionary';
  294. $txt['languages_spelling'] = 'Spelling';
  295. $txt['languages_for_pspell'] = 'This is for <a href="http://www.php.net/function.pspell-new" target="_blank" class="new_win">pSpell</a> - if installed';
  296. $txt['languages_rtl'] = 'Enable &quot;Right to Left&quot; Mode';
  297. $txt['lang_file_desc_index'] = 'General Strings';
  298. $txt['lang_file_desc_EmailTemplates'] = 'Email Templates';
  299. $txt['languages_download'] = 'Download Language Pack';
  300. $txt['languages_download_note'] = 'This page lists all the files that are contained within the language pack and some useful information about each one. All files that have their associated check box marked will be copied.';
  301. $txt['languages_download_info'] = '<strong>Note:</strong>
  302. <ul class="normallist">
  303. <li>Files which have the status &quot;Not Writable&quot; means SMF will not be able to copy this file to the directory at the present and you must make the destination writable either using an FTP client or by filling in your details at the bottom of the page.</li>
  304. <li>The Version information for a file displays the last SMF version which it was updated for. If it is indicated in green then this is a newer version than you have at current. If amber this indicates it\'s the same version number as at current, red indicates you have a newer version installed than contained in the pack.</li>
  305. <li>Where a file already exists on your forum the &quot;Already Exists&quot; column will have one of two values. &quot;Identical&quot; indicates that the file already exists in an identical form and need not be overwritten. &quot;Different&quot; means that the contents vary in some way and overwriting is probably the optimum solution.</li>
  306. </ul>';
  307. $txt['languages_download_main_files'] = 'Primary Files';
  308. $txt['languages_download_theme_files'] = 'Theme-related Files';
  309. $txt['languages_download_filename'] = 'File Name';
  310. $txt['languages_download_dest'] = 'Destination';
  311. $txt['languages_download_writable'] = 'Writable';
  312. $txt['languages_download_version'] = 'Version';
  313. $txt['languages_download_older'] = 'You have a newer version of this file installed. Overwriting is not recommended.';
  314. $txt['languages_download_exists'] = 'Already Exists';
  315. $txt['languages_download_exists_same'] = 'Identical';
  316. $txt['languages_download_exists_different'] = 'Different';
  317. $txt['languages_download_copy'] = 'Copy';
  318. $txt['languages_download_not_chmod'] = 'You cannot proceed with the installation until all files selected to be copied are writable.';
  319. $txt['languages_download_illegal_paths'] = 'Package contains illegal paths - please contact Simple Machines';
  320. $txt['languages_download_complete'] = 'Installation Complete';
  321. $txt['languages_download_complete_desc'] = 'Language pack installed successfully. Please click <a href="%1$s">here</a> to return to the languages page';
  322. $txt['languages_delete_confirm'] = 'Are you sure you want to delete this language?';
  323. $txt['setting_frame_security'] = 'Frame Security Options';
  324. $txt['setting_frame_security_SAMEORIGIN'] = 'Allow Same Origin';
  325. $txt['setting_frame_security_DENY'] = 'Deny all frames';
  326. $txt['setting_frame_security_DISABLE'] = 'Disabled';
  327. $txt['select_boards_from_list'] = 'Select boards which apply';
  328. $txt['topic_move_any'] = 'Allow moving of topics to read-only boards';
  329. ?>