1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
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.
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).
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.
26 ************************************************************************/
28 // include --------------------------------------------------------------
29 #include "optupdt.hrc"
33 // RID_SVXPAGE_ONLINEUPDATE --------------------------------------------
34 TabPage RID_SVXPAGE_ONLINEUPDATE
36 HelpId = HID_SVX_OPTIONS_ONLINEUPDATE ;
40 Size = MAP_APPFONT ( 260 , 185 ) ;
41 Text [ en-US ] = "OnlineUpdate" ;
44 Pos = MAP_APPFONT ( 6 , 3 ) ;
45 Size = MAP_APPFONT ( 248 , 8 ) ;
46 Text [ en-US ] = "Online Update Options" ;
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" ;
55 RadioButton RB_EVERYDAY
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" ;
62 RadioButton RB_EVERYWEEK
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" ;
69 RadioButton RB_EVERYMONTH
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" ;
76 FixedText FT_LASTCHECKED
78 Pos = MAP_APPFONT ( 12, 69 ) ;
79 Size = MAP_APPFONT ( 160, 10 ) ;
80 Text [ en-US ] = "Last checked: %DATE%, %TIME%" ;
82 PushButton PB_CHECKNOW
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" ;
89 CheckBox CB_AUTODOWNLOAD
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" ;
96 FixedText FT_DESTPATHLABEL
98 Pos = MAP_APPFONT ( 22, 143 ) ;
99 Size = MAP_APPFONT ( 150, 8 ) ;
100 Text [ en-US ] = "Download destination:" ;
102 FixedText FT_DESTPATH
104 Pos = MAP_APPFONT ( 22, 154 ) ;
105 Size = MAP_APPFONT ( 138, 8 ) ;
107 PushButton PB_CHANGEPATH
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..." ;
114 String STR_NEVERCHECKED
116 Text [ en-US ] = "Last checked: Not yet" ;