bump product version to 5.0.4.1
[LibreOffice.git] / extensions / source / propctrlr / pcrmiscres.src
blobf94d2d0144804dbaea0977f6273ffaee8db97a7b
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 "formresid.hrc"
21 #include "formlocalid.hrc"
23 String RID_STR_CONFIRM_DELETE_DATA_TYPE
25     Text [ en-US ] = "Do you want to delete the data type '#type#' from the model?\n"
26              "Please note that this will affect all controls which are bound to this data type.";
29 Resource RID_RSC_BUTTON_IMAGES
31     Image IMG_PLUS
32     {
33         ImageBitmap = Bitmap{ file = "buttonplus.png"; };
34     };
35     Image IMG_MINUS
36     {
37         ImageBitmap = Bitmap{ file = "buttonminus.png"; };
38     };
41 #define IMAGE_IDS \
42     IdList = \
43     { \
44         RID_SVXIMG_CONTROL; \
45         RID_SVXIMG_BUTTON; \
46         RID_SVXIMG_RADIOBUTTON; \
47         RID_SVXIMG_CHECKBOX; \
48         RID_SVXIMG_FIXEDTEXT; \
49         RID_SVXIMG_GROUPBOX; \
50         RID_SVXIMG_EDIT; \
51         RID_SVXIMG_LISTBOX; \
52         RID_SVXIMG_COMBOBOX; \
53         RID_SVXIMG_GRID; \
54         RID_SVXIMG_IMAGEBUTTON; \
55         RID_SVXIMG_FILECONTROL; \
56         RID_SVXIMG_DATEFIELD; \
57         RID_SVXIMG_TIMEFIELD; \
58         RID_SVXIMG_NUMERICFIELD; \
59         RID_SVXIMG_CURRENCYFIELD; \
60         RID_SVXIMG_PATTERNFIELD; \
61         RID_SVXIMG_IMAGECONTROL; \
62         RID_SVXIMG_HIDDEN; \
63         RID_SVXIMG_FORMATTEDFIELD; \
64         RID_SVXIMG_FILTER; \
65         RID_SVXIMG_FORMS; \
66         RID_SVXIMG_FORM; \
67         RID_SVXIMG_COLLAPSEDNODE; \
68         RID_SVXIMG_EXPANDEDNODE; \
69         RID_SVXIMG_SCROLLBAR; \
70         RID_SVXIMG_SPINBUTTON; \
71         RID_SVXIMG_NAVIGATIONBAR; \
72     }; \
73     IdCount = 29
75 ImageList RID_IL_FORMEXPLORER
77     Prefix = "sx";
78     MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
79     IMAGE_IDS;
82 String RID_STR_PROPTITLE_PUSHBUTTON
84     Text [ en-US ] = "Button" ;
86 String RID_STR_PROPTITLE_RADIOBUTTON
88     Text [ en-US ] = "Option Button" ;
90 String RID_STR_PROPTITLE_CHECKBOX
92     Text [ en-US ] = "Check Box" ;
94 String RID_STR_PROPTITLE_FIXEDTEXT
96     Text [ en-US ] = "Label Field" ;
98 String RID_STR_PROPTITLE_GROUPBOX
100     Text [ en-US ] = "Group Box" ;
102 String RID_STR_PROPTITLE_EDIT
104     Text [ en-US ] = "Text Box" ;
106 String RID_STR_PROPTITLE_FORMATTED
108     Text [ en-US ] = "Formatted Field";
110 String RID_STR_PROPTITLE_LISTBOX
112     Text [ en-US ] = "List Box" ;
114 String RID_STR_PROPTITLE_COMBOBOX
116     Text [ en-US ] = "Combo Box" ;
118 String RID_STR_PROPTITLE_IMAGEBUTTON
120     Text [ en-US ] = "Image Button" ;
122 String RID_STR_PROPTITLE_HIDDENCONTROL
124     Text [ en-US ] = "Hidden Control" ;
126 String RID_STR_PROPTITLE_UNKNOWNCONTROL
128     Text [ en-US ] = "Control (unknown type)" ;
130 String RID_STR_PROPTITLE_IMAGECONTROL
132     Text [ en-US ] = "Image Control" ;
134 String RID_STR_PROPTITLE_FILECONTROL
136     Text [ en-US ] = "File Selection" ;
138 String RID_STR_PROPTITLE_DATEFIELD
140     Text [ en-US ] = "Date Field" ;
142 String RID_STR_PROPTITLE_TIMEFIELD
144     Text [ en-US ] = "Time Field" ;
146 String RID_STR_PROPTITLE_NUMERICFIELD
148     Text [ en-US ] = "Numeric Field" ;
150 String RID_STR_PROPTITLE_CURRENCYFIELD
152     Text [ en-US ] = "Currency Field" ;
154 String RID_STR_PROPTITLE_PATTERNFIELD
156     Text [ en-US ] = "Pattern Field" ;
158 String RID_STR_PROPTITLE_DBGRID
160     Text [ en-US ] = "Table Control " ;
163 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */