Wikipedia:All system messages

Saka Wikipédia, Ènsiklopédhi Bébas ing basa Jawa / Saking Wikipédia, Bauwarna Bébas mawi basa Jawi

Punika pesen-pesen saking sistem ingkang kacawisaken wonten ing MediaWiki namespace.

Name

Default text

Current text

1movedto2
Talk

$1 moved to $2

$1 dipun-alihaken menyang $2

1movedto2_redir
Talk

$1 moved to $2 over redirect

$1 dipunalihaken menyang $2 via pangalihan

Monobook.css
Talk

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

/*
*/

/* a { text-decoration: underline } remark ini untuk menghilangkan pranala secara default */

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

/****************************/
/* BEGIN LIGHT BLUE SECTION */
/****************************/
/* Make all non-namespace pages have a light blue content area. This is done by
   setting the background color for all #content areas to light blue and then
   overriding it for any #content enclosed in a .ns-0 (main namespace). I then
   do the same for the "tab" background colors. --Lupo */

#content {
    background: #F8FCFF; /* a light blue */
}

#content div.thumb {
    border-color: #F8FCFF;
}

.ns-0 * #content {
    background: white;
}

#mytabs li {
    background: #F8FCFF;
}

.ns-0 * #mytabs li {
    background: white;
}

#p-logo a,
#p-logo a:hover {
    background-image: url(http://upload.wikimedia.org/wikipedia/jv/b/bc/Wiki.png) !important;
}

#mytabs li a {
    background-color: #F8FCFF;
}

.ns-0 * #mytabs li a {
    background-color: white;
}

#p-cactions li a {
    background-color: #F8FCFF;
}

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

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

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

/* Display text below main article header, located at MediaWiki:tagline */
#siteSub {
    display: inline;
    font-size: 90%;
    font-weight: normal;
    font-style: italic;
}

#bodyContent #siteSub a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    padding-right: 0;
}

/* Bold 'edit this page' link to encourage newcomers */
#ca-edit a { font-weight: bold !important; }

/* Display "User $1, you are already logged in!"
   ([[MediaWiki:Alreadyloggedin]]) in red and bold */
div.alreadyloggedin { color: red; font-weight: bold; }

@media print {
    /* Do not print edit link in templates using Template:Ed
       Do not print certain classes that shouldn't appear on paper */
    .editlink, .noprint, .metadata, .dablink { display: none }
}


/* Style for "notices" */
.notice {
    text-align: justify;
    margin: 1em 0.5em;
    padding: 0.5em;
}

#disambig {
    border-top: 3px double #cccccc; 
    border-bottom: 3px double #cccccc;
}

#spoiler {
    border-top: 2px solid #ddd;
    border-bottom:2px solid #ddd;
}


/* Accessibility experiment: make diff changes not just colour-based */ 

.diffchange {
    font-weight: bold;
    background-color: inherit;
}

td.diff-addedline, td.diff-deletedline, td.diff-context {
    font-size: 85%;
    color: inherit;
}

#pt-login {
  font-weight: bold;
  font-size: 110%;
}

form#userlogin {
  float: left;
  padding: 1em 1em .7em 1em;
  background-color: #ffffe6;
  border: 2px solid #fc6;
  color: #000;
  margin-right: 2em;
}

form#userlogin table {
  float: left;
  background-color: #ffffe6;
  color: #000;
}

p.error {
  font-weight: bold;
}

/* Class styles */

/* .toccolours added here because version in 
   monobook/main.css wasn't being used by the print style */
.toccolours { 
   border:1px solid #aaaaaa;
   background-color:#f9f9f9;
   padding:5px;
   font-size: 95%;
}

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

/* Experiment: slightly fade inactive tabs */

#p-cactions a {
   filter: alpha(opacity=90);
}

#p-cactions a:hover, #p-cactions .selected a {
   filter: none;
}


#p-nav h5 {
   display: none;
}

.portlet a {
   text-decoration: none;
}

.portlet a:hover {
   text-decoration: underline;
}

#p-nav .pBody {
   padding-right: 0;
}

#p-nav a {
   display: block;
   width: 100%;
}

/* Special characters list below edit window works better without underlining */
#editpage-specialchars a { text-decoration: none; }
#editpage-specialchars a:hover { text-decoration: underline; }

/* If you don't want to see special characters list at all,
   put the following line in your User:You/monobook.css file
  (and remove the slash-asterisk comments) */
/* #editpage-specialchars { display: none; } */

/* Makes the background of a framed image white instead of gray. */
/* Only visible with transparent images. */
/* See #Framed_image_background_color */
div.thumb div a img {
    background-color:#ffffff;
}

