summaryrefslogtreecommitdiffstats
path: root/mobile/android/android-components/components/compose/tabstray/src/main/res/values-de/strings.xml
blob: 704e927f0e08aa0d654bcc56b18fcd8ff5a65eb1 (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 offener Tab. Antippen, um  Tabs zu wechseln.</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 offene Tabs. Antippen, um  Tabs zu wechseln.</string>
</resources>