1# SOME DESCRIPTIVE TITLE. 2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3# This file is distributed under the same license as the PACKAGE package. 4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 5# 6#, fuzzy 7msgid "" 8msgstr "" 9"Project-Id-Version: PACKAGE VERSION\n" 10"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n" 11"POT-Creation-Date: 2018-09-04 08:50+0800\n" 12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14"Language-Team: LANGUAGE <LL@li.org>\n" 15"Language: \n" 16"MIME-Version: 1.0\n" 17"Content-Type: text/plain; charset=CHARSET\n" 18"Content-Transfer-Encoding: 8bit\n" 19"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" 20 21#: advice.c:97 22#, c-format 23msgid "%shint: %.*s%s\n" 24msgstr "" 25 26#: advice.c:150 27msgid "Cherry-picking is not possible because you have unmerged files." 28msgstr "" 29 30#: advice.c:152 31msgid "Committing is not possible because you have unmerged files." 32msgstr "" 33 34#: advice.c:154 35msgid "Merging is not possible because you have unmerged files." 36msgstr "" 37 38#: advice.c:156 39msgid "Pulling is not possible because you have unmerged files." 40msgstr "" 41 42#: advice.c:158 43msgid "Reverting is not possible because you have unmerged files." 44msgstr "" 45 46#: advice.c:160 47#, c-format 48msgid "It is not possible to %s because you have unmerged files." 49msgstr "" 50 51#: advice.c:168 52msgid "" 53"Fix them up in the work tree, and then use 'git add/rm <file>'\n" 54"as appropriate to mark resolution and make a commit." 55msgstr "" 56 57#: advice.c:176 58msgid "Exiting because of an unresolved conflict." 59msgstr "" 60 61#: advice.c:181 builtin/merge.c:1286 62msgid "You have not concluded your merge (MERGE_HEAD exists)." 63msgstr "" 64 65#: advice.c:183 66msgid "Please, commit your changes before merging." 67msgstr "" 68 69#: advice.c:184 70msgid "Exiting because of unfinished merge." 71msgstr "" 72 73#: advice.c:190 74#, c-format 75msgid "" 76"Note: checking out '%s'.\n" 77"\n" 78"You are in 'detached HEAD' state. You can look around, make experimental\n" 79"changes and commit them, and you can discard any commits you make in this\n" 80"state without impacting any branches by performing another checkout.\n" 81"\n" 82"If you want to create a new branch to retain commits you create, you may\n" 83"do so (now or later) by using -b with the checkout command again. Example:\n" 84"\n" 85" git checkout -b <new-branch-name>\n" 86"\n" 87msgstr "" 88 89#: apply.c:59 90#, c-format 91msgid "unrecognized whitespace option '%s'" 92msgstr "" 93 94#: apply.c:75 95#, c-format 96msgid "unrecognized whitespace ignore option '%s'" 97msgstr "" 98 99#: apply.c:125 100msgid "--reject and --3way cannot be used together." 101msgstr "" 102 103#: apply.c:127 104msgid "--cached and --3way cannot be used together." 105msgstr "" 106 107#: apply.c:130 108msgid "--3way outside a repository" 109msgstr "" 110 111#: apply.c:141 112msgid "--index outside a repository" 113msgstr "" 114 115#: apply.c:144 116msgid "--cached outside a repository" 117msgstr "" 118 119#: apply.c:826 120#, c-format 121msgid "Cannot prepare timestamp regexp %s" 122msgstr "" 123 124#: apply.c:835 125#, c-format 126msgid "regexec returned %d for input: %s" 127msgstr "" 128 129#: apply.c:909 130#, c-format 131msgid "unable to find filename in patch at line %d" 132msgstr "" 133 134#: apply.c:947 135#, c-format 136msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d" 137msgstr "" 138 139#: apply.c:953 140#, c-format 141msgid "git apply: bad git-diff - inconsistent new filename on line %d" 142msgstr "" 143 144#: apply.c:954 145#, c-format 146msgid "git apply: bad git-diff - inconsistent old filename on line %d" 147msgstr "" 148 149#: apply.c:959 150#, c-format 151msgid "git apply: bad git-diff - expected /dev/null on line %d" 152msgstr "" 153 154#: apply.c:988 155#, c-format 156msgid "invalid mode on line %d: %s" 157msgstr "" 158 159#: apply.c:1306 160#, c-format 161msgid "inconsistent header lines %d and %d" 162msgstr "" 163 164#: apply.c:1478 165#, c-format 166msgid "recount: unexpected line: %.*s" 167msgstr "" 168 169#: apply.c:1547 170#, c-format 171msgid "patch fragment without header at line %d: %.*s" 172msgstr "" 173 174#: apply.c:1567 175#, c-format 176msgid "" 177"git diff header lacks filename information when removing %d leading pathname " 178"component (line %d)" 179msgid_plural "" 180"git diff header lacks filename information when removing %d leading pathname " 181"components (line %d)" 182msgstr[0] "" 183msgstr[1] "" 184 185#: apply.c:1580 186#, c-format 187msgid "git diff header lacks filename information (line %d)" 188msgstr "" 189 190#: apply.c:1768 191msgid "new file depends on old contents" 192msgstr "" 193 194#: apply.c:1770 195msgid "deleted file still has contents" 196msgstr "" 197 198#: apply.c:1804 199#, c-format 200msgid "corrupt patch at line %d" 201msgstr "" 202 203#: apply.c:1841 204#, c-format 205msgid "new file %s depends on old contents" 206msgstr "" 207 208#: apply.c:1843 209#, c-format 210msgid "deleted file %s still has contents" 211msgstr "" 212 213#: apply.c:1846 214#, c-format 215msgid "** warning: file %s becomes empty but is not deleted" 216msgstr "" 217 218#: apply.c:1993 219#, c-format 220msgid "corrupt binary patch at line %d: %.*s" 221msgstr "" 222 223#: apply.c:2030 224#, c-format 225msgid "unrecognized binary patch at line %d" 226msgstr "" 227 228#: apply.c:2190 229#, c-format 230msgid "patch with only garbage at line %d" 231msgstr "" 232 233#: apply.c:2276 234#, c-format 235msgid "unable to read symlink %s" 236msgstr "" 237 238#: apply.c:2280 239#, c-format 240msgid "unable to open or read %s" 241msgstr "" 242 243#: apply.c:2939 244#, c-format 245msgid "invalid start of line: '%c'" 246msgstr "" 247 248#: apply.c:3060 249#, c-format 250msgid "Hunk #%d succeeded at %d (offset %d line)." 251msgid_plural "Hunk #%d succeeded at %d (offset %d lines)." 252msgstr[0] "" 253msgstr[1] "" 254 255#: apply.c:3072 256#, c-format 257msgid "Context reduced to (%ld/%ld) to apply fragment at %d" 258msgstr "" 259 260#: apply.c:3078 261#, c-format 262msgid "" 263"while searching for:\n" 264"%.*s" 265msgstr "" 266 267#: apply.c:3100 268#, c-format 269msgid "missing binary patch data for '%s'" 270msgstr "" 271 272#: apply.c:3108 273#, c-format 274msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'" 275msgstr "" 276 277#: apply.c:3154 278#, c-format 279msgid "cannot apply binary patch to '%s' without full index line" 280msgstr "" 281 282#: apply.c:3164 283#, c-format 284msgid "" 285"the patch applies to '%s' (%s), which does not match the current contents." 286msgstr "" 287 288#: apply.c:3172 289#, c-format 290msgid "the patch applies to an empty '%s' but it is not empty" 291msgstr "" 292 293#: apply.c:3190 294#, c-format 295msgid "the necessary postimage %s for '%s' cannot be read" 296msgstr "" 297 298#: apply.c:3203 299#, c-format 300msgid "binary patch does not apply to '%s'" 301msgstr "" 302 303#: apply.c:3209 304#, c-format 305msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)" 306msgstr "" 307 308#: apply.c:3230 309#, c-format 310msgid "patch failed: %s:%ld" 311msgstr "" 312 313#: apply.c:3352 314#, c-format 315msgid "cannot checkout %s" 316msgstr "" 317 318#: apply.c:3404 apply.c:3415 apply.c:3461 setup.c:278 319#, c-format 320msgid "failed to read %s" 321msgstr "" 322 323#: apply.c:3412 324#, c-format 325msgid "reading from '%s' beyond a symbolic link" 326msgstr "" 327 328#: apply.c:3441 apply.c:3681 329#, c-format 330msgid "path %s has been renamed/deleted" 331msgstr "" 332 333#: apply.c:3524 apply.c:3696 334#, c-format 335msgid "%s: does not exist in index" 336msgstr "" 337 338#: apply.c:3533 apply.c:3704 339#, c-format 340msgid "%s: does not match index" 341msgstr "" 342 343#: apply.c:3568 344msgid "repository lacks the necessary blob to fall back on 3-way merge." 345msgstr "" 346 347#: apply.c:3571 348#, c-format 349msgid "Falling back to three-way merge...\n" 350msgstr "" 351 352#: apply.c:3587 apply.c:3591 353#, c-format 354msgid "cannot read the current contents of '%s'" 355msgstr "" 356 357#: apply.c:3603 358#, c-format 359msgid "Failed to fall back on three-way merge...\n" 360msgstr "" 361 362#: apply.c:3617 363#, c-format 364msgid "Applied patch to '%s' with conflicts.\n" 365msgstr "" 366 367#: apply.c:3622 368#, c-format 369msgid "Applied patch to '%s' cleanly.\n" 370msgstr "" 371 372#: apply.c:3648 373msgid "removal patch leaves file contents" 374msgstr "" 375 376#: apply.c:3721 377#, c-format 378msgid "%s: wrong type" 379msgstr "" 380 381#: apply.c:3723 382#, c-format 383msgid "%s has type %o, expected %o" 384msgstr "" 385 386#: apply.c:3874 apply.c:3876 387#, c-format 388msgid "invalid path '%s'" 389msgstr "" 390 391#: apply.c:3932 392#, c-format 393msgid "%s: already exists in index" 394msgstr "" 395 396#: apply.c:3935 397#, c-format 398msgid "%s: already exists in working directory" 399msgstr "" 400 401#: apply.c:3955 402#, c-format 403msgid "new mode (%o) of %s does not match old mode (%o)" 404msgstr "" 405 406#: apply.c:3960 407#, c-format 408msgid "new mode (%o) of %s does not match old mode (%o) of %s" 409msgstr "" 410 411#: apply.c:3980 412#, c-format 413msgid "affected file '%s' is beyond a symbolic link" 414msgstr "" 415 416#: apply.c:3984 417#, c-format 418msgid "%s: patch does not apply" 419msgstr "" 420 421#: apply.c:3999 422#, c-format 423msgid "Checking patch %s..." 424msgstr "" 425 426#: apply.c:4091 427#, c-format 428msgid "sha1 information is lacking or useless for submodule %s" 429msgstr "" 430 431#: apply.c:4098 432#, c-format 433msgid "mode change for %s, which is not in current HEAD" 434msgstr "" 435 436#: apply.c:4101 437#, c-format 438msgid "sha1 information is lacking or useless (%s)." 439msgstr "" 440 441#: apply.c:4106 builtin/checkout.c:237 builtin/reset.c:140 442#, c-format 443msgid "make_cache_entry failed for path '%s'" 444msgstr "" 445 446#: apply.c:4110 447#, c-format 448msgid "could not add %s to temporary index" 449msgstr "" 450 451#: apply.c:4120 452#, c-format 453msgid "could not write temporary index to %s" 454msgstr "" 455 456#: apply.c:4258 457#, c-format 458msgid "unable to remove %s from index" 459msgstr "" 460 461#: apply.c:4292 462#, c-format 463msgid "corrupt patch for submodule %s" 464msgstr "" 465 466#: apply.c:4298 467#, c-format 468msgid "unable to stat newly created file '%s'" 469msgstr "" 470 471#: apply.c:4306 472#, c-format 473msgid "unable to create backing store for newly created file %s" 474msgstr "" 475 476#: apply.c:4312 apply.c:4457 477#, c-format 478msgid "unable to add cache entry for %s" 479msgstr "" 480 481#: apply.c:4355 482#, c-format 483msgid "failed to write to '%s'" 484msgstr "" 485 486#: apply.c:4359 487#, c-format 488msgid "closing file '%s'" 489msgstr "" 490 491#: apply.c:4429 492#, c-format 493msgid "unable to write file '%s' mode %o" 494msgstr "" 495 496#: apply.c:4527 497#, c-format 498msgid "Applied patch %s cleanly." 499msgstr "" 500 501#: apply.c:4535 502msgid "internal error" 503msgstr "" 504 505#: apply.c:4538 506#, c-format 507msgid "Applying patch %%s with %d reject..." 508msgid_plural "Applying patch %%s with %d rejects..." 509msgstr[0] "" 510msgstr[1] "" 511 512#: apply.c:4549 513#, c-format 514msgid "truncating .rej filename to %.*s.rej" 515msgstr "" 516 517#: apply.c:4557 builtin/fetch.c:780 builtin/fetch.c:1048 518#, c-format 519msgid "cannot open %s" 520msgstr "" 521 522#: apply.c:4571 523#, c-format 524msgid "Hunk #%d applied cleanly." 525msgstr "" 526 527#: apply.c:4575 528#, c-format 529msgid "Rejected hunk #%d." 530msgstr "" 531 532#: apply.c:4685 533#, c-format 534msgid "Skipped patch '%s'." 535msgstr "" 536 537#: apply.c:4693 538msgid "unrecognized input" 539msgstr "" 540 541#: apply.c:4712 542msgid "unable to read index file" 543msgstr "" 544 545#: apply.c:4849 546#, c-format 547msgid "can't open patch '%s': %s" 548msgstr "" 549 550#: apply.c:4876 551#, c-format 552msgid "squelched %d whitespace error" 553msgid_plural "squelched %d whitespace errors" 554msgstr[0] "" 555msgstr[1] "" 556 557#: apply.c:4882 apply.c:4897 558#, c-format 559msgid "%d line adds whitespace errors." 560msgid_plural "%d lines add whitespace errors." 561msgstr[0] "" 562msgstr[1] "" 563 564#: apply.c:4890 565#, c-format 566msgid "%d line applied after fixing whitespace errors." 567msgid_plural "%d lines applied after fixing whitespace errors." 568msgstr[0] "" 569msgstr[1] "" 570 571#: apply.c:4906 builtin/add.c:539 builtin/mv.c:300 builtin/rm.c:389 572msgid "Unable to write new index file" 573msgstr "" 574 575#: apply.c:4933 apply.c:4936 builtin/am.c:2254 builtin/am.c:2257 576#: builtin/clone.c:121 builtin/fetch.c:115 builtin/merge.c:260 577#: builtin/pull.c:198 builtin/submodule--helper.c:406 578#: builtin/submodule--helper.c:1355 builtin/submodule--helper.c:1358 579#: builtin/submodule--helper.c:1729 builtin/submodule--helper.c:1732 580#: builtin/submodule--helper.c:1952 git-add--interactive.perl:197 581msgid "path" 582msgstr "" 583 584#: apply.c:4934 585msgid "don't apply changes matching the given path" 586msgstr "" 587 588#: apply.c:4937 589msgid "apply changes matching the given path" 590msgstr "" 591 592#: apply.c:4939 builtin/am.c:2263 593msgid "num" 594msgstr "" 595 596#: apply.c:4940 597msgid "remove <num> leading slashes from traditional diff paths" 598msgstr "" 599 600#: apply.c:4943 601msgid "ignore additions made by the patch" 602msgstr "" 603 604#: apply.c:4945 605msgid "instead of applying the patch, output diffstat for the input" 606msgstr "" 607 608#: apply.c:4949 609msgid "show number of added and deleted lines in decimal notation" 610msgstr "" 611 612#: apply.c:4951 613msgid "instead of applying the patch, output a summary for the input" 614msgstr "" 615 616#: apply.c:4953 617msgid "instead of applying the patch, see if the patch is applicable" 618msgstr "" 619 620#: apply.c:4955 621msgid "make sure the patch is applicable to the current index" 622msgstr "" 623 624#: apply.c:4957 625msgid "mark new files with `git add --intent-to-add`" 626msgstr "" 627 628#: apply.c:4959 629msgid "apply a patch without touching the working tree" 630msgstr "" 631 632#: apply.c:4961 633msgid "accept a patch that touches outside the working area" 634msgstr "" 635 636#: apply.c:4964 637msgid "also apply the patch (use with --stat/--summary/--check)" 638msgstr "" 639 640#: apply.c:4966 641msgid "attempt three-way merge if a patch does not apply" 642msgstr "" 643 644#: apply.c:4968 645msgid "build a temporary index based on embedded index information" 646msgstr "" 647 648#: apply.c:4971 builtin/checkout-index.c:168 builtin/ls-files.c:516 649msgid "paths are separated with NUL character" 650msgstr "" 651 652#: apply.c:4973 653msgid "ensure at least <n> lines of context match" 654msgstr "" 655 656#: apply.c:4974 builtin/am.c:2242 builtin/interpret-trailers.c:95 657#: builtin/interpret-trailers.c:97 builtin/interpret-trailers.c:99 658#: builtin/pack-objects.c:3202 659msgid "action" 660msgstr "" 661 662#: apply.c:4975 663msgid "detect new or modified lines that have whitespace errors" 664msgstr "" 665 666#: apply.c:4978 apply.c:4981 667msgid "ignore changes in whitespace when finding context" 668msgstr "" 669 670#: apply.c:4984 671msgid "apply the patch in reverse" 672msgstr "" 673 674#: apply.c:4986 675msgid "don't expect at least one line of context" 676msgstr "" 677 678#: apply.c:4988 679msgid "leave the rejected hunks in corresponding *.rej files" 680msgstr "" 681 682#: apply.c:4990 683msgid "allow overlapping hunks" 684msgstr "" 685 686#: apply.c:4991 builtin/add.c:290 builtin/check-ignore.c:21 687#: builtin/commit.c:1301 builtin/count-objects.c:98 builtin/fsck.c:671 688#: builtin/log.c:1914 builtin/mv.c:122 builtin/read-tree.c:124 689msgid "be verbose" 690msgstr "" 691 692#: apply.c:4993 693msgid "tolerate incorrectly detected missing new-line at the end of file" 694msgstr "" 695 696#: apply.c:4996 697msgid "do not trust the line counts in the hunk headers" 698msgstr "" 699 700#: apply.c:4998 builtin/am.c:2251 701msgid "root" 702msgstr "" 703 704#: apply.c:4999 705msgid "prepend <root> to all filenames" 706msgstr "" 707 708#: archive.c:14 709msgid "git archive [<options>] <tree-ish> [<path>...]" 710msgstr "" 711 712#: archive.c:15 713msgid "git archive --list" 714msgstr "" 715 716#: archive.c:16 717msgid "" 718"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]" 719msgstr "" 720 721#: archive.c:17 722msgid "git archive --remote <repo> [--exec <cmd>] --list" 723msgstr "" 724 725#: archive.c:363 builtin/add.c:176 builtin/add.c:515 builtin/rm.c:298 726#, c-format 727msgid "pathspec '%s' did not match any files" 728msgstr "" 729 730#: archive.c:446 731msgid "fmt" 732msgstr "" 733 734#: archive.c:446 735msgid "archive format" 736msgstr "" 737 738#: archive.c:447 builtin/log.c:1473 739msgid "prefix" 740msgstr "" 741 742#: archive.c:448 743msgid "prepend prefix to each pathname in the archive" 744msgstr "" 745 746#: archive.c:449 builtin/blame.c:816 builtin/blame.c:817 builtin/config.c:126 747#: builtin/fast-export.c:1013 builtin/fast-export.c:1015 builtin/grep.c:873 748#: builtin/hash-object.c:104 builtin/ls-files.c:552 builtin/ls-files.c:555 749#: builtin/notes.c:407 builtin/notes.c:570 builtin/read-tree.c:119 750#: parse-options.h:165 751msgid "file" 752msgstr "" 753 754#: archive.c:450 builtin/archive.c:89 755msgid "write the archive to this file" 756msgstr "" 757 758#: archive.c:452 759msgid "read .gitattributes in working directory" 760msgstr "" 761 762#: archive.c:453 763msgid "report archived files on stderr" 764msgstr "" 765 766#: archive.c:454 767msgid "store only" 768msgstr "" 769 770#: archive.c:455 771msgid "compress faster" 772msgstr "" 773 774#: archive.c:463 775msgid "compress better" 776msgstr "" 777 778#: archive.c:466 779msgid "list supported archive formats" 780msgstr "" 781 782#: archive.c:468 builtin/archive.c:90 builtin/clone.c:111 builtin/clone.c:114 783#: builtin/submodule--helper.c:1367 builtin/submodule--helper.c:1738 784msgid "repo" 785msgstr "" 786 787#: archive.c:469 builtin/archive.c:91 788msgid "retrieve the archive from remote repository <repo>" 789msgstr "" 790 791#: archive.c:470 builtin/archive.c:92 builtin/difftool.c:714 792#: builtin/notes.c:491 793msgid "command" 794msgstr "" 795 796#: archive.c:471 builtin/archive.c:93 797msgid "path to the remote git-upload-archive command" 798msgstr "" 799 800#: archive.c:478 801msgid "Unexpected option --remote" 802msgstr "" 803 804#: archive.c:480 805msgid "Option --exec can only be used together with --remote" 806msgstr "" 807 808#: archive.c:482 809msgid "Unexpected option --output" 810msgstr "" 811 812#: archive.c:504 813#, c-format 814msgid "Unknown archive format '%s'" 815msgstr "" 816 817#: archive.c:511 818#, c-format 819msgid "Argument not supported for format '%s': -%d" 820msgstr "" 821 822#: archive-tar.c:125 archive-zip.c:344 823#, c-format 824msgid "cannot stream blob %s" 825msgstr "" 826 827#: archive-tar.c:260 archive-zip.c:361 828#, c-format 829msgid "unsupported file mode: 0%o (SHA1: %s)" 830msgstr "" 831 832#: archive-tar.c:287 archive-zip.c:352 833#, c-format 834msgid "cannot read %s" 835msgstr "" 836 837#: archive-tar.c:458 838#, c-format 839msgid "unable to start '%s' filter" 840msgstr "" 841 842#: archive-tar.c:461 843msgid "unable to redirect descriptor" 844msgstr "" 845 846#: archive-tar.c:468 847#, c-format 848msgid "'%s' filter reported error" 849msgstr "" 850 851#: archive-zip.c:313 852#, c-format 853msgid "path is not valid UTF-8: %s" 854msgstr "" 855 856#: archive-zip.c:317 857#, c-format 858msgid "path too long (%d chars, SHA1: %s): %s" 859msgstr "" 860 861#: archive-zip.c:470 builtin/pack-objects.c:216 builtin/pack-objects.c:219 862#, c-format 863msgid "deflate error (%d)" 864msgstr "" 865 866#: archive-zip.c:605 867#, c-format 868msgid "timestamp too large for this system: %<PRIuMAX>" 869msgstr "" 870 871#: attr.c:218 872#, c-format 873msgid "%.*s is not a valid attribute name" 874msgstr "" 875 876#: attr.c:415 877msgid "" 878"Negative patterns are ignored in git attributes\n" 879"Use '\\!' for literal leading exclamation." 880msgstr "" 881 882#: bisect.c:467 883#, c-format 884msgid "Badly quoted content in file '%s': %s" 885msgstr "" 886 887#: bisect.c:675 888#, c-format 889msgid "We cannot bisect more!\n" 890msgstr "" 891 892#: bisect.c:729 893#, c-format 894msgid "Not a valid commit name %s" 895msgstr "" 896 897#: bisect.c:753 898#, c-format 899msgid "" 900"The merge base %s is bad.\n" 901"This means the bug has been fixed between %s and [%s].\n" 902msgstr "" 903 904#: bisect.c:758 905#, c-format 906msgid "" 907"The merge base %s is new.\n" 908"The property has changed between %s and [%s].\n" 909msgstr "" 910 911#: bisect.c:763 912#, c-format 913msgid "" 914"The merge base %s is %s.\n" 915"This means the first '%s' commit is between %s and [%s].\n" 916msgstr "" 917 918#: bisect.c:771 919#, c-format 920msgid "" 921"Some %s revs are not ancestors of the %s rev.\n" 922"git bisect cannot work properly in this case.\n" 923"Maybe you mistook %s and %s revs?\n" 924msgstr "" 925 926#: bisect.c:784 927#, c-format 928msgid "" 929"the merge base between %s and [%s] must be skipped.\n" 930"So we cannot be sure the first %s commit is between %s and %s.\n" 931"We continue anyway." 932msgstr "" 933 934#: bisect.c:817 935#, c-format 936msgid "Bisecting: a merge base must be tested\n" 937msgstr "" 938 939#: bisect.c:857 940#, c-format 941msgid "a %s revision is needed" 942msgstr "" 943 944#: bisect.c:876 builtin/notes.c:177 builtin/tag.c:237 945#, c-format 946msgid "could not create file '%s'" 947msgstr "" 948 949#: bisect.c:927 builtin/merge.c:137 950#, c-format 951msgid "could not read file '%s'" 952msgstr "" 953 954#: bisect.c:957 955msgid "reading bisect refs failed" 956msgstr "" 957 958#: bisect.c:976 959#, c-format 960msgid "%s was both %s and %s\n" 961msgstr "" 962 963#: bisect.c:984 964#, c-format 965msgid "" 966"No testable commit found.\n" 967"Maybe you started with bad path parameters?\n" 968msgstr "" 969 970#: bisect.c:1003 971#, c-format 972msgid "(roughly %d step)" 973msgid_plural "(roughly %d steps)" 974msgstr[0] "" 975msgstr[1] "" 976 977#. TRANSLATORS: the last %s will be replaced with "(roughly %d 978#. steps)" translation. 979#. 980#: bisect.c:1009 981#, c-format 982msgid "Bisecting: %d revision left to test after this %s\n" 983msgid_plural "Bisecting: %d revisions left to test after this %s\n" 984msgstr[0] "" 985msgstr[1] "" 986 987#: blame.c:1784 988msgid "--contents and --reverse do not blend well." 989msgstr "" 990 991#: blame.c:1798 992msgid "cannot use --contents with final commit object name" 993msgstr "" 994 995#: blame.c:1819 996msgid "--reverse and --first-parent together require specified latest commit" 997msgstr "" 998 999#: blame.c:1828 bundle.c:162 ref-filter.c:2154 sequencer.c:18741000#: sequencer.c:3772 builtin/commit.c:994 builtin/log.c:372 builtin/log.c:9261001#: builtin/log.c:1381 builtin/log.c:1713 builtin/log.c:1963 builtin/merge.c:4041002#: builtin/pack-objects.c:3029 builtin/pack-objects.c:30441003#: builtin/shortlog.c:1921004msgid "revision walk setup failed"1005msgstr ""10061007#: blame.c:18461008msgid ""1009"--reverse --first-parent together require range along first-parent chain"1010msgstr ""10111012#: blame.c:18571013#, c-format1014msgid "no such path %s in %s"1015msgstr ""10161017#: blame.c:18681018#, c-format1019msgid "cannot read blob %s for path %s"1020msgstr ""10211022#: branch.c:521023#, c-format1024msgid ""1025"\n"1026"After fixing the error cause you may try to fix up\n"1027"the remote tracking information by invoking\n"1028"\"git branch --set-upstream-to=%s%s%s\"."1029msgstr ""10301031#: branch.c:661032#, c-format1033msgid "Not setting branch %s as its own upstream."1034msgstr ""10351036#: branch.c:921037#, c-format1038msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."1039msgstr ""10401041#: branch.c:931042#, c-format1043msgid "Branch '%s' set up to track remote branch '%s' from '%s'."1044msgstr ""10451046#: branch.c:971047#, c-format1048msgid "Branch '%s' set up to track local branch '%s' by rebasing."1049msgstr ""10501051#: branch.c:981052#, c-format1053msgid "Branch '%s' set up to track local branch '%s'."1054msgstr ""10551056#: branch.c:1031057#, c-format1058msgid "Branch '%s' set up to track remote ref '%s' by rebasing."1059msgstr ""10601061#: branch.c:1041062#, c-format1063msgid "Branch '%s' set up to track remote ref '%s'."1064msgstr ""10651066#: branch.c:1081067#, c-format1068msgid "Branch '%s' set up to track local ref '%s' by rebasing."1069msgstr ""10701071#: branch.c:1091072#, c-format1073msgid "Branch '%s' set up to track local ref '%s'."1074msgstr ""10751076#: branch.c:1181077msgid "Unable to write upstream branch configuration"1078msgstr ""10791080#: branch.c:1551081#, c-format1082msgid "Not tracking: ambiguous information for ref %s"1083msgstr ""10841085#: branch.c:1881086#, c-format1087msgid "'%s' is not a valid branch name."1088msgstr ""10891090#: branch.c:2071091#, c-format1092msgid "A branch named '%s' already exists."1093msgstr ""10941095#: branch.c:2121096msgid "Cannot force update the current branch."1097msgstr ""10981099#: branch.c:2321100#, c-format1101msgid "Cannot setup tracking information; starting point '%s' is not a branch."1102msgstr ""11031104#: branch.c:2341105#, c-format1106msgid "the requested upstream branch '%s' does not exist"1107msgstr ""11081109#: branch.c:2361110msgid ""1111"\n"1112"If you are planning on basing your work on an upstream\n"1113"branch that already exists at the remote, you may need to\n"1114"run \"git fetch\" to retrieve it.\n"1115"\n"1116"If you are planning to push out a new local branch that\n"1117"will track its remote counterpart, you may want to use\n"1118"\"git push -u\" to set the upstream config as you push."1119msgstr ""11201121#: branch.c:2791122#, c-format1123msgid "Not a valid object name: '%s'."1124msgstr ""11251126#: branch.c:2991127#, c-format1128msgid "Ambiguous object name: '%s'."1129msgstr ""11301131#: branch.c:3041132#, c-format1133msgid "Not a valid branch point: '%s'."1134msgstr ""11351136#: branch.c:3581137#, c-format1138msgid "'%s' is already checked out at '%s'"1139msgstr ""11401141#: branch.c:3811142#, c-format1143msgid "HEAD of working tree %s is not updated"1144msgstr ""11451146#: bundle.c:361147#, c-format1148msgid "'%s' does not look like a v2 bundle file"1149msgstr ""11501151#: bundle.c:641152#, c-format1153msgid "unrecognized header: %s%s (%d)"1154msgstr ""11551156#: bundle.c:90 sequencer.c:2092 sequencer.c:2578 builtin/commit.c:7681157#, c-format1158msgid "could not open '%s'"1159msgstr ""11601161#: bundle.c:1411162msgid "Repository lacks these prerequisite commits:"1163msgstr ""11641165#: bundle.c:1921166#, c-format1167msgid "The bundle contains this ref:"1168msgid_plural "The bundle contains these %d refs:"1169msgstr[0] ""1170msgstr[1] ""11711172#: bundle.c:1991173msgid "The bundle records a complete history."1174msgstr ""11751176#: bundle.c:2011177#, c-format1178msgid "The bundle requires this ref:"1179msgid_plural "The bundle requires these %d refs:"1180msgstr[0] ""1181msgstr[1] ""11821183#: bundle.c:2601184msgid "Could not spawn pack-objects"1185msgstr ""11861187#: bundle.c:2711188msgid "pack-objects died"1189msgstr ""11901191#: bundle.c:3131192msgid "rev-list died"1193msgstr ""11941195#: bundle.c:3621196#, c-format1197msgid "ref '%s' is excluded by the rev-list options"1198msgstr ""11991200#: bundle.c:453 builtin/log.c:187 builtin/log.c:1618 builtin/shortlog.c:3041201#, c-format1202msgid "unrecognized argument: %s"1203msgstr ""12041205#: bundle.c:4611206msgid "Refusing to create empty bundle."1207msgstr ""12081209#: bundle.c:4731210#, c-format1211msgid "cannot create '%s'"1212msgstr ""12131214#: bundle.c:5011215msgid "index-pack died"1216msgstr ""12171218#: color.c:2961219#, c-format1220msgid "invalid color value: %.*s"1221msgstr ""12221223#: commit.c:48 sequencer.c:2384 builtin/am.c:422 builtin/am.c:4661224#: builtin/am.c:1438 builtin/am.c:2072 builtin/replace.c:3761225#: builtin/replace.c:4481226#, c-format1227msgid "could not parse %s"1228msgstr ""12291230#: commit.c:501231#, c-format1232msgid "%s %s is not a commit!"1233msgstr ""12341235#: commit.c:1911236msgid ""1237"Support for <GIT_DIR>/info/grafts is deprecated\n"1238"and will be removed in a future Git version.\n"1239"\n"1240"Please use \"git replace --convert-graft-file\"\n"1241"to convert the grafts into replace refs.\n"1242"\n"1243"Turn this message off by running\n"1244"\"git config advice.graftFileDeprecated false\""1245msgstr ""12461247#: commit.c:16291248msgid ""1249"Warning: commit message did not conform to UTF-8.\n"1250"You may want to amend it after fixing the message, or set the config\n"1251"variable i18n.commitencoding to the encoding your project uses.\n"1252msgstr ""12531254#: commit-graph.c:831255#, c-format1256msgid "graph file %s is too small"1257msgstr ""12581259#: commit-graph.c:901260#, c-format1261msgid "graph signature %X does not match signature %X"1262msgstr ""12631264#: commit-graph.c:971265#, c-format1266msgid "graph version %X does not match version %X"1267msgstr ""12681269#: commit-graph.c:1041270#, c-format1271msgid "hash version %X does not match version %X"1272msgstr ""12731274#: commit-graph.c:1281275#, c-format1276msgid "improper chunk offset %08x%08x"1277msgstr ""12781279#: commit-graph.c:1641280#, c-format1281msgid "chunk id %08x appears multiple times"1282msgstr ""12831284#: commit-graph.c:2611285#, c-format1286msgid "could not find commit %s"1287msgstr ""12881289#: commit-graph.c:565 builtin/pack-objects.c:25681290#, c-format1291msgid "unable to get type of object %s"1292msgstr ""12931294#: commit-graph.c:7301295#, c-format1296msgid "error adding pack %s"1297msgstr ""12981299#: commit-graph.c:7321300#, c-format1301msgid "error opening index for %s"1302msgstr ""13031304#: commit-graph.c:7731305#, c-format1306msgid "the commit graph format cannot write %d commits"1307msgstr ""13081309#: commit-graph.c:8001310msgid "too many commits to write graph"1311msgstr ""13121313#: commit-graph.c:8061314#, c-format1315msgid "unable to create leading directories of %s"1316msgstr ""13171318#: commit-graph.c:9041319msgid "the commit-graph file has incorrect checksum and is likely corrupt"1320msgstr ""13211322#: compat/obstack.c:405 compat/obstack.c:4071323msgid "memory exhausted"1324msgstr ""13251326#: config.c:1231327#, c-format1328msgid ""1329"exceeded maximum include depth (%d) while including\n"1330"\t%s\n"1331"from\n"1332"\t%s\n"1333"This might be due to circular includes."1334msgstr ""13351336#: config.c:1391337#, c-format1338msgid "could not expand include path '%s'"1339msgstr ""13401341#: config.c:1501342msgid "relative config includes must come from files"1343msgstr ""13441345#: config.c:1901346msgid "relative config include conditionals must come from files"1347msgstr ""13481349#: config.c:3481350#, c-format1351msgid "key does not contain a section: %s"1352msgstr ""13531354#: config.c:3541355#, c-format1356msgid "key does not contain variable name: %s"1357msgstr ""13581359#: config.c:378 sequencer.c:22061360#, c-format1361msgid "invalid key: %s"1362msgstr ""13631364#: config.c:3841365#, c-format1366msgid "invalid key (newline): %s"1367msgstr ""13681369#: config.c:420 config.c:4321370#, c-format1371msgid "bogus config parameter: %s"1372msgstr ""13731374#: config.c:4671375#, c-format1376msgid "bogus format in %s"1377msgstr ""13781379#: config.c:7931380#, c-format1381msgid "bad config line %d in blob %s"1382msgstr ""13831384#: config.c:7971385#, c-format1386msgid "bad config line %d in file %s"1387msgstr ""13881389#: config.c:8011390#, c-format1391msgid "bad config line %d in standard input"1392msgstr ""13931394#: config.c:8051395#, c-format1396msgid "bad config line %d in submodule-blob %s"1397msgstr ""13981399#: config.c:8091400#, c-format1401msgid "bad config line %d in command line %s"1402msgstr ""14031404#: config.c:8131405#, c-format1406msgid "bad config line %d in %s"1407msgstr ""14081409#: config.c:9521410msgid "out of range"1411msgstr ""14121413#: config.c:9521414msgid "invalid unit"1415msgstr ""14161417#: config.c:9581418#, c-format1419msgid "bad numeric config value '%s' for '%s': %s"1420msgstr ""14211422#: config.c:9631423#, c-format1424msgid "bad numeric config value '%s' for '%s' in blob %s: %s"1425msgstr ""14261427#: config.c:9661428#, c-format1429msgid "bad numeric config value '%s' for '%s' in file %s: %s"1430msgstr ""14311432#: config.c:9691433#, c-format1434msgid "bad numeric config value '%s' for '%s' in standard input: %s"1435msgstr ""14361437#: config.c:9721438#, c-format1439msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"1440msgstr ""14411442#: config.c:9751443#, c-format1444msgid "bad numeric config value '%s' for '%s' in command line %s: %s"1445msgstr ""14461447#: config.c:9781448#, c-format1449msgid "bad numeric config value '%s' for '%s' in %s: %s"1450msgstr ""14511452#: config.c:10731453#, c-format1454msgid "failed to expand user dir in: '%s'"1455msgstr ""14561457#: config.c:10821458#, c-format1459msgid "'%s' for '%s' is not a valid timestamp"1460msgstr ""14611462#: config.c:11731463#, c-format1464msgid "abbrev length out of range: %d"1465msgstr ""14661467#: config.c:1187 config.c:11981468#, c-format1469msgid "bad zlib compression level %d"1470msgstr ""14711472#: config.c:12901473msgid "core.commentChar should only be one character"1474msgstr ""14751476#: config.c:13231477#, c-format1478msgid "invalid mode for object creation: %s"1479msgstr ""14801481#: config.c:14031482#, c-format1483msgid "malformed value for %s"1484msgstr ""14851486#: config.c:14291487#, c-format1488msgid "malformed value for %s: %s"1489msgstr ""14901491#: config.c:14301492msgid "must be one of nothing, matching, simple, upstream or current"1493msgstr ""14941495#: config.c:1489 builtin/pack-objects.c:32791496#, c-format1497msgid "bad pack compression level %d"1498msgstr ""14991500#: config.c:16101501#, c-format1502msgid "unable to load config blob object '%s'"1503msgstr ""15041505#: config.c:16131506#, c-format1507msgid "reference '%s' does not point to a blob"1508msgstr ""15091510#: config.c:16301511#, c-format1512msgid "unable to resolve config blob '%s'"1513msgstr ""15141515#: config.c:16601516#, c-format1517msgid "failed to parse %s"1518msgstr ""15191520#: config.c:17001521msgid "unable to parse command-line config"1522msgstr ""15231524#: config.c:20321525msgid "unknown error occurred while reading the configuration files"1526msgstr ""15271528#: config.c:22021529#, c-format1530msgid "Invalid %s: '%s'"1531msgstr ""15321533#: config.c:22451534#, c-format1535msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"1536msgstr ""15371538#: config.c:22711539#, c-format1540msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"1541msgstr ""15421543#: config.c:22961544#, c-format1545msgid "unable to parse '%s' from command-line config"1546msgstr ""15471548#: config.c:22981549#, c-format1550msgid "bad config variable '%s' in file '%s' at line %d"1551msgstr ""15521553#: config.c:23791554#, c-format1555msgid "invalid section name '%s'"1556msgstr ""15571558#: config.c:24111559#, c-format1560msgid "%s has multiple values"1561msgstr ""15621563#: config.c:24401564#, c-format1565msgid "failed to write new configuration file %s"1566msgstr ""15671568#: config.c:2691 config.c:30151569#, c-format1570msgid "could not lock config file %s"1571msgstr ""15721573#: config.c:27021574#, c-format1575msgid "opening %s"1576msgstr ""15771578#: config.c:2737 builtin/config.c:3241579#, c-format1580msgid "invalid pattern: %s"1581msgstr ""15821583#: config.c:27621584#, c-format1585msgid "invalid config file %s"1586msgstr ""15871588#: config.c:2775 config.c:30281589#, c-format1590msgid "fstat on %s failed"1591msgstr ""15921593#: config.c:27861594#, c-format1595msgid "unable to mmap '%s'"1596msgstr ""15971598#: config.c:2795 config.c:30331599#, c-format1600msgid "chmod on %s failed"1601msgstr ""16021603#: config.c:2880 config.c:31301604#, c-format1605msgid "could not write config file %s"1606msgstr ""16071608#: config.c:29141609#, c-format1610msgid "could not set '%s' to '%s'"1611msgstr ""16121613#: config.c:2916 builtin/remote.c:7811614#, c-format1615msgid "could not unset '%s'"1616msgstr ""16171618#: config.c:30061619#, c-format1620msgid "invalid section name: %s"1621msgstr ""16221623#: config.c:31731624#, c-format1625msgid "missing value for '%s'"1626msgstr ""16271628#: connect.c:611629msgid "the remote end hung up upon initial contact"1630msgstr ""16311632#: connect.c:631633msgid ""1634"Could not read from remote repository.\n"1635"\n"1636"Please make sure you have the correct access rights\n"1637"and the repository exists."1638msgstr ""16391640#: connect.c:811641#, c-format1642msgid "server doesn't support '%s'"1643msgstr ""16441645#: connect.c:1031646#, c-format1647msgid "server doesn't support feature '%s'"1648msgstr ""16491650#: connect.c:1141651msgid "expected flush after capabilities"1652msgstr ""16531654#: connect.c:2331655#, c-format1656msgid "ignoring capabilities after first line '%s'"1657msgstr ""16581659#: connect.c:2521660msgid "protocol error: unexpected capabilities^{}"1661msgstr ""16621663#: connect.c:2731664#, c-format1665msgid "protocol error: expected shallow sha-1, got '%s'"1666msgstr ""16671668#: connect.c:2751669msgid "repository on the other end cannot be shallow"1670msgstr ""16711672#: connect.c:310 fetch-pack.c:183 builtin/archive.c:631673#, c-format1674msgid "remote error: %s"1675msgstr ""16761677#: connect.c:3161678msgid "invalid packet"1679msgstr ""16801681#: connect.c:3361682#, c-format1683msgid "protocol error: unexpected '%s'"1684msgstr ""16851686#: connect.c:4441687#, c-format1688msgid "invalid ls-refs response: %s"1689msgstr ""16901691#: connect.c:4481692msgid "expected flush after ref listing"1693msgstr ""16941695#: connect.c:5471696#, c-format1697msgid "protocol '%s' is not supported"1698msgstr ""16991700#: connect.c:5981701msgid "unable to set SO_KEEPALIVE on socket"1702msgstr ""17031704#: connect.c:638 connect.c:7011705#, c-format1706msgid "Looking up %s ... "1707msgstr ""17081709#: connect.c:6421710#, c-format1711msgid "unable to look up %s (port %s) (%s)"1712msgstr ""17131714#. TRANSLATORS: this is the end of "Looking up %s ... "1715#: connect.c:646 connect.c:7171716#, c-format1717msgid ""1718"done.\n"1719"Connecting to %s (port %s) ... "1720msgstr ""17211722#: connect.c:668 connect.c:7451723#, c-format1724msgid ""1725"unable to connect to %s:\n"1726"%s"1727msgstr ""17281729#. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "1730#: connect.c:674 connect.c:7511731msgid "done."1732msgstr ""17331734#: connect.c:7051735#, c-format1736msgid "unable to look up %s (%s)"1737msgstr ""17381739#: connect.c:7111740#, c-format1741msgid "unknown port %s"1742msgstr ""17431744#: connect.c:848 connect.c:11741745#, c-format1746msgid "strange hostname '%s' blocked"1747msgstr ""17481749#: connect.c:8501750#, c-format1751msgid "strange port '%s' blocked"1752msgstr ""17531754#: connect.c:8601755#, c-format1756msgid "cannot start proxy %s"1757msgstr ""17581759#: connect.c:9271760msgid "no path specified; see 'git help pull' for valid url syntax"1761msgstr ""17621763#: connect.c:11221764msgid "ssh variant 'simple' does not support -4"1765msgstr ""17661767#: connect.c:11341768msgid "ssh variant 'simple' does not support -6"1769msgstr ""17701771#: connect.c:11511772msgid "ssh variant 'simple' does not support setting port"1773msgstr ""17741775#: connect.c:12621776#, c-format1777msgid "strange pathname '%s' blocked"1778msgstr ""17791780#: connect.c:13071781msgid "unable to fork"1782msgstr ""17831784#: connected.c:68 builtin/fsck.c:203 builtin/prune.c:1461785msgid "Checking connectivity"1786msgstr ""17871788#: connected.c:801789msgid "Could not run 'git rev-list'"1790msgstr ""17911792#: connected.c:1001793msgid "failed write to rev-list"1794msgstr ""17951796#: connected.c:1071797msgid "failed to close rev-list's stdin"1798msgstr ""17991800#: convert.c:1941801#, c-format1802msgid "illegal crlf_action %d"1803msgstr ""18041805#: convert.c:2071806#, c-format1807msgid "CRLF would be replaced by LF in %s"1808msgstr ""18091810#: convert.c:2091811#, c-format1812msgid ""1813"CRLF will be replaced by LF in %s.\n"1814"The file will have its original line endings in your working directory"1815msgstr ""18161817#: convert.c:2171818#, c-format1819msgid "LF would be replaced by CRLF in %s"1820msgstr ""18211822#: convert.c:2191823#, c-format1824msgid ""1825"LF will be replaced by CRLF in %s.\n"1826"The file will have its original line endings in your working directory"1827msgstr ""18281829#: convert.c:2801830#, c-format1831msgid "BOM is prohibited in '%s' if encoded as %s"1832msgstr ""18331834#: convert.c:2871835#, c-format1836msgid ""1837"The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"1838"tree-encoding."1839msgstr ""18401841#: convert.c:3051842#, c-format1843msgid "BOM is required in '%s' if encoded as %s"1844msgstr ""18451846#: convert.c:3071847#, c-format1848msgid ""1849"The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"1850"%sLE (depending on the byte order) as working-tree-encoding."1851msgstr ""18521853#: convert.c:425 convert.c:4961854#, c-format1855msgid "failed to encode '%s' from %s to %s"1856msgstr ""18571858#: convert.c:4681859#, c-format1860msgid "encoding '%s' from %s to %s and back is not the same"1861msgstr ""18621863#: convert.c:6741864#, c-format1865msgid "cannot fork to run external filter '%s'"1866msgstr ""18671868#: convert.c:6941869#, c-format1870msgid "cannot feed the input to external filter '%s'"1871msgstr ""18721873#: convert.c:7011874#, c-format1875msgid "external filter '%s' failed %d"1876msgstr ""18771878#: convert.c:736 convert.c:7391879#, c-format1880msgid "read from external filter '%s' failed"1881msgstr ""18821883#: convert.c:742 convert.c:7961884#, c-format1885msgid "external filter '%s' failed"1886msgstr ""18871888#: convert.c:8441889msgid "unexpected filter type"1890msgstr ""18911892#: convert.c:8551893msgid "path name too long for external filter"1894msgstr ""18951896#: convert.c:9291897#, c-format1898msgid ""1899"external filter '%s' is not available anymore although not all paths have "1900"been filtered"1901msgstr ""19021903#: convert.c:12281904msgid "true/false are no valid working-tree-encodings"1905msgstr ""19061907#: convert.c:1402 convert.c:14361908#, c-format1909msgid "%s: clean filter '%s' failed"1910msgstr ""19111912#: convert.c:14801913#, c-format1914msgid "%s: smudge filter %s failed"1915msgstr ""19161917#: date.c:1161918msgid "in the future"1919msgstr ""19201921#: date.c:1221922#, c-format1923msgid "%<PRIuMAX> second ago"1924msgid_plural "%<PRIuMAX> seconds ago"1925msgstr[0] ""1926msgstr[1] ""19271928#: date.c:1291929#, c-format1930msgid "%<PRIuMAX> minute ago"1931msgid_plural "%<PRIuMAX> minutes ago"1932msgstr[0] ""1933msgstr[1] ""19341935#: date.c:1361936#, c-format1937msgid "%<PRIuMAX> hour ago"1938msgid_plural "%<PRIuMAX> hours ago"1939msgstr[0] ""1940msgstr[1] ""19411942#: date.c:1431943#, c-format1944msgid "%<PRIuMAX> day ago"1945msgid_plural "%<PRIuMAX> days ago"1946msgstr[0] ""1947msgstr[1] ""19481949#: date.c:1491950#, c-format1951msgid "%<PRIuMAX> week ago"1952msgid_plural "%<PRIuMAX> weeks ago"1953msgstr[0] ""1954msgstr[1] ""19551956#: date.c:1561957#, c-format1958msgid "%<PRIuMAX> month ago"1959msgid_plural "%<PRIuMAX> months ago"1960msgstr[0] ""1961msgstr[1] ""19621963#: date.c:1671964#, c-format1965msgid "%<PRIuMAX> year"1966msgid_plural "%<PRIuMAX> years"1967msgstr[0] ""1968msgstr[1] ""19691970#. TRANSLATORS: "%s" is "<n> years"1971#: date.c:1701972#, c-format1973msgid "%s, %<PRIuMAX> month ago"1974msgid_plural "%s, %<PRIuMAX> months ago"1975msgstr[0] ""1976msgstr[1] ""19771978#: date.c:175 date.c:1801979#, c-format1980msgid "%<PRIuMAX> year ago"1981msgid_plural "%<PRIuMAX> years ago"1982msgstr[0] ""1983msgstr[1] ""19841985#: diffcore-order.c:241986#, c-format1987msgid "failed to read orderfile '%s'"1988msgstr ""19891990#: diffcore-rename.c:5361991msgid "Performing inexact rename detection"1992msgstr ""19931994#: diff.c:1081995#, c-format1996msgid "option '%s' requires a value"1997msgstr ""19981999#: diff.c:1582000#, c-format2001msgid " Failed to parse dirstat cut-off percentage '%s'\n"2002msgstr ""20032004#: diff.c:1632005#, c-format2006msgid " Unknown dirstat parameter '%s'\n"2007msgstr ""20082009#: diff.c:2912010msgid ""2011"color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "2012"'dimmed-zebra', 'plain'"2013msgstr ""20142015#: diff.c:3162016#, c-format2017msgid "ignoring unknown color-moved-ws mode '%s'"2018msgstr ""20192020#: diff.c:3232021msgid ""2022"color-moved-ws: allow-indentation-change cannot be combined with other white "2023"space modes"2024msgstr ""20252026#: diff.c:3942027#, c-format2028msgid "Unknown value for 'diff.submodule' config variable: '%s'"2029msgstr ""20302031#: diff.c:4542032#, c-format2033msgid ""2034"Found errors in 'diff.dirstat' config variable:\n"2035"%s"2036msgstr ""20372038#: diff.c:40962039#, c-format2040msgid "external diff died, stopping at %s"2041msgstr ""20422043#: diff.c:44272044msgid "--name-only, --name-status, --check and -s are mutually exclusive"2045msgstr ""20462047#: diff.c:44302048msgid "-G, -S and --find-object are mutually exclusive"2049msgstr ""20502051#: diff.c:45082052msgid "--follow requires exactly one pathspec"2053msgstr ""20542055#: diff.c:46742056#, c-format2057msgid ""2058"Failed to parse --dirstat/-X option parameter:\n"2059"%s"2060msgstr ""20612062#: diff.c:46882063#, c-format2064msgid "Failed to parse --submodule option parameter: '%s'"2065msgstr ""20662067#: diff.c:57662068msgid "inexact rename detection was skipped due to too many files."2069msgstr ""20702071#: diff.c:57692072msgid "only found copies from modified paths due to too many files."2073msgstr ""20742075#: diff.c:57722076#, c-format2077msgid ""2078"you may want to set your %s variable to at least %d and retry the command."2079msgstr ""20802081#: dir.c:5692082#, c-format2083msgid "pathspec '%s' did not match any file(s) known to git"2084msgstr ""20852086#: dir.c:9582087#, c-format2088msgid "cannot use %s as an exclude file"2089msgstr ""20902091#: dir.c:18732092#, c-format2093msgid "could not open directory '%s'"2094msgstr ""20952096#: dir.c:21152097msgid "failed to get kernel name and information"2098msgstr ""20992100#: dir.c:22392101msgid "untracked cache is disabled on this system or location"2102msgstr ""21032104#: dir.c:30372105#, c-format2106msgid "index file corrupt in repo %s"2107msgstr ""21082109#: dir.c:3082 dir.c:30872110#, c-format2111msgid "could not create directories for %s"2112msgstr ""21132114#: dir.c:31162115#, c-format2116msgid "could not migrate git directory from '%s' to '%s'"2117msgstr ""21182119#: editor.c:612120#, c-format2121msgid "hint: Waiting for your editor to close the file...%c"2122msgstr ""21232124#: entry.c:1782125msgid "Filtering content"2126msgstr ""21272128#: entry.c:4372129#, c-format2130msgid "could not stat file '%s'"2131msgstr ""21322133#: environment.c:1502134#, c-format2135msgid "bad git namespace path \"%s\""2136msgstr ""21372138#: environment.c:3322139#, c-format2140msgid "could not set GIT_DIR to '%s'"2141msgstr ""21422143#: exec-cmd.c:3612144#, c-format2145msgid "too many args to run %s"2146msgstr ""21472148#: fetch-object.c:172149msgid "Remote with no URL"2150msgstr ""21512152#: fetch-pack.c:1522153msgid "git fetch-pack: expected shallow list"2154msgstr ""21552156#: fetch-pack.c:1642157msgid "git fetch-pack: expected ACK/NAK, got a flush packet"2158msgstr ""21592160#: fetch-pack.c:1842161#, c-format2162msgid "git fetch-pack: expected ACK/NAK, got '%s'"2163msgstr ""21642165#: fetch-pack.c:2542166msgid "--stateless-rpc requires multi_ack_detailed"2167msgstr ""21682169#: fetch-pack.c:342 fetch-pack.c:12572170#, c-format2171msgid "invalid shallow line: %s"2172msgstr ""21732174#: fetch-pack.c:348 fetch-pack.c:12632175#, c-format2176msgid "invalid unshallow line: %s"2177msgstr ""21782179#: fetch-pack.c:350 fetch-pack.c:12652180#, c-format2181msgid "object not found: %s"2182msgstr ""21832184#: fetch-pack.c:353 fetch-pack.c:12682185#, c-format2186msgid "error in object: %s"2187msgstr ""21882189#: fetch-pack.c:355 fetch-pack.c:12702190#, c-format2191msgid "no shallow found: %s"2192msgstr ""21932194#: fetch-pack.c:358 fetch-pack.c:12732195#, c-format2196msgid "expected shallow/unshallow, got %s"2197msgstr ""21982199#: fetch-pack.c:3992200#, c-format2201msgid "got %s %d %s"2202msgstr ""22032204#: fetch-pack.c:4162205#, c-format2206msgid "invalid commit %s"2207msgstr ""22082209#: fetch-pack.c:4472210msgid "giving up"2211msgstr ""22122213#: fetch-pack.c:459 progress.c:2292214msgid "done"2215msgstr ""22162217#: fetch-pack.c:4712218#, c-format2219msgid "got %s (%d) %s"2220msgstr ""22212222#: fetch-pack.c:5172223#, c-format2224msgid "Marking %s as complete"2225msgstr ""22262227#: fetch-pack.c:7642228#, c-format2229msgid "already have %s (%s)"2230msgstr ""22312232#: fetch-pack.c:8032233msgid "fetch-pack: unable to fork off sideband demultiplexer"2234msgstr ""22352236#: fetch-pack.c:8112237msgid "protocol error: bad pack header"2238msgstr ""22392240#: fetch-pack.c:8792241#, c-format2242msgid "fetch-pack: unable to fork off %s"2243msgstr ""22442245#: fetch-pack.c:8952246#, c-format2247msgid "%s failed"2248msgstr ""22492250#: fetch-pack.c:8972251msgid "error in sideband demultiplexer"2252msgstr ""22532254#: fetch-pack.c:9262255msgid "Server does not support shallow clients"2256msgstr ""22572258#: fetch-pack.c:9302259msgid "Server supports multi_ack_detailed"2260msgstr ""22612262#: fetch-pack.c:9332263msgid "Server supports no-done"2264msgstr ""22652266#: fetch-pack.c:9392267msgid "Server supports multi_ack"2268msgstr ""22692270#: fetch-pack.c:9432271msgid "Server supports side-band-64k"2272msgstr ""22732274#: fetch-pack.c:9472275msgid "Server supports side-band"2276msgstr ""22772278#: fetch-pack.c:9512279msgid "Server supports allow-tip-sha1-in-want"2280msgstr ""22812282#: fetch-pack.c:9552283msgid "Server supports allow-reachable-sha1-in-want"2284msgstr ""22852286#: fetch-pack.c:9652287msgid "Server supports ofs-delta"2288msgstr ""22892290#: fetch-pack.c:971 fetch-pack.c:11502291msgid "Server supports filter"2292msgstr ""22932294#: fetch-pack.c:9792295#, c-format2296msgid "Server version is %.*s"2297msgstr ""22982299#: fetch-pack.c:9852300msgid "Server does not support --shallow-since"2301msgstr ""23022303#: fetch-pack.c:9892304msgid "Server does not support --shallow-exclude"2305msgstr ""23062307#: fetch-pack.c:9912308msgid "Server does not support --deepen"2309msgstr ""23102311#: fetch-pack.c:10042312msgid "no common commits"2313msgstr ""23142315#: fetch-pack.c:1016 fetch-pack.c:13932316msgid "git fetch-pack: fetch failed."2317msgstr ""23182319#: fetch-pack.c:11452320msgid "Server does not support shallow requests"2321msgstr ""23222323#: fetch-pack.c:11912324#, c-format2325msgid "error reading section header '%s'"2326msgstr ""23272328#: fetch-pack.c:11972329#, c-format2330msgid "expected '%s', received '%s'"2331msgstr ""23322333#: fetch-pack.c:12362334#, c-format2335msgid "unexpected acknowledgment line: '%s'"2336msgstr ""23372338#: fetch-pack.c:12412339#, c-format2340msgid "error processing acks: %d"2341msgstr ""23422343#: fetch-pack.c:12782344#, c-format2345msgid "error processing shallow info: %d"2346msgstr ""23472348#: fetch-pack.c:12942349#, c-format2350msgid "expected wanted-ref, got '%s'"2351msgstr ""23522353#: fetch-pack.c:13042354#, c-format2355msgid "unexpected wanted-ref: '%s'"2356msgstr ""23572358#: fetch-pack.c:13082359#, c-format2360msgid "error processing wanted refs: %d"2361msgstr ""23622363#: fetch-pack.c:16032364msgid "no matching remote head"2365msgstr ""23662367#: fetch-pack.c:1621 builtin/clone.c:6642368msgid "remote did not send all necessary objects"2369msgstr ""23702371#: fetch-pack.c:16472372#, c-format2373msgid "no such remote ref %s"2374msgstr ""23752376#: fetch-pack.c:16502377#, c-format2378msgid "Server does not allow request for unadvertised object %s"2379msgstr ""23802381#: gpg-interface.c:2532382msgid "gpg failed to sign the data"2383msgstr ""23842385#: gpg-interface.c:2792386msgid "could not create temporary file"2387msgstr ""23882389#: gpg-interface.c:2822390#, c-format2391msgid "failed writing detached signature to '%s'"2392msgstr ""23932394#: graph.c:972395#, c-format2396msgid "ignore invalid color '%.*s' in log.graphColors"2397msgstr ""23982399#: grep.c:21152400#, c-format2401msgid "'%s': unable to read %s"2402msgstr ""24032404#: grep.c:2132 setup.c:164 builtin/clone.c:410 builtin/diff.c:812405#: builtin/rm.c:1342406#, c-format2407msgid "failed to stat '%s'"2408msgstr ""24092410#: grep.c:21432411#, c-format2412msgid "'%s': short read"2413msgstr ""24142415#: help.c:232416msgid "start a working area (see also: git help tutorial)"2417msgstr ""24182419#: help.c:242420msgid "work on the current change (see also: git help everyday)"2421msgstr ""24222423#: help.c:252424msgid "examine the history and state (see also: git help revisions)"2425msgstr ""24262427#: help.c:262428msgid "grow, mark and tweak your common history"2429msgstr ""24302431#: help.c:272432msgid "collaborate (see also: git help workflows)"2433msgstr ""24342435#: help.c:312436msgid "Main Porcelain Commands"2437msgstr ""24382439#: help.c:322440msgid "Ancillary Commands / Manipulators"2441msgstr ""24422443#: help.c:332444msgid "Ancillary Commands / Interrogators"2445msgstr ""24462447#: help.c:342448msgid "Interacting with Others"2449msgstr ""24502451#: help.c:352452msgid "Low-level Commands / Manipulators"2453msgstr ""24542455#: help.c:362456msgid "Low-level Commands / Interrogators"2457msgstr ""24582459#: help.c:372460msgid "Low-level Commands / Synching Repositories"2461msgstr ""24622463#: help.c:382464msgid "Low-level Commands / Internal Helpers"2465msgstr ""24662467#: help.c:2932468#, c-format2469msgid "available git commands in '%s'"2470msgstr ""24712472#: help.c:3002473msgid "git commands available from elsewhere on your $PATH"2474msgstr ""24752476#: help.c:3092477msgid "These are common Git commands used in various situations:"2478msgstr ""24792480#: help.c:358 git.c:902481#, c-format2482msgid "unsupported command listing type '%s'"2483msgstr ""24842485#: help.c:4052486msgid "The common Git guides are:"2487msgstr ""24882489#: help.c:5522490#, c-format2491msgid ""2492"'%s' appears to be a git command, but we were not\n"2493"able to execute it. Maybe git-%s is broken?"2494msgstr ""24952496#: help.c:6112497msgid "Uh oh. Your system reports no Git commands at all."2498msgstr ""24992500#: help.c:6332501#, c-format2502msgid "WARNING: You called a Git command named '%s', which does not exist."2503msgstr ""25042505#: help.c:6382506#, c-format2507msgid "Continuing under the assumption that you meant '%s'."2508msgstr ""25092510#: help.c:6432511#, c-format2512msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."2513msgstr ""25142515#: help.c:6512516#, c-format2517msgid "git: '%s' is not a git command. See 'git --help'."2518msgstr ""25192520#: help.c:6552521msgid ""2522"\n"2523"The most similar command is"2524msgid_plural ""2525"\n"2526"The most similar commands are"2527msgstr[0] ""2528msgstr[1] ""25292530#: help.c:6702531msgid "git version [<options>]"2532msgstr ""25332534#: help.c:7382535#, c-format2536msgid "%s: %s - %s"2537msgstr ""25382539#: help.c:7422540msgid ""2541"\n"2542"Did you mean this?"2543msgid_plural ""2544"\n"2545"Did you mean one of these?"2546msgstr[0] ""2547msgstr[1] ""25482549#: ident.c:3422550msgid ""2551"\n"2552"*** Please tell me who you are.\n"2553"\n"2554"Run\n"2555"\n"2556" git config --global user.email \"you@example.com\"\n"2557" git config --global user.name \"Your Name\"\n"2558"\n"2559"to set your account's default identity.\n"2560"Omit --global to set the identity only in this repository.\n"2561"\n"2562msgstr ""25632564#: ident.c:3662565msgid "no email was given and auto-detection is disabled"2566msgstr ""25672568#: ident.c:3712569#, c-format2570msgid "unable to auto-detect email address (got '%s')"2571msgstr ""25722573#: ident.c:3812574msgid "no name was given and auto-detection is disabled"2575msgstr ""25762577#: ident.c:3872578#, c-format2579msgid "unable to auto-detect name (got '%s')"2580msgstr ""25812582#: ident.c:3952583#, c-format2584msgid "empty ident name (for <%s>) not allowed"2585msgstr ""25862587#: ident.c:4012588#, c-format2589msgid "name consists only of disallowed characters: %s"2590msgstr ""25912592#: ident.c:416 builtin/commit.c:6002593#, c-format2594msgid "invalid date format: %s"2595msgstr ""25962597#: list-objects-filter-options.c:362598msgid "multiple filter-specs cannot be combined"2599msgstr ""26002601#: list-objects-filter-options.c:1262602msgid "cannot change partial clone promisor remote"2603msgstr ""26042605#: lockfile.c:1512606#, c-format2607msgid ""2608"Unable to create '%s.lock': %s.\n"2609"\n"2610"Another git process seems to be running in this repository, e.g.\n"2611"an editor opened by 'git commit'. Please make sure all processes\n"2612"are terminated then try again. If it still fails, a git process\n"2613"may have crashed in this repository earlier:\n"2614"remove the file manually to continue."2615msgstr ""26162617#: lockfile.c:1592618#, c-format2619msgid "Unable to create '%s.lock': %s"2620msgstr ""26212622#: merge.c:402623msgid "failed to read the cache"2624msgstr ""26252626#: merge.c:105 builtin/am.c:1946 builtin/am.c:1980 builtin/checkout.c:3802627#: builtin/checkout.c:608 builtin/clone.c:7632628msgid "unable to write new index file"2629msgstr ""26302631#: merge-recursive.c:3032632msgid "(bad commit)\n"2633msgstr ""26342635#: merge-recursive.c:3252636#, c-format2637msgid "add_cacheinfo failed for path '%s'; merge aborting."2638msgstr ""26392640#: merge-recursive.c:3332641#, c-format2642msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."2643msgstr ""26442645#: merge-recursive.c:4152646msgid "error building trees"2647msgstr ""26482649#: merge-recursive.c:8862650#, c-format2651msgid "failed to create path '%s'%s"2652msgstr ""26532654#: merge-recursive.c:8972655#, c-format2656msgid "Removing %s to make room for subdirectory\n"2657msgstr ""26582659#: merge-recursive.c:911 merge-recursive.c:9302660msgid ": perhaps a D/F conflict?"2661msgstr ""26622663#: merge-recursive.c:9202664#, c-format2665msgid "refusing to lose untracked file at '%s'"2666msgstr ""26672668#: merge-recursive.c:962 builtin/cat-file.c:392669#, c-format2670msgid "cannot read object %s '%s'"2671msgstr ""26722673#: merge-recursive.c:9642674#, c-format2675msgid "blob expected for %s '%s'"2676msgstr ""26772678#: merge-recursive.c:9882679#, c-format2680msgid "failed to open '%s': %s"2681msgstr ""26822683#: merge-recursive.c:9992684#, c-format2685msgid "failed to symlink '%s': %s"2686msgstr ""26872688#: merge-recursive.c:10042689#, c-format2690msgid "do not know what to do with %06o %s '%s'"2691msgstr ""26922693#: merge-recursive.c:11912694#, c-format2695msgid "Failed to merge submodule %s (not checked out)"2696msgstr ""26972698#: merge-recursive.c:11982699#, c-format2700msgid "Failed to merge submodule %s (commits not present)"2701msgstr ""27022703#: merge-recursive.c:12052704#, c-format2705msgid "Failed to merge submodule %s (commits don't follow merge-base)"2706msgstr ""27072708#: merge-recursive.c:1213 merge-recursive.c:12252709#, c-format2710msgid "Fast-forwarding submodule %s to the following commit:"2711msgstr ""27122713#: merge-recursive.c:1216 merge-recursive.c:12282714#, c-format2715msgid "Fast-forwarding submodule %s"2716msgstr ""27172718#: merge-recursive.c:12502719#, c-format2720msgid "Failed to merge submodule %s (merge following commits not found)"2721msgstr ""27222723#: merge-recursive.c:12542724#, c-format2725msgid "Failed to merge submodule %s (not fast-forward)"2726msgstr ""27272728#: merge-recursive.c:12552729msgid "Found a possible merge resolution for the submodule:\n"2730msgstr ""27312732#: merge-recursive.c:12582733#, c-format2734msgid ""2735"If this is correct simply add it to the index for example\n"2736"by using:\n"2737"\n"2738" git update-index --cacheinfo 160000 %s \"%s\"\n"2739"\n"2740"which will accept this suggestion.\n"2741msgstr ""27422743#: merge-recursive.c:12672744#, c-format2745msgid "Failed to merge submodule %s (multiple merges found)"2746msgstr ""27472748#: merge-recursive.c:13262749msgid "Failed to execute internal merge"2750msgstr ""27512752#: merge-recursive.c:13312753#, c-format2754msgid "Unable to add %s to database"2755msgstr ""27562757#: merge-recursive.c:13632758#, c-format2759msgid "Auto-merging %s"2760msgstr ""27612762#: merge-recursive.c:14342763#, c-format2764msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."2765msgstr ""27662767#: merge-recursive.c:15012768#, c-format2769msgid ""2770"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "2771"in tree."2772msgstr ""27732774#: merge-recursive.c:15062775#, c-format2776msgid ""2777"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "2778"left in tree."2779msgstr ""27802781#: merge-recursive.c:15132782#, c-format2783msgid ""2784"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "2785"in tree at %s."2786msgstr ""27872788#: merge-recursive.c:15182789#, c-format2790msgid ""2791"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "2792"left in tree at %s."2793msgstr ""27942795#: merge-recursive.c:15522796msgid "rename"2797msgstr ""27982799#: merge-recursive.c:15522800msgid "renamed"2801msgstr ""28022803#: merge-recursive.c:1606 merge-recursive.c:1762 merge-recursive.c:23942804#: merge-recursive.c:31292805#, c-format2806msgid "Refusing to lose dirty file at %s"2807msgstr ""28082809#: merge-recursive.c:16202810#, c-format2811msgid "%s is a directory in %s adding as %s instead"2812msgstr ""28132814#: merge-recursive.c:16252815#, c-format2816msgid "Refusing to lose untracked file at %s; adding as %s instead"2817msgstr ""28182819#: merge-recursive.c:16512820#, c-format2821msgid ""2822"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"2823"\"->\"%s\" in \"%s\"%s"2824msgstr ""28252826#: merge-recursive.c:16562827msgid " (left unresolved)"2828msgstr ""28292830#: merge-recursive.c:17202831#, c-format2832msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"2833msgstr ""28342835#: merge-recursive.c:17592836#, c-format2837msgid "Renaming %s to %s and %s to %s instead"2838msgstr ""28392840#: merge-recursive.c:17712841#, c-format2842msgid "Refusing to lose untracked file at %s, even though it's in the way."2843msgstr ""28442845#: merge-recursive.c:19772846#, c-format2847msgid ""2848"CONFLICT (directory rename split): Unclear where to place %s because "2849"directory %s was renamed to multiple other directories, with no destination "2850"getting a majority of the files."2851msgstr ""28522853#: merge-recursive.c:20092854#, c-format2855msgid ""2856"CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "2857"implicit directory rename(s) putting the following path(s) there: %s."2858msgstr ""28592860#: merge-recursive.c:20192861#, c-format2862msgid ""2863"CONFLICT (implicit dir rename): Cannot map more than one path to %s; "2864"implicit directory renames tried to put these paths there: %s"2865msgstr ""28662867#: merge-recursive.c:21112868#, c-format2869msgid ""2870"CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"2871">%s in %s"2872msgstr ""28732874#: merge-recursive.c:23562875#, c-format2876msgid ""2877"WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "2878"renamed."2879msgstr ""28802881#: merge-recursive.c:27622882#, c-format2883msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"2884msgstr ""28852886#: merge-recursive.c:27772887#, c-format2888msgid "Adding merged %s"2889msgstr ""28902891#: merge-recursive.c:2784 merge-recursive.c:31322892#, c-format2893msgid "Adding as %s instead"2894msgstr ""28952896#: merge-recursive.c:29412897#, c-format2898msgid "cannot read object %s"2899msgstr ""29002901#: merge-recursive.c:29442902#, c-format2903msgid "object %s is not a blob"2904msgstr ""29052906#: merge-recursive.c:30132907msgid "modify"2908msgstr ""29092910#: merge-recursive.c:30132911msgid "modified"2912msgstr ""29132914#: merge-recursive.c:30242915msgid "content"2916msgstr ""29172918#: merge-recursive.c:30312919msgid "add/add"2920msgstr ""29212922#: merge-recursive.c:30762923#, c-format2924msgid "Skipped %s (merged same as existing)"2925msgstr ""29262927#: merge-recursive.c:3098 git-submodule.sh:8652928msgid "submodule"2929msgstr ""29302931#: merge-recursive.c:30992932#, c-format2933msgid "CONFLICT (%s): Merge conflict in %s"2934msgstr ""29352936#: merge-recursive.c:32212937#, c-format2938msgid "Removing %s"2939msgstr ""29402941#: merge-recursive.c:32472942msgid "file/directory"2943msgstr ""29442945#: merge-recursive.c:32532946msgid "directory/file"2947msgstr ""29482949#: merge-recursive.c:32602950#, c-format2951msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"2952msgstr ""29532954#: merge-recursive.c:32692955#, c-format2956msgid "Adding %s"2957msgstr ""29582959#: merge-recursive.c:33032960#, c-format2961msgid ""2962"Your local changes to the following files would be overwritten by merge:\n"2963" %s"2964msgstr ""29652966#: merge-recursive.c:33142967msgid "Already up to date!"2968msgstr ""29692970#: merge-recursive.c:33232971#, c-format2972msgid "merging of trees %s and %s failed"2973msgstr ""29742975#: merge-recursive.c:34222976msgid "Merging:"2977msgstr ""29782979#: merge-recursive.c:34352980#, c-format2981msgid "found %u common ancestor:"2982msgid_plural "found %u common ancestors:"2983msgstr[0] ""2984msgstr[1] ""29852986#: merge-recursive.c:34742987msgid "merge returned no commit"2988msgstr ""29892990#: merge-recursive.c:35402991#, c-format2992msgid "Could not parse object '%s'"2993msgstr ""29942995#: merge-recursive.c:3556 builtin/merge.c:689 builtin/merge.c:8462996msgid "Unable to write index."2997msgstr ""29982999#: notes-merge.c:2743000#, c-format3001msgid ""3002"You have not concluded your previous notes merge (%s exists).\n"3003"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "3004"commit/abort the previous merge before you start a new notes merge."3005msgstr ""30063007#: notes-merge.c:2813008#, c-format3009msgid "You have not concluded your notes merge (%s exists)."3010msgstr ""30113012#: notes-utils.c:453013msgid "Cannot commit uninitialized/unreferenced notes tree"3014msgstr ""30153016#: notes-utils.c:1043017#, c-format3018msgid "Bad notes.rewriteMode value: '%s'"3019msgstr ""30203021#: notes-utils.c:1143022#, c-format3023msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"3024msgstr ""30253026#. TRANSLATORS: The first %s is the name of3027#. the environment variable, the second %s is3028#. its value.3029#.3030#: notes-utils.c:1443031#, c-format3032msgid "Bad %s value: '%s'"3033msgstr ""30343035#: object.c:543036#, c-format3037msgid "invalid object type \"%s\""3038msgstr ""30393040#: object.c:1733041#, c-format3042msgid "object %s is a %s, not a %s"3043msgstr ""30443045#: object.c:2333046#, c-format3047msgid "object %s has unknown type id %d"3048msgstr ""30493050#: object.c:2463051#, c-format3052msgid "unable to parse object: %s"3053msgstr ""30543055#: object.c:266 object.c:2773056#, c-format3057msgid "sha1 mismatch %s"3058msgstr ""30593060#: packfile.c:5633061msgid "offset before end of packfile (broken .idx?)"3062msgstr ""30633064#: packfile.c:17453065#, c-format3066msgid "offset before start of pack index for %s (corrupt index?)"3067msgstr ""30683069#: packfile.c:17493070#, c-format3071msgid "offset beyond end of pack index for %s (truncated index?)"3072msgstr ""30733074#: parse-options.c:6723075msgid "..."3076msgstr ""30773078#: parse-options.c:6913079#, c-format3080msgid "usage: %s"3081msgstr ""30823083#. TRANSLATORS: the colon here should align with the3084#. one in "usage: %s" translation.3085#.3086#: parse-options.c:6973087#, c-format3088msgid " or: %s"3089msgstr ""30903091#: parse-options.c:7003092#, c-format3093msgid " %s"3094msgstr ""30953096#: parse-options.c:7393097msgid "-NUM"3098msgstr ""30993100#: parse-options-cb.c:443101#, c-format3102msgid "malformed expiration date '%s'"3103msgstr ""31043105#: parse-options-cb.c:1123106#, c-format3107msgid "malformed object name '%s'"3108msgstr ""31093110#: path.c:8923111#, c-format3112msgid "Could not make %s writable by group"3113msgstr ""31143115#: pathspec.c:1293116msgid "Escape character '\\' not allowed as last character in attr value"3117msgstr ""31183119#: pathspec.c:1473120msgid "Only one 'attr:' specification is allowed."3121msgstr ""31223123#: pathspec.c:1503124msgid "attr spec must not be empty"3125msgstr ""31263127#: pathspec.c:1933128#, c-format3129msgid "invalid attribute name %s"3130msgstr ""31313132#: pathspec.c:2583133msgid "global 'glob' and 'noglob' pathspec settings are incompatible"3134msgstr ""31353136#: pathspec.c:2653137msgid ""3138"global 'literal' pathspec setting is incompatible with all other global "3139"pathspec settings"3140msgstr ""31413142#: pathspec.c:3053143msgid "invalid parameter for pathspec magic 'prefix'"3144msgstr ""31453146#: pathspec.c:3263147#, c-format3148msgid "Invalid pathspec magic '%.*s' in '%s'"3149msgstr ""31503151#: pathspec.c:3313152#, c-format3153msgid "Missing ')' at the end of pathspec magic in '%s'"3154msgstr ""31553156#: pathspec.c:3693157#, c-format3158msgid "Unimplemented pathspec magic '%c' in '%s'"3159msgstr ""31603161#: pathspec.c:4283162#, c-format3163msgid "%s: 'literal' and 'glob' are incompatible"3164msgstr ""31653166#: pathspec.c:4413167#, c-format3168msgid "%s: '%s' is outside repository"3169msgstr ""31703171#: pathspec.c:5153172#, c-format3173msgid "'%s' (mnemonic: '%c')"3174msgstr ""31753176#: pathspec.c:5253177#, c-format3178msgid "%s: pathspec magic not supported by this command: %s"3179msgstr ""31803181#: pathspec.c:5923182#, c-format3183msgid "pathspec '%s' is beyond a symbolic link"3184msgstr ""31853186#: pkt-line.c:1043187msgid "flush packet write failed"3188msgstr ""31893190#: pkt-line.c:142 pkt-line.c:2283191msgid "protocol error: impossibly long line"3192msgstr ""31933194#: pkt-line.c:158 pkt-line.c:1603195msgid "packet write with format failed"3196msgstr ""31973198#: pkt-line.c:1923199msgid "packet write failed - data exceeds max packet size"3200msgstr ""32013202#: pkt-line.c:199 pkt-line.c:2063203msgid "packet write failed"3204msgstr ""32053206#: pkt-line.c:2913207msgid "read error"3208msgstr ""32093210#: pkt-line.c:2993211msgid "the remote end hung up unexpectedly"3212msgstr ""32133214#: pkt-line.c:3273215#, c-format3216msgid "protocol error: bad line length character: %.4s"3217msgstr ""32183219#: pkt-line.c:337 pkt-line.c:3423220#, c-format3221msgid "protocol error: bad line length %d"3222msgstr ""32233224#: pretty.c:9623225msgid "unable to parse --pretty format"3226msgstr ""32273228#: range-diff.c:483229msgid "could not start `log`"3230msgstr ""32313232#: range-diff.c:513233msgid "could not read `log` output"3234msgstr ""32353236#: range-diff.c:66 sequencer.c:45403237#, c-format3238msgid "could not parse commit '%s'"3239msgstr ""32403241#: range-diff.c:1963242msgid "failed to generate diff"3243msgstr ""32443245#: range-diff.c:421 range-diff.c:4233246#, c-format3247msgid "could not parse log for '%s'"3248msgstr ""32493250#: read-cache.c:15793251#, c-format3252msgid ""3253"index.version set, but the value is invalid.\n"3254"Using version %i"3255msgstr ""32563257#: read-cache.c:15893258#, c-format3259msgid ""3260"GIT_INDEX_VERSION set, but the value is invalid.\n"3261"Using version %i"3262msgstr ""32633264#: read-cache.c:2580 sequencer.c:4503 wrapper.c:658 builtin/merge.c:10833265#, c-format3266msgid "could not close '%s'"3267msgstr ""32683269#: read-cache.c:2653 sequencer.c:2113 sequencer.c:33743270#, c-format3271msgid "could not stat '%s'"3272msgstr ""32733274#: read-cache.c:26663275#, c-format3276msgid "unable to open git dir: %s"3277msgstr ""32783279#: read-cache.c:26783280#, c-format3281msgid "unable to unlink: %s"3282msgstr ""32833284#: refs.c:1923285#, c-format3286msgid "%s does not point to a valid object!"3287msgstr ""32883289#: refs.c:5793290#, c-format3291msgid "ignoring dangling symref %s"3292msgstr ""32933294#: refs.c:581 ref-filter.c:20673295#, c-format3296msgid "ignoring broken ref %s"3297msgstr ""32983299#: refs.c:6853300#, c-format3301msgid "could not open '%s' for writing: %s"3302msgstr ""33033304#: refs.c:695 refs.c:7463305#, c-format3306msgid "could not read ref '%s'"3307msgstr ""33083309#: refs.c:7013310#, c-format3311msgid "ref '%s' already exists"3312msgstr ""33133314#: refs.c:7063315#, c-format3316msgid "unexpected object ID when writing '%s'"3317msgstr ""33183319#: refs.c:714 sequencer.c:385 sequencer.c:2366 sequencer.c:24923320#: sequencer.c:2506 sequencer.c:2733 sequencer.c:4501 sequencer.c:45643321#: wrapper.c:6563322#, c-format3323msgid "could not write to '%s'"3324msgstr ""33253326#: refs.c:741 sequencer.c:4499 sequencer.c:4558 wrapper.c:225 wrapper.c:3953327#: builtin/am.c:7803328#, c-format3329msgid "could not open '%s' for writing"3330msgstr ""33313332#: refs.c:7483333#, c-format3334msgid "unexpected object ID when deleting '%s'"3335msgstr ""33363337#: refs.c:8793338#, c-format3339msgid "log for ref %s has gap after %s"3340msgstr ""33413342#: refs.c:8853343#, c-format3344msgid "log for ref %s unexpectedly ended on %s"3345msgstr ""33463347#: refs.c:9433348#, c-format3349msgid "log for %s is empty"3350msgstr ""33513352#: refs.c:10353353#, c-format3354msgid "refusing to update ref with bad name '%s'"3355msgstr ""33563357#: refs.c:11113358#, c-format3359msgid "update_ref failed for ref '%s': %s"3360msgstr ""33613362#: refs.c:18533363#, c-format3364msgid "multiple updates for ref '%s' not allowed"3365msgstr ""33663367#: refs.c:18853368msgid "ref updates forbidden inside quarantine environment"3369msgstr ""33703371#: refs.c:1981 refs.c:20113372#, c-format3373msgid "'%s' exists; cannot create '%s'"3374msgstr ""33753376#: refs.c:1987 refs.c:20223377#, c-format3378msgid "cannot process '%s' and '%s' at the same time"3379msgstr ""33803381#: refs/files-backend.c:11913382#, c-format3383msgid "could not remove reference %s"3384msgstr ""33853386#: refs/files-backend.c:1205 refs/packed-backend.c:15323387#: refs/packed-backend.c:15423388#, c-format3389msgid "could not delete reference %s: %s"3390msgstr ""33913392#: refs/files-backend.c:1208 refs/packed-backend.c:15453393#, c-format3394msgid "could not delete references: %s"3395msgstr ""33963397#: refspec.c:1373398#, c-format3399msgid "invalid refspec '%s'"3400msgstr ""34013402#: ref-filter.c:38 wt-status.c:18503403msgid "gone"3404msgstr ""34053406#: ref-filter.c:393407#, c-format3408msgid "ahead %d"3409msgstr ""34103411#: ref-filter.c:403412#, c-format3413msgid "behind %d"3414msgstr ""34153416#: ref-filter.c:413417#, c-format3418msgid "ahead %d, behind %d"3419msgstr ""34203421#: ref-filter.c:1373422#, c-format3423msgid "expected format: %%(color:<color>)"3424msgstr ""34253426#: ref-filter.c:1393427#, c-format3428msgid "unrecognized color: %%(color:%s)"3429msgstr ""34303431#: ref-filter.c:1613432#, c-format3433msgid "Integer value expected refname:lstrip=%s"3434msgstr ""34353436#: ref-filter.c:1653437#, c-format3438msgid "Integer value expected refname:rstrip=%s"3439msgstr ""34403441#: ref-filter.c:1673442#, c-format3443msgid "unrecognized %%(%s) argument: %s"3444msgstr ""34453446#: ref-filter.c:2223447#, c-format3448msgid "%%(objecttype) does not take arguments"3449msgstr ""34503451#: ref-filter.c:2343452#, c-format3453msgid "%%(objectsize) does not take arguments"3454msgstr ""34553456#: ref-filter.c:2463457#, c-format3458msgid "%%(body) does not take arguments"3459msgstr ""34603461#: ref-filter.c:2553462#, c-format3463msgid "%%(subject) does not take arguments"3464msgstr ""34653466#: ref-filter.c:2753467#, c-format3468msgid "unknown %%(trailers) argument: %s"3469msgstr ""34703471#: ref-filter.c:3043472#, c-format3473msgid "positive value expected contents:lines=%s"3474msgstr ""34753476#: ref-filter.c:3063477#, c-format3478msgid "unrecognized %%(contents) argument: %s"3479msgstr ""34803481#: ref-filter.c:3213482#, c-format3483msgid "positive value expected objectname:short=%s"3484msgstr ""34853486#: ref-filter.c:3253487#, c-format3488msgid "unrecognized %%(objectname) argument: %s"3489msgstr ""34903491#: ref-filter.c:3553492#, c-format3493msgid "expected format: %%(align:<width>,<position>)"3494msgstr ""34953496#: ref-filter.c:3673497#, c-format3498msgid "unrecognized position:%s"3499msgstr ""35003501#: ref-filter.c:3743502#, c-format3503msgid "unrecognized width:%s"3504msgstr ""35053506#: ref-filter.c:3833507#, c-format3508msgid "unrecognized %%(align) argument: %s"3509msgstr ""35103511#: ref-filter.c:3913512#, c-format3513msgid "positive width expected with the %%(align) atom"3514msgstr ""35153516#: ref-filter.c:4093517#, c-format3518msgid "unrecognized %%(if) argument: %s"3519msgstr ""35203521#: ref-filter.c:5053522#, c-format3523msgid "malformed field name: %.*s"3524msgstr ""35253526#: ref-filter.c:5323527#, c-format3528msgid "unknown field name: %.*s"3529msgstr ""35303531#: ref-filter.c:6563532#, c-format3533msgid "format: %%(if) atom used without a %%(then) atom"3534msgstr ""35353536#: ref-filter.c:7193537#, c-format3538msgid "format: %%(then) atom used without an %%(if) atom"3539msgstr ""35403541#: ref-filter.c:7213542#, c-format3543msgid "format: %%(then) atom used more than once"3544msgstr ""35453546#: ref-filter.c:7233547#, c-format3548msgid "format: %%(then) atom used after %%(else)"3549msgstr ""35503551#: ref-filter.c:7513552#, c-format3553msgid "format: %%(else) atom used without an %%(if) atom"3554msgstr ""35553556#: ref-filter.c:7533557#, c-format3558msgid "format: %%(else) atom used without a %%(then) atom"3559msgstr ""35603561#: ref-filter.c:7553562#, c-format3563msgid "format: %%(else) atom used more than once"3564msgstr ""35653566#: ref-filter.c:7703567#, c-format3568msgid "format: %%(end) atom used without corresponding atom"3569msgstr ""35703571#: ref-filter.c:8273572#, c-format3573msgid "malformed format string %s"3574msgstr ""35753576#: ref-filter.c:14163577#, c-format3578msgid "(no branch, rebasing %s)"3579msgstr ""35803581#: ref-filter.c:14193582#, c-format3583msgid "(no branch, rebasing detached HEAD %s)"3584msgstr ""35853586#: ref-filter.c:14223587#, c-format3588msgid "(no branch, bisect started on %s)"3589msgstr ""35903591#. TRANSLATORS: make sure this matches "HEAD3592#. detached at " in wt-status.c3593#.3594#: ref-filter.c:14303595#, c-format3596msgid "(HEAD detached at %s)"3597msgstr ""35983599#. TRANSLATORS: make sure this matches "HEAD3600#. detached from " in wt-status.c3601#.3602#: ref-filter.c:14373603#, c-format3604msgid "(HEAD detached from %s)"3605msgstr ""36063607#: ref-filter.c:14413608msgid "(no branch)"3609msgstr ""36103611#: ref-filter.c:1475 ref-filter.c:16233612#, c-format3613msgid "missing object %s for %s"3614msgstr ""36153616#: ref-filter.c:14833617#, c-format3618msgid "parse_object_buffer failed on %s for %s"3619msgstr ""36203621#: ref-filter.c:19803622#, c-format3623msgid "malformed object at '%s'"3624msgstr ""36253626#: ref-filter.c:20623627#, c-format3628msgid "ignoring ref with broken name %s"3629msgstr ""36303631#: ref-filter.c:23403632#, c-format3633msgid "format: %%(end) atom missing"3634msgstr ""36353636#: ref-filter.c:24443637#, c-format3638msgid "malformed object name %s"3639msgstr ""36403641#: remote.c:6063642#, c-format3643msgid "Cannot fetch both %s and %s to %s"3644msgstr ""36453646#: remote.c:6103647#, c-format3648msgid "%s usually tracks %s, not %s"3649msgstr ""36503651#: remote.c:6143652#, c-format3653msgid "%s tracks both %s and %s"3654msgstr ""36553656#: remote.c:6223657msgid "Internal error"3658msgstr ""36593660#: remote.c:1536 remote.c:16373661msgid "HEAD does not point to a branch"3662msgstr ""36633664#: remote.c:15453665#, c-format3666msgid "no such branch: '%s'"3667msgstr ""36683669#: remote.c:15483670#, c-format3671msgid "no upstream configured for branch '%s'"3672msgstr ""36733674#: remote.c:15543675#, c-format3676msgid "upstream branch '%s' not stored as a remote-tracking branch"3677msgstr ""36783679#: remote.c:15693680#, c-format3681msgid "push destination '%s' on remote '%s' has no local tracking branch"3682msgstr ""36833684#: remote.c:15813685#, c-format3686msgid "branch '%s' has no remote for pushing"3687msgstr ""36883689#: remote.c:15913690#, c-format3691msgid "push refspecs for '%s' do not include '%s'"3692msgstr ""36933694#: remote.c:16043695msgid "push has no destination (push.default is 'nothing')"3696msgstr ""36973698#: remote.c:16263699msgid "cannot resolve 'simple' push to a single destination"3700msgstr ""37013702#: remote.c:19513703#, c-format3704msgid "Your branch is based on '%s', but the upstream is gone.\n"3705msgstr ""37063707#: remote.c:19553708msgid " (use \"git branch --unset-upstream\" to fixup)\n"3709msgstr ""37103711#: remote.c:19583712#, c-format3713msgid "Your branch is up to date with '%s'.\n"3714msgstr ""37153716#: remote.c:19623717#, c-format3718msgid "Your branch and '%s' refer to different commits.\n"3719msgstr ""37203721#: remote.c:19653722#, c-format3723msgid " (use \"%s\" for details)\n"3724msgstr ""37253726#: remote.c:19693727#, c-format3728msgid "Your branch is ahead of '%s' by %d commit.\n"3729msgid_plural "Your branch is ahead of '%s' by %d commits.\n"3730msgstr[0] ""3731msgstr[1] ""37323733#: remote.c:19753734msgid " (use \"git push\" to publish your local commits)\n"3735msgstr ""37363737#: remote.c:19783738#, c-format3739msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"3740msgid_plural ""3741"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"3742msgstr[0] ""3743msgstr[1] ""37443745#: remote.c:19863746msgid " (use \"git pull\" to update your local branch)\n"3747msgstr ""37483749#: remote.c:19893750#, c-format3751msgid ""3752"Your branch and '%s' have diverged,\n"3753"and have %d and %d different commit each, respectively.\n"3754msgid_plural ""3755"Your branch and '%s' have diverged,\n"3756"and have %d and %d different commits each, respectively.\n"3757msgstr[0] ""3758msgstr[1] ""37593760#: remote.c:19993761msgid " (use \"git pull\" to merge the remote branch into yours)\n"3762msgstr ""37633764#: replace-object.c:203765#, c-format3766msgid "bad replace ref name: %s"3767msgstr ""37683769#: replace-object.c:293770#, c-format3771msgid "duplicate replace ref: %s"3772msgstr ""37733774#: replace-object.c:723775#, c-format3776msgid "replace depth too high for object %s"3777msgstr ""37783779#: revision.c:23053780msgid "your current branch appears to be broken"3781msgstr ""37823783#: revision.c:23083784#, c-format3785msgid "your current branch '%s' does not have any commits yet"3786msgstr ""37873788#: revision.c:25053789msgid "--first-parent is incompatible with --bisect"3790msgstr ""37913792#: run-command.c:7283793msgid "open /dev/null failed"3794msgstr ""37953796#: run-command.c:12713797#, c-format3798msgid ""3799"The '%s' hook was ignored because it's not set as executable.\n"3800"You can disable this warning with `git config advice.ignoredHook false`."3801msgstr ""38023803#: send-pack.c:1423804msgid "unexpected flush packet while reading remote unpack status"3805msgstr ""38063807#: send-pack.c:1443808#, c-format3809msgid "unable to parse remote unpack status: %s"3810msgstr ""38113812#: send-pack.c:1463813#, c-format3814msgid "remote unpack failed: %s"3815msgstr ""38163817#: send-pack.c:3093818msgid "failed to sign the push certificate"3819msgstr ""38203821#: send-pack.c:4223822msgid "the receiving end does not support --signed push"3823msgstr ""38243825#: send-pack.c:4243826msgid ""3827"not sending a push certificate since the receiving end does not support --"3828"signed push"3829msgstr ""38303831#: send-pack.c:4363832msgid "the receiving end does not support --atomic push"3833msgstr ""38343835#: send-pack.c:4413836msgid "the receiving end does not support push options"3837msgstr ""38383839#: sequencer.c:1773840#, c-format3841msgid "invalid commit message cleanup mode '%s'"3842msgstr ""38433844#: sequencer.c:2783845#, c-format3846msgid "could not delete '%s'"3847msgstr ""38483849#: sequencer.c:3043850msgid "revert"3851msgstr ""38523853#: sequencer.c:3063854msgid "cherry-pick"3855msgstr ""38563857#: sequencer.c:3083858msgid "rebase -i"3859msgstr ""38603861#: sequencer.c:3103862#, c-format3863msgid "unknown action: %d"3864msgstr ""38653866#: sequencer.c:3673867msgid ""3868"after resolving the conflicts, mark the corrected paths\n"3869"with 'git add <paths>' or 'git rm <paths>'"3870msgstr ""38713872#: sequencer.c:3703873msgid ""3874"after resolving the conflicts, mark the corrected paths\n"3875"with 'git add <paths>' or 'git rm <paths>'\n"3876"and commit the result with 'git commit'"3877msgstr ""38783879#: sequencer.c:383 sequencer.c:24883880#, c-format3881msgid "could not lock '%s'"3882msgstr ""38833884#: sequencer.c:3903885#, c-format3886msgid "could not write eol to '%s'"3887msgstr ""38883889#: sequencer.c:395 sequencer.c:2371 sequencer.c:2494 sequencer.c:25083890#: sequencer.c:27413891#, c-format3892msgid "failed to finalize '%s'"3893msgstr ""38943895#: sequencer.c:418 sequencer.c:816 sequencer.c:1505 sequencer.c:23913896#: sequencer.c:2723 sequencer.c:2827 builtin/am.c:260 builtin/commit.c:7403897#: builtin/merge.c:10813898#, c-format3899msgid "could not read '%s'"3900msgstr ""39013902#: sequencer.c:4443903#, c-format3904msgid "your local changes would be overwritten by %s."3905msgstr ""39063907#: sequencer.c:4483908msgid "commit your changes or stash them to proceed."3909msgstr ""39103911#: sequencer.c:4773912#, c-format3913msgid "%s: fast-forward"3914msgstr ""39153916#. TRANSLATORS: %s will be "revert", "cherry-pick" or3917#. "rebase -i".3918#.3919#: sequencer.c:5663920#, c-format3921msgid "%s: Unable to write new index file"3922msgstr ""39233924#: sequencer.c:5823925msgid "unable to update cache tree"3926msgstr ""39273928#: sequencer.c:5953929msgid "could not resolve HEAD commit"3930msgstr ""39313932#: sequencer.c:723 sequencer.c:7403933#, c-format3934msgid "could not parse '%s' (looking for '%s')"3935msgstr ""39363937#: sequencer.c:7313938#, c-format3939msgid "bad quoting on %s value in '%s'"3940msgstr ""39413942#: sequencer.c:7473943#, c-format3944msgid "invalid date format '%s' in '%s'"3945msgstr ""39463947#: sequencer.c:7613948#, c-format3949msgid ""3950"you have staged changes in your working tree\n"3951"If these changes are meant to be squashed into the previous commit, run:\n"3952"\n"3953" git commit --amend %s\n"3954"\n"3955"If they are meant to go into a new commit, run:\n"3956"\n"3957" git commit %s\n"3958"\n"3959"In both cases, once you're done, continue with:\n"3960"\n"3961" git rebase --continue\n"3962msgstr ""39633964#: sequencer.c:8303965msgid "writing root commit"3966msgstr ""39673968#: sequencer.c:10553969msgid "'prepare-commit-msg' hook failed"3970msgstr ""39713972#: sequencer.c:10623973msgid ""3974"Your name and email address were configured automatically based\n"3975"on your username and hostname. Please check that they are accurate.\n"3976"You can suppress this message by setting them explicitly. Run the\n"3977"following command and follow the instructions in your editor to edit\n"3978"your configuration file:\n"3979"\n"3980" git config --global --edit\n"3981"\n"3982"After doing this, you may fix the identity used for this commit with:\n"3983"\n"3984" git commit --amend --reset-author\n"3985msgstr ""39863987#: sequencer.c:10753988msgid ""3989"Your name and email address were configured automatically based\n"3990"on your username and hostname. Please check that they are accurate.\n"3991"You can suppress this message by setting them explicitly:\n"3992"\n"3993" git config --global user.name \"Your Name\"\n"3994" git config --global user.email you@example.com\n"3995"\n"3996"After doing this, you may fix the identity used for this commit with:\n"3997"\n"3998" git commit --amend --reset-author\n"3999msgstr ""40004001#: sequencer.c:11154002msgid "couldn't look up newly created commit"4003msgstr ""40044005#: sequencer.c:11174006msgid "could not parse newly created commit"4007msgstr ""40084009#: sequencer.c:11634010msgid "unable to resolve HEAD after creating commit"4011msgstr ""40124013#: sequencer.c:11654014msgid "detached HEAD"4015msgstr ""40164017#: sequencer.c:11694018msgid " (root-commit)"4019msgstr ""40204021#: sequencer.c:11904022msgid "could not parse HEAD"4023msgstr ""40244025#: sequencer.c:11924026#, c-format4027msgid "HEAD %s is not a commit!"4028msgstr ""40294030#: sequencer.c:1196 builtin/commit.c:15284031msgid "could not parse HEAD commit"4032msgstr ""40334034#: sequencer.c:1247 sequencer.c:18454035msgid "unable to parse commit author"4036msgstr ""40374038#: sequencer.c:1257 builtin/am.c:1632 builtin/merge.c:6754039msgid "git write-tree failed to write a tree"4040msgstr ""40414042#: sequencer.c:1274 sequencer.c:13294043#, c-format4044msgid "unable to read commit message from '%s'"4045msgstr ""40464047#: sequencer.c:1296 builtin/am.c:1653 builtin/commit.c:1631 builtin/merge.c:8554048#: builtin/merge.c:8804049msgid "failed to write commit object"4050msgstr ""40514052#: sequencer.c:13564053#, c-format4054msgid "could not parse commit %s"4055msgstr ""40564057#: sequencer.c:13614058#, c-format4059msgid "could not parse parent commit %s"4060msgstr ""40614062#: sequencer.c:1457 sequencer.c:15654063#, c-format4064msgid "unknown command: %d"4065msgstr ""40664067#: sequencer.c:1512 sequencer.c:15374068#, c-format4069msgid "This is a combination of %d commits."4070msgstr ""40714072#: sequencer.c:1522 sequencer.c:45204073msgid "need a HEAD to fixup"4074msgstr ""40754076#: sequencer.c:1524 sequencer.c:27684077msgid "could not read HEAD"4078msgstr ""40794080#: sequencer.c:15264081msgid "could not read HEAD's commit message"4082msgstr ""40834084#: sequencer.c:15324085#, c-format4086msgid "cannot write '%s'"4087msgstr ""40884089#: sequencer.c:1539 git-rebase--preserve-merges.sh:4414090msgid "This is the 1st commit message:"4091msgstr ""40924093#: sequencer.c:15474094#, c-format4095msgid "could not read commit message of %s"4096msgstr ""40974098#: sequencer.c:15544099#, c-format4100msgid "This is the commit message #%d:"4101msgstr ""41024103#: sequencer.c:15604104#, c-format4105msgid "The commit message #%d will be skipped:"4106msgstr ""41074108#: sequencer.c:16434109msgid "your index file is unmerged."4110msgstr ""41114112#: sequencer.c:16504113msgid "cannot fixup root commit"4114msgstr ""41154116#: sequencer.c:16694117#, c-format4118msgid "commit %s is a merge but no -m option was given."4119msgstr ""41204121#: sequencer.c:16774122#, c-format4123msgid "commit %s does not have parent %d"4124msgstr ""41254126#: sequencer.c:16814127#, c-format4128msgid "mainline was specified but commit %s is not a merge."4129msgstr ""41304131#: sequencer.c:16874132#, c-format4133msgid "cannot get commit message for %s"4134msgstr ""41354136#. TRANSLATORS: The first %s will be a "todo" command like4137#. "revert" or "pick", the second %s a SHA1.4138#: sequencer.c:17064139#, c-format4140msgid "%s: cannot parse parent commit %s"4141msgstr ""41424143#: sequencer.c:17714144#, c-format4145msgid "could not rename '%s' to '%s'"4146msgstr ""41474148#: sequencer.c:18264149#, c-format4150msgid "could not revert %s... %s"4151msgstr ""41524153#: sequencer.c:18274154#, c-format4155msgid "could not apply %s... %s"4156msgstr ""41574158#: sequencer.c:18854159#, c-format4160msgid "git %s: failed to read the index"4161msgstr ""41624163#: sequencer.c:18924164#, c-format4165msgid "git %s: failed to refresh the index"4166msgstr ""41674168#: sequencer.c:19724169#, c-format4170msgid "%s does not accept arguments: '%s'"4171msgstr ""41724173#: sequencer.c:19814174#, c-format4175msgid "missing arguments for %s"4176msgstr ""41774178#: sequencer.c:20404179#, c-format4180msgid "invalid line %d: %.*s"4181msgstr ""41824183#: sequencer.c:20484184#, c-format4185msgid "cannot '%s' without a previous commit"4186msgstr ""41874188#: sequencer.c:2096 sequencer.c:4277 sequencer.c:43334189#, c-format4190msgid "could not read '%s'."4191msgstr ""41924193#: sequencer.c:21194194msgid "please fix this using 'git rebase --edit-todo'."4195msgstr ""41964197#: sequencer.c:21214198#, c-format4199msgid "unusable instruction sheet: '%s'"4200msgstr ""42014202#: sequencer.c:21264203msgid "no commits parsed."4204msgstr ""42054206#: sequencer.c:21374207msgid "cannot cherry-pick during a revert."4208msgstr ""42094210#: sequencer.c:21394211msgid "cannot revert during a cherry-pick."4212msgstr ""42134214#: sequencer.c:22094215#, c-format4216msgid "invalid value for %s: %s"4217msgstr ""42184219#: sequencer.c:22854220msgid "unusable squash-onto"4221msgstr ""42224223#: sequencer.c:23014224#, c-format4225msgid "malformed options sheet: '%s'"4226msgstr ""42274228#: sequencer.c:2335 sequencer.c:37754229msgid "empty commit set passed"4230msgstr ""42314232#: sequencer.c:23434233msgid "a cherry-pick or revert is already in progress"4234msgstr ""42354236#: sequencer.c:23444237msgid "try \"git cherry-pick (--continue | --quit | --abort)\""4238msgstr ""42394240#: sequencer.c:23474241#, c-format4242msgid "could not create sequencer directory '%s'"4243msgstr ""42444245#: sequencer.c:23614246msgid "could not lock HEAD"4247msgstr ""42484249#: sequencer.c:2416 sequencer.c:35434250msgid "no cherry-pick or revert in progress"4251msgstr ""42524253#: sequencer.c:24184254msgid "cannot resolve HEAD"4255msgstr ""42564257#: sequencer.c:2420 sequencer.c:24554258msgid "cannot abort from a branch yet to be born"4259msgstr ""42604261#: sequencer.c:2441 builtin/grep.c:7214262#, c-format4263msgid "cannot open '%s'"4264msgstr ""42654266#: sequencer.c:24434267#, c-format4268msgid "cannot read '%s': %s"4269msgstr ""42704271#: sequencer.c:24444272msgid "unexpected end of file"4273msgstr ""42744275#: sequencer.c:24504276#, c-format4277msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"4278msgstr ""42794280#: sequencer.c:24614281msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"4282msgstr ""42834284#: sequencer.c:2565 sequencer.c:34614285#, c-format4286msgid "could not update %s"4287msgstr ""42884289#: sequencer.c:2603 sequencer.c:34414290msgid "cannot read HEAD"4291msgstr ""42924293#: sequencer.c:26184294#, c-format4295msgid "unable to copy '%s' to '%s'"4296msgstr ""42974298#: sequencer.c:26264299#, c-format4300msgid ""4301"You can amend the commit now, with\n"4302"\n"4303" git commit --amend %s\n"4304"\n"4305"Once you are satisfied with your changes, run\n"4306"\n"4307" git rebase --continue\n"4308msgstr ""43094310#: sequencer.c:26364311#, c-format4312msgid "Could not apply %s... %.*s"4313msgstr ""43144315#: sequencer.c:26434316#, c-format4317msgid "Could not merge %.*s"4318msgstr ""43194320#: sequencer.c:2654 sequencer.c:2658 builtin/difftool.c:6404321#, c-format4322msgid "could not copy '%s' to '%s'"4323msgstr ""43244325#: sequencer.c:2680 sequencer.c:30954326msgid "could not read index"4327msgstr ""43284329#: sequencer.c:26854330#, c-format4331msgid ""4332"execution failed: %s\n"4333"%sYou can fix the problem, and then run\n"4334"\n"4335" git rebase --continue\n"4336"\n"4337msgstr ""43384339#: sequencer.c:26914340msgid "and made changes to the index and/or the working tree\n"4341msgstr ""43424343#: sequencer.c:26974344#, c-format4345msgid ""4346"execution succeeded: %s\n"4347"but left changes to the index and/or the working tree\n"4348"Commit or stash your changes, and then run\n"4349"\n"4350" git rebase --continue\n"4351"\n"4352msgstr ""43534354#: sequencer.c:27584355#, c-format4356msgid "illegal label name: '%.*s'"4357msgstr ""43584359#: sequencer.c:28104360msgid "writing fake root commit"4361msgstr ""43624363#: sequencer.c:28154364msgid "writing squash-onto"4365msgstr ""43664367#: sequencer.c:28504368#, c-format4369msgid "failed to find tree of %s"4370msgstr ""43714372#: sequencer.c:28684373msgid "could not write index"4374msgstr ""43754376#: sequencer.c:28954377#, c-format4378msgid "could not resolve '%s'"4379msgstr ""43804381#: sequencer.c:29214382msgid "cannot merge without a current revision"4383msgstr ""43844385#: sequencer.c:29434386#, c-format4387msgid "unable to parse '%.*s'"4388msgstr ""43894390#: sequencer.c:29524391#, c-format4392msgid "nothing to merge: '%.*s'"4393msgstr ""43944395#: sequencer.c:29644396msgid "octopus merge cannot be executed on top of a [new root]"4397msgstr ""43984399#: sequencer.c:29794400#, c-format4401msgid "could not get commit message of '%s'"4402msgstr ""44034404#: sequencer.c:2989 sequencer.c:30154405#, c-format4406msgid "could not write '%s'"4407msgstr ""44084409#: sequencer.c:31274410#, c-format4411msgid "could not even attempt to merge '%.*s'"4412msgstr ""44134414#: sequencer.c:31434415msgid "merge: Unable to write new index file"4416msgstr ""44174418#: sequencer.c:32114419#, c-format4420msgid "Applied autostash.\n"4421msgstr ""44224423#: sequencer.c:32234424#, c-format4425msgid "cannot store %s"4426msgstr ""44274428#: sequencer.c:3226 git-rebase.sh:1884429#, c-format4430msgid ""4431"Applying autostash resulted in conflicts.\n"4432"Your changes are safe in the stash.\n"4433"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"4434msgstr ""44354436#: sequencer.c:32574437#, c-format4438msgid ""4439"Could not execute the todo command\n"4440"\n"4441" %.*s\n"4442"It has been rescheduled; To edit the command before continuing, please\n"4443"edit the todo list first:\n"4444"\n"4445" git rebase --edit-todo\n"4446" git rebase --continue\n"4447msgstr ""44484449#: sequencer.c:33254450#, c-format4451msgid "Stopped at %s... %.*s\n"4452msgstr ""44534454#: sequencer.c:34044455#, c-format4456msgid "unknown command %d"4457msgstr ""44584459#: sequencer.c:34494460msgid "could not read orig-head"4461msgstr ""44624463#: sequencer.c:3454 sequencer.c:45174464msgid "could not read 'onto'"4465msgstr ""44664467#: sequencer.c:34684468#, c-format4469msgid "could not update HEAD to %s"4470msgstr ""44714472#: sequencer.c:35544473msgid "cannot rebase: You have unstaged changes."4474msgstr ""44754476#: sequencer.c:35634477msgid "cannot amend non-existing commit"4478msgstr ""44794480#: sequencer.c:35654481#, c-format4482msgid "invalid file: '%s'"4483msgstr ""44844485#: sequencer.c:35674486#, c-format4487msgid "invalid contents: '%s'"4488msgstr ""44894490#: sequencer.c:35704491msgid ""4492"\n"4493"You have uncommitted changes in your working tree. Please, commit them\n"4494"first and then run 'git rebase --continue' again."4495msgstr ""44964497#: sequencer.c:3595 sequencer.c:36334498#, c-format4499msgid "could not write file: '%s'"4500msgstr ""45014502#: sequencer.c:36484503msgid "could not remove CHERRY_PICK_HEAD"4504msgstr ""45054506#: sequencer.c:36554507msgid "could not commit staged changes."4508msgstr ""45094510#: sequencer.c:37524511#, c-format4512msgid "%s: can't cherry-pick a %s"4513msgstr ""45144515#: sequencer.c:37564516#, c-format4517msgid "%s: bad revision"4518msgstr ""45194520#: sequencer.c:37914521msgid "can't revert as initial commit"4522msgstr ""45234524#: sequencer.c:42384525msgid "make_script: unhandled options"4526msgstr ""45274528#: sequencer.c:42414529msgid "make_script: error preparing revisions"4530msgstr ""45314532#: sequencer.c:4281 sequencer.c:43374533#, c-format4534msgid "unusable todo list: '%s'"4535msgstr ""45364537#: sequencer.c:43964538#, c-format4539msgid ""4540"unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."4541msgstr ""45424543#: sequencer.c:44664544#, c-format4545msgid ""4546"Warning: some commits may have been dropped accidentally.\n"4547"Dropped commits (newer to older):\n"4548msgstr ""45494550#: sequencer.c:44734551#, c-format4552msgid ""4553"To avoid this message, use \"drop\" to explicitly remove a commit.\n"4554"\n"4555"Use 'git config rebase.missingCommitsCheck' to change the level of "4556"warnings.\n"4557"The possible behaviours are: ignore, warn, error.\n"4558"\n"4559msgstr ""45604561#: sequencer.c:44864562#, c-format4563msgid ""4564"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"4565"continue'.\n"4566"Or you can abort the rebase with 'git rebase --abort'.\n"4567msgstr ""45684569#: sequencer.c:46604570msgid "the script was already rearranged."4571msgstr ""45724573#: setup.c:1234574#, c-format4575msgid "'%s' is outside repository"4576msgstr ""45774578#: setup.c:1724579#, c-format4580msgid ""4581"%s: no such path in the working tree.\n"4582"Use 'git <command> -- <path>...' to specify paths that do not exist locally."4583msgstr ""45844585#: setup.c:1854586#, c-format4587msgid ""4588"ambiguous argument '%s': unknown revision or path not in the working tree.\n"4589"Use '--' to separate paths from revisions, like this:\n"4590"'git <command> [<revision>...] -- [<file>...]'"4591msgstr ""45924593#: setup.c:2344594#, c-format4595msgid "option '%s' must come before non-option arguments"4596msgstr ""45974598#: setup.c:2534599#, c-format4600msgid ""4601"ambiguous argument '%s': both revision and filename\n"4602"Use '--' to separate paths from revisions, like this:\n"4603"'git <command> [<revision>...] -- [<file>...]'"4604msgstr ""46054606#: setup.c:3894607msgid "unable to set up work tree using invalid config"4608msgstr ""46094610#: setup.c:3934611msgid "this operation must be run in a work tree"4612msgstr ""46134614#: setup.c:5034615#, c-format4616msgid "Expected git repo version <= %d, found %d"4617msgstr ""46184619#: setup.c:5114620msgid "unknown repository extensions found:"4621msgstr ""46224623#: setup.c:5304624#, c-format4625msgid "error opening '%s'"4626msgstr ""46274628#: setup.c:5324629#, c-format4630msgid "too large to be a .git file: '%s'"4631msgstr ""46324633#: setup.c:5344634#, c-format4635msgid "error reading %s"4636msgstr ""46374638#: setup.c:5364639#, c-format4640msgid "invalid gitfile format: %s"4641msgstr ""46424643#: setup.c:5384644#, c-format4645msgid "no path in gitfile: %s"4646msgstr ""46474648#: setup.c:5404649#, c-format4650msgid "not a git repository: %s"4651msgstr ""46524653#: setup.c:6394654#, c-format4655msgid "'$%s' too big"4656msgstr ""46574658#: setup.c:6534659#, c-format4660msgid "not a git repository: '%s'"4661msgstr ""46624663#: setup.c:682 setup.c:684 setup.c:7154664#, c-format4665msgid "cannot chdir to '%s'"4666msgstr ""46674668#: setup.c:687 setup.c:743 setup.c:753 setup.c:792 setup.c:800 setup.c:8154669msgid "cannot come back to cwd"4670msgstr ""46714672#: setup.c:8134673#, c-format4674msgid "not a git repository (or any of the parent directories): %s"4675msgstr ""46764677#: setup.c:8244678#, c-format4679msgid "failed to stat '%*s%s%s'"4680msgstr ""46814682#: setup.c:10544683msgid "Unable to read current working directory"4684msgstr ""46854686#: setup.c:1066 setup.c:10724687#, c-format4688msgid "cannot change to '%s'"4689msgstr ""46904691#: setup.c:10854692#, c-format4693msgid ""4694"not a git repository (or any parent up to mount point %s)\n"4695"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."4696msgstr ""46974698#: setup.c:11684699#, c-format4700msgid ""4701"problem with core.sharedRepository filemode value (0%.3o).\n"4702"The owner of files must always have read and write permissions."4703msgstr ""47044705#: setup.c:12114706msgid "open /dev/null or dup failed"4707msgstr ""47084709#: setup.c:12264710msgid "fork failed"4711msgstr ""47124713#: setup.c:12314714msgid "setsid failed"4715msgstr ""47164717#: sha1-file.c:3814718#, c-format4719msgid "object directory %s does not exist; check .git/objects/info/alternates"4720msgstr ""47214722#: sha1-file.c:4324723#, c-format4724msgid "unable to normalize alternate object path: %s"4725msgstr ""47264727#: sha1-file.c:5034728#, c-format4729msgid "%s: ignoring alternate object stores, nesting too deep"4730msgstr ""47314732#: sha1-file.c:5104733#, c-format4734msgid "unable to normalize object directory: %s"4735msgstr ""47364737#: sha1-file.c:5654738msgid "unable to fdopen alternates lockfile"4739msgstr ""47404741#: sha1-file.c:5834742msgid "unable to read alternates file"4743msgstr ""47444745#: sha1-file.c:5904746msgid "unable to move new alternates file into place"4747msgstr ""47484749#: sha1-file.c:6254750#, c-format4751msgid "path '%s' does not exist"4752msgstr ""47534754#: sha1-file.c:6514755#, c-format4756msgid "reference repository '%s' as a linked checkout is not supported yet."4757msgstr ""47584759#: sha1-file.c:6574760#, c-format4761msgid "reference repository '%s' is not a local repository."4762msgstr ""47634764#: sha1-file.c:6634765#, c-format4766msgid "reference repository '%s' is shallow"4767msgstr ""47684769#: sha1-file.c:6714770#, c-format4771msgid "reference repository '%s' is grafted"4772msgstr ""47734774#: sha1-file.c:7814775#, c-format4776msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"4777msgstr ""47784779#: sha1-file.c:8064780msgid "mmap failed"4781msgstr ""47824783#: sha1-file.c:9734784#, c-format4785msgid "object file %s is empty"4786msgstr ""47874788#: sha1-file.c:1093 sha1-file.c:22064789#, c-format4790msgid "corrupt loose object '%s'"4791msgstr ""47924793#: sha1-file.c:1095 sha1-file.c:22104794#, c-format4795msgid "garbage at end of loose object '%s'"4796msgstr ""47974798#: sha1-file.c:11374799msgid "invalid object type"4800msgstr ""48014802#: sha1-file.c:12194803#, c-format4804msgid "unable to unpack %s header with --allow-unknown-type"4805msgstr ""48064807#: sha1-file.c:12224808#, c-format4809msgid "unable to unpack %s header"4810msgstr ""48114812#: sha1-file.c:12284813#, c-format4814msgid "unable to parse %s header with --allow-unknown-type"4815msgstr ""48164817#: sha1-file.c:12314818#, c-format4819msgid "unable to parse %s header"4820msgstr ""48214822#: sha1-file.c:14224823#, c-format4824msgid "failed to read object %s"4825msgstr ""48264827#: sha1-file.c:14264828#, c-format4829msgid "replacement %s not found for %s"4830msgstr ""48314832#: sha1-file.c:14304833#, c-format4834msgid "loose object %s (stored in %s) is corrupt"4835msgstr ""48364837#: sha1-file.c:14344838#, c-format4839msgid "packed object %s (stored in %s) is corrupt"4840msgstr ""48414842#: sha1-file.c:15364843#, c-format4844msgid "unable to write sha1 filename %s"4845msgstr ""48464847#: sha1-file.c:15434848#, c-format4849msgid "unable to set permission to '%s'"4850msgstr ""48514852#: sha1-file.c:15504853msgid "file write error"4854msgstr ""48554856#: sha1-file.c:15694857msgid "error when closing sha1 file"4858msgstr ""48594860#: sha1-file.c:16354861#, c-format4862msgid "insufficient permission for adding an object to repository database %s"4863msgstr ""48644865#: sha1-file.c:16374866msgid "unable to create temporary file"4867msgstr ""48684869#: sha1-file.c:16614870msgid "unable to write sha1 file"4871msgstr ""48724873#: sha1-file.c:16674874#, c-format4875msgid "unable to deflate new object %s (%d)"4876msgstr ""48774878#: sha1-file.c:16714879#, c-format4880msgid "deflateEnd on object %s failed (%d)"4881msgstr ""48824883#: sha1-file.c:16754884#, c-format4885msgid "confused by unstable object source data for %s"4886msgstr ""48874888#: sha1-file.c:1685 builtin/pack-objects.c:8994889#, c-format4890msgid "failed utime() on %s"4891msgstr ""48924893#: sha1-file.c:17604894#, c-format4895msgid "cannot read sha1_file for %s"4896msgstr ""48974898#: sha1-file.c:18054899msgid "corrupt commit"4900msgstr ""49014902#: sha1-file.c:18134903msgid "corrupt tag"4904msgstr ""49054906#: sha1-file.c:19064907#, c-format4908msgid "read error while indexing %s"4909msgstr ""49104911#: sha1-file.c:19094912#, c-format4913msgid "short read while indexing %s"4914msgstr ""49154916#: sha1-file.c:1980 sha1-file.c:19894917#, c-format4918msgid "%s: failed to insert into database"4919msgstr ""49204921#: sha1-file.c:19954922#, c-format4923msgid "%s: unsupported file type"4924msgstr ""49254926#: sha1-file.c:20194927#, c-format4928msgid "%s is not a valid object"4929msgstr ""49304931#: sha1-file.c:20214932#, c-format4933msgid "%s is not a valid '%s' object"4934msgstr ""49354936#: sha1-file.c:2048 builtin/index-pack.c:1584937#, c-format4938msgid "unable to open %s"4939msgstr ""49404941#: sha1-file.c:2217 sha1-file.c:22694942#, c-format4943msgid "sha1 mismatch for %s (expected %s)"4944msgstr ""49454946#: sha1-file.c:22414947#, c-format4948msgid "unable to mmap %s"4949msgstr ""49504951#: sha1-file.c:22464952#, c-format4953msgid "unable to unpack header of %s"4954msgstr ""49554956#: sha1-file.c:22524957#, c-format4958msgid "unable to parse header of %s"4959msgstr ""49604961#: sha1-file.c:22634962#, c-format4963msgid "unable to unpack contents of %s"4964msgstr ""49654966#: sha1-name.c:4444967#, c-format4968msgid "short SHA1 %s is ambiguous"4969msgstr ""49704971#: sha1-name.c:4554972msgid "The candidates are:"4973msgstr ""49744975#: sha1-name.c:6994976msgid ""4977"Git normally never creates a ref that ends with 40 hex characters\n"4978"because it will be ignored when you just specify 40-hex. These refs\n"4979"may be created by mistake. For example,\n"4980"\n"4981" git checkout -b $br $(git rev-parse ...)\n"4982"\n"4983"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"4984"examine these refs and maybe delete them. Turn this message off by\n"4985"running \"git config advice.objectNameWarning false\""4986msgstr ""49874988#: submodule.c:97 submodule.c:1314989msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"4990msgstr ""49914992#: submodule.c:101 submodule.c:1354993#, c-format4994msgid "Could not find section in .gitmodules where path=%s"4995msgstr ""49964997#: submodule.c:1094998#, c-format4999msgid "Could not update .gitmodules entry %s"5000msgstr ""50015002#: submodule.c:1425003#, c-format5004msgid "Could not remove .gitmodules entry for %s"5005msgstr ""50065007#: submodule.c:1535008msgid "staging updated .gitmodules failed"5009msgstr ""50105011#: submodule.c:3155012#, c-format5013msgid "in unpopulated submodule '%s'"5014msgstr ""50155016#: submodule.c:3465017#, c-format5018msgid "Pathspec '%s' is in submodule '%.*s'"5019msgstr ""50205021#: submodule.c:8395022#, c-format5023msgid "submodule entry '%s' (%s) is a %s, not a commit"5024msgstr ""50255026#: submodule.c:1071 builtin/branch.c:670 builtin/submodule--helper.c:18885027msgid "Failed to resolve HEAD as a valid ref."5028msgstr ""50295030#: submodule.c:13775031#, c-format5032msgid "'%s' not recognized as a git repository"5033msgstr ""50345035#: submodule.c:15155036#, c-format5037msgid "could not start 'git status' in submodule '%s'"5038msgstr ""50395040#: submodule.c:15285041#, c-format5042msgid "could not run 'git status' in submodule '%s'"5043msgstr ""50445045#: submodule.c:15435046#, c-format5047msgid "Could not unset core.worktree setting in submodule '%s'"5048msgstr ""50495050#: submodule.c:16335051#, c-format5052msgid "submodule '%s' has dirty index"5053msgstr ""50545055#: submodule.c:16855056#, c-format5057msgid "Submodule '%s' could not be updated."5058msgstr ""50595060#: submodule.c:17345061#, c-format5062msgid ""5063"relocate_gitdir for submodule '%s' with more than one worktree not supported"5064msgstr ""50655066#: submodule.c:1746 submodule.c:18025067#, c-format5068msgid "could not lookup name for submodule '%s'"5069msgstr ""50705071#: submodule.c:1750 builtin/submodule--helper.c:14065072#: builtin/submodule--helper.c:14165073#, c-format5074msgid "could not create directory '%s'"5075msgstr ""50765077#: submodule.c:17535078#, c-format5079msgid ""5080"Migrating git directory of '%s%s' from\n"5081"'%s' to\n"5082"'%s'\n"5083msgstr ""50845085#: submodule.c:18375086#, c-format5087msgid "could not recurse into submodule '%s'"5088msgstr ""50895090#: submodule.c:18815091msgid "could not start ls-files in .."5092msgstr ""50935094#: submodule.c:19205095#, c-format5096msgid "ls-tree returned unexpected return code %d"5097msgstr ""50985099#: submodule-config.c:2315100#, c-format5101msgid "ignoring suspicious submodule name: %s"5102msgstr ""51035104#: submodule-config.c:2955105msgid "negative values not allowed for submodule.fetchjobs"5106msgstr ""51075108#: submodule-config.c:4685109#, c-format5110msgid "invalid value for %s"5111msgstr ""51125113#: trailer.c:2385114#, c-format5115msgid "running trailer command '%s' failed"5116msgstr ""51175118#: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:5535119#: trailer.c:5575120#, c-format5121msgid "unknown value '%s' for key '%s'"5122msgstr ""51235124#: trailer.c:539 trailer.c:544 builtin/remote.c:2945125#, c-format5126msgid "more than one %s"5127msgstr ""51285129#: trailer.c:7305130#, c-format5131msgid "empty trailer token in trailer '%.*s'"5132msgstr ""51335134#: trailer.c:7505135#, c-format5136msgid "could not read input file '%s'"5137msgstr ""51385139#: trailer.c:7535140msgid "could not read from stdin"5141msgstr ""51425143#: trailer.c:1008 builtin/am.c:475144#, c-format5145msgid "could not stat %s"5146msgstr ""51475148#: trailer.c:10105149#, c-format5150msgid "file %s is not a regular file"5151msgstr ""51525153#: trailer.c:10125154#, c-format5155msgid "file %s is not writable by user"5156msgstr ""51575158#: trailer.c:10245159msgid "could not open temporary file"5160msgstr ""51615162#: trailer.c:10645163#, c-format5164msgid "could not rename temporary file to %s"5165msgstr ""51665167#: transport.c:1165168#, c-format5169msgid "Would set upstream of '%s' to '%s' of '%s'\n"5170msgstr ""51715172#: transport.c:1425173#, c-format5174msgid "could not read bundle '%s'"5175msgstr ""51765177#: transport.c:2085178#, c-format5179msgid "transport: invalid depth option '%s'"5180msgstr ""51815182#: transport.c:5865183msgid "could not parse transport.color.* config"5184msgstr ""51855186#: transport.c:6595187msgid "support for protocol v2 not implemented yet"5188msgstr ""51895190#: transport.c:7855191#, c-format5192msgid "unknown value for config '%s': %s"5193msgstr ""51945195#: transport.c:8515196#, c-format5197msgid "transport '%s' not allowed"5198msgstr ""51995200#: transport.c:9035201msgid "git-over-rsync is no longer supported"5202msgstr ""52035204#: transport.c:9985205#, c-format5206msgid ""5207"The following submodule paths contain changes that can\n"5208"not be found on any remote:\n"5209msgstr ""52105211#: transport.c:10025212#, c-format5213msgid ""5214"\n"5215"Please try\n"5216"\n"5217"\tgit push --recurse-submodules=on-demand\n"5218"\n"5219"or cd to the path and use\n"5220"\n"5221"\tgit push\n"5222"\n"5223"to push them to a remote.\n"5224"\n"5225msgstr ""52265227#: transport.c:10105228msgid "Aborting."5229msgstr ""52305231#: transport.c:11485232msgid "failed to push all needed submodules"5233msgstr ""52345235#: transport.c:1270 transport-helper.c:6435236msgid "operation not supported by protocol"5237msgstr ""52385239#: transport.c:13525240#, c-format5241msgid "invalid line while parsing alternate refs: %s"5242msgstr ""52435244#: transport-helper.c:51 transport-helper.c:805245msgid "full write to remote helper failed"5246msgstr ""52475248#: transport-helper.c:1325249#, c-format5250msgid "unable to find remote helper for '%s'"5251msgstr ""52525253#: transport-helper.c:148 transport-helper.c:5575254msgid "can't dup helper output fd"5255msgstr ""52565257#: transport-helper.c:1995258#, c-format5259msgid ""5260"unknown mandatory capability %s; this remote helper probably needs newer "5261"version of Git"5262msgstr ""52635264#: transport-helper.c:2055265msgid "this remote helper should implement refspec capability"5266msgstr ""52675268#: transport-helper.c:272 transport-helper.c:4125269#, c-format5270msgid "%s unexpectedly said: '%s'"5271msgstr ""52725273#: transport-helper.c:4015274#, c-format5275msgid "%s also locked %s"5276msgstr ""52775278#: transport-helper.c:4795279msgid "couldn't run fast-import"5280msgstr ""52815282#: transport-helper.c:5025283msgid "error while running fast-import"5284msgstr ""52855286#: transport-helper.c:531 transport-helper.c:10915287#, c-format5288msgid "could not read ref %s"5289msgstr ""52905291#: transport-helper.c:5765292#, c-format5293msgid "unknown response to connect: %s"5294msgstr ""52955296#: transport-helper.c:5985297msgid "setting remote service path not supported by protocol"5298msgstr ""52995300#: transport-helper.c:6005301msgid "invalid remote service path"5302msgstr ""53035304#: transport-helper.c:6465305#, c-format5306msgid "can't connect to subservice %s"5307msgstr ""53085309#: transport-helper.c:7135310#, c-format5311msgid "expected ok/error, helper said '%s'"5312msgstr ""53135314#: transport-helper.c:7665315#, c-format5316msgid "helper reported unexpected status of %s"5317msgstr ""53185319#: transport-helper.c:8275320#, c-format5321msgid "helper %s does not support dry-run"5322msgstr ""53235324#: transport-helper.c:8305325#, c-format5326msgid "helper %s does not support --signed"5327msgstr ""53285329#: transport-helper.c:8335330#, c-format5331msgid "helper %s does not support --signed=if-asked"5332msgstr ""53335334#: transport-helper.c:8405335#, c-format5336msgid "helper %s does not support 'push-option'"5337msgstr ""53385339#: transport-helper.c:9325340msgid "remote-helper doesn't support push; refspec needed"5341msgstr ""53425343#: transport-helper.c:9375344#, c-format5345msgid "helper %s does not support 'force'"5346msgstr ""53475348#: transport-helper.c:9845349msgid "couldn't run fast-export"5350msgstr ""53515352#: transport-helper.c:9895353msgid "error while running fast-export"5354msgstr ""53555356#: transport-helper.c:10145357#, c-format5358msgid ""5359"No refs in common and none specified; doing nothing.\n"5360"Perhaps you should specify a branch such as 'master'.\n"5361msgstr ""53625363#: transport-helper.c:10775364#, c-format5365msgid "malformed response in ref list: %s"5366msgstr ""53675368#: transport-helper.c:12305369#, c-format5370msgid "read(%s) failed"5371msgstr ""53725373#: transport-helper.c:12575374#, c-format5375msgid "write(%s) failed"5376msgstr ""53775378#: transport-helper.c:13065379#, c-format5380msgid "%s thread failed"5381msgstr ""53825383#: transport-helper.c:13105384#, c-format5385msgid "%s thread failed to join: %s"5386msgstr ""53875388#: transport-helper.c:1329 transport-helper.c:13335389#, c-format5390msgid "can't start thread for copying data: %s"5391msgstr ""53925393#: transport-helper.c:13705394#, c-format5395msgid "%s process failed to wait"5396msgstr ""53975398#: transport-helper.c:13745399#, c-format5400msgid "%s process failed"5401msgstr ""54025403#: transport-helper.c:1392 transport-helper.c:14015404msgid "can't start thread for copying data"5405msgstr ""54065407#: tree-walk.c:335408msgid "too-short tree object"5409msgstr ""54105411#: tree-walk.c:395412msgid "malformed mode in tree entry"5413msgstr ""54145415#: tree-walk.c:435416msgid "empty filename in tree entry"5417msgstr ""54185419#: tree-walk.c:1155420msgid "too-short tree file"5421msgstr ""54225423#: unpack-trees.c:1125424#, c-format5425msgid ""5426"Your local changes to the following files would be overwritten by checkout:\n"5427"%%sPlease commit your changes or stash them before you switch branches."5428msgstr ""54295430#: unpack-trees.c:1145431#, c-format5432msgid ""5433"Your local changes to the following files would be overwritten by checkout:\n"5434"%%s"5435msgstr ""54365437#: unpack-trees.c:1175438#, c-format5439msgid ""5440"Your local changes to the following files would be overwritten by merge:\n"5441"%%sPlease commit your changes or stash them before you merge."5442msgstr ""54435444#: unpack-trees.c:1195445#, c-format5446msgid ""5447"Your local changes to the following files would be overwritten by merge:\n"5448"%%s"5449msgstr ""54505451#: unpack-trees.c:1225452#, c-format5453msgid ""5454"Your local changes to the following files would be overwritten by %s:\n"5455"%%sPlease commit your changes or stash them before you %s."5456msgstr ""54575458#: unpack-trees.c:1245459#, c-format5460msgid ""5461"Your local changes to the following files would be overwritten by %s:\n"5462"%%s"5463msgstr ""54645465#: unpack-trees.c:1295466#, c-format5467msgid ""5468"Updating the following directories would lose untracked files in them:\n"5469"%s"5470msgstr ""54715472#: unpack-trees.c:1335473#, c-format5474msgid ""5475"The following untracked working tree files would be removed by checkout:\n"5476"%%sPlease move or remove them before you switch branches."5477msgstr ""54785479#: unpack-trees.c:1355480#, c-format5481msgid ""5482"The following untracked working tree files would be removed by checkout:\n"5483"%%s"5484msgstr ""54855486#: unpack-trees.c:1385487#, c-format5488msgid ""5489"The following untracked working tree files would be removed by merge:\n"5490"%%sPlease move or remove them before you merge."5491msgstr ""54925493#: unpack-trees.c:1405494#, c-format5495msgid ""5496"The following untracked working tree files would be removed by merge:\n"5497"%%s"5498msgstr ""54995500#: unpack-trees.c:1435501#, c-format5502msgid ""5503"The following untracked working tree files would be removed by %s:\n"5504"%%sPlease move or remove them before you %s."5505msgstr ""55065507#: unpack-trees.c:1455508#, c-format5509msgid ""5510"The following untracked working tree files would be removed by %s:\n"5511"%%s"5512msgstr ""55135514#: unpack-trees.c:1515515#, c-format5516msgid ""5517"The following untracked working tree files would be overwritten by "5518"checkout:\n"5519"%%sPlease move or remove them before you switch branches."5520msgstr ""55215522#: unpack-trees.c:1535523#, c-format5524msgid ""5525"The following untracked working tree files would be overwritten by "5526"checkout:\n"5527"%%s"5528msgstr ""55295530#: unpack-trees.c:1565531#, c-format5532msgid ""5533"The following untracked working tree files would be overwritten by merge:\n"5534"%%sPlease move or remove them before you merge."5535msgstr ""55365537#: unpack-trees.c:1585538#, c-format5539msgid ""5540"The following untracked working tree files would be overwritten by merge:\n"5541"%%s"5542msgstr ""55435544#: unpack-trees.c:1615545#, c-format5546msgid ""5547"The following untracked working tree files would be overwritten by %s:\n"5548"%%sPlease move or remove them before you %s."5549msgstr ""55505551#: unpack-trees.c:1635552#, c-format5553msgid ""5554"The following untracked working tree files would be overwritten by %s:\n"5555"%%s"5556msgstr ""55575558#: unpack-trees.c:1715559#, c-format5560msgid "Entry '%s' overlaps with '%s'. Cannot bind."5561msgstr ""55625563#: unpack-trees.c:1745564#, c-format5565msgid ""5566"Cannot update sparse checkout: the following entries are not up to date:\n"5567"%s"5568msgstr ""55695570#: unpack-trees.c:1765571#, c-format5572msgid ""5573"The following working tree files would be overwritten by sparse checkout "5574"update:\n"5575"%s"5576msgstr ""55775578#: unpack-trees.c:1785579#, c-format5580msgid ""5581"The following working tree files would be removed by sparse checkout "5582"update:\n"5583"%s"5584msgstr ""55855586#: unpack-trees.c:1805587#, c-format5588msgid ""5589"Cannot update submodule:\n"5590"%s"5591msgstr ""55925593#: unpack-trees.c:2545594#, c-format5595msgid "Aborting\n"5596msgstr ""55975598#: unpack-trees.c:3365599msgid "Checking out files"5600msgstr ""56015602#: urlmatch.c:1635603msgid "invalid URL scheme name or missing '://' suffix"5604msgstr ""56055606#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:4055607#, c-format5608msgid "invalid %XX escape sequence"5609msgstr ""56105611#: urlmatch.c:2155612msgid "missing host and scheme is not 'file:'"5613msgstr ""56145615#: urlmatch.c:2325616msgid "a 'file:' URL may not have a port number"5617msgstr ""56185619#: urlmatch.c:2475620msgid "invalid characters in host name"5621msgstr ""56225623#: urlmatch.c:292 urlmatch.c:3035624msgid "invalid port number"5625msgstr ""56265627#: urlmatch.c:3715628msgid "invalid '..' path segment"5629msgstr ""56305631#: worktree.c:245 builtin/am.c:21475632#, c-format5633msgid "failed to read '%s'"5634msgstr ""56355636#: worktree.c:2915637#, c-format5638msgid "'%s' at main working tree is not the repository directory"5639msgstr ""56405641#: worktree.c:3025642#, c-format5643msgid "'%s' file does not contain absolute path to the working tree location"5644msgstr ""56455646#: worktree.c:3145647#, c-format5648msgid "'%s' does not exist"5649msgstr ""56505651#: worktree.c:3205652#, c-format5653msgid "'%s' is not a .git file, error code %d"5654msgstr ""56555656#: worktree.c:3285657#, c-format5658msgid "'%s' does not point back to '%s'"5659msgstr ""56605661#: wrapper.c:223 wrapper.c:3935662#, c-format5663msgid "could not open '%s' for reading and writing"5664msgstr ""56655666#: wrapper.c:227 wrapper.c:397 builtin/am.c:321 builtin/am.c:7715667#: builtin/am.c:863 builtin/merge.c:10785668#, c-format5669msgid "could not open '%s' for reading"5670msgstr ""56715672#: wrapper.c:424 wrapper.c:6245673#, c-format5674msgid "unable to access '%s'"5675msgstr ""56765677#: wrapper.c:6325678msgid "unable to get current working directory"5679msgstr ""56805681#: wt-status.c:1545682msgid "Unmerged paths:"5683msgstr ""56845685#: wt-status.c:181 wt-status.c:2085686#, c-format5687msgid " (use \"git reset %s <file>...\" to unstage)"5688msgstr ""56895690#: wt-status.c:183 wt-status.c:2105691msgid " (use \"git rm --cached <file>...\" to unstage)"5692msgstr ""56935694#: wt-status.c:1875695msgid " (use \"git add <file>...\" to mark resolution)"5696msgstr ""56975698#: wt-status.c:189 wt-status.c:1935699msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"5700msgstr ""57015702#: wt-status.c:1915703msgid " (use \"git rm <file>...\" to mark resolution)"5704msgstr ""57055706#: wt-status.c:202 wt-status.c:10155707msgid "Changes to be committed:"5708msgstr ""57095710#: wt-status.c:220 wt-status.c:10245711msgid "Changes not staged for commit:"5712msgstr ""57135714#: wt-status.c:2245715msgid " (use \"git add <file>...\" to update what will be committed)"5716msgstr ""57175718#: wt-status.c:2265719msgid " (use \"git add/rm <file>...\" to update what will be committed)"5720msgstr ""57215722#: wt-status.c:2275723msgid ""5724" (use \"git checkout -- <file>...\" to discard changes in working directory)"5725msgstr ""57265727#: wt-status.c:2295728msgid " (commit or discard the untracked or modified content in submodules)"5729msgstr ""57305731#: wt-status.c:2415732#, c-format5733msgid " (use \"git %s <file>...\" to include in what will be committed)"5734msgstr ""57355736#: wt-status.c:2565737msgid "both deleted:"5738msgstr ""57395740#: wt-status.c:2585741msgid "added by us:"5742msgstr ""57435744#: wt-status.c:2605745msgid "deleted by them:"5746msgstr ""57475748#: wt-status.c:2625749msgid "added by them:"5750msgstr ""57515752#: wt-status.c:2645753msgid "deleted by us:"5754msgstr ""57555756#: wt-status.c:2665757msgid "both added:"5758msgstr ""57595760#: wt-status.c:2685761msgid "both modified:"5762msgstr ""57635764#: wt-status.c:2785765msgid "new file:"5766msgstr ""57675768#: wt-status.c:2805769msgid "copied:"5770msgstr ""57715772#: wt-status.c:2825773msgid "deleted:"5774msgstr ""57755776#: wt-status.c:2845777msgid "modified:"5778msgstr ""57795780#: wt-status.c:2865781msgid "renamed:"5782msgstr ""57835784#: wt-status.c:2885785msgid "typechange:"5786msgstr ""57875788#: wt-status.c:2905789msgid "unknown:"5790msgstr ""57915792#: wt-status.c:2925793msgid "unmerged:"5794msgstr ""57955796#: wt-status.c:3725797msgid "new commits, "5798msgstr ""57995800#: wt-status.c:3745801msgid "modified content, "5802msgstr ""58035804#: wt-status.c:3765805msgid "untracked content, "5806msgstr ""58075808#: wt-status.c:8535809#, c-format5810msgid "Your stash currently has %d entry"5811msgid_plural "Your stash currently has %d entries"5812msgstr[0] ""5813msgstr[1] ""58145815#: wt-status.c:8855816msgid "Submodules changed but not updated:"5817msgstr ""58185819#: wt-status.c:8875820msgid "Submodule changes to be committed:"5821msgstr ""58225823#: wt-status.c:9695824msgid ""5825"Do not modify or remove the line above.\n"5826"Everything below it will be ignored."5827msgstr ""58285829#: wt-status.c:10845830msgid "You have unmerged paths."5831msgstr ""58325833#: wt-status.c:10875834msgid " (fix conflicts and run \"git commit\")"5835msgstr ""58365837#: wt-status.c:10895838msgid " (use \"git merge --abort\" to abort the merge)"5839msgstr ""58405841#: wt-status.c:10945842msgid "All conflicts fixed but you are still merging."5843msgstr ""58445845#: wt-status.c:10975846msgid " (use \"git commit\" to conclude merge)"5847msgstr ""58485849#: wt-status.c:11075850msgid "You are in the middle of an am session."5851msgstr ""58525853#: wt-status.c:11105854msgid "The current patch is empty."5855msgstr ""58565857#: wt-status.c:11145858msgid " (fix conflicts and then run \"git am --continue\")"5859msgstr ""58605861#: wt-status.c:11165862msgid " (use \"git am --skip\" to skip this patch)"5863msgstr ""58645865#: wt-status.c:11185866msgid " (use \"git am --abort\" to restore the original branch)"5867msgstr ""58685869#: wt-status.c:12505870msgid "git-rebase-todo is missing."5871msgstr ""58725873#: wt-status.c:12525874msgid "No commands done."5875msgstr ""58765877#: wt-status.c:12555878#, c-format5879msgid "Last command done (%d command done):"5880msgid_plural "Last commands done (%d commands done):"5881msgstr[0] ""5882msgstr[1] ""58835884#: wt-status.c:12665885#, c-format5886msgid " (see more in file %s)"5887msgstr ""58885889#: wt-status.c:12715890msgid "No commands remaining."5891msgstr ""58925893#: wt-status.c:12745894#, c-format5895msgid "Next command to do (%d remaining command):"5896msgid_plural "Next commands to do (%d remaining commands):"5897msgstr[0] ""5898msgstr[1] ""58995900#: wt-status.c:12825901msgid " (use \"git rebase --edit-todo\" to view and edit)"5902msgstr ""59035904#: wt-status.c:12955905#, c-format5906msgid "You are currently rebasing branch '%s' on '%s'."5907msgstr ""59085909#: wt-status.c:13005910msgid "You are currently rebasing."5911msgstr ""59125913#: wt-status.c:13145914msgid " (fix conflicts and then run \"git rebase --continue\")"5915msgstr ""59165917#: wt-status.c:13165918msgid " (use \"git rebase --skip\" to skip this patch)"5919msgstr ""59205921#: wt-status.c:13185922msgid " (use \"git rebase --abort\" to check out the original branch)"5923msgstr ""59245925#: wt-status.c:13245926msgid " (all conflicts fixed: run \"git rebase --continue\")"5927msgstr ""59285929#: wt-status.c:13285930#, c-format5931msgid ""5932"You are currently splitting a commit while rebasing branch '%s' on '%s'."5933msgstr ""59345935#: wt-status.c:13335936msgid "You are currently splitting a commit during a rebase."5937msgstr ""59385939#: wt-status.c:13365940msgid " (Once your working directory is clean, run \"git rebase --continue\")"5941msgstr ""59425943#: wt-status.c:13405944#, c-format5945msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."5946msgstr ""59475948#: wt-status.c:13455949msgid "You are currently editing a commit during a rebase."5950msgstr ""59515952#: wt-status.c:13485953msgid " (use \"git commit --amend\" to amend the current commit)"5954msgstr ""59555956#: wt-status.c:13505957msgid ""5958" (use \"git rebase --continue\" once you are satisfied with your changes)"5959msgstr ""59605961#: wt-status.c:13605962#, c-format5963msgid "You are currently cherry-picking commit %s."5964msgstr ""59655966#: wt-status.c:13655967msgid " (fix conflicts and run \"git cherry-pick --continue\")"5968msgstr ""59695970#: wt-status.c:13685971msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"5972msgstr ""59735974#: wt-status.c:13705975msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"5976msgstr ""59775978#: wt-status.c:13795979#, c-format5980msgid "You are currently reverting commit %s."5981msgstr ""59825983#: wt-status.c:13845984msgid " (fix conflicts and run \"git revert --continue\")"5985msgstr ""59865987#: wt-status.c:13875988msgid " (all conflicts fixed: run \"git revert --continue\")"5989msgstr ""59905991#: wt-status.c:13895992msgid " (use \"git revert --abort\" to cancel the revert operation)"5993msgstr ""59945995#: wt-status.c:14005996#, c-format5997msgid "You are currently bisecting, started from branch '%s'."5998msgstr ""59996000#: wt-status.c:14046001msgid "You are currently bisecting."6002msgstr ""60036004#: wt-status.c:14076005msgid " (use \"git bisect reset\" to get back to the original branch)"6006msgstr ""60076008#: wt-status.c:16046009msgid "On branch "6010msgstr ""60116012#: wt-status.c:16106013msgid "interactive rebase in progress; onto "6014msgstr ""60156016#: wt-status.c:16126017msgid "rebase in progress; onto "6018msgstr ""60196020#: wt-status.c:16176021msgid "HEAD detached at "6022msgstr ""60236024#: wt-status.c:16196025msgid "HEAD detached from "6026msgstr ""60276028#: wt-status.c:16226029msgid "Not currently on any branch."6030msgstr ""60316032#: wt-status.c:16426033msgid "Initial commit"6034msgstr ""60356036#: wt-status.c:16436037msgid "No commits yet"6038msgstr ""60396040#: wt-status.c:16576041msgid "Untracked files"6042msgstr ""60436044#: wt-status.c:16596045msgid "Ignored files"6046msgstr ""60476048#: wt-status.c:16636049#, c-format6050msgid ""6051"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"6052"may speed it up, but you have to be careful not to forget to add\n"6053"new files yourself (see 'git help status')."6054msgstr ""60556056#: wt-status.c:16696057#, c-format6058msgid "Untracked files not listed%s"6059msgstr ""60606061#: wt-status.c:16716062msgid " (use -u option to show untracked files)"6063msgstr ""60646065#: wt-status.c:16776066msgid "No changes"6067msgstr ""60686069#: wt-status.c:16826070#, c-format6071msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"6072msgstr ""60736074#: wt-status.c:16856075#, c-format6076msgid "no changes added to commit\n"6077msgstr ""60786079#: wt-status.c:16886080#, c-format6081msgid ""6082"nothing added to commit but untracked files present (use \"git add\" to "6083"track)\n"6084msgstr ""60856086#: wt-status.c:16916087#, c-format6088msgid "nothing added to commit but untracked files present\n"6089msgstr ""60906091#: wt-status.c:16946092#, c-format6093msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"6094msgstr ""60956096#: wt-status.c:1697 wt-status.c:17026097#, c-format6098msgid "nothing to commit\n"6099msgstr ""61006101#: wt-status.c:17006102#, c-format6103msgid "nothing to commit (use -u to show untracked files)\n"6104msgstr ""61056106#: wt-status.c:17046107#, c-format6108msgid "nothing to commit, working tree clean\n"6109msgstr ""61106111#: wt-status.c:18176112msgid "No commits yet on "6113msgstr ""61146115#: wt-status.c:18216116msgid "HEAD (no branch)"6117msgstr ""61186119#: wt-status.c:18526120msgid "different"6121msgstr ""61226123#: wt-status.c:1854 wt-status.c:18626124msgid "behind "6125msgstr ""61266127#: wt-status.c:1857 wt-status.c:18606128msgid "ahead "6129msgstr ""61306131#. TRANSLATORS: the action is e.g. "pull with rebase"6132#: wt-status.c:23766133#, c-format6134msgid "cannot %s: You have unstaged changes."6135msgstr ""61366137#: wt-status.c:23826138msgid "additionally, your index contains uncommitted changes."6139msgstr ""61406141#: wt-status.c:23846142#, c-format6143msgid "cannot %s: Your index contains uncommitted changes."6144msgstr ""61456146#: compat/precompose_utf8.c:58 builtin/clone.c:4436147#, c-format6148msgid "failed to unlink '%s'"6149msgstr ""61506151#: builtin/add.c:246152msgid "git add [<options>] [--] <pathspec>..."6153msgstr ""61546155#: builtin/add.c:836156#, c-format6157msgid "unexpected diff status %c"6158msgstr ""61596160#: builtin/add.c:88 builtin/commit.c:2796161msgid "updating files failed"6162msgstr ""61636164#: builtin/add.c:986165#, c-format6166msgid "remove '%s'\n"6167msgstr ""61686169#: builtin/add.c:1736170msgid "Unstaged changes after refreshing the index:"6171msgstr ""61726173#: builtin/add.c:233 builtin/rev-parse.c:8936174msgid "Could not read the index"6175msgstr ""61766177#: builtin/add.c:2446178#, c-format6179msgid "Could not open '%s' for writing."6180msgstr ""61816182#: builtin/add.c:2486183msgid "Could not write patch"6184msgstr ""61856186#: builtin/add.c:2516187msgid "editing patch failed"6188msgstr ""61896190#: builtin/add.c:2546191#, c-format6192msgid "Could not stat '%s'"6193msgstr ""61946195#: builtin/add.c:2566196msgid "Empty patch. Aborted."6197msgstr ""61986199#: builtin/add.c:2616200#, c-format6201msgid "Could not apply '%s'"6202msgstr ""62036204#: builtin/add.c:2696205msgid "The following paths are ignored by one of your .gitignore files:\n"6206msgstr ""62076208#: builtin/add.c:289 builtin/clean.c:906 builtin/fetch.c:134 builtin/mv.c:1236209#: builtin/prune-packed.c:56 builtin/pull.c:212 builtin/push.c:5576210#: builtin/remote.c:1344 builtin/rm.c:240 builtin/send-pack.c:1656211msgid "dry run"6212msgstr ""62136214#: builtin/add.c:2926215msgid "interactive picking"6216msgstr ""62176218#: builtin/add.c:293 builtin/checkout.c:1144 builtin/reset.c:3026219msgid "select hunks interactively"6220msgstr ""62216222#: builtin/add.c:2946223msgid "edit current diff and apply"6224msgstr ""62256226#: builtin/add.c:2956227msgid "allow adding otherwise ignored files"6228msgstr ""62296230#: builtin/add.c:2966231msgid "update tracked files"6232msgstr ""62336234#: builtin/add.c:2976235msgid "renormalize EOL of tracked files (implies -u)"6236msgstr ""62376238#: builtin/add.c:2986239msgid "record only the fact that the path will be added later"6240msgstr ""62416242#: builtin/add.c:2996243msgid "add changes from all tracked and untracked files"6244msgstr ""62456246#: builtin/add.c:3026247msgid "ignore paths removed in the working tree (same as --no-all)"6248msgstr ""62496250#: builtin/add.c:3046251msgid "don't add, only refresh the index"6252msgstr ""62536254#: builtin/add.c:3056255msgid "just skip files which cannot be added because of errors"6256msgstr ""62576258#: builtin/add.c:3066259msgid "check if - even missing - files are ignored in dry run"6260msgstr ""62616262#: builtin/add.c:308 builtin/update-index.c:9736263msgid "override the executable bit of the listed files"6264msgstr ""62656266#: builtin/add.c:3106267msgid "warn when adding an embedded repository"6268msgstr ""62696270#: builtin/add.c:3256271#, c-format6272msgid ""6273"You've added another git repository inside your current repository.\n"6274"Clones of the outer repository will not contain the contents of\n"6275"the embedded repository and will not know how to obtain it.\n"6276"If you meant to add a submodule, use:\n"6277"\n"6278"\tgit submodule add <url> %s\n"6279"\n"6280"If you added this path by mistake, you can remove it from the\n"6281"index with:\n"6282"\n"6283"\tgit rm --cached %s\n"6284"\n"6285"See \"git help submodule\" for more information."6286msgstr ""62876288#: builtin/add.c:3536289#, c-format6290msgid "adding embedded git repository: %s"6291msgstr ""62926293#: builtin/add.c:3716294#, c-format6295msgid "Use -f if you really want to add them.\n"6296msgstr ""62976298#: builtin/add.c:3796299msgid "adding files failed"6300msgstr ""63016302#: builtin/add.c:4176303msgid "-A and -u are mutually incompatible"6304msgstr ""63056306#: builtin/add.c:4246307msgid "Option --ignore-missing can only be used together with --dry-run"6308msgstr ""63096310#: builtin/add.c:4286311#, c-format6312msgid "--chmod param '%s' must be either -x or +x"6313msgstr ""63146315#: builtin/add.c:4436316#, c-format6317msgid "Nothing specified, nothing added.\n"6318msgstr ""63196320#: builtin/add.c:4446321#, c-format6322msgid "Maybe you wanted to say 'git add .'?\n"6323msgstr ""63246325#: builtin/add.c:449 builtin/check-ignore.c:177 builtin/checkout.c:2826326#: builtin/checkout.c:485 builtin/clean.c:953 builtin/commit.c:3386327#: builtin/diff-tree.c:115 builtin/grep.c:492 builtin/mv.c:1446328#: builtin/reset.c:241 builtin/rm.c:270 builtin/submodule--helper.c:3296329msgid "index file corrupt"6330msgstr ""63316332#: builtin/am.c:4156333msgid "could not parse author script"6334msgstr ""63356336#: builtin/am.c:4996337#, c-format6338msgid "'%s' was deleted by the applypatch-msg hook"6339msgstr ""63406341#: builtin/am.c:5406342#, c-format6343msgid "Malformed input line: '%s'."6344msgstr ""63456346#: builtin/am.c:5776347#, c-format6348msgid "Failed to copy notes from '%s' to '%s'"6349msgstr ""63506351#: builtin/am.c:6036352msgid "fseek failed"6353msgstr ""63546355#: builtin/am.c:7916356#, c-format6357msgid "could not parse patch '%s'"6358msgstr ""63596360#: builtin/am.c:8566361msgid "Only one StGIT patch series can be applied at once"6362msgstr ""63636364#: builtin/am.c:9046365msgid "invalid timestamp"6366msgstr ""63676368#: builtin/am.c:909 builtin/am.c:9216369msgid "invalid Date line"6370msgstr ""63716372#: builtin/am.c:9166373msgid "invalid timezone offset"6374msgstr ""63756376#: builtin/am.c:10096377msgid "Patch format detection failed."6378msgstr ""63796380#: builtin/am.c:1014 builtin/clone.c:4086381#, c-format6382msgid "failed to create directory '%s'"6383msgstr ""63846385#: builtin/am.c:10196386msgid "Failed to split patches."6387msgstr ""63886389#: builtin/am.c:1149 builtin/commit.c:3646390msgid "unable to write index file"6391msgstr ""63926393#: builtin/am.c:11636394#, c-format6395msgid "When you have resolved this problem, run \"%s --continue\"."6396msgstr ""63976398#: builtin/am.c:11646399#, c-format6400msgid "If you prefer to skip this patch, run \"%s --skip\" instead."6401msgstr ""64026403#: builtin/am.c:11656404#, c-format6405msgid "To restore the original branch and stop patching, run \"%s --abort\"."6406msgstr ""64076408#: builtin/am.c:12726409msgid "Patch is empty."6410msgstr ""64116412#: builtin/am.c:13386413#, c-format6414msgid "invalid ident line: %.*s"6415msgstr ""64166417#: builtin/am.c:13606418#, c-format6419msgid "unable to parse commit %s"6420msgstr ""64216422#: builtin/am.c:15566423msgid "Repository lacks necessary blobs to fall back on 3-way merge."6424msgstr ""64256426#: builtin/am.c:15586427msgid "Using index info to reconstruct a base tree..."6428msgstr ""64296430#: builtin/am.c:15776431msgid ""6432"Did you hand edit your patch?\n"6433"It does not apply to blobs recorded in its index."6434msgstr ""64356436#: builtin/am.c:15836437msgid "Falling back to patching base and 3-way merge..."6438msgstr ""64396440#: builtin/am.c:16086441msgid "Failed to merge in the changes."6442msgstr ""64436444#: builtin/am.c:16406445msgid "applying to an empty history"6446msgstr ""64476448#: builtin/am.c:1686 builtin/am.c:16906449#, c-format6450msgid "cannot resume: %s does not exist."6451msgstr ""64526453#: builtin/am.c:17066454msgid "cannot be interactive without stdin connected to a terminal."6455msgstr ""64566457#: builtin/am.c:17116458msgid "Commit Body is:"6459msgstr ""64606461#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]6462#. in your translation. The program will only accept English6463#. input at this point.6464#.6465#: builtin/am.c:17216466msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "6467msgstr ""64686469#: builtin/am.c:17716470#, c-format6471msgid "Dirty index: cannot apply patches (dirty: %s)"6472msgstr ""64736474#: builtin/am.c:1811 builtin/am.c:18796475#, c-format6476msgid "Applying: %.*s"6477msgstr ""64786479#: builtin/am.c:18286480msgid "No changes -- Patch already applied."6481msgstr ""64826483#: builtin/am.c:18346484#, c-format6485msgid "Patch failed at %s %.*s"6486msgstr ""64876488#: builtin/am.c:18386489msgid "Use 'git am --show-current-patch' to see the failed patch"6490msgstr ""64916492#: builtin/am.c:18826493msgid ""6494"No changes - did you forget to use 'git add'?\n"6495"If there is nothing left to stage, chances are that something else\n"6496"already introduced the same changes; you might want to skip this patch."6497msgstr ""64986499#: builtin/am.c:18896500msgid ""6501"You still have unmerged paths in your index.\n"6502"You should 'git add' each file with resolved conflicts to mark them as "6503"such.\n"6504"You might run `git rm` on a file to accept \"deleted by them\" for it."6505msgstr ""65066507#: builtin/am.c:1996 builtin/am.c:2000 builtin/am.c:2012 builtin/reset.c:3246508#: builtin/reset.c:3326509#, c-format6510msgid "Could not parse object '%s'."6511msgstr ""65126513#: builtin/am.c:20486514msgid "failed to clean index"6515msgstr ""65166517#: builtin/am.c:20836518msgid ""6519"You seem to have moved HEAD since the last 'am' failure.\n"6520"Not rewinding to ORIG_HEAD"6521msgstr ""65226523#: builtin/am.c:21746524#, c-format6525msgid "Invalid value for --patch-format: %s"6526msgstr ""65276528#: builtin/am.c:22106529msgid "git am [<options>] [(<mbox> | <Maildir>)...]"6530msgstr ""65316532#: builtin/am.c:22116533msgid "git am [<options>] (--continue | --skip | --abort)"6534msgstr ""65356536#: builtin/am.c:22176537msgid "run interactively"6538msgstr ""65396540#: builtin/am.c:22196541msgid "historical option -- no-op"6542msgstr ""65436544#: builtin/am.c:22216545msgid "allow fall back on 3way merging if needed"6546msgstr ""65476548#: builtin/am.c:2222 builtin/init-db.c:485 builtin/prune-packed.c:586549#: builtin/repack.c:2996550msgid "be quiet"6551msgstr ""65526553#: builtin/am.c:22246554msgid "add a Signed-off-by line to the commit message"6555msgstr ""65566557#: builtin/am.c:22276558msgid "recode into utf8 (default)"6559msgstr ""65606561#: builtin/am.c:22296562msgid "pass -k flag to git-mailinfo"6563msgstr ""65646565#: builtin/am.c:22316566msgid "pass -b flag to git-mailinfo"6567msgstr ""65686569#: builtin/am.c:22336570msgid "pass -m flag to git-mailinfo"6571msgstr ""65726573#: builtin/am.c:22356574msgid "pass --keep-cr flag to git-mailsplit for mbox format"6575msgstr ""65766577#: builtin/am.c:22386578msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"6579msgstr ""65806581#: builtin/am.c:22416582msgid "strip everything before a scissors line"6583msgstr ""65846585#: builtin/am.c:2243 builtin/am.c:2246 builtin/am.c:2249 builtin/am.c:22526586#: builtin/am.c:2255 builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:22646587#: builtin/am.c:22706588msgid "pass it through git-apply"6589msgstr ""65906591#: builtin/am.c:2260 builtin/commit.c:1332 builtin/fmt-merge-msg.c:6706592#: builtin/fmt-merge-msg.c:673 builtin/grep.c:857 builtin/merge.c:2376593#: builtin/pull.c:150 builtin/pull.c:208 builtin/repack.c:3086594#: builtin/repack.c:312 builtin/repack.c:314 builtin/show-branch.c:6506595#: builtin/show-ref.c:170 builtin/tag.c:384 parse-options.h:1446596#: parse-options.h:146 parse-options.h:2586597msgid "n"6598msgstr ""65996600#: builtin/am.c:2266 builtin/branch.c:651 builtin/for-each-ref.c:386601#: builtin/replace.c:543 builtin/tag.c:420 builtin/verify-tag.c:396602msgid "format"6603msgstr ""66046605#: builtin/am.c:22676606msgid "format the patch(es) are in"6607msgstr ""66086609#: builtin/am.c:22736610msgid "override error message when patch failure occurs"6611msgstr ""66126613#: builtin/am.c:22756614msgid "continue applying patches after resolving a conflict"6615msgstr ""66166617#: builtin/am.c:22786618msgid "synonyms for --continue"6619msgstr ""66206621#: builtin/am.c:22816622msgid "skip the current patch"6623msgstr ""66246625#: builtin/am.c:22846626msgid "restore the original branch and abort the patching operation."6627msgstr ""66286629#: builtin/am.c:22876630msgid "abort the patching operation but keep HEAD where it is."6631msgstr ""66326633#: builtin/am.c:22906634msgid "show the patch being applied."6635msgstr ""66366637#: builtin/am.c:22946638msgid "lie about committer date"6639msgstr ""66406641#: builtin/am.c:22966642msgid "use current timestamp for author date"6643msgstr ""66446645#: builtin/am.c:2298 builtin/commit.c:1468 builtin/merge.c:2716646#: builtin/pull.c:183 builtin/revert.c:113 builtin/tag.c:4006647msgid "key-id"6648msgstr ""66496650#: builtin/am.c:22996651msgid "GPG-sign commits"6652msgstr ""66536654#: builtin/am.c:23026655msgid "(internal use for git-rebase)"6656msgstr ""66576658#: builtin/am.c:23206659msgid ""6660"The -b/--binary option has been a no-op for long time, and\n"6661"it will be removed. Please do not use it anymore."6662msgstr ""66636664#: builtin/am.c:23276665msgid "failed to read the index"6666msgstr ""66676668#: builtin/am.c:23426669#, c-format6670msgid "previous rebase directory %s still exists but mbox given."6671msgstr ""66726673#: builtin/am.c:23666674#, c-format6675msgid ""6676"Stray %s directory found.\n"6677"Use \"git am --abort\" to remove it."6678msgstr ""66796680#: builtin/am.c:23726681msgid "Resolve operation not in progress, we are not resuming."6682msgstr ""66836684#: builtin/apply.c:86685msgid "git apply [<options>] [<patch>...]"6686msgstr ""66876688#: builtin/archive.c:176689#, c-format6690msgid "could not create archive file '%s'"6691msgstr ""66926693#: builtin/archive.c:206694msgid "could not redirect output"6695msgstr ""66966697#: builtin/archive.c:376698msgid "git archive: Remote with no URL"6699msgstr ""67006701#: builtin/archive.c:586702msgid "git archive: expected ACK/NAK, got a flush packet"6703msgstr ""67046705#: builtin/archive.c:616706#, c-format6707msgid "git archive: NACK %s"6708msgstr ""67096710#: builtin/archive.c:646711msgid "git archive: protocol error"6712msgstr ""67136714#: builtin/archive.c:686715msgid "git archive: expected a flush"6716msgstr ""67176718#: builtin/bisect--helper.c:126719msgid "git bisect--helper --next-all [--no-checkout]"6720msgstr ""67216722#: builtin/bisect--helper.c:136723msgid "git bisect--helper --write-terms <bad_term> <good_term>"6724msgstr ""67256726#: builtin/bisect--helper.c:146727msgid "git bisect--helper --bisect-clean-state"6728msgstr ""67296730#: builtin/bisect--helper.c:466731#, c-format6732msgid "'%s' is not a valid term"6733msgstr ""67346735#: builtin/bisect--helper.c:506736#, c-format6737msgid "can't use the builtin command '%s' as a term"6738msgstr ""67396740#: builtin/bisect--helper.c:606741#, c-format6742msgid "can't change the meaning of the term '%s'"6743msgstr ""67446745#: builtin/bisect--helper.c:716746msgid "please use two different terms"6747msgstr ""67486749#: builtin/bisect--helper.c:786750msgid "could not open the file BISECT_TERMS"6751msgstr ""67526753#: builtin/bisect--helper.c:1206754msgid "perform 'git bisect next'"6755msgstr ""67566757#: builtin/bisect--helper.c:1226758msgid "write the terms to .git/BISECT_TERMS"6759msgstr ""67606761#: builtin/bisect--helper.c:1246762msgid "cleanup the bisection state"6763msgstr ""67646765#: builtin/bisect--helper.c:1266766msgid "check for expected revs"6767msgstr ""67686769#: builtin/bisect--helper.c:1286770msgid "update BISECT_HEAD instead of checking out the current commit"6771msgstr ""67726773#: builtin/bisect--helper.c:1436774msgid "--write-terms requires two arguments"6775msgstr ""67766777#: builtin/bisect--helper.c:1476778msgid "--bisect-clean-state requires no arguments"6779msgstr ""67806781#: builtin/blame.c:316782msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"6783msgstr ""67846785#: builtin/blame.c:366786msgid "<rev-opts> are documented in git-rev-list(1)"6787msgstr ""67886789#: builtin/blame.c:4066790#, c-format6791msgid "expecting a color: %s"6792msgstr ""67936794#: builtin/blame.c:4136795msgid "must end with a color"6796msgstr ""67976798#: builtin/blame.c:7006799#, c-format6800msgid "invalid color '%s' in color.blame.repeatedLines"6801msgstr ""68026803#: builtin/blame.c:7186804msgid "invalid value for blame.coloring"6805msgstr ""68066807#: builtin/blame.c:7896808msgid "Show blame entries as we find them, incrementally"6809msgstr ""68106811#: builtin/blame.c:7906812msgid "Show blank SHA-1 for boundary commits (Default: off)"6813msgstr ""68146815#: builtin/blame.c:7916816msgid "Do not treat root commits as boundaries (Default: off)"6817msgstr ""68186819#: builtin/blame.c:7926820msgid "Show work cost statistics"6821msgstr ""68226823#: builtin/blame.c:7936824msgid "Force progress reporting"6825msgstr ""68266827#: builtin/blame.c:7946828msgid "Show output score for blame entries"6829msgstr ""68306831#: builtin/blame.c:7956832msgid "Show original filename (Default: auto)"6833msgstr ""68346835#: builtin/blame.c:7966836msgid "Show original linenumber (Default: off)"6837msgstr ""68386839#: builtin/blame.c:7976840msgid "Show in a format designed for machine consumption"6841msgstr ""68426843#: builtin/blame.c:7986844msgid "Show porcelain format with per-line commit information"6845msgstr ""68466847#: builtin/blame.c:7996848msgid "Use the same output mode as git-annotate (Default: off)"6849msgstr ""68506851#: builtin/blame.c:8006852msgid "Show raw timestamp (Default: off)"6853msgstr ""68546855#: builtin/blame.c:8016856msgid "Show long commit SHA1 (Default: off)"6857msgstr ""68586859#: builtin/blame.c:8026860msgid "Suppress author name and timestamp (Default: off)"6861msgstr ""68626863#: builtin/blame.c:8036864msgid "Show author email instead of name (Default: off)"6865msgstr ""68666867#: builtin/blame.c:8046868msgid "Ignore whitespace differences"6869msgstr ""68706871#: builtin/blame.c:8056872msgid "color redundant metadata from previous line differently"6873msgstr ""68746875#: builtin/blame.c:8066876msgid "color lines by age"6877msgstr ""68786879#: builtin/blame.c:8136880msgid "Use an experimental heuristic to improve diffs"6881msgstr ""68826883#: builtin/blame.c:8156884msgid "Spend extra cycles to find better match"6885msgstr ""68866887#: builtin/blame.c:8166888msgid "Use revisions from <file> instead of calling git-rev-list"6889msgstr ""68906891#: builtin/blame.c:8176892msgid "Use <file>'s contents as the final image"6893msgstr ""68946895#: builtin/blame.c:818 builtin/blame.c:8196896msgid "score"6897msgstr ""68986899#: builtin/blame.c:8186900msgid "Find line copies within and across files"6901msgstr ""69026903#: builtin/blame.c:8196904msgid "Find line movements within and across files"6905msgstr ""69066907#: builtin/blame.c:8206908msgid "n,m"6909msgstr ""69106911#: builtin/blame.c:8206912msgid "Process only line range n,m, counting from 1"6913msgstr ""69146915#: builtin/blame.c:8696916msgid "--progress can't be used with --incremental or porcelain formats"6917msgstr ""69186919#. TRANSLATORS: This string is used to tell us the6920#. maximum display width for a relative timestamp in6921#. "git blame" output. For C locale, "4 years, 116922#. months ago", which takes 22 places, is the longest6923#. among various forms of relative timestamps, but6924#. your language may need more or fewer display6925#. columns.6926#.6927#: builtin/blame.c:9206928msgid "4 years, 11 months ago"6929msgstr ""69306931#: builtin/blame.c:10076932#, c-format6933msgid "file %s has only %lu line"6934msgid_plural "file %s has only %lu lines"6935msgstr[0] ""6936msgstr[1] ""69376938#: builtin/blame.c:10536939msgid "Blaming lines"6940msgstr ""69416942#: builtin/branch.c:286943msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"6944msgstr ""69456946#: builtin/branch.c:296947msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"6948msgstr ""69496950#: builtin/branch.c:306951msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."6952msgstr ""69536954#: builtin/branch.c:316955msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"6956msgstr ""69576958#: builtin/branch.c:326959msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"6960msgstr ""69616962#: builtin/branch.c:336963msgid "git branch [<options>] [-r | -a] [--points-at]"6964msgstr ""69656966#: builtin/branch.c:346967msgid "git branch [<options>] [-r | -a] [--format]"6968msgstr ""69696970#: builtin/branch.c:1516971#, c-format6972msgid ""6973"deleting branch '%s' that has been merged to\n"6974" '%s', but not yet merged to HEAD."6975msgstr ""69766977#: builtin/branch.c:1556978#, c-format6979msgid ""6980"not deleting branch '%s' that is not yet merged to\n"6981" '%s', even though it is merged to HEAD."6982msgstr ""69836984#: builtin/branch.c:1696985#, c-format6986msgid "Couldn't look up commit object for '%s'"6987msgstr ""69886989#: builtin/branch.c:1736990#, c-format6991msgid ""6992"The branch '%s' is not fully merged.\n"6993"If you are sure you want to delete it, run 'git branch -D %s'."6994msgstr ""69956996#: builtin/branch.c:1866997msgid "Update of config-file failed"6998msgstr ""69997000#: builtin/branch.c:2177001msgid "cannot use -a with -d"7002msgstr ""70037004#: builtin/branch.c:2237005msgid "Couldn't look up commit object for HEAD"7006msgstr ""70077008#: builtin/branch.c:2377009#, c-format7010msgid "Cannot delete branch '%s' checked out at '%s'"7011msgstr ""70127013#: builtin/branch.c:2527014#, c-format7015msgid "remote-tracking branch '%s' not found."7016msgstr ""70177018#: builtin/branch.c:2537019#, c-format7020msgid "branch '%s' not found."7021msgstr ""70227023#: builtin/branch.c:2687024#, c-format7025msgid "Error deleting remote-tracking branch '%s'"7026msgstr ""70277028#: builtin/branch.c:2697029#, c-format7030msgid "Error deleting branch '%s'"7031msgstr ""70327033#: builtin/branch.c:2767034#, c-format7035msgid "Deleted remote-tracking branch %s (was %s).\n"7036msgstr ""70377038#: builtin/branch.c:2777039#, c-format7040msgid "Deleted branch %s (was %s).\n"7041msgstr ""70427043#: builtin/branch.c:421 builtin/tag.c:597044msgid "unable to parse format string"7045msgstr ""70467047#: builtin/branch.c:4587048#, c-format7049msgid "Branch %s is being rebased at %s"7050msgstr ""70517052#: builtin/branch.c:4627053#, c-format7054msgid "Branch %s is being bisected at %s"7055msgstr ""70567057#: builtin/branch.c:4797058msgid "cannot copy the current branch while not on any."7059msgstr ""70607061#: builtin/branch.c:4817062msgid "cannot rename the current branch while not on any."7063msgstr ""70647065#: builtin/branch.c:4927066#, c-format7067msgid "Invalid branch name: '%s'"7068msgstr ""70697070#: builtin/branch.c:5197071msgid "Branch rename failed"7072msgstr ""70737074#: builtin/branch.c:5217075msgid "Branch copy failed"7076msgstr ""70777078#: builtin/branch.c:5257079#, c-format7080msgid "Created a copy of a misnamed branch '%s'"7081msgstr ""70827083#: builtin/branch.c:5287084#, c-format7085msgid "Renamed a misnamed branch '%s' away"7086msgstr ""70877088#: builtin/branch.c:5347089#, c-format7090msgid "Branch renamed to %s, but HEAD is not updated!"7091msgstr ""70927093#: builtin/branch.c:5437094msgid "Branch is renamed, but update of config-file failed"7095msgstr ""70967097#: builtin/branch.c:5457098msgid "Branch is copied, but update of config-file failed"7099msgstr ""71007101#: builtin/branch.c:5617102#, c-format7103msgid ""7104"Please edit the description for the branch\n"7105" %s\n"7106"Lines starting with '%c' will be stripped.\n"7107msgstr ""71087109#: builtin/branch.c:6027110msgid "Generic options"7111msgstr ""71127113#: builtin/branch.c:6047114msgid "show hash and subject, give twice for upstream branch"7115msgstr ""71167117#: builtin/branch.c:6057118msgid "suppress informational messages"7119msgstr ""71207121#: builtin/branch.c:6067122msgid "set up tracking mode (see git-pull(1))"7123msgstr ""71247125#: builtin/branch.c:6087126msgid "do not use"7127msgstr ""71287129#: builtin/branch.c:6107130msgid "upstream"7131msgstr ""71327133#: builtin/branch.c:6107134msgid "change the upstream info"7135msgstr ""71367137#: builtin/branch.c:6117138msgid "Unset the upstream info"7139msgstr ""71407141#: builtin/branch.c:6127142msgid "use colored output"7143msgstr ""71447145#: builtin/branch.c:6137146msgid "act on remote-tracking branches"7147msgstr ""71487149#: builtin/branch.c:615 builtin/branch.c:6177150msgid "print only branches that contain the commit"7151msgstr ""71527153#: builtin/branch.c:616 builtin/branch.c:6187154msgid "print only branches that don't contain the commit"7155msgstr ""71567157#: builtin/branch.c:6217158msgid "Specific git-branch actions:"7159msgstr ""71607161#: builtin/branch.c:6227162msgid "list both remote-tracking and local branches"7163msgstr ""71647165#: builtin/branch.c:6247166msgid "delete fully merged branch"7167msgstr ""71687169#: builtin/branch.c:6257170msgid "delete branch (even if not merged)"7171msgstr ""71727173#: builtin/branch.c:6267174msgid "move/rename a branch and its reflog"7175msgstr ""71767177#: builtin/branch.c:6277178msgid "move/rename a branch, even if target exists"7179msgstr ""71807181#: builtin/branch.c:6287182msgid "copy a branch and its reflog"7183msgstr ""71847185#: builtin/branch.c:6297186msgid "copy a branch, even if target exists"7187msgstr ""71887189#: builtin/branch.c:6307190msgid "list branch names"7191msgstr ""71927193#: builtin/branch.c:6317194msgid "create the branch's reflog"7195msgstr ""71967197#: builtin/branch.c:6347198msgid "deprecated synonym for --create-reflog"7199msgstr ""72007201#: builtin/branch.c:6397202msgid "edit the description for the branch"7203msgstr ""72047205#: builtin/branch.c:6407206msgid "force creation, move/rename, deletion"7207msgstr ""72087209#: builtin/branch.c:6417210msgid "print only branches that are merged"7211msgstr ""72127213#: builtin/branch.c:6427214msgid "print only branches that are not merged"7215msgstr ""72167217#: builtin/branch.c:6437218msgid "list branches in columns"7219msgstr ""72207221#: builtin/branch.c:644 builtin/for-each-ref.c:40 builtin/ls-remote.c:707222#: builtin/tag.c:4137223msgid "key"7224msgstr ""72257226#: builtin/branch.c:645 builtin/for-each-ref.c:41 builtin/ls-remote.c:717227#: builtin/tag.c:4147228msgid "field name to sort on"7229msgstr ""72307231#: builtin/branch.c:647 builtin/for-each-ref.c:43 builtin/notes.c:4107232#: builtin/notes.c:413 builtin/notes.c:573 builtin/notes.c:5767233#: builtin/tag.c:4167234msgid "object"7235msgstr ""72367237#: builtin/branch.c:6487238msgid "print only branches of the object"7239msgstr ""72407241#: builtin/branch.c:650 builtin/for-each-ref.c:49 builtin/tag.c:4237242msgid "sorting and filtering are case insensitive"7243msgstr ""72447245#: builtin/branch.c:651 builtin/for-each-ref.c:38 builtin/tag.c:4217246#: builtin/verify-tag.c:397247msgid "format to use for the output"7248msgstr ""72497250#: builtin/branch.c:674 builtin/clone.c:7397251msgid "HEAD not found below refs/heads!"7252msgstr ""72537254#: builtin/branch.c:6977255msgid "--column and --verbose are incompatible"7256msgstr ""72577258#: builtin/branch.c:717 builtin/branch.c:769 builtin/branch.c:7787259msgid "branch name required"7260msgstr ""72617262#: builtin/branch.c:7457263msgid "Cannot give description to detached HEAD"7264msgstr ""72657266#: builtin/branch.c:7507267msgid "cannot edit description of more than one branch"7268msgstr ""72697270#: builtin/branch.c:7577271#, c-format7272msgid "No commit on branch '%s' yet."7273msgstr ""72747275#: builtin/branch.c:7607276#, c-format7277msgid "No branch named '%s'."7278msgstr ""72797280#: builtin/branch.c:7757281msgid "too many branches for a copy operation"7282msgstr ""72837284#: builtin/branch.c:7847285msgid "too many arguments for a rename operation"7286msgstr ""72877288#: builtin/branch.c:7897289msgid "too many arguments to set new upstream"7290msgstr ""72917292#: builtin/branch.c:7937293#, c-format7294msgid ""7295"could not set upstream of HEAD to %s when it does not point to any branch."7296msgstr ""72977298#: builtin/branch.c:796 builtin/branch.c:818 builtin/branch.c:8347299#, c-format7300msgid "no such branch '%s'"7301msgstr ""73027303#: builtin/branch.c:8007304#, c-format7305msgid "branch '%s' does not exist"7306msgstr ""73077308#: builtin/branch.c:8127309msgid "too many arguments to unset upstream"7310msgstr ""73117312#: builtin/branch.c:8167313msgid "could not unset upstream of HEAD when it does not point to any branch."7314msgstr ""73157316#: builtin/branch.c:8227317#, c-format7318msgid "Branch '%s' has no upstream information"7319msgstr ""73207321#: builtin/branch.c:8377322msgid "-a and -r options to 'git branch' do not make sense with a branch name"7323msgstr ""73247325#: builtin/branch.c:8407326msgid ""7327"the '--set-upstream' option is no longer supported. Please use '--track' or "7328"'--set-upstream-to' instead."7329msgstr ""73307331#: builtin/bundle.c:457332#, c-format7333msgid "%s is okay\n"7334msgstr ""73357336#: builtin/bundle.c:587337msgid "Need a repository to create a bundle."7338msgstr ""73397340#: builtin/bundle.c:627341msgid "Need a repository to unbundle."7342msgstr ""73437344#: builtin/cat-file.c:5777345msgid ""7346"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"7347"p | <type> | --textconv | --filters) [--path=<path>] <object>"7348msgstr ""73497350#: builtin/cat-file.c:5787351msgid ""7352"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"7353"filters]"7354msgstr ""73557356#: builtin/cat-file.c:6157357msgid "<type> can be one of: blob, tree, commit, tag"7358msgstr ""73597360#: builtin/cat-file.c:6167361msgid "show object type"7362msgstr ""73637364#: builtin/cat-file.c:6177365msgid "show object size"7366msgstr ""73677368#: builtin/cat-file.c:6197369msgid "exit with zero when there's no error"7370msgstr ""73717372#: builtin/cat-file.c:6207373msgid "pretty-print object's content"7374msgstr ""73757376#: builtin/cat-file.c:6227377msgid "for blob objects, run textconv on object's content"7378msgstr ""73797380#: builtin/cat-file.c:6247381msgid "for blob objects, run filters on object's content"7382msgstr ""73837384#: builtin/cat-file.c:625 git-submodule.sh:8647385msgid "blob"7386msgstr ""73877388#: builtin/cat-file.c:6267389msgid "use a specific path for --textconv/--filters"7390msgstr ""73917392#: builtin/cat-file.c:6287393msgid "allow -s and -t to work with broken/corrupt objects"7394msgstr ""73957396#: builtin/cat-file.c:6297397msgid "buffer --batch output"7398msgstr ""73997400#: builtin/cat-file.c:6317401msgid "show info and content of objects fed from the standard input"7402msgstr ""74037404#: builtin/cat-file.c:6347405msgid "show info about objects fed from the standard input"7406msgstr ""74077408#: builtin/cat-file.c:6377409msgid "follow in-tree symlinks (used with --batch or --batch-check)"7410msgstr ""74117412#: builtin/cat-file.c:6397413msgid "show all objects with --batch or --batch-check"7414msgstr ""74157416#: builtin/cat-file.c:6417417msgid "do not order --batch-all-objects output"7418msgstr ""74197420#: builtin/check-attr.c:127421msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."7422msgstr ""74237424#: builtin/check-attr.c:137425msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"7426msgstr ""74277428#: builtin/check-attr.c:207429msgid "report all attributes set on file"7430msgstr ""74317432#: builtin/check-attr.c:217433msgid "use .gitattributes only from the index"7434msgstr ""74357436#: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:1017437msgid "read file names from stdin"7438msgstr ""74397440#: builtin/check-attr.c:24 builtin/check-ignore.c:267441msgid "terminate input and output records by a NUL character"7442msgstr ""74437444#: builtin/check-ignore.c:20 builtin/checkout.c:1120 builtin/gc.c:5037445#: builtin/worktree.c:4477446msgid "suppress progress reporting"7447msgstr ""74487449#: builtin/check-ignore.c:287450msgid "show non-matching input paths"7451msgstr ""74527453#: builtin/check-ignore.c:307454msgid "ignore index when checking"7455msgstr ""74567457#: builtin/check-ignore.c:1597458msgid "cannot specify pathnames with --stdin"7459msgstr ""74607461#: builtin/check-ignore.c:1627462msgid "-z only makes sense with --stdin"7463msgstr ""74647465#: builtin/check-ignore.c:1647466msgid "no path specified"7467msgstr ""74687469#: builtin/check-ignore.c:1687470msgid "--quiet is only valid with a single pathname"7471msgstr ""74727473#: builtin/check-ignore.c:1707474msgid "cannot have both --quiet and --verbose"7475msgstr ""74767477#: builtin/check-ignore.c:1737478msgid "--non-matching is only valid with --verbose"7479msgstr ""74807481#: builtin/check-mailmap.c:97482msgid "git check-mailmap [<options>] <contact>..."7483msgstr ""74847485#: builtin/check-mailmap.c:147486msgid "also read contacts from stdin"7487msgstr ""74887489#: builtin/check-mailmap.c:257490#, c-format7491msgid "unable to parse contact: %s"7492msgstr ""74937494#: builtin/check-mailmap.c:487495msgid "no contacts specified"7496msgstr ""74977498#: builtin/checkout-index.c:1287499msgid "git checkout-index [<options>] [--] [<file>...]"7500msgstr ""75017502#: builtin/checkout-index.c:1437503msgid "stage should be between 1 and 3 or all"7504msgstr ""75057506#: builtin/checkout-index.c:1597507msgid "check out all files in the index"7508msgstr ""75097510#: builtin/checkout-index.c:1607511msgid "force overwrite of existing files"7512msgstr ""75137514#: builtin/checkout-index.c:1627515msgid "no warning for existing files and files not in index"7516msgstr ""75177518#: builtin/checkout-index.c:1647519msgid "don't checkout new files"7520msgstr ""75217522#: builtin/checkout-index.c:1667523msgid "update stat information in the index file"7524msgstr ""75257526#: builtin/checkout-index.c:1707527msgid "read list of paths from the standard input"7528msgstr ""75297530#: builtin/checkout-index.c:1727531msgid "write the content to temporary files"7532msgstr ""75337534#: builtin/checkout-index.c:173 builtin/column.c:317535#: builtin/submodule--helper.c:1361 builtin/submodule--helper.c:13647536#: builtin/submodule--helper.c:1372 builtin/submodule--helper.c:17367537#: builtin/worktree.c:6207538msgid "string"7539msgstr ""75407541#: builtin/checkout-index.c:1747542msgid "when creating files, prepend <string>"7543msgstr ""75447545#: builtin/checkout-index.c:1767546msgid "copy out the files from named stage"7547msgstr ""75487549#: builtin/checkout.c:297550msgid "git checkout [<options>] <branch>"7551msgstr ""75527553#: builtin/checkout.c:307554msgid "git checkout [<options>] [<branch>] -- <file>..."7555msgstr ""75567557#: builtin/checkout.c:138 builtin/checkout.c:1717558#, c-format7559msgid "path '%s' does not have our version"7560msgstr ""75617562#: builtin/checkout.c:140 builtin/checkout.c:1737563#, c-format7564msgid "path '%s' does not have their version"7565msgstr ""75667567#: builtin/checkout.c:1567568#, c-format7569msgid "path '%s' does not have all necessary versions"7570msgstr ""75717572#: builtin/checkout.c:2007573#, c-format7574msgid "path '%s' does not have necessary versions"7575msgstr ""75767577#: builtin/checkout.c:2177578#, c-format7579msgid "path '%s': cannot merge"7580msgstr ""75817582#: builtin/checkout.c:2337583#, c-format7584msgid "Unable to add merge result for '%s'"7585msgstr ""75867587#: builtin/checkout.c:255 builtin/checkout.c:258 builtin/checkout.c:2617588#: builtin/checkout.c:2647589#, c-format7590msgid "'%s' cannot be used with updating paths"7591msgstr ""75927593#: builtin/checkout.c:267 builtin/checkout.c:2707594#, c-format7595msgid "'%s' cannot be used with %s"7596msgstr ""75977598#: builtin/checkout.c:2737599#, c-format7600msgid "Cannot update paths and switch to branch '%s' at the same time."7601msgstr ""76027603#: builtin/checkout.c:342 builtin/checkout.c:3497604#, c-format7605msgid "path '%s' is unmerged"7606msgstr ""76077608#: builtin/checkout.c:5087609msgid "you need to resolve your current index first"7610msgstr ""76117612#: builtin/checkout.c:6457613#, c-format7614msgid "Can not do reflog for '%s': %s\n"7615msgstr ""76167617#: builtin/checkout.c:6867618msgid "HEAD is now at"7619msgstr ""76207621#: builtin/checkout.c:690 builtin/clone.c:6927622msgid "unable to update HEAD"7623msgstr ""76247625#: builtin/checkout.c:6947626#, c-format7627msgid "Reset branch '%s'\n"7628msgstr ""76297630#: builtin/checkout.c:6977631#, c-format7632msgid "Already on '%s'\n"7633msgstr ""76347635#: builtin/checkout.c:7017636#, c-format7637msgid "Switched to and reset branch '%s'\n"7638msgstr ""76397640#: builtin/checkout.c:703 builtin/checkout.c:10527641#, c-format7642msgid "Switched to a new branch '%s'\n"7643msgstr ""76447645#: builtin/checkout.c:7057646#, c-format7647msgid "Switched to branch '%s'\n"7648msgstr ""76497650#: builtin/checkout.c:7567651#, c-format7652msgid " ... and %d more.\n"7653msgstr ""76547655#: builtin/checkout.c:7627656#, c-format7657msgid ""7658"Warning: you are leaving %d commit behind, not connected to\n"7659"any of your branches:\n"7660"\n"7661"%s\n"7662msgid_plural ""7663"Warning: you are leaving %d commits behind, not connected to\n"7664"any of your branches:\n"7665"\n"7666"%s\n"7667msgstr[0] ""7668msgstr[1] ""76697670#: builtin/checkout.c:7817671#, c-format7672msgid ""7673"If you want to keep it by creating a new branch, this may be a good time\n"7674"to do so with:\n"7675"\n"7676" git branch <new-branch-name> %s\n"7677"\n"7678msgid_plural ""7679"If you want to keep them by creating a new branch, this may be a good time\n"7680"to do so with:\n"7681"\n"7682" git branch <new-branch-name> %s\n"7683"\n"7684msgstr[0] ""7685msgstr[1] ""76867687#: builtin/checkout.c:8137688msgid "internal error in revision walk"7689msgstr ""76907691#: builtin/checkout.c:8177692msgid "Previous HEAD position was"7693msgstr ""76947695#: builtin/checkout.c:845 builtin/checkout.c:10477696msgid "You are on a branch yet to be born"7697msgstr ""76987699#: builtin/checkout.c:9527700#, c-format7701msgid "only one reference expected, %d given."7702msgstr ""77037704#: builtin/checkout.c:993 builtin/worktree.c:241 builtin/worktree.c:3967705#, c-format7706msgid "invalid reference: %s"7707msgstr ""77087709#: builtin/checkout.c:10227710#, c-format7711msgid "reference is not a tree: %s"7712msgstr ""77137714#: builtin/checkout.c:10617715msgid "paths cannot be used with switching branches"7716msgstr ""77177718#: builtin/checkout.c:1064 builtin/checkout.c:10687719#, c-format7720msgid "'%s' cannot be used with switching branches"7721msgstr ""77227723#: builtin/checkout.c:1072 builtin/checkout.c:1075 builtin/checkout.c:10807724#: builtin/checkout.c:10837725#, c-format7726msgid "'%s' cannot be used with '%s'"7727msgstr ""77287729#: builtin/checkout.c:10887730#, c-format7731msgid "Cannot switch branch to a non-commit '%s'"7732msgstr ""77337734#: builtin/checkout.c:1121 builtin/checkout.c:1123 builtin/clone.c:1197735#: builtin/remote.c:168 builtin/remote.c:170 builtin/worktree.c:4407736#: builtin/worktree.c:4427737msgid "branch"7738msgstr ""77397740#: builtin/checkout.c:11227741msgid "create and checkout a new branch"7742msgstr ""77437744#: builtin/checkout.c:11247745msgid "create/reset and checkout a branch"7746msgstr ""77477748#: builtin/checkout.c:11257749msgid "create reflog for new branch"7750msgstr ""77517752#: builtin/checkout.c:1126 builtin/worktree.c:4447753msgid "detach HEAD at named commit"7754msgstr ""77557756#: builtin/checkout.c:11277757msgid "set upstream info for new branch"7758msgstr ""77597760#: builtin/checkout.c:11297761msgid "new-branch"7762msgstr ""77637764#: builtin/checkout.c:11297765msgid "new unparented branch"7766msgstr ""77677768#: builtin/checkout.c:11317769msgid "checkout our version for unmerged files"7770msgstr ""77717772#: builtin/checkout.c:11347773msgid "checkout their version for unmerged files"7774msgstr ""77757776#: builtin/checkout.c:11367777msgid "force checkout (throw away local modifications)"7778msgstr ""77797780#: builtin/checkout.c:11387781msgid "perform a 3-way merge with the new branch"7782msgstr ""77837784#: builtin/checkout.c:1140 builtin/merge.c:2737785msgid "update ignored files (default)"7786msgstr ""77877788#: builtin/checkout.c:1142 builtin/log.c:1510 parse-options.h:2647789msgid "style"7790msgstr ""77917792#: builtin/checkout.c:11437793msgid "conflict style (merge or diff3)"7794msgstr ""77957796#: builtin/checkout.c:11467797msgid "do not limit pathspecs to sparse entries only"7798msgstr ""77997800#: builtin/checkout.c:11487801msgid "second guess 'git checkout <no-such-branch>'"7802msgstr ""78037804#: builtin/checkout.c:11507805msgid "do not check if another worktree is holding the given ref"7806msgstr ""78077808#: builtin/checkout.c:1154 builtin/clone.c:86 builtin/fetch.c:1387809#: builtin/merge.c:270 builtin/pull.c:128 builtin/push.c:5727810#: builtin/send-pack.c:1747811msgid "force progress reporting"7812msgstr ""78137814#: builtin/checkout.c:11847815msgid "-b, -B and --orphan are mutually exclusive"7816msgstr ""78177818#: builtin/checkout.c:12017819msgid "--track needs a branch name"7820msgstr ""78217822#: builtin/checkout.c:12067823msgid "missing branch name; try -b"7824msgstr ""78257826#: builtin/checkout.c:12437827msgid "invalid path specification"7828msgstr ""78297830#: builtin/checkout.c:12507831#, c-format7832msgid "'%s' is not a commit and a branch '%s' cannot be created from it"7833msgstr ""78347835#: builtin/checkout.c:12547836#, c-format7837msgid "git checkout: --detach does not take a path argument '%s'"7838msgstr ""78397840#: builtin/checkout.c:12587841msgid ""7842"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"7843"checking out of the index."7844msgstr ""78457846#: builtin/checkout.c:12787847#, c-format7848msgid ""7849"'%s' matched more than one remote tracking branch.\n"7850"We found %d remotes with a reference that matched. So we fell back\n"7851"on trying to resolve the argument as a path, but failed there too!\n"7852"\n"7853"If you meant to check out a remote tracking branch on, e.g. 'origin',\n"7854"you can do so by fully qualifying the name with the --track option:\n"7855"\n"7856" git checkout --track origin/<name>\n"7857"\n"7858"If you'd like to always have checkouts of an ambiguous <name> prefer\n"7859"one remote, e.g. the 'origin' remote, consider setting\n"7860"checkout.defaultRemote=origin in your config."7861msgstr ""78627863#: builtin/clean.c:277864msgid ""7865"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."7866msgstr ""78677868#: builtin/clean.c:317869#, c-format7870msgid "Removing %s\n"7871msgstr ""78727873#: builtin/clean.c:327874#, c-format7875msgid "Would remove %s\n"7876msgstr ""78777878#: builtin/clean.c:337879#, c-format7880msgid "Skipping repository %s\n"7881msgstr ""78827883#: builtin/clean.c:347884#, c-format7885msgid "Would skip repository %s\n"7886msgstr ""78877888#: builtin/clean.c:357889#, c-format7890msgid "failed to remove %s"7891msgstr ""78927893#: builtin/clean.c:297 git-add--interactive.perl:5797894#, c-format7895msgid ""7896"Prompt help:\n"7897"1 - select a numbered item\n"7898"foo - select item based on unique prefix\n"7899" - (empty) select nothing\n"7900msgstr ""79017902#: builtin/clean.c:301 git-add--interactive.perl:5887903#, c-format7904msgid ""7905"Prompt help:\n"7906"1 - select a single item\n"7907"3-5 - select a range of items\n"7908"2-3,6-9 - select multiple ranges\n"7909"foo - select item based on unique prefix\n"7910"-... - unselect specified items\n"7911"* - choose all items\n"7912" - (empty) finish selecting\n"7913msgstr ""79147915#: builtin/clean.c:517 git-add--interactive.perl:5547916#: git-add--interactive.perl:5597917#, c-format, perl-format7918msgid "Huh (%s)?\n"7919msgstr ""79207921#: builtin/clean.c:6597922#, c-format7923msgid "Input ignore patterns>> "7924msgstr ""79257926#: builtin/clean.c:6967927#, c-format7928msgid "WARNING: Cannot find items matched by: %s"7929msgstr ""79307931#: builtin/clean.c:7177932msgid "Select items to delete"7933msgstr ""79347935#. TRANSLATORS: Make sure to keep [y/N] as is7936#: builtin/clean.c:7587937#, c-format7938msgid "Remove %s [y/N]? "7939msgstr ""79407941#: builtin/clean.c:783 git-add--interactive.perl:17177942#, c-format7943msgid "Bye.\n"7944msgstr ""79457946#: builtin/clean.c:7917947msgid ""7948"clean - start cleaning\n"7949"filter by pattern - exclude items from deletion\n"7950"select by numbers - select items to be deleted by numbers\n"7951"ask each - confirm each deletion (like \"rm -i\")\n"7952"quit - stop cleaning\n"7953"help - this screen\n"7954"? - help for prompt selection"7955msgstr ""79567957#: builtin/clean.c:818 git-add--interactive.perl:17937958msgid "*** Commands ***"7959msgstr ""79607961#: builtin/clean.c:819 git-add--interactive.perl:17907962msgid "What now"7963msgstr ""79647965#: builtin/clean.c:8277966msgid "Would remove the following item:"7967msgid_plural "Would remove the following items:"7968msgstr[0] ""7969msgstr[1] ""79707971#: builtin/clean.c:8437972msgid "No more files to clean, exiting."7973msgstr ""79747975#: builtin/clean.c:9057976msgid "do not print names of files removed"7977msgstr ""79787979#: builtin/clean.c:9077980msgid "force"7981msgstr ""79827983#: builtin/clean.c:9087984msgid "interactive cleaning"7985msgstr ""79867987#: builtin/clean.c:9107988msgid "remove whole directories"7989msgstr ""79907991#: builtin/clean.c:911 builtin/describe.c:545 builtin/describe.c:5477992#: builtin/grep.c:875 builtin/log.c:161 builtin/log.c:1637993#: builtin/ls-files.c:549 builtin/name-rev.c:415 builtin/name-rev.c:4177994#: builtin/show-ref.c:1777995msgid "pattern"7996msgstr ""79977998#: builtin/clean.c:9127999msgid "add <pattern> to ignore rules"8000msgstr ""80018002#: builtin/clean.c:9138003msgid "remove ignored files, too"8004msgstr ""80058006#: builtin/clean.c:9158007msgid "remove only ignored files"8008msgstr ""80098010#: builtin/clean.c:9338011msgid "-x and -X cannot be used together"8012msgstr ""80138014#: builtin/clean.c:9378015msgid ""8016"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "8017"clean"8018msgstr ""80198020#: builtin/clean.c:9408021msgid ""8022"clean.requireForce defaults to true and neither -i, -n, nor -f given; "8023"refusing to clean"8024msgstr ""80258026#: builtin/clone.c:438027msgid "git clone [<options>] [--] <repo> [<dir>]"8028msgstr ""80298030#: builtin/clone.c:888031msgid "don't create a checkout"8032msgstr ""80338034#: builtin/clone.c:89 builtin/clone.c:91 builtin/init-db.c:4808035msgid "create a bare repository"8036msgstr ""80378038#: builtin/clone.c:938039msgid "create a mirror repository (implies bare)"8040msgstr ""80418042#: builtin/clone.c:958043msgid "to clone from a local repository"8044msgstr ""80458046#: builtin/clone.c:978047msgid "don't use local hardlinks, always copy"8048msgstr ""80498050#: builtin/clone.c:998051msgid "setup as shared repository"8052msgstr ""80538054#: builtin/clone.c:101 builtin/clone.c:1058055msgid "pathspec"8056msgstr ""80578058#: builtin/clone.c:101 builtin/clone.c:1058059msgid "initialize submodules in the clone"8060msgstr ""80618062#: builtin/clone.c:1088063msgid "number of submodules cloned in parallel"8064msgstr ""80658066#: builtin/clone.c:109 builtin/init-db.c:4778067msgid "template-directory"8068msgstr ""80698070#: builtin/clone.c:110 builtin/init-db.c:4788071msgid "directory from which templates will be used"8072msgstr ""80738074#: builtin/clone.c:112 builtin/clone.c:114 builtin/submodule--helper.c:13688075#: builtin/submodule--helper.c:17398076msgid "reference repository"8077msgstr ""80788079#: builtin/clone.c:116 builtin/submodule--helper.c:13708080#: builtin/submodule--helper.c:17418081msgid "use --reference only while cloning"8082msgstr ""80838084#: builtin/clone.c:117 builtin/column.c:27 builtin/merge-file.c:448085#: builtin/pack-objects.c:3191 builtin/repack.c:3208086msgid "name"8087msgstr ""80888089#: builtin/clone.c:1188090msgid "use <name> instead of 'origin' to track upstream"8091msgstr ""80928093#: builtin/clone.c:1208094msgid "checkout <branch> instead of the remote's HEAD"8095msgstr ""80968097#: builtin/clone.c:1228098msgid "path to git-upload-pack on the remote"8099msgstr ""81008101#: builtin/clone.c:123 builtin/fetch.c:139 builtin/grep.c:8148102#: builtin/pull.c:2168103msgid "depth"8104msgstr ""81058106#: builtin/clone.c:1248107msgid "create a shallow clone of that depth"8108msgstr ""81098110#: builtin/clone.c:125 builtin/fetch.c:141 builtin/pack-objects.c:31828111#: parse-options.h:1548112msgid "time"8113msgstr ""81148115#: builtin/clone.c:1268116msgid "create a shallow clone since a specific time"8117msgstr ""81188119#: builtin/clone.c:127 builtin/fetch.c:143 builtin/fetch.c:1668120msgid "revision"8121msgstr ""81228123#: builtin/clone.c:128 builtin/fetch.c:1448124msgid "deepen history of shallow clone, excluding rev"8125msgstr ""81268127#: builtin/clone.c:1308128msgid "clone only one branch, HEAD or --branch"8129msgstr ""81308131#: builtin/clone.c:1328132msgid "don't clone any tags, and make later fetches not to follow them"8133msgstr ""81348135#: builtin/clone.c:1348136msgid "any cloned submodules will be shallow"8137msgstr ""81388139#: builtin/clone.c:135 builtin/init-db.c:4868140msgid "gitdir"8141msgstr ""81428143#: builtin/clone.c:136 builtin/init-db.c:4878144msgid "separate git dir from working tree"8145msgstr ""81468147#: builtin/clone.c:1378148msgid "key=value"8149msgstr ""81508151#: builtin/clone.c:1388152msgid "set config inside the new repository"8153msgstr ""81548155#: builtin/clone.c:139 builtin/fetch.c:162 builtin/pull.c:2298156#: builtin/push.c:5838157msgid "use IPv4 addresses only"8158msgstr ""81598160#: builtin/clone.c:141 builtin/fetch.c:164 builtin/pull.c:2328161#: builtin/push.c:5858162msgid "use IPv6 addresses only"8163msgstr ""81648165#: builtin/clone.c:2798166msgid ""8167"No directory name could be guessed.\n"8168"Please specify a directory on the command line"8169msgstr ""81708171#: builtin/clone.c:3328172#, c-format8173msgid "info: Could not add alternate for '%s': %s\n"8174msgstr ""81758176#: builtin/clone.c:4048177#, c-format8178msgid "failed to open '%s'"8179msgstr ""81808181#: builtin/clone.c:4128182#, c-format8183msgid "%s exists and is not a directory"8184msgstr ""81858186#: builtin/clone.c:4268187#, c-format8188msgid "failed to stat %s\n"8189msgstr ""81908191#: builtin/clone.c:4488192#, c-format8193msgid "failed to create link '%s'"8194msgstr ""81958196#: builtin/clone.c:4528197#, c-format8198msgid "failed to copy file to '%s'"8199msgstr ""82008201#: builtin/clone.c:4788202#, c-format8203msgid "done.\n"8204msgstr ""82058206#: builtin/clone.c:4928207msgid ""8208"Clone succeeded, but checkout failed.\n"8209"You can inspect what was checked out with 'git status'\n"8210"and retry the checkout with 'git checkout -f HEAD'\n"8211msgstr ""82128213#: builtin/clone.c:5698214#, c-format8215msgid "Could not find remote branch %s to clone."8216msgstr ""82178218#: builtin/clone.c:6808219#, c-format8220msgid "unable to update %s"8221msgstr ""82228223#: builtin/clone.c:7308224msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"8225msgstr ""82268227#: builtin/clone.c:7608228msgid "unable to checkout working tree"8229msgstr ""82308231#: builtin/clone.c:8058232msgid "unable to write parameters to config file"8233msgstr ""82348235#: builtin/clone.c:8688236msgid "cannot repack to clean up"8237msgstr ""82388239#: builtin/clone.c:8708240msgid "cannot unlink temporary alternates file"8241msgstr ""82428243#: builtin/clone.c:910 builtin/receive-pack.c:19358244msgid "Too many arguments."8245msgstr ""82468247#: builtin/clone.c:9148248msgid "You must specify a repository to clone."8249msgstr ""82508251#: builtin/clone.c:9278252#, c-format8253msgid "--bare and --origin %s options are incompatible."8254msgstr ""82558256#: builtin/clone.c:9308257msgid "--bare and --separate-git-dir are incompatible."8258msgstr ""82598260#: builtin/clone.c:9438261#, c-format8262msgid "repository '%s' does not exist"8263msgstr ""82648265#: builtin/clone.c:949 builtin/fetch.c:15128266#, c-format8267msgid "depth %s is not a positive number"8268msgstr ""82698270#: builtin/clone.c:9598271#, c-format8272msgid "destination path '%s' already exists and is not an empty directory."8273msgstr ""82748275#: builtin/clone.c:9698276#, c-format8277msgid "working tree '%s' already exists."8278msgstr ""82798280#: builtin/clone.c:984 builtin/clone.c:1005 builtin/difftool.c:2718281#: builtin/worktree.c:247 builtin/worktree.c:2778282#, c-format8283msgid "could not create leading directories of '%s'"8284msgstr ""82858286#: builtin/clone.c:9898287#, c-format8288msgid "could not create work tree dir '%s'"8289msgstr ""82908291#: builtin/clone.c:10098292#, c-format8293msgid "Cloning into bare repository '%s'...\n"8294msgstr ""82958296#: builtin/clone.c:10118297#, c-format8298msgid "Cloning into '%s'...\n"8299msgstr ""83008301#: builtin/clone.c:10358302msgid ""8303"clone --recursive is not compatible with both --reference and --reference-if-"8304"able"8305msgstr ""83068307#: builtin/clone.c:10968308msgid "--depth is ignored in local clones; use file:// instead."8309msgstr ""83108311#: builtin/clone.c:10988312msgid "--shallow-since is ignored in local clones; use file:// instead."8313msgstr ""83148315#: builtin/clone.c:11008316msgid "--shallow-exclude is ignored in local clones; use file:// instead."8317msgstr ""83188319#: builtin/clone.c:11028320msgid "--filter is ignored in local clones; use file:// instead."8321msgstr ""83228323#: builtin/clone.c:11058324msgid "source repository is shallow, ignoring --local"8325msgstr ""83268327#: builtin/clone.c:11108328msgid "--local is ignored"8329msgstr ""83308331#: builtin/clone.c:1180 builtin/clone.c:11888332#, c-format8333msgid "Remote branch %s not found in upstream %s"8334msgstr ""83358336#: builtin/clone.c:11918337msgid "You appear to have cloned an empty repository."8338msgstr ""83398340#: builtin/column.c:108341msgid "git column [<options>]"8342msgstr ""83438344#: builtin/column.c:278345msgid "lookup config vars"8346msgstr ""83478348#: builtin/column.c:28 builtin/column.c:298349msgid "layout to use"8350msgstr ""83518352#: builtin/column.c:308353msgid "Maximum width"8354msgstr ""83558356#: builtin/column.c:318357msgid "Padding space on left border"8358msgstr ""83598360#: builtin/column.c:328361msgid "Padding space on right border"8362msgstr ""83638364#: builtin/column.c:338365msgid "Padding space between columns"8366msgstr ""83678368#: builtin/column.c:518369msgid "--command must be the first argument"8370msgstr ""83718372#: builtin/commit.c:388373msgid "git commit [<options>] [--] <pathspec>..."8374msgstr ""83758376#: builtin/commit.c:438377msgid "git status [<options>] [--] <pathspec>..."8378msgstr ""83798380#: builtin/commit.c:488381msgid ""8382"You asked to amend the most recent commit, but doing so would make\n"8383"it empty. You can repeat your command with --allow-empty, or you can\n"8384"remove the commit entirely with \"git reset HEAD^\".\n"8385msgstr ""83868387#: builtin/commit.c:538388msgid ""8389"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"8390"If you wish to commit it anyway, use:\n"8391"\n"8392" git commit --allow-empty\n"8393"\n"8394msgstr ""83958396#: builtin/commit.c:608397msgid "Otherwise, please use 'git reset'\n"8398msgstr ""83998400#: builtin/commit.c:638401msgid ""8402"If you wish to skip this commit, use:\n"8403"\n"8404" git reset\n"8405"\n"8406"Then \"git cherry-pick --continue\" will resume cherry-picking\n"8407"the remaining commits.\n"8408msgstr ""84098410#: builtin/commit.c:3068411msgid "failed to unpack HEAD tree object"8412msgstr ""84138414#: builtin/commit.c:3478415msgid "unable to create temporary index"8416msgstr ""84178418#: builtin/commit.c:3538419msgid "interactive add failed"8420msgstr ""84218422#: builtin/commit.c:3668423msgid "unable to update temporary index"8424msgstr ""84258426#: builtin/commit.c:3688427msgid "Failed to update main cache tree"8428msgstr ""84298430#: builtin/commit.c:393 builtin/commit.c:416 builtin/commit.c:4628431msgid "unable to write new_index file"8432msgstr ""84338434#: builtin/commit.c:4458435msgid "cannot do a partial commit during a merge."8436msgstr ""84378438#: builtin/commit.c:4478439msgid "cannot do a partial commit during a cherry-pick."8440msgstr ""84418442#: builtin/commit.c:4558443msgid "cannot read the index"8444msgstr ""84458446#: builtin/commit.c:4748447msgid "unable to write temporary index file"8448msgstr ""84498450#: builtin/commit.c:5718451#, c-format8452msgid "commit '%s' lacks author header"8453msgstr ""84548455#: builtin/commit.c:5738456#, c-format8457msgid "commit '%s' has malformed author line"8458msgstr ""84598460#: builtin/commit.c:5928461msgid "malformed --author parameter"8462msgstr ""84638464#: builtin/commit.c:6448465msgid ""8466"unable to select a comment character that is not used\n"8467"in the current commit message"8468msgstr ""84698470#: builtin/commit.c:681 builtin/commit.c:714 builtin/commit.c:10428471#, c-format8472msgid "could not lookup commit %s"8473msgstr ""84748475#: builtin/commit.c:693 builtin/shortlog.c:3178476#, c-format8477msgid "(reading log message from standard input)\n"8478msgstr ""84798480#: builtin/commit.c:6958481msgid "could not read log from standard input"8482msgstr ""84838484#: builtin/commit.c:6998485#, c-format8486msgid "could not read log file '%s'"8487msgstr ""84888489#: builtin/commit.c:728 builtin/commit.c:7368490msgid "could not read SQUASH_MSG"8491msgstr ""84928493#: builtin/commit.c:7338494msgid "could not read MERGE_MSG"8495msgstr ""84968497#: builtin/commit.c:7878498msgid "could not write commit template"8499msgstr ""85008501#: builtin/commit.c:8058502#, c-format8503msgid ""8504"\n"8505"It looks like you may be committing a merge.\n"8506"If this is not correct, please remove the file\n"8507"\t%s\n"8508"and try again.\n"8509msgstr ""85108511#: builtin/commit.c:8108512#, c-format8513msgid ""8514"\n"8515"It looks like you may be committing a cherry-pick.\n"8516"If this is not correct, please remove the file\n"8517"\t%s\n"8518"and try again.\n"8519msgstr ""85208521#: builtin/commit.c:8238522#, c-format8523msgid ""8524"Please enter the commit message for your changes. Lines starting\n"8525"with '%c' will be ignored, and an empty message aborts the commit.\n"8526msgstr ""85278528#: builtin/commit.c:8318529#, c-format8530msgid ""8531"Please enter the commit message for your changes. Lines starting\n"8532"with '%c' will be kept; you may remove them yourself if you want to.\n"8533"An empty message aborts the commit.\n"8534msgstr ""85358536#: builtin/commit.c:8488537#, c-format8538msgid "%sAuthor: %.*s <%.*s>"8539msgstr ""85408541#: builtin/commit.c:8568542#, c-format8543msgid "%sDate: %s"8544msgstr ""85458546#: builtin/commit.c:8638547#, c-format8548msgid "%sCommitter: %.*s <%.*s>"8549msgstr ""85508551#: builtin/commit.c:8808552msgid "Cannot read index"8553msgstr ""85548555#: builtin/commit.c:9468556msgid "Error building trees"8557msgstr ""85588559#: builtin/commit.c:960 builtin/tag.c:2588560#, c-format8561msgid "Please supply the message using either -m or -F option.\n"8562msgstr ""85638564#: builtin/commit.c:10048565#, c-format8566msgid "--author '%s' is not 'Name <email>' and matches no existing author"8567msgstr ""85688569#: builtin/commit.c:10188570#, c-format8571msgid "Invalid ignored mode '%s'"8572msgstr ""85738574#: builtin/commit.c:1032 builtin/commit.c:12698575#, c-format8576msgid "Invalid untracked files mode '%s'"8577msgstr ""85788579#: builtin/commit.c:10708580msgid "--long and -z are incompatible"8581msgstr ""85828583#: builtin/commit.c:11038584msgid "Using both --reset-author and --author does not make sense"8585msgstr ""85868587#: builtin/commit.c:11128588msgid "You have nothing to amend."8589msgstr ""85908591#: builtin/commit.c:11158592msgid "You are in the middle of a merge -- cannot amend."8593msgstr ""85948595#: builtin/commit.c:11178596msgid "You are in the middle of a cherry-pick -- cannot amend."8597msgstr ""85988599#: builtin/commit.c:11208600msgid "Options --squash and --fixup cannot be used together"8601msgstr ""86028603#: builtin/commit.c:11308604msgid "Only one of -c/-C/-F/--fixup can be used."8605msgstr ""86068607#: builtin/commit.c:11328608msgid "Option -m cannot be combined with -c/-C/-F."8609msgstr ""86108611#: builtin/commit.c:11408612msgid "--reset-author can be used only with -C, -c or --amend."8613msgstr ""86148615#: builtin/commit.c:11578616msgid "Only one of --include/--only/--all/--interactive/--patch can be used."8617msgstr ""86188619#: builtin/commit.c:11598620msgid "No paths with --include/--only does not make sense."8621msgstr ""86228623#: builtin/commit.c:1173 builtin/tag.c:5448624#, c-format8625msgid "Invalid cleanup mode %s"8626msgstr ""86278628#: builtin/commit.c:11788629msgid "Paths with -a does not make sense."8630msgstr ""86318632#: builtin/commit.c:1303 builtin/commit.c:14808633msgid "show status concisely"8634msgstr ""86358636#: builtin/commit.c:1305 builtin/commit.c:14828637msgid "show branch information"8638msgstr ""86398640#: builtin/commit.c:13078641msgid "show stash information"8642msgstr ""86438644#: builtin/commit.c:1309 builtin/commit.c:14848645msgid "compute full ahead/behind values"8646msgstr ""86478648#: builtin/commit.c:13118649msgid "version"8650msgstr ""86518652#: builtin/commit.c:1311 builtin/commit.c:1486 builtin/push.c:5588653#: builtin/worktree.c:5918654msgid "machine-readable output"8655msgstr ""86568657#: builtin/commit.c:1314 builtin/commit.c:14888658msgid "show status in long format (default)"8659msgstr ""86608661#: builtin/commit.c:1317 builtin/commit.c:14918662msgid "terminate entries with NUL"8663msgstr ""86648665#: builtin/commit.c:1319 builtin/commit.c:1323 builtin/commit.c:14948666#: builtin/fast-export.c:1007 builtin/fast-export.c:1010 builtin/tag.c:3988667msgid "mode"8668msgstr ""86698670#: builtin/commit.c:1320 builtin/commit.c:14948671msgid "show untracked files, optional modes: all, normal, no. (Default: all)"8672msgstr ""86738674#: builtin/commit.c:13248675msgid ""8676"show ignored files, optional modes: traditional, matching, no. (Default: "8677"traditional)"8678msgstr ""86798680#: builtin/commit.c:1326 parse-options.h:1678681msgid "when"8682msgstr ""86838684#: builtin/commit.c:13278685msgid ""8686"ignore changes to submodules, optional when: all, dirty, untracked. "8687"(Default: all)"8688msgstr ""86898690#: builtin/commit.c:13298691msgid "list untracked files in columns"8692msgstr ""86938694#: builtin/commit.c:13308695msgid "do not detect renames"8696msgstr ""86978698#: builtin/commit.c:13328699msgid "detect renames, optionally set similarity index"8700msgstr ""87018702#: builtin/commit.c:13528703msgid "Unsupported combination of ignored and untracked-files arguments"8704msgstr ""87058706#: builtin/commit.c:14508707msgid "suppress summary after successful commit"8708msgstr ""87098710#: builtin/commit.c:14518711msgid "show diff in commit message template"8712msgstr ""87138714#: builtin/commit.c:14538715msgid "Commit message options"8716msgstr ""87178718#: builtin/commit.c:1454 builtin/merge.c:261 builtin/tag.c:3958719msgid "read message from file"8720msgstr ""87218722#: builtin/commit.c:14558723msgid "author"8724msgstr ""87258726#: builtin/commit.c:14558727msgid "override author for commit"8728msgstr ""87298730#: builtin/commit.c:1456 builtin/gc.c:5048731msgid "date"8732msgstr ""87338734#: builtin/commit.c:14568735msgid "override date for commit"8736msgstr ""87378738#: builtin/commit.c:1457 builtin/merge.c:257 builtin/notes.c:4048739#: builtin/notes.c:567 builtin/tag.c:3938740msgid "message"8741msgstr ""87428743#: builtin/commit.c:14578744msgid "commit message"8745msgstr ""87468747#: builtin/commit.c:1458 builtin/commit.c:1459 builtin/commit.c:14608748#: builtin/commit.c:1461 parse-options.h:270 ref-filter.h:928749msgid "commit"8750msgstr ""87518752#: builtin/commit.c:14588753msgid "reuse and edit message from specified commit"8754msgstr ""87558756#: builtin/commit.c:14598757msgid "reuse message from specified commit"8758msgstr ""87598760#: builtin/commit.c:14608761msgid "use autosquash formatted message to fixup specified commit"8762msgstr ""87638764#: builtin/commit.c:14618765msgid "use autosquash formatted message to squash specified commit"8766msgstr ""87678768#: builtin/commit.c:14628769msgid "the commit is authored by me now (used with -C/-c/--amend)"8770msgstr ""87718772#: builtin/commit.c:1463 builtin/log.c:1457 builtin/merge.c:2748773#: builtin/pull.c:154 builtin/revert.c:1068774msgid "add Signed-off-by:"8775msgstr ""87768777#: builtin/commit.c:14648778msgid "use specified template file"8779msgstr ""87808781#: builtin/commit.c:14658782msgid "force edit of commit"8783msgstr ""87848785#: builtin/commit.c:14668786msgid "default"8787msgstr ""87888789#: builtin/commit.c:1466 builtin/tag.c:3998790msgid "how to strip spaces and #comments from message"8791msgstr ""87928793#: builtin/commit.c:14678794msgid "include status in commit message template"8795msgstr ""87968797#: builtin/commit.c:1469 builtin/merge.c:272 builtin/pull.c:1848798#: builtin/revert.c:1148799msgid "GPG sign commit"8800msgstr ""88018802#: builtin/commit.c:14728803msgid "Commit contents options"8804msgstr ""88058806#: builtin/commit.c:14738807msgid "commit all changed files"8808msgstr ""88098810#: builtin/commit.c:14748811msgid "add specified files to index for commit"8812msgstr ""88138814#: builtin/commit.c:14758815msgid "interactively add files"8816msgstr ""88178818#: builtin/commit.c:14768819msgid "interactively add changes"8820msgstr ""88218822#: builtin/commit.c:14778823msgid "commit only specified files"8824msgstr ""88258826#: builtin/commit.c:14788827msgid "bypass pre-commit and commit-msg hooks"8828msgstr ""88298830#: builtin/commit.c:14798831msgid "show what would be committed"8832msgstr ""88338834#: builtin/commit.c:14928835msgid "amend previous commit"8836msgstr ""88378838#: builtin/commit.c:14938839msgid "bypass post-rewrite hook"8840msgstr ""88418842#: builtin/commit.c:14988843msgid "ok to record an empty change"8844msgstr ""88458846#: builtin/commit.c:15008847msgid "ok to record a change with an empty message"8848msgstr ""88498850#: builtin/commit.c:15738851#, c-format8852msgid "Corrupt MERGE_HEAD file (%s)"8853msgstr ""88548855#: builtin/commit.c:15808856msgid "could not read MERGE_MODE"8857msgstr ""88588859#: builtin/commit.c:15998860#, c-format8861msgid "could not read commit message: %s"8862msgstr ""88638864#: builtin/commit.c:16108865#, c-format8866msgid "Aborting commit due to empty commit message.\n"8867msgstr ""88688869#: builtin/commit.c:16158870#, c-format8871msgid "Aborting commit; you did not edit the message.\n"8872msgstr ""88738874#: builtin/commit.c:16508875msgid ""8876"repository has been updated, but unable to write\n"8877"new_index file. Check that disk is not full and quota is\n"8878"not exceeded, and then \"git reset HEAD\" to recover."8879msgstr ""88808881#: builtin/commit-graph.c:108882msgid "git commit-graph [--object-dir <objdir>]"8883msgstr ""88848885#: builtin/commit-graph.c:11 builtin/commit-graph.c:238886msgid "git commit-graph read [--object-dir <objdir>]"8887msgstr ""88888889#: builtin/commit-graph.c:12 builtin/commit-graph.c:188890msgid "git commit-graph verify [--object-dir <objdir>]"8891msgstr ""88928893#: builtin/commit-graph.c:13 builtin/commit-graph.c:288894msgid ""8895"git commit-graph write [--object-dir <objdir>] [--append] [--reachable|--"8896"stdin-packs|--stdin-commits]"8897msgstr ""88988899#: builtin/commit-graph.c:48 builtin/commit-graph.c:778900#: builtin/commit-graph.c:131 builtin/commit-graph.c:184 builtin/fetch.c:1508901#: builtin/log.c:14778902msgid "dir"8903msgstr ""89048905#: builtin/commit-graph.c:49 builtin/commit-graph.c:788906#: builtin/commit-graph.c:132 builtin/commit-graph.c:1858907msgid "The object directory to store the graph"8908msgstr ""89098910#: builtin/commit-graph.c:1348911msgid "start walk at all refs"8912msgstr ""89138914#: builtin/commit-graph.c:1368915msgid "scan pack-indexes listed by stdin for commits"8916msgstr ""89178918#: builtin/commit-graph.c:1388919msgid "start walk at commits listed by stdin"8920msgstr ""89218922#: builtin/commit-graph.c:1408923msgid "include all commits already in the commit-graph file"8924msgstr ""89258926#: builtin/commit-graph.c:1498927msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"8928msgstr ""89298930#: builtin/config.c:108931msgid "git config [<options>]"8932msgstr ""89338934#: builtin/config.c:1018935#, c-format8936msgid "unrecognized --type argument, %s"8937msgstr ""89388939#: builtin/config.c:1138940msgid "only one type at a time"8941msgstr ""89428943#: builtin/config.c:1228944msgid "Config file location"8945msgstr ""89468947#: builtin/config.c:1238948msgid "use global config file"8949msgstr ""89508951#: builtin/config.c:1248952msgid "use system config file"8953msgstr ""89548955#: builtin/config.c:1258956msgid "use repository config file"8957msgstr ""89588959#: builtin/config.c:1268960msgid "use given config file"8961msgstr ""89628963#: builtin/config.c:1278964msgid "blob-id"8965msgstr ""89668967#: builtin/config.c:1278968msgid "read config from given blob object"8969msgstr ""89708971#: builtin/config.c:1288972msgid "Action"8973msgstr ""89748975#: builtin/config.c:1298976msgid "get value: name [value-regex]"8977msgstr ""89788979#: builtin/config.c:1308980msgid "get all values: key [value-regex]"8981msgstr ""89828983#: builtin/config.c:1318984msgid "get values for regexp: name-regex [value-regex]"8985msgstr ""89868987#: builtin/config.c:1328988msgid "get value specific for the URL: section[.var] URL"8989msgstr ""89908991#: builtin/config.c:1338992msgid "replace all matching variables: name value [value_regex]"8993msgstr ""89948995#: builtin/config.c:1348996msgid "add a new variable: name value"8997msgstr ""89988999#: builtin/config.c:1359000msgid "remove a variable: name [value-regex]"9001msgstr ""90029003#: builtin/config.c:1369004msgid "remove all matches: name [value-regex]"9005msgstr ""90069007#: builtin/config.c:1379008msgid "rename section: old-name new-name"9009msgstr ""90109011#: builtin/config.c:1389012msgid "remove a section: name"9013msgstr ""90149015#: builtin/config.c:1399016msgid "list all"9017msgstr ""90189019#: builtin/config.c:1409020msgid "open an editor"9021msgstr ""90229023#: builtin/config.c:1419024msgid "find the color configured: slot [default]"9025msgstr ""90269027#: builtin/config.c:1429028msgid "find the color setting: slot [stdout-is-tty]"9029msgstr ""90309031#: builtin/config.c:1439032msgid "Type"9033msgstr ""90349035#: builtin/config.c:1449036msgid "value is given this type"9037msgstr ""90389039#: builtin/config.c:1459040msgid "value is \"true\" or \"false\""9041msgstr ""90429043#: builtin/config.c:1469044msgid "value is decimal number"9045msgstr ""90469047#: builtin/config.c:1479048msgid "value is --bool or --int"9049msgstr ""90509051#: builtin/config.c:1489052msgid "value is a path (file or directory name)"9053msgstr ""90549055#: builtin/config.c:1499056msgid "value is an expiry date"9057msgstr ""90589059#: builtin/config.c:1509060msgid "Other"9061msgstr ""90629063#: builtin/config.c:1519064msgid "terminate values with NUL byte"9065msgstr ""90669067#: builtin/config.c:1529068msgid "show variable names only"9069msgstr ""90709071#: builtin/config.c:1539072msgid "respect include directives on lookup"9073msgstr ""90749075#: builtin/config.c:1549076msgid "show origin of config (file, standard input, blob, command line)"9077msgstr ""90789079#: builtin/config.c:1559080msgid "value"9081msgstr ""90829083#: builtin/config.c:1559084msgid "with --get, use default value when missing entry"9085msgstr ""90869087#: builtin/config.c:1689088#, c-format9089msgid "wrong number of arguments, should be %d"9090msgstr ""90919092#: builtin/config.c:1709093#, c-format9094msgid "wrong number of arguments, should be from %d to %d"9095msgstr ""90969097#: builtin/config.c:3049098#, c-format9099msgid "invalid key pattern: %s"9100msgstr ""91019102#: builtin/config.c:3409103#, c-format9104msgid "failed to format default config value: %s"9105msgstr ""91069107#: builtin/config.c:3979108#, c-format9109msgid "cannot parse color '%s'"9110msgstr ""91119112#: builtin/config.c:4399113msgid "unable to parse default color value"9114msgstr ""91159116#: builtin/config.c:492 builtin/config.c:7249117msgid "not in a git directory"9118msgstr ""91199120#: builtin/config.c:4959121msgid "writing to stdin is not supported"9122msgstr ""91239124#: builtin/config.c:4989125msgid "writing config blobs is not supported"9126msgstr ""91279128#: builtin/config.c:5839129#, c-format9130msgid ""9131"# This is Git's per-user configuration file.\n"9132"[user]\n"9133"# Please adapt and uncomment the following lines:\n"9134"#\tname = %s\n"9135"#\temail = %s\n"9136msgstr ""91379138#: builtin/config.c:6069139msgid "only one config file at a time"9140msgstr ""91419142#: builtin/config.c:6119143msgid "--local can only be used inside a git repository"9144msgstr ""91459146#: builtin/config.c:6149147msgid "--blob can only be used inside a git repository"9148msgstr ""91499150#: builtin/config.c:6339151msgid "$HOME not set"9152msgstr ""91539154#: builtin/config.c:6709155msgid "--get-color and variable type are incoherent"9156msgstr ""91579158#: builtin/config.c:6759159msgid "only one action at a time"9160msgstr ""91619162#: builtin/config.c:6889163msgid "--name-only is only applicable to --list or --get-regexp"9164msgstr ""91659166#: builtin/config.c:6949167msgid ""9168"--show-origin is only applicable to --get, --get-all, --get-regexp, and --"9169"list"9170msgstr ""91719172#: builtin/config.c:7009173msgid "--default is only applicable to --get"9174msgstr ""91759176#: builtin/config.c:7139177#, c-format9178msgid "unable to read config file '%s'"9179msgstr ""91809181#: builtin/config.c:7169182msgid "error processing config file(s)"9183msgstr ""91849185#: builtin/config.c:7269186msgid "editing stdin is not supported"9187msgstr ""91889189#: builtin/config.c:7289190msgid "editing blobs is not supported"9191msgstr ""91929193#: builtin/config.c:7429194#, c-format9195msgid "cannot create configuration file %s"9196msgstr ""91979198#: builtin/config.c:7559199#, c-format9200msgid ""9201"cannot overwrite multiple values with a single value\n"9202" Use a regexp, --add or --replace-all to change %s."9203msgstr ""92049205#: builtin/config.c:829 builtin/config.c:8409206#, c-format9207msgid "no such section: %s"9208msgstr ""92099210#: builtin/count-objects.c:909211msgid "git count-objects [-v] [-H | --human-readable]"9212msgstr ""92139214#: builtin/count-objects.c:1009215msgid "print sizes in human readable format"9216msgstr ""92179218#: builtin/describe.c:269219msgid "git describe [<options>] [<commit-ish>...]"9220msgstr ""92219222#: builtin/describe.c:279223msgid "git describe [<options>] --dirty"9224msgstr ""92259226#: builtin/describe.c:629227msgid "head"9228msgstr ""92299230#: builtin/describe.c:629231msgid "lightweight"9232msgstr ""92339234#: builtin/describe.c:629235msgid "annotated"9236msgstr ""92379238#: builtin/describe.c:2729239#, c-format9240msgid "annotated tag %s not available"9241msgstr ""92429243#: builtin/describe.c:2769244#, c-format9245msgid "annotated tag %s has no embedded name"9246msgstr ""92479248#: builtin/describe.c:2789249#, c-format9250msgid "tag '%s' is really '%s' here"9251msgstr ""92529253#: builtin/describe.c:3229254#, c-format9255msgid "no tag exactly matches '%s'"9256msgstr ""92579258#: builtin/describe.c:3249259#, c-format9260msgid "No exact match on refs or tags, searching to describe\n"9261msgstr ""92629263#: builtin/describe.c:3789264#, c-format9265msgid "finished search at %s\n"9266msgstr ""92679268#: builtin/describe.c:4049269#, c-format9270msgid ""9271"No annotated tags can describe '%s'.\n"9272"However, there were unannotated tags: try --tags."9273msgstr ""92749275#: builtin/describe.c:4089276#, c-format9277msgid ""9278"No tags can describe '%s'.\n"9279"Try --always, or create some tags."9280msgstr ""92819282#: builtin/describe.c:4389283#, c-format9284msgid "traversed %lu commits\n"9285msgstr ""92869287#: builtin/describe.c:4419288#, c-format9289msgid ""9290"more than %i tags found; listed %i most recent\n"9291"gave up search at %s\n"9292msgstr ""92939294#: builtin/describe.c:5099295#, c-format9296msgid "describe %s\n"9297msgstr ""92989299#: builtin/describe.c:512 builtin/log.c:5089300#, c-format9301msgid "Not a valid object name %s"9302msgstr ""93039304#: builtin/describe.c:5209305#, c-format9306msgid "%s is neither a commit nor blob"9307msgstr ""93089309#: builtin/describe.c:5349310msgid "find the tag that comes after the commit"9311msgstr ""93129313#: builtin/describe.c:5359314msgid "debug search strategy on stderr"9315msgstr ""93169317#: builtin/describe.c:5369318msgid "use any ref"9319msgstr ""93209321#: builtin/describe.c:5379322msgid "use any tag, even unannotated"9323msgstr ""93249325#: builtin/describe.c:5389326msgid "always use long format"9327msgstr ""93289329#: builtin/describe.c:5399330msgid "only follow first parent"9331msgstr ""93329333#: builtin/describe.c:5429334msgid "only output exact matches"9335msgstr ""93369337#: builtin/describe.c:5449338msgid "consider <n> most recent tags (default: 10)"9339msgstr ""93409341#: builtin/describe.c:5469342msgid "only consider tags matching <pattern>"9343msgstr ""93449345#: builtin/describe.c:5489346msgid "do not consider tags matching <pattern>"9347msgstr ""93489349#: builtin/describe.c:550 builtin/name-rev.c:4249350msgid "show abbreviated commit object as fallback"9351msgstr ""93529353#: builtin/describe.c:551 builtin/describe.c:5549354msgid "mark"9355msgstr ""93569357#: builtin/describe.c:5529358msgid "append <mark> on dirty working tree (default: \"-dirty\")"9359msgstr ""93609361#: builtin/describe.c:5559362msgid "append <mark> on broken working tree (default: \"-broken\")"9363msgstr ""93649365#: builtin/describe.c:5739366msgid "--long is incompatible with --abbrev=0"9367msgstr ""93689369#: builtin/describe.c:6029370msgid "No names found, cannot describe anything."9371msgstr ""93729373#: builtin/describe.c:6529374msgid "--dirty is incompatible with commit-ishes"9375msgstr ""93769377#: builtin/describe.c:6549378msgid "--broken is incompatible with commit-ishes"9379msgstr ""93809381#: builtin/diff.c:839382#, c-format9383msgid "'%s': not a regular file or symlink"9384msgstr ""93859386#: builtin/diff.c:2349387#, c-format9388msgid "invalid option: %s"9389msgstr ""93909391#: builtin/diff.c:3639392msgid "Not a git repository"9393msgstr ""93949395#: builtin/diff.c:4079396#, c-format9397msgid "invalid object '%s' given."9398msgstr ""93999400#: builtin/diff.c:4169401#, c-format9402msgid "more than two blobs given: '%s'"9403msgstr ""94049405#: builtin/diff.c:4219406#, c-format9407msgid "unhandled object '%s' given."9408msgstr ""94099410#: builtin/difftool.c:309411msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"9412msgstr ""94139414#: builtin/difftool.c:2609415#, c-format9416msgid "failed: %d"9417msgstr ""94189419#: builtin/difftool.c:3029420#, c-format9421msgid "could not read symlink %s"9422msgstr ""94239424#: builtin/difftool.c:3049425#, c-format9426msgid "could not read symlink file %s"9427msgstr ""94289429#: builtin/difftool.c:3129430#, c-format9431msgid "could not read object %s for symlink %s"9432msgstr ""94339434#: builtin/difftool.c:4139435msgid ""9436"combined diff formats('-c' and '--cc') are not supported in\n"9437"directory diff mode('-d' and '--dir-diff')."9438msgstr ""94399440#: builtin/difftool.c:6339441#, c-format9442msgid "both files modified: '%s' and '%s'."9443msgstr ""94449445#: builtin/difftool.c:6359446msgid "working tree file has been left."9447msgstr ""94489449#: builtin/difftool.c:6469450#, c-format9451msgid "temporary files exist in '%s'."9452msgstr ""94539454#: builtin/difftool.c:6479455msgid "you may want to cleanup or recover these."9456msgstr ""94579458#: builtin/difftool.c:6969459msgid "use `diff.guitool` instead of `diff.tool`"9460msgstr ""94619462#: builtin/difftool.c:6989463msgid "perform a full-directory diff"9464msgstr ""94659466#: builtin/difftool.c:7009467msgid "do not prompt before launching a diff tool"9468msgstr ""94699470#: builtin/difftool.c:7059471msgid "use symlinks in dir-diff mode"9472msgstr ""94739474#: builtin/difftool.c:7069475msgid "tool"9476msgstr ""94779478#: builtin/difftool.c:7079479msgid "use the specified diff tool"9480msgstr ""94819482#: builtin/difftool.c:7099483msgid "print a list of diff tools that may be used with `--tool`"9484msgstr ""94859486#: builtin/difftool.c:7129487msgid ""9488"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "9489"code"9490msgstr ""94919492#: builtin/difftool.c:7159493msgid "specify a custom command for viewing diffs"9494msgstr ""94959496#: builtin/difftool.c:7399497msgid "no <tool> given for --tool=<tool>"9498msgstr ""94999500#: builtin/difftool.c:7469501msgid "no <cmd> given for --extcmd=<cmd>"9502msgstr ""95039504#: builtin/fast-export.c:299505msgid "git fast-export [rev-list-opts]"9506msgstr ""95079508#: builtin/fast-export.c:10069509msgid "show progress after <n> objects"9510msgstr ""95119512#: builtin/fast-export.c:10089513msgid "select handling of signed tags"9514msgstr ""95159516#: builtin/fast-export.c:10119517msgid "select handling of tags that tag filtered objects"9518msgstr ""95199520#: builtin/fast-export.c:10149521msgid "Dump marks to this file"9522msgstr ""95239524#: builtin/fast-export.c:10169525msgid "Import marks from this file"9526msgstr ""95279528#: builtin/fast-export.c:10189529msgid "Fake a tagger when tags lack one"9530msgstr ""95319532#: builtin/fast-export.c:10209533msgid "Output full tree for each commit"9534msgstr ""95359536#: builtin/fast-export.c:10229537msgid "Use the done feature to terminate the stream"9538msgstr ""95399540#: builtin/fast-export.c:10239541msgid "Skip output of blob data"9542msgstr ""95439544#: builtin/fast-export.c:10249545msgid "refspec"9546msgstr ""95479548#: builtin/fast-export.c:10259549msgid "Apply refspec to exported refs"9550msgstr ""95519552#: builtin/fast-export.c:10269553msgid "anonymize output"9554msgstr ""95559556#: builtin/fetch.c:279557msgid "git fetch [<options>] [<repository> [<refspec>...]]"9558msgstr ""95599560#: builtin/fetch.c:289561msgid "git fetch [<options>] <group>"9562msgstr ""95639564#: builtin/fetch.c:299565msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"9566msgstr ""95679568#: builtin/fetch.c:309569msgid "git fetch --all [<options>]"9570msgstr ""95719572#: builtin/fetch.c:112 builtin/pull.c:1939573msgid "fetch from all remotes"9574msgstr ""95759576#: builtin/fetch.c:114 builtin/pull.c:1969577msgid "append to .git/FETCH_HEAD instead of overwriting"9578msgstr ""95799580#: builtin/fetch.c:116 builtin/pull.c:1999581msgid "path to upload pack on remote end"9582msgstr ""95839584#: builtin/fetch.c:117 builtin/pull.c:2019585msgid "force overwrite of local branch"9586msgstr ""95879588#: builtin/fetch.c:1199589msgid "fetch from multiple remotes"9590msgstr ""95919592#: builtin/fetch.c:121 builtin/pull.c:2039593msgid "fetch all tags and associated objects"9594msgstr ""95959596#: builtin/fetch.c:1239597msgid "do not fetch all tags (--no-tags)"9598msgstr ""95999600#: builtin/fetch.c:1259601msgid "number of submodules fetched in parallel"9602msgstr ""96039604#: builtin/fetch.c:127 builtin/pull.c:2069605msgid "prune remote-tracking branches no longer on remote"9606msgstr ""96079608#: builtin/fetch.c:1299609msgid "prune local tags no longer on remote and clobber changed tags"9610msgstr ""96119612#: builtin/fetch.c:130 builtin/fetch.c:153 builtin/pull.c:1319613msgid "on-demand"9614msgstr ""96159616#: builtin/fetch.c:1319617msgid "control recursive fetching of submodules"9618msgstr ""96199620#: builtin/fetch.c:135 builtin/pull.c:2149621msgid "keep downloaded pack"9622msgstr ""96239624#: builtin/fetch.c:1379625msgid "allow updating of HEAD ref"9626msgstr ""96279628#: builtin/fetch.c:140 builtin/fetch.c:146 builtin/pull.c:2179629msgid "deepen history of shallow clone"9630msgstr ""96319632#: builtin/fetch.c:1429633msgid "deepen history of shallow repository based on time"9634msgstr ""96359636#: builtin/fetch.c:148 builtin/pull.c:2209637msgid "convert to a complete repository"9638msgstr ""96399640#: builtin/fetch.c:1519641msgid "prepend this to submodule path output"9642msgstr ""96439644#: builtin/fetch.c:1549645msgid ""9646"default for recursive fetching of submodules (lower priority than config "9647"files)"9648msgstr ""96499650#: builtin/fetch.c:158 builtin/pull.c:2239651msgid "accept refs that update .git/shallow"9652msgstr ""96539654#: builtin/fetch.c:159 builtin/pull.c:2259655msgid "refmap"9656msgstr ""96579658#: builtin/fetch.c:160 builtin/pull.c:2269659msgid "specify fetch refmap"9660msgstr ""96619662#: builtin/fetch.c:161 builtin/ls-remote.c:77 builtin/push.c:5829663#: builtin/send-pack.c:1729664msgid "server-specific"9665msgstr ""96669667#: builtin/fetch.c:161 builtin/ls-remote.c:77 builtin/push.c:5829668#: builtin/send-pack.c:1739669msgid "option to transmit"9670msgstr ""96719672#: builtin/fetch.c:1679673msgid "report that we have only objects reachable from this object"9674msgstr ""96759676#: builtin/fetch.c:4189677msgid "Couldn't find remote ref HEAD"9678msgstr ""96799680#: builtin/fetch.c:5529681#, c-format9682msgid "configuration fetch.output contains invalid value %s"9683msgstr ""96849685#: builtin/fetch.c:6459686#, c-format9687msgid "object %s not found"9688msgstr ""96899690#: builtin/fetch.c:6499691msgid "[up to date]"9692msgstr ""96939694#: builtin/fetch.c:662 builtin/fetch.c:7449695msgid "[rejected]"9696msgstr ""96979698#: builtin/fetch.c:6639699msgid "can't fetch in current branch"9700msgstr ""97019702#: builtin/fetch.c:6729703msgid "[tag update]"9704msgstr ""97059706#: builtin/fetch.c:673 builtin/fetch.c:708 builtin/fetch.c:7249707#: builtin/fetch.c:7399708msgid "unable to update local ref"9709msgstr ""97109711#: builtin/fetch.c:6949712msgid "[new tag]"9713msgstr ""97149715#: builtin/fetch.c:6979716msgid "[new branch]"9717msgstr ""97189719#: builtin/fetch.c:7009720msgid "[new ref]"9721msgstr ""97229723#: builtin/fetch.c:7399724msgid "forced update"9725msgstr ""97269727#: builtin/fetch.c:7449728msgid "non-fast-forward"9729msgstr ""97309731#: builtin/fetch.c:7909732#, c-format9733msgid "%s did not send all necessary objects\n"9734msgstr ""97359736#: builtin/fetch.c:8119737#, c-format9738msgid "reject %s because shallow roots are not allowed to be updated"9739msgstr ""97409741#: builtin/fetch.c:900 builtin/fetch.c:10119742#, c-format9743msgid "From %.*s\n"9744msgstr ""97459746#: builtin/fetch.c:9119747#, c-format9748msgid ""9749"some local refs could not be updated; try running\n"9750" 'git remote prune %s' to remove any old, conflicting branches"9751msgstr ""97529753#: builtin/fetch.c:9819754#, c-format9755msgid " (%s will become dangling)"9756msgstr ""97579758#: builtin/fetch.c:9829759#, c-format9760msgid " (%s has become dangling)"9761msgstr ""97629763#: builtin/fetch.c:10149764msgid "[deleted]"9765msgstr ""97669767#: builtin/fetch.c:1015 builtin/remote.c:10359768msgid "(none)"9769msgstr ""97709771#: builtin/fetch.c:10389772#, c-format9773msgid "Refusing to fetch into current branch %s of non-bare repository"9774msgstr ""97759776#: builtin/fetch.c:10579777#, c-format9778msgid "Option \"%s\" value \"%s\" is not valid for %s"9779msgstr ""97809781#: builtin/fetch.c:10609782#, c-format9783msgid "Option \"%s\" is ignored for %s\n"9784msgstr ""97859786#: builtin/fetch.c:13399787#, c-format9788msgid "Fetching %s\n"9789msgstr ""97909791#: builtin/fetch.c:1341 builtin/remote.c:999792#, c-format9793msgid "Could not fetch %s"9794msgstr ""97959796#: builtin/fetch.c:1387 builtin/fetch.c:15559797msgid ""9798"--filter can only be used with the remote configured in core.partialClone"9799msgstr ""98009801#: builtin/fetch.c:14109802msgid ""9803"No remote repository specified. Please, specify either a URL or a\n"9804"remote name from which new revisions should be fetched."9805msgstr ""98069807#: builtin/fetch.c:14479808msgid "You need to specify a tag name."9809msgstr ""98109811#: builtin/fetch.c:14969812msgid "Negative depth in --deepen is not supported"9813msgstr ""98149815#: builtin/fetch.c:14989816msgid "--deepen and --depth are mutually exclusive"9817msgstr ""98189819#: builtin/fetch.c:15039820msgid "--depth and --unshallow cannot be used together"9821msgstr ""98229823#: builtin/fetch.c:15059824msgid "--unshallow on a complete repository does not make sense"9825msgstr ""98269827#: builtin/fetch.c:15219828msgid "fetch --all does not take a repository argument"9829msgstr ""98309831#: builtin/fetch.c:15239832msgid "fetch --all does not make sense with refspecs"9833msgstr ""98349835#: builtin/fetch.c:15329836#, c-format9837msgid "No such remote or remote group: %s"9838msgstr ""98399840#: builtin/fetch.c:15399841msgid "Fetching a group and specifying refspecs does not make sense"9842msgstr ""98439844#: builtin/fmt-merge-msg.c:179845msgid ""9846"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"9847msgstr ""98489849#: builtin/fmt-merge-msg.c:6719850msgid "populate log with at most <n> entries from shortlog"9851msgstr ""98529853#: builtin/fmt-merge-msg.c:6749854msgid "alias for --log (deprecated)"9855msgstr ""98569857#: builtin/fmt-merge-msg.c:6779858msgid "text"9859msgstr ""98609861#: builtin/fmt-merge-msg.c:6789862msgid "use <text> as start of message"9863msgstr ""98649865#: builtin/fmt-merge-msg.c:6799866msgid "file to read from"9867msgstr ""98689869#: builtin/for-each-ref.c:109870msgid "git for-each-ref [<options>] [<pattern>]"9871msgstr ""98729873#: builtin/for-each-ref.c:119874msgid "git for-each-ref [--points-at <object>]"9875msgstr ""98769877#: builtin/for-each-ref.c:129878msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"9879msgstr ""98809881#: builtin/for-each-ref.c:139882msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"9883msgstr ""98849885#: builtin/for-each-ref.c:289886msgid "quote placeholders suitably for shells"9887msgstr ""98889889#: builtin/for-each-ref.c:309890msgid "quote placeholders suitably for perl"9891msgstr ""98929893#: builtin/for-each-ref.c:329894msgid "quote placeholders suitably for python"9895msgstr ""98969897#: builtin/for-each-ref.c:349898msgid "quote placeholders suitably for Tcl"9899msgstr ""99009901#: builtin/for-each-ref.c:379902msgid "show only <n> matched refs"9903msgstr ""99049905#: builtin/for-each-ref.c:39 builtin/tag.c:4229906msgid "respect format colors"9907msgstr ""99089909#: builtin/for-each-ref.c:439910msgid "print only refs which points at the given object"9911msgstr ""99129913#: builtin/for-each-ref.c:459914msgid "print only refs that are merged"9915msgstr ""99169917#: builtin/for-each-ref.c:469918msgid "print only refs that are not merged"9919msgstr ""99209921#: builtin/for-each-ref.c:479922msgid "print only refs which contain the commit"9923msgstr ""99249925#: builtin/for-each-ref.c:489926msgid "print only refs which don't contain the commit"9927msgstr ""99289929#: builtin/fsck.c:5749930msgid "Checking object directories"9931msgstr ""99329933#: builtin/fsck.c:6669934msgid "git fsck [<options>] [<object>...]"9935msgstr ""99369937#: builtin/fsck.c:6729938msgid "show unreachable objects"9939msgstr ""99409941#: builtin/fsck.c:6739942msgid "show dangling objects"9943msgstr ""99449945#: builtin/fsck.c:6749946msgid "report tags"9947msgstr ""99489949#: builtin/fsck.c:6759950msgid "report root nodes"9951msgstr ""99529953#: builtin/fsck.c:6769954msgid "make index objects head nodes"9955msgstr ""99569957#: builtin/fsck.c:6779958msgid "make reflogs head nodes (default)"9959msgstr ""99609961#: builtin/fsck.c:6789962msgid "also consider packs and alternate objects"9963msgstr ""99649965#: builtin/fsck.c:6799966msgid "check only connectivity"9967msgstr ""99689969#: builtin/fsck.c:6809970msgid "enable more strict checking"9971msgstr ""99729973#: builtin/fsck.c:6829974msgid "write dangling objects in .git/lost-found"9975msgstr ""99769977#: builtin/fsck.c:683 builtin/prune.c:1109978msgid "show progress"9979msgstr ""99809981#: builtin/fsck.c:6849982msgid "show verbose names for reachable objects"9983msgstr ""99849985#: builtin/fsck.c:7509986msgid "Checking objects"9987msgstr ""99889989#: builtin/gc.c:349990msgid "git gc [<options>]"9991msgstr ""99929993#: builtin/gc.c:909994#, c-format9995msgid "Failed to fstat %s: %s"9996msgstr ""99979998#: builtin/gc.c:4559999#, c-format10000msgid "Can't stat %s"10001msgstr ""1000210003#: builtin/gc.c:46410004#, c-format10005msgid ""10006"The last gc run reported the following. Please correct the root cause\n"10007"and remove %s.\n"10008"Automatic cleanup will not be performed until the file is removed.\n"10009"\n"10010"%s"10011msgstr ""1001210013#: builtin/gc.c:50510014msgid "prune unreferenced objects"10015msgstr ""1001610017#: builtin/gc.c:50710018msgid "be more thorough (increased runtime)"10019msgstr ""1002010021#: builtin/gc.c:50810022msgid "enable auto-gc mode"10023msgstr ""1002410025#: builtin/gc.c:51110026msgid "force running gc even if there may be another gc running"10027msgstr ""1002810029#: builtin/gc.c:51410030msgid "repack all other packs except the largest pack"10031msgstr ""1003210033#: builtin/gc.c:53110034#, c-format10035msgid "failed to parse gc.logexpiry value %s"10036msgstr ""1003710038#: builtin/gc.c:54210039#, c-format10040msgid "failed to parse prune expiry value %s"10041msgstr ""1004210043#: builtin/gc.c:56210044#, c-format10045msgid "Auto packing the repository in background for optimum performance.\n"10046msgstr ""1004710048#: builtin/gc.c:56410049#, c-format10050msgid "Auto packing the repository for optimum performance.\n"10051msgstr ""1005210053#: builtin/gc.c:56510054#, c-format10055msgid "See \"git help gc\" for manual housekeeping.\n"10056msgstr ""1005710058#: builtin/gc.c:60110059#, c-format10060msgid ""10061"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"10062msgstr ""1006310064#: builtin/gc.c:65210065msgid ""10066"There are too many unreachable loose objects; run 'git prune' to remove them."10067msgstr ""1006810069#: builtin/grep.c:2810070msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"10071msgstr ""1007210073#: builtin/grep.c:22610074#, c-format10075msgid "grep: failed to create thread: %s"10076msgstr ""1007710078#: builtin/grep.c:28410079#, c-format10080msgid "invalid number of threads specified (%d) for %s"10081msgstr ""1008210083#. TRANSLATORS: %s is the configuration10084#. variable for tweaking threads, currently10085#. grep.threads10086#.10087#: builtin/grep.c:293 builtin/index-pack.c:1536 builtin/index-pack.c:172810088#: builtin/pack-objects.c:263610089#, c-format10090msgid "no threads support, ignoring %s"10091msgstr ""1009210093#: builtin/grep.c:461 builtin/grep.c:582 builtin/grep.c:62310094#, c-format10095msgid "unable to read tree (%s)"10096msgstr ""1009710098#: builtin/grep.c:63810099#, c-format10100msgid "unable to grep from object of type %s"10101msgstr ""1010210103#: builtin/grep.c:70410104#, c-format10105msgid "switch `%c' expects a numerical value"10106msgstr ""1010710108#: builtin/grep.c:79110109msgid "search in index instead of in the work tree"10110msgstr ""1011110112#: builtin/grep.c:79310113msgid "find in contents not managed by git"10114msgstr ""1011510116#: builtin/grep.c:79510117msgid "search in both tracked and untracked files"10118msgstr ""1011910120#: builtin/grep.c:79710121msgid "ignore files specified via '.gitignore'"10122msgstr ""1012310124#: builtin/grep.c:79910125msgid "recursively search in each submodule"10126msgstr ""1012710128#: builtin/grep.c:80210129msgid "show non-matching lines"10130msgstr ""1013110132#: builtin/grep.c:80410133msgid "case insensitive matching"10134msgstr ""1013510136#: builtin/grep.c:80610137msgid "match patterns only at word boundaries"10138msgstr ""1013910140#: builtin/grep.c:80810141msgid "process binary files as text"10142msgstr ""1014310144#: builtin/grep.c:81010145msgid "don't match patterns in binary files"10146msgstr ""1014710148#: builtin/grep.c:81310149msgid "process binary files with textconv filters"10150msgstr ""1015110152#: builtin/grep.c:81510153msgid "descend at most <depth> levels"10154msgstr ""1015510156#: builtin/grep.c:81910157msgid "use extended POSIX regular expressions"10158msgstr ""1015910160#: builtin/grep.c:82210161msgid "use basic POSIX regular expressions (default)"10162msgstr ""1016310164#: builtin/grep.c:82510165msgid "interpret patterns as fixed strings"10166msgstr ""1016710168#: builtin/grep.c:82810169msgid "use Perl-compatible regular expressions"10170msgstr ""1017110172#: builtin/grep.c:83110173msgid "show line numbers"10174msgstr ""1017510176#: builtin/grep.c:83210177msgid "show column number of first match"10178msgstr ""1017910180#: builtin/grep.c:83310181msgid "don't show filenames"10182msgstr ""1018310184#: builtin/grep.c:83410185msgid "show filenames"10186msgstr ""1018710188#: builtin/grep.c:83610189msgid "show filenames relative to top directory"10190msgstr ""1019110192#: builtin/grep.c:83810193msgid "show only filenames instead of matching lines"10194msgstr ""1019510196#: builtin/grep.c:84010197msgid "synonym for --files-with-matches"10198msgstr ""1019910200#: builtin/grep.c:84310201msgid "show only the names of files without match"10202msgstr ""1020310204#: builtin/grep.c:84510205msgid "print NUL after filenames"10206msgstr ""1020710208#: builtin/grep.c:84810209msgid "show only matching parts of a line"10210msgstr ""1021110212#: builtin/grep.c:85010213msgid "show the number of matches instead of matching lines"10214msgstr ""1021510216#: builtin/grep.c:85110217msgid "highlight matches"10218msgstr ""1021910220#: builtin/grep.c:85310221msgid "print empty line between matches from different files"10222msgstr ""1022310224#: builtin/grep.c:85510225msgid "show filename only once above matches from same file"10226msgstr ""1022710228#: builtin/grep.c:85810229msgid "show <n> context lines before and after matches"10230msgstr ""1023110232#: builtin/grep.c:86110233msgid "show <n> context lines before matches"10234msgstr ""1023510236#: builtin/grep.c:86310237msgid "show <n> context lines after matches"10238msgstr ""1023910240#: builtin/grep.c:86510241msgid "use <n> worker threads"10242msgstr ""1024310244#: builtin/grep.c:86610245msgid "shortcut for -C NUM"10246msgstr ""1024710248#: builtin/grep.c:86910249msgid "show a line with the function name before matches"10250msgstr ""1025110252#: builtin/grep.c:87110253msgid "show the surrounding function"10254msgstr ""1025510256#: builtin/grep.c:87410257msgid "read patterns from file"10258msgstr ""1025910260#: builtin/grep.c:87610261msgid "match <pattern>"10262msgstr ""1026310264#: builtin/grep.c:87810265msgid "combine patterns specified with -e"10266msgstr ""1026710268#: builtin/grep.c:89010269msgid "indicate hit with exit status without output"10270msgstr ""1027110272#: builtin/grep.c:89210273msgid "show only matches from files that match all patterns"10274msgstr ""1027510276#: builtin/grep.c:89410277msgid "show parse tree for grep expression"10278msgstr ""1027910280#: builtin/grep.c:89810281msgid "pager"10282msgstr ""1028310284#: builtin/grep.c:89810285msgid "show matching files in the pager"10286msgstr ""1028710288#: builtin/grep.c:90210289msgid "allow calling of grep(1) (ignored by this build)"10290msgstr ""1029110292#: builtin/grep.c:96610293msgid "no pattern given"10294msgstr ""1029510296#: builtin/grep.c:100210297msgid "--no-index or --untracked cannot be used with revs"10298msgstr ""1029910300#: builtin/grep.c:100910301#, c-format10302msgid "unable to resolve revision: %s"10303msgstr ""1030410305#: builtin/grep.c:1044 builtin/index-pack.c:1532 builtin/pack-objects.c:263210306#, c-format10307msgid "invalid number of threads specified (%d)"10308msgstr ""1030910310#: builtin/grep.c:1049 builtin/pack-objects.c:328610311msgid "no threads support, ignoring --threads"10312msgstr ""1031310314#: builtin/grep.c:107310315msgid "--open-files-in-pager only works on the worktree"10316msgstr ""1031710318#: builtin/grep.c:109610319msgid "option not supported with --recurse-submodules"10320msgstr ""1032110322#: builtin/grep.c:110210323msgid "--cached or --untracked cannot be used with --no-index"10324msgstr ""1032510326#: builtin/grep.c:110810327msgid "--[no-]exclude-standard cannot be used for tracked contents"10328msgstr ""1032910330#: builtin/grep.c:111610331msgid "both --cached and trees are given"10332msgstr ""1033310334#: builtin/hash-object.c:8410335msgid ""10336"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "10337"[--] <file>..."10338msgstr ""1033910340#: builtin/hash-object.c:8510341msgid "git hash-object --stdin-paths"10342msgstr ""1034310344#: builtin/hash-object.c:9710345msgid "type"10346msgstr ""1034710348#: builtin/hash-object.c:9710349msgid "object type"10350msgstr ""1035110352#: builtin/hash-object.c:9810353msgid "write the object into the object database"10354msgstr ""1035510356#: builtin/hash-object.c:10010357msgid "read the object from stdin"10358msgstr ""1035910360#: builtin/hash-object.c:10210361msgid "store file as is without filters"10362msgstr ""1036310364#: builtin/hash-object.c:10310365msgid ""10366"just hash any random garbage to create corrupt objects for debugging Git"10367msgstr ""1036810369#: builtin/hash-object.c:10410370msgid "process file as it were from this path"10371msgstr ""1037210373#: builtin/help.c:4610374msgid "print all available commands"10375msgstr ""1037610377#: builtin/help.c:4710378msgid "exclude guides"10379msgstr ""1038010381#: builtin/help.c:4810382msgid "print list of useful guides"10383msgstr ""1038410385#: builtin/help.c:4910386msgid "print all configuration variable names"10387msgstr ""1038810389#: builtin/help.c:5110390msgid "show man page"10391msgstr ""1039210393#: builtin/help.c:5210394msgid "show manual in web browser"10395msgstr ""1039610397#: builtin/help.c:5410398msgid "show info page"10399msgstr ""1040010401#: builtin/help.c:5610402msgid "print command description"10403msgstr ""1040410405#: builtin/help.c:6110406msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"10407msgstr ""1040810409#: builtin/help.c:7310410#, c-format10411msgid "unrecognized help format '%s'"10412msgstr ""1041310414#: builtin/help.c:10010415msgid "Failed to start emacsclient."10416msgstr ""1041710418#: builtin/help.c:11310419msgid "Failed to parse emacsclient version."10420msgstr ""1042110422#: builtin/help.c:12110423#, c-format10424msgid "emacsclient version '%d' too old (< 22)."10425msgstr ""1042610427#: builtin/help.c:139 builtin/help.c:161 builtin/help.c:171 builtin/help.c:17910428#, c-format10429msgid "failed to exec '%s'"10430msgstr ""1043110432#: builtin/help.c:21710433#, c-format10434msgid ""10435"'%s': path for unsupported man viewer.\n"10436"Please consider using 'man.<tool>.cmd' instead."10437msgstr ""1043810439#: builtin/help.c:22910440#, c-format10441msgid ""10442"'%s': cmd for supported man viewer.\n"10443"Please consider using 'man.<tool>.path' instead."10444msgstr ""1044510446#: builtin/help.c:34610447#, c-format10448msgid "'%s': unknown man viewer."10449msgstr ""1045010451#: builtin/help.c:36310452msgid "no man viewer handled the request"10453msgstr ""1045410455#: builtin/help.c:37110456msgid "no info viewer handled the request"10457msgstr ""1045810459#: builtin/help.c:41810460#, c-format10461msgid "'%s' is aliased to '%s'"10462msgstr ""1046310464#: builtin/help.c:445 builtin/help.c:47510465#, c-format10466msgid "usage: %s%s"10467msgstr ""1046810469#: builtin/help.c:45910470msgid "'git help config' for more information"10471msgstr ""1047210473#: builtin/index-pack.c:20810474#, c-format10475msgid "object type mismatch at %s"10476msgstr ""1047710478#: builtin/index-pack.c:22810479#, c-format10480msgid "did not receive expected object %s"10481msgstr ""1048210483#: builtin/index-pack.c:23110484#, c-format10485msgid "object %s: expected type %s, found %s"10486msgstr ""1048710488#: builtin/index-pack.c:27310489#, c-format10490msgid "cannot fill %d byte"10491msgid_plural "cannot fill %d bytes"10492msgstr[0] ""10493msgstr[1] ""1049410495#: builtin/index-pack.c:28310496msgid "early EOF"10497msgstr ""1049810499#: builtin/index-pack.c:28410500msgid "read error on input"10501msgstr ""1050210503#: builtin/index-pack.c:29610504msgid "used more bytes than were available"10505msgstr ""1050610507#: builtin/index-pack.c:303 builtin/pack-objects.c:59010508msgid "pack too large for current definition of off_t"10509msgstr ""1051010511#: builtin/index-pack.c:306 builtin/unpack-objects.c:9410512msgid "pack exceeds maximum allowed size"10513msgstr ""1051410515#: builtin/index-pack.c:32110516#, c-format10517msgid "unable to create '%s'"10518msgstr ""1051910520#: builtin/index-pack.c:32710521#, c-format10522msgid "cannot open packfile '%s'"10523msgstr ""1052410525#: builtin/index-pack.c:34110526msgid "pack signature mismatch"10527msgstr ""1052810529#: builtin/index-pack.c:34310530#, c-format10531msgid "pack version %<PRIu32> unsupported"10532msgstr ""1053310534#: builtin/index-pack.c:36110535#, c-format10536msgid "pack has bad object at offset %<PRIuMAX>: %s"10537msgstr ""1053810539#: builtin/index-pack.c:48210540#, c-format10541msgid "inflate returned %d"10542msgstr ""1054310544#: builtin/index-pack.c:53110545msgid "offset value overflow for delta base object"10546msgstr ""1054710548#: builtin/index-pack.c:53910549msgid "delta base offset is out of bound"10550msgstr ""1055110552#: builtin/index-pack.c:54710553#, c-format10554msgid "unknown object type %d"10555msgstr ""1055610557#: builtin/index-pack.c:57810558msgid "cannot pread pack file"10559msgstr ""1056010561#: builtin/index-pack.c:58010562#, c-format10563msgid "premature end of pack file, %<PRIuMAX> byte missing"10564msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"10565msgstr[0] ""10566msgstr[1] ""1056710568#: builtin/index-pack.c:60610569msgid "serious inflate inconsistency"10570msgstr ""1057110572#: builtin/index-pack.c:751 builtin/index-pack.c:757 builtin/index-pack.c:78010573#: builtin/index-pack.c:819 builtin/index-pack.c:82810574#, c-format10575msgid "SHA1 COLLISION FOUND WITH %s !"10576msgstr ""1057710578#: builtin/index-pack.c:754 builtin/pack-objects.c:14310579#: builtin/pack-objects.c:203 builtin/pack-objects.c:29710580#, c-format10581msgid "unable to read %s"10582msgstr ""1058310584#: builtin/index-pack.c:81710585#, c-format10586msgid "cannot read existing object info %s"10587msgstr ""1058810589#: builtin/index-pack.c:82510590#, c-format10591msgid "cannot read existing object %s"10592msgstr ""1059310594#: builtin/index-pack.c:83910595#, c-format10596msgid "invalid blob object %s"10597msgstr ""1059810599#: builtin/index-pack.c:842 builtin/index-pack.c:86110600msgid "fsck error in packed object"10601msgstr ""1060210603#: builtin/index-pack.c:85810604#, c-format10605msgid "invalid %s"10606msgstr ""1060710608#: builtin/index-pack.c:86310609#, c-format10610msgid "Not all child objects of %s are reachable"10611msgstr ""1061210613#: builtin/index-pack.c:935 builtin/index-pack.c:96610614msgid "failed to apply delta"10615msgstr ""1061610617#: builtin/index-pack.c:113610618msgid "Receiving objects"10619msgstr ""1062010621#: builtin/index-pack.c:113610622msgid "Indexing objects"10623msgstr ""1062410625#: builtin/index-pack.c:117010626msgid "pack is corrupted (SHA1 mismatch)"10627msgstr ""1062810629#: builtin/index-pack.c:117510630msgid "cannot fstat packfile"10631msgstr ""1063210633#: builtin/index-pack.c:117810634msgid "pack has junk at the end"10635msgstr ""1063610637#: builtin/index-pack.c:119010638msgid "confusion beyond insanity in parse_pack_objects()"10639msgstr ""1064010641#: builtin/index-pack.c:121310642msgid "Resolving deltas"10643msgstr ""1064410645#: builtin/index-pack.c:1224 builtin/pack-objects.c:240710646#, c-format10647msgid "unable to create thread: %s"10648msgstr ""1064910650#: builtin/index-pack.c:126610651msgid "confusion beyond insanity"10652msgstr ""1065310654#: builtin/index-pack.c:127210655#, c-format10656msgid "completed with %d local object"10657msgid_plural "completed with %d local objects"10658msgstr[0] ""10659msgstr[1] ""1066010661#: builtin/index-pack.c:128410662#, c-format10663msgid "Unexpected tail checksum for %s (disk corruption?)"10664msgstr ""1066510666#: builtin/index-pack.c:128810667#, c-format10668msgid "pack has %d unresolved delta"10669msgid_plural "pack has %d unresolved deltas"10670msgstr[0] ""10671msgstr[1] ""1067210673#: builtin/index-pack.c:131210674#, c-format10675msgid "unable to deflate appended object (%d)"10676msgstr ""1067710678#: builtin/index-pack.c:138910679#, c-format10680msgid "local object %s is corrupt"10681msgstr ""1068210683#: builtin/index-pack.c:140310684#, c-format10685msgid "packfile name '%s' does not end with '.pack'"10686msgstr ""1068710688#: builtin/index-pack.c:142810689#, c-format10690msgid "cannot write %s file '%s'"10691msgstr ""1069210693#: builtin/index-pack.c:143610694#, c-format10695msgid "cannot close written %s file '%s'"10696msgstr ""1069710698#: builtin/index-pack.c:146010699msgid "error while closing pack file"10700msgstr ""1070110702#: builtin/index-pack.c:147410703msgid "cannot store pack file"10704msgstr ""1070510706#: builtin/index-pack.c:148210707msgid "cannot store index file"10708msgstr ""1070910710#: builtin/index-pack.c:1526 builtin/pack-objects.c:264510711#, c-format10712msgid "bad pack.indexversion=%<PRIu32>"10713msgstr ""1071410715#: builtin/index-pack.c:159510716#, c-format10717msgid "Cannot open existing pack file '%s'"10718msgstr ""1071910720#: builtin/index-pack.c:159710721#, c-format10722msgid "Cannot open existing pack idx file for '%s'"10723msgstr ""1072410725#: builtin/index-pack.c:164510726#, c-format10727msgid "non delta: %d object"10728msgid_plural "non delta: %d objects"10729msgstr[0] ""10730msgstr[1] ""1073110732#: builtin/index-pack.c:165210733#, c-format10734msgid "chain length = %d: %lu object"10735msgid_plural "chain length = %d: %lu objects"10736msgstr[0] ""10737msgstr[1] ""1073810739#: builtin/index-pack.c:168910740msgid "Cannot come back to cwd"10741msgstr ""1074210743#: builtin/index-pack.c:1740 builtin/index-pack.c:174310744#: builtin/index-pack.c:1759 builtin/index-pack.c:176310745#, c-format10746msgid "bad %s"10747msgstr ""1074810749#: builtin/index-pack.c:177910750msgid "--fix-thin cannot be used without --stdin"10751msgstr ""1075210753#: builtin/index-pack.c:178110754msgid "--stdin requires a git repository"10755msgstr ""1075610757#: builtin/index-pack.c:178710758msgid "--verify with no packfile name given"10759msgstr ""1076010761#: builtin/index-pack.c:1837 builtin/unpack-objects.c:58010762msgid "fsck error in pack objects"10763msgstr ""1076410765#: builtin/init-db.c:5510766#, c-format10767msgid "cannot stat '%s'"10768msgstr ""1076910770#: builtin/init-db.c:6110771#, c-format10772msgid "cannot stat template '%s'"10773msgstr ""1077410775#: builtin/init-db.c:6610776#, c-format10777msgid "cannot opendir '%s'"10778msgstr ""1077910780#: builtin/init-db.c:7810781#, c-format10782msgid "cannot readlink '%s'"10783msgstr ""1078410785#: builtin/init-db.c:8010786#, c-format10787msgid "cannot symlink '%s' '%s'"10788msgstr ""1078910790#: builtin/init-db.c:8610791#, c-format10792msgid "cannot copy '%s' to '%s'"10793msgstr ""1079410795#: builtin/init-db.c:9010796#, c-format10797msgid "ignoring template %s"10798msgstr ""1079910800#: builtin/init-db.c:12110801#, c-format10802msgid "templates not found in %s"10803msgstr ""1080410805#: builtin/init-db.c:13610806#, c-format10807msgid "not copying templates from '%s': %s"10808msgstr ""1080910810#: builtin/init-db.c:32910811#, c-format10812msgid "unable to handle file type %d"10813msgstr ""1081410815#: builtin/init-db.c:33210816#, c-format10817msgid "unable to move %s to %s"10818msgstr ""1081910820#: builtin/init-db.c:349 builtin/init-db.c:35210821#, c-format10822msgid "%s already exists"10823msgstr ""1082410825#: builtin/init-db.c:40510826#, c-format10827msgid "Reinitialized existing shared Git repository in %s%s\n"10828msgstr ""1082910830#: builtin/init-db.c:40610831#, c-format10832msgid "Reinitialized existing Git repository in %s%s\n"10833msgstr ""1083410835#: builtin/init-db.c:41010836#, c-format10837msgid "Initialized empty shared Git repository in %s%s\n"10838msgstr ""1083910840#: builtin/init-db.c:41110841#, c-format10842msgid "Initialized empty Git repository in %s%s\n"10843msgstr ""1084410845#: builtin/init-db.c:45910846msgid ""10847"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"10848"shared[=<permissions>]] [<directory>]"10849msgstr ""1085010851#: builtin/init-db.c:48210852msgid "permissions"10853msgstr ""1085410855#: builtin/init-db.c:48310856msgid "specify that the git repository is to be shared amongst several users"10857msgstr ""1085810859#: builtin/init-db.c:517 builtin/init-db.c:52210860#, c-format10861msgid "cannot mkdir %s"10862msgstr ""1086310864#: builtin/init-db.c:52610865#, c-format10866msgid "cannot chdir to %s"10867msgstr ""1086810869#: builtin/init-db.c:54710870#, c-format10871msgid ""10872"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"10873"dir=<directory>)"10874msgstr ""1087510876#: builtin/init-db.c:57510877#, c-format10878msgid "Cannot access work tree '%s'"10879msgstr ""1088010881#: builtin/interpret-trailers.c:1510882msgid ""10883"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "10884"<token>[(=|:)<value>])...] [<file>...]"10885msgstr ""1088610887#: builtin/interpret-trailers.c:9210888msgid "edit files in place"10889msgstr ""1089010891#: builtin/interpret-trailers.c:9310892msgid "trim empty trailers"10893msgstr ""1089410895#: builtin/interpret-trailers.c:9610896msgid "where to place the new trailer"10897msgstr ""1089810899#: builtin/interpret-trailers.c:9810900msgid "action if trailer already exists"10901msgstr ""1090210903#: builtin/interpret-trailers.c:10010904msgid "action if trailer is missing"10905msgstr ""1090610907#: builtin/interpret-trailers.c:10210908msgid "output only the trailers"10909msgstr ""1091010911#: builtin/interpret-trailers.c:10310912msgid "do not apply config rules"10913msgstr ""1091410915#: builtin/interpret-trailers.c:10410916msgid "join whitespace-continued values"10917msgstr ""1091810919#: builtin/interpret-trailers.c:10510920msgid "set parsing options"10921msgstr ""1092210923#: builtin/interpret-trailers.c:10710924msgid "trailer"10925msgstr ""1092610927#: builtin/interpret-trailers.c:10810928msgid "trailer(s) to add"10929msgstr ""1093010931#: builtin/interpret-trailers.c:11710932msgid "--trailer with --only-input does not make sense"10933msgstr ""1093410935#: builtin/interpret-trailers.c:12710936msgid "no input file given for in-place editing"10937msgstr ""1093810939#: builtin/log.c:5110940msgid "git log [<options>] [<revision-range>] [[--] <path>...]"10941msgstr ""1094210943#: builtin/log.c:5210944msgid "git show [<options>] <object>..."10945msgstr ""1094610947#: builtin/log.c:9610948#, c-format10949msgid "invalid --decorate option: %s"10950msgstr ""1095110952#: builtin/log.c:15710953msgid "suppress diff output"10954msgstr ""1095510956#: builtin/log.c:15810957msgid "show source"10958msgstr ""1095910960#: builtin/log.c:15910961msgid "Use mail map file"10962msgstr ""1096310964#: builtin/log.c:16110965msgid "only decorate refs that match <pattern>"10966msgstr ""1096710968#: builtin/log.c:16310969msgid "do not decorate refs that match <pattern>"10970msgstr ""1097110972#: builtin/log.c:16410973msgid "decorate options"10974msgstr ""1097510976#: builtin/log.c:16710977msgid "Process line range n,m in file, counting from 1"10978msgstr ""1097910980#: builtin/log.c:26510981#, c-format10982msgid "Final output: %d %s\n"10983msgstr ""1098410985#: builtin/log.c:51610986#, c-format10987msgid "git show %s: bad file"10988msgstr ""1098910990#: builtin/log.c:531 builtin/log.c:62510991#, c-format10992msgid "Could not read object %s"10993msgstr ""1099410995#: builtin/log.c:64910996#, c-format10997msgid "Unknown type: %d"10998msgstr ""1099911000#: builtin/log.c:77011001msgid "format.headers without value"11002msgstr ""1100311004#: builtin/log.c:87111005msgid "name of output directory is too long"11006msgstr ""1100711008#: builtin/log.c:88711009#, c-format11010msgid "Cannot open patch file %s"11011msgstr ""1101211013#: builtin/log.c:90411014msgid "Need exactly one range."11015msgstr ""1101611017#: builtin/log.c:91411018msgid "Not a range."11019msgstr ""1102011021#: builtin/log.c:102011022msgid "Cover letter needs email format"11023msgstr ""1102411025#: builtin/log.c:110111026#, c-format11027msgid "insane in-reply-to: %s"11028msgstr ""1102911030#: builtin/log.c:112811031msgid "git format-patch [<options>] [<since> | <revision-range>]"11032msgstr ""1103311034#: builtin/log.c:117811035msgid "Two output directories?"11036msgstr ""1103711038#: builtin/log.c:1285 builtin/log.c:1945 builtin/log.c:1947 builtin/log.c:195911039#, c-format11040msgid "Unknown commit %s"11041msgstr ""1104211043#: builtin/log.c:1295 builtin/notes.c:889 builtin/tag.c:52411044#, c-format11045msgid "Failed to resolve '%s' as a valid ref."11046msgstr ""1104711048#: builtin/log.c:130011049msgid "Could not find exact merge base."11050msgstr ""1105111052#: builtin/log.c:130411053msgid ""11054"Failed to get upstream, if you want to record base commit automatically,\n"11055"please use git branch --set-upstream-to to track a remote branch.\n"11056"Or you could specify base commit by --base=<base-commit-id> manually."11057msgstr ""1105811059#: builtin/log.c:132411060msgid "Failed to find exact merge base"11061msgstr ""1106211063#: builtin/log.c:133511064msgid "base commit should be the ancestor of revision list"11065msgstr ""1106611067#: builtin/log.c:133911068msgid "base commit shouldn't be in revision list"11069msgstr ""1107011071#: builtin/log.c:139211072msgid "cannot get patch id"11073msgstr ""1107411075#: builtin/log.c:145211076msgid "use [PATCH n/m] even with a single patch"11077msgstr ""1107811079#: builtin/log.c:145511080msgid "use [PATCH] even with multiple patches"11081msgstr ""1108211083#: builtin/log.c:145911084msgid "print patches to standard out"11085msgstr ""1108611087#: builtin/log.c:146111088msgid "generate a cover letter"11089msgstr ""1109011091#: builtin/log.c:146311092msgid "use simple number sequence for output file names"11093msgstr ""1109411095#: builtin/log.c:146411096msgid "sfx"11097msgstr ""1109811099#: builtin/log.c:146511100msgid "use <sfx> instead of '.patch'"11101msgstr ""1110211103#: builtin/log.c:146711104msgid "start numbering patches at <n> instead of 1"11105msgstr ""1110611107#: builtin/log.c:146911108msgid "mark the series as Nth re-roll"11109msgstr ""1111011111#: builtin/log.c:147111112msgid "Use [RFC PATCH] instead of [PATCH]"11113msgstr ""1111411115#: builtin/log.c:147411116msgid "Use [<prefix>] instead of [PATCH]"11117msgstr ""1111811119#: builtin/log.c:147711120msgid "store resulting files in <dir>"11121msgstr ""1112211123#: builtin/log.c:148011124msgid "don't strip/add [PATCH]"11125msgstr ""1112611127#: builtin/log.c:148311128msgid "don't output binary diffs"11129msgstr ""1113011131#: builtin/log.c:148511132msgid "output all-zero hash in From header"11133msgstr ""1113411135#: builtin/log.c:148711136msgid "don't include a patch matching a commit upstream"11137msgstr ""1113811139#: builtin/log.c:148911140msgid "show patch format instead of default (patch + stat)"11141msgstr ""1114211143#: builtin/log.c:149111144msgid "Messaging"11145msgstr ""1114611147#: builtin/log.c:149211148msgid "header"11149msgstr ""1115011151#: builtin/log.c:149311152msgid "add email header"11153msgstr ""1115411155#: builtin/log.c:1494 builtin/log.c:149611156msgid "email"11157msgstr ""1115811159#: builtin/log.c:149411160msgid "add To: header"11161msgstr ""1116211163#: builtin/log.c:149611164msgid "add Cc: header"11165msgstr ""1116611167#: builtin/log.c:149811168msgid "ident"11169msgstr ""1117011171#: builtin/log.c:149911172msgid "set From address to <ident> (or committer ident if absent)"11173msgstr ""1117411175#: builtin/log.c:150111176msgid "message-id"11177msgstr ""1117811179#: builtin/log.c:150211180msgid "make first mail a reply to <message-id>"11181msgstr ""1118211183#: builtin/log.c:1503 builtin/log.c:150611184msgid "boundary"11185msgstr ""1118611187#: builtin/log.c:150411188msgid "attach the patch"11189msgstr ""1119011191#: builtin/log.c:150711192msgid "inline the patch"11193msgstr ""1119411195#: builtin/log.c:151111196msgid "enable message threading, styles: shallow, deep"11197msgstr ""1119811199#: builtin/log.c:151311200msgid "signature"11201msgstr ""1120211203#: builtin/log.c:151411204msgid "add a signature"11205msgstr ""1120611207#: builtin/log.c:151511208msgid "base-commit"11209msgstr ""1121011211#: builtin/log.c:151611212msgid "add prerequisite tree info to the patch series"11213msgstr ""1121411215#: builtin/log.c:151811216msgid "add a signature from a file"11217msgstr ""1121811219#: builtin/log.c:151911220msgid "don't print the patch filenames"11221msgstr ""1122211223#: builtin/log.c:152111224msgid "show progress while generating patches"11225msgstr ""1122611227#: builtin/log.c:159611228#, c-format11229msgid "invalid ident line: %s"11230msgstr ""1123111232#: builtin/log.c:161111233msgid "-n and -k are mutually exclusive"11234msgstr ""1123511236#: builtin/log.c:161311237msgid "--subject-prefix/--rfc and -k are mutually exclusive"11238msgstr ""1123911240#: builtin/log.c:162111241msgid "--name-only does not make sense"11242msgstr ""1124311244#: builtin/log.c:162311245msgid "--name-status does not make sense"11246msgstr ""1124711248#: builtin/log.c:162511249msgid "--check does not make sense"11250msgstr ""1125111252#: builtin/log.c:165711253msgid "standard output, or directory, which one?"11254msgstr ""1125511256#: builtin/log.c:165911257#, c-format11258msgid "Could not create directory '%s'"11259msgstr ""1126011261#: builtin/log.c:175211262#, c-format11263msgid "unable to read signature file '%s'"11264msgstr ""1126511266#: builtin/log.c:178511267msgid "Generating patches"11268msgstr ""1126911270#: builtin/log.c:182911271msgid "Failed to create output files"11272msgstr ""1127311274#: builtin/log.c:188011275msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"11276msgstr ""1127711278#: builtin/log.c:193411279#, c-format11280msgid ""11281"Could not find a tracked remote branch, please specify <upstream> manually.\n"11282msgstr ""1128311284#: builtin/ls-files.c:46911285msgid "git ls-files [<options>] [<file>...]"11286msgstr ""1128711288#: builtin/ls-files.c:51811289msgid "identify the file status with tags"11290msgstr ""1129111292#: builtin/ls-files.c:52011293msgid "use lowercase letters for 'assume unchanged' files"11294msgstr ""1129511296#: builtin/ls-files.c:52211297msgid "use lowercase letters for 'fsmonitor clean' files"11298msgstr ""1129911300#: builtin/ls-files.c:52411301msgid "show cached files in the output (default)"11302msgstr ""1130311304#: builtin/ls-files.c:52611305msgid "show deleted files in the output"11306msgstr ""1130711308#: builtin/ls-files.c:52811309msgid "show modified files in the output"11310msgstr ""1131111312#: builtin/ls-files.c:53011313msgid "show other files in the output"11314msgstr ""1131511316#: builtin/ls-files.c:53211317msgid "show ignored files in the output"11318msgstr ""1131911320#: builtin/ls-files.c:53511321msgid "show staged contents' object name in the output"11322msgstr ""1132311324#: builtin/ls-files.c:53711325msgid "show files on the filesystem that need to be removed"11326msgstr ""1132711328#: builtin/ls-files.c:53911329msgid "show 'other' directories' names only"11330msgstr ""1133111332#: builtin/ls-files.c:54111333msgid "show line endings of files"11334msgstr ""1133511336#: builtin/ls-files.c:54311337msgid "don't show empty directories"11338msgstr ""1133911340#: builtin/ls-files.c:54611341msgid "show unmerged files in the output"11342msgstr ""1134311344#: builtin/ls-files.c:54811345msgid "show resolve-undo information"11346msgstr ""1134711348#: builtin/ls-files.c:55011349msgid "skip files matching pattern"11350msgstr ""1135111352#: builtin/ls-files.c:55311353msgid "exclude patterns are read from <file>"11354msgstr ""1135511356#: builtin/ls-files.c:55611357msgid "read additional per-directory exclude patterns in <file>"11358msgstr ""1135911360#: builtin/ls-files.c:55811361msgid "add the standard git exclusions"11362msgstr ""1136311364#: builtin/ls-files.c:56111365msgid "make the output relative to the project top directory"11366msgstr ""1136711368#: builtin/ls-files.c:56411369msgid "recurse through submodules"11370msgstr ""1137111372#: builtin/ls-files.c:56611373msgid "if any <file> is not in the index, treat this as an error"11374msgstr ""1137511376#: builtin/ls-files.c:56711377msgid "tree-ish"11378msgstr ""1137911380#: builtin/ls-files.c:56811381msgid "pretend that paths removed since <tree-ish> are still present"11382msgstr ""1138311384#: builtin/ls-files.c:57011385msgid "show debugging data"11386msgstr ""1138711388#: builtin/ls-remote.c:911389msgid ""11390"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"11391" [-q | --quiet] [--exit-code] [--get-url]\n"11392" [--symref] [<repository> [<refs>...]]"11393msgstr ""1139411395#: builtin/ls-remote.c:5911396msgid "do not print remote URL"11397msgstr ""1139811399#: builtin/ls-remote.c:60 builtin/ls-remote.c:6211400msgid "exec"11401msgstr ""1140211403#: builtin/ls-remote.c:61 builtin/ls-remote.c:6311404msgid "path of git-upload-pack on the remote host"11405msgstr ""1140611407#: builtin/ls-remote.c:6511408msgid "limit to tags"11409msgstr ""1141011411#: builtin/ls-remote.c:6611412msgid "limit to heads"11413msgstr ""1141411415#: builtin/ls-remote.c:6711416msgid "do not show peeled tags"11417msgstr ""1141811419#: builtin/ls-remote.c:6911420msgid "take url.<base>.insteadOf into account"11421msgstr ""1142211423#: builtin/ls-remote.c:7311424msgid "exit with exit code 2 if no matching refs are found"11425msgstr ""1142611427#: builtin/ls-remote.c:7611428msgid "show underlying ref in addition to the object pointed by it"11429msgstr ""1143011431#: builtin/ls-tree.c:3011432msgid "git ls-tree [<options>] <tree-ish> [<path>...]"11433msgstr ""1143411435#: builtin/ls-tree.c:12811436msgid "only show trees"11437msgstr ""1143811439#: builtin/ls-tree.c:13011440msgid "recurse into subtrees"11441msgstr ""1144211443#: builtin/ls-tree.c:13211444msgid "show trees when recursing"11445msgstr ""1144611447#: builtin/ls-tree.c:13511448msgid "terminate entries with NUL byte"11449msgstr ""1145011451#: builtin/ls-tree.c:13611452msgid "include object size"11453msgstr ""1145411455#: builtin/ls-tree.c:138 builtin/ls-tree.c:14011456msgid "list only filenames"11457msgstr ""1145811459#: builtin/ls-tree.c:14311460msgid "use full path names"11461msgstr ""1146211463#: builtin/ls-tree.c:14511464msgid "list entire tree; not just current directory (implies --full-name)"11465msgstr ""1146611467#: builtin/mailsplit.c:24111468#, c-format11469msgid "empty mbox: '%s'"11470msgstr ""1147111472#: builtin/merge.c:5111473msgid "git merge [<options>] [<commit>...]"11474msgstr ""1147511476#: builtin/merge.c:5211477msgid "git merge --abort"11478msgstr ""1147911480#: builtin/merge.c:5311481msgid "git merge --continue"11482msgstr ""1148311484#: builtin/merge.c:11011485msgid "switch `m' requires a value"11486msgstr ""1148711488#: builtin/merge.c:17611489#, c-format11490msgid "Could not find merge strategy '%s'.\n"11491msgstr ""1149211493#: builtin/merge.c:17711494#, c-format11495msgid "Available strategies are:"11496msgstr ""1149711498#: builtin/merge.c:18211499#, c-format11500msgid "Available custom strategies are:"11501msgstr ""1150211503#: builtin/merge.c:232 builtin/pull.c:14211504msgid "do not show a diffstat at the end of the merge"11505msgstr ""1150611507#: builtin/merge.c:235 builtin/pull.c:14511508msgid "show a diffstat at the end of the merge"11509msgstr ""1151011511#: builtin/merge.c:236 builtin/pull.c:14811512msgid "(synonym to --stat)"11513msgstr ""1151411515#: builtin/merge.c:238 builtin/pull.c:15111516msgid "add (at most <n>) entries from shortlog to merge commit message"11517msgstr ""1151811519#: builtin/merge.c:241 builtin/pull.c:15711520msgid "create a single commit instead of doing a merge"11521msgstr ""1152211523#: builtin/merge.c:243 builtin/pull.c:16011524msgid "perform a commit if the merge succeeds (default)"11525msgstr ""1152611527#: builtin/merge.c:245 builtin/pull.c:16311528msgid "edit message before committing"11529msgstr ""1153011531#: builtin/merge.c:24611532msgid "allow fast-forward (default)"11533msgstr ""1153411535#: builtin/merge.c:248 builtin/pull.c:16911536msgid "abort if fast-forward is not possible"11537msgstr ""1153811539#: builtin/merge.c:252 builtin/pull.c:17211540msgid "verify that the named commit has a valid GPG signature"11541msgstr ""1154211543#: builtin/merge.c:253 builtin/notes.c:779 builtin/pull.c:17611544#: builtin/revert.c:11011545msgid "strategy"11546msgstr ""1154711548#: builtin/merge.c:254 builtin/pull.c:17711549msgid "merge strategy to use"11550msgstr ""1155111552#: builtin/merge.c:255 builtin/pull.c:18011553msgid "option=value"11554msgstr ""1155511556#: builtin/merge.c:256 builtin/pull.c:18111557msgid "option for selected merge strategy"11558msgstr ""1155911560#: builtin/merge.c:25811561msgid "merge commit message (for a non-fast-forward merge)"11562msgstr ""1156311564#: builtin/merge.c:26511565msgid "abort the current in-progress merge"11566msgstr ""1156711568#: builtin/merge.c:26711569msgid "continue the current in-progress merge"11570msgstr ""1157111572#: builtin/merge.c:269 builtin/pull.c:18811573msgid "allow merging unrelated histories"11574msgstr ""1157511576#: builtin/merge.c:27511577msgid "verify commit-msg hook"11578msgstr ""1157911580#: builtin/merge.c:30011581msgid "could not run stash."11582msgstr ""1158311584#: builtin/merge.c:30511585msgid "stash failed"11586msgstr ""1158711588#: builtin/merge.c:31011589#, c-format11590msgid "not a valid object: %s"11591msgstr ""1159211593#: builtin/merge.c:332 builtin/merge.c:34911594msgid "read-tree failed"11595msgstr ""1159611597#: builtin/merge.c:37911598msgid " (nothing to squash)"11599msgstr ""1160011601#: builtin/merge.c:39011602#, c-format11603msgid "Squash commit -- not updating HEAD\n"11604msgstr ""1160511606#: builtin/merge.c:44011607#, c-format11608msgid "No merge message -- not updating HEAD\n"11609msgstr ""1161011611#: builtin/merge.c:49111612#, c-format11613msgid "'%s' does not point to a commit"11614msgstr ""1161511616#: builtin/merge.c:57811617#, c-format11618msgid "Bad branch.%s.mergeoptions string: %s"11619msgstr ""1162011621#: builtin/merge.c:69911622msgid "Not handling anything other than two heads merge."11623msgstr ""1162411625#: builtin/merge.c:71311626#, c-format11627msgid "Unknown option for merge-recursive: -X%s"11628msgstr ""1162911630#: builtin/merge.c:72811631#, c-format11632msgid "unable to write %s"11633msgstr ""1163411635#: builtin/merge.c:77911636#, c-format11637msgid "Could not read from '%s'"11638msgstr ""1163911640#: builtin/merge.c:78811641#, c-format11642msgid "Not committing merge; use 'git commit' to complete the merge.\n"11643msgstr ""1164411645#: builtin/merge.c:79411646#, c-format11647msgid ""11648"Please enter a commit message to explain why this merge is necessary,\n"11649"especially if it merges an updated upstream into a topic branch.\n"11650"\n"11651"Lines starting with '%c' will be ignored, and an empty message aborts\n"11652"the commit.\n"11653msgstr ""1165411655#: builtin/merge.c:83011656msgid "Empty commit message."11657msgstr ""1165811659#: builtin/merge.c:84911660#, c-format11661msgid "Wonderful.\n"11662msgstr ""1166311664#: builtin/merge.c:90211665#, c-format11666msgid "Automatic merge failed; fix conflicts and then commit the result.\n"11667msgstr ""1166811669#: builtin/merge.c:94111670msgid "No current branch."11671msgstr ""1167211673#: builtin/merge.c:94311674msgid "No remote for the current branch."11675msgstr ""1167611677#: builtin/merge.c:94511678msgid "No default upstream defined for the current branch."11679msgstr ""1168011681#: builtin/merge.c:95011682#, c-format11683msgid "No remote-tracking branch for %s from %s"11684msgstr ""1168511686#: builtin/merge.c:100711687#, c-format11688msgid "Bad value '%s' in environment '%s'"11689msgstr ""1169011691#: builtin/merge.c:111011692#, c-format11693msgid "not something we can merge in %s: %s"11694msgstr ""1169511696#: builtin/merge.c:114411697msgid "not something we can merge"11698msgstr ""1169911700#: builtin/merge.c:124711701msgid "--abort expects no arguments"11702msgstr ""1170311704#: builtin/merge.c:125111705msgid "There is no merge to abort (MERGE_HEAD missing)."11706msgstr ""1170711708#: builtin/merge.c:126311709msgid "--continue expects no arguments"11710msgstr ""1171111712#: builtin/merge.c:126711713msgid "There is no merge in progress (MERGE_HEAD missing)."11714msgstr ""1171511716#: builtin/merge.c:128311717msgid ""11718"You have not concluded your merge (MERGE_HEAD exists).\n"11719"Please, commit your changes before you merge."11720msgstr ""1172111722#: builtin/merge.c:129011723msgid ""11724"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"11725"Please, commit your changes before you merge."11726msgstr ""1172711728#: builtin/merge.c:129311729msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."11730msgstr ""1173111732#: builtin/merge.c:130211733msgid "You cannot combine --squash with --no-ff."11734msgstr ""1173511736#: builtin/merge.c:131011737msgid "No commit specified and merge.defaultToUpstream not set."11738msgstr ""1173911740#: builtin/merge.c:132711741msgid "Squash commit into empty head not supported yet"11742msgstr ""1174311744#: builtin/merge.c:132911745msgid "Non-fast-forward commit does not make sense into an empty head"11746msgstr ""1174711748#: builtin/merge.c:133411749#, c-format11750msgid "%s - not something we can merge"11751msgstr ""1175211753#: builtin/merge.c:133611754msgid "Can merge only exactly one commit into empty head"11755msgstr ""1175611757#: builtin/merge.c:137011758#, c-format11759msgid "Commit %s has an untrusted GPG signature, allegedly by %s."11760msgstr ""1176111762#: builtin/merge.c:137311763#, c-format11764msgid "Commit %s has a bad GPG signature allegedly by %s."11765msgstr ""1176611767#: builtin/merge.c:137611768#, c-format11769msgid "Commit %s does not have a GPG signature."11770msgstr ""1177111772#: builtin/merge.c:137911773#, c-format11774msgid "Commit %s has a good GPG signature by %s\n"11775msgstr ""1177611777#: builtin/merge.c:143811778msgid "refusing to merge unrelated histories"11779msgstr ""1178011781#: builtin/merge.c:144711782msgid "Already up to date."11783msgstr ""1178411785#: builtin/merge.c:145711786#, c-format11787msgid "Updating %s..%s\n"11788msgstr ""1178911790#: builtin/merge.c:149811791#, c-format11792msgid "Trying really trivial in-index merge...\n"11793msgstr ""1179411795#: builtin/merge.c:150511796#, c-format11797msgid "Nope.\n"11798msgstr ""1179911800#: builtin/merge.c:153011801msgid "Already up to date. Yeeah!"11802msgstr ""1180311804#: builtin/merge.c:153611805msgid "Not possible to fast-forward, aborting."11806msgstr ""1180711808#: builtin/merge.c:1559 builtin/merge.c:163811809#, c-format11810msgid "Rewinding the tree to pristine...\n"11811msgstr ""1181211813#: builtin/merge.c:156311814#, c-format11815msgid "Trying merge strategy %s...\n"11816msgstr ""1181711818#: builtin/merge.c:162911819#, c-format11820msgid "No merge strategy handled the merge.\n"11821msgstr ""1182211823#: builtin/merge.c:163111824#, c-format11825msgid "Merge with strategy %s failed.\n"11826msgstr ""1182711828#: builtin/merge.c:164011829#, c-format11830msgid "Using the %s to prepare resolving by hand.\n"11831msgstr ""1183211833#: builtin/merge.c:165211834#, c-format11835msgid "Automatic merge went well; stopped before committing as requested\n"11836msgstr ""1183711838#: builtin/merge-base.c:3111839msgid "git merge-base [-a | --all] <commit> <commit>..."11840msgstr ""1184111842#: builtin/merge-base.c:3211843msgid "git merge-base [-a | --all] --octopus <commit>..."11844msgstr ""1184511846#: builtin/merge-base.c:3311847msgid "git merge-base --independent <commit>..."11848msgstr ""1184911850#: builtin/merge-base.c:3411851msgid "git merge-base --is-ancestor <commit> <commit>"11852msgstr ""1185311854#: builtin/merge-base.c:3511855msgid "git merge-base --fork-point <ref> [<commit>]"11856msgstr ""1185711858#: builtin/merge-base.c:22111859msgid "output all common ancestors"11860msgstr ""1186111862#: builtin/merge-base.c:22311863msgid "find ancestors for a single n-way merge"11864msgstr ""1186511866#: builtin/merge-base.c:22511867msgid "list revs not reachable from others"11868msgstr ""1186911870#: builtin/merge-base.c:22711871msgid "is the first one ancestor of the other?"11872msgstr ""1187311874#: builtin/merge-base.c:22911875msgid "find where <commit> forked from reflog of <ref>"11876msgstr ""1187711878#: builtin/merge-file.c:911879msgid ""11880"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "11881"<orig-file> <file2>"11882msgstr ""1188311884#: builtin/merge-file.c:3311885msgid "send results to standard output"11886msgstr ""1188711888#: builtin/merge-file.c:3411889msgid "use a diff3 based merge"11890msgstr ""1189111892#: builtin/merge-file.c:3511893msgid "for conflicts, use our version"11894msgstr ""1189511896#: builtin/merge-file.c:3711897msgid "for conflicts, use their version"11898msgstr ""1189911900#: builtin/merge-file.c:3911901msgid "for conflicts, use a union version"11902msgstr ""1190311904#: builtin/merge-file.c:4211905msgid "for conflicts, use this marker size"11906msgstr ""1190711908#: builtin/merge-file.c:4311909msgid "do not warn about conflicts"11910msgstr ""1191111912#: builtin/merge-file.c:4511913msgid "set labels for file1/orig-file/file2"11914msgstr ""1191511916#: builtin/merge-recursive.c:4511917#, c-format11918msgid "unknown option %s"11919msgstr ""1192011921#: builtin/merge-recursive.c:5111922#, c-format11923msgid "could not parse object '%s'"11924msgstr ""1192511926#: builtin/merge-recursive.c:5511927#, c-format11928msgid "cannot handle more than %d base. Ignoring %s."11929msgid_plural "cannot handle more than %d bases. Ignoring %s."11930msgstr[0] ""11931msgstr[1] ""1193211933#: builtin/merge-recursive.c:6311934msgid "not handling anything other than two heads merge."11935msgstr ""1193611937#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:7111938#, c-format11939msgid "could not resolve ref '%s'"11940msgstr ""1194111942#: builtin/merge-recursive.c:7711943#, c-format11944msgid "Merging %s with %s\n"11945msgstr ""1194611947#: builtin/mktree.c:6611948msgid "git mktree [-z] [--missing] [--batch]"11949msgstr ""1195011951#: builtin/mktree.c:15411952msgid "input is NUL terminated"11953msgstr ""1195411955#: builtin/mktree.c:155 builtin/write-tree.c:2511956msgid "allow missing objects"11957msgstr ""1195811959#: builtin/mktree.c:15611960msgid "allow creation of more than one tree"11961msgstr ""1196211963#: builtin/mv.c:1711964msgid "git mv [<options>] <source>... <destination>"11965msgstr ""1196611967#: builtin/mv.c:8211968#, c-format11969msgid "Directory %s is in index and no submodule?"11970msgstr ""1197111972#: builtin/mv.c:8411973msgid "Please stage your changes to .gitmodules or stash them to proceed"11974msgstr ""1197511976#: builtin/mv.c:10211977#, c-format11978msgid "%.*s is in index"11979msgstr ""1198011981#: builtin/mv.c:12411982msgid "force move/rename even if target exists"11983msgstr ""1198411985#: builtin/mv.c:12611986msgid "skip move/rename errors"11987msgstr ""1198811989#: builtin/mv.c:16811990#, c-format11991msgid "destination '%s' is not a directory"11992msgstr ""1199311994#: builtin/mv.c:17911995#, c-format11996msgid "Checking rename of '%s' to '%s'\n"11997msgstr ""1199811999#: builtin/mv.c:18312000msgid "bad source"12001msgstr ""1200212003#: builtin/mv.c:18612004msgid "can not move directory into itself"12005msgstr ""1200612007#: builtin/mv.c:18912008msgid "cannot move directory over file"12009msgstr ""1201012011#: builtin/mv.c:19812012msgid "source directory is empty"12013msgstr ""1201412015#: builtin/mv.c:22312016msgid "not under version control"12017msgstr ""1201812019#: builtin/mv.c:22612020msgid "destination exists"12021msgstr ""1202212023#: builtin/mv.c:23412024#, c-format12025msgid "overwriting '%s'"12026msgstr ""1202712028#: builtin/mv.c:23712029msgid "Cannot overwrite"12030msgstr ""1203112032#: builtin/mv.c:24012033msgid "multiple sources for the same target"12034msgstr ""1203512036#: builtin/mv.c:24212037msgid "destination directory does not exist"12038msgstr ""1203912040#: builtin/mv.c:24912041#, c-format12042msgid "%s, source=%s, destination=%s"12043msgstr ""1204412045#: builtin/mv.c:27012046#, c-format12047msgid "Renaming %s to %s\n"12048msgstr ""1204912050#: builtin/mv.c:276 builtin/remote.c:716 builtin/repack.c:49412051#, c-format12052msgid "renaming '%s' failed"12053msgstr ""1205412055#: builtin/name-rev.c:35512056msgid "git name-rev [<options>] <commit>..."12057msgstr ""1205812059#: builtin/name-rev.c:35612060msgid "git name-rev [<options>] --all"12061msgstr ""1206212063#: builtin/name-rev.c:35712064msgid "git name-rev [<options>] --stdin"12065msgstr ""1206612067#: builtin/name-rev.c:41312068msgid "print only names (no SHA-1)"12069msgstr ""1207012071#: builtin/name-rev.c:41412072msgid "only use tags to name the commits"12073msgstr ""1207412075#: builtin/name-rev.c:41612076msgid "only use refs matching <pattern>"12077msgstr ""1207812079#: builtin/name-rev.c:41812080msgid "ignore refs matching <pattern>"12081msgstr ""1208212083#: builtin/name-rev.c:42012084msgid "list all commits reachable from all refs"12085msgstr ""1208612087#: builtin/name-rev.c:42112088msgid "read from stdin"12089msgstr ""1209012091#: builtin/name-rev.c:42212092msgid "allow to print `undefined` names (default)"12093msgstr ""1209412095#: builtin/name-rev.c:42812096msgid "dereference tags in the input (internal use)"12097msgstr ""1209812099#: builtin/notes.c:2812100msgid "git notes [--ref <notes-ref>] [list [<object>]]"12101msgstr ""1210212103#: builtin/notes.c:2912104msgid ""12105"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "12106"| (-c | -C) <object>] [<object>]"12107msgstr ""1210812109#: builtin/notes.c:3012110msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"12111msgstr ""1211212113#: builtin/notes.c:3112114msgid ""12115"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "12116"(-c | -C) <object>] [<object>]"12117msgstr ""1211812119#: builtin/notes.c:3212120msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"12121msgstr ""1212212123#: builtin/notes.c:3312124msgid "git notes [--ref <notes-ref>] show [<object>]"12125msgstr ""1212612127#: builtin/notes.c:3412128msgid ""12129"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"12130msgstr ""1213112132#: builtin/notes.c:3512133msgid "git notes merge --commit [-v | -q]"12134msgstr ""1213512136#: builtin/notes.c:3612137msgid "git notes merge --abort [-v | -q]"12138msgstr ""1213912140#: builtin/notes.c:3712141msgid "git notes [--ref <notes-ref>] remove [<object>...]"12142msgstr ""1214312144#: builtin/notes.c:3812145msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"12146msgstr ""1214712148#: builtin/notes.c:3912149msgid "git notes [--ref <notes-ref>] get-ref"12150msgstr ""1215112152#: builtin/notes.c:4412153msgid "git notes [list [<object>]]"12154msgstr ""1215512156#: builtin/notes.c:4912157msgid "git notes add [<options>] [<object>]"12158msgstr ""1215912160#: builtin/notes.c:5412161msgid "git notes copy [<options>] <from-object> <to-object>"12162msgstr ""1216312164#: builtin/notes.c:5512165msgid "git notes copy --stdin [<from-object> <to-object>]..."12166msgstr ""1216712168#: builtin/notes.c:6012169msgid "git notes append [<options>] [<object>]"12170msgstr ""1217112172#: builtin/notes.c:6512173msgid "git notes edit [<object>]"12174msgstr ""1217512176#: builtin/notes.c:7012177msgid "git notes show [<object>]"12178msgstr ""1217912180#: builtin/notes.c:7512181msgid "git notes merge [<options>] <notes-ref>"12182msgstr ""1218312184#: builtin/notes.c:7612185msgid "git notes merge --commit [<options>]"12186msgstr ""1218712188#: builtin/notes.c:7712189msgid "git notes merge --abort [<options>]"12190msgstr ""1219112192#: builtin/notes.c:8212193msgid "git notes remove [<object>]"12194msgstr ""1219512196#: builtin/notes.c:8712197msgid "git notes prune [<options>]"12198msgstr ""1219912200#: builtin/notes.c:9212201msgid "git notes get-ref"12202msgstr ""1220312204#: builtin/notes.c:9712205msgid "Write/edit the notes for the following object:"12206msgstr ""1220712208#: builtin/notes.c:15012209#, c-format12210msgid "unable to start 'show' for object '%s'"12211msgstr ""1221212213#: builtin/notes.c:15412214msgid "could not read 'show' output"12215msgstr ""1221612217#: builtin/notes.c:16212218#, c-format12219msgid "failed to finish 'show' for object '%s'"12220msgstr ""1222112222#: builtin/notes.c:19712223msgid "please supply the note contents using either -m or -F option"12224msgstr ""1222512226#: builtin/notes.c:20612227msgid "unable to write note object"12228msgstr ""1222912230#: builtin/notes.c:20812231#, c-format12232msgid "the note contents have been left in %s"12233msgstr ""1223412235#: builtin/notes.c:236 builtin/tag.c:50812236#, c-format12237msgid "cannot read '%s'"12238msgstr ""1223912240#: builtin/notes.c:238 builtin/tag.c:51112241#, c-format12242msgid "could not open or read '%s'"12243msgstr ""1224412245#: builtin/notes.c:257 builtin/notes.c:308 builtin/notes.c:31012246#: builtin/notes.c:378 builtin/notes.c:433 builtin/notes.c:51912247#: builtin/notes.c:524 builtin/notes.c:602 builtin/notes.c:66412248#, c-format12249msgid "failed to resolve '%s' as a valid ref."12250msgstr ""1225112252#: builtin/notes.c:26012253#, c-format12254msgid "failed to read object '%s'."12255msgstr ""1225612257#: builtin/notes.c:26412258#, c-format12259msgid "cannot read note data from non-blob object '%s'."12260msgstr ""1226112262#: builtin/notes.c:30412263#, c-format12264msgid "malformed input line: '%s'."12265msgstr ""1226612267#: builtin/notes.c:31912268#, c-format12269msgid "failed to copy notes from '%s' to '%s'"12270msgstr ""1227112272#. TRANSLATORS: the first %s will be replaced by a git12273#. notes command: 'add', 'merge', 'remove', etc.12274#.12275#: builtin/notes.c:35112276#, c-format12277msgid "refusing to %s notes in %s (outside of refs/notes/)"12278msgstr ""1227912280#: builtin/notes.c:371 builtin/notes.c:426 builtin/notes.c:50212281#: builtin/notes.c:514 builtin/notes.c:590 builtin/notes.c:65712282#: builtin/notes.c:807 builtin/notes.c:954 builtin/notes.c:97512283msgid "too many parameters"12284msgstr ""1228512286#: builtin/notes.c:384 builtin/notes.c:67012287#, c-format12288msgid "no note found for object %s."12289msgstr ""1229012291#: builtin/notes.c:405 builtin/notes.c:56812292msgid "note contents as a string"12293msgstr ""1229412295#: builtin/notes.c:408 builtin/notes.c:57112296msgid "note contents in a file"12297msgstr ""1229812299#: builtin/notes.c:411 builtin/notes.c:57412300msgid "reuse and edit specified note object"12301msgstr ""1230212303#: builtin/notes.c:414 builtin/notes.c:57712304msgid "reuse specified note object"12305msgstr ""1230612307#: builtin/notes.c:417 builtin/notes.c:58012308msgid "allow storing empty note"12309msgstr ""1231012311#: builtin/notes.c:418 builtin/notes.c:48912312msgid "replace existing notes"12313msgstr ""1231412315#: builtin/notes.c:44312316#, c-format12317msgid ""12318"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "12319"existing notes"12320msgstr ""1232112322#: builtin/notes.c:458 builtin/notes.c:53712323#, c-format12324msgid "Overwriting existing notes for object %s\n"12325msgstr ""1232612327#: builtin/notes.c:469 builtin/notes.c:629 builtin/notes.c:89412328#, c-format12329msgid "Removing note for object %s\n"12330msgstr ""1233112332#: builtin/notes.c:49012333msgid "read objects from stdin"12334msgstr ""1233512336#: builtin/notes.c:49212337msgid "load rewriting config for <command> (implies --stdin)"12338msgstr ""1233912340#: builtin/notes.c:51012341msgid "too few parameters"12342msgstr ""1234312344#: builtin/notes.c:53112345#, c-format12346msgid ""12347"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "12348"existing notes"12349msgstr ""1235012351#: builtin/notes.c:54312352#, c-format12353msgid "missing notes on source object %s. Cannot copy."12354msgstr ""1235512356#: builtin/notes.c:59512357#, c-format12358msgid ""12359"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"12360"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"12361msgstr ""1236212363#: builtin/notes.c:69012364msgid "failed to delete ref NOTES_MERGE_PARTIAL"12365msgstr ""1236612367#: builtin/notes.c:69212368msgid "failed to delete ref NOTES_MERGE_REF"12369msgstr ""1237012371#: builtin/notes.c:69412372msgid "failed to remove 'git notes merge' worktree"12373msgstr ""1237412375#: builtin/notes.c:71412376msgid "failed to read ref NOTES_MERGE_PARTIAL"12377msgstr ""1237812379#: builtin/notes.c:71612380msgid "could not find commit from NOTES_MERGE_PARTIAL."12381msgstr ""1238212383#: builtin/notes.c:71812384msgid "could not parse commit from NOTES_MERGE_PARTIAL."12385msgstr ""1238612387#: builtin/notes.c:73112388msgid "failed to resolve NOTES_MERGE_REF"12389msgstr ""1239012391#: builtin/notes.c:73412392msgid "failed to finalize notes merge"12393msgstr ""1239412395#: builtin/notes.c:76012396#, c-format12397msgid "unknown notes merge strategy %s"12398msgstr ""1239912400#: builtin/notes.c:77612401msgid "General options"12402msgstr ""1240312404#: builtin/notes.c:77812405msgid "Merge options"12406msgstr ""1240712408#: builtin/notes.c:78012409msgid ""12410"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"12411"cat_sort_uniq)"12412msgstr ""1241312414#: builtin/notes.c:78212415msgid "Committing unmerged notes"12416msgstr ""1241712418#: builtin/notes.c:78412419msgid "finalize notes merge by committing unmerged notes"12420msgstr ""1242112422#: builtin/notes.c:78612423msgid "Aborting notes merge resolution"12424msgstr ""1242512426#: builtin/notes.c:78812427msgid "abort notes merge"12428msgstr ""1242912430#: builtin/notes.c:79912431msgid "cannot mix --commit, --abort or -s/--strategy"12432msgstr ""1243312434#: builtin/notes.c:80412435msgid "must specify a notes ref to merge"12436msgstr ""1243712438#: builtin/notes.c:82812439#, c-format12440msgid "unknown -s/--strategy: %s"12441msgstr ""1244212443#: builtin/notes.c:86512444#, c-format12445msgid "a notes merge into %s is already in-progress at %s"12446msgstr ""1244712448#: builtin/notes.c:86812449#, c-format12450msgid "failed to store link to current notes ref (%s)"12451msgstr ""1245212453#: builtin/notes.c:87012454#, c-format12455msgid ""12456"Automatic notes merge failed. Fix conflicts in %s and commit the result with "12457"'git notes merge --commit', or abort the merge with 'git notes merge --"12458"abort'.\n"12459msgstr ""1246012461#: builtin/notes.c:89212462#, c-format12463msgid "Object %s has no note\n"12464msgstr ""1246512466#: builtin/notes.c:90412467msgid "attempt to remove non-existent note is not an error"12468msgstr ""1246912470#: builtin/notes.c:90712471msgid "read object names from the standard input"12472msgstr ""1247312474#: builtin/notes.c:945 builtin/prune.c:108 builtin/worktree.c:15212475msgid "do not remove, show only"12476msgstr ""1247712478#: builtin/notes.c:94612479msgid "report pruned notes"12480msgstr ""1248112482#: builtin/notes.c:98812483msgid "notes-ref"12484msgstr ""1248512486#: builtin/notes.c:98912487msgid "use notes from <notes-ref>"12488msgstr ""1248912490#: builtin/notes.c:102412491#, c-format12492msgid "unknown subcommand: %s"12493msgstr ""1249412495#: builtin/pack-objects.c:4812496msgid ""12497"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"12498msgstr ""1249912500#: builtin/pack-objects.c:4912501msgid ""12502"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"12503msgstr ""1250412505#: builtin/pack-objects.c:41412506#, c-format12507msgid "bad packed object CRC for %s"12508msgstr ""1250912510#: builtin/pack-objects.c:42512511#, c-format12512msgid "corrupt packed object for %s"12513msgstr ""1251412515#: builtin/pack-objects.c:55612516#, c-format12517msgid "recursive delta detected for object %s"12518msgstr ""1251912520#: builtin/pack-objects.c:75612521#, c-format12522msgid "ordered %u objects, expected %<PRIu32>"12523msgstr ""1252412525#: builtin/pack-objects.c:76912526#, c-format12527msgid "packfile is invalid: %s"12528msgstr ""1252912530#: builtin/pack-objects.c:77312531#, c-format12532msgid "unable to open packfile for reuse: %s"12533msgstr ""1253412535#: builtin/pack-objects.c:77712536msgid "unable to seek in reused packfile"12537msgstr ""1253812539#: builtin/pack-objects.c:78812540msgid "unable to read from reused packfile"12541msgstr ""1254212543#: builtin/pack-objects.c:81612544msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"12545msgstr ""1254612547#: builtin/pack-objects.c:82912548msgid "Writing objects"12549msgstr ""1255012551#: builtin/pack-objects.c:891 builtin/update-index.c:8812552#, c-format12553msgid "failed to stat %s"12554msgstr ""1255512556#: builtin/pack-objects.c:94412557#, c-format12558msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"12559msgstr ""1256012561#: builtin/pack-objects.c:111212562msgid "disabling bitmap writing, as some objects are not being packed"12563msgstr ""1256412565#: builtin/pack-objects.c:148912566#, c-format12567msgid "delta base offset overflow in pack for %s"12568msgstr ""1256912570#: builtin/pack-objects.c:149812571#, c-format12572msgid "delta base offset out of bound for %s"12573msgstr ""1257412575#: builtin/pack-objects.c:177112576msgid "Counting objects"12577msgstr ""1257812579#: builtin/pack-objects.c:191312580#, c-format12581msgid "unable to get size of %s"12582msgstr ""1258312584#: builtin/pack-objects.c:192812585#, c-format12586msgid "unable to parse object header of %s"12587msgstr ""1258812589#: builtin/pack-objects.c:1995 builtin/pack-objects.c:201112590#: builtin/pack-objects.c:202112591#, c-format12592msgid "object %s cannot be read"12593msgstr ""1259412595#: builtin/pack-objects.c:1998 builtin/pack-objects.c:202512596#, c-format12597msgid "object %s inconsistent object length (%lu vs %lu)"12598msgstr ""1259912600#: builtin/pack-objects.c:203512601msgid "suboptimal pack - out of memory"12602msgstr ""1260312604#: builtin/pack-objects.c:236612605#, c-format12606msgid "Delta compression using up to %d threads"12607msgstr ""1260812609#: builtin/pack-objects.c:250212610#, c-format12611msgid "unable to pack objects reachable from tag %s"12612msgstr ""1261312614#: builtin/pack-objects.c:258612615msgid "Compressing objects"12616msgstr ""1261712618#: builtin/pack-objects.c:259212619msgid "inconsistency with delta count"12620msgstr ""1262112622#: builtin/pack-objects.c:267112623#, c-format12624msgid ""12625"expected edge object ID, got garbage:\n"12626" %s"12627msgstr ""1262812629#: builtin/pack-objects.c:267712630#, c-format12631msgid ""12632"expected object ID, got garbage:\n"12633" %s"12634msgstr ""1263512636#: builtin/pack-objects.c:275712637msgid "invalid value for --missing"12638msgstr ""1263912640#: builtin/pack-objects.c:2816 builtin/pack-objects.c:292412641msgid "cannot open pack index"12642msgstr ""1264312644#: builtin/pack-objects.c:284712645#, c-format12646msgid "loose object at %s could not be examined"12647msgstr ""1264812649#: builtin/pack-objects.c:293212650msgid "unable to force loose object"12651msgstr ""1265212653#: builtin/pack-objects.c:301912654#, c-format12655msgid "not a rev '%s'"12656msgstr ""1265712658#: builtin/pack-objects.c:302212659#, c-format12660msgid "bad revision '%s'"12661msgstr ""1266212663#: builtin/pack-objects.c:304212664msgid "unable to add recent objects"12665msgstr ""1266612667#: builtin/pack-objects.c:309212668#, c-format12669msgid "unsupported index version %s"12670msgstr ""1267112672#: builtin/pack-objects.c:309612673#, c-format12674msgid "bad index version '%s'"12675msgstr ""1267612677#: builtin/pack-objects.c:312712678msgid "do not show progress meter"12679msgstr ""1268012681#: builtin/pack-objects.c:312912682msgid "show progress meter"12683msgstr ""1268412685#: builtin/pack-objects.c:313112686msgid "show progress meter during object writing phase"12687msgstr ""1268812689#: builtin/pack-objects.c:313412690msgid "similar to --all-progress when progress meter is shown"12691msgstr ""1269212693#: builtin/pack-objects.c:313512694msgid "<version>[,<offset>]"12695msgstr ""1269612697#: builtin/pack-objects.c:313612698msgid "write the pack index file in the specified idx format version"12699msgstr ""1270012701#: builtin/pack-objects.c:313912702msgid "maximum size of each output pack file"12703msgstr ""1270412705#: builtin/pack-objects.c:314112706msgid "ignore borrowed objects from alternate object store"12707msgstr ""1270812709#: builtin/pack-objects.c:314312710msgid "ignore packed objects"12711msgstr ""1271212713#: builtin/pack-objects.c:314512714msgid "limit pack window by objects"12715msgstr ""1271612717#: builtin/pack-objects.c:314712718msgid "limit pack window by memory in addition to object limit"12719msgstr ""1272012721#: builtin/pack-objects.c:314912722msgid "maximum length of delta chain allowed in the resulting pack"12723msgstr ""1272412725#: builtin/pack-objects.c:315112726msgid "reuse existing deltas"12727msgstr ""1272812729#: builtin/pack-objects.c:315312730msgid "reuse existing objects"12731msgstr ""1273212733#: builtin/pack-objects.c:315512734msgid "use OFS_DELTA objects"12735msgstr ""1273612737#: builtin/pack-objects.c:315712738msgid "use threads when searching for best delta matches"12739msgstr ""1274012741#: builtin/pack-objects.c:315912742msgid "do not create an empty pack output"12743msgstr ""1274412745#: builtin/pack-objects.c:316112746msgid "read revision arguments from standard input"12747msgstr ""1274812749#: builtin/pack-objects.c:316312750msgid "limit the objects to those that are not yet packed"12751msgstr ""1275212753#: builtin/pack-objects.c:316612754msgid "include objects reachable from any reference"12755msgstr ""1275612757#: builtin/pack-objects.c:316912758msgid "include objects referred by reflog entries"12759msgstr ""1276012761#: builtin/pack-objects.c:317212762msgid "include objects referred to by the index"12763msgstr ""1276412765#: builtin/pack-objects.c:317512766msgid "output pack to stdout"12767msgstr ""1276812769#: builtin/pack-objects.c:317712770msgid "include tag objects that refer to objects to be packed"12771msgstr ""1277212773#: builtin/pack-objects.c:317912774msgid "keep unreachable objects"12775msgstr ""1277612777#: builtin/pack-objects.c:318112778msgid "pack loose unreachable objects"12779msgstr ""1278012781#: builtin/pack-objects.c:318312782msgid "unpack unreachable objects newer than <time>"12783msgstr ""1278412785#: builtin/pack-objects.c:318612786msgid "create thin packs"12787msgstr ""1278812789#: builtin/pack-objects.c:318812790msgid "create packs suitable for shallow fetches"12791msgstr ""1279212793#: builtin/pack-objects.c:319012794msgid "ignore packs that have companion .keep file"12795msgstr ""1279612797#: builtin/pack-objects.c:319212798msgid "ignore this pack"12799msgstr ""1280012801#: builtin/pack-objects.c:319412802msgid "pack compression level"12803msgstr ""1280412805#: builtin/pack-objects.c:319612806msgid "do not hide commits by grafts"12807msgstr ""1280812809#: builtin/pack-objects.c:319812810msgid "use a bitmap index if available to speed up counting objects"12811msgstr ""1281212813#: builtin/pack-objects.c:320012814msgid "write a bitmap index together with the pack index"12815msgstr ""1281612817#: builtin/pack-objects.c:320312818msgid "handling for missing objects"12819msgstr ""1282012821#: builtin/pack-objects.c:320612822msgid "do not pack objects in promisor packfiles"12823msgstr ""1282412825#: builtin/pack-objects.c:323012826#, c-format12827msgid "delta chain depth %d is too deep, forcing %d"12828msgstr ""1282912830#: builtin/pack-objects.c:323512831#, c-format12832msgid "pack.deltaCacheLimit is too high, forcing %d"12833msgstr ""1283412835#: builtin/pack-objects.c:329112836msgid "--max-pack-size cannot be used to build a pack for transfer"12837msgstr ""1283812839#: builtin/pack-objects.c:329312840msgid "minimum pack size limit is 1 MiB"12841msgstr ""1284212843#: builtin/pack-objects.c:329812844msgid "--thin cannot be used to build an indexable pack"12845msgstr ""1284612847#: builtin/pack-objects.c:330112848msgid "--keep-unreachable and --unpack-unreachable are incompatible"12849msgstr ""1285012851#: builtin/pack-objects.c:330712852msgid "cannot use --filter without --stdout"12853msgstr ""1285412855#: builtin/pack-objects.c:336312856msgid "Enumerating objects"12857msgstr ""1285812859#: builtin/pack-objects.c:338212860#, c-format12861msgid "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>)"12862msgstr ""1286312864#: builtin/pack-refs.c:712865msgid "git pack-refs [<options>]"12866msgstr ""1286712868#: builtin/pack-refs.c:1512869msgid "pack everything"12870msgstr ""1287112872#: builtin/pack-refs.c:1612873msgid "prune loose refs (default)"12874msgstr ""1287512876#: builtin/prune-packed.c:912877msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"12878msgstr ""1287912880#: builtin/prune-packed.c:4212881msgid "Removing duplicate objects"12882msgstr ""1288312884#: builtin/prune.c:1212885msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"12886msgstr ""1288712888#: builtin/prune.c:10912889msgid "report pruned objects"12890msgstr ""1289112892#: builtin/prune.c:11212893msgid "expire objects older than <time>"12894msgstr ""1289512896#: builtin/prune.c:11412897msgid "limit traversal to objects outside promisor packfiles"12898msgstr ""1289912900#: builtin/prune.c:12812901msgid "cannot prune in a precious-objects repo"12902msgstr ""1290312904#: builtin/pull.c:59 builtin/pull.c:6112905#, c-format12906msgid "Invalid value for %s: %s"12907msgstr ""1290812909#: builtin/pull.c:8112910msgid "git pull [<options>] [<repository> [<refspec>...]]"12911msgstr ""1291212913#: builtin/pull.c:13212914msgid "control for recursive fetching of submodules"12915msgstr ""1291612917#: builtin/pull.c:13612918msgid "Options related to merging"12919msgstr ""1292012921#: builtin/pull.c:13912922msgid "incorporate changes by rebasing rather than merging"12923msgstr ""1292412925#: builtin/pull.c:166 builtin/rebase--helper.c:23 builtin/revert.c:12212926msgid "allow fast-forward"12927msgstr ""1292812929#: builtin/pull.c:17512930msgid "automatically stash/stash pop before and after rebase"12931msgstr ""1293212933#: builtin/pull.c:19112934msgid "Options related to fetching"12935msgstr ""1293612937#: builtin/pull.c:20912938msgid "number of submodules pulled in parallel"12939msgstr ""1294012941#: builtin/pull.c:30412942#, c-format12943msgid "Invalid value for pull.ff: %s"12944msgstr ""1294512946#: builtin/pull.c:42012947msgid ""12948"There is no candidate for rebasing against among the refs that you just "12949"fetched."12950msgstr ""1295112952#: builtin/pull.c:42212953msgid ""12954"There are no candidates for merging among the refs that you just fetched."12955msgstr ""1295612957#: builtin/pull.c:42312958msgid ""12959"Generally this means that you provided a wildcard refspec which had no\n"12960"matches on the remote end."12961msgstr ""1296212963#: builtin/pull.c:42612964#, c-format12965msgid ""12966"You asked to pull from the remote '%s', but did not specify\n"12967"a branch. Because this is not the default configured remote\n"12968"for your current branch, you must specify a branch on the command line."12969msgstr ""1297012971#: builtin/pull.c:431 git-parse-remote.sh:7312972msgid "You are not currently on a branch."12973msgstr ""1297412975#: builtin/pull.c:433 builtin/pull.c:448 git-parse-remote.sh:7912976msgid "Please specify which branch you want to rebase against."12977msgstr ""1297812979#: builtin/pull.c:435 builtin/pull.c:450 git-parse-remote.sh:8212980msgid "Please specify which branch you want to merge with."12981msgstr ""1298212983#: builtin/pull.c:436 builtin/pull.c:45112984msgid "See git-pull(1) for details."12985msgstr ""1298612987#: builtin/pull.c:438 builtin/pull.c:444 builtin/pull.c:45312988#: git-parse-remote.sh:6412989msgid "<remote>"12990msgstr ""1299112992#: builtin/pull.c:438 builtin/pull.c:453 builtin/pull.c:458 git-rebase.sh:57612993#: git-parse-remote.sh:6512994msgid "<branch>"12995msgstr ""1299612997#: builtin/pull.c:446 git-parse-remote.sh:7512998msgid "There is no tracking information for the current branch."12999msgstr ""1300013001#: builtin/pull.c:455 git-parse-remote.sh:9513002msgid ""13003"If you wish to set tracking information for this branch you can do so with:"13004msgstr ""1300513006#: builtin/pull.c:46013007#, c-format13008msgid ""13009"Your configuration specifies to merge with the ref '%s'\n"13010"from the remote, but no such ref was fetched."13011msgstr ""1301213013#: builtin/pull.c:82913014msgid "ignoring --verify-signatures for rebase"13015msgstr ""1301613017#: builtin/pull.c:87713018msgid "--[no-]autostash option is only valid with --rebase."13019msgstr ""1302013021#: builtin/pull.c:88513022msgid "Updating an unborn branch with changes added to the index."13023msgstr ""1302413025#: builtin/pull.c:88813026msgid "pull with rebase"13027msgstr ""1302813029#: builtin/pull.c:88913030msgid "please commit or stash them."13031msgstr ""1303213033#: builtin/pull.c:91413034#, c-format13035msgid ""13036"fetch updated the current branch head.\n"13037"fast-forwarding your working tree from\n"13038"commit %s."13039msgstr ""1304013041#: builtin/pull.c:91913042#, c-format13043msgid ""13044"Cannot fast-forward your working tree.\n"13045"After making sure that you saved anything precious from\n"13046"$ git diff %s\n"13047"output, run\n"13048"$ git reset --hard\n"13049"to recover."13050msgstr ""1305113052#: builtin/pull.c:93413053msgid "Cannot merge multiple branches into empty head."13054msgstr ""1305513056#: builtin/pull.c:93813057msgid "Cannot rebase onto multiple branches."13058msgstr ""1305913060#: builtin/pull.c:94513061msgid "cannot rebase with locally recorded submodule modifications"13062msgstr ""1306313064#: builtin/push.c:1913065msgid "git push [<options>] [<repository> [<refspec>...]]"13066msgstr ""1306713068#: builtin/push.c:11113069msgid "tag shorthand without <tag>"13070msgstr ""1307113072#: builtin/push.c:12113073msgid "--delete only accepts plain target ref names"13074msgstr ""1307513076#: builtin/push.c:16513077msgid ""13078"\n"13079"To choose either option permanently, see push.default in 'git help config'."13080msgstr ""1308113082#: builtin/push.c:16813083#, c-format13084msgid ""13085"The upstream branch of your current branch does not match\n"13086"the name of your current branch. To push to the upstream branch\n"13087"on the remote, use\n"13088"\n"13089" git push %s HEAD:%s\n"13090"\n"13091"To push to the branch of the same name on the remote, use\n"13092"\n"13093" git push %s %s\n"13094"%s"13095msgstr ""1309613097#: builtin/push.c:18313098#, c-format13099msgid ""13100"You are not currently on a branch.\n"13101"To push the history leading to the current (detached HEAD)\n"13102"state now, use\n"13103"\n"13104" git push %s HEAD:<name-of-remote-branch>\n"13105msgstr ""1310613107#: builtin/push.c:19713108#, c-format13109msgid ""13110"The current branch %s has no upstream branch.\n"13111"To push the current branch and set the remote as upstream, use\n"13112"\n"13113" git push --set-upstream %s %s\n"13114msgstr ""1311513116#: builtin/push.c:20513117#, c-format13118msgid "The current branch %s has multiple upstream branches, refusing to push."13119msgstr ""1312013121#: builtin/push.c:20813122#, c-format13123msgid ""13124"You are pushing to remote '%s', which is not the upstream of\n"13125"your current branch '%s', without telling me what to push\n"13126"to update which remote branch."13127msgstr ""1312813129#: builtin/push.c:26713130msgid ""13131"You didn't specify any refspecs to push, and push.default is \"nothing\"."13132msgstr ""1313313134#: builtin/push.c:27413135msgid ""13136"Updates were rejected because the tip of your current branch is behind\n"13137"its remote counterpart. Integrate the remote changes (e.g.\n"13138"'git pull ...') before pushing again.\n"13139"See the 'Note about fast-forwards' in 'git push --help' for details."13140msgstr ""1314113142#: builtin/push.c:28013143msgid ""13144"Updates were rejected because a pushed branch tip is behind its remote\n"13145"counterpart. Check out this branch and integrate the remote changes\n"13146"(e.g. 'git pull ...') before pushing again.\n"13147"See the 'Note about fast-forwards' in 'git push --help' for details."13148msgstr ""1314913150#: builtin/push.c:28613151msgid ""13152"Updates were rejected because the remote contains work that you do\n"13153"not have locally. This is usually caused by another repository pushing\n"13154"to the same ref. You may want to first integrate the remote changes\n"13155"(e.g., 'git pull ...') before pushing again.\n"13156"See the 'Note about fast-forwards' in 'git push --help' for details."13157msgstr ""1315813159#: builtin/push.c:29313160msgid "Updates were rejected because the tag already exists in the remote."13161msgstr ""1316213163#: builtin/push.c:29613164msgid ""13165"You cannot update a remote ref that points at a non-commit object,\n"13166"or update a remote ref to make it point at a non-commit object,\n"13167"without using the '--force' option.\n"13168msgstr ""1316913170#: builtin/push.c:35713171#, c-format13172msgid "Pushing to %s\n"13173msgstr ""1317413175#: builtin/push.c:36113176#, c-format13177msgid "failed to push some refs to '%s'"13178msgstr ""1317913180#: builtin/push.c:39513181#, c-format13182msgid "bad repository '%s'"13183msgstr ""1318413185#: builtin/push.c:39613186msgid ""13187"No configured push destination.\n"13188"Either specify the URL from the command-line or configure a remote "13189"repository using\n"13190"\n"13191" git remote add <name> <url>\n"13192"\n"13193"and then push using the remote name\n"13194"\n"13195" git push <name>\n"13196msgstr ""1319713198#: builtin/push.c:55113199msgid "repository"13200msgstr ""1320113202#: builtin/push.c:552 builtin/send-pack.c:16413203msgid "push all refs"13204msgstr ""1320513206#: builtin/push.c:553 builtin/send-pack.c:16613207msgid "mirror all refs"13208msgstr ""1320913210#: builtin/push.c:55513211msgid "delete refs"13212msgstr ""1321313214#: builtin/push.c:55613215msgid "push tags (can't be used with --all or --mirror)"13216msgstr ""1321713218#: builtin/push.c:559 builtin/send-pack.c:16713219msgid "force updates"13220msgstr ""1322113222#: builtin/push.c:561 builtin/send-pack.c:18113223msgid "<refname>:<expect>"13224msgstr ""1322513226#: builtin/push.c:562 builtin/send-pack.c:18213227msgid "require old value of ref to be at this value"13228msgstr ""1322913230#: builtin/push.c:56513231msgid "control recursive pushing of submodules"13232msgstr ""1323313234#: builtin/push.c:567 builtin/send-pack.c:17513235msgid "use thin pack"13236msgstr ""1323713238#: builtin/push.c:568 builtin/push.c:569 builtin/send-pack.c:16113239#: builtin/send-pack.c:16213240msgid "receive pack program"13241msgstr ""1324213243#: builtin/push.c:57013244msgid "set upstream for git pull/status"13245msgstr ""1324613247#: builtin/push.c:57313248msgid "prune locally removed refs"13249msgstr ""1325013251#: builtin/push.c:57513252msgid "bypass pre-push hook"13253msgstr ""1325413255#: builtin/push.c:57613256msgid "push missing but relevant tags"13257msgstr ""1325813259#: builtin/push.c:579 builtin/send-pack.c:16913260msgid "GPG sign the push"13261msgstr ""1326213263#: builtin/push.c:581 builtin/send-pack.c:17613264msgid "request atomic transaction on remote side"13265msgstr ""1326613267#: builtin/push.c:59913268msgid "--delete is incompatible with --all, --mirror and --tags"13269msgstr ""1327013271#: builtin/push.c:60113272msgid "--delete doesn't make sense without any refs"13273msgstr ""1327413275#: builtin/push.c:60413276msgid "--all and --tags are incompatible"13277msgstr ""1327813279#: builtin/push.c:60613280msgid "--all can't be combined with refspecs"13281msgstr ""1328213283#: builtin/push.c:61013284msgid "--mirror and --tags are incompatible"13285msgstr ""1328613287#: builtin/push.c:61213288msgid "--mirror can't be combined with refspecs"13289msgstr ""1329013291#: builtin/push.c:61513292msgid "--all and --mirror are incompatible"13293msgstr ""1329413295#: builtin/push.c:63413296msgid "push options must not have new line characters"13297msgstr ""1329813299#: builtin/range-diff.c:813300msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"13301msgstr ""1330213303#: builtin/range-diff.c:913304msgid "git range-diff [<options>] <old-tip>...<new-tip>"13305msgstr ""1330613307#: builtin/range-diff.c:1013308msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"13309msgstr ""1331013311#: builtin/range-diff.c:2613312msgid "Percentage by which creation is weighted"13313msgstr ""1331413315#: builtin/range-diff.c:2813316msgid "use simple diff colors"13317msgstr ""1331813319#: builtin/range-diff.c:75 builtin/range-diff.c:7913320#, c-format13321msgid "no .. in range: '%s'"13322msgstr ""1332313324#: builtin/range-diff.c:8913325msgid "single arg format must be symmetric range"13326msgstr ""1332713328#: builtin/range-diff.c:10413329msgid "need two commit ranges"13330msgstr ""1333113332#: builtin/read-tree.c:4013333msgid ""13334"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "13335"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"13336"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"13337msgstr ""1333813339#: builtin/read-tree.c:12013340msgid "write resulting index to <file>"13341msgstr ""1334213343#: builtin/read-tree.c:12313344msgid "only empty the index"13345msgstr ""1334613347#: builtin/read-tree.c:12513348msgid "Merging"13349msgstr ""1335013351#: builtin/read-tree.c:12713352msgid "perform a merge in addition to a read"13353msgstr ""1335413355#: builtin/read-tree.c:12913356msgid "3-way merge if no file level merging required"13357msgstr ""1335813359#: builtin/read-tree.c:13113360msgid "3-way merge in presence of adds and removes"13361msgstr ""1336213363#: builtin/read-tree.c:13313364msgid "same as -m, but discard unmerged entries"13365msgstr ""1336613367#: builtin/read-tree.c:13413368msgid "<subdirectory>/"13369msgstr ""1337013371#: builtin/read-tree.c:13513372msgid "read the tree into the index under <subdirectory>/"13373msgstr ""1337413375#: builtin/read-tree.c:13813376msgid "update working tree with merge result"13377msgstr ""1337813379#: builtin/read-tree.c:14013380msgid "gitignore"13381msgstr ""1338213383#: builtin/read-tree.c:14113384msgid "allow explicitly ignored files to be overwritten"13385msgstr ""1338613387#: builtin/read-tree.c:14413388msgid "don't check the working tree after merging"13389msgstr ""1339013391#: builtin/read-tree.c:14513392msgid "don't update the index or the work tree"13393msgstr ""1339413395#: builtin/read-tree.c:14713396msgid "skip applying sparse checkout filter"13397msgstr ""1339813399#: builtin/read-tree.c:14913400msgid "debug unpack-trees"13401msgstr ""1340213403#: builtin/rebase--helper.c:813404msgid "git rebase--helper [<options>]"13405msgstr ""1340613407#: builtin/rebase--helper.c:2413408msgid "keep empty commits"13409msgstr ""1341013411#: builtin/rebase--helper.c:26 builtin/revert.c:12413412msgid "allow commits with empty messages"13413msgstr ""1341413415#: builtin/rebase--helper.c:2713416msgid "rebase merge commits"13417msgstr ""1341813419#: builtin/rebase--helper.c:2913420msgid "keep original branch points of cousins"13421msgstr ""1342213423#: builtin/rebase--helper.c:3013424msgid "continue rebase"13425msgstr ""1342613427#: builtin/rebase--helper.c:3213428msgid "abort rebase"13429msgstr ""1343013431#: builtin/rebase--helper.c:3513432msgid "make rebase script"13433msgstr ""1343413435#: builtin/rebase--helper.c:3713436msgid "shorten commit ids in the todo list"13437msgstr ""1343813439#: builtin/rebase--helper.c:3913440msgid "expand commit ids in the todo list"13441msgstr ""1344213443#: builtin/rebase--helper.c:4113444msgid "check the todo list"13445msgstr ""1344613447#: builtin/rebase--helper.c:4313448msgid "skip unnecessary picks"13449msgstr ""1345013451#: builtin/rebase--helper.c:4513452msgid "rearrange fixup/squash lines"13453msgstr ""1345413455#: builtin/rebase--helper.c:4713456msgid "insert exec commands in todo list"13457msgstr ""1345813459#: builtin/rebase--helper.c:6813460msgid "--[no-]rebase-cousins has no effect without --rebase-merges"13461msgstr ""1346213463#: builtin/receive-pack.c:3213464msgid "git receive-pack <git-dir>"13465msgstr ""1346613467#: builtin/receive-pack.c:83013468msgid ""13469"By default, updating the current branch in a non-bare repository\n"13470"is denied, because it will make the index and work tree inconsistent\n"13471"with what you pushed, and will require 'git reset --hard' to match\n"13472"the work tree to HEAD.\n"13473"\n"13474"You can set the 'receive.denyCurrentBranch' configuration variable\n"13475"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"13476"its current branch; however, this is not recommended unless you\n"13477"arranged to update its work tree to match what you pushed in some\n"13478"other way.\n"13479"\n"13480"To squelch this message and still keep the default behaviour, set\n"13481"'receive.denyCurrentBranch' configuration variable to 'refuse'."13482msgstr ""1348313484#: builtin/receive-pack.c:85013485msgid ""13486"By default, deleting the current branch is denied, because the next\n"13487"'git clone' won't result in any file checked out, causing confusion.\n"13488"\n"13489"You can set 'receive.denyDeleteCurrent' configuration variable to\n"13490"'warn' or 'ignore' in the remote repository to allow deleting the\n"13491"current branch, with or without a warning message.\n"13492"\n"13493"To squelch this message, you can set it to 'refuse'."13494msgstr ""1349513496#: builtin/receive-pack.c:192313497msgid "quiet"13498msgstr ""1349913500#: builtin/receive-pack.c:193713501msgid "You must specify a directory."13502msgstr ""1350313504#: builtin/reflog.c:536 builtin/reflog.c:54113505#, c-format13506msgid "'%s' is not a valid timestamp"13507msgstr ""1350813509#: builtin/remote.c:1513510msgid "git remote [-v | --verbose]"13511msgstr ""1351213513#: builtin/remote.c:1613514msgid ""13515"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"13516"mirror=<fetch|push>] <name> <url>"13517msgstr ""1351813519#: builtin/remote.c:17 builtin/remote.c:3713520msgid "git remote rename <old> <new>"13521msgstr ""1352213523#: builtin/remote.c:18 builtin/remote.c:4213524msgid "git remote remove <name>"13525msgstr ""1352613527#: builtin/remote.c:19 builtin/remote.c:4713528msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"13529msgstr ""1353013531#: builtin/remote.c:2013532msgid "git remote [-v | --verbose] show [-n] <name>"13533msgstr ""1353413535#: builtin/remote.c:2113536msgid "git remote prune [-n | --dry-run] <name>"13537msgstr ""1353813539#: builtin/remote.c:2213540msgid ""13541"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"13542msgstr ""1354313544#: builtin/remote.c:2313545msgid "git remote set-branches [--add] <name> <branch>..."13546msgstr ""1354713548#: builtin/remote.c:24 builtin/remote.c:7313549msgid "git remote get-url [--push] [--all] <name>"13550msgstr ""1355113552#: builtin/remote.c:25 builtin/remote.c:7813553msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"13554msgstr ""1355513556#: builtin/remote.c:26 builtin/remote.c:7913557msgid "git remote set-url --add <name> <newurl>"13558msgstr ""1355913560#: builtin/remote.c:27 builtin/remote.c:8013561msgid "git remote set-url --delete <name> <url>"13562msgstr ""1356313564#: builtin/remote.c:3213565msgid "git remote add [<options>] <name> <url>"13566msgstr ""1356713568#: builtin/remote.c:5213569msgid "git remote set-branches <name> <branch>..."13570msgstr ""1357113572#: builtin/remote.c:5313573msgid "git remote set-branches --add <name> <branch>..."13574msgstr ""1357513576#: builtin/remote.c:5813577msgid "git remote show [<options>] <name>"13578msgstr ""1357913580#: builtin/remote.c:6313581msgid "git remote prune [<options>] <name>"13582msgstr ""1358313584#: builtin/remote.c:6813585msgid "git remote update [<options>] [<group> | <remote>]..."13586msgstr ""1358713588#: builtin/remote.c:9713589#, c-format13590msgid "Updating %s"13591msgstr ""1359213593#: builtin/remote.c:12913594msgid ""13595"--mirror is dangerous and deprecated; please\n"13596"\t use --mirror=fetch or --mirror=push instead"13597msgstr ""1359813599#: builtin/remote.c:14613600#, c-format13601msgid "unknown mirror argument: %s"13602msgstr ""1360313604#: builtin/remote.c:16213605msgid "fetch the remote branches"13606msgstr ""1360713608#: builtin/remote.c:16413609msgid "import all tags and associated objects when fetching"13610msgstr ""1361113612#: builtin/remote.c:16713613msgid "or do not fetch any tag at all (--no-tags)"13614msgstr ""1361513616#: builtin/remote.c:16913617msgid "branch(es) to track"13618msgstr ""1361913620#: builtin/remote.c:17013621msgid "master branch"13622msgstr ""1362313624#: builtin/remote.c:17213625msgid "set up remote as a mirror to push to or fetch from"13626msgstr ""1362713628#: builtin/remote.c:18413629msgid "specifying a master branch makes no sense with --mirror"13630msgstr ""1363113632#: builtin/remote.c:18613633msgid "specifying branches to track makes sense only with fetch mirrors"13634msgstr ""1363513636#: builtin/remote.c:193 builtin/remote.c:63513637#, c-format13638msgid "remote %s already exists."13639msgstr ""1364013641#: builtin/remote.c:197 builtin/remote.c:63913642#, c-format13643msgid "'%s' is not a valid remote name"13644msgstr ""1364513646#: builtin/remote.c:23713647#, c-format13648msgid "Could not setup master '%s'"13649msgstr ""1365013651#: builtin/remote.c:34313652#, c-format13653msgid "Could not get fetch map for refspec %s"13654msgstr ""1365513656#: builtin/remote.c:442 builtin/remote.c:45013657msgid "(matching)"13658msgstr ""1365913660#: builtin/remote.c:45413661msgid "(delete)"13662msgstr ""1366313664#: builtin/remote.c:628 builtin/remote.c:764 builtin/remote.c:86313665#, c-format13666msgid "No such remote: %s"13667msgstr ""1366813669#: builtin/remote.c:64513670#, c-format13671msgid "Could not rename config section '%s' to '%s'"13672msgstr ""1367313674#: builtin/remote.c:66513675#, c-format13676msgid ""13677"Not updating non-default fetch refspec\n"13678"\t%s\n"13679"\tPlease update the configuration manually if necessary."13680msgstr ""1368113682#: builtin/remote.c:70113683#, c-format13684msgid "deleting '%s' failed"13685msgstr ""1368613687#: builtin/remote.c:73513688#, c-format13689msgid "creating '%s' failed"13690msgstr ""1369113692#: builtin/remote.c:80113693msgid ""13694"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"13695"to delete it, use:"13696msgid_plural ""13697"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"13698"to delete them, use:"13699msgstr[0] ""13700msgstr[1] ""1370113702#: builtin/remote.c:81513703#, c-format13704msgid "Could not remove config section '%s'"13705msgstr ""1370613707#: builtin/remote.c:91613708#, c-format13709msgid " new (next fetch will store in remotes/%s)"13710msgstr ""1371113712#: builtin/remote.c:91913713msgid " tracked"13714msgstr ""1371513716#: builtin/remote.c:92113717msgid " stale (use 'git remote prune' to remove)"13718msgstr ""1371913720#: builtin/remote.c:92313721msgid " ???"13722msgstr ""1372313724#: builtin/remote.c:96413725#, c-format13726msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"13727msgstr ""1372813729#: builtin/remote.c:97313730#, c-format13731msgid "rebases interactively onto remote %s"13732msgstr ""1373313734#: builtin/remote.c:97513735#, c-format13736msgid "rebases interactively (with merges) onto remote %s"13737msgstr ""1373813739#: builtin/remote.c:97813740#, c-format13741msgid "rebases onto remote %s"13742msgstr ""1374313744#: builtin/remote.c:98213745#, c-format13746msgid " merges with remote %s"13747msgstr ""1374813749#: builtin/remote.c:98513750#, c-format13751msgid "merges with remote %s"13752msgstr ""1375313754#: builtin/remote.c:98813755#, c-format13756msgid "%-*s and with remote %s\n"13757msgstr ""1375813759#: builtin/remote.c:103113760msgid "create"13761msgstr ""1376213763#: builtin/remote.c:103413764msgid "delete"13765msgstr ""1376613767#: builtin/remote.c:103813768msgid "up to date"13769msgstr ""1377013771#: builtin/remote.c:104113772msgid "fast-forwardable"13773msgstr ""1377413775#: builtin/remote.c:104413776msgid "local out of date"13777msgstr ""1377813779#: builtin/remote.c:105113780#, c-format13781msgid " %-*s forces to %-*s (%s)"13782msgstr ""1378313784#: builtin/remote.c:105413785#, c-format13786msgid " %-*s pushes to %-*s (%s)"13787msgstr ""1378813789#: builtin/remote.c:105813790#, c-format13791msgid " %-*s forces to %s"13792msgstr ""1379313794#: builtin/remote.c:106113795#, c-format13796msgid " %-*s pushes to %s"13797msgstr ""1379813799#: builtin/remote.c:112913800msgid "do not query remotes"13801msgstr ""1380213803#: builtin/remote.c:115613804#, c-format13805msgid "* remote %s"13806msgstr ""1380713808#: builtin/remote.c:115713809#, c-format13810msgid " Fetch URL: %s"13811msgstr ""1381213813#: builtin/remote.c:1158 builtin/remote.c:1174 builtin/remote.c:131313814msgid "(no URL)"13815msgstr ""1381613817#. TRANSLATORS: the colon ':' should align13818#. with the one in " Fetch URL: %s"13819#. translation.13820#.13821#: builtin/remote.c:1172 builtin/remote.c:117413822#, c-format13823msgid " Push URL: %s"13824msgstr ""1382513826#: builtin/remote.c:1176 builtin/remote.c:1178 builtin/remote.c:118013827#, c-format13828msgid " HEAD branch: %s"13829msgstr ""1383013831#: builtin/remote.c:117613832msgid "(not queried)"13833msgstr ""1383413835#: builtin/remote.c:117813836msgid "(unknown)"13837msgstr ""1383813839#: builtin/remote.c:118213840#, c-format13841msgid ""13842" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"13843msgstr ""1384413845#: builtin/remote.c:119413846#, c-format13847msgid " Remote branch:%s"13848msgid_plural " Remote branches:%s"13849msgstr[0] ""13850msgstr[1] ""1385113852#: builtin/remote.c:1197 builtin/remote.c:122313853msgid " (status not queried)"13854msgstr ""1385513856#: builtin/remote.c:120613857msgid " Local branch configured for 'git pull':"13858msgid_plural " Local branches configured for 'git pull':"13859msgstr[0] ""13860msgstr[1] ""1386113862#: builtin/remote.c:121413863msgid " Local refs will be mirrored by 'git push'"13864msgstr ""1386513866#: builtin/remote.c:122013867#, c-format13868msgid " Local ref configured for 'git push'%s:"13869msgid_plural " Local refs configured for 'git push'%s:"13870msgstr[0] ""13871msgstr[1] ""1387213873#: builtin/remote.c:124113874msgid "set refs/remotes/<name>/HEAD according to remote"13875msgstr ""1387613877#: builtin/remote.c:124313878msgid "delete refs/remotes/<name>/HEAD"13879msgstr ""1388013881#: builtin/remote.c:125813882msgid "Cannot determine remote HEAD"13883msgstr ""1388413885#: builtin/remote.c:126013886msgid "Multiple remote HEAD branches. Please choose one explicitly with:"13887msgstr ""1388813889#: builtin/remote.c:127013890#, c-format13891msgid "Could not delete %s"13892msgstr ""1389313894#: builtin/remote.c:127813895#, c-format13896msgid "Not a valid ref: %s"13897msgstr ""1389813899#: builtin/remote.c:128013900#, c-format13901msgid "Could not setup %s"13902msgstr ""1390313904#: builtin/remote.c:129813905#, c-format13906msgid " %s will become dangling!"13907msgstr ""1390813909#: builtin/remote.c:129913910#, c-format13911msgid " %s has become dangling!"13912msgstr ""1391313914#: builtin/remote.c:130913915#, c-format13916msgid "Pruning %s"13917msgstr ""1391813919#: builtin/remote.c:131013920#, c-format13921msgid "URL: %s"13922msgstr ""1392313924#: builtin/remote.c:132613925#, c-format13926msgid " * [would prune] %s"13927msgstr ""1392813929#: builtin/remote.c:132913930#, c-format13931msgid " * [pruned] %s"13932msgstr ""1393313934#: builtin/remote.c:137413935msgid "prune remotes after fetching"13936msgstr ""1393713938#: builtin/remote.c:1437 builtin/remote.c:1491 builtin/remote.c:155913939#, c-format13940msgid "No such remote '%s'"13941msgstr ""1394213943#: builtin/remote.c:145313944msgid "add branch"13945msgstr ""1394613947#: builtin/remote.c:146013948msgid "no remote specified"13949msgstr ""1395013951#: builtin/remote.c:147713952msgid "query push URLs rather than fetch URLs"13953msgstr ""1395413955#: builtin/remote.c:147913956msgid "return all URLs"13957msgstr ""1395813959#: builtin/remote.c:150713960#, c-format13961msgid "no URLs configured for remote '%s'"13962msgstr ""1396313964#: builtin/remote.c:153313965msgid "manipulate push URLs"13966msgstr ""1396713968#: builtin/remote.c:153513969msgid "add URL"13970msgstr ""1397113972#: builtin/remote.c:153713973msgid "delete URLs"13974msgstr ""1397513976#: builtin/remote.c:154413977msgid "--add --delete doesn't make sense"13978msgstr ""1397913980#: builtin/remote.c:158313981#, c-format13982msgid "Invalid old URL pattern: %s"13983msgstr ""1398413985#: builtin/remote.c:159113986#, c-format13987msgid "No such URL found: %s"13988msgstr ""1398913990#: builtin/remote.c:159313991msgid "Will not delete all non-push URLs"13992msgstr ""1399313994#: builtin/remote.c:160913995msgid "be verbose; must be placed before a subcommand"13996msgstr ""1399713998#: builtin/remote.c:164013999#, c-format14000msgid "Unknown subcommand: %s"14001msgstr ""1400214003#: builtin/repack.c:2014004msgid "git repack [<options>]"14005msgstr ""1400614007#: builtin/repack.c:2514008msgid ""14009"Incremental repacks are incompatible with bitmap indexes. Use\n"14010"--no-write-bitmap-index or disable the pack.writebitmaps configuration."14011msgstr ""1401214013#: builtin/repack.c:28714014msgid "pack everything in a single pack"14015msgstr ""1401614017#: builtin/repack.c:28914018msgid "same as -a, and turn unreachable objects loose"14019msgstr ""1402014021#: builtin/repack.c:29214022msgid "remove redundant packs, and run git-prune-packed"14023msgstr ""1402414025#: builtin/repack.c:29414026msgid "pass --no-reuse-delta to git-pack-objects"14027msgstr ""1402814029#: builtin/repack.c:29614030msgid "pass --no-reuse-object to git-pack-objects"14031msgstr ""1403214033#: builtin/repack.c:29814034msgid "do not run git-update-server-info"14035msgstr ""1403614037#: builtin/repack.c:30114038msgid "pass --local to git-pack-objects"14039msgstr ""1404014041#: builtin/repack.c:30314042msgid "write bitmap index"14043msgstr ""1404414045#: builtin/repack.c:30414046msgid "approxidate"14047msgstr ""1404814049#: builtin/repack.c:30514050msgid "with -A, do not loosen objects older than this"14051msgstr ""1405214053#: builtin/repack.c:30714054msgid "with -a, repack unreachable objects"14055msgstr ""1405614057#: builtin/repack.c:30914058msgid "size of the window used for delta compression"14059msgstr ""1406014061#: builtin/repack.c:310 builtin/repack.c:31614062msgid "bytes"14063msgstr ""1406414065#: builtin/repack.c:31114066msgid "same as the above, but limit memory size instead of entries count"14067msgstr ""1406814069#: builtin/repack.c:31314070msgid "limits the maximum delta depth"14071msgstr ""1407214073#: builtin/repack.c:31514074msgid "limits the maximum number of threads"14075msgstr ""1407614077#: builtin/repack.c:31714078msgid "maximum size of each packfile"14079msgstr ""1408014081#: builtin/repack.c:31914082msgid "repack objects in packs marked with .keep"14083msgstr ""1408414085#: builtin/repack.c:32114086msgid "do not repack this pack"14087msgstr ""1408814089#: builtin/repack.c:33114090msgid "cannot delete packs in a precious-objects repo"14091msgstr ""1409214093#: builtin/repack.c:33514094msgid "--keep-unreachable and -A are incompatible"14095msgstr ""1409614097#: builtin/repack.c:510 builtin/worktree.c:14014098#, c-format14099msgid "failed to remove '%s'"14100msgstr ""1410114102#: builtin/replace.c:2214103msgid "git replace [-f] <object> <replacement>"14104msgstr ""1410514106#: builtin/replace.c:2314107msgid "git replace [-f] --edit <object>"14108msgstr ""1410914110#: builtin/replace.c:2414111msgid "git replace [-f] --graft <commit> [<parent>...]"14112msgstr ""1411314114#: builtin/replace.c:2514115msgid "git replace [-f] --convert-graft-file"14116msgstr ""1411714118#: builtin/replace.c:2614119msgid "git replace -d <object>..."14120msgstr ""1412114122#: builtin/replace.c:2714123msgid "git replace [--format=<format>] [-l [<pattern>]]"14124msgstr ""1412514126#: builtin/replace.c:57 builtin/replace.c:203 builtin/replace.c:20614127#, c-format14128msgid "failed to resolve '%s' as a valid ref"14129msgstr ""1413014131#: builtin/replace.c:8614132#, c-format14133msgid ""14134"invalid replace format '%s'\n"14135"valid formats are 'short', 'medium' and 'long'"14136msgstr ""1413714138#: builtin/replace.c:12114139#, c-format14140msgid "replace ref '%s' not found"14141msgstr ""1414214143#: builtin/replace.c:13714144#, c-format14145msgid "Deleted replace ref '%s'"14146msgstr ""1414714148#: builtin/replace.c:14914149#, c-format14150msgid "'%s' is not a valid ref name"14151msgstr ""1415214153#: builtin/replace.c:15414154#, c-format14155msgid "replace ref '%s' already exists"14156msgstr ""1415714158#: builtin/replace.c:17414159#, c-format14160msgid ""14161"Objects must be of the same type.\n"14162"'%s' points to a replaced object of type '%s'\n"14163"while '%s' points to a replacement object of type '%s'."14164msgstr ""1416514166#: builtin/replace.c:22514167#, c-format14168msgid "unable to open %s for writing"14169msgstr ""1417014171#: builtin/replace.c:23814172msgid "cat-file reported failure"14173msgstr ""1417414175#: builtin/replace.c:25414176#, c-format14177msgid "unable to open %s for reading"14178msgstr ""1417914180#: builtin/replace.c:26814181msgid "unable to spawn mktree"14182msgstr ""1418314184#: builtin/replace.c:27214185msgid "unable to read from mktree"14186msgstr ""1418714188#: builtin/replace.c:28114189msgid "mktree reported failure"14190msgstr ""1419114192#: builtin/replace.c:28514193msgid "mktree did not return an object name"14194msgstr ""1419514196#: builtin/replace.c:29414197#, c-format14198msgid "unable to fstat %s"14199msgstr ""1420014201#: builtin/replace.c:29914202msgid "unable to write object to database"14203msgstr ""1420414205#: builtin/replace.c:318 builtin/replace.c:371 builtin/replace.c:41514206#: builtin/replace.c:44514207#, c-format14208msgid "not a valid object name: '%s'"14209msgstr ""1421014211#: builtin/replace.c:32214212#, c-format14213msgid "unable to get object type for %s"14214msgstr ""1421514216#: builtin/replace.c:33814217msgid "editing object file failed"14218msgstr ""1421914220#: builtin/replace.c:34714221#, c-format14222msgid "new object is the same as the old one: '%s'"14223msgstr ""1422414225#: builtin/replace.c:40714226#, c-format14227msgid "bad mergetag in commit '%s'"14228msgstr ""1422914230#: builtin/replace.c:40914231#, c-format14232msgid "malformed mergetag in commit '%s'"14233msgstr ""1423414235#: builtin/replace.c:42114236#, c-format14237msgid ""14238"original commit '%s' contains mergetag '%s' that is discarded; use --edit "14239"instead of --graft"14240msgstr ""1424114242#: builtin/replace.c:46014243#, c-format14244msgid "the original commit '%s' has a gpg signature"14245msgstr ""1424614247#: builtin/replace.c:46114248msgid "the signature will be removed in the replacement commit!"14249msgstr ""1425014251#: builtin/replace.c:47114252#, c-format14253msgid "could not write replacement commit for: '%s'"14254msgstr ""1425514256#: builtin/replace.c:47914257#, c-format14258msgid "graft for '%s' unnecessary"14259msgstr ""1426014261#: builtin/replace.c:48214262#, c-format14263msgid "new commit is the same as the old one: '%s'"14264msgstr ""1426514266#: builtin/replace.c:51414267#, c-format14268msgid ""14269"could not convert the following graft(s):\n"14270"%s"14271msgstr ""1427214273#: builtin/replace.c:53514274msgid "list replace refs"14275msgstr ""1427614277#: builtin/replace.c:53614278msgid "delete replace refs"14279msgstr ""1428014281#: builtin/replace.c:53714282msgid "edit existing object"14283msgstr ""1428414285#: builtin/replace.c:53814286msgid "change a commit's parents"14287msgstr ""1428814289#: builtin/replace.c:53914290msgid "convert existing graft file"14291msgstr ""1429214293#: builtin/replace.c:54014294msgid "replace the ref if it exists"14295msgstr ""1429614297#: builtin/replace.c:54214298msgid "do not pretty-print contents for --edit"14299msgstr ""1430014301#: builtin/replace.c:54314302msgid "use this format"14303msgstr ""1430414305#: builtin/replace.c:55614306msgid "--format cannot be used when not listing"14307msgstr ""1430814309#: builtin/replace.c:56414310msgid "-f only makes sense when writing a replacement"14311msgstr ""1431214313#: builtin/replace.c:56814314msgid "--raw only makes sense with --edit"14315msgstr ""1431614317#: builtin/replace.c:57414318msgid "-d needs at least one argument"14319msgstr ""1432014321#: builtin/replace.c:58014322msgid "bad number of arguments"14323msgstr ""1432414325#: builtin/replace.c:58614326msgid "-e needs exactly one argument"14327msgstr ""1432814329#: builtin/replace.c:59214330msgid "-g needs at least one argument"14331msgstr ""1433214333#: builtin/replace.c:59814334msgid "--convert-graft-file takes no argument"14335msgstr ""1433614337#: builtin/replace.c:60414338msgid "only one pattern can be given with -l"14339msgstr ""1434014341#: builtin/rerere.c:1314342msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"14343msgstr ""1434414345#: builtin/rerere.c:5914346msgid "register clean resolutions in index"14347msgstr ""1434814349#: builtin/reset.c:2914350msgid ""14351"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"14352msgstr ""1435314354#: builtin/reset.c:3014355msgid "git reset [-q] [<tree-ish>] [--] <paths>..."14356msgstr ""1435714358#: builtin/reset.c:3114359msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"14360msgstr ""1436114362#: builtin/reset.c:3714363msgid "mixed"14364msgstr ""1436514366#: builtin/reset.c:3714367msgid "soft"14368msgstr ""1436914370#: builtin/reset.c:3714371msgid "hard"14372msgstr ""1437314374#: builtin/reset.c:3714375msgid "merge"14376msgstr ""1437714378#: builtin/reset.c:3714379msgid "keep"14380msgstr ""1438114382#: builtin/reset.c:7814383msgid "You do not have a valid HEAD."14384msgstr ""1438514386#: builtin/reset.c:8014387msgid "Failed to find tree of HEAD."14388msgstr ""1438914390#: builtin/reset.c:8614391#, c-format14392msgid "Failed to find tree of %s."14393msgstr ""1439414395#: builtin/reset.c:11114396#, c-format14397msgid "HEAD is now at %s"14398msgstr ""1439914400#: builtin/reset.c:18914401#, c-format14402msgid "Cannot do a %s reset in the middle of a merge."14403msgstr ""1440414405#: builtin/reset.c:28914406msgid "be quiet, only report errors"14407msgstr ""1440814409#: builtin/reset.c:29114410msgid "reset HEAD and index"14411msgstr ""1441214413#: builtin/reset.c:29214414msgid "reset only HEAD"14415msgstr ""1441614417#: builtin/reset.c:294 builtin/reset.c:29614418msgid "reset HEAD, index and working tree"14419msgstr ""1442014421#: builtin/reset.c:29814422msgid "reset HEAD but keep local changes"14423msgstr ""1442414425#: builtin/reset.c:30414426msgid "record only the fact that removed paths will be added later"14427msgstr ""1442814429#: builtin/reset.c:32114430#, c-format14431msgid "Failed to resolve '%s' as a valid revision."14432msgstr ""1443314434#: builtin/reset.c:32914435#, c-format14436msgid "Failed to resolve '%s' as a valid tree."14437msgstr ""1443814439#: builtin/reset.c:33814440msgid "--patch is incompatible with --{hard,mixed,soft}"14441msgstr ""1444214443#: builtin/reset.c:34714444msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."14445msgstr ""1444614447#: builtin/reset.c:34914448#, c-format14449msgid "Cannot do %s reset with paths."14450msgstr ""1445114452#: builtin/reset.c:35914453#, c-format14454msgid "%s reset is not allowed in a bare repository"14455msgstr ""1445614457#: builtin/reset.c:36314458msgid "-N can only be used with --mixed"14459msgstr ""1446014461#: builtin/reset.c:38014462msgid "Unstaged changes after reset:"14463msgstr ""1446414465#: builtin/reset.c:38614466#, c-format14467msgid "Could not reset index file to revision '%s'."14468msgstr ""1446914470#: builtin/reset.c:39014471msgid "Could not write new index file."14472msgstr ""1447314474#: builtin/rev-list.c:39914475msgid "cannot combine --exclude-promisor-objects and --missing"14476msgstr ""1447714478#: builtin/rev-list.c:45714479msgid "object filtering requires --objects"14480msgstr ""1448114482#: builtin/rev-list.c:46014483#, c-format14484msgid "invalid sparse value '%s'"14485msgstr ""1448614487#: builtin/rev-list.c:50114488msgid "rev-list does not support display of notes"14489msgstr ""1449014491#: builtin/rev-list.c:50414492msgid "cannot combine --use-bitmap-index with object filtering"14493msgstr ""1449414495#: builtin/rev-parse.c:40614496msgid "git rev-parse --parseopt [<options>] -- [<args>...]"14497msgstr ""1449814499#: builtin/rev-parse.c:41114500msgid "keep the `--` passed as an arg"14501msgstr ""1450214503#: builtin/rev-parse.c:41314504msgid "stop parsing after the first non-option argument"14505msgstr ""1450614507#: builtin/rev-parse.c:41614508msgid "output in stuck long form"14509msgstr ""1451014511#: builtin/rev-parse.c:54914512msgid ""14513"git rev-parse --parseopt [<options>] -- [<args>...]\n"14514" or: git rev-parse --sq-quote [<arg>...]\n"14515" or: git rev-parse [<options>] [<arg>...]\n"14516"\n"14517"Run \"git rev-parse --parseopt -h\" for more information on the first usage."14518msgstr ""1451914520#: builtin/revert.c:2414521msgid "git revert [<options>] <commit-ish>..."14522msgstr ""1452314524#: builtin/revert.c:2514525msgid "git revert <subcommand>"14526msgstr ""1452714528#: builtin/revert.c:3014529msgid "git cherry-pick [<options>] <commit-ish>..."14530msgstr ""1453114532#: builtin/revert.c:3114533msgid "git cherry-pick <subcommand>"14534msgstr ""1453514536#: builtin/revert.c:9114537#, c-format14538msgid "%s: %s cannot be used with %s"14539msgstr ""1454014541#: builtin/revert.c:10014542msgid "end revert or cherry-pick sequence"14543msgstr ""1454414545#: builtin/revert.c:10114546msgid "resume revert or cherry-pick sequence"14547msgstr ""1454814549#: builtin/revert.c:10214550msgid "cancel revert or cherry-pick sequence"14551msgstr ""1455214553#: builtin/revert.c:10314554msgid "don't automatically commit"14555msgstr ""1455614557#: builtin/revert.c:10414558msgid "edit the commit message"14559msgstr ""1456014561#: builtin/revert.c:10714562msgid "parent-number"14563msgstr ""1456414565#: builtin/revert.c:10814566msgid "select mainline parent"14567msgstr ""1456814569#: builtin/revert.c:11014570msgid "merge strategy"14571msgstr ""1457214573#: builtin/revert.c:11114574msgid "option"14575msgstr ""1457614577#: builtin/revert.c:11214578msgid "option for merge strategy"14579msgstr ""1458014581#: builtin/revert.c:12114582msgid "append commit name"14583msgstr ""1458414585#: builtin/revert.c:12314586msgid "preserve initially empty commits"14587msgstr ""1458814589#: builtin/revert.c:12514590msgid "keep redundant, empty commits"14591msgstr ""1459214593#: builtin/revert.c:21914594msgid "revert failed"14595msgstr ""1459614597#: builtin/revert.c:23214598msgid "cherry-pick failed"14599msgstr ""1460014601#: builtin/rm.c:1814602msgid "git rm [<options>] [--] <file>..."14603msgstr ""1460414605#: builtin/rm.c:20614606msgid ""14607"the following file has staged content different from both the\n"14608"file and the HEAD:"14609msgid_plural ""14610"the following files have staged content different from both the\n"14611"file and the HEAD:"14612msgstr[0] ""14613msgstr[1] ""1461414615#: builtin/rm.c:21114616msgid ""14617"\n"14618"(use -f to force removal)"14619msgstr ""1462014621#: builtin/rm.c:21514622msgid "the following file has changes staged in the index:"14623msgid_plural "the following files have changes staged in the index:"14624msgstr[0] ""14625msgstr[1] ""1462614627#: builtin/rm.c:219 builtin/rm.c:22814628msgid ""14629"\n"14630"(use --cached to keep the file, or -f to force removal)"14631msgstr ""1463214633#: builtin/rm.c:22514634msgid "the following file has local modifications:"14635msgid_plural "the following files have local modifications:"14636msgstr[0] ""14637msgstr[1] ""1463814639#: builtin/rm.c:24114640msgid "do not list removed files"14641msgstr ""1464214643#: builtin/rm.c:24214644msgid "only remove from the index"14645msgstr ""1464614647#: builtin/rm.c:24314648msgid "override the up-to-date check"14649msgstr ""1465014651#: builtin/rm.c:24414652msgid "allow recursive removal"14653msgstr ""1465414655#: builtin/rm.c:24614656msgid "exit with a zero status even if nothing matched"14657msgstr ""1465814659#: builtin/rm.c:28814660msgid "please stage your changes to .gitmodules or stash them to proceed"14661msgstr ""1466214663#: builtin/rm.c:30614664#, c-format14665msgid "not removing '%s' recursively without -r"14666msgstr ""1466714668#: builtin/rm.c:34514669#, c-format14670msgid "git rm: unable to remove %s"14671msgstr ""1467214673#: builtin/rm.c:36814674#, c-format14675msgid "could not remove '%s'"14676msgstr ""1467714678#: builtin/send-pack.c:2014679msgid ""14680"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"14681"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "14682"[<ref>...]\n"14683" --all and explicit <ref> specification are mutually exclusive."14684msgstr ""1468514686#: builtin/send-pack.c:16314687msgid "remote name"14688msgstr ""1468914690#: builtin/send-pack.c:17714691msgid "use stateless RPC protocol"14692msgstr ""1469314694#: builtin/send-pack.c:17814695msgid "read refs from stdin"14696msgstr ""1469714698#: builtin/send-pack.c:17914699msgid "print status from remote helper"14700msgstr ""1470114702#: builtin/serve.c:714703msgid "git serve [<options>]"14704msgstr ""1470514706#: builtin/serve.c:17 builtin/upload-pack.c:2314707msgid "quit after a single request/response exchange"14708msgstr ""1470914710#: builtin/serve.c:1914711msgid "exit immediately after advertising capabilities"14712msgstr ""1471314714#: builtin/shortlog.c:1414715msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"14716msgstr ""1471714718#: builtin/shortlog.c:1514719msgid "git log --pretty=short | git shortlog [<options>]"14720msgstr ""1472114722#: builtin/shortlog.c:26414723msgid "Group by committer rather than author"14724msgstr ""1472514726#: builtin/shortlog.c:26614727msgid "sort output according to the number of commits per author"14728msgstr ""1472914730#: builtin/shortlog.c:26814731msgid "Suppress commit descriptions, only provides commit count"14732msgstr ""1473314734#: builtin/shortlog.c:27014735msgid "Show the email address of each author"14736msgstr ""1473714738#: builtin/shortlog.c:27114739msgid "<w>[,<i1>[,<i2>]]"14740msgstr ""1474114742#: builtin/shortlog.c:27214743msgid "Linewrap output"14744msgstr ""1474514746#: builtin/shortlog.c:29914747msgid "too many arguments given outside repository"14748msgstr ""1474914750#: builtin/show-branch.c:1314751msgid ""14752"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"14753"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"14754"\t\t[--more=<n> | --list | --independent | --merge-base]\n"14755"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"14756msgstr ""1475714758#: builtin/show-branch.c:1714759msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"14760msgstr ""1476114762#: builtin/show-branch.c:39514763#, c-format14764msgid "ignoring %s; cannot handle more than %d ref"14765msgid_plural "ignoring %s; cannot handle more than %d refs"14766msgstr[0] ""14767msgstr[1] ""1476814769#: builtin/show-branch.c:54914770#, c-format14771msgid "no matching refs with %s"14772msgstr ""1477314774#: builtin/show-branch.c:64514775msgid "show remote-tracking and local branches"14776msgstr ""1477714778#: builtin/show-branch.c:64714779msgid "show remote-tracking branches"14780msgstr ""1478114782#: builtin/show-branch.c:64914783msgid "color '*!+-' corresponding to the branch"14784msgstr ""1478514786#: builtin/show-branch.c:65114787msgid "show <n> more commits after the common ancestor"14788msgstr ""1478914790#: builtin/show-branch.c:65314791msgid "synonym to more=-1"14792msgstr ""1479314794#: builtin/show-branch.c:65414795msgid "suppress naming strings"14796msgstr ""1479714798#: builtin/show-branch.c:65614799msgid "include the current branch"14800msgstr ""1480114802#: builtin/show-branch.c:65814803msgid "name commits with their object names"14804msgstr ""1480514806#: builtin/show-branch.c:66014807msgid "show possible merge bases"14808msgstr ""1480914810#: builtin/show-branch.c:66214811msgid "show refs unreachable from any other ref"14812msgstr ""1481314814#: builtin/show-branch.c:66414815msgid "show commits in topological order"14816msgstr ""1481714818#: builtin/show-branch.c:66714819msgid "show only commits not on the first branch"14820msgstr ""1482114822#: builtin/show-branch.c:66914823msgid "show merges reachable from only one tip"14824msgstr ""1482514826#: builtin/show-branch.c:67114827msgid "topologically sort, maintaining date order where possible"14828msgstr ""1482914830#: builtin/show-branch.c:67414831msgid "<n>[,<base>]"14832msgstr ""1483314834#: builtin/show-branch.c:67514835msgid "show <n> most recent ref-log entries starting at base"14836msgstr ""1483714838#: builtin/show-branch.c:71114839msgid ""14840"--reflog is incompatible with --all, --remotes, --independent or --merge-base"14841msgstr ""1484214843#: builtin/show-branch.c:73514844msgid "no branches given, and HEAD is not valid"14845msgstr ""1484614847#: builtin/show-branch.c:73814848msgid "--reflog option needs one branch name"14849msgstr ""1485014851#: builtin/show-branch.c:74114852#, c-format14853msgid "only %d entry can be shown at one time."14854msgid_plural "only %d entries can be shown at one time."14855msgstr[0] ""14856msgstr[1] ""1485714858#: builtin/show-branch.c:74514859#, c-format14860msgid "no such ref %s"14861msgstr ""1486214863#: builtin/show-branch.c:82914864#, c-format14865msgid "cannot handle more than %d rev."14866msgid_plural "cannot handle more than %d revs."14867msgstr[0] ""14868msgstr[1] ""1486914870#: builtin/show-branch.c:83314871#, c-format14872msgid "'%s' is not a valid ref."14873msgstr ""1487414875#: builtin/show-branch.c:83614876#, c-format14877msgid "cannot find commit %s (%s)"14878msgstr ""1487914880#: builtin/show-ref.c:1114881msgid ""14882"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"14883"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"14884msgstr ""1488514886#: builtin/show-ref.c:1214887msgid "git show-ref --exclude-existing[=<pattern>]"14888msgstr ""1488914890#: builtin/show-ref.c:16014891msgid "only show tags (can be combined with heads)"14892msgstr ""1489314894#: builtin/show-ref.c:16114895msgid "only show heads (can be combined with tags)"14896msgstr ""1489714898#: builtin/show-ref.c:16214899msgid "stricter reference checking, requires exact ref path"14900msgstr ""1490114902#: builtin/show-ref.c:165 builtin/show-ref.c:16714903msgid "show the HEAD reference, even if it would be filtered out"14904msgstr ""1490514906#: builtin/show-ref.c:16914907msgid "dereference tags into object IDs"14908msgstr ""1490914910#: builtin/show-ref.c:17114911msgid "only show SHA1 hash using <n> digits"14912msgstr ""1491314914#: builtin/show-ref.c:17514915msgid "do not print results to stdout (useful with --verify)"14916msgstr ""1491714918#: builtin/show-ref.c:17714919msgid "show refs from stdin that aren't in local repository"14920msgstr ""1492114922#: builtin/stripspace.c:1814923msgid "git stripspace [-s | --strip-comments]"14924msgstr ""1492514926#: builtin/stripspace.c:1914927msgid "git stripspace [-c | --comment-lines]"14928msgstr ""1492914930#: builtin/stripspace.c:3614931msgid "skip and remove all lines starting with comment character"14932msgstr ""1493314934#: builtin/stripspace.c:3914935msgid "prepend comment character and space to each line"14936msgstr ""1493714938#: builtin/submodule--helper.c:37 builtin/submodule--helper.c:183314939#, c-format14940msgid "No such ref: %s"14941msgstr ""1494214943#: builtin/submodule--helper.c:44 builtin/submodule--helper.c:184214944#, c-format14945msgid "Expecting a full ref name, got %s"14946msgstr ""1494714948#: builtin/submodule--helper.c:6114949msgid "submodule--helper print-default-remote takes no arguments"14950msgstr ""1495114952#: builtin/submodule--helper.c:9914953#, c-format14954msgid "cannot strip one component off url '%s'"14955msgstr ""1495614957#: builtin/submodule--helper.c:407 builtin/submodule--helper.c:135614958msgid "alternative anchor for relative paths"14959msgstr ""1496014961#: builtin/submodule--helper.c:41214962msgid "git submodule--helper list [--prefix=<path>] [<path>...]"14963msgstr ""1496414965#: builtin/submodule--helper.c:469 builtin/submodule--helper.c:60614966#: builtin/submodule--helper.c:62914967#, c-format14968msgid "No url found for submodule path '%s' in .gitmodules"14969msgstr ""1497014971#: builtin/submodule--helper.c:52114972#, c-format14973msgid "Entering '%s'\n"14974msgstr ""1497514976#: builtin/submodule--helper.c:52414977#, c-format14978msgid ""14979"run_command returned non-zero status for %s\n"14980"."14981msgstr ""1498214983#: builtin/submodule--helper.c:54514984#, c-format14985msgid ""14986"run_command returned non-zero status while recursing in the nested "14987"submodules of %s\n"14988"."14989msgstr ""1499014991#: builtin/submodule--helper.c:56114992msgid "Suppress output of entering each submodule command"14993msgstr ""1499414995#: builtin/submodule--helper.c:563 builtin/submodule--helper.c:104014996msgid "Recurse into nested submodules"14997msgstr ""1499814999#: builtin/submodule--helper.c:56815000msgid "git submodule--helper foreach [--quiet] [--recursive] <command>"15001msgstr ""1500215003#: builtin/submodule--helper.c:64415004#, c-format15005msgid ""15006"could not lookup configuration '%s'. Assuming this repository is its own "15007"authoritative upstream."15008msgstr ""1500915010#: builtin/submodule--helper.c:65515011#, c-format15012msgid "Failed to register url for submodule path '%s'"15013msgstr ""1501415015#: builtin/submodule--helper.c:65915016#, c-format15017msgid "Submodule '%s' (%s) registered for path '%s'\n"15018msgstr ""1501915020#: builtin/submodule--helper.c:66915021#, c-format15022msgid "warning: command update mode suggested for submodule '%s'\n"15023msgstr ""1502415025#: builtin/submodule--helper.c:67615026#, c-format15027msgid "Failed to register update mode for submodule path '%s'"15028msgstr ""1502915030#: builtin/submodule--helper.c:69815031msgid "Suppress output for initializing a submodule"15032msgstr ""1503315034#: builtin/submodule--helper.c:70315035msgid "git submodule--helper init [<path>]"15036msgstr ""1503715038#: builtin/submodule--helper.c:775 builtin/submodule--helper.c:90115039#, c-format15040msgid "no submodule mapping found in .gitmodules for path '%s'"15041msgstr ""1504215043#: builtin/submodule--helper.c:81415044#, c-format15045msgid "could not resolve HEAD ref inside the submodule '%s'"15046msgstr ""1504715048#: builtin/submodule--helper.c:841 builtin/submodule--helper.c:101015049#, c-format15050msgid "failed to recurse into submodule '%s'"15051msgstr ""1505215053#: builtin/submodule--helper.c:865 builtin/submodule--helper.c:117615054msgid "Suppress submodule status output"15055msgstr ""1505615057#: builtin/submodule--helper.c:86615058msgid ""15059"Use commit stored in the index instead of the one stored in the submodule "15060"HEAD"15061msgstr ""1506215063#: builtin/submodule--helper.c:86715064msgid "recurse into nested submodules"15065msgstr ""1506615067#: builtin/submodule--helper.c:87215068msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"15069msgstr ""1507015071#: builtin/submodule--helper.c:89615072msgid "git submodule--helper name <path>"15073msgstr ""1507415075#: builtin/submodule--helper.c:96015076#, c-format15077msgid "Synchronizing submodule url for '%s'\n"15078msgstr ""1507915080#: builtin/submodule--helper.c:96615081#, c-format15082msgid "failed to register url for submodule path '%s'"15083msgstr ""1508415085#: builtin/submodule--helper.c:98015086#, c-format15087msgid "failed to get the default remote for submodule '%s'"15088msgstr ""1508915090#: builtin/submodule--helper.c:99115091#, c-format15092msgid "failed to update remote for submodule '%s'"15093msgstr ""1509415095#: builtin/submodule--helper.c:103815096msgid "Suppress output of synchronizing submodule url"15097msgstr ""1509815099#: builtin/submodule--helper.c:104515100msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"15101msgstr ""1510215103#: builtin/submodule--helper.c:109915104#, c-format15105msgid ""15106"Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "15107"really want to remove it including all of its history)"15108msgstr ""1510915110#: builtin/submodule--helper.c:111115111#, c-format15112msgid ""15113"Submodule work tree '%s' contains local modifications; use '-f' to discard "15114"them"15115msgstr ""1511615117#: builtin/submodule--helper.c:111915118#, c-format15119msgid "Cleared directory '%s'\n"15120msgstr ""1512115122#: builtin/submodule--helper.c:112115123#, c-format15124msgid "Could not remove submodule work tree '%s'\n"15125msgstr ""1512615127#: builtin/submodule--helper.c:113215128#, c-format15129msgid "could not create empty submodule directory %s"15130msgstr ""1513115132#: builtin/submodule--helper.c:114815133#, c-format15134msgid "Submodule '%s' (%s) unregistered for path '%s'\n"15135msgstr ""1513615137#: builtin/submodule--helper.c:117715138msgid "Remove submodule working trees even if they contain local changes"15139msgstr ""1514015141#: builtin/submodule--helper.c:117815142msgid "Unregister all submodules"15143msgstr ""1514415145#: builtin/submodule--helper.c:118315146msgid ""15147"git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"15148msgstr ""1514915150#: builtin/submodule--helper.c:119715151msgid "Use '--all' if you really want to deinitialize all submodules"15152msgstr ""1515315154#: builtin/submodule--helper.c:1290 builtin/submodule--helper.c:129315155#, c-format15156msgid "submodule '%s' cannot add alternate: %s"15157msgstr ""1515815159#: builtin/submodule--helper.c:132915160#, c-format15161msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"15162msgstr ""1516315164#: builtin/submodule--helper.c:133615165#, c-format15166msgid "Value '%s' for submodule.alternateLocation is not recognized"15167msgstr ""1516815169#: builtin/submodule--helper.c:135915170msgid "where the new submodule will be cloned to"15171msgstr ""1517215173#: builtin/submodule--helper.c:136215174msgid "name of the new submodule"15175msgstr ""1517615177#: builtin/submodule--helper.c:136515178msgid "url where to clone the submodule from"15179msgstr ""1518015181#: builtin/submodule--helper.c:137315182msgid "depth for shallow clones"15183msgstr ""1518415185#: builtin/submodule--helper.c:1376 builtin/submodule--helper.c:175115186msgid "force cloning progress"15187msgstr ""1518815189#: builtin/submodule--helper.c:138115190msgid ""15191"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "15192"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"15193msgstr ""1519415195#: builtin/submodule--helper.c:141215196#, c-format15197msgid "clone of '%s' into submodule path '%s' failed"15198msgstr ""1519915200#: builtin/submodule--helper.c:142615201#, c-format15202msgid "could not get submodule directory for '%s'"15203msgstr ""1520415205#: builtin/submodule--helper.c:149215206#, c-format15207msgid "Submodule path '%s' not initialized"15208msgstr ""1520915210#: builtin/submodule--helper.c:149615211msgid "Maybe you want to use 'update --init'?"15212msgstr ""1521315214#: builtin/submodule--helper.c:152515215#, c-format15216msgid "Skipping unmerged submodule %s"15217msgstr ""1521815219#: builtin/submodule--helper.c:155415220#, c-format15221msgid "Skipping submodule '%s'"15222msgstr ""1522315224#: builtin/submodule--helper.c:168915225#, c-format15226msgid "Failed to clone '%s'. Retry scheduled"15227msgstr ""1522815229#: builtin/submodule--helper.c:170015230#, c-format15231msgid "Failed to clone '%s' a second time, aborting"15232msgstr ""1523315234#: builtin/submodule--helper.c:1730 builtin/submodule--helper.c:195315235msgid "path into the working tree"15236msgstr ""1523715238#: builtin/submodule--helper.c:173315239msgid "path into the working tree, across nested submodule boundaries"15240msgstr ""1524115242#: builtin/submodule--helper.c:173715243msgid "rebase, merge, checkout or none"15244msgstr ""1524515246#: builtin/submodule--helper.c:174315247msgid "Create a shallow clone truncated to the specified number of revisions"15248msgstr ""1524915250#: builtin/submodule--helper.c:174615251msgid "parallel jobs"15252msgstr ""1525315254#: builtin/submodule--helper.c:174815255msgid "whether the initial clone should follow the shallow recommendation"15256msgstr ""1525715258#: builtin/submodule--helper.c:174915259msgid "don't print cloning progress"15260msgstr ""1526115262#: builtin/submodule--helper.c:175615263msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"15264msgstr ""1526515266#: builtin/submodule--helper.c:176915267msgid "bad value for update parameter"15268msgstr ""1526915270#: builtin/submodule--helper.c:183715271#, c-format15272msgid ""15273"Submodule (%s) branch configured to inherit branch from superproject, but "15274"the superproject is not on any branch"15275msgstr ""1527615277#: builtin/submodule--helper.c:195415278msgid "recurse into submodules"15279msgstr ""1528015281#: builtin/submodule--helper.c:196015282msgid "git submodule--helper embed-git-dir [<path>...]"15283msgstr ""1528415285#: builtin/submodule--helper.c:207115286#, c-format15287msgid "%s doesn't support --super-prefix"15288msgstr ""1528915290#: builtin/submodule--helper.c:207715291#, c-format15292msgid "'%s' is not a valid submodule--helper subcommand"15293msgstr ""1529415295#: builtin/symbolic-ref.c:815296msgid "git symbolic-ref [<options>] <name> [<ref>]"15297msgstr ""1529815299#: builtin/symbolic-ref.c:915300msgid "git symbolic-ref -d [-q] <name>"15301msgstr ""1530215303#: builtin/symbolic-ref.c:4015304msgid "suppress error message for non-symbolic (detached) refs"15305msgstr ""1530615307#: builtin/symbolic-ref.c:4115308msgid "delete symbolic ref"15309msgstr ""1531015311#: builtin/symbolic-ref.c:4215312msgid "shorten ref output"15313msgstr ""1531415315#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36315316msgid "reason"15317msgstr ""1531815319#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36315320msgid "reason of the update"15321msgstr ""1532215323#: builtin/tag.c:2515324msgid ""15325"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "15326"[<head>]"15327msgstr ""1532815329#: builtin/tag.c:2615330msgid "git tag -d <tagname>..."15331msgstr ""1533215333#: builtin/tag.c:2715334msgid ""15335"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"15336"points-at <object>]\n"15337"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"15338msgstr ""1533915340#: builtin/tag.c:2915341msgid "git tag -v [--format=<format>] <tagname>..."15342msgstr ""1534315344#: builtin/tag.c:8715345#, c-format15346msgid "tag '%s' not found."15347msgstr ""1534815349#: builtin/tag.c:10315350#, c-format15351msgid "Deleted tag '%s' (was %s)\n"15352msgstr ""1535315354#: builtin/tag.c:13315355#, c-format15356msgid ""15357"\n"15358"Write a message for tag:\n"15359" %s\n"15360"Lines starting with '%c' will be ignored.\n"15361msgstr ""1536215363#: builtin/tag.c:13715364#, c-format15365msgid ""15366"\n"15367"Write a message for tag:\n"15368" %s\n"15369"Lines starting with '%c' will be kept; you may remove them yourself if you "15370"want to.\n"15371msgstr ""1537215373#: builtin/tag.c:19115374msgid "unable to sign the tag"15375msgstr ""1537615377#: builtin/tag.c:19315378msgid "unable to write tag file"15379msgstr ""1538015381#: builtin/tag.c:21815382msgid "bad object type."15383msgstr ""1538415385#: builtin/tag.c:26715386msgid "no tag message?"15387msgstr ""1538815389#: builtin/tag.c:27415390#, c-format15391msgid "The tag message has been left in %s\n"15392msgstr ""1539315394#: builtin/tag.c:38315395msgid "list tag names"15396msgstr ""1539715398#: builtin/tag.c:38515399msgid "print <n> lines of each tag message"15400msgstr ""1540115402#: builtin/tag.c:38715403msgid "delete tags"15404msgstr ""1540515406#: builtin/tag.c:38815407msgid "verify tags"15408msgstr ""1540915410#: builtin/tag.c:39015411msgid "Tag creation options"15412msgstr ""1541315414#: builtin/tag.c:39215415msgid "annotated tag, needs a message"15416msgstr ""1541715418#: builtin/tag.c:39415419msgid "tag message"15420msgstr ""1542115422#: builtin/tag.c:39615423msgid "force edit of tag message"15424msgstr ""1542515426#: builtin/tag.c:39715427msgid "annotated and GPG-signed tag"15428msgstr ""1542915430#: builtin/tag.c:40115431msgid "use another key to sign the tag"15432msgstr ""1543315434#: builtin/tag.c:40215435msgid "replace the tag if exists"15436msgstr ""1543715438#: builtin/tag.c:403 builtin/update-ref.c:36915439msgid "create a reflog"15440msgstr ""1544115442#: builtin/tag.c:40515443msgid "Tag listing options"15444msgstr ""1544515446#: builtin/tag.c:40615447msgid "show tag list in columns"15448msgstr ""1544915450#: builtin/tag.c:407 builtin/tag.c:40915451msgid "print only tags that contain the commit"15452msgstr ""1545315454#: builtin/tag.c:408 builtin/tag.c:41015455msgid "print only tags that don't contain the commit"15456msgstr ""1545715458#: builtin/tag.c:41115459msgid "print only tags that are merged"15460msgstr ""1546115462#: builtin/tag.c:41215463msgid "print only tags that are not merged"15464msgstr ""1546515466#: builtin/tag.c:41715467msgid "print only tags of the object"15468msgstr ""1546915470#: builtin/tag.c:46115471msgid "--column and -n are incompatible"15472msgstr ""1547315474#: builtin/tag.c:48315475msgid "-n option is only allowed in list mode"15476msgstr ""1547715478#: builtin/tag.c:48515479msgid "--contains option is only allowed in list mode"15480msgstr ""1548115482#: builtin/tag.c:48715483msgid "--no-contains option is only allowed in list mode"15484msgstr ""1548515486#: builtin/tag.c:48915487msgid "--points-at option is only allowed in list mode"15488msgstr ""1548915490#: builtin/tag.c:49115491msgid "--merged and --no-merged options are only allowed in list mode"15492msgstr ""1549315494#: builtin/tag.c:50215495msgid "only one -F or -m option is allowed."15496msgstr ""1549715498#: builtin/tag.c:52115499msgid "too many params"15500msgstr ""1550115502#: builtin/tag.c:52715503#, c-format15504msgid "'%s' is not a valid tag name."15505msgstr ""1550615507#: builtin/tag.c:53215508#, c-format15509msgid "tag '%s' already exists"15510msgstr ""1551115512#: builtin/tag.c:56315513#, c-format15514msgid "Updated tag '%s' (was %s)\n"15515msgstr ""1551615517#: builtin/unpack-objects.c:50015518msgid "Unpacking objects"15519msgstr ""1552015521#: builtin/update-index.c:8215522#, c-format15523msgid "failed to create directory %s"15524msgstr ""1552515526#: builtin/update-index.c:9815527#, c-format15528msgid "failed to create file %s"15529msgstr ""1553015531#: builtin/update-index.c:10615532#, c-format15533msgid "failed to delete file %s"15534msgstr ""1553515536#: builtin/update-index.c:113 builtin/update-index.c:21915537#, c-format15538msgid "failed to delete directory %s"15539msgstr ""1554015541#: builtin/update-index.c:13815542#, c-format15543msgid "Testing mtime in '%s' "15544msgstr ""1554515546#: builtin/update-index.c:15215547msgid "directory stat info does not change after adding a new file"15548msgstr ""1554915550#: builtin/update-index.c:16515551msgid "directory stat info does not change after adding a new directory"15552msgstr ""1555315554#: builtin/update-index.c:17815555msgid "directory stat info changes after updating a file"15556msgstr ""1555715558#: builtin/update-index.c:18915559msgid "directory stat info changes after adding a file inside subdirectory"15560msgstr ""1556115562#: builtin/update-index.c:20015563msgid "directory stat info does not change after deleting a file"15564msgstr ""1556515566#: builtin/update-index.c:21315567msgid "directory stat info does not change after deleting a directory"15568msgstr ""1556915570#: builtin/update-index.c:22015571msgid " OK"15572msgstr ""1557315574#: builtin/update-index.c:58815575msgid "git update-index [<options>] [--] [<file>...]"15576msgstr ""1557715578#: builtin/update-index.c:94415579msgid "continue refresh even when index needs update"15580msgstr ""1558115582#: builtin/update-index.c:94715583msgid "refresh: ignore submodules"15584msgstr ""1558515586#: builtin/update-index.c:95015587msgid "do not ignore new files"15588msgstr ""1558915590#: builtin/update-index.c:95215591msgid "let files replace directories and vice-versa"15592msgstr ""1559315594#: builtin/update-index.c:95415595msgid "notice files missing from worktree"15596msgstr ""1559715598#: builtin/update-index.c:95615599msgid "refresh even if index contains unmerged entries"15600msgstr ""1560115602#: builtin/update-index.c:95915603msgid "refresh stat information"15604msgstr ""1560515606#: builtin/update-index.c:96315607msgid "like --refresh, but ignore assume-unchanged setting"15608msgstr ""1560915610#: builtin/update-index.c:96715611msgid "<mode>,<object>,<path>"15612msgstr ""1561315614#: builtin/update-index.c:96815615msgid "add the specified entry to the index"15616msgstr ""1561715618#: builtin/update-index.c:97715619msgid "mark files as \"not changing\""15620msgstr ""1562115622#: builtin/update-index.c:98015623msgid "clear assumed-unchanged bit"15624msgstr ""1562515626#: builtin/update-index.c:98315627msgid "mark files as \"index-only\""15628msgstr ""1562915630#: builtin/update-index.c:98615631msgid "clear skip-worktree bit"15632msgstr ""1563315634#: builtin/update-index.c:98915635msgid "add to index only; do not add content to object database"15636msgstr ""1563715638#: builtin/update-index.c:99115639msgid "remove named paths even if present in worktree"15640msgstr ""1564115642#: builtin/update-index.c:99315643msgid "with --stdin: input lines are terminated by null bytes"15644msgstr ""1564515646#: builtin/update-index.c:99515647msgid "read list of paths to be updated from standard input"15648msgstr ""1564915650#: builtin/update-index.c:99915651msgid "add entries from standard input to the index"15652msgstr ""1565315654#: builtin/update-index.c:100315655msgid "repopulate stages #2 and #3 for the listed paths"15656msgstr ""1565715658#: builtin/update-index.c:100715659msgid "only update entries that differ from HEAD"15660msgstr ""1566115662#: builtin/update-index.c:101115663msgid "ignore files missing from worktree"15664msgstr ""1566515666#: builtin/update-index.c:101415667msgid "report actions to standard output"15668msgstr ""1566915670#: builtin/update-index.c:101615671msgid "(for porcelains) forget saved unresolved conflicts"15672msgstr ""1567315674#: builtin/update-index.c:102015675msgid "write index in this format"15676msgstr ""1567715678#: builtin/update-index.c:102215679msgid "enable or disable split index"15680msgstr ""1568115682#: builtin/update-index.c:102415683msgid "enable/disable untracked cache"15684msgstr ""1568515686#: builtin/update-index.c:102615687msgid "test if the filesystem supports untracked cache"15688msgstr ""1568915690#: builtin/update-index.c:102815691msgid "enable untracked cache without testing the filesystem"15692msgstr ""1569315694#: builtin/update-index.c:103015695msgid "write out the index even if is not flagged as changed"15696msgstr ""1569715698#: builtin/update-index.c:103215699msgid "enable or disable file system monitor"15700msgstr ""1570115702#: builtin/update-index.c:103415703msgid "mark files as fsmonitor valid"15704msgstr ""1570515706#: builtin/update-index.c:103715707msgid "clear fsmonitor valid bit"15708msgstr ""1570915710#: builtin/update-index.c:113615711msgid ""15712"core.splitIndex is set to false; remove or change it, if you really want to "15713"enable split index"15714msgstr ""1571515716#: builtin/update-index.c:114515717msgid ""15718"core.splitIndex is set to true; remove or change it, if you really want to "15719"disable split index"15720msgstr ""1572115722#: builtin/update-index.c:115615723msgid ""15724"core.untrackedCache is set to true; remove or change it, if you really want "15725"to disable the untracked cache"15726msgstr ""1572715728#: builtin/update-index.c:116015729msgid "Untracked cache disabled"15730msgstr ""1573115732#: builtin/update-index.c:116815733msgid ""15734"core.untrackedCache is set to false; remove or change it, if you really want "15735"to enable the untracked cache"15736msgstr ""1573715738#: builtin/update-index.c:117215739#, c-format15740msgid "Untracked cache enabled for '%s'"15741msgstr ""1574215743#: builtin/update-index.c:118015744msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"15745msgstr ""1574615747#: builtin/update-index.c:118415748msgid "fsmonitor enabled"15749msgstr ""1575015751#: builtin/update-index.c:118715752msgid ""15753"core.fsmonitor is set; remove it if you really want to disable fsmonitor"15754msgstr ""1575515756#: builtin/update-index.c:119115757msgid "fsmonitor disabled"15758msgstr ""1575915760#: builtin/update-ref.c:1015761msgid "git update-ref [<options>] -d <refname> [<old-val>]"15762msgstr ""1576315764#: builtin/update-ref.c:1115765msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"15766msgstr ""1576715768#: builtin/update-ref.c:1215769msgid "git update-ref [<options>] --stdin [-z]"15770msgstr ""1577115772#: builtin/update-ref.c:36415773msgid "delete the reference"15774msgstr ""1577515776#: builtin/update-ref.c:36615777msgid "update <refname> not the one it points to"15778msgstr ""1577915780#: builtin/update-ref.c:36715781msgid "stdin has NUL-terminated arguments"15782msgstr ""1578315784#: builtin/update-ref.c:36815785msgid "read updates from stdin"15786msgstr ""1578715788#: builtin/update-server-info.c:715789msgid "git update-server-info [--force]"15790msgstr ""1579115792#: builtin/update-server-info.c:1515793msgid "update the info files from scratch"15794msgstr ""1579515796#: builtin/upload-pack.c:1115797msgid "git upload-pack [<options>] <dir>"15798msgstr ""1579915800#: builtin/upload-pack.c:2515801msgid "exit immediately after initial ref advertisement"15802msgstr ""1580315804#: builtin/upload-pack.c:2715805msgid "do not try <directory>/.git/ if <directory> is no Git directory"15806msgstr ""1580715808#: builtin/upload-pack.c:2915809msgid "interrupt transfer after <n> seconds of inactivity"15810msgstr ""1581115812#: builtin/verify-commit.c:2015813msgid "git verify-commit [-v | --verbose] <commit>..."15814msgstr ""1581515816#: builtin/verify-commit.c:7615817msgid "print commit contents"15818msgstr ""1581915820#: builtin/verify-commit.c:77 builtin/verify-tag.c:3815821msgid "print raw gpg status output"15822msgstr ""1582315824#: builtin/verify-pack.c:5515825msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."15826msgstr ""1582715828#: builtin/verify-pack.c:6515829msgid "verbose"15830msgstr ""1583115832#: builtin/verify-pack.c:6715833msgid "show statistics only"15834msgstr ""1583515836#: builtin/verify-tag.c:1915837msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."15838msgstr ""1583915840#: builtin/verify-tag.c:3715841msgid "print tag contents"15842msgstr ""1584315844#: builtin/worktree.c:1715845msgid "git worktree add [<options>] <path> [<commit-ish>]"15846msgstr ""1584715848#: builtin/worktree.c:1815849msgid "git worktree list [<options>]"15850msgstr ""1585115852#: builtin/worktree.c:1915853msgid "git worktree lock [<options>] <path>"15854msgstr ""1585515856#: builtin/worktree.c:2015857msgid "git worktree move <worktree> <new-path>"15858msgstr ""1585915860#: builtin/worktree.c:2115861msgid "git worktree prune [<options>]"15862msgstr ""1586315864#: builtin/worktree.c:2215865msgid "git worktree remove [<options>] <worktree>"15866msgstr ""1586715868#: builtin/worktree.c:2315869msgid "git worktree unlock <path>"15870msgstr ""1587115872#: builtin/worktree.c:5915873#, c-format15874msgid "Removing worktrees/%s: not a valid directory"15875msgstr ""1587615877#: builtin/worktree.c:6515878#, c-format15879msgid "Removing worktrees/%s: gitdir file does not exist"15880msgstr ""1588115882#: builtin/worktree.c:70 builtin/worktree.c:7915883#, c-format15884msgid "Removing worktrees/%s: unable to read gitdir file (%s)"15885msgstr ""1588615887#: builtin/worktree.c:8915888#, c-format15889msgid ""15890"Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "15891"%<PRIuMAX>)"15892msgstr ""1589315894#: builtin/worktree.c:9715895#, c-format15896msgid "Removing worktrees/%s: invalid gitdir file"15897msgstr ""1589815899#: builtin/worktree.c:10615900#, c-format15901msgid "Removing worktrees/%s: gitdir file points to non-existent location"15902msgstr ""1590315904#: builtin/worktree.c:15315905msgid "report pruned working trees"15906msgstr ""1590715908#: builtin/worktree.c:15515909msgid "expire working trees older than <time>"15910msgstr ""1591115912#: builtin/worktree.c:23015913#, c-format15914msgid "'%s' already exists"15915msgstr ""1591615917#: builtin/worktree.c:26115918#, c-format15919msgid "could not create directory of '%s'"15920msgstr ""1592115922#: builtin/worktree.c:380 builtin/worktree.c:38615923#, c-format15924msgid "Preparing worktree (new branch '%s')"15925msgstr ""1592615927#: builtin/worktree.c:38215928#, c-format15929msgid "Preparing worktree (resetting branch '%s'; was at %s)"15930msgstr ""1593115932#: builtin/worktree.c:39115933#, c-format15934msgid "Preparing worktree (checking out '%s')"15935msgstr ""1593615937#: builtin/worktree.c:39715938#, c-format15939msgid "Preparing worktree (detached HEAD %s)"15940msgstr ""1594115942#: builtin/worktree.c:43815943msgid "checkout <branch> even if already checked out in other worktree"15944msgstr ""1594515946#: builtin/worktree.c:44115947msgid "create a new branch"15948msgstr ""1594915950#: builtin/worktree.c:44315951msgid "create or reset a branch"15952msgstr ""1595315954#: builtin/worktree.c:44515955msgid "populate the new working tree"15956msgstr ""1595715958#: builtin/worktree.c:44615959msgid "keep the new working tree locked"15960msgstr ""1596115962#: builtin/worktree.c:44915963msgid "set up tracking mode (see git-branch(1))"15964msgstr ""1596515966#: builtin/worktree.c:45215967msgid "try to match the new branch name with a remote-tracking branch"15968msgstr ""1596915970#: builtin/worktree.c:46015971msgid "-b, -B, and --detach are mutually exclusive"15972msgstr ""1597315974#: builtin/worktree.c:52115975msgid "--[no-]track can only be used if a new branch is created"15976msgstr ""1597715978#: builtin/worktree.c:62115979msgid "reason for locking"15980msgstr ""1598115982#: builtin/worktree.c:633 builtin/worktree.c:666 builtin/worktree.c:72015983#: builtin/worktree.c:86015984#, c-format15985msgid "'%s' is not a working tree"15986msgstr ""1598715988#: builtin/worktree.c:635 builtin/worktree.c:66815989msgid "The main working tree cannot be locked or unlocked"15990msgstr ""1599115992#: builtin/worktree.c:64015993#, c-format15994msgid "'%s' is already locked, reason: %s"15995msgstr ""1599615997#: builtin/worktree.c:64215998#, c-format15999msgid "'%s' is already locked"16000msgstr ""1600116002#: builtin/worktree.c:67016003#, c-format16004msgid "'%s' is not locked"16005msgstr ""1600616007#: builtin/worktree.c:69516008msgid "working trees containing submodules cannot be moved or removed"16009msgstr ""1601016011#: builtin/worktree.c:722 builtin/worktree.c:86216012#, c-format16013msgid "'%s' is a main working tree"16014msgstr ""1601516016#: builtin/worktree.c:72716017#, c-format16018msgid "could not figure out destination name from '%s'"16019msgstr ""1602016021#: builtin/worktree.c:73316022#, c-format16023msgid "target '%s' already exists"16024msgstr ""1602516026#: builtin/worktree.c:74016027#, c-format16028msgid "cannot move a locked working tree, lock reason: %s"16029msgstr ""1603016031#: builtin/worktree.c:74216032msgid "cannot move a locked working tree"16033msgstr ""1603416035#: builtin/worktree.c:74516036#, c-format16037msgid "validation failed, cannot move working tree: %s"16038msgstr ""1603916040#: builtin/worktree.c:75016041#, c-format16042msgid "failed to move '%s' to '%s'"16043msgstr ""1604416045#: builtin/worktree.c:79816046#, c-format16047msgid "failed to run 'git status' on '%s'"16048msgstr ""1604916050#: builtin/worktree.c:80216051#, c-format16052msgid "'%s' is dirty, use --force to delete it"16053msgstr ""1605416055#: builtin/worktree.c:80716056#, c-format16057msgid "failed to run 'git status' on '%s', code %d"16058msgstr ""1605916060#: builtin/worktree.c:818 builtin/worktree.c:83216061#, c-format16062msgid "failed to delete '%s'"16063msgstr ""1606416065#: builtin/worktree.c:84416066msgid "force removing even if the worktree is dirty"16067msgstr ""1606816069#: builtin/worktree.c:86616070#, c-format16071msgid "cannot remove a locked working tree, lock reason: %s"16072msgstr ""1607316074#: builtin/worktree.c:86816075msgid "cannot remove a locked working tree"16076msgstr ""1607716078#: builtin/worktree.c:87116079#, c-format16080msgid "validation failed, cannot remove working tree: %s"16081msgstr ""1608216083#: builtin/write-tree.c:1416084msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"16085msgstr ""1608616087#: builtin/write-tree.c:2716088msgid "<prefix>/"16089msgstr ""1609016091#: builtin/write-tree.c:2816092msgid "write tree object for a subdirectory <prefix>"16093msgstr ""1609416095#: builtin/write-tree.c:3016096msgid "only useful for debugging"16097msgstr ""1609816099#: credential-cache--daemon.c:22216100#, c-format16101msgid ""16102"The permissions on your socket directory are too loose; other\n"16103"users may be able to read your cached credentials. Consider running:\n"16104"\n"16105"\tchmod 0700 %s"16106msgstr ""1610716108#: credential-cache--daemon.c:27116109msgid "print debugging messages to stderr"16110msgstr ""1611116112#: git.c:2716113msgid ""16114"git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"16115" [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"16116" [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"16117"bare]\n"16118" [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"16119" <command> [<args>]"16120msgstr ""1612116122#: git.c:3416123msgid ""16124"'git help -a' and 'git help -g' list available subcommands and some\n"16125"concept guides. See 'git help <command>' or 'git help <concept>'\n"16126"to read about a specific subcommand or concept."16127msgstr ""1612816129#: git.c:17316130#, c-format16131msgid "no directory given for --git-dir\n"16132msgstr ""1613316134#: git.c:18716135#, c-format16136msgid "no namespace given for --namespace\n"16137msgstr ""1613816139#: git.c:20116140#, c-format16141msgid "no directory given for --work-tree\n"16142msgstr ""1614316144#: git.c:21516145#, c-format16146msgid "no prefix given for --super-prefix\n"16147msgstr ""1614816149#: git.c:23716150#, c-format16151msgid "-c expects a configuration string\n"16152msgstr ""1615316154#: git.c:27516155#, c-format16156msgid "no directory given for -C\n"16157msgstr ""1615816159#: git.c:30016160#, c-format16161msgid "unknown option: %s\n"16162msgstr ""1616316164#: git.c:77016165#, c-format16166msgid "expansion of alias '%s' failed; '%s' is not a git command\n"16167msgstr ""1616816169#: git.c:78216170#, c-format16171msgid "failed to run command '%s': %s\n"16172msgstr ""1617316174#: http.c:34816175#, c-format16176msgid "negative value for http.postbuffer; defaulting to %d"16177msgstr ""1617816179#: http.c:36916180msgid "Delegation control is not supported with cURL < 7.22.0"16181msgstr ""1618216183#: http.c:37816184msgid "Public key pinning not supported with cURL < 7.44.0"16185msgstr ""1618616187#: http.c:185416188#, c-format16189msgid ""16190"unable to update url base from redirection:\n"16191" asked for: %s\n"16192" redirect: %s"16193msgstr ""1619416195#: remote-curl.c:40116196#, c-format16197msgid "redirecting to %s"16198msgstr ""1619916200#: list-objects-filter-options.h:5916201msgid "args"16202msgstr ""1620316204#: list-objects-filter-options.h:6016205msgid "object filtering"16206msgstr ""1620716208#: parse-options.h:15716209msgid "expiry-date"16210msgstr ""1621116212#: parse-options.h:17216213msgid "no-op (backward compatibility)"16214msgstr ""1621516216#: parse-options.h:25116217msgid "be more verbose"16218msgstr ""1621916220#: parse-options.h:25316221msgid "be more quiet"16222msgstr ""1622316224#: parse-options.h:25916225msgid "use <n> digits to display SHA-1s"16226msgstr ""1622716228#: command-list.h:5016229msgid "Add file contents to the index"16230msgstr ""1623116232#: command-list.h:5116233msgid "Apply a series of patches from a mailbox"16234msgstr ""1623516236#: command-list.h:5216237msgid "Annotate file lines with commit information"16238msgstr ""1623916240#: command-list.h:5316241msgid "Apply a patch to files and/or to the index"16242msgstr ""1624316244#: command-list.h:5416245msgid "Import an Arch repository into Git"16246msgstr ""1624716248#: command-list.h:5516249msgid "Create an archive of files from a named tree"16250msgstr ""1625116252#: command-list.h:5616253msgid "Use binary search to find the commit that introduced a bug"16254msgstr ""1625516256#: command-list.h:5716257msgid "Show what revision and author last modified each line of a file"16258msgstr ""1625916260#: command-list.h:5816261msgid "List, create, or delete branches"16262msgstr ""1626316264#: command-list.h:5916265msgid "Move objects and refs by archive"16266msgstr ""1626716268#: command-list.h:6016269msgid "Provide content or type and size information for repository objects"16270msgstr ""1627116272#: command-list.h:6116273msgid "Display gitattributes information"16274msgstr ""1627516276#: command-list.h:6216277msgid "Debug gitignore / exclude files"16278msgstr ""1627916280#: command-list.h:6316281msgid "Show canonical names and email addresses of contacts"16282msgstr ""1628316284#: command-list.h:6416285msgid "Switch branches or restore working tree files"16286msgstr ""1628716288#: command-list.h:6516289msgid "Copy files from the index to the working tree"16290msgstr ""1629116292#: command-list.h:6616293msgid "Ensures that a reference name is well formed"16294msgstr ""1629516296#: command-list.h:6716297msgid "Find commits yet to be applied to upstream"16298msgstr ""1629916300#: command-list.h:6816301msgid "Apply the changes introduced by some existing commits"16302msgstr ""1630316304#: command-list.h:6916305msgid "Graphical alternative to git-commit"16306msgstr ""1630716308#: command-list.h:7016309msgid "Remove untracked files from the working tree"16310msgstr ""1631116312#: command-list.h:7116313msgid "Clone a repository into a new directory"16314msgstr ""1631516316#: command-list.h:7216317msgid "Display data in columns"16318msgstr ""1631916320#: command-list.h:7316321msgid "Record changes to the repository"16322msgstr ""1632316324#: command-list.h:7416325msgid "Write and verify Git commit graph files"16326msgstr ""1632716328#: command-list.h:7516329msgid "Create a new commit object"16330msgstr ""1633116332#: command-list.h:7616333msgid "Get and set repository or global options"16334msgstr ""1633516336#: command-list.h:7716337msgid "Count unpacked number of objects and their disk consumption"16338msgstr ""1633916340#: command-list.h:7816341msgid "Retrieve and store user credentials"16342msgstr ""1634316344#: command-list.h:7916345msgid "Helper to temporarily store passwords in memory"16346msgstr ""1634716348#: command-list.h:8016349msgid "Helper to store credentials on disk"16350msgstr ""1635116352#: command-list.h:8116353msgid "Export a single commit to a CVS checkout"16354msgstr ""1635516356#: command-list.h:8216357msgid "Salvage your data out of another SCM people love to hate"16358msgstr ""1635916360#: command-list.h:8316361msgid "A CVS server emulator for Git"16362msgstr ""1636316364#: command-list.h:8416365msgid "A really simple server for Git repositories"16366msgstr ""1636716368#: command-list.h:8516369msgid "Give an object a human readable name based on an available ref"16370msgstr ""1637116372#: command-list.h:8616373msgid "Show changes between commits, commit and working tree, etc"16374msgstr ""1637516376#: command-list.h:8716377msgid "Compares files in the working tree and the index"16378msgstr ""1637916380#: command-list.h:8816381msgid "Compare a tree to the working tree or index"16382msgstr ""1638316384#: command-list.h:8916385msgid "Compares the content and mode of blobs found via two tree objects"16386msgstr ""1638716388#: command-list.h:9016389msgid "Show changes using common diff tools"16390msgstr ""1639116392#: command-list.h:9116393msgid "Git data exporter"16394msgstr ""1639516396#: command-list.h:9216397msgid "Backend for fast Git data importers"16398msgstr ""1639916400#: command-list.h:9316401msgid "Download objects and refs from another repository"16402msgstr ""1640316404#: command-list.h:9416405msgid "Receive missing objects from another repository"16406msgstr ""1640716408#: command-list.h:9516409msgid "Rewrite branches"16410msgstr ""1641116412#: command-list.h:9616413msgid "Produce a merge commit message"16414msgstr ""1641516416#: command-list.h:9716417msgid "Output information on each ref"16418msgstr ""1641916420#: command-list.h:9816421msgid "Prepare patches for e-mail submission"16422msgstr ""1642316424#: command-list.h:9916425msgid "Verifies the connectivity and validity of the objects in the database"16426msgstr ""1642716428#: command-list.h:10016429msgid "Cleanup unnecessary files and optimize the local repository"16430msgstr ""1643116432#: command-list.h:10116433msgid "Extract commit ID from an archive created using git-archive"16434msgstr ""1643516436#: command-list.h:10216437msgid "Print lines matching a pattern"16438msgstr ""1643916440#: command-list.h:10316441msgid "A portable graphical interface to Git"16442msgstr ""1644316444#: command-list.h:10416445msgid "Compute object ID and optionally creates a blob from a file"16446msgstr ""1644716448#: command-list.h:10516449msgid "Display help information about Git"16450msgstr ""1645116452#: command-list.h:10616453msgid "Server side implementation of Git over HTTP"16454msgstr ""1645516456#: command-list.h:10716457msgid "Download from a remote Git repository via HTTP"16458msgstr ""1645916460#: command-list.h:10816461msgid "Push objects over HTTP/DAV to another repository"16462msgstr ""1646316464#: command-list.h:10916465msgid "Send a collection of patches from stdin to an IMAP folder"16466msgstr ""1646716468#: command-list.h:11016469msgid "Build pack index file for an existing packed archive"16470msgstr ""1647116472#: command-list.h:11116473msgid "Create an empty Git repository or reinitialize an existing one"16474msgstr ""1647516476#: command-list.h:11216477msgid "Instantly browse your working repository in gitweb"16478msgstr ""1647916480#: command-list.h:11316481msgid "add or parse structured information in commit messages"16482msgstr ""1648316484#: command-list.h:11416485msgid "The Git repository browser"16486msgstr ""1648716488#: command-list.h:11516489msgid "Show commit logs"16490msgstr ""1649116492#: command-list.h:11616493msgid "Show information about files in the index and the working tree"16494msgstr ""1649516496#: command-list.h:11716497msgid "List references in a remote repository"16498msgstr ""1649916500#: command-list.h:11816501msgid "List the contents of a tree object"16502msgstr ""1650316504#: command-list.h:11916505msgid "Extracts patch and authorship from a single e-mail message"16506msgstr ""1650716508#: command-list.h:12016509msgid "Simple UNIX mbox splitter program"16510msgstr ""1651116512#: command-list.h:12116513msgid "Join two or more development histories together"16514msgstr ""1651516516#: command-list.h:12216517msgid "Find as good common ancestors as possible for a merge"16518msgstr ""1651916520#: command-list.h:12316521msgid "Run a three-way file merge"16522msgstr ""1652316524#: command-list.h:12416525msgid "Run a merge for files needing merging"16526msgstr ""1652716528#: command-list.h:12516529msgid "The standard helper program to use with git-merge-index"16530msgstr ""1653116532#: command-list.h:12616533msgid "Run merge conflict resolution tools to resolve merge conflicts"16534msgstr ""1653516536#: command-list.h:12716537msgid "Show three-way merge without touching index"16538msgstr ""1653916540#: command-list.h:12816541msgid "Creates a tag object"16542msgstr ""1654316544#: command-list.h:12916545msgid "Build a tree-object from ls-tree formatted text"16546msgstr ""1654716548#: command-list.h:13016549msgid "Move or rename a file, a directory, or a symlink"16550msgstr ""1655116552#: command-list.h:13116553msgid "Find symbolic names for given revs"16554msgstr ""1655516556#: command-list.h:13216557msgid "Add or inspect object notes"16558msgstr ""1655916560#: command-list.h:13316561msgid "Import from and submit to Perforce repositories"16562msgstr ""1656316564#: command-list.h:13416565msgid "Create a packed archive of objects"16566msgstr ""1656716568#: command-list.h:13516569msgid "Find redundant pack files"16570msgstr ""1657116572#: command-list.h:13616573msgid "Pack heads and tags for efficient repository access"16574msgstr ""1657516576#: command-list.h:13716577msgid "Routines to help parsing remote repository access parameters"16578msgstr ""1657916580#: command-list.h:13816581msgid "Compute unique ID for a patch"16582msgstr ""1658316584#: command-list.h:13916585msgid "Prune all unreachable objects from the object database"16586msgstr ""1658716588#: command-list.h:14016589msgid "Remove extra objects that are already in pack files"16590msgstr ""1659116592#: command-list.h:14116593msgid "Fetch from and integrate with another repository or a local branch"16594msgstr ""1659516596#: command-list.h:14216597msgid "Update remote refs along with associated objects"16598msgstr ""1659916600#: command-list.h:14316601msgid "Applies a quilt patchset onto the current branch"16602msgstr ""1660316604#: command-list.h:14416605msgid "Compare two commit ranges (e.g. two versions of a branch)"16606msgstr ""1660716608#: command-list.h:14516609msgid "Reads tree information into the index"16610msgstr ""1661116612#: command-list.h:14616613msgid "Reapply commits on top of another base tip"16614msgstr ""1661516616#: command-list.h:14716617msgid "Receive what is pushed into the repository"16618msgstr ""1661916620#: command-list.h:14816621msgid "Manage reflog information"16622msgstr ""1662316624#: command-list.h:14916625msgid "Manage set of tracked repositories"16626msgstr ""1662716628#: command-list.h:15016629msgid "Pack unpacked objects in a repository"16630msgstr ""1663116632#: command-list.h:15116633msgid "Create, list, delete refs to replace objects"16634msgstr ""1663516636#: command-list.h:15216637msgid "Generates a summary of pending changes"16638msgstr ""1663916640#: command-list.h:15316641msgid "Reuse recorded resolution of conflicted merges"16642msgstr ""1664316644#: command-list.h:15416645msgid "Reset current HEAD to the specified state"16646msgstr ""1664716648#: command-list.h:15516649msgid "Revert some existing commits"16650msgstr ""1665116652#: command-list.h:15616653msgid "Lists commit objects in reverse chronological order"16654msgstr ""1665516656#: command-list.h:15716657msgid "Pick out and massage parameters"16658msgstr ""1665916660#: command-list.h:15816661msgid "Remove files from the working tree and from the index"16662msgstr ""1666316664#: command-list.h:15916665msgid "Send a collection of patches as emails"16666msgstr ""1666716668#: command-list.h:16016669msgid "Push objects over Git protocol to another repository"16670msgstr ""1667116672#: command-list.h:16116673msgid "Restricted login shell for Git-only SSH access"16674msgstr ""1667516676#: command-list.h:16216677msgid "Summarize 'git log' output"16678msgstr ""1667916680#: command-list.h:16316681msgid "Show various types of objects"16682msgstr ""1668316684#: command-list.h:16416685msgid "Show branches and their commits"16686msgstr ""1668716688#: command-list.h:16516689msgid "Show packed archive index"16690msgstr ""1669116692#: command-list.h:16616693msgid "List references in a local repository"16694msgstr ""1669516696#: command-list.h:16716697msgid "Git's i18n setup code for shell scripts"16698msgstr ""1669916700#: command-list.h:16816701msgid "Common Git shell script setup code"16702msgstr ""1670316704#: command-list.h:16916705msgid "Stash the changes in a dirty working directory away"16706msgstr ""1670716708#: command-list.h:17016709msgid "Add file contents to the staging area"16710msgstr ""1671116712#: command-list.h:17116713msgid "Show the working tree status"16714msgstr ""1671516716#: command-list.h:17216717msgid "Remove unnecessary whitespace"16718msgstr ""1671916720#: command-list.h:17316721msgid "Initialize, update or inspect submodules"16722msgstr ""1672316724#: command-list.h:17416725msgid "Bidirectional operation between a Subversion repository and Git"16726msgstr ""1672716728#: command-list.h:17516729msgid "Read, modify and delete symbolic refs"16730msgstr ""1673116732#: command-list.h:17616733msgid "Create, list, delete or verify a tag object signed with GPG"16734msgstr ""1673516736#: command-list.h:17716737msgid "Creates a temporary file with a blob's contents"16738msgstr ""1673916740#: command-list.h:17816741msgid "Unpack objects from a packed archive"16742msgstr ""1674316744#: command-list.h:17916745msgid "Register file contents in the working tree to the index"16746msgstr ""1674716748#: command-list.h:18016749msgid "Update the object name stored in a ref safely"16750msgstr ""1675116752#: command-list.h:18116753msgid "Update auxiliary info file to help dumb servers"16754msgstr ""1675516756#: command-list.h:18216757msgid "Send archive back to git-archive"16758msgstr ""1675916760#: command-list.h:18316761msgid "Send objects packed back to git-fetch-pack"16762msgstr ""1676316764#: command-list.h:18416765msgid "Show a Git logical variable"16766msgstr ""1676716768#: command-list.h:18516769msgid "Check the GPG signature of commits"16770msgstr ""1677116772#: command-list.h:18616773msgid "Validate packed Git archive files"16774msgstr ""1677516776#: command-list.h:18716777msgid "Check the GPG signature of tags"16778msgstr ""1677916780#: command-list.h:18816781msgid "Git web interface (web frontend to Git repositories)"16782msgstr ""1678316784#: command-list.h:18916785msgid "Show logs with difference each commit introduces"16786msgstr ""1678716788#: command-list.h:19016789msgid "Manage multiple working trees"16790msgstr ""1679116792#: command-list.h:19116793msgid "Create a tree object from the current index"16794msgstr ""1679516796#: command-list.h:19216797msgid "Defining attributes per path"16798msgstr ""1679916800#: command-list.h:19316801msgid "Git command-line interface and conventions"16802msgstr ""1680316804#: command-list.h:19416805msgid "A Git core tutorial for developers"16806msgstr ""1680716808#: command-list.h:19516809msgid "Git for CVS users"16810msgstr ""1681116812#: command-list.h:19616813msgid "Tweaking diff output"16814msgstr ""1681516816#: command-list.h:19716817msgid "A useful minimum set of commands for Everyday Git"16818msgstr ""1681916820#: command-list.h:19816821msgid "A Git Glossary"16822msgstr ""1682316824#: command-list.h:19916825msgid "Hooks used by Git"16826msgstr ""1682716828#: command-list.h:20016829msgid "Specifies intentionally untracked files to ignore"16830msgstr ""1683116832#: command-list.h:20116833msgid "Defining submodule properties"16834msgstr ""1683516836#: command-list.h:20216837msgid "Git namespaces"16838msgstr ""1683916840#: command-list.h:20316841msgid "Git Repository Layout"16842msgstr ""1684316844#: command-list.h:20416845msgid "Specifying revisions and ranges for Git"16846msgstr ""1684716848#: command-list.h:20516849msgid "A tutorial introduction to Git: part two"16850msgstr ""1685116852#: command-list.h:20616853msgid "A tutorial introduction to Git"16854msgstr ""1685516856#: command-list.h:20716857msgid "An overview of recommended workflows with Git"16858msgstr ""1685916860#: rerere.h:4016861msgid "update the index with reused conflict resolution if possible"16862msgstr ""1686316864#: git-bisect.sh:5416865msgid "You need to start by \"git bisect start\""16866msgstr ""1686716868#. TRANSLATORS: Make sure to include [Y] and [n] in your16869#. translation. The program will only accept English input16870#. at this point.16871#: git-bisect.sh:6016872msgid "Do you want me to do it for you [Y/n]? "16873msgstr ""1687416875#: git-bisect.sh:12116876#, sh-format16877msgid "unrecognised option: '$arg'"16878msgstr ""1687916880#: git-bisect.sh:12516881#, sh-format16882msgid "'$arg' does not appear to be a valid revision"16883msgstr ""1688416885#: git-bisect.sh:15416886msgid "Bad HEAD - I need a HEAD"16887msgstr ""1688816889#: git-bisect.sh:16716890#, sh-format16891msgid ""16892"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."16893msgstr ""1689416895#: git-bisect.sh:17716896msgid "won't bisect on cg-seek'ed tree"16897msgstr ""1689816899#: git-bisect.sh:18116900msgid "Bad HEAD - strange symbolic ref"16901msgstr ""1690216903#: git-bisect.sh:23316904#, sh-format16905msgid "Bad bisect_write argument: $state"16906msgstr ""1690716908#: git-bisect.sh:24616909#, sh-format16910msgid "Bad rev input: $arg"16911msgstr ""1691216913#: git-bisect.sh:26516914#, sh-format16915msgid "Bad rev input: $bisected_head"16916msgstr ""1691716918#: git-bisect.sh:27416919#, sh-format16920msgid "Bad rev input: $rev"16921msgstr ""1692216923#: git-bisect.sh:28316924#, sh-format16925msgid "'git bisect $TERM_BAD' can take only one argument."16926msgstr ""1692716928#: git-bisect.sh:30616929#, sh-format16930msgid "Warning: bisecting only with a $TERM_BAD commit."16931msgstr ""1693216933#. TRANSLATORS: Make sure to include [Y] and [n] in your16934#. translation. The program will only accept English input16935#. at this point.16936#: git-bisect.sh:31216937msgid "Are you sure [Y/n]? "16938msgstr ""1693916940#: git-bisect.sh:32416941#, sh-format16942msgid ""16943"You need to give me at least one $bad_syn and one $good_syn revision.\n"16944"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"16945msgstr ""1694616947#: git-bisect.sh:32716948#, sh-format16949msgid ""16950"You need to start by \"git bisect start\".\n"16951"You then need to give me at least one $good_syn and one $bad_syn revision.\n"16952"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"16953msgstr ""1695416955#: git-bisect.sh:398 git-bisect.sh:51216956msgid "We are not bisecting."16957msgstr ""1695816959#: git-bisect.sh:40516960#, sh-format16961msgid "'$invalid' is not a valid commit"16962msgstr ""1696316964#: git-bisect.sh:41416965#, sh-format16966msgid ""16967"Could not check out original HEAD '$branch'.\n"16968"Try 'git bisect reset <commit>'."16969msgstr ""1697016971#: git-bisect.sh:42216972msgid "No logfile given"16973msgstr ""1697416975#: git-bisect.sh:42316976#, sh-format16977msgid "cannot read $file for replaying"16978msgstr ""1697916980#: git-bisect.sh:44416981msgid "?? what are you talking about?"16982msgstr ""1698316984#: git-bisect.sh:45316985msgid "bisect run failed: no command provided."16986msgstr ""1698716988#: git-bisect.sh:45816989#, sh-format16990msgid "running $command"16991msgstr ""1699216993#: git-bisect.sh:46516994#, sh-format16995msgid ""16996"bisect run failed:\n"16997"exit code $res from '$command' is < 0 or >= 128"16998msgstr ""1699917000#: git-bisect.sh:49117001msgid "bisect run cannot continue any more"17002msgstr ""1700317004#: git-bisect.sh:49717005#, sh-format17006msgid ""17007"bisect run failed:\n"17008"'bisect_state $state' exited with error code $res"17009msgstr ""1701017011#: git-bisect.sh:50417012msgid "bisect run success"17013msgstr ""1701417015#: git-bisect.sh:53317016#, sh-format17017msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."17018msgstr ""1701917020#: git-bisect.sh:56717021msgid "no terms defined"17022msgstr ""1702317024#: git-bisect.sh:58417025#, sh-format17026msgid ""17027"invalid argument $arg for 'git bisect terms'.\n"17028"Supported options are: --term-good|--term-old and --term-bad|--term-new."17029msgstr ""1703017031#: git-merge-octopus.sh:4617032msgid ""17033"Error: Your local changes to the following files would be overwritten by "17034"merge"17035msgstr ""1703617037#: git-merge-octopus.sh:6117038msgid "Automated merge did not work."17039msgstr ""1704017041#: git-merge-octopus.sh:6217042msgid "Should not be doing an octopus."17043msgstr ""1704417045#: git-merge-octopus.sh:7317046#, sh-format17047msgid "Unable to find common commit with $pretty_name"17048msgstr ""1704917050#: git-merge-octopus.sh:7717051#, sh-format17052msgid "Already up to date with $pretty_name"17053msgstr ""1705417055#: git-merge-octopus.sh:8917056#, sh-format17057msgid "Fast-forwarding to: $pretty_name"17058msgstr ""1705917060#: git-merge-octopus.sh:9717061#, sh-format17062msgid "Trying simple merge with $pretty_name"17063msgstr ""1706417065#: git-merge-octopus.sh:10217066msgid "Simple merge did not work, trying automatic merge."17067msgstr ""1706817069#: git-rebase.sh:6117070msgid ""17071"Resolve all conflicts manually, mark them as resolved with\n"17072"\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"17073"You can instead skip this commit: run \"git rebase --skip\".\n"17074"To abort and get back to the state before \"git rebase\", run \"git rebase --"17075"abort\"."17076msgstr ""1707717078#: git-rebase.sh:173 git-rebase.sh:45417079#, sh-format17080msgid "Could not move back to $head_name"17081msgstr ""1708217083#: git-rebase.sh:18417084msgid "Applied autostash."17085msgstr ""1708617087#: git-rebase.sh:18717088#, sh-format17089msgid "Cannot store $stash_sha1"17090msgstr ""1709117092#: git-rebase.sh:23617093msgid "The pre-rebase hook refused to rebase."17094msgstr ""1709517096#: git-rebase.sh:24117097msgid "It looks like 'git am' is in progress. Cannot rebase."17098msgstr ""1709917100#: git-rebase.sh:41517101msgid "No rebase in progress?"17102msgstr ""1710317104#: git-rebase.sh:42617105msgid "The --edit-todo action can only be used during interactive rebase."17106msgstr ""1710717108#: git-rebase.sh:43317109msgid "Cannot read HEAD"17110msgstr ""1711117112#: git-rebase.sh:43617113msgid ""17114"You must edit all merge conflicts and then\n"17115"mark them as resolved using git add"17116msgstr ""1711717118#: git-rebase.sh:48017119#, sh-format17120msgid ""17121"It seems that there is already a $state_dir_base directory, and\n"17122"I wonder if you are in the middle of another rebase. If that is the\n"17123"case, please try\n"17124"\t$cmd_live_rebase\n"17125"If that is not the case, please\n"17126"\t$cmd_clear_stale_rebase\n"17127"and run me again. I am stopping in case you still have something\n"17128"valuable there."17129msgstr ""1713017131#: git-rebase.sh:54517132msgid "error: cannot combine '--signoff' with '--preserve-merges'"17133msgstr ""1713417135#: git-rebase.sh:55617136msgid "error: cannot combine '--preserve_merges' with '--rebase-merges'"17137msgstr ""1713817139#: git-rebase.sh:56217140msgid "error: cannot combine '--rebase_merges' with '--strategy-option'"17141msgstr ""1714217143#: git-rebase.sh:56417144msgid "error: cannot combine '--rebase_merges' with '--strategy'"17145msgstr ""1714617147#: git-rebase.sh:59017148#, sh-format17149msgid "invalid upstream '$upstream_name'"17150msgstr ""1715117152#: git-rebase.sh:61417153#, sh-format17154msgid "$onto_name: there are more than one merge bases"17155msgstr ""1715617157#: git-rebase.sh:617 git-rebase.sh:62117158#, sh-format17159msgid "$onto_name: there is no merge base"17160msgstr ""1716117162#: git-rebase.sh:62617163#, sh-format17164msgid "Does not point to a valid commit: $onto_name"17165msgstr ""1716617167#: git-rebase.sh:65217168#, sh-format17169msgid "fatal: no such branch/commit '$branch_name'"17170msgstr ""1717117172#: git-rebase.sh:68517173msgid "Cannot autostash"17174msgstr ""1717517176#: git-rebase.sh:69017177#, sh-format17178msgid "Created autostash: $stash_abbrev"17179msgstr ""1718017181#: git-rebase.sh:69417182msgid "Please commit or stash them."17183msgstr ""1718417185#: git-rebase.sh:71717186#, sh-format17187msgid "HEAD is up to date."17188msgstr ""1718917190#: git-rebase.sh:71917191#, sh-format17192msgid "Current branch $branch_name is up to date."17193msgstr ""1719417195#: git-rebase.sh:72717196#, sh-format17197msgid "HEAD is up to date, rebase forced."17198msgstr ""1719917200#: git-rebase.sh:72917201#, sh-format17202msgid "Current branch $branch_name is up to date, rebase forced."17203msgstr ""1720417205#: git-rebase.sh:74117206#, sh-format17207msgid "Changes from $mb to $onto:"17208msgstr ""1720917210#: git-rebase.sh:75017211msgid "First, rewinding head to replay your work on top of it..."17212msgstr ""1721317214#: git-rebase.sh:76017215#, sh-format17216msgid "Fast-forwarded $branch_name to $onto_name."17217msgstr ""1721817219#: git-stash.sh:6117220msgid "git stash clear with parameters is unimplemented"17221msgstr ""1722217223#: git-stash.sh:10817224msgid "You do not have the initial commit yet"17225msgstr ""1722617227#: git-stash.sh:12317228msgid "Cannot save the current index state"17229msgstr ""1723017231#: git-stash.sh:13817232msgid "Cannot save the untracked files"17233msgstr ""1723417235#: git-stash.sh:158 git-stash.sh:17117236msgid "Cannot save the current worktree state"17237msgstr ""1723817239#: git-stash.sh:17517240msgid "No changes selected"17241msgstr ""1724217243#: git-stash.sh:17817244msgid "Cannot remove temporary index (can't happen)"17245msgstr ""1724617247#: git-stash.sh:19117248msgid "Cannot record working tree state"17249msgstr ""1725017251#: git-stash.sh:22917252#, sh-format17253msgid "Cannot update $ref_stash with $w_commit"17254msgstr ""1725517256#: git-stash.sh:28117257#, sh-format17258msgid "error: unknown option for 'stash push': $option"17259msgstr ""1726017261#: git-stash.sh:29517262msgid "Can't use --patch and --include-untracked or --all at the same time"17263msgstr ""1726417265#: git-stash.sh:30317266msgid "No local changes to save"17267msgstr ""1726817269#: git-stash.sh:30817270msgid "Cannot initialize stash"17271msgstr ""1727217273#: git-stash.sh:31217274msgid "Cannot save the current status"17275msgstr ""1727617277#: git-stash.sh:31317278#, sh-format17279msgid "Saved working directory and index state $stash_msg"17280msgstr ""1728117282#: git-stash.sh:34217283msgid "Cannot remove worktree changes"17284msgstr ""1728517286#: git-stash.sh:49017287#, sh-format17288msgid "unknown option: $opt"17289msgstr ""1729017291#: git-stash.sh:50317292msgid "No stash entries found."17293msgstr ""1729417295#: git-stash.sh:51017296#, sh-format17297msgid "Too many revisions specified: $REV"17298msgstr ""1729917300#: git-stash.sh:52517301#, sh-format17302msgid "$reference is not a valid reference"17303msgstr ""1730417305#: git-stash.sh:55317306#, sh-format17307msgid "'$args' is not a stash-like commit"17308msgstr ""1730917310#: git-stash.sh:56417311#, sh-format17312msgid "'$args' is not a stash reference"17313msgstr ""1731417315#: git-stash.sh:57217316msgid "unable to refresh index"17317msgstr ""1731817319#: git-stash.sh:57617320msgid "Cannot apply a stash in the middle of a merge"17321msgstr ""1732217323#: git-stash.sh:58417324msgid "Conflicts in index. Try without --index."17325msgstr ""1732617327#: git-stash.sh:58617328msgid "Could not save index tree"17329msgstr ""1733017331#: git-stash.sh:59517332msgid "Could not restore untracked files from stash entry"17333msgstr ""1733417335#: git-stash.sh:62017336msgid "Cannot unstage modified files"17337msgstr ""1733817339#: git-stash.sh:63517340msgid "Index was not unstashed."17341msgstr ""1734217343#: git-stash.sh:64917344msgid "The stash entry is kept in case you need it again."17345msgstr ""1734617347#: git-stash.sh:65817348#, sh-format17349msgid "Dropped ${REV} ($s)"17350msgstr ""1735117352#: git-stash.sh:65917353#, sh-format17354msgid "${REV}: Could not drop stash entry"17355msgstr ""1735617357#: git-stash.sh:66717358msgid "No branch name specified"17359msgstr ""1736017361#: git-stash.sh:74617362msgid "(To restore them type \"git stash apply\")"17363msgstr ""1736417365#: git-submodule.sh:18817366msgid "Relative path can only be used from the toplevel of the working tree"17367msgstr ""1736817369#: git-submodule.sh:19817370#, sh-format17371msgid "repo URL: '$repo' must be absolute or begin with ./|../"17372msgstr ""1737317374#: git-submodule.sh:21717375#, sh-format17376msgid "'$sm_path' already exists in the index"17377msgstr ""1737817379#: git-submodule.sh:22017380#, sh-format17381msgid "'$sm_path' already exists in the index and is not a submodule"17382msgstr ""1738317384#: git-submodule.sh:22617385#, sh-format17386msgid ""17387"The following path is ignored by one of your .gitignore files:\n"17388"$sm_path\n"17389"Use -f if you really want to add it."17390msgstr ""1739117392#: git-submodule.sh:24917393#, sh-format17394msgid "Adding existing repo at '$sm_path' to the index"17395msgstr ""1739617397#: git-submodule.sh:25117398#, sh-format17399msgid "'$sm_path' already exists and is not a valid git repo"17400msgstr ""1740117402#: git-submodule.sh:25917403#, sh-format17404msgid "A git directory for '$sm_name' is found locally with remote(s):"17405msgstr ""1740617407#: git-submodule.sh:26117408#, sh-format17409msgid ""17410"If you want to reuse this local git directory instead of cloning again from\n"17411" $realrepo\n"17412"use the '--force' option. If the local git directory is not the correct "17413"repo\n"17414"or you are unsure what this means choose another name with the '--name' "17415"option."17416msgstr ""1741717418#: git-submodule.sh:26717419#, sh-format17420msgid "Reactivating local git directory for submodule '$sm_name'."17421msgstr ""1742217423#: git-submodule.sh:27917424#, sh-format17425msgid "Unable to checkout submodule '$sm_path'"17426msgstr ""1742717428#: git-submodule.sh:28417429#, sh-format17430msgid "Failed to add submodule '$sm_path'"17431msgstr ""1743217433#: git-submodule.sh:29317434#, sh-format17435msgid "Failed to register submodule '$sm_path'"17436msgstr ""1743717438#: git-submodule.sh:56517439#, sh-format17440msgid "Unable to find current revision in submodule path '$displaypath'"17441msgstr ""1744217443#: git-submodule.sh:57517444#, sh-format17445msgid "Unable to fetch in submodule path '$sm_path'"17446msgstr ""1744717448#: git-submodule.sh:58017449#, sh-format17450msgid ""17451"Unable to find current ${remote_name}/${branch} revision in submodule path "17452"'$sm_path'"17453msgstr ""1745417455#: git-submodule.sh:60317456#, sh-format17457msgid "Unable to fetch in submodule path '$displaypath'"17458msgstr ""1745917460#: git-submodule.sh:60917461#, sh-format17462msgid ""17463"Fetched in submodule path '$displaypath', but it did not contain $sha1. "17464"Direct fetching of that commit failed."17465msgstr ""1746617467#: git-submodule.sh:61617468#, sh-format17469msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"17470msgstr ""1747117472#: git-submodule.sh:61717473#, sh-format17474msgid "Submodule path '$displaypath': checked out '$sha1'"17475msgstr ""1747617477#: git-submodule.sh:62117478#, sh-format17479msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"17480msgstr ""1748117482#: git-submodule.sh:62217483#, sh-format17484msgid "Submodule path '$displaypath': rebased into '$sha1'"17485msgstr ""1748617487#: git-submodule.sh:62717488#, sh-format17489msgid "Unable to merge '$sha1' in submodule path '$displaypath'"17490msgstr ""1749117492#: git-submodule.sh:62817493#, sh-format17494msgid "Submodule path '$displaypath': merged in '$sha1'"17495msgstr ""1749617497#: git-submodule.sh:63317498#, sh-format17499msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"17500msgstr ""1750117502#: git-submodule.sh:63417503#, sh-format17504msgid "Submodule path '$displaypath': '$command $sha1'"17505msgstr ""1750617507#: git-submodule.sh:66517508#, sh-format17509msgid "Failed to recurse into submodule path '$displaypath'"17510msgstr ""1751117512#: git-submodule.sh:76117513msgid "The --cached option cannot be used with the --files option"17514msgstr ""1751517516#: git-submodule.sh:81317517#, sh-format17518msgid "unexpected mode $mod_dst"17519msgstr ""1752017521#: git-submodule.sh:83317522#, sh-format17523msgid " Warn: $display_name doesn't contain commit $sha1_src"17524msgstr ""1752517526#: git-submodule.sh:83617527#, sh-format17528msgid " Warn: $display_name doesn't contain commit $sha1_dst"17529msgstr ""1753017531#: git-submodule.sh:83917532#, sh-format17533msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"17534msgstr ""1753517536#: git-parse-remote.sh:8917537#, sh-format17538msgid "See git-${cmd}(1) for details."17539msgstr ""1754017541#: git-rebase--interactive.sh:4317542msgid ""17543"\n"17544"Commands:\n"17545"p, pick <commit> = use commit\n"17546"r, reword <commit> = use commit, but edit the commit message\n"17547"e, edit <commit> = use commit, but stop for amending\n"17548"s, squash <commit> = use commit, but meld into previous commit\n"17549"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"17550"x, exec <command> = run command (the rest of the line) using shell\n"17551"d, drop <commit> = remove commit\n"17552"l, label <label> = label current HEAD with a name\n"17553"t, reset <label> = reset HEAD to a label\n"17554"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"17555". create a merge commit using the original merge commit's\n"17556". message (or the oneline, if no original merge commit was\n"17557". specified). Use -c <commit> to reword the commit message.\n"17558"\n"17559"These lines can be re-ordered; they are executed from top to bottom.\n"17560msgstr ""1756117562#: git-rebase--interactive.sh:64 git-rebase--preserve-merges.sh:17317563msgid ""17564"\n"17565"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"17566msgstr ""1756717568#: git-rebase--interactive.sh:68 git-rebase--preserve-merges.sh:17717569msgid ""17570"\n"17571"If you remove a line here THAT COMMIT WILL BE LOST.\n"17572msgstr ""1757317574#: git-rebase--interactive.sh:108 git-rebase--preserve-merges.sh:72417575msgid "could not detach HEAD"17576msgstr ""1757717578#: git-rebase--interactive.sh:147 git-rebase--preserve-merges.sh:81617579msgid ""17580"\n"17581"You are editing the todo file of an ongoing interactive rebase.\n"17582"To continue rebase after editing, run:\n"17583" git rebase --continue\n"17584"\n"17585msgstr ""1758617587#: git-rebase--interactive.sh:155 git-rebase--interactive.sh:24117588#: git-rebase--preserve-merges.sh:824 git-rebase--preserve-merges.sh:91017589msgid "Could not execute editor"17590msgstr ""1759117592#: git-rebase--interactive.sh:176 git-rebase--preserve-merges.sh:84517593#, sh-format17594msgid "Could not checkout $switch_to"17595msgstr ""1759617597#: git-rebase--interactive.sh:183 git-rebase--preserve-merges.sh:85217598msgid "No HEAD?"17599msgstr ""1760017601#: git-rebase--interactive.sh:184 git-rebase--preserve-merges.sh:85317602#, sh-format17603msgid "Could not create temporary $state_dir"17604msgstr ""1760517606#: git-rebase--interactive.sh:187 git-rebase--preserve-merges.sh:85617607msgid "Could not mark as interactive"17608msgstr ""1760917610#: git-rebase--interactive.sh:219 git-rebase--preserve-merges.sh:88817611#, sh-format17612msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"17613msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"17614msgstr[0] ""17615msgstr[1] ""1761617617#: git-rebase--interactive.sh:22417618msgid ""17619"\n"17620"\tHowever, if you remove everything, the rebase will be aborted.\n"17621"\n"17622"\t"17623msgstr ""1762417625#: git-rebase--interactive.sh:231 git-rebase--preserve-merges.sh:90017626msgid "Note that empty commits are commented out"17627msgstr ""1762817629#: git-rebase--interactive.sh:28017630msgid "Could not generate todo list"17631msgstr ""1763217633#: git-rebase--preserve-merges.sh:13617634#, sh-format17635msgid "Rebasing ($new_count/$total)"17636msgstr ""1763717638#: git-rebase--preserve-merges.sh:15217639msgid ""17640"\n"17641"Commands:\n"17642"p, pick <commit> = use commit\n"17643"r, reword <commit> = use commit, but edit the commit message\n"17644"e, edit <commit> = use commit, but stop for amending\n"17645"s, squash <commit> = use commit, but meld into previous commit\n"17646"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"17647"x, exec <commit> = run command (the rest of the line) using shell\n"17648"d, drop <commit> = remove commit\n"17649"l, label <label> = label current HEAD with a name\n"17650"t, reset <label> = reset HEAD to a label\n"17651"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"17652". create a merge commit using the original merge commit's\n"17653". message (or the oneline, if no original merge commit was\n"17654". specified). Use -c <commit> to reword the commit message.\n"17655"\n"17656"These lines can be re-ordered; they are executed from top to bottom.\n"17657msgstr ""1765817659#: git-rebase--preserve-merges.sh:21517660#, sh-format17661msgid ""17662"You can amend the commit now, with\n"17663"\n"17664"\tgit commit --amend $gpg_sign_opt_quoted\n"17665"\n"17666"Once you are satisfied with your changes, run\n"17667"\n"17668"\tgit rebase --continue"17669msgstr ""1767017671#: git-rebase--preserve-merges.sh:24017672#, sh-format17673msgid "$sha1: not a commit that can be picked"17674msgstr ""1767517676#: git-rebase--preserve-merges.sh:27917677#, sh-format17678msgid "Invalid commit name: $sha1"17679msgstr ""1768017681#: git-rebase--preserve-merges.sh:30917682msgid "Cannot write current commit's replacement sha1"17683msgstr ""1768417685#: git-rebase--preserve-merges.sh:36017686#, sh-format17687msgid "Fast-forward to $sha1"17688msgstr ""1768917690#: git-rebase--preserve-merges.sh:36217691#, sh-format17692msgid "Cannot fast-forward to $sha1"17693msgstr ""1769417695#: git-rebase--preserve-merges.sh:37117696#, sh-format17697msgid "Cannot move HEAD to $first_parent"17698msgstr ""1769917700#: git-rebase--preserve-merges.sh:37617701#, sh-format17702msgid "Refusing to squash a merge: $sha1"17703msgstr ""1770417705#: git-rebase--preserve-merges.sh:39417706#, sh-format17707msgid "Error redoing merge $sha1"17708msgstr ""1770917710#: git-rebase--preserve-merges.sh:40317711#, sh-format17712msgid "Could not pick $sha1"17713msgstr ""1771417715#: git-rebase--preserve-merges.sh:41217716#, sh-format17717msgid "This is the commit message #${n}:"17718msgstr ""1771917720#: git-rebase--preserve-merges.sh:41717721#, sh-format17722msgid "The commit message #${n} will be skipped:"17723msgstr ""1772417725#: git-rebase--preserve-merges.sh:42817726#, sh-format17727msgid "This is a combination of $count commit."17728msgid_plural "This is a combination of $count commits."17729msgstr[0] ""17730msgstr[1] ""1773117732#: git-rebase--preserve-merges.sh:43717733#, sh-format17734msgid "Cannot write $fixup_msg"17735msgstr ""1773617737#: git-rebase--preserve-merges.sh:44017738msgid "This is a combination of 2 commits."17739msgstr ""1774017741#: git-rebase--preserve-merges.sh:481 git-rebase--preserve-merges.sh:52417742#: git-rebase--preserve-merges.sh:52717743#, sh-format17744msgid "Could not apply $sha1... $rest"17745msgstr ""1774617747#: git-rebase--preserve-merges.sh:55617748#, sh-format17749msgid ""17750"Could not amend commit after successfully picking $sha1... $rest\n"17751"This is most likely due to an empty commit message, or the pre-commit hook\n"17752"failed. If the pre-commit hook failed, you may need to resolve the issue "17753"before\n"17754"you are able to reword the commit."17755msgstr ""1775617757#: git-rebase--preserve-merges.sh:57117758#, sh-format17759msgid "Stopped at $sha1_abbrev... $rest"17760msgstr ""1776117762#: git-rebase--preserve-merges.sh:58617763#, sh-format17764msgid "Cannot '$squash_style' without a previous commit"17765msgstr ""1776617767#: git-rebase--preserve-merges.sh:62817768#, sh-format17769msgid "Executing: $rest"17770msgstr ""1777117772#: git-rebase--preserve-merges.sh:63617773#, sh-format17774msgid "Execution failed: $rest"17775msgstr ""1777617777#: git-rebase--preserve-merges.sh:63817778msgid "and made changes to the index and/or the working tree"17779msgstr ""1778017781#: git-rebase--preserve-merges.sh:64017782msgid ""17783"You can fix the problem, and then run\n"17784"\n"17785"\tgit rebase --continue"17786msgstr ""1778717788#. TRANSLATORS: after these lines is a command to be issued by the user17789#: git-rebase--preserve-merges.sh:65317790#, sh-format17791msgid ""17792"Execution succeeded: $rest\n"17793"but left changes to the index and/or the working tree\n"17794"Commit or stash your changes, and then run\n"17795"\n"17796"\tgit rebase --continue"17797msgstr ""1779817799#: git-rebase--preserve-merges.sh:66417800#, sh-format17801msgid "Unknown command: $command $sha1 $rest"17802msgstr ""1780317804#: git-rebase--preserve-merges.sh:66517805msgid "Please fix this using 'git rebase --edit-todo'."17806msgstr ""1780717808#: git-rebase--preserve-merges.sh:70017809#, sh-format17810msgid "Successfully rebased and updated $head_name."17811msgstr ""1781217813#: git-rebase--preserve-merges.sh:75717814msgid "Could not remove CHERRY_PICK_HEAD"17815msgstr ""1781617817#: git-rebase--preserve-merges.sh:76217818#, sh-format17819msgid ""17820"You have staged changes in your working tree.\n"17821"If these changes are meant to be\n"17822"squashed into the previous commit, run:\n"17823"\n"17824" git commit --amend $gpg_sign_opt_quoted\n"17825"\n"17826"If they are meant to go into a new commit, run:\n"17827"\n"17828" git commit $gpg_sign_opt_quoted\n"17829"\n"17830"In both cases, once you're done, continue with:\n"17831"\n"17832" git rebase --continue\n"17833msgstr ""1783417835#: git-rebase--preserve-merges.sh:77917836msgid "Error trying to find the author identity to amend commit"17837msgstr ""1783817839#: git-rebase--preserve-merges.sh:78417840msgid ""17841"You have uncommitted changes in your working tree. Please commit them\n"17842"first and then run 'git rebase --continue' again."17843msgstr ""1784417845#: git-rebase--preserve-merges.sh:789 git-rebase--preserve-merges.sh:79317846msgid "Could not commit staged changes."17847msgstr ""1784817849#: git-rebase--preserve-merges.sh:89317850msgid ""17851"\n"17852"However, if you remove everything, the rebase will be aborted.\n"17853"\n"17854msgstr ""1785517856#: git-rebase--preserve-merges.sh:942 git-rebase--preserve-merges.sh:94717857msgid "Could not init rewritten commits"17858msgstr ""1785917860#: git-sh-setup.sh:89 git-sh-setup.sh:9417861#, sh-format17862msgid "usage: $dashless $USAGE"17863msgstr ""1786417865#: git-sh-setup.sh:19017866#, sh-format17867msgid "Cannot chdir to $cdup, the toplevel of the working tree"17868msgstr ""1786917870#: git-sh-setup.sh:199 git-sh-setup.sh:20617871#, sh-format17872msgid "fatal: $program_name cannot be used without a working tree."17873msgstr ""1787417875#: git-sh-setup.sh:22017876msgid "Cannot rebase: You have unstaged changes."17877msgstr ""1787817879#: git-sh-setup.sh:22317880msgid "Cannot rewrite branches: You have unstaged changes."17881msgstr ""1788217883#: git-sh-setup.sh:22617884msgid "Cannot pull with rebase: You have unstaged changes."17885msgstr ""1788617887#: git-sh-setup.sh:22917888#, sh-format17889msgid "Cannot $action: You have unstaged changes."17890msgstr ""1789117892#: git-sh-setup.sh:24217893msgid "Cannot rebase: Your index contains uncommitted changes."17894msgstr ""1789517896#: git-sh-setup.sh:24517897msgid "Cannot pull with rebase: Your index contains uncommitted changes."17898msgstr ""1789917900#: git-sh-setup.sh:24817901#, sh-format17902msgid "Cannot $action: Your index contains uncommitted changes."17903msgstr ""1790417905#: git-sh-setup.sh:25217906msgid "Additionally, your index contains uncommitted changes."17907msgstr ""1790817909#: git-sh-setup.sh:37217910msgid "You need to run this command from the toplevel of the working tree."17911msgstr ""1791217913#: git-sh-setup.sh:37717914msgid "Unable to determine absolute path of git directory"17915msgstr ""1791617917#. TRANSLATORS: you can adjust this to align "git add -i" status menu17918#: git-add--interactive.perl:19617919#, perl-format17920msgid "%12s %12s %s"17921msgstr ""1792217923#: git-add--interactive.perl:19717924msgid "staged"17925msgstr ""1792617927#: git-add--interactive.perl:19717928msgid "unstaged"17929msgstr ""1793017931#: git-add--interactive.perl:253 git-add--interactive.perl:27817932msgid "binary"17933msgstr ""1793417935#: git-add--interactive.perl:262 git-add--interactive.perl:31617936msgid "nothing"17937msgstr ""1793817939#: git-add--interactive.perl:298 git-add--interactive.perl:31317940msgid "unchanged"17941msgstr ""1794217943#: git-add--interactive.perl:60917944#, perl-format17945msgid "added %d path\n"17946msgid_plural "added %d paths\n"17947msgstr[0] ""17948msgstr[1] ""1794917950#: git-add--interactive.perl:61217951#, perl-format17952msgid "updated %d path\n"17953msgid_plural "updated %d paths\n"17954msgstr[0] ""17955msgstr[1] ""1795617957#: git-add--interactive.perl:61517958#, perl-format17959msgid "reverted %d path\n"17960msgid_plural "reverted %d paths\n"17961msgstr[0] ""17962msgstr[1] ""1796317964#: git-add--interactive.perl:61817965#, perl-format17966msgid "touched %d path\n"17967msgid_plural "touched %d paths\n"17968msgstr[0] ""17969msgstr[1] ""1797017971#: git-add--interactive.perl:62717972msgid "Update"17973msgstr ""1797417975#: git-add--interactive.perl:63917976msgid "Revert"17977msgstr ""1797817979#: git-add--interactive.perl:66217980#, perl-format17981msgid "note: %s is untracked now.\n"17982msgstr ""1798317984#: git-add--interactive.perl:67317985msgid "Add untracked"17986msgstr ""1798717988#: git-add--interactive.perl:67917989msgid "No untracked files.\n"17990msgstr ""1799117992#: git-add--interactive.perl:103317993msgid ""17994"If the patch applies cleanly, the edited hunk will immediately be\n"17995"marked for staging."17996msgstr ""1799717998#: git-add--interactive.perl:103617999msgid ""18000"If the patch applies cleanly, the edited hunk will immediately be\n"18001"marked for stashing."18002msgstr ""1800318004#: git-add--interactive.perl:103918005msgid ""18006"If the patch applies cleanly, the edited hunk will immediately be\n"18007"marked for unstaging."18008msgstr ""1800918010#: git-add--interactive.perl:1042 git-add--interactive.perl:105118011msgid ""18012"If the patch applies cleanly, the edited hunk will immediately be\n"18013"marked for applying."18014msgstr ""1801518016#: git-add--interactive.perl:1045 git-add--interactive.perl:104818017msgid ""18018"If the patch applies cleanly, the edited hunk will immediately be\n"18019"marked for discarding."18020msgstr ""1802118022#: git-add--interactive.perl:108518023#, perl-format18024msgid "failed to open hunk edit file for writing: %s"18025msgstr ""1802618027#: git-add--interactive.perl:108618028msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"18029msgstr ""1803018031#: git-add--interactive.perl:109218032#, perl-format18033msgid ""18034"---\n"18035"To remove '%s' lines, make them ' ' lines (context).\n"18036"To remove '%s' lines, delete them.\n"18037"Lines starting with %s will be removed.\n"18038msgstr ""1803918040#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.18041#: git-add--interactive.perl:110018042msgid ""18043"If it does not apply cleanly, you will be given an opportunity to\n"18044"edit again. If all lines of the hunk are removed, then the edit is\n"18045"aborted and the hunk is left unchanged.\n"18046msgstr ""1804718048#: git-add--interactive.perl:111418049#, perl-format18050msgid "failed to open hunk edit file for reading: %s"18051msgstr ""1805218053#. TRANSLATORS: do not translate [y/n]18054#. The program will only accept that input18055#. at this point.18056#. Consider translating (saying "no" discards!) as18057#. (saying "n" for "no" discards!) if the translation18058#. of the word "no" does not start with n.18059#: git-add--interactive.perl:121318060msgid ""18061"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "18062msgstr ""1806318064#: git-add--interactive.perl:122218065msgid ""18066"y - stage this hunk\n"18067"n - do not stage this hunk\n"18068"q - quit; do not stage this hunk or any of the remaining ones\n"18069"a - stage this hunk and all later hunks in the file\n"18070"d - do not stage this hunk or any of the later hunks in the file"18071msgstr ""1807218073#: git-add--interactive.perl:122818074msgid ""18075"y - stash this hunk\n"18076"n - do not stash this hunk\n"18077"q - quit; do not stash this hunk or any of the remaining ones\n"18078"a - stash this hunk and all later hunks in the file\n"18079"d - do not stash this hunk or any of the later hunks in the file"18080msgstr ""1808118082#: git-add--interactive.perl:123418083msgid ""18084"y - unstage this hunk\n"18085"n - do not unstage this hunk\n"18086"q - quit; do not unstage this hunk or any of the remaining ones\n"18087"a - unstage this hunk and all later hunks in the file\n"18088"d - do not unstage this hunk or any of the later hunks in the file"18089msgstr ""1809018091#: git-add--interactive.perl:124018092msgid ""18093"y - apply this hunk to index\n"18094"n - do not apply this hunk to index\n"18095"q - quit; do not apply this hunk or any of the remaining ones\n"18096"a - apply this hunk and all later hunks in the file\n"18097"d - do not apply this hunk or any of the later hunks in the file"18098msgstr ""1809918100#: git-add--interactive.perl:124618101msgid ""18102"y - discard this hunk from worktree\n"18103"n - do not discard this hunk from worktree\n"18104"q - quit; do not discard this hunk or any of the remaining ones\n"18105"a - discard this hunk and all later hunks in the file\n"18106"d - do not discard this hunk or any of the later hunks in the file"18107msgstr ""1810818109#: git-add--interactive.perl:125218110msgid ""18111"y - discard this hunk from index and worktree\n"18112"n - do not discard this hunk from index and worktree\n"18113"q - quit; do not discard this hunk or any of the remaining ones\n"18114"a - discard this hunk and all later hunks in the file\n"18115"d - do not discard this hunk or any of the later hunks in the file"18116msgstr ""1811718118#: git-add--interactive.perl:125818119msgid ""18120"y - apply this hunk to index and worktree\n"18121"n - do not apply this hunk to index and worktree\n"18122"q - quit; do not apply this hunk or any of the remaining ones\n"18123"a - apply this hunk and all later hunks in the file\n"18124"d - do not apply this hunk or any of the later hunks in the file"18125msgstr ""1812618127#: git-add--interactive.perl:127318128msgid ""18129"g - select a hunk to go to\n"18130"/ - search for a hunk matching the given regex\n"18131"j - leave this hunk undecided, see next undecided hunk\n"18132"J - leave this hunk undecided, see next hunk\n"18133"k - leave this hunk undecided, see previous undecided hunk\n"18134"K - leave this hunk undecided, see previous hunk\n"18135"s - split the current hunk into smaller hunks\n"18136"e - manually edit the current hunk\n"18137"? - print help\n"18138msgstr ""1813918140#: git-add--interactive.perl:130418141msgid "The selected hunks do not apply to the index!\n"18142msgstr ""1814318144#: git-add--interactive.perl:130518145msgid "Apply them to the worktree anyway? "18146msgstr ""1814718148#: git-add--interactive.perl:130818149msgid "Nothing was applied.\n"18150msgstr ""1815118152#: git-add--interactive.perl:131918153#, perl-format18154msgid "ignoring unmerged: %s\n"18155msgstr ""1815618157#: git-add--interactive.perl:132818158msgid "Only binary files changed.\n"18159msgstr ""1816018161#: git-add--interactive.perl:133018162msgid "No changes.\n"18163msgstr ""1816418165#: git-add--interactive.perl:133818166msgid "Patch update"18167msgstr ""1816818169#: git-add--interactive.perl:139018170#, perl-format18171msgid "Stage mode change [y,n,q,a,d%s,?]? "18172msgstr ""1817318174#: git-add--interactive.perl:139118175#, perl-format18176msgid "Stage deletion [y,n,q,a,d%s,?]? "18177msgstr ""1817818179#: git-add--interactive.perl:139218180#, perl-format18181msgid "Stage this hunk [y,n,q,a,d%s,?]? "18182msgstr ""1818318184#: git-add--interactive.perl:139518185#, perl-format18186msgid "Stash mode change [y,n,q,a,d%s,?]? "18187msgstr ""1818818189#: git-add--interactive.perl:139618190#, perl-format18191msgid "Stash deletion [y,n,q,a,d%s,?]? "18192msgstr ""1819318194#: git-add--interactive.perl:139718195#, perl-format18196msgid "Stash this hunk [y,n,q,a,d%s,?]? "18197msgstr ""1819818199#: git-add--interactive.perl:140018200#, perl-format18201msgid "Unstage mode change [y,n,q,a,d%s,?]? "18202msgstr ""1820318204#: git-add--interactive.perl:140118205#, perl-format18206msgid "Unstage deletion [y,n,q,a,d%s,?]? "18207msgstr ""1820818209#: git-add--interactive.perl:140218210#, perl-format18211msgid "Unstage this hunk [y,n,q,a,d%s,?]? "18212msgstr ""1821318214#: git-add--interactive.perl:140518215#, perl-format18216msgid "Apply mode change to index [y,n,q,a,d%s,?]? "18217msgstr ""1821818219#: git-add--interactive.perl:140618220#, perl-format18221msgid "Apply deletion to index [y,n,q,a,d%s,?]? "18222msgstr ""1822318224#: git-add--interactive.perl:140718225#, perl-format18226msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "18227msgstr ""1822818229#: git-add--interactive.perl:141018230#, perl-format18231msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "18232msgstr ""1823318234#: git-add--interactive.perl:141118235#, perl-format18236msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "18237msgstr ""1823818239#: git-add--interactive.perl:141218240#, perl-format18241msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "18242msgstr ""1824318244#: git-add--interactive.perl:141518245#, perl-format18246msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "18247msgstr ""1824818249#: git-add--interactive.perl:141618250#, perl-format18251msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "18252msgstr ""1825318254#: git-add--interactive.perl:141718255#, perl-format18256msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "18257msgstr ""1825818259#: git-add--interactive.perl:142018260#, perl-format18261msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "18262msgstr ""1826318264#: git-add--interactive.perl:142118265#, perl-format18266msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "18267msgstr ""1826818269#: git-add--interactive.perl:142218270#, perl-format18271msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "18272msgstr ""1827318274#: git-add--interactive.perl:152218275msgid "No other hunks to goto\n"18276msgstr ""1827718278#: git-add--interactive.perl:152918279msgid "go to which hunk (<ret> to see more)? "18280msgstr ""1828118282#: git-add--interactive.perl:153118283msgid "go to which hunk? "18284msgstr ""1828518286#: git-add--interactive.perl:154018287#, perl-format18288msgid "Invalid number: '%s'\n"18289msgstr ""1829018291#: git-add--interactive.perl:154518292#, perl-format18293msgid "Sorry, only %d hunk available.\n"18294msgid_plural "Sorry, only %d hunks available.\n"18295msgstr[0] ""18296msgstr[1] ""1829718298#: git-add--interactive.perl:157118299msgid "No other hunks to search\n"18300msgstr ""1830118302#: git-add--interactive.perl:157518303msgid "search for regex? "18304msgstr ""1830518306#: git-add--interactive.perl:158818307#, perl-format18308msgid "Malformed search regexp %s: %s\n"18309msgstr ""1831018311#: git-add--interactive.perl:159818312msgid "No hunk matches the given pattern\n"18313msgstr ""1831418315#: git-add--interactive.perl:1610 git-add--interactive.perl:163218316msgid "No previous hunk\n"18317msgstr ""1831818319#: git-add--interactive.perl:1619 git-add--interactive.perl:163818320msgid "No next hunk\n"18321msgstr ""1832218323#: git-add--interactive.perl:164418324msgid "Sorry, cannot split this hunk\n"18325msgstr ""1832618327#: git-add--interactive.perl:165018328#, perl-format18329msgid "Split into %d hunk.\n"18330msgid_plural "Split into %d hunks.\n"18331msgstr[0] ""18332msgstr[1] ""1833318334#: git-add--interactive.perl:166018335msgid "Sorry, cannot edit this hunk\n"18336msgstr ""1833718338#: git-add--interactive.perl:170618339msgid "Review diff"18340msgstr ""1834118342#. TRANSLATORS: please do not translate the command names18343#. 'status', 'update', 'revert', etc.18344#: git-add--interactive.perl:172518345msgid ""18346"status - show paths with changes\n"18347"update - add working tree state to the staged set of changes\n"18348"revert - revert staged set of changes back to the HEAD version\n"18349"patch - pick hunks and update selectively\n"18350"diff - view diff between HEAD and index\n"18351"add untracked - add contents of untracked files to the staged set of "18352"changes\n"18353msgstr ""1835418355#: git-add--interactive.perl:1742 git-add--interactive.perl:174718356#: git-add--interactive.perl:1750 git-add--interactive.perl:175718357#: git-add--interactive.perl:1761 git-add--interactive.perl:176718358msgid "missing --"18359msgstr ""1836018361#: git-add--interactive.perl:176318362#, perl-format18363msgid "unknown --patch mode: %s"18364msgstr ""1836518366#: git-add--interactive.perl:1769 git-add--interactive.perl:177518367#, perl-format18368msgid "invalid argument %s, expecting --"18369msgstr ""1837018371#: git-send-email.perl:13018372msgid "local zone differs from GMT by a non-minute interval\n"18373msgstr ""1837418375#: git-send-email.perl:137 git-send-email.perl:14318376msgid "local time offset greater than or equal to 24 hours\n"18377msgstr ""1837818379#: git-send-email.perl:211 git-send-email.perl:21718380msgid "the editor exited uncleanly, aborting everything"18381msgstr ""1838218383#: git-send-email.perl:29418384#, perl-format18385msgid ""18386"'%s' contains an intermediate version of the email you were composing.\n"18387msgstr ""1838818389#: git-send-email.perl:29918390#, perl-format18391msgid "'%s.final' contains the composed email.\n"18392msgstr ""1839318394#: git-send-email.perl:31718395msgid "--dump-aliases incompatible with other options\n"18396msgstr ""1839718398#: git-send-email.perl:383 git-send-email.perl:63818399msgid "Cannot run git format-patch from outside a repository\n"18400msgstr ""1840118402#: git-send-email.perl:38618403msgid ""18404"`batch-size` and `relogin` must be specified together (via command-line or "18405"configuration option)\n"18406msgstr ""1840718408#: git-send-email.perl:45618409#, perl-format18410msgid "Unknown --suppress-cc field: '%s'\n"18411msgstr ""1841218413#: git-send-email.perl:48518414#, perl-format18415msgid "Unknown --confirm setting: '%s'\n"18416msgstr ""1841718418#: git-send-email.perl:51318419#, perl-format18420msgid "warning: sendmail alias with quotes is not supported: %s\n"18421msgstr ""1842218423#: git-send-email.perl:51518424#, perl-format18425msgid "warning: `:include:` not supported: %s\n"18426msgstr ""1842718428#: git-send-email.perl:51718429#, perl-format18430msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"18431msgstr ""1843218433#: git-send-email.perl:52218434#, perl-format18435msgid "warning: sendmail line is not recognized: %s\n"18436msgstr ""1843718438#: git-send-email.perl:60418439#, perl-format18440msgid ""18441"File '%s' exists but it could also be the range of commits\n"18442"to produce patches for. Please disambiguate by...\n"18443"\n"18444" * Saying \"./%s\" if you mean a file; or\n"18445" * Giving --format-patch option if you mean a range.\n"18446msgstr ""1844718448#: git-send-email.perl:62518449#, perl-format18450msgid "Failed to opendir %s: %s"18451msgstr ""1845218453#: git-send-email.perl:64918454#, perl-format18455msgid ""18456"fatal: %s: %s\n"18457"warning: no patches were sent\n"18458msgstr ""1845918460#: git-send-email.perl:66018461msgid ""18462"\n"18463"No patch files specified!\n"18464"\n"18465msgstr ""1846618467#: git-send-email.perl:67318468#, perl-format18469msgid "No subject line in %s?"18470msgstr ""1847118472#: git-send-email.perl:68318473#, perl-format18474msgid "Failed to open for writing %s: %s"18475msgstr ""1847618477#: git-send-email.perl:69418478msgid ""18479"Lines beginning in \"GIT:\" will be removed.\n"18480"Consider including an overall diffstat or table of contents\n"18481"for the patch you are writing.\n"18482"\n"18483"Clear the body content if you don't wish to send a summary.\n"18484msgstr ""1848518486#: git-send-email.perl:71818487#, perl-format18488msgid "Failed to open %s: %s"18489msgstr ""1849018491#: git-send-email.perl:73518492#, perl-format18493msgid "Failed to open %s.final: %s"18494msgstr ""1849518496#: git-send-email.perl:77818497msgid "Summary email is empty, skipping it\n"18498msgstr ""1849918500#. TRANSLATORS: please keep [y/N] as is.18501#: git-send-email.perl:81318502#, perl-format18503msgid "Are you sure you want to use <%s> [y/N]? "18504msgstr ""1850518506#: git-send-email.perl:86818507msgid ""18508"The following files are 8bit, but do not declare a Content-Transfer-"18509"Encoding.\n"18510msgstr ""1851118512#: git-send-email.perl:87318513msgid "Which 8bit encoding should I declare [UTF-8]? "18514msgstr ""1851518516#: git-send-email.perl:88118517#, perl-format18518msgid ""18519"Refusing to send because the patch\n"18520"\t%s\n"18521"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "18522"want to send.\n"18523msgstr ""1852418525#: git-send-email.perl:90018526msgid "To whom should the emails be sent (if anyone)?"18527msgstr ""1852818529#: git-send-email.perl:91818530#, perl-format18531msgid "fatal: alias '%s' expands to itself\n"18532msgstr ""1853318534#: git-send-email.perl:93018535msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "18536msgstr ""1853718538#: git-send-email.perl:988 git-send-email.perl:99618539#, perl-format18540msgid "error: unable to extract a valid address from: %s\n"18541msgstr ""1854218543#. TRANSLATORS: Make sure to include [q] [d] [e] in your18544#. translation. The program will only accept English input18545#. at this point.18546#: git-send-email.perl:100018547msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "18548msgstr ""1854918550#: git-send-email.perl:131718551#, perl-format18552msgid "CA path \"%s\" does not exist"18553msgstr ""1855418555#: git-send-email.perl:140018556msgid ""18557" The Cc list above has been expanded by additional\n"18558" addresses found in the patch commit message. By default\n"18559" send-email prompts before sending whenever this occurs.\n"18560" This behavior is controlled by the sendemail.confirm\n"18561" configuration setting.\n"18562"\n"18563" For additional information, run 'git send-email --help'.\n"18564" To retain the current behavior, but squelch this message,\n"18565" run 'git config --global sendemail.confirm auto'.\n"18566"\n"18567msgstr ""1856818569#. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your18570#. translation. The program will only accept English input18571#. at this point.18572#: git-send-email.perl:141518573msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "18574msgstr ""1857518576#: git-send-email.perl:141818577msgid "Send this email reply required"18578msgstr ""1857918580#: git-send-email.perl:144618581msgid "The required SMTP server is not properly defined."18582msgstr ""1858318584#: git-send-email.perl:149318585#, perl-format18586msgid "Server does not support STARTTLS! %s"18587msgstr ""1858818589#: git-send-email.perl:1498 git-send-email.perl:150218590#, perl-format18591msgid "STARTTLS failed! %s"18592msgstr ""1859318594#: git-send-email.perl:151118595msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."18596msgstr ""1859718598#: git-send-email.perl:152918599#, perl-format18600msgid "Failed to send %s\n"18601msgstr ""1860218603#: git-send-email.perl:153218604#, perl-format18605msgid "Dry-Sent %s\n"18606msgstr ""1860718608#: git-send-email.perl:153218609#, perl-format18610msgid "Sent %s\n"18611msgstr ""1861218613#: git-send-email.perl:153418614msgid "Dry-OK. Log says:\n"18615msgstr ""1861618617#: git-send-email.perl:153418618msgid "OK. Log says:\n"18619msgstr ""1862018621#: git-send-email.perl:154618622msgid "Result: "18623msgstr ""1862418625#: git-send-email.perl:154918626msgid "Result: OK\n"18627msgstr ""1862818629#: git-send-email.perl:156718630#, perl-format18631msgid "can't open file %s"18632msgstr ""1863318634#: git-send-email.perl:1614 git-send-email.perl:163418635#, perl-format18636msgid "(mbox) Adding cc: %s from line '%s'\n"18637msgstr ""1863818639#: git-send-email.perl:162018640#, perl-format18641msgid "(mbox) Adding to: %s from line '%s'\n"18642msgstr ""1864318644#: git-send-email.perl:167318645#, perl-format18646msgid "(non-mbox) Adding cc: %s from line '%s'\n"18647msgstr ""1864818649#: git-send-email.perl:169818650#, perl-format18651msgid "(body) Adding cc: %s from line '%s'\n"18652msgstr ""1865318654#: git-send-email.perl:180918655#, perl-format18656msgid "(%s) Could not execute '%s'"18657msgstr ""1865818659#: git-send-email.perl:181618660#, perl-format18661msgid "(%s) Adding %s: %s from: '%s'\n"18662msgstr ""1866318664#: git-send-email.perl:182018665#, perl-format18666msgid "(%s) failed to close pipe to '%s'"18667msgstr ""1866818669#: git-send-email.perl:185018670msgid "cannot send message as 7bit"18671msgstr ""1867218673#: git-send-email.perl:185818674msgid "invalid transfer encoding"18675msgstr ""1867618677#: git-send-email.perl:1899 git-send-email.perl:1951 git-send-email.perl:196118678#, perl-format18679msgid "unable to open %s: %s\n"18680msgstr ""1868118682#: git-send-email.perl:190218683#, perl-format18684msgid "%s: patch contains a line longer than 998 characters"18685msgstr ""1868618687#: git-send-email.perl:191918688#, perl-format18689msgid "Skipping %s with backup suffix '%s'.\n"18690msgstr ""1869118692#. TRANSLATORS: please keep "[y|N]" as is.18693#: git-send-email.perl:192318694#, perl-format18695msgid "Do you really want to send %s? [y|N]: "18696msgstr ""