bump product version to 4.1.6.2
[LibreOffice.git] / sw / source / ui / fldui / fldref.src
blob6dd8dea98e90075db6e3485509091e147c4df87b
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 "fldtdlg.hrc"
22 #include "helpid.h"
23 TabPage TP_FLD_REF
25     HelpID = HID_FLD_REF ;
26     SVLook = TRUE ;
27     Hide = TRUE ;
28     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
29     FixedText FT_REFTYPE
30     {
31         Pos = MAP_APPFONT ( 6 , 3 ) ;
32         Size = MAP_APPFONT ( 76 , 8 ) ;
33         Text [ en-US ] = "~Type" ;
34         Left = TRUE ;
35     };
36     ListBox LB_REFTYPE
37     {
38         HelpID = "sw:ListBox:TP_FLD_REF:LB_REFTYPE";
39         Border = TRUE ;
40         Pos = MAP_APPFONT ( 6 , 14 ) ;
41         Size = MAP_APPFONT ( 76 , 165 ) ;
42         TabStop = TRUE ;
43         AutoHScroll = TRUE ;
44     };
45     FixedText FT_REFSELECTION
46     {
47         Pos = MAP_APPFONT ( 88 , 3 ) ;
48         Size = MAP_APPFONT ( 76 , 8 ) ;
49         Text [ en-US ] = "S~election" ;
50         Left = TRUE ;
51     };
52     ListBox LB_REFSELECTION
53     {
54         HelpID = "sw:ListBox:TP_FLD_REF:LB_REFSELECTION";
55         Border = TRUE ;
56         Pos = MAP_APPFONT ( 88 , 14 ) ;
57         Size = MAP_APPFONT ( 166 , 73 ) ;
58         TabStop = TRUE ;
59         Sort = TRUE ;
60     };
61     /* TreeListBox in order to have tool tips - shares window position and size with LB_REFSELECTION */
62     Control LB_REFSELECTION_TOOLTIP
63     {
64         HelpID = HID_REFSELECTION_TOOLTIP ;
65         Border = TRUE ;
66         Pos = MAP_APPFONT ( 88 , 14 ) ;
67         Size = MAP_APPFONT ( 166 , 73 ) ;
68         TabStop = TRUE ;
69     };
70     FixedText FT_REFFORMAT
71     {
72         Pos = MAP_APPFONT ( 88 , 93 ) ;
73         Size = MAP_APPFONT ( 76 , 8 ) ;
74         Left = TRUE ;
75         Text [ en-US ] = "Insert ~reference to" ;
76     };
77     ListBox LB_REFFORMAT
78     {
79         HelpID = "sw:ListBox:TP_FLD_REF:LB_REFFORMAT";
80         Border = TRUE ;
81         Pos = MAP_APPFONT ( 88 , 104 ) ;
82         Size = MAP_APPFONT ( 76 , 75 ) ;
83         TabStop = TRUE ;
84         DropDown = FALSE ;
85          // Sort = TRUE;
86     };
87     FixedText FT_REFNAME
88     {
89         Pos = MAP_APPFONT ( 170 , 93 ) ;
90         Size = MAP_APPFONT ( 84 , 10 ) ;
91         Left = TRUE ;
92         Text [ en-US ] = "Na~me" ;
93     };
94     Edit ED_REFNAME
95     {
96         HelpID = "sw:Edit:TP_FLD_REF:ED_REFNAME";
97         Border = TRUE ;
98         Pos = MAP_APPFONT ( 170 , 104 ) ;
99         Size = MAP_APPFONT ( 84 , 12 ) ;
100         TabStop = TRUE ;
101         Left = TRUE ;
102     };
103     FixedText FT_REFVALUE
104     {
105         Pos = MAP_APPFONT ( 170 , 122 ) ;
106         Size = MAP_APPFONT ( 84 , 8 ) ;
107         Text [ en-US ] = "~Value" ;
108         Disable = TRUE ;
109         Left = TRUE ;
110     };
111     Edit ED_REFVALUE
112     {
113         HelpID = "sw:Edit:TP_FLD_REF:ED_REFVALUE";
114         Border = TRUE ;
115         Pos = MAP_APPFONT ( 170 , 136 ) ;
116         Size = MAP_APPFONT ( 84 , 12 ) ;
117         TabStop = TRUE ;
118         Disable = TRUE ;
119         Left = TRUE ;
120     };
121     String STR_REFBOOKMARK
122     {
123         Text [ en-US ] = "Bookmarks" ;
124     };
125     String STR_REFFOOTNOTE
126     {
127         Text [ en-US ] = "Footnotes" ;
128     };
129     String STR_REFENDNOTE
130     {
131         Text [ en-US ] = "Endnotes" ;
132     };
133     String STR_REFHEADING
134     {
135         Text [ en-US ] = "Headings" ;
136     };
137     String STR_REFNUMITEM
138     {
139         Text [ en-US ] = "Numbered Paragraphs" ;
140     };
141     Text [ en-US ] = "Cross-references" ;
144 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */