Import l10n.
[gecko.git] / mobile / android / android-components / components / feature / autofill / src / main / res / values-ko / strings.xml
blobc8dc9de112536a4a40e4080fb262a5ccf0be0632
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
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).
26     -->
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>
45 </resources>