12 lines
760 B
PHP
Executable File
12 lines
760 B
PHP
Executable File
<?php
|
|
return array(
|
|
'htmlEditor.meta.title' => "Html Editor and preview",
|
|
'htmlEditor.meta.desc' => "Rich Text Editor Based on Tinymce,Tips:Editing and saving will automatically remove JS related content",
|
|
'htmlEditor.meta.tips' => "The content has changed, and the editor has automatically filtered the opened content (removing unsafe tags and JS script content). Please save with caution!",
|
|
|
|
|
|
'htmlEditor.app.show' => "Html View",
|
|
'htmlEditor.app.showDesc' => "HTML file secure online preview, supporting relative resource referencing such as JavaScript and CSS",
|
|
'htmlEditor.app.edit' => "Tinymce editor",
|
|
'htmlEditor.app.editDesc' => "Rich Text Editor Based on Tinymce,Tips:Editing and saving will automatically remove JS related content",
|
|
); |