bump product version to 4.1.6.2
[LibreOffice.git] / desktop / source / deployment / unopkg / unopkg.src
blob821206f2e2326df136fcb23d9d6a2cfd581e5558
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "deployment.hrc"
23 String RID_STR_UNOPKG_ACCEPT_LIC_1
25     Text [ en-US ] = "Extension Software License Agreement of $NAME:";
28 String RID_STR_UNOPKG_ACCEPT_LIC_2
30     Text [ en-US ] = "Read the complete License Agreement displayed above. "
31         "Accept the License Agreement by typing \"yes\" on the console "
32         "then press the Return key. Type \"no\" to decline and to abort the "
33         "extension setup.";
36 String RID_STR_UNOPKG_ACCEPT_LIC_3
38     Text [ en-US ] = "[Enter \"yes\" or \"no\"]:";
41 String RID_STR_UNOPKG_ACCEPT_LIC_4
43     Text [ en-US ] = "Your input was not correct. Please enter \"yes\" or \"no\":";
46 String RID_STR_UNOPKG_ACCEPT_LIC_YES
48     Text [ en-US ] = "YES";
51 String RID_STR_UNOPKG_ACCEPT_LIC_Y
53     Text [ en-US ] = "Y";
56 String RID_STR_UNOPKG_ACCEPT_LIC_NO
58     Text [ en-US ] = "NO";
61 String RID_STR_UNOPKG_ACCEPT_LIC_N
63     Text [ en-US ] = "N";
66 String RID_STR_CONCURRENTINSTANCE
68     Text [ en-US ] = "unopkg cannot be started. The lock file indicates it as already running. "
69         "If this does not apply, delete the lock file at:";
72 String RID_STR_UNOPKG_ERROR
74     Text [ en-US ] = "ERROR: ";
77 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */