diff options
| author | arofarn <42314266+arofarn@users.noreply.github.com> | 2018-08-15 09:20:46 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-15 09:20:46 +0000 |
| commit | 401dd1f84b0569b1c39bb2586c8cb9c549b25ba4 (patch) | |
| tree | 14d800c19e3bfebf95f36bc4c1a922090e146c0c | |
| parent | ee854a71a346d8cc79a40e9abb03dabcc312b34c (diff) | |
| parent | 053277ee175364f61277ad1f9c2e26d48e6012a4 (diff) | |
Merge pull request #2 from arofarn/master
Merge last mod. in patch-1
| -rw-r--r-- | locale/fr.po | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/locale/fr.po b/locale/fr.po index 63e517a04..82e1c7eee 100644 --- a/locale/fr.po +++ b/locale/fr.po @@ -480,7 +480,7 @@ msgstr "il ne peut y avoir de **x multiples" #: py/compile.c:2271 msgid "LHS of keyword arg must be an id" -msgstr "" +msgstr "La partie gauche de l'argument nommé doit être un identifiant" #: py/compile.c:2287 msgid "non-keyword arg after */**" @@ -561,7 +561,7 @@ msgstr "conversion en objet" #: py/emitnative.c:2126 msgid "casting" -msgstr "" +msgstr "typage" #: py/emitnative.c:2201 msgid "native yield" @@ -1321,7 +1321,7 @@ msgstr "le tampon de destination doit être un tableau de type 'H' pour bit_dept msgid "" "destination buffer must be a bytearray or array of type 'B' for bit_depth = 8" msgstr "" -"lle tampon de destination doit être un tableau de type 'B' pour bit_depth = 8" +"le tampon de destination doit être un tableau de type 'B' pour bit_depth = 8" #: shared-bindings/audioio/RawSample.c:98 msgid "" |
