Translate faq/installed.po #229 (#252)

* Translate faq/installed.po

* Prise en compte des retours !
This commit is contained in:
Canardout 2018-08-14 23:38:30 +02:00 committed by Julien Palard
parent 46b1f959af
commit 875becbac3

View File

@ -6,18 +6,18 @@ msgstr ""
"Project-Id-Version: Python 3.6\n" "Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-08-01 13:21+0200\n" "POT-Creation-Date: 2017-08-01 13:21+0200\n"
"PO-Revision-Date: 2017-05-28 17:54+0200\n" "PO-Revision-Date: 2018-08-14 23:25+0200\n"
"Last-Translator: Julien Palard <julien@palard.fr>\n" "Last-Translator: Julien Palard <julien@palard.fr>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" "Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n" "Language: fr\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.8.11\n" "X-Generator: Poedit 2.1.1\n"
#: ../Doc/faq/installed.rst:3 #: ../Doc/faq/installed.rst:3
msgid "\"Why is Python Installed on my Computer?\" FAQ" msgid "\"Why is Python Installed on my Computer?\" FAQ"
msgstr "" msgstr "\"Pourquoi Python est installé sur mon ordinateur ?\" FAQ"
#: ../Doc/faq/installed.rst:6 #: ../Doc/faq/installed.rst:6
msgid "What is Python?" msgid "What is Python?"
@ -31,22 +31,32 @@ msgid ""
"professional software developers at places such as Google, NASA, and " "professional software developers at places such as Google, NASA, and "
"Lucasfilm Ltd." "Lucasfilm Ltd."
msgstr "" msgstr ""
"Python est un langage de programmation. Il est utilisé dans de nombreuses "
"applications. Souvent utilisé dans les lycées et universités comme langage "
"d'introduction à la programmation pour sa simplicité d'apprentissage, il est "
"aussi utilisé par des développeurs professionnels appartenant à des grands "
"groupes comme Google, la NASA, Lucasfilm etc."
#: ../Doc/faq/installed.rst:13 #: ../Doc/faq/installed.rst:13
msgid "" msgid ""
"If you wish to learn more about Python, start with the `Beginner's Guide to " "If you wish to learn more about Python, start with the `Beginner's Guide to "
"Python <https://wiki.python.org/moin/BeginnersGuide>`_." "Python <https://wiki.python.org/moin/BeginnersGuide>`_."
msgstr "" msgstr ""
"Si vous voulez en apprendre plus sur Python, vous pouvez commencer par le "
"`Guide des Débutants pour Python <https://wiki.python.org/moin/"
"BeginnersGuide>`_."
#: ../Doc/faq/installed.rst:18 #: ../Doc/faq/installed.rst:18
msgid "Why is Python installed on my machine?" msgid "Why is Python installed on my machine?"
msgstr "" msgstr "Pourquoi Python est installé sur ma machine ?"
#: ../Doc/faq/installed.rst:20 #: ../Doc/faq/installed.rst:20
msgid "" msgid ""
"If you find Python installed on your system but don't remember installing " "If you find Python installed on your system but don't remember installing "
"it, there are several possible ways it could have gotten there." "it, there are several possible ways it could have gotten there."
msgstr "" msgstr ""
"Si Python est installé sur votre système mais que vous ne vous rappelez pas "
"l'avoir installé, il y a plusieurs raisons possibles à sa présence."
#: ../Doc/faq/installed.rst:23 #: ../Doc/faq/installed.rst:23
msgid "" msgid ""
@ -54,6 +64,9 @@ msgid ""
"installed it; you'll have to figure out who's been using the machine and " "installed it; you'll have to figure out who's been using the machine and "
"might have installed it." "might have installed it."
msgstr "" msgstr ""
"Peut être qu'un autre utilisateur de l'ordinateur voulait apprendre la "
"programmation et l'a installé, dans ce cas vous allez devoir trouver qui a "
"utilisé votre machine et aurait pu l'installer."
#: ../Doc/faq/installed.rst:26 #: ../Doc/faq/installed.rst:26
msgid "" msgid ""
@ -62,6 +75,10 @@ msgid ""
"applications, from GUI programs to network servers and administrative " "applications, from GUI programs to network servers and administrative "
"scripts." "scripts."
msgstr "" msgstr ""
"Une application tierce installée sur votre machine écrite en Python "
"installera Python. Il existe de nombreuses applications de ce type, allant "
"de programme avec interface graphique, jusqu'aux scripts d'administration, "
"en passant par les serveurs ."
#: ../Doc/faq/installed.rst:29 #: ../Doc/faq/installed.rst:29
msgid "" msgid ""
@ -69,6 +86,10 @@ msgid ""
"aware of computers from Hewlett-Packard and Compaq that include Python. " "aware of computers from Hewlett-Packard and Compaq that include Python. "
"Apparently some of HP/Compaq's administrative tools are written in Python." "Apparently some of HP/Compaq's administrative tools are written in Python."
msgstr "" msgstr ""
"Certaines machines fonctionnant avec le système d'exploitation Windows "
"possèdent une installation de Python. À ce jour, les ordinateurs des marques "
"Hewlett-Packard et Compaq incluent nativement Python. Certains outils "
"d'administration de ces marques sont écrits en Python."
#: ../Doc/faq/installed.rst:32 #: ../Doc/faq/installed.rst:32
msgid "" msgid ""
@ -76,20 +97,26 @@ msgid ""
"distributions, have Python installed by default; it's included in the base " "distributions, have Python installed by default; it's included in the base "
"installation." "installation."
msgstr "" msgstr ""
"Python est installé par défaut et à l'installation par de nombreux systèmes "
"Unix, comme Mac OS X et certaines distributions Linux."
#: ../Doc/faq/installed.rst:38 #: ../Doc/faq/installed.rst:38
msgid "Can I delete Python?" msgid "Can I delete Python?"
msgstr "" msgstr "Puis-je supprimer Python ?"
#: ../Doc/faq/installed.rst:40 #: ../Doc/faq/installed.rst:40
msgid "That depends on where Python came from." msgid "That depends on where Python came from."
msgstr "" msgstr "Cela dépend de l'origine de Python ."
#: ../Doc/faq/installed.rst:42 #: ../Doc/faq/installed.rst:42
msgid "" msgid ""
"If someone installed it deliberately, you can remove it without hurting " "If someone installed it deliberately, you can remove it without hurting "
"anything. On Windows, use the Add/Remove Programs icon in the Control Panel." "anything. On Windows, use the Add/Remove Programs icon in the Control Panel."
msgstr "" msgstr ""
"Si Python a été installé délibérément par une personne tierce ou vous même, "
"vous pouvez le supprimer sans causer de dommage. Sous Windows, vous pouvez "
"simplement utiliser l'icône d'Ajout / Suppression de programmes du Panneau "
"de configuration."
#: ../Doc/faq/installed.rst:45 #: ../Doc/faq/installed.rst:45
msgid "" msgid ""
@ -97,6 +124,10 @@ msgid ""
"it, but that application will no longer work. You should use that " "it, but that application will no longer work. You should use that "
"application's uninstaller rather than removing Python directly." "application's uninstaller rather than removing Python directly."
msgstr "" msgstr ""
"Si Python a été installé par une application tierce, Python peut être "
"désinstallé, l'application l'ayant installé cessera alors de fonctionner. "
"Dans ce cas, désinstallez l'application en utilisant son désinstalateur est "
"plus indiqué que supprimer Python."
#: ../Doc/faq/installed.rst:49 #: ../Doc/faq/installed.rst:49
msgid "" msgid ""
@ -105,3 +136,9 @@ msgid ""
"and some of them might be important to you. Reinstalling the whole system " "and some of them might be important to you. Reinstalling the whole system "
"would then be required to fix things again." "would then be required to fix things again."
msgstr "" msgstr ""
"Si Python a été installé avec votre système d'exploitation, le supprimé "
"n'est pas recommandé. Si vous choisissez tout de même de le supprimer, tous "
"les outils écrits en python cesseront alors de fonctionner, certains outils "
"pouvant être importants. La réinstallation intégrale du système pourrait "
"être nécessaire pour résoudre les problèmes suite à la désinstallation de "
"Python."