Index: trunk/extensions/Configure/Configure.settings.i18n.php |
— | — | @@ -14,549 +14,546 @@ |
15 | 15 | 'configure-setting-wgActionPaths' => 'Per-action URLs', |
16 | 16 | 'configure-setting-wgActionPaths-key' => 'Action', |
17 | 17 | 'configure-setting-wgActionPaths-value' => 'URL template', |
18 | | - 'configure-setting-wgAllDBsAreLocalhost' => "Silently rewrite all database connections to the local host", |
19 | | - 'configure-setting-wgCheckDBSchema' => "Check that the database is up to date every page view (deprecated)", |
20 | | - 'configure-setting-wgDBAvgStatusPoll' => "Average time between SHOW STATUS queries in overload conditions", |
21 | | - 'configure-setting-wgDBerrorLog' => "File to log database errors to", |
22 | | - 'configure-setting-wgDBname' => "Name of the database to use", |
23 | | - 'configure-setting-wgDBpassword' => "Password for \$wgDBuser", |
24 | | - 'configure-setting-wgDBport' => "Port for the database server", |
25 | | - 'configure-setting-wgDBserver' => "Host name or IP address of database server", |
26 | | - 'configure-setting-wgDBtype' => "Type of database to use", |
27 | | - 'configure-setting-wgDBuser' => "Username to log into database with", |
28 | | - 'configure-setting-wgLocalDatabases' => "Other databases which can be administered from this server", |
29 | | - 'configure-setting-wgSearchType' => "Type of database search to use. Set to a class name to override to a custom search engine", |
30 | | - 'configure-setting-wgSharedDB' => "Shared database name", |
31 | | - 'configure-setting-wgSharedPrefix' => "Shared database prefix", |
32 | | - 'configure-setting-wgSharedTables' => "Tables to share", |
33 | | - 'configure-setting-wgAllowImageMoving' => "Enable file renaming", |
34 | | - 'configure-setting-wgCustomConvertCommand' => "Alternative image scaler", |
35 | | - 'configure-setting-wgGenerateThumbnailOnParse' => "Generate thumbnails when pages containing them are parsed", |
36 | | - 'configure-setting-wgIgnoreImageErrors' => "Do not display error messages for images", |
37 | | - 'configure-setting-wgImageLimits' => "Image size limits for description pages", |
38 | | - 'configure-setting-wgMaxAnimatedGifArea' => "Maximum area in pixels for animated GIFs", |
39 | | - 'configure-setting-wgMaxImageArea' => "Maximum area in pixels for images", |
40 | | - 'configure-setting-wgMediaHandlers' => "Plugins for media file type handling", |
41 | | - 'configure-setting-wgMediaHandlers-key' => "MIME Type", |
42 | | - 'configure-setting-wgMediaHandlers-value' => "Handler class", |
43 | | - 'configure-setting-wgThumbnailScriptPath' => "Path to thumb.php for thumbnail generation on-the-fly instead of on-parse", |
44 | | - 'configure-setting-wgThumbUpright' => "Width adjustment factor for upright thumbnails", |
45 | | - 'configure-setting-wgShowEXIF' => "Show EXIF data on file description pages", |
46 | | - 'configure-setting-wgThumbLimits' => "Allowed image thumbnail sizes", |
| 18 | + 'configure-setting-wgAllDBsAreLocalhost' => 'Silently rewrite all database connections to the local host', |
| 19 | + 'configure-setting-wgCheckDBSchema' => 'Check that the database is up to date every page view (deprecated)', |
| 20 | + 'configure-setting-wgDBAvgStatusPoll' => 'Average time between SHOW STATUS queries in overload conditions', |
| 21 | + 'configure-setting-wgDBerrorLog' => 'File to log database errors to', |
| 22 | + 'configure-setting-wgDBname' => 'Name of the database to use', |
| 23 | + 'configure-setting-wgDBpassword' => 'Password for $wgDBuser', |
| 24 | + 'configure-setting-wgDBport' => 'Port for the database server', |
| 25 | + 'configure-setting-wgDBserver' => 'Host name or IP address of database server', |
| 26 | + 'configure-setting-wgDBtype' => 'Type of database to use', |
| 27 | + 'configure-setting-wgDBuser' => 'Username to log into database with', |
| 28 | + 'configure-setting-wgLocalDatabases' => 'Other databases which can be administered from this server', |
| 29 | + 'configure-setting-wgSearchType' => 'Type of database search to use. Set to a class name to override to a custom search engine', |
| 30 | + 'configure-setting-wgSharedDB' => 'Shared database name', |
| 31 | + 'configure-setting-wgSharedPrefix' => 'Shared database prefix', |
| 32 | + 'configure-setting-wgSharedTables' => 'Tables to share', |
| 33 | + 'configure-setting-wgAllowImageMoving' => 'Enable file renaming', |
| 34 | + 'configure-setting-wgCustomConvertCommand' => 'Alternative image scaler', |
| 35 | + 'configure-setting-wgGenerateThumbnailOnParse' => 'Generate thumbnails when pages containing them are parsed', |
| 36 | + 'configure-setting-wgIgnoreImageErrors' => 'Do not display error messages for images', |
| 37 | + 'configure-setting-wgImageLimits' => 'Image size limits for description pages', |
| 38 | + 'configure-setting-wgMaxAnimatedGifArea' => 'Maximum area in pixels for animated GIFs', |
| 39 | + 'configure-setting-wgMaxImageArea' => 'Maximum area in pixels for images', |
| 40 | + 'configure-setting-wgMediaHandlers' => 'Plugins for media file type handling', |
| 41 | + 'configure-setting-wgMediaHandlers-key' => 'MIME Type', |
| 42 | + 'configure-setting-wgMediaHandlers-value' => 'Handler class', |
| 43 | + 'configure-setting-wgThumbnailScriptPath' => 'Path to thumb.php for thumbnail generation on-the-fly instead of on-parse', |
| 44 | + 'configure-setting-wgThumbUpright' => 'Width adjustment factor for upright thumbnails', |
| 45 | + 'configure-setting-wgShowEXIF' => 'Show EXIF data on file description pages', |
| 46 | + 'configure-setting-wgThumbLimits' => 'Allowed image thumbnail sizes', |
47 | 47 | 'configure-setting-wgTrustedMediaFormats' => "Media types and MIME types which are considered 'safe'", |
48 | 48 | 'configure-setting-wgTiffThumbnailType' => 'File extension and mime type used to transform TIFF images to', |
49 | | - 'configure-setting-wgMainCacheType' => "Type of main caching system", |
50 | | - 'configure-setting-wgCacheEpoch' => "Cache invalidation epoch", |
51 | | - 'configure-setting-wgCachePages' => "Allow client-side caching of pages", |
52 | | - 'configure-setting-wgClockSkewFudge' => "Fudge time to add to cache timestamps to adjust for clock skew", |
53 | | - 'configure-setting-wgFileCacheDirectory' => "File cache directory", |
54 | | - 'configure-setting-wgForcedRawSMaxage' => "Default maximum age for raw CSS/JS access", |
| 49 | + 'configure-setting-wgMainCacheType' => 'Type of main caching system', |
| 50 | + 'configure-setting-wgCacheEpoch' => 'Cache invalidation epoch', |
| 51 | + 'configure-setting-wgCachePages' => 'Allow client-side caching of pages', |
| 52 | + 'configure-setting-wgClockSkewFudge' => 'Fudge time to add to cache timestamps to adjust for clock skew', |
| 53 | + 'configure-setting-wgFileCacheDirectory' => 'File cache directory', |
| 54 | + 'configure-setting-wgForcedRawSMaxage' => 'Default maximum age for raw CSS/JS access', |
55 | 55 | 'configure-setting-wgQueryCacheLimit' => "Number of rows to cache in 'querycache' table", |
56 | | - 'configure-setting-wgRevisionCacheExpiry' => "Expiry for caching of revision text in memcached (or 0 to disable)", |
57 | | - 'configure-setting-wgThumbnailEpoch' => "Thumbnail purge epoch", |
58 | | - 'configure-setting-wgTranscludeCacheExpiry' => "Cache expiry for interwiki transclusion", |
59 | | - 'configure-setting-wgUseFileCache' => "Use the file cache", |
60 | | - 'configure-setting-wgUseGzip' => "Use GZIP encoding", |
61 | | - 'configure-setting-wgAllowDisplayTitle' => "Allow the use of <nowiki>{{DISPLAYTITLE}}</nowiki>", |
62 | | - 'configure-setting-wgAllowExternalImages' => "Allow inline file hotlinking", |
63 | | - 'configure-setting-wgAllowExternalImagesFrom' => "Exceptions to \$wgAllowExternalImages = false", |
64 | | - 'configure-setting-wgEnableImageWhitelist' => "Enable the use of \"MediaWiki:External file whitelist\"", |
65 | | - 'configure-setting-wgExpensiveParserFunctionLimit' => "Maximum number of calls per parse to expensive parser functions", |
66 | | - 'configure-setting-wgExternalLinkTarget' => "Default target attribute for external links", |
67 | | - 'configure-setting-wgCleanSignatures' => "Substitute templates in signatures", |
68 | | - 'configure-setting-wgGrammarForms' => "Grammar forms for GRAMMAR parser function", |
69 | | - 'configure-setting-wgLinkHolderBatchSize' => "Batch size for LinkHolderArray", |
70 | | - 'configure-setting-wgMaxPPExpandDepth' => "Stack depth limit for preprocessor template expansion", |
71 | | - 'configure-setting-wgMaxPPNodeCount' => "Maximum number of nodes the preprocessor will parse", |
72 | | - 'configure-setting-wgMaxTemplateDepth' => "Template depth limit for preprocessor", |
73 | | - 'configure-setting-wgMaxTocLevel' => "Maximum indent level for tables of contents", |
74 | | - 'configure-setting-wgParserConf' => "Parser configuration", |
75 | | - 'configure-setting-wgParserCacheExpireTime' => "Expiration time of parser cache", |
76 | | - 'configure-setting-wgParserTestFiles' => "Files to be run for parserTests.php", |
77 | | - 'configure-setting-wgPreprocessorCacheThreshold' => "Preprocessor caching threshold", |
78 | | - 'configure-setting-wgRestrictDisplayTitle' => "Require use of <nowiki>{{DISPLAYTITLE}}</nowiki> to normalise to the same canonical page title", |
| 56 | + 'configure-setting-wgRevisionCacheExpiry' => 'Expiry for caching of revision text in memcached (or 0 to disable)', |
| 57 | + 'configure-setting-wgThumbnailEpoch' => 'Thumbnail purge epoch', |
| 58 | + 'configure-setting-wgTranscludeCacheExpiry' => 'Cache expiry for interwiki transclusion', |
| 59 | + 'configure-setting-wgUseFileCache' => 'Use the file cache', |
| 60 | + 'configure-setting-wgUseGzip' => 'Use GZIP encoding', |
| 61 | + 'configure-setting-wgAllowDisplayTitle' => 'Allow the use of <nowiki>{{DISPLAYTITLE}}</nowiki>', |
| 62 | + 'configure-setting-wgAllowExternalImages' => 'Allow inline file hotlinking', |
| 63 | + 'configure-setting-wgAllowExternalImagesFrom' => 'Exceptions to $wgAllowExternalImages = false', |
| 64 | + 'configure-setting-wgEnableImageWhitelist' => 'Enable the use of "MediaWiki:External file whitelist"', |
| 65 | + 'configure-setting-wgExpensiveParserFunctionLimit' => 'Maximum number of calls per parse to expensive parser functions', |
| 66 | + 'configure-setting-wgExternalLinkTarget' => 'Default target attribute for external links', |
| 67 | + 'configure-setting-wgCleanSignatures' => 'Substitute templates in signatures', |
| 68 | + 'configure-setting-wgGrammarForms' => 'Grammar forms for GRAMMAR parser function', |
| 69 | + 'configure-setting-wgLinkHolderBatchSize' => 'Batch size for LinkHolderArray', |
| 70 | + 'configure-setting-wgMaxPPExpandDepth' => 'Stack depth limit for preprocessor template expansion', |
| 71 | + 'configure-setting-wgMaxPPNodeCount' => 'Maximum number of nodes the preprocessor will parse', |
| 72 | + 'configure-setting-wgMaxTemplateDepth' => 'Template depth limit for preprocessor', |
| 73 | + 'configure-setting-wgMaxTocLevel' => 'Maximum indent level for tables of contents', |
| 74 | + 'configure-setting-wgParserConf' => 'Parser configuration', |
| 75 | + 'configure-setting-wgParserCacheExpireTime' => 'Expiration time of parser cache', |
| 76 | + 'configure-setting-wgParserTestFiles' => 'Files to be run for parserTests.php', |
| 77 | + 'configure-setting-wgPreprocessorCacheThreshold' => 'Preprocessor caching threshold', |
| 78 | + 'configure-setting-wgRestrictDisplayTitle' => 'Require use of <nowiki>{{DISPLAYTITLE}}</nowiki> to normalise to the same canonical page title', |
79 | 79 | 'configure-setting-wgAmericanDates' => "Require 'May 12' instead of '12 May' in English", |
80 | | - 'configure-setting-wgDisableLangConversion' => "Disable language conversion", |
81 | | - 'configure-setting-wgDisableTitleConversion' => "Disable language variant conversion for page titles", |
82 | | - 'configure-setting-wgEditEncoding' => "Characters not explicitly converted by output encoding", |
83 | | - 'configure-setting-wgForceUIMsgAsContentMsg' => "UI messages to treat as content messages", |
84 | | - 'configure-setting-wgInputEncoding' => "Encoding of input text", |
85 | | - 'configure-setting-wgInterwikiMagic' => "Show interwiki links in a special list", |
86 | | - 'configure-setting-wgLanguageCode' => "Site language code", |
87 | | - 'configure-setting-wgLegacyEncoding' => "Former encoding of the site to convert from", |
88 | | - 'configure-setting-wgLoginLanguageSelector' => "Show a language selector on user login and registration forms", |
89 | | - 'configure-setting-wgOutputEncoding' => "Encoding of output text", |
90 | | - 'configure-setting-wgTranslateNumerals' => "Transliterate numbers", |
91 | | - 'configure-setting-wgUseDatabaseMessages' => "Allow use of the MediaWiki namespace to edit messages", |
92 | | - 'configure-setting-wgUseDynamicDates' => "Reformat linked dates", |
93 | | - 'configure-setting-wgArticleRobotPolicies' => "Per-page robot policies", |
94 | | - 'configure-setting-wgArticleRobotPolicies-key' => "Page title", |
95 | | - 'configure-setting-wgArticleRobotPolicies-value' => "Robot policy", |
96 | | - 'configure-setting-wgBreakFrames' => "Break from framed windows", |
97 | | - 'configure-setting-wgCapitalLinks' => "First character in all page titles is uppercase", |
98 | | - 'configure-setting-wgDefaultLanguageVariant' => "Default language variant", |
99 | | - 'configure-setting-wgDefaultRobotPolicy' => "Default robot policy", |
100 | | - 'configure-setting-wgExemptFromUserRobotsControl' => "Namespaces which do not allow use of <nowiki>__INDEX__</nowiki> and <nowiki>__NOINDEX__</nowiki>", |
101 | | - 'configure-setting-wgExtraLanguageNames' => "Language name overrides", |
102 | | - 'configure-setting-wgExtraLanguageNames-key' => "Language code", |
103 | | - 'configure-setting-wgExtraLanguageNames-value' => "Name", |
104 | | - 'configure-setting-wgExtraRandompageSQL' => "Filter for Special:Random (in a WHERE clause)", |
105 | | - 'configure-setting-wgExtraSubtitle' => "Subtitle (appears under every page title)", |
106 | | - 'configure-setting-wgHideInterlanguageLinks' => "Hide interlanguage links from the sidebar", |
107 | | - 'configure-setting-wgLegalTitleChars' => "Characters permitted in page titles (regex character class)", |
108 | | - 'configure-setting-wgMaxArticleSize' => "Maximum page size (kB)", |
109 | | - 'configure-setting-wgMaxRedirects' => "Maximum number of redirects to follow when resolving redirects", |
110 | | - 'configure-setting-wgMetadataWhitelist' => "Page containing allowed metadata templates", |
111 | | - 'configure-setting-wgNoFollowLinks' => "Add rel=\"nofollow\" to links", |
112 | | - 'configure-setting-wgNoFollowDomainExceptions' => "External links to these domain names (or any subdomains) will not have the rel=\"nofollow\" attribute", |
113 | | - 'configure-setting-wgPageShowWatchingUsers' => "Show which users are watching a page", |
114 | | - 'configure-setting-wgRestrictionLevels' => "Settable restriction levels", |
115 | | - 'configure-setting-wgSiteNotice' => "Site Notice", |
116 | | - 'configure-setting-wgSiteSupportPage' => "Page with donation information", |
117 | | - 'configure-setting-wgStyleVersion' => "Version of MediaWiki CSS/JS files", |
118 | | - 'configure-setting-wgUniversalEditButton' => "Enable the Universal Edit Button", |
119 | | - 'configure-setting-wgUrlProtocols' => "Permitted external link protocols", |
120 | | - 'configure-setting-wgUseExternalEditor' => "Allow use of external editor", |
121 | | - 'configure-setting-wgUseMetadataEdit' => "Allow metadata editing", |
122 | | - 'configure-setting-wgAjaxLicensePreview' => "Use AJAX to preview licensing for uploads", |
123 | | - 'configure-setting-wgAllowCopyUploads' => "Allow uploads to be made by URL", |
124 | | - 'configure-setting-wgCheckFileExtensions' => "Check file extensions", |
125 | | - 'configure-setting-wgEnableUploads' => "Enable uploads", |
126 | | - 'configure-setting-wgFileBlacklist' => "Disallowed file extensions", |
127 | | - 'configure-setting-wgFileExtensions' => "Preferred file extensions", |
128 | | - 'configure-setting-wgFileStore' => "Where to store deleted files", |
129 | | - 'configure-setting-wgHashedUploadDirectory' => "Use hashed directories for uploads", |
130 | | - 'configure-setting-wgLocalFileRepo' => "Local file repository", |
131 | | - 'configure-setting-wgRemoteUploads' => "Use the upload link when uploads are disabled", |
132 | | - 'configure-setting-wgStrictFileExtensions' => "Disallow any non-preferred file extension", |
133 | | - 'configure-setting-wgUploadSizeWarning' => "Warning threshold for upload size", |
134 | | - 'configure-setting-wgMaxUploadSize' => "Maximum allowed upload size", |
135 | | - 'configure-setting-wgHTTPTimeout' => "Timeout for HTTP requests", |
136 | | - 'configure-setting-wgHTTPProxy' => "HTTP Proxy to use", |
137 | | - 'configure-setting-wgVersion' => "MediaWiki version", |
138 | | - 'configure-setting-wgAllowSpecialInclusion' => "Allow inclusion of special pages", |
139 | | - 'configure-setting-wgExportAllowHistory' => "Allow exports to include full history", |
140 | | - 'configure-setting-wgExportAllowListContributors' => "Allow a list of contributors to be exported", |
| 80 | + 'configure-setting-wgDisableLangConversion' => 'Disable language conversion', |
| 81 | + 'configure-setting-wgDisableTitleConversion' => 'Disable language variant conversion for page titles', |
| 82 | + 'configure-setting-wgEditEncoding' => 'Characters not explicitly converted by output encoding', |
| 83 | + 'configure-setting-wgForceUIMsgAsContentMsg' => 'UI messages to treat as content messages', |
| 84 | + 'configure-setting-wgInputEncoding' => 'Encoding of input text', |
| 85 | + 'configure-setting-wgInterwikiMagic' => 'Show interwiki links in a special list', |
| 86 | + 'configure-setting-wgLanguageCode' => 'Site language code', |
| 87 | + 'configure-setting-wgLegacyEncoding' => 'Former encoding of the site to convert from', |
| 88 | + 'configure-setting-wgLoginLanguageSelector' => 'Show a language selector on user login and registration forms', |
| 89 | + 'configure-setting-wgOutputEncoding' => 'Encoding of output text', |
| 90 | + 'configure-setting-wgTranslateNumerals' => 'Transliterate numbers', |
| 91 | + 'configure-setting-wgUseDatabaseMessages' => 'Allow use of the MediaWiki namespace to edit messages', |
| 92 | + 'configure-setting-wgUseDynamicDates' => 'Reformat linked dates', |
| 93 | + 'configure-setting-wgArticleRobotPolicies' => 'Per-page robot policies', |
| 94 | + 'configure-setting-wgArticleRobotPolicies-key' => 'Page title', |
| 95 | + 'configure-setting-wgArticleRobotPolicies-value' => 'Robot policy', |
| 96 | + 'configure-setting-wgBreakFrames' => 'Break from framed windows', |
| 97 | + 'configure-setting-wgCapitalLinks' => 'First character in all page titles is uppercase', |
| 98 | + 'configure-setting-wgDefaultLanguageVariant' => 'Default language variant', |
| 99 | + 'configure-setting-wgDefaultRobotPolicy' => 'Default robot policy', |
| 100 | + 'configure-setting-wgExemptFromUserRobotsControl' => 'Namespaces which do not allow use of <nowiki>__INDEX__</nowiki> and <nowiki>__NOINDEX__</nowiki>', |
| 101 | + 'configure-setting-wgExtraLanguageNames' => 'Language name overrides', |
| 102 | + 'configure-setting-wgExtraLanguageNames-key' => 'Language code', |
| 103 | + 'configure-setting-wgExtraLanguageNames-value' => 'Name', |
| 104 | + 'configure-setting-wgExtraRandompageSQL' => 'Filter for Special:Random (in a WHERE clause)', |
| 105 | + 'configure-setting-wgExtraSubtitle' => 'Subtitle (appears under every page title)', |
| 106 | + 'configure-setting-wgHideInterlanguageLinks' => 'Hide interlanguage links from the sidebar', |
| 107 | + 'configure-setting-wgLegalTitleChars' => 'Characters permitted in page titles (regex character class)', |
| 108 | + 'configure-setting-wgMaxArticleSize' => 'Maximum page size (kB)', |
| 109 | + 'configure-setting-wgMaxRedirects' => 'Maximum number of redirects to follow when resolving redirects', |
| 110 | + 'configure-setting-wgMetadataWhitelist' => 'Page containing allowed metadata templates', |
| 111 | + 'configure-setting-wgNoFollowLinks' => 'Add rel="nofollow" to links', |
| 112 | + 'configure-setting-wgNoFollowDomainExceptions' => 'External links to these domain names (or any subdomains) will not have the rel="nofollow" attribute', |
| 113 | + 'configure-setting-wgPageShowWatchingUsers' => 'Show which users are watching a page', |
| 114 | + 'configure-setting-wgRestrictionLevels' => 'Settable restriction levels', |
| 115 | + 'configure-setting-wgSiteNotice' => 'Site Notice', |
| 116 | + 'configure-setting-wgSiteSupportPage' => 'Page with donation information', |
| 117 | + 'configure-setting-wgStyleVersion' => 'Version of MediaWiki CSS/JS files', |
| 118 | + 'configure-setting-wgUniversalEditButton' => 'Enable the Universal Edit Button', |
| 119 | + 'configure-setting-wgUrlProtocols' => 'Permitted external link protocols', |
| 120 | + 'configure-setting-wgUseExternalEditor' => 'Allow use of external editor', |
| 121 | + 'configure-setting-wgUseMetadataEdit' => 'Allow metadata editing', |
| 122 | + 'configure-setting-wgAjaxLicensePreview' => 'Use AJAX to preview licensing for uploads', |
| 123 | + 'configure-setting-wgAllowCopyUploads' => 'Allow uploads to be made by URL', |
| 124 | + 'configure-setting-wgCheckFileExtensions' => 'Check file extensions', |
| 125 | + 'configure-setting-wgEnableUploads' => 'Enable uploads', |
| 126 | + 'configure-setting-wgFileBlacklist' => 'Disallowed file extensions', |
| 127 | + 'configure-setting-wgFileExtensions' => 'Preferred file extensions', |
| 128 | + 'configure-setting-wgFileStore' => 'Where to store deleted files', |
| 129 | + 'configure-setting-wgHashedUploadDirectory' => 'Use hashed directories for uploads', |
| 130 | + 'configure-setting-wgLocalFileRepo' => 'Local file repository', |
| 131 | + 'configure-setting-wgRemoteUploads' => 'Use the upload link when uploads are disabled', |
| 132 | + 'configure-setting-wgStrictFileExtensions' => 'Disallow any non-preferred file extension', |
| 133 | + 'configure-setting-wgUploadSizeWarning' => 'Warning threshold for upload size', |
| 134 | + 'configure-setting-wgMaxUploadSize' => 'Maximum allowed upload size', |
| 135 | + 'configure-setting-wgHTTPTimeout' => 'Timeout for HTTP requests', |
| 136 | + 'configure-setting-wgHTTPProxy' => 'HTTP Proxy to use', |
| 137 | + 'configure-setting-wgVersion' => 'MediaWiki version', |
| 138 | + 'configure-setting-wgAllowSpecialInclusion' => 'Allow inclusion of special pages', |
| 139 | + 'configure-setting-wgExportAllowHistory' => 'Allow exports to include full history', |
| 140 | + 'configure-setting-wgExportAllowListContributors' => 'Allow a list of contributors to be exported', |
141 | 141 | 'configure-setting-wgExportFromNamespaces' => 'Whether to allow the "export all pages in namespace" option in Special:Export', |
142 | | - 'configure-setting-wgExportMaxHistory' => "Maximum number of revisions for Special:Export", |
143 | | - 'configure-setting-wgExportMaxLinkDepth' => "Maximum value of the \"pagelink-depth\" parameter in Special:Export", |
144 | | - 'configure-setting-wgFilterLogTypes' => "Allowed log deletion types", |
145 | | - 'configure-setting-wgImportTargetNamespace' => "Target namespace for interwiki imports", |
146 | | - 'configure-setting-wgLogActions' => "Log event formatting messages", |
147 | | - 'configure-setting-wgLogActionsHandlers' => "Log event formatting callbacks", |
148 | | - 'configure-setting-wgLogHeaders' => "Log descriptions", |
149 | | - 'configure-setting-wgLogNames' => "Log names", |
150 | | - 'configure-setting-wgLogRestrictions' => "Log access restrictions", |
151 | | - 'configure-setting-wgLogRestrictions-key' => "Log type", |
152 | | - 'configure-setting-wgLogRestrictions-value' => "Right required to read", |
153 | | - 'configure-setting-wgLogTypes' => "Log types", |
154 | | - 'configure-setting-wgMaxRedirectLinksRetrieved' => "Maximum number of links to a redirect page listed on Special:Whatlinkshere/RedirectDestination.", |
155 | | - 'configure-setting-wgSortSpecialPages' => "Sort special pages in [[Special:SpecialPages]]", |
156 | | - 'configure-setting-wgSpecialPageGroups' => "Special page groups", |
157 | | - 'configure-setting-wgSpecialPageGroups-key' => "Special page", |
158 | | - 'configure-setting-wgSpecialPageGroups-key' => "Group", |
159 | | - 'configure-setting-wgSpecialVersionShowHooks' => "Show the contents of \$wgHooks in Special:Version", |
160 | | - 'configure-setting-wgUseNPPatrol' => "Use new pages patrolling to check for vandalism", |
161 | | - 'configure-setting-wgAutopromote' => "Conditions of automatic promotion of user to specific groups", |
| 142 | + 'configure-setting-wgExportMaxHistory' => 'Maximum number of revisions for Special:Export', |
| 143 | + 'configure-setting-wgExportMaxLinkDepth' => 'Maximum value of the "pagelink-depth" parameter in Special:Export', |
| 144 | + 'configure-setting-wgFilterLogTypes' => 'Allowed log deletion types', |
| 145 | + 'configure-setting-wgImportTargetNamespace' => 'Target namespace for interwiki imports', |
| 146 | + 'configure-setting-wgLogActions' => 'Log event formatting messages', |
| 147 | + 'configure-setting-wgLogActionsHandlers' => 'Log event formatting callbacks', |
| 148 | + 'configure-setting-wgLogHeaders' => 'Log descriptions', |
| 149 | + 'configure-setting-wgLogNames' => 'Log names', |
| 150 | + 'configure-setting-wgLogRestrictions' => 'Log access restrictions', |
| 151 | + 'configure-setting-wgLogRestrictions-key' => 'Log type', |
| 152 | + 'configure-setting-wgLogRestrictions-value' => 'Right required to read', |
| 153 | + 'configure-setting-wgLogTypes' => 'Log types', |
| 154 | + 'configure-setting-wgMaxRedirectLinksRetrieved' => 'Maximum number of links to a redirect page listed on Special:Whatlinkshere/RedirectDestination.', |
| 155 | + 'configure-setting-wgSortSpecialPages' => 'Sort special pages in [[Special:SpecialPages]]', |
| 156 | + 'configure-setting-wgSpecialPageGroups' => 'Special page groups', |
| 157 | + 'configure-setting-wgSpecialPageGroups-key' => 'Group', |
| 158 | + 'configure-setting-wgSpecialVersionShowHooks' => 'Show the contents of $wgHooks in Special:Version', |
| 159 | + 'configure-setting-wgUseNPPatrol' => 'Use new pages patrolling to check for vandalism', |
| 160 | + 'configure-setting-wgAutopromote' => 'Conditions of automatic promotion of user to specific groups', |
162 | 161 | 'configure-setting-wgAutopromote-value' => 'Conditions', |
163 | | - 'configure-setting-wgAccountCreationThrottle' => "Number of accounts each IP address may create", |
164 | | - 'configure-setting-wgAllowPageInfo' => "Allow the information action", |
165 | | - 'configure-setting-wgAutoblockExpiry' => "Number of seconds before autoblock entries expire", |
| 162 | + 'configure-setting-wgAccountCreationThrottle' => 'Number of accounts each IP address may create', |
| 163 | + 'configure-setting-wgAllowPageInfo' => 'Allow the information action', |
| 164 | + 'configure-setting-wgAutoblockExpiry' => 'Number of seconds before autoblock entries expire', |
166 | 165 | 'configure-setting-wgDeleteRevisionsLimit' => "Integer of how many revisions a page must have before the ''bigdelete'' right is required to delete it", |
167 | | - 'configure-setting-wgDisabledActions' => "Disabled page actions", |
168 | | - 'configure-setting-wgNewPasswordExpiry' => "The time, in seconds, when an emailed temporary password expires", |
169 | | - 'configure-setting-wgEmailConfirmToEdit' => "Require users to confirm e-mail address before they can edit", |
170 | | - 'configure-setting-wgEnableAPI' => "Enable API", |
171 | | - 'configure-setting-wgEnableWriteAPI' => "Enable Write API", |
172 | | - 'configure-setting-wgFilterCallback' => "Spam filter callback", |
173 | | - 'configure-setting-wgImplicitGroups' => "Groups which are not shown on [[Special:ListUsers]] et al", |
174 | | - 'configure-setting-wgPasswordAttemptThrottle' => "Password attempt throttle", |
175 | | - 'configure-setting-wgPasswordSalt' => "Password salt", |
176 | | - 'configure-setting-wgReadOnly' => "Disallows editing, displaying the string given as the reason", |
177 | | - 'configure-setting-wgReadOnlyFile' => "File with reason of database lock", |
178 | | - 'configure-setting-wgRestrictionTypes' => "Actions that can be restricted", |
179 | | - 'configure-setting-wgSpamRegex' => "Spam filter regular expressions", |
| 166 | + 'configure-setting-wgDisabledActions' => 'Disabled page actions', |
| 167 | + 'configure-setting-wgNewPasswordExpiry' => 'The time, in seconds, when an emailed temporary password expires', |
| 168 | + 'configure-setting-wgEmailConfirmToEdit' => 'Require users to confirm e-mail address before they can edit', |
| 169 | + 'configure-setting-wgEnableAPI' => 'Enable API', |
| 170 | + 'configure-setting-wgEnableWriteAPI' => 'Enable Write API', |
| 171 | + 'configure-setting-wgFilterCallback' => 'Spam filter callback', |
| 172 | + 'configure-setting-wgImplicitGroups' => 'Groups which are not shown on [[Special:ListUsers]] et al', |
| 173 | + 'configure-setting-wgPasswordAttemptThrottle' => 'Password attempt throttle', |
| 174 | + 'configure-setting-wgPasswordSalt' => 'Password salt', |
| 175 | + 'configure-setting-wgReadOnly' => 'Disallows editing, displaying the string given as the reason', |
| 176 | + 'configure-setting-wgReadOnlyFile' => 'File with reason of database lock', |
| 177 | + 'configure-setting-wgRestrictionTypes' => 'Actions that can be restricted', |
| 178 | + 'configure-setting-wgSpamRegex' => 'Spam filter regular expressions', |
180 | 179 | 'configure-setting-wgSummarySpamRegex' => 'Same as $wgSpamRegex, except for edit summaries', |
181 | | - 'configure-setting-wgWhitelistRead' => "Pages anonymous user may see", |
182 | | - 'configure-setting-wgEmailAuthentication' => "Require authentication of e-mail addresses for e-mail functions", |
183 | | - 'configure-setting-wgEmergencyContact' => "Site administrator e-mail address", |
184 | | - 'configure-setting-wgEnableEmail' => "Enable e-mail features", |
185 | | - 'configure-setting-wgEnableUserEmail' => "Enable user-to-user e-mail", |
186 | | - 'configure-setting-wgNoReplyAddress' => "Dummy address which should be accepted during e-mail send action", |
187 | | - 'configure-setting-wgPasswordSender' => "Password reminder e-mail address", |
| 180 | + 'configure-setting-wgWhitelistRead' => 'Pages anonymous user may see', |
| 181 | + 'configure-setting-wgEmailAuthentication' => 'Require authentication of e-mail addresses for e-mail functions', |
| 182 | + 'configure-setting-wgEmergencyContact' => 'Site administrator e-mail address', |
| 183 | + 'configure-setting-wgEnableEmail' => 'Enable e-mail features', |
| 184 | + 'configure-setting-wgEnableUserEmail' => 'Enable user-to-user e-mail', |
| 185 | + 'configure-setting-wgNoReplyAddress' => 'Dummy address which should be accepted during e-mail send action', |
| 186 | + 'configure-setting-wgPasswordSender' => 'Password reminder e-mail address', |
188 | 187 | 'configure-setting-wgPasswordReminderResendTime' => 'Minimum time, in hours, which must elapse between password reminders', |
189 | | - 'configure-setting-wgSMTP' => "SMTP server", |
190 | | - 'configure-setting-wgUserEmailUseReplyTo' => "Use Reply-To instead of From", |
191 | | - 'configure-setting-wgColorErrors' => "Color command-line messages", |
192 | | - 'configure-setting-wgDebugComments' => "Include portions of log output in page HTML comment.", |
193 | | - 'configure-setting-wgDebugDumpSql' => "Dump SQL queries to debug output", |
194 | | - 'configure-setting-wgDebugLogFile' => "Debug log file", |
195 | | - 'configure-setting-wgDebugLogGroups' => "Specific logging group files", |
196 | | - 'configure-setting-wgDebugLogGroups-key' => "Logging group", |
197 | | - 'configure-setting-wgDebugLogGroups-value' => "File", |
198 | | - 'configure-setting-wgDebugRawPage' => "Leave requests for CSS/JS pages out of debug log", |
199 | | - 'configure-setting-wgDebugLogPrefix' => "Prefix for debug log lines", |
200 | | - 'configure-setting-wgDebugRedirects' => "Displays redirect location instead of actually redirecting to the target URL", |
| 188 | + 'configure-setting-wgSMTP' => 'SMTP server', |
| 189 | + 'configure-setting-wgUserEmailUseReplyTo' => 'Use Reply-To instead of From', |
| 190 | + 'configure-setting-wgColorErrors' => 'Color command-line messages', |
| 191 | + 'configure-setting-wgDebugComments' => 'Include portions of log output in page HTML comment.', |
| 192 | + 'configure-setting-wgDebugDumpSql' => 'Dump SQL queries to debug output', |
| 193 | + 'configure-setting-wgDebugLogFile' => 'Debug log file', |
| 194 | + 'configure-setting-wgDebugLogGroups' => 'Specific logging group files', |
| 195 | + 'configure-setting-wgDebugLogGroups-key' => 'Logging group', |
| 196 | + 'configure-setting-wgDebugLogGroups-value' => 'File', |
| 197 | + 'configure-setting-wgDebugRawPage' => 'Leave requests for CSS/JS pages out of debug log', |
| 198 | + 'configure-setting-wgDebugLogPrefix' => 'Prefix for debug log lines', |
| 199 | + 'configure-setting-wgDebugRedirects' => 'Displays redirect location instead of actually redirecting to the target URL', |
201 | 200 | 'configure-setting-wgLogQueries' => 'Log queries made with extension AskSQL (if installed)', |
202 | | - 'configure-setting-wgShowExceptionDetails' => "Print a complete stack trace for exceptions", |
203 | | - 'configure-setting-wgShowDebug' => "Display debug data at the bottom of the main content area", |
204 | | - 'configure-setting-wgShowSQLErrors' => "Show database error pages", |
205 | | - 'configure-setting-wgStatsMethod' => "Destination for wfIncrStats() data", |
206 | | - 'configure-setting-wgJobRunRate' => "Number of jobs to run per page view", |
207 | | - 'configure-setting-wgJobClasses' => "Job handler classes", |
208 | | - 'configure-setting-wgUpdateRowsPerJob' => "Number of rows to update per job", |
209 | | - 'configure-setting-wgAPIMaxDBRows' => "Maximum number of rows to scan in API database queries", |
210 | | - 'configure-setting-wgAPIMaxResultSize' => "Maximum size (in bytes) of an API result", |
| 201 | + 'configure-setting-wgShowExceptionDetails' => 'Print a complete stack trace for exceptions', |
| 202 | + 'configure-setting-wgShowDebug' => 'Display debug data at the bottom of the main content area', |
| 203 | + 'configure-setting-wgShowSQLErrors' => 'Show database error pages', |
| 204 | + 'configure-setting-wgStatsMethod' => 'Destination for wfIncrStats() data', |
| 205 | + 'configure-setting-wgJobRunRate' => 'Number of jobs to run per page view', |
| 206 | + 'configure-setting-wgJobClasses' => 'Job handler classes', |
| 207 | + 'configure-setting-wgUpdateRowsPerJob' => 'Number of rows to update per job', |
| 208 | + 'configure-setting-wgAPIMaxDBRows' => 'Maximum number of rows to scan in API database queries', |
| 209 | + 'configure-setting-wgAPIMaxResultSize' => 'Maximum size (in bytes) of an API result', |
211 | 210 | 'configure-setting-wgAPIMaxUncachedDiffs' => 'Maximum number of uncached diffs that can be retrieved in one API request', |
212 | | - 'configure-setting-wgDisableQueryPages' => "Disable all query pages if miser mode is on, not just some", |
213 | | - 'configure-setting-wgDisableQueryPageUpdate' => "Disabled special pages", |
214 | | - 'configure-setting-wgDisableSearchContext' => "Disable extra information on specific dates and page revisions in search results", |
215 | | - 'configure-setting-wgDisableSearchUpdate' => "Disable updates to search", |
216 | | - 'configure-setting-wgDisableTextSearch' => "Disable full-text search", |
217 | | - 'configure-setting-wgEdititis' => "Display user edit counts in various prominent places", |
218 | | - 'configure-setting-wgFixDoubleRedirects' => "Fix double redirects after a page move", |
219 | | - 'configure-setting-wgInvalidRedirectTargets' => "Array of invalid page redirect targets", |
220 | | - 'configure-setting-wgMaximumMovedPages' => "Maximum number of pages to move at once when moving subpages with a page", |
221 | | - 'configure-setting-wgMiserMode' => "Disable some performance-intensive features", |
222 | | - 'configure-setting-wgShowHostnames' => "Expose hostnames through API and HTML comments", |
223 | | - 'configure-setting-wgUseDumbLinkUpdate' => "Do <code>DELETE</code>/<code>INSERT</code> for link updates instead of incremental", |
224 | | - 'configure-setting-wgCacheVaryCookies' => "A list of cookies that vary the cache", |
225 | | - 'configure-setting-wgCookieDomain' => "Explicit domain for login cookies", |
226 | | - 'configure-setting-wgCookieExpiration' => "HTTP cookie expiry", |
227 | | - 'configure-setting-wgCookieHttpOnly' => "Set authentication cookies to httpOnly", |
228 | | - 'configure-setting-wgCookiePath' => "Explicitly declared path for cookies at the cookie domain", |
229 | | - 'configure-setting-wgCookiePrefix' => "Custom cookie prefix", |
230 | | - 'configure-setting-wgCookieSecure' => "Secure cookies", |
231 | | - 'configure-setting-wgDisableCookieCheck' => "Disable session cookies", |
232 | | - 'configure-setting-wgHttpOnlyBlacklist' => "User agent blacklist for HttpOnly mode", |
233 | | - 'configure-setting-wgSessionName' => "Session name", |
234 | | - 'configure-setting-wgInternalServer' => "Internal server name as known to Squid, if different", |
235 | | - 'configure-setting-wgMaxSquidPurgeTitles' => "Maximum number of page titles to purge in any one client operation", |
236 | | - 'configure-setting-wgSquidMaxage' => "Cache timeout for the squid", |
237 | | - 'configure-setting-wgSquidServers' => "A list of proxy servers (IP-addresses if possible) to purge on changes", |
238 | | - 'configure-setting-wgSquidServersNoPurge' => "A list of proxy servers (IP-addresses if possible) to not purge on changes", |
239 | | - 'configure-setting-wgUseESI' => "Required setting when using Squid3 with ESI support", |
240 | | - 'configure-setting-wgUseSquid' => "Enable Squid", |
241 | | - 'configure-setting-wgAllowSlowParserFunctions' => "Allow slow parser functions", |
242 | | - 'configure-setting-wgAPIListModules' => "API list module extensions", |
243 | | - 'configure-setting-wgAPIMetaModules' => "API meta module extensions", |
244 | | - 'configure-setting-wgAPIModules' => "API module extensions", |
245 | | - 'configure-setting-wgAPIPropModules' => "API prop module extensions", |
246 | | - 'configure-setting-wgAutoloadClasses' => "Class file locations", |
247 | | - 'configure-setting-wgAvailableRights' => "List of available rights", |
248 | | - 'configure-setting-wgDisableInternalSearch' => "Disable internal search", |
249 | | - 'configure-setting-wgExceptionHooks' => "Hooks that are used for outputting exceptions", |
250 | | - 'configure-setting-wgExtensionAliasesFiles' => "Aliases for special pages provided by extensions", |
251 | | - 'configure-setting-wgExtensionCredits' => "Global list of extension credits", |
252 | | - 'configure-setting-wgExtensionFunctions' => "Extension Functions", |
253 | | - 'configure-setting-wgExtensionMessagesFiles' => "Extension messages files", |
254 | | - 'configure-setting-wgExternalStores' => "External storage configuration", |
255 | | - 'configure-setting-wgHooks' => "Hooks", |
256 | | - 'configure-setting-wgPagePropLinkInvalidations' => "Page property link table invalidation lists", |
257 | | - 'configure-setting-wgParserOutputHooks' => "Parser output hooks", |
258 | | - 'configure-setting-wgSpecialPageCacheUpdates' => "Additional functions to be performed with updateSpecialPages.php", |
259 | | - 'configure-setting-wgSpecialPages' => "Custom special pages", |
260 | | - 'configure-setting-wgSkinExtensionFunctions' => "Skin extension functions", |
261 | | - 'configure-setting-wgGroupPermissions' => "Group rights assignment", |
262 | | - 'configure-setting-wgGroupPermissions-value' => "Assigned rights", |
263 | | - 'configure-setting-wgAddGroups' => "Addable Groups", |
264 | | - 'configure-setting-wgAddGroups-value' => "Addable Groups", |
265 | | - 'configure-setting-wgRemoveGroups' => "Removable Groups", |
266 | | - 'configure-setting-wgRemoveGroups-value' => "Removable Groups", |
267 | | - 'configure-setting-wgGroupsAddToSelf' => "Self-addable groups", |
268 | | - 'configure-setting-wgGroupsAddToSelf-value' => "Groups addable to oneself", |
269 | | - 'configure-setting-wgGroupsRemoveFromSelf' => "Self-removable groups", |
270 | | - 'configure-setting-wgGroupsRemoveFromSelf-value' => "Groups removable from oneself", |
271 | | - 'configure-setting-wgRateLimitLog' => "Rate limiter log", |
272 | | - 'configure-setting-wgRateLimits' => "Rate limits", |
273 | | - 'configure-setting-wgRateLimitsExcludedGroups' => "Groups which are exempt from rate limits", |
274 | | - 'configure-setting-wgFeed' => "Enable syndication", |
| 211 | + 'configure-setting-wgDisableQueryPages' => 'Disable all query pages if miser mode is on, not just some', |
| 212 | + 'configure-setting-wgDisableQueryPageUpdate' => 'Disabled special pages', |
| 213 | + 'configure-setting-wgDisableSearchContext' => 'Disable extra information on specific dates and page revisions in search results', |
| 214 | + 'configure-setting-wgDisableSearchUpdate' => 'Disable updates to search', |
| 215 | + 'configure-setting-wgDisableTextSearch' => 'Disable full-text search', |
| 216 | + 'configure-setting-wgEdititis' => 'Display user edit counts in various prominent places', |
| 217 | + 'configure-setting-wgFixDoubleRedirects' => 'Fix double redirects after a page move', |
| 218 | + 'configure-setting-wgInvalidRedirectTargets' => 'Array of invalid page redirect targets', |
| 219 | + 'configure-setting-wgMaximumMovedPages' => 'Maximum number of pages to move at once when moving subpages with a page', |
| 220 | + 'configure-setting-wgMiserMode' => 'Disable some performance-intensive features', |
| 221 | + 'configure-setting-wgShowHostnames' => 'Expose hostnames through API and HTML comments', |
| 222 | + 'configure-setting-wgUseDumbLinkUpdate' => 'Do <code>DELETE</code>/<code>INSERT</code> for link updates instead of incremental', |
| 223 | + 'configure-setting-wgCacheVaryCookies' => 'A list of cookies that vary the cache', |
| 224 | + 'configure-setting-wgCookieDomain' => 'Explicit domain for login cookies', |
| 225 | + 'configure-setting-wgCookieExpiration' => 'HTTP cookie expiry', |
| 226 | + 'configure-setting-wgCookieHttpOnly' => 'Set authentication cookies to httpOnly', |
| 227 | + 'configure-setting-wgCookiePath' => 'Explicitly declared path for cookies at the cookie domain', |
| 228 | + 'configure-setting-wgCookiePrefix' => 'Custom cookie prefix', |
| 229 | + 'configure-setting-wgCookieSecure' => 'Secure cookies', |
| 230 | + 'configure-setting-wgDisableCookieCheck' => 'Disable session cookies', |
| 231 | + 'configure-setting-wgHttpOnlyBlacklist' => 'User agent blacklist for HttpOnly mode', |
| 232 | + 'configure-setting-wgSessionName' => 'Session name', |
| 233 | + 'configure-setting-wgInternalServer' => 'Internal server name as known to Squid, if different', |
| 234 | + 'configure-setting-wgMaxSquidPurgeTitles' => 'Maximum number of page titles to purge in any one client operation', |
| 235 | + 'configure-setting-wgSquidMaxage' => 'Cache timeout for the squid', |
| 236 | + 'configure-setting-wgSquidServers' => 'A list of proxy servers (IP-addresses if possible) to purge on changes', |
| 237 | + 'configure-setting-wgSquidServersNoPurge' => 'A list of proxy servers (IP-addresses if possible) to not purge on changes', |
| 238 | + 'configure-setting-wgUseESI' => 'Required setting when using Squid3 with ESI support', |
| 239 | + 'configure-setting-wgUseSquid' => 'Enable Squid', |
| 240 | + 'configure-setting-wgAllowSlowParserFunctions' => 'Allow slow parser functions', |
| 241 | + 'configure-setting-wgAPIListModules' => 'API list module extensions', |
| 242 | + 'configure-setting-wgAPIMetaModules' => 'API meta module extensions', |
| 243 | + 'configure-setting-wgAPIModules' => 'API module extensions', |
| 244 | + 'configure-setting-wgAPIPropModules' => 'API prop module extensions', |
| 245 | + 'configure-setting-wgAutoloadClasses' => 'Class file locations', |
| 246 | + 'configure-setting-wgAvailableRights' => 'List of available rights', |
| 247 | + 'configure-setting-wgDisableInternalSearch' => 'Disable internal search', |
| 248 | + 'configure-setting-wgExceptionHooks' => 'Hooks that are used for outputting exceptions', |
| 249 | + 'configure-setting-wgExtensionAliasesFiles' => 'Aliases for special pages provided by extensions', |
| 250 | + 'configure-setting-wgExtensionCredits' => 'Global list of extension credits', |
| 251 | + 'configure-setting-wgExtensionFunctions' => 'Extension Functions', |
| 252 | + 'configure-setting-wgExtensionMessagesFiles' => 'Extension messages files', |
| 253 | + 'configure-setting-wgExternalStores' => 'External storage configuration', |
| 254 | + 'configure-setting-wgHooks' => 'Hooks', |
| 255 | + 'configure-setting-wgPagePropLinkInvalidations' => 'Page property link table invalidation lists', |
| 256 | + 'configure-setting-wgParserOutputHooks' => 'Parser output hooks', |
| 257 | + 'configure-setting-wgSpecialPageCacheUpdates' => 'Additional functions to be performed with updateSpecialPages.php', |
| 258 | + 'configure-setting-wgSpecialPages' => 'Custom special pages', |
| 259 | + 'configure-setting-wgSkinExtensionFunctions' => 'Skin extension functions', |
| 260 | + 'configure-setting-wgGroupPermissions' => 'Group rights assignment', |
| 261 | + 'configure-setting-wgGroupPermissions-value' => 'Assigned rights', |
| 262 | + 'configure-setting-wgAddGroups' => 'Addable Groups', |
| 263 | + 'configure-setting-wgAddGroups-value' => 'Addable Groups', |
| 264 | + 'configure-setting-wgRemoveGroups' => 'Removable Groups', |
| 265 | + 'configure-setting-wgRemoveGroups-value' => 'Removable Groups', |
| 266 | + 'configure-setting-wgGroupsAddToSelf' => 'Self-addable groups', |
| 267 | + 'configure-setting-wgGroupsAddToSelf-value' => 'Groups addable to oneself', |
| 268 | + 'configure-setting-wgGroupsRemoveFromSelf' => 'Self-removable groups', |
| 269 | + 'configure-setting-wgGroupsRemoveFromSelf-value' => 'Groups removable from oneself', |
| 270 | + 'configure-setting-wgRateLimitLog' => 'Rate limiter log', |
| 271 | + 'configure-setting-wgRateLimits' => 'Rate limits', |
| 272 | + 'configure-setting-wgRateLimitsExcludedGroups' => 'Groups which are exempt from rate limits', |
| 273 | + 'configure-setting-wgFeed' => 'Enable syndication', |
275 | 274 | 'configure-setting-wgFeedCacheTimeout' => "'Minimum' timeout in seconds for cached recent changes feed", |
276 | | - 'configure-setting-wgFeedDiffCutoff' => "Feed diff size cutoff", |
277 | | - 'configure-setting-wgFeedLimit' => "Maximum number of feed results", |
278 | | - 'configure-setting-wgOverrideSiteFeed' => "Override feed settings", |
279 | | - 'configure-setting-wgAdvancedSearchHighlighting' => "Enable highlighting in search results", |
280 | | - 'configure-setting-wgEnableMWSuggest' => "Enable search suggestion", |
281 | | - 'configure-setting-wgGoToEdit' => "Go button goes straight to the edit screen if the page does not exist", |
282 | | - 'configure-setting-wgMWSuggestTemplate' => "Template for internal MediaWiki suggestion engine", |
283 | | - 'configure-setting-wgOpenSearchTemplate' => "Template for OpenSearch suggestions", |
284 | | - 'configure-setting-wgSearchForwardUrl' => "Forward search requests", |
285 | | - 'configure-setting-wgSearchHighlightBoundaries' => "Regexp to match word boundaries", |
| 275 | + 'configure-setting-wgFeedDiffCutoff' => 'Feed diff size cutoff', |
| 276 | + 'configure-setting-wgFeedLimit' => 'Maximum number of feed results', |
| 277 | + 'configure-setting-wgOverrideSiteFeed' => 'Override feed settings', |
| 278 | + 'configure-setting-wgAdvancedSearchHighlighting' => 'Enable highlighting in search results', |
| 279 | + 'configure-setting-wgEnableMWSuggest' => 'Enable search suggestion', |
| 280 | + 'configure-setting-wgGoToEdit' => 'Go button goes straight to the edit screen if the page does not exist', |
| 281 | + 'configure-setting-wgMWSuggestTemplate' => 'Template for internal MediaWiki suggestion engine', |
| 282 | + 'configure-setting-wgOpenSearchTemplate' => 'Template for OpenSearch suggestions', |
| 283 | + 'configure-setting-wgSearchForwardUrl' => 'Forward search requests', |
| 284 | + 'configure-setting-wgSearchHighlightBoundaries' => 'Regexp to match word boundaries', |
286 | 285 | 'configure-setting-wgUseTwoButtonsSearchForm' => "Sidebar's search form behavior", |
287 | | - 'configure-setting-wgCountCategorizedImagesAsUsed' => "On [[Special:UnusedImages]], consider files used if they are put into a category", |
288 | | - 'configure-setting-wgDisableCounters' => "Disable page view counters", |
289 | | - 'configure-setting-wgHitcounterUpdateFreq' => "Page counter update frequency", |
290 | | - 'configure-setting-wgUseCommaCount' => "Use comma to count as a valid page (true) or use link to count as a valid page (false) counting pages", |
291 | | - 'configure-setting-wgWantedPagesThreshold' => "Minimum number of links required before a page is listed on [[Special:WantedPages]]", |
292 | | - 'configure-setting-wgDefaultSkin' => "Default skin name", |
293 | | - 'configure-setting-wgSkipSkin' => "Disallowed skin name", |
294 | | - 'configure-setting-wgSkipSkins' => "Disallowed skin names", |
295 | | - 'configure-setting-wgValidSkinNames' => "Valid skin names", |
296 | | - 'configure-setting-wgValidSkinNames-key' => "Internal name", |
297 | | - 'configure-setting-wgValidSkinNames-value' => "Display name", |
298 | | - 'configure-setting-wgContentNamespaces' => "Namespaces which are considered to contain real content, or pages", |
299 | | - 'configure-setting-wgExtraNamespaces' => "Namespace overrides", |
| 286 | + 'configure-setting-wgCountCategorizedImagesAsUsed' => 'On [[Special:UnusedImages]], consider files used if they are put into a category', |
| 287 | + 'configure-setting-wgDisableCounters' => 'Disable page view counters', |
| 288 | + 'configure-setting-wgHitcounterUpdateFreq' => 'Page counter update frequency', |
| 289 | + 'configure-setting-wgUseCommaCount' => 'Use comma to count as a valid page (true) or use link to count as a valid page (false) counting pages', |
| 290 | + 'configure-setting-wgWantedPagesThreshold' => 'Minimum number of links required before a page is listed on [[Special:WantedPages]]', |
| 291 | + 'configure-setting-wgDefaultSkin' => 'Default skin name', |
| 292 | + 'configure-setting-wgSkipSkin' => 'Disallowed skin name', |
| 293 | + 'configure-setting-wgSkipSkins' => 'Disallowed skin names', |
| 294 | + 'configure-setting-wgValidSkinNames' => 'Valid skin names', |
| 295 | + 'configure-setting-wgValidSkinNames-key' => 'Internal name', |
| 296 | + 'configure-setting-wgValidSkinNames-value' => 'Display name', |
| 297 | + 'configure-setting-wgContentNamespaces' => 'Namespaces which are considered to contain real content, or pages', |
| 298 | + 'configure-setting-wgExtraNamespaces' => 'Namespace overrides', |
300 | 299 | 'configure-setting-wgExtraNamespaces-key' => 'Namespace ID', |
301 | 300 | 'configure-setting-wgExtraNamespaces-value' => 'Namespace name', |
302 | | - 'configure-setting-wgMetaNamespace' => "Project namespace name", |
303 | | - 'configure-setting-wgMetaNamespaceTalk' => "Project-talk namespace name", |
304 | | - 'configure-setting-wgNamespaceAliases' => "Namespace redirects", |
| 301 | + 'configure-setting-wgMetaNamespace' => 'Project namespace name', |
| 302 | + 'configure-setting-wgMetaNamespaceTalk' => 'Project-talk namespace name', |
| 303 | + 'configure-setting-wgNamespaceAliases' => 'Namespace redirects', |
305 | 304 | 'configure-setting-wgNamespaceAliases-key' => 'Alias name', |
306 | 305 | 'configure-setting-wgNamespaceAliases-value' => 'Target namespace ID', |
307 | | - 'configure-setting-wgNamespaceProtection' => "Namespace protection", |
| 306 | + 'configure-setting-wgNamespaceProtection' => 'Namespace protection', |
308 | 307 | 'configure-setting-wgNamespaceProtection-value' => "List of rights granting right to edit ''(one per line)''", |
309 | | - 'configure-setting-wgNamespaceRobotPolicies' => "Robot policies by namespace", |
310 | | - 'configure-setting-wgNamespaceRobotPolicies-value' => "Robot policies", |
311 | | - 'configure-setting-wgNamespacesToBeSearchedDefault' => "Default Searchable namespaces", |
312 | | - 'configure-setting-wgNamespacesToBeSearchedProject' => "Additional namespaces to those in \$wgNamespacesToBeSearchedDefault that will be added to default search for \"project\" page inclusive searches", |
313 | | - 'configure-setting-wgNamespacesWithSubpages' => "Namespaces with subpages", |
314 | | - 'configure-setting-wgNoFollowNsExceptions' => "Namespaces where nofollow is overridden", |
315 | | - 'configure-setting-wgNonincludableNamespaces' => "Non-includable namespaces", |
316 | | - 'configure-setting-wgSitemapNamespaces' => "Namespaces to place in the site map", |
317 | | - 'configure-setting-wgCategoryMagicGallery' => "Show a thumbnail gallery on category pages", |
318 | | - 'configure-setting-wgCategoryPagingLimit' => "Paging limit for items in categories", |
319 | | - 'configure-setting-wgCategoryPrefixedDefaultSortkey' => "Include namespace in default category sortkey", |
320 | | - 'configure-setting-wgUseCategoryBrowser' => "Enable category browser", |
321 | | - 'configure-setting-wgHTCPMulticastAddress' => "Use HTCP multicast purging", |
322 | | - 'configure-setting-wgHTCPMulticastTTL' => "TTL for HTCP multicast purging", |
323 | | - 'configure-setting-wgHTCPPort' => "Port for HTCP multicast purging", |
324 | | - 'configure-setting-wgCheckCopyrightUpload' => "Check copyright information when uploading", |
325 | | - 'configure-setting-wgCopyrightIcon' => "HTML for the copyrights icon", |
326 | | - 'configure-setting-wgEnableCreativeCommonsRdf' => "Include CC licensing information", |
327 | | - 'configure-setting-wgEnableDublinCoreRdf' => "Use RDF metadata", |
328 | | - 'configure-setting-wgMaxCredits' => "Maximum number of credited authors", |
329 | | - 'configure-setting-wgRightsIcon' => "Copyright icon", |
330 | | - 'configure-setting-wgRightsPage' => "Page describing the site license", |
331 | | - 'configure-setting-wgRightsText' => "Text describing the site license", |
332 | | - 'configure-setting-wgRightsUrl' => "URL describing the site license", |
333 | | - 'configure-setting-wgShowCreditsIfMax' => "Credit only the top authors if there are too many", |
334 | | - 'configure-setting-wgUseCopyrightUpload' => "Use detailed copyright information on upload", |
335 | | - 'configure-setting-wgActiveUserDays' => "Time after which a user is inactive", |
336 | | - 'configure-setting-wgActiveUserEditCount' => "Number of edits in \$wgActiveUserDays which a user must make", |
337 | | - 'configure-setting-wgAutoConfirmAge' => "Autoconfirm age threshold", |
338 | | - 'configure-setting-wgAutoConfirmCount' => "Autoconfirm edit count threshold", |
339 | | - 'configure-setting-wgAllowRealName' => "Allow real names", |
340 | | - 'configure-setting-wgAllowUserSkin' => "Allow users to change their skin", |
| 308 | + 'configure-setting-wgNamespaceRobotPolicies' => 'Robot policies by namespace', |
| 309 | + 'configure-setting-wgNamespaceRobotPolicies-value' => 'Robot policies', |
| 310 | + 'configure-setting-wgNamespacesToBeSearchedDefault' => 'Default Searchable namespaces', |
| 311 | + 'configure-setting-wgNamespacesToBeSearchedProject' => 'Additional namespaces to those in $wgNamespacesToBeSearchedDefault that will be added to default search for "project" page inclusive searches', |
| 312 | + 'configure-setting-wgNamespacesWithSubpages' => 'Namespaces with subpages', |
| 313 | + 'configure-setting-wgNoFollowNsExceptions' => 'Namespaces where nofollow is overridden', |
| 314 | + 'configure-setting-wgNonincludableNamespaces' => 'Non-includable namespaces', |
| 315 | + 'configure-setting-wgSitemapNamespaces' => 'Namespaces to place in the site map', |
| 316 | + 'configure-setting-wgCategoryMagicGallery' => 'Show a thumbnail gallery on category pages', |
| 317 | + 'configure-setting-wgCategoryPagingLimit' => 'Paging limit for items in categories', |
| 318 | + 'configure-setting-wgCategoryPrefixedDefaultSortkey' => 'Include namespace in default category sortkey', |
| 319 | + 'configure-setting-wgUseCategoryBrowser' => 'Enable category browser', |
| 320 | + 'configure-setting-wgHTCPMulticastAddress' => 'Use HTCP multicast purging', |
| 321 | + 'configure-setting-wgHTCPMulticastTTL' => 'TTL for HTCP multicast purging', |
| 322 | + 'configure-setting-wgHTCPPort' => 'Port for HTCP multicast purging', |
| 323 | + 'configure-setting-wgCheckCopyrightUpload' => 'Check copyright information when uploading', |
| 324 | + 'configure-setting-wgCopyrightIcon' => 'HTML for the copyrights icon', |
| 325 | + 'configure-setting-wgEnableCreativeCommonsRdf' => 'Include CC licensing information', |
| 326 | + 'configure-setting-wgEnableDublinCoreRdf' => 'Use RDF metadata', |
| 327 | + 'configure-setting-wgMaxCredits' => 'Maximum number of credited authors', |
| 328 | + 'configure-setting-wgRightsIcon' => 'Copyright icon', |
| 329 | + 'configure-setting-wgRightsPage' => 'Page describing the site license', |
| 330 | + 'configure-setting-wgRightsText' => 'Text describing the site license', |
| 331 | + 'configure-setting-wgRightsUrl' => 'URL describing the site license', |
| 332 | + 'configure-setting-wgShowCreditsIfMax' => 'Credit only the top authors if there are too many', |
| 333 | + 'configure-setting-wgUseCopyrightUpload' => 'Use detailed copyright information on upload', |
| 334 | + 'configure-setting-wgActiveUserDays' => 'Time after which a user is inactive', |
| 335 | + 'configure-setting-wgActiveUserEditCount' => 'Number of edits in $wgActiveUserDays which a user must make', |
| 336 | + 'configure-setting-wgAutoConfirmAge' => 'Autoconfirm age threshold', |
| 337 | + 'configure-setting-wgAutoConfirmCount' => 'Autoconfirm edit count threshold', |
| 338 | + 'configure-setting-wgAllowRealName' => 'Allow real names', |
| 339 | + 'configure-setting-wgAllowUserSkin' => 'Allow users to change their skin', |
341 | 340 | 'configure-setting-wgDefaultUserOptions' => 'Default user preferences', |
342 | | - 'configure-setting-wgDisableAnonTalk' => "Disable talk pages for anonymous users (not logged in)", |
343 | | - 'configure-setting-wgMaxNameChars' => "Maximum number of bytes in username", |
344 | | - 'configure-setting-wgMaxSigChars' => "Maximum length of customized signature", |
345 | | - 'configure-setting-wgMinimalPasswordLength' => "Minimum password length", |
346 | | - 'configure-setting-wgNewUserLog' => "Maintain a new user log", |
347 | | - 'configure-setting-wgReservedUsernames' => "Account names reserved for the software", |
348 | | - 'configure-setting-wgShowIPinHeader' => "Show the IP address in the user bar", |
349 | | - 'configure-setting-wgBrowserBlackList' => "Browser blacklist for unicode non compliant browsers", |
350 | | - 'configure-setting-wgAntiLockFlags' => "Anti-lock flags", |
351 | | - 'configure-setting-wgCommandLineDarkBg' => "Assume a dark background for maintenance scripts", |
352 | | - 'configure-setting-wgCompressRevisions' => "Compress old revisions if possible", |
353 | | - 'configure-setting-wgDisableOutputCompression' => "Disable output compression", |
354 | | - 'configure-setting-wgEnableHtmlDiff' => "Use visual (HTML) diff comparison", |
355 | | - 'configure-setting-wgExternalDiffEngine' => "External diff engine", |
356 | | - 'configure-setting-wgMaxShellFileSize' => "Maximum file size created by shell processes under Linux, in KB", |
357 | | - 'configure-setting-wgMaxShellMemory' => "Maximum amount of virtual memory available to shell processes under Linux, in KB", |
358 | | - 'configure-setting-wgMaxShellTime' => "Maximum CPU time in seconds for shell processes under linux", |
359 | | - 'configure-setting-wgShellLocale' => "Locale for <code>LC_CTYPE</code>", |
360 | | - 'configure-setting-wgUpdateRowsPerQuery' => "Number of rows to update per query", |
361 | | - 'configure-setting-wgUseAutomaticEditSummaries' => "Use automatic edit summaries", |
362 | | - 'configure-setting-wgUseTrackbacks' => "Use trackbacks", |
363 | | - 'configure-setting-wgUseTagFilter' => "Allow filtering edits with tags in recent changes, history, etc.", |
364 | | - 'configure-setting-wgDisableHardRedirects' => "Disable redirects to special pages and interwiki pages", |
365 | | - 'configure-setting-wgEnableScaryTranscluding' => "Enable interwiki transclusion", |
366 | | - 'configure-setting-wgImportSources' => "List of interwiki prefixes for transwiki", |
367 | | - 'configure-setting-wgInterwikiCache' => "Enable interwiki cache", |
368 | | - 'configure-setting-wgInterwikiExpiry' => "Interwiki cache expiry", |
369 | | - 'configure-setting-wgInterwikiFallbackSite' => "Interwiki fallback site", |
370 | | - 'configure-setting-wgInterwikiScopes' => "Interwiki scopes", |
371 | | - 'configure-setting-wgLocalInterwiki' => "Local interwiki prefix", |
| 341 | + 'configure-setting-wgDisableAnonTalk' => 'Disable talk pages for anonymous users (not logged in)', |
| 342 | + 'configure-setting-wgMaxNameChars' => 'Maximum number of bytes in username', |
| 343 | + 'configure-setting-wgMaxSigChars' => 'Maximum length of customized signature', |
| 344 | + 'configure-setting-wgMinimalPasswordLength' => 'Minimum password length', |
| 345 | + 'configure-setting-wgNewUserLog' => 'Maintain a new user log', |
| 346 | + 'configure-setting-wgReservedUsernames' => 'Account names reserved for the software', |
| 347 | + 'configure-setting-wgShowIPinHeader' => 'Show the IP address in the user bar', |
| 348 | + 'configure-setting-wgBrowserBlackList' => 'Browser blacklist for unicode non compliant browsers', |
| 349 | + 'configure-setting-wgAntiLockFlags' => 'Anti-lock flags', |
| 350 | + 'configure-setting-wgCommandLineDarkBg' => 'Assume a dark background for maintenance scripts', |
| 351 | + 'configure-setting-wgCompressRevisions' => 'Compress old revisions if possible', |
| 352 | + 'configure-setting-wgDisableOutputCompression' => 'Disable output compression', |
| 353 | + 'configure-setting-wgEnableHtmlDiff' => 'Use visual (HTML) diff comparison', |
| 354 | + 'configure-setting-wgExternalDiffEngine' => 'External diff engine', |
| 355 | + 'configure-setting-wgMaxShellFileSize' => 'Maximum file size created by shell processes under Linux, in KB', |
| 356 | + 'configure-setting-wgMaxShellMemory' => 'Maximum amount of virtual memory available to shell processes under Linux, in KB', |
| 357 | + 'configure-setting-wgMaxShellTime' => 'Maximum CPU time in seconds for shell processes under linux', |
| 358 | + 'configure-setting-wgShellLocale' => 'Locale for <code>LC_CTYPE</code>', |
| 359 | + 'configure-setting-wgUpdateRowsPerQuery' => 'Number of rows to update per query', |
| 360 | + 'configure-setting-wgUseAutomaticEditSummaries' => 'Use automatic edit summaries', |
| 361 | + 'configure-setting-wgUseTrackbacks' => 'Use trackbacks', |
| 362 | + 'configure-setting-wgUseTagFilter' => 'Allow filtering edits with tags in recent changes, history, etc.', |
| 363 | + 'configure-setting-wgDisableHardRedirects' => 'Disable redirects to special pages and interwiki pages', |
| 364 | + 'configure-setting-wgEnableScaryTranscluding' => 'Enable interwiki transclusion', |
| 365 | + 'configure-setting-wgImportSources' => 'List of interwiki prefixes for transwiki', |
| 366 | + 'configure-setting-wgInterwikiCache' => 'Enable interwiki cache', |
| 367 | + 'configure-setting-wgInterwikiExpiry' => 'Interwiki cache expiry', |
| 368 | + 'configure-setting-wgInterwikiFallbackSite' => 'Interwiki fallback site', |
| 369 | + 'configure-setting-wgInterwikiScopes' => 'Interwiki scopes', |
| 370 | + 'configure-setting-wgLocalInterwiki' => 'Local interwiki prefix', |
372 | 371 | 'configure-setting-wgRedirectSources' => "Regular expression to restrict URLs which will be displayed as 'redirected from' links", |
373 | | - 'configure-setting-wgBlockOpenProxies' => "Automatic open proxy test on edit", |
374 | | - 'configure-setting-wgEnableSorbs' => "Use [http://dnsbl.sorbs.net http.dnsbl.sorbs.net] to check for open proxies", |
375 | | - 'configure-setting-wgProxyList' => "Banned IP addresses", |
376 | | - 'configure-setting-wgProxyMemcExpiry' => "Expiration for proxy cache", |
377 | | - 'configure-setting-wgProxyPorts' => "Ports we want to scan for a proxy", |
378 | | - 'configure-setting-wgProxyScriptPath' => "Script used to scan for proxies", |
379 | | - 'configure-setting-wgProxyWhitelist' => "Proxy whitelist", |
380 | | - 'configure-setting-wgSecretKey' => "Secret key", |
381 | | - 'configure-setting-wgSorbsUrl' => "URL to the Sorbs blacklist", |
| 372 | + 'configure-setting-wgBlockOpenProxies' => 'Automatic open proxy test on edit', |
| 373 | + 'configure-setting-wgEnableSorbs' => 'Use [http://dnsbl.sorbs.net http.dnsbl.sorbs.net] to check for open proxies', |
| 374 | + 'configure-setting-wgProxyList' => 'Banned IP addresses', |
| 375 | + 'configure-setting-wgProxyMemcExpiry' => 'Expiration for proxy cache', |
| 376 | + 'configure-setting-wgProxyPorts' => 'Ports we want to scan for a proxy', |
| 377 | + 'configure-setting-wgProxyScriptPath' => 'Script used to scan for proxies', |
| 378 | + 'configure-setting-wgProxyWhitelist' => 'Proxy whitelist', |
| 379 | + 'configure-setting-wgSecretKey' => 'Secret key', |
| 380 | + 'configure-setting-wgSorbsUrl' => 'URL to the Sorbs blacklist', |
382 | 381 | 'configure-setting-wgUsePrivateIPs' => "Whether private IP addresses forwarded by a proxy server should be accepted to determine a user's IP address", |
383 | | - 'configure-setting-wgSQLiteDataDir' => "SQLite data directory", |
384 | | - 'configure-setting-wgDBmwschema' => "Postgres schema", |
385 | | - 'configure-setting-wgDBts2schema' => "Tsearch2 postgres schema", |
386 | | - 'configure-setting-wgDBmysql4' => "Use enhanced fulltext search", |
387 | | - 'configure-setting-wgDBmysql5' => "Use UTF-8 encoding", |
388 | | - 'configure-setting-wgDBprefix' => "Table prefix", |
389 | | - 'configure-setting-wgDBTableOptions' => "MySQL table options", |
390 | | - 'configure-setting-wgDBtransactions' => "Use InnoDB tables", |
391 | | - 'configure-setting-wgDBClusterTimeout' => "Database timeout", |
392 | | - 'configure-setting-wgDBservers' => "Database servers", |
| 382 | + 'configure-setting-wgSQLiteDataDir' => 'SQLite data directory', |
| 383 | + 'configure-setting-wgDBmwschema' => 'Postgres schema', |
| 384 | + 'configure-setting-wgDBts2schema' => 'Tsearch2 postgres schema', |
| 385 | + 'configure-setting-wgDBmysql4' => 'Use enhanced fulltext search', |
| 386 | + 'configure-setting-wgDBmysql5' => 'Use UTF-8 encoding', |
| 387 | + 'configure-setting-wgDBprefix' => 'Table prefix', |
| 388 | + 'configure-setting-wgDBTableOptions' => 'MySQL table options', |
| 389 | + 'configure-setting-wgDBtransactions' => 'Use InnoDB tables', |
| 390 | + 'configure-setting-wgDBClusterTimeout' => 'Database timeout', |
| 391 | + 'configure-setting-wgDBservers' => 'Database servers', |
393 | 392 | 'configure-setting-wgDefaultExternalStore' => 'Default external store for new revisions', |
394 | | - 'configure-setting-wgExternalServers' => "External MySQL servers", |
395 | | - 'configure-setting-wgLBFactoryConf' => "Load balancer configuration", |
396 | | - 'configure-setting-wgMasterWaitTimeout' => "Timeout for waiting for replication lag", |
| 393 | + 'configure-setting-wgExternalServers' => 'External MySQL servers', |
| 394 | + 'configure-setting-wgLBFactoryConf' => 'Load balancer configuration', |
| 395 | + 'configure-setting-wgMasterWaitTimeout' => 'Timeout for waiting for replication lag', |
397 | 396 | 'configure-setting-wgSlaveLagCritical' => "Threshold for 'critical' slave lag", |
398 | | - 'configure-setting-wgSlaveLagWarning' => "Threshold for slave lag warning", |
399 | | - 'configure-setting-wgAntivirus' => "Internal name of virus scanner", |
400 | | - 'configure-setting-wgAntivirusRequired' => "Require a successful virus scan", |
401 | | - 'configure-setting-wgAntivirusSetup' => "Virus scanner configuration", |
402 | | - 'configure-setting-wgAllowTitlesInSVG' => "Allow titles in SVG files", |
403 | | - 'configure-setting-wgSVGConverter' => "SVG converter", |
404 | | - 'configure-setting-wgSVGConverterPath' => "SVG Converter path", |
405 | | - 'configure-setting-wgSVGConverters' => "SVG converters", |
406 | | - 'configure-setting-wgSVGConverters-key' => "Converter name", |
407 | | - 'configure-setting-wgSVGConverters-value' => "Conversion command", |
408 | | - 'configure-setting-wgSVGMaxSize' => "Maximum size for SVG scaling", |
409 | | - 'configure-setting-wgImageMagickConvertCommand' => "ImageMagick command", |
410 | | - 'configure-setting-wgImageMagickTempDir' => "ImageMagick temporary directory", |
411 | | - 'configure-setting-wgSharpenParameter' => "Sharpening parameter to ImageMagick", |
412 | | - 'configure-setting-wgSharpenReductionThreshold' => "Reduction in linear dimensions below which sharpening will be enabled", |
413 | | - 'configure-setting-wgUseImageMagick' => "Use ImageMagick", |
414 | | - 'configure-setting-wgDjvuDump' => "Path of the djvudump executable", |
415 | | - 'configure-setting-wgDjvuOutputExtension' => "File extension for the DJVU post processor output", |
416 | | - 'configure-setting-wgDjvuPostProcessor' => "Path of the DJVU post processor", |
417 | | - 'configure-setting-wgDjvuRenderer' => "Path of the ddjvu DJVU renderer", |
418 | | - 'configure-setting-wgDjvuToXML' => "Path of the djvutoxml executable", |
419 | | - 'configure-setting-wgMemCachedPersistent' => "Use persistent memcached connections", |
420 | | - 'configure-setting-wgMemCachedServers' => "Memcached Servers", |
421 | | - 'configure-setting-wgSessionsInMemcached' => "Store sessions in Memcached", |
422 | | - 'configure-setting-wgUseMemCached' => "Use Memcached", |
423 | | - 'configure-setting-wgMessageCacheType' => "Message cache type", |
424 | | - 'configure-setting-wgEnableSerializedMessages' => "Whether serialized versions of the messages arrays will be read from the \"serialized\" subdirectory if they are present", |
425 | | - 'configure-setting-wgLocalMessageCache' => "Directory for local message cache", |
426 | | - 'configure-setting-wgMsgCacheExpiry' => "Message Cache Expiry", |
427 | | - 'configure-setting-wgCheckSerialized' => "Check if serialised files are up to date", |
428 | | - 'configure-setting-wgLocalMessageCacheSerialized' => "Defines format of local cache", |
429 | | - 'configure-setting-wgMaxMsgCacheEntrySize' => "Maximum entry size in the message cache, in bytes", |
430 | | - 'configure-setting-wgParserCacheType' => "Parser cache type", |
431 | | - 'configure-setting-wgEnableParserCache' => "Enable Parser Cache", |
432 | | - 'configure-setting-wgEnableSidebarCache' => "Cache sidebar links", |
433 | | - 'configure-setting-wgRenderHashAppend' => "Extra render hash salt", |
434 | | - 'configure-setting-wgSidebarCacheExpiry' => "Sidebar cache expiry", |
435 | | - 'configure-setting-wgUseETag' => "Send ETag headers", |
436 | | - 'configure-setting-wgAlwaysUseTidy' => "Always use Tidy", |
437 | | - 'configure-setting-wgDebugTidy' => "Put tidy warnings in HTML comments", |
438 | | - 'configure-setting-wgTidyBin' => "Tidy binary path", |
439 | | - 'configure-setting-wgTidyConf' => "Tidy configuration file", |
440 | | - 'configure-setting-wgTidyInternal' => "Use PECL tidy extension", |
441 | | - 'configure-setting-wgTidyOpts' => "Options passed to tidy on the command line", |
442 | | - 'configure-setting-wgUseTidy' => "Use tidy to make sure HTML output is sane", |
443 | | - 'configure-setting-wgValidateAllHtml' => "Refuse to display non-valid pages", |
444 | | - 'configure-setting-wgTexvc' => "Location of the texvc binary", |
445 | | - 'configure-setting-wgUseTeX' => "Enable TeX", |
446 | | - 'configure-setting-wgRawHtml' => "Allow raw, unchecked HTML in <nowiki><html>...</html></nowiki> sections.", |
447 | | - 'configure-setting-wgXMLMimeTypes' => "Detectable XML MIME types", |
448 | | - 'configure-setting-wgXMLMimeTypes-key' => 'Root element', |
| 397 | + 'configure-setting-wgSlaveLagWarning' => 'Threshold for slave lag warning', |
| 398 | + 'configure-setting-wgAntivirus' => 'Internal name of virus scanner', |
| 399 | + 'configure-setting-wgAntivirusRequired' => 'Require a successful virus scan', |
| 400 | + 'configure-setting-wgAntivirusSetup' => 'Virus scanner configuration', |
| 401 | + 'configure-setting-wgAllowTitlesInSVG' => 'Allow titles in SVG files', |
| 402 | + 'configure-setting-wgSVGConverter' => 'SVG converter', |
| 403 | + 'configure-setting-wgSVGConverterPath' => 'SVG Converter path', |
| 404 | + 'configure-setting-wgSVGConverters' => 'SVG converters', |
| 405 | + 'configure-setting-wgSVGConverters-key' => 'Converter name', |
| 406 | + 'configure-setting-wgSVGConverters-value' => 'Conversion command', |
| 407 | + 'configure-setting-wgSVGMaxSize' => 'Maximum size for SVG scaling', |
| 408 | + 'configure-setting-wgImageMagickConvertCommand' => 'ImageMagick command', |
| 409 | + 'configure-setting-wgImageMagickTempDir' => 'ImageMagick temporary directory', |
| 410 | + 'configure-setting-wgSharpenParameter' => 'Sharpening parameter to ImageMagick', |
| 411 | + 'configure-setting-wgSharpenReductionThreshold' => 'Reduction in linear dimensions below which sharpening will be enabled', |
| 412 | + 'configure-setting-wgUseImageMagick' => 'Use ImageMagick', |
| 413 | + 'configure-setting-wgDjvuDump' => 'Path of the djvudump executable', |
| 414 | + 'configure-setting-wgDjvuOutputExtension' => 'File extension for the DJVU post processor output', |
| 415 | + 'configure-setting-wgDjvuPostProcessor' => 'Path of the DJVU post processor', |
| 416 | + 'configure-setting-wgDjvuRenderer' => 'Path of the ddjvu DJVU renderer', |
| 417 | + 'configure-setting-wgDjvuToXML' => 'Path of the djvutoxml executable', |
| 418 | + 'configure-setting-wgMemCachedPersistent' => 'Use persistent memcached connections', |
| 419 | + 'configure-setting-wgMemCachedServers' => 'Memcached Servers', |
| 420 | + 'configure-setting-wgSessionsInMemcached' => 'Store sessions in Memcached', |
| 421 | + 'configure-setting-wgUseMemCached' => 'Use Memcached', |
| 422 | + 'configure-setting-wgMessageCacheType' => 'Message cache type', |
| 423 | + 'configure-setting-wgEnableSerializedMessages' => 'Whether serialized versions of the messages arrays will be read from the "serialized" subdirectory if they are present', |
| 424 | + 'configure-setting-wgLocalMessageCache' => 'Directory for local message cache', |
| 425 | + 'configure-setting-wgMsgCacheExpiry' => 'Message Cache Expiry', |
| 426 | + 'configure-setting-wgCheckSerialized' => 'Check if serialised files are up to date', |
| 427 | + 'configure-setting-wgLocalMessageCacheSerialized' => 'Defines format of local cache', |
| 428 | + 'configure-setting-wgMaxMsgCacheEntrySize' => 'Maximum entry size in the message cache, in bytes', |
| 429 | + 'configure-setting-wgParserCacheType' => 'Parser cache type', |
| 430 | + 'configure-setting-wgEnableParserCache' => 'Enable Parser Cache', |
| 431 | + 'configure-setting-wgEnableSidebarCache' => 'Cache sidebar links', |
| 432 | + 'configure-setting-wgRenderHashAppend' => 'Extra render hash salt', |
| 433 | + 'configure-setting-wgSidebarCacheExpiry' => 'Sidebar cache expiry', |
| 434 | + 'configure-setting-wgUseETag' => 'Send ETag headers', |
| 435 | + 'configure-setting-wgAlwaysUseTidy' => 'Always use Tidy', |
| 436 | + 'configure-setting-wgDebugTidy' => 'Put tidy warnings in HTML comments', |
| 437 | + 'configure-setting-wgTidyBin' => 'Tidy binary path', |
| 438 | + 'configure-setting-wgTidyConf' => 'Tidy configuration file', |
| 439 | + 'configure-setting-wgTidyInternal' => 'Use PECL tidy extension', |
| 440 | + 'configure-setting-wgTidyOpts' => 'Options passed to tidy on the command line', |
| 441 | + 'configure-setting-wgUseTidy' => 'Use tidy to make sure HTML output is sane', |
| 442 | + 'configure-setting-wgValidateAllHtml' => 'Refuse to display non-valid pages', |
| 443 | + 'configure-setting-wgTexvc' => 'Location of the texvc binary', |
| 444 | + 'configure-setting-wgUseTeX' => 'Enable TeX', |
| 445 | + 'configure-setting-wgRawHtml' => 'Allow raw, unchecked HTML in <nowiki><html>...</html></nowiki> sections.', |
| 446 | + 'configure-setting-wgXMLMimeTypes' => 'Detectable XML MIME types', |
449 | 447 | 'configure-setting-wgXMLMimeTypes-key' => 'MIME type', |
450 | | - 'configure-setting-wgDocType' => "Document type to use in the DOCTYPE declaration", |
451 | | - 'configure-setting-wgDTD' => "DTD in the DOCTYPE declaration for page output", |
| 448 | + 'configure-setting-wgDocType' => 'Document type to use in the DOCTYPE declaration', |
| 449 | + 'configure-setting-wgDTD' => 'DTD in the DOCTYPE declaration for page output', |
452 | 450 | 'configure-setting-wgMimeType' => 'MIME type of wiki pages', |
453 | 451 | 'configure-setting-wgXhtmlDefaultNamespace' => 'Default XHTML namespace', |
454 | | - 'configure-setting-wgXhtmlNamespaces' => "Other XHTML namespaces", |
455 | | - 'configure-setting-wgXhtmlNamespaces-key' => "Prefix", |
456 | | - 'configure-setting-wgXhtmlNamespaces-key' => "Namespace", |
457 | | - 'configure-setting-wgUseZhdaemon' => "Use ZhDaemon to perform Chinese text processing", |
458 | | - 'configure-setting-wgZhdaemonHost' => "ZhDaemon host", |
459 | | - 'configure-setting-wgZhdaemonPort' => "ZhDaemon port", |
460 | | - 'configure-setting-wgLocaltimezone' => "Local timezone", |
461 | | - 'configure-setting-wgLocalTZoffset' => "Timezone offset", |
462 | | - 'configure-setting-wgAllowUserCss' => "Allow user Cascading Style Sheet (CSS) pages", |
463 | | - 'configure-setting-wgAllowUserJs' => "Allow user JavaScript pages", |
| 452 | + 'configure-setting-wgXhtmlNamespaces' => 'Other XHTML namespaces', |
| 453 | + 'configure-setting-wgXhtmlNamespaces-key' => 'Namespace', |
| 454 | + 'configure-setting-wgUseZhdaemon' => 'Use ZhDaemon to perform Chinese text processing', |
| 455 | + 'configure-setting-wgZhdaemonHost' => 'ZhDaemon host', |
| 456 | + 'configure-setting-wgZhdaemonPort' => 'ZhDaemon port', |
| 457 | + 'configure-setting-wgLocaltimezone' => 'Local timezone', |
| 458 | + 'configure-setting-wgLocalTZoffset' => 'Timezone offset', |
| 459 | + 'configure-setting-wgAllowUserCss' => 'Allow user Cascading Style Sheet (CSS) pages', |
| 460 | + 'configure-setting-wgAllowUserJs' => 'Allow user JavaScript pages', |
464 | 461 | 'configure-setting-wgUseSiteCss' => "Use the site's Cascading Style Sheets (CSS)", |
465 | 462 | 'configure-setting-wgUseSiteJs' => "Use the site's JavaScript page", |
466 | | - 'configure-setting-wgHandheldStyle' => "Style for media=\"handheld\"", |
| 463 | + 'configure-setting-wgHandheldStyle' => 'Style for media="handheld"', |
467 | 464 | 'configure-setting-wgHandheldForIPhone' => "Apply 'screen' and 'handheld' media types to iPhone", |
468 | | - 'configure-setting-wgUseAjax' => "Enable AJAX", |
469 | | - 'configure-setting-wgAjaxExportList' => "Callable AJAX functions", |
470 | | - 'configure-setting-wgAjaxSearch' => "Enable use of AJAX auto-suggestion for the search bar", |
471 | | - 'configure-setting-wgAjaxUploadDestCheck' => "Enable AJAX check for file overwrite, pre-upload", |
472 | | - 'configure-setting-wgAjaxWatch' => "Enable watching/unwatching pages using AJAX", |
473 | | - 'configure-setting-wgLivePreview' => "Enable live preview", |
474 | | - 'configure-setting-wgJsMimeType' => "Media type (MIME type) to use for JavaScript scripts", |
475 | | - 'configure-setting-wgLoadFileinfoExtension' => "Load the FileInfo extension at runtime", |
476 | | - 'configure-setting-wgMimeDetectorCommand' => "MIME detector program", |
477 | | - 'configure-setting-wgMimeInfoFile' => "MIME type information file", |
478 | | - 'configure-setting-wgMimeTypeFile' => "MIME type definition file", |
479 | | - 'configure-setting-wgTrivialMimeDetection' => "Use trivial MIME type detection", |
480 | | - 'configure-setting-wgVerifyMimeType' => "Check the MIME type of uploaded files", |
481 | | - 'configure-setting-wgMimeTypeBlacklist' => "Disallowed MIME types", |
482 | | - 'configure-setting-wgCacheSharedUploads' => "Cache shared metadata in memcached", |
483 | | - 'configure-setting-wgForeignFileRepos' => "Foreign file repositories", |
484 | | - 'configure-setting-wgFetchCommonsDescriptions' => "Fetch shared file descriptions", |
485 | | - 'configure-setting-wgHashedSharedUploadDirectory' => "Hash the shared upload directory", |
486 | | - 'configure-setting-wgRepositoryBaseUrl' => "Base URL for shared repository", |
487 | | - 'configure-setting-wgSharedThumbnailScriptPath' => "Thumbnail script path for shared uploads", |
488 | | - 'configure-setting-wgSharedUploadDBname' => "Database for shared uploads", |
489 | | - 'configure-setting-wgSharedUploadDBprefix' => "Database prefix for shared uploads", |
490 | | - 'configure-setting-wgSharedUploadDirectory' => "Path on the file system where shared uploads can be found", |
491 | | - 'configure-setting-wgSharedUploadPath' => "Full path on the web server where shared uploads can be found", |
492 | | - 'configure-setting-wgUseSharedUploads' => "Use shared uploads", |
493 | | - 'configure-setting-wgAppleTouchIcon' => "Apple Touch bookmark icon", |
494 | | - 'configure-setting-wgArticlePath' => "Article Path", |
495 | | - 'configure-setting-wgDirectoryMode' => "New directory modes", |
496 | | - 'configure-setting-wgDiff' => "Path to the GNU diff utility", |
497 | | - 'configure-setting-wgDiff3' => "Path to the GNU diff3 utility", |
498 | | - 'configure-setting-wgFavicon' => "URL of the site favicon", |
499 | | - 'configure-setting-wgLogo' => "URL of the site logo", |
500 | | - 'configure-setting-wgMathDirectory' => "File system path of the directory containing LaTeX math images", |
501 | | - 'configure-setting-wgMathPath' => "URL base of the directory containing LaTeX math images", |
502 | | - 'configure-setting-wgRedirectScript' => "URL of redirect.php, needed for backwards compatibility", |
503 | | - 'configure-setting-wgPhpCli' => "Executable name of PHP cli client (php/php5)", |
504 | | - 'configure-setting-wgProto' => "Secure server prefix", |
505 | | - 'configure-setting-wgScript' => "URL of index.php", |
506 | | - 'configure-setting-wgScriptExtension' => "Extension to append to script names by default", |
507 | | - 'configure-setting-wgScriptPath' => "Base URL path", |
508 | | - 'configure-setting-wgServer' => "Base URL of the server", |
509 | | - 'configure-setting-wgServerName' => "Name of the server without the protocol", |
510 | | - 'configure-setting-wgSQLiteDataDirMode' => "Default directory mode for SQLite data directory on creation", |
511 | | - 'configure-setting-wgStyleDirectory' => "File system path to the skins directory", |
512 | | - 'configure-setting-wgStylePath' => "URL of the skins directory", |
513 | | - 'configure-setting-wgStyleSheetPath' => "URL of the directory containing the stylesheets", |
514 | | - 'configure-setting-wgTmpDirectory' => "URL of the temporary directory", |
515 | | - 'configure-setting-wgUploadBaseUrl' => "Base URL for uploaded files if shared upload directory is not to be used", |
| 465 | + 'configure-setting-wgUseAjax' => 'Enable AJAX', |
| 466 | + 'configure-setting-wgAjaxExportList' => 'Callable AJAX functions', |
| 467 | + 'configure-setting-wgAjaxSearch' => 'Enable use of AJAX auto-suggestion for the search bar', |
| 468 | + 'configure-setting-wgAjaxUploadDestCheck' => 'Enable AJAX check for file overwrite, pre-upload', |
| 469 | + 'configure-setting-wgAjaxWatch' => 'Enable watching/unwatching pages using AJAX', |
| 470 | + 'configure-setting-wgLivePreview' => 'Enable live preview', |
| 471 | + 'configure-setting-wgJsMimeType' => 'Media type (MIME type) to use for JavaScript scripts', |
| 472 | + 'configure-setting-wgLoadFileinfoExtension' => 'Load the FileInfo extension at runtime', |
| 473 | + 'configure-setting-wgMimeDetectorCommand' => 'MIME detector program', |
| 474 | + 'configure-setting-wgMimeInfoFile' => 'MIME type information file', |
| 475 | + 'configure-setting-wgMimeTypeFile' => 'MIME type definition file', |
| 476 | + 'configure-setting-wgTrivialMimeDetection' => 'Use trivial MIME type detection', |
| 477 | + 'configure-setting-wgVerifyMimeType' => 'Check the MIME type of uploaded files', |
| 478 | + 'configure-setting-wgMimeTypeBlacklist' => 'Disallowed MIME types', |
| 479 | + 'configure-setting-wgCacheSharedUploads' => 'Cache shared metadata in memcached', |
| 480 | + 'configure-setting-wgForeignFileRepos' => 'Foreign file repositories', |
| 481 | + 'configure-setting-wgFetchCommonsDescriptions' => 'Fetch shared file descriptions', |
| 482 | + 'configure-setting-wgHashedSharedUploadDirectory' => 'Hash the shared upload directory', |
| 483 | + 'configure-setting-wgRepositoryBaseUrl' => 'Base URL for shared repository', |
| 484 | + 'configure-setting-wgSharedThumbnailScriptPath' => 'Thumbnail script path for shared uploads', |
| 485 | + 'configure-setting-wgSharedUploadDBname' => 'Database for shared uploads', |
| 486 | + 'configure-setting-wgSharedUploadDBprefix' => 'Database prefix for shared uploads', |
| 487 | + 'configure-setting-wgSharedUploadDirectory' => 'Path on the file system where shared uploads can be found', |
| 488 | + 'configure-setting-wgSharedUploadPath' => 'Full path on the web server where shared uploads can be found', |
| 489 | + 'configure-setting-wgUseSharedUploads' => 'Use shared uploads', |
| 490 | + 'configure-setting-wgAppleTouchIcon' => 'Apple Touch bookmark icon', |
| 491 | + 'configure-setting-wgArticlePath' => 'Article Path', |
| 492 | + 'configure-setting-wgDirectoryMode' => 'New directory modes', |
| 493 | + 'configure-setting-wgDiff' => 'Path to the GNU diff utility', |
| 494 | + 'configure-setting-wgDiff3' => 'Path to the GNU diff3 utility', |
| 495 | + 'configure-setting-wgFavicon' => 'URL of the site favicon', |
| 496 | + 'configure-setting-wgLogo' => 'URL of the site logo', |
| 497 | + 'configure-setting-wgMathDirectory' => 'File system path of the directory containing LaTeX math images', |
| 498 | + 'configure-setting-wgMathPath' => 'URL base of the directory containing LaTeX math images', |
| 499 | + 'configure-setting-wgRedirectScript' => 'URL of redirect.php, needed for backwards compatibility', |
| 500 | + 'configure-setting-wgPhpCli' => 'Executable name of PHP cli client (php/php5)', |
| 501 | + 'configure-setting-wgProto' => 'Secure server prefix', |
| 502 | + 'configure-setting-wgScript' => 'URL of index.php', |
| 503 | + 'configure-setting-wgScriptExtension' => 'Extension to append to script names by default', |
| 504 | + 'configure-setting-wgScriptPath' => 'Base URL path', |
| 505 | + 'configure-setting-wgServer' => 'Base URL of the server', |
| 506 | + 'configure-setting-wgServerName' => 'Name of the server without the protocol', |
| 507 | + 'configure-setting-wgSQLiteDataDirMode' => 'Default directory mode for SQLite data directory on creation', |
| 508 | + 'configure-setting-wgStyleDirectory' => 'File system path to the skins directory', |
| 509 | + 'configure-setting-wgStylePath' => 'URL of the skins directory', |
| 510 | + 'configure-setting-wgStyleSheetPath' => 'URL of the directory containing the stylesheets', |
| 511 | + 'configure-setting-wgTmpDirectory' => 'URL of the temporary directory', |
| 512 | + 'configure-setting-wgUploadBaseUrl' => 'Base URL for uploaded files if shared upload directory is not to be used', |
516 | 513 | 'configure-setting-wgUsePathInfo' => "Use 'pretty' URLs", |
517 | | - 'configure-setting-wgUploadDirectory' => "File system path of the upload directory", |
518 | | - 'configure-setting-wgUploadNavigationUrl' => "URL for the upload navigation link", |
519 | | - 'configure-setting-wgUploadPath' => "URL of the upload directory", |
520 | | - 'configure-setting-wgVariantArticlePath' => "Path for language-variant pages", |
521 | | - 'configure-setting-wgAllowCategorizedRecentChanges' => "Allow to filter the recent changes by a category or one of its sub(subsubsub...)categories", |
| 514 | + 'configure-setting-wgUploadDirectory' => 'File system path of the upload directory', |
| 515 | + 'configure-setting-wgUploadNavigationUrl' => 'URL for the upload navigation link', |
| 516 | + 'configure-setting-wgUploadPath' => 'URL of the upload directory', |
| 517 | + 'configure-setting-wgVariantArticlePath' => 'Path for language-variant pages', |
| 518 | + 'configure-setting-wgAllowCategorizedRecentChanges' => 'Allow to filter the recent changes by a category or one of its sub(subsubsub...)categories', |
522 | 519 | 'configure-setting-wgPutIPinRC' => "Log IP addresses in the 'recentchanges' table", |
523 | | - 'configure-setting-wgRCChangedSizeThreshold' => "Highlight character count difference lower than this in recent changes", |
524 | | - 'configure-setting-wgRCFilterByAge' => "Filter \$wgRCLinkDays to avoid showing links for values higher than \$wgRCMaxAge", |
525 | | - 'configure-setting-wgRCLinkLimits' => "Changes limit in recent changes", |
526 | | - 'configure-setting-wgRCLinkDays' => "Days limit in recent changes", |
527 | | - 'configure-setting-wgRCMaxAge' => "Minimum age for recent changes items to be purged", |
528 | | - 'configure-setting-wgRCShowChangedSize' => "Show the amount of changed characters in recent changes", |
529 | | - 'configure-setting-wgRCShowWatchingUsers' => "Show watching users in recent changes, watchlist and page history views", |
530 | | - 'configure-setting-wgShowUpdatedMarker' => "Show \"Updated (since my last visit)\" marker in recent changes, watchlist and page history views", |
531 | | - 'configure-setting-wgUseRCPatrol' => "Use recent changes patrolling to check for vandalism", |
532 | | - 'configure-setting-wgRC2UDPAddress' => "Address for recent changes UDP notification", |
533 | | - 'configure-setting-wgRC2UDPInterwikiPrefix' => "Add an interwiki prefix to the recent changes UDP notifications", |
534 | | - 'configure-setting-wgRC2UDPOmitBots' => "Omit robot edits from recent changes UDP notifications", |
535 | | - 'configure-setting-wgRC2UDPPort' => "Port for recent changes UDP notifications", |
536 | | - 'configure-setting-wgRC2UDPPrefix' => "Prefix for lines sent to UDP for recent changes", |
537 | | - 'configure-setting-wgBlockAllowsUTEdit' => "Allow a blocked user to edit his own talk page", |
538 | | - 'configure-setting-wgSysopEmailBans' => "Allow administrators to ban users from accessing [[Special:EmailUser]]", |
539 | | - 'configure-setting-wgSysopRangeBans' => "Allow administrators to ban IP ranges", |
540 | | - 'configure-setting-wgSysopUserBans' => "Allow administrators to ban logged-in users", |
541 | | - 'configure-setting-wgEnotifFromEditor' => "E-mail notifications appear to be coming from the page editor (not from wiki server)", |
542 | | - 'configure-setting-wgEnotifImpersonal' => "Send a generic e-mail instead of a personalised e-mail for each user", |
543 | | - 'configure-setting-wgEnotifMaxRecips' => "Maximum number of users to e-mail at once when using impersonal e-mail", |
544 | | - 'configure-setting-wgEnotifMinorEdits' => "E-mail notifications also for \"minor edits\" (user preference is shown and user needs to opt-in)", |
| 520 | + 'configure-setting-wgRCChangedSizeThreshold' => 'Highlight character count difference lower than this in recent changes', |
| 521 | + 'configure-setting-wgRCFilterByAge' => 'Filter $wgRCLinkDays to avoid showing links for values higher than $wgRCMaxAge', |
| 522 | + 'configure-setting-wgRCLinkLimits' => 'Changes limit in recent changes', |
| 523 | + 'configure-setting-wgRCLinkDays' => 'Days limit in recent changes', |
| 524 | + 'configure-setting-wgRCMaxAge' => 'Minimum age for recent changes items to be purged', |
| 525 | + 'configure-setting-wgRCShowChangedSize' => 'Show the amount of changed characters in recent changes', |
| 526 | + 'configure-setting-wgRCShowWatchingUsers' => 'Show watching users in recent changes, watchlist and page history views', |
| 527 | + 'configure-setting-wgShowUpdatedMarker' => 'Show "Updated (since my last visit)" marker in recent changes, watchlist and page history views', |
| 528 | + 'configure-setting-wgUseRCPatrol' => 'Use recent changes patrolling to check for vandalism', |
| 529 | + 'configure-setting-wgRC2UDPAddress' => 'Address for recent changes UDP notification', |
| 530 | + 'configure-setting-wgRC2UDPInterwikiPrefix' => 'Add an interwiki prefix to the recent changes UDP notifications', |
| 531 | + 'configure-setting-wgRC2UDPOmitBots' => 'Omit robot edits from recent changes UDP notifications', |
| 532 | + 'configure-setting-wgRC2UDPPort' => 'Port for recent changes UDP notifications', |
| 533 | + 'configure-setting-wgRC2UDPPrefix' => 'Prefix for lines sent to UDP for recent changes', |
| 534 | + 'configure-setting-wgBlockAllowsUTEdit' => 'Allow a blocked user to edit his own talk page', |
| 535 | + 'configure-setting-wgSysopEmailBans' => 'Allow administrators to ban users from accessing [[Special:EmailUser]]', |
| 536 | + 'configure-setting-wgSysopRangeBans' => 'Allow administrators to ban IP ranges', |
| 537 | + 'configure-setting-wgSysopUserBans' => 'Allow administrators to ban logged-in users', |
| 538 | + 'configure-setting-wgEnotifFromEditor' => 'E-mail notifications appear to be coming from the page editor (not from wiki server)', |
| 539 | + 'configure-setting-wgEnotifImpersonal' => 'Send a generic e-mail instead of a personalised e-mail for each user', |
| 540 | + 'configure-setting-wgEnotifMaxRecips' => 'Maximum number of users to e-mail at once when using impersonal e-mail', |
| 541 | + 'configure-setting-wgEnotifMinorEdits' => 'E-mail notifications also for "minor edits" (user preference is shown and user needs to opt-in)', |
545 | 542 | 'configure-setting-wgEnotifRevealEditorAddress' => "Reply-to address of e-mail notifications may be filled with page editor's address (user preference is shown and user needs to opt-in)", |
546 | | - 'configure-setting-wgEnotifUseJobQ' => "Send e-mails via the job queue", |
547 | | - 'configure-setting-wgEnotifUseRealName' => "Use real name instead of username in e-mail \"from\" field", |
548 | | - 'configure-setting-wgEnotifUserTalk' => "E-mail notifications can be sent for first change on a user_talk page (user preference is shown and user needs to opt-in)", |
549 | | - 'configure-setting-wgEnotifWatchlist' => "E-mail notifications can be sent for the first change on watched pages (user preference is shown and user needs to opt-in)", |
550 | | - 'configure-setting-wgUsersNotifiedOnAllChanges' => "Usernames who will be sent a notification e-mail for every change which occurs on a wiki", |
551 | | - 'configure-setting-wgDebugFunctionEntry' => "Output debug message on every wfProfileIn/wfProfileOut", |
552 | | - 'configure-setting-wgDebugProfiling' => "Detects non-matching wfProfileIn/wfProfileOut calls", |
553 | | - 'configure-setting-wgDebugSquid' => "Lots of debugging output from SquidUpdate.php", |
554 | | - 'configure-setting-wgProfileCallTree' => "Print a raw call tree instead of per-function report", |
555 | | - 'configure-setting-wgProfileLimit' => "Only record profiling information for pages that took longer than this", |
556 | | - 'configure-setting-wgProfileOnly' => "Do not put non-profiling information into log file", |
557 | | - 'configure-setting-wgProfilePerHost' => "Write application server host into profiling table", |
558 | | - 'configure-setting-wgProfileToDatabase' => "Log sums from profiling into profiling table in db", |
559 | | - 'configure-setting-wgUDPProfilerHost' => "Host for UDP profiler", |
560 | | - 'configure-setting-wgUDPProfilerPort' => "Port for UDP profiler", |
| 543 | + 'configure-setting-wgEnotifUseJobQ' => 'Send e-mails via the job queue', |
| 544 | + 'configure-setting-wgEnotifUseRealName' => 'Use real name instead of username in e-mail "from" field', |
| 545 | + 'configure-setting-wgEnotifUserTalk' => 'E-mail notifications can be sent for first change on a user_talk page (user preference is shown and user needs to opt-in)', |
| 546 | + 'configure-setting-wgEnotifWatchlist' => 'E-mail notifications can be sent for the first change on watched pages (user preference is shown and user needs to opt-in)', |
| 547 | + 'configure-setting-wgUsersNotifiedOnAllChanges' => 'Usernames who will be sent a notification e-mail for every change which occurs on a wiki', |
| 548 | + 'configure-setting-wgDebugFunctionEntry' => 'Output debug message on every wfProfileIn/wfProfileOut', |
| 549 | + 'configure-setting-wgDebugProfiling' => 'Detects non-matching wfProfileIn/wfProfileOut calls', |
| 550 | + 'configure-setting-wgDebugSquid' => 'Lots of debugging output from SquidUpdate.php', |
| 551 | + 'configure-setting-wgProfileCallTree' => 'Print a raw call tree instead of per-function report', |
| 552 | + 'configure-setting-wgProfileLimit' => 'Only record profiling information for pages that took longer than this', |
| 553 | + 'configure-setting-wgProfileOnly' => 'Do not put non-profiling information into log file', |
| 554 | + 'configure-setting-wgProfilePerHost' => 'Write application server host into profiling table', |
| 555 | + 'configure-setting-wgProfileToDatabase' => 'Log sums from profiling into profiling table in db', |
| 556 | + 'configure-setting-wgUDPProfilerHost' => 'Host for UDP profiler', |
| 557 | + 'configure-setting-wgUDPProfilerPort' => 'Port for UDP profiler', |
561 | 558 | ); |
562 | 559 | |
563 | 560 | /** Message documentation (Message documentation) |