diff options
| author | Adib Taraben <theadib@gmail.com> | 2006-06-01 05:28:26 +0000 |
|---|---|---|
| committer | theadib <theadib@users.sourceforge.net> | 2006-06-01 05:28:26 +0000 |
| commit | ae69186ba68fd705f7b1217ff091007f598f2646 (patch) | |
| tree | b51c1d1a7b96eb3e49b11eceb989b7c1ec918fd1 /packaging | |
| parent | remove warnings (diff) | |
| download | inkscape-ae69186ba68fd705f7b1217ff091007f598f2646.tar.gz inkscape-ae69186ba68fd705f7b1217ff091007f598f2646.zip | |
update translation, installer missed 2 files - manually added
(bzr r1116)
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/win32/czech.nsh | 6 | ||||
| -rw-r--r-- | packaging/win32/inkscape.nsi | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/packaging/win32/czech.nsh b/packaging/win32/czech.nsh index db63d6350..ff990176e 100644 --- a/packaging/win32/czech.nsh +++ b/packaging/win32/czech.nsh @@ -17,13 +17,13 @@ LangString lng_LICENSE_BUTTON ${LANG_CZECH} "Další >" LangString lng_LICENSE_BOTTOM_TEXT ${LANG_CZECH} "$(^Name) je vydáván pod General Public License (GPL). Licenční ujednání je zde pouze z informačních důvodů. $_CLICK"
;has been installed by different user
-LangString lng_DIFFERENT_USER ${LANG_CZECH} "Inkscape has been installed by user $0. If you continue you might not complete successfully! Please log in as $0 and try again."
+LangString lng_DIFFERENT_USER ${LANG_CZECH} "Inkscape byl nainstalovan uzivatelem $0.$\r$\nPokud budete pokracovat nemusite dopadnout dobre!$\r$\nProsim prihlaste se jako $0 a zkuste to znovu."
;you have no admin rigths
-LangString lng_NO_ADMIN ${LANG_CZECH} "You do not have administrator privileges. Installing Inkscape for all users might not complete successfully. Uncheck option 'For All Users'."
+LangString lng_NO_ADMIN ${LANG_CZECH} "Nemate administratorska opravneni.$\r$\nInstalace Inkscape pro vsechny uzivatele nemusi dopadnout dobre.$\r$\nOdeberte volbu 'pro všechny uživatele'."
;win9x is not supported
-LangString lng_NOT_SUPPORTED ${LANG_CZECH} "Inkscape is known not to run under Windows 95/98/ME!\n\nPlease check the official website for detailed information."
+LangString lng_NOT_SUPPORTED ${LANG_CZECH} "Inkscape nepodporuje operacni systemy Windows 95/98/ME!$\r$\nNavstivte homepage Inkscape pro detilni informace."
; Full install type
LangString lng_Full $(LANG_CZECH) "Plná"
diff --git a/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi index b8474f310..3bc6ea9e9 100644 --- a/packaging/win32/inkscape.nsi +++ b/packaging/win32/inkscape.nsi @@ -493,10 +493,13 @@ Section $(lng_Core) SecCore File /nonfatal /a /r "..\..\inkscape\doc" File /nonfatal /a /r "..\..\inkscape\plugins" File /nonfatal /a /r /x *.??*.???* /x "examples" /x "tutorials" "..\..\inkscape\share" - ; this file is added because it slips through the filter + ; this files are added because it slips through the filter SetOutPath $INSTDIR\share\clipart File /a "..\..\inkscape\share\clipart\inkscape.logo.svg" File /a "..\..\inkscape\share\clipart\inkscape.logo.classic.svg" + SetOutPath $INSTDIR\share\extensions + File /a "..\..\inkscape\share\extensions\pdf_output.inx.txt" + File /a "..\..\inkscape\share\extensions\pdf_output_via_gs_on_win32.inx.txt" SetOutPath $INSTDIR\modules File /nonfatal /a /r "..\..\inkscape\modules\*.*" SetOutPath $INSTDIR\python |
