Commit 4c5b9482 authored by runner's avatar runner Committed by mergify[bot]
Browse files

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

parent b88f2095
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -33,4 +33,13 @@
    <!-- Autofill: Negative button shown in dialog asking the user to confirm before autofilling
    <!-- 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). -->
    credentials in a third-part app (Also see string mozac_feature_autofill_confirmation_authenticity). -->
    <string name="mozac_feature_autofill_confirmation_no">No</string>
    <string name="mozac_feature_autofill_confirmation_no">No</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">Cerca al %1$s</string>

    <!-- Autofill: Hint shown in the text field used to search specific logins. Shown when the field
     is empty and the user has not entered any text into it yet. -->
    <string name="mozac_feature_autofill_search_hint">Cerca els inicis de sessió</string>
</resources>
</resources>