1
0

sv.js 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Kommentarer",
  5. "You commented" : "Du kommenterade",
  6. "%1$s commented" : "%1$s kommenterade",
  7. "{author} commented" : "{author} kommenterade",
  8. "You commented on %1$s" : "Du kommenterade på %1$s",
  9. "You commented on {file}" : "Du kommenterade på {file}",
  10. "%1$s commented on %2$s" : "%1$s kommenterade på %2$s",
  11. "{author} commented on {file}" : "{author} kommenterade på {file}",
  12. "<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> för filer",
  13. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Du nämndes på “{file}” i en kommentar av en användare som nu har tagits bort",
  14. "{user} mentioned you in a comment on “{file}”" : "{user} nämnde dig i en kommentar på \"{file}\"",
  15. "Files app plugin to add comments to files" : "Filer-appinsticksmodul för att lägga till kommentarer till filer",
  16. "Edit comment" : "Redigera kommentar",
  17. "Delete comment" : "Ta bort kommentar",
  18. "Cancel edit" : "Avbryt redigering",
  19. "Post comment" : "Publicera kommentar",
  20. "No comments yet, start the conversation!" : "Inga kommentarer ännu.",
  21. "No more messages" : "Inga fler meddelanden",
  22. "Retry" : "Försök igen",
  23. "Unable to load the comments list" : "Det gick inte att ladda kommentarlistan",
  24. "_%n unread comment_::_%n unread comments_" : ["%n oläst kommentar","%n olästa kommentarer"],
  25. "_1 new comment_::_{unread} new comments_" : ["1 ny kommentar","{unread} nya kommentarer"],
  26. "Comment" : "Kommentar",
  27. "An error occurred while trying to edit the comment" : "Ett fel uppstod när du försökte redigera kommentaren",
  28. "Comment deleted" : "Kommentar borttagen",
  29. "An error occurred while trying to delete the comment" : "Ett fel uppstod när du försökte ta bort kommentaren",
  30. "An error occurred while trying to create the comment" : "Ett fel uppstod när du försökte skapa kommentaren",
  31. "New comment …" : "Ny kommentar ...",
  32. "Post" : "Skicka",
  33. "Cancel" : "Avbryt",
  34. "[Deleted user]" : "[Borttagen användare]",
  35. "More comments …" : "Fler kommentarer ...",
  36. "Save" : "Spara",
  37. "Allowed characters {count} of {max}" : "Antal tillåtna tecken, {count} av {max}",
  38. "Error occurred while retrieving comment with ID {id}" : "Fel uppstod när kommentaren med ID {id} hämtades",
  39. "Error occurred while updating comment with id {id}" : "Fel inträffade vid uppdatering av kommentar med id {id}",
  40. "Error occurred while posting comment" : "Fel inträffade vid publicering av kommentar"
  41. },
  42. "nplurals=2; plural=(n != 1);");