/*
  • /

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

/*

*/
/* 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-watch'] = new Array('w','Add this page to your watchlist');
ta['ca-unwatch'] = new Array('w','Remove this page from your watchlist');
ta['search'] = new Array('f','Search this wiki');
ta['p-logo'] = new Array('','Main Page');
ta['n-mainpage'] = new Array('z','Visit the Main Page');
ta['n-portal'] = new Array('','About the project, what you can do, where to find things');
ta['n-currentevents'] = new Array('','Find background information on current events');
ta['n-recentchanges'] = new Array('r','The list of recent changes in the wiki.');
ta['n-randompage'] = new Array('x','Load a random page');
ta['n-help'] = new Array('','The place to find out.');
ta['n-sitesupport'] = new Array('','Support us');
ta['t-whatlinkshere'] = new Array('j','List of all wiki pages that link here');
ta['t-recentchangeslinked'] = new Array('k','Recent changes in pages linked from this page');
ta['feed-rss'] = new Array('','RSS feed for this page');
ta['feed-atom'] = new Array('','Atom feed for this page');
ta['t-contributions'] = new Array('','View the list of contributions of this user');
ta['t-emailuser'] = new Array('','Send a mail to this user');
ta['t-upload'] = new Array('u','Upload images or media files');
ta['t-specialpages'] = new Array('q','List of all special pages');
ta['ca-nstab-main'] = new Array('c','View the content page');
ta['ca-nstab-user'] = new Array('c','View the user page');
ta['ca-nstab-media'] = new Array('c','View the media page');
ta['ca-nstab-special'] = new Array('','This is a special page, you can\'t edit the page itself.');
ta['ca-nstab-wp'] = new Array('a','View the project page');
ta['ca-nstab-image'] = new Array('c','View the image page');
ta['ca-nstab-mediawiki'] = new Array('c','View the system message');
ta['ca-nstab-template'] = new Array('c','View the template');
ta['ca-nstab-help'] = new Array('c','View the help page');
ta['ca-nstab-category'] = new Array('c','View the category page');

if (window.showModalDialog && document.compatMode && document.compatMode == "CSS1Compat")
{
  var oldWidth;
  var docEl = document.documentElement;

  function fixIEScroll()
  {
    if (!oldWidth || docEl.clientWidth > oldWidth)
      doFixIEScroll();
    else
      setTimeout(doFixIEScroll, 1);
  
    oldWidth = docEl.clientWidth;
  }

  function doFixIEScroll() {
    docEl.style.overflowX = (docEl.scrollWidth - docEl.clientWidth < 4) ? "hidden" : "";
  }

  document.attachEvent("onreadystatechange", fixIEScroll);
  attachEvent("onresize", fixIEScroll);
}

function addLoadEvent(func) 
{
  if (window.addEventListener) 
    window.addEventListener("load", func, false);
  else if (window.attachEvent) 
    window.attachEvent("onload", func);
}

function LinkFA() 
{
   // iterate over all <span>-elements
   for(var i=0; a = document.getElementsByTagName("span")[i]; i++) {
      // if found a FA span
      if(a.className == "FA") {
         // iterate over all <li>-elements
         for(var j=0; b = document.getElementsByTagName("li")[j]; j++) {
            // if found a FA link
            if(b.className == "interwiki-" + a.id) {
               b.style.padding = "0 0 0 16px";
               b.style.backgroundImage = "url('http://upload.wikimedia.org/wikipedia/en/6/60/LinkFA-star.png')";
               b.style.backgroundRepeat = "no-repeat";
               b.title = "Artikel ini adalah sebuah artikel pilihan";
            }
         }
      }
   }
}

addLoadEvent(LinkFA);

/*
  • /
// ======================================================================
// Stripe
// Lihat juga: Bantuan:Tabelcantik di id.Wikipedia
// Lihat juga: Commons.css tabelcantik
// ======================================================================
var stripe = function()
{
  var tables = document.getElementsByTagName("table");
  for (var a = 0; a != tables.length; a++) {
    var table = tables[a];
    if (!table) { return; } // If there are no tables, abort.
    if (table.getAttribute("class") == "tabelcantik") {
      var tbodies = table.getElementsByTagName("tbody");
      for (var b = 0; b < tbodies.length; b++) {
        var even = true; // We start with an even stripe.
        var trs = tbodies[b].getElementsByTagName("tr");
        for (var c = 0; c < trs.length; c++) {
          if (even) {
            trs[c].className += "even";
          } else {
            trs[c].className += "odd";
          }
          even = !even;
        }
      }
    } else
    if (table.getAttribute("class") == "tabelcantikcyan") {
      var tbodies = table.getElementsByTagName("tbody");
      for (var b = 0; b < tbodies.length; b++) {
        var even = true; // We start with an even stripe.
        var trs = tbodies[b].getElementsByTagName("tr");
        for (var c = 0; c < trs.length; c++) {
          if (even) {
            trs[c].className += "evencyan";
          } else {
            trs[c].className += "oddcyan";
          }
          even = !even;
        }
      }
    } else
    if (table.getAttribute("class") == "tabelcantikmerah") {
      var tbodies = table.getElementsByTagName("tbody");
      for (var b = 0; b < tbodies.length; b++) {
        var even = true; // We start with an even stripe.
        var trs = tbodies[b].getElementsByTagName("tr");
        for (var c = 0; c < trs.length; c++) {
          if (even) {
            trs[c].className += "evenmerah";
          } else {
            trs[c].className += "oddmerah";
          }
          even = !even;
        }
      }
    }
  }
}
window.onload = stripe;

about
Talk

About

Prakawis

aboutpage
Talk

Wikipedia:About

Proyek:Prakawis

aboutwikipedia
Talk

About Wikipedia

Bab Wikipedia

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.

Sandhi kanggé "$1" sampun kakirim dugi $2.

accmailtitle
Talk

Password sent.

Sandhinipun sampun kakirim

acct_creation_throttle_hit
Talk

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

Nuwun sèwu, panjenengan sampun damel akun $1. Panjenengan mboten saged damel malih.

actioncomplete
Talk

Action complete

Proses tuntas

addedwatch
Talk

Added to watchlist

Sampun katambahaken wonten ing daftar artikel pilihan.

addedwatchtext
Talk

The page "$1" has been added to your [[Special:Watchlist|watchlist]]. Future changes to this page and its associated Talk page will be listed there, and the page will appear '''bolded''' in the [[Special:Recentchanges|list of recent changes]] to make it easier to pick out.

<p>If you want to remove the page from your watchlist later, click "Stop watching" in the sidebar.

The page "$1" has been added to your watchlist. Future changes to this page and its associated Talk page will be listed there, and the page will appear bolded in the list of recent changes to make it easier to pick out.

If you want to remove the page from your watchlist later, click "Unwatch" in the sidebar.

addsection
Talk

+

+

administrators
Talk

Wikipedia:Administrators

Wikipedia:Para Pengurus

affirmation
Talk

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

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

all
Talk

all

all

allmessages
Talk

All system messages

Kabeh Laporan

allmessagestext
Talk

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

Punika pesen-pesen saking sistem ingkang kacawisaken wonten ing MediaWiki namespace.

allpages
Talk

All pages

Kabèh kaca

alphaindexline
Talk

$1 to $2

$1 tumuju $2

alreadyloggedin
Talk

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

Penganggé $1, panjenengan sejatosipun sampun mlebet!

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

Tidak dapat melakukan pengembalian ke suntingan terakhir $1 oleh $2 (Bicara); orang lain telah menyunting atau melakukan pengembalian terhadap artikel tersebut. Suntingan terakhir oleh $3 (Bicara).

ancientpages
Talk

Oldest pages

Kaca-kaca langkung sepuh

and
Talk

and

lan

anontalk
Talk

Talk for this IP

Dhiskusi IP puniki

anontalkpagetext
Talk


''This is the discussion page for an anonymous user who has not created an account yet or who does not use it. We therefore have to use the numerical [[IP address]] to identify him/her. Such an IP address can be shared by several users. If you are an anonymous user and feel that irrelevant comments have been directed at you, please [[Special:Userlogin|create an account or log in]] to avoid future confusion with other anonymous users.''

This is the discussion page for an anonymous user who has not created an account yet or who does not use it. We therefore have to use the numerical IP address to identify him/her. Such an IP address can be shared by several users. If you are an anonymous user and feel that irrelevant comments have been directed at you, please create an account or log in to avoid future confusion with other anonymous users.

anonymous
Talk

Anonymous user(s) of Wikipedia

Panganggé Wikipedia ingkang mboten kinawruhan.

article
Talk

Content page

Artikel

articleexists
Talk

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

Satunggalipun kaca kanthi asma punika sampun wonten, utawi asma ingkang panjenengan pendhet mboten leres. Sumangga nyobi asma sanèsipun.

articlepage
Talk

View content page

Mirsani isinipun kaca

asksql
Talk

SQL query

SQL query

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.

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.

autoblocker
Talk

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

Panjenengan otomatis dipun-blok amargi nganggé alamat protokol internet (IP) ingkang sami kaliyan "$1". Alesanipun $1 dipun blok inggih punika "$2"

badarticleerror
Talk

This action cannot be performed on this page.

Aksi punika mboten saged katindhaaken ing kaca punika.

badfilename
Talk

Image name has been changed to "$1".

Berkas sampun dipunowahi dados "$1".

badfiletype
Talk

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

".$1" punika mboten format berkas gambar ingkang dipun-anjuraken.

badipaddress
Talk

Invalid IP address

Alamat IP klèntu

badquery
Talk

Badly formed search query

Format panjaluk pamadosan panjenengan klentu

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.

Kami tidak dapat memproses permintaan Anda. Hal ini mungkin disebabkan karena Anda mencoba mencari kata yang panjangnya kurang dari tiga huruf, yang masih belum didukung oleh sistem ini. Hal ini juga dapat disebabkan oleh kesalahan pengetikan ekspresi, misalnya "fish and and scales". Silakan coba permintaan yang lain.

badretype
Talk

The passwords you entered do not match.

Sandhi panjenengan mboten gathuk

badtitle
Talk

Bad title

Judhulipun mboten sah

badtitletext
Talk

The requested page title was invalid, empty, or an incorrectly linked inter-language or inter-wiki title.

Judhul kaca ingkang panjenengan suwun mboten saged kacakaken, kosong, utawi dados judhul antar-basa utawi judhul antar-wiki. Punika saged ugi wonten satunggal utawi luwih aksara ingkang mboten saged kadadosaken judhul.

blanknamespace
Talk

(Main)

(Utama)

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.

Asma panjenengan utawi alamat IP-nipun sampun dipun-blok dening $1.

Alesanipun:
$2

Panjengengan saged ngubungi $1 utawi salah satunggalipun saking pengurus kanggé ngrembag prakawis blok punika. Cathetan bilih panjenengan mboten kepareng nganggé fitur "ngirim layang elektronik panganggé punika" kejawi panjenengan sampun validasi layak elektronik ing preferensiku. Alamat IP panjenengan inggih punika $3. Dipun-aturi nglebetaken alamat punika ing sedanten pitakènan ingkang dipun-ajoaken.

blockedtitle
Talk

User is blocked

Panganggem (anggota) punika dipun-blok.

blockip
Talk

Block user

Blokir IP

blockipsuccesssub
Talk

Block succeeded

Pemblokiran sukses

blockipsuccesstext
Talk

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

Alamat IP atau pengguna "$1" telah diblokir.
Lihat Daftar IP dan pengguna diblokir untuk melihat kembali pemblokiran.

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

Gunakan formulir di bawah untuk memblokir kemampuan menulis sebuah alamat IP atau pengguna tertentu. Ini perlu dilakukan untuk mencegah vandalisme, dan sejalan dengan kebijakan Wikipedia. Masukkan alasan Anda di bawah (contohnya mengambil halaman tertentu yang telah dirusak).

blocklink
Talk

block

blokir

blocklistline
Talk

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

$1, $2 mblokir $3 ($4)

blocklogentry
Talk

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

mblokir "$1" dipun watesi wedalipun $2

blocklogpage
Talk

Block_log

Log pemblokiran

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 IP block list for the list of currently operational bans and blocks.

bold_sample
Talk

Bold text

Seratan puniki bakal dipun-cithak kandel

bold_tip
Talk

Bold text

Cithak kandel

booksources
Talk

Book sources

Sumber buku

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.

Di bawah ini adalah daftar pranala ke situs lain yang menjual buku baru dan bekas, dan mungkin juga mempunyai informasi lebih lanjut mengenai buku yang sedang Anda cari. Wikipedia tidak berkepentingan dengan situs-situs web di atas, dan daftar ini seharusnya tidak dianggap sebagai sebuah dukungan.

brokenredirects
Talk

Broken Redirects

Pengalihanipun risak

brokenredirectstext
Talk

The following redirects link to a non-existing pages.

Pengalihanipun kaca punika mboten kepanggih sambunganipun.

bugreports
Talk

Bug reports

Laporan Kasalahan

bugreportspage
Talk

Wikipedia:Bug_reports

Project:Laporan bug

bureaucratlog
Talk

Bureaucrat_log

Bureaucrat_log

bureaucratlogentry
Talk

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

Changed group membership for $1 from $2 to $3

bureaucrattext
Talk

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

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

bureaucrattitle
Talk

Bureaucrat access required

Bureaucrat access required

bydate
Talk

by date

miturut tanggal

byname
Talk

by name

miturut jeneng

bysize
Talk

by size

miturut ukuran

cachederror
Talk

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

Berikut ini adalah salinan cache dari halaman yang diminta, yang mungkin tidak up-to-date.

cancel
Talk

Cancel

Batal

cannotdelete
Talk

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

mBoten saged mbusak kaca utawi berkas ingkang dipunsuwun.

cantrollback
Talk

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

Tidak dapat mengembalikan suntingan; pengguna terakhir adalah satu-satunya penulis artikel ini.

categories
Talk

Categories

Kategori Kaca

category
Talk

category

kategori

category_header
Talk

Articles in category "$1"

Artikel-artikel wonten ing kategori "$1"

categoryarticlecount
Talk

There are $1 articles in this category.

Wonten $1 artikel ing kategori punika.

changepassword
Talk

Change password

Ganti tembung sandhi

changes
Talk

changes

owah-owahan

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

Catatan: Setelah menyimpan preferensi, Anda perlu membersihkan cache penjelajah web Anda untuk melihat perubahan. Mozilla / Firefox / Safari: tekan Ctrl-Shift-R (Cmd-Shift-R pada Apple Mac); IE: tekan Ctrl-F5; Konqueror:: tekan F5; Opera bersihkan cache melalui menu Tools→Preferences.

columns
Talk

Columns

Kolom:

commentedit
Talk

(comment)
(comment)

compareselectedversions
Talk

Compare selected versions

Mbandhingaken versi ingkang kapilih

confirm
Talk

Confirm

Dhedhes (konfirmasi)

confirmcheck
Talk

Yes, I really want to delete this.

Yes, I really want to delete this.

confirmdelete
Talk

Confirm delete

Konfirmasi pambusakan

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

Anda akan menghapus halaman atau berkas ini secara permanen berikut semua sejarahnya dari basis data. Pastikan bahwa Anda memang ingin berbuat demikian, mengetahui segala akibatnya, dan apa yang Anda lakukan ini adalah sejalan dengan kebijakan Wikipedia.

confirmprotect
Talk

Confirm protection

Konfirmasi perlindungan

confirmprotecttext
Talk

Do you really want to protect this page?

Apakah Anda benar-benar ingin melindungi halaman ini?

confirmunprotect
Talk

Confirm unprotection

Konfirmasi penghilangan perlindungan

confirmunprotecttext
Talk

Do you really want to unprotect this page?

Apakah Anda benar-benar ingin menghilangkan perlindungan terhadap halaman ini?

contextchars
Talk

Characters of context per line

Karakter untuk konteks per baris

contextlines
Talk

Lines to show per hit

Baris ditampilkan per hasil

contribslink
Talk

contribs

sumbangan

contribsub
Talk

For $1

Kagem $1

contributions
Talk

User contributions

Sumbangan panganggo

copyright
Talk

Content is available under $1.

Kabèh teks kasedyaaké ing ngisoré $1.

copyrightpage
Talk

Wikipedia:Copyrights

Project:Hak cipta

copyrightpagename
Talk

Wikipedia copyright

Hak cipta Wikipedia

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>

Tulung dipun-gatosaken menawi sedaya kontribusi kanggé Wikipedia punika dipunanggep dipunluncuraken miturut Lisensi Dokumentasi Bebas GNU (mangga priksanen $1 kangge detailipun). Menawi panjenengan mboten kersa menawi seratan panjenengan bakal dipunsunting kaliyan dipunsebar, sampun dipundèkèk ing ngriki.
Panjenengan ugi janji menawi punapa-punapa ingkang kaserat ing ngriki, karyanipun panjenengan piyambak, utawi dipunsalin saking sumber bébas. SAMPUN NDEKEK KARYA INGKANG DIPUNREKSA DENING UNDANG-UNDANG HAK CIPTA TANPA IDIN!

couldntremove
Talk

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

Tidak dapat menghapus halaman '$1' dari daftar pantauan...

createaccount
Talk

Create new account

Damel akun énggal

createaccountmail
Talk

by email

liwat layang-e (e-mail)

creditspage
Talk

Page credits

Penghargaan halaman

cur
Talk

cur

skr

currentevents
Talk

Current events

Warta Wigati

currentrev
Talk

Current revision

Revisi sekarang

databaseerror
Talk

Database error

Kesalahan basis data

dateformat
Talk

Date format

Format tanggal

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

Ada kesalahan sintaks pada permintaan basis data. Kesalahan ini mungkin menandakan adanya bug dalam perangkat lunak. Permintaan basis data yang terakhir adalah:

$1

dari dalam fungsi "$2". Kesalahan MySQL "$3: $4".

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

Ada kesalahan sintaks pada permintaan basis data. Permintaan basis data yang terakhir adalah: "$1" dari dalam fungsi "$2". Kesalahan MySQL "$3: $4".

deadendpages
Talk

Dead-end pages

Kaca-kaca buntu (tanpa pranala)

debug
Talk

Debug

Debug

defaultns
Talk

Search in these namespaces by default:

Cari dalam ruang nama berikut ini secara baku:

defemailsubject
Talk

Wikipedia e-mail

Surat-e Wikipedia

delete
Talk

Delete

Ilangana

deletecomment
Talk

Reason for deletion

Alesan dipun-busak

deletedarticle
Talk

deleted "$1"

mbusak "$1"

deletedtext
Talk

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

"$1" sampun kabusak. Coba pirsani $2 kanggé log paling énggal kaca ingkang kabusak.

deleteimg
Talk

del

bsk

deletepage
Talk

Delete page

Busak kaca

deletesub
Talk

(Deleting "$1")

(mBusak "$1")

deletethispage
Talk

Delete this page

Busak kaca iki

deletionlog
Talk

deletion log

Cathetan sing dibusak

dellogpage
Talk

Deletion_log

Cathetan pambusakan

dellogpagetext
Talk

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

Di bawah ini adalah log penghapusan halaman. Semua waktu yang ditunjukkan adalah waktu server (UTC).

developerspheading
Talk

For developer use only

For developer use only

developertext
Talk

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

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

developertitle
Talk

Developer access required

Developer access required

diff
Talk

diff

béda

difference
Talk

(Difference between revisions)

(Bedané antarrevisi)

disambiguations
Talk

Disambiguation pages

Kaca disambiguasi

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 dismbiguation if it is linked from $1.<br />Links from other namespaces are <i>not</i> listed here.

Kaca-kaca punika dipun sambung dumugi kaca disambiguasi. Kaca-kaca punika kedahipun dipun sambung dumugi prekawis ingkang leres.
Setunggal kaca ingkang dados disambiguation menawi kaca punika dipun sambung saking $1.
Pranala saking ruang asma (name space) sanèsipun mboten kacathete wonten mriki.

disclaimerpage
Talk

Wikipedia:General_disclaimer

Project:Penyangkalan umum

disclaimers
Talk

Disclaimers

Panyangkalan

doubleredirects
Talk

Double Redirects

Pengalihan ganda

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.

Setiap baris mengandung pranala ke peralihan pertama dan kedua, dan juga baris pertama dari teks peralihan kedua, yang biasanya memberikan artikel tujuan yang "sesungguhnya", yang seharusnya ditunjuk oleh peralihan yang pertama.

edit
Talk

Edit

Sunting

editcomment
Talk

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

Komentar penyuntingan adalah: "$1".

editconflict
Talk

Edit conflict: $1

Konflik sunting: $1

editcurrent
Talk

Edit the current version of this page

Sunting versi sekarang dari halaman ini

edithelp
Talk

Editing help

Pitulung panyuntingan

edithelppage
Talk

Help:Editing

Pitulung:Penyuntingan

editing
Talk

Editing $1

Nyunting $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

Peringatan: Anda menyunting revisi lama suatu halaman. Jika Anda menyimpannya, perubahan-perubahan yang dibuat sejak revisi ini akan hilang.

editsection
Talk

edit

sunting

editthispage
Talk

Edit this page

Sunting kaca iki

emailflag
Talk

Disable e-mail from other users

Disable e-mail from other users

emailforlost
Talk

Fields marked with a star (*) are optional. Storing an email address enables people to contact you through the website without you having to reveal your email address to them, and it can be used to send you a new password if you forget it.<br /><br />Your real name, if you choose to provide it, will be used for giving you attribution for your work.

* Optional. An e-mail lets others contact you on this site without revealing your address, and lets us send you a new password if you forget it.

Your real name will be used to give you attribution for your work.

emailfrom
Talk

From

Dari

emailmessage
Talk

Message

Pesan

emailpage
Talk

E-mail user

Kirimi pengguna ini surat-e

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.

Jika pengguna ini memasukkan alamat surat-e yang sah dalam preferensinya, formulir dibawah ini akan mengirimkan sebuah surat-e. Alamat surat-e yg terdapat pada preferensi Anda akan muncul sebagai alamat "Dari" dalam surat-e tersebut, sehingga penerima dapat membalas surat-e tersebut.

emailsend
Talk

Send

Kirim

emailsent
Talk

E-mail sent

Surat-e terkirim

emailsenttext
Talk

Your e-mail message has been sent.

Surat-e Anda telah dikirimkan.

emailsubject
Talk

Subject

Perihal

emailto
Talk

To

Untuk

emailuser
Talk

E-mail this user

Kirimi pengguna ini surat-e

enterlockreason
Talk

Enter a reason for the lock, including an estimate of when the lock will be released

Masukkan alasan penguncian, termasuk perkiraan kapan kunci akan dibuka

error
Talk

Error

Kesalahan

errorpagetitle
Talk

Error

Kesalahan

exbeforeblank
Talk

content before blanking was:

isi sebelum dikosongkan: '$1'

exblank
Talk

page was empty

halaman kosong

excontent
Talk

content was:

isi sadurungé: '$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>

Orang lain telah menyunting halaman ini sejak Anda mulai menyuntingnya. Bagian atas teks ini mengandung teks halaman saat ini. Perubahan yang Anda lakukan ditunjukkan pada bagian bawah teks. Anda hanya perlu menggabungkan perubahan Anda dengan teks yang telah ada. Hanya teks pada bagian atas halamanlah yang akan disimpan apabila Anda menekan "Simpan halaman".

export
Talk

Export pages

Ekspor halaman

exportcuronly
Talk

Include only the current revision, not the full history

Hanya ekspor revisi sekarang, bukan seluruh versi terdahulu

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.

Anda dapat mengekspor teks dan sejarah penyuntingan suatu halaman tertentu atau suatu set halaman dalam bentuk XML tertentu. Hasil ekspor ini selanjutnya dapat diimpor ke wiki lainnya yang menggunakan perangkat lunak MediaWiki, dengan menggunakan fasilitas Astamiwa:Import.

Untuk mengekspor halaman-halaman artikel, masukkan judul-judul dalam kotak teks di bawah ini, satu judul per baris, dan pilih apakah anda ingin mengekspor lengkap dengan versi terdahulunya, atau hanya versi sekarang dengan catatan penyuntingan terakhir.

Jika Anda hanya ingin mengimpor versi sekarang, Anda juga dapat melakukan hal ini dengan lebih cepat dengan cara menggunakan pranala khusus, sebagai contoh: Astamiwa:Export/Kaca Utama untuk mengekspor artikel Kaca Utama.

extlink_sample
Talk

http://www.example.com link title

http://www.contoh.com/ judul pranala

extlink_tip
Talk

External link (remember http:// prefix)

Pranala luar (jangan lupa awalan http:// )

faq
Talk

FAQ

FAQ

faqpage
Talk

Wikipedia:FAQ

Project:FAQ

feedlinks
Talk

Feed:

Asupan:

filecopyerror
Talk

Could not copy file "$1" to "$2".

Tidak dapat menyalin berkas "$1" ke "$2".

filedeleteerror
Talk

Could not delete file "$1".

Tidak dapat menghapus berkas "$1".

filedesc
Talk

Summary

Ringkesan

fileexists
Talk

A file with this name exists already, please check $1 if you are not sure if you want to change it.

Berkas dengan nama tersebut telah ada, harap periksa $1 jika Anda tidak yakin untuk mengubahnya.

filename
Talk

Filename

Nama berkas

filenotfound
Talk

Could not find file "$1".

Tidak dapat menemukan berkas "$1".

filerenameerror
Talk

Could not rename file "$1" to "$2".

Mboten saged ngowahi saking "$1" dados "$2".

filesource
Talk

Source

Sumber

filestatus
Talk

Copyright status

Status hak cipta

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.

Berkas "$1" berhasil dimuatkan. Silakan ikuti pranala berikut: $2 ke halaman deskripsi dan isikan informasi tentang berkas tersebut, seperti dari mana berkas tersebut berasal, kapan berkas itu dibuat dan oleh siapa, dan informasi lain yang Anda ketahui.

formerror
Talk

Error: could not submit form

Kesalahan: Tidak dapat mengirimkan formulir

fromwikipedia
Talk

From Wikipedia

Saka Wikipedia, ensiklopedhi bebas.

getimagelist
Talk

fetching image list

mengambil daftar berkas

go
Talk

Go

Menyang

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://jv.wikipedia.org"><br /><input type=radio name=sitesearch value=""> WWW <input type=radio name=sitesearch value="http://jv.wikipedia.org" checked> http://jv.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="http://www.google.com/search" id="googlesearch">

   <input type="hidden" name="domains" value="http://jv.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="http://jv.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

Isikan dari penjelajah web

headline_sample
Talk

Headline text

Teks judul

headline_tip
Talk

Level 2 headline

Judul aras 2

help
Talk

Help

Pitulung

helppage
Talk

Help:Contents

Pitulung:Isi

hide
Talk

hide

Delikna

hidetoc
Talk

hide

delikna

hist
Talk

hist

sajarah

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.

Cara membandingkan: tandai radio button versi-versi yang ingin dibandingkan, lalu tekan ENTER atau tombol di bawah.
Keterangan: (skr) = perbedaan dengan versi sekarang, (akhir) = perbedaan dengan versi sebelumnya, m = suntingan kecil

history
Talk

Page history

Sejarah Kaca

history_copyright
Talk

-

-

history_short
Talk

History

Sejarah Kaca

historywarning
Talk

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

Peringatan: Halaman yang ingin Anda hapus mempunyai sejarah:

hr_tip
Talk

Horizontal line (use sparingly)

Garis horisontal

ignorewarning
Talk

Ignore warning and save file anyway.

Abaikan peringatan dan langsung simpan berkas.

ilshowmatch
Talk

Show all images with names matching

Show all images with names matching

ilsubmit
Talk

Search

Golek

image_sample
Talk

Example.jpg

Contoh.jpg

image_tip
Talk

Embedded image

Cantumkan berkas

imagelinks
Talk

Image links

Pautan

imagelist
Talk

Image list

Daftar berkas

imagelisttext
Talk

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

Di bawah ini adalah daftar $1 berkas diurutkan $2.

imagepage
Talk

View image page

Lihat halaman berkas

imagereverted
Talk

Revert to earlier version was successful.

Berhasil mengembalikan ke revisi sebelumnya

imgdelete
Talk

del

hps

imgdesc
Talk

desc

desk

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

Keterangan: (skr) = ini adalah berkas yang sekarang, (hps) = hapus versi lama ini, (kbl) = kembalikan ke versi lama ini.
Klik pada tanggal untuk melihat berkas yang dimuat pada tanggal tersebut.

imghistory
Talk

Image history

Riwayat berkas

imglegend
Talk

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

Keterangan: (desk) = lihat/sunting deskripsi berkas.

import
Talk

Import pages

Impor halaman

importfailed
Talk

Import failed: $1

Impor gagal: $1

importhistoryconflict
Talk

Conflicting history revision exists (may have imported this page before)

Terjadi konflik revisi sejarah (mungkin pernah mengimpor halaman ini sebelumnya)

importnotext
Talk

Empty or no text

Kosong atau tidak ada teks

importsuccess
Talk

Import succeeded!

Impor sukses!

importtext
Talk

Please export the file from the source wiki using the Special:Export utility, save it to your disk and upload it here.

Silakan ekspor berkas dari wiki asal dengan menggunakan utilitas Astamiwa:Export, simpan ke cakram digital, dan muatkan ke sini.

infobox
Talk

Click a button to get an example text

Click a button to get an example text

infobox_alert
Talk

Please enter the text you want to be formatted.\n It will be shown in the infobox for copy and pasting.\nExample:\n$1\nwill become:\n$2

Please enter the text you want to be formatted.\n It will be shown in the infobox for copy and pasting.\nExample:\n$1\nwill become:\n$2

internalerror
Talk

Internal error

Kesalahan internal

intl
Talk

Interlanguage links

Pranala antarbahasa

ip_range_invalid
Talk

Invalid IP range.

Blok IP tidak sah.

ipaddress
Talk

IP Address/username

Alamat IP

ipb_expiry_invalid
Talk

Expiry time invalid.

Waktu kadaluwarsa tidak sah.

ipbexpiry
Talk

Expiry

Kadaluwarsa

ipblocklist
Talk

List of blocked IP addresses and usernames

Daftar alamat IP dan pengguna yang diblokir

ipbreason
Talk

Reason

Alasan

ipbsubmit
Talk

Block this user

Kirimkan

ipusubmit
Talk

Unblock this address

Hilangkan blokir terhadap alamat ini

ipusuccess
Talk

"$1" unblocked

"$1" unblocked

isbn
Talk

ISBN

ISBN

isredirect
Talk

redirect page

halaman peralihan

italic_sample
Talk

Italic text

Teks ini akan dicetak miring

italic_tip
Talk

Italic text

Cetak miring

iteminvalidname
Talk

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

Ada masalah dengan '$1', namanya tidak sah...

largefile
Talk

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

Ukuran berkas disarankan untuk tidak melebihi $1 bita; berkas ini berukuran $2 bita

last
Talk

last

akhir

lastmodified
Talk

This page was last modified $1.

Halaman ini terakhir diubah pada $1.

lastmodifiedby
Talk

This page was last modified $1 by $2.

Halaman ini terakhir kali diubah $1 oleh $2.

lineno
Talk

Line $1:

Baris $1:

link_sample
Talk

Link title

Judul pranala

link_tip
Talk

Internal link

Pranala internal

linklistsub
Talk

(List of links)

(Daftar pranala)

linkshere
Talk

The following pages link to here:

Halaman-halaman berikut ini berpaut ke $1:

linkstoimage
Talk

The following pages link to this image:

Halaman-halaman berikut berpaut ke berkas ini:

linktrail
Talk

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

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

listadmins
Talk

Admins list

Admins list

listform
Talk

list

list

listusers
Talk

User list

Daftar pengguna

loadhist
Talk

Loading page history

Memuat halaman sejarah

loadingrev
Talk

loading revision for diff

memuat revisi untuk dibandingkan

localtime
Talk

Local time display

Waktu setempat

lockbtn
Talk

Lock database

Kunci basis data

lockconfirm
Talk

Yes, I really want to lock the database.

Ya, saya memang ingin mengunci basis data.

lockdb
Talk

Lock database

Kunci basis data

lockdbsuccesssub
Talk

Database lock succeeded

Penguncian basis data berhasil

lockdbsuccesstext
Talk

The database has been locked. <br />Remember to remove the lock after your maintenance is complete.

Basis data telah dikunci.
Pastikan Anda membuka kuncinya setelah pemeliharaan selesai.

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.

Mengunci basis data akan menghentikan kemampuan semua pengguna dalam menyunting halaman, mengubah preferensi pengguna, menyunting daftar pantauan mereka, dan hal-hal lain yang memerlukan perubahan terhadap basis data. Pastikan bahwa ini adalah yang ingin Anda lakukan, dan bahwa Anda akan membuka kunci basis data setelah pemeliharaan selesai.

locknoconfirm
Talk

You did not check the confirmation box.

Anda tidak memberikan tanda cek pada kotak konfirmasi.

login
Talk

Log in

Masuk log

loginend
Talk

&nbsp;

loginerror
Talk

Login error

Kesalahan masuk log

loginpagetitle
Talk

User login

Masuk log pengguna

loginproblem
Talk

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

Ada masalah dengan proses masuk log Anda.
Silakan coba lagi!

loginprompt
Talk

You must have cookies enabled to log in to Wikipedia.

Anda harus mengaktifkan cookies untuk dapat masuk log ke Wikipedia.

loginreqtext
Talk

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

You must login to view other pages.

loginreqtitle
Talk

Login Required

Harus masuk log

loginsuccess
Talk

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

Panjenengan sapunika mlebet ing Wikipedia kanthi asma "$1".

loginsuccesstitle
Talk

Login successful

Berhasil masuk log

logout
Talk

Log out

Keluar log

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

Anda telah keluar log dari sistem. Anda dapat terus menggunakan Wikipedia secara anonim, atau Anda dapat masuk log lagi sebagai pengguna yang sama atau pengguna yang lain. Perhatikan bahwa beberapa halaman mungkin masih terus menunjukkan bahwa Anda masih masuk log sampai Anda membersihkan cache penjelajah web Anda

logouttitle
Talk

User logout

Keluar log pengguna

lonelypages
Talk

Orphaned pages

Kaca tanpa dijagani

longpages
Talk

Long pages

Halaman panjang

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.

PERINGATAN: Halaman ini panjangnya adalah $1 kilobita; beberapa penjelajah web mungkin mengalami masalah dalam menyunting halaman yang panjangnya 32 kb atau lebih. Harap pertimbangkan untuk memecah halaman menjadi beberapa bagian yang lebih kecil.

mailerror
Talk

Error sending mail: $1

Kesalahan dalam mengirimkan surat-e: $1

mailmypassword
Talk

Mail me a new password

Kirimkan kata sandi baru

mailnologin
Talk

No send address

Tidak ada alamat surat-e

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.

Anda harus masuk log dan mempunyai alamat surat-e yang sah di dalam preferensi untuk mengirimkan surat-e kepada pengguna lain.

mainpage
Talk

Main Page

Kaca Utama

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.

Silakan baca User's Guide untuk informasi penggunaan perangkat lunak wiki

[sunting] Memulai penggunaan

mainpagetext
Talk

Wiki software successfully installed.

Perangkat lunak wiki berhasil dipasang.

maintenance
Talk

Maintenance page

Maintenance page

maintenancebacklink
Talk

Back to Maintenance Page

Back to Maintenance Page

maintnancepagetext
Talk

This page includes several handy tools for everyday maintenance. Some of these functions tend to stress the database, so please do not hit reload after every item you fixed ;-)

This page includes several handy tools for everyday maintenance. Some of these functions tend to stress the database, so please do not hit reload after every item you fixed ;-)

makesysop
Talk

Make a user into a sysop

Buat seorang pengguna menjadi pengurus

makesysopfail
Talk

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

Pengguna "$1" tidak dapat dijadikan pengurus. (Apakah Anda mengetikkan namanya dengan benar?)

makesysopname
Talk

Name of the user:

Nama pengguna:

makesysopok
Talk

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

Pengguna "$1" sekarang adalah seorang pengurus

makesysopsubmit
Talk

Make this user into a sysop

Jadikan pengurus

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

Formulir ini digunakan oleh para birokrat untuk menjadikan pengguna biasa menjadi seorang pengurus. Ketikkan nama pengguna yang dimaksud dalam kotak dan tekan tombol untuk menjadikan pengguna tersebut seorang pengurus

makesysoptitle
Talk

Make a user into a sysop

Buat seorang pengguna menjadi pengurus

matchtotals
Talk

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

Permintaan "$1" cocok dengan $2 judul halaman dan teks dari $3 artikel.

math
Talk

Rendering math

Penggambaran math

math_bad_output
Talk

Can't write to or create math output directory

Tidak dapat menulisi atau membuat direktori keluaran math

math_bad_tmpdir
Talk

Can't write to or create math temp directory

Tidak dapat menulisi atau membuat direktori sementara math

math_failure
Talk

Failed to parse

Gagal memparse

math_image_error
Talk

PNG conversion failed; check for correct installation of latex, dvips, gs, and convert

Konversi PNG gagal; periksa apakah latex, dvips, gs, dan convert terinstal dengan benar

math_lexing_error
Talk

lexing error

kesalahan lexing

math_notexvc
Talk

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

Executable texvc hilang; silakan lihat math/README untuk cara konfigurasi.

math_sample
Talk

Insert formula here

Masukkan rumus di sini

math_syntax_error
Talk

syntax error

kesalahan sintaks

math_tip
Talk

Mathematical formula (LaTeX)

Rumus matematika (LaTeX)

math_unknown_error
Talk

unknown error

Kesalahan yang tidak diketahui

math_unknown_function
Talk

unknown function

fungsi yang tidak diketahui

media_sample
Talk

Example.mp3

Contoh.ogg

media_tip
Talk

Media file link

Pranala berkas media

minlength
Talk

Image names must be at least three letters.

Nama berkas sekurang-kurangnya harus tiga huruf.

minoredit
Talk

This is a minor edit

Suntingan sithik

minoreditletter
Talk

M

sithik

mispeelings
Talk

Pages with misspellings

Pages with misspellings

mispeelingspage
Talk

List of common misspellings

List of common misspellings

mispeelingstext
Talk

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

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

missingarticle
Talk

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

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

<p>If this is not the case, you may have found a bug in the software. Please report this to an administrator, making note of the URL.

Basis data tidak menemukan teks bagi halaman yang seharusnya mempunyai teks, yaitu halaman "$1".

Ini biasanya disebabkan karena diff yang kadaluwarsa atau karena pranala lama kepada halaman telah dihapus.

Jika ini bukan sebabnya, Anda mungkin menemukan bug dalam perangkat lunak. Silakan laporkan hal ini kepada pengurus, dengan mencantumkan URL halaman yang bermasalah tersebut

missingimage
Talk

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

Berkas tak ditemukan
$1

missinglanguagelinks
Talk

Missing Language Links

Missing Language Links

missinglanguagelinksbutton
Talk

Find missing language links for

Find missing language links for

missinglanguagelinkstext
Talk

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

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

moredotdotdot
Talk

More...

Lainnya...

move
Talk

Move

pindhahen

movearticle
Talk

Move page

Pindhah kaca

movedto
Talk

moved to

dipindhah menyang

movenologin
Talk

Not logged in

Belum masuk log

movenologintext
Talk

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

Anda harus menjadi pengguna terdaftar dan telah masuk log untuk memindahkan halaman.

movepage
Talk

Move page

Mindhah kaca

movepagebtn
Talk

Move page

Pindahkan halaman

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.

Halaman pembicaraan yang berkaitan juga akan dipindahkan secara otomatis kecuali apabila:

  • Sebuah halaman pembicaraan yang tidak kosong telah ada di bawah judul baru, atau
  • Anda tidak memberi tanda cek pada kotak di bawah ini

Dalam kasus tersebut, apabila diinginkan, Anda dapat memindahkan atau menggabungkan halaman secara manual.

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.

Formulir di bawah ini digunakan untuk mengubah nama suatu halaman dan memindahkan semua data sejarah ke nama baru. Judul yang lama akan menjadi halaman peralihan menuju judul yang baru. Pranala kepada judul lama tidak akan berubah. Pastikan untuk memeriksa terhadap peralihan halaman yang rusak atau berganda setelah pemindahan. Anda bertanggung jawab untuk memastikan bahwa pranala terus menyambung ke halaman yang seharusnya.

Perhatikan bahwa halaman tidak akan dipindah apabila telah ada halaman di pada judul yang baru, kecuali bila halaman tersebut kosong atau merupakan halaman peralihan dan tidak mempunyai sejarah penyuntingan. Ini berarti Anda dapat mengubah nama halaman kembali seperti semula apabila Anda membuat kesalahan, dan Anda tidak dapat menimpa halaman yang telah ada.

PERINGATAN! Ini dapat mengakibatkan perubahan yang tak terduga dan drastis bagi halaman yang populer. Pastikan Anda mengerti konsekuensi dari perbuatan ini sebelum melanjutkan.

movetalk
Talk

Move "talk" page as well, if applicable.

Pindahkan halaman "pembicaraan" juga, jika mungkin.

movethispage
Talk

Move this page

Pindahkan halaman ini

mycontris
Talk

My contributions

Kontribusiku

mypage
Talk

My page

Panggonanku

mytalk
Talk

My talk

Gunemanku

navigation
Talk

Navigation

Pandhu Arah

nbytes
Talk

$1 bytes

$1 bita

nchanges
Talk

$1 changes

$1 changes

newarticle
Talk

(New)

(Anyar)

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.

Katonane panjenengan ngetutake pranala artikel sing durung ana. Manawa arep manulis artikel iki, manggaa. (Tontonen Pitulung kanggo informasi sabanjure). Yen ora sengaja tekan kene, bisa ngeklik pencetan back wae.

newmessages
Talk

You have $1.

Panjenengan angsal $1.

newmessageslink
Talk

new messages

warta enggal

newpage
Talk

New page

Kaca Anyar

newpageletter
Talk

N

Anyar

newpages
Talk

New pages

Kaca énggal

newpassword
Talk

New password

Kata sandi baru

newtitle
Talk

To new title

Ke judul baru

newusersonly
Talk

(new users only)
(new users only)

newwindow
Talk

(opens in new window)

(buka di jendela baru)

next
Talk

next

selanjutnya

nextn
Talk

next $1

$1 selanjutnya

nlinks
Talk

$1 links

$1 pranala

noaffirmation
Talk

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

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

noarticletext
Talk

(There is currently no text in this page)

Wikipedia Basa Jawi dèrèng gadhah artikel mawi judul punika.
  • Menawi panjenangan sampun nyerat artikel ing kaca punika, sawetara pinten menit kapengker nanging dèrèng muncul, mbokmenawi punika amargi kita saweg nambahi data database kita. Kapurih dipun tengga pinten wanci kaliyan dipunpriksani malih sekedhap engkas sadèrèngipun panjenengan nyerat artikel punika malih.
  • Menawi panjenengan naté nyerat artikel punika nganggé judul puniki, mbokmenawi artikelipun sampun dipunicali. Alesanipun saged werni-werni.

noblockreason
Talk

You must supply a reason for the block.

You must supply a reason for the block.

noconnect
Talk

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

Maaf! Wiki mengalami masalah teknis dan tidak dapat menghubungi basis data.
$1

nocontribs
Talk

No changes were found matching these criteria.

Tidak ada perubahan yang cocok dengan kriteria-kriteria ini.

nocookieslogin
Talk

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

Wikipedia menggunakan cookies untuk log penggunanya. Cookies pada penjelajah web Anda dimatikan. Silakan aktifkan dan coba lagi.

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.

Akun pengguna telah dibuat, tetapi Anda belum masuk log. Wikipedia menggunakan cookies untuk log pengguna. Cookies pada penjelajah web Anda dimatikan. Silakan aktifkan dan masuk log kembali dengan nama pengguna dan kata sandi Anda.

nocreativecommons
Talk

Creative Commons RDF metadata disabled for this server.

Metadata Creative Commons RDF dimatikan di server ini.

nocredits
Talk

There is no credits info available for this page.

Tidak ada informasi penghargaan yang tersedia untuk halaman ini.

nodb
Talk

Could not select database $1

Tidak dapat memilih basis data $1

nodublincore
Talk

Dublin Core RDF metadata disabled for this server.

Metadata Dublin Core RDF dimatikan di server ini.

noemail
Talk

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

Tidak ada alamat surat-e yang tercatat untuk pengguna "$1".

noemailtext
Talk

This user has not specified a valid e-mail address, or has chosen not to receive e-mail from other users.

Pengguna ini tidak memasukkan alamat surat-e yang sah, atau memilih untuk tidak menerima surat-e dari pengguna yang lain.

noemailtitle
Talk

No e-mail address

Tidak ada alamat surat-e

nogomatch
Talk

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

There is no page titled "$1". You can create this page.

nohistory
Talk

There is no edit history for this page.

Tidak ada sejarah penyuntingan untuk halaman ini

nolinkshere
Talk

No pages link to here.

Tidak ada halaman yang berpaut ke $1.

nolinkstoimage
Talk

There are no pages that link to this image.

Tidak ada halaman yang berpaut ke berkas ini.

noname
Talk

You have not specified a valid user name.

Nama pengguna yang Anda masukkan tidak sah.

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

Catatan: Kegagalan pencarian biasanya disebabkan oleh pencarian kata-kata umum, seperti "have" dan "from", yang biasanya tidak diindeks, atau dengan menentukan lebih dari satu aturan pencarian (hanya halaman yang mengandung semua aturan pencarianlah yang akan ditampilkan dalam hasil pencarian)

nospecialpagetext
Talk

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

Anda telah meminta halaman istimewa yang tidak dikenal oleh wiki.

nosuchaction
Talk

No such action

Tidak ada tindakan tersebut

nosuchactiontext
Talk

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

Tindakan yang dispesifikasikan oleh URL tersebut tidak dikenal oleh wiki.

nosuchspecialpage
Talk

No such special page

Tidak ada halaman istimewa tersebut

nosuchuser
Talk

There is no user by the name "$1". Check your spelling, or use the form below to create a new user account.

Tidak ada pengguna dengan nama "$1". Periksalah ejaan Anda, atau gunakan formulir di bawah ini untuk membuka akun baru.

notacceptable
Talk

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

Server wiki tidak dapat menyediakan data dalam format yang dapat dibaca oleh client Anda.

notanarticle
Talk

Not a content page

Bukan sebuah artikel

notargettext
Talk

You have not specified a target page or user to perform this function on.

Anda tidak menentukan halaman atau pengguna tujuan fungsi ini.

notargettitle
Talk

No target

Tidak ada sasaran

note
Talk

<strong>Note:</strong>

Catatan:

notextmatches
Talk

No page text matches

Tidak ada teks halaman yang cocok

notitlematches
Talk

No page title matches

Tidak ada judul halaman yang cocok

notloggedin
Talk

Not logged in

Belum masuk log

nowatchlist
Talk

You have no items on your watchlist.

Daftar pantauan Anda kosong.

nowiki_sample
Talk

Insert non-formatted text here

Teks ini tidak akan diformat

nowiki_tip
Talk

Ignore wiki formatting

Abaikan pemformatan wiki

nstab-category
Talk

Category

Kategori

nstab-help
Talk

Help

Bantuan

nstab-image
Talk

Image

Berkas

nstab-main
Talk

Article

Artikel

nstab-media
Talk

Media

Halaman media

nstab-mediawiki
Talk

Message

Pariwara

nstab-special
Talk

Special

Istimewa

nstab-template
Talk

Template

Templat

nstab-user
Talk

User page

Kaca panganggo

nstab-wp
Talk

About

Project page

nviews
Talk

$1 views

$1 penampilan

ok
Talk

OK

OK

oldpassword
Talk

Old password

Kata sandi lama

orig
Talk

orig

asli

orphans
Talk

Orphaned pages

Orphaned pages

othercontribs
Talk

Based on work by $1.

Didasarkan pada karya $1.

otherlanguages
Talk

Other languages

Basa liyane

others
Talk

others

lainnya

pagemovedsub
Talk

Move succeeded

Pemindahan berhasil

pagemovedtext
Talk

Page "[[$1]]" moved to "[[$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.

Seseorang (mungkin Anda, dari alamat IP $1) meminta kami mengirimkan kata sandi yang baru untuk Wikipedia ($4). Kata sandi untuk pengguna "$2" sekarang adalah "$3". Anda disarankan segera masuk log dan mengganti kata sandi.

passwordremindertitle
Talk

Password reminder from Wikipedia

Peringatan kata sandi dari 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.

Kata sandi baru telah dikirimkan ke surat-e yang didaftarkan untuk "$1". Silakan masuk log kembali setelah menerima surat-e tersebut.

perfcached
Talk

The following data is cached and may not be completely up to date:

Data berikut ini diambil dari cache dan mungkin bukan data mutakhir:

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.

Maaf! Fitur ini dimatikan sementara karena memperlambat basis data hingga tidak ada yang dapat menggunakan wiki ini.

perfdisabledsub
Talk

Here's a saved copy from $1:

Ini adalah salinan tersimpan dari $1:

personaltools
Talk

Personal tools

Peralatan pribadi

popularpages
Talk

Popular pages

Halaman populer

portal
Talk

Community portal

Gapura Komunitas

portal-url
Talk

Wikipedia:Community Portal

Project:Portal komunitas

postcomment
Talk

Post a comment

Kirim komentar

poweredby
Talk

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

Wikipedia is powered by MediaWiki, an open source wiki engine.

powersearch
Talk

Search

Golek

powersearchtext
Talk

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

Cari dalam ruang nama:
$1
$2 Juga tampilkan peralihan
Cari $3 $9

preferences
Talk

Preferences

Konfigurasi

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.

  • Real name (optional): if you choose to provide it this will be used for giving you attribution for your work.
  • Email (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-misc
Talk

Misc settings

Lain-lain

prefs-personal
Talk

User data

Profil

prefs-rc
Talk

Recent changes and stub display

Perubahan terbaru

prefslogintext
Talk

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

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

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

See Project:User preferences help for help deciphering the options.

prefsnologin
Talk

Not logged in

Belum masuk log

prefsnologintext
Talk

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

Anda harus masuk log untuk menetapkan preferensi Anda.

prefsreset
Talk

Preferences have been reset from storage.

Preferensi telah dikembalikan ke konfigurasi baku.

preview
Talk

Preview

Pratilik

previewconflict
Talk

This preview reflects the text in the upper text editing area as it will appear if you choose to save.

Pratayang ini mencerminkan teks pada bagian atas kotak suntingan teks sebagaimana akan terlihat bila Anda menyimpannya.

previewnote
Talk

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

Mugi dipun gatekaken menawi punika namung pratilik kemawon, dereng dipun simpen!

prevn
Talk

previous $1

$1 sebelumnya

printableversion
Talk

Printable version

Versi Cithak

printsubtitle
Talk

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

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

protect
Talk

Protect

Reksanen

protectcomment
Talk

Reason for protecting

Alasan perlindungan

protectedarticle
Talk

protected [[$1]]

melindungi $1

protectedpage
Talk

Protected page

Halaman yang dilindungi

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

PERINGATAN: Halaman ini telah dikunci sehingga hanya pemakai dengan hak akses pengurus saja yang dapat menyuntingnya.

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:

Halaman ini telah dikunci untuk menghindari penyuntingan.

Anda dapat melihat atau menyalin sumber halaman ini:

protectlogpage
Talk

Protection_log

Log perlindungan

protectlogtext
Talk

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

Di bawah ini adalah daftar log perlindungan dan penghilangan perlindungan halaman.

protectpage
Talk

Protect page

Protect page

protectreason
Talk

(give a reason)

(give a reason)

protectsub
Talk

(Protecting "$1")

(Melindungi "$1")

protectthispage
Talk

Protect this page

Lindungi halaman ini

proxyblocker
Talk

Proxy blocker

Pemblokir proxy

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.

Alamat IP Anda telah diblokir karena alamat IP Anda adalah proxy terbuka. Silakan hubungi penyedia jasa internet Anda atau dukungan teknis dan beritahukan mereka masalah keamanan serius ini.

proxyblocksuccess
Talk

Done.

Selesai.

qbbrowse
Talk

Browse

Panduan arah

qbedit
Talk

Edit

Sunting

qbfind
Talk

Find

Cari

qbmyoptions
Talk

My pages

Halaman saya

qbpageinfo
Talk

Context

Konteks halaman

qbpageoptions
Talk

This page

Halaman ini

qbsettings
Talk

Quickbar settings

Pengaturan quickbar

qbsettingsnote
Talk

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

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

qbspecialpages
Talk

Special pages

Kaca-kaca Astamiwa

querybtn
Talk

Submit query

Submit query

querysuccessful
Talk

Query successful

Query successful

randompage
Talk

Random page

Sembarang Kaca

range_block_disabled
Talk

The sysop ability to create range blocks is disabled.

Kemampuan pengurus dalam membuat blokir blok IP dimatikan.

rchide
Talk

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

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

rclinks
Talk

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

Tuduhna owah-owahan pungkasan $1 ing $2 dina pungkasan iki.
$3

rclistfrom
Talk

Show new changes starting from $1

Saiki nuduhaké owah-owahan wiwit tanggal $1

rcliu
Talk

$1 edits from logged in users
$1 edits from logged in users

rcloaderr
Talk

Loading recent changes

Loading recent changes

rclsub
Talk

(to pages linked from "$1")

(untuk halaman yang berpaut dari "$1")

rcnote
Talk

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

Ing ngisor iki kapacak owahan-owahan $1 pungkasan ing $2 dina pungkasan iki.

rcnotefrom
Talk

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

Ing ngisor iki owah-owahan wiwit $2 (kapacak nganti $1 owah-owahan).

readonly
Talk

Database locked

Basis data dikunci

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

Basis data sedang dikunci terhadap masukan baru. Pengurus yang melakukan penguncian memberikan penjelasan sebagai berikut:

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

PERINGATAN: Basis data sedang dikunci karena pemeliharaan, sehingga saat ini Anda tidak akan dapat menyimpan hasil penyuntingan Anda. Anda mungkin perlu memindahkan hasil penyuntingan Anda ini ke tempat lain untuk disimpan belakangan.

recentchanges
Talk

Recent changes

Owah-owahan

recentchangescount
Talk

Number of titles in recent changes

Jumlah judul dalam perubahan terbaru

recentchangeslinked
Talk

Related changes

Pranala Pilihan

recentchangestext
Talk

Track the most recent changes to the wiki on this page.

Kaca punika nuduhaken Owah-owahan Pungkasan ing Wikipédia Basa Jawi. Kanggé panjenengan ingkang dèrèng mangertos bab Wikipédia, saged mriksani kaca Sugeng Rawuh! . Mangga ugi mriksani kaca Wikipedia FAQ (basa Inggris).


Ngilangi cache Kaca Utama

redirectedfrom
Talk

(Redirected from $1)

(Dipindhah saka $1)

remembermypassword
Talk

Remember my password across sessions.

Ingat kata sandi

removechecked
Talk

Remove checked items from watchlist

Keluarkan halaman yang ditandai dari daftar pantauan

removedwatch
Talk

Removed from watchlist

Telah dihapus dari daftar pantauan

removedwatchtext
Talk

The page "$1" has been removed from your watchlist.

Halaman "$1" telah dihapus dari daftar pantauan.

removingchecked
Talk

Removing requested items from watchlist...

Menghapus halaman yang diminta dari daftar pantauan Anda...

resetprefs
Talk

Reset preferences

Pengaturan baku

restorelink
Talk

$1 deleted edits

$1 suntingan yang telah dihapus

resultsperpage
Talk

Hits to show per page

Hasil per halaman

retrievedfrom
Talk

Retrieved from "$1"

Sumber artikel iki saka kaca situs web: "$1"

returnto
Talk

Return to $1.

Wangsul dumugi $1.

retypenew
Talk

Retype new password

Ketik ulang kata sandi baru

reupload
Talk

Re-upload

Muat ulang

reuploaddesc
Talk

Return to the upload form.

Wangsul ing formulir pamotan

reverted
Talk

Reverted to earlier revision

Dikembalikan ke revisi sebelumnya

revertimg
Talk

rev

kbl

revertpage
Talk

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

Suntingan $2 (Bicara) dikembalikan ke versi terakhir oleh $1

revhistory
Talk

Revision history

Sejarah revisi

revisionasof
Talk

Revision as of $1

Revisi per $1

revnotfound
Talk

Revision not found

Revisi tidak ditemukan

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.

Revisi lama halaman yang Anda minta tidak dapat ditemukan. Silakan periksa URL yang digunakan untuk mengakses halaman ini.

rfcurl
Talk

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

http://www.ietf.org/rfc/rfc$1.txt

rights
Talk

Rights:

Hak-hak:

rollback
Talk

Roll back edits

Mangsulaken suntingan

rollback_short
Talk

Rollback

Kembalikan

rollbackfailed
Talk

Rollback failed

Pengembalian gagal dilakukan

rollbacklink
Talk

rollback

balèaké

rows
Talk

Rows

Baris

savearticle
Talk

Save page

Simpen

savedprefs
Talk

Your preferences have been saved.

Preferensi Anda telah disimpan

savefile
Talk

Save file

Simpan berkas

saveprefs
Talk

Save preferences

Simpan preferensi

search
Talk

Search

Golek

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>

Mesin pencari Wikipedia sementara dimatikan karena masalah kinerja. Anda dapat mencari melalui Google untuk sementara waktu. Indeks Google untuk Wikipedia mungkin belum diperbaharui. Jika istilah pencarian berisi garis bawah, gantikan dengan spasi.

searchhelppage
Talk

Wikipedia:Searching

Wikipedia:Searching

searchingwikipedia
Talk

Searching Wikipedia

Searching Wikipedia

searchquery
Talk

For query "$1"

For query "$1"

searchresults
Talk

Search results

Pituwas pamadosan

searchresultshead
Talk

Search result settings

Pamadosan

searchresulttext
Talk

For more information about searching Wikipedia, see $1.

Untuk informasi lebih lanjut tentang pencarian di Wikipedia, lihat Melakukan pencarian di Wikipedia.

sectionedit
Talk

(section)
(Nyunting bageyan)

selectnewerversionfordiff
Talk

Select a newer version for comparison

Pilih sebuah versi yang lebih baru untuk perbandingan

selectolderversionfordiff
Talk

Select an older version for comparison

Pilih sebuah versi yang lebih lama untuk perbandingan

selectonly
Talk

Only read-only queries are allowed.

Only read-only queries are allowed.

selflinks
Talk

Pages with Self Links

Self-linking pages

selflinkstext
Talk

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

The following pages link to themselves:

seriousxhtmlerrors
Talk

There were serious xhtml markup errors detected by tidy.

There were serious xhtml markup errors detected by tidy.

servertime
Talk

Server time is now

Waktu server sekarang adalah

set_rights_fail
Talk

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

Hak-hak pengguna "$1" tidak dapat diatur. (Apakah Anda mengetikkan namanya dengan benar?)

set_user_rights
Talk

Set user rights

Atur hak-hak pengguna

setbureaucratflag
Talk

Set bureaucrat flag

Beri tanda birokrat

shortpages
Talk

Short pages

Halaman pendek

show
Talk

show

Tampilkan

showhideminor
Talk

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

$1 suntingan sithik | $2 bot | $3 pengguna yang masuk log

showingresults
Talk

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

Di bawah ini ditampilkan $1 hasil, dimulai dari #$2.

showingresultsnum
Talk

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

Di bawah ini ditampilkan $3 hasil, dimulai dari #$2.

showlast
Talk

Show last $1 images sorted $2.

Tampilkan $1 berkas terakhir diurutkan $2.

showpreview
Talk

Show preview

Tuduhna dhisik

showtoc
Talk

show

tampilkan

sig_tip
Talk

Your signature with timestamp

Tanda tangan Anda dengan tanda waktu

sitestats
Talk

Site statistics

Statistik situs

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.

Sapunika wonten $1 kaca total ing database. Ing punika kalebet kaca-kaca "talk", prakawis Wikipedia, artikel "stub" (rintisan), kaca pangalih (redirect), kaliyan kaca-kaca ingkang sanès kaca isi.

Sasanèsipun punika, wonten $2 kaca ingkang mbokmenawi sah.

Sampun naté wonten $3 kaca dipun tontonaken kaliyan $4 kaca naté dipun sunting sasampunipun wiki punika dipun adegaken.

Dados tegesipun rata-rata wonten $5 suntingan per kaca kaliyan $6 tayangan per suntingan.

sitesubtitle
Talk

The Free Encyclopedia

Ensiklopedhi Bebas

sitesupport
Talk

Donations

Nyumbang dana

sitetitle
Talk

Wikipedia

Wikipedia

siteuser
Talk

Wikipedia user $1

Pengguna Wikipedia $1

siteusers
Talk

Wikipedia user(s) $1

Pengguna(-pengguna) Wikipedia $1

skin
Talk

Skin

Kulit

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:

Halaman yang ingin Anda simpan diblokir oleh filter spam. Ini mungkin disebabkan oleh pranala ke situs luar.

spamprotectiontitle
Talk

Spam protection filter

Filter pencegah spam

specialpage
Talk

Special Page

Kaca Astamiwa

specialpages
Talk

Special pages

Kaca-kaca astamiwa

spheading
Talk

Special pages for all users

Halaman istimewa untuk semua pengguna

sqlislogged
Talk

Please note that all queries are logged.

Please note that all queries are logged.

sqlquery
Talk

Enter query

Enter query

statistics
Talk

Statistics

Statistik

storedversion
Talk

Stored version

Versi tersimpan

stubthreshold
Talk

Threshold for stub display

Ambang batas tampilan rintisan

subcategories
Talk

Subcategories

Subkategori

subcategorycount
Talk

There are $1 subcategories to this category.

Ada $1 subkategori dalam kategori ini.

subject
Talk

Subject/headline

Subyek/judul

subjectpage
Talk

View subject

View subject

successfulupload
Talk

Successful upload

Berhasil dimuat

summary
Talk

Summary

Ringkesan

sysopspheading
Talk

For sysop use only

For sysop use only

sysoptext
Talk

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

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

sysoptitle
Talk

Sysop access required

Sysop access required

tableform
Talk

table

table

talk
Talk

Discussion

Dhiskusi

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.

Halaman tersebut berhasil dipindahkan, tetapi halaman pembicaraan dari halaman tersebut tidak dapat dipindahkan karena telah ada halaman pembicaraan pada judul yang baru. Silakan gabungkan halaman-halaman pembicaraan tersebut secara manual.

talkpage
Talk

Discuss this page

Diskuseke kaca iki

talkpagemoved
Talk

The corresponding talk page was also moved.

Halaman pembicaraan yang berkaitan juga ikut dipindahkan.

talkpagenotmoved
Talk

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

Halaman pembicaraan yang berkaitan tidak ikut dipindahkan.

talkpagetext
Talk

<!-- MediaWiki:talkpagetext -->

textboxsize
Talk

Textbox dimensions

Penyuntingan

textmatches
Talk

Page text matches

Teks artikel yang cocok

thisisdeleted
Talk

View or restore $1?

Lihat atau kembalikan $1?

thumbnail-more
Talk

Enlarge

Perbesar

timezonelegend
Talk

Time zone

Zona waktu

timezoneoffset
Talk

Offset

Perbedaan

timezonetext
Talk

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

Masukkan perbedaan waktu (dalam jam) antara waktu setempat dengan waktu server (UTC).

titlematches
Talk

Article title matches

Judul artikel yang sama

toc
Talk

Table of contents

Bab lan Paragraf

toolbox
Talk

Toolbox

kothak piranti

tooltip-compareselectedversions
Talk

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

Lihat perbedaan antara dua versi halaman yang dipilih. [alt-v]

tooltip-minoredit
Talk

Mark this as a minor edit [alt-i]

Tandai ini sebagai suntingan kecil [alt-i]

tooltip-preview
Talk

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

Pratayang perubahan Anda -- mohon gunakan ini sebelum menyimpan! [alt-p]

tooltip-save
Talk

Save your changes [alt-s]

Simpan perubahan Anda [alt-s]

tooltip-search
Talk

Search this wiki [alt-f]

Cari dalam wiki ini [alt-f]

uclinks
Talk

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

Tampilkan $1 perubahan terbaru; tampilkan $2 hari terakhir

ucnote
Talk

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

Di bawah ini adalah $1 perubahan terakhir pengguna dalam $2 hari terakhir.

uctop
Talk

(top)
(atas)

unblockip
Talk

Unblock user

Hilangkan blokir terhadap alamat IP atau pengguna

unblockiptext
Talk

Use the form below to restore write access to a previously blocked IP address or username.

Gunakan formulir di bawah untuk mengembalikan kemampuan menulis sebuah alamat IP atau pengguna yang sebelumnya telah diblokir.

unblocklink
Talk

unblock

hilangkan blokir

unblocklogentry
Talk

unblocked "$1"

menghilangkan blokir "$1"

undelete
Talk

Restore deleted page

Kembalikan halaman yang telah dihapus

undelete_short
Talk

Undelete $1 edits

Batal hapus $1 suntingan

undeletearticle
Talk

Restore deleted page

Kembalikan halaman yang telah dihapus

undeletebtn
Talk

Restore!

Kembalikan!

undeletedarticle
Talk

restored "$1"

"$1" telah dikembalikan

undeletedtext
Talk

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

$1 has been successfully restored. See Special:Log/delete for a record of recent deletions and restorations.

undeletehistory
Talk

If you restore the page, all revisions will be restored to the history. If a new page with the same name has been created since the deletion, the restored revisions will appear in the prior history, and the current revision of the live page will not be automatically replaced.

Jika Anda mengembalikan halaman tersebut, semua revisi akan dikembalikan ke dalam sejarah. Jika sebuah halaman baru dengan nama yang sama telah dibuat sejak penghapusan, revisi yang telah dikembalikan akan kelihatan dalam sejarah dahulu, dan revisi terkini halaman tersebut tidak akan ditimpa secara otomatis.

undeletepage
Talk

View and restore deleted pages

Lihat dan kembalikan halaman yang telah dihapus

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.

Halaman-halaman berikut ini telah dihapus tapi masih ada di dalam arsip dan dapat dikembalikan. Arsip tersebut mungkin akan dibersihkan secara berkala.

undeleterevision
Talk

Deleted revision as of $1

Revisi yang telah dihapus per $1

undeleterevisions
Talk

$1 revisions archived

$1 revisi diarsipkan

unexpected
Talk

Unexpected value: "$1"="$2".

Nilai di luar jangkauan: "$1"="$2".

unlockbtn
Talk

Unlock database

Buka kunci basis data

unlockconfirm
Talk

Yes, I really want to unlock the database.

Ya, saya memang ingin membuka kunci basis data.

unlockdb
Talk

Unlock database

Buka kunci basis data

unlockdbsuccesssub
Talk

Database lock removed

Pembukaan kunci basis data berhasil

unlockdbsuccesstext
Talk

The database has been unlocked.

Kunci basis data telah dibuka.

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.

Membuka kunci basis data akan mengembalikan kemampuan semua pengguna dalam menyunting halaman, mengubah preferensi pengguna, menyunting daftar pantauan mereka, dan hal-hal lain yang memerlukan perubahan terhadap basis data. Pastikan bahwa ini adalah yang ingin Anda lakukan.

unprotect
Talk

Unprotect

apus reksa

unprotectcomment
Talk

Reason for unprotecting

Alasan penghilangan perlindungan

unprotectedarticle
Talk

unprotected [[$1]]

menghilangkan perlindungan $1

unprotectsub
Talk

(Unprotecting "$1")

(Menghilangkan perlindungan terhadap "$1")

unprotectthispage
Talk

Unprotect this page

Ubah perlindungan halaman ini

unusedimages
Talk

Unused images

Berkas yang tak digunakan

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.

Perhatikan bahwa situs web lain mungkin dapat berpaut ke sebuah berkas secara langsung, dan berkas-berkas seperti itu mungkin terdapat dalam daftar ini meskipun masih digunakan oleh situs web lain.

unwatch
Talk

Unwatch

Batal pantau

unwatchthispage
Talk

Stop watching

Batal pantau halaman ini

updated
Talk

(Updated)

(Diperbarui)

upload
Talk

Upload file

Unggah

uploadbtn
Talk

Upload file

Muatkan berkas

uploaddisabled
Talk

Sorry, uploading is disabled.

Maaf, pemuatan dimatikan.

uploadedfiles
Talk

Uploaded files

Berkas yang telah dimuat

uploadedimage
Talk

uploaded "$1"

gambar "$1" kaminggahaken

uploaderror
Talk

Upload error

Kesalahan pemuatan

uploadfile
Talk

Upload images, sounds, documents etc.

Upload images, sounds, documents etc.

uploadlink
Talk

Upload images

Upload images

uploadlog
Talk

upload log

log pemuatan

uploadlogpage
Talk

Upload_log

Log pemuatan

uploadlogpagetext
Talk

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

Di bawah ini adalah log pemuatan berkas. Semua waktu yang ditunjukkan adalah waktu server (UTC).

uploadnologin
Talk

Not logged in

Belum masuk log

uploadnologintext
Talk

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

Anda harus masuk log untuk dapat memuatkan berkas.

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.

Gunakan isian di bawah untuk memuat berkas. Gunakan daftar berkas atau log pemuatan untuk menampilkan atau mencari berkas atau gambar yang telah dimuat sebelumnya.

Untuk menampilkan atau menyertakan berkas atau gambar pada suatu halaman, gunakan pranala dengan format [[Gambar:Berkas.jpg]], [[Gambar:Berkas.png|teks alternatif]] atau [[Media:Berkas.ogg]] untuk langsung menuju berkas yang dimaksud.

uploadwarning
Talk

Upload warning

Peringatan pemuatan

usenewcategorypage
Talk

1

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

1

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

user_rights_set
Talk

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

Hak-hak pengguna "$1" diperbarui

usercssjsyoucanpreview
Talk

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

Tips: Gunakan tombol 'Lihat pratayang' untuk menguji CSS/JS baru Anda sebelum menyimpannya.

usercsspreview
Talk

'''Remember that you are only previewing your user css, it has not yet been saved!'''

Ingatlah bahwa yang Anda lihat hanyalah pratayang CSS Anda, dan bahwa pratayang tersebut belum disimpan!

userexists
Talk

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

Nama pengguna yang Anda masukkan telah dipakai. Silakan pilih nama yang lain.

userjspreview
Talk

'''Remember that you are only testing/previewing your user javascript, it has not yet been saved!'''

Ingatlah bahwa yang Anda lihat hanyalah pratayang JavaScript Anda, dan bahwa pratayang tersebut belum disimpan!

userlogin
Talk

Log in

Masuk log / buat akun

userlogout
Talk

Log out

Keluar log

usermailererror
Talk

Mail object returned error:

Kesalahan obyek surat:

userpage
Talk

View user page

Lihat halaman pengguna

userstats
Talk

User statistics

Statistik pengguna

userstatstext
Talk

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

Terdapat $1 pengguna terdaftar. $2 (atau $4%) diantaranya adalah $5.

version
Talk

Version

Versi

viewcount
Talk

This page has been accessed $1 times.

Halaman ini telah diakses sebanyak $1 kali.

viewprevnext
Talk

View ($1) ($2) ($3).

Lihat ($1) ($2) ($3).

viewsource
Talk

View source

Tuduhna Sumber

viewtalkpage
Talk

View discussion

Lihat diskusi

wantedpages
Talk

Wanted pages

Halaman yang diinginkan

watch
Talk

Watch

tutana

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

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.

Berikut ini adalah daftar halaman-halaman yang Anda pantau. Untuk menghapus halaman dari daftar pantauan Anda, berikan tanda cek pada kotak cek di sebelah judul halaman yang ingin Anda hapus, lalu klik tombol 'Keluarkan halaman yang ditandai dari daftar pantauan' yang terletak di bagian bawah layar.

watchlist
Talk

My watchlist

Daftar artikel pilihan

watchlistcontains
Talk

Your watchlist contains $1 pages.

Daftar pantauan Anda berisi $1 halaman.

watchlistsub
Talk

(for user "$1")

(for user "$1")

watchmethod-list
Talk

checking watched pages for recent edits

periksa halaman yang dipantau terhadap perubahan terbaru

watchmethod-recent
Talk

checking recent edits for watched pages

periksa daftar perubahan terbaru terhadap halaman yang dipantau

watchnochange
Talk

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

Tak ada halaman pantauan Anda yang telah berubah dalam jangka waktu yang dipilih.

watchnologin
Talk

Not logged in

Belum masuk log

watchnologintext
Talk

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

Anda harus masuk log untuk mengubah daftar pantauan.

watchthis
Talk

Watch this page

Tonton artikel iki

watchthispage
Talk

Watch this page

Periksa kaca iki

welcomecreation
Talk

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

[sunting] Selamat datang, $1!

Akun Anda telah dibuat. Jangan lupa mengatur konfigurasi Wikipedia Anda.

whatlinkshere
Talk

What links here

Pranala kaca iki

whitelistacctext
Talk

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

Untuk dapat membuat akun dalam Wiki ini, Anda harus login dan mempunyai izin yang tepat.

whitelistacctitle
Talk

You are not allowed to create an account

Anda tidak diperbolehkan untuk membuat akun

whitelistedittext
Talk

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

You have to login to edit pages.

whitelistedittitle
Talk

Login required to edit

Perlu masuk log untuk menyunting

whitelistreadtext
Talk

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

Anda harus masuk log untuk dapat membaca artikel.

whitelistreadtitle
Talk

Login required to read

Perlu masuk log untuk membaca

wikipediapage
Talk

View project page

View project page

wikititlesuffix
Talk

Wikipedia

Wikipédia Basa Jawa/Jawi

wlnote
Talk

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

Di bawah ini adalah daftar $1 perubahan terakhir dalam $2 jam terakhir.

wlsaved
Talk

This is a saved version of your watchlist.

Ini adalah versi tersimpan dari daftar pantauan Anda.

wlshowlast
Talk

Show last $1 hours $2 days $3

Tampilkan $1 jam $2 hari $3 terakhir

wrong_wfQuery_params
Talk

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

Parameter salah ke wfQuery()
Fungsi: $1
Permintaan: $2

wrongpassword
Talk

The password you entered is incorrect. Please try again.

Kata sandi yang Anda masukkan salah. Silakan coba lagi.

yourdiff
Talk

Differences

Bentenipun

youremail
Talk

Your email*

Surat elektronik *:

yourname
Talk

Your user name

Asma pangageman

yournick
Talk

Your nickname (for signatures)

Asma sesinglon/samaran (kagem tapak asma):

yourpassword
Talk

Your password

tembung sandhi

yourpasswordagain
Talk

Retype password

Ulangi kata sandi

yourrealname
Talk

Your real name*

Asma sejatosipun *

yourtext
Talk

Your text

Seratan Panjenengan