blob: ff5e20f7852d58c6af638ab41e7e4f4ae1225f7b (
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
|
<!-- 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/. -->
<!-- extracted from content/pref-composer.xul -->
<!--LOCALIZATION NOTE : FILE 'Composer' prefs dialog. Similar to Communcator 4.x Document Properties/Colors and Background -->
<!--LOCALIZATION NOTE (pref.composer.title): DONT_TRANSLATE -->
<!ENTITY pref.composer.title "Composer">
<!ENTITY recentFiles.title "최근 페이지 메뉴">
<!ENTITY documentsInMenu.label "최대 목록 페이지 수:">
<!ENTITY documentsInMenu.accesskey "n">
<!ENTITY savingFiles.title "페이지를 저장하거나 출판시">
<!ENTITY preserveExisting.label "원래 소스 포맷을 유지">
<!ENTITY preserveExisting.accesskey "P">
<!ENTITY preserveExisting.tooltip "행 끊기 및 페이지 원래 포맷 유지">
<!ENTITY saveAssociatedFiles.label "페이지 저장시 이미지와 관련 파일까지 함께 저장">
<!ENTITY saveAssociatedFiles.accesskey "S">
<!ENTITY showPublishDialog.label "페이지 출판시 출판 대화상자 항상 보이기">
<!ENTITY showPublishDialog.accesskey "A">
<!ENTITY composerEditing.label "편집하기">
<!ENTITY maintainStructure.label "셀을 추가하거나 지울때 테이블 레이아웃을 유지">
<!ENTITY maintainStructure.tooltip "셀을 추가하거나 지울때 테이블의 사각 형태를 유지">
<!ENTITY maintainStructure.accesskey "M">
<!ENTITY useCSS.label "HTML구성요소 대신 스타일시트(CSS)사용">
<!ENTITY useCSS.accesskey "U">
<!ENTITY crInPCreatesNewP.label "새 문단을 만들 때마다 문단 생성">
<!ENTITY crInPCreatesNewP.accesskey "R">
|