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