FacebookSDK.strings 8.5 KB

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