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