विकिपीडिया:All system messages

विकिपीडिया से

This is a list of system messages available in the MediaWiki namespace. Please visit MediaWiki Localisation and translatewiki.net if you wish to contribute to the generic MediaWiki localisation.

Name

Default text

Current text

1movedto2
Talk

$1 moved to $2

moved $1 to $2

1movedto2_redir
Talk

$1 moved to $2 over redirect

moved $1 to $2 over redirect

Monobook.css
Talk

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

/* Don't display some stuff on the main page */ body.page-मुख्य_पन्ना #deleteconfirm, body.page-मुख्य_पन्ना #t-cite, body.page-मुख्य_पन्ना #lastmod, body.action-view.page-मुख्य_पन्ना #siteSub, body.action-view.page-मुख्य_पन्ना #contentSub, body.action-view.page-मुख्य_पन्ना h1.firstHeading { display: none !important; }

  1. siteNotice {

margin-top: 5px; margin-bottom: -.5em; }

  1. mw-dismissable-notice {

background: transparent; }

/* BEGIN LIGHT BLUE SECTION

  Make content area light blue in all namespaces except articles (main namespace). 
  This is done by setting the background color for all #content areas 
  to light blue, and then overriding it back to white for any #content 
  enclosed in a .ns-0 (main namespace). We do the same for the "tab" 
  backgrounds and some other objects. */

div#content, div#p-cactions li a:hover, div#p-cactions li.selected a, div#content div.thumb { /* "Margin" for thumbs, padding for galleries */ background-color: #F8FCFF; /* Light blue */ } div#p-cactions li a { background-color: #F7F9FB; /* Light blue-gray inactive tabs */ }

.ns-0 div#content, .ns-0 div#p-cactions li a:hover, .ns-0 div#p-cactions li.selected a, .ns-0 div#content div.thumb { background-color: white; /* Set back to white for articles */ } .ns-0 div#p-cactions li a { background-color: #FBFBFB; /* Light gray inactive tabs in articles */ }

@media print { div#content { background: white; } /* White background on print */ }

/* END LIGHT BLUE SECTION */

/* Talk page tab "+" / "new section".

  Sets the same padding as the other tabs have. */

div#p-cactions #ca-addsection a { padding-left: .8em; padding-right: .8em; }

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

/* Make "From Wikipedia, the free encyclopedia" a bit smaller */

  1. siteSub {

font-size: 92%; }

div#footer #lastmod, div#footer #copyright { display: block; }

/* Bold 'edit this page' link to encourage newcomers */

  1. ca-edit a {

font-weight: bold !important; }

  1. pt-login {

font-weight: bold; font-size: 110%; }

p.error { font-weight: bold; }

/* Remove default styles for MediaWiki:Noarticletext. */ div.noarticletext { border: none; background: transparent; padding: 0; }

/* Class styles */

/* .toccolours added here because version in

  monobook/main.css wasn't being used by the print style */

.toccolours { border: 1px solid #aaa; background-color: #f9f9f9; padding: 5px; font-size: 95%; }

/* Don't underline links in portlets/specialchars even with pref "Underline links:Always" */ .portlet a,

  1. editpage-specialchars a {

text-decoration: none; } .portlet a:hover,

  1. editpage-specialchars a:hover {

text-decoration: underline; }

/* Position coordinates */

  1. coordinates {

position: absolute; z-index: 1; border: none; background: none; right: 0; top: 3.7em; float: right; margin: 0; padding: 0; padding-right: 30px; line-height: 1.5em; text-align: right; text-indent: 0; font-size: 85%; text-transform: none; white-space: nowrap; } /* Prep for moving coordinates into mw-indicator */ .mw-indicator #coordinates { position: absolute; right: 1em; top: 3.7em; text-align: right; font-size: 85%; white-space: nowrap; padding: 0; /* override for #coordinates */ line-height: 1; /* override for #coordinates */ }

.ve-ce-surface #coordinates { margin-top: -3em; }

/* FR topicon position */ div.flaggedrevs_short { position: absolute; z-index: 10; top: 10px; right: 110px; }

.ve-ce-surface #coordinates { top: 0; padding: 0; }

/* Add bolding to ooui destructive buttons */

  1. mw-prefs-restoreprefs,
  2. wpConfirmB,
  3. mw-editform-cancel,
  4. oo-ui-flaggedElement-destructive,

.oo-ui-buttonElement-framed.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button { font-weight: 700; }

/* Responsive mboxes */ @media (max-width:550px) { table.tmbox:not(.mbox-small):not(.mbox-small-left), table.ambox:not(.mbox-small):not(.mbox-small-left), table.imbox:not(.mbox-small):not(.mbox-small-left), table.cmbox:not(.mbox-small):not(.mbox-small-left), table.ombox:not(.mbox-small):not(.mbox-small-left) { margin: 0; /* disables 10% margin */ }

.mbox-image { display: none; }

/* Break long words when they cause overflow */ .mw-body { overflow-wrap: break-word; } }

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

/* Any JavaScript here will be loaded for users using the MonoBook skin */

/**

* Topbar content fix with sitenotice and CentralNotice
*
* Description: This fixes the location of topbar content (e.g., featured
*              content star) when the sitenotice or CentralNotice is active.
*/

// Only when editing/previewing a page if ( mw.config.get( 'wgAction' ) == 'submit' || mw.config.get( 'wgAction' ) == 'view' ) { jQuery( function( $ ) {

var $cNote = $( '#centralNotice' ); // If there is no dismissible sitenotice and no expanded centralnotice: if ( !$( '#mw-dismissible-notice' ).length && !( $cNote.length && $cNote.hasClass('expanded') ) ) { return; } // Otherwise: mw.util.addCSS( '#bodyContent { position: relative; } #coordinates { position: absolute; top: 1px !important; }' );

} ); }

about
Talk

About

बारे में

aboutpage
Talk

Wikipedia:About

Project:बारे में

aboutwikipedia
Talk

About Wikipedia

⧼Aboutwikipedia⧽

accesskey-compareselectedversions
Talk

v

v

accesskey-minoredit
Talk

i

i

accesskey-preview
Talk

p

p

accesskey-save
Talk

s

s

accesskey-search
Talk

f

f

accmailtext
Talk

The Password for '$1' has been sent to $2.

$1 खातिर एगो यंत्र जनित गुप्तशब्द $2 के भेज दिहल गइल बा। खाता में प्रवेश कइला के बाद इ 'गुप्तशब्द बदल लीं वाला पन्ना पर बदलल जा सकत बा।

accmailtitle
Talk

Password sent.

गुप्तशब्द भेजाइल

acct_creation_throttle_hit
Talk

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

Visitors to this wiki using your IP address have created 1 account in the last day, which is the maximum allowed in this time period. As a result, visitors using this IP address cannot create any more accounts at the moment.

If you are at an event where contributing to Wikimedia projects is the focus, please see Requesting temporary lift of IP cap to help resolve this issue.

actioncomplete
Talk

Action complete

काम पूरा भइल

addedwatch
Talk

Added to watchlist

⧼Addedwatch⧽

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.

"$1" and its discussion page have been added to your watchlist.

addsection
Talk

+

+

administrators
Talk

Wikipedia:Administrators

⧼Administrators⧽

affirmation
Talk

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

⧼Affirmation⧽

all
Talk

all

⧼All⧽

allmessages
Talk

All system messages

System messages

allmessagestext
Talk

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

This is a list of system messages available in the MediaWiki namespace. Please visit MediaWiki Localisation and translatewiki.net if you wish to contribute to the generic MediaWiki localisation.

allpages
Talk

All pages

सगरी पन्ना

alphaindexline
Talk

$1 to $2

⧼Alphaindexline⧽

alreadyloggedin
Talk

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

⧼Alreadyloggedin⧽

alreadyrolled
Talk

Cannot rollback last edit of [[$1]] by [[User:$2|$2]] ([[User talk:$2|Talk]]); someone else has edited or rolled back the page already.

Last edit was by [[User:$3|$3]] ([[User talk:$3|Talk]]).

Cannot rollback the last edit of $1 by $2 (talk | योगदान). Someone else has edited or rolled back the page already.

The last edit to the page was by $3 (talk | योगदान).

ancientpages
Talk

Oldest pages

सबसे पुरान संशोधन वाला पन्ना

and
Talk

and

अउर

anontalk
Talk

Talk for this IP

बातचीत

anontalkpagetext
Talk


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

ई अइसन बेनाम प्रयोगकर्ता के बातचीत पन्ना बा जे या त अभी खाता नइखे बनवले या खाता के इस्तेमाल नइखे करत। एही कारन अइसन लोग के पहिचान खातिर ई अंक वाला आइपी पता इस्तेमाल करे के परत बा। अइसन आइपी पता कई लोग के सझिया भी हो सकत बा। अगर आप बेनाम प्रयोगकर्ता बानी आ ई बुझाता कि कौनों बिना बाते के ई कमेंट आप खातिर बा, खाता बनाईं या लॉग इन करीं जेवना से भबिस्य में केहू के रउवाँ पर केहू दूसर बेनाम प्रयोगकर्ता होखे के भरम न होखे।

anonymous
Talk

Anonymous user(s) of Wikipedia

Anonymous user of विकिपीडिया

article
Talk

Content page

सामग्री पन्ना

articleexists
Talk

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

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

articlepage
Talk

View content page

सामग्री पन्ना देखीं

asksql
Talk

SQL query

⧼Asksql⧽

asksqltext
Talk

Use the form below to make a direct query of the database. Use single quotes ('like this') to delimit string literals. This can often add considerable load to the server, so please use this function sparingly.

⧼Asksqltext⧽

autoblocker
Talk

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

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

badarticleerror
Talk

This action cannot be performed on this page.

