tor-browser

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

strings.xml (1776B)


      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">(వాడుకరి పేరు లేదు)</string>
     16  <!--
     17    Autofill: Text shown in popup in third-party app to autofill the password for an account.
     18    %1$s will be replaced with the login/username of the account.
     19  -->
     20  <string name="mozac_feature_autofill_popup_password">%1$sకి సంకేతపదం</string>
     21  <!--
     22    Autofill: Title of a dialog asking the user to confirm before autofilling credentials into
     23    a third-party app after the authenticity verification failed.
     24  -->
     25  <string name="mozac_feature_autofill_confirmation_title">తనిఖీ విఫలమైంది</string>
     26  <!--
     27    Autofill: Positive button shown in dialog asking the user to confirm before autofilling
     28    credentials in a third-part app (Also see string mozac_feature_autofill_confirmation_authenticity).
     29  -->
     30  <string name="mozac_feature_autofill_confirmation_yes">అవును</string>
     31  <!--
     32    Autofill: Negative 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  -->
     35  <string name="mozac_feature_autofill_confirmation_no">వద్దు</string>
     36 </resources>