Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / cui / source / options / optupdt.src
bloba2371d0ebc6bb681fc8efeebec2688276124ca7d
1 /*
2  * This file is part of the LibreOffice project.
3  *
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/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
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 .
17  */
19 #include "optupdt.hrc"
20 #include <cuires.hrc>
21 #include "helpid.hrc"
23  // RID_SVXPAGE_ONLINEUPDATE --------------------------------------------
24 TabPage RID_SVXPAGE_ONLINEUPDATE
26     HelpId = HID_SVX_OPTIONS_ONLINEUPDATE ;
27     OutputSize = TRUE ;
28     SVLook = TRUE ;
29     Hide = TRUE ;
30     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
31     Text [ en-US ] = "OnlineUpdate" ;
32     FixedLine FL_OPTIONS
33     {
34         Pos = MAP_APPFONT ( 6 , 3 ) ;
35         Size = MAP_APPFONT ( 248 , 8 ) ;
36         Text [ en-US ] = "Online Update Options" ;
37     };
38     CheckBox CB_AUTOCHECK
39     {
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" ;
44     };
45     RadioButton RB_EVERYDAY
46     {
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" ;
51     };
52     RadioButton RB_EVERYWEEK
53     {
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" ;
58     };
59     RadioButton RB_EVERYMONTH
60     {
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" ;
65     };
66     FixedText FT_LASTCHECKED
67     {
68         Pos = MAP_APPFONT ( 12, 69 ) ;
69         Size = MAP_APPFONT ( 160, 10 ) ;
70         Text [ en-US ] = "Last checked: %DATE%, %TIME%" ;
71     };
72     PushButton PB_CHECKNOW
73     {
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" ;
78     };
79     CheckBox CB_AUTODOWNLOAD
80     {
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" ;
85     };
86     FixedText FT_DESTPATHLABEL
87     {
88         Pos = MAP_APPFONT ( 22, 143 ) ;
89         Size = MAP_APPFONT ( 150, 8 ) ;
90         Text [ en-US ] = "Download destination:" ;
91     };
92     FixedText FT_DESTPATH
93     {
94         Pos = MAP_APPFONT ( 22, 154 ) ;
95         Size = MAP_APPFONT ( 138, 8 ) ;
96     };
97     PushButton PB_CHANGEPATH
98     {
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..." ;
103     };
104     String STR_NEVERCHECKED
105     {
106         Text [ en-US ] = "Last checked: Not yet" ;
107     };