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