bump product version to 4.1.6.2
[LibreOffice.git] / sw / source / ui / fldui / fldtdlg.src
bloba5a28b96421dc473c175664e06bb0797e017e596
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 "globals.hrc"
21 #include "fldui.hrc"
22 #include "fldtdlg.hrc"
23 #include "helpid.h"
24 TabDialog DLG_FLD_INSERT
26     OutputSize = TRUE ;
27     SVLook = TRUE ;
28     Moveable = TRUE ;
29     Closeable = TRUE ;
30     TabControl 1
31     {
32         OutputSize = TRUE ;
33         PageList =
34         {
35             PageItem
36             {
37                 Identifier = TP_FLD_DOK ;
38                 PageResID = TP_FLD_DOK ;
39                 Text [ en-US ] = "Document" ;
40             };
41             PageItem
42             {
43                 Identifier = TP_FLD_REF ;
44                 PageResID = TP_FLD_REF ;
45                 Text [ en-US ] = "Cross-references" ;
46             };
47             PageItem
48             {
49                 Identifier = TP_FLD_FUNC ;
50                 PageResID = TP_FLD_FUNC ;
51                 Text [ en-US ] = "Functions" ;
52             };
53             PageItem
54             {
55                 Identifier = TP_FLD_DOKINF ;
56                 PageResID = TP_FLD_DOKINF ;
57                 Text [ en-US ] = "DocInformation" ;
58             };
59             PageItem
60             {
61                 Identifier = TP_FLD_VAR ;
62                 PageResID = TP_FLD_VAR ;
63                 Text [ en-US ] = "Variables" ;
64             };
65             PageItem
66             {
67                 Identifier = TP_FLD_DB ;
68                 PageResID = TP_FLD_DB ;
69                 Text [ en-US ] = "Database" ;
70             };
71         };
72     };
73     String STR_FLD_INSERT
74     {
75         Text [ en-US ] = "~Insert" ;
76     };
77     String STR_FLD_CLOSE
78     {
79         Text [ en-US ] = "~Close" ;
80     };
81     Text [ en-US ] = "Fields" ;
84 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */