User: kz Date: 2008-03-05 18:10:56+0000 Modified: dba/reportdesign/source/ui/inspection/inspection.src
Log: INTEGRATION: CWS rptchart01_DEV300 (1.5.20); FILE MERGED 2008/02/19 06:42:52 oj 1.5.20.3: #i85225# ongoing work 2008/01/25 13:57:55 oj 1.5.20.2: #i85225# two new aatributes for master detail 2008/01/24 12:39:33 oj 1.5.20.1: #i85225# changes for chart File Changes: Directory: /dba/reportdesign/source/ui/inspection/ ================================================== File [changed]: inspection.src Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inspection/inspection.src?r1=1.5&r2=1.6 Delta lines: +29 -0 -------------------- --- inspection.src 2007-11-20 19:10:56+0000 1.5 +++ inspection.src 2008-03-05 18:10:53+0000 1.6 @@ -108,6 +108,10 @@ { Text [ en-US ] = "Reset page number" ; }; +String RID_STR_CHARTTYPE +{ + Text [ en-US ] = "Chart type" ; +}; String RID_STR_PRINTWHENGROUPCHANGE { Text [ en-US ] = "Print When Group Change" ; @@ -224,3 +228,28 @@ { Text [ en-US ] = "Field or Formula;Function;Counter;User defined Function"; }; +String RID_STR_MASTERFIELDS +{ + Text [ en-US ] = "Link master fields" ; +}; +String RID_STR_DETAILFIELDS +{ + Text [ en-US ] = "Link slave fields" ; +}; +String RID_STR_EXPLANATION +{ + Text [ en-US ] = "Charts can be used to display detailed data about the current record of the report. To do this, you can specify which columns in the chart match which columns in the report."; +}; +String RID_STR_DETAILLABEL +{ + Text [ en-US ] = "Chart" ; +}; +String RID_STR_MASTERLABEL +{ + Text [ en-US ] = "Report" ; +}; + +String RID_STR_PREVIEW_COUNT +{ + Text [ en-US ] = "Preview Row(s)" ; +}; \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
