tor-browser

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

strings.xml (881B)


      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 
      6 <resources>
      7    <!-- Search Widget -->
      8    <!-- Content description for searching with a widget. %1$s is the name of the app (for example "Firefox"). -->
      9    <string name="search_widget_content_description">Open a new %1$s tab</string>
     10    <!-- Text preview for smaller sized widgets. -->
     11    <string name="search_widget_text_short">Search</string>
     12    <!-- Text preview for larger sized widgets. -->
     13    <string name="search_widget_text_long">Search the web</string>
     14    <!-- Content description (not visible, for screen readers etc.): Voice search. -->
     15    <string name="search_widget_voice">Voice search</string>
     16 </resources>