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
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{
41*cf3a4808Smseidel	String 1
42*cf3a4808Smseidel	{
43*cf3a4808Smseidel		Text [ en-US ] = "No" ;
44*cf3a4808Smseidel	};
45*cf3a4808Smseidel	String 2
46*cf3a4808Smseidel	{
47*cf3a4808Smseidel		Text [ en-US ] = "Yes" ;
48*cf3a4808Smseidel	};
49cdf0e10cSrcweir};
50cdf0e10cSrcweirString RID_STR_HELP_SECTION_LABEL
51cdf0e10cSrcweir{
52*cf3a4808Smseidel	Text [ en-US ] = "Help" ;
53cdf0e10cSrcweir};
54cdf0e10cSrcweirString RID_EMBED_IMAGE_PLACEHOLDER
55cdf0e10cSrcweir{
56*cf3a4808Smseidel	Text [ en-US ] = "<Embedded-Image>" ;
57cdf0e10cSrcweir};
58cdf0e10cSrcweir
59cdf0e10cSrcweirString RID_STR_TEXT_FORMAT
60cdf0e10cSrcweir{
61*cf3a4808Smseidel	Text [ en-US ] = "Text" ;
62cdf0e10cSrcweir};
63*cf3a4808Smseidel
64*cf3a4808Smseidel// ******************************************************************* EOF
65