blob: 19cff202b9123968d909ce9e246ea1db75fe3343 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
<!-- 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/. -->
<!--LOCALIZATION NOTE : FILE 'Privacy and Security' prefs settings -->
<!ENTITY pref.security.title "Privacy & Security">
<!ENTITY tracking.label "User Tracking">
<!ENTITY trackingIntro.label "Web sites may track how you use them, thus affecting your privacy.">
<!ENTITY doNotTrack.label "Tell web sites that I do not want to be tracked">
<!ENTITY doNotTrack.accesskey "T">
<!ENTITY trackProtect.label "Prevent tracking activities by known sites">
<!ENTITY trackProtect.accesskey "n">
<!ENTITY warnTrackContent.label "Warn me when known tracking activities were detected">
<!ENTITY warnTrackContent.accesskey "W">
<!ENTITY geoLocation.label "Location Aware Browsing">
<!ENTITY geoIntro.label "Web sites may request more information about your current location.">
<!ENTITY geoEnabled.label "Prompt me for permission if a request is made">
<!ENTITY geoEnabled.accesskey "m">
<!ENTITY geoDisabled.label "Disable this feature and deny all requests">
<!ENTITY geoDisabled.accesskey "D">
<!-- LOCALIZATION NOTE (safeBrowsing.label, blockWebForgeries.label, blockAttackSites.label):
The methods by which forged (phished) and attack sites will be detected by
phishing providers will vary from human review to machine-based heuristics
to a combination of both, so it's important that these strings convey the
meaning "reported" (and not something like "known").
-->
<!ENTITY safeBrowsing.label "Safe Browsing">
<!ENTITY safeBrowsingIntro.label "&brandShortName; can block web sites reported to contain malicious content.">
<!ENTITY blockAttackSites.label "Block reported attack sites (malware, viruses)">
<!ENTITY blockAttackSites.accesskey "B">
<!ENTITY blockWebForgeries.label "Block reported web forgeries (Phishing)">
<!ENTITY blockWebForgeries.accesskey "P">
<!ENTITY blockAutoRefresh.label "Warn me when web sites try to redirect or reload the page">
<!ENTITY blockAutoRefresh.accesskey "a">
|