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