diff options
Diffstat (limited to 'src/ext/Bal/stdbas/Resources/1055/wixpreq.wxl')
-rw-r--r-- | src/ext/Bal/stdbas/Resources/1055/wixpreq.wxl | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/ext/Bal/stdbas/Resources/1055/wixpreq.wxl b/src/ext/Bal/stdbas/Resources/1055/wixpreq.wxl new file mode 100644 index 00000000..f4d98354 --- /dev/null +++ b/src/ext/Bal/stdbas/Resources/1055/wixpreq.wxl | |||
@@ -0,0 +1,29 @@ | |||
1 | <!-- 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. --> | ||
2 | |||
3 | |||
4 | <WixLocalization Culture="tr-tr" Language="1055" xmlns="http://wixtoolset.org/schemas/v4/wxl"> | ||
5 | <String Id="Caption" Value="[WixBundleName] Kurulumu" /> | ||
6 | <String Id="Title" Value="[WixBundleName] kurulumu için Microsoft .NET Framework gerekir" /> | ||
7 | <String Id="ConfirmCancelMessage" Value="İptal etmek istediğinizden emin misiniz?" /> | ||
8 | <String Id="HelpHeader" Value="Kurulum Yardımı" /> | ||
9 | <String Id="HelpText" Value="/passive | /quiet - komut istemi olmayan olabildiğince küçük bir UI
 görüntüler veya komut istemi ve UI görüntülemez. Varsayılan olarak UI
 ve tüm komut istemleri görüntülenir.

/norestart - yeniden başlatma denemelerini engeller. Varsayılan
 olarak UI yeniden başlatmadan önce komut isteyecektir.
/log log.txt - belirli bir dosyayı günlük dosyası olarak kullanır.
 Varsayılan olarak %TEMP% konumunda bir günlük dosyası oluşturulur." /> | ||
10 | <String Id="HelpCloseButton" Value="&Kapat" /> | ||
11 | <String Id="InstallLicenseTerms" Value="Microsoft .NET Framework <a href="#">lisans şartlarını</a> kabul etmek için "Kabul Et ve Yükle" düğmesini tıklatın." /> | ||
12 | <String Id="InstallAcceptAndInstallButton" Value="&Kabul Et ve Yükle" /> | ||
13 | <String Id="InstallDeclineButton" Value="&Reddet" /> | ||
14 | <String Id="ProgressHeader" Value="Kurulum İlerleme Durumu" /> | ||
15 | <String Id="ProgressLabel" Value="İşleniyor:" /> | ||
16 | <String Id="ProgressCancelButton" Value="&İptal" /> | ||
17 | <String Id="SuccessHeader" Value="Microsoft .NET Framework Setup Successful" /> | ||
18 | <String Id="SuccessRestartText" Value="You must restart your computer before [WixBundleName] setup can continue." /> | ||
19 | <String Id="SuccessRestartButton" Value="&Restart" /> | ||
20 | <String Id="SuccessCloseButton" Value="&Close" /> | ||
21 | <String Id="FailureHeader" Value="Kurulum Başarısız" /> | ||
22 | <String Id="FailureLogLinkText" Value="Bir veya daha fazla sorun kurulumun başarısız olmasına neden oldu. Lütfen sorunları çözün ve kurulumu yeniden deneyin. Daha fazla bilgi için <a href="#">günlük dosyasına</a> bakın." /> | ||
23 | <String Id="FailureRestartText" Value="Yazılım geri alma işlemini tamamlamak için bilgisayarınızı yeniden başlatmanız gerekir." /> | ||
24 | <String Id="FailureRestartButton" Value="&Yeniden Başlat" /> | ||
25 | <String Id="FailureCloseButton" Value="&Kapat" /> | ||
26 | <String Id="NET452WIN7RTMErrorMessage" Value="[WixBundleName] cannot run on Windows 7 RTM with .NET 4.5.2 installed. Install Windows 7 SP1 to run in a supported environment." /> | ||
27 | <String Id="PREREQBAINFINITELOOPErrorMessage" Value="[WixBundleName] failed to load the .NET Framework runtime even though all of the prerequisites are installed." /> | ||
28 | <String Id="ErrorFailNoActionReboot" Value="No action was taken as a system reboot is required." /> | ||
29 | </WixLocalization> | ||