From 520a92573ce79e3628762e4ce06e284d50c2e548 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 21 May 2024 07:21:19 +0200 Subject: Merging upstream version 115.11.0esr. Signed-off-by: Daniel Baumann --- l10n-br/devtools/client/styleeditor.properties | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'l10n-br/devtools/client/styleeditor.properties') 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 -- cgit v1.2.3