@lingxiteam/lcdp-ueditor-react 1.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/LcdpUeditor.d.ts +74 -0
- package/es/LcdpUeditor.js +335 -0
- package/es/const.d.ts +12 -0
- package/es/const.js +19 -0
- package/es/defaultConfig.json +77 -0
- package/es/index.d.ts +4 -0
- package/es/index.js +3 -0
- package/es/tools/UeditorResourceLoader.d.ts +21 -0
- package/es/tools/UeditorResourceLoader.js +114 -0
- package/es/tools/loadScript.d.ts +5 -0
- package/es/tools/loadScript.js +54 -0
- package/es/type.d.ts +142 -0
- package/es/type.js +1 -0
- package/package.json +32 -0
- package/ueditor-resource/dialogs/anchor/anchor.html +62 -0
- package/ueditor-resource/dialogs/attachment/attachment.css +716 -0
- package/ueditor-resource/dialogs/attachment/attachment.html +61 -0
- package/ueditor-resource/dialogs/attachment/attachment.js +803 -0
- package/ueditor-resource/dialogs/attachment/images/alignicon.gif +0 -0
- package/ueditor-resource/dialogs/attachment/images/alignicon.png +0 -0
- package/ueditor-resource/dialogs/attachment/images/bg.png +0 -0
- package/ueditor-resource/dialogs/attachment/images/file-icons.gif +0 -0
- package/ueditor-resource/dialogs/attachment/images/file-icons.png +0 -0
- package/ueditor-resource/dialogs/attachment/images/icons.gif +0 -0
- package/ueditor-resource/dialogs/attachment/images/icons.png +0 -0
- package/ueditor-resource/dialogs/attachment/images/image.png +0 -0
- package/ueditor-resource/dialogs/attachment/images/progress.png +0 -0
- package/ueditor-resource/dialogs/attachment/images/success.gif +0 -0
- package/ueditor-resource/dialogs/attachment/images/success.png +0 -0
- package/ueditor-resource/dialogs/audio/audio.css +879 -0
- package/ueditor-resource/dialogs/audio/audio.html +94 -0
- package/ueditor-resource/dialogs/audio/audio.js +815 -0
- package/ueditor-resource/dialogs/audio/icon/center-active.png +0 -0
- package/ueditor-resource/dialogs/audio/icon/center.png +0 -0
- package/ueditor-resource/dialogs/audio/icon/img.png +0 -0
- package/ueditor-resource/dialogs/audio/icon/left-active.png +0 -0
- package/ueditor-resource/dialogs/audio/icon/left.png +0 -0
- package/ueditor-resource/dialogs/audio/icon/none-active.png +0 -0
- package/ueditor-resource/dialogs/audio/icon/none.png +0 -0
- package/ueditor-resource/dialogs/audio/icon/right-active.png +0 -0
- package/ueditor-resource/dialogs/audio/icon/right.png +0 -0
- package/ueditor-resource/dialogs/audio/images/bg.png +0 -0
- package/ueditor-resource/dialogs/audio/images/center_focus.jpg +0 -0
- package/ueditor-resource/dialogs/audio/images/file-icons.gif +0 -0
- package/ueditor-resource/dialogs/audio/images/file-icons.png +0 -0
- package/ueditor-resource/dialogs/audio/images/icons.gif +0 -0
- package/ueditor-resource/dialogs/audio/images/icons.png +0 -0
- package/ueditor-resource/dialogs/audio/images/image.png +0 -0
- package/ueditor-resource/dialogs/audio/images/left_focus.jpg +0 -0
- package/ueditor-resource/dialogs/audio/images/none_focus.jpg +0 -0
- package/ueditor-resource/dialogs/audio/images/progress.png +0 -0
- package/ueditor-resource/dialogs/audio/images/right_focus.jpg +0 -0
- package/ueditor-resource/dialogs/audio/images/success.gif +0 -0
- package/ueditor-resource/dialogs/audio/images/success.png +0 -0
- package/ueditor-resource/dialogs/background/background.css +193 -0
- package/ueditor-resource/dialogs/background/background.html +59 -0
- package/ueditor-resource/dialogs/background/background.js +370 -0
- package/ueditor-resource/dialogs/background/images/bg.png +0 -0
- package/ueditor-resource/dialogs/background/images/success.png +0 -0
- package/ueditor-resource/dialogs/contentimport/contentimport.html +176 -0
- package/ueditor-resource/dialogs/contentimport/contentimport.js +91 -0
- package/ueditor-resource/dialogs/emotion/emotion.css +129 -0
- package/ueditor-resource/dialogs/emotion/emotion.html +70 -0
- package/ueditor-resource/dialogs/emotion/emotion.js +186 -0
- package/ueditor-resource/dialogs/emotion/images/0.gif +0 -0
- package/ueditor-resource/dialogs/emotion/images/bface.gif +0 -0
- package/ueditor-resource/dialogs/emotion/images/cface.gif +0 -0
- package/ueditor-resource/dialogs/emotion/images/fface.gif +0 -0
- package/ueditor-resource/dialogs/emotion/images/jxface2.gif +0 -0
- package/ueditor-resource/dialogs/emotion/images/neweditor-tab-bg.png +0 -0
- package/ueditor-resource/dialogs/emotion/images/tface.gif +0 -0
- package/ueditor-resource/dialogs/emotion/images/wface.gif +0 -0
- package/ueditor-resource/dialogs/emotion/images/yface.gif +0 -0
- package/ueditor-resource/dialogs/formula/formula.html +98 -0
- package/ueditor-resource/dialogs/formula/formula.js +147 -0
- package/ueditor-resource/dialogs/help/help.css +37 -0
- package/ueditor-resource/dialogs/help/help.html +82 -0
- package/ueditor-resource/dialogs/help/help.js +57 -0
- package/ueditor-resource/dialogs/image/icon/center-active.png +0 -0
- package/ueditor-resource/dialogs/image/icon/center.png +0 -0
- package/ueditor-resource/dialogs/image/icon/img.png +0 -0
- package/ueditor-resource/dialogs/image/icon/left-active.png +0 -0
- package/ueditor-resource/dialogs/image/icon/left.png +0 -0
- package/ueditor-resource/dialogs/image/icon/none-active.png +0 -0
- package/ueditor-resource/dialogs/image/icon/none.png +0 -0
- package/ueditor-resource/dialogs/image/icon/right-active.png +0 -0
- package/ueditor-resource/dialogs/image/icon/right.png +0 -0
- package/ueditor-resource/dialogs/image/image.css +768 -0
- package/ueditor-resource/dialogs/image/image.html +145 -0
- package/ueditor-resource/dialogs/image/image.js +1060 -0
- package/ueditor-resource/dialogs/image/images/alignicon.jpg +0 -0
- package/ueditor-resource/dialogs/image/images/bg.png +0 -0
- package/ueditor-resource/dialogs/image/images/icons.gif +0 -0
- package/ueditor-resource/dialogs/image/images/icons.png +0 -0
- package/ueditor-resource/dialogs/image/images/image.png +0 -0
- package/ueditor-resource/dialogs/image/images/progress.png +0 -0
- package/ueditor-resource/dialogs/image/images/success.gif +0 -0
- package/ueditor-resource/dialogs/image/images/success.png +0 -0
- package/ueditor-resource/dialogs/insertframe/insertframe.html +135 -0
- package/ueditor-resource/dialogs/internal.js +81 -0
- package/ueditor-resource/dialogs/link/link.html +148 -0
- package/ueditor-resource/dialogs/preview/preview.html +45 -0
- package/ueditor-resource/dialogs/scrawl/images/addimg.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/brush.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/delimg.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/delimgH.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/empty.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/emptyH.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/eraser.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/redo.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/redoH.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/scale.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/scaleH.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/size.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/undo.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/undoH.png +0 -0
- package/ueditor-resource/dialogs/scrawl/scrawl.css +324 -0
- package/ueditor-resource/dialogs/scrawl/scrawl.html +95 -0
- package/ueditor-resource/dialogs/scrawl/scrawl.js +682 -0
- package/ueditor-resource/dialogs/searchreplace/searchreplace.html +144 -0
- package/ueditor-resource/dialogs/searchreplace/searchreplace.js +174 -0
- package/ueditor-resource/dialogs/spechars/spechars.html +42 -0
- package/ueditor-resource/dialogs/spechars/spechars.js +86 -0
- package/ueditor-resource/dialogs/table/dragicon.png +0 -0
- package/ueditor-resource/dialogs/table/edittable.css +85 -0
- package/ueditor-resource/dialogs/table/edittable.html +69 -0
- package/ueditor-resource/dialogs/table/edittable.js +241 -0
- package/ueditor-resource/dialogs/table/edittd.html +62 -0
- package/ueditor-resource/dialogs/table/edittip.html +33 -0
- package/ueditor-resource/dialogs/template/config.js +42 -0
- package/ueditor-resource/dialogs/template/images/bg.gif +0 -0
- package/ueditor-resource/dialogs/template/images/pre0.png +0 -0
- package/ueditor-resource/dialogs/template/images/pre1.png +0 -0
- package/ueditor-resource/dialogs/template/images/pre2.png +0 -0
- package/ueditor-resource/dialogs/template/images/pre3.png +0 -0
- package/ueditor-resource/dialogs/template/images/pre4.png +0 -0
- package/ueditor-resource/dialogs/template/template.css +99 -0
- package/ueditor-resource/dialogs/template/template.html +26 -0
- package/ueditor-resource/dialogs/template/template.js +53 -0
- package/ueditor-resource/dialogs/video/icon/center-active.png +0 -0
- package/ueditor-resource/dialogs/video/icon/center.png +0 -0
- package/ueditor-resource/dialogs/video/icon/img.png +0 -0
- package/ueditor-resource/dialogs/video/icon/left-active.png +0 -0
- package/ueditor-resource/dialogs/video/icon/left.png +0 -0
- package/ueditor-resource/dialogs/video/icon/none-active.png +0 -0
- package/ueditor-resource/dialogs/video/icon/none.png +0 -0
- package/ueditor-resource/dialogs/video/icon/right-active.png +0 -0
- package/ueditor-resource/dialogs/video/icon/right.png +0 -0
- package/ueditor-resource/dialogs/video/images/bg.png +0 -0
- package/ueditor-resource/dialogs/video/images/center_focus.jpg +0 -0
- package/ueditor-resource/dialogs/video/images/file-icons.gif +0 -0
- package/ueditor-resource/dialogs/video/images/file-icons.png +0 -0
- package/ueditor-resource/dialogs/video/images/icons.gif +0 -0
- package/ueditor-resource/dialogs/video/images/icons.png +0 -0
- package/ueditor-resource/dialogs/video/images/image.png +0 -0
- package/ueditor-resource/dialogs/video/images/left_focus.jpg +0 -0
- package/ueditor-resource/dialogs/video/images/none_focus.jpg +0 -0
- package/ueditor-resource/dialogs/video/images/progress.png +0 -0
- package/ueditor-resource/dialogs/video/images/right_focus.jpg +0 -0
- package/ueditor-resource/dialogs/video/images/success.gif +0 -0
- package/ueditor-resource/dialogs/video/images/success.png +0 -0
- package/ueditor-resource/dialogs/video/video.css +909 -0
- package/ueditor-resource/dialogs/video/video.html +115 -0
- package/ueditor-resource/dialogs/video/video.js +867 -0
- package/ueditor-resource/dialogs/wordimage/wordimage.html +221 -0
- package/ueditor-resource/dialogs/wordimage/wordimage.js +93 -0
- package/ueditor-resource/index.html +146 -0
- package/ueditor-resource/lang/en/en.js +686 -0
- package/ueditor-resource/lang/en/images/addimage.png +0 -0
- package/ueditor-resource/lang/en/images/alldeletebtnhoverskin.png +0 -0
- package/ueditor-resource/lang/en/images/alldeletebtnupskin.png +0 -0
- package/ueditor-resource/lang/en/images/background.png +0 -0
- package/ueditor-resource/lang/en/images/button.png +0 -0
- package/ueditor-resource/lang/en/images/copy.png +0 -0
- package/ueditor-resource/lang/en/images/deletedisable.png +0 -0
- package/ueditor-resource/lang/en/images/deleteenable.png +0 -0
- package/ueditor-resource/lang/en/images/listbackground.png +0 -0
- package/ueditor-resource/lang/en/images/localimage.png +0 -0
- package/ueditor-resource/lang/en/images/music.png +0 -0
- package/ueditor-resource/lang/en/images/rotateleftdisable.png +0 -0
- package/ueditor-resource/lang/en/images/rotateleftenable.png +0 -0
- package/ueditor-resource/lang/en/images/rotaterightdisable.png +0 -0
- package/ueditor-resource/lang/en/images/rotaterightenable.png +0 -0
- package/ueditor-resource/lang/en/images/upload.png +0 -0
- package/ueditor-resource/lang/zh-cn/images/copy.png +0 -0
- package/ueditor-resource/lang/zh-cn/images/localimage.png +0 -0
- package/ueditor-resource/lang/zh-cn/images/music.png +0 -0
- package/ueditor-resource/lang/zh-cn/images/upload.png +0 -0
- package/ueditor-resource/lang/zh-cn/zh-cn.js +748 -0
- package/ueditor-resource/plugins/demo/demo.js +3 -0
- package/ueditor-resource/themes/default/css/ueditor.css +2148 -0
- package/ueditor-resource/themes/default/dialog.css +17 -0
- package/ueditor-resource/themes/default/dialogbase.css +132 -0
- package/ueditor-resource/themes/default/exts/ai.svg +12 -0
- package/ueditor-resource/themes/default/exts/apk.svg +12 -0
- package/ueditor-resource/themes/default/exts/chm.svg +12 -0
- package/ueditor-resource/themes/default/exts/css.svg +12 -0
- package/ueditor-resource/themes/default/exts/doc.svg +22 -0
- package/ueditor-resource/themes/default/exts/docx.svg +22 -0
- package/ueditor-resource/themes/default/exts/dwg.svg +16 -0
- package/ueditor-resource/themes/default/exts/folder.svg +3 -0
- package/ueditor-resource/themes/default/exts/gif.svg +14 -0
- package/ueditor-resource/themes/default/exts/html.svg +12 -0
- package/ueditor-resource/themes/default/exts/jpeg.svg +14 -0
- package/ueditor-resource/themes/default/exts/jpg.svg +14 -0
- package/ueditor-resource/themes/default/exts/log.svg +12 -0
- package/ueditor-resource/themes/default/exts/mp3.svg +14 -0
- package/ueditor-resource/themes/default/exts/mp4.svg +12 -0
- package/ueditor-resource/themes/default/exts/pdf.svg +14 -0
- package/ueditor-resource/themes/default/exts/png.svg +14 -0
- package/ueditor-resource/themes/default/exts/ppt.svg +24 -0
- package/ueditor-resource/themes/default/exts/pptx.svg +24 -0
- package/ueditor-resource/themes/default/exts/psd.svg +12 -0
- package/ueditor-resource/themes/default/exts/rar.svg +12 -0
- package/ueditor-resource/themes/default/exts/svg.svg +12 -0
- package/ueditor-resource/themes/default/exts/torrent.svg +14 -0
- package/ueditor-resource/themes/default/exts/txt.svg +14 -0
- package/ueditor-resource/themes/default/exts/unknown.svg +12 -0
- package/ueditor-resource/themes/default/exts/xls.svg +25 -0
- package/ueditor-resource/themes/default/exts/xlsx.svg +25 -0
- package/ueditor-resource/themes/default/exts/zip.svg +12 -0
- package/ueditor-resource/themes/default/images/anchor.gif +0 -0
- package/ueditor-resource/themes/default/images/arrow.png +0 -0
- package/ueditor-resource/themes/default/images/arrow_down.png +0 -0
- package/ueditor-resource/themes/default/images/arrow_up.png +0 -0
- package/ueditor-resource/themes/default/images/button-bg.gif +0 -0
- package/ueditor-resource/themes/default/images/cancelbutton.gif +0 -0
- package/ueditor-resource/themes/default/images/charts.png +0 -0
- package/ueditor-resource/themes/default/images/cursor_h.gif +0 -0
- package/ueditor-resource/themes/default/images/cursor_h.png +0 -0
- package/ueditor-resource/themes/default/images/cursor_v.gif +0 -0
- package/ueditor-resource/themes/default/images/cursor_v.png +0 -0
- package/ueditor-resource/themes/default/images/dialog-title-bg.png +0 -0
- package/ueditor-resource/themes/default/images/filescan.png +0 -0
- package/ueditor-resource/themes/default/images/highlighted.gif +0 -0
- package/ueditor-resource/themes/default/images/icons-all.gif +0 -0
- package/ueditor-resource/themes/default/images/icons.gif +0 -0
- package/ueditor-resource/themes/default/images/icons.png +0 -0
- package/ueditor-resource/themes/default/images/img-cracked.png +0 -0
- package/ueditor-resource/themes/default/images/loaderror.png +0 -0
- package/ueditor-resource/themes/default/images/loading.gif +0 -0
- package/ueditor-resource/themes/default/images/lock.gif +0 -0
- package/ueditor-resource/themes/default/images/neweditor-tab-bg.png +0 -0
- package/ueditor-resource/themes/default/images/pagebreak.gif +0 -0
- package/ueditor-resource/themes/default/images/scale.png +0 -0
- package/ueditor-resource/themes/default/images/sortable.png +0 -0
- package/ueditor-resource/themes/default/images/spacer.gif +0 -0
- package/ueditor-resource/themes/default/images/sparator_v.png +0 -0
- package/ueditor-resource/themes/default/images/table-cell-align.png +0 -0
- package/ueditor-resource/themes/default/images/tangram-colorpicker.png +0 -0
- package/ueditor-resource/themes/default/images/toolbar_bg.png +0 -0
- package/ueditor-resource/themes/default/images/unhighlighted.gif +0 -0
- package/ueditor-resource/themes/default/images/upload.png +0 -0
- package/ueditor-resource/themes/default/images/videologo.gif +0 -0
- package/ueditor-resource/themes/default/images/word.gif +0 -0
- package/ueditor-resource/themes/default/images/wordpaste.png +0 -0
- package/ueditor-resource/themes/iframe.css +63 -0
- package/ueditor-resource/third-party/SyntaxHighlighter/shCore.js +3655 -0
- package/ueditor-resource/third-party/SyntaxHighlighter/shCoreDefault.css +1 -0
- package/ueditor-resource/third-party/clipboard/clipboard.js +753 -0
- package/ueditor-resource/third-party/clipboard/clipboard.swf +0 -0
- package/ueditor-resource/third-party/codemirror/codemirror.css +106 -0
- package/ueditor-resource/third-party/codemirror/codemirror.js +3581 -0
- package/ueditor-resource/third-party/jquery-3.5.1.js +2 -0
- package/ueditor-resource/third-party/jquery-3.5.1_1.js +4314 -0
- package/ueditor-resource/third-party/webuploader/webuploader.css +88 -0
- package/ueditor-resource/third-party/webuploader/webuploader.js +4 -0
- package/ueditor-resource/third-party/zeroclipboard/ZeroClipboard.js +1256 -0
- package/ueditor-resource/third-party/zeroclipboard/ZeroClipboard.swf +0 -0
- package/ueditor-resource/ueditor.all.js +32643 -0
- package/ueditor-resource/ueditor.config.js +656 -0
- package/ueditor-resource/ueditor.parse.js +639 -0
| @@ -0,0 +1,686 @@ | |
| 1 | 
            +
            /**
         | 
| 2 | 
            +
             * Created with JetBrains PhpStorm.
         | 
| 3 | 
            +
             * User: taoqili
         | 
| 4 | 
            +
             * Date: 12-6-12
         | 
| 5 | 
            +
             * Time: 下午6:57
         | 
| 6 | 
            +
             * To change this template use File | Settings | File Templates.
         | 
| 7 | 
            +
             */
         | 
