Revert r114067, r114071, r114075, r114079, r114081, r114082, r114084, r114086, r11408...
[lhc/web/wiklou.git] / maintenance / language / messages.inc
index 6fa2a6c..093305e 100644 (file)
@@ -28,7 +28,6 @@ $wgMessageStructure = array(
        ),
        'toggles' => array(
                'tog-underline',
-               'tog-highlightbroken',
                'tog-justify',
                'tog-hideminor',
                'tog-hidepatrolled',
@@ -409,6 +408,7 @@ $wgMessageStructure = array(
                'customjsprotected',
                'ns-specialprotected',
                'titleprotected',
+               'filereadonlyerror'
        ),
        'virus' => array(
                'virus-badscanner',
@@ -432,6 +432,7 @@ $wgMessageStructure = array(
                'userloginnocreate',
                'logout',
                'userlogout',
+               'userlogout-summary',
                'notloggedin',
                'nologin',
                'nologinlink',
@@ -539,6 +540,7 @@ $wgMessageStructure = array(
        ),
        'changeemail' => array(
                'changeemail',
+               'changeemail-summary',
                'changeemail-header',
                'changeemail-text',
                'changeemail-no-info',
@@ -926,6 +928,7 @@ $wgMessageStructure = array(
                'prefsnologin',
                'prefsnologintext',
                'changepassword',
+               'changepassword-summary',
                'prefs-skin',
                'skin-preview',
                'datedefault',
@@ -952,6 +955,7 @@ $wgMessageStructure = array(
                'prefs-editing',
                'prefs-edit-boxsize',
                'rows',
+               'columns',
                'searchresultshead',
                'resultsperpage',
                'stub-threshold',
@@ -1015,7 +1019,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',
@@ -1225,9 +1229,11 @@ $wgMessageStructure = array(
                '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',
@@ -1343,6 +1349,7 @@ $wgMessageStructure = array(
                'upload-too-many-redirects',
                'upload-unknown-size',
                'upload-http-error',
+               'upload-copy-upload-invalid-domain',
        ),
 
        'filebackend-errors' => array(
@@ -1362,6 +1369,18 @@ $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'
+       ),
+
+       'filejournal-errors' => array(
+               'filejournal-fail-dbconnect',
+               'filejournal-fail-dbquery'
        ),
 
        'lockmanager-errors' => array(
@@ -1618,7 +1637,9 @@ $wgMessageStructure = array(
                'uncategorizedtemplates',
                'uncategorizedtemplates-summary',
                'unusedcategories',
+               'unusedcategories-summary',
                'unusedimages',
+               'unusedimages-summary',
                'popularpages',
                'popularpages-summary',
                'wantedcategories',
@@ -1628,6 +1649,8 @@ $wgMessageStructure = array(
                'wantedpages-badtitle',
                'wantedfiles',
                'wantedfiles-summary',
+               'wantedfiletext-cat',
+               'wantedfiletext-nocat',
                'wantedtemplates',
                'wantedtemplates-summary',
                'mostlinked',
@@ -1736,11 +1759,13 @@ $wgMessageStructure = array(
        ),
        'deletedcontribs' => array(
                'deletedcontributions',
+               'deletedcontributions-summary',
                'deletedcontributions-title',
                'sp-deletedcontributions-contribs',
        ),
        'linksearch' => array(
                'linksearch',
+               'linksearch-summary',
                'linksearch-pat',
                'linksearch-ns',
                'linksearch-ok',
@@ -1793,6 +1818,7 @@ $wgMessageStructure = array(
                'mailnologin',
                'mailnologintext',
                'emailuser',
+               'emailuser-summary',
                'emailpage',
                'emailpagetext',
                'usermailererror',
@@ -1826,6 +1852,7 @@ $wgMessageStructure = array(
        ),
        'watchlist' => array(
                'watchlist',
+               'watchlist-summary',
                'mywatchlist',
                'watchlistfor2',
                'nowatchlist',
@@ -1974,6 +2001,7 @@ $wgMessageStructure = array(
        ),
        'undelete' => array(
                'undelete',
+               'undelete-summary',
                'undeletepage',
                'undeletepagetitle',
                'viewdeletedpage',
@@ -2024,6 +2052,7 @@ $wgMessageStructure = array(
        ),
        'contributions' => array(
                'contributions',
+               'contributions-summary',
                'contributions-title',
                'mycontris',
                'contribsub2',
@@ -2076,6 +2105,7 @@ $wgMessageStructure = array(
                'autoblockid',
                'block',
                'unblock',
+               'unblock-summary',
                'blockip',
                'blockip-title',
                'blockip-legend',
@@ -2207,6 +2237,7 @@ $wgMessageStructure = array(
        ),
        'movepage' => array(
                'move-page',
+               'movepage-summary',
                'move-page-legend',
                'movepagetext',
                'movepagetext-noredirectfixer',
@@ -2268,7 +2299,9 @@ $wgMessageStructure = array(
        ),
        'export' => array(
                'export',
+               'export-summary',
                'exporttext',
+               'exportall',
                'exportcuronly',
                'exportnohistory',
                'exportlistauthors',
@@ -2313,6 +2346,7 @@ $wgMessageStructure = array(
        ),
        'import' => array(
                'import',
+               'import-summary',
                'importinterwiki',
                'import-interwiki-text',
                'import-interwiki-source',
@@ -2348,6 +2382,9 @@ $wgMessageStructure = array(
                'import-invalid-interwiki',
                'import-error-edit',
                'import-error-create',
+               'import-error-interwiki',
+               'import-error-special',
+               'import-error-invalid',
        ),
        'importlog' => array(
                'importlogpage',
@@ -2357,6 +2394,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',
@@ -2425,6 +2475,8 @@ $wgMessageStructure = array(
                'accesskey-blockip-block',
                'accesskey-export',
                'accesskey-import',
+               'accesskey-watchlistedit-normal-submit',
+               'accesskey-watchlistedit-raw-submit',
        ),
        'tooltips' => array(
                'tooltip-pt-userpage',
@@ -2487,6 +2539,8 @@ $wgMessageStructure = array(
                'tooltip-diff',
                'tooltip-compareselectedversions',
                'tooltip-watch',
+               'tooltip-watchlistedit-normal-submit',
+               'tooltip-watchlistedit-raw-submit',
                'tooltip-recreate',
                'tooltip-upload',
                'tooltip-rollback',
@@ -3275,6 +3329,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',
@@ -3290,6 +3360,7 @@ $wgMessageStructure = array(
                'confirm-watch-button',
        ),
        'watchlisteditor' => array(
+               'editwatchlist-summary',
                'watchlistedit-numitems',
                'watchlistedit-noitems',
                'watchlistedit-normal-title',
@@ -3380,6 +3451,7 @@ $wgMessageStructure = array(
        ),
        'version' => array(
                'version',
+               'version-summary',
                'version-extensions',
                'version-specialpages',
                'version-parserhooks',
@@ -3448,6 +3520,7 @@ $wgMessageStructure = array(
        ),
        'special-tags' => array(
                'tags',
+               'tags-summary',
                'tag-filter',
                'tag-filter-submit',
                'tags-title',
@@ -3461,6 +3534,7 @@ $wgMessageStructure = array(
        ),
        'comparepages' => array(
                'comparepages',
+               'comparepages-summary',
                'compare-selector',
                'compare-page1',
                'compare-page2',
@@ -3531,6 +3605,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',
@@ -3546,6 +3648,44 @@ $wgMessageStructure = array(
                '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 */
@@ -3668,6 +3808,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',
@@ -3757,6 +3898,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',
@@ -3778,5 +3920,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',
 );