blob: 44fb0fd463c1b070ea0ddf85292a4adc58b8742f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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/.
goToLineTitle = 줄 이동
goToLineText = 줄 번호를 입력하세요.
invalidInputTitle = 잘못된 입력
invalidInputText = 입력한 줄 번호가 유효하지 않습니다.
outOfRangeTitle = 줄을 찾을 수 없음
outOfRangeText = 지정한 줄을 찾을 수 없습니다.
viewSelectionSourceTitle = 선택 영역의 DOM 소스
context_goToLine_label = 줄 이동…
context_goToLine_accesskey = L
context_wrapLongLines_label = 자동 줄 바꿈
context_highlightSyntax_label = 구문 강조
|