Self revert, this isn't really implemented right.
[lhc/web/wiklou.git] / maintenance / language / messages.inc
index fda0739..882f0c0 100644 (file)
@@ -2,7 +2,8 @@
 /**
  * Define the messages structure in the messages file, for an automated rewriting.
  *
- * @addtogroup Maintenance
+ * @file
+ * @ingroup MaintenanceLanguage
  */
 
 /** The structure of the messages, divided to blocks */
@@ -112,11 +113,7 @@ $wgMessageStructure = array(
                'nov',
                'dec',
        ),
-       'categories' => array(
-               'categories',
-               'categoriespagetext',
-               'special-categories-sort-count',
-               'special-categories-sort-abc',
+       'categorypages' => array(
                'pagecategories',
                'pagecategorieslink',
                'category_header',
@@ -270,6 +267,7 @@ $wgMessageStructure = array(
                'editsection',
                'editsection-brackets',
                'editold',
+               'viewsourceold',
                'editsectionhint',
                'toc',
                'showtoc',
@@ -321,7 +319,9 @@ $wgMessageStructure = array(
                'readonly',
                'enterlockreason',
                'readonlytext',
-               'missingarticle',
+               'missing-article',
+               'missingarticle-rev',
+               'missingarticle-diff',
                'readonly_lag',
                'internalerror',
                'internalerror_info',
@@ -370,6 +370,7 @@ $wgMessageStructure = array(
                'externaldberror',
                'loginproblem',
                'login',
+               'nav-login-createaccount',
                'loginprompt',
                'userlogin',
                'logout',
@@ -386,6 +387,7 @@ $wgMessageStructure = array(
                'youremail',
                'username',
                'uid',
+               'prefs-memberingroups',
                'yourrealname',
                'yourlanguage',
                'yourvariant',
@@ -554,18 +556,27 @@ $wgMessageStructure = array(
                'nocreate-loggedin',
                'permissionserrors',
                'permissionserrorstext',
+               'permissionserrorstext-withaction',
                'recreate-deleted-warn',
+       ),
+       'parserwarnings' => array(
                'expensive-parserfunction-warning',
                'expensive-parserfunction-category',
+               'post-expand-template-inclusion-warning',
+               'post-expand-template-inclusion-category',
+               'post-expand-template-argument-warning',
+               'post-expand-template-argument-category',
        ),
        'undo' => array(
                'undo-success',
                'undo-failure',
+               'undo-norev',
                'undo-summary',
        ),
        'cantcreateaccount' => array(
                'cantcreateaccounttitle',
                'cantcreateaccount-text',
+               'cantcreateaccount-nonblock-text',
        ),
        'history' => array(
                'viewpagelogs',
@@ -700,6 +711,15 @@ $wgMessageStructure = array(
                'search-redirect',
                'search-section',
                'search-suggest',
+               'search-interwiki-caption',
+               'search-interwiki-default',
+               'search-interwiki-custom',
+               'search-interwiki-more',
+               'search-mwsuggest-enabled',
+               'search-mwsuggest-disabled',    
+               'search-relatedarticle',
+               'mwsuggest-disable',
+               'searchrelated',        
                'searchall',
                'showingresults',
                'showingresultsnum',
@@ -707,7 +727,9 @@ $wgMessageStructure = array(
                'nonefound',
                'powersearch',
                'powersearch-legend',
-               'powersearchtext',
+               'powersearch-ns',
+               'powersearch-redir',
+               'powersearch-field',
                'search-external',
                'searchdisabled',
                'googlesearch',
@@ -773,6 +795,8 @@ $wgMessageStructure = array(
                'servertime',
                'guesstimezone',
                'allowemail',
+               'prefs-searchoptions',
+               'prefs-namespaces',
                'defaultns',
                'default',
                'files',
@@ -802,9 +826,11 @@ $wgMessageStructure = array(
                'userrights-notallowed',
                'userrights-changeable-col',
                'userrights-unchangeable-col',
+               'userrights-irreversible-marker',
        ),
        'group' => array(
                'group',
+               'group-user',
                'group-autoconfirmed',
                'group-bot',
                'group-sysop',
@@ -813,6 +839,7 @@ $wgMessageStructure = array(
                'group-all',
        ),
        'group-member' => array(
+               'group-user-member',
                'group-autoconfirmed-member',
                'group-bot-member',
                'group-sysop-member',
@@ -820,12 +847,66 @@ $wgMessageStructure = array(
                'group-suppress-member',
        ),
        'grouppage' => array(
+               'grouppage-user',
                'grouppage-autoconfirmed',
                'grouppage-bot',
                'grouppage-sysop',
                'grouppage-bureaucrat',
                'grouppage-suppress',
        ),
+       'right' => array(
+               'right-read',
+               'right-edit',
+               'right-createpage',
+               'right-createtalk',
+               'right-createaccount',
+               'right-minoredit',
+               'right-move',
+               'right-move-subpages',
+               'right-suppressredirect',
+               'right-upload',
+               'right-reupload',
+               'right-reupload-own',
+               'right-reupload-shared',
+               'right-upload_by_url',
+               'right-purge',
+               'right-autoconfirmed',
+               'right-bot',
+               'right-nominornewtalk',
+               'right-apihighlimits',
+               'right-writeapi',
+               'right-delete',
+               'right-bigdelete',
+               'right-deleterevision',
+               'right-deletedhistory',
+               'right-browsearchive',
+               'right-undelete',
+               'right-suppressrevision',
+               'right-suppressionlog',
+               'right-block',
+               'right-blockemail',
+               'right-hideuser',
+               'right-ipblock-exempt',
+               'right-proxyunbannable',
+               'right-protect',
+               'right-editprotected',
+               'right-editinterface',
+               'right-editusercssjs',
+               'right-rollback',
+               'right-markbotedits',
+               'right-noratelimit',
+               'right-import',
+               'right-importupload',
+               'right-patrol',
+               'right-autopatrol',
+               'right-patrolmarks',
+               'right-unwatchedpages',
+               'right-trackback',
+               'right-mergehistory',
+               'right-userrights',
+               'right-userrights-interwiki',
+               'right-siteadmin',
+       ),
        'rightslog' => array(
                'rightslog',
                'rightslogtext',
@@ -868,6 +949,8 @@ $wgMessageStructure = array(
                'recentchangeslinked-title',
                'recentchangeslinked-noresult',
                'recentchangeslinked-summary',
+               'recentchangeslinked-page',
+               'recentchangeslinked-to',
        ),
        'upload' => array(
                'upload',
@@ -876,6 +959,7 @@ $wgMessageStructure = array(
                'reuploaddesc',
                'uploadnologin',
                'uploadnologintext',
+               'upload_directory_missing',
                'upload_directory_read_only',
                'uploaderror',
                'upload-summary',
@@ -913,6 +997,7 @@ $wgMessageStructure = array(
                'file-thumbnail-no',
                'fileexists-forbidden',
                'fileexists-shared-forbidden',
+               'file-exists-duplicate',
                'successfulupload',
                'uploadwarning',
                'savefile',
@@ -957,7 +1042,6 @@ $wgMessageStructure = array(
        'imagelist' => array(
                'imagelist-summary',
                'imagelist_search_for',
-               'imgdesc',
                'imgfile',
                'imagelist',
                'imagelist_date',
@@ -981,11 +1065,18 @@ $wgMessageStructure = array(
                'imagelinks',
                'linkstoimage',
                'nolinkstoimage',
+               'morelinkstoimage',
+               'redirectstofile',
+               'duplicatesoffile',
                'sharedupload',
                'shareduploadwiki',
                'shareduploadwiki-desc',
                'shareduploadwiki-linktext',
                'shareddescriptionfollows',
+               'shareduploadduplicate',
+               'shareduploadduplicate-linktext',
+               'shareduploadconflict',
+               'shareduploadconflict-linktext',
                'noimage',
                'noimage-linktext',
                'uploadnewversion-linktext',
@@ -1078,8 +1169,8 @@ $wgMessageStructure = array(
        ),
        'withoutinterwiki' => array(
                'withoutinterwiki',
-               'withoutinterwiki-header',
                'withoutinterwiki-summary',
+               'withoutinterwiki-legend',
                'withoutinterwiki-submit',
        ),
        'fewestrevisions' => array(
@@ -1114,6 +1205,8 @@ $wgMessageStructure = array(
                'wantedcategories-summary',
                'wantedpages',
                'wantedpages-summary',
+               'missingfiles',
+               'missingfiles-summary',
                'mostlinked',
                'mostlinked-summary',
                'mostlinkedcategories',
@@ -1136,6 +1229,7 @@ $wgMessageStructure = array(
                'deadendpages-summary',
                'deadendpagestext',
                'protectedpages',
+               'protectedpages-indef',
                'protectedpages-summary',
                'protectedpagestext',
                'protectedpagesempty',
@@ -1145,10 +1239,6 @@ $wgMessageStructure = array(
                'protectedtitlesempty',
                'listusers',
                'listusers-summary',
-               'specialpages',
-               'specialpages-summary',
-               'spheading',
-               'restrictedpheading',
                'newpages',
                'newpages-summary',
                'newpages-username',
@@ -1160,6 +1250,8 @@ $wgMessageStructure = array(
                'unusedcategoriestext',
                'notargettitle',
                'notargettext',
+               'nopagetitle',
+               'nopagetext',
                'pager-newer-n',
                'pager-older-n',
                'suppress',
@@ -1204,6 +1296,14 @@ $wgMessageStructure = array(
                'allpagesbadtitle',
                'allpages-bad-ns',
        ),
+       'categories' => array(
+               'categories',
+               'categories-summary',
+               'categoriespagetext',
+               'categoriesfrom',
+               'special-categories-sort-count',
+               'special-categories-sort-abc',
+       ),
        'listusers' => array(
                'listusersfrom',
                'listusers-submit',
@@ -1214,7 +1314,9 @@ $wgMessageStructure = array(
                'listgrouprights-summary',
                'listgrouprights-group',
                'listgrouprights-rights',
-               'listgrouprights-link',
+               'listgrouprights-helppage',
+               'listgrouprights-members',
+               'listgrouprights-right-display',
        ),
        'emailuser' => array(
                'mailnologin',
@@ -1362,6 +1464,7 @@ $wgMessageStructure = array(
                'restriction-edit',
                'restriction-move',
                'restriction-create',
+               'restriction-upload',
        ),
        'restriction-levels' => array(
                'restriction-level-sysop',
@@ -1441,9 +1544,15 @@ $wgMessageStructure = array(
                'nolinkshere-ns',
                'isredirect',
                'istemplate',
+               'isimage',
                'whatlinkshere-prev',
                'whatlinkshere-next',
                'whatlinkshere-links',
+               'whatlinkshere-hideredirs',
+               'whatlinkshere-hidetrans',
+               'whatlinkshere-hidelinks',
+               'whatlinkshere-hideimages',
+               'whatlinkshere-filters',
        ),
        'block' => array(
                'blockip',
@@ -1465,6 +1574,7 @@ $wgMessageStructure = array(
                'ipbotheroption',
                'ipbotherreason',
                'ipbhidename',
+               'ipbwatchuser',
                'badipaddress',
                'blockipsuccesssub',
                'blockipsuccesstext',
@@ -1506,6 +1616,7 @@ $wgMessageStructure = array(
                'block-log-flags-noemail',
                'range_block_disabled',
                'ipb_expiry_invalid',
+               'ipb_expiry_temp',
                'ipb_already_blocked',
                'ipb_cant_unblock',
                'ipb_blocked_as_range',
@@ -1556,8 +1667,12 @@ $wgMessageStructure = array(
                'talkexists',
                'movedto',
                'movetalk',
-               'talkpagemoved',
-               'talkpagenotmoved',
+               'move-subpages',
+               'move-talk-subpages',
+               'movepage-page-exists',
+               'movepage-page-moved',
+               'movepage-page-unmoved',
+               'movepage-max-pages',
                '1movedto2',
                '1movedto2_redir',
                'movelogpage',
@@ -1570,6 +1685,8 @@ $wgMessageStructure = array(
                'delete_and_move_reason',
                'selfmove',
                'immobile_namespace',
+               'imagenocrossnamespace',
+               'imagetypemismatch',
        ),
        'export' => array(
                'export',
@@ -1628,6 +1745,7 @@ $wgMessageStructure = array(
                'import-noarticle',
                'import-nonewrevisions',
                'xml-error-string',
+               'import-upload',
        ),
        'importlog' => array(
                'importlogpage',
@@ -1764,11 +1882,25 @@ $wgMessageStructure = array(
        ),
        'stylesheets' => array(
                'common.css',
+               'standard.css',
+               'nostalgia.css',
+               'cologneblue.css',
                'monobook.css',
+               'myskin.css',
+               'chick.css',
+               'simple.css',
+               'modern.css',
        ),
        'scripts' => array(
                'common.js',
+               'standard.js',
+               'nostalgia.js',
+               'cologneblue.js',
                'monobook.js',
+               'myskin.js',
+               'chick.js',
+               'simple.js',
+               'modern.js',
        ),
        'metadata_cc' => array(
                'nodublincore',
@@ -1885,8 +2017,6 @@ $wgMessageStructure = array(
        'variantname-sr' => array(
                'variantname-sr-ec',
                'variantname-sr-el',
-               'variantname-sr-jc',
-               'variantname-sr-jl',
                'variantname-sr',
        ),
        'variantname-kk' => array(
@@ -2297,8 +2427,7 @@ $wgMessageStructure = array(
                'imgmultipageprev',
                'imgmultipagenext',
                'imgmultigo',
-               'imgmultigotopre',
-               'imgmultigotopost',
+               'imgmultigoto',
        ),
        'tablepager' => array(
                'ascending_abbrev',
@@ -2372,6 +2501,20 @@ $wgMessageStructure = array(
                'iranian-calendar-m11',
                'iranian-calendar-m12',
        ),
+       'hijri-dates' => array(
+               'hijri-calendar-m1',
+               'hijri-calendar-m2',
+               'hijri-calendar-m3',
+               'hijri-calendar-m4',
+               'hijri-calendar-m5',
+               'hijri-calendar-m6',
+               'hijri-calendar-m7',
+               'hijri-calendar-m8',
+               'hijri-calendar-m9',
+               'hijri-calendar-m10',
+               'hijri-calendar-m11',
+               'hijri-calendar-m12',
+       ),
        'hebrew-dates' => array(
                'hebrew-calendar-m1',
                'hebrew-calendar-m2',
@@ -2446,6 +2589,23 @@ $wgMessageStructure = array(
                'fileduplicatesearch-result-1',
                'fileduplicatesearch-result-n',
        ),
+       'special-specialpages' => array(
+               'specialpages',
+               'specialpages-summary',
+               'specialpages-note',
+               'specialpages-group-maintenance',
+               'specialpages-group-other',
+               'specialpages-group-login',
+               'specialpages-group-changes',
+               'specialpages-group-media',
+               'specialpages-group-users',
+               'specialpages-group-highuse',
+               'specialpages-group-pages',
+               'specialpages-group-pagetools',
+               'specialpages-group-wiki',
+               'specialpages-group-redirects',
+               'specialpages-group-spam',
+       ),
 );
 
 /** Comments for each block */
@@ -2460,7 +2620,7 @@ XHTML id names.",
        'underline'           => '',
        'skinpreview'         => '',
        'dates'               => 'Dates',
-       'categories'          => 'Categories related messages',
+       'categorypages'       => 'Categories related messages',
        'mainpage'            => '',
        'miscellaneous1'      => '',
        'metadata_help'       => 'Metadata in edit box',
@@ -2476,6 +2636,7 @@ XHTML id names.",
        'resetpass'           => 'Password reset dialog',
        'toolbar'             => 'Edit page toolbar',
        'edit'                => 'Edit pages',
+       'parserwarnings'      => 'Parser/template warnings',
        'undo'                => '"Undo" feature',
        'cantcreateaccount'   => 'Account creation failure',
        'history'             => 'History pages',
@@ -2492,6 +2653,7 @@ XHTML id names.",
        'group'               => 'Groups',
        'group-member'        => '',
        'grouppage'           => '',
+       'right'               => 'Rights',
        'rightslog'           => 'User rights log',
        'recentchanges'       => 'Recent changes',
        'recentchangeslinked' => 'Recent changes linked',
@@ -2520,6 +2682,7 @@ XHTML id names.",
        'magicwords'          => 'Magic words',
        'logpages'            => 'Special:Log',
        'allpages'            => 'Special:Allpages',
+       'categories'          => 'Special:Categories',
        'listusers'           => 'Special:Listusers',
        'listgrouprights'     => 'Special:Listgrouprights',
        'emailuser'           => 'E-mail user',
@@ -2622,12 +2785,14 @@ Variants for Chinese language",
        'watchlisteditor'       => 'Watchlist editor',
        'watchlisttools'        => 'Watchlist editing tools',
        'iranian-dates'         => 'Iranian month names',
+       'hijri-dates'           => 'Hijri month names',
        'hebrew-dates'          => 'Hebrew month names',
        'signatures'            => 'Signatures',
        'CoreParserFunctions'   => 'Core parser functions',
        'version'               => 'Special:Version',
        'filepath'              => 'Special:Filepath',
        'fileduplicatesearch'   => 'Special:FileDuplicateSearch',
+       'special-specialpages'  => 'Special:SpecialPages',
 );
 
 /** Short comments for standalone messages */