ए पन्ना पर ई काम ना हो सकी।

badfilename
Talk

Image name has been changed to "$1".

Filename has been changed to "$1".

badfiletype
Talk

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

⧼Badfiletype⧽

badipaddress
Talk

Invalid IP address

Invalid IP address

badquery
Talk

Badly formed search query

⧼Badquery⧽

badquerytext
Talk

We could not process your query. This is probably because you have attempted to search for a word fewer than three letters long, which is not yet supported. It could also be that you have mistyped the expression, for example "fish and and scales". Please try another query.

⧼Badquerytext⧽

badretype
Talk

The passwords you entered do not match.

रउआँ जौन गुप्तशब्द डालत बानी उ मेल नइखे खात।

badtitle
Talk

Bad title

खराब टाइटिल

badtitletext
Talk

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

अनुरोधित टाइटिल अवैध, खाली या गलत जुड़ल अंतरभाषी या अंतरविकि टाइटिल बा। बुझात बा कि एह में टाइटिल में ना इस्तेमाल हो सके लायक एक ठो या एक से ढेर करेक्टर बा।

blanknamespace
Talk

(Main)

(मुख्य)

blockedtext
Talk

Your user name or IP address has been blocked by $1. The reason given is this:<br />''$2''<p>You may contact $1 or one of the other [[Wikipedia:Administrators|administrators]] to discuss the block.

Note that you may not use the "email this user" feature unless you have a valid email address registered in your [[Special:Preferences|user preferences]].

Your IP address is $3. Please include this address in any queries you make.

राउर खाता चाहे आइपी पता पर रोक (ब्लॉक) लगावल गइल बा।

रोक (ब्लॉक) $1 द्वारा लगावल गइल। दिहल गइल कारन रहल $2.

  • रोक के शुरुआत: $8
  • रोक के समाप्ती: $6
  • जेकरा खातिर रोक लगावल गइल: $7

आप $1 से चाहे अउरी केहू प्रबंधक से रोक (ब्लॉक) के बारे में चर्चा क सकत बानी। आप "एह प्रयोगकर्ता के ईमेल करीं" सुबिधा के इस्तेमाल क सकत बानी अगर राउर पसंदसेटिंग में बैध ईमेल पता दिहल गइल होखे आ आपके एकरा के इस्तेमाल करे से ना रोकल गइल बा।

राउर वर्तमान आइपी पता $3 बा। Block ID #$5. किरपा कइ के कौनों किसिम के पुछार करे में ऊपर दिहल सगरी डिटेल सभ के शामिल करीं।

blockedtitle
Talk

User is blocked

प्रयोगकर्ता रोक दिहल गइल बा

blockip
Talk

Block user

प्रयोगकर्ता के ब्लॉक करीं

blockipsuccesssub
Talk

Block succeeded

Block succeeded

blockipsuccesstext
Talk

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

$1 has been blocked.
See the block list to review blocks.

blockiptext
Talk

Use the form below to block write access from a specific IP address or username. This should be done only only to prevent vandalism, and in accordance with [[Wikipedia:Policy|policy]]. Fill in a specific reason below (for example, citing particular pages that were vandalized).

Use the form below to block write access from a specific IP address or username. This should be done only to prevent vandalism, and in accordance with policy. Fill in a specific reason below (for example, citing particular pages that were vandalized). You can block IP address ranges using the CIDR syntax; the largest allowed range is /$1 for IPv4 and /$2 for IPv6.

blocklink
Talk

block

रोक लगाईं

blocklistline
Talk

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

⧼Blocklistline⧽

blocklogentry
Talk

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

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

blocklogpage
Talk

Block_log

रोक लॉग

blocklogtext
Talk

This is a log of user blocking and unblocking actions. Automatically blocked IP addresses are not be listed. See the [[Special:Ipblocklist|IP block list]] for the list of currently operational bans and blocks.

This is a log of user blocking and unblocking actions. Automatically blocked IP addresses are not listed. See the block list for the list of currently operational bans and blocks.

bold_sample
Talk

Bold text

⧼Bold_sample⧽

bold_tip
Talk

Bold text

⧼Bold_tip⧽

booksources
Talk

Book sources

किताबी स्रोत

booksourcetext
Talk

Below is a list of links to other sites that sell new and used books, and may also have further information about books you are looking for.Wikipedia is not affiliated with any of these businesses, and this list should not be construed as an endorsement.

⧼Booksourcetext⧽

brokenredirects
Talk

Broken Redirects

टूटल पुनर्निर्देशन पन्ना

brokenredirectstext
Talk

The following redirects link to a non-existing pages.

The following redirects link to non-existent pages:

bugreports
Talk

Bug reports

⧼Bugreports⧽

bugreportspage
Talk

Wikipedia:Bug_reports

⧼Bugreportspage⧽

bureaucratlog
Talk

Bureaucrat_log

⧼Bureaucratlog⧽

bureaucratlogentry
Talk

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

⧼Bureaucratlogentry⧽

bureaucrattext
Talk

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

⧼Bureaucrattext⧽

bureaucrattitle
Talk

Bureaucrat access required

⧼Bureaucrattitle⧽

bydate
Talk

by date

by date

byname
Talk

by name

⧼Byname⧽

bysize
Talk

by size

⧼Bysize⧽

cachederror
Talk

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

⧼Cachederror⧽

cancel
Talk

Cancel

कैंसिल

cannotdelete
Talk

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

"$1" नाँव के पन्ना या फाइल के ना हटावल जा सकत बा। हो सकेला केहू पहिलहीं एकरा के हटा चुकल होखे।

cantrollback
Talk

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

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

categories
Talk

Categories

श्रेणीसभ

category
Talk

category

⧼Category⧽

category_header
Talk

Articles in category "$1"

"$1" श्रेणी में मौजूद पन्ना

categoryarticlecount
Talk

There are $1 articles in this category.

⧼Categoryarticlecount⧽

changepassword
Talk

Change password

गुप्तशब्द बदलीं

changes
Talk

changes

⧼Changes⧽

clearyourcache
Talk

'''Note:''' After saving, you have to clear your browser cache to see the changes: '''Mozilla:''' click ''reload''(or ''ctrl-r''), '''IE / Opera:''' ''ctrl-f5'', '''Safari:''' ''cmd-r'', '''Konqueror''' ''ctrl-r''.

नोट: प्रकाशित करे के बाद, बदलाव देखे खातिर आपके अपने ब्राउजर के कैशे खाली करे के पड़ सकत बा।

  • फायरफॉक्स / सफारी:शिफ्ट दबा के रीलोड पर क्लिक करीं, या फिर Ctrl-F5 या Ctrl-R दबाईं (मैक पर ⌘-R)
  • गूगल क्रोम: Ctrl-Shift-R दबाईं (मैक पर ⌘-Shift-R)
  • इंटरनेट एक्स्प्लोरर/एज़: Ctrl दबा के Refresh पर क्लिक करीं, या Ctrl-F5 दबईं
  • ओपेरा: Menu → Settings में जाईं (मैक में Opera → Preferences) आ एकरे बाद Privacy & security → Clear browsing data → Cached images and files क्लिक करीं।

columns
Talk

Columns

⧼Columns⧽

commentedit
Talk

(comment)

⧼Commentedit⧽

compareselectedversions
Talk

Compare selected versions

चुनल गइल संशोधन में अंतर देखीं

confirm
Talk

Confirm

कन्फर्म

confirmcheck
Talk

Yes, I really want to delete this.

⧼Confirmcheck⧽

confirmdelete
Talk

Confirm delete

⧼Confirmdelete⧽

confirmdeletetext
Talk

You are about to permanently delete a page or image along with all of its history from the database. Please confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with [[Wikipedia:Policy]].

You are about to delete a page along with all of its history. Please confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with the policy.

confirmprotect
Talk

Confirm protection

⧼Confirmprotect⧽

confirmprotecttext
Talk

Do you really want to protect this page?

⧼Confirmprotecttext⧽

confirmunprotect
Talk

Confirm unprotection

⧼Confirmunprotect⧽

confirmunprotecttext
Talk

Do you really want to unprotect this page?

⧼Confirmunprotecttext⧽

contextchars
Talk

Characters of context per line

⧼Contextchars⧽

contextlines
Talk

Lines to show per hit

⧼Contextlines⧽

contribslink
Talk

contribs

योगदान

contribsub
Talk

For $1

⧼Contribsub⧽

contributions
Talk

User contributions

प्रयोगकर्ता योगदान

copyright
Talk

Content is available under $1.

उपलब्ध सामग्री $1 के अधीन उपलब्ध बा जब तक की अलग से उल्लेख ना कइल गइल होखे।

copyrightpage
Talk

Wikipedia:Copyrights

विकिपीडिया:कापीराइट सब

copyrightpagename
Talk

Wikipedia copyright

⧼Copyrightpagename⧽

copyrightwarning
Talk

Please note that all contributions to Wikipedia are considered to be released under the GNU Free Documentation License (see $1 for details). If you don't want your writing to be edited mercilessly and redistributed at will, then don't submit it here.<br /> You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. <strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong>

ई नोट कर लीं की विकिपीडिया पर राउर सगरी योगदान $2 की तहत रिलीज कइल मानल जाई (ढेर जानकारी खातिर $1 देखल जाय)। अगर रउआँ ई नइखीं चाहत की राउर लिखल चीज के केहू दूसर बेकति बे मोह-छोह के संपादित क दे या कहीं भी बाँट दे तब अइसन चीज इहाँ मत डालीं।
रउआँ इहो सकारत बानी आ वादा करत बानी की ई चीज रउआँ खुद लिखले बानी, या फिर पब्लिक पहुँच में मौजूद या कौनों अइसने फ्री स्रोत से नकल कइले बानी। कौनों भी कॉपीराइट वाली चीज बिना परमीशन के इहाँ कब्बो मत डालीं!

