blob: f457e9bc1c958356be1c0163962b5dbd3978b6fe (
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
44
45
46
47
48
49
50
51
52
53
54
55
56
|
# 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 = S
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 = 輸入的主機名稱不正確
|