l10n: fr.po v2.11.0_rnd1

Signed-off-by: Jean-Noel Avila <jn.avila@free.fr>

Jean-Noel Avila committed Nov 5, 2016 at 21:43 UTC 85ea5cbf5a8a71b07c6713c7088bfe6ae55e50f4
1 file changed +4889 -4010
po/fr.po
+4889 -4010
@@ -73,8 +73,8 @@ msgid ""
73 msgstr ""
74 "Project-Id-Version: git\n"
75 "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
76 -"POT-Creation-Date: 2016-08-27 23:21+0800\n"
77 -"PO-Revision-Date: 2016-08-28 11:26+0200\n"
76 +"POT-Creation-Date: 2016-11-01 21:35+0800\n"
77 +"PO-Revision-Date: 2016-11-05 21:42+0100\n"
78 "Last-Translator: Jean-Noël Avila <jn.avila@free.fr>\n"
79 "Language-Team: Jean-Noël Avila <jn.avila@free.fr>\n"
80 "Language: fr\n"
@@ -169,3980 +169,4459 @@ msgstr ""
169 " git checkout -b <nom-de-la-nouvelle-branche>\n"
170 "\n"
171
172 -#: archive.c:12
173 -msgid "git archive [<options>] <tree-ish> [<path>...]"
174 -msgstr "git archive [<options>] <arbre ou apparenté> [<chemin>...]"
175 -
176 -#: archive.c:13
177 -msgid "git archive --list"
178 -msgstr "git archive --list"
179 -
180 -#: archive.c:14
181 -msgid ""
182 -"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
183 -msgstr ""
184 -"git archive --remote <dépôt> [--exec <commande>] [<options>] <arbre ou "
185 -"apparenté> [<chemin>...]"
186 -
187 -#: archive.c:15
188 -msgid "git archive --remote <repo> [--exec <cmd>] --list"
189 -msgstr "git archive --remote <dépôt> [--exec <commande>] --list"
172 +#: apply.c:57
173 +#, c-format
174 +msgid "unrecognized whitespace option '%s'"
175 +msgstr "option d'espace non reconnue '%s'"
176
191 -#: archive.c:344 builtin/add.c:139 builtin/add.c:435 builtin/rm.c:327
177 +#: apply.c:73
178 #, c-format
193 -msgid "pathspec '%s' did not match any files"
194 -msgstr "le chemin '%s' ne correspond à aucun fichier"
179 +msgid "unrecognized whitespace ignore option '%s'"
180 +msgstr "option d'ignorance d'espace non reconnue '%s'"
181
196 -#: archive.c:429
197 -msgid "fmt"
198 -msgstr "fmt"
182 +#: apply.c:125
183 +msgid "--reject and --3way cannot be used together."
184 +msgstr "--reject et --3way ne peuvent pas être utilisés ensemble."
185
200 -#: archive.c:429
201 -msgid "archive format"
202 -msgstr "format d'archive"
186 +#: apply.c:127
187 +msgid "--cached and --3way cannot be used together."
188 +msgstr "--cached et --3way ne peuvent pas être utilisés ensemble."
189
204 -#: archive.c:430 builtin/log.c:1422
205 -msgid "prefix"
206 -msgstr "préfixe"
190 +#: apply.c:130
191 +msgid "--3way outside a repository"
192 +msgstr "--3way hors d'un dépôt"
193
208 -#: archive.c:431
209 -msgid "prepend prefix to each pathname in the archive"
210 -msgstr "préfixer chaque chemin de fichier dans l'archive"
194 +#: apply.c:141
195 +msgid "--index outside a repository"
196 +msgstr "--index hors d'un dépôt"
197
212 -#: archive.c:432 builtin/archive.c:88 builtin/blame.c:2553 builtin/blame.c:2554
213 -#: builtin/config.c:59 builtin/fast-export.c:987 builtin/fast-export.c:989
214 -#: builtin/grep.c:722 builtin/hash-object.c:100 builtin/ls-files.c:460
215 -#: builtin/ls-files.c:463 builtin/notes.c:399 builtin/notes.c:562
216 -#: builtin/read-tree.c:109 parse-options.h:153
217 -msgid "file"
218 -msgstr "fichier"
198 +#: apply.c:144
199 +msgid "--cached outside a repository"
200 +msgstr "--cached hors d'un dépôt"
201
220 -#: archive.c:433 builtin/archive.c:89
221 -msgid "write the archive to this file"
222 -msgstr "écrire l'archive dans ce fichier"
202 +#: apply.c:845
203 +#, c-format
204 +msgid "Cannot prepare timestamp regexp %s"
205 +msgstr "Impossible de préparer la regexp d'horodatage %s"
206
224 -#: archive.c:435
225 -msgid "read .gitattributes in working directory"
226 -msgstr "lire .gitattributes dans le répertoire de travail"
207 +#: apply.c:854
208 +#, c-format
209 +msgid "regexec returned %d for input: %s"
210 +msgstr "regexec a retourné %d pour l'entrée : %s"
211
228 -#: archive.c:436
229 -msgid "report archived files on stderr"
230 -msgstr "afficher les fichiers archivés sur stderr"
212 +#: apply.c:938
213 +#, c-format
214 +msgid "unable to find filename in patch at line %d"
215 +msgstr "nom de fichier du patch introuvable à la ligne %d"
216
232 -#: archive.c:437
233 -msgid "store only"
234 -msgstr "stockage seulement"
217 +#: apply.c:977
218 +#, c-format
219 +msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
220 +msgstr ""
221 +"git apply : mauvais format de git-diff - /dev/null attendu, %s trouvé à la "
222 +"ligne %d"
223
236 -#: archive.c:438
237 -msgid "compress faster"
238 -msgstr "compression rapide"
224 +#: apply.c:983
225 +#, c-format
226 +msgid "git apply: bad git-diff - inconsistent new filename on line %d"
227 +msgstr ""
228 +"git apply : mauvais format de git-diff - nouveau nom de fichier inconsistant "
229 +"à la ligne %d"
230
240 -#: archive.c:446
241 -msgid "compress better"
242 -msgstr "compression efficace"
231 +#: apply.c:984
232 +#, c-format
233 +msgid "git apply: bad git-diff - inconsistent old filename on line %d"
234 +msgstr ""
235 +"git apply : mauvais format de git-diff - ancien nom de fichier inconsistant "
236 +"à la ligne %d"
237
244 -#: archive.c:449
245 -msgid "list supported archive formats"
246 -msgstr "afficher les formats d'archive supportés"
238 +#: apply.c:990
239 +#, c-format
240 +msgid "git apply: bad git-diff - expected /dev/null on line %d"
241 +msgstr ""
242 +"git apply : mauvais format de git-diff - /dev/null attendu à la ligne %d"
243
248 -#: archive.c:451 builtin/archive.c:90 builtin/clone.c:82
249 -#: builtin/submodule--helper.c:832
250 -msgid "repo"
251 -msgstr "dépôt"
244 +#: apply.c:1488
245 +#, c-format
246 +msgid "recount: unexpected line: %.*s"
247 +msgstr "recomptage : ligne inattendue : %.*s"
248
253 -#: archive.c:452 builtin/archive.c:91
254 -msgid "retrieve the archive from remote repository <repo>"
255 -msgstr "récupérer l'archive depuis le dépôt distant <dépôt>"
249 +#: apply.c:1557
250 +#, c-format
251 +msgid "patch fragment without header at line %d: %.*s"
252 +msgstr "fragment de patch sans en-tête à la ligne %d : %.*s"
253
257 -#: archive.c:453 builtin/archive.c:92 builtin/notes.c:483
258 -msgid "command"
259 -msgstr "commande"
254 +#: apply.c:1577
255 +#, c-format
256 +msgid ""
257 +"git diff header lacks filename information when removing %d leading pathname "
258 +"component (line %d)"
259 +msgid_plural ""
260 +"git diff header lacks filename information when removing %d leading pathname "
261 +"components (line %d)"
262 +msgstr[0] ""
263 +"information de nom de fichier manquante dans l'en-tête de git diff lors de "
264 +"la suppression de %d composant de préfixe de chemin (ligne %d)"
265 +msgstr[1] ""
266 +"information de nom de fichier manquante dans l'en-tête de git diff lors de "
267 +"la suppression de %d composants de préfixe de chemin (ligne %d)"
268
261 -#: archive.c:454 builtin/archive.c:93
262 -msgid "path to the remote git-upload-archive command"
263 -msgstr "chemin vers la commande distante git-upload-archive"
269 +#: apply.c:1589
270 +#, c-format
271 +msgid "git diff header lacks filename information (line %d)"
272 +msgstr "information de nom de fichier manquante dans l'en-tête de git diff (ligne %d)"
273
265 -#: archive.c:461
266 -msgid "Unexpected option --remote"
267 -msgstr "Option --remote inattendue"
274 +#: apply.c:1759
275 +msgid "new file depends on old contents"
276 +msgstr "le nouveau fichier dépend de contenus anciens"
277
269 -#: archive.c:463
270 -msgid "Option --exec can only be used together with --remote"
271 -msgstr "L'option --exec ne peut être utilisée qu'en complément de --remote"
278 +#: apply.c:1761
279 +msgid "deleted file still has contents"
280 +msgstr "le fichier supprimé a encore du contenu"
281
273 -#: archive.c:465
274 -msgid "Unexpected option --output"
275 -msgstr "Option --output inattendue"
282 +#: apply.c:1795
283 +#, c-format
284 +msgid "corrupt patch at line %d"
285 +msgstr "patch corrompu à la ligne %d"
286
277 -#: archive.c:487
287 +#: apply.c:1832
288 #, c-format
279 -msgid "Unknown archive format '%s'"
280 -msgstr "Format d'archive inconnu '%s'"
289 +msgid "new file %s depends on old contents"
290 +msgstr "le nouveau fichier %s dépend de contenus anciens"
291
282 -#: archive.c:494
292 +#: apply.c:1834
293 #, c-format
284 -msgid "Argument not supported for format '%s': -%d"
285 -msgstr "Argument non supporté pour le format '%s' : -%d"
294 +msgid "deleted file %s still has contents"
295 +msgstr "le fichier supprimé %s a encore du contenu"
296
287 -#: attr.c:263
288 -msgid ""
289 -"Negative patterns are ignored in git attributes\n"
290 -"Use '\\!' for literal leading exclamation."
291 -msgstr ""
292 -"Les motifs de négation sont ignorés dans les attributs git\n"
293 -"Utilisez '\\!' pour un point d'exclamation littéral."
297 +#: apply.c:1837
298 +#, c-format
299 +msgid "** warning: file %s becomes empty but is not deleted"
300 +msgstr "** attention : le fichier %s devient vide mais n'est pas supprimé"
301
295 -#: bisect.c:441
302 +#: apply.c:1984
303 #, c-format
297 -msgid "Could not open file '%s'"
298 -msgstr "impossible d'ouvrir le fichier '%s'"
304 +msgid "corrupt binary patch at line %d: %.*s"
305 +msgstr "patch binaire corrompu à la ligne %d : %.*s"
306
300 -#: bisect.c:446
307 +#: apply.c:2021
308 #, c-format
302 -msgid "Badly quoted content in file '%s': %s"
303 -msgstr "Contenu mal cité dans le fichier '%s' : %s"
309 +msgid "unrecognized binary patch at line %d"
310 +msgstr "patch binaire non reconnu à la ligne %d"
311
305 -#: bisect.c:655
312 +#: apply.c:2182
313 #, c-format
307 -msgid "We cannot bisect more!\n"
308 -msgstr "Impossible de pousser la bissection plus loin !\n"
314 +msgid "patch with only garbage at line %d"
315 +msgstr "patch totalement incompréhensible à la ligne %d"
316
310 -#: bisect.c:708
317 +#: apply.c:2274
318 #, c-format
312 -msgid "Not a valid commit name %s"
313 -msgstr "%s n'est pas un nom de commit valide"
319 +msgid "unable to read symlink %s"
320 +msgstr "lecture du lien symbolique %s impossible"
321
315 -#: bisect.c:732
322 +#: apply.c:2278
323 #, c-format
317 -msgid ""
318 -"The merge base %s is bad.\n"
319 -"This means the bug has been fixed between %s and [%s].\n"
320 -msgstr ""
321 -"La base de fusion %s est mauvaise.\n"
322 -"Cela signifie que le bogue été corrigé entre %s et [%s].\n"
324 +msgid "unable to open or read %s"
325 +msgstr "ouverture ou lecture de %s impossible"
326
324 -#: bisect.c:737
327 +#: apply.c:2931
328 #, c-format
326 -msgid ""
327 -"The merge base %s is new.\n"
328 -"The property has changed between %s and [%s].\n"
329 -msgstr ""
330 -"La base de fusion %s est nouvelle.\n"
331 -"La propriété a changé entre %s et [%s].\n"
329 +msgid "invalid start of line: '%c'"
330 +msgstr "début de ligne invalide : '%c'"
331
333 -#: bisect.c:742
332 +#: apply.c:3050
333 #, c-format
335 -msgid ""
336 -"The merge base %s is %s.\n"
337 -"This means the first '%s' commit is between %s and [%s].\n"
338 -msgstr ""
339 -"La base de fusion %s est %s.\n"
340 -"Ceci signifie que le premier commit '%s' est entre %s et [%s].\n"
334 +msgid "Hunk #%d succeeded at %d (offset %d line)."
335 +msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
336 +msgstr[0] "La section n°%d a réussi à la ligne %d (offset %d ligne)."
337 +msgstr[1] "La section n°%d a réussi à la ligne %d (offset %d lignes)."
338
342 -#: bisect.c:750
339 +#: apply.c:3062
340 #, c-format
344 -msgid ""
345 -"Some %s revs are not ancestor of the %s rev.\n"
346 -"git bisect cannot work properly in this case.\n"
347 -"Maybe you mistook %s and %s revs?\n"
348 -msgstr ""
349 -"Certaines révision %s ne sont pas ancêtres de la révision %s.\n"
350 -"git bisect ne peut pas fonctionner correctement dans ce cas.\n"
351 -"Peut-être avez-vous inversé les révisions %s et %s ?\n"
341 +msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
342 +msgstr "Contexte réduit à (%ld/%ld) pour appliquer le fragment à la ligne %d"
343
353 -#: bisect.c:763
344 +#: apply.c:3068
345 #, c-format
346 msgid ""
356 -"the merge base between %s and [%s] must be skipped.\n"
357 -"So we cannot be sure the first %s commit is between %s and %s.\n"
358 -"We continue anyway."
347 +"while searching for:\n"
348 +"%.*s"
349 msgstr ""
360 -"La base de fusion entre %s et [%s] doit être évitée.\n"
361 -"On ne peut donc pas être certain que le premier commit %s se trouve entre %s "
362 -"et %s.\n"
363 -"On continue tout de même."
350 +"pendant la recherche de :\n"
351 +"%.*s"
352
365 -#: bisect.c:798
353 +#: apply.c:3090
354 #, c-format
367 -msgid "Bisecting: a merge base must be tested\n"
368 -msgstr "Bissection : une base de fusion doit être testée\n"
355 +msgid "missing binary patch data for '%s'"
356 +msgstr "données de patch binaire manquantes pour '%s'"
357
370 -#: bisect.c:849
358 +#: apply.c:3098
359 #, c-format
372 -msgid "a %s revision is needed"
373 -msgstr "une révision %s est nécessaire"
360 +msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
361 +msgstr "impossible d'appliquer l'inverse d'un patch binaire à '%s' sans la section inverse"
362
375 -#: bisect.c:866 builtin/notes.c:174 builtin/tag.c:248
363 +#: apply.c:3144
364 #, c-format
377 -msgid "could not create file '%s'"
378 -msgstr "impossible de créer le fichier '%s'"
365 +msgid "cannot apply binary patch to '%s' without full index line"
366 +msgstr "impossible d'appliquer un patch binaire à '%s' sans la ligne complète d'index"
367
380 -#: bisect.c:917
368 +#: apply.c:3154
369 #, c-format
382 -msgid "could not read file '%s'"
383 -msgstr "impossible de lire le fichier '%s'"
370 +msgid ""
371 +"the patch applies to '%s' (%s), which does not match the current contents."
372 +msgstr "le patch s'applique à '%s' (%s), ce qui ne correspond pas au contenu actuel."
373
385 -#: bisect.c:947
386 -msgid "reading bisect refs failed"
387 -msgstr "impossible de lire les références de bissection"
374 +#: apply.c:3162
375 +#, c-format
376 +msgid "the patch applies to an empty '%s' but it is not empty"
377 +msgstr "le patch s'applique à un '%s' vide mais ce n'est pas vide"
378
389 -#: bisect.c:967
379 +#: apply.c:3180
380 #, c-format
391 -msgid "%s was both %s and %s\n"
392 -msgstr "%s était à la fois %s et %s\n"
381 +msgid "the necessary postimage %s for '%s' cannot be read"
382 +msgstr "l'image postérieure nécessaire %s pour '%s' ne peut pas être lue"
383
394 -#: bisect.c:975
384 +#: apply.c:3193
385 #, c-format
396 -msgid ""
397 -"No testable commit found.\n"
398 -"Maybe you started with bad path parameters?\n"
386 +msgid "binary patch does not apply to '%s'"
387 +msgstr "le patch binaire ne s'applique par correctement à '%s'"
388 +
389 +#: apply.c:3199
390 +#, c-format
391 +msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
392 msgstr ""
400 -"Aucun commit testable n'a été trouvé\n"
401 -"Peut-être avez-vous démarré avec un mauvais paramètre de chemin ?\n"
393 +"le patch binaire sur '%s' crée un résultat incorrect (%s attendu, mais %s "
394 +"trouvé)"
395
403 -#: bisect.c:994
396 +#: apply.c:3220
397 #, c-format
405 -msgid "(roughly %d step)"
406 -msgid_plural "(roughly %d steps)"
407 -msgstr[0] "(à peu près %d étape)"
408 -msgstr[1] "(à peu près %d étapes)"
398 +msgid "patch failed: %s:%ld"
399 +msgstr "le patch a échoué : %s:%ld"
400
410 -#. TRANSLATORS: the last %s will be replaced with
411 -#. "(roughly %d steps)" translation
412 -#: bisect.c:998
401 +#: apply.c:3342
402 #, c-format
414 -msgid "Bisecting: %d revision left to test after this %s\n"
415 -msgid_plural "Bisecting: %d revisions left to test after this %s\n"
416 -msgstr[0] "Bissection : %d révision à tester après cette %s\n"
417 -msgstr[1] "Bissection : %d révisions à tester après cette %s\n"
403 +msgid "cannot checkout %s"
404 +msgstr "extraction de %s impossible"
405
419 -#: branch.c:53
406 +#: apply.c:3390 apply.c:3401 apply.c:3447 setup.c:248
407 #, c-format
421 -msgid ""
422 -"\n"
423 -"After fixing the error cause you may try to fix up\n"
424 -"the remote tracking information by invoking\n"
425 -"\"git branch --set-upstream-to=%s%s%s\"."
426 -msgstr ""
427 -"\n"
428 -"Après correction de la cause de l'erreur, vous pouvez essayer de corriger\n"
429 -"l'information de suivi distant en invoquant\n"
430 -"\"git branch --setup-upstream-to=%s%s%s\"."
408 +msgid "failed to read %s"
409 +msgstr "échec de la lecture de %s"
410
432 -#: branch.c:67
411 +#: apply.c:3398
412 #, c-format
434 -msgid "Not setting branch %s as its own upstream."
435 -msgstr "La branche %s ne peut pas être sa propre branche amont."
413 +msgid "reading from '%s' beyond a symbolic link"
414 +msgstr "lecture depuis '%s' au-delà d'un lien symbolique"
415
437 -#: branch.c:93
416 +#: apply.c:3427 apply.c:3667
417 #, c-format
439 -msgid "Branch %s set up to track remote branch %s from %s by rebasing."
440 -msgstr ""
441 -"La branche %s est paramétrée pour suivre la branche distante %s de %s en "
442 -"rebasant."
418 +msgid "path %s has been renamed/deleted"
419 +msgstr "le chemin %s a été renommé/supprimé"
420
444 -#: branch.c:94
421 +#: apply.c:3510 apply.c:3681
422 #, c-format
446 -msgid "Branch %s set up to track remote branch %s from %s."
447 -msgstr ""
448 -"La branche %s est paramétrée pour suivre la branche distante %s depuis %s."
423 +msgid "%s: does not exist in index"
424 +msgstr "%s : n'existe pas dans l'index"
425
450 -#: branch.c:98
426 +#: apply.c:3519 apply.c:3689
427 #, c-format
452 -msgid "Branch %s set up to track local branch %s by rebasing."
453 -msgstr ""
454 -"La branche %s est paramétrée pour suivre la branche locale %s en rebasant."
428 +msgid "%s: does not match index"
429 +msgstr "%s : ne correspond pas à l'index"
430
456 -#: branch.c:99
431 +#: apply.c:3554
432 +msgid "repository lacks the necessary blob to fall back on 3-way merge."
433 +msgstr "le dépôt n'a pas les blobs nécessaires pour un retour à une fusion à 3 points."
434 +
435 +#: apply.c:3557
436 #, c-format
458 -msgid "Branch %s set up to track local branch %s."
459 -msgstr "La branche %s est paramétrée pour suivre la branche locale %s."
437 +msgid "Falling back to three-way merge...\n"
438 +msgstr "Retour à une fusion à 3 points…\n"
439
461 -#: branch.c:104
440 +#: apply.c:3573 apply.c:3577
441 #, c-format
463 -msgid "Branch %s set up to track remote ref %s by rebasing."
464 -msgstr ""
465 -"La branche %s est paramétrée pour suivre la référence distante %s en "
466 -"rebasant."
442 +msgid "cannot read the current contents of '%s'"
443 +msgstr "impossible de lire le contenu actuel de '%s'"
444
468 -#: branch.c:105
445 +#: apply.c:3589
446 #, c-format
470 -msgid "Branch %s set up to track remote ref %s."
471 -msgstr "La branche %s est paramétrée pour suivre la référence distante %s."
447 +msgid "Failed to fall back on three-way merge...\n"
448 +msgstr "Echec du retour à une fusion à 3 points…\n"
449
473 -#: branch.c:109
450 +#: apply.c:3603
451 #, c-format
475 -msgid "Branch %s set up to track local ref %s by rebasing."
476 -msgstr ""
477 -"La branche %s est paramétrée pour suivre la référence locale %s en rebasant."
452 +msgid "Applied patch to '%s' with conflicts.\n"
453 +msgstr "Patch %s appliqué avec des conflits.\n"
454
479 -#: branch.c:110
455 +#: apply.c:3608
456 #, c-format
481 -msgid "Branch %s set up to track local ref %s."
482 -msgstr "La branche %s est paramétrée pour suivre la référence locale %s."
457 +msgid "Applied patch to '%s' cleanly.\n"
458 +msgstr "Patch %s appliqué proprement.\n"
459
484 -#: branch.c:119
485 -msgid "Unable to write upstream branch configuration"
486 -msgstr "Échec de l'écriture de la configuration de branche amont"
460 +#: apply.c:3634
461 +msgid "removal patch leaves file contents"
462 +msgstr "le patch de suppression laisse un contenu dans le fichier"
463
488 -#: branch.c:156
464 +#: apply.c:3706
465 #, c-format
490 -msgid "Not tracking: ambiguous information for ref %s"
491 -msgstr "Pas de suivi : information ambiguë pour la référence %s"
466 +msgid "%s: wrong type"
467 +msgstr "%s : type erroné"
468
493 -#: branch.c:185
469 +#: apply.c:3708
470 #, c-format
495 -msgid "'%s' is not a valid branch name."
496 -msgstr "'%s' n'est pas un nom de branche valide."
471 +msgid "%s has type %o, expected %o"
472 +msgstr "%s est de type %o, mais %o attendu"
473
498 -#: branch.c:190
474 +#: apply.c:3859 apply.c:3861
475 #, c-format
500 -msgid "A branch named '%s' already exists."
501 -msgstr "Une branche nommée '%s' existe déjà."
476 +msgid "invalid path '%s'"
477 +msgstr "chemin invalide '%s'"
478
503 -#: branch.c:198
504 -msgid "Cannot force update the current branch."
505 -msgstr "Impossible de forcer la mise à jour de la branche courante."
479 +#: apply.c:3917
480 +#, c-format
481 +msgid "%s: already exists in index"
482 +msgstr "%s : existe déjà dans l'index"
483
507 -#: branch.c:218
484 +#: apply.c:3920
485 #, c-format
509 -msgid "Cannot setup tracking information; starting point '%s' is not a branch."
510 -msgstr ""
511 -"Impossible de paramétrer le suivi de branche ; le point de départ '%s' n'est "
512 -"pas une branche."
486 +msgid "%s: already exists in working directory"
487 +msgstr "%s : existe déjà dans la copie de travail"
488
514 -#: branch.c:220
489 +#: apply.c:3940
490 #, c-format
516 -msgid "the requested upstream branch '%s' does not exist"
517 -msgstr "la branche amont demandée '%s' n'existe pas"
491 +msgid "new mode (%o) of %s does not match old mode (%o)"
492 +msgstr "le nouveau mode (%o) de %s ne correspond pas à l'ancien mode (%o)"
493
519 -#: branch.c:222
520 -msgid ""
521 -"\n"
522 -"If you are planning on basing your work on an upstream\n"
523 -"branch that already exists at the remote, you may need to\n"
524 -"run \"git fetch\" to retrieve it.\n"
525 -"\n"
526 -"If you are planning to push out a new local branch that\n"
527 -"will track its remote counterpart, you may want to use\n"
528 -"\"git push -u\" to set the upstream config as you push."
494 +#: apply.c:3945
495 +#, c-format
496 +msgid "new mode (%o) of %s does not match old mode (%o) of %s"
497 msgstr ""
530 -"\n"
531 -"Si vous comptez baser votre travail sur une branche\n"
532 -"amont qui existe déjà sur le serveur distant, vous pouvez\n"
533 -"lancer \"git fetch\" pour la récupérer.\n"
534 -"\n"
535 -"Si vous comptez pousser une nouvelle branche locale qui suivra\n"
536 -"sa jumelle distante, vous pouvez utiliser \"git push -u\"\n"
537 -"pour paramétrer le suivi distant en même temps que vous poussez."
498 +"le nouveau mode (%o) de %s ne correspond pas à l'ancien mode (%o) de %s"
499
539 -#: branch.c:266
500 +#: apply.c:3965
501 #, c-format
541 -msgid "Not a valid object name: '%s'."
542 -msgstr "Nom d'objet invalide : '%s'."
502 +msgid "affected file '%s' is beyond a symbolic link"
503 +msgstr "le fichier affecté '%s' est au-delà d'un lien symbolique"
504
544 -#: branch.c:286
505 +#: apply.c:3969
506 #, c-format
546 -msgid "Ambiguous object name: '%s'."
547 -msgstr "Nom d'objet ambigu : '%s'."
507 +msgid "%s: patch does not apply"
508 +msgstr "%s : le patch ne s'applique pas"
509
549 -#: branch.c:291
510 +#: apply.c:3984
511 #, c-format
551 -msgid "Not a valid branch point: '%s'."
552 -msgstr "Point d'embranchement invalide : '%s'."
512 +msgid "Checking patch %s..."
513 +msgstr "Vérification du patch %s..."
514
554 -#: branch.c:345
515 +#: apply.c:4075
516 #, c-format
556 -msgid "'%s' is already checked out at '%s'"
557 -msgstr "'%s' est déjà extrait dans '%s'"
517 +msgid "sha1 information is lacking or useless for submodule %s"
518 +msgstr "l'information sha1 est manquante ou inutilisable pour le sous-module %s"
519
559 -#: branch.c:364
520 +#: apply.c:4082
521 #, c-format
561 -msgid "HEAD of working tree %s is not updated"
562 -msgstr "la HEAD de la copie de travail %s n'est pas mise à jour"
522 +msgid "mode change for %s, which is not in current HEAD"
523 +msgstr "le mode change pour %s, qui n'est pas dans la HEAD actuelle"
524
564 -#: bundle.c:34
525 +#: apply.c:4085
526 #, c-format
566 -msgid "'%s' does not look like a v2 bundle file"
567 -msgstr "'%s' ne semble pas être un fichier bundle v2"
527 +msgid "sha1 information is lacking or useless (%s)."
528 +msgstr "l'information de sha1 est manquante ou inutilisable (%s)."
529
569 -#: bundle.c:61
530 +#: apply.c:4090 builtin/checkout.c:233 builtin/reset.c:135
531 #, c-format
571 -msgid "unrecognized header: %s%s (%d)"
572 -msgstr "en-tête non reconnu : %s%s (%d)"
532 +msgid "make_cache_entry failed for path '%s'"
533 +msgstr "échec de make_cache_entry pour le chemin '%s'"
534
574 -#: bundle.c:87 builtin/commit.c:778
535 +#: apply.c:4094
536 #, c-format
576 -msgid "could not open '%s'"
577 -msgstr "impossible d'ouvrir '%s'"
578 -
579 -#: bundle.c:139
580 -msgid "Repository lacks these prerequisite commits:"
581 -msgstr "Le dépôt ne dispose pas des commits prérequis suivants :"
582 -
583 -#: bundle.c:163 ref-filter.c:1462 sequencer.c:630 sequencer.c:1085
584 -#: builtin/blame.c:2763 builtin/commit.c:1057 builtin/log.c:348
585 -#: builtin/log.c:890 builtin/log.c:1336 builtin/log.c:1659 builtin/log.c:1901
586 -#: builtin/merge.c:356 builtin/shortlog.c:170
587 -msgid "revision walk setup failed"
588 -msgstr "échec de la préparation du parcours des révisions"
537 +msgid "could not add %s to temporary index"
538 +msgstr "impossible d'ajouter %s à l'index temporaire"
539
590 -#: bundle.c:185
540 +#: apply.c:4104
541 #, c-format
592 -msgid "The bundle contains this ref:"
593 -msgid_plural "The bundle contains these %d refs:"
594 -msgstr[0] "Le colis contient cette référence :"
595 -msgstr[1] "Le colis contient ces %d références :"
542 +msgid "could not write temporary index to %s"
543 +msgstr "impossible d'écrire l'index temporaire dans %s"
544
597 -#: bundle.c:192
598 -msgid "The bundle records a complete history."
599 -msgstr "Le colis enregistre l'historique complet."
545 +#: apply.c:4242
546 +#, c-format
547 +msgid "unable to remove %s from index"
548 +msgstr "suppression de %s dans l'index impossible"
549
601 -#: bundle.c:194
550 +#: apply.c:4277
551 #, c-format
603 -msgid "The bundle requires this ref:"
604 -msgid_plural "The bundle requires these %d refs:"
605 -msgstr[0] "Le colis exige cette référence :"
606 -msgstr[1] "Le colis exige ces %d références :"
552 +msgid "corrupt patch for submodule %s"
553 +msgstr "patch corrompu pour le sous-module %s"
554
608 -#: bundle.c:253
609 -msgid "Could not spawn pack-objects"
610 -msgstr "Impossible de créer des objets groupés"
555 +#: apply.c:4283
556 +#, c-format
557 +msgid "unable to stat newly created file '%s'"
558 +msgstr "stat du fichier nouvellement créé '%s' impossible"
559
612 -#: bundle.c:264
613 -msgid "pack-objects died"
614 -msgstr "les objets groupés ont disparu"
560 +#: apply.c:4291
561 +#, c-format
562 +msgid "unable to create backing store for newly created file %s"
563 +msgstr ""
564 +"création du magasin de stockage pour le fichier nouvellement créé %s "
565 +"impossible"
566
616 -#: bundle.c:304
617 -msgid "rev-list died"
618 -msgstr "rev-list a disparu"
567 +#: apply.c:4297 apply.c:4441
568 +#, c-format
569 +msgid "unable to add cache entry for %s"
570 +msgstr "ajout de l'élément de cache %s impossible"
571
620 -#: bundle.c:353
572 +#: apply.c:4338
573 #, c-format
622 -msgid "ref '%s' is excluded by the rev-list options"
623 -msgstr "la référence '%s' est exclue par les options de rev-list"
574 +msgid "failed to write to '%s'"
575 +msgstr "échec de l'écriture dans '%s'"
576
625 -#: bundle.c:443 builtin/log.c:165 builtin/log.c:1565 builtin/shortlog.c:273
577 +#: apply.c:4342
578 #, c-format
627 -msgid "unrecognized argument: %s"
628 -msgstr "argument non reconnu : %s"
579 +msgid "closing file '%s'"
580 +msgstr "fermeture du fichier '%s'"
581
630 -#: bundle.c:451
631 -msgid "Refusing to create empty bundle."
632 -msgstr "Refus de créer un colis vide."
582 +#: apply.c:4412
583 +#, c-format
584 +msgid "unable to write file '%s' mode %o"
585 +msgstr "écriture du fichier '%s' mode %o impossible"
586
634 -#: bundle.c:463
587 +#: apply.c:4510
588 #, c-format
636 -msgid "cannot create '%s'"
637 -msgstr "impossible de créer '%s'"
589 +msgid "Applied patch %s cleanly."
590 +msgstr "Patch %s appliqué proprement."
591
639 -#: bundle.c:491
640 -msgid "index-pack died"
641 -msgstr "l'index de groupe a disparu"
592 +#: apply.c:4518
593 +msgid "internal error"
594 +msgstr "erreur interne"
595
643 -#: color.c:290
596 +#: apply.c:4521
597 #, c-format
645 -msgid "invalid color value: %.*s"
646 -msgstr "Valeur invalide de couleur : %.*s"
598 +msgid "Applying patch %%s with %d reject..."
599 +msgid_plural "Applying patch %%s with %d rejects..."
600 +msgstr[0] "Application du patch %%s avec %d rejet..."
601 +msgstr[1] "Application du patch %%s avec %d rejets..."
602
648 -#: commit.c:40 builtin/am.c:433 builtin/am.c:469 builtin/am.c:1505
649 -#: builtin/am.c:2119
603 +#: apply.c:4532
604 #, c-format
651 -msgid "could not parse %s"
652 -msgstr "impossible d'analyser %s"
605 +msgid "truncating .rej filename to %.*s.rej"
606 +msgstr "troncature du nom de fichier .rej en %.*s.rej"
607
654 -#: commit.c:42
608 +#: apply.c:4540 builtin/fetch.c:740 builtin/fetch.c:989
609 #, c-format
656 -msgid "%s %s is not a commit!"
657 -msgstr "%s %s n'est pas un commit !"
610 +msgid "cannot open %s"
611 +msgstr "impossible d'ouvrir %s"
612
659 -#: compat/obstack.c:406 compat/obstack.c:408
660 -msgid "memory exhausted"
661 -msgstr "plus de mémoire"
613 +#: apply.c:4554
614 +#, c-format
615 +msgid "Hunk #%d applied cleanly."
616 +msgstr "Section n°%d appliquée proprement."
617
663 -#: config.c:516
618 +#: apply.c:4558
619 #, c-format
665 -msgid "bad config line %d in blob %s"
666 -msgstr "ligne %d de config incorrecte dans le blob %s"
620 +msgid "Rejected hunk #%d."
621 +msgstr "Section n°%d rejetée."
622
668 -#: config.c:520
623 +#: apply.c:4668
624 #, c-format
670 -msgid "bad config line %d in file %s"
671 -msgstr "ligne %d de config incorrecte dans le fichier %s"
625 +msgid "Skipped patch '%s'."
626 +msgstr "Chemin '%s' non traité."
627
673 -#: config.c:524
628 +#: apply.c:4676
629 +msgid "unrecognized input"
630 +msgstr "entrée non reconnue"
631 +
632 +#: apply.c:4695
633 +msgid "unable to read index file"
634 +msgstr "lecture du fichier d'index impossible"
635 +
636 +#: apply.c:4833
637 #, c-format
675 -msgid "bad config line %d in standard input"
676 -msgstr "ligne %d de config incorrecte dans l'entrée standard"
638 +msgid "can't open patch '%s': %s"
639 +msgstr "ouverture impossible du patch '%s' :%s"
640
678 -#: config.c:528
641 +#: apply.c:4858
642 #, c-format
680 -msgid "bad config line %d in submodule-blob %s"
681 -msgstr "ligne %d de config incorrecte dans le blob de sous-module %s"
643 +msgid "squelched %d whitespace error"
644 +msgid_plural "squelched %d whitespace errors"
645 +msgstr[0] "%d erreur d'espace ignorée"
646 +msgstr[1] "%d erreurs d'espace ignorées"
647
683 -#: config.c:532
648 +#: apply.c:4864 apply.c:4879
649 #, c-format
685 -msgid "bad config line %d in command line %s"
686 -msgstr "ligne %d de config incorrecte dans la ligne de commande %s"
650 +msgid "%d line adds whitespace errors."
651 +msgid_plural "%d lines add whitespace errors."
652 +msgstr[0] "%d ligne a ajouté des erreurs d'espace."
653 +msgstr[1] "%d lignes ont ajouté des erreurs d'espace."
654
688 -#: config.c:536
655 +#: apply.c:4872
656 #, c-format
690 -msgid "bad config line %d in %s"
691 -msgstr "ligne %d de config incorrecte dans %s"
657 +msgid "%d line applied after fixing whitespace errors."
658 +msgid_plural "%d lines applied after fixing whitespace errors."
659 +msgstr[0] "%d ligne ajoutée après correction des erreurs d'espace."
660 +msgstr[1] "%d lignes ajoutées après correction des erreurs d'espace."
661
693 -#: config.c:655
694 -msgid "out of range"
695 -msgstr "hors plage"
662 +#: apply.c:4888 builtin/add.c:463 builtin/mv.c:286 builtin/rm.c:431
663 +msgid "Unable to write new index file"
664 +msgstr "Impossible d'écrire le nouveau fichier d'index"
665
697 -#: config.c:655
698 -msgid "invalid unit"
699 -msgstr "unité invalide"
666 +#: apply.c:4919 apply.c:4922 builtin/am.c:2277 builtin/am.c:2280
667 +#: builtin/clone.c:95 builtin/fetch.c:98 builtin/pull.c:180
668 +#: builtin/submodule--helper.c:281 builtin/submodule--helper.c:407
669 +#: builtin/submodule--helper.c:589 builtin/submodule--helper.c:592
670 +#: builtin/submodule--helper.c:944 builtin/submodule--helper.c:947
671 +msgid "path"
672 +msgstr "chemin"
673
701 -#: config.c:661
702 -#, c-format
703 -msgid "bad numeric config value '%s' for '%s': %s"
704 -msgstr "valeur numérique de configuration invalide '%s' pour '%s' : %s"
674 +#: apply.c:4920
675 +msgid "don't apply changes matching the given path"
676 +msgstr "ne pas appliquer les modifications qui correspondent au chemin donné"
677
706 -#: config.c:666
707 -#, c-format
708 -msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
709 -msgstr ""
710 -"valeur numérique de configuration incorrecte '%s' pour '%s' dans le blob "
711 -"%s : %s"
678 +#: apply.c:4923
679 +msgid "apply changes matching the given path"
680 +msgstr "appliquer les modifications qui correspondent au chemin donné"
681
713 -#: config.c:669
714 -#, c-format
715 -msgid "bad numeric config value '%s' for '%s' in file %s: %s"
716 -msgstr ""
717 -"valeur numérique de configuration incorrecte '%s' pour '%s' dans le fichier "
718 -"%s : %s"
682 +#: apply.c:4925 builtin/am.c:2286
683 +msgid "num"
684 +msgstr "num"
685
720 -#: config.c:672
721 -#, c-format
722 -msgid "bad numeric config value '%s' for '%s' in standard input: %s"
723 -msgstr ""
724 -"valeur numérique de configuration incorrecte '%s' pour '%s' dans l'entrée "
725 -"standard : %s"
686 +#: apply.c:4926
687 +msgid "remove <num> leading slashes from traditional diff paths"
688 +msgstr "supprimer <num> barres obliques des chemins traditionnels de diff"
689
727 -#: config.c:675
728 -#, c-format
729 -msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
730 -msgstr ""
731 -"valeur numérique de configuration incorrecte '%s' pour '%s' dans le blob de "
732 -"sous-module %s : %s"
690 +#: apply.c:4929
691 +msgid "ignore additions made by the patch"
692 +msgstr "ignorer les additions réalisées par le patch"
693
734 -#: config.c:678
735 -#, c-format
736 -msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
737 -msgstr ""
738 -"valeur numérique de configuration incorrecte '%s' pour '%s' dans la ligne de "
739 -"commande %s : %s"
694 +#: apply.c:4931
695 +msgid "instead of applying the patch, output diffstat for the input"
696 +msgstr "au lieu d'appliquer le patch, afficher le diffstat de l'entrée"
697
741 -#: config.c:681
742 -#, c-format
743 -msgid "bad numeric config value '%s' for '%s' in %s: %s"
698 +#: apply.c:4935
699 +msgid "show number of added and deleted lines in decimal notation"
700 msgstr ""
745 -"valeur numérique de configuration incorrecte '%s' pour '%s' dans %s : %s"
701 +"afficher le nombre de lignes ajoutées et supprimées en notation décimale"
702
747 -#: config.c:768
748 -#, c-format
749 -msgid "failed to expand user dir in: '%s'"
750 -msgstr "impossible d'étendre le répertoire utilisateur dans : '%s'"
703 +#: apply.c:4937
704 +msgid "instead of applying the patch, output a summary for the input"
705 +msgstr "au lieu d'appliquer le patch, afficher un résumer de l'entrée"
706
752 -#: config.c:849 config.c:860
753 -#, c-format
754 -msgid "bad zlib compression level %d"
755 -msgstr "niveau de compression zlib incorrect %d"
707 +#: apply.c:4939
708 +msgid "instead of applying the patch, see if the patch is applicable"
709 +msgstr "au lieu d'appliquer le patch, voir si le patch est applicable"
710
757 -#: config.c:978
758 -#, c-format
759 -msgid "invalid mode for object creation: %s"
760 -msgstr "mode invalide pour la création d'objet : %s"
711 +#: apply.c:4941
712 +msgid "make sure the patch is applicable to the current index"
713 +msgstr "s'assurer que le patch est applicable sur l'index actuel"
714
762 -#: config.c:1312
763 -msgid "unable to parse command-line config"
764 -msgstr "lecture de la configuration de ligne de commande impossible"
715 +#: apply.c:4943
716 +msgid "apply a patch without touching the working tree"
717 +msgstr "appliquer les patch sans toucher à la copie de travail"
718
766 -#: config.c:1362
767 -msgid "unknown error occurred while reading the configuration files"
768 -msgstr "erreur inconnue pendant la lecture des fichiers de configuration"
719 +#: apply.c:4945
720 +msgid "accept a patch that touches outside the working area"
721 +msgstr "accepter un patch qui touche hors de la copie de travail"
722
770 -#: config.c:1716
771 -#, c-format
772 -msgid "unable to parse '%s' from command-line config"
773 -msgstr ""
774 -"impossible d'analyser '%s' depuis le configuration en ligne de commande"
723 +#: apply.c:4947
724 +msgid "also apply the patch (use with --stat/--summary/--check)"
725 +msgstr "appliquer aussi le patch (à utiliser avec ---stat/--summary/--check)"
726
776 -#: config.c:1718
777 -#, c-format
778 -msgid "bad config variable '%s' in file '%s' at line %d"
727 +#: apply.c:4949
728 +msgid "attempt three-way merge if a patch does not apply"
729 +msgstr "tenter une fusion à 3 points si le patch ne s'applique pas proprement"
730 +
731 +#: apply.c:4951
732 +msgid "build a temporary index based on embedded index information"
733 msgstr ""
780 -"variable de configuration '%s' incorrecte dans le fichier '%s' à la ligne %d"
734 +"construire un index temporaire fondé sur l'information de l'index embarqué"
735
782 -#: config.c:1777
783 -#, c-format
784 -msgid "%s has multiple values"
785 -msgstr "%s a des valeurs multiples"
736 +#: apply.c:4954 builtin/checkout-index.c:169 builtin/ls-files.c:505
737 +msgid "paths are separated with NUL character"
738 +msgstr "les chemins sont séparés par un caractère NUL"
739
787 -#: config.c:2311
788 -#, c-format
789 -msgid "could not set '%s' to '%s'"
790 -msgstr "impossible de régler '%s' à '%s'"
740 +#: apply.c:4956
741 +msgid "ensure at least <n> lines of context match"
742 +msgstr "s'assurer d'au moins <n> lignes de correspondance de contexte"
743
792 -#: config.c:2313
793 -#, c-format
794 -msgid "could not unset '%s'"
795 -msgstr "impossible de désinitialiser '%s'"
744 +#: apply.c:4957 builtin/am.c:2265
745 +msgid "action"
746 +msgstr "action"
747
797 -#: connected.c:63 builtin/fsck.c:173 builtin/prune.c:140
798 -msgid "Checking connectivity"
799 -msgstr "Vérification de la connectivité"
748 +#: apply.c:4958
749 +msgid "detect new or modified lines that have whitespace errors"
750 +msgstr ""
751 +"détecter des lignes nouvelles ou modifiées qui contiennent des erreurs "
752 +"d'espace"
753
801 -#: connected.c:74
802 -msgid "Could not run 'git rev-list'"
803 -msgstr "Impossible de lancer 'git rev-list'"
754 +#: apply.c:4961 apply.c:4964
755 +msgid "ignore changes in whitespace when finding context"
756 +msgstr "ignorer des modifications d'espace lors de la recherche de contexte"
757
805 -#: connected.c:94
806 -msgid "failed write to rev-list"
807 -msgstr "impossible d'écrire dans la rev-list"
758 +#: apply.c:4967
759 +msgid "apply the patch in reverse"
760 +msgstr "appliquer le patch en sens inverse"
761
809 -#: connected.c:101
810 -msgid "failed to close rev-list's stdin"
811 -msgstr "impossible de fermer l'entrée standard du rev-list"
762 +#: apply.c:4969
763 +msgid "don't expect at least one line of context"
764 +msgstr "ne pas s'attendre à au moins une ligne de contexte"
765
813 -#: date.c:97
814 -msgid "in the future"
815 -msgstr "dans le futur"
766 +#: apply.c:4971
767 +msgid "leave the rejected hunks in corresponding *.rej files"
768 +msgstr "laisser les sections rejetées dans les fichiers *.rej correspondants"
769
817 -#: date.c:103
818 -#, c-format
819 -msgid "%lu second ago"
820 -msgid_plural "%lu seconds ago"
821 -msgstr[0] "il y a %lu seconde"
822 -msgstr[1] "il y a %lu secondes"
770 +#: apply.c:4973
771 +msgid "allow overlapping hunks"
772 +msgstr "accepter les recouvrements de sections"
773
824 -#: date.c:110
825 -#, c-format
826 -msgid "%lu minute ago"
827 -msgid_plural "%lu minutes ago"
828 -msgstr[0] "il y a %lu minute"
829 -msgstr[1] "il y a %lu minutes"
774 +#: apply.c:4974 builtin/add.c:267 builtin/check-ignore.c:19
775 +#: builtin/commit.c:1339 builtin/count-objects.c:94 builtin/fsck.c:593
776 +#: builtin/log.c:1860 builtin/mv.c:110 builtin/read-tree.c:114
777 +msgid "be verbose"
778 +msgstr "mode verbeux"
779
831 -#: date.c:117
832 -#, c-format
833 -msgid "%lu hour ago"
834 -msgid_plural "%lu hours ago"
835 -msgstr[0] "il y a %lu heure"
836 -msgstr[1] "il y a %lu heures"
780 +#: apply.c:4976
781 +msgid "tolerate incorrectly detected missing new-line at the end of file"
782 +msgstr ""
783 +"tolérer des erreurs de détection de retours chariot manquants en fin de "
784 +"fichier"
785
838 -#: date.c:124
839 -#, c-format
840 -msgid "%lu day ago"
841 -msgid_plural "%lu days ago"
842 -msgstr[0] "il y a %lu jour"
843 -msgstr[1] "il y a %lu jours"
786 +#: apply.c:4979
787 +msgid "do not trust the line counts in the hunk headers"
788 +msgstr "ne pas se fier au compte de lignes dans les en-têtes de section"
789
845 -#: date.c:130
846 -#, c-format
847 -msgid "%lu week ago"
848 -msgid_plural "%lu weeks ago"
849 -msgstr[0] "il y a %lu semaine"
850 -msgstr[1] "il y a %lu semaines"
790 +#: apply.c:4981 builtin/am.c:2274
791 +msgid "root"
792 +msgstr "racine"
793
852 -#: date.c:137
853 -#, c-format
854 -msgid "%lu month ago"
855 -msgid_plural "%lu months ago"
856 -msgstr[0] "il y a %lu mois"
857 -msgstr[1] "il y a %lu mois"
794 +#: apply.c:4982
795 +msgid "prepend <root> to all filenames"
796 +msgstr "préfixer tous les noms de fichier avec <root>"
797
859 -#: date.c:148
860 -#, c-format
861 -msgid "%lu year"
862 -msgid_plural "%lu years"
863 -msgstr[0] "%lu an"
864 -msgstr[1] "%lu ans"
798 +#: archive.c:12
799 +msgid "git archive [<options>] <tree-ish> [<path>...]"
800 +msgstr "git archive [<options>] <arbre ou apparenté> [<chemin>...]"
801
866 -#. TRANSLATORS: "%s" is "<n> years"
867 -#: date.c:151
868 -#, c-format
869 -msgid "%s, %lu month ago"
870 -msgid_plural "%s, %lu months ago"
871 -msgstr[0] "il y a %s et %lu mois"
872 -msgstr[1] "il y a %s et %lu mois"
802 +#: archive.c:13
803 +msgid "git archive --list"
804 +msgstr "git archive --list"
805
874 -#: date.c:156 date.c:161
875 -#, c-format
876 -msgid "%lu year ago"
877 -msgid_plural "%lu years ago"
878 -msgstr[0] "il y a %lu an"
879 -msgstr[1] "il y a %lu ans"
806 +#: archive.c:14
807 +msgid ""
808 +"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
809 +msgstr ""
810 +"git archive --remote <dépôt> [--exec <commande>] [<options>] <arbre ou "
811 +"apparenté> [<chemin>...]"
812
881 -#: diffcore-order.c:24
813 +#: archive.c:15
814 +msgid "git archive --remote <repo> [--exec <cmd>] --list"
815 +msgstr "git archive --remote <dépôt> [--exec <commande>] --list"
816 +
817 +#: archive.c:344 builtin/add.c:152 builtin/add.c:442 builtin/rm.c:327
818 #, c-format
883 -msgid "failed to read orderfile '%s'"
884 -msgstr "impossible de lire le fichier de commande '%s'"
819 +msgid "pathspec '%s' did not match any files"
820 +msgstr "le chemin '%s' ne correspond à aucun fichier"
821
886 -#: diffcore-rename.c:540
887 -msgid "Performing inexact rename detection"
888 -msgstr "Détection de renommage inexact en cours"
822 +#: archive.c:429
823 +msgid "fmt"
824 +msgstr "fmt"
825
890 -#: diff.c:116
891 -#, c-format
892 -msgid " Failed to parse dirstat cut-off percentage '%s'\n"
893 -msgstr ""
894 -" Impossible d'analyser le pourcentage de modification de dirstat '%s'\n"
826 +#: archive.c:429
827 +msgid "archive format"
828 +msgstr "format d'archive"
829
896 -#: diff.c:121
897 -#, c-format
898 -msgid " Unknown dirstat parameter '%s'\n"
899 -msgstr " Paramètre dirstat inconnu '%s'\n"
830 +#: archive.c:430 builtin/log.c:1429
831 +msgid "prefix"
832 +msgstr "préfixe"
833
901 -#: diff.c:225
902 -#, c-format
903 -msgid "Unknown value for 'diff.submodule' config variable: '%s'"
904 -msgstr ""
905 -"Valeur inconnue pour la variable de configuration 'diff.submodule' : '%s'"
834 +#: archive.c:431
835 +msgid "prepend prefix to each pathname in the archive"
836 +msgstr "préfixer chaque chemin de fichier dans l'archive"
837
907 -#: diff.c:277
908 -#, c-format
909 -msgid ""
910 -"Found errors in 'diff.dirstat' config variable:\n"
911 -"%s"
912 -msgstr ""
913 -"Erreurs dans la variable de configuration 'diff.dirstat' :\n"
914 -"%s"
838 +#: archive.c:432 builtin/archive.c:88 builtin/blame.c:2603 builtin/blame.c:2604
839 +#: builtin/config.c:59 builtin/fast-export.c:987 builtin/fast-export.c:989
840 +#: builtin/grep.c:723 builtin/hash-object.c:101 builtin/ls-files.c:539
841 +#: builtin/ls-files.c:542 builtin/notes.c:401 builtin/notes.c:564
842 +#: builtin/read-tree.c:109 parse-options.h:153
843 +msgid "file"
844 +msgstr "fichier"
845
916 -#: diff.c:3017
917 -#, c-format
918 -msgid "external diff died, stopping at %s"
919 -msgstr "l'application de diff externe a disparu, arrêt à %s"
846 +#: archive.c:433 builtin/archive.c:89
847 +msgid "write the archive to this file"
848 +msgstr "écrire l'archive dans ce fichier"
849
921 -#: diff.c:3415
922 -msgid "--follow requires exactly one pathspec"
923 -msgstr "--follow a besoin d'une spécification de chemin unique"
850 +#: archive.c:435
851 +msgid "read .gitattributes in working directory"
852 +msgstr "lire .gitattributes dans le répertoire de travail"
853
925 -#: diff.c:3578
926 -#, c-format
927 -msgid ""
928 -"Failed to parse --dirstat/-X option parameter:\n"
929 -"%s"
930 -msgstr ""
931 -"Impossible d'analyser le paramètre de l'option --dirstat/-X :\n"
932 -"%s"
854 +#: archive.c:436
855 +msgid "report archived files on stderr"
856 +msgstr "afficher les fichiers archivés sur stderr"
857
934 -#: diff.c:3592
935 -#, c-format
936 -msgid "Failed to parse --submodule option parameter: '%s'"
937 -msgstr "Impossible d'analyser le paramètre de l'option --submodule : '%s'"
858 +#: archive.c:437
859 +msgid "store only"
860 +msgstr "stockage seulement"
861
939 -#: dir.c:1823
940 -msgid "failed to get kernel name and information"
941 -msgstr "echec de l'obtention d'information de kernel"
862 +#: archive.c:438
863 +msgid "compress faster"
864 +msgstr "compression rapide"
865
943 -#: dir.c:1942
944 -msgid "Untracked cache is disabled on this system or location."
945 -msgstr "Le cache non suivi est désactivé sur ce système ou sur cet endroit."
866 +#: archive.c:446
867 +msgid "compress better"
868 +msgstr "compression efficace"
869
947 -#: gpg-interface.c:178
948 -msgid "gpg failed to sign the data"
949 -msgstr "gpg n'a pas pu signer les données"
870 +#: archive.c:449
871 +msgid "list supported archive formats"
872 +msgstr "afficher les formats d'archive supportés"
873
951 -#: gpg-interface.c:208
952 -msgid "could not create temporary file"
953 -msgstr "impossible de créer un fichier temporaire"
874 +#: archive.c:451 builtin/archive.c:90 builtin/clone.c:85 builtin/clone.c:88
875 +#: builtin/submodule--helper.c:601 builtin/submodule--helper.c:953
876 +msgid "repo"
877 +msgstr "dépôt"
878
955 -#: gpg-interface.c:210
956 -#, c-format
957 -msgid "failed writing detached signature to '%s'"
958 -msgstr "impossible d'écrire la signature détachée dans '%s'"
879 +#: archive.c:452 builtin/archive.c:91
880 +msgid "retrieve the archive from remote repository <repo>"
881 +msgstr "récupérer l'archive depuis le dépôt distant <dépôt>"
882 +
883 +#: archive.c:453 builtin/archive.c:92 builtin/notes.c:485
884 +msgid "command"
885 +msgstr "commande"
886 +
887 +#: archive.c:454 builtin/archive.c:93
888 +msgid "path to the remote git-upload-archive command"
889 +msgstr "chemin vers la commande distante git-upload-archive"
890 +
891 +#: archive.c:461
892 +msgid "Unexpected option --remote"
893 +msgstr "Option --remote inattendue"
894 +
895 +#: archive.c:463
896 +msgid "Option --exec can only be used together with --remote"
897 +msgstr "L'option --exec ne peut être utilisée qu'en complément de --remote"
898 +
899 +#: archive.c:465
900 +msgid "Unexpected option --output"
901 +msgstr "Option --output inattendue"
902
960 -#: grep.c:1792
903 +#: archive.c:487
904 #, c-format
962 -msgid "'%s': unable to read %s"
963 -msgstr "'%s' : lecture de %s impossible"
905 +msgid "Unknown archive format '%s'"
906 +msgstr "Format d'archive inconnu '%s'"
907
965 -#: grep.c:1809 builtin/clone.c:382 builtin/diff.c:84 builtin/rm.c:155
908 +#: archive.c:494
909 #, c-format
967 -msgid "failed to stat '%s'"
968 -msgstr "échec du stat de '%s'"
910 +msgid "Argument not supported for format '%s': -%d"
911 +msgstr "Argument non supporté pour le format '%s' : -%d"
912 +
913 +#: attr.c:263
914 +msgid ""
915 +"Negative patterns are ignored in git attributes\n"
916 +"Use '\\!' for literal leading exclamation."
917 +msgstr ""
918 +"Les motifs de négation sont ignorés dans les attributs git\n"
919 +"Utilisez '\\!' pour un point d'exclamation littéral."
920
970 -#: grep.c:1820
921 +#: bisect.c:441
922 #, c-format
972 -msgid "'%s': short read"
973 -msgstr "'%s' : lecture tronquée"
923 +msgid "Could not open file '%s'"
924 +msgstr "impossible d'ouvrir le fichier '%s'"
925
975 -#: help.c:205
926 +#: bisect.c:446
927 #, c-format
977 -msgid "available git commands in '%s'"
978 -msgstr "commandes git disponibles dans '%s'"
928 +msgid "Badly quoted content in file '%s': %s"
929 +msgstr "Contenu mal cité dans le fichier '%s' : %s"
930
980 -#: help.c:212
981 -msgid "git commands available from elsewhere on your $PATH"
982 -msgstr "commandes git disponibles depuis un autre endroit de votre $PATH"
931 +#: bisect.c:655
932 +#, c-format
933 +msgid "We cannot bisect more!\n"
934 +msgstr "Impossible de pousser la bissection plus loin !\n"
935
984 -#: help.c:244
985 -msgid "These are common Git commands used in various situations:"
986 -msgstr "Ci-dessous les commandes Git habituelles dans diverses situations :"
936 +#: bisect.c:708
937 +#, c-format
938 +msgid "Not a valid commit name %s"
939 +msgstr "%s n'est pas un nom de commit valide"
940
988 -#: help.c:309
941 +#: bisect.c:732
942 #, c-format
943 msgid ""
991 -"'%s' appears to be a git command, but we were not\n"
992 -"able to execute it. Maybe git-%s is broken?"
944 +"The merge base %s is bad.\n"
945 +"This means the bug has been fixed between %s and [%s].\n"
946 msgstr ""
994 -"'%s' semble être une commande git, mais elle n'a pas pu\n"
995 -"être exécutée. Peut-être git-%s est-elle cassée ?"
996 -
997 -#: help.c:366
998 -msgid "Uh oh. Your system reports no Git commands at all."
999 -msgstr "Ahem. Votre système n'indique aucune commande Git."
947 +"La base de fusion %s est mauvaise.\n"
948 +"Cela signifie que le bogue été corrigé entre %s et [%s].\n"
949
1001 -#: help.c:388
950 +#: bisect.c:737
951 #, c-format
952 msgid ""
1004 -"WARNING: You called a Git command named '%s', which does not exist.\n"
1005 -"Continuing under the assumption that you meant '%s'"
953 +"The merge base %s is new.\n"
954 +"The property has changed between %s and [%s].\n"
955 msgstr ""
1007 -"ATTENTION : vous avez invoqué une commande Git nommée '%s' qui n'existe "
1008 -"pas.\n"
1009 -"Continuons en supposant que vous avez voulu dire '%s'"
1010 -
1011 -#: help.c:393
1012 -#, c-format
1013 -msgid "in %0.1f seconds automatically..."
1014 -msgstr "dans %0.1f secondes automatiquement..."
956 +"La base de fusion %s est nouvelle.\n"
957 +"La propriété a changé entre %s et [%s].\n"
958
1016 -#: help.c:400
959 +#: bisect.c:742
960 #, c-format
1018 -msgid "git: '%s' is not a git command. See 'git --help'."
1019 -msgstr "git : '%s' n'est pas une commande git. Voir 'git --help'."
1020 -
1021 -#: help.c:404 help.c:470
961 msgid ""
1023 -"\n"
1024 -"Did you mean this?"
1025 -msgid_plural ""
1026 -"\n"
1027 -"Did you mean one of these?"
1028 -msgstr[0] ""
1029 -"\n"
1030 -"Vouliez-vous dire cela ?"
1031 -msgstr[1] ""
1032 -"\n"
1033 -"Vouliez-vous dire un de ceux-là ?"
962 +"The merge base %s is %s.\n"
963 +"This means the first '%s' commit is between %s and [%s].\n"
964 +msgstr ""
965 +"La base de fusion %s est %s.\n"
966 +"Ceci signifie que le premier commit '%s' est entre %s et [%s].\n"
967
1035 -#: help.c:466
968 +#: bisect.c:750
969 #, c-format
1037 -msgid "%s: %s - %s"
1038 -msgstr "%s: %s - %s"
970 +msgid ""
971 +"Some %s revs are not ancestor of the %s rev.\n"
972 +"git bisect cannot work properly in this case.\n"
973 +"Maybe you mistook %s and %s revs?\n"
974 +msgstr ""
975 +"Certaines révision %s ne sont pas ancêtres de la révision %s.\n"
976 +"git bisect ne peut pas fonctionner correctement dans ce cas.\n"
977 +"Peut-être avez-vous inversé les révisions %s et %s ?\n"
978
1040 -#: lockfile.c:152
979 +#: bisect.c:763
980 #, c-format
981 msgid ""
1043 -"Unable to create '%s.lock': %s.\n"
1044 -"\n"
1045 -"Another git process seems to be running in this repository, e.g.\n"
1046 -"an editor opened by 'git commit'. Please make sure all processes\n"
1047 -"are terminated then try again. If it still fails, a git process\n"
1048 -"may have crashed in this repository earlier:\n"
1049 -"remove the file manually to continue."
982 +"the merge base between %s and [%s] must be skipped.\n"
983 +"So we cannot be sure the first %s commit is between %s and %s.\n"
984 +"We continue anyway."
985 msgstr ""
1051 -"Impossible de créer '%s.lock' : %s.\n"
1052 -"\n"
1053 -"Il semble qu'un autre processus git est déjà lancé dans ce dépôt,\n"
1054 -"par exemple un éditeur ouvert par 'git commit'. Veuillez vous assurer\n"
1055 -"que tous les processus sont terminés et réessayez. Si l'echec persiste,\n"
1056 -"un processus git peut avoir planté :\n"
1057 -"supprimez le fichier manuellement pour poursuivre."
986 +"La base de fusion entre %s et [%s] doit être évitée.\n"
987 +"On ne peut donc pas être certain que le premier commit %s se trouve entre %s "
988 +"et %s.\n"
989 +"On continue tout de même."
990
1059 -#: lockfile.c:160
991 +#: bisect.c:798
992 #, c-format
1061 -msgid "Unable to create '%s.lock': %s"
1062 -msgstr "Impossible de créer '%s.lock' : %s"
1063 -
1064 -#: merge.c:41
1065 -msgid "failed to read the cache"
1066 -msgstr "impossible de lire le cache"
1067 -
1068 -#: merge.c:94 builtin/am.c:1992 builtin/am.c:2027 builtin/checkout.c:375
1069 -#: builtin/checkout.c:589 builtin/clone.c:732
1070 -msgid "unable to write new index file"
1071 -msgstr "impossible d'écrire le nouveau fichier d'index"
1072 -
1073 -#: merge-recursive.c:209
1074 -msgid "(bad commit)\n"
1075 -msgstr "(mauvais commit)\n"
993 +msgid "Bisecting: a merge base must be tested\n"
994 +msgstr "Bissection : une base de fusion doit être testée\n"
995
1077 -#: merge-recursive.c:231
996 +#: bisect.c:849
997 #, c-format
1079 -msgid "addinfo_cache failed for path '%s'"
1080 -msgstr "échec de addinfo_cache pour le chemin '%s'"
1081 -
1082 -#: merge-recursive.c:301
1083 -msgid "error building trees"
1084 -msgstr "erreur de construction des arbres"
998 +msgid "a %s revision is needed"
999 +msgstr "une révision %s est nécessaire"
1000
1086 -#: merge-recursive.c:720
1001 +#: bisect.c:866 builtin/notes.c:174 builtin/tag.c:248
1002 #, c-format
1088 -msgid "failed to create path '%s'%s"
1089 -msgstr "impossible de créer le chemin '%s' %s"
1003 +msgid "could not create file '%s'"
1004 +msgstr "impossible de créer le fichier '%s'"
1005
1091 -#: merge-recursive.c:731
1006 +#: bisect.c:917
1007 #, c-format
1093 -msgid "Removing %s to make room for subdirectory\n"
1094 -msgstr "Suppression de %s pour faire de la place pour le sous-répertoire\n"
1008 +msgid "could not read file '%s'"
1009 +msgstr "impossible de lire le fichier '%s'"
1010
1096 -#: merge-recursive.c:745 merge-recursive.c:764
1097 -msgid ": perhaps a D/F conflict?"
1098 -msgstr ": peut-être un conflit D/F ?"
1011 +#: bisect.c:947
1012 +msgid "reading bisect refs failed"
1013 +msgstr "impossible de lire les références de bissection"
1014
1100 -#: merge-recursive.c:754
1015 +#: bisect.c:967
1016 #, c-format
1102 -msgid "refusing to lose untracked file at '%s'"
1103 -msgstr "refus de perdre le fichier non suivi '%s'"
1017 +msgid "%s was both %s and %s\n"
1018 +msgstr "%s était à la fois %s et %s\n"
1019
1105 -#: merge-recursive.c:796
1020 +#: bisect.c:975
1021 #, c-format
1107 -msgid "cannot read object %s '%s'"
1108 -msgstr "impossible de lire l'objet %s '%s'"
1022 +msgid ""
1023 +"No testable commit found.\n"
1024 +"Maybe you started with bad path parameters?\n"
1025 +msgstr ""
1026 +"Aucun commit testable n'a été trouvé\n"
1027 +"Peut-être avez-vous démarré avec un mauvais paramètre de chemin ?\n"
1028
1110 -#: merge-recursive.c:798
1029 +#: bisect.c:994
1030 #, c-format
1112 -msgid "blob expected for %s '%s'"
1113 -msgstr "blob attendu pour %s '%s'"
1031 +msgid "(roughly %d step)"
1032 +msgid_plural "(roughly %d steps)"
1033 +msgstr[0] "(à peu près %d étape)"
1034 +msgstr[1] "(à peu près %d étapes)"
1035
1115 -#: merge-recursive.c:822
1036 +#. TRANSLATORS: the last %s will be replaced with
1037 +#. "(roughly %d steps)" translation
1038 +#: bisect.c:998
1039 #, c-format
1117 -msgid "failed to open '%s': %s"
1118 -msgstr "échec à l'ouverture de '%s' : %s"
1040 +msgid "Bisecting: %d revision left to test after this %s\n"
1041 +msgid_plural "Bisecting: %d revisions left to test after this %s\n"
1042 +msgstr[0] "Bissection : %d révision à tester après cette %s\n"
1043 +msgstr[1] "Bissection : %d révisions à tester après cette %s\n"
1044
1120 -#: merge-recursive.c:833
1045 +#: branch.c:53
1046 #, c-format
1122 -msgid "failed to symlink '%s': %s"
1123 -msgstr "échec à la création du lien symbolique '%s' : %s"
1047 +msgid ""
1048 +"\n"
1049 +"After fixing the error cause you may try to fix up\n"
1050 +"the remote tracking information by invoking\n"
1051 +"\"git branch --set-upstream-to=%s%s%s\"."
1052 +msgstr ""
1053 +"\n"
1054 +"Après correction de la cause de l'erreur, vous pouvez essayer de corriger\n"
1055 +"l'information de suivi distant en invoquant\n"
1056 +"\"git branch --setup-upstream-to=%s%s%s\"."
1057
1125 -#: merge-recursive.c:838
1058 +#: branch.c:67
1059 #, c-format
1127 -msgid "do not know what to do with %06o %s '%s'"
1128 -msgstr "ne sait pas traiter %06o %s '%s'"
1129 -
1130 -#: merge-recursive.c:978
1131 -msgid "Failed to execute internal merge"
1132 -msgstr "Échec à l'exécution de la fusion interne"
1060 +msgid "Not setting branch %s as its own upstream."
1061 +msgstr "La branche %s ne peut pas être sa propre branche amont."
1062
1134 -#: merge-recursive.c:982
1063 +#: branch.c:93
1064 #, c-format
1136 -msgid "Unable to add %s to database"
1137 -msgstr "Impossible d'ajouter %s à la base de données"
1065 +msgid "Branch %s set up to track remote branch %s from %s by rebasing."
1066 +msgstr ""
1067 +"La branche %s est paramétrée pour suivre la branche distante %s de %s en "
1068 +"rebasant."
1069
1139 -#: merge-recursive.c:1081 merge-recursive.c:1095
1070 +#: branch.c:94
1071 #, c-format
1141 -msgid ""
1142 -"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
1143 -"in tree."
1072 +msgid "Branch %s set up to track remote branch %s from %s."
1073 msgstr ""
1145 -"CONFLIT (%s/suppression) : %s supprimé dans %s et %s dans %s. Version %s de "
1146 -"%s laissée dans l'arbre."
1074 +"La branche %s est paramétrée pour suivre la branche distante %s depuis %s."
1075
1148 -#: merge-recursive.c:1087 merge-recursive.c:1100
1076 +#: branch.c:98
1077 #, c-format
1150 -msgid ""
1151 -"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
1152 -"in tree at %s."
1078 +msgid "Branch %s set up to track local branch %s by rebasing."
1079 msgstr ""
1154 -"CONFLIT (%s/suppression) : %s supprimé dans %s et %s dans %s. Version %s de "
1155 -"%s laissée dans l'arbre dans le fichier %s."
1156 -
1157 -#: merge-recursive.c:1143
1158 -msgid "rename"
1159 -msgstr "renommage"
1160 -
1161 -#: merge-recursive.c:1143
1162 -msgid "renamed"
1163 -msgstr "renommé"
1080 +"La branche %s est paramétrée pour suivre la branche locale %s en rebasant."
1081
1165 -#: merge-recursive.c:1200
1082 +#: branch.c:99
1083 #, c-format
1167 -msgid "%s is a directory in %s adding as %s instead"
1168 -msgstr "%s est un répertoire dans %s ajouté plutôt comme %s"
1084 +msgid "Branch %s set up to track local branch %s."
1085 +msgstr "La branche %s est paramétrée pour suivre la branche locale %s."
1086
1170 -#: merge-recursive.c:1225
1087 +#: branch.c:104
1088 #, c-format
1172 -msgid ""
1173 -"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
1174 -"\"->\"%s\" in \"%s\"%s"
1089 +msgid "Branch %s set up to track remote ref %s by rebasing."
1090 msgstr ""
1176 -"CONFLIT (renommage/renommage) : Renommage de \"%s\"->\"%s\" dans la branche "
1177 -"\"%s\" et renommage \"%s\"->\"%s\" dans \"%s\"%s"
1091 +"La branche %s est paramétrée pour suivre la référence distante %s en "
1092 +"rebasant."
1093
1179 -#: merge-recursive.c:1230
1180 -msgid " (left unresolved)"
1181 -msgstr " (laissé non résolu)"
1094 +#: branch.c:105
1095 +#, c-format
1096 +msgid "Branch %s set up to track remote ref %s."
1097 +msgstr "La branche %s est paramétrée pour suivre la référence distante %s."
1098
1183 -#: merge-recursive.c:1292
1099 +#: branch.c:109
1100 #, c-format
1185 -msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
1101 +msgid "Branch %s set up to track local ref %s by rebasing."
1102 msgstr ""
1187 -"CONFLIT (renommage/renommage) : renommage '%s'->'%s' dans %s. Renommage '%s'-"
1188 -">'%s' dans %s"
1103 +"La branche %s est paramétrée pour suivre la référence locale %s en rebasant."
1104
1190 -#: merge-recursive.c:1325
1105 +#: branch.c:110
1106 #, c-format
1192 -msgid "Renaming %s to %s and %s to %s instead"
1193 -msgstr "Renommage de %s en %s et de %s en %s à la place"
1107 +msgid "Branch %s set up to track local ref %s."
1108 +msgstr "La branche %s est paramétrée pour suivre la référence locale %s."
1109
1195 -#: merge-recursive.c:1531
1196 -#, c-format
1197 -msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
1198 -msgstr ""
1199 -"CONFLIT (renommage/ajout) : Renommage de %s->%s dans %s. %s ajouté dans %s"
1110 +#: branch.c:119
1111 +msgid "Unable to write upstream branch configuration"
1112 +msgstr "Échec de l'écriture de la configuration de branche amont"
1113
1201 -#: merge-recursive.c:1546
1114 +#: branch.c:156
1115 #, c-format
1203 -msgid "Adding merged %s"
1204 -msgstr "Ajout de %s fusionné"
1116 +msgid "Not tracking: ambiguous information for ref %s"
1117 +msgstr "Pas de suivi : information ambiguë pour la référence %s"
1118
1206 -#: merge-recursive.c:1553 merge-recursive.c:1766
1119 +#: branch.c:185
1120 #, c-format
1208 -msgid "Adding as %s instead"
1209 -msgstr "Ajout plutôt comme %s"
1121 +msgid "'%s' is not a valid branch name."
1122 +msgstr "'%s' n'est pas un nom de branche valide."
1123
1211 -#: merge-recursive.c:1610
1124 +#: branch.c:190
1125 #, c-format
1213 -msgid "cannot read object %s"
1214 -msgstr "impossible de lire l'objet %s"
1126 +msgid "A branch named '%s' already exists."
1127 +msgstr "Une branche nommée '%s' existe déjà."
1128
1216 -#: merge-recursive.c:1613
1217 -#, c-format
1218 -msgid "object %s is not a blob"
1219 -msgstr "l'objet %s n'est pas un blob"
1129 +#: branch.c:198
1130 +msgid "Cannot force update the current branch."
1131 +msgstr "Impossible de forcer la mise à jour de la branche courante."
1132
1221 -#: merge-recursive.c:1666
1222 -msgid "modify"
1223 -msgstr "modification"
1133 +#: branch.c:218
1134 +#, c-format
1135 +msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1136 +msgstr ""
1137 +"Impossible de paramétrer le suivi de branche ; le point de départ '%s' n'est "
1138 +"pas une branche."
1139
1225 -#: merge-recursive.c:1666
1226 -msgid "modified"
1227 -msgstr "modifié"
1140 +#: branch.c:220
1141 +#, c-format
1142 +msgid "the requested upstream branch '%s' does not exist"
1143 +msgstr "la branche amont demandée '%s' n'existe pas"
1144
1229 -#: merge-recursive.c:1676
1230 -msgid "content"
1231 -msgstr "contenu"
1145 +#: branch.c:222
1146 +msgid ""
1147 +"\n"
1148 +"If you are planning on basing your work on an upstream\n"
1149 +"branch that already exists at the remote, you may need to\n"
1150 +"run \"git fetch\" to retrieve it.\n"
1151 +"\n"
1152 +"If you are planning to push out a new local branch that\n"
1153 +"will track its remote counterpart, you may want to use\n"
1154 +"\"git push -u\" to set the upstream config as you push."
1155 +msgstr ""
1156 +"\n"
1157 +"Si vous comptez baser votre travail sur une branche\n"
1158 +"amont qui existe déjà sur le serveur distant, vous pouvez\n"
1159 +"lancer \"git fetch\" pour la récupérer.\n"
1160 +"\n"
1161 +"Si vous comptez pousser une nouvelle branche locale qui suivra\n"
1162 +"sa jumelle distante, vous pouvez utiliser \"git push -u\"\n"
1163 +"pour paramétrer le suivi distant en même temps que vous poussez."
1164
1233 -#: merge-recursive.c:1683
1234 -msgid "add/add"
1235 -msgstr "ajout/ajout"
1165 +#: branch.c:266
1166 +#, c-format
1167 +msgid "Not a valid object name: '%s'."
1168 +msgstr "Nom d'objet invalide : '%s'."
1169
1237 -#: merge-recursive.c:1718
1170 +#: branch.c:286
1171 #, c-format
1239 -msgid "Skipped %s (merged same as existing)"
1240 -msgstr "%s sauté (fusion identique à l'existant)"
1172 +msgid "Ambiguous object name: '%s'."
1173 +msgstr "Nom d'objet ambigu : '%s'."
1174
1242 -#: merge-recursive.c:1732
1175 +#: branch.c:291
1176 #, c-format
1244 -msgid "Auto-merging %s"
1245 -msgstr "Fusion automatique de %s"
1246 -
1247 -#: merge-recursive.c:1736 git-submodule.sh:919
1248 -msgid "submodule"
1249 -msgstr "sous-module"
1177 +msgid "Not a valid branch point: '%s'."
1178 +msgstr "Point d'embranchement invalide : '%s'."
1179
1251 -#: merge-recursive.c:1737
1180 +#: branch.c:345
1181 #, c-format
1253 -msgid "CONFLICT (%s): Merge conflict in %s"
1254 -msgstr "CONFLIT (%s) : Conflit de fusion dans %s"
1182 +msgid "'%s' is already checked out at '%s'"
1183 +msgstr "'%s' est déjà extrait dans '%s'"
1184
1256 -#: merge-recursive.c:1831
1185 +#: branch.c:364
1186 #, c-format
1258 -msgid "Removing %s"
1259 -msgstr "Suppression de %s"
1260 -
1261 -#: merge-recursive.c:1857
1262 -msgid "file/directory"
1263 -msgstr "fichier/répertoire"
1264 -
1265 -#: merge-recursive.c:1863
1266 -msgid "directory/file"
1267 -msgstr "répertoire/fichier"
1187 +msgid "HEAD of working tree %s is not updated"
1188 +msgstr "la HEAD de la copie de travail %s n'est pas mise à jour"
1189
1269 -#: merge-recursive.c:1868
1190 +#: bundle.c:34
1191 #, c-format
1271 -msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
1272 -msgstr ""
1273 -"CONFLIT (%s) : Il y a un répertoire nommé %s dans %s. Ajout de %s comme %s"
1192 +msgid "'%s' does not look like a v2 bundle file"
1193 +msgstr "'%s' ne semble pas être un fichier bundle v2"
1194
1275 -#: merge-recursive.c:1877
1195 +#: bundle.c:61
1196 #, c-format
1277 -msgid "Adding %s"
1278 -msgstr "Ajout de %s"
1279 -
1280 -#: merge-recursive.c:1914
1281 -msgid "Already up-to-date!"
1282 -msgstr "Déjà à jour !"
1197 +msgid "unrecognized header: %s%s (%d)"
1198 +msgstr "en-tête non reconnu : %s%s (%d)"
1199
1284 -#: merge-recursive.c:1923
1200 +#: bundle.c:87 sequencer.c:963 builtin/commit.c:777
1201 #, c-format
1286 -msgid "merging of trees %s and %s failed"
1287 -msgstr "échec de fusion des arbres %s et %s"
1202 +msgid "could not open '%s'"
1203 +msgstr "impossible d'ouvrir '%s'"
1204
1289 -#: merge-recursive.c:2006
1290 -msgid "Merging:"
1291 -msgstr "Fusion :"
1205 +#: bundle.c:139
1206 +msgid "Repository lacks these prerequisite commits:"
1207 +msgstr "Le dépôt ne dispose pas des commits prérequis suivants :"
1208
1293 -#: merge-recursive.c:2019
1209 +#: bundle.c:163 ref-filter.c:1462 sequencer.c:830 sequencer.c:1374
1210 +#: builtin/blame.c:2814 builtin/commit.c:1061 builtin/log.c:348
1211 +#: builtin/log.c:890 builtin/log.c:1340 builtin/log.c:1666 builtin/log.c:1909
1212 +#: builtin/merge.c:356 builtin/shortlog.c:170
1213 +msgid "revision walk setup failed"
1214 +msgstr "échec de la préparation du parcours des révisions"
1215 +
1216 +#: bundle.c:185
1217 #, c-format
1295 -msgid "found %u common ancestor:"
1296 -msgid_plural "found %u common ancestors:"
1297 -msgstr[0] "%u ancêtre commun trouvé :"
1298 -msgstr[1] "%u ancêtres communs trouvés :"
1218 +msgid "The bundle contains this ref:"
1219 +msgid_plural "The bundle contains these %d refs:"
1220 +msgstr[0] "Le colis contient cette référence :"
1221 +msgstr[1] "Le colis contient ces %d références :"
1222
1300 -#: merge-recursive.c:2058
1301 -msgid "merge returned no commit"
1302 -msgstr "la fusion n'a pas retourné de commit"
1223 +#: bundle.c:192
1224 +msgid "The bundle records a complete history."
1225 +msgstr "Le colis enregistre l'historique complet."
1226
1304 -#: merge-recursive.c:2121
1227 +#: bundle.c:194
1228 #, c-format
1306 -msgid "Could not parse object '%s'"
1307 -msgstr "Impossible d'analyser l'objet '%s'"
1308 -
1309 -#: merge-recursive.c:2135 builtin/merge.c:641 builtin/merge.c:788
1310 -msgid "Unable to write index."
1311 -msgstr "Impossible d'écrire l'index."
1229 +msgid "The bundle requires this ref:"
1230 +msgid_plural "The bundle requires these %d refs:"
1231 +msgstr[0] "Le colis exige cette référence :"
1232 +msgstr[1] "Le colis exige ces %d références :"
1233
1313 -#: notes-utils.c:41
1314 -msgid "Cannot commit uninitialized/unreferenced notes tree"
1315 -msgstr "Impossible de valider un arbre de notes non initialisé/référencé"
1234 +#: bundle.c:253
1235 +msgid "Could not spawn pack-objects"
1236 +msgstr "Impossible de créer des objets groupés"
1237
1317 -#: notes-utils.c:100
1318 -#, c-format
1319 -msgid "Bad notes.rewriteMode value: '%s'"
1320 -msgstr "Mauvaise valeur de notes.rewriteMode : '%s'"
1238 +#: bundle.c:264
1239 +msgid "pack-objects died"
1240 +msgstr "les objets groupés ont disparu"
1241
1322 -#: notes-utils.c:110
1323 -#, c-format
1324 -msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
1325 -msgstr "Refus de réécrire des notes dans %s (hors de refs/notes/)"
1242 +#: bundle.c:304
1243 +msgid "rev-list died"
1244 +msgstr "rev-list a disparu"
1245
1327 -#. TRANSLATORS: The first %s is the name of the
1328 -#. environment variable, the second %s is its value
1329 -#: notes-utils.c:137
1246 +#: bundle.c:353
1247 #, c-format
1331 -msgid "Bad %s value: '%s'"
1332 -msgstr "Mauvaise valeur de %s : '%s'"
1248 +msgid "ref '%s' is excluded by the rev-list options"
1249 +msgstr "la référence '%s' est exclue par les options de rev-list"
1250
1334 -#: object.c:242
1251 +#: bundle.c:443 builtin/log.c:165 builtin/log.c:1572 builtin/shortlog.c:273
1252 #, c-format
1336 -msgid "unable to parse object: %s"
1337 -msgstr "impossible d'analyser l'objet : %s"
1253 +msgid "unrecognized argument: %s"
1254 +msgstr "argument non reconnu : %s"
1255
1339 -#: parse-options.c:572
1340 -msgid "..."
1341 -msgstr "..."
1256 +#: bundle.c:451
1257 +msgid "Refusing to create empty bundle."
1258 +msgstr "Refus de créer un colis vide."
1259
1343 -#: parse-options.c:590
1260 +#: bundle.c:463
1261 #, c-format
1345 -msgid "usage: %s"
1346 -msgstr "usage : %s"
1262 +msgid "cannot create '%s'"
1263 +msgstr "impossible de créer '%s'"
1264
1348 -#. TRANSLATORS: the colon here should align with the
1349 -#. one in "usage: %s" translation
1350 -#: parse-options.c:594
1351 -#, c-format
1352 -msgid " or: %s"
1353 -msgstr " ou : %s"
1265 +#: bundle.c:491
1266 +msgid "index-pack died"
1267 +msgstr "l'index de groupe a disparu"
1268
1355 -#: parse-options.c:597
1269 +#: color.c:290
1270 #, c-format
1357 -msgid " %s"
1358 -msgstr " %s"
1359 -
1360 -#: parse-options.c:631
1361 -msgid "-NUM"
1362 -msgstr "-NUM"
1271 +msgid "invalid color value: %.*s"
1272 +msgstr "Valeur invalide de couleur : %.*s"
1273
1364 -#: parse-options-cb.c:108
1274 +#: commit.c:40 builtin/am.c:421 builtin/am.c:457 builtin/am.c:1493
1275 +#: builtin/am.c:2127
1276 #, c-format
1366 -msgid "malformed object name '%s'"
1367 -msgstr "nom d'objet malformé '%s'"
1277 +msgid "could not parse %s"
1278 +msgstr "impossible d'analyser %s"
1279
1369 -#: path.c:798
1280 +#: commit.c:42
1281 #, c-format
1371 -msgid "Could not make %s writable by group"
1372 -msgstr "Impossible de rendre %s inscriptible pour le groupe"
1373 -
1374 -#: pathspec.c:133
1375 -msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
1376 -msgstr ""
1377 -"les réglages de spécificateurs de chemin généraux 'glob' et 'noglob' sont "
1378 -"incompatibles"
1282 +msgid "%s %s is not a commit!"
1283 +msgstr "%s %s n'est pas un commit !"
1284
1380 -#: pathspec.c:143
1285 +#: commit.c:1514
1286 msgid ""
1382 -"global 'literal' pathspec setting is incompatible with all other global "
1383 -"pathspec settings"
1287 +"Warning: commit message did not conform to UTF-8.\n"
1288 +"You may want to amend it after fixing the message, or set the config\n"
1289 +"variable i18n.commitencoding to the encoding your project uses.\n"
1290 msgstr ""
1385 -"le réglage global de spécificateur de chemin 'literal' est incompatible avec "
1386 -"tous les autres réglages globaux de spécificateur de chemin"
1387 -
1388 -#: pathspec.c:177
1389 -msgid "invalid parameter for pathspec magic 'prefix'"
1390 -msgstr "paramètre invalide pour le spécificateur magique de chemin 'prefix'"
1291 +"Avertissement : le message de validation ne se conforme pas à UTF-8.\n"
1292 +"Vous souhaitez peut-être le modifier après correction du message ou régler la\n"
1293 +"variable de configuration i18n.commitencoding à l'encodage utilisé par votre projet.\n"
1294
1392 -#: pathspec.c:183
1393 -#, c-format
1394 -msgid "Invalid pathspec magic '%.*s' in '%s'"
1395 -msgstr "La spécification magique de chemin '%.*s' est invalide dans '%s'"
1396 -
1397 -#: pathspec.c:187
1398 -#, c-format
1399 -msgid "Missing ')' at the end of pathspec magic in '%s'"
1400 -msgstr "')' manquante à la fin du spécificateur magique de chemin dans '%s'"
1295 +#: compat/obstack.c:406 compat/obstack.c:408
1296 +msgid "memory exhausted"
1297 +msgstr "plus de mémoire"
1298
1402 -#: pathspec.c:205
1299 +#: config.c:516
1300 #, c-format
1404 -msgid "Unimplemented pathspec magic '%c' in '%s'"
1405 -msgstr "Spécificateur magique '%c' non implémenté dans '%s'"
1301 +msgid "bad config line %d in blob %s"
1302 +msgstr "ligne %d de config incorrecte dans le blob %s"
1303
1407 -#: pathspec.c:230
1304 +#: config.c:520
1305 #, c-format
1409 -msgid "%s: 'literal' and 'glob' are incompatible"
1410 -msgstr "%s : 'literal' et 'glob' sont incompatibles"
1306 +msgid "bad config line %d in file %s"
1307 +msgstr "ligne %d de config incorrecte dans le fichier %s"
1308
1412 -#: pathspec.c:241
1309 +#: config.c:524
1310 #, c-format
1414 -msgid "%s: '%s' is outside repository"
1415 -msgstr "%s : '%s' est hors du dépôt"
1311 +msgid "bad config line %d in standard input"
1312 +msgstr "ligne %d de config incorrecte dans l'entrée standard"
1313
1417 -#: pathspec.c:291
1314 +#: config.c:528
1315 #, c-format
1419 -msgid "Pathspec '%s' is in submodule '%.*s'"
1420 -msgstr "Le chemin '%s' est dans le sous-module '%.*s'"
1316 +msgid "bad config line %d in submodule-blob %s"
1317 +msgstr "ligne %d de config incorrecte dans le blob de sous-module %s"
1318
1422 -#: pathspec.c:353
1319 +#: config.c:532
1320 #, c-format
1424 -msgid "%s: pathspec magic not supported by this command: %s"
1425 -msgstr ""
1426 -"%s : le spécificateur magique de chemin n'est pas supporté par cette "
1427 -"commande : %s"
1321 +msgid "bad config line %d in command line %s"
1322 +msgstr "ligne %d de config incorrecte dans la ligne de commande %s"
1323
1429 -#: pathspec.c:433
1324 +#: config.c:536
1325 #, c-format
1431 -msgid "pathspec '%s' is beyond a symbolic link"
1432 -msgstr "le chemin '%s' est au-delà d'un lien symbolique"
1326 +msgid "bad config line %d in %s"
1327 +msgstr "ligne %d de config incorrecte dans %s"
1328
1434 -#: pathspec.c:442
1435 -msgid ""
1436 -"There is nothing to exclude from by :(exclude) patterns.\n"
1437 -"Perhaps you forgot to add either ':/' or '.' ?"
1438 -msgstr ""
1439 -"Il n'y a rien dont il faut exclure par des motifs :(exclure).\n"
1440 -"Peut-être avez-vous oublié d'ajouter ':/' ou '.' ?"
1329 +#: config.c:655
1330 +msgid "out of range"
1331 +msgstr "hors plage"
1332
1442 -#: pretty.c:973
1443 -msgid "unable to parse --pretty format"
1444 -msgstr "impossible d'analyser le format --pretty"
1333 +#: config.c:655
1334 +msgid "invalid unit"
1335 +msgstr "unité invalide"
1336
1446 -#: progress.c:235
1447 -msgid "done"
1448 -msgstr "fait"
1337 +#: config.c:661
1338 +#, c-format
1339 +msgid "bad numeric config value '%s' for '%s': %s"
1340 +msgstr "valeur numérique de configuration invalide '%s' pour '%s' : %s"
1341
1450 -#: read-cache.c:1281
1342 +#: config.c:666
1343 #, c-format
1452 -msgid ""
1453 -"index.version set, but the value is invalid.\n"
1454 -"Using version %i"
1344 +msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1345 msgstr ""
1456 -"version d'index renseignée, mais la valeur est invalide.\n"
1457 -"Utilisation de la version %i"
1346 +"valeur numérique de configuration incorrecte '%s' pour '%s' dans le blob "
1347 +"%s : %s"
1348
1459 -#: read-cache.c:1291
1349 +#: config.c:669
1350 #, c-format
1461 -msgid ""
1462 -"GIT_INDEX_VERSION set, but the value is invalid.\n"
1463 -"Using version %i"
1351 +msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1352 msgstr ""
1465 -"GIT_INDEX_VERSION est renseigné, mais la valeur est invalide.\n"
1466 -"Utilisation de la version %i"
1353 +"valeur numérique de configuration incorrecte '%s' pour '%s' dans le fichier "
1354 +"%s : %s"
1355
1468 -#: refs.c:551 builtin/merge.c:840
1356 +#: config.c:672
1357 #, c-format
1470 -msgid "Could not open '%s' for writing"
1471 -msgstr "Impossible d'ouvrir '%s' en écriture"
1358 +msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1359 +msgstr ""
1360 +"valeur numérique de configuration incorrecte '%s' pour '%s' dans l'entrée "
1361 +"standard : %s"
1362
1473 -#: refs/files-backend.c:2534
1363 +#: config.c:675
1364 #, c-format
1475 -msgid "could not delete reference %s: %s"
1476 -msgstr "Impossible de supprimer la référence %s : %s"
1365 +msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1366 +msgstr ""
1367 +"valeur numérique de configuration incorrecte '%s' pour '%s' dans le blob de "
1368 +"sous-module %s : %s"
1369
1478 -#: refs/files-backend.c:2537
1370 +#: config.c:678
1371 #, c-format
1480 -msgid "could not delete references: %s"
1481 -msgstr "impossible de supprimer les références : %s"
1372 +msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1373 +msgstr ""
1374 +"valeur numérique de configuration incorrecte '%s' pour '%s' dans la ligne de "
1375 +"commande %s : %s"
1376
1483 -#: refs/files-backend.c:2546
1377 +#: config.c:681
1378 #, c-format
1485 -msgid "could not remove reference %s"
1486 -msgstr "impossible de supprimer la référence %s"
1379 +msgid "bad numeric config value '%s' for '%s' in %s: %s"
1380 +msgstr ""
1381 +"valeur numérique de configuration incorrecte '%s' pour '%s' dans %s : %s"
1382
1488 -#: ref-filter.c:55
1383 +#: config.c:768
1384 #, c-format
1490 -msgid "expected format: %%(color:<color>)"
1491 -msgstr "format attendu : %%(color:<couleur>)"
1385 +msgid "failed to expand user dir in: '%s'"
1386 +msgstr "impossible d'étendre le répertoire utilisateur dans : '%s'"
1387
1493 -#: ref-filter.c:57
1388 +#: config.c:852 config.c:863
1389 #, c-format
1495 -msgid "unrecognized color: %%(color:%s)"
1496 -msgstr "couleur non reconnue : %%(color:%s)"
1390 +msgid "bad zlib compression level %d"
1391 +msgstr "niveau de compression zlib incorrect %d"
1392
1498 -#: ref-filter.c:71
1393 +#: config.c:978
1394 #, c-format
1500 -msgid "unrecognized format: %%(%s)"
1501 -msgstr "format non reconnu %%(%s)"
1395 +msgid "invalid mode for object creation: %s"
1396 +msgstr "mode invalide pour la création d'objet : %s"
1397
1503 -#: ref-filter.c:77
1504 -#, c-format
1505 -msgid "%%(body) does not take arguments"
1506 -msgstr "%%(body) n'accepte pas d'argument"
1398 +#: config.c:1312
1399 +msgid "unable to parse command-line config"
1400 +msgstr "lecture de la configuration de ligne de commande impossible"
1401
1508 -#: ref-filter.c:84
1509 -#, c-format
1510 -msgid "%%(subject) does not take arguments"
1511 -msgstr "%%(subject) n'accepte pas d'argument"
1402 +#: config.c:1362
1403 +msgid "unknown error occurred while reading the configuration files"
1404 +msgstr "erreur inconnue pendant la lecture des fichiers de configuration"
1405
1513 -#: ref-filter.c:101
1406 +#: config.c:1716
1407 #, c-format
1515 -msgid "positive value expected contents:lines=%s"
1516 -msgstr "valeur positive attendue contents:lines=%s"
1408 +msgid "unable to parse '%s' from command-line config"
1409 +msgstr ""
1410 +"impossible d'analyser '%s' depuis le configuration en ligne de commande"
1411
1518 -#: ref-filter.c:103
1412 +#: config.c:1718
1413 #, c-format
1520 -msgid "unrecognized %%(contents) argument: %s"
1521 -msgstr "argument %%(contents) non reconnu : %s"
1414 +msgid "bad config variable '%s' in file '%s' at line %d"
1415 +msgstr ""
1416 +"variable de configuration '%s' incorrecte dans le fichier '%s' à la ligne %d"
1417
1523 -#: ref-filter.c:113
1418 +#: config.c:1777
1419 #, c-format
1525 -msgid "unrecognized %%(objectname) argument: %s"
1526 -msgstr "argument %%(objectname) non reconnu : %s"
1420 +msgid "%s has multiple values"
1421 +msgstr "%s a des valeurs multiples"
1422
1528 -#: ref-filter.c:135
1423 +#: config.c:2311
1424 #, c-format
1530 -msgid "expected format: %%(align:<width>,<position>)"
1531 -msgstr "format attendu : %%(align:<largeur>,<position>)"
1425 +msgid "could not set '%s' to '%s'"
1426 +msgstr "impossible de régler '%s' à '%s'"
1427
1533 -#: ref-filter.c:147
1428 +#: config.c:2313
1429 #, c-format
1535 -msgid "unrecognized position:%s"
1536 -msgstr "position non reconnue : %s"
1430 +msgid "could not unset '%s'"
1431 +msgstr "impossible de désinitialiser '%s'"
1432
1538 -#: ref-filter.c:151
1539 -#, c-format
1540 -msgid "unrecognized width:%s"
1541 -msgstr "largeur non reconnue : %s"
1433 +#: connect.c:49
1434 +msgid "The remote end hung up upon initial contact"
1435 +msgstr "L'hôte distant a fermé la connexion lors du contact initial"
1436
1543 -#: ref-filter.c:157
1544 -#, c-format
1545 -msgid "unrecognized %%(align) argument: %s"
1546 -msgstr "argument %%(align) non reconnu : %s"
1437 +#: connect.c:51
1438 +msgid ""
1439 +"Could not read from remote repository.\n"
1440 +"\n"
1441 +"Please make sure you have the correct access rights\n"
1442 +"and the repository exists."
1443 +msgstr ""
1444 +"Impossilble de lire le dépôt distant.\n"
1445 +"\n"
1446 +"Veuillez vérifier que vous avez les droits d'accès\n"
1447 +"et que le dépôt existe."
1448
1548 -#: ref-filter.c:161
1549 -#, c-format
1550 -msgid "positive width expected with the %%(align) atom"
1551 -msgstr "valeur positive attendue avec l'atome %%(align)"
1449 +#: connected.c:63 builtin/fsck.c:173 builtin/prune.c:140
1450 +msgid "Checking connectivity"
1451 +msgstr "Vérification de la connectivité"
1452
1553 -#: ref-filter.c:244
1554 -#, c-format
1555 -msgid "malformed field name: %.*s"
1556 -msgstr "nom de champ malformé %.*s"
1453 +#: connected.c:75
1454 +msgid "Could not run 'git rev-list'"
1455 +msgstr "Impossible de lancer 'git rev-list'"
1456
1558 -#: ref-filter.c:270
1559 -#, c-format
1560 -msgid "unknown field name: %.*s"
1561 -msgstr "nom de champ inconnu : %.*s"
1457 +#: connected.c:95
1458 +msgid "failed write to rev-list"
1459 +msgstr "impossible d'écrire dans la rev-list"
1460
1563 -#: ref-filter.c:372
1564 -#, c-format
1565 -msgid "format: %%(end) atom used without corresponding atom"
1566 -msgstr "format : atome %%(end) utilisé sans atome correspondant"
1461 +#: connected.c:102
1462 +msgid "failed to close rev-list's stdin"
1463 +msgstr "impossible de fermer l'entrée standard du rev-list"
1464
1568 -#: ref-filter.c:424
1465 +#: convert.c:201
1466 #, c-format
1570 -msgid "malformed format string %s"
1571 -msgstr "Chaîne de formatage mal formée %s"
1572 -
1573 -#: ref-filter.c:878
1574 -msgid ":strip= requires a positive integer argument"
1575 -msgstr ":strip= requiert un argument entier positif"
1467 +msgid ""
1468 +"CRLF will be replaced by LF in %s.\n"
1469 +"The file will have its original line endings in your working directory."
1470 +msgstr ""
1471 +"Les CRLF seront remplacés par des LF dans %s.\n"
1472 +"Le fichier conservera ses fins de ligne d'origine dans votre copie de travail."
1473
1577 -#: ref-filter.c:883
1474 +#: convert.c:205
1475 #, c-format
1579 -msgid "ref '%s' does not have %ld components to :strip"
1580 -msgstr "la réf '%s' n'a pas %ld composants à :strip"
1476 +msgid "CRLF would be replaced by LF in %s."
1477 +msgstr "Les CRLF seraient remplacés par des LF dans %s."
1478
1582 -#: ref-filter.c:1046
1479 +#: convert.c:211
1480 #, c-format
1584 -msgid "unknown %.*s format %s"
1585 -msgstr "format de %.*s inconnu %s"
1481 +msgid ""
1482 +"LF will be replaced by CRLF in %s.\n"
1483 +"The file will have its original line endings in your working directory."
1484 +msgstr ""
1485 +"Les LF seront remplacés par des CRLF dans %s.\n"
1486 +"Le fichier conservera ses fins de ligne d'origine dans votre copie de travail."
1487
1587 -#: ref-filter.c:1066 ref-filter.c:1097
1488 +#: convert.c:215
1489 #, c-format
1589 -msgid "missing object %s for %s"
1590 -msgstr "objet manquant %s pour %s"
1490 +msgid "LF would be replaced by CRLF in %s"
1491 +msgstr "Les LF seraient remplacés par des CRLF dans %s"
1492
1592 -#: ref-filter.c:1069 ref-filter.c:1100
1493 +#: date.c:97
1494 +msgid "in the future"
1495 +msgstr "dans le futur"
1496 +
1497 +#: date.c:103
1498 #, c-format
1594 -msgid "parse_object_buffer failed on %s for %s"
1595 -msgstr "echec de parse_object_buffer sur %s pour %s"
1499 +msgid "%lu second ago"
1500 +msgid_plural "%lu seconds ago"
1501 +msgstr[0] "il y a %lu seconde"
1502 +msgstr[1] "il y a %lu secondes"
1503
1597 -#: ref-filter.c:1311
1504 +#: date.c:110
1505 #, c-format
1599 -msgid "malformed object at '%s'"
1600 -msgstr "objet malformé à '%s'"
1506 +msgid "%lu minute ago"
1507 +msgid_plural "%lu minutes ago"
1508 +msgstr[0] "il y a %lu minute"
1509 +msgstr[1] "il y a %lu minutes"
1510
1602 -#: ref-filter.c:1373
1511 +#: date.c:117
1512 #, c-format
1604 -msgid "ignoring ref with broken name %s"
1605 -msgstr "réf avec un nom cassé %s ignoré"
1513 +msgid "%lu hour ago"
1514 +msgid_plural "%lu hours ago"
1515 +msgstr[0] "il y a %lu heure"
1516 +msgstr[1] "il y a %lu heures"
1517
1607 -#: ref-filter.c:1378
1518 +#: date.c:124
1519 #, c-format
1609 -msgid "ignoring broken ref %s"
1610 -msgstr "réf cassé %s ignoré"
1520 +msgid "%lu day ago"
1521 +msgid_plural "%lu days ago"
1522 +msgstr[0] "il y a %lu jour"
1523 +msgstr[1] "il y a %lu jours"
1524
1612 -#: ref-filter.c:1651
1525 +#: date.c:130
1526 #, c-format
1614 -msgid "format: %%(end) atom missing"
1615 -msgstr "format: atome %%(end) manquant"
1527 +msgid "%lu week ago"
1528 +msgid_plural "%lu weeks ago"
1529 +msgstr[0] "il y a %lu semaine"
1530 +msgstr[1] "il y a %lu semaines"
1531
1617 -#: ref-filter.c:1705
1532 +#: date.c:137
1533 #, c-format
1619 -msgid "malformed object name %s"
1620 -msgstr "nom d'objet malformé %s"
1534 +msgid "%lu month ago"
1535 +msgid_plural "%lu months ago"
1536 +msgstr[0] "il y a %lu mois"
1537 +msgstr[1] "il y a %lu mois"
1538
1622 -#: remote.c:746
1539 +#: date.c:148
1540 #, c-format
1624 -msgid "Cannot fetch both %s and %s to %s"
1625 -msgstr "Impossible de récupérer à la fois %s et %s pour %s"
1541 +msgid "%lu year"
1542 +msgid_plural "%lu years"
1543 +msgstr[0] "%lu an"
1544 +msgstr[1] "%lu ans"
1545
1627 -#: remote.c:750
1546 +#. TRANSLATORS: "%s" is "<n> years"
1547 +#: date.c:151
1548 #, c-format
1629 -msgid "%s usually tracks %s, not %s"
1630 -msgstr "%s suit habituellement %s, pas %s"
1549 +msgid "%s, %lu month ago"
1550 +msgid_plural "%s, %lu months ago"
1551 +msgstr[0] "il y a %s et %lu mois"
1552 +msgstr[1] "il y a %s et %lu mois"
1553
1632 -#: remote.c:754
1554 +#: date.c:156 date.c:161
1555 #, c-format
1634 -msgid "%s tracks both %s and %s"
1635 -msgstr "%s suit à la fois %s et %s"
1556 +msgid "%lu year ago"
1557 +msgid_plural "%lu years ago"
1558 +msgstr[0] "il y a %lu an"
1559 +msgstr[1] "il y a %lu ans"
1560
1637 -#: remote.c:762
1638 -msgid "Internal error"
1639 -msgstr "Erreur interne"
1561 +#: diffcore-order.c:24
1562 +#, c-format
1563 +msgid "failed to read orderfile '%s'"
1564 +msgstr "impossible de lire le fichier de commande '%s'"
1565
1641 -#: remote.c:1677 remote.c:1720
1642 -msgid "HEAD does not point to a branch"
1643 -msgstr "HEAD ne pointe pas sur une branche"
1566 +#: diffcore-rename.c:540
1567 +msgid "Performing inexact rename detection"
1568 +msgstr "Détection de renommage inexact en cours"
1569
1645 -#: remote.c:1686
1570 +#: diff.c:62
1571 #, c-format
1647 -msgid "no such branch: '%s'"
1648 -msgstr "pas de branche '%s'"
1572 +msgid "option '%s' requires a value"
1573 +msgstr "le commutateur '%s' a besoin d'une valeur"
1574
1650 -#: remote.c:1689
1575 +#: diff.c:124
1576 #, c-format
1652 -msgid "no upstream configured for branch '%s'"
1653 -msgstr "aucune branche amont configurée pour la branche '%s'"
1577 +msgid " Failed to parse dirstat cut-off percentage '%s'\n"
1578 +msgstr ""
1579 +" Impossible d'analyser le pourcentage de modification de dirstat '%s'\n"
1580
1655 -#: remote.c:1695
1581 +#: diff.c:129
1582 #, c-format
1657 -msgid "upstream branch '%s' not stored as a remote-tracking branch"
1658 -msgstr "la branche amont '%s' n'est pas stockée comme branche de suivi"
1583 +msgid " Unknown dirstat parameter '%s'\n"
1584 +msgstr " Paramètre dirstat inconnu '%s'\n"
1585
1660 -#: remote.c:1710
1586 +#: diff.c:283
1587 #, c-format
1662 -msgid "push destination '%s' on remote '%s' has no local tracking branch"
1588 +msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1589 msgstr ""
1664 -"la destination de poussée '%s' sur le serveur distant '%s' n'a pas de "
1665 -"branche locale de suivi"
1666 -
1667 -#: remote.c:1725
1668 -#, c-format
1669 -msgid "branch '%s' has no remote for pushing"
1670 -msgstr "la branche '%s' n'a aucune branche distante de poussée"
1590 +"Valeur inconnue pour la variable de configuration 'diff.submodule' : '%s'"
1591
1672 -#: remote.c:1736
1592 +#: diff.c:346
1593 #, c-format
1674 -msgid "push refspecs for '%s' do not include '%s'"
1675 -msgstr "les références de spec pour '%s' n'incluent pas '%s'"
1676 -
1677 -#: remote.c:1749
1678 -msgid "push has no destination (push.default is 'nothing')"
1679 -msgstr "la poussée n'a pas de destination (push.default vaut 'nothing')"
1680 -
1681 -#: remote.c:1771
1682 -msgid "cannot resolve 'simple' push to a single destination"
1594 +msgid ""
1595 +"Found errors in 'diff.dirstat' config variable:\n"
1596 +"%s"
1597 msgstr ""
1684 -"impossible de résoudre une poussée 'simple' pour une destination unique"
1685 -
1686 -#: remote.c:2073
1687 -#, c-format
1688 -msgid "Your branch is based on '%s', but the upstream is gone.\n"
1689 -msgstr "Votre branche est basée sur '%s', mais la branche amont a disparu.\n"
1690 -
1691 -#: remote.c:2077
1692 -msgid " (use \"git branch --unset-upstream\" to fixup)\n"
1693 -msgstr " (utilisez \"git branch --unset-upstream\" pour corriger)\n"
1694 -
1695 -#: remote.c:2080
1696 -#, c-format
1697 -msgid "Your branch is up-to-date with '%s'.\n"
1698 -msgstr "Votre branche est à jour avec '%s'.\n"
1598 +"Erreurs dans la variable de configuration 'diff.dirstat' :\n"
1599 +"%s"
1600
1700 -#: remote.c:2084
1601 +#: diff.c:3087
1602 #, c-format
1702 -msgid "Your branch is ahead of '%s' by %d commit.\n"
1703 -msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
1704 -msgstr[0] "Votre branche est en avance sur '%s' de %d commit.\n"
1705 -msgstr[1] "Votre branche est en avance sur '%s' de %d commits.\n"
1706 -
1707 -#: remote.c:2090
1708 -msgid " (use \"git push\" to publish your local commits)\n"
1709 -msgstr " (utilisez \"git push\" pour publier vos commits locaux)\n"
1603 +msgid "external diff died, stopping at %s"
1604 +msgstr "l'application de diff externe a disparu, arrêt à %s"
1605
1711 -#: remote.c:2093
1712 -#, c-format
1713 -msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
1714 -msgid_plural ""
1715 -"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
1716 -msgstr[0] ""
1717 -"Votre branche est en retard sur '%s' de %d commit, et peut être mise à jour "
1718 -"en avance rapide.\n"
1719 -msgstr[1] ""
1720 -"Votre branche est en retard sur '%s' de %d commits, et peut être mise à jour "
1721 -"en avance rapide.\n"
1606 +#: diff.c:3412
1607 +msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1608 +msgstr "--name-only, --name-status, --check et -s sont mutuellement exclusifs"
1609
1723 -#: remote.c:2101
1724 -msgid " (use \"git pull\" to update your local branch)\n"
1725 -msgstr " (utilisez \"git pull\" pour mettre à jour votre branche locale)\n"
1610 +#: diff.c:3502
1611 +msgid "--follow requires exactly one pathspec"
1612 +msgstr "--follow a besoin d'une spécification de chemin unique"
1613
1727 -#: remote.c:2104
1614 +#: diff.c:3665
1615 #, c-format
1616 msgid ""
1730 -"Your branch and '%s' have diverged,\n"
1731 -"and have %d and %d different commit each, respectively.\n"
1732 -msgid_plural ""
1733 -"Your branch and '%s' have diverged,\n"
1734 -"and have %d and %d different commits each, respectively.\n"
1735 -msgstr[0] ""
1736 -"Votre branche et '%s' ont divergé,\n"
1737 -"et ont %d et %d commit différent chacune respectivement.\n"
1738 -msgstr[1] ""
1739 -"Votre branche et '%s' ont divergé,\n"
1740 -"et ont %d et %d commits différents chacune respectivement.\n"
1741 -
1742 -#: remote.c:2114
1743 -msgid " (use \"git pull\" to merge the remote branch into yours)\n"
1617 +"Failed to parse --dirstat/-X option parameter:\n"
1618 +"%s"
1619 msgstr ""
1745 -" (utilisez \"git pull\" pour fusionner la branche distante dans la vôtre)\n"
1746 -
1747 -#: revision.c:2132
1748 -msgid "your current branch appears to be broken"
1749 -msgstr "votre branche actuelle semble cassée"
1620 +"Impossible d'analyser le paramètre de l'option --dirstat/-X :\n"
1621 +"%s"
1622
1751 -#: revision.c:2135
1623 +#: diff.c:3679
1624 #, c-format
1753 -msgid "your current branch '%s' does not have any commits yet"
1754 -msgstr "votre branche actuelle '%s' ne contient encore aucun commit"
1625 +msgid "Failed to parse --submodule option parameter: '%s'"
1626 +msgstr "Impossible d'analyser le paramètre de l'option --submodule : '%s'"
1627
1756 -#: revision.c:2329
1757 -msgid "--first-parent is incompatible with --bisect"
1758 -msgstr "--first-parent est incompatible avec --bisect"
1628 +#: diff.c:4700
1629 +msgid "inexact rename detection was skipped due to too many files."
1630 +msgstr "détection de renommage inexact annulée à cause d'un trop grand nombre de fichiers."
1631
1760 -#: run-command.c:92
1761 -msgid "open /dev/null failed"
1762 -msgstr "échec de l'ouverture de /dev/null"
1632 +#: diff.c:4703
1633 +msgid "only found copies from modified paths due to too many files."
1634 +msgstr "recherche uniquement des copies par modification de chemin à cause d'un trop grand nombre de fichiers."
1635
1764 -#: run-command.c:94
1636 +#: diff.c:4706
1637 #, c-format
1766 -msgid "dup2(%d,%d) failed"
1767 -msgstr "échec de dup2(%d,%d)"
1768 -
1769 -#: send-pack.c:298
1770 -msgid "failed to sign the push certificate"
1771 -msgstr "impossible de signer le certificat de poussée"
1772 -
1773 -#: send-pack.c:411
1774 -msgid "the receiving end does not support --signed push"
1775 -msgstr "Le receveur ne gère pas les poussées avec --signed"
1776 -
1777 -#: send-pack.c:413
1638 msgid ""
1779 -"not sending a push certificate since the receiving end does not support --"
1780 -"signed push"
1781 -msgstr ""
1782 -"pas d'envoi de certificat de poussée car le receveur ne gère pas les "
1783 -"poussées avec --signed"
1784 -
1785 -#: send-pack.c:425
1786 -msgid "the receiving end does not support --atomic push"
1787 -msgstr "Le receveur ne gère pas les poussées avec --atomic"
1639 +"you may want to set your %s variable to at least %d and retry the command."
1640 +msgstr "vous souhaitez peut-être régler la variable %s à au moins %d et réessayer le commande."
1641
1789 -#: send-pack.c:430
1790 -msgid "the receiving end does not support push options"
1791 -msgstr "Le receveur ne gère pas les options de poussées"
1642 +#: dir.c:1866
1643 +msgid "failed to get kernel name and information"
1644 +msgstr "echec de l'obtention d'information de kernel"
1645
1793 -#: sequencer.c:174
1794 -msgid ""
1795 -"after resolving the conflicts, mark the corrected paths\n"
1796 -"with 'git add <paths>' or 'git rm <paths>'"
1797 -msgstr ""
1798 -"après résolution des conflits, marquez les chemins corrigés\n"
1799 -"avec 'git add <chemins>' ou 'git rm <chemins>'"
1646 +#: dir.c:1985
1647 +msgid "Untracked cache is disabled on this system or location."
1648 +msgstr "Le cache non suivi est désactivé sur ce système ou sur cet endroit."
1649
1801 -#: sequencer.c:177
1802 -msgid ""
1803 -"after resolving the conflicts, mark the corrected paths\n"
1804 -"with 'git add <paths>' or 'git rm <paths>'\n"
1805 -"and commit the result with 'git commit'"
1806 -msgstr ""
1807 -"après résolution des conflits, marquez les chemins corrigés\n"
1808 -"avec 'git add <chemins>' ou 'git rm <chemins>'\n"
1809 -"puis validez le résultat avec 'git commit'"
1650 +#: fetch-pack.c:213
1651 +msgid "git fetch-pack: expected shallow list"
1652 +msgstr "git fetch-pack : list courte attendue"
1653
1811 -#: sequencer.c:190 sequencer.c:841 sequencer.c:924
1812 -#, c-format
1813 -msgid "Could not write to %s"
1814 -msgstr "Impossible d'écrire dans %s"
1654 +#: fetch-pack.c:225
1655 +msgid "git fetch-pack: expected ACK/NAK, got EOF"
1656 +msgstr "git fetch-pack : ACK/NACK attendu, EOF reçu"
1657
1816 -#: sequencer.c:193 sequencer.c:843 sequencer.c:928
1658 +#: fetch-pack.c:243
1659 #, c-format
1818 -msgid "Error wrapping up %s."
1819 -msgstr "Erreur lors de l'emballage de %s."
1820 -
1821 -#: sequencer.c:208
1822 -msgid "Your local changes would be overwritten by cherry-pick."
1823 -msgstr "Vos modifications locales seraient écrasées par cherry-pick."
1824 -
1825 -#: sequencer.c:210
1826 -msgid "Your local changes would be overwritten by revert."
1827 -msgstr "Vos modifications locales seraient écrasées par revert."
1660 +msgid "git fetch_pack: expected ACK/NAK, got '%s'"
1661 +msgstr "git fetch-pack : ACK/NACK attendu, '%s' reçu"
1662
1829 -#: sequencer.c:213
1830 -msgid "Commit your changes or stash them to proceed."
1831 -msgstr "Validez vos modifications ou les remiser pour continuer."
1663 +#: fetch-pack.c:295
1664 +msgid "--stateless-rpc requires multi_ack_detailed"
1665 +msgstr "--stateless-rpc nécessite multi_ack_detailed"
1666
1833 -#: sequencer.c:228
1667 +#: fetch-pack.c:381
1668 #, c-format
1835 -msgid "%s: fast-forward"
1836 -msgstr "%s : avance rapide"
1669 +msgid "invalid shallow line: %s"
1670 +msgstr "ligne de superficiel invalide : %s"
1671
1838 -#. TRANSLATORS: %s will be "revert" or "cherry-pick"
1839 -#: sequencer.c:303
1672 +#: fetch-pack.c:387
1673 #, c-format
1841 -msgid "%s: Unable to write new index file"
1842 -msgstr "%s: Impossible d'écrire le nouveau fichier index"
1843 -
1844 -#: sequencer.c:321
1845 -msgid "Could not resolve HEAD commit\n"
1846 -msgstr "Impossible de résoudre le commit HEAD\n"
1847 -
1848 -#: sequencer.c:341
1849 -msgid "Unable to update cache tree\n"
1850 -msgstr "Impossible de mettre à jour l'arbre de cache\n"
1674 +msgid "invalid unshallow line: %s"
1675 +msgstr "ligne de fin de superficiel invalide : %s"
1676
1852 -#: sequencer.c:393
1677 +#: fetch-pack.c:389
1678 #, c-format
1854 -msgid "Could not parse commit %s\n"
1855 -msgstr "Impossible d'analyser le commit %s\n"
1679 +msgid "object not found: %s"
1680 +msgstr "objet non trouvé : %s"
1681
1857 -#: sequencer.c:398
1682 +#: fetch-pack.c:392
1683 #, c-format
1859 -msgid "Could not parse parent commit %s\n"
1860 -msgstr "Impossible d'analyser le commit parent %s\n"
1684 +msgid "error in object: %s"
1685 +msgstr "Erreur dans l'objet : %s"
1686
1862 -#: sequencer.c:463
1863 -msgid "Your index file is unmerged."
1864 -msgstr "Votre fichier d'index n'est pas fusionné."
1865 -
1866 -#: sequencer.c:482
1687 +#: fetch-pack.c:394
1688 #, c-format
1868 -msgid "Commit %s is a merge but no -m option was given."
1869 -msgstr "Le commit %s est une fusion mais l'option -m n'a pas été spécifiée."
1689 +msgid "no shallow found: %s"
1690 +msgstr "Pas de superficiel trouvé : %s"
1691
1871 -#: sequencer.c:490
1692 +#: fetch-pack.c:397
1693 #, c-format
1873 -msgid "Commit %s does not have parent %d"
1874 -msgstr "Le commit %s n'a pas le parent %d"
1694 +msgid "expected shallow/unshallow, got %s"
1695 +msgstr "superficiel/non superficiel attendu, %s trouvé"
1696
1876 -#: sequencer.c:494
1697 +#: fetch-pack.c:436
1698 #, c-format
1878 -msgid "Mainline was specified but commit %s is not a merge."
1879 -msgstr ""
1880 -"Une branche principale a été spécifiée mais le commit %s n'est pas une "
1881 -"fusion."
1699 +msgid "got %s %d %s"
1700 +msgstr "réponse %s %d %s"
1701
1883 -#. TRANSLATORS: The first %s will be "revert" or
1884 -#. "cherry-pick", the second %s a SHA1
1885 -#: sequencer.c:507
1702 +#: fetch-pack.c:450
1703 #, c-format
1887 -msgid "%s: cannot parse parent commit %s"
1888 -msgstr "%s : impossible d'analyser le commit parent %s"
1704 +msgid "invalid commit %s"
1705 +msgstr "commit invalide %s"
1706
1890 -#: sequencer.c:511
1707 +#: fetch-pack.c:483
1708 +msgid "giving up"
1709 +msgstr "abandon"
1710 +
1711 +#: fetch-pack.c:493 progress.c:235
1712 +msgid "done"
1713 +msgstr "fait"
1714 +
1715 +#: fetch-pack.c:505
1716 #, c-format
1892 -msgid "Cannot get commit message for %s"
1893 -msgstr "Impossible d'obtenir un message de validation pour %s"
1717 +msgid "got %s (%d) %s"
1718 +msgstr "%s trouvé (%d) %s"
1719
1895 -#: sequencer.c:597
1720 +#: fetch-pack.c:551
1721 #, c-format
1897 -msgid "could not revert %s... %s"
1898 -msgstr "impossible d'annuler %s... %s"
1722 +msgid "Marking %s as complete"
1723 +msgstr "Marquage de %s comme terminé"
1724
1900 -#: sequencer.c:598
1725 +#: fetch-pack.c:697
1726 #, c-format
1902 -msgid "could not apply %s... %s"
1903 -msgstr "impossible d'appliquer %s... %s"
1727 +msgid "already have %s (%s)"
1728 +msgstr "%s déjà possédé (%s)"
1729
1905 -#: sequencer.c:633
1906 -msgid "empty commit set passed"
1907 -msgstr "l'ensemble de commits spécifié est vide"
1730 +#: fetch-pack.c:735
1731 +msgid "fetch-pack: unable to fork off sideband demultiplexer"
1732 +msgstr "fetch-pack : impossible de dupliquer le démultiplexeur latéral"
1733
1909 -#: sequencer.c:641
1734 +#: fetch-pack.c:743
1735 +msgid "protocol error: bad pack header"
1736 +msgstr "erreur de protocole : mauvais entête de paquet"
1737 +
1738 +#: fetch-pack.c:799
1739 #, c-format
1911 -msgid "git %s: failed to read the index"
1912 -msgstr "git %s : échec à la lecture de l'index"
1740 +msgid "fetch-pack: unable to fork off %s"
1741 +msgstr "fetch-pack : impossible de dupliquer %s"
1742
1914 -#: sequencer.c:645
1743 +#: fetch-pack.c:815
1744 #, c-format
1916 -msgid "git %s: failed to refresh the index"
1917 -msgstr "git %s : échec du rafraîchissement de l'index"
1745 +msgid "%s failed"
1746 +msgstr "échec de %s"
1747
1919 -#: sequencer.c:705
1920 -msgid "Cannot revert during another revert."
1921 -msgstr "Impossible d'annuler un commit pendant l'annulation d'un commit."
1748 +#: fetch-pack.c:817
1749 +msgid "error in sideband demultiplexer"
1750 +msgstr "erreur dans le démultiplexer latéral"
1751
1923 -#: sequencer.c:706
1924 -msgid "Cannot revert during a cherry-pick."
1925 -msgstr "Impossible d'annuler un commit pendant un picorage."
1752 +#: fetch-pack.c:844
1753 +msgid "Server does not support shallow clients"
1754 +msgstr "Le serveur ne supporte les clients superficiels"
1755
1927 -#: sequencer.c:709
1928 -msgid "Cannot cherry-pick during a revert."
1929 -msgstr "Impossible de picorer pendant l'annulation d'un commit."
1756 +#: fetch-pack.c:848
1757 +msgid "Server supports multi_ack_detailed"
1758 +msgstr "Le serveur supporte multi_ack_detailed"
1759
1931 -#: sequencer.c:710
1932 -msgid "Cannot cherry-pick during another cherry-pick."
1933 -msgstr "Impossible de picorer pendant un autre picorage."
1760 +#: fetch-pack.c:851
1761 +msgid "Server supports no-done"
1762 +msgstr "Le serveur support no-done"
1763
1935 -#: sequencer.c:732
1936 -#, c-format
1937 -msgid "Could not parse line %d."
1938 -msgstr "Impossible d'analyser la ligne %d."
1764 +#: fetch-pack.c:857
1765 +msgid "Server supports multi_ack"
1766 +msgstr "Le serveur supporte multi_ack"
1767
1940 -#: sequencer.c:737
1941 -msgid "No commits parsed."
1942 -msgstr "Aucun commit analysé."
1768 +#: fetch-pack.c:861
1769 +msgid "Server supports side-band-64k"
1770 +msgstr "Le serveur supporte side-band-64k"
1771
1944 -#: sequencer.c:749
1945 -#, c-format
1946 -msgid "Could not open %s"
1947 -msgstr "Impossible d'ouvrir %s"
1772 +#: fetch-pack.c:865
1773 +msgid "Server supports side-band"
1774 +msgstr "Le serveru supporte side-band"
1775
1949 -#: sequencer.c:753
1950 -#, c-format
1951 -msgid "Could not read %s."
1952 -msgstr "Impossible de lire %s."
1776 +#: fetch-pack.c:869
1777 +msgid "Server supports allow-tip-sha1-in-want"
1778 +msgstr "Le serveur supporte allow-tip-sha1-in-want"
1779
1954 -#: sequencer.c:760
1955 -#, c-format
1956 -msgid "Unusable instruction sheet: %s"
1957 -msgstr "Feuille d'instruction inutilisable : %s"
1780 +#: fetch-pack.c:873
1781 +msgid "Server supports allow-reachable-sha1-in-want"
1782 +msgstr "Le serveur supporte allow-reachable-sha1-in-want"
1783
1959 -#: sequencer.c:790
1960 -#, c-format
1961 -msgid "Invalid key: %s"
1962 -msgstr "Clé invalide: %s"
1784 +#: fetch-pack.c:883
1785 +msgid "Server supports ofs-delta"
1786 +msgstr "Le serveur support ofs-delta"
1787
1964 -#: sequencer.c:793 builtin/pull.c:50 builtin/pull.c:52
1788 +#: fetch-pack.c:890
1789 #, c-format
1966 -msgid "Invalid value for %s: %s"
1967 -msgstr "Valeur invalide pour %s : %s"
1790 +msgid "Server version is %.*s"
1791 +msgstr "La version du serveur est %.*s"
1792
1969 -#: sequencer.c:803
1970 -#, c-format
1971 -msgid "Malformed options sheet: %s"
1972 -msgstr "Feuille d'options malformée : %s"
1793 +#: fetch-pack.c:896
1794 +msgid "Server does not support --shallow-since"
1795 +msgstr "Le receveur ne gère pas --shallow-since"
1796
1974 -#: sequencer.c:822
1975 -msgid "a cherry-pick or revert is already in progress"
1976 -msgstr "un picorage ou un retour est déjà en cours"
1797 +#: fetch-pack.c:900
1798 +msgid "Server does not support --shallow-exclude"
1799 +msgstr "Le receveur ne gère pas --shallow-exclude"
1800
1978 -#: sequencer.c:823
1979 -msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
1980 -msgstr "essayez \"git cherry-pick (--continue|--quit|-- abort)\""
1801 +#: fetch-pack.c:902
1802 +msgid "Server does not support --deepen"
1803 +msgstr "Le receveur ne gère pas --deepen"
1804
1982 -#: sequencer.c:827
1983 -#, c-format
1984 -msgid "Could not create sequencer directory %s"
1985 -msgstr "Impossible de créer le répertoire de séquenceur %s"
1805 +#: fetch-pack.c:913
1806 +msgid "no common commits"
1807 +msgstr "pas de commit commun"
1808
1987 -#: sequencer.c:862 sequencer.c:998
1988 -msgid "no cherry-pick or revert in progress"
1989 -msgstr "aucun picorage ou retour en cours"
1809 +#: fetch-pack.c:925
1810 +msgid "git fetch-pack: fetch failed."
1811 +msgstr "git fetch-pack : échec de le récupération."
1812
1991 -#: sequencer.c:864
1992 -msgid "cannot resolve HEAD"
1993 -msgstr "impossible de résoudre HEAD"
1813 +#: fetch-pack.c:1087
1814 +msgid "no matching remote head"
1815 +msgstr "pas de HEAD distante correspondante"
1816
1995 -#: sequencer.c:866 sequencer.c:900
1996 -msgid "cannot abort from a branch yet to be born"
1997 -msgstr "impossible d'abandonner depuis une branche non encore créée"
1817 +#: gpg-interface.c:185
1818 +msgid "gpg failed to sign the data"
1819 +msgstr "gpg n'a pas pu signer les données"
1820
1999 -#: sequencer.c:886 builtin/fetch.c:724 builtin/fetch.c:970
2000 -#, c-format
2001 -msgid "cannot open %s"
2002 -msgstr "impossible d'ouvrir %s"
1821 +#: gpg-interface.c:215
1822 +msgid "could not create temporary file"
1823 +msgstr "impossible de créer un fichier temporaire"
1824
2004 -#: sequencer.c:888
1825 +#: gpg-interface.c:217
1826 #, c-format
2006 -msgid "cannot read %s: %s"
2007 -msgstr "impossible de lire %s : %s"
2008 -
2009 -#: sequencer.c:889
2010 -msgid "unexpected end of file"
2011 -msgstr "fin de fichier inattendue"
1827 +msgid "failed writing detached signature to '%s'"
1828 +msgstr "impossible d'écrire la signature détachée dans '%s'"
1829
2013 -#: sequencer.c:895
1830 +#: grep.c:1782
1831 #, c-format
2015 -msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
2016 -msgstr "le fichier HEAD de préparation de picorage '%s' est corrompu"
1832 +msgid "'%s': unable to read %s"
1833 +msgstr "'%s' : lecture de %s impossible"
1834
2018 -#: sequencer.c:921
1835 +#: grep.c:1799 builtin/clone.c:381 builtin/diff.c:84 builtin/rm.c:155
1836 #, c-format
2020 -msgid "Could not format %s."
2021 -msgstr "Impossible de formater %s."
1837 +msgid "failed to stat '%s'"
1838 +msgstr "échec du stat de '%s'"
1839
2023 -#: sequencer.c:1066
1840 +#: grep.c:1810
1841 #, c-format
2025 -msgid "%s: can't cherry-pick a %s"
2026 -msgstr "%s : impossible de picorer un %s"
1842 +msgid "'%s': short read"
1843 +msgstr "'%s' : lecture tronquée"
1844
2028 -#: sequencer.c:1069
1845 +#: help.c:203
1846 #, c-format
2030 -msgid "%s: bad revision"
2031 -msgstr "%s : mauvaise révision"
1847 +msgid "available git commands in '%s'"
1848 +msgstr "commandes git disponibles dans '%s'"
1849
2033 -#: sequencer.c:1102
2034 -msgid "Can't revert as initial commit"
2035 -msgstr "Impossible d'annuler en tant que commit initial"
1850 +#: help.c:210
1851 +msgid "git commands available from elsewhere on your $PATH"
1852 +msgstr "commandes git disponibles depuis un autre endroit de votre $PATH"
1853
2037 -#: setup.c:160
1854 +#: help.c:241
1855 +msgid "These are common Git commands used in various situations:"
1856 +msgstr "Ci-dessous les commandes Git habituelles dans diverses situations :"
1857 +
1858 +#: help.c:306
1859 #, c-format
1860 msgid ""
2040 -"%s: no such path in the working tree.\n"
2041 -"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
1861 +"'%s' appears to be a git command, but we were not\n"
1862 +"able to execute it. Maybe git-%s is broken?"
1863 msgstr ""
2043 -"%s : ce chemin n'existe pas dans la copie de travail.\n"
2044 -"Utilisez 'git <commande> -- <chemin>...' pour spécifier des chemins qui "
2045 -"n'existent pas localement."
1864 +"'%s' semble être une commande git, mais elle n'a pas pu\n"
1865 +"être exécutée. Peut-être git-%s est-elle cassée ?"
1866
2047 -#: setup.c:173
1867 +#: help.c:361
1868 +msgid "Uh oh. Your system reports no Git commands at all."
1869 +msgstr "Ahem. Votre système n'indique aucune commande Git."
1870 +
1871 +#: help.c:383
1872 #, c-format
1873 msgid ""
2050 -"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
2051 -"Use '--' to separate paths from revisions, like this:\n"
2052 -"'git <command> [<revision>...] -- [<file>...]'"
1874 +"WARNING: You called a Git command named '%s', which does not exist.\n"
1875 +"Continuing under the assumption that you meant '%s'"
1876 msgstr ""
2054 -"argument '%s' ambigu : révision inconnue ou chemin inexistant.\n"
2055 -"Utilisez '--' pour séparer les chemins des révisions, comme ceci :\n"
2056 -"'git <commande> [<révision>...] -- [<chemin>...]'"
1877 +"ATTENTION : vous avez invoqué une commande Git nommée '%s' qui n'existe "
1878 +"pas.\n"
1879 +"Continuons en supposant que vous avez voulu dire '%s'"
1880
2058 -#: setup.c:223
1881 +#: help.c:388
1882 #, c-format
2060 -msgid ""
2061 -"ambiguous argument '%s': both revision and filename\n"
2062 -"Use '--' to separate paths from revisions, like this:\n"
2063 -"'git <command> [<revision>...] -- [<file>...]'"
2064 -msgstr ""
2065 -"argument '%s' ambigu : révision et chemin spécifiés.\n"
2066 -"Utilisez '--' pour séparer les chemins des révisions, comme ceci :\n"
2067 -"'git <commande> [<révision>...] -- [<chemin>...]'"
1883 +msgid "in %0.1f seconds automatically..."
1884 +msgstr "dans %0.1f secondes automatiquement..."
1885
2069 -#: setup.c:248 builtin/apply.c:3362 builtin/apply.c:3373 builtin/apply.c:3419
1886 +#: help.c:395
1887 #, c-format
2071 -msgid "failed to read %s"
2072 -msgstr "échec de la lecture de %s"
2073 -
2074 -#: setup.c:468
2075 -#, c-format
2076 -msgid "Expected git repo version <= %d, found %d"
2077 -msgstr "Version attendue du dépôt git <= %d, %d trouvée"
1888 +msgid "git: '%s' is not a git command. See 'git --help'."
1889 +msgstr "git : '%s' n'est pas une commande git. Voir 'git --help'."
1890
2079 -#: setup.c:476
2080 -msgid "unknown repository extensions found:"
2081 -msgstr "extensions de dépôt inconnues trouvées :"
1891 +#: help.c:399 help.c:465
1892 +msgid ""
1893 +"\n"
1894 +"Did you mean this?"
1895 +msgid_plural ""
1896 +"\n"
1897 +"Did you mean one of these?"
1898 +msgstr[0] ""
1899 +"\n"
1900 +"Vouliez-vous dire cela ?"
1901 +msgstr[1] ""
1902 +"\n"
1903 +"Vouliez-vous dire un de ceux-là ?"
1904
2083 -#: setup.c:762
1905 +#: help.c:461
1906 #, c-format
2085 -msgid "Not a git repository (or any of the parent directories): %s"
2086 -msgstr "Ni ceci ni aucun de ses répertoires parents n'est un dépôt git : %s"
2087 -
2088 -#: setup.c:764 setup.c:915 builtin/index-pack.c:1641
2089 -msgid "Cannot come back to cwd"
2090 -msgstr "Impossible de revenir au répertoire de travail courant"
2091 -
2092 -#: setup.c:845
2093 -msgid "Unable to read current working directory"
2094 -msgstr "Impossible d'accéder au répertoire de travail courant"
1907 +msgid "%s: %s - %s"
1908 +msgstr "%s: %s - %s"
1909
2096 -#: setup.c:920
2097 -#, c-format
1910 +#: ident.c:334
1911 msgid ""
2099 -"Not a git repository (or any parent up to mount point %s)\n"
2100 -"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
1912 +"\n"
1913 +"*** Please tell me who you are.\n"
1914 +"\n"
1915 +"Run\n"
1916 +"\n"
1917 +" git config --global user.email \"you@example.com\"\n"
1918 +" git config --global user.name \"Your Name\"\n"
1919 +"\n"
1920 +"to set your account's default identity.\n"
1921 +"Omit --global to set the identity only in this repository.\n"
1922 +"\n"
1923 msgstr ""
2102 -"Ni ceci ni aucun de ses répertoires parents (jusqu'au point de montage %s) "
2103 -"n'est un dépôt git\n"
2104 -"Arrêt à la limite du système de fichiers (GIT_DISCOVERY_ACROSS_FILESYSTEM "
2105 -"n'est pas activé)."
2106 -
2107 -#: setup.c:927
2108 -#, c-format
2109 -msgid "Cannot change to '%s/..'"
2110 -msgstr "Impossible de se déplacer vers le répertoire '%s/..'"
1924 +"\n"
1925 +"*** Veuillez me dire qui vous êtes.\n"
1926 +"\n"
1927 +"Lancez\n"
1928 +"\n"
1929 +" git config --global user.email \"Vous@exemple.com\"\n"
1930 +" git config --global user.name \"Votre Nom\"\n"
1931 +"\n"
1932 +"pour régler l'identité par défaut de votre compte.\n"
1933 +"Éliminez --global pour ne faire les réglages que dans ce dépôt.\n"
1934 +"\n"
1935
2112 -#: setup.c:989
1936 +#: lockfile.c:152
1937 #, c-format
1938 msgid ""
2115 -"Problem with core.sharedRepository filemode value (0%.3o).\n"
2116 -"The owner of files must always have read and write permissions."
1939 +"Unable to create '%s.lock': %s.\n"
1940 +"\n"
1941 +"Another git process seems to be running in this repository, e.g.\n"
1942 +"an editor opened by 'git commit'. Please make sure all processes\n"
1943 +"are terminated then try again. If it still fails, a git process\n"
1944 +"may have crashed in this repository earlier:\n"
1945 +"remove the file manually to continue."
1946 msgstr ""
2118 -"Problème avec la valeur de core.sharedRepository (0%.3o).\n"
2119 -"Le propriétaire des fichiers doit toujours avoir les droits en lecture et "
2120 -"écriture."
2121 -
2122 -#: sha1_file.c:1046
2123 -msgid "offset before end of packfile (broken .idx?)"
2124 -msgstr "offset avant la fin du fichier paquet (.idx cassé ?)"
1947 +"Impossible de créer '%s.lock' : %s.\n"
1948 +"\n"
1949 +"Il semble qu'un autre processus git est déjà lancé dans ce dépôt,\n"
1950 +"par exemple un éditeur ouvert par 'git commit'. Veuillez vous assurer\n"
1951 +"que tous les processus sont terminés et réessayez. Si l'echec persiste,\n"
1952 +"un processus git peut avoir planté :\n"
1953 +"supprimez le fichier manuellement pour poursuivre."
1954
2126 -#: sha1_file.c:2434
1955 +#: lockfile.c:160
1956 #, c-format
2128 -msgid "offset before start of pack index for %s (corrupt index?)"
2129 -msgstr "offset avant le début de l'index de paquet pour %s (index corrompu ?)"
1957 +msgid "Unable to create '%s.lock': %s"
1958 +msgstr "Impossible de créer '%s.lock' : %s"
1959
2131 -#: sha1_file.c:2438
2132 -#, c-format
2133 -msgid "offset beyond end of pack index for %s (truncated index?)"
2134 -msgstr ""
2135 -"offset au delà de la fin de l'index de paquet pour %s (index tronqué ?)"
1960 +#: merge.c:41
1961 +msgid "failed to read the cache"
1962 +msgstr "impossible de lire le cache"
1963
2137 -#: sha1_name.c:462
2138 -msgid ""
2139 -"Git normally never creates a ref that ends with 40 hex characters\n"
2140 -"because it will be ignored when you just specify 40-hex. These refs\n"
2141 -"may be created by mistake. For example,\n"
2142 -"\n"
2143 -" git checkout -b $br $(git rev-parse ...)\n"
2144 -"\n"
2145 -"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
2146 -"examine these refs and maybe delete them. Turn this message off by\n"
2147 -"running \"git config advice.objectNameWarning false\""
2148 -msgstr ""
2149 -"Git ne créé normalement jamais de référence qui se termine par 40 caractères "
2150 -"hexa\n"
2151 -"car elle serait ignorée si vous spécifiiez 40-hexa. Ces références\n"
2152 -"peuvent être créées par erreur. Par exemple,\n"
2153 -"\n"
2154 -" git checkout -b $br $(git rev-parse ...)\n"
2155 -"\n"
2156 -"où \"$br\" est d'une manière ou d'une autre vide et une référence 40-hexa "
2157 -"est créée.\n"
2158 -"Veuillez examiner ces références et peut-être les supprimer. Désactivez ce "
2159 -"message\n"
2160 -"en lançant \"git config advice.objectNameWarning false\""
1964 +#: merge.c:96 builtin/am.c:2000 builtin/am.c:2035 builtin/checkout.c:374
1965 +#: builtin/checkout.c:588 builtin/clone.c:731
1966 +msgid "unable to write new index file"
1967 +msgstr "impossible d'écrire le nouveau fichier d'index"
1968
2162 -#: submodule.c:64 submodule.c:98
2163 -msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
2164 -msgstr ""
2165 -"Modification impossible de .gitmodules non fusionné, résolvez les conflits "
2166 -"d'abord"
1969 +#: merge-recursive.c:209
1970 +msgid "(bad commit)\n"
1971 +msgstr "(mauvais commit)\n"
1972
2168 -#: submodule.c:68 submodule.c:102
1973 +#: merge-recursive.c:231
1974 #, c-format
2170 -msgid "Could not find section in .gitmodules where path=%s"
2171 -msgstr "Impossible de trouver une section où path=%s dans .gitmodules"
1975 +msgid "addinfo_cache failed for path '%s'"
1976 +msgstr "échec de addinfo_cache pour le chemin '%s'"
1977
2173 -#: submodule.c:76
2174 -#, c-format
2175 -msgid "Could not update .gitmodules entry %s"
2176 -msgstr "Impossible de mettre à jour l'élément %s de .gitmodules"
1978 +#: merge-recursive.c:301
1979 +msgid "error building trees"
1980 +msgstr "erreur de construction des arbres"
1981
2178 -# ici %s est un chemin
2179 -#: submodule.c:109
1982 +#: merge-recursive.c:720
1983 #, c-format
2181 -msgid "Could not remove .gitmodules entry for %s"
2182 -msgstr "Impossible de supprimer l'élément de .gitmodules pour %s"
1984 +msgid "failed to create path '%s'%s"
1985 +msgstr "impossible de créer le chemin '%s' %s"
1986
2184 -#: submodule.c:120
2185 -msgid "staging updated .gitmodules failed"
2186 -msgstr "échec de la mise en index du .gitmodules mis à jour"
1987 +#: merge-recursive.c:731
1988 +#, c-format
1989 +msgid "Removing %s to make room for subdirectory\n"
1990 +msgstr "Suppression de %s pour faire de la place pour le sous-répertoire\n"
1991
2188 -#: submodule.c:177
2189 -msgid "negative values not allowed for submodule.fetchJobs"
2190 -msgstr "les valeurs négatives ne sont pas permises pour submodule.fetchJobs"
1992 +#: merge-recursive.c:745 merge-recursive.c:764
1993 +msgid ": perhaps a D/F conflict?"
1994 +msgstr ": peut-être un conflit D/F ?"
1995
2192 -#: submodule-config.c:358
1996 +#: merge-recursive.c:754
1997 #, c-format
2194 -msgid "invalid value for %s"
2195 -msgstr "Valeur invalide pour %s"
1998 +msgid "refusing to lose untracked file at '%s'"
1999 +msgstr "refus de perdre le fichier non suivi '%s'"
2000
2197 -#: trailer.c:237
2001 +#: merge-recursive.c:796 builtin/cat-file.c:34
2002 #, c-format
2199 -msgid "running trailer command '%s' failed"
2200 -msgstr "échec de la commande trailer '%s'"
2003 +msgid "cannot read object %s '%s'"
2004 +msgstr "impossible de lire l'objet %s '%s'"
2005
2202 -#: trailer.c:492 trailer.c:496 trailer.c:500 trailer.c:554 trailer.c:558
2203 -#: trailer.c:562
2006 +#: merge-recursive.c:798
2007 #, c-format
2205 -msgid "unknown value '%s' for key '%s'"
2206 -msgstr "valeur inconnue '%s' pour la clé '%s'"
2008 +msgid "blob expected for %s '%s'"
2009 +msgstr "blob attendu pour %s '%s'"
2010
2208 -#: trailer.c:544 trailer.c:549 builtin/remote.c:289
2011 +#: merge-recursive.c:822
2012 #, c-format
2210 -msgid "more than one %s"
2211 -msgstr "plus d'un %s"
2013 +msgid "failed to open '%s': %s"
2014 +msgstr "échec à l'ouverture de '%s' : %s"
2015
2213 -#: trailer.c:582
2016 +#: merge-recursive.c:833
2017 #, c-format
2215 -msgid "empty trailer token in trailer '%.*s'"
2216 -msgstr "symbole vide dans la ligne de fin '%.*s'"
2018 +msgid "failed to symlink '%s': %s"
2019 +msgstr "échec à la création du lien symbolique '%s' : %s"
2020
2218 -#: trailer.c:702
2021 +#: merge-recursive.c:838
2022 #, c-format
2220 -msgid "could not read input file '%s'"
2221 -msgstr "impossible de lire le fichier d'entrée '%s'"
2023 +msgid "do not know what to do with %06o %s '%s'"
2024 +msgstr "ne sait pas traiter %06o %s '%s'"
2025
2223 -#: trailer.c:705
2224 -msgid "could not read from stdin"
2225 -msgstr "Impossible de lire depuis l'entrée standard"
2026 +#: merge-recursive.c:978
2027 +msgid "Failed to execute internal merge"
2028 +msgstr "Échec à l'exécution de la fusion interne"
2029
2227 -#: trailer.c:857 builtin/am.c:42
2030 +#: merge-recursive.c:982
2031 #, c-format
2229 -msgid "could not stat %s"
2230 -msgstr "stat impossible de %s"
2032 +msgid "Unable to add %s to database"
2033 +msgstr "Impossible d'ajouter %s à la base de données"
2034
2232 -#: trailer.c:859
2035 +#: merge-recursive.c:1081 merge-recursive.c:1095
2036 #, c-format
2234 -msgid "file %s is not a regular file"
2235 -msgstr "%s n'est pas un fichier régulier"
2037 +msgid ""
2038 +"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2039 +"in tree."
2040 +msgstr ""
2041 +"CONFLIT (%s/suppression) : %s supprimé dans %s et %s dans %s. Version %s de "
2042 +"%s laissée dans l'arbre."
2043
2237 -#: trailer.c:861
2044 +#: merge-recursive.c:1087 merge-recursive.c:1100
2045 #, c-format
2239 -msgid "file %s is not writable by user"
2240 -msgstr "le fichier %s n'est pas inscriptible par l'utilisateur"
2241 -
2242 -#: trailer.c:873
2243 -msgid "could not open temporary file"
2244 -msgstr "impossible de créer un fichier temporaire"
2046 +msgid ""
2047 +"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2048 +"in tree at %s."
2049 +msgstr ""
2050 +"CONFLIT (%s/suppression) : %s supprimé dans %s et %s dans %s. Version %s de "
2051 +"%s laissée dans l'arbre dans le fichier %s."
2052
2246 -#: trailer.c:912
2247 -#, c-format
2248 -msgid "could not rename temporary file to %s"
2249 -msgstr "impossible de renommer un fichier temporaire en %s"
2053 +#: merge-recursive.c:1143
2054 +msgid "rename"
2055 +msgstr "renommage"
2056
2251 -#: transport.c:62
2252 -#, c-format
2253 -msgid "Would set upstream of '%s' to '%s' of '%s'\n"
2254 -msgstr "Positionnerait la branche amont de '%s' sur '%s' de '%s'\n"
2057 +#: merge-recursive.c:1143
2058 +msgid "renamed"
2059 +msgstr "renommé"
2060
2256 -#: transport.c:151
2061 +#: merge-recursive.c:1200
2062 #, c-format
2258 -msgid "transport: invalid depth option '%s'"
2259 -msgstr "transport : option de profondeur invalide '%s'"
2063 +msgid "%s is a directory in %s adding as %s instead"
2064 +msgstr "%s est un répertoire dans %s ajouté plutôt comme %s"
2065
2261 -#: transport.c:771
2066 +#: merge-recursive.c:1225
2067 #, c-format
2068 msgid ""
2264 -"The following submodule paths contain changes that can\n"
2265 -"not be found on any remote:\n"
2069 +"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2070 +"\"->\"%s\" in \"%s\"%s"
2071 msgstr ""
2267 -"Les chemins suivant de sous-module contiennent des modifications\n"
2268 -"qui ne peuvent être trouvées sur aucun distant :\n"
2072 +"CONFLIT (renommage/renommage) : Renommage de \"%s\"->\"%s\" dans la branche "
2073 +"\"%s\" et renommage \"%s\"->\"%s\" dans \"%s\"%s"
2074 +
2075 +#: merge-recursive.c:1230
2076 +msgid " (left unresolved)"
2077 +msgstr " (laissé non résolu)"
2078
2270 -#: transport.c:775
2079 +#: merge-recursive.c:1292
2080 #, c-format
2272 -msgid ""
2273 -"\n"
2274 -"Please try\n"
2275 -"\n"
2276 -"\tgit push --recurse-submodules=on-demand\n"
2277 -"\n"
2278 -"or cd to the path and use\n"
2279 -"\n"
2280 -"\tgit push\n"
2281 -"\n"
2282 -"to push them to a remote.\n"
2283 -"\n"
2081 +msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2082 msgstr ""
2285 -"\n"
2286 -"Veuillez essayer\n"
2287 -"\n"
2288 -"\tgit push --recurse-submodules=on-demand\n"
2289 -"\n"
2290 -"ou bien changez de répertoire et utilisez\n"
2291 -"\n"
2292 -"\tgit push\n"
2293 -"\n"
2294 -"pour les pousser vers un serveur distant.\n"
2295 -"\n"
2296 -
2297 -#: transport.c:783
2298 -msgid "Aborting."
2299 -msgstr "Abandon."
2083 +"CONFLIT (renommage/renommage) : renommage '%s'->'%s' dans %s. Renommage '%s'-"
2084 +">'%s' dans %s"
2085
2301 -#: transport-helper.c:1041
2086 +#: merge-recursive.c:1325
2087 #, c-format
2303 -msgid "Could not read ref %s"
2304 -msgstr "impossible de lire la réf %s"
2088 +msgid "Renaming %s to %s and %s to %s instead"
2089 +msgstr "Renommage de %s en %s et de %s en %s à la place"
2090
2306 -#: unpack-trees.c:64
2091 +#: merge-recursive.c:1531
2092 #, c-format
2308 -msgid ""
2309 -"Your local changes to the following files would be overwritten by checkout:\n"
2310 -"%%sPlease commit your changes or stash them before you switch branches."
2093 +msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2094 msgstr ""
2312 -"Vos modifications locales aux fichiers suivants seraient écrasées par "
2313 -"l'extraction :\n"
2314 -"%%sVeuillez valider ou remiser vos modifications avant de basculer de "
2315 -"branche."
2095 +"CONFLIT (renommage/ajout) : Renommage de %s->%s dans %s. %s ajouté dans %s"
2096
2317 -#: unpack-trees.c:66
2097 +#: merge-recursive.c:1546
2098 #, c-format
2319 -msgid ""
2320 -"Your local changes to the following files would be overwritten by checkout:\n"
2321 -"%%s"
2322 -msgstr ""
2323 -"Vos modifications locales aux fichiers suivants seraient écrasées par "
2324 -"l'extraction :\n"
2325 -"%%s"
2099 +msgid "Adding merged %s"
2100 +msgstr "Ajout de %s fusionné"
2101
2327 -#: unpack-trees.c:69
2102 +#: merge-recursive.c:1553 merge-recursive.c:1766
2103 #, c-format
2329 -msgid ""
2330 -"Your local changes to the following files would be overwritten by merge:\n"
2331 -"%%sPlease commit your changes or stash them before you merge."
2332 -msgstr ""
2333 -"Vos modifications locales aux fichiers suivants seraient écrasées par la "
2334 -"fusion :\n"
2335 -"%%sVeuillez valider ou remiser vos modifications avant la fusion."
2104 +msgid "Adding as %s instead"
2105 +msgstr "Ajout plutôt comme %s"
2106
2337 -#: unpack-trees.c:71
2107 +#: merge-recursive.c:1610
2108 #, c-format
2339 -msgid ""
2340 -"Your local changes to the following files would be overwritten by merge:\n"
2341 -"%%s"
2342 -msgstr ""
2343 -"Vos modifications locales aux fichiers suivants seraient écrasées par la "
2344 -"fusion :\n"
2345 -"%%s"
2109 +msgid "cannot read object %s"
2110 +msgstr "impossible de lire l'objet %s"
2111
2347 -#: unpack-trees.c:74
2112 +#: merge-recursive.c:1613
2113 #, c-format
2349 -msgid ""
2350 -"Your local changes to the following files would be overwritten by %s:\n"
2351 -"%%sPlease commit your changes or stash them before you %s."
2352 -msgstr ""
2353 -"Vos modifications locales aux fichiers suivants seraient écrasées par %s :\n"
2354 -"%%sVeuillez valider ou remiser vos modifications avant %s."
2114 +msgid "object %s is not a blob"
2115 +msgstr "l'objet %s n'est pas un blob"
2116
2356 -#: unpack-trees.c:76
2117 +#: merge-recursive.c:1666
2118 +msgid "modify"
2119 +msgstr "modification"
2120 +
2121 +#: merge-recursive.c:1666
2122 +msgid "modified"
2123 +msgstr "modifié"
2124 +
2125 +#: merge-recursive.c:1676
2126 +msgid "content"
2127 +msgstr "contenu"
2128 +
2129 +#: merge-recursive.c:1683
2130 +msgid "add/add"
2131 +msgstr "ajout/ajout"
2132 +
2133 +#: merge-recursive.c:1718
2134 #, c-format
2358 -msgid ""
2359 -"Your local changes to the following files would be overwritten by %s:\n"
2360 -"%%s"
2361 -msgstr ""
2362 -"Vos modifications locales aux fichiers suivants seraient écrasées par %s :\n"
2363 -"%%s"
2135 +msgid "Skipped %s (merged same as existing)"
2136 +msgstr "%s sauté (fusion identique à l'existant)"
2137
2365 -#: unpack-trees.c:81
2138 +#: merge-recursive.c:1732
2139 #, c-format
2367 -msgid ""
2368 -"Updating the following directories would lose untracked files in it:\n"
2369 -"%s"
2370 -msgstr ""
2371 -"La mise à jour des répertoires suivants effacerait les fichiers non suivis "
2372 -"contenus :\n"
2373 -"%s"
2140 +msgid "Auto-merging %s"
2141 +msgstr "Fusion automatique de %s"
2142
2375 -#: unpack-trees.c:85
2143 +#: merge-recursive.c:1736 git-submodule.sh:924
2144 +msgid "submodule"
2145 +msgstr "sous-module"
2146 +
2147 +#: merge-recursive.c:1737
2148 #, c-format
2377 -msgid ""
2378 -"The following untracked working tree files would be removed by checkout:\n"
2379 -"%%sPlease move or remove them before you switch branches."
2380 -msgstr ""
2381 -"Les fichiers suivants non suivis de la copie de travail seraient effacés par "
2382 -"l'extraction :\n"
2383 -"%%sVeuillez renommer ou effacer ces fichiers avant de basculer de branche."
2149 +msgid "CONFLICT (%s): Merge conflict in %s"
2150 +msgstr "CONFLIT (%s) : Conflit de fusion dans %s"
2151
2385 -#: unpack-trees.c:87
2152 +#: merge-recursive.c:1831
2153 #, c-format
2387 -msgid ""
2388 -"The following untracked working tree files would be removed by checkout:\n"
2389 -"%%s"
2154 +msgid "Removing %s"
2155 +msgstr "Suppression de %s"
2156 +
2157 +#: merge-recursive.c:1857
2158 +msgid "file/directory"
2159 +msgstr "fichier/répertoire"
2160 +
2161 +#: merge-recursive.c:1863
2162 +msgid "directory/file"
2163 +msgstr "répertoire/fichier"
2164 +
2165 +#: merge-recursive.c:1868
2166 +#, c-format
2167 +msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2168 msgstr ""
2391 -"Les fichiers suivants non suivis seraient effacés par l'extraction :\n"
2392 -"%%s"
2169 +"CONFLIT (%s) : Il y a un répertoire nommé %s dans %s. Ajout de %s comme %s"
2170
2394 -#: unpack-trees.c:90
2171 +#: merge-recursive.c:1877
2172 +#, c-format
2173 +msgid "Adding %s"
2174 +msgstr "Ajout de %s"
2175 +
2176 +#: merge-recursive.c:1914
2177 +msgid "Already up-to-date!"
2178 +msgstr "Déjà à jour !"
2179 +
2180 +#: merge-recursive.c:1923
2181 +#, c-format
2182 +msgid "merging of trees %s and %s failed"
2183 +msgstr "échec de fusion des arbres %s et %s"
2184 +
2185 +#: merge-recursive.c:2006
2186 +msgid "Merging:"
2187 +msgstr "Fusion :"
2188 +
2189 +#: merge-recursive.c:2019
2190 +#, c-format
2191 +msgid "found %u common ancestor:"
2192 +msgid_plural "found %u common ancestors:"
2193 +msgstr[0] "%u ancêtre commun trouvé :"
2194 +msgstr[1] "%u ancêtres communs trouvés :"
2195 +
2196 +#: merge-recursive.c:2058
2197 +msgid "merge returned no commit"
2198 +msgstr "la fusion n'a pas retourné de commit"
2199 +
2200 +#: merge-recursive.c:2121
2201 +#, c-format
2202 +msgid "Could not parse object '%s'"
2203 +msgstr "Impossible d'analyser l'objet '%s'"
2204 +
2205 +#: merge-recursive.c:2135 builtin/merge.c:641 builtin/merge.c:788
2206 +msgid "Unable to write index."
2207 +msgstr "Impossible d'écrire l'index."
2208 +
2209 +#: notes-merge.c:273
2210 #, c-format
2211 msgid ""
2397 -"The following untracked working tree files would be removed by merge:\n"
2398 -"%%sPlease move or remove them before you merge."
2212 +"You have not concluded your previous notes merge (%s exists).\n"
2213 +"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2214 +"commit/abort the previous merge before you start a new notes merge."
2215 msgstr ""
2400 -"Les fichiers suivants non suivis de la copie de travail seraient effacés par "
2401 -"la fusion :\n"
2402 -"%%sVeuillez renommer ou effacer ces fichiers avant la fusion."
2216 +"Vous n'avez pas terminé votre précédente fusion de notes (%s existe).\n"
2217 +"Veuillez utiliser 'git notes merge --commit' ou 'git notes merge --abort' pour valider/abandonner la fusion en cours avant d'en démarrer une nouvelle."
2218 +
2219 +#: notes-merge.c:280
2220 +#, c-format
2221 +msgid "You have not concluded your notes merge (%s exists)."
2222 +msgstr "Vous n'avez pas terminé votre fusion de notes (%s existe)."
2223 +
2224 +#: notes-utils.c:41
2225 +msgid "Cannot commit uninitialized/unreferenced notes tree"
2226 +msgstr "Impossible de valider un arbre de notes non initialisé/référencé"
2227 +
2228 +#: notes-utils.c:100
2229 +#, c-format
2230 +msgid "Bad notes.rewriteMode value: '%s'"
2231 +msgstr "Mauvaise valeur de notes.rewriteMode : '%s'"
2232 +
2233 +#: notes-utils.c:110
2234 +#, c-format
2235 +msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2236 +msgstr "Refus de réécrire des notes dans %s (hors de refs/notes/)"
2237 +
2238 +#. TRANSLATORS: The first %s is the name of the
2239 +#. environment variable, the second %s is its value
2240 +#: notes-utils.c:137
2241 +#, c-format
2242 +msgid "Bad %s value: '%s'"
2243 +msgstr "Mauvaise valeur de %s : '%s'"
2244 +
2245 +#: object.c:242
2246 +#, c-format
2247 +msgid "unable to parse object: %s"
2248 +msgstr "impossible d'analyser l'objet : %s"
2249 +
2250 +#: parse-options.c:572
2251 +msgid "..."
2252 +msgstr "..."
2253 +
2254 +#: parse-options.c:590
2255 +#, c-format
2256 +msgid "usage: %s"
2257 +msgstr "usage : %s"
2258 +
2259 +#. TRANSLATORS: the colon here should align with the
2260 +#. one in "usage: %s" translation
2261 +#: parse-options.c:594
2262 +#, c-format
2263 +msgid " or: %s"
2264 +msgstr " ou : %s"
2265 +
2266 +#: parse-options.c:597
2267 +#, c-format
2268 +msgid " %s"
2269 +msgstr " %s"
2270 +
2271 +#: parse-options.c:631
2272 +msgid "-NUM"
2273 +msgstr "-NUM"
2274 +
2275 +#: parse-options-cb.c:108
2276 +#, c-format
2277 +msgid "malformed object name '%s'"
2278 +msgstr "nom d'objet malformé '%s'"
2279 +
2280 +#: path.c:826
2281 +#, c-format
2282 +msgid "Could not make %s writable by group"
2283 +msgstr "Impossible de rendre %s inscriptible pour le groupe"
2284 +
2285 +#: pathspec.c:133
2286 +msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2287 +msgstr ""
2288 +"les réglages de spécificateurs de chemin généraux 'glob' et 'noglob' sont "
2289 +"incompatibles"
2290 +
2291 +#: pathspec.c:143
2292 +msgid ""
2293 +"global 'literal' pathspec setting is incompatible with all other global "
2294 +"pathspec settings"
2295 +msgstr ""
2296 +"le réglage global de spécificateur de chemin 'literal' est incompatible avec "
2297 +"tous les autres réglages globaux de spécificateur de chemin"
2298 +
2299 +#: pathspec.c:177
2300 +msgid "invalid parameter for pathspec magic 'prefix'"
2301 +msgstr "paramètre invalide pour le spécificateur magique de chemin 'prefix'"
2302 +
2303 +#: pathspec.c:183
2304 +#, c-format
2305 +msgid "Invalid pathspec magic '%.*s' in '%s'"
2306 +msgstr "La spécification magique de chemin '%.*s' est invalide dans '%s'"
2307 +
2308 +#: pathspec.c:187
2309 +#, c-format
2310 +msgid "Missing ')' at the end of pathspec magic in '%s'"
2311 +msgstr "')' manquante à la fin du spécificateur magique de chemin dans '%s'"
2312 +
2313 +#: pathspec.c:205
2314 +#, c-format
2315 +msgid "Unimplemented pathspec magic '%c' in '%s'"
2316 +msgstr "Spécificateur magique '%c' non implémenté dans '%s'"
2317 +
2318 +#: pathspec.c:230
2319 +#, c-format
2320 +msgid "%s: 'literal' and 'glob' are incompatible"
2321 +msgstr "%s : 'literal' et 'glob' sont incompatibles"
2322 +
2323 +#: pathspec.c:241
2324 +#, c-format
2325 +msgid "%s: '%s' is outside repository"
2326 +msgstr "%s : '%s' est hors du dépôt"
2327 +
2328 +#: pathspec.c:291
2329 +#, c-format
2330 +msgid "Pathspec '%s' is in submodule '%.*s'"
2331 +msgstr "Le chemin '%s' est dans le sous-module '%.*s'"
2332 +
2333 +#: pathspec.c:353
2334 +#, c-format
2335 +msgid "%s: pathspec magic not supported by this command: %s"
2336 +msgstr ""
2337 +"%s : le spécificateur magique de chemin n'est pas supporté par cette "
2338 +"commande : %s"
2339 +
2340 +#: pathspec.c:408
2341 +msgid ""
2342 +"empty strings as pathspecs will be made invalid in upcoming releases. please "
2343 +"use . instead if you meant to match all paths"
2344 +msgstr "les chaines de caractères vides comme spécificateurs de chemin seront invalides dans les prochaines versions. Veuillez utiliser . à la place pour correspondre à tous le chemins"
2345 +
2346 +#: pathspec.c:440
2347 +#, c-format
2348 +msgid "pathspec '%s' is beyond a symbolic link"
2349 +msgstr "le chemin '%s' est au-delà d'un lien symbolique"
2350 +
2351 +#: pathspec.c:449
2352 +msgid ""
2353 +"There is nothing to exclude from by :(exclude) patterns.\n"
2354 +"Perhaps you forgot to add either ':/' or '.' ?"
2355 +msgstr ""
2356 +"Il n'y a rien dont il faut exclure par des motifs :(exclure).\n"
2357 +"Peut-être avez-vous oublié d'ajouter ':/' ou '.' ?"
2358 +
2359 +#: pretty.c:971
2360 +msgid "unable to parse --pretty format"
2361 +msgstr "impossible d'analyser le format --pretty"
2362 +
2363 +#: read-cache.c:1315
2364 +#, c-format
2365 +msgid ""
2366 +"index.version set, but the value is invalid.\n"
2367 +"Using version %i"
2368 +msgstr ""
2369 +"version d'index renseignée, mais la valeur est invalide.\n"
2370 +"Utilisation de la version %i"
2371 +
2372 +#: read-cache.c:1325
2373 +#, c-format
2374 +msgid ""
2375 +"GIT_INDEX_VERSION set, but the value is invalid.\n"
2376 +"Using version %i"
2377 +msgstr ""
2378 +"GIT_INDEX_VERSION est renseigné, mais la valeur est invalide.\n"
2379 +"Utilisation de la version %i"
2380 +
2381 +#: refs.c:576 builtin/merge.c:840
2382 +#, c-format
2383 +msgid "Could not open '%s' for writing"
2384 +msgstr "Impossible d'ouvrir '%s' en écriture"
2385 +
2386 +#: refs/files-backend.c:2481
2387 +#, c-format
2388 +msgid "could not delete reference %s: %s"
2389 +msgstr "Impossible de supprimer la référence %s : %s"
2390 +
2391 +#: refs/files-backend.c:2484
2392 +#, c-format
2393 +msgid "could not delete references: %s"
2394 +msgstr "impossible de supprimer les références : %s"
2395 +
2396 +#: refs/files-backend.c:2493
2397 +#, c-format
2398 +msgid "could not remove reference %s"
2399 +msgstr "impossible de supprimer la référence %s"
2400 +
2401 +#: ref-filter.c:55
2402 +#, c-format
2403 +msgid "expected format: %%(color:<color>)"
2404 +msgstr "format attendu : %%(color:<couleur>)"
2405 +
2406 +#: ref-filter.c:57
2407 +#, c-format
2408 +msgid "unrecognized color: %%(color:%s)"
2409 +msgstr "couleur non reconnue : %%(color:%s)"
2410 +
2411 +#: ref-filter.c:71
2412 +#, c-format
2413 +msgid "unrecognized format: %%(%s)"
2414 +msgstr "format non reconnu %%(%s)"
2415 +
2416 +#: ref-filter.c:77
2417 +#, c-format
2418 +msgid "%%(body) does not take arguments"
2419 +msgstr "%%(body) n'accepte pas d'argument"
2420 +
2421 +#: ref-filter.c:84
2422 +#, c-format
2423 +msgid "%%(subject) does not take arguments"
2424 +msgstr "%%(subject) n'accepte pas d'argument"
2425 +
2426 +#: ref-filter.c:101
2427 +#, c-format
2428 +msgid "positive value expected contents:lines=%s"
2429 +msgstr "valeur positive attendue contents:lines=%s"
2430 +
2431 +#: ref-filter.c:103
2432 +#, c-format
2433 +msgid "unrecognized %%(contents) argument: %s"
2434 +msgstr "argument %%(contents) non reconnu : %s"
2435 +
2436 +#: ref-filter.c:113
2437 +#, c-format
2438 +msgid "unrecognized %%(objectname) argument: %s"
2439 +msgstr "argument %%(objectname) non reconnu : %s"
2440 +
2441 +#: ref-filter.c:135
2442 +#, c-format
2443 +msgid "expected format: %%(align:<width>,<position>)"
2444 +msgstr "format attendu : %%(align:<largeur>,<position>)"
2445 +
2446 +#: ref-filter.c:147
2447 +#, c-format
2448 +msgid "unrecognized position:%s"
2449 +msgstr "position non reconnue : %s"
2450 +
2451 +#: ref-filter.c:151
2452 +#, c-format
2453 +msgid "unrecognized width:%s"
2454 +msgstr "largeur non reconnue : %s"
2455 +
2456 +#: ref-filter.c:157
2457 +#, c-format
2458 +msgid "unrecognized %%(align) argument: %s"
2459 +msgstr "argument %%(align) non reconnu : %s"
2460 +
2461 +#: ref-filter.c:161
2462 +#, c-format
2463 +msgid "positive width expected with the %%(align) atom"
2464 +msgstr "valeur positive attendue avec l'atome %%(align)"
2465 +
2466 +#: ref-filter.c:244
2467 +#, c-format
2468 +msgid "malformed field name: %.*s"
2469 +msgstr "nom de champ malformé %.*s"
2470 +
2471 +#: ref-filter.c:270
2472 +#, c-format
2473 +msgid "unknown field name: %.*s"
2474 +msgstr "nom de champ inconnu : %.*s"
2475 +
2476 +#: ref-filter.c:372
2477 +#, c-format
2478 +msgid "format: %%(end) atom used without corresponding atom"
2479 +msgstr "format : atome %%(end) utilisé sans atome correspondant"
2480 +
2481 +#: ref-filter.c:424
2482 +#, c-format
2483 +msgid "malformed format string %s"
2484 +msgstr "Chaîne de formatage mal formée %s"
2485 +
2486 +#: ref-filter.c:878
2487 +msgid ":strip= requires a positive integer argument"
2488 +msgstr ":strip= requiert un argument entier positif"
2489 +
2490 +#: ref-filter.c:883
2491 +#, c-format
2492 +msgid "ref '%s' does not have %ld components to :strip"
2493 +msgstr "la réf '%s' n'a pas %ld composants à :strip"
2494 +
2495 +#: ref-filter.c:1046
2496 +#, c-format
2497 +msgid "unknown %.*s format %s"
2498 +msgstr "format de %.*s inconnu %s"
2499 +
2500 +#: ref-filter.c:1066 ref-filter.c:1097
2501 +#, c-format
2502 +msgid "missing object %s for %s"
2503 +msgstr "objet manquant %s pour %s"
2504 +
2505 +#: ref-filter.c:1069 ref-filter.c:1100
2506 +#, c-format
2507 +msgid "parse_object_buffer failed on %s for %s"
2508 +msgstr "echec de parse_object_buffer sur %s pour %s"
2509 +
2510 +#: ref-filter.c:1311
2511 +#, c-format
2512 +msgid "malformed object at '%s'"
2513 +msgstr "objet malformé à '%s'"
2514 +
2515 +#: ref-filter.c:1373
2516 +#, c-format
2517 +msgid "ignoring ref with broken name %s"
2518 +msgstr "réf avec un nom cassé %s ignoré"
2519 +
2520 +#: ref-filter.c:1378
2521 +#, c-format
2522 +msgid "ignoring broken ref %s"
2523 +msgstr "réf cassé %s ignoré"
2524 +
2525 +#: ref-filter.c:1633
2526 +#, c-format
2527 +msgid "format: %%(end) atom missing"
2528 +msgstr "format: atome %%(end) manquant"
2529 +
2530 +#: ref-filter.c:1687
2531 +#, c-format
2532 +msgid "malformed object name %s"
2533 +msgstr "nom d'objet malformé %s"
2534 +
2535 +#: remote.c:746
2536 +#, c-format
2537 +msgid "Cannot fetch both %s and %s to %s"
2538 +msgstr "Impossible de récupérer à la fois %s et %s pour %s"
2539 +
2540 +#: remote.c:750
2541 +#, c-format
2542 +msgid "%s usually tracks %s, not %s"
2543 +msgstr "%s suit habituellement %s, pas %s"
2544 +
2545 +#: remote.c:754
2546 +#, c-format
2547 +msgid "%s tracks both %s and %s"
2548 +msgstr "%s suit à la fois %s et %s"
2549 +
2550 +#: remote.c:762
2551 +msgid "Internal error"
2552 +msgstr "Erreur interne"
2553 +
2554 +#: remote.c:1677 remote.c:1720
2555 +msgid "HEAD does not point to a branch"
2556 +msgstr "HEAD ne pointe pas sur une branche"
2557 +
2558 +#: remote.c:1686
2559 +#, c-format
2560 +msgid "no such branch: '%s'"
2561 +msgstr "pas de branche '%s'"
2562 +
2563 +#: remote.c:1689
2564 +#, c-format
2565 +msgid "no upstream configured for branch '%s'"
2566 +msgstr "aucune branche amont configurée pour la branche '%s'"
2567 +
2568 +#: remote.c:1695
2569 +#, c-format
2570 +msgid "upstream branch '%s' not stored as a remote-tracking branch"
2571 +msgstr "la branche amont '%s' n'est pas stockée comme branche de suivi"
2572 +
2573 +#: remote.c:1710
2574 +#, c-format
2575 +msgid "push destination '%s' on remote '%s' has no local tracking branch"
2576 +msgstr ""
2577 +"la destination de poussée '%s' sur le serveur distant '%s' n'a pas de "
2578 +"branche locale de suivi"
2579 +
2580 +#: remote.c:1725
2581 +#, c-format
2582 +msgid "branch '%s' has no remote for pushing"
2583 +msgstr "la branche '%s' n'a aucune branche distante de poussée"
2584 +
2585 +#: remote.c:1736
2586 +#, c-format
2587 +msgid "push refspecs for '%s' do not include '%s'"
2588 +msgstr "les références de spec pour '%s' n'incluent pas '%s'"
2589 +
2590 +#: remote.c:1749
2591 +msgid "push has no destination (push.default is 'nothing')"
2592 +msgstr "la poussée n'a pas de destination (push.default vaut 'nothing')"
2593 +
2594 +#: remote.c:1771
2595 +msgid "cannot resolve 'simple' push to a single destination"
2596 +msgstr ""
2597 +"impossible de résoudre une poussée 'simple' pour une destination unique"
2598 +
2599 +#: remote.c:2073
2600 +#, c-format
2601 +msgid "Your branch is based on '%s', but the upstream is gone.\n"
2602 +msgstr "Votre branche est basée sur '%s', mais la branche amont a disparu.\n"
2603 +
2604 +#: remote.c:2077
2605 +msgid " (use \"git branch --unset-upstream\" to fixup)\n"
2606 +msgstr " (utilisez \"git branch --unset-upstream\" pour corriger)\n"
2607 +
2608 +#: remote.c:2080
2609 +#, c-format
2610 +msgid "Your branch is up-to-date with '%s'.\n"
2611 +msgstr "Votre branche est à jour avec '%s'.\n"
2612 +
2613 +#: remote.c:2084
2614 +#, c-format
2615 +msgid "Your branch is ahead of '%s' by %d commit.\n"
2616 +msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2617 +msgstr[0] "Votre branche est en avance sur '%s' de %d commit.\n"
2618 +msgstr[1] "Votre branche est en avance sur '%s' de %d commits.\n"
2619 +
2620 +#: remote.c:2090
2621 +msgid " (use \"git push\" to publish your local commits)\n"
2622 +msgstr " (utilisez \"git push\" pour publier vos commits locaux)\n"
2623 +
2624 +#: remote.c:2093
2625 +#, c-format
2626 +msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2627 +msgid_plural ""
2628 +"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2629 +msgstr[0] ""
2630 +"Votre branche est en retard sur '%s' de %d commit, et peut être mise à jour "
2631 +"en avance rapide.\n"
2632 +msgstr[1] ""
2633 +"Votre branche est en retard sur '%s' de %d commits, et peut être mise à jour "
2634 +"en avance rapide.\n"
2635
2404 -#: unpack-trees.c:92
2405 -#, c-format
2406 -msgid ""
2407 -"The following untracked working tree files would be removed by merge:\n"
2408 -"%%s"
2409 -msgstr ""
2410 -"Les fichiers suivants non suivis seraient effacés par la fusion :\n"
2411 -"%%s"
2636 +#: remote.c:2101
2637 +msgid " (use \"git pull\" to update your local branch)\n"
2638 +msgstr " (utilisez \"git pull\" pour mettre à jour votre branche locale)\n"
2639
2413 -#: unpack-trees.c:95
2640 +#: remote.c:2104
2641 #, c-format
2642 msgid ""
2416 -"The following untracked working tree files would be removed by %s:\n"
2417 -"%%sPlease move or remove them before you %s."
2418 -msgstr ""
2419 -"Les fichiers suivants non suivis de la copie de travail seraient effacés par "
2420 -"%s :\n"
2421 -"%%sVeuillez renommer ou effacer ces fichiers avant %s."
2643 +"Your branch and '%s' have diverged,\n"
2644 +"and have %d and %d different commit each, respectively.\n"
2645 +msgid_plural ""
2646 +"Your branch and '%s' have diverged,\n"
2647 +"and have %d and %d different commits each, respectively.\n"
2648 +msgstr[0] ""
2649 +"Votre branche et '%s' ont divergé,\n"
2650 +"et ont %d et %d commit différent chacune respectivement.\n"
2651 +msgstr[1] ""
2652 +"Votre branche et '%s' ont divergé,\n"
2653 +"et ont %d et %d commits différents chacune respectivement.\n"
2654
2423 -#: unpack-trees.c:97
2424 -#, c-format
2425 -msgid ""
2426 -"The following untracked working tree files would be removed by %s:\n"
2427 -"%%s"
2655 +#: remote.c:2114
2656 +msgid " (use \"git pull\" to merge the remote branch into yours)\n"
2657 msgstr ""
2429 -"Les fichiers suivants non suivis seraient effacés par %s :\n"
2430 -"%%s"
2658 +" (utilisez \"git pull\" pour fusionner la branche distante dans la vôtre)\n"
2659
2432 -#: unpack-trees.c:102
2433 -#, c-format
2434 -msgid ""
2435 -"The following untracked working tree files would be overwritten by "
2436 -"checkout:\n"
2437 -"%%sPlease move or remove them before you switch branches."
2438 -msgstr ""
2439 -"Les fichiers suivants non suivis de la copie de travail seraient écrasés par "
2440 -"l'extraction :\n"
2441 -"%%sVeuillez renommer ou effacer ces fichiers avant de basculer de branche."
2660 +#: revision.c:2158
2661 +msgid "your current branch appears to be broken"
2662 +msgstr "votre branche actuelle semble cassée"
2663
2443 -#: unpack-trees.c:104
2664 +#: revision.c:2161
2665 #, c-format
2445 -msgid ""
2446 -"The following untracked working tree files would be overwritten by "
2447 -"checkout:\n"
2448 -"%%s"
2449 -msgstr ""
2450 -"Les fichiers suivants non suivis seraient écrasés par l'extraction :\n"
2451 -"%%s"
2666 +msgid "your current branch '%s' does not have any commits yet"
2667 +msgstr "votre branche actuelle '%s' ne contient encore aucun commit"
2668
2453 -#: unpack-trees.c:107
2454 -#, c-format
2455 -msgid ""
2456 -"The following untracked working tree files would be overwritten by merge:\n"
2457 -"%%sPlease move or remove them before you merge."
2458 -msgstr ""
2459 -"Les fichiers suivants non suivis de la copie de travail seraient effacés par "
2460 -"la fusion :\n"
2461 -"%%sVeuillez renommer ou effacer ces fichiers avant la fusion."
2669 +#: revision.c:2355
2670 +msgid "--first-parent is incompatible with --bisect"
2671 +msgstr "--first-parent est incompatible avec --bisect"
2672
2463 -#: unpack-trees.c:109
2673 +#: run-command.c:106
2674 +msgid "open /dev/null failed"
2675 +msgstr "échec de l'ouverture de /dev/null"
2676 +
2677 +#: run-command.c:108
2678 #, c-format
2679 +msgid "dup2(%d,%d) failed"
2680 +msgstr "échec de dup2(%d,%d)"
2681 +
2682 +#: send-pack.c:297
2683 +msgid "failed to sign the push certificate"
2684 +msgstr "impossible de signer le certificat de poussée"
2685 +
2686 +#: send-pack.c:410
2687 +msgid "the receiving end does not support --signed push"
2688 +msgstr "Le receveur ne gère pas les poussées avec --signed"
2689 +
2690 +#: send-pack.c:412
2691 msgid ""
2466 -"The following untracked working tree files would be overwritten by merge:\n"
2467 -"%%s"
2692 +"not sending a push certificate since the receiving end does not support --"
2693 +"signed push"
2694 msgstr ""
2469 -"Les fichiers suivants non suivis seraient écrasés par la fusion :\n"
2470 -"%%s"
2695 +"pas d'envoi de certificat de poussée car le receveur ne gère pas les "
2696 +"poussées avec --signed"
2697
2472 -#: unpack-trees.c:112
2473 -#, c-format
2698 +#: send-pack.c:424
2699 +msgid "the receiving end does not support --atomic push"
2700 +msgstr "Le receveur ne gère pas les poussées avec --atomic"
2701 +
2702 +#: send-pack.c:429
2703 +msgid "the receiving end does not support push options"
2704 +msgstr "Le receveur ne gère pas les options de poussées"
2705 +
2706 +#: sequencer.c:171
2707 +msgid "revert"
2708 +msgstr "revert"
2709 +
2710 +#: sequencer.c:171
2711 +msgid "cherry-pick"
2712 +msgstr "cherry-pick"
2713 +
2714 +#: sequencer.c:228
2715 msgid ""
2475 -"The following untracked working tree files would be overwritten by %s:\n"
2476 -"%%sPlease move or remove them before you %s."
2716 +"after resolving the conflicts, mark the corrected paths\n"
2717 +"with 'git add <paths>' or 'git rm <paths>'"
2718 msgstr ""
2478 -"Les fichiers suivants non suivis de la copie de travail seraient écrasés par "
2479 -"%s :\n"
2480 -"%%sVeuillez renommer ou effacer ces fichiers avant %s."
2719 +"après résolution des conflits, marquez les chemins corrigés\n"
2720 +"avec 'git add <chemins>' ou 'git rm <chemins>'"
2721
2482 -#: unpack-trees.c:114
2483 -#, c-format
2722 +#: sequencer.c:231
2723 msgid ""
2485 -"The following untracked working tree files would be overwritten by %s:\n"
2486 -"%%s"
2724 +"after resolving the conflicts, mark the corrected paths\n"
2725 +"with 'git add <paths>' or 'git rm <paths>'\n"
2726 +"and commit the result with 'git commit'"
2727 msgstr ""
2488 -"Les fichiers suivants non suivis seraient écrasés par %s :\n"
2489 -"%%s"
2728 +"après résolution des conflits, marquez les chemins corrigés\n"
2729 +"avec 'git add <chemins>' ou 'git rm <chemins>'\n"
2730 +"puis validez le résultat avec 'git commit'"
2731
2491 -#: unpack-trees.c:121
2732 +#: sequencer.c:244 sequencer.c:1209
2733 #, c-format
2493 -msgid "Entry '%s' overlaps with '%s'. Cannot bind."
2494 -msgstr "L'entrée '%s' surcharge avec '%s'. Affectation impossible."
2734 +msgid "could not lock '%s'"
2735 +msgstr "impossible de verrouiller '%s'"
2736
2496 -#: unpack-trees.c:124
2737 +#: sequencer.c:247 sequencer.c:1125 sequencer.c:1214
2738 #, c-format
2498 -msgid ""
2499 -"Cannot update sparse checkout: the following entries are not up-to-date:\n"
2500 -"%s"
2501 -msgstr ""
2502 -"Mise à jour d'extraction creuse impossible : les entrées suivantes ne sont "
2503 -"pas à jour :\n"
2504 -"%s"
2739 +msgid "could not write to '%s'"
2740 +msgstr "impossible d'écrire dans '%s'"
2741
2506 -#: unpack-trees.c:126
2742 +#: sequencer.c:251
2743 #, c-format
2508 -msgid ""
2509 -"The following Working tree files would be overwritten by sparse checkout "
2510 -"update:\n"
2511 -"%s"
2512 -msgstr ""
2513 -"Les fichiers suivants de la copie de travail seraient écrasés par la mise à "
2514 -"jour par extraction creuse :\n"
2515 -"%s"
2744 +msgid "could not write eol to '%s"
2745 +msgstr "impossible d'écrire la fin de ligne dans '%s'"
2746
2517 -#: unpack-trees.c:128
2747 +#: sequencer.c:255 sequencer.c:1130 sequencer.c:1216
2748 #, c-format
2519 -msgid ""
2520 -"The following Working tree files would be removed by sparse checkout "
2521 -"update:\n"
2522 -"%s"
2523 -msgstr ""
2524 -"Les fichiers suivants de la copie de travail seraient supprimés par la mise "
2525 -"à jour par extraction creuse :\n"
2526 -"%s"
2749 +msgid "failed to finalize '%s'."
2750 +msgstr "échec lors de la finalisation de '%s'."
2751
2528 -#: unpack-trees.c:205
2752 +#: sequencer.c:279 builtin/am.c:259 builtin/commit.c:749 builtin/merge.c:1032
2753 #, c-format
2530 -msgid "Aborting\n"
2531 -msgstr "Abandon\n"
2754 +msgid "could not read '%s'"
2755 +msgstr "impossible de lire '%s'"
2756
2533 -#: unpack-trees.c:237
2534 -msgid "Checking out files"
2535 -msgstr "Extraction des fichiers"
2757 +#: sequencer.c:305
2758 +#, c-format
2759 +msgid "your local changes would be overwritten by %s."
2760 +msgstr "vos modifications locales seraient écrasées par %s."
2761
2537 -#: urlmatch.c:120
2538 -msgid "invalid URL scheme name or missing '://' suffix"
2539 -msgstr "nom de schéma d'URL invalide ou suffixe '://' manquant"
2762 +#: sequencer.c:309
2763 +msgid "commit your changes or stash them to proceed."
2764 +msgstr "validez vos modifications ou les remiser pour continuer."
2765
2541 -#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:356
2766 +#: sequencer.c:324
2767 #, c-format
2543 -msgid "invalid %XX escape sequence"
2544 -msgstr "séquence d'échappement %XX invalide"
2768 +msgid "%s: fast-forward"
2769 +msgstr "%s : avance rapide"
2770
2546 -#: urlmatch.c:172
2547 -msgid "missing host and scheme is not 'file:'"
2548 -msgstr "hôte manquant et le schéma n'est pas 'file:'"
2771 +#. TRANSLATORS: %s will be "revert" or "cherry-pick"
2772 +#: sequencer.c:399
2773 +#, c-format
2774 +msgid "%s: Unable to write new index file"
2775 +msgstr "%s: Impossible d'écrire le nouveau fichier index"
2776
2550 -#: urlmatch.c:189
2551 -msgid "a 'file:' URL may not have a port number"
2552 -msgstr "une URL 'file:' ne peut pas contenir de numéro de port"
2777 +#: sequencer.c:418
2778 +msgid "could not resolve HEAD commit\n"
2779 +msgstr "impossible de résoudre le commit HEAD\n"
2780
2554 -#: urlmatch.c:199
2555 -msgid "invalid characters in host name"
2556 -msgstr "caractères invalides dans le nom d'hôte"
2781 +#: sequencer.c:438
2782 +msgid "unable to update cache tree\n"
2783 +msgstr "impossible de mettre à jour l'arbre de cache\n"
2784
2558 -#: urlmatch.c:244 urlmatch.c:255
2559 -msgid "invalid port number"
2560 -msgstr "numéro de port invalide"
2785 +#: sequencer.c:483
2786 +#, c-format
2787 +msgid ""
2788 +"you have staged changes in your working tree\n"
2789 +"If these changes are meant to be squashed into the previous commit, run:\n"
2790 +"\n"
2791 +" git commit --amend %s\n"
2792 +"\n"
2793 +"If they are meant to go into a new commit, run:\n"
2794 +"\n"
2795 +" git commit %s\n"
2796 +"\n"
2797 +"In both cases, once you're done, continue with:\n"
2798 +"\n"
2799 +" git rebase --continue\n"
2800 +msgstr ""
2801 +"Vous avez des modifications indexées dans votre copie de travail.\n"
2802 +"Si elles devaient être ajoutées dans le commit précédent, lancez :\n"
2803 +"\n"
2804 +" git commit --amend %s\n"
2805 +"\n"
2806 +"Si elles devaient aller dans un nouveau commit, lancez :\n"
2807 +"\n"
2808 +" git commit %s\n"
2809 +"\n"
2810 +"Dans les deux cas, une fois fini, continuez avec :\n"
2811 +"\n"
2812 +" git rebase --continue\n"
2813
2562 -#: urlmatch.c:322
2563 -msgid "invalid '..' path segment"
2564 -msgstr "segment de chemin '..' invalide"
2814 +#: sequencer.c:567
2815 +#, c-format
2816 +msgid "could not parse commit %s\n"
2817 +msgstr "impossible d'analyser le commit %s\n"
2818
2566 -#: worktree.c:282
2819 +#: sequencer.c:572
2820 #, c-format
2568 -msgid "failed to read '%s'"
2569 -msgstr "échec de la lecture de '%s'"
2821 +msgid "could not parse parent commit %s\n"
2822 +msgstr "impossible d'analyser le commit parent %s\n"
2823
2571 -#: wrapper.c:222 wrapper.c:392
2824 +#: sequencer.c:656
2825 +msgid "your index file is unmerged."
2826 +msgstr "votre fichier d'index n'est pas fusionné."
2827 +
2828 +#: sequencer.c:675
2829 #, c-format
2573 -msgid "could not open '%s' for reading and writing"
2574 -msgstr "impossible d'ouvrir '%s' en lecture/écriture"
2830 +msgid "commit %s is a merge but no -m option was given."
2831 +msgstr "le commit %s est une fusion mais l'option -m n'a pas été spécifiée."
2832
2576 -#: wrapper.c:224 wrapper.c:394 builtin/am.c:778
2833 +#: sequencer.c:683
2834 #, c-format
2578 -msgid "could not open '%s' for writing"
2579 -msgstr "impossible d'ouvrir '%s' en écriture"
2835 +msgid "commit %s does not have parent %d"
2836 +msgstr "le commit %s n'a pas de parent %d"
2837
2581 -#: wrapper.c:226 wrapper.c:396 builtin/am.c:324 builtin/am.c:771
2582 -#: builtin/am.c:859 builtin/commit.c:1712 builtin/merge.c:1029
2583 -#: builtin/pull.c:407
2838 +#: sequencer.c:687
2839 #, c-format
2585 -msgid "could not open '%s' for reading"
2586 -msgstr "impossible d'ouvrir '%s' en lecture"
2840 +msgid "mainline was specified but commit %s is not a merge."
2841 +msgstr "une branche principale a été spécifiée mais le commit %s n'est pas une fusion."
2842
2588 -#: wrapper.c:605 wrapper.c:626
2843 +#. TRANSLATORS: The first %s will be a "todo" command like
2844 +#. "revert" or "pick", the second %s a SHA1.
2845 +#: sequencer.c:700
2846 #, c-format
2590 -msgid "unable to access '%s'"
2591 -msgstr "impossible d'accéder à '%s'"
2847 +msgid "%s: cannot parse parent commit %s"
2848 +msgstr "%s : impossible d'analyser le commit parent %s"
2849
2593 -#: wrapper.c:634
2594 -msgid "unable to get current working directory"
2595 -msgstr "impossible d'accéder au répertoire de travail courant"
2850 +#: sequencer.c:705
2851 +#, c-format
2852 +msgid "cannot get commit message for %s"
2853 +msgstr "impossible d'obtenir un message de validation pour %s"
2854
2597 -#: wrapper.c:658
2855 +#: sequencer.c:797
2856 #, c-format
2599 -msgid "could not write to %s"
2600 -msgstr "Impossible d'écrire dans %s"
2857 +msgid "could not revert %s... %s"
2858 +msgstr "impossible d'annuler %s... %s"
2859
2602 -#: wrapper.c:660
2860 +#: sequencer.c:798
2861 #, c-format
2604 -msgid "could not close %s"
2605 -msgstr "impossible de fermer %s"
2862 +msgid "could not apply %s... %s"
2863 +msgstr "impossible d'appliquer %s... %s"
2864
2607 -#: wt-status.c:150
2608 -msgid "Unmerged paths:"
2609 -msgstr "Chemins non fusionnés :"
2865 +#: sequencer.c:833
2866 +msgid "empty commit set passed"
2867 +msgstr "l'ensemble de commits spécifié est vide"
2868
2611 -#: wt-status.c:177 wt-status.c:204
2869 +#: sequencer.c:843
2870 #, c-format
2613 -msgid " (use \"git reset %s <file>...\" to unstage)"
2614 -msgstr " (utilisez \"git reset %s <fichier>...\" pour désindexer)"
2871 +msgid "git %s: failed to read the index"
2872 +msgstr "git %s : échec à la lecture de l'index"
2873
2616 -#: wt-status.c:179 wt-status.c:206
2617 -msgid " (use \"git rm --cached <file>...\" to unstage)"
2618 -msgstr " (utilisez \"git rm --cached <fichier>...\" pour désindexer)"
2874 +#: sequencer.c:850
2875 +#, c-format
2876 +msgid "git %s: failed to refresh the index"
2877 +msgstr "git %s : échec du rafraîchissement de l'index"
2878
2620 -#: wt-status.c:183
2621 -msgid " (use \"git add <file>...\" to mark resolution)"
2622 -msgstr " (utilisez \"git add <fichier>...\" pour marquer comme résolu)"
2879 +#: sequencer.c:944
2880 +#, c-format
2881 +msgid "invalid line %d: %.*s"
2882 +msgstr "ligne %d invalide : %.*s"
2883
2624 -#: wt-status.c:185 wt-status.c:189
2625 -msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
2626 -msgstr ""
2627 -" (utilisez \"git add/rm <fichier>...\" si nécessaire pour marquer comme "
2628 -"résolu)"
2884 +#: sequencer.c:950
2885 +msgid "no commits parsed."
2886 +msgstr "aucun commit analysé."
2887
2630 -#: wt-status.c:187
2631 -msgid " (use \"git rm <file>...\" to mark resolution)"
2632 -msgstr " (utilisez \"git rm <fichier>...\" pour marquer comme résolu)"
2888 +#: sequencer.c:966
2889 +#, c-format
2890 +msgid "could not read '%s'."
2891 +msgstr "impossible de lire '%s'."
2892
2634 -#: wt-status.c:198 wt-status.c:882
2635 -msgid "Changes to be committed:"
2636 -msgstr "Modifications qui seront validées :"
2893 +#: sequencer.c:972
2894 +#, c-format
2895 +msgid "unusable instruction sheet: '%s'"
2896 +msgstr "feuille d'instruction inutilisable : '%s'"
2897
2638 -#: wt-status.c:216 wt-status.c:891
2639 -msgid "Changes not staged for commit:"
2640 -msgstr "Modifications qui ne seront pas validées :"
2898 +#: sequencer.c:983
2899 +msgid "cannot cherry-pick during a revert."
2900 +msgstr "impossible de picorer pendant l'annulation d'un commit."
2901
2642 -#: wt-status.c:220
2643 -msgid " (use \"git add <file>...\" to update what will be committed)"
2644 -msgstr ""
2645 -" (utilisez \"git add <fichier>...\" pour mettre à jour ce qui sera validé)"
2902 +#: sequencer.c:985
2903 +msgid "cannot revert during a cherry-pick."
2904 +msgstr "impossible d'annuler un commit pendant un picorage."
2905
2647 -#: wt-status.c:222
2648 -msgid " (use \"git add/rm <file>...\" to update what will be committed)"
2649 -msgstr ""
2650 -" (utilisez \"git add/rm <fichier>...\" pour mettre à jour ce qui sera "
2651 -"validé)"
2906 +#: sequencer.c:1028
2907 +#, c-format
2908 +msgid "invalid key: %s"
2909 +msgstr "clé invalide : %s"
2910
2653 -#: wt-status.c:223
2654 -msgid ""
2655 -" (use \"git checkout -- <file>...\" to discard changes in working directory)"
2656 -msgstr ""
2657 -" (utilisez \"git checkout -- <fichier>...\" pour annuler les modifications "
2658 -"dans la copie de travail)"
2911 +#: sequencer.c:1031
2912 +#, c-format
2913 +msgid "invalid value for %s: %s"
2914 +msgstr "valeur invalide pour %s : %s"
2915
2660 -#: wt-status.c:225
2661 -msgid " (commit or discard the untracked or modified content in submodules)"
2662 -msgstr ""
2663 -" (valider ou annuler le contenu non suivi ou modifié dans les sous-modules)"
2916 +#: sequencer.c:1063
2917 +#, c-format
2918 +msgid "malformed options sheet: '%s'"
2919 +msgstr "feuille d'options malformée : %s"
2920 +
2921 +#: sequencer.c:1101
2922 +msgid "a cherry-pick or revert is already in progress"
2923 +msgstr "un picorage ou un retour est déjà en cours"
2924 +
2925 +#: sequencer.c:1102
2926 +msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
2927 +msgstr "essayez \"git cherry-pick (--continue|--quit|-- abort)\""
2928
2665 -#: wt-status.c:237
2929 +#: sequencer.c:1106
2930 #, c-format
2667 -msgid " (use \"git %s <file>...\" to include in what will be committed)"
2668 -msgstr ""
2669 -" (utilisez \"git %s <fichier>...\" pour inclure dans ce qui sera validé)"
2931 +msgid "could not create sequencer directory '%s'"
2932 +msgstr "impossible de créer le répertoire de séquenceur '%s'"
2933
2671 -#: wt-status.c:252
2672 -msgid "both deleted:"
2673 -msgstr "supprimé des deux côtés :"
2934 +#: sequencer.c:1120
2935 +msgid "could not lock HEAD"
2936 +msgstr "impossible de verrouiller HEAD"
2937
2675 -#: wt-status.c:254
2676 -msgid "added by us:"
2677 -msgstr "ajouté par nous :"
2938 +#: sequencer.c:1151 sequencer.c:1289
2939 +msgid "no cherry-pick or revert in progress"
2940 +msgstr "aucun picorage ou retour en cours"
2941
2679 -#: wt-status.c:256
2680 -msgid "deleted by them:"
2681 -msgstr "supprimé par eux :"
2942 +#: sequencer.c:1153
2943 +msgid "cannot resolve HEAD"
2944 +msgstr "impossible de résoudre HEAD"
2945
2683 -#: wt-status.c:258
2684 -msgid "added by them:"
2685 -msgstr "ajouté par eux :"
2946 +#: sequencer.c:1155 sequencer.c:1189
2947 +msgid "cannot abort from a branch yet to be born"
2948 +msgstr "impossible d'abandonner depuis une branche non encore créée"
2949
2687 -#: wt-status.c:260
2688 -msgid "deleted by us:"
2689 -msgstr "supprimé par nous :"
2950 +#: sequencer.c:1175 builtin/grep.c:578
2951 +#, c-format
2952 +msgid "cannot open '%s'"
2953 +msgstr "impossible d'ouvrir '%s'"
2954
2691 -#: wt-status.c:262
2692 -msgid "both added:"
2693 -msgstr "ajouté de deux côtés :"
2955 +#: sequencer.c:1177
2956 +#, c-format
2957 +msgid "cannot read '%s': %s"
2958 +msgstr "impossible de lire '%s' : %s"
2959
2695 -#: wt-status.c:264
2696 -msgid "both modified:"
2697 -msgstr "modifié des deux côtés :"
2960 +#: sequencer.c:1178
2961 +msgid "unexpected end of file"
2962 +msgstr "fin de fichier inattendue"
2963
2699 -#: wt-status.c:274
2700 -msgid "new file:"
2701 -msgstr "nouveau fichier :"
2964 +#: sequencer.c:1184
2965 +#, c-format
2966 +msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
2967 +msgstr "le fichier HEAD de préparation de picorage '%s' est corrompu"
2968
2703 -#: wt-status.c:276
2704 -msgid "copied:"
2705 -msgstr "copié :"
2969 +#: sequencer.c:1354
2970 +#, c-format
2971 +msgid "%s: can't cherry-pick a %s"
2972 +msgstr "%s : impossible de picorer un %s"
2973
2707 -#: wt-status.c:278
2708 -msgid "deleted:"
2709 -msgstr "supprimé :"
2974 +#: sequencer.c:1358
2975 +#, c-format
2976 +msgid "%s: bad revision"
2977 +msgstr "%s : mauvaise révision"
2978
2711 -#: wt-status.c:280
2712 -msgid "modified:"
2713 -msgstr "modifié :"
2979 +#: sequencer.c:1391
2980 +msgid "can't revert as initial commit"
2981 +msgstr "impossible d'annuler en tant que commit initial"
2982
2715 -#: wt-status.c:282
2716 -msgid "renamed:"
2717 -msgstr "renommé :"
2983 +#: setup.c:160
2984 +#, c-format
2985 +msgid ""
2986 +"%s: no such path in the working tree.\n"
2987 +"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
2988 +msgstr ""
2989 +"%s : ce chemin n'existe pas dans la copie de travail.\n"
2990 +"Utilisez 'git <commande> -- <chemin>...' pour spécifier des chemins qui "
2991 +"n'existent pas localement."
2992
2719 -#: wt-status.c:284
2720 -msgid "typechange:"
2721 -msgstr "modif. type :"
2993 +#: setup.c:173
2994 +#, c-format
2995 +msgid ""
2996 +"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
2997 +"Use '--' to separate paths from revisions, like this:\n"
2998 +"'git <command> [<revision>...] -- [<file>...]'"
2999 +msgstr ""
3000 +"argument '%s' ambigu : révision inconnue ou chemin inexistant.\n"
3001 +"Utilisez '--' pour séparer les chemins des révisions, comme ceci :\n"
3002 +"'git <commande> [<révision>...] -- [<chemin>...]'"
3003
2723 -#: wt-status.c:286
2724 -msgid "unknown:"
2725 -msgstr "inconnu :"
3004 +#: setup.c:223
3005 +#, c-format
3006 +msgid ""
3007 +"ambiguous argument '%s': both revision and filename\n"
3008 +"Use '--' to separate paths from revisions, like this:\n"
3009 +"'git <command> [<revision>...] -- [<file>...]'"
3010 +msgstr ""
3011 +"argument '%s' ambigu : révision et chemin spécifiés.\n"
3012 +"Utilisez '--' pour séparer les chemins des révisions, comme ceci :\n"
3013 +"'git <commande> [<révision>...] -- [<chemin>...]'"
3014
2727 -#: wt-status.c:288
2728 -msgid "unmerged:"
2729 -msgstr "non fusionné :"
3015 +#: setup.c:468
3016 +#, c-format
3017 +msgid "Expected git repo version <= %d, found %d"
3018 +msgstr "Version attendue du dépôt git <= %d, %d trouvée"
3019
2731 -#: wt-status.c:370
2732 -msgid "new commits, "
2733 -msgstr "nouveaux commits, "
3020 +#: setup.c:476
3021 +msgid "unknown repository extensions found:"
3022 +msgstr "extensions de dépôt inconnues trouvées :"
3023
2735 -#: wt-status.c:372
2736 -msgid "modified content, "
2737 -msgstr "contenu modifié, "
3024 +#: setup.c:762
3025 +#, c-format
3026 +msgid "Not a git repository (or any of the parent directories): %s"
3027 +msgstr "Ni ceci ni aucun de ses répertoires parents n'est un dépôt git : %s"
3028
2739 -#: wt-status.c:374
2740 -msgid "untracked content, "
2741 -msgstr "contenu non suivi, "
3029 +#: setup.c:764 setup.c:915 builtin/index-pack.c:1641
3030 +msgid "Cannot come back to cwd"
3031 +msgstr "Impossible de revenir au répertoire de travail courant"
3032
2743 -#: wt-status.c:756
2744 -msgid "Submodules changed but not updated:"
2745 -msgstr "Sous-modules modifiés mais non mis à jour :"
3033 +#: setup.c:845
3034 +msgid "Unable to read current working directory"
3035 +msgstr "Impossible d'accéder au répertoire de travail courant"
3036
2747 -#: wt-status.c:758
2748 -msgid "Submodule changes to be committed:"
2749 -msgstr "Changements du sous-module à valider :"
3037 +#: setup.c:920
3038 +#, c-format
3039 +msgid ""
3040 +"Not a git repository (or any parent up to mount point %s)\n"
3041 +"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3042 +msgstr ""
3043 +"Ni ceci ni aucun de ses répertoires parents (jusqu'au point de montage %s) "
3044 +"n'est un dépôt git\n"
3045 +"Arrêt à la limite du système de fichiers (GIT_DISCOVERY_ACROSS_FILESYSTEM "
3046 +"n'est pas activé)."
3047 +
3048 +#: setup.c:927
3049 +#, c-format
3050 +msgid "Cannot change to '%s/..'"
3051 +msgstr "Impossible de se déplacer vers le répertoire '%s/..'"
3052
2751 -#: wt-status.c:839
3053 +#: setup.c:989
3054 +#, c-format
3055 msgid ""
2753 -"Do not touch the line above.\n"
2754 -"Everything below will be removed."
3056 +"Problem with core.sharedRepository filemode value (0%.3o).\n"
3057 +"The owner of files must always have read and write permissions."
3058 msgstr ""
2756 -"Ne touchez pas à la ligne ci-dessus\n"
2757 -"Tout ce qui suit sera éliminé."
3059 +"Problème avec la valeur de core.sharedRepository (0%.3o).\n"
3060 +"Le propriétaire des fichiers doit toujours avoir les droits en lecture et "
3061 +"écriture."
3062
2759 -#: wt-status.c:950
2760 -msgid "You have unmerged paths."
2761 -msgstr "Vous avez des chemins non fusionnés."
3063 +#: sha1_file.c:473
3064 +#, c-format
3065 +msgid "path '%s' does not exist"
3066 +msgstr "le chemin '%s' n'existe pas"
3067
2763 -#: wt-status.c:953
2764 -msgid " (fix conflicts and run \"git commit\")"
2765 -msgstr " (réglez les conflits puis lancez \"git commit\")"
3068 +#: sha1_file.c:499
3069 +#, c-format
3070 +msgid "reference repository '%s' as a linked checkout is not supported yet."
3071 +msgstr ""
3072 +"extraire le dépôt de référence '%s' comme une extraction liée n'est pas "
3073 +"encore supporté."
3074
2767 -#: wt-status.c:955
2768 -msgid " (use \"git merge --abort\" to abort the merge)"
2769 -msgstr " (utilisez \"git merge --abort\" pour annuler la fusion)"
3075 +#: sha1_file.c:505
3076 +#, c-format
3077 +msgid "reference repository '%s' is not a local repository."
3078 +msgstr "le dépôt de référence '%s' n'est pas un dépôt local."
3079
2771 -#: wt-status.c:960
2772 -msgid "All conflicts fixed but you are still merging."
2773 -msgstr "Tous les conflits sont réglés mais la fusion n'est pas terminée."
3080 +#: sha1_file.c:511
3081 +#, c-format
3082 +msgid "reference repository '%s' is shallow"
3083 +msgstr "le dépôt de référence '%s' est superficiel"
3084
2775 -#: wt-status.c:963
2776 -msgid " (use \"git commit\" to conclude merge)"
2777 -msgstr " (utilisez \"git commit\" pour terminer la fusion)"
3085 +#: sha1_file.c:519
3086 +#, c-format
3087 +msgid "reference repository '%s' is grafted"
3088 +msgstr "le dépôt de référence '%s' est greffé"
3089
2779 -#: wt-status.c:973
2780 -msgid "You are in the middle of an am session."
2781 -msgstr "Vous êtes au milieu d'une session am."
3090 +#: sha1_file.c:1159
3091 +msgid "offset before end of packfile (broken .idx?)"
3092 +msgstr "offset avant la fin du fichier paquet (.idx cassé ?)"
3093
2783 -#: wt-status.c:976
2784 -msgid "The current patch is empty."
2785 -msgstr "Le patch actuel est vide."
3094 +#: sha1_file.c:2592
3095 +#, c-format
3096 +msgid "offset before start of pack index for %s (corrupt index?)"
3097 +msgstr "offset avant le début de l'index de paquet pour %s (index corrompu ?)"
3098
2787 -#: wt-status.c:980
2788 -msgid " (fix conflicts and then run \"git am --continue\")"
2789 -msgstr " (réglez les conflits puis lancez \"git am --continue\")"
3099 +#: sha1_file.c:2596
3100 +#, c-format
3101 +msgid "offset beyond end of pack index for %s (truncated index?)"
3102 +msgstr ""
3103 +"offset au delà de la fin de l'index de paquet pour %s (index tronqué ?)"
3104
2791 -#: wt-status.c:982
2792 -msgid " (use \"git am --skip\" to skip this patch)"
2793 -msgstr " (utilisez \"git am --skip\" pour sauter ce patch)"
3105 +#: sha1_name.c:407
3106 +#, c-format
3107 +msgid "short SHA1 %s is ambiguous"
3108 +msgstr "le SHA1 court %s est ambigu"
3109
2795 -#: wt-status.c:984
2796 -msgid " (use \"git am --abort\" to restore the original branch)"
2797 -msgstr " (utilisez \"git am --abort\" pour restaurer la branche d'origine)"
3110 +#: sha1_name.c:418
3111 +msgid "The candidates are:"
3112 +msgstr "Les candidats sont :"
3113
2799 -#: wt-status.c:1109
2800 -msgid "No commands done."
2801 -msgstr "Aucune commande réalisée."
3114 +#: sha1_name.c:577
3115 +msgid ""
3116 +"Git normally never creates a ref that ends with 40 hex characters\n"
3117 +"because it will be ignored when you just specify 40-hex. These refs\n"
3118 +"may be created by mistake. For example,\n"
3119 +"\n"
3120 +" git checkout -b $br $(git rev-parse ...)\n"
3121 +"\n"
3122 +"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3123 +"examine these refs and maybe delete them. Turn this message off by\n"
3124 +"running \"git config advice.objectNameWarning false\""
3125 +msgstr ""
3126 +"Git ne créé normalement jamais de référence qui se termine par 40 caractères "
3127 +"hexa\n"
3128 +"car elle serait ignorée si vous spécifiiez 40-hexa. Ces références\n"
3129 +"peuvent être créées par erreur. Par exemple,\n"
3130 +"\n"
3131 +" git checkout -b $br $(git rev-parse ...)\n"
3132 +"\n"
3133 +"où \"$br\" est d'une manière ou d'une autre vide et une référence 40-hexa "
3134 +"est créée.\n"
3135 +"Veuillez examiner ces références et peut-être les supprimer. Désactivez ce "
3136 +"message\n"
3137 +"en lançant \"git config advice.objectNameWarning false\""
3138 +
3139 +#: submodule.c:64 submodule.c:98
3140 +msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3141 +msgstr ""
3142 +"Modification impossible de .gitmodules non fusionné, résolvez les conflits "
3143 +"d'abord"
3144 +
3145 +#: submodule.c:68 submodule.c:102
3146 +#, c-format
3147 +msgid "Could not find section in .gitmodules where path=%s"
3148 +msgstr "Impossible de trouver une section où path=%s dans .gitmodules"
3149 +
3150 +#: submodule.c:76
3151 +#, c-format
3152 +msgid "Could not update .gitmodules entry %s"
3153 +msgstr "Impossible de mettre à jour l'élément %s de .gitmodules"
3154
2803 -#: wt-status.c:1112
3155 +# ici %s est un chemin
3156 +#: submodule.c:109
3157 #, c-format
2805 -msgid "Last command done (%d command done):"
2806 -msgid_plural "Last commands done (%d commands done):"
2807 -msgstr[0] "Dernière commande effectuée (%d commande effectuée) :"
2808 -msgstr[1] "Dernières commandes effectuées (%d commandes effectuées) :"
3158 +msgid "Could not remove .gitmodules entry for %s"
3159 +msgstr "Impossible de supprimer l'élément de .gitmodules pour %s"
3160
2810 -#: wt-status.c:1123
2811 -#, c-format
2812 -msgid " (see more in file %s)"
2813 -msgstr " (voir plus dans le fichier %s)"
3161 +#: submodule.c:120
3162 +msgid "staging updated .gitmodules failed"
3163 +msgstr "échec de la mise en index du .gitmodules mis à jour"
3164
2815 -#: wt-status.c:1128
2816 -msgid "No commands remaining."
2817 -msgstr "Aucune commande restante."
3165 +#: submodule.c:158
3166 +msgid "negative values not allowed for submodule.fetchJobs"
3167 +msgstr "les valeurs négatives ne sont pas permises pour submodule.fetchJobs"
3168
2819 -#: wt-status.c:1131
3169 +#: submodule-config.c:358
3170 #, c-format
2821 -msgid "Next command to do (%d remaining command):"
2822 -msgid_plural "Next commands to do (%d remaining commands):"
2823 -msgstr[0] "Prochaine commande à effectuer (%d commande restante) :"
2824 -msgstr[1] "Prochaines commandes à effectuer (%d commandes restantes) :"
3171 +msgid "invalid value for %s"
3172 +msgstr "Valeur invalide pour %s"
3173
2826 -#: wt-status.c:1139
2827 -msgid " (use \"git rebase --edit-todo\" to view and edit)"
2828 -msgstr " (utilisez \"git rebase --edit-todo\" pour voir et éditer)"
3174 +#: trailer.c:238
3175 +#, c-format
3176 +msgid "running trailer command '%s' failed"
3177 +msgstr "échec de la commande trailer '%s'"
3178
2830 -#: wt-status.c:1152
3179 +#: trailer.c:471 trailer.c:475 trailer.c:479 trailer.c:533 trailer.c:537
3180 +#: trailer.c:541
3181 #, c-format
2832 -msgid "You are currently rebasing branch '%s' on '%s'."
2833 -msgstr "Vous êtes en train de rebaser la branche '%s' sur '%s'."
3182 +msgid "unknown value '%s' for key '%s'"
3183 +msgstr "valeur inconnue '%s' pour la clé '%s'"
3184
2835 -#: wt-status.c:1157
2836 -msgid "You are currently rebasing."
2837 -msgstr "Vous êtes en train de rebaser."
3185 +#: trailer.c:523 trailer.c:528 builtin/remote.c:289
3186 +#, c-format

This file is too large to show in full.