Commit graph

26 commits

Author SHA1 Message Date
kichik
35187d2230 patch #1916564 - French.nlf : fix on ^ComponentsSubText1
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5580 212acab6-be3b-0410-9dea-997c60f758d6
2008-03-29 17:06:58 +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
kichik
36aa6e0481 fixed bug #1531874 - Typos in french translation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4718 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-02 11:12:08 +00:00
joostverburg
10cf77b78d corrections by SuperPat
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4177 212acab6-be3b-0410-9dea-997c60f758d6
2005-07-21 15:54:54 +00:00
kichik
7a3a452d9a fixed bug #1168652 - French: Install Location 2 shortcuts on P
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3942 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-29 21:32: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
kichik
419d351fc3 No need to escape quotes, the slashes will show in the output
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3075 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-28 22:59:29 +00:00
joostverburg
947bb6177b fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3070 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-27 17:05:16 +00:00
joostverburg
7272e2aea4 v6
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2862 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-06 19:52:51 +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
joostverburg
a0bf302f09 v5
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2602 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-01 21:19:05 +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
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
b160c1cb5f updated & new translations
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1927 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-08 16:30:40 +00:00
joostverburg
1ffb3e9342 ...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1506 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-30 16:24:32 +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
4f8a697602 accelerator keys
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1428 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-15 20:09:37 +00:00
joostverburg
eec1b389cc some corrections
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1329 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-08 08:26:12 +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
dd6f4dea41 New translation by Veekee
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@911 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 17:39:02 +00:00
joostverburg
00a571dd89 v2
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@868 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-02 17:31:36 +00:00
joostverburg
a7c94363e4 v2
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@866 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-02 17:21:32 +00:00
kichik
a8e8e7f4ac *** empty log message ***
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@794 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-28 20:35:48 +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
bc920f3691 no message
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@641 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-04 20:29:40 +00:00