From: theadib Date: Thu, 1 Jun 2006 05:28:26 +0000 (+0000) Subject: update translation, installer missed 2 files - manually added X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=28dc7bd16acbeb415dc46cbe70c20ccc76227425;p=inkscape.git update translation, installer missed 2 files - manually added --- 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