tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

strings.xml (1217B)


      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    <!-- Content description (not visible, for screen readers etc.): Description for the overflow menu button in the browser toolbar. -->
      7    <string name="mozac_browser_menu_button">Menu</string>
      8    <!-- Content description (not visible, for screen readers etc.): Indicates the overflow menu has a highlight -->
      9    <string name="mozac_browser_menu_highlighted">Highlighted</string>
     10    <!-- Label for extensions submenu section -->
     11    <string name="mozac_browser_menu_extensions">Extensions</string>
     12    <!-- Label for extensions sub menu item for extensions manager -->
     13    <string name="mozac_browser_menu_extensions_manager">Extensions Manager</string>
     14    <!-- Content description for the action bar "up" button of the extensions sub menu item -->
     15    <string name="mozac_browser_menu_extensions_content_description">Extensions, navigate up</string>
     16 </resources>