Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / cui / source / options / optchart.src
blob8432090a2cdc086ae03afb537a8e1e43ddf86f78
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 #include "optchart.hrc"
20 #include <cuires.hrc>
21 #include "helpid.hrc"
23 // tab page for setting the default colors used for new charts
25 TabPage RID_OPTPAGE_CHART_DEFCOLORS
27     HelpID  = HID_OPTIONS_CHART_DEFCOLORS;
28     Size    = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
29     Hide    = TRUE;
30     Text [ en-US ] = "Default Colors";
31     FixedLine FL_CHART_COLOR_LIST
32     {
33         Pos = MAP_APPFONT ( 6 , 3  ) ;
34         Size    = MAP_APPFONT ( 80 , 8 ) ;
35         Text [ en-US ] = "Chart colors";
36     };
37     ListBox LB_CHART_COLOR_LIST
38     {
39         HelpID = "cui:ListBox:RID_OPTPAGE_CHART_DEFCOLORS:LB_CHART_COLOR_LIST";
40         Border      = TRUE;
41         Pos     = MAP_APPFONT ( 12 , 15  );
42         Size        = MAP_APPFONT ( 68 , 152 );
43         DropDown    = FALSE;
44         TabStop     = TRUE ;
45     };
46     FixedLine FL_COLOR_BOX
47     {
48         Pos     = MAP_APPFONT ( 92 , 3  ) ;
49         Size            = MAP_APPFONT ( 106 , 8 ) ;
50         Text [ en-US ]  = "Color table" ;
51     };
52     Control CT_COLOR_BOX
53     {
54         Border      = TRUE;
55         Pos     = MAP_APPFONT ( 98 , 15  );
56         Size        = MAP_APPFONT ( 94 , 152 );
57         TabStop     = TRUE ;
58     };
59     PushButton PB_ADD_CHART_COLOR
60     {
61         Pos = MAP_APPFONT ( 204 , 15 ) ;
62         Size = MAP_APPFONT ( 50 , 14 ) ;
63         Text [ en-US ] = "~Add";
64     };
65     PushButton PB_REMOVE_CHART_COLOR
66     {
67         Pos = MAP_APPFONT ( 204 , 32 ) ;
68         Size = MAP_APPFONT ( 50 , 14 ) ;
69         Text [ en-US ] = "~Remove";
70     };
71     PushButton PB_RESET_TO_DEFAULT
72     {
73         HelpID = "cui:PushButton:RID_OPTPAGE_CHART_DEFCOLORS:PB_RESET_TO_DEFAULT";
74         Pos = MAP_APPFONT ( 204 , 165 ) ;
75         Size = MAP_APPFONT ( 50 , 14 ) ;
76         Text [ en-US ] = "~Default";
77     };
80 String RID_SVXSTR_DIAGRAM_ROW
82     // $(ROW) can be a number or the caption of the row in quotes
84     Text [ en-US ] = "Data Series $(ROW)" ;
86 QueryBox RID_OPTQB_COLOR_CHART_DELETE
88     Buttons = WB_YES_NO ;
89     DefButton = WB_DEF_NO ;
90     Message [ en-US ] = "Do you really want to delete the chart color?" ;
92 String RID_OPTSTR_COLOR_CHART_DELETE
94    Text [ en-US ] = "Chart Color Deletion" ;