Commit graph

22 commits

Author SHA1 Message Date
kichik
bfe7fef294 applied patch #1927421 - Polish translation for 2.35
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5624 212acab6-be3b-0410-9dea-997c60f758d6
2008-05-02 19:34:38 +00:00
kichik
d04ee548e2 applied patch #1894983 - Polish language files for NSIS 2.35+
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5539 212acab6-be3b-0410-9dea-997c60f758d6
2008-02-16 17:34:44 +00:00
joostverburg
af7c3e0950 corrections by Marek Stepien, from Mozilla bug #224532
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4689 212acab6-be3b-0410-9dea-997c60f758d6
2006-06-16 08:42:06 +00:00
joostverburg
92729a99ca fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3755 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-24 13:10:23 +00:00
joostverburg
f1ac2cc1ba fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3647 212acab6-be3b-0410-9dea-997c60f758d6
2004-09-04 14:26:54 +00:00
joostverburg
38258bc691 info
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3377 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-09 20:17:08 +00:00
joostverburg
55e20bccd2 fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3334 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-30 16:14:32 +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
b8b115cefd fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2933 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-19 18:04:15 +00:00
joostverburg
12e4ca56ba v6
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2904 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-12 14:02:54 +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
ramon18
7adbddc567 Updated codepages
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2632 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-12 00:01:31 +00:00
kichik
e0423010c1 v5
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2603 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-02 13:02:54 +00:00
joostverburg
a98333f0a1 v4
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2501 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-28 10:31:19 +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
7f4cc8462f LicenseForceSelection support
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2419 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-04 08:23:31 +00:00
joostverburg
e41cf67d37 updated translation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2293 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-14 11:17:58 +00:00
joostverburg
e38a122c1a accelerator keys
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2069 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-16 22:31:22 +00:00
joostverburg
81904c5d55 updated translation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2066 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-16 12:16:06 +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
38ceabf3a0 added spaces
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1376 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-11 13:17:38 +00:00
joostverburg
3fa65a7f42 By Piotr Murawski & Rafa³ Lampe
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1375 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-11 13:12:36 +00:00