summaryrefslogtreecommitdiffstats
path: root/l10n-si/devtools/client/styleeditor.ftl
blob: fb1c7cf13850b6439053b646a4d0a2367e9c5917 (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
# 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-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 = ඒ.ස.නි. පිටපතක්
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 }.
    }