tor-browser

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

strings.xml (3352B)


      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>
      6    <!-- Autofill: Text shown in popup in third-party app if the browser app needs to be unlocked before
      7     a username or password can be autofilled for the highlighted text field. %1$s will be replaced
      8     with the name of the browser application (e.g. Firefox) -->
      9    <string name="mozac_feature_autofill_popup_unlock_application">Unlock %1$s</string>
     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    <string name="mozac_feature_autofill_popup_no_username">(No username)</string>
     15 
     16    <!-- Autofill: Text shown in popup in third-party app to autofill the password for an account.
     17    %1$s will be replaced with the login/username of the account. -->
     18    <string name="mozac_feature_autofill_popup_password">Password for %1$s</string>
     19 
     20    <!-- Autofill: Title of a dialog asking the user to confirm before autofilling credentials into
     21    a third-party app after the authenticity verification failed. -->
     22    <string name="mozac_feature_autofill_confirmation_title">Verification failed</string>
     23 
     24    <!-- Autofill: Text shown in dialog asking the user to confirm before autofilling credentials into a
     25    third-party app where we could not verify the authenticity (e.g. we determined that this app is
     26    a twitter client and we could autofill twitter credentials, but according to the "Digital Asset
     27    Links" this application is not the official Twitter application for twitter.com credentials.
     28    %1$s will be replaced with the name of the browser application (e.g. Firefox).
     29    -->
     30    <string name="mozac_feature_autofill_confirmation_authenticity">%1$s could not verify the authenticity of the application. Do you want to proceed with autofilling the selected credentials?</string>
     31 
     32    <!-- Autofill: Positive button shown in dialog asking the user to confirm before autofilling
     33    credentials in a third-part app (Also see string mozac_feature_autofill_confirmation_authenticity). -->
     34    <string name="mozac_feature_autofill_confirmation_yes">Yes</string>
     35 
     36    <!-- Autofill: Negative button shown in dialog asking the user to confirm before autofilling
     37    credentials in a third-part app (Also see string mozac_feature_autofill_confirmation_authenticity). -->
     38    <string name="mozac_feature_autofill_confirmation_no">No</string>
     39 
     40    <!-- Autofill: When showing a list of logins to autofill in a third-party app, then this is the
     41    last item in the list. When clicking it a new screen opens which allows the user to search for
     42    a specific login. %1$s will be replaced with the name of the application (e.g. "Firefox") -->
     43    <string name="mozac_feature_autofill_search_suggestions">Search %1$s</string>
     44 
     45    <!-- Autofill: Hint shown in the text field used to search specific logins. Shown when the field
     46     is empty and the user has not entered any text into it yet. -->
     47    <string name="mozac_feature_autofill_search_hint">Search logins</string>
     48 </resources>