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.

sv.js 1.0KB

1234567891011121314151617181920212223
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Type in a new comment..." : "Skriv en ny kommentar",
  5. "Delete comment" : "Radera kommentar",
  6. "Post" : "Skicka",
  7. "Cancel" : "Avbryt",
  8. "Edit comment" : "Redigera kommentar",
  9. "[Deleted user]" : "[Raderad användare]",
  10. "Comments" : "Kommentarer",
  11. "No other comments available" : "Inga andra kommentarer tillgängliga",
  12. "More comments..." : "Fler kommentarter,,,",
  13. "Save" : "Spara",
  14. "Allowed characters {count} of {max}" : "Tillåtet antal tecken {count} av {max}",
  15. "{count} unread comments" : "{count} olästa kommentarer",
  16. "Comment" : "Kommentar",
  17. "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Kommentarer</strong> för filer <em>(listad alltid i flödet)</em>",
  18. "You commented" : "Du kommenterade",
  19. "%1$s commented" : "%1$s har kommenterat",
  20. "You commented on %2$s" : "Du kommenterade %2$s",
  21. "%1$s commented on %2$s" : "%1$s kommenterade på %2$s"
  22. },
  23. "nplurals=2; plural=(n != 1);");