xref: /dokuwiki/lib/plugins/config/lang/en/lang.php (revision d6d855093f24c6c3f608d005189385959a7efbf7)
1<?php
2/**
3 * english language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Christopher Smith <chris@jalakai.co.uk>
7 */
8
9// for admin plugins, the menu prompt to be displayed in the admin menu
10// if set here, the plugin doesn't need to override the getMenuText() method
11$lang['menu']       = 'Configuration Settings';
12
13$lang['error']      = 'Settings not updated due to an invalid value, please review your changes and resubmit.
14                       <br />The incorrect value(s) will be shown surrounded by a red border.';
15$lang['updated']    = 'Settings updated successfully.';
16$lang['nochoice']   = '(no other choices available)';
17$lang['locked']     = 'The settings file can not be updated, if this is unintentional, <br />
18                       ensure the local settings file name and permissions are correct.';
19
20$lang['danger']     = 'Danger: Changing this option could make your wiki and the configuration menu inaccessible.';
21$lang['warning']    = 'Warning: Changing this option could cause unintended behaviour.';
22$lang['security']   = 'Security Warning: Changing this option could present a security risk.';
23
24/* --- Config Setting Headers --- */
25$lang['_configuration_manager'] = 'Configuration Manager'; //same as heading in intro.txt
26$lang['_header_dokuwiki'] = 'DokuWiki Settings';
27$lang['_header_plugin'] = 'Plugin Settings';
28$lang['_header_template'] = 'Template Settings';
29$lang['_header_undefined'] = 'Undefined Settings';
30
31/* --- Config Setting Groups --- */
32$lang['_basic'] = 'Basic Settings';
33$lang['_display'] = 'Display Settings';
34$lang['_authentication'] = 'Authentication Settings';
35$lang['_anti_spam'] = 'Anti-Spam Settings';
36$lang['_editing'] = 'Editing Settings';
37$lang['_links'] = 'Link Settings';
38$lang['_media'] = 'Media Settings';
39$lang['_notifications'] = 'Notification Settings';
40$lang['_syndication']   = 'Syndication Settings';
41$lang['_advanced'] = 'Advanced Settings';
42$lang['_network'] = 'Network Settings';
43// The settings group name for plugins and templates can be set with
44// plugin_settings_name and template_settings_name respectively. If one
45// of these lang properties is not set, the group name will be generated
46// from the plugin or template name and the localized suffix.
47$lang['_plugin_sufix'] = 'Plugin Settings';
48$lang['_template_sufix'] = 'Template Settings';
49
50/* --- Undefined Setting Messages --- */
51$lang['_msg_setting_undefined'] = 'No setting metadata.';
52$lang['_msg_setting_no_class'] = 'No setting class.';
53$lang['_msg_setting_no_default'] = 'No default value.';
54
55/* -------------------- Config Options --------------------------- */
56
57/* Basic Settings */
58$lang['title']       = 'Wiki title aka. your wiki\'s name';
59$lang['start']       = 'Page name to use as the starting point for each namespace';
60$lang['lang']        = 'Interface language';
61$lang['template']    = 'Template aka. the design of the wiki.';
62$lang['tagline']     = 'Tagline (if template supports it)';
63$lang['sidebar']     = 'Sidebar page name (if template supports it), empty field disables the sidebar';
64$lang['license']     = 'Under which license should your content be released?';
65$lang['savedir']     = 'Directory for saving data';
66$lang['basedir']     = 'Server path (eg. <code>/dokuwiki/</code>). Leave blank for autodetection.';
67$lang['baseurl']     = 'Server URL (eg. <code>http://www.yourserver.com</code>). Leave blank for autodetection.';
68$lang['cookiedir']   = 'Cookie path. Leave blank for using baseurl.';
69$lang['dmode']       = 'Directory creation mode';
70$lang['fmode']       = 'File creation mode';
71$lang['allowdebug']  = 'Allow debug <b>disable if not needed!</b>';
72
73/* Display Settings */
74$lang['recent']      = 'Number of entries per page in the recent changes';
75$lang['recent_days'] = 'How many recent changes to keep (days)';
76$lang['breadcrumbs'] = 'Number of "trace" breadcrumbs. Set to 0 to disable.';
77$lang['youarehere']  = 'Use hierarchical breadcrumbs (you probably want to disable the above option then)';
78$lang['fullpath']    = 'Reveal full path of pages in the footer';
79$lang['typography']  = 'Do typographical replacements';
80$lang['dformat']     = 'Date format (see PHP\'s <a href="http://www.php.net/strftime">strftime</a> function)';
81$lang['signature']   = 'What to insert with the signature button in the editor';
82$lang['showuseras']  = 'What to display when showing the user that last edited a page';
83$lang['toptoclevel'] = 'Top level for table of contents';
84$lang['tocminheads'] = 'Minimum amount of headlines that determines whether the TOC is built';
85$lang['maxtoclevel'] = 'Maximum level for table of contents';
86$lang['maxseclevel'] = 'Maximum section edit level';
87$lang['camelcase']   = 'Use CamelCase for links';
88$lang['deaccent']    = 'How to clean pagenames';
89$lang['useheading']  = 'Use first heading for pagenames';
90$lang['sneaky_index'] = 'By default, DokuWiki will show all namespaces in the sitemap. Enabling this option will hide those where the user doesn\'t have read permissions. This might result in hiding of accessable subnamespaces which may make the index unusable with certain ACL setups.';
91$lang['hidepages']   = 'Hide pages matching this regular expressions from search, the sitemap and other automatic indexes';
92
93/* Authentication Settings */
94$lang['useacl']      = 'Use access control lists';
95$lang['autopasswd']  = 'Autogenerate passwords';
96$lang['authtype']    = 'Authentication backend';
97$lang['passcrypt']   = 'Password encryption method';
98$lang['defaultgroup']= 'Default group, all new users will be placed in this group';
99$lang['superuser']   = 'Superuser - group, user or comma separated list user1,@group1,user2 with full access to all pages and functions regardless of the ACL settings';
100$lang['manager']     = 'Manager - group, user or comma separated list user1,@group1,user2 with access to certain management functions';
101$lang['profileconfirm'] = 'Confirm profile changes with password';
102$lang['rememberme'] = 'Allow permanent login cookies (remember me)';
103$lang['disableactions'] = 'Disable DokuWiki actions';
104$lang['disableactions_check'] = 'Check';
105$lang['disableactions_subscription'] = 'Subscribe/Unsubscribe';
106$lang['disableactions_wikicode'] = 'View source/Export Raw';
107$lang['disableactions_other'] = 'Other actions (comma separated)';
108$lang['auth_security_timeout'] = 'Authentication Security Timeout (seconds)';
109$lang['securecookie'] = 'Should cookies set via HTTPS only be sent via HTTPS by the browser? Disable this option when only the login of your wiki is secured with SSL but browsing the wiki is done unsecured.';
110$lang['remote']      = 'Enable the remote API system. This allows other applications to access the wiki via XML-RPC or other mechanisms.';
111$lang['remoteuser']  = 'Restrict remote API access to the comma separated groups or users given here. Leave empty to give access to everyone.';
112
113/* Anti-Spam Settings */
114$lang['usewordblock']= 'Block spam based on wordlist';
115$lang['relnofollow'] = 'Use rel="nofollow" on external links';
116$lang['indexdelay']  = 'Time delay before indexing (sec)';
117$lang['mailguard']   = 'Obfuscate email addresses';
118$lang['iexssprotect']= 'Check uploaded files for possibly malicious JavaScript or HTML code';
119
120/* Editing Settings */
121$lang['usedraft']    = 'Automatically save a draft while editing';
122$lang['htmlok']      = 'Allow embedded HTML';
123$lang['phpok']       = 'Allow embedded PHP';
124$lang['locktime']    = 'Maximum age for lock files (sec)';
125$lang['cachetime']   = 'Maximum age for cache (sec)';
126
127/* Link settings */
128$lang['target____wiki']      = 'Target window for internal links';
129$lang['target____interwiki'] = 'Target window for interwiki links';
130$lang['target____extern']    = 'Target window for external links';
131$lang['target____media']     = 'Target window for media links';
132$lang['target____windows']   = 'Target window for windows links';
133
134/* Media Settings */
135$lang['mediarevisions'] = 'Enable Mediarevisions?';
136$lang['refcheck']    = 'Check if a media file is still in use before deleting it';
137$lang['gdlib']       = 'GD Lib version';
138$lang['im_convert']  = 'Path to ImageMagick\'s convert tool';
139$lang['jpg_quality'] = 'JPG compression quality (0-100)';
140$lang['fetchsize']   = 'Maximum size (bytes) fetch.php may download from external URLs, eg. to cache and resize external images.';
141
142/* Notification Settings */
143$lang['subscribers'] = 'Allow users to subscribe to page changes by email';
144$lang['subscribe_time'] = 'Time after which subscription lists and digests are sent (sec); This should be smaller than the time specified in recent_days.';
145$lang['notify']      = 'Always send change notifications to this email address';
146$lang['registernotify'] = 'Always send info on newly registered users to this email address';
147$lang['mailfrom']    = 'Sender email address to use for automatic mails';
148$lang['mailprefix']  = 'Email subject prefix to use for automatic mails. Leave blank to use the wiki title';
149$lang['htmlmail']    = 'Send better looking, but larger in size HTML multipart emails. Disable for plain text only mails.';
150
151/* Syndication Settings */
152$lang['sitemap']     = 'Generate Google sitemap this often (in days). 0 to disable';
153$lang['rss_type']    = 'XML feed type';
154$lang['rss_linkto']  = 'XML feed links to';
155$lang['rss_content'] = 'What to display in the XML feed items?';
156$lang['rss_update']  = 'XML feed update interval (sec)';
157$lang['rss_show_summary'] = 'XML feed show summary in title';
158$lang['rss_media']   = 'What kind of changes should be listed in the XML feed?';
159
160/* Advanced Options */
161$lang['updatecheck'] = 'Check for updates and security warnings? DokuWiki needs to contact update.dokuwiki.org for this feature.';
162$lang['userewrite']  = 'Use nice URLs';
163$lang['useslash']    = 'Use slash as namespace separator in URLs';
164$lang['sepchar']     = 'Page name word separator';
165$lang['canonical']   = 'Use fully canonical URLs';
166$lang['fnencode']    = 'Method for encoding non-ASCII filenames.';
167$lang['autoplural']  = 'Check for plural forms in links';
168$lang['compression'] = 'Compression method for attic files';
169$lang['gzip_output'] = 'Use gzip Content-Encoding for xhtml';
170$lang['compress']    = 'Compact CSS and javascript output';
171$lang['cssdatauri']  = 'Size in bytes up to which images referenced in CSS files should be embedded right into the stylesheet to reduce HTTP request header overhead. This technique won\'t work in IE 7 and below! <code>400</code> to <code>600</code> bytes is a good value. Set <code>0</code> to disable.';
172$lang['send404']     = 'Send "HTTP 404/Page Not Found" for non existing pages';
173$lang['broken_iua']  = 'Is the ignore_user_abort function broken on your system? This could cause a non working search index. IIS+PHP/CGI is known to be broken. See <a href="http://bugs.dokuwiki.org/?do=details&amp;task_id=852">Bug 852</a> for more info.';
174$lang['xsendfile']   = 'Use the X-Sendfile header to let the webserver deliver static files? Your webserver needs to support this.';
175$lang['renderer_xhtml']   = 'Renderer to use for main (xhtml) wiki output';
176$lang['renderer__core']   = '%s (dokuwiki core)';
177$lang['renderer__plugin'] = '%s (plugin)';
178
179/* Network Options */
180$lang['dnslookups'] = 'DokuWiki will lookup hostnames for remote IP addresses of users editing pages. If you have a slow or non working DNS server or don\'t want this feature, disable this option';
181
182/* Proxy Options */
183$lang['proxy____host']    = 'Proxy servername';
184$lang['proxy____port']    = 'Proxy port';
185$lang['proxy____user']    = 'Proxy user name';
186$lang['proxy____pass']    = 'Proxy password';
187$lang['proxy____ssl']     = 'Use SSL to connect to proxy';
188$lang['proxy____except']  = 'Regular expression to match URLs for which the proxy should be skipped for.';
189
190/* Safemode Hack */
191$lang['safemodehack'] = 'Enable safemode hack';
192$lang['ftp____host'] = 'FTP server for safemode hack';
193$lang['ftp____port'] = 'FTP port for safemode hack';
194$lang['ftp____user'] = 'FTP user name for safemode hack';
195$lang['ftp____pass'] = 'FTP password for safemode hack';
196$lang['ftp____root'] = 'FTP root directory for safemode hack';
197
198/* License Options */
199$lang['license_o_'] = 'None chosen';
200
201/* typography options */
202$lang['typography_o_0'] = 'none';
203$lang['typography_o_1'] = 'excluding single quotes';
204$lang['typography_o_2'] = 'including single quotes (might not always work)';
205
206/* userewrite options */
207$lang['userewrite_o_0'] = 'none';
208$lang['userewrite_o_1'] = '.htaccess';
209$lang['userewrite_o_2'] = 'DokuWiki internal';
210
211/* deaccent options */
212$lang['deaccent_o_0'] = 'off';
213$lang['deaccent_o_1'] = 'remove accents';
214$lang['deaccent_o_2'] = 'romanize';
215
216/* gdlib options */
217$lang['gdlib_o_0'] = 'GD Lib not available';
218$lang['gdlib_o_1'] = 'Version 1.x';
219$lang['gdlib_o_2'] = 'Autodetection';
220
221/* rss_type options */
222$lang['rss_type_o_rss']   = 'RSS 0.91';
223$lang['rss_type_o_rss1']  = 'RSS 1.0';
224$lang['rss_type_o_rss2']  = 'RSS 2.0';
225$lang['rss_type_o_atom']  = 'Atom 0.3';
226$lang['rss_type_o_atom1'] = 'Atom 1.0';
227
228/* rss_content options */
229$lang['rss_content_o_abstract'] = 'Abstract';
230$lang['rss_content_o_diff']     = 'Unified Diff';
231$lang['rss_content_o_htmldiff'] = 'HTML formatted diff table';
232$lang['rss_content_o_html']     = 'Full HTML page content';
233
234/* rss_linkto options */
235$lang['rss_linkto_o_diff']    = 'difference view';
236$lang['rss_linkto_o_page']    = 'the revised page';
237$lang['rss_linkto_o_rev']     = 'list of revisions';
238$lang['rss_linkto_o_current'] = 'the current page';
239
240/* compression options */
241$lang['compression_o_0']   = 'none';
242$lang['compression_o_gz']  = 'gzip';
243$lang['compression_o_bz2'] = 'bz2';
244
245/* xsendfile header */
246$lang['xsendfile_o_0'] = "don't use";
247$lang['xsendfile_o_1'] = 'Proprietary lighttpd header (before release 1.5)';
248$lang['xsendfile_o_2'] = 'Standard X-Sendfile header';
249$lang['xsendfile_o_3'] = 'Proprietary Nginx X-Accel-Redirect header';
250
251/* Display user info */
252$lang['showuseras_o_loginname']  = 'Login name';
253$lang['showuseras_o_username']   = "User's full name";
254$lang['showuseras_o_email']      = "User's e-mail addresss (obfuscated according to mailguard setting)";
255$lang['showuseras_o_email_link'] = "User's e-mail addresss as a mailto: link";
256
257/* useheading options */
258$lang['useheading_o_0'] = 'Never';
259$lang['useheading_o_navigation'] = 'Navigation Only';
260$lang['useheading_o_content'] = 'Wiki Content Only';
261$lang['useheading_o_1'] = 'Always';
262
263$lang['readdircache'] = 'Maximum age for readdir cache (sec)';
264