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

Side by Side Diff: installer/1031/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
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <WixLocalization Culture="de-de" Language="1031" xmlns="http://schemas.microsoft .com/wix/2006/localization">
3 <String Id="BundleName">Adblock Plus for IE (not in German)</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>
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">&amp;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>
21 <String Id="InstallInstallButton">&amp;Install</String>
22 <String Id="InstallCloseButton">&amp;Do not install</String>
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">&amp;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">&amp;Repair</String>
34 <String Id="ModifyUninstallButton">&amp;Uninstall</String>
35 <String Id="ModifyCloseButton">&amp;Do nothing</String>
36
37 <!-- Success dialog -->
38 <String Id="SuccessHeader">Setup Successful</String>
39 <String Id="SuccessLaunchButton">&amp;Launch</String>
40 <String Id="SuccessRestartText">You must restart your computer before you can use the software.</String>
41 <String Id="SuccessRestartButton">&amp;Restart</String>
42 <String Id="SuccessCloseButton">&amp;Done</String>
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 &lt ;a href="#"&gt;log file&lt;/a&gt;.</String>
47 <String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String>
48 <String Id="FailureRestartButton">&amp;Restart</String>
49 <String Id="FailureCloseButton">&amp;Done</String>
50 </WixLocalization>
OLDNEW
« build_release.py ('K') | « html/templates/firstRun.html ('k') | installer/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld