diff options
Diffstat (limited to 'l10n-en-GB/suite/chrome/browser/tabbrowser.properties')
-rw-r--r-- | l10n-en-GB/suite/chrome/browser/tabbrowser.properties | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/l10n-en-GB/suite/chrome/browser/tabbrowser.properties b/l10n-en-GB/suite/chrome/browser/tabbrowser.properties new file mode 100644 index 0000000000..6ae6d4a976 --- /dev/null +++ b/l10n-en-GB/suite/chrome/browser/tabbrowser.properties @@ -0,0 +1,33 @@ +# 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/. + +tabs.loading=Loading… +tabs.untitled=Untitled +tabs.closeWarningTitle=Confirm Closing Other Tabs +# LOCALIZATION NOTE (tabs.closeWarningOther): +# 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.closeWarningOther=;You are about to close #1 other tabs. Are you sure you want to continue? +tabs.closeButton=Close other tabs +tabs.closeWarningPromptMe=Warn me when I attempt to close other tabs + +tabs.closeWarningTitleAll=Confirm close +# LOCALIZATION NOTE (tabs.closeWarningAll): +# 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.closeWarningAll=;This browser window has #1 tabs open. Do you want to close it and all its tabs? +tabs.closeButtonAll=Close all tabs +tabs.closeWarningPromptMeAll=Warn me when closing multiple tabs + +# LOCALIZATION NOTE (tabs.openWarningTitle, tabs.openWarningMultipleBranded, tabs.openButtonMultiple, tabs.openWarningPromptMeBranded): +# These items were moved from /chrome/common/places/places.properties. +# Now they are not specific to bookmarks. +tabs.openWarningTitle=Confirm open +tabs.openWarningMultipleBranded=You are about to open %S tabs. This might slow down %S while the pages are loading. Are you sure you want to continue? +tabs.openButtonMultiple=Open tabs +tabs.openWarningPromptMeBranded=Warn me when opening multiple tabs might slow down %S |