From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- l10n-hi-IN/devtools/client/styleeditor.ftl | 44 ++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 l10n-hi-IN/devtools/client/styleeditor.ftl (limited to 'l10n-hi-IN/devtools/client/styleeditor.ftl') diff --git a/l10n-hi-IN/devtools/client/styleeditor.ftl b/l10n-hi-IN/devtools/client/styleeditor.ftl new file mode 100644 index 0000000000..b7d6ecadd3 --- /dev/null +++ b/l10n-hi-IN/devtools/client/styleeditor.ftl @@ -0,0 +1,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 = शायद आप करना चाहेंगे एक नयी स्टाइल शीट जोड़ना? +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 } नियम. + } -- cgit v1.2.3