tor-browser

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

strings.xml (1237B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 
      3 <!--
      4  This Source Code Form is subject to the terms of the Mozilla Public
      5  License, v. 2.0. If a copy of the MPL was not distributed with this
      6  file, You can obtain one at http://mozilla.org/MPL/2.0/.
      7 -->
      8 
      9 <resources>
     10  <!--
     11    Autofill: Text shown in popup in third-party app if we found a matching account, but no
     12    username is saved (e.g. we only have a password). This text will be shown in place where otherwise
     13    the username would be displayed.
     14  -->
     15  <string name="mozac_feature_autofill_popup_no_username">(Alaa innde kuutoro)</string>
     16  <!--
     17    Autofill: When showing a list of logins to autofill in a third-party app, then this is the
     18    last item in the list. When clicking it a new screen opens which allows the user to search for
     19    a specific login. %1$s will be replaced with the name of the application (e.g. "Firefox")
     20  -->
     21  <string name="mozac_feature_autofill_search_suggestions">Yiylo %1$s</string>
     22  <!--
     23    Autofill: Hint shown in the text field used to search specific logins. Shown when the field
     24    is empty and the user has not entered any text into it yet.
     25  -->
     26  <string name="mozac_feature_autofill_search_hint">Yiylo ceŋorɗe</string>
     27 </resources>