update credits
[LibreOffice.git] / sw / source / ui / web / web.src
blob4d9b402c9c7f06d2054860fdcee04ea4877577a4
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include <svx/svxids.hrc>
21 #include "globals.hrc"
22 #include "cmdid.h"
23 #include "web.hrc"
24 #include "helpid.h"
25 #include "cfgid.h"
27 String STR_HUMAN_SWWEBDOC_NAME
29     Text [ en-US ] = "HTML" ;
31 String STR_WRITER_WEBDOC_FULLTYPE_40
33     Text [ en-US ] = "%PRODUCTNAME 4.0 HTML" ;
35 String STR_WRITER_WEBDOC_FULLTYPE_50
37     Text [ en-US ] = "%PRODUCTNAME 5.0 HTML" ;
39 String STR_WRITER_WEBDOC_FULLTYPE
41     Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION HTML Document";
43 String STR_SHELLNAME_WEBTEXT
45     Text [ en-US ] = "Text/Web" ;
47 String STR_SHELLNAME_WEBFRAME
49     Text [ en-US ] = "Frame/Web" ;
51 String RID_WEBTOOLS_TOOLBOX
53     Text [ en-US ] = "Main Toolbar/Web" ;
56 // Text bar
58 String RID_WEBTEXT_TOOLBOX
60     Text [ en-US ] = "Text Object Bar/Web" ;
62 String RID_WEBFRAME_TOOLBOX
64     Text [ en-US ] = "Frame Object Bar/Web" ;
66 String RID_WEBGRAPHIC_TOOLBOX
68     Text [ en-US ] = "Graphics Object Bar/Web" ;
70 String RID_WEBOLE_TOOLBOX
72     Text [ en-US ] = "Object/Web" ;
75 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */