blob: 14e59a56d33e40c1c768254435ff46f8db3a48ca (
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
|
<!-- 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 "プライバシーとセキュリティ">
<!ENTITY tracking.label "トラッキング">
<!ENTITY trackingIntro.label "ウェブサイトの中にはあなたの行動を追跡するものがあり、あなたのプライバシーに影響を与えます。">
<!ENTITY doNotTrack.label "トラッキングの拒否をサイトに通知する">
<!ENTITY doNotTrack.accesskey "T">
<!ENTITY trackProtect.label "既知のサイトのトラッキング活動から保護する">
<!ENTITY trackProtect.accesskey "n">
<!ENTITY warnTrackContent.label "トラッキングが検出されたときに警告する">
<!ENTITY warnTrackContent.accesskey "W">
<!ENTITY geoLocation.label "位置情報の通知">
<!ENTITY geoIntro.label "ウェブサイトはあなたの詳細な位置情報を要求することがあります。">
<!ENTITY geoEnabled.label "位置情報を要求されたときに確認する">
<!ENTITY geoEnabled.accesskey "m">
<!ENTITY geoDisabled.label "この機能を無効にして、すべての要求を拒否する">
<!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 "セーフブラウジング">
<!ENTITY safeBrowsingIntro.label "&brandShortName; は悪意のあるコンテンツとして報告されているサイトをブロックできます。">
<!ENTITY blockAttackSites.label "攻撃サイトとして報告されているサイトをブロックする (マルウェアやウイルスなど)">
<!ENTITY blockAttackSites.accesskey "B">
<!ENTITY blockWebForgeries.label "偽装サイトとして報告されているサイトをブロックする (偽装サイト)">
<!ENTITY blockWebForgeries.accesskey "P">
|