en.js 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574
  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', 'insertimage': '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', 'highlightcode': 'Code', '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'
  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. 'elementPathTip': "Path",
  71. 'wordCountTip': "Word Count",
  72. 'wordCountMsg': '{#count} characters entered,{#leave} left. ',
  73. 'wordOverFlowMsg': '<span style="color:red;">The number of characters has exceeded allowable maximum values, the server may refuse to save!</span>',
  74. 'ok': "OK",
  75. 'cancel': "Cancel",
  76. 'closeDialog': "closeDialog",
  77. 'tableDrag': "You must import the file uiUtils.js before drag! ",
  78. 'autofloatMsg': "The plugin AutoFloat depends on EditorUI!",
  79. 'snapScreen_plugin': {
  80. 'browserMsg': "Only IE supported!",
  81. 'callBackErrorMsg': "The callback data is wrong,please check the config!",
  82. 'uploadErrorMsg': "Upload error,please check your server environment! "
  83. },
  84. 'insertcode': {
  85. 'as3': 'ActionScript3',
  86. 'bash': 'Bash/Shell',
  87. 'cpp': 'C/C++',
  88. 'css': 'Css',
  89. 'cf': 'CodeFunction',
  90. 'c#': 'C#',
  91. 'delphi': 'Delphi',
  92. 'diff': 'Diff',
  93. 'erlang': 'Erlang',
  94. 'groovy': 'Groovy',
  95. 'html': 'Html',
  96. 'java': 'Java',
  97. 'jfx': 'JavaFx',
  98. 'js': 'Javascript',
  99. 'pl': 'Perl',
  100. 'php': 'Php',
  101. 'plain': 'Plain Text',
  102. 'ps': 'PowerShell',
  103. 'python': 'Python',
  104. 'ruby': 'Ruby',
  105. 'scala': 'Scala',
  106. 'sql': 'Sql',
  107. 'vb': 'Vb',
  108. 'xml': 'Xml'
  109. },
  110. 'confirmClear': "Do you confirm to clear the Document?",
  111. 'contextMenu': {
  112. 'delete': "Delete",
  113. 'selectall': "Select all",
  114. 'deletecode': "Delete Code",
  115. 'cleardoc': "Clear Document",
  116. 'confirmclear': "Do you confirm to clear the Document?",
  117. 'unlink': "Unlink",
  118. 'paragraph': "Paragraph",
  119. 'edittable': "Table property",
  120. 'aligncell': 'Align cell',
  121. 'aligntable': 'Table alignment',
  122. 'tableleft': 'Left float',
  123. 'tablecenter': 'Center',
  124. 'tableright': 'Right float',
  125. 'aligntd': 'Cell alignment',
  126. 'edittd': "Cell property",
  127. 'table': "Table",
  128. 'justifyleft': 'Justify Left',
  129. 'justifyright': 'Justify Right',
  130. 'justifycenter': 'Justify Center',
  131. 'justifyjustify': 'Default',
  132. 'deletetable': "Delete table",
  133. 'insertparagraphbefore': "InsertedBeforeLine",
  134. 'insertparagraphafter': 'InsertedAfterLine',
  135. 'inserttable': 'Insert table',
  136. 'insertcaption': 'Insert caption',
  137. 'deletecaption': 'Delete Caption',
  138. 'inserttitle': 'Insert Title',
  139. 'deletetitle': 'Delete Title',
  140. 'averageDiseRow': 'AverageDise Row',
  141. 'averageDisCol': 'AverageDis Col',
  142. 'deleterow': "Delete row",
  143. 'deletecol': "Delete col",
  144. 'insertrow': "Insert row",
  145. 'insertcol': "Insert col",
  146. 'insertrownext': 'Insert Row Next',
  147. 'insertcolnext': 'Insert Col Next',
  148. 'mergeright': "Merge right",
  149. 'mergeleft': "Merge left",
  150. 'mergedown': "Merge down",
  151. 'mergecells': "Merge cells",
  152. 'splittocells': "Split to cells",
  153. 'splittocols': "Split to Cols",
  154. 'splittorows': "Split to Rows",
  155. 'tablesort': 'Table sorting',
  156. 'reversecurrent': 'Reverse current',
  157. 'orderbyasc': 'Order By ASCII',
  158. 'reversebyasc': 'Reverse By ASCII',
  159. 'orderbynum': 'Order By Num',
  160. 'reversebynum': 'Reverse By Num',
  161. 'borderbk': 'Border shading',
  162. 'setcolor': 'interlaced color',
  163. 'unsetcolor': 'Cancel interlacedcolor',
  164. 'setbackground': 'Background interlaced',
  165. 'unsetbackground': 'Cancel Bk interlaced',
  166. 'redandblue': 'Blue and red',
  167. 'threecolorgradient': 'Three-color gradient',
  168. 'copy': "Copy(Ctrl + c)",
  169. 'copymsg': "Please use 'Ctrl + c' instead!",
  170. 'paste': "Paste(Ctrl + v)",
  171. 'pastemsg': "Please use 'Ctrl + v' instead!",
  172. 'highlightcode': 'Insert code'
  173. },
  174. 'anthorMsg': "Link",
  175. 'clearColor': 'Clear',
  176. 'standardColor': 'Standard color',
  177. 'themeColor': 'Theme color',
  178. 'property': 'Property',
  179. 'default': 'Default',
  180. 'modify': 'Modify',
  181. 'justifyleft': 'Justify Left',
  182. 'justifyright': 'Justify Right',
  183. 'justifycenter': 'Justify Center',
  184. 'justify': 'Default',
  185. 'clear': 'Clear',
  186. 'anchorMsg': 'Anchor',
  187. 'delete': 'Delete',
  188. 'clickToUpload': "Click to upload",
  189. 'unset': 'Language hasn\'t been set!',
  190. 't_row': 'row',
  191. 't_col': 'col',
  192. 'pasteOpt': 'Paste Option',
  193. 'pasteSourceFormat': "Keep Source Formatting",
  194. 'tagFormat': 'Keep tag',
  195. 'pasteTextFormat': 'Keep Text only',
  196. 'more': 'More',
  197. 'autoTypeSet': {
  198. mergeLine: "Merge empty line",
  199. delLine: "Del empty line",
  200. removeFormat: "Remove format",
  201. indent: "Indent",
  202. alignment: "Alignment",
  203. imageFloat: "Image float",
  204. removeFontsize: "Remove font size",
  205. removeFontFamily: "Remove fontFamily",
  206. removeHtml: "Remove redundant HTML code",
  207. pasteFilter: "Paste filter",
  208. run: "Done"
  209. },
  210. 'background': {
  211. 'static': {
  212. 'lang_background_normal': 'Normal',
  213. 'lang_background_local': 'Local',
  214. 'lang_background_set': 'Background Set',
  215. 'lang_background_none': 'None',
  216. 'lang_background_color': 'Color Set',
  217. 'lang_background_netimg': 'Net-Image',
  218. 'lang_background_align': 'Align Type',
  219. 'lang_background_position': 'Position',
  220. 'repeatType': {options: ["Center", "Repeat-x", "Repeat-y", "Tile", "Custom"]}
  221. },
  222. 'noUploadImage': "No pictures has been uploaded!",
  223. 'toggleSelect': 'Change the active state by click!\n Image Size: '
  224. },
  225. //===============dialog i18N=======================
  226. insertimage: {
  227. 'static': {
  228. 'lang_tab_remote': "Remote", //节点
  229. 'lang_tab_local': "Local",
  230. 'lang_tab_imgManager': "Manager",
  231. 'lang_tab_imgSearch': "Search",
  232. 'lang_input_url': "Address",
  233. 'lang_input_width': "Width",
  234. 'lang_input_height': "Height",
  235. 'lang_input_border': "Border",
  236. 'lang_input_vhspace': "Margins",
  237. 'lang_input_title': "Title",
  238. 'lang_input_remoteAlign': 'Align',
  239. 'lang_imgLoading': "Loading...",
  240. 'lock': {title: "Lock rate"}, //属性
  241. 'imgType': {title: "ImageType", options: ["News", "Wallpaper", "emotions", "photo"]}, //select的option
  242. 'imgSearchTxt': {value: "Enter the search keyword!"},
  243. 'imgSearchBtn': {value: "Search"},
  244. 'imgSearchReset': {value: "Clear"},
  245. 'upload': {style: 'background: url(upload.png);'},
  246. 'duiqi': {style: 'background: url(imglabel.png) -12px 2px no-repeat;'},
  247. 'lang_savePath': 'Select savePath:'
  248. },
  249. 'netError': "Network error,please check the config!",
  250. 'noUploadImage': "No pictures has been uploaded!",
  251. 'imageLoading': "Image is loading,please wait...",
  252. 'tryAgain': " Sorry,can't find the image,please try again!",
  253. 'toggleSelect': "Chang the active state by click!\n Image Size: ",
  254. 'searchInitInfo': "Enter the search keyword!",
  255. 'numError': "Please enter the correct Num. e.g 123,400",
  256. 'imageUrlError': "The image format may be wrong!",
  257. 'imageLoadError': "Error,please check the network or URL!",
  258. 'flashError': 'Flash Initialization failed,please update and try again!',
  259. 'floatDefault': "Default",
  260. 'floatLeft': "Float left",
  261. 'floatRight': "Float right",
  262. 'floatCenter': "Center",
  263. 'fileType': "Image",
  264. 'flashI18n': {
  265. lang: encodeURI('{"UploadingState":"totalNum: ${a},uploadComplete: ${b}", "BeforeUpload":"waitingNum: ${a}", "ExceedSize":"Size exceed${a}", "ErrorInPreview":"Preview failed", "DefaultDescription":"Description", "LoadingImage":"Loading..."}'),
  266. uploadingTF: encodeURI('{"font":"Arial", "size":12, "color":"0x000", "bold":"true", "italic":"false", "underline":"false"}'),
  267. imageTF: encodeURI('{"font":"Arial", "size":11, "color":"red", "bold":"false", "italic":"false", "underline":"false"}'),
  268. textEncoding: "utf-8",
  269. addImageSkinURL: "addimage.png",
  270. allDeleteBtnUpSkinURL: "alldeletebtnupskin.png",
  271. allDeleteBtnHoverSkinURL: "alldeletebtnhoverskin.png",
  272. rotateLeftBtnEnableSkinURL: "rotateleftenable.png",
  273. rotateLeftBtnDisableSkinURL: "rotateleftdisable.png",
  274. rotateRightBtnEnableSkinURL: "rotaterightenable.png",
  275. rotateRightBtnDisableSkinURL: "rotaterightdisable.png",
  276. deleteBtnEnableSkinURL: "deleteenable.png",
  277. deleteBtnDisableSkinURL: "deletedisable.png",
  278. backgroundURL: '',
  279. listBackgroundURL: '',
  280. buttonURL: 'button.png'
  281. }
  282. },
  283. webapp: {
  284. tip1: "This function provided by Baidu APP,please apply for baidu APPKey webmaster first!",
  285. tip2: "And then open the file ueditor.config.js to set it! ",
  286. applyFor: "APPLY FOR",
  287. anthorApi: "Baidu API"
  288. },
  289. template: {
  290. 'static': {
  291. 'lang_template_bkcolor': 'Background Color',
  292. 'lang_template_clear': 'Keep Content',
  293. 'lang_template_select': 'Select Template'
  294. },
  295. 'blank': "Blank",
  296. 'blog': "Blog",
  297. 'resume': "Resume",
  298. 'richText': "Rich Text",
  299. 'scrPapers': "Scientific Papers"
  300. },
  301. scrawl: {
  302. 'static': {
  303. 'lang_input_previousStep': "Previous",
  304. 'lang_input_nextsStep': "Next",
  305. 'lang_input_clear': 'Clear',
  306. 'lang_input_addPic': 'AddImage',
  307. 'lang_input_ScalePic': 'ScaleImage',
  308. 'lang_input_removePic': 'RemoveImage',
  309. 'J_imgTxt': {title: 'Add background image'}
  310. },
  311. 'noScarwl': "No paint, a white paper...",
  312. 'scrawlUpLoading': "Image is uploading, please wait...",
  313. 'continueBtn': "Try again",
  314. 'imageError': "Image failed to load!",
  315. 'backgroundUploading': 'Image is uploading,please wait...'
  316. },
  317. 'music': {
  318. 'static': {
  319. 'lang_input_tips': "Input singer/song/album, search you interested in music!",
  320. 'J_searchBtn': {value: 'Search songs'}
  321. },
  322. 'emptyTxt': 'Not search to the relevant music results, please change a keyword try.',
  323. 'chapter': 'Songs',
  324. 'singer': 'Singer',
  325. 'special': 'Album',
  326. 'listenTest': 'Audition'
  327. },
  328. anchor: {
  329. 'static': {
  330. 'lang_input_anchorName': 'Anchor Name:'
  331. }
  332. },
  333. attachment: {
  334. 'static': {
  335. 'lang_input_fileStatus': ' No file uploaded!',
  336. 'startUpload': {style: "background:url(upload.png) no-repeat;"}
  337. },
  338. 'browseFiles': 'Open files',
  339. 'uploadSuccess': 'Upload Successful!',
  340. 'delSuccessFile': 'Remove from the success of the queue',
  341. 'delFailSaveFile': 'Remove the save failed file',
  342. 'statusPrompt': ' file(s) uploaded! ',
  343. 'flashVersionError': 'The current Flash version is too low, please update FlashPlayer,then try again!',
  344. 'flashLoadingError': 'The Flash failed loading! Please check the path or network state',
  345. 'fileUploadReady': 'Wait for uploading...',
  346. 'delUploadQueue': 'Remove from the uploading queue ',
  347. 'limitPrompt1': 'Can not choose more than single',
  348. 'limitPrompt2': 'file(s)!Please choose again!',
  349. 'delFailFile': 'Remove failure file',
  350. 'fileSizeLimit': 'File size exceeds the limit!',
  351. 'emptyFile': 'Can not upload an empty file!',
  352. 'fileTypeError': 'File type error!',
  353. 'unknownError': 'Unknown error!',
  354. 'fileUploading': 'Uploading,please wait...',
  355. 'cancelUpload': 'Cancel upload',
  356. 'netError': 'Network error',
  357. 'failUpload': 'Upload failed',
  358. 'serverIOError': 'Server IO error!',
  359. 'noAuthority': 'No Permission!',
  360. 'fileNumLimit': 'Upload limit to the number',
  361. 'failCheck': 'Authentication fails, the upload is skipped!',
  362. 'fileCanceling': 'Cancel, please wait...',
  363. 'stopUploading': 'Upload has stopped...'
  364. },
  365. highlightcode: {
  366. 'static': {
  367. 'lang_input_selectLang': 'Select Language'
  368. },
  369. importCode: 'Please enter the code!'
  370. },
  371. emotion: {
  372. 'static': {
  373. 'lang_input_choice': 'Choice',
  374. 'lang_input_Tuzki': 'Tuzki',
  375. 'lang_input_lvdouwa': 'LvDouWa',
  376. 'lang_input_BOBO': 'BOBO',
  377. 'lang_input_babyCat': 'BabyCat',
  378. 'lang_input_bubble': 'Bubble',
  379. 'lang_input_youa': 'YouA'
  380. }
  381. },
  382. gmap: {
  383. 'static': {
  384. 'lang_input_address': 'Address:',
  385. 'lang_input_search': 'Search',
  386. 'address': {value: "Beijing"}
  387. },
  388. searchError: 'Unable to locate the address!'
  389. },
  390. help: {
  391. 'static': {
  392. 'lang_input_about': 'About',
  393. 'lang_input_shortcuts': 'Shortcuts',
  394. 'lang_input_version': 'Version:1.2.6',
  395. '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.",
  396. 'lang_Txt_shortcuts': 'Shortcuts',
  397. 'lang_Txt_func': 'Function',
  398. 'lang_Txt_bold': 'Bold',
  399. 'lang_Txt_copy': 'Copy',
  400. 'lang_Txt_cut': 'Cut',
  401. 'lang_Txt_Paste': 'Paste',
  402. 'lang_Txt_undo': 'Undo',
  403. 'lang_Txt_redo': 'Redo',
  404. 'lang_Txt_italic': 'Italic',
  405. 'lang_Txt_underline': 'Underline',
  406. 'lang_Txt_selectAll': 'Select All',
  407. 'lang_Txt_visualEnter': 'Submit',
  408. 'lang_Txt_fullscreen': 'Fullscreen'
  409. }
  410. },
  411. insertframe: {
  412. 'static': {
  413. 'lang_input_address': 'Address:',
  414. 'lang_input_width': 'Width:',
  415. 'lang_input_height': 'height:',
  416. 'lang_input_isScroll': 'Enable scrollbars:',
  417. 'lang_input_frameborder': 'Show frame border:',
  418. 'lang_input_alignMode': 'Alignment:',
  419. 'align': {title: "Alignment", options: ["Default", "Left", "Right", "Center"]}
  420. },
  421. 'enterAddress': 'Please enter an address!'
  422. },
  423. link: {
  424. 'static': {
  425. 'lang_input_text': 'Text:',
  426. 'lang_input_url': 'URL:',
  427. 'lang_input_title': 'Title:',
  428. 'lang_input_target': 'open in new window:'
  429. },
  430. 'validLink': 'Supports only effective when a link is selected',
  431. 'httpPrompt': 'The hyperlink you enter should start with "http|https|ftp://"!'
  432. },
  433. map: {
  434. 'static': {
  435. lang_city: "City",
  436. lang_address: "Address",
  437. city: {value: "Beijing"},
  438. lang_search: "Search"
  439. },
  440. cityMsg: "Please enter the city name!",
  441. errorMsg: "Can't find the place!"
  442. },
  443. searchreplace: {
  444. 'static': {
  445. lang_tab_search: "Search",
  446. lang_tab_replace: "Replace",
  447. lang_search1: "Search",
  448. lang_search2: "Search",
  449. lang_replace: "Replace",
  450. lang_searchReg: 'Support regular expression ,which starts and ends with a slash ,for example "/expression/"',
  451. lang_searchReg1: 'Support regular expression ,which starts and ends with a slash ,for example "/expression/"',
  452. lang_case_sensitive1: "Case sense",
  453. lang_case_sensitive2: "Case sense",
  454. nextFindBtn: {value: "Next"},
  455. preFindBtn: {value: "Preview"},
  456. nextReplaceBtn: {value: "Next"},
  457. preReplaceBtn: {value: "Preview"},
  458. repalceBtn: {value: "Replace"},
  459. repalceAllBtn: {value: "Replace all"}
  460. },
  461. getEnd: "Has the search to the bottom!",
  462. getStart: "Has the search to the top!",
  463. countMsg: "Altogether replaced {#count} character(s)!"
  464. },
  465. snapscreen: {
  466. 'static': {
  467. lang_showMsg: "You should install the UEditor screenshots program first!",
  468. lang_download: "Download!",
  469. lang_step1: "Step1:Download the program and then run it",
  470. lang_step2: "Step2:After complete install,try to click the button again"
  471. }
  472. },
  473. insertvideo: {
  474. 'static': {
  475. lang_tab_insertV: "Video",
  476. // lang_tab_searchV:"Search",
  477. lang_video_url: " URL ",
  478. lang_video_size: "Video Size",
  479. lang_videoW: "Width",
  480. lang_videoH: "Height",
  481. lang_alignment: "Alignment",
  482. videoSearchTxt: {value: "Enter the search keyword!"},
  483. videoType: {options: ["All", "Hot", "Entertainment", "Funny", "Sports", "Science", "variety"]},
  484. videoSearchBtn: {value: "Search in Baidu"},
  485. videoSearchReset: {value: "Clear result"}
  486. },
  487. numError: "Please enter the correct Num. e.g 123,400",
  488. floatLeft: "Float left",
  489. floatRight: "Float right",
  490. "default": "Default",
  491. block: "Display in block",
  492. urlError: "The video url format may be wrong!",
  493. loading: " &nbsp;The video is loading, please wait…",
  494. clickToSelect: "Click to select",
  495. goToSource: 'Visit source video ',
  496. noVideo: " &nbsp; &nbsp;Sorry,can't find the video,please try again!"
  497. },
  498. spechars: {
  499. 'static': {},
  500. tsfh: "Special",
  501. lmsz: "Roman",
  502. szfh: "Numeral",
  503. rwfh: "Japanese",
  504. xlzm: "The Greek",
  505. ewzm: "Russian",
  506. pyzm: "Phonetic",
  507. zyzf: "Others"
  508. },
  509. 'edittable': {
  510. 'static': {
  511. 'lang_tableStyle': 'Table style',
  512. 'lang_insertCaption': 'Add table header row',
  513. 'lang_insertTitle': 'Add table title row',
  514. 'lang_tableSize': 'Automatically adjust table size',
  515. 'lang_autoSizeContent': 'Adaptive by form text',
  516. 'lang_orderbycontent': "Table of contents sortable",
  517. 'lang_autoSizePage': 'Page width adaptive',
  518. 'lang_example': 'Example',
  519. 'lang_borderStyle': 'Table Border',
  520. 'lang_color': 'Color:'
  521. },
  522. captionName: 'Caption',
  523. titleName: 'Title',
  524. cellsName: 'text'
  525. },
  526. 'edittip': {
  527. 'static': {
  528. lang_delRow: 'Delete entire row',
  529. lang_delCol: 'Delete entire col'
  530. }
  531. },
  532. 'edittd': {
  533. 'static': {
  534. lang_tdBkColor: 'Background Color:'
  535. }
  536. },
  537. 'formula': {
  538. 'static': {
  539. }
  540. },
  541. wordimage: {
  542. 'static': {
  543. lang_resave: "The re-save step",
  544. uploadBtn: {src: "upload.png", alt: "Upload"},
  545. clipboard: {style: "background: url(copy.png) -153px -1px no-repeat;"},
  546. 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."
  547. },
  548. fileType: "Image",
  549. flashError: "Flash initialization failed!",
  550. netError: "Network error! Please try again!",
  551. copySuccess: "URL has been copied!",
  552. 'flashI18n': {
  553. lang: encodeURI('{"UploadingState":"totalNum: ${a},uploadComplete: ${b}", "BeforeUpload":"waitingNum: ${a}", "ExceedSize":"Size exceed${a}", "ErrorInPreview":"Preview failed", "DefaultDescription":"Description", "LoadingImage":"Loading..."}'),
  554. uploadingTF: encodeURI('{"font":"Arial", "size":12, "color":"0x000", "bold":"true", "italic":"false", "underline":"false"}'),
  555. imageTF: encodeURI('{"font":"Arial", "size":11, "color":"red", "bold":"false", "italic":"false", "underline":"false"}'),
  556. textEncoding: "utf-8",
  557. addImageSkinURL: "addImage.png",
  558. allDeleteBtnUpSkinURL: "allDeleteBtnUpSkin.png",
  559. allDeleteBtnHoverSkinURL: "allDeleteBtnHoverSkin.png",
  560. rotateLeftBtnEnableSkinURL: "rotateLeftEnable.png",
  561. rotateLeftBtnDisableSkinURL: "rotateLeftDisable.png",
  562. rotateRightBtnEnableSkinURL: "rotateRightEnable.png",
  563. rotateRightBtnDisableSkinURL: "rotateRightDisable.png",
  564. deleteBtnEnableSkinURL: "deleteEnable.png",
  565. deleteBtnDisableSkinURL: "deleteDisable.png",
  566. backgroundURL: '',
  567. listBackgroundURL: '',
  568. buttonURL: 'button.png'
  569. }
  570. }
  571. };