Admin.english.php 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735
  1. <?php
  2. // Version: 2.1 Alpha 1; Admin
  3. global $settings, $scripturl;
  4. $txt['admin_boards'] = 'Boards';
  5. $txt['admin_users'] = 'Members';
  6. $txt['admin_newsletters'] = 'Newsletters';
  7. $txt['admin_edit_news'] = 'News';
  8. $txt['admin_groups'] = 'Membergroups';
  9. $txt['admin_members'] = 'Manage Members';
  10. $txt['admin_members_list'] = 'Below is a listing of all the members currently registered with your forum.';
  11. $txt['admin_next'] = 'Next';
  12. $txt['admin_censored_words'] = 'Censored Words';
  13. $txt['admin_censored_where'] = 'Put the word to be censored on the left, and what to change it to on the right.';
  14. $txt['admin_censored_desc'] = 'Due to the public nature of forums there may be some words that you wish to prohibit being posted by users of your forum. You can enter any words below that you wish to be censored whenever used by a member.<br />Clear a box to remove that word from the censor.';
  15. $txt['admin_reserved_names'] = 'Reserved Names';
  16. $txt['admin_template_edit'] = 'Edit your forum template';
  17. $txt['admin_modifications'] = 'Modification Settings';
  18. $txt['admin_security_moderation'] = 'Security and Moderation';
  19. $txt['admin_server_settings'] = 'Server Settings';
  20. $txt['admin_reserved_set'] = 'Set reserved names';
  21. $txt['admin_reserved_line'] = 'One reserved word per line.';
  22. $txt['admin_basic_settings'] = 'This page allows you to change the basic settings for your forum. Be very careful with these settings, as they may render the forum dysfunctional.';
  23. $txt['admin_maintain'] = 'Enable Maintenance Mode';
  24. $txt['admin_title'] = 'Forum Title';
  25. $txt['admin_url'] = 'Forum URL';
  26. $txt['cookie_name'] = 'Cookie name';
  27. $txt['admin_webmaster_email'] = 'Webmaster email address';
  28. $txt['boarddir'] = 'SMF Directory';
  29. $txt['sourcesdir'] = 'Sources Directory';
  30. $txt['cachedir'] = 'Cache Directory';
  31. $txt['admin_news'] = 'Enable News';
  32. $txt['admin_guest_post'] = 'Enable guest posting';
  33. $txt['admin_manage_members'] = 'Members';
  34. $txt['admin_main'] = 'Main';
  35. $txt['admin_config'] = 'Configuration';
  36. $txt['admin_version_check'] = 'Detailed version check';
  37. $txt['admin_smffile'] = 'SMF File';
  38. $txt['admin_smfpackage'] = 'SMF Package';
  39. $txt['admin_logoff'] = 'Admin End Session';
  40. $txt['admin_maintenance'] = 'Maintenance';
  41. $txt['admin_image_text'] = 'Show buttons as images instead of text';
  42. $txt['admin_credits'] = 'Credits';
  43. $txt['admin_agreement'] = 'Show and require agreement letter when registering';
  44. $txt['admin_agreement_default'] = 'Default';
  45. $txt['admin_agreement_select_language'] = 'Language to edit';
  46. $txt['admin_agreement_select_language_change'] = 'Change';
  47. $txt['admin_delete_members'] = 'Delete Selected Members';
  48. $txt['admin_repair'] = 'Repair All boards and topics';
  49. $txt['admin_main_welcome'] = 'This is your &quot;%1$s&quot;. From here, you can edit settings, maintain your forum, view logs, install packages, manage themes, and many other things.<br /><br />If you have any trouble, please look at the &quot;Support &amp; Credits&quot; page. If the information there doesn\'t help you, feel free to <a href="http://www.simplemachines.org/community/index.php" target="_blank" class="new_win">look to us for help</a> with the problem.<br />You may also find answers to your questions or problems by clicking the <img src="' . $settings['images_url'] . '/helptopics.png" alt="%2$s" title="%3$s" /> symbols for more information on the related functions.';
  50. $txt['admin_news_desc'] = 'Please place one news item per box. BBC tags, such as <span title="Are you bold?">[b]</span>, <span title="I tall icks!!">[i]</span> and <span title="Brackets are great, no?">[u]</span> are allowed in your news, as well as smileys. Clear a news item\'s text box to remove it.';
  51. $txt['administrators'] = 'Forum Administrators';
  52. $txt['admin_reserved_desc'] = 'Reserved names will keep members from registering certain usernames or using these words in their displayed names. Choose the options you wish to use from the bottom before submitting.';
  53. $txt['admin_activation_email'] = 'Send activation email to new members upon registration';
  54. $txt['admin_match_whole'] = 'Match whole name only. If unchecked, search within names.';
  55. $txt['admin_match_case'] = 'Match case. If unchecked, search will be case insensitive.';
  56. $txt['admin_check_user'] = 'Check username.';
  57. $txt['admin_check_display'] = 'Check display name.';
  58. $txt['admin_newsletter_send'] = 'You can email anyone from this page. The email addresses of the selected membergroups should appear below, but you may remove or add any email addresses you wish. Be sure that each address is separated in this fashion: \'address1; address2\'.';
  59. $txt['admin_fader_delay'] = 'Fading delay between items for the news fader';
  60. $txt['admin_bbc'] = 'Show BBC Buttons on Posting and PM Send Pages';
  61. $txt['zero_for_no_limit'] = '(0 for no limit)';
  62. $txt['zero_to_disable'] = '(0 to disable)';
  63. $txt['admin_backup_fail'] = 'Failed to make backup of Settings.php - make sure Settings_bak.php exists and is writable.';
  64. $txt['modSettings_info'] = 'Change or set options that control how this forum operates.';
  65. $txt['database_server'] = 'Database Server';
  66. $txt['database_user'] = 'Database Username';
  67. $txt['database_password'] = 'Database Password';
  68. $txt['database_name'] = 'Database Name';
  69. $txt['registration_agreement'] = 'Registration Agreement';
  70. $txt['registration_agreement_desc'] = 'This agreement is shown when a user registers an account on this forum and has to be accepted before users can continue registration.';
  71. $txt['database_prefix'] = 'Database Tables Prefix';
  72. $txt['errors_list'] = 'Listing of forum errors';
  73. $txt['errors_found'] = 'The following errors are fouling up your forum';
  74. $txt['errors_fix'] = 'Would you like to attempt to fix these errors?';
  75. $txt['errors_do_recount'] = 'All errors have been fixed and a salvage area has been created. Please click the button below to recount some key statistics.';
  76. $txt['errors_recount_now'] = 'Recount Statistics';
  77. $txt['errors_fixing'] = 'Fixing forum errors';
  78. $txt['errors_fixed'] = 'All errors fixed. Please check on any categories, boards, or topics created to decide what to do with them.';
  79. $txt['attachments_avatars'] = 'Attachments and Avatars';
  80. $txt['attachments_desc'] = 'From here you can administer the attached files on your system. You can delete attachments by size and by date from your system. Statistics on attachments are also displayed below.';
  81. $txt['attachment_stats'] = 'File attachment statistics';
  82. $txt['attachment_integrity_check'] = 'Attachment integrity check';
  83. $txt['attachment_integrity_check_desc'] = 'This function will check the integrity and sizes of attachments and filenames listed in the database and, if necessary, fix errors it encounters.';
  84. $txt['attachment_check_now'] = 'Run check now';
  85. $txt['attachment_pruning'] = 'Attachment Pruning';
  86. $txt['attachment_pruning_message'] = 'Message to add to post';
  87. $txt['attachment_pruning_warning'] = 'Are you sure you want to delete these attachments?\\nThis cannot be undone!';
  88. $txt['attachment_total'] = 'Total attachments';
  89. $txt['attachmentdir_size'] = 'Total size of all attachment directories';
  90. $txt['attachmentdir_size_current'] = 'Total size of current attachment directory';
  91. $txt['attachmentdir_files_current'] = 'Total files in current attachment directory';
  92. $txt['attachment_space'] = 'Total space available';
  93. $txt['attachment_files'] = 'Total files remaining';
  94. $txt['attachment_options'] = 'File Attachment Options';
  95. $txt['attachment_log'] = 'Attachment Log';
  96. $txt['attachment_remove_old'] = 'Remove attachments older than';
  97. $txt['attachment_remove_size'] = 'Remove attachments larger than';
  98. $txt['attachment_name'] = 'Attachment name';
  99. $txt['attachment_file_size'] = 'File Size';
  100. $txt['attachmentdir_size_not_set'] = 'No maximum directory size is currently set';
  101. $txt['attachmentdir_files_not_set'] = 'No directory file limit is currently set';
  102. $txt['attachment_delete_admin'] = '[attachment deleted by admin]';
  103. $txt['live'] = 'Live from Simple Machines...';
  104. $txt['remove_all'] = 'Clear Log';
  105. $txt['approve_new_members'] = 'Admin must approve all new members';
  106. $txt['agreement_not_writable'] = 'Warning - agreement.txt is not writable, any changes you make will NOT be saved.';
  107. $txt['version_check_desc'] = 'This shows you the versions of your installation\'s files versus those of the latest version. If any of these files are out of date, you should download and upgrade to the latest version at <a href="http://www.simplemachines.org/" target="_blank" class="new_win">www.simplemachines.org</a>.';
  108. $txt['version_check_more'] = '(more detailed)';
  109. $txt['lfyi'] = 'You are unable to connect to simplemachines.org\'s latest news file.';
  110. $txt['manage_calendar'] = 'Calendar';
  111. $txt['manage_search'] = 'Search';
  112. $txt['smileys_manage'] = 'Smileys and Message Icons';
  113. $txt['smileys_manage_info'] = 'Install new smiley sets, add smileys to existing ones, or manage your message icons.';
  114. $txt['package_info'] = 'Install new features or modify existing ones with this interface.';
  115. $txt['theme_admin'] = 'Themes and Layout';
  116. $txt['theme_admin_info'] = 'Setup and manage your themes, and set or reset theme options.';
  117. $txt['registration_center'] = 'Registration';
  118. $txt['member_center_info'] = 'View the member list, search for members, or manage account approvals and activations.';
  119. $txt['viewmembers_name'] = 'Username (display name)';
  120. $txt['viewmembers_online'] = 'Last Online';
  121. $txt['viewmembers_today'] = 'Today';
  122. $txt['viewmembers_day_ago'] = 'day ago';
  123. $txt['viewmembers_days_ago'] = 'days ago';
  124. $txt['display_name'] = 'Display name';
  125. $txt['email_address'] = 'Email Address';
  126. $txt['ip_address'] = 'IP address';
  127. $txt['member_id'] = 'ID';
  128. $txt['unknown'] = 'unknown';
  129. $txt['security_wrong'] = 'Administration login attempt!' . "\n" . 'Referer: %1$s' . "\n" . 'User agent: %2$s' . "\n" . 'IP: %3$s';
  130. $txt['email_preview_warning'] = 'The preview is not 100% accurate. In order to preserve the functionality of the page only the basic html tags are represented';
  131. $txt['email_as_html'] = 'Send in HTML format. (with this you can put normal HTML in the email.)';
  132. $txt['email_parsed_html'] = 'Add &lt;br /&gt;s and &amp;nbsp;s to this message.';
  133. $txt['email_variables'] = 'In this message you can use a few &quot;variables&quot;. Click <a href="' . $scripturl . '?action=helpadmin;help=emailmembers" onclick="return reqOverlayDiv(this.href);" class="help">here</a> for more information.';
  134. $txt['email_force'] = 'Send this to members even if they have chosen not to receive announcements.';
  135. $txt['email_as_pms'] = 'Send this to these groups using personal messages.';
  136. $txt['email_continue'] = 'Continue';
  137. $txt['email_done'] = 'done.';
  138. $txt['ban_title'] = 'Ban List';
  139. $txt['ban_ip'] = 'IP banning: (e.g. 192.168.12.213 or 128.0.*.*) - one entry per line';
  140. $txt['ban_email'] = 'Email banning: (e.g. [email protected]) - one entry per line';
  141. $txt['ban_username'] = 'User name banning: (e.g. l33tuser) - one entry per line';
  142. $txt['ban_errors_detected'] = 'The following error or errors occurred while saving or editing the ban group or trigger';
  143. $txt['ban_description'] = 'Here you can ban troublesome people either by IP, hostname, username, or email.';
  144. $txt['ban_add_new'] = 'Add new ban';
  145. $txt['ban_banned_entity'] = 'Banned entity';
  146. $txt['ban_on_ip'] = 'Ban on IP (e.g. 192.168.10-20.*)';
  147. $txt['ban_on_hostname'] = 'Ban on Hostname (e.g. *.mil)';
  148. $txt['ban_on_email'] = 'Ban on Email Address (e.g. *@badsite.com)';
  149. $txt['ban_on_username'] = 'Ban on Username';
  150. $txt['ban_notes'] = 'Notes';
  151. $txt['ban_restriction'] = 'Restriction';
  152. $txt['ban_full_ban'] = 'Full ban';
  153. $txt['ban_partial_ban'] = 'Partial ban';
  154. $txt['ban_cannot_post'] = 'Cannot post';
  155. $txt['ban_cannot_register'] = 'Cannot register';
  156. $txt['ban_cannot_login'] = 'Cannot login';
  157. $txt['ban_add'] = 'Add';
  158. $txt['ban_edit_list'] = 'Ban List';
  159. $txt['ban_type'] = 'Ban Type';
  160. $txt['ban_days'] = 'day(s)';
  161. $txt['ban_will_expire_within'] = 'Ban will expire after';
  162. $txt['ban_added'] = 'Added';
  163. $txt['ban_expires'] = 'Expires';
  164. $txt['ban_hits'] = 'Hits';
  165. $txt['ban_actions'] = 'Actions';
  166. $txt['ban_expiration'] = 'Expiration';
  167. $txt['ban_reason_desc'] = 'Reason for ban, to be displayed to banned member.';
  168. $txt['ban_notes_desc'] = 'Notes that may assist other staff members.';
  169. $txt['ban_remove_selected'] = 'Remove selected';
  170. // Escape any single quotes in here twice.. 'it\'s' -> 'it\\\'s'.
  171. $txt['ban_remove_selected_confirm'] = 'Are you sure you want to remove the selected bans?';
  172. $txt['ban_modify'] = 'Modify';
  173. $txt['ban_name'] = 'Ban name';
  174. // Escape any single quotes in here twice.. 'it\'s' -> 'it\\\'s'.
  175. $txt['ban_edit'] = 'Edit ban';
  176. $txt['ban_add_notes'] = '<strong>Note</strong>: after creating the above ban, you can add additional entries that trigger the ban, like IP addresses, hostnames and email addresses.';
  177. $txt['ban_expired'] = 'Expired / disabled';
  178. // Escape any single quotes in here twice.. 'it\'s' -> 'it\\\'s'.
  179. $txt['ban_restriction_empty'] = 'No restriction selected.';
  180. $txt['ban_triggers'] = 'Triggers';
  181. $txt['ban_add_trigger'] = 'Add ban trigger';
  182. $txt['ban_add_trigger_submit'] = 'Add';
  183. $txt['ban_edit_trigger'] = 'Modify';
  184. $txt['ban_edit_trigger_title'] = 'Edit ban trigger';
  185. $txt['ban_edit_trigger_submit'] = 'Modify';
  186. $txt['ban_remove_selected_triggers'] = 'Remove selected ban triggers';
  187. $txt['ban_no_entries'] = 'There are currently no bans in effect.';
  188. // Escape any single quotes in here twice.. 'it\'s' -> 'it\\\'s'.
  189. $txt['ban_remove_selected_triggers_confirm'] = 'Are you sure you want to remove the selected ban triggers?';
  190. $txt['ban_trigger_browse'] = 'Browse Ban Triggers';
  191. $txt['ban_trigger_browse_description'] = 'This screen shows all banned entities grouped by IP address, hostname, email address and username.';
  192. $txt['ban_log'] = 'Ban Log';
  193. $txt['ban_log_description'] = 'The ban log shows all attempts to enter the forum by banned users (\'full ban\' and \'cannot register\' ban only).';
  194. $txt['ban_log_no_entries'] = 'There are currently no ban log entries.';
  195. $txt['ban_log_ip'] = 'IP';
  196. $txt['ban_log_email'] = 'Email address';
  197. $txt['ban_log_member'] = 'Member';
  198. $txt['ban_log_date'] = 'Date';
  199. $txt['ban_log_remove_all'] = 'Clear Log';
  200. $txt['ban_log_remove_all_confirm'] = 'Are you sure you want to delete all ban log entries?';
  201. $txt['ban_log_remove_selected'] = 'Remove selected';
  202. $txt['ban_log_remove_selected_confirm'] = 'Are you sure you want to delete all selected ban log entries?';
  203. $txt['ban_no_triggers'] = 'There are currently no ban triggers.';
  204. $txt['settings_not_writable'] = 'These settings cannot be changed because Settings.php is read only.';
  205. $txt['maintain_title'] = 'Forum Maintenance';
  206. $txt['maintain_info'] = 'Optimize tables, make backups, check for errors, and prune boards with these tools.';
  207. $txt['maintain_sub_database'] = 'Database';
  208. $txt['maintain_sub_routine'] = 'Routine';
  209. $txt['maintain_sub_members'] = 'Members';
  210. $txt['maintain_sub_topics'] = 'Topics';
  211. $txt['maintain_done'] = 'The maintenance task \'%1$s\' was executed successfully.';
  212. $txt['maintain_no_errors'] = 'Congratulations, no errors were found. Thanks for checking.';
  213. $txt['maintain_tasks'] = 'Scheduled Tasks';
  214. $txt['maintain_tasks_desc'] = 'Manage all the tasks scheduled by SMF.';
  215. $txt['scheduled_log'] = 'Task Log';
  216. $txt['scheduled_log_desc'] = 'Lists logs of the tasks that have be ran.';
  217. $txt['admin_log'] = 'Administration Log';
  218. $txt['admin_log_desc'] = 'Lists administrative tasks that have been performed by admins of your forum.';
  219. $txt['moderation_log'] = 'Moderation Log';
  220. $txt['moderation_log_desc'] = 'Lists moderation activities that have been performed by moderators on your forum.';
  221. $txt['spider_log_desc'] = 'Review the entries related to search engine spider activity on your forum.';
  222. $txt['pruning_log_desc'] = 'Use these tools to prune older entries in the various logs.';
  223. $txt['mailqueue_title'] = 'Mail';
  224. $txt['db_error_send'] = 'Send emails on database connection error';
  225. $txt['db_persist'] = 'Use a persistent connection';
  226. $txt['ssi_db_user'] = 'Database username to use in SSI mode';
  227. $txt['ssi_db_passwd'] = 'Database password to use in SSI mode';
  228. $txt['default_language'] = 'Default forum language';
  229. $txt['maintenance_subject'] = 'Subject for display';
  230. $txt['maintenance_message'] = 'Message for display';
  231. $txt['errlog_desc'] = 'The error log tracks every error encountered by your forum. To delete any errors from the database, mark the checkbox, and click the %1$s button at the bottom of the page.';
  232. $txt['errlog_no_entries'] = 'There are currently no error log entries.';
  233. $txt['theme_settings'] = 'Theme Settings';
  234. $txt['theme_current_settings'] = 'Current Theme';
  235. $txt['dvc_your'] = 'Your Version';
  236. $txt['dvc_current'] = 'Current Version';
  237. $txt['dvc_sources'] = 'Sources';
  238. $txt['dvc_default'] = 'Default Templates';
  239. $txt['dvc_templates'] = 'Current Templates';
  240. $txt['dvc_languages'] = 'Language Files';
  241. $txt['smileys_default_set_for_theme'] = 'Select default smiley set for this theme';
  242. $txt['smileys_no_default'] = '(use global default smiley set)';
  243. $txt['censor_test'] = 'Test censored words';
  244. $txt['censor_test_save'] = 'Test';
  245. $txt['censor_case'] = 'Ignore case when censoring';
  246. $txt['censor_whole_words'] = 'Check only whole words';
  247. $txt['admin_confirm_password'] = '(confirm)';
  248. $txt['admin_incorrect_password'] = 'Incorrect Password';
  249. $txt['date_format'] = '(YYYY-MM-DD)';
  250. $txt['undefined_gender'] = 'Undefined';
  251. $txt['age'] = 'User age';
  252. $txt['activation_status'] = 'Activation Status';
  253. $txt['activated'] = 'Activated';
  254. $txt['not_activated'] = 'Not activated';
  255. $txt['primary'] = 'Primary';
  256. $txt['additional'] = 'Additional';
  257. $txt['messenger_address'] = 'Messenger Address';
  258. $txt['wild_cards_allowed'] = 'wildcard characters * and ? are allowed';
  259. $txt['search_for'] = 'Search for';
  260. $txt['search_match'] = 'Match';
  261. $txt['member_part_of_these_membergroups'] = 'Member is part of these membergroups';
  262. $txt['membergroups'] = 'Membergroups';
  263. $txt['confirm_delete_members'] = 'Are you sure you want to delete the selected members?';
  264. $txt['support_credits_title'] = 'Support and Credits';
  265. $txt['support_credits_info'] = 'Links to support for common issues, and version information to give if you have problems.';
  266. $txt['support_title'] = 'Support Information';
  267. $txt['support_versions_current'] = 'Current SMF version';
  268. $txt['support_versions_forum'] = 'Forum version';
  269. $txt['support_versions_php'] = 'PHP version';
  270. $txt['support_versions_db'] = '%1$s version';
  271. $txt['support_versions_server'] = 'Server version';
  272. $txt['support_versions_gd'] = 'GD version';
  273. $txt['support_versions_imagick'] = 'Imagick version';
  274. $txt['support_versions'] = 'Version Information';
  275. $txt['support_resources'] = 'Support Resources';
  276. $txt['support_resources_p1'] = 'Our <a href="%1$s">Online Manual</a> provides the main documentation for SMF. The SMF Online Manual has many documents to help answer support questions and explain <a href="%2$s">Features</a>, <a href="%3$s">Settings</a>, <a href="%4$s">Themes</a>, <a href="%5$s">Packages</a>, etc. The Online Manual documents each area of SMF thoroughly and should answer most questions quickly.';
  277. $txt['support_resources_p2'] = 'If you can\'t find the answers to your questions in the Online Manual, you may want to search our <a href="%1$s">Support Community</a> or ask for assistance in either our <a href="%2$s">English</a> or one of our many <a href="%3$s">international support boards</a>. The SMF Support Community can be used for <a href="%4$s">support</a>, <a href="%5$s">customization</a>, and many other things such as discussing SMF, finding a host, and discussing administrative issues with other forum administrators.';
  278. $txt['support_latest'] = 'Common support &amp; issues';
  279. $txt['support_latest_fetch'] = 'Retrieving support information...';
  280. $txt['edit_permissions_info'] = 'Change restrictions and available features, globally or in specific boards.';
  281. $txt['membergroups_members'] = 'Regular Members';
  282. $txt['membergroups_guests'] = 'Guests';
  283. $txt['membergroups_add_group'] = 'Add group';
  284. $txt['membergroups_permissions'] = 'Permissions';
  285. $txt['permitgroups_restrict'] = 'Restrictive';
  286. $txt['permitgroups_standard'] = 'Standard';
  287. $txt['permitgroups_moderator'] = 'Moderator';
  288. $txt['permitgroups_maintenance'] = 'Maintenance';
  289. $txt['permitgroups_inherit'] = 'Inherit';
  290. $txt['confirm_delete_attachments_all'] = 'Are you sure you want to delete all attachments?';
  291. $txt['confirm_delete_attachments'] = 'Are you sure you want to delete the selected attachments?';
  292. $txt['attachment_manager_browse_files'] = 'Browse Files';
  293. $txt['attachment_manager_repair'] = 'Maintain';
  294. $txt['attachment_manager_avatars'] = 'Avatars';
  295. $txt['attachment_manager_attachments'] = 'Attachments';
  296. $txt['attachment_manager_thumbs'] = 'Thumbnails';
  297. $txt['attachment_manager_last_active'] = 'Last Active';
  298. $txt['attachment_manager_member'] = 'Member';
  299. $txt['attachment_manager_avatars_older'] = 'Remove avatars from members not active for more than';
  300. $txt['attachment_manager_total_avatars'] = 'Total avatars';
  301. $txt['attachment_manager_avatars_no_entries'] = 'There are currently no avatars.';
  302. $txt['attachment_manager_attachments_no_entries'] = 'There are currently no attachments.';
  303. $txt['attachment_manager_thumbs_no_entries'] = 'There are currently no thumbnails.';
  304. $txt['attachment_manager_settings'] = 'Attachment Settings';
  305. $txt['attachment_manager_avatar_settings'] = 'Avatar Settings';
  306. $txt['attachment_manager_browse'] = 'Browse Files';
  307. $txt['attachment_manager_maintenance'] = 'File Maintenance';
  308. $txt['attachment_manager_save'] = 'Save';
  309. $txt['attachmentEnable'] = 'Attachments mode';
  310. $txt['attachmentEnable_deactivate'] = 'Disable attachments';
  311. $txt['attachmentEnable_enable_all'] = 'Enable all attachments';
  312. $txt['attachmentEnable_disable_new'] = 'Disable new attachments';
  313. $txt['attachmentCheckExtensions'] = 'Check attachment\'s extension';
  314. $txt['attachmentExtensions'] = 'Allowed attachment extensions';
  315. $txt['attachmentRecodeLineEndings'] = 'Recode line endings in textual attachments';
  316. $txt['attachmentShowImages'] = 'Display image attachments as pictures under post';
  317. $txt['attachmentUploadDir'] = 'Attachments directory';
  318. $txt['attachmentUploadDir_multiple_configure'] = 'Manage attachment directories';
  319. $txt['attachmentDirSizeLimit'] = 'Max attachment directory space';
  320. $txt['attachmentPostLimit'] = 'Max attachment size per post';
  321. $txt['attachmentSizeLimit'] = 'Max size per attachment';
  322. $txt['attachmentNumPerPostLimit'] = 'Max number of attachments per post';
  323. $txt['attachment_img_enc_warning'] = 'Neither the GD module nor ImageMagick are currently installed. Image re-encoding is not possible.';
  324. $txt['attachment_postsize_warning'] = 'The current php.ini setting \'post_max_size\' may not support this.';
  325. $txt['attachment_filesize_warning'] = 'The current php.ini setting \'upload_max_filesize\' may not support this.';
  326. $txt['attachment_image_reencode'] = 'Re-encode potentially dangerous image attachments';
  327. $txt['attachment_image_reencode_note'] = '(requires GD module or ImageMagick)';
  328. $txt['attachment_image_paranoid_warning'] = 'The extensive security checks can result in a large number of rejected attachments.';
  329. $txt['attachment_image_paranoid'] = 'Perform extensive security checks on uploaded image attachments';
  330. $txt['attachmentThumbnails'] = 'Resize images when showing under posts';
  331. $txt['attachment_thumb_png'] = 'Save thumbnails as PNG';
  332. $txt['attachment_thumb_memory'] = 'Adaptive thumbnail memory';
  333. $txt['attachment_thumb_memory_note2'] = 'If the system can not get the memory no thumbnail will be created.';
  334. $txt['attachment_thumb_memory_note1'] = 'Leave this unchecked to always attempt to create a thumbnail';
  335. $txt['attachmentThumbWidth'] = 'Maximum width of thumbnails';
  336. $txt['attachmentThumbHeight'] = 'Maximum height of thumbnails';
  337. $txt['attachment_thumbnail_settings'] = 'Thumbnail Settings';
  338. $txt['attachment_security_settings'] = 'Attachment security settings';
  339. $txt['attach_dir_does_not_exist'] = 'Does Not Exist';
  340. $txt['attach_dir_not_writable'] = 'Not Writable';
  341. $txt['attach_dir_files_missing'] = 'Files Missing (<a href="' . $scripturl . '?action=admin;area=manageattachments;sa=repair;%2$s=%1$s">Repair</a>)';
  342. $txt['attach_dir_unused'] = 'Unused';
  343. $txt['attach_dir_empty'] = 'Empty';
  344. $txt['attach_dir_ok'] = 'OK';
  345. $txt['attach_dir_basedir'] = 'Base directory';
  346. $txt['attach_dir_desc'] = 'Create new directories or change the current directory below. <br />To create a new directory within the forum directory structure, use just the directory name. <br />To remove a directory, blank the path input field. Only empty directories can be removed. To see if a directory is empty, check for files or sub-directories in brackets next to the file count. <br /> To rename a directory, simply change its name in the input field. Only directories without sub-directories may be renamed. Directories can be renamed as long as they do not contain a sub-directory.';
  347. $txt['attach_dir_base_desc'] = 'You may use below to change the current base directory or create a new one. New base directories are also added to the Attachment Directory list. You may also designate an existing directory to be a base directory.';
  348. $txt['attach_dir_save_problem'] = 'Oops, there seems to be a problem.';
  349. $txt['attachments_no_create'] = 'Unable to create a new attachment directory. Please do so using a FTP client or your site file manager.';
  350. $txt['attachments_no_write'] = 'This directory has been created but is not writable. Please attempt to do so using a FTP client or your site file manager.';
  351. $txt['attach_dir_duplicate_msg'] = 'Unable to add. This directory already exists.';
  352. $txt['attach_dir_exists_msg'] = 'Unable to move. A directory already exists at that path.';
  353. $txt['attach_dir_base_dupe_msg'] = 'Unable to add. This base directory has already been created.';
  354. $txt['attach_dir_base_no_create'] = 'Unable to create. Please verify the path input. Or create this directory using an FTP client or site file manager and re-try.';
  355. $txt['attach_dir_no_rename'] = 'Unable to move or rename. Please verify that the path is correct or that this directory does not contain any sub-directories.';
  356. $txt['attach_dir_no_delete'] = 'Is not empty and can not be deleted. Please do so using a FTP client or site file manager.';
  357. $txt['attach_dir_no_remove'] = 'Still contains files or is a base directory and can not be deleted.';
  358. $txt['attach_dir_is_current'] = 'Unable to remove while it is selected as the current directory.';
  359. $txt['attach_dir_is_current_bd'] = 'Unable to remove while it is selected as the current base directory.';
  360. $txt['attach_last_dir'] = 'Last active attachment directory';
  361. $txt['attach_current_dir'] = 'Current attachment directory';
  362. $txt['attach_current'] = 'Current';
  363. $txt['attach_path_manage'] = 'Manage attachment paths';
  364. $txt['attach_directories'] = 'Attachment Directories';
  365. $txt['attach_paths'] = 'Attachment directory paths';
  366. $txt['attach_path'] = 'Path';
  367. $txt['attach_current_size'] = 'Size (KB)';
  368. $txt['attach_num_files'] = 'Files';
  369. $txt['attach_dir_status'] = 'Status';
  370. $txt['attach_add_path'] = 'Add Path';
  371. $txt['attach_path_current_bad'] = 'Invalid current attachment path.';
  372. $txt['attachmentDirFileLimit'] = 'Maximum number of files per directory';
  373. $txt['attach_base_paths'] = 'Base directory paths';
  374. $txt['attach_num_dirs'] = 'Directories';
  375. $txt['max_image_width'] = 'Max display width of posted or attached images';
  376. $txt['max_image_height'] = 'Max display height of posted or attached images';
  377. $txt['automanage_attachments'] = 'Choose the method for the management of the attachment directories';
  378. $txt['attachments_normal'] = '(Manual) SMF default behaviour';
  379. $txt['attachments_auto_years'] = '(Auto) Subdivide by years';
  380. $txt['attachments_auto_months'] = '(Auto) Subdivide by years and months';
  381. $txt['attachments_auto_days'] = '(Auto) Subdivide by years, months and days';
  382. $txt['attachments_auto_16'] = '(Auto) 16 random directories';
  383. $txt['attachments_auto_16x16'] = '(Auto) 16 random directories with 16 random sub-directories';
  384. $txt['attachments_auto_space'] = '(Auto) When either directory space limit is reached';
  385. $txt['use_subdirectories_for_attachments'] = 'Create new directories within a base directory';
  386. $txt['use_subdirectories_for_attachments_note'] = 'Otherwise any new directories will be created within the forum\'s main directory.';
  387. $txt['basedirectory_for_attachments'] = 'Set a base directory for attachments';
  388. $txt['basedirectory_for_attachments_current'] = 'Current base directory';
  389. $txt['basedirectory_for_attachments_warning'] = '<div class="smalltext">Please note that the directory is wrong. <br />(<a href="' . $scripturl . '?action=admin;area=manageattachments;sa=attachpaths">Attempt to correct</a>)</div>';
  390. $txt['attach_current_dir_warning'] = '<div class="smalltext">There seems to be a problem with this directory. <br />(<a href="' . $scripturl . '?action=admin;area=manageattachments;sa=attachpaths">Attempt to correct</a>)</div>';
  391. $txt['attachment_transfer'] = 'Transfer Attachments';
  392. $txt['attachment_transfer_desc'] = 'Transfer files betwen directories.';
  393. $txt['attachment_transfer_select'] = 'Select directory';
  394. $txt['attachment_transfer_now'] = 'Transfer';
  395. $txt['attachment_transfer_from'] = 'Transfer files from';
  396. $txt['attachment_transfer_auto'] = 'Automatically by space or file count';
  397. $txt['attachment_transfer_auto_select'] = 'Select base directory';
  398. $txt['attachment_transfer_to'] = 'Or to a specific directory.';
  399. $txt['attachment_transfer_empty'] = 'Empty the source directory';
  400. $txt['attachment_transfer_no_base'] = 'No base directories available.';
  401. $txt['attachment_transfer_forum_root'] = 'Forum root directory.';
  402. $txt['attachment_transfer_no_room'] = 'Directory size or file count limit reached.';
  403. $txt['attachment_transfer_no_find'] = 'No files were found to transfer.';
  404. $txt['attachments_transfered'] = '%1$d files were transfered to %2$s';
  405. $txt['attachments_not_transfered'] = '%1$d files were not transfered.';
  406. $txt['attachment_transfer_no_dir'] = 'Either the source directory or one of the target options were not selected.';
  407. $txt['attachment_transfer_same_dir'] = 'You cannot select the same directory as both the source and target.';
  408. $txt['attachment_transfer_progress'] = 'Please wait. Transfer in progess.';
  409. $txt['mods_cat_avatars'] = 'Avatars';
  410. $txt['avatar_directory'] = 'Avatars directory';
  411. $txt['avatar_url'] = 'Avatars URL';
  412. $txt['avatar_max_width_external'] = 'Maximum width of external avatar';
  413. $txt['avatar_max_height_external'] = 'Maximum height of external avatar';
  414. $txt['avatar_action_too_large'] = 'If the avatar is too large...';
  415. $txt['option_refuse'] = 'Refuse it';
  416. $txt['option_html_resize'] = 'Let the HTML resize it';
  417. $txt['option_js_resize'] = 'Resize it with JavaScript';
  418. $txt['option_download_and_resize'] = 'Download and resize it (requires GD module)';
  419. $txt['avatar_max_width_upload'] = 'Maximum width of uploaded avatar';
  420. $txt['avatar_max_height_upload'] = 'Maximum height of uploaded avatar';
  421. $txt['avatar_resize_upload'] = 'Resize oversized large avatars';
  422. $txt['avatar_resize_upload_note'] = '(requires GD module)';
  423. $txt['avatar_download_png'] = 'Use PNG for resized avatars';
  424. $txt['avatar_img_enc_warning'] = 'Neither the GD module nor ImageMagick are currently installed. Some avatar features are disabled.';
  425. $txt['avatar_external'] = 'External avatars';
  426. $txt['avatar_upload'] = 'Uploadable avatars';
  427. $txt['avatar_server_stored'] = 'Server-stored avatars';
  428. $txt['avatar_server_stored_groups'] = 'Membergroups allowed to select a server stored avatar';
  429. $txt['avatar_upload_groups'] = 'Membergroups allowed to upload an avatar to the server';
  430. $txt['avatar_external_url_groups'] = 'Membergroups allowed to select an external URL';
  431. $txt['avatar_select_permission'] = 'Select permissions for each group';
  432. $txt['avatar_download_external'] = 'Download avatar at given URL';
  433. $txt['custom_avatar_enabled'] = 'Upload avatars to...';
  434. $txt['option_attachment_dir'] = 'Attachment directory';
  435. $txt['option_specified_dir'] = 'Specific directory...';
  436. $txt['custom_avatar_dir'] = 'Upload directory';
  437. $txt['custom_avatar_dir_desc'] = 'This should be a valid and writable directory, different than the server-stored directory.';
  438. $txt['custom_avatar_url'] = 'Upload URL';
  439. $txt['custom_avatar_check_empty'] = 'The custom avatar directory you have specified may be empty or invalid. Please ensure these settings are correct.';
  440. $txt['avatar_reencode'] = 'Re-encode potentially dangerous avatars';
  441. $txt['avatar_reencode_note'] = '(requires GD module)';
  442. $txt['avatar_paranoid_warning'] = 'The extensive security checks can result in a large number of rejected avatars.';
  443. $txt['avatar_paranoid'] = 'Perform extensive security checks on uploaded avatars';
  444. $txt['repair_attachments'] = 'Maintain Attachments';
  445. $txt['repair_attachments_complete'] = 'Maintenance Complete';
  446. $txt['repair_attachments_complete_desc'] = 'All selected errors have now been corrected';
  447. $txt['repair_attachments_no_errors'] = 'No errors were found';
  448. $txt['repair_attachments_error_desc'] = 'The follow errors were found during maintenance. Check the box next to the errors you wish to fix and hit continue.';
  449. $txt['repair_attachments_continue'] = 'Continue';
  450. $txt['repair_attachments_cancel'] = 'Cancel';
  451. $txt['attach_repair_missing_thumbnail_parent'] = '%1$d thumbnails are missing a parent attachment';
  452. $txt['attach_repair_parent_missing_thumbnail'] = '%1$d parents are flagged as having thumbnails but don\'t';
  453. $txt['attach_repair_file_missing_on_disk'] = '%1$d attachments/avatars have an entry but no longer exist on disk';
  454. $txt['attach_repair_file_wrong_size'] = '%1$d attachments/avatars are being reported as the wrong filesize';
  455. $txt['attach_repair_file_size_of_zero'] = '%1$d attachments/avatars have a size of zero on disk. (These will be deleted)';
  456. $txt['attach_repair_attachment_no_msg'] = '%1$d attachments no longer have a message associated with them';
  457. $txt['attach_repair_avatar_no_member'] = '%1$d avatars no longer have a member associated with them';
  458. $txt['attach_repair_wrong_folder'] = '%1$d attachments are in the wrong directory';
  459. $txt['attach_repair_files_without_attachment'] = '%1$d files do not have a corresponding entry in the database. (These will be deleted)';
  460. $txt['news_title'] = 'News and Newsletters';
  461. $txt['news_settings_desc'] = 'Here you can change the settings and permissions related to news and newsletters.';
  462. $txt['news_settings_submit'] = 'Save';
  463. $txt['news_mailing_desc'] = 'From this menu you can send messages to all members who\'ve registered and entered their email addresses. You may edit the distribution list, or send messages to all. Useful for important update/news information.';
  464. $txt['news_error_no_news'] = 'Nothing written';
  465. $txt['groups_edit_news'] = 'Groups allowed to edit news items';
  466. $txt['groups_send_mail'] = 'Groups allowed to send out forum newsletters';
  467. $txt['xmlnews_enable'] = 'Enable XML/RSS news';
  468. $txt['xmlnews_maxlen'] = 'Maximum message length';
  469. $txt['xmlnews_maxlen_note'] = '(0 to disable, bad idea.)';
  470. $txt['editnews_clickadd'] = 'Add another item';
  471. $txt['editnews_remove_selected'] = 'Remove selected';
  472. $txt['editnews_remove_confirm'] = 'Are you sure you want to delete the selected news items?';
  473. $txt['censor_clickadd'] = 'Add another word';
  474. $txt['layout_controls'] = 'Forum';
  475. $txt['logs'] = 'Logs';
  476. $txt['generate_reports'] = 'Reports';
  477. $txt['update_available'] = 'Update Available';
  478. $txt['update_message'] = 'You\'re using an outdated version of SMF, which contains some bugs which have since been fixed.
  479. It is recommended that you <a href="#" id="update-link">update your forum</a> to the latest version as soon as possible. It only takes a minute!';
  480. $txt['manageposts'] = 'Posts and Topics';
  481. $txt['manageposts_title'] = 'Manage Posts and Topics';
  482. $txt['manageposts_description'] = 'Here you can manage all settings related to topics and posts.';
  483. $txt['manageposts_seconds'] = 'seconds';
  484. $txt['manageposts_minutes'] = 'minutes';
  485. $txt['manageposts_characters'] = 'characters';
  486. $txt['manageposts_days'] = 'days';
  487. $txt['manageposts_posts'] = 'posts';
  488. $txt['manageposts_topics'] = 'topics';
  489. $txt['manageposts_settings'] = 'Post Settings';
  490. $txt['manageposts_settings_description'] = 'Here you can set everything related to posts and posting.';
  491. $txt['manageposts_settings_submit'] = 'Save';
  492. $txt['manageposts_bbc_settings'] = 'Bulletin Board Code';
  493. $txt['manageposts_bbc_settings_description'] = 'Bulletin board code can be used to add markup to forum messages. For example, to highlight the word \'house\' you can type [b]house[/b]. All Bulletin board code tags are surrounded by square brackets (\'[\' and \']\').';
  494. $txt['manageposts_bbc_settings_title'] = 'Bulletin Board Code settings';
  495. $txt['manageposts_bbc_settings_submit'] = 'Save';
  496. $txt['manageposts_topic_settings'] = 'Topic Settings';
  497. $txt['manageposts_topic_settings_description'] = 'Here you can set all settings involving topics.';
  498. $txt['manageposts_topic_settings_submit'] = 'Save';
  499. $txt['managedrafts_settings'] = 'Draft Settings';
  500. $txt['managedrafts_settings_description'] = 'Here you can set all settings involving drafts.';
  501. $txt['managedrafts_submit'] = 'Save';
  502. $txt['manage_drafts'] = 'Drafts';
  503. $txt['removeNestedQuotes'] = 'Remove nested quotes when quoting';
  504. $txt['enableEmbeddedFlash'] = 'Embed flash into posts';
  505. $txt['enableEmbeddedFlash_warning'] = 'may be a security risk!';
  506. $txt['enableSpellChecking'] = 'Enable spell checking';
  507. $txt['enableSpellChecking_warning'] = 'this does not work on all servers.';
  508. $txt['disable_wysiwyg'] = 'Disable WYSIWYG editor';
  509. $txt['max_messageLength'] = 'Maximum allowed post size';
  510. $txt['max_messageLength_zero'] = '0 for no max.';
  511. $txt['convert_to_mediumtext'] = 'Your database is not setup to accept messages longer than 65535 characters. Please use the <a href="%1$s">database maintenance</a> page to convert the database and then came back to increase the maximum allowed post size.';
  512. $txt['topicSummaryPosts'] = 'Posts to show on topic summary';
  513. $txt['spamWaitTime'] = 'Time required between posts from the same IP';
  514. $txt['edit_wait_time'] = 'Courtesy edit wait time';
  515. $txt['edit_disable_time'] = 'Maximum time after posting to allow edit';
  516. $txt['edit_disable_time_zero'] = '0 to disable';
  517. $txt['preview_characters'] = 'Maximum length of last/first post preview';
  518. $txt['preview_characters_units'] = 'characters';
  519. $txt['preview_characters_zero'] = '0 to disable';
  520. $txt['enableBBC'] = 'Enable bulletin board code (BBC)';
  521. $txt['enablePostHTML'] = 'Enable <em>basic</em> HTML in posts';
  522. $txt['autoLinkUrls'] = 'Automatically link posted URLs';
  523. $txt['disabledBBC'] = 'Enabled BBC tags';
  524. $txt['bbcTagsToUse'] = 'Enabled BBC tags';
  525. $txt['bbcTagsToUse_select'] = 'Select the tags allowed to be used';
  526. $txt['bbcTagsToUse_select_all'] = 'Select all tags';
  527. $txt['enableStickyTopics'] = 'Enable sticky topics';
  528. $txt['enableParticipation'] = 'Enable participation icons';
  529. $txt['oldTopicDays'] = 'Time before topic is warned as old on reply';
  530. $txt['oldTopicDays_zero'] = '0 to disable';
  531. $txt['defaultMaxTopics'] = 'Number of topics per page in the message index';
  532. $txt['defaultMaxMessages'] = 'Number of posts per page in a topic page';
  533. $txt['disable_print_topic'] = 'Disable print topic feature';
  534. $txt['hotTopicPosts'] = 'Number of posts for a hot topic';
  535. $txt['hotTopicVeryPosts'] = 'Number of posts for a very hot topic';
  536. $txt['enableAllMessages'] = 'Max topic size to show &quot;All&quot; posts';
  537. $txt['enableAllMessages_zero'] = '0 to never show &quot;All&quot;';
  538. $txt['disableCustomPerPage'] = 'Disable user defined topic/message count per page';
  539. $txt['enablePreviousNext'] = 'Enable previous/next topic links';
  540. $txt['not_done_title'] = 'Not done yet';
  541. $txt['not_done_reason'] = 'To avoid overloading your server, the process has been temporarily paused. It should automatically continue in a few seconds. If it doesn\'t, please click continue below.';
  542. $txt['not_done_continue'] = 'Continue';
  543. $txt['general_settings'] = 'General';
  544. $txt['database_paths_settings'] = 'Database and Paths';
  545. $txt['cookies_sessions_settings'] = 'Cookies and Sessions';
  546. $txt['caching_settings'] = 'Caching';
  547. $txt['load_balancing_settings'] = 'Load Balancing';
  548. $txt['phpinfo_settings'] = 'PHP Info';
  549. $txt['phpinfo_localsettings'] = 'Local Settings';
  550. $txt['phpinfo_defaultsettings'] = 'Default Settings';
  551. $txt['phpinfo_itemsettings'] = 'Settings';
  552. $txt['language_configuration'] = 'Languages';
  553. $txt['language_description'] = 'This section allows you to edit languages installed on your forum, download new ones from the Simple Machines website. You may also edit language-related settings here.';
  554. $txt['language_edit'] = 'Edit Languages';
  555. $txt['language_add'] = 'Add Language';
  556. $txt['language_settings'] = 'Settings';
  557. $txt['advanced'] = 'Advanced';
  558. $txt['simple'] = 'Simple';
  559. $txt['admin_news_select_recipients'] = 'Please select who should receive a copy of the newsletter';
  560. $txt['admin_news_select_group'] = 'Membergroups';
  561. $txt['admin_news_select_group_desc'] = 'Select the groups to receive this newsletter.';
  562. $txt['admin_news_select_members'] = 'Members';
  563. $txt['admin_news_select_members_desc'] = 'Additional members to receive newsletter.';
  564. $txt['admin_news_select_excluded_members'] = 'Excluded Members';
  565. $txt['admin_news_select_excluded_members_desc'] = 'Members who should not receive newsletter.';
  566. $txt['admin_news_select_excluded_groups'] = 'Excluded Groups';
  567. $txt['admin_news_select_excluded_groups_desc'] = 'Select groups who should definitely not receive the newsletter.';
  568. $txt['admin_news_select_email'] = 'Email Addresses';
  569. $txt['admin_news_select_email_desc'] = 'A semi-colon separated list of email addresses which should be sent newsletter. (i.e. address1; address2)';
  570. $txt['admin_news_select_override_notify'] = 'Override notification settings';
  571. // Use entities in below.
  572. $txt['admin_news_cannot_pm_emails_js'] = 'You cannot send a personal message to an email address. If you continue all entered email addresses will be ignored.\\n\\nAre you sure you wish to do this?';
  573. $txt['mailqueue_browse'] = 'Browse Queue';
  574. $txt['mailqueue_settings'] = 'Settings';
  575. $txt['admin_search'] = 'Quick Search';
  576. $txt['admin_search_type_internal'] = 'Task/Setting';
  577. $txt['admin_search_type_member'] = 'Member';
  578. $txt['admin_search_type_online'] = 'Online Manual';
  579. $txt['admin_search_go'] = 'Go';
  580. $txt['admin_search_results'] = 'Search Results';
  581. $txt['admin_search_results_desc'] = 'Results for search: &quot;%1$s&quot;';
  582. $txt['admin_search_results_again'] = 'Search again';
  583. $txt['admin_search_results_none'] = 'No results found.';
  584. $txt['admin_search_section_sections'] = 'Section';
  585. $txt['admin_search_section_settings'] = 'Setting';
  586. $txt['core_settings_title'] = 'Core Features';
  587. $txt['core_settings_desc'] = 'This page allows you to turn on or off optional features of your forum.';
  588. $txt['mods_cat_features'] = 'General';
  589. $txt['mods_cat_security_general'] = 'General';
  590. $txt['antispam_title'] = 'Anti-Spam';
  591. $txt['mods_cat_modifications_misc'] = 'Miscellaneous';
  592. $txt['mods_cat_layout'] = 'Layout';
  593. $txt['karma'] = 'Karma';
  594. $txt['moderation_settings_short'] = 'Moderation';
  595. $txt['signature_settings_short'] = 'Signatures';
  596. $txt['custom_profile_shorttitle'] = 'Profile Fields';
  597. $txt['pruning_title'] = 'Log Pruning';
  598. $txt['core_settings_activation_message'] = 'The feature {core_feature} has been activated, click on the title to configure it';
  599. $txt['core_settings_deactivation_message'] = 'The feature {core_feature} has been deactivated';
  600. $txt['core_settings_generic_error'] = 'An unforeseen error occurred, please relod the page and try again';
  601. $txt['boardsEdit'] = 'Modify Boards';
  602. $txt['mboards_new_cat'] = 'Create new category';
  603. $txt['manage_holidays'] = 'Manage Holidays';
  604. $txt['calendar_settings'] = 'Calendar Settings';
  605. $txt['search_weights'] = 'Weights';
  606. $txt['search_method'] = 'Search Method';
  607. $txt['smiley_sets'] = 'Smiley Sets';
  608. $txt['smileys_add'] = 'Add Smiley';
  609. $txt['smileys_edit'] = 'Edit Smileys';
  610. $txt['smileys_set_order'] = 'Set Smiley order';
  611. $txt['icons_edit_message_icons'] = 'Edit message icons';
  612. $txt['membergroups_new_group'] = 'Add Membergroup';
  613. $txt['membergroups_edit_groups'] = 'Edit Membergroups';
  614. $txt['permissions_groups'] = 'General Permissions';
  615. $txt['permissions_boards'] = 'Board Permissions';
  616. $txt['permissions_profiles'] = 'Edit Profiles';
  617. $txt['permissions_post_moderation'] = 'Post Moderation';
  618. $txt['browse_packages'] = 'Browse Packages';
  619. $txt['download_packages'] = 'Download Packages';
  620. $txt['installed_packages'] = 'Installed Packages';
  621. $txt['package_file_perms'] = 'File Permissions';
  622. $txt['package_settings'] = 'Options';
  623. $txt['themeadmin_admin_title'] = 'Manage and Install';
  624. $txt['themeadmin_list_title'] = 'Theme Settings';
  625. $txt['themeadmin_reset_title'] = 'Member Options';
  626. $txt['themeadmin_edit_title'] = 'Modify Themes';
  627. $txt['admin_browse_register_new'] = 'Register new member';
  628. $txt['search_engines'] = 'Search Engines';
  629. $txt['spiders'] = 'Spiders';
  630. $txt['spider_logs'] = 'Spider Log';
  631. $txt['spider_stats'] = 'Stats';
  632. $txt['paid_subscriptions'] = 'Paid Subscriptions';
  633. $txt['paid_subs_view'] = 'View Subscriptions';
  634. $txt['hooks_title_list'] = 'Integration Hooks';
  635. $txt['hooks_field_hook_name'] = 'Hook Name';
  636. $txt['hooks_field_function_name'] = 'Function Name';
  637. $txt['hooks_field_function'] = 'Function';
  638. $txt['hooks_field_included_file'] = 'Included file';
  639. $txt['hooks_field_file_name'] = 'File Name';
  640. $txt['hooks_field_hook_exists'] = 'Status';
  641. $txt['hooks_active'] = 'Exists';
  642. $txt['hooks_disabled'] = 'Disabled';
  643. $txt['hooks_missing'] = 'Not found';
  644. $txt['hooks_no_hooks'] = 'There are currenty no hooks in the system.';
  645. $txt['hooks_button_remove'] = 'Remove';
  646. $txt['hooks_disable_instructions'] = 'Click on the status icon to enable or disable the hook';
  647. $txt['hooks_disable_legend'] = 'Legend';
  648. $txt['hooks_disable_legend_exists'] = 'the hook exists and is active';
  649. $txt['hooks_disable_legend_disabled'] = 'the hook exists but has been disabled';
  650. $txt['hooks_disable_legend_missing'] = 'the hook has not been found';
  651. $txt['hooks_reset_filter'] = 'Reset filter';
  652. $txt['board_perms_allow'] = 'Allow';
  653. $txt['board_perms_ignore'] = 'Ignore';
  654. $txt['board_perms_deny'] = 'Deny';
  655. $txt['all_boards_in_cat'] = 'All boards in this category';
  656. ?>