43 lines
2.1 KiB
Text
43 lines
2.1 KiB
Text
# 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 } नियम.
|
|
}
|