Commit a570f51b authored by f3nix's avatar f3nix

Added Polish NSIS prompts.

parent 83652d2a
;Additional text definitions for Polish
;File name of license file
LicenseLangString MUILicense ${LANG_POLISH} "..\licendoc.txt"
;Component option
LangString TITLE_SEC01 ${LANG_POLISH} "Pliki aplikacji"
LangString TITLE_SEC02 ${LANG_POLISH} "Biblioteki i elementy"
LangString TITLE_SEC03 ${LANG_POLISH} "Przykadowe projekty"
LangString TITLE_SEC04 ${LANG_POLISH} "Pliki pomocy."
;Component option descriptions
LangString DESC_SEC01 ${LANG_POLISH} "Gwne pliki aplikacji."
LangString DESC_SEC02 ${LANG_POLISH} "Biblioteki i elementy s potrzebne jeeli wczeniej nie zostay zainstalowane."
LangString DESC_SEC03 ${LANG_POLISH} "Kilka przykadowych projektw i tutoriali."
LangString DESC_SEC04 ${LANG_POLISH} "Pliki pomocy."
;General messages
LangString WINGS3D_PROMPT ${LANG_POLISH} "Aby edytowa lub tworzy modele obiektw 3D musisz zainstalowa Wings3D. \
Wings3D oraz instrukcja obsugi moe zosta pobrana za darmo ze strony Wings3D. Zaznacz t opcj, aby otworzy stron gwn Wings3D"
LangString UNINST_PROMPT ${LANG_POLISH} "Czy jeste pewny, e chcesz usun $(^Name) i jego wszystkie komponenty? $\n\
Zostan rwnie usunite wszystkie zmodyfikowane i nowe pliki, biblioteki i moduy znajdujce si w katalogu programu"
LangString UNINST_SUCCESS ${LANG_POLISH} "$(^Name) zosta pomylnie usunity z twojego komputera."
LangString INSTALLER_RUNNING ${LANG_POLISH} "Instalator jest ju uruchomiony."
LangString UNINSTALLER_RUNNING ${LANG_POLISH} "Deinstalator jest ju uruchomiony."
LangString ALREADY_INSTALLED ${LANG_POLISH} "${PRODUCT_NAME} jest ju zainstalowany. Ponowna instalacja nadpisze istniejce pliki. Czy kontynuowa?"
\ No newline at end of file
......@@ -17,7 +17,7 @@
; General Product Description Definitions
!define PRODUCT_NAME "KiCad"
!define PRODUCT_VERSION "2006.09.17"
!define PRODUCT_VERSION "2007.05.25"
!define PRODUCT_WEB_SITE "http://www.lis.inpg.fr/realise_au_lis/kicad/"
!define COMPANY_NAME ""
!define TRADE_MARKS ""
......@@ -74,9 +74,11 @@ ShowUnInstDetails hide
; - This must be after all page macros have been inserted
!insertmacro MUI_LANGUAGE "English" ;first language is the default language
!insertmacro MUI_LANGUAGE "French"
!insertmacro MUI_LANGUAGE "Polish"
!include "English.nsh"
!include "French.nsh"
!include "Polish.nsh"
; MUI end ------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment