en.js 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. /*******************************************************************************
  2. * KindEditor - WYSIWYG HTML Editor for Internet
  3. * Copyright (C) 2006-2011 kindsoft.net
  4. *
  5. * @author Roddy <luolonghao@gmail.com>
  6. * @site http://www.kindsoft.net/
  7. * @licence http://www.kindsoft.net/license.php
  8. *******************************************************************************/
  9. KindEditor.lang({
  10. source : 'Source',
  11. preview : 'Preview',
  12. undo : 'Undo(Ctrl+Z)',
  13. redo : 'Redo(Ctrl+Y)',
  14. cut : 'Cut(Ctrl+X)',
  15. copy : 'Copy(Ctrl+C)',
  16. paste : 'Paste(Ctrl+V)',
  17. plainpaste : 'Paste as plain text',
  18. wordpaste : 'Paste from Word',
  19. selectall : 'Select all',
  20. justifyleft : 'Align left',
  21. justifycenter : 'Align center',
  22. justifyright : 'Align right',
  23. justifyfull : 'Align full',
  24. insertorderedlist : 'Ordered list',
  25. insertunorderedlist : 'Unordered list',
  26. indent : 'Increase indent',
  27. outdent : 'Decrease indent',
  28. subscript : 'Subscript',
  29. superscript : 'Superscript',
  30. formatblock : 'Paragraph format',
  31. fontname : 'Font family',
  32. fontsize : 'Font size',
  33. forecolor : 'Text color',
  34. hilitecolor : 'Highlight color',
  35. bold : 'Bold(Ctrl+B)',
  36. italic : 'Italic(Ctrl+I)',
  37. underline : 'Underline(Ctrl+U)',
  38. strikethrough : 'Strikethrough',
  39. removeformat : 'Remove format',
  40. image : 'Image',
  41. multiimage : 'Multi image',
  42. flash : 'Flash',
  43. media : 'Embeded media',
  44. table : 'Table',
  45. tablecell : 'Cell',
  46. hr : 'Insert horizontal line',
  47. emoticons : 'Insert emoticon',
  48. link : 'Link',
  49. unlink : 'Unlink',
  50. fullscreen : 'Toggle fullscreen mode',
  51. about : 'About',
  52. print : 'Print',
  53. filemanager : 'File Manager',
  54. code : 'Insert code',
  55. map : 'Google Maps',
  56. baidumap : 'Baidu Maps',
  57. lineheight : 'Line height',
  58. clearhtml : 'Clear HTML code',
  59. pagebreak : 'Insert Page Break',
  60. quickformat : 'Quick Format',
  61. insertfile : 'Insert file',
  62. template : 'Insert Template',
  63. anchor : 'Anchor',
  64. yes : 'OK',
  65. no : 'Cancel',
  66. close : 'Close',
  67. editImage : 'Image properties',
  68. deleteImage : 'Delete image',
  69. editFlash : 'Flash properties',
  70. deleteFlash : 'Delete flash',
  71. editMedia : 'Media properties',
  72. deleteMedia : 'Delete media',
  73. editLink : 'Link properties',
  74. deleteLink : 'Unlink',
  75. tableprop : 'Table properties',
  76. tablecellprop : 'Cell properties',
  77. tableinsert : 'Insert table',
  78. tabledelete : 'Delete table',
  79. tablecolinsertleft : 'Insert column left',
  80. tablecolinsertright : 'Insert column right',
  81. tablerowinsertabove : 'Insert row above',
  82. tablerowinsertbelow : 'Insert row below',
  83. tablerowmerge : 'Merge down',
  84. tablecolmerge : 'Merge right',
  85. tablerowsplit : 'Split row',
  86. tablecolsplit : 'Split column',
  87. tablecoldelete : 'Delete column',
  88. tablerowdelete : 'Delete row',
  89. noColor : 'Default',
  90. pleaseSelectFile : 'Please select file.',
  91. invalidImg : "Please type valid URL.\nAllowed file extension: jpg,gif,bmp,png",
  92. invalidMedia : "Please type valid URL.\nAllowed file extension: swf,flv,mp3,wav,wma,wmv,mid,avi,mpg,asf,rm,rmvb",
  93. invalidWidth : "The width must be number.",
  94. invalidHeight : "The height must be number.",
  95. invalidBorder : "The border must be number.",
  96. invalidUrl : "Please type valid URL.",
  97. invalidRows : 'Invalid rows.',
  98. invalidCols : 'Invalid columns.',
  99. invalidPadding : 'The padding must be number.',
  100. invalidSpacing : 'The spacing must be number.',
  101. invalidJson : 'Invalid JSON string.',
  102. uploadSuccess : 'Upload success.',
  103. cutError : 'Currently not supported by your browser, use keyboard shortcut(Ctrl+X) instead.',
  104. copyError : 'Currently not supported by your browser, use keyboard shortcut(Ctrl+C) instead.',
  105. pasteError : 'Currently not supported by your browser, use keyboard shortcut(Ctrl+V) instead.',
  106. ajaxLoading : 'Loading ...',
  107. uploadLoading : 'Uploading ...',
  108. uploadError : 'Upload Error',
  109. 'plainpaste.comment' : 'Use keyboard shortcut(Ctrl+V) to paste the text into the window.',
  110. 'wordpaste.comment' : 'Use keyboard shortcut(Ctrl+V) to paste the text into the window.',
  111. 'code.pleaseInput' : 'Please input code.',
  112. 'link.url' : 'URL',
  113. 'link.linkType' : 'Target',
  114. 'link.newWindow' : 'New window',
  115. 'link.selfWindow' : 'Same window',
  116. 'flash.url' : 'URL',
  117. 'flash.width' : 'Width',
  118. 'flash.height' : 'Height',
  119. 'flash.upload' : 'Upload',
  120. 'flash.viewServer' : 'Browse',
  121. 'media.url' : 'URL',
  122. 'media.width' : 'Width',
  123. 'media.height' : 'Height',
  124. 'media.autostart' : 'Auto start',
  125. 'media.upload' : 'Upload',
  126. 'media.viewServer' : 'Browse',
  127. 'image.remoteImage' : 'Insert URL',
  128. 'image.localImage' : 'Upload',
  129. 'image.remoteUrl' : 'URL',
  130. 'image.localUrl' : 'File',
  131. 'image.size' : 'Size',
  132. 'image.width' : 'Width',
  133. 'image.height' : 'Height',
  134. 'image.resetSize' : 'Reset dimensions',
  135. 'image.align' : 'Align',
  136. 'image.defaultAlign' : 'Default',
  137. 'image.leftAlign' : 'Left',
  138. 'image.rightAlign' : 'Right',
  139. 'image.imgTitle' : 'Title',
  140. 'image.upload' : 'Browse',
  141. 'image.viewServer' : 'Browse',
  142. 'multiimage.uploadDesc' : 'Allows users to upload <%=uploadLimit%> images, single image size not exceeding <%=sizeLimit%>',
  143. 'multiimage.startUpload' : 'Start upload',
  144. 'multiimage.clearAll' : 'Clear all',
  145. 'multiimage.insertAll' : 'Insert all',
  146. 'multiimage.queueLimitExceeded' : 'Queue limit exceeded.',
  147. 'multiimage.fileExceedsSizeLimit' : 'File exceeds size limit.',
  148. 'multiimage.zeroByteFile' : 'Zero byte file.',
  149. 'multiimage.invalidFiletype' : 'Invalid file type.',
  150. 'multiimage.unknownError' : 'Unknown upload error.',
  151. 'multiimage.pending' : 'Pending ...',
  152. 'multiimage.uploadError' : 'Upload error',
  153. 'filemanager.emptyFolder' : 'Blank',
  154. 'filemanager.moveup' : 'Parent folder',
  155. 'filemanager.viewType' : 'Display: ',
  156. 'filemanager.viewImage' : 'Thumbnails',
  157. 'filemanager.listImage' : 'List',
  158. 'filemanager.orderType' : 'Sorting: ',
  159. 'filemanager.fileName' : 'By name',
  160. 'filemanager.fileSize' : 'By size',
  161. 'filemanager.fileType' : 'By type',
  162. 'insertfile.url' : 'URL',
  163. 'insertfile.title' : 'Title',
  164. 'insertfile.upload' : 'Upload',
  165. 'insertfile.viewServer' : 'Browse',
  166. 'table.cells' : 'Cells',
  167. 'table.rows' : 'Rows',
  168. 'table.cols' : 'Columns',
  169. 'table.size' : 'Dimensions',
  170. 'table.width' : 'Width',
  171. 'table.height' : 'Height',
  172. 'table.percent' : '%',
  173. 'table.px' : 'px',
  174. 'table.space' : 'Space',
  175. 'table.padding' : 'Padding',
  176. 'table.spacing' : 'Spacing',
  177. 'table.align' : 'Align',
  178. 'table.textAlign' : 'Horizontal',
  179. 'table.verticalAlign' : 'Vertical',
  180. 'table.alignDefault' : 'Default',
  181. 'table.alignLeft' : 'Left',
  182. 'table.alignCenter' : 'Center',
  183. 'table.alignRight' : 'Right',
  184. 'table.alignTop' : 'Top',
  185. 'table.alignMiddle' : 'Middle',
  186. 'table.alignBottom' : 'Bottom',
  187. 'table.alignBaseline' : 'Baseline',
  188. 'table.border' : 'Border',
  189. 'table.borderWidth' : 'Width',
  190. 'table.borderColor' : 'Color',
  191. 'table.backgroundColor' : 'Background',
  192. 'map.address' : 'Address: ',
  193. 'map.search' : 'Search',
  194. 'baidumap.address' : 'Address: ',
  195. 'baidumap.search' : 'Search',
  196. 'baidumap.insertDynamicMap' : 'Dynamic Map',
  197. 'anchor.name' : 'Anchor name',
  198. 'formatblock.formatBlock' : {
  199. h1 : 'Heading 1',
  200. h2 : 'Heading 2',
  201. h3 : 'Heading 3',
  202. h4 : 'Heading 4',
  203. p : 'Normal'
  204. },
  205. 'fontname.fontName' : {
  206. 'Arial' : 'Arial',
  207. 'Arial Black' : 'Arial Black',
  208. 'Comic Sans MS' : 'Comic Sans MS',
  209. 'Courier New' : 'Courier New',
  210. 'Garamond' : 'Garamond',
  211. 'Georgia' : 'Georgia',
  212. 'Tahoma' : 'Tahoma',
  213. 'Times New Roman' : 'Times New Roman',
  214. 'Trebuchet MS' : 'Trebuchet MS',
  215. 'Verdana' : 'Verdana'
  216. },
  217. 'lineheight.lineHeight' : [
  218. {'1' : 'Line height 1'},
  219. {'1.5' : 'Line height 1.5'},
  220. {'2' : 'Line height 2'},
  221. {'2.5' : 'Line height 2.5'},
  222. {'3' : 'Line height 3'}
  223. ],
  224. 'template.selectTemplate' : 'Template',
  225. 'template.replaceContent' : 'Replace current content',
  226. 'template.fileList' : {
  227. '1.html' : 'Image and Text',
  228. '2.html' : 'Table',
  229. '3.html' : 'List'
  230. }
  231. }, 'en');