| Index: installer/1031/bootstrap-theme.wxl |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/installer/1031/bootstrap-theme.wxl |
| @@ -0,0 +1,50 @@ |
| +<?xml version="1.0" encoding="utf-8"?> |
| +<WixLocalization Culture="de-de" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization"> |
|
Felix Dahlke
2013/08/01 09:51:21
Shouldn't this be Language="1031"?
Eric
2013/08/01 18:58:37
Yes. Missed this one.
|
| + <String Id="BundleName">Adblock Plus for IE (not in German)</String> |
| + <String Id="Caption">[WixBundleName] Setup</String> |
| + <String Id="Title">[WixBundleName]</String> |
| + <String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String> |
| + <String Id="HelpHeader">Setup Help</String> |
| + <String Id="HelpText">/install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or |
| + creates a complete local copy of the bundle in directory. Install is the default. |
| + |
| +/passive | /quiet - displays minimal UI with no prompts or displays no UI and |
| + no prompts. By default UI and all prompts are displayed. |
| + |
| +/norestart - suppress any attempts to restart. By default UI will prompt before restart. |
| +/log log.txt - logs to a specific file. By default a log file is created in %TEMP%.</String> |
| + <String Id="HelpCloseButton">&Close</String> |
| + |
| + <!-- Install dialog --> |
| + <String Id="InstallHeader">Setup Start</String> |
| + <String Id="InstallWelcome">This setup program installs Adblock Plus for IE into your "Program Files" folder in directory "Adblock Plus for IE".</String> |
| + <String Id="InstallInstallButton">&Install</String> |
| + <String Id="InstallCloseButton">&Do not install</String> |
| + |
| + <!-- Progress dialog --> |
| + <String Id="ProgressHeader">Setup Progress</String> |
| + <String Id="ProgressLabel">Processing:</String> |
| + <String Id="OverallProgressPackageText">Initializing...</String> |
| + <String Id="ProgressCancelButton">&Cancel install</String> |
| + |
| + <!-- Modify dialog --> |
| + <String Id="ModifyHeader">Modify Setup</String> |
| + <String Id="ModifyNotice">Adblock Plus for IE is already installed on this machine. If it's not working correctly, you may repair it. You may also uninstall it.</String> |
| + <String Id="ModifyRepairButton">&Repair</String> |
| + <String Id="ModifyUninstallButton">&Uninstall</String> |
| + <String Id="ModifyCloseButton">&Do nothing</String> |
| + |
| + <!-- Success dialog --> |
| + <String Id="SuccessHeader">Setup Successful</String> |
| + <String Id="SuccessLaunchButton">&Launch</String> |
| + <String Id="SuccessRestartText">You must restart your computer before you can use the software.</String> |
| + <String Id="SuccessRestartButton">&Restart</String> |
| + <String Id="SuccessCloseButton">&Done</String> |
| + |
| + <!-- Failure dialog --> |
| + <String Id="FailureHeader">Setup Failed</String> |
| + <String Id="FailureHyperlinkLogText">One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the <a href="#">log file</a>.</String> |
| + <String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String> |
| + <String Id="FailureRestartButton">&Restart</String> |
| + <String Id="FailureCloseButton">&Done</String> |
| +</WixLocalization> |