tor-browser

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

strings.xml (3417B)


      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 the browser app needs to be unlocked before
     12    a username or password can be autofilled for the highlighted text field. %1$s will be replaced
     13    with the name of the browser application (e.g. Firefox)
     14  -->
     15  <string name="mozac_feature_autofill_popup_unlock_application">%1$s  பூட்டவிழ்</string>
     16  <!--
     17    Autofill: Text shown in popup in third-party app if we found a matching account, but no
     18    username is saved (e.g. we only have a password). This text will be shown in place where otherwise
     19    the username would be displayed.
     20  -->
     21  <string name="mozac_feature_autofill_popup_no_username">(பயனர்பெயர் இல்லை)</string>
     22  <!--
     23    Autofill: Text shown in popup in third-party app to autofill the password for an account.
     24    %1$s will be replaced with the login/username of the account.
     25  -->
     26  <string name="mozac_feature_autofill_popup_password">%1$s க்கான கடவுச்சொல்</string>
     27  <!--
     28    Autofill: Title of a dialog asking the user to confirm before autofilling credentials into
     29    a third-party app after the authenticity verification failed.
     30  -->
     31  <string name="mozac_feature_autofill_confirmation_title">சரிபார்ப்பு தோல்வி</string>
     32  <!--
     33    Autofill: Text shown in dialog asking the user to confirm before autofilling credentials into a
     34    third-party app where we could not verify the authenticity (e.g. we determined that this app is
     35    a twitter client and we could autofill twitter credentials, but according to the "Digital Asset
     36    Links" this application is not the official Twitter application for twitter.com credentials.
     37    %1$s will be replaced with the name of the browser application (e.g. Firefox).
     38  -->
     39  <string name="mozac_feature_autofill_confirmation_authenticity">%1$s ஆல் செயலியின் நம்பகத்தன்மையை சரிபார்க்க இயலவில்லை. தேர்ந்தெடுக்கப்பட்ட நற்சான்றிதழ்களை தானாக நிரப்புவதன் மூலம் தொடர விரும்புகிறீர்களா?</string>
     40  <!--
     41    Autofill: Positive button shown in dialog asking the user to confirm before autofilling
     42    credentials in a third-part app (Also see string mozac_feature_autofill_confirmation_authenticity).
     43  -->
     44  <string name="mozac_feature_autofill_confirmation_yes">ஆம்</string>
     45  <!--
     46    Autofill: Negative button shown in dialog asking the user to confirm before autofilling
     47    credentials in a third-part app (Also see string mozac_feature_autofill_confirmation_authenticity).
     48  -->
     49  <string name="mozac_feature_autofill_confirmation_no">இல்லை</string>
     50  <!--
     51    Autofill: Hint shown in the text field used to search specific logins. Shown when the field
     52    is empty and the user has not entered any text into it yet.
     53  -->
     54  <string name="mozac_feature_autofill_search_hint">புகுபதிகைகளைத் தேடு</string>
     55 </resources>