applied patch #1723131 - NSISdl doesn't handle files over 2GB and patch #1656076 - make NSISdl more "translator-friendly"
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5175 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
165aa0b8dd
commit
acc4233b41
6 changed files with 220 additions and 46 deletions
|
@ -59,6 +59,22 @@ TRANSLATE
|
|||
|
||||
To translate NSISdl add the following values to the call line:
|
||||
|
||||
/TRANSLATE2 downloading connecting second minute hour seconds minutes hours progress
|
||||
|
||||
Default values are:
|
||||
|
||||
downloading - "Downloading %s"
|
||||
connecting - "Connecting ..."
|
||||
second - " (1 second remaining)"
|
||||
minute - " (1 minute remaining)"
|
||||
hour - " (1 hour remaining)"
|
||||
seconds - " (%u seconds remaining)"
|
||||
minutes - " (%u minutes remaining)"
|
||||
hours - " (%u hours remaining)"
|
||||
progress - "%skB (%d%%) of %skB @ %u.%01ukB/s"
|
||||
|
||||
The old /TRANSLATE method still works for backward compatibility.
|
||||
|
||||
/TRANSLATE downloading connecting second minute hour plural progress remianing
|
||||
|
||||
Default values are:
|
||||
|
@ -69,7 +85,7 @@ Default values are:
|
|||
minute - "minute"
|
||||
hour - "hour"
|
||||
plural - "s"
|
||||
progress - "%dkB (%d%%) of %dkB @ %d.%01dkB/s"
|
||||
progress - "%dkB (%d%%) of %ukB @ %d.%01dkB/s"
|
||||
remaining - " (%d %s%s remaining)"
|
||||
|
||||
/TRANSLATE must come before /TIMEOUT.
|
||||
/TRANSLATE and /TRANSLATE2 must come before /TIMEOUT.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue