'Media', NS_SPECIAL => 'Special', NS_MAIN => '', NS_TALK => 'Talk', NS_USER => 'User', NS_USER_TALK => 'User_talk', NS_PROJECT => $wgMetaNamespace, NS_PROJECT_TALK => $wgMetaNamespace . '_talk', NS_IMAGE => 'Image', NS_IMAGE_TALK => 'Image_talk', NS_MEDIAWIKI => 'MediaWiki', NS_MEDIAWIKI_TALK => 'MediaWiki_talk', NS_TEMPLATE => 'Template', NS_TEMPLATE_TALK => 'Template_talk', NS_HELP => 'Help', NS_HELP_TALK => 'Help_talk', NS_CATEGORY => 'Category', NS_CATEGORY_TALK => 'Category_talk', ); if(isset($wgExtraNamespaces)) { $wgNamespaceNamesEn=$wgNamespaceNamesEn+$wgExtraNamespaces; } /* private */ $wgDefaultUserOptionsEn = array( 'quickbar' => 1, 'underline' => 1, 'cols' => 80, 'rows' => 25, 'searchlimit' => 20, 'contextlines' => 5, 'contextchars' => 50, 'skin' => $wgDefaultSkin, 'math' => 1, 'rcdays' => 7, 'rclimit' => 50, 'highlightbroken' => 1, 'stubthreshold' => 0, 'previewontop' => 1, 'editsection' => 1, 'editsectiononrightclick'=> 0, 'showtoc' => 1, 'showtoolbar' => 1, 'date' => 0, 'imagesize' => 2, 'thumbsize' => 2, 'rememberpassword' => 0, 'enotifwatchlistpages' => 0, 'enotifusertalkpages' => 1, 'enotifminoredits' => 0, 'enotifrevealaddr' => 0, 'shownumberswatching' => 1, 'rcusemodstyle' => 1, 'showupdated' => 1, 'fancysig' => 0, 'externaleditor' => 0, 'externaldiff' => 0, ); /* private */ $wgQuickbarSettingsEn = array( 'None', 'Fixed left', 'Fixed right', 'Floating left' ); /* private */ $wgSkinNamesEn = array( 'standard' => 'Classic', 'nostalgia' => 'Nostalgia', 'cologneblue' => 'Cologne Blue', 'davinci' => 'DaVinci', 'mono' => 'Mono', 'monobook' => 'MonoBook', 'myskin' => 'MySkin', 'chick' => 'Chick' ); # Validation types $wgValidationTypesEn = array ( '0' => "Style|Awful|Awesome|5", '1' => "Legal|Illegal|Legal|5", '2' => "Completeness|Stub|Extensive|5", '3' => "Facts|Wild guesses|Solid as a rock|5", '4' => "Suitable for 1.0 (paper)|No|Yes|2", '5' => "Suitable for 1.0 (CD)|No|Yes|2" ); /* private */ $wgMathNamesEn = array( MW_MATH_PNG => 'mw_math_png', MW_MATH_SIMPLE => 'mw_math_simple', MW_MATH_HTML => 'mw_math_html', MW_MATH_SOURCE => 'mw_math_source', MW_MATH_MODERN => 'mw_math_modern', MW_MATH_MATHML => 'mw_math_mathml' ); # Whether to use user or default setting in Language::date() /* private */ $wgDateFormatsEn = array( 'Default', '16:12, January 15, 2001', '16:12, 15 January 2001', '16:12, 2001 January 15', 'ISO 8601' => '2001-01-15 16:12:34' ); /* private */ $wgUserTogglesEn = array( 'underline', 'highlightbroken', 'justify', 'hideminor', 'usenewrc', 'numberheadings', 'showtoolbar', 'editondblclick', 'editsection', 'editsectiononrightclick', 'showtoc', 'rememberpassword', 'editwidth', 'watchdefault', 'minordefault', 'previewontop', 'previewonfirst', 'nocache', 'enotifwatchlistpages', 'enotifusertalkpages', 'enotifminoredits', 'enotifrevealaddr', 'shownumberswatching', 'rcusemodstyle', 'showupdated', 'fancysig', 'externaleditor', 'externaldiff', ); /* private */ $wgBookstoreListEn = array( 'AddALL' => 'http://www.addall.com/New/Partner.cgi?query=$1&type=ISBN', 'PriceSCAN' => 'http://www.pricescan.com/books/bookDetail.asp?isbn=$1', 'Barnes & Noble' => 'http://shop.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=$1', 'Amazon.com' => 'http://www.amazon.com/exec/obidos/ISBN=$1' ); # Read language names global $wgLanguageNames; require_once( 'Names.php' ); $wgLanguageNamesEn =& $wgLanguageNames; /* private */ $wgWeekdayNamesEn = array( 'sunday', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday' ); /* private */ $wgMonthNamesEn = array( 'january', 'february', 'march', 'april', 'may_long', 'june', 'july', 'august', 'september', 'october', 'november', 'december' ); /* private */ $wgMonthNamesGenEn = array( 'january-gen', 'february-gen', 'march-gen', 'april-gen', 'may-gen', 'june-gen', 'july-gen', 'august-gen', 'september-gen', 'october-gen', 'november-gen', 'december-gen' ); /* private */ $wgMonthAbbreviationsEn = array( 'jan', 'feb', 'mar', 'apr', 'may', 'jun', 'jul', 'aug', 'sep', 'oct', 'nov', 'dec' ); # Note to translators: # Please include the English words as synonyms. This allows people # from other wikis to contribute more easily. # /* private */ $wgMagicWordsEn = array( # ID CASE SYNONYMS MAG_REDIRECT => array( 0, '#redirect' ), MAG_NOTOC => array( 0, '__NOTOC__' ), MAG_FORCETOC => array( 0, '__FORCETOC__' ), MAG_TOC => array( 0, '__TOC__' ), MAG_NOEDITSECTION => array( 0, '__NOEDITSECTION__' ), MAG_START => array( 0, '__START__' ), MAG_CURRENTMONTH => array( 1, 'CURRENTMONTH' ), MAG_CURRENTMONTHNAME => array( 1, 'CURRENTMONTHNAME' ), MAG_CURRENTMONTHNAMEGEN => array( 1, 'CURRENTMONTHNAMEGEN' ), MAG_CURRENTMONTHABBREV => array( 1, 'CURRENTMONTHABBREV' ), MAG_CURRENTDAY => array( 1, 'CURRENTDAY' ), MAG_CURRENTDAYNAME => array( 1, 'CURRENTDAYNAME' ), MAG_CURRENTYEAR => array( 1, 'CURRENTYEAR' ), MAG_CURRENTTIME => array( 1, 'CURRENTTIME' ), MAG_NUMBEROFARTICLES => array( 1, 'NUMBEROFARTICLES' ), MAG_PAGENAME => array( 1, 'PAGENAME' ), MAG_PAGENAMEE => array( 1, 'PAGENAMEE' ), MAG_NAMESPACE => array( 1, 'NAMESPACE' ), MAG_SUBST => array( 0, 'SUBST:' ), MAG_MSGNW => array( 0, 'MSGNW:' ), MAG_END => array( 0, '__END__' ), MAG_IMG_THUMBNAIL => array( 1, 'thumbnail', 'thumb' ), MAG_IMG_RIGHT => array( 1, 'right' ), MAG_IMG_LEFT => array( 1, 'left' ), MAG_IMG_NONE => array( 1, 'none' ), MAG_IMG_WIDTH => array( 1, '$1px' ), MAG_IMG_CENTER => array( 1, 'center', 'centre' ), MAG_IMG_FRAMED => array( 1, 'framed', 'enframed', 'frame' ), MAG_INT => array( 0, 'INT:' ), MAG_SITENAME => array( 1, 'SITENAME' ), MAG_NS => array( 0, 'NS:' ), MAG_LOCALURL => array( 0, 'LOCALURL:' ), MAG_LOCALURLE => array( 0, 'LOCALURLE:' ), MAG_SERVER => array( 0, 'SERVER' ), MAG_GRAMMAR => array( 0, 'GRAMMAR:' ), MAG_NOTITLECONVERT => array( 0, '__NOTITLECONVERT__', '__NOTC__'), MAG_NOCONTENTCONVERT => array( 0, '__NOCONTENTCONVERT__', '__NOCC__'), MAG_CURRENTWEEK => array( 1, 'CURRENTWEEK' ), MAG_CURRENTDOW => array( 1, 'CURRENTDOW' ), MAG_REVISIONID => array( 1, 'REVISIONID' ), MAG_LCFIRST => array( 0, '__LCFIRST__' ), ); #------------------------------------------------------------------- # Default messages #------------------------------------------------------------------- # Allowed characters in keys are: A-Z, a-z, 0-9, underscore (_) and # hyphen (-). If you need more characters, you may be able to change # the regex in MagicWord::initRegex # required for copyrightwarning global $wgRightsText; /* private */ $wgAllMessagesEn = array( # User preference toggles 'tog-underline' => 'Underline links', 'tog-highlightbroken' => 'Format broken links like this (alternative: like this?).', 'tog-justify' => 'Justify paragraphs', 'tog-hideminor' => 'Hide minor edits in recent changes', 'tog-usenewrc' => 'Enhanced recent changes (JavaScript)', 'tog-numberheadings' => 'Auto-number headings', 'tog-showtoolbar' => 'Show edit toolbar (JavaScript)', 'tog-editondblclick' => 'Edit pages on double click (JavaScript)', 'tog-editsection' => 'Enable section editing via [edit] links', 'tog-editsectiononrightclick' => 'Enable section editing by right clicking
on section titles (JavaScript)', 'tog-showtoc' => 'Show table of contents
(for pages with more than 3 headings)', 'tog-rememberpassword' => 'Remember across sessions', 'tog-editwidth' => 'Edit box has full width', 'tog-watchdefault' => 'Add pages you edit to your watchlist', 'tog-minordefault' => 'Mark all edits minor by default', 'tog-previewontop' => 'Show preview before edit box', 'tog-previewonfirst' => 'Show preview on first edit', 'tog-nocache' => 'Disable page caching', 'tog-enotifwatchlistpages' => 'Send me an email on page changes', 'tog-enotifusertalkpages' => 'Send me an email when my user talk page is changed', 'tog-enotifminoredits' => 'Send me an email also for minor edits of pages', 'tog-enotifrevealaddr' => 'Reveal my email address in notification mails', 'tog-shownumberswatching' => 'Show the number of watching users', 'tog-rcusemodstyle' => 'Show recent changes in UseMod style: only the most recent change of any page is listed.', 'tog-showupdated' => 'Show update marker ', 'tog-fancysig' => 'Raw signatures (without automatic link)', 'tog-externaleditor' => 'Use external editor by default', 'tog-externaldiff' => 'Use external diff by default', # dates 'sunday' => 'Sunday', 'monday' => 'Monday', 'tuesday' => 'Tuesday', 'wednesday' => 'Wednesday', 'thursday' => 'Thursday', 'friday' => 'Friday', 'saturday' => 'Saturday', 'january' => 'January', 'february' => 'February', 'march' => 'March', 'april' => 'April', 'may_long' => 'May', 'june' => 'June', 'july' => 'July', 'august' => 'August', 'september' => 'September', 'october' => 'October', 'november' => 'November', 'december' => 'December', 'jan' => 'Jan', 'feb' => 'Feb', 'mar' => 'Mar', 'apr' => 'Apr', 'may' => 'May', 'jun' => 'Jun', 'jul' => 'Jul', 'aug' => 'Aug', 'sep' => 'Sep', 'oct' => 'Oct', 'nov' => 'Nov', 'dec' => 'Dec', # Bits of text used by many pages: # 'categories' => 'Categories', 'category' => 'category', 'category_header' => 'Articles in category "$1"', 'subcategories' => 'Subcategories', 'linktrail' => '/^([a-z]+)(.*)$/sD', 'mainpage' => 'Main Page', 'mainpagetext' => 'Wiki software successfully installed.', "mainpagedocfooter" => "Please see [http://meta.wikipedia.org/wiki/MediaWiki_i18n documentation on customizing the interface] and the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] for usage and configuration help.", # NOTE: To turn off "Community portal" in the title links, # set "portal" => "-" 'portal' => 'Community portal', 'portal-url' => 'Project:Community Portal', 'about' => 'About', 'aboutsite' => 'About {{SITENAME}}', 'aboutpage' => 'Project:About', 'article' => 'Content page', 'help' => 'Help', 'helppage' => 'Help:Contents', 'wikititlesuffix' => '{{SITENAME}}', 'bugreports' => 'Bug reports', 'bugreportspage' => 'Project:Bug_reports', 'sitesupport' => '-', # To enable, something like 'Donations', 'sitesupport-url' => 'Project:Site support', 'faq' => 'FAQ', 'faqpage' => 'Project:FAQ', 'edithelp' => 'Editing help', 'newwindow' => '(opens in new window)', 'edithelppage' => 'Help:Editing', 'cancel' => 'Cancel', 'qbfind' => 'Find', 'qbbrowse' => 'Browse', 'qbedit' => 'Edit', 'qbpageoptions' => 'This page', 'qbpageinfo' => 'Context', 'qbmyoptions' => 'My pages', 'qbspecialpages' => 'Special pages', 'moredotdotdot' => 'More...', 'mypage' => 'My page', 'mytalk' => 'My talk', 'anontalk' => 'Talk for this IP', 'navigation' => 'Navigation', # Metadata in edit box 'metadata' => 'Metadata (for an explanation see here)', 'metadata_page' => 'Wikipedia:Metadata', # NOTE: To turn off "Current Events" in the sidebar, # set "currentevents" => "-" 'currentevents' => 'Current events', 'currentevents-url' => 'Current events', # NOTE: To turn off "Disclaimers" in the title links, # set "disclaimers" => "-" 'disclaimers' => 'Disclaimers', 'disclaimerpage' => "Project:General_disclaimer", 'errorpagetitle' => "Error", 'returnto' => "Return to $1.", 'tagline' => "From {{SITENAME}}", 'whatlinkshere' => 'Pages that link here', 'help' => 'Help', 'search' => 'Search', 'go' => 'Go', "history" => 'Page history', 'history_short' => 'History', 'info_short' => 'Information', 'printableversion' => 'Printable version', 'edit' => 'Edit', 'editthispage' => 'Edit this page', 'delete' => 'Delete', 'deletethispage' => 'Delete this page', 'undelete_short1' => 'Undelete one edit', 'undelete_short' => 'Undelete $1 edits', 'protect' => 'Protect', 'protectthispage' => 'Protect this page', 'unprotect' => 'Unprotect', 'unprotectthispage' => 'Unprotect this page', 'newpage' => 'New page', 'talkpage' => 'Discuss this page', 'specialpage' => 'Special Page', 'personaltools' => 'Personal tools', 'postcomment' => 'Post a comment', 'addsection' => '+', 'articlepage' => 'View content page', 'subjectpage' => 'View subject', # For compatibility 'talk' => 'Discussion', 'views' => 'Views', 'toolbox' => 'Toolbox', 'userpage' => 'View user page', 'wikipediapage' => 'View project page', 'imagepage' => 'View image page', 'viewtalkpage' => 'View discussion', 'otherlanguages' => 'Other languages', 'redirectedfrom' => '(Redirected from $1)', 'lastmodified' => 'This page was last modified $1.', 'viewcount' => 'This page has been accessed $1 times.', 'copyright' => 'Content is available under $1.', 'poweredby' => "{{SITENAME}} is powered by [http://www.mediawiki.org/ MediaWiki], an open source wiki engine.", 'printsubtitle' => "(From {{SERVER}})", 'protectedpage' => 'Protected page', 'administrators' => "Project:Administrators", 'sysoptitle' => 'Sysop access required', 'sysoptext' => "The action you have requested can only be performed by users with \"sysop\" status. See $1.", 'developertitle' => 'Developer access required', 'developertext' => "The action you have requested can only be performed by users with \"developer\" status. See $1.", 'bureaucrattitle' => 'Bureaucrat access required', "bureaucrattext" => "The action you have requested can only be performed by sysops with \"bureaucrat\" status.", 'nbytes' => '$1 bytes', 'ok' => 'OK', 'sitetitle' => "{{SITENAME}}", 'pagetitle' => "$1 - {{SITENAME}}", 'sitesubtitle' => 'The Free Encyclopedia', # FIXME 'retrievedfrom' => "Retrieved from \"$1\"", 'newmessages' => "You have $1.", 'newmessageslink' => 'new messages', 'editsection'=>'edit', 'toc' => 'Table of contents', 'showtoc' => 'show', 'hidetoc' => 'hide', 'thisisdeleted' => "View or restore $1?", 'restorelink' => "$1 deleted edits", 'feedlinks' => 'Feed:', 'sitenotice' => '-', # the equivalent to wgSiteNotice # Short words for each namespace, by default used in the 'article' tab in monobook 'nstab-main' => 'Article', 'nstab-user' => 'User page', 'nstab-media' => 'Media', 'nstab-special' => 'Special', 'nstab-wp' => 'About', 'nstab-image' => 'File', 'nstab-mediawiki' => 'Message', 'nstab-template' => 'Template', 'nstab-help' => 'Help', 'nstab-category' => 'Category', # Main script and global functions # 'nosuchaction' => 'No such action', 'nosuchactiontext' => 'The action specified by the URL is not recognized by the wiki', 'nosuchspecialpage' => 'No such special page', 'nospecialpagetext' => 'You have requested an invalid special page, a list of valid special pages may be found at [[{{ns:special}}:Specialpages]].', # General errors # 'error' => 'Error', 'databaseerror' => 'Database error', 'dberrortext' => "A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
$1
from within function \"$2\". MySQL returned error \"$3: $4\".", 'dberrortextcl' => "A database query syntax error has occurred. The last attempted database query was: \"$1\" from within function \"$2\". MySQL returned error \"$3: $4\".\n", 'noconnect' => 'Sorry! The wiki is experiencing some technical difficulties, and cannot contact the database server.
$1', 'nodb' => "Could not select database $1", 'cachederror' => 'The following is a cached copy of the requested page, and may not be up to date.', 'laggedslavemode' => 'Warning: Page may not contain recent updates.', 'readonly' => 'Database locked', 'enterlockreason' => 'Enter a reason for the lock, including an estimate of when the lock will be released', '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. The administrator who locked it offered this explanation:

