Raw
Large file — syntax highlighting disabled.
1 # French translations for Git.
2 # Copyright (C) 2023 Jean-Noël Avila <jn.avila@free.fr>
3 # This file is distributed under the same license as the Git package.
4 # Jean-Noël Avila <jn.avila@free.fr>, 2013-2019.
5 # Sébastien Helleu <flashcode@flashtux.org>, 2013.
6 #
7 # French translations of common Git words used in this file:
8 #
9 # English | French
10 # -----------------+---------------------------------
11 # 3-way merge | fusion à 3 points
12 # #NN | n°NN
13 # a commit | un commit
14 # backward |
15 # compatibility | rétrocompatibilité
16 # bare repository | dépôt nu
17 # bisect | bissection
18 # blob | blob
19 # bug | bogue
20 # bundle | colis
21 # bypass | éviter d'utiliser
22 # to checkout | extraire
23 # cherry-pick | picorer
24 # chunk | tronçon
25 # to commit | valider
26 # commit-ish | commit ou apparenté
27 # config file | fichier de configuration
28 # dangling | en suspens
29 # to debug | déboguer
30 # debugging | débogage
31 # to deflate | compresser
32 # directory | répertoire
33 # email | courriel
34 # enlistment | enrôlement
35 # entry | élément
36 # fanout | dispersion
37 # fast-forward | avance rapide
38 # fast-forwarded | mis à jour en avance rapide
39 # to fetch | rapatrier
40 # fix conflicts | réglez les conflits
41 # to format | formater
42 # glob | glob
43 # hash | hachage
44 # HEAD | HEAD (genre féminin)
45 # hook | crochet
46 # hunk | section
47 # to inflate | décompresser
48 # to list | afficher
49 # loose object | objet esseulé
50 # mapping | mise en correspondance
51 # merge | fusion
52 # pack | paquet
53 # patch (v) | appliquer une/des rustine(s)
54 # patches | rustines
55 # pattern | motif
56 # to prune | élaguer
57 # to push | pousser
58 # to rebase | rebaser
59 # scheduler | planificateur
60 # trailers | lignes terminales
61 # regex | regex
62 # regular |
63 # expression | expression régulière
64 # remote | distante (ou serveur distant)
65 # repository | dépôt
66 # revision | révision
67 # shallow | superficiel
68 # shell | interpréteur de commandes
69 # sparse | clairsemé
70 # split (index) | index scindé
71 # stash | remisage
72 # to stash | remiser
73 # superproject | super-projet
74 # tag | étiquette
75 # template | modèle
76 # thread | fil
77 # to track | suivre
78 # tree | arbre
79 # tree-ish | arbre ou apparenté
80 # to unstage | désindexer
81 # upstream | amont
82 # viewer | visualiseur
83 # worktree / |
84 # work(ing) tree | arbre de travail
85 #
86 msgid ""
87 msgstr ""
88 "Project-Id-Version: git\n"
89 "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
90 "POT-Creation-Date: 2026-06-13 12:23+0200\n"
91 "PO-Revision-Date: 2026-06-14 08:17+0200\n"
92 "Last-Translator: Cédric Malard <c.malard-git@valdun.net>\n"
93 "Language-Team: Jean-Noël Avila <jn.avila@free.fr>\n"
94 "Language: fr\n"
95 "MIME-Version: 1.0\n"
96 "Content-Type: text/plain; charset=UTF-8\n"
97 "Content-Transfer-Encoding: 8bit\n"
98 "Plural-Forms: nplurals=2; plural=n<=1 ?0 : 1;\n"
99 "X-Generator: Poedit 3.0.1\n"
100
101 #, c-format
102 msgid "Huh (%s)?"
103 msgstr "Hein (%s) ?"
104
105 msgid "could not read index"
106 msgstr "impossible de lire l'index"
107
108 msgid "binary"
109 msgstr "binaire"
110
111 msgid "nothing"
112 msgstr "rien"
113
114 msgid "unchanged"
115 msgstr "inchangé"
116
117 msgid "Update"
118 msgstr "Mise à jour"
119
120 #, c-format
121 msgid "could not stage '%s'"
122 msgstr "impossible d'indexer '%s'"
123
124 msgid "could not write index"
125 msgstr "impossible d'écrire l'index"
126
127 #, c-format
128 msgid "updated %d path\n"
129 msgid_plural "updated %d paths\n"
130 msgstr[0] "%d chemin mis à jour\n"
131 msgstr[1] "%d chemins mis à jour\n"
132
133 #, c-format
134 msgid "note: %s is untracked now.\n"
135 msgstr "note : %s n'est plus suivi à présent.\n"
136
137 #, c-format
138 msgid "make_cache_entry failed for path '%s'"
139 msgstr "échec de make_cache_entry pour le chemin '%s'"
140
141 msgid "Revert"
142 msgstr "Inverser"
143
144 msgid "Could not parse HEAD^{tree}"
145 msgstr "Impossible d'analyser HEAD^{tree}"
146
147 #, c-format
148 msgid "reverted %d path\n"
149 msgid_plural "reverted %d paths\n"
150 msgstr[0] "%d chemin inversé\n"
151 msgstr[1] "%d chemins inversés\n"
152
153 #, c-format
154 msgid "No untracked files.\n"
155 msgstr "Aucun fichier non suivi.\n"
156
157 msgid "Add untracked"
158 msgstr "Ajouter un fichier non-suivi"
159
160 #, c-format
161 msgid "added %d path\n"
162 msgid_plural "added %d paths\n"
163 msgstr[0] "%d chemin ajouté\n"
164 msgstr[1] "%d chemins ajoutés\n"
165
166 #, c-format
167 msgid "ignoring unmerged: %s"
168 msgstr "fichier non-fusionné ignoré : %s"
169
170 #, c-format
171 msgid "Only binary files changed.\n"
172 msgstr "Seuls des fichiers binaires ont changé.\n"
173
174 #, c-format
175 msgid "No changes.\n"
176 msgstr "Aucune modification.\n"
177
178 msgid "Patch update"
179 msgstr "Mise à jour par rustine"
180
181 msgid "Review diff"
182 msgstr "Réviser la différence"
183
184 msgid "show paths with changes"
185 msgstr "afficher les chemins comprenant des modifications"
186
187 msgid "add working tree state to the staged set of changes"
188 msgstr ""
189 "ajouter l'état de l'arbre de travail à l'ensemble des modifications indexées"
190
191 msgid "revert staged set of changes back to the HEAD version"
192 msgstr "retourner l'ensemble de modifications indexées à la version HEAD"
193
194 msgid "pick hunks and update selectively"
195 msgstr "sélection et mise à jour individuelle des sections"
196
197 msgid "view diff between HEAD and index"
198 msgstr "visualiser les diffs entre HEAD et l'index"
199
200 msgid "add contents of untracked files to the staged set of changes"
201 msgstr ""
202 "ajouter le contenu des fichiers non-suivis à l'ensemble des modifications "
203 "indexées"
204
205 msgid "Prompt help:"
206 msgstr "Aide :"
207
208 msgid "select a single item"
209 msgstr "sélectionner un seul élément"
210
211 msgid "select a range of items"
212 msgstr "sélectionner une plage d'éléments"
213
214 msgid "select multiple ranges"
215 msgstr "sélectionner plusieurs plages"
216
217 msgid "select item based on unique prefix"
218 msgstr "sélectionner un élément basé sur une préfixe unique"
219
220 msgid "unselect specified items"
221 msgstr "désélectionner les éléments spécifiés"
222
223 msgid "choose all items"
224 msgstr "choisir tous les éléments"
225
226 msgid "(empty) finish selecting"
227 msgstr "(vide) arrêter de sélectionner"
228
229 msgid "select a numbered item"
230 msgstr "sélectionner un élément par son numéro"
231
232 msgid "(empty) select nothing"
233 msgstr "(vide) ne rien sélectionner"
234
235 msgid "*** Commands ***"
236 msgstr "*** Commandes ***"
237
238 msgid "What now"
239 msgstr "Et maintenant"
240
241 msgid "staged"
242 msgstr "indexé"
243
244 msgid "unstaged"
245 msgstr "non-indexé"
246
247 msgid "path"
248 msgstr "chemin"
249
250 msgid "could not refresh index"
251 msgstr "impossible de rafraîchir l'index"
252
253 #, c-format
254 msgid "Bye.\n"
255 msgstr "Au revoir.\n"
256
257 #, c-format
258 msgid "Stage mode change%s [y,n,q,a,d%s,?]? "
259 msgstr "Indexer le changement de mode%s [y,n,q,a,d%s,?] ? "
260
261 #, c-format
262 msgid "Stage deletion%s [y,n,q,a,d%s,?]? "
263 msgstr "Indexer la suppression%s [y,n,q,a,d%s,?] ? "
264
265 #, c-format
266 msgid "Stage addition%s [y,n,q,a,d%s,?]? "
267 msgstr "Indexer l'ajout%s [y,n,q,a,d%s,?] ? "
268
269 #, c-format
270 msgid "Stage this hunk%s [y,n,q,a,d%s,?]? "
271 msgstr "Indexer cette section%s [y,n,q,a,d%s,?] ? "
272
273 msgid ""
274 "If the patch applies cleanly, the edited hunk will immediately be marked for "
275 "staging."
276 msgstr ""
277 "Si la rustine s'applique proprement, la section éditée sera immédiatement "
278 "marquée comme indexée."
279
280 msgid ""
281 "y - stage this hunk\n"
282 "n - do not stage this hunk\n"
283 "q - quit; do not stage this hunk or any of the remaining ones\n"
284 "a - stage this hunk and all later hunks in the file\n"
285 "d - do not stage this hunk or any of the later hunks in the file\n"
286 msgstr ""
287 "y - indexer cette section\n"
288 "n - ne pas indexer cette section\n"
289 "q - quitter ; ne pas indexer cette section ni les autres restantes\n"
290 "a - indexer cette section et toutes les suivantes de ce fichier\n"
291 "d - ne pas indexer cette section ni les suivantes de ce fichier\n"
292
293 #, c-format
294 msgid "Stash mode change%s [y,n,q,a,d%s,?]? "
295 msgstr "Remiser le changement de mode%s [y,n,q,a,d%s,?] ? "
296
297 #, c-format
298 msgid "Stash deletion%s [y,n,q,a,d%s,?]? "
299 msgstr "Remiser la suppression%s [y,n,q,a,d%s,?] ? "
300
301 #, c-format
302 msgid "Stash addition%s [y,n,q,a,d%s,?]? "
303 msgstr "Remiser l'ajout%s [y,n,q,a,d%s,?] ? "
304
305 #, c-format
306 msgid "Stash this hunk%s [y,n,q,a,d%s,?]? "
307 msgstr "Remiser cette section%s [y,n,q,a,d%s,?] ? "
308
309 msgid ""
310 "If the patch applies cleanly, the edited hunk will immediately be marked for "
311 "stashing."
312 msgstr ""
313 "Si la rustine s'applique proprement, la section éditée sera immédiatement "
314 "marquée comme remisée."
315
316 msgid ""
317 "y - stash this hunk\n"
318 "n - do not stash this hunk\n"
319 "q - quit; do not stash this hunk or any of the remaining ones\n"
320 "a - stash this hunk and all later hunks in the file\n"
321 "d - do not stash this hunk or any of the later hunks in the file\n"
322 msgstr ""
323 "y - remiser cette section\n"
324 "n - ne pas remiser cette section\n"
325 "q - quitter ; ne pas remiser cette section ni les autres restantes\n"
326 "a - remiser cette section et toutes les suivantes de ce fichier\n"
327 "d - ne pas remiser cette section ni les suivantes de ce fichier\n"
328
329 #, c-format
330 msgid "Unstage mode change%s [y,n,q,a,d%s,?]? "
331 msgstr "Désindexer le changement de mode%s [y,n,q,a,d%s,?] ? "
332
333 #, c-format
334 msgid "Unstage deletion%s [y,n,q,a,d%s,?]? "
335 msgstr "Désindexer la suppression%s [y,n,q,a,d%s,?] ? "
336
337 #, c-format
338 msgid "Unstage addition%s [y,n,q,a,d%s,?]? "
339 msgstr "Désindexer l'ajout%s [y,n,q,a,d%s,?] ? "
340
341 #, c-format
342 msgid "Unstage this hunk%s [y,n,q,a,d%s,?]? "
343 msgstr "Désindexer cette section%s [y,n,q,a,d%s,?] ? "
344
345 msgid ""
346 "If the patch applies cleanly, the edited hunk will immediately be marked for "
347 "unstaging."
348 msgstr ""
349 "Si la rustine s'applique proprement, la section éditée sera immédiatement "
350 "marquée comme desindexée."
351
352 msgid ""
353 "y - unstage this hunk\n"
354 "n - do not unstage this hunk\n"
355 "q - quit; do not unstage this hunk or any of the remaining ones\n"
356 "a - unstage this hunk and all later hunks in the file\n"
357 "d - do not unstage this hunk or any of the later hunks in the file\n"
358 msgstr ""
359 "y - désindexer cette section\n"
360 "n - ne pas désindexer cette section\n"
361 "q - quitter ; ne pas désindexer cette section ni les autres restantes\n"
362 "a - désindexer cette section et toutes les suivantes de ce fichier\n"
363 "d - ne pas désindexer cette section ni les suivantes de ce fichier\n"
364
365 #, c-format
366 msgid "Apply mode change to index%s [y,n,q,a,d%s,?]? "
367 msgstr "Appliquer le changement de mode à l'index%s [y,n,q,a,d%s,?] ? "
368
369 #, c-format
370 msgid "Apply deletion to index%s [y,n,q,a,d%s,?]? "
371 msgstr "Appliquer la suppression à l'index%s [y,n,q,a,d%s,?] ? "
372
373 #, c-format
374 msgid "Apply addition to index%s [y,n,q,a,d%s,?]? "
375 msgstr "Appliquer l'ajout à l'index%s [y,n,q,a,d%s,?] ? "
376
377 #, c-format
378 msgid "Apply this hunk to index%s [y,n,q,a,d%s,?]? "
379 msgstr "Appliquer cette section à l'index%s [y,n,q,a,d%s,?] ? "
380
381 msgid ""
382 "If the patch applies cleanly, the edited hunk will immediately be marked for "
383 "applying."
384 msgstr ""
385 "Si la rustine s'applique proprement, la section éditée sera immédiatement "
386 "marquée comme appliquée."
387
388 msgid ""
389 "y - apply this hunk to index\n"
390 "n - do not apply this hunk to index\n"
391 "q - quit; do not apply this hunk or any of the remaining ones\n"
392 "a - apply this hunk and all later hunks in the file\n"
393 "d - do not apply this hunk or any of the later hunks in the file\n"
394 msgstr ""
395 "y - appliquer cette section\n"
396 "n - ne pas appliquer cette section\n"
397 "q - quitter ; ne pas appliquer cette section ni les autres restantes\n"
398 "a - appliquer cette section et toutes les suivantes de ce fichier\n"
399 "d - ne pas appliquer cette section ni les suivantes de ce fichier\n"
400
401 #, c-format
402 msgid "Discard mode change from worktree%s [y,n,q,a,d%s,?]? "
403 msgstr "Abandonner le changement de mode dans l'arbre%s [y,n,q,a,d%s,?] ? "
404
405 #, c-format
406 msgid "Discard deletion from worktree%s [y,n,q,a,d%s,?]? "
407 msgstr "Abandonner la suppression dans l'arbre%s [y,n,q,a,d%s,?] ? "
408
409 #, c-format
410 msgid "Discard addition from worktree%s [y,n,q,a,d%s,?]? "
411 msgstr "Abandonner l'ajout dans l'arbre%s [y,n,q,a,d%s,?] ? "
412
413 #, c-format
414 msgid "Discard this hunk from worktree%s [y,n,q,a,d%s,?]? "
415 msgstr "Abandonner cette section dans l'arbre%s [y,n,q,a,d%s,?] ? "
416
417 msgid ""
418 "If the patch applies cleanly, the edited hunk will immediately be marked for "
419 "discarding."
420 msgstr ""
421 "Si la rustine s'applique proprement, la section éditée sera immédiatement "
422 "marquée comme éliminée."
423
424 msgid ""
425 "y - discard this hunk from worktree\n"
426 "n - do not discard this hunk from worktree\n"
427 "q - quit; do not discard this hunk or any of the remaining ones\n"
428 "a - discard this hunk and all later hunks in the file\n"
429 "d - do not discard this hunk or any of the later hunks in the file\n"
430 msgstr ""
431 "y - supprimer cette section\n"
432 "n - ne pas supprimer cette section\n"
433 "q - quitter ; ne pas supprimer cette section ni les autres restantes\n"
434 "a - supprimer cette section et toutes les suivantes de ce fichier\n"
435 "d - ne pas supprimer cette section ni les suivantes de ce fichier\n"
436
437 #, c-format
438 msgid "Discard mode change from index and worktree%s [y,n,q,a,d%s,?]? "
439 msgstr ""
440 "Abandonner le changement de mode dans l'index et l'arbre%s [y,n,q,a,d%s,?] ? "
441
442 #, c-format
443 msgid "Discard deletion from index and worktree%s [y,n,q,a,d%s,?]? "
444 msgstr ""
445 "Abandonner la suppression de l'index et de l'arbre%s [y,n,q,a,d%s,?] ? "
446
447 #, c-format
448 msgid "Discard addition from index and worktree%s [y,n,q,a,d%s,?]? "
449 msgstr "Abandonner l'ajout de l'index et de l'arbre%s [y,n,q,a,d%s,?] ? "
450
451 #, c-format
452 msgid "Discard this hunk from index and worktree%s [y,n,q,a,d%s,?]? "
453 msgstr ""
454 "Supprimer la section dans l'index et l'arbre de travail%s [y,n,q,a,d%s,?] ? "
455
456 msgid ""
457 "y - discard this hunk from index and worktree\n"
458 "n - do not discard this hunk from index and worktree\n"
459 "q - quit; do not discard this hunk or any of the remaining ones\n"
460 "a - discard this hunk and all later hunks in the file\n"
461 "d - do not discard this hunk or any of the later hunks in the file\n"
462 msgstr ""
463 "y - éliminer cette section de l'index et de l'arbre de travail\n"
464 "n - ne pas éliminer cette section\n"
465 "q - quitter ; ne pas éliminer cette section ni les autres restantes\n"
466 "a - éliminer cette section et toutes les suivantes de ce fichier\n"
467 "d - ne pas éliminer cette section ni les suivantes de ce fichier\n"
468
469 #, c-format
470 msgid "Apply mode change to index and worktree%s [y,n,q,a,d%s,?]? "
471 msgstr ""
472 "Appliquer le changement de mode dans l'index et l'arbre de travail%s [y,n,q,"
473 "a,d%s,?] ? "
474
475 #, c-format
476 msgid "Apply deletion to index and worktree%s [y,n,q,a,d%s,?]? "
477 msgstr ""
478 "Appliquer la suppression dans l'index et l'arbre de travail%s [y,n,q,a,"
479 "d%s,?] ? "
480
481 #, c-format
482 msgid "Apply addition to index and worktree%s [y,n,q,a,d%s,?]? "
483 msgstr ""
484 "Appliquer l'ajout dans l'index et l'arbre de travail%s [y,n,q,a,d%s,?] ? "
485
486 #, c-format
487 msgid "Apply this hunk to index and worktree%s [y,n,q,a,d%s,?]? "
488 msgstr ""
489 "Appliquer la section à l'index et l'arbre de travail%s [y,n,q,a,d%s,?] ? "
490
491 msgid ""
492 "y - apply this hunk to index and worktree\n"
493 "n - do not apply this hunk to index and worktree\n"
494 "q - quit; do not apply this hunk or any of the remaining ones\n"
495 "a - apply this hunk and all later hunks in the file\n"
496 "d - do not apply this hunk or any of the later hunks in the file\n"
497 msgstr ""
498 "y - appliquer cette section à l'index et à l'arbre de travail\n"
499 "n - ne pas appliquer cette section\n"
500 "q - quitter ; ne pas appliquer cette section ni les autres restantes\n"
501 "a - appliquer cette section et toutes les suivantes de ce fichier\n"
502 "d - ne pas appliquer cette section ni les suivantes de ce fichier\n"
503
504 #, c-format
505 msgid "Apply mode change to worktree%s [y,n,q,a,d%s,?]? "
506 msgstr ""
507 "Appliquer le changement de mode dans l'arbre de travail%s [y,n,q,a,d%s,?] ? "
508
509 #, c-format
510 msgid "Apply deletion to worktree%s [y,n,q,a,d%s,?]? "
511 msgstr "Appliquer la suppression dans l'arbre de travail%s [y,n,q,a,d%s,?] ? "
512
513 #, c-format
514 msgid "Apply addition to worktree%s [y,n,q,a,d%s,?]? "
515 msgstr "Appliquer l'ajout dans l'arbre de travail%s [y,n,q,a,d%s,?] ? "
516
517 #, c-format
518 msgid "Apply this hunk to worktree%s [y,n,q,a,d%s,?]? "
519 msgstr "Appliquer la section à l'arbre de travail%s [y,n,q,a,d%s,?] ? "
520
521 msgid ""
522 "y - apply this hunk to worktree\n"
523 "n - do not apply this hunk to worktree\n"
524 "q - quit; do not apply this hunk or any of the remaining ones\n"
525 "a - apply this hunk and all later hunks in the file\n"
526 "d - do not apply this hunk or any of the later hunks in the file\n"
527 msgstr ""
528 "y - appliquer cette section à l'arbre de travail\n"
529 "n - ne pas appliquer cette section\n"
530 "q - quitter ; ne pas appliquer cette section ni les autres restantes\n"
531 "a - appliquer cette section et toutes les suivantes de ce fichier\n"
532 "d - ne pas appliquer cette section ni les suivantes de ce fichier\n"
533
534 #, c-format
535 msgid "%s cannot be negative"
536 msgstr "%s doit être non négatif"
537
538 #, c-format
539 msgid "could not parse hunk header '%.*s'"
540 msgstr "impossible d'analyser l'entête de section '%.*s'"
541
542 msgid "could not parse diff"
543 msgstr "impossible d'analyser la diff"
544
545 msgid "could not parse colored diff"
546 msgstr "impossible d'analyser la diff colorée"
547
548 #, c-format
549 msgid "failed to run '%s'"
550 msgstr "échec pour lancer '%s'"
551
552 msgid "mismatched output from interactive.diffFilter"
553 msgstr "sortie sans correspondance depuis interactive.diffFilter"
554
555 msgid ""
556 "Your filter must maintain a one-to-one correspondence\n"
557 "between its input and output lines."
558 msgstr ""
559 "Votre filtre doit maintenir une correspondance un-pour-un\n"
560 "entre les lignes en entrée et en sortie."
561
562 #, c-format
563 msgid ""
564 "expected context line #%d in\n"
565 "%.*s"
566 msgstr ""
567 "ligne de contexte attendue #%d dans\n"
568 "%.*s"
569
570 #, c-format
571 msgid ""
572 "hunks do not overlap:\n"
573 "%.*s\n"
574 "\tdoes not end with:\n"
575 "%.*s"
576 msgstr ""
577 "les sections ne se recouvrent pas :\n"
578 "%.*s\n"
579 "\tne se termine pas par :\n"
580 "%.*s"
581
582 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
583 msgstr ""
584 "Mode d'édition manuelle de section -- voir ci-dessous pour un guide rapide.\n"
585
586 #, c-format
587 msgid ""
588 "---\n"
589 "To remove '%c' lines, make them ' ' lines (context).\n"
590 "To remove '%c' lines, delete them.\n"
591 "Lines starting with %s will be removed.\n"
592 msgstr ""
593 "---\n"
594 "Pour éliminer les lignes '%c', rendez-les ' ' (contexte).\n"
595 "Pour éliminer les lignes '%c', effacez-les.\n"
596 "Les lignes commençant par %s seront éliminées.\n"
597
598 msgid ""
599 "If it does not apply cleanly, you will be given an opportunity to\n"
600 "edit again. If all lines of the hunk are removed, then the edit is\n"
601 "aborted and the hunk is left unchanged.\n"
602 msgstr ""
603 "Si ça ne s'applique pas proprement, vous aurez la possibilité de\n"
604 "l'éditer à nouveau. Si toutes les lignes de la section sont supprimées,\n"
605 "alors l'édition sera abandonnée et la section conservée.\n"
606
607 msgid "could not parse hunk header"
608 msgstr "impossible d'analyser l'entête de section"
609
610 msgid "'git apply --cached' failed"
611 msgstr "'git apply --cached' a échoué"
612
613 #. TRANSLATORS: do not translate [y/n]
614 #. The program will only accept that input at this point.
615 #. Consider translating (saying "no" discards!) as
616 #. (saying "n" for "no" discards!) if the translation
617 #. of the word "no" does not start with n.
618 msgid ""
619 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
620 msgstr ""
621 "Votre section éditée ne s'applique pas. L'éditer à nouveau (\"n\" "
622 "l'élimine !) [y|n] ? "
623
624 msgid "The selected hunks do not apply to the index!"
625 msgstr "Les sections sélectionnées ne s'appliquent pas à l'index !"
626
627 msgid "Apply them to the worktree anyway? "
628 msgstr "Les appliquer quand même à l'arbre de travail ? "
629
630 msgid "Nothing was applied.\n"
631 msgstr "Rien n'a été appliqué.\n"
632
633 #, c-format
634 msgid ""
635 "j - go to the next undecided hunk, roll over at the bottom\n"
636 "J - go to the next hunk, roll over at the bottom\n"
637 "k - go to the previous undecided hunk, roll over at the top\n"
638 "K - go to the previous hunk, roll over at the top\n"
639 "g - select a hunk to go to\n"
640 "/ - search for a hunk matching the given regex\n"
641 "s - split the current hunk into smaller hunks\n"
642 "e - manually edit the current hunk\n"
643 "p - print the current hunk\n"
644 "P - print the current hunk using the pager\n"
645 "> - go to the next file, roll over at the bottom\n"
646 "< - go to the previous file, roll over at the top\n"
647 "? - print help\n"
648 "HUNKS SUMMARY - Hunks: %d, USE: %d, SKIP: %d\n"
649 msgstr ""
650 "j - aller à section non-décidée suivante et reboucler au début si en bas\n"
651 "J - aller à section suivante et reboucler au début si en bas\n"
652 "k - aller à section non-décidée précédente et reboucler à la fin si en haut\n"
653 "K - aller à section précédente et reboucler à la fin si en haut\n"
654 "g - sélectionner une section et s'y rendre\n"
655 "/ - rechercher une section correspondant à une regex donnée\n"
656 "s - découper la section en sections plus petites\n"
657 "e - éditer manuellement la section actuelle\n"
658 "p - afficher la section actuelle\n"
659 "P - afficher la section actuelle avec un paginateur\n"
660 "> - aller au fichier prochain, reboucler au début si en bas\n"
661 "< - aller au fichier précédent, reboucler à la fin si en haut\n"
662 "? - afficher l'aide\n"
663 "RÉSUMÉ DES SECTIONS : Sections : %d, UTILISÉES : %d, SAUTÉES : %d\n"
664
665 msgid "'git apply' failed"
666 msgstr "'git apply' a échoué"
667
668 msgid " (was: y)"
669 msgstr " (était : y)"
670
671 msgid " (was: n)"
672 msgstr " (était : n)"
673
674 #, c-format
675 msgid "Only one letter is expected, got '%s'"
676 msgstr "une seule lettre est attendue, mais '%s' a été reçu"
677
678 msgid "No next file"
679 msgstr "Pas de fichier suivant"
680
681 msgid "No previous file"
682 msgstr "Pas de fichier précédent"
683
684 msgid "No other hunk"
685 msgstr "Aucune autre section"
686
687 msgid "No other undecided hunk"
688 msgstr "Aucune autre section non-décidée"
689
690 msgid "No other hunks to goto"
691 msgstr "Aucune autre section à atteindre"
692
693 msgid "go to which hunk (<ret> to see more)? "
694 msgstr "aller à quelle section (<ret> pour voir plus) ? "
695
696 msgid "go to which hunk? "
697 msgstr "aller à quelle section ? "
698
699 #, c-format
700 msgid "Invalid number: '%s'"
701 msgstr "Numéro invalide : '%s'"
702
703 #, c-format
704 msgid "Sorry, only %d hunk available."
705 msgid_plural "Sorry, only %d hunks available."
706 msgstr[0] "Désolé, %d seule section disponible."
707 msgstr[1] "Désolé, Seulement %d sections disponibles."
708
709 msgid "No other hunks to search"
710 msgstr "Aucune autre section à rechercher"
711
712 msgid "search for regex? "
713 msgstr "rechercher la regex ? "
714
715 #, c-format
716 msgid "Malformed search regexp %s: %s"
717 msgstr "Regex de recherche malformée %s : %s"
718
719 msgid "No hunk matches the given pattern"
720 msgstr "Aucune section ne correspond au motif donné"
721
722 msgid "Sorry, cannot split this hunk"
723 msgstr "Désolé, impossible de découper cette section"
724
725 #, c-format
726 msgid "Split into %d hunks."
727 msgstr "Découpée en %d sections."
728
729 msgid "Sorry, cannot edit this hunk"
730 msgstr "Désolé, impossible d'éditer cette section"
731
732 #, c-format
733 msgid "Unknown command '%s' (use '?' for help)"
734 msgstr "commande inconnue : '%s' (utilisez '?' pour de l'aide)"
735
736 msgid "No changes."
737 msgstr "Aucune modification."
738
739 msgid "Only binary files changed."
740 msgstr "Seuls des fichiers binaires ont changé."
741
742 #, c-format
743 msgid "Stage mode change [y,n,q,a,d%s,?]? "
744 msgstr "Indexer le changement de mode [y,n,q,a,d%s,?] ? "
745
746 #, c-format
747 msgid "Stage deletion [y,n,q,a,d%s,?]? "
748 msgstr "Indexer la suppression [y,n,q,a,d%s,?] ? "
749
750 #, c-format
751 msgid "Stage addition [y,n,q,a,d%s,?]? "
752 msgstr "Indexer l'ajout [y,n,q,a,d%s,?] ? "
753
754 #, c-format
755 msgid "Stage this hunk [y,n,q,a,d%s,?]? "
756 msgstr "Indexer cette section [y,n,q,a,d%s,?] ? "
757
758 msgid "Revision does not refer to a commit"
759 msgstr "La révision ne pointe pas sur un commit"
760
761 #, c-format
762 msgid ""
763 "\n"
764 "Disable this message with \"git config set advice.%s false\""
765 msgstr ""
766 "\n"
767 "Désactivez ce message avec \"git config set advice.%s false\""
768
769 #, c-format
770 msgid "%shint:%s%.*s%s\n"
771 msgstr "%sastuce :%s%.*s%s\n"
772
773 msgid "Cherry-picking is not possible because you have unmerged files."
774 msgstr "Impossible de picorer car vous avez des fichiers non fusionnés."
775
776 msgid "Committing is not possible because you have unmerged files."
777 msgstr "Impossible de valider car vous avez des fichiers non fusionnés."
778
779 msgid "Merging is not possible because you have unmerged files."
780 msgstr "Impossible de fusionner car vous avez des fichiers non fusionnés."
781
782 msgid "Pulling is not possible because you have unmerged files."
783 msgstr "Impossible de tirer car vous avez des fichiers non fusionnés."
784
785 msgid "Reverting is not possible because you have unmerged files."
786 msgstr "Impossible d'annuler car vous avez des fichiers non fusionnés."
787
788 msgid "Rebasing is not possible because you have unmerged files."
789 msgstr "Impossible de rebaser, car vous avez des fichiers non fusionnés."
790
791 msgid ""
792 "Fix them up in the work tree, and then use 'git add/rm <file>'\n"
793 "as appropriate to mark resolution and make a commit."
794 msgstr ""
795 "Corrigez-les puis lancez 'git add/rm <fichier>'\n"
796 "si nécessaire pour marquer la résolution et valider."
797
798 msgid "Exiting because of an unresolved conflict."
799 msgstr "Abandon à cause de conflit non résolu."
800
801 msgid "You have not concluded your merge (MERGE_HEAD exists)."
802 msgstr "Vous n'avez pas terminé votre fusion (MERGE_HEAD existe)."
803
804 msgid "Please, commit your changes before merging."
805 msgstr "Veuillez valider vos changements avant de fusionner."
806
807 msgid "Exiting because of unfinished merge."
808 msgstr "Abandon à cause d'une fusion non terminée."
809
810 msgid ""
811 "Diverging branches can't be fast-forwarded, you need to either:\n"
812 "\n"
813 "\tgit merge --no-ff\n"
814 "\n"
815 "or:\n"
816 "\n"
817 "\tgit rebase\n"
818 msgstr ""
819 "Des branches divergentes ne peuvent pas être gérées en avance rapide, vous "
820 "devez soit :\n"
821 "\n"
822 "\tgit merge --no-ff\n"
823 "\n"
824 "ou :\n"
825 "\n"
826 "\tgit rebase\n"
827
828 msgid "Not possible to fast-forward, aborting."
829 msgstr "Pas possible d'avancer rapidement, abandon."
830
831 #, c-format
832 msgid ""
833 "The following paths and/or pathspecs matched paths that exist\n"
834 "outside of your sparse-checkout definition, so will not be\n"
835 "updated in the index:\n"
836 msgstr ""
837 "Les chemins ou spécificateurs de chemins suivants correspondent à des "
838 "chemins\n"
839 "qui existent hors de votre définition d'extraction clairsemée, et ne seront\n"
840 "donc pas mis à jour dans l'index :\n"
841
842 msgid ""
843 "If you intend to update such entries, try one of the following:\n"
844 "* Use the --sparse option.\n"
845 "* Disable or modify the sparsity rules."
846 msgstr ""
847 "Si vous souhaitez mettre à jour de telles entrées, essayez au choix :\n"
848 "* d'utiliser l'option --sparse,\n"
849 "* de désactiver ou modifier les règles de choix clairsemé."
850
851 #, c-format
852 msgid ""
853 "Note: switching to '%s'.\n"
854 "\n"
855 "You are in 'detached HEAD' state. You can look around, make experimental\n"
856 "changes and commit them, and you can discard any commits you make in this\n"
857 "state without impacting any branches by switching back to a branch.\n"
858 "\n"
859 "If you want to create a new branch to retain commits you create, you may\n"
860 "do so (now or later) by using -c with the switch command. Example:\n"
861 "\n"
862 " git switch -c <new-branch-name>\n"
863 "\n"
864 "Or undo this operation with:\n"
865 "\n"
866 " git switch -\n"
867 "\n"
868 "Turn off this advice by setting config variable advice.detachedHead to "
869 "false\n"
870 "\n"
871 msgstr ""
872 "Note : basculement sur '%s'.\n"
873 "\n"
874 "Vous êtes dans l'état « HEAD détachée ». Vous pouvez visiter, faire des "
875 "modifications\n"
876 "expérimentales et les valider. Il vous suffit de faire un autre basculement "
877 "pour\n"
878 "abandonner les commits que vous faites dans cet état sans impacter les "
879 "autres branches\n"
880 "\n"
881 "Si vous voulez créer une nouvelle branche pour conserver les commits que "
882 "vous créez,\n"
883 "il vous suffit d'utiliser l'option -c de la commande switch comme ceci :\n"
884 "\n"
885 " git switch -c <nom-de-la-nouvelle-branche>\n"
886 "\n"
887 "Ou annuler cette opération avec :\n"
888 "\n"
889 " git switch -\n"
890 "\n"
891 "Désactivez ce conseil en renseignant la variable de configuration advice."
892 "detachedHead à false\n"
893 "\n"
894
895 #, c-format
896 msgid ""
897 "The following paths have been moved outside the\n"
898 "sparse-checkout definition but are not sparse due to local\n"
899 "modifications.\n"
900 msgstr ""
901 "Les chemins suivants ont été déplacés hors de\n"
902 "la définition d'extraction clairsemée mai ne sont pas\n"
903 "clairsemés à cause de modifications locales\n"
904
905 msgid ""
906 "To correct the sparsity of these paths, do the following:\n"
907 "* Use \"git add --sparse <paths>\" to update the index\n"
908 "* Use \"git sparse-checkout reapply\" to apply the sparsity rules"
909 msgstr ""
910 "Pour corriger l'état clairsemé de ces chemins, faites ceci :\n"
911 "* Lancez \"git add --sparse <chemins>\" pour mettre l'index à jour\n"
912 "* Lancez \"git sparse-checkout reapply\" pour réappliquer les règles"
913
914 msgid "cmdline ends with \\"
915 msgstr "cmdline se termine par \\"
916
917 msgid "unclosed quote"
918 msgstr "citation non fermée"
919
920 msgid "too many arguments"
921 msgstr "trop d'arguments"
922
923 #, c-format
924 msgid "unrecognized whitespace option '%s'"
925 msgstr "option d'espace non reconnue '%s'"
926
927 #, c-format
928 msgid "unrecognized whitespace ignore option '%s'"
929 msgstr "option d'ignorance d'espace non reconnue '%s'"
930
931 #, c-format
932 msgid "options '%s' and '%s' cannot be used together"
933 msgstr "les options '%s' et '%s' ne peuvent pas être utilisées ensemble"
934
935 #, c-format
936 msgid "'%s' outside a repository"
937 msgstr "'%s' hors d'un dépôt"
938
939 msgid "failed to read patch"
940 msgstr "impossible de lire la rustine"
941
942 msgid "patch too large"
943 msgstr "la rustine est trop grosse"
944
945 #, c-format
946 msgid "Cannot prepare timestamp regexp %s"
947 msgstr "Impossible de préparer la regex d'horodatage %s"
948
949 #, c-format
950 msgid "regexec returned %d for input: %s"
951 msgstr "regexec a retourné %d pour l'entrée : %s"
952
953 #, c-format
954 msgid "unable to find filename in patch at %s:%d"
955 msgstr "nom de fichier introuvable dans la rustine à %s:%d"
956
957 #, c-format
958 msgid "git apply: bad git-diff - expected /dev/null, got %s at %s:%d"
959 msgstr "git apply : mauvais git-diff - /dev/null attendu, %s trouvé à %s:%d"
960
961 #, c-format
962 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
963 msgstr ""
964 "git apply : mauvais git-diff - /dev/null attendu, %s trouvé à la ligne %d"
965
966 #, c-format
967 msgid "git apply: bad git-diff - inconsistent new filename at %s:%d"
968 msgstr ""
969 "git apply : mauvais git-diff - nouveau nom de fichier incohérent à %s:%d"
970
971 #, c-format
972 msgid "git apply: bad git-diff - inconsistent old filename at %s:%d"
973 msgstr ""
974 "git apply : mauvais git-diff - ancien nom de fichier incohérent à %s:%d"
975
976 #, c-format
977 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
978 msgstr ""
979 "git apply : mauvais format de git-diff - nouveau nom de fichier incohérent à "
980 "la ligne %d"
981
982 #, c-format
983 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
984 msgstr ""
985 "git apply : mauvais format de git-diff - ancien nom de fichier incohérent à "
986 "la ligne %d"
987
988 #, c-format
989 msgid "git apply: bad git-diff - expected /dev/null at %s:%d"
990 msgstr "git apply : mauvais git-diff - /dev/null attendu à %s:%d"
991
992 #, c-format
993 msgid "git apply: bad git-diff - expected /dev/null on line %d"
994 msgstr ""
995 "git apply : mauvais format de git-diff - /dev/null attendu à la ligne %d"
996
997 #, c-format
998 msgid "invalid mode at %s:%d: %s"
999 msgstr "mode invalide dans %s:%d : %s"
1000
1001 #, c-format
1002 msgid "invalid mode on line %d: %s"
1003 msgstr "mode invalide dans la ligne %d : %s"
1004
1005 #, c-format
1006 msgid "inconsistent header lines %d and %d"
1007 msgstr "lignes d'entête inconsistantes %d et %d"
1008
1009 #, c-format
1010 msgid ""
1011 "git diff header lacks filename information when removing %d leading pathname "
1012 "component at %s:%d"
1013 msgid_plural ""
1014 "git diff header lacks filename information when removing %d leading pathname "
1015 "components at %s:%d"
1016 msgstr[0] ""
1017 "information de nom de fichier manquante dans l'en-tête de git diff lors de "
1018 "la suppression de %d composant de préfixe de chemin à %s:%d"
1019 msgstr[1] ""
1020 "information de nom de fichier manquante dans l'en-tête de git diff lors de "
1021 "la suppression de %d composants de préfixe de chemin à %s:%d"
1022
1023 #, c-format
1024 msgid ""
1025 "git diff header lacks filename information when removing %d leading pathname "
1026 "component (line %d)"
1027 msgid_plural ""
1028 "git diff header lacks filename information when removing %d leading pathname "
1029 "components (line %d)"
1030 msgstr[0] ""
1031 "information de nom de fichier manquante dans l'en-tête de git diff lors de "
1032 "la suppression de %d composant de préfixe de chemin (ligne %d)"
1033 msgstr[1] ""
1034 "information de nom de fichier manquante dans l'en-tête de git diff lors de "
1035 "la suppression de %d composants de préfixe de chemin (ligne %d)"
1036
1037 #, c-format
1038 msgid "git diff header lacks filename information at %s:%d"
1039 msgstr ""
1040 "information de nom de fichier manquante dans l'en-tête de git diff à %s:%d"
1041
1042 #, c-format
1043 msgid "git diff header lacks filename information (line %d)"
1044 msgstr ""
1045 "information de nom de fichier manquante dans l'en-tête de git diff (ligne %d)"
1046
1047 #, c-format
1048 msgid "recount: unexpected line: %.*s"
1049 msgstr "recomptage : ligne inattendue : %.*s"
1050
1051 #, c-format
1052 msgid "patch fragment without header at %s:%d: %.*s"
1053 msgstr "fragment de rustine sans en-tête à %s:%d : %.*s"
1054
1055 msgid "new file depends on old contents"
1056 msgstr "le nouveau fichier dépend de contenus anciens"
1057
1058 msgid "deleted file still has contents"
1059 msgstr "le fichier supprimé a encore du contenu"
1060
1061 #, c-format
1062 msgid "corrupt patch at %s:%d"
1063 msgstr "rustine corrompue à %s:%d"
1064
1065 #, c-format
1066 msgid "new file %s depends on old contents"
1067 msgstr "le nouveau fichier %s dépend de contenus anciens"
1068
1069 #, c-format
1070 msgid "deleted file %s still has contents"
1071 msgstr "le fichier supprimé %s a encore du contenu"
1072
1073 #, c-format
1074 msgid "** warning: file %s becomes empty but is not deleted"
1075 msgstr "** attention : le fichier %s devient vide mais n'est pas supprimé"
1076
1077 #, c-format
1078 msgid "corrupt binary patch at %s:%d: %.*s"
1079 msgstr "rustine binaire corrompue à %s:%d : %.*s"
1080
1081 #, c-format
1082 msgid "unrecognized binary patch at %s:%d"
1083 msgstr "rustine binaire non reconnue à %s:%d"
1084
1085 #, c-format
1086 msgid "patch with only garbage at %s:%d"
1087 msgstr "rustine totalement incompréhensible à %s:%d"
1088
1089 #, c-format
1090 msgid "unable to read symlink %s"
1091 msgstr "lecture du lien symbolique %s impossible"
1092
1093 #, c-format
1094 msgid "unable to open or read %s"
1095 msgstr "ouverture ou lecture de %s impossible"
1096
1097 #, c-format
1098 msgid "invalid start of line: '%c'"
1099 msgstr "début de ligne invalide : '%c'"
1100
1101 #, c-format
1102 msgid "Hunk #%d succeeded at %d (offset %d line)."
1103 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
1104 msgstr[0] "La section n°%d a réussi à la ligne %d (offset %d ligne)."
1105 msgstr[1] "La section n°%d a réussi à la ligne %d (offset %d lignes)."
1106
1107 #, c-format
1108 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
1109 msgstr "Contexte réduit à (%ld/%ld) pour appliquer le fragment à la ligne %d"
1110
1111 #, c-format
1112 msgid ""
1113 "while searching for:\n"
1114 "%.*s"
1115 msgstr ""
1116 "pendant la recherche de :\n"
1117 "%.*s"
1118
1119 #, c-format
1120 msgid "missing binary patch data for '%s'"
1121 msgstr "données de rustine binaire manquantes pour '%s'"
1122
1123 #, c-format
1124 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
1125 msgstr ""
1126 "impossible d'appliquer l'inverse d'une rustine binaire à '%s' sans la "
1127 "section inverse"
1128
1129 #, c-format
1130 msgid "cannot apply binary patch to '%s' without full index line"
1131 msgstr ""
1132 "impossible d'appliquer une rustine binaire à '%s' sans la ligne complète "
1133 "d'index"
1134
1135 #, c-format
1136 msgid ""
1137 "the patch applies to '%s' (%s), which does not match the current contents."
1138 msgstr ""
1139 "la rustine s'applique à '%s' (%s), ce qui ne correspond pas au contenu "
1140 "actuel."
1141
1142 #, c-format
1143 msgid "the patch applies to an empty '%s' but it is not empty"
1144 msgstr "la rustine s'applique à un '%s' vide mais ce n'est pas vide"
1145
1146 #, c-format
1147 msgid "the necessary postimage %s for '%s' cannot be read"
1148 msgstr "l'image postérieure nécessaire %s pour '%s' ne peut pas être lue"
1149
1150 #, c-format
1151 msgid "binary patch does not apply to '%s'"
1152 msgstr "la rustine binaire ne s'applique par correctement à '%s'"
1153
1154 #, c-format
1155 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
1156 msgstr ""
1157 "la rustine binaire sur '%s' crée un résultat incorrect (%s attendu, mais %s "
1158 "trouvé)"
1159
1160 #, c-format
1161 msgid "patch failed: %s:%ld"
1162 msgstr "l'application de la rustine a échoué : %s:%ld"
1163
1164 #, c-format
1165 msgid "cannot checkout %s"
1166 msgstr "extraction de %s impossible"
1167
1168 #, c-format
1169 msgid "failed to read %s"
1170 msgstr "échec de la lecture de %s"
1171
1172 #, c-format
1173 msgid "reading from '%s' beyond a symbolic link"
1174 msgstr "lecture depuis '%s' au-delà d'un lien symbolique"
1175
1176 #, c-format
1177 msgid "path %s has been renamed/deleted"
1178 msgstr "le chemin %s a été renommé/supprimé"
1179
1180 #, c-format
1181 msgid "%s: does not exist in index"
1182 msgstr "%s : n'existe pas dans l'index"
1183
1184 #, c-format
1185 msgid "%s: does not match index"
1186 msgstr "%s : ne correspond pas à l'index"
1187
1188 msgid "repository lacks the necessary blob to perform 3-way merge."
1189 msgstr ""
1190 "le dépôt n'a pas les blobs nécessaires pour effectuer une fusion à 3 points."
1191
1192 #, c-format
1193 msgid "Performing three-way merge...\n"
1194 msgstr "Application d'une fusion à 3 points…\n"
1195
1196 #, c-format
1197 msgid "cannot read the current contents of '%s'"
1198 msgstr "impossible de lire le contenu actuel de '%s'"
1199
1200 #, c-format
1201 msgid "Failed to perform three-way merge...\n"
1202 msgstr "Échec de l'application de la fusion à 3 points…\n"
1203
1204 #, c-format
1205 msgid "Applied patch to '%s' with conflicts.\n"
1206 msgstr "Rustine %s appliquée avec des conflits.\n"
1207
1208 #, c-format
1209 msgid "Applied patch to '%s' cleanly.\n"
1210 msgstr "Rustine %s appliquée proprement.\n"
1211
1212 #, c-format
1213 msgid "Falling back to direct application...\n"
1214 msgstr "Retour à une application directe…\n"
1215
1216 msgid "removal patch leaves file contents"
1217 msgstr "la rustine de suppression laisse un contenu dans le fichier"
1218
1219 #, c-format
1220 msgid "%s: wrong type"
1221 msgstr "%s : type erroné"
1222
1223 #, c-format
1224 msgid "%s has type %o, expected %o"
1225 msgstr "%s est de type %o, mais %o attendu"
1226
1227 #, c-format
1228 msgid "invalid path '%s'"
1229 msgstr "chemin invalide '%s'"
1230
1231 #, c-format
1232 msgid "%s: already exists in index"
1233 msgstr "%s : existe déjà dans l'index"
1234
1235 #, c-format
1236 msgid "%s: already exists in working directory"
1237 msgstr "%s : existe déjà dans la copie de travail"
1238
1239 #, c-format
1240 msgid "new mode (%o) of %s does not match old mode (%o)"
1241 msgstr "le nouveau mode (%o) de %s ne correspond pas à l'ancien mode (%o)"
1242
1243 #, c-format
1244 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
1245 msgstr ""
1246 "le nouveau mode (%o) de %s ne correspond pas à l'ancien mode (%o) de %s"
1247
1248 #, c-format
1249 msgid "affected file '%s' is beyond a symbolic link"
1250 msgstr "le fichier affecté '%s' est au-delà d'un lien symbolique"
1251
1252 #, c-format
1253 msgid "%s: patch does not apply"
1254 msgstr "%s : la rustine ne s'applique pas"
1255
1256 #, c-format
1257 msgid "Checking patch %s..."
1258 msgstr "Vérification de la rustine %s..."
1259
1260 #, c-format
1261 msgid "sha1 information is lacking or useless for submodule %s"
1262 msgstr ""
1263 "l'information sha1 est manquante ou inutilisable pour le sous-module %s"
1264
1265 #, c-format
1266 msgid "mode change for %s, which is not in current HEAD"
1267 msgstr "le mode change pour %s, qui n'est pas dans la HEAD actuelle"
1268
1269 #, c-format
1270 msgid "sha1 information is lacking or useless (%s)."
1271 msgstr "l'information de sha1 est manquante ou inutilisable (%s)."
1272
1273 #, c-format
1274 msgid "could not add %s to temporary index"
1275 msgstr "impossible d'ajouter %s à l'index temporaire"
1276
1277 #, c-format
1278 msgid "could not write temporary index to %s"
1279 msgstr "impossible d'écrire l'index temporaire dans %s"
1280
1281 #, c-format
1282 msgid "unable to remove %s from index"
1283 msgstr "suppression de %s dans l'index impossible"
1284
1285 #, c-format
1286 msgid "corrupt patch for submodule %s"
1287 msgstr "rustine corrompue pour le sous-module %s"
1288
1289 #, c-format
1290 msgid "unable to stat newly created file '%s'"
1291 msgstr "stat du fichier nouvellement créé '%s' impossible"
1292
1293 #, c-format
1294 msgid "unable to create backing store for newly created file %s"
1295 msgstr ""
1296 "création du magasin de stockage pour le fichier nouvellement créé %s "
1297 "impossible"
1298
1299 #, c-format
1300 msgid "unable to add cache entry for %s"
1301 msgstr "ajout de l'élément de cache %s impossible"
1302
1303 #, c-format
1304 msgid "failed to write to '%s'"
1305 msgstr "échec de l'écriture dans '%s'"
1306
1307 #, c-format
1308 msgid "closing file '%s'"
1309 msgstr "fermeture du fichier '%s'"
1310
1311 #, c-format
1312 msgid "unable to write file '%s' mode %o"
1313 msgstr "écriture du fichier '%s' mode %o impossible"
1314
1315 #, c-format
1316 msgid "Applied patch %s cleanly."
1317 msgstr "Rustine %s appliquée proprement."
1318
1319 msgid "internal error"
1320 msgstr "erreur interne"
1321
1322 #, c-format
1323 msgid "Applying patch %%s with %d reject..."
1324 msgid_plural "Applying patch %%s with %d rejects..."
1325 msgstr[0] "Application de la rustine %%s avec %d rejet..."
1326 msgstr[1] "Application de la rustine %%s avec %d rejets..."
1327
1328 #, c-format
1329 msgid "cannot open %s"
1330 msgstr "impossible d'ouvrir %s"
1331
1332 #, c-format
1333 msgid "cannot unlink '%s'"
1334 msgstr "impossible de délier '%s'"
1335
1336 #, c-format
1337 msgid "Hunk #%d applied cleanly."
1338 msgstr "Section n°%d appliquée proprement."
1339
1340 #, c-format
1341 msgid "Rejected hunk #%d."
1342 msgstr "Section n°%d rejetée."
1343
1344 #, c-format
1345 msgid "Skipped patch '%s'."
1346 msgstr "Chemin '%s' non traité."
1347
1348 msgid "No valid patches in input (allow with \"--allow-empty\")"
1349 msgstr "Pas de rustine valide sur l'entrée (permis avec \"--allow-empty\")"
1350
1351 msgid "unable to read index file"
1352 msgstr "lecture du fichier d'index impossible"
1353
1354 #, c-format
1355 msgid "option -p expects a non-negative integer, got '%s'"
1356 msgstr "l'option -p attend un entier positif ou nul, et a obtenu '%s'"
1357
1358 #, c-format
1359 msgid "unable to normalize directory: '%s'"
1360 msgstr "impossible de normaliser le répertoire : '%s'"
1361
1362 #, c-format
1363 msgid "can't open patch '%s': %s"
1364 msgstr "ouverture impossible de la rustine '%s' :%s"
1365
1366 #, c-format
1367 msgid "squelched %d whitespace error"
1368 msgid_plural "squelched %d whitespace errors"
1369 msgstr[0] "%d erreur d'espace ignorée"
1370 msgstr[1] "%d erreurs d'espace ignorées"
1371
1372 #, c-format
1373 msgid "%d line adds whitespace errors."
1374 msgid_plural "%d lines add whitespace errors."
1375 msgstr[0] "%d ligne a ajouté des erreurs d'espace."
1376 msgstr[1] "%d lignes ont ajouté des erreurs d'espace."
1377
1378 #, c-format
1379 msgid "%d line applied after fixing whitespace errors."
1380 msgid_plural "%d lines applied after fixing whitespace errors."
1381 msgstr[0] "%d ligne ajoutée après correction des erreurs d'espace."
1382 msgstr[1] "%d lignes ajoutées après correction des erreurs d'espace."
1383
1384 msgid "Unable to write new index file"
1385 msgstr "Impossible d'écrire le nouveau fichier d'index"
1386
1387 msgid "don't apply changes matching the given path"
1388 msgstr "ne pas appliquer les modifications qui correspondent au chemin donné"
1389
1390 msgid "apply changes matching the given path"
1391 msgstr "appliquer les modifications qui correspondent au chemin donné"
1392
1393 msgid "num"
1394 msgstr "num"
1395
1396 msgid "remove <num> leading slashes from traditional diff paths"
1397 msgstr "supprimer <num> barres obliques des chemins traditionnels de diff"
1398
1399 msgid "ignore additions made by the patch"
1400 msgstr "ignorer les additions réalisées par la rustine"
1401
1402 msgid "instead of applying the patch, output diffstat for the input"
1403 msgstr "au lieu d'appliquer la rustine, afficher le diffstat de l'entrée"
1404
1405 msgid "show number of added and deleted lines in decimal notation"
1406 msgstr ""
1407 "afficher le nombre de lignes ajoutées et supprimées en notation décimale"
1408
1409 msgid "instead of applying the patch, output a summary for the input"
1410 msgstr "au lieu d'appliquer la rustine, afficher un résumé de l'entrée"
1411
1412 msgid "instead of applying the patch, see if the patch is applicable"
1413 msgstr "au lieu d'appliquer la rustine, voir si la rustine est applicable"
1414
1415 msgid "make sure the patch is applicable to the current index"
1416 msgstr "s'assurer que la rustine est applicable sur l'index actuel"
1417
1418 msgid "mark new files with `git add --intent-to-add`"
1419 msgstr "marquer les nouveaux fichiers `git add --intent-to-add`"
1420
1421 msgid "apply a patch without touching the working tree"
1422 msgstr "appliquer les rustines sans toucher à la copie de travail"
1423
1424 msgid "accept a patch that touches outside the working area"
1425 msgstr "accepter une rustine qui touche hors de la copie de travail"
1426
1427 msgid "also apply the patch (use with --stat/--summary/--check)"
1428 msgstr "appliquer aussi la rustine (à utiliser avec --stat/--summary/--check)"
1429
1430 msgid "attempt three-way merge, fall back on normal patch if that fails"
1431 msgstr ""
1432 "tenter une fusion à 3 points, revenir à un rustinage normal en cas d'échec"
1433
1434 msgid "for conflicts, use our version"
1435 msgstr "pour les conflits, utiliser notre version (our)"
1436
1437 msgid "for conflicts, use their version"
1438 msgstr "pour les conflits, utiliser leur version (their)"
1439
1440 msgid "for conflicts, use a union version"
1441 msgstr "pour les conflits, utiliser l'union des versions"
1442
1443 msgid "build a temporary index based on embedded index information"
1444 msgstr ""
1445 "construire un index temporaire fondé sur l'information de l'index embarqué"
1446
1447 msgid "paths are separated with NUL character"
1448 msgstr "les chemins sont séparés par un caractère NUL"
1449
1450 msgid "ensure at least <n> lines of context match"
1451 msgstr "s'assurer d'au moins <n> lignes de correspondance de contexte"
1452
1453 msgid "action"
1454 msgstr "action"
1455
1456 msgid "detect new or modified lines that have whitespace errors"
1457 msgstr ""
1458 "détecter des lignes nouvelles ou modifiées qui contiennent des erreurs "
1459 "d'espace"
1460
1461 msgid "ignore changes in whitespace when finding context"
1462 msgstr "ignorer des modifications d'espace lors de la recherche de contexte"
1463
1464 msgid "apply the patch in reverse"
1465 msgstr "appliquer la rustine en sens inverse"
1466
1467 msgid "don't expect at least one line of context"
1468 msgstr "ne pas s'attendre à au moins une ligne de contexte"
1469
1470 msgid "leave the rejected hunks in corresponding *.rej files"
1471 msgstr "laisser les sections rejetées dans les fichiers *.rej correspondants"
1472
1473 msgid "allow overlapping hunks"
1474 msgstr "accepter les recouvrements de sections"
1475
1476 msgid "tolerate incorrectly detected missing new-line at the end of file"
1477 msgstr ""
1478 "tolérer des erreurs de détection de retours chariot manquants en fin de "
1479 "fichier"
1480
1481 msgid "do not trust the line counts in the hunk headers"
1482 msgstr "ne pas se fier au compte de lignes dans les en-têtes de section"
1483
1484 msgid "root"
1485 msgstr "racine"
1486
1487 msgid "prepend <root> to all filenames"
1488 msgstr "préfixer tous les noms de fichier avec <root>"
1489
1490 msgid "don't return error for empty patches"
1491 msgstr "ne pas renvoyer d'erreur pour les rustines vides"
1492
1493 msgid "--ours, --theirs, and --union require --3way"
1494 msgstr "--ours, --theirs et --union requièrent --3way"
1495
1496 #, c-format
1497 msgid "cannot stream blob %s"
1498 msgstr "impossible de transmettre le blob %s en flux"
1499
1500 #, c-format
1501 msgid "unsupported file mode: 0%o (SHA1: %s)"
1502 msgstr "mode de fichier non supporté :0%o (SHA1: %s)"
1503
1504 #, c-format
1505 msgid "deflate error (%d)"
1506 msgstr "erreur de compression (%d)"
1507
1508 #, c-format
1509 msgid "unable to start '%s' filter"
1510 msgstr "impossible de démarrer le filtre '%s'"
1511
1512 msgid "unable to redirect descriptor"
1513 msgstr "impossible de rediriger un descripteur"
1514
1515 #, c-format
1516 msgid "'%s' filter reported error"
1517 msgstr "le filtre '%s' a retourné une erreur"
1518
1519 #, c-format
1520 msgid "path is not valid UTF-8: %s"
1521 msgstr "le chemin n'est pas codé en UTF-8 valide : %s"
1522
1523 #, c-format
1524 msgid "path too long (%d chars, SHA1: %s): %s"
1525 msgstr "le chemin est trop long (%d caractères, SHA1 : %s) : %s"
1526
1527 #, c-format
1528 msgid "timestamp too large for this system: %<PRIuMAX>"
1529 msgstr "l'horodatage est trop grand pour ce système : %<PRIuMAX>"
1530
1531 msgid "git archive [<options>] <tree-ish> [<path>...]"
1532 msgstr "git archive [<options>] <arbre ou apparenté> [<chemin>...]"
1533
1534 msgid ""
1535 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
1536 msgstr ""
1537 "git archive --remote <dépôt> [--exec <commande>] [<options>] <arbre ou "
1538 "apparenté> [<chemin>...]"
1539
1540 msgid "git archive --remote <repo> [--exec <cmd>] --list"
1541 msgstr "git archive --remote <dépôt> [--exec <commande>] --list"
1542
1543 #, c-format
1544 msgid "cannot read '%s'"
1545 msgstr "impossible de lire '%s'"
1546
1547 #, c-format
1548 msgid "pathspec '%s' matches files outside the current directory"
1549 msgstr ""
1550 "le spécificateur de chemin '%s' correspond à des fichiers hors du répertoire "
1551 "actuel"
1552
1553 #, c-format
1554 msgid "pathspec '%s' did not match any files"
1555 msgstr "le chemin '%s' ne correspond à aucun fichier"
1556
1557 #, c-format
1558 msgid "no such ref: %.*s"
1559 msgstr "référence inexistante : %.*s"
1560
1561 #, c-format
1562 msgid "not a valid object name: %s"
1563 msgstr "nom d'objet invalide : %s"
1564
1565 #, c-format
1566 msgid "not a tree object: %s"
1567 msgstr "objet arbre invalide : %s"
1568
1569 #, c-format
1570 msgid "failed to unpack tree object %s"
1571 msgstr "échec du dépaquetage de l'objet arbre %s"
1572
1573 #, c-format
1574 msgid "File not found: %s"
1575 msgstr "Fichier non trouvé : %s"
1576
1577 #, c-format
1578 msgid "Not a regular file: %s"
1579 msgstr "'%s' n'est pas un fichier normal"
1580
1581 #, c-format
1582 msgid "unclosed quote: '%s'"
1583 msgstr "citation non fermée : '%s'"
1584
1585 #, c-format
1586 msgid "missing colon: '%s'"
1587 msgstr "deux points manquants : '%s'"
1588
1589 #, c-format
1590 msgid "empty file name: '%s'"
1591 msgstr "nom de fichier vide : '%s'"
1592
1593 msgid "fmt"
1594 msgstr "fmt"
1595
1596 msgid "archive format"
1597 msgstr "format d'archive"
1598
1599 msgid "prefix"
1600 msgstr "préfixe"
1601
1602 msgid "prepend prefix to each pathname in the archive"
1603 msgstr "préfixer chaque chemin de fichier dans l'archive"
1604
1605 msgid "file"
1606 msgstr "fichier"
1607
1608 msgid "add untracked file to archive"
1609 msgstr "ajouter les fichiers non suivis à l'archive"
1610
1611 msgid "path:content"
1612 msgstr "chemin:contenu"
1613
1614 msgid "write the archive to this file"
1615 msgstr "écrire l'archive dans ce fichier"
1616
1617 msgid "read .gitattributes in working directory"
1618 msgstr "lire .gitattributes dans le répertoire de travail"
1619
1620 msgid "report archived files on stderr"
1621 msgstr "afficher les fichiers archivés sur stderr"
1622
1623 msgid "time"
1624 msgstr "heure"
1625
1626 msgid "set modification time of archive entries"
1627 msgstr "régler la date de modification des entrées de l'archive"
1628
1629 msgid "set compression level"
1630 msgstr "régler le niveau de compression"
1631
1632 msgid "list supported archive formats"
1633 msgstr "afficher les formats d'archive supportés"
1634
1635 msgid "repo"
1636 msgstr "dépôt"
1637
1638 msgid "retrieve the archive from remote repository <repo>"
1639 msgstr "récupérer l'archive depuis le dépôt distant <dépôt>"
1640
1641 msgid "command"
1642 msgstr "commande"
1643
1644 msgid "path to the remote git-upload-archive command"
1645 msgstr "chemin vers la commande distante git-upload-archive"
1646
1647 msgid "Unexpected option --remote"
1648 msgstr "Option --remote inattendue"
1649
1650 #, c-format
1651 msgid "the option '%s' requires '%s'"
1652 msgstr "l'option '%s' requiert '%s'"
1653
1654 msgid "Unexpected option --output"
1655 msgstr "Option --output inattendue"
1656
1657 #, c-format
1658 msgid "extra command line parameter '%s'"
1659 msgstr "paramètre de commande supplémentaire '%s'"
1660
1661 #, c-format
1662 msgid "Unknown archive format '%s'"
1663 msgstr "Format d'archive inconnu '%s'"
1664
1665 #, c-format
1666 msgid "Argument not supported for format '%s': -%d"
1667 msgstr "Argument non supporté pour le format '%s' : -%d"
1668
1669 #, c-format
1670 msgid "%.*s is not a valid attribute name"
1671 msgstr "%.*s n'est pas un nom valide d'attribut"
1672
1673 msgid "unable to add additional attribute"
1674 msgstr "Impossible d'ajouter l'attribut additionnel"
1675
1676 #, c-format
1677 msgid "ignoring overly long attributes line %d"
1678 msgstr "ligne d'attribute trop longue ignorée %d"
1679
1680 #, c-format
1681 msgid "%s not allowed: %s:%d"
1682 msgstr "%s non permis : %s : %d"
1683
1684 msgid ""
1685 "Negative patterns are ignored in git attributes\n"
1686 "Use '\\!' for literal leading exclamation."
1687 msgstr ""
1688 "Les motifs de négation sont ignorés dans les attributs git\n"
1689 "Utilisez '\\!' pour un point d'exclamation littéral."
1690
1691 #, c-format
1692 msgid "cannot fstat gitattributes file '%s'"
1693 msgstr "impossible de fstat le fichier gitattributes '%s'"
1694
1695 #, c-format
1696 msgid "ignoring overly large gitattributes file '%s'"
1697 msgstr "fichier gitattributes trop gros ignoré '%s'"
1698
1699 #, c-format
1700 msgid "ignoring overly large gitattributes blob '%s'"
1701 msgstr "blob gitattributes trop gros ignoré '%s'"
1702
1703 msgid "cannot use --attr-source or GIT_ATTR_SOURCE without repo"
1704 msgstr "impossible d'utiliser --attr-source ou GIT_ATTR_SOURCE sans dépôt"
1705
1706 msgid "bad --attr-source or GIT_ATTR_SOURCE"
1707 msgstr "mauvais --attr-source ou GIT_ATTR_SOURCE"
1708
1709 #, c-format
1710 msgid "unable to stat '%s'"
1711 msgstr "fstat de '%s' impossible"
1712
1713 #, c-format
1714 msgid "unable to read %s"
1715 msgstr "impossible de lire %s"
1716
1717 #, c-format
1718 msgid "Badly quoted content in file '%s': %s"
1719 msgstr "Contenu mal cité dans le fichier '%s' : %s"
1720
1721 #, c-format
1722 msgid "We cannot bisect more!\n"
1723 msgstr "Impossible de pousser la bissection plus loin !\n"
1724
1725 #, c-format
1726 msgid "Not a valid commit name %s"
1727 msgstr "%s n'est pas un nom de commit valide"
1728
1729 #, c-format
1730 msgid ""
1731 "The merge base %s is bad.\n"
1732 "This means the bug has been fixed between %s and [%s].\n"
1733 msgstr ""
1734 "La base de fusion %s est mauvaise.\n"
1735 "Cela signifie que le bogue été corrigé entre %s et [%s].\n"
1736
1737 #, c-format
1738 msgid ""
1739 "The merge base %s is new.\n"
1740 "The property has changed between %s and [%s].\n"
1741 msgstr ""
1742 "La base de fusion %s est nouvelle.\n"
1743 "La propriété a changé entre %s et [%s].\n"
1744
1745 #, c-format
1746 msgid ""
1747 "The merge base %s is '%s'.\n"
1748 "This means the first '%s' commit is between %s and [%s].\n"
1749 msgstr ""
1750 "La base de fusion %s est '%s'.\n"
1751 "Ceci signifie que le premier commit '%s' est entre %s et [%s].\n"
1752
1753 #, c-format
1754 msgid ""
1755 "Some '%s' revs are not ancestors of the '%s' rev.\n"
1756 "git bisect cannot work properly in this case.\n"
1757 "Maybe you mistook '%s' and '%s' revs?\n"
1758 msgstr ""
1759 "Certaines révisions '%s' ne sont pas ancêtres de la révision '%s'.\n"
1760 "git bisect ne peut pas fonctionner correctement dans ce cas.\n"
1761 "Peut-être les révisions '%s' et '%s' ne sont-elles pas les bonnes ?\n"
1762
1763 #, c-format
1764 msgid ""
1765 "the merge base between %s and [%s] must be skipped.\n"
1766 "So we cannot be sure the first '%s' commit is between %s and %s.\n"
1767 "We continue anyway."
1768 msgstr ""
1769 "la base de fusion entre %s et [%s] doit être évitée.\n"
1770 "On ne peut donc pas être certain que le premier commit '%s' se trouve entre "
1771 "%s et %s.\n"
1772 "On continue tout de même."
1773
1774 #, c-format
1775 msgid "Bisecting: a merge base must be tested\n"
1776 msgstr "Bissection : une base de fusion doit être testée\n"
1777
1778 #, c-format
1779 msgid "a '%s' revision is needed"
1780 msgstr "une révision '%s' est nécessaire"
1781
1782 #, c-format
1783 msgid "could not create file '%s'"
1784 msgstr "impossible de créer le fichier '%s'"
1785
1786 #, c-format
1787 msgid "unable to start 'show' for object '%s'"
1788 msgstr "impossible de démarrer 'show' pour l'objet '%s'"
1789
1790 #, c-format
1791 msgid "could not read file '%s'"
1792 msgstr "impossible de lire le fichier '%s'"
1793
1794 msgid "reading bisect refs failed"
1795 msgstr "impossible de lire les références de bissection"
1796
1797 #, c-format
1798 msgid "%s was both '%s' and '%s'\n"
1799 msgstr "%s était à la fois '%s' et '%s'\n"
1800
1801 #, c-format
1802 msgid ""
1803 "No testable commit found.\n"
1804 "Maybe you started with bad path arguments?\n"
1805 msgstr ""
1806 "Aucun commit testable n'a été trouvé\n"
1807 "Peut-être avez-vous démarré avec un mauvais argument de chemin ?\n"
1808
1809 #, c-format
1810 msgid "(roughly %d step)"
1811 msgid_plural "(roughly %d steps)"
1812 msgstr[0] "(à peu près %d étape)"
1813 msgstr[1] "(à peu près %d étapes)"
1814
1815 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
1816 #. steps)" translation.
1817 #, c-format
1818 msgid "Bisecting: %d revision left to test after this %s\n"
1819 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
1820 msgstr[0] "Bissection : %d révision à tester après ceci %s\n"
1821 msgstr[1] "Bissection : %d révisions à tester après ceci %s\n"
1822
1823 msgid "--contents and --reverse do not blend well."
1824 msgstr "--contents et --reverse ne font pas bon ménage."
1825
1826 msgid "--reverse and --first-parent together require specified latest commit"
1827 msgstr ""
1828 "--reverse et --first-parent ensemble nécessitent la spécification d'un "
1829 "dernier commit"
1830
1831 msgid "revision walk setup failed"
1832 msgstr "échec de la préparation du parcours des révisions"
1833
1834 msgid ""
1835 "--reverse --first-parent together require range along first-parent chain"
1836 msgstr ""
1837 "--reverse --first-parent ensemble nécessitent une portée avec la chaîne de "
1838 "premier parent"
1839
1840 #, c-format
1841 msgid "no such path %s in %s"
1842 msgstr "pas de chemin %s dans %s"
1843
1844 #, c-format
1845 msgid "cannot read blob %s for path %s"
1846 msgstr "impossible de lire le blob %s pour le chemin %s"
1847
1848 msgid ""
1849 "cannot inherit upstream tracking configuration of multiple refs when "
1850 "rebasing is requested"
1851 msgstr ""
1852 "impossible d'hériter la configuration de suivi de référence amont depuis "
1853 "plusieurs références quand un rebasage est demandé"
1854
1855 #, c-format
1856 msgid "not setting branch '%s' as its own upstream"
1857 msgstr "la branche %s ne peut pas être sa propre branche amont"
1858
1859 #, c-format
1860 msgid "branch '%s' set up to track '%s' by rebasing."
1861 msgstr "la branche '%s' est paramétrée pour suivre '%s' en rebasant."
1862
1863 #, c-format
1864 msgid "branch '%s' set up to track '%s'."
1865 msgstr "la branche '%s' est paramétrée pour suivre '%s'."
1866
1867 #, c-format
1868 msgid "branch '%s' set up to track:"
1869 msgstr "la branche '%s' est paramétrée pour suivre :"
1870
1871 msgid "unable to write upstream branch configuration"
1872 msgstr "échec de l'écriture de la configuration de branche amont"
1873
1874 msgid ""
1875 "\n"
1876 "After fixing the error cause you may try to fix up\n"
1877 "the remote tracking information by invoking:"
1878 msgstr ""
1879 "\n"
1880 "Après correction de la cause de l'erreur, vous pouvez essayer\n"
1881 "de corriger l'information de suivi distant en invoquant :"
1882
1883 #, c-format
1884 msgid "asked to inherit tracking from '%s', but no remote is set"
1885 msgstr "héritage de suivi depuis '%s' demandé, mais pas de distant configuré"
1886
1887 #, c-format
1888 msgid "asked to inherit tracking from '%s', but no merge configuration is set"
1889 msgstr ""
1890 "héritage de suivi depuis '%s' demandé, mais pas de configuration de fusion "
1891 "renseignée"
1892
1893 #, c-format
1894 msgid "not tracking: ambiguous information for ref '%s'"
1895 msgstr "pas de suivi : information ambiguë pour la référence '%s'"
1896
1897 #. #-#-#-#-# branch.c.po #-#-#-#-#
1898 #. TRANSLATORS: This is a line listing a remote with duplicate
1899 #. refspecs in the advice message below. For RTL languages you'll
1900 #. probably want to swap the "%s" and leading " " space around.
1901 #. #-#-#-#-# object-name.c.po #-#-#-#-#
1902 #. TRANSLATORS: This is line item of ambiguous object output
1903 #. from describe_ambiguous_object() above. For RTL languages
1904 #. you'll probably want to swap the "%s" and leading " " space
1905 #. around.
1906 #, c-format
1907 msgid " %s\n"
1908 msgstr " %s\n"
1909
1910 #. TRANSLATORS: The second argument is a \n-delimited list of
1911 #. duplicate refspecs, composed above.
1912 #, c-format
1913 msgid ""
1914 "There are multiple remotes whose fetch refspecs map to the remote\n"
1915 "tracking ref '%s':\n"
1916 "%s\n"
1917 "This is typically a configuration error.\n"
1918 "\n"
1919 "To support setting up tracking branches, ensure that\n"
1920 "different remotes' fetch refspecs map into different\n"
1921 "tracking namespaces."
1922 msgstr ""
1923 "Il y a plusieurs distants dont les spécificateurs de référence de\n"
1924 "récupération correspondent à la référence de suivi '%s' :\n"
1925 "%s\n"
1926 "C'est typiquement une erreur de configuration.\n"
1927 "\n"
1928 "Pour gérer le réglage des branches de suivi, assurez-vous\n"
1929 "que des réfspecs de récupération de distants différents\n"
1930 "correspondent à des espaces de nommage de suivi différents."
1931
1932 #, c-format
1933 msgid "'%s' is not a valid branch name"
1934 msgstr "'%s' n'est pas un nom de branche valide"
1935
1936 msgid "See 'git help check-ref-format'"
1937 msgstr "Voir 'git help check-ref-format'"
1938
1939 #, c-format
1940 msgid "a branch named '%s' already exists"
1941 msgstr "Une branche nommée '%s' existe déjà"
1942
1943 #, c-format
1944 msgid "cannot force update the branch '%s' used by worktree at '%s'"
1945 msgstr ""
1946 "impossible de forcer la mise à jour de la branche '%s' utilisée par l'arbre-"
1947 "de-travail dans '%s'"
1948
1949 #, c-format
1950 msgid "cannot set up tracking information; starting point '%s' is not a branch"
1951 msgstr ""
1952 "Impossible de configurer le suivi de branche ; le point de départ '%s' n'est "
1953 "pas une branche"
1954
1955 #, c-format
1956 msgid "the requested upstream branch '%s' does not exist"
1957 msgstr "la branche amont demandée '%s' n'existe pas"
1958
1959 msgid ""
1960 "\n"
1961 "If you are planning on basing your work on an upstream\n"
1962 "branch that already exists at the remote, you may need to\n"
1963 "run \"git fetch\" to retrieve it.\n"
1964 "\n"
1965 "If you are planning to push out a new local branch that\n"
1966 "will track its remote counterpart, you may want to use\n"
1967 "\"git push -u\" to set the upstream config as you push."
1968 msgstr ""
1969 "\n"
1970 "Si vous comptez baser votre travail sur une branche\n"
1971 "amont qui existe déjà sur le serveur distant, vous pouvez\n"
1972 "lancer \"git fetch\" pour la récupérer.\n"
1973 "\n"
1974 "Si vous comptez pousser une nouvelle branche locale qui suivra\n"
1975 "sa jumelle distante, vous pouvez utiliser \"git push -u\"\n"
1976 "pour paramétrer le suivi distant en même temps que vous poussez."
1977
1978 #, c-format
1979 msgid "not a valid object name: '%s'"
1980 msgstr "nom d'objet invalide : '%s'"
1981
1982 #, c-format
1983 msgid "ambiguous object name: '%s'"
1984 msgstr "Nom d'objet ambigu : '%s'"
1985
1986 #, c-format
1987 msgid "not a valid branch point: '%s'"
1988 msgstr "point d'embranchement invalide : '%s'"
1989
1990 #, c-format
1991 msgid "submodule '%s': unable to find submodule"
1992 msgstr "sous-module '%s' : impossible de trouver le sous-module"
1993
1994 #, c-format
1995 msgid ""
1996 "You may try updating the submodules using 'git checkout --no-recurse-"
1997 "submodules %s && git submodule update --init'"
1998 msgstr ""
1999 "Vous pouvez essayer de mettre à jour les sous-modules en utilisant 'git "
2000 "checkout --no-recurse-submodules %s && git submodule update --init'"
2001
2002 #, c-format
2003 msgid "submodule '%s': cannot create branch '%s'"
2004 msgstr "sous-module '%s' : impossible de créer la branche '%s'"
2005
2006 #, c-format
2007 msgid "'%s' is already used by worktree at '%s'"
2008 msgstr "'%s' est déjà utilisé par l'arbre-de-travail dans '%s'"
2009
2010 msgid "git add [<options>] [--] <pathspec>..."
2011 msgstr "git add [<options>] [--] <chemin>..."
2012
2013 #, c-format
2014 msgid "cannot chmod %cx '%s'"
2015 msgstr "impossible de chmod %cx '%s'"
2016
2017 msgid "Unstaged changes after refreshing the index:"
2018 msgstr "Modifications non indexées après rafraîchissement de l'index :"
2019
2020 msgid "could not read the index"
2021 msgstr "impossible de lire l'index"
2022
2023 msgid "editing patch failed"
2024 msgstr "échec de l'édition de la rustine"
2025
2026 #, c-format
2027 msgid "could not stat '%s'"
2028 msgstr "impossible de stat '%s'"
2029
2030 msgid "empty patch. aborted"
2031 msgstr "rustine vide. abandon"
2032
2033 #, c-format
2034 msgid "could not apply '%s'"
2035 msgstr "impossible d'appliquer '%s'"
2036
2037 msgid "The following paths are ignored by one of your .gitignore files:\n"
2038 msgstr ""
2039 "Les chemins suivants sont ignorés par un de vos fichiers .gitignore :\n"
2040
2041 msgid "dry run"
2042 msgstr "simuler l'action"
2043
2044 msgid "be verbose"
2045 msgstr "mode verbeux"
2046
2047 msgid "interactive picking"
2048 msgstr "sélection interactive"
2049
2050 msgid "select hunks interactively"
2051 msgstr "sélection interactive des sections"
2052
2053 msgid "auto advance to the next file when selecting hunks interactively"
2054 msgstr ""
2055 "avancer automatiquement au prochain fichier lors de la sélection interactive "
2056 "des sections"
2057
2058 msgid "edit current diff and apply"
2059 msgstr "édition du diff actuel et application"
2060
2061 msgid "allow adding otherwise ignored files"
2062 msgstr "permettre l'ajout de fichiers ignorés"
2063
2064 msgid "update tracked files"
2065 msgstr "mettre à jour les fichiers suivis"
2066
2067 msgid "renormalize EOL of tracked files (implies -u)"
2068 msgstr ""
2069 "renormaliser les fins de lignes (EOL) des fichiers suivis (implique -u)"
2070
2071 msgid "record only the fact that the path will be added later"
2072 msgstr "enregistrer seulement le fait que le chemin sera ajouté plus tard"
2073
2074 msgid "add changes from all tracked and untracked files"
2075 msgstr "ajouter les modifications de tous les fichiers suivis et non suivis"
2076
2077 msgid "ignore paths removed in the working tree (same as --no-all)"
2078 msgstr ""
2079 "ignorer les chemins effacés dans la copie de travail (identique à --no-all)"
2080
2081 msgid "don't add, only refresh the index"
2082 msgstr "ne pas ajouter, juste rafraîchir l'index"
2083
2084 msgid "just skip files which cannot be added because of errors"
2085 msgstr ""
2086 "sauter seulement les fichiers qui ne peuvent pas être ajoutés du fait "
2087 "d'erreurs"
2088
2089 msgid "check if - even missing - files are ignored in dry run"
2090 msgstr "vérifier si des fichiers - même manquants - sont ignorés, à vide"
2091
2092 msgid "allow updating entries outside of the sparse-checkout cone"
2093 msgstr ""
2094 "permettre la mise à jour des entrées hors du cone d'extraction clairsemée"
2095
2096 msgid "override the executable bit of the listed files"
2097 msgstr "outrepasser le bit exécutable pour les fichiers listés"
2098
2099 msgid "warn when adding an embedded repository"
2100 msgstr "avertir lors de l'ajout d'un dépôt embarqué"
2101
2102 #, c-format
2103 msgid ""
2104 "You've added another git repository inside your current repository.\n"
2105 "Clones of the outer repository will not contain the contents of\n"
2106 "the embedded repository and will not know how to obtain it.\n"
2107 "If you meant to add a submodule, use:\n"
2108 "\n"
2109 "\tgit submodule add <url> %s\n"
2110 "\n"
2111 "If you added this path by mistake, you can remove it from the\n"
2112 "index with:\n"
2113 "\n"
2114 "\tgit rm --cached %s\n"
2115 "\n"
2116 "See \"git help submodule\" for more information."
2117 msgstr ""
2118 "Vous avez ajouté un autre dépôt git dans votre dépôt actuel.\n"
2119 "Les clones du dépôt conteneur ne contiendrons pas le contenu\n"
2120 "du dépôt embarqué et ne sauront pas comment l'obtenir.\n"
2121 "Si vous vouliez ajouter un sous-module, utilisez :\n"
2122 "\n"
2123 "\tgit submodule add <url> %s\n"
2124 "\n"
2125 "Si vous avez ajouté ce chemin par erreur, vous pouvez le\n"
2126 "supprimer de l'index avec :\n"
2127 "\n"
2128 "\tgit rm --cached %s\n"
2129 "\n"
2130 "Référez-vous à \"git help submodule\" pour plus d'information."
2131
2132 #, c-format
2133 msgid "adding embedded git repository: %s"
2134 msgstr "dépôt git embarqué ajouté : %s"
2135
2136 msgid "Use -f if you really want to add them."
2137 msgstr "Utilisez -f si vous voulez vraiment les ajouter."
2138
2139 msgid "adding files failed"
2140 msgstr "échec de l'ajout de fichiers"
2141
2142 #, c-format
2143 msgid "'%s' cannot be negative"
2144 msgstr "'%s' doit être non négatif"
2145
2146 #, c-format
2147 msgid "--chmod param '%s' must be either -x or +x"
2148 msgstr "Le paramètre '%s' de --chmod doit être soit -x soit +x"
2149
2150 #, c-format
2151 msgid "'%s' and pathspec arguments cannot be used together"
2152 msgstr ""
2153 "'%s' et les arguments de spécificateur de chemin ne peuvent pas être "
2154 "utilisés ensemble"
2155
2156 #, c-format
2157 msgid "Nothing specified, nothing added.\n"
2158 msgstr "Rien de spécifié, rien n'a été ajouté.\n"
2159
2160 msgid "Maybe you wanted to say 'git add .'?"
2161 msgstr "Vous vouliez sûrement utiliser 'git add .' ?"
2162
2163 msgid "index file corrupt"
2164 msgstr "fichier d'index corrompu"
2165
2166 msgid "unable to write new index file"
2167 msgstr "impossible d'écrire le nouveau fichier d'index"
2168
2169 #, c-format
2170 msgid "bad action '%s' for '%s'"
2171 msgstr "action invalide '%s' pour '%s'"
2172
2173 #, c-format
2174 msgid "invalid value for '%s': '%s'"
2175 msgstr "valeur invalide pour '%s' : '%s'"
2176
2177 #, c-format
2178 msgid "could not read '%s'"
2179 msgstr "impossible de lire '%s'"
2180
2181 msgid "could not parse author script"
2182 msgstr "impossible d'analyser l'auteur du script"
2183
2184 #, c-format
2185 msgid "could not parse %s"
2186 msgstr "impossible d'analyser %s"
2187
2188 #, c-format
2189 msgid "'%s' was deleted by the applypatch-msg hook"
2190 msgstr "'%s' a été effacé par le crochet applypatch-msg"
2191
2192 #, c-format
2193 msgid "Malformed input line: '%s'."
2194 msgstr "Ligne en entrée malformée : '%s'."
2195
2196 #, c-format
2197 msgid "Failed to copy notes from '%s' to '%s'"
2198 msgstr "Impossible de copier les notes de '%s' vers '%s'"
2199
2200 msgid "fseek failed"
2201 msgstr "échec de fseek"
2202
2203 #, c-format
2204 msgid "could not open '%s' for reading"
2205 msgstr "impossible d'ouvrir '%s' en lecture"
2206
2207 #, c-format
2208 msgid "could not open '%s' for writing"
2209 msgstr "impossible d'ouvrir '%s' en écriture"
2210
2211 #, c-format
2212 msgid "could not parse patch '%s'"
2213 msgstr "impossible d'analyser la rustine '%s'"
2214
2215 msgid "Only one StGIT patch series can be applied at once"
2216 msgstr "Seulement une série de rustines StGIT peut être appliquée à la fois"
2217
2218 msgid "invalid timestamp"
2219 msgstr "horodatage invalide"
2220
2221 msgid "invalid Date line"
2222 msgstr "ligne de Date invalide"
2223
2224 msgid "invalid timezone offset"
2225 msgstr "décalage horaire invalide"
2226
2227 msgid "Patch format detection failed."
2228 msgstr "Échec de détection du format de la rustine."
2229
2230 #, c-format
2231 msgid "failed to create directory '%s'"
2232 msgstr "échec de la création du répertoire '%s'"
2233
2234 msgid "Failed to split patches."
2235 msgstr "Échec de découpage des rustines."
2236
2237 #, c-format
2238 msgid "When you have resolved this problem, run \"%s --continue\".\n"
2239 msgstr "Quand vous avez résolu ce problème, lancez \"%s --continue\".\n"
2240
2241 #, c-format
2242 msgid "If you prefer to skip this patch, run \"%s --skip\" instead.\n"
2243 msgstr "Si vous préférez plutôt sauter cette rustine, lancez \"%s --skip\".\n"
2244
2245 #, c-format
2246 msgid ""
2247 "To record the empty patch as an empty commit, run \"%s --allow-empty\".\n"
2248 msgstr ""
2249 "Pour enregistrer la rustine vide comme un commit vide, lancez \"%s --allow-"
2250 "empty\".\n"
2251
2252 #, c-format
2253 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
2254 msgstr ""
2255 "Pour restaurer la branche originale et arrêter d'appliquer des rustines, "
2256 "lancez \"%s --abort\"."
2257
2258 msgid "Patch sent with format=flowed; space at the end of lines might be lost."
2259 msgstr ""
2260 "Rustine envoyée avec format=flowed ; les espaces en fin de ligne peuvent "
2261 "être perdus."
2262
2263 #, c-format
2264 msgid "missing author line in commit %s"
2265 msgstr "ligne d'auteur manquante dans le commit %s"
2266
2267 #, c-format
2268 msgid "invalid ident line: %.*s"
2269 msgstr "ligne d'identification invalide : %.*s"
2270
2271 #, c-format
2272 msgid "unable to parse commit %s"
2273 msgstr "impossible d'analyser le commit %s"
2274
2275 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
2276 msgstr ""
2277 "Le dépôt n'a pas les blobs nécessaires pour un retour à une fusion à 3 "
2278 "points."
2279
2280 msgid "Using index info to reconstruct a base tree..."
2281 msgstr ""
2282 "Utilisation de l'information de l'index pour reconstruire un arbre de base..."
2283
2284 msgid ""
2285 "Did you hand edit your patch?\n"
2286 "It does not apply to blobs recorded in its index."
2287 msgstr ""
2288 "Avez-vous édité la rustine à la main ?\n"
2289 "Il ne s'applique pas aux blobs enregistrés dans son index."
2290
2291 msgid "Falling back to patching base and 3-way merge..."
2292 msgstr "Retour à une rustine de la base et fusion à 3 points..."
2293
2294 msgid "Failed to merge in the changes."
2295 msgstr "Échec d'intégration des modifications."
2296
2297 msgid "git write-tree failed to write a tree"
2298 msgstr "git write-tree a échoué à écrire un arbre"
2299
2300 msgid "applying to an empty history"
2301 msgstr "application à un historique vide"
2302
2303 msgid "failed to write commit object"
2304 msgstr "échec de l'écriture de l'objet commit"
2305
2306 #, c-format
2307 msgid "cannot resume: %s does not exist."
2308 msgstr "impossible de continuer : %s n'existe pas."
2309
2310 msgid "Commit Body is:"
2311 msgstr "Le corps de la validation est :"
2312
2313 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
2314 #. in your translation. The program will only accept English
2315 #. input at this point.
2316 #, c-format
2317 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
2318 msgstr "Appliquer ? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all : "
2319
2320 msgid "unable to write index file"
2321 msgstr "impossible d'écrire le fichier d'index"
2322
2323 #, c-format
2324 msgid "Dirty index: cannot apply patches (dirty: %s)"
2325 msgstr "Index sale : impossible d'appliquer des rustines (sales : %s)"
2326
2327 #, c-format
2328 msgid "Skipping: %.*s"
2329 msgstr "Ignoré : %.*s"
2330
2331 #, c-format
2332 msgid "Creating an empty commit: %.*s"
2333 msgstr "Création d'un commit vide : %.*s"
2334
2335 msgid "Patch is empty."
2336 msgstr "La rustine actuelle est vide."
2337
2338 #, c-format
2339 msgid "Applying: %.*s"
2340 msgstr "Application de %.*s"
2341
2342 msgid "No changes -- Patch already applied."
2343 msgstr "Pas de changement -- Patch déjà appliqué."
2344
2345 #, c-format
2346 msgid "Patch failed at %s %.*s"
2347 msgstr "l'application de la rustine a échoué à %s %.*s"
2348
2349 msgid "Use 'git am --show-current-patch=diff' to see the failed patch"
2350 msgstr ""
2351 "Utilisez 'git am --show-current-patch=diff' pour visualiser la rustine en "
2352 "échec"
2353
2354 msgid "No changes - recorded it as an empty commit."
2355 msgstr "aucune modification - enregistré comme un commit vide."
2356
2357 msgid ""
2358 "No changes - did you forget to use 'git add'?\n"
2359 "If there is nothing left to stage, chances are that something else\n"
2360 "already introduced the same changes; you might want to skip this patch."
2361 msgstr ""
2362 "Aucun changement - avez-vous oublié d'utiliser 'git add' ?\n"
2363 "S'il n'y a plus rien à indexer, il se peut qu'autre chose ait déjà\n"
2364 "introduit les mêmes changements ; vous pourriez avoir envie de sauter cette "
2365 "rustine."
2366
2367 msgid ""
2368 "You still have unmerged paths in your index.\n"
2369 "You should 'git add' each file with resolved conflicts to mark them as "
2370 "such.\n"
2371 "You might run `git rm` on a file to accept \"deleted by them\" for it."
2372 msgstr ""
2373 "Vous avez encore des chemin non-fusionnés dans votre index.\n"
2374 "Vous devriez lancer 'git add' sur chaque conflit résolu pour les marquer "
2375 "comme tel.\n"
2376 "Vous pouvez lancer 'git rm' sur un fichier \"supprimé par eux\" pour "
2377 "accepter son état."
2378
2379 #, c-format
2380 msgid "Could not parse object '%s'."
2381 msgstr "Impossible d'analyser l'objet '%s'."
2382
2383 msgid "failed to clean index"
2384 msgstr "échec du nettoyage de l'index"
2385
2386 msgid ""
2387 "You seem to have moved HEAD since the last 'am' failure.\n"
2388 "Not rewinding to ORIG_HEAD"
2389 msgstr ""
2390 "Vous semblez avoir déplacé la HEAD depuis le dernier échec de 'am'.\n"
2391 "Pas de retour à ORIG_HEAD"
2392
2393 #, c-format
2394 msgid "failed to read '%s'"
2395 msgstr "échec de la lecture de '%s'"
2396
2397 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
2398 msgstr "git am [<options>] [(<mbox> | <Maildir>)...]"
2399
2400 msgid "git am [<options>] (--continue | --skip | --abort)"
2401 msgstr "git am [<options>] (--continue | --skip | --abort)"
2402
2403 msgid "run interactively"
2404 msgstr "exécution interactive"
2405
2406 msgid "bypass pre-applypatch and applypatch-msg hooks"
2407 msgstr "court-circuiter les crochets pre-applypatch and applypatch-msg"
2408
2409 msgid "historical option -- no-op"
2410 msgstr "option historique -- no-op"
2411
2412 msgid "allow fall back on 3way merging if needed"
2413 msgstr "permettre de revenir à une fusion à 3 points si nécessaire"
2414
2415 msgid "be quiet"
2416 msgstr "être silencieux"
2417
2418 msgid "add a Signed-off-by trailer to the commit message"
2419 msgstr "ajouter une ligne terminale Signed-off-by au message de validation"
2420
2421 msgid "recode into utf8 (default)"
2422 msgstr "recoder en utf-8 (par défaut)"
2423
2424 msgid "pass -k flag to git-mailinfo"
2425 msgstr "passer l'option -k à git-mailinfo"
2426
2427 msgid "pass -b flag to git-mailinfo"
2428 msgstr "passer l'option -b à git-mailinfo"
2429
2430 msgid "pass -m flag to git-mailinfo"
2431 msgstr "passer l'option -m à git-mailinfo"
2432
2433 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
2434 msgstr "passer l'option --keep-cr à git-mailsplit fpour le format mbox"
2435
2436 msgid "strip everything before a scissors line"
2437 msgstr "retirer tout le contenu avant la ligne des ciseaux"
2438
2439 msgid "pass it through git-mailinfo"
2440 msgstr "le passer à travers git-mailinfo"
2441
2442 msgid "pass it through git-apply"
2443 msgstr "le passer jusqu'à git-apply"
2444
2445 msgid "n"
2446 msgstr "n"
2447
2448 msgid "format"
2449 msgstr "format"
2450
2451 msgid "format the patch(es) are in"
2452 msgstr "format de présentation des rustines"
2453
2454 msgid "override error message when patch failure occurs"
2455 msgstr ""
2456 "surcharger le message d'erreur lors d'un échec d'application d'une rustine"
2457
2458 msgid "continue applying patches after resolving a conflict"
2459 msgstr "continuer à appliquer les rustines après résolution d'un conflit"
2460
2461 msgid "synonyms for --continue"
2462 msgstr "synonymes de --continue"
2463
2464 msgid "skip the current patch"
2465 msgstr "sauter la rustine courante"
2466
2467 msgid "restore the original branch and abort the patching operation"
2468 msgstr ""
2469 "restaurer la branche originale et abandonner les applications de rustines"
2470
2471 msgid "abort the patching operation but keep HEAD where it is"
2472 msgstr "abandonne l'opération de rustine mais garde HEAD où il est"
2473
2474 msgid "show the patch being applied"
2475 msgstr "afficher la rustine en cours d'application"
2476
2477 msgid "try to apply current patch again"
2478 msgstr "essayer d'appliquer de nouveau la rustine"
2479
2480 msgid "record the empty patch as an empty commit"
2481 msgstr "enregistrer la rustine vide comme un commit vide"
2482
2483 msgid "lie about committer date"
2484 msgstr "mentir sur la date de validation"
2485
2486 msgid "use current timestamp for author date"
2487 msgstr "utiliser l'horodatage actuel pour la date d'auteur"
2488
2489 msgid "key-id"
2490 msgstr "id-clé"
2491
2492 msgid "GPG-sign commits"
2493 msgstr "signer les commits avec GPG"
2494
2495 msgid "how to handle empty patches"
2496 msgstr "comment gérer les rustines vides"
2497
2498 msgid "(internal use for git-rebase)"
2499 msgstr "(utilisation interne pour git-rebase)"
2500
2501 msgid ""
2502 "The -b/--binary option has been a no-op for long time, and\n"
2503 "it will be removed. Please do not use it anymore."
2504 msgstr ""
2505 "L'option -b/--binary ne fait plus rien depuis longtemps,\n"
2506 "et elle sera supprimée. Veuillez ne plus l'utiliser."
2507
2508 msgid "failed to read the index"
2509 msgstr "échec à la lecture de l'index"
2510
2511 #, c-format
2512 msgid "previous rebase directory %s still exists but mbox given."
2513 msgstr ""
2514 "le répertoire précédent de rebasage %s existe toujours mais mbox donnée."
2515
2516 #, c-format
2517 msgid ""
2518 "Stray %s directory found.\n"
2519 "Use \"git am --abort\" to remove it."
2520 msgstr ""
2521 "Répertoire abandonné %s trouvé.\n"
2522 "Utilisez \"git am --abort\" pour le supprimer."
2523
2524 msgid "Resolve operation not in progress, we are not resuming."
2525 msgstr ""
2526 "Pas de résolution de l'opération en cours, nous ne sommes pas dans une "
2527 "reprise."
2528
2529 msgid "interactive mode requires patches on the command line"
2530 msgstr "le mode interactif requiert des rustines sur la ligne de commande"
2531
2532 msgid "git apply [<options>] [<patch>...]"
2533 msgstr "git apply [<options>] [<patch>...]"
2534
2535 msgid "could not redirect output"
2536 msgstr "impossible de rediriger la sortie"
2537
2538 msgid "git archive: expected ACK/NAK, got a flush packet"
2539 msgstr "git archive : ACK/NACK attendu, paquet de nettoyage reçu"
2540
2541 #, c-format
2542 msgid "git archive: NACK %s"
2543 msgstr "git archive : NACK %s"
2544
2545 msgid "git archive: protocol error"
2546 msgstr "git archive : erreur de protocole"
2547
2548 msgid "git archive: expected a flush"
2549 msgstr "git archive : vidage attendu"
2550
2551 msgid ""
2552 "git backfill [--min-batch-size=<n>] [--[no-]sparse] [--[no-]include-edges] "
2553 "[<revision-range>]"
2554 msgstr ""
2555 "git backfill [--min-batch-size=<n>] [--[no-]sparse] [--[no-]include-edges] "
2556 "[<plage-de-révision>]"
2557
2558 #, c-format
2559 msgid "'%s' cannot be used with 'git backfill'"
2560 msgstr "'%s' ne peut pas être utilisé avec 'git backfill'"
2561
2562 msgid "cannot backfill with these filter options"
2563 msgstr "impossible de remplir avec ces options de filtre"
2564
2565 msgid "cannot backfill with blob size limits"
2566 msgstr "impossible de remplir avec des limites de taille de blob"
2567
2568 msgid "problem loading sparse-checkout"
2569 msgstr "problème lors du chargement de l'extraction clairsemée"
2570
2571 msgid "Minimum number of objects to request at a time"
2572 msgstr "Nombre minimum d'objets à demander à chaque fois"
2573
2574 msgid "Restrict the missing objects to the current sparse-checkout"
2575 msgstr "Restreindre les objets manquants à l'extraction clairsemée actuelle"
2576
2577 msgid "Include blobs from boundary commits in the backfill"
2578 msgstr "Inclure les blobs des commits de délimitation dans le remplissage"
2579
2580 #, c-format
2581 msgid "unrecognized argument: %s"
2582 msgstr "argument non reconnu : %s"
2583
2584 msgid ""
2585 "git bisect start [--term-(bad|new)=<term-new> --term-(good|old)=<term-old>]\n"
2586 " [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] "
2587 "[<pathspec>...]"
2588 msgstr ""
2589 "git bisect start [--term-(new,bad)=<terme-nouveau> --term-(old|good)=<terme-"
2590 "ancien>]\n"
2591 " [--no-checkout] [--first-parent] [<mauvais> [<bon>...]] "
2592 "[--] [<spéc-de-chemin>...]"
2593
2594 msgid "git bisect (bad|new|<term-new>) [<rev>]"
2595 msgstr "git bisect (good|bad|<terme-nouveau>) [<rév>]"
2596
2597 msgid "git bisect (good|old|<term-old>) [<rev>...]"
2598 msgstr "git bisect (good|bad|<terme-ancien>) [<rév>...]"
2599
2600 msgid "git bisect skip [(<rev>|<range>)...]"
2601 msgstr "git bisect skip [(<rév>|<plage>)...]"
2602
2603 msgid "git bisect reset [<commit>]"
2604 msgstr "git bisect reset [<commit>]"
2605
2606 msgid "git bisect replay <logfile>"
2607 msgstr "git bisect replay <fichier-journal>"
2608
2609 msgid "git bisect run <cmd> [<arg>...]"
2610 msgstr "git bisect run <cmd> [<arg>...]"
2611
2612 #, c-format
2613 msgid "cannot open file '%s' in mode '%s'"
2614 msgstr "impossible d'ouvrir le fichier '%s' en mode '%s'"
2615
2616 #, c-format
2617 msgid "could not write to file '%s'"
2618 msgstr "impossible d'écrire le fichier '%s'"
2619
2620 #, c-format
2621 msgid "cannot open file '%s' for reading"
2622 msgstr "impossible d'ouvrir le fichier '%s' en lecture"
2623
2624 #, c-format
2625 msgid "'%s' is not a valid term"
2626 msgstr "'%s' n'est pas un terme valide"
2627
2628 #, c-format
2629 msgid "can't use the builtin command '%s' as a term"
2630 msgstr "impossible d'utiliser la commande incluse '%s' comme terme"
2631
2632 #, c-format
2633 msgid "can't change the meaning of the term '%s'"
2634 msgstr "impossible de modifier la signification du terme '%s'"
2635
2636 msgid "please use two different terms"
2637 msgstr "veuillez utiliser deux termes différents"
2638
2639 #, c-format
2640 msgid "We are not bisecting.\n"
2641 msgstr "Pas de bissection en cours.\n"
2642
2643 #, c-format
2644 msgid "'%s' is not a valid commit"
2645 msgstr "'%s' n'est pas un commit valide"
2646
2647 #, c-format
2648 msgid ""
2649 "could not check out original HEAD '%s'. Try 'git bisect reset <commit>'."
2650 msgstr ""
2651 "échec d'extraction de la HEAD d'origine '%s'. Essayez 'git bisect reset "
2652 "<commit>'."
2653
2654 #, c-format
2655 msgid "Bad bisect_write argument: %s"
2656 msgstr "Mauvais argument pour bisect_write : %s"
2657
2658 #, c-format
2659 msgid "couldn't get the oid of the rev '%s'"
2660 msgstr "impossible d'obtenir l'oid de la révision '%s'"
2661
2662 #, c-format
2663 msgid "couldn't open the file '%s'"
2664 msgstr "impossible d'ouvrir le fichier '%s'"
2665
2666 #, c-format
2667 msgid "Invalid command: you're currently in a %s/%s bisect"
2668 msgstr "Commande invalide : vous êtes actuellement dans une bissection %s/%s"
2669
2670 #, c-format
2671 msgid ""
2672 "You need to give me at least one %s and %s revision.\n"
2673 "You can use \"git bisect %s\" and \"git bisect %s\" for that."
2674 msgstr ""
2675 "Vous devez me donner au moins une révision %s et une révision %s.\n"
2676 "Vous pouvez utiliser \"git bisect %s\" et \"git bisect %s\" pour cela."
2677
2678 #, c-format
2679 msgid ""
2680 "You need to start by \"git bisect start\".\n"
2681 "You then need to give me at least one %s and %s revision.\n"
2682 "You can use \"git bisect %s\" and \"git bisect %s\" for that."
2683 msgstr ""
2684 "Vous devez démarrer avec \"git bisect start\".\n"
2685 "Puis vous devez me donner au moins une révision %s et une révision %s.\n"
2686 "Vous pouvez utiliser \"git bisect %s\" et \"git bisect %s\" pour cela."
2687
2688 #, c-format
2689 msgid "bisecting only with a %s commit"
2690 msgstr "bissection avec seulement un commit %s"
2691
2692 #. TRANSLATORS: Make sure to include [Y] and [n] in your
2693 #. translation. The program will only accept English input
2694 #. at this point.
2695 msgid "Are you sure [Y/n]? "
2696 msgstr "Confirmez-vous [Y/n] ? "
2697
2698 #, c-format
2699 msgid "status: waiting for both '%s' and '%s' commits\n"
2700 msgstr "status : en attente à la fois des commits '%s' et '%s'\n"
2701
2702 #, c-format
2703 msgid "status: waiting for '%s' commit, %d '%s' commit known\n"
2704 msgid_plural "status: waiting for '%s' commit, %d '%s' commits known\n"
2705 msgstr[0] "status : en attente du commit '%1$s', %2$d commit '%3$s' connu\n"
2706 msgstr[1] "status : en attente du commit '%1$s', %2$d commits '%3$s' connus\n"
2707
2708 #, c-format
2709 msgid "status: waiting for '%s' commit(s), '%s' commit known\n"
2710 msgstr "status : en attente du/des commit(s) '%s', commit '%s' connu\n"
2711
2712 msgid "no terms defined"
2713 msgstr "aucun terme défini"
2714
2715 #, c-format
2716 msgid ""
2717 "Your current terms are '%s' for the old state\n"
2718 "and '%s' for the new state.\n"
2719 msgstr ""
2720 "Vos termes actuels sont '%s' pour l'état ancien\n"
2721 "et '%s' pour le nouvel état.\n"
2722
2723 #, c-format
2724 msgid ""
2725 "invalid argument %s for 'git bisect terms'.\n"
2726 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
2727 msgstr ""
2728 "argument invalide %s pour 'git bisect terms'.\n"
2729 "Les options supportées sont : --term-good|--term-old et --term-bad|--term-"
2730 "new."
2731
2732 #, c-format
2733 msgid "could not open '%s' for appending"
2734 msgstr "impossible d'ouvrir '%s' en ajout"
2735
2736 msgid "'' is not a valid term"
2737 msgstr "'' n'est pas un terme valide"
2738
2739 #, c-format
2740 msgid "unrecognized option: '%s'"
2741 msgstr "option non reconnue : '%s'"
2742
2743 #, c-format
2744 msgid "'%s' does not appear to be a valid revision"
2745 msgstr "'%s' ne semble être une révision valide"
2746
2747 msgid "bad HEAD - I need a HEAD"
2748 msgstr "mauvaise HEAD - j'ai besoin d'une HEAD"
2749
2750 #, c-format
2751 msgid "checking out '%s' failed. Try 'git bisect start <valid-branch>'."
2752 msgstr ""
2753 "l'extraction de '%s' a échoué. Essayez 'git bisect start <branche-valide>'."
2754
2755 msgid "bad HEAD - strange symbolic ref"
2756 msgstr "mauvaise HEAD - référence symbolique douteuse"
2757
2758 #, c-format
2759 msgid "invalid ref: '%s'"
2760 msgstr "référence invalide : '%s'"
2761
2762 msgid "You need to start by \"git bisect start\"\n"
2763 msgstr "Vous devez démarrer avec \"git bisect start\"\n"
2764
2765 #. TRANSLATORS: Make sure to include [Y] and [n] in your
2766 #. translation. The program will only accept English input
2767 #. at this point.
2768 msgid "Do you want me to do it for you [Y/n]? "
2769 msgstr "Souhaitez-vous que je le fasse pour vous [Y/n] ? "
2770
2771 msgid "Please call `--bisect-state` with at least one argument"
2772 msgstr "Veuillez appeler `--bisect-state` avec au moins un argument"
2773
2774 #, c-format
2775 msgid "'git bisect %s' can take only one argument."
2776 msgstr "'git bisect %s' n'accepte qu'un seul argument."
2777
2778 #, c-format
2779 msgid "Bad rev input: %s"
2780 msgstr "Mauvaise révision en entrée : %s"
2781
2782 #, c-format
2783 msgid "Bad rev input (not a commit): %s"
2784 msgstr "Mauvaise révision en entrée (pas un commit) : %s"
2785
2786 msgid "We are not bisecting."
2787 msgstr "Pas de bissection en cours."
2788
2789 #, c-format
2790 msgid "'%s'?? what are you talking about?"
2791 msgstr "'%s' ?? de quoi parlez-vous ?"
2792
2793 #, c-format
2794 msgid "cannot read file '%s' for replaying"
2795 msgstr "impossible de lire le fichier '%s' pour rejouer"
2796
2797 #, c-format
2798 msgid "running %s\n"
2799 msgstr "Lancement de %s\n"
2800
2801 msgid "bisect run failed: no command provided."
2802 msgstr "la bissection a échoué : aucune commande fournie."
2803
2804 #, c-format
2805 msgid "unable to verify %s on '%s' revision"
2806 msgstr "impossible de vérifier %s sur la révision '%s'"
2807
2808 #, c-format
2809 msgid "bogus exit code %d for '%s' revision"
2810 msgstr "code de sortie %d erroné pour la révision '%s'"
2811
2812 #, c-format
2813 msgid "bisect run failed: exit code %d from %s is < 0 or >= 128"
2814 msgstr "la bissection a échoué : le code retour %d de %s est < 0 ou >= 128"
2815
2816 #, c-format
2817 msgid "cannot open file '%s' for writing"
2818 msgstr "impossible d'ouvrir '%s' en écriture"
2819
2820 msgid "bisect run cannot continue any more"
2821 msgstr "la bissection ne peut plus continuer"
2822
2823 msgid "bisect run success"
2824 msgstr "succès de la bissection"
2825
2826 #, c-format
2827 msgid "bisect found first '%s' commit\n"
2828 msgstr "la bissection a trouvé le premier commit '%s'\n"
2829
2830 #, c-format
2831 msgid "bisect run failed: 'git bisect %s' exited with error code %d"
2832 msgstr "la bissection a échoué : 'git bisect %s' a retourné le code erreur %d"
2833
2834 #, c-format
2835 msgid "'%s' requires either no argument or a commit"
2836 msgstr "%s supporte soit aucun argument, soit un commit"
2837
2838 #, c-format
2839 msgid "'%s' requires 0 or 1 argument"
2840 msgstr "'%s' nécessite 0 ou 1 argument"
2841
2842 #, c-format
2843 msgid "'%s' requires 0 arguments"
2844 msgstr "'%s' n'accepte aucun argument"
2845
2846 msgid "no logfile given"
2847 msgstr "pas de fichier de log donné"
2848
2849 #, c-format
2850 msgid "'%s' failed: no command provided."
2851 msgstr "'%s' a échoué : aucune commande fournie."
2852
2853 msgid "need a command"
2854 msgstr "commande requise"
2855
2856 #, c-format
2857 msgid "unknown command: '%s'"
2858 msgstr "commande inconnue : '%s'"
2859
2860 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
2861 msgstr "git blame [<options>] [<rev-opts>] [<rev>] [--] <fichier>"
2862
2863 msgid "git annotate [<options>] [<rev-opts>] [<rev>] [--] <file>"
2864 msgstr "git annotate [<options>] [<options-de-rev>] [<rev>] [--] <fichier>"
2865
2866 msgid "<rev-opts> are documented in git-rev-list(1)"
2867 msgstr "<options-de-révision> sont documentés dans git-rev-list(1)"
2868
2869 #, c-format
2870 msgid "expecting a color: %s"
2871 msgstr "couleur attendue : %s"
2872
2873 msgid "must end with a color"
2874 msgstr "doit finir avec une couleur"
2875
2876 #, c-format
2877 msgid "unknown value for config '%s': %s"
2878 msgstr "valeur inconnue pour la config '%s' : %s"
2879
2880 msgid ""
2881 "option diff-algorithm accepts \"myers\", \"minimal\", \"patience\" and "
2882 "\"histogram\""
2883 msgstr ""
2884 "l'option diff-algorithm accept \"myers\", \"minimal\", \"patience\" et "
2885 "\"histogram\""
2886
2887 #, c-format
2888 msgid "cannot find revision %s to ignore"
2889 msgstr "référence à ignorer %s introuvable"
2890
2891 msgid "show blame entries as we find them, incrementally"
2892 msgstr ""
2893 "montrer les éléments de blâme au fur et à mesure de leur découverte, de "
2894 "manière incrémentale"
2895
2896 msgid "do not show object names of boundary commits (Default: off)"
2897 msgstr ""
2898 "ne pas montrer les noms des objets pour les commits de limite (Défaut : "
2899 "désactivé)"
2900
2901 msgid "do not treat root commits as boundaries (Default: off)"
2902 msgstr ""
2903 "ne pas traiter les commits racine comme des limites (Défaut : désactivé)"
2904
2905 msgid "show work cost statistics"
2906 msgstr "montrer les statistiques de coût d'activité"
2907
2908 msgid "force progress reporting"
2909 msgstr "forcer l'affichage de l'état d'avancement"
2910
2911 msgid "show output score for blame entries"
2912 msgstr "montrer le score de sortie pour les éléments de blâme"
2913
2914 msgid "show original filename (Default: auto)"
2915 msgstr "montrer les noms de fichier originaux (Défaut : auto)"
2916
2917 msgid "show original linenumber (Default: off)"
2918 msgstr "montrer les numéros de lignes originaux (Défaut : désactivé)"
2919
2920 msgid "show in a format designed for machine consumption"
2921 msgstr "afficher dans un format propice à la consommation par machine"
2922
2923 msgid "show porcelain format with per-line commit information"
2924 msgstr "afficher en format porcelaine avec l'information de commit par ligne"
2925
2926 msgid "use the same output mode as git-annotate (Default: off)"
2927 msgstr "utiliser le même mode de sortie que git-annotate (Défaut : désactivé)"
2928
2929 msgid "show raw timestamp (Default: off)"
2930 msgstr "afficher les horodatages bruts (Défaut : désactivé)"
2931
2932 msgid "show long commit SHA1 (Default: off)"
2933 msgstr "afficher les longs SHA1 de commits (Défaut : désactivé)"
2934
2935 msgid "suppress author name and timestamp (Default: off)"
2936 msgstr "supprimer le nom de l'auteur et l'horodatage (Défaut : désactivé)"
2937
2938 msgid "show author email instead of name (Default: off)"
2939 msgstr "afficher le courriel de l'auteur au lieu du nom (Défaut : désactivé)"
2940
2941 msgid "ignore whitespace differences"
2942 msgstr "ignorer les différences d'espace"
2943
2944 msgid "<algorithm>"
2945 msgstr "<algorithme>"
2946
2947 msgid "choose a diff algorithm"
2948 msgstr "choisir un algorithme de différence"
2949
2950 msgid "rev"
2951 msgstr "rév"
2952
2953 msgid "ignore <rev> when blaming"
2954 msgstr "ignorer <rev> pendant le blâme"
2955
2956 msgid "ignore revisions from <file>"
2957 msgstr "ignorer les révisions listées dans <fichier>"
2958
2959 msgid "color redundant metadata from previous line differently"
2960 msgstr ""
2961 "colorer différemment les métadonnées redondantes avec la ligne précédente"
2962
2963 msgid "color lines by age"
2964 msgstr "colorier les lignes par âge"
2965
2966 msgid "spend extra cycles to find a better match"
2967 msgstr ""
2968 "dépenser des cycles supplémentaires pour trouver une meilleure correspondance"
2969
2970 msgid "use revisions from <file> instead of calling git-rev-list"
2971 msgstr ""
2972 "utiliser les révisions du fichier <fichier> au lieu d'appeler git-rev-list"
2973
2974 msgid "use <file>'s contents as the final image"
2975 msgstr "utiliser le contenu de <fichier> comme image finale"
2976
2977 msgid "score"
2978 msgstr "score"
2979
2980 msgid "find line copies within and across files"
2981 msgstr "trouver les copies de ligne dans et entre les fichiers"
2982
2983 msgid "find line movements within and across files"
2984 msgstr "trouver les mouvements de ligne dans et entre les fichiers"
2985
2986 msgid "range"
2987 msgstr "plage"
2988
2989 msgid "process only line range <start>,<end> or function :<funcname>"
2990 msgstr ""
2991 "traiter seulement l'intervalle de ligne <début>,<fin> ou la fonction : <nom-"
2992 "de-fonction>"
2993
2994 msgid "--progress can't be used with --incremental or porcelain formats"
2995 msgstr ""
2996 "--progress ne peut pas être utilisé avec --incremental ou les formats "
2997 "porcelaine"
2998
2999 #. TRANSLATORS: This string is used to tell us the
3000 #. maximum display width for a relative timestamp in
3001 #. "git blame" output. For C locale, "4 years, 11
3002 #. months ago", which takes 22 places, is the longest
3003 #. among various forms of relative timestamps, but
3004 #. your language may need more or fewer display
3005 #. columns.
3006 msgid "4 years, 11 months ago"
3007 msgstr "il y a 10 ans et 11 mois"
3008
3009 #, c-format
3010 msgid "file %s has only %lu line"
3011 msgid_plural "file %s has only %lu lines"
3012 msgstr[0] "le fichier %s n'a qu'%lu ligne"
3013 msgstr[1] "le fichier %s n'a que %lu lignes"
3014
3015 msgid "Blaming lines"
3016 msgstr "Assignation de blâme aux lignes"
3017
3018 msgid "git branch [<options>] [-r | -a] [--merged] [--no-merged]"
3019 msgstr "git branch [<options>] [-r | -a] [--merged | --no-merged]"
3020
3021 msgid ""
3022 "git branch [<options>] [-f] [--recurse-submodules] <branch-name> [<start-"
3023 "point>]"
3024 msgstr ""
3025 "git branch [<options>] [-f] [--recurse-submodules] <nom-de-branche> [<point-"
3026 "de-départ>]"
3027
3028 msgid "git branch [<options>] [-l] [<pattern>...]"
3029 msgstr "git branch [<options>] [-l] [<motif>...]"
3030
3031 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
3032 msgstr "git branch [<options>] [-r] (-d | -D) <nom-de-branche>..."
3033
3034 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
3035 msgstr ""
3036 "git branch [<options>] (-m | -M) [<ancienne-branche>] <nouvelle-branche>"
3037
3038 msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
3039 msgstr ""
3040 "git branch [<options>] (-c | -C) [<ancienne-branche>] <nouvelle-branche>"
3041
3042 msgid "git branch [<options>] [-r | -a] [--points-at]"
3043 msgstr "git branch [<options>] [-r | -a] [--points-at]"
3044
3045 msgid "git branch [<options>] [-r | -a] [--format]"
3046 msgstr "git branch [<options>] [-r | -a] [--format]"
3047
3048 #, c-format
3049 msgid ""
3050 "deleting branch '%s' that has been merged to\n"
3051 " '%s', but not yet merged to HEAD"
3052 msgstr ""
3053 "suppression de la branche '%s' qui a été fusionnée dans\n"
3054 " '%s', mais pas encore dans HEAD"
3055
3056 #, c-format
3057 msgid ""
3058 "not deleting branch '%s' that is not yet merged to\n"
3059 " '%s', even though it is merged to HEAD"
3060 msgstr ""
3061 "branche '%s' non supprimée car elle n'a pas encore été fusionnée dans\n"
3062 " '%s', même si elle est fusionnée dans HEAD"
3063
3064 #, c-format
3065 msgid "couldn't look up commit object for '%s'"
3066 msgstr "impossible de rechercher l'objet commit pour '%s'"
3067
3068 #, c-format
3069 msgid "the branch '%s' is not fully merged"
3070 msgstr "la branche '%s' n'est pas complètement fusionnée"
3071
3072 #, c-format
3073 msgid "If you are sure you want to delete it, run 'git branch -D %s'"
3074 msgstr "Si vous souhaitez réellement la supprimer, lancez 'git branch -D %s'"
3075
3076 msgid "update of config-file failed"
3077 msgstr "échec de la mise à jour du fichier de configuration"
3078
3079 msgid "cannot use -a with -d"
3080 msgstr "impossible d'utiliser -a avec -d"
3081
3082 #, c-format
3083 msgid "cannot delete branch '%s' used by worktree at '%s'"
3084 msgstr ""
3085 "impossible de supprimer la branche '%s' utilisée par l'arbre-de-travail dans "
3086 "'%s'"
3087
3088 #, c-format
3089 msgid "remote-tracking branch '%s' not found"
3090 msgstr "branche de suivi '%s' non trouvée"
3091
3092 #, c-format
3093 msgid ""
3094 "branch '%s' not found.\n"
3095 "Did you forget --remote?"
3096 msgstr ""
3097 "branche '%s' non trouvée.\n"
3098 "Avez-vous oublié --remote ?"
3099
3100 #, c-format
3101 msgid "branch '%s' not found"
3102 msgstr "branche '%s' non trouvée"
3103
3104 #, c-format
3105 msgid "Deleted remote-tracking branch %s (was %s).\n"
3106 msgstr "Branche de suivi %s supprimée (précédemment %s).\n"
3107
3108 #, c-format
3109 msgid "Deleted branch %s (was %s).\n"
3110 msgstr "Branche %s supprimée (précédemment %s).\n"
3111
3112 msgid "unable to parse format string"
3113 msgstr "impossible d'analyser la chaîne de format"
3114
3115 msgid "could not resolve HEAD"
3116 msgstr "impossible de résoudre HEAD"
3117
3118 #, c-format
3119 msgid "HEAD (%s) points outside of refs/heads/"
3120 msgstr "HEAD (%s) pointe hors de refs/heads/"
3121
3122 #, c-format
3123 msgid "branch %s is being rebased at %s"
3124 msgstr "la branche %s est en cours de rebasage sur %s"
3125
3126 #, c-format
3127 msgid "branch %s is being bisected at %s"
3128 msgstr "la branche %s est en cours de bissection sur %s"
3129
3130 #, c-format
3131 msgid "HEAD of working tree %s is not updated"
3132 msgstr "la HEAD de la copie de travail %s n'est pas mise à jour"
3133
3134 #, c-format
3135 msgid "invalid branch name: '%s'"
3136 msgstr "nom de branche invalide : '%s'"
3137
3138 #, c-format
3139 msgid "no commit on branch '%s' yet"
3140 msgstr "aucun commit encore sur la branche '%s'"
3141
3142 #, c-format
3143 msgid "no branch named '%s'"
3144 msgstr "aucune branche nommée '%s'"
3145
3146 msgid "branch rename failed"
3147 msgstr "échec de renommage de la branche"
3148
3149 msgid "branch copy failed"
3150 msgstr "échec de copie de la branche"
3151
3152 #, c-format
3153 msgid "created a copy of a misnamed branch '%s'"
3154 msgstr "création d'une copie d'une branche mal nommée '%s'"
3155
3156 #, c-format
3157 msgid "renamed a misnamed branch '%s' away"
3158 msgstr "renommage d'une branche mal nommée '%s'"
3159
3160 #, c-format
3161 msgid "branch renamed to %s, but HEAD is not updated"
3162 msgstr "la branche a été renommée en %s, mais HEAD n'est pas mise à jour"
3163
3164 msgid "branch is renamed, but update of config-file failed"
3165 msgstr ""
3166 "la branche est renommée, mais la mise à jour du fichier de configuration a "
3167 "échoué"
3168
3169 msgid "branch is copied, but update of config-file failed"
3170 msgstr ""
3171 "la branche est copiée, mais la mise à jour du fichier de configuration a "
3172 "échoué"
3173
3174 #, c-format
3175 msgid ""
3176 "Please edit the description for the branch\n"
3177 " %s\n"
3178 "Lines starting with '%s' will be stripped.\n"
3179 msgstr ""
3180 "Veuillez éditer la description de la branche\n"
3181 " %s\n"
3182 "Les lignes commençant par '%s' seront ignorées.\n"
3183
3184 msgid "Generic options"
3185 msgstr "Options génériques"
3186
3187 msgid "show hash and subject, give twice for upstream branch"
3188 msgstr "afficher le hachage et le sujet, doublé pour la branche amont"
3189
3190 msgid "suppress informational messages"
3191 msgstr "supprimer les messages d'information"
3192
3193 msgid "set branch tracking configuration"
3194 msgstr "règler la configuration des branches de suivi"
3195
3196 msgid "do not use"
3197 msgstr "ne pas utiliser"
3198
3199 msgid "upstream"
3200 msgstr "amont"
3201
3202 msgid "change the upstream info"
3203 msgstr "modifier l'information amont"
3204
3205 msgid "unset the upstream info"
3206 msgstr "désactiver l'information amont"
3207
3208 msgid "use colored output"
3209 msgstr "utiliser la coloration dans la sortie"
3210
3211 msgid "act on remote-tracking branches"
3212 msgstr "agir sur les branches de suivi distantes"
3213
3214 msgid "print only branches that contain the commit"
3215 msgstr "afficher seulement les branches qui contiennent le commit"
3216
3217 msgid "print only branches that don't contain the commit"
3218 msgstr "afficher seulement les branches qui ne contiennent pas le commit"
3219
3220 msgid "Specific git-branch actions:"
3221 msgstr "Actions spécifiques à git-branch :"
3222
3223 msgid "list both remote-tracking and local branches"
3224 msgstr "afficher à la fois les branches de suivi et les branches locales"
3225
3226 msgid "delete fully merged branch"
3227 msgstr "supprimer une branche totalement fusionnée"
3228
3229 msgid "delete branch (even if not merged)"
3230 msgstr "supprimer une branche (même non fusionnée)"
3231
3232 msgid "move/rename a branch and its reflog"
3233 msgstr "déplacer/renommer une branche et son reflog"
3234
3235 msgid "move/rename a branch, even if target exists"
3236 msgstr "déplacer/renommer une branche, même si la cible existe"
3237
3238 msgid "do not output a newline after empty formatted refs"
3239 msgstr "ne pas générer de nouvelle ligne après des réfs formatées vides"
3240
3241 msgid "copy a branch and its reflog"
3242 msgstr "copier une branche et son reflog"
3243
3244 msgid "copy a branch, even if target exists"
3245 msgstr "copier une branche, même si la cible existe"
3246
3247 msgid "list branch names"
3248 msgstr "afficher les noms des branches"
3249
3250 msgid "show current branch name"
3251 msgstr "afficher le nom de la branche courante"
3252
3253 msgid "create the branch's reflog"
3254 msgstr "créer le reflog de la branche"
3255
3256 msgid "edit the description for the branch"
3257 msgstr "éditer la description de la branche"
3258
3259 msgid "force creation, move/rename, deletion"
3260 msgstr "forcer la création, le déplacement/renommage, ou la suppression"
3261
3262 msgid "print only branches that are merged"
3263 msgstr "afficher seulement les branches qui sont fusionnées"
3264
3265 msgid "print only branches that are not merged"
3266 msgstr "afficher seulement les branches qui ne sont pas fusionnées"
3267
3268 msgid "list branches in columns"
3269 msgstr "afficher les branches en colonnes"
3270
3271 msgid "object"
3272 msgstr "objet"
3273
3274 msgid "print only branches of the object"
3275 msgstr "afficher seulement les branches de l'objet"
3276
3277 msgid "sorting and filtering are case insensitive"
3278 msgstr "le tri et le filtrage sont non-sensibles à la casse"
3279
3280 msgid "recurse through submodules"
3281 msgstr "parcourir récursivement les sous-modules"
3282
3283 msgid "format to use for the output"
3284 msgstr "format à utiliser pour la sortie"
3285
3286 msgid "failed to resolve HEAD as a valid ref"
3287 msgstr "échec de résolution de HEAD comme référence valide"
3288
3289 msgid "HEAD not found below refs/heads!"
3290 msgstr "HEAD non trouvée sous refs/heads !"
3291
3292 msgid ""
3293 "branch with --recurse-submodules can only be used if submodule."
3294 "propagateBranches is enabled"
3295 msgstr ""
3296 "brancher avec --recurse-submodules ne peut être utilisé que si submodule."
3297 "propagateBranches est activé"
3298
3299 msgid "--recurse-submodules can only be used to create branches"
3300 msgstr "--recurse-submodules ne peut être utilisé que pour créer des branches"
3301
3302 msgid "branch name required"
3303 msgstr "le nom de branche est requis"
3304
3305 msgid "cannot give description to detached HEAD"
3306 msgstr "impossible de décrire une HEAD détachée"
3307
3308 msgid "cannot edit description of more than one branch"
3309 msgstr "impossible d'éditer la description de plus d'une branche"
3310
3311 msgid "cannot copy the current branch while not on any"
3312 msgstr "impossible de copier la branche actuelle, il n'y en a pas"
3313
3314 msgid "cannot rename the current branch while not on any"
3315 msgstr "impossible de renommer la branche actuelle, il n'y en a pas"
3316
3317 msgid "too many branches for a copy operation"
3318 msgstr "trop de branches pour une opération de copie"
3319
3320 msgid "too many arguments for a rename operation"
3321 msgstr "trop d'arguments pour une opération de renommage"
3322
3323 msgid "too many arguments to set new upstream"
3324 msgstr "trop d'arguments pour spécifier une branche amont"
3325
3326 #, c-format
3327 msgid ""
3328 "could not set upstream of HEAD to %s when it does not point to any branch"
3329 msgstr ""
3330 "impossible de spécifier une branche amont de HEAD par %s qui ne pointe sur "
3331 "aucune branche"
3332
3333 #, c-format
3334 msgid "no such branch '%s'"
3335 msgstr "pas de branche '%s'"
3336
3337 #, c-format
3338 msgid "branch '%s' does not exist"
3339 msgstr "la branche '%s' n'existe pas"
3340
3341 msgid "too many arguments to unset upstream"
3342 msgstr "trop d'arguments pour désactiver un amont"
3343
3344 msgid "could not unset upstream of HEAD when it does not point to any branch"
3345 msgstr ""
3346 "impossible de désactiver une branche amont de HEAD quand elle ne pointe sur "
3347 "aucune branche"
3348
3349 #, c-format
3350 msgid "branch '%s' has no upstream information"
3351 msgstr "la branche '%s' n'a aucune information de branche amont"
3352
3353 msgid ""
3354 "the -a, and -r, options to 'git branch' do not take a branch name.\n"
3355 "Did you mean to use: -a|-r --list <pattern>?"
3356 msgstr ""
3357 "les options -a et -r de 'git branch' n'ont pas de sens avec un nom de "
3358 "branche.\n"
3359 "Vouliez-vous plutôt dire -a|-r --list <motif> ?"
3360
3361 msgid ""
3362 "the '--set-upstream' option is no longer supported. Please use '--track' or "
3363 "'--set-upstream-to' instead"
3364 msgstr ""
3365 "l'option '--set-upstream' est obsolète. Utilisez '--track' ou '--set-"
3366 "upstream-to' à la place"
3367
3368 msgid "git version:\n"
3369 msgstr "version git ::\n"
3370
3371 msgid "compiler info: "
3372 msgstr "info compilateur : "
3373
3374 msgid "libc info: "
3375 msgstr "info libc : "
3376
3377 msgid "not run from a git repository - no hooks to show\n"
3378 msgstr "lancé hors d'un dépôt git - aucun crochet à montrer\n"
3379
3380 msgid ""
3381 "git bugreport [(-o | --output-directory) <path>]\n"
3382 " [(-s | --suffix) <format> | --no-suffix]\n"
3383 " [--diagnose[=<mode>]]"
3384 msgstr ""
3385 "git bugreport [(-o | --output-directory) <chemin>]\n"
3386 " [(-s | --suffix) <format> | --no-suffix]\n"
3387 " [--diagnose[=<mode>]]"
3388
3389 msgid ""
3390 "Thank you for filling out a Git bug report!\n"
3391 "Please answer the following questions to help us understand your issue.\n"
3392 "\n"
3393 "What did you do before the bug happened? (Steps to reproduce your issue)\n"
3394 "\n"
3395 "What did you expect to happen? (Expected behavior)\n"
3396 "\n"
3397 "What happened instead? (Actual behavior)\n"
3398 "\n"
3399 "What's different between what you expected and what actually happened?\n"
3400 "\n"
3401 "Anything else you want to add:\n"
3402 "\n"
3403 "Please review the rest of the bug report below.\n"
3404 "You can delete any lines you don't wish to share.\n"
3405 msgstr ""
3406 "Merci de remplir le rapport de bogue Git !\n"
3407 "Veuillez répondre aux questions suivantes pour nous aider à comprendre votre "
3408 "problème.\n"
3409 "\n"
3410 "Qu'avez-vous fait avant l'apparition du bogue ? (Étapes pour reproduire "
3411 "votre problème)\n"
3412 "\n"
3413 "Quel était le résultat attendu ? (comportement attendu)\n"
3414 "\n"
3415 "Que s'est-il passé à la place ? (comportement observé)\n"
3416 "\n"
3417 "Quelle différence y a-t-il entre ce que vous attendiez et ce qu'il s'est "
3418 "passé ?\n"
3419 "\n"
3420 "Autres remarques :\n"
3421 "\n"
3422 "Veuillez relire le rapport de bogue ci-dessous.\n"
3423 "Vous pouvez supprimer toute ligne que vous ne souhaitez pas envoyer.\n"
3424
3425 msgid "mode"
3426 msgstr "mode"
3427
3428 msgid ""
3429 "create an additional zip archive of detailed diagnostics (default 'stats')"
3430 msgstr ""
3431 "créer une archive zip supplémentaire de diagnostique détaillé (par défaut "
3432 "'stats')"
3433
3434 msgid "specify a destination for the bugreport file(s)"
3435 msgstr "spécifier la destination du/des fichier(s) de rapport de bogue"
3436
3437 msgid "specify a strftime format suffix for the filename(s)"
3438 msgstr "spécifier une suffixe au format strftime pour le(s) nom(s) de fichier"
3439
3440 #, c-format
3441 msgid "unknown argument `%s'"
3442 msgstr "argument inconnu '%s'"
3443
3444 #, c-format
3445 msgid "could not create leading directories for '%s'"
3446 msgstr "impossible de créer les répertoires de premier niveau pour '%s'"
3447
3448 #, c-format
3449 msgid "unable to create diagnostics archive %s"
3450 msgstr "impossible de créer l'archive de diagnostique %s"
3451
3452 msgid "System Info"
3453 msgstr "Info système"
3454
3455 msgid "Enabled Hooks"
3456 msgstr "Crochets activés"
3457
3458 #, c-format
3459 msgid "unable to write to %s"
3460 msgstr "impossible d'écrire dans %s"
3461
3462 #, c-format
3463 msgid "Created new report at '%s'.\n"
3464 msgstr "Nouveau rapport créé à '%s'.\n"
3465
3466 msgid ""
3467 "git bundle create [-q | --quiet | --progress]\n"
3468 " [--version=<version>] <file> <git-rev-list-args>"
3469 msgstr ""
3470 "git bundle create [-q | --quiet | --progress]\n"
3471 " [--version=<version>] <fichier> <args-de-git-rev-list>"
3472
3473 msgid "git bundle verify [-q | --quiet] <file>"
3474 msgstr "git bundle verify [-q | --quiet] <fichier>"
3475
3476 msgid "git bundle list-heads <file> [<refname>...]"
3477 msgstr "git bundle list-heads <fichier> [<nom-de-ref>...]"
3478
3479 msgid "git bundle unbundle [--progress] <file> [<refname>...]"
3480 msgstr "git bundle unbundle [--progress] <fichier> [<nom-de-ref>...]"
3481
3482 msgid "need a <file> argument"
3483 msgstr "requiert un argument <fichier>"
3484
3485 msgid "do not show progress meter"
3486 msgstr "ne pas afficher la barre de progression"
3487
3488 msgid "show progress meter"
3489 msgstr "afficher la barre de progression"
3490
3491 msgid "historical; same as --progress"
3492 msgstr "option historique ; identique à --progress"
3493
3494 msgid "historical; does nothing"
3495 msgstr "option historique ; ne fait rien"
3496
3497 msgid "specify bundle format version"
3498 msgstr "spécifier la version du format de colis"
3499
3500 msgid "Need a repository to create a bundle."
3501 msgstr "La création d'un colis requiert un dépôt."
3502
3503 msgid "do not show bundle details"
3504 msgstr "ne pas afficher les détails du colis"
3505
3506 msgid "need a repository to verify a bundle"
3507 msgstr "la vérification d'un colis requiert un dépôt"
3508
3509 #, c-format
3510 msgid "%s is okay\n"
3511 msgstr "%s est correct\n"
3512
3513 msgid "Need a repository to unbundle."
3514 msgstr "Le dépaquetage d'un colis requiert un dépôt."
3515
3516 msgid "Unbundling objects"
3517 msgstr "Dépaquetage d'objets"
3518
3519 #, c-format
3520 msgid "cannot read object %s '%s'"
3521 msgstr "impossible de lire l'objet %s '%s'"
3522
3523 #, c-format
3524 msgid "mailmap: invalid boolean '%s'"
3525 msgstr "mailmap : booléen invalide '%s'"
3526
3527 msgid "flush is only for --buffer mode"
3528 msgstr "flush n'est que pour le mode --buffer"
3529
3530 msgid "empty command in input"
3531 msgstr "commande vide dans l'entrée"
3532
3533 #, c-format
3534 msgid "whitespace before command: '%s'"
3535 msgstr "caractère espace devant la commande : '%s'"
3536
3537 #, c-format
3538 msgid "%s requires arguments"
3539 msgstr "%s nécessite des arguments"
3540
3541 #, c-format
3542 msgid "%s takes no arguments"
3543 msgstr "%s n'accepte aucun argument"
3544
3545 msgid "only one batch option may be specified"
3546 msgstr "une seule option de traitement ne peut être spécifiée à la fois"
3547
3548 msgid "git cat-file <type> <object>"
3549 msgstr "git cat-file <type> <objet>"
3550
3551 msgid "git cat-file (-e | -p | -t | -s) <object>"
3552 msgstr "git cat-file (-e | -p | -t | -s) <objet>"
3553
3554 msgid ""
3555 "git cat-file (--textconv | --filters)\n"
3556 " [<rev>:<path|tree-ish> | --path=<path|tree-ish> <rev>]"
3557 msgstr ""
3558 "git cat-file (--textconv | --filters)\n"
3559 " [<rev>:<chemin|arbresque> | --path=<chemin|arbresque> <rev>]"
3560
3561 msgid ""
3562 "git cat-file (--batch | --batch-check | --batch-command) [--batch-all-"
3563 "objects]\n"
3564 " [--buffer] [--follow-symlinks] [--unordered]\n"
3565 " [--textconv | --filters] [-Z]"
3566 msgstr ""
3567 "git cat-file (--batch | --batch-check | --batch-command) [--batch-all-"
3568 "objects]\n"
3569 " [--buffer] [--follow-symlinks] [--unordered]\n"
3570 " [--textconv | --filters] [-Z]"
3571
3572 msgid "Check object existence or emit object contents"
3573 msgstr "Vérifie l'existence d'un objet ou émettre le contenu de l'objet"
3574
3575 msgid "check if <object> exists"
3576 msgstr "Vérification si <objet> existe"
3577
3578 msgid "pretty-print <object> content"
3579 msgstr "affichage propre du contenu de <objet>"
3580
3581 msgid "Emit [broken] object attributes"
3582 msgstr "Émet les attributs [broken] d'un objet"
3583
3584 msgid "show object type (one of 'blob', 'tree', 'commit', 'tag', ...)"
3585 msgstr "montrer le type de l'objet (parmi 'blob', 'tree', 'commit', 'tag' ...)"
3586
3587 msgid "show object size"
3588 msgstr "afficher la taille de l'objet"
3589
3590 msgid "use mail map file"
3591 msgstr "utiliser le fichier de correspondance de mail"
3592
3593 msgid "Batch objects requested on stdin (or --batch-all-objects)"
3594 msgstr "Traiter par lot les objets demandés sur stdin (ou --batch-all-objects)"
3595
3596 msgid "show full <object> or <rev> contents"
3597 msgstr "afficher tout le contenu de <objet> ou <rev>"
3598
3599 msgid "like --batch, but don't emit <contents>"
3600 msgstr "comme --batch, mais ne pas émettre <contenu>"
3601
3602 msgid "stdin is NUL-terminated"
3603 msgstr "l'entrée se termine par NUL"
3604
3605 msgid "stdin and stdout is NUL-terminated"
3606 msgstr "l'entrée et la sortie standard se terminent par NUL"
3607
3608 msgid "read commands from stdin"
3609 msgstr "lire les commandes depuis l'entrée standard"
3610
3611 msgid "with --batch[-check]: ignores stdin, batches all known objects"
3612 msgstr ""
3613 "avec --batch[-check] : ignore stdin, gère tous les objets connus par lots"
3614
3615 msgid "Change or optimize batch output"
3616 msgstr "Changer ou optimiser la sortie de traitement"
3617
3618 msgid "buffer --batch output"
3619 msgstr "bufferiser la sortie de --batch"
3620
3621 msgid "follow in-tree symlinks"
3622 msgstr "suivi des liens symboliques dans l'arbre"
3623
3624 msgid "do not order objects before emitting them"
3625 msgstr "ne pas ordonner les objets avant de les émettre"
3626
3627 msgid ""
3628 "Emit object (blob or tree) with conversion or filter (stand-alone, or with "
3629 "batch)"
3630 msgstr ""
3631 "Émet l'objet (blob ou arbre) avec une conversion ou un filtre (autonome ou "
3632 "en lot)"
3633
3634 msgid "run textconv on object's content"
3635 msgstr "lancer textconv sur le contenu de l'objet"
3636
3637 msgid "run filters on object's content"
3638 msgstr "lancer les filtres sur le contenu de l'objet"
3639
3640 msgid "blob|tree"
3641 msgstr "blob|arbre"
3642
3643 msgid "use a <path> for (--textconv | --filters); Not with 'batch'"
3644 msgstr ""
3645 "utiliser un <chemin> spécifique pour (--textconv | --filters); pas pour les "
3646 "lots"
3647
3648 msgid "objects filter only supported in batch mode"
3649 msgstr "le filtre d'objets n'est pris en charge qu'en mode par lots"
3650
3651 #, c-format
3652 msgid "objects filter not supported: '%s'"
3653 msgstr "filtre d'objets non pris en charge : '%s'"
3654
3655 #, c-format
3656 msgid "'%s=<%s>' needs '%s' or '%s'"
3657 msgstr "'%s=<%s>' a besoin de '%s' ou '%s'"
3658
3659 msgid "path|tree-ish"
3660 msgstr "blob|arbre-esque"
3661
3662 #, c-format
3663 msgid "'%s' requires a batch mode"
3664 msgstr "%s a besoin d'un mode par lots"
3665
3666 #, c-format
3667 msgid "'-%c' is incompatible with batch mode"
3668 msgstr "'-%c' est incompatible avec le mode par lots"
3669
3670 msgid "batch modes take no arguments"
3671 msgstr "les modes par lot n'acceptent aucun argument"
3672
3673 #, c-format
3674 msgid "<rev> required with '%s'"
3675 msgstr "<rev> nécessaire avec '%s'"
3676
3677 #, c-format
3678 msgid "<object> required with '-%c'"
3679 msgstr "<objet> nécessaire avec '-%c'"
3680
3681 #, c-format
3682 msgid "only two arguments allowed in <type> <object> mode, not %d"
3683 msgstr "deux arguments seulement permis dans le mode <type> <objet>, pas %d"
3684
3685 msgid ""
3686 "git check-attr [--source <tree-ish>] [-a | --all | <attr>...] [--] "
3687 "<pathname>..."
3688 msgstr ""
3689 "git check-attr [--source <arbre-esque>] [-a | --all | <attr>...] [--] "
3690 "<chemin>..."
3691
3692 msgid ""
3693 "git check-attr --stdin [-z] [--source <tree-ish>] [-a | --all | <attr>...]"
3694 msgstr ""
3695 "git check-attr --stdin [-z] [--source <arbre-esque>] [-a | --all | <attr>...]"
3696
3697 msgid "report all attributes set on file"
3698 msgstr "afficher tous les attributs associés au fichier"
3699
3700 msgid "use .gitattributes only from the index"
3701 msgstr "utiliser .gitattributes seulement depuis l'index"
3702
3703 msgid "read file names from stdin"
3704 msgstr "lire les noms de fichier depuis l'entrée standard"
3705
3706 msgid "terminate input and output records by a NUL character"
3707 msgstr ""
3708 "terminer les enregistrements en entrée et en sortie par un caractère NUL"
3709
3710 msgid "<tree-ish>"
3711 msgstr "<arbre-esque>"
3712
3713 msgid "which tree-ish to check attributes at"
3714 msgstr "à quel <arbre-esque> vérifier les attributs"
3715
3716 msgid "suppress progress reporting"
3717 msgstr "supprimer l'état d'avancement"
3718
3719 msgid "show non-matching input paths"
3720 msgstr "afficher les chemins en entrée qui ne correspondent pas"
3721
3722 msgid "ignore index when checking"
3723 msgstr "ignorer l'index pendant la vérification"
3724
3725 msgid "cannot specify pathnames with --stdin"
3726 msgstr "impossible de spécifier les chemins avec --stdin"
3727
3728 msgid "-z only makes sense with --stdin"
3729 msgstr "-z n'a de sens qu'avec l'option --stdin"
3730
3731 msgid "no path specified"
3732 msgstr "aucun chemin spécifié"
3733
3734 msgid "--quiet is only valid with a single pathname"
3735 msgstr "--quiet n'est valide qu'avec un seul chemin"
3736
3737 msgid "cannot have both --quiet and --verbose"
3738 msgstr "impossible d'avoir --quiet et --verbose"
3739
3740 msgid "--non-matching is only valid with --verbose"
3741 msgstr "--non-matching n'est valide qu'avec --verbose"
3742
3743 msgid "git check-mailmap [<options>] <contact>..."
3744 msgstr "git check-mailmap [<options>] <contact>..."
3745
3746 msgid "also read contacts from stdin"
3747 msgstr "lire aussi les contacts depuis l'entrée standard"
3748
3749 msgid "read additional mailmap entries from file"
3750 msgstr "lire des entrées supplémentaires de mailmap depuis un fichier"
3751
3752 msgid "blob"
3753 msgstr "blob"
3754
3755 msgid "read additional mailmap entries from blob"
3756 msgstr "lire des entrées supplémentaires depuis un blob"
3757
3758 msgid "no contacts specified"
3759 msgstr "aucun contact spécifié"
3760
3761 msgid "git checkout--worker [<options>]"
3762 msgstr "git checkout--worker [<options>]"
3763
3764 msgid "string"
3765 msgstr "chaîne"
3766
3767 msgid "when creating files, prepend <string>"
3768 msgstr "lors de la création de fichiers, préfixer par <chaîne>"
3769
3770 msgid "git checkout-index [<options>] [--] [<file>...]"
3771 msgstr "git checkout-index [<options>] [--] [<fichier>...]"
3772
3773 msgid "stage should be between 1 and 3 or all"
3774 msgstr "stage doit valoir entre 1 et 3, ou all"
3775
3776 msgid "check out all files in the index"
3777 msgstr "extraire tous les fichiers présents dans l'index"
3778
3779 msgid "do not skip files with skip-worktree set"
3780 msgstr "ne pas sauter des fichiers avec un ensemble skip-worktree"
3781
3782 msgid "force overwrite of existing files"
3783 msgstr "forcer l'écrasement des fichiers existants"
3784
3785 msgid "no warning for existing files and files not in index"
3786 msgstr ""
3787 "pas d'avertissement pour les fichiers existants et les fichiers absents de "
3788 "l'index"
3789
3790 msgid "don't checkout new files"
3791 msgstr "ne pas extraire les nouveaux fichiers"
3792
3793 msgid "update stat information in the index file"
3794 msgstr "mettre à jour l'information de stat dans le fichier d'index"
3795
3796 msgid "read list of paths from the standard input"
3797 msgstr "lire la liste des chemins depuis l'entrée standard"
3798
3799 msgid "write the content to temporary files"
3800 msgstr "écrire le contenu dans des fichiers temporaires"
3801
3802 msgid "copy out the files from named stage"
3803 msgstr "copier les fichiers depuis l'index nommé"
3804
3805 #, c-format
3806 msgid "path '%s' does not have our version"
3807 msgstr "le chemin '%s' n'a pas notre version"
3808
3809 #, c-format
3810 msgid "path '%s' does not have their version"
3811 msgstr "le chemin '%s' n'a pas leur version"
3812
3813 #, c-format
3814 msgid "path '%s' does not have all necessary versions"
3815 msgstr "le chemin '%s' n'a aucune des versions nécessaires"
3816
3817 #, c-format
3818 msgid "path '%s' does not have necessary versions"
3819 msgstr "le chemin '%s' n'a pas les versions nécessaires"
3820
3821 #, c-format
3822 msgid "path '%s': cannot merge"
3823 msgstr "chemin '%s' : impossible de fusionner"
3824
3825 #, c-format
3826 msgid "Unable to add merge result for '%s'"
3827 msgstr "Impossible d'ajouter le résultat de fusion pour '%s'"
3828
3829 #, c-format
3830 msgid "Recreated %d merge conflict"
3831 msgid_plural "Recreated %d merge conflicts"
3832 msgstr[0] "%d conflit du fusion recréé"
3833 msgstr[1] "%d conflits du fusion recréés"
3834
3835 #, c-format
3836 msgid "Updated %d path from %s"
3837 msgid_plural "Updated %d paths from %s"
3838 msgstr[0] "%d chemin mis à jour depuis %s"
3839 msgstr[1] "%d chemins mis à jour depuis %s"
3840
3841 #, c-format
3842 msgid "Updated %d path from the index"
3843 msgid_plural "Updated %d paths from the index"
3844 msgstr[0] "%d chemin mis à jour depuis l'index"
3845 msgstr[1] "%d chemins mis à jour depuis l'index"
3846
3847 #, c-format
3848 msgid "'%s' cannot be used with updating paths"
3849 msgstr "'%s' ne peut pas être utilisé avec des mises à jour de chemins"
3850
3851 #, c-format
3852 msgid "Cannot update paths and switch to branch '%s' at the same time."
3853 msgstr ""
3854 "Impossible de mettre à jour les chemins et basculer sur la branche '%s' en "
3855 "même temps."
3856
3857 #, c-format
3858 msgid "neither '%s' or '%s' is specified"
3859 msgstr "ni '%s', ni '%s' spécifié"
3860
3861 #, c-format
3862 msgid "'%s' must be used when '%s' is not specified"
3863 msgstr "'%s' ne peut pas être utilisé quand '%s' n'est pas spécifié"
3864
3865 #, c-format
3866 msgid "'%s' or '%s' cannot be used with %s"
3867 msgstr "'%s' ou '%s' ne peut pas être utilisé avec %s"
3868
3869 #, c-format
3870 msgid "'%s', '%s', or '%s' cannot be used when checking out of a tree"
3871 msgstr ""
3872 "'%s', '%s' ou '%s' ne peuvent pas être utilisés lors de l'extraction d'un "
3873 "arbre"
3874
3875 #, c-format
3876 msgid "path '%s' is unmerged"
3877 msgstr "le chemin '%s' n'est pas fusionné"
3878
3879 #, c-format
3880 msgid "unable to read tree (%s)"
3881 msgstr "impossible de lire l'arbre (%s)"
3882
3883 msgid "you need to resolve your current index first"
3884 msgstr "vous devez d'abord résoudre votre index courant"
3885
3886 #, c-format
3887 msgid "Can not do reflog for '%s': %s\n"
3888 msgstr "Impossible de faire un reflog pour '%s' : %s\n"
3889
3890 msgid "HEAD is now at"
3891 msgstr "HEAD est maintenant sur"
3892
3893 msgid "unable to update HEAD"
3894 msgstr "impossible de mettre à jour HEAD"
3895
3896 #, c-format
3897 msgid "Reset branch '%s'\n"
3898 msgstr "Remise à zéro de la branche '%s'\n"
3899
3900 #, c-format
3901 msgid "Already on '%s'\n"
3902 msgstr "Déjà sur '%s'\n"
3903
3904 #, c-format
3905 msgid "Switched to and reset branch '%s'\n"
3906 msgstr "Basculement et remise à zéro de la branche '%s'\n"
3907
3908 #, c-format
3909 msgid "Switched to a new branch '%s'\n"
3910 msgstr "Basculement sur la nouvelle branche '%s'\n"
3911
3912 #, c-format
3913 msgid "Switched to branch '%s'\n"
3914 msgstr "Basculement sur la branche '%s'\n"
3915
3916 #, c-format
3917 msgid " ... and %d more.\n"
3918 msgstr " ... et %d en plus.\n"
3919
3920 #, c-format
3921 msgid ""
3922 "Warning: you are leaving %d commit behind, not connected to\n"
3923 "any of your branches:\n"
3924 "\n"
3925 "%s\n"
3926 msgid_plural ""
3927 "Warning: you are leaving %d commits behind, not connected to\n"
3928 "any of your branches:\n"
3929 "\n"
3930 "%s\n"
3931 msgstr[0] ""
3932 "Attention : vous abandonnez %d commit, non connecté à\n"
3933 "une branche :\n"
3934 "\n"
3935 "%s\n"
3936 msgstr[1] ""
3937 "Attention : vous abandonnez %d commits, non connectés à\n"
3938 "une branche :\n"
3939 "\n"
3940 "%s\n"
3941
3942 #, c-format
3943 msgid ""
3944 "If you want to keep it by creating a new branch, this may be a good time\n"
3945 "to do so with:\n"
3946 "\n"
3947 " git branch <new-branch-name> %s\n"
3948 "\n"
3949 msgid_plural ""
3950 "If you want to keep them by creating a new branch, this may be a good time\n"
3951 "to do so with:\n"
3952 "\n"
3953 " git branch <new-branch-name> %s\n"
3954 "\n"
3955 msgstr[0] ""
3956 "Si vous souhaitez le garder en créant une nouvelle branche, c'est le bon "
3957 "moment\n"
3958 "pour le faire avec :\n"
3959 "\n"
3960 "git branch <nouvelle-branche> %s\n"
3961 "\n"
3962 msgstr[1] ""
3963 "Si vous souhaitez les garder en créant une nouvelle branche, c'est le bon "
3964 "moment\n"
3965 "pour le faire avec :\n"
3966 "\n"
3967 "git branch <nouvelle-branche> %s\n"
3968 "\n"
3969
3970 msgid "internal error in revision walk"
3971 msgstr "erreur interne lors du parcours des révisions"
3972
3973 msgid "Previous HEAD position was"
3974 msgstr "La position précédente de HEAD était sur"
3975
3976 msgid "You are on a branch yet to be born"
3977 msgstr "Vous êtes sur une branche qui doit encore naître"
3978
3979 #, c-format
3980 msgid "The following paths have local changes:\n"
3981 msgstr "Les chemins suivants ont des modifications locales :\n"
3982
3983 #, c-format
3984 msgid ""
3985 "'%s' could be both a local file and a tracking branch.\n"
3986 "Please use -- (and optionally --no-guess) to disambiguate"
3987 msgstr ""
3988 "'%s' pourrait être un fichier local ou un branche de suivi.\n"
3989 "Veuillez utiliser -- (et --no-guess en facultatif) pour les distinguer"
3990
3991 #, c-format
3992 msgid ""
3993 "If you meant to check out a remote tracking branch on, e.g. 'origin',\n"
3994 "you can do so by fully qualifying the name with the --track option:\n"
3995 "\n"
3996 " git %s --track origin/<name>\n"
3997 "\n"
3998 "If you'd like to always have checkouts of an ambiguous <name> prefer\n"
3999 "one remote, e.g. the 'origin' remote, consider setting\n"
4000 "checkout.defaultRemote=origin in your config."
4001 msgstr ""
4002 "Si vous souhaitiez extraire une branche de suivi distant sur 'origin',\n"
4003 "par exemple, qualifiez-la complètement avec l'option --track :\n"
4004 "\n"
4005 " git %s --track origin/<nom>\n"
4006 "\n"
4007 "Si vous souhaitez privilégier un distant particulier, par ex. 'origin'\n"
4008 "lorsque <nom> est ambigu, vous pouvez positionner\n"
4009 "checkout.defaultRemote=origin dans votre config."
4010
4011 #, c-format
4012 msgid "'%s' matched multiple (%d) remote tracking branches"
4013 msgstr "'%s' correspond à plusieurs (%d) branches de suivi à distance"
4014
4015 msgid "only one reference expected"
4016 msgstr "une seule référence attendue"
4017
4018 #, c-format
4019 msgid "only one reference expected, %d given."
4020 msgstr "une seule référence attendue, %d fournies."
4021
4022 #, c-format
4023 msgid "invalid reference: %s"
4024 msgstr "référence invalide : %s"
4025
4026 #, c-format
4027 msgid "reference is not a tree: %s"
4028 msgstr "la référence n'est pas un arbre : %s"
4029
4030 #, c-format
4031 msgid "a branch is expected, got tag '%s'"
4032 msgstr "branche attendue, mais étiquette '%s' reçue"
4033
4034 #, c-format
4035 msgid "a branch is expected, got remote branch '%s'"
4036 msgstr "une branche est attendue, mais une branche distante '%s' a été reçue"
4037
4038 #, c-format
4039 msgid "a branch is expected, got '%s'"
4040 msgstr "une branche est attendue, mais '%s' a été reçue"
4041
4042 #, c-format
4043 msgid "a branch is expected, got commit '%s'"
4044 msgstr "une branche est attendue, mais un commit '%s' a été reçu"
4045
4046 msgid ""
4047 "If you want to detach HEAD at the commit, try again with the --detach option."
4048 msgstr ""
4049 "Si vous souhaitez détacher HEAD à ce commit, réessayez avec l'option --"
4050 "detach."
4051
4052 msgid ""
4053 "cannot switch branch while merging\n"
4054 "Consider \"git merge --quit\" or \"git worktree add\"."
4055 msgstr ""
4056 "impossible de basculer de branche pendant une fusion\n"
4057 "Envisagez \"git merge --quit\" ou \"git worktree add\"."
4058
4059 msgid ""
4060 "cannot switch branch in the middle of an am session\n"
4061 "Consider \"git am --quit\" or \"git worktree add\"."
4062 msgstr ""
4063 "impossible de basculer de branche pendant une session am\n"
4064 "Envisagez \"git am --quit\" ou \"git worktree add\"."
4065
4066 msgid ""
4067 "cannot switch branch while rebasing\n"
4068 "Consider \"git rebase --quit\" or \"git worktree add\"."
4069 msgstr ""
4070 "impossible de basculer de branche pendant un rebasage\n"
4071 "Envisagez \"git rebase --quit\" ou \"git worktree add\"."
4072
4073 msgid ""
4074 "cannot switch branch while cherry-picking\n"
4075 "Consider \"git cherry-pick --quit\" or \"git worktree add\"."
4076 msgstr ""
4077 "impossible de basculer de branche pendant un picorage\n"
4078 "Envisagez \"git cherry-pick --quit\" ou \"git worktree add\"."
4079
4080 msgid ""
4081 "cannot switch branch while reverting\n"
4082 "Consider \"git revert --quit\" or \"git worktree add\"."
4083 msgstr ""
4084 "impossible de basculer de branche pendant un retour\n"
4085 "Envisagez \"git revert --quit\" ou \"git worktree add\"."
4086
4087 msgid "you are switching branch while bisecting"
4088 msgstr "vous basculez de branche en cours de bissection"
4089
4090 msgid "paths cannot be used with switching branches"
4091 msgstr "impossible d'utiliser des chemins avec un basculement de branches"
4092
4093 #, c-format
4094 msgid "'%s' cannot be used with switching branches"
4095 msgstr "'%s' ne peut pas être utilisé avec un basculement de branches"
4096
4097 #, c-format
4098 msgid "'%s' needs the paths to check out"
4099 msgstr "'%s' requiert les chemins à extraire"
4100
4101 #, c-format
4102 msgid "'%s' cannot be used with '%s'"
4103 msgstr "'%s' ne peut pas être utilisé avec '%s'"
4104
4105 #, c-format
4106 msgid "'%s' cannot take <start-point>"
4107 msgstr "'%s' n'accepte pas <point-de-départ>"
4108
4109 #, c-format
4110 msgid "Cannot switch branch to a non-commit '%s'"
4111 msgstr "Impossible de basculer de branche vers '%s' qui n'est pas un commit"
4112
4113 msgid "missing branch or commit argument"
4114 msgstr "argument de branche ou de commit manquant"
4115
4116 #, c-format
4117 msgid "unknown conflict style '%s'"
4118 msgstr "style de conflit inconnu '%s'"
4119
4120 msgid "perform a 3-way merge with the new branch"
4121 msgstr "effectuer une fusion à 3 points avec la nouvelle branche"
4122
4123 msgid "style"
4124 msgstr "style"
4125
4126 msgid "conflict style (merge, diff3, or zdiff3)"
4127 msgstr "style de conflit (merge (fusion), diff3 ou zdiff3)"
4128
4129 msgid "detach HEAD at named commit"
4130 msgstr "détacher la HEAD au commit nommé"
4131
4132 msgid "force checkout (throw away local modifications)"
4133 msgstr "forcer l'extraction (laisser tomber les modifications locales)"
4134
4135 msgid "new-branch"
4136 msgstr "nouvelle branche"
4137
4138 msgid "new unborn branch"
4139 msgstr "nouvelle branche non née"
4140
4141 msgid "update ignored files (default)"
4142 msgstr "mettre à jour les fichiers ignorés (par défaut)"
4143
4144 msgid "do not check if another worktree is using this branch"
4145 msgstr "ne pas vérifier si une autre copie-de-travail utilise cette branche"
4146
4147 msgid "checkout our version for unmerged files"
4148 msgstr "extraire notre version pour les fichiers non fusionnés"
4149
4150 msgid "checkout their version for unmerged files"
4151 msgstr "extraire leur version pour les fichiers non fusionnés"
4152
4153 msgid "do not limit pathspecs to sparse entries only"
4154 msgstr "ne pas limiter les spécificateurs de chemins aux seuls éléments creux"
4155
4156 msgid "git checkout [<options>] <branch>"
4157 msgstr "git checkout [<options>] <branche>"
4158
4159 msgid "git checkout [<options>] [<branch>] -- <file>..."
4160 msgstr "git checkout [<options>] [<branche>] -- <fichier>..."
4161
4162 msgid "git switch [<options>] [<branch>]"
4163 msgstr "git switch [<options>] <branche>"
4164
4165 msgid "git restore [<options>] [--source=<branch>] <file>..."
4166 msgstr "git restore [<options>] [--source=<branche>] <fichier>..."
4167
4168 #, c-format
4169 msgid "options '-%c', '-%c', and '%s' cannot be used together"
4170 msgstr ""
4171 "les options '-%c', '-%c' et '%s' ne peuvent pas être utilisées ensemble"
4172
4173 msgid "--track needs a branch name"
4174 msgstr "--track requiert un nom de branche"
4175
4176 #, c-format
4177 msgid "missing branch name; try -%c"
4178 msgstr "nom de branche manquant ; essayez -%c"
4179
4180 #, c-format
4181 msgid "could not resolve '%s'"
4182 msgstr "impossible de résoudre '%s'"
4183
4184 msgid "invalid path specification"
4185 msgstr "spécification de chemin invalide"
4186
4187 #, c-format
4188 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
4189 msgstr ""
4190 "'%s' n'est pas un commit et une branche '%s' ne peut pas en être créée depuis"
4191
4192 #, c-format
4193 msgid "git checkout: --detach does not take a path argument '%s'"
4194 msgstr "git checkout: --detach n'accepte pas un argument de chemin '%s'"
4195
4196 msgid ""
4197 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
4198 "checking out of the index."
4199 msgstr ""
4200 "git checkout: --ours/--theirs, --force et --merge sont incompatibles lors\n"
4201 "de l'extraction de l'index."
4202
4203 msgid "you must specify path(s) to restore"
4204 msgstr "vous devez spécifier un ou des chemins à restaurer"
4205
4206 msgid "branch"
4207 msgstr "branche"
4208
4209 msgid "create and checkout a new branch"
4210 msgstr "créer et extraire une nouvelle branche"
4211
4212 msgid "create/reset and checkout a branch"
4213 msgstr "créer/réinitialiser et extraire une branche"
4214
4215 msgid "create reflog for new branch"
4216 msgstr "créer un reflog pour une nouvelle branche"
4217
4218 msgid "second guess 'git checkout <no-such-branch>' (default)"
4219 msgstr ""
4220 "essayer d'interpréter 'git checkout <branche-inexistante>' (par défaut)"
4221
4222 msgid "use overlay mode (default)"
4223 msgstr "utiliser le mode de superposition (défaut)"
4224
4225 msgid "create and switch to a new branch"
4226 msgstr "créer et basculer sur une nouvelle branche"
4227
4228 msgid "create/reset and switch to a branch"
4229 msgstr "créer/réinitialiser et basculer sur une branche"
4230
4231 msgid "second guess 'git switch <no-such-branch>'"
4232 msgstr "interpréter 'git switch <branche-inexistante>'"
4233
4234 msgid "throw away local modifications"
4235 msgstr "laisser tomber les modifications locales"
4236
4237 msgid "which tree-ish to checkout from"
4238 msgstr "de quel <arbre-esque> faire l'extraction"
4239
4240 msgid "restore the index"
4241 msgstr "restaurer l'index"
4242
4243 msgid "restore the working tree (default)"
4244 msgstr "restaurer l'arbre de travail (par défaut)"
4245
4246 msgid "ignore unmerged entries"
4247 msgstr "ignorer les entrées non-fusionnées"
4248
4249 msgid "use overlay mode"
4250 msgstr "utiliser le mode de superposition"
4251
4252 msgid ""
4253 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] "
4254 "[<pathspec>...]"
4255 msgstr ""
4256 "git clean [-d] [-f] [-i] [-n] [-q] [-e <motif>] [-x | -X] [--] [<spec-de-"
4257 "chemins>...]"
4258
4259 #, c-format
4260 msgid "Removing %s\n"
4261 msgstr "Suppression de %s\n"
4262
4263 #, c-format
4264 msgid "Would remove %s\n"
4265 msgstr "Supprimerait %s\n"
4266
4267 #, c-format
4268 msgid "Skipping repository %s\n"
4269 msgstr "Ignore le dépôt %s\n"
4270
4271 #, c-format
4272 msgid "Would skip repository %s\n"
4273 msgstr "Ignorerait le dépôt %s\n"
4274
4275 #, c-format
4276 msgid "failed to remove %s"
4277 msgstr "échec de la suppression de %s"
4278
4279 #, c-format
4280 msgid "could not lstat %s\n"
4281 msgstr "lstat de %s impossible\n"
4282
4283 msgid "Refusing to remove current working directory\n"
4284 msgstr "Refus de supprimer le répertoire de travail actuel\n"
4285
4286 msgid "Would refuse to remove current working directory\n"
4287 msgstr "Refuserait de supprimer le répertoire de travail actuel\n"
4288
4289 #, c-format
4290 msgid ""
4291 "Prompt help:\n"
4292 "1 - select a numbered item\n"
4293 "foo - select item based on unique prefix\n"
4294 " - (empty) select nothing\n"
4295 msgstr ""
4296 "Aide en ligne :\n"
4297 "1 - sélectionner un élément numéroté\n"
4298 "foo - sélectionner un élément par un préfixe unique\n"
4299 " - (vide) ne rien sélectionner\n"
4300
4301 #, c-format
4302 msgid ""
4303 "Prompt help:\n"
4304 "1 - select a single item\n"
4305 "3-5 - select a range of items\n"
4306 "2-3,6-9 - select multiple ranges\n"
4307 "foo - select item based on unique prefix\n"
4308 "-... - unselect specified items\n"
4309 "* - choose all items\n"
4310 " - (empty) finish selecting\n"
4311 msgstr ""
4312 "Aide en ligne :\n"
4313 "1 - sélectionner un seul élément\n"
4314 "3-5 - sélectionner une plage d'éléments\n"
4315 "2-3,6-9 - sélectionner plusieurs plages\n"
4316 "foo - sélectionner un élément par un préfixe unique\n"
4317 "-... - désélectionner les éléments spécifiés\n"
4318 "* - choisir tous les éléments\n"
4319 " - (vide) terminer la sélection\n"
4320
4321 #, c-format
4322 msgid "Huh (%s)?\n"
4323 msgstr "Hein (%s) ?\n"
4324
4325 #, c-format
4326 msgid "Input ignore patterns>> "
4327 msgstr "Entrez les motifs à ignorer>> "
4328
4329 #, c-format
4330 msgid "WARNING: Cannot find items matched by: %s"
4331 msgstr "ATTENTION : Impossible de trouver les éléments correspondant à : %s"
4332
4333 msgid "Select items to delete"
4334 msgstr "Sélectionner les éléments à supprimer"
4335
4336 #. TRANSLATORS: Make sure to keep [y/N] as is
4337 #, c-format
4338 msgid "Remove %s [y/N]? "
4339 msgstr "Supprimer %s [y/N] ? "
4340
4341 msgid ""
4342 "clean - start cleaning\n"
4343 "filter by pattern - exclude items from deletion\n"
4344 "select by numbers - select items to be deleted by numbers\n"
4345 "ask each - confirm each deletion (like \"rm -i\")\n"
4346 "quit - stop cleaning\n"
4347 "help - this screen\n"
4348 "? - help for prompt selection"
4349 msgstr ""
4350 "clean - démarrer le nettoyage\n"
4351 "filter by pattern - exclure des éléments par motif\n"
4352 "select by numbers - sélectionner les éléments à supprimer par numéros\n"
4353 "ask each - confirmer chaque suppression (comme \"rm -i\")\n"
4354 "quit - arrêter le nettoyage\n"
4355 "help - cet écran\n"
4356 "? - aide pour la sélection en ligne"
4357
4358 msgid "Would remove the following item:"
4359 msgid_plural "Would remove the following items:"
4360 msgstr[0] "Supprimerait l'élément suivant :"
4361 msgstr[1] "Supprimerait les éléments suivants :"
4362
4363 msgid "No more files to clean, exiting."
4364 msgstr "Plus de fichier à nettoyer, sortie."
4365
4366 msgid "do not print names of files removed"
4367 msgstr "ne pas afficher les noms des fichiers supprimés"
4368
4369 msgid "force"
4370 msgstr "forcer"
4371
4372 msgid "interactive cleaning"
4373 msgstr "nettoyage interactif"
4374
4375 msgid "remove whole directories"
4376 msgstr "supprimer les répertoires entiers"
4377
4378 msgid "pattern"
4379 msgstr "motif"
4380
4381 msgid "add <pattern> to ignore rules"
4382 msgstr "ajouter <motif> aux règles ignore"
4383
4384 msgid "remove ignored files, too"
4385 msgstr "supprimer les fichiers ignorés, aussi"
4386
4387 msgid "remove only ignored files"
4388 msgstr "supprimer seulement les fichiers ignorés"
4389
4390 msgid "clean.requireForce is true and -f not given: refusing to clean"
4391 msgstr ""
4392 "clean.requireForce positionné est true et -f non fourni ; refus de nettoyer"
4393
4394 #, c-format
4395 msgid "info: Could not add alternate for '%s': %s\n"
4396 msgstr "info : impossible d'ajouter une alternative pour '%s' : %s\n"
4397
4398 #, c-format
4399 msgid "failed to stat '%s'"
4400 msgstr "échec du stat de '%s'"
4401
4402 #, c-format
4403 msgid "%s exists and is not a directory"
4404 msgstr "%s existe et n'est pas un répertoire"
4405
4406 #, c-format
4407 msgid "'%s' is a symlink, refusing to clone with --local"
4408 msgstr "'%s' est un lien symbolique, refus de cloner avec --local"
4409
4410 #, c-format
4411 msgid "failed to start iterator over '%s'"
4412 msgstr "échec du démarrage un itérateur sur '%s'"
4413
4414 #, c-format
4415 msgid "symlink '%s' exists, refusing to clone with --local"
4416 msgstr "le lien symbolique '%s' existe, refus de cloner avec --local"
4417
4418 #, c-format
4419 msgid "failed to unlink '%s'"
4420 msgstr "échec pour délier '%s'"
4421
4422 #, c-format
4423 msgid "hardlink cannot be checked at '%s'"
4424 msgstr "le lien dur ne peut pas être vérifié à '%s'"
4425
4426 #, c-format
4427 msgid "hardlink different from source at '%s'"
4428 msgstr "le lien dur est différent de la source à '%s'"
4429
4430 #, c-format
4431 msgid "failed to create link '%s'"
4432 msgstr "échec de la création du lien '%s'"
4433
4434 #, c-format
4435 msgid "failed to copy file to '%s'"
4436 msgstr "échec de la copie vers '%s'"
4437
4438 #, c-format
4439 msgid "failed to iterate over '%s'"
4440 msgstr "échec de l'itération sur '%s'"
4441
4442 #, c-format
4443 msgid "done.\n"
4444 msgstr "fait.\n"
4445
4446 msgid ""
4447 "Clone succeeded, but checkout failed.\n"
4448 "You can inspect what was checked out with 'git status'\n"
4449 "and retry with 'git restore --source=HEAD :/'\n"
4450 msgstr ""
4451 "Le clone a réussi, mais l'extraction a échoué.\n"
4452 "Vous pouvez inspecter ce qui a été extrait avec 'git status'\n"
4453 "et réessayer avec 'git restore --source=HEAD :/'\n"
4454
4455 msgid "remote did not send all necessary objects"
4456 msgstr "le serveur distant n'a pas envoyé tous les objets nécessaires"
4457
4458 #, c-format
4459 msgid "unable to update %s"
4460 msgstr "impossible de mettre à jour %s"
4461
4462 msgid "failed to initialize sparse-checkout"
4463 msgstr "échec lors de l'initialisation l'extraction clairsemée"
4464
4465 msgid "remote HEAD refers to nonexistent ref, unable to checkout"
4466 msgstr ""
4467 "la HEAD distante réfère à une référence non existante, impossible de "
4468 "l'extraire"
4469
4470 msgid "unable to checkout working tree"
4471 msgstr "impossible d'extraire la copie de travail"
4472
4473 msgid "unable to write parameters to config file"
4474 msgstr "impossible d'écrire les paramètres dans le fichier de configuration"
4475
4476 msgid "cannot repack to clean up"
4477 msgstr "impossible de remballer pour nettoyer"
4478
4479 msgid "cannot unlink temporary alternates file"
4480 msgstr "impossible de délier le fichier temporaire alternates"
4481
4482 msgid "don't clone shallow repository"
4483 msgstr "ne pas cloner un dépôt superficiel"
4484
4485 msgid "don't create a checkout"
4486 msgstr "ne pas créer d'extraction"
4487
4488 msgid "create a bare repository"
4489 msgstr "créer un dépôt nu"
4490
4491 msgid "create a mirror repository (implies --bare)"
4492 msgstr "créer un dépôt miroir (implique --bare)"
4493
4494 msgid "to clone from a local repository"
4495 msgstr "pour cloner depuis un dépôt local"
4496
4497 msgid "don't use local hardlinks, always copy"
4498 msgstr "ne pas utiliser de liens durs locaux, toujours copier"
4499
4500 msgid "setup as shared repository"
4501 msgstr "régler comme dépôt partagé"
4502
4503 msgid "pathspec"
4504 msgstr "spécificateur de chemin"
4505
4506 msgid "initialize submodules in the clone"
4507 msgstr "initialiser les sous-modules dans le clone"
4508
4509 msgid "number of submodules cloned in parallel"
4510 msgstr "nombre de sous-modules clonés en parallèle"
4511
4512 msgid "template-directory"
4513 msgstr "répertoire-modèle"
4514
4515 msgid "directory from which templates will be used"
4516 msgstr "répertoire depuis lequel les modèles vont être utilisés"
4517
4518 msgid "reference repository"
4519 msgstr "dépôt de référence"
4520
4521 msgid "use --reference only while cloning"
4522 msgstr "utiliser seulement --reference pour cloner"
4523
4524 msgid "name"
4525 msgstr "nom"
4526
4527 msgid "use <name> instead of 'origin' to track upstream"
4528 msgstr "utiliser <nom> au lieu de 'origin' pour suivre la branche amont"
4529
4530 msgid "checkout <branch> instead of the remote's HEAD"
4531 msgstr "extraire <branche> au lieu de la HEAD du répertoire distant"
4532
4533 msgid "clone single revision <rev> and check out"
4534 msgstr "cloner la révision unique <rév> et l'extraire"
4535
4536 msgid "path to git-upload-pack on the remote"
4537 msgstr "chemin vers git-upload-pack sur le serveur distant"
4538
4539 msgid "depth"
4540 msgstr "profondeur"
4541
4542 msgid "create a shallow clone of that depth"
4543 msgstr "créer un clone superficiel de cette profondeur"
4544
4545 msgid "create a shallow clone since a specific time"
4546 msgstr "créer un clone superficiel depuis une date spécifique"
4547
4548 msgid "ref"
4549 msgstr "ref"
4550
4551 msgid "deepen history of shallow clone, excluding ref"
4552 msgstr "approfondit l'historique d'un clone superficiel en excluant une ref"
4553
4554 msgid "clone only one branch, HEAD or --branch"
4555 msgstr "cloner seulement une branche, HEAD ou --branch"
4556
4557 msgid "clone tags, and make later fetches not to follow them"
4558 msgstr ""
4559 "cloner les tags et indiquer aux récupérations futures de ne pas le faire"
4560
4561 msgid "any cloned submodules will be shallow"
4562 msgstr "tous les sous-modules clonés seront superficiels"
4563
4564 msgid "gitdir"
4565 msgstr "gitdir"
4566
4567 msgid "separate git dir from working tree"
4568 msgstr "séparer le répertoire git de la copie de travail"
4569
4570 msgid "specify the reference format to use"
4571 msgstr "spécifier le format de référence à utiliser"
4572
4573 msgid "key=value"
4574 msgstr "clé=valeur"
4575
4576 msgid "set config inside the new repository"
4577 msgstr "régler la configuration dans le nouveau dépôt"
4578
4579 msgid "server-specific"
4580 msgstr "spécifique au serveur"
4581
4582 msgid "option to transmit"
4583 msgstr "option à transmettre"
4584
4585 msgid "apply partial clone filters to submodules"
4586 msgstr "appliquer les filtres de clone partiel aux sous-modules"
4587
4588 msgid "any cloned submodules will use their remote-tracking branch"
4589 msgstr ""
4590 "tous les sous-modules clonés utiliseront leur branche de suivi à distance"
4591
4592 msgid "initialize sparse-checkout file to include only files at root"
4593 msgstr ""
4594 "initialiser le fichier d'extraction clairsemée pour n'inclure que les "
4595 "fichiers à la racine"
4596
4597 msgid "uri"
4598 msgstr "uri"
4599
4600 msgid "a URI for downloading bundles before fetching from origin remote"
4601 msgstr ""
4602 "un URI pour télécharger des paquets avant de récupérer depuis le distant "
4603 "d'origine"
4604
4605 msgid "git clone [<options>] [--] <repo> [<dir>]"
4606 msgstr "git clone [<options>] [--] <dépôt> [<répertoire>]"
4607
4608 msgid "Too many arguments."
4609 msgstr "Trop d'arguments."
4610
4611 msgid "You must specify a repository to clone."
4612 msgstr "Vous devez spécifier un dépôt à cloner."
4613
4614 #, c-format
4615 msgid "unknown ref storage format '%s'"
4616 msgstr "Format de stockage de réf inconnu '%s'"
4617
4618 #, c-format
4619 msgid "repository '%s' does not exist"
4620 msgstr "le dépôt '%s' n'existe pas"
4621
4622 #, c-format
4623 msgid "depth %s is not a positive number"
4624 msgstr "la profondeur %s n'est pas un entier positif"
4625
4626 #, c-format
4627 msgid "destination path '%s' already exists and is not an empty directory."
4628 msgstr ""
4629 "le chemin de destination '%s' existe déjà et n'est pas un répertoire vide."
4630
4631 #, c-format
4632 msgid "repository path '%s' already exists and is not an empty directory."
4633 msgstr "le chemin du dépôt '%s' existe déjà et n'est pas un répertoire vide."
4634
4635 #, c-format
4636 msgid "working tree '%s' already exists."
4637 msgstr "la copie de travail '%s' existe déjà."
4638
4639 #, c-format
4640 msgid "could not create leading directories of '%s'"
4641 msgstr "impossible de créer les répertoires de premier niveau dans '%s'"
4642
4643 #, c-format
4644 msgid "could not create work tree dir '%s'"
4645 msgstr "impossible de créer le répertoire de la copie de travail '%s'"
4646
4647 #, c-format
4648 msgid "Cloning into bare repository '%s'...\n"
4649 msgstr "Clonage dans le dépôt nu '%s'\n"
4650
4651 #, c-format
4652 msgid "Cloning into '%s'...\n"
4653 msgstr "Clonage dans '%s'...\n"
4654
4655 msgid ""
4656 "clone --recursive is not compatible with both --reference and --reference-if-"
4657 "able"
4658 msgstr ""
4659 "clone --recursive n'est pas compatible avec à la fois --reference et --"
4660 "reference-if-able"
4661
4662 #, c-format
4663 msgid "'%s' is not a valid remote name"
4664 msgstr "'%s' n'est pas un nom valide de distante"
4665
4666 msgid "--depth is ignored in local clones; use file:// instead."
4667 msgstr ""
4668 "--depth est ignoré dans les clones locaux : utilisez plutôt \"file://\"."
4669
4670 msgid "--shallow-since is ignored in local clones; use file:// instead."
4671 msgstr ""
4672 "--shallow-since est ignoré dans les clones locaux : utilisez plutôt \"file://"
4673 "\"."
4674
4675 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
4676 msgstr ""
4677 "--shallow-exclude est ignoré dans les clones locaux : utilisez plutôt "
4678 "\"file://\"."
4679
4680 msgid "--filter is ignored in local clones; use file:// instead."
4681 msgstr "--filter est ignoré dans les clones locaux ; utilisez plutôt file:// ."
4682
4683 msgid "source repository is shallow, reject to clone."
4684 msgstr "le dépôt source est superficiel, clonage rejeté."
4685
4686 msgid "source repository is shallow, ignoring --local"
4687 msgstr "le dépôt source est superficiel, option --local ignorée"
4688
4689 msgid "--local is ignored"
4690 msgstr "--local est ignoré"
4691
4692 msgid "cannot clone from filtered bundle"
4693 msgstr "impossible de cloner depuis un colis filtré"
4694
4695 msgid "failed to initialize the repo, skipping bundle URI"
4696 msgstr "échec lors de l'initialisation du dépôt, URI du paquet ignoré"
4697
4698 #, c-format
4699 msgid "failed to fetch objects from bundle URI '%s'"
4700 msgstr "impossible de récupérer les objets depuis l'URI de paquet '%s'"
4701
4702 msgid "failed to fetch advertised bundles"
4703 msgstr "échec de récupération des colis annoncés"
4704
4705 msgid "remote transport reported error"
4706 msgstr "le transport distant a retourné une erreur"
4707
4708 #, c-format
4709 msgid "Remote branch %s not found in upstream %s"
4710 msgstr "La branche distante %s n'a pas été trouvée dans le dépôt amont %s"
4711
4712 #, c-format
4713 msgid "Remote revision %s not found in upstream %s"
4714 msgstr "La révision distante %s n'a pas été trouvée dans le dépôt amont %s"
4715
4716 msgid "You appear to have cloned an empty repository."
4717 msgstr "Vous semblez avoir cloné un dépôt vide."
4718
4719 msgid "git column [<options>]"
4720 msgstr "git column [<options>]"
4721
4722 msgid "lookup config vars"
4723 msgstr "rechercher les variables de configuration"
4724
4725 msgid "layout to use"
4726 msgstr "mise en page à utiliser"
4727
4728 msgid "maximum width"
4729 msgstr "largeur maximale"
4730
4731 msgid "padding space on left border"
4732 msgstr "remplissage d'espace sur la bordure gauche"
4733
4734 msgid "padding space on right border"
4735 msgstr "remplissage d'espace sur le côté droit"
4736
4737 msgid "padding space between columns"
4738 msgstr "remplissage d'espace entre les colonnes"
4739
4740 #, c-format
4741 msgid "%s must be non-negative"
4742 msgstr "%s doit être non négatif"
4743
4744 msgid "--command must be the first argument"
4745 msgstr "--command doit être le premier argument"
4746
4747 msgid ""
4748 "git commit-graph verify [--object-dir <dir>] [--shallow] [--[no-]progress]"
4749 msgstr ""
4750 "git commit-graph verify [--object-dir <rép>] [--shallow] [--[no-]progress]"
4751
4752 msgid ""
4753 "git commit-graph write [--object-dir <dir>] [--append]\n"
4754 " [--split[=<strategy>]] [--reachable | --stdin-packs | "
4755 "--stdin-commits]\n"
4756 " [--changed-paths] [--[no-]max-new-filters <n>] [--"
4757 "[no-]progress]\n"
4758 " <split-options>"
4759 msgstr ""
4760 "git commit-graph write [--object-dir <rép>] [--append]\n"
4761 " [--split[=<stratégie>]] [--reachable | --stdin-packs "
4762 "| --stdin-commits]\n"
4763 " [--changed-paths] [--[no-]max-new-filters <n>] [--"
4764 "[no-]progress]\n"
4765 " <options-de-division>"
4766
4767 msgid "dir"
4768 msgstr "répertoire"
4769
4770 msgid "the object directory to store the graph"
4771 msgstr "le répertoire d'objet où stocker le graphe"
4772
4773 msgid "if the commit-graph is split, only verify the tip file"
4774 msgstr ""
4775 "si le graphe de commit est divisé, vérifier seulement le fichier sommet"
4776
4777 #, c-format
4778 msgid "Could not open commit-graph '%s'"
4779 msgstr "Impossible d'ouvrir le graphe de commit '%s'"
4780
4781 #, c-format
4782 msgid "could not open commit-graph chain '%s'"
4783 msgstr "impossible d'ouvrir le graphe de commit '%s'"
4784
4785 #, c-format
4786 msgid "unrecognized --split argument, %s"
4787 msgstr "argument de --split non reconnu, %s"
4788
4789 #, c-format
4790 msgid "unexpected non-hex object ID: %s"
4791 msgstr "ID d'objet non hexadécimal inattendu : %s"
4792
4793 #, c-format
4794 msgid "invalid object: %s"
4795 msgstr "objet invalide : %s"
4796
4797 #, c-format
4798 msgid "option `%s' expects a numerical value"
4799 msgstr "l'option '%s' attend une valeur numérique"
4800
4801 msgid "start walk at all refs"
4802 msgstr "commencer le parcours à toutes les réfs"
4803
4804 msgid "scan pack-indexes listed by stdin for commits"
4805 msgstr "scanner les index compactés listés sur stdin à la recherche de commits"
4806
4807 msgid "start walk at commits listed by stdin"
4808 msgstr "commencer le parcours aux commits listés sur stdin"
4809
4810 msgid "include all commits already in the commit-graph file"
4811 msgstr ""
4812 "inclure tous les commits déjà présents dans le fichier de graphe de commits"
4813
4814 msgid "enable computation for changed paths"
4815 msgstr "activer le calcul pour les chemins modifiés"
4816
4817 msgid "allow writing an incremental commit-graph file"
4818 msgstr "permettre d'écrire un fichier incrémental de graphe de commit"
4819
4820 msgid "maximum number of commits in a non-base split commit-graph"
4821 msgstr ""
4822 "le nombre maximum de commits dans un graphe de commit divisé pas de base"
4823
4824 msgid "maximum ratio between two levels of a split commit-graph"
4825 msgstr "rapport maximum entre deux niveaux d'un graphe de commit divisé"
4826
4827 msgid "only expire files older than a given date-time"
4828 msgstr "ne faire expirer que les fichiers plus vieux qu'une date-time donnée"
4829
4830 msgid "maximum number of changed-path Bloom filters to compute"
4831 msgstr "nombre maximum des filtres Bloom des chemins modifiés à calculer"
4832
4833 msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"
4834 msgstr "utilisez un seul parmi --reachable, --stdin-commits ou --stdin-packs"
4835
4836 msgid "Collecting commits from input"
4837 msgstr "Collecte des commits depuis l'entrée"
4838
4839 msgid "git commit-tree <tree> [(-p <parent>)...]"
4840 msgstr "git commit-tree <arbre> [(-p <parent>)...]"
4841
4842 msgid ""
4843 "git commit-tree [(-p <parent>)...] [-S[<keyid>]] [(-m <message>)...]\n"
4844 " [(-F <file>)...] <tree>"
4845 msgstr ""
4846 "git commit-tree [(-p <parent>)...] [-S[<idclé>]] [(-m <message>)...]\n"
4847 " [(-F <fichier>)...] <arbre>"
4848
4849 #, c-format
4850 msgid "duplicate parent %s ignored"
4851 msgstr "le parent dupliqué %s est ignoré"
4852
4853 #, c-format
4854 msgid "not a valid object name %s"
4855 msgstr "nom d'objet invalide %s"
4856
4857 #, c-format
4858 msgid "git commit-tree: failed to read '%s'"
4859 msgstr "git commit-tree : échec de la lecture de '%s'"
4860
4861 #, c-format
4862 msgid "git commit-tree: failed to close '%s'"
4863 msgstr "git commit-tree : échec de la fermeture de '%s'"
4864
4865 msgid "parent"
4866 msgstr "parent"
4867
4868 msgid "id of a parent commit object"
4869 msgstr "id d'un objet commit parent"
4870
4871 msgid "message"
4872 msgstr "message"
4873
4874 msgid "commit message"
4875 msgstr "message de validation"
4876
4877 msgid "read commit log message from file"
4878 msgstr "lire le message de validation depuis un fichier"
4879
4880 msgid "GPG sign commit"
4881 msgstr "signer la validation avec GPG"
4882
4883 msgid "must give exactly one tree"
4884 msgstr "exactement un arbre obligatoire"
4885
4886 msgid "git commit-tree: failed to read"
4887 msgstr "git commit-tree : échec de la lecture"
4888
4889 msgid ""
4890 "git commit [-a | --interactive | --patch] [-s] [-v] [-u[<mode>]] [--amend]\n"
4891 " [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|"
4892 "reword):]<commit>]\n"
4893 " [-F <file> | -m <msg>] [--reset-author] [--allow-empty]\n"
4894 " [--allow-empty-message] [--no-verify] [-e] [--author=<author>]\n"
4895 " [--date=<date>] [--cleanup=<mode>] [--[no-]status]\n"
4896 " [-i | -o] [--pathspec-from-file=<file> [--pathspec-file-nul]]\n"
4897 " [(--trailer <token>[(=|:)<value>])...] [-S[<keyid>]]\n"
4898 " [--] [<pathspec>...]"
4899 msgstr ""
4900 "git commit [-a | --interactive | --patch] [-s] [-v] [-u[<mode>]] [--amend]\n"
4901 " [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|"
4902 "reword):]<commit>]\n"
4903 " [-F <fichier> | -m <msg>] [--reset-author] [--allow-empty]\n"
4904 " [--allow-empty-message] [--no-verify] [-e] [--author=<auteur>]\n"
4905 " [--date=<date>] [--cleanup=<mode>] [--[no-]status]\n"
4906 " [-i | -o] [--pathspec-from-file=<fichier> [--pathspec-file-nul]]\n"
4907 " [(--trailer <jeton>[(=|:)<valeur>])...] [-S[<id-clé>]]\n"
4908 " [--] [<spéc-de-chemin>...]"
4909
4910 msgid "git status [<options>] [--] [<pathspec>...]"
4911 msgstr "git status [<options>] [--] [<spécification-de-chemin>...]"
4912
4913 msgid ""
4914 "You asked to amend the most recent commit, but doing so would make\n"
4915 "it empty. You can repeat your command with --allow-empty, or you can\n"
4916 "remove the commit entirely with \"git reset HEAD^\".\n"
4917 msgstr ""
4918 "Vous avez demandé de corriger le commit le plus récent, mais le faire le "
4919 "rendrait\n"
4920 "vide. Vous pouvez répéter votre commande avec --allow-empty, ou vous pouvez\n"
4921 "supprimer complètement le commit avec \"git reset HEAD^\".\n"
4922
4923 msgid ""
4924 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
4925 "If you wish to commit it anyway, use:\n"
4926 "\n"
4927 " git commit --allow-empty\n"
4928 "\n"
4929 msgstr ""
4930 "Le picorage précédent est à présent vide, vraisemblablement dû à une "
4931 "résolution de conflit.\n"
4932 "Si vous souhaitez tout de même le valider, utilisez :\n"
4933 "\n"
4934 " git commit --allow-empty\n"
4935 "\n"
4936
4937 msgid "Otherwise, please use 'git rebase --skip'\n"
4938 msgstr "Sinon, veuillez utiliser 'git rebase --skip'\n"
4939
4940 msgid "Otherwise, please use 'git cherry-pick --skip'\n"
4941 msgstr "Sinon, veuillez utiliser 'git cherry-pick --skip'\n"
4942
4943 msgid ""
4944 "and then use:\n"
4945 "\n"
4946 " git cherry-pick --continue\n"
4947 "\n"
4948 "to resume cherry-picking the remaining commits.\n"
4949 "If you wish to skip this commit, use:\n"
4950 "\n"
4951 " git cherry-pick --skip\n"
4952 "\n"
4953 msgstr ""
4954 "utilisez ensuite :\n"
4955 "\n"
4956 " git cherry-pick --continue\n"
4957 "\n"
4958 "pour continuer le picorage des commits restants.\n"
4959 "Si vous souhaitez sauter ce commit, utilisez :\n"
4960 "\n"
4961 " git cherry-pick --skip\n"
4962 "\n"
4963
4964 msgid "updating files failed"
4965 msgstr "échec de la mise à jour des fichiers"
4966
4967 msgid "failed to unpack HEAD tree object"
4968 msgstr "échec du dépaquetage de l'objet arbre HEAD"
4969
4970 msgid "No paths with --include/--only does not make sense."
4971 msgstr "Aucun chemin avec les options --include/--only n'a pas de sens."
4972
4973 msgid "unable to create temporary index"
4974 msgstr "impossible de créer l'index temporaire"
4975
4976 msgid "interactive add failed"
4977 msgstr "échec de l'ajout interactif"
4978
4979 msgid "unable to update temporary index"
4980 msgstr "impossible de mettre à jour l'index temporaire"
4981
4982 msgid "Failed to update main cache tree"
4983 msgstr "Impossible de mettre à jour l'arbre de cache principal"
4984
4985 msgid "cannot do a partial commit during a merge."
4986 msgstr "impossible de faire une validation partielle pendant une fusion."
4987
4988 msgid "cannot do a partial commit during a cherry-pick."
4989 msgstr "impossible de faire une validation partielle pendant un picorage."
4990
4991 msgid "cannot do a partial commit during a rebase."
4992 msgstr "impossible de faire une validation partielle pendant un rebasage."
4993
4994 msgid "cannot read the index"
4995 msgstr "impossible de lire l'index"
4996
4997 msgid "unable to write temporary index file"
4998 msgstr "impossible d'écrire le fichier d'index temporaire"
4999
5000 #, c-format
Showing first 5,000 of 26,366 lines. View raw