Chris@76: theme settings for more options. Click the help icons for more information about a setting.'; Chris@76: Chris@76: $txt['mods_cat_features'] = 'Basic Features'; Chris@76: $txt['pollMode'] = 'Poll mode'; Chris@76: $txt['smf34'] = 'Disable polls'; Chris@76: $txt['smf32'] = 'Enable polls'; Chris@76: $txt['smf33'] = 'Show existing polls as topics'; Chris@76: $txt['allow_guestAccess'] = 'Allow guests to browse the forum'; Chris@76: $txt['userLanguage'] = 'Enable user-selectable language support'; Chris@76: $txt['allow_editDisplayName'] = 'Allow users to edit their displayed name?'; Chris@76: $txt['allow_hideOnline'] = 'Allow non-administrators to hide their online status?'; Chris@76: $txt['allow_hideEmail'] = 'Allow users to hide their email from everyone except admins?'; Chris@76: $txt['guest_hideContacts'] = 'Do not reveal contact details of members to guests'; Chris@76: $txt['titlesEnable'] = 'Enable custom titles'; Chris@76: $txt['enable_buddylist'] = 'Enable buddy lists'; Chris@76: $txt['default_personalText'] = 'Default personal text'; Chris@76: $txt['max_signatureLength'] = 'Maximum allowed characters in signatures
(0 for no max.)
'; Chris@76: $txt['number_format'] = 'Default number format'; Chris@76: $txt['time_format'] = 'Default time format'; Chris@76: $txt['time_offset'] = 'Overall time offset
(added to the member specific option.)
'; Chris@76: $txt['failed_login_threshold'] = 'Failed login threshold'; Chris@76: $txt['lastActive'] = 'User online time threshold'; Chris@76: $txt['trackStats'] = 'Track daily statistics'; Chris@76: $txt['hitStats'] = 'Track daily page views (must have stats enabled)'; Chris@76: $txt['enableCompressedOutput'] = 'Enable compressed output'; Chris@76: $txt['databaseSession_enable'] = 'Use database driven sessions'; Chris@76: $txt['databaseSession_loose'] = 'Allow browsers to go back to cached pages'; Chris@76: $txt['databaseSession_lifetime'] = 'Seconds before an unused session timeout'; Chris@76: $txt['enableErrorLogging'] = 'Enable error logging'; Chris@76: $txt['cookieTime'] = 'Default login cookies length (in minutes)'; Chris@76: $txt['localCookies'] = 'Enable local storage of cookies
(SSI won\'t work well with this on.)
'; Chris@76: $txt['globalCookies'] = 'Use subdomain independent cookies
(turn off local cookies first!)
'; Chris@76: $txt['securityDisable'] = 'Disable administration security'; Chris@76: $txt['send_validation_onChange'] = 'Require reactivation after email change'; Chris@76: $txt['approveAccountDeletion'] = 'Require admin approval when member deletes account'; Chris@76: $txt['autoOptDatabase'] = 'Optimize tables every how many days?
(0 to disable.)
'; Chris@76: $txt['autoOptMaxOnline'] = 'Maximum users online when optimizing
(0 for no max.)
'; Chris@76: $txt['autoFixDatabase'] = 'Automatically fix broken tables'; Chris@76: $txt['allow_disableAnnounce'] = 'Allow users to disable announcements'; Chris@76: $txt['disallow_sendBody'] = 'Don\'t allow post text in notifications?'; Chris@76: $txt['modlog_enabled'] = 'Log moderation actions'; Chris@76: $txt['queryless_urls'] = 'Search engine friendly URLs
Apache only!
'; Chris@76: $txt['max_image_width'] = 'Max width of posted pictures (0 = disable)'; Chris@76: $txt['max_image_height'] = 'Max height of posted pictures (0 = disable)'; Chris@76: $txt['mail_type'] = 'Mail type'; Chris@76: $txt['mail_type_default'] = '(PHP default)'; Chris@76: $txt['smtp_host'] = 'SMTP server'; Chris@76: $txt['smtp_port'] = 'SMTP port'; Chris@76: $txt['smtp_username'] = 'SMTP username'; Chris@76: $txt['smtp_password'] = 'SMTP password'; Chris@76: $txt['enableReportPM'] = 'Enable reporting of personal messages'; Chris@76: $txt['max_pm_recipients'] = 'Maximum number of recipients allowed in a personal message.
(0 for no limit, admins are exempt)
'; Chris@76: $txt['pm_posts_verification'] = 'Post count under which users must enter code when sending personal messages.
(0 for no limit, admins are exempt)
'; Chris@76: $txt['pm_posts_per_hour'] = 'Number of personal messages a user may send in an hour.
(0 for no limit, moderators are exempt)
'; Chris@76: Chris@76: $txt['mods_cat_layout'] = 'Layout and Options'; Chris@76: $txt['compactTopicPagesEnable'] = 'Limit number of displayed page links'; Chris@76: $txt['smf235'] = 'Contiguous pages to display:'; Chris@76: $txt['smf236'] = 'to display'; Chris@76: $txt['todayMod'] = 'Enable "Today" feature'; Chris@76: $txt['smf290'] = 'Disabled'; Chris@76: $txt['smf291'] = 'Only Today'; Chris@76: $txt['smf292'] = 'Today & Yesterday'; Chris@76: $txt['topbottomEnable'] = 'Enable Go Up/Go Down buttons'; Chris@76: $txt['onlineEnable'] = 'Show online/offline in posts and PMs'; Chris@76: $txt['enableVBStyleLogin'] = 'Show a quick login on every page'; Chris@76: $txt['defaultMaxMembers'] = 'Members per page in member list'; Chris@76: $txt['timeLoadPageEnable'] = 'Display time taken to create every page'; Chris@76: $txt['disableHostnameLookup'] = 'Disable hostname lookups?'; Chris@76: $txt['who_enabled'] = 'Enable who\'s online list'; Chris@76: Chris@76: $txt['smf293'] = 'Karma'; Chris@76: $txt['karmaMode'] = 'Karma mode'; Chris@76: $txt['smf64'] = 'Disable karma|Enable karma total|Enable karma positive/negative'; Chris@76: $txt['karmaMinPosts'] = 'Set the minimum posts needed to modify karma'; Chris@76: $txt['karmaWaitTime'] = 'Set wait time in hours'; Chris@76: $txt['karmaTimeRestrictAdmins'] = 'Restrict administrators to wait time'; Chris@76: $txt['karmaLabel'] = 'Karma label'; Chris@76: $txt['karmaApplaudLabel'] = 'Karma applaud label'; Chris@76: $txt['karmaSmiteLabel'] = 'Karma smite label'; Chris@76: Chris@76: $txt['caching_information'] = '
Important! Read this first before enabling these features.

Chris@76: SMF supports caching through the use of accelerators. The currently supported accelerators include:
Chris@76: Chris@76: Caching will only work on your server if you have PHP compiled with one of the above optimizers, or have memcache Chris@76: available.

Chris@76: SMF performs caching at a variety of levels. The higher the level of caching enabled the more CPU time will be spent Chris@76: retrieving cached information. If caching is available on your machine it is recommended that you try caching at level 1 first. Chris@76:

Chris@76: Note that if you use memcached you need to provide the server details in the setting below. This should be entered as a comma separated list Chris@76: as shown in the example below:
Chris@76: "server1,server2,server3:port,server4"

Chris@76: Note that if no port is specified SMF will use port 11211. SMF will attempt to perform rough/random load balancing across the servers. Chris@76:

Chris@76: %s Chris@76:
'; Chris@76: Chris@76: $txt['detected_no_caching'] = 'SMF has not been able to detect a compatible accelerator on your server.'; Chris@76: $txt['detected_APC'] = 'SMF has detected that your server has APC installed.'; Chris@76: $txt['detected_eAccelerator'] = 'SMF has detected that your server has eAccelerator installed.'; Chris@76: $txt['detected_MMCache'] = 'SMF has detected that your server has MMCache installed.'; Chris@76: $txt['detected_Zend'] = 'SMF has detected that your server has Zend installed.'; Chris@76: $txt['detected_Memcached'] = 'SMF has detected that your server has Memcached installed.'; Chris@76: Chris@76: $txt['cache_enable'] = 'Caching Level'; Chris@76: $txt['cache_off'] = 'No caching'; Chris@76: $txt['cache_level1'] = 'Level 1 Caching'; Chris@76: $txt['cache_level2'] = 'Level 2 Caching (Not Recommended)'; Chris@76: $txt['cache_level3'] = 'Level 3 Caching (Not Recommended)'; Chris@76: $txt['cache_memcached'] = 'Memcache settings'; Chris@76: Chris@76: ?>