$1", 'missingarticle' => "The database did not find the text of a page that it should have found, named \"$1\".

This is usually caused by following an outdated diff or history link to a page that has been deleted.

If this is not the case, you may have found a bug in the software. Please report this to an administrator, making note of the URL.", 'internalerror' => 'Internal error', 'filecopyerror' => "Could not copy file \"$1\" to \"$2\".", 'filerenameerror' => "Could not rename file \"$1\" to \"$2\".", 'filedeleteerror' => "Could not delete file \"$1\".", 'filenotfound' => "Could not find file \"$1\".", 'unexpected' => "Unexpected value: \"$1\"=\"$2\".", 'formerror' => 'Error: could not submit form', 'badarticleerror' => 'This action cannot be performed on this page.', 'cannotdelete' => 'Could not delete the page or file specified. (It may have already been deleted by someone else.)', 'badtitle' => 'Bad title', 'badtitletext' => "The requested page title was invalid, empty, or an incorrectly linked inter-language or inter-wiki title.", 'perfdisabled' => 'Sorry! This feature has been temporarily disabled because it slows the database down to the point that no one can use the wiki.', 'perfdisabledsub' => "Here's a saved copy from $1:", # obsolete? 'perfcached' => 'The following data is cached and may not be completely up to date:', 'wrong_wfQuery_params' => "Incorrect parameters to wfQuery()
Function: $1
Query: $2 ", 'viewsource' => 'View source', 'protectedtext' => "This page has been locked to prevent editing; there are a number of reasons why this may be so, please see [[Project:Protected page]]. You can view and copy the source of this page:", 'seriousxhtmlerrors' => 'There were serious xhtml markup errors detected by tidy.', 'sqlhidden' => '(SQL query hidden)', # Login and logout pages # 'logouttitle' => 'User logout', 'logouttext' => "You are now logged out.
You can continue to use {{SITENAME}} anonymously, or you can log in again as the same or as a different user. Note that some pages may continue to be displayed as if you were still logged in, until you clear your browser cache.\n", 'welcomecreation' => "== Welcome, $1! == Your account has been created. Don't forget to change your {{SITENAME}} preferences.", 'loginpagetitle' => 'User login', 'yourname' => 'User name', 'yourpassword' => 'Password', 'yourpasswordagain' => 'Retype password', 'newusersonly' => ' (new users only)', 'remembermypassword' => 'Remember my password across sessions.', 'loginproblem' => 'There has been a problem with your login.
Try again!', 'alreadyloggedin' => "User $1, you are already logged in!
\n", 'login' => 'Log in', 'loginprompt' => "You must have cookies enabled to log in to {{SITENAME}}.", 'userlogin' => 'Create an account or log in', 'logout' => 'Log out', 'userlogout' => 'Log out', 'notloggedin' => 'Not logged in', 'createaccount' => 'Create new account', 'createaccountmail' => 'by email', 'badretype' => 'The passwords you entered do not match.', 'userexists' => 'The user name you entered is already in use. Please choose a different name.', 'youremail' => 'Email²', 'yourrealname' => 'Real name¹', 'yourlanguage' => 'Language', 'yourvariant' => 'Variant', 'yournick' => 'Nickname', 'email' => 'Email', 'emailforlost' => "Fields marked with superscripts are optional. Storing an email address enables people to contact you through the website without you having to reveal your email address to them, and it can be used to send you a new password if you forget it.

Your real name, if you choose to provide it, will be used for giving you attribution for your work.", 'prefs-help-email-enotif' => 'This address is also used to send you email notifications if you enabled the options.', 'prefs-help-realname' => '¹ Real name (optional): if you choose to provide it this will be used for giving you attribution for your work.', 'loginerror' => 'Login error', 'prefs-help-email' => '² Email (optional): Enables others to contact you through your user or user_talk page without the need of revealing your identity.', 'nocookiesnew' => "The user account was created, but you are not logged in. {{SITENAME}} uses cookies to log in users. You have cookies disabled. Please enable them, then log in with your new username and password.", 'nocookieslogin' => "{{SITENAME}} uses cookies to log in users. You have cookies disabled. Please enable them and try again.", 'noname' => 'You have not specified a valid user name.', 'loginsuccesstitle' => 'Login successful', 'loginsuccess' => "You are now logged in to {{SITENAME}} as \"$1\".", 'nosuchuser' => "There is no user by the name \"$1\". Check your spelling, or use the form below to create a new user account.", 'nosuchusershort' => "There is no user by the name \"$1\". Check your spelling.", 'wrongpassword' => 'The password you entered is incorrect (or missing). Please try again.', 'mailmypassword' => 'Mail me a temporary password', 'mailmypasswordauthent' => 'Mail me a temporary password', 'passwordremindermailsubject' => "Email address authentication and temporary login password from {{SITENAME}}", 'passwordremindermailbody' => "Someone, probably you from IP address $1, requested that we send you a temporary one-time login password for {{SITENAME}}. This mail is also be sent for the purpose of authentication of your email address. The password for user \"$2\" is now \"$4\". You can now log in with this temporary password, which is valid for only one login. You may wish to keep using your old password if you remember it or to set a new one. {{SERVER}}{{localurl:Special:Userlogin|wpName=$3&wpPassword=$4&returnto=Special:Preferences}}", 'noemail' => "There is no e-mail address recorded for user \"$1\".", 'passwordsent' => "A temporary password has been sent to the e-mail address registered for \"$1\". Please log in again after you receive it.", 'eauthentsent' => "A confirmation email has been sent to the nominated email address. Before any other mail is sent to the account, you will have to follow the instructions in the email, to confirm that the account is actually yours.", 'loginend' => ' ', 'mailerror' => "Error sending mail: $1", 'acct_creation_throttle_hit' => 'Sorry, you have already created $1 accounts. You can\'t make any more.', 'emailauthenticated' => 'Your email address was authenticated on $1.', 'emailnotauthenticated' => 'Your email address is not yet authenticated. No email will be sent for any of the following features.', 'noemailprefs' => 'No email address has been specified, the following features will not work.', 'emailconfirmlink' => 'Confirm your e-mail address', 'invalidemailaddress' => 'The email address cannot be accepted as it appears to have an invalid format. Please enter a well-formatted address or empty that field.', # Edit page toolbar 'bold_sample'=>'Bold text', 'bold_tip'=>'Bold text', 'italic_sample'=>'Italic text', 'italic_tip'=>'Italic text', 'link_sample'=>'Link title', 'link_tip'=>'Internal link', 'extlink_sample'=>'http://www.example.com link title', 'extlink_tip'=>'External link (remember http:// prefix)', 'headline_sample'=>'Headline text', 'headline_tip'=>'Level 2 headline', 'math_sample'=>'Insert formula here', 'math_tip'=>'Mathematical formula (LaTeX)', 'nowiki_sample'=>'Insert non-formatted text here', 'nowiki_tip'=>'Ignore wiki formatting', 'image_sample'=>'Example.jpg', 'image_tip'=>'Embedded image', 'media_sample'=>'Example.ogg', 'media_tip'=>'Media file link', 'sig_tip'=>'Your signature with timestamp', 'hr_tip'=>'Horizontal line (use sparingly)', 'infobox'=>'Click a button to get an example text', # alert box shown in browsers where text selection does not work, test e.g. with mozilla or konqueror 'infobox_alert'=>"Please enter the text you want to be formatted.\\n It will be shown in the infobox for copy and pasting.\\nExample:\\n$1\\nwill become:\\n$2", # Edit pages # 'summary' => 'Summary', 'subject' => 'Subject/headline', 'minoredit' => 'This is a minor edit.', 'watchthis' => 'Watch this page', 'savearticle' => 'Save page', 'preview' => 'Preview', 'showpreview' => 'Show preview', 'showdiff' => 'Show changes', 'blockedtitle' => 'User is blocked', 'blockedtext' => "Your user name or IP address has been blocked by $1. The reason given is this:
''$2''

