summaryrefslogtreecommitdiff
path: root/languages/messages/MessagesEn.php
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2007-01-11 19:06:07 +0000
committerPierre Schmitz <pierre@archlinux.de>2007-01-11 19:06:07 +0000
commita58285fd06c8113c45377c655dd43cef6337e815 (patch)
treedfe31d3d12652352fe44890b4811eda0728faefb /languages/messages/MessagesEn.php
parent20194986f6638233732ba1fc3e838f117d3cc9ea (diff)
Aktualisierung auf MediaWiki 1.9.0
Diffstat (limited to 'languages/messages/MessagesEn.php')
-rw-r--r--languages/messages/MessagesEn.php326
1 files changed, 290 insertions, 36 deletions
diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php
index f6d455e1..209d9217 100644
--- a/languages/messages/MessagesEn.php
+++ b/languages/messages/MessagesEn.php
@@ -1,12 +1,28 @@
<?php
/**
* This is the default English localisation file
+ *
+ * END USERS: DO NOT EDIT THIS FILE DIRECTLY!
+ *
+ * REPEAT!
+ *
+ * DO NOT EDIT THIS FILE DIRECTLY!
+ * NOTHING WILL HAPPEN WHEN YOU DO THAT!
+ *
+ * You can make your customizations on the wiki.
+ * While logged in as a sysop user, go to [[Special:Allmessages]]
+ * and edit the MediaWiki:* pages listed there.
+ *
+ * DO NOT EDIT THIS FILE DIRECTLY OR YOU WILL JUST BE CONFUSED!
*/
/**
* Fallback language, used for all unspecified messages and behaviour. This
* is English by default, for all files other than this one.
+ *
+ * Do NOT set this to false in any other message file! Leave the line out to
+ * accept the default fallback to "en".
*/
$fallback = false;
@@ -144,8 +160,18 @@ $datePreferences = array(
'ISO 8601',
);
+/**
+ * The date format to use for generated dates in the user interface.
+ * This may be one of the above date preferences, or the special value
+ * "dmy or mdy", which uses mdy if $wgAmericanDates is true, and dmy
+ * if $wgAmericanDates is false.
+ */
$defaultDateFormat = 'dmy or mdy';
+/**
+ * Associative array mapping old numeric date formats, which may still be
+ * stored in user preferences, to the new string formats.
+ */
$datePreferenceMigrationMap = array(
'default',
'mdy',
@@ -179,6 +205,9 @@ $dateFormats = array(
'ISO 8601 both' => 'xnY-xnm-xnd"T"xnH:xni:xns',
);
+/**
+ * Default list of book sources
+ */
$bookstoreList = array(
'AddALL' => 'http://www.addall.com/New/Partner.cgi?query=$1&type=ISBN',
'PriceSCAN' => 'http://www.pricescan.com/books/bookDetail.asp?isbn=$1',
@@ -186,10 +215,16 @@ $bookstoreList = array(
'Amazon.com' => 'http://www.amazon.com/exec/obidos/ISBN=$1'
);
-# Note to translators:
-# Please include the English words as synonyms. This allows people
-# from other wikis to contribute more easily.
-#
+/**
+ * Magic words
+ * Customisable syntax for wikitext and elsewhere
+ *
+ * Note to translators:
+ * Please include the English words as synonyms. This allows people
+ * from other wikis to contribute more easily.
+ *
+ * This array can be modified at runtime with the LanguageGetMagic hook
+ */
$magicWords = array(
# ID CASE SYNONYMS
'redirect' => array( 0, '#REDIRECT' ),
@@ -288,7 +323,7 @@ $magicWords = array(
'newsectionlink' => array( 1, '__NEWSECTIONLINK__' ),
'currentversion' => array( 1, 'CURRENTVERSION' ),
'urlencode' => array( 0, 'URLENCODE:' ),
- 'anchorencode' => array( 0, 'ANCHORENCODE' ),
+ 'anchorencode' => array( 0, 'ANCHORENCODE' ),
'currenttimestamp' => array( 1, 'CURRENTTIMESTAMP' ),
'localtimestamp' => array( 1, 'LOCALTIMESTAMP' ),
'directionmark' => array( 1, 'DIRECTIONMARK', 'DIRMARK' ),
@@ -299,9 +334,93 @@ $magicWords = array(
'formatnum' => array( 0, 'FORMATNUM' ),
'padleft' => array( 0, 'PADLEFT' ),
'padright' => array( 0, 'PADRIGHT' ),
+ 'special' => array( 0, 'special', ),
+ 'defaultsort' => array( 1, 'DEFAULTSORT:' ),
+);
+/**
+ * Alternate names of special pages. All names are case-insensitive. The first
+ * listed alias will be used as the default. Aliases from the fallback
+ * localisation (usually English) will be included by default.
+ *
+ * This array may be altered at runtime using the LangugeGetSpecialPageAliases
+ * hook.
+ */
+$specialPageAliases = array(
+ 'DoubleRedirects' => array( 'DoubleRedirects' ),
+ 'BrokenRedirects' => array( 'BrokenRedirects' ),
+ 'Disambiguations' => array( 'Disambiguations' ),
+ 'Userlogin' => array( 'Userlogin' ),
+ 'Userlogout' => array( 'Userlogout' ),
+ 'Preferences' => array( 'Preferences' ),
+ 'Watchlist' => array( 'Watchlist' ),
+ 'Recentchanges' => array( 'Recentchanges' ),
+ 'Upload' => array( 'Upload' ),
+ 'Imagelist' => array( 'Imagelist' ),
+ 'Newimages' => array( 'Newimages' ),
+ 'Listusers' => array( 'Listusers', 'Userlist' ),
+ 'Statistics' => array( 'Statistics' ),
+ 'Randompage' => array( 'Random', 'Randompage' ),
+ 'Lonelypages' => array( 'Lonelypages' ),
+ 'Uncategorizedpages' => array( 'Uncategorizedpages' ),
+ 'Uncategorizedcategories' => array( 'Uncategorizedcategories' ),
+ 'Uncategorizedimages' => array( 'Uncategorizedimages' ),
+ 'Unusedcategories' => array( 'Unusedcategories' ),
+ 'Unusedimages' => array( 'Unusedimages' ),
+ 'Wantedpages' => array( 'Wantedpages' ),
+ 'Wantedcategories' => array( 'Wantedcategories' ),
+ 'Mostlinked' => array( 'Mostlinked' ),
+ 'Mostlinkedcategories' => array( 'Mostlinkedcategories' ),
+ 'Mostcategories' => array( 'Mostcategories' ),
+ 'Mostimages' => array( 'Mostimages' ),
+ 'Mostrevisions' => array( 'Mostrevisions' ),
+ 'Shortpages' => array( 'Shortpages' ),
+ 'Longpages' => array( 'Longpages' ),
+ 'Newpages' => array( 'Newpages' ),
+ 'Ancientpages' => array( 'Ancientpages' ),
+ 'Deadendpages' => array( 'Deadendpages' ),
+ 'Allpages' => array( 'Allpages' ),
+ 'Prefixindex' => array( 'Prefixindex' ) ,
+ 'Ipblocklist' => array( 'Ipblocklist' ),
+ 'Specialpages' => array( 'Specialpages' ),
+ 'Contributions' => array( 'Contributions' ),
+ 'Emailuser' => array( 'Emailuser' ),
+ 'Whatlinkshere' => array( 'Whatlinkshere' ),
+ 'Recentchangeslinked' => array( 'Recentchangeslinked' ),
+ 'Movepage' => array( 'Movepage' ),
+ 'Blockme' => array( 'Blockme' ),
+ 'Booksources' => array( 'Booksources' ),
+ 'Categories' => array( 'Categories' ),
+ 'Export' => array( 'Export' ),
+ 'Version' => array( 'Version' ),
+ 'Allmessages' => array( 'Allmessages' ),
+ 'Log' => array( 'Log', 'Logs' ),
+ 'Blockip' => array( 'Blockip' ),
+ 'Undelete' => array( 'Undelete' ),
+ 'Import' => array( 'Import' ),
+ 'Lockdb' => array( 'Lockdb' ),
+ 'Unlockdb' => array( 'Unlockdb' ),
+ 'Userrights' => array( 'Userrights' ),
+ 'MIMEsearch' => array( 'MIMEsearch' ),
+ 'Unwatchedpages' => array( 'Unwatchedpages' ),
+ 'Listredirects' => array( 'Listredirects' ),
+ 'Listinterwikis' => array( 'Listinterwikis' ),
+ 'Revisiondelete' => array( 'Revisiondelete' ),
+ 'Unusedtemplates' => array( 'Unusedtemplates' ),
+ 'Randomredirect' => array( 'Randomredirect' ),
+ 'Mypage' => array( 'Mypage' ),
+ 'Mytalk' => array( 'Mytalk' ),
+ 'Mycontributions' => array( 'Mycontributions' ),
+ 'Listadmins' => array( 'Listadmins' ),
+ 'Popularpages' => array( 'Popularpages' ),
+ 'Search' => array( 'Search' ),
+ 'Resetpass' => array( 'Resetpass' ),
);
+/**
+ * Regular expression matching the "link trail", e.g. "ed" in [[Toast]]ed, as
+ * the first group, and the remainder of the string as the second group.
+ */
$linkTrail = '/^([a-z]+)(.*)$/sD';
#-------------------------------------------------------------------
@@ -351,6 +470,8 @@ parent class in order maintain consistency across languages.
'tog-editwidth' => 'Edit box has full width',
'tog-watchcreations' => 'Add pages I create to my watchlist',
'tog-watchdefault' => 'Add pages I edit to my watchlist',
+'tog-watchmoves' => 'Add pages I move to my watchlist',
+'tog-watchdeletion' => 'Add pages I delete to my watchlist',
'tog-minordefault' => 'Mark all edits minor by default',
'tog-previewontop' => 'Show preview before edit box',
'tog-previewonfirst' => 'Show preview on first edit',
@@ -365,10 +486,12 @@ parent class in order maintain consistency across languages.
'tog-externaldiff' => 'Use external diff by default',
'tog-showjumplinks' => 'Enable "jump to" accessibility links',
'tog-uselivepreview' => 'Use live preview (JavaScript) (Experimental)',
-'tog-autopatrol' => 'Mark edits I make as patrolled',
'tog-forceeditsummary' => 'Prompt me when entering a blank edit summary',
'tog-watchlisthideown' => 'Hide my edits from the watchlist',
'tog-watchlisthidebots' => 'Hide bot edits from the watchlist',
+'tog-watchlisthideminor' => 'Hide minor edits from the watchlist',
+'tog-nolangconversion' => 'Disable variants conversion',
+'tog-ccmeonemails' => 'Send me copies of emails I send to other users',
'underline-always' => 'Always',
'underline-never' => 'Never',
@@ -429,9 +552,12 @@ parent class in order maintain consistency across languages.
'dec' => 'Dec',
# Bits of text used by many pages:
#
-'categories' => '{{PLURAL:$1|Category|Categories}}',
+'categories' => 'Categories',
+'pagecategories' => '{{PLURAL:$1|Category|Categories}}',
+'pagecategorieslink' => 'Special:Categories',
'category_header' => 'Articles in category "$1"',
'subcategories' => 'Subcategories',
+'category-media-header' => 'Media in category "$1"',
'linkprefix' => '/^(.*?)([a-zA-Z\x80-\xff]+)$/sD',
@@ -530,7 +656,6 @@ parent class in order maintain consistency across languages.
'viewtalkpage' => 'View discussion',
'otherlanguages' => 'In other languages',
'redirectedfrom' => '(Redirected from $1)',
-'autoredircomment' => 'Redirecting to [[$1]]',
'redirectpagesub' => 'Redirect page',
'lastmodifiedat' => 'This page was last modified $2, $1.', //$1 date, $2 time
'viewcount' => 'This page has been accessed {{plural:$1|one time|$1 times}}.',
@@ -557,7 +682,7 @@ parent class in order maintain consistency across languages.
'retrievedfrom' => 'Retrieved from "$1"',
'youhavenewmessages' => 'You have $1 ($2).',
'newmessageslink' => 'new messages',
-'newmessagesdifflink' => 'diff to penultimate revision',
+'newmessagesdifflink' => 'last change',
'editsection'=>'edit',
'editold'=>'edit',
'editsectionhint' => 'Edit section: $1',
@@ -569,6 +694,8 @@ parent class in order maintain consistency across languages.
'restorelink' => '{{PLURAL:$1|one deleted edit|$1 deleted edits}}',
'feedlinks' => 'Feed:',
'feed-invalid' => 'Invalid subscription feed type.',
+'feed-atom' => 'Atom',
+'feed-rss' => 'RSS',
'sitenotice' => '-', # the equivalent to wgSiteNotice
'anonnotice' => '-',
@@ -636,19 +763,19 @@ Please report this to an administrator, making note of the URL.',
'badarticleerror' => 'This action cannot be performed on this page.',
'cannotdelete' => 'Could not delete the page or file specified. (It may have already been deleted by someone else.)',
'badtitle' => 'Bad title',
-'badtitletext' => 'The requested page title was invalid, empty, or an incorrectly linked inter-language or inter-wiki title. It may contain one more characters which cannot be used in titles.',
+'badtitletext' => 'The requested page title was invalid, empty, or an incorrectly linked inter-language or inter-wiki title. It may contain one or more characters which cannot be used in titles.',
'perfdisabled' => 'Sorry! This feature has been temporarily disabled because it slows the database down to the point that no one can use the wiki.',
'perfdisabledsub' => 'Here is a saved copy from $1:', # obsolete?
'perfcached' => 'The following data is cached and may not be up to date.',
'perfcachedts' => 'The following data is cached, and was last updated $1.',
+'querypage-no-updates' => 'Updates for this page are currently disabled. Data here will not presently be refreshed.',
'wrong_wfQuery_params' => 'Incorrect parameters to wfQuery()<br />
Function: $1<br />
Query: $2',
'viewsource' => 'View source',
'viewsourcefor' => 'for $1',
-'protectedtext' => 'This page has been locked to prevent editing.
-
-You can view and copy the source of this page:',
+'protectedpagetext' => 'This page has been locked to prevent editing.',
+'viewsourcetext' => 'You can view and copy the source of this page:',
'protectedinterface' => 'This page provides interface text for the software, and is locked to prevent abuse.',
'editinginterface' => "'''Warning:''' You are editing a page which is used to provide interface text for the software. Changes to this page will affect the appearance of the user interface for other users.",
'sqlhidden' => '(SQL query hidden)',
@@ -727,9 +854,14 @@ your old password.',
'passwordsent' => 'A new password has been sent to the e-mail address
registered for "$1".
Please log in again after you receive it.',
+'blocked-mailpassword' => 'Your IP address is blocked from editing, and so
+is not allowed to use the password recovery function to prevent abuse.',
'eauthentsent' => 'A confirmation e-mail has been sent to the nominated e-mail address.
Before any other mail is sent to the account, you will have to follow the instructions in the e-mail,
to confirm that the account is actually yours.',
+'throttled-mailpassword' => 'A password reminder has already been sent, within the
+last $1 hours. To prevent abuse, only one password reminder will be sent per
+$1 hours.',
'loginend' => '',
'signupend' => '{{int:loginend}}',
'mailerror' => 'Error sending mail: $1',
@@ -744,6 +876,18 @@ format. Please enter a well-formatted address or empty that field.',
'accountcreated' => 'Account created',
'accountcreatedtext' => 'The user account for $1 has been created.',
+# Password reset dialog
+'resetpass' => 'Reset account password',
+'resetpass_announce' => 'You logged in with a temporary e-mailed code. To finish logging in, you must set a new password here:',
+'resetpass_text' => "<!-- Add text here -->",
+'resetpass_header' => 'Reset password',
+'resetpass_submit' => 'Set password and log in',
+'resetpass_success' => 'Your password has been changed successfully! Now logging you in...',
+'resetpass_bad_temporary' => 'Invalid temporary password. You may have already successfully changed your password or requested a new temporary password.',
+'resetpass_forbidden' => 'Passwords cannot be changed on this wiki',
+'resetpass_missing' => 'No form data.',
+
+
# Edit page toolbar
'bold_sample'=>'Bold text',
'bold_tip'=>'Bold text',
@@ -780,6 +924,9 @@ format. Please enter a well-formatted address or empty that field.',
'anoneditwarning' => "'''Warning:''' You are not logged in. Your IP address will be recorded in this page's edit history.",
'missingsummary' => "'''Reminder:''' You have not provided an edit summary. If you click Save again, your edit will be saved without one.",
'missingcommenttext' => 'Please enter a comment below.',
+'missingcommentheader' => "'''Reminder:''' You have not provided a subject/headline for this comment. If you click Save again, your edit will be saved without one.",
+'summary-preview' => 'Summary preview',
+'subject-preview' => 'Subject/headline preview',
'blockedtitle' => 'User is blocked',
'blockedtext' => "<big>'''Your user name or IP address has been blocked.'''</big>
@@ -787,7 +934,7 @@ The block was made by $1. The reason given is ''$2''.
You can contact $1 or another [[{{ns:project}}:Administrators|administrator]] to discuss the block.
You cannot use the 'email this user' feature unless a valid email address is specified in your
-[[Special:Preferences|account preferences]]. Your current IP address is $3. Please include this in any queries.",
+[[Special:Preferences|account preferences]]. Your current IP address is $3, and the block ID is #$5. Please include either or both of these in any queries.",
'blockedoriginalsource' => "The source of '''$1''' is shown below:",
'blockededitsource' => "The text of '''your edits''' to '''$1''' is shown below:",
'whitelistedittitle' => 'Login required to edit',
@@ -867,10 +1014,21 @@ the text into a text file and save it for later.</strong>',
'protectedpagewarning' => "<strong>WARNING: This page has been locked so that only users with sysop privileges can edit it.</strong>",
'semiprotectedpagewarning' => "'''Note:''' This page has been locked so that only registered users can edit it.",
'templatesused' => 'Templates used on this page:',
+'templatesusedpreview' => 'Templates used in this preview:',
+'templatesusedsection' => 'Templates used in this section:',
+'template-protected' => '(protected)',
+'template-semiprotected' => '(semi-protected)',
'edittools' => '<!-- Text here will be shown below edit and upload forms. -->',
'nocreatetitle' => 'Page creation limited',
'nocreatetext' => 'This site has restricted the ability to create new pages.
You can go back and edit an existing page, or [[Special:Userlogin|log in or create an account]].',
+
+# "Undo" feature
+'undo-success' => 'The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.',
+'undo-failure' => 'The edit could not be undone due to conflicting intermediate edits.',
+'undo-summary' => 'Undo revision $1 by [[Special:Contributions/$2]] ([[User talk:$2]])',
+
+# Account creation failure
'cantcreateaccounttitle' => 'Can\'t create account',
'cantcreateaccounttext' => 'Account creation from this IP address (<b>$1</b>) has been blocked.
This is probably due to persistent vandalism from your school or Internet service
@@ -887,7 +1045,8 @@ Please check the URL you used to access this page.",
'loadhist' => 'Loading page history',
'currentrev' => 'Current revision',
'revisionasof' => 'Revision as of $1',
-'old-revision-navigation' => 'Revision as of $1; $5<br />($6) $3 | $2 | $4 ($7)',
+'revision-info' => 'Revision as of $1 by $2',
+'revision-nav' => '($1) $2 | $3 ($4) | $5 ($6)',
'previousrevision' => '←Older revision',
'nextrevision' => 'Newer revision→',
'currentrevisionlink' => 'Current revision',
@@ -916,6 +1075,7 @@ there may be details in the [{{fullurl:Special:Log/delete|page={{PAGENAMEE}}}} d
#'rev-delundel' => 'del/undel',
'rev-delundel' => 'show/hide',
+
'history-feed-title' => 'Revision history',
'history-feed-description' => 'Revision history for this page on the wiki',
'history-feed-item-nocomment' => '$1 at $2', # user at time
@@ -949,11 +1109,13 @@ is placed by the site operators.",
#
'difference' => '(Difference between revisions)',
'loadingrev' => 'loading revision for diff',
-'lineno' => "Line $1:",
+'lineno' => "Line $1:",
'editcurrent' => 'Edit the current version of this page',
'selectnewerversionfordiff' => 'Select a newer version for comparison',
'selectolderversionfordiff' => 'Select an older version for comparison',
'compareselectedversions' => 'Compare selected versions',
+'editundo' => 'undo',
+'diff-multi' => "({{plural:$1|One intermediate revision|$1 intermediate revisions}} not shown.)",
# Search results
#
@@ -1093,6 +1255,7 @@ Unselected groups will not be changed. You can deselect a group with CTRL + Left
'recentchanges' => 'Recent changes',
'recentchanges-url' => 'Special:Recentchanges',
'recentchangestext' => 'Track the most recent changes to the wiki on this page.',
+'recentchanges-feed-description' => 'Track the most recent changes to the wiki in this feed.',
'rcnote' => "Below are the last <strong>$1</strong> changes in the last <strong>$2</strong> days, as of $3.",
'rcnotefrom' => "Below are the changes since <b>$2</b> (up to <b>$1</b> shown).",
'rclistfrom' => "Show new changes starting from $1",
@@ -1115,6 +1278,7 @@ Unselected groups will not be changed. You can deselect a group with CTRL + Left
'number_of_watching_users_pageview' => '[$1 watching user/s]',
'rc_categories' => 'Limit to categories (separate with "|")',
'rc_categories_any' => 'Any',
+'rc-change-size' => '$1',
# Upload
#
@@ -1150,7 +1314,7 @@ To include the image in a page, use a link in the form
'illegalfilename' => 'The filename "$1" contains characters that are not allowed in page titles. Please rename the file and try uploading it again.',
'badfilename' => 'File name has been changed to "$1".',
'badfiletype' => "\".$1\" is not a recommended image file format.",
-'largefile' => 'It is recommended that files do not exceed $1 bytes in size; this file is $2 bytes',
+'large-file' => 'It is recommended that files are no larger than $1; this file is $2.',
'largefileserver' => 'This file is bigger than the server is configured to allow.',
'emptyfile' => 'The file you uploaded seems to be empty. This might be due to a typo in the file name. Please check whether you really want to upload this file.',
'fileexists' => 'A file with this name exists already, please check $1 if you are not sure if you want to change it.',
@@ -1174,6 +1338,18 @@ created and by whom, and anything else you may know about it. If this is an imag
'watchthisupload' => 'Watch this page',
'filewasdeleted' => 'A file of this name has been previously uploaded and subsequently deleted. You should check the $1 before proceeding to upload it again.',
+'upload-proto-error' => 'Incorrect protocol',
+'upload-proto-error-text' => 'Remote upload requires URLs beginning with <code>http://</code> or <code>ftp://</code>.',
+'upload-file-error' => 'Internal error',
+'upload-file-error-text' => 'An internal error occurred when attempting to create a temporary file on the server. Please contact a system administrator.',
+'upload-misc-error' => 'Unknown upload error',
+'upload-misc-error-text' => 'An unknown error occurred during the upload. Please verify that the URL is valid and accessible and try again. If the problem persists, contact a system administrator.',
+# Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html>
+'upload-curl-error6' => "Couldn't reach URL",
+'upload-curl-error6-text' => 'The URL provided could not be reached. Please double-check that the URL is correct and the site is up.',
+'upload-curl-error28' => 'Upload timeout',
+'upload-curl-error28-text' => 'The site took too long to respond. Please check the site is up, wait a short while and try again. You may want to try at a less busy time.',
+
'license' => 'Licensing',
'nolicense' => 'None selected',
'licenses' => '-', # Don't duplicate this in translations
@@ -1238,6 +1414,7 @@ this old version, (rev) = revert to this old version.
# Unused templates
'unusedtemplates' => 'Unused templates',
+'unusedtemplates-summary' => '',
'unusedtemplatestext' => 'This page lists all pages in the template namespace which are not included in another page. Remember to check for other links to the templates before deleting them.',
'unusedtemplateswlh' => 'other links',
@@ -1267,13 +1444,16 @@ The [http://meta.wikimedia.org/wiki/Help:Job_queue job queue] length is '''$7'''
'statistics-mostpopular' => 'Most viewed pages',
'disambiguations' => 'Disambiguation pages',
+'disambiguations-summary' => '',
'disambiguationspage' => 'Template:disambig',
'disambiguationstext' => "The following pages link to a <i>disambiguation page</i>. They should link to the appropriate topic instead.<br />A page is treated as disambiguation if it is linked from $1.<br />Links from other namespaces are <i>not</i> listed here.",
'doubleredirects' => 'Double redirects',
+'doubleredirects-summary' => '',
'doubleredirectstext' => "Each row contains links to the first and second redirect, as well as the first line of the second redirect text, usually giving the \"real\" target page, which the first redirect should point to.",
'brokenredirects' => 'Broken redirects',
+'brokenredirects-summary' => '',
'brokenredirectstext' => 'The following redirects link to non-existent pages:',
@@ -1287,6 +1467,7 @@ The [http://meta.wikimedia.org/wiki/Help:Job_queue job queue] length is '''$7'''
'nviews' => '$1 {{PLURAL:$1|view|views}}',
'lonelypages' => 'Orphaned pages',
+'lonelypages-summary' => '',
'lonelypagestext' => 'The following pages are not linked from other pages in this wiki.',
'uncategorizedpages' => 'Uncategorized pages',
'uncategorizedpages-summary' => '',
@@ -1323,6 +1504,7 @@ The [http://meta.wikimedia.org/wiki/Help:Job_queue job queue] length is '''$7'''
'longpages' => 'Long pages',
'longpages-summary' => '',
'deadendpages' => 'Dead-end pages',
+'deadendpages-summary' => '',
'deadendpagestext' => 'The following pages do not link to other pages in this wiki.',
'listusers' => 'User list',
'listusers-summary' => '',
@@ -1345,17 +1527,21 @@ a direct URL, and so may still be listed here despite being
in active use.</p>',
'unusedcategoriestext' => 'The following category pages exist although no other article or category make use of them.',
+# Book sources
'booksources' => 'Book sources',
'booksources-summary' => '',
+'booksources-search-legend' => 'Search for book sources',
+'booksources-isbn' => 'ISBN:',
+'booksources-go' => 'Go',
+'booksources-text' => 'Below is a list of links to other sites that sell new and used books, and may also have
+further information about books you are looking for:',
+
'categoriespagetext' => 'The following categories exist in the wiki.',
'data' => 'Data',
'userrights' => 'User rights management',
'userrights-summary' => '',
'groups' => 'User groups',
-'booksourcetext' => "Below is a list of links to other sites that
-sell new and used books, and may also have further information
-about books you are looking for.",
'isbn' => 'ISBN',
'rfcurl' => 'http://www.ietf.org/rfc/rfc$1.txt',
'pubmedurl' => 'http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=pubmed&dopt=Abstract&list_uids=$1',
@@ -1369,6 +1555,7 @@ You can narrow down the view by selecting a log type, the user name, or the affe
# Special:Allpages
'nextpage' => 'Next page ($1)',
+'prevpage' => 'Previous page ($1)',
'allpagesfrom' => 'Display pages starting at:',
'allarticles' => 'All articles',
'allinnamespace' => 'All pages ($1 namespace)',
@@ -1377,12 +1564,12 @@ You can narrow down the view by selecting a log type, the user name, or the affe
'allpagesnext' => 'Next',
'allpagessubmit' => 'Go',
'allpagesprefix' => 'Display pages with prefix:',
-'allpagesbadtitle' => 'The given page title was invalid or had an inter-language or inter-wiki prefix. It may contain one more characters which cannot be used in titles.',
+'allpagesbadtitle' => 'The given page title was invalid or had an inter-language or inter-wiki prefix. It may contain one or more characters which cannot be used in titles.',
# Special:Listusers
'listusersfrom' => 'Display users starting at:',
-# E this user
+# Email this user
#
'mailnologin' => 'No send address',
'mailnologintext' => "You must be [[Special:Userlogin|logged in]]
@@ -1405,6 +1592,8 @@ or has chosen not to receive e-mail from other users.',
'emailsubject' => 'Subject',
'emailmessage' => 'Message',
'emailsend' => 'Send',
+'emailccme' => 'E-mail me a copy of my message.',
+'emailccsubject'=> 'Copy of your message to $1: $2',
'emailsent' => 'E-mail sent',
'emailsenttext' => 'Your e-mail message has been sent.',
@@ -1453,9 +1642,16 @@ at the bottom of the screen (deleting a content page also deletes the accompanyi
'wlnote' => 'Below are the last $1 changes in the last <b>$2</b> hours.',
'wlshowlast' => 'Show last $1 hours $2 days $3',
'wlsaved' => 'This is a saved version of your watchlist.',
-'wlhideshowown' => '$1 my edits',
-'wlhideshowbots' => '$1 bot edits',
+'watchlist-show-bots' => 'Show bot edits',
+'watchlist-hide-bots' => 'Hide bot edits',
+'watchlist-show-own' => 'Show my edits',
+'watchlist-hide-own' => 'Hide my edits',
+'watchlist-show-minor' => 'Show minor edits',
+'watchlist-hide-minor' => 'Hide minor edits',
'wldone' => 'Done.',
+# Displayed when you click the "watch" button and it's in the process of watching
+'watching' => 'Watching...',
+'unwatching' => 'Unwatching...',
'enotif_mailer' => '{{SITENAME}} Notification Mailer',
'enotif_reset' => 'Mark all pages visited',
@@ -1518,7 +1714,7 @@ See $2 for a record of recent deletions.",
'rollbacklink' => 'rollback',
'rollbackfailed' => 'Rollback failed',
'cantrollback' => 'Cannot revert edit; last contributor is only author of this page.',
-'alreadyrolled' => "Cannot rollback last edit of [[$1]]
+'alreadyrolled' => "Cannot rollback last edit of [[:$1]]
by [[User:$2|$2]] ([[User talk:$2|Talk]]); someone else has edited or rolled back the page already.
Last edit was by [[User:$3|$3]] ([[User talk:$3|Talk]]).",
@@ -1574,6 +1770,8 @@ will not be automatically replaced.',
shown in the summary below, along with details of the users who had edited this page
before deletion. The actual text of these deleted revisions is only available to administrators.',
'undeleterevision' => "Deleted revision as of $1",
+'undeleterevision-missing' => "Invalid or missing revision. You may have a bad link, or the
+revision may have been restored or removed from the archive.",
'undeletebtn' => 'Restore',
'undeletereset' => 'Reset',
'undeletecomment' => 'Comment:',
@@ -1601,14 +1799,14 @@ Consult the [[Special:Log/delete|deletion log]] for a record of recent deletions
'uctop' => ' (top)' ,
'newbies' => 'newbies',
-'sp-newimages-showfrom' => 'Show new images starting from $1',
-
'sp-contributions-newest' => 'Newest',
'sp-contributions-oldest' => 'Oldest',
'sp-contributions-newer' => 'Newer $1',
'sp-contributions-older' => 'Older $1',
'sp-contributions-newbies-sub' => 'For newbies',
+'sp-contributions-blocklog' => 'Block log',
+'sp-newimages-showfrom' => 'Show new images starting from $1',
# What links here
#
@@ -1639,6 +1837,7 @@ pages that were vandalized).",
'ipbreason' => 'Reason',
'ipbanononly' => 'Block anonymous users only',
'ipbcreateaccount' => 'Prevent account creation',
+'ipbenableautoblock' => 'Automatically block the last IP address used by this user, and any subsequent addresses they try to edit from',
'ipbsubmit' => 'Block this user',
'ipbother' => 'Other time',
'ipboptions' => '2 hours:2 hours,1 day:1 day,3 days:3 days,1 week:1 week,2 weeks:2 weeks,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year,infinite:infinite',
@@ -1658,6 +1857,7 @@ to a previously blocked IP address or username.',
'infiniteblock' => 'infinite',
'expiringblock' => 'expires $1',
'anononlyblock' => 'anon. only',
+'noautoblockblock' => 'autoblock disabled',
'createaccountblock' => 'account creation blocked',
'ipblocklistempty' => 'The blocklist is empty.',
'blocklink' => 'block',
@@ -1678,9 +1878,9 @@ the list of currently operational bans and blocks.',
'ipb_cant_unblock' => 'Error: Block ID $1 not found. It may have been unblocked already.',
'proxyblockreason' => 'Your IP address has been blocked because it is an open proxy. Please contact your Internet service provider or tech support and inform them of this serious security problem.',
'proxyblocksuccess' => 'Done.',
-'sorbs' => 'SORBS DNSBL',
-'sorbsreason' => 'Your IP address is listed as an open proxy in the [http://www.sorbs.net SORBS] DNSBL.',
-'sorbs_create_account_reason' => 'Your IP address is listed as an open proxy in the [http://www.sorbs.net SORBS] DNSBL. You cannot create an account',
+'sorbs' => 'DNSBL',
+'sorbsreason' => 'Your IP address is listed as an open proxy in the DNSBL used by this site.',
+'sorbs_create_account_reason' => 'Your IP address is listed as an open proxy in the DNSBL used by this site. You cannot create an account',
# Developer tools
@@ -1761,6 +1961,7 @@ In those cases, you will have to move or merge the page manually if desired.',
'movenologintext' => "You must be a registered user and [[Special:Userlogin|logged in]]
to move a page.",
'newtitle' => 'To new title',
+'move-watch' => 'Watch this page',
'movepagebtn' => 'Move page',
'pagemovedsub' => 'Move succeeded',
'pagemovedtext' => "Page \"[[$1]]\" moved to \"[[$2]]\".",
@@ -1852,7 +2053,7 @@ All transwiki import actions are logged at the [[Special:Log/import|import log]]
# import log
'importlogpage' => 'Import log',
'importlogpagetext' => 'Administrative imports of pages with edit history from other wikis.',
-'import-logentry-upload' => 'imported $1 by file upload',
+'import-logentry-upload' => 'imported [[$1]] by file upload',
'import-logentry-upload-detail' => '$1 revision(s)',
'import-logentry-interwiki' => 'transwikied $1',
'import-logentry-interwiki-detail' => '$1 revision(s) from $2',
@@ -1877,8 +2078,8 @@ All transwiki import actions are logged at the [[Special:Log/import|import log]]
'tooltip-watch' => 'Add this page to your watchlist [alt-w]',
# stylesheets
-'Common.css' => '/** CSS placed here will be applied to all skins */',
-'Monobook.css' => '/* CSS placed here will affect users of the Monobook skin */',
+'common.css' => '/** CSS placed here will be applied to all skins */',
+'monobook.css' => '/* CSS placed here will affect users of the Monobook skin */',
# Metadata
'nodublincore' => 'Dublin Core RDF metadata disabled for this server.',
@@ -1904,6 +2105,7 @@ All transwiki import actions are logged at the [[Special:Log/import|import log]]
'spamprotectionmatch' => 'The following text is what triggered our spam filter: $1',
'subcategorycount' => "There {{PLURAL:$1|is one subcategory|are $1 subcategories}} to this category.",
'categoryarticlecount' => "There {{PLURAL:$1|is one article|are $1 articles}} in this category.",
+'category-media-count' => "There {{PLURAL:$1|is one file|are $1 files}} in this category.",
'listingcontinuesabbrev' => " cont.",
'spambot_username' => 'MediaWiki spam cleanup',
'spam_reverting' => 'Reverting to last version not containing links to $1',
@@ -1935,9 +2137,10 @@ All transwiki import actions are logged at the [[Special:Log/import|import log]]
'rcpatroldisabledtext' => "The Recent Changes Patrol feature is currently disabled.",
'markedaspatrollederror' => "Cannot mark as patrolled",
'markedaspatrollederrortext' => "You need to specify a revision to mark as patrolled.",
+'markedaspatrollederror-noautopatrol' => 'You are not allowed to mark your own changes as patrolled.',
# Monobook.js: tooltips and access keys for monobook
-'Monobook.js' => '/* tooltips and access keys */
+'monobook.js' => '/* tooltips and access keys */
var ta = new Object();
ta[\'pt-userpage\'] = new Array(\'.\',\'My user page\');
ta[\'pt-anonuserpage\'] = new Array(\'.\',\'The user page for the ip you\\\'re editing as\');
@@ -1948,7 +2151,7 @@ ta[\'pt-watchlist\'] = new Array(\'l\',\'The list of pages you\\\'re monitoring
ta[\'pt-mycontris\'] = new Array(\'y\',\'List of my contributions\');
ta[\'pt-login\'] = new Array(\'o\',\'You are encouraged to log in, it is not mandatory however.\');
ta[\'pt-anonlogin\'] = new Array(\'o\',\'You are encouraged to log in, it is not mandatory however.\');
-ta[\'pt-logout\'] = new Array(\'o\',\'Log out\');
+ta[\'pt-logout\'] = new Array(\'\',\'Log out\');
ta[\'ca-talk\'] = new Array(\'t\',\'Discussion about the content page\');
ta[\'ca-edit\'] = new Array(\'e\',\'You can edit this page. Please use the preview button before saving.\');
ta[\'ca-addsection\'] = new Array(\'+\',\'Add a comment to this discussion.\');
@@ -1988,6 +2191,9 @@ ta[\'ca-nstab-template\'] = new Array(\'c\',\'View the template\');
ta[\'ca-nstab-help\'] = new Array(\'c\',\'View the help page\');
ta[\'ca-nstab-category\'] = new Array(\'c\',\'View the category page\');',
+# Common.js: contains nothing but a placeholder comment
+'common.js' => '/* Any JavaScript here will be loaded for all users on every page load. */',
+
# image deletion
'deletedrevision' => 'Deleted old revision $1.',
@@ -2183,6 +2389,8 @@ is collapsed. Others will be hidden by default.
'exif-compression-1' => 'Uncompressed',
'exif-compression-6' => 'JPEG',
+'exif-unknowndate' => 'Unknown date',
+
'exif-photometricinterpretation-2' => 'RGB',
'exif-photometricinterpretation-6' => 'YCbCr',
@@ -2348,9 +2556,19 @@ is collapsed. Others will be hidden by default.
before using e-mail features. Activate the button below to send a confirmation
mail to your address. The mail will include a link containing a code; load the
link in your browser to confirm that your e-mail address is valid.",
+'confirmemail_pending' => '<div class="error">
+A confirmation code has already been e-mailed to you; if you recently
+created your account, you may wish to wait a few minutes for it to
+arrive before trying to request a new code.
+</div>',
'confirmemail_send' => 'Mail a confirmation code',
'confirmemail_sent' => 'Confirmation e-mail sent.',
-'confirmemail_sendfailed' => 'Could not send confirmation mail. Check address for invalid characters.',
+'confirmemail_oncreate' => 'A confirmation code was sent to your e-mail address.
+This code is not required to log in, but you will need to provide it before
+enabling any e-mail-based features in the wiki.',
+'confirmemail_sendfailed' => 'Could not send confirmation mail. Check address for invalid characters.
+
+Mailer returned: $1',
'confirmemail_invalid' => 'Invalid confirmation code. The code may have expired.',
'confirmemail_needlogin' => 'You need to $1 to confirm your email address.',
'confirmemail_success' => 'Your e-mail address has been confirmed. You may now log in and enjoy the wiki.',
@@ -2452,6 +2670,42 @@ Please confirm that really want to recreate this page.',
'table_pager_limit_submit' => 'Go',
'table_pager_empty' => 'No results',
+# Auto-summaries
+'autosumm-blank' => 'Removing all content from page',
+'autosumm-replace' => 'Replacing page with \'$1\'',
+'autoredircomment' => 'Redirecting to [[$1]]', # This should be changed to the new naming convention, but existed beforehand.
+'autosumm-new' => 'New page: $1',
+
+# Autoblock whitelist
+'autoblock_whitelist' => 'AOL http://webmaster.info.aol.com/proxyinfo.html
+*64.12.96.0/19
+*149.174.160.0/20
+*152.163.240.0/21
+*152.163.248.0/22
+*152.163.252.0/23
+*152.163.96.0/22
+*152.163.100.0/23
+*195.93.32.0/22
+*195.93.48.0/22
+*195.93.64.0/19
+*195.93.96.0/19
+*195.93.16.0/20
+*198.81.0.0/22
+*198.81.16.0/20
+*198.81.8.0/23
+*202.67.64.128/25
+*205.188.192.0/20
+*205.188.208.0/23
+*205.188.112.0/20
+*205.188.146.144/30
+*207.200.112.0/21',
+
+# Size units
+'size-bytes' => '$1 B',
+'size-kilobytes' => '$1 KB',
+'size-megabytes' => '$1 MB',
+'size-gigabytes' => '$1 GB',
+
);
?>