System messages
|
This is a list of system messages available in the MediaWiki: namespace.
Name | Default text | Current text |
---|---|---|
1movedto2 Talk | $1 moved to $2 | $1 moved to $2 |
1movedto2_redir Talk | $1 moved to $2 over redirect | $1 moved to $2 over redirect |
Monobook.css Talk | /* edit this file to customize the monobook skin for the entire site */ | /* <pre> */ a { text-decoration: underline } /* Donations link to be uncommented during fundraising drives */ #siteNotice { margin-top:5px; padding-left: 4px; font-style: italic; text-align: center; } /****************************/ /* BEGIN LIGHT BLUE SECTION */ /****************************/ /* Make all non-namespace pages have a light blue content area. This is done by setting the background color for all #content areas to light blue and then overriding it for any #content enclosed in a .ns-0 (main namespace). I then do the same for the "tab" background colors. --Lupo */ #content { background: #F8FCFF; /* a light blue */ } #content div.thumb { border-color: #F8FCFF; } .ns-0 * #content { background: white; } #mytabs li { background: #F8FCFF; } .ns-0 * #mytabs li { background: white; } #mytabs li a { background-color: #F8FCFF; } .ns-0 * #mytabs li a { background-color: white; } #p-cactions li a { background-color: #F8FCFF; } .ns-0 * #p-cactions li a { background-color: white; } .ns-0 * #content div.thumb { border-color: white; } /**************************/ /* END LIGHT BLUE SECTION */ /**************************/ /* Display "From Wikipedia, the free encyclopedia" */ #siteSub { display: inline; font-size: 100%; font-weight: normal; } #bodyContent #siteSub a { color: #000; text-decoration: none; background-color: transparent; background-image: none; padding-right: 0; } /* Bold 'edit this page' link to encourage newcomers */ #ca-edit a { font-weight: bold !important; } /* Display "User $1, you are already logged in!" ([[MediaWiki:Alreadyloggedin]]) in red and bold */ div.alreadyloggedin { color: red; font-weight: bold; } @media print { /* Do not print edit link in templates using Template:Ed Do not print certain classes that shouldn't appear on paper */ .editlink, .noprint, .metadata, .dablink { display: none } } /* Style for "notices" */ .notice { text-align: justify; margin: 1em 0.5em; padding: 0.5em; } #disambig { border-top: 3px double #cccccc; border-bottom: 3px double #cccccc; } #spoiler { border-top: 2px solid #ddd; border-bottom:2px solid #ddd; } /* Accessibility experiment: make diff changes not just colour-based */ .diffchange { font-weight: bold; background-color: inherit; } td.diff-addedline, td.diff-deletedline, td.diff-context { font-size: 85%; color: inherit; } #pt-login { font-weight: bold; font-size: 110%; } form#userlogin { float: left; padding: 1em 1em .7em 1em; background-color: #ffffe6; border: 2px solid #fc6; color: #000; margin-right: 2em; } form#userlogin table { float: left; background-color: #ffffe6; color: #000; } p.error { font-weight: bold; } /* Class styles */ /* .toccolours added here because version in monobook/main.css wasn't being used by the print style */ .toccolours { border:1px solid #aaaaaa; background-color:#f9f9f9; padding:5px; font-size: 95%; } /* Remove padding from external links displayed without icon */ #bodyContent .plainlinks a {padding: 0 !important} /* Experiment: slightly fade inactive tabs */ #p-cactions a { filter: alpha(opacity=90); } #p-cactions a:hover, #p-cactions .selected a { filter: none; } #p-nav h5 { display: none; } .portlet a { text-decoration: none; } .portlet a:hover { text-decoration: underline; } #p-nav .pBody { padding-right: 0; } #p-nav a { display: block; width: 100%; } /* Special characters list below edit window works better without underlining */ #editpage-specialchars a { text-decoration: none; } #editpage-specialchars a:hover { text-decoration: underline; } /* If you don't want to see special characters list at all, put the following line in your User:You/monobook.css file (and remove the slash-asterisk comments) */ /* #editpage-specialchars { display: none; } */ /* Makes the background of a framed image white instead of gray. */ /* Only visible with transparent images. */ /* See #Framed_image_background_color */ div.thumb div a img { background-color:#ffffff; } /* Standard talk template style */ .Talk-Notice { border: 1px solid #C0C090; background-color: #F8EABA; margin-bottom: 3px; width: 85%; border-spacing: 3px; margin-left: auto; margin-right: auto; } /* Make template background appear correctly on all browsers */ .Talk-Notice td { background: inherit; } /* Choose whether to have AD/BC dates or CE/BCE dates*/ /* First, the default : display both : See templates ADCE and BCEBC for how these are used*/ .Use_Default_Date_Convention { display: inline; } .Use_AD_and_BC { display: none; } .Use_BCE_and_CE { display: none; } /* If you want to display AD and BC add the following to User:You/monobook.css page */ /* .Use_Default_Date_Convention { display: none; } .Use_AD_and_BC { display:inline; } .Use_BCE_and_CE { display:none; } */ /*If you want to display CE and BCE add the following to User:You/monobook.css page */ /* .Use_Default_Date_Convention { display: none; } .Use_AD_and_BC { display:none; } .Use_BCE_and_CE {display:inline; } */ /*Add formatting to make sure that "external references" from [[Template:Ref]] do not get URL expansion, not even when printed. */ .plainlinksneverexpand { background: none ! important; padding: 0 ! important; } .plainlinksneverexpand .urlexpansion { display : none ! important; } /* Make sure that ext links displayed within "plainlinksneverexpand" don't get the arrow... */ #bodyContent .plainlinksneverexpand a { background: none !important; padding: 0 !important } /* </pre> */ |
Monobook.js Talk | /* 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'); | /* <pre> */ /* 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','Logging in is not required, but brings many benefits.'); ta['pt-anonlogin'] = new Array('o','Logging in is not required, but brings many benefits.'); 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 Wikipedia'); 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','List of recent changes in Wikipedia'); 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('c','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'); if (window.showModalDialog && document.compatMode && document.compatMode == "CSS1Compat") { var oldWidth; var docEl = document.documentElement; function fixIEScroll() { if (!oldWidth || docEl.clientWidth > oldWidth) doFixIEScroll(); else setTimeout(doFixIEScroll, 1); oldWidth = docEl.clientWidth; } function doFixIEScroll() { docEl.style.overflowX = (docEl.scrollWidth - docEl.clientWidth < 4) ? "hidden" : ""; } document.attachEvent("onreadystatechange", fixIEScroll); attachEvent("onresize", fixIEScroll); } /* </pre> */ |
about Talk | About | About |
aboutpage Talk | Project:About | Project:About |
aboutsite Talk | About {{SITENAME}} | About {{SITENAME}} |
accesskey-compareselectedversions Talk | v | v |
accesskey-minoredit Talk | i | i |
accesskey-preview Talk | p | p |
accesskey-save Talk | s | s |
accesskey-search Talk | f | f |
accmailtext Talk | The Password for '$1' has been sent to $2. | The password for '$1' has been sent to $2. |
accmailtitle Talk | Password sent. | Password sent. |
acct_creation_throttle_hit Talk | Sorry, you have already created $1 accounts. You can't make any more. | Sorry, you have already created $1 accounts. You can't make any more. |
actioncomplete Talk | Action complete | Action complete |
addedwatch Talk | Added to watchlist | Added to watchlist |
addedwatchtext Talk | 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. <p>If you want to remove the page from your watchlist later, click "Stop watching" in the sidebar. | The page "$1" has been added to your [[{{ns:-1}}:Watchlist|Watchlist]]. Future changes to this page and its associated Talk or article page will be listed there, and the page will appear '''bolded''' in the [[{{ns:-1}}:Recentchanges|list of recent changes]] to make it easier to pick out. If you want to remove the page from your watchlist later, click "unwatch". |
addgroup Talk | Add Group | Add Group |
addsection Talk | + | + |
administrators Talk | Project:Administrators | {{ns:4}}:Administrators |
affirmation Talk | I affirm that the copyright holder of this file agrees to license it under the terms of the $1. | I affirm that the copyright holder of this file agrees to license it under the terms of the $1. |
all Talk | all | all |
allarticles Talk | All articles | All articles |
alllogstext Talk | 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. | 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. |
allmessages Talk | All system messages | System messages |
allmessagescurrent Talk | Current text | Current text |
allmessagesdefault Talk | Default text | Default text |
allmessagesname Talk | Name | Name |
allmessagesnotsupportedDB Talk | Special:AllMessages not supported because wgUseDatabaseMessages is off. | Special:AllMessages not supported because wgUseDatabaseMessages is off. |
allmessagesnotsupportedUI Talk | Your current interface language <b>$1</b> is not supported by Special:AllMessages at this site. | Your current interface language <b>$1</b> is not supported by Special:AllMessages at this site. |
allmessagestext Talk | This is a list of all system messages available in the MediaWiki: namespace. | This is a list of system messages available in the MediaWiki: namespace. |
allpages Talk | All pages | All pages |
allpagesformtext1 Talk | Display pages starting at: $1 | Display pages starting at: $1 |
allpagesformtext2 Talk | Choose namespace: $1 $2 | Choose namespace: $1 $2 |
allpagesnamespace Talk | All pages ($1 namespace) | All pages ($1 namespace) |
allpagesnext Talk | Next | Next |
allpagesprev Talk | Previous | Previous |
allpagessubmit Talk | Go | Go |
alphaindexline Talk | $1 to $2 | $1 to $2 |
alreadyloggedin Talk | <font color=red><b>User $1, you are already logged in!</b></font><br /> | <div class="alreadyloggedin">User $1, you are already logged in!</div> |
alreadyrolled Talk | 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]]). | Cannot rollback last edit of [[$1]] by [[{{ns:user}}:$2|$2]] ([[{{ns:User_talk}}:$2|Talk]]); someone else has edited or rolled back the page already. Last edit was by [[{{ns:User}}:$3|$3]] ([[{{ns:User_talk}}:$3|Talk]]). |
ancientpages Talk | Oldest pages | Oldest articles |
and Talk | and | and |
anontalk Talk | Talk for this IP | Talk for this IP |
anontalkpagetext Talk | ----''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.'' | ----''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 [[{{ns:Special}}:Userlogin|create an account or log in]] to avoid future confusion with other anonymous users.'' |
anonymous Talk | Anonymous user(s) of Academic Kids | Anonymous user(s) of {{SITENAME}} |
apr Talk | Apr | Apr |
april Talk | April | April |
article Talk | Content page | Article |
articleexists Talk | A page of that name already exists, or the name you have chosen is not valid. Please choose another name. | <b>The page could not be moved:</b> a page of that name already exists, or the name you have chosen is not valid. Please choose another name, or use <a href="{{localurle:Wikipedia:Requested_moves}}">Requested moves</a> to ask an <a href="{{localurle:Wikipedia:Administrators}}">administrator</a> to help you with the move. Alternatively, post a request at the <a href="{{localurle:Wikipedia:Administrators' noticeboard}}">Administrators' noticeboard.</a> |
articlenamespace Talk | (articles) | (articles) |
articlepage Talk | View content page | View article |
asksql Talk | SQL query | SQL query |
asksqlpheading Talk | asksql level | asksql level |
asksqltext Talk | 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. | Last status ([[November 18]], [[2004]]): '''not available''' - try this link to the log file: [http://en.wikipedia.org/upload/sqllog]; if it works then reportedly sysop queries are working - [{{SERVER}}{{localurl:MediaWiki:Asksqltext|action=edit}} edit this message] In that case, 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. ''See also:'' [[Wikipedia:Database queries]], [[Wikipedia:SQL query requests]]. |
aug Talk | Aug | Aug |
august Talk | August | August |
autoblocker Talk | Autoblocked because you share an IP address with "$1". Reason "$2". | Autoblocked because your IP address has been recently used by "[[User:$1|$1]]". The reason given for $1's block is: "'''$2'''". |
bad_image_list Talk | <bad_image_list> | <bad_image_list> |
badarticleerror Talk | This action cannot be performed on this page. | This action cannot be performed on this page. |
badfilename Talk | Image name has been changed to "$1". | File name has been changed to "$1". |
badfiletype Talk | ".$1" is not a recommended image file format. | ".$1" is not a recommended image file format. |
badipaddress Talk | Invalid IP address | Invalid IP address |
badquery Talk | Badly formed search query | Badly formed search query |
badquerytext Talk | 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. | <form name="searchform" action="/wiki/Special:Search" id="searchform"> <input accesskey="f" id="searchInput" name="search" type="text" /> <input value="Go" type="submit" name="go" class="searchButton" /> <input value="Search" type="submit" name="fulltext" class="searchButton" /> </form> <p>Sorry, we couldn't understand that. Some tips: <ul> <li>Avoid searches where all of the text is in quotes - add a few words outside quotes to indicate the general topic area as well, or try the search without quotes first. <li>Only search for words of at least two letters, unless the shorter word is part of an expression in quotes. </ul> |
badretype Talk | The passwords you entered do not match. | The passwords you entered do not match. |
badtitle Talk | Bad title | Bad title |
badtitletext Talk | The requested page title was invalid, empty, or an incorrectly linked inter-language or inter-wiki title. | The requested page title was invalid, empty, or an incorrectly linked inter-language or inter-wiki title. |
blanknamespace Talk | (Main) | (Main) |
block_compress_delete Talk | Can't delete this article because it contains block-compressed revisions. This is a temporary situation which the developers are well aware of, and should be fixed within a month or two. Please mark the article for deletion and wait for a developer to fix our buggy software. | Can't delete this article because it contains block-compressed revisions. This is a temporary situation which the developers are well aware of, and should be fixed within a month or two. Please mark the article for deletion and wait for a developer to fix our buggy software. |
blockedtext Talk | Your user name or IP address has been blocked by $1. The reason given is this:<br />''$2''<p>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. | You have attempted to edit a page, either by clicking the "edit this page" tab or by following a red link. Your user name or IP address has been [[{{ns:Project}}:Blocking policy|blocked]] by $1. The reason given is this:<br/>''$2''<p>You can [[{{ns:special}}:emailuser/$4|email $4]] or one of the other [[{{ns:Project}}:list of administrators|administrators]] to discuss the block. If you believe that our [[{{ns:Project}}:Blocking policy|blocking policy]] was violated, you may discuss the block publicly on the [http://mail.wikipedia.org/mailman/listinfo/wikien-l WikiEN-l mailing list]. Note that you may not use the "email this user" feature unless you have a Wikipedia account and a valid email address registered in your [[{{ns:Special}}:Preferences|user preferences]]. <br><br> '''Your IP address is $3. Please include this address in any queries you make.'''<br><br> If you would like to know when the block will expire, please see the [[Special:Ipblocklist|block list]].<br><br> If you need to see the wiki text of an article, you may wish to use the [[{{ns:Special}}:Export|Export pages]] feature. ==Innocent?== Sometimes IP ranges or shared proxies are blocked from editing Wikipedia. This means that lots of innocent people can't edit. If this is the case, it should be explained in the reason given above. Also, some individual dynamic IP addresses may be blocked, usually for a 24 hour period. Occasionally, users with dynamic IPs will be blocked accidentally, due to that fact that their present IP was previously used by a blocked user. We apologise for any inconvenience this may cause. If this problem affects you repeatedly, and you would like to help us resolve this issue, you will need to contact a [[{{ns:project}}:Administrators|Wikipedia administrator]] and your [[internet service provider]] (ISP). The administrator should be able to obtain the time, date, and IP address used for the inappropriate behaviour in question, and describe what the problem was. You can then pass this information on to your ISP, explaining that you are unable to edit Wikipedia due to the inappropriate actions of another person using this ISP, and ask them to remedy the problem. ==Just reading?== You are not blocked from reading pages, only from editing them. If you were only intending to read a page and are seeing this message, you probably followed a red link. These are links to pages that do not exist, so they take users to an editing screen. You should have no problem if you follow only blue links. |
blockedtitle Talk | User is blocked | User is blocked |
blockip Talk | Block user | Block user |
blockipsuccesssub Talk | Block succeeded | Block succeeded |
blockipsuccesstext Talk | "$1" has been blocked. <br />See [[Special:Ipblocklist|IP block list]] to review blocks. | "[[{{ns:Special}}:Contributions/$1|$1]]" has been blocked. <br />See [[{{ns:Special}}:Ipblocklist|IP block list]] to review blocks. |
blockiptext Talk | 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). | {| border=1 cellspacing=0 cellpadding=1px align=right !colspan="2"| AOL IP Ranges |- |'''64.12'''.0.0/16 || 64.12.0.0 - 64.12.255.255 |- |'''149.174'''.0.0/16 || 149.174.0.0 - 149.174.255.255 |- | '''152.163'''.0.0/16 || 152.163.0.0 - 152.163.255.255 |- | '''172.1'''28.0.0/10 ||rowspan="3" valign="middle"| 172.128.0.0 - 172.211.255.255 |- | '''172.1'''92.0.0/12 |- | '''172.2'''08.0.0/14 |- | '''195.93'''.0.0/17 || 195.93.0.0 - 195.93.127.255 |- | '''198.81'''.0.0/19 || 198.81.0.0 - 198.81.31.255 |- | '''202.67'''.64.0/18 || 202.67.64.0 - 202.67.127.255 |- | '''205.188'''.0.0/16 || 205.188.0.0 - 205.188.255.255 |- !colspan="2"| NTL IP Range |- |'''62.252'''.0.0/14 || 62.252.0.0 - 62.255.255.255 |} Use the form below to block write access from a specific IP address or username. This should be done only in accordance with [[{{ns:project}}:blocking policy|policy]]. Fill in a specific reason below (for example, citing particular pages that were vandalized). Expiry times are entered in the GNU standard format, which is described in the [http://www.gnu.org/software/tar/manual/html_chapter/tar_7.html tar manual], e.g. "1 hour", "2 days", "next Wednesday", "1 January 2017". "Indefinite" or "infinite" also work. For how to block ranges of addresses, see [[meta:Range blocks|Range blocks]]. To unblock someone, see the [[{{ns:Special}}:Ipblocklist|list of blocked IP addresses and usernames]]. There is also a [[Special:Log/block|block log]]. === Read this part! === Some ISPs use proxy servers so that a large number of users share a single IP. Blocking such an IP can affect a very large number of innocent users. The tables to the right give the IP ranges for AOL and NTL, two such ISPs. '''Please keep blocks in these ranges to 15 minutes or less'''. Admins and developers will generally clear such blocks promptly, because of the large [[collateral damage]]. '''Do not block any IP address indefinitely''' unless it is an [[:en:open proxy|open proxy]]. ---- |
blocklink Talk | block | block |
blocklistline Talk | $1, $2 blocked $3 (expires $4) | $1, $2 blocked <a href="http://en.wikipedia.org/wiki/User:$3">$3</a> (expires $4) |
blocklogentry Talk | blocked "$1" with an expiry time of $2 | blocked "$1" with an expiry time of $2 |
blocklogpage Talk | Block_log | Block_log |
blocklogtext Talk | 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. | This is a log of user blocking and unblocking actions. Automatically blocked IP addresses are not listed. See the [[{{ns:Special}}:Ipblocklist|IP block list]] for the list of currently operational bans and blocks. See [[Wikipedia talk:Block log]] for discussion and archives. |
blockpheading Talk | block level | block level |
bold_sample Talk | Bold text | Bold text |
bold_tip Talk | Bold text | Bold text |
booksources Talk | Book sources | Book sources |
booksourcetext Talk | 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. | 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. |
brokenredirects Talk | Broken Redirects | Broken Redirects |
brokenredirectstext Talk | The following redirects link to a non-existing pages. | The following redirects link to a non-existing pages. |
bugreports Talk | Bug reports | Contact us |
bugreportspage Talk | Project:Bug_reports | Wikipedia:Contact_us |
bureaucratlog Talk | Bureaucrat_log | Bureaucrat_log |
bureaucratlogentry Talk | Rights for user "$1" set "$2" | Rights for "$1" set |
bureaucrattext Talk | The action you have requested can only be performed by sysops with "bureaucrat" status. | The action you have requested can only be performed by sysops with "bureaucrat" status. |
bureaucrattitle Talk | Bureaucrat access required | Bureaucrat access required |
bydate Talk | by date | by date |
byname Talk | by name | by name |
bysize Talk | by size | by size |
cachederror Talk | The following is a cached copy of the requested page, and may not be up to date. | The following is a cached copy of the requested page, and may not be up to date. |
cancel Talk | Cancel | Cancel |
cannotdelete Talk | Could not delete the page or image specified. (It may have already been deleted by someone else.) | Could not delete the page or image specified. (It may have already been deleted by someone else.) |
cantrollback Talk | Cannot revert edit; last contributor is only author of this page. | Could not revert the edit as the last contributor is the only author of this page |
categories Talk | Categories | Categories |
categoriespagetext Talk | The following categories exist in the wiki. | The following categories exist in the wiki. |
category Talk | category | category |
category_header Talk | Articles in category "$1" | Articles in category "$1" |
categoryarticlecount Talk | There are $1 articles in this category. | There are $1 articles in this category. |
categoryarticlecount1 Talk | There is $1 article in this category. | There is $1 article in this category. |
changepassword Talk | Change password | Change password |
changes Talk | changes | changes |
clearyourcache Talk | '''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''. | '''Note:''' After saving, you have to bypass your browser's cache to see the changes. '''Mozilla/Safari/Konqueror:''' hold down ''Shift'' while clicking ''Reload'' (or press ''Ctrl-Shift-R''), '''IE:''' press ''Ctrl-F5'', '''Opera:''' press ''F5''. |
columns Talk | Columns | Columns |
compareselectedversions Talk | Compare selected versions | Compare selected versions |
confirm Talk | Confirm | Confirm |
confirmcheck Talk | Yes, I really want to delete this. | Yes, I really want to delete this. |
confirmdelete Talk | Confirm delete | Confirm delete |
confirmdeletetext Talk | 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]]. | 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 [[{{ns:Project}}:Deletion policy]]. |
confirmprotect Talk | Confirm protection | Confirm protection |
confirmprotecttext Talk | Do you really want to protect this page? | Do you really want to protect this page? If so, please be sure to update the [[Wikipedia:Protected page|list of protected pages]]. See also the [[Special:Log/Protect|protect log]]. |
confirmunprotect Talk | Confirm unprotection | Confirm unprotection |
confirmunprotecttext Talk | Do you really want to unprotect this page? | Do you really want to unprotect this page? If so, please be sure to update the [[Wikipedia:Protected page|list of protected pages]]. See also the [[Special:Log/Protect|protect log]]. |
contextchars Talk | Characters of context per line | Characters of context per line |
contextlines Talk | Lines to show per hit | Lines to show per hit |
contribslink Talk | contribs | contribs |
contribsub Talk | For $1 | For $1 |
contributions Talk | User contributions | User contributions |
copyright Talk | Content is available under $1. | Content is available under $1. |
copyrightpage Talk | Project:Copyrights | Project:Copyrights |
copyrightpagename Talk | {{SITENAME}} copyright | {{SITENAME}} copyright |
copyrightwarning Talk | 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.<br /> You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. <strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong> | |
copyrightwarning2 Talk | 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.<br /> 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). <strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong> | 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.<br /> 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). <strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong> |
couldntremove Talk | Couldn't remove item '$1'... | Couldn't remove item '$1'... |
createaccount Talk | Create new account | Create account |
createaccountmail Talk | by email | by email |
createaccountpheading Talk | createaccount level | createaccount level |
creditspage Talk | Page credits | Page credits |
cur Talk | cur | cur |
currentevents Talk | Current events | Current events |
currentevents-url Talk | Current events | Current events |
currentrev Talk | Current revision | Current revision |
currentrevisionlink Talk | view current revision | view current revision |
data Talk | Data | Data |
databaseerror Talk | Database error | Database error |
dateformat Talk | Date format | Date format |
dberrortext Talk | A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was: <blockquote><tt>$1</tt></blockquote> from within function "<tt>$2</tt>". MySQL returned error "<tt>$3: $4</tt>". | You probably tried a search or other operation which took too long. Possible reasons include: <ul> <li>A search where all words are in quotes. Try searching without the quotes initially. If that isn't good enough, add a few more words or use a word or two outside the quotes to indicate the general topic area. <li>An exceptionally large personal watchlist (probably over 10,000 items) at busy times. <li>You may have been unlucky and tried when the database servers were temporarily exceptionally loaded. When under exceptional load many harmless tasks may be ended at once to quickly restore normal response times. Try again in five minutes if you know that what you are doing is normally fine. </ul> <p>The generic error message is: <p> A database error has occurred. This could be because of an unacceptable search query (see $5), or it may indicate a bug in the software. The last attempted database query was: <blockquote><tt>$1</tt></blockquote> from within function "<tt>$2</tt>". MySQL returned error "<tt>$3: $4</tt>". <p>If the error above is 2013 your operation was ended by the database load manager. Please improve your search or try again at a less busy time. Sorry for the inconvenience. |
dberrortextcl Talk | A database query syntax error has occurred. The last attempted database query was: "$1" from within function "$2". MySQL returned error "$3: $4". | A database query syntax error has occurred. The last attempted database query was: "$1" from within function "$2". MySQL returned error "$3: $4". |
deadendpages Talk | Dead-end pages | Dead-end pages |
debug Talk | Debug | Debug |
dec Talk | Dec | Dec |
december Talk | December | December |
default Talk | default | default |
defaultns Talk | Search in these namespaces by default: | Search in these namespaces by default: |
defemailsubject Talk | {{SITENAME}} e-mail | {{SITENAME}} e-mail |
delete Talk | Delete | Delete |
deletecomment Talk | Reason for deletion | Reason for deletion |
deletedarticle Talk | deleted "$1" | deleted "$1" |
deletedrevision Talk | Deleted old revision $1. | Deleted old revision $1. |
deletedtext Talk | "$1" has been deleted. See $2 for a record of recent deletions. | "$1" has been deleted. See $2 for a record of recent deletions. |
deleteimg Talk | del | del |
deleteimgcompletely Talk | Delete all revisions | Delete all revisions of this image |
deletepage Talk | Delete page | Delete page |
deletepheading Talk | delete level | delete level |
deletesub Talk | (Deleting "$1") | (Deleting "$1") |
deletethispage Talk | Delete this page | Delete this page |
deletionlog Talk | deletion log | deletion log |
dellogpage Talk | Deletion_log | Deletion_log |
dellogpagetext Talk | Below is a list of the most recent deletions. | Below is a list of the most recent deletions. |
developertext Talk | The action you have requested can only be performed by users with "developer" status. See $1. | The action you have requested can only be performed by users with "developer" capability. See $1. |
developertitle Talk | Developer access required | Developer access required |
diff Talk | diff | diff |
difference Talk | (Difference between revisions) | (Difference between revisions) |
disambiguations Talk | Disambiguation pages | Disambiguation pages |
disambiguationspage Talk | Project:Links_to_disambiguating_pages | Project:Links_to_disambiguating_pages |
disambiguationstext Talk | The following pages link to a <i>disambiguation page</i>. They should link to the appropriate topic instead.<br />A page is treated as disambiguation if it is linked from $1.<br />Links from other namespaces are <i>not</i> listed here. | The following pages link to a <i>disambiguation page</i>. They should link to the appropriate topic instead.<br />A page is treated as disambiguation if it is linked from $1.<br />Links from other namespaces are <i>not</i> listed here. |
disclaimerpage Talk | Project:General_disclaimer | Wikipedia:General_disclaimer |
disclaimers Talk | Disclaimers | Disclaimers |
doubleredirects Talk | Double Redirects | Double Redirects |
doubleredirectstext Talk | 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. | 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. |
edit Talk | Edit | Edit this page |
editcomment Talk | The edit comment was: "<i>$1</i>". | The edit comment was: "<i>$1</i>". |
editconflict Talk | Edit conflict: $1 | Edit conflict: $1 |
editcurrent Talk | Edit the current version of this page | Edit the current version of this page |
editgroup Talk | Edit Group | Edit Group |
edithelp Talk | Editing help | Editing help |
edithelppage Talk | Help:Editing | {{ns:project}}:How_to_edit_a_page |
editing Talk | Editing $1 | Editing $1 |
editingcomment Talk | Editing $1 (comment) | Editing $1 (comment) |
editingold Talk | <strong>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.</strong> | <strong>WARNING: You are editing an out-of-date revision of this page. If you save it, any changes made since this revision will be removed.</strong> |
editingsection Talk | Editing $1 (section) | Editing $1 (section) |
editsection Talk | edit | edit |
editthispage Talk | Edit this page | Edit this page |
editusergroup Talk | Edit User Groups | Edit User Groups |
emailflag Talk | Disable e-mail from other users | Disable e-mail from other users |
emailforlost Talk | Fields marked with a star (*) 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.<br /><br />Your real name, if you choose to provide it, will be used for giving you attribution for your work. | |
emailfrom Talk | From | From |
emailmessage Talk | Message | Message |
emailpage Talk | E-mail user | E-mail user |
emailpagetext Talk | 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. | 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. |
emailsend Talk | Send | Send |
emailsent Talk | E-mail sent | E-mail sent |
emailsenttext Talk | Your e-mail message has been sent. | Your e-mail message has been sent. |
emailsubject Talk | Subject | Subject |
emailto Talk | To | To |
emailuser Talk | E-mail this user | E-mail this user |
emptyfile Talk | 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. | 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. |
enterlockreason Talk | Enter a reason for the lock, including an estimate of when the lock will be released | Enter a reason for the lock, including an estimate of when the lock will be released |
error Talk | Error | Error |
errorpagetitle Talk | Error | Error |
exbeforeblank Talk | content before blanking was: | content before blanking was: |
exblank Talk | page was empty | page was empty |
excontent Talk | content was: | content was: |
explainconflict Talk | 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. <b>Only</b> the text in the upper text area will be saved when you press "Save page". <p> | 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. <strong>Only</strong> the text in the upper text area will be saved when you press "Save page". <p> |
export Talk | Export pages | Export pages |
exportcuronly Talk | Include only the current revision, not the full history | Include only the current revision, not the full history |
exporttext Talk | 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]]. | 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]]. |
extlink_sample Talk | http://www.example.com link title | http://www.example.com link title |
extlink_tip Talk | External link (remember http:// prefix) | External link (remember http:// prefix) |
faq Talk | FAQ | FAQ |
faqpage Talk | Project:FAQ | {{ns:project}}:FAQ |
feb Talk | Feb | Feb |
february Talk | February | February |
feedlinks Talk | Feed: | Feed: |
filecopyerror Talk | Could not copy file "$1" to "$2". | Could not copy file "$1" to "$2". |
filedeleteerror Talk | Could not delete file "$1". | Could not delete file "$1". |
filedesc Talk | Summary | Summary |
fileexists Talk | A file with this name exists already, please check $1 if you are not sure if you want to change it. | A file with this name exists already, please check $1 if you are not sure if you want to change it. |
filemissing Talk | File missing | File missing |
filename Talk | Filename | Filename |
filenotfound Talk | Could not find file "$1". | Could not find file "$1". |
filerenameerror Talk | Could not rename file "$1" to "$2". | Could not rename file "$1" to "$2". |
filesource Talk | Source | Source |
filestatus Talk | Copyright status | Copyright status |
fileuploaded Talk | 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: <tt><nowiki>[[Image:$1|thumb|Description]]</nowiki></tt> | <p> 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. </p> <p> Also, choose an <a href="{{localurl:Project:Image copyright tags}}" style="font-weight:bold;">image copyright tag</a> and add it to the description page if you did not do so in the upload summary. If this is not done, and the copyright status of the file cannot otherwise be found, it may eventually be <span style="font-weight:bold;">deleted</span>. </p> |
formerror Talk | Error: could not submit form | Error: could not submit form |
friday Talk | Friday | Friday |
geo Talk | GEO coordinates | GEO coordinates |
getimagelist Talk | fetching image list | fetching file list |
go Talk | Go | Go |
googlesearch Talk | <div style="margin-left: 2em"> <!-- Google search --> <div style="width:130px;float:left;text-align:center;position:relative;top:-8px"><a href="http://www.google.com/" style="padding:0;background-image:none"><img src="http://www.google.com/logos/Logo_40wht.gif" alt="Google" style="border:none" /></a></div> <form method="get" action="http://www.google.com/search" style="margin-left:135px"> <div> <input type="hidden" name="domains" value="{{SERVER}}" /> <input type="hidden" name="num" value="50" /> <input type="hidden" name="ie" value="$2" /> <input type="hidden" name="oe" value="$2" /> <input type="text" name="q" size="31" maxlength="255" value="$1" /> <input type="submit" name="btnG" value="Google Search" /> </div> <div style="font-size:90%"> <input type="radio" name="sitesearch" id="gwiki" value="{{SERVER}}" checked="checked" /><label for="gwiki">{{SITENAME}}</label> <input type="radio" name="sitesearch" id="gWWW" value="" /><label for="gWWW">WWW</label> </div> </form> </div> | <div style="margin-left: 2em"> <!-- Google search --> <div style="width:130px;float:left;text-align:center;position:relative;top:-8px"><a href="http://www.google.com/" style="padding:0;background-image:none"><img src="http://www.google.com/logos/Logo_40wht.gif" alt="Google" style="border:none" /></a></div> <form method="get" action="http://www.google.com/search" style="margin-left:135px"> <div> <input type="hidden" name="domains" value="en.wikipedia.org" /> <input type="hidden" name="num" value="50" /> <input type="hidden" name="ie" value="$2" /> <input type="hidden" name="oe" value="$2" /> <input type="text" name="q" size="31" maxlength="255" value="$1" /> <input type="submit" name="btnG" value="Google Search" /> </div> <div style="font-size:90%"> <input type="radio" name="sitesearch" id="gwiki" value="en.wikipedia.org" checked="checked" /><label for="gwiki">Wikipedia</label> <input type="radio" name="sitesearch" id="gWWW" value="" /><label for="gWWW">WWW</label> </div> </form> <div style="clear:left;margin-top:10px"> <!-- Yahoo! search --> <div style="width:130px;float:left;text-align:center;clear:left"><a href="http://search.yahoo.com/" style="padding:0;background-image:none"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/search/ysan/ysanlogo.gif" alt="Yahoo!" style="border:none" /></a></div> <form method="get" action="http://search.yahoo.com/search" style="margin-left:135px"> <div> <input type="hidden" name="x" value="op" /> <input type="hidden" name="va_vt" value="any" /> <input type="text" name="va" size="31" value="$1" /> <input type="submit" value="Yahoo! Search" /> </div> <div style="font-size:90%"> <input type="radio" name="vs" id="ywiki" value="en.wikipedia.org" checked="checked" /><label for="ywiki">Wikipedia</label> <input type="radio" name="vs" id="yWWW" value="" /><label for="yWWW">WWW</label> </div> </form> </div> </div> |
guesstimezone Talk | Fill in from browser | Fill in from browser |
headline_sample Talk | Headline text | Headline text |
headline_tip Talk | Level 2 headline | Level 2 headline |
help Talk | Help | Help / Contact us |
helppage Talk | Help:Contents | Help:Contents |
hide Talk | hide | Hide |
hidetoc Talk | hide | hide |
hist Talk | hist | hist |
histlegend Talk | Diff selection: mark the radio boxes of the versions to compare and hit enter or the button at the bottom.<br /> Legend: (cur) = difference with current version, (last) = difference with preceding version, M = minor edit. | Legend: (cur) = difference with current version, (last) = difference with preceding version, <b>m</b> = minor edit |
history Talk | Page history | Page history |
history_copyright Talk | - | This work may be protected by copyright. Please see <a href="http://www4.law.cornell.edu/uscode/17/108.html">17 USC 108</a>. <br /><b>This version of the article has been subsequently revised. <br />Besides normal editing, the reason for revision may have been that this version contains<br />factual inaccuracies, vandalism, or material not compatible with the <a href="http://en.wikipedia.org/w/wiki.phtml?title=Wikipedia:Text_of_the_GNU _Free_Documentation_License">GFDL</a>.</b> <br /> |
history_short Talk | History | History |
historywarning Talk | Warning: The page you are about to delete has a history: | Warning: The page you are about to delete has a history: |
hr_tip Talk | Horizontal line (use sparingly) | Horizontal line (use sparingly) |
ignorewarning Talk | Ignore warning and save file anyway. | Ignore warning and save file anyway. |
illegalfilename Talk | The filename "$1" contains characters that are not allowed in page titles. Please rename the file and try uploading it again. | The filename "$1" contains characters that are not allowed in page titles. Please rename the file and try uploading it again. |
ilshowmatch Talk | Show all images with names matching | Show all files with names matching |
ilsubmit Talk | Search | Search |
image_sample Talk | Example.jpg | Example.jpg |
image_tip Talk | Embedded image | Embedded image |
imagelinks Talk | Image links | File links |
imagelist Talk | Image list | File list |
imagelisttext Talk | Below is a list of $1 images sorted $2. | Below is a list of $1 files sorted $2. |
imagemaxsize Talk | Limit images on image description pages to: | Limit images on image description pages to: |
imagepage Talk | View image page | View image page |
imagereverted Talk | Revert to earlier version was successful. | Revert to earlier version was successful. |
imgdelete Talk | del | del |
imgdesc Talk | desc | desc |
imghistlegend Talk | Legend: (cur) = this is the current image, (del) = delete this old version, (rev) = revert to this old version. <br /><i>Click on date to see image uploaded on that date</i>. | Legend: (cur) = this is the current file, (del) = delete this old version, (rev) = revert to this old version. <br /><i>Click on date to download the file or see the image uploaded on that date</i>. |
imghistory Talk | Image history | File history |
imglegend Talk | Legend: (desc) = show/edit image description. | Legend: (desc) = show/edit file description. |
import Talk | Import pages | Import pages |
importfailed Talk | Import failed: $1 | Import failed: $1 |
importhistoryconflict Talk | Conflicting history revision exists (may have imported this page before) | Conflicting history revision exists (may have imported this page before) |
importnotext Talk | Empty or no text | Empty or no text |
importsuccess Talk | Import succeeded! | Import succeeded! |
importtext Talk | Please export the file from the source wiki using the Special:Export utility, save it to your disk and upload it here. | Please export the file from the source wiki using the Special:Export utility, save it to your disk and upload it here. |
info_short Talk | Information | Information |
infobox Talk | Click a button to get an example text | Click a button to get an example text |
infobox_alert Talk | 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 | 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 |
infosubtitle Talk | Information for page | Information for page |
internalerror Talk | Internal error | Internal error |
intl Talk | Interlanguage links | Interlanguage links |
ip_range_invalid Talk | Invalid IP range. | Invalid IP range. |
ipaddress Talk | IP Address/username | IP Address/username |
ipb_expiry_invalid Talk | Expiry time invalid. | Expiry time invalid. |
ipbexpiry Talk | Expiry | Expiry |
ipblocklist Talk | List of blocked IP addresses and usernames | List of blocked IP addresses and usernames |
ipbreason Talk | Reason | Reason |
ipbsubmit Talk | Block this user | Block this user |
ipusubmit Talk | Unblock this address | Unblock this address |
ipusuccess Talk | "$1" unblocked | "$1" unblocked |
isbn Talk | ISBN | ISBN |
isredirect Talk | redirect page | redirect page |
italic_sample Talk | Italic text | Italic text |
italic_tip Talk | Italic text | Italic text |
iteminvalidname Talk | Problem with item '$1', invalid name... | Problem with item '$1', invalid name... |
jan Talk | Jan | Jan |
january Talk | January | January |
jul Talk | Jul | Jul |
july Talk | July | July |
jun Talk | Jun | Jun |
june Talk | June | June |
laggedslavemode Talk | Warning: Page may not contain recent updates. | Warning: Page may not contain recent updates. |
largefile Talk | It is recommended that images not exceed 100k in size. | It is recommended that images not exceed 100KB in size. |
last Talk | last | last |
lastmodified Talk | This page was last modified $1. | This page was last modified $1. |
lastmodifiedby Talk | This page was last modified $1 by $2. | This page was last modified $1 by $2. |
lineno Talk | Line $1: | Line $1: |
link_sample Talk | Link title | Link title |
link_tip Talk | Internal link | Internal link |
linklistsub Talk | (List of links) | (List of links) |
linkshere Talk | The following pages link to here: | The following pages link to here (up to 500 are shown unless "limit=999" is used in the URL): |
linkstoimage Talk | The following pages link to this image: | The following pages link to this file: |
linktrail Talk | /^([a-z]+)(.*)$/sD | /^([a-z]+)(.*)$/sD |
listadmins Talk | Admins list | Admins list |
listform Talk | list | list |
listingcontinuesabbrev Talk | cont. | cont. |
listusers Talk | User list | User list |
loadhist Talk | Loading page history | Loading page history |
loadingrev Talk | loading revision for diff | loading revision for diff |
localtime Talk | Local time display | Local time display |
lockbtn Talk | Lock database | Lock database |
lockconfirm Talk | Yes, I really want to lock the database. | Yes, I really want to lock the database. |
lockdb Talk | Lock database | Lock database |
lockdbsuccesssub Talk | Database lock succeeded | Database lock succeeded |
lockdbsuccesstext Talk | The database has been locked. <br />Remember to remove the lock after your maintenance is complete. | The database has been locked. <br />Remember to remove the lock after your maintenance is complete. |
lockdbtext Talk | 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. | 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. |
locknoconfirm Talk | You did not check the confirmation box. | You did not check the confirmation box. |
log Talk | Logs | Logs |
login Talk | Log in | Log in |
loginend Talk | | '''Registering a free account takes only a few seconds, and has [[Wikipedia:Why create an account?|many benefits]].''' <div style="font-size:88%"> *'''To register, choose a [[Wikipedia:Username|username]] and password and click "create account".''' *Avoid usernames that are offensive, inflammatory, or confusing. *Pick a readable name, not just a number. *Usernames must start with a capital letter. *Avoid choosing a username that is the name of a celebrity, or a political, military, or religious figure or event or known Wikipedia user. </div> '''Returning users need only to fill in their username and password.''' <div style="font-size:88%"> *You must have [[HTTP cookie|cookies]] enabled to log in to Wikipedia. *[[Wikipedia:How to log in|Find out more about logging in]]. </div> <div style="clear: both; padding-top: 2em;"> An e-mail address is optional: no confirmation is required. However, giving your e-mail address allows other users to send you mail without knowing your address, and enables password reminders to be requested. '''We won't reveal your address to anyone.''' </div> |
loginerror Talk | Login error | Login error |
loginpagetitle Talk | User login | User login |
loginproblem Talk | <b>There has been a problem with your login.</b><br />Try again! | <b>There has been a problem with your login.</b><br />Please try again. |
loginprompt Talk | You must have cookies enabled to log in to {{SITENAME}}. | <!-- --> |
loginreqtext Talk | You must [[special:Userlogin|login]] to view other pages. | You must [[{{ns:special}}:Userlogin|log in]] to view other pages. |
loginreqtitle Talk | Login Required | Login Required |
loginsuccess Talk | You are now logged in to {{SITENAME}} as "$1". | You are now logged in to {{SITENAME}} as "$1". |
loginsuccesstitle Talk | Login successful | Login successful |
logout Talk | Log out | Log out |
logouttext Talk | 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 | You are now logged out. This computer may be used to browse and edit Wikipedia without a user name, or for another user to log on. Note that some pages may continue to be displayed as if you were still logged in; this can be fixed by clearing your browser cache. |
logouttitle Talk | User logout | User logout |
lonelypages Talk | Orphaned pages | Orphaned pages |
longpages Talk | Long pages | Long pages |
longpagewarning Talk | 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. | 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. |
mailerror Talk | Error sending mail: $1 | Error sending mail: $1 |
mailmypassword Talk | Mail me a new password | E-mail new password |
mailnologin Talk | No send address | No send address |
mailnologintext Talk | You must be <a href="{{localurl:Special:Userlogin">logged in</a> and have a valid e-mail address in your <a href="{{localurl:Special:Preferences}}">preferences</a> to send e-mail to other users. | You must be <a href="{{localurl:Special:Userlogin}}">logged in</a> and have a valid e-mail address in your <a href="{{localurle:Special:Preferences}}">preferences</a> to send e-mail to other users. |
mainpage Talk | Main Page | Main Page |
mainpagedocfooter Talk | 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. | 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. |
mainpagetext Talk | Wiki software successfully installed. | Wiki software successfully installed. |
maintenance Talk | Maintenance page | Maintenance page |
maintenancebacklink Talk | Back to Maintenance Page | Back to Maintenance Page |
maintnancepagetext Talk | 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 ;-) | 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 ;-) |
makesysop Talk | Make a user into a sysop | Make a user into a sysop |
makesysopfail Talk | <b>User "$1" could not be made into a sysop. (Did you enter the name correctly?)</b> | <b>User "$1" could not be made into a sysop. (Did you enter the name correctly?)</b> |
makesysopname Talk | Name of the user: | Name of the user: |
makesysopok Talk | <b>User "$1" is now a sysop</b> | <b>User "$1" is now a sysop</b> |
makesysopsubmit Talk | Make this user into a sysop | Make this user into a sysop |
makesysoptext Talk | 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 | 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 |
makesysoptitle Talk | Make a user into a sysop | Make a user into a sysop |
mar Talk | Mar | Mar |
march Talk | March | March |
markaspatrolleddiff Talk | Mark as patrolled | Mark as patrolled |
markaspatrolledlink Talk | <div class='patrollink'>[$1]</div> | <div class='patrollink'>[$1]</div> |
markaspatrolledtext Talk | Mark this article as patrolled | Mark this article as patrolled |
markedaspatrolled Talk | Marked as patrolled | Marked as patrolled |
markedaspatrolledtext Talk | The selected revision has been marked as patrolled. | The selected revision has been marked as patrolled. |
matchtotals Talk | The query "$1" matched $2 page titles and the text of $3 pages. | The query "$1" matched $2 page titles and the text of $3 pages. |
math Talk | Rendering math | Rendering math |
math_bad_output Talk | Can't write to or create math output directory | Can't write to or create math output directory |
math_bad_tmpdir Talk | Can't write to or create math temp directory | Can't write to or create math temp directory |
math_failure Talk | Failed to parse | Failed to parse |
math_image_error Talk | PNG conversion failed; check for correct installation of latex, dvips, gs, and convert | PNG conversion failed; check for correct installation of latex, dvips, gs, and convert |
math_lexing_error Talk | lexing error | lexing error |
math_notexvc Talk | Missing texvc executable; please see math/README to configure. | Missing texvc executable; please see math/README to configure. |
math_sample Talk | Insert formula here | Insert formula here |
math_syntax_error Talk | syntax error | syntax error |
math_tip Talk | Mathematical formula (LaTeX) | Mathematical formula (LaTeX) |
math_unknown_error Talk | unknown error | unknown error |
math_unknown_function Talk | unknown function | unknown function |
may Talk | May | May |
may_long Talk | May | May |
media_sample Talk | Example.mp3 | Example.ogg |
media_tip Talk | Media file link | Media file link |
minlength Talk | Image names must be at least three letters. | File names must be at least three letters. |
minoredit Talk | This is a minor edit | This is a minor edit |
minoreditletter Talk | m | m |
mispeelings Talk | Pages with misspellings | Pages with misspellings |
mispeelingspage Talk | List of common misspellings | List of common misspellings |
mispeelingstext Talk | The following pages contain a common misspelling, which are listed on $1. The correct spelling might be given (like this). | The following pages contain a common misspelling, which are listed on $1. The correct spelling might be given (like this). |
missingarticle Talk | The database did not find the text of a page that it should have found, named "$1". <p>This is usually caused by following an outdated diff or history link to a page that has been deleted. <p>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. | <p>The database did not find the text of a page that it should have found, named "$1".</p> <p>If it is a recently changed page, trying again in a minute or two will usually work. Alternatively, you may have followed an outdated diff or history link to a page that has been deleted.</p> <p>If this is not the case, you may have found a bug in the software. Please report this using the procedure given at <a href="http://en.wikipedia.org/wiki/Wikipedia:Bug_reports" title="Wikipedia:Bug Reports">Wikipedia:Bug reports</a>, making note of the URL.</p> |
missingimage Talk | <b>Missing image</b><br /><i>$1</i> | <b>Missing image</b><br /><i>$1</i> |
missinglanguagelinks Talk | Missing Language Links | Missing Language Links |
missinglanguagelinksbutton Talk | Find missing language links for | Find missing language links for |
missinglanguagelinkstext Talk | These pages do <i>not</i> link to their counterpart in $1. Redirects and subpages are <i>not</i> shown. | These pages do <em>not</em> link to their counterpart in $1. Redirects and subpages are <em>not</em> shown. |
monday Talk | Monday | Monday |
moredotdotdot Talk | More... | More... |
move Talk | Move | Move |
movearticle Talk | Move page | Move page |
movedto Talk | moved to | moved to |
movenologin Talk | Not logged in | Not logged in |
movenologintext Talk | You must be a registered user and <a href="{{localurl:Special:Userlogin}}">logged in</a> to move a page. | You cannot move pages because either you are not <a href="{{localurle:Special:Userlogin}}">logged in</a>, or your account is too new. In the latter case, please list the page at <a href="{{localurle:Wikipedia:Requested moves}}">Wikipedia:Requested moves</a>. |
movepage Talk | Move page | Move page |
movepagebtn Talk | Move page | Move page |
movepagetalktext Talk | 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. | 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. You can contact an [[{{ns:Project}}:List of administrators|administrator]] if you cannot do so, but '''please''' '''''do not''''' just copy and paste the contents (doing that destroys the page's edit history). |
movepagetext Talk | 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 [[Special:Maintenance|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. <b>WARNING!</b> This can be a drastic and unexpected change for a popular page; please be sure you understand the consequences of this before proceeding. | 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-redirects (using "What links here")''' after the move. 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 a redirect to the old title 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. <b>WARNING!</b> This can be a drastic and unexpected change for a popular page; please be sure you understand the consequences of this before proceeding. |
movetalk Talk | Move "talk" page as well, if applicable. | Move "talk" page as well, if applicable. |
movethispage Talk | Move this page | Move this page |
mw_math_html Talk | HTML if possible or else PNG | HTML if possible or else PNG |
mw_math_mathml Talk | MathML if possible (experimental) | MathML if possible (experimental) |
mw_math_modern Talk | Recommended for modern browsers | Recommended for modern browsers |
mw_math_png Talk | Always render PNG | Always render PNG |
mw_math_simple Talk | HTML if very simple or else PNG | HTML if very simple or else PNG |
mw_math_source Talk | Leave it as TeX (for text browsers) | Leave it as TeX (for text browsers) |
mycontris Talk | My contributions | My contributions |
mypage Talk | My page | My page |
mytalk Talk | My talk | My talk |
navigation Talk | Navigation | Navigation |
nbytes Talk | $1 bytes | $1 bytes |
nchanges Talk | $1 changes | $1 changes |
newarticle Talk | (New) | (New) |
newarticletext Talk | 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. | <div style="border: 1px solid #ccc; padding: 7px;">'''Wikipedia does not yet have a {{NAMESPACE}} page called {{PAGENAME}}.''' * To start the page, begin typing in the box below. When you're done, press the "Save page" button. Your changes should be visible immediately. * '''If you have created this page in the past few minutes and it has not yet appeared, it may not be visible due to a delay in updating the database.''' Please wait and check again later before attempting to recreate the page. * If this is an article page (as opposed to e.g. a discussion page): ** Please do not create an article to promote yourself, a website, a product, or a business (see [[Wikipedia:What Wikipedia is not]]). ** If you are new to Wikipedia, please read the [[Wikipedia:Tutorial|tutorial]] before creating [[Wikipedia:Your first article|your first article]], and only use the [[Wikipedia:Sandbox|sandbox]] for editing experiments. ** [[Special:Search/{{PAGENAME}}|Search for {{PAGENAME}} in Wikipedia]] </div> |
newbies Talk | newbies | newbies |
newimages Talk | New images gallery | New images gallery |
newmessages Talk | You have $1. | You have $1. |
newmessageslink Talk | new messages | new messages |
newpage Talk | New page | New page |
newpageletter Talk | N | N |
newpages Talk | New pages | New pages |
newpassword Talk | New password | New password |
newtitle Talk | To new title | To new title |
newusersonly Talk | (new users only) | (new users only) |
newwindow Talk | (opens in new window) | (opens in new window) |
next Talk | next | next |
nextdiff Talk | Go to next diff → | Go to next diff → |
nextn Talk | next $1 | next $1 |
nextpage Talk | Next page ($1) | Next page ($1) |
nextrevision Talk | Newer revision→ | Newer revision→ |
nlinks Talk | $1 links | $1 links |
noaffirmation Talk | You must affirm that your upload does not violate any copyrights. | You must affirm that your upload does not violate any copyrights. |
noarticletext Talk | (There is currently no text in this page) | <div style="border: 1px solid #ccc; padding: 7px; background-color: #fff; color: #000">'''Wikipedia does not have an article with this exact name.''' * '''[{{SERVER}}{{localurl:{{NAMESPACE}}:{{PAGENAME}}|action=edit}} Start the {{PAGENAME}} article]'''. * [[{{ns:special}}:Search/{{PAGENAME}}|Search for {{PAGENAME}}]] in other articles. * [[Wiktionary:{{NAMESPACE}}:{{PAGENAME}}|Look for {{PAGENAME}}]] in Wiktionary, our sister dictionary project. * [[Commons:{{NAMESPACE}}:{{PAGENAME}}|Look for {{PAGENAME}}]] in the Commons, our repository for free images, music, sound, and video. ---- * '''If you have created this page in the past few minutes and it has not yet appeared, it may not be visible due to a delay in updating the database.''' Try [{{SERVER}}{{localurl:{{NAMESPACE}}:{{PAGENAME}}|action=purge}} purge], otherwise please wait and check again later before attempting to recreate the page. * If you created an article under this title previously, it may have been deleted. See [[Wikipedia:Candidates for speedy deletion#The cases|candidates for speedy deletion]] for possible reasons. </div> |
noblockreason Talk | You must supply a reason for the block. | You must supply a reason for the block. |
noconnect Talk | Sorry! The wiki is experiencing some technical difficulties, and cannot contact the database server. <br /> $1 | Wikipedia is currently experiencing technical difficulties, and is unable to contact the database server. Please try again later. We apologise for the inconvenience.<br><br>Editors may use <a href="http://openfacts.berlios.de/index-en.phtml?title=Wikipedia_Status"><b>OpenFacts</b></a> as a backup wiki. There is also an active <a href="http://en.wikipedia.org/wiki/Internet_Relay_Chat">IRC</a> channel on <b>irc.freenode.net</b> called <b>#wikipedia</b>. More information can also be found on the <a href="http://www.livejournal.com/community/wikitech/"><b>wikitech technical journal</b></a> |
nocontribs Talk | No changes were found matching these criteria. | No changes were found matching these criteria. |
nocookieslogin Talk | {{SITENAME}} uses cookies to log in users. You have cookies disabled. Please enable them and try again. | {{SITENAME}} uses cookies to log in users. You have cookies disabled. Please enable them and try again. |
nocookiesnew Talk | 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. | 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. |
nocreativecommons Talk | Creative Commons RDF metadata disabled for this server. | Creative Commons RDF metadata disabled for this server. |
nocredits Talk | There is no credits info available for this page. | There is no credits info available for this page. |
nodb Talk | Could not select database $1 | Could not select database $1 |
nodublincore Talk | Dublin Core RDF metadata disabled for this server. | Dublin Core RDF metadata disabled for this server. |
noemail Talk | There is no e-mail address recorded for user "$1". | There is no e-mail address recorded for user "$1". |
noemailtext Talk | This user has not specified a valid e-mail address, or has chosen not to receive e-mail from other users. | This user has not specified a valid e-mail address, or has chosen not to receive e-mail from other users. |
noemailtitle Talk | No e-mail address | No e-mail address |
nogomatch Talk | No page with this exact title exists, trying full text search. | <span style="font-size: 135%; font-weight: bold; margin-left: .6em">No page with that title exists</span> <span style="display: block; margin: 1.5em 2em"> You can <b><a href="$1" class="new">create an article with this title</a></b> or <a href="/wiki/Wikipedia:Requested articles">put up a request for it</a>. <span style="display:block; font-size: 89%; margin-left:.2em">Please search Wikipedia before creating an article to avoid duplicating an existing one, which may have a different name or spelling.</span> </span> |
nohistory Talk | There is no edit history for this page. | There is no edit history for this page. |
noimages Talk | Nothing to see. | Nothing to see. |
nolinkshere Talk | No pages link to here. | No pages link to here. |
nolinkstoimage Talk | There are no pages that link to this image. | There are no pages that link to this file. |
noname Talk | You have not specified a valid user name. | You have not specified a valid user name. |
nonefound Talk | '''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). | '''Note''': unsuccessful searches are often caused by searching for common words like "have" and "from", which are not indexed. Because these are very common words you will almost certainly receive better results by adding other words to narrow down the general area of interest. Is it about art, poetry, sculpture or physics? If it is, add one of those words or whatever is applicable to your own search as well as adding in other words which are likely to be used. Try to avoid searches containing only words in quotes. Those are slow. You could also check [[Wikipedia:Common_words%2C searching for which is not possible|Common words, searching for which is not possible]] for a list of stop words and an index of articles named with stop words. There's also [[m:Stop word list|Stop word list]] for a more technical resource. |
nonunicodebrowser Talk | <strong>WARNING: Your browser is not unicode compliant, please change it before editing an article.</strong> | <strong>WARNING: Your browser is not unicode compliant, please change it before editing an article.</strong> |
nospecialpagetext Talk | You have requested a special page that is not recognized by the wiki. | You have requested a special page that is not recognized by {{SITENAME}}. A list of all recognized special pages may be found at <a href="http://en.wikipedia.org/wiki/Special:Specialpages">Special:Specialpages</a>. |
nosuchaction Talk | No such action | No such action |
nosuchactiontext Talk | The action specified by the URL is not recognized by the wiki | {{SITENAME}} does not recognize the action specified by the URL. |
nosuchspecialpage Talk | No such special page | No such special page |
nosuchuser Talk | There is no user by the name "$1". Check your spelling, or use the form below to create a new user account. | There is no user by the name "$1". Check your spelling, or use the form below to create a new user account. If there is no form below, account creation is temporarily disabled. In this case, please accept our apologies and try again later. |
nosuchusershort Talk | There is no user by the name "$1". Check your spelling. | There is no user by the name "$1". Check your spelling. |
notacceptable Talk | The wiki server can't provide data in a format your client can read. | The wiki server can't provide data in a format your client can read. |
notanarticle Talk | Not a content page | Not a content page |
notargettext Talk | You have not specified a target page or user to perform this function on. | You have not specified a target page or user to perform this function on. |
notargettitle Talk | No target | No target |
note Talk | <strong>Note:</strong> | <strong>Note:</strong> |
notextmatches Talk | No page text matches | No page text matches |
notitlematches Talk | No page title matches | No article title matches |
notloggedin Talk | Not logged in | Not logged in |
nov Talk | Nov | Nov |
november Talk | November | November |
nowatchlist Talk | You have no items on your watchlist. | You have no items on your watchlist. |
nowiki_sample Talk | Insert non-formatted text here | Insert non-formatted text here |
nowiki_tip Talk | Ignore wiki formatting | Ignore wiki formatting |
nstab-category Talk | Category | Category |
nstab-help Talk | Help | Help |
nstab-image Talk | Image | Image |
nstab-main Talk | Article | Article |
nstab-media Talk | Media | Media page |
nstab-mediawiki Talk | Message | Message |
nstab-special Talk | Special | Special |
nstab-template Talk | Template | Template |
nstab-user Talk | User page | User page |
nstab-wp Talk | About | Project page |
numauthors Talk | Number of distinct authors (article): $1 | Number of distinct authors (article): $1 |
numedits Talk | Number of edits (article): $1 | Number of edits (article): $1 |
numtalkauthors Talk | Number of distinct authors (discussion page): $1 | Number of distinct authors (discussion page): $1 |
numtalkedits Talk | Number of edits (discussion page): $1 | Number of edits (discussion page): $1 |
numwatchers Talk | Number of watchers: $1 | Number of watchers: $1 |
nviews Talk | $1 views | $1 views |
oct Talk | Oct | Oct |
october Talk | October | October |
ok Talk | OK | OK |
oldpassword Talk | Old password | Old password |
orig Talk | orig | orig |
orphans Talk | Orphaned pages | Orphaned pages |
othercontribs Talk | Based on work by $1. | Based on work by $1. |
otherlanguages Talk | Other languages | In other languages |
others Talk | others | others |
pagemovedsub Talk | Move succeeded | Move succeeded |
pagemovedtext Talk | Page "[[$1]]" moved to "[[$2]]". | Page "[[$1]]" moved to "[[$2]]". '''Please [[{{ns:Special}}:Whatlinkshere/$2|check]]''' if this move has created any double-redirects, and fix them if necessary. |
pagetitle Talk | $1 - {{SITENAME}} | $1 - {{SITENAME}} |
passwordremindertext Talk | Someone (probably you, from IP address $1) requested that we send you a new {{SITENAME}} login password. The password for user "$2" is now "$3". You should log in and change your password now. | Someone (probably you, from IP address $1) requested that we send you a new {{SITENAME}} login password. The password for user "$2" is now "$3". You should log in and change your password now. |
passwordremindertitle Talk | Password reminder from {{SITENAME}} | Password reminder from {{SITENAME}} |
passwordsent Talk | A new password has been sent to the e-mail address registered for "$1". Please log in again after you receive it. | A new password has been sent to the e-mail address registered for "$1". Please log in again after you receive it. |
perfcached Talk | The following data is cached and may not be completely up to date: | The following data is cached and may not be completely up to date. Discuss this [[Wikipedia:Special pages|special page]] at [[Wikipedia talk:Special:{{PAGENAME}}]]. ''See also:'' [[Wikipedia:Offline reports|Offline reports]], [[Template:Specialpageslist|Specialpageslist]] with editable versions. |
perfdisabled Talk | Sorry! This feature has been temporarily disabled because it slows the database down to the point that no one can use the wiki. | Sorry! This feature has been temporarily disabled because it slows the database down to the point that no one can use the wiki. |
perfdisabledsub Talk | Here's a saved copy from $1: | Here's a saved copy from $1: |
personaltools Talk | Personal tools | Personal tools |
popularpages Talk | Popular pages | Popular pages |
portal Talk | Community portal | Community portal |
portal-url Talk | Project:Community Portal | Project:Community Portal |
postcomment Talk | Post a comment | Post a comment |
poweredby Talk | {{SITENAME}} is powered by [http://www.mediawiki.org/ MediaWiki], an open source wiki engine. | {{SITENAME}} is powered by [http://www.mediawiki.org/ MediaWiki], an open source wiki engine. |
powersearch Talk | Search | Search |
powersearchtext Talk | Search in namespaces :<br /> $1<br /> $2 List redirects Search for $3 $9 | Search in namespaces :<br /> $1<br /> $2 List redirects Search for $3 $9 |
preferences Talk | Preferences | Preferences |
prefs-help-userdata Talk | * <strong>Real name</strong> (optional): if you choose to provide it this will be used for giving you attribution for your work.<br /> * <strong>Email</strong> (optional): 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. | * <strong>E-mail</strong> (optional): Enables people to contact you through the website without you having to reveal your e-mail address to them, and it can be used to send you a new password if you forget it. |
prefs-misc Talk | Misc settings | Misc settings |
prefs-personal Talk | User data | User data |
prefs-rc Talk | Recent changes and stub display | Recent changes and stub display |
prefslogintext Talk | You are logged in as "$1". Your internal ID number is $2. See [[Project:User preferences help]] for help deciphering the options. | You are logged in as "[[User:$1|$1]]" ([[User talk:$1|Talk]], [[Special:Contributions/$1|contributions]]). Your internal ID number is $2. See [[m:Help:Preferences]] for an explanation of the options. |
prefsnologin Talk | Not logged in | Not logged in |
prefsnologintext Talk | You must be <a href="{{localurl:Special:Userlogin}}">logged in</a> to set user preferences. | You must be <a href="{{localurle:Special:Userlogin}}">logged in</a> to set user preferences. |
prefsreset Talk | Preferences have been reset from storage. | Preferences have been reset from storage. |
preview Talk | Preview | Preview |
previewconflict Talk | This preview reflects the text in the upper text editing area as it will appear if you choose to save. | This preview reflects the text in the upper text editing area as it will appear if you choose to save. |
previewnote Talk | Remember that this is only a preview, and has not yet been saved! | Remember that this is only a preview, and has not yet been saved! |
previousdiff Talk | ← Go to previous diff | ← Go to previous diff |
previousrevision Talk | ←Older revision | ←Older revision |
prevn Talk | previous $1 | previous $1 |
printableversion Talk | Printable version | Printable version |
printsubtitle Talk | (From {{SERVER}}) | (From {{SERVER}}) |
protect Talk | Protect | Protect |
protectcomment Talk | Reason for protecting | Reason for protecting |
protectedarticle Talk | protected $1 | protected $1 |
protectedpage Talk | Protected page | <a href='{{localurle:Project:This_page_is_protected}}'>Protected page</a> |
protectedpagewarning Talk | WARNING: This page has been locked so that only users with sysop privileges can edit it. Be sure you are following the <a href='/encyclopedia/index.php/Project:Protected_page_guidelines'>protected page guidelines</a>. | <span style="color: red; background-color: white;"><strong>WARNING:</strong> This page has been locked so that only administrators can edit it. Be sure you are following the <a href="{{localurle:Project:Protection_policy}}">protected page guidelines</a>.</span> |
protectedtext Talk | 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: | <strong style="font-size:130%">This page is protected to prevent editing</strong> * [[Wikipedia:This page is protected|Why are pages protected?]] * [[{{NAMESPACE}} talk:{{PAGENAME}}|Discuss this page]] with other users <p style="border-top:1px solid #ccc;margin-top:1.5em;padding-top:.5em">You can view and copy the source of this page:</p> |
protectlogpage Talk | Protection_log | Protection_log |
protectlogtext Talk | Below is a list of page locks/unlocks. See [[Project:Protected page]] for more information. | Below is a list of page locks/unlocks. See [[{{ns:project}}:Protected page]] and [[{{ns:project}}:Protection policy]] for more information. |
protectmoveonly Talk | Protect from moves only | Protect from moves only |
protectpage Talk | Protect page | Protect page |
protectreason Talk | (give a reason) | (replace this with a reason) |
protectsub Talk | (Protecting "$1") | (Protecting "$1") |
protectthispage Talk | Protect this page | Protect this page |
proxyblocker Talk | Proxy blocker | Proxy blocker |
proxyblockreason Talk | 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. | 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 Talk | Done. | Done. |
pubmedurl Talk | http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=pubmed&dopt=Abstract&list_uids=$1 | http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=pubmed&dopt=Abstract&list_uids=$1 |
qbbrowse Talk | Browse | Browse |
qbedit Talk | Edit | Edit |
qbfind Talk | Find | Find |
qbmyoptions Talk | My pages | My pages |
qbpageinfo Talk | Context | Context |
qbpageoptions Talk | This page | This page |
qbsettings Talk | Quickbar | Quickbar |
qbsettingsnote Talk | This preference only works in the 'Standard' and the 'CologneBlue' skin. | This preference only works in the 'Standard' and the 'CologneBlue' skin. |
qbspecialpages Talk | Special pages | Special pages |
querybtn Talk | Submit query | Submit query |
querysuccessful Talk | Query successful | Query successful |
randompage Talk | Random page | Random page |
randompage-url Talk | Special:Randompage | Special:Randompage |
range_block_disabled Talk | The sysop ability to create range blocks is disabled. | The sysop ability to create range blocks is disabled. |
rchide Talk | in $4 form; $1 minor edits; $2 secondary namespaces; $3 multiple edits. | in $4 form; $1 minor edits; $2 secondary namespaces; $3 multiple edits. |
rclinks Talk | Show last $1 changes in last $2 days<br />$3 | Show last $1 changes in last $2 days<br />$3 |
rclistfrom Talk | Show new changes starting from $1 | Show new changes starting from $1 |
rcliu Talk | ; $1 edits from logged in users | ; $1 edits from logged in users |
rcloaderr Talk | Loading recent changes | Loading recent changes |
rclsub Talk | (to pages linked from "$1") | (to pages linked from "$1") |
rcnote Talk | Below are the last <strong>$1</strong> changes in last <strong>$2</strong> days. | Below are the last <strong>$1</strong> changes in the last <strong>$2</strong> days. |
rcnotefrom Talk | Below are the changes since <b>$2</b> (up to <b>$1</b> shown). | Below are the changes since <b>$2</b> (up to <b>$1</b> shown). |
rcpatroldisabled Talk | Recent Changes Patrol disabled | Recent Changes Patrol disabled |
rcpatroldisabledtext Talk | The Recent Changes Patrol feature is currently disabled. | The Recent Changes Patrol feature is currently disabled. |
readonly Talk | Database locked | Database locked |
readonly_lag Talk | The database has been automatically locked while the slave database servers catch up to the master | The database has been automatically locked while the slave database servers catch up to the master |
readonlytext Talk | 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: <p>$1 | 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: <p>$1 |
readonlywarning Talk | 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. | WARNING: The database has been locked for maintenance, so you will not be able to save your edits right now. You may wish to copy-and-paste the text into a text file and save it for later. |
recentchanges Talk | Recent changes | Recent changes |
recentchanges-url Talk | Special:Recentchanges | Special:Recentchanges |
recentchangescount Talk | Number of titles in recent changes | Number of titles in recent changes |
recentchangeslinked Talk | Related changes | Related changes |
recentchangestext Talk | Track the most recent changes to the wiki on this page. | Track the most recent changes to the wiki on this page. |
redirectedfrom Talk | (Redirected from $1) | (Redirected from $1) |
remembermypassword Talk | Remember my password across sessions. | Remember me |
removechecked Talk | Remove checked items from watchlist | Remove checked items from watchlist |
removedwatch Talk | Removed from watchlist | Removed from watchlist |
removedwatchtext Talk | The page "$1" has been removed from your watchlist. | The page "$1" has been removed from your watchlist. |
removingchecked Talk | Removing requested items from watchlist... | Removing requested items from watchlist... |
resetprefs Talk | Reset preferences | Reset preferences |
restorelink Talk | $1 deleted edits | $1 deleted edits |
resultsperpage Talk | Hits to show per page | Hits to show per page |
retrievedfrom Talk | Retrieved from "$1" | Retrieved from "$1" |
returnto Talk | Return to $1. | Return to $1. |
retypenew Talk | Retype new password | Retype new password |
reupload Talk | Re-upload | Re-upload |
reuploaddesc Talk | Return to the upload form. | Return to the upload form. |
reverted Talk | Reverted to earlier revision | Reverted to earlier revision |
revertimg Talk | rev | rev |
revertpage Talk | Reverted edit of $2, changed back to last version by $1 | Reverted edits by [[Special:Contributions/$2|$2]] to last version by $1 |
revhistory Talk | Revision history | <a href="{{localurle:project:Page_history}}">Revision history</a> |
revisionasof Talk | Revision as of $1 | Revision as of $1 |
revisionasofwithlink Talk | Revision as of $1; $2<br />$3 | $4 | Revision as of $1; $2<br />$3 | $4 |
revnotfound Talk | Revision not found | Revision not found |
revnotfoundtext Talk | The old revision of the page you asked for could not be found. Please check the URL you used to access this page. | The old revision of the page you asked for could not be found. Please check the URL you used to access this page. |
rfcurl Talk | http://www.faqs.org/rfcs/rfc$1.html | http://www.ietf.org/rfc/rfc$1.txt |
rights Talk | Rights: | Rights: |
rightslogtext Talk | This is a log of changes to user rights. | This is a log of changes to user rights. |
rollback Talk | Roll back edits | Roll back edits |
rollback_short Talk | Rollback | Rollback |
rollbackfailed Talk | Rollback failed | Rollback failed |
rollbacklink Talk | rollback | rollback |
rows Talk | Rows | Editbox dimensions: Rows |
saturday Talk | Saturday | Saturday |
savearticle Talk | Save page | Save page |
savedprefs Talk | Your preferences have been saved. | Your preferences have been saved. |
savefile Talk | Save file | Save file |
savegroup Talk | Save Group | Save Group |
saveprefs Talk | Save preferences | Save preferences |
saveusergroups Talk | Save User Groups | Save User Groups |
search Talk | Search | Search |
searchdisabled Talk | <p style="margin: 1.5em 2em 1em">{{SITENAME}} search is disabled for performance reasons. You can search via Google in the meantime. <span style="font-size: 89%; display: block; margin-left: .2em">Note that their indexes of {{SITENAME}} content may be out of date.</span></p> | <p style="margin: 1.5em 2em 1em">Wikipedia search is disabled for performance reasons. You can search via Google or Yahoo! in the meantime. <span style="font-size: 89%; display: block; margin-left: .2em">Note that their indexes of Wikipedia content may be out of date. If the search term contains an underscore, change it into a space.</span></p> |
searchquery Talk | For query "$1" | You searched for "<a href="/wiki/$1">$1</a>" <a href="/wiki/Special:Allpages/$1">[Index]</a> |
searchresults Talk | Search results | Search results |
searchresultshead Talk | Search result settings | Search result settings |
searchresulttext Talk | For more information about searching {{SITENAME}}, see [[Project:Searching|Searching {{SITENAME}}]]. | <!-- --> |
sectionlink Talk | → | → |
selectnewerversionfordiff Talk | Select a newer version for comparison | Select a newer version for comparison |
selectolderversionfordiff Talk | Select an older version for comparison | Select an older version for comparison |
selectonly Talk | Only read-only queries are allowed. | Only read-only queries are allowed. |
selflinks Talk | Pages with Self Links | Pages with Self Links |
selflinkstext Talk | The following pages contain a link to themselves, which they should not. | The following pages contain a link to themselves, which they should not. |
sep Talk | Sep | Sep |
september Talk | September | September |
seriousxhtmlerrors Talk | There were serious xhtml markup errors detected by tidy. | There were serious xhtml markup errors detected by tidy. |
servertime Talk | Server time is now | Server time is now |
sessionfailure Talk | 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. | 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. |
set_rights_fail Talk | <b>User rights for "$1" could not be set. (Did you enter the name correctly?)</b> | <strong>User rights for "$1" could not be set. (Did you enter the name correctly?)</strong> |
set_user_rights Talk | Set user rights | Set user rights |
setbureaucratflag Talk | Set bureaucrat flag | Set bureaucrat flag |
sharedupload Talk | This is a file from the [[Commons:Main Page|Wikimedia Commons]]. Please see its '''[[Commons:Image:{{PAGENAME}}|description page]]''' there. | This is a file from the [[Commons:Main Page|Wikimedia Commons]]. Please see its '''[[Commons:Image:{{PAGENAME}}|description page]]''' there. |
shortpages Talk | Short pages | Short pages |
show Talk | show | Show |
showbigimage Talk | Download high resolution version ($1x$2, $3 KB) | Download high resolution version ($1x$2, $3 KB) |
showhideminor Talk | $1 minor edits | $2 bots | $3 logged in users | $4 patrolled edits | $1 minor edits | $2 bots | $3 logged in users |
showingresults Talk | Showing below up to <b>$1</b> results starting with #<b>$2</b>. | Showing below up to <strong>$1</strong> results starting with #<strong>$2</strong>. |
showingresultsnum Talk | Showing below <b>$3</b> results starting with #<b>$2</b>. | Showing below <strong>$3</strong> results starting with #<strong>$2</strong>. |
showlast Talk | Show last $1 images sorted $2. | Show last $1 files sorted $2. |
showpreview Talk | Show preview | Show preview |
showtoc Talk | show | show |
sig_tip Talk | Your signature with timestamp | Your signature with timestamp |
siteadminpheading Talk | siteadmin level | siteadmin level |
sitenotice Talk | - | - |
sitesettings Talk | Site Settings | Site Settings |
sitesettings-caching Talk | Page caching | Page caching |
sitesettings-cookies Talk | Cookies | Cookies |
sitesettings-debugging Talk | Debugging | Debugging |
sitesettings-features Talk | Features | Features |
sitesettings-images Talk | Images | Images |
sitesettings-memcached Talk | Memcache Daemon | Memcache Daemon |
sitesettings-performance Talk | Performance | Performance |
sitesettings-permissions Talk | Permissions | Permissions |
sitesettings-permissions-banning Talk | User banning | User banning |
sitesettings-permissions-miser Talk | Performance settings | Performance settings |
sitesettings-permissions-readonly Talk | Maintenance mode: Disable write access | Maintenance mode: Disable write access |
sitesettings-permissions-whitelist Talk | Whitelist mode | Whitelist mode |
sitesettings-wgAllowExternalImages Talk | Allow to include external images into articles | Allow to include external images into articles |
sitesettings-wgDefaultBlockExpiry Talk | By default, blocks expire after: | By default, blocks expire after: |
sitesettings-wgDisableQueryPages Talk | When in miser mode, disable all query pages, not only "expensive" ones | When in miser mode, disable all query pages, not only "expensive" ones |
sitesettings-wgHitcounterUpdateFreq Talk | Hit counter update frequency | Hit counter update frequency |
sitesettings-wgMiserMode Talk | Enable miser mode, which disables most "expensive" features | Enable miser mode, which disables most "expensive" features |
sitesettings-wgReadOnly Talk | Readonly mode | Readonly mode |
sitesettings-wgReadOnlyFile Talk | Readonly message file | Readonly message file |
sitesettings-wgShowIPinHeader Talk | Show IP in header (for non-logged in users) | Show IP in header (for non-logged in users) |
sitesettings-wgSysopRangeBans Talk | Sysops may block IP-ranges | Sysops may block IP-ranges |
sitesettings-wgSysopUserBans Talk | Sysops may block logged-in users | Sysops may block logged-in users |
sitesettings-wgUseCategoryBrowser Talk | Enable experimental dmoz-like category browsing. Outputs things like: Encyclopedia > Music > Style of Music > Jazz | Enable experimental dmoz-like category browsing. Outputs things like: Encyclopedia > Music > Style of Music > Jazz |
sitesettings-wgUseCategoryMagic Talk | Enable categories | Enable categories |
sitesettings-wgUseDatabaseMessages Talk | Use database messages for user interface labels | Use database messages for user interface labels |
sitesettings-wgUseWatchlistCache Talk | Generate a watchlist once every hour or so | Generate a watchlist once every hour or so |
sitesettings-wgWLCacheTimeout Talk | The hour or so mentioned above (in seconds): | The hour or so mentioned above (in seconds): |
sitesettings-wgWhitelistAccount-developer Talk | Developers may create accounts for users | Developers may create accounts for users |
sitesettings-wgWhitelistAccount-sysop Talk | Sysops may create accounts for users | Sysops may create accounts for users |
sitesettings-wgWhitelistAccount-user Talk | Users may create accounts themself | Users may create accounts themself |
sitesettings-wgWhitelistEdit Talk | Users must be logged in to edit | Users must be logged in to edit |
sitesettings-wgWhitelistRead Talk | Anonymous users may only read these pages: | Anonymous users may only read these pages: |
sitestats Talk | Site statistics | Wikipedia statistics |
sitestatstext Talk | 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. | <p style="font-size:125%;margin-bottom:0">Wikipedia currently has '''$2''' [[Wikipedia:What is an article|articles]].</p> <p style="margin-top:0">That number excludes redirects, discussion pages, image description pages, user profile pages, templates, help pages, articles without links to other articles, and pages about Wikipedia. Including these, we have '''$1''' pages.</p> Users have made '''$4''' edits since July 2002; an average of '''$5''' edits per page. |
sitesubtitle Talk | The Free Encyclopedia | The Free Encyclopedia |
sitesupport Talk | - | Donations |
sitesupport-url Talk | Project:Site support | Project:Site support |
sitetitle Talk | {{SITENAME}} | {{SITENAME}} |
siteuser Talk | Academic Kids user $1 | Academic Kids user $1 |
siteusers Talk | Academic Kids user(s) $1 | Academic Kids user(s) $1 |
skin Talk | Skin | Skin |
sorbs Talk | SORBS DNSBL | SORBS DNSBL |
sorbs_create_account_reason Talk | Your IP address is listed as an open proxy in the [http://www.sorbs.net SORBS] DNSBL. You cannot create an account | Your IP address is listed as an open proxy in the [http://www.sorbs.net SORBS] DNSBL. You cannot create an account |
sorbsreason Talk | Your IP address is listed as an open proxy in the [http://www.sorbs.net SORBS] DNSBL. | Your IP address is listed as an open proxy in the [http://www.sorbs.net SORBS] DNSBL. |
spamprotectionmatch Talk | The following text is what triggered our spam filter: $1 | The following text is what triggered our spam filter: $1 |
spamprotectiontext Talk | The page you wanted to save was blocked by the spam filter. This is probably caused by a link to an external site. | The page you wanted to save was blocked by the spam filter. This is probably caused by a link to an external site. See [[m:Spam blacklist]] for a full list of blocked sites. If you believe that the spam filter is mistakenly blocking the edit, then please contact an [[m:Special:Listadmins|m:Administrator]]. The following is the section of the page that triggered the filter: |
spamprotectiontitle Talk | Spam protection filter | Spam protection filter |
special_version_postfix Talk | | |
special_version_prefix Talk | | |
speciallogtitlelabel Talk | Title: | Title: |
specialloguserlabel Talk | User: | User: |
specialpage Talk | Special Page | Special Page |
specialpages Talk | Special pages | Special pages |
spheading Talk | Special pages for all users | Special pages for all users |
sqlhidden Talk | (SQL query hidden) | (SQL query hidden) |
sqlislogged Talk | Please note that all queries are logged. | Please note that all queries are [http://en.wikipedia.org/upload/sqllog logged]. ([http://en.wikipedia.org/upload/sqllog.1 Archive]) |
sqlquery Talk | Enter query | Enter query |
statistics Talk | Statistics | Statistics |
storedversion Talk | Stored version | Stored version |
stubthreshold Talk | Threshold for stub display | Threshold for stub display |
subcategories Talk | Subcategories | Subcategories |
subcategorycount Talk | There are $1 subcategories to this category. | There are $1 subcategories to this category. |
subcategorycount1 Talk | There is $1 subcategory to this category. | There is $1 subcategory to this category. |
subject Talk | Subject/headline | Subject/headline |
subjectpage Talk | View subject | View subject |
successfulupload Talk | Successful upload | Successful upload |
summary Talk | Summary | <a href="{{localurle:project:Edit_summary}}" class='internal' title="Briefly describe the changes you have made here">Edit summary</a> |
sunday Talk | Sunday | Sunday |
sysoptext Talk | The action you have requested can only be performed by users with "sysop" status. See $1. | The action you have requested can only be performed by users with "sysop" capability. See $1. |
sysoptitle Talk | Sysop access required | Sysop access required |
tableform Talk | table | table |
tagline Talk | From {{SITENAME}} | From {{SITENAME}} |
talk Talk | Discussion | Discussion |
talkexists Talk | 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. | 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. Contact an <a href="/wiki/Wikipedia:Administrators">Administrator</a> if you cannot do so, but DO NOT just copy and paste the contents. |
talkpage Talk | Discuss this page | Discuss this page |
talkpagemoved Talk | The corresponding talk page was also moved. | The corresponding talk page was also moved. |
talkpagenotmoved Talk | The corresponding talk page was <strong>not</strong> moved. | The corresponding talk page was <strong>not</strong> moved. Either the talk page did not exist, or you did not request the page to be moved. |
talkpagetext Talk | <!-- MediaWiki:talkpagetext --> | <!-- MediaWiki:talkpagetext --> |
templatesused Talk | Templates used on this page: | Templates used on this page: |
textboxsize Talk | Editing | Editing |
textmatches Talk | Page text matches | Page text matches |
thisisdeleted Talk | View or restore $1? | View or restore $1? |
thumbnail-more Talk | Enlarge | Enlarge |
thursday Talk | Thursday | Thursday |
timezonelegend Talk | Time zone | Time zone |
timezoneoffset Talk | Offset | Offset |
timezonetext Talk | Enter number of hours your local time differs from server time (UTC). | Enter number of hours your local time differs from server time (UTC). |
titlematches Talk | Article title matches | Article title matches |
toc Talk | Table of contents | Contents |
tog-editondblclick Talk | Edit pages on double click (JavaScript) | Edit pages on double click (JavaScript) |
tog-editsection Talk | Enable section editing via [edit] links | Enable section editing via [edit] links |
tog-editsectiononrightclick Talk | Enable section editing by right clicking<br /> on section titles (JavaScript) | Enable section editing by right clicking<br /> on section titles (JavaScript) |
tog-editwidth Talk | Edit box has full width | Edit box has full width |
tog-fancysig Talk | Raw signatures (without automatic link) | Raw signatures (without automatic link) |
tog-hideminor Talk | Hide minor edits in recent changes | Hide minor edits in recent changes |
tog-highlightbroken Talk | Format broken links <a href="" class="new">like this</a> (alternative: like this<a href="" class="internal">?</a>). | Format broken links <a href="" class="new">like this</a> (alternative: like this<a href="" class="internal">?</a>). |
tog-hover Talk | Show hoverbox over wiki links | Show hoverbox over wiki links |
tog-justify Talk | Justify paragraphs | Justify paragraphs |
tog-minordefault Talk | Mark all edits minor by default | Mark all edits minor by default |
tog-nocache Talk | Disable page caching | Disable page caching |
tog-numberheadings Talk | Auto-number headings | Auto-number headings |
tog-previewonfirst Talk | Show preview on first edit | Show preview on first edit |
tog-previewontop Talk | Show preview before edit box and not after it | Show preview before edit box and not after it |
tog-rememberpassword Talk | Remember password across sessions | Remember password across sessions |
tog-showtoc Talk | Show table of contents<br />(for pages with more than 3 headings) | Show table of contents<br />(for pages with more than 3 headings) |
tog-showtoolbar Talk | Show edit toolbar | Show edit toolbar |
tog-underline Talk | Underline links | Underline links |
tog-usenewrc Talk | Enhanced recent changes (not for all browsers) | Enhanced recent changes (not for all browsers) |
tog-watchdefault Talk | Add pages you edit to your watchlist | Add pages you edit to your watchlist |
toolbox Talk | Toolbox | Toolbox |
tooltip-compareselectedversions Talk | See the differences between the two selected versions of this page. [alt-v] | See the differences between the two selected versions of this page. [alt-v] |
tooltip-minoredit Talk | Mark this as a minor edit [alt-i] | Mark this as a minor edit [alt-i] |
tooltip-preview Talk | Preview your changes, please use this before saving! [alt-p] | Preview your changes, please use this before saving! [alt-p] |
tooltip-save Talk | Save your changes [alt-s] | Save your changes [alt-s] |
tooltip-search Talk | Search this wiki [alt-f] | Search Wikipedia [alt-f] |
tooltip-watch Talk | Add this page to your watchlist [alt-w] | Add this page to your watchlist [alt-w] |
tuesday Talk | Tuesday | Tuesday |
uclinks Talk | View the last $1 changes; view the last $2 days. | View the last $1 changes; view the last $2 days. |
ucnote Talk | Below are this user's last <b>$1</b> changes in the last <b>$2</b> days. | Below are this user's last <strong>$1</strong> changes in the last <strong>$2</strong> days. |
uctop Talk | (top) | (top) |
unblockip Talk | Unblock user | Unblock user |
unblockiptext Talk | Use the form below to restore write access to a previously blocked IP address or username. | Use the form below to restore write access to a previously blocked IP address or username. |
unblocklink Talk | unblock | unblock |
unblocklogentry Talk | unblocked "$1" | unblocked $1 |
uncategorizedcategories Talk | Uncategorized categories | Uncategorized categories |
uncategorizedpages Talk | Uncategorized pages | Uncategorized pages |
undelete Talk | Restore deleted page | Restore deleted page |
undelete_short Talk | Undelete $1 edits | Undelete $1 edits |
undeletearticle Talk | Restore deleted page | Restore deleted page |
undeletebtn Talk | Restore! | Restore! |
undeletedarticle Talk | restored "$1" | restored "$1" |
undeletedrevisions Talk | $1 revisions restored | $1 revisions restored |
undeletedtext Talk | [[$1]] has been successfully restored. See [[Special:Log/delete]] for a record of recent deletions and restorations. | The page [[$1]] has been successfully restored. See [[{{ns:special}}:Log/Delete]] for a record of recent deletions and restorations. |
undeletehistory Talk | 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. | If you restore the page, all revisions will be restored to the history by default. If you do not want to restore all revisions, select only the checkboxes by the revisions you do want to restore. 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. |
undeletepage Talk | View and restore deleted pages | View and restore deleted pages |
undeletepagetext Talk | The following pages have been deleted but are still in the archive and can be restored. The archive may be periodically cleaned out. | The following pages have been deleted but are still in the archive and can be restored. The archive may be periodically cleaned out. |
undeleterevision Talk | Deleted revision as of $1 | Deleted revision as of $1 |
undeleterevisions Talk | $1 revisions archived | $1 revisions archived |
undo Talk | undo | undo |
unexpected Talk | Unexpected value: "$1"="$2". | Unexpected value: "$1"="$2". |
unlockbtn Talk | Unlock database | Unlock database |
unlockconfirm Talk | Yes, I really want to unlock the database. | Yes, I really want to unlock the database. |
unlockdb Talk | Unlock database | Unlock database |
unlockdbsuccesssub Talk | Database lock removed | Database lock removed |
unlockdbsuccesstext Talk | The database has been unlocked. | The database has been unlocked. |
unlockdbtext Talk | 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. | 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. |
unprotect Talk | Unprotect | unprotect |
unprotectcomment Talk | Reason for unprotecting | Reason for unprotecting |
unprotectedarticle Talk | unprotected $1 | unprotected $1 |
unprotectsub Talk | (Unprotecting "$1") | (Unprotecting "$1") |
unprotectthispage Talk | Unprotect this page | Remove protection |
unusedimages Talk | Unused images | Unused files |
unusedimagestext Talk | <p>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.</p> | <p>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. |
unwatch Talk | Unwatch | Unwatch |
unwatchthispage Talk | Stop watching | Stop watching |
updated Talk | (Updated) | (Updated) |
upload Talk | Upload file | Upload file |
uploadbtn Talk | Upload file | Upload file |
uploadcorrupt Talk | The file is corrupt or has an incorrect extension. Please check the file and upload again. | The file is corrupt or has an incorrect extension. Please check the file and upload again. |
uploaddisabled Talk | Sorry, uploading is disabled. | Uploading is temporarily disabled to prevent data loss while we're moving files between file servers. Once the move is complete (within an hour or so), upload should be available again. |
uploadedfiles Talk | Uploaded files | Uploaded files |
uploadedimage Talk | uploaded "$1" | uploaded "$1" |
uploaderror Talk | Upload error | Upload error |
uploadfile Talk | Upload images, sounds, documents etc. | Upload images, sounds, documents etc. |
uploadlink Talk | Upload images | Upload images |
uploadlog Talk | upload log | upload log |
uploadlogpage Talk | Upload_log | Upload_log |
uploadlogpagetext Talk | Below is a list of the most recent file uploads. | Below is a list of the most recent file uploads. |
uploadnologin Talk | Not logged in | Not logged in |
uploadnologintext Talk | You must be <a href="{{localurl:Special:Userlogin}}">logged in</a> to upload files. | You must be <a href="{{localurle:Special:Userlogin}}">logged in</a> to upload files. |
uploadtext Talk | '''STOP!''' Before you upload here, make sure to read and follow the [[Project:Image use policy|image use policy]]. To view or search previously uploaded images, go to the [[Special:Imagelist|list of uploaded images]]. Uploads and deletions are logged on the [[Project:Upload log|upload log]]. Use the form below to upload new image files for use in illustrating your pages. On most browsers, you will see a "Browse..." button, which will bring up your operating system's standard file open dialog. Choosing a file will fill the name of that file into the text field next to the button. 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. This may take some time if you have a slow internet connection. The preferred formats are JPEG for photographic images, PNG for drawings and other iconic images, and OGG for sounds. Please name your files descriptively to avoid confusion. To include the image in a page, use a link in the form '''<nowiki>[[{{ns:6}}:file.jpg]]</nowiki>''' or '''<nowiki>[[{{ns:6}}:file.png|alt text]]</nowiki>''' or '''<nowiki>[[{{ns:-2}}:file.ogg]]</nowiki>''' for sounds. Please note that as with wiki pages, others may edit or delete your uploads if they think it serves the project, and you may be blocked from uploading if you abuse the system. | <div style="border: 1px solid grey; background: #ddf; padding: 5px; margin: 0 auto;"> [[Image:Commons without text.png|left|30px|]] <big>You can also upload files under a '''[[Commons:Commons:Licensing|free license]]''' (no fair use!) to the '''[[commons:Main Page|Wikimedia Commons]]''', a shared repository of content which can be used on all Wikimedia projects in all languages. '''Uploading your files to Commons is highly recommended'''.</big></div> Please follow these guidelines when uploading files to the English Wikipedia: *Provide ''detailed'' information on the source of the file in the text box; this will automatically be copied to the file's description page. If you obtained the image from somewhere on the Web, please include the URL where it can be obtained. *Specify the ''licence'' of the file by adding the appropriate tag(s), e.g. <tt><nowiki>{</nowiki>{GFDL}}</tt>, <tt><nowiki>{</nowiki>{PD}}</tt>, etc. See [[Wikipedia:Image copyright tags|Image copyright tags]] for more tags. Please do '''''not''''' upload files under a ''"non-commercial use only"'' or ''"copyrighted, used by permission"'' licence. Such files will be '''[http://mail.wikipedia.org/pipermail/wikien-l/2005-May/023760.html deleted]'''. *Insert the file or image in relevant articles using the syntax <tt><nowiki>[[Image:File.jpg|thumb|Caption]]</nowiki></tt>, and other media with <tt><nowiki>[[Media:File.ogg]]</nowiki></tt>. See [[Wikipedia:Extended image syntax|Extended image syntax]] for further instructions. *Use a descriptive filename (e.g. "Eiffel Tower, Paris, at night.jpg") to prevent conflicts with existing files. See [[Wikipedia:Uploading images]] and [[Wikipedia:Sound]] for more information, and [[Special:Imagelist]] for a list of already uploaded files. <p style="text-align:center;">'''If you upload a file here to which you hold the copyright, you ''must'' license it under <br>the [[Wikipedia:Text of the GNU Free Documentation License|GNU Free Documentation License]] or release it into the [[public domain]].'''</p> <p style="text-align:center; font-size:90%;">Alternatively, you could upload your file to the Wikimedia Commons under a different [[Commons:Licensing|free license]].</p> |
uploadwarning Talk | Upload warning | Upload warning |
usenewcategorypage Talk | 1 Set first character to "0" to disable the new category page layout. | 1 Set first character to "0" to disable the new category page layout. |
user_rights_set Talk | <b>User rights for "$1" updated</b> | <strong>User rights for "$1" updated</strong> |
usercssjsyoucanpreview Talk | <strong>Tip:</strong> Use the 'Show preview' button to test your new CSS/JS before saving. | <strong>Tip:</strong> Use the 'Show preview' button to test your new css/js before saving. Have a cool style? Share it in the <a href='http://meta.wikimedia.org/wiki/Gallery_of_user_styles'>Gallery of user styles</a>. |
usercsspreview Talk | '''Remember that you are only previewing your user CSS, it has not yet been saved!''' | '''Remember that you are only previewing your user CSS, it has not yet been saved!''' |
userexists Talk | The user name you entered is already in use. Please choose a different name. | The user name you entered is already in use. Please choose a different name. |
userjspreview Talk | '''Remember that you are only testing/previewing your user JavaScript, it has not yet been saved!''' | '''Remember that you are only testing/previewing your user JavaScript, it has not yet been saved!''' |
userlevels Talk | User levels management | User levels management |
userlevels-addgroup Talk | Add group | Add group |
userlevels-editgroup Talk | Edit group | Edit group |
userlevels-editgroup-description Talk | Group description (max 255 characters):<br /> | Group description (max 255 characters):<br /> |
userlevels-editgroup-name Talk | Group name: | Group name: |
userlevels-editusergroup Talk | Edit user groups | Edit user groups |
userlevels-group-edit Talk | Existent groups: | Existent groups: |
userlevels-groupsavailable Talk | Available groups: | Available groups: |
userlevels-groupshelp Talk | Select groups you want the user to be removed from or added to. Unselected groups will not be changed. You can unselect a group by using CTRL + Left Click | Select groups you want the user to be removed from or added to. Unselected groups will not be changed. You can unselect a group by using CTRL + Left Click |
userlevels-groupsmember Talk | Member of: | Member of: |
userlevels-lookup-group Talk | Manage group rights | Manage group rights |
userlevels-lookup-user Talk | Manage user groups | Manage user groups |
userlevels-user-editname Talk | Enter a username: | Enter a username: |
userlogin Talk | Create an account or log in | Create account / log in |
userlogout Talk | Log out | Log out |
usermailererror Talk | Mail object returned error: | Mail object returned error: |
userpage Talk | View user page | View user page |
userrightspheading Talk | userrights level | userrights level |
userstats Talk | User statistics | User statistics |
userstatstext Talk | There are '''$1''' registered users. '''$2''' of these are administrators (see $3). | We have '''$1''' registered users, of which '''$2''' are [[Wikipedia:Administrators|administrators]]. ==See also== * '''[http://www.wikipedia.org/wikistats/EN/Sitemap.htm More Wikipedia statistics]''' * [http://wikimedia.org/stats/en.wikipedia.org Usage statistics] * [http://en.wikipedia.org/wiki/Wikipedia:Statistics Growth statistics] |
val_article_lists Talk | List of validated articles | List of validated articles |
val_clear_old Talk | Clear my other validation data for $1 | Clear my other validation data for $1 |
val_form_note Talk | <b>Hint:</b> Merging your data means that for the article revision you select, all options where you have specified <i>no opinion</i> 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 <i>change</i>, and merging will fill in the other options with your previous settings. | <b>Hint:</b> Merging your data means that for the article revision you select, all options where you have specified <i>no opinion</i> 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 <i>change</i>, and merging will fill in the other options with your previous settings. |
val_merge_old Talk | Use my previous assessment where selected 'No opinion' | Use my previous assessment where selected 'No opinion' |
val_no_anon_validation Talk | You have to be logged in to validate an article. | You have to be logged in to validate an article. |
val_noop Talk | No opinion | No opinion |
val_page_validation_statistics Talk | Page validation statistics for $1 | Page validation statistics for $1 |
val_percent Talk | <b>$1%</b><br />($2 of $3 points<br />by $4 users) | <b>$1%</b><br />($2 of $3 points<br />by $4 users) |
val_percent_single Talk | <b>$1%</b><br />($2 of $3 points<br />by one user) | <b>$1%</b><br />($2 of $3 points<br />by one user) |
val_stat_link_text Talk | Validation statistics for this article | Validation statistics for this article |
val_tab Talk | Validate | Validate |
val_table_header Talk | <tr><th>Class</th>$1<th colspan=4>Opinion</th>$1<th>Comment</th></tr> | <tr><th>Class</th>$1<th colspan=4>Opinion</th>$1<th>Comment</th></tr> |
val_this_is_current_version Talk | this is the latest version | this is the latest version |
val_total Talk | Total | Total |
val_user_validations Talk | This user has validated $1 pages. | This user has validated $1 pages. |
val_validate_article_namespace_only Talk | Only articles can be validated. This page is <i>not</i> in the article namespace. | Only articles can be validated. This page is <i>not</i> in the article namespace. |
val_validate_version Talk | Validate this version | Validate this version |
val_validated Talk | Validation done. | Validation done. |
val_version Talk | Version | Version |
val_version_of Talk | Version of $1 | Version of $1 |
val_view_version Talk | View this version | View this version |
validate Talk | Validate page | Validate page |
variantname-zh Talk | zh | zh |
variantname-zh-cn Talk | cn | cn |
variantname-zh-hk Talk | hk | hk |
variantname-zh-sg Talk | sg | sg |
variantname-zh-tw Talk | tw | tw |
version Talk | Version | Version |
viewcount Talk | This page has been accessed $1 times. | This page has been accessed $1 times. |
viewprevnext Talk | View ($1) ($2) ($3). | View ($1) ($2) ($3). |
viewsource Talk | View source | View source |
viewtalkpage Talk | View discussion | < Discussion |
wantedpages Talk | Wanted pages | Wanted pages |
watch Talk | Watch | Watch |
watchdetails Talk | ($1 pages watched not counting talk pages; $2 total pages edited since cutoff; $3... <a href='$4'>show and edit complete list</a>.) | You have $1 pages on your watchlist (not counting talk pages); you can <a href='$4'>display and edit the complete list</a>. <!-- $3 --> |
watcheditlist Talk | Here's an alphabetical list of your watched 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. | Here's an alphabetical list of your watched 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. |
watchlist Talk | My watchlist | My watchlist |
watchlistcontains Talk | Your watchlist contains $1 pages. | Your watchlist contains $1 pages. |
watchlistsub Talk | (for user "$1") | (for user "$1") |
watchmethod-list Talk | checking watched pages for recent edits | Checking watched pages for recent edits |
watchmethod-recent Talk | checking recent edits for watched pages | Checking recent edits for watched pages |
watchnochange Talk | None of your watched items were edited in the time period displayed. | None of your watched items were edited in the time period displayed. |
watchnologin Talk | Not logged in | Not logged in |
watchnologintext Talk | You must be <a href="{{localurl:Special:Userlogin}}">logged in</a> to modify your watchlist. | You must be <a href="/wiki/Special:Userlogin">logged in</a> to modify your watchlist. |
watchthis Talk | Watch this page | Watch this page |
watchthispage Talk | Watch this page | Watch this page |
wednesday Talk | Wednesday | Wednesday |
welcomecreation Talk | == Welcome, $1! == Your account has been created. Don't forget to change your {{SITENAME}} preferences. | == Welcome, $1! == Your account has been created. Don't forget to change your {{SITENAME}} preferences. |
whatlinkshere Talk | What links here | What links here |
whitelistacctext Talk | To be allowed to create accounts in this Wiki you have to [[Special:Userlogin|log]] in and have the appropriate permissions. | To be allowed to create accounts in this Wiki you have to [[Special:Userlogin|log]] in and have the appropriate permissions. |
whitelistacctitle Talk | You are not allowed to create an account | You are not allowed to create an account |
whitelistedittext Talk | You have to [[Special:Userlogin|login]] to edit pages. | You have to [[{{ns:Special}}:Userlogin|log in]] to edit pages. If you need to see the wiki text of an article, you may wish to use the [[{{ns:Special}}:Export|Export pages]] feature. |
whitelistedittitle Talk | Login required to edit | Login required to edit |
whitelistreadtext Talk | You have to [[Special:Userlogin|login]] to read pages. | You have to [[{{ns:Special}}:Userlogin|login]] to read pages. |
whitelistreadtitle Talk | Login required to read | Login required to read |
wikipediapage Talk | View project page | View project page |
wikititlesuffix Talk | {{SITENAME}} | {{SITENAME}} |
wlnote Talk | Below are the last $1 changes in the last <b>$2</b> hours. | Below are the last $1 changes in the last <b>$2</b> hours. |
wlsaved Talk | This is a saved version of your watchlist. | This is a saved version of your watchlist. |
wlshowlast Talk | Show last $1 hours $2 days $3 | Show last $1 hours $2 days $3 |
wrong_wfQuery_params Talk | Incorrect parameters to wfQuery()<br /> Function: $1<br /> Query: $2 | Incorrect parameters to wfQuery()<br /> Function: $1<br /> Query: $2 |
wrongpassword Talk | The password you entered is incorrect. Please try again. | The password you entered is incorrect. Please try again. |
yourdiff Talk | Differences | Differences |
youremail Talk | Your email* | E-mail (optional)* |
yourlanguage Talk | Interface language | Interface language |
yourname Talk | Your user name | Username |
yournick Talk | Your nickname (for signatures) | Your nickname (for signatures) |
yourpassword Talk | Your password | Password |
yourpasswordagain Talk | Retype password | Retype password |
yourrealname Talk | Your real name* | Your real name* |
yourtext Talk | Your text | Your text |
yourvariant Talk | Language variant | Language variant |
zhconversiontable Talk | -{}- | -{}- |