en.js 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  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',
  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', 'splittocols':'SplitToCols', 'splittocells':'SplitToCells',
  17. 'mergecells':'MergeCells', 'deletetable':'DeleteTable', 'insertparagraphbeforetable':'ParagraphBeforeTable', 'cleardoc':'Clear',
  18. 'fontfamily':'FontFamily', 'fontsize':'FontSize', 'paragraph':'Paragraph', 'insertimage':'Image', 'inserttable':'Table', 'link':'Link',
  19. 'emotion':'Emotion', 'spechars':'Spechars', 'searchreplace':'SearchReplace', 'map':'BaiduMap', 'gmap':'GoogleMap',
  20. 'insertvideo':'Video', 'help':'Help', 'justifyleft':'JustifyLeft', 'justifyright':'JustifyRight', 'justifycenter':'JustifyCenter',
  21. 'justifyjustify':'Justify', 'forecolor':'FontColor', 'backcolor':'BackColor', 'insertorderedlist':'OL',
  22. 'insertunorderedlist':'UL', 'fullscreen':'FullScreen', 'directionalityltr':'EnterFromLeft', 'directionalityrtl':'EnterFromRight',
  23. 'rowspacingtop':'RowSpacingTop', 'rowspacingbottom':'RowSpacingBottom', 'highlightcode':'Code', 'pagebreak':'PageBreak', 'insertframe':'Iframe', 'imagenone':'Default',
  24. 'imageleft':'ImageLeft', 'imageright':'ImageRight', 'attachment':'Attachment', 'imagecenter':'ImageCenter', 'wordimage':'WordImage',
  25. 'lineheight':'LineHeight','edittd':'EditTD', 'customstyle':'CustomStyle', 'scrawl':'Scrawl', 'autotypeset':'AutoTypeset', 'webapp':'WebAPP', 'touppercase':'UpperCase', 'tolowercase':'LowerCase','template':'Template','background':'Background'
  26. },
  27. 'insertorderedlist':{
  28. 'decimal':'1,2,3...',
  29. 'lower-alpha':'a,b,c...',
  30. 'lower-roman':'i,ii,iii...',
  31. 'upper-alpha':'A,B,C...',
  32. 'upper-roman':'I,II,III...'
  33. },
  34. 'insertunorderedlist':{
  35. 'circle':'○ Circle',
  36. 'disc':'● Circle dot',
  37. 'square':'■ Rectangle '
  38. },
  39. 'paragraph':{'p':'Paragraph', 'h1':'Title 1', 'h2':'Title 2', 'h3':'Title 3', 'h4':'Title 4', 'h5':'Title 5', 'h6':'Title 6'},
  40. 'fontfamily':{
  41. 'songti':'Sim sun',
  42. 'kaiti':'Sim kai',
  43. 'heiti':'Sim hei',
  44. 'lishu':'Sim li',
  45. 'yahei': 'Microsoft yahei',
  46. 'andaleMono':'Andale mono',
  47. 'arial': 'Arial',
  48. 'arialBlack':'Arial black',
  49. 'comicSansMs':'Comic sans ms',
  50. 'impact':'Impact',
  51. 'timesNewRoman':'Times new roman'
  52. },
  53. 'customstyle':{
  54. 'tc':'Title center',
  55. 'tl':'Title left',
  56. 'im':'Important',
  57. 'hi':'Highlight'
  58. },
  59. 'elementPathTip':"Path",
  60. 'wordCountTip':"Word Count",
  61. 'wordCountMsg':'{#count} characters entered,{#leave} left. ',
  62. 'wordOverFlowMsg':'<span style="color:red;">The number of characters has exceeded allowable maximum values, the server may refuse to save!</span>',
  63. 'ok':"OK",
  64. 'cancel':"Cancel",
  65. 'closeDialog':"closeDialog",
  66. 'tableDrag':"You must import the file uiUtils.js before drag! ",
  67. 'autofloatMsg':"The plugin AutoFloat depends on EditorUI!",
  68. 'snapScreen_plugin':{
  69. 'browserMsg':"Only IE supported!",
  70. 'callBackErrorMsg':"The callback data is wrong,please check the config!",
  71. 'uploadErrorMsg':"Upload error,please check your server environment! "
  72. },
  73. 'confirmClear':"Do you confirm to clear the Document?",
  74. 'contextMenu':{
  75. 'delete':"Delete",
  76. 'selectall':"Select all",
  77. 'deletecode':"Delete Code",
  78. 'cleardoc':"Clear Document",
  79. 'confirmclear':"Do you confirm to clear the Document?",
  80. 'unlink':"Unlink",
  81. 'paragraph':"Paragraph",
  82. 'edittable':"Table property",
  83. 'edittd':"Cell property",
  84. 'table':"Table",
  85. 'justifyleft':'Justify Left',
  86. 'justifyright':'Justify Right',
  87. 'justifycenter':'Justify Center',
  88. 'justifyj':'Default',
  89. 'deletetable':"Delete table",
  90. 'insertparagraphbeforetable':"Insert paragraph",
  91. 'deleterow':"Delete row",
  92. 'deletecol':"Delete col",
  93. 'insertrow':"Insert row",
  94. 'insertcol':"Insert col",
  95. 'mergeright':"Merge right",
  96. 'mergeleft':"Merge left",
  97. 'mergedown':"Merge down",
  98. 'mergecells':"Merge cells",
  99. 'splittocells':"Split to cells",
  100. 'splittocols':"Split to Cols",
  101. 'splittorows':"Split to Rows",
  102. 'copy':"Copy(Ctrl + c)",
  103. 'copymsg':"Please use 'Ctrl + c' instead!",
  104. 'paste':"Paste(Ctrl + v)",
  105. 'pastemsg':"Please use 'Ctrl + v' instead!"
  106. },
  107. 'anthorMsg':"Link",
  108. 'clearColor':'Clear',
  109. 'standardColor':'Standard color',
  110. 'themeColor':'Theme color',
  111. 'property':'Property',
  112. 'default':'Default',
  113. 'modify':'Modify',
  114. 'justifyleft':'Justify Left',
  115. 'justifyright':'Justify Right',
  116. 'justifycenter':'Justify Center',
  117. 'justifyj':'Default',
  118. 'clear':'Clear',
  119. 'anchorMsg':'Anchor',
  120. 'delete':'Delete',
  121. 'clickToUpload':"Click to upload",
  122. 'unset':'Language hasn\'t been set!',
  123. 't_row':'row',
  124. 't_col':'col',
  125. 'more':'More',
  126. 'autoTypeSet':{
  127. mergeLine:"Merge empty line",
  128. delLine:"Del empty line",
  129. removeFormat:"Remove format",
  130. indent:"Indent",
  131. alignment:"Alignment",
  132. imageFloat:"Image float",
  133. removeFontsize:"Remove font size",
  134. removeFontFamily:"Remove fontFamily",
  135. removeHtml:"Remove redundant HTML code",
  136. pasteFilter:"Paste filter",
  137. run:"Done"
  138. },
  139. 'background':{
  140. 'static':{
  141. 'lang_background_normal':'Normal',
  142. 'lang_background_local':'Local',
  143. 'lang_background_set':'Background Set',
  144. 'lang_background_none':'None',
  145. 'lang_background_color':'Color Set',
  146. 'lang_background_netimg':'Net-Image',
  147. 'lang_background_align':'Align Type',
  148. 'lang_background_position':'Position',
  149. 'repeatType':{options:["Center", "Repeat-x", "Repeat-y", "Tile","Custom"]}
  150. },
  151. 'noUploadImage':"No pictures has been uploaded!",
  152. 'toggleSelect':'Change the active state by click!\n Image Size: '
  153. },
  154. //===============dialog i18N=======================
  155. insertimage:{
  156. 'static':{
  157. 'lang_tab_remote':"Remote", //节点
  158. 'lang_tab_local':"Local",
  159. 'lang_tab_imgManager':"Manager",
  160. 'lang_tab_imgSearch':"Search",
  161. 'lang_input_url':"Address",
  162. 'lang_input_width':"Width",
  163. 'lang_input_height':"Height",
  164. 'lang_input_border':"Border",
  165. 'lang_input_vhspace':"Margins",
  166. 'lang_input_title':"Title",
  167. 'lang_input_remoteAlign':'Align',
  168. 'lang_imgLoading':"Loading...",
  169. 'lock':{title:"Lock rate"}, //属性
  170. 'imgType':{title:"ImageType", options:["News", "Wallpaper", "emotions", "photo"]}, //select的option
  171. 'imgSearchTxt':{value:"Enter the search keyword!"},
  172. 'imgSearchBtn':{value:"Search"},
  173. 'imgSearchReset':{value:"Clear"},
  174. 'upload':{style:'background: url(upload.png);'},
  175. 'duiqi':{style:'background: url(imglabel.png) -12px 2px no-repeat;'}
  176. },
  177. 'netError':"Network error,please check the config!",
  178. 'noUploadImage':"No pictures has been uploaded!",
  179. 'imageLoading':"Image is loading,please wait...",
  180. 'tryAgain':" Sorry,can't find the image,please try again!",
  181. 'toggleSelect':"Chang the active state by click!\n Image Size: ",
  182. 'searchInitInfo':"Enter the search keyword!",
  183. 'numError':"Please enter the correct Num. e.g 123,400",
  184. 'imageUrlError':"The image format may be wrong!",
  185. 'imageLoadError':"Error,please check the network or URL!",
  186. 'flashError':'Flash Initialization failed,please update and try again!',
  187. 'floatDefault':"Default",
  188. 'floatLeft':"Float left",
  189. 'floatRight':"Float right",
  190. 'floatCenter':"Center",
  191. 'fileType':"Image",
  192. 'flashI18n':{
  193. lang:encodeURI( '{"UploadingState":"totalNum: ${a},uploadComplete: ${b}", "BeforeUpload":"waitingNum: ${a}", "ExceedSize":"Size exceed${a}", "ErrorInPreview":"Preview failed", "DefaultDescription":"Description", "LoadingImage":"Loading..."}' ),
  194. uploadingTF:encodeURI( '{"font":"Arial", "size":12, "color":"0x000", "bold":"true", "italic":"false", "underline":"false"}' ),
  195. imageTF:encodeURI( '{"font":"Arial", "size":11, "color":"red", "bold":"false", "italic":"false", "underline":"false"}' ),
  196. textEncoding:"utf-8",
  197. addImageSkinURL:"addimage.png",
  198. allDeleteBtnUpSkinURL:"alldeletebtnupskin.png",
  199. allDeleteBtnHoverSkinURL:"alldeletebtnhoverskin.png",
  200. rotateLeftBtnEnableSkinURL:"rotateleftenable.png",
  201. rotateLeftBtnDisableSkinURL:"rotateleftdisable.png",
  202. rotateRightBtnEnableSkinURL:"rotaterightenable.png",
  203. rotateRightBtnDisableSkinURL:"rotaterightdisable.png",
  204. deleteBtnEnableSkinURL:"deleteenable.png",
  205. deleteBtnDisableSkinURL:"deletedisable.png",
  206. backgroundURL:'',
  207. listBackgroundURL:'',
  208. buttonURL:'button.png'
  209. }
  210. },
  211. webapp:{
  212. tip1:"This function provided by Baidu APP,please apply for baidu APPKey webmaster first!",
  213. tip2:"And then open the file editor_config.js to set it! ",
  214. applyFor:"APPLY FOR",
  215. anthorApi:"Baidu API"
  216. },
  217. template:{
  218. 'static':{
  219. 'lang_template_bkcolor':'Background Color',
  220. 'lang_template_clear' : 'Keep Content',
  221. 'lang_template_select':'Select Template'
  222. },
  223. 'blank':"Blank",
  224. 'blog':"Blog",
  225. 'resume':"Resume",
  226. 'richText':"Rich Text",
  227. 'scrPapers':"Scientific Papers"
  228. },
  229. scrawl:{
  230. 'static':{
  231. 'lang_input_previousStep':"Previous",
  232. 'lang_input_nextsStep':"Next",
  233. 'lang_input_clear':'Clear',
  234. 'lang_input_addPic':'AddImage',
  235. 'lang_input_ScalePic':'ScaleImage',
  236. 'lang_input_removePic':'RemoveImage',
  237. 'J_imgTxt':{title:'Add background image'}
  238. },
  239. 'noScarwl':"No paint, a white paper...",
  240. 'scrawlUpLoading':"Image is uploading, please wait...",
  241. 'continueBtn':"Try again",
  242. 'imageError':"Image failed to load!",
  243. 'backgroundUploading':'Image is uploading,please wait...'
  244. },
  245. anchor:{
  246. 'static':{
  247. 'lang_input_anchorName':'Anchor Name:'
  248. }
  249. },
  250. attachment:{
  251. 'static':{
  252. 'lang_input_fileStatus':' No file uploaded!',
  253. 'startUpload':{style:"background:url(upload.png) no-repeat;"}
  254. },
  255. 'browseFiles':'Open files',
  256. 'uploadSuccess':'Upload Successful!',
  257. 'delSuccessFile':'Remove from the success of the queue',
  258. 'delFailSaveFile':'Remove the save failed file',
  259. 'statusPrompt':' file(s) uploaded! ',
  260. 'flashVersionError':'The current Flash version is too low, please update FlashPlayer,then try again!',
  261. 'flashLoadingError':'The Flash failed loading! Please check the path or network state',
  262. 'fileUploadReady':'Wait for uploading...',
  263. 'delUploadQueue':'Remove from the uploading queue ',
  264. 'limitPrompt1':'Can not choose more than single',
  265. 'limitPrompt2':'file(s)!Please choose again!',
  266. 'delFailFile':'Remove failure file',
  267. 'fileSizeLimit':'File size exceeds the limit!',
  268. 'emptyFile':'Can not upload an empty file!',
  269. 'fileTypeError':'File type error!',
  270. 'unknownError':'Unknown error!',
  271. 'fileUploading':'Uploading,please wait...',
  272. 'cancelUpload':'Cancel upload',
  273. 'netError':'Network error',
  274. 'failUpload':'Upload failed',
  275. 'serverIOError':'Server IO error!',
  276. 'noAuthority':'No Permission!',
  277. 'fileNumLimit':'Upload limit to the number',
  278. 'failCheck':'Authentication fails, the upload is skipped!',
  279. 'fileCanceling':'Cancel, please wait...',
  280. 'stopUploading':'Upload has stopped...'
  281. },
  282. highlightcode:{
  283. 'static':{
  284. 'lang_input_selectLang':'Select Language'
  285. },
  286. importCode:'Please enter the code!'
  287. },
  288. emotion:{
  289. 'static':{
  290. 'lang_input_choice':'Choice',
  291. 'lang_input_Tuzki':'Tuzki',
  292. 'lang_input_lvdouwa':'LvDouWa',
  293. 'lang_input_BOBO':'BOBO',
  294. 'lang_input_babyCat':'BabyCat',
  295. 'lang_input_bubble':'Bubble',
  296. 'lang_input_youa':'YouA'
  297. }
  298. },
  299. gmap:{
  300. 'static':{
  301. 'lang_input_address':'Address:',
  302. 'lang_input_search':'Search',
  303. 'address':{value:"Beijing"}
  304. },
  305. searchError:'Unable to locate the address!'
  306. },
  307. help:{
  308. 'static':{
  309. 'lang_input_about':'About UEditor',
  310. 'lang_input_shortcuts':'Shortcuts',
  311. 'lang_input_version':'Version:1.2.3',
  312. '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.",
  313. 'lang_Txt_shortcuts':'Shortcuts',
  314. 'lang_Txt_func':'Function',
  315. 'lang_Txt_bold':'Bold',
  316. 'lang_Txt_copy':'Copy',
  317. 'lang_Txt_cut':'Cut',
  318. 'lang_Txt_Paste':'Paste',
  319. 'lang_Txt_undo':'Undo',
  320. 'lang_Txt_redo':'Redo',
  321. 'lang_Txt_italic':'Italic',
  322. 'lang_Txt_underline':'Underline',
  323. 'lang_Txt_selectAll':'Select All',
  324. 'lang_Txt_removeFormat':'Remove Format',
  325. 'lang_Txt_leftJustification':'Justify Left',
  326. 'lang_Txt_rightJustification':'Justify Right',
  327. 'lang_Txt_visualEnter':'Submit'
  328. }
  329. },
  330. insertframe:{
  331. 'static':{
  332. 'lang_input_address':'Address:',
  333. 'lang_input_width':'Width:',
  334. 'lang_input_height':'height:',
  335. 'lang_input_isScroll':'Enable scrollbars:',
  336. 'lang_input_frameborder':'Show frame border:',
  337. 'lang_input_alignMode':'Alignment:',
  338. 'align':{title:"Alignment", options:["Default", "Left", "Right", "Center"]}
  339. },
  340. 'enterAddress':'Please enter an address!'
  341. },
  342. link:{
  343. 'static':{
  344. 'lang_input_text':'Text:',
  345. 'lang_input_url':'URL:',
  346. 'lang_input_title':'Title:',
  347. 'lang_input_target':'open in new window:'
  348. },
  349. 'validLink':'Supports only effective when a link is selected',
  350. 'httpPrompt':'The hyperlink you enter should start with "http|https|ftp://"!'
  351. },
  352. map:{
  353. 'static':{
  354. lang_city:"City",
  355. lang_address:"Address",
  356. city:{value:"Beijing"},
  357. lang_search:"Search"
  358. },
  359. cityMsg:"Please enter the city name!",
  360. errorMsg:"Can't find the place!"
  361. },
  362. searchreplace:{
  363. 'static':{
  364. lang_tab_search:"Search",
  365. lang_tab_replace:"Replace",
  366. lang_search1:"Search",
  367. lang_search2:"Search",
  368. lang_replace:"Replace",
  369. lang_case_sensitive1:"Case sense",
  370. lang_case_sensitive2:"Case sense",
  371. nextFindBtn:{value:"Next"},
  372. preFindBtn:{value:"Preview"},
  373. nextReplaceBtn:{value:"Next"},
  374. preReplaceBtn:{value:"Preview"},
  375. repalceBtn:{value:"Replace"},
  376. repalceAllBtn:{value:"Replace all"}
  377. },
  378. getEnd:"Has the search to the bottom!",
  379. getStart:"Has the search to the top!",
  380. countMsg:"Altogether replaced {#count} character(s)!"
  381. },
  382. snapscreen:{
  383. 'static':{
  384. lang_showMsg:"You should install the UEditor screenshots program first!",
  385. lang_download:"Download!",
  386. lang_step1:"Step1:Download the program and then run it",
  387. lang_step2:"Step2:After complete install,try to click the button again"
  388. }
  389. },
  390. insertvideo:{
  391. 'static':{
  392. lang_tab_insertV:"Insert Video",
  393. lang_tab_searchV:"Search Video",
  394. lang_video_url:" URL ",
  395. lang_video_size:"Video Size",
  396. lang_videoW:"Width",
  397. lang_videoH:"Height",
  398. lang_alignment:"Alignment",
  399. videoSearchTxt:{value:"Enter the search keyword!"},
  400. videoType:{options:["All", "Hot", "Entertainment", "Funny", "Sports", "Science", "variety"]},
  401. videoSearchBtn:{value:"Search in Baidu"},
  402. videoSearchReset:{value:"Clear result"}
  403. },
  404. numError:"Please enter the correct Num. e.g 123,400",
  405. floatLeft:"Float left",
  406. floatRight:"Float right",
  407. "default":"Default",
  408. block:"Display in block",
  409. urlError:"The video url format may be wrong!",
  410. loading:" &nbsp;The video is loading, please wait…",
  411. clickToSelect:"Click to select",
  412. goToSource:'Visit source video ',
  413. noVideo:" &nbsp; &nbsp;Sorry,can't find the video,please try again!"
  414. },
  415. spechars:{
  416. 'static':{},
  417. tsfh:"Special",
  418. lmsz:"Roman",
  419. szfh:"Numeral",
  420. rwfh:"Japanese",
  421. xlzm:"The Greek",
  422. ewzm:"Russian",
  423. pyzm:"Phonetic",
  424. zyzf:"Others"
  425. },
  426. inserttable:{
  427. 'static':{
  428. lang_baseInfo:"Base info",
  429. lang_rows:"Rows",
  430. lang_rowUnit:"row",
  431. lang_width:"Width",
  432. lang_widthUnit:"Unit",
  433. lang_height:"Height",
  434. lang_heightUnit:"Unit",
  435. lang_cols:"Cols",
  436. lang_colUnit:"col",
  437. lang_warmPrompt:"Warm prompt",
  438. lang_maxPadding:"Margins maximum can't more than 13 px! ",
  439. lang_extendInfo:"Extend info",
  440. lang_preview:"Can preview",
  441. lang_tableBorder:"Border",
  442. lang_borderSize:"Size",
  443. lang_borderColor:"Color",
  444. lang_mar_pad:"MarginPad",
  445. lang_margin:"Mar",
  446. lang_padding:"Pad",
  447. lang_table_background:"Table background",
  448. lang_table_alignment:"Table alignment",
  449. lang_borderFor:"Border for",
  450. align:{options:["Default", "Justify", "Justify Left", "Justify Right"]},
  451. borderType:{options:["Only table", "All cells"]},
  452. lang_forPreview:"This is used for preview"
  453. },
  454. errorNum:"Please enter the right number!",
  455. errorColor:"Please enter the right color!",
  456. clearColor:"Clear",
  457. overflowMsg:"Maximum can't more than {#value} px!",
  458. overflowPreviewMsg:"More than {#value} px no longer provide real-time preview!"
  459. },
  460. edittd:{
  461. 'static':{
  462. lang_background:"Back Color",
  463. lang_alignment:"Alignment",
  464. lang_horizontal:"H",
  465. lang_vertical:"V",
  466. vAlign:{options:["Default", "Justify", "Justify Top", "Justify Bottom"]},
  467. align:{options:["Default", "Justify", "Justify Left", "Justify Right"]}
  468. },
  469. clearColor:"Clear"
  470. },
  471. wordimage:{
  472. 'static':{
  473. lang_resave:"The re-save step",
  474. uploadBtn:{src:"upload.png", alt:"Upload"},
  475. clipboard:{style:"background: url(copy.png) -153px -1px no-repeat;"},
  476. 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."
  477. },
  478. fileType:"Image",
  479. flashError:"Flash initialization failed!",
  480. netError:"Network error! Please try again!",
  481. copySuccess:"URL has been copied!",
  482. 'flashI18n':{
  483. lang:encodeURI( '{"UploadingState":"totalNum: ${a},uploadComplete: ${b}", "BeforeUpload":"waitingNum: ${a}", "ExceedSize":"Size exceed${a}", "ErrorInPreview":"Preview failed", "DefaultDescription":"Description", "LoadingImage":"Loading..."}' ),
  484. uploadingTF:encodeURI( '{"font":"Arial", "size":12, "color":"0x000", "bold":"true", "italic":"false", "underline":"false"}' ),
  485. imageTF:encodeURI( '{"font":"Arial", "size":11, "color":"red", "bold":"false", "italic":"false", "underline":"false"}' ),
  486. textEncoding:"utf-8",
  487. addImageSkinURL:"addImage.png",
  488. allDeleteBtnUpSkinURL:"allDeleteBtnUpSkin.png",
  489. allDeleteBtnHoverSkinURL:"allDeleteBtnHoverSkin.png",
  490. rotateLeftBtnEnableSkinURL:"rotateLeftEnable.png",
  491. rotateLeftBtnDisableSkinURL:"rotateLeftDisable.png",
  492. rotateRightBtnEnableSkinURL:"rotateRightEnable.png",
  493. rotateRightBtnDisableSkinURL:"rotateRightDisable.png",
  494. deleteBtnEnableSkinURL:"deleteEnable.png",
  495. deleteBtnDisableSkinURL:"deleteDisable.png",
  496. backgroundURL:'',
  497. listBackgroundURL:'',
  498. buttonURL:'button.png'
  499. }
  500. }
  501. };