|
1 |
| -// The text of the button used to sign-in with Phone. |
| 1 | +/* The text of the button used to sign-in with Phone. */ |
2 | 2 | "SignInWithPhone" = "Sign in with phone";
|
3 | 3 |
|
| 4 | +/* The title of view controller where user enters phone number. */ |
4 | 5 | "EnterPhoneTitle" = "Enter phone number";
|
5 | 6 |
|
| 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. */ |
6 | 11 | "Next" = "Next";
|
7 | 12 |
|
| 13 | +/* The title of button which user taps on phone verification screen. */ |
8 | 14 | "Verify" = "Verify";
|
9 | 15 |
|
| 16 | +/* Alert message displayed when user submits empty verification code. */ |
10 | 17 | "EmptyVerificationCode" = "Verification code can't be empty.";
|
11 | 18 |
|
| 19 | +/* Alert message displayed when user submits empty phone number. */ |
12 | 20 | "EmptyPhoneNumber" = "Phone number can't be empty.";
|
13 | 21 |
|
| 22 | +/* Label next to the left of phone number entry field. */ |
14 | 23 | "PhoneNumber" = "Number";
|
15 | 24 |
|
| 25 | +/* Placeholder shown for phone number input field. */ |
16 | 26 | "EnterYourPhoneNumber" = "Phone number";
|
17 | 27 |
|
| 28 | +/* Label next to the left of country selector control. */ |
18 | 29 | "Country" = "Country";
|
19 | 30 |
|
| 31 | +/* Text of the label shown on the verification screen describing that verification code was sent to phone number. */ |
20 | 32 | "EnterCodeDescription" = "Enter the %@-digit code we sent to";
|
21 | 33 |
|
| 34 | +/* The title of button with resend verification code functionality. */ |
22 | 35 | "ResendCode" = "Resend code";
|
23 | 36 |
|
| 37 | +/* Text of the resend timer label shown on verification phone number screen. */ |
24 | 38 | "ResendCodeTimer" = "Resend code in %@";
|
25 | 39 |
|
| 40 | +/* The title of view controller where user verifies phone number. . */ |
26 | 41 | "VerifyPhoneTitle" = "Verify phone number";
|
27 | 42 |
|
| 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. */ |
28 | 47 | "IncorrectPhoneTitle" = "Invalid phone number";
|
29 | 48 |
|
| 49 | +/* The body message of alert shown when user entered invalid phone number format. */ |
30 | 50 | "IncorrectPhoneMessage" = "Try entering your phone number again.";
|
31 | 51 |
|
| 52 | +/* The body message of alert shown when user tapped resend verification code button. */ |
32 | 53 | "ResendCodeResult" = "Code was sent to %@";
|
33 | 54 |
|
| 55 | +/* The title of alert shown when user entered invalid verification code. */ |
34 | 56 | "IncorrectCodeTitle" = "Incorrect verification code";
|
35 | 57 |
|
| 58 | +/* The body message of alert shown when user entered invalid verification code. */ |
36 | 59 | "IncorrectCodeMessage" = "Try entering your verification code again.";
|
37 | 60 |
|
38 |
| -"Done" = "Done"; |
39 |
| - |
40 |
| -"Back" = "Back"; |
41 |
| - |
| 61 | +/* The body message of alert shown when internal server error appeared. */ |
42 | 62 | "InternalErrorMessage" = "Your request couldn't be completed. Try again later.";
|
0 commit comments