123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- CKEDITOR.plugins.setLang( 'asciisvg', 'en', {
- GraphEditor: 'Graph editor',
- EquationType: 'Equation type',
- YEqualsFOfX: 'y=f(x)',
- REqualsFOfT: 'r=f(t)',
- XEqualsFOfTCommaYEqualsGOfT: 'x=f(t),y=g(t)',
- DySplitDxEqualsFOfXAndY: 'dy/dx=f(x,y)',
- Label: 'Label',
- FOfX: 'f(x)',
- ROfT: 'r(t)',
- FOfT: 'f(t)',
- GOfT: 'g(t)',
- DySplitDxOfXAndY: 'dy/dx(x,y)',
- XSquared: 'x^2',
- SinOfX: 'sin(x)',
- T: 't',
- SinOfT: 'sin(t)',
- CosOfT: 'cos(t)',
- XByY: 'x*y',
- Every: 'Every',
- Text: 'Text',
- From: 'From',
- To: 'To',
- XPosition: 'X position',
- YPosition: 'Y position',
- Color: 'Color',
- Black: 'Black',
- Red: 'Red',
- Orange: 'Orange',
- Yellow: 'Yellow',
- Green: 'Green',
- Blue: 'Blue',
- Purple: 'Purple',
- Width: 'Width',
- Line: 'Line',
- Solid: 'Solid',
- Dotted: 'Dotted',
- Dashed: 'Dashed',
- TightDash: 'Tight dash',
- DashDot: 'Dash dot',
- StartWith: 'Start with',
- None: 'None',
- Arrow: 'Arrow',
- OpenDot: 'Open dot',
- Dot: 'Dot',
- EndWith: 'End with',
- XMin: 'xmin',
- XMax: 'xmax',
- XScl: 'xscl',
- YMin: 'ymin',
- YMax: 'ymax',
- YScl: 'yscl',
- ShowAxisLabels: 'Show axis labels',
- ShowXYGrid: 'Show XY grid',
- ResizeTo: 'Resize to',
- By: 'by',
- Update: 'Update',
- AddGraph: 'Add graph',
- Graphs: 'Graphs',
- YEqualsXSquared: 'y=x^2',
- ReplaceSelectedGraph: 'Replace selected graph',
- Remove: 'Remove',
- Position: 'Position',
- Top: 'Top',
- Middle: 'Middle',
- Bottom: 'Bottom',
- FloatLeft: 'Float left',
- FloatRight: 'Float right'
- } );
|