xref: /trunk/main/reportdesign/source/ui/inspection/inspection.src (revision 1ecadb572e7010ff3b3382ad9bf179dbc6efadbb)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27#include "RptResId.hrc"
28#include "rptui_slotid.hrc"
29#ifndef _GLOBLMN_HRC
30#include <svx/globlmn.hrc>
31#endif
32#ifndef _SBASLTID_HRC
33#include <svx/svxids.hrc>
34#endif
35
36String RID_STR_PROPPAGE_DEFAULT
37{
38    Text [ en-US ] = "General" ;
39    Text [ x-comment ] = " ";
40};
41String RID_STR_PROPPAGE_DATA
42{
43    Text [ en-US ] = "Data" ;
44    Text [ x-comment ] = " ";
45};
46Resource RID_STR_BOOL
47{
48    String 1
49    {
50        Text [ en-US ] = "No" ;
51    };
52    String 2
53    {
54        Text [ en-US ] = "Yes" ;
55    };
56};
57String RID_STR_FORCENEWPAGE
58{
59    Text [ en-US ] = "Force New Page" ;
60};
61Resource RID_STR_FORCENEWPAGE_CONST
62{
63    String 1
64    {
65        Text [ en-US ] = "None" ;
66    };
67    String 2
68    {
69        Text [ en-US ] = "Before Section" ;
70    };
71    String 3
72    {
73        Text [ en-US ] = "After Section" ;
74    };
75    String 4
76    {
77        Text [ en-US ] = "Before & After Section" ;
78    };
79};
80String RID_STR_NEWROWORCOL
81{
82    Text [ en-US ] = "New Row Or Column" ;
83};
84String RID_STR_KEEPTOGETHER
85{
86    Text [ en-US ] = "Keep Together" ;
87};
88Resource RID_STR_KEEPTOGETHER_CONST
89{
90    String 1
91    {
92        Text [ en-US ] = "No" ;
93    };
94    String 2
95    {
96        Text [ en-US ] = "Whole Group" ;
97    };
98    String 3
99    {
100        Text [ en-US ] = "With First Detail" ;
101    };
102};
103String RID_STR_CANGROW
104{
105    Text [ en-US ] = "Can Grow" ;
106};
107String RID_STR_CANSHRINK
108{
109    Text [ en-US ] = "Can Shrink" ;
110};
111String RID_STR_REPEATSECTION
112{
113    Text [ en-US ] = "Repeat Section" ;
114};
115String RID_STR_PRINTREPEATEDVALUES
116{
117    Text [ en-US ] = "Print repeated values" ;
118};
119String RID_STR_CONDITIONALPRINTEXPRESSION
120{
121    Text [ en-US ] = "Conditional Print Expression" ;
122};
123String RID_STR_STARTNEWCOLUMN
124{
125    Text [ en-US ] = "Start new column" ;
126};
127String RID_STR_STARTNEWPAGE
128{
129    Text [ en-US ] = "Start new page" ;
130};
131String RID_STR_RESETPAGENUMBER
132{
133    Text [ en-US ] = "Reset page number" ;
134};
135String RID_STR_CHARTTYPE
136{
137    Text [ en-US ] = "Chart type" ;
138};
139String RID_STR_PRINTWHENGROUPCHANGE
140{
141    Text [ en-US ] = "Print When Group Change" ;
142};
143String RID_STR_VISIBLE
144{
145    Text [ en-US ] = "Visible" ;
146};
147String RID_STR_GROUPKEEPTOGETHER
148{
149    Text [ en-US ] = "Group keep together" ;
150};
151Resource RID_STR_GROUPKEEPTOGETHER_CONST
152{
153    String 1
154    {
155        Text [ en-US ] = "Per Page" ;
156    };
157    String 2
158    {
159        Text [ en-US ] = "Per Column" ;
160    };
161};
162Resource RID_STR_SECTIONPAGEBREAK_CONST
163{
164    String 1
165    {
166        Text [ en-US ] = "None" ;
167    };
168    String 2
169    {
170        Text [ en-US ] = "Section" ;
171    };
172    String 3
173    {
174        Text [ en-US ] = "Automatic" ;
175    };
176};
177String RID_STR_PAGEHEADEROPTION
178{
179    Text [ en-US ] = "Page header" ;
180};
181String RID_STR_PAGEFOOTEROPTION
182{
183    Text [ en-US ] = "Page footer" ;
184};
185Resource RID_STR_REPORTPRINTOPTION_CONST
186{
187    String 1
188    {
189        Text [ en-US ] = "All Pages" ;
190    };
191    String 2
192    {
193        Text [ en-US ] = "Not With Report Header" ;
194    };
195    String 3
196    {
197        Text [ en-US ] = "Not With Report Footer" ;
198    };
199    String 4
200    {
201        Text [ en-US ] = "Not With Report Header/Footer" ;
202    };
203};
204String RID_STR_DEEPTRAVERSING
205{
206    Text [ en-US ] = "Deep traversing" ;
207};
208String RID_STR_PREEVALUATED
209{
210    Text [ en-US ] = "Pre evaluation" ;
211};
212String RID_STR_POSITIONX
213{
214    Text [ en-US ] = "Position X";
215};
216String RID_STR_POSITIONY
217{
218    Text [ en-US ] = "Position Y";
219};
220String RID_STR_WIDTH
221{
222    Text [ en-US ] = "Width";
223};
224String RID_STR_HEIGHT
225{
226    Text [ en-US ] = "Height";
227};
228String RID_STR_INITIALFORMULA
229{
230    Text [ en-US ] = "Initial value" ;
231};
232String RID_STR_PRESERVEIRI
233{
234    Text [ en-US ] = "Preserve as Link" ;
235};
236String RID_STR_FORMULA
237{
238    Text [ en-US ] = "Formula" ;
239};
240String RID_STR_DATAFIELD
241{
242    Text [ en-US ] = "Data field" ;
243};
244String RID_STR_FONT
245{
246    Text [ en-US ] = "Font" ;
247};
248String RID_STR_BACKCOLOR
249{
250    Text [ en-US ] = "Background color";
251};
252String RID_STR_BACKTRANSPARENT
253{
254    Text [ en-US ] = "Background Transparent";
255};
256String RID_STR_CONTROLBACKGROUNDTRANSPARENT
257{
258    Text [ en-US ] = "Background Transparent";
259};
260String RID_STR_OVERLAP_OTHER_CONTROL
261{
262    Text [ en-US ] = "This operation is not allowed. The control overlaps with another one.";
263};
264String RID_STR_ILLEGAL_POSITION
265{
266    Text [ en-US ] = "This position can not be set. It is invalid.";
267};
268String RID_STR_SCOPE_GROUP
269{
270    Text [ en-US ] = "Group: %1";
271};
272String RID_STR_FORMULALIST
273{
274    Text [ en-US ] = "Function";
275};
276String RID_STR_SCOPE
277{
278    Text [ en-US ] = "Scope";
279};
280String RID_STR_TYPE
281{
282    Text [ en-US ] = "Data Field Type";
283};
284Resource RID_STR_TYPE_CONST
285{
286    String 1
287    {
288        Text [ en-US ] = "Field or Formula";
289    };
290    String 2
291    {
292        Text [ en-US ] = "Function";
293    };
294    String 3
295    {
296        Text [ en-US ] = "Counter";
297    };
298    String 4
299    {
300        Text [ en-US ] = "User defined Function";
301    };
302};
303String RID_STR_MASTERFIELDS
304{
305    Text [ en-US ] = "Link master fields" ;
306};
307String RID_STR_DETAILFIELDS
308{
309    Text [ en-US ] = "Link slave fields" ;
310};
311String RID_STR_EXPLANATION
312{
313    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.";
314};
315String RID_STR_DETAILLABEL
316{
317    Text [ en-US ] = "Chart" ;
318};
319String RID_STR_MASTERLABEL
320{
321    Text [ en-US ] = "Report" ;
322};
323
324String RID_STR_PREVIEW_COUNT
325{
326    Text [ en-US ] = "Preview Row(s)" ;
327};
328String RID_STR_AREA
329{
330    Text [ en-US ] = "Area" ;
331};
332String RID_STR_MIMETYPE
333{
334    Text [ en-US ] = "Report Output Format" ;
335};
336String RID_STR_VERTICALALIGN
337{
338    Text [ en-US ] = "Vert. Alignment" ;
339};
340Resource RID_STR_VERTICAL_ALIGN_CONST
341{
342    String 1
343    {
344        Text [ en-US ] = "Top";
345    };
346    String 2
347    {
348        Text [ en-US ] = "Middle";
349    };
350    String 3
351    {
352        Text [ en-US ] = "Bottom";
353    };
354};
355String RID_STR_PARAADJUST
356{
357    Text [ en-US ] = "Horz. Alignment" ;
358};
359Resource RID_STR_PARAADJUST_CONST
360{
361    String 1
362    {
363        Text [ en-US ] = "Left";
364    };
365    String 2
366    {
367        Text [ en-US ] = "Right";
368    };
369    String 3
370    {
371        Text [ en-US ] = "Block";
372    };
373    String 4
374    {
375        Text [ en-US ] = "Center";
376    };
377};
378String RID_STR_F_COUNTER
379{
380    Text [ en-US ] = "Counter" ;
381};
382String RID_STR_F_ACCUMULATION
383{
384    Text [ en-US ] = "Accumulation" ;
385};
386String RID_STR_F_MINIMUM
387{
388    Text [ en-US ] = "Minimum" ;
389};
390String RID_STR_F_MAXIMUM
391{
392    Text [ en-US ] = "Maximum" ;
393};
394
395