X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=packaging%2Fwin32%2Fpolish.nsh;h=829c666b98bf7384236e2ba5a297073262a6b45e;hb=059bc8612e20afac1c44f1d38e6d5e97d37415e9;hp=2c50c1a59142a5b86a83ae0b166dcf2fe887ff93;hpb=1b3e44c1dead86857014188c58f444e28bb9922e;p=inkscape.git diff --git a/packaging/win32/polish.nsh b/packaging/win32/polish.nsh index 2c50c1a59..829c666b9 100644 --- a/packaging/win32/polish.nsh +++ b/packaging/win32/polish.nsh @@ -13,6 +13,7 @@ ; february 15 2007 new language bn, en_AU, eo, id, ro ; april 11 2007 new language he ; october 2007 new language ca@valencian +; January 2008 new uninstaller messages !insertmacro MUI_LANGUAGE "Polish" @@ -207,3 +208,19 @@ LangString lng_UInstOpt1 ${LANG_POLISH} "Dokonaj wyboru spo ; Ask to purge the personal preferences LangString lng_PurgePrefs ${LANG_POLISH} "Zachowaj w systemie preferencje u¿ytkownika " + +LangString lng_RETRY_CANCEL_DESC ${LANG_POLISH} "$\n$\nPress RETRY to continue or press CANCEL to abort." + +LangString lng_ClearDirectoryBefore ${LANG_POLISH} "${PRODUCT_NAME} must be installed in an empty directory. $INSTDIR is not empty. Please clear this directory first!$(lng_RETRY_CANCEL_DESC)" + +LangString lng_UninstallLogNotFound ${LANG_POLISH} "$INSTDIR\uninstall.log not found!$\r$\nPlease uninstall by clearing directory $INSTDIR yourself!" + +LangString lng_FileChanged ${LANG_POLISH} "The file $filename has been changed after installation.$\r$\nDo you still want to delete that file?" + +LangString lng_Yes ${LANG_POLISH} "Yes" + +LangString lng_AlwaysYes ${LANG_POLISH} "always answer Yes" + +LangString lng_No ${LANG_POLISH} "No" + +LangString lng_AlwaysNo ${LANG_POLISH} "always answer No"