summaryrefslogtreecommitdiffstats
path: root/l10n-kn/devtools/client/styleeditor.ftl
blob: 4270a8976ae64ae7ee72e7123dbc68b9d736499c (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
# 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-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 } ನಿಯಮಗಳು.
    }