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 21/* -------------------- Config Options --------------------------- */ 22 23$lang['fmode'] = 'File creation mode'; 24$lang['dmode'] = 'Directory creation mode'; 25$lang['lang'] = 'Language'; 26$lang['basedir'] = 'Base directory'; 27$lang['baseurl'] = 'Base URL'; 28$lang['savedir'] = 'Directory for saving data'; 29$lang['start'] = 'Start page name'; 30$lang['title'] = 'Wiki title'; 31$lang['template'] = 'Template'; 32$lang['fullpath'] = 'Reveal full path of pages in the footer'; 33$lang['recent'] = 'Recent changes'; 34$lang['breadcrumbs'] = 'Number of breadcrumbs'; 35$lang['youarehere'] = 'Hierarchical breadcrumbs'; 36$lang['typography'] = 'Do typographical replacements'; 37$lang['htmlok'] = 'Allow embedded HTML'; 38$lang['phpok'] = 'Allow embedded PHP'; 39$lang['dformat'] = 'Date format (see PHP\'s <a href="http://www.php.net/date">date</a> function)'; 40$lang['signature'] = 'Signature'; 41$lang['toptoclevel'] = 'Top level for table of contents'; 42$lang['maxtoclevel'] = 'Maximum level for table of contents'; 43$lang['maxseclevel'] = 'Maximum section edit level'; 44$lang['camelcase'] = 'Use CamelCase for links'; 45$lang['deaccent'] = 'Clean pagenames'; 46$lang['useheading'] = 'Use first heading for pagenames'; 47$lang['refcheck'] = 'Media reference check'; 48$lang['refshow'] = 'Number of media references to show'; 49$lang['allowdebug'] = 'Allow debug <b>disable if not needed!</b>'; 50 51$lang['usewordblock']= 'Block spam based on wordlist'; 52$lang['indexdelay'] = 'Time delay before indexing'; 53$lang['relnofollow'] = 'Use rel="nofollow"'; 54$lang['mailguard'] = 'Obfuscate email addresses'; 55 56/* Authentication Options */ 57$lang['useacl'] = 'Use access control lists'; 58$lang['openregister']= 'Allow everyone to register'; 59$lang['autopasswd'] = 'Autogenerate passwords'; 60$lang['resendpasswd']= 'Allow resend password'; 61$lang['authtype'] = 'Authentication backend'; 62$lang['passcrypt'] = 'Password encryption method'; 63$lang['defaultgroup']= 'Default group'; 64$lang['superuser'] = 'Superuser'; 65$lang['profileconfirm'] = 'Confirm profile changes with password'; 66 67/* Advanced Options */ 68$lang['userewrite'] = 'Use nice URLs'; 69$lang['useslash'] = 'Use slash as namespace separator in URLs'; 70$lang['usedraft'] = 'Automatically save a draft while editing'; 71$lang['sepchar'] = 'Page name word separator'; 72$lang['canonical'] = 'Use fully canonical URLs'; 73$lang['autoplural'] = 'Check for plural forms in links'; 74$lang['usegzip'] = 'Use gzip (for attic)'; 75$lang['cachetime'] = 'Maximum age for cache (sec)'; 76$lang['purgeonadd'] = 'Purge cache when new pages are added'; 77$lang['locktime'] = 'Maximum age for lock files (sec)'; 78$lang['notify'] = 'Send change notifications to this email address'; 79$lang['mailfrom'] = 'Email address to use for automatic mails'; 80$lang['gdlib'] = 'GD Lib version'; 81$lang['im_convert'] = 'Path to ImageMagick\'s convert tool'; 82$lang['spellchecker']= 'Enable spellchecker'; 83$lang['subscribers'] = 'Enable page subscription support'; 84$lang['compress'] = 'Compress CSS and javascript files'; 85$lang['hidepages'] = 'Hide matching pages (regular expressions)'; 86$lang['send404'] = 'Send "HTTP 404/Page Not Found" for non existing pages'; 87$lang['sitemap'] = 'Generate Google sitemap (days)'; 88 89$lang['rss_type'] = 'XML feed type'; 90$lang['rss_linkto'] = 'XML feed links to'; 91$lang['rss_update'] = 'XML feed update interval (sec)'; 92 93/* Target options */ 94$lang['target____wiki'] = 'Target window for internal links'; 95$lang['target____interwiki'] = 'Target window for interwiki links'; 96$lang['target____extern'] = 'Target window for external links'; 97$lang['target____media'] = 'Target window for media links'; 98$lang['target____windows'] = 'Target window for windows links'; 99 100/* Proxy Options */ 101$lang['proxy____host'] = 'Proxy servername'; 102$lang['proxy____port'] = 'Proxy port'; 103$lang['proxy____user'] = 'Proxy user name'; 104$lang['proxy____pass'] = 'Proxy password'; 105$lang['proxy____ssl'] = 'use ssl to connect to Proxy'; 106 107/* Safemode Hack */ 108$lang['safemodehack'] = 'enable safemode hack'; 109$lang['ftp____host'] = 'FTP server for safemode hack'; 110$lang['ftp____port'] = 'FTP port for safemode hack'; 111$lang['ftp____user'] = 'FTP user name for safemode hack'; 112$lang['ftp____pass'] = 'FTP password for safemode hack'; 113$lang['ftp____root'] = 'FTP root directory for safemode hack'; 114 115/* userewrite options */ 116$lang['userewrite_o_0'] = 'none'; 117$lang['userewrite_o_1'] = '.htaccess'; 118$lang['userewrite_o_2'] = 'DokuWiki internal'; 119 120/* deaccent options */ 121$lang['deaccent_o_0'] = 'off'; 122$lang['deaccent_o_1'] = 'remove accents'; 123$lang['deaccent_o_2'] = 'romanize'; 124 125/* gdlib options */ 126$lang['gdlib_o_0'] = 'GD Lib not available'; 127$lang['gdlib_o_1'] = 'Version 1.x'; 128$lang['gdlib_o_2'] = 'Autodetection'; 129 130/* rss_type options */ 131$lang['rss_type_o_rss'] = 'RSS 0.91'; 132$lang['rss_type_o_rss1'] = 'RSS 1.0'; 133$lang['rss_type_o_rss2'] = 'RSS 2.0'; 134$lang['rss_type_o_atom'] = 'Atom 0.3'; 135 136/* rss_linkto options */ 137$lang['rss_linkto_o_diff'] = 'difference view'; 138$lang['rss_linkto_o_page'] = 'the revised page'; 139$lang['rss_linkto_o_rev'] = 'list of revisions'; 140$lang['rss_linkto_o_current'] = 'the current page'; 141 142