sv.js 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Kommentarer",
  5. "Unknown user" : "Okänd användare",
  6. "New comment …" : "Ny kommentar ...",
  7. "Delete comment" : "Radera kommentar",
  8. "Post" : "Skicka",
  9. "Cancel" : "Avbryt",
  10. "Edit comment" : "Redigera kommentar",
  11. "[Deleted user]" : "[Raderad användare]",
  12. "No comments yet, start the conversation!" : "Inga kommentarer ännu.",
  13. "More comments …" : "Fler kommentarer ...",
  14. "Save" : "Spara",
  15. "Allowed characters {count} of {max}" : "Antal tillåtna tecken, {count} av {max}",
  16. "Error occurred while retrieving comment with id {id}" : "Fel inträffade vid inläsning av kommentar med id {id}",
  17. "Error occurred while updating comment with id {id}" : "Fel inträffade vid uppdatering av kommentar med id {id}",
  18. "Error occurred while posting comment" : "Fel inträffade vid publicering av kommentar",
  19. "_%n unread comment_::_%n unread comments_" : ["%n oläst kommentar","%n olästa kommentarer"],
  20. "Comment" : "Kommentar",
  21. "You commented" : "Du kommenterade",
  22. "%1$s commented" : "%1$s kommenterade",
  23. "{author} commented" : "{author} kommenterade",
  24. "You commented on %1$s" : "Du kommenterade på %1$s",
  25. "You commented on {file}" : "Du kommenterade på {file}",
  26. "%1$s commented on %2$s" : "%1$s kommenterade på %2$s",
  27. "{author} commented on {file}" : "{author} kommenterade på {file}",
  28. "<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> för filer",
  29. "A (now) deleted user mentioned you in a comment on “%s”" : "En (nu) raderad användare nämnde dig i en kommentar på \"%s\"",
  30. "A (now) deleted user mentioned you in a comment on “{file}”" : "En (nu) raderad användare nämnde dig i en kommentar på \"{file}\"",
  31. "%1$s mentioned you in a comment on “%2$s”" : "%1$s nämnde dig i en kommentar på “%2$s”",
  32. "{user} mentioned you in a comment on “{file}”" : "{user} nämnde dig i en kommentar på \"{file}\"",
  33. "Type in a new comment..." : "Skriv en ny kommentar...",
  34. "No other comments available" : "Inga andra kommentarer tillgängliga",
  35. "More comments..." : "Fler kommentarer...",
  36. "{count} unread comments" : "{count} olästa kommentarer",
  37. "You commented on %2$s" : "Du kommenterade %2$s"
  38. },
  39. "nplurals=2; plural=(n != 1);");