Revision: 43548
Author:   siebrand
Date:     2008-11-15 11:17:35 +0000 (Sat, 15 Nov 2008)

Log Message:
-----------
Update messages. Would be good if some other developers/translators would also 
check and correct these messages before we start feeding them to Betawiki 
translators.

Modified Paths:
--------------
    trunk/extensions/Configure/Configure.settings.i18n.php

Modified: trunk/extensions/Configure/Configure.settings.i18n.php
===================================================================
--- trunk/extensions/Configure/Configure.settings.i18n.php      2008-11-15 
11:15:13 UTC (rev 43547)
+++ trunk/extensions/Configure/Configure.settings.i18n.php      2008-11-15 
11:17:35 UTC (rev 43548)
@@ -9,7 +9,7 @@
 $messages = array();
 
 $messages['en'] = array(
-       'configure-setting-wgSitename' => 'Site Name',
+       'configure-setting-wgSitename' => 'Site name',
        'configure-setting-wgActionPaths' => 'Per-action URLs',
        'configure-setting-wgAllDBsAreLocalhost' => "Silently rewrite all 
database connections to the local host",
        'configure-setting-wgCheckDBSchema' => "Check that the database is up 
to date every page view (deprecated)",
@@ -18,7 +18,7 @@
        'configure-setting-wgDBname' => "Name of the database to use",
        'configure-setting-wgDBpassword' => "Password for \$wgDBuser",
        'configure-setting-wgDBport' => "Port for the database server",
-       'configure-setting-wgDBserver' => "Database server",
+       'configure-setting-wgDBserver' => "Host name or IP address of database 
server",
        'configure-setting-wgDBtype' => "Type of database to use",
        'configure-setting-wgDBuser' => "Username to log into database with",
        'configure-setting-wgLocalDatabases' => "Other databases which can be 
administered from this server",
@@ -26,17 +26,17 @@
        'configure-setting-wgSharedDB' => "Shared database name",
        'configure-setting-wgSharedPrefix' => "Shared database prefix",
        'configure-setting-wgSharedTables' => "Tables to share",
-       'configure-setting-wgAllowImageMoving' => "Activate image moving",
+       'configure-setting-wgAllowImageMoving' => "Enable file renaming",
        'configure-setting-wgCustomConvertCommand' => "Alternative image 
scaler",
        'configure-setting-wgGenerateThumbnailOnParse' => "Generate thumbnails 
when pages containing them are parsed",
-       'configure-setting-wgIgnoreImageErrors' => "Don't display error 
messages for images",
+       'configure-setting-wgIgnoreImageErrors' => "Do not display error 
messages for images",
        'configure-setting-wgImageLimits' => "Image size limits for description 
pages",
        'configure-setting-wgMaxAnimatedGifArea' => "Maximum area in pixels for 
animated GIFs",
        'configure-setting-wgMaxImageArea' => "Maximum area in pixels for 
images",
        'configure-setting-wgMediaHandlers' => "Plugins for media file type 
handling",
        'configure-setting-wgThumbnailScriptPath' => "Path to thumb.php for 
thumbnail generation on-the-fly instead of on-parse",
        'configure-setting-wgThumbUpright' => "Width adjustment factor for 
upright thumbnails",
-       'configure-setting-wgShowEXIF' => "Show EXIF data on image description 
pages",
+       'configure-setting-wgShowEXIF' => "Show EXIF data on file description 
pages",
        'configure-setting-wgThumbLimits' => "Allowed image thumbnail sizes",
        'configure-setting-wgTrustedMediaFormats' => "Media types and MIME 
types which are considered 'safe'",
        'configure-setting-wgMainCacheType' => "Type of main caching system",
@@ -52,9 +52,9 @@
        'configure-setting-wgUseFileCache' => "Use the file cache",
        'configure-setting-wgUseGzip' => "Use GZIP encoding",
        'configure-setting-wgAllowDisplayTitle' => "Allow the use of 
<nowiki>{{DISPLAYTITLE}}</nowiki>",
-       'configure-setting-wgAllowExternalImages' => "Allow inline image 
hotlinking",
+       'configure-setting-wgAllowExternalImages' => "Allow inline file 
hotlinking",
        'configure-setting-wgAllowExternalImagesFrom' => "Exceptions to 
\$wgAllowExternalImages = false",
-       'configure-setting-wgEnableImageWhitelist' => "Enable the use of 
MediaWiki:External image whitelist",
+       'configure-setting-wgEnableImageWhitelist' => "Enable the use of 
MediaWiki:External file whitelist",
        'configure-setting-wgExpensiveParserFunctionLimit' => "Maximum number 
of calls per parse to expensive parser functions",
        'configure-setting-wgExternalLinkTarget' => "Default target attribute 
for external links",
        'configure-setting-wgCleanSignatures' => "Substitute templates in 
signatures",
@@ -67,10 +67,10 @@
        'configure-setting-wgParserConf' => "Parser configuration",
        'configure-setting-wgParserCacheExpireTime' => "Expiration time of 
parser cache",
        'configure-setting-wgParserTestFiles' => "Files to be run for 
parserTests.php",
-       'configure-setting-wgRestrictDisplayTitle' => "Require use of 
<nowiki>{{DISPLAYTITLE}}</nowiki> to normalise to the same canonical title",
+       'configure-setting-wgRestrictDisplayTitle' => "Require use of 
<nowiki>{{DISPLAYTITLE}}</nowiki> to normalise to the same canonical page 
title",
        'configure-setting-wgAmericanDates' => "Require 'May 12' instead of '12 
May' in English",
        'configure-setting-wgDisableLangConversion' => "Disable language 
conversion",
-       'configure-setting-wgDisableTitleConversion' => "Disable language 
variant conversion for titles",
+       'configure-setting-wgDisableTitleConversion' => "Disable language 
variant conversion for page titles",
        'configure-setting-wgEditEncoding' => "Characters not explicitly 
converted by output encoding",
        'configure-setting-wgForceUIMsgAsContentMsg' => "UI messages to treat 
as content messages",
        'configure-setting-wgInputEncoding' => "Encoding of input text",
@@ -82,24 +82,24 @@
        'configure-setting-wgTranslateNumerals' => "Translate numbers",
        'configure-setting-wgUseDatabaseMessages' => "Allow use of the 
MediaWiki namespace to edit messages",
        'configure-setting-wgUseDynamicDates' => "Reformat linked dates",
-       'configure-setting-wgArticleRobotPolicies' => "Per-article robot 
policies",
+       'configure-setting-wgArticleRobotPolicies' => "Per-page robot policies",
        'configure-setting-wgBreakFrames' => "Break from framed windows",
-       'configure-setting-wgCapitalLinks' => "First character in titles is 
case-sensitive",
+       'configure-setting-wgCapitalLinks' => "First character in page titles 
is case-sensitive",
        'configure-setting-wgDefaultLanguageVariant' => "Default language 
variant",
        'configure-setting-wgDefaultRobotPolicy' => "Default robot policy",
-       'configure-setting-wgExemptFromUserRobotsControl' => "Namespaces which 
don't allow use of <nowiki>__INDEX__ and __NOINDEX__</nowiki>",
+       'configure-setting-wgExemptFromUserRobotsControl' => "Namespaces which 
do not allow use of <nowiki>__INDEX__ and __NOINDEX__</nowiki>",
        'configure-setting-wgExtraLanguageNames' => "Language name overrides",
        'configure-setting-wgExtraRandompageSQL' => "Filter for Special:Random 
(in a WHERE clause)",
-       'configure-setting-wgExtraSubtitle' => "The subtitle to appear under 
every title",
+       'configure-setting-wgExtraSubtitle' => "The subtitle of a page appears 
under every page title",
        'configure-setting-wgHideInterlanguageLinks' => "Hide interlanguage 
links from the sidebar",
-       'configure-setting-wgLegalTitleChars' => "Characters permitted in 
titles (regex character class)",
+       'configure-setting-wgLegalTitleChars' => "Characters permitted in page 
titles (regex character class)",
        'configure-setting-wgMaxArticleSize' => "Maximum page size (kB)",
        'configure-setting-wgMetadataWhitelist' => "Page containing allowed 
metadata templates",
        'configure-setting-wgNoFollowLinks' => "Add rel=\"nofollow\" to links",
        'configure-setting-wgPageShowWatchingUsers' => "Show which users are 
watching a page",
        'configure-setting-wgRestrictionLevels' => "Settable restriction 
levels",
        'configure-setting-wgSiteNotice' => "Site Notice",
-       'configure-setting-wgSiteSupportPage' => "Page for users to donate",
+       'configure-setting-wgSiteSupportPage' => "Page with donation 
information",
        'configure-setting-wgStyleVersion' => "Version of MediaWiki CSS/JS 
files",
        'configure-setting-wgUniversalEditButton' => "Enable the Universal Edit 
Button",
        'configure-setting-wgUrlProtocols' => "Permitted external link 
protocols",
@@ -140,15 +140,15 @@
        'configure-setting-wgUseNPPatrol' => "Use new pages patrolling to check 
for vandalism",
        'configure-setting-wgAutopromote' => "Conditions of automatic promotion 
of user to specific groups",
        'configure-setting-wgAccountCreationThrottle' => "Number of accounts 
each IP address may create",
-       'configure-setting-wgAllowPageInfo' => "Allow the info action",
+       'configure-setting-wgAllowPageInfo' => "Allow the information action",
        'configure-setting-wgAutoblockExpiry' => "Number of seconds before 
autoblock entries expire",
-       'configure-setting-wgDeleteRevisionsLimit' => "Integer of how many 
revisions an article must have before the ''bigdelete'' [[Manual:User 
rights|right]] is required to delete it",
-       'configure-setting-wgDisabledActions' => "Disabled article actions",
-       'configure-setting-wgEmailConfirmToEdit' => "Require users to confirm 
email address before they can edit",
+       'configure-setting-wgDeleteRevisionsLimit' => "Integer of how many 
revisions a page must have before the ''bigdelete'' [[Manual:User 
rights|right]] is required to delete it",
+       'configure-setting-wgDisabledActions' => "Disabled page actions",
+       'configure-setting-wgEmailConfirmToEdit' => "Require users to confirm 
e-mail address before they can edit",
        'configure-setting-wgEnableAPI' => "Enable API",
        'configure-setting-wgEnableWriteAPI' => "Enable Write API",
        'configure-setting-wgFilterCallback' => "Spam filter callback",
-       'configure-setting-wgImplicitGroups' => "Array of groups which aren't 
shown on [[Special:ListUsers]] et al",
+       'configure-setting-wgImplicitGroups' => "Array of groups which are not 
shown on [[Special:ListUsers]] et al",
        'configure-setting-wgPasswordAttemptThrottle' => "Password attempt 
throttle",
        'configure-setting-wgPasswordSalt' => "Password salt",
        'configure-setting-wgReadOnly' => "Disallows editing, displaying the 
string given as the reason",
@@ -156,12 +156,12 @@
        'configure-setting-wgRestrictionTypes' => "Actions that can be 
restricted",
        'configure-setting-wgSpamRegex' => "Spam filter regular expressions",
        'configure-setting-wgWhitelistRead' => "Pages anonymous user may see",
-       'configure-setting-wgEmailAuthentication' => "Require authentication of 
email addresses for email functions",
-       'configure-setting-wgEmergencyContact' => "Site admin email address",
-       'configure-setting-wgEnableEmail' => "Enable email features",
-       'configure-setting-wgEnableUserEmail' => "Enable user-to-user email",
-       'configure-setting-wgNoReplyAddress' => "Dummy address which should be 
accepted during mail send action",
-       'configure-setting-wgPasswordSender' => "Password reminder email 
address",
+       'configure-setting-wgEmailAuthentication' => "Require authentication of 
e-mail addresses for e-mail functions",
+       'configure-setting-wgEmergencyContact' => "Site admin e-mail address",
+       'configure-setting-wgEnableEmail' => "Enable e-mail features",
+       'configure-setting-wgEnableUserEmail' => "Enable user-to-user e-mail",
+       'configure-setting-wgNoReplyAddress' => "Dummy address which should be 
accepted during e-mail send action",
+       'configure-setting-wgPasswordSender' => "Password reminder e-mail 
address",
        'configure-setting-wgPasswordReminderResendTime' => "Minimum time, in 
hours, which must elapse between password reminder",
        'configure-setting-wgSMTP' => "SMTP server",
        'configure-setting-wgUserEmailUseReplyTo' => "Use Repy-To instead of 
From",
@@ -178,7 +178,7 @@
        'configure-setting-wgShowSQLErrors' => "Show database error pages",
        'configure-setting-wgStatsMethod' => "Destination for wfIncrStats() 
data",
        'configure-setting-wgJobRunRate' => "Number of jobs to run per page 
view",
-       'configure-setting-wgJobClasses' => "JOb handler classes",
+       'configure-setting-wgJobClasses' => "Job handler classes",
        'configure-setting-wgUpdateRowsPerJob' => "Number of rows to update per 
job",
        'configure-setting-wgAPIMaxDBRows' => "Maximum number of rows to scan 
in API database queries",
        'configure-setting-wgDisableQueryPages' => "Disable all query pages if 
miser mode is on, not just some",
@@ -203,10 +203,10 @@
        'configure-setting-wgHttpOnlyBlacklist' => "User agent blacklist for 
HttpOnly mode",
        'configure-setting-wgSessionName' => "Session name",
        'configure-setting-wgInternalServer' => "Internal server name as known 
to Squid, if different",
-       'configure-setting-wgMaxSquidPurgeTitles' => "Maximum number of titles 
to purge in any one client operation",
+       'configure-setting-wgMaxSquidPurgeTitles' => "Maximum number of page 
titles to purge in any one client operation",
        'configure-setting-wgSquidMaxage' => "Cache timeout for the squid",
        'configure-setting-wgSquidServers' => "A list of proxy servers (ips if 
possible) to purge on changes",
-       'configure-setting-wgSquidServersNoPurge' => "Same as 
[[#\$wgSquidServers|\$wgSquidServers]], except they aren't purged",
+       'configure-setting-wgSquidServersNoPurge' => "Same as 
[[#\$wgSquidServers|\$wgSquidServers]], except they are not purged",
        'configure-setting-wgUseESI' => "If you run Squid3 with ESI support, 
enable this",
        'configure-setting-wgUseSquid' => "Enable Squid",
        'configure-setting-wgAllowSlowParserFunctions' => "Allow slow parser 
functions",
@@ -238,13 +238,13 @@
        'configure-setting-wgRateLimits' => "Rate limits",
        'configure-setting-wgRateLimitsExcludedGroups' => "Groups which are 
exempt from rate limits",
        'configure-setting-wgFeed' => "Enable syndication",
-       'configure-setting-wgFeedCacheTimeout' => "'Minimum' timeout for cached 
Recentchanges feed, in seconds",
+       'configure-setting-wgFeedCacheTimeout' => "'Minimum' timeout in seconds 
for cached recent changes feed",
        'configure-setting-wgFeedDiffCutoff' => "Feed diff size cutoff",
        'configure-setting-wgFeedLimit' => "Maximum number of feed results",
        'configure-setting-wgOverrideSiteFeed' => "Override feed settings",
-       'configure-setting-wgAdvancedSearchHighlighting' => "Activate 
highlighting in search results",
+       'configure-setting-wgAdvancedSearchHighlighting' => "Enable 
highlighting in search results",
        'configure-setting-wgEnableMWSuggest' => "Enable search suggestion",
-       'configure-setting-wgGoToEdit' => "Go button goes straight to the edit 
screen if the article doesn't exist",
+       'configure-setting-wgGoToEdit' => "Go button goes straight to the edit 
screen if the page does not exist",
        'configure-setting-wgMWSuggestTemplate' => "Template for internal 
MediaWiki suggestion engine",
        'configure-setting-wgOpenSearchTemplate' => "Template for OpenSearch 
suggestions",
        'configure-setting-wgSearchForwardUrl' => "Forward search requests",
@@ -252,13 +252,13 @@
        'configure-setting-wgCountCategorizedImagesAsUsed' => "On 
[[Special:Unusedimages]], consider images used if they are put into a category",
        'configure-setting-wgDisableCounters' => "Disable page view counters",
        'configure-setting-wgHitcounterUpdateFreq' => "Page counter update 
frequency",
-       'configure-setting-wgUseCommaCount' => "Use a comma, instead of a link, 
to count an article as 'valid' when counting",
+       'configure-setting-wgUseCommaCount' => "Use a comma, instead of a link, 
to count a page as 'valid' when counting",
        'configure-setting-wgWantedPagesThreshold' => "Minimum number of links 
required before a page is listed on [[Special:Wantedpages]]",
-       'configure-setting-wgDefaultSkin' => "The default skin",
-       'configure-setting-wgSkipSkin' => "Disallowed skin",
-       'configure-setting-wgSkipSkins' => "Disallowed skins",
+       'configure-setting-wgDefaultSkin' => "Default skin name",
+       'configure-setting-wgSkipSkin' => "Disallowed skin name",
+       'configure-setting-wgSkipSkins' => "Disallowed skin names",
        'configure-setting-wgValidSkinNames' => "List of valid skin names",
-       'configure-setting-wgContentNamespaces' => "Namespaces which are 
considered to contain real content, or articles",
+       'configure-setting-wgContentNamespaces' => "Namespaces which are 
considered to contain real content, or pages",
        'configure-setting-wgExtraNamespaces' => "Namespace overrides",
        'configure-setting-wgMetaNamespace' => "The name used for the 
meta-namespace",
        'configure-setting-wgMetaNamespaceTalk' => "The name used for the 
meta-namespace talk pages",
@@ -286,7 +286,7 @@
        'configure-setting-wgRightsPage' => "Page describing the site license",
        'configure-setting-wgRightsText' => "Text describing the site license",
        'configure-setting-wgRightsUrl' => "URL describing the site license",
-       'configure-setting-wgShowCreditsIfMax' => "Credit just the top authors 
if there are too many",
+       'configure-setting-wgShowCreditsIfMax' => "Credit only the top authors 
if there are too many",
        'configure-setting-wgUseCopyrightUpload' => "Use detailed copyright 
information on upload",
        'configure-setting-wgActiveUserDays' => "Time after which a user is 
inactive",
        'configure-setting-wgActiveUserEditCount' => "Number of edits in 
\$wgActiveUserDays which a user must make",
@@ -295,14 +295,14 @@
        'configure-setting-wgAllowRealName' => "Allow real names",
        'configure-setting-wgAllowUserSkin' => "Allow users to change their 
skin",
        'configure-setting-wgDefaultUserOptions' => "Default user options",
-       'configure-setting-wgDisableAnonTalk' => "Disable talk pages for 
anonymous users (IPs)",
+       'configure-setting-wgDisableAnonTalk' => "Disable talk pages for 
anonymous users (not logged in)",
        'configure-setting-wgMaxNameChars' => "Maximum number of bytes in 
username",
-       'configure-setting-wgMaxSigChars' => "Maximum customized signature 
length",
+       'configure-setting-wgMaxSigChars' => "Maximum length of customized 
signature",
        'configure-setting-wgMinimalPasswordLength' => "Minimum password 
length",
        'configure-setting-wgNewUserLog' => "Maintain a new user log",
        'configure-setting-wgReservedUsernames' => "Account names reserved for 
the software",
-       'configure-setting-wgShowIPinHeader' => "Show the IP in the user bar",
-       'configure-setting-wgBrowserBlackList' => "Browser Blacklist for 
unicode non compliant browsers",
+       'configure-setting-wgShowIPinHeader' => "Show the IP address in the 
user bar",
+       'configure-setting-wgBrowserBlackList' => "Browser blacklist for 
unicode non compliant browsers",
        'configure-setting-wgAntiLockFlags' => "Anti-lock flags",
        'configure-setting-wgCommandLineDarkBg' => "Assume a dark background 
for maintenance scripts",
        'configure-setting-wgCompressRevisions' => "Compress old revisions if 
possible",
@@ -346,7 +346,7 @@
        'configure-setting-wgDBservers' => "Database servers",
        'configure-setting-wgDefaultExternalStore' => "Default external store",
        'configure-setting-wgExternalServers' => "External MySQL servers",
-       'configure-setting-wgLBFactoryConf' => "Load Balancer configuration",
+       'configure-setting-wgLBFactoryConf' => "Load balancer configuration",
        'configure-setting-wgMasterWaitTimeout' => "Timeout for waiting for 
replication lag",
        'configure-setting-wgSlaveLagCritical' => "Threshold for 'critical' 
slave lag",
        'configure-setting-wgSlaveLagWarning' => "Threshold for slave lag 
warning",
@@ -421,7 +421,7 @@
        'configure-setting-wgJsMimeType' => "Media type (MIME type) to use for 
JavaScript scripts",
        'configure-setting-wgLoadFileinfoExtension' => "Load the FileInfo 
extension at runtime",
        'configure-setting-wgMimeDetectorCommand' => "MIME detector program",
-       'configure-setting-wgMimeInfoFile' => "MIME type info file",
+       'configure-setting-wgMimeInfoFile' => "MIME type information file",
        'configure-setting-wgMimeTypeFile' => "MIME type definition file",
        'configure-setting-wgTrivialMimeDetection' => "Use trivial MIME type 
detection",
        'configure-setting-wgVerifyMimeType' => "Check the MIME type of 
uploaded files",
@@ -459,48 +459,48 @@
        'configure-setting-wgStylePath' => "The URL of the skins directory",
        'configure-setting-wgStyleSheetPath' => "The URL of the directory 
containing the stylesheets",
        'configure-setting-wgTmpDirectory' => "The URL of the temporary 
directory",
-       'configure-setting-wgUploadBaseUrl' => "The base URL for uploaded 
images if shared upload directory isn't to be used",
+       'configure-setting-wgUploadBaseUrl' => "The base URL for uploaded 
images if shared upload directory is not to be used",
        'configure-setting-wgUsePathInfo' => "Whether to use 'pretty' URLs",
        'configure-setting-wgUploadDirectory' => "The file system path of the 
upload directory",
        'configure-setting-wgUploadNavigationUrl' => "URL for the upload 
navigation link",
        'configure-setting-wgUploadPath' => "The URL of the upload directory",
-       'configure-setting-wgVariantArticlePath' => "Path for language-variant 
articles",
-       'configure-setting-wgAllowCategorizedRecentChanges' => "Allow to filter 
the recentchanges by a category or one of its sub(subsubsub...)categories",
-       'configure-setting-wgPutIPinRC' => "Log IP addresses in the 
recentchanges table",
-       'configure-setting-wgRCChangedSizeThreshold' => "Highlight character 
count difference lower than this",
+       'configure-setting-wgVariantArticlePath' => "Path for language-variant 
pages",
+       'configure-setting-wgAllowCategorizedRecentChanges' => "Allow to filter 
the recent changes by a category or one of its sub(subsubsub...)categories",
+       'configure-setting-wgPutIPinRC' => "Log IP addresses in the 
'recentchanges' table",
+       'configure-setting-wgRCChangedSizeThreshold' => "Highlight character 
count difference lower than this in recent changes",
        'configure-setting-wgRCFilterByAge' => "Filter \$wgRCLinkDays by 
\$wgRCMaxAge to avoid showing links for numbers higher than what will be 
stored",
-       'configure-setting-wgRCLinkLimits' => "Changes limit",
-       'configure-setting-wgRCLinkDays' => "Days limit",
-       'configure-setting-wgRCMaxAge' => "Minimum age for recentchanges items 
to be purged",
+       'configure-setting-wgRCLinkLimits' => "Changes limit in recent changes",
+       'configure-setting-wgRCLinkDays' => "Days limit in recent changes",
+       'configure-setting-wgRCMaxAge' => "Minimum age for recent changes items 
to be purged",
        'configure-setting-wgRCShowChangedSize' => "Show the amount of changed 
characters in recent changes",
        'configure-setting-wgRCShowWatchingUsers' => "Show watching users in 
recent changes, watchlist and page history views",
-       'configure-setting-wgShowUpdatedMarker' => "Show \"Updated (since my 
last visit)\" marker in RC view, watchlist and history",
-       'configure-setting-wgUseRCPatrol' => "Use RC Patrolling to check for 
vandalism",
+       'configure-setting-wgShowUpdatedMarker' => "Show \"Updated (since my 
last visit)\" marker in RC view, watchlist, and history",
+       'configure-setting-wgUseRCPatrol' => "Use recent changes patrolling to 
check for vandalism",
        'configure-setting-wgRC2UDPAddress' => "Address for recent changes UDP 
notification",
        'configure-setting-wgRC2UDPInterwikiPrefix' => "Add an interwiki prefix 
to the recent changes UDP notifications",
-       'configure-setting-wgRC2UDPOmitBots' => "Omit bots from recent changes 
UDP notifications",
+       'configure-setting-wgRC2UDPOmitBots' => "Omit robot edits from recent 
changes UDP notifications",
        'configure-setting-wgRC2UDPPort' => "Port for recent changes UDP 
notifications",
-       'configure-setting-wgRC2UDPPrefix' => "Prefix for lines sent to UDP",
-       'configure-setting-wgBlockAllowsUTEdit' => "Allow blocked users to edit 
their talk pages",
-       'configure-setting-wgSysopEmailBans' => "Allow sysops to ban users from 
accessing Emailuser",
+       'configure-setting-wgRC2UDPPrefix' => "Prefix for lines sent to UDP for 
recent changes",
+       'configure-setting-wgBlockAllowsUTEdit' => "Allow a blocked user to 
edit his own talk page",
+       'configure-setting-wgSysopEmailBans' => "Allow sysops to ban users from 
accessing EmailUser",
        'configure-setting-wgSysopRangeBans' => "Allow sysops to ban IP ranges",
        'configure-setting-wgSysopUserBans' => "Allow sysops to ban logged-in 
users",
-       'configure-setting-wgEnotifFromEditor' => "Email notifications appear 
to be coming from the page editor (not from Wiki server)",
-       'configure-setting-wgEnotifImpersonal' => "Send a generic mail instead 
of a personalised mail for each user",
-       'configure-setting-wgEnotifMaxRecips' => "Maximum number of users to 
mail at once when using impersonal mail",
-       'configure-setting-wgEnotifMinorEdits' => "Email notifications also 
for\"minor edits\" (user preference is shown and user needs to opt-in)",
-       'configure-setting-wgEnotifRevealEditorAddress' => "reply-to address of 
Email notifications may be filled with page editor's address (user preference 
is shown and user needs to opt-in)",
-       'configure-setting-wgEnotifUseJobQ' => "Send mails via the job queue",
+       'configure-setting-wgEnotifFromEditor' => "E-mail notifications appear 
to be coming from the page editor (not from wiki server)",
+       'configure-setting-wgEnotifImpersonal' => "Send a generic e-mail 
instead of a personalised e-mail for each user",
+       'configure-setting-wgEnotifMaxRecips' => "Maximum number of users to 
e-mail at once when using impersonal e-mail",
+       'configure-setting-wgEnotifMinorEdits' => "E-mail notifications also 
for\"minor edits\" (user preference is shown and user needs to opt-in)",
+       '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)",
+       'configure-setting-wgEnotifUseJobQ' => "Send e-mails via the job queue",
        'configure-setting-wgEnotifUseRealName' => "Use real name instead of 
username in e-mail \"from\" field",
-       'configure-setting-wgEnotifUserTalk' => "Email notifications can be 
sent for first change on a user_talk page (user preference is shown and user 
needs to opt-in)",
-       'configure-setting-wgEnotifWatchlist' => "Email notifications can be 
sent for the first change on watched pages (user preference is shown and user 
needs to opt-in)",
-       'configure-setting-wgUsersNotifiedOnAllChanges' => "Array of usernames 
who will be sent a notification email for every change which occurs on a wiki",
+       '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)",
+       '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)",
+       'configure-setting-wgUsersNotifiedOnAllChanges' => "Array of usernames 
who will be sent a notification e-mail for every change which occurs on a wiki",
        'configure-setting-wgDebugFunctionEntry' => "Output debug message on 
every wfProfileIn/wfProfileOut",
        'configure-setting-wgDebugProfiling' => "Detects non-matching 
wfProfileIn/wfProfileOut calls",
        'configure-setting-wgDebugSquid' => "Lots of debugging output from 
SquidUpdate.php",
        'configure-setting-wgProfileCallTree' => "If true, print a raw call 
tree instead of per-function report",
-       'configure-setting-wgProfileLimit' => "Only record profiling info for 
pages that took longer than this",
-       'configure-setting-wgProfileOnly' => "Don't put non-profiling info into 
log file",
+       'configure-setting-wgProfileLimit' => "Only record profiling 
information for pages that took longer than this",
+       'configure-setting-wgProfileOnly' => "Do not put non-profiling 
information into log file",
        'configure-setting-wgProfilePerHost' => "Should application server host 
be put into profiling table?",
        'configure-setting-wgProfileToDatabase' => "Log sums from profiling 
into profiling table in db",
        'configure-setting-wgUDPProfilerHost' => "Host for UDP profiler",



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to