Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft .com/wix/2006/localization"> | |
3 <String Id="BundleName">Adblock Plus for IE</String> | |
4 <String Id="Caption">[WixBundleName] Setup</String> | |
5 <String Id="Title">[WixBundleName]</String> | |
6 <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
| |
7 <String Id="HelpHeader">Setup Help</String> | |
8 <String Id="HelpText">/install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or | |
9 creates a complete local copy of the bundle in directory. Install is the defa ult. | |
10 | |
11 /passive | /quiet - displays minimal UI with no prompts or displays no UI and | |
12 no prompts. By default UI and all prompts are displayed. | |
13 | |
14 /norestart - suppress any attempts to restart. By default UI will prompt befor e restart. | |
15 /log log.txt - logs to a specific file. By default a log file is created in %TEM P%.</String> | |
16 <String Id="HelpCloseButton">&Close</String> | |
17 | |
18 <!-- Install dialog --> | |
19 <String Id="InstallHeader">Setup Start</String> | |
20 <String Id="InstallWelcome">This setup program installs Adblock Plus for IE in to 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.
| |
21 <String Id="InstallInstallButton">&Install</String> | |
22 <String Id="InstallCloseButton">&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.
| |
23 | |
24 <!-- Progress dialog --> | |
25 <String Id="ProgressHeader">Setup Progress</String> | |
26 <String Id="ProgressLabel">Processing:</String> | |
27 <String Id="OverallProgressPackageText">Initializing...</String> | |
28 <String Id="ProgressCancelButton">&Cancel install</String> | |
29 | |
30 <!-- Modify dialog --> | |
31 <String Id="ModifyHeader">Modify Setup</String> | |
32 <String Id="ModifyNotice">Adblock Plus for IE is already installed on this mac hine. If it's not working correctly, you may repair it. You may also uninstall i t.</String> | |
33 <String Id="ModifyRepairButton">&Repair</String> | |
34 <String Id="ModifyUninstallButton">&Uninstall</String> | |
35 <String Id="ModifyCloseButton">&Do nothing</String> | |
Wladimir Palant
2013/08/01 10:30:33
Again, I would rather have a generic "Cancel" butt
| |
36 | |
37 <!-- Success dialog --> | |
38 <String Id="SuccessHeader">Setup Successful</String> | |
39 <String Id="SuccessLaunchButton">&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
| |
40 <String Id="SuccessRestartText">You must restart your computer before you can use the software.</String> | |
41 <String Id="SuccessRestartButton">&Restart</String> | |
42 <String Id="SuccessCloseButton">&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.
| |
43 | |
44 <!-- Failure dialog --> | |
45 <String Id="FailureHeader">Setup Failed</String> | |
46 <String Id="FailureHyperlinkLogText">One or more issues caused the setup to fa il. Please fix the issues and then retry setup. For more information see the < ;a href="#">log file</a>.</String> | |
47 <String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String> | |
48 <String Id="FailureRestartButton">&Restart</String> | |
49 <String Id="FailureCloseButton">&Done</String> | |
Wladimir Palant
2013/08/01 10:30:33
Same here, "Restart Now" and "Restart Later" in ca
| |
50 </WixLocalization> | |
OLD | NEW |