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

Side by Side Diff: installer/src/setup-exe/bootstrap-theme.wxl

Issue 6202981292703744: Whole installer (Closed)
Patch Set: Created June 24, 2014, 7:27 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft .com/wix/2006/localization"> 2 <WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft .com/wix/2006/localization">
3 <String Id="BundleName">Adblock Plus for IE</String> 3 <String Id="BundleName">Adblock Plus for IE</String>
4 <String Id="Caption">[WixBundleName] Setup</String> 4 <String Id="Caption">[WixBundleName] Setup</String>
5 <String Id="Title">[WixBundleName]</String> 5 <String Id="Title">[WixBundleName]</String>
6 <String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String> 6 <String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String>
7 <String Id="HelpHeader">Setup Help</String> 7 <String Id="HelpHeader">Setup Help</String>
8 <String Id="HelpText">/install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or 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. 9 creates a complete local copy of the bundle in directory. Install is the defa ult.
10 /passive | /quiet - displays minimal UI with no prompts or displays no UI and 10 /passive | /quiet - displays minimal UI with no prompts or displays no UI and
(...skipping 28 matching lines...) Expand all
39 <String Id="SuccessRestartButton">&amp;Restart</String> 39 <String Id="SuccessRestartButton">&amp;Restart</String>
40 <String Id="SuccessCloseButton">&amp;Done</String> 40 <String Id="SuccessCloseButton">&amp;Done</String>
41 41
42 <!-- Failure dialog --> 42 <!-- Failure dialog -->
43 <String Id="FailureHeader">Setup Failed</String> 43 <String Id="FailureHeader">Setup Failed</String>
44 <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 &lt ;a href="#"&gt;log file&lt;/a&gt;.</String> 44 <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 &lt ;a href="#"&gt;log file&lt;/a&gt;.</String>
45 <String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String> 45 <String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String>
46 <String Id="FailureRestartButton">&amp;Restart</String> 46 <String Id="FailureRestartButton">&amp;Restart</String>
47 <String Id="FailureCloseButton">&amp;Done</String> 47 <String Id="FailureCloseButton">&amp;Done</String>
48 </WixLocalization> 48 </WixLocalization>
OLDNEW

Powered by Google App Engine
This is Rietveld