xref: /dokuwiki/lib/plugins/config/lang/en/lang.php (revision e656dcd46abfe069ea83271248dbd7aae36554ca)
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
204fa2dffcSBen Coburn/* --- Config Setting Headers --- */
214fa2dffcSBen Coburn$lang['_configuration_manager'] = 'Configuration Manager'; //same as heading in intro.txt
224fa2dffcSBen Coburn$lang['_header_dokuwiki'] = 'DokuWiki Settings';
234fa2dffcSBen Coburn$lang['_header_plugin'] = 'Plugin Settings';
244fa2dffcSBen Coburn$lang['_header_template'] = 'Template Settings';
25685bdd2eSBen Coburn$lang['_header_undefined'] = 'Undefined Settings';
264fa2dffcSBen Coburn
274fa2dffcSBen Coburn/* --- Config Setting Groups --- */
284fa2dffcSBen Coburn$lang['_basic'] = 'Basic Settings';
294fa2dffcSBen Coburn$lang['_display'] = 'Display Settings';
304fa2dffcSBen Coburn$lang['_authentication'] = 'Authentication Settings';
314fa2dffcSBen Coburn$lang['_anti_spam'] = 'Anti-Spam Settings';
324fa2dffcSBen Coburn$lang['_editing'] = 'Editing Settings';
334fa2dffcSBen Coburn$lang['_links'] = 'Link Settings';
342b03e74dSBen Coburn$lang['_media'] = 'Media Settings';
354fa2dffcSBen Coburn$lang['_advanced'] = 'Advanced Settings';
364fa2dffcSBen Coburn$lang['_network'] = 'Network Settings';
374fa2dffcSBen Coburn// The settings group name for plugins and templates can be set with
384fa2dffcSBen Coburn// plugin_settings_name and template_settings_name respectively. If one
394fa2dffcSBen Coburn// of these lang properties is not set, the group name will be generated
404fa2dffcSBen Coburn// from the plugin or template name and the localized suffix.
414fa2dffcSBen Coburn$lang['_plugin_sufix'] = 'Plugin Settings';
424fa2dffcSBen Coburn$lang['_template_sufix'] = 'Template Settings';
4310449332Schris
44685bdd2eSBen Coburn/* --- Undefined Setting Messages --- */
45685bdd2eSBen Coburn$lang['_msg_setting_undefined'] = 'No setting metadata.';
46685bdd2eSBen Coburn$lang['_msg_setting_no_class'] = 'No setting class.';
47685bdd2eSBen Coburn$lang['_msg_setting_no_default'] = 'No default value.';
48685bdd2eSBen Coburn
492825d176SAndreas Gohr/* -------------------- Config Options --------------------------- */
5010449332Schris
51ff2f7f21SAndreas Gohr$lang['fmode']       = 'File creation mode';
52ff2f7f21SAndreas Gohr$lang['dmode']       = 'Directory creation mode';
53ff2f7f21SAndreas Gohr$lang['lang']        = 'Language';
54ff2f7f21SAndreas Gohr$lang['basedir']     = 'Base directory';
55ff2f7f21SAndreas Gohr$lang['baseurl']     = 'Base URL';
56ff2f7f21SAndreas Gohr$lang['savedir']     = 'Directory for saving data';
57ff2f7f21SAndreas Gohr$lang['start']       = 'Start page name';
58ff2f7f21SAndreas Gohr$lang['title']       = 'Wiki title';
59ff2f7f21SAndreas Gohr$lang['template']    = 'Template';
60ff2f7f21SAndreas Gohr$lang['fullpath']    = 'Reveal full path of pages in the footer';
61ff2f7f21SAndreas Gohr$lang['recent']      = 'Recent changes';
62ff2f7f21SAndreas Gohr$lang['breadcrumbs'] = 'Number of breadcrumbs';
63ff2f7f21SAndreas Gohr$lang['youarehere']  = 'Hierarchical breadcrumbs';
64ff2f7f21SAndreas Gohr$lang['typography']  = 'Do typographical replacements';
65ff2f7f21SAndreas Gohr$lang['htmlok']      = 'Allow embedded HTML';
66ff2f7f21SAndreas Gohr$lang['phpok']       = 'Allow embedded PHP';
67*e656dcd4SAndreas Gohr$lang['dformat']     = 'Date format (see PHP\'s <a href="http://www.php.net/strftime">strftime</a> function)';
68ff2f7f21SAndreas Gohr$lang['signature']   = 'Signature';
69ff2f7f21SAndreas Gohr$lang['toptoclevel'] = 'Top level for table of contents';
70ff2f7f21SAndreas Gohr$lang['maxtoclevel'] = 'Maximum level for table of contents';
71ff2f7f21SAndreas Gohr$lang['maxseclevel'] = 'Maximum section edit level';
72ff2f7f21SAndreas Gohr$lang['camelcase']   = 'Use CamelCase for links';
73ff2f7f21SAndreas Gohr$lang['deaccent']    = 'Clean pagenames';
74ff2f7f21SAndreas Gohr$lang['useheading']  = 'Use first heading for pagenames';
75ff2f7f21SAndreas Gohr$lang['refcheck']    = 'Media reference check';
76ff2f7f21SAndreas Gohr$lang['refshow']     = 'Number of media references to show';
77ff2f7f21SAndreas Gohr$lang['allowdebug']  = 'Allow debug <b>disable if not needed!</b>';
782825d176SAndreas Gohr
79ff2f7f21SAndreas Gohr$lang['usewordblock']= 'Block spam based on wordlist';
804fa2dffcSBen Coburn$lang['indexdelay']  = 'Time delay before indexing (sec)';
814fa2dffcSBen Coburn$lang['relnofollow'] = 'Use rel="nofollow" on external links';
82ff2f7f21SAndreas Gohr$lang['mailguard']   = 'Obfuscate email addresses';
8326ceae18SAndreas Gohr$lang['iexssprotect']= 'Check uploaded files for possibly malicious JavaScript or HTML code';
842825d176SAndreas Gohr
852825d176SAndreas Gohr/* Authentication Options */
86ff2f7f21SAndreas Gohr$lang['useacl']      = 'Use access control lists';
87ff2f7f21SAndreas Gohr$lang['autopasswd']  = 'Autogenerate passwords';
88ff2f7f21SAndreas Gohr$lang['authtype']    = 'Authentication backend';
89ff2f7f21SAndreas Gohr$lang['passcrypt']   = 'Password encryption method';
90ff2f7f21SAndreas Gohr$lang['defaultgroup']= 'Default group';
91f8cc712eSAndreas Gohr$lang['superuser']   = 'Superuser - a group or user with full access to all pages and functions regardless of the ACL settings';
92f8cc712eSAndreas Gohr$lang['manager']     = 'Manager - a group or user with access to certain management functions';
93ff2f7f21SAndreas Gohr$lang['profileconfirm'] = 'Confirm profile changes with password';
94306ca8aaSchris$lang['disableactions'] = 'Disable DokuWiki actions';
95306ca8aaSchris$lang['disableactions_check'] = 'Check';
96306ca8aaSchris$lang['disableactions_subscription'] = 'Subscribe/Unsubscribe';
97306ca8aaSchris$lang['disableactions_wikicode'] = 'View source/Export Raw';
98306ca8aaSchris$lang['disableactions_other'] = 'Other actions (comma separated)';
99d1c7b6ecSAndreas Gohr$lang['sneaky_index'] = 'By default, DokuWiki will show all namespaces in the index view. Enabling this option will hide those where the user doesn\'t have read permissions. This might result in hiding of accessable subnamespaces. This may make the index unusable with certain ACL setups.';
1004c989037SChris Smith$lang['auth_security_timeout'] = 'Authentication Security Timeout (seconds)';
10110449332Schris
10210449332Schris/* Advanced Options */
103c29dc6e4SAndreas Gohr$lang['updatecheck'] = 'Check for updates and security warnings? DokuWiki needs to contact splitbrain.org for this feature.';
104ff2f7f21SAndreas Gohr$lang['userewrite']  = 'Use nice URLs';
105ff2f7f21SAndreas Gohr$lang['useslash']    = 'Use slash as namespace separator in URLs';
10617e7a281SBen Coburn$lang['usedraft']    = 'Automatically save a draft while editing';
107ff2f7f21SAndreas Gohr$lang['sepchar']     = 'Page name word separator';
108ff2f7f21SAndreas Gohr$lang['canonical']   = 'Use fully canonical URLs';
109ff2f7f21SAndreas Gohr$lang['autoplural']  = 'Check for plural forms in links';
110aa84c75bSAndreas Gohr$lang['compression'] = 'Compression method for attic files';
111ff2f7f21SAndreas Gohr$lang['cachetime']   = 'Maximum age for cache (sec)';
112ff2f7f21SAndreas Gohr$lang['locktime']    = 'Maximum age for lock files (sec)';
1138a1f5d50SAndreas Gohr$lang['fetchsize']   = 'Maximum size (bytes) fetch.php may download from extern';
114ff2f7f21SAndreas Gohr$lang['notify']      = 'Send change notifications to this email address';
1158a1f5d50SAndreas Gohr$lang['registernotify'] = 'Send info on newly registered users to this email address';
116ff2f7f21SAndreas Gohr$lang['mailfrom']    = 'Email address to use for automatic mails';
117524be65dSBen Coburn$lang['gzip_output'] = 'Use gzip Content-Encoding for xhtml';
1182825d176SAndreas Gohr$lang['gdlib']       = 'GD Lib version';
119ff2f7f21SAndreas Gohr$lang['im_convert']  = 'Path to ImageMagick\'s convert tool';
1202b03e74dSBen Coburn$lang['jpg_quality'] = 'JPG compression quality (0-100)';
121ff2f7f21SAndreas Gohr$lang['subscribers'] = 'Enable page subscription support';
122524be65dSBen Coburn$lang['compress']    = 'Compact CSS and javascript output';
123ff2f7f21SAndreas Gohr$lang['hidepages']   = 'Hide matching pages (regular expressions)';
124ff2f7f21SAndreas Gohr$lang['send404']     = 'Send "HTTP 404/Page Not Found" for non existing pages';
125ff2f7f21SAndreas Gohr$lang['sitemap']     = 'Generate Google sitemap (days)';
126cc25c900SAndreas 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.splitbrain.org/?do=details&amp;task_id=852">Bug 852</a> for more info.';
1279a87c72aSAndreas Gohr$lang['xsendfile']   = 'Use the X-Sendfile header to let the webserver deliver static files? Your webserver needs to support this.';
12810449332Schris
129ff2f7f21SAndreas Gohr$lang['rss_type']    = 'XML feed type';
130ff2f7f21SAndreas Gohr$lang['rss_linkto']  = 'XML feed links to';
1314ab889eaSAndreas Gohr$lang['rss_content'] = 'What to display in the XML feed items?';
13217e7a281SBen Coburn$lang['rss_update']  = 'XML feed update interval (sec)';
13371726d78SBen Coburn$lang['recent_days'] = 'How many recent changes to keep (days)';
134a1716312SMarc Mayfield$lang['rss_show_summary'] = 'XML feed show summary in title';
13510449332Schris
1362825d176SAndreas Gohr/* Target options */
137ff2f7f21SAndreas Gohr$lang['target____wiki']      = 'Target window for internal links';
138ff2f7f21SAndreas Gohr$lang['target____interwiki'] = 'Target window for interwiki links';
139ff2f7f21SAndreas Gohr$lang['target____extern']    = 'Target window for external links';
140ff2f7f21SAndreas Gohr$lang['target____media']     = 'Target window for media links';
141ff2f7f21SAndreas Gohr$lang['target____windows']   = 'Target window for windows links';
14210449332Schris
1432825d176SAndreas Gohr/* Proxy Options */
144ff2f7f21SAndreas Gohr$lang['proxy____host'] = 'Proxy servername';
145ff2f7f21SAndreas Gohr$lang['proxy____port'] = 'Proxy port';
146ff2f7f21SAndreas Gohr$lang['proxy____user'] = 'Proxy user name';
147ff2f7f21SAndreas Gohr$lang['proxy____pass'] = 'Proxy password';
1484fa2dffcSBen Coburn$lang['proxy____ssl']  = 'Use ssl to connect to Proxy';
14910449332Schris
15010449332Schris/* Safemode Hack */
1514fa2dffcSBen Coburn$lang['safemodehack'] = 'Enable safemode hack';
152ff2f7f21SAndreas Gohr$lang['ftp____host'] = 'FTP server for safemode hack';
153ff2f7f21SAndreas Gohr$lang['ftp____port'] = 'FTP port for safemode hack';
154ff2f7f21SAndreas Gohr$lang['ftp____user'] = 'FTP user name for safemode hack';
155ff2f7f21SAndreas Gohr$lang['ftp____pass'] = 'FTP password for safemode hack';
156ff2f7f21SAndreas Gohr$lang['ftp____root'] = 'FTP root directory for safemode hack';
15710449332Schris
1589426a41aSAndreas Gohr/* typography options */
1599426a41aSAndreas Gohr$lang['typography_o_0'] = 'none';
1609426a41aSAndreas Gohr$lang['typography_o_1'] = 'Double quotes only';
1619426a41aSAndreas Gohr$lang['typography_o_2'] = 'All quotes (might not always work)';
1629426a41aSAndreas Gohr
16310449332Schris/* userewrite options */
16410449332Schris$lang['userewrite_o_0'] = 'none';
165ff2f7f21SAndreas Gohr$lang['userewrite_o_1'] = '.htaccess';
166ff2f7f21SAndreas Gohr$lang['userewrite_o_2'] = 'DokuWiki internal';
16710449332Schris
1682825d176SAndreas Gohr/* deaccent options */
1692825d176SAndreas Gohr$lang['deaccent_o_0'] = 'off';
1702825d176SAndreas Gohr$lang['deaccent_o_1'] = 'remove accents';
1712825d176SAndreas Gohr$lang['deaccent_o_2'] = 'romanize';
1722825d176SAndreas Gohr
17310449332Schris/* gdlib options */
17420e7ccb0Schris$lang['gdlib_o_0'] = 'GD Lib not available';
175ff2f7f21SAndreas Gohr$lang['gdlib_o_1'] = 'Version 1.x';
176ff2f7f21SAndreas Gohr$lang['gdlib_o_2'] = 'Autodetection';
17710449332Schris
17810449332Schris/* rss_type options */
17910449332Schris$lang['rss_type_o_rss']   = 'RSS 0.91';
18010449332Schris$lang['rss_type_o_rss1']  = 'RSS 1.0';
18110449332Schris$lang['rss_type_o_rss2']  = 'RSS 2.0';
18210449332Schris$lang['rss_type_o_atom']  = 'Atom 0.3';
1834ab889eaSAndreas Gohr$lang['rss_type_o_atom1'] = 'Atom 1.0';
1844ab889eaSAndreas Gohr
1854ab889eaSAndreas Gohr/* rss_content options */
1864ab889eaSAndreas Gohr$lang['rss_content_o_abstract'] = 'Abstract';
1874ab889eaSAndreas Gohr$lang['rss_content_o_diff']     = 'Unified Diff';
1884ab889eaSAndreas Gohr$lang['rss_content_o_htmldiff'] = 'HTML formatted diff table';
1894ab889eaSAndreas Gohr$lang['rss_content_o_html']     = 'Full HTML page content';
19010449332Schris
19110449332Schris/* rss_linkto options */
192ff2f7f21SAndreas Gohr$lang['rss_linkto_o_diff']    = 'difference view';
19310449332Schris$lang['rss_linkto_o_page']    = 'the revised page';
19410449332Schris$lang['rss_linkto_o_rev']     = 'list of revisions';
19510449332Schris$lang['rss_linkto_o_current'] = 'the current page';
19610449332Schris
197fd49f8dfSchris/* compression options */
198fd49f8dfSchris$lang['compression_o_0']   = 'none';
199fd49f8dfSchris$lang['compression_o_gz']  = 'gzip';
200fd49f8dfSchris$lang['compression_o_bz2'] = 'bz2';
201fd49f8dfSchris
2029a87c72aSAndreas Gohr/* xsendfile header */
2039a87c72aSAndreas Gohr$lang['xsendfile_o_0'] = "don't use";
2049a87c72aSAndreas Gohr$lang['xsendfile_o_1'] = 'Propritary lighttpd header (before release 1.5)';
2059a87c72aSAndreas Gohr$lang['xsendfile_o_2'] = 'Standard X-Sendfile header';
206