56 lines
2.5 KiB
Text
56 lines
2.5 KiB
Text
# 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-filter-input =
|
|
.placeholder = 스타일 시트 필터
|
|
styleeditor-visibility-toggle =
|
|
.tooltiptext = 스타일 시트 적용 내용 보기
|
|
.accesskey = S
|
|
styleeditor-visibility-toggle-system =
|
|
.tooltiptext = 시스템 스타일 시트는 비활성화할 수 없음
|
|
styleeditor-save-button = 저장
|
|
.tooltiptext = 스타일 시트를 파일로 저장
|
|
.accesskey = S
|
|
styleeditor-options-button =
|
|
.tooltiptext = 스타일 편집기 옵션
|
|
styleeditor-at-rules = At-규칙
|
|
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 복사
|
|
styleeditor-find =
|
|
.label = 찾기
|
|
.accesskey = F
|
|
styleeditor-find-again =
|
|
.label = 다시 찾기
|
|
.accesskey = g
|
|
styleeditor-go-to-line =
|
|
.label = 줄 이동…
|
|
.accesskey = J
|
|
# Label displayed when searching a term that is not found in any stylesheet path
|
|
styleeditor-stylesheet-all-filtered = 일치하는 스타일 시트를 찾지 못했습니다.
|
|
# This string is shown in the style sheets list
|
|
# Variables:
|
|
# $ruleCount (Integer) - The number of rules in the stylesheet.
|
|
styleeditor-stylesheet-rule-count = 규칙 { $ruleCount }개
|
|
# Title for the pretty print button in the editor footer.
|
|
styleeditor-pretty-print-button =
|
|
.title = 예쁜 출력 스타일 시트
|
|
# Title for the pretty print button in the editor footer, when it's disabled
|
|
styleeditor-pretty-print-button-disabled =
|
|
.title = CSS 파일만 예쁘게 출력할 수 있음
|
|
# Title for the pretty print button in the editor footer, when it's disabled because
|
|
# the stylesheet is read-only
|
|
styleeditor-pretty-print-button-disabled-read-only =
|
|
.title = 읽기 전용 스타일 시트를 예쁘게 출력할 수 없습니다.
|