diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-en-GB/browser/browser/tabContextMenu.ftl | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-en-GB/browser/browser/tabContextMenu.ftl')
-rw-r--r-- | l10n-en-GB/browser/browser/tabContextMenu.ftl | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/l10n-en-GB/browser/browser/tabContextMenu.ftl b/l10n-en-GB/browser/browser/tabContextMenu.ftl new file mode 100644 index 0000000000..9b66a4b5c8 --- /dev/null +++ b/l10n-en-GB/browser/browser/tabContextMenu.ftl @@ -0,0 +1,95 @@ +# 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/. + +reload-tab = + .label = Reload Tab + .accesskey = R +select-all-tabs = + .label = Select All Tabs + .accesskey = S +duplicate-tab = + .label = Duplicate Tab + .accesskey = D +duplicate-tabs = + .label = Duplicate Tabs + .accesskey = D +close-tabs-to-the-end = + .label = Close Tabs to the Right + .accesskey = i +close-other-tabs = + .label = Close Other Tabs + .accesskey = o +reload-tabs = + .label = Reload Tabs + .accesskey = R +pin-tab = + .label = Pin Tab + .accesskey = P +unpin-tab = + .label = Unpin Tab + .accesskey = b +pin-selected-tabs = + .label = Pin Tabs + .accesskey = P +unpin-selected-tabs = + .label = Unpin Tabs + .accesskey = p +bookmark-selected-tabs = + .label = Bookmark Tabs… + .accesskey = B +bookmark-tab = + .label = Bookmark Tab + .accesskey = B +reopen-in-container = + .label = Reopen in Container + .accesskey = e +move-to-start = + .label = Move to Start + .accesskey = S +move-to-end = + .label = Move to End + .accesskey = E +move-to-new-window = + .label = Move to New Window + .accesskey = W +tab-context-close-multiple-tabs = + .label = Close Multiple Tabs + .accesskey = M + +## Variables: +## $tabCount (Number): the number of tabs that are affected by the action. + +tab-context-undo-close-tabs = + .label = + { $tabCount -> + [1] Undo Close Tab + *[other] Undo Close Tabs + } + .accesskey = U +close-tab = + .label = Close Tab + .accesskey = C +close-tabs = + .label = Close Tabs + .accesskey = s +move-tabs = + .label = Move Tabs + .accesskey = v +move-tab = + .label = Move Tab + .accesskey = v +tab-context-close-tabs = + .label = + { $tabCount -> + [1] Close Tab + *[other] Close Tabs + } + .accesskey = C +tab-context-move-tabs = + .label = + { $tabCount -> + [1] Move Tab + *[other] Move Tabs + } + .accesskey = v |