blob: 465267cf64590cd4179f4ed66194d311a0fad3a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!-- extracted from EdReplace.xul -->
<!-- extracted from EdReplace.xhtml -->
<!ENTITY replaceDialog.title "ढूंढें व बदलें">
<!ENTITY findField.label "पाठ ढूंढें:">
<!ENTITY findField.accesskey "n">
<!ENTITY replaceField.label "इससे बदलें:">
<!ENTITY replaceField.accesskey "e">
<!ENTITY caseSensitiveCheckbox.label "अपर/लोअर केस मिलान करें">
<!ENTITY caseSensitiveCheckbox.accesskey "c">
<!ENTITY wrapCheckbox.label "गिर्द लपेटें">
<!ENTITY wrapCheckbox.accesskey "W">
<!ENTITY backwardsCheckbox.label "पीछे खोजें">
<!ENTITY backwardsCheckbox.accesskey "b">
<!ENTITY findNextButton.label "अगला ढूंढें">
<!ENTITY findNextButton.accesskey "F">
<!ENTITY replaceButton.label "बदलें">
<!ENTITY replaceButton.accesskey "R">
<!ENTITY replaceAndFindButton.label "बदलें व ढूंढें">
<!ENTITY replaceAndFindButton.accesskey "d">
<!ENTITY replaceAllButton.label "सबको बदलें">
<!ENTITY replaceAllButton.accesskey "A">
<!ENTITY closeButton.label "बंद करें">
|