sw HTML export: fix PNG export of Writer images containing metafiles
[LibreOffice.git] / reportdesign / inc / stringarray.hrc
blob1d6800bf0cb007b84828f8f02d8d946ace78ad30
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
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  */
10 #ifndef INCLUDED_REPORTDESIGN_INC_FNP_HRC
11 #define INCLUDED_REPORTDESIGN_INC_FNP_HRC
13 #include <unotools/resmgr.hxx>
15 #define NC_(Context, String) TranslateId(Context, reinterpret_cast<char const *>(u8##String))
17 const TranslateId RID_STR_FORCENEWPAGE_CONST[] =
19     NC_("RID_STR_FORCENEWPAGE_CONST", "None"),
20     NC_("RID_STR_FORCENEWPAGE_CONST", "Before Section"),
21     NC_("RID_STR_FORCENEWPAGE_CONST", "After Section"),
22     NC_("RID_STR_FORCENEWPAGE_CONST", "Before & After Section"),
23     {}
26 const TranslateId RID_STR_GROUPKEEPTOGETHER_CONST[] =
28     NC_("RID_STR_GROUPKEEPTOGETHER_CONST", "Per Page"),
29     NC_("RID_STR_GROUPKEEPTOGETHER_CONST", "Per Column"),
30     {}
33 const TranslateId RID_STR_REPORTPRINTOPTION_CONST[] =
35     NC_("RID_STR_REPORTPRINTOPTION_CONST", "All Pages"),
36     NC_("RID_STR_REPORTPRINTOPTION_CONST", "Not With Report Header"),
37     NC_("RID_STR_REPORTPRINTOPTION_CONST", "Not With Report Footer"),
38     NC_("RID_STR_REPORTPRINTOPTION_CONST", "Not With Report Header/Footer"),
39     {}
42 const TranslateId RID_STR_TYPE_CONST[] =
44     NC_("RID_STR_TYPE_CONST", "Field or Formula"),
45     NC_("RID_STR_TYPE_CONST", "Function"),
46     NC_("RID_STR_TYPE_CONST", "Counter"),
47     NC_("RID_STR_TYPE_CONST", "User defined Function"),
48     {}
51 const TranslateId RID_STR_BOOL[] =
53     NC_("RID_STR_BOOL", "No"),
54     NC_("RID_STR_BOOL", "Yes"),
55     {}
58 const TranslateId RID_STR_KEEPTOGETHER_CONST[] =
60     NC_("RID_STR_KEEPTOGETHER_CONST", "No"),
61     NC_("RID_STR_KEEPTOGETHER_CONST", "Whole Group"),
62     NC_("RID_STR_KEEPTOGETHER_CONST", "With First Detail"),
63     {}
66 const TranslateId RID_STR_VERTICAL_ALIGN_CONST[] =
68     NC_("RID_STR_VERTICAL_ALIGN_CONST", "Top"),
69     NC_("RID_STR_VERTICAL_ALIGN_CONST", "Middle"),
70     NC_("RID_STR_VERTICAL_ALIGN_CONST", "Bottom"),
71     {}
74 const TranslateId RID_STR_PARAADJUST_CONST[] =
76     NC_("RID_STR_PARAADJUST_CONST", "Left"),
77     NC_("RID_STR_PARAADJUST_CONST", "Right"),
78     NC_("RID_STR_PARAADJUST_CONST", "Block"),
79     NC_("RID_STR_PARAADJUST_CONST", "Center"),
80     {}
83 #endif
85 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */