Import l10n.
[gecko.git] / mobile / android / android-components / components / feature / autofill / src / main / res / values-kaa / strings.xml
blob3a6885c0048e359e1b1e226b17abc7e15ecf4976
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
4     <!-- Autofill: Text shown in popup in third-party app if we found a matching account, but no
5     username is saved (e.g. we only have a password). This text will be shown in place where otherwise
6     the username would be displayed. -->
7     <string name="mozac_feature_autofill_popup_no_username">(Paydalanıwshı atı joq)</string>
9     <!-- Autofill: Positive button shown in dialog asking the user to confirm before autofilling
10     credentials in a third-part app (Also see string mozac_feature_autofill_confirmation_authenticity). -->
11     <string name="mozac_feature_autofill_confirmation_yes">Awa</string>
13     <!-- Autofill: Negative button shown in dialog asking the user to confirm before autofilling
14     credentials in a third-part app (Also see string mozac_feature_autofill_confirmation_authenticity). -->
15     <string name="mozac_feature_autofill_confirmation_no">Yaq</string>
17     <!-- Autofill: When showing a list of logins to autofill in a third-party app, then this is the
18     last item in the list. When clicking it a new screen opens which allows the user to search for
19     a specific login. %1$s will be replaced with the name of the application (e.g. "Firefox") -->
20     <string name="mozac_feature_autofill_search_suggestions">%1$s izleń</string>
22     <!-- Autofill: Hint shown in the text field used to search specific logins. Shown when the field
23      is empty and the user has not entered any text into it yet. -->
24     <string name="mozac_feature_autofill_search_hint">Loginlerdi zleń</string>
25 </resources>