Chris@76
|
1 <?php
|
Chris@76
|
2 // Version: 1.1.5; ModSettings
|
Chris@76
|
3
|
Chris@76
|
4 $txt['smf3'] = 'This page allows you to change the settings of features, mods, and basic options in your forum. Please see the <a href="' . $scripturl . '?action=theme;sa=settings;th=' . $settings['theme_id'] . ';sesc=' . $context['session_id'] . '">theme settings</a> for more options. Click the help icons for more information about a setting.';
|
Chris@76
|
5
|
Chris@76
|
6 $txt['mods_cat_features'] = 'Basic Features';
|
Chris@76
|
7 $txt['pollMode'] = 'Poll mode';
|
Chris@76
|
8 $txt['smf34'] = 'Disable polls';
|
Chris@76
|
9 $txt['smf32'] = 'Enable polls';
|
Chris@76
|
10 $txt['smf33'] = 'Show existing polls as topics';
|
Chris@76
|
11 $txt['allow_guestAccess'] = 'Allow guests to browse the forum';
|
Chris@76
|
12 $txt['userLanguage'] = 'Enable user-selectable language support';
|
Chris@76
|
13 $txt['allow_editDisplayName'] = 'Allow users to edit their displayed name?';
|
Chris@76
|
14 $txt['allow_hideOnline'] = 'Allow non-administrators to hide their online status?';
|
Chris@76
|
15 $txt['allow_hideEmail'] = 'Allow users to hide their email from everyone except admins?';
|
Chris@76
|
16 $txt['guest_hideContacts'] = 'Do not reveal contact details of members to guests';
|
Chris@76
|
17 $txt['titlesEnable'] = 'Enable custom titles';
|
Chris@76
|
18 $txt['enable_buddylist'] = 'Enable buddy lists';
|
Chris@76
|
19 $txt['default_personalText'] = 'Default personal text';
|
Chris@76
|
20 $txt['max_signatureLength'] = 'Maximum allowed characters in signatures<div class="smalltext">(0 for no max.)</div>';
|
Chris@76
|
21 $txt['number_format'] = 'Default number format';
|
Chris@76
|
22 $txt['time_format'] = 'Default time format';
|
Chris@76
|
23 $txt['time_offset'] = 'Overall time offset<div class="smalltext">(added to the member specific option.)</div>';
|
Chris@76
|
24 $txt['failed_login_threshold'] = 'Failed login threshold';
|
Chris@76
|
25 $txt['lastActive'] = 'User online time threshold';
|
Chris@76
|
26 $txt['trackStats'] = 'Track daily statistics';
|
Chris@76
|
27 $txt['hitStats'] = 'Track daily page views (must have stats enabled)';
|
Chris@76
|
28 $txt['enableCompressedOutput'] = 'Enable compressed output';
|
Chris@76
|
29 $txt['databaseSession_enable'] = 'Use database driven sessions';
|
Chris@76
|
30 $txt['databaseSession_loose'] = 'Allow browsers to go back to cached pages';
|
Chris@76
|
31 $txt['databaseSession_lifetime'] = 'Seconds before an unused session timeout';
|
Chris@76
|
32 $txt['enableErrorLogging'] = 'Enable error logging';
|
Chris@76
|
33 $txt['cookieTime'] = 'Default login cookies length (in minutes)';
|
Chris@76
|
34 $txt['localCookies'] = 'Enable local storage of cookies<div class="smalltext">(SSI won\'t work well with this on.)</div>';
|
Chris@76
|
35 $txt['globalCookies'] = 'Use subdomain independent cookies<div class="smalltext">(turn off local cookies first!)</div>';
|
Chris@76
|
36 $txt['securityDisable'] = 'Disable administration security';
|
Chris@76
|
37 $txt['send_validation_onChange'] = 'Require reactivation after email change';
|
Chris@76
|
38 $txt['approveAccountDeletion'] = 'Require admin approval when member deletes account';
|
Chris@76
|
39 $txt['autoOptDatabase'] = 'Optimize tables every how many days?<div class="smalltext">(0 to disable.)</div>';
|
Chris@76
|
40 $txt['autoOptMaxOnline'] = 'Maximum users online when optimizing<div class="smalltext">(0 for no max.)</div>';
|
Chris@76
|
41 $txt['autoFixDatabase'] = 'Automatically fix broken tables';
|
Chris@76
|
42 $txt['allow_disableAnnounce'] = 'Allow users to disable announcements';
|
Chris@76
|
43 $txt['disallow_sendBody'] = 'Don\'t allow post text in notifications?';
|
Chris@76
|
44 $txt['modlog_enabled'] = 'Log moderation actions';
|
Chris@76
|
45 $txt['queryless_urls'] = 'Search engine friendly URLs<div class="smalltext"><b>Apache only!</b></div>';
|
Chris@76
|
46 $txt['max_image_width'] = 'Max width of posted pictures (0 = disable)';
|
Chris@76
|
47 $txt['max_image_height'] = 'Max height of posted pictures (0 = disable)';
|
Chris@76
|
48 $txt['mail_type'] = 'Mail type';
|
Chris@76
|
49 $txt['mail_type_default'] = '(PHP default)';
|
Chris@76
|
50 $txt['smtp_host'] = 'SMTP server';
|
Chris@76
|
51 $txt['smtp_port'] = 'SMTP port';
|
Chris@76
|
52 $txt['smtp_username'] = 'SMTP username';
|
Chris@76
|
53 $txt['smtp_password'] = 'SMTP password';
|
Chris@76
|
54 $txt['enableReportPM'] = 'Enable reporting of personal messages';
|
Chris@76
|
55 $txt['max_pm_recipients'] = 'Maximum number of recipients allowed in a personal message.<div class="smalltext">(0 for no limit, admins are exempt)</div>';
|
Chris@76
|
56 $txt['pm_posts_verification'] = 'Post count under which users must enter code when sending personal messages.<div class="smalltext">(0 for no limit, admins are exempt)</div>';
|
Chris@76
|
57 $txt['pm_posts_per_hour'] = 'Number of personal messages a user may send in an hour.<div class="smalltext">(0 for no limit, moderators are exempt)</div>';
|
Chris@76
|
58
|
Chris@76
|
59 $txt['mods_cat_layout'] = 'Layout and Options';
|
Chris@76
|
60 $txt['compactTopicPagesEnable'] = 'Limit number of displayed page links';
|
Chris@76
|
61 $txt['smf235'] = 'Contiguous pages to display:';
|
Chris@76
|
62 $txt['smf236'] = 'to display';
|
Chris@76
|
63 $txt['todayMod'] = 'Enable "Today" feature';
|
Chris@76
|
64 $txt['smf290'] = 'Disabled';
|
Chris@76
|
65 $txt['smf291'] = 'Only Today';
|
Chris@76
|
66 $txt['smf292'] = 'Today & Yesterday';
|
Chris@76
|
67 $txt['topbottomEnable'] = 'Enable Go Up/Go Down buttons';
|
Chris@76
|
68 $txt['onlineEnable'] = 'Show online/offline in posts and PMs';
|
Chris@76
|
69 $txt['enableVBStyleLogin'] = 'Show a quick login on every page';
|
Chris@76
|
70 $txt['defaultMaxMembers'] = 'Members per page in member list';
|
Chris@76
|
71 $txt['timeLoadPageEnable'] = 'Display time taken to create every page';
|
Chris@76
|
72 $txt['disableHostnameLookup'] = 'Disable hostname lookups?';
|
Chris@76
|
73 $txt['who_enabled'] = 'Enable who\'s online list';
|
Chris@76
|
74
|
Chris@76
|
75 $txt['smf293'] = 'Karma';
|
Chris@76
|
76 $txt['karmaMode'] = 'Karma mode';
|
Chris@76
|
77 $txt['smf64'] = 'Disable karma|Enable karma total|Enable karma positive/negative';
|
Chris@76
|
78 $txt['karmaMinPosts'] = 'Set the minimum posts needed to modify karma';
|
Chris@76
|
79 $txt['karmaWaitTime'] = 'Set wait time in hours';
|
Chris@76
|
80 $txt['karmaTimeRestrictAdmins'] = 'Restrict administrators to wait time';
|
Chris@76
|
81 $txt['karmaLabel'] = 'Karma label';
|
Chris@76
|
82 $txt['karmaApplaudLabel'] = 'Karma applaud label';
|
Chris@76
|
83 $txt['karmaSmiteLabel'] = 'Karma smite label';
|
Chris@76
|
84
|
Chris@76
|
85 $txt['caching_information'] = '<div align="center"><b><u>Important! Read this first before enabling these features.</b></u></div><br />
|
Chris@76
|
86 SMF supports caching through the use of accelerators. The currently supported accelerators include:<br />
|
Chris@76
|
87 <ul>
|
Chris@76
|
88 <li>APC</li>
|
Chris@76
|
89 <li>eAccelerator</li>
|
Chris@76
|
90 <li>Turck MMCache</li>
|
Chris@76
|
91 <li>Memcached</li>
|
Chris@76
|
92 <li>Zend Platform/Performance Suite (Not Zend Optimizer)</li>
|
Chris@76
|
93 </ul>
|
Chris@76
|
94 Caching will only work on your server if you have PHP compiled with one of the above optimizers, or have memcache
|
Chris@76
|
95 available. <br /><br />
|
Chris@76
|
96 SMF performs caching at a variety of levels. The higher the level of caching enabled the more CPU time will be spent
|
Chris@76
|
97 retrieving cached information. If caching is available on your machine it is recommended that you try caching at level 1 first.
|
Chris@76
|
98 <br /><br />
|
Chris@76
|
99 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
|
100 as shown in the example below:<br />
|
Chris@76
|
101 "server1,server2,server3:port,server4"<br /><br />
|
Chris@76
|
102 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
|
103 <br /><br />
|
Chris@76
|
104 %s
|
Chris@76
|
105 <hr />';
|
Chris@76
|
106
|
Chris@76
|
107 $txt['detected_no_caching'] = '<b style="color: red;">SMF has not been able to detect a compatible accelerator on your server.</b>';
|
Chris@76
|
108 $txt['detected_APC'] = '<b style="color: green">SMF has detected that your server has APC installed.';
|
Chris@76
|
109 $txt['detected_eAccelerator'] = '<b style="color: green">SMF has detected that your server has eAccelerator installed.';
|
Chris@76
|
110 $txt['detected_MMCache'] = '<b style="color: green">SMF has detected that your server has MMCache installed.';
|
Chris@76
|
111 $txt['detected_Zend'] = '<b style="color: green">SMF has detected that your server has Zend installed.';
|
Chris@76
|
112 $txt['detected_Memcached'] = '<b style="color: green">SMF has detected that your server has Memcached installed.';
|
Chris@76
|
113
|
Chris@76
|
114 $txt['cache_enable'] = 'Caching Level';
|
Chris@76
|
115 $txt['cache_off'] = 'No caching';
|
Chris@76
|
116 $txt['cache_level1'] = 'Level 1 Caching';
|
Chris@76
|
117 $txt['cache_level2'] = 'Level 2 Caching (Not Recommended)';
|
Chris@76
|
118 $txt['cache_level3'] = 'Level 3 Caching (Not Recommended)';
|
Chris@76
|
119 $txt['cache_memcached'] = 'Memcache settings';
|
Chris@76
|
120
|
Chris@76
|
121 ?> |