Wikipedia:All system messages

He rārangi tēnei o ngā pānui pūnaha katoa o te wāhi MediaWiki.

Name

Default text

Current text

1movedto2
Talk

$1 moved to $2

moved $1 to $2

1movedto2_redir
Talk

$1 moved to $2 over redirect

moved $1 to $2 over redirect

Monobook.css
Talk

/* edit this file to customize the monobook skin for the entire site */

/*

CSS for Monobook skin only takatā

Notice to Administrators!

Any changes to Monobook.css or Common.css should be first proposed to Wikipedia:Village Pump.

Furthermore, changes should probably be made in MediaWiki:Common.css rather than this page, unless there is no effect in MediaWiki:Common.css.

Testing can be done on your own user Monobook.css. (In Mozilla and Opera, you can also test style changes dynamically with the test styles bookmarklet from squarefree.com. It pops up a window for adding style rules, and updates the page as you type.)

Always check with the W3C CSS Validation Service after any changes.

Thank you.

*/

/* Donations link to be uncommented during fundraising drives  */
#siteNotice {
    margin-top:5px;
    padding-left: 4px;
    font-style: italic;
    text-align: center;
    background: transparent;
}

/*
#fundraising {
 text-align: center;
 border: 1px solid gray;
 padding: 5px;
}
*/

/****************************/
/* 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, #p-cactions li a:hover, #p-cactions li.selected a {
    background-color: #F8FCFF;
}

.ns-0 * #p-cactions li a {
    background-color: #fbfbfb;
}

.ns-0 * #p-cactions li.selected a, .ns-0 * #p-cactions li a:hover {
    background-color: white;
}

.ns-0 * #content div.thumb {
    border-color: white;
}

/**************************/
/* END LIGHT BLUE SECTION */
/**************************/

/* block quotations */
#content blockquote {
    font-size: 93.75%; /* equivalent of 15px in 16px default */
    margin: 1em 1.6em; /* same indent as an unordered list */
}
#content blockquote p {
    line-height:inherit;
}

/* Display "From Wikipedia, the free encyclopedia" */
#siteSub {
    display: inline;
    font-size: 92%;
    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 }
    #content { background: #fff; } /* white background on print */
}

#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 #aaa;
   background-color:#f9f9f9;
   padding:5px;
   font-size: 95%;
}

/* Remove padding from external links displayed without icon */
#bodyContent .plainlinks a {padding: 0 !important}


#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:#fff;
}

/* For positioning icons at top-right, used in Templates
   "Spoken Article" and "Featured Article" */

div.topicon {
  position:absolute; 
  z-index:100; 
  top:10px;
  display: block !important;
}

/* try adding here, this had no effect in [[MediaWiki:Common.css]] */
.plainlinksneverexpand a.external.text:after {
 display: none !important
}

#coordinates {  
 position:absolute;
 z-index:1;
 border:none;
 background:none;
 right:30px;
 top:3.7em;
 float:right;
 margin:0.0em;
 padding:0.0em;
 line-height:1.5em;
 text-align:right;
 text-indent:0;
 font-size:85%;
 text-transform:none;
 white-space:nowrap;
}

.portlet li {
  list-style-image: url("//upload.wikimedia.org/wikipedia/commons/1/18/Monobook-bullet.png");
}

li.FA {
  list-style-image: url("//upload.wikimedia.org/wikipedia/en/d/d4/Monobook-bullet-star.png");
}

.mw-plusminus-pos {
  color: #006400;
}

.mw-plusminus-neg {
  color: #8B0000;
}

/* Infobox template style */

.infobox {
   border: 1px solid #aaa;
   background-color: #f9f9f9;
   color: black;
}

.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaa;
}

/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
   border-top: 1px solid #aaa;
   border-right: 1px solid #aaa;
}

.gallerybox .thumb img {
  background: #F9F9F9;
}

.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
   border-right: 1px solid #aaa;
}
/*
*/

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 linking to 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');

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" : "";
 }
  
 if (window.attachEvent) {
   document.attachEvent("onreadystatechange", fixIEScroll);
   window.attachEvent("onresize", fixIEScroll);
 }

}