| 8 | 
            +
            UE.I18N['en'] = {
         | 
| 9 | 
            +
                'labelMap': {
         | 
| 10 | 
            +
                    'anchor': 'Anchor',
         | 
| 11 | 
            +
                    'undo': 'Undo',
         | 
| 12 | 
            +
                    'redo': 'Redo',
         | 
| 13 | 
            +
                    'bold': 'Bold',
         | 
| 14 | 
            +
                    'indent': 'Indent',
         | 
| 15 | 
            +
                    'italic': 'Italic',
         | 
| 16 | 
            +
                    'underline': 'Underline',
         | 
| 17 | 
            +
                    'strikethrough': 'Strikethrough',
         | 
| 18 | 
            +
                    'subscript': 'SubScript',
         | 
| 19 | 
            +
                    'fontborder': 'text border',
         | 
| 20 | 
            +
                    'superscript': 'SuperScript',
         | 
| 21 | 
            +
                    'formatmatch': 'Format Match',
         | 
| 22 | 
            +
                    'source': 'Source',
         | 
| 23 | 
            +
                    'blockquote': 'BlockQuote',
         | 
| 24 | 
            +
                    'pasteplain': 'PastePlain',
         | 
| 25 | 
            +
                    'selectall': 'SelectAll',
         | 
| 26 | 
            +
                    'print': 'Print',
         | 
| 27 | 
            +
                    'preview': 'Preview',
         | 
| 28 | 
            +
                    'horizontal': 'Horizontal',
         | 
| 29 | 
            +
                    'removeformat': 'RemoveFormat',
         | 
| 30 | 
            +
                    'time': 'Time',
         | 
| 31 | 
            +
                    'date': 'Date',
         | 
| 32 | 
            +
                    'unlink': 'Unlink',
         | 
| 33 | 
            +
                    'insertrow': 'InsertRow',
         | 
| 34 | 
            +
                    'insertcol': 'InsertCol',
         | 
| 35 | 
            +
                    'mergeright': 'MergeRight',
         | 
| 36 | 
            +
                    'mergedown': 'MergeDown',
         | 
| 37 | 
            +
                    'deleterow': 'DeleteRow',
         | 
| 38 | 
            +
                    'deletecol': 'DeleteCol',
         | 
| 39 | 
            +
                    'splittorows': 'SplitToRows',
         | 
| 40 | 
            +
                    'insertcode': 'insert code',
         | 
| 41 | 
            +
                    'splittocols': 'SplitToCols',
         | 
| 42 | 
            +
                    'splittocells': 'SplitToCells',
         | 
| 43 | 
            +
                    'deletecaption': 'DeleteCaption',
         | 
| 44 | 
            +
                    'inserttitle': 'InsertTitle',
         | 
| 45 | 
            +
                    'mergecells': 'MergeCells',
         | 
| 46 | 
            +
                    'deletetable': 'DeleteTable',
         | 
| 47 | 
            +
                    'cleardoc': 'Clear',
         | 
| 48 | 
            +
                    'contentimport': 'Content Import',
         | 
| 49 | 
            +
                    'insertparagraphbeforetable': "InsertParagraphBeforeTable",
         | 
| 50 | 
            +
                    'fontfamily': 'FontFamily',
         | 
| 51 | 
            +
                    'fontsize': 'FontSize',
         | 
| 52 | 
            +
                    'paragraph': 'Paragraph',
         | 
| 53 | 
            +
                    'simpleupload': 'Single Image',
         | 
| 54 | 
            +
                    'insertimage': 'Multi Image',
         | 
| 55 | 
            +
                    'edittable': 'Edit Table',
         | 
| 56 | 
            +
                    'edittd': 'Edit Td',
         | 
| 57 | 
            +
                    'link': 'Link',
         | 
| 58 | 
            +
                    'emotion': 'Emotion',
         | 
| 59 | 
            +
                    'spechars': 'Spechars',
         | 
| 60 | 
            +
                    'searchreplace': 'SearchReplace',
         | 
| 61 | 
            +
                    'insertvideo': 'Video',
         | 
| 62 | 
            +
                    'help': 'Help',
         | 
| 63 | 
            +
                    'justifyleft': 'JustifyLeft',
         | 
| 64 | 
            +
                    'justifyright': 'JustifyRight',
         | 
| 65 | 
            +
                    'justifycenter': 'JustifyCenter',
         | 
| 66 | 
            +
                    'justifyjustify': 'Justify',
         | 
| 67 | 
            +
                    'forecolor': 'FontColor',
         | 
| 68 | 
            +
                    'backcolor': 'BackColor',
         | 
| 69 | 
            +
                    'insertorderedlist': 'OL',
         | 
| 70 | 
            +
                    'insertunorderedlist': 'UL',
         | 
| 71 | 
            +
                    'fullscreen': 'FullScreen',
         | 
| 72 | 
            +
                    'directionalityltr': 'EnterFromLeft',
         | 
| 73 | 
            +
                    'directionalityrtl': 'EnterFromRight',
         | 
| 74 | 
            +
                    'rowspacingtop': 'RowSpacingTop',
         | 
| 75 | 
            +
                    'rowspacingbottom': 'RowSpacingBottom',
         | 
| 76 | 
            +
                    'pagebreak': 'PageBreak',
         | 
| 77 | 
            +
                    'insertframe': 'Iframe',
         | 
| 78 | 
            +
                    'imagenone': 'Default',
         | 
| 79 | 
            +
                    'imageleft': 'ImageLeft',
         | 
| 80 | 
            +
                    'imageright': 'ImageRight',
         | 
| 81 | 
            +
                    'attachment': 'Attachment',
         | 
| 82 | 
            +
                    'imagecenter': 'ImageCenter',
         | 
| 83 | 
            +
                    'wordimage': 'WordImage',
         | 
| 84 | 
            +
                    'formula': 'Formula',
         | 
| 85 | 
            +
                    'lineheight': 'LineHeight',
         | 
| 86 | 
            +
                    'edittip': 'EditTip',
         | 
| 87 | 
            +
                    'customstyle': 'CustomStyle',
         | 
| 88 | 
            +
                    'scrawl': 'Scrawl',
         | 
| 89 | 
            +
                    'autotypeset': 'AutoTypeset',
         | 
| 90 | 
            +
                    'touppercase': 'UpperCase',
         | 
| 91 | 
            +
                    'tolowercase': 'LowerCase',
         | 
| 92 | 
            +
                    'template': 'Template',
         | 
| 93 | 
            +
                    'background': 'Background',
         | 
| 94 | 
            +
                    'inserttable': 'InsertTable',
         | 
| 95 | 
            +
                },
         | 
| 96 | 
            +
                'autosave': {
         | 
| 97 | 
            +
                    'autoRestoreTip': 'Has been recovered from draft'
         | 
| 98 | 
            +
                },
         | 
| 99 | 
            +
                'insertorderedlist': {
         | 
| 100 | 
            +
                    'num': '1,2,3...',
         | 
| 101 | 
            +
                    'num1': '1),2),3)...',
         | 
| 102 | 
            +
                    'num2': '(1),(2),(3)...',
         | 
| 103 | 
            +
                    'cn': '一,二,三....',
         | 
| 104 | 
            +
                    'cn1': '一),二),三)....',
         | 
| 105 | 
            +
                    'cn2': '(一),(二),(三)....',
         | 
| 106 | 
            +
                    'decimal': '1,2,3...',
         | 
| 107 | 
            +
                    'lower-alpha': 'a,b,c...',
         | 
| 108 | 
            +
                    'lower-roman': 'i,ii,iii...',
         | 
| 109 | 
            +
                    'upper-alpha': 'A,B,C...',
         | 
| 110 | 
            +
                    'upper-roman': 'I,II,III...'
         | 
| 111 | 
            +
                },
         | 
| 112 | 
            +
                'insertunorderedlist': {
         | 
| 113 | 
            +
                    'circle': '○ Circle',
         | 
| 114 | 
            +
                    'disc': '● Circle dot',
         | 
| 115 | 
            +
                    'square': '■ Rectangle ',
         | 
| 116 | 
            +
                    'dash': '- Dash',
         | 
| 117 | 
            +
                    'dot': '。dot'
         | 
| 118 | 
            +
                },
         | 
| 119 | 
            +
                'paragraph': {
         | 
| 120 | 
            +
                    'p': 'Paragraph',
         | 
| 121 | 
            +
                    'h1': 'Title 1',
         | 
| 122 | 
            +
                    'h2': 'Title 2',
         | 
| 123 | 
            +
                    'h3': 'Title 3',
         | 
| 124 | 
            +
                    'h4': 'Title 4',
         | 
| 125 | 
            +
                    'h5': 'Title 5',
         | 
| 126 | 
            +
                    'h6': 'Title 6'
         | 
| 127 | 
            +
                },
         | 
| 128 | 
            +
                'fontfamily': {
         | 
| 129 | 
            +
                    'default': 'Default',
         | 
| 130 | 
            +
                    'songti': 'Sim Sun',
         | 
| 131 | 
            +
                    'kaiti': 'Sim Kai',
         | 
| 132 | 
            +
                    'heiti': 'Sim Hei',
         | 
| 133 | 
            +
                    'lishu': 'Sim Li',
         | 
| 134 | 
            +
                    'yahei': 'Microsoft YaHei',
         | 
| 135 | 
            +
                    // 'andaleMono':'Andale Mono',
         | 
| 136 | 
            +
                    'arial': 'Arial',
         | 
| 137 | 
            +
                    // 'arialBlack':'Arial Black',
         | 
| 138 | 
            +
                    // 'comicSansMs':'Comic Sans MS',
         | 
| 139 | 
            +
                    // 'impact':'Impact',
         | 
| 140 | 
            +
                    'timesNewRoman': 'Times New Roman'
         | 
| 141 | 
            +
                },
         | 
| 142 | 
            +
                'customstyle': {
         | 
| 143 | 
            +
                    'tc': 'Title center',
         | 
| 144 | 
            +
                    'tl': 'Title left',
         | 
| 145 | 
            +
                    'im': 'Important',
         | 
| 146 | 
            +
                    'hi': 'Highlight'
         | 
| 147 | 
            +
                },
         | 
| 148 | 
            +
                'autoupload': {
         | 
| 149 | 
            +
                    'exceedSizeError': 'File Size Exceed',
         | 
| 150 | 
            +
                    'exceedTypeError': 'File Type Not Allow',
         | 
| 151 | 
            +
                    'jsonEncodeError': 'Server Return Format Error',
         | 
| 152 | 
            +
                    'loading': "loading...",
         | 
| 153 | 
            +
                    'loadError': "load error",
         | 
| 154 | 
            +
                    'errorLoadConfig': 'Server config not loaded, upload can not work.',
         | 
| 155 | 
            +
                },
         | 
| 156 | 
            +
                'simpleupload': {
         | 
| 157 | 
            +
                    'exceedSizeError': 'File Size Exceed',
         | 
| 158 | 
            +
                    'exceedTypeError': 'File Type Not Allow',
         | 
| 159 | 
            +
                    'jsonEncodeError': 'Server Return Format Error',
         | 
| 160 | 
            +
                    'loading': "loading...",
         | 
| 161 | 
            +
                    'loadError': "load error",
         | 
| 162 | 
            +
                    'errorLoadConfig': 'Server config not loaded, upload can not work.',
         | 
| 163 | 
            +
                },
         | 
| 164 | 
            +
                'elementPathTip': "Path",
         | 
| 165 | 
            +
                'wordCountTip': "Word Count",
         | 
| 166 | 
            +
                'wordCountMsg': '{#count} characters entered,{#leave} left. ',
         | 
| 167 | 
            +
                'wordOverFlowMsg': '<span style="color:red;">The number of characters has exceeded allowable maximum values, the server may refuse to save!</span>',
         | 
| 168 | 
            +
                'ok': "OK",
         | 
| 169 | 
            +
                'cancel': "Cancel",
         | 
| 170 | 
            +
                'closeDialog': "closeDialog",
         | 
| 171 | 
            +
                'tableDrag': "You must import the file uiUtils.js before drag! ",
         | 
| 172 | 
            +
                'autofloatMsg': "The plugin AutoFloat depends on EditorUI!",
         | 
| 173 | 
            +
                'loadconfigError': 'Get server config error.',
         | 
| 174 | 
            +
                'loadconfigFormatError': 'Server config format error.',
         | 
| 175 | 
            +
                'loadconfigHttpError': 'Get server config http error.',
         | 
| 176 | 
            +
                'insertcode': {
         | 
| 177 | 
            +
                    'as3': 'ActionScript 3',
         | 
| 178 | 
            +
                    'bash': 'Bash/Shell',
         | 
| 179 | 
            +
                    'cpp': 'C/C++',
         | 
| 180 | 
            +
                    'css': 'CSS',
         | 
| 181 | 
            +
                    'cf': 'ColdFusion',
         | 
| 182 | 
            +
                    'c#': 'C#',
         | 
| 183 | 
            +
                    'delphi': 'Delphi',
         | 
| 184 | 
            +
                    'diff': 'Diff',
         | 
| 185 | 
            +
                    'erlang': 'Erlang',
         | 
| 186 | 
            +
                    'groovy': 'Groovy',
         | 
| 187 | 
            +
                    'html': 'HTML',
         | 
| 188 | 
            +
                    'java': 'Java',
         | 
| 189 | 
            +
                    'jfx': 'JavaFX',
         | 
| 190 | 
            +
                    'js': 'JavaScript',
         | 
| 191 | 
            +
                    'pl': 'Perl',
         | 
| 192 | 
            +
                    'php': 'PHP',
         | 
| 193 | 
            +
                    'plain': 'Plain Text',
         | 
| 194 | 
            +
                    'ps': 'PowerShell',
         | 
| 195 | 
            +
                    'python': 'Python',
         | 
| 196 | 
            +
                    'ruby': 'Ruby',
         | 
| 197 | 
            +
                    'scala': 'Scala',
         | 
| 198 | 
            +
                    'sql': 'SQL',
         | 
| 199 | 
            +
                    'vb': 'Visual Basic',
         | 
| 200 | 
            +
                    'xml': 'XML'
         | 
| 201 | 
            +
                },
         | 
| 202 | 
            +
                'confirmClear': "Do you confirm to clear the Document?",
         | 
| 203 | 
            +
                'contextMenu': {
         | 
| 204 | 
            +
                    'delete': "Delete",
         | 
| 205 | 
            +
                    'selectall': "Select all",
         | 
| 206 | 
            +
                    'deletecode': "Delete Code",
         | 
| 207 | 
            +
                    'cleardoc': "Clear Document",
         | 
| 208 | 
            +
                    'confirmclear': "Do you confirm to clear the Document?",
         | 
| 209 | 
            +
                    'unlink': "Unlink",
         | 
| 210 | 
            +
                    'paragraph': "Paragraph",
         | 
| 211 | 
            +
                    'edittable': "Table property",
         | 
| 212 | 
            +
                    'aligncell': 'Align cell',
         | 
| 213 | 
            +
                    'aligntable': 'Table alignment',
         | 
| 214 | 
            +
                    'tableleft': 'Left float',
         | 
| 215 | 
            +
                    'tablecenter': 'Center',
         | 
| 216 | 
            +
                    'tableright': 'Right float',
         | 
| 217 | 
            +
                    'aligntd': 'Cell alignment',
         | 
| 218 | 
            +
                    'edittd': "Cell property",
         | 
| 219 | 
            +
                    'setbordervisible': 'set table edge visible',
         | 
| 220 | 
            +
                    'table': "Table",
         | 
| 221 | 
            +
                    'justifyleft': 'Justify Left',
         | 
| 222 | 
            +
                    'justifyright': 'Justify Right',
         | 
| 223 | 
            +
                    'justifycenter': 'Justify Center',
         | 
| 224 | 
            +
                    'justifyjustify': 'Default',
         | 
| 225 | 
            +
                    'deletetable': "Delete table",
         | 
| 226 | 
            +
                    'insertparagraphbefore': "InsertedBeforeLine",
         | 
| 227 | 
            +
                    'insertparagraphafter': 'InsertedAfterLine',
         | 
| 228 | 
            +
                    'inserttable': 'Insert table',
         | 
| 229 | 
            +
                    'insertcaption': 'Insert caption',
         | 
| 230 | 
            +
                    'deletecaption': 'Delete Caption',
         | 
| 231 | 
            +
                    'inserttitle': 'Insert Title',
         | 
| 232 | 
            +
                    'deletetitle': 'Delete Title',
         | 
| 233 | 
            +
                    'inserttitlecol': 'Insert Title Col',
         | 
| 234 | 
            +
                    'deletetitlecol': 'Delete Title Col',
         | 
| 235 | 
            +
                    'averageDiseRow': 'AverageDise Row',
         | 
| 236 | 
            +
                    'averageDisCol': 'AverageDis Col',
         | 
| 237 | 
            +
                    'deleterow': "Delete row",
         | 
| 238 | 
            +
                    'deletecol': "Delete col",
         | 
| 239 | 
            +
                    'insertrow': "Insert row",
         | 
| 240 | 
            +
                    'insertcol': "Insert col",
         | 
| 241 | 
            +
                    'insertrownext': 'Insert Row Next',
         | 
| 242 | 
            +
                    'insertcolnext': 'Insert Col Next',
         | 
| 243 | 
            +
                    'mergeright': "Merge right",
         | 
| 244 | 
            +
                    'mergeleft': "Merge left",
         | 
| 245 | 
            +
                    'mergedown': "Merge down",
         | 
| 246 | 
            +
                    'mergecells': "Merge cells",
         | 
| 247 | 
            +
                    'splittocells': "Split to cells",
         | 
| 248 | 
            +
                    'splittocols': "Split to Cols",
         | 
| 249 | 
            +
                    'splittorows': "Split to Rows",
         | 
| 250 | 
            +
                    'tablesort': 'Table sorting',
         | 
| 251 | 
            +
                    'enablesort': 'Sorting Enable',
         | 
| 252 | 
            +
                    'disablesort': 'Sorting Disable',
         | 
| 253 | 
            +
                    'reversecurrent': 'Reverse current',
         | 
| 254 | 
            +
                    'orderbyasc': 'Order By ASCII',
         | 
| 255 | 
            +
                    'reversebyasc': 'Reverse By ASCII',
         | 
| 256 | 
            +
                    'orderbynum': 'Order By Num',
         | 
| 257 | 
            +
                    'reversebynum': 'Reverse By Num',
         | 
| 258 | 
            +
                    'borderbk': 'Border shading',
         | 
| 259 | 
            +
                    'setcolor': 'interlaced color',
         | 
| 260 | 
            +
                    'unsetcolor': 'Cancel interlacedcolor',
         | 
| 261 | 
            +
                    'setbackground': 'Background interlaced',
         | 
| 262 | 
            +
                    'unsetbackground': 'Cancel Bk interlaced',
         | 
| 263 | 
            +
                    'redandblue': 'Blue and red',
         | 
| 264 | 
            +
                    'threecolorgradient': 'Three-color gradient',
         | 
| 265 | 
            +
                    'copy': "Copy(Ctrl + c)",
         | 
| 266 | 
            +
                    'copymsg': "Browser does not support. Please use 'Ctrl + c' instead!",
         | 
| 267 | 
            +
                    'paste': "Paste(Ctrl + v)",
         | 
| 268 | 
            +
                    'pastemsg': "Browser does not support. Please use 'Ctrl + v' instead!"
         | 
| 269 | 
            +
                },
         | 
| 270 | 
            +
                'copymsg': "Browser does not support. Please use 'Ctrl + c' instead!",
         | 
| 271 | 
            +
                'pastemsg': "Browser does not support. Please use 'Ctrl + v' instead!",
         | 
| 272 | 
            +
                'anchorMsg': "Link",
         | 
| 273 | 
            +
                'clearColor': 'Clear',
         | 
| 274 | 
            +
                'standardColor': 'Standard color',
         | 
| 275 | 
            +
                'themeColor': 'Theme color',
         | 
| 276 | 
            +
                'property': 'Property',
         | 
| 277 | 
            +
                'default': 'Default',
         | 
| 278 | 
            +
                'modify': 'Modify',
         | 
| 279 | 
            +
                'save': 'Save',
         | 
| 280 | 
            +
                'justifyleft': 'Justify Left',
         | 
| 281 | 
            +
                'justifyright': 'Justify Right',
         | 
| 282 | 
            +
                'justifycenter': 'Justify Center',
         | 
| 283 | 
            +
                'justify': 'Default',
         | 
| 284 | 
            +
                'clear': 'Clear',
         | 
| 285 | 
            +
                'delete': 'Delete',
         | 
| 286 | 
            +
                'clickToUpload': "Click to upload",
         | 
| 287 | 
            +
                'unset': 'Language hasn\'t been set!',
         | 
| 288 | 
            +
                't_row': 'row',
         | 
| 289 | 
            +
                't_col': 'col',
         | 
| 290 | 
            +
                'pasteOpt': 'Paste Option',
         | 
| 291 | 
            +
                'pasteSourceFormat': "Keep Source Formatting",
         | 
| 292 | 
            +
                'tagFormat': 'Keep tag',
         | 
| 293 | 
            +
                'pasteTextFormat': 'Keep Text only',
         | 
| 294 | 
            +
                'more': 'More',
         | 
| 295 | 
            +
                'autoTypeSet': {
         | 
| 296 | 
            +
                    'mergeLine': "Merge empty line",
         | 
| 297 | 
            +
                    'delLine': "Del empty line",
         | 
| 298 | 
            +
                    'removeFormat': "Remove format",
         | 
| 299 | 
            +
                    'indent': "Indent",
         | 
| 300 | 
            +
                    'alignment': "Alignment",
         | 
| 301 | 
            +
                    'imageFloat': "Image float",
         | 
| 302 | 
            +
                    'removeFontsize': "Remove font size",
         | 
| 303 | 
            +
                    'removeFontFamily': "Remove fontFamily",
         | 
| 304 | 
            +
                    'removeHtml': "Remove redundant HTML code",
         | 
| 305 | 
            +
                    'pasteFilter': "Paste filter",
         | 
| 306 | 
            +
                    'run': "Done",
         | 
| 307 | 
            +
                    'symbol': 'Symbol Conversion',
         | 
| 308 | 
            +
                    'bdc2sb': 'Full-width to Half-width',
         | 
| 309 | 
            +
                    'tobdc': 'Half-width to Full-width'
         | 
| 310 | 
            +
                },
         | 
| 311 | 
            +
             | 
| 312 | 
            +
                'background': {
         | 
| 313 | 
            +
                    'static': {
         | 
| 314 | 
            +
                        'lang_background_normal': 'Normal',
         | 
| 315 | 
            +
                        'lang_background_local': 'Online',
         | 
| 316 | 
            +
                        'lang_background_set': 'Background Set',
         | 
| 317 | 
            +
                        'lang_background_none': 'No Background',
         | 
| 318 | 
            +
                        'lang_background_colored': 'Colored Background',
         | 
| 319 | 
            +
                        'lang_background_color': 'Color Set',
         | 
| 320 | 
            +
                        'lang_background_netimg': 'Net-Image',
         | 
| 321 | 
            +
                        'lang_background_align': 'Align Type',
         | 
| 322 | 
            +
                        'lang_background_position': 'Position',
         | 
| 323 | 
            +
                        'repeatType': {'options': ["Center", "Repeat-x", "Repeat-y", "Tile", "Custom"]}
         | 
| 324 | 
            +
                    },
         | 
| 325 | 
            +
                    'noUploadImage': "No pictures has been uploaded!",
         | 
| 326 | 
            +
                    'toggleSelect': 'Change the active state by click!\n Image Size: '
         | 
| 327 | 
            +
                },
         | 
| 328 | 
            +
                //===============dialog i18N=======================
         | 
| 329 | 
            +
                'insertimage': {
         | 
| 330 | 
            +
                    'static': {
         | 
| 331 | 
            +
                        'lang_tab_remote': "Insert",
         | 
| 332 | 
            +
                        'lang_tab_upload': "Local",
         | 
| 333 | 
            +
                        'lang_tab_online': "Manager",
         | 
| 334 | 
            +
                        'lang_tab_search': "Search",
         | 
| 335 | 
            +
                        'lang_input_url': "Address:",
         | 
| 336 | 
            +
                        'lang_input_size': "Size:",
         | 
| 337 | 
            +
                        'lang_input_width': "Width",
         | 
| 338 | 
            +
                        'lang_input_height': "Height",
         | 
| 339 | 
            +
                        'lang_input_border': "Border:",
         | 
| 340 | 
            +
                        'lang_input_vhspace': "Margins:",
         | 
| 341 | 
            +
                        'lang_input_title': "Title:",
         | 
| 342 | 
            +
                        'lang_input_align': 'Image Float Style:',
         | 
| 343 | 
            +
                        'lang_imgLoading': "Loading...",
         | 
| 344 | 
            +
                        'lang_start_upload': "Start Upload",
         | 
| 345 | 
            +
                        'lock': {'title': "Lock rate"},
         | 
| 346 | 
            +
                        'searchType': {'title': "ImageType", 'options': ["News", "Wallpaper", "emotions", "photo"]},
         | 
| 347 | 
            +
                        'searchTxt': {'value': "Enter the search keyword!"},
         | 
| 348 | 
            +
                        'searchBtn': {'value': "Search"},
         | 
| 349 | 
            +
                        'searchReset': {'value': "Clear"},
         | 
| 350 | 
            +
                        'noneAlign': {'title': 'None Float'},
         | 
| 351 | 
            +
                        'leftAlign': {'title': 'Left Float'},
         | 
| 352 | 
            +
                        'rightAlign': {'title': 'Right Float'},
         | 
| 353 | 
            +
                        'centerAlign': {'title': 'Center In A Line'}
         | 
| 354 | 
            +
                    },
         | 
| 355 | 
            +
                    'uploadSelectFile': 'Select File',
         | 
| 356 | 
            +
                    'uploadAddFile': 'Add File',
         | 
| 357 | 
            +
                    'uploadStart': 'Start Upload',
         | 
| 358 | 
            +
                    'uploadPause': 'Pause Upload',
         | 
| 359 | 
            +
                    'uploadContinue': 'Continue Upload',
         | 
| 360 | 
            +
                    'uploadRetry': 'Retry Upload',
         | 
| 361 | 
            +
                    'uploadDelete': 'Delete',
         | 
| 362 | 
            +
                    'uploadTurnLeft': 'Turn Left',
         | 
| 363 | 
            +
                    'uploadTurnRight': 'Turn Right',
         | 
| 364 | 
            +
                    'uploadPreview': 'Doing Preview',
         | 
| 365 | 
            +
                    'uploadNoPreview': 'Can Not Preview',
         | 
| 366 | 
            +
                    'updateStatusReady': 'Selected _ pictures, total _KB.',
         | 
| 367 | 
            +
                    'updateStatusConfirm': '_ uploaded successfully and _ upload failed',
         | 
| 368 | 
            +
                    'updateStatusFinish': 'Total _ pictures (_KB), _  uploaded successfully',
         | 
| 369 | 
            +
                    'updateStatusError': ' and _ upload failed',
         | 
| 370 | 
            +
                    'errorNotSupport': 'WebUploader does not support the browser you are using. Please upgrade your browser or flash player',
         | 
| 371 | 
            +
                    'errorLoadConfig': 'Server config not loaded, upload can not work.',
         | 
| 372 | 
            +
                    'errorExceedSize': 'File Size Exceed',
         | 
| 373 | 
            +
                    'errorFileType': 'File Type Not Allow',
         | 
| 374 | 
            +
                    'errorInterrupt': 'File Upload Interrupted',
         | 
| 375 | 
            +
                    'errorUploadRetry': 'Upload Error, Please Retry.',
         | 
| 376 | 
            +
                    'errorHttp': 'Http Error',
         | 
| 377 | 
            +
                    'errorServerUpload': 'Server Result Error.',
         | 
| 378 | 
            +
                    'remoteLockError': "Cannot Lock the Proportion between width and height",
         | 
| 379 | 
            +
                    'numError': "Please enter the correct Num. e.g 123,400",
         | 
| 380 | 
            +
                    'imageUrlError': "The image format may be wrong!",
         | 
| 381 | 
            +
                    'imageLoadError': "Error,please check the network or URL!",
         | 
| 382 | 
            +
                    'searchRemind': "Enter the search keyword!",
         | 
| 383 | 
            +
                    'searchLoading': "Image is loading,please wait...",
         | 
| 384 | 
            +
                    'searchRetry': " Sorry,can't find the image,please try again!"
         | 
| 385 | 
            +
                },
         | 
| 386 | 
            +
                'attachment': {
         | 
| 387 | 
            +
                    'static': {
         | 
| 388 | 
            +
                        'lang_tab_upload': 'Upload',
         | 
| 389 | 
            +
                        'lang_tab_online': 'Online',
         | 
| 390 | 
            +
                        'lang_start_upload': "Start upload",
         | 
| 391 | 
            +
                        'lang_drop_remind': "You can drop files here, a single maximum of 300 files"
         | 
| 392 | 
            +
                    },
         | 
| 393 | 
            +
                    'uploadSelectFile': 'Select File',
         | 
| 394 | 
            +
                    'uploadAddFile': 'Add File',
         | 
| 395 | 
            +
                    'uploadStart': 'Start Upload',
         | 
| 396 | 
            +
                    'uploadPause': 'Pause Upload',
         | 
| 397 | 
            +
                    'uploadContinue': 'Continue Upload',
         | 
| 398 | 
            +
                    'uploadRetry': 'Retry Upload',
         | 
| 399 | 
            +
                    'uploadDelete': 'Delete',
         | 
| 400 | 
            +
                    'uploadTurnLeft': 'Turn Left',
         | 
| 401 | 
            +
                    'uploadTurnRight': 'Turn Right',
         | 
| 402 | 
            +
                    'uploadPreview': 'Doing Preview',
         | 
| 403 | 
            +
                    'updateStatusReady': 'Selected _ files, total _KB.',
         | 
| 404 | 
            +
                    'updateStatusConfirm': '_ uploaded successfully and _ upload failed',
         | 
| 405 | 
            +
                    'updateStatusFinish': 'Total _ files (_KB), _  uploaded successfully',
         | 
| 406 | 
            +
                    'updateStatusError': ' and _ upload failed',
         | 
| 407 | 
            +
                    'errorNotSupport': 'WebUploader does not support the browser you are using. Please upgrade your browser or flash player',
         | 
| 408 | 
            +
                    'errorLoadConfig': 'Server config not loaded, upload can not work.',
         | 
| 409 | 
            +
                    'errorExceedSize': 'File Size Exceed',
         | 
| 410 | 
            +
                    'errorFileType': 'File Type Not Allow',
         | 
| 411 | 
            +
                    'errorInterrupt': 'File Upload Interrupted',
         | 
| 412 | 
            +
                    'errorUploadRetry': 'Upload Error, Please Retry.',
         | 
| 413 | 
            +
                    'errorHttp': 'Http Error',
         | 
| 414 | 
            +
                    'errorServerUpload': 'Server Result Error.'
         | 
| 415 | 
            +
                },
         | 
| 416 | 
            +
             | 
| 417 | 
            +
                'insertvideo': {
         | 
| 418 | 
            +
                    'static': {
         | 
| 419 | 
            +
                        'lang_tab_insertV': "Video",
         | 
| 420 | 
            +
                        'lang_tab_searchV': "Search",
         | 
| 421 | 
            +
                        'lang_tab_uploadV': "Upload",
         | 
| 422 | 
            +
                        'lang_video_url': " URL ",
         | 
| 423 | 
            +
                        'lang_video_size': "Video Size",
         | 
| 424 | 
            +
                        'lang_videoW': "Width",
         | 
| 425 | 
            +
                        'lang_videoH': "Height",
         | 
| 426 | 
            +
                        'lang_alignment': "Alignment",
         | 
| 427 | 
            +
                        'videoSearchTxt': {'value': "Enter the search keyword!"},
         | 
| 428 | 
            +
                        'videoType': {'options': ["All", "Hot", "Entertainment", "Funny", "Sports", "Science", "variety"]},
         | 
| 429 | 
            +
                        'videoSearchBtn': {'value': "Search in Baidu"},
         | 
| 430 | 
            +
                        'videoSearchReset': {'value': "Clear result"},
         | 
| 431 | 
            +
             | 
| 432 | 
            +
                        'lang_input_fileStatus': ' No file uploaded!',
         | 
| 433 | 
            +
                        'startUpload': {'style': "background:url(upload.png) no-repeat;"},
         | 
| 434 | 
            +
             | 
| 435 | 
            +
                        'lang_upload_size': "Video Size",
         | 
| 436 | 
            +
                        'lang_upload_width': "Width",
         | 
| 437 | 
            +
                        'lang_upload_height': "Height",
         | 
| 438 | 
            +
                        'lang_upload_alignment': "Alignment",
         | 
| 439 | 
            +
                        'lang_format_advice': "Recommends mp4 format."
         | 
| 440 | 
            +
                    },
         | 
| 441 | 
            +
                    'numError': "Please enter the correct Num. e.g 123,400",
         | 
| 442 | 
            +
                    'floatLeft': "Float left",
         | 
| 443 | 
            +
                    'floatRight': "Float right",
         | 
| 444 | 
            +
                    'default': "Default",
         | 
| 445 | 
            +
                    'block': "Display in block",
         | 
| 446 | 
            +
                    'urlError': "The video url format may be wrong!",
         | 
| 447 | 
            +
                    'loading': "  The video is loading, please wait…",
         | 
| 448 | 
            +
                    'clickToSelect': "Click to select",
         | 
| 449 | 
            +
                    'goToSource': 'Visit source video ',
         | 
| 450 | 
            +
                    'noVideo': "    Sorry,can't find the video,please try again!",
         | 
| 451 | 
            +
             | 
| 452 | 
            +
                    'browseFiles': 'Open files',
         | 
| 453 | 
            +
                    'uploadSuccess': 'Upload Successful!',
         | 
| 454 | 
            +
                    'delSuccessFile': 'Remove from the success of the queue',
         | 
| 455 | 
            +
                    'delFailSaveFile': 'Remove the save failed file',
         | 
| 456 | 
            +
                    'statusPrompt': ' file(s) uploaded! ',
         | 
| 457 | 
            +
                    'flashVersionError': 'The current Flash version is too low, please update FlashPlayer,then try again!',
         | 
| 458 | 
            +
                    'flashLoadingError': 'The Flash failed loading! Please check the path or network state',
         | 
| 459 | 
            +
                    'fileUploadReady': 'Wait for uploading...',
         | 
| 460 | 
            +
                    'delUploadQueue': 'Remove from the uploading queue ',
         | 
| 461 | 
            +
                    'limitPrompt1': 'Can not choose more than single',
         | 
| 462 | 
            +
                    'limitPrompt2': 'file(s)!Please choose again!',
         | 
| 463 | 
            +
                    'delFailFile': 'Remove failure file',
         | 
| 464 | 
            +
                    'fileSizeLimit': 'File size exceeds the limit!',
         | 
| 465 | 
            +
                    'emptyFile': 'Can not upload an empty file!',
         | 
| 466 | 
            +
                    'fileTypeError': 'File type error!',
         | 
| 467 | 
            +
                    'unknownError': 'Unknown error!',
         | 
| 468 | 
            +
                    'fileUploading': 'Uploading,please wait...',
         | 
| 469 | 
            +
                    'cancelUpload': 'Cancel upload',
         | 
| 470 | 
            +
                    'netError': 'Network error',
         | 
| 471 | 
            +
                    'failUpload': 'Upload failed',
         | 
| 472 | 
            +
                    'serverIOError': 'Server IO error!',
         | 
| 473 | 
            +
                    'noAuthority': 'No Permission!',
         | 
| 474 | 
            +
                    'fileNumLimit': 'Upload limit to the number',
         | 
| 475 | 
            +
                    'failCheck': 'Authentication fails, the upload is skipped!',
         | 
| 476 | 
            +
                    'fileCanceling': 'Cancel, please wait...',
         | 
| 477 | 
            +
                    'stopUploading': 'Upload has stopped...',
         | 
| 478 | 
            +
             | 
| 479 | 
            +
                    'uploadSelectFile': 'Select File',
         | 
| 480 | 
            +
                    'uploadAddFile': 'Add File',
         | 
| 481 | 
            +
                    'uploadStart': 'Start Upload',
         | 
| 482 | 
            +
                    'uploadPause': 'Pause Upload',
         | 
| 483 | 
            +
                    'uploadContinue': 'Continue Upload',
         | 
| 484 | 
            +
                    'uploadRetry': 'Retry Upload',
         | 
| 485 | 
            +
                    'uploadDelete': 'Delete',
         | 
| 486 | 
            +
                    'uploadTurnLeft': 'Turn Left',
         | 
| 487 | 
            +
                    'uploadTurnRight': 'Turn Right',
         | 
| 488 | 
            +
                    'uploadPreview': 'Doing Preview',
         | 
| 489 | 
            +
                    'updateStatusReady': 'Selected _ files, total _KB.',
         | 
| 490 | 
            +
                    'updateStatusConfirm': '_ uploaded successfully and _ upload failed',
         | 
| 491 | 
            +
                    'updateStatusFinish': 'Total _ files (_KB), _  uploaded successfully',
         | 
| 492 | 
            +
                    'updateStatusError': ' and _ upload failed',
         | 
| 493 | 
            +
                    'errorNotSupport': 'WebUploader does not support the browser you are using. Please upgrade your browser or flash player',
         | 
| 494 | 
            +
                    'errorLoadConfig': 'Server config not loaded, upload can not work.',
         | 
| 495 | 
            +
                    'errorExceedSize': 'File Size Exceed',
         | 
| 496 | 
            +
                    'errorFileType': 'File Type Not Allow',
         | 
| 497 | 
            +
                    'errorInterrupt': 'File Upload Interrupted',
         | 
| 498 | 
            +
                    'errorUploadRetry': 'Upload Error, Please Retry.',
         | 
| 499 | 
            +
                    'errorHttp': 'Http Error',
         | 
| 500 | 
            +
                    'errorServerUpload': 'Server Result Error.'
         | 
| 501 | 
            +
                },
         | 
| 502 | 
            +
                'template': {
         | 
| 503 | 
            +
                    'static': {
         | 
| 504 | 
            +
                        'lang_template_bkcolor': 'Background Color',
         | 
| 505 | 
            +
                        'lang_template_clear': 'Keep Content',
         | 
| 506 | 
            +
                        'lang_template_select': 'Select Template'
         | 
| 507 | 
            +
                    },
         | 
| 508 | 
            +
                    'blank': "Blank",
         | 
| 509 | 
            +
                    'blog': "Blog",
         | 
| 510 | 
            +
                    'resume': "Resume",
         | 
| 511 | 
            +
                    'richText': "Rich Text",
         | 
| 512 | 
            +
                    'scrPapers': "Scientific Papers"
         | 
| 513 | 
            +
                },
         | 
| 514 | 
            +
                scrawl: {
         | 
| 515 | 
            +
                    'static': {
         | 
| 516 | 
            +
                        'lang_input_previousStep': "Previous",
         | 
| 517 | 
            +
                        'lang_input_nextsStep': "Next",
         | 
| 518 | 
            +
                        'lang_input_clear': 'Clear',
         | 
| 519 | 
            +
                        'lang_input_addPic': 'AddImage',
         | 
| 520 | 
            +
                        'lang_input_ScalePic': 'ScaleImage',
         | 
| 521 | 
            +
                        'lang_input_removePic': 'RemoveImage',
         | 
| 522 | 
            +
                        'J_imgTxt': {title: 'Add background image'}
         | 
| 523 | 
            +
                    },
         | 
| 524 | 
            +
                    'noScarwl': "No paint, a white paper...",
         | 
| 525 | 
            +
                    'scrawlUpLoading': "Image is uploading, please wait...",
         | 
| 526 | 
            +
                    'continueBtn': "Try again",
         | 
| 527 | 
            +
                    'imageError': "Image failed to load!",
         | 
| 528 | 
            +
                    'backgroundUploading': 'Image is uploading,please wait...'
         | 
| 529 | 
            +
                },
         | 
| 530 | 
            +
                anchor: {
         | 
| 531 | 
            +
                    'static': {
         | 
| 532 | 
            +
                        'lang_input_anchorName': 'Anchor Name:'
         | 
| 533 | 
            +
                    }
         | 
| 534 | 
            +
                },
         | 
| 535 | 
            +
                emotion: {
         | 
| 536 | 
            +
                    'static': {
         | 
| 537 | 
            +
                        'lang_input_choice': 'Choice',
         | 
| 538 | 
            +
                        'lang_input_Tuzki': 'Tuzki',
         | 
| 539 | 
            +
                        'lang_input_lvdouwa': 'LvDouWa',
         | 
| 540 | 
            +
                        'lang_input_BOBO': 'BOBO',
         | 
| 541 | 
            +
                        'lang_input_babyCat': 'BabyCat',
         | 
| 542 | 
            +
                        'lang_input_bubble': 'Bubble',
         | 
| 543 | 
            +
                        'lang_input_youa': 'YouA'
         | 
| 544 | 
            +
                    }
         | 
| 545 | 
            +
                },
         | 
| 546 | 
            +
                help: {
         | 
| 547 | 
            +
                    'static': {
         | 
| 548 | 
            +
                        'lang_input_about': 'About UEditor Plus',
         | 
| 549 | 
            +
                        'lang_input_shortcuts': 'Shortcuts',
         | 
| 550 | 
            +
                        'lang_input_introduction': "UEditor Plus is based on UEditor.",
         | 
| 551 | 
            +
                        'lang_Txt_shortcuts': 'Shortcuts',
         | 
| 552 | 
            +
                        'lang_Txt_func': 'Function',
         | 
| 553 | 
            +
                        'lang_Txt_bold': 'Bold',
         | 
| 554 | 
            +
                        'lang_Txt_copy': 'Copy',
         | 
| 555 | 
            +
                        'lang_Txt_cut': 'Cut',
         | 
| 556 | 
            +
                        'lang_Txt_Paste': 'Paste',
         | 
| 557 | 
            +
                        'lang_Txt_undo': 'Undo',
         | 
| 558 | 
            +
                        'lang_Txt_redo': 'Redo',
         | 
| 559 | 
            +
                        'lang_Txt_italic': 'Italic',
         | 
| 560 | 
            +
                        'lang_Txt_underline': 'Underline',
         | 
| 561 | 
            +
                        'lang_Txt_selectAll': 'Select All',
         | 
| 562 | 
            +
                        'lang_Txt_visualEnter': 'Submit',
         | 
| 563 | 
            +
                        'lang_Txt_fullscreen': 'Fullscreen'
         | 
| 564 | 
            +
                    }
         | 
| 565 | 
            +
                },
         | 
| 566 | 
            +
                insertframe: {
         | 
| 567 | 
            +
                    'static': {
         | 
| 568 | 
            +
                        'lang_input_address': 'Address:',
         | 
| 569 | 
            +
                        'lang_input_width': 'Width:',
         | 
| 570 | 
            +
                        'lang_input_height': 'height:',
         | 
| 571 | 
            +
                        'lang_input_isScroll': 'Enable scrollbars:',
         | 
| 572 | 
            +
                        'lang_input_frameborder': 'Show frame border:',
         | 
| 573 | 
            +
                        'lang_input_alignMode': 'Alignment:',
         | 
| 574 | 
            +
                        'align': {title: "Alignment", options: ["Default", "Left", "Right", "Center"]}
         | 
| 575 | 
            +
                    },
         | 
| 576 | 
            +
                    'enterAddress': 'Please enter an address!'
         | 
| 577 | 
            +
                },
         | 
| 578 | 
            +
                link: {
         | 
| 579 | 
            +
                    'static': {
         | 
| 580 | 
            +
                        'lang_input_text': 'Text:',
         | 
| 581 | 
            +
                        'lang_input_url': 'URL:',
         | 
| 582 | 
            +
                        'lang_input_title': 'Title:',
         | 
| 583 | 
            +
                        'lang_input_target': 'open in new window:'
         | 
| 584 | 
            +
                    },
         | 
| 585 | 
            +
                    'validLink': 'Supports only effective when a link is selected',
         | 
| 586 | 
            +
                    'httpPrompt': 'The hyperlink you enter should start with "http|https|ftp://"!'
         | 
| 587 | 
            +
                },
         | 
| 588 | 
            +
                searchreplace: {
         | 
| 589 | 
            +
                    'static': {
         | 
| 590 | 
            +
                        lang_tab_search: "Search",
         | 
| 591 | 
            +
                        lang_tab_replace: "Replace",
         | 
| 592 | 
            +
                        lang_search1: "Search",
         | 
| 593 | 
            +
                        lang_search2: "Search",
         | 
| 594 | 
            +
                        lang_replace: "Replace",
         | 
| 595 | 
            +
                        lang_searchReg: 'Support regular expression ,which starts and ends with a slash ,for example "/expression/"',
         | 
| 596 | 
            +
                        lang_searchReg1: 'Support regular expression ,which starts and ends with a slash ,for example "/expression/"',
         | 
| 597 | 
            +
                        lang_case_sensitive1: "Case sense",
         | 
| 598 | 
            +
                        lang_case_sensitive2: "Case sense",
         | 
| 599 | 
            +
                        nextFindBtn: {value: "Next"},
         | 
| 600 | 
            +
                        preFindBtn: {value: "Preview"},
         | 
| 601 | 
            +
                        nextReplaceBtn: {value: "Next"},
         | 
| 602 | 
            +
                        preReplaceBtn: {value: "Preview"},
         | 
| 603 | 
            +
                        repalceBtn: {value: "Replace"},
         | 
| 604 | 
            +
                        repalceAllBtn: {value: "Replace all"}
         | 
| 605 | 
            +
                    },
         | 
| 606 | 
            +
                    getEnd: "Has the search to the bottom!",
         | 
| 607 | 
            +
                    getStart: "Has the search to the top!",
         | 
| 608 | 
            +
                    countMsg: "Altogether replaced {#count} character(s)!"
         | 
| 609 | 
            +
                },
         | 
| 610 | 
            +
                spechars: {
         | 
| 611 | 
            +
                    'static': {},
         | 
| 612 | 
            +
                    tsfh: "Special",
         | 
| 613 | 
            +
                    lmsz: "Roman",
         | 
| 614 | 
            +
                    szfh: "Numeral",
         | 
| 615 | 
            +
                    rwfh: "Japanese",
         | 
| 616 | 
            +
                    xlzm: "The Greek",
         | 
| 617 | 
            +
                    ewzm: "Russian",
         | 
| 618 | 
            +
                    pyzm: "Phonetic",
         | 
| 619 | 
            +
                    yyyb: "English",
         | 
| 620 | 
            +
                    zyzf: "Others"
         | 
| 621 | 
            +
                },
         | 
| 622 | 
            +
                'edittable': {
         | 
| 623 | 
            +
                    'static': {
         | 
| 624 | 
            +
                        'lang_tableStyle': 'Table style',
         | 
| 625 | 
            +
                        'lang_insertCaption': 'Add table header row',
         | 
| 626 | 
            +
                        'lang_insertTitle': 'Add table title row',
         | 
| 627 | 
            +
                        'lang_insertTitleCol': 'Add table title col',
         | 
| 628 | 
            +
                        'lang_tableSize': 'Automatically adjust table size',
         | 
| 629 | 
            +
                        'lang_autoSizeContent': 'Adaptive by form text',
         | 
| 630 | 
            +
                        'lang_orderbycontent': "Table of contents sortable",
         | 
| 631 | 
            +
                        'lang_autoSizePage': 'Page width adaptive',
         | 
| 632 | 
            +
                        'lang_example': 'Example',
         | 
| 633 | 
            +
                        'lang_borderStyle': 'Table Border',
         | 
| 634 | 
            +
                        'lang_color': 'Color:'
         | 
| 635 | 
            +
                    },
         | 
| 636 | 
            +
                    captionName: 'Caption',
         | 
| 637 | 
            +
                    titleName: 'Title',
         | 
| 638 | 
            +
                    cellsName: 'text',
         | 
| 639 | 
            +
                    errorMsg: 'There are merged cells, can not sort.'
         | 
| 640 | 
            +
                },
         | 
| 641 | 
            +
                'edittip': {
         | 
| 642 | 
            +
                    'static': {
         | 
| 643 | 
            +
                        lang_delRow: 'Delete entire row',
         | 
| 644 | 
            +
                        lang_delCol: 'Delete entire col'
         | 
| 645 | 
            +
                    }
         | 
| 646 | 
            +
                },
         | 
| 647 | 
            +
                'edittd': {
         | 
| 648 | 
            +
                    'static': {
         | 
| 649 | 
            +
                        lang_tdBkColor: 'Background Color:'
         | 
| 650 | 
            +
                    }
         | 
| 651 | 
            +
                },
         | 
| 652 | 
            +
                'formula': {
         | 
| 653 | 
            +
                    'static': {},
         | 
| 654 | 
            +
                },
         | 
| 655 | 
            +
                wordimage: {
         | 
| 656 | 
            +
                    'static': {
         | 
| 657 | 
            +
                        lang_resave: "The re-save step",
         | 
| 658 | 
            +
                        uploadBtn: {src: "upload.png", alt: "Upload"},
         | 
| 659 | 
            +
                        clipboard: {style: "background: url(copy.png) -153px -1px no-repeat;"},
         | 
| 660 | 
            +
                        lang_step: " 1. Click top button to copy the url and then open the dialog to paste it. 2. Open after choose photos uploaded process."
         | 
| 661 | 
            +
                    },
         | 
| 662 | 
            +
                    fileType: "Image",
         | 
| 663 | 
            +
                    flashError: "Flash initialization failed!",
         | 
| 664 | 
            +
                    netError: "Network error! Please try again!",
         | 
| 665 | 
            +
                    copySuccess: "URL has been copied!",
         | 
| 666 | 
            +
             | 
| 667 | 
            +
                    'flashI18n': {
         | 
| 668 | 
            +
                        lang: encodeURI('{"UploadingState":"totalNum: ${a},uploadComplete: ${b}", "BeforeUpload":"waitingNum: ${a}", "ExceedSize":"Size exceed${a}", "ErrorInPreview":"Preview failed", "DefaultDescription":"Description", "LoadingImage":"Loading..."}'),
         | 
| 669 | 
            +
                        uploadingTF: encodeURI('{"font":"Arial", "size":12, "color":"0x000", "bold":"true", "italic":"false", "underline":"false"}'),
         | 
| 670 | 
            +
                        imageTF: encodeURI('{"font":"Arial", "size":11, "color":"red", "bold":"false", "italic":"false", "underline":"false"}'),
         | 
| 671 | 
            +
                        textEncoding: "utf-8",
         | 
| 672 | 
            +
                        addImageSkinURL: "addImage.png",
         | 
| 673 | 
            +
                        allDeleteBtnUpSkinURL: "allDeleteBtnUpSkin.png",
         | 
| 674 | 
            +
                        allDeleteBtnHoverSkinURL: "allDeleteBtnHoverSkin.png",
         | 
| 675 | 
            +
                        rotateLeftBtnEnableSkinURL: "rotateLeftEnable.png",
         | 
| 676 | 
            +
                        rotateLeftBtnDisableSkinURL: "rotateLeftDisable.png",
         | 
| 677 | 
            +
                        rotateRightBtnEnableSkinURL: "rotateRightEnable.png",
         | 
| 678 | 
            +
                        rotateRightBtnDisableSkinURL: "rotateRightDisable.png",
         | 
| 679 | 
            +
                        deleteBtnEnableSkinURL: "deleteEnable.png",
         | 
| 680 | 
            +
                        deleteBtnDisableSkinURL: "deleteDisable.png",
         | 
| 681 | 
            +
                        backgroundURL: '',
         | 
| 682 | 
            +
                        listBackgroundURL: '',
         | 
| 683 | 
            +
                        buttonURL: 'button.png'
         | 
| 684 | 
            +
                    }
         | 
| 685 | 
            +
                },
         | 
| 686 | 
            +
            };
         |