xref: /aoo42x/main/cui/source/options/optupdt.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#include "optupdt.hrc"
30#include <cuires.hrc>
31#include "helpid.hrc"
32
33 // RID_SVXPAGE_ONLINEUPDATE --------------------------------------------
34TabPage RID_SVXPAGE_ONLINEUPDATE
35{
36    HelpId = HID_SVX_OPTIONS_ONLINEUPDATE ;
37    OutputSize = TRUE ;
38    SVLook = TRUE ;
39    Hide = TRUE ;
40    Size = MAP_APPFONT ( 260 , 185 ) ;
41    Text [ en-US ] = "OnlineUpdate" ;
42    FixedLine FL_OPTIONS
43    {
44        Pos = MAP_APPFONT ( 6 , 3 ) ;
45        Size = MAP_APPFONT ( 248 , 8 ) ;
46        Text [ en-US ] = "Online Update Options" ;
47    };
48    CheckBox CB_AUTOCHECK
49    {
50        HelpID = "cui:CheckBox:RID_SVXPAGE_ONLINEUPDATE:CB_AUTOCHECK";
51        Pos = MAP_APPFONT ( 12, 14 ) ;
52        Size = MAP_APPFONT ( 210, 10 ) ;
53        Text [ en-US ] = "~Check for updates automatically" ;
54    };
55    RadioButton RB_EVERYDAY
56    {
57        HelpID = "cui:RadioButton:RID_SVXPAGE_ONLINEUPDATE:RB_EVERYDAY";
58        Pos = MAP_APPFONT ( 18, 27 ) ;
59        Size = MAP_APPFONT ( 160, 10 ) ;
60        Text [ en-US ] = "Every Da~y" ;
61    };
62    RadioButton RB_EVERYWEEK
63    {
64        HelpID = "cui:RadioButton:RID_SVXPAGE_ONLINEUPDATE:RB_EVERYWEEK";
65        Pos = MAP_APPFONT ( 18, 40 ) ;
66        Size = MAP_APPFONT ( 160, 10 ) ;
67        Text [ en-US ] = "Every ~Week" ;
68    };
69    RadioButton RB_EVERYMONTH
70    {
71        HelpID = "cui:RadioButton:RID_SVXPAGE_ONLINEUPDATE:RB_EVERYMONTH";
72        Pos = MAP_APPFONT ( 18, 53 ) ;
73        Size = MAP_APPFONT ( 160, 10 ) ;
74        Text [ en-US ] = "Every ~Month" ;
75    };
76    FixedText FT_LASTCHECKED
77    {
78        Pos = MAP_APPFONT ( 12, 69 ) ;
79        Size = MAP_APPFONT ( 160, 10 ) ;
80        Text [ en-US ] = "Last checked: %DATE%, %TIME%" ;
81    };
82    PushButton PB_CHECKNOW
83    {
84        HelpID = "cui:PushButton:RID_SVXPAGE_ONLINEUPDATE:PB_CHECKNOW";
85        Pos = MAP_APPFONT ( 12, 82 ) ;
86        Size = MAP_APPFONT ( 50, 14 ) ;
87        Text [ en-US ] = "Check ~now" ;
88    };
89    CheckBox CB_AUTODOWNLOAD
90    {
91        HelpID = "cui:CheckBox:RID_SVXPAGE_ONLINEUPDATE:CB_AUTODOWNLOAD";
92        Pos = MAP_APPFONT ( 12, 130 ) ;
93        Size = MAP_APPFONT ( 160, 10 ) ;
94        Text [ en-US ] = "~Download updates automatically" ;
95    };
96    FixedText FT_DESTPATHLABEL
97    {
98        Pos = MAP_APPFONT ( 22, 143 ) ;
99        Size = MAP_APPFONT ( 150, 8 ) ;
100        Text [ en-US ] = "Download destination:" ;
101    };
102    FixedText FT_DESTPATH
103    {
104        Pos = MAP_APPFONT ( 22, 154 ) ;
105        Size = MAP_APPFONT ( 138, 8 ) ;
106    };
107    PushButton PB_CHANGEPATH
108    {
109        HelpID = "cui:PushButton:RID_SVXPAGE_ONLINEUPDATE:PB_CHANGEPATH";
110        Pos = MAP_APPFONT ( 162, 151 ) ;
111        Size = MAP_APPFONT ( 50, 14 ) ;
112        Text [ en-US ] = "Ch~ange..." ;
113    };
114    String STR_NEVERCHECKED
115    {
116        Text [ en-US ] = "Last checked: Not yet" ;
117    };
118};
119