summaryrefslogtreecommitdiffstats
path: root/mobile/android/android-components/components/ui/tabcounter/src/main/res/values-in/strings.xml
blob: 63a84de0955d048fb653d37750900794a04aabba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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 tab terbuka. Ketuk untuk beralih tab.</string>
    <!-- Message announced to the user when tab tray is selected with multiple tabs -->
    <string name="mozac_tab_counter_open_tab_tray_plural">%1$s tab terbuka. Ketuk untuk beralih tab.</string>
    <!-- Browser menu button that creates a new tab -->
    <string name="mozac_browser_menu_new_tab">Tab baru</string>
    <!-- Browser menu button that creates a private tab -->
    <string name="mozac_browser_menu_new_private_tab">Tab pribadi baru</string>
    <!-- Browser menu button to close tab. Closes the current session when pressed. -->
    <string name="mozac_close_tab">Tutup tab</string>
    <!-- Menu option to duplicate the current tab -->
    <string name="mozac_ui_tabcounter_duplicate_tab">Gandakan tab</string>
    <!-- Content description of the tab counter toolbar button -->
    <string name="mozac_tab_counter_content_description">Tombol bilah alat penghitung tab.</string>
</resources>