blob: 05a0017829e8b1981dfb2cb3e19b042a2afa3120 (
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/.
styleeditor-new-button =
.tooltiptext = 새 스타일 시트를 만들어서 문서에 추가
.accesskey = N
styleeditor-import-button =
.tooltiptext = 기존의 스타일 시트를 가져와서 문서에 추가
.accesskey = I
styleeditor-visibility-toggle =
.tooltiptext = 스타일 시트 적용 내용 보기
.accesskey = S
styleeditor-save-button = 저장
.tooltiptext = 스타일 시트를 파일로 저장
.accesskey = S
styleeditor-options-button =
.tooltiptext = 스타일 편집기 설정
styleeditor-media-rules = @media 규칙
styleeditor-editor-textbox =
.data-placeholder = 여기에 CSS 를 입력합니다.
styleeditor-no-stylesheet = 이 페이지에는 스타일 시트가 없습니다.
styleeditor-no-stylesheet-tip = 그렇지 않으면,<a data-l10n-name="append-new-stylesheet">새로운 스타일 시트를 추가</a>하시겠습니까?
styleeditor-open-link-new-tab =
.label = 링크를 새 탭으로 열기
styleeditor-copy-url =
.label = URL 복사
|