1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: optupdt.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
31 // include --------------------------------------------------------------
32 #include "optupdt.hrc"
33 #include <svx/dialogs.hrc>
36 // RID_SVXPAGE_ONLINEUPDATE --------------------------------------------
37 TabPage RID_SVXPAGE_ONLINEUPDATE
39 HelpId = HID_SVX_OPTIONS_ONLINEUPDATE ;
43 Size = MAP_APPFONT ( 260 , 185 ) ;
44 Text [ en-US ] = "OnlineUpdate" ;
47 Pos = MAP_APPFONT ( 6 , 3 ) ;
48 Size = MAP_APPFONT ( 248 , 8 ) ;
49 Text [ en-US ] = "Online Update Options" ;
53 Pos = MAP_APPFONT ( 12, 14 ) ;
54 Size = MAP_APPFONT ( 210, 10 ) ;
55 Text [ en-US ] = "~Check for updates automatically" ;
57 RadioButton RB_EVERYDAY
59 Pos = MAP_APPFONT ( 18, 27 ) ;
60 Size = MAP_APPFONT ( 160, 10 ) ;
61 Text [ en-US ] = "Every Da~y" ;
63 RadioButton 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 Pos = MAP_APPFONT ( 18, 53 ) ;
72 Size = MAP_APPFONT ( 160, 10 ) ;
73 Text [ en-US ] = "Every ~Month" ;
75 FixedText FT_LASTCHECKED
77 Pos = MAP_APPFONT ( 12, 69 ) ;
78 Size = MAP_APPFONT ( 160, 10 ) ;
79 Text [ en-US ] = "Last checked: %DATE%, %TIME%" ;
81 PushButton PB_CHECKNOW
83 Pos = MAP_APPFONT ( 12, 82 ) ;
84 Size = MAP_APPFONT ( 50, 14 ) ;
85 Text [ en-US ] = "Check ~now" ;
87 CheckBox CB_AUTODOWNLOAD
89 Pos = MAP_APPFONT ( 12, 130 ) ;
90 Size = MAP_APPFONT ( 160, 10 ) ;
91 Text [ en-US ] = "~Download updates automatically" ;
93 FixedText FT_DESTPATHLABEL
95 Pos = MAP_APPFONT ( 22, 143 ) ;
96 Size = MAP_APPFONT ( 150, 8 ) ;
97 Text [ en-US ] = "Download destination:" ;
101 Pos = MAP_APPFONT ( 22, 154 ) ;
102 Size = MAP_APPFONT ( 138, 8 ) ;
104 PushButton PB_CHANGEPATH
106 Pos = MAP_APPFONT ( 162, 151 ) ;
107 Size = MAP_APPFONT ( 50, 14 ) ;
108 Text [ en-US ] = "Ch~ange..." ;
110 String STR_NEVERCHECKED
112 Text [ en-US ] = "Last checked: Not yet" ;