summaryrefslogtreecommitdiff
path: root/maintenance/language/messages.inc
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/language/messages.inc')
-rw-r--r--maintenance/language/messages.inc197
1 files changed, 181 insertions, 16 deletions
diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc
index bee5a67c..29269175 100644
--- a/maintenance/language/messages.inc
+++ b/maintenance/language/messages.inc
@@ -28,7 +28,6 @@ $wgMessageStructure = array(
),
'toggles' => array(
'tog-underline',
- 'tog-highlightbroken',
'tog-justify',
'tog-hideminor',
'tog-hidepatrolled',
@@ -68,7 +67,6 @@ $wgMessageStructure = array(
'tog-watchlisthideliu',
'tog-watchlisthideanons',
'tog-watchlisthidepatrolled',
- 'tog-nolangconversion',
'tog-ccmeonemails',
'tog-diffonly',
'tog-showhiddencats',
@@ -158,6 +156,7 @@ $wgMessageStructure = array(
'index-category',
'noindex-category',
'broken-file-category',
+ 'categoryviewer-pagedlinks',
),
'mainpage' => array(
'linkprefix',
@@ -306,6 +305,10 @@ $wgMessageStructure = array(
'youhavenewmessages',
'newmessageslink',
'newmessagesdifflink',
+ 'youhavenewmessagesfromusers',
+ 'youhavenewmessagesmanyusers',
+ 'newmessageslinkplural',
+ 'newmessagesdifflinkplural',
'youhavenewmessagesmulti',
'newtalkseparator',
'editsection',
@@ -368,9 +371,9 @@ $wgMessageStructure = array(
'readonly',
'enterlockreason',
'readonlytext',
- 'missing-article',
- 'missingarticle-rev',
- 'missingarticle-diff',
+ 'missing-article', // not used anymore in core, but kept for extensions
+ 'missingarticle-rev', // not used anymore in core, but kept for extensions
+ 'missingarticle-diff', // not used anymore in core, but kept for extensions
'readonly_lag',
'internalerror',
'internalerror_info',
@@ -387,6 +390,7 @@ $wgMessageStructure = array(
'badarticleerror',
'cannotdelete',
'cannotdelete-title',
+ 'delete-hook-aborted',
'badtitle',
'badtitletext',
'perfcached',
@@ -409,6 +413,11 @@ $wgMessageStructure = array(
'customjsprotected',
'ns-specialprotected',
'titleprotected',
+ 'filereadonlyerror',
+ 'invalidtitle-knownnamespace',
+ 'invalidtitle-unknownnamespace',
+ 'exception-nologin',
+ 'exception-nologin-text',
),
'virus' => array(
'virus-badscanner',
@@ -424,6 +433,7 @@ $wgMessageStructure = array(
'remembermypassword',
'securelogin-stick-https',
'yourdomainname',
+ 'password-change-forbidden',
'externaldberror',
'login',
'nav-login-createaccount',
@@ -432,6 +442,7 @@ $wgMessageStructure = array(
'userloginnocreate',
'logout',
'userlogout',
+ 'userlogout-summary',
'notloggedin',
'nologin',
'nologinlink',
@@ -484,6 +495,7 @@ $wgMessageStructure = array(
'emailconfirmlink',
'invalidemailaddress',
'cannotchangeemail',
+ 'emaildisabled',
'accountcreated',
'accountcreatedtext',
'createaccount-title',
@@ -539,6 +551,7 @@ $wgMessageStructure = array(
),
'changeemail' => array(
'changeemail',
+ 'changeemail-summary',
'changeemail-header',
'changeemail-text',
'changeemail-no-info',
@@ -606,6 +619,7 @@ $wgMessageStructure = array(
'noarticletext',
'noarticletext-nopermission',
'noarticletextanon',
+ 'missing-revision',
'userpage-userdoesnotexist',
'userpage-userdoesnotexist-view',
'blocked-notice-logextract',
@@ -620,12 +634,14 @@ $wgMessageStructure = array(
'updated',
'note',
'previewnote',
+ 'continue-editing',
'previewconflict',
'session_fail_preview',
'session_fail_preview_html',
'token_suffix_mismatch',
'edit_form_incomplete',
'editing',
+ 'creating',
'editingsection',
'editingcomment',
'editconflict',
@@ -637,6 +653,7 @@ $wgMessageStructure = array(
'yourdiff',
'copyrightwarning',
'copyrightwarning2',
+ 'editpage-head-copy-warn',
'editpage-tos-summary',
'longpage-hint',
'longpageerror',
@@ -671,6 +688,7 @@ $wgMessageStructure = array(
'edit-already-exists',
'addsection-preload',
'addsection-editintro',
+ 'defaultmessagetext',
),
'parserwarnings' => array(
'expensive-parserfunction-warning',
@@ -682,6 +700,13 @@ $wgMessageStructure = array(
'parser-template-loop-warning',
'parser-template-recursion-depth-warning',
'language-converter-depth-warning',
+ 'node-count-exceeded-category',
+ 'node-count-exceeded-warning',
+ 'expansion-depth-exceeded-category',
+ 'expansion-depth-exceeded-warning',
+ 'parser-unstrip-loop-warning',
+ 'parser-unstrip-recursion-limit',
+ 'converter-manual-rule-error',
),
'undo' => array(
'undo-success',
@@ -818,7 +843,8 @@ $wgMessageStructure = array(
'mergehistory-autocomment',
'mergehistory-comment',
'mergehistory-same-destination',
- 'mergehistory-reason'
+ 'mergehistory-reason',
+ 'mergehistory-revisionrow'
),
'mergelog' => array(
'mergelog',
@@ -828,7 +854,8 @@ $wgMessageStructure = array(
),
'diffs' => array(
'history-title',
- 'difference',
+ 'difference-title',
+ 'difference-title-multipage',
'difference-multipage',
'lineno',
'compareselectedversions',
@@ -836,6 +863,7 @@ $wgMessageStructure = array(
'editundo',
'diff-multi',
'diff-multi-manyusers',
+ 'difference-missing-revision',
),
'search' => array(
'search-summary',
@@ -882,8 +910,6 @@ $wgMessageStructure = array(
'search-interwiki-default',
'search-interwiki-custom',
'search-interwiki-more',
- 'search-mwsuggest-enabled',
- 'search-mwsuggest-disabled',
'search-relatedarticle',
'mwsuggest-disable',
'searcheverything-enable',
@@ -926,12 +952,14 @@ $wgMessageStructure = array(
'prefsnologin',
'prefsnologintext',
'changepassword',
+ 'changepassword-summary',
'prefs-skin',
'skin-preview',
'datedefault',
'prefs-beta',
'prefs-datetime',
'prefs-labs',
+ 'prefs-user-pages',
'prefs-personal',
'prefs-rc',
'prefs-watchlist',
@@ -1112,6 +1140,7 @@ $wgMessageStructure = array(
'right-writeapi',
'right-delete',
'right-bigdelete',
+ 'right-deletelogentry',
'right-deleterevision',
'right-deletedhistory',
'right-deletedtext',
@@ -1197,6 +1226,7 @@ $wgMessageStructure = array(
'recentchanges',
'recentchanges-url',
'recentchanges-legend',
+ 'recentchanges-summary',
'recentchangestext',
'recentchanges-feed-description',
'recentchanges-label-newpage',
@@ -1346,6 +1376,7 @@ $wgMessageStructure = array(
'upload-too-many-redirects',
'upload-unknown-size',
'upload-http-error',
+ 'upload-copy-upload-invalid-domain',
),
'filebackend-errors' => array(
@@ -1365,12 +1396,19 @@ $wgMessageStructure = array(
'backend-fail-closetemp',
'backend-fail-read',
'backend-fail-create',
+ 'backend-fail-maxsize',
'backend-fail-readonly',
'backend-fail-synced',
'backend-fail-connect',
'backend-fail-internal',
'backend-fail-contenttype',
- 'backend-fail-batchsize'
+ 'backend-fail-batchsize',
+ 'backend-fail-usable'
+ ),
+
+ 'filejournal-errors' => array(
+ 'filejournal-fail-dbconnect',
+ 'filejournal-fail-dbquery'
),
'lockmanager-errors' => array(
@@ -1379,9 +1417,11 @@ $wgMessageStructure = array(
'lockmanager-fail-deletelock',
'lockmanager-fail-acquirelock',
'lockmanager-fail-openlock',
+ 'lockmanager-fail-acquirelock',
'lockmanager-fail-releaselock',
'lockmanager-fail-db-bucket',
'lockmanager-fail-db-release',
+ 'lockmanager-fail-svr-acquire',
'lockmanager-fail-svr-release'
),
@@ -1484,6 +1524,8 @@ $wgMessageStructure = array(
'sharedupload',
'sharedupload-desc-there',
'sharedupload-desc-here',
+ 'sharedupload-desc-edit',
+ 'sharedupload-desc-create',
'shareddescriptionfollows',
'filepage-nofile',
'filepage-nofile-link',
@@ -1492,6 +1534,7 @@ $wgMessageStructure = array(
'shared-repo',
'shared-repo-name-wikimediacommons',
'filepage.css',
+ 'upload-disallowed-here',
),
'filerevert' => array(
'filerevert',
@@ -1607,6 +1650,7 @@ $wgMessageStructure = array(
'specialpages' => array(
'nbytes',
'ncategories',
+ 'ninterwikis',
'nlinks',
'nmembers',
'nrevisions',
@@ -1627,7 +1671,9 @@ $wgMessageStructure = array(
'uncategorizedtemplates',
'uncategorizedtemplates-summary',
'unusedcategories',
+ 'unusedcategories-summary',
'unusedimages',
+ 'unusedimages-summary',
'popularpages',
'popularpages-summary',
'wantedcategories',
@@ -1651,6 +1697,8 @@ $wgMessageStructure = array(
'mostcategories-summary',
'mostimages',
'mostimages-summary',
+ 'mostinterwikis',
+ 'mostinterwikis-summary',
'mostrevisions',
'mostrevisions-summary',
'prefixindex',
@@ -1718,6 +1766,7 @@ $wgMessageStructure = array(
'alllogstext',
'logempty',
'log-title-wildcard',
+ 'showhideselectedlogentries',
),
'allpages' => array(
'allpages',
@@ -1736,6 +1785,12 @@ $wgMessageStructure = array(
'allpagesprefix',
'allpagesbadtitle',
'allpages-bad-ns',
+ 'allpages-hide-redirects',
+ ),
+ 'cachedspecial' => array(
+ 'cachedspecial-viewing-cached-ttl',
+ 'cachedspecial-viewing-cached-ts',
+ 'cachedspecial-refresh-now',
),
'categories' => array(
'categories',
@@ -1747,11 +1802,13 @@ $wgMessageStructure = array(
),
'deletedcontribs' => array(
'deletedcontributions',
+ 'deletedcontributions-summary',
'deletedcontributions-title',
'sp-deletedcontributions-contribs',
),
'linksearch' => array(
'linksearch',
+ 'linksearch-summary',
'linksearch-pat',
'linksearch-ns',
'linksearch-ok',
@@ -1804,6 +1861,9 @@ $wgMessageStructure = array(
'mailnologin',
'mailnologintext',
'emailuser',
+ 'emailuser-title-target',
+ 'emailuser-title-notarget',
+ 'emailuser-summary',
'emailpage',
'emailpagetext',
'usermailererror',
@@ -1837,6 +1897,7 @@ $wgMessageStructure = array(
),
'watchlist' => array(
'watchlist',
+ 'watchlist-summary',
'mywatchlist',
'watchlistfor2',
'nowatchlist',
@@ -1913,6 +1974,8 @@ $wgMessageStructure = array(
'rollback',
'rollback_short',
'rollbacklink',
+ 'rollbacklinkcount',
+ 'rollbacklinkcount-morethan',
'rollbackfailed',
'cantrollback',
'alreadyrolled',
@@ -1985,6 +2048,7 @@ $wgMessageStructure = array(
),
'undelete' => array(
'undelete',
+ 'undelete-summary',
'undeletepage',
'undeletepagetitle',
'viewdeletedpage',
@@ -2024,6 +2088,7 @@ $wgMessageStructure = array(
'undelete-error-long',
'undelete-show-file-confirm',
'undelete-show-file-submit',
+ 'undelete-revisionrow',
),
'nsform' => array(
'namespace',
@@ -2035,6 +2100,7 @@ $wgMessageStructure = array(
),
'contributions' => array(
'contributions',
+ 'contributions-summary',
'contributions-title',
'mycontris',
'contribsub2',
@@ -2062,6 +2128,7 @@ $wgMessageStructure = array(
'sp-contributions-explain',
'sp-contributions-footer',
'sp-contributions-footer-anon',
+ 'sp-contributions-footer-newbies',
),
'whatlinkshere' => array(
'whatlinkshere',
@@ -2087,6 +2154,7 @@ $wgMessageStructure = array(
'autoblockid',
'block',
'unblock',
+ 'unblock-summary',
'blockip',
'blockip-title',
'blockip-legend',
@@ -2197,6 +2265,7 @@ $wgMessageStructure = array(
'cant-see-hidden-user',
'ipbblocked',
'ipbnounblockself',
+ 'ipb-default-expiry',
),
'developertools' => array(
'lockdb',
@@ -2218,6 +2287,7 @@ $wgMessageStructure = array(
),
'movepage' => array(
'move-page',
+ 'movepage-summary',
'move-page-legend',
'movepagetext',
'movepagetext-noredirectfixer',
@@ -2279,6 +2349,7 @@ $wgMessageStructure = array(
),
'export' => array(
'export',
+ 'export-summary',
'exporttext',
'exportall',
'exportcuronly',
@@ -2325,6 +2396,7 @@ $wgMessageStructure = array(
),
'import' => array(
'import',
+ 'import-summary',
'importinterwiki',
'import-interwiki-text',
'import-interwiki-source',
@@ -2332,6 +2404,7 @@ $wgMessageStructure = array(
'import-interwiki-templates',
'import-interwiki-submit',
'import-interwiki-namespace',
+ 'import-interwiki-rootpage',
'import-upload-filename',
'import-comment',
'importtext',
@@ -2363,6 +2436,9 @@ $wgMessageStructure = array(
'import-error-interwiki',
'import-error-special',
'import-error-invalid',
+ 'import-options-wrong',
+ 'import-rootpage-invalid',
+ 'import-rootpage-nosubpage',
),
'importlog' => array(
'importlogpage',
@@ -2583,19 +2659,41 @@ $wgMessageStructure = array(
'spambot_username',
'spam_reverting',
'spam_blanking',
+ 'spam_deleting',
),
'info' => array(
+ 'pageinfo-header',
'pageinfo-title',
+ 'pageinfo-not-current',
+ 'pageinfo-header-basic',
'pageinfo-header-edits',
- 'pageinfo-header-watchlist',
- 'pageinfo-header-views',
- 'pageinfo-subjectpage',
- 'pageinfo-talkpage',
+ 'pageinfo-header-restrictions',
+ 'pageinfo-header-properties',
+ 'pageinfo-display-title',
+ 'pageinfo-default-sort',
+ 'pageinfo-length',
+ 'pageinfo-article-id',
+ 'pageinfo-robot-policy',
+ 'pageinfo-robot-index',
+ 'pageinfo-robot-noindex',
+ 'pageinfo-views',
'pageinfo-watchers',
+ 'pageinfo-redirects-name',
+ 'pageinfo-redirects-value',
+ 'pageinfo-subpages-name',
+ 'pageinfo-subpages-value',
+ 'pageinfo-firstuser',
+ 'pageinfo-firsttime',
+ 'pageinfo-lastuser',
+ 'pageinfo-lasttime',
'pageinfo-edits',
'pageinfo-authors',
- 'pageinfo-views',
- 'pageinfo-viewsperedit',
+ 'pageinfo-recent-edits',
+ 'pageinfo-recent-authors',
+ 'pageinfo-magic-words',
+ 'pageinfo-hidden-categories',
+ 'pageinfo-templates',
+ 'pageinfo-footer',
),
'skin' => array(
'skinname-standard',
@@ -2649,6 +2747,7 @@ $wgMessageStructure = array(
'file-info-size-pages',
'file-nohires',
'svg-long-desc',
+ 'svg-long-desc-animated',
'show-big-image',
'show-big-image-preview',
'show-big-image-other',
@@ -2658,6 +2757,8 @@ $wgMessageStructure = array(
'file-info-png-looped',
'file-info-png-repeat',
'file-info-png-frames',
+ 'file-no-thumb-animation',
+ 'file-no-thumb-animation-gif',
),
'newfiles' => array(
'newimages',
@@ -3274,6 +3375,7 @@ $wgMessageStructure = array(
'ellipsis',
'percent',
'parentheses',
+ 'brackets',
),
'imgmulti' => array(
'imgmultipageprev',
@@ -3338,6 +3440,7 @@ $wgMessageStructure = array(
'confirm-watch-button',
),
'watchlisteditor' => array(
+ 'editwatchlist-summary',
'watchlistedit-numitems',
'watchlistedit-noitems',
'watchlistedit-normal-title',
@@ -3428,6 +3531,7 @@ $wgMessageStructure = array(
),
'version' => array(
'version',
+ 'version-summary',
'version-extensions',
'version-specialpages',
'version-parserhooks',
@@ -3452,6 +3556,14 @@ $wgMessageStructure = array(
'version-software',
'version-software-product',
'version-software-version',
+ 'version-entrypoints',
+ 'version-entrypoints-header-entrypoint',
+ 'version-entrypoints-header-url',
+ 'version-entrypoints-articlepath',
+ 'version-entrypoints-scriptpath',
+ 'version-entrypoints-index-php',
+ 'version-entrypoints-api-php',
+ 'version-entrypoints-load-php',
),
'filepath' => array(
'filepath',
@@ -3496,6 +3608,7 @@ $wgMessageStructure = array(
),
'special-tags' => array(
'tags',
+ 'tags-summary',
'tag-filter',
'tag-filter-submit',
'tags-title',
@@ -3509,6 +3622,7 @@ $wgMessageStructure = array(
),
'comparepages' => array(
'comparepages',
+ 'comparepages-summary',
'compare-selector',
'compare-page1',
'compare-page2',
@@ -3579,6 +3693,34 @@ $wgMessageStructure = array(
'logentry-newusers-autocreate',
'newuserlog-byemail',
),
+ 'logging-irc' => array(
+ 'revdelete-logentry',
+ 'logdelete-logentry',
+ 'revdelete-content',
+ 'revdelete-summary',
+ 'revdelete-uname',
+ 'revdelete-hid',
+ 'revdelete-unhid',
+ 'revdelete-log-message',
+ 'logdelete-log-message',
+ 'deletedarticle',
+ 'suppressedarticle',
+ 'undeletedarticle',
+ 'patrol-log-line',
+ 'patrol-log-auto',
+ 'patrol-log-diff',
+ '1movedto2',
+ '1movedto2_redir',
+ 'move-redirect-suppressed',
+ // 'newuserlog-byemail',
+ 'newuserlog-create-entry',
+ 'newuserlog-create2-entry',
+ 'newuserlog-autocreate-entry',
+ 'suppressedarticle',
+ 'deletedarticle',
+ // 'uploadedimage',
+ // 'overwroteimage',
+ ),
'feedback' => array(
'feedback-bugornote',
'feedback-subject',
@@ -3594,6 +3736,10 @@ $wgMessageStructure = array(
'feedback-bugcheck',
'feedback-bugnew',
),
+ 'searchsuggestions' => array(
+ 'searchsuggest-search',
+ 'searchsuggest-containing',
+ ),
'apierrors' => array(
'api-error-badaccess-groups',
'api-error-badtoken',
@@ -3605,9 +3751,12 @@ $wgMessageStructure = array(
'api-error-empty-file',
'api-error-emptypage',
'api-error-fetchfileerror',
+ 'api-error-fileexists-forbidden',
+ 'api-error-fileexists-shared-forbidden',
'api-error-file-too-large',
'api-error-filename-tooshort',
'api-error-filetype-banned',
+ 'api-error-filetype-banned-type',
'api-error-filetype-missing',
'api-error-hookaborted',
'api-error-http',
@@ -3632,6 +3781,17 @@ $wgMessageStructure = array(
'api-error-uploaddisabled',
'api-error-verification-error',
),
+ 'duration' => array(
+ 'duration-seconds',
+ 'duration-minutes',
+ 'duration-hours',
+ 'duration-days',
+ 'duration-weeks',
+ 'duration-years',
+ 'duration-decades',
+ 'duration-centuries',
+ 'duration-millennia'
+ ),
);
/** Comments for each block */
@@ -3696,6 +3856,7 @@ XHTML id names.",
'zip' => 'ZipDirectoryReader',
'upload-errors' => '',
'filebackend-errors' => 'File backend',
+ 'filejournal-errors' => 'File journal errors',
'lockmanager-errors' => 'Lock manager',
'uploadstash' => 'Special:UploadStash',
'img-auth' => 'img_auth script messages',
@@ -3866,6 +4027,10 @@ Variants for Chinese language",
'html-forms' => 'HTML forms',
'sqlite' => 'SQLite database support',
'logging' => 'New logging system',
+ 'logging-irc' => 'For IRC, see bug 34508. Do not change',
'feedback' => 'Feedback',
+ 'searchsuggestions' => 'Search suggestions',
'apierrors' => 'API errors',
+ 'duration' => 'Durations',
+ 'cachedspecial' => 'SpecialCachedPage',
);