summaryrefslogtreecommitdiffstats
path: root/mobile/android/android-components/components/compose/tabstray/src/main/res/values-vi/strings.xml
blob: b72a0a985dfe2cb630aec08e45c2016c1ec84b4b (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Message announced to the user when tab tray is selected with 1 tab -->
    <string name="mozac_tab_counter_open_tab_tray_single">1 thẻ đang mở. Chạm để chuyển thẻ.</string>
    <!-- Message announced to the user when tab tray is selected with multiple tabs. %1$s is getting replaced with the number of open tabs. -->
    <string name="mozac_tab_counter_open_tab_tray_plural">%1$s thẻ đang mở. Chạm để chuyển thẻ.</string>
</resources>