summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarofarn <42314266+arofarn@users.noreply.github.com>2018-08-15 11:31:11 +0000
committerPierrick C <arofarn@arofarn.info>2018-08-18 09:02:30 +0200
commitdb62fe679a1caaac1f058f838b5202c237db23d3 (patch)
tree34cbb363060bea8dfa7659a7c6343f16b7d490ff
parent3a4eb6514fdb5fe4aa252819c5ada168a281c7ac (diff)
Update fr.po
'step' and 'slices' consistency (thanks to @dglaude)
-rw-r--r--locale/fr.po10
1 files changed, 5 insertions, 5 deletions
diff --git a/locale/fr.po b/locale/fr.po
index 6237857ed..5d35f7f96 100644
--- a/locale/fr.po
+++ b/locale/fr.po
@@ -763,7 +763,7 @@ msgstr "un objet avec un protocol de tampon est nécessaire"
#: py/objarray.c:413 py/objstr.c:427 py/objstrunicode.c:191 py/objtuple.c:187
#: shared-bindings/nvm/ByteArray.c:85
msgid "only slices with step=1 (aka None) are supported"
-msgstr "seul les slice avec step=1 (cad None) sont supportés"
+msgstr "seuls les slices avec 'step=1' (cad None) sont supportées"
#: py/objarray.c:426
msgid "lhs and rhs should be compatible"
@@ -879,7 +879,7 @@ msgstr "l'argument __new__ doit être d'un type défini par l'utilisateur"
#: py/objrange.c:110
msgid "zero step"
-msgstr "zéro étape"
+msgstr "'step' nul"
#: py/objset.c:371
msgid "pop from an empty set"
@@ -895,7 +895,7 @@ msgstr "La longueur ne doit pas être négative"
#: py/objslice.c:86 py/sequence.c:57
msgid "slice step cannot be zero"
-msgstr "le pas step de slice ne peut être zéro"
+msgstr "le pas 'step' de slice ne peut être zéro"
#: py/objslice.c:159
msgid "Cannot subclass slice"
@@ -1425,7 +1425,7 @@ msgstr "Il manque une méthode readinto() ou write() au flux."
#: shared-bindings/nvm/ByteArray.c:99
msgid "Slice and value different lengths."
-msgstr "Tranche et valeur de taille différentes"
+msgstr "Slice et valeur de tailles différentes"
#: shared-bindings/nvm/ByteArray.c:104
msgid "Array values should be single bytes."
@@ -1457,7 +1457,7 @@ msgstr "Impossible de supprimer les valeurs"
#: shared-bindings/pulseio/PulseIn.c:281
msgid "Slices not supported"
-msgstr "Slice non supportée"
+msgstr "Slices non supportées"
#: shared-bindings/pulseio/PulseIn.c:287
msgid "index must be int"