is.js 2.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Edit comment" : "Breyta athugasemd",
  5. "Delete comment" : "Eyða athugasemd",
  6. "New comment …" : "Ný athugasemd ...",
  7. "Post" : "Senda",
  8. "Cancel" : "Hætta við",
  9. "[Deleted user]" : "[Eyddur notandi]",
  10. "Comments" : "Athugasemdir",
  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á í ummæli 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. "_%n unread comment_::_%n unread comments_" : ["%n ólesin athugasemd","%n ólesnar athugasemdir"],
  19. "Comment" : "Athugasemd",
  20. "You commented" : "Þú settir inn athugasemd",
  21. "%1$s commented" : "%1$s setti inn athugasemd",
  22. "{author} commented" : "{author} setti inn athugasemd",
  23. "You commented on %1$s" : "Þú settir inn athugasemd við %1$s",
  24. "You commented on {file}" : "Þú settir inn athugasemd við {file}",
  25. "%1$s commented on %2$s" : "%1$s setti inn athugasemd um %2$s",
  26. "{author} commented on {file}" : "{author} setti inn athugasemd við {file}",
  27. "<strong>Comments</strong> for files" : "<strong>Athugasemdir</strong> við skrár",
  28. "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",
  29. "{user} mentioned you in a comment on “{file}”" : "{user} minntist á þig í athugasemd við “{file}”",
  30. "Files app plugin to add comments to files" : "Viðbót við skráaforrit til að bæta athugasemdum við skrár",
  31. "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",
  32. "%1$s mentioned you in a comment on “%2$s”" : "%1$s minntist á þig í athugasemd við “%2$s”"
  33. },
  34. "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");