forked from firebase/FirebaseUI-Android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstrings.xml
72 lines (64 loc) · 3.95 KB
/
strings.xml
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
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name">ui_flow</string>
<!-- Common -->
<string name="default_toolbar_title">@string/app_name</string>
<string name="progress_dialog_loading">Loading…</string>
<string name="sign_in_default">Sign in</string>
<string name="general_error">An error has occurred.</string>
<!-- Provider -->
<string name="idp_name_google">Google</string>
<string name="idp_name_facebook">Facebook</string>
<string name="idp_name_twitter">Twitter</string>
<!-- Auth method picker -->
<string name="sign_in_with_google">Sign in with Google</string>
<string name="sign_in_with_facebook">Sign in with Facebook</string>
<string name="sign_in_with_twitter">Sign in with Twitter</string>
<string name="sign_in_with_email">Sign in with email</string>
<!-- Email common-->
<string name="next_default">Next</string>
<string name="email_hint">Email</string>
<string name="password_hint">Password</string>
<string name="required_field">You can\'t leave this empty.</string>
<string name="invalid_email_address">That email address isn\'t correct</string>
<string name="missing_email_address">Enter your email address to continue</string>
<string name="progress_dialog_checking_accounts">Checking for existing accounts…</string>
<!-- Email sign up -->
<string name="title_register_email">Sign up</string>
<string name="name_hint">First & last name</string>
<string name="button_text_save">Save</string>
<string name="progress_dialog_signing_up">Signing up…</string>
<plurals name="error_weak_password">
<item quantity="one">Password not strong enough. Use at least %1$d character and a mix of letters and numbers</item>
<item quantity="other">Password not strong enough. Use at least %1$d characters and a mix of letters and numbers</item>
</plurals>
<string name="email_account_creation_error">Email account registration unsuccessful</string>
<string name="error_user_collision">An account already exists with that email address.</string>
<string name="create_account_preamble">"By tapping SAVE you are indicating that you agree to the "</string>
<string name="terms_of_service">Terms of Service</string>
<!-- Idp/Email welcome back -->
<string name="title_welcome_back_idp_prompt">@string/sign_in_default</string>
<string name="title_welcome_back_password_prompt">@string/sign_in_default</string>
<string name="welcome_back_idp_header">You already have an account</string>
<string name="welcome_back_email_header">Welcome back!</string>
<string name="welcome_back_idp_prompt">
You\'ve already used <xliff:g id="email_addr" example="jane.doe@example.com">%1$s</xliff:g>.
Sign in with <xliff:g id="provider_name" example="Google">%2$s</xliff:g> to continue.
</string>
<string name="welcome_back_password_prompt_body">
You\'ve already used <xliff:g id="email_addr" example="jane.doe@example.com">%1$s</xliff:g>
to sign in. Enter your password for that account.
</string>
<string name="progress_dialog_signing_in">Signing in…</string>
<string name="trouble_signing_in">Trouble signing in?</string>
<!-- Password recovery -->
<string name="title_recover_password_activity">Recover password</string>
<string name="title_confirm_recover_password">Check your email</string>
<string name="password_recovery_body">Get instructions sent to this email that explain how to
reset your password.</string>
<string name="button_text_send">Send</string>
<string name="confirm_recovery_body">Follow the instructions sent to %1$s to recover your password.</string>
<string name="progress_dialog_sending">Sending…</string>
<string name="error_email_does_not_exist">That email address doesn\'t match an existing account</string>
<!-- accessibility -->
<string name="accessibility_logo">App logo</string>
</resources>