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 "RptResId.hrc" 25#include "rptui_slotid.hrc" 26#ifndef _GLOBLMN_HRC 27#include <svx/globlmn.hrc> 28#endif 29#ifndef _SBASLTID_HRC 30#include <svx/svxids.hrc> 31#endif 32#include "helpids.hrc" 33 34// Dialog Controls --------------------------------------------------------------- 35 36String RID_STR_CLASS_FIXEDTEXT 37{ 38 Text = "Label" ; 39}; 40String RID_STR_CLASS_FIXEDLINE 41{ 42 Text = "Line" ; 43}; 44String RID_STR_CLASS_IMAGECONTROL 45{ 46 Text = "Graphic" ; 47}; 48String RID_STR_CLASS_FORMATTEDFIELD 49{ 50 Text = "FormattedField" ; 51}; 52 53 54// Property Browser Headline ---------------------------------------------------------------- 55 56String RID_STR_BRWTITLE_PROPERTIES 57{ 58 Text [ en-US ] = "Properties: " ; 59}; 60String RID_STR_BRWTITLE_NO_PROPERTIES 61{ 62 Text [ en-US ] = "No Control marked" ; 63}; 64String RID_STR_BRWTITLE_MULTISELECT 65{ 66 Text [ en-US ] = "Multiselection" ; 67}; 68 69String RID_STR_PROPTITLE_IMAGECONTROL 70{ 71 Text [ en-US ] = "Image Control" ; 72}; 73String RID_STR_PROPTITLE_FIXEDTEXT 74{ 75 Text [ en-US ] = "Label field" ; 76}; 77String RID_STR_PROPTITLE_FIXEDLINE 78{ 79 Text [ en-US ] = "Line" ; 80}; 81String RID_STR_PROPTITLE_FORMATTED 82{ 83 Text [ en-US ] = "Formatted Field" ; 84}; 85String RID_STR_PROPTITLE_SHAPE 86{ 87 Text [ en-US ] = "Shape" ; 88}; 89String RID_STR_PROPTITLE_REPORT 90{ 91 Text [ en-US ] = "Report" ; 92}; 93String RID_STR_PROPTITLE_SECTION 94{ 95 Text [ en-US ] = "Section" ; 96}; 97String RID_STR_PROPTITLE_FUNCTION 98{ 99 Text [ en-US ] = "Function" ; 100}; 101String RID_STR_PROPTITLE_GROUP 102{ 103 Text [ en-US ] = "Group" ; 104}; 105// ----------------------------------------------------------------------- 106 107Image RID_IMG_TREENODE_COLLAPSED 108{ 109 ImageBitmap = Bitmap { File = "plus.png" ; } ; 110}; 111 112Image RID_IMG_TREENODE_EXPANDED 113{ 114 ImageBitmap = Bitmap { File = "minus.png" ; } ; 115}; 116 117Image RID_IMG_TREENODE_COLLAPSED_HC 118{ 119 ImageBitmap = Bitmap { File = "plus_sch.png" ; } ; 120}; 121 122Image RID_IMG_TREENODE_EXPANDED_HC 123{ 124 ImageBitmap = Bitmap { File = "minus_sch.png" ; } ; 125}; 126 127String STR_SHOW_RULER 128{ 129 Text [ en-US ] = "Show ruler" ; 130}; 131 132String STR_SHOW_GRID 133{ 134 Text [ en-US ] = "Show grid" ; 135}; 136 137String RID_STR_UNDO_CHANGEPOSITION 138{ 139 Text [ en-US ] = "Change Object" ; 140}; 141String RID_STR_UNDO_MOVE_GROUP 142{ 143 Text [ en-US ] = "Move Group(s)" ; 144}; 145String RID_STR_UNDO_CONDITIONAL_FORMATTING 146{ 147 Text [ en-US ] = "Conditional Formatting" ; 148}; 149String RID_STR_UNDO_REMOVE_REPORTHEADERFOOTER 150{ 151 Text [ en-US ] = "Remove report header / report footer" ; 152}; 153 154String RID_STR_UNDO_ADD_REPORTHEADERFOOTER 155{ 156 Text [ en-US ] = "Add report header / report footer" ; 157}; 158 159String RID_STR_UNDO_REMOVE_PAGEHEADERFOOTER 160{ 161 Text [ en-US ] = "Remove page header / page footer" ; 162}; 163 164String RID_STR_UNDO_ADD_PAGEHEADERFOOTER 165{ 166 Text [ en-US ] = "Add page header / page footer" ; 167}; 168 169String RID_STR_UNDO_PROPERTY 170{ 171 Text [ en-US ] = "Change property '#'" ; 172 Text = "The # character is used for replacing" ; 173}; 174 175String RID_STR_UNDO_ADD_GROUP_HEADER 176{ 177 Text [ en-US ] = "Add group header " ; 178}; 179 180String RID_STR_UNDO_REMOVE_GROUP_HEADER 181{ 182 Text [ en-US ] = "Remove group header " ; 183}; 184 185String RID_STR_UNDO_ADD_GROUP_FOOTER 186{ 187 Text [ en-US ] = "Add group footer " ; 188}; 189 190String RID_STR_UNDO_REMOVE_GROUP_FOOTER 191{ 192 Text [ en-US ] = "Remove group footer " ; 193}; 194String RID_STR_UNDO_ADDFUNCTION 195{ 196 Text [ en-US ] = "Add function" ; 197}; 198 199String RID_STR_UNDO_DELETEFUNCTION 200{ 201 Text [ en-US ] = "Delete function" ; 202}; 203 204String RID_STR_DESIGN_VIEW 205{ 206 Text [ en-US ] = "Design" ; 207}; 208 209String RID_STR_PREVIEW_VIEW 210{ 211 Text [ en-US ] = "Preview" ; 212}; 213 214String STR_RPT_TITLE 215{ 216 Text [ en-US ] = "Report #" ; 217}; 218 219String STR_RPT_LABEL 220{ 221 Text [ en-US ] = "~Report name" ; 222}; 223 224String RID_STR_UNDO_REMOVE_GROUP 225{ 226 Text [ en-US ] = "Delete Group" ; 227}; 228 229String RID_STR_UNDO_APPEND_GROUP 230{ 231 Text [ en-US ] = "Add Group" ; 232}; 233 234String RID_STR_UNDO_REMOVE_SELECTION 235{ 236 Text [ en-US ] = "Delete Selection" ; 237}; 238String RID_STR_UNDO_REMOVE_FUNCTION 239{ 240 Text [ en-US ] = "Delete Function" ; 241}; 242 243String RID_STR_UNDO_CHANGE_SIZE 244{ 245 Text [ en-US ] = "Change Size" ; 246}; 247 248String RID_STR_UNDO_PASTE 249{ 250 Text [ en-US ] = "Paste" ; 251}; 252 253String RID_STR_UNDO_INSERT_CONTROL 254{ 255 Text [ en-US ] = "Insert Control" ; 256}; 257 258String RID_STR_UNDO_DELETE_CONTROL 259{ 260 Text [ en-US ] = "Delete Control" ; 261}; 262 263String RID_STR_UNDO_GROUP 264{ 265 Text [ en-US ] = "Insert Group" ; 266}; 267 268String RID_STR_UNDO_UNGROUP 269{ 270 Text [ en-US ] = "Delete Group" ; 271}; 272 273String RID_STR_GROUPHEADER 274{ 275 Text [ en-US ] = "GroupHeader" ; 276}; 277String RID_STR_GROUPFOOTER 278{ 279 Text [ en-US ] = "GroupFooter" ; 280}; 281Menu RID_MENU_REPORT 282{ 283 ItemList = 284 { 285 MenuItem 286 { 287 Identifier = SID_SORTINGANDGROUPING ; 288 Command = ".uno:DbSortingAndGrouping" ; 289 Text [ en-US ] = "Sorting and Grouping..." ; 290 }; 291 MenuItem 292 { 293 Separator = TRUE; 294 }; 295 MenuItem 296 { 297 Identifier = SID_ATTR_CHAR_COLOR_BACKGROUND ; 298 Command = ".uno:DBBackgroundColor" ; 299 Text [ en-US ] = "Background Color..." ; 300 }; 301 MenuItem 302 { 303 Identifier = SID_RULER ; 304 Command = ".uno:ShowRuler" ; 305 Checkable = TRUE; 306 Text [ en-US ] = "Ruler..." ; 307 }; 308 MenuItem 309 { 310 Identifier = SID_GRID_VISIBLE ; 311 Command = ".uno:GridVisible" ; 312 Checkable = TRUE ; 313 Text [ en-US ] = "Grid..." ; 314 }; 315 MenuItem 316 { 317 Separator = TRUE; 318 }; 319 MenuItem 320 { 321 Identifier = SID_PAGEHEADERFOOTER ; 322 Command = ".uno:PageHeaderFooter" ; 323 Checkable = TRUE ; 324 }; 325 MenuItem 326 { 327 Identifier = SID_REPORTHEADERFOOTER ; 328 Command = ".uno:ReportHeaderFooter" ; 329 Checkable = TRUE ; 330 }; 331 MenuItem 332 { 333 Separator = TRUE ; 334 }; 335 MenuItem 336 { 337 Identifier = SID_ARRANGEMENU ; 338 Command = ".uno:ArrangeMenu" ; 339 Text [ en-US ] = "~Arrange" ; 340 SubMenu = Menu 341 { 342 ItemList = 343 { 344 MenuItem 345 { 346 ITEM_FORMAT_FRAME_TO_TOP 347 }; 348 MenuItem 349 { 350 Identifier = SID_FRAME_UP ; 351 HelpId = ".uno:ObjectForwardOne" ; 352 Text [ en-US ] = "Bring ~Forward" ; 353 }; 354 MenuItem 355 { 356 Identifier = SID_FRAME_DOWN ; 357 HelpId = ".uno:ObjectBackOne" ; 358 Text [ en-US ] = "Send Back~ward" ; 359 }; 360 MenuItem 361 { 362 ITEM_FORMAT_FRAME_TO_BOTTOM 363 }; 364 MenuItem 365 { 366 Separator = TRUE ; 367 }; 368 MenuItem 369 { 370 ITEM_FORMAT_OBJECT_HEAVEN 371 }; 372 MenuItem 373 { 374 ITEM_FORMAT_OBJECT_HELL 375 }; 376 }; 377 }; 378 }; 379 MenuItem 380 { 381 ITEM_FORMAT_OBJECT_ALIGN 382 SubMenu = Menu 383 { 384 ItemList = 385 { 386 MenuItem 387 { 388 ITEM_FORMAT_OBJECT_ALIGN_LEFT 389 }; 390 MenuItem 391 { 392 ITEM_FORMAT_OBJECT_ALIGN_CENTER 393 }; 394 MenuItem 395 { 396 ITEM_FORMAT_OBJECT_ALIGN_RIGHT 397 }; 398 MenuItem 399 { 400 Separator = TRUE ; 401 }; 402 MenuItem 403 { 404 ITEM_FORMAT_OBJECT_ALIGN_UP 405 }; 406 MenuItem 407 { 408 ITEM_FORMAT_OBJECT_ALIGN_MIDDLE 409 }; 410 MenuItem 411 { 412 ITEM_FORMAT_OBJECT_ALIGN_DOWN 413 }; 414 }; 415 }; 416 }; 417 MenuItem 418 { 419 Separator = TRUE ; 420 }; 421 422 MenuItem 423 { 424 Identifier = SID_OBJECT_RESIZING ; 425 Command = ".uno:ObjectResize" ; 426 Text [ en-US ] = "~Object Resizing" ; 427 SubMenu = Menu 428 { 429 ItemList = 430 { 431 MenuItem 432 { 433 Identifier = SID_OBJECT_SMALLESTWIDTH ; 434 Command = ".uno:SmallestWidth" ; 435 Text [ en-US ] = "~Fit to smallest width" ; 436 }; 437 MenuItem 438 { 439 Identifier = SID_OBJECT_GREATESTWIDTH ; 440 Command = ".uno:GreatestWidth" ; 441 Text [ en-US ] = "~Fit to greatest width" ; 442 }; 443 MenuItem 444 { 445 Separator = TRUE ; 446 }; 447 MenuItem 448 { 449 Identifier = SID_OBJECT_SMALLESTHEIGHT ; 450 Command = ".uno:SmallestHeight" ; 451 Text [ en-US ] = "~Fit to smallest height" ; 452 }; 453 MenuItem 454 { 455 Identifier = SID_OBJECT_GREATESTHEIGHT ; 456 Command = ".uno:GreatestHeight" ; 457 Text [ en-US ] = "~Fit to greatest height" ; 458 }; 459 }; 460 }; 461 }; 462 463 MenuItem 464 { 465 Separator = TRUE ; 466 }; 467 MenuItem 468 { 469 Identifier = SID_SECTION_SHRINK_MENU ; 470 Command = ".uno:SectionShrinkMenu" ; 471 Text [ en-US ] = "Section" ; 472 SubMenu = Menu 473 { 474 ItemList = 475 { 476 MenuItem 477 { 478 Identifier = SID_SECTION_SHRINK ; 479 Command = ".uno:SectionShrink" ; 480 Text [ en-US ] = "Shrink" ; 481 }; 482 MenuItem 483 { 484 Identifier = SID_SECTION_SHRINK_TOP ; 485 Command = ".uno:SectionShrinkTop" ; 486 Text [ en-US ] = "Shrink from top" ; 487 }; 488 MenuItem 489 { 490 Identifier = SID_SECTION_SHRINK_BOTTOM ; 491 Command = ".uno:SectionShrinkBottom" ; 492 Text [ en-US ] = "Shrink from bottom" ; 493 }; 494 }; 495 }; 496 }; 497 MenuItem 498 { 499 Separator = TRUE ; 500 }; 501 MenuItem 502 { 503 Identifier = SID_DISTRIBUTION ; 504 Command = ".uno:Distribution" ; 505 Text [ en-US ] = "Distribution..." ; 506 }; 507 MenuItem 508 { 509 Separator = TRUE; 510 }; 511 MenuItem 512 { 513 Identifier = SID_SHOW_PROPERTYBROWSER ; 514 Command = ".uno:FormProperties" ; 515 Text [ en-US ] = "Properties..." ; 516 }; 517 MenuItem 518 { 519 Separator = TRUE ; 520 }; 521 MenuItem 522 { 523 ITEM_EDIT_CUT 524 }; 525 MenuItem 526 { 527 ITEM_EDIT_COPY 528 }; 529 MenuItem 530 { 531 ITEM_EDIT_PASTE 532 }; 533 }; 534}; 535String RID_STR_FIELDSELECTION 536{ 537 Text [ en-US ] = "Add field:" ; 538}; 539 540String RID_STR_FILTER 541{ 542 Text [ en-US ] = "Filter" ; 543}; 544 545String RID_APP_TITLE 546{ 547 Text [ en-US ] = " - %PRODUCTNAME Base Report" ; 548}; 549 550String RID_APP_NEW_DOC 551{ 552 Text [ en-US ] = "Untitled" ; 553}; 554String RID_STR_UNDO_ALIGNMENT 555{ 556 Text [ en-US ] = "Change Alignment" ; 557}; 558String RID_STR_HEADER 559{ 560 Text [ en-US ] = "# Header" ; 561}; 562String RID_STR_FOOTER 563{ 564 Text [ en-US ] = "# Footer" ; 565}; 566String RID_STR_IMPORT_GRAPHIC 567{ 568 Text [ en-US ] = "Insert graphics" ; 569}; 570String RID_STR_DELETE 571{ 572 Text [ en-US ] = "Delete" ; 573}; 574String RID_STR_FUNCTION 575{ 576 Text [ en-US ] = "Function" ; 577}; 578Image REPORT_TREE_ICON 579{ 580 ImageBitmap = Bitmap { File = "report_16.png" ; }; 581}; 582String RID_STR_COULD_NOT_CREATE_REPORT 583{ 584 Text [ en-US ] = "An error occurred while creating the report." ; 585}; 586String RID_STR_CAUGHT_FOREIGN_EXCEPTION 587{ 588 Text [ en-US ] = "An exception of type $type$ was caught." ; 589}; 590String RID_STR_UNDO_CHANGEFONT 591{ 592 Text [ en-US ] = "Change font" ; 593}; 594String RID_STR_UNDO_CHANGEPAGE 595{ 596 Text [ en-US ] = "Change page attributes" ; 597}; 598String RID_STR_PAGEHEADERFOOTER_INSERT 599{ 600 Text [ en-US ] = "Insert Page Header/Footer" ; 601}; 602String RID_STR_PAGEHEADERFOOTER_DELETE 603{ 604 Text [ en-US ] = "Delete Page Header/Footer" ; 605}; 606String RID_STR_COLUMNHEADERFOOTER_INSERT 607{ 608 Text [ en-US ] = "Insert Column Header/Footer" ; 609}; 610String RID_STR_COLUMNHEADERFOOTER_DELETE 611{ 612 Text [ en-US ] = "Delete Column Header/Footer" ; 613}; 614String RID_STR_REPORTHEADERFOOTER_INSERT 615{ 616 Text [ en-US ] = "Insert Report Header/Footer" ; 617}; 618String RID_STR_REPORTHEADERFOOTER_DELETE 619{ 620 Text [ en-US ] = "Delete Report Header/Footer" ; 621}; 622String RID_ERR_NO_COMMAND 623{ 624 Text [ en-US ] = "The report can not be executed unless it is bound to content." ; 625}; 626String RID_ERR_NO_OBJECTS 627{ 628 Text [ en-US ] = "The report can not be executed unless at least one object has been inserted." ; 629}; 630String RID_STR_UNDO_SHRINK 631{ 632 Text [ en-US ] = "Shrink Section" ; 633}; 634String RID_STR_DETAIL 635{ 636 Text [ en-US ] = "Detail" ; 637}; 638String RID_STR_PAGE_HEADER 639{ 640 Text [ en-US ] = "Page Header" ; 641}; 642String RID_STR_PAGE_FOOTER 643{ 644 Text [ en-US ] = "Page Footer" ; 645}; 646String RID_STR_REPORT_HEADER 647{ 648 Text [ en-US ] = "Report Header" ; 649}; 650String RID_STR_REPORT_FOOTER 651{ 652 Text [ en-US ] = "Report Footer" ; 653}; 654String RID_STR_INSERT 655{ 656 Text [ en-US ] = "Insert" ; 657}; 658 659// ********************************************************************** EOF 660