From 6fa8ad2e6a4711abbb4e1ea1d566846612da138e Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 27 Jul 2016 00:15:40 +0200 Subject: [PATCH] Working on library.po:stdtypes.rst --- library.po | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/library.po b/library.po index 14b6d807..7643d06f 100644 --- a/library.po +++ b/library.po @@ -107608,44 +107608,39 @@ msgstr "" #: ../Doc/library/stdtypes.rst:367 msgid ":func:`math.trunc(\\ x) `" -msgstr "" +msgstr ":func:`math.trunc(\\ x) `" #: ../Doc/library/stdtypes.rst:367 -#, fuzzy msgid "*x* truncated to :class:`~numbers.Integral`" msgstr "*x* tronqué à l'entier vers zéro" #: ../Doc/library/stdtypes.rst:370 -#, fuzzy msgid ":func:`round(x[, n]) `" -msgstr "``round(x[, n])``" +msgstr ":func:`round(x[, n]) `" #: ../Doc/library/stdtypes.rst:370 -#, fuzzy msgid "" "*x* rounded to *n* digits, rounding half to even. If *n* is omitted, it " "defaults to 0." msgstr "" -"*x* arrondi à n chiffres, arrondissant la moitié au pair. Si n est omis, la " -"valeur par défaut à 0." +"*x* arrondi à *n* chiffres, arrondissant la moitié au pair. Si *n* est omis, " +"la valeur par défaut à 0." #: ../Doc/library/stdtypes.rst:374 msgid ":func:`math.floor(\\ x) `" -msgstr "" +msgstr ":func:`math.floor(\\ x) `" #: ../Doc/library/stdtypes.rst:374 -#, fuzzy msgid "the greatest :class:`~numbers.Integral` <= *x*" -msgstr "le plus grand entier <= *x*" +msgstr "le plus grand :class:`~numbers.Integral` <= *x*" #: ../Doc/library/stdtypes.rst:377 msgid ":func:`math.ceil(x) `" -msgstr "" +msgstr ":func:`math.ceil(x) `" #: ../Doc/library/stdtypes.rst:377 -#, fuzzy msgid "the least :class:`~numbers.Integral` >= *x*" -msgstr "le plus petit entier >= *x*" +msgstr "le plus petit :class:`~numbers.Integral` >= *x*" #: ../Doc/library/stdtypes.rst:381 msgid "" @@ -107660,7 +107655,6 @@ msgid "Bitwise Operations on Integer Types" msgstr "Opérations sur les bits des nombres entiers" #: ../Doc/library/stdtypes.rst:402 -#, fuzzy msgid "" "Bitwise operations only make sense for integers. Negative numbers are " "treated as their 2's complement value (this assumes that there are enough "