Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: installer/bootstrap-theme.wxl

Issue 11258006: Bootstrapper (Closed)
Patch Set: Created July 25, 2013, 9:47 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: installer/bootstrap-theme.wxl
===================================================================
new file mode 100644
--- /dev/null
+++ b/installer/bootstrap-theme.wxl
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="utf-8"?>
+<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
+ <String Id="BundleName">Adblock Plus for IE</String>
+ <String Id="Caption">[WixBundleName] Setup</String>
+ <String Id="Title">[WixBundleName]</String>
+ <String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String>
Wladimir Palant 2013/08/01 10:30:33 I think this is the more common way to phrase it:
Eric 2013/08/01 18:58:37 The problem is that there's only one cancellation
+ <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">&amp;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>
Felix Dahlke 2013/08/01 09:51:21 I think this sounds a bit awkward, can't we have s
Wladimir Palant 2013/08/01 10:30:33 I don't think we should refer to environment varia
Felix Dahlke 2013/08/01 10:52:43 Well, I meant to actually show the full path to th
Eric 2013/08/01 18:58:37 The biggest problem with this message is that ther
Eric 2013/08/01 18:58:37 I'll do that. It also appears again below.
+ <String Id="InstallInstallButton">&amp;Install</String>
+ <String Id="InstallCloseButton">&amp;Do not install</String>
Wladimir Palant 2013/08/01 10:30:33 The user doesn't choose between installing and not
Eric 2013/08/01 18:58:37 "Cancel" it is.
+
+ <!-- Progress dialog -->
+ <String Id="ProgressHeader">Setup Progress</String>
+ <String Id="ProgressLabel">Processing:</String>
+ <String Id="OverallProgressPackageText">Initializing...</String>
+ <String Id="ProgressCancelButton">&amp;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">&amp;Repair</String>
+ <String Id="ModifyUninstallButton">&amp;Uninstall</String>
+ <String Id="ModifyCloseButton">&amp;Do nothing</String>
Wladimir Palant 2013/08/01 10:30:33 Again, I would rather have a generic "Cancel" butt
+
+ <!-- Success dialog -->
+ <String Id="SuccessHeader">Setup Successful</String>
+ <String Id="SuccessLaunchButton">&amp;Launch</String>
Wladimir Palant 2013/08/01 10:30:33 Launch what exactly? This should probably say: "St
Eric 2013/08/01 18:58:37 This is the generic text. It's not invoked at pres
+ <String Id="SuccessRestartText">You must restart your computer before you can use the software.</String>
+ <String Id="SuccessRestartButton">&amp;Restart</String>
+ <String Id="SuccessCloseButton">&amp;Done</String>
Wladimir Palant 2013/08/01 10:30:33 If we are asking the user to restart then the opti
Eric 2013/08/01 18:58:37 Again, these are not used.
+
+ <!-- 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 &lt;a href="#"&gt;log file&lt;/a&gt;.</String>
+ <String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String>
+ <String Id="FailureRestartButton">&amp;Restart</String>
+ <String Id="FailureCloseButton">&amp;Done</String>
Wladimir Palant 2013/08/01 10:30:33 Same here, "Restart Now" and "Restart Later" in ca
+</WixLocalization>

Powered by Google App Engine
This is Rietveld