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_419.js 1.2KB

12345678910111213141516171819202122232425
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Delete comment" : "Eliminar comentario",
  5. "Post" : "Publicar",
  6. "Cancel" : "Cancelar",
  7. "Edit comment" : "Modificar comentario",
  8. "[Deleted user]" : "[Usuario eliminado]",
  9. "Comments" : "Comentarios",
  10. "Save" : "Guardar",
  11. "Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
  12. "Error occurred while retrieving comment with id {id}" : "Se produjo error al recuperar comentario con id {id}",
  13. "Error occurred while updating comment with id {id}" : "Se produjo error al actualizar comentario con id {id}",
  14. "Error occurred while posting comment" : "Se produjo error al publicar comentario",
  15. "Comment" : "Comentario",
  16. "You commented" : "Has comentado",
  17. "%1$s commented" : "%1$s comentado",
  18. "You commented on %2$s" : "Has comentado en %2$s",
  19. "%1$s commented on %2$s" : "%1$s comentado en %2$s",
  20. "Type in a new comment..." : "Escribir un nuevo comentario",
  21. "No other comments available" : "No hay mas comentarios",
  22. "More comments..." : "Mas comentarios...",
  23. "{count} unread comments" : "{count} comentarios no leídos"
  24. },
  25. "nplurals=2; plural=(n != 1);");