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