ast.js 916 B

1234567891011121314151617181920
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Comentarios",
  5. "You commented" : "Comentesti",
  6. "{author} commented" : "{author} comentó",
  7. "You commented on %1$s" : "Comentesti en %1$s",
  8. "You commented on {file}" : "Comentesti en {file}",
  9. "%1$s commented on %2$s" : "%1$s comentó en %2$s",
  10. "{author} commented on {file}" : "{autor} comentó en {ficheru}",
  11. "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> pa ficheros",
  12. "Edit comment" : "Editar comentariu",
  13. "Delete comment" : "Desaniciar comentariu",
  14. "No comments yet, start the conversation!" : "Entá nun hai comentarios. ¡Entama una conversación!",
  15. "Retry" : "Retentar",
  16. "_%n unread comment_::_%n unread comments_" : ["%n comentariu ensin lleer","%n comentarios ensin lleer"],
  17. "Comment" : "Comentariu",
  18. "%1$s commented" : "%1$s comentó"
  19. },
  20. "nplurals=2; plural=(n != 1);");