diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /comm/suite/locales/en-US/chrome/common/sidebar | |
parent | Initial commit. (diff) | |
download | thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'comm/suite/locales/en-US/chrome/common/sidebar')
4 files changed, 78 insertions, 0 deletions
diff --git a/comm/suite/locales/en-US/chrome/common/sidebar/customize.dtd b/comm/suite/locales/en-US/chrome/common/sidebar/customize.dtd new file mode 100644 index 0000000000..491fe98986 --- /dev/null +++ b/comm/suite/locales/en-US/chrome/common/sidebar/customize.dtd @@ -0,0 +1,25 @@ +<!-- 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/. --> + +<!-- extracted from ./customize.xul --> + +<!ENTITY sidebar.customize.title "Customize Sidebar"> +<!ENTITY sidebar.customize.current2.label "Tabs in Sidebar:"> +<!ENTITY sidebar.customize.current2.accesskey "T"> +<!ENTITY sidebar.customize.customize.label "Customize Tab…"> +<!ENTITY sidebar.customize.customize.accesskey "C"> +<!ENTITY sidebar.customize.remove.label "Remove"> +<!ENTITY sidebar.customize.remove.accesskey "R"> +<!ENTITY sidebar.customize.additional.label "Available Tabs:"> +<!ENTITY sidebar.customize.additional.accesskey "v"> +<!ENTITY sidebar.customize.add.label "Add"> +<!ENTITY sidebar.customize.add.accesskey "A"> +<!ENTITY sidebar.customize.preview.label "Preview…"> +<!ENTITY sidebar.customize.preview.accesskey "P"> +<!ENTITY sidebar.customize.up.label "Move Up"> +<!ENTITY sidebar.customize.up.accesskey "U"> +<!ENTITY sidebar.customize.down.label "Move Down"> +<!ENTITY sidebar.customize.down.accesskey "D"> +<!ENTITY sidebar.more.label "Find More Tabs…"> +<!ENTITY sidebar.more.accesskey "F"> diff --git a/comm/suite/locales/en-US/chrome/common/sidebar/preview.dtd b/comm/suite/locales/en-US/chrome/common/sidebar/preview.dtd new file mode 100644 index 0000000000..5947fa9400 --- /dev/null +++ b/comm/suite/locales/en-US/chrome/common/sidebar/preview.dtd @@ -0,0 +1,5 @@ +<!-- 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/. --> + +<!ENTITY sidebar.preview.title.label "Tab Preview"> diff --git a/comm/suite/locales/en-US/chrome/common/sidebar/sidebar.properties b/comm/suite/locales/en-US/chrome/common/sidebar/sidebar.properties new file mode 100644 index 0000000000..c389e66e7d --- /dev/null +++ b/comm/suite/locales/en-US/chrome/common/sidebar/sidebar.properties @@ -0,0 +1,10 @@ +# 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/. + +addPanelConfirmTitle=Add Tab to Sidebar +addPanelConfirmMessage2=Add the tab '%title%' to the sidebar?##Source: %url% +persistentPanelWarning2=The sidebar tab you are adding can transfer data across the Internet and run JavaScript even while the sidebar is closed. + +dupePanelAlertTitle=Sidebar +dupePanelAlertMessage2=%url% already exists in the sidebar. diff --git a/comm/suite/locales/en-US/chrome/common/sidebar/sidebarOverlay.dtd b/comm/suite/locales/en-US/chrome/common/sidebar/sidebarOverlay.dtd new file mode 100644 index 0000000000..59271a84da --- /dev/null +++ b/comm/suite/locales/en-US/chrome/common/sidebar/sidebarOverlay.dtd @@ -0,0 +1,38 @@ +<!-- 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/. --> + +<!ENTITY sidebar.panels.label "Sidebar"> +<!ENTITY sidebar.reload.label "Reload"> +<!ENTITY sidebar.reload.accesskey "R"> +<!ENTITY sidebar.picker.label "Tabs"> +<!ENTITY sidebar.customize.label "Customize Sidebar…"> +<!ENTITY sidebar.customize.accesskey "u"> +<!ENTITY sidebar.hide.label "Hide Tab"> +<!ENTITY sidebar.hide.accesskey "H"> +<!ENTITY sidebar.switch.label "Switch to Tab"> +<!ENTITY sidebar.switch.accesskey "T"> +<!ENTITY sidebarCmd.label "Sidebar"> +<!ENTITY sidebarCmd.accesskey "b"> +<!ENTITY sidebar.loading.label "Loading…"> +<!ENTITY sidebar.loadstopped.label "Load stopped"> +<!ENTITY sidebar.loading.stop.label "Stop"> +<!ENTITY sidebar.loading.stop.accesskey "S"> + +<!-- LOCALIZATION NOTE (showHideSidebarCmd.key): This is only used on the + mac platform, other platforms use VK_F9. --> +<!ENTITY showHideSidebarCmd.key "S"> + +<!ENTITY sidebar.no-panels.state "The sidebar is currently empty."> +<!ENTITY sidebar.no-panels.add 'You may add tabs by clicking on the "Tabs" button above.'> +<!ENTITY sidebar.no-panels.hide 'If you would like to completely hide the Sidebar, click on the "View" menu above, and select "Sidebar" from the "Show/Hide" sub-menu.'> +<!ENTITY sidebar.sbDirectory.label "Sidebar Directory…"> + +<!ENTITY sidebar.pagenotfound.label "This tab is not available right now."> +<!ENTITY sidebar.close.tooltip "Close Sidebar"> +<!ENTITY sidebar.open.tooltip "Open Sidebar"> + +<!ENTITY sidebar.search.label "Search"> +<!ENTITY sidebar.client-bookmarks.label "Bookmarks"> +<!ENTITY sidebar.client-history.label "History"> +<!ENTITY sidebar.client-addressbook.label "Address Book"> |