Code

update translation, installer missed 2 files - manually added
authortheadib <theadib@users.sourceforge.net>
Thu, 1 Jun 2006 05:28:26 +0000 (05:28 +0000)
committertheadib <theadib@users.sourceforge.net>
Thu, 1 Jun 2006 05:28:26 +0000 (05:28 +0000)
packaging/win32/czech.nsh
packaging/win32/inkscape.nsi

index db63d6350661c24c65a91384dbb27e7c5221ef88..ff990176e15e2c04609a4bd54430e716ffd54a71 100644 (file)
@@ -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"\r
 \r
 ;has been installed by different user\r
-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."\r
+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."\r
 \r
 ;you have no admin rigths\r
-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'."\r
+LangString lng_NO_ADMIN ${LANG_CZECH} "Nemate administratorska opravneni.$\r$\nInstalace Inkscape pro vsechny uzivatele nemusi dopadnout dobre.$\r$\nOdeberte volbu 'pro v\9aechny u\9eivatele'."\r
 \r
 ;win9x is not supported\r
-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."\r
+LangString lng_NOT_SUPPORTED ${LANG_CZECH} "Inkscape nepodporuje operacni systemy Windows 95/98/ME!$\r$\nNavstivte homepage Inkscape pro detilni informace."\r
 \r
 ; Full install type\r
 LangString lng_Full $(LANG_CZECH) "Plná"\r
index b8474f310bd379eed56a5c0ea034b8fa8569454f..3bc6ea9e922f8eb272fae23ced3ce894891eff8f 100644 (file)
@@ -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