[FileBackend]
[lhc/web/wiklou.git] / maintenance / language / messages.inc
index 01a7859..6e6e8d0 100644 (file)
@@ -28,7 +28,6 @@ $wgMessageStructure = array(
        ),
        'toggles' => array(
                'tog-underline',
-               'tog-highlightbroken',
                'tog-justify',
                'tog-hideminor',
                'tog-hidepatrolled',
@@ -301,6 +300,7 @@ $wgMessageStructure = array(
                'ok',
                'pagetitle',
                'pagetitle-view-mainpage',
+               'backlinksubtitle',
                'retrievedfrom',
                'youhavenewmessages',
                'newmessageslink',
@@ -385,6 +385,7 @@ $wgMessageStructure = array(
                'formerror',
                'badarticleerror',
                'cannotdelete',
+               'cannotdelete-title',
                'badtitle',
                'badtitletext',
                'perfcached',
@@ -392,11 +393,12 @@ $wgMessageStructure = array(
                'querypage-no-updates',
                'wrong_wfQuery_params',
                'viewsource',
-               'viewsourcefor',
+               'viewsource-title',
                'actionthrottled',
                'actionthrottledtext',
                'protectedpagetext',
                'viewsourcetext',
+               'viewyourtext',
                'protectedinterface',
                'editinginterface',
                'sqlhidden',
@@ -429,6 +431,7 @@ $wgMessageStructure = array(
                'userloginnocreate',
                'logout',
                'userlogout',
+               'userlogout-summary',
                'notloggedin',
                'nologin',
                'nologinlink',
@@ -536,6 +539,7 @@ $wgMessageStructure = array(
        ),
        'changeemail' => array(
                'changeemail',
+               'changeemail-summary',
                'changeemail-header',
                'changeemail-text',
                'changeemail-no-info',
@@ -586,9 +590,6 @@ $wgMessageStructure = array(
                'blockedtext',
                'autoblockedtext',
                'blockednoreason',
-               'blockedoriginalsource',
-               'blockededitsource',
-               'whitelistedittitle',
                'whitelistedittext',
                'confirmedittext',
                'nosuchsectiontitle',
@@ -926,6 +927,7 @@ $wgMessageStructure = array(
                'prefsnologin',
                'prefsnologintext',
                'changepassword',
+               'changepassword-summary',
                'prefs-skin',
                'skin-preview',
                'datedefault',
@@ -1016,7 +1018,7 @@ $wgMessageStructure = array(
                'email',
                'prefs-help-realname',
 
-               # 3 messages depending upon wgEmailConfirmToEdit and $wgEnableUserEmail
+               # 3 messages depending upon $wgEmailConfirmToEdit and $wgEnableUserEmail
                'prefs-help-email',
                'prefs-help-email-others',
                'prefs-help-email-required',
@@ -1140,7 +1142,6 @@ $wgMessageStructure = array(
                'right-autopatrol',
                'right-patrolmarks',
                'right-unwatchedpages',
-               'right-trackback',
                'right-mergehistory',
                'right-userrights',
                'right-userrights-interwiki',
@@ -1181,16 +1182,17 @@ $wgMessageStructure = array(
                'action-suppressionlog',
                'action-block',
                'action-protect',
+               'action-rollback',
                'action-import',
                'action-importupload',
                'action-patrol',
                'action-autopatrol',
                'action-unwatchedpages',
-               'action-trackback',
                'action-mergehistory',
                'action-userrights',
                'action-userrights-interwiki',
                'action-siteadmin',
+               'action-sendemail',
        ),
        'recentchanges' => array(
                'nchanges',
@@ -1221,22 +1223,22 @@ $wgMessageStructure = array(
                'newpageletter',
                'boteditletter',
                'unpatrolledletter',
-               'sectionlink',
                'number_of_watching_users_RCview',
                'number_of_watching_users_pageview',
                'rc_categories',
                'rc_categories_any',
                'rc-change-size',
+               'rc-change-size-new',
                'newsectionsummary',
                'rc-enhanced-expand',
                'rc-enhanced-hide',
+               'rc-old-title',
        ),
        'recentchangeslinked' => array(
                'recentchangeslinked',
                'recentchangeslinked-feed',
                'recentchangeslinked-toolbox',
                'recentchangeslinked-title',
-               'recentchangeslinked-backlink',
                'recentchangeslinked-noresult',
                'recentchangeslinked-summary',
                'recentchangeslinked-page',
@@ -1273,6 +1275,7 @@ $wgMessageStructure = array(
                'ignorewarnings',
                'minlength1',
                'illegalfilename',
+               'filename-toolong',
                'badfilename',
                'filetype-mime-mismatch',
                'filetype-badmime',
@@ -1345,6 +1348,50 @@ $wgMessageStructure = array(
                'upload-too-many-redirects',
                'upload-unknown-size',
                'upload-http-error',
+               'upload-copy-upload-invalid-domain',
+       ),
+
+       'filebackend-errors' => array(
+               'backend-fail-stream',
+               'backend-fail-backup',
+               'backend-fail-notexists',
+               'backend-fail-hashes',
+               'backend-fail-notsame',
+               'backend-fail-invalidpath',
+               'backend-fail-delete',
+               'backend-fail-alreadyexists',
+               'backend-fail-store',
+               'backend-fail-copy',
+               'backend-fail-move',
+               'backend-fail-opentemp',
+               'backend-fail-writetemp',
+               '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'
+       ),
+
+       'filejournal-errors' => array(
+               'filejournal-fail-dbconnect',
+               'filejournal-fail-dbquery'
+       ),
+
+       'lockmanager-errors' => array(
+               'lockmanager-notlocked',
+               'lockmanager-fail-closelock',
+               'lockmanager-fail-deletelock',
+               'lockmanager-fail-acquirelock',
+               'lockmanager-fail-openlock',
+               'lockmanager-fail-releaselock',
+               'lockmanager-fail-db-bucket',
+               'lockmanager-fail-db-release',
+               'lockmanager-fail-svr-release'
        ),
 
        'zip' => array(
@@ -1362,6 +1409,7 @@ $wgMessageStructure = array(
                'uploadstash-badtoken',
                'uploadstash-errclear',
                'uploadstash-refresh',
+               'invalid-chunk-offset',
        ),
 
        'img-auth' => array(
@@ -1456,7 +1504,6 @@ $wgMessageStructure = array(
        ),
        'filerevert' => array(
                'filerevert',
-               'filerevert-backlink',
                'filerevert-legend',
                'filerevert-intro',
                'filerevert-comment',
@@ -1467,7 +1514,6 @@ $wgMessageStructure = array(
        ),
        'filedelete' => array(
                'filedelete',
-               'filedelete-backlink',
                'filedelete-legend',
                'filedelete-intro',
                'filedelete-intro-old',
@@ -1482,6 +1528,7 @@ $wgMessageStructure = array(
                'filedelete-reason-dropdown',
                'filedelete-edit-reasonlist',
                'filedelete-maintenance',
+               'filedelete-maintenance-title',
        ),
        'mimesearch' => array(
                'mimesearch',
@@ -1589,7 +1636,9 @@ $wgMessageStructure = array(
                'uncategorizedtemplates',
                'uncategorizedtemplates-summary',
                'unusedcategories',
+               'unusedcategories-summary',
                'unusedimages',
+               'unusedimages-summary',
                'popularpages',
                'popularpages-summary',
                'wantedcategories',
@@ -1599,6 +1648,8 @@ $wgMessageStructure = array(
                'wantedpages-badtitle',
                'wantedfiles',
                'wantedfiles-summary',
+               'wantedfiletext-cat',
+               'wantedfiletext-nocat',
                'wantedtemplates',
                'wantedtemplates-summary',
                'mostlinked',
@@ -1614,6 +1665,7 @@ $wgMessageStructure = array(
                'mostrevisions',
                'mostrevisions-summary',
                'prefixindex',
+               'prefixindex-namespace',
                'prefixindex-summary',
                'shortpages',
                'shortpages-summary',
@@ -1706,11 +1758,13 @@ $wgMessageStructure = array(
        ),
        'deletedcontribs' => array(
                'deletedcontributions',
+               'deletedcontributions-summary',
                'deletedcontributions-title',
                'sp-deletedcontributions-contribs',
        ),
        'linksearch' => array(
                'linksearch',
+               'linksearch-summary',
                'linksearch-pat',
                'linksearch-ns',
                'linksearch-ok',
@@ -1763,6 +1817,7 @@ $wgMessageStructure = array(
                'mailnologin',
                'mailnologintext',
                'emailuser',
+               'emailuser-summary',
                'emailpage',
                'emailpagetext',
                'usermailererror',
@@ -1796,6 +1851,7 @@ $wgMessageStructure = array(
        ),
        'watchlist' => array(
                'watchlist',
+               'watchlist-summary',
                'mywatchlist',
                'watchlistfor2',
                'nowatchlist',
@@ -1850,7 +1906,6 @@ $wgMessageStructure = array(
                'exbeforeblank',
                'exblank',
                'delete-confirm',
-               'delete-backlink',
                'delete-legend',
                'historywarning',
                'confirmdeletetext',
@@ -1893,8 +1948,10 @@ $wgMessageStructure = array(
                'unprotectedarticle',
                'movedarticleprotection',
                'protect-title',
+               'protect-title-notallowed',
                'prot_1movedto2',
-               'protect-backlink',
+               'protect-badnamespace-title',
+               'protect-badnamespace-text',
                'protect-legend',
                'protectcomment',
                'protectexpiry',
@@ -1943,6 +2000,7 @@ $wgMessageStructure = array(
        ),
        'undelete' => array(
                'undelete',
+               'undelete-summary',
                'undeletepage',
                'undeletepagetitle',
                'viewdeletedpage',
@@ -1968,6 +2026,7 @@ $wgMessageStructure = array(
                'cannotundelete',
                'undeletedpage',
                'undelete-header',
+               'undelete-search-title',
                'undelete-search-box',
                'undelete-search-prefix',
                'undelete-search-submit',
@@ -1976,6 +2035,7 @@ $wgMessageStructure = array(
                'undelete-bad-store-key',
                'undelete-cleanup-error',
                'undelete-missing-filearchive',
+               'undelete-error',
                'undelete-error-short',
                'undelete-error-long',
                'undelete-show-file-confirm',
@@ -1991,6 +2051,7 @@ $wgMessageStructure = array(
        ),
        'contributions' => array(
                'contributions',
+               'contributions-summary',
                'contributions-title',
                'mycontris',
                'contribsub2',
@@ -2024,7 +2085,6 @@ $wgMessageStructure = array(
                'whatlinkshere-title',
                'whatlinkshere-summary',
                'whatlinkshere-page',
-               'whatlinkshere-backlink',
                'linkshere',
                'nolinkshere',
                'nolinkshere-ns',
@@ -2044,11 +2104,11 @@ $wgMessageStructure = array(
                'autoblockid',
                'block',
                'unblock',
+               'unblock-summary',
                'blockip',
                'blockip-title',
                'blockip-legend',
                'blockiptext',
-               'ipaddress',
                'ipadressorusername',
                'ipbexpiry',
                'ipbreason',
@@ -2176,6 +2236,7 @@ $wgMessageStructure = array(
        ),
        'movepage' => array(
                'move-page',
+               'movepage-summary',
                'move-page-legend',
                'movepagetext',
                'movepagetext-noredirectfixer',
@@ -2237,9 +2298,12 @@ $wgMessageStructure = array(
        ),
        'export' => array(
                'export',
+               'export-summary',
                'exporttext',
+               'exportall',
                'exportcuronly',
                'exportnohistory',
+               'exportlistauthors',
                'export-submit',
                'export-addcattext',
                'export-addcat',
@@ -2271,6 +2335,8 @@ $wgMessageStructure = array(
                'thumbnail_error',
                'djvu_page_error',
                'djvu_no_xml',
+               'thumbnail-temp-create',
+               'thumbnail-dest-create',
                'thumbnail_invalid_params',
                'thumbnail_dest_directory',
                'thumbnail_image-type',
@@ -2279,6 +2345,7 @@ $wgMessageStructure = array(
        ),
        'import' => array(
                'import',
+               'import-summary',
                'importinterwiki',
                'import-interwiki-text',
                'import-interwiki-source',
@@ -2314,6 +2381,9 @@ $wgMessageStructure = array(
                'import-invalid-interwiki',
                'import-error-edit',
                'import-error-create',
+               'import-error-interwiki',
+               'import-error-special',
+               'import-error-invalid',
        ),
        'importlog' => array(
                'importlogpage',
@@ -2323,6 +2393,19 @@ $wgMessageStructure = array(
                'import-logentry-interwiki',
                'import-logentry-interwiki-detail',
        ),
+       'javaccripttest' => array(
+               'javascripttest',
+               'javascripttest-backlink',
+               'javascripttest-disabled',
+               'javascripttest-title',
+               'javascripttest-pagetext-noframework',
+               'javascripttest-pagetext-unknownframework',
+               'javascripttest-pagetext-frameworks',
+               'javascripttest-pagetext-skins' ,
+               'javascripttest-qunit-name',
+               'javascripttest-qunit-intro',
+               'javascripttest-qunit-heading',
+       ),
        'accesskeys' => array(
                'accesskey-pt-userpage',
                'accesskey-pt-anonuserpage',
@@ -2391,6 +2474,8 @@ $wgMessageStructure = array(
                'accesskey-blockip-block',
                'accesskey-export',
                'accesskey-import',
+               'accesskey-watchlistedit-normal-submit',
+               'accesskey-watchlistedit-raw-submit',
        ),
        'tooltips' => array(
                'tooltip-pt-userpage',
@@ -2453,6 +2538,8 @@ $wgMessageStructure = array(
                'tooltip-diff',
                'tooltip-compareselectedversions',
                'tooltip-watch',
+               'tooltip-watchlistedit-normal-submit',
+               'tooltip-watchlistedit-raw-submit',
                'tooltip-recreate',
                'tooltip-upload',
                'tooltip-rollback',
@@ -3178,14 +3265,6 @@ $wgMessageStructure = array(
                'scarytranscludefailed',
                'scarytranscludetoolong',
        ),
-       'trackbacks' => array(
-               'trackbackbox',
-               'trackback',
-               'trackbackexcerpt',
-               'trackbackremove',
-               'trackbacklink',
-               'trackbackdeleteok',
-       ),
        'deleteconflict' => array(
                'deletedwhileediting',
                'confirmrecreate',
@@ -3249,6 +3328,22 @@ $wgMessageStructure = array(
                'size-kilobytes',
                'size-megabytes',
                'size-gigabytes',
+               'size-terabytes',
+               'size-petabytes',
+               'size-exabytes',
+               'size-zetabytes',
+               'size-yottabytes',
+       ),
+       'bitrateunits' => array(
+               'bitrate-bits',
+               'bitrate-kilobits',
+               'bitrate-megabits',
+               'bitrate-gigabits',
+               'bitrate-terabits',
+               'bitrate-petabits',
+               'bitrate-exabits',
+               'bitrate-zetabits',
+               'bitrate-yottabits',
        ),
        'livepreview' => array(
                'livepreview-loading',
@@ -3264,6 +3359,7 @@ $wgMessageStructure = array(
                'confirm-watch-button',
        ),
        'watchlisteditor' => array(
+               'editwatchlist-summary',
                'watchlistedit-numitems',
                'watchlistedit-noitems',
                'watchlistedit-normal-title',
@@ -3354,6 +3450,7 @@ $wgMessageStructure = array(
        ),
        'version' => array(
                'version',
+               'version-summary',
                'version-extensions',
                'version-specialpages',
                'version-parserhooks',
@@ -3422,6 +3519,7 @@ $wgMessageStructure = array(
        ),
        'special-tags' => array(
                'tags',
+               'tags-summary',
                'tag-filter',
                'tag-filter-submit',
                'tags-title',
@@ -3435,6 +3533,7 @@ $wgMessageStructure = array(
        ),
        'comparepages' => array(
                'comparepages',
+               'comparepages-summary',
                'compare-selector',
                'compare-page1',
                'compare-page2',
@@ -3505,6 +3604,87 @@ $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',
+               'feedback-message',
+               'feedback-cancel',
+               'feedback-submit',
+               'feedback-adding',
+               'feedback-error1',
+               'feedback-error2',
+               'feedback-error3',
+               'feedback-thanks',
+               'feedback-close',
+               'feedback-bugcheck',
+               'feedback-bugnew',
+       ),
+       'apierrors' => array(
+               'api-error-badaccess-groups',
+               'api-error-badtoken',
+               'api-error-copyuploaddisabled',
+               'api-error-duplicate',
+               'api-error-duplicate-archive',
+               'api-error-duplicate-archive-popup-title',
+               'api-error-duplicate-popup-title',
+               'api-error-empty-file',
+               'api-error-emptypage',
+               'api-error-fetchfileerror',
+               'api-error-file-too-large',
+               'api-error-filename-tooshort',
+               'api-error-filetype-banned',
+               'api-error-filetype-missing',
+               'api-error-hookaborted',
+               'api-error-http',
+               'api-error-illegal-filename',
+               'api-error-internal-error',
+               'api-error-invalid-file-key',
+               'api-error-missingparam',
+               'api-error-missingresult',
+               'api-error-mustbeloggedin',
+               'api-error-mustbeposted',
+               'api-error-noimageinfo',
+               'api-error-nomodule',
+               'api-error-ok-but-empty',
+               'api-error-overwrite',
+               'api-error-stashfailed',
+               'api-error-timeout',
+               'api-error-unclassified',
+               'api-error-unknown-code',
+               'api-error-unknown-error',
+               'api-error-unknown-warning',
+               'api-error-unknownerror',
+               'api-error-uploaddisabled',
+               'api-error-verification-error',
+       ),
 );
 
 /** Comments for each block */
@@ -3568,6 +3748,8 @@ XHTML id names.",
        'upload'              => 'Upload',
        'zip'                 => 'ZipDirectoryReader',
        'upload-errors'       => '',
+       'filebackend-errors'  => 'File backend',
+       'lockmanager-errors'  => 'Lock manager',
        'uploadstash'         => 'Special:UploadStash',
        'img-auth'            => 'img_auth script messages',
        'http-errors'         => 'HTTP errors',
@@ -3625,6 +3807,7 @@ XHTML id names.",
        'thumbnails'          => 'Thumbnails',
        'import'              => 'Special:Import',
        'importlog'           => 'Import log',
+       'javaccripttest'      => 'JavaScriptTest',
        'accesskeys'          => 'Keyboard access keys for power users',
        'tooltips'            => 'Tooltip help for the actions',
        'stylesheets'         => 'Stylesheets',
@@ -3704,7 +3887,6 @@ Variants for Chinese language",
        'all'                   => "'all' in various places, this might be different for inflected languages",
        'confirmemail'          => 'E-mail address confirmation',
        'scarytransclusion'     => 'Scary transclusion',
-       'trackbacks'            => 'Trackbacks',
        'deleteconflict'        => 'Delete conflict',
        'unit-pixel'            => '',
        'purge'                 => 'action=purge',
@@ -3715,6 +3897,7 @@ Variants for Chinese language",
        'autosumm'              => 'Auto-summaries',
        'autoblock_whitelist'   => 'Autoblock whitelist',
        'sizeunits'             => 'Size units',
+       'bitrateunits'          => 'Bitrate units',
        'livepreview'           => 'Live preview',
        'lagwarning'            => 'Friendlier slave lag warnings',
        'watchlisteditor'       => 'Watchlist editor',
@@ -3736,4 +3919,7 @@ 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',
+       'apierrors'             => 'API errors',
 );