summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inspection/inspection.src
blob: 7720b82aa8169e6a427289bf46607249f4fb5dad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */
#include "RptResId.hrc"
#include "rptui_slotid.hrc"
#include <svx/svxids.hrc>

String RID_STR_PROPPAGE_DEFAULT
{
    Text [ en-US ] = "General" ;
};

String RID_STR_PROPPAGE_DATA
{
    Text [ en-US ] = "Data" ;
};

StringArray RID_STR_BOOL
{
    ItemList [ en-US ] =
    {
        < "No" ; >;
        < "Yes" ; >;
    };
};

String RID_STR_FORCENEWPAGE
{
    Text [ en-US ] = "Force New Page" ;
};

StringArray RID_STR_FORCENEWPAGE_CONST
{
    ItemList [ en-US ] =
    {
        < "None" ; >;
        < "Before Section" ; >;
        < "After Section" ; >;
        < "Before & After Section" ; >;
    };
};

String RID_STR_NEWROWORCOL
{
    Text [ en-US ] = "New Row Or Column" ;
};

String RID_STR_KEEPTOGETHER
{
    Text [ en-US ] = "Keep Together" ;
};

StringArray RID_STR_KEEPTOGETHER_CONST
{
    ItemList [ en-US ] =
    {
        < "No" ; >;
        < "Whole Group" ; >;
        < "With First Detail" ; >;
    };
};
String RID_STR_CANGROW
{
    Text [ en-US ] = "Can Grow" ;
};
String RID_STR_CANSHRINK
{
    Text [ en-US ] = "Can Shrink" ;
};
String RID_STR_REPEATSECTION
{
    Text [ en-US ] = "Repeat Section" ;
};
String RID_STR_PRINTREPEATEDVALUES
{
    Text [ en-US ] = "Print repeated values" ;
};
String RID_STR_CONDITIONALPRINTEXPRESSION
{
    Text [ en-US ] = "Conditional Print Expression" ;
};
String RID_STR_STARTNEWCOLUMN
{
    Text [ en-US ] = "Start new column" ;
};
String RID_STR_STARTNEWPAGE
{
    Text [ en-US ] = "Start new page" ;
};
String RID_STR_RESETPAGENUMBER
{
    Text [ en-US ] = "Reset page number" ;
};
String RID_STR_CHARTTYPE
{
    Text [ en-US ] = "Chart type" ;
};
String RID_STR_PRINTWHENGROUPCHANGE
{
    Text [ en-US ] = "Print repeated value on group change" ;
};
String RID_STR_VISIBLE
{
    Text [ en-US ] = "Visible" ;
};
String RID_STR_GROUPKEEPTOGETHER
{
    Text [ en-US ] = "Group keep together" ;
};

StringArray RID_STR_GROUPKEEPTOGETHER_CONST
{
    ItemList [ en-US ] =
    {
        < "Per Page" ; >;
        < "Per Column" ; >;
    };
};

StringArray RID_STR_SECTIONPAGEBREAK_CONST
{
    ItemList [ en-US ] =
    {
        < "None" ; >;
        < "Section" ; >;
        < "Automatic" ; >;
    };
};

String RID_STR_PAGEHEADEROPTION
{
    Text [ en-US ] = "Page header" ;
};

String RID_STR_PAGEFOOTEROPTION
{
    Text [ en-US ] = "Page footer" ;
};

