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