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['_advanced'] = 'Advanced Settings'; 40$lang['_network'] = 'Network Settings'; 41// The settings group name for plugins and templates can be set with 42// plugin_settings_name and template_settings_name respectively. If one 43// of these lang properties is not set, the group name will be generated 44// from the plugin or template name and the localized suffix. 45$lang['_plugin_sufix'] = 'Plugin Settings'; 46$lang['_template_sufix'] = 'Template Settings'; 47 48/* --- Undefined Setting Messages --- */ 49$lang['_msg_setting_undefined'] = 'No setting metadata.'; 50$lang['_msg_setting_no_class'] = 'No setting class.'; 51$lang['_msg_setting_no_default'] = 'No default value.'; 52 53/* -------------------- Config Options --------------------------- */ 54 55$lang['fmode'] = 'File creation mode'; 56$lang['dmode'] = 'Directory creation mode'; 57$lang['lang'] = 'Interface language'; 58$lang['basedir'] = 'Server path (eg. <code>/dokuwiki/</code>). Leave blank for autodetection.'; 59$lang['baseurl'] = 'Server URL (eg. <code>http://www.yourserver.com</code>). Leave blank for autodetection.'; 60$lang['savedir'] = 'Directory for saving data'; 61$lang['cookiedir'] = 'Cookie path. Leave blank for using baseurl.'; 62$lang['start'] = 'Start page name'; 63$lang['title'] = 'Wiki title'; 64$lang['template'] = 'Template'; 65$lang['license'] = 'Under which license should your content be released?'; 66$lang['fullpath'] = 'Reveal full path of pages in the footer'; 67$lang['recent'] = 'Recent changes'; 68$lang['breadcrumbs'] = 'Number of breadcrumbs'; 69$lang['youarehere'] = 'Hierarchical breadcrumbs'; 70$lang['typography'] = 'Do typographical replacements'; 71$lang['htmlok'] = 'Allow embedded HTML'; 72$lang['phpok'] = 'Allow embedded PHP'; 73$lang['dformat'] = 'Date format (see PHP\'s <a href="http://www.php.net/strftime">strftime</a> function)'; 74$lang['signature'] = 'Signature'; 75$lang['toptoclevel'] = 'Top level for table of contents'; 76$lang['tocminheads'] = 'Minimum amount of headlines that determines whether the TOC is built'; 77$lang['maxtoclevel'] = 'Maximum level for table of contents'; 78$lang['maxseclevel'] = 'Maximum section edit level'; 79$lang['camelcase'] = 'Use CamelCase for links'; 80$lang['deaccent'] = 'Clean pagenames'; 81$lang['useheading'] = 'Use first heading for pagenames'; 82$lang['refcheck'] = 'Media reference check'; 83$lang['refshow'] = 'Number of media references to show'; 84$lang['allowdebug'] = 'Allow debug <b>disable if not needed!</b>'; 85 86$lang['usewordblock']= 'Block spam based on wordlist'; 87$lang['indexdelay'] = 'Time delay before indexing (sec)'; 88$lang['relnofollow'] = 'Use rel="nofollow" on external links'; 89$lang['mailguard'] = 'Obfuscate email addresses'; 90$lang['iexssprotect']= 'Check uploaded files for possibly malicious JavaScript or HTML code'; 91$lang['showuseras'] = 'What to display when showing the user that last edited a page'; 92 93/* Authentication Options */ 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'; 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['disableactions'] = 'Disable DokuWiki actions'; 103$lang['disableactions_check'] = 'Check'; 104$lang['disableactions_subscription'] = 'Subscribe/Unsubscribe'; 105$lang['disableactions_wikicode'] = 'View source/Export Raw'; 106$lang['disableactions_other'] = 'Other actions (comma separated)'; 107$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.'; 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['xmlrpc'] = 'Enable/disable XML-RPC interface.'; 111$lang['xmlrpcuser'] = 'Restrict XML-RPC access to the comma separated groups or users given here. Leave empty to give access to everyone.'; 112 113/* Advanced Options */ 114$lang['updatecheck'] = 'Check for updates and security warnings? DokuWiki needs to contact update.dokuwiki.org for this feature.'; 115$lang['userewrite'] = 'Use nice URLs'; 116$lang['useslash'] = 'Use slash as namespace separator in URLs'; 117$lang['usedraft'] = 'Automatically save a draft while editing'; 118$lang['sepchar'] = 'Page name word separator'; 119$lang['canonical'] = 'Use fully canonical URLs'; 120$lang['fnencode'] = 'Method for encoding non-ASCII filenames.'; 121$lang['autoplural'] = 'Check for plural forms in links'; 122$lang['compression'] = 'Compression method for attic files'; 123$lang['cachetime'] = 'Maximum age for cache (sec)'; 124$lang['locktime'] = 'Maximum age for lock files (sec)'; 125$lang['fetchsize'] = 'Maximum size (bytes) fetch.php may download from extern'; 126$lang['notify'] = 'Send change notifications to this email address'; 127$lang['registernotify'] = 'Send info on newly registered users to this email address'; 128$lang['mailfrom'] = 'Email address to use for automatic mails'; 129$lang['mailprefix'] = 'Email subject prefix to use for automatic mails'; 130$lang['gzip_output'] = 'Use gzip Content-Encoding for xhtml'; 131$lang['gdlib'] = 'GD Lib version'; 132$lang['im_convert'] = 'Path to ImageMagick\'s convert tool'; 133$lang['jpg_quality'] = 'JPG compression quality (0-100)'; 134$lang['subscribers'] = 'Enable page subscription support'; 135$lang['subscribe_time'] = 'Time after which subscription lists and digests are sent (sec); This should be smaller than the time specified in recent_days.'; 136$lang['compress'] = 'Compact CSS and javascript output'; 137$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 < 8! <code>400</code> to <code>600</code> bytes is a good value. Set <code>0</code> to disable.'; 138$lang['hidepages'] = 'Hide matching pages (regular expressions)'; 139$lang['send404'] = 'Send "HTTP 404/Page Not Found" for non existing pages'; 140$lang['sitemap'] = 'Generate Google sitemap (days)'; 141$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.'; 142$lang['xsendfile'] = 'Use the X-Sendfile header to let the webserver deliver static files? Your webserver needs to support this.'; 143$lang['renderer_xhtml'] = 'Renderer to use for main (xhtml) wiki output'; 144$lang['renderer__core'] = '%s (dokuwiki core)'; 145$lang['renderer__plugin'] = '%s (plugin)'; 146$lang['rememberme'] = 'Allow permanent login cookies (remember me)'; 147 148$lang['rss_type'] = 'XML feed type'; 149$lang['rss_linkto'] = 'XML feed links to'; 150$lang['rss_content'] = 'What to display in the XML feed items?'; 151$lang['rss_update'] = 'XML feed update interval (sec)'; 152$lang['recent_days'] = 'How many recent changes to keep (days)'; 153$lang['rss_show_summary'] = 'XML feed show summary in title'; 154 155/* Target options */ 156$lang['target____wiki'] = 'Target window for internal links'; 157$lang['target____interwiki'] = 'Target window for interwiki links'; 158$lang['target____extern'] = 'Target window for external links'; 159$lang['target____media'] = 'Target window for media links'; 160$lang['target____windows'] = 'Target window for windows links'; 161 162/* Proxy Options */ 163$lang['proxy____host'] = 'Proxy servername'; 164$lang['proxy____port'] = 'Proxy port'; 165$lang['proxy____user'] = 'Proxy user name'; 166$lang['proxy____pass'] = 'Proxy password'; 167$lang['proxy____ssl'] = 'Use SSL to connect to proxy'; 168$lang['proxy____except'] = 'Regular expression to match URLs for which the proxy should be skipped for.'; 169 170/* Safemode Hack */ 171$lang['safemodehack'] = 'Enable safemode hack'; 172$lang['ftp____host'] = 'FTP server for safemode hack'; 173$lang['ftp____port'] = 'FTP port for safemode hack'; 174$lang['ftp____user'] = 'FTP user name for safemode hack'; 175$lang['ftp____pass'] = 'FTP password for safemode hack'; 176$lang['ftp____root'] = 'FTP root directory for safemode hack'; 177 178$lang['license_o_'] = 'None chosen'; 179 180/* typography options */ 181$lang['typography_o_0'] = 'none'; 182$lang['typography_o_1'] = 'excluding single quotes'; 183$lang['typography_o_2'] = 'including single quotes (might not always work)'; 184 185/* userewrite options */ 186$lang['userewrite_o_0'] = 'none'; 187$lang['userewrite_o_1'] = '.htaccess'; 188$lang['userewrite_o_2'] = 'DokuWiki internal'; 189 190/* deaccent options */ 191$lang['deaccent_o_0'] = 'off'; 192$lang['deaccent_o_1'] = 'remove accents'; 193$lang['deaccent_o_2'] = 'romanize'; 194 195/* gdlib options */ 196$lang['gdlib_o_0'] = 'GD Lib not available'; 197$lang['gdlib_o_1'] = 'Version 1.x'; 198$lang['gdlib_o_2'] = 'Autodetection'; 199 200/* rss_type options */ 201$lang['rss_type_o_rss'] = 'RSS 0.91'; 202$lang['rss_type_o_rss1'] = 'RSS 1.0'; 203$lang['rss_type_o_rss2'] = 'RSS 2.0'; 204$lang['rss_type_o_atom'] = 'Atom 0.3'; 205$lang['rss_type_o_atom1'] = 'Atom 1.0'; 206 207/* rss_content options */ 208$lang['rss_content_o_abstract'] = 'Abstract'; 209$lang['rss_content_o_diff'] = 'Unified Diff'; 210$lang['rss_content_o_htmldiff'] = 'HTML formatted diff table'; 211$lang['rss_content_o_html'] = 'Full HTML page content'; 212 213/* rss_linkto options */ 214$lang['rss_linkto_o_diff'] = 'difference view'; 215$lang['rss_linkto_o_page'] = 'the revised page'; 216$lang['rss_linkto_o_rev'] = 'list of revisions'; 217$lang['rss_linkto_o_current'] = 'the current page'; 218 219/* compression options */ 220$lang['compression_o_0'] = 'none'; 221$lang['compression_o_gz'] = 'gzip'; 222$lang['compression_o_bz2'] = 'bz2'; 223 224/* xsendfile header */ 225$lang['xsendfile_o_0'] = "don't use"; 226$lang['xsendfile_o_1'] = 'Proprietary lighttpd header (before release 1.5)'; 227$lang['xsendfile_o_2'] = 'Standard X-Sendfile header'; 228$lang['xsendfile_o_3'] = 'Proprietary Nginx X-Accel-Redirect header'; 229 230/* Display user info */ 231$lang['showuseras_o_loginname'] = 'Login name'; 232$lang['showuseras_o_username'] = "User's full name"; 233$lang['showuseras_o_email'] = "User's e-mail addresss (obfuscated according to mailguard setting)"; 234$lang['showuseras_o_email_link'] = "User's e-mail addresss as a mailto: link"; 235 236/* useheading options */ 237$lang['useheading_o_0'] = 'Never'; 238$lang['useheading_o_navigation'] = 'Navigation Only'; 239$lang['useheading_o_content'] = 'Wiki Content Only'; 240$lang['useheading_o_1'] = 'Always'; 241 242$lang['readdircache'] = 'Maximum age for readdir cache (sec)'; 243