function LinkFA() {

  // iterate over all -elements
  for(var i=0; a = document.getElementsByTagName("span")[i]; i++) {
     // if found a FA span
     if(a.className == "FA") {
// iterate over all
  • -elements for(var j=0; b = document.getElementsByTagName("li")[j]; j++) { // if found a FA link if(b.className == "interwiki-" + a.id && b.className.indexOf("badge-featuredarticle") === -1 && b.className.indexOf("badge-goodarticle") === -1) { b.style.padding = "0 0 0 16px"; b.style.backgroundImage = "url('//upload.wikimedia.org/wikipedia/en/6/60/LinkFA-star.png')"; b.style.backgroundRepeat = "no-repeat"; b.title = "This article has gained featured status"; } } } } } jQuery(document).ready(LinkFA); // ============================================================ // BEGIN Dynamic Navigation Bars (experimantal) // set up the words in your language var NavigationBarHide = '[ Hide ]'; var NavigationBarShow = '[ Show ]'; // set up max count of Navigation Bars on page, // if there are more, all will be hidden // NavigationBarShowDefault = 0; // all bars will be hidden // NavigationBarShowDefault = 1; // on pages with more than 1 bar all bars will be hidden var NavigationBarShowDefault = 1; // shows and hides content and picture (if available) of navigation bars // Parameters: // indexNavigationBar: the index of navigation bar to be toggled function toggleNavigationBar(indexNavigationBar) { var NavToggle = document.getElementById("NavToggle" + indexNavigationBar); var NavFrame = document.getElementById("NavFrame" + indexNavigationBar); if (!NavFrame || !NavToggle) { return false; } // if shown now if (NavToggle.firstChild.data == NavigationBarHide) { for ( var NavChild = NavFrame.firstChild; NavChild != null; NavChild = NavChild.nextSibling ) { if (NavChild.className == 'NavPic') { NavChild.style.display = 'none'; } if (NavChild.className == 'NavContent') { NavChild.style.display = 'none'; } } NavToggle.firstChild.data = NavigationBarShow; // if hidden now } else if (NavToggle.firstChild.data == NavigationBarShow) { for ( var NavChild = NavFrame.firstChild; NavChild != null; NavChild = NavChild.nextSibling ) { if (NavChild.className == 'NavPic') { NavChild.style.display = 'block'; } if (NavChild.className == 'NavContent') { NavChild.style.display = 'block'; } } NavToggle.firstChild.data = NavigationBarHide; } } // adds show/hide-button to navigation bars function createNavigationBarToggleButton() { var indexNavigationBar = 0; // iterate over all < div >-elements for( var i=0; NavFrame = document.getElementsByTagName("div")[i]; i++ ) { // if found a navigation bar if (NavFrame.className == "NavFrame") { indexNavigationBar++; var NavToggle = document.createElement("a"); NavToggle.className = 'NavToggle'; NavToggle.setAttribute('id', 'NavToggle' + indexNavigationBar); NavToggle.setAttribute('href', 'javascript:toggleNavigationBar(' + indexNavigationBar + ');'); var NavToggleText = document.createTextNode(NavigationBarHide); NavToggle.appendChild(NavToggleText); // Find the NavHead and attach the toggle link (Must be this complicated because Moz's firstChild handling is borked) for( var j=0; j < NavFrame.childNodes.length; j++ ) { if (NavFrame.childNodes[j].className == "NavHead") { NavFrame.childNodes[j].appendChild(NavToggle); } } NavFrame.setAttribute('id', 'NavFrame' + indexNavigationBar); } } // if more Navigation Bars found than Default: hide all if (NavigationBarShowDefault < indexNavigationBar) { for( var i=1; i<=indexNavigationBar; i++ ) { toggleNavigationBar(i); } } } jQuery(document).ready(createNavigationBarToggleButton); // END Dynamic Navigation Bars // ============================================================ if (mw.config.get('wgIsMainPage')) { mw.util.addCSS('#siteSub, #contentSub, h1.firstHeading { display: none!important; } #content, #content div.thumb, #p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a { background: #fff!important; }'); } function autofocus() { if (document.getElementById("wpTextbox1") && document.getElementById("newarticletext") && document.getElementById("ca-nstab-main") ) { document.editform.wpTextbox1.focus(); } } jQuery(document).ready(autofocus); /* add menu for selecting subsets of secial characters */ //if(document.title.indexOf("Editing ") == 0) { //document.write('<script type="text/javascript" src="' // + '//en.wikipedia.org/w/index.php?title=MediaWiki:Charset.js' // + '&action=raw&ctype=text/javascript&dontcountme=s"></script>'); //} /* * Implements language selection for multilingual elements * * In certain environments, it's not feasible to neatly box away each * different language into its own section of the site. By marking elements * multilingual, you can emulate this behavior by only displaying only the * message in the user's language. This reduced the "Tower of Babel" effect. * * @author Edward Z. Yang (Ambush Commander) * @version $Id: language_select.js 888 2006-06-10 19:41:35Z Edward $ */ /* Configuration: */ // in your monobook.js, set ls_enable = false to stop the javascript // maybe it should be cookie configurable. However, you can achieve // something almost to this effect through cookie settings var ls_enable = true; // the cookie name we use to stash the info. Generally shouldn't be changed. var ls_cookie = 'metawiki_language_js'; // link to the language select page var ls_help_url = '//meta.wikimedia.org/wiki/Meta:Language_select'; // define some meta-variables var ls__first = true; // the first iteration? // node compatability fix if (!window.Node) { var Node = { ELEMENT_NODE : 1, ATTRIBUTE_NODE: 2, TEXT_NODE: 3, COMMENT_NODE: 8, DOCUMENT_NODE: 9, DOCUMENT_FRAGMENT_NODE: 11 }; } // autodetects a browser language function ls_getBrowserLanguage() { var language; // borrowed from Wikimedia's site error notice // find the language if (navigator.userLanguage) { // use the user's preferred language (non-Gecko) language = navigator.userLanguage; } else if (navigator.appName == 'Netscape') { // use the only language information available to Gecko language = navigator.language; } else { // get the browser language information in non-Gecko browsers // (IE, Opera, Konqueror) language = navigator.browserLanguage; } return language; } // grabs language from cookie function ls_getCookieLanguage() { var allcookies = document.cookie; var marker = ls_cookie + '='; var pos = allcookies.indexOf(marker); // cookie isn't set, so no behavior defined if (pos === -1) return null; // cookie is set var start = pos + marker.length; var end = allcookies.indexOf(';', start); if (end == -1) end = allcookies.length; var raw = allcookies.substring(start,end); var value = unescape(raw); return value; } // sets a new language to the cookie function ls_setCookieLanguage(language) { var today = new Date(); var expiry = new Date(today.getUTCFullYear() + 30, 1); document.cookie = ls_cookie + '=' + escape(language) + '; expires=' + expiry.toGMTString(); } // grabs the ISO 639 language code based // on either the browser or a supplied cookie // return of "mul" will display all available strings function ls_getLanguage() { var language = ; // Priority: // 1. Cookie // 2. Browser autodetection // grab according to cookie language = ls_getCookieLanguage(); // grab according to browser if none defined if (!language) { language = ls_getBrowserLanguage(); } // inflexible: can't accept multiple languages // remove dialect/region code, leaving only the ISO 639 code var length; // possible bug: supposedly the language string could be en_US // switch to regexps when we get the chance if ((length = language.indexOf('-')) !== -1) { language = language.substr(0, length); } return language; } // walks all child elements and finds all elements with multilingual in them function ls_getAllMultilingualElements(n) { var elements = new Array(); // possible bug if we have a classname that includes the word multilingual // but it's unlikely if (n.className && n.className.indexOf('multilingual') != -1) { elements = elements.concat(n); } var children = n.childNodes; for(var i=0; i < children.length; i++) { if (children[i].nodeType !== Node.ELEMENT_NODE) continue; elements = elements.concat(ls_getAllMultilingualElements(children[i])); } return elements; } // walks a hash and hides all non-matching languages function ls_hideAllExcept(lang_element_hash, language) { for (var n in lang_element_hash) { if (n == language) { lang_element_hash[n].style.display = ; } else { lang_element_hash[n].style.display = 'none'; } } } // walks a hash and shows all languages function ls_showAll(lang_element_hash) { for (var n in lang_element_hash) { if (lang_element_hash[n].style.display) { lang_element_hash[n].style.display = ; } } } // build widget for changing the language cookie function ls_buildWidget(language) { // set up the floating form var form = document.createElement('form'); form.className = 'lang_info'; form.onsubmit = function() { if (this.elements[2].ls_mul_flag) { this.elements[2].ls_mul_flag = false; this.elements[0].value = 'mul'; } ls_setCookieLanguage(this.elements[0].value); ls_applyLanguageSelect(); // re-draw elements return false; // don't perform action }; form.appendSpace = function() { this.appendChild(document.createTextNode(' ')); }; // link to language select description page var link = document.createElement('a'); link.href = ls_help_url; link.className = 'ls_link'; link.appendChild(document.createTextNode('Language select:')); form.appendChild(link); form.appendSpace(); // input box for the language var input = document.createElement('input'); input.setAttribute('type', 'text'); input.setAttribute('size', '2'); input.setAttribute('maxlength', '3'); input.onclick = function() { this.select(); }; input.className = 'ls_input'; input.value = language; form.appendChild(input); form.appendSpace(); // save button var submit = document.createElement('input'); submit.setAttribute('type', 'submit'); submit.value = 'Save'; submit.className = 'ls_save'; form.appendChild(submit); form.appendSpace(); // show all button // equivalent to setting input box to "mul" and pressing save var showall = document.createElement('input'); showall.setAttribute('type', 'submit'); showall.value = 'Show all'; showall.onclick = function() { this.ls_mul_flag = true; }; form.appendChild(showall); return form; } // main body of the function function ls_applyLanguageSelect() { // possible site for cookie checking to disable language select if (!ls_enable) return; // grab the language we're striving for var language = ls_getLanguage(); // grab the body element (only one) var body = document.getElementsByTagName('body')[0]; // grab an array of multilingual elements var mls = ls_getAllMultilingualElements(body); // this will get overwritten many times, temporary variable var form, language_element_hash; // iterate through all those elements for (var i = 0; i < mls.length; i++) { var ml = mls[i]; // the current multilingual container var ml_c = ml.childNodes; // children of the container // if it's the first iteration... if (ls__first) { form = ls_buildWidget(language); ml.appendChild(form, ml_c[0]); } else { // update widget form = ml_c[ml_c.length - 1]; // form is last element form.elements[0].value = language; } form.elements[0].style.background="#FFF"; // tells us whether or not to blindly perform the keep var message_exists = false; // iterate through all languages and set up a hash // with references to each of the language nodes lang_element_hash = new Object(); for (var j = 0; j < ml_c.length; j++) { var n = ml_c[j]; if (n.nodeType != Node.ELEMENT_NODE) continue; // skip non-elements if (!n.lang) continue; // skip non-language specific elements if (n.lang.indexOf(language) === 0) { // it turns out our language is here message_exists = true; } lang_element_hash[n.lang] = n; } // if a preferred language was kept, do quickest processing if (message_exists) { ls_hideAllExcept(lang_element_hash, language); continue; } // otherwise, nothing happened, this means that it wasn't found // if it's not the first time, repaint all of them if (!ls__first) { ls_showAll(lang_element_hash); } if (language != 'mul') { form.elements[0].style.background="#FCC"; } } // we've already processed once ls__first = false; } $(document).ready(ls_applyLanguageSelect); /*
    • /
  • about
    Talk

    About

    aboutpage
    Talk

    Wikipedia:About

    Wikipedia:Mō

    aboutwikipedia
    Talk

    About Wikipedia

    ⧼Aboutwikipedia⧽

    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.

    Kua tukua te kupuhipa mō "$1" ki $2.

    accmailtitle
    Talk

    Password sent.

    Kua tukua te kupuhipa.

    acct_creation_throttle_hit
    Talk

    Sorry, you have already created $1 accounts. You can't make any more.

    Aroha mai, engari kua hangaia e koe ngā kaute e $1. Kāhore e taea te hanga noa.

    actioncomplete
    Talk

    Action complete

    Kua oti pai te mahi

    addedwatch
    Talk

    Added to watchlist

    Kua tāpiritia ki tō rārangi mātaki

    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.

    Kua tāpiritia te tuhipānui "$1" ki tō rārangi mātaki rārangi mātaki. Ka whakarārangitia i reira ngā huringa ki tēnei whārangi, ki tana whārangi kōrerorero hoki, ā, ka miramira hoki te taitara o te tuhipānui i roto i te rārangi o ngā huringa hou kia māmā ai te kite.

    Ki te hiahia koe kia tangohia tēnei tuhipānui i tō rārangi mātaki, tēnā pāwhiritia "Kāti te mātaki" i te rārangi tono.

    addsection
    Talk

    +

    +

    administrators
    Talk

    Wikipedia:Administrators

    Wikipedia:Kaiwhakahaere

    affirmation
    Talk

    I affirm that the copyright holder of this file agrees to license it under the terms of the $1.

    E whakaū ana ahau e whakaae ana te kaipupuri manatārua ki te raihana i tēnei kōnei i runga i ngā tikanga o te $1.

    all
    Talk

    all

    katoa

    allmessages
    Talk

    All system messages

    Pānui pūnaha

    allmessagestext
    Talk

    This is a list of all system messages available in the MediaWiki: namespace.

    He rārangi tēnei o ngā pānui pūnaha katoa o te wāhi MediaWiki.

    allpages
    Talk

    All pages

    Ngā whārangi katoa

    alphaindexline
    Talk

    $1 to $2

    $1 ki $2

    alreadyloggedin
    Talk

    <font color=red><b>User $1, you are already logged in!</b></font><br />

    Mema $1, kua whakauru kē koe!

    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 the last edit of $1 by $2 (talk | āna mahi). Someone else has edited or rolled back the page already.

    The last edit to the page was by $3 (talk | āna mahi).

    ancientpages
    Talk

    Oldest pages

    Ngā tuhipānui tawhito

    and
    Talk

    and

    me

    anontalk
    Talk

    Talk for this IP

    Karere mō tēnei 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.''

    Ko te whārangi kōrerorero tēnei o tētahi kaimahi kāhore anō kia whai ingoa i konei. Koia e whakamahia nei te tau kawa ipurangi (IP) mōna, mō ērā atu kaimahi kore ingoa kei taua tau tonu. Tēnā koa, whakauru mai.

    anonymous
    Talk

    Anonymous user(s) of Wikipedia

    Anonymous users of Wikipedia

    article
    Talk

    Content page

    Content page

    articleexists
    Talk

    A page of that name already exists, or the name you have chosen is not valid. Please choose another name.

    A page already exists at $1, or the page name you have chosen is not valid. Please choose another name.

    articlepage
    Talk

    View content page

    View content page

    asksql
    Talk

    SQL query

    ⧼Asksql⧽

    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.

    ⧼Asksqltext⧽

    autoblocker
    Talk

    Autoblocked because you share an IP address with "$1". Reason "$2".

    Autoblocked because your IP address has been recently used by "$1". The reason given for $1's block is "$2"

    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".

    Filename has been changed to "$1".

    badfiletype
    Talk

    ".$1" is not a recommended image file format.

    ⧼Badfiletype⧽

    badipaddress
    Talk

    Invalid IP address

    Invalid IP address

    badquery
    Talk

    Badly formed search query

    ⧼Badquery⧽

    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.

    ⧼Badquerytext⧽

    badretype
    Talk

    The passwords you entered do not match.

    He rerekē ngā kupuhipa i tuhituhi nā koe.

    badtitle
    Talk

    Bad title

    Kei te hē te taitara

    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. It may contain characters which cannot be used in titles.

    blanknamespace
    Talk

    (Main)

    (Main)

    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 [[Wikipedia: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.

    Your user name or IP address has been blocked by $1.

    The reason given is this:
    $2

    You may contact $1 or one of the other administrators to discuss the block. Note that you may not use the "e-mail this user" feature unless you have a valid e-mail address registered in your user preferences. Your IP address is $3. Please include this address in any queries you make.

    blockedtitle
    Talk

    User is blocked

    User is blocked

    blockip
    Talk

    Block user

    Āraia tēnei kaimahi

    blockipsuccesssub
    Talk

    Block succeeded

    Block succeeded

    blockipsuccesstext
    Talk

    "$1" has been blocked. <br />See [[Special:Ipblocklist|IP block list]] to review blocks.

    $1 has been blocked.
    See the 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 [[Wikipedia:Policy|policy]]. Fill in a specific reason below (for example, citing particular pages that were vandalized).

    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 Kaupapa. Fill in a specific reason below (for example, citing particular pages that were vandalized).

    blocklink
    Talk

    block

    block

    blocklistline
    Talk

    $1, $2 blocked $3 (expires $4)

    ⧼Blocklistline⧽

    blocklogentry
    Talk

    blocked "$1" with an expiry time of $2

    blocked $1 with an expiration time of $2 $3

    blocklogpage
    Talk

    Block_log

    Block log

    blocklogtext
    Talk

    This is a log of user blocking and unblocking actions. Automatically blocked IP addresses are not be 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 block list for the list of currently operational bans and blocks.

    bold_sample
    Talk

    Bold text

    Kupu taekaha

    bold_tip
    Talk

    Bold text

    ⧼Bold_tip⧽

    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. Wikipedia is not affiliated with any of these businesses, and this list should not be construed as an endorsement.

    ⧼Booksourcetext⧽

    brokenredirects
    Talk

    Broken Redirects

    Broken redirects

    brokenredirectstext
    Talk

    The following redirects link to a non-existing pages.

    The following redirects link to non-existing pages:

    bugreports
    Talk

    Bug reports

    Raruraru pūnaha

    bugreportspage
    Talk

    Wikipedia:Bug_reports

    Wikipedia:Bug_reports

    bureaucratlog
    Talk

    Bureaucrat_log

    ⧼Bureaucratlog⧽

    bureaucratlogentry
    Talk

    Rights for user "$1" set "$2"

    ⧼Bureaucratlogentry⧽

    bureaucrattext
    Talk

    The action you have requested can only be performed by sysops with "bureaucrat" status.

    ⧼Bureaucrattext⧽

    bureaucrattitle
    Talk

    Bureaucrat access required

    ⧼Bureaucrattitle⧽

    bydate
    Talk

    by date

    by date

    byname
    Talk

    by name

    ⧼Byname⧽

    bysize
    Talk

    by size

    ⧼Bysize⧽

    cachederror
    Talk

    The following is a cached copy of the requested page, and may not be up to date.

    ⧼Cachederror⧽

    cancel
    Talk

    Cancel

    Whakakore

    cannotdelete
    Talk

    Could not delete the page or image specified. (It may have already been deleted by someone else.)

    The page or file "$1" could not be deleted. It may have already been deleted by someone else.

    cantrollback
    Talk

    Cannot revert edit; last contributor is only author of this page.

    Cannot revert the edit. The last contributor is the only author of this page.

    categories
    Talk

    Categories

    Wāhanga

    category
    Talk

    category

    Wāhanga

    category_header
    Talk

    Articles in category "$1"

    Ko ngā tuhipānui o te Wāhanga "$1"

    categoryarticlecount
    Talk

    There are $1 articles in this category.

    Ko te tatau o ngā tuhipānui o tēnei wāhanga: $1.

    changepassword
    Talk

    Change password

    Whakarerekēngia te kupuhipa

    changes
    Talk

    changes

    huringa

    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''.

    Kia mōhio koe: I muri i te tiaki, whakawātea te keteroki (whakatōpūtanga rorohiko) o tō matapihi ipurangi kia puta ai ngā rerekētanga katoa. Mozilla/Safari/Konqueror: pēhi i te pātuhi Shift i a koe e pāwhiri ana i te Uta anō (pēhi rānei i te Ctrl-Shift-R), IE: pēhi Ctrl-F5, Opera: pēhi F5.

    columns
    Talk

    Columns

    ⧼Columns⧽

    commentedit
    Talk

    (comment)
    

    ⧼Commentedit⧽

    compareselectedversions
    Talk

    Compare selected versions

    Compare selected revisions

    confirm
    Talk

    Confirm

    Confirm

    confirmcheck
    Talk

    Yes, I really want to delete this.

    ⧼Confirmcheck⧽

    confirmdelete
    Talk

    Confirm delete

    ⧼Confirmdelete⧽

    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 [[Wikipedia: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 Wikipedia:Kaupapa.

    confirmprotect
    Talk

    Confirm protection

    ⧼Confirmprotect⧽

    confirmprotecttext
    Talk

    Do you really want to protect this page?

    ⧼Confirmprotecttext⧽

    confirmunprotect
    Talk

    Confirm unprotection

    ⧼Confirmunprotect⧽

    confirmunprotecttext
    Talk

    Do you really want to unprotect this page?

    ⧼Confirmunprotecttext⧽

    contextchars
    Talk

    Characters of context per line

    ⧼Contextchars⧽

    contextlines
    Talk

    Lines to show per hit

    ⧼Contextlines⧽

    contribslink
    Talk

    contribs

    āna mahi

    contribsub
    Talk

    For $1

    ⧼Contribsub⧽

    contributions
    Talk

    User contributions

    User contributions

    copyright
    Talk

    Content is available under $1.

    Ka taea te whakamahi i runga i te $1.

    copyrightpage
    Talk

    Wikipedia:Copyrights

    Wikipedia:Manatārua

    copyrightpagename
    Talk

    Wikipedia copyright

    ⧼Copyrightpagename⧽

    copyrightwarning
    Talk

    Please note that all contributions to Wikipedia are considered to be released under the GNU Free Documentation License (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>

    E whakaae ana koe ki te tuku i āu mahi i runga i te GNU. Kaua e whakatakoto i ngā mahi whai manatārua i konei. Please also read FAQ (English, Français, Deutsch)

    couldntremove
    Talk

    Couldn't remove item '$1'...

    ⧼Couldntremove⧽

    createaccount
    Talk

    Create new account

    Create account

    createaccountmail
    Talk

    by email

    Use a temporary random password and send it to the specified email address

    creditspage
    Talk

    Page credits

    Page credits

    cur
    Talk

    cur

    cur

    currentevents
    Talk

    Current events

    Kawepūrongo

    currentrev
    Talk

    Current revision

    Latest revision

    databaseerror
    Talk

    Database error

    Database error

    dateformat
    Talk

    Date format

    ⧼Dateformat⧽

    dberrortext
    Talk

    A database query syntax error has occurred. This could be because of an illegal 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>".

    ⧼Dberrortext⧽

    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".

    ⧼Dberrortextcl⧽

    deadendpages
    Talk

    Dead-end pages

    Dead-end pages

    debug
    Talk

    Debug

    ⧼Debug⧽

    defaultns
    Talk

    Search in these namespaces by default:

    ⧼Defaultns⧽

    defemailsubject
    Talk

    Wikipedia e-mail

    Wikipedia email from user "$1"

    delete
    Talk

    Delete

    muku

    deletecomment
    Talk

    Reason for deletion

    Take e mukua ai

    deletedarticle
    Talk

    deleted "$1"

    deleted "$1"

    deletedtext
    Talk

    "$1" has been deleted. See $2 for a record of recent deletions.

    Kua mukua "$1". Tirohia $2 (he rārangi o ngā kōnae kua mukua tonutia nei).

    deleteimg
    Talk

    del

    ⧼Deleteimg⧽

    deletepage
    Talk

    Delete page

    Delete a page

    deletesub
    Talk

    (Deleting "$1")

    ⧼Deletesub⧽

    deletethispage
    Talk

    Delete this page

    Mukua tēnei whārangi

    deletionlog
    Talk

    deletion log

    Rangitaki muku

    dellogpage
    Talk

    Deletion_log

    Rangitaki muku

    dellogpagetext
    Talk

    Below is a list of the most recent deletions. All times shown are server time (UTC). <ul> </ul>

    He rārangi tēnei o ngā kōnae kua mukua tonutia nei.

    developerspheading
    Talk

    For developer use only

    ⧼Developerspheading⧽

    developertext
    Talk

    The action you have requested can only be performed by users with "developer" status. See $1.

    ⧼Developertext⧽

    developertitle
    Talk

    Developer access required

    ⧼Developertitle⧽

    diff
    Talk

    diff

    diff

    difference
    Talk

    (Difference between revisions)

    ⧼Difference⧽

    disambiguations
    Talk

    Disambiguation pages

    ⧼Disambiguations⧽

    disambiguationspage
    Talk

    Wikipedia:Links_to_disambiguating_pages

    Admins, please maintain this page by including links to all disambiguation templates and any redirects to them.

    The list is used by Special:Disambiguations to show any pages linking to disambiguation articles. The list will also be used by various bots.

    Note: This page may be translated and reformatted. Any links to [[template:...]] will be treated as links to disambiguation templates.

    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 disambiguation page. They should link to the appropriate topic instead.
    A page is treated as disambiguation if it is linked from $1.
    Links from other namespaces are not listed here.

    disclaimerpage
    Talk

    Wikipedia:General_disclaimer

    Wikipedia:General_disclaimer

    disclaimers
    Talk

    Disclaimers

    Whakakapenga

    doubleredirects
    Talk

    Double Redirects

    Double redirects

    doubleredirectstext
    Talk

    <b>Attention:</b> This list may contain false positives. That usually means there is additional text with links below the first #REDIRECT.<br /> 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.

    This page lists pages that redirect to other redirect pages. Each row contains links to the first and second redirect, as well as the target of the second redirect, which is usually the "real" target page to which the first redirect should point. Crossed out entries have been solved.

    edit
    Talk

    Edit

    Whakarerekē

    editcomment
    Talk

    The edit comment was: "<i>$1</i>".

    The edit summary was: $1.

    editconflict
    Talk

    Edit conflict: $1

    Edit conflict: $1

    editcurrent
    Talk

    Edit the current version of this page

    ⧼Editcurrent⧽

    edithelp
    Talk

    Editing help

    Me pēwhea e whakarerekē ai?

    edithelppage
    Talk

    Help:Editing

    https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages

    editing
    Talk

    Editing $1

    Ka whakarerekēngia $1

    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>\n

    Warning: You are editing an out-of-date revision of this page. If you publish it, any changes made since this revision will be lost.

    editsection
    Talk

    edit

    takatā

    editthispage
    Talk

    Edit this page

    Whakarerekē

    emailflag
    Talk

    Disable e-mail from other users

    ⧼Emailflag⧽

    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.

    ⧼Emailforlost⧽

    emailfrom
    Talk

    From

    From:

    emailmessage
    Talk

    Message

    Pānui

    emailpage
    Talk

    E-mail user

    Karere ī-mēra

    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.

    You can use the form below to send an email message to this user. The email address you entered in your user preferences will appear in the email, so the recipient will be able to reply directly to you.

    emailsend
    Talk

    Send

    Tukua

    emailsent
    Talk

    E-mail sent

    Email sent

    emailsenttext
    Talk

    Your e-mail message has been sent.

    Your email message has been sent.

    emailsubject
    Talk

    Subject

    Subject:

    emailto
    Talk

    To

    Ki

    emailuser
    Talk

    E-mail this user

    Karere ī-mēra

    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: "$1"

    exblank
    Talk

    page was empty

    ⧼Exblank⧽

    excontent
    Talk

    content was:

    ko te tuhinga: '$1'

    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. Only the text in the upper text area will be published when you press "$1".

    export
    Talk

    Export pages

    Kaweatu ngā whārangi

    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; this can then be imported into another wiki running MediaWiki software, transformed, or just kept for your private amusement.

    You can export the text and editing history of a particular page or set of pages wrapped in some XML. This can be imported into another wiki using MediaWiki via the import page.

    To export pages, enter the titles in the text box below, one title per line, and select whether you want the current revision as well as all old revisions, with the page history lines, or the current revision with the info about the last edit.

    In the latter case you can also use a link, for example Special:Export/Hau Kāinga for the page "Hau Kāinga".

    extlink_sample
    Talk

    http://www.example.com link title

    ⧼Extlink_sample⧽

    extlink_tip
    Talk

    External link (remember http:// prefix)

    ⧼Extlink_tip⧽

    faq
    Talk

    FAQ

    Pātaitai noa

    faqpage
    Talk

    Wikipedia:FAQ

    Wikipedia:Pātaitai noa

    feedlinks
    Talk

    Feed:

    ⧼Feedlinks⧽

    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

    Tīpoka

    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 overwrite it. thumb

    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.

    ⧼Fileuploaded⧽

    formerror
    Talk

    Error: could not submit form

    Error: Could not submit form.

    fromwikipedia
    Talk

    From Wikipedia

    ⧼Fromwikipedia⧽

    getimagelist
    Talk

    fetching image list

    ⧼Getimagelist⧽

    go
    Talk

    Go

    Haere

    googlesearch
    Talk

    <!-- SiteSearch Google --> <FORM method=GET action="http://www.google.com/search"> <TABLE bgcolor="#FFFFFF"><tr><td> <A HREF="http://www.google.com/"> <IMG SRC="http://www.google.com/logos/Logo_40wht.gif" border="0" ALT="Google"></A> </td> <td> <INPUT TYPE=text name=q size=31 maxlength=255 value="$1"> <INPUT type=submit name=btnG VALUE="Google Search"> <font size=-1> <input type=hidden name=domains value="http://mi.wikipedia.org"><br /><input type=radio name=sitesearch value=""> WWW <input type=radio name=sitesearch value="http://mi.wikipedia.org" checked> http://mi.wikipedia.org <br /> <input type='hidden' name='ie' value='$2'> <input type='hidden' name='oe' value='$2'> </font> </td></tr></TABLE> </FORM> <!-- SiteSearch Google -->

    <form method="get" action="//www.google.com/search" id="googlesearch"> <input type="hidden" name="domains" value="//mi.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="$3" />

    <input type="radio" name="sitesearch" id="gwiki" value="//mi.wikipedia.org" checked="checked" /><label for="gwiki">Wikipedia</label> <input type="radio" name="sitesearch" id="gWWW" value="" /><label for="gWWW">WWW</label>

    </form>

    guesstimezone
    Talk

    Fill in from browser

    Fill in from browser

    headline_sample
    Talk

    Headline text

    ⧼Headline_sample⧽

    headline_tip
    Talk

    Level 2 headline

    ⧼Headline_tip⧽

    help
    Talk

    Help

    Whakamārama

    helppage
    Talk

    Help:Contents

    https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents

    hide
    Talk

    hide

    Huna

    hidetoc
    Talk

    hide

    hunaia

    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.

    Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
    Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, n = minor edit.

    history
    Talk

    Page history

    Tuhinga/kaituhi

    history_copyright
    Talk

    -

    -

    history_short
    Talk

    History

    Tuhinga/kaituhi

    historywarning
    Talk

    Warning: The page you are about to delete has a history:

    Warning: The page you are about to delete has a history with $1 revisions:

    hr_tip
    Talk

    Horizontal line (use sparingly)

    ⧼Hr_tip⧽

    ignorewarning
    Talk

    Ignore warning and save file anyway.

    Ignore warning and save file anyway

    ilshowmatch
    Talk

    Show all images with names matching

    ⧼Ilshowmatch⧽

    ilsubmit
    Talk

    Search

    Rapu

    image_sample
    Talk

    Example.jpg

    ⧼Image_sample⧽

    image_tip
    Talk

    Embedded image

    ⧼Image_tip⧽

    imagelinks
    Talk

    Image links

    File usage

    imagelist
    Talk

    Image list

    Rārangi kōnae whakaahua

    imagelisttext
    Talk

    Below is a list of $1 images sorted $2.

    Below is a list of $1 files sorted $2.

    imagepage
    Talk

    View image page

    View file page

    imagereverted
    Talk

    Revert to earlier version was successful.

    ⧼Imagereverted⧽

    imgdelete
    Talk

    del

    ⧼Imgdelete⧽

    imgdesc
    Talk

    desc

    ⧼Imgdesc⧽

    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>.

    ⧼Imghistlegend⧽

    imghistory
    Talk

    Image history

    ⧼Imghistory⧽

    imglegend
    Talk

    Legend: (desc) = show/edit image description.

    ⧼Imglegend⧽

    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)

    ⧼Importhistoryconflict⧽

    importnotext
    Talk

    Empty or no text

    ⧼Importnotext⧽

    importsuccess
    Talk

    Import succeeded!

    Import finished!

    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 export utility. Save it to your device and upload it here.

    infobox
    Talk

    Click a button to get an example text

    ⧼Infobox⧽

    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

    ⧼Infobox_alert⧽

    internalerror
    Talk

    Internal error

    Internal error

    intl
    Talk

    Interlanguage links

    ⧼Intl⧽

    ip_range_invalid
    Talk

    Invalid IP range.

    Invalid IP address range.

    ipaddress
    Talk

    IP Address/username

    ⧼Ipaddress⧽

    ipb_expiry_invalid
    Talk

    Expiry time invalid.

    Expiry time invalid.

    ipbexpiry
    Talk

    Expiry

    ⧼Ipbexpiry⧽

    ipblocklist
    Talk

    List of blocked IP addresses and usernames

    Blocked users

    ipbreason
    Talk

    Reason

    Reason:

    ipbsubmit
    Talk

    Block this user

    Block this user

    ipusubmit
    Talk

    Unblock this address

    Remove this block

    ipusuccess
    Talk

    "$1" unblocked

    ⧼Ipusuccess⧽

    isbn
    Talk

    ISBN

    ⧼Isbn⧽

    isredirect
    Talk

    redirect page

    redirect page

    italic_sample
    Talk

    Italic text

    ⧼Italic_sample⧽

    italic_tip
    Talk

    Italic text

    ⧼Italic_tip⧽

    iteminvalidname
    Talk

    Problem with item '$1', invalid name...

    ⧼Iteminvalidname⧽

    largefile
    Talk

    It is recommended that images not exceed 100k in size.

    ⧼Largefile⧽

    last
    Talk

    last

    prev

    lastmodified
    Talk

    This page was last modified $1.

    Nō te $1 te rerekētanga whakamutunga.

    lastmodifiedby
    Talk

    This page was last modified $1 by $2.

    ⧼Lastmodifiedby⧽

    lineno
    Talk

    Line $1:

    Line $1:

    link_sample
    Talk

    Link title

    ⧼Link_sample⧽

    link_tip
    Talk

    Internal link

    ⧼Link_tip⧽

    linklistsub
    Talk

    (List of links)

    (Rārangi hoto)

    linkshere
    Talk

    The following pages link to here:

    Ko ngā whārangi ēnei e whai hoto ana ki $1:

    linkstoimage
    Talk

    The following pages link to this image:

    The following $1 pages use this file:

    linktrail
    Talk

    /^([a-z]+)(.*)\$/sD

    /^([a-z]+)(.*)$/sD

    listadmins
    Talk

    Admins list

    ⧼Listadmins⧽

    listform
    Talk

    list

    ⧼Listform⧽

    listusers
    Talk

    User list

    Rārangi mema

    loadhist
    Talk

    Loading page history

    ⧼Loadhist⧽

    loadingrev
    Talk

    loading revision for diff

    ⧼Loadingrev⧽

    localtime
    Talk

    Local time display

    Local time:

    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.
    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.

    login
    Talk

    Log in

    Whakauru

    loginend
    Talk

    &nbsp;

    ⧼Loginend⧽

    loginerror
    Talk

    Login error

    Login error

    loginpagetitle
    Talk

    User login

    ⧼Loginpagetitle⧽

    loginproblem
    Talk

    <b>There has been a problem with your login.</b><br />Try again!

    ⧼Loginproblem⧽

    loginprompt
    Talk

    You must have cookies enabled to log in to Wikipedia.

    Ka taea te whakauru mai ki Wikipedia mēnā ka āheitia ngā pikikete te pā ki tō rorohiko.

    loginreqtext
    Talk

    You must [[special:Userlogin|login]] to view other pages.

    ⧼Loginreqtext⧽

    loginreqtitle
    Talk

    Login Required

    Login required

    loginsuccess
    Talk

    You are now logged in to Wikipedia as "$1".

    Kua whakauru mai koe ki Wikipedia hei "$1".

    loginsuccesstitle
    Talk

    Login successful

    Kua oti pai te whakauru mai

    logout
    Talk

    Log out

    Whakarere

    logouttext
    Talk

    You are now logged out. You can continue to use Wikipedia 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

    Kua whakarere koe.
    Ka taea e koe te mahi ingoakore i Wikipedia, ka taea hoki te whakauru mai hei taua ingoa kaimahi tonu, hei tētahi ingoa kaimahi atu. Kia mōhio hoki koe, tēnā pea ka mauria ētahi whārangi ki roto i te keteroki (whakatōpūtanga rorohiko) o tō matapihi ipurangi, me te aha, ka puta aua whārangi mēnā kei te whakauru tonu koe. Whakawātea tō keteroki kia puta tika ai aua whārangi.

    logouttitle
    Talk

    User logout

    ⧼Logouttitle⧽

    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.

    ⧼Longpagewarning⧽

    mailerror
    Talk

    Error sending mail: $1

    Error sending mail: $1

    mailmypassword
    Talk

    Mail me a new password

    Ī-mēra mai taku kupuhipa

    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="/wiki/Special:Preferences">preferences</a> to send e-mail to other users.

    You must be logged in and have a valid e-mail address in your preferences to send e-mail to other users.

    mainpage
    Talk

    Main Page

    Hau Kāinga

    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.

    ⧼Mainpagedocfooter⧽

    mainpagetext
    Talk

    Wiki software successfully installed.

    ⧼Mainpagetext⧽

    maintenance
    Talk

    Maintenance page

    ⧼Maintenance⧽

    maintenancebacklink
    Talk

    Back to Maintenance Page

    ⧼Maintenancebacklink⧽

    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 ;-)

    ⧼Maintnancepagetext⧽

    makesysop
    Talk

    Make a user into a sysop

    ⧼Makesysop⧽

    makesysopfail
    Talk

    <b>User "$1" could not be made into a sysop. (Did you enter the name correctly?)</b>

    ⧼Makesysopfail⧽

    makesysopname
    Talk

    Name of the user:

    ⧼Makesysopname⧽

    makesysopok
    Talk

    <b>User "$1" is now a sysop</b>

    ⧼Makesysopok⧽

    makesysopsubmit
    Talk

    Make this user into a sysop

    ⧼Makesysopsubmit⧽

    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

    ⧼Makesysoptext⧽

    makesysoptitle
    Talk

    Make a user into a sysop

    ⧼Makesysoptitle⧽

    matchtotals
    Talk

    The query "$1" matched $2 page titles and the text of $3 pages.

    ⧼Matchtotals⧽

    math
    Talk

    Rendering math

    ⧼Math⧽

    math_bad_output
    Talk

    Can't write to or create math output directory

    ⧼Math_bad_output⧽

    math_bad_tmpdir
    Talk

    Can't write to or create math temp directory

    ⧼Math_bad_tmpdir⧽

    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

    ⧼Math_image_error⧽

    math_lexing_error
    Talk

    lexing error

    ⧼Math_lexing_error⧽

    math_notexvc
    Talk

    Missing texvc executable; please see math/README to configure.

    ⧼Math_notexvc⧽

    math_sample
    Talk

    Insert formula here

    ⧼Math_sample⧽

    math_syntax_error
    Talk

    syntax error

    syntax error

    math_tip
    Talk

    Mathematical formula (LaTeX)

    ⧼Math_tip⧽

    math_unknown_error
    Talk

    unknown error

    unknown error

    math_unknown_function
    Talk

    unknown function

    unknown function "$1"

    media_sample
    Talk

    Example.mp3

    ⧼Media_sample⧽

    media_tip
    Talk

    Media file link

    ⧼Media_tip⧽

    minlength
    Talk

    Image names must be at least three letters.

    ⧼Minlength⧽

    minoredit
    Talk

    This is a minor edit

    Rerekētanga namunamu

    minoreditletter
    Talk

    M

    n

    mispeelings
    Talk

    Pages with misspellings

    ⧼Mispeelings⧽

    mispeelingspage
    Talk

    List of common misspellings

    ⧼Mispeelingspage⧽

    mispeelingstext
    Talk

    The following pages contain a common misspelling, which are listed on $1. The correct spelling might be given (like this).

    ⧼Mispeelingstext⧽

    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.

    ⧼Missingarticle⧽

    missingimage
    Talk

    <b>Missing image</b><br /><i>$1</i>

    ⧼Missingimage⧽

    missinglanguagelinks
    Talk

    Missing Language Links

    ⧼Missinglanguagelinks⧽

    missinglanguagelinksbutton
    Talk

    Find missing language links for

    ⧼Missinglanguagelinksbutton⧽

    missinglanguagelinkstext
    Talk

    These pages do <i>not</i> link to their counterpart in $1. Redirects and subpages are <i>not</i> shown.

    ⧼Missinglanguagelinkstext⧽

    moredotdotdot
    Talk

    More...

    Atu anō...

    move
    Talk

    Move

    Tapa anō

    movearticle
    Talk

    Move page

    ⧼Movearticle⧽

    movedto
    Talk

    moved to

    ⧼Movedto⧽

    movenologin
    Talk

    Not logged in

    ⧼Movenologin⧽

    movenologintext
    Talk

    You must be a registered user and <a href="/wiki/Special:Userlogin">logged in</a> to move a page.

    You must be a registered user and logged in to move a page.

    movepage
    Talk

    Move page

    Tapa anō

    movepagebtn
    Talk

    Move page

    Tapa anō

    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.

    If you check this box, the associated talk page will be automatically moved to new title, unless a non-empty talk page already exists there.

    In this case, you will have to move or merge the page manually if desired.

    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. You can update redirects that point to the original title automatically. If you choose not to, be sure to check for double or broken redirects. You are responsible for making sure that links continue to point where they are supposed to go.

    Note that the page will not be moved if there is already a page at the new title, unless the latter is a redirect and has no past edit history. This means that you can rename a page back to where it was renamed from if you make a mistake, and you cannot overwrite an existing page.

    Note: 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 associated talk page

    movethispage
    Talk

    Move this page

    Tapa anō

    mycontris
    Talk

    My contributions

    Āku mahi

    mypage
    Talk

    My page

    Taku whārangi

    mytalk
    Talk

    My talk

    Taku kōrero

    navigation
    Talk

    Navigation

    Papa aratohu

    nbytes
    Talk

    $1 bytes

    $1 bytes

    nchanges
    Talk

    $1 changes

    $1 changes

    newarticle
    Talk

    (New)

    (Hou)

    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 [[Wikipedia:Help|help page]] for more info). If you are here by mistake, just click your browser's '''back''' button.

    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 help page for more info). If you are here by mistake, just click your browser's back button.

    newmessages
    Talk

    You have $1.

    Kei a koe $1.

    newmessageslink
    Talk

    new messages

    karere hou

    newpage
    Talk

    New page

    Whārangi hou

    newpageletter
    Talk

    N

    H

    newpages
    Talk

    New pages

    Whārangi hou

    newpassword
    Talk

    New password

    New password:

    newtitle
    Talk

    To new title

    New title:

    newusersonly
    Talk

    (new users only)
    

    ⧼Newusersonly⧽

    newwindow
    Talk

    (opens in new window)

    (ka puta hei matapihi hou)

    next
    Talk

    next

    next

    nextn
    Talk

    next $1

    next $1

    nlinks
    Talk

    $1 links

    $1 links

    noaffirmation
    Talk

    You must affirm that your upload does not violate any copyrights.

    ⧼Noaffirmation⧽

    noarticletext
    Talk

    (There is currently no text in this page)

    (There is currently no text in this page. If you have created this page recently click here.)

    noblockreason
    Talk

    You must supply a reason for the block.

    ⧼Noblockreason⧽

    noconnect
    Talk

    Sorry! The wiki is experiencing some technical difficulties, and cannot contact the database server. <br /> $1

    ⧼Noconnect⧽

    nocontribs
    Talk

    No changes were found matching these criteria.

    No changes were found matching these criteria.

    nocookieslogin
    Talk

    Wikipedia uses cookies to log in users. You have cookies disabled. Please enable them and try again.

    Wikipedia 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. Wikipedia 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. Wikipedia 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.

    ⧼Nocreativecommons⧽

    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

    ⧼Nodb⧽

    nodublincore
    Talk

    Dublin Core RDF metadata disabled for this server.

    ⧼Nodublincore⧽

    noemail
    Talk

    There is no e-mail address recorded for user "$1".

    There is no email 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 email address.

    noemailtitle
    Talk

    No e-mail address

    No email address

    nogomatch
    Talk

    No page with this exact title exists, trying full text search.

    ⧼Nogomatch⧽

    nohistory
    Talk

    There is no edit history for this page.

    There is no edit history for this page.

    nolinkshere
    Talk

    No pages link to here.

    Kāhore kau ngā whārangi e whai hoto ana ki $1.

    nolinkstoimage
    Talk

    There are no pages that link to this image.

    Kāhore kau ngā whārangi e whai hoto ana ki tēnei kōnae whakaahua.

    noname
    Talk

    You have not specified a valid user name.

    You have not specified a valid username.

    nonefound
    Talk

    <strong>Note</strong>: 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).

    ⧼Nonefound⧽

    nospecialpagetext
    Talk

    You have requested a special page that is not recognized by the wiki.

    You have requested an invalid special page.

    A list of valid special pages can be found at Whārangi motuhake.

    nosuchaction
    Talk

    No such action

    No such action

    nosuchactiontext
    Talk

    The action specified by the URL is not recognized by the wiki

    The action specified by the URL is invalid. You might have mistyped the URL, or followed an incorrect link. This might also indicate a bug in the software used by Wikipedia.

    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". Usernames are case-sensitive. Check your spelling, or create a new account.

    notacceptable
    Talk

    The wiki server can't provide data in a format your client can read.

    ⧼Notacceptable⧽

    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>

    Note:

    notextmatches
    Talk

    No page text matches

    No page text matches

    notitlematches
    Talk

    No page title matches

    ⧼Notitlematches⧽

    notloggedin
    Talk

    Not logged in

    Kāore i takiuru

    nowatchlist
    Talk

    You have no items on your watchlist.

    You have no items on your watchlist.

    nowiki_sample
    Talk

    Insert non-formatted text here

    ⧼Nowiki_sample⧽

    nowiki_tip
    Talk

    Ignore wiki formatting

    ⧼Nowiki_tip⧽

    nstab-category
    Talk

    Category

    Rōpū

    nstab-help
    Talk

    Help

    Whārangi āwhina

    nstab-image
    Talk

    Image

    File

    nstab-main
    Talk

    Article

    tuhipānui

    nstab-media
    Talk

    Media

    Whārangi arapāho

    nstab-mediawiki
    Talk

    Message

    Pānui

    nstab-special
    Talk

    Special

    Whārangi motuhake

    nstab-template
    Talk

    Template

    Tātauira

    nstab-user
    Talk

    User page

    Whārangi mema

    nstab-wp
    Talk

    About

    ⧼Nstab-wp⧽

    nviews
    Talk

    $1 views

    ⧼Nviews⧽

    ok
    Talk

    OK

    Pai

    oldpassword
    Talk

    Old password

    Old password:

    orig
    Talk

    orig

    ⧼Orig⧽

    orphans
    Talk

    Orphaned pages

    ⧼Orphans⧽

    othercontribs
    Talk

    Based on work by $1.

    Based on work by $1.

    otherlanguages
    Talk

    Other languages

    Reo kē

    others
    Talk

    others

    others

    pagemovedsub
    Talk

    Move succeeded

    Move succeeded

    pagemovedtext
    Talk

    Page "[[$1]]" moved to "[[$2]]".

    Kua oti pai te neke i te whārangi "$1" ki "$2".

    pagetitle
    Talk

    $1 - Wikipedia

    $1 - Wikipedia

    passwordremindertext
    Talk

    Someone (probably you, from IP address $1) requested that we send you a new Wikipedia login password. The password for user "$2" is now "$3". You should log in and change your password now.

    Someone (from IP address $1) requested a new password for Wikipedia ($4). A temporary password for user "$2" has been created and was set to "$3". If this was your intent, you will need to log in and choose a new password now. Your temporary password will expire in $5 days.

    If someone else made this request, or if you have remembered your password, and you no longer wish to change it, you may ignore this message and continue using your old password.

    passwordremindertitle
    Talk

    Password reminder from Wikipedia

    New temporary password for Wikipedia

    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 email 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 up to date. A maximum of $1 results are available in the cache.

    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.

    ⧼Perfdisabled⧽

    perfdisabledsub
    Talk

    Here's a saved copy from $1:

    ⧼Perfdisabledsub⧽

    personaltools
    Talk

    Personal tools

    Personal tools

    popularpages
    Talk

    Popular pages

    ⧼Popularpages⧽

    portal
    Talk

    Community portal

    Tomokanga hapori

    portal-url
    Talk

    Wikipedia:Community Portal

    Wikipedia:Tomokanga hapori

    postcomment
    Talk

    Post a comment

    Tukua ō whakaaro

    poweredby
    Talk

    Wikipedia is powered by [http://www.mediawiki.org/ MediaWiki], an open source wiki engine.

    ⧼Poweredby⧽

    powersearch
    Talk

    Search

    Rapu

    powersearchtext
    Talk

    Search in namespaces :<br /> $1<br /> $2 List redirects &nbsp; Search for $3 $9

    ⧼Powersearchtext⧽

    preferences
    Talk

    Preferences

    Kōwhiringa

    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.

    ⧼Prefs-help-userdata⧽

    prefs-misc
    Talk

    Misc settings

    Misc

    prefs-personal
    Talk

    User data

    User profile

    prefs-rc
    Talk

    Recent changes and stub display

    Ngā huringa hou

    prefslogintext
    Talk

    You are logged in as "$1". Your internal ID number is $2.

    See [[Wikipedia:User preferences help]] for help deciphering the options.

    ⧼Prefslogintext⧽

    prefsnologin
    Talk

    Not logged in

    ⧼Prefsnologin⧽

    prefsnologintext
    Talk

    You must be <a href="/wiki/Special:Userlogin">logged in</a> to set user preferences.

    You must be logged in to set user preferences.

    prefsreset
    Talk

    Preferences have been reset from storage.

    Kua tautuhi anō ngā kōwhiringa kia ōrite ai ki ngā mea rokiroki.

    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 publish it.

    previewnote
    Talk

    Remember that this is only a preview, and has not yet been saved!

    Remember that this is only a preview. Your changes have not yet been published!

    prevn
    Talk

    previous $1

    previous $1

    printableversion
    Talk

    Printable version

    Tiro tānga

    printsubtitle
    Talk

    (From http://mi.wikipedia.org)

    ⧼Printsubtitle⧽

    protect
    Talk

    Protect

    Pare

    protectcomment
    Talk

    Reason for protecting

    Reason:

    protectedarticle
    Talk

    protected [[$1]]

    protected "$1"

    protectedpage
    Talk

    Protected page

    Protected page

    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='/w/wiki.phtml/Wikipedia:Protected_page_guidelines'>protected page guidelines</a>.

    WARNING: This page has been locked so that only users with sysop privileges can edit it. Be sure you are following the protected page guidelines.

    protectedtext
    Talk

    This page has been locked to prevent editing; there are a number of reasons why this may be so, please see [[Wikipedia:Protected page]].

    You can view and copy the source of this page:

    This page has been locked to prevent editing; there are a number of reasons why this may be so, please see Wikipedia:Protected page.

    You can view and copy the source of this page:

    protectlogpage
    Talk

    Protection_log

    Protection log

    protectlogtext
    Talk

    Below is a list of page locks/unlocks. See [[Wikipedia:Protected page]] for more information.

    Below is a list of page locks/unlocks. See Wikipedia:Protected page for more information.

    protectpage
    Talk

    Protect page

    Protect a page

    protectreason
    Talk

    (give a reason)

    ⧼Protectreason⧽

    protectsub
    Talk

    (Protecting "$1")

    ⧼Protectsub⧽

    protectthispage
    Talk

    Protect this page

    Pare

    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 technical support of your organization and inform them of this serious security problem.

    proxyblocksuccess
    Talk

    Done.

    Kua oti pai.

    qbbrowse
    Talk

    Browse

    Tirotiro

    qbedit
    Talk

    Edit

    Whakarerekē

    qbfind
    Talk

    Find

    Rapu

    qbmyoptions
    Talk

    My pages

    Ōku whārangi

    qbpageinfo
    Talk

    Context

    Horopaki

    qbpageoptions
    Talk

    This page

    Tēnei whārangi

    qbsettings
    Talk

    Quickbar settings

    Pae hihiko

    qbsettingsnote
    Talk

    This preference only works in the 'Standard' and the 'CologneBlue' skin.

    ⧼Qbsettingsnote⧽

    qbspecialpages
    Talk

    Special pages

    Whārangi motuhake

    querybtn
    Talk

    Submit query

    ⧼Querybtn⧽

    querysuccessful
    Talk

    Query successful

    ⧼Querysuccessful⧽

    randompage
    Talk

    Random page

    Tūpono haere

    range_block_disabled
    Talk

    The sysop ability to create range blocks is disabled.

    The administrator ability to create range blocks is disabled.

    rchide
    Talk

    in $4 form; $1 minor edits; $2 secondary namespaces; $3 multiple edits.

    o te āhua $4; ko ngā rerekētanga iti, $1; ko ngā wāhi tuarua, $2; ko ngā rerekētanga maha, $3.

    rclinks
    Talk

    Show last $1 changes in last $2 days<br />$3

    Whakaaturia kia $1 ngā huringa, kia $2 ngā rā
    $3

    rclistfrom
    Talk

    Show new changes starting from $1

    Show new changes starting from $2, $3

    rcliu
    Talk

    $1 edits from logged in users
    $1 ngā rerekētanga a ngā mema whai tūtohu

    rcloaderr
    Talk

    Loading recent changes

    ⧼Rcloaderr⧽

    rclsub
    Talk

    (to pages linked from "$1")

    (ki ngā whārangi e whai hoto ana ki "$1")

    rcnote
    Talk

    Below are the last <strong>$1</strong> changes in last <strong>$2</strong> days.

    I raro iho nei ngā huringa (kia $1) o ngā rā (kia $2), nō te $3.

    rcnotefrom
    Talk

    Below are the changes since <b>$2</b> (up to <b>$1</b> shown).

    I raro iho nei ngā huringa mai i te $2 (ka whakaaturia ngā huringa tae noa ki te $1).

    readonly
    Talk

    Database locked

    Database locked

    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 system administrator who locked it offered this explanation: $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 publish your edits right now. You may wish to copy and paste your text into a text file and save it for later.

    The system administrator who locked it offered this explanation: $1

    recentchanges
    Talk

    Recent changes

    Ngā huringa hou

    recentchangescount
    Talk

    Number of titles in recent changes

    Ngā taitara i ngā huringa hou:

    recentchangeslinked
    Talk

    Related changes

    Ngā huringa taurite

    recentchangestext
    Talk

    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.

    Pupuritia taku kupuhipa ki tēnei rorohiko

    removechecked
    Talk

    Remove checked items from watchlist

    ⧼Removechecked⧽

    removedwatch
    Talk

    Removed from watchlist

    ⧼Removedwatch⧽

    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...

    ⧼Removingchecked⧽

    resetprefs
    Talk

    Reset preferences

    Tautuhi anō

    restorelink
    Talk

    $1 deleted edits

    $1 deleted edits

    resultsperpage
    Talk

    Hits to show per page

    ⧼Resultsperpage⧽

    retrievedfrom
    Talk

    Retrieved from "$1"

    Retrieved from "$1"

    returnto
    Talk

    Return to $1.

    < $1.

    retypenew
    Talk

    Retype new password

    Retype new password:

    reupload
    Talk

    Re-upload

    ⧼Reupload⧽

    reuploaddesc
    Talk

    Return to the upload form.

    Cancel upload and return to the upload form

    reverted
    Talk

    Reverted to earlier revision

    Reverted to earlier revision

    revertimg
    Talk

    rev

    ⧼Revertimg⧽

    revertpage
    Talk

    Reverted edit of $2, changed back to last version by $1

    Reverted edits by $2 (talk) to last revision by $1

    revhistory
    Talk

    Revision history

    ⧼Revhistory⧽

    revisionasof
    Talk

    Revision as of $1

    Revision as of $1

    revnotfound
    Talk

    Revision not found

    ⧼Revnotfound⧽

    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.

    ⧼Revnotfoundtext⧽

    rfcurl
    Talk

    http://www.faqs.org/rfcs/rfc$1.html

    https://tools.ietf.org/html/rfc$1

    rights
    Talk

    Rights:

    ⧼Rights⧽

    rollback
    Talk

    Roll back edits

    Roll back edits

    rollback_short
    Talk

    Rollback

    ⧼Rollback_short⧽

    rollbackfailed
    Talk

    Rollback failed

    Rollback failed

    rollbacklink
    Talk

    rollback

    rollback

    rows
    Talk

    Rows

    ⧼Rows⧽

    savearticle
    Talk

    Save page

    Tiaki

    savedprefs
    Talk

    Your preferences have been saved.

    Kua tiakina ngā kōwhiringa.

    savefile
    Talk

    Save file

    Tiakina tēnei kōnae

    saveprefs
    Talk

    Save preferences

    Tiaki

    search
    Talk

    Search

    Rapu

    searchdisabled
    Talk

    <p>Sorry! Full text search has been disabled temporarily, for performance reasons. In the meantime, you can use the Google search below, which may be out of date.</p>

    Kei te pokapoka te rapu i te Wikipedia. Ka taea kētia te rapu ki te Google. Tēnā pea he āhua tawhito kē ō rātou otinga e pā ana ki Wikipedia.

    searchhelppage
    Talk

    Wikipedia:Searching

    Wikipedia:Rapu

    searchingwikipedia
    Talk

    Searching Wikipedia

    Rapu Wikipedia

    searchquery
    Talk

    For query "$1"

    Rapu ki "$1"

    searchresults
    Talk

    Search results

    Te otinga i rapu ai

    searchresultshead
    Talk

    Search result settings

    Rapu

    searchresulttext
    Talk

    For more information about searching Wikipedia, see $1.

    He whakamārama anō mō te rapu i te Wikipedia kei Wikipedia:Tikanga rapu.

    sectionedit
    Talk

    (section)
    

    ⧼Sectionedit⧽

    selectnewerversionfordiff
    Talk

    Select a newer version for comparison

    ⧼Selectnewerversionfordiff⧽

    selectolderversionfordiff
    Talk

    Select an older version for comparison

    ⧼Selectolderversionfordiff⧽

    selectonly
    Talk

    Only read-only queries are allowed.

    ⧼Selectonly⧽

    selflinks
    Talk

    Pages with Self Links

    ⧼Selflinks⧽

    selflinkstext
    Talk

    The following pages contain a link to themselves, which they should not.

    ⧼Selflinkstext⧽

    seriousxhtmlerrors
    Talk

    There were serious xhtml markup errors detected by tidy.

    ⧼Seriousxhtmlerrors⧽

    servertime
    Talk

    Server time is now

    Server time:

    set_rights_fail
    Talk

    <b>User rights for "$1" could not be set. (Did you enter the name correctly?)</b>

    ⧼Set_rights_fail⧽

    set_user_rights
    Talk

    Set user rights

    ⧼Set_user_rights⧽

    setbureaucratflag
    Talk

    Set bureaucrat flag

    ⧼Setbureaucratflag⧽

    shortpages
    Talk

    Short pages

    Whārangi potarere

    show
    Talk

    show

    Whakaaturia

    showhideminor
    Talk

    $1 minor edits | $2 bots | $3 logged in users

    rerekētanga iti: $1 | karetao: $2 | kaimahi tūtohutia: $3 | kaimahi tūtohu kore: $6 | āu rerekētanga ake: $5

    showingresults
    Talk

    Showing below <b>$1</b> results starting with #<b>$2</b>.

    ⧼Showingresults⧽

    showingresultsnum
    Talk

    Showing below <b>$3</b> results starting with #<b>$2</b>.

    ⧼Showingresultsnum⧽

    showlast
    Talk

    Show last $1 images sorted $2.

    ⧼Showlast⧽

    showpreview
    Talk

    Show preview

    Tiro i mua

    showtoc
    Talk

    show

    Ewhakakite

    sig_tip
    Talk

    Your signature with timestamp

    ⧼Sig_tip⧽

    sitestats
    Talk

    Site statistics

    ⧼Sitestats⧽

    sitestatstext
    Talk

    There are '''$1''' total pages in the database. This includes "talk" pages, pages about Wikipedia, 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.

    There are $1 total pages in the database. This includes "talk" pages, pages about Wikipedia, minimal "stub" pages, redirects, and others that probably don't qualify as articles. Excluding those, there are $2 pages that are probably legitimate articles.

    There have been a total of $4 page edits. That comes to $5 average edits per page.

    The job queue length is currently $7.

    sitesubtitle
    Talk

    The Free Encyclopedia

    te mātāpunenga utukore

    sitesupport
    Talk

    Donations

    Takoha

    sitetitle
    Talk

    Wikipedia

    Wikipedia

    siteuser
    Talk

    Wikipedia user $1

    Wikipedia user $1

    siteusers
    Talk

    Wikipedia user(s) $1

    Wikipedia users $1

    skin
    Talk

    Skin

    ⧼Skin⧽

    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.

    You might want to check the following regular expression for patterns that are currently blocked:

    The text you wanted to publish was blocked by the spam filter. This is probably caused by a link to a forbidden external site.

    spamprotectiontitle
    Talk

    Spam protection filter

    Spam protection filter

    specialpage
    Talk

    Special Page

    Whārangi Motuhake

    specialpages
    Talk

    Special pages

    Whārangi motuhake

    spheading
    Talk

    Special pages for all users

    ⧼Spheading⧽

    sqlislogged
    Talk

    Please note that all queries are logged.

    ⧼Sqlislogged⧽

    sqlquery
    Talk

    Enter query

    ⧼Sqlquery⧽

    statistics
    Talk

    Statistics

    Tauanga

    storedversion
    Talk

    Stored version

    Stored revision

    stubthreshold
    Talk

    Threshold for stub display

    ⧼Stubthreshold⧽

    subcategories
    Talk

    Subcategories

    Wāhanga whakararo

    subcategorycount
    Talk

    There are $1 subcategories to this category.

    Ko $1 te kaute o ngā wāhanga i raro iho i tēnei wāhanga.

    subject
    Talk

    Subject/headline

    Subject:

    subjectpage
    Talk

    View subject

    ⧼Subjectpage⧽

    successfulupload
    Talk

    Successful upload

    ⧼Successfulupload⧽

    summary
    Talk

    Summary

    Tīpoka

    sysopspheading
    Talk

    For sysop use only

    ⧼Sysopspheading⧽

    sysoptext
    Talk

    The action you have requested can only be performed by users with "sysop" status. See $1.

    ⧼Sysoptext⧽

    sysoptitle
    Talk

    Sysop access required

    ⧼Sysoptitle⧽

    tableform
    Talk

    table

    ⧼Tableform⧽

    talk
    Talk

    Discussion

    Kōrerohia

    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.

    ⧼Talkexists⧽

    talkpage
    Talk

    Discuss this page

    Kōrerohia

    talkpagemoved
    Talk

    The corresponding talk page was also moved.

    ⧼Talkpagemoved⧽

    talkpagenotmoved
    Talk

    The corresponding talk page was <strong>not</strong> moved.

    The corresponding talk page was not moved or was blank.

    talkpagetext
    Talk

    <!-- MediaWiki:talkpagetext -->

    textboxsize
    Talk

    Textbox dimensions

    ⧼Textboxsize⧽

    textmatches
    Talk

    Page text matches

    Page text matches

    thisisdeleted
    Talk

    View or restore $1?

    View or undelete $1?

    thumbnail-more
    Talk

    Enlarge

    Enlarge

    timezonelegend
    Talk

    Time zone

    Time zone:

    timezoneoffset
    Talk

    Offset

    ⧼Timezoneoffset⧽

    timezonetext
    Talk

    Enter number of hours your local time differs from server time (UTC).

    ⧼Timezonetext⧽

    titlematches
    Talk

    Article title matches

    Page title matches

    toc
    Talk

    Table of contents

    Ihirangi

    toolbox
    Talk

    Toolbox

    Papa taputapu

    tooltip-compareselectedversions
    Talk

    See the differences between the two selected versions of this page. [alt-v]

    See the differences between the two selected revisions of this page

    tooltip-minoredit
    Talk

    Mark this as a minor edit [alt-i]

    Mark this as a minor edit

    tooltip-preview
    Talk

    Preview your changes, please use this before saving! [alt-p]

    Preview your changes. Please use this before publishing.

    tooltip-save
    Talk

    Save your changes [alt-s]

    Save your changes

    tooltip-search
    Talk

    Search this wiki [alt-f]

    Search Wikipedia

    uclinks
    Talk

    View the last $1 changes; view the last $2 days.

    ⧼Uclinks⧽

    ucnote
    Talk

    Below are this user's last <b>$1</b> changes in the last <b>$2</b> days.

    ⧼Ucnote⧽

    uctop
    Talk

    (top)
    

    current

    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

    undelete
    Talk

    Restore deleted page

    View deleted pages

    undelete_short
    Talk

    Undelete $1 edits

    Undelete $1 edits

    undeletearticle
    Talk

    Restore deleted page

    ⧼Undeletearticle⧽

    undeletebtn
    Talk

    Restore!

    Undelete

    undeletedarticle
    Talk

    restored "$1"

    undeleted "$1"

    undeletedtext
    Talk

    [[$1]] has been successfully restored. See [[Wikipedia:Deletion_log]] for a record of recent deletions and restorations.

    ⧼Undeletedtext⧽

    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 undelete the page, all revisions will be undeleted to the history. If a new page with the same name has been created since the deletion, the undeleted revisions will appear in the prior history.

    undeletepage
    Talk

    View and restore deleted pages

    View and undelete 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 $1 pages have been deleted but are still in the archive and can be undeleted. The archive may be periodically cleaned out.

    undeleterevision
    Talk

    Deleted revision as of $1

    ⧼Undeleterevision⧽

    undeleterevisions
    Talk

    $1 revisions archived

    $1 revisions deleted

    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

    kāti te pare

    unprotectcomment
    Talk

    Reason for unprotecting

    ⧼Unprotectcomment⧽

    unprotectedarticle
    Talk

    unprotected [[$1]]

    removed protection from "$1"

    unprotectsub
    Talk

    (Unprotecting "$1")

    ⧼Unprotectsub⧽

    unprotectthispage
    Talk

    Unprotect this page

    Kāti te pare

    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.

    The following files exist but are not embedded in any page. Please note that other websites may link to a file with a direct URL, and so may still be listed here despite being in active use.

    unwatch
    Talk

    Unwatch

    kāti te mātaki

    unwatchthispage
    Talk

    Stop watching

    Kāti te mātaki

    updated
    Talk

    (Updated)

    (Updated)

    upload
    Talk

    Upload file

    Tuku ake

    uploadbtn
    Talk

    Upload file

    Tuku ake

    uploaddisabled
    Talk

    Sorry, uploading is disabled.

    Uploads disabled.

    uploadedfiles
    Talk

    Uploaded files

    ⧼Uploadedfiles⧽

    uploadedimage
    Talk

    uploaded "$1"

    uploaded "$1"

    uploaderror
    Talk

    Upload error

    Upload error

    uploadfile
    Talk

    Upload images, sounds, documents etc.

    ⧼Uploadfile⧽

    uploadlink
    Talk

    Upload images

    ⧼Uploadlink⧽

    uploadlog
    Talk

    upload log

    ⧼Uploadlog⧽

    uploadlogpage
    Talk

    Upload_log

    Upload log

    uploadlogpagetext
    Talk

    Below is a list of the most recent file uploads. All times shown are server time (UTC). <ul> </ul>

    Below is a list of the most recent file uploads. See the gallery of new files for a more visual overview.

    uploadnologin
    Talk

    Not logged in

    Not logged in

    uploadnologintext
    Talk

    You must be <a href="/wiki/Special:Userlogin">logged in</a> to upload files.

    You must be logged in to upload files.

    uploadtext
    Talk

    <strong>STOP!</strong> Before you upload here, make sure to read and follow the <a href="/wiki/Special:Image_use_policy">image use policy</a>. <p>If a file with the name you are specifying already exists on the wiki, it'll be replaced without warning. So unless you mean to update a file, it's a good idea to first check if such a file exists. <p>To view or search previously uploaded images, go to the <a href="/wiki/Special:Imagelist">list of uploaded images</a>. Uploads and deletions are logged on the <a href="/wiki/Wikipedia:Upload_log">upload log</a>. </p><p>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. <p>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 <b>[[Image:file.jpg]]</b> or <b>[[Image:file.png|alt text]]</b> or <b>[[Media:file.ogg]]</b> for sounds. <p>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.

    Use the form below to upload files. (To view or search previously uploaded images go to the list of uploaded files; uploads and deletions are also logged in the upload log.)

    Please expect your file to be deleted on sight if you don't follow these rules:

    1. Provide detailed information on the source of the file.
    If you made it yourself, say so. If you got it from the Internet, provide the URL.
    (Most images on the internet are copyrighted and are not appropriate for uploading to Wikipedia.)
    2. Specify the licence of the file by selecting it from the drop-down list below.
    3. Please use descriptive names. For example, instead of IMG_2063.jpg use picture_New Zealand_from_space.jpg or Te_Rauparaha.jpg.

    Users who upload content with false licence declarations, or who repeatedly upload images with no licence declaration, may be blocked.

    To include the image in a page, use a link in the form
    [[{{ns:6}}:file.jpg]],
    [[{{ns:6}}:file.png|alt text]], or
    [[{{ns:-2}}:file.ogg]]
    for directly linking to the file.

    If the image is available under a free licence or if you took the image yourself, please upload it to the Wikimedia Commons, a shared repository of content which can be used on all Wikimedia projects in all languages. Please upload all images under a free licence to Wikimedia Commons.
    (You will need to create an account there as well. There are advantages in using the same login name.).

    uploadwarning
    Talk

    Upload warning

    Upload warning

    usenewcategorypage
    Talk

    1

    Set first character to "0" to disable the new category page layout.

    ⧼Usenewcategorypage⧽

    user_rights_set
    Talk

    <b>User rights for "$1" updated</b>

    ⧼User_rights_set⧽

    usercssjsyoucanpreview
    Talk

    <strong>Tip:</strong> Use the 'Show preview' button to test your new css/js before saving.

    ⧼Usercssjsyoucanpreview⧽

    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 published!

    userexists
    Talk

    The user name you entered is already in use. Please choose a different name.

    Username entered 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 published!

    userlogin
    Talk

    Log in

    Whakauru / hanga kaute hou

    userlogout
    Talk

    Log out

    Whakarere

    usermailererror
    Talk

    Mail object returned error:

    ⧼Usermailererror⧽

    userpage
    Talk

    View user page

    View user page

    userstats
    Talk

    User statistics

    ⧼Userstats⧽

    userstatstext
    Talk

    There are '''$1''' registered users. '''$2''' of these are administrators (see $3).

    ⧼Userstatstext⧽

    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).

    Tiro ($1) ($2) ($3).

    viewsource
    Talk

    View source

    Tiro takenga

    viewtalkpage
    Talk

    View discussion

    View discussion

    wantedpages
    Talk

    Wanted pages

    Wanted pages

    watch
    Talk

    Watch

    Mātaki

    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>.)

    E-mail confirmation has been enabled on Wikipedia. To receive Wikipedia e-mail, you must go to Special:Confirmemail, request a code, and follow the link in the e-mail. (You don't need to confirm your address; only if you wish to receive email from other users through Wikipedia)

    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.

    ⧼Watcheditlist⧽

    watchlist
    Talk

    My watchlist

    Rārangi mātaki

    watchlistcontains
    Talk

    Your watchlist contains $1 pages.

    Ngā tuhipānui o tō rārangi mātaki: $1.

    watchlistsub
    Talk

    (for user "$1")

    ⧼Watchlistsub⧽

    watchmethod-list
    Talk

    checking watched pages for recent edits

    ⧼Watchmethod-list⧽

    watchmethod-recent
    Talk

    checking recent edits for watched pages

    ⧼Watchmethod-recent⧽

    watchnochange
    Talk

    None of your watched items were edited in the time period displayed.

    ⧼Watchnochange⧽

    watchnologin
    Talk

    Not logged in

    Not logged in

    watchnologintext
    Talk

    You must be <a href="/wiki/Special:Userlogin">logged in</a> to modify your watchlist.

    You must be logged in to modify your watchlist.

    watchthis
    Talk

    Watch this page

    Mātaki

    watchthispage
    Talk

    Watch this page

    Mātaki

    welcomecreation
    Talk

    <h2>Welcome, $1!</h2><p>Your account has been created. Don't forget to change your Wikipedia preferences.

    ⧼Welcomecreation⧽

    whatlinkshere
    Talk

    What links here

    Ngā hoto ki konei

    whitelistacctext
    Talk

    To be allowed to create accounts in this Wiki you have to [[Special:Userlogin|log]] in and have the appropriate permissions.

    ⧼Whitelistacctext⧽

    whitelistacctitle
    Talk

    You are not allowed to create an account

    ⧼Whitelistacctitle⧽

    whitelistedittext
    Talk

    You have to [[Special:Userlogin|login]] to edit pages.

    Please $1 to edit pages.

    whitelistedittitle
    Talk

    Login required to edit

    ⧼Whitelistedittitle⧽

    whitelistreadtext
    Talk

    You have to [[Special:Userlogin|login]] to read pages.

    ⧼Whitelistreadtext⧽

    whitelistreadtitle
    Talk

    Login required to read

    ⧼Whitelistreadtitle⧽

    wikipediapage
    Talk

    View project page

    ⧼Wikipediapage⧽

    wikititlesuffix
    Talk

    Wikipedia

    ⧼Wikititlesuffix⧽

    wlnote
    Talk

    Below are the last $1 changes in the last <b>$2</b> hours.

    Below are the last $1 changes in the last $2 hours, as of $3, $4.

    wlsaved
    Talk

    This is a saved version of your watchlist.

    ⧼Wlsaved⧽

    wlshowlast
    Talk

    Show last $1 hours $2 days $3

    ⧼Wlshowlast⧽

    wrong_wfQuery_params
    Talk

    Incorrect parameters to wfQuery()<br /> Function: $1<br /> Query: $2

    ⧼Wrong_wfQuery_params⧽

    wrongpassword
    Talk

    The password you entered is incorrect. Please try again.

    Incorrect username or password entered. Please try again.

    yourdiff
    Talk

    Differences

    Huringa

    youremail
    Talk

    Your email*

    Email:

    yourname
    Talk

    Your user name

    Ingoa kaimahi

    yournick
    Talk

    Your nickname (for signatures)

    New signature:

    yourpassword
    Talk

    Your password

    Kupuhipa

    yourpasswordagain
    Talk

    Retype password

    Retype password:

    yourrealname
    Talk

    Your real name*

    Real name:

    yourtext
    Talk

    Your text

    Your text