summaryrefslogtreecommitdiff
path: root/fpicker/source/office/iodlg.src
blob: 819694a53dbffa0730b12323c8fd246f85c0a213 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
/*************************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * Copyright 2000, 2010 Oracle and/or its affiliates.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * This file is part of OpenOffice.org.
 *
 * OpenOffice.org is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License version 3
 * only, as published by the Free Software Foundation.
 *
 * OpenOffice.org is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License version 3 for more details
 * (a copy is included in the LICENSE file that accompanied this code).
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3 along with OpenOffice.org.  If not, see
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************/

 // includes ******************************************************************
#include "svtools/svtools.hrc"
#include "svtools/helpid.hrc"
#include "iodlg.hrc"

#define FILEPICKER_IL_IDLIST \
    IdList = \
    { \
        IMG_FILEDLG_BTN_UP; \
        IMG_FILEDLG_BTN_STD; \
        IMG_FILEDLG_CREATEFOLDER; \
    }; \
    IdCount = \
    { \
        3; \
    };

#define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };

 // image lists ***************************************************************

ImageList RID_FILEPICKER_IMAGES
{
    Prefix = "fp";
    MASKCOLOR
    FILEPICKER_IL_IDLIST
};

 // dialogs *******************************************************************

ModalDialog DLG_SVT_EXPLORERFILE
{
    OutputSize = TRUE ;
    SVLook = TRUE ;
    Moveable = TRUE ;
    Closeable = TRUE ;
    Sizeable = TRUE;
    HelpId = HID_EXPLORERDLG_FILE ;
    Size = MAP_APPFONT ( 280 , 174 ) ;
    Edit ED_EXPLORERFILE_CURRENTPATH
    {
        Pos = MAP_APPFONT ( 6 , 6 ) ;
        Size = MAP_APPFONT ( 90 , 14 ) ;
        Border = TRUE ;
    };
    ImageButton BTN_EXPLORERFILE_NEWFOLDER
    {
        HelpID = "fpicker:ImageButton:DLG_SVT_EXPLORERFILE:BTN_EXPLORERFILE_NEWFOLDER";
        TabStop = FALSE ;
        Pos = MAP_APPFONT ( 59 , 6 ) ;
        QuickHelpText [ en-US ] = "Create New Directory" ;
    };
    MenuButton BTN_EXPLORERFILE_UP
    {
        HelpID = "fpicker:MenuButton:DLG_SVT_EXPLORERFILE:BTN_EXPLORERFILE_UP";
        TabStop = FALSE ;
        Pos = MAP_APPFONT ( 109 , 6 ) ;
        QuickHelpText [ en-US ] = "Up One Level" ;
    };

    MenuButton BTN_EXPLORERFILE_STANDARD
    {
        HelpID = "fpicker:MenuButton:DLG_SVT_EXPLORERFILE:BTN_EXPLORERFILE_STANDARD";
        TabStop = FALSE ;
        Pos = MAP_APPFONT ( 59 , 6 ) ;
        QuickHelpText [ en-US ] = "Default Directory" ;
    };
    ListBox LB_EXPLORERFILE_PLACES_LISTBOX
    {
        HelpID = "fpicker:ListBox:DLG_SVT_EXPLORERFILE:LB_EXPLORERFILE_PLACES_LISTBOX";
        Pos = MAP_APPFONT ( 6 , 26 ) ;
        Size = MAP_APPFONT ( 50 , 75 ) ;
        DropDown = FALSE ;
        AutoSize = FALSE ;
        AutoHScroll = TRUE ;
        Border = TRUE ;
    };
    PushButton BTN_EXPLORERFILE_CONNECT_TO_SERVER
    {
        HelpID = "fpicker:PushButton:DLG_SVT_EXPLORERFILE:BTN_EXPLORERFILE_CONNECT_TO_SERVER";
        Pos = MAP_APPFONT ( 94 , 6 ) ;
        Size = MAP_APPFONT ( 15 , 10 ) ;
        Text [ en-US ] = "..." ;
        QuickHelpText [ en-US ] = "Connect To Server" ;
    };
    PushButton BTN_EXPLORERFILE_ADD_PLACE
    {
      HelpID = "fpicker:PushButton:DLG_SVT_EXPLORERFILE:BTN_EXPLORERFILE_ADD_PLACE";
      Pos = MAP_APPFONT ( 6 , 101 ) ;
      Size = MAP_APPFONT ( 10 , 10 ) ;
      Text [ en-US ] = "+" ;
      QuickHelpText [ en-US ] = "Bookmark This Place" ;
    };
    PushButton BTN_EXPLORERFILE_REMOVE_PLACE
    {
      HelpID = "fpicker:PushButton:DLG_SVT_EXPLORERFILE:BTN_EXPLORERFILE_REMOVE_PLACE";
      Pos = MAP_APPFONT ( 19 , 101 ) ;
      Size = MAP_APPFONT ( 10 , 10 ) ;
      Text [ en-US ] = "-" ;
      QuickHelpText [ en-US ] = "Remove Selected Bookmark" ;
    };
    Control CTL_EXPLORERFILE_FILELIST
    {
        TabStop = TRUE ;
        Pos = MAP_APPFONT ( 59 , 26 ) ;
        Size = MAP_APPFONT ( 215 , 85 ) ;
        Border = TRUE ;
    };
    FixedText FT_EXPLORERFILE_FILENAME
    {
        Pos = MAP_APPFONT ( 6 , 118 ) ;
        Size = MAP_APPFONT ( 50 , 10 ) ;
        Text [ en-US ] = "File ~name:" ;
    };
    Edit ED_EXPLORERFILE_FILENAME
    {
        HelpID = "fpicker:Edit:DLG_SVT_EXPLORERFILE:ED_EXPLORERFILE_FILENAME";
        Pos = MAP_APPFONT ( 59 , 117 ) ;
        Size = MAP_APPFONT ( 159 , 12 ) ;
        Border = TRUE ;
    };
    FixedText FT_EXPLORERFILE_SHARED_LISTBOX
    {
        Pos = MAP_APPFONT ( 6 , 133 ) ;
        Size = MAP_APPFONT ( 50 , 10 ) ;
        // Note: this control does not have a text. The text is filled at runtime from the STR_SVT_FILEPICKER_VERSION,
        // STR_SVT_FILEPICKER_TEMPLATES, or STR_SVT_FILEPICKER_IMAGE_TEMPLATE resource
    };
    ListBox LB_EXPLORERFILE_SHARED_LISTBOX
    {
        HelpID = "fpicker:ListBox:DLG_SVT_EXPLORERFILE:LB_EXPLORERFILE_SHARED_LISTBOX";
        Pos = MAP_APPFONT ( 59 , 132 ) ;
        Size = MAP_APPFONT ( 159 , 40 ) ;
        DropDown = TRUE ;
        AutoSize = TRUE ;
        AutoHScroll = TRUE ;
    };
    FixedText FT_EXPLORERFILE_FILETYPE
    {
        Pos = MAP_APPFONT ( 6 , 148 ) ;
        Size = MAP_APPFONT ( 50 , 10 ) ;
        Text [ en-US ] = "File ~type:" ;
    };
    ListBox LB_EXPLORERFILE_FILETYPE
    {
        HelpID = "fpicker:ListBox:DLG_SVT_EXPLORERFILE:LB_EXPLORERFILE_FILETYPE";
        Pos = MAP_APPFONT ( 59 , 147 ) ;
        Size = MAP_APPFONT ( 159 , 80 ) ;
        DropDown = TRUE ;
        AutoSize = TRUE ;
        AutoHScroll = TRUE ;
        Sort = FALSE ;
    };
    CheckBox CB_EXPLORERFILE_READONLY
    {
        HelpID = "fpicker:CheckBox:DLG_SVT_EXPLORERFILE:CB_EXPLORERFILE_READONLY";
        Size = MAP_APPFONT ( 80 , 10 ) ;
        Text [ en-US ] = "~Read-only" ;
    };
    CheckBox CB_EXPLORERFILE_PASSWORD
    {
        HelpID = "fpicker:CheckBox:DLG_SVT_EXPLORERFILE:CB_EXPLORERFILE_PASSWORD";
        Size = MAP_APPFONT ( 100, 10 ) ;
        Text [ en-US ] = "Save with password" ;
    };
    CheckBox CB_AUTO_EXTENSION
    {
        HelpID = "fpicker:CheckBox:DLG_SVT_EXPLORERFILE:CB_AUTO_EXTENSION";
        Size = MAP_APPFONT ( 160 , 10 ) ;
        Text [ en-US ] = "~Automatic file name extension" ;
    };
    CheckBox CB_OPTIONS
    {
        HelpID = "fpicker:CheckBox:DLG_SVT_EXPLORERFILE:CB_OPTIONS";
        Size = MAP_APPFONT ( 120 , 10 ) ;
        Text [ en-US ] = "Edit ~filter settings";
    };
    PushButton BTN_EXPLORERFILE_OPEN
    {
        HelpID = "fpicker:PushButton:DLG_SVT_EXPLORERFILE:BTN_EXPLORERFILE_OPEN";
        Pos = MAP_APPFONT ( 224 , 117 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        DefButton = TRUE ;
        Text [ en-US ] = "~Open" ;
    };
    CancelButton BTN_EXPLORERFILE_CANCEL
    {
        Pos = MAP_APPFONT ( 224 , 134 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
    };
    HelpButton BTN_EXPLORERFILE_HELP
    {
        Pos = MAP_APPFONT ( 224 , 151 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
    };
    String STR_EXPLORERFILE_OPEN
    {
        Text [ en-US ] = "Open" ;
    };
    String STR_EXPLORERFILE_SAVE
    {
        Text [ en-US ] = "Save as" ;
    };
    String STR_EXPLORERFILE_BUTTONSAVE
    {
        Text [ en-US ] = "~Save" ;
    };
    String STR_PATHNAME
    {
        Text [ en-US ] = "~Path:" ;
    };
    String STR_PATHSELECT
    {
        Text [ en-US ] = "Select path" ;
    };
    String STR_BUTTONSELECT
    {
        Text [ en-US ] = "~Select";
    };
    String STR_ACTUALVERSION
    {
        Text [ en-US ] = "Current version";
    };
    String STR_PREVIEW
    {
        Text [ en-US ] = "File Preview";
    };
    String STR_MY_DOCUMENTS
    {
        Text [ en-US ] = "My Documents" ;
    };
};

// Add Place Dialog --------------------------------------------------------------

ModalDialog DLG_SVT_ADDPLACE
{
    OutputSize = TRUE ;
    Border = TRUE ;
    SVLook = TRUE ;
    Moveable = TRUE ;
    Closeable = TRUE ;
    Sizeable = TRUE;
    HelpId = HID_EXPLORERDLG_FILE ;
    Size = MAP_APPFONT ( 200 , 140 ) ;
    FixedText FT_ADDPLACE_SERVERURL
    {
        Pos = MAP_APPFONT ( 12 , 14 ) ;
        Size = MAP_APPFONT ( 40 , 10 ) ;
        Text [ en-US ] = "Server Url" ;
    };
    FixedText FT_ADDPLACE_SERVERNAME
    {
        Pos = MAP_APPFONT ( 12 , 34 ) ;
        Size = MAP_APPFONT ( 40 , 10 ) ;
        Text [ en-US ] = "Server Name" ;
    };
    FixedText FT_ADDPLACE_SERVERTYPE
    {
        Pos = MAP_APPFONT ( 12 , 54 ) ;
        Size = MAP_APPFONT ( 40 , 10 ) ;
        Text [ en-US ] = "Type" ;
    };
    FixedText FT_ADDPLACE_SERVERLOGIN
    {
        Pos = MAP_APPFONT ( 12 , 74 ) ;
        Size = MAP_APPFONT ( 30 , 10 ) ;
        Text [ en-US ] = "Login" ;
    };
    FixedText FT_ADDPLACE_SERVERPASSWORD
    {
        Pos = MAP_APPFONT ( 12 , 94 ) ;
        Size = MAP_APPFONT ( 40 , 10 ) ;
        Text [ en-US ] = "Password" ;
    };
    Edit ED_ADDPLACE_SERVERURL
    {
        //HelpID = "fpicker:Edit:DLG_SVT_QUERYFOLDERNAME:ED_SVT_QUERYFOLDERNAME_DLG_NAME";
        Pos = MAP_APPFONT ( 62, 12 ) ;
        Size = MAP_APPFONT ( 130 , 12 ) ;
        Border = TRUE ;
        //Left = TRUE ;
    };
    Edit ED_ADDPLACE_SERVERNAME
    {
        //HelpID = "fpicker:Edit:DLG_SVT_QUERYFOLDERNAME:ED_SVT_QUERYFOLDERNAME_DLG_NAME";
        Pos = MAP_APPFONT ( 62, 32 ) ;
        Size = MAP_APPFONT ( 130 , 12 ) ;
        Border = TRUE ;
        //Left = TRUE ;
    };
    Edit ED_ADDPLACE_SERVERTYPE
    {
        //HelpID = "fpicker:Edit:DLG_SVT_QUERYFOLDERNAME:ED_SVT_QUERYFOLDERNAME_DLG_NAME";
        Pos = MAP_APPFONT ( 62, 52 ) ;
        Size = MAP_APPFONT ( 130 , 12 ) ;
        Border = TRUE ;
        //Left = TRUE ;
    };
    Edit ED_ADDPLACE_SERVERLOGIN
    {
        //HelpID = "fpicker:Edit:DLG_SVT_QUERYFOLDERNAME:ED_SVT_QUERYFOLDERNAME_DLG_NAME";
        Pos = MAP_APPFONT ( 62, 72 ) ;
        Size = MAP_APPFONT ( 130 , 12 ) ;
        Border = TRUE ;
        //Left = TRUE ;
    };
    Edit ED_ADDPLACE_SERVERPASSWORD
    {
        //HelpID = "fpicker:Edit:DLG_SVT_QUERYFOLDERNAME:ED_SVT_QUERYFOLDERNAME_DLG_NAME";
        Pos = MAP_APPFONT ( 62, 92 ) ;
        Size = MAP_APPFONT ( 130 , 12 ) ;
        Border = TRUE ;
        //Left = TRUE ;
    };
    OKButton BT_ADDPLACE_OK
    {
        Pos = MAP_APPFONT ( 80 , 120 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        DefButton = TRUE ;
    };
    CancelButton BT_ADDPLACE_CANCEL
    {
        Pos = MAP_APPFONT ( 140, 120 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
    };
    PushButton BT_ADDPLACE_DELETE
    {
        //HelpID = "fpicker:PushButton:DLG_SVT_EXPLORERFILE:BTN_EXPLORERFILE_CONNECT_TO_SERVER";
        Pos = MAP_APPFONT ( 10 , 120 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        Text [ en-US ] = "Delete" ;
        //QuickHelpText [ en-US ] = "Connect To Server" ;
    };
};

// QueryFolderNameDialog ----------------------------------------------------------

ModalDialog DLG_SVT_QUERYFOLDERNAME
{
    HelpID = "fpicker:ModalDialog:DLG_SVT_QUERYFOLDERNAME";
    Border = TRUE ;
    Moveable = TRUE ;
    OutputSize = TRUE ;
    SVLook = TRUE ;
    Text = "Ordner" ;
    Size = MAP_APPFONT ( 100 , 45 ) ;
    FixedText FT_SVT_QUERYFOLDERNAME_DLG_NAME
    {
        Pos = MAP_APPFONT ( 12 , 14 ) ;
        Size = MAP_APPFONT ( 138 , 10 ) ;
        Text [ en-US ] = "Na~me" ;
    };
    Edit ED_SVT_QUERYFOLDERNAME_DLG_NAME
    {
        HelpID = "fpicker:Edit:DLG_SVT_QUERYFOLDERNAME:ED_SVT_QUERYFOLDERNAME_DLG_NAME";
        Pos = MAP_APPFONT ( 12 , 27 ) ;
        Size = MAP_APPFONT ( 138 , 12 ) ;
        Border = TRUE ;
        Left = TRUE ;
    };
    FixedLine FL_SVT_QUERYFOLDERNAME_DLG_NAME
    {
        Group = TRUE ;
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 150 , 8 ) ;
        Text [ en-US ] = "Create new folder" ;
    };
    OKButton BT_SVT_QUERYFOLDERNAME_DLG_OK
    {
        Pos = MAP_APPFONT ( 162 , 6 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        DefButton = TRUE ;
    };
    CancelButton BT_SVT_QUERYFOLDERNAME_DLG_CANCEL
    {
        Pos = MAP_APPFONT ( 162 , 23 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
    };
};

// strings *******************************************************************

String RID_FILEOPEN_INVALIDFOLDER
{
    Text [ en-US ] = "$name$ does not exist.";
};

String RID_FILEOPEN_NOTEXISTENTFILE
{
    Text [ en-US ] = "The file $name$ does not exist.\nMake sure you have entered the correct file name.";
};

String STR_FILTERNAME_ALL
{
    Text [ en-US ] = "All files" ;
};

String STR_SVT_ALREADYEXISTOVERWRITE
{
    Text [ en-US ] = "A file named \"$filename$\" already exists.\n\nDo you want to replace it?" ;
};

String STR_SVT_NEW_FOLDER
{
    Text [ en-US ] = "Folder" ;
};

String STR_SVT_NOREMOVABLEDEVICE
{
    Text [ en-US ] = "No removable storage device detected.\nMake sure it is plugged in properly and try again." ;
};

String STR_SVT_ALLFORMATS
{
    Text [ en-US ] = "All Formats" ;
};

//******************************************************************** EOF