MediaWiki  REL1_20
MessagesEn.php
Go to the documentation of this file.
00001 <?php
00022 $fallback = false;
00023 
00027 $rtl = false;
00028 
00033 $capitalizeAllNouns = false;
00034 
00038 $digitTransformTable = null;
00039 
00043 $separatorTransformTable = null;
00044 
00050 $extraUserToggles = array();
00051 
00058 $fallback8bitEncoding = 'windows-1252';
00059 
00063 $linkPrefixExtension = false;
00064 
00081 $namespaceNames = array(
00082         NS_MEDIA            => 'Media',
00083         NS_SPECIAL          => 'Special',
00084         NS_MAIN             => '',
00085         NS_TALK             => 'Talk',
00086         NS_USER             => 'User',
00087         NS_USER_TALK        => 'User_talk',
00088         # NS_PROJECT set by $wgMetaNamespace
00089         NS_PROJECT_TALK     => '$1_talk',
00090         NS_FILE             => 'File',
00091         NS_FILE_TALK        => 'File_talk',
00092         NS_MEDIAWIKI        => 'MediaWiki',
00093         NS_MEDIAWIKI_TALK   => 'MediaWiki_talk',
00094         NS_TEMPLATE         => 'Template',
00095         NS_TEMPLATE_TALK    => 'Template_talk',
00096         NS_HELP             => 'Help',
00097         NS_HELP_TALK        => 'Help_talk',
00098         NS_CATEGORY         => 'Category',
00099         NS_CATEGORY_TALK    => 'Category_talk',
00100 );
00101 
00105 $namespaceAliases = array();
00106 
00115 $namespaceGenderAliases = array();
00116 
00126 $datePreferences = array(
00127         'default',
00128         'mdy',
00129         'dmy',
00130         'ymd',
00131         'ISO 8601',
00132 );
00133 
00140 $defaultDateFormat = 'dmy or mdy';
00141 
00146 $datePreferenceMigrationMap = array(
00147         'default',
00148         'mdy',
00149         'dmy',
00150         'ymd'
00151 );
00152 
00161 $dateFormats = array(
00162         'mdy time' => 'H:i',
00163         'mdy date' => 'F j, Y',
00164         'mdy both' => 'H:i, F j, Y',
00165 
00166         'dmy time' => 'H:i',
00167         'dmy date' => 'j F Y',
00168         'dmy both' => 'H:i, j F Y',
00169 
00170         'ymd time' => 'H:i',
00171         'ymd date' => 'Y F j',
00172         'ymd both' => 'H:i, Y F j',
00173 
00174         'ISO 8601 time' => 'xnH:xni:xns',
00175         'ISO 8601 date' => 'xnY-xnm-xnd',
00176         'ISO 8601 both' => 'xnY-xnm-xnd"T"xnH:xni:xns',
00177 );
00178 
00182 $bookstoreList = array(
00183         'AddALL' => 'http://www.addall.com/New/Partner.cgi?query=$1&type=ISBN',
00184         'PriceSCAN' => 'http://www.pricescan.com/books/bookDetail.asp?isbn=$1',
00185         'Barnes & Noble' => 'http://search.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=$1',
00186         'Amazon.com' => 'http://www.amazon.com/gp/search/?field-isbn=$1'
00187 );
00188 
00202 $magicWords = array(
00203 #   ID                                  CASE  SYNONYMS
00204         'redirect'                => array( 0,    '#REDIRECT' ),
00205         'notoc'                   => array( 0,    '__NOTOC__' ),
00206         'nogallery'               => array( 0,    '__NOGALLERY__' ),
00207         'forcetoc'                => array( 0,    '__FORCETOC__' ),
00208         'toc'                     => array( 0,    '__TOC__' ),
00209         'noeditsection'           => array( 0,    '__NOEDITSECTION__' ),
00210         'currentmonth'            => array( 1,    'CURRENTMONTH', 'CURRENTMONTH2' ),
00211         'currentmonth1'           => array( 1,    'CURRENTMONTH1' ),
00212         'currentmonthname'        => array( 1,    'CURRENTMONTHNAME' ),
00213         'currentmonthnamegen'     => array( 1,    'CURRENTMONTHNAMEGEN' ),
00214         'currentmonthabbrev'      => array( 1,    'CURRENTMONTHABBREV' ),
00215         'currentday'              => array( 1,    'CURRENTDAY' ),
00216         'currentday2'             => array( 1,    'CURRENTDAY2' ),
00217         'currentdayname'          => array( 1,    'CURRENTDAYNAME' ),
00218         'currentyear'             => array( 1,    'CURRENTYEAR' ),
00219         'currenttime'             => array( 1,    'CURRENTTIME' ),
00220         'currenthour'             => array( 1,    'CURRENTHOUR' ),
00221         'localmonth'              => array( 1,    'LOCALMONTH', 'LOCALMONTH2' ),
00222         'localmonth1'             => array( 1,    'LOCALMONTH1' ),
00223         'localmonthname'          => array( 1,    'LOCALMONTHNAME' ),
00224         'localmonthnamegen'       => array( 1,    'LOCALMONTHNAMEGEN' ),
00225         'localmonthabbrev'        => array( 1,    'LOCALMONTHABBREV' ),
00226         'localday'                => array( 1,    'LOCALDAY' ),
00227         'localday2'               => array( 1,    'LOCALDAY2' ),
00228         'localdayname'            => array( 1,    'LOCALDAYNAME' ),
00229         'localyear'               => array( 1,    'LOCALYEAR' ),
00230         'localtime'               => array( 1,    'LOCALTIME' ),
00231         'localhour'               => array( 1,    'LOCALHOUR' ),
00232         'numberofpages'           => array( 1,    'NUMBEROFPAGES' ),
00233         'numberofarticles'        => array( 1,    'NUMBEROFARTICLES' ),
00234         'numberoffiles'           => array( 1,    'NUMBEROFFILES' ),
00235         'numberofusers'           => array( 1,    'NUMBEROFUSERS' ),
00236         'numberofactiveusers'     => array( 1,    'NUMBEROFACTIVEUSERS' ),
00237         'numberofedits'           => array( 1,    'NUMBEROFEDITS' ),
00238         'numberofviews'           => array( 1,    'NUMBEROFVIEWS' ),
00239         'pagename'                => array( 1,    'PAGENAME' ),
00240         'pagenamee'               => array( 1,    'PAGENAMEE' ),
00241         'namespace'               => array( 1,    'NAMESPACE' ),
00242         'namespacee'              => array( 1,    'NAMESPACEE' ),
00243         'namespacenumber'         => array( 1,    'NAMESPACENUMBER' ),
00244         'talkspace'               => array( 1,    'TALKSPACE' ),
00245         'talkspacee'              => array( 1,    'TALKSPACEE' ),
00246         'subjectspace'            => array( 1,    'SUBJECTSPACE', 'ARTICLESPACE' ),
00247         'subjectspacee'           => array( 1,    'SUBJECTSPACEE', 'ARTICLESPACEE' ),
00248         'fullpagename'            => array( 1,    'FULLPAGENAME' ),
00249         'fullpagenamee'           => array( 1,    'FULLPAGENAMEE' ),
00250         'subpagename'             => array( 1,    'SUBPAGENAME' ),
00251         'subpagenamee'            => array( 1,    'SUBPAGENAMEE' ),
00252         'basepagename'            => array( 1,    'BASEPAGENAME' ),
00253         'basepagenamee'           => array( 1,    'BASEPAGENAMEE' ),
00254         'talkpagename'            => array( 1,    'TALKPAGENAME' ),
00255         'talkpagenamee'           => array( 1,    'TALKPAGENAMEE' ),
00256         'subjectpagename'         => array( 1,    'SUBJECTPAGENAME', 'ARTICLEPAGENAME' ),
00257         'subjectpagenamee'        => array( 1,    'SUBJECTPAGENAMEE', 'ARTICLEPAGENAMEE' ),
00258         'msg'                     => array( 0,    'MSG:' ),
00259         'subst'                   => array( 0,    'SUBST:' ),
00260         'safesubst'               => array( 0,    'SAFESUBST:' ),
00261         'msgnw'                   => array( 0,    'MSGNW:' ),
00262         'img_thumbnail'           => array( 1,    'thumbnail', 'thumb' ),
00263         'img_manualthumb'         => array( 1,    'thumbnail=$1', 'thumb=$1' ),
00264         'img_right'               => array( 1,    'right' ),
00265         'img_left'                => array( 1,    'left' ),
00266         'img_none'                => array( 1,    'none' ),
00267         'img_width'               => array( 1,    '$1px' ),
00268         'img_center'              => array( 1,    'center', 'centre' ),
00269         'img_framed'              => array( 1,    'framed', 'enframed', 'frame' ),
00270         'img_frameless'           => array( 1,    'frameless' ),
00271         'img_page'                => array( 1,    'page=$1', 'page $1' ),
00272         'img_upright'             => array( 1,    'upright', 'upright=$1', 'upright $1' ),
00273         'img_border'              => array( 1,    'border' ),
00274         'img_baseline'            => array( 1,    'baseline' ),
00275         'img_sub'                 => array( 1,    'sub' ),
00276         'img_super'               => array( 1,    'super', 'sup' ),
00277         'img_top'                 => array( 1,    'top' ),
00278         'img_text_top'            => array( 1,    'text-top' ),
00279         'img_middle'              => array( 1,    'middle' ),
00280         'img_bottom'              => array( 1,    'bottom' ),
00281         'img_text_bottom'         => array( 1,    'text-bottom' ),
00282         'img_link'                => array( 1,    'link=$1' ),
00283         'img_alt'                 => array( 1,    'alt=$1' ),
00284         'img_class'               => array( 1,    'class=$1' ),
00285         'int'                     => array( 0,    'INT:' ),
00286         'sitename'                => array( 1,    'SITENAME' ),
00287         'ns'                      => array( 0,    'NS:' ),
00288         'nse'                     => array( 0,    'NSE:' ),
00289         'localurl'                => array( 0,    'LOCALURL:' ),
00290         'localurle'               => array( 0,    'LOCALURLE:' ),
00291         'articlepath'             => array( 0,    'ARTICLEPATH' ),
00292         'pageid'                  => array( 0,    'PAGEID' ),
00293         'server'                  => array( 0,    'SERVER' ),
00294         'servername'              => array( 0,    'SERVERNAME' ),
00295         'scriptpath'              => array( 0,    'SCRIPTPATH' ),
00296         'stylepath'               => array( 0,    'STYLEPATH' ),
00297         'grammar'                 => array( 0,    'GRAMMAR:' ),
00298         'gender'                  => array( 0,    'GENDER:' ),
00299         'notitleconvert'          => array( 0,    '__NOTITLECONVERT__', '__NOTC__' ),
00300         'nocontentconvert'        => array( 0,    '__NOCONTENTCONVERT__', '__NOCC__' ),
00301         'currentweek'             => array( 1,    'CURRENTWEEK' ),
00302         'currentdow'              => array( 1,    'CURRENTDOW' ),
00303         'localweek'               => array( 1,    'LOCALWEEK' ),
00304         'localdow'                => array( 1,    'LOCALDOW' ),
00305         'revisionid'              => array( 1,    'REVISIONID' ),
00306         'revisionday'             => array( 1,    'REVISIONDAY' ),
00307         'revisionday2'            => array( 1,    'REVISIONDAY2' ),
00308         'revisionmonth'           => array( 1,    'REVISIONMONTH' ),
00309         'revisionmonth1'          => array( 1,    'REVISIONMONTH1' ),
00310         'revisionyear'            => array( 1,    'REVISIONYEAR' ),
00311         'revisiontimestamp'       => array( 1,    'REVISIONTIMESTAMP' ),
00312         'revisionuser'            => array( 1,    'REVISIONUSER' ),
00313         'plural'                  => array( 0,    'PLURAL:' ),
00314         'fullurl'                 => array( 0,    'FULLURL:' ),
00315         'fullurle'                => array( 0,    'FULLURLE:' ),
00316         'canonicalurl'            => array( 0,    'CANONICALURL:' ),
00317         'canonicalurle'           => array( 0,    'CANONICALURLE:' ),
00318         'lcfirst'                 => array( 0,    'LCFIRST:' ),
00319         'ucfirst'                 => array( 0,    'UCFIRST:' ),
00320         'lc'                      => array( 0,    'LC:' ),
00321         'uc'                      => array( 0,    'UC:' ),
00322         'raw'                     => array( 0,    'RAW:' ),
00323         'displaytitle'            => array( 1,    'DISPLAYTITLE' ),
00324         'rawsuffix'               => array( 1,    'R' ),
00325         'newsectionlink'          => array( 1,    '__NEWSECTIONLINK__' ),
00326         'nonewsectionlink'        => array( 1,    '__NONEWSECTIONLINK__' ),
00327         'currentversion'          => array( 1,    'CURRENTVERSION' ),
00328         'urlencode'               => array( 0,    'URLENCODE:' ),
00329         'anchorencode'            => array( 0,    'ANCHORENCODE' ),
00330         'currenttimestamp'        => array( 1,    'CURRENTTIMESTAMP' ),
00331         'localtimestamp'          => array( 1,    'LOCALTIMESTAMP' ),
00332         'directionmark'           => array( 1,    'DIRECTIONMARK', 'DIRMARK' ),
00333         'language'                => array( 0,    '#LANGUAGE:' ),
00334         'contentlanguage'         => array( 1,    'CONTENTLANGUAGE', 'CONTENTLANG' ),
00335         'pagesinnamespace'        => array( 1,    'PAGESINNAMESPACE:', 'PAGESINNS:' ),
00336         'numberofadmins'          => array( 1,    'NUMBEROFADMINS' ),
00337         'formatnum'               => array( 0,    'FORMATNUM' ),
00338         'padleft'                 => array( 0,    'PADLEFT' ),
00339         'padright'                => array( 0,    'PADRIGHT' ),
00340         'special'                 => array( 0,    'special' ),
00341         'speciale'                => array( 0,    'speciale' ),
00342         'defaultsort'             => array( 1,    'DEFAULTSORT:', 'DEFAULTSORTKEY:', 'DEFAULTCATEGORYSORT:' ),
00343         'filepath'                => array( 0,    'FILEPATH:' ),
00344         'tag'                     => array( 0,    'tag' ),
00345         'hiddencat'               => array( 1,    '__HIDDENCAT__' ),
00346         'pagesincategory'         => array( 1,    'PAGESINCATEGORY', 'PAGESINCAT' ),
00347         'pagesize'                => array( 1,    'PAGESIZE' ),
00348         'index'                   => array( 1,    '__INDEX__' ),
00349         'noindex'                 => array( 1,    '__NOINDEX__' ),
00350         'numberingroup'           => array( 1,    'NUMBERINGROUP', 'NUMINGROUP' ),
00351         'staticredirect'          => array( 1,    '__STATICREDIRECT__' ),
00352         'protectionlevel'         => array( 1,    'PROTECTIONLEVEL' ),
00353         'formatdate'              => array( 0,    'formatdate', 'dateformat' ),
00354         'url_path'                => array( 0,    'PATH' ),
00355         'url_wiki'                => array( 0,    'WIKI' ),
00356         'url_query'               => array( 0,    'QUERY' ),
00357         'defaultsort_noerror'     => array( 0,    'noerror' ),
00358         'defaultsort_noreplace'   => array( 0,    'noreplace' ),
00359         'pagesincategory_all'     => array( 0,    'all' ),
00360         'pagesincategory_pages'   => array( 0,    'pages' ),
00361         'pagesincategory_subcats' => array( 0,    'subcats' ),
00362         'pagesincategory_files'   => array( 0,    'files' ),
00363 );
00364 
00373 $specialPageAliases = array(
00374         'Activeusers'               => array( 'ActiveUsers' ),
00375         'Allmessages'               => array( 'AllMessages' ),
00376         'Allpages'                  => array( 'AllPages' ),
00377         'Ancientpages'              => array( 'AncientPages' ),
00378         'Badtitle'                  => array( 'Badtitle' ),
00379         'Blankpage'                 => array( 'BlankPage' ),
00380         'Block'                     => array( 'Block', 'BlockIP', 'BlockUser' ),
00381         'Blockme'                   => array( 'BlockMe' ),
00382         'Booksources'               => array( 'BookSources' ),
00383         'BrokenRedirects'           => array( 'BrokenRedirects' ),
00384         'Categories'                => array( 'Categories' ),
00385         'ChangeEmail'               => array( 'ChangeEmail' ),
00386         'ChangePassword'            => array( 'ChangePassword', 'ResetPass', 'ResetPassword' ),
00387         'ComparePages'              => array( 'ComparePages' ),
00388         'Confirmemail'              => array( 'ConfirmEmail' ),
00389         'Contributions'             => array( 'Contributions', 'Contribs' ),
00390         'CreateAccount'             => array( 'CreateAccount' ),
00391         'Deadendpages'              => array( 'DeadendPages' ),
00392         'DeletedContributions'      => array( 'DeletedContributions' ),
00393         'Disambiguations'           => array( 'Disambiguations' ),
00394         'DoubleRedirects'           => array( 'DoubleRedirects' ),
00395         'EditWatchlist'             => array( 'EditWatchlist' ),
00396         'Emailuser'                 => array( 'EmailUser' ),
00397         'Export'                    => array( 'Export' ),
00398         'Fewestrevisions'           => array( 'FewestRevisions' ),
00399         'FileDuplicateSearch'       => array( 'FileDuplicateSearch' ),
00400         'Filepath'                  => array( 'FilePath' ),
00401         'Import'                    => array( 'Import' ),
00402         'Invalidateemail'           => array( 'InvalidateEmail' ),
00403         'JavaScriptTest'            => array( 'JavaScriptTest' ),
00404         'BlockList'                 => array( 'BlockList', 'ListBlocks', 'IPBlockList' ),
00405         'LinkSearch'                => array( 'LinkSearch' ),
00406         'Listadmins'                => array( 'ListAdmins' ),
00407         'Listbots'                  => array( 'ListBots' ),
00408         'Listfiles'                 => array( 'ListFiles', 'FileList', 'ImageList' ),
00409         'Listgrouprights'           => array( 'ListGroupRights', 'UserGroupRights' ),
00410         'Listredirects'             => array( 'ListRedirects' ),
00411         'Listusers'                 => array( 'ListUsers', 'UserList' ),
00412         'Lockdb'                    => array( 'LockDB' ),
00413         'Log'                       => array( 'Log', 'Logs' ),
00414         'Lonelypages'               => array( 'LonelyPages', 'OrphanedPages' ),
00415         'Longpages'                 => array( 'LongPages' ),
00416         'MergeHistory'              => array( 'MergeHistory' ),
00417         'MIMEsearch'                => array( 'MIMESearch' ),
00418         'Mostcategories'            => array( 'MostCategories' ),
00419         'Mostimages'                => array( 'MostLinkedFiles', 'MostFiles', 'MostImages' ),
00420         'Mostinterwikis'            => array( 'MostInterwikis' ),
00421         'Mostlinked'                => array( 'MostLinkedPages', 'MostLinked' ),
00422         'Mostlinkedcategories'      => array( 'MostLinkedCategories', 'MostUsedCategories' ),
00423         'Mostlinkedtemplates'       => array( 'MostLinkedTemplates', 'MostUsedTemplates' ),
00424         'Mostrevisions'             => array( 'MostRevisions' ),
00425         'Movepage'                  => array( 'MovePage' ),
00426         'Mycontributions'           => array( 'MyContributions' ),
00427         'Mypage'                    => array( 'MyPage' ),
00428         'Mytalk'                    => array( 'MyTalk' ),
00429         'Myuploads'                 => array( 'MyUploads' ),
00430         'Newimages'                 => array( 'NewFiles', 'NewImages' ),
00431         'Newpages'                  => array( 'NewPages' ),
00432         'PasswordReset'             => array( 'PasswordReset' ),
00433         'PermanentLink'             => array( 'PermanentLink', 'PermaLink' ),
00434         'Popularpages'              => array( 'PopularPages' ),
00435         'Preferences'               => array( 'Preferences' ),
00436         'Prefixindex'               => array( 'PrefixIndex' ) ,
00437         'Protectedpages'            => array( 'ProtectedPages' ),
00438         'Protectedtitles'           => array( 'ProtectedTitles' ),
00439         'Randompage'                => array( 'Random', 'RandomPage' ),
00440         'Randomredirect'            => array( 'RandomRedirect' ),
00441         'Recentchanges'             => array( 'RecentChanges' ),
00442         'Recentchangeslinked'       => array( 'RecentChangesLinked', 'RelatedChanges' ),
00443         'Revisiondelete'            => array( 'RevisionDelete' ),
00444         'RevisionMove'              => array( 'RevisionMove' ),
00445         'Search'                    => array( 'Search' ),
00446         'Shortpages'                => array( 'ShortPages' ),
00447         'Specialpages'              => array( 'SpecialPages' ),
00448         'Statistics'                => array( 'Statistics' ),
00449         'Tags'                      => array( 'Tags' ),
00450         'Unblock'                   => array( 'Unblock' ),
00451         'Uncategorizedcategories'   => array( 'UncategorizedCategories' ),
00452         'Uncategorizedimages'       => array( 'UncategorizedFiles', 'UncategorizedImages' ),
00453         'Uncategorizedpages'        => array( 'UncategorizedPages' ),
00454         'Uncategorizedtemplates'    => array( 'UncategorizedTemplates' ),
00455         'Undelete'                  => array( 'Undelete' ),
00456         'Unlockdb'                  => array( 'UnlockDB' ),
00457         'Unusedcategories'          => array( 'UnusedCategories' ),
00458         'Unusedimages'              => array( 'UnusedFiles', 'UnusedImages' ),
00459         'Unusedtemplates'           => array( 'UnusedTemplates' ),
00460         'Unwatchedpages'            => array( 'UnwatchedPages' ),
00461         'Upload'                    => array( 'Upload' ),
00462         'UploadStash'               => array( 'UploadStash' ),
00463         'Userlogin'                 => array( 'UserLogin' ),
00464         'Userlogout'                => array( 'UserLogout' ),
00465         'Userrights'                => array( 'UserRights', 'MakeSysop', 'MakeBot' ),
00466         'Version'                   => array( 'Version' ),
00467         'Wantedcategories'          => array( 'WantedCategories' ),
00468         'Wantedfiles'               => array( 'WantedFiles' ),
00469         'Wantedpages'               => array( 'WantedPages', 'BrokenLinks' ),
00470         'Wantedtemplates'           => array( 'WantedTemplates' ),
00471         'Watchlist'                 => array( 'Watchlist' ),
00472         'Whatlinkshere'             => array( 'WhatLinksHere' ),
00473         'Withoutinterwiki'          => array( 'WithoutInterwiki' ),
00474 );
00475 
00480 $linkTrail = '/^([a-z]+)(.*)$/sD';
00481 
00486 $imageFiles = array(
00487         'button-bold'     => 'button_bold.png',
00488         'button-italic'   => 'button_italic.png',
00489         'button-link'     => 'button_link.png',
00490         'button-extlink'  => 'button_extlink.png',
00491         'button-headline' => 'button_headline.png',
00492         'button-image'    => 'button_image.png',
00493         'button-media'    => 'button_media.png',
00494         'button-math'     => 'button_math.png',
00495         'button-nowiki'   => 'button_nowiki.png',
00496         'button-sig'      => 'button_sig.png',
00497         'button-hr'       => 'button_hr.png',
00498 );
00499 
00504 $preloadedMessages = array(
00505         'aboutpage',
00506         'aboutsite',
00507         'accesskey-ca-edit',
00508         'accesskey-ca-history',
00509         'accesskey-ca-nstab-main',
00510         'accesskey-ca-talk',
00511         'accesskey-ca-view',
00512         'accesskey-n-currentevents',
00513         'accesskey-n-help',
00514         'accesskey-n-mainpage-description',
00515         'accesskey-n-portal',
00516         'accesskey-n-randompage',
00517         'accesskey-n-recentchanges',
00518         'accesskey-p-logo',
00519         'accesskey-pt-login',
00520         'accesskey-search',
00521         'accesskey-search-fulltext',
00522         'accesskey-search-go',
00523         'accesskey-t-permalink',
00524         'accesskey-t-recentchangeslinked',
00525         'accesskey-t-specialpages',
00526         'accesskey-t-whatlinkshere',
00527         'actions',
00528         'anonnotice',
00529         'currentevents',
00530         'currentevents-url',
00531         'disclaimerpage',
00532         'disclaimers',
00533         'edit',
00534         'editsection',
00535         'editsection-brackets',
00536         'editsectionhint',
00537         'help',
00538         'helppage',
00539         'jumpto',
00540         'jumptonavigation',
00541         'jumptosearch',
00542         'lastmodifiedat',
00543         'mainpage',
00544         'mainpage-description',
00545         'mainpage-nstab',
00546         'namespaces',
00547         'navigation',
00548         'nav-login-createaccount',
00549         'nstab-main',
00550         'nstab-talk',
00551         'opensearch-desc',
00552         'pagecategories',
00553         'pagecategorieslink',
00554         'pagetitle',
00555         'pagetitle-view-mainpage',
00556         'permalink',
00557         'personaltools',
00558         'portal',
00559         'portal-url',
00560         'printableversion',
00561         'privacy',
00562         'privacypage',
00563         'randompage',
00564         'randompage-url',
00565         'recentchanges',
00566         'recentchangeslinked-toolbox',
00567         'recentchanges-url',
00568         'retrievedfrom',
00569         'search',
00570         'searcharticle',
00571         'searchbutton',
00572         'sidebar',
00573         'site-atom-feed',
00574         'sitenotice',
00575         'specialpages',
00576         'tagline',
00577         'talk',
00578         'toolbox',
00579         'tooltip-ca-edit',
00580         'tooltip-ca-history',
00581         'tooltip-ca-nstab-main',
00582         'tooltip-ca-talk',
00583         'tooltip-ca-view',
00584         'tooltip-n-currentevents',
00585         'tooltip-n-help',
00586         'tooltip-n-mainpage-description',
00587         'tooltip-n-portal',
00588         'tooltip-n-randompage',
00589         'tooltip-n-recentchanges',
00590         'tooltip-p-logo',
00591         'tooltip-p-navigation',
00592         'tooltip-p-tb',
00593         'tooltip-pt-login',
00594         'tooltip-search',
00595         'tooltip-search-fulltext',
00596         'tooltip-search-go',
00597         'tooltip-t-permalink',
00598         'tooltip-t-recentchangeslinked',
00599         'tooltip-t-specialpages',
00600         'tooltip-t-whatlinkshere',
00601         'variants',
00602         'vector-view-edit',
00603         'vector-view-history',
00604         'vector-view-view',
00605         'viewcount',
00606         'views',
00607         'whatlinkshere',
00608 );
00609 
00610 # -------------------------------------------------------------------
00611 # Default messages
00612 # -------------------------------------------------------------------
00613 # Allowed characters in keys are: A-Z, a-z, 0-9, underscore (_) and
00614 # hyphen (-). If you need more characters, you may be able to change
00615 # the regex in MagicWord::initRegex
00616 
00617 $messages = array(
00618 /*
00619 The sidebar for MonoBook is generated from this message, lines that do not
00620 begin with * or ** are discarded, furthermore lines that do begin with ** and
00621 do not contain | are also discarded, but do not depend on this behavior for
00622 future releases. Also note that since each list value is wrapped in a unique
00623 XHTML id it should only appear once and include characters that are legal
00624 XHTML id names.
00625 */
00626 'sidebar' => '
00627 * navigation
00628 ** mainpage|mainpage-description
00629 ** recentchanges-url|recentchanges
00630 ** randompage-url|randompage
00631 * SEARCH
00632 * TOOLBOX
00633 * LANGUAGES', # do not translate or duplicate this message to other languages
00634 
00635 # User preference toggles
00636 'tog-underline'               => 'Link underlining:',
00637 'tog-justify'                 => 'Justify paragraphs',
00638 'tog-hideminor'               => 'Hide minor edits in recent changes',
00639 'tog-hidepatrolled'           => 'Hide patrolled edits in recent changes',
00640 'tog-newpageshidepatrolled'   => 'Hide patrolled pages from new page list',
00641 'tog-extendwatchlist'         => 'Expand watchlist to show all changes, not just the most recent',
00642 'tog-usenewrc'                => 'Group changes by page in recent changes and watchlist',
00643 'tog-numberheadings'          => 'Auto-number headings',
00644 'tog-showtoolbar'             => 'Show edit toolbar',
00645 'tog-editondblclick'          => 'Edit pages on double click',
00646 'tog-editsection'             => 'Enable section editing via [edit] links',
00647 'tog-editsectiononrightclick' => 'Enable section editing by right clicking on section titles',
00648 'tog-showtoc'                 => 'Show table of contents (for pages with more than 3 headings)',
00649 'tog-rememberpassword'        => 'Remember my login on this browser (for a maximum of $1 {{PLURAL:$1|day|days}})',
00650 'tog-watchcreations'          => 'Add pages I create and files I upload to my watchlist',
00651 'tog-watchdefault'            => 'Add pages and files I edit to my watchlist',
00652 'tog-watchmoves'              => 'Add pages and files I move to my watchlist',
00653 'tog-watchdeletion'           => 'Add pages and files I delete to my watchlist',
00654 'tog-minordefault'            => 'Mark all edits minor by default',
00655 'tog-previewontop'            => 'Show preview before edit box',
00656 'tog-previewonfirst'          => 'Show preview on first edit',
00657 'tog-nocache'                 => 'Disable browser page caching',
00658 'tog-enotifwatchlistpages'    => 'Email me when a page or file on my watchlist is changed',
00659 'tog-enotifusertalkpages'     => 'Email me when my user talk page is changed',
00660 'tog-enotifminoredits'        => 'Email me also for minor edits of pages and files',
00661 'tog-enotifrevealaddr'        => 'Reveal my email address in notification emails',
00662 'tog-shownumberswatching'     => 'Show the number of watching users',
00663 'tog-oldsig'                  => 'Existing signature:',
00664 'tog-fancysig'                => 'Treat signature as wikitext (without an automatic link)',
00665 'tog-externaleditor'          => 'Use external editor by default (for experts only, needs special settings on your computer. [//www.mediawiki.org/wiki/Manual:External_editors More information.])',
00666 'tog-externaldiff'            => 'Use external diff by default (for experts only, needs special settings on your computer. [//www.mediawiki.org/wiki/Manual:External_editors More information.])',
00667 'tog-showjumplinks'           => 'Enable "jump to" accessibility links',
00668 'tog-uselivepreview'          => 'Use live preview (experimental)',
00669 'tog-forceeditsummary'        => 'Prompt me when entering a blank edit summary',
00670 'tog-watchlisthideown'        => 'Hide my edits from the watchlist',
00671 'tog-watchlisthidebots'       => 'Hide bot edits from the watchlist',
00672 'tog-watchlisthideminor'      => 'Hide minor edits from the watchlist',
00673 'tog-watchlisthideliu'        => 'Hide edits by logged in users from the watchlist',
00674 'tog-watchlisthideanons'      => 'Hide edits by anonymous users from the watchlist',
00675 'tog-watchlisthidepatrolled'  => 'Hide patrolled edits from the watchlist',
00676 'tog-ccmeonemails'            => 'Send me copies of emails I send to other users',
00677 'tog-diffonly'                => 'Do not show page content below diffs',
00678 'tog-showhiddencats'          => 'Show hidden categories',
00679 'tog-noconvertlink'           => 'Disable link title conversion', # only translate this message to other languages if you have to change it
00680 'tog-norollbackdiff'          => 'Omit diff after performing a rollback',
00681 
00682 'underline-always'  => 'Always',
00683 'underline-never'   => 'Never',
00684 'underline-default' => 'Skin or browser default',
00685 
00686 # Font style option in Special:Preferences
00687 'editfont-style'     => 'Edit area font style:',
00688 'editfont-default'   => 'Browser default',
00689 'editfont-monospace' => 'Monospaced font',
00690 'editfont-sansserif' => 'Sans-serif font',
00691 'editfont-serif'     => 'Serif font',
00692 
00693 # Dates
00694 'sunday'        => 'Sunday',
00695 'monday'        => 'Monday',
00696 'tuesday'       => 'Tuesday',
00697 'wednesday'     => 'Wednesday',
00698 'thursday'      => 'Thursday',
00699 'friday'        => 'Friday',
00700 'saturday'      => 'Saturday',
00701 'sun'           => 'Sun',
00702 'mon'           => 'Mon',
00703 'tue'           => 'Tue',
00704 'wed'           => 'Wed',
00705 'thu'           => 'Thu',
00706 'fri'           => 'Fri',
00707 'sat'           => 'Sat',
00708 'january'       => 'January',
00709 'february'      => 'February',
00710 'march'         => 'March',
00711 'april'         => 'April',
00712 'may_long'      => 'May',
00713 'june'          => 'June',
00714 'july'          => 'July',
00715 'august'        => 'August',
00716 'september'     => 'September',
00717 'october'       => 'October',
00718 'november'      => 'November',
00719 'december'      => 'December',
00720 'january-gen'   => 'January',
00721 'february-gen'  => 'February',
00722 'march-gen'     => 'March',
00723 'april-gen'     => 'April',
00724 'may-gen'       => 'May',
00725 'june-gen'      => 'June',
00726 'july-gen'      => 'July',
00727 'august-gen'    => 'August',
00728 'september-gen' => 'September',
00729 'october-gen'   => 'October',
00730 'november-gen'  => 'November',
00731 'december-gen'  => 'December',
00732 'jan'           => 'Jan',
00733 'feb'           => 'Feb',
00734 'mar'           => 'Mar',
00735 'apr'           => 'Apr',
00736 'may'           => 'May',
00737 'jun'           => 'Jun',
00738 'jul'           => 'Jul',
00739 'aug'           => 'Aug',
00740 'sep'           => 'Sep',
00741 'oct'           => 'Oct',
00742 'nov'           => 'Nov',
00743 'dec'           => 'Dec',
00744 
00745 # Categories related messages
00746 'pagecategories'                 => '{{PLURAL:$1|Category|Categories}}',
00747 'pagecategorieslink'             => 'Special:Categories', # do not translate or duplicate this message to other languages
00748 'category_header'                => 'Pages in category "$1"',
00749 'subcategories'                  => 'Subcategories',
00750 'category-media-header'          => 'Media in category "$1"',
00751 'category-empty'                 => "''This category currently contains no pages or media.''",
00752 'hidden-categories'              => '{{PLURAL:$1|Hidden category|Hidden categories}}',
00753 'hidden-category-category'       => 'Hidden categories',
00754 'category-subcat-count'          => '{{PLURAL:$2|This category has only the following subcategory.|This category has the following {{PLURAL:$1|subcategory|$1 subcategories}}, out of $2 total.}}',
00755 'category-subcat-count-limited'  => 'This category has the following {{PLURAL:$1|subcategory|$1 subcategories}}.',
00756 'category-article-count'         => '{{PLURAL:$2|This category contains only the following page.|The following {{PLURAL:$1|page is|$1 pages are}} in this category, out of $2 total.}}',
00757 'category-article-count-limited' => 'The following {{PLURAL:$1|page is|$1 pages are}} in the current category.',
00758 'category-file-count'            => '{{PLURAL:$2|This category contains only the following file.|The following {{PLURAL:$1|file is|$1 files are}} in this category, out of $2 total.}}',
00759 'category-file-count-limited'    => 'The following {{PLURAL:$1|file is|$1 files are}} in the current category.',
00760 'listingcontinuesabbrev'         => 'cont.',
00761 'index-category'                 => 'Indexed pages',
00762 'noindex-category'               => 'Noindexed pages',
00763 'broken-file-category'           => 'Pages with broken file links',
00764 'categoryviewer-pagedlinks'      => '($1) ($2)', # only translate this message to other languages if you have to change it
00765 
00766 'linkprefix' => '/^((?>.*(?<![a-zA-Z\\x80-\\xff])))(.+)$/sD', # only translate this message to other languages if you have to change it
00767 
00768 'about'         => 'About',
00769 'article'       => 'Content page',
00770 'newwindow'     => '(opens in new window)',
00771 'cancel'        => 'Cancel',
00772 'moredotdotdot' => 'More...',
00773 'mypage'        => 'Page',
00774 'mytalk'        => 'Talk',
00775 'anontalk'      => 'Talk for this IP address',
00776 'navigation'    => 'Navigation',
00777 'and'           => '&#32;and',
00778 
00779 # Cologne Blue skin
00780 'qbfind'         => 'Find',
00781 'qbbrowse'       => 'Browse',
00782 'qbedit'         => 'Edit',
00783 'qbpageoptions'  => 'This page',
00784 'qbpageinfo'     => 'Context',
00785 'qbmyoptions'    => 'My pages',
00786 'qbspecialpages' => 'Special pages',
00787 'faq'            => 'FAQ',
00788 'faqpage'        => 'Project:FAQ',
00789 'sitetitle'      => '{{SITENAME}}', # do not translate or duplicate this message to other languages
00790 'sitesubtitle'   => '', # do not translate or duplicate this message to other languages
00791 
00792 # Vector skin
00793 'vector-action-addsection'       => 'Add topic',
00794 'vector-action-delete'           => 'Delete',
00795 'vector-action-move'             => 'Move',
00796 'vector-action-protect'          => 'Protect',
00797 'vector-action-undelete'         => 'Undelete',
00798 'vector-action-unprotect'        => 'Change protection',
00799 'vector-simplesearch-preference' => 'Enable simplified search bar (Vector skin only)',
00800 'vector-view-create'             => 'Create',
00801 'vector-view-edit'               => 'Edit',
00802 'vector-view-history'            => 'View history',
00803 'vector-view-view'               => 'Read',
00804 'vector-view-viewsource'         => 'View source',
00805 'actions'                        => 'Actions',
00806 'namespaces'                     => 'Namespaces',
00807 'variants'                       => 'Variants',
00808 
00809 'errorpagetitle'    => 'Error',
00810 'returnto'          => 'Return to $1.',
00811 'tagline'           => 'From {{SITENAME}}',
00812 'help'              => 'Help',
00813 'search'            => 'Search',
00814 'searchbutton'      => 'Search',
00815 'go'                => 'Go',
00816 'searcharticle'     => 'Go',
00817 'history'           => 'Page history',
00818 'history_short'     => 'History',
00819 'updatedmarker'     => 'updated since my last visit',
00820 'printableversion'  => 'Printable version',
00821 'permalink'         => 'Permanent link',
00822 'print'             => 'Print',
00823 'view'              => 'View',
00824 'edit'              => 'Edit',
00825 'create'            => 'Create',
00826 'editthispage'      => 'Edit this page',
00827 'create-this-page'  => 'Create this page',
00828 'delete'            => 'Delete',
00829 'deletethispage'    => 'Delete this page',
00830 'undelete_short'    => 'Undelete {{PLURAL:$1|one edit|$1 edits}}',
00831 'viewdeleted_short' => 'View {{PLURAL:$1|one deleted edit|$1 deleted edits}}',
00832 'protect'           => 'Protect',
00833 'protect_change'    => 'change',
00834 'protectthispage'   => 'Protect this page',
00835 'unprotect'         => 'Change protection',
00836 'unprotectthispage' => 'Change protection of this page',
00837 'newpage'           => 'New page',
00838 'talkpage'          => 'Discuss this page',
00839 'talkpagelinktext'  => 'Talk',
00840 'specialpage'       => 'Special page',
00841 'personaltools'     => 'Personal tools',
00842 'postcomment'       => 'New section',
00843 'addsection'        => '+', # do not translate or duplicate this message to other languages
00844 'articlepage'       => 'View content page',
00845 'talk'              => 'Discussion',
00846 'views'             => 'Views',
00847 'toolbox'           => 'Tools',
00848 'userpage'          => 'View user page',
00849 'projectpage'       => 'View project page',
00850 'imagepage'         => 'View file page',
00851 'mediawikipage'     => 'View message page',
00852 'templatepage'      => 'View template page',
00853 'viewhelppage'      => 'View help page',
00854 'categorypage'      => 'View category page',
00855 'viewtalkpage'      => 'View discussion',
00856 'otherlanguages'    => 'In other languages',
00857 'redirectedfrom'    => '(Redirected from $1)',
00858 'redirectpagesub'   => 'Redirect page',
00859 'talkpageheader'    => '-', # do not translate or duplicate this message to other languages
00860 'lastmodifiedat'    => 'This page was last modified on $1, at $2.',
00861 'viewcount'         => 'This page has been accessed {{PLURAL:$1|once|$1 times}}.',
00862 'protectedpage'     => 'Protected page',
00863 'jumpto'            => 'Jump to:',
00864 'jumptonavigation'  => 'navigation',
00865 'jumptosearch'      => 'search',
00866 'view-pool-error'   => 'Sorry, the servers are overloaded at the moment.
00867 Too many users are trying to view this page.
00868 Please wait a while before you try to access this page again.
00869 
00870 $1',
00871 'pool-timeout'      => 'Timeout waiting for the lock',
00872 'pool-queuefull'    => 'Pool queue is full',
00873 'pool-errorunknown' => 'Unknown error',
00874 
00875 # All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage) and the disambiguation template definition (see disambiguations).
00876 'aboutsite'            => 'About {{SITENAME}}',
00877 'aboutpage'            => 'Project:About',
00878 'copyright'            => 'Content is available under $1 unless otherwise noted.',
00879 'copyrightpage'        => '{{ns:project}}:Copyrights',
00880 'currentevents'        => 'Current events',
00881 'currentevents-url'    => 'Project:Current events',
00882 'disclaimers'          => 'Disclaimers',
00883 'disclaimerpage'       => 'Project:General disclaimer',
00884 'edithelp'             => 'Editing help',
00885 'edithelppage'         => 'Help:Editing',
00886 'helppage'             => 'Help:Contents',
00887 'mainpage'             => 'Main Page',
00888 'mainpage-description' => 'Main page',
00889 'policy-url'           => 'Project:Policy',
00890 'portal'               => 'Community portal',
00891 'portal-url'           => 'Project:Community portal',
00892 'privacy'              => 'Privacy policy',
00893 'privacypage'          => 'Project:Privacy policy',
00894 
00895 'badaccess'        => 'Permission error',
00896 'badaccess-group0' => 'You are not allowed to execute the action you have requested.',
00897 'badaccess-groups' => 'The action you have requested is limited to users in {{PLURAL:$2|the group|one of the groups}}: $1.',
00898 
00899 'versionrequired'     => 'Version $1 of MediaWiki required',
00900 'versionrequiredtext' => 'Version $1 of MediaWiki is required to use this page.
00901 See [[Special:Version|version page]].',
00902 
00903 'ok'                           => 'OK',
00904 'pagetitle'                    => '$1 - {{SITENAME}}', # only translate this message to other languages if you have to change it
00905 'pagetitle-view-mainpage'      => '{{SITENAME}}', # only translate this message to other languages if you have to change it
00906 'backlinksubtitle'             => '← $1', # only translate this message to other languages if you have to change it
00907 'retrievedfrom'                => 'Retrieved from "$1"',
00908 'youhavenewmessages'           => 'You have $1 ($2).',
00909 'newmessageslink'              => 'new messages',
00910 'newmessagesdifflink'          => 'last change',
00911 'youhavenewmessagesfromusers'  => 'You have $1 from {{PLURAL:$3|another user|$3 users}} ($2).',
00912 'youhavenewmessagesmanyusers'  => 'You have $1 from many users ($2).',
00913 'newmessageslinkplural'        => '{{PLURAL:$1|a new message|new messages}}',
00914 'newmessagesdifflinkplural'    => 'last {{PLURAL:$1|change|changes}}',
00915 'youhavenewmessagesmulti'      => 'You have new messages on $1',
00916 'newtalkseparator'             => ',&#32;', # do not translate or duplicate this message to other languages
00917 'editsection'                  => 'edit',
00918 'editsection-brackets'         => '[$1]', # only translate this message to other languages if you have to change it
00919 'editold'                      => 'edit',
00920 'viewsourceold'                => 'view source',
00921 'editlink'                     => 'edit',
00922 'viewsourcelink'               => 'view source',
00923 'editsectionhint'              => 'Edit section: $1',
00924 'toc'                          => 'Contents',
00925 'showtoc'                      => 'show',
00926 'hidetoc'                      => 'hide',
00927 'collapsible-collapse'         => 'Collapse',
00928 'collapsible-expand'           => 'Expand',
00929 'thisisdeleted'                => 'View or restore $1?',
00930 'viewdeleted'                  => 'View $1?',
00931 'restorelink'                  => '{{PLURAL:$1|one deleted edit|$1 deleted edits}}',
00932 'feedlinks'                    => 'Feed:',
00933 'feed-invalid'                 => 'Invalid subscription feed type.',
00934 'feed-unavailable'             => 'Syndication feeds are not available',
00935 'site-rss-feed'                => '$1 RSS feed',
00936 'site-atom-feed'               => '$1 Atom feed',
00937 'page-rss-feed'                => '"$1" RSS feed',
00938 'page-atom-feed'               => '"$1" Atom feed',
00939 'feed-atom'                    => 'Atom', # only translate this message to other languages if you have to change it
00940 'feed-rss'                     => 'RSS', # only translate this message to other languages if you have to change it
00941 'sitenotice'                   => '-', # do not translate or duplicate this message to other languages
00942 'anonnotice'                   => '-', # do not translate or duplicate this message to other languages
00943 'newsectionheaderdefaultlevel' => '== $1 ==', # do not translate or duplicate this message to other languages
00944 'red-link-title'               => '$1 (page does not exist)',
00945 'sort-descending'              => 'Sort descending',
00946 'sort-ascending'               => 'Sort ascending',
00947 
00948 # Short words for each namespace, by default used in the namespace tab in monobook
00949 'nstab-main'      => 'Page',
00950 'nstab-user'      => 'User page',
00951 'nstab-media'     => 'Media page',
00952 'nstab-special'   => 'Special page',
00953 'nstab-project'   => 'Project page',
00954 'nstab-image'     => 'File',
00955 'nstab-mediawiki' => 'Message',
00956 'nstab-template'  => 'Template',
00957 'nstab-help'      => 'Help page',
00958 'nstab-category'  => 'Category',
00959 'mainpage-nstab'  => '', # do not translate or duplicate this message to other languages
00960 
00961 # Main script and global functions
00962 'nosuchaction'      => 'No such action',
00963 'nosuchactiontext'  => 'The action specified by the URL is invalid.
00964 You might have mistyped the URL, or followed an incorrect link.
00965 This might also indicate a bug in the software used by {{SITENAME}}.',
00966 'nosuchspecialpage' => 'No such special page',
00967 'nospecialpagetext' => '<strong>You have requested an invalid special page.</strong>
00968 
00969 A list of valid special pages can be found at [[Special:SpecialPages|{{int:specialpages}}]].',
00970 
00971 # General errors
00972 'error'                         => 'Error',
00973 'databaseerror'                 => 'Database error',
00974 'dberrortext'                   => 'A database query syntax error has occurred.
00975 This may indicate a bug in the software.
00976 The last attempted database query was:
00977 <blockquote><code>$1</code></blockquote>
00978 from within function "<code>$2</code>".
00979 Database returned error "<samp>$3: $4</samp>".',
00980 'dberrortextcl'                 => 'A database query syntax error has occurred.
00981 The last attempted database query was:
00982 "$1"
00983 from within function "$2".
00984 Database returned error "$3: $4"',
00985 'laggedslavemode'               => "'''Warning:''' Page may not contain recent updates.",
00986 'readonly'                      => 'Database locked',
00987 'enterlockreason'               => 'Enter a reason for the lock, including an estimate of when the lock will be released',
00988 'readonlytext'                  => 'The database is currently locked to new entries and other modifications, probably for routine database maintenance, after which it will be back to normal.
00989 
00990 The administrator who locked it offered this explanation: $1',
00991 'missing-article'               => 'The database did not find the text of a page that it should have found, named "$1" $2.
00992 
00993 This is usually caused by following an outdated diff or history link to a page that has been deleted.
00994 
00995 If this is not the case, you may have found a bug in the software.
00996 Please report this to an [[Special:ListUsers/sysop|administrator]], making note of the URL.',
00997 'missingarticle-rev'            => '(revision#: $1)',
00998 'missingarticle-diff'           => '(Diff: $1, $2)',
00999 'readonly_lag'                  => 'The database has been automatically locked while the slave database servers catch up to the master',
01000 'internalerror'                 => 'Internal error',
01001 'internalerror_info'            => 'Internal error: $1',
01002 'fileappenderrorread'           => 'Could not read "$1" during append.',
01003 'fileappenderror'               => 'Could not append "$1" to "$2".',
01004 'filecopyerror'                 => 'Could not copy file "$1" to "$2".',
01005 'filerenameerror'               => 'Could not rename file "$1" to "$2".',
01006 'filedeleteerror'               => 'Could not delete file "$1".',
01007 'directorycreateerror'          => 'Could not create directory "$1".',
01008 'filenotfound'                  => 'Could not find file "$1".',
01009 'fileexistserror'               => 'Unable to write to file "$1": File exists.',
01010 'unexpected'                    => 'Unexpected value: "$1"="$2".',
01011 'formerror'                     => 'Error: Could not submit form.',
01012 'badarticleerror'               => 'This action cannot be performed on this page.',
01013 'cannotdelete'                  => 'The page or file "$1" could not be deleted.
01014 It may have already been deleted by someone else.',
01015 'cannotdelete-title'            => 'Cannot delete page "$1"',
01016 'delete-hook-aborted'           => 'Deletion aborted by hook.
01017 It gave no explanation.',
01018 'badtitle'                      => 'Bad title',
01019 'badtitletext'                  => 'The requested page title was invalid, empty, or an incorrectly linked inter-language or inter-wiki title.
01020 It may contain one or more characters that cannot be used in titles.',
01021 'perfcached'                    => 'The following data is cached and may not be up to date. A maximum of {{PLURAL:$1|one result is|$1 results are}} available in the cache.',
01022 'perfcachedts'                  => 'The following data is cached, and was last updated $1. A maximum of {{PLURAL:$4|one result is|$4 results are}} available in the cache.',
01023 'querypage-no-updates'          => 'Updates for this page are currently disabled.
01024 Data here will not presently be refreshed.',
01025 'wrong_wfQuery_params'          => 'Incorrect parameters to wfQuery()<br />
01026 Function: $1<br />
01027 Query: $2',
01028 'viewsource'                    => 'View source',
01029 'viewsource-title'              => 'View source for $1',
01030 'actionthrottled'               => 'Action throttled',
01031 'actionthrottledtext'           => 'As an anti-spam measure, you are limited from performing this action too many times in a short space of time, and you have exceeded this limit.
01032 Please try again in a few minutes.',
01033 'protectedpagetext'             => 'This page has been protected to prevent editing or other actions.',
01034 'viewsourcetext'                => 'You can view and copy the source of this page:',
01035 'viewyourtext'                  => "You can view and copy the source of '''your edits''' to this page:",
01036 'protectedinterface'            => 'This page provides interface text for the software on this wiki, and is protected to prevent abuse.
01037 To add or change translations for all wikis, please use [//translatewiki.net/ translatewiki.net], the MediaWiki localisation project.',
01038 'editinginterface'              => "'''Warning:''' You are editing a page that is used to provide interface text for the software.
01039 Changes to this page will affect the appearance of the user interface for other users on this wiki.
01040 To add or change translations for all wikis, please use [//translatewiki.net/ translatewiki.net], the MediaWiki localisation project.",
01041 'sqlhidden'                     => '(SQL query hidden)',
01042 'cascadeprotected'              => 'This page has been protected from editing because it is included in the following {{PLURAL:$1|page, which is|pages, which are}} protected with the "cascading" option turned on:
01043 $2',
01044 'namespaceprotected'            => "You do not have permission to edit pages in the '''$1''' namespace.",
01045 'customcssprotected'            => "You do not have permission to edit this CSS page because it contains another user's personal settings.",
01046 'customjsprotected'             => "You do not have permission to edit this JavaScript page because it contains another user's personal settings.",
01047 'ns-specialprotected'           => 'Special pages cannot be edited.',
01048 'titleprotected'                => 'This title has been protected from creation by [[User:$1|$1]].
01049 The reason given is "\'\'$2\'\'".',
01050 'filereadonlyerror'             => 'Unable to modify the file "$1" because the file repository "$2" is in read-only mode.
01051 
01052 The administrator who locked it offered this explanation: "$3".',
01053 'invalidtitle-knownnamespace'   => 'Invalid title with namespace "$2" and text "$3"',
01054 'invalidtitle-unknownnamespace' => 'Invalid title with unknown namespace number $1 and text "$2"',
01055 'exception-nologin'             => 'Not logged in',
01056 'exception-nologin-text'        => 'Please [[Special:Userlogin|log in]] to be able to access this page or action.',
01057 
01058 # Virus scanner
01059 'virus-badscanner'     => "Bad configuration: Unknown virus scanner: ''$1''",
01060 'virus-scanfailed'     => 'scan failed (code $1)',
01061 'virus-unknownscanner' => 'unknown antivirus:',
01062 
01063 # Login and logout pages
01064 'logouttext'                 => "'''You are now logged out.'''
01065 
01066 Note that some pages may continue to be displayed as if you were still logged in, until you clear your browser cache.",
01067 'welcomecreation'            => '== Welcome, $1! ==
01068 Your account has been created.
01069 You can change your {{SITENAME}} [[Special:Preferences|preferences]] if you wish.',
01070 'yourname'                   => 'Username:',
01071 'yourpassword'               => 'Password:',
01072 'yourpasswordagain'          => 'Retype password:',
01073 'remembermypassword'         => 'Remember my login on this browser (for a maximum of $1 {{PLURAL:$1|day|days}})',
01074 'securelogin-stick-https'    => 'Stay connected to HTTPS after login',
01075 'yourdomainname'             => 'Your domain:',
01076 'password-change-forbidden'  => 'You cannot change passwords on this wiki.',
01077 'externaldberror'            => 'There was either an authentication database error or you are not allowed to update your external account.',
01078 'login'                      => 'Log in',
01079 'nav-login-createaccount'    => 'Log in / create account',
01080 'loginprompt'                => 'You must have cookies enabled to log in to {{SITENAME}}.',
01081 'userlogin'                  => 'Log in / create account',
01082 'userloginnocreate'          => 'Log in',
01083 'logout'                     => 'Log out',
01084 'userlogout'                 => 'Log out',
01085 'userlogout-summary'         => '', # do not translate or duplicate this message to other languages
01086 'notloggedin'                => 'Not logged in',
01087 'nologin'                    => "Don't have an account? $1.",
01088 'nologinlink'                => 'Create an account',
01089 'createaccount'              => 'Create account',
01090 'gotaccount'                 => 'Already have an account? $1.',
01091 'gotaccountlink'             => 'Log in',
01092 'userlogin-resetlink'        => 'Forgotten your login details?',
01093 'createaccountmail'          => 'Use a temporary random password and send it to the specified email address',
01094 'createaccountreason'        => 'Reason:',
01095 'badretype'                  => 'The passwords you entered do not match.',
01096 'userexists'                 => 'Username entered already in use.
01097 Please choose a different name.',
01098 'loginerror'                 => 'Login error',
01099 'createaccounterror'         => 'Could not create account: $1',
01100 'nocookiesnew'               => 'The user account was created, but you are not logged in.
01101 {{SITENAME}} uses cookies to log in users.
01102 You have cookies disabled.
01103 Please enable them, then log in with your new username and password.',
01104 'nocookieslogin'             => '{{SITENAME}} uses cookies to log in users.
01105 You have cookies disabled.
01106 Please enable them and try again.',
01107 'nocookiesfornew'            => 'The user account was not created, as we could not confirm its source.
01108 Ensure you have cookies enabled, reload this page and try again.',
01109 'nocookiesforlogin'          => '{{int:nocookieslogin}}', # only translate this message to other languages if you have to change it
01110 'noname'                     => 'You have not specified a valid username.',
01111 'loginsuccesstitle'          => 'Login successful',
01112 'loginsuccess'               => "'''You are now logged in to {{SITENAME}} as \"\$1\".'''",
01113 'nosuchuser'                 => 'There is no user by the name "$1".
01114 Usernames are case sensitive.
01115 Check your spelling, or [[Special:UserLogin/signup|create a new account]].',
01116 'nosuchusershort'            => 'There is no user by the name "$1".
01117 Check your spelling.',
01118 'nouserspecified'            => 'You have to specify a username.',
01119 'login-userblocked'          => 'This user is blocked. Login not allowed.',
01120 'wrongpassword'              => 'Incorrect password entered.
01121 Please try again.',
01122 'wrongpasswordempty'         => 'Password entered was blank.
01123 Please try again.',
01124 'passwordtooshort'           => 'Passwords must be at least {{PLURAL:$1|1 character|$1 characters}}.',
01125 'password-name-match'        => 'Your password must be different from your username.',
01126 'password-login-forbidden'   => 'The use of this username and password has been forbidden.',
01127 'mailmypassword'             => 'Email new password',
01128 'passwordremindertitle'      => 'New temporary password for {{SITENAME}}',
01129 'passwordremindertext'       => 'Someone (probably you, from IP address $1) requested a new
01130 password for {{SITENAME}} ($4). A temporary password for user
01131 "$2" has been created and was set to "$3". If this was your
01132 intent, you will need to log in and choose a new password now.
01133 Your temporary password will expire in {{PLURAL:$5|one day|$5 days}}.
01134 
01135 If someone else made this request, or if you have remembered your password,
01136 and you no longer wish to change it, you may ignore this message and
01137 continue using your old password.',
01138 'noemail'                    => 'There is no email address recorded for user "$1".',
01139 'noemailcreate'              => 'You need to provide a valid email address.',
01140 'passwordsent'               => 'A new password has been sent to the email address registered for "$1".
01141 Please log in again after you receive it.',
01142 'blocked-mailpassword'       => 'Your IP address is blocked from editing, and so is not allowed to use the password recovery function to prevent abuse.',
01143 'eauthentsent'               => 'A confirmation email has been sent to the specified email address.
01144 Before any other email is sent to the account, you will have to follow the instructions in the email, to confirm that the account is actually yours.',
01145 'throttled-mailpassword'     => 'A password reset email has already been sent, within the last {{PLURAL:$1|hour|$1 hours}}.
01146 To prevent abuse, only one password reset email will be sent per {{PLURAL:$1|hour|$1 hours}}.',
01147 'loginstart'                 => '', # do not translate or duplicate this message to other languages
01148 'loginend'                   => '', # do not translate or duplicate this message to other languages
01149 'loginend-https'             => '', # do not translate or duplicate this message to other languages
01150 'signupstart'                => '{{int:loginstart}}', # do not translate or duplicate this message to other languages
01151 'signupend'                  => '{{int:loginend}}', # do not translate or duplicate this message to other languages
01152 'signupend-https'            => '', # do not translate or duplicate this message to other languages
01153 'mailerror'                  => 'Error sending mail: $1',
01154 'acct_creation_throttle_hit' => 'Visitors to this wiki using your IP address have created {{PLURAL:$1|1 account|$1 accounts}} in the last day, which is the maximum allowed in this time period.
01155 As a result, visitors using this IP address cannot create any more accounts at the moment.',
01156 'emailauthenticated'         => 'Your email address was confirmed on $2 at $3.',
01157 'emailnotauthenticated'      => 'Your email address is not yet confirmed.
01158 No email will be sent for any of the following features.',
01159 'noemailprefs'               => 'Specify an email address in your preferences for these features to work.',
01160 'emailconfirmlink'           => 'Confirm your email address',
01161 'invalidemailaddress'        => 'The email address cannot be accepted as it appears to have an invalid format.
01162 Please enter a well-formatted address or empty that field.',
01163 'cannotchangeemail'          => 'Account email addresses cannot be changed on this wiki.',
01164 'emaildisabled'              => 'This site cannot send emails.',
01165 'accountcreated'             => 'Account created',
01166 'accountcreatedtext'         => 'The user account for [[{{ns:User}}:$1|$1]] ([[{{ns:User talk}}:$1|talk]]) has been created.',
01167 'createaccount-title'        => 'Account creation for {{SITENAME}}',
01168 'createaccount-text'         => 'Someone created an account for your email address on {{SITENAME}} ($4) named "$2", with password "$3".
01169 You should log in and change your password now.
01170 
01171 You may ignore this message, if this account was created in error.',
01172 'usernamehasherror'          => 'Username cannot contain hash characters',
01173 'login-throttled'            => 'You have made too many recent login attempts.
01174 Please wait before trying again.',
01175 'login-abort-generic'        => 'Your login was unsuccessful - Aborted',
01176 'loginlanguagelabel'         => 'Language: $1',
01177 'loginlanguagelinks'         => '* {{#language:de}}|de
01178 * {{#language:en}}|en
01179 * {{#language:eo}}|eo
01180 * {{#language:fr}}|fr
01181 * {{#language:es}}|es
01182 * {{#language:it}}|it
01183 * {{#language:nl}}|nl', # do not translate or duplicate this message to other languages
01184 'suspicious-userlogout'      => 'Your request to log out was denied because it looks like it was sent by a broken browser or caching proxy.',
01185 
01186 # Email sending
01187 'pear-mail-error'        => '$1', # do not translate or duplicate this message to other languages
01188 'php-mail-error'         => '$1', # do not translate or duplicate this message to other languages
01189 'php-mail-error-unknown' => "Unknown error in PHP's mail() function.",
01190 'user-mail-no-addy'      => 'Tried to send email without an email address.',
01191 
01192 # Change password dialog
01193 'resetpass'                 => 'Change password',
01194 'resetpass_announce'        => 'You logged in with a temporary emailed code.
01195 To finish logging in, you must set a new password here:',
01196 'resetpass_text'            => '<!-- Add text here -->', # only translate this message to other languages if you have to change it
01197 'resetpass_header'          => 'Change account password',
01198 'oldpassword'               => 'Old password:',
01199 'newpassword'               => 'New password:',
01200 'retypenew'                 => 'Retype new password:',
01201 'resetpass-abort-generic'   => 'Password change has been aborted by an extension.',
01202 'resetpass_submit'          => 'Set password and log in',
01203 'resetpass_success'         => 'Your password has been changed successfully!
01204 Now logging you in...',
01205 'resetpass_forbidden'       => 'Passwords cannot be changed',
01206 'resetpass-no-info'         => 'You must be logged in to access this page directly.',
01207 'resetpass-submit-loggedin' => 'Change password',
01208 'resetpass-submit-cancel'   => 'Cancel',
01209 'resetpass-wrong-oldpass'   => 'Invalid temporary or current password.
01210 You may have already successfully changed your password or requested a new temporary password.',
01211 'resetpass-temp-password'   => 'Temporary password:',
01212 
01213 # Special:PasswordReset
01214 'passwordreset'                    => 'Reset password',
01215 'passwordreset-text'               => 'Complete this form to reset your password.',
01216 'passwordreset-legend'             => 'Reset password',
01217 'passwordreset-disabled'           => 'Password resets have been disabled on this wiki.',
01218 'passwordreset-pretext'            => '{{PLURAL:$1||Enter one of the pieces of data below}}',
01219 'passwordreset-username'           => 'Username:',
01220 'passwordreset-domain'             => 'Domain:',
01221 'passwordreset-capture'            => 'View the resulting email?',
01222 'passwordreset-capture-help'       => 'If you check this box, the email (with the temporary password) will be shown to you as well as being sent to the user.',
01223 'passwordreset-email'              => 'Email address:',
01224 'passwordreset-emailtitle'         => 'Account details on {{SITENAME}}',
01225 'passwordreset-emailtext-ip'       => 'Someone (probably you, from IP address $1) requested a reset of your
01226 password for {{SITENAME}} ($4). The following user {{PLURAL:$3|account is|accounts are}}
01227 associated with this email address:
01228 
01229 $2
01230 
01231 {{PLURAL:$3|This temporary password|These temporary passwords}} will expire in {{PLURAL:$5|one day|$5 days}}.
01232 You should log in and choose a new password now. If someone else made this
01233 request, or if you have remembered your original password, and you no longer
01234 wish to change it, you may ignore this message and continue using your old
01235 password.',
01236 'passwordreset-emailtext-user'     => 'User $1 on {{SITENAME}} requested a reset of your password for {{SITENAME}}
01237 ($4). The following user {{PLURAL:$3|account is|accounts are}} associated with this email address:
01238 
01239 $2
01240 
01241 {{PLURAL:$3|This temporary password|These temporary passwords}} will expire in {{PLURAL:$5|one day|$5 days}}.
01242 You should log in and choose a new password now. If someone else made this
01243 request, or if you have remembered your original password, and you no longer
01244 wish to change it, you may ignore this message and continue using your old
01245 password.',
01246 'passwordreset-emailelement'       => 'Username: $1
01247 Temporary password: $2',
01248 'passwordreset-emailsent'          => 'A password reset email has been sent.',
01249 'passwordreset-emailsent-capture'  => 'A password reset email has been sent, which is shown below.',
01250 'passwordreset-emailerror-capture' => 'A password reset email was generated, which is shown below, but sending it to the {{GENDER:$2|user}} failed: $1',
01251 
01252 # Special:ChangeEmail
01253 'changeemail'          => 'Change email address',
01254 'changeemail-summary'  => '', # do not translate or duplicate this message to other languages
01255 'changeemail-header'   => 'Change account email address',
01256 'changeemail-text'     => 'Complete this form to change your email address. You will need to enter your password to confirm this change.',
01257 'changeemail-no-info'  => 'You must be logged in to access this page directly.',
01258 'changeemail-oldemail' => 'Current email address:',
01259 'changeemail-newemail' => 'New email address:',
01260 'changeemail-none'     => '(none)',
01261 'changeemail-submit'   => 'Change email',
01262 'changeemail-cancel'   => 'Cancel',
01263 
01264 # Edit page toolbar
01265 'bold_sample'     => 'Bold text',
01266 'bold_tip'        => 'Bold text',
01267 'italic_sample'   => 'Italic text',
01268 'italic_tip'      => 'Italic text',
01269 'link_sample'     => 'Link title',
01270 'link_tip'        => 'Internal link',
01271 'extlink_sample'  => 'http://www.example.com link title',
01272 'extlink_tip'     => 'External link (remember http:// prefix)',
01273 'headline_sample' => 'Headline text',
01274 'headline_tip'    => 'Level 2 headline',
01275 'nowiki_sample'   => 'Insert non-formatted text here',
01276 'nowiki_tip'      => 'Ignore wiki formatting',
01277 'image_sample'    => 'Example.jpg', # only translate this message to other languages if you have to change it
01278 'image_tip'       => 'Embedded file',
01279 'media_sample'    => 'Example.ogg', # only translate this message to other languages if you have to change it
01280 'media_tip'       => 'File link',
01281 'sig_tip'         => 'Your signature with timestamp',
01282 'hr_tip'          => 'Horizontal line (use sparingly)',
01283 
01284 # Edit pages
01285 'summary'                          => 'Summary:',
01286 'subject'                          => 'Subject/headline:',
01287 'minoredit'                        => 'This is a minor edit',
01288 'watchthis'                        => 'Watch this page',
01289 'savearticle'                      => 'Save page',
01290 'preview'                          => 'Preview',
01291 'showpreview'                      => 'Show preview',
01292 'showlivepreview'                  => 'Live preview',
01293 'showdiff'                         => 'Show changes',
01294 'anoneditwarning'                  => "'''Warning:''' You are not logged in.
01295 Your IP address will be recorded in this page's edit history.",
01296 'anonpreviewwarning'               => "''You are not logged in. Saving will record your IP address in this page's edit history.''",
01297 'missingsummary'                   => "'''Reminder:''' You have not provided an edit summary.
01298 If you click \"{{int:savearticle}}\" again, your edit will be saved without one.",
01299 'missingcommenttext'               => 'Please enter a comment below.',
01300 'missingcommentheader'             => "'''Reminder:''' You have not provided a subject/headline for this comment.
01301 If you click \"{{int:savearticle}}\" again, your edit will be saved without one.",
01302 'summary-preview'                  => 'Summary preview:',
01303 'subject-preview'                  => 'Subject/headline preview:',
01304 'blockedtitle'                     => 'User is blocked',
01305 'blockedtext'                      => "'''Your username or IP address has been blocked.'''
01306 
01307 The block was made by $1.
01308 The reason given is ''$2''.
01309 
01310 * Start of block: $8
01311 * Expiry of block: $6
01312 * Intended blockee: $7
01313 
01314 You can contact $1 or another [[{{MediaWiki:Grouppage-sysop}}|administrator]] to discuss the block.
01315 You cannot use the \"email this user\" feature unless a valid email address is specified in your [[Special:Preferences|account preferences]] and you have not been blocked from using it.
01316 Your current IP address is $3, and the block ID is #$5.
01317 Please include all above details in any queries you make.",
01318 'autoblockedtext'                  => "Your IP address has been automatically blocked because it was used by another user, who was blocked by $1.
01319 The reason given is:
01320 
01321 :''$2''
01322 
01323 * Start of block: $8
01324 * Expiry of block: $6
01325 * Intended blockee: $7
01326 
01327 You may contact $1 or one of the other [[{{MediaWiki:Grouppage-sysop}}|administrators]] to discuss the block.
01328 
01329 Note that you may not use the \"email this user\" feature unless you have a valid email address registered in your [[Special:Preferences|user preferences]] and you have not been blocked from using it.
01330 
01331 Your current IP address is $3, and the block ID is #$5.
01332 Please include all above details in any queries you make.",
01333 'blockednoreason'                  => 'no reason given',
01334 'whitelistedittext'                => 'You have to $1 to edit pages.',
01335 'confirmedittext'                  => 'You must confirm your email address before editing pages.
01336 Please set and validate your email address through your [[Special:Preferences|user preferences]].',
01337 'nosuchsectiontitle'               => 'Cannot find section',
01338 'nosuchsectiontext'                => 'You tried to edit a section that does not exist.
01339 It may have been moved or deleted while you were viewing the page.',
01340 'loginreqtitle'                    => 'Login required',
01341 'loginreqlink'                     => 'log in',
01342 'loginreqpagetext'                 => 'You must $1 to view other pages.',
01343 'accmailtitle'                     => 'Password sent',
01344 'accmailtext'                      => "A randomly generated password for [[User talk:$1|$1]] has been sent to $2. It can be changed on the ''[[Special:ChangePassword|change password]]'' page upon logging in.",
01345 'newarticle'                       => '(New)',
01346 'newarticletext'                   => "You have followed a link to a page that does not exist yet.
01347 To create the page, start typing in the box below (see the [[{{MediaWiki:Helppage}}|help page]] for more info).
01348 If you are here by mistake, click your browser's '''back''' button.",
01349 'newarticletextanon'               => '{{int:newarticletext}}', # do not translate or duplicate this message to other languages
01350 'talkpagetext'                     => '<!-- MediaWiki:talkpagetext -->', # do not translate or duplicate this message to other languages
01351 'anontalkpagetext'                 => "----
01352 ''This is the discussion page for an anonymous user who has not created an account yet, or who does not use it.''
01353 We therefore have to use the numerical IP address to identify him/her.
01354 Such an IP address can be shared by several users.
01355 If you are an anonymous user and feel that irrelevant comments have been directed at you, please [[Special:UserLogin/signup|create an account]] or [[Special:UserLogin|log in]] to avoid future confusion with other anonymous users.",
01356 'noarticletext'                    => 'There is currently no text in this page.
01357 You can [[Special:Search/{{PAGENAME}}|search for this page title]] in other pages,
01358 <span class="plainlinks">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} search the related logs],
01359 or [{{fullurl:{{FULLPAGENAME}}|action=edit}} edit this page]</span>.',
01360 'noarticletext-nopermission'       => 'There is currently no text in this page.
01361 You can [[Special:Search/{{PAGENAME}}|search for this page title]] in other pages, or <span class="plainlinks">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} search the related logs]</span>, but you do not have permission to create this page.',
01362 'noarticletextanon'                => '{{int:noarticletext}}', # do not translate or duplicate this message to other languages
01363 'missing-revision'                 => 'The revision #$1 of the page named "{{PAGENAME}}" does not exist.
01364 
01365 This is usually caused by following an outdated history link to a page that has been deleted.
01366 Details can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].',
01367 'userpage-userdoesnotexist'        => 'User account "$1" is not registered.
01368 Please check if you want to create/edit this page.',
01369 'userpage-userdoesnotexist-view'   => 'User account "$1" is not registered.',
01370 'blocked-notice-logextract'        => 'This user is currently blocked.
01371 The latest block log entry is provided below for reference:',
01372 'clearyourcache'                   => "'''Note:''' After saving, you may have to bypass your browser's cache to see the changes.
01373 * '''Firefox / Safari:''' Hold ''Shift'' while clicking ''Reload'', or press either ''Ctrl-F5'' or ''Ctrl-R'' (''⌘-R'' on a Mac)
01374 * '''Google Chrome:''' Press ''Ctrl-Shift-R'' (''⌘-Shift-R'' on a Mac)
01375 * '''Internet Explorer:''' Hold ''Ctrl'' while clicking ''Refresh'', or press ''Ctrl-F5''
01376 * '''Opera:''' Clear the cache in ''Tools → Preferences''",
01377 'usercssyoucanpreview'             => "'''Tip:''' Use the \"{{int:showpreview}}\" button to test your new CSS before saving.",
01378 'userjsyoucanpreview'              => "'''Tip:''' Use the \"{{int:showpreview}}\" button to test your new JavaScript before saving.",
01379 'usercsspreview'                   => "'''Remember that you are only previewing your user CSS.'''
01380 '''It has not yet been saved!'''",
01381 'userjspreview'                    => "'''Remember that you are only testing/previewing your user JavaScript.'''
01382 '''It has not yet been saved!'''",
01383 'sitecsspreview'                   => "'''Remember that you are only previewing this CSS.'''
01384 '''It has not yet been saved!'''",
01385 'sitejspreview'                    => "'''Remember that you are only previewing this JavaScript code.'''
01386 '''It has not yet been saved!'''",
01387 'userinvalidcssjstitle'            => "'''Warning:''' There is no skin \"\$1\".
01388 Custom .css and .js pages use a lowercase title, e.g. {{ns:user}}:Foo/vector.css as opposed to {{ns:user}}:Foo/Vector.css.",
01389 'updated'                          => '(Updated)',
01390 'note'                             => "'''Note:'''",
01391 'previewnote'                      => "'''Remember that this is only a preview.'''
01392 Your changes have not yet been saved!",
01393 'continue-editing'                 => 'Go to editing area',
01394 'previewconflict'                  => 'This preview reflects the text in the upper text editing area as it will appear if you choose to save.',
01395 'session_fail_preview'             => "'''Sorry! We could not process your edit due to a loss of session data.'''
01396 Please try again.
01397 If it still does not work, try [[Special:UserLogout|logging out]] and logging back in.",
01398 'session_fail_preview_html'        => "'''Sorry! We could not process your edit due to a loss of session data.'''
01399 
01400 ''Because {{SITENAME}} has raw HTML enabled, the preview is hidden as a precaution against JavaScript attacks.''
01401 
01402 '''If this is a legitimate edit attempt, please try again.'''
01403 If it still does not work, try [[Special:UserLogout|logging out]] and logging back in.",
01404 'token_suffix_mismatch'            => "'''Your edit has been rejected because your client mangled the punctuation characters in the edit token.'''
01405 The edit has been rejected to prevent corruption of the page text.
01406 This sometimes happens when you are using a buggy web-based anonymous proxy service.",
01407 'edit_form_incomplete'             => "'''Some parts of the edit form did not reach the server; double-check that your edits are intact and try again.'''",
01408 'editing'                          => 'Editing $1',
01409 'creating'                         => 'Creating $1',
01410 'editingsection'                   => 'Editing $1 (section)',
01411 'editingcomment'                   => 'Editing $1 (new section)',
01412 'editconflict'                     => 'Edit conflict: $1',
01413 'explainconflict'                  => "Someone else has changed this page since you started editing it.
01414 The upper text area contains the page text as it currently exists.
01415 Your changes are shown in the lower text area.
01416 You will have to merge your changes into the existing text.
01417 '''Only''' the text in the upper text area will be saved when you press \"{{int:savearticle}}\".",
01418 'yourtext'                         => 'Your text',
01419 'storedversion'                    => 'Stored revision',
01420 'nonunicodebrowser'                => "'''Warning: Your browser is not Unicode compliant.'''
01421 A workaround is in place to allow you to safely edit pages: Non-ASCII characters will appear in the edit box as hexadecimal codes.",
01422 'editingold'                       => "'''Warning: You are editing an out-of-date revision of this page.'''
01423 If you save it, any changes made since this revision will be lost.",
01424 'yourdiff'                         => 'Differences',
01425 'copyrightwarning'                 => "Please note that all contributions to {{SITENAME}} are considered to be released under the $2 (see $1 for details).
01426 If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.<br />
01427 You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
01428 '''Do not submit copyrighted work without permission!'''",
01429 'copyrightwarning2'                => "Please note that all contributions to {{SITENAME}} may be edited, altered, or removed by other contributors.
01430 If you do not want your writing to be edited mercilessly, then do not submit it here.<br />
01431 You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see $1 for details).
01432 '''Do not submit copyrighted work without permission!'''",
01433 'editpage-head-copy-warn'          => '-', # do not translate or duplicate this message to other languages
01434 'editpage-tos-summary'             => '-', # do not translate or duplicate this message to other languages
01435 'longpage-hint'                    => '-', # do not translate or duplicate this message to other languages
01436 'longpageerror'                    => "'''Error: The text you have submitted is {{PLURAL:$1|one kilobyte|$1 kilobytes}} long, which is longer than the maximum of {{PLURAL:$2|one kilobyte|$2 kilobytes}}.'''
01437 It cannot be saved.",
01438 'readonlywarning'                  => "'''Warning: The database has been locked for maintenance, so you will not be able to save your edits right now.'''
01439 You may wish to copy and paste your text into a text file and save it for later.
01440 
01441 The administrator who locked it offered this explanation: $1",
01442 'protectedpagewarning'             => "'''Warning: This page has been protected so that only users with administrator privileges can edit it.'''
01443 The latest log entry is provided below for reference:",
01444 'semiprotectedpagewarning'         => "'''Note:''' This page has been protected so that only registered users can edit it.
01445 The latest log entry is provided below for reference:",
01446 'cascadeprotectedwarning'          => "'''Warning:''' This page has been protected so that only users with administrator privileges can edit it because it is included in the following cascade-protected {{PLURAL:$1|page|pages}}:",
01447 'titleprotectedwarning'            => "'''Warning: This page has been protected so that [[Special:ListGroupRights|specific rights]] are needed to create it.'''
01448 The latest log entry is provided below for reference:",
01449 'templatesused'                    => '{{PLURAL:$1|Template|Templates}} used on this page:',
01450 'templatesusedpreview'             => '{{PLURAL:$1|Template|Templates}} used in this preview:',
01451 'templatesusedsection'             => '{{PLURAL:$1|Template|Templates}} used in this section:',
01452 'template-protected'               => '(protected)',
01453 'template-semiprotected'           => '(semi-protected)',
01454 'hiddencategories'                 => 'This page is a member of {{PLURAL:$1|1 hidden category|$1 hidden categories}}:',
01455 'edittools'                        => '<!-- Text here will be shown below edit and upload forms. -->', # only translate this message to other languages if you have to change it
01456 'edittools-upload'                 => '-', # only translate this message to other languages if you have to change it
01457 'nocreatetitle'                    => 'Page creation limited',
01458 'nocreatetext'                     => '{{SITENAME}} has restricted the ability to create new pages.
01459 You can go back and edit an existing page, or [[Special:UserLogin|log in or create an account]].',
01460 'nocreate-loggedin'                => 'You do not have permission to create new pages.',
01461 'sectioneditnotsupported-title'    => 'Section editing not supported',
01462 'sectioneditnotsupported-text'     => 'Section editing is not supported in this page.',
01463 'permissionserrors'                => 'Permission error',
01464 'permissionserrorstext'            => 'You do not have permission to do that, for the following {{PLURAL:$1|reason|reasons}}:',
01465 'permissionserrorstext-withaction' => 'You do not have permission to $2, for the following {{PLURAL:$1|reason|reasons}}:',
01466 'recreate-moveddeleted-warn'       => "'''Warning: You are recreating a page that was previously deleted.'''
01467 
01468 You should consider whether it is appropriate to continue editing this page.
01469 The deletion and move log for this page are provided here for convenience:",
01470 'moveddeleted-notice'              => 'This page has been deleted.
01471 The deletion and move log for the page are provided below for reference.',
01472 'log-fulllog'                      => 'View full log',
01473 'edit-hook-aborted'                => 'Edit aborted by hook.
01474 It gave no explanation.',
01475 'edit-gone-missing'                => 'Could not update the page.
01476 It appears to have been deleted.',
01477 'edit-conflict'                    => 'Edit conflict.',
01478 'edit-no-change'                   => 'Your edit was ignored because no change was made to the text.',
01479 'edit-already-exists'              => 'Could not create a new page.
01480 It already exists.',
01481 'addsection-preload'               => '', # do not translate or duplicate this message to other languages
01482 'addsection-editintro'             => '', # do not translate or duplicate this message to other languages
01483 'defaultmessagetext'               => 'Default message text',
01484 
01485 # Parser/template warnings
01486 'expensive-parserfunction-warning'        => "'''Warning:''' This page contains too many expensive parser function calls.
01487 
01488 It should have less than $2 {{PLURAL:$2|call|calls}}, there {{PLURAL:$1|is now $1 call|are now $1 calls}}.",
01489 'expensive-parserfunction-category'       => 'Pages with too many expensive parser function calls',
01490 'post-expand-template-inclusion-warning'  => "'''Warning:''' Template include size is too large.
01491 Some templates will not be included.",
01492 'post-expand-template-inclusion-category' => 'Pages where template include size is exceeded',
01493 'post-expand-template-argument-warning'   => "'''Warning:''' This page contains at least one template argument that has a too large expansion size.
01494 These arguments have been omitted.",
01495 'post-expand-template-argument-category'  => 'Pages containing omitted template arguments',
01496 'parser-template-loop-warning'            => 'Template loop detected: [[$1]]',
01497 'parser-template-recursion-depth-warning' => 'Template recursion depth limit exceeded ($1)',
01498 'language-converter-depth-warning'        => 'Language converter depth limit exceeded ($1)',
01499 'node-count-exceeded-category'            => 'Pages where node-count is exceeded',
01500 'node-count-exceeded-warning'             => 'Page exceeded the node-count',
01501 'expansion-depth-exceeded-category'       => 'Pages where expansion depth is exceeded',
01502 'expansion-depth-exceeded-warning'        => 'Page exceeded the expansion depth',
01503 'parser-unstrip-loop-warning'             => 'Unstrip loop detected',
01504 'parser-unstrip-recursion-limit'          => 'Unstrip recursion limit exceeded ($1)',
01505 'converter-manual-rule-error'             => 'Error detected in manual language conversion rule',
01506 
01507 # "Undo" feature
01508 'undo-success' => 'The edit can be undone.
01509 Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.',
01510 'undo-failure' => 'The edit could not be undone due to conflicting intermediate edits.',
01511 'undo-norev'   => 'The edit could not be undone because it does not exist or was deleted.',
01512 'undo-summary' => 'Undo revision $1 by [[Special:Contributions/$2|$2]] ([[User talk:$2|talk]])',
01513 
01514 # Account creation failure
01515 'cantcreateaccounttitle' => 'Cannot create account',
01516 'cantcreateaccount-text' => "Account creation from this IP address ('''$1''') has been blocked by [[User:$3|$3]].
01517 
01518 The reason given by $3 is ''$2''",
01519 
01520 # History pages
01521 'viewpagelogs'           => 'View logs for this page',
01522 'nohistory'              => 'There is no edit history for this page.',
01523 'currentrev'             => 'Latest revision',
01524 'currentrev-asof'        => 'Latest revision as of $1',
01525 'revisionasof'           => 'Revision as of $1',
01526 'revision-info'          => 'Revision as of $1 by $2',
01527 'revision-info-current'  => '-', # do not translate or duplicate this message to other languages
01528 'revision-nav'           => '($1) $2{{int:pipe-separator}}$3 ($4){{int:pipe-separator}}$5 ($6)', # do not translate or duplicate this message to other languages
01529 'previousrevision'       => '← Older revision',
01530 'nextrevision'           => 'Newer revision →',
01531 'currentrevisionlink'    => 'Latest revision',
01532 'cur'                    => 'cur',
01533 'next'                   => 'next',
01534 'last'                   => 'prev',
01535 'page_first'             => 'first',
01536 'page_last'              => 'last',
01537 'histlegend'             => "Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.<br />
01538 Legend: '''({{int:cur}})''' = difference with latest revision, '''({{int:last}})''' = difference with preceding revision, '''{{int:minoreditletter}}''' = minor edit.",
01539 'history-fieldset-title' => 'Browse history',
01540 'history-show-deleted'   => 'Deleted only',
01541 'history_copyright'      => '-', # do not translate or duplicate this message to other languages
01542 'histfirst'              => 'oldest',
01543 'histlast'               => 'newest',
01544 'historysize'            => '({{PLURAL:$1|1 byte|$1 bytes}})',
01545 'historyempty'           => '(empty)',
01546 
01547 # Revision feed
01548 'history-feed-title'          => 'Revision history',
01549 'history-feed-description'    => 'Revision history for this page on the wiki',
01550 'history-feed-item-nocomment' => '$1 at $2',
01551 'history-feed-empty'          => 'The requested page does not exist.
01552 It may have been deleted from the wiki, or renamed.
01553 Try [[Special:Search|searching on the wiki]] for relevant new pages.',
01554 
01555 # Revision deletion
01556 'rev-deleted-comment'         => '(edit summary removed)',
01557 'rev-deleted-user'            => '(username removed)',
01558 'rev-deleted-event'           => '(log action removed)',
01559 'rev-deleted-user-contribs'   => '[username or IP address removed - edit hidden from contributions]',
01560 'rev-deleted-text-permission' => "This page revision has been '''deleted'''.
01561 Details can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].",
01562 'rev-deleted-text-unhide'     => "This page revision has been '''deleted'''.
01563 Details can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].
01564 You can still [$1 view this revision] if you wish to proceed.",
01565 'rev-suppressed-text-unhide'  => "This page revision has been '''suppressed'''.
01566 Details can be found in the [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} suppression log].
01567 You can still [$1 view this revision] if you wish to proceed.",
01568 'rev-deleted-text-view'       => "This page revision has been '''deleted'''.
01569 You can view it; details can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].",
01570 'rev-suppressed-text-view'    => "This page revision has been '''suppressed'''.
01571 You can view it; details can be found in the [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} suppression log].",
01572 'rev-deleted-no-diff'         => "You cannot view this diff because one of the revisions has been '''deleted'''.
01573 Details can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].",
01574 'rev-suppressed-no-diff'      => "You cannot view this diff because one of the revisions has been '''deleted'''.",
01575 'rev-deleted-unhide-diff'     => "One of the revisions of this diff has been '''deleted'''.
01576 Details can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].
01577 You can still [$1 view this diff] if you wish to proceed.",
01578 'rev-suppressed-unhide-diff'  => "One of the revisions of this diff has been '''suppressed'''.
01579 Details can be found in the [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} suppression log].
01580 You can still [$1 view this diff] if you wish to proceed.",
01581 'rev-deleted-diff-view'       => "One of the revisions of this diff has been '''deleted'''.
01582 You can view this diff; details can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].",
01583 'rev-suppressed-diff-view'    => "One of the revisions of this diff has been '''suppressed'''.
01584 You can view this diff; details can be found in the [{{fullurl:{{#Special:Log}}/suppress|page={{FULLPAGENAMEE}}}} suppression log].",
01585 'rev-delundel'                => 'change visibility',
01586 'rev-showdeleted'             => 'show',
01587 'revisiondelete'              => 'Delete/undelete revisions',
01588 'revdelete-nooldid-title'     => 'Invalid target revision',
01589 'revdelete-nooldid-text'      => 'You have either not specified a target revision(s) to perform this
01590 function, the specified revision does not exist, or you are attempting to hide the current revision.',
01591 'revdelete-nologtype-title'   => 'No log type given',
01592 'revdelete-nologtype-text'    => 'You have not specified a log type to perform this action on.',
01593 'revdelete-nologid-title'     => 'Invalid log entry',
01594 'revdelete-nologid-text'      => 'You have either not specified a target log event to perform this function or the specified entry does not exist.',
01595 'revdelete-no-file'           => 'The file specified does not exist.',
01596 'revdelete-show-file-confirm' => 'Are you sure you want to view a deleted revision of the file "<nowiki>$1</nowiki>" from $2 at $3?',
01597 'revdelete-show-file-submit'  => 'Yes',
01598 'revdelete-selected'          => "'''{{PLURAL:$2|Selected revision|Selected revisions}} of [[:$1]]:'''",
01599 'logdelete-selected'          => "'''{{PLURAL:$1|Selected log event|Selected log events}}:'''",
01600 'revdelete-text'              => "'''Deleted revisions and events will still appear in the page history and logs, but parts of their content will be inaccessible to the public.'''
01601 Other administrators on {{SITENAME}} will still be able to access the hidden content and can undelete it again through this same interface, unless additional restrictions are set.",
01602 'revdelete-confirm'           => 'Please confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with [[{{MediaWiki:Policy-url}}|the policy]].',
01603 'revdelete-suppress-text'     => "Suppression should '''only''' be used for the following cases:
01604 * Potentially libelous information
01605 * Inappropriate personal information
01606 *: ''home addresses and telephone numbers, national identification numbers, etc.''",
01607 'revdelete-legend'            => 'Set visibility restrictions',
01608 'revdelete-hide-text'         => 'Revision text',
01609 'revdelete-hide-image'        => 'Hide file content',
01610 'revdelete-hide-name'         => 'Hide action and target',
01611 'revdelete-hide-comment'      => 'Edit summary',
01612 'revdelete-hide-user'         => "Editor's username/IP address",
01613 'revdelete-hide-restricted'   => 'Suppress data from administrators as well as others',
01614 'revdelete-radio-same'        => '(do not change)',
01615 'revdelete-radio-set'         => 'Hidden',
01616 'revdelete-radio-unset'       => 'Visible',
01617 'revdelete-suppress'          => 'Suppress data from administrators as well as others',
01618 'revdelete-unsuppress'        => 'Remove restrictions on restored revisions',
01619 'revdelete-log'               => 'Reason:',
01620 'revdelete-submit'            => 'Apply to selected {{PLURAL:$1|revision|revisions}}',
01621 'revdelete-success'           => "'''Revision visibility successfully updated.'''",
01622 'revdelete-failure'           => "'''Revision visibility could not be updated:'''
01623 $1",
01624 'logdelete-success'           => "'''Log visibility successfully set.'''",
01625 'logdelete-failure'           => "'''Log visibility could not be set:'''
01626 $1",
01627 'revdel-restore'              => 'change visibility',
01628 'revdel-restore-deleted'      => 'deleted revisions',
01629 'revdel-restore-visible'      => 'visible revisions',
01630 'pagehist'                    => 'Page history',
01631 'deletedhist'                 => 'Deleted history',
01632 'revdelete-hide-current'      => 'Error hiding the item dated $2, $1: This is the current revision.
01633 It cannot be hidden.',
01634 'revdelete-show-no-access'    => 'Error showing the item dated $2, $1: This item has been marked "restricted".
01635 You do not have access to it.',
01636 'revdelete-modify-no-access'  => 'Error modifying the item dated $2, $1: This item has been marked "restricted".
01637 You do not have access to it.',
01638 'revdelete-modify-missing'    => 'Error modifying item ID $1: It is missing from the database!',
01639 'revdelete-no-change'         => "'''Warning:''' The item dated $2, $1 already had the requested visibility settings.",
01640 'revdelete-concurrent-change' => 'Error modifying the item dated $2, $1: Its status appears to have been changed by someone else while you attempted to modify it.
01641 Please check the logs.',
01642 'revdelete-only-restricted'   => 'Error hiding the item dated $2, $1: You cannot suppress items from view by administrators without also selecting one of the other visibility options.',
01643 'revdelete-reason-dropdown'   => '*Common delete reasons
01644 ** Copyright violation
01645 ** Inappropriate comment or personal information
01646 ** Inappropriate username
01647 ** Potentially libelous information',
01648 'revdelete-otherreason'       => 'Other/additional reason:',
01649 'revdelete-reasonotherlist'   => 'Other reason',
01650 'revdelete-edit-reasonlist'   => 'Edit delete reasons',
01651 'revdelete-offender'          => 'Revision author:',
01652 
01653 # Suppression log
01654 'suppressionlog'     => 'Suppression log',
01655 'suppressionlogtext' => 'Below is a list of deletions and blocks involving content hidden from administrators.
01656 See the [[Special:BlockList|block list]] for the list of currently operational bans and blocks.',
01657 
01658 # History merging
01659 'mergehistory'                     => 'Merge page histories',
01660 'mergehistory-header'              => 'This page lets you merge revisions of the history of one source page into a newer page.
01661 Make sure that this change will maintain historical page continuity.',
01662 'mergehistory-box'                 => 'Merge revisions of two pages:',
01663 'mergehistory-from'                => 'Source page:',
01664 'mergehistory-into'                => 'Destination page:',
01665 'mergehistory-list'                => 'Mergeable edit history',
01666 'mergehistory-merge'               => 'The following revisions of [[:$1]] can be merged into [[:$2]].
01667 Use the radio button column to merge in only the revisions created at and before the specified time.
01668 Note that using the navigation links will reset this column.',
01669 'mergehistory-go'                  => 'Show mergeable edits',
01670 'mergehistory-submit'              => 'Merge revisions',
01671 'mergehistory-empty'               => 'No revisions can be merged.',
01672 'mergehistory-success'             => '$3 {{PLURAL:$3|revision|revisions}} of [[:$1]] successfully merged into [[:$2]].',
01673 'mergehistory-fail'                => 'Unable to perform history merge, please recheck the page and time parameters.',
01674 'mergehistory-no-source'           => 'Source page $1 does not exist.',
01675 'mergehistory-no-destination'      => 'Destination page $1 does not exist.',
01676 'mergehistory-invalid-source'      => 'Source page must be a valid title.',
01677 'mergehistory-invalid-destination' => 'Destination page must be a valid title.',
01678 'mergehistory-autocomment'         => 'Merged [[:$1]] into [[:$2]]',
01679 'mergehistory-comment'             => 'Merged [[:$1]] into [[:$2]]: $3',
01680 'mergehistory-same-destination'    => 'Source and destination pages cannot be the same',
01681 'mergehistory-reason'              => 'Reason:',
01682 'mergehistory-revisionrow'         => '$1 ($2) $3 . . $4 $5 $6', # only translate this message to other languages if you have to change it
01683 
01684 # Merge log
01685 'mergelog'           => 'Merge log',
01686 'pagemerge-logentry' => 'merged [[$1]] into [[$2]] (revisions up to $3)',
01687 'revertmerge'        => 'Unmerge',
01688 'mergelogpagetext'   => 'Below is a list of the most recent merges of one page history into another.',
01689 
01690 # Diffs
01691 'history-title'               => 'Revision history of "$1"',
01692 'difference-title'            => 'Difference between revisions of "$1"',
01693 'difference-title-multipage'  => 'Difference between pages "$1" and "$2"',
01694 'difference-multipage'        => '(Difference between pages)',
01695 'lineno'                      => 'Line $1:',
01696 'compareselectedversions'     => 'Compare selected revisions',
01697 'showhideselectedversions'    => 'Change visibility of selected revisions',
01698 'editundo'                    => 'undo',
01699 'diff-multi'                  => '({{PLURAL:$1|One intermediate revision|$1 intermediate revisions}} by {{PLURAL:$2|one user|$2 users}} not shown)',
01700 'diff-multi-manyusers'        => '({{PLURAL:$1|One intermediate revision|$1 intermediate revisions}} by more than $2 {{PLURAL:$2|user|users}} not shown)',
01701 'difference-missing-revision' => '{{PLURAL:$2|One revision|$2 revisions}} of this difference ($1) {{PLURAL:$2|was|were}} not found.
01702 
01703 This is usually caused by following an outdated diff link to a page that has been deleted.
01704 Details can be found in the [{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} deletion log].',
01705 
01706 # Search results
01707 'search-summary'                   => '', # do not translate or duplicate this message to other languages
01708 'searchresults'                    => 'Search results',
01709 'searchresults-title'              => 'Search results for "$1"',
01710 'searchresulttext'                 => 'For more information about searching {{SITENAME}}, see [[{{MediaWiki:Helppage}}|{{int:help}}]].',
01711 'searchsubtitle'                   => 'You searched for \'\'\'[[:$1]]\'\'\' ([[Special:Prefixindex/$1|all pages starting with "$1"]]{{int:pipe-separator}}[[Special:WhatLinksHere/$1|all pages that link to "$1"]])',
01712 'searchsubtitleinvalid'            => "You searched for '''$1'''",
01713 'toomanymatches'                   => 'Too many matches were returned, please try a different query',
01714 'titlematches'                     => 'Page title matches',
01715 'notitlematches'                   => 'No page title matches',
01716 'textmatches'                      => 'Page text matches',
01717 'notextmatches'                    => 'No page text matches',
01718 'prevn'                            => 'previous {{PLURAL:$1|$1}}',
01719 'nextn'                            => 'next {{PLURAL:$1|$1}}',
01720 'prevn-title'                      => 'Previous $1 {{PLURAL:$1|result|results}}',
01721 'nextn-title'                      => 'Next $1 {{PLURAL:$1|result|results}}',
01722 'shown-title'                      => 'Show $1 {{PLURAL:$1|result|results}} per page',
01723 'viewprevnext'                     => 'View ($1 {{int:pipe-separator}} $2) ($3)',
01724 'searchmenu-legend'                => 'Search options',
01725 'searchmenu-exists'                => "'''There is a page named \"[[:\$1]]\" on this wiki.'''",
01726 'searchmenu-new'                   => "'''Create the page \"[[:\$1]]\" on this wiki!'''",
01727 'searchmenu-new-nocreate'          => '', # do not translate or duplicate this message to other languages
01728 'searchhelp-url'                   => 'Help:Contents',
01729 'searchmenu-prefix'                => '[[Special:PrefixIndex/$1|Browse pages with this prefix]]',
01730 'searchmenu-help'                  => '[[{{MediaWiki:Searchhelp-url}}|{{int:help}}]]?', # do not translate or duplicate this message to other languages
01731 'searchprofile-articles'           => 'Content pages',
01732 'searchprofile-project'            => 'Help and Project pages',
01733 'searchprofile-images'             => 'Multimedia',
01734 'searchprofile-everything'         => 'Everything',
01735 'searchprofile-advanced'           => 'Advanced',
01736 'searchprofile-articles-tooltip'   => 'Search in $1',
01737 'searchprofile-project-tooltip'    => 'Search in $1',
01738 'searchprofile-images-tooltip'     => 'Search for files',
01739 'searchprofile-everything-tooltip' => 'Search all of content (including talk pages)',
01740 'searchprofile-advanced-tooltip'   => 'Search in custom namespaces',
01741 'search-result-size'               => '$1 ({{PLURAL:$2|1 word|$2 words}})',
01742 'search-result-category-size'      => '{{PLURAL:$1|1 member|$1 members}} ({{PLURAL:$2|1 subcategory|$2 subcategories}}, {{PLURAL:$3|1 file|$3 files}})',
01743 'search-result-score'              => 'Relevance: $1%',
01744 'search-redirect'                  => '(redirect $1)',
01745 'search-section'                   => '(section $1)',
01746 'search-suggest'                   => 'Did you mean: $1',
01747 'search-interwiki-caption'         => 'Sister projects',
01748 'search-interwiki-default'         => '$1 results:',
01749 'search-interwiki-custom'          => '', # do not translate or duplicate this message to other languages
01750 'search-interwiki-more'            => '(more)',
01751 'search-relatedarticle'            => 'Related',
01752 'mwsuggest-disable'                => 'Disable search suggestions',
01753 'searcheverything-enable'          => 'Search in all namespaces',
01754 'searchrelated'                    => 'related',
01755 'searchall'                        => 'all',
01756 'showingresults'                   => "Showing below up to {{PLURAL:$1|'''1''' result|'''$1''' results}} starting with #'''$2'''.",
01757 'showingresultsnum'                => "Showing below {{PLURAL:$3|'''1''' result|'''$3''' results}} starting with #'''$2'''.",
01758 'showingresultsheader'             => "{{PLURAL:$5|Result '''$1''' of '''$3'''|Results '''$1 - $2''' of '''$3'''}} for '''$4'''",
01759 'nonefound'                        => "'''Note:''' Only some namespaces are searched by default.
01760 Try prefixing your query with ''all:'' to search all content (including talk pages, templates, etc), or use the desired namespace as prefix.",
01761 'search-nonefound'                 => 'There were no results matching the query.',
01762 'powersearch'                      => 'Advanced search',
01763 'powersearch-legend'               => 'Advanced search',
01764 'powersearch-ns'                   => 'Search in namespaces:',
01765 'powersearch-redir'                => 'List redirects',
01766 'powersearch-field'                => 'Search for',
01767 'powersearch-togglelabel'          => 'Check:',
01768 'powersearch-toggleall'            => 'All',
01769 'powersearch-togglenone'           => 'None',
01770 'search-external'                  => 'External search',
01771 'searchdisabled'                   => '{{SITENAME}} search is disabled.
01772 You can search via Google in the meantime.
01773 Note that their indexes of {{SITENAME}} content may be out of date.',
01774 'googlesearch'                     => '<form method="get" action="//www.google.com/search" id="googlesearch">
01775         <input type="hidden" name="domains" value="{{SERVER}}" />
01776         <input type="hidden" name="num" value="50" />
01777         <input type="hidden" name="ie" value="$2" />
01778         <input type="hidden" name="oe" value="$2" />
01779 
01780         <input type="text" name="q" size="31" maxlength="255" value="$1" />
01781         <input type="submit" name="btnG" value="$3" />
01782   <div>
01783         <input type="radio" name="sitesearch" id="gwiki" value="{{SERVER}}" checked="checked" /><label for="gwiki">{{SITENAME}}</label>
01784         <input type="radio" name="sitesearch" id="gWWW" value="" /><label for="gWWW">WWW</label>
01785   </div>
01786 </form>', # do not translate or duplicate this message to other languages
01787 
01788 # OpenSearch description
01789 'opensearch-desc' => '{{SITENAME}} ({{CONTENTLANGUAGE}})', # do not translate or duplicate this message to other languages
01790 
01791 # Quickbar
01792 'qbsettings'                => 'Quickbar',
01793 'qbsettings-none'           => 'None',
01794 'qbsettings-fixedleft'      => 'Fixed left',
01795 'qbsettings-fixedright'     => 'Fixed right',
01796 'qbsettings-floatingleft'   => 'Floating left',
01797 'qbsettings-floatingright'  => 'Floating right',
01798 'qbsettings-directionality' => 'Fixed, depending on the script directionality of your language',
01799 
01800 # Preferences page
01801 'preferences'                   => 'Preferences',
01802 'preferences-summary'           => '', # do not translate or duplicate this message to other languages
01803 'mypreferences'                 => 'Preferences',
01804 'prefs-edits'                   => 'Number of edits:',
01805 'prefsnologin'                  => 'Not logged in',
01806 'prefsnologintext'              => 'You must be <span class="plainlinks">[{{fullurl:{{#Special:UserLogin}}|returnto=$1}} logged in]</span> to set user preferences.',
01807 'changepassword'                => 'Change password',
01808 'changepassword-summary'        => '', # do not translate or duplicate this message to other languages
01809 'prefs-skin'                    => 'Skin',
01810 'skin-preview'                  => 'Preview',
01811 'datedefault'                   => 'No preference',
01812 'prefs-beta'                    => 'Beta features',
01813 'prefs-datetime'                => 'Date and time',
01814 'prefs-labs'                    => 'Labs features',
01815 'prefs-user-pages'              => 'User pages',
01816 'prefs-personal'                => 'User profile',
01817 'prefs-rc'                      => 'Recent changes',
01818 'prefs-watchlist'               => 'Watchlist',
01819 'prefs-watchlist-days'          => 'Days to show in watchlist:',
01820 'prefs-watchlist-days-max'      => 'Maximum $1 {{PLURAL:$1|day|days}}',
01821 'prefs-watchlist-edits'         => 'Maximum number of changes to show in expanded watchlist:',
01822 'prefs-watchlist-edits-max'     => 'Maximum number: 1000',
01823 'prefs-watchlist-token'         => 'Watchlist token:',
01824 'prefs-misc'                    => 'Misc',
01825 'prefs-resetpass'               => 'Change password',
01826 'prefs-changeemail'             => 'Change email address',
01827 'prefs-setemail'                => 'Set an email address',
01828 'prefs-email'                   => 'Email options',
01829 'prefs-rendering'               => 'Appearance',
01830 'saveprefs'                     => 'Save',
01831 'resetprefs'                    => 'Clear unsaved changes',
01832 'restoreprefs'                  => 'Restore all default settings (in all sections)',
01833 'prefs-editing'                 => 'Editing',
01834 'prefs-edit-boxsize'            => 'Size of the edit window.',
01835 'rows'                          => 'Rows:',
01836 'columns'                       => 'Columns:',
01837 'searchresultshead'             => 'Search',
01838 'resultsperpage'                => 'Hits per page:',
01839 'stub-threshold'                => 'Threshold for <a href="#" class="stub">stub link</a> formatting (bytes):',
01840 'stub-threshold-disabled'       => 'Disabled',
01841 'recentchangesdays'             => 'Days to show in recent changes:',
01842 'recentchangesdays-max'         => 'Maximum $1 {{PLURAL:$1|day|days}}',
01843 'recentchangescount'            => 'Number of edits to show by default:',
01844 'prefs-help-recentchangescount' => 'This includes recent changes, page histories, and logs.',
01845 'prefs-help-watchlist-token'    => "Filling in this field with a secret key will generate an RSS feed for your watchlist.
01846 Anyone who knows the key in this field will be able to read your watchlist, so choose a secure value.
01847 Here's a randomly-generated value you can use: $1",
01848 'savedprefs'                    => 'Your preferences have been saved.',
01849 'timezonelegend'                => 'Time zone:',
01850 'localtime'                     => 'Local time:',
01851 'timezoneuseserverdefault'      => 'Use wiki default ($1)',
01852 'timezoneuseoffset'             => 'Other (specify offset)',
01853 'timezoneoffset'                => 'Offset¹:',
01854 'servertime'                    => 'Server time:',
01855 'guesstimezone'                 => 'Fill in from browser',
01856 'timezoneregion-africa'         => 'Africa',
01857 'timezoneregion-america'        => 'America',
01858 'timezoneregion-antarctica'     => 'Antarctica',
01859 'timezoneregion-arctic'         => 'Arctic',
01860 'timezoneregion-asia'           => 'Asia',
01861 'timezoneregion-atlantic'       => 'Atlantic Ocean',
01862 'timezoneregion-australia'      => 'Australia',
01863 'timezoneregion-europe'         => 'Europe',
01864 'timezoneregion-indian'         => 'Indian Ocean',
01865 'timezoneregion-pacific'        => 'Pacific Ocean',
01866 'allowemail'                    => 'Enable email from other users',
01867 'prefs-searchoptions'           => 'Search',
01868 'prefs-namespaces'              => 'Namespaces',
01869 'defaultns'                     => 'Otherwise search in these namespaces:',
01870 'default'                       => 'default',
01871 'prefs-files'                   => 'Files',
01872 'prefs-custom-css'              => 'Custom CSS',
01873 'prefs-custom-js'               => 'Custom JavaScript',
01874 'prefs-common-css-js'           => 'Shared CSS/JavaScript for all skins:',
01875 'prefs-reset-intro'             => 'You can use this page to reset your preferences to the site defaults.
01876 This cannot be undone.',
01877 'prefs-emailconfirm-label'      => 'Email confirmation:',
01878 'prefs-textboxsize'             => 'Size of editing window',
01879 'youremail'                     => 'Email:',
01880 'username'                      => 'Username:',
01881 'uid'                           => 'User ID:',
01882 'prefs-memberingroups'          => 'Member of {{PLURAL:$1|group|groups}}:',
01883 'prefs-memberingroups-type'     => '$1', # only translate this message to other languages if you have to change it
01884 'prefs-registration'            => 'Registration time:',
01885 'prefs-registration-date-time'  => '$1', # only translate this message to other languages if you have to change it
01886 'yourrealname'                  => 'Real name:',
01887 'yourlanguage'                  => 'Language:',
01888 'yourvariant'                   => 'Content language variant:',
01889 'prefs-help-variant'            => 'Your preferred variant or orthography to display the content pages of this wiki in.',
01890 'yournick'                      => 'New signature:',
01891 'prefs-help-signature'          => 'Comments on talk pages should be signed with "<nowiki>~~~~</nowiki>", which will be converted into your signature and a timestamp.',
01892 'badsig'                        => 'Invalid raw signature.
01893 Check HTML tags.',
01894 'badsiglength'                  => 'Your signature is too long.
01895 It must not be more than $1 {{PLURAL:$1|character|characters}} long.',
01896 'yourgender'                    => 'How do you prefer to be described?',
01897 'gender-unknown'                => 'I prefer not to say',
01898 'gender-male'                   => 'He edits wiki pages',
01899 'gender-female'                 => 'She edits wiki pages',
01900 'prefs-help-gender'             => 'Setting this preference is optional.
01901 The software uses its value to address you and to mention you to others using the appropriate grammatical gender.
01902 This information will be public.',
01903 'email'                         => 'Email',
01904 'prefs-help-realname'           => 'Real name is optional.
01905 If you choose to provide it, this will be used for giving you attribution for your work.',
01906 'prefs-help-email'              => 'Email address is optional, but is needed for password resets, should you forget your password.',
01907 'prefs-help-email-others'       => 'You can also choose to let others contact you by email through a link on your user or talk page.
01908 Your email address is not revealed when other users contact you.',
01909 'prefs-help-email-required'     => 'Email address is required.',
01910 'prefs-info'                    => 'Basic information',
01911 'prefs-i18n'                    => 'Internationalisation',
01912 'prefs-signature'               => 'Signature',
01913 'prefs-dateformat'              => 'Date format',
01914 'prefs-timeoffset'              => 'Time offset',
01915 'prefs-advancedediting'         => 'General options',
01916 'prefs-advancedrc'              => 'Advanced options',
01917 'prefs-advancedrendering'       => 'Advanced options',
01918 'prefs-advancedsearchoptions'   => 'Advanced options',
01919 'prefs-advancedwatchlist'       => 'Advanced options',
01920 'prefs-displayrc'               => 'Display options',
01921 'prefs-displaysearchoptions'    => 'Display options',
01922 'prefs-displaywatchlist'        => 'Display options',
01923 'prefs-diffs'                   => 'Diffs',
01924 
01925 # User preference: email validation using jQuery
01926 'email-address-validity-valid'   => 'Email address appears valid',
01927 'email-address-validity-invalid' => 'Enter a valid email address',
01928 
01929 # User rights
01930 'userrights'                     => 'User rights management',
01931 'userrights-summary'             => '', # do not translate or duplicate this message to other languages
01932 'userrights-lookup-user'         => 'Manage user groups',
01933 'userrights-user-editname'       => 'Enter a username:',
01934 'editusergroup'                  => 'Edit user groups',
01935 'editinguser'                    => "Changing user rights of user '''[[User:$1|$1]]''' $2",
01936 'userrights-editusergroup'       => 'Edit user groups',
01937 'saveusergroups'                 => 'Save user groups',
01938 'userrights-groupsmember'        => 'Member of:',
01939 'userrights-groupsmember-auto'   => 'Implicit member of:',
01940 'userrights-groups-help'         => 'You may alter the groups this user is in:
01941 * A checked box means the user is in that group.
01942 * An unchecked box means the user is not in that group.
01943 * A * indicates that you cannot remove the group once you have added it, or vice versa.',
01944 'userrights-reason'              => 'Reason:',
01945 'userrights-no-interwiki'        => 'You do not have permission to edit user rights on other wikis.',
01946 'userrights-nodatabase'          => 'Database $1 does not exist or is not local.',
01947 'userrights-nologin'             => 'You must [[Special:UserLogin|log in]] with an administrator account to assign user rights.',
01948 'userrights-notallowed'          => 'You do not have permission to add or remove user rights.',
01949 'userrights-changeable-col'      => 'Groups you can change',
01950 'userrights-unchangeable-col'    => 'Groups you cannot change',
01951 'userrights-irreversible-marker' => '$1*', # only translate this message to other languages if you have to change it
01952 
01953 # Groups
01954 'group'               => 'Group:',
01955 'group-user'          => 'Users',
01956 'group-autoconfirmed' => 'Autoconfirmed users',
01957 'group-bot'           => 'Bots',
01958 'group-sysop'         => 'Administrators',
01959 'group-bureaucrat'    => 'Bureaucrats',
01960 'group-suppress'      => 'Oversights',
01961 'group-all'           => '(all)',
01962 
01963 'group-user-member'          => '{{GENDER:$1|user}}',
01964 'group-autoconfirmed-member' => '{{GENDER:$1|autoconfirmed user}}',
01965 'group-bot-member'           => '{{GENDER:$1|bot}}',
01966 'group-sysop-member'         => '{{GENDER:$1|administrator}}',
01967 'group-bureaucrat-member'    => '{{GENDER:$1|bureaucrat}}',
01968 'group-suppress-member'      => '{{GENDER:$1|oversight}}',
01969 
01970 'grouppage-user'          => '{{ns:project}}:Users',
01971 'grouppage-autoconfirmed' => '{{ns:project}}:Autoconfirmed users',
01972 'grouppage-bot'           => '{{ns:project}}:Bots',
01973 'grouppage-sysop'         => '{{ns:project}}:Administrators',
01974 'grouppage-bureaucrat'    => '{{ns:project}}:Bureaucrats',
01975 'grouppage-suppress'      => '{{ns:project}}:Oversight',
01976 
01977 # Rights
01978 'right-read'                  => 'Read pages',
01979 'right-edit'                  => 'Edit pages',
01980 'right-createpage'            => 'Create pages (which are not discussion pages)',
01981 'right-createtalk'            => 'Create discussion pages',
01982 'right-createaccount'         => 'Create new user accounts',
01983 'right-minoredit'             => 'Mark edits as minor',
01984 'right-move'                  => 'Move pages',
01985 'right-move-subpages'         => 'Move pages with their subpages',
01986 'right-move-rootuserpages'    => 'Move root user pages',
01987 'right-movefile'              => 'Move files',
01988 'right-suppressredirect'      => 'Not create redirects from source pages when moving pages',
01989 'right-upload'                => 'Upload files',
01990 'right-reupload'              => 'Overwrite existing files',
01991 'right-reupload-own'          => 'Overwrite existing files uploaded by oneself',
01992 'right-reupload-shared'       => 'Override files on the shared media repository locally',
01993 'right-upload_by_url'         => 'Upload files from a URL',
01994 'right-purge'                 => 'Purge the site cache for a page without confirmation',
01995 'right-autoconfirmed'         => 'Not be affected by IP-based rate limits',
01996 'right-bot'                   => 'Be treated as an automated process',
01997 'right-nominornewtalk'        => 'Not have minor edits to discussion pages trigger the new messages prompt',
01998 'right-apihighlimits'         => 'Use higher limits in API queries',
01999 'right-writeapi'              => 'Use of the write API',
02000 'right-delete'                => 'Delete pages',
02001 'right-bigdelete'             => 'Delete pages with large histories',
02002 'right-deletelogentry'        => 'Delete and undelete specific log entries',
02003 'right-deleterevision'        => 'Delete and undelete specific revisions of pages',
02004 'right-deletedhistory'        => 'View deleted history entries, without their associated text',
02005 'right-deletedtext'           => 'View deleted text and changes between deleted revisions',
02006 'right-browsearchive'         => 'Search deleted pages',
02007 'right-undelete'              => 'Undelete a page',
02008 'right-suppressrevision'      => 'Review and restore revisions hidden from administrators',
02009 'right-suppressionlog'        => 'View private logs',
02010 'right-block'                 => 'Block other users from editing',
02011 'right-blockemail'            => 'Block a user from sending email',
02012 'right-hideuser'              => 'Block a username, hiding it from the public',
02013 'right-ipblock-exempt'        => 'Bypass IP blocks, auto-blocks and range blocks',
02014 'right-proxyunbannable'       => 'Bypass automatic blocks of proxies',
02015 'right-unblockself'           => 'Unblock oneself',
02016 'right-protect'               => 'Change protection levels and edit cascade-protected pages',
02017 'right-editprotected'         => 'Edit protected pages (without cascading protection)',
02018 'right-editinterface'         => 'Edit the user interface',
02019 'right-editusercssjs'         => "Edit other users' CSS and JavaScript files",
02020 'right-editusercss'           => "Edit other users' CSS files",
02021 'right-edituserjs'            => "Edit other users' JavaScript files",
02022 'right-rollback'              => 'Quickly rollback the edits of the last user who edited a particular page',
02023 'right-markbotedits'          => 'Mark rolled-back edits as bot edits',
02024 'right-noratelimit'           => 'Not be affected by rate limits',
02025 'right-import'                => 'Import pages from other wikis',
02026 'right-importupload'          => 'Import pages from a file upload',
02027 'right-patrol'                => "Mark others' edits as patrolled",
02028 'right-autopatrol'            => "Have one's own edits automatically marked as patrolled",
02029 'right-patrolmarks'           => 'View recent changes patrol marks',
02030 'right-unwatchedpages'        => 'View a list of unwatched pages',
02031 'right-mergehistory'          => 'Merge the history of pages',
02032 'right-userrights'            => 'Edit all user rights',
02033 'right-userrights-interwiki'  => 'Edit user rights of users on other wikis',
02034 'right-siteadmin'             => 'Lock and unlock the database',
02035 'right-override-export-depth' => 'Export pages including linked pages up to a depth of 5',
02036 'right-sendemail'             => 'Send email to other users',
02037 'right-passwordreset'         => 'View password reset emails',
02038 
02039 # User rights log
02040 'rightslog'                  => 'User rights log',
02041 'rightslogtext'              => 'This is a log of changes to user rights.',
02042 'rightslogentry'             => 'changed group membership for $1 from $2 to $3',
02043 'rightslogentry-autopromote' => 'was automatically promoted from $2 to $3',
02044 'rightsnone'                 => '(none)',
02045 
02046 # Associated actions - in the sentence "You do not have permission to X"
02047 'action-read'                 => 'read this page',
02048 'action-edit'                 => 'edit this page',
02049 'action-createpage'           => 'create pages',
02050 'action-createtalk'           => 'create discussion pages',
02051 'action-createaccount'        => 'create this user account',
02052 'action-minoredit'            => 'mark this edit as minor',
02053 'action-move'                 => 'move this page',
02054 'action-move-subpages'        => 'move this page, and its subpages',
02055 'action-move-rootuserpages'   => 'move root user pages',
02056 'action-movefile'             => 'move this file',
02057 'action-upload'               => 'upload this file',
02058 'action-reupload'             => 'overwrite this existing file',
02059 'action-reupload-shared'      => 'override this file on a shared repository',
02060 'action-upload_by_url'        => 'upload this file from a URL',
02061 'action-writeapi'             => 'use the write API',
02062 'action-delete'               => 'delete this page',
02063 'action-deleterevision'       => 'delete this revision',
02064 'action-deletedhistory'       => "view this page's deleted history",
02065 'action-browsearchive'        => 'search deleted pages',
02066 'action-undelete'             => 'undelete this page',
02067 'action-suppressrevision'     => 'review and restore this hidden revision',
02068 'action-suppressionlog'       => 'view this private log',
02069 'action-block'                => 'block this user from editing',
02070 'action-protect'              => 'change protection levels for this page',
02071 'action-rollback'             => 'quickly rollback the edits of the last user who edited a particular page',
02072 'action-import'               => 'import pages from another wiki',
02073 'action-importupload'         => 'import pages from a file upload',
02074 'action-patrol'               => "mark others' edits as patrolled",
02075 'action-autopatrol'           => 'have your edit marked as patrolled',
02076 'action-unwatchedpages'       => 'view the list of unwatched pages',
02077 'action-mergehistory'         => 'merge the history of this page',
02078 'action-userrights'           => 'edit all user rights',
02079 'action-userrights-interwiki' => 'edit user rights of users on other wikis',
02080 'action-siteadmin'            => 'lock or unlock the database',
02081 'action-sendemail'            => 'send emails',
02082 
02083 # Recent changes
02084 'nchanges'                          => '$1 {{PLURAL:$1|change|changes}}',
02085 'recentchanges'                     => 'Recent changes',
02086 'recentchanges-url'                 => 'Special:RecentChanges', # do not translate or duplicate this message to other languages
02087 'recentchanges-legend'              => 'Recent changes options',
02088 'recentchanges-summary'             => 'Track the most recent changes to the wiki on this page.',
02089 'recentchangestext'                 => '-', # do not translate or duplicate this message to other languages
02090 'recentchanges-feed-description'    => 'Track the most recent changes to the wiki in this feed.',
02091 'recentchanges-label-newpage'       => 'This edit created a new page',
02092 'recentchanges-label-minor'         => 'This is a minor edit',
02093 'recentchanges-label-bot'           => 'This edit was performed by a bot',
02094 'recentchanges-label-unpatrolled'   => 'This edit has not yet been patrolled',
02095 'rcnote'                            => "Below {{PLURAL:$1|is '''1''' change|are the last '''$1''' changes}} in the last {{PLURAL:$2|day|'''$2''' days}}, as of $5, $4.",
02096 'rcnotefrom'                        => "Below are the changes since '''$2''' (up to '''$1''' shown).",
02097 'rclistfrom'                        => 'Show new changes starting from $1',
02098 'rcshowhideminor'                   => '$1 minor edits',
02099 'rcshowhidebots'                    => '$1 bots',
02100 'rcshowhideliu'                     => '$1 logged-in users',
02101 'rcshowhideanons'                   => '$1 anonymous users',
02102 'rcshowhidepatr'                    => '$1 patrolled edits',
02103 'rcshowhidemine'                    => '$1 my edits',
02104 'rclinks'                           => 'Show last $1 changes in last $2 days<br />$3',
02105 'diff'                              => 'diff',
02106 'hist'                              => 'hist',
02107 'hide'                              => 'Hide',
02108 'show'                              => 'Show',
02109 'minoreditletter'                   => 'm',
02110 'newpageletter'                     => 'N',
02111 'boteditletter'                     => 'b',
02112 'unpatrolledletter'                 => '!', # only translate this message to other languages if you have to change it
02113 'number_of_watching_users_RCview'   => '[$1]', # do not translate or duplicate this message to other languages
02114 'number_of_watching_users_pageview' => '[$1 watching {{PLURAL:$1|user|users}}]',
02115 'rc_categories'                     => 'Limit to categories (separate with "|")',
02116 'rc_categories_any'                 => 'Any',
02117 'rc-change-size'                    => '$1', # only translate this message to other languages if you have to change it
02118 'rc-change-size-new'                => '$1 {{PLURAL:$1|byte|bytes}} after change',
02119 'newsectionsummary'                 => '/* $1 */ new section',
02120 'rc-enhanced-expand'                => 'Show details',
02121 'rc-enhanced-hide'                  => 'Hide details',
02122 'rc-old-title'                      => 'originally created as "$1"',
02123 
02124 # Recent changes linked
02125 'recentchangeslinked'          => 'Related changes',
02126 'recentchangeslinked-feed'     => 'Related changes',
02127 'recentchangeslinked-toolbox'  => 'Related changes',
02128 'recentchangeslinked-title'    => 'Changes related to "$1"',
02129 'recentchangeslinked-noresult' => 'No changes on linked pages during the given period.',
02130 'recentchangeslinked-summary'  => "This is a list of changes made recently to pages linked from a specified page (or to members of a specified category).
02131 Pages on [[Special:Watchlist|your watchlist]] are '''bold'''.",
02132 'recentchangeslinked-page'     => 'Page name:',
02133 'recentchangeslinked-to'       => 'Show changes to pages linked to the given page instead',
02134 
02135 # Upload
02136 'upload'                      => 'Upload file',
02137 'uploadbtn'                   => 'Upload file',
02138 'reuploaddesc'                => 'Cancel upload and return to the upload form',
02139 'upload-tryagain'             => 'Submit modified file description',
02140 'uploadnologin'               => 'Not logged in',
02141 'uploadnologintext'           => 'You must be [[Special:UserLogin|logged in]] to upload files.',
02142 'upload_directory_missing'    => 'The upload directory ($1) is missing and could not be created by the webserver.',
02143 'upload_directory_read_only'  => 'The upload directory ($1) is not writable by the webserver.',
02144 'uploaderror'                 => 'Upload error',
02145 'upload-summary'              => '', # do not translate or duplicate this message to other languages
02146 'upload-recreate-warning'     => "'''Warning: A file by that name has been deleted or moved.'''
02147 
02148 The deletion and move log for this page are provided here for convenience:",
02149 'uploadtext'                  => "Use the form below to upload files.
02150 To view or search previously uploaded files go to the [[Special:FileList|list of uploaded files]], (re)uploads are also logged in the [[Special:Log/upload|upload log]], deletions in the [[Special:Log/delete|deletion log]].
02151 
02152 To include a file in a page, use a link in one of the following forms:
02153 * '''<code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.jpg]]</nowiki></code>''' to use the full version of the file
02154 * '''<code><nowiki>[[</nowiki>{{ns:file}}<nowiki>:File.png|200px|thumb|left|alt text]]</nowiki></code>''' to use a 200 pixel wide rendition in a box in the left margin with \"alt text\" as description
02155 * '''<code><nowiki>[[</nowiki>{{ns:media}}<nowiki>:File.ogg]]</nowiki></code>''' for directly linking to the file without displaying the file",
02156 'upload-permitted'            => 'Permitted file types: $1.',
02157 'upload-preferred'            => 'Preferred file types: $1.',
02158 'upload-prohibited'           => 'Prohibited file types: $1.',
02159 'uploadfooter'                => '-', # do not translate or duplicate this message to other languages
02160 'uploadlog'                   => 'upload log',
02161 'uploadlogpage'               => 'Upload log',
02162 'uploadlogpagetext'           => 'Below is a list of the most recent file uploads.
02163 See the [[Special:NewFiles|gallery of new files]] for a more visual overview.',
02164 'filename'                    => 'Filename',
02165 'filedesc'                    => 'Summary',
02166 'fileuploadsummary'           => 'Summary:',
02167 'filereuploadsummary'         => 'File changes:',
02168 'filestatus'                  => 'Copyright status:',
02169 'filesource'                  => 'Source:',
02170 'uploadedfiles'               => 'Uploaded files',
02171 'ignorewarning'               => 'Ignore warning and save file anyway',
02172 'ignorewarnings'              => 'Ignore any warnings',
02173 'minlength1'                  => 'Filenames must be at least one letter.',
02174 'illegalfilename'             => 'The filename "$1" contains characters that are not allowed in page titles.
02175 Please rename the file and try uploading it again.',
02176 'filename-toolong'            => 'Filenames may not be longer than 240 bytes.',
02177 'badfilename'                 => 'Filename has been changed to "$1".',
02178 'filetype-mime-mismatch'      => 'File extension ".$1" does not match the detected MIME type of the file ($2).',
02179 'filetype-badmime'            => 'Files of the MIME type "$1" are not allowed to be uploaded.',
02180 'filetype-bad-ie-mime'        => 'Cannot upload this file because Internet Explorer would detect it as "$1", which is a disallowed and potentially dangerous file type.',
02181 'filetype-unwanted-type'      => "'''\".\$1\"''' is an unwanted file type.
02182 Preferred {{PLURAL:\$3|file type is|file types are}} \$2.",
02183 'filetype-banned-type'        => '\'\'\'".$1"\'\'\' {{PLURAL:$4|is not a permitted file type|are not permitted file types}}.
02184 Permitted {{PLURAL:$3|file type is|file types are}} $2.',
02185 'filetype-missing'            => 'The file has no extension (like ".jpg").',
02186 'empty-file'                  => 'The file you submitted was empty.',
02187 'file-too-large'              => 'The file you submitted was too large.',
02188 'filename-tooshort'           => 'The filename is too short.',
02189 'filetype-banned'             => 'This type of file is banned.',
02190 'verification-error'          => 'This file did not pass file verification.',
02191 'hookaborted'                 => 'The modification you tried to make was aborted by an extension.',
02192 'illegal-filename'            => 'The filename is not allowed.',
02193 'overwrite'                   => 'Overwriting an existing file is not allowed.',
02194 'unknown-error'               => 'An unknown error occurred.',
02195 'tmp-create-error'            => 'Could not create temporary file.',
02196 'tmp-write-error'             => 'Error writing temporary file.',
02197 'large-file'                  => 'It is recommended that files are no larger than $1;
02198 this file is $2.',
02199 'largefileserver'             => 'This file is bigger than the server is configured to allow.',
02200 'emptyfile'                   => 'The file you uploaded seems to be empty.
02201 This might be due to a typo in the filename.
02202 Please check whether you really want to upload this file.',
02203 'windows-nonascii-filename'   => 'This wiki does not support filenames with special characters.',
02204 'fileexists'                  => 'A file with this name exists already, please check <strong>[[:$1]]</strong> if you are not sure if you want to change it.
02205 [[$1|thumb]]',
02206 'filepageexists'              => 'The description page for this file has already been created at <strong>[[:$1]]</strong>, but no file with this name currently exists.
02207 The summary you enter will not appear on the description page.
02208 To make your summary appear there, you will need to manually edit it.
02209 [[$1|thumb]]',
02210 'fileexists-extension'        => 'A file with a similar name exists: [[$2|thumb]]
02211 * Name of the uploading file: <strong>[[:$1]]</strong>
02212 * Name of the existing file: <strong>[[:$2]]</strong>
02213 Please choose a different name.',
02214 'fileexists-thumbnail-yes'    => "The file seems to be an image of reduced size ''(thumbnail)''.
02215 [[$1|thumb]]
02216 Please check the file <strong>[[:$1]]</strong>.
02217 If the checked file is the same image of original size it is not necessary to upload an extra thumbnail.",
02218 'file-thumbnail-no'           => "The filename begins with <strong>$1</strong>.
02219 It seems to be an image of reduced size ''(thumbnail)''.
02220 If you have this image in full resolution upload this one, otherwise change the filename please.",
02221 'fileexists-forbidden'        => 'A file with this name already exists, and cannot be overwritten.
02222 If you still want to upload your file, please go back and use a new name.
02223 [[File:$1|thumb|center|$1]]',
02224 'fileexists-shared-forbidden' => 'A file with this name exists already in the shared file repository.
02225 If you still want to upload your file, please go back and use a new name.
02226 [[File:$1|thumb|center|$1]]',
02227 'file-exists-duplicate'       => 'This file is a duplicate of the following {{PLURAL:$1|file|files}}:',
02228 'file-deleted-duplicate'      => "A file identical to this file ([[:$1]]) has previously been deleted.
02229 You should check that file's deletion history before proceeding to re-upload it.",
02230 'uploadwarning'               => 'Upload warning',
02231 'uploadwarning-text'          => 'Please modify the file description below and try again.',
02232 'savefile'                    => 'Save file',
02233 'uploadedimage'               => 'uploaded "[[$1]]"',
02234 'overwroteimage'              => 'uploaded a new version of "[[$1]]"',
02235 'uploaddisabled'              => 'Uploads disabled.',
02236 'copyuploaddisabled'          => 'Upload by URL disabled.',
02237 'uploadfromurl-queued'        => 'Your upload has been queued.',
02238 'uploaddisabledtext'          => 'File uploads are disabled.',
02239 'php-uploaddisabledtext'      => 'File uploads are disabled in PHP.
02240 Please check the file_uploads setting.',
02241 'uploadscripted'              => 'This file contains HTML or script code that may be erroneously interpreted by a web browser.',
02242 'uploadvirus'                 => 'The file contains a virus!
02243 Details: $1',
02244 'uploadjava'                  => 'The file is a ZIP file that contains a Java .class file.
02245 Uploading Java files is not allowed because they can cause security restrictions to be bypassed.',
02246 'upload-source'               => 'Source file',
02247 'sourcefilename'              => 'Source filename:',
02248 'sourceurl'                   => 'Source URL:',
02249 'destfilename'                => 'Destination filename:',
02250 'upload-maxfilesize'          => 'Maximum file size: $1',
02251 'upload-description'          => 'File description',
02252 'upload-options'              => 'Upload options',
02253 'watchthisupload'             => 'Watch this file',
02254 'filewasdeleted'              => 'A file of this name has been previously uploaded and subsequently deleted.
02255 You should check the $1 before proceeding to upload it again.',
02256 'filename-bad-prefix'         => "The name of the file you are uploading begins with '''\"\$1\"''', which is a non-descriptive name typically assigned automatically by digital cameras.
02257 Please choose a more descriptive name for your file.",
02258 'filename-prefix-blacklist'   => ' #<!-- leave this line exactly as it is --> <pre>
02259 # Syntax is as follows:
02260 #   * Everything from a "#" character to the end of the line is a comment
02261 #   * Every non-blank line is a prefix for typical filenames assigned automatically by digital cameras
02262 CIMG # Casio
02263 DSC_ # Nikon
02264 DSCF # Fuji
02265 DSCN # Nikon
02266 DUW # some mobile phones
02267 IMG # generic
02268 JD # Jenoptik
02269 MGP # Pentax
02270 PICT # misc.
02271  #</pre> <!-- leave this line exactly as it is -->', # only translate this message to other languages if you have to change it
02272 'upload-success-subj'         => 'Successful upload',
02273 'upload-success-msg'          => 'Your upload from [$2] was successful. It is available here: [[:{{ns:file}}:$1]]',
02274 'upload-failure-subj'         => 'Upload problem',
02275 'upload-failure-msg'          => 'There was a problem with your upload from [$2]:
02276 
02277 $1',
02278 'upload-warning-subj'         => 'Upload warning',
02279 'upload-warning-msg'          => 'There was a problem with your upload from [$2]. You may return to the [[Special:Upload/stash/$1|upload form]] to correct this problem.',
02280 
02281 'upload-proto-error'                => 'Incorrect protocol',
02282 'upload-proto-error-text'           => 'Remote upload requires URLs beginning with <code>http://</code> or <code>ftp://</code>.',
02283 'upload-file-error'                 => 'Internal error',
02284 'upload-file-error-text'            => 'An internal error occurred when attempting to create a temporary file on the server.
02285 Please contact an [[Special:ListUsers/sysop|administrator]].',
02286 'upload-misc-error'                 => 'Unknown upload error',
02287 'upload-misc-error-text'            => 'An unknown error occurred during the upload.
02288 Please verify that the URL is valid and accessible and try again.
02289 If the problem persists, contact an [[Special:ListUsers/sysop|administrator]].',
02290 'upload-too-many-redirects'         => 'The URL contained too many redirects',
02291 'upload-unknown-size'               => 'Unknown size',
02292 'upload-http-error'                 => 'An HTTP error occurred: $1',
02293 'upload-copy-upload-invalid-domain' => 'Copy uploads are not available from this domain.',
02294 
02295 # File backend
02296 'backend-fail-stream'        => 'Could not stream file "$1".',
02297 'backend-fail-backup'        => 'Could not backup file "$1".',
02298 'backend-fail-notexists'     => 'The file $1 does not exist.',
02299 'backend-fail-hashes'        => 'Could not get file hashes for comparison.',
02300 'backend-fail-notsame'       => 'A non-identical file already exists at "$1".',
02301 'backend-fail-invalidpath'   => '"$1" is not a valid storage path.',
02302 'backend-fail-delete'        => 'Could not delete file "$1".',
02303 'backend-fail-alreadyexists' => 'The file "$1" already exists.',
02304 'backend-fail-store'         => 'Could not store file "$1" at "$2".',
02305 'backend-fail-copy'          => 'Could not copy file "$1" to "$2".',
02306 'backend-fail-move'          => 'Could not move file "$1" to "$2".',
02307 'backend-fail-opentemp'      => 'Could not open temporary file.',
02308 'backend-fail-writetemp'     => 'Could not write to temporary file.',
02309 'backend-fail-closetemp'     => 'Could not close temporary file.',
02310 'backend-fail-read'          => 'Could not read file "$1".',
02311 'backend-fail-create'        => 'Could not write file "$1".',
02312 'backend-fail-maxsize'       => 'Could not write file "$1" because it is larger than {{PLURAL:$2|one byte|$2 bytes}}.',
02313 'backend-fail-readonly'      => 'The storage backend "$1" is currently read-only. The reason given is: "\'\'$2\'\'"',
02314 'backend-fail-synced'        => 'The file "$1" is in an inconsistent state within the internal storage backends',
02315 'backend-fail-connect'       => 'Could not connect to storage backend "$1".',
02316 'backend-fail-internal'      => 'An unknown error occurred in storage backend "$1".',
02317 'backend-fail-contenttype'   => 'Could not determine the content type of the file to store at "$1".',
02318 'backend-fail-batchsize'     => 'The storage backend was given a batch of $1 file {{PLURAL:$1|operation|operations}}; the limit is $2 {{PLURAL:$2|operation|operations}}.',
02319 'backend-fail-usable'        => 'Could not read or write file "$1" due to insufficient permissions or missing directories/containers.',
02320 
02321 # File journal errors
02322 'filejournal-fail-dbconnect' => 'Could not connect to the journal database for storage backend "$1".',
02323 'filejournal-fail-dbquery'   => 'Could not update the journal database for storage backend "$1".',
02324 
02325 # Lock manager
02326 'lockmanager-notlocked'        => 'Could not unlock "$1"; it is not locked.',
02327 'lockmanager-fail-closelock'   => 'Could not close lock file for "$1".',
02328 'lockmanager-fail-deletelock'  => 'Could not delete lock file for "$1".',
02329 'lockmanager-fail-acquirelock' => 'Could not acquire lock for "$1".',
02330 'lockmanager-fail-openlock'    => 'Could not open lock file for "$1".',
02331 'lockmanager-fail-releaselock' => 'Could not release lock for "$1".',
02332 'lockmanager-fail-db-bucket'   => 'Could not contact enough lock databases in bucket $1.',
02333 'lockmanager-fail-db-release'  => 'Could not release locks on database $1.',
02334 'lockmanager-fail-svr-acquire' => 'Could not acquire locks on server $1.',
02335 'lockmanager-fail-svr-release' => 'Could not release locks on server $1.',
02336 
02337 # ZipDirectoryReader
02338 'zip-file-open-error' => 'An error was encountered when opening the file for ZIP checks.',
02339 'zip-wrong-format'    => 'The specified file was not a ZIP file.',
02340 'zip-bad'             => 'The file is a corrupt or otherwise unreadable ZIP file.
02341 It cannot be properly checked for security.',
02342 'zip-unsupported'     => 'The file is a ZIP file that uses ZIP features not supported by MediaWiki.
02343 It cannot be properly checked for security.',
02344 
02345 # Special:UploadStash
02346 'uploadstash'          => 'Upload stash',
02347 'uploadstash-summary'  => 'This page provides access to files that are uploaded or in the process of uploading, but are not yet published to the wiki. These files are not visible to anyone but the user who uploaded them.',
02348 'uploadstash-clear'    => 'Clear stashed files',
02349 'uploadstash-nofiles'  => 'You have no stashed files.',
02350 'uploadstash-badtoken' => 'Performing of that action was unsuccessful, perhaps because your editing credentials expired. Try again.',
02351 'uploadstash-errclear' => 'Clearing the files was unsuccessful.',
02352 'uploadstash-refresh'  => 'Refresh the list of files',
02353 'invalid-chunk-offset' => 'Invalid chunk offset',
02354 
02355 # img_auth script messages
02356 'img-auth-accessdenied'     => 'Access denied',
02357 'img-auth-nopathinfo'       => 'Missing PATH_INFO.
02358 Your server is not set up to pass this information.
02359 It may be CGI-based and cannot support img_auth.
02360 See https://www.mediawiki.org/wiki/Manual:Image_Authorization.',
02361 'img-auth-notindir'         => 'Requested path is not in the configured upload directory.',
02362 'img-auth-badtitle'         => 'Unable to construct a valid title from "$1".',
02363 'img-auth-nologinnWL'       => 'You are not logged in and "$1" is not in the whitelist.',
02364 'img-auth-nofile'           => 'File "$1" does not exist.',
02365 'img-auth-isdir'            => 'You are trying to access a directory "$1".
02366 Only file access is allowed.',
02367 'img-auth-streaming'        => 'Streaming "$1".',
02368 'img-auth-public'           => 'The function of img_auth.php is to output files from a private wiki.
02369 This wiki is configured as a public wiki.
02370 For optimal security, img_auth.php is disabled.',
02371 'img-auth-noread'           => 'User does not have access to read "$1".',
02372 'img-auth-bad-query-string' => 'The URL has an invalid query string.',
02373 
02374 # HTTP errors
02375 'http-invalid-url'      => 'Invalid URL: $1',
02376 'http-invalid-scheme'   => 'URLs with the "$1" scheme are not supported.',
02377 'http-request-error'    => 'HTTP request failed due to unknown error.',
02378 'http-read-error'       => 'HTTP read error.',
02379 'http-timed-out'        => 'HTTP request timed out.',
02380 'http-curl-error'       => 'Error fetching URL: $1',
02381 'http-host-unreachable' => 'Could not reach URL.',
02382 'http-bad-status'       => 'There was a problem during the HTTP request: $1 $2',
02383 
02384 # Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html>
02385 'upload-curl-error6'       => 'Could not reach URL',
02386 'upload-curl-error6-text'  => 'The URL provided could not be reached.
02387 Please double-check that the URL is correct and the site is up.',
02388 'upload-curl-error28'      => 'Upload timeout',
02389 'upload-curl-error28-text' => 'The site took too long to respond.
02390 Please check the site is up, wait a short while and try again.
02391 You may want to try at a less busy time.',
02392 
02393 'license'            => 'Licensing:',
02394 'license-header'     => 'Licensing',
02395 'nolicense'          => 'None selected',
02396 'licenses'           => '-', # do not translate or duplicate this message to other languages
02397 'license-nopreview'  => '(Preview not available)',
02398 'upload_source_url'  => '(a valid, publicly accessible URL)',
02399 'upload_source_file' => '(a file on your computer)',
02400 
02401 # Special:ListFiles
02402 'listfiles-summary'     => 'This special page shows all uploaded files.',
02403 'listfiles_search_for'  => 'Search for media name:',
02404 'imgfile'               => 'file',
02405 'listfiles'             => 'File list',
02406 'listfiles_thumb'       => 'Thumbnail',
02407 'listfiles_date'        => 'Date',
02408 'listfiles_name'        => 'Name',
02409 'listfiles_user'        => 'User',
02410 'listfiles_size'        => 'Size',
02411 'listfiles_description' => 'Description',
02412 'listfiles_count'       => 'Versions',
02413 
02414 # File description page
02415 'file-anchor-link'                  => 'File',
02416 'filehist'                          => 'File history',
02417 'filehist-help'                     => 'Click on a date/time to view the file as it appeared at that time.',
02418 'filehist-deleteall'                => 'delete all',
02419 'filehist-deleteone'                => 'delete',
02420 'filehist-revert'                   => 'revert',
02421 'filehist-current'                  => 'current',
02422 'filehist-datetime'                 => 'Date/Time',
02423 'filehist-thumb'                    => 'Thumbnail',
02424 'filehist-thumbtext'                => 'Thumbnail for version as of $1',
02425 'filehist-nothumb'                  => 'No thumbnail',
02426 'filehist-user'                     => 'User',
02427 'filehist-dimensions'               => 'Dimensions',
02428 'filehist-filesize'                 => 'File size',
02429 'filehist-comment'                  => 'Comment',
02430 'filehist-missing'                  => 'File missing',
02431 'imagelinks'                        => 'File usage',
02432 'linkstoimage'                      => 'The following {{PLURAL:$1|page links|$1 pages link}} to this file:',
02433 'linkstoimage-more'                 => 'More than $1 {{PLURAL:$1|page links|pages link}} to this file.
02434 The following list shows the {{PLURAL:$1|first page link|first $1 page links}} to this file only.
02435 A [[Special:WhatLinksHere/$2|full list]] is available.',
02436 'nolinkstoimage'                    => 'There are no pages that link to this file.',
02437 'morelinkstoimage'                  => 'View [[Special:WhatLinksHere/$1|more links]] to this file.',
02438 'linkstoimage-redirect'             => '$1 (file redirect) $2',
02439 'duplicatesoffile'                  => 'The following {{PLURAL:$1|file is a duplicate|$1 files are duplicates}} of this file ([[Special:FileDuplicateSearch/$2|more details]]):',
02440 'sharedupload'                      => 'This file is from $1 and may be used by other projects.',
02441 'sharedupload-desc-there'           => 'This file is from $1 and may be used by other projects.
02442 Please see the [$2 file description page] for further information.',
02443 'sharedupload-desc-here'            => 'This file is from $1 and may be used by other projects.
02444 The description on its [$2 file description page] there is shown below.',
02445 'sharedupload-desc-edit'            => 'This file is from $1 and may be used by other projects.
02446 Maybe you want to edit the description on its [$2 file description page] there.',
02447 'sharedupload-desc-create'          => 'This file is from $1 and may be used by other projects.
02448 Maybe you want to edit the description on its [$2 file description page] there.',
02449 'shareddescriptionfollows'          => '-', # do not translate or duplicate this message to other languages
02450 'filepage-nofile'                   => 'No file by this name exists.',
02451 'filepage-nofile-link'              => 'No file by this name exists, but you can [$1 upload it].',
02452 'uploadnewversion-linktext'         => 'Upload a new version of this file',
02453 'shared-repo-from'                  => 'from $1',
02454 'shared-repo'                       => 'a shared repository',
02455 'shared-repo-name-wikimediacommons' => 'Wikimedia Commons', # only translate this message to other languages if you have to change it
02456 'filepage.css'                      => '/* CSS placed here is included on the file description page, also included on foreign client wikis */', # only translate this message to other languages if you have to change it
02457 'upload-disallowed-here'            => 'You cannot overwrite this file.',
02458 
02459 # File reversion
02460 'filerevert'                => 'Revert $1',
02461 'filerevert-legend'         => 'Revert file',
02462 'filerevert-intro'          => "You are about to revert the file '''[[Media:$1|$1]]''' to the [$4 version as of $3, $2].",
02463 'filerevert-comment'        => 'Reason:',
02464 'filerevert-defaultcomment' => 'Reverted to version as of $2, $1',
02465 'filerevert-submit'         => 'Revert',
02466 'filerevert-success'        => "'''[[Media:$1|$1]]''' has been reverted to the [$4 version as of $3, $2].",
02467 'filerevert-badversion'     => 'There is no previous local version of this file with the provided timestamp.',
02468 
02469 # File deletion
02470 'filedelete'                   => 'Delete $1',
02471 'filedelete-legend'            => 'Delete file',
02472 'filedelete-intro'             => "You are about to delete the file '''[[Media:$1|$1]]''' along with all of its history.",
02473 'filedelete-intro-old'         => "You are deleting the version of '''[[Media:$1|$1]]''' as of [$4 $3, $2].",
02474 'filedelete-comment'           => 'Reason:',
02475 'filedelete-submit'            => 'Delete',
02476 'filedelete-success'           => "'''$1''' has been deleted.",
02477 'filedelete-success-old'       => "The version of '''[[Media:$1|$1]]''' as of $3, $2 has been deleted.",
02478 'filedelete-nofile'            => "'''$1''' does not exist.",
02479 'filedelete-nofile-old'        => "There is no archived version of '''$1''' with the specified attributes.",
02480 'filedelete-otherreason'       => 'Other/additional reason:',
02481 'filedelete-reason-otherlist'  => 'Other reason',
02482 'filedelete-reason-dropdown'   => '*Common delete reasons
02483 ** Copyright violation
02484 ** Duplicated file',
02485 'filedelete-edit-reasonlist'   => 'Edit delete reasons',
02486 'filedelete-maintenance'       => 'Deletion and restoration of files temporarily disabled during maintenance.',
02487 'filedelete-maintenance-title' => 'Cannot delete file',
02488 
02489 # MIME search
02490 'mimesearch'         => 'MIME search',
02491 'mimesearch-summary' => 'This page enables the filtering of files for their MIME type.
02492 Input: contenttype/subtype, e.g. <code>image/jpeg</code>.',
02493 'mimetype'           => 'MIME type:',
02494 'download'           => 'download',
02495 
02496 # Unwatched pages
02497 'unwatchedpages'         => 'Unwatched pages',
02498 'unwatchedpages-summary' => '', # do not translate or duplicate this message to other languages
02499 
02500 # List redirects
02501 'listredirects'         => 'List of redirects',
02502 'listredirects-summary' => '', # do not translate or duplicate this message to other languages
02503 
02504 # Unused templates
02505 'unusedtemplates'         => 'Unused templates',
02506 'unusedtemplates-summary' => '', # do not translate or duplicate this message to other languages
02507 'unusedtemplatestext'     => 'This page lists all pages in the {{ns:template}} namespace that are not included in another page.
02508 Remember to check for other links to the templates before deleting them.',
02509 'unusedtemplateswlh'      => 'other links',
02510 
02511 # Random page
02512 'randompage'         => 'Random page',
02513 'randompage-nopages' => 'There are no pages in the following {{PLURAL:$2|namespace|namespaces}}: $1.',
02514 'randompage-url'     => 'Special:Random', # do not translate or duplicate this message to other languages
02515 
02516 # Random redirect
02517 'randomredirect'         => 'Random redirect',
02518 'randomredirect-nopages' => 'There are no redirects in the namespace "$1".',
02519 
02520 # Statistics
02521 'statistics'                   => 'Statistics',
02522 'statistics-summary'           => '', # do not translate or duplicate this message to other languages
02523 'statistics-header-pages'      => 'Page statistics',
02524 'statistics-header-edits'      => 'Edit statistics',
02525 'statistics-header-views'      => 'View statistics',
02526 'statistics-header-users'      => 'User statistics',
02527 'statistics-header-hooks'      => 'Other statistics',
02528 'statistics-articles'          => 'Content pages',
02529 'statistics-pages'             => 'Pages',
02530 'statistics-pages-desc'        => 'All pages in the wiki, including talk pages, redirects, etc.',
02531 'statistics-files'             => 'Uploaded files',
02532 'statistics-edits'             => 'Page edits since {{SITENAME}} was set up',
02533 'statistics-edits-average'     => 'Average edits per page',
02534 'statistics-views-total'       => 'Views total',
02535 'statistics-views-total-desc'  => 'Views to non-existing pages and special pages are not included',
02536 'statistics-views-peredit'     => 'Views per edit',
02537 'statistics-users'             => 'Registered [[Special:ListUsers|users]]',
02538 'statistics-users-active'      => 'Active users',
02539 'statistics-users-active-desc' => 'Users who have performed an action in the last {{PLURAL:$1|day|$1 days}}',
02540 'statistics-mostpopular'       => 'Most viewed pages',
02541 'statistics-footer'            => '', # do not translate or duplicate this message to other languages
02542 
02543 'disambiguations'         => 'Pages linking to disambiguation pages',
02544 'disambiguations-summary' => '', # do not translate or duplicate this message to other languages
02545 'disambiguationspage'     => 'Template:disambig',
02546 'disambiguations-text'    => "The following pages contain at least one link to a '''disambiguation page'''.
02547 They may have to link to a more appropriate page instead.<br />
02548 A page is treated as a disambiguation page if it uses a template that is linked from [[MediaWiki:Disambiguationspage]].",
02549 
02550 'doubleredirects'                   => 'Double redirects',
02551 'doubleredirects-summary'           => '', # do not translate or duplicate this message to other languages
02552 'doubleredirectstext'               => 'This page lists pages that redirect to other redirect pages.
02553 Each row contains links to the first and second redirect, as well as the target of the second redirect, which is usually the "real" target page to which the first redirect should point.
02554 <del>Crossed out</del> entries have been solved.',
02555 'double-redirect-fixed-move'        => '[[$1]] has been moved.
02556 It now redirects to [[$2]].',
02557 'double-redirect-fixed-maintenance' => 'Fixing double redirect from [[$1]] to [[$2]].',
02558 'double-redirect-fixer'             => 'Redirect fixer',
02559 
02560 'brokenredirects'         => 'Broken redirects',
02561 'brokenredirects-summary' => '', # do not translate or duplicate this message to other languages
02562 'brokenredirectstext'     => 'The following redirects link to non-existent pages:',
02563 'brokenredirects-edit'    => 'edit',
02564 'brokenredirects-delete'  => 'delete',
02565 
02566 'withoutinterwiki'         => 'Pages without language links',
02567 'withoutinterwiki-summary' => 'The following pages do not link to other language versions.',
02568 'withoutinterwiki-legend'  => 'Prefix',
02569 'withoutinterwiki-submit'  => 'Show',
02570 
02571 'fewestrevisions'         => 'Pages with the fewest revisions',
02572 'fewestrevisions-summary' => '', # do not translate or duplicate this message to other languages
02573 
02574 # Miscellaneous special pages
02575 'nbytes'                          => '$1 {{PLURAL:$1|byte|bytes}}',
02576 'ncategories'                     => '$1 {{PLURAL:$1|category|categories}}',
02577 'ninterwikis'                     => '$1 {{PLURAL:$1|interwiki|interwikis}}',
02578 'nlinks'                          => '$1 {{PLURAL:$1|link|links}}',
02579 'nmembers'                        => '$1 {{PLURAL:$1|member|members}}',
02580 'nrevisions'                      => '$1 {{PLURAL:$1|revision|revisions}}',
02581 'nviews'                          => '$1 {{PLURAL:$1|view|views}}',
02582 'nimagelinks'                     => 'Used on $1 {{PLURAL:$1|page|pages}}',
02583 'ntransclusions'                  => 'used on $1 {{PLURAL:$1|page|pages}}',
02584 'specialpage-empty'               => 'There are no results for this report.',
02585 'lonelypages'                     => 'Orphaned pages',
02586 'lonelypages-summary'             => '', # do not translate or duplicate this message to other languages
02587 'lonelypagestext'                 => 'The following pages are not linked from or transcluded into other pages in {{SITENAME}}.',
02588 'uncategorizedpages'              => 'Uncategorized pages',
02589 'uncategorizedpages-summary'      => '', # do not translate or duplicate this message to other languages
02590 'uncategorizedcategories'         => 'Uncategorized categories',
02591 'uncategorizedcategories-summary' => '', # do not translate or duplicate this message to other languages
02592 'uncategorizedimages'             => 'Uncategorized files',
02593 'uncategorizedimages-summary'     => '', # do not translate or duplicate this message to other languages
02594 'uncategorizedtemplates'          => 'Uncategorized templates',
02595 'uncategorizedtemplates-summary'  => '', # do not translate or duplicate this message to other languages
02596 'unusedcategories'                => 'Unused categories',
02597 'unusedcategories-summary'        => '', # do not translate or duplicate this message to other languages
02598 'unusedimages'                    => 'Unused files',
02599 'unusedimages-summary'            => '', # do not translate or duplicate this message to other languages
02600 'popularpages'                    => 'Popular pages',
02601 'popularpages-summary'            => '', # do not translate or duplicate this message to other languages
02602 'wantedcategories'                => 'Wanted categories',
02603 'wantedcategories-summary'        => '', # do not translate or duplicate this message to other languages
02604 'wantedpages'                     => 'Wanted pages',
02605 'wantedpages-summary'             => '', # do not translate or duplicate this message to other languages
02606 'wantedpages-badtitle'            => 'Invalid title in result set: $1',
02607 'wantedfiles'                     => 'Wanted files',
02608 'wantedfiles-summary'             => '', # do not translate or duplicate this message to other languages
02609 'wantedfiletext-cat'              => 'The following files are used but do not exist. Files from foreign repositories may be listed despite existing. Any such false positives will be <del>struck out</del>. Additionally, pages that embed files that do not exist are listed in [[:$1]].',
02610 'wantedfiletext-nocat'            => 'The following files are used but do not exist. Files from foreign repositories may be listed despite existing. Any such false positives will be <del>struck out</del>.',
02611 'wantedtemplates'                 => 'Wanted templates',
02612 'wantedtemplates-summary'         => '', # do not translate or duplicate this message to other languages
02613 'mostlinked'                      => 'Most linked-to pages',
02614 'mostlinked-summary'              => '', # do not translate or duplicate this message to other languages
02615 'mostlinkedcategories'            => 'Most linked-to categories',
02616 'mostlinkedcategories-summary'    => '', # do not translate or duplicate this message to other languages
02617 'mostlinkedtemplates'             => 'Most linked-to templates',
02618 'mostlinkedtemplates-summary'     => '', # do not translate or duplicate this message to other languages
02619 'mostcategories'                  => 'Pages with the most categories',
02620 'mostcategories-summary'          => '', # do not translate or duplicate this message to other languages
02621 'mostimages'                      => 'Most linked-to files',
02622 'mostimages-summary'              => '', # do not translate or duplicate this message to other languages
02623 'mostinterwikis'                  => 'Pages with the most interwikis',
02624 'mostinterwikis-summary'          => '', # do not translate or duplicate this message to other languages
02625 'mostrevisions'                   => 'Pages with the most revisions',
02626 'mostrevisions-summary'           => '', # do not translate or duplicate this message to other languages
02627 'prefixindex'                     => 'All pages with prefix',
02628 'prefixindex-namespace'           => 'All pages with prefix ($1 namespace)',
02629 'prefixindex-summary'             => '', # do not translate or duplicate this message to other languages
02630 'shortpages'                      => 'Short pages',
02631 'shortpages-summary'              => '', # do not translate or duplicate this message to other languages
02632 'longpages'                       => 'Long pages',
02633 'longpages-summary'               => '', # do not translate or duplicate this message to other languages
02634 'deadendpages'                    => 'Dead-end pages',
02635 'deadendpages-summary'            => '', # do not translate or duplicate this message to other languages
02636 'deadendpagestext'                => 'The following pages do not link to other pages in {{SITENAME}}.',
02637 'protectedpages'                  => 'Protected pages',
02638 'protectedpages-indef'            => 'Indefinite protections only',
02639 'protectedpages-summary'          => '', # do not translate or duplicate this message to other languages
02640 'protectedpages-cascade'          => 'Cascading protections only',
02641 'protectedpagestext'              => 'The following pages are protected from moving or editing',
02642 'protectedpagesempty'             => 'No pages are currently protected with these parameters.',
02643 'protectedtitles'                 => 'Protected titles',
02644 'protectedtitles-summary'         => '', # do not translate or duplicate this message to other languages
02645 'protectedtitlestext'             => 'The following titles are protected from creation',
02646 'protectedtitlesempty'            => 'No titles are currently protected with these parameters.',
02647 'listusers'                       => 'User list',
02648 'listusers-summary'               => '', # do not translate or duplicate this message to other languages
02649 'listusers-editsonly'             => 'Show only users with edits',
02650 'listusers-creationsort'          => 'Sort by creation date',
02651 'usereditcount'                   => '$1 {{PLURAL:$1|edit|edits}}',
02652 'usercreated'                     => '{{GENDER:$3|Created}} on $1 at $2',
02653 'newpages'                        => 'New pages',
02654 'newpages-summary'                => '', # do not translate or duplicate this message to other languages
02655 'newpages-username'               => 'Username:',
02656 'ancientpages'                    => 'Oldest pages',
02657 'ancientpages-summary'            => '', # do not translate or duplicate this message to other languages
02658 'move'                            => 'Move',
02659 'movethispage'                    => 'Move this page',
02660 'unusedimagestext'                => 'The following files exist but are not embedded in any page.
02661 Please note that other web sites may link to a file with a direct URL, and so may still be listed here despite being in active use.',
02662 'unusedcategoriestext'            => 'The following category pages exist, although no other page or category makes use of them.',
02663 'notargettitle'                   => 'No target',
02664 'notargettext'                    => 'You have not specified a target page or user to perform this function on.',
02665 'nopagetitle'                     => 'No such target page',
02666 'nopagetext'                      => 'The target page you have specified does not exist.',
02667 'pager-newer-n'                   => '{{PLURAL:$1|newer 1|newer $1}}',
02668 'pager-older-n'                   => '{{PLURAL:$1|older 1|older $1}}',
02669 'suppress'                        => 'Oversight',
02670 'querypage-disabled'              => 'This special page is disabled for performance reasons.',
02671 
02672 # Book sources
02673 'booksources'               => 'Book sources',
02674 'booksources-summary'       => '', # do not translate or duplicate this message to other languages
02675 'booksources-search-legend' => 'Search for book sources',
02676 'booksources-isbn'          => 'ISBN:', # only translate this message to other languages if you have to change it
02677 'booksources-go'            => 'Go',
02678 'booksources-text'          => 'Below is a list of links to other sites that sell new and used books, and may also have further information about books you are looking for:',
02679 'booksources-invalid-isbn'  => 'The given ISBN does not appear to be valid; check for errors copying from the original source.',
02680 
02681 # Magic words
02682 'rfcurl'    => '//tools.ietf.org/html/rfc$1', # do not translate or duplicate this message to other languages
02683 'pubmedurl' => '//www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract', # do not translate or duplicate this message to other languages
02684 
02685 # Special:Log
02686 'specialloguserlabel'        => 'Performer:',
02687 'speciallogtitlelabel'       => 'Target (title or user):',
02688 'log'                        => 'Logs',
02689 'all-logs-page'              => 'All public logs',
02690 'alllogstext'                => 'Combined display of all available logs of {{SITENAME}}.
02691 You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).',
02692 'logempty'                   => 'No matching items in log.',
02693 'log-title-wildcard'         => 'Search titles starting with this text',
02694 'showhideselectedlogentries' => 'Change visibility of selected log entries',
02695 
02696 # Special:AllPages
02697 'allpages'                => 'All pages',
02698 'allpages-summary'        => '', # do not translate or duplicate this message to other languages
02699 'alphaindexline'          => '$1 to $2',
02700 'nextpage'                => 'Next page ($1)',
02701 'prevpage'                => 'Previous page ($1)',
02702 'allpagesfrom'            => 'Display pages starting at:',
02703 'allpagesto'              => 'Display pages ending at:',
02704 'allarticles'             => 'All pages',
02705 'allinnamespace'          => 'All pages ($1 namespace)',
02706 'allnotinnamespace'       => 'All pages (not in $1 namespace)',
02707 'allpagesprev'            => 'Previous',
02708 'allpagesnext'            => 'Next',
02709 'allpagessubmit'          => 'Go',
02710 'allpagesprefix'          => 'Display pages with prefix:',
02711 'allpagesbadtitle'        => 'The given page title was invalid or had an inter-language or inter-wiki prefix.
02712 It may contain one or more characters that cannot be used in titles.',
02713 'allpages-bad-ns'         => '{{SITENAME}} does not have namespace "$1".',
02714 'allpages-hide-redirects' => 'Hide redirects',
02715 
02716 # SpecialCachedPage
02717 'cachedspecial-viewing-cached-ttl' => 'You are viewing a cached version of this page, which can be up to $1 old.',
02718 'cachedspecial-viewing-cached-ts'  => 'You are viewing a cached version of this page, which might not be completely actual.',
02719 'cachedspecial-refresh-now'        => 'View latest.',
02720 
02721 # Special:Categories
02722 'categories'                    => 'Categories',
02723 'categories-summary'            => '', # do not translate or duplicate this message to other languages
02724 'categoriespagetext'            => 'The following {{PLURAL:$1|category contains|categories contain}} pages or media.
02725 [[Special:UnusedCategories|Unused categories]] are not shown here.
02726 Also see [[Special:WantedCategories|wanted categories]].',
02727 'categoriesfrom'                => 'Display categories starting at:',
02728 'special-categories-sort-count' => 'sort by count',
02729 'special-categories-sort-abc'   => 'sort alphabetically',
02730 
02731 # Special:DeletedContributions
02732 'deletedcontributions'             => 'Deleted user contributions',
02733 'deletedcontributions-summary'     => '', # do not translate or duplicate this message to other languages
02734 'deletedcontributions-title'       => 'Deleted user contributions',
02735 'sp-deletedcontributions-contribs' => 'contributions',
02736 
02737 # Special:LinkSearch
02738 'linksearch'         => 'External links search',
02739 'linksearch-summary' => '', # do not translate or duplicate this message to other languages
02740 'linksearch-pat'     => 'Search pattern:',
02741 'linksearch-ns'      => 'Namespace:',
02742 'linksearch-ok'      => 'Search',
02743 'linksearch-text'    => 'Wildcards such as "*.wikipedia.org" may be used.
02744 Needs at least a top-level domain, for example "*.org".<br />
02745 Supported protocols: <code>$1</code> (defaults to http:// if no protocol is specified).',
02746 'linksearch-line'    => '$1 is linked from $2',
02747 'linksearch-error'   => 'Wildcards may appear only at the start of the hostname.',
02748 
02749 # Special:ListUsers
02750 'listusersfrom'      => 'Display users starting at:',
02751 'listusers-submit'   => 'Show',
02752 'listusers-noresult' => 'No user found.',
02753 'listusers-blocked'  => '(blocked)',
02754 
02755 # Special:ActiveUsers
02756 'activeusers'            => 'Active users list',
02757 'activeusers-summary'    => '', # do not translate or duplicate this message to other languages
02758 'activeusers-intro'      => 'This is a list of users who had some kind of activity within the last $1 {{PLURAL:$1|day|days}}.',
02759 'activeusers-count'      => '$1 {{PLURAL:$1|action|actions}} in the last {{PLURAL:$3|day|$3 days}}',
02760 'activeusers-from'       => 'Display users starting at:',
02761 'activeusers-hidebots'   => 'Hide bots',
02762 'activeusers-hidesysops' => 'Hide administrators',
02763 'activeusers-noresult'   => 'No users found.',
02764 
02765 # Special:Log/newusers
02766 'newuserlogpage'     => 'User creation log',
02767 'newuserlogpagetext' => 'This is a log of user creations.',
02768 
02769 # Special:ListGroupRights
02770 'listgrouprights'                      => 'User group rights',
02771 'listgrouprights-summary'              => 'The following is a list of user groups defined on this wiki, with their associated access rights.
02772 There may be [[{{MediaWiki:Listgrouprights-helppage}}|additional information]] about individual rights.',
02773 'listgrouprights-key'                  => 'Legend:
02774 * <span class="listgrouprights-granted">Granted right</span>
02775 * <span class="listgrouprights-revoked">Revoked right</span>',
02776 'listgrouprights-group'                => 'Group',
02777 'listgrouprights-rights'               => 'Rights',
02778 'listgrouprights-helppage'             => 'Help:Group rights',
02779 'listgrouprights-members'              => '(list of members)',
02780 'listgrouprights-right-display'        => '<span class="listgrouprights-granted">$1 <code>($2)</code></span>', # only translate this message to other languages if you have to change it
02781 'listgrouprights-right-revoked'        => '<span class="listgrouprights-revoked">$1 <code>($2)</code></span>', # only translate this message to other languages if you have to change it
02782 'listgrouprights-addgroup'             => 'Add {{PLURAL:$2|group|groups}}: $1',
02783 'listgrouprights-removegroup'          => 'Remove {{PLURAL:$2|group|groups}}: $1',
02784 'listgrouprights-addgroup-all'         => 'Add all groups',
02785 'listgrouprights-removegroup-all'      => 'Remove all groups',
02786 'listgrouprights-addgroup-self'        => 'Add {{PLURAL:$2|group|groups}} to own account: $1',
02787 'listgrouprights-removegroup-self'     => 'Remove {{PLURAL:$2|group|groups}} from own account: $1',
02788 'listgrouprights-addgroup-self-all'    => 'Add all groups to own account',
02789 'listgrouprights-removegroup-self-all' => 'Remove all groups from own account',
02790 
02791 # Email user
02792 'mailnologin'              => 'No send address',
02793 'mailnologintext'          => 'You must be [[Special:UserLogin|logged in]] and have a valid email address in your [[Special:Preferences|preferences]] to send email to other users.',
02794 'emailuser'                => 'Email this user',
02795 'emailuser-title-target'   => 'Email this {{GENDER:$1|user}}',
02796 'emailuser-title-notarget' => 'Email user',
02797 'emailuser-summary'        => '', # do not translate or duplicate this message to other languages
02798 'emailpage'                => 'Email user',
02799 'emailpagetext'            => 'You can use the form below to send an email message to this {{GENDER:$1|user}}.
02800 The email address you entered in [[Special:Preferences|your user preferences]] will appear as the "From" address of the email, so the recipient will be able to reply directly to you.',
02801 'usermailererror'          => 'Mail object returned error:',
02802 'defemailsubject'          => '{{SITENAME}} email from user "$1"',
02803 'usermaildisabled'         => 'User email disabled',
02804 'usermaildisabledtext'     => 'You cannot send email to other users on this wiki',
02805 'noemailtitle'             => 'No email address',
02806 'noemailtext'              => 'This user has not specified a valid email address.',
02807 'nowikiemailtitle'         => 'No email allowed',
02808 'nowikiemailtext'          => 'This user has chosen not to receive email from other users.',
02809 'emailnotarget'            => 'Non-existent or invalid username for recipient.',
02810 'emailtarget'              => 'Enter username of recipient',
02811 'emailusername'            => 'Username:',
02812 'emailusernamesubmit'      => 'Submit',
02813 'email-legend'             => 'Send an email to another {{SITENAME}} user',
02814 'emailfrom'                => 'From:',
02815 'emailto'                  => 'To:',
02816 'emailsubject'             => 'Subject:',
02817 'emailmessage'             => 'Message:',
02818 'emailsend'                => 'Send',
02819 'emailccme'                => 'Email me a copy of my message.',
02820 'emailccsubject'           => 'Copy of your message to $1: $2',
02821 'emailsent'                => 'Email sent',
02822 'emailsenttext'            => 'Your email message has been sent.',
02823 'emailuserfooter'          => 'This email was sent by $1 to $2 by the "Email user" function at {{SITENAME}}.',
02824 
02825 # User Messenger
02826 'usermessage-summary'  => 'Leaving system message.',
02827 'usermessage-editor'   => 'System messenger',
02828 'usermessage-template' => 'MediaWiki:UserMessage', # only translate this message to other languages if you have to change it
02829 
02830 # Watchlist
02831 'watchlist'            => 'Watchlist',
02832 'watchlist-summary'    => '', # do not translate or duplicate this message to other languages
02833 'mywatchlist'          => 'Watchlist',
02834 'watchlistfor2'        => 'For $1 $2',
02835 'nowatchlist'          => 'You have no items on your watchlist.',
02836 'watchlistanontext'    => 'Please $1 to view or edit items on your watchlist.',
02837 'watchnologin'         => 'Not logged in',
02838 'watchnologintext'     => 'You must be [[Special:UserLogin|logged in]] to modify your watchlist.',
02839 'addwatch'             => 'Add to watchlist',
02840 'addedwatchtext'       => 'The page "[[:$1]]" has been added to your [[Special:Watchlist|watchlist]].
02841 Future changes to this page and its associated talk page will be listed there.',
02842 'removewatch'          => 'Remove from watchlist',
02843 'removedwatchtext'     => 'The page "[[:$1]]" has been removed from [[Special:Watchlist|your watchlist]].',
02844 'watch'                => 'Watch',
02845 'watchthispage'        => 'Watch this page',
02846 'unwatch'              => 'Unwatch',
02847 'unwatchthispage'      => 'Stop watching',
02848 'notanarticle'         => 'Not a content page',
02849 'notvisiblerev'        => 'The last revision by a different user has been deleted',
02850 'watchnochange'        => 'None of your watched items were edited in the time period displayed.',
02851 'watchlist-details'    => '{{PLURAL:$1|$1 page|$1 pages}} on your watchlist, not counting talk pages.',
02852 'wlheader-enotif'      => '* Email notification is enabled.',
02853 'wlheader-showupdated' => "* Pages that have been changed since you last visited them are shown in '''bold'''",
02854 'watchmethod-recent'   => 'checking recent edits for watched pages',
02855 'watchmethod-list'     => 'checking watched pages for recent edits',
02856 'watchlistcontains'    => 'Your watchlist contains $1 {{PLURAL:$1|page|pages}}.',
02857 'iteminvalidname'      => 'Problem with item "$1", invalid name...',
02858 'wlnote'               => "Below {{PLURAL:$1|is the last change|are the last '''$1''' changes}} in the last {{PLURAL:$2|hour|'''$2''' hours}}, as of $3, $4.",
02859 'wlshowlast'           => 'Show last $1 hours $2 days $3',
02860 'watchlist-options'    => 'Watchlist options',
02861 
02862 # Displayed when you click the "watch" button and it is in the process of watching
02863 'watching'       => 'Watching...',
02864 'unwatching'     => 'Unwatching...',
02865 'watcherrortext' => 'An error occurred while changing your watchlist settings for "$1".',
02866 
02867 'enotif_mailer'                => '{{SITENAME}} notification mailer',
02868 'enotif_reset'                 => 'Mark all pages visited',
02869 'enotif_newpagetext'           => 'This is a new page.',
02870 'enotif_impersonal_salutation' => '{{SITENAME}} user',
02871 'changed'                      => 'changed',
02872 'created'                      => 'created',
02873 'enotif_subject'               => '{{SITENAME}} page $PAGETITLE has been $CHANGEDORCREATED by $PAGEEDITOR',
02874 'enotif_lastvisited'           => 'See $1 for all changes since your last visit.',
02875 'enotif_lastdiff'              => 'See $1 to view this change.',
02876 'enotif_anon_editor'           => 'anonymous user $1',
02877 'enotif_body'                  => 'Dear $WATCHINGUSERNAME,
02878 
02879 
02880 The {{SITENAME}} page $PAGETITLE has been $CHANGEDORCREATED on $PAGEEDITDATE by $PAGEEDITOR, see $PAGETITLE_URL for the current revision.
02881 
02882 $NEWPAGE
02883 
02884 Editor\'s summary: $PAGESUMMARY $PAGEMINOREDIT
02885 
02886 Contact the editor:
02887 mail: $PAGEEDITOR_EMAIL
02888 wiki: $PAGEEDITOR_WIKI
02889 
02890 There will be no other notifications in case of further activity unless you visit this page while logged in. You could also reset the notification flags for all your watched pages on your watchlist.
02891 
02892 Your friendly {{SITENAME}} notification system
02893 
02894 --
02895 To change your email notification settings, visit
02896 {{canonicalurl:{{#special:Preferences}}}}
02897 
02898 To change your watchlist settings, visit
02899 {{canonicalurl:{{#special:EditWatchlist}}}}
02900 
02901 To delete the page from your watchlist, visit
02902 $UNWATCHURL
02903 
02904 Feedback and further assistance:
02905 {{canonicalurl:{{MediaWiki:Helppage}}}}',
02906 
02907 # Delete
02908 'deletepage'             => 'Delete page',
02909 'confirm'                => 'Confirm',
02910 'excontent'              => 'content was: "$1"',
02911 'excontentauthor'        => 'content was: "$1" (and the only contributor was "[[Special:Contributions/$2|$2]]")',
02912 'exbeforeblank'          => 'content before blanking was: "$1"',
02913 'exblank'                => 'page was empty',
02914 'delete-confirm'         => 'Delete "$1"',
02915 'delete-legend'          => 'Delete',
02916 'historywarning'         => "'''Warning:''' The page you are about to delete has a history with approximately $1 {{PLURAL:$1|revision|revisions}}:",
02917 'confirmdeletetext'      => 'You are about to delete a page along with all of its history.
02918 Please confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with [[{{MediaWiki:Policy-url}}|the policy]].',
02919 'actioncomplete'         => 'Action complete',
02920 'actionfailed'           => 'Action failed',
02921 'deletedtext'            => '"$1" has been deleted.
02922 See $2 for a record of recent deletions.',
02923 'dellogpage'             => 'Deletion log',
02924 'dellogpagetext'         => 'Below is a list of the most recent deletions.',
02925 'deletionlog'            => 'deletion log',
02926 'reverted'               => 'Reverted to earlier revision',
02927 'deletecomment'          => 'Reason:',
02928 'deleteotherreason'      => 'Other/additional reason:',
02929 'deletereasonotherlist'  => 'Other reason',
02930 'deletereason-dropdown'  => '* Common delete reasons
02931 ** Spam
02932 ** Vandalism
02933 ** Copyright violation
02934 ** Author request
02935 ** Broken redirect',
02936 'delete-edit-reasonlist' => 'Edit deletion reasons',
02937 'delete-toobig'          => 'This page has a large edit history, over $1 {{PLURAL:$1|revision|revisions}}.
02938 Deletion of such pages has been restricted to prevent accidental disruption of {{SITENAME}}.',
02939 'delete-warning-toobig'  => 'This page has a large edit history, over $1 {{PLURAL:$1|revision|revisions}}.
02940 Deleting it may disrupt database operations of {{SITENAME}};
02941 proceed with caution.',
02942 
02943 # Rollback
02944 'rollback'                   => 'Roll back edits',
02945 'rollback_short'             => 'Rollback',
02946 'rollbacklink'               => 'rollback',
02947 'rollbacklinkcount'          => 'rollback $1 {{PLURAL:$1|edit|edits}}',
02948 'rollbacklinkcount-morethan' => 'rollback more than $1 {{PLURAL:$1|edit|edits}}',
02949 'rollbackfailed'             => 'Rollback failed',
02950 'cantrollback'               => 'Cannot revert edit;
02951 last contributor is only author of this page.',
02952 'alreadyrolled'              => 'Cannot rollback last edit of [[:$1]] by [[User:$2|$2]] ([[User talk:$2|talk]]{{int:pipe-separator}}[[Special:Contributions/$2|{{int:contribslink}}]]);
02953 someone else has edited or rolled back the page already.
02954 
02955 The last edit to the page was by [[User:$3|$3]] ([[User talk:$3|talk]]{{int:pipe-separator}}[[Special:Contributions/$3|{{int:contribslink}}]]).',
02956 'editcomment'                => "The edit summary was: \"''\$1''\".",
02957 'revertpage'                 => 'Reverted edits by [[Special:Contributions/$2|$2]] ([[User talk:$2|talk]]) to last revision by [[User:$1|$1]]',
02958 'revertpage-nouser'          => 'Reverted edits by a hidden user to last revision by {{GENDER:$1|[[User:$1|$1]]}}',
02959 'rollback-success'           => 'Reverted edits by $1;
02960 changed back to last revision by $2.',
02961 
02962 # Edit tokens
02963 'sessionfailure-title' => 'Session failure',
02964 'sessionfailure'       => 'There seems to be a problem with your login session;
02965 this action has been canceled as a precaution against session hijacking.
02966 Go back to the previous page, reload that page and then try again.',
02967 
02968 # Protect
02969 'protectlogpage'              => 'Protection log',
02970 'protectlogtext'              => 'Below is a list of changes to page protections.
02971 See the [[Special:ProtectedPages|protected pages list]] for the list of currently operational page protections.',
02972 'protectedarticle'            => 'protected "[[$1]]"',
02973 'modifiedarticleprotection'   => 'changed protection level for "[[$1]]"',
02974 'unprotectedarticle'          => 'removed protection from "[[$1]]"',
02975 'movedarticleprotection'      => 'moved protection settings from "[[$2]]" to "[[$1]]"',
02976 'protect-title'               => 'Change protection level for "$1"',
02977 'protect-title-notallowed'    => 'View protection level of "$1"',
02978 'prot_1movedto2'              => '[[$1]] moved to [[$2]]',
02979 'protect-badnamespace-title'  => 'Non-protectable namespace',
02980 'protect-badnamespace-text'   => 'Pages in this namespace cannot be protected.',
02981 'protect-legend'              => 'Confirm protection',
02982 'protectcomment'              => 'Reason:',
02983 'protectexpiry'               => 'Expires:',
02984 'protect_expiry_invalid'      => 'Expiry time is invalid.',
02985 'protect_expiry_old'          => 'Expiry time is in the past.',
02986 'protect-unchain-permissions' => 'Unlock further protect options',
02987 'protect-text'                => "Here you may view and change the protection level for the page '''$1'''.",
02988 'protect-locked-blocked'      => "You cannot change protection levels while blocked.
02989 Here are the current settings for the page '''$1''':",
02990 'protect-locked-dblock'       => "Protection levels cannot be changed due to an active database lock.
02991 Here are the current settings for the page '''$1''':",
02992 'protect-locked-access'       => "Your account does not have permission to change page protection levels.
02993 Here are the current settings for the page '''$1''':",
02994 'protect-cascadeon'           => "This page is currently protected because it is included in the following {{PLURAL:$1|page, which has|pages, which have}} cascading protection turned on.
02995 You can change this page's protection level, but it will not affect the cascading protection.",
02996 'protect-default'             => 'Allow all users',
02997 'protect-fallback'            => 'Allow only users with "$1" permission',
02998 'protect-level-autoconfirmed' => 'Allow only autoconfirmed users',
02999 'protect-level-sysop'         => 'Allow only administrators',
03000 'protect-summary-cascade'     => 'cascading',
03001 'protect-expiring'            => 'expires $1 (UTC)',
03002 'protect-expiring-local'      => 'expires $1',
03003 'protect-expiry-indefinite'   => 'indefinite',
03004 'protect-cascade'             => 'Protect pages included in this page (cascading protection)',
03005 'protect-cantedit'            => 'You cannot change the protection levels of this page because you do not have permission to edit it.',
03006 'protect-othertime'           => 'Other time:',
03007 'protect-othertime-op'        => 'other time',
03008 'protect-existing-expiry'     => 'Existing expiry time: $3, $2',
03009 'protect-otherreason'         => 'Other/additional reason:',
03010 'protect-otherreason-op'      => 'Other reason',
03011 'protect-dropdown'            => '*Common protection reasons
03012 ** Excessive vandalism
03013 ** Excessive spamming
03014 ** Counter-productive edit warring
03015 ** High traffic page',
03016 'protect-edit-reasonlist'     => 'Edit protection reasons',
03017 'protect-expiry-options'      => '1 hour:1 hour,1 day:1 day,1 week:1 week,2 weeks:2 weeks,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year,infinite:infinite',
03018 'restriction-type'            => 'Permission:',
03019 'restriction-level'           => 'Restriction level:',
03020 'minimum-size'                => 'Min size',
03021 'maximum-size'                => 'Max size:',
03022 'pagesize'                    => '(bytes)',
03023 
03024 # Restrictions (nouns)
03025 'restriction-edit'   => 'Edit',
03026 'restriction-move'   => 'Move',
03027 'restriction-create' => 'Create',
03028 'restriction-upload' => 'Upload',
03029 
03030 # Restriction levels
03031 'restriction-level-sysop'         => 'fully protected',
03032 'restriction-level-autoconfirmed' => 'semi protected',
03033 'restriction-level-all'           => 'any level',
03034 
03035 # Undelete
03036 'undelete'                     => 'View deleted pages',
03037 'undelete-summary'             => '', # do not translate or duplicate this message to other languages
03038 'undeletepage'                 => 'View and restore deleted pages',
03039 'undeletepagetitle'            => "'''The following consists of deleted revisions of [[:$1|$1]]'''.",
03040 'viewdeletedpage'              => 'View deleted pages',
03041 'undeletepagetext'             => 'The following {{PLURAL:$1|page has been deleted but is|$1 pages have been deleted but are}} still in the archive and can be restored.
03042 The archive may be periodically cleaned out.',
03043 'undelete-fieldset-title'      => 'Restore revisions',
03044 'undeleteextrahelp'            => "To restore the page's entire history, leave all checkboxes deselected and click '''''{{int:undeletebtn}}'''''.
03045 To perform a selective restoration, check the boxes corresponding to the revisions to be restored, and click '''''{{int:undeletebtn}}'''''.",
03046 'undeleterevisions'            => '$1 {{PLURAL:$1|revision|revisions}} archived',
03047 'undeletehistory'              => 'If you restore the page, all revisions will be restored to the history.
03048 If a new page with the same name has been created since the deletion, the restored revisions will appear in the prior history.',
03049 'undeleterevdel'               => 'Undeletion will not be performed if it will result in the top page or file revision being partially deleted.
03050 In such cases, you must uncheck or unhide the newest deleted revision.',
03051 'undeletehistorynoadmin'       => 'This page has been deleted.
03052 The reason for deletion is shown in the summary below, along with details of the users who had edited this page before deletion.
03053 The actual text of these deleted revisions is only available to administrators.',
03054 'undelete-revision'            => 'Deleted revision of $1 (as of $4, at $5) by $3:',
03055 'undeleterevision-missing'     => 'Invalid or missing revision.
03056 You may have a bad link, or the revision may have been restored or removed from the archive.',
03057 'undelete-nodiff'              => 'No previous revision found.',
03058 'undeletebtn'                  => 'Restore',
03059 'undeletelink'                 => 'view/restore',
03060 'undeleteviewlink'             => 'view',
03061 'undeletereset'                => 'Reset',
03062 'undeleteinvert'               => 'Invert selection',
03063 'undeletecomment'              => 'Reason:',
03064 'undeletedrevisions'           => '{{PLURAL:$1|1 revision|$1 revisions}} restored',
03065 'undeletedrevisions-files'     => '{{PLURAL:$1|1 revision|$1 revisions}} and {{PLURAL:$2|1 file|$2 files}} restored',
03066 'undeletedfiles'               => '{{PLURAL:$1|1 file|$1 files}} restored',
03067 'cannotundelete'               => 'Undelete failed;
03068 someone else may have undeleted the page first.',
03069 'undeletedpage'                => "'''$1 has been restored'''
03070 
03071 Consult the [[Special:Log/delete|deletion log]] for a record of recent deletions and restorations.",
03072 'undelete-header'              => 'See [[Special:Log/delete|the deletion log]] for recently deleted pages.',
03073 'undelete-search-title'        => 'Search deleted pages',
03074 'undelete-search-box'          => 'Search deleted pages',
03075 'undelete-search-prefix'       => 'Show pages starting with:',
03076 'undelete-search-submit'       => 'Search',
03077 'undelete-no-results'          => 'No matching pages found in the deletion archive.',
03078 'undelete-filename-mismatch'   => 'Cannot undelete file revision with timestamp $1: Filename mismatch.',
03079 'undelete-bad-store-key'       => 'Cannot undelete file revision with timestamp $1: File was missing before deletion.',
03080 'undelete-cleanup-error'       => 'Error deleting unused archive file "$1".',
03081 'undelete-missing-filearchive' => 'Unable to restore file archive ID $1 because it is not in the database.
03082 It may have already been undeleted.',
03083 'undelete-error'               => 'Error undeleting page',
03084 'undelete-error-short'         => 'Error undeleting file: $1',
03085 'undelete-error-long'          => 'Errors were encountered while undeleting the file:
03086 
03087 $1',
03088 'undelete-show-file-confirm'   => 'Are you sure you want to view the deleted revision of the file "<nowiki>$1</nowiki>" from $2 at $3?',
03089 'undelete-show-file-submit'    => 'Yes',
03090 'undelete-revisionrow'         => '$1 $2 ($3) $4 . . $5 $6 $7', # only translate this message to other languages if you have to change it
03091 
03092 # Namespace form on various pages
03093 'namespace'                     => 'Namespace:',
03094 'invert'                        => 'Invert selection',
03095 'tooltip-invert'                => 'Check this box to hide changes to pages within the selected namespace (and the associated namespace if checked)',
03096 'namespace_association'         => 'Associated namespace',
03097 'tooltip-namespace_association' => 'Check this box to also include the talk or subject namespace associated with the selected namespace',
03098 'blanknamespace'                => '(Main)',
03099 
03100 # Contributions
03101 'contributions'         => 'User contributions',
03102 'contributions-summary' => '', # do not translate or duplicate this message to other languages
03103 'contributions-title'   => 'User contributions for $1',
03104 'mycontris'             => 'Contributions',
03105 'contribsub2'           => 'For $1 ($2)',
03106 'nocontribs'            => 'No changes were found matching these criteria.',
03107 'uctop'                 => '(current)',
03108 'month'                 => 'From month (and earlier):',
03109 'year'                  => 'From year (and earlier):',
03110 
03111 'sp-contributions-newbies'             => 'Show contributions of new accounts only',
03112 'sp-contributions-newbies-sub'         => 'For new accounts',
03113 'sp-contributions-newbies-title'       => 'User contributions for new accounts',
03114 'sp-contributions-blocklog'            => 'block log',
03115 'sp-contributions-deleted'             => 'deleted user contributions',
03116 'sp-contributions-uploads'             => 'uploads',
03117 'sp-contributions-logs'                => 'logs',
03118 'sp-contributions-talk'                => 'talk',
03119 'sp-contributions-userrights'          => 'user rights management',
03120 'sp-contributions-blocked-notice'      => 'This user is currently blocked.
03121 The latest block log entry is provided below for reference:',
03122 'sp-contributions-blocked-notice-anon' => 'This IP address is currently blocked.
03123 The latest block log entry is provided below for reference:',
03124 'sp-contributions-search'              => 'Search for contributions',
03125 'sp-contributions-username'            => 'IP address or username:',
03126 'sp-contributions-toponly'             => 'Only show edits that are latest revisions',
03127 'sp-contributions-submit'              => 'Search',
03128 'sp-contributions-explain'             => '', # only translate this message to other languages if you have to change it
03129 'sp-contributions-footer'              => '-', # do not translate or duplicate this message to other languages
03130 'sp-contributions-footer-anon'         => '-', # do not translate or duplicate this message to other languages
03131 'sp-contributions-footer-newbies'      => '-', # do not translate or duplicate this message to other languages
03132 
03133 # What links here
03134 'whatlinkshere'            => 'What links here',
03135 'whatlinkshere-title'      => 'Pages that link to "$1"',
03136 'whatlinkshere-summary'    => '', # do not translate or duplicate this message to other languages
03137 'whatlinkshere-page'       => 'Page:',
03138 'linkshere'                => "The following pages link to '''[[:$1]]''':",
03139 'nolinkshere'              => "No pages link to '''[[:$1]]'''.",
03140 'nolinkshere-ns'           => "No pages link to '''[[:$1]]''' in the chosen namespace.",
03141 'isredirect'               => 'redirect page',
03142 'istemplate'               => 'transclusion',
03143 'isimage'                  => 'file link',
03144 'whatlinkshere-prev'       => '{{PLURAL:$1|previous|previous $1}}',
03145 'whatlinkshere-next'       => '{{PLURAL:$1|next|next $1}}',
03146 'whatlinkshere-links'      => '← links',
03147 'whatlinkshere-hideredirs' => '$1 redirects',
03148 'whatlinkshere-hidetrans'  => '$1 transclusions',
03149 'whatlinkshere-hidelinks'  => '$1 links',
03150 'whatlinkshere-hideimages' => '$1 file links',
03151 'whatlinkshere-filters'    => 'Filters',
03152 
03153 # Block/unblock
03154 'autoblockid'                     => 'Autoblock #$1',
03155 'block'                           => 'Block user',
03156 'unblock'                         => 'Unblock user',
03157 'unblock-summary'                 => '', # do not translate or duplicate this message to other languages
03158 'blockip'                         => 'Block user',
03159 'blockip-title'                   => 'Block user',
03160 'blockip-legend'                  => 'Block user',
03161 'blockiptext'                     => 'Use the form below to block write access from a specific IP address or username.
03162 This should be done only to prevent vandalism, and in accordance with [[{{MediaWiki:Policy-url}}|policy]].
03163 Fill in a specific reason below (for example, citing particular pages that were vandalized).',
03164 'ipadressorusername'              => 'IP address or username:',
03165 'ipbexpiry'                       => 'Expiry:',
03166 'ipbreason'                       => 'Reason:',
03167 'ipbreasonotherlist'              => 'Other reason',
03168 'ipbreason-dropdown'              => '*Common block reasons
03169 ** Inserting false information
03170 ** Removing content from pages
03171 ** Spamming links to external sites
03172 ** Inserting nonsense/gibberish into pages
03173 ** Intimidating behavior/harassment
03174 ** Abusing multiple accounts
03175 ** Unacceptable username',
03176 'ipb-hardblock'                   => 'Prevent logged-in users from editing from this IP address',
03177 'ipbcreateaccount'                => 'Prevent account creation',
03178 'ipbemailban'                     => 'Prevent user from sending email',
03179 'ipbenableautoblock'              => 'Automatically block the last IP address used by this user, and any subsequent IP addresses they try to edit from',
03180 'ipbsubmit'                       => 'Block this user',
03181 'ipbother'                        => 'Other time:',
03182 'ipboptions'                      => '2 hours:2 hours,1 day:1 day,3 days:3 days,1 week:1 week,2 weeks:2 weeks,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year,indefinite:infinite',
03183 'ipbotheroption'                  => 'other',
03184 'ipbotherreason'                  => 'Other/additional reason:',
03185 'ipbhidename'                     => 'Hide username from edits and lists',
03186 'ipbwatchuser'                    => "Watch this user's user and talk pages",
03187 'ipb-disableusertalk'             => 'Prevent this user from editing their own talk page while blocked',
03188 'ipb-change-block'                => 'Re-block the user with these settings',
03189 'ipb-confirm'                     => 'Confirm block',
03190 'badipaddress'                    => 'Invalid IP address',
03191 'blockipsuccesssub'               => 'Block succeeded',
03192 'blockipsuccesstext'              => '[[Special:Contributions/$1|$1]] has been blocked.<br />
03193 See the [[Special:BlockList|block list]] to review blocks.',
03194 'ipb-blockingself'                => 'You are about to block yourself! Are you sure you want to do that?',
03195 'ipb-confirmhideuser'             => 'You are about to block a user with "hide user" enabled. This will suppress the user\'s name in all lists and log entries. Are you sure you want to do that?',
03196 'ipb-edit-dropdown'               => 'Edit block reasons',
03197 'ipb-unblock-addr'                => 'Unblock $1',
03198 'ipb-unblock'                     => 'Unblock a username or IP address',
03199 'ipb-blocklist'                   => 'View existing blocks',
03200 'ipb-blocklist-contribs'          => 'Contributions for $1',
03201 'unblockip'                       => 'Unblock user',
03202 'unblockiptext'                   => 'Use the form below to restore write access to a previously blocked IP address or username.',
03203 'ipusubmit'                       => 'Remove this block',
03204 'unblocked'                       => '[[User:$1|$1]] has been unblocked.',
03205 'unblocked-range'                 => '$1 has been unblocked.',
03206 'unblocked-id'                    => 'Block $1 has been removed.',
03207 'blocklist'                       => 'Blocked users',
03208 'ipblocklist'                     => 'Blocked users',
03209 'ipblocklist-legend'              => 'Find a blocked user',
03210 'blocklist-userblocks'            => 'Hide account blocks',
03211 'blocklist-tempblocks'            => 'Hide temporary blocks',
03212 'blocklist-addressblocks'         => 'Hide single IP blocks',
03213 'blocklist-rangeblocks'           => 'Hide range blocks',
03214 'blocklist-timestamp'             => 'Timestamp',
03215 'blocklist-target'                => 'Target',
03216 'blocklist-expiry'                => 'Expires',
03217 'blocklist-by'                    => 'Blocking admin',
03218 'blocklist-params'                => 'Block parameters',
03219 'blocklist-reason'                => 'Reason',
03220 'blocklist-summary'               => '', # do not translate or duplicate this message to other languages
03221 'ipblocklist-submit'              => 'Search',
03222 'ipblocklist-localblock'          => 'Local block',
03223 'ipblocklist-otherblocks'         => 'Other {{PLURAL:$1|block|blocks}}',
03224 'infiniteblock'                   => 'infinite',
03225 'expiringblock'                   => 'expires on $1 at $2',
03226 'anononlyblock'                   => 'anon. only',
03227 'noautoblockblock'                => 'autoblock disabled',
03228 'createaccountblock'              => 'account creation disabled',
03229 'emailblock'                      => 'email disabled',
03230 'blocklist-nousertalk'            => 'cannot edit own talk page',
03231 'ipblocklist-empty'               => 'The block list is empty.',
03232 'ipblocklist-no-results'          => 'The requested IP address or username is not blocked.',
03233 'blocklink'                       => 'block',
03234 'unblocklink'                     => 'unblock',
03235 'change-blocklink'                => 'change block',
03236 'contribslink'                    => 'contribs',
03237 'emaillink'                       => 'send email',
03238 'autoblocker'                     => 'Autoblocked because your IP address has been recently used by "[[User:$1|$1]]".
03239 The reason given for $1\'s block is "\'\'$2\'\'"',
03240 'blocklogpage'                    => 'Block log',
03241 'blocklog-showlog'                => 'This user has been blocked previously.
03242 The block log is provided below for reference:',
03243 'blocklog-showsuppresslog'        => 'This user has been blocked and hidden previously.
03244 The suppress log is provided below for reference:',
03245 'blocklogentry'                   => 'blocked [[$1]] with an expiry time of $2 $3',
03246 'reblock-logentry'                => 'changed block settings for [[$1]] with an expiry time of $2 $3',
03247 'blocklogtext'                    => 'This is a log of user blocking and unblocking actions.
03248 Automatically blocked IP addresses are not listed.
03249 See the [[Special:BlockList|block list]] for the list of currently operational bans and blocks.',
03250 'unblocklogentry'                 => 'unblocked $1',
03251 'block-log-flags-anononly'        => 'anonymous users only',
03252 'block-log-flags-nocreate'        => 'account creation disabled',
03253 'block-log-flags-noautoblock'     => 'autoblock disabled',
03254 'block-log-flags-noemail'         => 'email disabled',
03255 'block-log-flags-nousertalk'      => 'cannot edit own talk page',
03256 'block-log-flags-angry-autoblock' => 'enhanced autoblock enabled',
03257 'block-log-flags-hiddenname'      => 'username hidden',
03258 'range_block_disabled'            => 'The administrator ability to create range blocks is disabled.',
03259 'ipb_expiry_invalid'              => 'Expiry time invalid.',
03260 'ipb_expiry_temp'                 => 'Hidden username blocks must be permanent.',
03261 'ipb_hide_invalid'                => 'Unable to suppress this account; it may have too many edits.',
03262 'ipb_already_blocked'             => '"$1" is already blocked',
03263 'ipb-needreblock'                 => '$1 is already blocked. Do you want to change the settings?',
03264 'ipb-otherblocks-header'          => 'Other {{PLURAL:$1|block|blocks}}',
03265 'unblock-hideuser'                => 'You cannot unblock this user, as their username has been hidden.',
03266 'ipb_cant_unblock'                => 'Error: Block ID $1 not found. It may have been unblocked already.',
03267 'ipb_blocked_as_range'            => 'Error: The IP address $1 is not blocked directly and cannot be unblocked.
03268 It is, however, blocked as part of the range $2, which can be unblocked.',
03269 'ip_range_invalid'                => 'Invalid IP range.',
03270 'ip_range_toolarge'               => 'Range blocks larger than /$1 are not allowed.',
03271 'blockme'                         => 'Block me',
03272 'proxyblocker'                    => 'Proxy blocker',
03273 'proxyblocker-disabled'           => 'This function is disabled.',
03274 'proxyblockreason'                => 'Your IP address has been blocked because it is an open proxy.
03275 Please contact your Internet service provider or technical support of your organization and inform them of this serious security problem.',
03276 'proxyblocksuccess'               => 'Done.',
03277 'sorbs'                           => 'DNSBL', # only translate this message to other languages if you have to change it
03278 'sorbsreason'                     => 'Your IP address is listed as an open proxy in the DNSBL used by {{SITENAME}}.',
03279 'sorbs_create_account_reason'     => 'Your IP address is listed as an open proxy in the DNSBL used by {{SITENAME}}.
03280 You cannot create an account',
03281 'cant-block-while-blocked'        => 'You cannot block other users while you are blocked.',
03282 'cant-see-hidden-user'            => "The user you are trying to block has already been blocked and hidden.
03283 Since you do not have the hideuser right, you cannot see or edit the user's block.",
03284 'ipbblocked'                      => 'You cannot block or unblock other users because you are yourself blocked',
03285 'ipbnounblockself'                => 'You are not allowed to unblock yourself',
03286 'ipb-default-expiry'              => '', # do not translate or duplicate this message to other languages
03287 
03288 # Developer tools
03289 'lockdb'              => 'Lock database',
03290 'unlockdb'            => 'Unlock database',
03291 'lockdbtext'          => 'Locking the database will suspend the ability of all users to edit pages, change their preferences, edit their watchlists, and other things requiring changes in the database.
03292 Please confirm that this is what you intend to do, and that you will unlock the database when your maintenance is done.',
03293 'unlockdbtext'        => 'Unlocking the database will restore the ability of all users to edit pages, change their preferences, edit their watchlists, and other things requiring changes in the database.
03294 Please confirm that this is what you intend to do.',
03295 'lockconfirm'         => 'Yes, I really want to lock the database.',
03296 'unlockconfirm'       => 'Yes, I really want to unlock the database.',
03297 'lockbtn'             => 'Lock database',
03298 'unlockbtn'           => 'Unlock database',
03299 'locknoconfirm'       => 'You did not check the confirmation box.',
03300 'lockdbsuccesssub'    => 'Database lock succeeded',
03301 'unlockdbsuccesssub'  => 'Database lock removed',
03302 'lockdbsuccesstext'   => 'The database has been locked.<br />
03303 Remember to [[Special:UnlockDB|remove the lock]] after your maintenance is complete.',
03304 'unlockdbsuccesstext' => 'The database has been unlocked.',
03305 'lockfilenotwritable' => 'The database lock file is not writable.
03306 To lock or unlock the database, this needs to be writable by the web server.',
03307 'databasenotlocked'   => 'The database is not locked.',
03308 'lockedbyandtime'     => '(by {{GENDER:$1|$1}} on $2 at $3)',
03309 
03310 # Move page
03311 'move-page'                    => 'Move $1',
03312 'movepage-summary'             => '', # do not translate or duplicate this message to other languages
03313 'move-page-legend'             => 'Move page',
03314 'movepagetext'                 => "Using the form below will rename a page, moving all of its history to the new name.
03315 The old title will become a redirect page to the new title.
03316 You can update redirects that point to the original title automatically.
03317 If you choose not to, be sure to check for [[Special:DoubleRedirects|double]] or [[Special:BrokenRedirects|broken redirects]].
03318 You are responsible for making sure that links continue to point where they are supposed to go.
03319 
03320 Note that the page will '''not''' be moved if there is already a page at the new title, unless the latter is a redirect and has no past edit history.
03321 This means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.
03322 
03323 '''Warning!'''
03324 This can be a drastic and unexpected change for a popular page;
03325 please be sure you understand the consequences of this before proceeding.",
03326 'movepagetext-noredirectfixer' => "Using the form below will rename a page, moving all of its history to the new name.
03327 The old title will become a redirect page to the new title.
03328 Be sure to check for [[Special:DoubleRedirects|double]] or [[Special:BrokenRedirects|broken redirects]].
03329 You are responsible for making sure that links continue to point where they are supposed to go.
03330 
03331 Note that the page will '''not''' be moved if there is already a page at the new title, unless it is a redirect and has no past edit history.
03332 This means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.
03333 
03334 '''Warning!'''
03335 This can be a drastic and unexpected change for a popular page;
03336 please be sure you understand the consequences of this before proceeding.",
03337 'movepagetalktext'             => "The associated talk page will be automatically moved along with it '''unless:'''
03338 *A non-empty talk page already exists under the new name, or
03339 *You uncheck the box below.
03340 
03341 In those cases, you will have to move or merge the page manually if desired.",
03342 'movearticle'                  => 'Move page:',
03343 'moveuserpage-warning'         => "'''Warning:''' You are about to move a user page. Please note that only the page will be moved and the user will ''not'' be renamed.",
03344 'movenologin'                  => 'Not logged in',
03345 'movenologintext'              => 'You must be a registered user and [[Special:UserLogin|logged in]] to move a page.',
03346 'movenotallowed'               => 'You do not have permission to move pages.',
03347 'movenotallowedfile'           => 'You do not have permission to move files.',
03348 'cant-move-user-page'          => 'You do not have permission to move user pages (apart from subpages).',
03349 'cant-move-to-user-page'       => 'You do not have permission to move a page to a user page (except to a user subpage).',
03350 'newtitle'                     => 'To new title:',
03351 'move-watch'                   => 'Watch source page and target page',
03352 'movepagebtn'                  => 'Move page',
03353 'pagemovedsub'                 => 'Move succeeded',
03354 'movepage-moved'               => '\'\'\'"$1" has been moved to "$2"\'\'\'',
03355 'movepage-moved-redirect'      => 'A redirect has been created.',
03356 'movepage-moved-noredirect'    => 'The creation of a redirect has been suppressed.',
03357 'articleexists'                => 'A page of that name already exists, or the name you have chosen is not valid.
03358 Please choose another name.',
03359 'cantmove-titleprotected'      => 'You cannot move a page to this location because the new title has been protected from creation',
03360 'talkexists'                   => "'''The page itself was moved successfully, but the talk page could not be moved because one already exists at the new title.
03361 Please merge them manually.'''",
03362 'movedto'                      => 'moved to',
03363 'movetalk'                     => 'Move associated talk page',
03364 'move-subpages'                => 'Move subpages (up to $1)',
03365 'move-talk-subpages'           => 'Move subpages of talk page (up to $1)',
03366 'movepage-page-exists'         => 'The page $1 already exists and cannot be automatically overwritten.',
03367 'movepage-page-moved'          => 'The page $1 has been moved to $2.',
03368 'movepage-page-unmoved'        => 'The page $1 could not be moved to $2.',
03369 'movepage-max-pages'           => 'The maximum of $1 {{PLURAL:$1|page|pages}} has been moved and no more will be moved automatically.',
03370 'movelogpage'                  => 'Move log',
03371 'movelogpagetext'              => 'Below is a list of all page moves.',
03372 'movesubpage'                  => '{{PLURAL:$1|Subpage|Subpages}}',
03373 'movesubpagetext'              => 'This page has $1 {{PLURAL:$1|subpage|subpages}} shown below.',
03374 'movenosubpage'                => 'This page has no subpages.',
03375 'movereason'                   => 'Reason:',
03376 'revertmove'                   => 'revert',
03377 'delete_and_move'              => 'Delete and move',
03378 'delete_and_move_text'         => '== Deletion required ==
03379 The destination page "[[:$1]]" already exists.
03380 Do you want to delete it to make way for the move?',
03381 'delete_and_move_confirm'      => 'Yes, delete the page',
03382 'delete_and_move_reason'       => 'Deleted to make way for move from "[[$1]]"',
03383 'selfmove'                     => 'Source and destination titles are the same;
03384 cannot move a page over itself.',
03385 'immobile-source-namespace'    => 'Cannot move pages in namespace "$1"',
03386 'immobile-target-namespace'    => 'Cannot move pages into namespace "$1"',
03387 'immobile-target-namespace-iw' => 'Interwiki link is not a valid target for page move.',
03388 'immobile-source-page'         => 'This page is not movable.',
03389 'immobile-target-page'         => 'Cannot move to that destination title.',
03390 'imagenocrossnamespace'        => 'Cannot move file to non-file namespace',
03391 'nonfile-cannot-move-to-file'  => 'Cannot move non-file to file namespace',
03392 'imagetypemismatch'            => 'The new file extension does not match its type',
03393 'imageinvalidfilename'         => 'The target filename is invalid',
03394 'fix-double-redirects'         => 'Update any redirects that point to the original title',
03395 'move-leave-redirect'          => 'Leave a redirect behind',
03396 'protectedpagemovewarning'     => "'''Warning:''' This page has been protected so that only users with administrator privileges can move it.
03397 The latest log entry is provided below for reference:",
03398 'semiprotectedpagemovewarning' => "'''Note:''' This page has been protected so that only registered users can move it.
03399 The latest log entry is provided below for reference:",
03400 'move-over-sharedrepo'         => '== File exists ==
03401 [[:$1]] exists on a shared repository. Moving a file to this title will override the shared file.',
03402 'file-exists-sharedrepo'       => 'The filename chosen is already in use on a shared repository.
03403 Please choose another name.',
03404 
03405 # Export
03406 'export'            => 'Export pages',
03407 'export-summary'    => '', # do not translate or duplicate this message to other languages
03408 'exporttext'        => 'You can export the text and editing history of a particular page or set of pages wrapped in some XML.
03409 This can be imported into another wiki using MediaWiki via the [[Special:Import|import page]].
03410 
03411 To export pages, enter the titles in the text box below, one title per line, and select whether you want the current revision as well as all old revisions, with the page history lines, or the current revision with the info about the last edit.
03412 
03413 In the latter case you can also use a link, for example [[{{#Special:Export}}/{{MediaWiki:Mainpage}}]] for the page "[[{{MediaWiki:Mainpage}}]]".',
03414 'exportall'         => 'Export all pages',
03415 'exportcuronly'     => 'Include only the current revision, not the full history',
03416 'exportnohistory'   => "----
03417 '''Note:''' Exporting the full history of pages through this form has been disabled due to performance reasons.",
03418 'exportlistauthors' => 'Include a full list of contributors for each page',
03419 'export-submit'     => 'Export',
03420 'export-addcattext' => 'Add pages from category:',
03421 'export-addcat'     => 'Add',
03422 'export-addnstext'  => 'Add pages from namespace:',
03423 'export-addns'      => 'Add',
03424 'export-download'   => 'Save as file',
03425 'export-templates'  => 'Include templates',
03426 'export-pagelinks'  => 'Include linked pages to a depth of:',
03427 
03428 # Namespace 8 related
03429 'allmessages'                   => 'System messages',
03430 'allmessagesname'               => 'Name',
03431 'allmessagesdefault'            => 'Default message text',
03432 'allmessagescurrent'            => 'Current message text',
03433 'allmessagestext'               => 'This is a list of system messages available in the MediaWiki namespace.
03434 Please visit [https://www.mediawiki.org/wiki/Localisation MediaWiki Localisation] and [//translatewiki.net translatewiki.net] if you wish to contribute to the generic MediaWiki localisation.',
03435 'allmessagesnotsupportedDB'     => "This page cannot be used because '''\$wgUseDatabaseMessages''' has been disabled.",
03436 'allmessages-filter-legend'     => 'Filter',
03437 'allmessages-filter'            => 'Filter by customization state:',
03438 'allmessages-filter-unmodified' => 'Unmodified',
03439 'allmessages-filter-all'        => 'All',
03440 'allmessages-filter-modified'   => 'Modified',
03441 'allmessages-prefix'            => 'Filter by prefix:',
03442 'allmessages-language'          => 'Language:',
03443 'allmessages-filter-submit'     => 'Go',
03444 
03445 # Thumbnails
03446 'thumbnail-more'           => 'Enlarge',
03447 'filemissing'              => 'File missing',
03448 'thumbnail_error'          => 'Error creating thumbnail: $1',
03449 'djvu_page_error'          => 'DjVu page out of range',
03450 'djvu_no_xml'              => 'Unable to fetch XML for DjVu file',
03451 'thumbnail-temp-create'    => 'Unable to create temporary thumbnail file',
03452 'thumbnail-dest-create'    => 'Unable to save thumbnail to destination',
03453 'thumbnail_invalid_params' => 'Invalid thumbnail parameters',
03454 'thumbnail_dest_directory' => 'Unable to create destination directory',
03455 'thumbnail_image-type'     => 'Image type not supported',
03456 'thumbnail_gd-library'     => 'Incomplete GD library configuration: Missing function $1',
03457 'thumbnail_image-missing'  => 'File seems to be missing: $1',
03458 
03459 # Special:Import
03460 'import'                     => 'Import pages',
03461 'import-summary'             => '', # do not translate or duplicate this message to other languages
03462 'importinterwiki'            => 'Transwiki import',
03463 'import-interwiki-text'      => "Select a wiki and page title to import.
03464 Revision dates and editors' names will be preserved.
03465 All transwiki import actions are logged at the [[Special:Log/import|import log]].",
03466 'import-interwiki-source'    => 'Source wiki/page:',
03467 'import-interwiki-history'   => 'Copy all history revisions for this page',
03468 'import-interwiki-templates' => 'Include all templates',
03469 'import-interwiki-submit'    => 'Import',
03470 'import-interwiki-namespace' => 'Destination namespace:',
03471 'import-interwiki-rootpage'  => 'Destination root page (optional):',
03472 'import-upload-filename'     => 'Filename:',
03473 'import-comment'             => 'Comment:',
03474 'importtext'                 => 'Please export the file from the source wiki using the [[Special:Export|export utility]].
03475 Save it to your computer and upload it here.',
03476 'importstart'                => 'Importing pages...',
03477 'import-revision-count'      => '$1 {{PLURAL:$1|revision|revisions}}',
03478 'importnopages'              => 'No pages to import.',
03479 'imported-log-entries'       => 'Imported $1 {{PLURAL:$1|log entry|log entries}}.',
03480 'importfailed'               => 'Import failed: <nowiki>$1</nowiki>',
03481 'importunknownsource'        => 'Unknown import source type',
03482 'importcantopen'             => 'Could not open import file',
03483 'importbadinterwiki'         => 'Bad interwiki link',
03484 'importnotext'               => 'Empty or no text',
03485 'importsuccess'              => 'Import finished!',
03486 'importhistoryconflict'      => 'Conflicting history revision exists (may have imported this page before)',
03487 'importnosources'            => 'No transwiki import sources have been defined and direct history uploads are disabled.',
03488 'importnofile'               => 'No import file was uploaded.',
03489 'importuploaderrorsize'      => 'Upload of import file failed.
03490 The file is bigger than the allowed upload size.',
03491 'importuploaderrorpartial'   => 'Upload of import file failed.
03492 The file was only partially uploaded.',
03493 'importuploaderrortemp'      => 'Upload of import file failed.
03494 A temporary folder is missing.',
03495 'import-parse-failure'       => 'XML import parse failure',
03496 'import-noarticle'           => 'No page to import!',
03497 'import-nonewrevisions'      => 'All revisions were previously imported.',
03498 'xml-error-string'           => '$1 at line $2, col $3 (byte $4): $5',
03499 'import-upload'              => 'Upload XML data',
03500 'import-token-mismatch'      => 'Loss of session data.
03501 Please try again.',
03502 'import-invalid-interwiki'   => 'Cannot import from the specified wiki.',
03503 'import-error-edit'          => 'Page "$1" is not imported because you are not allowed to edit it.',
03504 'import-error-create'        => 'Page "$1" is not imported because you are not allowed to create it.',
03505 'import-error-interwiki'     => 'Page "$1" is not imported because its name is reserved for external linking (interwiki).',
03506 'import-error-special'       => 'Page "$1" is not imported because it belongs to a special namespace that does not allow pages.',
03507 'import-error-invalid'       => 'Page "$1" is not imported because its name is invalid.',
03508 'import-options-wrong'       => 'Wrong {{PLURAL:$2|option|options}}: <nowiki>$1</nowiki>',
03509 'import-rootpage-invalid'    => 'Given root page is an invalid title.',
03510 'import-rootpage-nosubpage'  => 'Namespace "$1" of the root page does not allow subpages.',
03511 
03512 # Import log
03513 'importlogpage'                    => 'Import log',
03514 'importlogpagetext'                => 'Administrative imports of pages with edit history from other wikis.',
03515 'import-logentry-upload'           => 'imported [[$1]] by file upload',
03516 'import-logentry-upload-detail'    => '$1 {{PLURAL:$1|revision|revisions}}',
03517 'import-logentry-interwiki'        => 'transwikied $1',
03518 'import-logentry-interwiki-detail' => '$1 {{PLURAL:$1|revision|revisions}} from $2',
03519 
03520 # JavaScriptTest
03521 'javascripttest'                           => 'JavaScript testing',
03522 'javascripttest-backlink'                  => '< $1', # do not translate or duplicate this message to other languages
03523 'javascripttest-disabled'                  => 'This function has not been enabled on this wiki.',
03524 'javascripttest-title'                     => 'Running $1 tests',
03525 'javascripttest-pagetext-noframework'      => 'This page is reserved for running JavaScript tests.',
03526 'javascripttest-pagetext-unknownframework' => 'Unknown testing framework "$1".',
03527 'javascripttest-pagetext-frameworks'       => 'Please choose one of the following testing frameworks: $1',
03528 'javascripttest-pagetext-skins'            => 'Choose a skin to run the tests with:',
03529 'javascripttest-qunit-name'                => 'QUnit', # do not translate or duplicate this message to other languages
03530 'javascripttest-qunit-intro'               => 'See [$1 testing documentation] on mediawiki.org.',
03531 'javascripttest-qunit-heading'             => 'MediaWiki JavaScript QUnit test suite',
03532 
03533 # Keyboard access keys for power users
03534 'accesskey-pt-userpage'                 => '.', # do not translate or duplicate this message to other languages
03535 'accesskey-pt-anonuserpage'             => '.', # do not translate or duplicate this message to other languages
03536 'accesskey-pt-mytalk'                   => 'n', # do not translate or duplicate this message to other languages
03537 'accesskey-pt-anontalk'                 => 'n', # do not translate or duplicate this message to other languages
03538 'accesskey-pt-preferences'              => '', # do not translate or duplicate this message to other languages
03539 'accesskey-pt-watchlist'                => 'l', # do not translate or duplicate this message to other languages
03540 'accesskey-pt-mycontris'                => 'y', # do not translate or duplicate this message to other languages
03541 'accesskey-pt-login'                    => 'o', # do not translate or duplicate this message to other languages
03542 'accesskey-pt-anonlogin'                => 'o', # do not translate or duplicate this message to other languages
03543 'accesskey-pt-logout'                   => '', # do not translate or duplicate this message to other languages
03544 'accesskey-ca-talk'                     => 't', # do not translate or duplicate this message to other languages
03545 'accesskey-ca-edit'                     => 'e', # do not translate or duplicate this message to other languages
03546 'accesskey-ca-addsection'               => '+', # do not translate or duplicate this message to other languages
03547 'accesskey-ca-viewsource'               => 'e', # do not translate or duplicate this message to other languages
03548 'accesskey-ca-history'                  => 'h', # do not translate or duplicate this message to other languages
03549 'accesskey-ca-protect'                  => '=', # do not translate or duplicate this message to other languages
03550 'accesskey-ca-unprotect'                => '=', # do not translate or duplicate this message to other languages
03551 'accesskey-ca-delete'                   => 'd', # do not translate or duplicate this message to other languages
03552 'accesskey-ca-undelete'                 => 'd', # do not translate or duplicate this message to other languages
03553 'accesskey-ca-move'                     => 'm', # do not translate or duplicate this message to other languages
03554 'accesskey-ca-watch'                    => 'w', # do not translate or duplicate this message to other languages
03555 'accesskey-ca-unwatch'                  => 'w', # do not translate or duplicate this message to other languages
03556 'accesskey-search'                      => 'f', # do not translate or duplicate this message to other languages
03557 'accesskey-search-go'                   => '', # do not translate or duplicate this message to other languages
03558 'accesskey-search-fulltext'             => '', # do not translate or duplicate this message to other languages
03559 'accesskey-p-logo'                      => '', # do not translate or duplicate this message to other languages
03560 'accesskey-n-mainpage'                  => 'z', # do not translate or duplicate this message to other languages
03561 'accesskey-n-mainpage-description'      => 'z', # do not translate or duplicate this message to other languages
03562 'accesskey-n-portal'                    => '', # do not translate or duplicate this message to other languages
03563 'accesskey-n-currentevents'             => '', # do not translate or duplicate this message to other languages
03564 'accesskey-n-recentchanges'             => 'r', # do not translate or duplicate this message to other languages
03565 'accesskey-n-randompage'                => 'x', # do not translate or duplicate this message to other languages
03566 'accesskey-n-help'                      => '', # do not translate or duplicate this message to other languages
03567 'accesskey-t-whatlinkshere'             => 'j', # do not translate or duplicate this message to other languages
03568 'accesskey-t-recentchangeslinked'       => 'k', # do not translate or duplicate this message to other languages
03569 'accesskey-feed-rss'                    => '', # do not translate or duplicate this message to other languages
03570 'accesskey-feed-atom'                   => '', # do not translate or duplicate this message to other languages
03571 'accesskey-t-contributions'             => '', # do not translate or duplicate this message to other languages
03572 'accesskey-t-emailuser'                 => '', # do not translate or duplicate this message to other languages
03573 'accesskey-t-permalink'                 => '', # do not translate or duplicate this message to other languages
03574 'accesskey-t-print'                     => 'p', # do not translate or duplicate this message to other languages
03575 'accesskey-t-upload'                    => 'u', # do not translate or duplicate this message to other languages
03576 'accesskey-t-specialpages'              => 'q', # do not translate or duplicate this message to other languages
03577 'accesskey-ca-nstab-main'               => 'c', # do not translate or duplicate this message to other languages
03578 'accesskey-ca-nstab-user'               => 'c', # do not translate or duplicate this message to other languages
03579 'accesskey-ca-nstab-media'              => 'c', # do not translate or duplicate this message to other languages
03580 'accesskey-ca-nstab-special'            => '', # do not translate or duplicate this message to other languages
03581 'accesskey-ca-nstab-project'            => 'a', # do not translate or duplicate this message to other languages
03582 'accesskey-ca-nstab-image'              => 'c', # do not translate or duplicate this message to other languages
03583 'accesskey-ca-nstab-mediawiki'          => 'c', # do not translate or duplicate this message to other languages
03584 'accesskey-ca-nstab-template'           => 'c', # do not translate or duplicate this message to other languages
03585 'accesskey-ca-nstab-help'               => 'c', # do not translate or duplicate this message to other languages
03586 'accesskey-ca-nstab-category'           => 'c', # do not translate or duplicate this message to other languages
03587 'accesskey-minoredit'                   => 'i', # do not translate or duplicate this message to other languages
03588 'accesskey-save'                        => 's', # do not translate or duplicate this message to other languages
03589 'accesskey-preview'                     => 'p', # do not translate or duplicate this message to other languages
03590 'accesskey-diff'                        => 'v', # do not translate or duplicate this message to other languages
03591 'accesskey-compareselectedversions'     => 'v', # do not translate or duplicate this message to other languages
03592 'accesskey-watch'                       => 'w', # do not translate or duplicate this message to other languages
03593 'accesskey-upload'                      => 's', # do not translate or duplicate this message to other languages
03594 'accesskey-preferences-save'            => 's', # do not translate or duplicate this message to other languages
03595 'accesskey-summary'                     => 'b', # do not translate or duplicate this message to other languages
03596 'accesskey-userrights-set'              => 's', # do not translate or duplicate this message to other languages
03597 'accesskey-blockip-block'               => 's', # do not translate or duplicate this message to other languages
03598 'accesskey-export'                      => 's', # do not translate or duplicate this message to other languages
03599 'accesskey-import'                      => 's', # do not translate or duplicate this message to other languages
03600 'accesskey-watchlistedit-normal-submit' => 's', # do not translate or duplicate this message to other languages
03601 'accesskey-watchlistedit-raw-submit'    => 's', # do not translate or duplicate this message to other languages
03602 
03603 # Tooltip help for the actions
03604 'tooltip-pt-userpage'                 => 'Your user page',
03605 'tooltip-pt-anonuserpage'             => 'The user page for the IP address you are editing as',
03606 'tooltip-pt-mytalk'                   => 'Your talk page',
03607 'tooltip-pt-anontalk'                 => 'Discussion about edits from this IP address',
03608 'tooltip-pt-preferences'              => 'Your preferences',
03609 'tooltip-pt-watchlist'                => 'A list of pages you are monitoring for changes',
03610 'tooltip-pt-mycontris'                => 'A list of your contributions',
03611 'tooltip-pt-login'                    => 'You are encouraged to log in; however, it is not mandatory',
03612 'tooltip-pt-anonlogin'                => 'You are encouraged to log in; however, it is not mandatory',
03613 'tooltip-pt-logout'                   => 'Log out',
03614 'tooltip-ca-talk'                     => 'Discussion about the content page',
03615 'tooltip-ca-edit'                     => 'You can edit this page. Please use the preview button before saving',
03616 'tooltip-ca-addsection'               => 'Start a new section',
03617 'tooltip-ca-viewsource'               => 'This page is protected.
03618 You can view its source',
03619 'tooltip-ca-history'                  => 'Past revisions of this page',
03620 'tooltip-ca-protect'                  => 'Protect this page',
03621 'tooltip-ca-unprotect'                => 'Change protection of this page',
03622 'tooltip-ca-delete'                   => 'Delete this page',
03623 'tooltip-ca-undelete'                 => 'Restore the edits done to this page before it was deleted',
03624 'tooltip-ca-move'                     => 'Move this page',
03625 'tooltip-ca-watch'                    => 'Add this page to your watchlist',
03626 'tooltip-ca-unwatch'                  => 'Remove this page from your watchlist',
03627 'tooltip-search'                      => 'Search {{SITENAME}}',
03628 'tooltip-search-go'                   => 'Go to a page with this exact name if exists',
03629 'tooltip-search-fulltext'             => 'Search the pages for this text',
03630 'tooltip-p-logo'                      => 'Visit the main page',
03631 'tooltip-n-mainpage'                  => 'Visit the main page',
03632 'tooltip-n-mainpage-description'      => 'Visit the main page',
03633 'tooltip-n-portal'                    => 'About the project, what you can do, where to find things',
03634 'tooltip-n-currentevents'             => 'Find background information on current events',
03635 'tooltip-n-recentchanges'             => 'A list of recent changes in the wiki',
03636 'tooltip-n-randompage'                => 'Load a random page',
03637 'tooltip-n-help'                      => 'The place to find out',
03638 'tooltip-t-whatlinkshere'             => 'A list of all wiki pages that link here',
03639 'tooltip-t-recentchangeslinked'       => 'Recent changes in pages linked from this page',
03640 'tooltip-feed-rss'                    => 'RSS feed for this page',
03641 'tooltip-feed-atom'                   => 'Atom feed for this page',
03642 'tooltip-t-contributions'             => 'A list of contributions of this user',
03643 'tooltip-t-emailuser'                 => 'Send an email to this user',
03644 'tooltip-t-upload'                    => 'Upload files',
03645 'tooltip-t-specialpages'              => 'A list of all special pages',
03646 'tooltip-t-print'                     => 'Printable version of this page',
03647 'tooltip-t-permalink'                 => 'Permanent link to this revision of the page',
03648 'tooltip-ca-nstab-main'               => 'View the content page',
03649 'tooltip-ca-nstab-user'               => 'View the user page',
03650 'tooltip-ca-nstab-media'              => 'View the media page',
03651 'tooltip-ca-nstab-special'            => 'This is a special page, you cannot edit the page itself',
03652 'tooltip-ca-nstab-project'            => 'View the project page',
03653 'tooltip-ca-nstab-image'              => 'View the file page',
03654 'tooltip-ca-nstab-mediawiki'          => 'View the system message',
03655 'tooltip-ca-nstab-template'           => 'View the template',
03656 'tooltip-ca-nstab-help'               => 'View the help page',
03657 'tooltip-ca-nstab-category'           => 'View the category page',
03658 'tooltip-minoredit'                   => 'Mark this as a minor edit',
03659 'tooltip-save'                        => 'Save your changes',
03660 'tooltip-preview'                     => 'Preview your changes, please use this before saving!',
03661 'tooltip-diff'                        => 'Show which changes you made to the text',
03662 'tooltip-compareselectedversions'     => 'See the differences between the two selected revisions of this page',
03663 'tooltip-watch'                       => 'Add this page to your watchlist',
03664 'tooltip-watchlistedit-normal-submit' => 'Remove titles',
03665 'tooltip-watchlistedit-raw-submit'    => 'Update watchlist',
03666 'tooltip-recreate'                    => 'Recreate the page even though it has been deleted',
03667 'tooltip-upload'                      => 'Start upload',
03668 'tooltip-rollback'                    => '"Rollback" reverts edit(s) to this page of the last contributor in one click',
03669 'tooltip-undo'                        => '"Undo" reverts this edit and opens the edit form in preview mode. It allows adding a reason in the summary.',
03670 'tooltip-preferences-save'            => 'Save preferences',
03671 'tooltip-summary'                     => 'Enter a short summary',
03672 
03673 # Stylesheets
03674 'common.css'              => '/* CSS placed here will be applied to all skins */', # only translate this message to other languages if you have to change it
03675 'standard.css'            => '/* CSS placed here will affect users of the Standard skin */', # only translate this message to other languages if you have to change it
03676 'nostalgia.css'           => '/* CSS placed here will affect users of the Nostalgia skin */', # only translate this message to other languages if you have to change it
03677 'cologneblue.css'         => '/* CSS placed here will affect users of the Cologne Blue skin */', # only translate this message to other languages if you have to change it
03678 'monobook.css'            => '/* CSS placed here will affect users of the MonoBook skin */', # only translate this message to other languages if you have to change it
03679 'myskin.css'              => '/* CSS placed here will affect users of the MySkin skin */', # only translate this message to other languages if you have to change it
03680 'chick.css'               => '/* CSS placed here will affect users of the Chick skin */', # only translate this message to other languages if you have to change it
03681 'simple.css'              => '/* CSS placed here will affect users of the Simple skin */', # only translate this message to other languages if you have to change it
03682 'modern.css'              => '/* CSS placed here will affect users of the Modern skin */', # only translate this message to other languages if you have to change it
03683 'vector.css'              => '/* CSS placed here will affect users of the Vector skin */', # only translate this message to other languages if you have to change it
03684 'print.css'               => '/* CSS placed here will affect the print output */', # only translate this message to other languages if you have to change it
03685 'handheld.css'            => '/* CSS placed here will affect handheld devices based on the skin configured in $wgHandheldStyle */', # only translate this message to other languages if you have to change it
03686 'noscript.css'            => '/* CSS placed here will affect users with JavaScript disabled */', # only translate this message to other languages if you have to change it
03687 'group-autoconfirmed.css' => '/* CSS placed here will affect autoconfirmed users only */', # only translate this message to other languages if you have to change it
03688 'group-bot.css'           => '/* CSS placed here will affect bots only */', # only translate this message to other languages if you have to change it
03689 'group-sysop.css'         => '/* CSS placed here will affect sysops only */', # only translate this message to other languages if you have to change it
03690 'group-bureaucrat.css'    => '/* CSS placed here will affect bureaucrats only */', # only translate this message to other languages if you have to change it
03691 
03692 # Scripts
03693 'common.js'              => '/* Any JavaScript here will be loaded for all users on every page load. */', # only translate this message to other languages if you have to change it
03694 'standard.js'            => '/* Any JavaScript here will be loaded for users using the Standard skin */', # only translate this message to other languages if you have to change it
03695 'nostalgia.js'           => '/* Any JavaScript here will be loaded for users using the Nostalgia skin */', # only translate this message to other languages if you have to change it
03696 'cologneblue.js'         => '/* Any JavaScript here will be loaded for users using the Cologne Blue skin */', # only translate this message to other languages if you have to change it
03697 'monobook.js'            => '/* Any JavaScript here will be loaded for users using the MonoBook skin */', # only translate this message to other languages if you have to change it
03698 'myskin.js'              => '/* Any JavaScript here will be loaded for users using the MySkin skin */', # only translate this message to other languages if you have to change it
03699 'chick.js'               => '/* Any JavaScript here will be loaded for users using the Chick skin */', # only translate this message to other languages if you have to change it
03700 'simple.js'              => '/* Any JavaScript here will be loaded for users using the Simple skin */', # only translate this message to other languages if you have to change it
03701 'modern.js'              => '/* Any JavaScript here will be loaded for users using the Modern skin */', # only translate this message to other languages if you have to change it
03702 'vector.js'              => '/* Any JavaScript here will be loaded for users using the Vector skin */', # only translate this message to other languages if you have to change it
03703 'group-autoconfirmed.js' => '/* Any JavaScript here will be loaded for autoconfirmed users only */', # only translate this message to other languages if you have to change it
03704 'group-bot.js'           => '/* Any JavaScript here will be loaded for bots only */', # only translate this message to other languages if you have to change it
03705 'group-sysop.js'         => '/* Any JavaScript here will be loaded for sysops only */', # only translate this message to other languages if you have to change it
03706 'group-bureaucrat.js'    => '/* Any JavaScript here will be loaded for bureaucrats only */', # only translate this message to other languages if you have to change it
03707 
03708 # Metadata
03709 'notacceptable' => 'The wiki server cannot provide data in a format your client can read.',
03710 
03711 # Attribution
03712 'anonymous'        => 'Anonymous {{PLURAL:$1|user|users}} of {{SITENAME}}',
03713 'siteuser'         => '{{SITENAME}} user $1',
03714 'anonuser'         => '{{SITENAME}} anonymous user $1',
03715 'lastmodifiedatby' => 'This page was last modified $2, $1 by $3.',
03716 'othercontribs'    => 'Based on work by $1.',
03717 'others'           => 'others',
03718 'siteusers'        => '{{SITENAME}} {{PLURAL:$2|user|users}} $1',
03719 'anonusers'        => '{{SITENAME}} anonymous {{PLURAL:$2|user|users}} $1',
03720 'creditspage'      => 'Page credits',
03721 'nocredits'        => 'There is no credits info available for this page.',
03722 
03723 # Spam protection
03724 'spamprotectiontitle' => 'Spam protection filter',
03725 'spamprotectiontext'  => 'The text you wanted to save was blocked by the spam filter.
03726 This is probably caused by a link to a blacklisted external site.',
03727 'spamprotectionmatch' => 'The following text is what triggered our spam filter: $1',
03728 'spambot_username'    => 'MediaWiki spam cleanup',
03729 'spam_reverting'      => 'Reverting to last revision not containing links to $1',
03730 'spam_blanking'       => 'All revisions contained links to $1, blanking',
03731 'spam_deleting'       => 'All revisions contained links to $1, deleting',
03732 
03733 # Info page
03734 'pageinfo-header'              => '-', # do not translate or duplicate this message to other languages
03735 'pageinfo-title'               => 'Information for "$1"',
03736 'pageinfo-not-current'         => "Sorry, it's impossible to provide this information for old revisions.",
03737 'pageinfo-header-basic'        => 'Basic information',
03738 'pageinfo-header-edits'        => 'Edit history',
03739 'pageinfo-header-restrictions' => 'Page protection',
03740 'pageinfo-header-properties'   => 'Page properties',
03741 'pageinfo-display-title'       => 'Display title',
03742 'pageinfo-default-sort'        => 'Default sort key',
03743 'pageinfo-length'              => 'Page length (in bytes)',
03744 'pageinfo-article-id'          => 'Page ID',
03745 'pageinfo-robot-policy'        => 'Indexing by robots',
03746 'pageinfo-robot-index'         => 'Allowed',
03747 'pageinfo-robot-noindex'       => 'Disallowed',
03748 'pageinfo-views'               => 'Number of views',
03749 'pageinfo-watchers'            => 'Number of page watchers',
03750 'pageinfo-redirects-name'      => 'Number of redirects to this page',
03751 'pageinfo-redirects-value'     => '$1', # only translate this message to other languages if you have to change it
03752 'pageinfo-subpages-name'       => 'Number of subpages of this page',
03753 'pageinfo-subpages-value'      => '$1 ($2 {{PLURAL:$2|redirect|redirects}}; $3 {{PLURAL:$3|non-redirect|non-redirects}})',
03754 'pageinfo-firstuser'           => 'Page creator',
03755 'pageinfo-firsttime'           => 'Date of page creation',
03756 'pageinfo-lastuser'            => 'Latest editor',
03757 'pageinfo-lasttime'            => 'Date of latest edit',
03758 'pageinfo-edits'               => 'Total number of edits',
03759 'pageinfo-authors'             => 'Total number of distinct authors',
03760 'pageinfo-recent-edits'        => 'Recent number of edits (within past $1)',
03761 'pageinfo-recent-authors'      => 'Recent number of distinct authors',
03762 'pageinfo-magic-words'         => 'Magic {{PLURAL:$1|word|words}} ($1)',
03763 'pageinfo-hidden-categories'   => 'Hidden {{PLURAL:$1|category|categories}} ($1)',
03764 'pageinfo-templates'           => 'Transcluded {{PLURAL:$1|template|templates}} ($1)',
03765 'pageinfo-footer'              => '-', # do not translate or duplicate this message to other languages
03766 
03767 # Skin names
03768 'skinname-standard'    => 'Classic', # only translate this message to other languages if you have to change it
03769 'skinname-nostalgia'   => 'Nostalgia', # only translate this message to other languages if you have to change it
03770 'skinname-cologneblue' => 'Cologne Blue', # only translate this message to other languages if you have to change it
03771 'skinname-monobook'    => 'MonoBook', # only translate this message to other languages if you have to change it
03772 'skinname-myskin'      => 'MySkin', # only translate this message to other languages if you have to change it
03773 'skinname-chick'       => 'Chick', # only translate this message to other languages if you have to change it
03774 'skinname-simple'      => 'Simple', # only translate this message to other languages if you have to change it
03775 'skinname-modern'      => 'Modern', # only translate this message to other languages if you have to change it
03776 'skinname-vector'      => 'Vector', # only translate this message to other languages if you have to change it
03777 
03778 # Patrolling
03779 'markaspatrolleddiff'                 => 'Mark as patrolled',
03780 'markaspatrolledlink'                 => '[$1]', # do not translate or duplicate this message to other languages
03781 'markaspatrolledtext'                 => 'Mark this page as patrolled',
03782 'markedaspatrolled'                   => 'Marked as patrolled',
03783 'markedaspatrolledtext'               => 'The selected revision of [[:$1]] has been marked as patrolled.',
03784 'rcpatroldisabled'                    => 'Recent changes patrol disabled',
03785 'rcpatroldisabledtext'                => 'The recent changes patrol feature is currently disabled.',
03786 'markedaspatrollederror'              => 'Cannot mark as patrolled',
03787 'markedaspatrollederrortext'          => 'You need to specify a revision to mark as patrolled.',
03788 'markedaspatrollederror-noautopatrol' => 'You are not allowed to mark your own changes as patrolled.',
03789 
03790 # Patrol log
03791 'patrol-log-page'      => 'Patrol log',
03792 'patrol-log-header'    => 'This is a log of patrolled revisions.',
03793 'log-show-hide-patrol' => '$1 patrol log',
03794 
03795 # Image deletion
03796 'deletedrevision'                 => 'Deleted old revision $1',
03797 'filedeleteerror-short'           => 'Error deleting file: $1',
03798 'filedeleteerror-long'            => 'Errors were encountered while deleting the file:
03799 
03800 $1',
03801 'filedelete-missing'              => 'The file "$1" cannot be deleted because it does not exist.',
03802 'filedelete-old-unregistered'     => 'The specified file revision "$1" is not in the database.',
03803 'filedelete-current-unregistered' => 'The specified file "$1" is not in the database.',
03804 'filedelete-archive-read-only'    => 'The archive directory "$1" is not writable by the webserver.',
03805 
03806 # Browsing diffs
03807 'previousdiff' => '← Older edit',
03808 'nextdiff'     => 'Newer edit →',
03809 
03810 # Media information
03811 'mediawarning'                => "'''Warning:''' This file type may contain malicious code.
03812 By executing it, your system may be compromised.",
03813 'imagemaxsize'                => "Image size limit:<br />''(for file description pages)''",
03814 'thumbsize'                   => 'Thumbnail size:',
03815 'widthheight'                 => '$1 × $2', # only translate this message to other languages if you have to change it
03816 'widthheightpage'             => '$1 × $2, $3 {{PLURAL:$3|page|pages}}',
03817 'file-info'                   => 'file size: $1, MIME type: $2',
03818 'file-info-size'              => '$1 × $2 pixels, file size: $3, MIME type: $4',
03819 'file-info-size-pages'        => '$1 × $2 pixels, file size: $3, MIME type: $4, $5 {{PLURAL:$5|page|pages}}',
03820 'file-nohires'                => 'No higher resolution available.',
03821 'svg-long-desc'               => 'SVG file, nominally $1 × $2 pixels, file size: $3',
03822 'svg-long-desc-animated'      => 'Animated SVG file, nominally $1 × $2 pixels, file size: $3',
03823 'show-big-image'              => 'Original file',
03824 'show-big-image-preview'      => 'Size of this preview: $1.',
03825 'show-big-image-other'        => 'Other {{PLURAL:$2|resolution|resolutions}}: $1.',
03826 'show-big-image-size'         => '$1 × $2 pixels',
03827 'file-info-gif-looped'        => 'looped',
03828 'file-info-gif-frames'        => '$1 {{PLURAL:$1|frame|frames}}',
03829 'file-info-png-looped'        => 'looped',
03830 'file-info-png-repeat'        => 'played $1 {{PLURAL:$1|time|times}}',
03831 'file-info-png-frames'        => '$1 {{PLURAL:$1|frame|frames}}',
03832 'file-no-thumb-animation'     => "'''Note: Due to technical limitations, thumbnails of this file will not be animated.'''",
03833 'file-no-thumb-animation-gif' => "'''Note: Due to technical limitations, thumbnails of high resolution GIF images such as this one will not be animated.'''",
03834 
03835 # Special:NewFiles
03836 'newimages'             => 'Gallery of new files',
03837 'imagelisttext'         => "Below is a list of '''$1''' {{PLURAL:$1|file|files}} sorted $2.",
03838 'newimages-summary'     => 'This special page shows the last uploaded files.',
03839 'newimages-legend'      => 'Filter',
03840 'newimages-label'       => 'Filename (or a part of it):',
03841 'showhidebots'          => '($1 bots)',
03842 'noimages'              => 'Nothing to see.',
03843 'ilsubmit'              => 'Search',
03844 'bydate'                => 'by date',
03845 'sp-newimages-showfrom' => 'Show new files starting from $2, $1',
03846 
03847 # Video information, used by Language::formatTimePeriod() to format lengths in the above messages
03848 'video-dims'     => '$1, $2 × $3', # only translate this message to other languages if you have to change it
03849 'seconds-abbrev' => '$1 s', # only translate this message to other languages if you have to change it
03850 'minutes-abbrev' => '$1 min', # only translate this message to other languages if you have to change it
03851 'hours-abbrev'   => '$1 h', # only translate this message to other languages if you have to change it
03852 'days-abbrev'    => '$1 d', # only translate this message to other languages if you have to change it
03853 'seconds'        => '{{PLURAL:$1|$1 second|$1 seconds}}',
03854 'minutes'        => '{{PLURAL:$1|$1 minute|$1 minutes}}',
03855 'hours'          => '{{PLURAL:$1|$1 hour|$1 hours}}',
03856 'days'           => '{{PLURAL:$1|$1 day|$1 days}}',
03857 'ago'            => '$1 ago',
03858 
03859 # Bad image list
03860 'bad_image_list' => 'The format is as follows:
03861 
03862 Only list items (lines starting with *) are considered.
03863 The first link on a line must be a link to a bad file.
03864 Any subsequent links on the same line are considered to be exceptions, i.e. pages where the file may occur inline.',
03865 
03866 /*
03867 Short names for language variants used for language conversion links.
03868 Variants for Chinese language
03869 */
03870 'variantname-zh-hans' => 'hans', # only translate this message to other languages if you have to change it
03871 'variantname-zh-hant' => 'hant', # only translate this message to other languages if you have to change it
03872 'variantname-zh-cn'   => 'cn', # only translate this message to other languages if you have to change it
03873 'variantname-zh-tw'   => 'tw', # only translate this message to other languages if you have to change it
03874 'variantname-zh-hk'   => 'hk', # only translate this message to other languages if you have to change it
03875 'variantname-zh-mo'   => 'mo', # only translate this message to other languages if you have to change it
03876 'variantname-zh-sg'   => 'sg', # only translate this message to other languages if you have to change it
03877 'variantname-zh-my'   => 'my', # only translate this message to other languages if you have to change it
03878 'variantname-zh'      => 'zh', # only translate this message to other languages if you have to change it
03879 
03880 # Variants for Gan language
03881 'variantname-gan-hans' => 'hans', # only translate this message to other languages if you have to change it
03882 'variantname-gan-hant' => 'hant', # only translate this message to other languages if you have to change it
03883 'variantname-gan'      => 'gan', # only translate this message to other languages if you have to change it
03884 
03885 # Variants for Serbian language
03886 'variantname-sr-ec' => 'sr-ec', # only translate this message to other languages if you have to change it
03887 'variantname-sr-el' => 'sr-el', # only translate this message to other languages if you have to change it
03888 'variantname-sr'    => 'sr', # only translate this message to other languages if you have to change it
03889 
03890 # Variants for Kazakh language
03891 'variantname-kk-kz'   => 'kk-kz', # only translate this message to other languages if you have to change it
03892 'variantname-kk-tr'   => 'kk-tr', # only translate this message to other languages if you have to change it
03893 'variantname-kk-cn'   => 'kk-cn', # only translate this message to other languages if you have to change it
03894 'variantname-kk-cyrl' => 'kk-cyrl', # only translate this message to other languages if you have to change it
03895 'variantname-kk-latn' => 'kk-latn', # only translate this message to other languages if you have to change it
03896 'variantname-kk-arab' => 'kk-arab', # only translate this message to other languages if you have to change it
03897 'variantname-kk'      => 'kk', # only translate this message to other languages if you have to change it
03898 
03899 # Variants for Kurdish language
03900 'variantname-ku-arab' => 'ku-Arab', # only translate this message to other languages if you have to change it
03901 'variantname-ku-latn' => 'ku-Latn', # only translate this message to other languages if you have to change it
03902 'variantname-ku'      => 'ku', # only translate this message to other languages if you have to change it
03903 
03904 # Variants for Tajiki language
03905 'variantname-tg-cyrl' => 'tg-Cyrl', # only translate this message to other languages if you have to change it
03906 'variantname-tg-latn' => 'tg-Latn', # only translate this message to other languages if you have to change it
03907 'variantname-tg'      => 'tg', # only translate this message to other languages if you have to change it
03908 
03909 # Variants for Inuktitut language
03910 'variantname-ike-cans' => 'ike-Cans', # only translate this message to other languages if you have to change it
03911 'variantname-ike-latn' => 'ike-Latn', # only translate this message to other languages if you have to change it
03912 'variantname-iu'       => 'iu', # only translate this message to other languages if you have to change it
03913 
03914 # Variants for Tachelhit language
03915 'variantname-shi-tfng' => 'shi-Tfng', # only translate this message to other languages if you have to change it
03916 'variantname-shi-latn' => 'shi-Latn', # only translate this message to other languages if you have to change it
03917 'variantname-shi'      => 'shi', # only translate this message to other languages if you have to change it
03918 
03919 # Metadata
03920 'metadata'                  => 'Metadata',
03921 'metadata-help'             => 'This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.
03922 If the file has been modified from its original state, some details may not fully reflect the modified file.',
03923 'metadata-expand'           => 'Show extended details',
03924 'metadata-collapse'         => 'Hide extended details',
03925 'metadata-fields'           => 'Image metadata fields listed in this message will be included on image page display when the metadata table is collapsed.
03926 Others will be hidden by default.
03927 * make
03928 * model
03929 * datetimeoriginal
03930 * exposuretime
03931 * fnumber
03932 * isospeedratings
03933 * focallength
03934 * artist
03935 * copyright
03936 * imagedescription
03937 * gpslatitude
03938 * gpslongitude
03939 * gpsaltitude',
03940 'metadata-langitem'         => "'''$2:''' $1", # only translate this message to other languages if you have to change it
03941 'metadata-langitem-default' => '$1', # only translate this message to other languages if you have to change it
03942 
03943 # EXIF tags
03944 'exif-imagewidth'                  => 'Width',
03945 'exif-imagelength'                 => 'Height',
03946 'exif-bitspersample'               => 'Bits per component',
03947 'exif-compression'                 => 'Compression scheme',
03948 'exif-photometricinterpretation'   => 'Pixel composition',
03949 'exif-orientation'                 => 'Orientation',
03950 'exif-samplesperpixel'             => 'Number of components',
03951 'exif-planarconfiguration'         => 'Data arrangement',
03952 'exif-ycbcrsubsampling'            => 'Subsampling ratio of Y to C',
03953 'exif-ycbcrpositioning'            => 'Y and C positioning',
03954 'exif-xresolution'                 => 'Horizontal resolution',
03955 'exif-yresolution'                 => 'Vertical resolution',
03956 'exif-stripoffsets'                => 'Image data location',
03957 'exif-rowsperstrip'                => 'Number of rows per strip',
03958 'exif-stripbytecounts'             => 'Bytes per compressed strip',
03959 'exif-jpeginterchangeformat'       => 'Offset to JPEG SOI',
03960 'exif-jpeginterchangeformatlength' => 'Bytes of JPEG data',
03961 'exif-whitepoint'                  => 'White point chromaticity',
03962 'exif-primarychromaticities'       => 'Chromaticities of primarities',
03963 'exif-ycbcrcoefficients'           => 'Color space transformation matrix coefficients',
03964 'exif-referenceblackwhite'         => 'Pair of black and white reference values',
03965 'exif-datetime'                    => 'File change date and time',
03966 'exif-imagedescription'            => 'Image title',
03967 'exif-make'                        => 'Camera manufacturer',
03968 'exif-model'                       => 'Camera model',
03969 'exif-software'                    => 'Software used',
03970 'exif-artist'                      => 'Author',
03971 'exif-copyright'                   => 'Copyright holder',
03972 'exif-exifversion'                 => 'Exif version',
03973 'exif-flashpixversion'             => 'Supported Flashpix version',
03974 'exif-colorspace'                  => 'Color space',
03975 'exif-componentsconfiguration'     => 'Meaning of each component',
03976 'exif-compressedbitsperpixel'      => 'Image compression mode',
03977 'exif-pixelydimension'             => 'Image width',
03978 'exif-pixelxdimension'             => 'Image height',
03979 'exif-usercomment'                 => 'User comments',
03980 'exif-relatedsoundfile'            => 'Related audio file',
03981 'exif-datetimeoriginal'            => 'Date and time of data generation',
03982 'exif-datetimedigitized'           => 'Date and time of digitizing',
03983 'exif-subsectime'                  => 'DateTime subseconds',
03984 'exif-subsectimeoriginal'          => 'DateTimeOriginal subseconds',
03985 'exif-subsectimedigitized'         => 'DateTimeDigitized subseconds',
03986 'exif-exposuretime'                => 'Exposure time',
03987 'exif-exposuretime-format'         => '$1 sec ($2)',
03988 'exif-fnumber'                     => 'F Number',
03989 'exif-fnumber-format'              => 'f/$1', # only translate this message to other languages if you have to change it
03990 'exif-exposureprogram'             => 'Exposure Program',
03991 'exif-spectralsensitivity'         => 'Spectral sensitivity',
03992 'exif-isospeedratings'             => 'ISO speed rating',
03993 'exif-shutterspeedvalue'           => 'APEX shutter speed',
03994 'exif-aperturevalue'               => 'APEX aperture',
03995 'exif-brightnessvalue'             => 'APEX brightness',
03996 'exif-exposurebiasvalue'           => 'APEX exposure bias',
03997 'exif-maxaperturevalue'            => 'Maximum land aperture',
03998 'exif-subjectdistance'             => 'Subject distance',
03999 'exif-meteringmode'                => 'Metering mode',
04000 'exif-lightsource'                 => 'Light source',
04001 'exif-flash'                       => 'Flash',
04002 'exif-focallength'                 => 'Lens focal length',
04003 'exif-focallength-format'          => '$1 mm', # only translate this message to other languages if you have to change it
04004 'exif-subjectarea'                 => 'Subject area',
04005 'exif-flashenergy'                 => 'Flash energy',
04006 'exif-focalplanexresolution'       => 'Focal plane X resolution',
04007 'exif-focalplaneyresolution'       => 'Focal plane Y resolution',
04008 'exif-focalplaneresolutionunit'    => 'Focal plane resolution unit',
04009 'exif-subjectlocation'             => 'Subject location',
04010 'exif-exposureindex'               => 'Exposure index',
04011 'exif-sensingmethod'               => 'Sensing method',
04012 'exif-filesource'                  => 'File source',
04013 'exif-scenetype'                   => 'Scene type',
04014 'exif-customrendered'              => 'Custom image processing',
04015 'exif-exposuremode'                => 'Exposure mode',
04016 'exif-whitebalance'                => 'White balance',
04017 'exif-digitalzoomratio'            => 'Digital zoom ratio',
04018 'exif-focallengthin35mmfilm'       => 'Focal length in 35 mm film',
04019 'exif-scenecapturetype'            => 'Scene capture type',
04020 'exif-gaincontrol'                 => 'Scene control',
04021 'exif-contrast'                    => 'Contrast',
04022 'exif-saturation'                  => 'Saturation',
04023 'exif-sharpness'                   => 'Sharpness',
04024 'exif-devicesettingdescription'    => 'Device settings description',
04025 'exif-subjectdistancerange'        => 'Subject distance range',
04026 'exif-imageuniqueid'               => 'Unique image ID',
04027 'exif-gpsversionid'                => 'GPS tag version',
04028 'exif-gpslatituderef'              => 'North or south latitude',
04029 'exif-gpslatitude'                 => 'Latitude',
04030 'exif-gpslongituderef'             => 'East or west longitude',
04031 'exif-gpslongitude'                => 'Longitude',
04032 'exif-gpsaltituderef'              => 'Altitude reference',
04033 'exif-gpsaltitude'                 => 'Altitude',
04034 'exif-gpstimestamp'                => 'GPS time (atomic clock)',
04035 'exif-gpssatellites'               => 'Satellites used for measurement',
04036 'exif-gpsstatus'                   => 'Receiver status',
04037 'exif-gpsmeasuremode'              => 'Measurement mode',
04038 'exif-gpsdop'                      => 'Measurement precision',
04039 'exif-gpsspeedref'                 => 'Speed unit',
04040 'exif-gpsspeed'                    => 'Speed of GPS receiver',
04041 'exif-gpstrackref'                 => 'Reference for direction of movement',
04042 'exif-gpstrack'                    => 'Direction of movement',
04043 'exif-gpsimgdirectionref'          => 'Reference for direction of image',
04044 'exif-gpsimgdirection'             => 'Direction of image',
04045 'exif-gpsmapdatum'                 => 'Geodetic survey data used',
04046 'exif-gpsdestlatituderef'          => 'Reference for latitude of destination',
04047 'exif-gpsdestlatitude'             => 'Latitude destination',
04048 'exif-gpsdestlongituderef'         => 'Reference for longitude of destination',
04049 'exif-gpsdestlongitude'            => 'Longitude of destination',
04050 'exif-gpsdestbearingref'           => 'Reference for bearing of destination',
04051 'exif-gpsdestbearing'              => 'Bearing of destination',
04052 'exif-gpsdestdistanceref'          => 'Reference for distance to destination',
04053 'exif-gpsdestdistance'             => 'Distance to destination',
04054 'exif-gpsprocessingmethod'         => 'Name of GPS processing method',
04055 'exif-gpsareainformation'          => 'Name of GPS area',
04056 'exif-gpsdatestamp'                => 'GPS date',
04057 'exif-gpsdifferential'             => 'GPS differential correction',
04058 'exif-coordinate-format'           => '$1° $2′ $3″ $4', # only translate this message to other languages if you have to change it
04059 'exif-jpegfilecomment'             => 'JPEG file comment',
04060 'exif-keywords'                    => 'Keywords',
04061 'exif-worldregioncreated'          => 'World region that the picture was taken in',
04062 'exif-countrycreated'              => 'Country that the picture was taken in',
04063 'exif-countrycodecreated'          => 'Code for the country that the picture was taken in',
04064 'exif-provinceorstatecreated'      => 'Province or state that the picture was taken in',
04065 'exif-citycreated'                 => 'City that the picture was taken in',
04066 'exif-sublocationcreated'          => 'Sublocation of the city that the picture was taken in',
04067 'exif-worldregiondest'             => 'World region shown',
04068 'exif-countrydest'                 => 'Country shown',
04069 'exif-countrycodedest'             => 'Code for country shown',
04070 'exif-provinceorstatedest'         => 'Province or state shown',
04071 'exif-citydest'                    => 'City shown',
04072 'exif-sublocationdest'             => 'Sublocation of city shown',
04073 'exif-objectname'                  => 'Short title',
04074 'exif-specialinstructions'         => 'Special instructions',
04075 'exif-headline'                    => 'Headline',
04076 'exif-credit'                      => 'Credit/Provider',
04077 'exif-source'                      => 'Source',
04078 'exif-editstatus'                  => 'Editorial status of image',
04079 'exif-urgency'                     => 'Urgency',
04080 'exif-fixtureidentifier'           => 'Fixture name',
04081 'exif-locationdest'                => 'Location depicted',
04082 'exif-locationdestcode'            => 'Code of location depicted',
04083 'exif-objectcycle'                 => 'Time of day that media is intended for',
04084 'exif-contact'                     => 'Contact information',
04085 'exif-writer'                      => 'Writer',
04086 'exif-languagecode'                => 'Language',
04087 'exif-iimversion'                  => 'IIM version',
04088 'exif-iimcategory'                 => 'Category',
04089 'exif-iimsupplementalcategory'     => 'Supplemental categories',
04090 'exif-datetimeexpires'             => 'Do not use after',
04091 'exif-datetimereleased'            => 'Released on',
04092 'exif-originaltransmissionref'     => 'Original transmission location code',
04093 'exif-identifier'                  => 'Identifier',
04094 'exif-lens'                        => 'Lens used',
04095 'exif-serialnumber'                => 'Serial number of camera',
04096 'exif-cameraownername'             => 'Owner of camera',
04097 'exif-label'                       => 'Label',
04098 'exif-datetimemetadata'            => 'Date metadata was last modified',
04099 'exif-nickname'                    => 'Informal name of image',
04100 'exif-rating'                      => 'Rating (out of 5)',
04101 'exif-rightscertificate'           => 'Rights management certificate',
04102 'exif-copyrighted'                 => 'Copyright status',
04103 'exif-copyrightowner'              => 'Copyright owner',
04104 'exif-usageterms'                  => 'Usage terms',
04105 'exif-webstatement'                => 'Online copyright statement',
04106 'exif-originaldocumentid'          => 'Unique ID of original document',
04107 'exif-licenseurl'                  => 'URL for copyright license',
04108 'exif-morepermissionsurl'          => 'Alternative licensing information',
04109 'exif-attributionurl'              => 'When re-using this work, please link to',
04110 'exif-preferredattributionname'    => 'When re-using this work, please credit',
04111 'exif-pngfilecomment'              => 'PNG file comment',
04112 'exif-disclaimer'                  => 'Disclaimer',
04113 'exif-contentwarning'              => 'Content warning',
04114 'exif-giffilecomment'              => 'GIF file comment',
04115 'exif-intellectualgenre'           => 'Type of item',
04116 'exif-subjectnewscode'             => 'Subject code',
04117 'exif-scenecode'                   => 'IPTC scene code',
04118 'exif-event'                       => 'Event depicted',
04119 'exif-organisationinimage'         => 'Organization depicted',
04120 'exif-personinimage'               => 'Person depicted',
04121 'exif-originalimageheight'         => 'Height of image before it was cropped',
04122 'exif-originalimagewidth'          => 'Width of image before it was cropped',
04123 
04124 # Make & model, can be wikified in order to link to the camera and model name
04125 'exif-make-value'             => '$1', # do not translate or duplicate this message to other languages
04126 'exif-model-value'            => '$1', # do not translate or duplicate this message to other languages
04127 'exif-software-value'         => '$1', # do not translate or duplicate this message to other languages
04128 'exif-software-version-value' => '$1 (Version $2)', # do not translate or duplicate this message to other languages
04129 'exif-contact-value'          => '$1
04130 
04131 $2
04132 <div class="adr">
04133 $3
04134 
04135 $4, $5, $6 $7
04136 </div>
04137 $8', # only translate this message to other languages if you have to change it
04138 'exif-subjectnewscode-value'  => '$2 ($1)', # only translate this message to other languages if you have to change it
04139 
04140 # EXIF attributes
04141 'exif-compression-1'     => 'Uncompressed',
04142 'exif-compression-2'     => 'CCITT Group 3 1-Dimensional Modified Huffman run length encoding',
04143 'exif-compression-3'     => 'CCITT Group 3 fax encoding',
04144 'exif-compression-4'     => 'CCITT Group 4 fax encoding',
04145 'exif-compression-5'     => 'LZW', # only translate this message to other languages if you have to change it
04146 'exif-compression-6'     => 'JPEG (old)', # only translate this message to other languages if you have to change it
04147 'exif-compression-7'     => 'JPEG', # only translate this message to other languages if you have to change it
04148 'exif-compression-8'     => 'Deflate (Adobe)', # only translate this message to other languages if you have to change it
04149 'exif-compression-32773' => 'PackBits (Macintosh RLE)', # only translate this message to other languages if you have to change it
04150 'exif-compression-32946' => 'Deflate (PKZIP)', # only translate this message to other languages if you have to change it
04151 'exif-compression-34712' => 'JPEG2000', # only translate this message to other languages if you have to change it
04152 
04153 'exif-copyrighted-true'  => 'Copyrighted',
04154 'exif-copyrighted-false' => 'Copyright status not set',
04155 
04156 'exif-photometricinterpretation-2' => 'RGB', # only translate this message to other languages if you have to change it
04157 'exif-photometricinterpretation-6' => 'YCbCr', # only translate this message to other languages if you have to change it
04158 
04159 'exif-unknowndate' => 'Unknown date',
04160 
04161 'exif-orientation-1' => 'Normal',
04162 'exif-orientation-2' => 'Flipped horizontally',
04163 'exif-orientation-3' => 'Rotated 180°',
04164 'exif-orientation-4' => 'Flipped vertically',
04165 'exif-orientation-5' => 'Rotated 90° CCW and flipped vertically',
04166 'exif-orientation-6' => 'Rotated 90° CCW',
04167 'exif-orientation-7' => 'Rotated 90° CW and flipped vertically',
04168 'exif-orientation-8' => 'Rotated 90° CW',
04169 
04170 'exif-planarconfiguration-1' => 'chunky format',
04171 'exif-planarconfiguration-2' => 'planar format',
04172 
04173 'exif-xyresolution-i' => '$1 dpi', # only translate this message to other languages if you have to change it
04174 'exif-xyresolution-c' => '$1 dpc', # only translate this message to other languages if you have to change it
04175 
04176 'exif-colorspace-1'     => 'sRGB', # only translate this message to other languages if you have to change it
04177 'exif-colorspace-65535' => 'Uncalibrated',
04178 
04179 'exif-componentsconfiguration-0' => 'does not exist',
04180 'exif-componentsconfiguration-1' => 'Y', # only translate this message to other languages if you have to change it
04181 'exif-componentsconfiguration-2' => 'Cb', # only translate this message to other languages if you have to change it
04182 'exif-componentsconfiguration-3' => 'Cr', # only translate this message to other languages if you have to change it
04183 'exif-componentsconfiguration-4' => 'R', # only translate this message to other languages if you have to change it
04184 'exif-componentsconfiguration-5' => 'G', # only translate this message to other languages if you have to change it
04185 'exif-componentsconfiguration-6' => 'B', # only translate this message to other languages if you have to change it
04186 
04187 'exif-exposureprogram-0' => 'Not defined',
04188 'exif-exposureprogram-1' => 'Manual',
04189 'exif-exposureprogram-2' => 'Normal program',
04190 'exif-exposureprogram-3' => 'Aperture priority',
04191 'exif-exposureprogram-4' => 'Shutter priority',
04192 'exif-exposureprogram-5' => 'Creative program (biased toward depth of field)',
04193 'exif-exposureprogram-6' => 'Action program (biased toward fast shutter speed)',
04194 'exif-exposureprogram-7' => 'Portrait mode (for closeup photos with the background out of focus)',
04195 'exif-exposureprogram-8' => 'Landscape mode (for landscape photos with the background in focus)',
04196 
04197 'exif-subjectdistance-value' => '$1 meters',
04198 
04199 'exif-meteringmode-0'   => 'Unknown',
04200 'exif-meteringmode-1'   => 'Average',
04201 'exif-meteringmode-2'   => 'Center weighted average',
04202 'exif-meteringmode-3'   => 'Spot',
04203 'exif-meteringmode-4'   => 'Multi-Spot',
04204 'exif-meteringmode-5'   => 'Pattern',
04205 'exif-meteringmode-6'   => 'Partial',
04206 'exif-meteringmode-255' => 'Other',
04207 
04208 'exif-lightsource-0'   => 'Unknown',
04209 'exif-lightsource-1'   => 'Daylight',
04210 'exif-lightsource-2'   => 'Fluorescent',
04211 'exif-lightsource-3'   => 'Tungsten (incandescent light)',
04212 'exif-lightsource-4'   => 'Flash',
04213 'exif-lightsource-9'   => 'Fine weather',
04214 'exif-lightsource-10'  => 'Cloudy weather',
04215 'exif-lightsource-11'  => 'Shade',
04216 'exif-lightsource-12'  => 'Daylight fluorescent (D 5700 – 7100K)',
04217 'exif-lightsource-13'  => 'Day white fluorescent (N 4600 – 5400K)',
04218 'exif-lightsource-14'  => 'Cool white fluorescent (W 3900 – 4500K)',
04219 'exif-lightsource-15'  => 'White fluorescent (WW 3200 – 3700K)',
04220 'exif-lightsource-17'  => 'Standard light A',
04221 'exif-lightsource-18'  => 'Standard light B',
04222 'exif-lightsource-19'  => 'Standard light C',
04223 'exif-lightsource-20'  => 'D55', # only translate this message to other languages if you have to change it
04224 'exif-lightsource-21'  => 'D65', # only translate this message to other languages if you have to change it
04225 'exif-lightsource-22'  => 'D75', # only translate this message to other languages if you have to change it
04226 'exif-lightsource-23'  => 'D50', # only translate this message to other languages if you have to change it
04227 'exif-lightsource-24'  => 'ISO studio tungsten',
04228 'exif-lightsource-255' => 'Other light source',
04229 
04230 # Flash modes
04231 'exif-flash-fired-0'    => 'Flash did not fire',
04232 'exif-flash-fired-1'    => 'Flash fired',
04233 'exif-flash-return-0'   => 'no strobe return detection function',
04234 'exif-flash-return-2'   => 'strobe return light not detected',
04235 'exif-flash-return-3'   => 'strobe return light detected',
04236 'exif-flash-mode-1'     => 'compulsory flash firing',
04237 'exif-flash-mode-2'     => 'compulsory flash suppression',
04238 'exif-flash-mode-3'     => 'auto mode',
04239 'exif-flash-function-1' => 'No flash function',
04240 'exif-flash-redeye-1'   => 'red-eye reduction mode',
04241 
04242 'exif-focalplaneresolutionunit-2' => 'inches',
04243 
04244 'exif-sensingmethod-1' => 'Undefined',
04245 'exif-sensingmethod-2' => 'One-chip color area sensor',
04246 'exif-sensingmethod-3' => 'Two-chip color area sensor',
04247 'exif-sensingmethod-4' => 'Three-chip color area sensor',
04248 'exif-sensingmethod-5' => 'Color sequential area sensor',
04249 'exif-sensingmethod-7' => 'Trilinear sensor',
04250 'exif-sensingmethod-8' => 'Color sequential linear sensor',
04251 
04252 'exif-filesource-3' => 'Digital still camera',
04253 
04254 'exif-scenetype-1' => 'A directly photographed image',
04255 
04256 'exif-customrendered-0' => 'Normal process',
04257 'exif-customrendered-1' => 'Custom process',
04258 
04259 'exif-exposuremode-0' => 'Auto exposure',
04260 'exif-exposuremode-1' => 'Manual exposure',
04261 'exif-exposuremode-2' => 'Auto bracket',
04262 
04263 'exif-whitebalance-0' => 'Auto white balance',
04264 'exif-whitebalance-1' => 'Manual white balance',
04265 
04266 'exif-scenecapturetype-0' => 'Standard',
04267 'exif-scenecapturetype-1' => 'Landscape',
04268 'exif-scenecapturetype-2' => 'Portrait',
04269 'exif-scenecapturetype-3' => 'Night scene',
04270 
04271 'exif-gaincontrol-0' => 'None',
04272 'exif-gaincontrol-1' => 'Low gain up',
04273 'exif-gaincontrol-2' => 'High gain up',
04274 'exif-gaincontrol-3' => 'Low gain down',
04275 'exif-gaincontrol-4' => 'High gain down',
04276 
04277 'exif-contrast-0' => 'Normal',
04278 'exif-contrast-1' => 'Soft',
04279 'exif-contrast-2' => 'Hard',
04280 
04281 'exif-saturation-0' => 'Normal',
04282 'exif-saturation-1' => 'Low saturation',
04283 'exif-saturation-2' => 'High saturation',
04284 
04285 'exif-sharpness-0' => 'Normal',
04286 'exif-sharpness-1' => 'Soft',
04287 'exif-sharpness-2' => 'Hard',
04288 
04289 'exif-subjectdistancerange-0' => 'Unknown',
04290 'exif-subjectdistancerange-1' => 'Macro',
04291 'exif-subjectdistancerange-2' => 'Close view',
04292 'exif-subjectdistancerange-3' => 'Distant view',
04293 
04294 # Pseudotags used for GPSLatitudeRef and GPSDestLatitudeRef
04295 'exif-gpslatitude-n' => 'North latitude',
04296 'exif-gpslatitude-s' => 'South latitude',
04297 
04298 # Pseudotags used for GPSLongitudeRef and GPSDestLongitudeRef
04299 'exif-gpslongitude-e' => 'East longitude',
04300 'exif-gpslongitude-w' => 'West longitude',
04301 
04302 # Pseudotags used for GPSAltitudeRef
04303 'exif-gpsaltitude-above-sealevel' => '$1 {{PLURAL:$1|meter|meters}} above sea level',
04304 'exif-gpsaltitude-below-sealevel' => '$1 {{PLURAL:$1|meter|meters}} below sea level',
04305 
04306 'exif-gpsstatus-a' => 'Measurement in progress',
04307 'exif-gpsstatus-v' => 'Measurement interoperability',
04308 
04309 'exif-gpsmeasuremode-2' => '2-dimensional measurement',
04310 'exif-gpsmeasuremode-3' => '3-dimensional measurement',
04311 
04312 # Pseudotags used for GPSSpeedRef
04313 'exif-gpsspeed-k' => 'Kilometers per hour',
04314 'exif-gpsspeed-m' => 'Miles per hour',
04315 'exif-gpsspeed-n' => 'Knots',
04316 
04317 # Pseudotags used for GPSDestDistanceRef
04318 'exif-gpsdestdistance-k' => 'Kilometers',
04319 'exif-gpsdestdistance-m' => 'Miles',
04320 'exif-gpsdestdistance-n' => 'Nautical miles',
04321 
04322 'exif-gpsdop-excellent' => 'Excellent ($1)',
04323 'exif-gpsdop-good'      => 'Good ($1)',
04324 'exif-gpsdop-moderate'  => 'Moderate ($1)',
04325 'exif-gpsdop-fair'      => 'Fair ($1)',
04326 'exif-gpsdop-poor'      => 'Poor ($1)',
04327 
04328 'exif-objectcycle-a' => 'Morning only',
04329 'exif-objectcycle-p' => 'Evening only',
04330 'exif-objectcycle-b' => 'Both morning and evening',
04331 
04332 # Pseudotags used for GPSTrackRef, GPSImgDirectionRef and GPSDestBearingRef
04333 'exif-gpsdirection-t' => 'True direction',
04334 'exif-gpsdirection-m' => 'Magnetic direction',
04335 
04336 'exif-ycbcrpositioning-1' => 'Centered',
04337 'exif-ycbcrpositioning-2' => 'Co-sited',
04338 
04339 'exif-dc-contributor' => 'Contributors',
04340 'exif-dc-coverage'    => 'Spatial or temporal scope of media',
04341 'exif-dc-date'        => 'Date(s)',
04342 'exif-dc-publisher'   => 'Publisher',
04343 'exif-dc-relation'    => 'Related media',
04344 'exif-dc-rights'      => 'Rights',
04345 'exif-dc-source'      => 'Source media',
04346 'exif-dc-type'        => 'Type of media',
04347 
04348 'exif-rating-rejected' => 'Rejected',
04349 
04350 'exif-isospeedratings-overflow' => 'Greater than 65535',
04351 
04352 'exif-maxaperturevalue-value' => '$1 APEX (f/$2)', # only translate this message to other languages if you have to change it
04353 
04354 'exif-iimcategory-ace' => 'Arts, culture and entertainment',
04355 'exif-iimcategory-clj' => 'Crime and law',
04356 'exif-iimcategory-dis' => 'Disasters and accidents',
04357 'exif-iimcategory-fin' => 'Economy and business',
04358 'exif-iimcategory-edu' => 'Education',
04359 'exif-iimcategory-evn' => 'Environment',
04360 'exif-iimcategory-hth' => 'Health',
04361 'exif-iimcategory-hum' => 'Human interest',
04362 'exif-iimcategory-lab' => 'Labor',
04363 'exif-iimcategory-lif' => 'Lifestyle and leisure',
04364 'exif-iimcategory-pol' => 'Politics',
04365 'exif-iimcategory-rel' => 'Religion and belief',
04366 'exif-iimcategory-sci' => 'Science and technology',
04367 'exif-iimcategory-soi' => 'Social issues',
04368 'exif-iimcategory-spo' => 'Sports',
04369 'exif-iimcategory-war' => 'War, conflict and unrest',
04370 'exif-iimcategory-wea' => 'Weather',
04371 
04372 'exif-urgency-normal' => 'Normal ($1)',
04373 'exif-urgency-low'    => 'Low ($1)',
04374 'exif-urgency-high'   => 'High ($1)',
04375 'exif-urgency-other'  => 'User-defined priority ($1)',
04376 
04377 # External editor support
04378 'edit-externally'      => 'Edit this file using an external application',
04379 'edit-externally-help' => '(See the [https://www.mediawiki.org/wiki/Manual:External_editors setup instructions] for more information)',
04380 
04381 # 'all' in various places, this might be different for inflected languages
04382 'watchlistall2' => 'all',
04383 'namespacesall' => 'all',
04384 'monthsall'     => 'all',
04385 'limitall'      => 'all',
04386 
04387 # Email address confirmation
04388 'confirmemail'              => 'Confirm email address',
04389 'confirmemail_noemail'      => 'You do not have a valid email address set in your [[Special:Preferences|user preferences]].',
04390 'confirmemail_text'         => '{{SITENAME}} requires that you validate your email address before using email features.
04391 Activate the button below to send a confirmation mail to your address.
04392 The mail will include a link containing a code;
04393 load the link in your browser to confirm that your email address is valid.',
04394 'confirmemail_pending'      => 'A confirmation code has already been emailed to you;
04395 if you recently created your account, you may wish to wait a few minutes for it to arrive before trying to request a new code.',
04396 'confirmemail_send'         => 'Mail a confirmation code',
04397 'confirmemail_sent'         => 'Confirmation email sent.',
04398 'confirmemail_oncreate'     => 'A confirmation code was sent to your email address.
04399 This code is not required to log in, but you will need to provide it before enabling any email-based features in the wiki.',
04400 'confirmemail_sendfailed'   => '{{SITENAME}} could not send your confirmation mail.
04401 Please check your email address for invalid characters.
04402 
04403 Mailer returned: $1',
04404 'confirmemail_invalid'      => 'Invalid confirmation code.
04405 The code may have expired.',
04406 'confirmemail_needlogin'    => 'You need to $1 to confirm your email address.',
04407 'confirmemail_success'      => 'Your email address has been confirmed.
04408 You may now [[Special:UserLogin|log in]] and enjoy the wiki.',
04409 'confirmemail_loggedin'     => 'Your email address has now been confirmed.',
04410 'confirmemail_error'        => 'Something went wrong saving your confirmation.',
04411 'confirmemail_subject'      => '{{SITENAME}} email address confirmation',
04412 'confirmemail_body'         => 'Someone, probably you, from IP address $1,
04413 has registered an account "$2" with this email address on {{SITENAME}}.
04414 
04415 To confirm that this account really does belong to you and activate
04416 email features on {{SITENAME}}, open this link in your browser:
04417 
04418 $3
04419 
04420 If you did *not* register the account, follow this link
04421 to cancel the email address confirmation:
04422 
04423 $5
04424 
04425 This confirmation code will expire at $4.',
04426 'confirmemail_body_changed' => 'Someone, probably you, from IP address $1,
04427 has changed the email address of the account "$2" to this address on {{SITENAME}}.
04428 
04429 To confirm that this account really does belong to you and reactivate
04430 email features on {{SITENAME}}, open this link in your browser:
04431 
04432 $3
04433 
04434 If the account does *not* belong to you, follow this link
04435 to cancel the email address confirmation:
04436 
04437 $5
04438 
04439 This confirmation code will expire at $4.',
04440 'confirmemail_body_set'     => 'Someone, probably you, from IP address $1,
04441 has set the email address of the account "$2" to this address on {{SITENAME}}.
04442 
04443 To confirm that this account really does belong to you and activate
04444 email features on {{SITENAME}}, open this link in your browser:
04445 
04446 $3
04447 
04448 If the account does *not* belong to you, follow this link
04449 to cancel the email address confirmation:
04450 
04451 $5
04452 
04453 This confirmation code will expire at $4.',
04454 'confirmemail_invalidated'  => 'Email address confirmation canceled',
04455 'invalidateemail'           => 'Cancel email confirmation',
04456 
04457 # Scary transclusion
04458 'scarytranscludedisabled' => '[Interwiki transcluding is disabled]',
04459 'scarytranscludefailed'   => '[Template fetch failed for $1]',
04460 'scarytranscludetoolong'  => '[URL is too long]',
04461 
04462 # Delete conflict
04463 'deletedwhileediting'      => "'''Warning:''' This page was deleted after you started editing!",
04464 'confirmrecreate'          => "User [[User:$1|$1]] ([[User talk:$1|talk]]) deleted this page after you started editing with reason:
04465 : ''$2''
04466 Please confirm that you really want to recreate this page.",
04467 'confirmrecreate-noreason' => 'User [[User:$1|$1]] ([[User talk:$1|talk]]) deleted this page after you started editing. Please confirm that you really want to recreate this page.',
04468 'recreate'                 => 'Recreate',
04469 
04470 'unit-pixel' => 'px', # only translate this message to other languages if you have to change it
04471 
04472 # action=purge
04473 'confirm_purge_button' => 'OK',
04474 'confirm-purge-top'    => 'Clear the cache of this page?',
04475 'confirm-purge-bottom' => 'Purging a page clears the cache and forces the most current revision to appear.',
04476 
04477 # action=watch/unwatch
04478 'confirm-watch-button'   => 'OK',
04479 'confirm-watch-top'      => 'Add this page to your watchlist?',
04480 'confirm-unwatch-button' => 'OK',
04481 'confirm-unwatch-top'    => 'Remove this page from your watchlist?',
04482 
04483 # Separators for various lists, etc.
04484 'semicolon-separator' => ';&#32;', # only translate this message to other languages if you have to change it
04485 'comma-separator'     => ',&#32;', # only translate this message to other languages if you have to change it
04486 'colon-separator'     => ':&#32;', # only translate this message to other languages if you have to change it
04487 'autocomment-prefix'  => '-&#32;', # only translate this message to other languages if you have to change it
04488 'pipe-separator'      => '&#32;|&#32;', # only translate this message to other languages if you have to change it
04489 'word-separator'      => '&#32;', # only translate this message to other languages if you have to change it
04490 'ellipsis'            => '...', # only translate this message to other languages if you have to change it
04491 'percent'             => '$1%', # only translate this message to other languages if you have to change it
04492 'parentheses'         => '($1)', # only translate this message to other languages if you have to change it
04493 'brackets'            => '[$1]', # only translate this message to other languages if you have to change it
04494 
04495 # Multipage image navigation
04496 'imgmultipageprev' => '← previous page',
04497 'imgmultipagenext' => 'next page →',
04498 'imgmultigo'       => 'Go!',
04499 'imgmultigoto'     => 'Go to page $1',
04500 
04501 # Table pager
04502 'ascending_abbrev'         => 'asc',
04503 'descending_abbrev'        => 'desc',
04504 'table_pager_next'         => 'Next page',
04505 'table_pager_prev'         => 'Previous page',
04506 'table_pager_first'        => 'First page',
04507 'table_pager_last'         => 'Last page',
04508 'table_pager_limit'        => 'Show $1 items per page',
04509 'table_pager_limit_label'  => 'Items per page:',
04510 'table_pager_limit_submit' => 'Go',
04511 'table_pager_empty'        => 'No results',
04512 
04513 # Auto-summaries
04514 'autosumm-blank'   => 'Blanked the page',
04515 'autosumm-replace' => 'Replaced content with "$1"',
04516 'autoredircomment' => 'Redirected page to [[$1]]',
04517 'autosumm-new'     => 'Created page with "$1"',
04518 
04519 # Autoblock whitelist
04520 'autoblock_whitelist' => 'AOL http://webmaster.info.aol.com/proxyinfo.html
04521 *64.12.96.0/19
04522 *149.174.160.0/20
04523 *152.163.240.0/21
04524 *152.163.248.0/22
04525 *152.163.252.0/23
04526 *152.163.96.0/22
04527 *152.163.100.0/23
04528 *195.93.32.0/22
04529 *195.93.48.0/22
04530 *195.93.64.0/19
04531 *195.93.96.0/19
04532 *195.93.16.0/20
04533 *198.81.0.0/22
04534 *198.81.16.0/20
04535 *198.81.8.0/23
04536 *202.67.64.128/25
04537 *205.188.192.0/20
04538 *205.188.208.0/23
04539 *205.188.112.0/20
04540 *205.188.146.144/30
04541 *207.200.112.0/21', # do not translate or duplicate this message to other languages
04542 
04543 # Size units
04544 'size-bytes'      => '$1 B', # only translate this message to other languages if you have to change it
04545 'size-kilobytes'  => '$1 KB', # only translate this message to other languages if you have to change it
04546 'size-megabytes'  => '$1 MB', # only translate this message to other languages if you have to change it
04547 'size-gigabytes'  => '$1 GB', # only translate this message to other languages if you have to change it
04548 'size-terabytes'  => '$1 TB', # only translate this message to other languages if you have to change it
04549 'size-petabytes'  => '$1 PB', # only translate this message to other languages if you have to change it
04550 'size-exabytes'   => '$1 EB', # only translate this message to other languages if you have to change it
04551 'size-zetabytes'  => '$1 ZB', # only translate this message to other languages if you have to change it
04552 'size-yottabytes' => '$1 YB', # only translate this message to other languages if you have to change it
04553 
04554 # Bitrate units
04555 'bitrate-bits'      => '$1 bps', # only translate this message to other languages if you have to change it
04556 'bitrate-kilobits'  => '$1 kbps', # only translate this message to other languages if you have to change it
04557 'bitrate-megabits'  => '$1 Mbps', # only translate this message to other languages if you have to change it
04558 'bitrate-gigabits'  => '$1 Gbps', # only translate this message to other languages if you have to change it
04559 'bitrate-terabits'  => '$1 Tbps', # only translate this message to other languages if you have to change it
04560 'bitrate-petabits'  => '$1 Pbps', # only translate this message to other languages if you have to change it
04561 'bitrate-exabits'   => '$1 Ebps', # only translate this message to other languages if you have to change it
04562 'bitrate-zetabits'  => '$1 Zbps', # only translate this message to other languages if you have to change it
04563 'bitrate-yottabits' => '$1 Ybps', # only translate this message to other languages if you have to change it
04564 
04565 # Live preview
04566 'livepreview-loading' => 'Loading...',
04567 'livepreview-ready'   => 'Loading... Ready!',
04568 'livepreview-failed'  => 'Live preview failed!
04569 Try normal preview.',
04570 'livepreview-error'   => 'Failed to connect: $1 "$2".
04571 Try normal preview.',
04572 
04573 # Friendlier slave lag warnings
04574 'lag-warn-normal' => 'Changes newer than $1 {{PLURAL:$1|second|seconds}} may not be shown in this list.',
04575 'lag-warn-high'   => 'Due to high database server lag, changes newer than $1 {{PLURAL:$1|second|seconds}} may not be shown in this list.',
04576 
04577 # Watchlist editor
04578 'editwatchlist-summary'        => '', # do not translate or duplicate this message to other languages
04579 'watchlistedit-numitems'       => 'Your watchlist contains {{PLURAL:$1|1 title|$1 titles}}, excluding talk pages.',
04580 'watchlistedit-noitems'        => 'Your watchlist contains no titles.',
04581 'watchlistedit-normal-title'   => 'Edit watchlist',
04582 'watchlistedit-normal-legend'  => 'Remove titles from watchlist',
04583 'watchlistedit-normal-explain' => 'Titles on your watchlist are shown below.
04584 To remove a title, check the box next to it, and click "{{int:Watchlistedit-normal-submit}}".
04585 You can also [[Special:EditWatchlist/raw|edit the raw list]].',
04586 'watchlistedit-normal-submit'  => 'Remove titles',
04587 'watchlistedit-normal-done'    => '{{PLURAL:$1|1 title was|$1 titles were}} removed from your watchlist:',
04588 'watchlistedit-raw-title'      => 'Edit raw watchlist',
04589 'watchlistedit-raw-legend'     => 'Edit raw watchlist',
04590 'watchlistedit-raw-explain'    => 'Titles on your watchlist are shown below, and can be edited by adding to and removing from the list;
04591 one title per line.
04592 When finished, click "{{int:Watchlistedit-raw-submit}}".
04593 You can also [[Special:EditWatchlist|use the standard editor]].',
04594 'watchlistedit-raw-titles'     => 'Titles:',
04595 'watchlistedit-raw-submit'     => 'Update watchlist',
04596 'watchlistedit-raw-done'       => 'Your watchlist has been updated.',
04597 'watchlistedit-raw-added'      => '{{PLURAL:$1|1 title was|$1 titles were}} added:',
04598 'watchlistedit-raw-removed'    => '{{PLURAL:$1|1 title was|$1 titles were}} removed:',
04599 
04600 # Watchlist editing tools
04601 'watchlisttools-view' => 'View relevant changes',
04602 'watchlisttools-edit' => 'View and edit watchlist',
04603 'watchlisttools-raw'  => 'Edit raw watchlist',
04604 
04605 # Iranian month names
04606 'iranian-calendar-m1'  => 'Farvardin', # only translate this message to other languages if you have to change it
04607 'iranian-calendar-m2'  => 'Ordibehesht', # only translate this message to other languages if you have to change it
04608 'iranian-calendar-m3'  => 'Khordad', # only translate this message to other languages if you have to change it
04609 'iranian-calendar-m4'  => 'Tir', # only translate this message to other languages if you have to change it
04610 'iranian-calendar-m5'  => 'Mordad', # only translate this message to other languages if you have to change it
04611 'iranian-calendar-m6'  => 'Shahrivar', # only translate this message to other languages if you have to change it
04612 'iranian-calendar-m7'  => 'Mehr', # only translate this message to other languages if you have to change it
04613 'iranian-calendar-m8'  => 'Aban', # only translate this message to other languages if you have to change it
04614 'iranian-calendar-m9'  => 'Azar', # only translate this message to other languages if you have to change it
04615 'iranian-calendar-m10' => 'Dey', # only translate this message to other languages if you have to change it
04616 'iranian-calendar-m11' => 'Bahman', # only translate this message to other languages if you have to change it
04617 'iranian-calendar-m12' => 'Esfand', # only translate this message to other languages if you have to change it
04618 
04619 # Hijri month names
04620 'hijri-calendar-m1'  => 'Muharram', # only translate this message to other languages if you have to change it
04621 'hijri-calendar-m2'  => 'Safar', # only translate this message to other languages if you have to change it
04622 'hijri-calendar-m3'  => "Rabi' al-awwal", # only translate this message to other languages if you have to change it
04623 'hijri-calendar-m4'  => "Rabi' al-thani", # only translate this message to other languages if you have to change it
04624 'hijri-calendar-m5'  => 'Jumada al-awwal', # only translate this message to other languages if you have to change it
04625 'hijri-calendar-m6'  => 'Jumada al-thani', # only translate this message to other languages if you have to change it
04626 'hijri-calendar-m7'  => 'Rajab', # only translate this message to other languages if you have to change it
04627 'hijri-calendar-m8'  => "Sha'aban", # only translate this message to other languages if you have to change it
04628 'hijri-calendar-m9'  => 'Ramadan', # only translate this message to other languages if you have to change it
04629 'hijri-calendar-m10' => 'Shawwal', # only translate this message to other languages if you have to change it
04630 'hijri-calendar-m11' => "Dhu al-Qi'dah", # only translate this message to other languages if you have to change it
04631 'hijri-calendar-m12' => 'Dhu al-Hijjah', # only translate this message to other languages if you have to change it
04632 
04633 # Hebrew month names
04634 'hebrew-calendar-m1'      => 'Tishrei', # only translate this message to other languages if you have to change it
04635 'hebrew-calendar-m2'      => 'Cheshvan', # only translate this message to other languages if you have to change it
04636 'hebrew-calendar-m3'      => 'Kislev', # only translate this message to other languages if you have to change it
04637 'hebrew-calendar-m4'      => 'Tevet', # only translate this message to other languages if you have to change it
04638 'hebrew-calendar-m5'      => 'Shevat', # only translate this message to other languages if you have to change it
04639 'hebrew-calendar-m6'      => 'Adar', # only translate this message to other languages if you have to change it
04640 'hebrew-calendar-m6a'     => 'Adar I', # only translate this message to other languages if you have to change it
04641 'hebrew-calendar-m6b'     => 'Adar II', # only translate this message to other languages if you have to change it
04642 'hebrew-calendar-m7'      => 'Nisan', # only translate this message to other languages if you have to change it
04643 'hebrew-calendar-m8'      => 'Iyar', # only translate this message to other languages if you have to change it
04644 'hebrew-calendar-m9'      => 'Sivan', # only translate this message to other languages if you have to change it
04645 'hebrew-calendar-m10'     => 'Tamuz', # only translate this message to other languages if you have to change it
04646 'hebrew-calendar-m11'     => 'Av', # only translate this message to other languages if you have to change it
04647 'hebrew-calendar-m12'     => 'Elul', # only translate this message to other languages if you have to change it
04648 'hebrew-calendar-m1-gen'  => 'Tishrei', # only translate this message to other languages if you have to change it
04649 'hebrew-calendar-m2-gen'  => 'Cheshvan', # only translate this message to other languages if you have to change it
04650 'hebrew-calendar-m3-gen'  => 'Kislev', # only translate this message to other languages if you have to change it
04651 'hebrew-calendar-m4-gen'  => 'Tevet', # only translate this message to other languages if you have to change it
04652 'hebrew-calendar-m5-gen'  => 'Shevat', # only translate this message to other languages if you have to change it
04653 'hebrew-calendar-m6-gen'  => 'Adar', # only translate this message to other languages if you have to change it
04654 'hebrew-calendar-m6a-gen' => 'Adar I', # only translate this message to other languages if you have to change it
04655 'hebrew-calendar-m6b-gen' => 'Adar II', # only translate this message to other languages if you have to change it
04656 'hebrew-calendar-m7-gen'  => 'Nisan', # only translate this message to other languages if you have to change it
04657 'hebrew-calendar-m8-gen'  => 'Iyar', # only translate this message to other languages if you have to change it
04658 'hebrew-calendar-m9-gen'  => 'Sivan', # only translate this message to other languages if you have to change it
04659 'hebrew-calendar-m10-gen' => 'Tamuz', # only translate this message to other languages if you have to change it
04660 'hebrew-calendar-m11-gen' => 'Av', # only translate this message to other languages if you have to change it
04661 'hebrew-calendar-m12-gen' => 'Elul', # only translate this message to other languages if you have to change it
04662 
04663 # Signatures
04664 'signature'      => '[[{{ns:user}}:$1|$2]] ([[{{ns:user_talk}}:$1|talk]])',
04665 'signature-anon' => '[[{{#special:Contributions}}/$1|$2]]', # do not translate or duplicate this message to other languages
04666 'timezone-utc'   => 'UTC', # only translate this message to other languages if you have to change it
04667 
04668 # Core parser functions
04669 'unknown_extension_tag' => 'Unknown extension tag "$1"',
04670 'duplicate-defaultsort' => '\'\'\'Warning:\'\'\' Default sort key "$2" overrides earlier default sort key "$1".',
04671 
04672 # Special:Version
04673 'version'                               => 'Version',
04674 'version-summary'                       => '', # do not translate or duplicate this message to other languages
04675 'version-extensions'                    => 'Installed extensions',
04676 'version-specialpages'                  => 'Special pages',
04677 'version-parserhooks'                   => 'Parser hooks',
04678 'version-variables'                     => 'Variables',
04679 'version-antispam'                      => 'Spam prevention',
04680 'version-skins'                         => 'Skins',
04681 'version-api'                           => 'API', # only translate this message to other languages if you have to change it
04682 'version-other'                         => 'Other',
04683 'version-mediahandlers'                 => 'Media handlers',
04684 'version-hooks'                         => 'Hooks',
04685 'version-extension-functions'           => 'Extension functions',
04686 'version-parser-extensiontags'          => 'Parser extension tags',
04687 'version-parser-function-hooks'         => 'Parser function hooks',
04688 'version-hook-name'                     => 'Hook name',
04689 'version-hook-subscribedby'             => 'Subscribed by',
04690 'version-version'                       => '(Version $1)',
04691 'version-svn-revision'                  => '(r$2)', # only translate this message to other languages if you have to change it
04692 'version-license'                       => 'License',
04693 'version-poweredby-credits'             => "This wiki is powered by '''[https://www.mediawiki.org/ MediaWiki]''', copyright © 2001-$1 $2.",
04694 'version-poweredby-others'              => 'others',
04695 'version-license-info'                  => 'MediaWiki is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
04696 
04697 MediaWiki is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
04698 
04699 You should have received [{{SERVER}}{{SCRIPTPATH}}/COPYING a copy of the GNU General Public License] along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA or [//www.gnu.org/licenses/old-licenses/gpl-2.0.html read it online].',
04700 'version-software'                      => 'Installed software',
04701 'version-software-product'              => 'Product',
04702 'version-software-version'              => 'Version',
04703 'version-entrypoints'                   => 'Entry point URLs',
04704 'version-entrypoints-header-entrypoint' => 'Entry point',
04705 'version-entrypoints-header-url'        => 'URL',
04706 'version-entrypoints-articlepath'       => '[https://www.mediawiki.org/wiki/Manual:$wgArticlePath Article path]', # only translate this message to other languages if you have to change it
04707 'version-entrypoints-scriptpath'        => '[https://www.mediawiki.org/wiki/Manual:$wgScriptPath Script path]', # only translate this message to other languages if you have to change it
04708 'version-entrypoints-index-php'         => '[https://www.mediawiki.org/wiki/Manual:index.php index.php]', # do not translate or duplicate this message to other languages
04709 'version-entrypoints-api-php'           => '[https://www.mediawiki.org/wiki/Manual:api.php api.php]', # do not translate or duplicate this message to other languages
04710 'version-entrypoints-load-php'          => '[https://www.mediawiki.org/wiki/Manual:load.php load.php]', # do not translate or duplicate this message to other languages
04711 
04712 # Special:FilePath
04713 'filepath'         => 'File path',
04714 'filepath-page'    => 'File:',
04715 'filepath-submit'  => 'Go',
04716 'filepath-summary' => 'This special page returns the complete path for a file.
04717 Images are shown in full resolution, other file types are started with their associated program directly.',
04718 
04719 # Special:FileDuplicateSearch
04720 'fileduplicatesearch'           => 'Search for duplicate files',
04721 'fileduplicatesearch-summary'   => 'Search for duplicate files based on hash values.',
04722 'fileduplicatesearch-legend'    => 'Search for a duplicate',
04723 'fileduplicatesearch-filename'  => 'Filename:',
04724 'fileduplicatesearch-submit'    => 'Search',
04725 'fileduplicatesearch-info'      => '$1 × $2 pixel<br />File size: $3<br />MIME type: $4',
04726 'fileduplicatesearch-result-1'  => 'The file "$1" has no identical duplication.',
04727 'fileduplicatesearch-result-n'  => 'The file "$1" has {{PLURAL:$2|1 identical duplication|$2 identical duplications}}.',
04728 'fileduplicatesearch-noresults' => 'No file named "$1" found.',
04729 
04730 # Special:SpecialPages
04731 'specialpages'                   => 'Special pages',
04732 'specialpages-summary'           => '', # do not translate or duplicate this message to other languages
04733 'specialpages-note'              => '----
04734 * Normal special pages.
04735 * <span class="mw-specialpagerestricted">Restricted special pages.</span>',
04736 'specialpages-group-maintenance' => 'Maintenance reports',
04737 'specialpages-group-other'       => 'Other special pages',
04738 'specialpages-group-login'       => 'Login / create account',
04739 'specialpages-group-changes'     => 'Recent changes and logs',
04740 'specialpages-group-media'       => 'Media reports and uploads',
04741 'specialpages-group-users'       => 'Users and rights',
04742 'specialpages-group-highuse'     => 'High use pages',
04743 'specialpages-group-pages'       => 'Lists of pages',
04744 'specialpages-group-pagetools'   => 'Page tools',
04745 'specialpages-group-wiki'        => 'Data and tools',
04746 'specialpages-group-redirects'   => 'Redirecting special pages',
04747 'specialpages-group-spam'        => 'Spam tools',
04748 
04749 # Special:BlankPage
04750 'blankpage'              => 'Blank page',
04751 'intentionallyblankpage' => 'This page is intentionally left blank.',
04752 
04753 # External image whitelist
04754 'external_image_whitelist' => ' #Leave this line exactly as it is<pre>
04755 #Put regular expression fragments (just the part that goes between the //) below
04756 #These will be matched with the URLs of external (hotlinked) images
04757 #Those that match will be displayed as images, otherwise only a link to the image will be shown
04758 #Lines beginning with # are treated as comments
04759 #This is case-insensitive
04760 
04761 #Put all regex fragments above this line. Leave this line exactly as it is</pre>',
04762 
04763 # Special:Tags
04764 'tags'                    => 'Valid change tags',
04765 'tags-summary'            => '', # do not translate or duplicate this message to other languages
04766 'tag-filter'              => '[[Special:Tags|Tag]] filter:',
04767 'tag-filter-submit'       => 'Filter',
04768 'tags-title'              => 'Tags',
04769 'tags-intro'              => 'This page lists the tags that the software may mark an edit with, and their meaning.',
04770 'tags-tag'                => 'Tag name',
04771 'tags-display-header'     => 'Appearance on change lists',
04772 'tags-description-header' => 'Full description of meaning',
04773 'tags-hitcount-header'    => 'Tagged changes',
04774 'tags-edit'               => 'edit',
04775 'tags-hitcount'           => '$1 {{PLURAL:$1|change|changes}}',
04776 
04777 # Special:ComparePages
04778 'comparepages'                => 'Compare pages',
04779 'comparepages-summary'        => '', # do not translate or duplicate this message to other languages
04780 'compare-selector'            => 'Compare page revisions',
04781 'compare-page1'               => 'Page 1',
04782 'compare-page2'               => 'Page 2',
04783 'compare-rev1'                => 'Revision 1',
04784 'compare-rev2'                => 'Revision 2',
04785 'compare-submit'              => 'Compare',
04786 'compare-invalid-title'       => 'The title you specified is invalid.',
04787 'compare-title-not-exists'    => 'The title you specified does not exist.',
04788 'compare-revision-not-exists' => 'The revision you specified does not exist.',
04789 
04790 # Database error messages
04791 'dberr-header'      => 'This wiki has a problem',
04792 'dberr-problems'    => 'Sorry! This site is experiencing technical difficulties.',
04793 'dberr-again'       => 'Try waiting a few minutes and reloading.',
04794 'dberr-info'        => '(Cannot contact the database server: $1)',
04795 'dberr-usegoogle'   => 'You can try searching via Google in the meantime.',
04796 'dberr-outofdate'   => 'Note that their indexes of our content may be out of date.',
04797 'dberr-cachederror' => 'This is a cached copy of the requested page, and may not be up to date.',
04798 
04799 # HTML forms
04800 'htmlform-invalid-input'       => 'There are problems with some of your input',
04801 'htmlform-select-badoption'    => 'The value you specified is not a valid option.',
04802 'htmlform-int-invalid'         => 'The value you specified is not an integer.',
04803 'htmlform-float-invalid'       => 'The value you specified is not a number.',
04804 'htmlform-int-toolow'          => 'The value you specified is below the minimum of $1',
04805 'htmlform-int-toohigh'         => 'The value you specified is above the maximum of $1',
04806 'htmlform-required'            => 'This value is required',
04807 'htmlform-submit'              => 'Submit',
04808 'htmlform-reset'               => 'Undo changes',
04809 'htmlform-selectorother-other' => 'Other',
04810 
04811 # SQLite database support
04812 'sqlite-has-fts' => '$1 with full-text search support',
04813 'sqlite-no-fts'  => '$1 without full-text search support',
04814 
04815 # New logging system
04816 'logentry-delete-delete'              => '$1 deleted page $3',
04817 'logentry-delete-restore'             => '$1 restored page $3',
04818 'logentry-delete-event'               => '$1 changed visibility of {{PLURAL:$5|a log event|$5 log events}} on $3: $4',
04819 'logentry-delete-revision'            => '$1 changed visibility of {{PLURAL:$5|a revision|$5 revisions}} on page $3: $4',
04820 'logentry-delete-event-legacy'        => '$1 changed visibility of log events on $3',
04821 'logentry-delete-revision-legacy'     => '$1 changed visibility of revisions on page $3',
04822 'logentry-suppress-delete'            => '$1 suppressed page $3',
04823 'logentry-suppress-event'             => '$1 secretly changed visibility of {{PLURAL:$5|a log event|$5 log events}} on $3: $4',
04824 'logentry-suppress-revision'          => '$1 secretly changed visibility of {{PLURAL:$5|a revision|$5 revisions}} on page $3: $4',
04825 'logentry-suppress-event-legacy'      => '$1 secretly changed visibility of log events on $3',
04826 'logentry-suppress-revision-legacy'   => '$1 secretly changed visibility of revisions on page $3',
04827 'revdelete-content-hid'               => 'content hidden',
04828 'revdelete-summary-hid'               => 'edit summary hidden',
04829 'revdelete-uname-hid'                 => 'username hidden',
04830 'revdelete-content-unhid'             => 'content unhidden',
04831 'revdelete-summary-unhid'             => 'edit summary unhidden',
04832 'revdelete-uname-unhid'               => 'username unhidden',
04833 'revdelete-restricted'                => 'applied restrictions to administrators',
04834 'revdelete-unrestricted'              => 'removed restrictions for administrators',
04835 'logentry-move-move'                  => '$1 moved page $3 to $4',
04836 'logentry-move-move-noredirect'       => '$1 moved page $3 to $4 without leaving a redirect',
04837 'logentry-move-move_redir'            => '$1 moved page $3 to $4 over redirect',
04838 'logentry-move-move_redir-noredirect' => '$1 moved page $3 to $4 over a redirect without leaving a redirect',
04839 'logentry-patrol-patrol'              => '$1 marked revision $4 of page $3 patrolled',
04840 'logentry-patrol-patrol-auto'         => '$1 automatically marked revision $4 of page $3 patrolled',
04841 'logentry-newusers-newusers'          => 'User account $1 was created',
04842 'logentry-newusers-create'            => 'User account $1 was created',
04843 'logentry-newusers-create2'           => 'User account $3 was created by $1',
04844 'logentry-newusers-autocreate'        => 'User account $1 was created automatically',
04845 'newuserlog-byemail'                  => 'password sent by email',
04846 
04847 # For IRC, see bug 34508. Do not change
04848 'revdelete-logentry'          => 'changed revision visibility of "[[$1]]"', # do not translate or duplicate this message to other languages
04849 'logdelete-logentry'          => 'changed event visibility of "[[$1]]"', # do not translate or duplicate this message to other languages
04850 'revdelete-content'           => 'content', # do not translate or duplicate this message to other languages
04851 'revdelete-summary'           => 'edit summary', # do not translate or duplicate this message to other languages
04852 'revdelete-uname'             => 'username', # do not translate or duplicate this message to other languages
04853 'revdelete-hid'               => 'hid $1', # do not translate or duplicate this message to other languages
04854 'revdelete-unhid'             => 'unhid $1', # do not translate or duplicate this message to other languages
04855 'revdelete-log-message'       => '$1 for $2 {{PLURAL:$2|revision|revisions}}', # do not translate or duplicate this message to other languages
04856 'logdelete-log-message'       => '$1 for $2 {{PLURAL:$2|event|events}}', # do not translate or duplicate this message to other languages
04857 'deletedarticle'              => 'deleted "[[$1]]"', # do not translate or duplicate this message to other languages
04858 'suppressedarticle'           => 'suppressed "[[$1]]"', # do not translate or duplicate this message to other languages
04859 'undeletedarticle'            => 'restored "[[$1]]"', # do not translate or duplicate this message to other languages
04860 'patrol-log-line'             => 'marked $1 of $2 patrolled $3', # do not translate or duplicate this message to other languages
04861 'patrol-log-auto'             => '(automatic)', # do not translate or duplicate this message to other languages
04862 'patrol-log-diff'             => 'revision $1', # do not translate or duplicate this message to other languages
04863 '1movedto2'                   => 'moved [[$1]] to [[$2]]', # do not translate or duplicate this message to other languages
04864 '1movedto2_redir'             => 'moved [[$1]] to [[$2]] over redirect', # do not translate or duplicate this message to other languages
04865 'move-redirect-suppressed'    => 'redirect suppressed', # do not translate or duplicate this message to other languages
04866 'newuserlog-create-entry'     => 'New user account', # do not translate or duplicate this message to other languages
04867 'newuserlog-create2-entry'    => 'created new account $1', # do not translate or duplicate this message to other languages
04868 'newuserlog-autocreate-entry' => 'Account created automatically', # do not translate or duplicate this message to other languages
04869 
04870 # Feedback
04871 'feedback-bugornote' => 'If you are ready to describe a technical problem in detail please [$1 report a bug].
04872 Otherwise, you can use the easy form below. Your comment will be added to the page "[$3 $2]", along with your username.',
04873 'feedback-subject'   => 'Subject:',
04874 'feedback-message'   => 'Message:',
04875 'feedback-cancel'    => 'Cancel',
04876 'feedback-submit'    => 'Submit Feedback',
04877 'feedback-adding'    => 'Adding feedback to page...',
04878 'feedback-error1'    => 'Error: Unrecognized result from API',
04879 'feedback-error2'    => 'Error: Edit failed',
04880 'feedback-error3'    => 'Error: No response from API',
04881 'feedback-thanks'    => 'Thanks! Your feedback has been posted to the page "[$2 $1]".',
04882 'feedback-close'     => 'Done',
04883 'feedback-bugcheck'  => 'Great! Just check that it is not already one of the [$1 known bugs].',
04884 'feedback-bugnew'    => 'I checked. Report a new bug',
04885 
04886 # Search suggestions
04887 'searchsuggest-search'     => 'Search',
04888 'searchsuggest-containing' => 'containing...',
04889 
04890 # API errors
04891 'api-error-badaccess-groups'              => 'You are not permitted to upload files to this wiki.',
04892 'api-error-badtoken'                      => 'Internal error: Bad token.',
04893 'api-error-copyuploaddisabled'            => 'Uploading by URL is disabled on this server.',
04894 'api-error-duplicate'                     => 'There {{PLURAL:$1|is [$2 another file]|are [$2 some other files]}} already on the site with the same content.',
04895 'api-error-duplicate-archive'             => 'There {{PLURAL:$1|was [$2 another file]|were [$2 some other files]}} already on the site with the same content, but {{PLURAL:$1|it was|they were}} deleted.',
04896 'api-error-duplicate-archive-popup-title' => 'Duplicate {{PLURAL:$1|file that has|files that have}} already been deleted.',
04897 'api-error-duplicate-popup-title'         => 'Duplicate {{PLURAL:$1|file|files}}.',
04898 'api-error-empty-file'                    => 'The file you submitted was empty.',
04899 'api-error-emptypage'                     => 'Creating new, empty pages is not allowed.',
04900 'api-error-fetchfileerror'                => 'Internal error: Something went wrong while fetching the file.',
04901 'api-error-fileexists-forbidden'          => 'A file with name "$1" already exists, and cannot be overwritten.',
04902 'api-error-fileexists-shared-forbidden'   => 'A file with name "$1" already exists in the shared file repository, and cannot be overwritten.',
04903 'api-error-file-too-large'                => 'The file you submitted was too large.',
04904 'api-error-filename-tooshort'             => 'The filename is too short.',
04905 'api-error-filetype-banned'               => 'This type of file is banned.',
04906 'api-error-filetype-banned-type'          => '$1 {{PLURAL:$4|is not a permitted file type|are not permitted file types}}. Permitted {{PLURAL:$3|file type is|file types are}} $2.',
04907 'api-error-filetype-missing'              => 'The filename is missing an extension.',
04908 'api-error-hookaborted'                   => 'The modification you tried to make was aborted by an extension.',
04909 'api-error-http'                          => 'Internal error: Unable to connect to server.',
04910 'api-error-illegal-filename'              => 'The filename is not allowed.',
04911 'api-error-internal-error'                => 'Internal error: Something went wrong with processing your upload on the wiki.',
04912 'api-error-invalid-file-key'              => 'Internal error: File was not found in temporary storage.',
04913 'api-error-missingparam'                  => 'Internal error: Missing parameters on request.',
04914 'api-error-missingresult'                 => 'Internal error: Could not determine if the copy succeeded.',
04915 'api-error-mustbeloggedin'                => 'You must be logged in to upload files.',
04916 'api-error-mustbeposted'                  => 'Internal error: Request requires HTTP POST.',
04917 'api-error-noimageinfo'                   => 'The upload succeeded, but the server did not give us any information about the file.',
04918 'api-error-nomodule'                      => 'Internal error: No upload module set.',
04919 'api-error-ok-but-empty'                  => 'Internal error: No response from server.',
04920 'api-error-overwrite'                     => 'Overwriting an existing file is not allowed.',
04921 'api-error-stashfailed'                   => 'Internal error: Server failed to store temporary file.',
04922 'api-error-timeout'                       => 'The server did not respond within the expected time.',
04923 'api-error-unclassified'                  => 'An unknown error occurred.',
04924 'api-error-unknown-code'                  => 'Unknown error: "$1".',
04925 'api-error-unknown-error'                 => 'Internal error: Something went wrong when trying to upload your file.',
04926 'api-error-unknown-warning'               => 'Unknown warning: "$1".',
04927 'api-error-unknownerror'                  => 'Unknown error: "$1".',
04928 'api-error-uploaddisabled'                => 'Uploading is disabled on this wiki.',
04929 'api-error-verification-error'            => 'This file might be corrupt, or have the wrong extension.',
04930 
04931 # Durations
04932 'duration-seconds'   => '$1 {{PLURAL:$1|second|seconds}}',
04933 'duration-minutes'   => '$1 {{PLURAL:$1|minute|minutes}}',
04934 'duration-hours'     => '$1 {{PLURAL:$1|hour|hours}}',
04935 'duration-days'      => '$1 {{PLURAL:$1|day|days}}',
04936 'duration-weeks'     => '$1 {{PLURAL:$1|week|weeks}}',
04937 'duration-years'     => '$1 {{PLURAL:$1|year|years}}',
04938 'duration-decades'   => '$1 {{PLURAL:$1|decade|decades}}',
04939 'duration-centuries' => '$1 {{PLURAL:$1|century|centuries}}',
04940 'duration-millennia' => '$1 {{PLURAL:$1|millennium|millennia}}',
04941 
04942 );