Admin.english.php 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640
  1. <?php
  2. // Version: 2.0; 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.<div style="margin-top: 1ex;">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.</div>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 fixed - 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 Attachment Directory';
  90. $txt['attachmentdir_size_current'] = 'Total Size of Current Attachment Directory';
  91. $txt['attachment_space'] = 'Total Space Available in Attachment Directory';
  92. $txt['attachment_space_current'] = 'Total Space Available in Current Attachment Directory';
  93. $txt['attachment_options'] = 'File Attachment Options';
  94. $txt['attachment_log'] = 'Attachment Log';
  95. $txt['attachment_remove_old'] = 'Remove attachments older than';
  96. $txt['attachment_remove_size'] = 'Remove attachments larger than';
  97. $txt['attachment_name'] = 'Attachment Name';
  98. $txt['attachment_file_size'] = 'File Size';
  99. $txt['attachmentdir_size_not_set'] = 'No maximum directory size is currently set';
  100. $txt['attachment_delete_admin'] = '[attachment deleted by admin]';
  101. $txt['live'] = 'Live from Simple Machines...';
  102. $txt['remove_all'] = 'Clear Log';
  103. $txt['approve_new_members'] = 'Admin must approve all new members';
  104. $txt['agreement_not_writable'] = 'Warning - agreement.txt is not writable, any changes you make will NOT be saved.';
  105. $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>.';
  106. $txt['version_check_more'] = '(more detailed)';
  107. $txt['lfyi'] = 'You are unable to connect to simplemachines.org\'s latest news file.';
  108. $txt['manage_calendar'] = 'Calendar';
  109. $txt['manage_search'] = 'Search';
  110. $txt['smileys_manage'] = 'Smileys and Message Icons';
  111. $txt['smileys_manage_info'] = 'Install new smiley sets, add smileys to existing ones, or manage your message icons.';
  112. $txt['package_info'] = 'Install new features or modify existing ones with this interface.';
  113. $txt['theme_admin'] = 'Themes and Layout';
  114. $txt['theme_admin_info'] = 'Setup and manage your themes and set or reset theme options.';
  115. $txt['registration_center'] = 'Registration';
  116. $txt['member_center_info'] = 'View the member list, search for members and manage not-yet-approved members and members who haven\'t activated their account yet.';
  117. $txt['viewmembers_name'] = 'Username (display name)';
  118. $txt['viewmembers_online'] = 'Last Online';
  119. $txt['viewmembers_today'] = 'Today';
  120. $txt['viewmembers_day_ago'] = 'day ago';
  121. $txt['viewmembers_days_ago'] = 'days ago';
  122. $txt['display_name'] = 'Display name';
  123. $txt['email_address'] = 'Email Address';
  124. $txt['ip_address'] = 'IP address';
  125. $txt['member_id'] = 'ID';
  126. $txt['unknown'] = 'unknown';
  127. $txt['security_wrong'] = 'Administration login attempt!' . "\n" . 'Referer: %1$s' . "\n" . 'User agent: %2$s' . "\n" . 'IP: %3$s';
  128. $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';
  129. $txt['email_as_html'] = 'Send in HTML format. (with this you can put normal HTML in the email.)';
  130. $txt['email_parsed_html'] = 'Add &lt;br /&gt;s and &amp;nbsp;s to this message.';
  131. $txt['email_variables'] = 'In this message you can use a few &quot;variables&quot;. Click <a href="' . $scripturl . '?action=helpadmin;help=emailmembers" onclick="return reqWin(this.href);" class="help">here</a> for more information.';
  132. $txt['email_force'] = 'Send this to members even if they have chosen not to receive announcements.';
  133. $txt['email_as_pms'] = 'Send this to these groups using personal messages.';
  134. $txt['email_continue'] = 'Continue';
  135. $txt['email_done'] = 'done.';
  136. $txt['ban_title'] = 'Ban List';
  137. $txt['ban_ip'] = 'IP banning: (e.g. 192.168.12.213 or 128.0.*.*) - one entry per line';
  138. $txt['ban_email'] = 'Email banning: (e.g. [email protected]) - one entry per line';
  139. $txt['ban_username'] = 'User name banning: (e.g. l33tuser) - one entry per line';
  140. $txt['ban_description'] = 'Here you can ban troublesome people either by IP, hostname, username, or email.';
  141. $txt['ban_add_new'] = 'Add New Ban';
  142. $txt['ban_banned_entity'] = 'Banned entity';
  143. $txt['ban_on_ip'] = 'Ban on IP (e.g. 192.168.10-20.*)';
  144. $txt['ban_on_hostname'] = 'Ban on Hostname (e.g. *.mil)';
  145. $txt['ban_on_email'] = 'Ban on Email Address (e.g. *@badsite.com)';
  146. $txt['ban_on_username'] = 'Ban on Username';
  147. $txt['ban_notes'] = 'Notes';
  148. $txt['ban_restriction'] = 'Restriction';
  149. $txt['ban_full_ban'] = 'Full ban';
  150. $txt['ban_partial_ban'] = 'Partial ban';
  151. $txt['ban_cannot_post'] = 'Cannot post';
  152. $txt['ban_cannot_register'] = 'Cannot register';
  153. $txt['ban_cannot_login'] = 'Cannot login';
  154. $txt['ban_add'] = 'Add';
  155. $txt['ban_edit_list'] = 'Ban List';
  156. $txt['ban_type'] = 'Ban Type';
  157. $txt['ban_days'] = 'day(s)';
  158. $txt['ban_will_expire_within'] = 'Ban will expire after';
  159. $txt['ban_added'] = 'Added';
  160. $txt['ban_expires'] = 'Expires';
  161. $txt['ban_hits'] = 'Hits';
  162. $txt['ban_actions'] = 'Actions';
  163. $txt['ban_expiration'] = 'Expiration';
  164. $txt['ban_reason_desc'] = 'Reason for ban, to be displayed to banned member.';
  165. $txt['ban_notes_desc'] = 'Notes that may assist other staff members.';
  166. $txt['ban_remove_selected'] = 'Remove selected';
  167. // Escape any single quotes in here twice.. 'it\'s' -> 'it\\\'s'.
  168. $txt['ban_remove_selected_confirm'] = 'Are you sure you want to remove the selected bans?';
  169. $txt['ban_modify'] = 'Modify';
  170. $txt['ban_name'] = 'Ban name';
  171. // Escape any single quotes in here twice.. 'it\'s' -> 'it\\\'s'.
  172. $txt['ban_edit'] = 'Edit ban';
  173. $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.';
  174. $txt['ban_expired'] = 'Expired / disabled';
  175. // Escape any single quotes in here twice.. 'it\'s' -> 'it\\\'s'.
  176. $txt['ban_restriction_empty'] = 'No restriction selected.';
  177. $txt['ban_triggers'] = 'Triggers';
  178. $txt['ban_add_trigger'] = 'Add ban trigger';
  179. $txt['ban_add_trigger_submit'] = 'Add';
  180. $txt['ban_edit_trigger'] = 'Modify';
  181. $txt['ban_edit_trigger_title'] = 'Edit ban trigger';
  182. $txt['ban_edit_trigger_submit'] = 'Modify';
  183. $txt['ban_remove_selected_triggers'] = 'Remove selected ban triggers';
  184. $txt['ban_no_entries'] = 'There are currently no bans in effect.';
  185. // Escape any single quotes in here twice.. 'it\'s' -> 'it\\\'s'.
  186. $txt['ban_remove_selected_triggers_confirm'] = 'Are you sure you want to remove the selected ban triggers?';
  187. $txt['ban_trigger_browse'] = 'Browse Ban Triggers';
  188. $txt['ban_trigger_browse_description'] = 'This screen shows all banned entities grouped by IP address, hostname, email address and username.';
  189. $txt['ban_log'] = 'Ban Log';
  190. $txt['ban_log_description'] = 'The ban log shows all attempts to enter the forum by banned users (\'full ban\' and \'cannot register\' ban only).';
  191. $txt['ban_log_no_entries'] = 'There are currently no ban log entries.';
  192. $txt['ban_log_ip'] = 'IP';
  193. $txt['ban_log_email'] = 'Email address';
  194. $txt['ban_log_member'] = 'Member';
  195. $txt['ban_log_date'] = 'Date';
  196. $txt['ban_log_remove_all'] = 'Clear Log';
  197. $txt['ban_log_remove_all_confirm'] = 'Are you sure you want to delete all ban log entries?';
  198. $txt['ban_log_remove_selected'] = 'Remove selected';
  199. $txt['ban_log_remove_selected_confirm'] = 'Are you sure you want to delete all selected ban log entries?';
  200. $txt['ban_no_triggers'] = 'There are currently no ban triggers.';
  201. $txt['settings_not_writable'] = 'These settings cannot be changed because Settings.php is read only.';
  202. $txt['maintain_title'] = 'Forum Maintenance';
  203. $txt['maintain_info'] = 'Optimize tables, make backups, check for errors, and prune boards with these tools.';
  204. $txt['maintain_sub_database'] = 'Database';
  205. $txt['maintain_sub_routine'] = 'Routine';
  206. $txt['maintain_sub_members'] = 'Members';
  207. $txt['maintain_sub_topics'] = 'Topics';
  208. $txt['maintain_done'] = 'The maintenance task \'%1$s\' was executed successfully.';
  209. $txt['maintain_no_errors'] = 'Congratulations, no errors found! Thanks for checking.';
  210. $txt['maintain_tasks'] = 'Scheduled Tasks';
  211. $txt['maintain_tasks_desc'] = 'Manage all the tasks scheduled by SMF.';
  212. $txt['scheduled_log'] = 'Task Log';
  213. $txt['scheduled_log_desc'] = 'Lists logs of the tasks that have be ran.';
  214. $txt['admin_log'] = 'Administration Log';
  215. $txt['admin_log_desc'] = 'Lists administrative tasks that have been performed by admins of your forum.';
  216. $txt['moderation_log'] = 'Moderation Log';
  217. $txt['moderation_log_desc'] = 'Lists moderation activities that have been performed by moderators on your forum.';
  218. $txt['spider_log_desc'] = 'Review the entries related to search engine spider activity on your forum.';
  219. $txt['pruning_log_desc'] = 'Use these tools to prune older entries in the various logs.';
  220. $txt['mailqueue_title'] = 'Mail';
  221. $txt['db_error_send'] = 'Send emails on database connection error';
  222. $txt['db_persist'] = 'Use a persistent connection';
  223. $txt['ssi_db_user'] = 'Database username to use in SSI mode';
  224. $txt['ssi_db_passwd'] = 'Database password to use in SSI mode';
  225. $txt['default_language'] = 'Default Forum Language';
  226. $txt['maintenance_subject'] = 'Subject for display';
  227. $txt['maintenance_message'] = 'Message for display';
  228. $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.';
  229. $txt['errlog_no_entries'] = 'There are currently no error log entries.';
  230. $txt['theme_settings'] = 'Theme Settings';
  231. $txt['theme_current_settings'] = 'Current Theme';
  232. $txt['dvc_your'] = 'Your Version';
  233. $txt['dvc_current'] = 'Current Version';
  234. $txt['dvc_sources'] = 'Sources';
  235. $txt['dvc_default'] = 'Default Templates';
  236. $txt['dvc_templates'] = 'Current Templates';
  237. $txt['dvc_languages'] = 'Language Files';
  238. $txt['smileys_default_set_for_theme'] = 'Select default smiley set for this theme';
  239. $txt['smileys_no_default'] = '(use global default smiley set)';
  240. $txt['censor_test'] = 'Test Censored Words';
  241. $txt['censor_test_save'] = 'Test';
  242. $txt['censor_case'] = 'Ignore case when censoring';
  243. $txt['censor_whole_words'] = 'Check only whole words';
  244. $txt['admin_confirm_password'] = '(confirm)';
  245. $txt['admin_incorrect_password'] = 'Incorrect Password';
  246. $txt['date_format'] = '(YYYY-MM-DD)';
  247. $txt['undefined_gender'] = 'Undefined';
  248. $txt['age'] = 'User age';
  249. $txt['activation_status'] = 'Activation Status';
  250. $txt['activated'] = 'Activated';
  251. $txt['not_activated'] = 'Not activated';
  252. $txt['primary'] = 'Primary';
  253. $txt['additional'] = 'Additional';
  254. $txt['messenger_address'] = 'Messenger Address';
  255. $txt['wild_cards_allowed'] = 'wildcard characters * and ? are allowed';
  256. $txt['search_for'] = 'Search for';
  257. $txt['search_match'] = 'Match';
  258. $txt['member_part_of_these_membergroups'] = 'Member is part of these membergroups';
  259. $txt['membergroups'] = 'Membergroups';
  260. $txt['confirm_delete_members'] = 'Are you sure you want to delete the selected members?';
  261. $txt['support_credits_title'] = 'Support and Credits';
  262. $txt['support_credits_info'] = 'Get support on common issues and version information to give if you have problems.';
  263. $txt['support_title'] = 'Support Information';
  264. $txt['support_versions_current'] = 'Current SMF version';
  265. $txt['support_versions_forum'] = 'Forum version';
  266. $txt['support_versions_php'] = 'PHP version';
  267. $txt['support_versions_db'] = '%1$s version';
  268. $txt['support_versions_server'] = 'Server version';
  269. $txt['support_versions_gd'] = 'GD version';
  270. $txt['support_versions'] = 'Version Information';
  271. $txt['support_resources'] = 'Support Resources';
  272. $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.';
  273. $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.';
  274. $txt['support_latest'] = 'Common Support &amp; Issues';
  275. $txt['support_latest_fetch'] = 'Retrieving support information...';
  276. $txt['edit_permissions_info'] = 'Change restrictions and available features globally or to specific boards.';
  277. $txt['membergroups_members'] = 'Regular Members';
  278. $txt['membergroups_guests'] = 'Guests';
  279. $txt['membergroups_guests_na'] = 'n/a';
  280. $txt['membergroups_add_group'] = 'Add group';
  281. $txt['membergroups_permissions'] = 'Permissions';
  282. $txt['permitgroups_restrict'] = 'Restrictive';
  283. $txt['permitgroups_standard'] = 'Standard';
  284. $txt['permitgroups_moderator'] = 'Moderator';
  285. $txt['permitgroups_maintenance'] = 'Maintenance';
  286. $txt['permitgroups_inherit'] = 'Inherit';
  287. $txt['confirm_delete_attachments_all'] = 'Are you sure you want to delete all attachments?';
  288. $txt['confirm_delete_attachments'] = 'Are you sure you want to delete the selected attachments?';
  289. $txt['attachment_manager_browse_files'] = 'Browse Files';
  290. $txt['attachment_manager_repair'] = 'Maintain';
  291. $txt['attachment_manager_avatars'] = 'Avatars';
  292. $txt['attachment_manager_attachments'] = 'Attachments';
  293. $txt['attachment_manager_thumbs'] = 'Thumbnails';
  294. $txt['attachment_manager_last_active'] = 'Last Active';
  295. $txt['attachment_manager_member'] = 'Member';
  296. $txt['attachment_manager_avatars_older'] = 'Remove avatars from members not active for more than';
  297. $txt['attachment_manager_total_avatars'] = 'Total Avatars';
  298. $txt['attachment_manager_avatars_no_entries'] = 'There are currently no avatars.';
  299. $txt['attachment_manager_attachments_no_entries'] = 'There are currently no attachments.';
  300. $txt['attachment_manager_thumbs_no_entries'] = 'There are currently no thumbnails.';
  301. $txt['attachment_manager_settings'] = 'Attachment Settings';
  302. $txt['attachment_manager_avatar_settings'] = 'Avatar Settings';
  303. $txt['attachment_manager_browse'] = 'Browse Files';
  304. $txt['attachment_manager_maintenance'] = 'File Maintenance';
  305. $txt['attachment_manager_save'] = 'Save';
  306. $txt['attachmentEnable'] = 'Attachments mode';
  307. $txt['attachmentEnable_deactivate'] = 'Disable attachments';
  308. $txt['attachmentEnable_enable_all'] = 'Enable all attachments';
  309. $txt['attachmentEnable_disable_new'] = 'Disable new attachments';
  310. $txt['attachmentCheckExtensions'] = 'Check attachment\'s extension';
  311. $txt['attachmentExtensions'] = 'Allowed attachment extensions';
  312. $txt['attachmentRecodeLineEndings'] = 'Recode line endings in textual attachments';
  313. $txt['attachmentShowImages'] = 'Display image attachments as pictures under post';
  314. $txt['attachmentEncryptFilenames'] = 'Encrypt stored filenames';
  315. $txt['attachmentUploadDir'] = 'Attachments directory';
  316. $txt['attachmentUploadDir_multiple'] = 'Attachments directory';
  317. $txt['attachmentUploadDir_multiple_configure'] = 'Configure multiple attachment directories';
  318. $txt['attachmentDirSizeLimit'] = 'Max attachment folder space';
  319. $txt['attachmentPostLimit'] = 'Max attachment size per post';
  320. $txt['attachmentSizeLimit'] = 'Max size per attachment';
  321. $txt['attachmentNumPerPostLimit'] = 'Max number of attachments per post';
  322. $txt['attachment_gd_warning'] = 'The GD module is currently not installed. Image re-encoding is not possible.';
  323. $txt['attachment_postsize_warning'] = 'The current php.ini setting \'post_max_size\' may not support this.';
  324. $txt['attachment_filesize_warning'] = 'The current php.ini setting \'upload_max_filesize\' may not support this.';
  325. $txt['attachment_image_reencode'] = 'Re-encode potentially dangerous image attachments';
  326. $txt['attachment_image_reencode_note'] = '(requires GD module)';
  327. $txt['attachment_image_paranoid_warning'] = 'The extensive security checks can result in a large number of rejected attachments.';
  328. $txt['attachment_image_paranoid'] = 'Perform extensive security checks on uploaded image attachments';
  329. $txt['attachmentThumbnails'] = 'Resize images when showing under posts';
  330. $txt['attachment_thumb_png'] = 'Save thumbnails as PNG';
  331. $txt['attachment_thumb_memory'] = 'Adaptive thumbnail memory';
  332. $txt['attachment_thumb_memory_note2'] = 'If the system can not get the memory no thumbnail will be created.';
  333. $txt['attachment_thumb_memory_note1'] = 'Leave this unchecked to always attempt to create a thumbnail';
  334. $txt['attachmentThumbWidth'] = 'Maximum width of thumbnails';
  335. $txt['attachmentThumbHeight'] = 'Maximum height of thumbnails';
  336. $txt['attachment_thumbnail_settings'] = 'Thumbnail Settings';
  337. $txt['attachment_security_settings'] = 'Attachment Security Settings';
  338. $txt['attach_dir_does_not_exist'] = 'Does Not Exist';
  339. $txt['attach_dir_not_writable'] = 'Not Writable';
  340. $txt['attach_dir_files_missing'] = 'Files Missing (<a href="' . $scripturl . '?action=admin;area=manageattachments;sa=repair;%2$s=%1$s">Repair</a>)';
  341. $txt['attach_dir_unused'] = 'Unused';
  342. $txt['attach_dir_ok'] = 'OK';
  343. $txt['attach_path_manage'] = 'Manage Attachment Paths';
  344. $txt['attach_paths'] = 'Attachment Paths';
  345. $txt['attach_current_dir'] = 'Current Directory';
  346. $txt['attach_path'] = 'Path';
  347. $txt['attach_current_size'] = 'Current Size (kB)';
  348. $txt['attach_num_files'] = 'Files';
  349. $txt['attach_dir_status'] = 'Status';
  350. $txt['attach_add_path'] = 'Add Path';
  351. $txt['attach_path_current_bad'] = 'Invalid current attachment path.';
  352. $txt['mods_cat_avatars'] = 'Avatars';
  353. $txt['avatar_directory'] = 'Avatars directory';
  354. $txt['avatar_url'] = 'Avatars URL';
  355. $txt['avatar_max_width_external'] = 'Maximum width of external avatar';
  356. $txt['avatar_max_height_external'] = 'Maximum height of external avatar';
  357. $txt['avatar_action_too_large'] = 'If the avatar is too large...';
  358. $txt['option_refuse'] = 'Refuse it';
  359. $txt['option_html_resize'] = 'Let the HTML resize it';
  360. $txt['option_js_resize'] = 'Resize it with JavaScript';
  361. $txt['option_download_and_resize'] = 'Download and resize it (requires GD module)';
  362. $txt['avatar_max_width_upload'] = 'Maximum width of uploaded avatar';
  363. $txt['avatar_max_height_upload'] = 'Maximum height of uploaded avatar';
  364. $txt['avatar_resize_upload'] = 'Resize oversized large avatars';
  365. $txt['avatar_resize_upload_note'] = '(requires GD module)';
  366. $txt['avatar_download_png'] = 'Use PNG for resized avatars';
  367. $txt['avatar_gd_warning'] = 'The GD module is currently not installed. Some avatar features are disabled.';
  368. $txt['avatar_external'] = 'External avatars';
  369. $txt['avatar_upload'] = 'Uploadable avatars';
  370. $txt['avatar_server_stored'] = 'Server-stored avatars';
  371. $txt['avatar_server_stored_groups'] = 'Membergroups allowed to select a server stored avatar';
  372. $txt['avatar_upload_groups'] = 'Membergroups allowed to upload an avatar to the server';
  373. $txt['avatar_external_url_groups'] = 'Membergroups allowed to select an external URL';
  374. $txt['avatar_select_permission'] = 'Select permissions for each group';
  375. $txt['avatar_download_external'] = 'Download avatar at given URL';
  376. $txt['custom_avatar_enabled'] = 'Upload avatars to...';
  377. $txt['option_attachment_dir'] = 'Attachment directory';
  378. $txt['option_specified_dir'] = 'Specific directory...';
  379. $txt['custom_avatar_dir'] = 'Upload directory';
  380. $txt['custom_avatar_dir_desc'] = 'This should be a valid and writable directory, different than the server-stored directory.';
  381. $txt['custom_avatar_url'] = 'Upload URL';
  382. $txt['custom_avatar_check_empty'] = 'The custom avatar directory you have specified may be empty or invalid. Please ensure these settings are correct.';
  383. $txt['avatar_reencode'] = 'Re-encode potentially dangerous avatars';
  384. $txt['avatar_reencode_note'] = '(requires GD module)';
  385. $txt['avatar_paranoid_warning'] = 'The extensive security checks can result in a large number of rejected avatars.';
  386. $txt['avatar_paranoid'] = 'Perform extensive security checks on uploaded avatars';
  387. $txt['repair_attachments'] = 'Maintain Attachments';
  388. $txt['repair_attachments_complete'] = 'Maintenance Complete';
  389. $txt['repair_attachments_complete_desc'] = 'All selected errors have now been corrected';
  390. $txt['repair_attachments_no_errors'] = 'No errors were found!';
  391. $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.';
  392. $txt['repair_attachments_continue'] = 'Continue';
  393. $txt['repair_attachments_cancel'] = 'Cancel';
  394. $txt['attach_repair_missing_thumbnail_parent'] = '%1$d thumbnails are missing a parent attachment';
  395. $txt['attach_repair_parent_missing_thumbnail'] = '%1$d parents are flagged as having thumbnails but don\'t';
  396. $txt['attach_repair_file_missing_on_disk'] = '%1$d attachments/avatars have an entry but no longer exist on disk';
  397. $txt['attach_repair_file_wrong_size'] = '%1$d attachments/avatars are being reported as the wrong filesize';
  398. $txt['attach_repair_file_size_of_zero'] = '%1$d attachments/avatars have a size of zero on disk. (These will be deleted)';
  399. $txt['attach_repair_attachment_no_msg'] = '%1$d attachments no longer have a message associated with them';
  400. $txt['attach_repair_avatar_no_member'] = '%1$d avatars no longer have a member associated with them';
  401. $txt['attach_repair_wrong_folder'] = '%1$d attachments are in the wrong folder';
  402. $txt['news_title'] = 'News and Newsletters';
  403. $txt['news_settings_desc'] = 'Here you can change the settings and permissions related to news and newsletters.';
  404. $txt['news_settings_submit'] = 'Save';
  405. $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.';
  406. $txt['news_error_no_news'] = 'Nothing written';
  407. $txt['groups_edit_news'] = 'Groups allowed to edit news items';
  408. $txt['groups_send_mail'] = 'Groups allowed to send out forum newsletters';
  409. $txt['xmlnews_enable'] = 'Enable XML/RSS news';
  410. $txt['xmlnews_maxlen'] = 'Maximum message length';
  411. $txt['xmlnews_maxlen_note'] = '(0 to disable, bad idea.)';
  412. $txt['editnews_clickadd'] = 'Click here to add another item.';
  413. $txt['editnews_remove_selected'] = 'Remove selected';
  414. $txt['editnews_remove_confirm'] = 'Are you sure you want to delete the selected news items?';
  415. $txt['censor_clickadd'] = 'Add another word';
  416. $txt['layout_controls'] = 'Forum';
  417. $txt['logs'] = 'Logs';
  418. $txt['generate_reports'] = 'Reports';
  419. $txt['update_available'] = 'Update Available!';
  420. $txt['update_message'] = 'You\'re using an outdated version of SMF, which contains some bugs which have since been fixed.
  421. 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!';
  422. $txt['manageposts'] = 'Posts and Topics';
  423. $txt['manageposts_title'] = 'Manage Posts and Topics';
  424. $txt['manageposts_description'] = 'Here you can manage all settings related to topics and posts.';
  425. $txt['manageposts_seconds'] = 'seconds';
  426. $txt['manageposts_minutes'] = 'minutes';
  427. $txt['manageposts_characters'] = 'characters';
  428. $txt['manageposts_days'] = 'days';
  429. $txt['manageposts_posts'] = 'posts';
  430. $txt['manageposts_topics'] = 'topics';
  431. $txt['manageposts_settings'] = 'Post Settings';
  432. $txt['manageposts_settings_description'] = 'Here you can set everything related to posts and posting.';
  433. $txt['manageposts_settings_submit'] = 'Save';
  434. $txt['manageposts_bbc_settings'] = 'Bulletin Board Code';
  435. $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 \']\').';
  436. $txt['manageposts_bbc_settings_title'] = 'Bulletin Board Code Settings';
  437. $txt['manageposts_bbc_settings_submit'] = 'Save';
  438. $txt['manageposts_topic_settings'] = 'Topic Settings';
  439. $txt['manageposts_topic_settings_description'] = 'Here you can set all settings involving topics.';
  440. $txt['manageposts_topic_settings_submit'] = 'Save';
  441. $txt['removeNestedQuotes'] = 'Remove nested quotes when quoting';
  442. $txt['enableEmbeddedFlash'] = 'Embed flash into posts';
  443. $txt['enableEmbeddedFlash_warning'] = 'may be a security risk!';
  444. $txt['enableSpellChecking'] = 'Enable spell checking';
  445. $txt['enableSpellChecking_warning'] = 'this does not work on all servers!';
  446. $txt['disable_wysiwyg'] = 'Disable WYSIWYG editor';
  447. $txt['max_messageLength'] = 'Maximum allowed post size';
  448. $txt['max_messageLength_zero'] = '0 for no max.';
  449. $txt['fixLongWords'] = 'Break up words with more letters than';
  450. $txt['fixLongWords_zero'] = '0 to disable.';
  451. $txt['fixLongWords_warning'] = 'this does not work on all servers!';
  452. $txt['topicSummaryPosts'] = 'Posts to show on topic summary';
  453. $txt['spamWaitTime'] = 'Time required between posts from the same IP';
  454. $txt['edit_wait_time'] = 'Courtesy edit wait time';
  455. $txt['edit_disable_time'] = 'Maximum time after posting to allow edit';
  456. $txt['edit_disable_time_zero'] = '0 to disable';
  457. $txt['enableBBC'] = 'Enable bulletin board code (BBC)';
  458. $txt['enablePostHTML'] = 'Enable <em>basic</em> HTML in posts';
  459. $txt['autoLinkUrls'] = 'Automatically link posted URLs';
  460. $txt['disabledBBC'] = 'Enabled BBC tags';
  461. $txt['bbcTagsToUse'] = 'Enabled BBC tags';
  462. $txt['bbcTagsToUse_select'] = 'Select the tags allowed to be used';
  463. $txt['bbcTagsToUse_select_all'] = 'Select all tags';
  464. $txt['enableStickyTopics'] = 'Enable sticky topics';
  465. $txt['enableParticipation'] = 'Enable participation icons';
  466. $txt['oldTopicDays'] = 'Time before topic is warned as old on reply';
  467. $txt['oldTopicDays_zero'] = '0 to disable';
  468. $txt['defaultMaxTopics'] = 'Number of topics per page in the message index';
  469. $txt['defaultMaxMessages'] = 'Number of posts per page in a topic page';
  470. $txt['hotTopicPosts'] = 'Number of posts for a hot topic';
  471. $txt['hotTopicVeryPosts'] = 'Number of posts for a very hot topic';
  472. $txt['enableAllMessages'] = 'Max topic size to show &quot;All&quot; posts';
  473. $txt['enableAllMessages_zero'] = '0 to never show &quot;All&quot;';
  474. $txt['disableCustomPerPage'] = 'Disable user defined topic/message count per page';
  475. $txt['enablePreviousNext'] = 'Enable previous/next topic links';
  476. $txt['not_done_title'] = 'Not done yet!';
  477. $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.';
  478. $txt['not_done_continue'] = 'Continue';
  479. $txt['general_settings'] = 'General';
  480. $txt['database_paths_settings'] = 'Database and Paths';
  481. $txt['cookies_sessions_settings'] = 'Cookies and Sessions';
  482. $txt['caching_settings'] = 'Caching';
  483. $txt['load_balancing_settings'] = 'Load Balancing';
  484. $txt['phpinfo_settings'] = 'PHP Info';
  485. $txt['phpinfo_localsettings'] = 'Local Settings';
  486. $txt['phpinfo_defaultsettings'] = 'Default Settings';
  487. $txt['phpinfo_itemsettings'] = 'Settings';
  488. $txt['language_configuration'] = 'Languages';
  489. $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.';
  490. $txt['language_edit'] = 'Edit Languages';
  491. $txt['language_add'] = 'Add Language';
  492. $txt['language_settings'] = 'Settings';
  493. $txt['advanced'] = 'Advanced';
  494. $txt['simple'] = 'Simple';
  495. $txt['admin_news_select_recipients'] = 'Please select who should receive a copy of the newsletter';
  496. $txt['admin_news_select_group'] = 'Membergroups';
  497. $txt['admin_news_select_group_desc'] = 'Select the groups to receive this newsletter.';
  498. $txt['admin_news_select_members'] = 'Members';
  499. $txt['admin_news_select_members_desc'] = 'Additional members to receive newsletter.';
  500. $txt['admin_news_select_excluded_members'] = 'Excluded Members';
  501. $txt['admin_news_select_excluded_members_desc'] = 'Members who should not receive newsletter.';
  502. $txt['admin_news_select_excluded_groups'] = 'Excluded Groups';
  503. $txt['admin_news_select_excluded_groups_desc'] = 'Select groups who should definitely not receive the newsletter.';
  504. $txt['admin_news_select_email'] = 'Email Addresses';
  505. $txt['admin_news_select_email_desc'] = 'A semi-colon separated list of email addresses which should be sent newsletter. (i.e. address1; address2)';
  506. $txt['admin_news_select_override_notify'] = 'Override Notification Settings';
  507. // Use entities in below.
  508. $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?';
  509. $txt['mailqueue_browse'] = 'Browse Queue';
  510. $txt['mailqueue_settings'] = 'Settings';
  511. $txt['admin_search'] = 'Quick Search';
  512. $txt['admin_search_type_internal'] = 'Task/Setting';
  513. $txt['admin_search_type_member'] = 'Member';
  514. $txt['admin_search_type_online'] = 'Online Manual';
  515. $txt['admin_search_go'] = 'Go';
  516. $txt['admin_search_results'] = 'Search Results';
  517. $txt['admin_search_results_desc'] = 'Results for search: &quot;%1$s&quot;';
  518. $txt['admin_search_results_again'] = 'Search again';
  519. $txt['admin_search_results_none'] = 'No results found!';
  520. $txt['admin_search_section_sections'] = 'Section';
  521. $txt['admin_search_section_settings'] = 'Setting';
  522. $txt['core_settings_title'] = 'Core Features';
  523. $txt['mods_cat_features'] = 'General';
  524. $txt['mods_cat_security_general'] = 'General';
  525. $txt['antispam_title'] = 'Anti-Spam';
  526. $txt['mods_cat_modifications_misc'] = 'Miscellaneous';
  527. $txt['mods_cat_layout'] = 'Layout';
  528. $txt['karma'] = 'Karma';
  529. $txt['moderation_settings_short'] = 'Moderation';
  530. $txt['signature_settings_short'] = 'Signatures';
  531. $txt['custom_profile_shorttitle'] = 'Profile Fields';
  532. $txt['pruning_title'] = 'Log Pruning';
  533. $txt['core_settings_activation_message'] = 'The Feature {core_feature} has been activated, click on the title to configure it';
  534. $txt['core_settings_deactivation_message'] = 'The Feature {core_feature} has been deactivated';
  535. $txt['core_settings_generic_error'] = 'An unforeseen error occurred, please relod the page and try again';
  536. $txt['boardsEdit'] = 'Modify Boards';
  537. $txt['mboards_new_cat'] = 'Create New Category';
  538. $txt['manage_holidays'] = 'Manage Holidays';
  539. $txt['calendar_settings'] = 'Calendar Settings';
  540. $txt['search_weights'] = 'Weights';
  541. $txt['search_method'] = 'Search Method';
  542. $txt['smiley_sets'] = 'Smiley Sets';
  543. $txt['smileys_add'] = 'Add Smiley';
  544. $txt['smileys_edit'] = 'Edit Smileys';
  545. $txt['smileys_set_order'] = 'Set Smiley Order';
  546. $txt['icons_edit_message_icons'] = 'Edit Message Icons';
  547. $txt['membergroups_new_group'] = 'Add Membergroup';
  548. $txt['membergroups_edit_groups'] = 'Edit Membergroups';
  549. $txt['permissions_groups'] = 'General Permissions';
  550. $txt['permissions_boards'] = 'Board Permissions';
  551. $txt['permissions_profiles'] = 'Edit Profiles';
  552. $txt['permissions_post_moderation'] = 'Post Moderation';
  553. $txt['browse_packages'] = 'Browse Packages';
  554. $txt['download_packages'] = 'Download Packages';
  555. $txt['installed_packages'] = 'Installed Packages';
  556. $txt['package_file_perms'] = 'File Permissions';
  557. $txt['package_settings'] = 'Options';
  558. $txt['themeadmin_admin_title'] = 'Manage and Install';
  559. $txt['themeadmin_list_title'] = 'Theme Settings';
  560. $txt['themeadmin_reset_title'] = 'Member Options';
  561. $txt['themeadmin_edit_title'] = 'Modify Themes';
  562. $txt['admin_browse_register_new'] = 'Register New Member';
  563. $txt['search_engines'] = 'Search Engines';
  564. $txt['spiders'] = 'Spiders';
  565. $txt['spider_logs'] = 'Spider Log';
  566. $txt['spider_stats'] = 'Stats';
  567. $txt['paid_subscriptions'] = 'Paid Subscriptions';
  568. $txt['paid_subs_view'] = 'View Subscriptions';
  569. ?>