annotate forum/Themes/default/languages/Admin.english.php @ 89:c27a792883cb website

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