1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22// include --------------------------------------------------------------- 23#include <cuires.hrc> 24#include "cfg.hrc" 25#include "helpid.hrc" 26 27TabDialog RID_SVXDLG_CUSTOMIZE 28{ 29 OutputSize = TRUE ; 30 Text [ en-US ] = "Customize" ; 31 Moveable = TRUE ; 32 SvLook = TRUE ; 33 TabControl 1 34 { 35 OutputSize = TRUE ; 36 PageList = 37 { 38 PageItem 39 { 40 Identifier = RID_SVXPAGE_MENUS ; 41 Text [ en-US ] = "Menus" ; 42 PageResID = 300 ; 43 }; 44 PageItem 45 { 46 Identifier = RID_SVXPAGE_KEYBOARD ; 47 Text [ en-US ] = "Keyboard" ; 48 PageResID = 301 ; 49 }; 50 PageItem 51 { 52 Identifier = RID_SVXPAGE_TOOLBARS ; 53 Text [ en-US ] = "Toolbars" ; 54 PageResID = 302 ; 55 }; 56 PageItem 57 { 58 Identifier = RID_SVXPAGE_EVENTS ; 59 Text [ en-US ] = "Events" ; 60 PageResID = 303 ; 61 }; 62 }; 63 }; 64}; 65 66#define TEXT_MENU \ 67 Text [ en-US ] = "Menu" ; \ 68 69#define TEXT_BEGIN_GROUP \ 70 Text [ en-US ] = "Begin a Group" ; \ 71 72#define TEXT_RENAME \ 73 Text [ en-US ] = "Rename..." ; \ 74 75#define TEXT_DELETE \ 76 Text [ en-US ] = "Delete..." ; \ 77 78#define TEXT_DELETE_NODOTS \ 79 Text [ en-US ] = "Delete" ; \ 80 81#define TEXT_MOVE \ 82 Text [ en-US ] = "Move..." ; \ 83 84#define TEXT_DEFAULT_STYLE \ 85 Text [ en-US ] = "Restore Default Settings" ; \ 86 87#define TEXT_DEFAULT_COMMAND \ 88 Text [ en-US ] = "Restore Default Command" ; \ 89 90#define TEXT_TEXT_ONLY \ 91 Text [ en-US ] = "Text only" ; \ 92 93#define TEXT_TOOLBAR_NAME \ 94 Text [ en-US ] = "Toolbar Name" ; \ 95 96#define TEXT_SAVE_IN \ 97 Text [ en-US ] = "Save In" ; \ 98 99TabPage RID_SVXPAGE_MENUS 100{ 101 Hide = TRUE ; 102 Size = MAP_APPFONT ( 273, 258 ) ; 103 HelpId = HID_SVX_CONFIG_MENU ; 104 FixedLine GRP_MENUS 105 { 106 Pos = MAP_APPFONT ( 6, 11 ) ; 107 Size = MAP_APPFONT ( 261, 8 ) ; 108 Text [ en-US ] = "%PRODUCTNAME %MODULENAME Menus" ; 109 }; 110 FixedText FT_MENUS 111 { 112 Pos = MAP_APPFONT ( 9, 24 ) ; 113 Size = MAP_APPFONT ( 55, 8 ) ; 114 TEXT_MENU 115 }; 116 ListBox LB_MENUS 117 { 118 HelpID = "cui:ListBox:RID_SVXPAGE_MENUS:LB_MENUS" ; 119 Border = TRUE ; 120 Pos = MAP_APPFONT ( 64, 22 ) ; 121 Size = MAP_APPFONT ( 108, 108 ) ; 122 DropDown = TRUE ; 123 }; 124 PushButton BTN_NEW 125 { 126 HelpID = "cui:PushButton:RID_SVXPAGE_MENUS:BTN_NEW" ; 127 Pos = MAP_APPFONT ( 192, 22 ) ; 128 Size = MAP_APPFONT ( 75, 14 ) ; 129 TabStop = TRUE ; 130 Text [ en-US ] = "New..." ; 131 }; 132 MenuButton BTN_CHANGE 133 { 134 HelpID = "cui:MenuButton:RID_SVXPAGE_MENUS:BTN_CHANGE" ; 135 Pos = MAP_APPFONT ( 192, 39 ) ; 136 Size = MAP_APPFONT ( 75, 14 ) ; 137 TabStop = TRUE ; 138 TEXT_MENU 139 }; 140 FixedLine GRP_MENU_SEPARATOR 141 { 142 Pos = MAP_APPFONT ( 6, 56 ) ; 143 Size = MAP_APPFONT ( 261, 8 ) ; 144 Text [ en-US ] = "Menu Content" ; 145 }; 146 FixedText GRP_MENU_ENTRIES 147 { 148 Pos = MAP_APPFONT ( 9, 67 ) ; 149 Size = MAP_APPFONT ( 55, 8 ) ; 150 Group = TRUE ; 151 Text [ en-US ] = "Entries" ; 152 }; 153 Control BOX_ENTRIES 154 { 155 Border = TRUE ; 156 Pos = MAP_APPFONT ( 64, 67 ) ; 157 Size = MAP_APPFONT ( 108, 115 ) ; 158 TabStop = TRUE ; 159 HelpId = HID_SVX_CONFIG_MENU_CONTENTS ; 160 }; 161 PushButton BTN_ADD_COMMANDS 162 { 163 HelpID = "cui:PushButton:RID_SVXPAGE_MENUS:BTN_ADD_COMMANDS" ; 164 Pos = MAP_APPFONT ( 192, 67 ) ; 165 Size = MAP_APPFONT ( 75, 14 ) ; 166 TabStop = TRUE ; 167 Text [ en-US ] = "Add..." ; 168 }; 169 MenuButton BTN_CHANGE_ENTRY 170 { 171 HelpID = "cui:MenuButton:RID_SVXPAGE_MENUS:BTN_CHANGE_ENTRY" ; 172 Pos = MAP_APPFONT ( 192, 84 ) ; 173 Size = MAP_APPFONT ( 75, 14 ) ; 174 TabStop = TRUE ; 175 Text [ en-US ] = "Modify" ; 176 }; 177 ImageButton BTN_UP 178 { 179 HelpID = "cui:ImageButton:RID_SVXPAGE_MENUS:BTN_UP" ; 180 Pos = MAP_APPFONT ( 175, 102 ) ; 181 Size = MAP_APPFONT ( 14, 14 ) ; 182 TabStop = TRUE ; 183 Symbol = IMAGEBUTTON_ARROW_UP ; 184 Disable = TRUE ; 185 }; 186 ImageButton BTN_DOWN 187 { 188 HelpID = "cui:ImageButton:RID_SVXPAGE_MENUS:BTN_DOWN" ; 189 Pos = MAP_APPFONT ( 175, 119 ) ; 190 Size = MAP_APPFONT ( 14, 14 ) ; 191 TabStop = TRUE ; 192 Symbol = IMAGEBUTTON_ARROW_DOWN ; 193 Disable = TRUE ; 194 }; 195 FixedText TXT_SAVEIN 196 { 197 Pos = MAP_APPFONT ( 9, 190 ) ; 198 Size = MAP_APPFONT ( 55, 8 ) ; 199 Group = TRUE ; 200 TEXT_SAVE_IN 201 }; 202 ListBox LB_SAVEIN 203 { 204 HelpID = "cui:ListBox:RID_SVXPAGE_MENUS:LB_SAVEIN" ; 205 Border = TRUE ; 206 Pos = MAP_APPFONT ( 64, 188 ) ; 207 Size = MAP_APPFONT ( 108, 53 ) ; 208 DropDown = TRUE ; 209 }; 210 FixedText FT_DESCRIPTION 211 { 212 Pos = MAP_APPFONT ( 6, 205 ) ; 213 Size = MAP_APPFONT ( 261, 8 ) ; 214 Text [ en-US ] = "Description" ; 215 }; 216 MultiLineEdit ED_DESCRIPTION 217 { 218 HelpID = "cui:MultiLineEdit:RID_SVXPAGE_MENUS:ED_DESCRIPTION" ; 219 Pos = MAP_APPFONT ( 6, 216 ) ; 220 Size = MAP_APPFONT ( 261, 36 ) ; 221 Border = TRUE ; 222 VScroll = TRUE ; 223 IgnoreTab = TRUE ; 224 ReadOnly = TRUE ; 225 }; 226}; 227 228Menu MODIFY_MENU 229{ 230 ItemList = 231 { 232 MenuItem 233 { 234 Identifier = ID_MOVE ; 235 TEXT_MOVE 236 }; 237 MenuItem 238 { 239 Identifier = ID_RENAME ; 240 TEXT_RENAME 241 }; 242 MenuItem 243 { 244 Separator = TRUE ; 245 }; 246 MenuItem 247 { 248 Identifier = ID_DELETE ; 249 TEXT_DELETE 250 }; 251 }; 252}; 253 254Menu MODIFY_ENTRY 255{ 256 ItemList = 257 { 258 MenuItem 259 { 260 Identifier = ID_ADD_SUBMENU ; 261 Text [ en-US ] = "Add Submenu..." ; 262 }; 263 MenuItem 264 { 265 Identifier = ID_BEGIN_GROUP ; 266 TEXT_BEGIN_GROUP 267 }; 268 MenuItem 269 { 270 Separator = TRUE ; 271 }; 272 MenuItem 273 { 274 Identifier = ID_RENAME ; 275 TEXT_RENAME 276 }; 277 MenuItem 278 { 279 Separator = TRUE ; 280 }; 281 MenuItem 282 { 283 Identifier = ID_DELETE ; 284 TEXT_DELETE_NODOTS 285 }; 286 }; 287}; 288 289Menu MODIFY_TOOLBAR 290{ 291 ItemList = 292 { 293 MenuItem 294 { 295 Identifier = ID_RENAME ; 296 TEXT_RENAME 297 }; 298 MenuItem 299 { 300 Identifier = ID_DELETE ; 301 TEXT_DELETE_NODOTS 302 }; 303 MenuItem 304 { 305 Separator = TRUE ; 306 }; 307 MenuItem 308 { 309 Identifier = ID_DEFAULT_STYLE ; 310 TEXT_DEFAULT_STYLE 311 }; 312 MenuItem 313 { 314 Separator = TRUE ; 315 }; 316 MenuItem 317 { 318 Identifier = ID_ICONS_ONLY ; 319 RadioCheck = TRUE ; 320 AutoCheck = TRUE ; 321 Text [ en-US ] = "Icons Only" ; 322 }; 323 MenuItem 324 { 325 Identifier = ID_TEXT_ONLY ; 326 RadioCheck = TRUE ; 327 AutoCheck = TRUE ; 328 TEXT_TEXT_ONLY 329 }; 330 MenuItem 331 { 332 Identifier = ID_ICONS_AND_TEXT ; 333 RadioCheck = TRUE ; 334 AutoCheck = TRUE ; 335 Text [ en-US ] = "Icons & Text" ; 336 }; 337 }; 338}; 339 340Menu MODIFY_TOOLBAR_CONTENT 341{ 342 ItemList = 343 { 344 MenuItem 345 { 346 Identifier = ID_RENAME ; 347 TEXT_RENAME 348 }; 349 MenuItem 350 { 351 Identifier = ID_DELETE ; 352 TEXT_DELETE_NODOTS 353 }; 354 MenuItem 355 { 356 Identifier = ID_DEFAULT_COMMAND ; 357 TEXT_DEFAULT_COMMAND 358 }; 359 MenuItem 360 { 361 Separator = TRUE ; 362 }; 363 MenuItem 364 { 365 Identifier = ID_BEGIN_GROUP ; 366 TEXT_BEGIN_GROUP 367 }; 368 MenuItem 369 { 370 Separator = TRUE ; 371 }; 372 /* 373 MenuItem 374 { 375 Identifier = ID_ICON_ONLY ; 376 Text [ en-US ] = "Icon Only" ; 377 RadioCheck = TRUE ; 378 AutoCheck = TRUE ; 379 }; 380 MenuItem 381 { 382 Identifier = ID_TEXT_ONLY ; 383 Text [ en-US ] = "Text Only" ; 384 RadioCheck = TRUE ; 385 AutoCheck = TRUE ; 386 }; 387 MenuItem 388 { 389 Identifier = ID_ICON_AND_TEXT ; 390 Text [ en-US ] = "Icon & Text" ; 391 RadioCheck = TRUE ; 392 AutoCheck = TRUE ; 393 }; 394 MenuItem 395 { 396 Separator = TRUE ; 397 }; 398 */ 399 MenuItem 400 { 401 Identifier = ID_CHANGE_SYMBOL ; 402 Text [ en-US ] = "Change Icon..." ; 403 }; 404 MenuItem 405 { 406 Identifier = ID_RESET_SYMBOL ; 407 Text [ en-US ] = "Reset Icon" ; 408 }; 409 }; 410}; 411 412/* %n will be replaced at runtime by a number starting with 1 and increasing as necessary */ 413String RID_SVXSTR_NEW_MENU 414{ 415 Text [ en-US ] = "New Menu %n" ; 416}; 417 418/* %n will be replaced at runtime by a number starting with 1 and increasing as necessary */ 419String RID_SVXSTR_NEW_TOOLBAR 420{ 421 Text [ en-US ] = "New Toolbar %n" ; 422}; 423 424String RID_SVXSTR_MOVE_MENU 425{ 426 Text [ en-US ] = "Move Menu" ; 427}; 428 429String RID_SVXSTR_ADD_SUBMENU 430{ 431 Text [ en-US ] = "Add Submenu" ; 432}; 433 434String RID_SVXSTR_SUBMENU_NAME 435{ 436 Text [ en-US ] = "Submenu name" ; 437}; 438 439String RID_SVXSTR_MENU_ADDCOMMANDS_DESCRIPTION 440{ 441 Text [ en-US ] = "To add a command to a menu, select the category and then the command. You can also drag the command to the Commands list of the Menus tab page in the Customize dialog." ; 442}; 443 444ModalDialog MD_MENU_ORGANISER 445{ 446 OutputSize = TRUE ; 447 Size = MAP_APPFONT ( 172, 154 ) ; 448 Text [ en-US ] = "New Menu" ; 449 SvLook = TRUE ; 450 Moveable = TRUE ; 451 HelpId = HID_SVX_CONFIG_MENU_ORGANIZER ; 452 FixedText TXT_MENU_NAME 453 { 454 Pos = MAP_APPFONT ( 6, 8 ) ; 455 Size = MAP_APPFONT ( 93, 8 ) ; 456 Group = TRUE ; 457 Left = TRUE ; 458 Text [ en-US ] = "Menu name" ; 459 }; 460 Edit EDIT_MENU_NAME 461 { 462 HelpID = "cui:Edit:MD_MENU_ORGANISER:EDIT_MENU_NAME" ; 463 Border = TRUE ; 464 Pos = MAP_APPFONT ( 6, 19 ) ; 465 Size = MAP_APPFONT ( 93, 12 ) ; 466 TabStop = TRUE ; 467 }; 468 FixedText TXT_MENU 469 { 470 Pos = MAP_APPFONT ( 6, 37 ) ; 471 Size = MAP_APPFONT ( 93, 8 ) ; 472 Group = TRUE ; 473 Left = TRUE ; 474 Text [ en-US ] = "Menu position" ; 475 }; 476 Control BOX_MAIN_MENUS 477 { 478 HelpId = HID_SVX_CONFIG_MENU_LISTBOX ; 479 Border = TRUE ; 480 Pos = MAP_APPFONT ( 6, 48 ) ; 481 Size = MAP_APPFONT ( 93, 100 ) ; 482 TabStop = TRUE ; 483 }; 484 ImageButton BTN_MENU_UP 485 { 486 HelpID = "cui:ImageButton:MD_MENU_ORGANISER:BTN_MENU_UP" ; 487 Pos = MAP_APPFONT ( 102, 80 ) ; 488 Size = MAP_APPFONT ( 14, 14 ) ; 489 TabStop = TRUE ; 490 Symbol = IMAGEBUTTON_ARROW_UP ; 491 }; 492 ImageButton BTN_MENU_DOWN 493 { 494 HelpID = "cui:ImageButton:MD_MENU_ORGANISER:BTN_MENU_DOWN" ; 495 Pos = MAP_APPFONT ( 102, 97 ) ; 496 Size = MAP_APPFONT ( 14, 14 ) ; 497 TabStop = TRUE ; 498 Symbol = IMAGEBUTTON_ARROW_DOWN ; 499 }; 500 OKButton BTN_MENU_ADD 501 { 502 DefButton = TRUE ; 503 Pos = MAP_APPFONT ( 119, 6 ) ; 504 Size = MAP_APPFONT ( 50, 14 ) ; 505 }; 506 CancelButton BTN_MENU_CLOSE 507 { 508 Pos = MAP_APPFONT ( 119, 23 ) ; 509 Size = MAP_APPFONT ( 50, 14 ) ; 510 }; 511 HelpButton BTN_MENU_HELP 512 { 513 Pos = MAP_APPFONT ( 119, 40 ) ; 514 Size = MAP_APPFONT ( 50, 14 ) ; 515 }; 516}; 517 518// MD_NEW_TOOLBAR ------------------------------------------------- 519ModalDialog MD_NEW_TOOLBAR 520{ 521 HelpID = "cui:ModalDialog:MD_NEW_TOOLBAR" ; 522 OutputSize = TRUE ; 523 SvLook = TRUE ; 524 Size = MAP_APPFONT ( 165, 63 ) ; 525 Text [ en-US ] = "Name" ; 526 Moveable = TRUE ; 527 FixedText FT_NAME 528 { 529 Pos = MAP_APPFONT ( 6, 6 ) ; 530 Size = MAP_APPFONT ( 98, 8 ) ; 531 TEXT_TOOLBAR_NAME 532 WordBreak = TRUE ; 533 }; 534 Edit EDT_STRING 535 { 536 HelpID = "cui:Edit:MD_NEW_TOOLBAR:EDT_STRING" ; 537 Border = TRUE ; 538 Pos = MAP_APPFONT ( 6, 17 ) ; 539 Size = MAP_APPFONT ( 97, 12 ) ; 540 TabStop = TRUE ; 541 }; 542 FixedText TXT_SAVEIN 543 { 544 Pos = MAP_APPFONT ( 6, 35 ) ; 545 Size = MAP_APPFONT ( 98, 8 ) ; 546 Group = TRUE ; 547 TEXT_SAVE_IN 548 }; 549 ListBox LB_SAVEIN 550 { 551 HelpID = "cui:ListBox:MD_NEW_TOOLBAR:LB_SAVEIN" ; 552 Border = TRUE ; 553 Pos = MAP_APPFONT ( 6, 43 ) ; 554 Size = MAP_APPFONT ( 97, 53 ) ; 555 DropDown = TRUE ; 556 }; 557 OKButton BTN_OK 558 { 559 Pos = MAP_APPFONT ( 109, 6 ) ; 560 Size = MAP_APPFONT ( 50, 14 ) ; 561 TabStop = TRUE ; 562 DefButton = TRUE ; 563 }; 564 CancelButton BTN_CANCEL 565 { 566 Pos = MAP_APPFONT ( 109, 23 ) ; 567 Size = MAP_APPFONT ( 50, 14 ) ; 568 TabStop = TRUE ; 569 }; 570 HelpButton BTN_HELP 571 { 572 Pos = MAP_APPFONT ( 109, 43 ) ; 573 Size = MAP_APPFONT ( 50, 14 ) ; 574 TabStop = TRUE ; 575 }; 576}; 577 578ModalDialog MD_ICONSELECTOR 579{ 580 OutputSize = TRUE ; 581 SVLook = TRUE ; 582 Size = MAP_APPFONT ( 240, 152 ) ; 583 Text [ en-US ] = "Change Icon" ; 584 Moveable = TRUE ; 585 HelpId = HID_SVX_CONFIG_ICON_SELECTOR ; 586 FixedText FT_SYMBOLS 587 { 588 Pos = MAP_APPFONT ( 6, 3 ) ; 589 Size = MAP_APPFONT ( 172, 8 ) ; 590 Text [ en-US ] = "Icons" ; 591 }; 592 ToolBox TB_SYMBOLS 593 { 594 Pos = MAP_APPFONT ( 12, 14 ) ; 595 Size = MAP_APPFONT ( 160, 80 ) ; 596 Scroll = TRUE ; 597 LineSpacing = TRUE ; 598 Customize = FALSE ; 599 }; 600 OKButton BTN_OK 601 { 602 Pos = MAP_APPFONT ( 60, 130 ) ; 603 Size = MAP_APPFONT ( 50, 14 ) ; 604 TabStop = TRUE ; 605 DefButton = TRUE ; 606 }; 607 CancelButton BTN_CANCEL 608 { 609 Pos = MAP_APPFONT ( 120, 130 ) ; 610 Size = MAP_APPFONT ( 50, 14 ) ; 611 TabStop = TRUE ; 612 }; 613 HelpButton BTN_HELP 614 { 615 Pos = MAP_APPFONT ( 180, 130 ) ; 616 Size = MAP_APPFONT ( 50, 14 ) ; 617 TabStop = TRUE ; 618 }; 619 PushButton BTN_IMPORT 620 { 621 HelpID = "cui:PushButton:MD_ICONSELECTOR:BTN_IMPORT" ; 622 Pos = MAP_APPFONT ( 184, 7 ) ; 623 Size = MAP_APPFONT ( 50, 14 ) ; 624 TabStop = TRUE ; 625 Text [ en-US ] = "Import..." ; 626 }; 627 PushButton BTN_DELETE 628 { 629 HelpID = "cui:PushButton:MD_ICONSELECTOR:BTN_DELETE" ; 630 Pos = MAP_APPFONT ( 184, 24 ) ; 631 Size = MAP_APPFONT ( 50, 14 ) ; 632 TabStop = TRUE ; 633 Text [ en-US ] = "Delete..." ; 634 }; 635 FixedText FT_NOTE 636 { 637 Pos = MAP_APPFONT ( 12, 95 ) ; 638 Size = MAP_APPFONT ( 200, 24 ) ; 639 Text [ en-US ] = "Note:\nThe size of an icon should be 16x16 pixel to achieve best quality. Different sized icons will be scaled automatically." ; 640 Left = TRUE ; 641 WordBreak = TRUE ; 642 }; 643 FixedLine FL_SEPARATOR 644 { 645 Pos = MAP_APPFONT ( 0, 120 ) ; 646 Size = MAP_APPFONT ( 240, 8 ) ; 647 }; 648 Color IMAGE_BTN_COLOR 649 { 650 Red = 0xC000 ; 651 Green = 0xC000 ; 652 Blue = 0xC000 ; 653 }; 654}; 655// added for issue83555 656ModalDialog MD_ICONCHANGE 657{ 658 HelpID = "cui:ModalDialog:MD_ICONCHANGE" ; 659 OutputSize = TRUE ; 660 SVLook = TRUE ; 661 Size = MAP_APPFONT ( 200, 150 ) ; 662 Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION" ; 663 Moveable = TRUE ; 664 FixedImage FI_INFO 665 { 666 Pos = MAP_APPFONT ( 6, 6 ) ; 667 Size = MAP_APPFONT ( 24, 24 ) ; 668 Fixed = Image 669 { 670 671 }; 672 }; 673 FixedText FTCHGE_DESCRIPTION 674 { 675 Pos = MAP_APPFONT ( 30 ,15 ) ; 676 Size = MAP_APPFONT ( 200, 50 ) ; 677 Text [ en-US ] = "The files listed below could not be imported.\nThe file format could not be interpreted." ; 678 }; 679 680 MultiLineEdit EDT_ADDR 681 { 682 HelpID = "cui:MultiLineEdit:MD_ICONCHANGE:EDT_ADDR" ; 683 Pos = MAP_APPFONT ( 30, 38) ; 684 Size = MAP_APPFONT ( 140, 83 ) ; 685 Border = TRUE ; 686 //VScroll = TRUE ; 687 IgnoreTab = TRUE ; 688 ReadOnly = TRUE ; 689 }; 690 OKButton MD_BTN_OK 691 { 692 Pos = MAP_APPFONT ( 68, 131 ) ; 693 Size = MAP_APPFONT ( 50, 14 ) ; 694 TabStop = TRUE ; 695 DefButton = TRUE ; 696 }; 697 698}; 699 700// Strings --------------------------------------------------------------- 701String RID_SVXSTR_IMPORT_ICON_ERROR 702{ 703 Text [ en-US ] = "The files listed below could not be imported. The file format could not be interpreted." ; 704}; 705 706String RID_SVXSTR_DELETE_ICON_CONFIRM // added for issue73355 707{ 708 Text [ en-US ] = "Are you sure to delete the image?" ; 709}; 710 711String RID_SVXSTR_REPLACE_ICON_WARNING // added for issue73355 712{ 713 Text [ en-US ] = "The icon %ICONNAME is already contained in the image list.\nWould you like to replace the existing icon?" ; 714}; 715 716String RID_SVXSTR_REPLACE_ICON_CONFIRM // added for issue73355 717{ 718 Text [ en-US ] = "Confirm Icon Replacement" ; 719}; 720 721String RID_SVXSTR_YESTOALL // added for issue73355 722{ 723 Text [ en-US ] = "Yes to All" ; 724}; 725 726String RID_SVXSTR_PRODUCTNAME_TOOLBARS 727{ 728 Text [ en-US ] = "%PRODUCTNAME %MODULENAME Toolbars" ; 729}; 730 731String RID_SVXSTR_TOOLBAR 732{ 733 Text [ en-US ] = "Toolbar" ; 734}; 735 736String RID_SVXSTR_TOOLBAR_CONTENT 737{ 738 Text [ en-US ] = "Toolbar Content" ; 739}; 740 741String RID_SVXSTR_COMMANDS 742{ 743 Text [ en-US ] = "Commands" ; 744}; 745 746String RID_SVXSTR_COMMAND 747{ 748 Text [ en-US ] = "Command" ; 749}; 750 751String RID_SVXSTR_TOOLBAR_NAME 752{ 753 TEXT_TOOLBAR_NAME 754}; 755 756/* %MENUNAME will be replaced at runtime by the name of the selected menu. */ 757QueryBox QBX_CONFIRM_DELETE_MENU 758{ 759 Message [ en-US ] = "Are you sure you want to delete the '%MENUNAME' menu?" ; 760 BUTTONS = WB_YES_NO ; 761 DEFBUTTON = WB_DEF_NO ; 762}; 763 764QueryBox QBX_CONFIRM_DELETE_TOOLBAR 765{ 766 Message [ en-US ] = "There are no more commands on the toolbar. Do you want to delete the toolbar?" ; 767 BUTTONS = WB_YES_NO ; 768 DEFBUTTON = WB_DEF_NO ; 769}; 770 771/* Translators: Do not translate %SAVE IN SELECTION% It is a placeholder and will be 772 replaced at runtime by the name of the selected application or document. 773*/ 774QueryBox QBX_CONFIRM_RESET 775{ 776 Message [ en-US ] = "The menu configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?" ; 777 BUTTONS = WB_YES_NO ; 778 DEFBUTTON = WB_DEF_NO ; 779}; 780 781/* Translators: Do not translate %SAVE IN SELECTION%. It is a placeholder 782 and will be replaced at runtime by the name of the selected application 783 or document. 784*/ 785String RID_SVXSTR_CONFIRM_MENU_RESET 786{ 787 Text [ en-US ] = "The menu configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?" ; 788}; 789 790String RID_SVXSTR_CONFIRM_TOOLBAR_RESET 791{ 792 Text [ en-US ] = "The toolbar configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?" ; 793}; 794 795QueryBox QBX_CONFIRM_RESTORE_DEFAULT 796{ 797 Message [ en-US ] = "This will delete all changes previously made to this toolbar. Do you really want to reset the toolbar?" ; 798 BUTTONS = WB_YES_NO ; 799 DEFBUTTON = WB_DEF_NO ; 800}; 801 802InfoBox IBX_MNUCFG_ALREADY_INCLUDED 803{ 804 Message [ en-US ] = "Function is already included in this popup." ; 805}; 806 807String RID_SVXSTR_LABEL_NEW_NAME 808{ 809 Text [ en-US ] = "~New name" ; 810}; 811 812String RID_SVXSTR_RENAME_MENU 813{ 814 Text [ en-US ] = "Rename Menu" ; 815}; 816 817String RID_SVXSTR_RENAME_TOOLBAR 818{ 819 Text [ en-US ] = "Rename Toolbar" ; 820}; 821String BUTTON_STR_UP 822{ 823 Text [ en-US ] = "Up" ; 824}; 825String BUTTON_STR_DOWN 826{ 827 Text [ en-US ] = "Down" ; 828}; 829 830// ********************************************************************** EOF 831