xref: /aoo42x/main/cui/source/options/optimprove.src (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28// include --------------------------------------------------------------
29
30#include "optimprove.hrc"
31#include <cuires.hrc>
32#include "helpid.hrc"
33#include <svx/dialogs.hrc>
34
35TabPage RID_SVXPAGE_IMPROVEMENT
36{
37        HelpId = "cui:TabPage:RID_SVXPAGE_IMPROVEMENT" ;
38	OutputSize = TRUE ;
39	SVLook = TRUE ;
40	Hide = TRUE ;
41	Size = MAP_APPFONT ( 260 , 185 ) ;
42    Text [ en-US ] = "%PRODUCTNAME Improvement Program" ;
43    FixedLine FL_IMPROVE
44    {
45        Pos = MAP_APPFONT ( 6 , 3 ) ;
46        Size = MAP_APPFONT ( 248 , 8 ) ;
47        Text [ en-US ] = "Improvement Program" ;
48    };
49    FixedText FT_INVITATION
50	{
51		Pos = MAP_APPFONT ( 12 , 14 ) ;
52        Size = MAP_APPFONT ( 242 , 72 ) ;
53        WordBreak = TRUE ;
54        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." ;
55	};
56    RadioButton RB_YES
57    {
58        HelpID = "cui:RadioButton:RID_SVXPAGE_IMPROVEMENT:RB_YES";
59        Pos = MAP_APPFONT ( 12 , 92 ) ;
60        Size = MAP_APPFONT ( 215 , 10 ) ;
61        Check = TRUE ;
62        Text [ en-US ] = "~Yes, I am willing to participate in the %PRODUCTNAME Improvement Program" ;
63    };
64    RadioButton RB_NO
65    {
66        HelpID = "cui:RadioButton:RID_SVXPAGE_IMPROVEMENT:RB_NO";
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 ( 96 , 8 ) ;
90        Text [ en-US ] = "Number of reports sent:" ;
91    };
92    FixedText FT_NR_REPORTS_VALUE
93    {
94        Pos = MAP_APPFONT ( 111 , 132 ) ;
95        Size = MAP_APPFONT ( 100 , 10 ) ;
96    };
97    FixedText FT_NR_ACTIONS
98    {
99        Pos = MAP_APPFONT ( 12 , 145 ) ;
100        Size = MAP_APPFONT ( 96 , 8 ) ;
101        Text [ en-US ] = "Number of tracked actions:" ;
102    };
103    FixedText FT_NR_ACTIONS_VALUE
104    {
105        Pos = MAP_APPFONT ( 111 , 145 ) ;
106        Size = MAP_APPFONT ( 100 , 10 ) ;
107    };
108    PushButton PB_SHOWDATA
109	{
110        HelpID = "cui:PushButton:RID_SVXPAGE_IMPROVEMENT:PB_SHOWDATA";
111        Pos = MAP_APPFONT ( 12 , 161 ) ;
112        Size = MAP_APPFONT ( 60 , 14 ) ;
113        Text [ en-US ] = "~Show Data" ;
114	};
115    String STR_INFO
116    {
117        Text [ en-US ] = "Help Optimize the Quality of %PRODUCTNAME" ;
118    };
119    String STR_MOREINFO
120    {
121        Text [ en-US ] = "More Information" ;
122    };
123};
124
125