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" = "Gå til %@, og indtast den kode, der er angivet ovenfor.";
  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" = "Du kan tilknytte din konto ved at åbne Facebook-appen på din mobilenhed og tjekke notifikationerne.";
  5. /* Displayed as a separator between two options. First option is on a line above this, and second option is below */
  6. "DeviceLogin.SmartLogInOrLabel" = "- ELLER -";
  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" = "Annuller";
  11. /* The fallback message to display to recover invalidated tokens */
  12. "ErrorRecovery.Login.Suggestion" = "Log på denne app igen for at genoprette forbindelsen til din Facebook-konto.";
  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" = "Serveren er optaget i øjeblikket. Prøv igen.";
  17. /* The label for the FBSDKLikeButton when the object is not currently liked. */
  18. "LikeButton.Like" = "Synes godt om";
  19. /* The label for the FBSDKLikeButton when the object is currently liked. */
  20. "LikeButton.Liked" = "Synes godt om";
  21. /* The label for the FBSDKLoginButton action sheet to cancel logging out */
  22. "LoginButton.CancelLogout" = "Annuller";
  23. /* The label for the FBSDKLoginButton action sheet to confirm logging out */
  24. "LoginButton.ConfirmLogOut" = "Log af";
  25. /* The fallback string for the FBSDKLoginButton label when the user name is not available yet */
  26. "LoginButton.LoggedIn" = "Logget på med Facebook";
  27. /* The format string for the FBSDKLoginButton label when the user is logged in */
  28. "LoginButton.LoggedInAs" = "Logget på som %@";
  29. /* The short label for the FBSDKLoginButton when the user is currently logged out */
  30. "LoginButton.LogIn" = "Log på";
  31. /* The long label for the FBSDKLoginButton when the user is currently logged out */
  32. "LoginButton.LogInContinue" = "Fortsæt med Facebook";
  33. /* The long label for the FBSDKLoginButton when the user is currently logged out */
  34. "LoginButton.LogInLong" = "Log på med Facebook";
  35. /* The label for the FBSDKLoginButton when the user is currently logged in */
  36. "LoginButton.LogOut" = "Log af";
  37. /* The user facing error message when the app slider has been disabled and login fails. */
  38. "LoginError.SystemAccount.Disabled" = "Der er ikke blevet givet adgang til Facebook-kontoen. Kontrollér enhedsindstillingerne.";
  39. /* The user facing error message when the Accounts framework encounters a network error. */
  40. "LoginError.SystemAccount.Network" = "Kunne ikke oprette forbindelse til Facebook. Kontrollér din netværksforbindelse, og prøv igen.";
  41. /* The user facing error message when the device Facebook account password is incorrect and login fails. */
  42. "LoginError.SystemAccount.PasswordChange" = "Din Facebook-adgangskode er ændret. For at bekræfte din adgangskode skal du åbne Indstillinger > Facebook og trykke på dit navn.";
  43. /* The user facing error message when the device Facebook account is unavailable and login fails. */
  44. "LoginError.SystemAccount.Unavailable" = "Facebook-kontoen er ikke blevet konfigureret på enheden.";
  45. /* The user facing error message when the Facebook account signed in to the Accounts framework becomes unconfirmed. */
  46. "LoginError.SystemAccount.UnconfirmedUser" = "Din konto er ikke bekræftet. Log på www.facebook.com, og følg instruktionerne.";
  47. /* The user facing error message when the Facebook account signed in to the Accounts framework has been checkpointed. */
  48. "LoginError.SystemAccount.UserCheckpointed" = "Du kan ikke logge på apps på nuværende tidspunkt. Log på www.facebook.com, og følg instruktionerne.";
  49. /* The message of the FBSDKLoginTooltipView */
  50. "LoginTooltip.Message" = "Du har styringen – vælg de oplysninger, som du vil dele med apps.";
  51. /* Title of the web dialog that prompts the user to log in to Facebook. */
  52. "LoginWeb.LogInTitle" = "Log på";
  53. /* The label for FBSDKSendButton */
  54. "SendButton.Send" = "Send";
  55. /* The label for FBSDKShareButton */
  56. "ShareButton.Share" = "Del";
  57. /* Prompts a person if this is their current account */
  58. "SmartLogin.NotYou" = "Ikke dig?";
  59. /* Text on a button that a person presses to confirm that they are finished with the login experience */
  60. "SmartLogin.ConfirmationTitle" = "Bekræft login";
  61. /* Text on a button that lets a person continue with their name linked to a Facebook account (Name = %@) */
  62. "SmartLogin.Continue" = "Fortsæt som %@";