1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28#include "deployment.hrc" 29 30 31String RID_STR_UNOPKG_ACCEPT_LIC_1 32{ 33 Text [ en-US ] = "Extension Software License Agreement of $NAME:"; 34}; 35 36String RID_STR_UNOPKG_ACCEPT_LIC_2 37{ 38 Text [ en-US ] = "Read the complete License Agreement displayed above. " 39 "Accept the License Agreement by typing \"yes\" on the console " 40 "then press the Return key. Type \"no\" to decline and to abort the " 41 "extension setup."; 42}; 43 44String RID_STR_UNOPKG_ACCEPT_LIC_3 45{ 46 Text [ en-US ] = "[Enter \"yes\" or \"no\"]:"; 47}; 48 49String RID_STR_UNOPKG_ACCEPT_LIC_4 50{ 51 Text [ en-US ] = "Your input was not correct. Please enter \"yes\" or \"no\":"; 52}; 53 54String RID_STR_UNOPKG_ACCEPT_LIC_YES 55{ 56 Text [ en-US ] = "YES"; 57}; 58 59String RID_STR_UNOPKG_ACCEPT_LIC_Y 60{ 61 Text [ en-US ] = "Y"; 62}; 63 64String RID_STR_UNOPKG_ACCEPT_LIC_NO 65{ 66 Text [ en-US ] = "NO"; 67}; 68 69String RID_STR_UNOPKG_ACCEPT_LIC_N 70{ 71 Text [ en-US ] = "N"; 72}; 73 74String RID_STR_CONCURRENTINSTANCE 75{ 76 Text [ en-US ] = "unopkg cannot be started. The lock file indicates it as already running. " 77 "If this does not apply, delete the lock file at:"; 78}; 79 80String RID_STR_UNOPKG_ERROR 81{ 82 Text [ en-US ] = "ERROR: "; 83}; 84 85