From d6a7c5f487d676ab5cae6fcf39a533d7d5177209 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Mon, 11 Jun 2018 00:04:53 +0200 Subject: [PATCH] =?UTF-8?q?s/d=C3=A9pr=C3=A9ci=C3=A9e/obsol=C3=A8te/g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- distutils/sourcedist.po | 2 +- installing/index.po | 2 +- library/array.po | 4 ++-- library/asyncio-task.po | 2 +- library/base64.po | 2 +- library/functions.po | 2 +- library/json.po | 2 +- library/stdtypes.po | 6 +++--- library/string.po | 2 +- library/superseded.po | 2 +- library/uu.po | 2 +- library/venv.po | 2 +- sphinx.po | 4 ++-- whatsnew/3.3.po | 2 +- whatsnew/3.4.po | 2 +- whatsnew/3.6.po | 2 +- 16 files changed, 20 insertions(+), 20 deletions(-) diff --git a/distutils/sourcedist.po b/distutils/sourcedist.po index f48bc2ea..450e3326 100644 --- a/distutils/sourcedist.po +++ b/distutils/sourcedist.po @@ -159,7 +159,7 @@ msgid "" "pending for deprecation and will be removed in the future versions of Python." msgstr "" "nécessite le programme :program:`compress`. Remarquez que ce format sera " -"bientôt déprécié et sera enlevé des prochaines version de Python." +"bientôt obsolète et sera enlevé des prochaines version de Python." #: ../Doc/distutils/sourcedist.rst:63 msgid "" diff --git a/installing/index.po b/installing/index.po index c1d3cdb0..71e2c3e2 100644 --- a/installing/index.po +++ b/installing/index.po @@ -169,7 +169,7 @@ msgid "" "org/dev/whatsnew/3.6.html#deprecated-features>`_." msgstr "" "``pyvenv`` était l'outil recommandé pour créer des environnements sous " -"Python 3.3 et 3.4, et est `déprécié depuis Python 3.6 `_." #: ../Doc/installing/index.rst:70 diff --git a/library/array.po b/library/array.po index d3084c55..1db5a1e6 100644 --- a/library/array.po +++ b/library/array.po @@ -352,7 +352,7 @@ msgstr "" #: ../Doc/library/array.rst:180 msgid "Deprecated alias for :meth:`frombytes`." -msgstr "Alias déprécié de :meth:`frombytes`." +msgstr "Alias obsolète de :meth:`frombytes`." #: ../Doc/library/array.rst:185 msgid "" @@ -410,7 +410,7 @@ msgstr "" #: ../Doc/library/array.rst:242 msgid "Deprecated alias for :meth:`tobytes`." -msgstr "Alias déprécié de :meth:`tobytes`." +msgstr "Alias obsolète de :meth:`tobytes`." #: ../Doc/library/array.rst:247 msgid "" diff --git a/library/asyncio-task.po b/library/asyncio-task.po index a366b5ed..ea5b0d28 100644 --- a/library/asyncio-task.po +++ b/library/asyncio-task.po @@ -612,7 +612,7 @@ msgstr "" #: ../Doc/library/asyncio-task.rst:543 msgid "A deprecated alias to :func:`ensure_future`." -msgstr "Un alias déprécié de :func:`ensure_future`." +msgstr "Un alias obsolète de :func:`ensure_future`." #: ../Doc/library/asyncio-task.rst:549 msgid "" diff --git a/library/base64.po b/library/base64.po index c1a1c212..8d004437 100644 --- a/library/base64.po +++ b/library/base64.po @@ -345,4 +345,4 @@ msgid "" msgstr "" #~ msgid "``encodestring`` is a deprecated alias." -#~ msgstr "``encodestring`` est un alias déprécié." +#~ msgstr "``encodestring`` est un alias obsolète." diff --git a/library/functions.po b/library/functions.po index dbd4cec0..50d4d3bd 100644 --- a/library/functions.po +++ b/library/functions.po @@ -1831,7 +1831,7 @@ msgstr "``'U'``" #: ../Doc/library/functions.rst:970 msgid ":term:`universal newlines` mode (deprecated)" -msgstr "mode :term:`universal newlines` (déprécié)" +msgstr "mode :term:`universal newlines` (obsolète)" #: ../Doc/library/functions.rst:973 msgid "" diff --git a/library/json.po b/library/json.po index ff759095..955c796f 100644 --- a/library/json.po +++ b/library/json.po @@ -413,7 +413,7 @@ msgid "" "*encoding* which is ignored and deprecated." msgstr "" "Les autres arguments ont la même signification que pour :func:`load`, à " -"l'exception d'*encoding* qui est ignoré et déprécié." +"l'exception d'*encoding* qui est ignoré et obsolète." #: ../Doc/library/json.rst:283 msgid "" diff --git a/library/stdtypes.po b/library/stdtypes.po index 0b6072dd..679f45a8 100644 --- a/library/stdtypes.po +++ b/library/stdtypes.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-02-08 09:58+0100\n" -"PO-Revision-Date: 2018-06-10 21:59+0200\n" +"PO-Revision-Date: 2018-06-11 00:00+0200\n" "Last-Translator: Julien Palard \n" "Language-Team: \n" "Language: fr\n" @@ -5036,11 +5036,11 @@ msgstr "\\(7)" #: ../Doc/library/stdtypes.rst:3350 msgid "``b'%s'`` is deprecated, but will not be removed during the 3.x series." -msgstr "``b'%s'`` est déprécié, mais ne sera pas retiré des version 3.x." +msgstr "``b'%s'`` est obsolète, mais ne sera pas retiré des version 3.x." #: ../Doc/library/stdtypes.rst:3353 msgid "``b'%r'`` is deprecated, but will not be removed during the 3.x series." -msgstr "``b'%r'`` est déprécié mais ne sera pas retiré dans Python 3.x." +msgstr "``b'%r'`` est obsolète mais ne sera pas retiré dans Python 3.x." #: ../Doc/library/stdtypes.rst:3363 msgid ":pep:`461`." diff --git a/library/string.po b/library/string.po index a3fa7e75..3831803e 100644 --- a/library/string.po +++ b/library/string.po @@ -147,7 +147,7 @@ msgid "" "deprecated." msgstr "" "Passer la chaîne de format comme argument mot-clef *format_string* est " -"déprécié." +"obsolète." #: ../Doc/library/string.rst:104 msgid "" diff --git a/library/superseded.po b/library/superseded.po index 1d5a3e5d..139fca44 100644 --- a/library/superseded.po +++ b/library/superseded.po @@ -26,5 +26,5 @@ msgid "" "The modules described in this chapter are deprecated and only kept for " "backwards compatibility. They have been superseded by other modules." msgstr "" -"Les modules documentés ici sont dépréciés et ne sont gardés que pour la " +"Les modules documentés ici sont obsolètes et ne sont gardés que pour la " "rétro-compatibilité. Ils ont été remplacés par d'autres modules." diff --git a/library/uu.po b/library/uu.po index 9816423a..8f3dce2e 100644 --- a/library/uu.po +++ b/library/uu.po @@ -43,7 +43,7 @@ msgstr "" "versions de Python, une chaîne de caractère contenant un chemin est aussi " "acceptée, et le fichier correspondant sera ouvert en lecture et écriture; le " "chemin ``'-'`` est considéré comme l'entrée ou la sortie standard. Cependant " -"cette interface est dépréciée; il vaut mieux que l'appelant ouvre le fichier " +"cette interface est obsolète; il vaut mieux que l'appelant ouvre le fichier " "lui-même, en s'assurant si nécessaire que le mode d'ouverture soit ``'rb'`` " "ou ``'wb'`` sur Windows." diff --git a/library/venv.po b/library/venv.po index 74098ab5..6bdbbf17 100644 --- a/library/venv.po +++ b/library/venv.po @@ -75,7 +75,7 @@ msgid "" "org/dev/whatsnew/3.6.html#deprecated-features>`_." msgstr "" "``pyvenv`` était l'outil recommandé pour créer des environnements sous " -"Python 3.3 et 3.4, et est `déprécié depuis Python 3.6 `_." #: ../Doc/using/venv-create.inc:20 diff --git a/sphinx.po b/sphinx.po index 3cd18ffd..44e75230 100644 --- a/sphinx.po +++ b/sphinx.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-05-06 00:40+0200\n" -"PO-Revision-Date: 2018-06-10 16:28+0200\n" +"PO-Revision-Date: 2018-06-11 00:01+0200\n" "Last-Translator: \n" "Language-Team: \n" "Language: fr\n" @@ -37,7 +37,7 @@ msgstr "Particularité de l'implémentation CPython :" msgid "" "Deprecated since version {deprecated}, will be removed in version {removed}" msgstr "" -"Dépréciée depuis la version {deprecated}, sera retirée dans la version " +"Obsolète depuis la version {deprecated}, sera retirée dans la version " "{removed}" #: ../Doc/tools/templates/indexcontent.html:8 diff --git a/whatsnew/3.3.po b/whatsnew/3.3.po index 1668862f..b871e438 100644 --- a/whatsnew/3.3.po +++ b/whatsnew/3.3.po @@ -3558,7 +3558,7 @@ msgstr "" #: ../Doc/whatsnew/3.3.rst:2327 msgid "Deprecated features" -msgstr "Fonctionnalités dépréciées" +msgstr "Fonctionnalités obsolètes" #: ../Doc/whatsnew/3.3.rst:2329 msgid "" diff --git a/whatsnew/3.4.po b/whatsnew/3.4.po index b58b474b..b19168ab 100644 --- a/whatsnew/3.4.po +++ b/whatsnew/3.4.po @@ -2932,7 +2932,7 @@ msgstr "" #: ../Doc/whatsnew/3.4.rst:2146 msgid "Deprecated Features" -msgstr "Fonctionnalités dépréciées" +msgstr "Fonctionnalités obsolètes" #: ../Doc/whatsnew/3.4.rst:2148 msgid "" diff --git a/whatsnew/3.6.po b/whatsnew/3.6.po index 565f1e3a..d5dcfd10 100644 --- a/whatsnew/3.6.po +++ b/whatsnew/3.6.po @@ -3105,4 +3105,4 @@ msgstr "" #~ msgstr "|today|" #~ msgid "Deprecated features" -#~ msgstr "Fonctionnalités dépréciées" +#~ msgstr "Fonctionnalités obsolètes"