sv.js 2.0 KB

123456789101112131415161718192021222324252627282930313233
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Edit comment" : "Redigera kommentar",
  5. "Delete comment" : "Radera kommentar",
  6. "New comment …" : "Ny kommentar ...",
  7. "Post" : "Skicka",
  8. "Cancel" : "Avbryt",
  9. "[Deleted user]" : "[Raderad användare]",
  10. "Comments" : "Kommentarer",
  11. "No comments yet, start the conversation!" : "Inga kommentarer ännu.",
  12. "More comments …" : "Fler kommentarer ...",
  13. "Save" : "Spara",
  14. "Allowed characters {count} of {max}" : "Antal tillåtna tecken, {count} av {max}",
  15. "Error occurred while retrieving comment with ID {id}" : "Fel uppstod när kommentaren med ID {id} hämtades",
  16. "Error occurred while updating comment with id {id}" : "Fel inträffade vid uppdatering av kommentar med id {id}",
  17. "Error occurred while posting comment" : "Fel inträffade vid publicering av kommentar",
  18. "_%n unread comment_::_%n unread comments_" : ["%n oläst kommentar","%n olästa kommentarer"],
  19. "Comment" : "Kommentar",
  20. "You commented" : "Du kommenterade",
  21. "%1$s commented" : "%1$s kommenterade",
  22. "{author} commented" : "{author} kommenterade",
  23. "You commented on %1$s" : "Du kommenterade på %1$s",
  24. "You commented on {file}" : "Du kommenterade på {file}",
  25. "%1$s commented on %2$s" : "%1$s kommenterade på %2$s",
  26. "{author} commented on {file}" : "{author} kommenterade på {file}",
  27. "<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> för filer",
  28. "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",
  29. "{user} mentioned you in a comment on “{file}”" : "{user} nämnde dig i en kommentar på \"{file}\"",
  30. "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Du nämndes på “%s” i en kommentar av en användare som nu har tagits bort",
  31. "%1$s mentioned you in a comment on “%2$s”" : "%1$s nämnde dig i en kommentar på “%2$s”"
  32. },
  33. "nplurals=2; plural=(n != 1);");