update dev300-m58
[ooovba.git] / svx / source / options / optimprove.src
blob86fc6d1c1a5d8639c51251b64beb9cf0d4fcc6da
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: optimprove.src,v $
10  * $Revision: 1.3 $
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  ************************************************************************/
31 // include --------------------------------------------------------------
33 #include "optimprove.hrc"
34 #include <svx/dialogs.hrc>
35 #include "helpid.hrc"
37 TabPage RID_SVXPAGE_IMPROVEMENT
39     //!HelpId = HID_OPTIONS_IMPROVEMENT ;
40     OutputSize = TRUE ;
41     SVLook = TRUE ;
42     Hide = TRUE ;
43     Size = MAP_APPFONT ( 260 , 185 ) ;
44     Text [ en-US ] = "%PRODUCTNAME Improvement Program" ;
45     FixedLine FL_IMPROVE
46     {
47         Pos = MAP_APPFONT ( 6 , 3 ) ;
48         Size = MAP_APPFONT ( 248 , 8 ) ;
49         Text [ en-US ] = "Improvement Program" ;
50     };
51     FixedText FT_INVITATION
52     {
53         Pos = MAP_APPFONT ( 12 , 14 ) ;
54         Size = MAP_APPFONT ( 242 , 72 ) ;
55         WordBreak = TRUE ;
56         Text [ en-US ] = "We invite you to join our %PRODUCTNAME Improvement Program to help optimize the quality of %PRODUCTNAME.\n\nIf you are willing to participate, we will collect anonymous statistics about how you use %PRODUCTNAME. The data is used to identify usage patterns.\n\nThe %PRODUCTNAME Improvement Program will not collect any personal data, or document content." ;
57     };
58     RadioButton RB_YES
59     {
60         Pos = MAP_APPFONT ( 12 , 92 ) ;
61         Size = MAP_APPFONT ( 215 , 10 ) ;
62         Check = TRUE ;
63         Text [ en-US ] = "~Yes, I am willing to participate in the %PRODUCTNAME Improvement Program" ;
64     };
65     RadioButton RB_NO
66     {
67         Pos = MAP_APPFONT ( 12 , 105 ) ;
68         Size = MAP_APPFONT ( 215 , 10 ) ;
69         Text [ en-US ] = "~No, I do not wish to participate" ;
70     };
71     FixedImage FI_INFO
72     {
73         Pos = MAP_APPFONT ( 230 , 91 ) ;
74         Size = MAP_APPFONT ( 24 , 24 ) ;
75         Fixed = Image
76         {
77             ImageBitmap = Bitmap { File = "info.png"; };
78         };
79     };
80     FixedLine FL_DATA
81     {
82         Pos = MAP_APPFONT ( 6 , 121 ) ;
83         Size = MAP_APPFONT ( 248 , 8 ) ;
84         Text [ en-US ] = "Tracked Data" ;
85     };
86     FixedText FT_NR_REPORTS
87     {
88         Pos = MAP_APPFONT ( 12 , 132 ) ;
89         Size = MAP_APPFONT ( 80 , 8 ) ;
90         Text [ en-US ] = "Number of reports sent:" ;
91     };
92     FixedText FT_NR_REPORTS_VALUE
93     {
94         Pos = MAP_APPFONT ( 95 , 132 ) ;
95         Size = MAP_APPFONT ( 100 , 10 ) ;
96     };
97     FixedText FT_NR_ACTIONS
98     {
99         Pos = MAP_APPFONT ( 12 , 145 ) ;
100         Size = MAP_APPFONT ( 80 , 8 ) ;
101         Text [ en-US ] = "Number of tracked actions:" ;
102     };
103     FixedText FT_NR_ACTIONS_VALUE
104     {
105         Pos = MAP_APPFONT ( 95 , 145 ) ;
106         Size = MAP_APPFONT ( 100 , 10 ) ;
107     };
108     PushButton PB_SHOWDATA
109     {
110         Pos = MAP_APPFONT ( 12 , 161 ) ;
111         Size = MAP_APPFONT ( 50 , 14 ) ;
112         Text [ en-US ] = "~Show Data" ;
113     };
114     String STR_INFO
115     {
116         Text [ en-US ] = "Help Optimize the Quality of %PRODUCTNAME" ;
117     };
118     String STR_MOREINFO
119     {
120         Text [ en-US ] = "More Information" ;
121     };