messages.insertFile String
(default: "Insert file")
The title of the tool that inserts links to files.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
insertFile: "Insert file"
}
});
</script>