Backed out changeset 7969278ce39f (bug 1869884) for causing failures on browser_sanit...
[gecko.git] / browser / locales / en-US / browser / sanitize.ftl
blobb37dd028932a8577278fe00fa5468c3e5fda5e34
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 sanitize-prefs2 =
6     .title = Settings for Clearing History
7     .style = min-width: 34em
9 sanitize-prefs-style =
10     .style = width: 17em
12 sanitize-dialog-title2 =
13     .title = Clear browsing data and cookies
14     .style = min-width: 34em
16 sanitize-dialog-title =
17     .title = Clear Recent History
18     .style = min-width: 34em
20 # When "Time range to clear" is set to "Everything", this message is used for the
21 # title instead of dialog-title.
22 sanitize-dialog-title-everything =
23     .title = Clear All History
24     .style = min-width: 34em
26 clear-data-settings-label = When closed, { -brand-short-name } should automatically clear all
28 sanitize-on-shutdown-description = Automatically clear all checked items when { -brand-short-name } closes.
30 ## clear-time-duration-prefix is followed by a dropdown list, with
31 ## values localized using clear-time-duration-value-* messages.
32 ## clear-time-duration-suffix is left empty in English, but can be
33 ## used in other languages to change the structure of the message.
35 ## This results in English:
36 ## Time range to clear: (Last Hour, Today, etc.)
38 clear-time-duration-prefix =
39     .value = Time range to clear:{ " " }
40     .accesskey = T
42 clear-time-duration-prefix2 =
43     .value = When:
44     .accesskey = W
46 clear-time-duration-value-last-hour =
47     .label = Last hour
49 clear-time-duration-value-last-2-hours =
50     .label = Last two hours
52 clear-time-duration-value-last-4-hours =
53     .label = Last four hours
55 clear-time-duration-value-today =
56     .label = Today
58 clear-time-duration-value-everything =
59     .label = Everything
61 clear-time-duration-suffix =
62     .value = { "" }
64 ## These strings are used as section comments and checkboxes
65 ## to select the items to remove
67 history-section-label = History
69 item-history-and-downloads =
70     .label = Browsing & download history
71     .accesskey = B
73 item-browsing-and-search =
74     .label = Visited sites, saved form info and searches
75     .accesskey = V
77 item-cookies =
78     .label = Cookies
79     .accesskey = C
81 # Variables:
82 #   $amount (Number) - Amount of site data currently stored on disk
83 #   $unit (String) - Abbreviation of the unit that $amount is in, e.g. "MB"
84 item-cookies-site-data-with-size =
85     .label = Cookies and site data ({ $amount } { $unit })
86     .accesskey = e
88 item-cookies-site-data =
89     .label = Cookies and site data
90     .accesskey = e
92 item-cookies-site-data-description = May sign you out of sites or empty shopping carts
94 item-active-logins =
95     .label = Active logins
96     .accesskey = l
98 item-cache =
99     .label = Cache
100     .accesskey = a
102 # Variables:
103 #   $amount (Number) - Amount of cached data
104 #   $unit (String) - Abbreviation of the unit that $amount is in, e.g. "MB"
105 item-cached-content-with-size =
106     .label = Temporary cached files and pages ({ $amount } { $unit })
107     .accesskey = f
109 item-cached-content =
110     .label = Temporary cached files and pages
111     .accesskey = f
113 item-cached-content-description = Clears items that helps sites load faster
115 item-form-search-history =
116     .label = Form & search history
117     .accesskey = F
119 item-site-prefs =
120     .label = Site settings
121     .accesskey = i
123 item-site-prefs-description = Resets your permissions and site preferences to original settings
125 # Variables:
126 #   $count (Number) - Number of downloads recorded
127 item-download-history-with-size =
128     .label = { $count ->
129         [one] Downloaded files list ({ $count } file)
130        *[other] Downloaded files list ({ $count } files)
131     }
132     .accesskey = D
134 item-download-history =
135     .label = Downloaded files list
136     .accesskey = D
138 data-section-label = Data
140 item-site-settings =
141     .label = Site settings
142     .accesskey = S
144 item-offline-apps =
145     .label = Offline website data
146     .accesskey = O
148 sanitize-everything-undo-warning = This action cannot be undone.
150 window-close =
151     .key = w
153 sanitize-button-ok =
154     .label = Clear Now
156 sanitize-button-ok2 =
157     .label = Clear
159 sanitize-button-ok-on-shutdown =
160     .label = Save Changes
162 # The label for the default button between the user clicking it and the window
163 # closing.  Indicates the items are being cleared.
164 sanitize-button-clearing =
165     .label = Clearing
167 # Warning that appears when "Time range to clear" is set to "Everything" in Clear
168 # Recent History dialog, provided that the user has not modified the default set
169 # of history items to clear.
170 sanitize-everything-warning = All history will be cleared.
172 # Warning that appears when "Time range to clear" is set to "Everything" in Clear
173 # Recent History dialog, provided that the user has modified the default set of
174 # history items to clear.
175 sanitize-selected-warning = All selected items will be cleared.