Localize Virus scanner messages.
[lhc/web/wiklou.git] / maintenance / language / messages.inc
index b97a10b..aab7647 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',
@@ -322,7 +319,7 @@ $wgMessageStructure = array(
                'readonly',
                'enterlockreason',
                'readonlytext',
-               'missingarticle',
+               'missing-article',
                'missingarticle-rev',
                'missingarticle-diff',
                'readonly_lag',
@@ -359,6 +356,10 @@ $wgMessageStructure = array(
                'customcssjsprotected',
                'ns-specialprotected',
                'titleprotected',
+               'virus-badscanner',
+               'virus-badscanner',
+               'virus-scanfailed',
+               'virus-unknownscanner',
        ),
        'login' => array(
                'logouttitle',
@@ -390,6 +391,7 @@ $wgMessageStructure = array(
                'youremail',
                'username',
                'uid',
+               'prefs-memberingroups',
                'yourrealname',
                'yourlanguage',
                'yourvariant',
@@ -558,9 +560,16 @@ $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',
@@ -571,6 +580,7 @@ $wgMessageStructure = array(
        'cantcreateaccount' => array(
                'cantcreateaccounttitle',
                'cantcreateaccount-text',
+               'cantcreateaccount-nonblock-text',
        ),
        'history' => array(
                'viewpagelogs',
@@ -721,7 +731,9 @@ $wgMessageStructure = array(
                'nonefound',
                'powersearch',
                'powersearch-legend',
-               'powersearchtext',
+               'powersearch-ns',
+               'powersearch-redir',
+               'powersearch-field',
                'search-external',
                'searchdisabled',
                'googlesearch',
@@ -787,6 +799,8 @@ $wgMessageStructure = array(
                'servertime',
                'guesstimezone',
                'allowemail',
+               'prefs-searchoptions',
+               'prefs-namespaces',
                'defaultns',
                'default',
                'files',
@@ -852,6 +866,7 @@ $wgMessageStructure = array(
                'right-createaccount',
                'right-minoredit',
                'right-move',
+               'right-move-subpages',
                'right-suppressredirect',
                'right-upload',
                'right-reupload',
@@ -863,14 +878,15 @@ $wgMessageStructure = array(
                'right-bot',
                'right-nominornewtalk',
                'right-apihighlimits',
+               'right-writeapi',
                'right-delete',
                'right-bigdelete',
                'right-deleterevision',
                'right-deletedhistory',
                'right-browsearchive',
                'right-undelete',
-               'right-hiderevision',
-               'right-suppress',
+               'right-suppressrevision',
+               'right-suppressionlog',
                'right-block',
                'right-blockemail',
                'right-hideuser',
@@ -882,10 +898,12 @@ $wgMessageStructure = array(
                'right-editusercssjs',
                'right-rollback',
                'right-markbotedits',
+               'right-noratelimit',
                'right-import',
                'right-importupload',
                'right-patrol',
                'right-autopatrol',
+               'right-patrolmarks',
                'right-unwatchedpages',
                'right-trackback',
                'right-mergehistory',
@@ -945,6 +963,7 @@ $wgMessageStructure = array(
                'reuploaddesc',
                'uploadnologin',
                'uploadnologintext',
+               'upload_directory_missing',
                'upload_directory_read_only',
                'uploaderror',
                'upload-summary',
@@ -982,6 +1001,7 @@ $wgMessageStructure = array(
                'file-thumbnail-no',
                'fileexists-forbidden',
                'fileexists-shared-forbidden',
+               'file-exists-duplicate',
                'successfulupload',
                'uploadwarning',
                'savefile',
@@ -1049,6 +1069,9 @@ $wgMessageStructure = array(
                'imagelinks',
                'linkstoimage',
                'nolinkstoimage',
+               'morelinkstoimage',
+               'redirectstofile',
+               'duplicatesoffile',
                'sharedupload',
                'shareduploadwiki',
                'shareduploadwiki-desc',
@@ -1186,6 +1209,8 @@ $wgMessageStructure = array(
                'wantedcategories-summary',
                'wantedpages',
                'wantedpages-summary',
+               'missingfiles',
+               'missingfiles-summary',
                'mostlinked',
                'mostlinked-summary',
                'mostlinkedcategories',
@@ -1218,13 +1243,6 @@ $wgMessageStructure = array(
                'protectedtitlesempty',
                'listusers',
                'listusers-summary',
-               'ativeusers',
-               'ativeusers-summary',
-               
-               'specialpages',
-               'specialpages-summary',
-               'spheading',
-               'restrictedpheading',
                'newpages',
                'newpages-summary',
                'newpages-username',
@@ -1236,6 +1254,8 @@ $wgMessageStructure = array(
                'unusedcategoriestext',
                'notargettitle',
                'notargettext',
+               'nopagetitle',
+               'nopagetext',
                'pager-newer-n',
                'pager-older-n',
                'suppress',
@@ -1280,17 +1300,18 @@ $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',
                'listusers-noresult',
-               'listusers-blocked'
-       ),
-       'activeusers' => array(
-               'activeusers-count',
-               'activeusers-from',
-               'activeusers-submit',
-               'activeusers-noresult',
        ),
        'listgrouprights' => array(
                'listgrouprights',
@@ -1299,6 +1320,7 @@ $wgMessageStructure = array(
                'listgrouprights-rights',
                'listgrouprights-helppage',
                'listgrouprights-members',
+               'listgrouprights-right-display',
        ),
        'emailuser' => array(
                'mailnologin',
@@ -1319,7 +1341,6 @@ $wgMessageStructure = array(
                'emailccsubject',
                'emailsent',
                'emailsenttext',
-               'emailuserfooter',
        ),
        'watchlist' => array(
                'watchlist',
@@ -1527,12 +1548,14 @@ $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(
@@ -1555,6 +1578,7 @@ $wgMessageStructure = array(
                'ipbotheroption',
                'ipbotherreason',
                'ipbhidename',
+               'ipbwatchuser',
                'badipaddress',
                'blockipsuccesssub',
                'blockipsuccesstext',
@@ -1596,6 +1620,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',
@@ -1646,8 +1671,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',
@@ -1660,6 +1689,8 @@ $wgMessageStructure = array(
                'delete_and_move_reason',
                'selfmove',
                'immobile_namespace',
+               'imagenocrossnamespace',
+               'imagetypemismatch',
        ),
        'export' => array(
                'export',
@@ -1718,6 +1749,7 @@ $wgMessageStructure = array(
                'import-noarticle',
                'import-nonewrevisions',
                'xml-error-string',
+               'import-upload',
        ),
        'importlog' => array(
                'importlogpage',
@@ -1854,11 +1886,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',
@@ -1969,7 +2015,9 @@ $wgMessageStructure = array(
                'variantname-zh-cn',
                'variantname-zh-tw',
                'variantname-zh-hk',
+               'variantname-zh-mo',
                'variantname-zh-sg',
+               'variantname-zh-my',
                'variantname-zh',
        ),
        'variantname-sr' => array(
@@ -2385,8 +2433,7 @@ $wgMessageStructure = array(
                'imgmultipageprev',
                'imgmultipagenext',
                'imgmultigo',
-               'imgmultigotopre',
-               'imgmultigotopost',
+               'imgmultigoto',
        ),
        'tablepager' => array(
                'ascending_abbrev',
@@ -2460,6 +2507,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',
@@ -2493,6 +2554,7 @@ $wgMessageStructure = array(
        'signatures' => array(
                'signature',
                'signature-anon',
+               'timezone-utc',
        ),
        'CoreParserFunctions' => array(
                'unknown_extension_tag',
@@ -2534,16 +2596,22 @@ $wgMessageStructure = array(
                'fileduplicatesearch-result-1',
                'fileduplicatesearch-result-n',
        ),
-       'specialpages-group' => array(
+       '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-needy',
                'specialpages-group-highuse',
-               'specialpages-group-permissions',
+               'specialpages-group-pages',
+               'specialpages-group-pagetools',
+               'specialpages-group-wiki',
+               'specialpages-group-redirects',
+               'specialpages-group-spam',
        ),
 );
 
@@ -2559,7 +2627,7 @@ XHTML id names.",
        'underline'           => '',
        'skinpreview'         => '',
        'dates'               => 'Dates',
-       'categories'          => 'Categories related messages',
+       'categorypages'       => 'Categories related messages',
        'mainpage'            => '',
        'miscellaneous1'      => '',
        'metadata_help'       => 'Metadata in edit box',
@@ -2575,6 +2643,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',
@@ -2620,6 +2689,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',
@@ -2722,13 +2792,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',
-       'specialpages-group'    => 'Special:SpecialPages',
+       'special-specialpages'  => 'Special:SpecialPages',
 );
 
 /** Short comments for standalone messages */