Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dokuwiki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BRIC
dokuwiki
Commits
2825d176
Commit
2825d176
authored
19 years ago
by
Andreas Gohr
Browse files
Options
Downloads
Patches
Plain Diff
config manager update
darcs-hash:20060303101859-7ad00-3f494db12957fcf47a12b0e6c873481d9bbce0c6.gz
parent
d8cb2602
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/plugins/config/lang/en/lang.php
+79
-71
79 additions, 71 deletions
lib/plugins/config/lang/en/lang.php
with
79 additions
and
71 deletions
lib/plugins/config/lang/en/lang.php
+
79
−
71
View file @
2825d176
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
// for admin plugins, the menu prompt to be displayed in the admin menu
// for admin plugins, the menu prompt to be displayed in the admin menu
// if set here, the plugin doesn't need to override the getMenuText() method
// if set here, the plugin doesn't need to override the getMenuText() method
$lang
[
'menu'
]
=
'Configuration Settings'
;
$lang
[
'menu'
]
=
'Configuration Settings'
;
$lang
[
'error'
]
=
'Settings not updated due to an invalid value, please review your changes and resubmit.
$lang
[
'error'
]
=
'Settings not updated due to an invalid value, please review your changes and resubmit.
<br />The incorrect value(s) will be shown surrounded by a red border.'
;
<br />The incorrect value(s) will be shown surrounded by a red border.'
;
...
@@ -17,83 +17,86 @@ $lang['nochoice'] = '(no other choices available)';
...
@@ -17,83 +17,86 @@ $lang['nochoice'] = '(no other choices available)';
$lang
[
'locked'
]
=
'The settings file can not be updated, if this is unintentional, <br />
$lang
[
'locked'
]
=
'The settings file can not be updated, if this is unintentional, <br />
ensure the local settings file name and permissions are correct.'
;
ensure the local settings file name and permissions are correct.'
;
// settings prompts
$lang
[
'umask'
]
=
'global permission mask'
;
//set the umask for new files
/* -------------------- Config Options --------------------------- */
$lang
[
'fmode'
]
=
'file creation mode'
;
//directory mask accordingly
$lang
[
'dmode'
]
=
'directory creation mode'
;
//directory mask accordingly
$lang
[
'umask'
]
=
'global permission mask'
;
$lang
[
'lang'
]
=
'language'
;
//your language
$lang
[
'fmode'
]
=
'file creation mode'
;
$lang
[
'basedir'
]
=
'base directory'
;
//absolute dir from serveroot - blank for autodetection
$lang
[
'dmode'
]
=
'directory creation mode'
;
$lang
[
'baseurl'
]
=
'base url'
;
//URL to server including protocol - blank for autodetect
$lang
[
'lang'
]
=
'language'
;
$lang
[
'savedir'
]
=
'save directory'
;
//where to store all the files
$lang
[
'basedir'
]
=
'base directory'
;
$lang
[
'start'
]
=
'start page name'
;
//name of start page
$lang
[
'baseurl'
]
=
'base url'
;
$lang
[
'title'
]
=
'wiki title'
;
//what to show in the title
$lang
[
'savedir'
]
=
'save directory'
;
$lang
[
'template'
]
=
'template'
;
//see tpl directory
$lang
[
'start'
]
=
'start page name'
;
$lang
[
'fullpath'
]
=
'use full path'
;
//show full path of the document or relative to datadir only? 0|1
$lang
[
'title'
]
=
'wiki title'
;
$lang
[
'recent'
]
=
'recent changes'
;
//how many entries to show in recent
$lang
[
'template'
]
=
'template'
;
$lang
[
'breadcrumbs'
]
=
'breadcrumbs'
;
//how many recent visited pages to show
$lang
[
'fullpath'
]
=
'use full path'
;
$lang
[
'typography'
]
=
'typography'
;
//convert quotes, dashes and stuff to typographic equivalents? 0|1
$lang
[
'recent'
]
=
'recent changes'
;
$lang
[
'htmlok'
]
=
'allow embedded html'
;
//may raw HTML be embedded? This may break layout and XHTML validity 0|1
$lang
[
'breadcrumbs'
]
=
'breadcrumbs'
;
$lang
[
'phpok'
]
=
'allow embedded php'
;
//may PHP code be embedded? Never do this on the internet! 0|1
$lang
[
'youarehere'
]
=
'hierarchical breadcrumbs'
;
$lang
[
'dformat'
]
=
'date format'
;
//dateformat accepted by PHPs date() function
$lang
[
'typography'
]
=
'typography'
;
$lang
[
'signature'
]
=
'signature'
;
//signature see wiki:langig for details
$lang
[
'htmlok'
]
=
'allow embedded html'
;
$lang
[
'toptoclevel'
]
=
'top toc level'
;
//Level starting with and below to include in AutoTOC (max. 5)
$lang
[
'phpok'
]
=
'allow embedded php'
;
$lang
[
'maxtoclevel'
]
=
'max toc level'
;
//Up to which level include into AutoTOC (max. 5)
$lang
[
'dformat'
]
=
'date format'
;
$lang
[
'maxseclevel'
]
=
'max section edit level'
;
//Up to which level create editable sections (max. 5)
$lang
[
'signature'
]
=
'signature'
;
$lang
[
'camelcase'
]
=
'use camelcase for links'
;
//Use CamelCase for linking? (I don't like it) 0|1
$lang
[
'toptoclevel'
]
=
'top toc level'
;
$lang
[
'deaccent'
]
=
'deaccent in pagenames'
;
//convert accented chars to unaccented ones in pagenames?
$lang
[
'maxtoclevel'
]
=
'max toc level'
;
$lang
[
'useheading'
]
=
'use first heading'
;
//use the first heading in a page as its name
$lang
[
'maxseclevel'
]
=
'max section edit level'
;
$lang
[
'refcheck'
]
=
'media reference check'
;
//check for references before deleting media files
$lang
[
'camelcase'
]
=
'use camelcase for links'
;
$lang
[
'refshow'
]
=
'media references to show'
;
//how many references should be shown, 5 is a good value
$lang
[
'deaccent'
]
=
'deaccent in pagenames'
;
$lang
[
'allowdebug'
]
=
'allow debug (disable!)'
;
//make debug possible, disable after install! 0|1
$lang
[
'useheading'
]
=
'use first heading'
;
$lang
[
'refcheck'
]
=
'media reference check'
;
$lang
[
'usewordblock'
]
=
'block spam based on words'
;
//block spam based on words? 0|1
$lang
[
'refshow'
]
=
'media references to show'
;
$lang
[
'indexdelay'
]
=
'time delay before indexing'
;
//allow indexing after this time (seconds) default is 5 days
$lang
[
'allowdebug'
]
=
'allow debug (disable!)'
;
$lang
[
'relnofollow'
]
=
'use rel="nofollow"'
;
//use rel="nofollow" for external links?
$lang
[
'mailguard'
]
=
'obfuscate email addresses'
;
//obfuscate email addresses against spam harvesters?
$lang
[
'usewordblock'
]
=
'block spam based on words'
;
$lang
[
'indexdelay'
]
=
'time delay before indexing'
;
/* Authentication Options - read http://www.splitbrain.org/dokuwiki/wiki:acl */
$lang
[
'relnofollow'
]
=
'use rel="nofollow"'
;
$lang
[
'useacl'
]
=
'use ACL'
;
//Use Access Control Lists to restrict access?
$lang
[
'mailguard'
]
=
'obfuscate email addresses'
;
$lang
[
'openregister'
]
=
'open register'
;
//Should users to be allowed to register?
$lang
[
'autopasswd'
]
=
'autogenerate passwords'
;
//autogenerate passwords and email them to user
/* Authentication Options */
$lang
[
'resendpasswd'
]
=
'allow resend password'
;
//allow resend password function?
$lang
[
'useacl'
]
=
'use ACL'
;
$lang
[
'authtype'
]
=
'authentication backend'
;
//which authentication backend should be used
$lang
[
'openregister'
]
=
'open register'
;
$lang
[
'passcrypt'
]
=
'password encryption'
;
//Used crypt method (smd5,md5,sha1,ssha,crypt,mysql,my411)
$lang
[
'autopasswd'
]
=
'autogenerate passwords'
;
$lang
[
'defaultgroup'
]
=
'default group'
;
//Default groups new Users are added to
$lang
[
'resendpasswd'
]
=
'allow resend password'
;
$lang
[
'superuser'
]
=
'superuser'
;
//The admin can be user or @group
$lang
[
'authtype'
]
=
'authentication backend'
;
$lang
[
'profileconfirm'
]
=
'profile confirm'
;
//Require current password to langirm changes to user profile
$lang
[
'passcrypt'
]
=
'password encryption'
;
$lang
[
'defaultgroup'
]
=
'default group'
;
$lang
[
'superuser'
]
=
'superuser'
;
$lang
[
'profileconfirm'
]
=
'profile confirm'
;
/* Advanced Options */
/* Advanced Options */
$lang
[
'userewrite'
]
=
'use nice URLs'
;
//this makes nice URLs: 0: off 1: .htaccess 2: internal
$lang
[
'userewrite'
]
=
'use nice URLs'
;
$lang
[
'useslash'
]
=
'use slash'
;
//use slash instead of colon? only when rewrite is on
$lang
[
'useslash'
]
=
'use slash'
;
$lang
[
'sepchar'
]
=
'page name word separator'
;
//word separator character in page names; may be a
$lang
[
'sepchar'
]
=
'page name word separator'
;
$lang
[
'canonical'
]
=
'use fully canonical URLs'
;
//Should all URLs use full canonical http://... style?
$lang
[
'canonical'
]
=
'use fully canonical URLs'
;
$lang
[
'autoplural'
]
=
'auto-plural'
;
//try (non)plural form of nonexisting files?
$lang
[
'autoplural'
]
=
'auto-plural'
;
$lang
[
'usegzip'
]
=
'use gzip (for attic)'
;
//gzip old revisions?
$lang
[
'usegzip'
]
=
'use gzip (for attic)'
;
$lang
[
'cachetime'
]
=
'max. age for cache (sec)'
;
//maximum age for cachefile in seconds (defaults to a day)
$lang
[
'cachetime'
]
=
'max. age for cache (sec)'
;
$lang
[
'purgeonadd'
]
=
'purge cache on add'
;
//purge cache when a new file is added (needed for up to date links)
$lang
[
'purgeonadd'
]
=
'purge cache on add'
;
$lang
[
'locktime'
]
=
'max. age for lock files (sec)'
;
//maximum age for lockfiles (defaults to 15 minutes)
$lang
[
'locktime'
]
=
'max. age for lock files (sec)'
;
$lang
[
'notify'
]
=
'notify email address'
;
//send change info to this email (leave blank for nobody)
$lang
[
'notify'
]
=
'notify email address'
;
$lang
[
'mailfrom'
]
=
'wiki mail from'
;
//use this email when sending mails
$lang
[
'mailfrom'
]
=
'wiki mail from'
;
$lang
[
'gdlib'
]
=
'GD Lib version'
;
//the GDlib version (0, 1 or 2) 2 tries to autodetect
$lang
[
'gdlib'
]
=
'GD Lib version'
;
$lang
[
'im_convert'
]
=
'imagemagick path'
;
//path to ImageMagicks convert (will be used instead of GD)
$lang
[
'im_convert'
]
=
'imagemagick path'
;
$lang
[
'spellchecker'
]
=
'enable spellchecker'
;
//enable Spellchecker (needs PHP >= 4.3.0 and aspell installed)
$lang
[
'spellchecker'
]
=
'enable spellchecker'
;
$lang
[
'subscribers'
]
=
'enable subscription support'
;
//enable change notice subscription support
$lang
[
'subscribers'
]
=
'enable subscription support'
;
$lang
[
'compress'
]
=
'Compress CSS & javascript files'
;
//Strip whitespaces and comments from Styles and JavaScript? 1|0
$lang
[
'compress'
]
=
'Compress CSS & javascript files'
;
$lang
[
'hidepages'
]
=
'Hide matching pages (regex)'
;
//Regexp for pages to be skipped from RSS, Search and Recent Changes
$lang
[
'hidepages'
]
=
'Hide matching pages (regex)'
;
$lang
[
'send404'
]
=
'Send "HTTP404/Page Not Found"'
;
//Send a HTTP 404 status for non existing pages?
$lang
[
'send404'
]
=
'Send "HTTP
404/Page Not Found"'
;
$lang
[
'sitemap'
]
=
'Generate google sitemap (days)'
;
//Create a google sitemap? How often? In days.
$lang
[
'sitemap'
]
=
'Generate google sitemap (days)'
;
$lang
[
'rss_type'
]
=
'rss feed type'
;
//type of RSS feed to provide, by default:
$lang
[
'rss_type'
]
=
'rss feed type'
;
$lang
[
'rss_linkto'
]
=
'rss links to'
;
//what page RSS entries link to:
$lang
[
'rss_linkto'
]
=
'rss links to'
;
/
/Set target to use when creating links - leave empty for same window
/
* Target options */
$lang
[
'target____wiki'
]
=
'target for internal links'
;
$lang
[
'target____wiki'
]
=
'target for internal links'
;
$lang
[
'target____interwiki'
]
=
'target for interwiki links'
;
$lang
[
'target____interwiki'
]
=
'target for interwiki links'
;
$lang
[
'target____extern'
]
=
'target for external links'
;
$lang
[
'target____extern'
]
=
'target for external links'
;
$lang
[
'target____media'
]
=
'target for media links'
;
$lang
[
'target____media'
]
=
'target for media links'
;
$lang
[
'target____windows'
]
=
'target for windows links'
;
$lang
[
'target____windows'
]
=
'target for windows links'
;
/
/
Proxy
setup - if your Server needs a proxy to access the web set these
/
*
Proxy
Options */
$lang
[
'proxy____host'
]
=
'proxy - host'
;
$lang
[
'proxy____host'
]
=
'proxy - host'
;
$lang
[
'proxy____port'
]
=
'proxy - port'
;
$lang
[
'proxy____port'
]
=
'proxy - port'
;
$lang
[
'proxy____user'
]
=
'proxy - user name'
;
$lang
[
'proxy____user'
]
=
'proxy - user name'
;
...
@@ -101,7 +104,7 @@ $lang['proxy____pass'] = 'proxy - password';
...
@@ -101,7 +104,7 @@ $lang['proxy____pass'] = 'proxy - password';
$lang
[
'proxy____ssl'
]
=
'proxy - ssl'
;
$lang
[
'proxy____ssl'
]
=
'proxy - ssl'
;
/* Safemode Hack */
/* Safemode Hack */
$lang
[
'safemodehack'
]
=
'enable safemode hack'
;
//read http://wiki.splitbrain.org/wiki:safemodehack !
$lang
[
'safemodehack'
]
=
'enable safemode hack'
;
$lang
[
'ftp____host'
]
=
'ftp - host'
;
$lang
[
'ftp____host'
]
=
'ftp - host'
;
$lang
[
'ftp____port'
]
=
'ftp - port'
;
$lang
[
'ftp____port'
]
=
'ftp - port'
;
$lang
[
'ftp____user'
]
=
'ftp - user name'
;
$lang
[
'ftp____user'
]
=
'ftp - user name'
;
...
@@ -113,6 +116,11 @@ $lang['userewrite_o_0'] = 'none';
...
@@ -113,6 +116,11 @@ $lang['userewrite_o_0'] = 'none';
$lang
[
'userewrite_o_1'
]
=
'htaccess'
;
$lang
[
'userewrite_o_1'
]
=
'htaccess'
;
$lang
[
'userewrite_o_2'
]
=
'dokuwiki'
;
$lang
[
'userewrite_o_2'
]
=
'dokuwiki'
;
/* deaccent options */
$lang
[
'deaccent_o_0'
]
=
'off'
;
$lang
[
'deaccent_o_1'
]
=
'remove accents'
;
$lang
[
'deaccent_o_2'
]
=
'romanize'
;
/* gdlib options */
/* gdlib options */
$lang
[
'gdlib_o_0'
]
=
'GD Lib not available'
;
$lang
[
'gdlib_o_0'
]
=
'GD Lib not available'
;
$lang
[
'gdlib_o_1'
]
=
'version 1.x'
;
$lang
[
'gdlib_o_1'
]
=
'version 1.x'
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment