From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- l10n-br/browser/browser/browserSets.ftl | 218 ++++++++++++++++++++++++++++++++ 1 file changed, 218 insertions(+) create mode 100644 l10n-br/browser/browser/browserSets.ftl (limited to 'l10n-br/browser/browser/browserSets.ftl') diff --git a/l10n-br/browser/browser/browserSets.ftl b/l10n-br/browser/browser/browserSets.ftl new file mode 100644 index 0000000000..073daec029 --- /dev/null +++ b/l10n-br/browser/browser/browserSets.ftl @@ -0,0 +1,218 @@ +# 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/. + +window-minimize-command = + .label = Bihanaat + +window-zoom-command = + .label = Zoum + +window-new-shortcut = + .key = N + +window-minimize-shortcut = + .key = m + +close-shortcut = + .key = W + +tab-new-shortcut = + .key = t + +location-open-shortcut = + .key = l + +location-open-shortcut-alt = + .key = d + +search-focus-shortcut = + .key = k + +# This shortcut is used in two contexts: +# - web search +# - find in page +find-shortcut = + .key = f + +search-find-again-shortcut = + .key = g + +search-find-again-shortcut-alt = + .keycode = VK_F3 + +search-find-selection-shortcut = + .key = e + +# Verify what shortcut for that operation +# are recommended by the Human Interface Guidelines +# of each platform for your locale. +search-focus-shortcut-alt = + .key = + { PLATFORM() -> + [linux] j + *[other] e + } + +# Verify what shortcut for that operation +# are recommended by the Human Interface Guidelines +# of each platform for your locale. +downloads-shortcut = + .key = + { PLATFORM() -> + [linux] y + *[other] j + } + +addons-shortcut = + .key = A + +file-open-shortcut = + .key = o + +save-page-shortcut = + .key = s + +page-source-shortcut = + .key = u + +# This should match the Option+Command keyboard shortcut letter that Safari +# and Chrome use for "View Source" on macOS. `page-source-shortcut` above +# is Firefox's official keyboard shortcut shown in the GUI. +# Safari variant is an alias provided for the convenience of Safari and Chrome +# users on macOS. See bug 1398988. +page-source-shortcut-safari = + .key = U + +page-info-shortcut = + .key = i + +print-shortcut = + .key = p + +mute-toggle-shortcut = + .key = M + +nav-back-shortcut-alt = + .key = [ + +nav-fwd-shortcut-alt = + .key = ] + +nav-reload-shortcut = + .key = r + +# Shortcut available only on macOS. +nav-stop-shortcut = + .key = . + +history-show-all-shortcut = + .key = H + +history-show-all-shortcut-mac = + .key = Y + +history-sidebar-shortcut = + .key = h + +full-screen-shortcut = + .key = f + +reader-mode-toggle-shortcut-windows = + .keycode = VK_F9 + +reader-mode-toggle-shortcut-other = + .key = R + +picture-in-picture-toggle-shortcut-mac = + .key = ] + +# Pick the key that is commonly present +# in your locale keyboards above the +# `picture-in-picture-toggle-shortcut-mac` key. +picture-in-picture-toggle-shortcut-mac-alt = + .key = { "}" } + +picture-in-picture-toggle-shortcut = + .key = ] + +# Pick the key that is commonly present +# in your locale keyboards above the +# `picture-in-picture-toggle-shortcut` key. +picture-in-picture-toggle-shortcut-alt = + .key = { "}" } + +bookmark-this-page-shortcut = + .key = d + +# Verify what shortcut for that operation +# are recommended by the Human Interface Guidelines +# of each platform for your locale. +bookmark-show-library-shortcut = + .key = O + +# Verify what shortcut for that operation +# are recommended by the Human Interface Guidelines +# of each platform for your locale. +bookmark-show-sidebar-shortcut = + .key = b + +# Verify what shortcut for that operation +# are recommended by the Human Interface Guidelines +# of each platform for your locale. +bookmark-show-toolbar-shortcut = + .key = B + +## All `-alt*` messages are alternative acceleration keys for zoom. +## If shift key is needed with your locale popular keyboard for them, +## you can use these alternative items. Otherwise, their values should be empty. + +full-zoom-reduce-shortcut = + .key = - + +full-zoom-reduce-shortcut-alt-a = + .key = _ + +full-zoom-reduce-shortcut-alt-b = + .key = { "" } + +full-zoom-enlarge-shortcut = + .key = + + +full-zoom-enlarge-shortcut-alt = + .key = = + +full-zoom-enlarge-shortcut-alt2 = + .key = { "" } + +full-zoom-reset-shortcut = + .key = 0 + +full-zoom-reset-shortcut-alt = + .key = { "" } + +## + +bidi-switch-direction-shortcut = + .key = X + +private-browsing-shortcut = + .key = P + +## The shortcuts below are for Mac specific +## global menu. + +quit-app-shortcut = + .key = Q + +help-shortcut = + .key = ? + +preferences-shortcut = + .key = , + +hide-app-shortcut = + .key = H + +hide-other-apps-shortcut = + .key = H -- cgit v1.2.3