From 875becbac393f62dc962ee9be517cf1a140fd04a Mon Sep 17 00:00:00 2001 From: Canardout Date: Tue, 14 Aug 2018 23:38:30 +0200 Subject: [PATCH] Translate faq/installed.po #229 (#252) * Translate faq/installed.po * Prise en compte des retours ! --- faq/installed.po | 49 ++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 43 insertions(+), 6 deletions(-) diff --git a/faq/installed.po b/faq/installed.po index e9982644..371afa7b 100644 --- a/faq/installed.po +++ b/faq/installed.po @@ -6,18 +6,18 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \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 \n" "Language-Team: FRENCH \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\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 msgid "\"Why is Python Installed on my Computer?\" FAQ" -msgstr "" +msgstr "\"Pourquoi Python est installé sur mon ordinateur ?\" FAQ" #: ../Doc/faq/installed.rst:6 msgid "What is Python?" @@ -31,22 +31,32 @@ msgid "" "professional software developers at places such as Google, NASA, and " "Lucasfilm Ltd." 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 msgid "" "If you wish to learn more about Python, start with the `Beginner's Guide to " "Python `_." msgstr "" +"Si vous voulez en apprendre plus sur Python, vous pouvez commencer par le " +"`Guide des Débutants pour Python `_." #: ../Doc/faq/installed.rst:18 msgid "Why is Python installed on my machine?" -msgstr "" +msgstr "Pourquoi Python est installé sur ma machine ?" #: ../Doc/faq/installed.rst:20 msgid "" "If you find Python installed on your system but don't remember installing " "it, there are several possible ways it could have gotten there." 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 msgid "" @@ -54,6 +64,9 @@ msgid "" "installed it; you'll have to figure out who's been using the machine and " "might have installed it." 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 msgid "" @@ -62,6 +75,10 @@ msgid "" "applications, from GUI programs to network servers and administrative " "scripts." 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 msgid "" @@ -69,6 +86,10 @@ msgid "" "aware of computers from Hewlett-Packard and Compaq that include Python. " "Apparently some of HP/Compaq's administrative tools are written in Python." 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 msgid "" @@ -76,20 +97,26 @@ msgid "" "distributions, have Python installed by default; it's included in the base " "installation." 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 msgid "Can I delete Python?" -msgstr "" +msgstr "Puis-je supprimer Python ?" #: ../Doc/faq/installed.rst:40 msgid "That depends on where Python came from." -msgstr "" +msgstr "Cela dépend de l'origine de Python ." #: ../Doc/faq/installed.rst:42 msgid "" "If someone installed it deliberately, you can remove it without hurting " "anything. On Windows, use the Add/Remove Programs icon in the Control Panel." 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 msgid "" @@ -97,6 +124,10 @@ msgid "" "it, but that application will no longer work. You should use that " "application's uninstaller rather than removing Python directly." 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 msgid "" @@ -105,3 +136,9 @@ msgid "" "and some of them might be important to you. Reinstalling the whole system " "would then be required to fix things again." 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."