From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- browser/locales/en-US/browser/sanitize.ftl | 110 +++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 browser/locales/en-US/browser/sanitize.ftl (limited to 'browser/locales/en-US/browser/sanitize.ftl') diff --git a/browser/locales/en-US/browser/sanitize.ftl b/browser/locales/en-US/browser/sanitize.ftl new file mode 100644 index 0000000000..db4b51a8d9 --- /dev/null +++ b/browser/locales/en-US/browser/sanitize.ftl @@ -0,0 +1,110 @@ +# 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/. + +sanitize-prefs2 = + .title = Settings for Clearing History + .style = min-width: 34em + +sanitize-prefs-style = + .style = width: 17em + +sanitize-dialog-title = + .title = Clear Recent History + .style = min-width: 34em + +# When "Time range to clear" is set to "Everything", this message is used for the +# title instead of dialog-title. +sanitize-dialog-title-everything = + .title = Clear All History + .style = min-width: 34em + +clear-data-settings-label = When closed, { -brand-short-name } should automatically clear all + +## clear-time-duration-prefix is followed by a dropdown list, with +## values localized using clear-time-duration-value-* messages. +## clear-time-duration-suffix is left empty in English, but can be +## used in other languages to change the structure of the message. +## +## This results in English: +## Time range to clear: (Last Hour, Today, etc.) + +clear-time-duration-prefix = + .value = Time range to clear:{ " " } + .accesskey = T + +clear-time-duration-value-last-hour = + .label = Last hour + +clear-time-duration-value-last-2-hours = + .label = Last two hours + +clear-time-duration-value-last-4-hours = + .label = Last four hours + +clear-time-duration-value-today = + .label = Today + +clear-time-duration-value-everything = + .label = Everything + +clear-time-duration-suffix = + .value = { "" } + +## These strings are used as section comments and checkboxes +## to select the items to remove + +history-section-label = History + +item-history-and-downloads = + .label = Browsing & download history + .accesskey = B + +item-cookies = + .label = Cookies + .accesskey = C + +item-active-logins = + .label = Active logins + .accesskey = l + +item-cache = + .label = Cache + .accesskey = a + +item-form-search-history = + .label = Form & search history + .accesskey = F + +data-section-label = Data + +item-site-settings = + .label = Site settings + .accesskey = S + +item-offline-apps = + .label = Offline website data + .accesskey = O + +sanitize-everything-undo-warning = This action cannot be undone. + +window-close = + .key = w + +sanitize-button-ok = + .label = Clear Now + +# The label for the default button between the user clicking it and the window +# closing. Indicates the items are being cleared. +sanitize-button-clearing = + .label = Clearing + +# Warning that appears when "Time range to clear" is set to "Everything" in Clear +# Recent History dialog, provided that the user has not modified the default set +# of history items to clear. +sanitize-everything-warning = All history will be cleared. + +# Warning that appears when "Time range to clear" is set to "Everything" in Clear +# Recent History dialog, provided that the user has modified the default set of +# history items to clear. +sanitize-selected-warning = All selected items will be cleared. -- cgit v1.2.3