Commit graph

39 commits

Author SHA1 Message Date
joostverburg
62f60a9a5d applied path #2840090 - German Translation Update
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6020 212acab6-be3b-0410-9dea-997c60f758d6
2010-01-24 23:27:49 +00:00
kichik
91fc282157 added codepage
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5082 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-15 21:07:57 +00:00
joostverburg
88de3fab4b added some missing commas
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3339 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-31 11:39:15 +00:00
kichik
672e695976 - Added SS_NOPREFIX for the static control above the install log so both will show the same when an ampersand is present in the string
- Added another parameter for Name. It will be used in places where doubled ampersands are required for text to render as expected. Use it if you have an ampersand in your name. See the updated documentation about the Name command for more information about usage.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3288 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-17 23:22:14 +00:00
joostverburg
8aa5ec4ff3 fixes, easier to read
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3112 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-07 17:59:02 +00:00
joostverburg
8f1f4fb59c fix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3108 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-07 13:49:08 +00:00
joostverburg
cc34a465ec fix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3106 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-06 14:06:37 +00:00
joostverburg
77e9b58295 fix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3097 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-04 21:24:17 +00:00
joostverburg
13234b6e63 fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3063 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-26 13:33:37 +00:00
joostverburg
8839008f2b fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3059 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-24 15:56:57 +00:00
joostverburg
8e03f9ccdf UninstallingText
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3051 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-23 16:21:54 +00:00
joostverburg
753e8d581d fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2936 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-19 19:52:02 +00:00
kichik
4081518050 fix by lking
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2925 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-17 11:32:37 +00:00
joostverburg
f2003bb103 quotes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2856 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-06 12:31:18 +00:00
joostverburg
7c9485efde v6
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2855 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-06 11:57:12 +00:00
kichik
74ea2dc585 * PageEx - every page can be used everywhere and as many times as needed
* DirVar - easy way to add another dir page
* default strings in the language file (Page directory is enough, no need for DirText)
* strings from the language file are now LangStrings that can be used in the script
* no more /LANG - one string for all languages
* any lang strings can be used everywhere, installer or uninstaller (no un.)
* no more unprocessed strings - variables can be used almost everywhere (except in licenseData and InstallDirRegKey)
* DirText parm for browse dialog text
* SetBkColor -> SetCtlColors - can now set text color too
* fixed SetOutPath and File /r bug
* fixed File /a /oname bug
* added $_CLICK for pages
* added quotes support in lang files (patch #752620)
* extraction progress
* separate RTL dialogs for RTL langs (improved RTL too)
* InstallOptions RTL
* StartMenu RTL
* fixed RegDLL?
* added IfSilent and SetSilent (SetSilent only works from .onInit)
* fixed verify window (it never showed) (bug #792494)
* fixed ifnewer readonly file problem (patch #783782)
* fixed wininit.ini manipulation when there is another section after [rename]
* fixed some ClearType issues
* fixed a minor bug in the resource editor
* fixed !ifdef/!endif stuff, rewritten
* lots of code and comments clean ups
* got rid of some useless exceptions handling and STL classes (still much more to go)
* lots of optimizations, of course ;)
* updated system.dll with support for GUID, WCHAR, and fast VTable calling (i.e. COM ready)
* minor bug fixes


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2823 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-04 18:25:57 +00:00
kichik
f9482fdf12 v5
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2601 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-01 20:21:37 +00:00
joostverburg
4e1d809449 v4
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2485 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-22 13:28:46 +00:00
kichik
cf01b06e62 - 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
2003-04-21 13:32:34 +00:00
joostverburg
f8ee13c0da fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2451 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-07 17:59:52 +00:00
joostverburg
100467ddbc LicenseForceSelection support
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2395 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-29 20:31:10 +00:00
joostverburg
76da9957ea LicenseForceSelection support
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2370 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-26 20:15:13 +00:00
joostverburg
b787c66900 updated translation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1972 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-18 13:44:24 +00:00
joostverburg
a397d91a42 better translation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1562 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-02 13:45:02 +00:00
joostverburg
5063eaa95a cleaned up format, added spaces
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1482 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-27 11:28:50 +00:00
joostverburg
75b478ad9e better translation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1430 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-16 13:20:15 +00:00
joostverburg
96678eba80 accelerator keys
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1429 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-15 20:55:56 +00:00
joostverburg
f7200d099e better translation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1409 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-14 12:47:56 +00:00
joostverburg
842b47ef57 InstType text
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1371 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-10 21:15:54 +00:00
joostverburg
b43b51e94d changed 'I Agree' button text again
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1353 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-09 14:19:12 +00:00
joostverburg
7aad223df1 updated 'I Agree' button text
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1347 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-09 06:25:42 +00:00
joostverburg
71a24d0b05 'I agree' text updated
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1343 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-08 20:52:17 +00:00
joostverburg
f78ff44f1b fixed 'uninstall' text
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1338 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-08 19:45:48 +00:00
joostverburg
2b06102c6e A bit better
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1321 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-07 20:27:03 +00:00
kichik
9adf8df382 Delete file: now has a space after it
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1213 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-29 10:04:06 +00:00
kichik
3e591673af Header changed to v2
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@972 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-10 15:01:29 +00:00
joostverburg
1b9cc429c3 v2
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@865 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-02 17:14:34 +00:00
kichik
ef05d934d9 Fixed some string replacements and that FileErrorText bug.
ChangeUI now supports changing dialogs other than IDD_INST.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@655 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-06 11:24:49 +00:00
kichik
d97a69b57b by SmartyMan
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@648 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-05 14:11:32 +00:00