Skip to content

Commit 448de18

Browse files
committed
Firebase Phone Auth. Add localization strings description,
Change-Id: Ic0be081b0b1c3fa9307f207cde809cf3f32009a8
1 parent 1127c66 commit 448de18

File tree

4 files changed

+28
-8
lines changed

4 files changed

+28
-8
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
// The text of the button used to sign-in with Facebook.
1+
/* The text of the button used to sign-in with Facebook. */
22
"SignInWithFacebook" = "Sign in with Facebook";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
// The text of the button used to sign-in with Google.
1+
/* The text of the button used to sign-in with Google. */
22
"SignInWithGoogle" = "Sign in with Google";
Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,62 @@
1-
// The text of the button used to sign-in with Phone.
1+
/* The text of the button used to sign-in with Phone. */
22
"SignInWithPhone" = "Sign in with phone";
33

4+
/* The title of view controller where user enters phone number. */
45
"EnterPhoneTitle" = "Enter phone number";
56

7+
/* The title of button on navigation controller which navigates to previous screen. */
8+
"Back" = "Back";
9+
10+
/* The title of button on navigation controller which navigates to the next screen. */
611
"Next" = "Next";
712

13+
/* The title of button which user taps on phone verification screen. */
814
"Verify" = "Verify";
915

16+
/* Alert message displayed when user submits empty verification code. */
1017
"EmptyVerificationCode" = "Verification code can't be empty.";
1118

19+
/* Alert message displayed when user submits empty phone number. */
1220
"EmptyPhoneNumber" = "Phone number can't be empty.";
1321

22+
/* Label next to the left of phone number entry field. */
1423
"PhoneNumber" = "Number";
1524

25+
/* Placeholder shown for phone number input field. */
1626
"EnterYourPhoneNumber" = "Phone number";
1727

28+
/* Label next to the left of country selector control. */
1829
"Country" = "Country";
1930

31+
/* Text of the label shown on the verification screen describing that verification code was sent to phone number. */
2032
"EnterCodeDescription" = "Enter the %@-digit code we sent to";
2133

34+
/* The title of button with resend verification code functionality. */
2235
"ResendCode" = "Resend code";
2336

37+
/* Text of the resend timer label shown on verification phone number screen. */
2438
"ResendCodeTimer" = "Resend code in %@";
2539

40+
/* The title of view controller where user verifies phone number. . */
2641
"VerifyPhoneTitle" = "Verify phone number";
2742

43+
/* The title of button displayed when user closes alert message. */
44+
"Done" = "Done";
45+
46+
/* The title of alert shown when user entered invalid phone number format. */
2847
"IncorrectPhoneTitle" = "Invalid phone number";
2948

49+
/* The body message of alert shown when user entered invalid phone number format. */
3050
"IncorrectPhoneMessage" = "Try entering your phone number again.";
3151

52+
/* The body message of alert shown when user tapped resend verification code button. */
3253
"ResendCodeResult" = "Code was sent to %@";
3354

55+
/* The title of alert shown when user entered invalid verification code. */
3456
"IncorrectCodeTitle" = "Incorrect verification code";
3557

58+
/* The body message of alert shown when user entered invalid verification code. */
3659
"IncorrectCodeMessage" = "Try entering your verification code again.";
3760

38-
"Done" = "Done";
39-
40-
"Back" = "Back";
41-
61+
/* The body message of alert shown when internal server error appeared. */
4262
"InternalErrorMessage" = "Your request couldn't be completed. Try again later.";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
// The text of the button used to sign-in with Twitter.
1+
/* The text of the button used to sign-in with Twitter. */
22
"SignInWithTwitter" = "Sign in with Twitter";

0 commit comments

Comments
 (0)