Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
a570f51b
Commit
a570f51b
authored
Jun 20, 2007
by
f3nix
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Polish NSIS prompts.
parent
83652d2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
1 deletion
+31
-1
Polish.nsh
nsis_win_installer/Polish.nsh
+28
-0
install.nsi
nsis_win_installer/install.nsi
+3
-1
No files found.
nsis_win_installer/Polish.nsh
0 → 100644
View file @
a570f51b
;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
nsis_win_installer/install.nsi
View file @
a570f51b
...
...
@@ -17,7 +17,7 @@
; General Product Description Definitions
!define PRODUCT_NAME "KiCad"
!define PRODUCT_VERSION "200
6.09.17
"
!define PRODUCT_VERSION "200
7.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 ------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment