From 2bec764350f9d1ae2bd0c4de0acb5d80d218717e Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mr-cheffy@users.noreply.github.com> Date: Thu, 1 Jan 2026 19:24:44 +0100 Subject: [PATCH] Update source file zen-menubar.ftl --- locales/en-US/browser/browser/zen-menubar.ftl | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 locales/en-US/browser/browser/zen-menubar.ftl diff --git a/locales/en-US/browser/browser/zen-menubar.ftl b/locales/en-US/browser/browser/zen-menubar.ftl new file mode 100644 index 000000000..18de7940a --- /dev/null +++ b/locales/en-US/browser/browser/zen-menubar.ftl @@ -0,0 +1,20 @@ +# 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/. + +zen-menubar-toggle-pinned-tabs = + .label = + { $pinnedAreCollapsed -> + [true] Expand Pinned Tabs + *[false] Collapse Pinned Tabs + } + +zen-menubar-appearance = + .label = Website Appearance + +zen-menubar-appearance-auto = + .label = Automatic +zen-menubar-appearance-light = + .label = Light +zen-menubar-appearance-dark = + .label = Dark \ No newline at end of file