/source/Plug-in/kind/lang/en.js

http://prosporous.googlecode.com/ · JavaScript · 213 lines · 204 code · 1 blank · 8 comment · 0 complexity · 84e9b7aae7e0c535d7a4c2ae9385aefd MD5 · raw file

  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. flash : 'Flash',
  42. media : 'Embeded media',
  43. table : 'Table',
  44. tablecell : 'Cell',
  45. hr : 'Insert horizontal line',
  46. emoticons : 'Insert emoticon',
  47. link : 'Link',
  48. unlink : 'Unlink',
  49. fullscreen : 'Toggle fullscreen mode(Esc)',
  50. about : 'About',
  51. print : 'Print',
  52. filemanager : 'File Manager',
  53. code : 'Insert code',
  54. map : 'Google Maps',
  55. lineheight : 'Line height',
  56. clearhtml : 'Clear HTML code',
  57. pagebreak : 'Insert Page Break',
  58. quickformat : 'Quick Format',
  59. insertfile : 'Insert file',
  60. template : 'Insert Template',
  61. anchor : 'Anchor',
  62. yes : 'OK',
  63. no : 'Cancel',
  64. close : 'Close',
  65. editImage : 'Image properties',
  66. deleteImage : 'Delete image',
  67. editFlash : 'Flash properties',
  68. deleteFlash : 'Delete flash',
  69. editMedia : 'Media properties',
  70. deleteMedia : 'Delete media',
  71. editLink : 'Link properties',
  72. deleteLink : 'Unlink',
  73. tableprop : 'Table properties',
  74. tablecellprop : 'Cell properties',
  75. tableinsert : 'Insert table',
  76. tabledelete : 'Delete table',
  77. tablecolinsertleft : 'Insert column left',
  78. tablecolinsertright : 'Insert column right',
  79. tablerowinsertabove : 'Insert row above',
  80. tablerowinsertbelow : 'Insert row below',
  81. tablerowmerge : 'Merge down',
  82. tablecolmerge : 'Merge right',
  83. tablerowsplit : 'Split row',
  84. tablecolsplit : 'Split column',
  85. tablecoldelete : 'Delete column',
  86. tablerowdelete : 'Delete row',
  87. noColor : 'Default',
  88. invalidImg : "Please type valid URL.\nAllowed file extension: jpg,gif,bmp,png",
  89. invalidMedia : "Please type valid URL.\nAllowed file extension: swf,flv,mp3,wav,wma,wmv,mid,avi,mpg,asf,rm,rmvb",
  90. invalidWidth : "The width must be number.",
  91. invalidHeight : "The height must be number.",
  92. invalidBorder : "The border must be number.",
  93. invalidUrl : "Please type valid URL.",
  94. invalidRows : 'Invalid rows.',
  95. invalidCols : 'Invalid columns.',
  96. invalidPadding : 'The padding must be number.',
  97. invalidSpacing : 'The spacing must be number.',
  98. invalidJson : 'Invalid JSON string.',
  99. uploadSuccess : 'Upload success.',
  100. cutError : 'Currently not supported by your browser, use keyboard shortcut(Ctrl+X) instead.',
  101. copyError : 'Currently not supported by your browser, use keyboard shortcut(Ctrl+C) instead.',
  102. pasteError : 'Currently not supported by your browser, use keyboard shortcut(Ctrl+V) instead.',
  103. ajaxLoading : 'Loading ...',
  104. uploadLoading : 'Uploading ...',
  105. uploadError : 'Upload Error',
  106. 'plainpaste.comment' : 'Use keyboard shortcut(Ctrl+V) to paste the text into the window.',
  107. 'wordpaste.comment' : 'Use keyboard shortcut(Ctrl+V) to paste the text into the window.',
  108. 'link.url' : 'URL',
  109. 'link.linkType' : 'Target',
  110. 'link.newWindow' : 'New window',
  111. 'link.selfWindow' : 'Same window',
  112. 'flash.url' : 'URL',
  113. 'flash.width' : 'Width',
  114. 'flash.height' : 'Height',
  115. 'flash.upload' : 'Upload',
  116. 'flash.viewServer' : 'Browse',
  117. 'media.url' : 'URL',
  118. 'media.width' : 'Width',
  119. 'media.height' : 'Height',
  120. 'media.autostart' : 'Auto start',
  121. 'media.upload' : 'Upload',
  122. 'media.viewServer' : 'Browse',
  123. 'image.remoteImage' : 'Insert URL',
  124. 'image.localImage' : 'Upload',
  125. 'image.remoteUrl' : 'URL',
  126. 'image.localUrl' : 'File',
  127. 'image.size' : 'Size',
  128. 'image.width' : 'Width',
  129. 'image.height' : 'Height',
  130. 'image.resetSize' : 'Reset dimensions',
  131. 'image.align' : 'Align',
  132. 'image.defaultAlign' : 'Default',
  133. 'image.leftAlign' : 'Left',
  134. 'image.rightAlign' : 'Right',
  135. 'image.imgTitle' : 'Title',
  136. 'image.viewServer' : 'Browse',
  137. 'filemanager.emptyFolder' : 'Blank',
  138. 'filemanager.moveup' : 'Parent folder',
  139. 'filemanager.viewType' : 'Display: ',
  140. 'filemanager.viewImage' : 'Thumbnails',
  141. 'filemanager.listImage' : 'List',
  142. 'filemanager.orderType' : 'Sorting: ',
  143. 'filemanager.fileName' : 'By name',
  144. 'filemanager.fileSize' : 'By size',
  145. 'filemanager.fileType' : 'By type',
  146. 'insertfile.url' : 'URL',
  147. 'insertfile.title' : 'Title',
  148. 'insertfile.upload' : 'Upload',
  149. 'insertfile.viewServer' : 'Browse',
  150. 'table.cells' : 'Cells',
  151. 'table.rows' : 'Rows',
  152. 'table.cols' : 'Columns',
  153. 'table.size' : 'Dimensions',
  154. 'table.width' : 'Width',
  155. 'table.height' : 'Height',
  156. 'table.percent' : '%',
  157. 'table.px' : 'px',
  158. 'table.space' : 'Space',
  159. 'table.padding' : 'Padding',
  160. 'table.spacing' : 'Spacing',
  161. 'table.align' : 'Align',
  162. 'table.textAlign' : 'Horizontal',
  163. 'table.verticalAlign' : 'Vertical',
  164. 'table.alignDefault' : 'Default',
  165. 'table.alignLeft' : 'Left',
  166. 'table.alignCenter' : 'Center',
  167. 'table.alignRight' : 'Right',
  168. 'table.alignTop' : 'Top',
  169. 'table.alignMiddle' : 'Middle',
  170. 'table.alignBottom' : 'Bottom',
  171. 'table.alignBaseline' : 'Baseline',
  172. 'table.border' : 'Border',
  173. 'table.borderWidth' : 'Width',
  174. 'table.borderColor' : 'Color',
  175. 'table.backgroundColor' : 'Background',
  176. 'map.address' : 'Address: ',
  177. 'map.search' : 'Search',
  178. 'anchor.name' : 'Anchor name',
  179. 'formatblock.formatBlock' : {
  180. h1 : 'Heading 1',
  181. h2 : 'Heading 2',
  182. h3 : 'Heading 3',
  183. h4 : 'Heading 4',
  184. p : 'Normal'
  185. },
  186. 'fontname.fontName' : {
  187. 'Arial' : 'Arial',
  188. 'Arial Black' : 'Arial Black',
  189. 'Comic Sans MS' : 'Comic Sans MS',
  190. 'Courier New' : 'Courier New',
  191. 'Garamond' : 'Garamond',
  192. 'Georgia' : 'Georgia',
  193. 'Tahoma' : 'Tahoma',
  194. 'Times New Roman' : 'Times New Roman',
  195. 'Trebuchet MS' : 'Trebuchet MS',
  196. 'Verdana' : 'Verdana'
  197. },
  198. 'lineheight.lineHeight' : [
  199. {'1' : 'Line height 1'},
  200. {'1.5' : 'Line height 1.5'},
  201. {'2' : 'Line height 2'},
  202. {'2.5' : 'Line height 2.5'},
  203. {'3' : 'Line height 3'}
  204. ],
  205. 'template.selectTemplate' : 'Template',
  206. 'template.replaceContent' : 'Replace current content',
  207. 'template.fileList' : {
  208. '1.html' : 'Image and Text',
  209. '2.html' : 'Table',
  210. '3.html' : 'List'
  211. }
  212. }, 'en');