From a1be17c1cea81ebb1e8b131a662c698d78f3f7f2 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Mon, 4 Jun 2018 13:17:38 +0200 Subject: Issue #303 Part 1: Move basilisk files from /browser to /application/basilisk --- .../en-US/chrome/browser/tabbrowser.properties | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 application/basilisk/locales/en-US/chrome/browser/tabbrowser.properties (limited to 'application/basilisk/locales/en-US/chrome/browser/tabbrowser.properties') 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 -- cgit v1.2.3