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
4.9 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" = "%@ adresini ziyaret edin ve yukarıda görülen kodu girin.";
  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" = "Hesabınızı bağlamak için, mobil cihazınızda Facebook uygulamasını açın ve bildirimlerinizi kontrol edin.";
  5. /* Displayed as a separator between two options. First option is on a line above this, and second option is below */
  6. "DeviceLogin.SmartLogInOrLabel" = "- YA DA -";
  7. /* The title of the label to dismiss the alert when presenting user facing error messages */
  8. "ErrorRecovery.Alert.OK" = "Tamam";
  9. /* The title of the label to decline attempting error recovery */
  10. "ErrorRecovery.Cancel" = "İptal";
  11. /* The fallback message to display to recover invalidated tokens */
  12. "ErrorRecovery.Login.Suggestion" = "Facebook hesabına yeniden bağlanmak için lütfen bu uygulamaya tekrar giriş yap.";
  13. /* The title of the label to start attempting error recovery */
  14. "ErrorRecovery.OK" = "Tamam";
  15. /* The fallback message to display to retry transient errors */
  16. "ErrorRecovery.Transient.Suggestion" = "Sunucu geçici olarak meşgul. Lütfen tekrar dene.";
  17. /* The label for the FBSDKLikeButton when the object is not currently liked. */
  18. "LikeButton.Like" = "Beğen";
  19. /* The label for the FBSDKLikeButton when the object is currently liked. */
  20. "LikeButton.Liked" = "Beğendin";
  21. /* The label for the FBSDKLoginButton action sheet to cancel logging out */
  22. "LoginButton.CancelLogout" = "İptal";
  23. /* The label for the FBSDKLoginButton action sheet to confirm logging out */
  24. "LoginButton.ConfirmLogOut" = "Çıkış Yap";
  25. /* The fallback string for the FBSDKLoginButton label when the user name is not available yet */
  26. "LoginButton.LoggedIn" = "Facebook ile giriş yapıldı";
  27. /* The format string for the FBSDKLoginButton label when the user is logged in */
  28. "LoginButton.LoggedInAs" = "%@ olarak giriş yapıldı";
  29. /* The short label for the FBSDKLoginButton when the user is currently logged out */
  30. "LoginButton.LogIn" = "Giriş yap";
  31. /* The long label for the FBSDKLoginButton when the user is currently logged out */
  32. "LoginButton.LogInContinue" = "Facebook ile Devam Et";
  33. /* The long label for the FBSDKLoginButton when the user is currently logged out */
  34. "LoginButton.LogInLong" = "Facebook ile giriş yap";
  35. /* The label for the FBSDKLoginButton when the user is currently logged in */
  36. "LoginButton.LogOut" = "Çıkış yap";
  37. /* The user facing error message when the app slider has been disabled and login fails. */
  38. "LoginError.SystemAccount.Disabled" = "Facebook hesabına erişim izni verilmedi. Cihaz ayarlarını doğrula.";
  39. /* The user facing error message when the Accounts framework encounters a network error. */
  40. "LoginError.SystemAccount.Network" = "Facebook'a bağlanılamıyor. Ağ bağlantını kontrol edip tekrar dene.";
  41. /* The user facing error message when the device Facebook account password is incorrect and login fails. */
  42. "LoginError.SystemAccount.PasswordChange" = "Facebook şifren değiştirildi. Şifreni onaylamak için Ayarlar > Facebook'u aç ve adına dokunun.";
  43. /* The user facing error message when the device Facebook account is unavailable and login fails. */
  44. "LoginError.SystemAccount.Unavailable" = "Facebook hesabı cihaz üzerinde yapılandırılmadı.";
  45. /* The user facing error message when the Facebook account signed in to the Accounts framework becomes unconfirmed. */
  46. "LoginError.SystemAccount.UnconfirmedUser" = "Hesabın onaylanmadı. Lütfen www.facebook.com adresine giriş yap ve verilen talimatları izle.";
  47. /* The user facing error message when the Facebook account signed in to the Accounts framework has been checkpointed. */
  48. "LoginError.SystemAccount.UserCheckpointed" = "Şu an için uygulamalara giriş yapamazsın. Lütfen www.facebook.com adresine giriş yap ve verilen talimatları izle.";
  49. /* The message of the FBSDKLoginTooltipView */
  50. "LoginTooltip.Message" = "Kontrol sende. Uygulamalarla paylaşmak istediğin bilgileri seç.";
  51. /* Title of the web dialog that prompts the user to log in to Facebook. */
  52. "LoginWeb.LogInTitle" = "Giriş Yap";
  53. /* The label for FBSDKSendButton */
  54. "SendButton.Send" = "Gönder";
  55. /* The label for FBSDKShareButton */
  56. "ShareButton.Share" = "Paylaş";
  57. /* Prompts a person if this is their current account */
  58. "SmartLogin.NotYou" = "Sen değil misin?";
  59. /* Text on a button that a person presses to confirm that they are finished with the login experience */
  60. "SmartLogin.ConfirmationTitle" = "Girişi Onayla";
  61. /* Text on a button that lets a person continue with their name linked to a Facebook account (Name = %@) */
  62. "SmartLogin.Continue" = "%@ olarak devam et";