X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=languages%2Fmessages%2FMessagesEn.php;h=2b6259378f8f9cce6d8df2592fc1afd1206908c7;hb=e7d14c46f107278300791d903d3ed062761a7667;hp=9ac58ae98d487f23147a503bcfc58cca94d11566;hpb=fccc2f1b8b1dc6d789f25b1dbfbfd6b04b1036d5;p=lhc%2Fweb%2Fwiklou.git diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 9ac58ae98d..2b6259378f 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -191,6 +191,7 @@ $bookstoreList = array( * Customisable syntax for wikitext and elsewhere. * * IDs must be valid identifiers, they cannot contain hyphens. + * CASE is 0 to match all case variants, 1 for case-sensitive * * Note to translators: * Please include the English words as synonyms. This allows people @@ -287,7 +288,8 @@ $magicWords = array( 'nse' => array( 0, 'NSE:' ), 'localurl' => array( 0, 'LOCALURL:' ), 'localurle' => array( 0, 'LOCALURLE:' ), - 'articlepath' => array( 0, 'ARTICLEPATH' ), + 'articlepath' => array( 0, 'ARTICLEPATH' ), + 'pageid' => array( 0, 'PAGEID' ), 'server' => array( 0, 'SERVER' ), 'servername' => array( 0, 'SERVERNAME' ), 'scriptpath' => array( 0, 'SCRIPTPATH' ), @@ -635,7 +637,7 @@ XHTML id names. 'tog-hidepatrolled' => 'Hide patrolled edits in recent changes', 'tog-newpageshidepatrolled' => 'Hide patrolled pages from new page list', 'tog-extendwatchlist' => 'Expand watchlist to show all changes, not just the most recent', -'tog-usenewrc' => 'Use enhanced recent changes (requires JavaScript)', +'tog-usenewrc' => 'Group changes by page in recent changes and watchlist (requires JavaScript)', 'tog-numberheadings' => 'Auto-number headings', 'tog-showtoolbar' => 'Show edit toolbar (requires JavaScript)', 'tog-editondblclick' => 'Edit pages on double click (requires JavaScript)', @@ -758,6 +760,7 @@ XHTML id names. 'index-category' => 'Indexed pages', 'noindex-category' => 'Noindexed pages', 'broken-file-category' => 'Pages with broken file links', +'categoryviewer-pagedlinks' => '($1) ($2)', 'linkprefix' => '/^(.*?)([a-zA-Z\\x80-\\xff]+)$/sD', # only translate this message to other languages if you have to change it @@ -1661,6 +1664,7 @@ Note that using the navigation links will reset this column.', 'mergehistory-comment' => 'Merged [[:$1]] into [[:$2]]: $3', 'mergehistory-same-destination' => 'Source and destination pages cannot be the same', 'mergehistory-reason' => 'Reason:', +'mergehistory-revisionrow' => '$1 ($2) $3 . . $4 $5 $6', # Merge log 'mergelog' => 'Merge log', @@ -2307,6 +2311,7 @@ If the problem persists, contact an [[Special:ListUsers/sysop|administrator]].', 'lockmanager-fail-releaselock' => 'Could not release lock for "$1".', 'lockmanager-fail-db-bucket' => 'Could not contact enough lock databases in bucket $1.', 'lockmanager-fail-db-release' => 'Could not release locks on database $1.', +'lockmanager-fail-svr-acquire' => 'Could not acquire locks on server $1.', 'lockmanager-fail-svr-release' => 'Could not release locks on server $1.', # ZipDirectoryReader @@ -2655,14 +2660,15 @@ Please note that other web sites may link to a file with a direct URL, and so ma 'pubmedurl' => '//www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract', # do not translate or duplicate this message to other languages # Special:Log -'specialloguserlabel' => 'Performer:', -'speciallogtitlelabel' => 'Target (title or user):', -'log' => 'Logs', -'all-logs-page' => 'All public logs', -'alllogstext' => 'Combined display of all available logs of {{SITENAME}}. +'specialloguserlabel' => 'Performer:', +'speciallogtitlelabel' => 'Target (title or user):', +'log' => 'Logs', +'all-logs-page' => 'All public logs', +'alllogstext' => 'Combined display of all available logs of {{SITENAME}}. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).', -'logempty' => 'No matching items in log.', -'log-title-wildcard' => 'Search titles starting with this text', +'logempty' => 'No matching items in log.', +'log-title-wildcard' => 'Search titles starting with this text', +'showhideselectedlogentries' => 'Show/hide selected log entries', # Special:AllPages 'allpages' => 'All pages', @@ -3052,6 +3058,7 @@ It may have already been undeleted.', $1', 'undelete-show-file-confirm' => 'Are you sure you want to view the deleted revision of the file "$1" from $2 at $3?', 'undelete-show-file-submit' => 'Yes', +'undelete-revisionrow' => "$1 $2 $3 $4 . . $5 $6 $7", # Namespace form on various pages 'namespace' => 'Namespace:', @@ -3687,6 +3694,7 @@ This is probably caused by a link to a blacklisted external site.', 'spambot_username' => 'MediaWiki spam cleanup', 'spam_reverting' => 'Reverting to last revision not containing links to $1', 'spam_blanking' => 'All revisions contained links to $1, blanking', +'spam_deleting' => 'All revisions contained links to $1, deleting', # Info page 'pageinfo-title' => 'Information for "$1"', @@ -4426,6 +4434,7 @@ Please confirm that you really want to recreate this page.", 'ellipsis' => '...', # only translate this message to other languages if you have to change it 'percent' => '$1%', # only translate this message to other languages if you have to change it 'parentheses' => '($1)', # only translate this message to other languages if you have to change it +'brackets' => '[$1]', # only translate this message to other languages if you have to change it # Multipage image navigation 'imgmultipageprev' => '← previous page',