Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / uui / source / newerverwarn.src
blob8343ea7b72d1c09c98d889fefc14293172e74470
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 #define __RSC
21 #include "newerverwarn.hrc"
22 #include "ids.hrc"
24 #define STD_MASKCOLOR Color { Red=0xffff; Green=0x0000; Blue=0xffff; }
26 ModalDialog RID_DLG_NEWER_VERSION_WARNING
28     HelpId = HID_DLG_NEWERVERSIONWARNING;
29     OutputSize = TRUE ;
30     Size = MAP_APPFONT ( DLG_WIDTH , DLG_HEIGHT ) ;
31     SvLook = TRUE ;
32     Moveable = TRUE ;
33     Closeable = TRUE ;
34     Text [ en-US ] = "%PRODUCTNAME Update Available" ;
35     FixedImage FI_IMAGE
36     {
37         Pos = MAP_APPFONT ( COL_1 , ROW_1  );
38         Size = MAP_APPFONT ( IMAGE_WIDTH , IMAGE_HEIGHT );
39         Hide = FALSE;
40         Fixed = Image
41         {
42             ImageBitmap = Bitmap { File = "versionwarning.png"; };
43             MaskColor = STD_MASKCOLOR;
44         };
45     };
46     FixedText FT_INFO
47     {
48         Pos = MAP_APPFONT( COL_2, ROW_1 );
49         Size = MAP_APPFONT( INFO_WIDTH, INFO_LINES * RSC_CD_FIXEDTEXT_HEIGHT );
50         Wordbreak = TRUE;
51         Text [ en-US ] = "This document was created by a newer version of %PRODUCTNAME. It may contain features not supported by your current version.\n\nClick 'Update Now...' to run online update and get the latest version of %PRODUCTNAME.";
52     };
53     FixedLine FL_BUTTON
54     {
55         Pos = MAP_APPFONT ( 0 , ROW_2 ) ;
56         Size = MAP_APPFONT ( DLG_WIDTH , RSC_CD_FIXEDLINE_HEIGHT ) ;
57     };
58     PushButton PB_UPDATE
59     {
60         HelpID = "uui:PushButton:RID_DLG_NEWER_VERSION_WARNING:PB_UPDATE";
61         Pos = MAP_APPFONT ( COL_3 , ROW_3 ) ;
62         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
63         TabStop = TRUE ;
64         Text [ en-US ] = "~Update Now..." ;
65     };
66     CancelButton PB_LATER
67     {
68         Pos = MAP_APPFONT ( COL_4 , ROW_3 ) ;
69         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
70         TabStop = TRUE ;
71         Text [ en-US ] = "~Later" ;
72     };