/static/wymeditor/lang/en.js

https://bitbucket.org/cistrome/cistrome-harvard/ · JavaScript · 52 lines · 49 code · 2 blank · 1 comment · 0 complexity · b34008c586e1194bf223be9db4741cf1 MD5 · raw file

  1. WYMeditor.STRINGS['en'] = {
  2. Strong: 'Strong',
  3. Emphasis: 'Emphasis',
  4. Superscript: 'Superscript',
  5. Subscript: 'Subscript',
  6. Ordered_List: 'Ordered List',
  7. Unordered_List: 'Unordered List',
  8. Indent: 'Indent',
  9. Outdent: 'Outdent',
  10. Undo: 'Undo',
  11. Redo: 'Redo',
  12. Link: 'Link',
  13. Unlink: 'Unlink',
  14. Image: 'Image',
  15. Table: 'Table',
  16. HTML: 'HTML',
  17. Paragraph: 'Paragraph',
  18. Heading_1: 'Heading 1',
  19. Heading_2: 'Heading 2',
  20. Heading_3: 'Heading 3',
  21. Heading_4: 'Heading 4',
  22. Heading_5: 'Heading 5',
  23. Heading_6: 'Heading 6',
  24. Preformatted: 'Preformatted',
  25. Blockquote: 'Blockquote',
  26. Table_Header: 'Table Header',
  27. URL: 'URL',
  28. Title: 'Title',
  29. Alternative_Text: 'Alternative text',
  30. Caption: 'Caption',
  31. Summary: 'Summary',
  32. Number_Of_Rows: 'Number of rows',
  33. Number_Of_Cols: 'Number of cols',
  34. Submit: 'Submit',
  35. Cancel: 'Cancel',
  36. Choose: 'Choose',
  37. Preview: 'Preview',
  38. Paste_From_Word: 'Paste from Word',
  39. Tools: 'Tools',
  40. Containers: 'Containers',
  41. Classes: 'Classes',
  42. Status: 'Status',
  43. Source_Code: 'Source code',
  44. // Galaxy replacements.
  45. Galaxy_History_Link: 'Insert Link to History',
  46. Galaxy_Dataset_Link: 'Insert Link to Dataset',
  47. Galaxy_Workflow_Link: 'Insert Link to Workflow',
  48. Galaxy_Page_Link: 'Insert Link to Page',
  49. Annotate_Galaxy_History: 'Annotate History',
  50. };