messagesObject
Contains the localizable text strings used by the widget.
Example - set messages
<div id="checkpoint"></div>
<script>
$("#checkpoint").kendoCheckpoint({
state: "restore",
messages: {
restore: "Revert to this point"
}
});
</script>