|
| 1 | +# SOME DESCRIPTIVE TITLE. |
| 2 | +# Copyright (C) 2001-2021, Python Software Foundation |
| 3 | +# This file is distributed under the same license as the Python package. |
| 4 | +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
| 5 | +# |
| 6 | +# Translators: |
| 7 | +# Chris Abramowicz, 2022 |
| 8 | +# |
| 9 | +#, fuzzy |
| 10 | +msgid "" |
| 11 | +msgstr "" |
| 12 | +"Project-Id-Version: Python 3.8\n" |
| 13 | +"Report-Msgid-Bugs-To: \n" |
| 14 | +"POT-Creation-Date: 2021-01-01 16:06+0000\n" |
| 15 | +"PO-Revision-Date: 2020-05-30 11:53+0000\n" |
| 16 | +"Last-Translator: Chris Abramowicz, 2022\n" |
| 17 | +"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n" |
| 18 | +"MIME-Version: 1.0\n" |
| 19 | +"Content-Type: text/plain; charset=UTF-8\n" |
| 20 | +"Content-Transfer-Encoding: 8bit\n" |
| 21 | +"Language: pl\n" |
| 22 | +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n" |
| 23 | +"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n" |
| 24 | +"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" |
| 25 | + |
| 26 | +msgid "\"Why is Python Installed on my Computer?\" FAQ" |
| 27 | +msgstr "" |
| 28 | + |
| 29 | +msgid "What is Python?" |
| 30 | +msgstr "Czym jest Python?" |
| 31 | + |
| 32 | +msgid "" |
| 33 | +"Python is a programming language. It's used for many different " |
| 34 | +"applications. It's used in some high schools and colleges as an introductory " |
| 35 | +"programming language because Python is easy to learn, but it's also used by " |
| 36 | +"professional software developers at places such as Google, NASA, and " |
| 37 | +"Lucasfilm Ltd." |
| 38 | +msgstr "" |
| 39 | + |
| 40 | +msgid "" |
| 41 | +"If you wish to learn more about Python, start with the `Beginner's Guide to " |
| 42 | +"Python <https://wiki.python.org/moin/BeginnersGuide>`_." |
| 43 | +msgstr "" |
| 44 | + |
| 45 | +msgid "Why is Python installed on my machine?" |
| 46 | +msgstr "" |
| 47 | + |
| 48 | +msgid "" |
| 49 | +"If you find Python installed on your system but don't remember installing " |
| 50 | +"it, there are several possible ways it could have gotten there." |
| 51 | +msgstr "" |
| 52 | + |
| 53 | +msgid "" |
| 54 | +"Perhaps another user on the computer wanted to learn programming and " |
| 55 | +"installed it; you'll have to figure out who's been using the machine and " |
| 56 | +"might have installed it." |
| 57 | +msgstr "" |
| 58 | + |
| 59 | +msgid "" |
| 60 | +"A third-party application installed on the machine might have been written " |
| 61 | +"in Python and included a Python installation. There are many such " |
| 62 | +"applications, from GUI programs to network servers and administrative " |
| 63 | +"scripts." |
| 64 | +msgstr "" |
| 65 | + |
| 66 | +msgid "" |
| 67 | +"Some Windows machines also have Python installed. At this writing we're " |
| 68 | +"aware of computers from Hewlett-Packard and Compaq that include Python. " |
| 69 | +"Apparently some of HP/Compaq's administrative tools are written in Python." |
| 70 | +msgstr "" |
| 71 | + |
| 72 | +msgid "" |
| 73 | +"Many Unix-compatible operating systems, such as Mac OS X and some Linux " |
| 74 | +"distributions, have Python installed by default; it's included in the base " |
| 75 | +"installation." |
| 76 | +msgstr "" |
| 77 | + |
| 78 | +msgid "Can I delete Python?" |
| 79 | +msgstr "" |
| 80 | + |
| 81 | +msgid "That depends on where Python came from." |
| 82 | +msgstr "" |
| 83 | + |
| 84 | +msgid "" |
| 85 | +"If someone installed it deliberately, you can remove it without hurting " |
| 86 | +"anything. On Windows, use the Add/Remove Programs icon in the Control Panel." |
| 87 | +msgstr "" |
| 88 | + |
| 89 | +msgid "" |
| 90 | +"If Python was installed by a third-party application, you can also remove " |
| 91 | +"it, but that application will no longer work. You should use that " |
| 92 | +"application's uninstaller rather than removing Python directly." |
| 93 | +msgstr "" |
| 94 | + |
| 95 | +msgid "" |
| 96 | +"If Python came with your operating system, removing it is not recommended. " |
| 97 | +"If you remove it, whatever tools were written in Python will no longer run, " |
| 98 | +"and some of them might be important to you. Reinstalling the whole system " |
| 99 | +"would then be required to fix things again." |
| 100 | +msgstr "" |
0 commit comments