1*158fda6aSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*158fda6aSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*158fda6aSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*158fda6aSAndrew Rist * distributed with this work for additional information
6*158fda6aSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*158fda6aSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*158fda6aSAndrew Rist * "License"); you may not use this file except in compliance
9*158fda6aSAndrew Rist * with the License.  You may obtain a copy of the License at
10*158fda6aSAndrew Rist *
11*158fda6aSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*158fda6aSAndrew Rist *
13*158fda6aSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*158fda6aSAndrew Rist * software distributed under the License is distributed on an
15*158fda6aSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*158fda6aSAndrew Rist * KIND, either express or implied.  See the License for the
17*158fda6aSAndrew Rist * specific language governing permissions and limitations
18*158fda6aSAndrew Rist * under the License.
19*158fda6aSAndrew Rist *
20*158fda6aSAndrew Rist *************************************************************/
21*158fda6aSAndrew Rist
22*158fda6aSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "deployment.hrc"
25cdf0e10cSrcweir
26cdf0e10cSrcweir
27cdf0e10cSrcweirString RID_STR_UNOPKG_ACCEPT_LIC_1
28cdf0e10cSrcweir{
29cdf0e10cSrcweir	Text [ en-US ] = "Extension Software License Agreement of $NAME:";
30cdf0e10cSrcweir};
31cdf0e10cSrcweir
32cdf0e10cSrcweirString RID_STR_UNOPKG_ACCEPT_LIC_2
33cdf0e10cSrcweir{
34cdf0e10cSrcweir	Text [ en-US ] = "Read the complete License Agreement displayed above. "
35cdf0e10cSrcweir		"Accept the License Agreement by typing \"yes\" on the console "
36cdf0e10cSrcweir		"then press the Return key. Type \"no\" to decline and to abort the "
37cdf0e10cSrcweir		"extension setup.";
38cdf0e10cSrcweir};
39cdf0e10cSrcweir
40cdf0e10cSrcweirString RID_STR_UNOPKG_ACCEPT_LIC_3
41cdf0e10cSrcweir{
42cdf0e10cSrcweir	Text [ en-US ] = "[Enter \"yes\" or \"no\"]:";
43cdf0e10cSrcweir};
44cdf0e10cSrcweir
45cdf0e10cSrcweirString RID_STR_UNOPKG_ACCEPT_LIC_4
46cdf0e10cSrcweir{
47cdf0e10cSrcweir	Text [ en-US ] = "Your input was not correct. Please enter \"yes\" or \"no\":";
48cdf0e10cSrcweir};
49cdf0e10cSrcweir
50cdf0e10cSrcweirString RID_STR_UNOPKG_ACCEPT_LIC_YES
51cdf0e10cSrcweir{
52cdf0e10cSrcweir	Text [ en-US ] = "YES";
53cdf0e10cSrcweir};
54cdf0e10cSrcweir
55cdf0e10cSrcweirString RID_STR_UNOPKG_ACCEPT_LIC_Y
56cdf0e10cSrcweir{
57cdf0e10cSrcweir	Text [ en-US ] = "Y";
58cdf0e10cSrcweir};
59cdf0e10cSrcweir
60cdf0e10cSrcweirString RID_STR_UNOPKG_ACCEPT_LIC_NO
61cdf0e10cSrcweir{
62cdf0e10cSrcweir	Text [ en-US ] = "NO";
63cdf0e10cSrcweir};
64cdf0e10cSrcweir
65cdf0e10cSrcweirString RID_STR_UNOPKG_ACCEPT_LIC_N
66cdf0e10cSrcweir{
67cdf0e10cSrcweir	Text [ en-US ] = "N";
68cdf0e10cSrcweir};
69cdf0e10cSrcweir
70cdf0e10cSrcweirString RID_STR_CONCURRENTINSTANCE
71cdf0e10cSrcweir{
72cdf0e10cSrcweir	Text [ en-US ] = "unopkg cannot be started. The lock file indicates it as already running. "
73cdf0e10cSrcweir        "If this does not apply, delete the lock file at:";
74cdf0e10cSrcweir};
75cdf0e10cSrcweir
76cdf0e10cSrcweirString RID_STR_UNOPKG_ERROR
77cdf0e10cSrcweir{
78cdf0e10cSrcweir    Text [ en-US ] = "ERROR: ";
79cdf0e10cSrcweir};
80cdf0e10cSrcweir
81