Translatable NSISdl
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1883 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
928a37800f
commit
415c1a00c6
4 changed files with 219 additions and 186 deletions
|
@ -39,4 +39,20 @@ then, check $0 for errors:
|
|||
|
||||
StrCmp $0 "success" yay
|
||||
Abort "Error downloading file
|
||||
yay:
|
||||
yay:
|
||||
|
||||
To translate NSISdl add:
|
||||
/TRANSLATE downloading connecting second minute hour plural progress remianing
|
||||
to the call line.
|
||||
|
||||
Default values are:
|
||||
downloading - "Downloading %s"
|
||||
connecting - "Connecting ..."
|
||||
second - "second"
|
||||
minute - "minute"
|
||||
hour - "hour"
|
||||
plural - "s"
|
||||
progress - "%dkB (%d%%) of %dkB @ %d.%01dkB/s"
|
||||
remaining - "(%d %s%s remaining)"
|
||||
|
||||
/TRANSLATE must come before /TIMEOUT.
|
Loading…
Add table
Add a link
Reference in a new issue