couldntremove
Talk

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

⧼Couldntremove⧽

createaccount
Talk

Create new account

खाता बनाईं

createaccountmail
Talk

by email

एगो अस्थायी यादृच्छिक (रैन्डम) गुप्तशब्द के प्रयोग करीं आ दिहल गइल ईमेल पता पर भेजीं

creditspage
Talk

Page credits

Page credits

cur
Talk

cur

हाल

currentevents
Talk

Current events

हाल के घटना

currentrev
Talk

Current revision

सबसे नया बदलाव

databaseerror
Talk

Database error

डेटाबेस खराबी

dateformat
Talk

Date format

⧼Dateformat⧽

dberrortext
Talk

A database query syntax error has occurred. This could be because of an illegal search query (see $5), or it may indicate a bug in the software. The last attempted database query was: <blockquote><tt>$1</tt></blockquote> from within function "<tt>$2</tt>". MySQL returned error "<tt>$3: $4</tt>".

⧼Dberrortext⧽

dberrortextcl
Talk

A database query syntax error has occurred. The last attempted database query was: "$1" from within function "$2". MySQL returned error "$3: $4".

⧼Dberrortextcl⧽

deadendpages
Talk

Dead-end pages

अंतिम छोर पर छूटल पन्ना

debug
Talk

Debug

⧼Debug⧽

defaultns
Talk

Search in these namespaces by default:

⧼Defaultns⧽

defemailsubject
Talk

Wikipedia e-mail

विकिपीडिया email from user "$1"

delete
Talk

Delete

हटाईं

deletecomment
Talk

Reason for deletion

कारण:

deletedarticle
Talk

deleted "$1"

deleted "$1"

deletedtext
Talk

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

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

deleteimg
Talk

del

⧼Deleteimg⧽

deletepage
Talk

Delete page

पन्ना हटाईं

deletesub
Talk

(Deleting "$1")

⧼Deletesub⧽

deletethispage
Talk

Delete this page

ए पन्ना के हटाईं

deletionlog
Talk

deletion log

हटवले के लॉग

dellogpage
Talk

Deletion_log

हटवले के लिस्ट

dellogpagetext
Talk

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

Below is a list of the most recent deletions.

developerspheading
Talk

For developer use only

⧼Developerspheading⧽

developertext
Talk

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

⧼Developertext⧽

developertitle
Talk

Developer access required

⧼Developertitle⧽

diff
Talk

diff

अंतर

difference
Talk

(Difference between revisions)

⧼Difference⧽

disambiguations
Talk

Disambiguation pages

⧼Disambiguations⧽

disambiguationspage
Talk

Wikipedia:Links_to_disambiguating_pages

⧼Disambiguationspage⧽

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.

⧼Disambiguationstext⧽

disclaimerpage
Talk

Wikipedia:General_disclaimer

Project:सामान्य नामंजूरी

disclaimers
Talk

Disclaimers

नामंजूरी

doubleredirects
Talk

Double Redirects

दोहरा पुननिर्देशित पन्ना

doubleredirectstext
Talk

<b>Attention:</b> This list may contain false positives. That usually means there is additional text with links below the first #REDIRECT.<br /> Each row contains links to the first and second redirect, as well as the first line of the second redirect text, usually giving the "real" target page, which the first redirect should point to.

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

edit
Talk

Edit

संपादन करीं

editcomment
Talk

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

The edit summary was: $1.

editconflict
Talk

Edit conflict: $1

संपादन अंतर्बिरोध: $1

editcurrent
Talk

Edit the current version of this page

⧼Editcurrent⧽

edithelp
Talk

Editing help

संपादन में मदद

edithelppage
Talk

Help:Editing

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

editing
Talk

Editing $1

$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

चेतावनी: रउआँ ए पन्ना क एगो पुरान अवतरण के संपादन करत बानी। अगर आप एकरा के सहेज देइब, त एकरी बाद के सगरी बदलाव गायब हो जाई।

editsection
Talk

edit

संपादन करीं

editthispage
Talk

Edit this page

ए पन्ना के संपादन करीं

emailflag
Talk

Disable e-mail from other users

⧼Emailflag⧽

emailforlost
Talk

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

⧼Emailforlost⧽

emailfrom
Talk

From

भेजे वाला:

emailmessage
Talk

Message

सनेसा:

emailpage
Talk

E-mail user

⧼Emailpage⧽

emailpagetext
Talk

If this user has entered a valid e-mail address in his or her user preferences, the form below will send a single message. The e-mail address you entered in your user preferences will appear as the "From" address of the mail, so the recipient will be able to reply.

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

emailsend
Talk

Send

भेजल जाय

emailsent
Talk

E-mail sent

ईमेल भेजल गइल

emailsenttext
Talk

Your e-mail message has been sent.

राउर ईमेल सनेसा भेज दिहल गइल बा।

emailsubject
Talk

Subject

बिसय:

emailto
Talk

To

पावे वाला:

emailuser
Talk

E-mail this user

एह प्रयोगकर्ता के ईमेल करीं

enterlockreason
Talk

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

तालाबंदी के कारण दीं, आ अनुमान बताईं कि कब तालाबंदी हटी

error
Talk

Error

खराबी

errorpagetitle
Talk

Error

खराबी

exbeforeblank
Talk

content before blanking was:

खाली करे से पहिले सामग्री: "$1"

exblank
Talk

page was empty

⧼Exblank⧽

excontent
Talk

content was:

सामग्री रहल: "$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>

आपके द्वारा संपादन सुरू कइला के बाद से केहू अउरी ए पन्ना में बदलाव क चुकल बाटे। ऊपर के पाठ हिस्सा में लेख के पाठ के वर्तमान स्थिति देखावल जात बा। राउर संपादन नीचे के पाठ हिस्सा में देखावल गइल बा। रउआँ के आपन बदलाव एह पहिले से मौजूद पाठ में मिलावे के परी। खाली ऊपर की पाठ हिस्सा में लउकत पाठ सहेजल जाई अगर आप "$1" बटन दबाइब।

export
Talk

Export pages

पन्ना निर्यात करीं

exportcuronly
Talk

Include only the current revision, not the full history

Include only the current revision, not the full history

exporttext
Talk

You can export the text and editing history of a particular page or set of pages wrapped in some XML; this can then be imported into another wiki running MediaWiki software, transformed, or just kept for your private amusement.

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

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

In the latter case you can also use a link, for example विशेष:निर्यात/मुख्य पन्ना for the page "मुख्य पन्ना".

extlink_sample
Talk

http://www.example.com link title

⧼Extlink_sample⧽

extlink_tip
Talk

