bump product version to 4.1.6.2
[LibreOffice.git] / sw / source / ui / fldui / flddinf.src
blob98bd9d532d3485277294b03b74ddb5f162542877
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_DOKINF
25     HelpID = HID_FLD_DOKINF ;
26     SVLook = TRUE ;
27     Hide = TRUE ;
28     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
29     FixedText FT_DOKINFTYPE
30     {
31         Pos = MAP_APPFONT ( 6 , 3 ) ;
32         Size = MAP_APPFONT ( 76 , 8 ) ;
33         Text [ en-US ] = "~Type" ;
34         Left = TRUE ;
35     };
36     Control TLB_DOKINFTYPE
37     {
38         Border = TRUE ;
39         Pos = MAP_APPFONT ( 6 , 16 ) ;
40         Size = MAP_APPFONT ( 76 , 163 ) ;
41         TabStop = TRUE ;
42     };
43     FixedText FT_DOKINFSELECTION
44     {
45         Pos = MAP_APPFONT ( 88 , 3 ) ;
46         Size = MAP_APPFONT ( 76 , 8 ) ;
47         Text [ en-US ] = "S~elect" ;
48         Left = TRUE ;
49     };
50     ListBox LB_DOKINFSELECTION
51     {
52         HelpID = "sw:ListBox:TP_FLD_DOKINF:LB_DOKINFSELECTION";
53         Border = TRUE ;
54         Pos = MAP_APPFONT ( 88 , 16 ) ;
55         Size = MAP_APPFONT ( 76 , 163 ) ;
56         TabStop = TRUE ;
57         StringList [ en-US ] =
58         {
59             < "Author" ; > ;
60             < "Time" ; > ;
61             < "Date" ; > ;
62             < "Date Time Author" ; > ;
63         };
64     };
65     FixedText FT_DOKINFFORMAT
66     {
67         Pos = MAP_APPFONT ( 170 , 3 ) ;
68         Size = MAP_APPFONT ( 84 , 8 ) ;
69         Left = TRUE ;
70         Text [ en-US ] = "F~ormat" ;
71     };
72     ListBox LB_DOKINFFORMAT
73     {
74         HelpID = "sw:ListBox:TP_FLD_DOKINF:LB_DOKINFFORMAT";
75         Border = TRUE ;
76         Pos = MAP_APPFONT ( 170 , 16 ) ;
77         Size = MAP_APPFONT ( 84 , 148 ) ;
78         TabStop = TRUE ;
79         AutoHScroll = TRUE ;
80     };
81     CheckBox CB_DOKINFFIXEDCONTENT
82     {
83         HelpID = "sw:CheckBox:TP_FLD_DOKINF:CB_DOKINFFIXEDCONTENT";
84         Pos = MAP_APPFONT ( 170 , 170 ) ;
85         Size = MAP_APPFONT ( 72 , 10 ) ;
86         TabStop = TRUE ;
87         Text [ en-US ] = "~Fixed content" ;
88     };
89     Bitmap BMP_DOKINFROOT_OPENED
90     {
91         File = "plus.bmp" ;
92     };
93     Bitmap BMP_DOKINFROOT_CLOSED
94     {
95         File = "minus.bmp" ;
96     };
97     String STR_DOKINF_INFO
98     {
99         Text [ en-US ] = "Info" ;
100     };
101     Text [ en-US ] = "DocInformation" ;
104 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */