180fe9c7bSAndrew Rist/**************************************************************
2*cf3a4808Smseidel *
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
10*cf3a4808Smseidel *
1180fe9c7bSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*cf3a4808Smseidel *
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.
19*cf3a4808Smseidel *
2080fe9c7bSAndrew Rist *************************************************************/
2180fe9c7bSAndrew Rist
2280fe9c7bSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef EXTENSIONS_PROPRESID_HRC
25cdf0e10cSrcweir#include "propresid.hrc"
26cdf0e10cSrcweir#endif
27cdf0e10cSrcweir#include "formresid.hrc"
28cdf0e10cSrcweir
29cdf0e10cSrcweirString RID_STR_STANDARD
30cdf0e10cSrcweir{
31cdf0e10cSrcweir	Text [ en-US ] = "Default" ;
32cdf0e10cSrcweir};
33cdf0e10cSrcweirString RID_STR_PROPPAGE_DEFAULT
34cdf0e10cSrcweir{
35cdf0e10cSrcweir	Text [ en-US ] = "General" ;
36cdf0e10cSrcweir};
37cdf0e10cSrcweirString RID_STR_PROPPAGE_DATA
38cdf0e10cSrcweir{
39cdf0e10cSrcweir	Text [ en-US ] = "Data" ;
40cdf0e10cSrcweir};
41cdf0e10cSrcweirResource RID_RSC_ENUM_YESNO
42cdf0e10cSrcweir{
43*cf3a4808Smseidel	String 1
44*cf3a4808Smseidel	{
45*cf3a4808Smseidel		Text [ en-US ] = "No" ;
46*cf3a4808Smseidel	};
47*cf3a4808Smseidel	String 2
48*cf3a4808Smseidel	{
49*cf3a4808Smseidel		Text [ en-US ] = "Yes" ;
50*cf3a4808Smseidel	};
51cdf0e10cSrcweir};
52cdf0e10cSrcweirString RID_STR_HELP_SECTION_LABEL
53cdf0e10cSrcweir{
54*cf3a4808Smseidel	Text [ en-US ] = "Help" ;
55cdf0e10cSrcweir};
56cdf0e10cSrcweirString RID_EMBED_IMAGE_PLACEHOLDER
57cdf0e10cSrcweir{
58*cf3a4808Smseidel	Text [ en-US ] = "<Embedded-Image>" ;
59cdf0e10cSrcweir};
60cdf0e10cSrcweir
61cdf0e10cSrcweirString RID_STR_TEXT_FORMAT
62cdf0e10cSrcweir{
63*cf3a4808Smseidel	Text [ en-US ] = "Text" ;
64cdf0e10cSrcweir};
65*cf3a4808Smseidel
66*cf3a4808Smseidel// ******************************************************************* EOF
67