You may contact $1 or one of the other [[Project:Administrators|administrators]] to discuss the block. Note that you may not use the \"email this user\" feature unless you have a valid email address registered in your [[Special:Preferences|user preferences]]. Your IP address is $3. Please include this address in any queries you make. ", 'whitelistedittitle' => 'Login required to edit', 'whitelistedittext' => 'You have to [[Special:Userlogin|login]] to edit pages.', 'whitelistreadtitle' => 'Login required to read', 'whitelistreadtext' => 'You have to [[Special:Userlogin|login]] to read pages.', 'whitelistacctitle' => 'You are not allowed to create an account', 'whitelistacctext' => 'To be allowed to create accounts in this Wiki you have to [[Special:Userlogin|log]] in and have the appropriate permissions.', 'loginreqtitle' => 'Login Required', 'loginreqtext' => 'You must [[special:Userlogin|login]] to view other pages.', 'accmailtitle' => 'Password sent.', 'accmailtext' => "The Password for '$1' has been sent to $2.", 'newarticle' => '(New)', 'newarticletext' => "You've followed a link to a page that doesn't exist yet. To create the page, start typing in the box below (see the [[Project:Help|help page]] for more info). If you are here by mistake, just click your browser's '''back''' button.", 'talkpagetext' => '', 'anontalkpagetext' => "----''This is the discussion page for an anonymous user who has not created an account yet or who does not use it. We therefore have to use the numerical [[IP address]] to identify him/her. Such an IP address can be shared by several users. If you are an anonymous user and feel that irrelevant comments have been directed at you, please [[Special:Userlogin|create an account or log in]] to avoid future confusion with other anonymous users.'' ", 'noarticletext' => '(There is currently no text in this page)', 'clearyourcache' => "'''Note:''' After saving, you have to clear your browser cache to see the changes: '''Mozilla:''' click ''Reload'' (or ''Ctrl-R''), '''IE / Opera:''' ''Ctrl-F5'', '''Safari:''' ''Cmd-R'', '''Konqueror''' ''Ctrl-R''.", 'usercssjsyoucanpreview' => "Tip: Use the 'Show preview' button to test your new CSS/JS before saving.", 'usercsspreview' => "'''Remember that you are only previewing your user CSS, it has not yet been saved!'''", 'userjspreview' => "'''Remember that you are only testing/previewing your user JavaScript, it has not yet been saved!'''", 'updated' => '(Updated)', 'note' => 'Note: ', 'previewnote' => 'Remember that this is only a preview, and has not yet been saved!', 'previewconflict' => 'This preview reflects the text in the upper text editing area as it will appear if you choose to save.', 'editing' => "Editing $1", 'editingsection' => "Editing $1 (section)", 'editingcomment' => "Editing $1 (comment)", 'editconflict' => 'Edit conflict: $1', 'explainconflict' => "Someone else has changed this page since you started editing it. The upper text area contains the page text as it currently exists. Your changes are shown in the lower text area. You will have to merge your changes into the existing text. Only the text in the upper text area will be saved when you press \"Save page\".
", 'yourtext' => 'Your text', 'storedversion' => 'Stored version', 'nonunicodebrowser' => "WARNING: Your browser is not unicode compliant, please change it before editing an article.", 'editingold' => "WARNING: You are editing an out-of-date revision of this page. If you save it, any changes made since this revision will be lost.", 'yourdiff' => 'Differences', 'copyrightwarning' => "Please note that all contributions to {{SITENAME}} are considered to be released under the $2 (see $1 for details). If you don't want your writing to be edited mercilessly and redistributed at will, then don't submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!", 'copyrightwarning2' => "Please note that all contributions to {{SITENAME}} may be edited, altered, or removed by other contributors. If you don't want your writing to be edited mercilessly, then don't submit it here.
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). DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!", 'longpagewarning' => "WARNING: This page is $1 kilobytes long; some browsers may have problems editing pages approaching or longer than 32kb. Please consider breaking the page into smaller sections.", 'readonlywarning' => 'WARNING: The database has been locked for maintenance, so you will not be able to save your edits right now. You may wish to cut-n-paste the text into a text file and save it for later.', 'protectedpagewarning' => "WARNING: This page has been locked so that only users with sysop privileges can edit it. Be sure you are following the [[Project:Protected_page_guidelines|protected page guidelines]].", 'templatesused' => 'Templates used on this page:', # History pages # 'revhistory' => 'Revision history', 'nohistory' => 'There is no edit history for this page.', 'revnotfound' => 'Revision not found', 'revnotfoundtext' => "The old revision of the page you asked for could not be found. Please check the URL you used to access this page.\n", 'loadhist' => 'Loading page history', 'currentrev' => 'Current revision', 'revisionasof' => 'Revision as of $1', 'revisionasofwithlink' => 'Revision as of $1; $2
$3 | $4', 'previousrevision' => '←Older revision', 'nextrevision' => 'Newer revision→', 'currentrevisionlink' => 'view current revision', 'cur' => 'cur', 'next' => 'next', 'last' => 'last', 'orig' => 'orig', 'histlegend' => 'Diff selection: mark the radio boxes of the versions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with current version, (last) = difference with preceding version, M = minor edit.', 'history_copyright' => '-', 'deletedrev' => '[deleted]', # Diffs # 'difference' => '(Difference between revisions)', 'loadingrev' => 'loading revision for diff', 'lineno' => "Line $1:", 'editcurrent' => 'Edit the current version of this page', 'selectnewerversionfordiff' => 'Select a newer version for comparison', 'selectolderversionfordiff' => 'Select an older version for comparison', 'compareselectedversions' => 'Compare selected versions', # Search results # 'searchresults' => 'Search results', 'searchresulttext' => "For more information about searching {{SITENAME}}, see [[Project:Searching|Searching {{SITENAME}}]].", 'searchquery' => "For query \"$1\"", 'badquery' => 'Badly formed search query', 'badquerytext' => 'We could not process your query. This is probably because you have attempted to search for a word fewer than three letters long, which is not yet supported. It could also be that you have mistyped the expression, for example "fish and and scales". Please try another query.', 'matchtotals' => "The query \"$1\" matched $2 page titles and the text of $3 pages.", 'nogomatch' => 'No page with [[$1|this exact title]] exists, trying full text search.', 'titlematches' => 'Article title matches', 'notitlematches' => 'No page title matches', 'textmatches' => 'Page text matches', 'notextmatches' => 'No page text matches', 'prevn' => "previous $1", 'nextn' => "next $1", 'viewprevnext' => "View ($1) ($2) ($3).", 'showingresults' => "Showing below up to $1 results starting with #$2.", 'showingresultsnum' => "Showing below $3 results starting with #$2.", 'nonefound' => "'''Note''': unsuccessful searches are often caused by searching for common words like \"have\" and \"from\", which are not indexed, or by specifying more than one search term (only pages containing all of the search terms will appear in the result).", 'powersearch' => 'Search', 'powersearchtext' => " Search in namespaces :
$1
$2 List redirects   Search for $3 $9", "searchdisabled" => '{{SITENAME}} search is disabled. You can search via Google in the meantime. Note that their indexes of {{SITENAME}} content may be out of date.', 'googlesearch' => '

', 'blanknamespace' => '(Main)', # Preferences page # 'preferences' => 'Preferences', 'prefsnologin' => 'Not logged in', 'prefsnologintext' => "You must be [[Special:Userlogin|logged in]] to set user preferences.", 'prefslogintext' => "You are logged in as \"$1\". Your internal ID number is $2. See [[Project:User preferences help]] for help deciphering the options.", 'prefsreset' => 'Preferences have been reset from storage.', 'qbsettings' => 'Quickbar', 'changepassword' => 'Change password', 'skin' => 'Skin', 'math' => 'Math', 'dateformat' => 'Date format', 'math_failure' => 'Failed to parse', 'math_unknown_error' => 'unknown error', 'math_unknown_function' => 'unknown function ', 'math_lexing_error' => 'lexing error', 'math_syntax_error' => 'syntax error', 'math_image_error' => 'PNG conversion failed; check for correct installation of latex, dvips, gs, and convert', 'math_bad_tmpdir' => 'Can\'t write to or create math temp directory', 'math_bad_output' => 'Can\'t write to or create math output directory', 'math_notexvc' => 'Missing texvc executable; please see math/README to configure.', 'prefs-personal' => 'User data', 'prefs-rc' => 'Recent changes & stubs', 'prefs-misc' => 'Misc', 'saveprefs' => 'Save', 'resetprefs' => 'Reset', 'oldpassword' => 'Old password', 'newpassword' => 'New password', 'retypenew' => 'Again', 'textboxsize' => 'Editing', 'rows' => 'Rows', 'columns' => 'Columns', 'searchresultshead' => 'Search', 'resultsperpage' => 'Hits per page', 'contextlines' => 'Lines per hit', 'contextchars' => 'Context per line', 'stubthreshold' => 'Threshold for stub display', 'recentchangescount' => 'Titles in recent changes', 'savedprefs' => 'Your preferences have been saved.', 'timezonelegend' => 'Time zone', 'timezonetext' => 'The number of hours your local time differs from server time (UTC).', 'localtime' => 'Local time', 'timezoneoffset' => 'Offset¹', 'servertime' => 'Server time', 'guesstimezone' => 'Fill in from browser', 'emailflag' => 'Disable e-mail from other users', 'defaultns' => 'Search in these namespaces by default:', 'default' => 'default', 'files' => 'Files', # User levels special page # # switching pan 'groups-lookup-group' => 'Manage group rights', 'groups-group-edit' => 'Existing groups: ', 'editgroup' => 'Edit Group', 'addgroup' => 'Add Group', 'userrights-lookup-user' => 'Manage user groups', 'userrights-user-editname' => 'Enter a username: ', 'editusergroup' => 'Edit User Groups', # group editing 'groups-editgroup' => 'Edit group', 'groups-addgroup' => 'Add group', 'groups-editgroup-preamble' => 'If the name or description starts with a colon, the remainder will be treated as a message name, and hence the text will be localised using the MediaWiki namespace', 'groups-editgroup-name' => 'Group name: ', 'groups-editgroup-description' => 'Group description (max 255 characters):
', 'savegroup' => 'Save Group', 'groups-tableheader' => 'ID || Name || Description || Rights', 'groups-existing' => 'Existing groups', 'groups-noname' => 'Please specify a valid group name', 'groups-already-exists' => 'A group of that name already exists', 'addgrouplogentry' => 'Added group $2', 'changegrouplogentry' => 'Changed group $2', 'renamegrouplogentry' => 'Renamed group $2 to $3', # user groups editing # 'userrights-editusergroup' => 'Edit user groups', 'saveusergroups' => 'Save User Groups', 'userrights-groupsmember' => 'Member of:', 'userrights-groupsavailable' => 'Available groups:', 'userrights-groupshelp' => 'Select groups you want the user to be removed from or added to. Unselected groups will not be changed. You can deselect a group with CTRL + Left Click', 'userrights-logcomment' => 'Changed group membership from $1 to $2', # Default group names and descriptions # 'group-anon-name' => 'Anonymous', 'group-anon-desc' => 'Anonymous users', 'group-loggedin-name' => 'User', 'group-loggedin-desc' => 'General logged in users', 'group-admin-name' => 'Administrator', 'group-admin-desc' => 'Trusted users able to block users and delete articles', 'group-bureaucrat-name' => 'Bureaucrat', 'group-bureaucrat-desc' => 'The bureaucrat group is able to make sysops', 'group-steward-name' => 'Steward', 'group-steward-desc' => 'Full access', # Recent changes # 'changes' => 'changes', 'recentchanges' => 'Recent changes', 'recentchanges-url' => 'Special:Recentchanges', 'recentchangestext' => 'Track the most recent changes to the wiki on this page.', 'rcloaderr' => 'Loading recent changes', 'rcnote' => "Below are the last $1 changes in last $2 days.", 'rcnotefrom' => "Below are the changes since $2 (up to $1 shown).", 'rclistfrom' => "Show new changes starting from $1", 'showhideminor' => "$1 minor edits | $2 bots | $3 logged in users | $4 patrolled edits ", 'rclinks' => "Show last $1 changes in last $2 days
$3", 'rchide' => "in $4 form; $1 minor edits; $2 secondary namespaces; $3 multiple edits.", 'rcliu' => "; $1 edits from logged in users", 'diff' => 'diff', 'hist' => 'hist', 'hide' => 'hide', 'show' => 'show', 'tableform' => 'table', 'listform' => 'list', 'nchanges' => "$1 changes", 'minoreditletter' => 'm', 'newpageletter' => 'N', 'sectionlink' => '→', 'number_of_watching_users_RCview' => '[$1]', 'number_of_watching_users_pageview' => '[$1 watching user/s]', # Upload # 'upload' => 'Upload file', 'uploadbtn' => 'Upload file', 'uploadlink' => 'Upload images', 'reupload' => 'Re-upload', 'reuploaddesc' => 'Return to the upload form.', 'uploadnologin' => 'Not logged in', 'uploadnologintext' => "You must be [[Special:Userlogin|logged in]] to upload files.", 'upload_directory_read_only' => 'The upload directory ($1) is not writable by the webserver.', 'uploaderror' => 'Upload error', 'uploadtext' => " Use the form below to upload new files, to view or search previously uploaded images go to the [[Special:Imagelist|list of uploaded files]], uploads and deletions are also logged in the [[Special:Log|project log]]. You must also check the box affirming that you are not violating any copyrights by uploading the file. Press the \"Upload\" button to finish the upload. To include the image in a page, use a link in the form '''[[{{ns:6}}:file.jpg]]''', '''[[{{ns:6}}:file.png|alt text]]''' or '''[[{{ns:-2}}:file.ogg]]''' for directly linking to the file. ", 'uploadlog' => 'upload log', 'uploadlogpage' => 'Upload_log', 'uploadlogpagetext' => 'Below is a list of the most recent file uploads.', 'filename' => 'Filename', 'filedesc' => 'Summary', 'filestatus' => 'Copyright status', 'filesource' => 'Source', 'affirmation' => "I affirm that the copyright holder of this file agrees to license it under the terms of the $1.", 'copyrightpage' => "Project:Copyrights", 'copyrightpagename' => "{{SITENAME}} copyright", 'uploadedfiles' => 'Uploaded files', 'noaffirmation' => 'You must affirm that your upload does not violate any copyrights.', 'ignorewarning' => 'Ignore warning and save file anyway.', 'minlength' => 'Image names must be at least three letters.', 'illegalfilename' => 'The filename "$1" contains characters that are not allowed in page titles. Please rename the file and try uploading it again.', 'badfilename' => "Image name has been changed to \"$1\".", 'badfiletype' => "\".$1\" is not a recommended image file format.", 'largefile' => 'It is recommended that images not exceed $1 bytes in size, this file is $2 bytes', 'emptyfile' => 'The file you uploaded seems to be empty. This might be due to a typo in the file name. Please check whether you really want to upload this file.', 'fileexists' => 'A file with this name exists already, please check $1 if you are not sure if you want to change it.', 'successfulupload' => 'Successful upload', 'fileuploaded' => "File $1 uploaded successfully. Please follow this link: $2 to the description page and fill in information about the file, such as where it came from, when it was created and by whom, and anything else you may know about it. If this is an image, you can insert it like this: [[Image:$1|thumb|Description]]", 'uploadwarning' => 'Upload warning', 'savefile' => 'Save file', 'uploadedimage' => "uploaded \"[[$1]]\"", 'uploaddisabled' => 'Sorry, uploading is disabled.', 'uploadcorrupt' => 'The file is corrupt or has an incorrect extension. Please check the file and upload again.', 'sourcefilename' => 'Source filename', 'destfilename' => 'Destination filename', # Image list # 'imagelist' => 'File list', 'imagelisttext' => "Below is a list of $1 files sorted $2.", 'getimagelist' => 'fetching file list', 'ilsubmit' => 'Search', 'showlast' => "Show last $1 files sorted $2.", 'byname' => 'by name', 'bydate' => 'by date', 'bysize' => 'by size', 'imgdelete' => 'del', 'imgdesc' => 'desc', 'imglegend' => 'Legend: (desc) = show/edit image description.', 'imghistory' => 'History', 'revertimg' => 'rev', 'deleteimg' => 'del', 'deleteimgcompletely' => 'Delete all revisions', 'imghistlegend' => 'Legend: (cur) = this is the current file, (del) = delete this old version, (rev) = revert to this old version.
Click on date to see the file uploaded on that date.', 'imagelinks' => 'Links', 'linkstoimage' => 'The following pages link to this file:', 'nolinkstoimage' => 'There are no pages that link to this file.', 'sharedupload' => 'This file is a shared upload and may be used by other projects.', 'shareduploadwiki' => 'Please see the [$1 file description page] for further information.', 'noimage' => 'No file by this name exists, you can [$1 upload it]', 'uploadnewversion' => '[$1 Upload a new version of this file]', # Statistics # 'statistics' => 'Statistics', 'sitestats' => 'Site statistics', 'userstats' => 'User statistics', 'sitestatstext' => "There are '''$1''' total pages in the database. This includes \"talk\" pages, pages about {{SITENAME}}, minimal \"stub\" pages, redirects, and others that probably don't qualify as content pages. Excluding those, there are '''$2''' pages that are probably legitimate content pages. There have been a total of '''$3''' page views, and '''$4''' page edits since the wiki was setup. That comes to '''$5''' average edits per page, and '''$6''' views per edit.", 'userstatstext' => "There are '''$1''' registered users. '''$2''' of these are administrators (see $3).", # Maintenance Page # 'maintenance' => 'Maintenance page', 'maintnancepagetext' => 'This page includes several handy tools for everyday maintenance. Some of these functions tend to stress the database, so please do not hit reload after every item you fixed ;-)', 'maintenancebacklink' => 'Back to Maintenance Page', 'disambiguations' => 'Disambiguation pages', 'disambiguationspage' => "Project:Links_to_disambiguating_pages", 'disambiguationstext' => "The following pages link to a disambiguation page. They should link to the appropriate topic instead.
A page is treated as disambiguation if it is linked from $1.
Links from other namespaces are not listed here.", 'doubleredirects' => 'Double Redirects', 'doubleredirectstext' => "Each row contains links to the first and second redirect, as well as the first line of the second redirect text, usually giving the \"real\" target page, which the first redirect should point to.", 'brokenredirects' => 'Broken Redirects', 'brokenredirectstext' => 'The following redirects link to a non-existing pages.', 'selflinks' => 'Pages with Self Links', 'selflinkstext' => 'The following pages contain a link to themselves, which they should not.', 'mispeelings' => 'Pages with misspellings', 'mispeelingstext' => "The following pages contain a common misspelling, which are listed on $1. The correct spelling might be given (like this).", 'mispeelingspage' => 'List of common misspellings', 'missinglanguagelinks' => 'Missing Language Links', 'missinglanguagelinksbutton' => 'Find missing language links for', 'missinglanguagelinkstext' => "These pages do not link to their counterpart in $1. Redirects and subpages are not shown.", # Miscellaneous special pages # 'orphans' => 'Orphaned pages', 'geo' => 'GEO coordinates', 'validate' => 'Validate page', 'lonelypages' => 'Orphaned pages', 'uncategorizedpages' => 'Uncategorized pages', 'uncategorizedcategories' => 'Uncategorized categories', 'unusedimages' => 'Unused files', 'popularpages' => 'Popular pages', 'nviews' => '$1 views', 'wantedpages' => 'Wanted pages', 'nlinks' => '$1 links', 'allpages' => 'All pages', 'randompage' => 'Random page', 'randompage-url'=> 'Special:Random', 'shortpages' => 'Short pages', 'longpages' => 'Long pages', 'deadendpages' => 'Dead-end pages', 'listusers' => 'User list', 'listadmins' => 'Admins list', 'specialpages' => 'Special pages', 'spheading' => 'Special pages for all users', 'restrictedpheading' => 'Restricted special pages', 'asksqlpheading' => 'asksql level', 'blockpheading' => 'block level', 'createaccountpheading' => 'createaccount level', 'deletepheading' => 'delete level', 'userrightspheading' => 'userrights level', 'grouprightspheading' => 'grouprights level', 'siteadminpheading' => 'siteadmin level', /** obsoletes 'sysopspheading' => 'For sysop use only', 'developerspheading' => 'For developer use only', */ 'protectpage' => 'Protect page', 'recentchangeslinked' => 'Related changes', 'rclsub' => "(to pages linked from \"$1\")", 'debug' => 'Debug', 'newpages' => 'New pages', 'ancientpages' => 'Oldest pages', 'intl' => 'Interlanguage links', 'move' => 'Move', 'movethispage' => 'Move this page', 'unusedimagestext' => '

Please note that other web sites may link to an image with a direct URL, and so may still be listed here despite being in active use.

', 'booksources' => 'Book sources', 'categoriespagetext' => 'The following categories exist in the wiki.', 'data' => 'Data', 'userrights' => 'User rights management', 'groups' => 'User groups', # FIXME: Other sites, of course, may have affiliate relations with the booksellers list 'booksourcetext' => "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. {{SITENAME}} is not affiliated with any of these businesses, and this list should not be construed as an endorsement.", 'isbn' => 'ISBN', 'rfcurl' => 'http://www.faqs.org/rfcs/rfc$1.html', 'pubmedurl' => 'http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=pubmed&dopt=Abstract&list_uids=$1', 'alphaindexline' => "$1 to $2", 'version' => 'Version', 'log' => 'Logs', 'alllogstext' => 'Combined display of upload, deletion, protection, blocking, and sysop logs. You can narrow down the view by selecting a log type, the user name, or the affected page.', # Special:Allpages 'nextpage' => 'Next page ($1)', 'allpagesfrom' => 'Display pages starting at:', 'allarticles' => 'All articles', 'allnonarticles' => 'All non-articles', 'allinnamespace' => 'All pages ($1 namespace)', 'allnotinnamespace' => 'All pages (not in $1 namespace)', 'allpagesprev' => 'Previous', 'allpagesnext' => 'Next', 'allpagessubmit' => 'Go', # E this user # 'mailnologin' => 'No send address', '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.", 'emailuser' => 'E-mail this user', 'emailpage' => 'E-mail user', 'emailpagetext' => 'If this user has entered a valid e-mail address in his or her user preferences, the form below will send a single message. The e-mail address you entered in your user preferences will appear as the "From" address of the mail, so the recipient will be able to reply.', 'usermailererror' => 'Mail object returned error: ', 'defemailsubject' => "{{SITENAME}} e-mail", 'noemailtitle' => 'No e-mail address', 'noemailtext' => 'This user has not specified a valid e-mail address, or has chosen not to receive e-mail from other users.', 'emailfrom' => 'From', 'emailto' => 'To', 'emailsubject' => 'Subject', 'emailmessage' => 'Message', 'emailsend' => 'Send', 'emailsent' => 'E-mail sent', 'emailsenttext' => 'Your e-mail message has been sent.', # Watchlist # 'watchlist' => 'My watchlist', 'watchlistsub' => "(for user \"$1\")", 'nowatchlist' => 'You have no items on your watchlist.', 'watchnologin' => 'Not logged in', 'watchnologintext' => "You must be [[Special:Userlogin|logged in]] to modify your watchlist.", 'addedwatch' => 'Added to watchlist', 'addedwatchtext' => "The page \"$1\" has been added to your [[Special:Watchlist|watchlist]]. 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.

If you want to remove the page from your watchlist later, click \"Stop watching\" in the sidebar.", 'removedwatch' => 'Removed from watchlist', 'removedwatchtext' => "The page \"$1\" has been removed from your watchlist.", 'watch' => 'Watch', 'watchthispage' => 'Watch this page', 'unwatch' => 'Unwatch', 'unwatchthispage' => 'Stop watching', 'notanarticle' => 'Not a content page', 'watchnochange' => 'None of your watched items were edited in the time period displayed.', 'watchdetails' => "($1 pages watched not counting talk pages; $2 total pages edited since cutoff; $3... show and edit complete list.)", 'watchmethod-recent'=> 'checking recent edits for watched pages', 'watchmethod-list' => 'checking watched pages for recent edits', 'removechecked' => 'Remove checked items from watchlist', 'watchlistcontains' => "Your watchlist contains $1 pages.", 'watcheditlist' => 'Here\'s an alphabetical list of your watched content pages. Check the boxes of pages you want to remove from your watchlist and click the \'remove checked\' button at the bottom of the screen (deleting a content page also deletes the accompanying talk page and vice versa).', 'removingchecked' => 'Removing requested items from watchlist...', 'couldntremove' => "Couldn't remove item '$1'...", 'iteminvalidname' => "Problem with item '$1', invalid name...", 'wlnote' => 'Below are the last $1 changes in the last $2 hours.', 'wlshowlast' => 'Show last $1 hours $2 days $3', 'wlsaved' => 'This is a saved version of your watchlist.', 'wlhideshowown' => '$1 my edits.', 'wlshow' => 'Show', 'wlhide' => 'Hide', 'enotif_mailer' => '{{SITENAME}} Notification Mailer', 'enotif_infotext' => "* Email notification is enabled * Pages which have been changed since you last visited them are shown in '''bold'''", 'enotif_reset' => 'Mark all pages visited', 'enotif_newpagetext'=> 'This is a new page.', 'enotif_to' => '$WATCHINGUSERNAME_QP <$WATCHINGUSEREMAILADDR>', 'changed' => 'changed', 'created' => 'created', 'enotif_subject' => '{{SITENAME}} page $PAGETITLE has been $CHANGEDORCREATED by $PAGEEDITOR', 'enotif_lastvisited' => 'See {{SERVER}}{{localurl:$PAGETITLE_RAWURL|diff=0&oldid=$OLDID}} for all changes since your last visit.', 'enotif_body' => 'Dear $WATCHINGUSERNAME, the {{SITENAME}} page $PAGETITLE has been $CHANGEDORCREATED on $PAGEEDITDATE by $PAGEEDITOR, see {{SERVER}}{{localurl:$PAGETITLE_RAWURL}} for the current version. $NEWPAGE Editor\'s summary: $PAGESUMMARY $PAGEMINOREDIT Contact the editor: mail {{SERVER}}{{localurl:Special:Emailuser|target=$PAGEEDITOR_RAWURL}} wiki {{SERVER}}{{localurl:User:$PAGEEDITOR_RAWURL}} There will be no other notifications in case of further changes unless you visit this page. You could also reset the notification flags for all your watched pages on your watchlist. Your friendly {{SITENAME}} notification system -- To change your watchlist settings, visit {{SERVER}}{{localurl:Special:Watchlist|edit=yes}} Feedback and further assistance: {{SERVER}}{{localurl:Help:Contents}}', # Delete/protect/revert # 'deletepage' => 'Delete page', 'confirm' => 'Confirm', 'excontent' => 'content was:', 'exbeforeblank' => 'content before blanking was:', 'exblank' => 'page was empty', 'confirmdelete' => 'Confirm delete', 'deletesub' => "(Deleting \"$1\")", 'historywarning' => 'Warning: The page you are about to delete has a history: ', 'confirmdeletetext' => "You are about to permanently delete a page or image along with all of its history from the database. Please confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with [[Project:Policy]].", 'actioncomplete' => 'Action complete', 'deletedtext' => "\"$1\" has been deleted. See $2 for a record of recent deletions.", 'deletedarticle' => "deleted \"[[$1]]\"", 'dellogpage' => 'Deletion_log', 'dellogpagetext' => 'Below is a list of the most recent deletions.', 'deletionlog' => 'deletion log', 'reverted' => 'Reverted to earlier revision', 'deletecomment' => 'Reason for deletion', 'imagereverted' => 'Revert to earlier version was successful.', 'rollback' => 'Roll back edits', 'rollback_short' => 'Rollback', 'rollbacklink' => 'rollback', 'rollbackfailed' => 'Rollback failed', 'cantrollback' => 'Cannot revert edit; last contributor is only author of this page.', 'alreadyrolled' => "Cannot rollback last edit of [[$1]] by [[User:$2|$2]] ([[User talk:$2|Talk]]); someone else has edited or rolled back the page already. Last edit was by [[User:$3|$3]] ([[User talk:$3|Talk]]). ", # only shown if there is an edit comment 'editcomment' => "The edit comment was: \"$1\".", 'revertpage' => "Reverted edit of $2, changed back to last version by $1", 'sessionfailure' => 'There seems to be a problem with your login session; this action has been canceled as a precaution against session hijacking. Please hit "back" and reload the page you came from, then try again.', 'protectlogpage' => 'Protection_log', 'protectlogtext' => "Below is a list of page locks/unlocks. See [[Project:Protected page]] for more information.", 'protectedarticle' => "protected \"[[$1]]\"", 'unprotectedarticle' => "unprotected \"[[$1]]\"", 'protectsub' =>"(Protecting \"$1\")", 'confirmprotecttext' => 'Do you really want to protect this page?', 'confirmprotect' => 'Confirm protection', 'protectmoveonly' => 'Protect from moves only', 'protectcomment' => 'Reason for protecting', 'unprotectsub' =>"(Unprotecting \"$1\")", 'confirmunprotecttext' => 'Do you really want to unprotect this page?', 'confirmunprotect' => 'Confirm unprotection', 'unprotectcomment' => 'Reason for unprotecting', 'protectreason' => '(give a reason)', # Undelete 'undelete' => 'Restore deleted page', 'undeletepage' => 'View and restore deleted pages', 'undeletepagetext' => 'The following pages have been deleted but are still in the archive and can be restored. The archive may be periodically cleaned out.', 'undeletearticle' => 'Restore deleted page', 'undeleterevisions' => "$1 revisions archived", 'undeletehistory' => 'If you restore the page, all revisions will be restored to the history. If a new page with the same name has been created since the deletion, the restored revisions will appear in the prior history, and the current revision of the live page will not be automatically replaced.', 'undeleterevision' => "Deleted revision as of $1", 'undeletebtn' => 'Restore!', 'undeletedarticle' => "restored \"[[$1]]\"", 'undeletedrevisions' => "$1 revisions restored", 'undeletedtext' => "[[$1]] has been successfully restored. See [[Special:Log/delete]] for a record of recent deletions and restorations.", # Namespace form on various pages 'namespace' => 'Namespace:', 'invert' => 'Invert selection', # Contributions # 'contributions' => 'User contributions', 'mycontris' => 'My contributions', 'contribsub' => "For $1", 'nocontribs' => 'No changes were found matching these criteria.', 'ucnote' => "Below are this user's last $1 changes in the last $2 days.", 'uclinks' => "View the last $1 changes; view the last $2 days.", 'uctop' => ' (top)' , 'newbies' => 'newbies', # What links here # 'whatlinkshere' => 'What links here', 'notargettitle' => 'No target', 'notargettext' => 'You have not specified a target page or user to perform this function on.', 'linklistsub' => '(List of links)', 'linkshere' => 'The following pages link to here:', 'nolinkshere' => 'No pages link to here.', 'isredirect' => 'redirect page', # Block/unblock IP # 'blockip' => 'Block user', 'blockiptext' => "Use the form below to block write access from a specific IP address or username. This should be done only only to prevent vandalism, and in accordance with [[Project:Policy|policy]]. Fill in a specific reason below (for example, citing particular pages that were vandalized).", 'ipaddress' => 'IP Address', 'ipadressorusername' => 'IP Address or username', 'ipbexpiry' => 'Expiry', 'ipbreason' => 'Reason', 'ipbsubmit' => 'Block this user', 'badipaddress' => 'Invalid IP address', 'blockipsuccesssub' => 'Block succeeded', 'blockipsuccesstext' => "\"$1\" has been blocked.
See [[Special:Ipblocklist|IP block list]] to review blocks.", 'unblockip' => 'Unblock user', 'unblockiptext' => 'Use the form below to restore write access to a previously blocked IP address or username.', 'ipusubmit' => 'Unblock this address', 'ipusuccess' => "\"[[$1]]\" unblocked", 'ipblocklist' => 'List of blocked IP addresses and usernames', 'blocklistline' => "$1, $2 blocked $3 (expires $4)", 'blocklink' => 'block', 'unblocklink' => 'unblock', 'contribslink' => 'contribs', 'autoblocker' => "Autoblocked because you share an IP address with \"$1\". Reason \"$2\".", 'blocklogpage' => 'Block_log', 'blocklogentry' => 'blocked "[[$1]]" with an expiry time of $2', 'blocklogtext' => 'This is a log of user blocking and unblocking actions. Automatically blocked IP addresses are not listed. See the [[Special:Ipblocklist|IP block list]] for the list of currently operational bans and blocks.', 'unblocklogentry' => 'unblocked "$1"', 'range_block_disabled' => 'The sysop ability to create range blocks is disabled.', 'ipb_expiry_invalid' => 'Expiry time invalid.', 'ip_range_invalid' => "Invalid IP range.\n", 'proxyblocker' => 'Proxy blocker', 'proxyblockreason' => 'Your IP address has been blocked because it is an open proxy. Please contact your Internet service provider or tech support and inform them of this serious security problem.', 'proxyblocksuccess' => "Done.\n", 'sorbs' => 'SORBS DNSBL', 'sorbsreason' => 'Your IP address is listed as an open proxy in the [http://www.sorbs.net SORBS] DNSBL.', # Developer tools # 'lockdb' => 'Lock database', 'unlockdb' => 'Unlock database', '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. Please confirm that this is what you intend to do, and that you will unlock the database when your maintenance is done.', '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. Please confirm that this is what you intend to do.', 'lockconfirm' => 'Yes, I really want to lock the database.', 'unlockconfirm' => 'Yes, I really want to unlock the database.', 'lockbtn' => 'Lock database', 'unlockbtn' => 'Unlock database', 'locknoconfirm' => 'You did not check the confirmation box.', 'lockdbsuccesssub' => 'Database lock succeeded', 'unlockdbsuccesssub' => 'Database lock removed', 'lockdbsuccesstext' => 'The database has been locked.
Remember to remove the lock after your maintenance is complete.', 'unlockdbsuccesstext' => 'The database has been unlocked.', # SQL query # 'asksql' => 'SQL query', 'asksqltext' => "Use the form below to make a direct query of the database. Use single quotes ('like this') to delimit string literals. This can often add considerable load to the server, so please use this function sparingly.", 'sqlislogged' => 'Please note that all queries are logged.', 'sqlquery' => 'Enter query', 'querybtn' => 'Submit query', 'selectonly' => 'Only read-only queries are allowed.', 'querysuccessful' => 'Query successful', # Make sysop 'makesysoptitle' => 'Make a user into a sysop', 'makesysoptext' => 'This form is used by bureaucrats to turn ordinary users into administrators. Type the name of the user in the box and press the button to make the user an administrator', 'makesysopname' => 'Name of the user:', 'makesysopsubmit' => 'Make this user into a sysop', 'makesysopok' => "User \"$1\" is now a sysop", 'makesysopfail' => "User \"$1\" could not be made into a sysop. (Did you enter the name correctly?)", 'setbureaucratflag' => 'Set bureaucrat flag', 'setstewardflag' => 'Set steward flag', 'bureaucratlog' => 'Bureaucrat_log', 'rightslogtext' => 'This is a log of changes to user rights.', 'bureaucratlogentry' => "Changed group membership for $1 from $2 to $3", 'rights' => 'Rights:', 'set_user_rights' => 'Set user rights', 'user_rights_set' => "User rights for \"$1\" updated", 'set_rights_fail' => "User rights for \"$1\" could not be set. (Did you enter the name correctly?)", 'makesysop' => 'Make a user into a sysop', 'already_sysop' => 'This user is already an administrator', 'already_bureaucrat' => 'This user is already a bureaucrat', 'already_steward' => 'This user is already a steward', # Validation 'val_yes' => 'Yes', 'val_no' => 'No', 'val_revision' => 'Revision', 'val_time' => 'Time', 'val_list_header' => '#TopicRangeAction', 'val_add' => 'Add', 'val_del' => 'Delete', 'val_warning' => 'Never, ever, change something here without explicit community consensus!', 'val_rev_for' => 'Revisions for ', 'val_rev_stats_link' => 'See the validation statistics for "$1" here', 'val_iamsure' => 'Check this box if you really mean it!', 'val_clear_old' => 'Clear my older validation data', 'val_merge_old' => 'Use my previous assessment where selected \'No opinion\'', 'val_form_note' => 'Hint: Merging your data means that for the article revision you select, all options where you have specified no opinion will be set to the value and comment of the most recent revision for which you have expressed an opinion. For example, if you want to change a single option for a newer revision, but also keep your other settings for this article in this revision, just select which option you intend to change, and merging will fill in the other options with your previous settings.', 'val_noop' => 'No opinion', 'val_percent' => '$1%
($2 of $3 points
by $4 users)', 'val_percent_single' => '$1%
($2 of $3 points
by one user)', 'val_total' => 'Total', 'val_version' => 'Version', 'val_tab' => 'Validate', 'val_this_is_current_version' => 'this is the latest version', 'val_version_of' => "Version of $1" , 'val_table_header' => "Class$1Opinion$1Comment\n", 'val_stat_link_text' => 'Validation statistics for this article', 'val_view_version' => 'View this revision', 'val_validate_version' => 'Validate this version', 'val_user_validations' => 'This user has validated $1 pages.', 'val_no_anon_validation' => 'You have to be logged in to validate an article.', 'val_validate_article_namespace_only' => 'Only articles can be validated. This page is not in the article namespace.', 'val_validated' => 'Validation done.', 'val_article_lists' => 'List of validated articles', 'val_page_validation_statistics' => 'Page validation statistics for $1', # Move page # 'movepage' => 'Move page', 'movepagetext' => 'Using the form below will rename a page, moving all of its history to the new name. The old title will become a redirect page to the new title. Links to the old page title will not be changed; be sure to check for double or broken redirects. You are responsible for making sure that links continue to point where they are supposed to go. 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. This means that you can rename a page back to where it was just renamed from if you make a mistake, and you cannot overwrite an existing page. WARNING! This can be a drastic and unexpected change for a popular page; please be sure you understand the consequences of this before proceeding.', 'movepagetalktext' => 'The associated talk page, if any, will be automatically moved along with it \'\'\'unless:\'\'\' *You are moving the page across namespaces, *A non-empty talk page already exists under the new name, or *You uncheck the box below. In those cases, you will have to move or merge the page manually if desired.', 'movearticle' => 'Move page', 'movenologin' => 'Not logged in', 'movenologintext' => "You must be a registered user and [[Special:Userlogin|logged in]] to move a page.", 'newtitle' => 'To new title', 'movepagebtn' => 'Move page', 'pagemovedsub' => 'Move succeeded', 'pagemovedtext' => "Page \"[[$1]]\" moved to \"[[$2]]\".", 'articleexists' => 'A page of that name already exists, or the name you have chosen is not valid. Please choose another name.', 'talkexists' => 'The page itself was moved successfully, but the talk page could not be moved because one already exists at the new title. Please merge them manually.', 'movedto' => 'moved to', 'movetalk' => 'Move "talk" page as well, if applicable.', 'talkpagemoved' => 'The corresponding talk page was also moved.', 'talkpagenotmoved' => 'The corresponding talk page was not moved.', '1movedto2' => "[[$1]] moved to [[$2]]", '1movedto2_redir' => '[[$1]] moved to [[$2]] over redirect', 'movelogpage' => 'Move log', 'movelogpagetext' => 'Below is a list of page moved.', 'movereason' => 'Reason', 'revertmove' => 'revert', 'delete_and_move' => 'Delete and move', 'delete_and_move_text' => '==Deletion required== The destination article "[[$1]]" already exists. Do you want to delete it to make way for the move?', 'delete_and_move_reason' => 'Deleted to make way for move', 'selfmove' => "Source and destination titles are the same; can't move a page over itself.", 'immobile_namespace' => "Destination title is of a special type; cannot move pages into that namespace.", # Export 'export' => 'Export pages', 'exporttext' => 'You can export the text and editing history of a particular page or set of pages wrapped in some XML. In the future, this may then be imported into another wiki running MediaWiki software, although there is no support for this feature in the current version. To export article pages, enter the titles in the text box below, one title per line, and select whether you want the current version as well as all old versions, with the page history lines, or just the current version with the info about the last edit. In the latter case you can also use a link, e.g. [[{{ns:Special}}:Export/Train]] for the article [[Train]]. ', 'exportcuronly' => 'Include only the current revision, not the full history', # Namespace 8 related 'allmessages' => 'All system messages', 'allmessagesname' => 'Name', 'allmessagesdefault' => 'Default text', 'allmessagescurrent' => 'Current text', 'allmessagestext' => 'This is a list of all system messages available in the MediaWiki: namespace.', 'allmessagesnotsupportedUI' => 'Your current interface language $1 is not supported by Special:AllMessages at this site. ', 'allmessagesnotsupportedDB' => 'Special:AllMessages not supported because wgUseDatabaseMessages is off.', # Thumbnails 'thumbnail-more' => 'Enlarge', 'missingimage' => "Missing image
$1\n", 'filemissing' => 'File missing', # Special:Import 'import' => 'Import pages', 'importtext' => 'Please export the file from the source wiki using the Special:Export utility, save it to your disk and upload it here.', 'importfailed' => "Import failed: $1", 'importnotext' => 'Empty or no text', 'importsuccess' => 'Import succeeded!', 'importhistoryconflict' => 'Conflicting history revision exists (may have imported this page before)', # Keyboard access keys for power users 'accesskey-search' => 'f', 'accesskey-minoredit' => 'i', 'accesskey-save' => 's', 'accesskey-preview' => 'p', 'accesskey-diff' => 'd', 'accesskey-compareselectedversions' => 'v', # tooltip help for some actions, most are in Monobook.js 'tooltip-search' => 'Search this wiki [alt-f]', 'tooltip-minoredit' => 'Mark this as a minor edit [alt-i]', 'tooltip-save' => 'Save your changes [alt-s]', 'tooltip-preview' => 'Preview your changes, please use this before saving! [alt-p]', 'tooltip-diff' => 'Show which changes you made to the text. [alt-d]', 'tooltip-compareselectedversions' => 'See the differences between the two selected versions of this page. [alt-v]', 'tooltip-watch' => 'Add this page to your watchlist [alt-w]', # stylesheets 'Monobook.css' => '/* edit this file to customize the monobook skin for the entire site */', #'Monobook.js' => '/* edit this file to change js things in the monobook skin */', # Metadata 'nodublincore' => 'Dublin Core RDF metadata disabled for this server.', 'nocreativecommons' => 'Creative Commons RDF metadata disabled for this server.', 'notacceptable' => 'The wiki server can\'t provide data in a format your client can read.', # Attribution 'anonymous' => "Anonymous user(s) of $wgSitename", 'siteuser' => "$wgSitename user $1", 'lastmodifiedby' => "This page was last modified $1 by $2.", 'and' => 'and', 'othercontribs' => "Based on work by $1.", 'others' => 'others', 'siteusers' => "$wgSitename user(s) $1", 'creditspage' => 'Page credits', 'nocredits' => 'There is no credits info available for this page.', # Spam protection 'spamprotectiontitle' => 'Spam protection filter', 'spamprotectiontext' => 'The page you wanted to save was blocked by the spam filter. This is probably caused by a link to an external site.', 'spamprotectionmatch' => 'The following text is what triggered our spam filter: $1', 'subcategorycount' => "There are $1 subcategories to this category.", 'subcategorycount1' => "There is $1 subcategory to this category.", 'categoryarticlecount' => "There are $1 articles in this category.", 'categoryarticlecount1' => "There is $1 article in this category.", 'usenewcategorypage' => "1\n\nSet first character to \"0\" to disable the new category page layout.", 'listingcontinuesabbrev' => " cont.", # Info page 'infosubtitle' => 'Information for page', 'numedits' => 'Number of edits (article): $1', 'numtalkedits' => 'Number of edits (discussion page): $1', 'numwatchers' => 'Number of watchers: $1', 'numauthors' => 'Number of distinct authors (article): $1', 'numtalkauthors' => 'Number of distinct authors (discussion page): $1', # Math options 'mw_math_png' => 'Always render PNG', 'mw_math_simple' => 'HTML if very simple or else PNG', 'mw_math_html' => 'HTML if possible or else PNG', 'mw_math_source' => 'Leave it as TeX (for text browsers)', 'mw_math_modern' => 'Recommended for modern browsers', 'mw_math_mathml' => 'MathML if possible (experimental)', # Patrolling 'markaspatrolleddiff' => "Mark as patrolled", 'markaspatrolledlink' => "[$1]", 'markaspatrolledtext' => "Mark this article as patrolled", 'markedaspatrolled' => "Marked as patrolled", 'markedaspatrolledtext' => "The selected revision has been marked as patrolled.", 'rcpatroldisabled' => "Recent Changes Patrol disabled", 'rcpatroldisabledtext' => "The Recent Changes Patrol feature is currently disabled.", # Monobook.js: tooltips and access keys for monobook 'Monobook.js' => '/* tooltips and access keys */ ta = new Object(); ta[\'pt-userpage\'] = new Array(\'.\',\'My user page\'); ta[\'pt-anonuserpage\'] = new Array(\'.\',\'The user page for the ip you\\\'re editing as\'); ta[\'pt-mytalk\'] = new Array(\'n\',\'My talk page\'); ta[\'pt-anontalk\'] = new Array(\'n\',\'Discussion about edits from this ip address\'); ta[\'pt-preferences\'] = new Array(\'\',\'My preferences\'); ta[\'pt-watchlist\'] = new Array(\'l\',\'The list of pages you\\\'re monitoring for changes.\'); ta[\'pt-mycontris\'] = new Array(\'y\',\'List of my contributions\'); ta[\'pt-login\'] = new Array(\'o\',\'You are encouraged to log in, it is not mandatory however.\'); ta[\'pt-anonlogin\'] = new Array(\'o\',\'You are encouraged to log in, it is not mandatory however.\'); ta[\'pt-logout\'] = new Array(\'o\',\'Log out\'); ta[\'ca-talk\'] = new Array(\'t\',\'Discussion about the content page\'); ta[\'ca-edit\'] = new Array(\'e\',\'You can edit this page. Please use the preview button before saving.\'); ta[\'ca-addsection\'] = new Array(\'+\',\'Add a comment to this discussion.\'); ta[\'ca-viewsource\'] = new Array(\'e\',\'This page is protected. You can view its source.\'); ta[\'ca-history\'] = new Array(\'h\',\'Past versions of this page.\'); ta[\'ca-protect\'] = new Array(\'=\',\'Protect this page\'); ta[\'ca-delete\'] = new Array(\'d\',\'Delete this page\'); ta[\'ca-undelete\'] = new Array(\'d\',\'Restore the edits done to this page before it was deleted\'); ta[\'ca-move\'] = new Array(\'m\',\'Move this page\'); ta[\'ca-nomove\'] = new Array(\'\',\'You don\\\'t have the permissions to move this page\'); ta[\'ca-watch\'] = new Array(\'w\',\'Add this page to your watchlist\'); ta[\'ca-unwatch\'] = new Array(\'w\',\'Remove this page from your watchlist\'); ta[\'search\'] = new Array(\'f\',\'Search this wiki\'); ta[\'p-logo\'] = new Array(\'\',\'Main Page\'); ta[\'n-mainpage\'] = new Array(\'z\',\'Visit the Main Page\'); ta[\'n-portal\'] = new Array(\'\',\'About the project, what you can do, where to find things\'); ta[\'n-currentevents\'] = new Array(\'\',\'Find background information on current events\'); ta[\'n-recentchanges\'] = new Array(\'r\',\'The list of recent changes in the wiki.\'); ta[\'n-randompage\'] = new Array(\'x\',\'Load a random page\'); ta[\'n-help\'] = new Array(\'\',\'The place to find out.\'); ta[\'n-sitesupport\'] = new Array(\'\',\'Support us\'); ta[\'t-whatlinkshere\'] = new Array(\'j\',\'List of all wiki pages that link here\'); ta[\'t-recentchangeslinked\'] = new Array(\'k\',\'Recent changes in pages linked from this page\'); ta[\'feed-rss\'] = new Array(\'\',\'RSS feed for this page\'); ta[\'feed-atom\'] = new Array(\'\',\'Atom feed for this page\'); ta[\'t-contributions\'] = new Array(\'\',\'View the list of contributions of this user\'); ta[\'t-emailuser\'] = new Array(\'\',\'Send a mail to this user\'); ta[\'t-upload\'] = new Array(\'u\',\'Upload images or media files\'); ta[\'t-specialpages\'] = new Array(\'q\',\'List of all special pages\'); ta[\'ca-nstab-main\'] = new Array(\'c\',\'View the content page\'); ta[\'ca-nstab-user\'] = new Array(\'c\',\'View the user page\'); ta[\'ca-nstab-media\'] = new Array(\'c\',\'View the media page\'); ta[\'ca-nstab-special\'] = new Array(\'\',\'This is a special page, you can\\\'t edit the page itself.\'); ta[\'ca-nstab-wp\'] = new Array(\'a\',\'View the project page\'); ta[\'ca-nstab-image\'] = new Array(\'c\',\'View the image page\'); ta[\'ca-nstab-mediawiki\'] = new Array(\'c\',\'View the system message\'); ta[\'ca-nstab-template\'] = new Array(\'c\',\'View the template\'); ta[\'ca-nstab-help\'] = new Array(\'c\',\'View the help page\'); ta[\'ca-nstab-category\'] = new Array(\'c\',\'View the category page\'); ', # image deletion 'deletedrevision' => 'Deleted old revision $1.', # browsing diffs 'previousdiff' => '← Previous diff', 'nextdiff' => 'Next diff →', 'imagemaxsize' => 'Limit images on image description pages to: ', 'thumbsize' => 'Thumbnail size : ', 'showbigimage' => 'Download high resolution version ($1x$2, $3 KB)', 'newimages' => 'New images gallery', 'noimages' => 'Nothing to see.', 'sitesettings' => 'Site Settings', # short names for language variants used for language conversion links. # to disable showing a particular link, set it to 'disable', e.g. # 'variantname-zh-sg' => 'disable', 'variantname-zh-cn' => 'cn', 'variantname-zh-tw' => 'tw', 'variantname-zh-hk' => 'hk', 'variantname-zh-sg' => 'sg', 'variantname-zh' => 'zh', # Chinese conversion table 'zhconversiontable' => '-{}-', # labels for User: and Title: on Special:Log pages 'specialloguserlabel' => 'User: ', 'speciallogtitlelabel' => 'Title: ', 'passwordtooshort' => 'Your password is too short. It must have at least $1 characters.', # Metadata 'metadata' => 'Metadata', # Exif tags 'exif-imagewidth' =>'Width', 'exif-imagelength' =>'Height', 'exif-bitspersample' =>'Bits per component', 'exif-compression' =>'Compression scheme', 'exif-photometricinterpretation' =>'Pixel composition', 'exif-orientation' =>'Orientation', 'exif-samplesperpixel' =>'Number of components', 'exif-planarconfiguration' =>'Data arrangement', 'exif-ycbcrsubsampling' =>'Subsampling ratio of Y to C', 'exif-ycbcrpositioning' =>'Y and C positioning', 'exif-xresolution' =>'Image resolution in width direction', 'exif-yresolution' =>'Image resolution in height direction', 'exif-resolutionunit' =>'Unit of X and Y resolution', 'exif-stripoffsets' =>'Image data location', 'exif-rowsperstrip' =>'Number of rows per strip', 'exif-stripbytecounts' =>'Bytes per compressed strip', 'exif-jpeginterchangeformat' =>'Offset to JPEG SOI', 'exif-jpeginterchangeformatlength' =>'Bytes of JPEG data', 'exif-transferfunction' =>'Transfer function', 'exif-whitepoint' =>'White point chromaticity', 'exif-primarychromaticities' =>'Chromaticities of primarities', 'exif-ycbcrcoefficients' =>'Color space transformation matrix coefficients', 'exif-referenceblackwhite' =>'Pair of black and white reference values', 'exif-datetime' =>'File change date and time', 'exif-imagedescription' =>'Image title', 'exif-make' =>'Camera manufacturer', 'exif-model' =>'Camera model', 'exif-software' =>'Software used', 'exif-artist' =>'Author', 'exif-copyright' =>'Copyright holder', 'exif-exifversion' =>'Exif version', 'exif-flashpixversion' =>'Supported Flashpix version', 'exif-colorspace' =>'Color space', 'exif-componentsconfiguration' =>'Meaning of each component', 'exif-compressedbitsperpixel' =>'Image compression mode', 'exif-pixelydimension' =>'Valid image width', 'exif-pixelxdimension' =>'Valind image height', 'exif-makernote' =>'Manufacturer notes', 'exif-usercomment' =>'User comments', 'exif-relatedsoundfile' =>'Related audio file', 'exif-datetimeoriginal' =>'Date and time of original data generation', 'exif-datetimedigitized' =>'Date and time of original data generation', 'exif-subsectime' =>'DateTime subseconds', 'exif-subsectimeoriginal' =>'DateTimeOriginal subseconds', 'exif-subsectimedigitized' =>'DateTimeDigitized subseconds', 'exif-exposuretime' =>'Exposure time', 'exif-fnumber' =>'F Number', 'exif-exposureprogram' =>'Exposure Program', 'exif-spectralsensitivity' =>'Spectral sensitivity', 'exif-isospeedratings' =>'ISO speed rating', 'exif-oecf' =>'Optoelectronic conversion factor', 'exif-shutterspeedvalue' =>'Shutter speed', 'exif-aperturevalue' =>'Aperture', 'exif-brightnessvalue' =>'Brightness', 'exif-exposurebiasvalue' =>'Exposure bias', 'exif-maxaperturevalue' =>'Maximum land aperture', 'exif-subjectdistance' =>'Subject distance', 'exif-meteringmode' =>'Metering mode', 'exif-lightsource' =>'Light source', 'exif-flash' =>'Flash', 'exif-focallength' =>'Lens focal length', 'exif-subjectarea' =>'Subject area', 'exif-flashenergy' =>'Flash energy', 'exif-spatialfrequencyresponse' =>'Spatial frequency response', 'exif-focalplanexresolution' =>'Focal plane X resolution', 'exif-focalplaneyresolution' =>'Focal plane Y resolution', 'exif-focalplaneresolutionunit' =>'Focal plane resolution unit', 'exif-subjectlocation' =>'Subject location', 'exif-exposureindex' =>'Exposure index', 'exif-sensingmethod' =>'Sensing method', 'exif-filesource' =>'File source', 'exif-scenetype' =>'Scene type', 'exif-cfapattern' =>'CFA pattern', 'exif-customrendered' =>'Custom image processing', 'exif-exposuremode' =>'Exposure mode', 'exif-whitebalance' =>'White Balance', 'exif-digitalzoomratio' =>'Digital zoom ratio', 'exif-focallengthin35mmfilm' =>'Focal length in 35 mm film', 'exif-scenecapturetype' =>'Scene capture type', 'exif-gaincontrol' =>'Scene control', 'exif-contrast' =>'Contrast', 'exif-saturation' =>'Saturation', 'exif-sharpness' =>'Sharpness', 'exif-devicesettingdescription' =>'Desice settings description', 'exif-subjectdistancerange' =>'Subject distance range', 'exif-imageuniqueid' =>'Unique image ID', 'exif-gpsversionid' =>'GPS tag version', 'exif-gpslatituderef' =>'North or South Latitude', 'exif-gpslatitude' =>'Latitude', 'exif-gpslongituderef' =>'East or West Longitude', 'exif-gpslongitude' =>'Longitude', 'exif-gpsaltituderef' =>'Altitude reference', 'exif-gpsaltitude' =>'Altitude', 'exif-gpstimestamp' =>'GPS time (atomic clock)', 'exif-gpssatellites' =>'Satellites used for measurement', 'exif-gpsstatus' =>'Receiver status', 'exif-gpsmeasuremode' =>'Measurement mode', 'exif-gpsdop' =>'Measurement precision', 'exif-gpsspeedref' =>'Speed unit', 'exif-gpsspeed' =>'Speed of GPS receiver', 'exif-gpstrackref' =>'Reference for direction of movement', 'exif-gpstrack' =>'Direction of movement', 'exif-gpsimgdirectionref' =>'Reference for direction of image', 'exif-gpsimgdirection' =>'Direction of image', 'exif-gpsmapdatum' =>'Geodetic survey data used', 'exif-gpsdestlatituderef' =>'Reference for latitude of destination', 'exif-gpsdestlatitude' =>'Latitude destination', 'exif-gpsdestlongituderef' =>'Reference for longitude of destination', 'exif-gpsdestlongitude' =>'Longitude of destination', 'exif-gpsdestbearingref' =>'Reference for bearing of destination', 'exif-gpsdestbearing' =>'Bearing of destination', 'exif-gpsdestdistanceref' =>'Reference for distance to destination', 'exif-gpsdestdistance' =>'Distance to destination', 'exif-gpsprocessingmethod' =>'Name of GPS processing method', 'exif-gpsareainformation' =>'Name of GPS area', 'exif-gpsdatestamp' =>'GPS date', 'exif-gpsdifferential' =>'GPS differential correction', # Make & model, can be wikified in order to link to the camera and model name 'exif-make-value' => '$1', 'exif-model-value' =>'$1', 'exif-software-value' => '$1', # Exif attributes 'exif-compression-1' => 'Uncompressed', 'exif-compression-6' => 'JPEG', 'exif-photometricinterpretation-1' => 'RGB', 'exif-photometricinterpretation-6' => 'YCbCr', 'exif-orientation-1' => 'Normal', // 0th row: top; 0th column: left 'exif-orientation-2' => 'Flipped horizontally', // 0th row: top; 0th column: right 'exif-orientation-3' => 'Rotated 180°', // 0th row: bottom; 0th column: right 'exif-orientation-4' => 'Flipped vertically', // 0th row: bottom; 0th column: left 'exif-orientation-5' => 'Rotated 90° CCW and flipped vertically', // 0th row: left; 0th column: top 'exif-orientation-6' => 'Roatated 90° CW', // 0th row: right; 0th column: top 'exif-orientation-7' => 'Roateted 90° CW and flipped vertically', // 0th row: right; 0th column: bottom 'exif-orientation-8' => 'Rotated 90° CCW', // 0th row: left; 0th column: bottom 'exif-planarconfiguration-1' => 'chunky format', 'exif-planarconfiguration-2' => 'planar format', 'exif-resolutionunit-2' => 'inches', 'exif-resolutionunit-3' => 'centimetres', 'exif-colorspace-1' => 'sRGB', 'exif-colorspace-ffff.h' => 'FFFF.H', 'exif-componentsconfiguration-0' => 'does not exist', 'exif-componentsconfiguration-1' => 'Y', 'exif-componentsconfiguration-2' => 'Cb', 'exif-componentsconfiguration-3' => 'Cr', 'exif-componentsconfiguration-4' => 'R', 'exif-componentsconfiguration-5' => 'G', 'exif-componentsconfiguration-6' => 'B', 'exif-exposureprogram-0' => 'Not defined', 'exif-exposureprogram-1' => 'Manual', 'exif-exposureprogram-2' => 'Normal program', 'exif-exposureprogram-3' => 'Aperture priority', 'exif-exposureprogram-4' => 'Shutter priority', 'exif-exposureprogram-5' => 'Creative program (biased toward depth of field)', 'exif-exposureprogram-6' => 'Action program (biased toward fast shutter speed)', 'exif-exposureprogram-7' => 'Portrait mode (for closeup photos with the background out of focus)', 'exif-exposureprogram-8' => 'Landscape mode (for landscape photos with the background in focus)', 'exif-meteringmode-0' => 'Unknown', 'exif-meteringmode-1' => 'Average', 'exif-meteringmode-2' => 'CenterWeightedAverage', 'exif-meteringmode-3' => 'Spot', 'exif-meteringmode-4' => 'MultiSpot', 'exif-meteringmode-5' => 'Pattern', 'exif-meteringmode-6' => 'Partial', 'exif-meteringmode-255' => 'Other', 'exif-lightsource-0' => 'Unknown', 'exif-lightsource-1' => 'Daylight', 'exif-lightsource-2' => 'Fluorescent', 'exif-lightsource-3' => 'Tungsten (incandescent light)', 'exif-lightsource-4' => 'Flash', 'exif-lightsource-9' => 'Fine weather', 'exif-lightsource-10' => 'Clody weather', 'exif-lightsource-11' => 'Shade', 'exif-lightsource-12' => 'Daylight fluorescent (D 5700 – 7100K)', 'exif-lightsource-13' => 'Day white fluorescent (N 4600 – 5400K)', 'exif-lightsource-14' => 'Cool white fluorescent (W 3900 – 4500K)', 'exif-lightsource-15' => 'White fluorescent (WW 3200 – 3700K)', 'exif-lightsource-17' => 'Standard light A', 'exif-lightsource-18' => 'Standard light B', 'exif-lightsource-19' => 'Standard light C', 'exif-lightsource-20' => 'D55', 'exif-lightsource-21' => 'D65', 'exif-lightsource-22' => 'D75', 'exif-lightsource-23' => 'D50', 'exif-lightsource-24' => 'ISO studio tungsten', 'exif-lightsource-255' => 'Other light source', 'exif-sensingmethod-1' => 'Undefined', 'exif-sensingmethod-2' => 'One-chip color area sensor', 'exif-sensingmethod-3' => 'Two-chip color area sensor', 'exif-sensingmethod-4' => 'Three-chip color area sensor', 'exif-sensingmethod-5' => 'Color sequential area sensor', 'exif-sensingmethod-7' => 'Trilinear sensor', 'exif-sensingmethod-8' => 'Color sequential linear sensor', 'exif-filesource-3' => 'DSC', 'exif-scenetype-1' => 'A directly photographed image', 'exif-customrendered-0' => 'Normal process', 'exif-customrendered-1' => 'Custom process', 'exif-exposuremode-0' => 'Auto exposure', 'exif-exposuremode-1' => 'Manual exposure', 'exif-exposuremode-2' => 'Auto bracket', 'exif-whitebalance-0' => 'Auto white balance', 'exif-whitebalance-1' => 'Manual white balance', 'exif-scenecapturetype-0' => 'Standard', 'exif-scenecapturetype-1' => 'Landscape', 'exif-scenecapturetype-2' => 'Portrait', 'exif-scenecapturetype-3' => 'Night scene', 'exif-gaincontrol-0' => 'None', 'exif-gaincontrol-1' => 'Low gain up', 'exif-gaincontrol-2' => 'High gain up', 'exif-gaincontrol-3' => 'Low gain down', 'exif-gaincontrol-4' => 'High gain down', 'exif-contrast-0' => 'Normal', 'exif-contrast-1' => 'Soft', 'exif-contrast-2' => 'Hard', 'exif-saturation-0' => 'Normal', 'exif-saturation-1' => 'Low saturation', 'exif-saturation-2' => 'High saturation', 'exif-sharpness-0' => 'Normal', 'exif-sharpness-1' => 'Soft', 'exif-sharpness-2' => 'Hard', 'exif-sharpness-0' => 'Unknown', 'exif-sharpness-1' => 'Macro', 'exif-sharpness-2' => 'Close view', 'exif-sharpness-3' => 'Distant view', 'exif-gpslatituderef-n' => 'North latitude', 'exif-gpslatituderef-s' => 'South latitude', 'exif-gpslongituderef-e' => 'East longitude', 'exif-gpslongituderef-w' => 'West longitude', 'exif-gpsstatus-a' => 'Measurement in progress', 'exif-gpsstatus-v' => 'Measurement interoperability', 'exif-gpsmeasuremode-2' => '2-dimensional measurement', 'exif-gpsmeasuremode-3' => '3-dimensional measurement', 'exif-gpsspeedref-k' => 'Kilometres per hour', 'exif-gpsspeedref-m' => 'Miles per hour', 'exif-gpsspeedref-n' => 'Knots', 'exif-gpstrackref-t' => 'True direction', 'exif-gpstrackref-m' => 'Magnetic direction', 'exif-gpsimgdirectionref-t' => 'True direction', 'exif-gpsimgdirectionref-m' => 'Magnetic direction', 'exif-gpsdestlatituderef-n' => 'North latitude', 'exif-gpsdestlatituderef-s' => 'South latitude', 'exif-gpsdestlongituderef-e' => 'East longitude', 'exif-gpsdestlongituderef-w' => 'West longitude', 'exif-gpsdestbearingref-t' => 'True direction', 'exif-gpsdestbearingref-m' => 'Magnetic direction', 'exif-gpsdestdistanceref-k' => 'Kilometres per hour', 'exif-gpsdestdistanceref-m' => 'Miles per hour', 'exif-gpsdestdistanceref-n' => 'Knots', # external editor support 'edit-externally' => 'Edit this file using an external application', 'edit-externally-help' => 'See the [http://meta.wikimedia.org/wiki/Help:External_editors setup instructions] for more information.', # 'all' in various places, this might be different for inflicted languages 'recentchangesall' => 'all', 'imagelistall' => 'all', 'watchlistall1' => 'all', 'watchlistall2' => 'all', 'contributionsall' => 'all', # E-mail address confirmation 'confirmemail' => 'Confirm E-mail address', 'confirmemail_text' => "This wiki requires that you validate your e-mail address before using e-mail features. Activate the button below to send a confirmation mail to your address. The mail will include a link containing a code; load the link in your browser to confirm that your e-mail address is valid.", 'confirmemail_send' => 'Mail a confirmation code', 'confirmemail_sent' => 'Confirmation e-mail sent.', 'confirmemail_sendfailed' => 'Could not send confirmation mail. Check address for invalid characters.', 'confirmemail_invalid' => 'Invalid confirmation code. The code may have expired.', 'confirmemail_success' => 'Your e-mail address has been confirmed. You may now log in and enjoy the wiki.', 'confirmemail_loggedin' => 'Your e-mail address has now been confirmed.', 'confirmemail_error' => 'Something went wrong saving your confirmation.', 'confirmemail_subject' => '{{SITENAME}} e-mail address confirmation', 'confirmemail_body' => "Someone, probably you from IP address $1, has registered an account \"$2\" with this e-mail address on {{SITENAME}}. To confirm that this account really does belong to you and activate e-mail features on {{SITENAME}}, open this link in your browser: $3 If this is *not* you, don't follow the link. This confirmation code will expire at $4. ", ); /* a fake language converter */ class fakeConverter { var $mLang; function fakeConverter($langobj) {$this->mLang = $langobj;} function convert($t, $i) {return $t;} function getVariants() { return array( strtolower( substr( get_class( $this->mLang ), 8 ) ) ); } function getPreferredVariant() {return strtolower( substr( get_class( $this->mLang ), 8 ) );} function findVariantLink(&$l, &$n) {} function getExtraHashOptions() {return '';} function getParsedTitle() {return '';} function markNoConversion($text) {return $text;} function convertCategoryKey( $key ) {return $key; } } #-------------------------------------------------------------------------- # Internationalisation code #-------------------------------------------------------------------------- class Language { var $mConverter; function Language() { # Copies any missing values in the specified arrays from En to the current language $fillin = array( 'wgSysopSpecialPages', 'wgValidSpecialPages', 'wgDeveloperSpecialPages' ); $name = get_class( $this ); if( strpos( $name, 'language' ) == 0){ $lang = ucfirst( substr( $name, 8 ) ); foreach( $fillin as $arrname ){ $langver = "{$arrname}{$lang}"; $enver = "{$arrname}En"; if( ! isset( $GLOBALS[$langver] ) || ! isset( $GLOBALS[$enver] )) continue; foreach($GLOBALS[$enver] as $spage => $text){ if( ! isset( $GLOBALS[$langver][$spage] ) ) $GLOBALS[$langver][$spage] = $text; } } } $this->mConverter = new fakeConverter($this); } /** * Exports the default user options as defined in * $wgDefaultUserOptionsEn, user preferences can override some of these * depending on what's in (Local|Default)Settings.php and some defines. * * @return array */ function getDefaultUserOptions() { global $wgDefaultUserOptionsEn ; return $wgDefaultUserOptionsEn ; } /** * Exports $wgBookstoreListEn * @return array */ function getBookstoreList() { global $wgBookstoreListEn ; return $wgBookstoreListEn ; } /** * @return array */ function getNamespaces() { global $wgNamespaceNamesEn; return $wgNamespaceNamesEn; } /** * A convenience function that returns the same thing as * getNamespaces() except with the array values changed to ' ' * where it found '_', useful for producing output to be displayed * e.g. in