diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
commit | 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch) | |
tree | a31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /l10n-sl/devtools/client/styleeditor.properties | |
parent | Initial commit. (diff) | |
download | firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.tar.xz firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.zip |
Adding upstream version 115.8.0esr.upstream/115.8.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-sl/devtools/client/styleeditor.properties')
-rw-r--r-- | l10n-sl/devtools/client/styleeditor.properties | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/l10n-sl/devtools/client/styleeditor.properties b/l10n-sl/devtools/client/styleeditor.properties new file mode 100644 index 0000000000..7040c56cb6 --- /dev/null +++ b/l10n-sl/devtools/client/styleeditor.properties @@ -0,0 +1,74 @@ +# 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/. + +# LOCALIZATION NOTE These strings are used inside the Style Editor. +# LOCALIZATION NOTE The correct localization of this file might be to keep it +# in English, or another language commonly spoken among web developers. +# You want to make that choice consistent across the developer tools. +# A good criteria is the language in which you'd find the best documentation +# on web development on the web. + +# LOCALIZATION NOTE (inlineStyleSheet): This is the name used for an style sheet +# that is declared inline in the <style> element. Shown in the stylesheets list. +# the argument is the index (order) of the containing <style> element in the +# document. +inlineStyleSheet=<notranje slogovne predloge #%S> + +# LOCALIZATION NOTE (newStyleSheet): This is the default name for a new +# user-created style sheet. +newStyleSheet=Nova slogovna predloga #%S + +# LOCALIZATION NOTE (ruleCount.label): Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# This is shown in the style sheets list. +# #1 rule. +# example: 111 rules. +ruleCount.label=#1 pravilo.;#1 pravili.;#1 pravila.;#1 pravil. + +# LOCALIZATION NOTE (error-load): This is shown when loading fails. +error-load=Slogovne predloge ni bilo mogoče naložiti. + +# LOCALIZATION NOTE (error-save): This is shown when saving fails. +error-save=Slogovne predloge ni bilo mogoče shraniti. + +# LOCALIZATION NOTE (importStyleSheet.title): This is the file picker title, +# when you import a style sheet into the Style Editor. +importStyleSheet.title=Uvozi slogovno predlogo + +# LOCALIZATION NOTE (importStyleSheet.filter): This is the *.css filter title +importStyleSheet.filter=Datoteke CSS + +# LOCALIZATION NOTE (saveStyleSheet.title): This is the file picker title, +# when you save a style sheet from the Style Editor. +saveStyleSheet.title=Shrani slogovno predlogo + +# LOCALIZATION NOTE (saveStyleSheet.filter): This is the *.css filter title +saveStyleSheet.filter=Datoteke CSS + +# LOCALIZATION NOTE (saveStyleSheet.commandkey): This the key to use in +# conjunction with accel (Command on Mac or Ctrl on other platforms) to Save +saveStyleSheet.commandkey=S + +# LOCALIZATION NOTE (focusFilterInput.commandkey): This is the key to use in +# conjunction with accel (Command on Mac or Ctrl on other platforms) to focus the +# filter input. Don't use "F" as it's used by the CodeMirror editor to perform an +# in-file search; if possible, keep it the same as sources.search.key2. +focusFilterInput.commandkey=P + +# LOCALIZATION NOTE (showOriginalSources.label): This is the label on the context +# menu item to toggle showing original sources in the editor. +showOriginalSources.label=Prikaži izvirne vire + +# LOCALIZATION NOTE (showOriginalSources.accesskey): This is the access key for +# the menu item to toggle showing original sources in the editor. +showOriginalSources.accesskey=i + +# LOCALIZATION NOTE (showAtRulesSidebar.label): This is the label on the context +# menu item to toggle showing at-rules shortcuts in a sidebar. +# "@media" and "@supports" should not be translated as they are CSS rule identifiers. +showAtRulesSidebar.label=Prikaži stransko vrstico s pravili @ (@media, @supports …) + +# LOCALIZATION NOTE (showAtRulesSidebar.accesskey): This is the access key for +# the menu item to toggle showing the at-rules sidebar. +showAtRulesSidebar.accesskey=a |