diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-02-02 03:35:06 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-02-02 03:35:06 -0500 |
commit | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (patch) | |
tree | 6efefe6a09feb09d965932b24e10436b9ac8189c /application/palemoon/locales/en-US/chrome/browser/tabbrowser.properties | |
parent | e72ef92b5bdc43cd2584198e2e54e951b70299e8 (diff) | |
download | UXP-49ee0794b5d912db1f95dce6eb52d781dc210db5.tar UXP-49ee0794b5d912db1f95dce6eb52d781dc210db5.tar.gz UXP-49ee0794b5d912db1f95dce6eb52d781dc210db5.tar.lz UXP-49ee0794b5d912db1f95dce6eb52d781dc210db5.tar.xz UXP-49ee0794b5d912db1f95dce6eb52d781dc210db5.zip |
Add Pale Moon
Diffstat (limited to 'application/palemoon/locales/en-US/chrome/browser/tabbrowser.properties')
-rw-r--r-- | application/palemoon/locales/en-US/chrome/browser/tabbrowser.properties | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/application/palemoon/locales/en-US/chrome/browser/tabbrowser.properties b/application/palemoon/locales/en-US/chrome/browser/tabbrowser.properties new file mode 100644 index 000000000..0d21d4d14 --- /dev/null +++ b/application/palemoon/locales/en-US/chrome/browser/tabbrowser.properties @@ -0,0 +1,26 @@ +# 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.emptyTabTitle=New Tab +tabs.closeTab=Close Tab +tabs.close=Close +tabs.closeWarningTitle=Confirm close +tabs.closeWarningMultipleTabs=You are about to close %S tabs. Are you sure you want to continue? +tabs.closeButtonMultiple=Close tabs +tabs.closeWarningPromptMe=Warn me when I attempt to close multiple tabs |