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.

es.js 1.0KB

1234567891011121314151617181920212223
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Type in a new comment..." : "Escribe un nuevo comentario...",
  5. "Delete comment" : "Borrar comentario",
  6. "Post" : "Publicar",
  7. "Cancel" : "Cancelar",
  8. "Edit comment" : "Editar comentario",
  9. "[Deleted user]" : "[Usuario eliminado]",
  10. "Comments" : "Comentarios",
  11. "No other comments available" : "No hay otros comentarios disponibles",
  12. "More comments..." : "Más comentarios...",
  13. "Save" : "Guardar",
  14. "Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
  15. "{count} unread comments" : "{count} comentarios no leídos",
  16. "Comment" : "Comentario",
  17. "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comentarios</strong> de archivos <em>(siempre se listarán en stream)</em>",
  18. "You commented" : "Has comentado",
  19. "%1$s commented" : "%1$s comentados",
  20. "You commented on %2$s" : "Has comentado en %2$s",
  21. "%1$s commented on %2$s" : "%1$s comentados en %2$s"
  22. },
  23. "nplurals=2; plural=(n != 1);");