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