messages.dialogInsert String
(default: "Insert")
The label of the insert button in all editor dialogs.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
dialogInsert: "Insert"
}
});
</script>