blob: 4a6e11cd4dd3d78ef1d53b143b3571214aae060d (
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
43
|
# 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/.
permissions-reminder-window =
.title = 例外サイト
.style = width: 45em;
window-close-key =
.key = w
website-address-label =
.value = サイトのアドレス:
.accesskey = d
block-button =
.label = 不許可
.accesskey = B
allow-session-button =
.label = 現在のセッションのみ
.accesskey = n
allow-button =
.label = 許可
.accesskey = A
treehead-sitename-label =
.label = サイト
treehead-status-label =
.label = 現在の設定
remove-site-button =
.label = サイトを削除
.accesskey = R
remove-all-site-button =
.label = すべてのサイトを削除
.accesskey = e
cancel-button =
.label = キャンセル
.accesskey = C
save-button =
.label = 変更を保存
.accesskey = S
permission-can-label = 許可
permission-can-access-first-party-label = ファーストパーティのみ許可
permission-can-session-label = 現在のセッションのみ
permission-cannot-label = 不許可
invalid-uri-message = 有効なホスト名を入力してください
invalid-uri-title = 無効なホスト名が入力されました
|