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