xref: /aoo4110/main/sw/source/ui/web/web.src (revision b1cdbd2c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include <svx/svxids.hrc>
25#include "globals.hrc"
26#include "cmdid.h"
27#include "web.hrc"
28#include "helpid.h"
29#include "cfgid.h"
30
31String STR_HUMAN_SWWEBDOC_NAME
32{
33	Text [ en-US ] = "HTML" ;
34};
35String STR_WRITER_WEBDOC_FULLTYPE_40
36{
37	Text [ en-US ] = "%PRODUCTNAME 4.0 HTML" ;
38};
39String STR_WRITER_WEBDOC_FULLTYPE_50
40{
41	Text [ en-US ] = "%PRODUCTNAME 5.0 HTML" ;
42};
43String STR_WRITER_WEBDOC_FULLTYPE
44{
45    Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION HTML Document";
46};
47String STR_SHELLNAME_WEBTEXT
48{
49	Text [ en-US ] = "Text/Web" ;
50};
51String STR_SHELLNAME_WEBFRAME
52{
53	Text [ en-US ] = "Frame/Web" ;
54};
55String RID_WEBTOOLS_TOOLBOX
56{
57	Text [ en-US ] = "Main Toolbar/Web" ;
58};
59/*************************************************************************
60	Textleiste
61*************************************************************************/
62String RID_WEBTEXT_TOOLBOX
63{
64	Text [ en-US ] = "Text Object Bar/Web" ;
65};
66String RID_WEBFRAME_TOOLBOX
67{
68	Text [ en-US ] = "Frame Object Bar/Web" ;
69};
70String RID_WEBGRAPHIC_TOOLBOX
71{
72	Text [ en-US ] = "Graphics Object Bar/Web" ;
73};
74String RID_WEBOLE_TOOLBOX
75{
76    Text [ en-US ] = "Object/Web" ;
77};
78
79
80