Version 6.4.0.0.beta1, tag libreoffice-6.4.0.0.beta1
[LibreOffice.git] / reportdesign / inc / stringarray.hrc
blobb49f401d0f545d5ab75be78b3ad84af7e20c51cb
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 #define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String)
15 const char* RID_STR_FORCENEWPAGE_CONST[] =
17     NC_("RID_STR_FORCENEWPAGE_CONST", "None"),
18     NC_("RID_STR_FORCENEWPAGE_CONST", "Before Section"),
19     NC_("RID_STR_FORCENEWPAGE_CONST", "After Section"),
20     NC_("RID_STR_FORCENEWPAGE_CONST", "Before & After Section"),
21     nullptr
24 const char* RID_STR_GROUPKEEPTOGETHER_CONST[] =
26     NC_("RID_STR_GROUPKEEPTOGETHER_CONST", "Per Page"),
27     NC_("RID_STR_GROUPKEEPTOGETHER_CONST", "Per Column"),
28     nullptr
31 const char* RID_STR_REPORTPRINTOPTION_CONST[] =
33     NC_("RID_STR_REPORTPRINTOPTION_CONST", "All Pages"),
34     NC_("RID_STR_REPORTPRINTOPTION_CONST", "Not With Report Header"),
35     NC_("RID_STR_REPORTPRINTOPTION_CONST", "Not With Report Footer"),
36     NC_("RID_STR_REPORTPRINTOPTION_CONST", "Not With Report Header/Footer"),
37     nullptr
40 const char* RID_STR_TYPE_CONST[] =
42     NC_("RID_STR_TYPE_CONST", "Field or Formula"),
43     NC_("RID_STR_TYPE_CONST", "Function"),
44     NC_("RID_STR_TYPE_CONST", "Counter"),
45     NC_("RID_STR_TYPE_CONST", "User defined Function"),
46     nullptr
49 const char* RID_STR_BOOL[] =
51     NC_("RID_STR_BOOL", "No"),
52     NC_("RID_STR_BOOL", "Yes"),
53     nullptr
56 const char* RID_STR_KEEPTOGETHER_CONST[] =
58     NC_("RID_STR_KEEPTOGETHER_CONST", "No"),
59     NC_("RID_STR_KEEPTOGETHER_CONST", "Whole Group"),
60     NC_("RID_STR_KEEPTOGETHER_CONST", "With First Detail"),
61     nullptr
64 const char* RID_STR_VERTICAL_ALIGN_CONST[] =
66     NC_("RID_STR_VERTICAL_ALIGN_CONST", "Top"),
67     NC_("RID_STR_VERTICAL_ALIGN_CONST", "Middle"),
68     NC_("RID_STR_VERTICAL_ALIGN_CONST", "Bottom"),
69     nullptr
72 const char* RID_STR_PARAADJUST_CONST[] =
74     NC_("RID_STR_PARAADJUST_CONST", "Left"),
75     NC_("RID_STR_PARAADJUST_CONST", "Right"),
76     NC_("RID_STR_PARAADJUST_CONST", "Block"),
77     NC_("RID_STR_PARAADJUST_CONST", "Center"),
78     nullptr
81 #endif
83 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */