blob: 080670395b49ddb2c6d616ab94ad16e02fe9c49f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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 소스
viewMathMLSourceTitle = MathML의 DOM 소스
context_goToLine_label = 행으로 이동…
context_goToLine_accesskey = L
context_wrapLongLines_label = 긴 줄 줄바꿈
context_highlightSyntax_label = 구문 강조
|