update dev300-m58
[ooovba.git] / fpicker / source / office / iodlg.src
blob91538d1490801c35a0fde8402cd2e5d107866743
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: iodlg.src,v $
10  * $Revision: 1.9 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31  // includes ******************************************************************
32 #include "svtools/svtools.hrc"
33 #include "svtools/helpid.hrc"
34 #include "iodlg.hrc"
36 #define FILEPICKER_IL_IDLIST \
37     IdList = \
38     { \
39         IMG_FILEDLG_BTN_UP; \
40         IMG_FILEDLG_BTN_STD; \
41         IMG_FILEDLG_CREATEFOLDER; \
42     }; \
43     IdCount = \
44     { \
45         3; \
46     };
48 #define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };
50  // image lists ***************************************************************
52 ImageList RID_FILEPICKER_IMAGES
54     Prefix = "fp";
55     MASKCOLOR
56     FILEPICKER_IL_IDLIST
59 ImageList RID_FILEPICKER_IMAGES_HC
61     Prefix = "fph";
62     MASKCOLOR
63     FILEPICKER_IL_IDLIST
66  // dialogs *******************************************************************
68 ModalDialog DLG_SVT_EXPLORERFILE
70     OutputSize = TRUE ;
71     SVLook = TRUE ;
72     Moveable = TRUE ;
73     Closeable = TRUE ;
74     Sizeable = TRUE;
75     HelpId = HID_EXPLORERDLG_FILE ;
76     Size = MAP_APPFONT ( 280 , 174 ) ;
77     FixedText FT_EXPLORERFILE_CURRENTPATH
78     {
79         Pos = MAP_APPFONT ( 6 , 6 ) ;
80         Size = MAP_APPFONT ( 100 , 10 ) ;
81         NoLabel = TRUE ;
82     };
83     ImageButton BTN_EXPLORERFILE_NEWFOLDER
84     {
85         TabStop = FALSE ;
86         Pos = MAP_APPFONT ( 59 , 6 ) ;
87         QuickHelpText [ en-US ] = "Create New Directory" ;
88     };
89     ImageButton BTN_EXPLORERFILE_LISTVIEW
90     {
91         TabStop = FALSE ;
92         Pos = MAP_APPFONT ( 109 , 6 ) ;
93         ButtonImage = Image
94         {
95             ImageBitmap = Bitmap
96             {
97                 File = "list.bmp" ;
98             };
99             MASKCOLOR
100         };
101         QuickHelpText [ en-US ] = "List";
102     };
103     ImageButton BTN_EXPLORERFILE_DETAILSVIEW
104     {
105         TabStop = FALSE ;
106         Pos = MAP_APPFONT ( 109 , 6 ) ;
107         ButtonImage = Image
108         {
109             ImageBitmap = Bitmap
110             {
111                 File = "sc06356.bmp" ;
112             };
113             MASKCOLOR
114         };
115         QuickHelpText [ en-US ] = "Details";
116     };
117     MenuButton BTN_EXPLORERFILE_UP
118     {
119         TabStop = FALSE ;
120         Pos = MAP_APPFONT ( 109 , 6 ) ;
121         QuickHelpText [ en-US ] = "Up One Level" ;
122     };
124     MenuButton BTN_EXPLORERFILE_STANDARD
125     {
126         TabStop = FALSE ;
127         Pos = MAP_APPFONT ( 59 , 6 ) ;
128         QuickHelpText [ en-US ] = "Default Directory" ;
129     };
130     Control CTL_EXPLORERFILE_FILELIST
131     {
132         TabStop = TRUE ;
133         Pos = MAP_APPFONT ( 6 , 26 ) ;
134         Size = MAP_APPFONT ( 268 , 85 ) ;
135         Border = TRUE ;
136     };
137     FixedText FT_EXPLORERFILE_FILENAME
138     {
139         Pos = MAP_APPFONT ( 6 , 118 ) ;
140         Size = MAP_APPFONT ( 50 , 10 ) ;
141         Text [ en-US ] = "File ~name:" ;
142     };
143     Edit ED_EXPLORERFILE_FILENAME
144     {
145         Pos = MAP_APPFONT ( 59 , 117 ) ;
146         Size = MAP_APPFONT ( 159 , 12 ) ;
147         Border = TRUE ;
148     };
149     FixedText FT_EXPLORERFILE_SHARED_LISTBOX
150     {
151         Pos = MAP_APPFONT ( 6 , 133 ) ;
152         Size = MAP_APPFONT ( 50 , 10 ) ;
153         // Note: this control does not have a text. The text is filled at runtime from the STR_SVT_FILEPICKER_VERSION,
154         // STR_SVT_FILEPICKER_TEMPLATES, or STR_SVT_FILEPICKER_IMAGE_TEMPLATE resource
155     };
156     ListBox LB_EXPLORERFILE_SHARED_LISTBOX
157     {
158         Pos = MAP_APPFONT ( 59 , 132 ) ;
159         Size = MAP_APPFONT ( 159 , 40 ) ;
160         DropDown = TRUE ;
161         AutoSize = TRUE ;
162         AutoHScroll = TRUE ;
163     };
164     FixedText FT_EXPLORERFILE_FILETYPE
165     {
166         Pos = MAP_APPFONT ( 6 , 148 ) ;
167         Size = MAP_APPFONT ( 50 , 10 ) ;
168         Text [ en-US ] = "File ~type:" ;
169     };
170     ListBox LB_EXPLORERFILE_FILETYPE
171     {
172         Pos = MAP_APPFONT ( 59 , 147 ) ;
173         Size = MAP_APPFONT ( 159 , 80 ) ;
174         DropDown = TRUE ;
175         AutoSize = TRUE ;
176         AutoHScroll = TRUE ;
177         Sort = FALSE ;
178     };
179     CheckBox CB_EXPLORERFILE_READONLY
180     {
181         Size = MAP_APPFONT ( 80 , 10 ) ;
182         Text [ en-US ] = "~Read-only" ;
183     };
184     CheckBox CB_EXPLORERFILE_PASSWORD
185     {
186         Size = MAP_APPFONT ( 100, 10 ) ;
187         Text [ en-US ] = "Save with password" ;
188     };
189     CheckBox CB_AUTO_EXTENSION
190     {
191         Size = MAP_APPFONT ( 160 , 10 ) ;
192         Text [ en-US ] = "~Automatic file name extension" ;
193     };
194     CheckBox CB_OPTIONS
195     {
196         Size = MAP_APPFONT ( 120 , 10 ) ;
197         Text [ en-US ] = "Edit ~filter settings";
198     };
199     PushButton BTN_EXPLORERFILE_OPEN
200     {
201         Pos = MAP_APPFONT ( 224 , 117 ) ;
202         Size = MAP_APPFONT ( 50 , 14 ) ;
203         DefButton = TRUE ;
204         Text [ en-US ] = "~Open" ;
205     };
206     CancelButton BTN_EXPLORERFILE_CANCEL
207     {
208         Pos = MAP_APPFONT ( 224 , 134 ) ;
209         Size = MAP_APPFONT ( 50 , 14 ) ;
210     };
211     HelpButton BTN_EXPLORERFILE_HELP
212     {
213         Pos = MAP_APPFONT ( 224 , 151 ) ;
214         Size = MAP_APPFONT ( 50 , 14 ) ;
215     };
216     String STR_EXPLORERFILE_OPEN
217     {
218         Text [ en-US ] = "Open" ;
219     };
220     String STR_EXPLORERFILE_SAVE
221     {
222         Text [ en-US ] = "Save as" ;
223     };
224     String STR_EXPLORERFILE_BUTTONSAVE
225     {
226         Text [ en-US ] = "~Save" ;
227     };
228     String STR_PATHNAME
229     {
230         Text [ en-US ] = "~Path:" ;
231     };
232     String STR_PATHSELECT
233     {
234         Text [ en-US ] = "Select path" ;
235     };
236     String STR_BUTTONSELECT
237     {
238         Text [ en-US ] = "~Select";
239     };
240     String STR_ACTUALVERSION
241     {
242         Text [ en-US ] = "Current version";
243     };
246 // QueryFolderNameDialog ----------------------------------------------------------
247 ModalDialog DLG_SVT_QUERYFOLDERNAME
249     Border = TRUE ;
250     Moveable = TRUE ;
251     OutputSize = TRUE ;
252     SVLook = TRUE ;
253     Text = "Ordner" ;
254     Size = MAP_APPFONT ( 218 , 45 ) ;
255     FixedText FT_SVT_QUERYFOLDERNAME_DLG_NAME
256     {
257         Pos = MAP_APPFONT ( 12 , 14 ) ;
258         Size = MAP_APPFONT ( 138 , 10 ) ;
259         Text [ en-US ] = "Na~me" ;
260     };
261     Edit ED_SVT_QUERYFOLDERNAME_DLG_NAME
262     {
263         Pos = MAP_APPFONT ( 12 , 27 ) ;
264         Size = MAP_APPFONT ( 138 , 12 ) ;
265         Border = TRUE ;
266         Left = TRUE ;
267     };
268     FixedLine FL_SVT_QUERYFOLDERNAME_DLG_NAME
269     {
270         Group = TRUE ;
271         Pos = MAP_APPFONT ( 6 , 3 ) ;
272         Size = MAP_APPFONT ( 150 , 8 ) ;
273         Text [ en-US ] = "Create new folder" ;
274     };
275     OKButton BT_SVT_QUERYFOLDERNAME_DLG_OK
276     {
277         Pos = MAP_APPFONT ( 162 , 6 ) ;
278         Size = MAP_APPFONT ( 50 , 14 ) ;
279         DefButton = TRUE ;
280     };
281     CancelButton BT_SVT_QUERYFOLDERNAME_DLG_CANCEL
282     {
283         Pos = MAP_APPFONT ( 162 , 23 ) ;
284         Size = MAP_APPFONT ( 50 , 14 ) ;
285     };
288 // strings *******************************************************************
290 String RID_FILEOPEN_INVALIDFOLDER
292     Text [ en-US ] = "$name$ does not exist.";
295 String RID_FILEOPEN_NOTEXISTENTFILE
297     Text [ en-US ] = "The file $name$ does not exist.\nMake sure you have entered the correct file name.";
300 String STR_FILTERNAME_ALL
302     Text [ en-US ] = "All files (*.*)" ;
305 String STR_SVT_ALREADYEXISTOVERWRITE
307     Text [ en-US ] = "The file already exists. Overwrite?" ;
310 String STR_SVT_NEW_FOLDER
312     Text [ en-US ] = "Folder" ;
315 String STR_SVT_NOREMOVABLEDEVICE
317     Text [ en-US ] = "No removable storage device detected.\nMake sure it is plugged in properly and try again." ;
320 //******************************************************************** EOF