FacebookSDKResources.bundle.README 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. The FacebookSDKResources.bundle is no longer required in order to use the SDK. You may provide a bundle in cases where you need to override strings or images (e.g. internationalization, etc.) See https://developers.facebook.com/docs/reference/ios/current/constants/FBSettings#resourceBundleName for more information.
  2. The following is a list of keys for string localization:
  3. /* FBLoginView (aka FBLV) */
  4. "FBLV:LogOutButton" = "Log Out";
  5. "FBLV:LogInButton" = "Log In";
  6. "FBLV:LoggedInAs" = "Logged in as: %@";
  7. "FBLV:LoggedInUsingFacebook" = "Logged in using Facebook";
  8. "FBLV:LogOutAction" = "Log Out";
  9. "FBLV:CancelAction" = "Cancel";
  10. /* FBPlacePickerViewController (FBPPVC) */
  11. "FBPPVC:NumWereHere" = "%@ were here";
  12. /* FBError (aka FBE) */
  13. "FBE:ReconnectApplication" = "Please log into this app again to reconnect your Facebook account.";
  14. "FBE:PasswordChangedDevice" = "Your Facebook password has changed. To confirm your password, open Settings > Facebook and tap your name.";
  15. "FBE:PasswordChanged" = "Your Facebook password has changed. Please log into this app again to reconnect your Facebook account.";
  16. "FBE:WebLogIn" = "Your Facebook account is locked. Please log into www.facebook.com to continue.";
  17. "FBE:AppNotInstalled" = "Please log into this app again to reconnect your Facebook account.";
  18. "FBE:GrantPermission" = "This app doesn’t have permission to do this. To change permissions, try logging into the app again.";
  19. "FBE:Unconfirmed" = "Your Facebook account is locked. Please log into www.facebook.com to continue.";
  20. "FBE:OAuthDevice" = "To use your Facebook account with this app, open Settings > Facebook and make sure this app is turned on.";
  21. "FBE:DeviceError"= "Something went wrong. Please make sure you're connected to the internet and try again.";
  22. "FBE:AlertMessageButton" = "OK";
  23. Images should be placed in a directory called FacebookSDKImages in the bundle. Note that images will support @2x and -568h@2x.
  24. The following is a list of images supported:
  25. FacebookSDKImages\
  26. FBDialogClose.png
  27. FBFriendPickerViewDefault.png
  28. FBLoginViewLoginButtonSmall.png
  29. FBLoginViewLoginButtonSmallPressed.png
  30. FBPlacePickerViewGenericPlace.png
  31. FBProfilePictureViewBlankProfileSquare.png
  32. FBProfilePictureViewBlankProfilePortrait.png