You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
5.0 KiB

6 years ago
  1. /* Prompts a person to go to the URL listed to enter the confirmation code that is presented to them above the given string. */
  2. "DeviceLogin.LogInPrompt" = "Pumunta sa %@ at ilagay ang code na ipinapakita sa itaas.";
  3. /* Prompts a person that the next thing they need to do to finish connecting their Smart TV and Facebook application is to navigate to their Facebook application on their mobile device and look through their notifications for a message about the connection being formed */
  4. "DeviceLogin.SmartLogInPrompt" = "Para ikonekta ang iyong account, buksan ang Facebook app sa iyong cellphone at tumingin ng mga notification.";
  5. /* Displayed as a separator between two options. First option is on a line above this, and second option is below */
  6. "DeviceLogin.SmartLogInOrLabel" = "- O KAYA -";
  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" = "Kanselahin";
  11. /* The fallback message to display to recover invalidated tokens */
  12. "ErrorRecovery.Login.Suggestion" = "Mangyaring mag-log in muli sa app na ito para ikonekta muli ang iyong 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" = "Pansamantalang abala ang server, pakisubukan muli.";
  17. /* The label for the FBSDKLikeButton when the object is not currently liked. */
  18. "LikeButton.Like" = "Gustuhin";
  19. /* The label for the FBSDKLikeButton when the object is currently liked. */
  20. "LikeButton.Liked" = "Nagustuhan";
  21. /* The label for the FBSDKLoginButton action sheet to cancel logging out */
  22. "LoginButton.CancelLogout" = "Kanselahin";
  23. /* The label for the FBSDKLoginButton action sheet to confirm logging out */
  24. "LoginButton.ConfirmLogOut" = "Mag-log Out";
  25. /* The fallback string for the FBSDKLoginButton label when the user name is not available yet */
  26. "LoginButton.LoggedIn" = "Naka-log in gamit ang Facebook";
  27. /* The format string for the FBSDKLoginButton label when the user is logged in */
  28. "LoginButton.LoggedInAs" = "Naka-log in bilang si %@";
  29. /* The short label for the FBSDKLoginButton when the user is currently logged out */
  30. "LoginButton.LogIn" = "Mag-log in";
  31. /* The long label for the FBSDKLoginButton when the user is currently logged out */
  32. "LoginButton.LogInContinue" = "Magatuloy sa Facebook";
  33. /* The long label for the FBSDKLoginButton when the user is currently logged out */
  34. "LoginButton.LogInLong" = "Mag-log in sa pamamagitan ng Facebook";
  35. /* The label for the FBSDKLoginButton when the user is currently logged in */
  36. "LoginButton.LogOut" = "Mag-log out";
  37. /* The user facing error message when the app slider has been disabled and login fails. */
  38. "LoginError.SystemAccount.Disabled" = "Hindi binigyan ng access ang Facebook account. Beripikahin ang mga setting ng device.";
  39. /* The user facing error message when the Accounts framework encounters a network error. */
  40. "LoginError.SystemAccount.Network" = "Hindi nakakonekta sa Facebook. Tingnan ang iyong koneksyon sa network at subukan muli.";
  41. /* The user facing error message when the device Facebook account password is incorrect and login fails. */
  42. "LoginError.SystemAccount.PasswordChange" = "Nagbago ang iyong password sa Facebook. Para makumpirma ang iyong password, buksan ang Mga Setting > Facebook at i-tap ang iyong pangalan.";
  43. /* The user facing error message when the device Facebook account is unavailable and login fails. */
  44. "LoginError.SystemAccount.Unavailable" = "Hindi na-configure sa device ang Facebook account.";
  45. /* The user facing error message when the Facebook account signed in to the Accounts framework becomes unconfirmed. */
  46. "LoginError.SystemAccount.UnconfirmedUser" = "Hindi nakumpirma ang iyong account. Mangyaring mag-log in sa www.facebook.com at sundin ang mga ibinigay na tagubilin.";
  47. /* The user facing error message when the Facebook account signed in to the Accounts framework has been checkpointed. */
  48. "LoginError.SystemAccount.UserCheckpointed" = "Hindi ka makakapag-log in sa mga app sa oras na ito. Mangyaring mag-log in sa www.facebook.com at sundin ang mga ibinigay na tagubilin.";
  49. /* The message of the FBSDKLoginTooltipView */
  50. "LoginTooltip.Message" = "Ikaw ang may kontrol - piliin kung anong impormasyon ang gusto mong ibahagi sa mga app.";
  51. /* Title of the web dialog that prompts the user to log in to Facebook. */
  52. "LoginWeb.LogInTitle" = "Mag-log In";
  53. /* The label for FBSDKSendButton */
  54. "SendButton.Send" = "Ipadala";
  55. /* The label for FBSDKShareButton */
  56. "ShareButton.Share" = "Ibahagi";
  57. /* Prompts a person if this is their current account */
  58. "SmartLogin.NotYou" = "Hindi ikaw?";
  59. /* Text on a button that a person presses to confirm that they are finished with the login experience */
  60. "SmartLogin.ConfirmationTitle" = "I-confirm ang Pag-log in";
  61. /* Text on a button that lets a person continue with their name linked to a Facebook account (Name = %@) */
  62. "SmartLogin.Continue" = "Magpatuloy bilang %@";