summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inspection/inspection.src
blob: 45bf522d2464b86e344d84e8e8a076ff4f89f1d7 (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
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
/*************************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * Copyright 2000, 2010 Oracle and/or its affiliates.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * This file is part of OpenOffice.org.
 *
 * OpenOffice.org is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License version 3
 * only, as published by the Free Software Foundation.
 *
 * OpenOffice.org is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License version 3 for more details
 * (a copy is included in the LICENSE file that accompanied this code).
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3 along with OpenOffice.org.  If not, see
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************/
#include "RptResId.hrc"
#include "rptui_slotid.hrc"
#include <svx/globlmn.hrc>
#include <svx/svxids.hrc>

String RID_STR_PROPPAGE_DEFAULT
{
    Text [ en-US ] = "General" ;
};
String RID_STR_PROPPAGE_DATA
{
    Text [ en-US ] = "Data" ;
};
Resource RID_STR_BOOL
{
    String 1
    {
        Text [ en-US ] = "No" ;
    };
    String 2
    {
        Text [ en-US ] = "Yes" ;
    };
};
String RID_STR_FORCENEWPAGE
{
    Text [ en-US ] = "Force New Page" ;
};
Resource RID_STR_FORCENEWPAGE_CONST
{
    String 1
    {
        Text [ en-US ] = "None" ;
    };
    String 2
    {
        Text [ en-US ] = "Before Section" ;
    };
    String 3
    {
        Text [ en-US ] = "After Section" ;
    };
    String 4
    {
        Text [ en-US ] = "Before & After Section" ;
    };
};
String RID_STR_NEWROWORCOL
{
    Text [ en-US ] = "New Row Or Column" ;
};
String RID_STR_KEEPTOGETHER
{
    Text [ en-US ] = "Keep Together" ;
};
Resource RID_STR_KEEPTOGETHER_CONST
{
    String 1
    {
        Text [ en-US ] = "No" ;
    };
    String 2
    {
        Text [ en-US ] = "Whole Group" ;
    };
    String 3
    {
        Text [ en-US ] = "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 When Group Change" ;
};
String RID_STR_VISIBLE
{
    Text [ en-US ] = "Visible" ;
};
String RID_STR_GROUPKEEPTOGETHER
{
    Text [ en-US ] = "Group keep together" ;
};
Resource RID_STR_GROUPKEEPTOGETHER_CONST
{
    String 1
    {
        Text [ en-US ] = "Per Page" ;
    };
    String 2
    {
        Text [ en-US ] = "Per Column" ;
    };
};
Resource RID_STR_SECTIONPAGEBREAK_CONST
{
    String 1
    {
        Text [ en-US ] = "None" ;
    };
    String 2
    {
        Text [ en-US ] = "Section" ;
    };
    String 3
    {
        Text [ en-US ] = "Automatic" ;
    };
};
String RID_STR_PAGEHEADEROPTION
{
    Text [ en-US ] = "Page header" ;
};
String RID_STR_PAGEFOOTEROPTION
{
    Text [ en-US ] = "Page footer" ;
};
Resource RID_STR_REPORTPRINTOPTION_CONST
{
    String 1
    {
        Text [ en-US ] = "All Pages" ;
    };
    String 2
    {
        Text [ en-US ] = "Not With Report Header" ;
    };
    String 3
    {
        Text [ en-US ] = "Not With Report Footer" ;
    };
    String 4
    {
        Text [ en-US ] = "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";
};
Resource RID_STR_TYPE_CONST
{
    String 1
    {
        Text [ en-US ] = "Field or Formula";
    };
    String 2
    {
        Text [ en-US ] = "Function";
    };
    String 3
    {
        Text [ en-US ] = "Counter";
    };
    String 4
    {
        Text [ en-US ] = "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" ;
};
Resource RID_STR_VERTICAL_ALIGN_CONST
{
    String 1
    {
        Text [ en-US ] = "Top";
    };
    String 2
    {
        Text [ en-US ] = "Middle";
    };
    String 3
    {
        Text [ en-US ] = "Bottom";
    };
};
String RID_STR_PARAADJUST
{
    Text [ en-US ] = "Horz. Alignment" ;
};
Resource RID_STR_PARAADJUST_CONST
{
    String 1
    {
        Text [ en-US ] = "Left";
    };
    String 2
    {
        Text [ en-US ] = "Right";
    };
    String 3
    {
        Text [ en-US ] = "Block";
    };
    String 4
    {
        Text [ en-US ] = "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" ;
};