sync master with lastest vba changes
[ooovba.git] / reportdesign / source / ui / report / report.src
blobf77a5e587ff4336136ce315fb495412500629481
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: report.src,v $
10  * $Revision: 1.5 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
30 #include "RptResId.hrc"
31 #include "rptui_slotid.hrc"
32 #ifndef _GLOBLMN_HRC
33 #include <svx/globlmn.hrc>
34 #endif
35 #ifndef _SBASLTID_HRC
36 #include <svx/svxids.hrc>
37 #endif
40 // Dialog Controls ---------------------------------------------------------------
42 String RID_STR_CLASS_FIXEDTEXT
44         Text = "Label" ;
46 String RID_STR_CLASS_FIXEDLINE
48         Text = "Line" ;
50 String RID_STR_CLASS_IMAGECONTROL
52         Text = "Graphic" ;
54 String RID_STR_CLASS_FORMATTEDFIELD
56         Text = "FormattedField" ;
60 // Property Browser Headline ----------------------------------------------------------------
62 String RID_STR_BRWTITLE_PROPERTIES
64         Text [ en-US ] = "Properties: ";
66 String RID_STR_BRWTITLE_NO_PROPERTIES
68         Text [ en-US ] = "No Control marked";
70 String RID_STR_BRWTITLE_MULTISELECT
72         Text [ en-US ] = "Multiselection";
75 String RID_STR_PROPTITLE_IMAGECONTROL
77         Text [ en-US ] = "Image Control" ;
79 String RID_STR_PROPTITLE_FIXEDTEXT
81         Text [ en-US ] = "Label field" ;
83 String RID_STR_PROPTITLE_FIXEDLINE
85         Text [ en-US ] = "Line" ;
86         Text [ x-comment ] = " ";
88 String RID_STR_PROPTITLE_FORMATTED
90         Text [ en-US ] = "Formatted Field";
91         Text [ x-comment ] = " ";
93 String RID_STR_PROPTITLE_SHAPE
95         Text [ en-US ] = "Shape";
96         Text [ x-comment ] = " ";
98 String RID_STR_PROPTITLE_REPORT
100         Text [ en-US ] = "Report";
102 String RID_STR_PROPTITLE_SECTION
104         Text [ en-US ] = "Section";
106 String RID_STR_PROPTITLE_FUNCTION
108         Text [ en-US ] = "Function";
110 String RID_STR_PROPTITLE_GROUP
112         Text [ en-US ] = "Group";
114 // -----------------------------------------------------------------------
116 Image RID_IMG_TREENODE_COLLAPSED
118         ImageBitmap = Bitmap { File = "plus.bmp"; } ;
119     MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
122 Image RID_IMG_TREENODE_EXPANDED
124         ImageBitmap = Bitmap { File = "minus.bmp"; } ;
125     MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
128 Image RID_IMG_TREENODE_COLLAPSED_HC
130         ImageBitmap = Bitmap { File = "plus_sch.bmp"; } ;
131     MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
134 Image RID_IMG_TREENODE_EXPANDED_HC
136         ImageBitmap = Bitmap { File = "minus_sch.bmp"; } ;
137     MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
140 String STR_SHOW_RULER
142         Text [ en-US ] = "Show ruler";
145 String STR_SHOW_GRID
147         Text [ en-US ] = "Show grid";
150 String RID_STR_UNDO_CHANGEPOSITION
152         Text [ en-US ] = "Change Object";
154 String RID_STR_UNDO_MOVE_GROUP
156         Text [ en-US ] = "Move Group(s)";
158 String RID_STR_UNDO_CONDITIONAL_FORMATTING
160         Text [ en-US ] = "Conditional Formatting";
162 String RID_STR_UNDO_REMOVE_REPORTHEADERFOOTER
164         Text [ en-US ] = "Remove report header / report footer";
167 String RID_STR_UNDO_ADD_REPORTHEADERFOOTER
169         Text [ en-US ] = "Add report header / report footer";
172 String RID_STR_UNDO_REMOVE_PAGEHEADERFOOTER
174         Text [ en-US ] = "Remove page header / page footer";
177 String RID_STR_UNDO_ADD_PAGEHEADERFOOTER
179         Text [ en-US ] = "Add page header / page footer";
182 String RID_STR_UNDO_PROPERTY
184         Text [ en-US ] = "Change property '#'";
185         Text = "The # character is used for replacing";
188 String RID_STR_UNDO_ADD_GROUP_HEADER
190         Text [ en-US ] = "Add group header ";
193 String RID_STR_UNDO_REMOVE_GROUP_HEADER
195         Text [ en-US ] = "Remove group header ";
198 String RID_STR_UNDO_ADD_GROUP_FOOTER
200         Text [ en-US ] = "Add group footer ";
203 String RID_STR_UNDO_REMOVE_GROUP_FOOTER
205         Text [ en-US ] = "Remove group footer ";
207 String RID_STR_UNDO_ADDFUNCTION
209         Text [ en-US ] = "Add function";
212 String RID_STR_UNDO_DELETEFUNCTION
214         Text [ en-US ] = "Delete function";
217 String RID_STR_DESIGN_VIEW
219         Text [ en-US ] = "Design";
222 String RID_STR_PREVIEW_VIEW
224         Text [ en-US ] = "Preview";
227 String STR_RPT_TITLE
229         Text [ en-US ] = "Report #" ;
230         Text [ x-comment ] = " ";
233 String STR_RPT_LABEL
235         Text [ en-US ] = "~Report name" ;
238 String RID_STR_UNDO_REMOVE_GROUP
240         Text [ en-US ] = "Delete Group" ;
243 String RID_STR_UNDO_APPEND_GROUP
245         Text [ en-US ] = "Add Group" ;
248 String RID_STR_UNDO_REMOVE_SELECTION
250         Text [ en-US ] = "Delete Selection" ;
252 String RID_STR_UNDO_REMOVE_FUNCTION
254         Text [ en-US ] = "Delete Function" ;
257 String RID_STR_UNDO_CHANGE_SIZE
259         Text [ en-US ] = "Change Size" ;
262 String RID_STR_UNDO_PASTE
264         Text [ en-US ] = "Paste" ;
267 String RID_STR_UNDO_INSERT_CONTROL
269         Text [ en-US ] = "Insert Control" ;
272 String RID_STR_UNDO_DELETE_CONTROL
274         Text [ en-US ] = "Delete Control" ;
277 String RID_STR_UNDO_GROUP
279         Text [ en-US ] = "Insert Group" ;
282 String RID_STR_UNDO_UNGROUP
284         Text [ en-US ] = "Delete Group" ;
287 String RID_STR_GROUPHEADER
289         Text [ en-US ] = "GroupHeader";
290         Text [ x-comment ] = "Please try to avoid spaces in the name. It is used as a programatic one.";
292 String RID_STR_GROUPFOOTER
294         Text [ en-US ] = "GroupFooter";
295         Text [ x-comment ] = "Please try to avoid spaces in the name. It is used as a programatic one.";
297 Menu RID_MENU_REPORT
299         ItemList =
300         {
301                 MenuItem
302                 {
303                         Identifier = SID_SORTINGANDGROUPING;
304                         HelpId = SID_SORTINGANDGROUPING ;
305                         Command = ".uno:DbSortingAndGrouping";
306                         Text [ en-US ] = "Sorting and Grouping...";
307                 };
308                 MenuItem
309                 {
310                         Separator = TRUE;
311                 };
312                 MenuItem
313                 {
314                         Identifier = SID_ATTR_CHAR_COLOR_BACKGROUND;
315                         HelpId = SID_ATTR_CHAR_COLOR_BACKGROUND ;
316                         Command = ".uno:DBBackgroundColor";
317                         Text [ en-US ] = "Background Color...";
318                 };
319                 MenuItem
320                 {
321                         Identifier = SID_RULER;
322                         HelpId = SID_RULER ;
323                         Command = ".uno:ShowRuler";
324                         Checkable = TRUE;
325                         Text [ en-US ] = "Ruler...";
326                 };
327                 MenuItem
328                 {
329                         Identifier = SID_GRID_VISIBLE;
330                         HelpId = SID_GRID_VISIBLE ;
331                         Command = ".uno:GridVisible";
332                         Checkable = TRUE;
333                         Text [ en-US ] = "Grid...";
334                 };
335                 MenuItem
336                 {
337                         Separator = TRUE;
338                 };
339                 MenuItem
340                 {
341                         Identifier = SID_PAGEHEADERFOOTER;
342                         HelpId = SID_PAGEHEADERFOOTER ;
343                         Command = ".uno:PageHeaderFooter";
344                         Checkable = TRUE;
345                 };
346                 MenuItem
347                 {
348                         Identifier = SID_REPORTHEADERFOOTER;
349                         HelpId = SID_REPORTHEADERFOOTER ;
350                         Command = ".uno:ReportHeaderFooter";
351                         Checkable = TRUE;
352                 };
353                 MenuItem
354                 {
355                         Separator = TRUE;
356                 };
357         MenuItem
358                 {
359             Identifier = SID_ARRANGEMENU ; 
360             HelpID = SID_ARRANGEMENU ; 
361             Command = ".uno:ArrangeMenu" ; 
362             Text [ en-US ] = "~Arrange" ; 
363                         SubMenu = Menu
364                         {
365                                 ItemList = 
366                                 {
367                                         MenuItem
368                                         {
369                         ITEM_FORMAT_FRAME_TO_TOP
370                     };
371                     MenuItem
372                     {
373                         Identifier = SID_FRAME_UP ; 
374                         HelpID = SID_FRAME_UP ; 
375                         Text [ en-US ] = "Bring ~Forward" ;
376                     };
377                     MenuItem
378                     {
379                         Identifier = SID_FRAME_DOWN ; 
380                         HelpID = SID_FRAME_DOWN ;
381                         Text [ en-US ] = "Send Back~ward" ;
382                     };
383                     MenuItem
384                                         {
385                         ITEM_FORMAT_FRAME_TO_BOTTOM
386                     };
387                     MenuItem
388                                         {
389                         Separator = TRUE;
390                     };
391                     MenuItem
392                                         {
393                         ITEM_FORMAT_OBJECT_HEAVEN
394                     };
395                     MenuItem
396                                         {
397                         ITEM_FORMAT_OBJECT_HELL
398                     };
399                 };
400             };
401         };
402                 MenuItem
403                 {
404                         ITEM_FORMAT_OBJECT_ALIGN
405                         SubMenu = Menu
406                         {
407                                 ItemList = 
408                                 {
409                                         MenuItem
410                                         {
411                                                 ITEM_FORMAT_OBJECT_ALIGN_LEFT
412                                         };
413                                         MenuItem
414                                         {
415                                                 ITEM_FORMAT_OBJECT_ALIGN_CENTER
416                                         };
417                                         MenuItem
418                                         {
419                                                 ITEM_FORMAT_OBJECT_ALIGN_RIGHT
420                                         };
421                                         MenuItem
422                                         {
423                                                 Separator = TRUE;
424                                         };
425                                         MenuItem
426                                         {
427                                                 ITEM_FORMAT_OBJECT_ALIGN_UP
428                                         };
429                                         MenuItem
430                                         {
431                                                 ITEM_FORMAT_OBJECT_ALIGN_MIDDLE
432                                         };
433                                         MenuItem
434                                         {
435                                                 ITEM_FORMAT_OBJECT_ALIGN_DOWN
436                                         };
437                                 };
438                         };
439                 };
440                 MenuItem
441                 {
442                         Separator = TRUE;
443                 };
444         MenuItem
445                 {
446                         Identifier = SID_OBJECT_RESIZING ; 
447                 Command = ".uno:ObjectResize" ; 
448             HelpID = SID_OBJECT_RESIZING ; 
449             Text [ en-US ] = "~Object Resizing" ;
450                 Text [ x-comment ] = " ";       
451                         SubMenu = Menu
452                         {
453                                 ItemList = 
454                                 {
455                                         MenuItem
456                                         {
457                                                 Identifier = SID_OBJECT_SMALLESTWIDTH ;
458                             Command = ".uno:SmallestWidth" ;
459                         HelpID = SID_OBJECT_SMALLESTWIDTH ;
460                         Text [ en-US ] = "~Fit to smallest width" ;
461                             Text [ x-comment ] = " ";
462                                         };
463                                         MenuItem
464                                         {
465                                                 Identifier = SID_OBJECT_GREATESTWIDTH ;
466                             Command = ".uno:GreatestWidth" ;
467                         HelpID = SID_OBJECT_GREATESTWIDTH ;
468                         Text [ en-US ] = "~Fit to greatest width" ;
469                             Text [ x-comment ] = " ";
470                                         };
471                     MenuItem
472                                         {
473                                                 Separator = TRUE;
474                                         };
475                                         MenuItem
476                                         {
477                                                 Identifier = SID_OBJECT_SMALLESTHEIGHT ;
478                             Command = ".uno:SmallestHeight" ;
479                         HelpID = SID_OBJECT_SMALLESTHEIGHT ;
480                         Text [ en-US ] = "~Fit to smallest height" ;
481                             Text [ x-comment ] = " ";
482                                         };
483                                         MenuItem
484                                         {
485                                                 Identifier = SID_OBJECT_GREATESTHEIGHT ;
486                             Command = ".uno:GreatestHeight" ;
487                         HelpID = SID_OBJECT_GREATESTHEIGHT ;
488                         Text [ en-US ] = "~Fit to greatest height" ;
489                             Text [ x-comment ] = " ";
490                                         };
491                                 };
492                         };
493                 };
494                 MenuItem
495                 {
496                         Separator = TRUE;
497                 };
498         MenuItem
499                 {
500                         Identifier = SID_DISTRIBUTION;
501                         HelpId = SID_DISTRIBUTION ;
502                         Command = ".uno:Distribution";
503                 Text [ en-US ] = "Distribution..." ;
504                 };
505         MenuItem
506                 {
507                         Separator = TRUE;
508                 };
509                 MenuItem
510                 {
511                         Identifier = SID_SHOW_PROPERTYBROWSER;
512                         HelpId = SID_SHOW_PROPERTYBROWSER ;
513                         Command = ".uno:FormProperties";
514                         Text [ en-US ] = "Properties...";
515                 };
516                 MenuItem
517                 {
518                         Separator = TRUE;
519                 };
520                 MenuItem
521                 {
522                         ITEM_EDIT_CUT
523                 };
524                 MenuItem
525                 {
526                         ITEM_EDIT_COPY
527                 };
528                 MenuItem
529                 {
530                         ITEM_EDIT_PASTE
531                 };
532         };
534 String RID_STR_FIELDSELECTION
536         Text [ en-US ] = "Add field:";
539 String RID_STR_FILTER
541         Text [ en-US ] = "Filter" ;
544 String RID_APP_TITLE
546         Text [ en-US ] = " - %PRODUCTNAME Base Report" ;
549 String RID_APP_NEW_DOC
551         Text [ en-US ] = "Untitled" ;
553 String RID_STR_UNDO_ALIGNMENT
555         Text [ en-US ] = "Change Alignment" ;
557 String RID_STR_HEADER
559         Text [ en-US ] = "# Header" ;
560         Text[ x-comment ] = "# will be replaced with a name.";
562 String RID_STR_FOOTER
564         Text [ en-US ] = "# Footer" ;
565         Text[ x-comment ] = "# will be replaced with a name.";
567 String RID_STR_IMPORT_GRAPHIC
569         Text [ en-US ] = "Insert graphics" ;
571 String RID_STR_DELETE
573         Text [ en-US ] = "Delete" ;
575 String RID_STR_FUNCTION
577         Text [ en-US ] = "Function" ;
579 Image REPORT_TREE_ICON
581         ImageBitmap = Bitmap { File = "report_16"; };
582         MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
584 String RID_STR_COULD_NOT_CREATE_REPORT
586         Text [ en-US ] = "An error occurred while creating the report." ;
588 String RID_STR_CAUGHT_FOREIGN_EXCEPTION
590     Text [ en-US ] = "An exception of type $type$ was caught." ;
592 String RID_STR_UNDO_CHANGEFONT
594         Text [ en-US ] = "Change font";
596 String RID_STR_UNDO_CHANGEPAGE
598     Text [ en-US ] = "Change page attributes";
600 String RID_STR_PAGEHEADERFOOTER_INSERT
602     Text [ en-US ] = "Insert Page Header/Footer";
604 String RID_STR_PAGEHEADERFOOTER_DELETE
606     Text [ en-US ] = "Delete Page Header/Footer";
608 String RID_STR_COLUMNHEADERFOOTER_INSERT
610     Text [ en-US ] = "Insert Column Header/Footer";
612 String RID_STR_COLUMNHEADERFOOTER_DELETE
614     Text [ en-US ] = "Delete Column Header/Footer";
616 String RID_STR_REPORTHEADERFOOTER_INSERT
618     Text [ en-US ] = "Insert Report Header/Footer";
620 String RID_STR_REPORTHEADERFOOTER_DELETE
622     Text [ en-US ] = "Delete Report Header/Footer";
624 String RID_ERR_NO_COMMAND
626     Text [ en-US ] = "The report can not be executed unless it is bound to content.";
628 String RID_ERR_NO_OBJECTS
630     Text [ en-US ] = "The report can not be executed unless at least one object has been inserted.";
632 String RID_STR_DETAIL
634         Text [ en-US ] = "Detail";
636 String RID_STR_PAGE_HEADER
638         Text [ en-US ] = "Page Header";
640 String RID_STR_PAGE_FOOTER
642         Text [ en-US ] = "Page Footer";
644 String RID_STR_REPORT_HEADER
646         Text [ en-US ] = "Report Header";
648 String RID_STR_REPORT_FOOTER
650         Text [ en-US ] = "Report Footer";
652 String RID_STR_INSERT
654     Text [ en-US ] = "Insert";