diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-07-18 08:24:24 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-07-18 08:24:24 +0200 |
commit | fc61780b35af913801d72086456f493f63197da6 (patch) | |
tree | f85891288a7bd988da9f0f15ae64e5c63f00d493 /application/basilisk/locales/en-US/chrome/browser/tabbrowser.properties | |
parent | 69f7f9e5f1475891ce11cc4f431692f965b0cd30 (diff) | |
parent | 50d3e596bbe89c95615f96eb71f6bc5be737a1db (diff) | |
download | UXP-9ccb235f04529c1ec345d87dad6521cb567d20bb.tar UXP-9ccb235f04529c1ec345d87dad6521cb567d20bb.tar.gz UXP-9ccb235f04529c1ec345d87dad6521cb567d20bb.tar.lz UXP-9ccb235f04529c1ec345d87dad6521cb567d20bb.tar.xz UXP-9ccb235f04529c1ec345d87dad6521cb567d20bb.zip |
Merge commit '50d3e596bbe89c95615f96eb71f6bc5be737a1db' into Basilisk-releasev2018.07.18
# Conflicts:
# browser/app/profile/firefox.js
# browser/components/preferences/jar.mn
Diffstat (limited to 'application/basilisk/locales/en-US/chrome/browser/tabbrowser.properties')
-rw-r--r-- | application/basilisk/locales/en-US/chrome/browser/tabbrowser.properties | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/application/basilisk/locales/en-US/chrome/browser/tabbrowser.properties b/application/basilisk/locales/en-US/chrome/browser/tabbrowser.properties new file mode 100644 index 000000000..8e833c435 --- /dev/null +++ b/application/basilisk/locales/en-US/chrome/browser/tabbrowser.properties @@ -0,0 +1,51 @@ +# 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/. + +# LOCALIZATION NOTE: the following strings can be used in the tab title or +# location bar to represent various states as a web page loads: +# tabs.connecting = Firefox is sending a HTTP connection request +# tabs.encryptingConnection = Firefox is sending a HTTPS connection request +# tabs.searching = Firefox is searching for something (Awesomebar or Web search) +# tabs.loading = Firefox is loading the web page +# tabs.waiting = Firefox is waiting for a web resource to load +# tabs.downloading = Firefox is downloading a file for a helper application (PDF) +tabs.connecting=Connecting… +tabs.encryptingConnection=Securing connection… +tabs.searching=Searching… +tabs.loading=Loading… +tabs.waiting=Waiting… +tabs.downloading=Downloading… + +tabs.restoreLastTabs=Restore Tabs From Last Time +tabs.emptyTabTitle=New Tab +tabs.closeTab=Close Tab +tabs.close=Close +tabs.closeWarningTitle=Confirm close +# LOCALIZATION NOTE (tabs.closeWarningMultiple): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# The singular form is not considered since this string is used only for +# multiple tabs. +tabs.closeWarningMultiple=;You are about to close #1 tabs. Are you sure you want to continue? +tabs.closeButtonMultiple=Close tabs +tabs.closeWarningPromptMe=Warn me when I attempt to close multiple tabs + +tabs.closeTab.tooltip=Close tab +# LOCALIZATION NOTE (tabs.closeSelectedTab.tooltip): +# %S is the keyboard shortcut for closing the current tab +tabs.closeSelectedTab.tooltip=Close tab (%S) +# LOCALIZATION NOTE (tabs.muteAudio.tooltip): +# %S is the keyboard shortcut for "Mute tab" +tabs.muteAudio.tooltip=Mute tab (%S) +# LOCALIZATION NOTE (tabs.unmuteAudio.tooltip): +# %S is the keyboard shortcut for "Unmute tab" +tabs.unmuteAudio.tooltip=Unmute tab (%S) +tabs.muteAudio.background.tooltip=Mute tab +tabs.unmuteAudio.background.tooltip=Unmute tab + +tabs.unblockAudio.tooltip=Play tab + +# LOCALIZATION NOTE (tabs.allowTabFocusByPromptForSite): +# %S is the hostname of the site where dialogs are allowed to switch tabs +tabs.allowTabFocusByPromptForSite=Allow dialogs from %S to take you to their tab |