xref: /trunk/main/reportdesign/source/core/resource/strings.src (revision 31d35622ee258902b338f9bfdfb2a2ed84b7bb6c)
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#include "core_resource.hrc"
23
24String RID_STR_DETAIL
25{
26    Text [ en-US ] = "Detail" ;
27};
28String RID_STR_PAGE_HEADER
29{
30    Text [ en-US ] = "Page Header" ;
31};
32String RID_STR_PAGE_FOOTER
33{
34    Text [ en-US ] = "Page Footer" ;
35};
36String RID_STR_GROUP_HEADER
37{
38    Text [ en-US ] = "Group Header" ;
39};
40String RID_STR_GROUP_FOOTER
41{
42    Text [ en-US ] = "Group Footer" ;
43};
44String RID_STR_REPORT_HEADER
45{
46    Text [ en-US ] = "Report Header" ;
47};
48String RID_STR_REPORT_FOOTER
49{
50    Text [ en-US ] = "Report Footer" ;
51};
52
53String RID_STR_PROPERTY_CHANGE_NOT_ALLOWED
54{
55    Text [ en-US ] = "The name '#1' already exists and can not be asssigned again." ;
56};
57
58String RID_STR_ERROR_WRONG_ARGUMENT
59{
60    Text [ en-US ] = "You tried to set an illegal argument. Please have a look at '#1' for valid arguments." ;
61};
62String RID_STR_ARGUMENT_IS_NULL
63{
64    Text [ en-US ] = "The element is invalid." ;
65};
66String RID_STR_FIXEDTEXT
67{
68    Text [ en-US ] = "Label field" ;
69};
70String RID_STR_FORMATTEDFIELD
71{
72    Text [ en-US ] = "Formatted field" ;
73};
74String RID_STR_IMAGECONTROL
75{
76    Text [ en-US ] = "Image control" ;
77};
78String RID_STR_REPORT
79{
80    Text [ en-US ] = "Report" ;
81};
82String RID_STR_SHAPE
83{
84    Text [ en-US ] = "Shape" ;
85};
86String RID_STR_FIXEDLINE
87{
88    Text [ en-US ] = "Fixed line" ;
89};
90
91// ********************************************************************** EOF
92