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

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

parent 8b457756
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -33,4 +33,13 @@
    <!-- 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">Nei</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">Søk %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">Søk innlogginger</string>
</resources>