xref: /aoo41x/main/sw/source/ui/web/web.src (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include <svx/svxids.hrc>
29#include "globals.hrc"
30#include "cmdid.h"
31#include "web.hrc"
32#include "helpid.h"
33#include "cfgid.h"
34
35String STR_HUMAN_SWWEBDOC_NAME
36{
37	Text [ en-US ] = "HTML" ;
38};
39String STR_WRITER_WEBDOC_FULLTYPE_40
40{
41	Text [ en-US ] = "%PRODUCTNAME 4.0 HTML" ;
42};
43String STR_WRITER_WEBDOC_FULLTYPE_50
44{
45	Text [ en-US ] = "%PRODUCTNAME 5.0 HTML" ;
46};
47String STR_WRITER_WEBDOC_FULLTYPE
48{
49    Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION HTML Document";
50};
51String STR_SHELLNAME_WEBTEXT
52{
53	Text [ en-US ] = "Text/Web" ;
54};
55String STR_SHELLNAME_WEBFRAME
56{
57	Text [ en-US ] = "Frame/Web" ;
58};
59String RID_WEBTOOLS_TOOLBOX
60{
61	Text [ en-US ] = "Main Toolbar/Web" ;
62};
63/*************************************************************************
64	Textleiste
65*************************************************************************/
66String RID_WEBTEXT_TOOLBOX
67{
68	Text [ en-US ] = "Text Object Bar/Web" ;
69};
70String RID_WEBFRAME_TOOLBOX
71{
72	Text [ en-US ] = "Frame Object Bar/Web" ;
73};
74String RID_WEBGRAPHIC_TOOLBOX
75{
76	Text [ en-US ] = "Graphics Object Bar/Web" ;
77};
78String RID_WEBOLE_TOOLBOX
79{
80    Text [ en-US ] = "Object/Web" ;
81};
82
83
84