40 lines
1.9 KiB
Text
40 lines
1.9 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-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 }.
|
|
}
|