summaryrefslogtreecommitdiffstats
path: root/l10n-ko/devtools/client/styleeditor.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-ko/devtools/client/styleeditor.ftl')
-rw-r--r--l10n-ko/devtools/client/styleeditor.ftl52
1 files changed, 52 insertions, 0 deletions
diff --git a/l10n-ko/devtools/client/styleeditor.ftl b/l10n-ko/devtools/client/styleeditor.ftl
new file mode 100644
index 0000000000..0113ac0e0e
--- /dev/null
+++ b/l10n-ko/devtools/client/styleeditor.ftl
@@ -0,0 +1,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 파일만 예쁘게 출력할 수 있음