xref: /trunk/main/instsetoo_native/inc_openoffice/windows/msi_languages/Nsis.ulf (revision 9f7c65ae68e24804a64a6b00ef0fab0274c2dea3)
126424e8bSAndrew Rist/**************************************************************
226424e8bSAndrew Rist *
326424e8bSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
426424e8bSAndrew Rist * or more contributor license agreements.  See the NOTICE file
526424e8bSAndrew Rist * distributed with this work for additional information
626424e8bSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
726424e8bSAndrew Rist * to you under the Apache License, Version 2.0 (the
826424e8bSAndrew Rist * "License"); you may not use this file except in compliance
926424e8bSAndrew Rist * with the License.  You may obtain a copy of the License at
1026424e8bSAndrew Rist *
1126424e8bSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
1226424e8bSAndrew Rist *
1326424e8bSAndrew Rist * Unless required by applicable law or agreed to in writing,
1426424e8bSAndrew Rist * software distributed under the License is distributed on an
1526424e8bSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1626424e8bSAndrew Rist * KIND, either express or implied.  See the License for the
1726424e8bSAndrew Rist * specific language governing permissions and limitations
1826424e8bSAndrew Rist * under the License.
1926424e8bSAndrew Rist *
2026424e8bSAndrew Rist *************************************************************/
2126424e8bSAndrew Rist
22cdf0e10cSrcweir[SetupCaption]
23cdf0e10cSrcweiren-US = "%PRODUCTNAME %PRODUCTVERSION Installation Preparation"
24cdf0e10cSrcweir
25cdf0e10cSrcweir[MUI_TEXT_WELCOME_INFO_TITLE]
26cdf0e10cSrcweiren-US = "Thank you for downloading %PRODUCTNAME %PRODUCTVERSION."
27cdf0e10cSrcweir
28cdf0e10cSrcweir[MUI_TEXT_WELCOME_INFO_TEXT]
29*9f7c65aeSmseidelen-US = "The installation files must be unpacked and copied to your hard disk in preparation for the installation. After that, the %PRODUCTNAME installation will start automatically.\r\n\r\nIt is recommended that you close all other applications before starting Setup. This will make it possible to update relevant system files without having to reboot your computer.\r\n\r\nClick \'Next\' to continue."
30cdf0e10cSrcweir
31cdf0e10cSrcweir[MUI_TEXT_DIRECTORY_TITLE]
32cdf0e10cSrcweiren-US = "Select Folder"
33cdf0e10cSrcweir
34cdf0e10cSrcweir[MUI_TEXT_DIRECTORY_SUBTITLE]
35cdf0e10cSrcweiren-US = "Select the folder in which to save the unpacked files."
36cdf0e10cSrcweir
37cdf0e10cSrcweir[InstallBtn]
38cdf0e10cSrcweiren-US = "&Unpack"
39cdf0e10cSrcweir
40cdf0e10cSrcweir[DirText]
41*9f7c65aeSmseidelen-US = "The %PRODUCTNAME %PRODUCTVERSION installation files will be unpacked in the folder shown below. If you would like to save the files to a different folder, click \'Browse\' to select another folder."
42cdf0e10cSrcweir
43cdf0e10cSrcweir[DirSubText]
44cdf0e10cSrcweiren-US = "Destination Folder"
45cdf0e10cSrcweir
46cdf0e10cSrcweir[SpaceRequired]
47cdf0e10cSrcweiren-US = "Space required: "
48cdf0e10cSrcweir
49cdf0e10cSrcweir[SpaceAvailable]
50cdf0e10cSrcweiren-US = "Space available: "
51cdf0e10cSrcweir
52cdf0e10cSrcweir[MUI_TEXT_INSTALLING_TITLE]
53cdf0e10cSrcweiren-US = "Unpacking"
54cdf0e10cSrcweir
55cdf0e10cSrcweir[MUI_TEXT_INSTALLING_SUBTITLE]
56cdf0e10cSrcweiren-US = "Please wait while the installation files are being unpacked."
57cdf0e10cSrcweir
58cdf0e10cSrcweir[Extract]
59cdf0e10cSrcweiren-US = "Extract: "
60cdf0e10cSrcweir
61cdf0e10cSrcweir[MUI_TEXT_ABORTWARNING]
624abbe55cSMatthiasen-US = "Are you sure you want to quit the %PRODUCTNAME %PRODUCTVERSION Installation Preparation?"
63