1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28#include <sfx2/sfxsids.hrc> 29#include "helpid.hrc" 30#include "gallery.hrc" 31 32/******************************************************************************/ 33 34#define MASKCOLOR MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; 35 36DockingWindow RID_SVXDLG_GALLERYBROWSER 37{ 38 HelpId = "SVX_HID_GALLERY_BROWSER" ; 39 OutputSize = TRUE ; 40 Hide = TRUE ; 41 SVLook = TRUE ; 42 Pos = MAP_APPFONT ( 0 , 0 ) ; 43 Size = MAP_APPFONT ( 211, 100 ) ; 44 Text [ en-US ] = "Gallery"; 45 Sizeable = TRUE; 46 Moveable = TRUE ; 47 Closeable = TRUE ; 48 Zoomable = TRUE ; 49 Dockable = TRUE ; 50 EnableResizing = TRUE ; 51 52 Control GALLERY_BROWSER1 53 { 54 Pos = MAP_APPFONT ( 0 , 0 ) ; 55 Size = MAP_APPFONT ( 69, 150 ) ; 56 Border = FALSE; 57 }; 58 59 Splitter GALLERY_SPLITTER 60 { 61 Pos = MAP_APPFONT ( 70 , 0 ) ; 62 Size = MAP_APPFONT ( 3, 150 ) ; 63 HScroll = TRUE; 64 }; 65 66 Control GALLERY_BROWSER2 67 { 68 Pos = MAP_APPFONT ( 73, 0 ) ; 69 Size = MAP_APPFONT ( 138, 150 ) ; 70 Border = FALSE; 71 }; 72}; 73 74/******************************************************************************/ 75 76String RID_SVXSTR_GALLERY_ACTUALIZE_PROGRESS 77{ 78 Text [ en-US ] = "Update"; 79}; 80String RID_SVXSTR_GALLERY_FOPENERROR 81{ 82 Text [ en-US ] = "This file cannot be opened" ; 83}; 84String RID_SVXSTR_GALLERY_NOTHEME 85{ 86 Text [ en-US ] = "Invalid Theme Name!" ; 87}; 88String RID_SVXSTR_GALLERY_DELETEOBJ 89{ 90 Text [ en-US ] = "Do you really want to\ndelete this object?" ; 91}; 92String RID_SVXSTR_GALLERY_DELETETHEME 93{ 94 Text [ en-US ] = "Do you really want to\ndelete this theme?" ; 95}; 96String RID_SVXSTR_EXTFORMAT1_SYS 97{ 98 Text = "wav" ; 99}; 100String RID_SVXSTR_EXTFORMAT1_UI 101{ 102 Text [ en-US ] = "Wave - Sound File" ; 103}; 104String RID_SVXSTR_EXTFORMAT2_SYS 105{ 106 Text = "aif" ; 107}; 108String RID_SVXSTR_EXTFORMAT2_UI 109{ 110 Text [ en-US ] = "Audio Interchange File Format" ; 111}; 112String RID_SVXSTR_EXTFORMAT3_SYS 113{ 114 Text = "au" ; 115}; 116String RID_SVXSTR_EXTFORMAT3_UI 117{ 118 Text [ en-US ] = "AU - Sound File" ; 119}; 120String RID_SVXSTR_GALLERY_FILTER 121{ 122 Text [ en-US ] = "Graphics filter" ; 123}; 124String RID_SVXSTR_GALLERY_LENGTH 125{ 126 Text [ en-US ] = "Length:" ; 127}; 128String RID_SVXSTR_GALLERY_SIZE 129{ 130 Text [ en-US ] = "Size:" ; 131}; 132String RID_SVXSTR_GALLERY_DELETEDD 133{ 134 Text [ en-US ] = "Do you want to delete the linked file?" ; 135}; 136String RID_SVXSTR_GALLERY_SGIERROR 137{ 138 Text [ en-US ] = "This file cannot be opened.\nDo you want to enter a different search path? " ; 139}; 140String RID_SVXSTR_GALLERY_NEWTHEME 141{ 142 Text [ en-US ] = "New Theme" ; 143}; 144String RID_SVXSTR_GALLERY_BROWSER 145{ 146 Text [ en-US ] = "~Organizer..." ; 147}; 148String RID_SVXSTR_GALLERY_THEMEERR 149{ 150 Text [ en-US ] = "This theme name already exists.\nPlease choose a different one." ; 151}; 152String RID_SVXSTR_GALLERY_IMPORTTHEME 153{ 154 Text [ en-US ] = "I~mport..." ; 155}; 156String RID_SVXSTR_GALLERY_CREATETHEME 157{ 158 Text [ en-US ] = "New Theme..." ; 159}; 160String RID_SVXSTR_GALLERY_DIALOGID 161{ 162 Text [ en-US ] = "Assign ID" ; 163}; 164String RID_SVXSTR_GALLERY_TITLE 165{ 166 Text [ en-US ] = "Title" ; 167}; 168String RID_SVXSTR_GALLERY_PATH 169{ 170 Text [ en-US ] = "Path" ; 171}; 172String RID_SVXSTR_GALLERY_ICONVIEW 173{ 174 Text [ en-US ] = "Icon View"; 175}; 176String RID_SVXSTR_GALLERY_LISTVIEW 177{ 178 Text [ en-US ] = "Detailed View"; 179}; 180 181/******************************************************************************/ 182 183Bitmap RID_SVXBMP_GALLERY 184{ 185 File = "lx03135.bmp" ; 186}; 187 188Bitmap RID_SVXBMP_THEME_NORMAL 189{ 190 File = "galnors.bmp" ; 191}; 192 193Bitmap RID_SVXBMP_THEME_IMPORTED 194{ 195 File = "galimps.bmp" ; 196}; 197 198Bitmap RID_SVXBMP_THEME_READONLY 199{ 200 File = "galrdos.bmp" ; 201}; 202 203Bitmap RID_SVXBMP_THEME_DEFAULT 204{ 205 File = "galdefs.bmp" ; 206}; 207 208Bitmap RID_SVXBMP_GALLERY_MEDIA 209{ 210 File = "galmedia.bmp"; 211}; 212 213Bitmap RID_SVXBMP_GALLERY_SOUND_1 214{ 215 File = "galsnd1.bmp"; 216}; 217 218Bitmap RID_SVXBMP_GALLERY_SOUND_2 219{ 220 File = "galsnd2.bmp"; 221}; 222 223Bitmap RID_SVXBMP_GALLERY_SOUND_3 224{ 225 File = "galsnd3.bmp"; 226}; 227 228Bitmap RID_SVXBMP_GALLERY_SOUND_4 229{ 230 File = "galsnd4.bmp"; 231}; 232 233Bitmap RID_SVXBMP_GALLERY_SOUND_5 234{ 235 File = "galsnd5.bmp"; 236}; 237 238Bitmap RID_SVXBMP_GALLERY_SOUND_6 239{ 240 File = "galsnd6.bmp"; 241}; 242 243Bitmap RID_SVXBMP_GALLERY_SOUND_7 244{ 245 File = "galsnd7.bmp"; 246}; 247 248Image RID_SVXIMG_GALLERY_VIEW_ICON 249{ 250 ImageBitmap = Bitmap { File = "galicon.bmp"; }; 251 MASKCOLOR 252}; 253 254Image RID_SVXIMG_GALLERY_VIEW_LIST 255{ 256 ImageBitmap = Bitmap { File = "gallist.bmp"; }; 257 MASKCOLOR 258}; 259 260Image RID_SVXIMG_GALLERY_VIEW_ICON_HC 261{ 262 ImageBitmap = Bitmap { File = "galicon_h.bmp"; }; 263 MASKCOLOR 264}; 265 266Image RID_SVXIMG_GALLERY_VIEW_LIST_HC 267{ 268 ImageBitmap = Bitmap { File = "gallist_h.bmp"; }; 269 MASKCOLOR 270}; 271 272 273/******************************************************************************/ 274 275Menu RID_SVXMN_GALLERY1 276{ 277 ItemList = 278 { 279 MenuItem 280 { 281 Identifier = MN_ACTUALIZE; 282 HelpId = HID_GALLERY_ACTUALIZE; 283 Text [ en-US ] = "Update"; 284 }; 285 MenuItem 286 { 287 Separator = TRUE ; 288 }; 289 MenuItem 290 { 291 Identifier = MN_DELETE ; 292 HelpId = HID_GALLERY_MN_DELETE ; 293 Text [ en-US ] = "~Delete" ; 294 }; 295 MenuItem 296 { 297 Identifier = MN_RENAME; 298 HelpId = HID_GALLERY_RENAME; 299 Text [ en-US ] = "~Rename" ; 300 }; 301 MenuItem 302 { 303 Separator = TRUE ; 304 }; 305 MenuItem 306 { 307 Identifier = MN_ASSIGN_ID; 308 Text [ en-US ] = "Assign ~ID" ; 309 }; 310 MenuItem 311 { 312 Separator = TRUE ; 313 }; 314 MenuItem 315 { 316 Identifier = MN_PROPERTIES; 317 HelpId = HID_GALLERY_PROPERTIES; 318 Text [ en-US ] = "Propert~ies..." ; 319 }; 320 }; 321}; 322 323/******************************************************************************/ 324 325Menu RID_SVXMN_GALLERY2 326{ 327 ItemList = 328 { 329 MenuItem 330 { 331 Identifier = MN_ADDMENU ; 332 HelpId = HID_GALLERY_MN_ADDMENU ; 333 Text [ en-US ] = "~Insert" ; 334 SubMenu = Menu 335 { 336 ItemList = 337 { 338 MenuItem 339 { 340 Identifier = MN_ADD ; 341 HelpId = HID_GALLERY_MN_ADD ; 342 Text [ en-US ] = "~Copy" ; 343 }; 344 MenuItem 345 { 346 Identifier = MN_ADD_LINK ; 347 HelpId = HID_GALLERY_MN_ADD_LINK ; 348 Text [ en-US ] = "Link" ; 349 }; 350 MenuItem 351 { 352 Separator = TRUE ; 353 }; 354 MenuItem 355 { 356 Identifier = MN_BACKGROUND ; 357 HelpId = HID_GALLERY_MN_BACKGROUND ; 358 Text [ en-US ] = "Bac~kground" ; 359 }; 360 }; 361 }; 362 }; 363 MenuItem 364 { 365 Separator = TRUE ; 366 }; 367 MenuItem 368 { 369 Identifier = MN_PREVIEW ; 370 HelpId = HID_GALLERY_MN_PREVIEW ; 371 Text [ en-US ] = "~Preview" ; 372 }; 373 MenuItem 374 { 375 Separator = TRUE ; 376 }; 377 MenuItem 378 { 379 Identifier = MN_TITLE ; 380 HelpId = HID_GALLERY_TITLE; 381 Text [ en-US ] = "~Title" ; 382 }; 383 MenuItem 384 { 385 Separator = TRUE ; 386 }; 387 MenuItem 388 { 389 Identifier = MN_DELETE ; 390 HelpId = HID_GALLERY_MN_DELETE ; 391 Text [ en-US ] = "~Delete" ; 392 }; 393 MenuItem 394 { 395 Separator = TRUE ; 396 }; 397 MenuItem 398 { 399 Identifier = MN_COPYCLIPBOARD; 400 HelpId = HID_GALLERY_MN_COPYCLIPBOARD; 401 Text [ en-US ] = "~Copy" ; 402 }; 403 MenuItem 404 { 405 Identifier = MN_PASTECLIPBOARD; 406 HelpId = HID_GALLERY_MN_PASTECLIPBOARD; 407 Text [ en-US ] = "~Insert" ; 408 }; 409 }; 410}; 411 412