diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /l10n-si/suite/chrome/common/sidebar | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
4 files changed, 64 insertions, 0 deletions
diff --git a/l10n-si/suite/chrome/common/sidebar/customize.dtd b/l10n-si/suite/chrome/common/sidebar/customize.dtd new file mode 100644 index 0000000000..662662376b --- /dev/null +++ b/l10n-si/suite/chrome/common/sidebar/customize.dtd @@ -0,0 +1,22 @@ +<!-- 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.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/l10n-si/suite/chrome/common/sidebar/preview.dtd b/l10n-si/suite/chrome/common/sidebar/preview.dtd new file mode 100644 index 0000000000..5947fa9400 --- /dev/null +++ b/l10n-si/suite/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/l10n-si/suite/chrome/common/sidebar/sidebar.properties b/l10n-si/suite/chrome/common/sidebar/sidebar.properties new file mode 100644 index 0000000000..f59b9f23ea --- /dev/null +++ b/l10n-si/suite/chrome/common/sidebar/sidebar.properties @@ -0,0 +1,7 @@ +# 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 + +dupePanelAlertTitle=Sidebar diff --git a/l10n-si/suite/chrome/common/sidebar/sidebarOverlay.dtd b/l10n-si/suite/chrome/common/sidebar/sidebarOverlay.dtd new file mode 100644 index 0000000000..8d276e4e3c --- /dev/null +++ b/l10n-si/suite/chrome/common/sidebar/sidebarOverlay.dtd @@ -0,0 +1,30 @@ +<!-- 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"> + +<!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"> + |