summaryrefslogtreecommitdiffstats
path: root/l10n-hi-IN/devtools/client/styleeditor.ftl
blob: b7d6ecadd3907665086ef4c955c5c2a7d6c7cbae (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# 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/.

styleeditor-new-button =
    .tooltiptext = दस्तावेज में नयी स्टाइल शीट बनाएँ और जोड़ें
    .accesskey = N
styleeditor-import-button =
    .tooltiptext = दस्तावेज में एक मौजूदा स्टाइल शीट आयात करें और जोड़ें
    .accesskey = I
styleeditor-visibility-toggle =
    .tooltiptext = स्टाइल शीट दृश्यता को टॉगल करें
    .accesskey = S
styleeditor-save-button = सहेजें
    .tooltiptext = किसी फ़ाइल में इस स्टाइल शीट को सहेजें
    .accesskey = S
styleeditor-options-button =
    .tooltiptext = शैली संपादक विकल्प
styleeditor-editor-textbox =
    .data-placeholder = CSS यहाँ टाइप करें.
styleeditor-no-stylesheet = इस पृष्ठ का कोई स्टाइल शीट नहीं है.
styleeditor-no-stylesheet-tip = शायद आप करना चाहेंगे <a data-l10n-name="append-new-stylesheet">एक नयी स्टाइल शीट जोड़ना</a>?
styleeditor-open-link-new-tab =
    .label = नए टैब में लिंक खोलें
styleeditor-copy-url =
    .label = URL कॉपी करें
styleeditor-find =
    .label = ढ़ूँढ़ें
    .accesskey = F
styleeditor-find-again =
    .label = फिर ढ़ूँढ़ें
    .accesskey = g
styleeditor-go-to-line =
    .label = पंक्ति पर जाएँ…
    .accesskey = J

# This string is shown in the style sheets list
# Variables:
#   $ruleCount (Integer) - The number of rules in the stylesheet.
styleeditor-stylesheet-rule-count =
    { $ruleCount ->
        [one] { $ruleCount } नियम.
       *[other] { $ruleCount } नियम.
    }