hank
2019-06-20 e81c27b13950ca02baa879ae7b8108c0c3ef7fb0
commit | author | age
b09d60 1 ÿþ/* The format string for device login instructions */
27832c 2 "DeviceLogin.LogInPrompt" = "Visit %@ and enter your code.";
b09d60 3
H 4 /* The 'or' string for smart login instructions */
5 "DeviceLogin.SmartLogInOrLabel" = "-- OR --";
6
7 /* Instructions telling the user to open their Facebook app on a mobile device and check for a login notification. */
8 "DeviceLogin.SmartLogInPrompt" = "To connect your account, open the Facebook app on your mobile device and check for notifications.";
9
10 /* The title of the label to dismiss the alert when presenting user facing error messages */
11 "ErrorRecovery.Alert.OK" = "OK";
12
13 /* The title of the label to decline attempting error recovery */
14 "ErrorRecovery.Cancel" = "Cancel";
15
16 /* The fallback message to display to recover invalidated tokens */
17 "ErrorRecovery.Login.Suggestion" = "Please log into this app again to reconnect your Facebook account.";
18
19 /* The title of the label to start attempting error recovery */
20 "ErrorRecovery.OK" = "OK";
21
22 /* The fallback message to display to retry transient errors */
23 "ErrorRecovery.Transient.Suggestion" = "The server is temporarily busy, please try again.";
24
25 /* The label for the FBSDKLoginButton action sheet to cancel logging out */
26 "LoginButton.CancelLogout" = "Cancel";
27
28 /* The label for the FBSDKLoginButton action sheet to confirm logging out */
29 "LoginButton.ConfirmLogOut" = "Log Out";
30
31 /* The fallback string for the FBSDKLoginButton label when the user name is not available yet */
32 "LoginButton.LoggedIn" = "Logged in using Facebook";
33
34 /* The format string for the FBSDKLoginButton label when the user is logged in */
35 "LoginButton.LoggedInAs" = "Logged in as %@";
36
37 /* The short label for the FBSDKLoginButton when the user is currently logged out */
38 "LoginButton.LogIn" = "Log in";
39
40 /* The long label for the FBSDKLoginButton when the user is currently logged out */
41 "LoginButton.LogInContinue" = "Continue with Facebook";
42
43 /* The long label for the FBSDKLoginButton when the user is currently logged out */
44 "LoginButton.LogInLong" = "Log in with Facebook";
45
46 /* The label for the FBSDKLoginButton when the user is currently logged in */
47 "LoginButton.LogOut" = "Log out";
48
49 /* The user facing error message when the app slider has been disabled and login fails. */
50 "LoginError.SystemAccount.Disabled" = "Access has not been granted to the Facebook account. Verify device settings.";
51
52 /* The user facing error message when the Accounts framework encounters a network error. */
53 "LoginError.SystemAccount.Network" = "Unable to connect to Facebook. Check your network connection and try again.";
54
55 /* The user facing error message when the device Facebook account password is incorrect and login fails. */
56 "LoginError.SystemAccount.PasswordChange" = "Your Facebook password has changed. To confirm your password, open Settings > Facebook and tap your name.";
57
58 /* The user facing error message when the device Facebook account is unavailable and login fails. */
59 "LoginError.SystemAccount.Unavailable" = "The Facebook account has not been configured on the device.";
60
61 /* The user facing error message when the Facebook account signed in to the Accounts framework becomes unconfirmed. */
62 "LoginError.SystemAccount.UnconfirmedUser" = "Your account is not confirmed. Please log in to www.facebook.com and follow the instructions given.";
63
64 /* The user facing error message when the Facebook account signed in to the Accounts framework has been checkpointed. */
65 "LoginError.SystemAccount.UserCheckpointed" = "You cannot log in to apps at this time. Please log in to www.facebook.com and follow the instructions given.";
66
67 /* The message of the FBSDKLoginTooltipView */
68 "LoginTooltip.Message" = "You're in control - choose what info you want to share with apps.";
69
70 /* Title of the web dialog that prompts the user to log in to Facebook. */
71 "LoginWeb.LogInTitle" = "Log In";
72
73 /* The label for FBSDKSendButton */
74 "SendButton.Send" = "Send";
75
76 /* The label for FBSDKShareButton */
77 "ShareButton.Share" = "Share";
78
79 /* The title for the alert when smart login requires confirmation */
80 "SmartLogin.ConfirmationTitle" = "Confirm Login";
81
82 /* The format string to continue as <name> for the alert when smart login requires confirmation */
83 "SmartLogin.Continue" = "Continue as %@";
84
85 /* The cancel label for the alert when smart login requires confirmation */
86 "SmartLogin.NotYou" = "Not you?";
87
88