summaryrefslogtreecommitdiffstats
path: root/l10n-th/toolkit/toolkit/main-window/findbar.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-th/toolkit/toolkit/main-window/findbar.ftl')
-rw-r--r--l10n-th/toolkit/toolkit/main-window/findbar.ftl68
1 files changed, 68 insertions, 0 deletions
diff --git a/l10n-th/toolkit/toolkit/main-window/findbar.ftl b/l10n-th/toolkit/toolkit/main-window/findbar.ftl
new file mode 100644
index 0000000000..fdec3ad679
--- /dev/null
+++ b/l10n-th/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] น
+ }
+ .tooltiptext = เน้นสีวลีที่พบทั้งหมด
+
+findbar-case-sensitive =
+ .label = ตัวพิมพ์ใหญ่เล็กตรงกัน
+ .accesskey = ว
+ .tooltiptext = ค้นหาโดยคำนึงถึงตัวพิมพ์ใหญ่เล็ก
+
+findbar-match-diacritics =
+ .label = เครื่องหมายกำกับการออกเสียงตรงกัน
+ .accesskey = i
+ .tooltiptext = แยกระหว่างตัวอักษรที่มีตัวเน้นเสียงและตัวอักษรฐาน (เช่น เมื่อค้นหาคำว่า “resume” ก็จะไม่ตรงกับคำว่า “résumé”)
+
+findbar-entire-word =
+ .label = ทั้งคำ
+ .accesskey = ท
+ .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 } ที่ตรงกัน