1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
3 * This file is part of the LibreOffice project.
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/.
12 #include <unotools/resmgr.hxx>
14 #define NC_(Context, String) TranslateId(Context, reinterpret_cast<char const *>(u8##String))
16 const TranslateId RID_UI_SYMBOLSET_NAMES[] =
18 NC_("RID_UI_SYMBOLSET_NAMES", "Greek"),
19 NC_("RID_UI_SYMBOLSET_NAMES", "Special")
22 const TranslateId RID_UI_SYMBOL_NAMES[] =
24 NC_("RID_UI_SYMBOL_NAMES", "alpha"),
25 NC_("RID_UI_SYMBOL_NAMES", "ALPHA"),
26 NC_("RID_UI_SYMBOL_NAMES", "beta"),
27 NC_("RID_UI_SYMBOL_NAMES", "BETA"),
28 NC_("RID_UI_SYMBOL_NAMES", "gamma"),
29 NC_("RID_UI_SYMBOL_NAMES", "GAMMA"),
30 NC_("RID_UI_SYMBOL_NAMES", "delta"),
31 NC_("RID_UI_SYMBOL_NAMES", "DELTA"),
32 NC_("RID_UI_SYMBOL_NAMES", "epsilon"),
33 NC_("RID_UI_SYMBOL_NAMES", "EPSILON"),
34 NC_("RID_UI_SYMBOL_NAMES", "zeta"),
35 NC_("RID_UI_SYMBOL_NAMES", "ZETA"),
36 NC_("RID_UI_SYMBOL_NAMES", "eta"),
37 NC_("RID_UI_SYMBOL_NAMES", "ETA"),
38 NC_("RID_UI_SYMBOL_NAMES", "theta"),
39 NC_("RID_UI_SYMBOL_NAMES", "THETA"),
40 NC_("RID_UI_SYMBOL_NAMES", "iota"),
41 NC_("RID_UI_SYMBOL_NAMES", "IOTA"),
42 NC_("RID_UI_SYMBOL_NAMES", "kappa"),
43 NC_("RID_UI_SYMBOL_NAMES", "KAPPA"),
44 NC_("RID_UI_SYMBOL_NAMES", "lambda"),
45 NC_("RID_UI_SYMBOL_NAMES", "LAMBDA"),
46 NC_("RID_UI_SYMBOL_NAMES", "mu"),
47 NC_("RID_UI_SYMBOL_NAMES", "MU"),
48 NC_("RID_UI_SYMBOL_NAMES", "nu"),
49 NC_("RID_UI_SYMBOL_NAMES", "NU"),
50 NC_("RID_UI_SYMBOL_NAMES", "xi"),
51 NC_("RID_UI_SYMBOL_NAMES", "XI"),
52 NC_("RID_UI_SYMBOL_NAMES", "omicron"),
53 NC_("RID_UI_SYMBOL_NAMES", "OMICRON"),
54 NC_("RID_UI_SYMBOL_NAMES", "pi"),
55 NC_("RID_UI_SYMBOL_NAMES", "PI"),
56 NC_("RID_UI_SYMBOL_NAMES", "rho"),
57 NC_("RID_UI_SYMBOL_NAMES", "RHO"),
58 NC_("RID_UI_SYMBOL_NAMES", "sigma"),
59 NC_("RID_UI_SYMBOL_NAMES", "SIGMA"),
60 NC_("RID_UI_SYMBOL_NAMES", "tau"),
61 NC_("RID_UI_SYMBOL_NAMES", "TAU"),
62 NC_("RID_UI_SYMBOL_NAMES", "upsilon"),
63 NC_("RID_UI_SYMBOL_NAMES", "UPSILON"),
64 NC_("RID_UI_SYMBOL_NAMES", "phi"),
65 NC_("RID_UI_SYMBOL_NAMES", "PHI"),
66 NC_("RID_UI_SYMBOL_NAMES", "chi"),
67 NC_("RID_UI_SYMBOL_NAMES", "CHI"),
68 NC_("RID_UI_SYMBOL_NAMES", "psi"),
69 NC_("RID_UI_SYMBOL_NAMES", "PSI"),
70 NC_("RID_UI_SYMBOL_NAMES", "omega"),
71 NC_("RID_UI_SYMBOL_NAMES", "OMEGA"),
72 NC_("RID_UI_SYMBOL_NAMES", "varepsilon"),
73 NC_("RID_UI_SYMBOL_NAMES", "vartheta"),
74 NC_("RID_UI_SYMBOL_NAMES", "varpi"),
75 NC_("RID_UI_SYMBOL_NAMES", "varrho"),
76 NC_("RID_UI_SYMBOL_NAMES", "varsigma"),
77 NC_("RID_UI_SYMBOL_NAMES", "varphi"),
78 NC_("RID_UI_SYMBOL_NAMES", "element"),
79 NC_("RID_UI_SYMBOL_NAMES", "noelement"),
80 NC_("RID_UI_SYMBOL_NAMES", "strictlylessthan"),
81 NC_("RID_UI_SYMBOL_NAMES", "strictlygreaterthan"),
82 NC_("RID_UI_SYMBOL_NAMES", "notequal"),
83 NC_("RID_UI_SYMBOL_NAMES", "identical"),
84 NC_("RID_UI_SYMBOL_NAMES", "tendto"),
85 NC_("RID_UI_SYMBOL_NAMES", "infinite"),
86 NC_("RID_UI_SYMBOL_NAMES", "angle"),
87 NC_("RID_UI_SYMBOL_NAMES", "perthousand"),
88 NC_("RID_UI_SYMBOL_NAMES", "and"),
89 NC_("RID_UI_SYMBOL_NAMES", "or")
92 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */