2 * This file is part of the LibreOffice project.
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 * This file incorporates work covered by the following license notice:
10 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * contributor license agreements. See the NOTICE file distributed
12 * with this work for additional information regarding copyright
13 * ownership. The ASF licenses this file to you under the Apache
14 * License, Version 2.0 (the "License"); you may not use this file
15 * except in compliance with the License. You may obtain a copy of
16 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 #include "optupdt.hrc"
23 // RID_SVXPAGE_ONLINEUPDATE --------------------------------------------
24 TabPage RID_SVXPAGE_ONLINEUPDATE
26 HelpId = HID_SVX_OPTIONS_ONLINEUPDATE ;
30 Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
31 Text [ en-US ] = "OnlineUpdate" ;
34 Pos = MAP_APPFONT ( 6 , 3 ) ;
35 Size = MAP_APPFONT ( 248 , 8 ) ;
36 Text [ en-US ] = "Online Update Options" ;
40 HelpID = "cui:CheckBox:RID_SVXPAGE_ONLINEUPDATE:CB_AUTOCHECK";
41 Pos = MAP_APPFONT ( 12, 14 ) ;
42 Size = MAP_APPFONT ( 210, 10 ) ;
43 Text [ en-US ] = "~Check for updates automatically" ;
45 RadioButton RB_EVERYDAY
47 HelpID = "cui:RadioButton:RID_SVXPAGE_ONLINEUPDATE:RB_EVERYDAY";
48 Pos = MAP_APPFONT ( 18, 27 ) ;
49 Size = MAP_APPFONT ( 160, 10 ) ;
50 Text [ en-US ] = "Every Da~y" ;
52 RadioButton RB_EVERYWEEK
54 HelpID = "cui:RadioButton:RID_SVXPAGE_ONLINEUPDATE:RB_EVERYWEEK";
55 Pos = MAP_APPFONT ( 18, 40 ) ;
56 Size = MAP_APPFONT ( 160, 10 ) ;
57 Text [ en-US ] = "Every ~Week" ;
59 RadioButton RB_EVERYMONTH
61 HelpID = "cui:RadioButton:RID_SVXPAGE_ONLINEUPDATE:RB_EVERYMONTH";
62 Pos = MAP_APPFONT ( 18, 53 ) ;
63 Size = MAP_APPFONT ( 160, 10 ) ;
64 Text [ en-US ] = "Every ~Month" ;
66 FixedText FT_LASTCHECKED
68 Pos = MAP_APPFONT ( 12, 69 ) ;
69 Size = MAP_APPFONT ( 160, 10 ) ;
70 Text [ en-US ] = "Last checked: %DATE%, %TIME%" ;
72 PushButton PB_CHECKNOW
74 HelpID = "cui:PushButton:RID_SVXPAGE_ONLINEUPDATE:PB_CHECKNOW";
75 Pos = MAP_APPFONT ( 12, 82 ) ;
76 Size = MAP_APPFONT ( 50, 14 ) ;
77 Text [ en-US ] = "Check ~now" ;
79 CheckBox CB_AUTODOWNLOAD
81 HelpID = "cui:CheckBox:RID_SVXPAGE_ONLINEUPDATE:CB_AUTODOWNLOAD";
82 Pos = MAP_APPFONT ( 12, 130 ) ;
83 Size = MAP_APPFONT ( 160, 10 ) ;
84 Text [ en-US ] = "~Download updates automatically" ;
86 FixedText FT_DESTPATHLABEL
88 Pos = MAP_APPFONT ( 22, 143 ) ;
89 Size = MAP_APPFONT ( 150, 8 ) ;
90 Text [ en-US ] = "Download destination:" ;
94 Pos = MAP_APPFONT ( 22, 154 ) ;
95 Size = MAP_APPFONT ( 138, 8 ) ;
97 PushButton PB_CHANGEPATH
99 HelpID = "cui:PushButton:RID_SVXPAGE_ONLINEUPDATE:PB_CHANGEPATH";
100 Pos = MAP_APPFONT ( 162, 151 ) ;
101 Size = MAP_APPFONT ( 50, 14 ) ;
102 Text [ en-US ] = "Ch~ange..." ;
104 String STR_NEVERCHECKED
106 Text [ en-US ] = "Last checked: Not yet" ;