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 20*7ed33b2aSAnika Henke$lang['danger'] = 'Danger: Changing this option could cause severe damage.'; 21*7ed33b2aSAnika Henke$lang['warning'] = 'Warning: Changing this option could cause unintended behaviour.'; 22*7ed33b2aSAnika Henke$lang['security'] = 'Security Warning: Changing this option could present a security risk.'; 23*7ed33b2aSAnika 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'; 394fa2dffcSBen Coburn$lang['_advanced'] = 'Advanced Settings'; 404fa2dffcSBen Coburn$lang['_network'] = 'Network Settings'; 414fa2dffcSBen Coburn// The settings group name for plugins and templates can be set with 424fa2dffcSBen Coburn// plugin_settings_name and template_settings_name respectively. If one 434fa2dffcSBen Coburn// of these lang properties is not set, the group name will be generated 444fa2dffcSBen Coburn// from the plugin or template name and the localized suffix. 454fa2dffcSBen Coburn$lang['_plugin_sufix'] = 'Plugin Settings'; 464fa2dffcSBen Coburn$lang['_template_sufix'] = 'Template Settings'; 4710449332Schris 48685bdd2eSBen Coburn/* --- Undefined Setting Messages --- */ 49685bdd2eSBen Coburn$lang['_msg_setting_undefined'] = 'No setting metadata.'; 50685bdd2eSBen Coburn$lang['_msg_setting_no_class'] = 'No setting class.'; 51685bdd2eSBen Coburn$lang['_msg_setting_no_default'] = 'No default value.'; 52685bdd2eSBen Coburn 532825d176SAndreas Gohr/* -------------------- Config Options --------------------------- */ 5410449332Schris 55ff2f7f21SAndreas Gohr$lang['fmode'] = 'File creation mode'; 56ff2f7f21SAndreas Gohr$lang['dmode'] = 'Directory creation mode'; 57ff2f7f21SAndreas Gohr$lang['lang'] = 'Language'; 58ff2f7f21SAndreas Gohr$lang['basedir'] = 'Base directory'; 59ff2f7f21SAndreas Gohr$lang['baseurl'] = 'Base URL'; 60ff2f7f21SAndreas Gohr$lang['savedir'] = 'Directory for saving data'; 61ff2f7f21SAndreas Gohr$lang['start'] = 'Start page name'; 62ff2f7f21SAndreas Gohr$lang['title'] = 'Wiki title'; 63ff2f7f21SAndreas Gohr$lang['template'] = 'Template'; 64066fee30SAndreas Gohr$lang['license'] = 'Under which license should your content be released?'; 65ff2f7f21SAndreas Gohr$lang['fullpath'] = 'Reveal full path of pages in the footer'; 66ff2f7f21SAndreas Gohr$lang['recent'] = 'Recent changes'; 67ff2f7f21SAndreas Gohr$lang['breadcrumbs'] = 'Number of breadcrumbs'; 68ff2f7f21SAndreas Gohr$lang['youarehere'] = 'Hierarchical breadcrumbs'; 69ff2f7f21SAndreas Gohr$lang['typography'] = 'Do typographical replacements'; 70ff2f7f21SAndreas Gohr$lang['htmlok'] = 'Allow embedded HTML'; 71ff2f7f21SAndreas Gohr$lang['phpok'] = 'Allow embedded PHP'; 72e656dcd4SAndreas Gohr$lang['dformat'] = 'Date format (see PHP\'s <a href="http://www.php.net/strftime">strftime</a> function)'; 73ff2f7f21SAndreas Gohr$lang['signature'] = 'Signature'; 74ff2f7f21SAndreas Gohr$lang['toptoclevel'] = 'Top level for table of contents'; 75c69534d4SAnika Henke$lang['tocminheads'] = 'Minimum amount of headlines that determines whether the TOC is built'; 76ff2f7f21SAndreas Gohr$lang['maxtoclevel'] = 'Maximum level for table of contents'; 77ff2f7f21SAndreas Gohr$lang['maxseclevel'] = 'Maximum section edit level'; 78ff2f7f21SAndreas Gohr$lang['camelcase'] = 'Use CamelCase for links'; 79ff2f7f21SAndreas Gohr$lang['deaccent'] = 'Clean pagenames'; 80ff2f7f21SAndreas Gohr$lang['useheading'] = 'Use first heading for pagenames'; 81ff2f7f21SAndreas Gohr$lang['refcheck'] = 'Media reference check'; 82ff2f7f21SAndreas Gohr$lang['refshow'] = 'Number of media references to show'; 83ff2f7f21SAndreas Gohr$lang['allowdebug'] = 'Allow debug <b>disable if not needed!</b>'; 842825d176SAndreas Gohr 85ff2f7f21SAndreas Gohr$lang['usewordblock']= 'Block spam based on wordlist'; 864fa2dffcSBen Coburn$lang['indexdelay'] = 'Time delay before indexing (sec)'; 874fa2dffcSBen Coburn$lang['relnofollow'] = 'Use rel="nofollow" on external links'; 88ff2f7f21SAndreas Gohr$lang['mailguard'] = 'Obfuscate email addresses'; 8926ceae18SAndreas Gohr$lang['iexssprotect']= 'Check uploaded files for possibly malicious JavaScript or HTML code'; 90dc58b6f4SAndy Webber$lang['showuseras'] = 'What to display when showing the user that last edited a page'; 912825d176SAndreas Gohr 922825d176SAndreas Gohr/* Authentication Options */ 93ff2f7f21SAndreas Gohr$lang['useacl'] = 'Use access control lists'; 94ff2f7f21SAndreas Gohr$lang['autopasswd'] = 'Autogenerate passwords'; 95ff2f7f21SAndreas Gohr$lang['authtype'] = 'Authentication backend'; 96ff2f7f21SAndreas Gohr$lang['passcrypt'] = 'Password encryption method'; 97ff2f7f21SAndreas Gohr$lang['defaultgroup']= 'Default group'; 98ada32d75SGuy 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'; 99ada32d75SGuy Brand$lang['manager'] = 'Manager - group, user or comma separated list user1,@group1,user2 with access to certain management functions'; 100ff2f7f21SAndreas Gohr$lang['profileconfirm'] = 'Confirm profile changes with password'; 101306ca8aaSchris$lang['disableactions'] = 'Disable DokuWiki actions'; 102306ca8aaSchris$lang['disableactions_check'] = 'Check'; 103306ca8aaSchris$lang['disableactions_subscription'] = 'Subscribe/Unsubscribe'; 104ada32d75SGuy Brand$lang['disableactions_nssubscription'] = 'Namespace Subscribe /Unsubscribe'; 105306ca8aaSchris$lang['disableactions_wikicode'] = 'View source/Export Raw'; 106306ca8aaSchris$lang['disableactions_other'] = 'Other actions (comma separated)'; 107d1c7b6ecSAndreas 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.'; 1084c989037SChris Smith$lang['auth_security_timeout'] = 'Authentication Security Timeout (seconds)'; 109f5c6743cSAndreas 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.'; 11010449332Schris 11110449332Schris/* Advanced Options */ 112c29dc6e4SAndreas Gohr$lang['updatecheck'] = 'Check for updates and security warnings? DokuWiki needs to contact splitbrain.org for this feature.'; 113ff2f7f21SAndreas Gohr$lang['userewrite'] = 'Use nice URLs'; 114ff2f7f21SAndreas Gohr$lang['useslash'] = 'Use slash as namespace separator in URLs'; 11517e7a281SBen Coburn$lang['usedraft'] = 'Automatically save a draft while editing'; 116ff2f7f21SAndreas Gohr$lang['sepchar'] = 'Page name word separator'; 117ff2f7f21SAndreas Gohr$lang['canonical'] = 'Use fully canonical URLs'; 118ff2f7f21SAndreas Gohr$lang['autoplural'] = 'Check for plural forms in links'; 119aa84c75bSAndreas Gohr$lang['compression'] = 'Compression method for attic files'; 120ff2f7f21SAndreas Gohr$lang['cachetime'] = 'Maximum age for cache (sec)'; 121ff2f7f21SAndreas Gohr$lang['locktime'] = 'Maximum age for lock files (sec)'; 1228a1f5d50SAndreas Gohr$lang['fetchsize'] = 'Maximum size (bytes) fetch.php may download from extern'; 123ff2f7f21SAndreas Gohr$lang['notify'] = 'Send change notifications to this email address'; 1248a1f5d50SAndreas Gohr$lang['registernotify'] = 'Send info on newly registered users to this email address'; 125ff2f7f21SAndreas Gohr$lang['mailfrom'] = 'Email address to use for automatic mails'; 126524be65dSBen Coburn$lang['gzip_output'] = 'Use gzip Content-Encoding for xhtml'; 1272825d176SAndreas Gohr$lang['gdlib'] = 'GD Lib version'; 128ff2f7f21SAndreas Gohr$lang['im_convert'] = 'Path to ImageMagick\'s convert tool'; 1292b03e74dSBen Coburn$lang['jpg_quality'] = 'JPG compression quality (0-100)'; 130ff2f7f21SAndreas Gohr$lang['subscribers'] = 'Enable page subscription support'; 131524be65dSBen Coburn$lang['compress'] = 'Compact CSS and javascript output'; 132ff2f7f21SAndreas Gohr$lang['hidepages'] = 'Hide matching pages (regular expressions)'; 133ff2f7f21SAndreas Gohr$lang['send404'] = 'Send "HTTP 404/Page Not Found" for non existing pages'; 134ff2f7f21SAndreas Gohr$lang['sitemap'] = 'Generate Google sitemap (days)'; 135cc25c900SAndreas 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&task_id=852">Bug 852</a> for more info.'; 1369a87c72aSAndreas Gohr$lang['xsendfile'] = 'Use the X-Sendfile header to let the webserver deliver static files? Your webserver needs to support this.'; 137fdd2e9d6SMichael Klier$lang['xmlrpc'] = 'Enable/disable XML-RPC interface.'; 1380ceb549dSChris Smith$lang['renderer_xhtml'] = 'Renderer to use for main (xhtml) wiki output'; 1390ceb549dSChris Smith$lang['renderer__core'] = '%s (dokuwiki core)'; 1400ceb549dSChris Smith$lang['renderer__plugin'] = '%s (plugin)'; 1415430c4beSAndreas Gohr$lang['rememberme'] = 'Allow permanent login cookies (remember me)'; 14210449332Schris 143ff2f7f21SAndreas Gohr$lang['rss_type'] = 'XML feed type'; 144ff2f7f21SAndreas Gohr$lang['rss_linkto'] = 'XML feed links to'; 1454ab889eaSAndreas Gohr$lang['rss_content'] = 'What to display in the XML feed items?'; 14617e7a281SBen Coburn$lang['rss_update'] = 'XML feed update interval (sec)'; 14771726d78SBen Coburn$lang['recent_days'] = 'How many recent changes to keep (days)'; 148a1716312SMarc Mayfield$lang['rss_show_summary'] = 'XML feed show summary in title'; 14910449332Schris 1502825d176SAndreas Gohr/* Target options */ 151ff2f7f21SAndreas Gohr$lang['target____wiki'] = 'Target window for internal links'; 152ff2f7f21SAndreas Gohr$lang['target____interwiki'] = 'Target window for interwiki links'; 153ff2f7f21SAndreas Gohr$lang['target____extern'] = 'Target window for external links'; 154ff2f7f21SAndreas Gohr$lang['target____media'] = 'Target window for media links'; 155ff2f7f21SAndreas Gohr$lang['target____windows'] = 'Target window for windows links'; 15610449332Schris 1572825d176SAndreas Gohr/* Proxy Options */ 158ff2f7f21SAndreas Gohr$lang['proxy____host'] = 'Proxy servername'; 159ff2f7f21SAndreas Gohr$lang['proxy____port'] = 'Proxy port'; 160ff2f7f21SAndreas Gohr$lang['proxy____user'] = 'Proxy user name'; 161ff2f7f21SAndreas Gohr$lang['proxy____pass'] = 'Proxy password'; 1624fa2dffcSBen Coburn$lang['proxy____ssl'] = 'Use ssl to connect to Proxy'; 16310449332Schris 16410449332Schris/* Safemode Hack */ 1654fa2dffcSBen Coburn$lang['safemodehack'] = 'Enable safemode hack'; 166ff2f7f21SAndreas Gohr$lang['ftp____host'] = 'FTP server for safemode hack'; 167ff2f7f21SAndreas Gohr$lang['ftp____port'] = 'FTP port for safemode hack'; 168ff2f7f21SAndreas Gohr$lang['ftp____user'] = 'FTP user name for safemode hack'; 169ff2f7f21SAndreas Gohr$lang['ftp____pass'] = 'FTP password for safemode hack'; 170ff2f7f21SAndreas Gohr$lang['ftp____root'] = 'FTP root directory for safemode hack'; 17110449332Schris 172066fee30SAndreas Gohr$lang['license_o_'] = 'None chosen'; 173066fee30SAndreas Gohr 1749426a41aSAndreas Gohr/* typography options */ 1759426a41aSAndreas Gohr$lang['typography_o_0'] = 'none'; 176078467f9SAnika Henke$lang['typography_o_1'] = 'excluding single quotes'; 177078467f9SAnika Henke$lang['typography_o_2'] = 'including single quotes (might not always work)'; 1789426a41aSAndreas Gohr 17910449332Schris/* userewrite options */ 18010449332Schris$lang['userewrite_o_0'] = 'none'; 181ff2f7f21SAndreas Gohr$lang['userewrite_o_1'] = '.htaccess'; 182ff2f7f21SAndreas Gohr$lang['userewrite_o_2'] = 'DokuWiki internal'; 18310449332Schris 1842825d176SAndreas Gohr/* deaccent options */ 1852825d176SAndreas Gohr$lang['deaccent_o_0'] = 'off'; 1862825d176SAndreas Gohr$lang['deaccent_o_1'] = 'remove accents'; 1872825d176SAndreas Gohr$lang['deaccent_o_2'] = 'romanize'; 1882825d176SAndreas Gohr 18910449332Schris/* gdlib options */ 19020e7ccb0Schris$lang['gdlib_o_0'] = 'GD Lib not available'; 191ff2f7f21SAndreas Gohr$lang['gdlib_o_1'] = 'Version 1.x'; 192ff2f7f21SAndreas Gohr$lang['gdlib_o_2'] = 'Autodetection'; 19310449332Schris 19410449332Schris/* rss_type options */ 19510449332Schris$lang['rss_type_o_rss'] = 'RSS 0.91'; 19610449332Schris$lang['rss_type_o_rss1'] = 'RSS 1.0'; 19710449332Schris$lang['rss_type_o_rss2'] = 'RSS 2.0'; 19810449332Schris$lang['rss_type_o_atom'] = 'Atom 0.3'; 1994ab889eaSAndreas Gohr$lang['rss_type_o_atom1'] = 'Atom 1.0'; 2004ab889eaSAndreas Gohr 2014ab889eaSAndreas Gohr/* rss_content options */ 2024ab889eaSAndreas Gohr$lang['rss_content_o_abstract'] = 'Abstract'; 2034ab889eaSAndreas Gohr$lang['rss_content_o_diff'] = 'Unified Diff'; 2044ab889eaSAndreas Gohr$lang['rss_content_o_htmldiff'] = 'HTML formatted diff table'; 2054ab889eaSAndreas Gohr$lang['rss_content_o_html'] = 'Full HTML page content'; 20610449332Schris 20710449332Schris/* rss_linkto options */ 208ff2f7f21SAndreas Gohr$lang['rss_linkto_o_diff'] = 'difference view'; 20910449332Schris$lang['rss_linkto_o_page'] = 'the revised page'; 21010449332Schris$lang['rss_linkto_o_rev'] = 'list of revisions'; 21110449332Schris$lang['rss_linkto_o_current'] = 'the current page'; 21210449332Schris 213fd49f8dfSchris/* compression options */ 214fd49f8dfSchris$lang['compression_o_0'] = 'none'; 215fd49f8dfSchris$lang['compression_o_gz'] = 'gzip'; 216fd49f8dfSchris$lang['compression_o_bz2'] = 'bz2'; 217fd49f8dfSchris 2189a87c72aSAndreas Gohr/* xsendfile header */ 2199a87c72aSAndreas Gohr$lang['xsendfile_o_0'] = "don't use"; 22003305f56SAndreas Gohr$lang['xsendfile_o_1'] = 'Proprietary lighttpd header (before release 1.5)'; 2219a87c72aSAndreas Gohr$lang['xsendfile_o_2'] = 'Standard X-Sendfile header'; 22203305f56SAndreas Gohr$lang['xsendfile_o_3'] = 'Proprietary Nginx X-Accel-Redirect header'; 223dc58b6f4SAndy Webber 224dc58b6f4SAndy Webber/* Display user info */ 225dc58b6f4SAndy Webber$lang['showuseras_o_loginname'] = 'Login name'; 226dc58b6f4SAndy Webber$lang['showuseras_o_username'] = "User's full name"; 227dc58b6f4SAndy Webber$lang['showuseras_o_email'] = "User's e-mail addresss (obfuscated according to mailguard setting)"; 228dc58b6f4SAndy Webber$lang['showuseras_o_email_link'] = "User's e-mail addresss as a mailto: link"; 229fe9ec250SChris Smith 230fe9ec250SChris Smith/* useheading options */ 231fe9ec250SChris Smith$lang['useheading_o_0'] = 'Never'; 232fe9ec250SChris Smith$lang['useheading_o_navigation'] = 'Navigation Only'; 233fe9ec250SChris Smith$lang['useheading_o_content'] = 'Wiki Content Only'; 234fe9ec250SChris Smith$lang['useheading_o_1'] = 'Always'; 235fe9ec250SChris Smith 236