External link (remember http:// prefix)

⧼Extlink_tip⧽

faq
Talk

FAQ

आम सवाल

faqpage
Talk

Wikipedia:FAQ

Project:अक्सर पूछल जाए वाला सवाल

feedlinks
Talk

Feed:

⧼Feedlinks⧽

filecopyerror
Talk

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

फाइल "$1" के "$2" पर नकल ना बन पावल।

filedeleteerror
Talk

Could not delete file "$1".

फाइल "$1" के हटावल ना जा सकल।

filedesc
Talk

Summary

सारांश

fileexists
Talk

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

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

filename
Talk

Filename

फाइलनाँव

filenotfound
Talk

Could not find file "$1".

फाइल "$1" ना मिलल।

filerenameerror
Talk

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

फाइल "$1" के नाँव बदल के "$2" नइखे रखल जा सकत।

filesource
Talk

Source

स्रोत:

filestatus
Talk

Copyright status

कापीराइट स्टेटस

fileuploaded
Talk

File "$1" uploaded successfully. Please follow this link: $2 to the description page and fill in information about the file, such as where it came from, when it was created and by whom, and anything else you may know about it.

⧼Fileuploaded⧽

formerror
Talk

Error: could not submit form

खराबी: फार्म जमा ना कइल जा सकल।

fromwikipedia
Talk

From Wikipedia

⧼Fromwikipedia⧽

getimagelist
Talk

fetching image list

⧼Getimagelist⧽

go
Talk

Go

जाईं

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://bh.wikipedia.org"><br /><input type=radio name=sitesearch value=""> WWW <input type=radio name=sitesearch value="http://bh.wikipedia.org" checked> http://bh.wikipedia.org <br /> <input type='hidden' name='ie' value='$2'> <input type='hidden' name='oe' value='$2'> </font> </td></tr></TABLE> </FORM> <!-- SiteSearch Google -->

<form method="get" action="//www.google.com/search" id="googlesearch"> <input type="hidden" name="domains" value="//bh.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="//bh.wikipedia.org" checked="checked" /><label for="gwiki">विकिपीडिया</label> <input type="radio" name="sitesearch" id="gWWW" value="" /><label for="gWWW">WWW</label>

</form>

guesstimezone
Talk

Fill in from browser

ब्राउजर फार्म भरीं

headline_sample
Talk

Headline text

⧼Headline_sample⧽

headline_tip
Talk

Level 2 headline

⧼Headline_tip⧽

help
Talk

Help

मदद

helppage
Talk

Help:Contents

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

hide
Talk

hide

छिपावल जाय

hidetoc
Talk

hide

छिपाईं

hist
Talk

hist

इतिहास

histlegend
Talk

Diff selection: mark the radio boxes of the versions to compare and hit enter or the button at the bottom.<br/> Legend: (cur) = difference with current version, (last) = difference with preceding version, M = minor edit.

नीचे लिस्ट में दिहल कौनों वर्शन के देखे खातिर ओकरे तारीख पर क्लिक करीं। अउरी मदद खाती, मदद:पन्ना इतिहासमदद:संपादन सारांश देखीं।

अंतर बीछीं: तुलना देखे खातिर बदलावन के रेडियो बटन चिन्हित करीं आ एंटर या फिर नीचे दिहल बटन दबाईं।
संकेत: (हाल) = सभसे नया बदलाव के साथ अंतर, (पछिला) = पछिला बदलाव के साथ अंतर, छो = छोट संपादन।

history
Talk

Page history

पन्ना के इतिहास

history_copyright
Talk

-

-

history_short
Talk

History

इतिहास

historywarning
Talk

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

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

hr_tip
Talk

Horizontal line (use sparingly)

⧼Hr_tip⧽

ignorewarning
Talk

Ignore warning and save file anyway.

चेतावनी के न मान के फाइल सहेज दीं

ilshowmatch
Talk

Show all images with names matching

⧼Ilshowmatch⧽

ilsubmit
Talk

Search

Search

image_sample
Talk

Example.jpg

⧼Image_sample⧽

image_tip
Talk

Embedded image

⧼Image_tip⧽

imagelinks
Talk

Image links

फाइल के उपयोग

imagelist
Talk

Image list

⧼Imagelist⧽

imagelisttext
Talk

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

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

imagepage
Talk

View image page

फाइल पन्ना देखीं

imagereverted
Talk

Revert to earlier version was successful.

⧼Imagereverted⧽

imgdelete
Talk

del

⧼Imgdelete⧽

imgdesc
Talk

desc

⧼Imgdesc⧽

imghistlegend
Talk

Legend: (cur) = this is the current image, (del) = delete this old version, (rev) = revert to this old version. <br /><i>Click on date to see image uploaded on that date</i>.

⧼Imghistlegend⧽

imghistory
Talk

Image history

⧼Imghistory⧽

imglegend
Talk

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

⧼Imglegend⧽

import
Talk

Import pages

पन्ना आयात करीं

importfailed
Talk

Import failed: $1

आयात फेल हो गइल: $1

importhistoryconflict
Talk

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

⧼Importhistoryconflict⧽

importnotext
Talk

Empty or no text

⧼Importnotext⧽

importsuccess
Talk

Import succeeded!

आयात पूरा भइल!

importtext
Talk

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

Please export the file from the source wiki using the export utility. Save it to your device and upload it here.

infobox
Talk

Click a button to get an example text

⧼Infobox⧽

infobox_alert
Talk

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

⧼Infobox_alert⧽

internalerror
Talk

Internal error

अंदरूनी खराबी

intl
Talk

Interlanguage links

⧼Intl⧽

ip_range_invalid
Talk

Invalid IP range.

Invalid IP address range.

ipaddress
Talk

IP Address/username

⧼Ipaddress⧽

ipb_expiry_invalid
Talk

Expiry time invalid.

Expiry time invalid.

ipbexpiry
Talk

Expiry

⧼Ipbexpiry⧽

ipblocklist
Talk

List of blocked IP addresses and usernames

Blocked users

ipbreason
Talk

Reason

Reason:

ipbsubmit
Talk

Block this user

Block this user

ipusubmit
Talk

Unblock this address

Remove this block

ipusuccess
Talk

"$1" unblocked

⧼Ipusuccess⧽

isbn
Talk

ISBN

⧼Isbn⧽

isredirect
Talk

redirect page

अनुप्रेषित पन्ना

italic_sample
Talk

Italic text

⧼Italic_sample⧽

italic_tip
Talk

Italic text

⧼Italic_tip⧽

iteminvalidname
Talk

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

⧼Iteminvalidname⧽

largefile
Talk

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

⧼Largefile⧽

last
Talk

last

पछिला

lastmodified
Talk

This page was last modified $1.

⧼Lastmodified⧽

lastmodifiedby
Talk

This page was last modified $1 by $2.

⧼Lastmodifiedby⧽

lineno
Talk

Line $1:

लाइन $1:

link_sample
Talk

Link title

⧼Link_sample⧽

link_tip
Talk

Internal link

⧼Link_tip⧽

linklistsub
Talk

(List of links)

⧼Linklistsub⧽

linkshere
Talk

The following pages link to here:

नीचे दिहल गइल पन्ना सभ $2 से जुड़ल बाड़ें:


linkstoimage
Talk

The following pages link to this image:

फाइल के इस्तेमाल पन्ना करत बा:

linktrail
Talk

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

⧼Linktrail⧽

listadmins
Talk

Admins list

⧼Listadmins⧽

listform
Talk

list

⧼Listform⧽

listusers
Talk

User list

प्रयोगकर्ता लिस्ट

loadhist
Talk

Loading page history

⧼Loadhist⧽

loadingrev
Talk

loading revision for diff

⧼Loadingrev⧽

localtime
Talk

Local time display

लोकल समय:

lockbtn
Talk

Lock database

Lock database

lockconfirm
Talk

Yes, I really want to lock the database.

Yes, I really want to lock the database.

lockdb
Talk

Lock database

Lock database

lockdbsuccesssub
Talk

Database lock succeeded

Database lock succeeded

lockdbsuccesstext
Talk

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

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

lockdbtext
Talk

Locking the database will suspend the ability of all users to edit pages, change their preferences, edit their watchlists, and other things requiring changes in the database. Please confirm that this is what you intend to do, and that you will unlock the database when your maintenance is done.

Locking the database will suspend the ability of all users to edit pages, change their preferences, edit their watchlists, and other things requiring changes in the database. Please confirm that this is what you intend to do, and that you will unlock the database when your maintenance is done.

locknoconfirm
Talk

You did not check the confirmation box.

You did not check the confirmation box.

login
Talk

Log in

लॉग इन

loginend
Talk

&nbsp;

⧼Loginend⧽

loginerror
Talk

Login error

खाता प्रवेश में खराबी

loginpagetitle
Talk

User login

⧼Loginpagetitle⧽

loginproblem
Talk

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

⧼Loginproblem⧽

loginprompt
Talk

You must have cookies enabled to log in to Wikipedia.

loginreqtext
Talk

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

⧼Loginreqtext⧽

loginreqtitle
Talk

Login Required

खाता में प्रवेश जरुरी बा

loginsuccess
Talk

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

"$1" के रुप में रउआँ विकिपीडिया में अब प्रवेश कर चुकल बानी।

loginsuccesstitle
Talk

Login successful

खाता में प्रवेश हो गइल

logout
Talk

Log out

खाता से बाहर

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

रउआ अब खाता से बाहर बानी

ध्यान रहे कि जब तक रउआ आपन ब्राउजर के कैश साफ ना करब, तब तक कुछ पन्नन में हो सकत बा रउआ के खाता में लगातार प्रवेशित दिखावत रही।

logouttitle
Talk

User logout

⧼Logouttitle⧽

lonelypages
Talk

Orphaned pages

अकेल छूटल पन्ना

longpages
Talk

Long pages

सभसे लमहर पन्ना सब

longpagewarning
Talk

WARNING: This page is $1 kilobytes long; some browsers may have problems editing pages approaching or longer than 32kb. Please consider breaking the page into smaller sections.

⧼Longpagewarning⧽

mailerror
Talk

Error sending mail: $1

ईमेल भेजे में गड़बड़ी: $1

mailmypassword
Talk

Mail me a new password

गुप्तशब्द रिसेट करीं

mailnologin
Talk

No send address

No send address

mailnologintext
Talk

You must be <a href="{{localurl:Special:Userlogin">logged in</a> and have a valid e-mail address in your <a href="/wiki/Special:Preferences">preferences</a> to send e-mail to other users.

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

mainpage
Talk

Main Page

मुख्य पन्ना

mainpagedocfooter
Talk

Please see [http://meta.wikipedia.org/wiki/MediaWiki_i18n documentation on customizing the interface] and the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] for usage and configuration help.

⧼Mainpagedocfooter⧽

mainpagetext
Talk

Wiki software successfully installed.

⧼Mainpagetext⧽

maintenance
Talk

Maintenance page

⧼Maintenance⧽

maintenancebacklink
Talk

Back to Maintenance Page

⧼Maintenancebacklink⧽

maintnancepagetext
Talk

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

⧼Maintnancepagetext⧽

makesysop
Talk

Make a user into a sysop

⧼Makesysop⧽

makesysopfail
Talk

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

⧼Makesysopfail⧽

makesysopname
Talk

Name of the user:

⧼Makesysopname⧽

makesysopok
Talk

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

⧼Makesysopok⧽

makesysopsubmit
Talk

Make this user into a sysop

⧼Makesysopsubmit⧽

makesysoptext
Talk

This form is used by bureaucrats to turn ordinary users into administrators. Type the name of the user in the box and press the button to make the user an administrator

⧼Makesysoptext⧽

makesysoptitle
Talk

Make a user into a sysop

⧼Makesysoptitle⧽

matchtotals
Talk

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

⧼Matchtotals⧽

math
Talk

Rendering math

⧼Math⧽

math_bad_output
Talk

Can't write to or create math output directory

⧼Math_bad_output⧽

math_bad_tmpdir
Talk

Can't write to or create math temp directory

⧼Math_bad_tmpdir⧽

math_failure
Talk

Failed to parse

Failed to parse

math_image_error
Talk

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

⧼Math_image_error⧽

math_lexing_error
Talk

lexing error

⧼Math_lexing_error⧽

math_notexvc
Talk

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

⧼Math_notexvc⧽

math_sample
Talk

Insert formula here

⧼Math_sample⧽

math_syntax_error
Talk

syntax error

syntax error

math_tip
Talk

Mathematical formula (LaTeX)

⧼Math_tip⧽

math_unknown_error
Talk

unknown error

unknown error

math_unknown_function
Talk

unknown function

unknown function "$1"

media_sample
Talk

Example.mp3

⧼Media_sample⧽

media_tip
Talk

Media file link

⧼Media_tip⧽

minlength
Talk

Image names must be at least three letters.

⧼Minlength⧽

minoredit
Talk

This is a minor edit

ई एगो छोट संपादन बा

minoreditletter
Talk

M

छो

mispeelings
Talk

Pages with misspellings

⧼Mispeelings⧽

mispeelingspage
Talk

List of common misspellings

⧼Mispeelingspage⧽

mispeelingstext
Talk

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

⧼Mispeelingstext⧽

missingarticle
Talk

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

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

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

⧼Missingarticle⧽

missingimage
Talk

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

⧼Missingimage⧽

missinglanguagelinks
Talk

Missing Language Links

⧼Missinglanguagelinks⧽

missinglanguagelinksbutton
Talk

Find missing language links for

⧼Missinglanguagelinksbutton⧽

missinglanguagelinkstext
Talk

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

⧼Missinglanguagelinkstext⧽

moredotdotdot
Talk

More...

अउर...

move
Talk

Move

स्थानांतरण

movearticle
Talk

Move page

⧼Movearticle⧽

movedto
Talk

moved to

⧼Movedto⧽

movenologin
Talk

Not logged in

⧼Movenologin⧽

movenologintext
Talk

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

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

movepage
Talk

Move page

⧼Movepage⧽

movepagebtn
Talk

Move page

नाँव बदलीं

movepagetalktext
Talk

The associated talk page, if any, will be automatically moved along with it '''unless:'''

  • You are moving the page across namespaces,
  • A non-empty talk page already exists under the new name, or
  • You uncheck the box below.

In those cases, you will have to move or merge the page manually if desired.

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

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

movepagetext
Talk

Using the form below will rename a page, moving all of its history to the new name. The old title will become a redirect page to the new title. Links to the old page title will not be changed; be sure to [[Special:Maintenance|check]] for double or broken redirects. You are responsible for making sure that links continue to point where they are supposed to go.

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

<b>WARNING!</b> This can be a drastic and unexpected change for a popular page; please be sure you understand the consequences of this before proceeding.

Using the form below will rename a page, moving all of its history to the new name. The old title will become a redirect page to the new title. You can update redirects that point to the original title automatically. If you choose not to, be sure to check for double or broken redirects. You are responsible for making sure that links continue to point where they are supposed to go.

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

Note: This can be a drastic and unexpected change for a popular page; please be sure you understand the consequences of this before proceeding.

movetalk
Talk

Move "talk" page as well, if applicable.

Move associated talk page

movethispage
Talk

Move this page

एह पन्ना के स्थानांतरण करीं

mycontris
Talk

My contributions

योगदान

mypage
Talk

My page

पन्ना

mytalk
Talk

My talk

बातचीत

navigation
Talk

Navigation

नेविगेशन

nbytes
Talk

$1 bytes

$1 बाइट

nchanges
Talk

$1 changes

$1 change

newarticle
Talk

(New)

(नया)

newarticletext
Talk

You've followed a link to a page that doesn't exist yet. To create the page, start typing in the box below (see the [[Wikipedia:Help|help page]] for more info). If you are here by mistake, just click your browser's '''back''' button.

रउआँ एगो अइसन कड़ी पकड़ के आइल बानी जवना से जुड़ल पन्ना अबहिन मौजूद नइखे। पन्ना बनावे खातिर नीचे के बाकस में टाइप करे शुरु करीं (ढेर जानकारी खातिर देखीं [$1 मदद पन्ना])। अगर रउआँ गलती से इहाँ आ गइल बानी, आपन ब्राउजर के बैक बटन दबाईं!

newmessages
Talk

You have $1.

⧼Newmessages⧽

newmessageslink
Talk

new messages

⧼Newmessageslink⧽

newpage
Talk

New page

नया पन्ना

newpageletter
Talk

N

newpages
Talk

New pages

नया पन्ना

newpassword
Talk

New password

नया गुप्तशब्द:

newtitle
Talk

To new title

नया टाइटिल

newusersonly
Talk

(new users only)

⧼Newusersonly⧽

newwindow
Talk

(opens in new window)

(नया विंडो में खोलीं)

next
Talk

next

अगिला

nextn
Talk

next $1

अगिला $1

nlinks
Talk

$1 links

$1 कड़ी

noaffirmation
Talk

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

⧼Noaffirmation⧽

noarticletext
Talk

(There is currently no text in this page)

अबहिन एह पन्ना में कौनों सामग्री नइखे। रउआँ दुसरा पन्ना में ए टाइटिल के खोज कर सकत बानीं, या संबंधित लॉग खोज सकत बानी, बाकी रउआँ के ई पन्ना बनावे के परमीशन नइखे।

noblockreason
Talk

You must supply a reason for the block.

⧼Noblockreason⧽

noconnect
Talk

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

⧼Noconnect⧽

nocontribs
Talk

No changes were found matching these criteria.

एह पैमाना से मैच करत कौनो बदलाव ना मिलल।

nocookieslogin
Talk

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

विकिपीडिया प्रयोगकर्ता लोग के खाता में प्रवेश करावे खातिर कुकी सभ के प्रयोग करेला। राउर कुकीज असक्षम बा। कृपया कुकी के सक्षम करीं आ फिर से कोशिश करीं

nocookiesnew
Talk

The user account was created, but you are not logged in. Wikipedia uses cookies to log in users. You have cookies disabled. Please enable them, then log in with your new username and password.

प्रयोगकर्ता खाता त बन गइल, बाकी रउआ प्रवेश नइखीं भईल। विकिपीडिया प्रयोगकर्ता लोग के खाता में प्रवेश करावे खातिर कुकी सब के प्रयोग करे ला। राउर कुकीज असक्षम बा। कुकीज सक्षम करीं, एकरा बाद आपन नया प्रयोगकर्तानाँव आ गुप्तशब्द के साथ प्रवेश करीं।

nocreativecommons
Talk

Creative Commons RDF metadata disabled for this server.

⧼Nocreativecommons⧽

nocredits
Talk

There is no credits info available for this page.

There is no credits info available for this page.

nodb
Talk

Could not select database $1

⧼Nodb⧽

nodublincore
Talk

Dublin Core RDF metadata disabled for this server.

⧼Nodublincore⧽

noemail
Talk

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

"$1" प्रयोगकर्ता खातिर कौनों ईमेल पता रिकार्ड में नइखे।

noemailtext
Talk

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

This user has not specified a valid email address.

noemailtitle
Talk

No e-mail address

No email address

nogomatch
Talk

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

⧼Nogomatch⧽

nohistory
Talk

There is no edit history for this page.

ए पन्ना के कौनों संपादन इतिहास नइखे

nolinkshere
Talk

No pages link to here.

$2 से कौनो पन्ना नइखे जुड़ल।

nolinkstoimage
Talk

There are no pages that link to this image.

कौनों पन्ना नइखे जवन ए फाइल के इस्तेमाल करत होखे।

noname
Talk

You have not specified a valid user name.

रउआ बैध प्रयोगकर्तानाँव नइखीं दिहले।

nonefound
Talk

<strong>Note</strong>: unsuccessful searches are often caused by searching for common words like "have" and "from", which are not indexed, or by specifying more than one search term (only pages containing all of the search terms will appear in the result).

⧼Nonefound⧽

nospecialpagetext
Talk

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

रउआँ एगो अवैध खास पन्ना के अनुरोध कइले बानी।

बैध खास पन्नासभ के लिस्ट खास पन्ना पर देखल जा सकत बा।

nosuchaction
Talk

No such action

अइसन कौनो कार्रवाई नइखे

nosuchactiontext
Talk

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

ए यू॰आर॰एल द्वारा बतावल कार्रवाई अवैध बा। रउवाँ यू॰आर॰एल गलत लिखले होखब, या कौनों गलत कड़ी के इस्तेमाल कइले होखब। विकिपीडिया में इस्तमाल हो रहल सॉफ्टवेयर में खराबी के लच्छन भी हो सकत बा।

nosuchspecialpage
Talk

No such special page

अइसन कौनो खास पन्ना नइखे

nosuchuser
Talk

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

"$1" नाँव के कौनो प्रयोगकर्ता नइखन। प्रयोगकर्तानाँव संवेदनशील मामला बा। शब्द आ इस्पेलिंग के जाँच करीं, या एगो नया खाता बनाईं

notacceptable
Talk

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

⧼Notacceptable⧽

notanarticle
Talk

Not a content page

सामग्री पन्ना ना हऽ

notargettext
Talk

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

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

notargettitle
Talk

No target

No target

note
Talk

<strong>Note:</strong>

सूचना:

notextmatches
Talk

No page text matches

कौनों पन्ना पाठ मिलान नइखे

notitlematches
Talk

No page title matches

⧼Notitlematches⧽

notloggedin
Talk

Not logged in

खाता में प्रवेश नइखीं भइल

nowatchlist
Talk

You have no items on your watchlist.

You have no items on your watchlist.

nowiki_sample
Talk

Insert non-formatted text here

⧼Nowiki_sample⧽

nowiki_tip
Talk

Ignore wiki formatting

⧼Nowiki_tip⧽

nstab-category
Talk

Category

श्रेणी

nstab-help
Talk

Help

मदद पन्ना

nstab-image
Talk

Image

फाइल

nstab-main
Talk

Article

पन्ना

nstab-media
Talk

Media

मीडिया पन्ना

nstab-mediawiki
Talk

Message

सनेसा

nstab-special
Talk

Special

खास पन्ना

nstab-template
Talk

Template

टेम्पलेट

nstab-user
Talk

User page

प्रयोगकर्ता पन्ना

nstab-wp
Talk

About

⧼Nstab-wp⧽

nviews
Talk

$1 views

⧼Nviews⧽

ok
Talk

OK

ठीक

oldpassword
Talk

Old password

पुरान गुप्तशब्द:

orig
Talk

orig

⧼Orig⧽

orphans
Talk

Orphaned pages

⧼Orphans⧽

othercontribs
Talk

Based on work by $1.

Based on work by $1.

otherlanguages
Talk

Other languages

दुसरी भाषा में

others
Talk

others

others

pagemovedsub
Talk

Move succeeded

स्थानांतरण सफल भइल

pagemovedtext
Talk

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

⧼Pagemovedtext⧽

pagetitle
Talk

$1 - Wikipedia

$1 - विकिपीडिया

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.

केहू ($1 आइपी पता से) विकिपीडिया ($4) पर प्रयोग खातिर नया गुप्तशब्द के निवेदन कइले बा। प्रयोगकर्ता "$2" खातिर एगो अस्थायी गुप्तशब्द बना दिहल गइल बा, आ ई "$3" बा। यदि ई रउवें चाहत रहलीं, त अब रउआँ के खाता में प्रवेश क के एगो नया गुप्तशब्द चुने के पड़ी। राउर अस्थायी गुप्तशब्द के समयसीमा एक दिन में खतम हो जाई।

यदि ई निवेदन केहु अउर कइले रहल, या रउआँ के आपन पुरनका गुप्तशब्द इयाद आ गइल बा आ बदलाव नइखीं चाहत, त रउआँ ए सनेसा के अनदेखा कर सकत बानी, आ आपन पुरनका गुप्तशब्द के प्रयोग पहिले नियर कर सकत बानी।

passwordremindertitle
Talk

Password reminder from 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.

"$1" के ईमेल पता पर एगो नया गुप्तशब्द भेज दिहल गइल बा। ईमेल पावे के बाद कृपया दुबारा खाता में प्रवेश करीं।

perfcached
Talk

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

नीचे दिहल गइल आँकड़ा कैशे मेमोरी से लिहल गइल बा, हो सकत बा कि ई एकदम अपडेट ना होखे। कैशे मेमोरी में अधिकतम एक ठो नतीजा उपलब्ध बा।

perfdisabled
Talk

Sorry! This feature has been temporarily disabled because it slows the database down to the point that no one can use the wiki.

⧼Perfdisabled⧽

perfdisabledsub
Talk

Here's a saved copy from $1:

⧼Perfdisabledsub⧽

personaltools
Talk

Personal tools

निजी औजार

popularpages
Talk

Popular pages

⧼Popularpages⧽

portal
Talk

Community portal

समाज पन्ना

portal-url
Talk

Wikipedia:Community Portal

Project:समाज पन्ना

postcomment
Talk

Post a comment

⧼Postcomment⧽

poweredby
Talk

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

⧼Poweredby⧽

powersearch
Talk

Search

⧼Powersearch⧽

powersearchtext
Talk

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

⧼Powersearchtext⧽

preferences
Talk

Preferences

पसंदसेटिंग

prefs-help-userdata
Talk

  • <strong>Real name</strong> (optional): if you choose to provide it this will be used for giving you attribution for your work.<br/>
  • <strong>Email</strong> (optional): Enables people to contact you through the website without you having to reveal your

email address to them, and it can be used to send you a new password if you forget it.

⧼Prefs-help-userdata⧽

prefs-misc
Talk

Misc settings

बिबिध

prefs-personal
Talk

User data

प्रयोगकर्ता प्रोफाइल

prefs-rc
Talk

Recent changes and stub display

हाल के बदलाव

prefslogintext
Talk

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

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

⧼Prefslogintext⧽

prefsnologin
Talk

Not logged in

⧼Prefsnologin⧽

prefsnologintext
Talk

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

⧼Prefsnologintext⧽

prefsreset
Talk

Preferences have been reset from storage.

⧼Prefsreset⧽

preview
Talk

Preview

झलक

previewconflict
Talk

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

ई नमूना ई देखावत बा की अगर रउआँ ए संपादन बक्सा में मौजूद पाठ के सहेजब त ऊ कइसन देखाई पड़ी।

previewnote
Talk

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

याद रखीं, इ एगो झलक भर हवे। राउर बदलाव अभिन प्रकाशित ना भइल बा!

prevn
Talk

previous $1

पछिला $1

printableversion
Talk

Printable version

छापे लायक वर्शन

printsubtitle
Talk

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

⧼Printsubtitle⧽

protect
Talk

Protect

सुरक्षित करीं

protectcomment
Talk

Reason for protecting

कारण:

protectedarticle
Talk

protected [[$1]]

protected "$1"

protectedpage
Talk

Protected page

सुरक्षित पन्ना

protectedpagewarning
Talk

WARNING: This page has been locked so that only users with sysop privileges can edit it. Be sure you are following the <a href='/w/wiki.phtml/Wikipedia:Protected_page_guidelines'>protected page guidelines</a>.

चेतावनी: ई पन्ना सुरक्षित कइल गइल बा जेवना से कि एकरा के खाली प्रबंधक (Admin) विशेषाधिकार वाला सदस्य लोग संपादित क सकत बा। प्रसंग बूझे खातिर सबसे नया लॉग एंट्री नीचे दिहल जात बा:

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:

⧼Protectedtext⧽

protectlogpage
Talk

Protection_log

सुरक्षा लॉग

protectlogtext
Talk

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

नीचे पन्ना सुरक्षा में भइल बदलावकुल के सूची बा। हाल में सुरक्षित पन्नन के सूची खातिर सुरक्षित पन्नवन के सूची देखीं।

protectpage
Talk

Protect page

Protect a page

protectreason
Talk

(give a reason)

⧼Protectreason⧽

protectsub
Talk

(Protecting "$1")

⧼Protectsub⧽

protectthispage
Talk

Protect this page

ए पन्ना के सुरक्षित करीं।

proxyblocker
Talk

Proxy blocker

प्रॉक्सी ब्लॉककर्ता

proxyblockreason
Talk

Your IP address has been blocked because it is an open proxy. Please contact your Internet service provider or tech support and inform them of this serious security problem.

Your IP address has been blocked because it is an open proxy. Please contact your Internet service provider or technical support of your organization and inform them of this serious security problem.

proxyblocksuccess
Talk

Done.

⧼Proxyblocksuccess⧽

qbbrowse
Talk

Browse

ब्राउज

qbedit
Talk

Edit

संपादन

qbfind
Talk

Find

खोज

qbmyoptions
Talk

My pages

हमार पन्ना

qbpageinfo
Talk

Context

⧼Qbpageinfo⧽

qbpageoptions
Talk

This page

ई पन्ना

qbsettings
Talk

Quickbar settings

⧼Qbsettings⧽

qbsettingsnote
Talk

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

⧼Qbsettingsnote⧽

qbspecialpages
Talk

Special pages

⧼Qbspecialpages⧽

querybtn
Talk

Submit query

⧼Querybtn⧽

querysuccessful
Talk

Query successful

⧼Querysuccessful⧽

randompage
Talk

Random page

अट्रेंडम पन्ना

range_block_disabled
Talk

The sysop ability to create range blocks is disabled.

The administrator ability to create range blocks is disabled.

rchide
Talk

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

⧼Rchide⧽

rclinks
Talk

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

पछिला $2 दिन में भइल $1 सभसे ताजा बदलाव देखावल जाय

rclistfrom
Talk

Show new changes starting from $1

$2, $3 से शुरु होखे वाला नया बदलाव देखावल जाय

rcliu
Talk

$1 edits from logged in users

⧼Rcliu⧽

rcloaderr
Talk

Loading recent changes

⧼Rcloaderr⧽

rclsub
Talk

(to pages linked from "$1")

⧼Rclsub⧽

rcnote
Talk

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

⧼Rcnote⧽

rcnotefrom
Talk

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

$3, $4 से ($1 तक ले के) बदलाव नीचे दिहल गइल बा।

readonly
Talk

Database locked

डेटाबेस तालाबंद बा

readonlytext
Talk

The database is currently locked to new entries and other modifications, probably for routine database maintenance, after which it will be back to normal. The administrator who locked it offered this explanation: <p>$1

नया संपादन आ अन्य बदलाव खातिर डाटाबेस पर तालाबंदी बा, शायद रुटीन मेंटेनन्स के चलते, जेकरा बाद ए के सामान्य स्थिती में आ जाये के चाहीं।

तालाबंदी करे वाला सिस्टम प्रबंधक के बतावल कारण: $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.

चेतावनी: एह समय मरम्मत खातिर डेटाबेस लॉक कइल गइल बा, एही कारन आप तुरंते एही समय आपन संपादन ना सहेज पाइब। रउआँ अपनी पाठ (टेक्स्ट) के कौनों पाठ फाइल (टेक्स्ट फाइल) में बाद खातिर सहेज के रख लीं।

जे सिस्टम प्रबंधक एकरा के लॉक कइले बा ऊ नीचे लिखल कारण दिहले बा: $1

recentchanges
Talk

Recent changes

हाल के बदलाव

recentchangescount
Talk

Number of titles in recent changes

डिफाल्ट में देखावे खातिर संपादन संख्या:

recentchangeslinked
Talk

Related changes

संबंधित बदलाव

recentchangestext
Talk

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

आँकड़ासभ:→ कुल लेख (8,658)रैंकसंपादन (767,290) • सदस्य (35,018) • सक्रिय सदस्य (34) • गहिराई (613.717)
लेख लिस्ट:→ लमहरसुझावितबीछलनीकनायाछोटइंटरविकिविकिडेटालाल कड़ीसंपादन अनुरोध (0)
काम बाकी:→ हटावे लायक (0) • हचर्चा (0)  • आधार छंटाई (2) • रोक समीक्षा (0) • मदद करीं (0)  •  प्रबंधक सूचनापट
साथी प्रोजेक्ट:→ विक्शनरीविकिकहनामविकिताबविकिजतराविकिस्रोत •  विकिस्पीशीज  • विकिडेटाकॉमंसमेटाअंगरेजी विकि

redirectedfrom
Talk

(Redirected from $1)

($1 से अनुप्रेषित)

remembermypassword
Talk

Remember my password across sessions.

⧼Remembermypassword⧽

removechecked
Talk

Remove checked items from watchlist

⧼Removechecked⧽

removedwatch
Talk

Removed from watchlist

⧼Removedwatch⧽

removedwatchtext
Talk

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

"$1" and its discussion page have been removed from your watchlist.

removingchecked
Talk

Removing requested items from watchlist...

⧼Removingchecked⧽

resetprefs
Talk

Reset preferences

⧼Resetprefs⧽

restorelink
Talk

$1 deleted edits

एक ठो हटावल संपादन

resultsperpage
Talk

Hits to show per page

⧼Resultsperpage⧽

retrievedfrom
Talk

Retrieved from "$1"

"$1" से लिहल गइल

returnto
Talk

Return to $1.

$1 पर लवटीं।

retypenew
Talk

Retype new password

नया गुप्तशब्द फिर डालीं:

reupload
Talk

Re-upload

⧼Reupload⧽

reuploaddesc
Talk

Return to the upload form.

Cancel upload and return to the upload form

reverted
Talk

Reverted to earlier revision

पुरान बदलाव पर वापसी कइल गइल

revertimg
Talk

rev

⧼Revertimg⧽

revertpage
Talk

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

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

revhistory
Talk

Revision history

⧼Revhistory⧽

revisionasof
Talk

Revision as of $1

$1 तक ले भइल बदलाव

revnotfound
Talk

Revision not found

⧼Revnotfound⧽

revnotfoundtext
Talk

The old revision of the page you asked for could not be found. Please check the URL you used to access this page.

⧼Revnotfoundtext⧽

rfcurl
Talk

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

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

rights
Talk

Rights:

⧼Rights⧽

rollback
Talk

Roll back edits

Roll back edits

rollback_short
Talk

Rollback

⧼Rollback_short⧽

rollbackfailed
Talk

Rollback failed

Rollback failed

rollbacklink
Talk

rollback

रोलबैक

rows
Talk

Rows

⧼Rows⧽

savearticle
Talk

Save page

पन्ना सहेजीं

savedprefs
Talk

Your preferences have been saved.

राउर पसंदसेटिंग सहेजल गइल।

savefile
Talk

Save file

Save file

saveprefs
Talk

Save preferences

सहेजीं

search
Talk

Search

खोज

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>

विकिपीडिया search is disabled. You can search via Google in the meantime. Note that their indexes of विकिपीडिया content may be out of date.

searchhelppage
Talk

Wikipedia:Searching

⧼Searchhelppage⧽

searchingwikipedia
Talk

Searching Wikipedia

⧼Searchingwikipedia⧽

searchquery
Talk

For query "$1"

⧼Searchquery⧽

searchresults
Talk

Search results

खोज परिणाम

searchresultshead
Talk

Search result settings

खोज

searchresulttext
Talk

For more information about searching Wikipedia, see $1.

⧼Searchresulttext⧽

sectionedit
Talk

(section)

⧼Sectionedit⧽

selectnewerversionfordiff
Talk

Select a newer version for comparison

⧼Selectnewerversionfordiff⧽

selectolderversionfordiff
Talk

Select an older version for comparison

⧼Selectolderversionfordiff⧽

selectonly
Talk

Only read-only queries are allowed.

⧼Selectonly⧽

selflinks
Talk

Pages with Self Links

⧼Selflinks⧽

selflinkstext
Talk

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

⧼Selflinkstext⧽

seriousxhtmlerrors
Talk

There were serious xhtml markup errors detected by tidy.

⧼Seriousxhtmlerrors⧽

servertime
Talk

Server time is now

सर्वर समय:

set_rights_fail
Talk

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

⧼Set_rights_fail⧽

set_user_rights
Talk

Set user rights

⧼Set_user_rights⧽

setbureaucratflag
Talk

Set bureaucrat flag

⧼Setbureaucratflag⧽

shortpages
Talk

Short pages

सभसे छोट पन्ना सब

show
Talk

show

देखावल जाय

showhideminor
Talk

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

⧼Showhideminor⧽

showingresults
Talk

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

⧼Showingresults⧽

showingresultsnum
Talk

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

⧼Showingresultsnum⧽

showlast
Talk

Show last $1 images sorted $2.

⧼Showlast⧽

showpreview
Talk

Show preview

झलक देखीं

showtoc
Talk

show

देखीं

sig_tip
Talk

Your signature with timestamp

⧼Sig_tip⧽

sitestats
Talk

Site statistics

⧼Sitestats⧽

sitestatstext
Talk

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

There have been a total of '''$3''' page views, and '''$4''' page edits since the wiki was setup. That comes to '''$5''' average edits per page, and '''$6''' views per edit.

⧼Sitestatstext⧽

sitesubtitle
Talk

The Free Encyclopedia

sitesupport
Talk

Donations

दान करीं

sitetitle
Talk

Wikipedia

विकिपीडिया

siteuser
Talk

Wikipedia user $1

विकिपीडिया user $1

siteusers
Talk

Wikipedia user(s) $1

विकिपीडिया user $1

skin
Talk

Skin

⧼Skin⧽

spamprotectiontext
Talk

The page you wanted to save was blocked by the spam filter. This is probably caused by a link to an external site.

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

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

spamprotectiontitle
Talk

Spam protection filter

Spam protection filter

specialpage
Talk

Special Page

खास पन्ना

specialpages
Talk

Special pages

खास पन्ना

spheading
Talk

Special pages for all users

⧼Spheading⧽

sqlislogged
Talk

Please note that all queries are logged.

⧼Sqlislogged⧽

sqlquery
Talk

Enter query

⧼Sqlquery⧽

statistics
Talk

Statistics

सांख्यिकी

storedversion
Talk

Stored version

सुरक्षित कइल गइल संशोधन

stubthreshold
Talk

Threshold for stub display

⧼Stubthreshold⧽

subcategories
Talk

Subcategories

उपश्रेणी

subcategorycount
Talk

There are $1 subcategories to this category.

⧼Subcategorycount⧽

subject
Talk

Subject/headline

बिसय:

subjectpage
Talk

View subject

⧼Subjectpage⧽

successfulupload
Talk

Successful upload

⧼Successfulupload⧽

summary
Talk

Summary

सारांश:

sysopspheading
Talk

For sysop use only

⧼Sysopspheading⧽

sysoptext
Talk

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

⧼Sysoptext⧽

sysoptitle
Talk

Sysop access required

⧼Sysoptitle⧽

tableform
Talk

table

⧼Tableform⧽

talk
Talk

Discussion

बातचीत

talkexists
Talk

The page itself was moved successfully, but the talk page could not be moved because one already exists at the new title. Please merge them manually.

⧼Talkexists⧽

talkpage
Talk

Discuss this page

ए पन्ना पर चर्चा करीं

talkpagemoved
Talk

The corresponding talk page was also moved.

⧼Talkpagemoved⧽

talkpagenotmoved
Talk

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

⧼Talkpagenotmoved⧽

talkpagetext
Talk

<!-- MediaWiki:talkpagetext -->

textboxsize
Talk

Textbox dimensions

⧼Textboxsize⧽

textmatches
Talk

Page text matches

पन्ना पाठ मिलान

thisisdeleted
Talk

View or restore $1?

$1 देखावल चाहे वापस बहाल कइल जाय?

thumbnail-more
Talk

Enlarge

फइलाईं

timezonelegend
Talk

Time zone

समय जोन:

timezoneoffset
Talk

Offset

⧼Timezoneoffset⧽

timezonetext
Talk

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

⧼Timezonetext⧽

titlematches
Talk

Article title matches

पन्ना टाइटिल मिलान

toc
Talk

Table of contents

बिसयसूची

toolbox
Talk

Toolbox

औजार

tooltip-compareselectedversions
Talk

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

एह पन्ना के चुनल गइल दू गो रिवीजन सभ में अंतर देखीं

tooltip-minoredit
Talk

Mark this as a minor edit [alt-i]

एकरा के छोट संपादन चिन्हित करीं

tooltip-preview
Talk

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

जवन बदलाव कइलीं ओकर झलक देखीं। सहेजे से पहिले एकर इस्तेमाल करे के आगरह बा।

tooltip-save
Talk

Save your changes [alt-s]

जवन बदलाव कइलीं ओकरा के सहेजीं

tooltip-search
Talk

Search this wiki [alt-f]

विकिपीडिया में खोजीं

uclinks
Talk

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

⧼Uclinks⧽

ucnote
Talk

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

⧼Ucnote⧽

uctop
Talk

(top)

वर्तमान

unblockip
Talk

Unblock user

Unblock user

unblockiptext
Talk

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

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

unblocklink
Talk

unblock

ब्लॉक हटाईं

unblocklogentry
Talk

unblocked "$1"

unblocked $1

undelete
Talk

Restore deleted page

हटावल पन्ना देखीं

undelete_short
Talk

Undelete $1 edits

एक ठो हटावल गइल संपादन वापस ले आईं

undeletearticle
Talk

Restore deleted page

⧼Undeletearticle⧽

undeletebtn
Talk

Restore!

Undelete

undeletedarticle
Talk

restored "$1"

undeleted "$1"

undeletedtext
Talk

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

⧼Undeletedtext⧽

undeletehistory
Talk

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

If you undelete the page, all revisions will be undeleted to the history. If a new page with the same name has been created since the deletion, the undeleted revisions will appear in the prior history.

undeletepage
Talk

View and restore deleted pages

हटावल पन्ना देखीं आ वापिस ले आईं

undeletepagetext
Talk

The following pages have been deleted but are still in the archive and can be restored. The archive may be periodically cleaned out.

The following page has been deleted but is still in the archive and can be undeleted. The archive may be periodically cleaned out.

undeleterevision
Talk

Deleted revision as of $1

⧼Undeleterevision⧽

undeleterevisions
Talk

$1 revisions archived

$1 revision deleted

unexpected
Talk

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

उमेद से हट के वैल्यू: "$1"="$2".

unlockbtn
Talk

Unlock database

Unlock database

unlockconfirm
Talk

Yes, I really want to unlock the database.

Yes, I really want to unlock the database.

unlockdb
Talk

Unlock database

Unlock database

unlockdbsuccesssub
Talk

Database lock removed

Database lock removed

unlockdbsuccesstext
Talk

The database has been unlocked.

The database has been unlocked.

unlockdbtext
Talk

Unlocking the database will restore the ability of all users to edit pages, change their preferences, edit their watchlists, and other things requiring changes in the database. Please confirm that this is what you intend to do.

Unlocking the database will restore the ability of all users to edit pages, change their preferences, edit their watchlists, and other things requiring changes in the database. Please confirm that this is what you intend to do.

unprotect
Talk

Unprotect

सुरक्षा बदलीं

unprotectcomment
Talk

Reason for unprotecting

⧼Unprotectcomment⧽

unprotectedarticle
Talk

unprotected [[$1]]

removed protection from "$1"

unprotectsub
Talk

(Unprotecting "$1")

⧼Unprotectsub⧽

unprotectthispage
Talk

Unprotect this page

ए पन्ना के सुरक्षा बदलीं

unusedimages
Talk

Unused images

बिना इस्तेमाल फाइल

unusedimagestext
Talk

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

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

unwatch
Talk

Unwatch

धियानसूची से हटाईं

unwatchthispage
Talk

Stop watching

धियानसूची से हटाईं

updated
Talk

(Updated)

(अपडेट करल गईल)

upload
Talk

Upload file

फाइल अपलोड करीं

uploadbtn
Talk

Upload file

Upload file

uploaddisabled
Talk

Sorry, uploading is disabled.

Uploads disabled.

uploadedfiles
Talk

Uploaded files

⧼Uploadedfiles⧽

uploadedimage
Talk

uploaded "$1"

uploaded "$1"

uploaderror
Talk

Upload error

Upload error

uploadfile
Talk

Upload images, sounds, documents etc.

⧼Uploadfile⧽

uploadlink
Talk

Upload images

⧼Uploadlink⧽

uploadlog
Talk

upload log

⧼Uploadlog⧽

uploadlogpage
Talk

Upload_log

लदनी (अपलोड) के लॉग

uploadlogpagetext
Talk

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

नीचे हाल में अपलोड करल गइल फाइलन के सूची बा। विजुअल ओभरभ्यू खातिर नया फाइलन के गैलरी देखीं।

uploadnologin
Talk

Not logged in

Not logged in

uploadnologintext
Talk

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

Please $1 to upload files.

uploadtext
Talk

<strong>STOP!</strong> Before you upload here, make sure to read and follow the <a href="/wiki/Special:Image_use_policy">image use policy</a>. <p>If a file with the name you are specifying already exists on the wiki, it'll be replaced without warning. So unless you mean to update a file, it's a good idea to first check if such a file exists. <p>To view or search previously uploaded images, go to the <a href="/wiki/Special:Imagelist">list of uploaded images</a>. Uploads and deletions are logged on the <a href="/wiki/Wikipedia:Upload_log">upload log</a>. </p><p>Use the form below to upload new image files for use in illustrating your pages. On most browsers, you will see a "Browse..." button, which will bring up your operating system's standard file open dialog. Choosing a file will fill the name of that file into the text field next to the button. You must also check the box affirming that you are not violating any copyrights by uploading the file. Press the "Upload" button to finish the upload. This may take some time if you have a slow internet connection. <p>The preferred formats are JPEG for photographic images, PNG for drawings and other iconic images, and OGG for sounds. Please name your files descriptively to avoid confusion. To include the image in a page, use a link in the form <b>[[Image:file.jpg]]</b> or <b>[[Image:file.png|alt text]]</b> or <b>[[Media:file.ogg]]</b> for sounds. <p>Please note that as with wiki pages, others may edit or delete your uploads if they think it serves the project, and you may be blocked from uploading if you abuse the system.

Use the form below to upload files. To view or search previously uploaded files go to the list of uploaded files. Uploads and reuploads are also logged in the upload log. Deletions are logged in the deletion log.

To include a file in a page, use a link in one of the following forms:

  • [[चित्र:File.jpg]] to use the full version of the file
  • [[चित्र:File.png|200px|thumb|left|Caption]] to use a 200-pixel-wide rendition in a box in the left margin with the text "Caption" below
  • [[मीडिया:File.ogg]] for directly linking to the file without displaying the file

uploadwarning
Talk

Upload warning

Upload warning

usenewcategorypage
Talk

1

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

⧼Usenewcategorypage⧽

user_rights_set
Talk

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

⧼User_rights_set⧽

usercssjsyoucanpreview
Talk

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

⧼Usercssjsyoucanpreview⧽

usercsspreview
Talk

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

याद रहे की आप अपनी सदस्य CSS के खाली नमूना भर देखत बानी। ई अबहिन ले सहेजल ना गइल बाटे।

userexists
Talk

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

लिखल गइल प्रयोगकर्तानाँव पहिले से प्रयोग में बा। कौनों दूसर नाम बीछीं।

userjspreview
Talk

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

याद रहे की आप अपनी सदस्य जावास्क्रिप्ट के खाली टेस्ट करत बानी/नमूना देखत बानी। ई अबहिन सहेजल ना गइल बाटे।

userlogin
Talk

Log in

⧼Userlogin⧽

userlogout
Talk

Log out

खाता से बाहर

usermailererror
Talk

Mail object returned error:

⧼Usermailererror⧽

userpage
Talk

View user page

प्रयोगकर्ता पन्ना देखीं

userstats
Talk

User statistics

⧼Userstats⧽

userstatstext
Talk

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

⧼Userstatstext⧽

version
Talk

Version

Version

viewcount
Talk

This page has been accessed $1 times.

ई पन्ना एक बेर देखल गइल बा।

viewprevnext
Talk

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

देखीं ($1 | $2) ($3)

viewsource
Talk

View source

स्रोत देखीं

viewtalkpage
Talk

View discussion

चर्चा देखीं

wantedpages
Talk

Wanted pages

जरूरत के पन्ना सभ

watch
Talk

Watch

धियानसूची में डालीं

watchdetails
Talk

($1 pages watched not counting talk pages; $2 total pages edited since cutoff; $3... <a href='$4'>show and edit complete list</a>.)

⧼Watchdetails⧽

watcheditlist
Talk

Here's an alphabetical list of your watched pages. Check the boxes of pages you want to remove from your watchlist and click the 'remove checked' button at the bottom of the screen.

⧼Watcheditlist⧽

watchlist
Talk

My watchlist

धियानसूची

watchlistcontains
Talk

Your watchlist contains $1 pages.

⧼Watchlistcontains⧽

watchlistsub
Talk

(for user "$1")

⧼Watchlistsub⧽

watchmethod-list
Talk

checking watched pages for recent edits

⧼Watchmethod-list⧽

watchmethod-recent
Talk

checking recent edits for watched pages

⧼Watchmethod-recent⧽

watchnochange
Talk

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

⧼Watchnochange⧽

watchnologin
Talk

Not logged in

Not logged in

watchnologintext
Talk

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

⧼Watchnologintext⧽

watchthis
Talk

Watch this page

धियानसूची में डालीं

watchthispage
Talk

Watch this page

धियानसूची में डालीं

welcomecreation
Talk

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

⧼Welcomecreation⧽

whatlinkshere
Talk

What links here

इहाँ का जुड़ल बा

whitelistacctext
Talk

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

⧼Whitelistacctext⧽

whitelistacctitle
Talk

You are not allowed to create an account

⧼Whitelistacctitle⧽

whitelistedittext
Talk

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

पन्ना पर संपादन करे खातिर $1 करीं।

whitelistedittitle
Talk

Login required to edit

⧼Whitelistedittitle⧽

whitelistreadtext
Talk

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

⧼Whitelistreadtext⧽

whitelistreadtitle
Talk

Login required to read

⧼Whitelistreadtitle⧽

wikipediapage
Talk

View project page

⧼Wikipediapage⧽

wikititlesuffix
Talk

Wikipedia

⧼Wikititlesuffix⧽

wlnote
Talk

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

नीचे $3, $4 तक ले, आखिरी घंटा में भइल अंतिम बदलाव बा।

wlsaved
Talk

This is a saved version of your watchlist.

⧼Wlsaved⧽

wlshowlast
Talk

Show last $1 hours $2 days $3

⧼Wlshowlast⧽

wrong_wfQuery_params
Talk

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

⧼Wrong_wfQuery_params⧽

wrongpassword
Talk

The password you entered is incorrect. Please try again.

गलत प्रयोगकर्तानाँव या गुप्तशब्द डलले बानी। कृपया फिर से कोसिस करीं।

yourdiff
Talk

Differences

अंतर

youremail
Talk

Your email*

ईमेल:

yourname
Talk

Your user name

प्रयोगकर्तानाँव:

yournick
Talk

Your nickname (for signatures)

नया दसखत:

yourpassword
Talk

Your password

गुप्तशब्द:

yourpasswordagain
Talk

Retype password

गुप्तशब्द दोबारा डालीं:

yourrealname
Talk

Your real name*

असली नाम

yourtext
Talk

Your text

राउर पाठ