is.js 1.6 KB

123456789101112131415161718192021222324252627282930
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Athugasemdir",
  5. "New comment …" : "Ný athugasemd ...",
  6. "Delete comment" : "Eyða athugasemd",
  7. "Post" : "Senda",
  8. "Cancel" : "Hætta við",
  9. "Edit comment" : "Breyta athugasemd",
  10. "[Deleted user]" : "[Eyddur notandi]",
  11. "No comments yet, start the conversation!" : "Engar athugasemdir ennþá, byrjaðu umræðuna!",
  12. "More comments …" : "Fleiri athugasemdir ...",
  13. "Save" : "Vista",
  14. "Allowed characters {count} of {max}" : "Leyfður stafafjöldi {count} af {max}",
  15. "Error occurred while retrieving comment with id {id}" : "Villa kom upp við að reyna að ná í athugasemd með auðkenninu {id}",
  16. "Error occurred while updating comment with id {id}" : "Villa kom upp við að reyna að uppfæra athugasemd með auðkenninu {id}",
  17. "Error occurred while posting comment" : "Villa kom upp við að senda inn athugasemd",
  18. "Comment" : "Athugasemd",
  19. "<strong>Comments</strong> for files" : "<strong>Athugasemdir</strong> við skrár",
  20. "You commented" : "Þú settir inn athugasemd",
  21. "%1$s commented" : "%1$s setti inn athugasemd",
  22. "You commented on %2$s" : "Þú settir inn athugasemd við %2$s",
  23. "%1$s commented on %2$s" : "%1$s setti inn athugasemd um %2$s",
  24. "Type in a new comment..." : "Skrifaðu inn nýja athugasemd...",
  25. "No other comments available" : "Engar aðrar athugasemdir eru tiltækar",
  26. "More comments..." : "Fleiri athugasemdir...",
  27. "{count} unread comments" : "{count} ólesnar athugasemdir"
  28. },
  29. "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");