summaryrefslogtreecommitdiffstats
path: root/l10n-ko/toolkit/toolkit/main-window/findbar.ftl
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
commit36d22d82aa202bb199967e9512281e9a53db42c9 (patch)
tree105e8c98ddea1c1e4784a60a5a6410fa416be2de /l10n-ko/toolkit/toolkit/main-window/findbar.ftl
parentInitial commit. (diff)
downloadfirefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz
firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-ko/toolkit/toolkit/main-window/findbar.ftl')
-rw-r--r--l10n-ko/toolkit/toolkit/main-window/findbar.ftl68
1 files changed, 68 insertions, 0 deletions
diff --git a/l10n-ko/toolkit/toolkit/main-window/findbar.ftl b/l10n-ko/toolkit/toolkit/main-window/findbar.ftl
new file mode 100644
index 0000000000..e213c0fa99
--- /dev/null
+++ b/l10n-ko/toolkit/toolkit/main-window/findbar.ftl
@@ -0,0 +1,68 @@
+# 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/.
+
+
+### This file contains the entities needed to use the Find Bar.
+
+findbar-next =
+ .tooltiptext = 다음 찾기
+findbar-previous =
+ .tooltiptext = 이전 찾기
+
+findbar-find-button-close =
+ .tooltiptext = 찾기 표시줄 닫기
+
+findbar-highlight-all2 =
+ .label = 모두 강조 표시
+ .accesskey =
+ { PLATFORM() ->
+ [macos] l
+ *[other] a
+ }
+ .tooltiptext = 일치하는 모든 부분을 강조 표시합니다
+
+findbar-case-sensitive =
+ .label = 대/소문자 구분
+ .accesskey = C
+ .tooltiptext = 대문자와 소문자를 구분해서 검색합니다
+
+findbar-match-diacritics =
+ .label = 분음 부호 일치
+ .accesskey = I
+ .tooltiptext = 악센트 문자와 그 기본 문자를 구별합니다 (예: “resume”을 검색할 때 “résumé”는 일치하지 않음)
+
+findbar-entire-word =
+ .label = 단어 단위로
+ .accesskey = w
+ .tooltiptext = 단어 단위로 일치하는 경우만 검색합니다
+
+findbar-not-found = 찾을 수 없음
+
+findbar-wrapped-to-top = 아래에 도달해 위부터 계속됨
+findbar-wrapped-to-bottom = 위에 도달해 아래부터 계속됨
+
+findbar-normal-find =
+ .placeholder = 페이지에서 찾기
+findbar-fast-find =
+ .placeholder = 빠른 찾기
+findbar-fast-find-links =
+ .placeholder = 빠른 찾기 (링크만)
+
+findbar-case-sensitive-status =
+ .value = (대/소문자 구분)
+findbar-match-diacritics-status =
+ .value = (일치하는 분음 부호)
+findbar-entire-word-status =
+ .value = (단어 단위로)
+
+# Variables:
+# $current (Number): Index of the currently selected match
+# $total (Number): Total count of matches
+findbar-found-matches =
+ .value = { $current } / { $total } 일치
+
+# Variables:
+# $limit (Number): Total count of matches allowed before counting stops
+findbar-found-matches-count-limit =
+ .value = { $limit }개 이상 일치