strings.xml (1820B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public 3 - License, v. 2.0. If a copy of the MPL was not distributed with this 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 5 <resources xmlns:tools="http://schemas.android.com/tools" xmlns:moz="http://mozac.org/tools"> 6 <!-- Message announced to the user when tab tray is selected 7 The %1$s will be replaced by the number of opened tabs --> 8 <string name="mozac_tab_counter_open_tab_tray">Tabs Open: %1$s. Tap to switch tabs.</string> 9 <!-- Message announced to the user when tab tray is selected used by a11y services 10 The %1$s will be replaced by the number of opened tabs --> 11 <string name="mozac_open_tab_counter_tab_tray">Non-private Tabs Open: %1$s. Tap to switch tabs.</string> 12 <!-- Message announced to the user when the tab counter is selected in private browsing mode. 13 Used by a11y services. The %1$s will be replaced by the number of opened tabs --> 14 <string name="mozac_tab_counter_private">Private Tabs Open: %1$s. Tap to switch tabs.</string> 15 <!-- Browser menu button that creates a new tab --> 16 <string name="mozac_browser_menu_new_tab">New tab</string> 17 <!-- Browser menu button that creates a private tab --> 18 <string name="mozac_browser_menu_new_private_tab">New private tab</string> 19 <!-- Browser menu button to close tab. Closes the current session when pressed. --> 20 <string name="mozac_close_tab">Close tab</string> 21 <!-- Menu option to duplicate the current tab --> 22 <string name="mozac_ui_tabcounter_duplicate_tab">Duplicate tab</string> 23 <!-- Content description of the tab counter toolbar button --> 24 <string name="mozac_tab_counter_content_description">The tab counter toolbar button.</string> 25 </resources>