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