blob: bb5b1b579616c0c16af7ed0c84a72a866bbfeecb (
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: 36em;
permission-preferences-close-window =
.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 = 올바르지 않은 호스트 이름 입력
|