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