blob: 79f97b2f6f16dde18fc1328412bbc7142b8b9ee7 (
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
|
<!-- 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/. -->
<!ENTITY windowTitle.label "글상자 설정">
<!ENTITY Settings.label "설정">
<!ENTITY TextAreaName.label "필드명:">
<!ENTITY TextAreaName.accessKey "N">
<!ENTITY TextAreaRows.label "행:">
<!ENTITY TextAreaRows.accessKey "R">
<!ENTITY TextAreaCols.label "열:">
<!ENTITY TextAreaCols.accessKey "C">
<!ENTITY TextAreaReadOnly.label "읽기 전용">
<!ENTITY TextAreaReadOnly.accessKey "O">
<!ENTITY TextAreaDisabled.label "선택하지 않음">
<!ENTITY TextAreaDisabled.accessKey "D">
<!ENTITY TextAreaTabIndex.label "탭 목록:">
<!ENTITY TextAreaTabIndex.accessKey "I">
<!ENTITY TextAreaAccessKey.label "입력키:">
<!ENTITY TextAreaAccessKey.accessKey "K">
<!ENTITY InitialText.label "초기값:">
<!ENTITY InitialText.accessKey "T">
<!ENTITY TextAreaWrap.label "Wrap모드:">
<!ENTITY TextAreaWrap.accessKey "W">
<!ENTITY WrapDefault.value "기본값">
<!ENTITY WrapOff.value "끔">
<!ENTITY WrapHard.value "강하게">
<!ENTITY WrapSoft.value "약하게">
<!ENTITY WrapPhysical.value "물리적">
<!ENTITY WrapVirtual.value "가상">
|