1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #include "globals.hrc"
22 #include "fldtdlg.hrc"
24 TabDialog DLG_FLD_INSERT
37 Identifier = TP_FLD_DOK ;
38 PageResID = TP_FLD_DOK ;
39 Text [ en-US ] = "Document" ;
43 Identifier = TP_FLD_REF ;
44 PageResID = TP_FLD_REF ;
45 Text [ en-US ] = "Cross-references" ;
49 Identifier = TP_FLD_FUNC ;
50 PageResID = TP_FLD_FUNC ;
51 Text [ en-US ] = "Functions" ;
55 Identifier = TP_FLD_DOKINF ;
56 PageResID = TP_FLD_DOKINF ;
57 Text [ en-US ] = "DocInformation" ;
61 Identifier = TP_FLD_VAR ;
62 PageResID = TP_FLD_VAR ;
63 Text [ en-US ] = "Variables" ;
67 Identifier = TP_FLD_DB ;
68 PageResID = TP_FLD_DB ;
69 Text [ en-US ] = "Database" ;
75 Text [ en-US ] = "~Insert" ;
79 Text [ en-US ] = "~Close" ;
81 Text [ en-US ] = "Fields" ;
84 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */