source: branches/rsr.v5.1.dev/web/punbb/lang/English/admin_options.php @ 3

Last change on this file since 3 was 3, checked in by dj3c1t, 12 years ago

passage a Fluxbb 1.4.7

File size: 16.5 KB
Line 
1<?php
2
3// Language definitions used in admin-options.php
4$lang_admin_options = array(
5
6'Bad HTTP Referer message'                      =>      'Bad HTTP_REFERER. If you have moved these forums from one location to another or switched domains, you need to update the Base URL manually in the database (look for o_base_url in the config table) and then clear the cache by deleting all .php files in the /cache directory.',
7'Must enter title message'                      =>      'You must enter a board title.',
8'Invalid e-mail message'                        =>      'The admin email address you entered is invalid.',
9'Invalid webmaster e-mail message'      =>      'The webmaster email address you entered is invalid.',
10'SMTP passwords did not match'          =>      'You need to enter the SMTP password twice exactly the same to change it.',
11'Enter announcement here'                       =>      'Enter your announcement here.',
12'Enter rules here'                                      =>      'Enter your rules here.',
13'Default maintenance message'           =>      'The forums are temporarily down for maintenance. Please try again in a few minutes.',
14'Timeout error message'                         =>      'The value of "Timeout online" must be smaller than the value of "Timeout visit".',
15'Options updated redirect'                      =>      'Options updated. Redirecting 
',
16'Options head'                                          =>      'Options',
17
18// Essentials section
19'Essentials subhead'                            =>      'Essentials',
20'Board title label'                                     =>      'Board title',
21'Board title help'                                      =>      'The title of this bulletin board (shown at the top of every page). This field may <strong>not</strong> contain HTML.',
22'Board desc label'                                      =>      'Board description',
23'Board desc help'                                       =>      'A short description of this bulletin board (shown at the top of every page). This field may contain HTML.',
24'Base URL label'                                        =>      'Base URL',
25'Base URL help'                                         =>      'The complete URL of the board without trailing slash (i.e. http://www.mydomain.com/forums). This <strong>must</strong> be correct in order for all admin and moderator features to work. If you get "Bad referer" errors, it\'s probably incorrect.',
26'Timezone label'                                        =>      'Default time zone',
27'Timezone help'                                         =>      'The default time zone for guests and users attempting to register for the board.',
28'DST label'                                                     =>      'Adjust for DST',
29'DST help'                                                      =>      'Check if daylight savings is in effect (advances times by 1 hour).',
30'Language label'                                        =>      'Default language',
31'Language help'                                         =>      'The default language for guests and users who haven\'t changed from the default in their profile. If you remove a language pack, this must be updated.',
32'Default style label'                           =>      'Default style',
33'Default style help'                            =>      'The default style for guests and users who haven\'t changed from the default in their profile.',
34
35// Essentials section timezone options
36'UTC-12:00'                                                     =>      '(UTC-12:00) International Date Line West',
37'UTC-11:00'                                                     =>      '(UTC-11:00) Niue, Samoa',
38'UTC-10:00'                                                     =>      '(UTC-10:00) Hawaii-Aleutian, Cook Island',
39'UTC-09:30'                                                     =>      '(UTC-09:30) Marquesas Islands',
40'UTC-09:00'                                                     =>      '(UTC-09:00) Alaska, Gambier Island',
41'UTC-08:30'                                                     =>      '(UTC-08:30) Pitcairn Islands',
42'UTC-08:00'                                                     =>      '(UTC-08:00) Pacific',
43'UTC-07:00'                                                     =>      '(UTC-07:00) Mountain',
44'UTC-06:00'                                                     =>      '(UTC-06:00) Central',
45'UTC-05:00'                                                     =>      '(UTC-05:00) Eastern',
46'UTC-04:00'                                                     =>      '(UTC-04:00) Atlantic',
47'UTC-03:30'                                                     =>      '(UTC-03:30) Newfoundland',
48'UTC-03:00'                                                     =>      '(UTC-03:00) Amazon, Central Greenland',
49'UTC-02:00'                                                     =>      '(UTC-02:00) Mid-Atlantic',
50'UTC-01:00'                                                     =>      '(UTC-01:00) Azores, Cape Verde, Eastern Greenland',
51'UTC'                                                           =>      '(UTC) Western European, Greenwich',
52'UTC+01:00'                                                     =>      '(UTC+01:00) Central European, West African',
53'UTC+02:00'                                                     =>      '(UTC+02:00) Eastern European, Central African',
54'UTC+03:00'                                                     =>      '(UTC+03:00) Moscow, Eastern African',
55'UTC+03:30'                                                     =>      '(UTC+03:30) Iran',
56'UTC+04:00'                                                     =>      '(UTC+04:00) Gulf, Samara',
57'UTC+04:30'                                                     =>      '(UTC+04:30) Afghanistan',
58'UTC+05:00'                                                     =>      '(UTC+05:00) Pakistan, Yekaterinburg',
59'UTC+05:30'                                                     =>      '(UTC+05:30) India, Sri Lanka',
60'UTC+05:45'                                                     =>      '(UTC+05:45) Nepal',
61'UTC+06:00'                                                     =>      '(UTC+06:00) Bangladesh, Bhutan, Novosibirsk',
62'UTC+06:30'                                                     =>      '(UTC+06:30) Cocos Islands, Myanmar',
63'UTC+07:00'                                                     =>      '(UTC+07:00) Indochina, Krasnoyarsk',
64'UTC+08:00'                                                     =>      '(UTC+08:00) Greater China, Australian Western, Irkutsk',
65'UTC+08:45'                                                     =>      '(UTC+08:45) Southeastern Western Australia',
66'UTC+09:00'                                                     =>      '(UTC+09:00) Japan, Korea, Chita',
67'UTC+09:30'                                                     =>      '(UTC+09:30) Australian Central',
68'UTC+10:00'                                                     =>      '(UTC+10:00) Australian Eastern, Vladivostok',
69'UTC+10:30'                                                     =>      '(UTC+10:30) Lord Howe',
70'UTC+11:00'                                                     =>      '(UTC+11:00) Solomon Island, Magadan',
71'UTC+11:30'                                                     =>      '(UTC+11:30) Norfolk Island',
72'UTC+12:00'                                                     =>      '(UTC+12:00) New Zealand, Fiji, Kamchatka',
73'UTC+12:45'                                                     =>      '(UTC+12:45) Chatham Islands',
74'UTC+13:00'                                                     =>      '(UTC+13:00) Tonga, Phoenix Islands',
75'UTC+14:00'                                                     =>      '(UTC+14:00) Line Islands',
76
77// Timeout Section
78'Timeouts subhead'                                      =>      'Time and timeouts',
79'Time format label'                                     =>      'Time format',
80'PHP manual'                                            =>      'PHP manual',
81'Time format help'                                      =>      '[Current format: %s]. See %s for formatting options.',
82'Date format label'                                     =>      'Date format',
83'Date format help'                                      =>      '[Current format: %s]. See %s for formatting options.',
84'Visit timeout label'                           =>      'Visit timeout',
85'Visit timeout help'                            =>      'Number of seconds a user must be idle before his/hers last visit data is updated (primarily affects new message indicators).',
86'Online timeout label'                          =>      'Online timeout',
87'Online timeout help'                           =>      'Number of seconds a user must be idle before being removed from the online users list.',
88'Redirect time label'                           =>      'Redirect time',
89'Redirect time help'                            =>      'Number of seconds to wait when redirecting. If set to 0, no redirect page will be displayed (not recommended).',
90
91// Display Section
92'Display subhead'                                       =>      'Display',
93'Version number label'                          =>      'Version number',
94'Version number help'                           =>      'Show FluxBB version number in footer.',
95'Info in posts label'                           =>      'User info in posts',
96'Info in posts help'                            =>      'Show information about the poster under the username in topic view. The information affected is location, register date, post count and the contact links (email and URL).',
97'Post count label'                                      =>      'User post count',
98'Post count help'                                       =>      'Show the number of posts a user has made (affects topic view, profile and user list).',
99'Smilies label'                                         =>      'Smilies in posts',
100'Smilies help'                                          =>      'Convert smilies to small graphic icons.',
101'Smilies sigs label'                            =>      'Smilies in signatures',
102'Smilies sigs help'                                     =>      'Convert smilies to small graphic icons in user signatures.',
103'Clickable links label'                         =>      'Make clickable links',
104'Clickable links help'                          =>      'When enabled, FluxBB will automatically detect any URLs in posts and make them clickable hyperlinks.',
105'Topic review label'                            =>      'Topic review',
106'Topic review help'                                     =>      'Maximum number of posts to display when posting (newest first). Set to 0 to disable.',
107'Topics per page label'                         =>      'Topics per page',
108'Topics per page help'                          =>      'The default number of topics to display per page in a forum. Users can personalize this setting.',
109'Posts per page label'                          =>      'Posts per page',
110'Posts per page help'                           =>      'The default number of posts to display per page in a topic. Users can personalize this setting.',
111'Indent label'                                          =>      'Indent size',
112'Indent help'                                           =>      'If set to 8, a regular tab will be used when displaying text within the [code][/code] tag. Otherwise this many spaces will be used to indent the text.',
113'Quote depth label'                                     =>      'Maximum [quote] depth',
114'Quote depth help'                                      =>      'The maximum times a [quote] tag can go inside other [quote] tags, any tags deeper than this will be discarded.',
115
116// Features section
117'Features subhead'                                      =>      'Features',
118'Quick post label'                                      =>      'Quick post',
119'Quick post help'                                       =>      'When enabled, FluxBB will add a quick post form at the bottom of topics. This way users can post directly from the topic view.',
120'Users online label'                            =>      'Users online',
121'Users online help'                                     =>      'Display info on the index page about guests and registered users currently browsing the board.',
122'Censor words label'                            =>      'Censor words',
123'Censor words help'                                     =>      'Enable this to censor specific words in the board. See %s for more info.',
124'Signatures label'                                      =>      'Signatures',
125'Signatures help'                                       =>      'Allow users to attach a signature to their posts.',
126'User ranks label'                                      =>      'User ranks',
127'User ranks help'                                       =>      'Enable this to use user ranks. See %s for more info.',
128'User has posted label'                         =>      'User has posted earlier',
129'User has posted help'                          =>      'This feature displays a dot in front of topics in viewforum.php in case the currently logged in user has posted in that topic earlier. Disable if you are experiencing high server load.',
130'Topic views label'                                     =>      'Topic views',
131'Topic views help'                                      =>      'Keep track of the number of views a topic has. Disable if you are experiencing high server load in a busy forum.',
132'Quick jump label'                                      =>      'Quick jump',
133'Quick jump help'                                       =>      'Enable the quick jump (jump to forum) drop list.',
134'GZip label'                                            =>      'GZip output',
135'GZip help'                                                     =>      'If enabled, FluxBB will gzip the output sent to browsers. This will reduce bandwidth usage, but use a little more CPU. This feature requires that PHP is configured with zlib (--with-zlib). Note: If you already have one of the Apache modules mod_gzip or mod_deflate set up to compress PHP scripts, you should disable this feature.',
136'Search all label'                                      =>      'Search all forums',
137'Search all help'                                       =>      'When disabled, searches will only be allowed in one forum at a time. Disable if server load is high due to excessive searching.',
138'Menu items label'                                      =>      'Additional menu items',
139'Menu items help'                                       =>      'By entering HTML hyperlinks into this textbox, any number of items can be added to the navigation menu at the top of all pages. The format for adding new links is X = &lt;a href="URL"&gt;LINK&lt;/a&gt; where X is the position at which the link should be inserted (e.g. 0 to insert at the beginning and 2 to insert after "User list"). Separate entries with a linebreak.',
140
141// Feeds section
142'Feed subhead'                                          =>      'Syndication',
143'Default feed label'                            =>      'Default feed type',
144'Default feed help'                                     =>      'Select the type of syndication feed to display. Note: Choosing none will not disable feeds, only hide them by default.',
145'None'                                                          =>      'None',
146'RSS'                                                           =>      'RSS',
147'Atom'                                                          =>      'Atom',
148'Feed TTL label'                                        =>      'Duration to cache feeds',
149'Feed TTL help'                                         =>      'Feeds can be cached to lower the resource usage of feeds.',
150'No cache'                                                      =>      'Don\'t cache',
151'Minutes'                                                       =>      '%d minutes',
152
153// Reports section
154'Reports subhead'                                       =>      'Reports',
155'Reporting method label'                        =>      'Reporting method',
156'Internal'                                                      =>      'Internal',
157'By e-mail'                                                     =>      'Email',
158'Both'                                                          =>      'Both',
159'Reporting method help'                         =>      'Select the method for handling topic/post reports. You can choose whether topic/post reports should be handled by the internal report system, emailed to the addresses on the mailing list (see below) or both.',
160'Mailing list label'                            =>      'Mailing list',
161'Mailing list help'                                     =>      'A comma separated list of subscribers. The people on this list are the recipients of reports.',
162
163// Avatars section
164'Avatars subhead'                                       =>      'Avatars',
165'Use avatars label'                                     =>      'Use avatars',
166'Use avatars help'                                      =>      'When enabled, users will be able to upload an avatar which will be displayed under their title/rank.',
167'Upload directory label'                        =>      'Upload directory',
168'Upload directory help'                         =>      'The upload directory for avatars (relative to the FluxBB root directory). PHP must have write permissions to this directory.',
169'Max width label'                                       =>      'Max width',
170'Max width help'                                        =>      'The maximum allowed width of avatars in pixels (60 is recommended).',
171'Max height label'                                      =>      'Max height',
172'Max height help'                                       =>      'The maximum allowed height of avatars in pixels (60 is recommended).',
173'Max size label'                                        =>      'Max size',
174'Max size help'                                         =>      'The maximum allowed size of avatars in bytes (10240 is recommended).',
175
176// E-mail section
177'E-mail subhead'                                        =>      'Email',
178'Admin e-mail label'                            =>      'Admin email',
179'Admin e-mail help'                                     =>      'The email address of the board administrator.',
180'Webmaster e-mail label'                        =>      'Webmaster email',
181'Webmaster e-mail help'                         =>      'This is the address that all emails sent by the board will be addressed from.',
182'Forum subscriptions label'                     =>      'Forum subscriptions',
183'Forum subscriptions help'                      =>      'Enable users to subscribe to forums (receive email when someone creates a new topic).',
184'Topic subscriptions label'                     =>      'Topic subscriptions',
185'Topic subscriptions help'                      =>      'Enable users to subscribe to topics (receive email when someone replies).',
186'SMTP address label'                            =>      'SMTP server address',
187'SMTP address help'                                     =>      'The address of an external SMTP server to send emails with. You can specify a custom port number if the SMTP server doesn\'t run on the default port 25 (example: mail.myhost.com:3580). Leave blank to use the local mail program.',
188'SMTP username label'                           =>      'SMTP username',
189'SMTP username help'                            =>      'Username for SMTP server. Only enter a username if it is required by the SMTP server (most servers <strong>do not</strong> require authentication).',
190'SMTP password label'                           =>      'SMTP password',
191'SMTP change password help'                     =>      'Check this if you want to change or delete the currently stored password.',
192'SMTP password help'                            =>      'Password for SMTP server. Only enter a password if it is required by the SMTP server (most servers <strong>do not</strong> require authentication). Please enter your password twice to confirm.',
193'SMTP SSL label'                                        =>      'Encrypt SMTP using SSL',
194'SMTP SSL help'                                         =>      'Encrypts the connection to the SMTP server using SSL. Should only be used if your SMTP server requires it and your version of PHP supports SSL.',
195
196// Registration Section
197'Registration subhead'                          =>      'Registration',
198'Allow new label'                                       =>      'Allow new registrations',
199'Allow new help'                                        =>      'Controls whether this board accepts new registrations. Disable only under special circumstances.',
200'Verify label'                                          =>      'Verify registrations',
201'Verify help'                                           =>      'When enabled, users are emailed a random password when they register. They can then log in and change the password in their profile if they see fit. This feature also requires users to verify new email addresses if they choose to change from the one they registered with. This is an effective way of avoiding registration abuse and making sure that all users have "correct" email addresses in their profiles.',
202'Report new label'                                      =>      'Report new registrations',
203'Report new help'                                       =>      'If enabled, FluxBB will notify users on the mailing list (see above) when a new user registers in the forums.',
204'Use rules label'                                       =>      'User forum rules',
205'Use rules help'                                        =>      'When enabled, users must agree to a set of rules when registering (enter text below). The rules will always be available through a link in the navigation table at the top of every page.',
206'Rules label'                                           =>      'Enter your rules here',
207'Rules help'                                            =>      'Here you can enter any rules or other information that the user must review and accept when registering. If you enabled rules above you have to enter something here, otherwise it will be disabled. This text will not be parsed like regular posts and thus may contain HTML.',
208'E-mail default label'                          =>      'Default email setting',
209'E-mail default help'                           =>      'Choose the default privacy setting for new user registrations.',
210'Display e-mail label'                          =>      'Display email address to other users.',
211'Hide allow form label'                         =>      'Hide email address but allow form e-mail.',
212'Hide both label'                                       =>      'Hide email address and disallow form email.',
213
214// Announcement Section
215'Announcement subhead'                          =>      'Announcements',
216'Display announcement label'            =>      'Display announcement',
217'Display announcement help'                     =>      'Enable this to display the below message in the board.',
218'Announcement message label'            =>      'Announcement message',
219'Announcement message help'                     =>      'This text will not be parsed like regular posts and thus may contain HTML.',
220
221// Maintenance Section
222'Maintenance subhead'                           =>      'Maintenance',
223'Maintenance mode label'                        =>      'Maintenance mode',
224'Maintenance mode help'                         =>      'When enabled, the board will only be available to administrators. This should be used if the board needs to be taken down temporarily for maintenance. <strong>WARNING! Do not log out when the board is in maintenance mode.</strong> You will not be able to login again.',
225'Maintenance message label'                     =>      'Maintenance message',
226'Maintenance message help'                      =>      'The message that will be displayed to users when the board is in maintenance mode. If left blank, a default message will be used. This text will not be parsed like regular posts and thus may contain HTML.',
227
228);
Note: See TracBrowser for help on using the repository browser.