summaryrefslogtreecommitdiffstats
path: root/browser/locales/en-US/browser/panicButton.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'browser/locales/en-US/browser/panicButton.ftl')
-rw-r--r--browser/locales/en-US/browser/panicButton.ftl31
1 files changed, 31 insertions, 0 deletions
diff --git a/browser/locales/en-US/browser/panicButton.ftl b/browser/locales/en-US/browser/panicButton.ftl
new file mode 100644
index 0000000000..e4b0f2ef20
--- /dev/null
+++ b/browser/locales/en-US/browser/panicButton.ftl
@@ -0,0 +1,31 @@
+# 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/.
+
+panic-button-open-new-window = Open a new clean Window
+panic-button-undo-warning = This action cannot be undone.
+panic-button-forget-button =
+ .label = Forget!
+
+## These strings are combined to form a complete sentence starting with
+## panic-main-timeframe-desc. For example: "Forget the last: Five minutes".
+## Please ensure that this remains the case in the translation.
+
+panic-main-timeframe-desc = Forget the last:
+panic-button-5min =
+ .label = Five minutes
+panic-button-2hr =
+ .label = Two hours
+panic-button-day =
+ .label = 24 hours
+
+## These strings are combined to form a complete sentence starting with
+## panic-button-action-desc. For example: "Proceeding will: Delete Recent Cookies".
+## Please ensure that this remains the case in the translation.
+## Note also that some strings include <strong> tags for emphasis on the
+## words "Cookies", "History", "Tabs" and "Windows". The translation should do the same.
+
+panic-button-action-desc = Proceeding will:
+panic-button-delete-cookies = Delete Recent <strong>Cookies</strong>
+panic-button-delete-history = Delete Recent <strong>History</strong>
+panic-button-delete-tabs-and-windows = Close all <strong>Tabs</strong> and <strong>Windows</strong>