Update ooo320-m1
[ooovba.git] / desktop / source / deployment / gui / dp_gui_versionboxes.src
blobe53693de65444749e8e43bf9a6bae09edfd8ebb0
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: dp_gui_versionboxes.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 "dp_gui.hrc"
33 WarningBox RID_WARNINGBOX_VERSION_LESS {
34     Buttons = WB_OK_CANCEL;
35     DefButton = WB_DEF_CANCEL;
36     Message[en-US] = "You are about to install version $NEW of the extension \'$NAME\'.\n"
37     "The newer version $DEPLOYED is already installed.\n"
38     "Click \'OK\' to replace the installed extension.\n"
39     "Click \'Cancel\' to stop the installation.";
42 String RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES {
43     Text [en-US] = "You are about to install version $NEW of the extension \'$NAME\'.\n"
44     "The newer version $DEPLOYED, named \'$OLDNAME\', is already installed.\n"
45     "Click \'OK\' to replace the installed extension.\n"
46     "Click \'Cancel\' to stop the installation.";  
49 WarningBox RID_WARNINGBOX_VERSION_EQUAL {
50     Buttons = WB_OK_CANCEL;
51     DefButton = WB_DEF_CANCEL;
52     Message[en-US] = "You are about to install version $NEW of the extension \'$NAME\'.\n"
53     "That version is already installed.\n"
54     "Click \'OK\' to replace the installed extension.\n"
55     "Click \'Cancel\' to stop the installation.";
58 String RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES {
59     Text [en-US] = "You are about to install version $NEW of the extension \'$NAME\'.\n"
60     "That version, named \'$OLDNAME\', is already installed.\n"
61     "Click \'OK\' to replace the installed extension.\n"
62     "Click \'Cancel\' to stop the installation.";
65 WarningBox RID_WARNINGBOX_VERSION_GREATER {
66     Buttons = WB_OK_CANCEL;
67     DefButton = WB_DEF_OK;
68     Message[en-US] = "You are about to install version $NEW of the extension \'$NAME\'.\n" 
69     "The older version $DEPLOYED is already installed.\n"
70     "Click \'OK\' to replace the installed extension.\n"
71     "Click \'Cancel\' to stop the installation.";
74 String RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES {
75     TEXT [en-US] = "You are about to install version $NEW of the extension \'$NAME\'.\n"
76     "The older version $DEPLOYED, named \'$OLDNAME\', is already installed.\n"
77     "Click \'OK\' to replace the installed extension.\n"
78     "Click \'Cancel\' to stop the installation.";