is.js 2.5 KB

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