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