ast.js 1.1 KB

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}" : "{author} comentó en {file}",
  11. "No more messages" : "Nun hai más mensaxes",
  12. "_1 new comment_::_{unread} new comments_" : ["1 comentariu nuevu","{unread} comentarios nuevos"],
  13. "Comment" : "Comentariu",
  14. "An error occurred while trying to edit the comment" : "Prodúxose un error mentanto se tentaba d'editar el comentariu",
  15. "Comment deleted" : "Desanicióse'l comentariu",
  16. "An error occurred while trying to delete the comment" : "Prodúxose un error mentanto se tentaba de desaniciar el comentariu",
  17. "An error occurred while trying to create the comment" : "Prodúxose un error mentanto se tentaba de crear el comentariu",
  18. "_%n unread comment_::_%n unread comments_" : ["%n comentariu ensin lleer","%n comentarios ensin lleer"]
  19. },
  20. "nplurals=2; plural=(n != 1);");