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