diff options
Diffstat (limited to 'l10n-en-GB/suite/chrome/common/pref/pref-tabs.dtd')
-rw-r--r-- | l10n-en-GB/suite/chrome/common/pref/pref-tabs.dtd | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/l10n-en-GB/suite/chrome/common/pref/pref-tabs.dtd b/l10n-en-GB/suite/chrome/common/pref/pref-tabs.dtd new file mode 100644 index 0000000000..948072c1eb --- /dev/null +++ b/l10n-en-GB/suite/chrome/common/pref/pref-tabs.dtd @@ -0,0 +1,35 @@ +<!-- 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 tabHeader.label "Tabbed Browsing"> + +<!ENTITY tabDisplay.label "Tab Display"> +<!ENTITY autoHide.label "Hide the tab bar when only one tab is open"> +<!ENTITY autoHide.accesskey2 "e"> +<!ENTITY background.label "Switch to new tabs opened from links"> +<!ENTITY background.accesskey "S"> +<!ENTITY diverted.label "Switch to new tabs opened from diverted links"> +<!ENTITY diverted.accesskey "a"> +<!ENTITY browserFocus.label "Focus browser window for links opened in tabs from other applications"> +<!ENTITY browserFocus.accesskey "F"> +<!ENTITY warnOnClose.label "Warn me when closing a window with multiple tabs"> +<!ENTITY warnOnClose.accesskey "n"> +<!ENTITY relatedAfterCurrent.label "Open related tabs after current tab"> +<!ENTITY relatedAfterCurrent.accesskey "O"> + +<!ENTITY openTabs.label "Open tabs instead of windows for"> +<!ENTITY middleClick.label "Middle-click, Ctrl+click or Ctrl+Enter on links in a Web page"> +<!ENTITY middleClick.accesskey "M"> +<!ENTITY middleClickMac.label "Middle-click, ⌘+click or ⌘+Return on links in a Web page"> +<!ENTITY middleClickMac.accesskey "M"> +<!ENTITY urlbar.label "Ctrl+Enter in the Location bar"> +<!ENTITY urlbar.accesskey "L"> +<!ENTITY urlbarMac.label "⌘+Return in the Location bar"> +<!ENTITY urlbarMac.accesskey "L"> + +<!ENTITY openManagers.label "Open in a new tab instead of a stand-alone window"> +<!ENTITY openDataManager.label "Data Manager"> +<!ENTITY openDataManager.accesskey "D"> +<!ENTITY openAddOnsManager.label "Add-ons Manager"> +<!ENTITY openAddOnsManager.accesskey "n"> |