is.js 2.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Athugasemdir",
  5. "You commented" : "Þú settir inn athugasemd",
  6. "%1$s commented" : "%1$s setti inn athugasemd",
  7. "{author} commented" : "{author} setti inn athugasemd",
  8. "You commented on %1$s" : "Þú settir inn athugasemd við %1$s",
  9. "You commented on {file}" : "Þú settir inn athugasemd við {file}",
  10. "%1$s commented on %2$s" : "%1$s setti inn athugasemd um %2$s",
  11. "{author} commented on {file}" : "{author} setti inn athugasemd við {file}",
  12. "<strong>Comments</strong> for files" : "<strong>Athugasemdir</strong> við skrár",
  13. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Minnst var á þig í “{file}”, í athugasemd frá notanda sem síðan þá hefur verið eytt",
  14. "{user} mentioned you in a comment on “{file}”" : "{user} minntist á þig í athugasemd við “{file}”",
  15. "Files app plugin to add comments to files" : "Viðbót við skráaforrit til að bæta athugasemdum við skrár",
  16. "Edit comment" : "Breyta athugasemd",
  17. "Delete comment" : "Eyða athugasemd",
  18. "New comment …" : "Ný athugasemd ...",
  19. "Post" : "Senda",
  20. "Cancel" : "Hætta við",
  21. "[Deleted user]" : "[Eyddur notandi]",
  22. "No comments yet, start the conversation!" : "Engar athugasemdir ennþá, byrjaðu umræðuna!",
  23. "More comments …" : "Fleiri athugasemdir ...",
  24. "Save" : "Vista",
  25. "Allowed characters {count} of {max}" : "Leyfður stafafjöldi {count} af {max}",
  26. "Error occurred while retrieving comment with ID {id}" : "Villa kom upp við að reyna að ná í ummæli með auðkenninu {id}",
  27. "Error occurred while updating comment with id {id}" : "Villa kom upp við að reyna að uppfæra athugasemd með auðkenninu {id}",
  28. "Error occurred while posting comment" : "Villa kom upp við að senda inn athugasemd",
  29. "_%n unread comment_::_%n unread comments_" : ["%n ólesin athugasemd","%n ólesnar athugasemdir"],
  30. "_1 new comment_::_{unread} new comments_" : ["1 ný athugasemd","{unread} nýjar athugasemdir"],
  31. "Comment" : "Athugasemd",
  32. "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Minnst var á þig í “%s”, í athugasemd frá notanda sem síðan þá hefur verið eytt",
  33. "%1$s mentioned you in a comment on “%2$s”" : "%1$s minntist á þig í athugasemd við “%2$s”"
  34. },
  35. "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");