summaryrefslogtreecommitdiffstats
path: root/mobile/android/android-components/components/feature/autofill/src/main/res/values-hil/strings.xml
blob: 98eb4327ac9fb81a0ce78fb825964f59ac52d421 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <!-- Autofill: Positive 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_yes">Huo</string>

    <!-- 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">Indi</string>

    <!-- Autofill: When showing a list of logins to autofill in a third-party app, then this is the
    last item in the list. When clicking it a new screen opens which allows the user to search for
    a specific login. %1$s will be replaced with the name of the application (e.g. "Firefox") -->
    <string name="mozac_feature_autofill_search_suggestions">Pangitaon %1$s</string>

    </resources>