update dev300-m58
[ooovba.git] / sw / source / ui / fldui / fldtdlg.src
blob880e08d416367b611e311e2149eb3ff97b79d78f
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: fldtdlg.src,v $
10  * $Revision: 1.27 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "globals.hrc"
32 #include "fldui.hrc"
33 #include "fldtdlg.hrc"
34 #include "helpid.h"
35 TabDialog DLG_FLD_INSERT
37     OutputSize = TRUE ;
38     SVLook = TRUE ;
39     Moveable = TRUE ;
40     Closeable = TRUE ;
41     TabControl 1
42     {
43         OutputSize = TRUE ;
44         PageList =
45         {
46             PageItem
47             {
48                 Identifier = TP_FLD_DOK ;
49                 PageResID = TP_FLD_DOK ;
50                 Text [ en-US ] = "Document" ;
51             };
52             PageItem
53             {
54                 Identifier = TP_FLD_REF ;
55                 PageResID = TP_FLD_REF ;
56                 Text [ en-US ] = "Cross-references" ;
57             };
58             PageItem
59             {
60                 Identifier = TP_FLD_FUNC ;
61                 PageResID = TP_FLD_FUNC ;
62                 Text [ en-US ] = "Functions" ;
63             };
64             PageItem
65             {
66                 Identifier = TP_FLD_DOKINF ;
67                 PageResID = TP_FLD_DOKINF ;
68                 Text [ en-US ] = "DocInformation" ;
69             };
70             PageItem
71             {
72                 Identifier = TP_FLD_VAR ;
73                 PageResID = TP_FLD_VAR ;
74                 Text [ en-US ] = "Variables" ;
75             };
76             PageItem
77             {
78                 Identifier = TP_FLD_DB ;
79                 PageResID = TP_FLD_DB ;
80                 Text [ en-US ] = "Database" ;
81             };
82         };
83     };
84     String STR_FLD_INSERT
85     {
86         Text [ en-US ] = "~Insert" ;
87     };
88     String STR_FLD_CLOSE
89     {
90         Text [ en-US ] = "~Close" ;
91     };
92     Text [ en-US ] = "Fields" ;