ManageSettings.english.php 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394
  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['security_settings_desc'] = 'This page allows you to set options specifically related to the security and moderation of your forum, including anti-spam options.';
  6. $txt['modification_settings_desc'] = 'This page contains settings added by any modifications to your forum';
  7. $txt['modification_no_misc_settings'] = 'There are no modifications installed that have added any settings to this area yet.';
  8. $txt['pollMode'] = 'Poll mode';
  9. $txt['disable_polls'] = 'Disable polls';
  10. $txt['enable_polls'] = 'Enable polls';
  11. $txt['polls_as_topics'] = 'Show existing polls as topics';
  12. $txt['allow_guestAccess'] = 'Allow guests to browse the forum';
  13. $txt['userLanguage'] = 'Enable user-selectable language support';
  14. $txt['allow_editDisplayName'] = 'Allow users to edit their displayed name';
  15. $txt['allow_hideOnline'] = 'Allow non-administrators to hide their online status';
  16. $txt['guest_hideContacts'] = 'Do not reveal contact details of members to guests';
  17. $txt['titlesEnable'] = 'Enable custom titles';
  18. $txt['enable_buddylist'] = 'Enable buddy/ignore lists';
  19. $txt['enable_disregard'] = 'Enable disregard topics';
  20. $txt['default_personal_text'] = 'Default personal text';
  21. $txt['default_personal_text_note'] = 'Personal text to assign to newly registered members.';
  22. $txt['time_format'] = 'Default time format';
  23. $txt['setting_time_offset'] = 'Overall time offset';
  24. $txt['setting_time_offset_note'] = '(added to the member specific option)';
  25. $txt['setting_default_timezone'] = 'Server timezone';
  26. $txt['failed_login_threshold'] = 'Failed login threshold';
  27. $txt['loginHistoryDays'] = 'Days to keep login history';
  28. $txt['lastActive'] = 'User online time threshold';
  29. $txt['trackStats'] = 'Track daily statistics';
  30. $txt['hitStats'] = 'Track daily page views (must have stats enabled)';
  31. $txt['enableCompressedOutput'] = 'Enable compressed output';
  32. $txt['disableTemplateEval'] = 'Disable evaluation of templates';
  33. $txt['databaseSession_enable'] = 'Use database driven sessions';
  34. $txt['databaseSession_loose'] = 'Allow browsers to go back to cached pages';
  35. $txt['databaseSession_lifetime'] = 'Seconds before an unused session timeout';
  36. $txt['enableErrorLogging'] = 'Enable error logging';
  37. $txt['enableErrorQueryLogging'] = 'Include database query in the error log';
  38. $txt['pruningOptions'] = 'Enable pruning of log entries';
  39. $txt['pruneErrorLog'] = 'Remove error log entries older than';
  40. $txt['pruneModLog'] = 'Remove moderation log entries older than';
  41. $txt['pruneBanLog'] = 'Remove ban hit log entries older than';
  42. $txt['pruneReportLog'] = 'Remove report to moderator log entries older than';
  43. $txt['pruneScheduledTaskLog'] = 'Remove scheduled task log entries older than';
  44. $txt['pruneSpiderHitLog'] = 'Remove search engine hit logs older than';
  45. $txt['cookieTime'] = 'Default login cookies length';
  46. $txt['localCookies'] = 'Enable local storage of cookies';
  47. $txt['localCookies_note'] = '(SSI won\'t work well with this on)';
  48. $txt['globalCookies'] = 'Use subdomain independent cookies';
  49. $txt['globalCookies_note'] = '(turn off local cookies first!)';
  50. $txt['globalCookiesDomain'] = 'Main domain used for subdomain independent cookies';
  51. $txt['globalCookiesDomain_note'] = '(enable subdomain independent cookies first!<br />The domain could be for example: "website.com" or "website.co.uk" without http:// or slashes)';
  52. $txt['invalid_cookie_domain'] = 'The domain intruduced seems to be invalid, please check it and save again.';
  53. $txt['secureCookies'] = 'Force cookies to be secure';
  54. $txt['secureCookies_note'] = '(This only applies if you are using HTTPS - don\'t use otherwise!)';
  55. $txt['httponlyCookies'] = 'Force cookies to be made accessible only through the HTTP protocol';
  56. $txt['httponlyCookies_note'] = '(Cookies won\'t be accessible by scripting languages, such as JavaScript. This setting can help to reduce identity theft through XSS attacks.)';
  57. $txt['securityDisable'] = 'Disable administration security';
  58. $txt['securityDisable_moderate'] = 'Disable moderation security';
  59. $txt['send_validation_onChange'] = 'Require reactivation after email change';
  60. $txt['approveAccountDeletion'] = 'Require admin approval when member deletes account';
  61. $txt['autoOptMaxOnline'] = 'Maximum users online when optimizing';
  62. $txt['autoFixDatabase'] = 'Automatically fix broken tables';
  63. $txt['allow_disableAnnounce'] = 'Allow users to disable announcements';
  64. $txt['disallow_sendBody'] = 'Don\'t allow post text in notifications';
  65. $txt['jquery_source'] = 'Source for the jQuery Library';
  66. $txt['jquery_custom_label'] = 'Custom';
  67. $txt['jquery_custom'] = 'Custom url to the jQuery Library';
  68. $txt['jquery_local'] = 'Local';
  69. $txt['jquery_cdn'] = 'Google CDN';
  70. $txt['jquery_auto'] = 'Auto';
  71. $txt['queryless_urls'] = 'Search engine friendly URLs';
  72. $txt['queryless_urls_note'] = 'Apache/Lighttpd only';
  73. $txt['enableReportPM'] = 'Enable reporting of personal messages';
  74. $txt['max_pm_recipients'] = 'Maximum number of recipients allowed in a personal message';
  75. $txt['max_pm_recipients_note'] = '(0 for no limit, admins are exempt)';
  76. $txt['pm_posts_verification'] = 'Post count under which users must pass verification when sending personal messages';
  77. $txt['pm_posts_verification_note'] = '(0 for no limit, admins are exempt)';
  78. $txt['pm_posts_per_hour'] = 'Number of personal messages a user may send in an hour';
  79. $txt['pm_posts_per_hour_note'] = '(0 for no limit, moderators are exempt)';
  80. $txt['compactTopicPagesEnable'] = 'Limit number of displayed page links';
  81. $txt['contiguous_page_display'] = 'Contiguous pages to display';
  82. $txt['to_display'] = 'to display';
  83. $txt['todayMod'] = 'Enable shorthand date display';
  84. $txt['today_disabled'] = 'Disabled';
  85. $txt['today_only'] = 'Only Today';
  86. $txt['yesterday_today'] = 'Today &amp; Yesterday';
  87. $txt['topbottomEnable'] = 'Enable Go Up/Go Down buttons';
  88. $txt['onlineEnable'] = 'Show online/offline in posts and PMs';
  89. $txt['enableVBStyleLogin'] = 'Show a quick login on every page';
  90. $txt['defaultMaxMembers'] = 'Members per page in member list';
  91. $txt['timeLoadPageEnable'] = 'Display time taken to create every page';
  92. $txt['disableHostnameLookup'] = 'Disable hostname lookups';
  93. $txt['who_enabled'] = 'Enable who\'s online list';
  94. $txt['make_email_viewable'] = 'Allow viewable email addresses';
  95. $txt['meta_keywords'] = 'Meta keywords associated with forum';
  96. $txt['meta_keywords_note'] = 'For search engines. Leave blank for default.';
  97. $txt['settings_error'] = 'Warning: Updating of Settings.php failed, the settings cannot be saved.';
  98. $txt['core_settings_saved'] = 'The settings were successfully saved';
  99. $txt['karmaMode'] = 'Karma mode';
  100. $txt['karma_options'] = 'Disable karma|Enable karma total|Enable karma positive/negative';
  101. $txt['karmaMinPosts'] = 'Set the minimum posts needed to modify karma';
  102. $txt['karmaWaitTime'] = 'Set wait time in hours';
  103. $txt['karmaTimeRestrictAdmins'] = 'Restrict administrators to wait time';
  104. $txt['karmaLabel'] = 'Karma label';
  105. $txt['karmaApplaudLabel'] = 'Karma applaud label';
  106. $txt['karmaSmiteLabel'] = 'Karma smite label';
  107. $txt['caching_information'] = 'SMF supports caching through the use of accelerators. The currently supported accelerators include:
  108. <ul class="normallist">
  109. <li>APC</li>
  110. <li>eAccelerator</li>
  111. <li>Turck MMCache</li>
  112. <li>Memcached</li>
  113. <li>Zend Platform/Performance Suite (Not Zend Optimizer)</li>
  114. <li>XCache</li>
  115. </ul>
  116. Caching will work best if you have PHP compiled with one of the above optimizers, or have memcache available. If you do not have any optimizer installed SMF will do file based caching.';
  117. $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>';
  118. $txt['detected_accelerators'] = '<strong class="success">SMF has detected the following accelerators: %1$s</strong>';
  119. $txt['cache_enable'] = 'Caching Level';
  120. $txt['cache_off'] = 'No caching';
  121. $txt['cache_level1'] = 'Level 1 Caching (Recommended)';
  122. $txt['cache_level2'] = 'Level 2 Caching';
  123. $txt['cache_level3'] = 'Level 3 Caching (Not Recommended)';
  124. $txt['cache_memcached'] = 'Memcache settings';
  125. $txt['cache_accelerator'] = 'Caching Accelerator';
  126. $txt['default_cache'] = 'SMF file based caching';
  127. $txt['apc_cache'] = 'APC';
  128. $txt['eAccelerator_cache'] = 'eAccelerator';
  129. $txt['mmcache_cache'] = 'Turck MMCache';
  130. $txt['memcached_cache'] = 'Memcached';
  131. $txt['zend_cache'] = 'Zend Platform/Performance Suite';
  132. $txt['xcache_cache'] = 'XCache';
  133. $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>';
  134. $txt['loadavg_enable'] = 'Enable load balancing by load averages';
  135. $txt['loadavg_auto_opt'] = 'Threshold to disabling automatic database optimization';
  136. $txt['loadavg_search'] = 'Threshold to disabling search';
  137. $txt['loadavg_allunread'] = 'Threshold to disabling all unread topics';
  138. $txt['loadavg_unreadreplies'] = 'Threshold to disabling unread replies';
  139. $txt['loadavg_show_posts'] = 'Threshold to disabling showing user posts';
  140. $txt['loadavg_userstats'] = 'Threshold to disabling showing user statistics';
  141. $txt['loadavg_bbc'] = 'Threshold to disabling BBC formating when showing posts';
  142. $txt['loadavg_forum'] = 'Threshold to disabling the forum <strong>completely</strong>';
  143. $txt['loadavg_disabled_windows'] = '<span class="error">Load balancing support is not available on Windows.</span>';
  144. $txt['loadavg_disabled_conf'] = '<span class="error">Load balancing support is disabled by your host configuration.</span>';
  145. $txt['setting_password_strength'] = 'Required strength for user passwords';
  146. $txt['setting_password_strength_low'] = 'Low - 4 character minimum';
  147. $txt['setting_password_strength_medium'] = 'Medium - cannot contain username';
  148. $txt['setting_password_strength_high'] = 'High - mixture of different characters';
  149. $txt['setting_enable_password_conversion'] = 'Allow password hash conversion';
  150. $txt['antispam_Settings'] = 'Anti-Spam Verification';
  151. $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.';
  152. $txt['setting_reg_verification'] = 'Require verification on registration page';
  153. $txt['posts_require_captcha'] = 'Post count under which users must pass verification to make a post';
  154. $txt['posts_require_captcha_desc'] = '(0 for no limit, moderators are exempt)';
  155. $txt['search_enable_captcha'] = 'Require verification on all guest searches';
  156. $txt['setting_guests_require_captcha'] = 'Guests must pass verification when making a post';
  157. $txt['setting_guests_require_captcha_desc'] = '(Automatically set if you specify a minimum post count below)';
  158. $txt['guests_report_require_captcha'] = 'Guests must pass verification when reporting a post';
  159. $txt['configure_verification_means'] = 'Configure Verification Methods';
  160. $txt['setting_qa_verification_number'] = 'Number of verification questions user must answer';
  161. $txt['setting_qa_verification_number_desc'] = '(0 to disable; questions are set below)';
  162. $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>';
  163. $txt['setting_visual_verification_type'] = 'Visual verification image to display';
  164. $txt['setting_visual_verification_type_desc'] = 'The more complex the image the harder it is for bots to bypass';
  165. $txt['setting_image_verification_off'] = 'None';
  166. $txt['setting_image_verification_vsimple'] = 'Very Simple - Plain text on image';
  167. $txt['setting_image_verification_simple'] = 'Simple - Overlapping colored letters, no noise';
  168. $txt['setting_image_verification_medium'] = 'Medium - Overlapping colored letters, with noise/lines';
  169. $txt['setting_image_verification_high'] = 'High - Angled letters, considerable noise/lines';
  170. $txt['setting_image_verification_extreme'] = 'Extreme - Angled letters, noise, lines and blocks';
  171. $txt['setting_image_verification_sample'] = 'Sample';
  172. $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.';
  173. $txt['setup_verification_questions'] = 'Verification Questions';
  174. $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 pick relatively simple questions; 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>';
  175. $txt['setup_verification_question'] = 'Question';
  176. $txt['setup_verification_answer'] = 'Answer';
  177. $txt['setup_verification_add_more'] = 'Add another question';
  178. $txt['moderation_settings'] = 'Moderation Settings';
  179. $txt['setting_warning_enable'] = 'Enable User Warning System';
  180. $txt['setting_warning_watch'] = 'Warning level for user watch';
  181. $txt['setting_warning_watch_note'] = 'The user warning level after which a user watch is put in place - 0 to disable.';
  182. $txt['setting_warning_moderate'] = 'Warning level for post moderation';
  183. $txt['setting_warning_moderate_note'] = 'The user warning level after which a user has all posts moderated - 0 to disable.';
  184. $txt['setting_warning_mute'] = 'Warning level for user muting';
  185. $txt['setting_warning_mute_note'] = 'The user warning level after which a user cannot post any further - 0 to disable.';
  186. $txt['setting_user_limit'] = 'Maximum user warning points per day';
  187. $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.';
  188. $txt['setting_warning_decrement'] = 'Warning points that are decreased every 24 hours';
  189. $txt['setting_warning_decrement_note'] = 'Only applies to users not warned within last 24 hours - set to 0 to disable.';
  190. $txt['setting_warning_show'] = 'Users who can see warning status';
  191. $txt['setting_warning_show_note'] = 'Determines who can see the warning level of users on the forum.';
  192. $txt['setting_warning_show_mods'] = 'Moderators Only';
  193. $txt['setting_warning_show_user'] = 'Moderators and Warned Users';
  194. $txt['setting_warning_show_all'] = 'All Users';
  195. $txt['signature_settings'] = 'Signature Settings';
  196. $txt['signature_settings_desc'] = 'Use the settings on this page to decide how member signatures should be treated in SMF.';
  197. $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>';
  198. $txt['signature_settings_applied'] = 'The updated rules have been applied to the existing signatures.';
  199. $txt['signature_enable'] = 'Enable signatures';
  200. $txt['signature_max_length'] = 'Maximum allowed characters';
  201. $txt['signature_max_lines'] = 'Maximum amount of lines';
  202. $txt['signature_max_images'] = 'Maximum image count';
  203. $txt['signature_max_images_note'] = '(0 for no max - excludes smileys)';
  204. $txt['signature_allow_smileys'] = 'Allow smileys in signatures';
  205. $txt['signature_max_smileys'] = 'Maximum smiley count';
  206. $txt['signature_max_image_width'] = 'Maximum width of signature images (pixels)';
  207. $txt['signature_max_image_height'] = 'Maximum height of signature images (pixels)';
  208. $txt['signature_max_font_size'] = 'Maximum font size allowed in signatures (pixels)';
  209. $txt['signature_bbc'] = 'Enabled BBC tags';
  210. $txt['custom_profile_title'] = 'Custom Profile Fields';
  211. $txt['custom_profile_desc'] = 'From this page you can create your own custom profile fields that fit in with your own forums requirements';
  212. $txt['custom_profile_active'] = 'Active';
  213. $txt['custom_profile_fieldname'] = 'Field Name';
  214. $txt['custom_profile_fieldtype'] = 'Field Type';
  215. $txt['custom_profile_make_new'] = 'New Field';
  216. $txt['custom_profile_none'] = 'You have not created any custom profile fields yet!';
  217. $txt['custom_profile_icon'] = 'Icon';
  218. $txt['custom_profile_type_text'] = 'Text';
  219. $txt['custom_profile_type_textarea'] = 'Large Text';
  220. $txt['custom_profile_type_select'] = 'Select Box';
  221. $txt['custom_profile_type_radio'] = 'Radio Button';
  222. $txt['custom_profile_type_check'] = 'Checkbox';
  223. $txt['custom_add_title'] = 'Add Profile Field';
  224. $txt['custom_edit_title'] = 'Edit Profile Field';
  225. $txt['custom_edit_general'] = 'Display Settings';
  226. $txt['custom_edit_input'] = 'Input Settings';
  227. $txt['custom_edit_advanced'] = 'Advanced Settings';
  228. $txt['custom_edit_name'] = 'Name';
  229. $txt['custom_edit_desc'] = 'Description';
  230. $txt['custom_edit_profile'] = 'Profile Section';
  231. $txt['custom_edit_profile_desc'] = 'Section of profile this is edited in.';
  232. $txt['custom_edit_profile_none'] = 'None';
  233. $txt['custom_edit_registration'] = 'Show on Registration';
  234. $txt['custom_edit_registration_disable'] = 'No';
  235. $txt['custom_edit_registration_allow'] = 'Yes';
  236. $txt['custom_edit_registration_require'] = 'Yes, and require entry';
  237. $txt['custom_edit_display'] = 'Show on Topic View';
  238. $txt['custom_edit_picktype'] = 'Field Type';
  239. $txt['custom_edit_max_length'] = 'Maximum Length';
  240. $txt['custom_edit_max_length_desc'] = '(0 for no limit)';
  241. $txt['custom_edit_dimension'] = 'Dimensions';
  242. $txt['custom_edit_dimension_row'] = 'Rows';
  243. $txt['custom_edit_dimension_col'] = 'Columns';
  244. $txt['custom_edit_bbc'] = 'Allow BBC';
  245. $txt['custom_edit_options'] = 'Options';
  246. $txt['custom_edit_options_desc'] = 'Leave option box blank to remove. Radio button selects default option.';
  247. $txt['custom_edit_options_more'] = 'More';
  248. $txt['custom_edit_default'] = 'Default State';
  249. $txt['custom_edit_active'] = 'Active';
  250. $txt['custom_edit_active_desc'] = 'If not selected this field will not be shown to anyone.';
  251. $txt['custom_edit_privacy'] = 'Privacy';
  252. $txt['custom_edit_privacy_desc'] = 'Who can see and edit this field.';
  253. $txt['custom_edit_privacy_all'] = 'Users can see this field; owner can edit it';
  254. $txt['custom_edit_privacy_see'] = 'Users can see this field; only admins can edit it';
  255. $txt['custom_edit_privacy_owner'] = 'Users cannot see this field; owner and admins can edit it.';
  256. $txt['custom_edit_privacy_none'] = 'This field is only visible to admins';
  257. $txt['custom_edit_can_search'] = 'Searchable';
  258. $txt['custom_edit_can_search_desc'] = 'Can this field be searched from the members list.';
  259. $txt['custom_edit_mask'] = 'Input Mask';
  260. $txt['custom_edit_mask_desc'] = 'For text fields an input mask can be selected to validate the data.';
  261. $txt['custom_edit_mask_email'] = 'Valid Email';
  262. $txt['custom_edit_mask_number'] = 'Numeric';
  263. $txt['custom_edit_mask_nohtml'] = 'No HTML';
  264. $txt['custom_edit_mask_regex'] = 'Regex (Advanced)';
  265. $txt['custom_edit_enclose'] = 'Show Enclosed Within Text (Optional)';
  266. $txt['custom_edit_enclose_desc'] = 'We <strong>strongly</strong> recommend to use an input mask to validate the input supplied by the user.';
  267. $txt['custom_edit_placement'] = 'Choose Placement';
  268. $txt['custom_edit_placement_standard'] = 'Standard (with title)';
  269. $txt['custom_edit_placement_withicons'] = 'With Icons';
  270. $txt['custom_edit_placement_abovesignature'] = 'Above Signature';
  271. $txt['custom_profile_placement'] = 'Placement';
  272. $txt['custom_profile_placement_standard'] = 'Standard';
  273. $txt['custom_profile_placement_withicons'] = 'With Icons';
  274. $txt['custom_profile_placement_abovesignature'] = 'Above Signature';
  275. // Use numeric entities in the string below!
  276. $txt['custom_edit_delete_sure'] = 'Are you sure you wish to delete this field - all related user data will be lost!';
  277. $txt['standard_profile_title'] = 'Standard Profile Fields';
  278. $txt['standard_profile_field'] = 'Field';
  279. $txt['core_settings_welcome_msg'] = 'Welcome to Your New Forum';
  280. $txt['core_settings_welcome_msg_desc'] = 'To get you started we suggest you select which of SMF\'s core features you want to enable. We\'d recommend only enabling with those features you need!';
  281. $txt['core_settings_item_cd'] = 'Calendar';
  282. $txt['core_settings_item_cd_desc'] = 'Enabling this feature will open up a selection of options to enable your users to view the calendar, add and review events, see users birthdates on a calendar and much, much more.';
  283. $txt['core_settings_item_dr'] = 'Drafts';
  284. $txt['core_settings_item_dr_desc'] = 'Enabling this feature will allow users to save drafts of their posts so they can return later to post them.';
  285. $txt['core_settings_item_cp'] = 'Advanced Profile Fields';
  286. $txt['core_settings_item_cp_desc'] = 'This enables you to hide standard profile fields, add profile fields to registration, and create new profile fields for your forum.';
  287. $txt['core_settings_item_ih'] = 'Integration Hooks Management';
  288. $txt['core_settings_item_ih_desc'] = 'This feature allows you to enable or disable any integration hooks added by modifications. Changing hooks can prevent your forum from working properly, so use this feature only if you know what you are doing.';
  289. $txt['core_settings_item_k'] = 'Karma';
  290. $txt['core_settings_item_k_desc'] = 'Karma is a feature that shows the popularity of a member. Members, if allowed, can \'applaud\' or \'smite\' other members, which is how their popularity is calculated.';
  291. $txt['core_settings_item_ml'] = 'Moderation, Administration and User Logs';
  292. $txt['core_settings_item_ml_desc'] = 'Enable the moderation and administration logs to keep an audit trail of all the key actions taken on your forum. Also allows forum moderators to view a history of key changes a user makes to their profile.';
  293. $txt['core_settings_item_pm'] = 'Post Moderation';
  294. $txt['core_settings_item_pm_desc'] = 'Post moderation enables you to select groups and boards within which posts must be approved before they become public. Upon enabling this feature be sure to visit the permission section to set up the relevant permissions.';
  295. $txt['core_settings_item_ps'] = 'Paid Subscriptions';
  296. $txt['core_settings_item_ps_desc'] = 'Paid subscriptions allow users to pay for subscriptions to change membergroups within the forum and thus change their access rights.';
  297. $txt['core_settings_item_rg'] = 'Report Generation';
  298. $txt['core_settings_item_rg_desc'] = 'This administration feature allows the generation of reports (which can be printed) to present your current forum setup in an easy to view manner - particularly useful for large forums.';
  299. $txt['core_settings_item_sp'] = 'Search Engine Tracking';
  300. $txt['core_settings_item_sp_desc'] = 'Enabling this feature will allow administrators to track search engines as they index your forum.';
  301. $txt['core_settings_item_w'] = 'Warning System';
  302. $txt['core_settings_item_w_desc'] = 'This system allows administrators and moderators to issue warnings to users, and can automatically remove user rights as their warning level increases. To take full advantage of this system, &quot;Post Moderation&quot; should be enabled.';
  303. $txt['core_settings_switch_on'] = 'Click to Enable';
  304. $txt['core_settings_switch_off'] = 'Click to Disable';
  305. $txt['core_settings_enabled'] = 'Enabled';
  306. $txt['core_settings_disabled'] = 'Disabled';
  307. $txt['languages_lang_name'] = 'Language Name';
  308. $txt['languages_locale'] = 'Locale';
  309. $txt['languages_default'] = 'Default';
  310. $txt['languages_character_set'] = 'Character Set';
  311. $txt['languages_users'] = 'Users';
  312. $txt['language_settings_writable'] = 'Warning: Settings.php is not writable so the default language setting cannot be saved.';
  313. $txt['edit_languages'] = 'Edit Languages';
  314. $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.';
  315. $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.';
  316. $txt['languages_ltr'] = 'Right to Left';
  317. $txt['add_language'] = 'Add Language';
  318. $txt['add_language_smf'] = 'Download from Simple Machines';
  319. $txt['add_language_smf_browse'] = 'Type name of language to search for or leave blank to search for all.';
  320. $txt['add_language_smf_install'] = 'Install';
  321. $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.';
  322. $txt['add_language_error_no_response'] = 'The Simple Machines site is not responding. Please try again later.';
  323. $txt['add_language_error_no_files'] = 'No files could be found.';
  324. $txt['add_language_smf_desc'] = 'Description';
  325. $txt['add_language_smf_utf8'] = 'UTF-8';
  326. $txt['add_language_smf_version'] = 'Version';
  327. $txt['edit_language_entries_primary'] = 'Below are the primary language settings for this language pack.';
  328. $txt['edit_language_entries'] = 'Edit Language Entries';
  329. $txt['edit_language_entries_file'] = 'Select entries to edit';
  330. $txt['languages_dictionary'] = 'Dictionary';
  331. $txt['languages_spelling'] = 'Spelling';
  332. $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';
  333. $txt['languages_rtl'] = 'Enable &quot;Right to Left&quot; Mode';
  334. $txt['lang_file_desc_index'] = 'General Strings';
  335. $txt['lang_file_desc_EmailTemplates'] = 'Email Templates';
  336. $txt['languages_download'] = 'Download Language Pack';
  337. $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.';
  338. $txt['languages_download_info'] = '<strong>Note:</strong>
  339. <ul class="normallist">
  340. <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>
  341. <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>
  342. <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>
  343. </ul>';
  344. $txt['languages_download_main_files'] = 'Primary Files';
  345. $txt['languages_download_theme_files'] = 'Theme-related Files';
  346. $txt['languages_download_filename'] = 'File Name';
  347. $txt['languages_download_dest'] = 'Destination';
  348. $txt['languages_download_writable'] = 'Writable';
  349. $txt['languages_download_version'] = 'Version';
  350. $txt['languages_download_older'] = 'You have a newer version of this file installed, overwriting is not recommended.';
  351. $txt['languages_download_exists'] = 'Already Exists';
  352. $txt['languages_download_exists_same'] = 'Identical';
  353. $txt['languages_download_exists_different'] = 'Different';
  354. $txt['languages_download_copy'] = 'Copy';
  355. $txt['languages_download_not_chmod'] = 'You cannot proceed with the installation until all files selected to be copied are writable.';
  356. $txt['languages_download_illegal_paths'] = 'Package contains illegal paths - please contact Simple Machines';
  357. $txt['languages_download_complete'] = 'Installation Complete';
  358. $txt['languages_download_complete_desc'] = 'Language pack installed successfully. Please click <a href="%1$s">here</a> to return to the languages page';
  359. $txt['languages_delete_confirm'] = 'Are you sure you want to delete this language?';
  360. $txt['setting_frame_security'] = 'Frame Security Options';
  361. $txt['setting_frame_security_SAMEORIGIN'] = 'Allow Same Origin';
  362. $txt['setting_frame_security_DENY'] = 'Deny all frames';
  363. $txt['setting_frame_security_DISABLE'] = 'Disabled';
  364. ?>