|
1 | 1 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
2 | 2 | <string name="app_name">ui_flow</string>
|
3 | 3 |
|
| 4 | + <!-- Common --> |
4 | 5 | <string name="default_toolbar_title">@string/app_name</string>
|
5 |
| - <string name="title_welcome_back_password_prompt">@string/sign_in_default</string> |
6 |
| - <string name="title_welcome_back_idp_prompt">@string/sign_in_default</string> |
7 |
| - <string name="title_check_email">@string/sign_in_default</string> |
8 |
| - <string name="title_register_email_activity">@string/create_account_title</string> |
9 |
| - <string name="title_recover_password_activity">@string/recover_password_title</string> |
10 |
| - <string name="title_confirm_recover_password_activity">@string/check_your_email</string> |
| 6 | + <string name="progress_dialog_loading">Loading…</string> |
| 7 | + <string name="sign_in_default">Sign in</string> |
| 8 | + <string name="general_error">An error has occurred.</string> |
11 | 9 |
|
| 10 | + <!-- Provider --> |
| 11 | + <string name="idp_name_google">Google</string> |
| 12 | + <string name="idp_name_facebook">Facebook</string> |
| 13 | + <string name="idp_name_twitter">Twitter</string> |
| 14 | + |
| 15 | + <!-- Auth method picker --> |
| 16 | + <string name="sign_in_with_google">Sign in with Google</string> |
| 17 | + <string name="sign_in_with_facebook">Sign in with Facebook</string> |
| 18 | + <string name="sign_in_with_twitter">Sign in with Twitter</string> |
| 19 | + <string name="sign_in_with_email">Sign in with email</string> |
| 20 | + |
| 21 | + <!-- Email common--> |
| 22 | + <string name="next_default">Next</string> |
12 | 23 | <string name="email_hint">Email</string>
|
13 | 24 | <string name="password_hint">Password</string>
|
14 |
| - <string name="name_hint">First & last name</string> |
15 |
| - <string name="password_recovery_body">Get instructions sent to this email that explain how to |
16 |
| - reset your password.</string> |
17 |
| - <string name="create_account_title">Create account</string> |
18 | 25 | <string name="required_field">You can\'t leave this empty.</string>
|
19 |
| - <plurals name="password_length"> |
20 |
| - <item quantity="one">Strong passwords have at least %1$d character and a mix of letters |
21 |
| - and numbers</item> |
22 |
| - <item quantity="other">Strong passwords have at least %1$d characters and a mix of letters |
23 |
| - and numbers</item> |
24 |
| - </plurals> |
25 | 26 | <string name="invalid_email_address">That email address isn\'t correct</string>
|
26 | 27 | <string name="missing_email_address">Enter your email address to continue</string>
|
27 |
| - <string name="error_weak_password">Password not strong enough. Use at least 6 characters and a mix of letters and numbers.</string> |
28 |
| - <string name="error_user_collision">An account already exists with that email address.</string> |
29 |
| - <string name="button_text_send">Send</string> |
| 28 | + <string name="progress_dialog_checking_accounts">Checking for existing accounts…</string> |
| 29 | + |
| 30 | + <!-- Email sign up --> |
| 31 | + <string name="title_register_email">Sign up</string> |
| 32 | + <string name="name_hint">First & last name</string> |
30 | 33 | <string name="button_text_save">Save</string>
|
31 |
| - <string name="confirm_recovery_body">Follow the instructions sent to %1$s to recover your |
32 |
| - password.</string> |
33 |
| - <string name="error_email_does_not_exist">That email address doesn\'t match an existing account</string> |
34 |
| - <string name="welcome_back">Welcome back!</string> |
35 |
| - <string name="trouble_signing_in">Trouble signing in?</string> |
36 |
| - <string name="next_default">Next</string> |
37 |
| - <string name="sign_in_default">Sign in</string> |
38 |
| - <string name="sign_in_with_google">Sign in with Google</string> |
39 |
| - <string name="sign_in_with_facebook">Sign in with Facebook</string> |
40 |
| - <string name="check_your_email">Check your email</string> |
41 |
| - <string name="recover_password_title">Recover password</string> |
| 34 | + <string name="progress_dialog_signing_up">Signing up…</string> |
| 35 | + <plurals name="error_weak_password"> |
| 36 | + <item quantity="one">Password not strong enough. Use at least %1$d character and a mix of letters and numbers</item> |
| 37 | + <item quantity="other">Password not strong enough. Use at least %1$d characters and a mix of letters and numbers</item> |
| 38 | + </plurals> |
| 39 | + <string name="email_account_creation_error">Email account registration unsuccessful</string> |
| 40 | + <string name="error_user_collision">An account already exists with that email address.</string> |
| 41 | + <string name="create_account_preamble">"By tapping SAVE you are indicating that you agree to the "</string> |
| 42 | + <string name="terms_of_service">Terms of Service</string> |
| 43 | + |
| 44 | + <!-- Idp/Email welcome back --> |
| 45 | + <string name="title_welcome_back_idp_prompt">@string/sign_in_default</string> |
| 46 | + <string name="title_welcome_back_password_prompt">@string/sign_in_default</string> |
42 | 47 | <string name="welcome_back_idp_header">You already have an account</string>
|
| 48 | + <string name="welcome_back_email_header">Welcome back!</string> |
43 | 49 | <string name="welcome_back_idp_prompt">
|
44 | 50 | You\'ve already used < xliff:g id= "email_addr" example= "[email protected]">%1$s</ xliff:g>.
|
45 | 51 | Sign in with <xliff:g id="provider_name" example="Google">%2$s</xliff:g> to continue.
|
46 | 52 | </string>
|
47 |
| - <string name="welcome_back_password_prompt_body">You\'ve already used |
48 |
| - < xliff:g id= "email_addr" example= "[email protected]">%1$s</ xliff:g> to sign in. Enter |
49 |
| - your password for that account.</string> |
50 |
| - <string name="idp_name_google">Google</string> |
51 |
| - <string name="idp_name_facebook">Facebook</string> |
52 |
| - <string name="idp_name_twitter">Twitter</string> |
53 |
| - <string name="create_account_preamble">"By tapping SAVE you are indicating that you agree to the "</string> |
54 |
| - <string name="terms_of_service">Terms of Service</string> |
55 |
| - <string name="sign_in_with_email">Sign in with email</string> |
56 |
| - <string name="sign_in_with_twitter">Sign in with Twitter</string> |
57 |
| - <string name="email_account_creation_error">Email account registration unsuccessful</string> |
58 |
| - <string name="general_error">An error has occurred.</string> |
59 |
| - |
| 53 | + <string name="welcome_back_password_prompt_body"> |
| 54 | + You\'ve already used < xliff:g id= "email_addr" example= "[email protected]">%1$s</ xliff:g> |
| 55 | + to sign in. Enter your password for that account. |
| 56 | + </string> |
| 57 | + <string name="progress_dialog_signing_in">Signing in…</string> |
| 58 | + <string name="trouble_signing_in">Trouble signing in?</string> |
60 | 59 |
|
61 |
| - <string name="progress_dialog_loading">Loading…</string> |
| 60 | + <!-- Password recovery --> |
| 61 | + <string name="title_recover_password_activity">Recover password</string> |
| 62 | + <string name="title_confirm_recover_password">Check your email</string> |
| 63 | + <string name="password_recovery_body">Get instructions sent to this email that explain how to |
| 64 | + reset your password.</string> |
| 65 | + <string name="button_text_send">Send</string> |
| 66 | + <string name="confirm_recovery_body">Follow the instructions sent to %1$s to recover your password.</string> |
62 | 67 | <string name="progress_dialog_sending">Sending…</string>
|
63 |
| - <string name="progress_dialog_signing_in">Signing in…</string> |
64 |
| - <string name="progress_dialog_signing_up">Signing up…</string> |
65 |
| - <string name="progress_dialog_checking_accounts">Checking for existing accounts…</string> |
| 68 | + <string name="error_email_does_not_exist">That email address doesn\'t match an existing account</string> |
66 | 69 |
|
67 | 70 | <!-- accessibility -->
|
68 | 71 | <string name="accessibility_logo">App logo</string>
|
|
0 commit comments