summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/ko/localization/ko/devtools/client/styleeditor.ftl
blob: 0113ac0e0eaa6e3c131e9a8cc83db09af5c2c2e8 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# 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 파일만 예쁘게 출력할 수 있음