Commit | Line | Data |
---|---|---|
d91cabdf PS |
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | ||
3 | <!-- | |
4 | Document : en.xml | |
5 | Created on : 30 July 2007, 15:43 | |
6 | Author : Alex Billingsley | |
7 | Description: | |
8 | Purpose of the document follows. | |
9 | --> | |
10 | ||
11 | <Language> | |
12 | ||
13 | <!-- Error Messages --> | |
14 | <ReadingFile>Error reading format file: Check file is valid</ReadingFile> | |
15 | <ReadingFile2>Error loading format file: </ReadingFile2> | |
16 | <LoadingExp>Error loading saved expression</LoadingExp> | |
17 | <SavingExp>Error saving expression</SavingExp> | |
18 | <Cut>Cannot cut selection: </Cut> | |
19 | <Copy>Cannot copy selection: </Copy> | |
20 | <Tree>Cannot display tree: </Tree> | |
21 | <Action>Action could not be completed: </Action> | |
22 | <AddMatrix>Cannot add Matrix at this location</AddMatrix> | |
23 | <Operator>Operator missing at position </Operator> | |
24 | <Argument>Argument of operator missing at position </Argument> | |
25 | <Image>Error: Cannot export to image. Check internet connection and access to http://www.mathtran.org</Image> | |
26 | ||
27 | <!-- Status Bar Messages --> | |
28 | <ParseExp>Expression could not be parsed</ParseExp> | |
29 | <LoadExpression>DragMath - Choose an expression file to load</LoadExpression> | |
30 | <SaveExpression>DragMath - Choose the location to save the expression</SaveExpression> | |
31 | <EnterRows>Enter number of rows of matrix</EnterRows> | |
32 | <EnterColumns>Enter number of columns of matrix</EnterColumns> | |
33 | <MatrixDim>Matrix Dimensions</MatrixDim> | |
34 | <NoCut>Nothing selected to cut</NoCut> | |
35 | <NoPaste>Nothing to paste</NoPaste> | |
36 | <NoBox>No box selected to paste into</NoBox> | |
37 | <NoCopy>Nothing selected to copy</NoCopy> | |
38 | <Copied>Copied</Copied> | |
39 | <ReadingData>Error reading output data</ReadingData> | |
40 | <Clipboard>Expression exported to clipboard</Clipboard> | |
41 | <NoExpression>No expression to convert</NoExpression> | |
42 | <NoFormat>No format file has been loaded yet</NoFormat> | |
43 | <ImageSize>Choose the image size 1-10 (Smallest-Largest)</ImageSize> | |
44 | ||
45 | <!-- Tooltips for math buttons --> | |
46 | <Multiply>Multiplication</Multiply> | |
47 | <Divide>Division</Divide> | |
48 | <Add>Addition</Add> | |
49 | <Subtract>Subtraction</Subtract> | |
50 | <Comma>Comma</Comma> | |
51 | <PlusMinus>Plus-Minus</PlusMinus> | |
52 | <SquareRoot>Square Root</SquareRoot> | |
53 | <NthRoot>N-th Root</NthRoot> | |
54 | <Power>Superscript</Power> | |
55 | <Subscript>Subscript</Subscript> | |
56 | <Matrix>Matrix</Matrix> | |
57 | <Integral>Integration</Integral> | |
58 | <Differential>Differentiation</Differential> | |
59 | <LessThan>Less Than</LessThan> | |
60 | <GreaterThan>Greater Than</GreaterThan> | |
61 | <LTEQ>Less Than or Equal To</LTEQ> | |
62 | <GTEQ>Greater Than or Equal To</GTEQ> | |
63 | <Equals>Equals</Equals> | |
64 | <NotEqual>Not Equal</NotEqual> | |
65 | <Union>Union</Union> | |
66 | <Intersection>Intersection</Intersection> | |
67 | <Subset>Subset</Subset> | |
68 | <SubsetEq>Subset or Equal To</SubsetEq> | |
69 | <NSubset>Not Subset</NSubset> | |
70 | <NSubsetEq>Not Subset or Equal To</NSubsetEq> | |
71 | <Sine>Sine</Sine> | |
72 | <Cosine>Cosine</Cosine> | |
73 | <Tangent>Tangent</Tangent> | |
74 | <ArcSine>Inverse Sine</ArcSine> | |
75 | <ArcCosine>Inverse Cosine</ArcCosine> | |
76 | <ArcTangent>Inverse Tangent</ArcTangent> | |
77 | <SineH>Hyperbolic Sine</SineH> | |
78 | <CosineH>Hyperbolic Cosine</CosineH> | |
79 | <TanH>Hyperbolic Tangent</TanH> | |
80 | <ArcSineH>Inverse Hyperbolic Sine</ArcSineH> | |
81 | <ArcCosineH>Inverse Hyperbolic Cosine</ArcCosineH> | |
82 | <ArcTanH>Inverse Hyperbolic Tangent</ArcTanH> | |
83 | <Logarithm>Logarithm</Logarithm> | |
84 | <NaturalLogarithm>Natural Logarithm</NaturalLogarithm> | |
85 | <Exp>Exponential Function</Exp> | |
86 | <UMinus>Minus</UMinus> | |
87 | <BracketsRnd>Round Brackets</BracketsRnd> | |
88 | <BracketsCurl>Curly Brackets</BracketsCurl> | |
89 | <BracketsSq>Square Brackets</BracketsSq> | |
90 | <Abs>Absolute Value</Abs> | |
91 | <Infinity>Infinity</Infinity> | |
92 | <GreekLetter>Greek letter</GreekLetter> | |
93 | <Factorial>Factorial</Factorial> | |
94 | <Max>Maximum of a set</Max> | |
95 | <Min>Minimum of a set</Min> | |
96 | <Assignment>Assignment</Assignment> | |
97 | <Function>Unknown function</Function> | |
98 | <Determinant>Determinant</Determinant> | |
99 | <Trace>Trace</Trace> | |
100 | <DefiniteIntegral>Definite Integral</DefiniteIntegral> | |
101 | <Product>Product</Product> | |
102 | <Sum>Sum</Sum> | |
103 | <Limit>Limit</Limit> | |
104 | <Evaluate>Evaluate an expression at a point</Evaluate> | |
105 | <LeftArrow>Left arrow</LeftArrow> | |
106 | <RightArrow>Right arrow</RightArrow> | |
107 | <UpArrow>Up arrow</UpArrow> | |
108 | <DownArrow>Down arrow</DownArrow> | |
109 | <LeftDblArrow>Left double arrow</LeftDblArrow> | |
110 | <RightDblArrow>Right double arrow</RightDblArrow> | |
111 | <LeftRightArrow>Left-Right arrow</LeftRightArrow> | |
112 | <LeftRightDblArrow>Left-Right double arrow</LeftRightDblArrow> | |
113 | <NorthEastArrow>North-East arrow</NorthEastArrow> | |
114 | <SouthEastArrow>South-East arrow</SouthEastArrow> | |
115 | <NorthWestArrow>North-West arrow</NorthWestArrow> | |
116 | <SouthWestArrow>South-West arrow</SouthWestArrow> | |
117 | <Multiply2>Multiplication</Multiply2> | |
118 | <Divide2>Division</Divide2> | |
119 | <Equiv>Equivalence</Equiv> | |
120 | <Exists>There Exists</Exists> | |
121 | <ForAll>For All</ForAll> | |
122 | <IsIn>Element Of</IsIn> | |
123 | <NotExists>There Does Not Exist</NotExists> | |
124 | <NotIn>Not An Element Of</NotIn> | |
125 | <SimEq>Asymptotically Equivalent To</SimEq> | |
126 | <Or>Or</Or> | |
127 | <And>And</And> | |
128 | <Not>Not</Not> | |
129 | <PartialDifferential>Partial Differential</PartialDifferential> | |
130 | ||
131 | ||
132 | <!-- Tooltips for command buttons --> | |
133 | <OpenButton>Load expression from file</OpenButton> | |
134 | <SaveButton>Save expression to file</SaveButton> | |
135 | <ExportButton>Export expression to clipboard</ExportButton> | |
136 | <UndoButton>Undo</UndoButton> | |
137 | <RedoButton>Redo</RedoButton> | |
138 | <CutButton>Cut</CutButton> | |
139 | <CopyButton>Copy</CopyButton> | |
140 | <PasteButton>Paste</PasteButton> | |
141 | <ClearButton>Clear the entire workspace</ClearButton> | |
142 | <SelectButton>Select the entire workspace</SelectButton> | |
143 | <LoadFormatButton>Load an export format file</LoadFormatButton> | |
144 | <LoadLangButton>Load a language file</LoadLangButton> | |
145 | <ShowTreeButton>Show tree structure of expression</ShowTreeButton> | |
146 | <OutlineButton>Display outline of objects on workspace</OutlineButton> | |
147 | <OnlineHelpButton>Loads help documents in web browser</OnlineHelpButton> | |
148 | <AboutButton>About DragMath</AboutButton> | |
149 | ||
150 | <!-- Menu --> | |
151 | <FileMenu>File</FileMenu> | |
152 | <OpenMenu>Open...</OpenMenu> | |
153 | <SaveAsMenu>Save As...</SaveAsMenu> | |
154 | <ExportMenu>Export to clipboard</ExportMenu> | |
155 | <ImageMenu>Export to image</ImageMenu> | |
156 | ||
157 | <EditMenu>Edit</EditMenu> | |
158 | <UndoMenu>Undo</UndoMenu> | |
159 | <RedoMenu>Redo</RedoMenu> | |
160 | <CutMenu>Cut</CutMenu> | |
161 | <CopyMenu>Copy</CopyMenu> | |
162 | <PasteMenu>Paste</PasteMenu> | |
163 | <ClearMenu>Clear Workspace</ClearMenu> | |
164 | <SelectMenu>Select All</SelectMenu> | |
165 | ||
166 | <OptionsMenu>Options</OptionsMenu> | |
167 | <SetExportMenu>Set export format</SetExportMenu> | |
168 | <SetLanguageMenu>Set language</SetLanguageMenu> | |
169 | <MultMenu>Implicit Multiplication</MultMenu> | |
170 | ||
171 | <HelpMenu>Help</HelpMenu> | |
172 | <DebugMenu>Debug</DebugMenu> | |
173 | <TreeMenu>Show expression tree</TreeMenu> | |
174 | <OutlineMenu>Show outline</OutlineMenu> | |
175 | <OnlineHelpMenu>Online Help</OnlineHelpMenu> | |
176 | <AboutMenu>About DragMath</AboutMenu> | |
177 | ||
178 | </Language> |