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