commit | author | age
|
b09d60
|
1 |
/* The format string for device login instructions */ |
H |
2 |
"DeviceLogin.LogInPrompt" = "Visit %@ and enter the code shown above."; |
|
3 |
|
|
4 |
/* The 'or' string for smart login instructions */ |
|
5 |
"DeviceLogin.SmartLogInOrLabel" = "-- OR --"; |
|
6 |
|
|
7 |
/* The string for smart login instructions */ |
|
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 in to 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 FBSDKLikeButton when the object is not currently liked. */ |
|
26 |
"LikeButton.Like" = "Like"; |
|
27 |
|
|
28 |
/* The label for the FBSDKLikeButton when the object is currently liked. */ |
|
29 |
"LikeButton.Liked" = "Liked"; |
|
30 |
|
|
31 |
/* The label for the FBSDKLoginButton action sheet to cancel logging out */ |
|
32 |
"LoginButton.CancelLogout" = "Cancel"; |
|
33 |
|
|
34 |
/* The label for the FBSDKLoginButton action sheet to confirm logging out */ |
|
35 |
"LoginButton.ConfirmLogOut" = "Log out"; |
|
36 |
|
|
37 |
/* The fallback string for the FBSDKLoginButton label when the user name is not available yet */ |
|
38 |
"LoginButton.LoggedIn" = "Logged in using Facebook"; |
|
39 |
|
|
40 |
/* The format string for the FBSDKLoginButton label when the user is logged in */ |
|
41 |
"LoginButton.LoggedInAs" = "Logged in as %@"; |
|
42 |
|
|
43 |
/* The short label for the FBSDKLoginButton when the user is currently logged out */ |
|
44 |
"LoginButton.LogIn" = "Log in"; |
|
45 |
|
|
46 |
/* The long label for the FBSDKLoginButton when the user is currently logged out */ |
27832c
|
47 |
"LoginButton.LogInContinue" = "Continue with Facebook"; |
H |
48 |
|
|
49 |
/* The long label for the FBSDKLoginButton when the user is currently logged out */ |
b09d60
|
50 |
"LoginButton.LogInLong" = "Log in with Facebook"; |
H |
51 |
|
|
52 |
/* The label for the FBSDKLoginButton when the user is currently logged in */ |
|
53 |
"LoginButton.LogOut" = "Log out"; |
|
54 |
|
|
55 |
/* The user facing error message when the app slider has been disabled and login fails. */ |
|
56 |
"LoginError.SystemAccount.Disabled" = "Access has not been granted to the Facebook account. Verify device settings."; |
|
57 |
|
|
58 |
/* The user facing error message when the Accounts framework encounters a network error. */ |
|
59 |
"LoginError.SystemAccount.Network" = "Unable to connect to Facebook. Please check your network connection and try again."; |
|
60 |
|
|
61 |
/* The user facing error message when the device Facebook account password is incorrect and login fails. */ |
|
62 |
"LoginError.SystemAccount.PasswordChange" = "Your Facebook password has changed. To confirm your password, open Settings > Facebook and tap your name."; |
|
63 |
|
|
64 |
/* The user facing error message when the device Facebook account is unavailable and login fails. */ |
|
65 |
"LoginError.SystemAccount.Unavailable" = "The Facebook account has not been configured on the device."; |
|
66 |
|
|
67 |
/* The user facing error message when the Facebook account signed in to the Accounts framework becomes unconfirmed. */ |
|
68 |
"LoginError.SystemAccount.UnconfirmedUser" = "Your account is not confirmed. Please log in to www.facebook.com and follow the instructions given."; |
|
69 |
|
|
70 |
/* The user facing error message when the Facebook account signed in to the Accounts framework has been checkpointed. */ |
|
71 |
"LoginError.SystemAccount.UserCheckpointed" = "You cannot log in to apps at this time. Please log in to www.facebook.com and follow the instructions given."; |
|
72 |
|
|
73 |
/* The message of the FBSDKLoginTooltipView */ |
27832c
|
74 |
"LoginTooltip.Message" = "You're in control – choose what information you want to share with apps."; |
b09d60
|
75 |
|
H |
76 |
/* Title of the web dialog that prompts the user to log in to Facebook. */ |
|
77 |
"LoginWeb.LogInTitle" = "Log In"; |
|
78 |
|
|
79 |
/* The label for FBSDKSendButton */ |
|
80 |
"SendButton.Send" = "Send"; |
|
81 |
|
|
82 |
/* The label for FBSDKShareButton */ |
|
83 |
"ShareButton.Share" = "Share"; |
|
84 |
|
|
85 |
/* The title for the alert when smart login requires confirmation */ |
|
86 |
"SmartLogin.ConfirmationTitle" = "Confirm Login"; |
|
87 |
|
|
88 |
/* The format string to continue as <name> for the alert when smart login requires confirmation */ |
|
89 |
"SmartLogin.Continue" = "Continue as %@"; |
|
90 |
|
|
91 |
/* The cancel label for the alert when smart login requires confirmation */ |
|
92 |
"SmartLogin.NotYou" = "Not you?"; |