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.inc412
1 files changed, 340 insertions, 72 deletions
diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc
index d99f2e45..d7475428 100644
--- a/maintenance/language/messages.inc
+++ b/maintenance/language/messages.inc
@@ -48,19 +48,20 @@ $wgMessageStructure = array(
'tog-watchlisthideown',
'tog-watchlisthidebots',
'tog-watchlisthideminor',
+ 'tog-watchlisthideliu',
+ 'tog-watchlisthideanons',
'tog-nolangconversion',
'tog-ccmeonemails',
'tog-diffonly',
'tog-showhiddencats',
+ 'tog-noconvertlink',
+ 'tog-norollbackdiff',
),
'underline' => array(
'underline-always',
'underline-never',
'underline-default',
),
- 'skinpreview' => array(
- 'skinpreview',
- ),
'dates' => array(
'sunday',
'monday',
@@ -217,8 +218,6 @@ $wgMessageStructure = array(
'links' => array(
'aboutsite',
'aboutpage',
- 'bugreports',
- 'bugreportspage',
'copyright',
'copyrightpagename',
'copyrightpage',
@@ -243,8 +242,6 @@ $wgMessageStructure = array(
'badaccess' => array(
'badaccess',
'badaccess-group0',
- 'badaccess-group1',
- 'badaccess-group2',
'badaccess-groups',
),
'versionrequired' => array(
@@ -255,17 +252,20 @@ $wgMessageStructure = array(
'ok',
'sitetitle',
'pagetitle',
+ 'pagetitle-view-mainpage',
'sitesubtitle',
'retrievedfrom',
'youhavenewmessages',
'newmessageslink',
'newmessagesdifflink',
'youhavenewmessagesmulti',
- 'newtalkseperator',
+ 'newtalkseparator',
'editsection',
'editsection-brackets',
'editold',
'viewsourceold',
+ 'editlink',
+ 'viewsourcelink',
'editsectionhint',
'toc',
'showtoc',
@@ -335,7 +335,6 @@ $wgMessageStructure = array(
'cannotdelete',
'badtitle',
'badtitletext',
- 'perfdisabled',
'perfcached',
'perfcachedts',
'querypage-no-updates',
@@ -371,7 +370,6 @@ $wgMessageStructure = array(
'remembermypassword',
'yourdomainname',
'externaldberror',
- 'loginproblem',
'login',
'nav-login-createaccount',
'loginprompt',
@@ -435,6 +433,7 @@ $wgMessageStructure = array(
'accountcreatedtext',
'createaccount-title',
'createaccount-text',
+ 'login-throttled',
'loginlanguagelabel',
'loginlanguagelinks',
),
@@ -443,11 +442,17 @@ $wgMessageStructure = array(
'resetpass_announce',
'resetpass_text',
'resetpass_header',
+ 'oldpassword',
+ 'newpassword',
+ 'retypenew',
'resetpass_submit',
'resetpass_success',
'resetpass_bad_temporary',
'resetpass_forbidden',
- 'resetpass_missing',
+ 'resetpass-no-info',
+ 'resetpass-submit-loggedin',
+ 'resetpass-wrong-oldpass',
+ 'resetpass-temp-password',
),
'toolbar' => array(
'bold_sample',
@@ -495,10 +500,6 @@ $wgMessageStructure = array(
'blockededitsource',
'whitelistedittitle',
'whitelistedittext',
- 'whitelistreadtitle',
- 'whitelistreadtext',
- 'whitelistacctitle',
- 'whitelistacctext',
'confirmedittitle',
'confirmedittext',
'nosuchsectiontitle',
@@ -561,6 +562,13 @@ $wgMessageStructure = array(
'permissionserrorstext',
'permissionserrorstext-withaction',
'recreate-deleted-warn',
+ 'deleted-notice',
+ 'deletelog-fulllog',
+ 'edit-hook-aborted',
+ 'edit-gone-missing',
+ 'edit-conflict',
+ 'edit-no-change',
+ 'edit-already-exists',
),
'parserwarnings' => array(
'expensive-parserfunction-warning',
@@ -569,6 +577,8 @@ $wgMessageStructure = array(
'post-expand-template-inclusion-category',
'post-expand-template-argument-warning',
'post-expand-template-argument-category',
+ 'parser-template-loop-warning',
+ 'parser-template-recursion-depth-warning',
),
'undo' => array(
'undo-success',
@@ -584,9 +594,8 @@ $wgMessageStructure = array(
'history' => array(
'viewpagelogs',
'nohistory',
- 'revnotfound',
- 'revnotfoundtext',
'currentrev',
+ 'currentrev-asof',
'revisionasof',
'revision-info',
'revision-info-current',
@@ -600,6 +609,7 @@ $wgMessageStructure = array(
'page_first',
'page_last',
'histlegend',
+ 'history-fieldset-title',
'history_copyright',
'deletedrev',
'histfirst',
@@ -679,6 +689,7 @@ $wgMessageStructure = array(
'mergehistory-invalid-destination',
'mergehistory-autocomment',
'mergehistory-comment',
+ 'mergehistory-same-destination',
),
'mergelog' => array(
'mergelog',
@@ -691,11 +702,68 @@ $wgMessageStructure = array(
'difference',
'lineno',
'compareselectedversions',
+ 'visualcomparison',
+ 'wikicodecomparison',
'editundo',
'diff-multi',
+ 'diff-movedto',
+ 'diff-styleadded',
+ 'diff-added',
+ 'diff-changedto',
+ 'diff-movedoutof',
+ 'diff-styleremoved',
+ 'diff-removed',
+ 'diff-changedfrom',
+ 'diff-src',
+ 'diff-withdestination',
+ 'diff-with',
+ 'diff-with-additional',
+ 'diff-with-final',
+ 'diff-width',
+ 'diff-height',
+ 'diff-p',
+ 'diff-blockquote',
+ 'diff-h1',
+ 'diff-h2',
+ 'diff-h3',
+ 'diff-h4',
+ 'diff-h5',
+ 'diff-pre',
+ 'diff-div',
+ 'diff-ul',
+ 'diff-ol',
+ 'diff-li',
+ 'diff-table',
+ 'diff-tbody',
+ 'diff-tr',
+ 'diff-td',
+ 'diff-th',
+ 'diff-br',
+ 'diff-hr',
+ 'diff-code',
+ 'diff-dl',
+ 'diff-dt',
+ 'diff-dd',
+ 'diff-input',
+ 'diff-form',
+ 'diff-img',
+ 'diff-span',
+ 'diff-a',
+ 'diff-i',
+ 'diff-b',
+ 'diff-strong',
+ 'diff-em',
+ 'diff-font',
+ 'diff-big',
+ 'diff-del',
+ 'diff-tt',
+ 'diff-sub',
+ 'diff-sup',
+ 'diff-strike',
),
'search' => array(
'searchresults',
+ 'searchresults-title',
'searchresulttext',
'searchsubtitle',
'searchsubtitleinvalid',
@@ -709,6 +777,25 @@ $wgMessageStructure = array(
'prevn',
'nextn',
'viewprevnext',
+ 'searchmenu-legend',
+ 'searchmenu-exists',
+ 'searchmenu-new',
+ 'searchhelp-url',
+ 'searchmenu-prefix',
+ 'searchmenu-help',
+ 'searchprofile-articles',
+ 'searchprofile-articles-and-proj',
+ 'searchprofile-project',
+ 'searchprofile-images',
+ 'searchprofile-everything',
+ 'searchprofile-advanced',
+ 'searchprofile-articles-tooltip',
+ 'searchprofile-project-tooltip',
+ 'searchprofile-images-tooltip',
+ 'searchprofile-everything-tooltip',
+ 'searchprofile-advanced-tooltip',
+ 'prefs-search-nsdefault',
+ 'prefs-search-nscustom',
'search-result-size',
'search-result-score',
'search-redirect',
@@ -719,15 +806,16 @@ $wgMessageStructure = array(
'search-interwiki-custom',
'search-interwiki-more',
'search-mwsuggest-enabled',
- 'search-mwsuggest-disabled',
+ 'search-mwsuggest-disabled',
'search-relatedarticle',
'mwsuggest-disable',
- 'searchrelated',
+ 'searchrelated',
'searchall',
'showingresults',
'showingresultsnum',
'showingresultstotal',
'nonefound',
+ 'search-nonefound',
'powersearch',
'powersearch-legend',
'powersearch-ns',
@@ -756,6 +844,7 @@ $wgMessageStructure = array(
'qbsettings-floatingright',
'changepassword',
'skin',
+ 'skin-preview',
'math',
'dateformat',
'datedefault',
@@ -773,14 +862,15 @@ $wgMessageStructure = array(
'prefs-rc',
'prefs-watchlist',
'prefs-watchlist-days',
+ 'prefs-watchlist-days-max',
'prefs-watchlist-edits',
+ 'prefs-watchlist-edits-max',
'prefs-misc',
+ 'prefs-resetpass',
'saveprefs',
'resetprefs',
- 'oldpassword',
- 'newpassword',
- 'retypenew',
'textboxsize',
+ 'prefs-edit-boxsize',
'rows',
'columns',
'searchresultshead',
@@ -789,11 +879,15 @@ $wgMessageStructure = array(
'contextchars',
'stub-threshold',
'recentchangesdays',
+ 'recentchangesdays-max',
'recentchangescount',
'savedprefs',
'timezonelegend',
'timezonetext',
'localtime',
+ 'timezoneselect',
+ 'timezoneuseserverdefault',
+ 'timezoneuseoffset',
'timezoneoffset',
'servertime',
'guesstimezone',
@@ -802,6 +896,7 @@ $wgMessageStructure = array(
'prefs-namespaces',
'defaultns',
'default',
+ 'defaultns',
'files',
),
'userrights' => array(
@@ -859,6 +954,8 @@ $wgMessageStructure = array(
'right-minoredit',
'right-move',
'right-move-subpages',
+ 'right-move-rootuserpages',
+ 'right-movefile',
'right-suppressredirect',
'right-upload',
'right-reupload',
@@ -909,10 +1006,47 @@ $wgMessageStructure = array(
'rightslogentry',
'rightsnone',
),
+ 'action' => array(
+ 'action-read',
+ 'action-edit',
+ 'action-createpage',
+ 'action-createtalk',
+ 'action-createaccount',
+ 'action-minoredit',
+ 'action-move',
+ 'action-move-subpages',
+ 'action-move-rootuserpages',
+ 'action-movefile',
+ 'action-upload',
+ 'action-reupload',
+ 'action-reupload-shared',
+ 'action-upload_by_url',
+ 'action-writeapi',
+ 'action-delete',
+ 'action-deleterevision',
+ 'action-deletedhistory',
+ 'action-browsearchive',
+ 'action-undelete',
+ 'action-suppressrevision',
+ 'action-suppressionlog',
+ 'action-block',
+ 'action-protect',
+ 'action-import',
+ 'action-importupload',
+ 'action-patrol',
+ 'action-autopatrol',
+ 'action-unwatchedpages',
+ 'action-trackback',
+ 'action-mergehistory',
+ 'action-userrights',
+ 'action-userrights-interwiki',
+ 'action-siteadmin',
+ ),
'recentchanges' => array(
'nchanges',
'recentchanges',
'recentchanges-url',
+ 'recentchanges-legend',
'recentchangestext',
'recentchanges-feed-description',
'rcnote',
@@ -939,10 +1073,13 @@ $wgMessageStructure = array(
'rc_categories_any',
'rc-change-size',
'newsectionsummary',
+ 'rc-enhanced-expand',
+ 'rc-enhanced-hide',
),
'recentchangeslinked' => array(
'recentchangeslinked',
'recentchangeslinked-title',
+ 'recentchangeslinked-backlink',
'recentchangeslinked-noresult',
'recentchangeslinked-summary',
'recentchangeslinked-page',
@@ -995,6 +1132,7 @@ $wgMessageStructure = array(
'fileexists-forbidden',
'fileexists-shared-forbidden',
'file-exists-duplicate',
+ 'file-deleted-duplicate',
'successfulupload',
'uploadwarning',
'savefile',
@@ -1036,18 +1174,19 @@ $wgMessageStructure = array(
'upload_source_url',
'upload_source_file',
),
- 'imagelist' => array(
- 'imagelist-summary',
- 'imagelist_search_for',
+ 'filelist' => array(
+ 'listfiles-summary',
+ 'listfiles_search_for',
'imgfile',
- 'imagelist',
- 'imagelist_date',
- 'imagelist_name',
- 'imagelist_user',
- 'imagelist_size',
- 'imagelist_description',
- ),
- 'imagedesciption' => array(
+ 'listfiles',
+ 'listfiles_date',
+ 'listfiles_name',
+ 'listfiles_user',
+ 'listfiles_size',
+ 'listfiles_description',
+ 'listfiles_count',
+ ),
+ 'filedescription' => array(
'filehist',
'filehist-help',
'filehist-deleteall',
@@ -1055,12 +1194,16 @@ $wgMessageStructure = array(
'filehist-revert',
'filehist-current',
'filehist-datetime',
+ 'filehist-thumb',
+ 'filehist-thumbtext',
+ 'filehist-nothumb',
'filehist-user',
'filehist-dimensions',
'filehist-filesize',
'filehist-comment',
'imagelinks',
'linkstoimage',
+ 'linkstoimage-more',
'nolinkstoimage',
'morelinkstoimage',
'redirectstofile',
@@ -1102,7 +1245,6 @@ $wgMessageStructure = array(
'filedelete-success-old',
'filedelete-nofile',
'filedelete-nofile-old',
- 'filedelete-iscurrent',
'filedelete-otherreason',
'filedelete-reason-otherlist',
'filedelete-reason-dropdown',
@@ -1139,10 +1281,23 @@ $wgMessageStructure = array(
),
'statistics' => array(
'statistics',
- 'sitestats',
- 'userstats',
- 'sitestatstext',
- 'userstatstext',
+ 'statistics-summary',
+ 'statistics-header-pages',
+ 'statistics-header-edits',
+ 'statistics-header-views',
+ 'statistics-header-users',
+ 'statistics-articles',
+ 'statistics-pages',
+ 'statistics-pages-desc',
+ 'statistics-files',
+ 'statistics-edits',
+ 'statistics-edits-average',
+ 'statistics-views-total',
+ 'statistics-views-peredit',
+ 'statistics-jobqueue',
+ 'statistics-users',
+ 'statistics-users-active',
+ 'statistics-users-active-desc',
'statistics-mostpopular',
'statistics-footer',
),
@@ -1204,8 +1359,10 @@ $wgMessageStructure = array(
'wantedcategories-summary',
'wantedpages',
'wantedpages-summary',
- 'missingfiles',
- 'missingfiles-summary',
+ 'wantedfiles',
+ 'wantedfiles-summary',
+ 'wantedtemplates',
+ 'wantedtemplates-summary',
'mostlinked',
'mostlinked-summary',
'mostlinkedcategories',
@@ -1230,6 +1387,7 @@ $wgMessageStructure = array(
'protectedpages',
'protectedpages-indef',
'protectedpages-summary',
+ 'protectedpages-cascade',
'protectedpagestext',
'protectedpagesempty',
'protectedtitles',
@@ -1238,6 +1396,8 @@ $wgMessageStructure = array(
'protectedtitlesempty',
'listusers',
'listusers-summary',
+ 'listusers-editsonly',
+ 'usereditcount',
'newpages',
'newpages-summary',
'newpages-username',
@@ -1262,6 +1422,7 @@ $wgMessageStructure = array(
'booksources-isbn',
'booksources-go',
'booksources-text',
+ 'booksources-invalid-isbn',
),
'magicwords' => array(
'rfcurl',
@@ -1272,8 +1433,6 @@ $wgMessageStructure = array(
'speciallogtitlelabel',
'log',
'all-logs-page',
- 'log-search-legend',
- 'log-search-submit',
'alllogstext',
'logempty',
'log-title-wildcard',
@@ -1285,6 +1444,7 @@ $wgMessageStructure = array(
'nextpage',
'prevpage',
'allpagesfrom',
+ 'allpagesto',
'allarticles',
'allinnamespace',
'allnotinnamespace',
@@ -1303,11 +1463,32 @@ $wgMessageStructure = array(
'special-categories-sort-count',
'special-categories-sort-abc',
),
+ 'deletedcontribs' => array(
+ 'deletedcontributions',
+ ),
+ 'linksearch' => array(
+ 'linksearch',
+ 'linksearch-pat',
+ 'linksearch-ns',
+ 'linksearch-ok',
+ 'linksearch-text',
+ 'linksearch-line',
+ 'linksearch-error',
+ ),
'listusers' => array(
'listusersfrom',
'listusers-submit',
'listusers-noresult',
),
+ 'newuserlog' => array(
+ 'newuserlogpage',
+ 'newuserlogpagetext',
+ 'newuserlogentry',
+ 'newuserlog-byemail',
+ 'newuserlog-create-entry',
+ 'newuserlog-create2-entry',
+ 'newuserlog-autocreate-entry',
+ ),
'listgrouprights' => array(
'listgrouprights',
'listgrouprights-summary',
@@ -1316,6 +1497,10 @@ $wgMessageStructure = array(
'listgrouprights-helppage',
'listgrouprights-members',
'listgrouprights-right-display',
+ 'listgrouprights-addgroup',
+ 'listgrouprights-removegroup',
+ 'listgrouprights-addgroup-all',
+ 'listgrouprights-removegroup-all',
),
'emailuser' => array(
'mailnologin',
@@ -1327,6 +1512,9 @@ $wgMessageStructure = array(
'defemailsubject',
'noemailtitle',
'noemailtext',
+ 'nowikiemailtitle',
+ 'nowikiemailtext',
+ 'email-legend',
'emailfrom',
'emailto',
'emailsubject',
@@ -1366,12 +1554,7 @@ $wgMessageStructure = array(
'iteminvalidname',
'wlnote',
'wlshowlast',
- 'watchlist-show-bots',
- 'watchlist-hide-bots',
- 'watchlist-show-own',
- 'watchlist-hide-own',
- 'watchlist-show-minor',
- 'watchlist-hide-minor',
+ 'watchlist-options',
),
'watching' => array(
'watching',
@@ -1390,7 +1573,7 @@ $wgMessageStructure = array(
'enotif_anon_editor',
'enotif_body',
),
- 'deleteprotectrev' => array(
+ 'delete' => array(
'deletepage',
'confirm',
'excontent',
@@ -1417,6 +1600,8 @@ $wgMessageStructure = array(
'delete-edit-reasonlist',
'delete-toobig',
'delete-warning-toobig',
+ ),
+ 'rollback' => array(
'rollback',
'rollback_short',
'rollbacklink',
@@ -1427,15 +1612,18 @@ $wgMessageStructure = array(
'revertpage',
'rollback-success',
'sessionfailure',
+ ),
+ 'protect' => array(
'protectlogpage',
'protectlogtext',
'protectedarticle',
'modifiedarticleprotection',
'unprotectedarticle',
+ 'movedarticleprotection',
'protect-title',
+ 'prot_1movedto2',
'protect-backlink',
'protect-legend',
- 'confirmprotect',
'protectcomment',
'protectexpiry',
'protect_expiry_invalid',
@@ -1452,8 +1640,17 @@ $wgMessageStructure = array(
'protect-level-sysop',
'protect-summary-cascade',
'protect-expiring',
+ 'protect-expiry-indefinite',
'protect-cascade',
'protect-cantedit',
+ 'protect-othertime',
+ 'protect-othertime-op',
+ 'protect-existing-expiry',
+ 'protect-otherreason',
+ 'protect-otherreason-op',
+ 'protect-dropdown',
+ 'protect-edit-reasonlist',
+ 'protect-expiry-options',
'restriction-type',
'restriction-level',
'minimum-size',
@@ -1489,6 +1686,7 @@ $wgMessageStructure = array(
'undeletebtn',
'undeletelink',
'undeletereset',
+ 'undeleteinvert',
'undeletecomment',
'undeletedarticle',
'undeletedrevisions',
@@ -1517,6 +1715,7 @@ $wgMessageStructure = array(
),
'contributions' => array(
'contributions',
+ 'contributions-title',
'mycontris',
'contribsub2',
'nocontribs',
@@ -1527,6 +1726,7 @@ $wgMessageStructure = array(
'sp-contributions' => array(
'sp-contributions-newbies',
'sp-contributions-newbies-sub',
+ 'sp-contributions-newbies-title',
'sp-contributions-blocklog',
'sp-contributions-search',
'sp-contributions-username',
@@ -1540,8 +1740,7 @@ $wgMessageStructure = array(
'whatlinkshere-title',
'whatlinkshere-summary',
'whatlinkshere-page',
- 'whatlinkshere-barrow',
- 'linklistsub',
+ 'whatlinkshere-backlink',
'linkshere',
'nolinkshere',
'nolinkshere-ns',
@@ -1578,6 +1777,8 @@ $wgMessageStructure = array(
'ipbotherreason',
'ipbhidename',
'ipbwatchuser',
+ 'ipballowusertalk',
+ 'ipb-change-block',
'badipaddress',
'blockipsuccesssub',
'blockipsuccesstext',
@@ -1586,6 +1787,7 @@ $wgMessageStructure = array(
'ipb-unblock',
'ipb-blocklist-addr',
'ipb-blocklist',
+ 'ipb-blocklist-contribs',
'unblockip',
'unblockiptext',
'ipusubmit',
@@ -1594,6 +1796,9 @@ $wgMessageStructure = array(
'ipblocklist',
'ipblocklist-legend',
'ipblocklist-username',
+ 'ipblocklist-sh-userblocks',
+ 'ipblocklist-sh-tempblocks',
+ 'ipblocklist-sh-addressblocks',
'ipblocklist-summary',
'ipblocklist-submit',
'blocklistline',
@@ -1603,25 +1808,31 @@ $wgMessageStructure = array(
'noautoblockblock',
'createaccountblock',
'emailblock',
+ 'blocklist-nousertalk',
'ipblocklist-empty',
'ipblocklist-no-results',
'blocklink',
'unblocklink',
+ 'change-blocklink',
'contribslink',
'autoblocker',
'blocklogpage',
+ 'blocklog-fulllog',
'blocklogentry',
+ 'reblock-logentry',
'blocklogtext',
'unblocklogentry',
'block-log-flags-anononly',
'block-log-flags-nocreate',
'block-log-flags-noautoblock',
'block-log-flags-noemail',
+ 'block-log-flags-nousertalk',
'block-log-flags-angry-autoblock',
'range_block_disabled',
'ipb_expiry_invalid',
'ipb_expiry_temp',
'ipb_already_blocked',
+ 'ipb-needreblock',
'ipb_cant_unblock',
'ipb_blocked_as_range',
'ip_range_invalid',
@@ -1633,6 +1844,7 @@ $wgMessageStructure = array(
'sorbs',
'sorbsreason',
'sorbs_create_account_reason',
+ 'cant-block-while-blocked',
),
'developertools' => array(
'lockdb',
@@ -1661,11 +1873,16 @@ $wgMessageStructure = array(
'movenologin',
'movenologintext',
'movenotallowed',
+ 'movenotallowedfile',
+ 'cant-move-user-page',
+ 'cant-move-to-user-page',
'newtitle',
'move-watch',
'movepagebtn',
'pagemovedsub',
'movepage-moved',
+ 'movepage-moved-redirect',
+ 'movepage-moved-noredirect',
'articleexists',
'cantmove-titleprotected',
'talkexists',
@@ -1679,6 +1896,7 @@ $wgMessageStructure = array(
'movepage-max-pages',
'1movedto2',
'1movedto2_redir',
+ 'move-redirect-suppressed',
'movelogpage',
'movelogpagetext',
'movereason',
@@ -1688,11 +1906,17 @@ $wgMessageStructure = array(
'delete_and_move_confirm',
'delete_and_move_reason',
'selfmove',
+ 'immobile-source-namespace',
+ 'immobile-target-namespace',
+ 'immobile-target-namespace-iw',
+ 'immobile-source-page',
+ 'immobile-target-page',
'immobile_namespace',
'imagenocrossnamespace',
'imagetypemismatch',
'imageinvalidfilename',
'fix-double-redirects',
+ 'move-leave-redirect',
),
'export' => array(
'export',
@@ -1728,9 +1952,12 @@ $wgMessageStructure = array(
'import',
'importinterwiki',
'import-interwiki-text',
+ 'import-interwiki-source',
'import-interwiki-history',
'import-interwiki-submit',
'import-interwiki-namespace',
+ 'import-upload-filename',
+ 'import-comment',
'importtext',
'importstart',
'import-revision-count',
@@ -1821,6 +2048,7 @@ $wgMessageStructure = array(
'accesskey-preview',
'accesskey-diff',
'accesskey-compareselectedversions',
+ 'accesskey-visualcomparison',
'accesskey-watch',
'accesskey-upload',
),
@@ -1885,6 +2113,8 @@ $wgMessageStructure = array(
'tooltip-watch',
'tooltip-recreate',
'tooltip-upload',
+ 'tooltip-rollback',
+ 'tooltip-undo',
),
'stylesheets' => array(
'common.css',
@@ -1896,6 +2126,8 @@ $wgMessageStructure = array(
'chick.css',
'simple.css',
'modern.css',
+ 'print.css',
+ 'handheld.css',
),
'scripts' => array(
'common.js',
@@ -1939,6 +2171,16 @@ $wgMessageStructure = array(
'numauthors',
'numtalkauthors',
),
+ 'skin' => array(
+ 'skinname-standard',
+ 'skinname-nostalgia',
+ 'skinname-cologneblue',
+ 'skinname-monobook',
+ 'skinname-myskin',
+ 'skinname-chick',
+ 'skinname-simple',
+ 'skinname-modern',
+ ),
'math' => array(
'mw_math_png',
'mw_math_simple',
@@ -1965,6 +2207,7 @@ $wgMessageStructure = array(
'patrol-log-line',
'patrol-log-auto',
'patrol-log-diff',
+ 'log-show-hide-patrol',
),
'imagedeletion' => array(
'deletedrevision',
@@ -1979,6 +2222,9 @@ $wgMessageStructure = array(
'previousdiff',
'nextdiff',
),
+ 'visual-comparison' => array(
+ 'visual-comparison',
+ ),
'media-info' => array(
'mediawarning',
'imagemaxsize',
@@ -1992,10 +2238,12 @@ $wgMessageStructure = array(
'show-big-image',
'show-big-image-thumb',
),
- 'newimages' => array(
+ 'newfiles' => array(
'newimages',
'imagelisttext',
'newimages-summary',
+ 'newimages-legend',
+ 'newimages-label',
'showhidebots',
'noimages',
'ilsubmit',
@@ -2269,6 +2517,18 @@ $wgMessageStructure = array(
'exif-lightsource-24',
'exif-lightsource-255',
),
+ 'exif-flash' => array(
+ 'exif-flash-fired-0' ,
+ 'exif-flash-fired-1' ,
+ 'exif-flash-return-0' ,
+ 'exif-flash-return-2' ,
+ 'exif-flash-return-3' ,
+ 'exif-flash-mode-1' ,
+ 'exif-flash-mode-2' ,
+ 'exif-flash-mode-3' ,
+ 'exif-flash-function-1' ,
+ 'exif-flash-redeye-1' ,
+ ),
'exif-focalplaneresolutionunit' => array(
'exif-focalplaneresolutionunit-2',
),
@@ -2410,19 +2670,10 @@ $wgMessageStructure = array(
'unit-pixel' => array(
'unit-pixel',
),
- 'htmldump' => array(
- 'redirectingto',
- ),
'purge' => array(
- 'confirm_purge',
'confirm_purge_button',
- ),
- 'search2' => array(
- 'searchcontaining',
- 'searchnamed',
- 'articletitles',
- 'hideresults',
- 'useajaxsearch',
+ 'confirm-purge-top',
+ 'confirm-purge-bottom',
),
'separators' => array(
'catseparator',
@@ -2430,6 +2681,9 @@ $wgMessageStructure = array(
'comma-separator',
'colon-separator',
'autocomment-prefix',
+ 'pipe-separator',
+ 'word-separator',
+ 'ellipsis',
),
'imgmulti' => array(
'imgmultipageprev',
@@ -2560,6 +2814,7 @@ $wgMessageStructure = array(
),
'CoreParserFunctions' => array(
'unknown_extension_tag',
+ 'duplicate-defaultsort',
),
'version' => array(
'version',
@@ -2619,6 +2874,9 @@ $wgMessageStructure = array(
'blankpage',
'intentionallyblankpage',
),
+ 'external_images' => array(
+ 'external_image_whitelist',
+ ),
);
/** Comments for each block */
@@ -2631,7 +2889,6 @@ XHTML id it should only appear once and include characters that are legal
XHTML id names.",
'toggles' => 'User preference toggles',
'underline' => '',
- 'skinpreview' => '',
'dates' => 'Dates',
'categorypages' => 'Categories related messages',
'mainpage' => '',
@@ -2668,6 +2925,7 @@ XHTML id names.",
'group-member' => '',
'grouppage' => '',
'right' => 'Rights',
+ 'action' => 'Associated actions - in the sentence "You do not have permission to X"',
'rightslog' => 'User rights log',
'recentchanges' => 'Recent changes',
'recentchangeslinked' => 'Recent changes linked',
@@ -2675,8 +2933,8 @@ XHTML id names.",
'upload-errors' => '',
'upload-curl-errors' => 'Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html>',
'licenses' => '',
- 'imagelist' => 'Special:ImageList',
- 'imagedesciption' => 'Image description page',
+ 'filelist' => 'Special:ListFiles',
+ 'filedescription' => 'File description page',
'filerevert' => 'File reversion',
'filedelete' => 'File deletion',
'mimesearch' => 'MIME search',
@@ -2697,13 +2955,18 @@ XHTML id names.",
'logpages' => 'Special:Log',
'allpages' => 'Special:AllPages',
'categories' => 'Special:Categories',
+ 'deletedcontribs' => 'Special:DeletedContributions',
+ 'linksearch' => 'Special:LinkSearch',
'listusers' => 'Special:ListUsers',
+ 'newuserlog' => 'Special:Log/newusers',
'listgrouprights' => 'Special:ListGroupRights',
'emailuser' => 'E-mail user',
'watchlist' => 'Watchlist',
'watching' => 'Displayed when you click the "watch" button and it is in the process of watching',
'enotif' => '',
- 'deleteprotectrev' => 'Delete/protect/revert',
+ 'delete' => 'Delete',
+ 'rollback' => 'Rollback',
+ 'protect' => 'Protect',
'restrictions' => 'Restrictions (nouns)',
'restriction-levels' => 'Restriction levels',
'undelete' => 'Undelete',
@@ -2727,12 +2990,13 @@ XHTML id names.",
'attribution' => 'Attribution',
'spamprotection' => 'Spam protection',
'info' => 'Info page',
+ 'skin' => 'Skin names',
'math' => 'Math options',
'patrolling' => 'Patrolling',
'patrol-log' => 'Patrol log',
'imagedeletion' => 'Image deletion',
'browsediffs' => 'Browsing diffs',
- 'newimages' => 'Special:NewImages',
+ 'newfiles' => 'Special:NewFiles',
'video-info' => 'Video information, used by Language::formatTimePeriod() to format lengths in the above messages',
'badimagelist' => 'Bad image list',
'variantname-zh' => "Short names for language variants used for language conversion links.
@@ -2743,6 +3007,7 @@ Variants for Chinese language",
'variantname-kk' => 'Variants for Kazakh language',
'variantname-ku' => 'Variants for Kurdish language',
'variantname-tg' => 'Variants for Tajiki language',
+ 'visual-comparison' => 'Visual comparison',
'media-info' => 'Media information',
'metadata' => 'Metadata',
'exif' => 'EXIF tags',
@@ -2759,6 +3024,7 @@ Variants for Chinese language",
'exif-subjectdistance-value' => '',
'exif-meteringmode' => '',
'exif-lightsource' => '',
+ 'exif-flash' => 'Flash modes',
'exif-focalplaneresolutionunit' => '',
'exif-sensingmethod' => '',
'exif-filesource' => '',
@@ -2785,9 +3051,7 @@ Variants for Chinese language",
'trackbacks' => 'Trackbacks',
'deleteconflict' => 'Delete conflict',
'unit-pixel' => '',
- 'htmldump' => 'HTML dump',
'purge' => 'action=purge',
- 'search2' => 'AJAX search',
'separators' => 'Separators for various lists, etc.',
'imgmulti' => 'Multipage image navigation',
'tablepager' => 'Table pager',
@@ -2808,6 +3072,7 @@ Variants for Chinese language",
'fileduplicatesearch' => 'Special:FileDuplicateSearch',
'special-specialpages' => 'Special:SpecialPages',
'special-blank' => 'Special:BlankPage',
+ 'external_images' => 'External image whitelist',
);
/** Short comments for standalone messages */
@@ -2817,7 +3082,7 @@ $wgMessageComments = array(
'sitenotice' => 'the equivalent to wgSiteNotice',
'history-feed-item-nocomment' => 'user at time',
'editcomment' => 'only shown if there is an edit comment',
- 'revertpage' => 'Additional available: $3: revid of the revision reverted to, $4: timestamp of the revision reverted to, $5: revid of the revision reverted from, $6: timestamp of the revision reverted from',
+ 'revertpage' => 'Additionally available: $3: revid of the revision reverted to, $4: timestamp of the revision reverted to, $5: revid of the revision reverted from, $6: timestamp of the revision reverted from',
'lastmodifiedatby' => '$1 date, $2 time, $3 user',
'exif-orientation-1' => '0th row: top; 0th column: left',
'exif-orientation-2' => '0th row: top; 0th column: right',
@@ -2829,7 +3094,10 @@ $wgMessageComments = array(
'exif-orientation-8' => '0th row: left; 0th column: bottom',
'movepage-moved' => 'The two titles are passed in plain text as $3 and $4 to allow additional goodies in the message.',
'ipboptions' => 'display1:time1,display2:time2,...',
+ 'protect-expiry-options' => 'display1:time1,display2:time2,...',
'metadata-fields' => 'Do not translate list items',
'version' => 'Not used as normal message but as header for the special page itself',
'userrights' => 'Not used as normal message but as header for the special page itself',
+ 'revision-info' => 'Additionally available: $3: revision id',
+ 'revision-info-current' => 'Available parameters: $1: timestamp; $2: userlinks; $3: revision id',
);