summaryrefslogtreecommitdiff
path: root/omnibus/resources/chefdk/msi/localization-en-us.wxl.erb
diff options
context:
space:
mode:
Diffstat (limited to 'omnibus/resources/chefdk/msi/localization-en-us.wxl.erb')
-rw-r--r--omnibus/resources/chefdk/msi/localization-en-us.wxl.erb31
1 files changed, 31 insertions, 0 deletions
diff --git a/omnibus/resources/chefdk/msi/localization-en-us.wxl.erb b/omnibus/resources/chefdk/msi/localization-en-us.wxl.erb
new file mode 100644
index 0000000000..92533dde36
--- /dev/null
+++ b/omnibus/resources/chefdk/msi/localization-en-us.wxl.erb
@@ -0,0 +1,31 @@
+<?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>
+
+ <String Id="FeatureMainName"><%= friendly_name %></String>
+ <String Id="FeaturePSModuleName"><%= friendly_name %> PowerShell wrappers</String>
+ <String Id="FeatureChefDkEnvHacks">ChefDK Environment Customizations</String>
+ <String Id="FeatureChefDkEnvHacksDesc">Allows ChefDK to try to find a suitable HOME drive when running Ruby programs.</String>
+
+ <String Id="ChefDkShortcutDefName"><%= friendly_name %></String>
+ <String Id="ChefDkShortcutDefDescription"><%= friendly_name %> Command Prompt</String>
+
+ <String Id="FeatureChefDkStartMenuShortcut">Start Menu Shortcut</String>
+ <String Id="FeatureChefDkStartMenuShortcutDescription">Install a ChefDK shortcut on the user's Start Menu.</String>
+ <String Id="FeatureChefDkDesktopShortcut">Desktop Shortcut</String>
+ <String Id="FeatureChefDkDesktopShortcutDescription">Install a ChefDK shortcut on the user's Desktop.</String>
+</WixLocalization>