StringArray RID_STR_REPORTPRINTOPTION_CONST
{
    ItemList [ en-US ] =
    {
        < "All Pages" ; >;
        < "Not With Report Header" ; >;
        < "Not With Report Footer" ; >;
        < "Not With Report Header/Footer" ; >;
    };
};
String RID_STR_DEEPTRAVERSING
{
    Text [ en-US ] = "Deep traversing" ;
};
String RID_STR_PREEVALUATED
{
    Text [ en-US ] = "Pre evaluation" ;
};
String RID_STR_POSITIONX
{
    Text [ en-US ] = "Position X";
};
String RID_STR_POSITIONY
{
    Text [ en-US ] = "Position Y";
};
String RID_STR_WIDTH
{
    Text [ en-US ] = "Width";
};
String RID_STR_HEIGHT
{
    Text [ en-US ] = "Height";
};
String RID_STR_INITIALFORMULA
{
    Text [ en-US ] = "Initial value" ;
};
String RID_STR_PRESERVEIRI
{
    Text [ en-US ] = "Preserve as Link" ;
};
String RID_STR_FORMULA
{
    Text [ en-US ] = "Formula" ;
};
String RID_STR_DATAFIELD
{
    Text [ en-US ] = "Data field" ;
};
String RID_STR_FONT
{
    Text [ en-US ] = "Font" ;
};
String RID_STR_BACKCOLOR
{
    Text [ en-US ] = "Background color";
};
String RID_STR_BACKTRANSPARENT
{
    Text [ en-US ] = "Background Transparent";
};
String RID_STR_CONTROLBACKGROUNDTRANSPARENT
{
    Text [ en-US ] = "Background Transparent";
};
String RID_STR_OVERLAP_OTHER_CONTROL
{
    Text [ en-US ] = "This operation is not allowed. The control overlaps with another one.";
};
String RID_STR_ILLEGAL_POSITION
{
    Text [ en-US ] = "This position can not be set. It is invalid.";
};
String RID_STR_SCOPE_GROUP
{
    Text [ en-US ] = "Group: %1";
};
String RID_STR_FORMULALIST
{
    Text [ en-US ] = "Function";
};
String RID_STR_SCOPE
{
    Text [ en-US ] = "Scope";
};
String RID_STR_TYPE
{
    Text [ en-US ] = "Data Field Type";
};

StringArray RID_STR_TYPE_CONST
{
    ItemList [ en-US ] =
    {
        < "Field or Formula"; >;
        < "Function"; >;
        < "Counter"; >;
        < "User defined Function"; >;
    };
};

String RID_STR_MASTERFIELDS
{
    Text [ en-US ] = "Link master fields" ;
};

String RID_STR_DETAILFIELDS
{
    Text [ en-US ] = "Link slave fields" ;
};

String RID_STR_EXPLANATION
{
    Text [ en-US ] = "Charts can be used to display detailed data about the current record of the report. To do this, you can specify which columns in the chart match which columns in the report.";
};

String RID_STR_DETAILLABEL
{
    Text [ en-US ] = "Chart" ;
};

String RID_STR_MASTERLABEL
{
    Text [ en-US ] = "Report" ;
};

String RID_STR_PREVIEW_COUNT
{
    Text [ en-US ] = "Preview Row(s)" ;
};

String RID_STR_AREA
{
    Text [ en-US ] = "Area" ;
};

String RID_STR_MIMETYPE
{
    Text [ en-US ] = "Report Output Format" ;
};

String RID_STR_VERTICALALIGN
{
    Text [ en-US ] = "Vert. Alignment" ;
};

StringArray RID_STR_VERTICAL_ALIGN_CONST
{
    ItemList [ en-US ] =
    {
        < "Top"; >;
        < "Middle"; >;
        < "Bottom"; >;
    };
};

String RID_STR_PARAADJUST
{
    Text [ en-US ] = "Horz. Alignment" ;
};

StringArray RID_STR_PARAADJUST_CONST
{
    ItemList [ en-US ] =
    {
        < "Left"; >;
        < "Right"; >;
        < "Block"; >;
        < "Center"; >;
    };
};

String RID_STR_F_COUNTER
{
    Text [ en-US ] = "Counter" ;
};

String RID_STR_F_ACCUMULATION
{
    Text [ en-US ] = "Accumulation" ;
};

String RID_STR_F_MINIMUM
{
    Text [ en-US ] = "Minimum" ;
};

String RID_STR_F_MAXIMUM
{
    Text [ en-US ] = "Maximum" ;
};

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */