diff options
Diffstat (limited to 'l10n-bn/toolkit/toolkit/main-window')
-rw-r--r-- | l10n-bn/toolkit/toolkit/main-window/autocomplete.ftl | 24 | ||||
-rw-r--r-- | l10n-bn/toolkit/toolkit/main-window/findbar.ftl | 76 |
2 files changed, 100 insertions, 0 deletions
diff --git a/l10n-bn/toolkit/toolkit/main-window/autocomplete.ftl b/l10n-bn/toolkit/toolkit/main-window/autocomplete.ftl new file mode 100644 index 0000000000..c1b91ac192 --- /dev/null +++ b/l10n-bn/toolkit/toolkit/main-window/autocomplete.ftl @@ -0,0 +1,24 @@ +# 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/. + + +### Import Logins Autocomplete + + +## Variables: +## $host (String) - Host name of the current site. + +autocomplete-import-logins-chrome = + <div data-l10n-name="line1">{ $host } ও অন্যান্য সাইটের জন্য</div> + <div data-l10n-name="line2">গুগল ক্রোম থেকে আপনার লগইন আমদানি করুন</div> +autocomplete-import-logins-chromium = + <div data-l10n-name="line1">{ $host } ও অন্যান্য সাইটের জন্য</div> + <div data-l10n-name="line2">ক্রোমিয়াম থেকে আপনার লগইন আমদানি করুন</div> +autocomplete-import-logins-chromium-edge = + <div data-l10n-name="line1">{ $host } ও অন্যান্য সাইটের জন্য</div> + <div data-l10n-name="line2">মাইক্রোসফট এজ থেকে আপনার লগইন আমদানি করুন</div> + +## + +autocomplete-import-learn-more = আরও জানুন diff --git a/l10n-bn/toolkit/toolkit/main-window/findbar.ftl b/l10n-bn/toolkit/toolkit/main-window/findbar.ftl new file mode 100644 index 0000000000..7d75d765da --- /dev/null +++ b/l10n-bn/toolkit/toolkit/main-window/findbar.ftl @@ -0,0 +1,76 @@ +# 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 = + { $total -> + [one] { $total }টির { $current } নং মিল + *[other] { $total }টির { $current } নং মিল + } + +# Variables: +# $limit (Number): Total count of matches allowed before counting stops +findbar-found-matches-count-limit = + .value = + { $limit -> + [one] { $limit }টির বেশি মিল + *[other] { $limit }টির বেশি মিল + } |