summaryrefslogtreecommitdiffstats
path: root/mobile/android/android-components/components/browser/toolbar2/src/main/res/values-bn/strings.xml
blob: 8c93a8c6e751b0ebebef55580d6ebe1acf03b2bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Content description (not visible, for screen readers etc.): Description for the overflow menu button in the browser toolbar. -->
    <string name="mozac_browser_toolbar_menu_button">মেনু</string>
    <string name="mozac_clear_button_description">পরিষ্কার করুন</string>
    <!-- Content description: For the tracking protection toolbar icon, it is set when the site has tracking protection enabled, but none trackers have been blocked or detected. -->
    <string name="mozac_browser_toolbar_content_description_tracking_protection_on_no_trackers_blocked">ট্র্যাকিং সুরক্ষা চালু আছে</string>
    <!-- Content description: For the tracking protection toolbar icon, it is set when the site has tracking protection enabled, and trackers have been blocked or detected.-->
    <string name="mozac_browser_toolbar_content_description_tracking_protection_on_trackers_blocked1">ট্র্যাকিং সুরক্ষা ট্র্যাকারদের অবরুদ্ধ করেছে</string>
    <!-- Content description: For the tracking protection toolbar icon, it is set when the site has tracking protection disabled.-->
    <string name="mozac_browser_toolbar_content_description_tracking_protection_off_for_a_site1">এই সাইটের জন্য ট্র্যাকিং সুরক্ষা বন্ধ</string>
    <!-- Content description: For the site security information icon (the site security icon).-->
    <string name="mozac_browser_toolbar_content_description_site_info">সাইটের তথ্য</string>
    <!-- Announcement made by the screen reader when the progress bar is shown and a page is loading -->
    <string name="mozac_browser_toolbar_progress_loading">লোড হচ্ছে</string>
    <!-- Content description: For the autoplay toolbar icon, it is set when the auto play permission is blocking content playing.-->
    <string name="mozac_browser_toolbar_content_description_autoplay_blocked">কিছু বিষয়বস্তু অটোপ্লে সেটিং দ্বারা ব্লক করা হয়েছে</string>
</resources>