8000 Working on c-api/cell.po (#686) · python/python-docs-fr@3dc32e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3dc32e4

Browse files
kw-andyJulienPalard
authored andcommitted
Working on c-api/cell.po (#686)
1 parent 96a7e2a commit 3dc32e4

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

c-api/cell.po

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
9-
"PO-Revision-Date: 2018-10-04 12:23+0200\n"
10-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9+
"PO-Revision-Date: 2019-05-09 10:14+0200\n"
1110
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1211
"Language: fr\n"
1312
"MIME-Version: 1.0\n"
1413
"Content-Type: text/plain; charset=UTF-8\n"
1514
"Content-Transfer-Encoding: 8bit\n"
15+
"Last-Translator: \n"
16+
"X-Generator: Poedit 2.2.1\n"
1617

1718
#: ../Doc/c-api/cell.rst:6
1819
msgid "Cell Objects"
@@ -42,31 +43,37 @@ msgstr ""
4243

4344
#: ../Doc/c-api/cell.rst:20
4445
msgid "The C structure used for cell objects."
45-
msgstr ""
46+
msgstr "Structure C utilisée pour les objets cellules."
4647

4748
#: ../Doc/c-api/cell.rst:25
4849
msgid "The type object corresponding to cell objects."
49-
msgstr ""
50+
msgstr "Type objet correspondant aux objets cellules."
5051

5152
#: ../Doc/c-api/cell.rst:30
5253
msgid "Return true if *ob* is a cell object; *ob* must not be *NULL*."
5354
msgstr ""
55+
"Renvoie ``True`` si *ob* est un objet cellule ; *ob* ne doit pas être à "
56+
"*NULL*."
5457

5558
#: ../Doc/c-api/cell.rst:35
5659
msgid ""
5760
"Create and return a new cell object containing the value *ob*. The parameter "
5861
"may be *NULL*."
5962
msgstr ""
63+
"Crée et retourne un nouvel objet cellule contenant la valeur *ob*. Le "
64+
"paramètre peut être mis à *NULL*."
6065

6166
#: ../Doc/c-api/cell.rst:41
6267
msgid "Return the contents of the cell *cell*."
63-
msgstr ""
68+
msgstr "Renvoie le contenu de la cellule *cell*."
6469

6570
#: ../Doc/c-api/cell.rst:46
6671
msgid ""
6772
"Return the contents of the cell *cell*, but without checking that *cell* is "
6873
"non-*NULL* and a cell object."
6974
msgstr ""
75+
"Renvoie le contenu de la cellule *cell*, mais sans vérifier si *cell* est "
76+
"non *NULL* et sans vérifier si c'est un objet cellule."
7077

7178
#: ../Doc/c-api/cell.rst:52
7279
msgid ""
@@ -75,10 +82,17 @@ msgid ""
7582
"must be non-*NULL*; if it is not a cell object, ``-1`` will be returned. On "
7683
"success, ``0`` will be returned."
7784
msgstr ""
85+
"Définit le contenu de l'objet cellule à *value*. Cela libère la référence à "
86+
"toute valeur de la cellule. *value* peut être fixé à *NULL*. *cell* ne doit "
87+
"pas être *NULL* ; si ce n'est pas un objet cellule, ``-1`` est renvoyé. Si "
88+
"c'est un objet cellule, renvoie ``0``."
7889

7990
#: ../Doc/c-api/cell.rst:60
8091
msgid ""
8192
"Sets the value of the cell object *cell* to *value*. No reference counts "
8293
"are adjusted, and no checks are made for safety; *cell* must be non-*NULL* "
8394
"and must be a cell object."
8495
msgstr ""
96+
"Définit la valeur de l'objet cellule à *value*. Pas de comptage de "
97+
"références n'est ajusté et il n'y' a pas de contrôle effectué pour vérifier "
98+
"la sûreté ; *cell* doit être à non *NULL* et doit être un objet cellule."

0 commit comments

Comments
 (0)
0