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-tr/suite/chrome/common/sidebar | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.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-tr/suite/chrome/common/sidebar')
4 files changed, 76 insertions, 0 deletions
diff --git a/l10n-tr/suite/chrome/common/sidebar/customize.dtd b/l10n-tr/suite/chrome/common/sidebar/customize.dtd new file mode 100644 index 0000000000..fe1116a64f --- /dev/null +++ b/l10n-tr/suite/chrome/common/sidebar/customize.dtd @@ -0,0 +1,27 @@ +<!-- 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 --> +<!-- LOCALIZATION NOTE sidebar.customize.title.label: Do NOT localize the term "&sidebarName;" --> + + +<!ENTITY sidebar.customize.title.label "Customize &sidebarName;"> +<!-- LOCALIZATION NOTE sidebar.customize.current.label: Do NOT localize the term "&sidebarName;" --> +<!ENTITY sidebar.customize.current.label "Tabs in &sidebarName;:"> +<!ENTITY sidebar.customize.current.accesskey "T"> +<!ENTITY sidebar.customize.customize.label "Customize Tab…"> +<!ENTITY sidebar.customize.customize.accesskey "C"> +<!ENTITY sidebar.customize.remove.label "Kaldır"> +<!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-tr/suite/chrome/common/sidebar/preview.dtd b/l10n-tr/suite/chrome/common/sidebar/preview.dtd new file mode 100644 index 0000000000..c40622e15a --- /dev/null +++ b/l10n-tr/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-tr/suite/chrome/common/sidebar/sidebar.properties b/l10n-tr/suite/chrome/common/sidebar/sidebar.properties new file mode 100644 index 0000000000..75a3d54998 --- /dev/null +++ b/l10n-tr/suite/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 +addPanelConfirmMessage=Add the tab '%title%' to the %name%?##Source: %url% +persistentPanelWarning=The sidebar tab you are adding can transfer data across the Internet and run JavaScript even while %name% is closed. + +dupePanelAlertTitle=Sidebar +dupePanelAlertMessage=%url% already exists in the %name%. diff --git a/l10n-tr/suite/chrome/common/sidebar/sidebarOverlay.dtd b/l10n-tr/suite/chrome/common/sidebar/sidebarOverlay.dtd new file mode 100644 index 0000000000..4d678a9bed --- /dev/null +++ b/l10n-tr/suite/chrome/common/sidebar/sidebarOverlay.dtd @@ -0,0 +1,34 @@ +<!-- 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 "Tazele"> +<!ENTITY sidebar.reload.accesskey "T"> +<!ENTITY sidebar.picker.label "Sekmeler"> +<!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 "Dur"> +<!ENTITY sidebar.loading.stop.accesskey "D"> + +<!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 "Ara"> +<!ENTITY sidebar.client-bookmarks.label "Yer imleri"> +<!ENTITY sidebar.client-history.label "Geçmiş"> +<!ENTITY sidebar.client-addressbook.label "Adres Defteri"> |