1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: gallery.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
31 #include <sfx2/sfxsids.hrc>
33 #include "gallery.hrc"
35 /******************************************************************************/
37 #define MASKCOLOR MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
39 DockingWindow RID_SVXDLG_GALLERYBROWSER
45 Pos = MAP_APPFONT ( 0 , 0 ) ;
46 Size = MAP_APPFONT ( 211, 100 ) ;
47 Text [ en-US ] = "Gallery";
53 EnableResizing = TRUE ;
55 Control GALLERY_BROWSER1
57 Pos = MAP_APPFONT ( 0 , 0 ) ;
58 Size = MAP_APPFONT ( 69, 150 ) ;
62 Splitter GALLERY_SPLITTER
64 Pos = MAP_APPFONT ( 70 , 0 ) ;
65 Size = MAP_APPFONT ( 3, 150 ) ;
69 Control GALLERY_BROWSER2
71 Pos = MAP_APPFONT ( 73, 0 ) ;
72 Size = MAP_APPFONT ( 138, 150 ) ;
78 /******************************************************************************/
80 TabDialog RID_SVXTABDLG_GALLERY
84 Text [ en-US ] = "Properties of " ;
93 Identifier = RID_SVXTABPAGE_GALLERY_GENERAL ;
94 Text [ en-US ] = "General" ;
100 /******************************************************************************/
102 TabDialog RID_SVXTABDLG_GALLERYTHEME
106 Text [ en-US ] = "Properties of " ;
115 Identifier = RID_SVXTABPAGE_GALLERY_GENERAL ;
116 Text [ en-US ] = "General" ;
120 Identifier = RID_SVXTABPAGE_GALLERYTHEME_FILES ;
121 Text [ en-US ] = "Files" ;
127 /******************************************************************************/
129 TabPage RID_SVXTABPAGE_GALLERY_GENERAL
131 HelpId = HID_GALLERY_PROPERTIES_GENERAL;
134 Size = MAP_APPFONT ( 260 , 185 ) ;
135 FixedImage FI_MS_IMAGE
137 Pos = MAP_APPFONT ( 6 , 6 ) ;
138 Size = MAP_APPFONT ( 20 , 20 ) ;
143 Pos = MAP_APPFONT ( 60 , 10 ) ;
144 Size = MAP_APPFONT ( 194 , 12 ) ;
146 FixedLine FL_MS_GENERAL_FIRST
148 Pos = MAP_APPFONT ( 6 , 36 ) ;
149 Size = MAP_APPFONT ( 248 , 1 ) ;
153 Pos = MAP_APPFONT ( 6 , 43 ) ;
154 Size = MAP_APPFONT ( 51 , 10 ) ;
156 Text [ en-US ] = "Type:" ;
158 FixedText FT_MS_SHOW_TYPE
160 Pos = MAP_APPFONT ( 60 , 43 ) ;
161 Size = MAP_APPFONT ( 194 , 10 ) ;
165 Pos = MAP_APPFONT ( 6 , 57 ) ;
166 Size = MAP_APPFONT ( 51 , 10 ) ;
168 Text [ en-US ] = "Location:" ;
170 FixedText FT_MS_SHOW_PATH
172 Pos = MAP_APPFONT ( 60 , 57 ) ;
173 Size = MAP_APPFONT ( 194 , 10 ) ;
175 FixedText FT_MS_CONTENT
177 Pos = MAP_APPFONT ( 6 , 71 ) ;
178 Size = MAP_APPFONT ( 51 , 10 ) ;
180 Text [ en-US ] = "Contents:" ;
182 FixedText FT_MS_SHOW_CONTENT
184 Pos = MAP_APPFONT ( 60 , 71 ) ;
185 Size = MAP_APPFONT ( 194 , 10 ) ;
187 FixedLine FL_MS_GENERAL_SECOND
189 Pos = MAP_APPFONT ( 6 , 91 ) ;
190 Size = MAP_APPFONT ( 248 , 1 ) ;
192 FixedText FT_MS_CHANGEDATE
194 Pos = MAP_APPFONT ( 6 , 98 ) ;
195 Size = MAP_APPFONT ( 51 , 10 ) ;
197 Text [ en-US ] = "Modified:" ;
199 FixedText FT_MS_SHOW_CHANGEDATE
201 Pos = MAP_APPFONT ( 60 , 98 ) ;
202 Size = MAP_APPFONT ( 194 , 10 ) ;
206 /******************************************************************************/
208 TabPage RID_SVXTABPAGE_GALLERYTHEME_FILES
210 HelpId = HID_GALLERY_BROWSER ;
213 Size = MAP_APPFONT ( 260 , 185 ) ;
214 FixedText FT_FILETYPE
216 Pos = MAP_APPFONT ( 6 , 8 ) ;
217 Size = MAP_APPFONT ( 48 , 10 ) ;
218 Text [ en-US ] = "~File type" ;
220 ComboBox CBB_FILETYPE
222 Pos = MAP_APPFONT ( 57 , 6 ) ;
223 Size = MAP_APPFONT ( 121 , 69 ) ;
229 MultiListBox LBX_FOUND
232 Pos = MAP_APPFONT ( 6 , 23 ) ;
233 Size = MAP_APPFONT ( 172 , 156 ) ;
237 PushButton BTN_SEARCH
239 Pos = MAP_APPFONT ( 184 , 6 ) ;
240 Size = MAP_APPFONT ( 70 , 14 ) ;
242 Text [ en-US ] = "~Find Files..." ;
246 Pos = MAP_APPFONT ( 184 , 24 ) ;
247 Size = MAP_APPFONT ( 70 , 14 ) ;
249 Text [ en-US ] = "~Add" ;
251 PushButton BTN_TAKEALL
253 Pos = MAP_APPFONT ( 184 , 42 ) ;
254 Size = MAP_APPFONT ( 70 , 14 ) ;
256 Text [ en-US ] = "A~dd All" ;
260 Pos = MAP_APPFONT ( 184 , 76 ) ;
261 Size = MAP_APPFONT ( 70 , 12 ) ;
262 Text [ en-US ] = "Pr~eview" ;
266 HelpId = HID_GALLERY_PREVIEW;
268 Pos = MAP_APPFONT ( 184 , 91 ) ;
269 Size = MAP_APPFONT ( 70 , 88 ) ;
271 PushButton BTN_MADDIN1
273 Pos = MAP_APPFONT ( 220 , 63 ) ;
274 Size = MAP_APPFONT ( 50 , 14 ) ;
276 Text [ en-US ] = "Maddin1" ;
278 PushButton BTN_MADDIN2
280 Pos = MAP_APPFONT ( 220 , 80 ) ;
281 Size = MAP_APPFONT ( 50 , 14 ) ;
283 Text [ en-US ] = "Maddin2" ;
287 /******************************************************************************/
289 ModalDialog RID_SVXDLG_GALLERY_TITLE
291 HelpId = HID_GALLERY_TITLE;
295 Size = MAP_APPFONT ( 168 , 63 ) ;
296 Text [ en-US ] = "Enter Title" ;
302 Pos = MAP_APPFONT ( 112 , 6 ) ;
303 Size = MAP_APPFONT ( 50 , 14 ) ;
306 CancelButton BTN_CANCEL
308 Pos = MAP_APPFONT ( 112 , 23 ) ;
309 Size = MAP_APPFONT ( 50 , 14 ) ;
314 Pos = MAP_APPFONT ( 112 , 43 ) ;
315 Size = MAP_APPFONT ( 50 , 14 ) ;
321 Pos = MAP_APPFONT ( 6 , 6 ) ;
322 Size = MAP_APPFONT ( 100 , 8 ) ;
323 Text [ en-US ] = "Title" ;
327 HelpId = HID_GALLERY_TITLE_EDIT;
329 Pos = MAP_APPFONT ( 12 , 18 ) ;
330 Size = MAP_APPFONT ( 88, 12 ) ;
334 /******************************************************************************/
336 ModalDialog RID_SVXDLG_GALLERY_SEARCH_PROGRESS
338 HelpId = HID_GALLERY_SEARCH ;
342 Size = MAP_APPFONT ( 124 , 86 ) ;
343 Text [ en-US ] = "Find" ;
345 FixedLine FL_SEARCH_DIR
347 Pos = MAP_APPFONT ( 6 , 33 ) ;
348 Size = MAP_APPFONT ( 112 , 8 ) ;
349 Text [ en-US ] = "Directory" ;
351 FixedText FT_SEARCH_DIR
353 Pos = MAP_APPFONT ( 12 , 44 ) ;
354 Size = MAP_APPFONT ( 100 , 10 ) ;
356 CancelButton BTN_CANCEL
358 Pos = MAP_APPFONT ( 37 , 66 ) ;
359 Size = MAP_APPFONT ( 50 , 14 ) ;
362 FixedLine FL_SEARCH_TYPE
364 Pos = MAP_APPFONT ( 6 , 3 ) ;
365 Size = MAP_APPFONT ( 112 , 8 ) ;
366 Text [ en-US ] = "File type" ;
368 FixedText FT_SEARCH_TYPE
370 Pos = MAP_APPFONT ( 12 , 14 ) ;
371 Size = MAP_APPFONT ( 100 , 10 ) ;
375 /******************************************************************************/
377 ModalDialog RID_SVXDLG_GALLERY_TAKE_PROGRESS
379 HelpId = HID_GALLERY_APPLY ;
383 Size = MAP_APPFONT ( 124 , 56 ) ;
384 Text [ en-US ] = "Apply" ;
386 FixedLine FL_TAKE_PROGRESS
388 Pos = MAP_APPFONT ( 6 , 3 ) ;
389 Size = MAP_APPFONT ( 112 , 8 ) ;
390 Text [ en-US ] = "File" ;
392 FixedText FT_TAKE_FILE
394 Pos = MAP_APPFONT ( 12 , 14 ) ;
395 Size = MAP_APPFONT ( 100 , 10 ) ;
397 CancelButton BTN_CANCEL
399 Pos = MAP_APPFONT ( 37 , 36 ) ;
400 Size = MAP_APPFONT ( 50 , 14 ) ;
405 /******************************************************************************/
407 ModalDialog RID_SVXDLG_GALLERY_ACTUALIZE_PROGRESS
409 HelpId = HID_GALLERY_ACTUALIZE ;
413 Size = MAP_APPFONT ( 124 , 56 ) ;
414 Text [ en-US ] = "Update" ;
416 FixedLine FL_ACTUALIZE_PROGRESS
418 Pos = MAP_APPFONT ( 6 , 3 ) ;
419 Size = MAP_APPFONT ( 112 , 8 ) ;
420 Text [ en-US ] = "File" ;
422 FixedText FT_ACTUALIZE_FILE
424 Pos = MAP_APPFONT ( 12 , 14 ) ;
425 Size = MAP_APPFONT ( 100 , 10 ) ;
427 CancelButton BTN_CANCEL
429 Pos = MAP_APPFONT ( 37 , 36 ) ;
430 Size = MAP_APPFONT ( 50 , 14 ) ;
435 ModalDialog RID_SVXDLG_GALLERY_THEMEID
440 Size = MAP_APPFONT ( 180 , 63 ) ;
441 Text [ en-US ] = "Theme ID" ;
445 Pos = MAP_APPFONT ( 124 , 6 ) ;
446 Size = MAP_APPFONT ( 50 , 14 ) ;
450 CancelButton BTN_CANCEL
452 Pos = MAP_APPFONT ( 124 , 23 ) ;
453 Size = MAP_APPFONT ( 50 , 14 ) ;
458 Pos = MAP_APPFONT ( 6 , 3 ) ;
459 Size = MAP_APPFONT ( 112 , 8 ) ;
460 Text [ en-US ] = "ID";
465 Pos = MAP_APPFONT ( 12 , 14 ) ;
466 Size = MAP_APPFONT ( 100 , 60 ) ;
474 /******************************************************************************/
476 CheckBox RID_SVXDLG_GALLERY_CBX
478 Pos = MAP_APPFONT ( 0 , 0 ) ;
479 Size = MAP_APPFONT ( 120 , 12 ) ;
481 Text [ en-US ] = "S~ubdirectories" ;
483 String RID_SVXSTR_GALLERY_ACTUALIZE_PROGRESS
485 Text [ en-US ] = "Update";
487 String RID_SVXSTR_GALLERY_FOPENERROR
489 Text [ en-US ] = "This file cannot be opened" ;
491 String RID_SVXSTR_GALLERY_NOFILES
493 Text [ en-US ] = "<No Files>" ;
495 String RID_SVXSTR_GALLERY_NOTHEME
497 Text [ en-US ] = "Invalid Theme Name!" ;
499 String RID_SVXSTR_GALLERY_DELETEOBJ
501 Text [ en-US ] = "Do you really want to\ndelete this object?" ;
503 String RID_SVXSTR_GALLERY_DELETETHEME
505 Text [ en-US ] = "Do you really want to\ndelete this theme?" ;
507 String RID_SVXSTR_EXTFORMAT1_SYS
511 String RID_SVXSTR_EXTFORMAT1_UI
513 Text [ en-US ] = "Wave - Sound File" ;
515 String RID_SVXSTR_EXTFORMAT2_SYS
519 String RID_SVXSTR_EXTFORMAT2_UI
521 Text [ en-US ] = "Audio Interchange File Format" ;
523 String RID_SVXSTR_EXTFORMAT3_SYS
527 String RID_SVXSTR_EXTFORMAT3_UI
529 Text [ en-US ] = "AU - Sound File" ;
531 String RID_SVXSTR_GALLERY_FILTER
533 Text [ en-US ] = "Graphics filter" ;
535 String RID_SVXSTR_GALLERY_LENGTH
537 Text [ en-US ] = "Length:" ;
539 String RID_SVXSTR_GALLERY_SIZE
541 Text [ en-US ] = "Size:" ;
543 String RID_SVXSTR_GALLERY_DELETEDD
545 Text [ en-US ] = "Do you want to delete the linked file?" ;
547 String RID_SVXSTR_GALLERY_SEARCH
549 Text [ en-US ] = "Do you want to update the file list?" ;
551 String RID_SVXSTR_GALLERY_SGIERROR
553 Text [ en-US ] = "This file cannot be opened.\nDo you want to enter a different search path? " ;
555 String RID_SVXSTR_GALLERY_NEWTHEME
557 Text [ en-US ] = "New Theme" ;
559 String RID_SVXSTR_GALLERY_BROWSER
561 Text [ en-US ] = "~Organizer..." ;
563 String RID_SVXSTR_GALLERY_THEMEERR
565 Text [ en-US ] = "This theme name already exists.\nPlease choose a different one." ;
567 String RID_SVXSTR_GALLERYPROPS_THEME
569 Text [ en-US ] = "Theme;Themes" ;
571 String RID_SVXSTR_GALLERYPROPS_OBJECT
573 Text [ en-US ] = "Object;Objects" ;
575 String RID_SVXSTR_GALLERYPROPS_GALTHEME
577 Text [ en-US ] = "Gallery Theme" ;
579 String RID_SVXSTR_GALLERY_IMPORTTHEME
581 Text [ en-US ] = "I~mport..." ;
583 String RID_SVXSTR_GALLERY_CREATETHEME
585 Text [ en-US ] = "New Theme..." ;
587 String RID_SVXSTR_GALLERY_READONLY
589 Text [ en-US ] = " (read-only)" ;
591 String RID_SVXSTR_GALLERY_ALLFILES
593 Text [ en-US ] = "<All Files>" ;
595 String RID_SVXSTR_GALLERY_DIALOGID
597 Text [ en-US ] = "Assign ID" ;
599 String RID_SVXSTR_GALLERY_ID_EXISTS
601 Text [ en-US ] = "This ID already exists..." ;
603 String RID_SVXSTR_GALLERY_TITLE
605 Text [ en-US ] = "Title" ;
607 String RID_SVXSTR_GALLERY_PATH
609 Text [ en-US ] = "Path" ;
611 String RID_SVXSTR_GALLERY_ICONVIEW
613 Text [ en-US ] = "Icon View";
615 String RID_SVXSTR_GALLERY_LISTVIEW
617 Text [ en-US ] = "Detailed View";
620 /******************************************************************************/
622 Bitmap RID_SVXBMP_GALLERY
624 File = "lx03135.bmp" ;
627 Bitmap RID_SVXBMP_THEME_NORMAL
629 File = "galnors.bmp" ;
632 Bitmap RID_SVXBMP_THEME_NORMAL_BIG
634 File = "galnorl.bmp" ;
637 Bitmap RID_SVXBMP_THEME_IMPORTED
639 File = "galimps.bmp" ;
642 Bitmap RID_SVXBMP_THEME_IMPORTED_BIG
644 File = "galimpl.bmp" ;
647 Bitmap RID_SVXBMP_THEME_READONLY
649 File = "galrdos.bmp" ;
652 Bitmap RID_SVXBMP_THEME_READONLY_BIG
654 File = "galrdol.bmp" ;
657 Bitmap RID_SVXBMP_THEME_DEFAULT
659 File = "galdefs.bmp" ;
662 Bitmap RID_SVXBMP_THEME_DEFAULT_BIG
664 File = "galdefl.bmp" ;
667 Bitmap RID_SVXBMP_GALLERY_MEDIA
669 File = "galmedia.bmp";
672 Bitmap RID_SVXBMP_GALLERY_SOUND_1
674 File = "galsnd1.bmp";
677 Bitmap RID_SVXBMP_GALLERY_SOUND_2
679 File = "galsnd2.bmp";
682 Bitmap RID_SVXBMP_GALLERY_SOUND_3
684 File = "galsnd3.bmp";
687 Bitmap RID_SVXBMP_GALLERY_SOUND_4
689 File = "galsnd4.bmp";
692 Bitmap RID_SVXBMP_GALLERY_SOUND_5
694 File = "galsnd5.bmp";
697 Bitmap RID_SVXBMP_GALLERY_SOUND_6
699 File = "galsnd6.bmp";
702 Bitmap RID_SVXBMP_GALLERY_SOUND_7
704 File = "galsnd7.bmp";
707 Image RID_SVXIMG_GALLERY_VIEW_ICON
709 ImageBitmap = Bitmap { File = "galicon.bmp"; };
713 Image RID_SVXIMG_GALLERY_VIEW_LIST
715 ImageBitmap = Bitmap { File = "gallist.bmp"; };
719 Image RID_SVXIMG_GALLERY_VIEW_ICON_HC
721 ImageBitmap = Bitmap { File = "galicon_h.bmp"; };
725 Image RID_SVXIMG_GALLERY_VIEW_LIST_HC
727 ImageBitmap = Bitmap { File = "gallist_h.bmp"; };
732 /******************************************************************************/
734 Menu RID_SVXMN_GALLERY1
740 Identifier = MN_ACTUALIZE;
741 HelpId = HID_GALLERY_ACTUALIZE;
742 Text [ en-US ] = "Update";
750 Identifier = MN_DELETE ;
751 HelpId = HID_GALLERY_MN_DELETE ;
752 Text [ en-US ] = "~Delete" ;
756 Identifier = MN_RENAME;
757 HelpId = HID_GALLERY_RENAME;
758 Text [ en-US ] = "~Rename" ;
766 Identifier = MN_ASSIGN_ID;
767 Text [ en-US ] = "Assign ~ID" ;
775 Identifier = MN_PROPERTIES;
776 HelpId = HID_GALLERY_PROPERTIES;
777 Text [ en-US ] = "Propert~ies..." ;
782 /******************************************************************************/
784 Menu RID_SVXMN_GALLERY2
790 Identifier = MN_ADDMENU ;
791 HelpId = HID_GALLERY_MN_ADDMENU ;
792 Text [ en-US ] = "~Insert" ;
799 Identifier = MN_ADD ;
800 HelpId = HID_GALLERY_MN_ADD ;
801 Text [ en-US ] = "~Copy" ;
805 Identifier = MN_ADD_LINK ;
806 HelpId = HID_GALLERY_MN_ADD_LINK ;
807 Text [ en-US ] = "Link" ;
815 Identifier = MN_BACKGROUND ;
816 HelpId = HID_GALLERY_MN_BACKGROUND ;
817 Text [ en-US ] = "Bac~kground" ;
828 Identifier = MN_PREVIEW ;
829 HelpId = HID_GALLERY_MN_PREVIEW ;
830 Text [ en-US ] = "~Preview" ;
838 Identifier = MN_TITLE ;
839 HelpId = HID_GALLERY_TITLE;
840 Text [ en-US ] = "~Title" ;
848 Identifier = MN_DELETE ;
849 HelpId = HID_GALLERY_MN_DELETE ;
850 Text [ en-US ] = "~Delete" ;
858 Identifier = MN_COPYCLIPBOARD;
859 HelpId = HID_GALLERY_MN_COPYCLIPBOARD;
860 Text [ en-US ] = "~Copy" ;
864 Identifier = MN_PASTECLIPBOARD;
865 HelpId = HID_GALLERY_MN_PASTECLIPBOARD;
866 Text [ en-US ] = "~Insert" ;