cURL: follow redirects
[LibreOffice.git] / starmath / source / symbol.src
blob6f41a45ab616173e24a610a246d874b8747807bc
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include <starmath.hrc>
22 // Both list types Ui and Export have to be identical. The Ui version
23 // is the localized version of all symbols that is show in the Ui,
24 // for Export they have to be in English. The transition between
25 // both lists is done with GetExportSymbolName() and GetUiSymbolName().
26 StringArray RID_EXPORT_SYMBOLSET_NAMES
28     ItemList =
29     {
30         < "Greek" ; > ;
31         < "Special" ; > ;
32     };
34 StringArray RID_UI_SYMBOLSET_NAMES
36     ItemList [ en-US ] =
37     {
38         < "Greek" ; > ;
39         < "Special" ; > ;
40     };
42 StringArray RID_EXPORT_SYMBOL_NAMES
44     ItemList =
45     {
46         < "alpha" ; > ;
47         < "ALPHA" ; > ;
48         < "beta" ; > ;
49         < "BETA" ; > ;
50         < "gamma" ; > ;
51         < "GAMMA" ; > ;
52         < "delta" ; > ;
53         < "DELTA" ; > ;
54         < "epsilon" ; > ;
55         < "EPSILON" ; > ;
56         < "zeta" ; > ;
57         < "ZETA" ; > ;
58         < "eta" ; > ;
59         < "ETA" ; > ;
60         < "theta" ; > ;
61         < "THETA" ; > ;
62         < "iota" ; > ;
63         < "IOTA" ; > ;
64         < "kappa" ; > ;
65         < "KAPPA" ; > ;
66         < "lambda" ; > ;
67         < "LAMBDA" ; > ;
68         < "mu" ; > ;
69         < "MU" ; > ;
70         < "nu" ; > ;
71         < "NU" ; > ;
72         < "xi" ; > ;
73         < "XI" ; > ;
74         < "omicron" ; > ;
75         < "OMICRON" ; > ;
76         < "pi" ; > ;
77         < "PI" ; > ;
78         < "rho" ; > ;
79         < "RHO" ; > ;
80         < "sigma" ; > ;
81         < "SIGMA" ; > ;
82         < "tau" ; > ;
83         < "TAU" ; > ;
84         < "upsilon" ; > ;
85         < "UPSILON" ; > ;
86         < "phi" ; > ;
87         < "PHI" ; > ;
88         < "chi" ; > ;
89         < "CHI" ; > ;
90         < "psi" ; > ;
91         < "PSI" ; > ;
92         < "omega" ; > ;
93         < "OMEGA" ; > ;
94         < "varepsilon" ; > ;
95         < "vartheta" ; > ;
96         < "varpi" ; > ;
97         < "varrho" ; > ;
98         < "varsigma" ; > ;
99         < "varphi" ; > ;
100         < "element" ; > ;
101         < "noelement" ; > ;
102         < "strictlylessthan" ; > ;
103         < "strictlygreaterthan" ; > ;
104         < "notequal" ; > ;
105         < "identical" ; > ;
106         < "tendto" ; > ;
107         < "infinite" ; > ;
108         < "angle" ; > ;
109         < "perthousand" ; > ;
110         < "and" ; > ;
111         < "or" ; > ;
112     };
114 StringArray RID_UI_SYMBOL_NAMES
116     ItemList [ en-US ] =
117     {
118         < "alpha" ; > ;
119         < "ALPHA" ; > ;
120         < "beta" ; > ;
121         < "BETA" ; > ;
122         < "gamma" ; > ;
123         < "GAMMA" ; > ;
124         < "delta" ; > ;
125         < "DELTA" ; > ;
126         < "epsilon" ; > ;
127         < "EPSILON" ; > ;
128         < "zeta" ; > ;
129         < "ZETA" ; > ;
130         < "eta" ; > ;
131         < "ETA" ; > ;
132         < "theta" ; > ;
133         < "THETA" ; > ;
134         < "iota" ; > ;
135         < "IOTA" ; > ;
136         < "kappa" ; > ;
137         < "KAPPA" ; > ;
138         < "lambda" ; > ;
139         < "LAMBDA" ; > ;
140         < "mu" ; > ;
141         < "MU" ; > ;
142         < "nu" ; > ;
143         < "NU" ; > ;
144         < "xi" ; > ;
145         < "XI" ; > ;
146         < "omicron" ; > ;
147         < "OMICRON" ; > ;
148         < "pi" ; > ;
149         < "PI" ; > ;
150         < "rho" ; > ;
151         < "RHO" ; > ;
152         < "sigma" ; > ;
153         < "SIGMA" ; > ;
154         < "tau" ; > ;
155         < "TAU" ; > ;
156         < "upsilon" ; > ;
157         < "UPSILON" ; > ;
158         < "phi" ; > ;
159         < "PHI" ; > ;
160         < "chi" ; > ;
161         < "CHI" ; > ;
162         < "psi" ; > ;
163         < "PSI" ; > ;
164         < "omega" ; > ;
165         < "OMEGA" ; > ;
166         < "varepsilon" ; > ;
167         < "vartheta" ; > ;
168         < "varpi" ; > ;
169         < "varrho" ; > ;
170         < "varsigma" ; > ;
171         < "varphi" ; > ;
172         < "element" ; > ;
173         < "noelement" ; > ;
174         < "strictlylessthan" ; > ;
175         < "strictlygreaterthan" ; > ;
176         < "notequal" ; > ;
177         < "identical" ; > ;
178         < "tendto" ; > ;
179         < "infinite" ; > ;
180         < "angle" ; > ;
181         < "perthousand" ; > ;
182         < "and" ; > ;
183         < "or" ; > ;
184     };
187 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */