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