@@ -503,27 +503,27 @@ msgid ""
503503msgstr ""
504504"RELEASE=\" python-\\ |version|\\ 0b2-macos11.pkg\" \n"
505505"\n"
506- "# pobierz pakiet instalatora \n"
506+ "# download installer pkg \n"
507507"curl -O \\ https://www.python.org/ftp/python/\\ |version|\\ .0/${RELEASE}\n"
508508"\n"
509- "# utwórz zmiany wyboru instalatora aby dostosować instalację:\n"
510- "# Włącz PythonTFramework-\\ |version|\\ pakiet\n"
511- "# akceptując pozostałe ustawienia domyślne (zainstaluj wszystkie pozostałe "
512- "pakiety)\n"
509+ "# create installer choicechanges to customize the install:\n"
510+ "# enable the PythonTFramework-\\ |version|\\ package\n"
511+ "# while accepting the other defaults (install all other packages)\n"
513512"cat > ./choicechanges.plist <<EOF\n"
514513"<?xml version=\" 1.0\" encoding=\" UTF-8\" ?>\n"
515514"<!DOCTYPE plist PUBLIC \" -//Apple//DTD PLIST 1.0//EN\" \"\\ http://www.apple."
516515"com/DTDs/PropertyList-1.0.dtd\" >\n"
517516"<plist version=\" 1.0\" >\n"
518517"<array>\n"
519- "<dict>\n"
520- "<key>attributeSetting</key>\n"
521- "<integer>1</integer>\n"
522- "<key>choiceAttribute</key>\n"
523- "<string>selected</string>\n"
524- "<key>choiceIdentifier</key>\n"
525- "<string>org.python.Python.PythonTFramework-\\ |version|\\ </string>\n"
526- "</dict>\n"
518+ " <dict>\n"
519+ " <key>attributeSetting</key>\n"
520+ " <integer>1</integer>\n"
521+ " <key>choiceAttribute</key>\n"
522+ " <string>selected</string>\n"
523+ " <key>choiceIdentifier</key>\n"
524+ " <string>org.python.Python.PythonTFramework-\\ |version|\\ </"
525+ "string>\n"
526+ " </dict>\n"
527527"</array>\n"
528528"</plist>\n"
529529"EOF\n"
0 commit comments