xref: /dokuwiki/lib/plugins/config/lang/en/lang.php (revision 2a7abf2d7fee6a2d6418e5ad4b79e37e6049bd92)
110449332Schris<?php
210449332Schris/**
310449332Schris * english language file
410449332Schris *
510449332Schris * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
610449332Schris * @author     Christopher Smith <chris@jalakai.co.uk>
710449332Schris */
810449332Schris
910449332Schris// for admin plugins, the menu prompt to be displayed in the admin menu
1010449332Schris// if set here, the plugin doesn't need to override the getMenuText() method
11262065efSAndreas Gohr$lang['menu']       = 'Configuration Settings';
1210449332Schris
1310449332Schris$lang['error']      = 'Settings not updated due to an invalid value, please review your changes and resubmit.
1410449332Schris                       <br />The incorrect value(s) will be shown surrounded by a red border.';
1510449332Schris$lang['updated']    = 'Settings updated successfully.';
1610449332Schris$lang['nochoice']   = '(no other choices available)';
1710449332Schris$lang['locked']     = 'The settings file can not be updated, if this is unintentional, <br />
1810449332Schris                       ensure the local settings file name and permissions are correct.';
1910449332Schris
2064e4ebedSAndreas Gohr$lang['danger']     = 'Danger: Changing this option could make your wiki and the configuration menu inaccessible.';
217ed33b2aSAnika Henke$lang['warning']    = 'Warning: Changing this option could cause unintended behaviour.';
227ed33b2aSAnika Henke$lang['security']   = 'Security Warning: Changing this option could present a security risk.';
237ed33b2aSAnika Henke
244fa2dffcSBen Coburn/* --- Config Setting Headers --- */
254fa2dffcSBen Coburn$lang['_configuration_manager'] = 'Configuration Manager'; //same as heading in intro.txt
264fa2dffcSBen Coburn$lang['_header_dokuwiki'] = 'DokuWiki Settings';
274fa2dffcSBen Coburn$lang['_header_plugin'] = 'Plugin Settings';
284fa2dffcSBen Coburn$lang['_header_template'] = 'Template Settings';
29685bdd2eSBen Coburn$lang['_header_undefined'] = 'Undefined Settings';
304fa2dffcSBen Coburn
314fa2dffcSBen Coburn/* --- Config Setting Groups --- */
324fa2dffcSBen Coburn$lang['_basic'] = 'Basic Settings';
334fa2dffcSBen Coburn$lang['_display'] = 'Display Settings';
344fa2dffcSBen Coburn$lang['_authentication'] = 'Authentication Settings';
354fa2dffcSBen Coburn$lang['_anti_spam'] = 'Anti-Spam Settings';
364fa2dffcSBen Coburn$lang['_editing'] = 'Editing Settings';
374fa2dffcSBen Coburn$lang['_links'] = 'Link Settings';
382b03e74dSBen Coburn$lang['_media'] = 'Media Settings';
397cd0713eSAndreas Gohr$lang['_notifications'] = 'Notification Settings';
407cd0713eSAndreas Gohr$lang['_syndication']   = 'Syndication Settings';
414fa2dffcSBen Coburn$lang['_advanced'] = 'Advanced Settings';
424fa2dffcSBen Coburn$lang['_network'] = 'Network Settings';
434fa2dffcSBen Coburn// The settings group name for plugins and templates can be set with
444fa2dffcSBen Coburn// plugin_settings_name and template_settings_name respectively. If one
454fa2dffcSBen Coburn// of these lang properties is not set, the group name will be generated
464fa2dffcSBen Coburn// from the plugin or template name and the localized suffix.
474fa2dffcSBen Coburn$lang['_plugin_sufix'] = 'Plugin Settings';
484fa2dffcSBen Coburn$lang['_template_sufix'] = 'Template Settings';
4910449332Schris
50685bdd2eSBen Coburn/* --- Undefined Setting Messages --- */
51685bdd2eSBen Coburn$lang['_msg_setting_undefined'] = 'No setting metadata.';
52685bdd2eSBen Coburn$lang['_msg_setting_no_class'] = 'No setting class.';
53685bdd2eSBen Coburn$lang['_msg_setting_no_default'] = 'No default value.';
54685bdd2eSBen Coburn
552825d176SAndreas Gohr/* -------------------- Config Options --------------------------- */
5610449332Schris
577cd0713eSAndreas Gohr/* Basic Settings */
58b5cc8f4bSAndreas Gohr$lang['title']       = 'Wiki title aka. your wiki\'s name';
59b5cc8f4bSAndreas Gohr$lang['start']       = 'Page name to use as the starting point for each namespace';
600caf582dSAndreas Gohr$lang['lang']        = 'Interface language';
61b5cc8f4bSAndreas Gohr$lang['template']    = 'Template aka. the design of the wiki.';
6291e90457SAnika Henke$lang['tagline']     = 'Tagline (if template supports it)';
6391e90457SAnika Henke$lang['sidebar']     = 'Sidebar page name (if template supports it), empty field disables the sidebar';
64066fee30SAndreas Gohr$lang['license']     = 'Under which license should your content be released?';
657cd0713eSAndreas Gohr$lang['savedir']     = 'Directory for saving data';
667cd0713eSAndreas Gohr$lang['basedir']     = 'Server path (eg. <code>/dokuwiki/</code>). Leave blank for autodetection.';
677cd0713eSAndreas Gohr$lang['baseurl']     = 'Server URL (eg. <code>http://www.yourserver.com</code>). Leave blank for autodetection.';
687cd0713eSAndreas Gohr$lang['cookiedir']   = 'Cookie path. Leave blank for using baseurl.';
697cd0713eSAndreas Gohr$lang['dmode']       = 'Directory creation mode';
707cd0713eSAndreas Gohr$lang['fmode']       = 'File creation mode';
717cd0713eSAndreas Gohr$lang['allowdebug']  = 'Allow debug <b>disable if not needed!</b>';
727cd0713eSAndreas Gohr
737cd0713eSAndreas Gohr/* Display Settings */
74b5cc8f4bSAndreas Gohr$lang['recent']      = 'Number of entries per page in the recent changes';
757cd0713eSAndreas Gohr$lang['recent_days'] = 'How many recent changes to keep (days)';
76b5cc8f4bSAndreas Gohr$lang['breadcrumbs'] = 'Number of "trace" breadcrumbs. Set to 0 to disable.';
77b5cc8f4bSAndreas Gohr$lang['youarehere']  = 'Use hierarchical breadcrumbs (you probably want to disable the above option then)';
78ff2f7f21SAndreas Gohr$lang['fullpath']    = 'Reveal full path of pages in the footer';
79ff2f7f21SAndreas Gohr$lang['typography']  = 'Do typographical replacements';
80e656dcd4SAndreas Gohr$lang['dformat']     = 'Date format (see PHP\'s <a href="http://www.php.net/strftime">strftime</a> function)';
81b5cc8f4bSAndreas Gohr$lang['signature']   = 'What to insert with the signature button in the editor';
827cd0713eSAndreas Gohr$lang['showuseras']  = 'What to display when showing the user that last edited a page';
83ff2f7f21SAndreas Gohr$lang['toptoclevel'] = 'Top level for table of contents';
84c69534d4SAnika Henke$lang['tocminheads'] = 'Minimum amount of headlines that determines whether the TOC is built';
85ff2f7f21SAndreas Gohr$lang['maxtoclevel'] = 'Maximum level for table of contents';
86ff2f7f21SAndreas Gohr$lang['maxseclevel'] = 'Maximum section edit level';
87ff2f7f21SAndreas Gohr$lang['camelcase']   = 'Use CamelCase for links';
88b5cc8f4bSAndreas Gohr$lang['deaccent']    = 'How to clean pagenames';
89ff2f7f21SAndreas Gohr$lang['useheading']  = 'Use first heading for pagenames';
90b5cc8f4bSAndreas Gohr$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.';
91b5cc8f4bSAndreas Gohr$lang['hidepages']   = 'Hide pages matching this regular expressions from search, the sitemap and other automatic indexes';
922825d176SAndreas Gohr
937cd0713eSAndreas Gohr/* Authentication Settings */
94ff2f7f21SAndreas Gohr$lang['useacl']      = 'Use access control lists';
95ff2f7f21SAndreas Gohr$lang['autopasswd']  = 'Autogenerate passwords';
96ff2f7f21SAndreas Gohr$lang['authtype']    = 'Authentication backend';
97ff2f7f21SAndreas Gohr$lang['passcrypt']   = 'Password encryption method';
98b5cc8f4bSAndreas Gohr$lang['defaultgroup']= 'Default group, all new users will be placed in this group';
99ada32d75SGuy Brand$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';
100ada32d75SGuy Brand$lang['manager']     = 'Manager - group, user or comma separated list user1,@group1,user2 with access to certain management functions';
101ff2f7f21SAndreas Gohr$lang['profileconfirm'] = 'Confirm profile changes with password';
1027cd0713eSAndreas Gohr$lang['rememberme'] = 'Allow permanent login cookies (remember me)';
103306ca8aaSchris$lang['disableactions'] = 'Disable DokuWiki actions';
104306ca8aaSchris$lang['disableactions_check'] = 'Check';
105306ca8aaSchris$lang['disableactions_subscription'] = 'Subscribe/Unsubscribe';
106306ca8aaSchris$lang['disableactions_wikicode'] = 'View source/Export Raw';
107*2a7abf2dSChristopher Smith$lang['disableactions_profile_delete'] = 'Delete Own Account';
108306ca8aaSchris$lang['disableactions_other'] = 'Other actions (comma separated)';
1094c989037SChris Smith$lang['auth_security_timeout'] = 'Authentication Security Timeout (seconds)';
110f5c6743cSAndreas Gohr$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.';
111f914ba96SAndreas Gohr$lang['remote']      = 'Enable the remote API system. This allows other applications to access the wiki via XML-RPC or other mechanisms.';
112f914ba96SAndreas Gohr$lang['remoteuser']  = 'Restrict remote API access to the comma separated groups or users given here. Leave empty to give access to everyone.';
11310449332Schris
1147cd0713eSAndreas Gohr/* Anti-Spam Settings */
1157cd0713eSAndreas Gohr$lang['usewordblock']= 'Block spam based on wordlist';
1167cd0713eSAndreas Gohr$lang['relnofollow'] = 'Use rel="nofollow" on external links';
1177cd0713eSAndreas Gohr$lang['indexdelay']  = 'Time delay before indexing (sec)';
1187cd0713eSAndreas Gohr$lang['mailguard']   = 'Obfuscate email addresses';
1197cd0713eSAndreas Gohr$lang['iexssprotect']= 'Check uploaded files for possibly malicious JavaScript or HTML code';
1207cd0713eSAndreas Gohr
1217cd0713eSAndreas Gohr/* Editing Settings */
12217e7a281SBen Coburn$lang['usedraft']    = 'Automatically save a draft while editing';
1237cd0713eSAndreas Gohr$lang['htmlok']      = 'Allow embedded HTML';
1247cd0713eSAndreas Gohr$lang['phpok']       = 'Allow embedded PHP';
125ff2f7f21SAndreas Gohr$lang['locktime']    = 'Maximum age for lock files (sec)';
1267cd0713eSAndreas Gohr$lang['cachetime']   = 'Maximum age for cache (sec)';
12710449332Schris
1287cd0713eSAndreas Gohr/* Link settings */
129ff2f7f21SAndreas Gohr$lang['target____wiki']      = 'Target window for internal links';
130ff2f7f21SAndreas Gohr$lang['target____interwiki'] = 'Target window for interwiki links';
131ff2f7f21SAndreas Gohr$lang['target____extern']    = 'Target window for external links';
132ff2f7f21SAndreas Gohr$lang['target____media']     = 'Target window for media links';
133ff2f7f21SAndreas Gohr$lang['target____windows']   = 'Target window for windows links';
13410449332Schris
1357cd0713eSAndreas Gohr/* Media Settings */
1367cd0713eSAndreas Gohr$lang['mediarevisions'] = 'Enable Mediarevisions?';
137b5cc8f4bSAndreas Gohr$lang['refcheck']    = 'Check if a media file is still in use before deleting it';
138b5cc8f4bSAndreas Gohr$lang['refshow']     = 'Number of media references to show when the above setting is enabled';
1397cd0713eSAndreas Gohr$lang['gdlib']       = 'GD Lib version';
1407cd0713eSAndreas Gohr$lang['im_convert']  = 'Path to ImageMagick\'s convert tool';
1417cd0713eSAndreas Gohr$lang['jpg_quality'] = 'JPG compression quality (0-100)';
142b5cc8f4bSAndreas Gohr$lang['fetchsize']   = 'Maximum size (bytes) fetch.php may download from external URLs, eg. to cache and resize external images.';
1437cd0713eSAndreas Gohr
1447cd0713eSAndreas Gohr/* Notification Settings */
1457cd0713eSAndreas Gohr$lang['subscribers'] = 'Allow users to subscribe to page changes by email';
1467cd0713eSAndreas Gohr$lang['subscribe_time'] = 'Time after which subscription lists and digests are sent (sec); This should be smaller than the time specified in recent_days.';
147b5cc8f4bSAndreas Gohr$lang['notify']      = 'Always send change notifications to this email address';
148b5cc8f4bSAndreas Gohr$lang['registernotify'] = 'Always send info on newly registered users to this email address';
149b5cc8f4bSAndreas Gohr$lang['mailfrom']    = 'Sender email address to use for automatic mails';
150b5cc8f4bSAndreas Gohr$lang['mailprefix']  = 'Email subject prefix to use for automatic mails. Leave blank to use the wiki title';
1518aea6381SAndreas Gohr$lang['htmlmail']    = 'Send better looking, but larger in size HTML multipart emails. Disable for plain text only mails.';
1527cd0713eSAndreas Gohr
1537cd0713eSAndreas Gohr/* Syndication Settings */
154b5cc8f4bSAndreas Gohr$lang['sitemap']     = 'Generate Google sitemap this often (in days). 0 to disable';
1557cd0713eSAndreas Gohr$lang['rss_type']    = 'XML feed type';
1567cd0713eSAndreas Gohr$lang['rss_linkto']  = 'XML feed links to';
1577cd0713eSAndreas Gohr$lang['rss_content'] = 'What to display in the XML feed items?';
1587cd0713eSAndreas Gohr$lang['rss_update']  = 'XML feed update interval (sec)';
1597cd0713eSAndreas Gohr$lang['rss_show_summary'] = 'XML feed show summary in title';
1607cd0713eSAndreas Gohr$lang['rss_media']   = 'What kind of changes should be listed in the XML feed?';
1617cd0713eSAndreas Gohr
1627cd0713eSAndreas Gohr/* Advanced Options */
1637cd0713eSAndreas Gohr$lang['updatecheck'] = 'Check for updates and security warnings? DokuWiki needs to contact update.dokuwiki.org for this feature.';
1647cd0713eSAndreas Gohr$lang['userewrite']  = 'Use nice URLs';
1657cd0713eSAndreas Gohr$lang['useslash']    = 'Use slash as namespace separator in URLs';
1667cd0713eSAndreas Gohr$lang['sepchar']     = 'Page name word separator';
1677cd0713eSAndreas Gohr$lang['canonical']   = 'Use fully canonical URLs';
1687cd0713eSAndreas Gohr$lang['fnencode']    = 'Method for encoding non-ASCII filenames.';
1697cd0713eSAndreas Gohr$lang['autoplural']  = 'Check for plural forms in links';
1707cd0713eSAndreas Gohr$lang['compression'] = 'Compression method for attic files';
1717cd0713eSAndreas Gohr$lang['gzip_output'] = 'Use gzip Content-Encoding for xhtml';
1727cd0713eSAndreas Gohr$lang['compress']    = 'Compact CSS and javascript output';
1737cd0713eSAndreas Gohr$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.';
1747cd0713eSAndreas Gohr$lang['send404']     = 'Send "HTTP 404/Page Not Found" for non existing pages';
175b5cc8f4bSAndreas Gohr$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.';
1767cd0713eSAndreas Gohr$lang['xsendfile']   = 'Use the X-Sendfile header to let the webserver deliver static files? Your webserver needs to support this.';
1777cd0713eSAndreas Gohr$lang['renderer_xhtml']   = 'Renderer to use for main (xhtml) wiki output';
1787cd0713eSAndreas Gohr$lang['renderer__core']   = '%s (dokuwiki core)';
1797cd0713eSAndreas Gohr$lang['renderer__plugin'] = '%s (plugin)';
1807cd0713eSAndreas Gohr
18122ef1e32SAndreas Gohr/* Network Options */
18222ef1e32SAndreas Gohr$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';
18322ef1e32SAndreas Gohr
1842825d176SAndreas Gohr/* Proxy Options */
185ff2f7f21SAndreas Gohr$lang['proxy____host']    = 'Proxy servername';
186ff2f7f21SAndreas Gohr$lang['proxy____port']    = 'Proxy port';
187ff2f7f21SAndreas Gohr$lang['proxy____user']    = 'Proxy user name';
188ff2f7f21SAndreas Gohr$lang['proxy____pass']    = 'Proxy password';
189fd4b6351SAndreas Gohr$lang['proxy____ssl']     = 'Use SSL to connect to proxy';
1907aeda574SAndreas Gohr$lang['proxy____except']  = 'Regular expression to match URLs for which the proxy should be skipped for.';
19110449332Schris
19210449332Schris/* Safemode Hack */
1934fa2dffcSBen Coburn$lang['safemodehack'] = 'Enable safemode hack';
194ff2f7f21SAndreas Gohr$lang['ftp____host'] = 'FTP server for safemode hack';
195ff2f7f21SAndreas Gohr$lang['ftp____port'] = 'FTP port for safemode hack';
196ff2f7f21SAndreas Gohr$lang['ftp____user'] = 'FTP user name for safemode hack';
197ff2f7f21SAndreas Gohr$lang['ftp____pass'] = 'FTP password for safemode hack';
198ff2f7f21SAndreas Gohr$lang['ftp____root'] = 'FTP root directory for safemode hack';
19910449332Schris
2007cd0713eSAndreas Gohr/* License Options */
201066fee30SAndreas Gohr$lang['license_o_'] = 'None chosen';
202066fee30SAndreas Gohr
2039426a41aSAndreas Gohr/* typography options */
2049426a41aSAndreas Gohr$lang['typography_o_0'] = 'none';
205078467f9SAnika Henke$lang['typography_o_1'] = 'excluding single quotes';
206078467f9SAnika Henke$lang['typography_o_2'] = 'including single quotes (might not always work)';
2079426a41aSAndreas Gohr
20810449332Schris/* userewrite options */
20910449332Schris$lang['userewrite_o_0'] = 'none';
210ff2f7f21SAndreas Gohr$lang['userewrite_o_1'] = '.htaccess';
211ff2f7f21SAndreas Gohr$lang['userewrite_o_2'] = 'DokuWiki internal';
21210449332Schris
2132825d176SAndreas Gohr/* deaccent options */
2142825d176SAndreas Gohr$lang['deaccent_o_0'] = 'off';
2152825d176SAndreas Gohr$lang['deaccent_o_1'] = 'remove accents';
2162825d176SAndreas Gohr$lang['deaccent_o_2'] = 'romanize';
2172825d176SAndreas Gohr
21810449332Schris/* gdlib options */
21920e7ccb0Schris$lang['gdlib_o_0'] = 'GD Lib not available';
220ff2f7f21SAndreas Gohr$lang['gdlib_o_1'] = 'Version 1.x';
221ff2f7f21SAndreas Gohr$lang['gdlib_o_2'] = 'Autodetection';
22210449332Schris
22310449332Schris/* rss_type options */
22410449332Schris$lang['rss_type_o_rss']   = 'RSS 0.91';
22510449332Schris$lang['rss_type_o_rss1']  = 'RSS 1.0';
22610449332Schris$lang['rss_type_o_rss2']  = 'RSS 2.0';
22710449332Schris$lang['rss_type_o_atom']  = 'Atom 0.3';
2284ab889eaSAndreas Gohr$lang['rss_type_o_atom1'] = 'Atom 1.0';
2294ab889eaSAndreas Gohr
2304ab889eaSAndreas Gohr/* rss_content options */
2314ab889eaSAndreas Gohr$lang['rss_content_o_abstract'] = 'Abstract';
2324ab889eaSAndreas Gohr$lang['rss_content_o_diff']     = 'Unified Diff';
2334ab889eaSAndreas Gohr$lang['rss_content_o_htmldiff'] = 'HTML formatted diff table';
2344ab889eaSAndreas Gohr$lang['rss_content_o_html']     = 'Full HTML page content';
23510449332Schris
23610449332Schris/* rss_linkto options */
237ff2f7f21SAndreas Gohr$lang['rss_linkto_o_diff']    = 'difference view';
23810449332Schris$lang['rss_linkto_o_page']    = 'the revised page';
23910449332Schris$lang['rss_linkto_o_rev']     = 'list of revisions';
24010449332Schris$lang['rss_linkto_o_current'] = 'the current page';
24110449332Schris
242fd49f8dfSchris/* compression options */
243fd49f8dfSchris$lang['compression_o_0']   = 'none';
244fd49f8dfSchris$lang['compression_o_gz']  = 'gzip';
245fd49f8dfSchris$lang['compression_o_bz2'] = 'bz2';
246fd49f8dfSchris
2479a87c72aSAndreas Gohr/* xsendfile header */
2489a87c72aSAndreas Gohr$lang['xsendfile_o_0'] = "don't use";
24903305f56SAndreas Gohr$lang['xsendfile_o_1'] = 'Proprietary lighttpd header (before release 1.5)';
2509a87c72aSAndreas Gohr$lang['xsendfile_o_2'] = 'Standard X-Sendfile header';
25103305f56SAndreas Gohr$lang['xsendfile_o_3'] = 'Proprietary Nginx X-Accel-Redirect header';
252dc58b6f4SAndy Webber
253dc58b6f4SAndy Webber/* Display user info */
254dc58b6f4SAndy Webber$lang['showuseras_o_loginname']  = 'Login name';
255dc58b6f4SAndy Webber$lang['showuseras_o_username']   = "User's full name";
256dc58b6f4SAndy Webber$lang['showuseras_o_email']      = "User's e-mail addresss (obfuscated according to mailguard setting)";
257dc58b6f4SAndy Webber$lang['showuseras_o_email_link'] = "User's e-mail addresss as a mailto: link";
258fe9ec250SChris Smith
259fe9ec250SChris Smith/* useheading options */
260fe9ec250SChris Smith$lang['useheading_o_0'] = 'Never';
261fe9ec250SChris Smith$lang['useheading_o_navigation'] = 'Navigation Only';
262fe9ec250SChris Smith$lang['useheading_o_content'] = 'Wiki Content Only';
263fe9ec250SChris Smith$lang['useheading_o_1'] = 'Always';
264fe9ec250SChris Smith
26522952965SYoBoY$lang['readdircache'] = 'Maximum age for readdir cache (sec)';
266