summaryrefslogtreecommitdiffstats
path: root/l10n-ja/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-ja/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-ja/toolkit/toolkit/main-window/findbar.ftl')
-rw-r--r--l10n-ja/toolkit/toolkit/main-window/findbar.ftl57
1 files changed, 57 insertions, 0 deletions
diff --git a/l10n-ja/toolkit/toolkit/main-window/findbar.ftl b/l10n-ja/toolkit/toolkit/main-window/findbar.ftl
new file mode 100644
index 0000000000..66382bcba0
--- /dev/null
+++ b/l10n-ja/toolkit/toolkit/main-window/findbar.ftl
@@ -0,0 +1,57 @@
+# 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 = 指定文字列に一致する 1 つ前の部分を検索します
+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 = { $total } 件中 { $current } 件目
+# Variables:
+# $limit (Number): Total count of matches allowed before counting stops
+findbar-found-matches-count-limit =
+ .value = { $limit } 件以上見つかりました