!verbose 3 for cleaner logs

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1483 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-10-27 11:56:12 +00:00
parent 5063eaa95a
commit f0b820257f
15 changed files with 299 additions and 70 deletions

View file

@ -5,6 +5,7 @@
;By asdfuae@msn.com
;--------------------------------
!verbose 3
!ifndef MUI_ARABIC_USED
@ -83,4 +84,6 @@
LangString un.MUI_BUTTONTEXT_UNINSTALL ${LANG_ARABIC} "ÅÒÇáÉ&"
!endif
!endif
!endif
!verbose 4

View file

@ -5,6 +5,7 @@
;By Joost Verburg
;--------------------------------
!verbose 3
!ifndef MUI_DUTCH_USED
@ -83,4 +84,6 @@
LangString un.MUI_BUTTONTEXT_UNINSTALL ${LANG_DUTCH} "&Verwijderen"
!endif
!endif
!endif
!verbose 4

View file

@ -5,6 +5,7 @@
;By Joost Verburg
;--------------------------------
!verbose 3
!ifndef MUI_ENGLISH_USED
@ -83,4 +84,6 @@
LangString un.MUI_BUTTONTEXT_UNINSTALL ${LANG_ENGLISH} "&Uninstall"
!endif
!endif
!endif
!verbose 4

View file

@ -5,6 +5,7 @@
;By Sébastien Delahaye <seb@delahaye.net>
;--------------------------------
!verbose 3
!ifndef MUI_FRENCH_USED
@ -57,6 +58,7 @@
LangString MUI_BUTTONTEXT_INSTALL ${LANG_FRENCH} "&Installer"
!endif
;UNINSTALLER
!ifdef MUI_UNINSTALLER
@ -82,4 +84,6 @@
LangString un.MUI_BUTTONTEXT_UNINSTALL ${LANG_FRENCH} "&Désinstaller"
!endif
!endif
!endif
!verbose 4

View file

@ -5,6 +5,7 @@
;By L.King
;--------------------------------
!verbose 3
!ifndef MUI_GERMAN_USED
@ -83,4 +84,6 @@
LangString un.MUI_BUTTONTEXT_UNINSTALL ${LANG_GERMAN} "&Deinstallieren"
!endif
!endif
!endif
!verbose 4

View file

@ -5,6 +5,7 @@
;By Makidis N. Mike
;--------------------------------
!verbose 3
!ifndef MUI_GREEK_USED
@ -84,3 +85,5 @@
!endif
!endif
!verbose 4

View file

@ -5,6 +5,7 @@
;By SANFACE Software <sanface@sanface.com>
;--------------------------------
!verbose 3
!ifndef MUI_ITALIAN_USED
@ -83,4 +84,6 @@
LangString un.MUI_BUTTONTEXT_UNINSTALL ${LANG_ITALIAN} "&Disinstalla"
!endif
!endif
!endif
!verbose 4

View file

@ -5,6 +5,7 @@
;By Piotr Murawski & Rafał Lampe; www.lomsel.prv.pl mailto:ppiter@skrzynka.pl
;--------------------------------
!verbose 3
!ifndef MUI_POLISH_USED
@ -83,4 +84,6 @@
LangString un.MUI_BUTTONTEXT_UNINSTALL ${LANG_POLISH} "Odinstaluj"
!endif
!endif
!endif
!verbose 4

View file

@ -5,6 +5,7 @@
;By Layout do Brasil www.layoutdobrasil.com
;--------------------------------
!verbose 3
!ifndef MUI_PORTUGUESEBR_USED
@ -83,4 +84,6 @@
LangString un.MUI_BUTTONTEXT_UNINSTALL ${LANG_PORTUGUESEBR} "&Desinstalar"
!endif
!endif
!endif
!verbose 4

View file

@ -2,9 +2,10 @@
;version 1 - Compatible with Modern UI 1.3
;Language: Russian (1049)
;By Nik Medved (brainsucker)
;Fixed by Scam
;By Nik Medved (brainsucker). Fixed by Scam.
;--------------------------------
!verbose 3
!ifndef MUI_RUSSIAN_USED
@ -83,4 +84,6 @@
LangString un.MUI_BUTTONTEXT_UNINSTALL ${LANG_RUSSIAN} "&Óäàëèòü"
!endif
!endif
!endif
!verbose 4

View file

@ -1,10 +1,11 @@
;Modern UI Language File
;version 1 - Compatible with Modern UI 1.3
; Language: "Chinese (Simplified)" (2052)
; Kii Ali <kiiali@cpatch.org>
;Language: 'Chinese (Simplified)' (2052)
;Kii Ali <kiiali@cpatch.org>
;--------------------------------
!verbose 3
!ifndef MUI_SIMPCHINESE_USED
@ -84,3 +85,5 @@
!endif
!endif
!verbose 4

View file

@ -5,6 +5,7 @@
;By MoNKi
;--------------------------------
!verbose 3
!ifndef MUI_SPANISH_USED
@ -83,4 +84,6 @@
LangString un.MUI_BUTTONTEXT_UNINSTALL ${LANG_SPANISH} "&Desinstalar"
!endif
!endif
!endif
!verbose 4

View file

@ -1,10 +1,11 @@
;Modern UI Language File
;version 1 - Compatible with Modern UI 1.3
; Language: "Chinese (Traditional)" (1028)
; Kii Ali <kiiali@cpatch.org>
;Language: 'Chinese (Traditional)' (1028)
;Kii Ali <kiiali@cpatch.org>
;--------------------------------
!verbose 3
!ifndef MUI_TRADCHINESE_USED
@ -83,4 +84,6 @@
LangString un.MUI_BUTTONTEXT_UNINSTALL ${LANG_TRADCHINESE} "¸Ñ°£¦w¸Ë(&U)"
!endif
!endif
!endif
!verbose 4

View file

@ -5,6 +5,7 @@
;By Yuri Holubow, Our Soft (http://www.ns.lviv.ua)
;--------------------------------
!verbose 3
!ifndef MUI_UKRAINIAN_USED
@ -83,4 +84,6 @@
LangString un.MUI_BUTTONTEXT_UNINSTALL ${LANG_UKRAINIAN} "&Âèäàëèòè"
!endif
!endif
!endif
!verbose 4