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.

lv.js 963B

1234567891011121314151617181920
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Komentāri",
  5. "You commented" : "Tu komentēji",
  6. "{author} commented" : "{author} komentēja",
  7. "You commented on %1$s" : "Tu komentēji %1$s",
  8. "You commented on {file}" : "Tu komentēji {file}",
  9. "%1$s commented on %2$s" : "%1$s komentēja %2$s",
  10. "{author} commented on {file}" : "{author} komentārs {file}",
  11. "<strong>Comments</strong> for files" : "<strong>Komentāri</strong> datnēm",
  12. "Edit comment" : "Rediģēt komentāru",
  13. "Delete comment" : "Dzēst komentāru",
  14. "No comments yet, start the conversation!" : "Vēl nav komentāru, uzsāciet sarunu!",
  15. "Retry" : "Mēģināt vēlreiz",
  16. "Comment" : "Komentārs",
  17. "%1$s commented" : "%1$s komentēja",
  18. "_%n unread comment_::_%n unread comments_" : ["%n nelasīti komentāri","%n nelasīti komentāri","%n nelasīti komentāri"]
  19. },
  20. "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");