summaryrefslogtreecommitdiffstats
path: root/l10n-si/devtools/client/styleeditor.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-si/devtools/client/styleeditor.ftl')
-rw-r--r--l10n-si/devtools/client/styleeditor.ftl41
1 files changed, 41 insertions, 0 deletions
diff --git a/l10n-si/devtools/client/styleeditor.ftl b/l10n-si/devtools/client/styleeditor.ftl
new file mode 100644
index 0000000000..fb1c7cf138
--- /dev/null
+++ b/l10n-si/devtools/client/styleeditor.ftl
@@ -0,0 +1,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 }.
+ }