1 <?xml version="1.0" encoding="utf-8"?>
3 <!-- Autofill: Text shown in popup in third-party app if the browser app needs to be unlocked before
4 a username or password can be autofilled for the highlighted text field. %1$s will be replaced
5 with the name of the browser application (e.g. Firefox) -->
6 <string name="mozac_feature_autofill_popup_unlock_application">ປົດລັອກ %1$s</string>
8 <!-- Autofill: Text shown in popup in third-party app if we found a matching account, but no
9 username is saved (e.g. we only have a password). This text will be shown in place where otherwise
10 the username would be displayed. -->
11 <string name="mozac_feature_autofill_popup_no_username">(ບໍ່ມີຊື່ຜູ້ໃຊ້)</string>
13 <!-- Autofill: Text shown in popup in third-party app to autofill the password for an account.
14 %1$s will be replaced with the login/username of the account. -->
15 <string name="mozac_feature_autofill_popup_password">ລະຫັດຜ່ານສຳລັບ %1$s</string>
17 <!-- Autofill: Title of a dialog asking the user to confirm before autofilling credentials into
18 a third-party app after the authenticity verification failed. -->
19 <string name="mozac_feature_autofill_confirmation_title">ການຢັ້ງຢືນລົ້ມເຫລວ</string>
21 <!-- Autofill: Text shown in dialog asking the user to confirm before autofilling credentials into a
22 third-party app where we could not verify the authenticity (e.g. we determined that this app is
23 a twitter client and we could autofill twitter credentials, but according to the "Digital Asset
24 Links" this application is not the official Twitter application for twitter.com credentials.
25 %1$s will be replaced with the name of the browser application (e.g. Firefox).
27 <string name="mozac_feature_autofill_confirmation_authenticity">%1$s ບໍ່ສາມາດລະບຸຄວາມຖືກຕ້ອງຂອງແອັບພຣິເຄຊັນໄດ້. ທ່ານຕ້ອງການຕື່ມຂໍ້ມູນປະຈຳຕົວຂອງທ່ານທີ່ເລືອກອັດຕະໂນມັດຫລືບໍ?</string>
29 <!-- Autofill: Positive button shown in dialog asking the user to confirm before autofilling
30 credentials in a third-part app (Also see string mozac_feature_autofill_confirmation_authenticity). -->
31 <string name="mozac_feature_autofill_confirmation_yes">ຕ້ອງການ</string>
33 <!-- Autofill: Negative button shown in dialog asking the user to confirm before autofilling
34 credentials in a third-part app (Also see string mozac_feature_autofill_confirmation_authenticity). -->
35 <string name="mozac_feature_autofill_confirmation_no">ບໍ່ຕ້ອງການ</string>
37 <!-- Autofill: When showing a list of logins to autofill in a third-party app, then this is the
38 last item in the list. When clicking it a new screen opens which allows the user to search for
39 a specific login. %1$s will be replaced with the name of the application (e.g. "Firefox") -->
40 <string name="mozac_feature_autofill_search_suggestions">ຄົ້ນຫາ %1$s</string>
42 <!-- Autofill: Hint shown in the text field used to search specific logins. Shown when the field
43 is empty and the user has not entered any text into it yet. -->
44 <string name="mozac_feature_autofill_search_hint">ຄົ້ນຫາຂໍ້ມູນການລັອກອິນ</string>