Commit 36ae4297 authored by runner's avatar runner Committed by mergify[bot]
Browse files

Strings - components/feature/autofill/src/main/res/values-tzm/strings.xml

parent e133c570
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <!-- Autofill: Text shown in popup in third-party app if the browser app needs to be unlocked before
     a username or password can be autofilled for the highlighted text field. %1$s will be replaced
     with the name of the browser application (e.g. Firefox) -->
    <string name="mozac_feature_autofill_popup_unlock_application">Rẓem %1$s</string>

    <!-- Autofill: Text shown in popup in third-party app if we found a matching account, but no
    username is saved (e.g. we only have a password). This text will be shown in place where otherwise
    the username would be displayed. -->
    <string name="mozac_feature_autofill_popup_no_username">(Walu yism unessemres)</string>

    <!-- Autofill: Text shown in popup in third-party app to autofill the password for an account.
    %1$s will be replaced with the login/username of the account. -->
    <string name="mozac_feature_autofill_popup_password">Taguri n uzerray i %1$s</string>
@@ -12,4 +22,5 @@
    <!-- Autofill: Negative button shown in dialog asking the user to confirm before autofilling
    credentials in a third-part app (Also see string mozac_feature_autofill_confirmation_authenticity). -->
    <string name="mozac_feature_autofill_confirmation_no">Uhu</string>

    </resources>