diff --git a/installer/translations/Polish.nsh b/installer/translations/Polish.nsh index 3dc405918..37b0d0724 100644 --- a/installer/translations/Polish.nsh +++ b/installer/translations/Polish.nsh @@ -1,13 +1,9 @@ !define LANG "Polish" -# The next entry needs translations: -!insertmacro LANG_STRING STRING_EXT_LINKS_INTRO "If you need a GUI for mkvextract then give these projects a try:" -# The next entry needs translations: -!insertmacro LANG_STRING STRING_MFF_CONTINUE_ANYWAY "Continue with installation anyway" -# The next entry needs translations: -!insertmacro LANG_STRING STRING_MFF_MORE_INFORMATION "More information" -# The next entry needs translations: -!insertmacro LANG_STRING STRING_MFF_NOT_FOUND "Your Windows installation seems to lack Microsoft's 'Media Foundation' framework. This framework is required by MKVToolNix. Please install it and run the MKVToolNix installer again." +!insertmacro LANG_STRING STRING_EXT_LINKS_INTRO "Jeśli potrzebujesz interfejsu graficznego dla narzędzia mkvextract, wypróbuj proszę poniższe projekty:" +!insertmacro LANG_STRING STRING_MFF_CONTINUE_ANYWAY "Kontynuuj instalację mimo wszystko" +!insertmacro LANG_STRING STRING_MFF_MORE_INFORMATION "Więcej informacji" +!insertmacro LANG_STRING STRING_MFF_NOT_FOUND "W Twoim systemie Windows prawdopodobnie brakuje frameworka Microsoft Media Foundation. Ten framework jest wymagany przez MKVToolNix. Proszę go zainstalować i uruchomić instalator programu MKVToolNix ponownie." !insertmacro LANG_STRING STRING_REMOVE_JOB_FILES_QUESTION "Czy pliki zadań utworzone przez program również powinny zostać usunięte?" !insertmacro LANG_STRING STRING_REMOVE_PROGRAM_QUESTION "Czy na pewno chcesz usunąć $(^Name) oraz wszystkie jego składniki?" !insertmacro LANG_STRING STRING_UNINSTALLED_OK "$(^Name) został pomyślnie odinstalowany."