Raw
1 # French translation of the gitk package
2 # Copyright (C) 2005-2008 Paul Mackerras. All rights reserved.
3 # This file is distributed under the same license as the gitk package.
4 # Translators:
5 # Emmanuel Trillaud <etrillaud@gmail.com>
6 # Jean-Noël Avila <jn.avila@free.fr>
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: Gitk\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2016-01-22 22:04+0100\n"
12 "PO-Revision-Date: 2016-01-22 23:28+0100\n"
13 "Last-Translator: Jean-Noël Avila <jn.avila@free.fr>\n"
14 "Language-Team: git@vger.kernel.org\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "X-Poedit-Language: French\n"
20 "X-Poedit-Country: FRANCE\n"
21
22 msgid "Couldn't get list of unmerged files:"
23 msgstr "Impossible de récupérer la liste des fichiers non fusionnés :"
24
25 msgid "Color words"
26 msgstr "Colorier les mots différents"
27
28 msgid "Markup words"
29 msgstr "Marquer les mots différents"
30
31 msgid "Error parsing revisions:"
32 msgstr "Erreur lors du parcours des révisions :"
33
34 msgid "Error executing --argscmd command:"
35 msgstr "Erreur à l'exécution de la commande --argscmd :"
36
37 msgid "No files selected: --merge specified but no files are unmerged."
38 msgstr ""
39 "Aucun fichier sélectionné : --merge précisé, mais tous les fichiers sont "
40 "fusionnés."
41
42 # FIXME : améliorer la traduction de 'file limite'
43 msgid ""
44 "No files selected: --merge specified but no unmerged files are within file "
45 "limit."
46 msgstr ""
47 "Aucun fichier sélectionné : --merge précisé mais aucun fichier non fusionné "
48 "n'est dans la limite des fichiers."
49
50 msgid "Error executing git log:"
51 msgstr "Erreur à l'exécution de git log :"
52
53 msgid "Reading"
54 msgstr "Lecture en cours"
55
56 msgid "Reading commits..."
57 msgstr "Lecture des commits..."
58
59 msgid "No commits selected"
60 msgstr "Aucun commit sélectionné"
61
62 msgid "Command line"
63 msgstr "Ligne de commande"
64
65 msgid "Can't parse git log output:"
66 msgstr "Impossible de lire la sortie de git log :"
67
68 msgid "No commit information available"
69 msgstr "Aucune information disponible sur le commit"
70
71 msgid "OK"
72 msgstr "OK"
73
74 msgid "Cancel"
75 msgstr "Annuler"
76
77 msgid "&Update"
78 msgstr "Mise à jour"
79
80 msgid "&Reload"
81 msgstr "&Recharger"
82
83 msgid "Reread re&ferences"
84 msgstr "Relire les ré&férences"
85
86 msgid "&List references"
87 msgstr "&Lister les références"
88
89 msgid "Start git &gui"
90 msgstr "Démarrer git &gui"
91
92 msgid "&Quit"
93 msgstr "&Quitter"
94
95 msgid "&File"
96 msgstr "&Fichier"
97
98 msgid "&Preferences"
99 msgstr "Préférences"
100
101 msgid "&Edit"
102 msgstr "&Éditer"
103
104 msgid "&New view..."
105 msgstr "&Nouvelle vue..."
106
107 msgid "&Edit view..."
108 msgstr "&Éditer la vue..."
109
110 msgid "&Delete view"
111 msgstr "Supprimer la vue"
112
113 msgid "&All files"
114 msgstr "Tous les fichiers"
115
116 msgid "&View"
117 msgstr "&Vue"
118
119 msgid "&About gitk"
120 msgstr "À propos de gitk"
121
122 msgid "&Key bindings"
123 msgstr "Raccourcis clavier"
124
125 msgid "&Help"
126 msgstr "Aide"
127
128 msgid "SHA1 ID:"
129 msgstr "Id SHA1 :"
130
131 msgid "Row"
132 msgstr "Colonne"
133
134 msgid "Find"
135 msgstr "Recherche"
136
137 msgid "commit"
138 msgstr "commit"
139
140 msgid "containing:"
141 msgstr "contient :"
142
143 msgid "touching paths:"
144 msgstr "chemins modifiés :"
145
146 msgid "adding/removing string:"
147 msgstr "ajoute/supprime la chaîne :"
148
149 msgid "changing lines matching:"
150 msgstr "modifie les lignes vérifiant :"
151
152 msgid "Exact"
153 msgstr "Exact"
154
155 msgid "IgnCase"
156 msgstr "Ignorer la casse"
157
158 msgid "Regexp"
159 msgstr "Expression régulière"
160
161 msgid "All fields"
162 msgstr "Tous les champs"
163
164 msgid "Headline"
165 msgstr "Titre"
166
167 msgid "Comments"
168 msgstr "Commentaires"
169
170 msgid "Author"
171 msgstr "Auteur"
172
173 msgid "Committer"
174 msgstr "Validateur"
175
176 msgid "Search"
177 msgstr "Rechercher"
178
179 msgid "Diff"
180 msgstr "Diff"
181
182 msgid "Old version"
183 msgstr "Ancienne version"
184
185 msgid "New version"
186 msgstr "Nouvelle version"
187
188 msgid "Lines of context"
189 msgstr "Lignes de contexte"
190
191 msgid "Ignore space change"
192 msgstr "Ignorer les modifications d'espace"
193
194 msgid "Line diff"
195 msgstr "différence par ligne"
196
197 msgid "Patch"
198 msgstr "Patch"
199
200 msgid "Tree"
201 msgstr "Arbre"
202
203 msgid "Diff this -> selected"
204 msgstr "Diff ceci -> la sélection"
205
206 msgid "Diff selected -> this"
207 msgstr "Diff sélection -> ceci"
208
209 msgid "Make patch"
210 msgstr "Créer patch"
211
212 msgid "Create tag"
213 msgstr "Créer étiquette"
214
215 msgid "Copy commit summary"
216 msgstr "Copié le résumé du commit"
217
218 msgid "Write commit to file"
219 msgstr "Écrire le commit dans un fichier"
220
221 msgid "Create new branch"
222 msgstr "Créer une nouvelle branche"
223
224 msgid "Cherry-pick this commit"
225 msgstr "Cueillir (cherry-pick) ce commit"
226
227 msgid "Reset HEAD branch to here"
228 msgstr "Réinitialiser la branche HEAD vers cet état"
229
230 msgid "Mark this commit"
231 msgstr "Marquer ce commit"
232
233 msgid "Return to mark"
234 msgstr "Retourner à la marque"
235
236 msgid "Find descendant of this and mark"
237 msgstr "Chercher le descendant de ceci et le marquer"
238
239 msgid "Compare with marked commit"
240 msgstr "Comparer avec le commit marqué"
241
242 msgid "Diff this -> marked commit"
243 msgstr "Diff ceci -> sélection"
244
245 msgid "Diff marked commit -> this"
246 msgstr "Diff entre sélection -> ceci"
247
248 msgid "Revert this commit"
249 msgstr "Défaire ce commit"
250
251 msgid "Check out this branch"
252 msgstr "Récupérer cette branche"
253
254 msgid "Remove this branch"
255 msgstr "Supprimer cette branche"
256
257 msgid "Copy branch name"
258 msgstr "Copier la nom de la branche"
259
260 msgid "Highlight this too"
261 msgstr "Surligner également ceci"
262
263 msgid "Highlight this only"
264 msgstr "Surligner seulement ceci"
265
266 msgid "External diff"
267 msgstr "Diff externe"
268
269 msgid "Blame parent commit"
270 msgstr "Blâmer le commit parent"
271
272 msgid "Copy path"
273 msgstr "Copier le chemin"
274
275 msgid "Show origin of this line"
276 msgstr "Montrer l'origine de cette ligne"
277
278 msgid "Run git gui blame on this line"
279 msgstr "Exécuter git gui blame sur cette ligne"
280
281 msgid "About gitk"
282 msgstr "À propos de gitk"
283
284 msgid ""
285 "\n"
286 "Gitk - a commit viewer for git\n"
287 "\n"
288 "Copyright © 2005-2016 Paul Mackerras\n"
289 "\n"
290 "Use and redistribute under the terms of the GNU General Public License"
291 msgstr ""
292 "\n"
293 "Gitk - visualisateur de commit pour git\n"
294 "\n"
295 "Copyright \\u00a9 2005-2016 Paul Mackerras\n"
296 "\n"
297 "Utilisation et redistribution soumises aux termes de la GNU General Public "
298 "License"
299
300 msgid "Close"
301 msgstr "Fermer"
302
303 msgid "Gitk key bindings"
304 msgstr "Raccourcis clavier de Gitk"
305
306 msgid "Gitk key bindings:"
307 msgstr "Raccourcis clavier de Gitk :"
308
309 #, tcl-format
310 msgid "<%s-Q>\t\tQuit"
311 msgstr "<%s-Q>\t\tQuitter"
312
313 #, tcl-format
314 msgid "<%s-W>\t\tClose window"
315 msgstr "<%s-W>\t\tFermer la fenêtre"
316
317 msgid "<Home>\t\tMove to first commit"
318 msgstr "<Début>\t\tAller au premier commit"
319
320 msgid "<End>\t\tMove to last commit"
321 msgstr "<Fin>\t\tAller au dernier commit"
322
323 msgid "<Up>, p, k\tMove up one commit"
324 msgstr "<Haut>, p, k\t Aller au commit précédent"
325
326 msgid "<Down>, n, j\tMove down one commit"
327 msgstr "<Bas>, n, j\t Aller au commit suivant"
328
329 msgid "<Left>, z, h\tGo back in history list"
330 msgstr "<Gauche>, z, h\tReculer dans l'historique"
331
332 msgid "<Right>, x, l\tGo forward in history list"
333 msgstr "<Droite>, x, l\tAvancer dans l'historique"
334
335 #, tcl-format
336 msgid "<%s-n>\tGo to n-th parent of current commit in history list"
337 msgstr "<%s-n>\tAller sur le n-ième parent du commit dans l'historique"
338
339 msgid "<PageUp>\tMove up one page in commit list"
340 msgstr "<PageUp>\tMonter d'une page dans la liste des commits"
341
342 msgid "<PageDown>\tMove down one page in commit list"
343 msgstr "<PageDown>\tDescendre d'une page dans la liste des commits"
344
345 #, tcl-format
346 msgid "<%s-Home>\tScroll to top of commit list"
347 msgstr "<%s-Début>\tAller en haut de la liste des commits"
348
349 #, tcl-format
350 msgid "<%s-End>\tScroll to bottom of commit list"
351 msgstr "<%s-End>\tAller en bas de la liste des commits"
352
353 #, tcl-format
354 msgid "<%s-Up>\tScroll commit list up one line"
355 msgstr "<%s-Up>\tMonter d'une ligne dans la liste des commits"
356
357 #, tcl-format
358 msgid "<%s-Down>\tScroll commit list down one line"
359 msgstr "<%s-Down>\tDescendre d'une ligne dans la liste des commits"
360
361 #, tcl-format
362 msgid "<%s-PageUp>\tScroll commit list up one page"
363 msgstr "<%s-PageUp>\tMonter d'une page dans la liste des commits"
364
365 #, tcl-format
366 msgid "<%s-PageDown>\tScroll commit list down one page"
367 msgstr "<%s-PageDown>\tDescendre d'une page dans la liste des commits"
368
369 msgid "<Shift-Up>\tFind backwards (upwards, later commits)"
370 msgstr ""
371 "<Shift-Up>\tRecherche en arrière (vers l'avant, commits les plus anciens)"
372
373 msgid "<Shift-Down>\tFind forwards (downwards, earlier commits)"
374 msgstr ""
375 "<Shift-Down>\tRecherche en avant (vers l'arrière, commit les plus récents)"
376
377 msgid "<Delete>, b\tScroll diff view up one page"
378 msgstr "<Supprimer>, b\tMonter d'une page dans la vue des diff"
379
380 msgid "<Backspace>\tScroll diff view up one page"
381 msgstr "<Backspace>\tMonter d'une page dans la vue des diff"
382
383 msgid "<Space>\t\tScroll diff view down one page"
384 msgstr "<Espace>\t\tDescendre d'une page dans la vue des diff"
385
386 msgid "u\t\tScroll diff view up 18 lines"
387 msgstr "u\t\tMonter de 18 lignes dans la vue des diff"
388
389 msgid "d\t\tScroll diff view down 18 lines"
390 msgstr "d\t\tDescendre de 18 lignes dans la vue des diff"
391
392 #, tcl-format
393 msgid "<%s-F>\t\tFind"
394 msgstr "<%s-F>\t\tRechercher"
395
396 #, tcl-format
397 msgid "<%s-G>\t\tMove to next find hit"
398 msgstr "<%s-G>\t\tAller au résultat de recherche suivant"
399
400 msgid "<Return>\tMove to next find hit"
401 msgstr "<Return>\t\tAller au résultat de recherche suivant"
402
403 msgid "g\t\tGo to commit"
404 msgstr "g\t\tAller au commit"
405
406 msgid "/\t\tFocus the search box"
407 msgstr "/\t\tFocus sur la zone de recherche"
408
409 msgid "?\t\tMove to previous find hit"
410 msgstr "?\t\tAller au résultat de recherche précédent"
411
412 msgid "f\t\tScroll diff view to next file"
413 msgstr "f\t\tAller au prochain fichier dans la vue des diff"
414
415 #, tcl-format
416 msgid "<%s-S>\t\tSearch for next hit in diff view"
417 msgstr "<%s-S>\t\tAller au résultat suivant dans la vue des diff"
418
419 #, tcl-format
420 msgid "<%s-R>\t\tSearch for previous hit in diff view"
421 msgstr "<%s-R>\t\tAller au résultat précédent dans la vue des diff"
422
423 #, tcl-format
424 msgid "<%s-KP+>\tIncrease font size"
425 msgstr "<%s-KP+>\tAugmenter la taille de la police"
426
427 #, tcl-format
428 msgid "<%s-plus>\tIncrease font size"
429 msgstr "<%s-plus>\tAugmenter la taille de la police"
430
431 #, tcl-format
432 msgid "<%s-KP->\tDecrease font size"
433 msgstr "<%s-KP->\tDiminuer la taille de la police"
434
435 #, tcl-format
436 msgid "<%s-minus>\tDecrease font size"
437 msgstr "<%s-minus>\tDiminuer la taille de la police"
438
439 msgid "<F5>\t\tUpdate"
440 msgstr "<F5>\t\tMise à jour"
441
442 #, tcl-format
443 msgid "Error creating temporary directory %s:"
444 msgstr "Erreur lors de la création du répertoire temporaire %s :"
445
446 #, tcl-format
447 msgid "Error getting \"%s\" from %s:"
448 msgstr "Erreur en obtenant \"%s\" de %s:"
449
450 msgid "command failed:"
451 msgstr "échec de la commande :"
452
453 msgid "No such commit"
454 msgstr "Commit inexistant"
455
456 msgid "git gui blame: command failed:"
457 msgstr "git gui blame : échec de la commande :"
458
459 #, tcl-format
460 msgid "Couldn't read merge head: %s"
461 msgstr "Impossible de lire le head de la fusion : %s"
462
463 #, tcl-format
464 msgid "Error reading index: %s"
465 msgstr "Erreur à la lecture de l'index : %s"
466
467 #, tcl-format
468 msgid "Couldn't start git blame: %s"
469 msgstr "Impossible de démarrer git blame : %s"
470
471 msgid "Searching"
472 msgstr "Recherche en cours"
473
474 #, tcl-format
475 msgid "Error running git blame: %s"
476 msgstr "Erreur à l'exécution de git blame : %s"
477
478 #, tcl-format
479 msgid "That line comes from commit %s, which is not in this view"
480 msgstr "Cette ligne est issue du commit %s, qui n'est pas dans cette vue"
481
482 msgid "External diff viewer failed:"
483 msgstr "Échec de l'outil externe de visualisation des diff :"
484
485 msgid "All files"
486 msgstr "Tous les fichiers"
487
488 msgid "View"
489 msgstr "Vue"
490
491 msgid "Gitk view definition"
492 msgstr "Définition des vues de Gitk"
493
494 msgid "Remember this view"
495 msgstr "Se souvenir de cette vue"
496
497 msgid "References (space separated list):"
498 msgstr "Références (liste d'éléments séparés par des espaces) :"
499
500 msgid "Branches & tags:"
501 msgstr "Branches & étiquettes :"
502
503 msgid "All refs"
504 msgstr "Toutes les références"
505
506 msgid "All (local) branches"
507 msgstr "Toutes les branches (locales)"
508
509 msgid "All tags"
510 msgstr "Toutes les étiquettes"
511
512 msgid "All remote-tracking branches"
513 msgstr "Toutes les branches de suivi à distance"
514
515 msgid "Commit Info (regular expressions):"
516 msgstr "Info sur les commits (expressions régulières) :"
517
518 msgid "Author:"
519 msgstr "Auteur :"
520
521 msgid "Committer:"
522 msgstr "Validateur :"
523
524 msgid "Commit Message:"
525 msgstr "Message de commit :"
526
527 msgid "Matches all Commit Info criteria"
528 msgstr "Correspond à tous les critères d'Info sur les commits"
529
530 msgid "Matches no Commit Info criteria"
531 msgstr "Ne correspond à aucun des critères d'Info sur les commits"
532
533 msgid "Changes to Files:"
534 msgstr "Changements des fichiers :"
535
536 msgid "Fixed String"
537 msgstr "Chaîne Figée"
538
539 msgid "Regular Expression"
540 msgstr "Expression Régulière"
541
542 msgid "Search string:"
543 msgstr "Recherche de la chaîne :"
544
545 msgid ""
546 "Commit Dates (\"2 weeks ago\", \"2009-03-17 15:27:38\", \"March 17, 2009 "
547 "15:27:38\"):"
548 msgstr ""
549 "Dates des commits (\"2 weeks ago\", \"2009-03-17 15:27:38\", \"March 17, "
550 "2009 15:27:38\") :"
551
552 msgid "Since:"
553 msgstr "Depuis :"
554
555 msgid "Until:"
556 msgstr "Jusqu'au :"
557
558 msgid "Limit and/or skip a number of revisions (positive integer):"
559 msgstr "Limiter et/ou sauter un certain nombre (entier positif) de révisions :"
560
561 msgid "Number to show:"
562 msgstr "Nombre à afficher :"
563
564 msgid "Number to skip:"
565 msgstr "Nombre à sauter :"
566
567 msgid "Miscellaneous options:"
568 msgstr "Options diverses :"
569
570 msgid "Strictly sort by date"
571 msgstr "Trier par date"
572
573 msgid "Mark branch sides"
574 msgstr "Indiquer les côtés des branches"
575
576 msgid "Limit to first parent"
577 msgstr "Limiter au premier ancêtre"
578
579 msgid "Simple history"
580 msgstr "Historique simple"
581
582 msgid "Additional arguments to git log:"
583 msgstr "Arguments supplémentaires de git log :"
584
585 msgid "Enter files and directories to include, one per line:"
586 msgstr "Saisir les fichiers et répertoires à inclure, un par ligne :"
587
588 msgid "Command to generate more commits to include:"
589 msgstr "Commande pour générer plus de commits à inclure :"
590
591 msgid "Gitk: edit view"
592 msgstr "Gitk : éditer la vue"
593
594 msgid "-- criteria for selecting revisions"
595 msgstr "-- critère pour la sélection des révisions"
596
597 msgid "View Name"
598 msgstr "Nom de la vue"
599
600 msgid "Apply (F5)"
601 msgstr "Appliquer (F5)"
602
603 msgid "Error in commit selection arguments:"
604 msgstr "Erreur dans les arguments de sélection des commits :"
605
606 msgid "None"
607 msgstr "Aucun"
608
609 msgid "Descendant"
610 msgstr "Descendant"
611
612 msgid "Not descendant"
613 msgstr "Pas un descendant"
614
615 msgid "Ancestor"
616 msgstr "Ancêtre"
617
618 msgid "Not ancestor"
619 msgstr "Pas un ancêtre"
620
621 msgid "Local changes checked in to index but not committed"
622 msgstr "Modifications locales enregistrées dans l'index mais non validées"
623
624 msgid "Local uncommitted changes, not checked in to index"
625 msgstr "Modifications locales non enregistrées dans l'index et non validées"
626
627 msgid "and many more"
628 msgstr "et beaucoup plus"
629
630 msgid "many"
631 msgstr "nombreux"
632
633 msgid "Tags:"
634 msgstr "Étiquettes :"
635
636 msgid "Parent"
637 msgstr "Parent"
638
639 msgid "Child"
640 msgstr "Enfant"
641
642 msgid "Branch"
643 msgstr "Branche"
644
645 msgid "Follows"
646 msgstr "Suit"
647
648 msgid "Precedes"
649 msgstr "Précède"
650
651 #, tcl-format
652 msgid "Error getting diffs: %s"
653 msgstr "Erreur lors de la récupération des diff : %s"
654
655 msgid "Goto:"
656 msgstr "Aller à :"
657
658 #, tcl-format
659 msgid "Short SHA1 id %s is ambiguous"
660 msgstr "L'id SHA1 court %s est ambigu"
661
662 #, tcl-format
663 msgid "Revision %s is not known"
664 msgstr "La révision %s est inconnu"
665
666 #, tcl-format
667 msgid "SHA1 id %s is not known"
668 msgstr "L'id SHA1 %s est inconnu"
669
670 #, tcl-format
671 msgid "Revision %s is not in the current view"
672 msgstr "La révision %s n'est pas dans la vue courante"
673
674 msgid "Date"
675 msgstr "Date"
676
677 msgid "Children"
678 msgstr "Enfants"
679
680 #, tcl-format
681 msgid "Reset %s branch to here"
682 msgstr "Réinitialiser la branche %s vers cet état"
683
684 msgid "Detached head: can't reset"
685 msgstr "Head détaché : impossible de réinitialiser"
686
687 msgid "Skipping merge commit "
688 msgstr "Éviter le commit de la fusion "
689
690 msgid "Error getting patch ID for "
691 msgstr "Erreur à l'obtention de l'ID du patch pour "
692
693 msgid " - stopping\n"
694 msgstr " - arrêt en cours\n"
695
696 msgid "Commit "
697 msgstr "Commit "
698
699 msgid ""
700 " is the same patch as\n"
701 " "
702 msgstr ""
703 "est le même patch que \n"
704 " "
705
706 msgid ""
707 " differs from\n"
708 " "
709 msgstr ""
710 " diffère de\n"
711 " "
712
713 msgid ""
714 "Diff of commits:\n"
715 "\n"
716 msgstr ""
717 "Diff des commits :\n"
718 "\n"
719
720 #, tcl-format
721 msgid " has %s children - stopping\n"
722 msgstr " a %s enfants - arrêt en cours\n"
723
724 #, tcl-format
725 msgid "Error writing commit to file: %s"
726 msgstr "Erreur à l'écriture du commit dans le fichier : %s"
727
728 #, tcl-format
729 msgid "Error diffing commits: %s"
730 msgstr "Erreur à la différence des commits : %s"
731
732 msgid "Top"
733 msgstr "Haut"
734
735 msgid "From"
736 msgstr "De"
737
738 msgid "To"
739 msgstr "À"
740
741 msgid "Generate patch"
742 msgstr "Générer le patch"
743
744 msgid "From:"
745 msgstr "De :"
746
747 msgid "To:"
748 msgstr "À :"
749
750 msgid "Reverse"
751 msgstr "Inverser"
752
753 msgid "Output file:"
754 msgstr "Fichier de sortie :"
755
756 msgid "Generate"
757 msgstr "Générer"
758
759 msgid "Error creating patch:"
760 msgstr "Erreur à la création du patch :"
761
762 msgid "ID:"
763 msgstr "ID :"
764
765 msgid "Tag name:"
766 msgstr "Nom de l'étiquette :"
767
768 msgid "Tag message is optional"
769 msgstr "Le message d'étiquette est optionnel"
770
771 msgid "Tag message:"
772 msgstr "Message d'étiquette :"
773
774 msgid "Create"
775 msgstr "Créer"
776
777 msgid "No tag name specified"
778 msgstr "Aucun nom d'étiquette spécifié"
779
780 #, tcl-format
781 msgid "Tag \"%s\" already exists"
782 msgstr "L'étiquette \"%s\" existe déjà"
783
784 msgid "Error creating tag:"
785 msgstr "Erreur à la création de l'étiquette :"
786
787 msgid "Command:"
788 msgstr "Commande :"
789
790 msgid "Write"
791 msgstr "Écrire"
792
793 msgid "Error writing commit:"
794 msgstr "Erreur à l'ecriture du commit :"
795
796 msgid "Name:"
797 msgstr "Nom :"
798
799 msgid "Please specify a name for the new branch"
800 msgstr "Veuillez spécifier un nom pour la nouvelle branche"
801
802 #, tcl-format
803 msgid "Branch '%s' already exists. Overwrite?"
804 msgstr "La branche '%s' existe déjà. Écraser?"
805
806 #, tcl-format
807 msgid "Commit %s is already included in branch %s -- really re-apply it?"
808 msgstr ""
809 "Le Commit %s est déjà inclus dans la branche %s -- le ré-appliquer malgré "
810 "tout?"
811
812 msgid "Cherry-picking"
813 msgstr "Picorer (Cherry-picking)"
814
815 #, tcl-format
816 msgid ""
817 "Cherry-pick failed because of local changes to file '%s'.\n"
818 "Please commit, reset or stash your changes and try again."
819 msgstr ""
820 "Le picorage (cherry-pick) a échouée à cause de modifications locales du "
821 "fichier '%s'.\n"
822 "Veuillez commiter, réinitialiser ou stasher vos changements et essayer de "
823 "nouveau."
824
825 msgid ""
826 "Cherry-pick failed because of merge conflict.\n"
827 "Do you wish to run git citool to resolve it?"
828 msgstr ""
829 "Le picorage (cherry-pick) a échouée à cause d'un conflit lors d'une fusion.\n"
830 "Souhaitez-vous exécuter git citool pour le résoudre ?"
831
832 msgid "No changes committed"
833 msgstr "Aucune modification validée"
834
835 #, tcl-format
836 msgid "Commit %s is not included in branch %s -- really revert it?"
837 msgstr ""
838 "Le Commit %s n'est pas inclus dans la branche %s -- le défaire malgré tout?"
839
840 msgid "Reverting"
841 msgstr "Commit défait"
842
843 #, tcl-format
844 msgid ""
845 "Revert failed because of local changes to the following files:%s Please "
846 "commit, reset or stash your changes and try again."
847 msgstr ""
848 "Échec en tentant de défaire le commit à cause de modifications locales des "
849 "fichiers : %s. Veuillez valider, réinitialiser ou remiser vos modifications "
850 "et essayer de nouveau."
851
852 msgid ""
853 "Revert failed because of merge conflict.\n"
854 " Do you wish to run git citool to resolve it?"
855 msgstr ""
856 "Échec en tentant de défaire à cause d'un conflit de fusion.\n"
857 "Souhaitez-vous exécuter git citool pour le résoudre ?"
858
859 msgid "Confirm reset"
860 msgstr "Confirmer la réinitialisation"
861
862 #, tcl-format
863 msgid "Reset branch %s to %s?"
864 msgstr "Réinitialiser la branche %s à %s?"
865
866 msgid "Reset type:"
867 msgstr "Type de réinitialisation :"
868
869 msgid "Soft: Leave working tree and index untouched"
870 msgstr "Douce : Laisse le répertoire de travail et l'index intacts"
871
872 msgid "Mixed: Leave working tree untouched, reset index"
873 msgstr ""
874 "Hybride : Laisse le répertoire de travail dans son état courant, "
875 "réinitialise l'index"
876
877 msgid ""
878 "Hard: Reset working tree and index\n"
879 "(discard ALL local changes)"
880 msgstr ""
881 "Dure : Réinitialise le répertoire de travail et l'index\n"
882 "(abandonne TOUTES les modifications locale)"
883
884 msgid "Resetting"
885 msgstr "Réinitialisation"
886
887 # Fixme: Récupération est-il vraiment une mauvaise traduction?
888 msgid "Checking out"
889 msgstr "Extraction"
890
891 msgid "Cannot delete the currently checked-out branch"
892 msgstr "Impossible de supprimer la branche extraite"
893
894 #, tcl-format
895 msgid ""
896 "The commits on branch %s aren't on any other branch.\n"
897 "Really delete branch %s?"
898 msgstr ""
899 "Les commits de la branche %s ne sont dans aucune autre branche.\n"
900 "Voulez-vous vraiment supprimer cette branche %s ?"
901
902 #, tcl-format
903 msgid "Tags and heads: %s"
904 msgstr "Étiquettes et heads : %s"
905
906 msgid "Filter"
907 msgstr "Filtrer"
908
909 msgid ""
910 "Error reading commit topology information; branch and preceding/following "
911 "tag information will be incomplete."
912 msgstr ""
913 "Erreur à la lecture des informations sur la topologie des commits, les "
914 "informations sur les branches et les tags précédents/suivants seront "
915 "incomplètes."
916
917 msgid "Tag"
918 msgstr "Étiquette"
919
920 msgid "Id"
921 msgstr "Id"
922
923 msgid "Gitk font chooser"
924 msgstr "Sélecteur de police de Gitk"
925
926 msgid "B"
927 msgstr "B"
928
929 msgid "I"
930 msgstr "I"
931
932 msgid "Commit list display options"
933 msgstr "Options d'affichage de la liste des commits"
934
935 msgid "Maximum graph width (lines)"
936 msgstr "Longueur maximum du graphe (lignes)"
937
938 # FIXME : Traduction standard de "pane"?
939 #, no-tcl-format
940 msgid "Maximum graph width (% of pane)"
941 msgstr "Largeur maximum du graphe (% du panneau)"
942
943 msgid "Show local changes"
944 msgstr "Montrer les modifications locales"
945
946 msgid "Auto-select SHA1 (length)"
947 msgstr "Sélection auto. du SHA1 (longueur)"
948
949 msgid "Hide remote refs"
950 msgstr "Cacher les refs distantes"
951
952 msgid "Diff display options"
953 msgstr "Options d'affichage des diff"
954
955 msgid "Tab spacing"
956 msgstr "Taille des tabulations"
957
958 msgid "Display nearby tags/heads"
959 msgstr "Afficher les tags les plus proches"
960
961 msgid "Maximum # tags/heads to show"
962 msgstr "Nombre maximum d'étiquettes/heads à afficher"
963
964 msgid "Limit diffs to listed paths"
965 msgstr "Limiter les différences aux chemins listés"
966
967 msgid "Support per-file encodings"
968 msgstr "Support pour un encodage des caractères par fichier"
969
970 msgid "External diff tool"
971 msgstr "Outil diff externe"
972
973 msgid "Choose..."
974 msgstr "Choisir..."
975
976 msgid "General options"
977 msgstr "Options générales"
978
979 msgid "Use themed widgets"
980 msgstr "Utiliser des widgets en thème"
981
982 msgid "(change requires restart)"
983 msgstr "(la modification nécessite un redémarrage)"
984
985 msgid "(currently unavailable)"
986 msgstr "(non disponible actuellement)"
987
988 msgid "Colors: press to choose"
989 msgstr "Couleurs : cliquer pour choisir"
990
991 msgid "Interface"
992 msgstr "Interface"
993
994 msgid "interface"
995 msgstr "interface"
996
997 msgid "Background"
998 msgstr "Arrière-plan"
999
1000 msgid "background"
1001 msgstr "arrière-plan"
1002
1003 msgid "Foreground"
1004 msgstr "Premier plan"
1005
1006 msgid "foreground"
1007 msgstr "premier plan"
1008
1009 msgid "Diff: old lines"
1010 msgstr "Diff : anciennes lignes"
1011
1012 msgid "diff old lines"
1013 msgstr "diff anciennes lignes"
1014
1015 msgid "Diff: new lines"
1016 msgstr "Diff : nouvelles lignes"
1017
1018 msgid "diff new lines"
1019 msgstr "diff nouvelles lignes"
1020
1021 msgid "Diff: hunk header"
1022 msgstr "Diff : entête du hunk"
1023
1024 msgid "diff hunk header"
1025 msgstr "diff : entête du hunk"
1026
1027 msgid "Marked line bg"
1028 msgstr "Fond de la ligne marquée"
1029
1030 msgid "marked line background"
1031 msgstr "Fond de la ligne marquée"
1032
1033 msgid "Select bg"
1034 msgstr "Sélectionner le fond"
1035
1036 msgid "Fonts: press to choose"
1037 msgstr "Polices : cliquer pour choisir"
1038
1039 msgid "Main font"
1040 msgstr "Police principale"
1041
1042 msgid "Diff display font"
1043 msgstr "Police d'affichage des diff"
1044
1045 msgid "User interface font"
1046 msgstr "Police de l'interface utilisateur"
1047
1048 msgid "Gitk preferences"
1049 msgstr "Préférences de Gitk"
1050
1051 msgid "General"
1052 msgstr "Général"
1053
1054 msgid "Colors"
1055 msgstr "Couleurs"
1056
1057 msgid "Fonts"
1058 msgstr "Polices"
1059
1060 #, tcl-format
1061 msgid "Gitk: choose color for %s"
1062 msgstr "Gitk : choisir la couleur de %s"
1063
1064 msgid ""
1065 "Sorry, gitk cannot run with this version of Tcl/Tk.\n"
1066 " Gitk requires at least Tcl/Tk 8.4."
1067 msgstr ""
1068 "Désolé, gitk ne peut être exécuté avec cette version de Tcl/Tk.\n"
1069 " Gitk requiert Tcl/Tk version 8.4 ou supérieur."
1070
1071 msgid "Cannot find a git repository here."
1072 msgstr "Impossible de trouver un dépôt git ici."
1073
1074 #, tcl-format
1075 msgid "Ambiguous argument '%s': both revision and filename"
1076 msgstr "Argument '%s' ambigu : à la fois une révision et un nom de fichier"
1077
1078 msgid "Bad arguments to gitk:"
1079 msgstr "Arguments invalides pour gitk :"
1080
1081 #~ msgid "SHA1 ID: "
1082 #~ msgstr "ID SHA1 :"
1083
1084 #~ msgid "next"
1085 #~ msgstr "suivant"
1086
1087 #~ msgid "prev"
1088 #~ msgstr "précédent"
1089
1090 #~ msgid "CDate"
1091 #~ msgstr "CDate"
1092
1093 #~ msgid "- stopping\n"
1094 #~ msgstr "- arrêt en cours\n"
1095
1096 #~ msgid "Cannot find the git directory \"%s\"."
1097 #~ msgstr "Impossible de trouver le répertoire git \"%s\"."