Skip to content

Commit 7d1d1c6

Browse files
committed
Remove unused strings
1 parent 9782793 commit 7d1d1c6

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

app/src/main/res/fabric.properties

Lines changed: 0 additions & 2 deletions
This file was deleted.

app/src/main/res/values/strings.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
<string name="google_tos_label">Google TOS</string>
3030
<string name="firebase_tos_label">Firebase TOS</string>
3131
<string name="tos_header">Terms of Service URL:</string>
32-
<string name="unknown_response">Unexpected onActivityResult response code</string>
33-
<string name="ok_label">OK</string>
3432
<string name="unknown_sign_in_response">Unknown response from AuthUI sign-in</string>
3533
<string name="sign_in_cancelled">Sign in cancelled</string>
3634
<string name="signed_in_header">You are signed in!</string>

auth/src/main/res/values/strings.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@
1111
<string name="title_confirm_recover_password_activity">@string/check_your_email</string>
1212

1313
<string name="email_hint">Email</string>
14-
<string name="sign_in_no_password_title">Put an email to use for sign in</string>
1514
<string name="password_hint">Password</string>
16-
<string name="button_password_recovery_text">Trouble remembering your password</string>
1715
<string name="name_hint">First &amp; last name</string>
18-
<string name="password_recovery_title">Forgot password</string>
1916
<string name="password_recovery_body">Get instructions sent to this email that explain how to
2017
reset your password.</string>
2118
<string name="create_account_title">Create account</string>
@@ -28,11 +25,9 @@
2825
<string name="error_user_collision">An account already exists with that email address.</string>
2926
<string name="button_text_send">Send</string>
3027
<string name="button_text_save">Save</string>
31-
<string name="require_email_text">Please input email address</string>
3228
<string name="confirm_recovery_body">Follow the instructions sent to %1$s to recover your
3329
password.</string>
3430
<string name="error_email_does_not_exist">That email address doesn\'t match an existing account</string>
35-
<string name="account_welcomeback">Welcome back</string>
3631
<string name="finding_credential">Finding a credential…</string>
3732
<string name="do_delete">Delete</string>
3833
<string name="welcome_back">Welcome back!</string>
@@ -52,15 +47,13 @@
5247
<string name="welcome_back_password_prompt_body">You\'ve already used
5348
<xliff:g id="email_addr" example="[email protected]">%1$s</xliff:g> to sign in. Enter
5449
your password for that account.</string>
55-
<string name="password_word">Password</string>
5650
<string name="idp_name_google">Google</string>
5751
<string name="idp_name_facebook">Facebook</string>
5852
<string name="create_account_preamble">"By tapping SAVE you are indicating that you agree to the "</string>
5953
<string name="terms_of_service">Terms of Service</string>
6054
<string name="sign_in_with_email">Sign in with email</string>
6155
<string name="login_error">Login unsuccessful</string>
6256
<string name="email_account_creation_error">Email account registration unsuccessful</string>
63-
<string name="missing_password_email_toast">Missing password or email</string>
6457

6558
<string name="progress_dialog_loading">Loading…</string>
6659
<string name="progress_dialog_sending">Sending…</string>

0 commit comments

Comments
 (0)