en.js 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. CKEDITOR.plugins.setLang( 'asciisvg', 'en', {
  2. GraphEditor: 'Graph editor',
  3. EquationType: 'Equation type',
  4. YEqualsFOfX: 'y=f(x)',
  5. REqualsFOfT: 'r=f(t)',
  6. XEqualsFOfTCommaYEqualsGOfT: 'x=f(t),y=g(t)',
  7. DySplitDxEqualsFOfXAndY: 'dy/dx=f(x,y)',
  8. Label: 'Label',
  9. FOfX: 'f(x)',
  10. ROfT: 'r(t)',
  11. FOfT: 'f(t)',
  12. GOfT: 'g(t)',
  13. DySplitDxOfXAndY: 'dy/dx(x,y)',
  14. XSquared: 'x^2',
  15. SinOfX: 'sin(x)',
  16. T: 't',
  17. SinOfT: 'sin(t)',
  18. CosOfT: 'cos(t)',
  19. XByY: 'x*y',
  20. Every: 'Every',
  21. Text: 'Text',
  22. From: 'From',
  23. To: 'To',
  24. XPosition: 'X position',
  25. YPosition: 'Y position',
  26. Color: 'Color',
  27. Black: 'Black',
  28. Red: 'Red',
  29. Orange: 'Orange',
  30. Yellow: 'Yellow',
  31. Green: 'Green',
  32. Blue: 'Blue',
  33. Purple: 'Purple',
  34. Width: 'Width',
  35. Line: 'Line',
  36. Solid: 'Solid',
  37. Dotted: 'Dotted',
  38. Dashed: 'Dashed',
  39. TightDash: 'Tight dash',
  40. DashDot: 'Dash dot',
  41. StartWith: 'Start with',
  42. None: 'None',
  43. Arrow: 'Arrow',
  44. OpenDot: 'Open dot',
  45. Dot: 'Dot',
  46. EndWith: 'End with',
  47. XMin: 'xmin',
  48. XMax: 'xmax',
  49. XScl: 'xscl',
  50. YMin: 'ymin',
  51. YMax: 'ymax',
  52. YScl: 'yscl',
  53. ShowAxisLabels: 'Show axis labels',
  54. ShowXYGrid: 'Show XY grid',
  55. ResizeTo: 'Resize to',
  56. By: 'by',
  57. Update: 'Update',
  58. AddGraph: 'Add graph',
  59. Graphs: 'Graphs',
  60. YEqualsXSquared: 'y=x^2',
  61. ReplaceSelectedGraph: 'Replace selected graph',
  62. Remove: 'Remove',
  63. Position: 'Position',
  64. Top: 'Top',
  65. Middle: 'Middle',
  66. Bottom: 'Bottom',
  67. FloatLeft: 'Float left',
  68. FloatRight: 'Float right'
  69. } );