summaryrefslogtreecommitdiffstats
path: root/l10n-sc/devtools/client/styleeditor.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-sc/devtools/client/styleeditor.ftl')
-rw-r--r--l10n-sc/devtools/client/styleeditor.ftl39
1 files changed, 39 insertions, 0 deletions
diff --git a/l10n-sc/devtools/client/styleeditor.ftl b/l10n-sc/devtools/client/styleeditor.ftl
new file mode 100644
index 0000000000..b065eecb19
--- /dev/null
+++ b/l10n-sc/devtools/client/styleeditor.ftl
@@ -0,0 +1,39 @@
+# 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 = Crea e agiunghe unu fògiu de istile nou a su documentu
+ .accesskey = N
+styleeditor-import-button =
+ .tooltiptext = Importa e agiunghe unu fògiu de istile esistente a su documentu
+ .accesskey = I
+styleeditor-filter-input =
+ .placeholder = Filtra is fògios de istile
+styleeditor-visibility-toggle =
+ .tooltiptext = Cuncàmbia sa visibilidade de su fògiu de istile
+ .accesskey = C
+styleeditor-visibility-toggle-system =
+ .tooltiptext = Is fògios de istile de su sistema non podent èssere disativados
+styleeditor-save-button = Sarva
+ .tooltiptext = Sarva custu fògiu de istile in un'archìviu
+ .accesskey = S
+styleeditor-open-link-new-tab =
+ .label = Aberi su ligòngiu in un'ischeda noa
+styleeditor-copy-url =
+ .label = Còpia s'URL
+styleeditor-find =
+ .label = Chirca
+ .accesskey = C
+styleeditor-find-again =
+ .label = Torra a chircare
+ .accesskey = o
+
+# 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 } règula.
+ *[other] { $ruleCount } règulas.
+ }