xref: /trunk/main/extensions/source/propctrlr/propres.src (revision 7fde2df7ec131080dc2f379e776a528edf608fdf)
180fe9c7bSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
380fe9c7bSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
480fe9c7bSAndrew Rist * or more contributor license agreements.  See the NOTICE file
580fe9c7bSAndrew Rist * distributed with this work for additional information
680fe9c7bSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
780fe9c7bSAndrew Rist * to you under the Apache License, Version 2.0 (the
880fe9c7bSAndrew Rist * "License"); you may not use this file except in compliance
980fe9c7bSAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
1180fe9c7bSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
1380fe9c7bSAndrew Rist * Unless required by applicable law or agreed to in writing,
1480fe9c7bSAndrew Rist * software distributed under the License is distributed on an
1580fe9c7bSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1680fe9c7bSAndrew Rist * KIND, either express or implied.  See the License for the
1780fe9c7bSAndrew Rist * specific language governing permissions and limitations
1880fe9c7bSAndrew Rist * under the License.
19cdf0e10cSrcweir *
2080fe9c7bSAndrew Rist *************************************************************/
2180fe9c7bSAndrew Rist
22cdf0e10cSrcweir#ifndef EXTENSIONS_PROPRESID_HRC
23cdf0e10cSrcweir#include "propresid.hrc"
24cdf0e10cSrcweir#endif
25cdf0e10cSrcweir#include "formresid.hrc"
26cdf0e10cSrcweir
27cdf0e10cSrcweirString RID_STR_STANDARD
28cdf0e10cSrcweir{
29cdf0e10cSrcweir    Text [ en-US ] = "Default" ;
30cdf0e10cSrcweir};
31cdf0e10cSrcweirString RID_STR_PROPPAGE_DEFAULT
32cdf0e10cSrcweir{
33cdf0e10cSrcweir    Text [ en-US ] = "General" ;
34cdf0e10cSrcweir};
35cdf0e10cSrcweirString RID_STR_PROPPAGE_DATA
36cdf0e10cSrcweir{
37cdf0e10cSrcweir    Text [ en-US ] = "Data" ;
38cdf0e10cSrcweir};
39cdf0e10cSrcweirResource RID_RSC_ENUM_YESNO
40cdf0e10cSrcweir{
41cdf0e10cSrcweir    String 1
42cdf0e10cSrcweir    {
43cdf0e10cSrcweir        Text [ en-US ] = "No" ;
44cdf0e10cSrcweir    };
45cdf0e10cSrcweir    String 2
46cdf0e10cSrcweir    {
47cdf0e10cSrcweir        Text [ en-US ] = "Yes" ;
48cdf0e10cSrcweir    };
49cdf0e10cSrcweir};
50cdf0e10cSrcweirString RID_STR_HELP_SECTION_LABEL
51cdf0e10cSrcweir{
52cdf0e10cSrcweir    Text [ en-US ] = "Help" ;
53cdf0e10cSrcweir};
54cdf0e10cSrcweirString RID_EMBED_IMAGE_PLACEHOLDER
55cdf0e10cSrcweir{
56cdf0e10cSrcweir    Text [ en-US ] = "<Embedded-Image>" ;
57cdf0e10cSrcweir};
58cdf0e10cSrcweir
59cdf0e10cSrcweirString RID_STR_TEXT_FORMAT
60cdf0e10cSrcweir{
61cdf0e10cSrcweir    Text [ en-US ] = "Text" ;
62cdf0e10cSrcweir};
63*383ed5e2Smseidel
64*383ed5e2Smseidel// ******************************************************************* EOF
65