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/.
4
5clear-site-data-window =
6    .title = Clear Data
7    .style = width: 35em
8
9clear-site-data-description = Clearing all cookies and site data stored by { -brand-short-name } may sign you out of websites and remove offline web content. Clearing cache data will not affect your logins.
10
11clear-site-data-close-key =
12    .key = w
13
14# The parameters in parentheses in this string describe disk usage
15# in the format ($amount $unit), e.g. "Cookies and Site Data (24 KB)"
16# Variables:
17#   $amount (Number) - Amount of site data currently stored on disk
18#   $unit (String) - Abbreviation of the unit that $amount is in, e.g. "MB"
19clear-site-data-cookies-with-data =
20    .label = Cookies and Site Data ({ $amount } { $unit })
21    .accesskey = S
22
23# This string is a placeholder for while the data used to fill
24# clear-site-data-cookies-with-data is loading. This placeholder is usually
25# only shown for a very short time (< 1s), so it should be very similar
26# or the same as clear-site-data-cookies-with-data (except the amount and unit),
27# to avoid flickering.
28clear-site-data-cookies-empty =
29    .label = Cookies and Site Data
30    .accesskey = S
31
32clear-site-data-cookies-info = You may get signed out of websites if cleared
33
34# The parameters in parentheses in this string describe disk usage
35# in the format ($amount $unit), e.g. "Cached Web Content (24 KB)"
36# Variables:
37#   $amount (Number) - Amount of cache currently stored on disk
38#   $unit (String) - Abbreviation of the unit that $amount is in, e.g. "MB"
39clear-site-data-cache-with-data =
40    .label = Cached Web Content ({ $amount } { $unit })
41    .accesskey = W
42
43# This string is a placeholder for while the data used to fill
44# clear-site-data-cache-with-data is loading. This placeholder is usually
45# only shown for a very short time (< 1s), so it should be very similar
46# or the same as clear-site-data-cache-with-data (except the amount and unit),
47# to avoid flickering.
48clear-site-data-cache-empty =
49    .label = Cached Web Content
50    .accesskey = W
51
52clear-site-data-cache-info = Will require websites to reload images and data
53
54clear-site-data-dialog =
55    .buttonlabelaccept = Clear
56    .buttonaccesskeyaccept = l
57