blob: 445d445bc64c5c5cda66cb1eedb3fbe3f3a71a6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
<WixLocalization Culture="ko-kr" Language="1042" xmlns="http://wixtoolset.org/schemas/v4/wxl">
<String Id="Caption">[WixBundleName] 설치</String>
<String Id="Title">[WixBundleName] 설치에 필요한 Microsoft .NET Framework</String>
<String Id="ConfirmCancelMessage">취소하시겠습니까?</String>
<String Id="HelpHeader">설치 도움말</String>
<String Id="HelpText">/passive | /quiet - 메시지 없이 최소 UI를 표시하거나 UI와 메시지를 전혀
표시하지 않습니다. 기본적으로 UI 및 모든 메시지는 표시됩니다.
/norestart - 다시 시작하려는 시도를 무시합니다. 기본적으로 UI는 다시 시작하기 전에 메시지를 표시합니다.
/log log.txt - 특정 파일에 기록합니다. 기본적으로 로그 파일이 %TEMP%에 생성됩니다.</String>
<String Id="HelpCloseButton">닫기(&C)</String>
<String Id="InstallLicenseTerms">Microsoft .NET Framework <a href="#">사용 조건</a>에 동의하려면 "동의 및 설치"를 클릭하십시오.</String>
<String Id="InstallAcceptAndInstallButton">동의 및 설치(&A)</String>
<String Id="InstallDeclineButton">동의 안 함(&D)</String>
<String Id="ProgressHeader">설치 진행률</String>
<String Id="ProgressLabel">처리 중:</String>
<String Id="ProgressCancelButton">취소(&C)</String>
<String Id="SuccessHeader">Microsoft .NET Framework Setup Successful</String>
<String Id="SuccessRestartText">You must restart your computer before [WixBundleName] setup can continue.</String>
<String Id="SuccessRestartButton">&Restart</String>
<String Id="SuccessCloseButton">&Close</String>
<String Id="FailureHeader">설치 실패</String>
<String Id="FailureLogLinkText">하나 이상의 문제로 인해 설치에 실패했습니다. 문제를 수정하고 설치를 다시 시도하십시오. 자세한 내용은 <a href="#">로그 파일</a>을 참조하십시오.</String>
<String Id="FailureRestartText">소프트웨어의 롤백을 완료하려면 컴퓨터를 다시 시작해야 합니다.</String>
<String Id="FailureRestartButton">다시 시작(&R)</String>
<String Id="FailureCloseButton">닫기(&C)</String>
<String Id="NET452WIN7RTMErrorMessage">[WixBundleName] cannot run on Windows 7 RTM with .NET 4.5.2 installed. Install Windows 7 SP1 to run in a supported environment.</String>
<String Id="ErrorFailNoActionReboot">No action was taken as a system reboot is required.</String>
</WixLocalization>
|