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

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

parent 86e998d8
Loading
Loading
Loading
Loading
+36 −0
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">Unlock %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">(Wala\'y username)</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">Password sa %1$s</string>

    <!-- Autofill: Title of a dialog asking the user to confirm before autofilling credentials into
    a third-party app after the authenticity verification failed. -->
    <string name="mozac_feature_autofill_confirmation_title">Verification napakyas</string>

    <!-- Autofill: Text shown in dialog asking the user to confirm before autofilling credentials into a
    third-party app where we could not verify the authenticity (e.g. we determined that this app is
    a twitter client and we could autofill twitter credentials, but according to the "Digital Asset
    Links" this application is not the official Twitter application for twitter.com credentials.
    %1$s will be replaced with the name of the browser application (e.g. Firefox).
    -->
    <string name="mozac_feature_autofill_confirmation_authenticity">Ang %1$s dili maka-suta sa katinuod sa application. Buot mo ba i-padayon sa pag-autofill ang mga napiling mga credential?</string>

    <!-- 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">Oo</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">Dili</string>
</resources>