diff options
Diffstat (limited to 'l10n-br/devtools/client/styleeditor.properties')
-rw-r--r-- | l10n-br/devtools/client/styleeditor.properties | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/l10n-br/devtools/client/styleeditor.properties b/l10n-br/devtools/client/styleeditor.properties index 1e85116a25..10c8de64d6 100644 --- a/l10n-br/devtools/client/styleeditor.properties +++ b/l10n-br/devtools/client/styleeditor.properties @@ -50,6 +50,12 @@ saveStyleSheet.filter=CSS files # 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=Show original sources @@ -58,3 +64,11 @@ showOriginalSources.label=Show original sources # the menu item to toggle showing original sources in the editor. showOriginalSources.accesskey=o +# 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=Show At-rules Sidebar (@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 |