xref: /AOO41X/main/reportdesign/source/core/resource/strings.src (revision dc9009912e13d9f4f499ebbfede8dd140d0c240f)
1*dc900991SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*dc900991SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*dc900991SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*dc900991SAndrew Rist * distributed with this work for additional information
6*dc900991SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*dc900991SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*dc900991SAndrew Rist * "License"); you may not use this file except in compliance
9*dc900991SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11*dc900991SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13*dc900991SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*dc900991SAndrew Rist * software distributed under the License is distributed on an
15*dc900991SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*dc900991SAndrew Rist * KIND, either express or implied.  See the License for the
17*dc900991SAndrew Rist * specific language governing permissions and limitations
18*dc900991SAndrew Rist * under the License.
19cdf0e10cSrcweir *
20*dc900991SAndrew Rist *************************************************************/
21*dc900991SAndrew Rist
22*dc900991SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "core_resource.hrc"
25cdf0e10cSrcweir
26cdf0e10cSrcweirString RID_STR_DETAIL
27cdf0e10cSrcweir{
28cdf0e10cSrcweir	Text [ en-US ] = "Detail";
29cdf0e10cSrcweir};
30cdf0e10cSrcweirString RID_STR_PAGE_HEADER
31cdf0e10cSrcweir{
32cdf0e10cSrcweir	Text [ en-US ] = "Page Header";
33cdf0e10cSrcweir};
34cdf0e10cSrcweirString RID_STR_PAGE_FOOTER
35cdf0e10cSrcweir{
36cdf0e10cSrcweir	Text [ en-US ] = "Page Footer";
37cdf0e10cSrcweir};
38cdf0e10cSrcweirString RID_STR_GROUP_HEADER
39cdf0e10cSrcweir{
40cdf0e10cSrcweir	Text [ en-US ] = "Group Header";
41cdf0e10cSrcweir};
42cdf0e10cSrcweirString RID_STR_GROUP_FOOTER
43cdf0e10cSrcweir{
44cdf0e10cSrcweir	Text [ en-US ] = "Group Footer";
45cdf0e10cSrcweir};
46cdf0e10cSrcweirString RID_STR_REPORT_HEADER
47cdf0e10cSrcweir{
48cdf0e10cSrcweir	Text [ en-US ] = "Report Header";
49cdf0e10cSrcweir};
50cdf0e10cSrcweirString RID_STR_REPORT_FOOTER
51cdf0e10cSrcweir{
52cdf0e10cSrcweir	Text [ en-US ] = "Report Footer";
53cdf0e10cSrcweir};
54cdf0e10cSrcweir
55cdf0e10cSrcweirString RID_STR_PROPERTY_CHANGE_NOT_ALLOWED
56cdf0e10cSrcweir{
57cdf0e10cSrcweir	Text [ en-US ] = "The name '#1' already exists and can not be asssigned again.";
58cdf0e10cSrcweir};
59cdf0e10cSrcweir
60cdf0e10cSrcweirString RID_STR_ERROR_WRONG_ARGUMENT
61cdf0e10cSrcweir{
62cdf0e10cSrcweir	Text [ en-US ] = "You tried to set an illegal argument. Please have a look at '#1' for valid arguments.";
63cdf0e10cSrcweir};
64cdf0e10cSrcweirString RID_STR_ARGUMENT_IS_NULL
65cdf0e10cSrcweir{
66cdf0e10cSrcweir	Text [ en-US ] = "The element is invalid.";
67cdf0e10cSrcweir};
68cdf0e10cSrcweirString RID_STR_FIXEDTEXT
69cdf0e10cSrcweir{
70cdf0e10cSrcweir	Text [ en-US ] = "Label field" ;
71cdf0e10cSrcweir};
72cdf0e10cSrcweirString RID_STR_FORMATTEDFIELD
73cdf0e10cSrcweir{
74cdf0e10cSrcweir	Text [ en-US ] = "Formatted field";
75cdf0e10cSrcweir};
76cdf0e10cSrcweirString RID_STR_IMAGECONTROL
77cdf0e10cSrcweir{
78cdf0e10cSrcweir	Text [ en-US ] = "Image control" ;
79cdf0e10cSrcweir};
80cdf0e10cSrcweirString RID_STR_REPORT
81cdf0e10cSrcweir{
82cdf0e10cSrcweir	Text [ en-US ] = "Report";
83cdf0e10cSrcweir};
84cdf0e10cSrcweirString RID_STR_SHAPE
85cdf0e10cSrcweir{
86cdf0e10cSrcweir	Text [ en-US ] = "Shape";
87cdf0e10cSrcweir};
88cdf0e10cSrcweirString RID_STR_FIXEDLINE
89cdf0e10cSrcweir{
90cdf0e10cSrcweir	Text [ en-US ] = "Fixed line";
91cdf0e10cSrcweir};
92