summaryrefslogtreecommitdiff
path: root/omnibus/resources/chef/msi/localization-en-us.wxl.erb
blob: 767f615bb747e29d97dd5dd471eaa9a37b22167f (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
<?xml version="1.0" encoding="utf-8"?>
<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization">
  <!-- http://wix.codeplex.com/SourceControl/changeset/view/792e101c5cf7#src%2fext%2fUIExtension%2fwixlib%2fWixUI_en-us.wxl -->
  <String Id="LANG">1033</String>
  <String Id="ProductName"><%= friendly_name %></String>
  <String Id="ManufacturerName"><%= maintainer.encode(:xml => :attr) %></String>
  <String Id="WelcomeDlgTitle">{\WixUI_Font_Bigger}Welcome to the [ProductName] Setup Wizard</String>

  <String Id="LicenseAgreementDlgTitle">{\WixUI_Font_Title_White}End-User License Agreement</String>
  <String Id="LicenseAgreementDlgDescription">{\WixUI_Font_Normal_White}Please read the following license agreement carefully</String>

  <String Id="InstallDirDlgTitle">{\WixUI_Font_Title_White}Destination Folder</String>
  <String Id="InstallDirDlgDescription">{\WixUI_Font_Normal_White}Click Next to install to the default folder or click Change to choose another.</String>

  <String Id="ProgressDlgTitleInstalling">{\WixUI_Font_Title_White}Installing [ProductName]</String>

  <String Id="VerifyReadyDlgInstallTitle">{\WixUI_Font_Title_White}Ready to install [ProductName]</String>

  <!-- Service -->
  <!-- Keep these in sync with the name and description in chef-service-manager -->
  <String Id="ServiceDisplayName"><%= friendly_name %> Service</String>
  <String Id="ServiceDescription">Runs <%= friendly_name %> on regular, configurable intervals.</String>
  <String Id="FeatureMainName"><%= friendly_name %></String>
  <String Id="FeatureServiceName"><%= friendly_name %> Service</String>
  <String Id="FeaturePSModuleName"><%= friendly_name %> PowerShell wrappers</String>

  <String Id="MinimumOSVersionMessage">This package requires minimum OS version: Windows 7/Windows Server 2008 R2 or greater.</String>
  <String Id="DowngradeErrorMessage">A newer version of [ProductName] is already installed.</String>
  <String Id="FileExtractionProgress">Extracting files, please wait...</String>
</WixLocalization>