- More strings translatable (K/M/G Byte, registering, unregistering)
- Language specific fonts - $\t now works too - More to do git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2475 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
526ecc097b
commit
cf01b06e62
43 changed files with 498 additions and 106 deletions
|
@ -1,7 +1,13 @@
|
|||
# Header, don't edit
|
||||
NLF v3
|
||||
NLF v4
|
||||
# Start editing here
|
||||
# Language ID
|
||||
1033
|
||||
# Font and size - dash (-) means default
|
||||
-
|
||||
-
|
||||
# Codepage - dash (-) means ANSI code page
|
||||
-
|
||||
# Translation by ..... (any credits should go here)
|
||||
Nullsoft Install System %s
|
||||
%s Setup
|
||||
|
@ -39,6 +45,8 @@ Error opening file for writing: \r\n\t"$0"\r\nHit abort to abort installation,\r
|
|||
Can't write:
|
||||
Copy failed
|
||||
Copy to
|
||||
Registering:
|
||||
Unregistering:
|
||||
Could not find symbol:
|
||||
Could not load:
|
||||
Create folder:
|
||||
|
@ -61,4 +69,13 @@ Remove folder:
|
|||
Rename on reboot:
|
||||
Rename:
|
||||
Skipped:
|
||||
Copy Details To Clipboard
|
||||
Copy Details To Clipboard
|
||||
Log install process
|
||||
# byte
|
||||
B
|
||||
# kilo
|
||||
K
|
||||
# mega
|
||||
M
|
||||
# giga
|
||||
G
|
Loading…
Add table
Add a link
Reference in a new issue