-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstrings.xml
More file actions
90 lines (81 loc) · 5.82 KB
/
strings.xml
File metadata and controls
90 lines (81 loc) · 5.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<resources>
<string name="app_title">Native Authentication Sample</string>
<string name="app_name">Native Authentication Sample</string>
<!-- Title -->
<string name="title_email_password_sisu">"Email & Password"</string>
<string name="title_email_oob_sisu">"Email & OTP"</string>
<string name="title_email_attribute_oob_sisu">"Custom Attributes"</string>
<string name="title_email_oob_sspr">"Password Reset"</string>
<string name="title_more">"More"</string>
<string name="title_web_fallback">"Web Fallback"</string>
<string name="title_idp_web_flow">"Identity Provider Web"</string>
<string name="title_access_web_api">"Access Protected Web APIs"</string>
<string name="title_mfa">"Multi-factor authentication"</string>
<!-- General -->
<string name="sign_in">"Sign In"</string>
<string name="sign_up">"Sign Up"</string>
<string name="sign_out">"Sign Out"</string>
<string name="forget_password">"Forget Password"</string>
<string name="submit_password">"Submit"</string>
<string name="create">"Create New User"</string>
<string name="verify_email">"Send"</string>
<string name="verify_code">"Next"</string>
<string name="register_auth_method">"Continue"</string>
<string name="resend_code_text">"Resend Code"</string>
<string name="resend_challenge_text">"Resend Challenge"</string>
<string name="api_get">"API - Perform GET"</string>
<string name="result">Result</string>
<string name="hint_text_value">"Please fill in the required information:"</string>
<string name="hint_password_text_value">"Please submit a new password."</string>
<string name="oob_hint_text_value">"Please enter the code that you received in your email."</string>
<string name="attributes_hint_text_value">"Additional attributes are required, please enter them below."</string>
<string name="mfa_challenge_hint_text_value">"Please enter the challenge that you received in your challengeChannel loginHint."</string>
<string name="strong_auth_challenge_hint_text_value">"Please enter the verification code that was send to your %1$s %2$s. This step is needed to register a new strong authentication method."</string>
<string name="strong_auth_email_hint_text_value">"For Multi-factor authentication, you can enter a separate email address (optional). If you don't provide one, we will use your primary email address."</string>
<string name="strong_auth_sms_hint_text_value">"For Multi-factor authentication using SMS please enter your phone number. The format needs to be \"+<country code> <number>\", for example \"+1 000111222\""</string>
<string name="pick_auth_method_registration_text_value">"Please select a method you want to register for multi-factor authentication."</string>
<string name="select_idp">"Please select an Identity Provider (domain_hint)"</string>
<string name="sign_in_successful_message">"Sign in successful"</string>
<string name="sign_up_successful_message">"Sign up successful. Signing in."</string>
<string name="sign_in_switch_to_otp_message">"Account requires code for sign in"</string>
<string name="sign_out_successful_message">"Sign out successful"</string>
<string name="password_reset_success_message">"Password change successful. Signing in."</string>
<string name="resend_code_message">"New code sent"</string>
<string name="resend_challenge_message">"New challenge sent"</string>
<string name="yes_message">"Yes"</string>
<string name="cancel_message">"Cancel"</string>
<!-- Notice -->
<string name="mfa_required_notice">"Multi-factor authentication is required. Do you want to proceed?"</string>
<string name="strong_auth_method_title">"Strong authentication method"</string>
<string name="strong_auth_method_message">"Registration of strong authentication method is required. \nDo you want to proceed?"</string>
<!-- Errors -->
<string name="msal_exception_title">"MSAL Exception"</string>
<string name="unexpected_sdk_result_title">"Unexpected Result"</string>
<string name="unexpected_sdk_error_title">"Unexpected Error"</string>
<string name="network_request_exception_titile">"Network Request Exception"</string>
<string name="invalid_web_url_title">"Invalid WEB_API_BASE_URL"</string>
<string name="unknown_error_message">"Unknown error"</string>
<string name="invalid_web_url_message">"Please set the WEB_API_BASE_URL constant to the URL of your web API."</string>
<!-- Fields -->
<string name="attribute_email">"Email"<font color='@android:color/red'>*</font></string>
<string name="attribute_email_or_username">"Email or Username"<font color='@android:color/red'>*</font></string>
<string name="attribute_phone_number">"Phone number"<font color='@android:color/red'>*</font></string>
<string name="attribute_password">"Password"<font color='@android:color/red'>*</font></string>
<string name="attribute_country">"Country"</string>
<string name="attribute_city">"City"</string>
<string name="attribute_given">"Given name"</string>
<string name="attribute_surname">"Surname"</string>
<string name="attribute_otp">"Code"</string>
<string name="attribute_username">"Username"</string>
<string name="submit_attributes">"Submit"</string>
<string name="attribute_mfa_challenge">"Challenge"</string>
<!-- Results -->
<string name="result_account_text">"Account username: "</string>
<string name="result_access_token_text">"Access token: "</string>
<string name="result_access_token_of_scopes_text">"Access token of scopes:\n"</string>
<string name="result_id_token_text">"ID token: "</string>
<string name="result_text">"Result: "</string>
<string name="response_api">"API response is: "</string>
<!-- Image descriptions -->
<string name="chevron_description">"Chevron right"</string>
</resources>