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-12-02 10:55+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:99 22#, c-format 23msgid "%shint: %.*s%s\n" 24msgstr "" 25 26#: advice.c:152 27msgid "Cherry-picking is not possible because you have unmerged files." 28msgstr "" 29 30#: advice.c:154 31msgid "Committing is not possible because you have unmerged files." 32msgstr "" 33 34#: advice.c:156 35msgid "Merging is not possible because you have unmerged files." 36msgstr "" 37 38#: advice.c:158 39msgid "Pulling is not possible because you have unmerged files." 40msgstr "" 41 42#: advice.c:160 43msgid "Reverting is not possible because you have unmerged files." 44msgstr "" 45 46#: advice.c:162 47#, c-format 48msgid "It is not possible to %s because you have unmerged files." 49msgstr "" 50 51#: advice.c:170 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:178 58msgid "Exiting because of an unresolved conflict." 59msgstr "" 60 61#: advice.c:183 builtin/merge.c:1289 62msgid "You have not concluded your merge (MERGE_HEAD exists)." 63msgstr "" 64 65#: advice.c:185 66msgid "Please, commit your changes before merging." 67msgstr "" 68 69#: advice.c:186 70msgid "Exiting because of unfinished merge." 71msgstr "" 72 73#: advice.c:192 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:1307 160#, c-format 161msgid "inconsistent header lines %d and %d" 162msgstr "" 163 164#: apply.c:1479 165#, c-format 166msgid "recount: unexpected line: %.*s" 167msgstr "" 168 169#: apply.c:1548 170#, c-format 171msgid "patch fragment without header at line %d: %.*s" 172msgstr "" 173 174#: apply.c:1568 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:1581 186#, c-format 187msgid "git diff header lacks filename information (line %d)" 188msgstr "" 189 190#: apply.c:1769 191msgid "new file depends on old contents" 192msgstr "" 193 194#: apply.c:1771 195msgid "deleted file still has contents" 196msgstr "" 197 198#: apply.c:1805 199#, c-format 200msgid "corrupt patch at line %d" 201msgstr "" 202 203#: apply.c:1842 204#, c-format 205msgid "new file %s depends on old contents" 206msgstr "" 207 208#: apply.c:1844 209#, c-format 210msgid "deleted file %s still has contents" 211msgstr "" 212 213#: apply.c:1847 214#, c-format 215msgid "** warning: file %s becomes empty but is not deleted" 216msgstr "" 217 218#: apply.c:1994 219#, c-format 220msgid "corrupt binary patch at line %d: %.*s" 221msgstr "" 222 223#: apply.c:2031 224#, c-format 225msgid "unrecognized binary patch at line %d" 226msgstr "" 227 228#: apply.c:2193 229#, c-format 230msgid "patch with only garbage at line %d" 231msgstr "" 232 233#: apply.c:2279 234#, c-format 235msgid "unable to read symlink %s" 236msgstr "" 237 238#: apply.c:2283 239#, c-format 240msgid "unable to open or read %s" 241msgstr "" 242 243#: apply.c:2942 244#, c-format 245msgid "invalid start of line: '%c'" 246msgstr "" 247 248#: apply.c:3063 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:3075 256#, c-format 257msgid "Context reduced to (%ld/%ld) to apply fragment at %d" 258msgstr "" 259 260#: apply.c:3081 261#, c-format 262msgid "" 263"while searching for:\n" 264"%.*s" 265msgstr "" 266 267#: apply.c:3103 268#, c-format 269msgid "missing binary patch data for '%s'" 270msgstr "" 271 272#: apply.c:3111 273#, c-format 274msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'" 275msgstr "" 276 277#: apply.c:3158 278#, c-format 279msgid "cannot apply binary patch to '%s' without full index line" 280msgstr "" 281 282#: apply.c:3168 283#, c-format 284msgid "" 285"the patch applies to '%s' (%s), which does not match the current contents." 286msgstr "" 287 288#: apply.c:3176 289#, c-format 290msgid "the patch applies to an empty '%s' but it is not empty" 291msgstr "" 292 293#: apply.c:3194 294#, c-format 295msgid "the necessary postimage %s for '%s' cannot be read" 296msgstr "" 297 298#: apply.c:3207 299#, c-format 300msgid "binary patch does not apply to '%s'" 301msgstr "" 302 303#: apply.c:3213 304#, c-format 305msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)" 306msgstr "" 307 308#: apply.c:3234 309#, c-format 310msgid "patch failed: %s:%ld" 311msgstr "" 312 313#: apply.c:3356 314#, c-format 315msgid "cannot checkout %s" 316msgstr "" 317 318#: apply.c:3408 apply.c:3419 apply.c:3465 midx.c:58 setup.c:278 319#, c-format 320msgid "failed to read %s" 321msgstr "" 322 323#: apply.c:3416 324#, c-format 325msgid "reading from '%s' beyond a symbolic link" 326msgstr "" 327 328#: apply.c:3445 apply.c:3688 329#, c-format 330msgid "path %s has been renamed/deleted" 331msgstr "" 332 333#: apply.c:3531 apply.c:3703 334#, c-format 335msgid "%s: does not exist in index" 336msgstr "" 337 338#: apply.c:3540 apply.c:3711 339#, c-format 340msgid "%s: does not match index" 341msgstr "" 342 343#: apply.c:3575 344msgid "repository lacks the necessary blob to fall back on 3-way merge." 345msgstr "" 346 347#: apply.c:3578 348#, c-format 349msgid "Falling back to three-way merge...\n" 350msgstr "" 351 352#: apply.c:3594 apply.c:3598 353#, c-format 354msgid "cannot read the current contents of '%s'" 355msgstr "" 356 357#: apply.c:3610 358#, c-format 359msgid "Failed to fall back on three-way merge...\n" 360msgstr "" 361 362#: apply.c:3624 363#, c-format 364msgid "Applied patch to '%s' with conflicts.\n" 365msgstr "" 366 367#: apply.c:3629 368#, c-format 369msgid "Applied patch to '%s' cleanly.\n" 370msgstr "" 371 372#: apply.c:3655 373msgid "removal patch leaves file contents" 374msgstr "" 375 376#: apply.c:3728 377#, c-format 378msgid "%s: wrong type" 379msgstr "" 380 381#: apply.c:3730 382#, c-format 383msgid "%s has type %o, expected %o" 384msgstr "" 385 386#: apply.c:3881 apply.c:3883 387#, c-format 388msgid "invalid path '%s'" 389msgstr "" 390 391#: apply.c:3939 392#, c-format 393msgid "%s: already exists in index" 394msgstr "" 395 396#: apply.c:3942 397#, c-format 398msgid "%s: already exists in working directory" 399msgstr "" 400 401#: apply.c:3962 402#, c-format 403msgid "new mode (%o) of %s does not match old mode (%o)" 404msgstr "" 405 406#: apply.c:3967 407#, c-format 408msgid "new mode (%o) of %s does not match old mode (%o) of %s" 409msgstr "" 410 411#: apply.c:3987 412#, c-format 413msgid "affected file '%s' is beyond a symbolic link" 414msgstr "" 415 416#: apply.c:3991 417#, c-format 418msgid "%s: patch does not apply" 419msgstr "" 420 421#: apply.c:4006 422#, c-format 423msgid "Checking patch %s..." 424msgstr "" 425 426#: apply.c:4098 427#, c-format 428msgid "sha1 information is lacking or useless for submodule %s" 429msgstr "" 430 431#: apply.c:4105 432#, c-format 433msgid "mode change for %s, which is not in current HEAD" 434msgstr "" 435 436#: apply.c:4108 437#, c-format 438msgid "sha1 information is lacking or useless (%s)." 439msgstr "" 440 441#: apply.c:4113 builtin/checkout.c:244 builtin/reset.c:142 442#, c-format 443msgid "make_cache_entry failed for path '%s'" 444msgstr "" 445 446#: apply.c:4117 447#, c-format 448msgid "could not add %s to temporary index" 449msgstr "" 450 451#: apply.c:4127 452#, c-format 453msgid "could not write temporary index to %s" 454msgstr "" 455 456#: apply.c:4265 457#, c-format 458msgid "unable to remove %s from index" 459msgstr "" 460 461#: apply.c:4299 462#, c-format 463msgid "corrupt patch for submodule %s" 464msgstr "" 465 466#: apply.c:4305 467#, c-format 468msgid "unable to stat newly created file '%s'" 469msgstr "" 470 471#: apply.c:4313 472#, c-format 473msgid "unable to create backing store for newly created file %s" 474msgstr "" 475 476#: apply.c:4319 apply.c:4464 477#, c-format 478msgid "unable to add cache entry for %s" 479msgstr "" 480 481#: apply.c:4362 482#, c-format 483msgid "failed to write to '%s'" 484msgstr "" 485 486#: apply.c:4366 487#, c-format 488msgid "closing file '%s'" 489msgstr "" 490 491#: apply.c:4436 492#, c-format 493msgid "unable to write file '%s' mode %o" 494msgstr "" 495 496#: apply.c:4534 497#, c-format 498msgid "Applied patch %s cleanly." 499msgstr "" 500 501#: apply.c:4542 502msgid "internal error" 503msgstr "" 504 505#: apply.c:4545 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:4556 513#, c-format 514msgid "truncating .rej filename to %.*s.rej" 515msgstr "" 516 517#: apply.c:4564 builtin/fetch.c:843 builtin/fetch.c:1122 518#, c-format 519msgid "cannot open %s" 520msgstr "" 521 522#: apply.c:4578 523#, c-format 524msgid "Hunk #%d applied cleanly." 525msgstr "" 526 527#: apply.c:4582 528#, c-format 529msgid "Rejected hunk #%d." 530msgstr "" 531 532#: apply.c:4692 533#, c-format 534msgid "Skipped patch '%s'." 535msgstr "" 536 537#: apply.c:4700 538msgid "unrecognized input" 539msgstr "" 540 541#: apply.c:4719 542msgid "unable to read index file" 543msgstr "" 544 545#: apply.c:4874 546#, c-format 547msgid "can't open patch '%s': %s" 548msgstr "" 549 550#: apply.c:4901 551#, c-format 552msgid "squelched %d whitespace error" 553msgid_plural "squelched %d whitespace errors" 554msgstr[0] "" 555msgstr[1] "" 556 557#: apply.c:4907 apply.c:4922 558#, c-format 559msgid "%d line adds whitespace errors." 560msgid_plural "%d lines add whitespace errors." 561msgstr[0] "" 562msgstr[1] "" 563 564#: apply.c:4915 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:4931 builtin/add.c:538 builtin/mv.c:300 builtin/rm.c:389 572msgid "Unable to write new index file" 573msgstr "" 574 575#: apply.c:4958 apply.c:4961 builtin/am.c:2209 builtin/am.c:2212 576#: builtin/clone.c:121 builtin/fetch.c:118 builtin/merge.c:262 577#: builtin/pull.c:199 builtin/submodule--helper.c:406 578#: builtin/submodule--helper.c:1362 builtin/submodule--helper.c:1365 579#: builtin/submodule--helper.c:1846 builtin/submodule--helper.c:1849 580#: builtin/submodule--helper.c:2088 git-add--interactive.perl:197 581msgid "path" 582msgstr "" 583 584#: apply.c:4959 585msgid "don't apply changes matching the given path" 586msgstr "" 587 588#: apply.c:4962 589msgid "apply changes matching the given path" 590msgstr "" 591 592#: apply.c:4964 builtin/am.c:2218 593msgid "num" 594msgstr "" 595 596#: apply.c:4965 597msgid "remove <num> leading slashes from traditional diff paths" 598msgstr "" 599 600#: apply.c:4968 601msgid "ignore additions made by the patch" 602msgstr "" 603 604#: apply.c:4970 605msgid "instead of applying the patch, output diffstat for the input" 606msgstr "" 607 608#: apply.c:4974 609msgid "show number of added and deleted lines in decimal notation" 610msgstr "" 611 612#: apply.c:4976 613msgid "instead of applying the patch, output a summary for the input" 614msgstr "" 615 616#: apply.c:4978 617msgid "instead of applying the patch, see if the patch is applicable" 618msgstr "" 619 620#: apply.c:4980 621msgid "make sure the patch is applicable to the current index" 622msgstr "" 623 624#: apply.c:4982 625msgid "mark new files with `git add --intent-to-add`" 626msgstr "" 627 628#: apply.c:4984 629msgid "apply a patch without touching the working tree" 630msgstr "" 631 632#: apply.c:4986 633msgid "accept a patch that touches outside the working area" 634msgstr "" 635 636#: apply.c:4989 637msgid "also apply the patch (use with --stat/--summary/--check)" 638msgstr "" 639 640#: apply.c:4991 641msgid "attempt three-way merge if a patch does not apply" 642msgstr "" 643 644#: apply.c:4993 645msgid "build a temporary index based on embedded index information" 646msgstr "" 647 648#: apply.c:4996 builtin/checkout-index.c:170 builtin/ls-files.c:523 649msgid "paths are separated with NUL character" 650msgstr "" 651 652#: apply.c:4998 653msgid "ensure at least <n> lines of context match" 654msgstr "" 655 656#: apply.c:4999 builtin/am.c:2197 builtin/interpret-trailers.c:97 657#: builtin/interpret-trailers.c:99 builtin/interpret-trailers.c:101 658#: builtin/pack-objects.c:3312 builtin/rebase.c:857 659msgid "action" 660msgstr "" 661 662#: apply.c:5000 663msgid "detect new or modified lines that have whitespace errors" 664msgstr "" 665 666#: apply.c:5003 apply.c:5006 667msgid "ignore changes in whitespace when finding context" 668msgstr "" 669 670#: apply.c:5009 671msgid "apply the patch in reverse" 672msgstr "" 673 674#: apply.c:5011 675msgid "don't expect at least one line of context" 676msgstr "" 677 678#: apply.c:5013 679msgid "leave the rejected hunks in corresponding *.rej files" 680msgstr "" 681 682#: apply.c:5015 683msgid "allow overlapping hunks" 684msgstr "" 685 686#: apply.c:5016 builtin/add.c:290 builtin/check-ignore.c:21 687#: builtin/commit.c:1309 builtin/count-objects.c:98 builtin/fsck.c:698 688#: builtin/log.c:2023 builtin/mv.c:122 builtin/read-tree.c:127 689#: builtin/rebase--interactive.c:157 690msgid "be verbose" 691msgstr "" 692 693#: apply.c:5018 694msgid "tolerate incorrectly detected missing new-line at the end of file" 695msgstr "" 696 697#: apply.c:5021 698msgid "do not trust the line counts in the hunk headers" 699msgstr "" 700 701#: apply.c:5023 builtin/am.c:2206 702msgid "root" 703msgstr "" 704 705#: apply.c:5024 706msgid "prepend <root> to all filenames" 707msgstr "" 708 709#: archive.c:14 710msgid "git archive [<options>] <tree-ish> [<path>...]" 711msgstr "" 712 713#: archive.c:15 714msgid "git archive --list" 715msgstr "" 716 717#: archive.c:16 718msgid "" 719"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]" 720msgstr "" 721 722#: archive.c:17 723msgid "git archive --remote <repo> [--exec <cmd>] --list" 724msgstr "" 725 726#: archive.c:370 builtin/add.c:176 builtin/add.c:514 builtin/rm.c:298 727#, c-format 728msgid "pathspec '%s' did not match any files" 729msgstr "" 730 731#: archive.c:453 732msgid "fmt" 733msgstr "" 734 735#: archive.c:453 736msgid "archive format" 737msgstr "" 738 739#: archive.c:454 builtin/log.c:1536 740msgid "prefix" 741msgstr "" 742 743#: archive.c:455 744msgid "prepend prefix to each pathname in the archive" 745msgstr "" 746 747#: archive.c:456 builtin/blame.c:820 builtin/blame.c:821 builtin/config.c:129 748#: builtin/fast-export.c:1013 builtin/fast-export.c:1015 builtin/grep.c:884 749#: builtin/hash-object.c:104 builtin/ls-files.c:559 builtin/ls-files.c:562 750#: builtin/notes.c:412 builtin/notes.c:575 builtin/read-tree.c:122 751#: parse-options.h:162 752msgid "file" 753msgstr "" 754 755#: archive.c:457 builtin/archive.c:89 756msgid "write the archive to this file" 757msgstr "" 758 759#: archive.c:459 760msgid "read .gitattributes in working directory" 761msgstr "" 762 763#: archive.c:460 764msgid "report archived files on stderr" 765msgstr "" 766 767#: archive.c:461 768msgid "store only" 769msgstr "" 770 771#: archive.c:462 772msgid "compress faster" 773msgstr "" 774 775#: archive.c:470 776msgid "compress better" 777msgstr "" 778 779#: archive.c:473 780msgid "list supported archive formats" 781msgstr "" 782 783#: archive.c:475 builtin/archive.c:90 builtin/clone.c:111 builtin/clone.c:114 784#: builtin/submodule--helper.c:1374 builtin/submodule--helper.c:1855 785msgid "repo" 786msgstr "" 787 788#: archive.c:476 builtin/archive.c:91 789msgid "retrieve the archive from remote repository <repo>" 790msgstr "" 791 792#: archive.c:477 builtin/archive.c:92 builtin/difftool.c:714 793#: builtin/notes.c:496 794msgid "command" 795msgstr "" 796 797#: archive.c:478 builtin/archive.c:93 798msgid "path to the remote git-upload-archive command" 799msgstr "" 800 801#: archive.c:485 802msgid "Unexpected option --remote" 803msgstr "" 804 805#: archive.c:487 806msgid "Option --exec can only be used together with --remote" 807msgstr "" 808 809#: archive.c:489 810msgid "Unexpected option --output" 811msgstr "" 812 813#: archive.c:511 814#, c-format 815msgid "Unknown archive format '%s'" 816msgstr "" 817 818#: archive.c:518 819#, c-format 820msgid "Argument not supported for format '%s': -%d" 821msgstr "" 822 823#: archive-tar.c:125 archive-zip.c:345 824#, c-format 825msgid "cannot stream blob %s" 826msgstr "" 827 828#: archive-tar.c:260 archive-zip.c:363 829#, c-format 830msgid "unsupported file mode: 0%o (SHA1: %s)" 831msgstr "" 832 833#: archive-tar.c:287 archive-zip.c:353 834#, c-format 835msgid "cannot read %s" 836msgstr "" 837 838#: archive-tar.c:458 839#, c-format 840msgid "unable to start '%s' filter" 841msgstr "" 842 843#: archive-tar.c:461 844msgid "unable to redirect descriptor" 845msgstr "" 846 847#: archive-tar.c:468 848#, c-format 849msgid "'%s' filter reported error" 850msgstr "" 851 852#: archive-zip.c:314 853#, c-format 854msgid "path is not valid UTF-8: %s" 855msgstr "" 856 857#: archive-zip.c:318 858#, c-format 859msgid "path too long (%d chars, SHA1: %s): %s" 860msgstr "" 861 862#: archive-zip.c:474 builtin/pack-objects.c:224 builtin/pack-objects.c:227 863#, c-format 864msgid "deflate error (%d)" 865msgstr "" 866 867#: archive-zip.c:609 868#, c-format 869msgid "timestamp too large for this system: %<PRIuMAX>" 870msgstr "" 871 872#: attr.c:212 873#, c-format 874msgid "%.*s is not a valid attribute name" 875msgstr "" 876 877#: attr.c:409 878msgid "" 879"Negative patterns are ignored in git attributes\n" 880"Use '\\!' for literal leading exclamation." 881msgstr "" 882 883#: bisect.c:468 884#, c-format 885msgid "Badly quoted content in file '%s': %s" 886msgstr "" 887 888#: bisect.c:676 889#, c-format 890msgid "We cannot bisect more!\n" 891msgstr "" 892 893#: bisect.c:730 894#, c-format 895msgid "Not a valid commit name %s" 896msgstr "" 897 898#: bisect.c:754 899#, c-format 900msgid "" 901"The merge base %s is bad.\n" 902"This means the bug has been fixed between %s and [%s].\n" 903msgstr "" 904 905#: bisect.c:759 906#, c-format 907msgid "" 908"The merge base %s is new.\n" 909"The property has changed between %s and [%s].\n" 910msgstr "" 911 912#: bisect.c:764 913#, c-format 914msgid "" 915"The merge base %s is %s.\n" 916"This means the first '%s' commit is between %s and [%s].\n" 917msgstr "" 918 919#: bisect.c:772 920#, c-format 921msgid "" 922"Some %s revs are not ancestors of the %s rev.\n" 923"git bisect cannot work properly in this case.\n" 924"Maybe you mistook %s and %s revs?\n" 925msgstr "" 926 927#: bisect.c:785 928#, c-format 929msgid "" 930"the merge base between %s and [%s] must be skipped.\n" 931"So we cannot be sure the first %s commit is between %s and %s.\n" 932"We continue anyway." 933msgstr "" 934 935#: bisect.c:818 936#, c-format 937msgid "Bisecting: a merge base must be tested\n" 938msgstr "" 939 940#: bisect.c:858 941#, c-format 942msgid "a %s revision is needed" 943msgstr "" 944 945#: bisect.c:877 builtin/notes.c:177 builtin/tag.c:237 946#, c-format 947msgid "could not create file '%s'" 948msgstr "" 949 950#: bisect.c:928 builtin/merge.c:138 951#, c-format 952msgid "could not read file '%s'" 953msgstr "" 954 955#: bisect.c:958 956msgid "reading bisect refs failed" 957msgstr "" 958 959#: bisect.c:977 960#, c-format 961msgid "%s was both %s and %s\n" 962msgstr "" 963 964#: bisect.c:985 965#, c-format 966msgid "" 967"No testable commit found.\n" 968"Maybe you started with bad path parameters?\n" 969msgstr "" 970 971#: bisect.c:1004 972#, c-format 973msgid "(roughly %d step)" 974msgid_plural "(roughly %d steps)" 975msgstr[0] "" 976msgstr[1] "" 977 978#. TRANSLATORS: the last %s will be replaced with "(roughly %d 979#. steps)" translation. 980#. 981#: bisect.c:1010 982#, c-format 983msgid "Bisecting: %d revision left to test after this %s\n" 984msgid_plural "Bisecting: %d revisions left to test after this %s\n" 985msgstr[0] "" 986msgstr[1] "" 987 988#: blame.c:1787 989msgid "--contents and --reverse do not blend well." 990msgstr "" 991 992#: blame.c:1801 993msgid "cannot use --contents with final commit object name" 994msgstr "" 995 996#: blame.c:1822 997msgid "--reverse and --first-parent together require specified latest commit" 998msgstr "" 9991000#: blame.c:1831 bundle.c:162 ref-filter.c:2046 sequencer.c:19631001#: sequencer.c:4002 builtin/commit.c:1001 builtin/log.c:377 builtin/log.c:9321002#: builtin/log.c:1407 builtin/log.c:1783 builtin/log.c:2072 builtin/merge.c:4061003#: builtin/pack-objects.c:3137 builtin/pack-objects.c:31521004#: builtin/shortlog.c:1921005msgid "revision walk setup failed"1006msgstr ""10071008#: blame.c:18491009msgid ""1010"--reverse --first-parent together require range along first-parent chain"1011msgstr ""10121013#: blame.c:18601014#, c-format1015msgid "no such path %s in %s"1016msgstr ""10171018#: blame.c:18711019#, c-format1020msgid "cannot read blob %s for path %s"1021msgstr ""10221023#: branch.c:521024#, c-format1025msgid ""1026"\n"1027"After fixing the error cause you may try to fix up\n"1028"the remote tracking information by invoking\n"1029"\"git branch --set-upstream-to=%s%s%s\"."1030msgstr ""10311032#: branch.c:661033#, c-format1034msgid "Not setting branch %s as its own upstream."1035msgstr ""10361037#: branch.c:921038#, c-format1039msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."1040msgstr ""10411042#: branch.c:931043#, c-format1044msgid "Branch '%s' set up to track remote branch '%s' from '%s'."1045msgstr ""10461047#: branch.c:971048#, c-format1049msgid "Branch '%s' set up to track local branch '%s' by rebasing."1050msgstr ""10511052#: branch.c:981053#, c-format1054msgid "Branch '%s' set up to track local branch '%s'."1055msgstr ""10561057#: branch.c:1031058#, c-format1059msgid "Branch '%s' set up to track remote ref '%s' by rebasing."1060msgstr ""10611062#: branch.c:1041063#, c-format1064msgid "Branch '%s' set up to track remote ref '%s'."1065msgstr ""10661067#: branch.c:1081068#, c-format1069msgid "Branch '%s' set up to track local ref '%s' by rebasing."1070msgstr ""10711072#: branch.c:1091073#, c-format1074msgid "Branch '%s' set up to track local ref '%s'."1075msgstr ""10761077#: branch.c:1181078msgid "Unable to write upstream branch configuration"1079msgstr ""10801081#: branch.c:1551082#, c-format1083msgid "Not tracking: ambiguous information for ref %s"1084msgstr ""10851086#: branch.c:1881087#, c-format1088msgid "'%s' is not a valid branch name."1089msgstr ""10901091#: branch.c:2071092#, c-format1093msgid "A branch named '%s' already exists."1094msgstr ""10951096#: branch.c:2121097msgid "Cannot force update the current branch."1098msgstr ""10991100#: branch.c:2321101#, c-format1102msgid "Cannot setup tracking information; starting point '%s' is not a branch."1103msgstr ""11041105#: branch.c:2341106#, c-format1107msgid "the requested upstream branch '%s' does not exist"1108msgstr ""11091110#: branch.c:2361111msgid ""1112"\n"1113"If you are planning on basing your work on an upstream\n"1114"branch that already exists at the remote, you may need to\n"1115"run \"git fetch\" to retrieve it.\n"1116"\n"1117"If you are planning to push out a new local branch that\n"1118"will track its remote counterpart, you may want to use\n"1119"\"git push -u\" to set the upstream config as you push."1120msgstr ""11211122#: branch.c:2791123#, c-format1124msgid "Not a valid object name: '%s'."1125msgstr ""11261127#: branch.c:2991128#, c-format1129msgid "Ambiguous object name: '%s'."1130msgstr ""11311132#: branch.c:3041133#, c-format1134msgid "Not a valid branch point: '%s'."1135msgstr ""11361137#: branch.c:3581138#, c-format1139msgid "'%s' is already checked out at '%s'"1140msgstr ""11411142#: branch.c:3811143#, c-format1144msgid "HEAD of working tree %s is not updated"1145msgstr ""11461147#: bundle.c:361148#, c-format1149msgid "'%s' does not look like a v2 bundle file"1150msgstr ""11511152#: bundle.c:641153#, c-format1154msgid "unrecognized header: %s%s (%d)"1155msgstr ""11561157#: bundle.c:90 rerere.c:480 rerere.c:690 sequencer.c:2182 sequencer.c:27221158#: builtin/commit.c:7741159#, c-format1160msgid "could not open '%s'"1161msgstr ""11621163#: bundle.c:1411164msgid "Repository lacks these prerequisite commits:"1165msgstr ""11661167#: bundle.c:1921168#, c-format1169msgid "The bundle contains this ref:"1170msgid_plural "The bundle contains these %d refs:"1171msgstr[0] ""1172msgstr[1] ""11731174#: bundle.c:1991175msgid "The bundle records a complete history."1176msgstr ""11771178#: bundle.c:2011179#, c-format1180msgid "The bundle requires this ref:"1181msgid_plural "The bundle requires these %d refs:"1182msgstr[0] ""1183msgstr[1] ""11841185#: bundle.c:2671186msgid "unable to dup bundle descriptor"1187msgstr ""11881189#: bundle.c:2741190msgid "Could not spawn pack-objects"1191msgstr ""11921193#: bundle.c:2851194msgid "pack-objects died"1195msgstr ""11961197#: bundle.c:3271198msgid "rev-list died"1199msgstr ""12001201#: bundle.c:3761202#, c-format1203msgid "ref '%s' is excluded by the rev-list options"1204msgstr ""12051206#: bundle.c:456 builtin/log.c:192 builtin/log.c:1688 builtin/shortlog.c:3041207#, c-format1208msgid "unrecognized argument: %s"1209msgstr ""12101211#: bundle.c:4641212msgid "Refusing to create empty bundle."1213msgstr ""12141215#: bundle.c:4741216#, c-format1217msgid "cannot create '%s'"1218msgstr ""12191220#: bundle.c:4981221msgid "index-pack died"1222msgstr ""12231224#: color.c:2961225#, c-format1226msgid "invalid color value: %.*s"1227msgstr ""12281229#: commit.c:50 sequencer.c:2528 builtin/am.c:370 builtin/am.c:4141230#: builtin/am.c:1390 builtin/am.c:2025 builtin/replace.c:3761231#: builtin/replace.c:4481232#, c-format1233msgid "could not parse %s"1234msgstr ""12351236#: commit.c:521237#, c-format1238msgid "%s %s is not a commit!"1239msgstr ""12401241#: commit.c:1931242msgid ""1243"Support for <GIT_DIR>/info/grafts is deprecated\n"1244"and will be removed in a future Git version.\n"1245"\n"1246"Please use \"git replace --convert-graft-file\"\n"1247"to convert the grafts into replace refs.\n"1248"\n"1249"Turn this message off by running\n"1250"\"git config advice.graftFileDeprecated false\""1251msgstr ""12521253#: commit.c:11151254#, c-format1255msgid "Commit %s has an untrusted GPG signature, allegedly by %s."1256msgstr ""12571258#: commit.c:11181259#, c-format1260msgid "Commit %s has a bad GPG signature allegedly by %s."1261msgstr ""12621263#: commit.c:11211264#, c-format1265msgid "Commit %s does not have a GPG signature."1266msgstr ""12671268#: commit.c:11241269#, c-format1270msgid "Commit %s has a good GPG signature by %s\n"1271msgstr ""12721273#: commit.c:13781274msgid ""1275"Warning: commit message did not conform to UTF-8.\n"1276"You may want to amend it after fixing the message, or set the config\n"1277"variable i18n.commitencoding to the encoding your project uses.\n"1278msgstr ""12791280#: commit-graph.c:1081281#, c-format1282msgid "graph file %s is too small"1283msgstr ""12841285#: commit-graph.c:1151286#, c-format1287msgid "graph signature %X does not match signature %X"1288msgstr ""12891290#: commit-graph.c:1221291#, c-format1292msgid "graph version %X does not match version %X"1293msgstr ""12941295#: commit-graph.c:1291296#, c-format1297msgid "hash version %X does not match version %X"1298msgstr ""12991300#: commit-graph.c:1531301#, c-format1302msgid "improper chunk offset %08x%08x"1303msgstr ""13041305#: commit-graph.c:1891306#, c-format1307msgid "chunk id %08x appears multiple times"1308msgstr ""13091310#: commit-graph.c:3081311#, c-format1312msgid "could not find commit %s"1313msgstr ""13141315#: commit-graph.c:617 builtin/pack-objects.c:26521316#, c-format1317msgid "unable to get type of object %s"1318msgstr ""13191320#: commit-graph.c:6511321msgid "Annotating commits in commit graph"1322msgstr ""13231324#: commit-graph.c:6911325msgid "Computing commit graph generation numbers"1326msgstr ""13271328#: commit-graph.c:803 commit-graph.c:826 commit-graph.c:8521329msgid "Finding commits for commit graph"1330msgstr ""13311332#: commit-graph.c:8121333#, c-format1334msgid "error adding pack %s"1335msgstr ""13361337#: commit-graph.c:8141338#, c-format1339msgid "error opening index for %s"1340msgstr ""13411342#: commit-graph.c:8681343#, c-format1344msgid "the commit graph format cannot write %d commits"1345msgstr ""13461347#: commit-graph.c:8951348msgid "too many commits to write graph"1349msgstr ""13501351#: commit-graph.c:902 midx.c:7691352#, c-format1353msgid "unable to create leading directories of %s"1354msgstr ""13551356#: commit-graph.c:10021357msgid "the commit-graph file has incorrect checksum and is likely corrupt"1358msgstr ""13591360#: commit-graph.c:10461361msgid "Verifying commits in commit graph"1362msgstr ""13631364#: compat/obstack.c:405 compat/obstack.c:4071365msgid "memory exhausted"1366msgstr ""13671368#: config.c:1231369#, c-format1370msgid ""1371"exceeded maximum include depth (%d) while including\n"1372"\t%s\n"1373"from\n"1374"\t%s\n"1375"This might be due to circular includes."1376msgstr ""13771378#: config.c:1391379#, c-format1380msgid "could not expand include path '%s'"1381msgstr ""13821383#: config.c:1501384msgid "relative config includes must come from files"1385msgstr ""13861387#: config.c:1901388msgid "relative config include conditionals must come from files"1389msgstr ""13901391#: config.c:3481392#, c-format1393msgid "key does not contain a section: %s"1394msgstr ""13951396#: config.c:3541397#, c-format1398msgid "key does not contain variable name: %s"1399msgstr ""14001401#: config.c:378 sequencer.c:22961402#, c-format1403msgid "invalid key: %s"1404msgstr ""14051406#: config.c:3841407#, c-format1408msgid "invalid key (newline): %s"1409msgstr ""14101411#: config.c:420 config.c:4321412#, c-format1413msgid "bogus config parameter: %s"1414msgstr ""14151416#: config.c:4671417#, c-format1418msgid "bogus format in %s"1419msgstr ""14201421#: config.c:7931422#, c-format1423msgid "bad config line %d in blob %s"1424msgstr ""14251426#: config.c:7971427#, c-format1428msgid "bad config line %d in file %s"1429msgstr ""14301431#: config.c:8011432#, c-format1433msgid "bad config line %d in standard input"1434msgstr ""14351436#: config.c:8051437#, c-format1438msgid "bad config line %d in submodule-blob %s"1439msgstr ""14401441#: config.c:8091442#, c-format1443msgid "bad config line %d in command line %s"1444msgstr ""14451446#: config.c:8131447#, c-format1448msgid "bad config line %d in %s"1449msgstr ""14501451#: config.c:9521452msgid "out of range"1453msgstr ""14541455#: config.c:9521456msgid "invalid unit"1457msgstr ""14581459#: config.c:9581460#, c-format1461msgid "bad numeric config value '%s' for '%s': %s"1462msgstr ""14631464#: config.c:9631465#, c-format1466msgid "bad numeric config value '%s' for '%s' in blob %s: %s"1467msgstr ""14681469#: config.c:9661470#, c-format1471msgid "bad numeric config value '%s' for '%s' in file %s: %s"1472msgstr ""14731474#: config.c:9691475#, c-format1476msgid "bad numeric config value '%s' for '%s' in standard input: %s"1477msgstr ""14781479#: config.c:9721480#, c-format1481msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"1482msgstr ""14831484#: config.c:9751485#, c-format1486msgid "bad numeric config value '%s' for '%s' in command line %s: %s"1487msgstr ""14881489#: config.c:9781490#, c-format1491msgid "bad numeric config value '%s' for '%s' in %s: %s"1492msgstr ""14931494#: config.c:10731495#, c-format1496msgid "failed to expand user dir in: '%s'"1497msgstr ""14981499#: config.c:10821500#, c-format1501msgid "'%s' for '%s' is not a valid timestamp"1502msgstr ""15031504#: config.c:11731505#, c-format1506msgid "abbrev length out of range: %d"1507msgstr ""15081509#: config.c:1187 config.c:11981510#, c-format1511msgid "bad zlib compression level %d"1512msgstr ""15131514#: config.c:12901515msgid "core.commentChar should only be one character"1516msgstr ""15171518#: config.c:13231519#, c-format1520msgid "invalid mode for object creation: %s"1521msgstr ""15221523#: config.c:13951524#, c-format1525msgid "malformed value for %s"1526msgstr ""15271528#: config.c:14211529#, c-format1530msgid "malformed value for %s: %s"1531msgstr ""15321533#: config.c:14221534msgid "must be one of nothing, matching, simple, upstream or current"1535msgstr ""15361537#: config.c:1481 builtin/pack-objects.c:33911538#, c-format1539msgid "bad pack compression level %d"1540msgstr ""15411542#: config.c:16021543#, c-format1544msgid "unable to load config blob object '%s'"1545msgstr ""15461547#: config.c:16051548#, c-format1549msgid "reference '%s' does not point to a blob"1550msgstr ""15511552#: config.c:16221553#, c-format1554msgid "unable to resolve config blob '%s'"1555msgstr ""15561557#: config.c:16521558#, c-format1559msgid "failed to parse %s"1560msgstr ""15611562#: config.c:17051563msgid "unable to parse command-line config"1564msgstr ""15651566#: config.c:20371567msgid "unknown error occurred while reading the configuration files"1568msgstr ""15691570#: config.c:22071571#, c-format1572msgid "Invalid %s: '%s'"1573msgstr ""15741575#: config.c:22501576#, c-format1577msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"1578msgstr ""15791580#: config.c:22761581#, c-format1582msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"1583msgstr ""15841585#: config.c:23221586#, c-format1587msgid "unable to parse '%s' from command-line config"1588msgstr ""15891590#: config.c:23241591#, c-format1592msgid "bad config variable '%s' in file '%s' at line %d"1593msgstr ""15941595#: config.c:24051596#, c-format1597msgid "invalid section name '%s'"1598msgstr ""15991600#: config.c:24371601#, c-format1602msgid "%s has multiple values"1603msgstr ""16041605#: config.c:24661606#, c-format1607msgid "failed to write new configuration file %s"1608msgstr ""16091610#: config.c:2717 config.c:30411611#, c-format1612msgid "could not lock config file %s"1613msgstr ""16141615#: config.c:27281616#, c-format1617msgid "opening %s"1618msgstr ""16191620#: config.c:2763 builtin/config.c:3271621#, c-format1622msgid "invalid pattern: %s"1623msgstr ""16241625#: config.c:27881626#, c-format1627msgid "invalid config file %s"1628msgstr ""16291630#: config.c:2801 config.c:30541631#, c-format1632msgid "fstat on %s failed"1633msgstr ""16341635#: config.c:28121636#, c-format1637msgid "unable to mmap '%s'"1638msgstr ""16391640#: config.c:2821 config.c:30591641#, c-format1642msgid "chmod on %s failed"1643msgstr ""16441645#: config.c:2906 config.c:31561646#, c-format1647msgid "could not write config file %s"1648msgstr ""16491650#: config.c:29401651#, c-format1652msgid "could not set '%s' to '%s'"1653msgstr ""16541655#: config.c:2942 builtin/remote.c:7821656#, c-format1657msgid "could not unset '%s'"1658msgstr ""16591660#: config.c:30321661#, c-format1662msgid "invalid section name: %s"1663msgstr ""16641665#: config.c:31991666#, c-format1667msgid "missing value for '%s'"1668msgstr ""16691670#: connect.c:611671msgid "the remote end hung up upon initial contact"1672msgstr ""16731674#: connect.c:631675msgid ""1676"Could not read from remote repository.\n"1677"\n"1678"Please make sure you have the correct access rights\n"1679"and the repository exists."1680msgstr ""16811682#: connect.c:811683#, c-format1684msgid "server doesn't support '%s'"1685msgstr ""16861687#: connect.c:1031688#, c-format1689msgid "server doesn't support feature '%s'"1690msgstr ""16911692#: connect.c:1141693msgid "expected flush after capabilities"1694msgstr ""16951696#: connect.c:2331697#, c-format1698msgid "ignoring capabilities after first line '%s'"1699msgstr ""17001701#: connect.c:2521702msgid "protocol error: unexpected capabilities^{}"1703msgstr ""17041705#: connect.c:2731706#, c-format1707msgid "protocol error: expected shallow sha-1, got '%s'"1708msgstr ""17091710#: connect.c:2751711msgid "repository on the other end cannot be shallow"1712msgstr ""17131714#: connect.c:310 fetch-pack.c:182 builtin/archive.c:631715#, c-format1716msgid "remote error: %s"1717msgstr ""17181719#: connect.c:3161720msgid "invalid packet"1721msgstr ""17221723#: connect.c:3361724#, c-format1725msgid "protocol error: unexpected '%s'"1726msgstr ""17271728#: connect.c:4441729#, c-format1730msgid "invalid ls-refs response: %s"1731msgstr ""17321733#: connect.c:4481734msgid "expected flush after ref listing"1735msgstr ""17361737#: connect.c:5471738#, c-format1739msgid "protocol '%s' is not supported"1740msgstr ""17411742#: connect.c:5981743msgid "unable to set SO_KEEPALIVE on socket"1744msgstr ""17451746#: connect.c:638 connect.c:7011747#, c-format1748msgid "Looking up %s ... "1749msgstr ""17501751#: connect.c:6421752#, c-format1753msgid "unable to look up %s (port %s) (%s)"1754msgstr ""17551756#. TRANSLATORS: this is the end of "Looking up %s ... "1757#: connect.c:646 connect.c:7171758#, c-format1759msgid ""1760"done.\n"1761"Connecting to %s (port %s) ... "1762msgstr ""17631764#: connect.c:668 connect.c:7451765#, c-format1766msgid ""1767"unable to connect to %s:\n"1768"%s"1769msgstr ""17701771#. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "1772#: connect.c:674 connect.c:7511773msgid "done."1774msgstr ""17751776#: connect.c:7051777#, c-format1778msgid "unable to look up %s (%s)"1779msgstr ""17801781#: connect.c:7111782#, c-format1783msgid "unknown port %s"1784msgstr ""17851786#: connect.c:848 connect.c:11741787#, c-format1788msgid "strange hostname '%s' blocked"1789msgstr ""17901791#: connect.c:8501792#, c-format1793msgid "strange port '%s' blocked"1794msgstr ""17951796#: connect.c:8601797#, c-format1798msgid "cannot start proxy %s"1799msgstr ""18001801#: connect.c:9271802msgid "no path specified; see 'git help pull' for valid url syntax"1803msgstr ""18041805#: connect.c:11221806msgid "ssh variant 'simple' does not support -4"1807msgstr ""18081809#: connect.c:11341810msgid "ssh variant 'simple' does not support -6"1811msgstr ""18121813#: connect.c:11511814msgid "ssh variant 'simple' does not support setting port"1815msgstr ""18161817#: connect.c:12621818#, c-format1819msgid "strange pathname '%s' blocked"1820msgstr ""18211822#: connect.c:13071823msgid "unable to fork"1824msgstr ""18251826#: connected.c:68 builtin/fsck.c:202 builtin/prune.c:1471827msgid "Checking connectivity"1828msgstr ""18291830#: connected.c:801831msgid "Could not run 'git rev-list'"1832msgstr ""18331834#: connected.c:1001835msgid "failed write to rev-list"1836msgstr ""18371838#: connected.c:1071839msgid "failed to close rev-list's stdin"1840msgstr ""18411842#: convert.c:1941843#, c-format1844msgid "illegal crlf_action %d"1845msgstr ""18461847#: convert.c:2071848#, c-format1849msgid "CRLF would be replaced by LF in %s"1850msgstr ""18511852#: convert.c:2091853#, c-format1854msgid ""1855"CRLF will be replaced by LF in %s.\n"1856"The file will have its original line endings in your working directory"1857msgstr ""18581859#: convert.c:2171860#, c-format1861msgid "LF would be replaced by CRLF in %s"1862msgstr ""18631864#: convert.c:2191865#, c-format1866msgid ""1867"LF will be replaced by CRLF in %s.\n"1868"The file will have its original line endings in your working directory"1869msgstr ""18701871#: convert.c:2801872#, c-format1873msgid "BOM is prohibited in '%s' if encoded as %s"1874msgstr ""18751876#: convert.c:2871877#, c-format1878msgid ""1879"The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"1880"tree-encoding."1881msgstr ""18821883#: convert.c:3051884#, c-format1885msgid "BOM is required in '%s' if encoded as %s"1886msgstr ""18871888#: convert.c:3071889#, c-format1890msgid ""1891"The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"1892"%sLE (depending on the byte order) as working-tree-encoding."1893msgstr ""18941895#: convert.c:425 convert.c:4961896#, c-format1897msgid "failed to encode '%s' from %s to %s"1898msgstr ""18991900#: convert.c:4681901#, c-format1902msgid "encoding '%s' from %s to %s and back is not the same"1903msgstr ""19041905#: convert.c:6741906#, c-format1907msgid "cannot fork to run external filter '%s'"1908msgstr ""19091910#: convert.c:6941911#, c-format1912msgid "cannot feed the input to external filter '%s'"1913msgstr ""19141915#: convert.c:7011916#, c-format1917msgid "external filter '%s' failed %d"1918msgstr ""19191920#: convert.c:736 convert.c:7391921#, c-format1922msgid "read from external filter '%s' failed"1923msgstr ""19241925#: convert.c:742 convert.c:7961926#, c-format1927msgid "external filter '%s' failed"1928msgstr ""19291930#: convert.c:8441931msgid "unexpected filter type"1932msgstr ""19331934#: convert.c:8551935msgid "path name too long for external filter"1936msgstr ""19371938#: convert.c:9291939#, c-format1940msgid ""1941"external filter '%s' is not available anymore although not all paths have "1942"been filtered"1943msgstr ""19441945#: convert.c:12281946msgid "true/false are no valid working-tree-encodings"1947msgstr ""19481949#: convert.c:1398 convert.c:14321950#, c-format1951msgid "%s: clean filter '%s' failed"1952msgstr ""19531954#: convert.c:14761955#, c-format1956msgid "%s: smudge filter %s failed"1957msgstr ""19581959#: date.c:1161960msgid "in the future"1961msgstr ""19621963#: date.c:1221964#, c-format1965msgid "%<PRIuMAX> second ago"1966msgid_plural "%<PRIuMAX> seconds ago"1967msgstr[0] ""1968msgstr[1] ""19691970#: date.c:1291971#, c-format1972msgid "%<PRIuMAX> minute ago"1973msgid_plural "%<PRIuMAX> minutes ago"1974msgstr[0] ""1975msgstr[1] ""19761977#: date.c:1361978#, c-format1979msgid "%<PRIuMAX> hour ago"1980msgid_plural "%<PRIuMAX> hours ago"1981msgstr[0] ""1982msgstr[1] ""19831984#: date.c:1431985#, c-format1986msgid "%<PRIuMAX> day ago"1987msgid_plural "%<PRIuMAX> days ago"1988msgstr[0] ""1989msgstr[1] ""19901991#: date.c:1491992#, c-format1993msgid "%<PRIuMAX> week ago"1994msgid_plural "%<PRIuMAX> weeks ago"1995msgstr[0] ""1996msgstr[1] ""19971998#: date.c:1561999#, c-format2000msgid "%<PRIuMAX> month ago"2001msgid_plural "%<PRIuMAX> months ago"2002msgstr[0] ""2003msgstr[1] ""20042005#: date.c:1672006#, c-format2007msgid "%<PRIuMAX> year"2008msgid_plural "%<PRIuMAX> years"2009msgstr[0] ""2010msgstr[1] ""20112012#. TRANSLATORS: "%s" is "<n> years"2013#: date.c:1702014#, c-format2015msgid "%s, %<PRIuMAX> month ago"2016msgid_plural "%s, %<PRIuMAX> months ago"2017msgstr[0] ""2018msgstr[1] ""20192020#: date.c:175 date.c:1802021#, c-format2022msgid "%<PRIuMAX> year ago"2023msgid_plural "%<PRIuMAX> years ago"2024msgstr[0] ""2025msgstr[1] ""20262027#: delta-islands.c:2682028msgid "Propagating island marks"2029msgstr ""20302031#: delta-islands.c:2862032#, c-format2033msgid "bad tree object %s"2034msgstr ""20352036#: delta-islands.c:3302037#, c-format2038msgid "failed to load island regex for '%s': %s"2039msgstr ""20402041#: delta-islands.c:3862042#, c-format2043msgid "island regex from config has too many capture groups (max=%d)"2044msgstr ""20452046#: delta-islands.c:4622047#, c-format2048msgid "Marked %d islands, done.\n"2049msgstr ""20502051#: diffcore-order.c:242052#, c-format2053msgid "failed to read orderfile '%s'"2054msgstr ""20552056#: diffcore-rename.c:5442057msgid "Performing inexact rename detection"2058msgstr ""20592060#: diff.c:1082061#, c-format2062msgid "option '%s' requires a value"2063msgstr ""20642065#: diff.c:1582066#, c-format2067msgid " Failed to parse dirstat cut-off percentage '%s'\n"2068msgstr ""20692070#: diff.c:1632071#, c-format2072msgid " Unknown dirstat parameter '%s'\n"2073msgstr ""20742075#: diff.c:2912076msgid ""2077"color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "2078"'dimmed-zebra', 'plain'"2079msgstr ""20802081#: diff.c:3162082#, c-format2083msgid "ignoring unknown color-moved-ws mode '%s'"2084msgstr ""20852086#: diff.c:3232087msgid ""2088"color-moved-ws: allow-indentation-change cannot be combined with other white "2089"space modes"2090msgstr ""20912092#: diff.c:3942093#, c-format2094msgid "Unknown value for 'diff.submodule' config variable: '%s'"2095msgstr ""20962097#: diff.c:4542098#, c-format2099msgid ""2100"Found errors in 'diff.dirstat' config variable:\n"2101"%s"2102msgstr ""21032104#: diff.c:41402105#, c-format2106msgid "external diff died, stopping at %s"2107msgstr ""21082109#: diff.c:44822110msgid "--name-only, --name-status, --check and -s are mutually exclusive"2111msgstr ""21122113#: diff.c:44852114msgid "-G, -S and --find-object are mutually exclusive"2115msgstr ""21162117#: diff.c:45632118msgid "--follow requires exactly one pathspec"2119msgstr ""21202121#: diff.c:47292122#, c-format2123msgid ""2124"Failed to parse --dirstat/-X option parameter:\n"2125"%s"2126msgstr ""21272128#: diff.c:47432129#, c-format2130msgid "Failed to parse --submodule option parameter: '%s'"2131msgstr ""21322133#: diff.c:58232134msgid "inexact rename detection was skipped due to too many files."2135msgstr ""21362137#: diff.c:58262138msgid "only found copies from modified paths due to too many files."2139msgstr ""21402141#: diff.c:58292142#, c-format2143msgid ""2144"you may want to set your %s variable to at least %d and retry the command."2145msgstr ""21462147#: dir.c:5762148#, c-format2149msgid "pathspec '%s' did not match any file(s) known to git"2150msgstr ""21512152#: dir.c:9652153#, c-format2154msgid "cannot use %s as an exclude file"2155msgstr ""21562157#: dir.c:18802158#, c-format2159msgid "could not open directory '%s'"2160msgstr ""21612162#: dir.c:21222163msgid "failed to get kernel name and information"2164msgstr ""21652166#: dir.c:22462167msgid "untracked cache is disabled on this system or location"2168msgstr ""21692170#: dir.c:30472171#, c-format2172msgid "index file corrupt in repo %s"2173msgstr ""21742175#: dir.c:3092 dir.c:30972176#, c-format2177msgid "could not create directories for %s"2178msgstr ""21792180#: dir.c:31262181#, c-format2182msgid "could not migrate git directory from '%s' to '%s'"2183msgstr ""21842185#: editor.c:732186#, c-format2187msgid "hint: Waiting for your editor to close the file...%c"2188msgstr ""21892190#: entry.c:1782191msgid "Filtering content"2192msgstr ""21932194#: entry.c:4652195#, c-format2196msgid "could not stat file '%s'"2197msgstr ""21982199#: environment.c:1502200#, c-format2201msgid "bad git namespace path \"%s\""2202msgstr ""22032204#: environment.c:3322205#, c-format2206msgid "could not set GIT_DIR to '%s'"2207msgstr ""22082209#: exec-cmd.c:3612210#, c-format2211msgid "too many args to run %s"2212msgstr ""22132214#: fetch-object.c:172215msgid "Remote with no URL"2216msgstr ""22172218#: fetch-pack.c:1512219msgid "git fetch-pack: expected shallow list"2220msgstr ""22212222#: fetch-pack.c:1632223msgid "git fetch-pack: expected ACK/NAK, got a flush packet"2224msgstr ""22252226#: fetch-pack.c:1832227#, c-format2228msgid "git fetch-pack: expected ACK/NAK, got '%s'"2229msgstr ""22302231#: fetch-pack.c:2532232msgid "--stateless-rpc requires multi_ack_detailed"2233msgstr ""22342235#: fetch-pack.c:347 fetch-pack.c:12772236#, c-format2237msgid "invalid shallow line: %s"2238msgstr ""22392240#: fetch-pack.c:353 fetch-pack.c:12832241#, c-format2242msgid "invalid unshallow line: %s"2243msgstr ""22442245#: fetch-pack.c:355 fetch-pack.c:12852246#, c-format2247msgid "object not found: %s"2248msgstr ""22492250#: fetch-pack.c:358 fetch-pack.c:12882251#, c-format2252msgid "error in object: %s"2253msgstr ""22542255#: fetch-pack.c:360 fetch-pack.c:12902256#, c-format2257msgid "no shallow found: %s"2258msgstr ""22592260#: fetch-pack.c:363 fetch-pack.c:12932261#, c-format2262msgid "expected shallow/unshallow, got %s"2263msgstr ""22642265#: fetch-pack.c:4042266#, c-format2267msgid "got %s %d %s"2268msgstr ""22692270#: fetch-pack.c:4212271#, c-format2272msgid "invalid commit %s"2273msgstr ""22742275#: fetch-pack.c:4522276msgid "giving up"2277msgstr ""22782279#: fetch-pack.c:464 progress.c:2292280msgid "done"2281msgstr ""22822283#: fetch-pack.c:4762284#, c-format2285msgid "got %s (%d) %s"2286msgstr ""22872288#: fetch-pack.c:5222289#, c-format2290msgid "Marking %s as complete"2291msgstr ""22922293#: fetch-pack.c:7642294#, c-format2295msgid "already have %s (%s)"2296msgstr ""22972298#: fetch-pack.c:8032299msgid "fetch-pack: unable to fork off sideband demultiplexer"2300msgstr ""23012302#: fetch-pack.c:8112303msgid "protocol error: bad pack header"2304msgstr ""23052306#: fetch-pack.c:8792307#, c-format2308msgid "fetch-pack: unable to fork off %s"2309msgstr ""23102311#: fetch-pack.c:8952312#, c-format2313msgid "%s failed"2314msgstr ""23152316#: fetch-pack.c:8972317msgid "error in sideband demultiplexer"2318msgstr ""23192320#: fetch-pack.c:9262321msgid "Server does not support shallow clients"2322msgstr ""23232324#: fetch-pack.c:9302325msgid "Server supports multi_ack_detailed"2326msgstr ""23272328#: fetch-pack.c:9332329msgid "Server supports no-done"2330msgstr ""23312332#: fetch-pack.c:9392333msgid "Server supports multi_ack"2334msgstr ""23352336#: fetch-pack.c:9432337msgid "Server supports side-band-64k"2338msgstr ""23392340#: fetch-pack.c:9472341msgid "Server supports side-band"2342msgstr ""23432344#: fetch-pack.c:9512345msgid "Server supports allow-tip-sha1-in-want"2346msgstr ""23472348#: fetch-pack.c:9552349msgid "Server supports allow-reachable-sha1-in-want"2350msgstr ""23512352#: fetch-pack.c:9652353msgid "Server supports ofs-delta"2354msgstr ""23552356#: fetch-pack.c:971 fetch-pack.c:11582357msgid "Server supports filter"2358msgstr ""23592360#: fetch-pack.c:9792361#, c-format2362msgid "Server version is %.*s"2363msgstr ""23642365#: fetch-pack.c:9852366msgid "Server does not support --shallow-since"2367msgstr ""23682369#: fetch-pack.c:9892370msgid "Server does not support --shallow-exclude"2371msgstr ""23722373#: fetch-pack.c:9912374msgid "Server does not support --deepen"2375msgstr ""23762377#: fetch-pack.c:10082378msgid "no common commits"2379msgstr ""23802381#: fetch-pack.c:1020 fetch-pack.c:14182382msgid "git fetch-pack: fetch failed."2383msgstr ""23842385#: fetch-pack.c:11532386msgid "Server does not support shallow requests"2387msgstr ""23882389#: fetch-pack.c:11992390#, c-format2391msgid "error reading section header '%s'"2392msgstr ""23932394#: fetch-pack.c:12052395#, c-format2396msgid "expected '%s', received '%s'"2397msgstr ""23982399#: fetch-pack.c:12442400#, c-format2401msgid "unexpected acknowledgment line: '%s'"2402msgstr ""24032404#: fetch-pack.c:12492405#, c-format2406msgid "error processing acks: %d"2407msgstr ""24082409#: fetch-pack.c:12592410msgid "expected packfile to be sent after 'ready'"2411msgstr ""24122413#: fetch-pack.c:12612414msgid "expected no other sections to be sent after no 'ready'"2415msgstr ""24162417#: fetch-pack.c:12982418#, c-format2419msgid "error processing shallow info: %d"2420msgstr ""24212422#: fetch-pack.c:13142423#, c-format2424msgid "expected wanted-ref, got '%s'"2425msgstr ""24262427#: fetch-pack.c:13242428#, c-format2429msgid "unexpected wanted-ref: '%s'"2430msgstr ""24312432#: fetch-pack.c:13282433#, c-format2434msgid "error processing wanted refs: %d"2435msgstr ""24362437#: fetch-pack.c:16422438msgid "no matching remote head"2439msgstr ""24402441#: fetch-pack.c:1660 builtin/clone.c:6642442msgid "remote did not send all necessary objects"2443msgstr ""24442445#: fetch-pack.c:16862446#, c-format2447msgid "no such remote ref %s"2448msgstr ""24492450#: fetch-pack.c:16892451#, c-format2452msgid "Server does not allow request for unadvertised object %s"2453msgstr ""24542455#: gpg-interface.c:3182456msgid "gpg failed to sign the data"2457msgstr ""24582459#: gpg-interface.c:3442460msgid "could not create temporary file"2461msgstr ""24622463#: gpg-interface.c:3472464#, c-format2465msgid "failed writing detached signature to '%s'"2466msgstr ""24672468#: graph.c:972469#, c-format2470msgid "ignore invalid color '%.*s' in log.graphColors"2471msgstr ""24722473#: grep.c:21132474#, c-format2475msgid "'%s': unable to read %s"2476msgstr ""24772478#: grep.c:2130 setup.c:164 builtin/clone.c:410 builtin/diff.c:812479#: builtin/rm.c:1342480#, c-format2481msgid "failed to stat '%s'"2482msgstr ""24832484#: grep.c:21412485#, c-format2486msgid "'%s': short read"2487msgstr ""24882489#: help.c:232490msgid "start a working area (see also: git help tutorial)"2491msgstr ""24922493#: help.c:242494msgid "work on the current change (see also: git help everyday)"2495msgstr ""24962497#: help.c:252498msgid "examine the history and state (see also: git help revisions)"2499msgstr ""25002501#: help.c:262502msgid "grow, mark and tweak your common history"2503msgstr ""25042505#: help.c:272506msgid "collaborate (see also: git help workflows)"2507msgstr ""25082509#: help.c:312510msgid "Main Porcelain Commands"2511msgstr ""25122513#: help.c:322514msgid "Ancillary Commands / Manipulators"2515msgstr ""25162517#: help.c:332518msgid "Ancillary Commands / Interrogators"2519msgstr ""25202521#: help.c:342522msgid "Interacting with Others"2523msgstr ""25242525#: help.c:352526msgid "Low-level Commands / Manipulators"2527msgstr ""25282529#: help.c:362530msgid "Low-level Commands / Interrogators"2531msgstr ""25322533#: help.c:372534msgid "Low-level Commands / Synching Repositories"2535msgstr ""25362537#: help.c:382538msgid "Low-level Commands / Internal Helpers"2539msgstr ""25402541#: help.c:2962542#, c-format2543msgid "available git commands in '%s'"2544msgstr ""25452546#: help.c:3032547msgid "git commands available from elsewhere on your $PATH"2548msgstr ""25492550#: help.c:3122551msgid "These are common Git commands used in various situations:"2552msgstr ""25532554#: help.c:361 git.c:902555#, c-format2556msgid "unsupported command listing type '%s'"2557msgstr ""25582559#: help.c:4082560msgid "The common Git guides are:"2561msgstr ""25622563#: help.c:5172564msgid "See 'git help <command>' to read about a specific subcommand"2565msgstr ""25662567#: help.c:5222568msgid "External commands"2569msgstr ""25702571#: help.c:5302572msgid "Command aliases"2573msgstr ""25742575#: help.c:5942576#, c-format2577msgid ""2578"'%s' appears to be a git command, but we were not\n"2579"able to execute it. Maybe git-%s is broken?"2580msgstr ""25812582#: help.c:6532583msgid "Uh oh. Your system reports no Git commands at all."2584msgstr ""25852586#: help.c:6752587#, c-format2588msgid "WARNING: You called a Git command named '%s', which does not exist."2589msgstr ""25902591#: help.c:6802592#, c-format2593msgid "Continuing under the assumption that you meant '%s'."2594msgstr ""25952596#: help.c:6852597#, c-format2598msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."2599msgstr ""26002601#: help.c:6932602#, c-format2603msgid "git: '%s' is not a git command. See 'git --help'."2604msgstr ""26052606#: help.c:6972607msgid ""2608"\n"2609"The most similar command is"2610msgid_plural ""2611"\n"2612"The most similar commands are"2613msgstr[0] ""2614msgstr[1] ""26152616#: help.c:7122617msgid "git version [<options>]"2618msgstr ""26192620#: help.c:7802621#, c-format2622msgid "%s: %s - %s"2623msgstr ""26242625#: help.c:7842626msgid ""2627"\n"2628"Did you mean this?"2629msgid_plural ""2630"\n"2631"Did you mean one of these?"2632msgstr[0] ""2633msgstr[1] ""26342635#: ident.c:3452636msgid ""2637"\n"2638"*** Please tell me who you are.\n"2639"\n"2640"Run\n"2641"\n"2642" git config --global user.email \"you@example.com\"\n"2643" git config --global user.name \"Your Name\"\n"2644"\n"2645"to set your account's default identity.\n"2646"Omit --global to set the identity only in this repository.\n"2647"\n"2648msgstr ""26492650#: ident.c:3692651msgid "no email was given and auto-detection is disabled"2652msgstr ""26532654#: ident.c:3742655#, c-format2656msgid "unable to auto-detect email address (got '%s')"2657msgstr ""26582659#: ident.c:3842660msgid "no name was given and auto-detection is disabled"2661msgstr ""26622663#: ident.c:3902664#, c-format2665msgid "unable to auto-detect name (got '%s')"2666msgstr ""26672668#: ident.c:3982669#, c-format2670msgid "empty ident name (for <%s>) not allowed"2671msgstr ""26722673#: ident.c:4042674#, c-format2675msgid "name consists only of disallowed characters: %s"2676msgstr ""26772678#: ident.c:419 builtin/commit.c:6062679#, c-format2680msgid "invalid date format: %s"2681msgstr ""26822683#: list-objects-filter-options.c:352684msgid "multiple filter-specs cannot be combined"2685msgstr ""26862687#: list-objects-filter-options.c:582688msgid "only 'tree:0' is supported"2689msgstr ""26902691#: list-objects-filter-options.c:1372692msgid "cannot change partial clone promisor remote"2693msgstr ""26942695#: lockfile.c:1512696#, c-format2697msgid ""2698"Unable to create '%s.lock': %s.\n"2699"\n"2700"Another git process seems to be running in this repository, e.g.\n"2701"an editor opened by 'git commit'. Please make sure all processes\n"2702"are terminated then try again. If it still fails, a git process\n"2703"may have crashed in this repository earlier:\n"2704"remove the file manually to continue."2705msgstr ""27062707#: lockfile.c:1592708#, c-format2709msgid "Unable to create '%s.lock': %s"2710msgstr ""27112712#: merge.c:412713msgid "failed to read the cache"2714msgstr ""27152716#: merge.c:107 rerere.c:720 builtin/am.c:1899 builtin/am.c:19332717#: builtin/checkout.c:387 builtin/checkout.c:708 builtin/clone.c:7642718msgid "unable to write new index file"2719msgstr ""27202721#: merge-recursive.c:3232722msgid "(bad commit)\n"2723msgstr ""27242725#: merge-recursive.c:3452726#, c-format2727msgid "add_cacheinfo failed for path '%s'; merge aborting."2728msgstr ""27292730#: merge-recursive.c:3532731#, c-format2732msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."2733msgstr ""27342735#: merge-recursive.c:4352736msgid "error building trees"2737msgstr ""27382739#: merge-recursive.c:9062740#, c-format2741msgid "failed to create path '%s'%s"2742msgstr ""27432744#: merge-recursive.c:9172745#, c-format2746msgid "Removing %s to make room for subdirectory\n"2747msgstr ""27482749#: merge-recursive.c:931 merge-recursive.c:9502750msgid ": perhaps a D/F conflict?"2751msgstr ""27522753#: merge-recursive.c:9402754#, c-format2755msgid "refusing to lose untracked file at '%s'"2756msgstr ""27572758#: merge-recursive.c:982 builtin/cat-file.c:392759#, c-format2760msgid "cannot read object %s '%s'"2761msgstr ""27622763#: merge-recursive.c:9842764#, c-format2765msgid "blob expected for %s '%s'"2766msgstr ""27672768#: merge-recursive.c:10082769#, c-format2770msgid "failed to open '%s': %s"2771msgstr ""27722773#: merge-recursive.c:10192774#, c-format2775msgid "failed to symlink '%s': %s"2776msgstr ""27772778#: merge-recursive.c:10242779#, c-format2780msgid "do not know what to do with %06o %s '%s'"2781msgstr ""27822783#: merge-recursive.c:12122784#, c-format2785msgid "Failed to merge submodule %s (not checked out)"2786msgstr ""27872788#: merge-recursive.c:12192789#, c-format2790msgid "Failed to merge submodule %s (commits not present)"2791msgstr ""27922793#: merge-recursive.c:12262794#, c-format2795msgid "Failed to merge submodule %s (commits don't follow merge-base)"2796msgstr ""27972798#: merge-recursive.c:1234 merge-recursive.c:12462799#, c-format2800msgid "Fast-forwarding submodule %s to the following commit:"2801msgstr ""28022803#: merge-recursive.c:1237 merge-recursive.c:12492804#, c-format2805msgid "Fast-forwarding submodule %s"2806msgstr ""28072808#: merge-recursive.c:12712809#, c-format2810msgid "Failed to merge submodule %s (merge following commits not found)"2811msgstr ""28122813#: merge-recursive.c:12752814#, c-format2815msgid "Failed to merge submodule %s (not fast-forward)"2816msgstr ""28172818#: merge-recursive.c:12762819msgid "Found a possible merge resolution for the submodule:\n"2820msgstr ""28212822#: merge-recursive.c:12792823#, c-format2824msgid ""2825"If this is correct simply add it to the index for example\n"2826"by using:\n"2827"\n"2828" git update-index --cacheinfo 160000 %s \"%s\"\n"2829"\n"2830"which will accept this suggestion.\n"2831msgstr ""28322833#: merge-recursive.c:12882834#, c-format2835msgid "Failed to merge submodule %s (multiple merges found)"2836msgstr ""28372838#: merge-recursive.c:13582839msgid "Failed to execute internal merge"2840msgstr ""28412842#: merge-recursive.c:13632843#, c-format2844msgid "Unable to add %s to database"2845msgstr ""28462847#: merge-recursive.c:13952848#, c-format2849msgid "Auto-merging %s"2850msgstr ""28512852#: merge-recursive.c:14162853#, c-format2854msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."2855msgstr ""28562857#: merge-recursive.c:14832858#, c-format2859msgid ""2860"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "2861"in tree."2862msgstr ""28632864#: merge-recursive.c:14882865#, c-format2866msgid ""2867"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "2868"left in tree."2869msgstr ""28702871#: merge-recursive.c:14952872#, c-format2873msgid ""2874"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "2875"in tree at %s."2876msgstr ""28772878#: merge-recursive.c:15002879#, c-format2880msgid ""2881"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "2882"left in tree at %s."2883msgstr ""28842885#: merge-recursive.c:15342886msgid "rename"2887msgstr ""28882889#: merge-recursive.c:15342890msgid "renamed"2891msgstr ""28922893#: merge-recursive.c:1588 merge-recursive.c:1737 merge-recursive.c:23692894#: merge-recursive.c:31242895#, c-format2896msgid "Refusing to lose dirty file at %s"2897msgstr ""28982899#: merge-recursive.c:16022900#, c-format2901msgid "%s is a directory in %s adding as %s instead"2902msgstr ""29032904#: merge-recursive.c:16072905#, c-format2906msgid "Refusing to lose untracked file at %s; adding as %s instead"2907msgstr ""29082909#: merge-recursive.c:16332910#, c-format2911msgid ""2912"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"2913"\"->\"%s\" in \"%s\"%s"2914msgstr ""29152916#: merge-recursive.c:16382917msgid " (left unresolved)"2918msgstr ""29192920#: merge-recursive.c:16992921#, c-format2922msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"2923msgstr ""29242925#: merge-recursive.c:17342926#, c-format2927msgid "Renaming %s to %s and %s to %s instead"2928msgstr ""29292930#: merge-recursive.c:17462931#, c-format2932msgid "Refusing to lose untracked file at %s, even though it's in the way."2933msgstr ""29342935#: merge-recursive.c:19522936#, c-format2937msgid ""2938"CONFLICT (directory rename split): Unclear where to place %s because "2939"directory %s was renamed to multiple other directories, with no destination "2940"getting a majority of the files."2941msgstr ""29422943#: merge-recursive.c:19842944#, c-format2945msgid ""2946"CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "2947"implicit directory rename(s) putting the following path(s) there: %s."2948msgstr ""29492950#: merge-recursive.c:19942951#, c-format2952msgid ""2953"CONFLICT (implicit dir rename): Cannot map more than one path to %s; "2954"implicit directory renames tried to put these paths there: %s"2955msgstr ""29562957#: merge-recursive.c:20862958#, c-format2959msgid ""2960"CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"2961">%s in %s"2962msgstr ""29632964#: merge-recursive.c:23312965#, c-format2966msgid ""2967"WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "2968"renamed."2969msgstr ""29702971#: merge-recursive.c:27372972#, c-format2973msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"2974msgstr ""29752976#: merge-recursive.c:27632977#, c-format2978msgid "Adding merged %s"2979msgstr ""29802981#: merge-recursive.c:2770 merge-recursive.c:31272982#, c-format2983msgid "Adding as %s instead"2984msgstr ""29852986#: merge-recursive.c:29342987#, c-format2988msgid "cannot read object %s"2989msgstr ""29902991#: merge-recursive.c:29372992#, c-format2993msgid "object %s is not a blob"2994msgstr ""29952996#: merge-recursive.c:30062997msgid "modify"2998msgstr ""29993000#: merge-recursive.c:30063001msgid "modified"3002msgstr ""30033004#: merge-recursive.c:30173005msgid "content"3006msgstr ""30073008#: merge-recursive.c:30243009msgid "add/add"3010msgstr ""30113012#: merge-recursive.c:30713013#, c-format3014msgid "Skipped %s (merged same as existing)"3015msgstr ""30163017#: merge-recursive.c:3093 git-submodule.sh:8583018msgid "submodule"3019msgstr ""30203021#: merge-recursive.c:30943022#, c-format3023msgid "CONFLICT (%s): Merge conflict in %s"3024msgstr ""30253026#: merge-recursive.c:32163027#, c-format3028msgid "Removing %s"3029msgstr ""30303031#: merge-recursive.c:32423032msgid "file/directory"3033msgstr ""30343035#: merge-recursive.c:32483036msgid "directory/file"3037msgstr ""30383039#: merge-recursive.c:32553040#, c-format3041msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"3042msgstr ""30433044#: merge-recursive.c:32643045#, c-format3046msgid "Adding %s"3047msgstr ""30483049#: merge-recursive.c:33003050#, c-format3051msgid ""3052"Your local changes to the following files would be overwritten by merge:\n"3053" %s"3054msgstr ""30553056#: merge-recursive.c:33113057msgid "Already up to date!"3058msgstr ""30593060#: merge-recursive.c:33203061#, c-format3062msgid "merging of trees %s and %s failed"3063msgstr ""30643065#: merge-recursive.c:34193066msgid "Merging:"3067msgstr ""30683069#: merge-recursive.c:34323070#, c-format3071msgid "found %u common ancestor:"3072msgid_plural "found %u common ancestors:"3073msgstr[0] ""3074msgstr[1] ""30753076#: merge-recursive.c:34713077msgid "merge returned no commit"3078msgstr ""30793080#: merge-recursive.c:35373081#, c-format3082msgid "Could not parse object '%s'"3083msgstr ""30843085#: merge-recursive.c:3553 builtin/merge.c:691 builtin/merge.c:8493086msgid "Unable to write index."3087msgstr ""30883089#: midx.c:653090#, c-format3091msgid "multi-pack-index file %s is too small"3092msgstr ""30933094#: midx.c:813095#, c-format3096msgid "multi-pack-index signature 0x%08x does not match signature 0x%08x"3097msgstr ""30983099#: midx.c:863100#, c-format3101msgid "multi-pack-index version %d not recognized"3102msgstr ""31033104#: midx.c:913105#, c-format3106msgid "hash version %u does not match"3107msgstr ""31083109#: midx.c:1053110msgid "invalid chunk offset (too large)"3111msgstr ""31123113#: midx.c:1293114msgid "terminating multi-pack-index chunk id appears earlier than expected"3115msgstr ""31163117#: midx.c:1423118msgid "multi-pack-index missing required pack-name chunk"3119msgstr ""31203121#: midx.c:1443122msgid "multi-pack-index missing required OID fanout chunk"3123msgstr ""31243125#: midx.c:1463126msgid "multi-pack-index missing required OID lookup chunk"3127msgstr ""31283129#: midx.c:1483130msgid "multi-pack-index missing required object offsets chunk"3131msgstr ""31323133#: midx.c:1623134#, c-format3135msgid "multi-pack-index pack names out of order: '%s' before '%s'"3136msgstr ""31373138#: midx.c:2053139#, c-format3140msgid "bad pack-int-id: %u (%u total packs)"3141msgstr ""31423143#: midx.c:2463144msgid "multi-pack-index stores a 64-bit offset, but off_t is too small"3145msgstr ""31463147#: midx.c:2713148msgid "error preparing packfile from multi-pack-index"3149msgstr ""31503151#: midx.c:4073152#, c-format3153msgid "failed to add packfile '%s'"3154msgstr ""31553156#: midx.c:4133157#, c-format3158msgid "failed to open pack-index '%s'"3159msgstr ""31603161#: midx.c:5073162#, c-format3163msgid "failed to locate object %d in packfile"3164msgstr ""31653166#: midx.c:9433167#, c-format3168msgid "failed to clear multi-pack-index at %s"3169msgstr ""31703171#: midx.c:9813172#, c-format3173msgid ""3174"oid fanout out of order: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"3175msgstr ""31763177#: midx.c:9923178#, c-format3179msgid "oid lookup out of order: oid[%d] = %s >= %s = oid[%d]"3180msgstr ""31813182#: midx.c:9963183msgid "Verifying object offsets"3184msgstr ""31853186#: midx.c:10043187#, c-format3188msgid "failed to load pack entry for oid[%d] = %s"3189msgstr ""31903191#: midx.c:10103192#, c-format3193msgid "failed to load pack-index for packfile %s"3194msgstr ""31953196#: midx.c:10193197#, c-format3198msgid "incorrect object offset for oid[%d] = %s: %<PRIx64> != %<PRIx64>"3199msgstr ""32003201#: name-hash.c:5323202#, c-format3203msgid "unable to create lazy_dir thread: %s"3204msgstr ""32053206#: name-hash.c:5543207#, c-format3208msgid "unable to create lazy_name thread: %s"3209msgstr ""32103211#: name-hash.c:5603212#, c-format3213msgid "unable to join lazy_name thread: %s"3214msgstr ""32153216#: notes-merge.c:2753217#, c-format3218msgid ""3219"You have not concluded your previous notes merge (%s exists).\n"3220"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "3221"commit/abort the previous merge before you start a new notes merge."3222msgstr ""32233224#: notes-merge.c:2823225#, c-format3226msgid "You have not concluded your notes merge (%s exists)."3227msgstr ""32283229#: notes-utils.c:453230msgid "Cannot commit uninitialized/unreferenced notes tree"3231msgstr ""32323233#: notes-utils.c:1043234#, c-format3235msgid "Bad notes.rewriteMode value: '%s'"3236msgstr ""32373238#: notes-utils.c:1143239#, c-format3240msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"3241msgstr ""32423243#. TRANSLATORS: The first %s is the name of3244#. the environment variable, the second %s is3245#. its value.3246#.3247#: notes-utils.c:1443248#, c-format3249msgid "Bad %s value: '%s'"3250msgstr ""32513252#: object.c:543253#, c-format3254msgid "invalid object type \"%s\""3255msgstr ""32563257#: object.c:1733258#, c-format3259msgid "object %s is a %s, not a %s"3260msgstr ""32613262#: object.c:2333263#, c-format3264msgid "object %s has unknown type id %d"3265msgstr ""32663267#: object.c:2463268#, c-format3269msgid "unable to parse object: %s"3270msgstr ""32713272#: object.c:266 object.c:2773273#, c-format3274msgid "sha1 mismatch %s"3275msgstr ""32763277#: packfile.c:6073278msgid "offset before end of packfile (broken .idx?)"3279msgstr ""32803281#: packfile.c:18643282#, c-format3283msgid "offset before start of pack index for %s (corrupt index?)"3284msgstr ""32853286#: packfile.c:18683287#, c-format3288msgid "offset beyond end of pack index for %s (truncated index?)"3289msgstr ""32903291#: parse-options.c:6723292msgid "..."3293msgstr ""32943295#: parse-options.c:6913296#, c-format3297msgid "usage: %s"3298msgstr ""32993300#. TRANSLATORS: the colon here should align with the3301#. one in "usage: %s" translation.3302#.3303#: parse-options.c:6973304#, c-format3305msgid " or: %s"3306msgstr ""33073308#: parse-options.c:7003309#, c-format3310msgid " %s"3311msgstr ""33123313#: parse-options.c:7393314msgid "-NUM"3315msgstr ""33163317#: parse-options-cb.c:373318#, c-format3319msgid "malformed expiration date '%s'"3320msgstr ""33213322#: parse-options-cb.c:1093323#, c-format3324msgid "malformed object name '%s'"3325msgstr ""33263327#: path.c:8943328#, c-format3329msgid "Could not make %s writable by group"3330msgstr ""33313332#: pathspec.c:1293333msgid "Escape character '\\' not allowed as last character in attr value"3334msgstr ""33353336#: pathspec.c:1473337msgid "Only one 'attr:' specification is allowed."3338msgstr ""33393340#: pathspec.c:1503341msgid "attr spec must not be empty"3342msgstr ""33433344#: pathspec.c:1933345#, c-format3346msgid "invalid attribute name %s"3347msgstr ""33483349#: pathspec.c:2583350msgid "global 'glob' and 'noglob' pathspec settings are incompatible"3351msgstr ""33523353#: pathspec.c:2653354msgid ""3355"global 'literal' pathspec setting is incompatible with all other global "3356"pathspec settings"3357msgstr ""33583359#: pathspec.c:3053360msgid "invalid parameter for pathspec magic 'prefix'"3361msgstr ""33623363#: pathspec.c:3263364#, c-format3365msgid "Invalid pathspec magic '%.*s' in '%s'"3366msgstr ""33673368#: pathspec.c:3313369#, c-format3370msgid "Missing ')' at the end of pathspec magic in '%s'"3371msgstr ""33723373#: pathspec.c:3693374#, c-format3375msgid "Unimplemented pathspec magic '%c' in '%s'"3376msgstr ""33773378#: pathspec.c:4283379#, c-format3380msgid "%s: 'literal' and 'glob' are incompatible"3381msgstr ""33823383#: pathspec.c:4413384#, c-format3385msgid "%s: '%s' is outside repository"3386msgstr ""33873388#: pathspec.c:5153389#, c-format3390msgid "'%s' (mnemonic: '%c')"3391msgstr ""33923393#: pathspec.c:5253394#, c-format3395msgid "%s: pathspec magic not supported by this command: %s"3396msgstr ""33973398#: pathspec.c:5923399#, c-format3400msgid "pathspec '%s' is beyond a symbolic link"3401msgstr ""34023403#: pkt-line.c:1043404msgid "flush packet write failed"3405msgstr ""34063407#: pkt-line.c:142 pkt-line.c:2283408msgid "protocol error: impossibly long line"3409msgstr ""34103411#: pkt-line.c:158 pkt-line.c:1603412msgid "packet write with format failed"3413msgstr ""34143415#: pkt-line.c:1923416msgid "packet write failed - data exceeds max packet size"3417msgstr ""34183419#: pkt-line.c:199 pkt-line.c:2063420msgid "packet write failed"3421msgstr ""34223423#: pkt-line.c:2913424msgid "read error"3425msgstr ""34263427#: pkt-line.c:2993428msgid "the remote end hung up unexpectedly"3429msgstr ""34303431#: pkt-line.c:3273432#, c-format3433msgid "protocol error: bad line length character: %.4s"3434msgstr ""34353436#: pkt-line.c:337 pkt-line.c:3423437#, c-format3438msgid "protocol error: bad line length %d"3439msgstr ""34403441#: preload-index.c:1183442msgid "Refreshing index"3443msgstr ""34443445#: preload-index.c:1373446#, c-format3447msgid "unable to create threaded lstat: %s"3448msgstr ""34493450#: pretty.c:9623451msgid "unable to parse --pretty format"3452msgstr ""34533454#: range-diff.c:563455msgid "could not start `log`"3456msgstr ""34573458#: range-diff.c:593459msgid "could not read `log` output"3460msgstr ""34613462#: range-diff.c:74 sequencer.c:47643463#, c-format3464msgid "could not parse commit '%s'"3465msgstr ""34663467#: range-diff.c:2243468msgid "failed to generate diff"3469msgstr ""34703471#: range-diff.c:455 range-diff.c:4573472#, c-format3473msgid "could not parse log for '%s'"3474msgstr ""34753476#: read-cache.c:14903477msgid "Refresh index"3478msgstr ""34793480#: read-cache.c:16043481#, c-format3482msgid ""3483"index.version set, but the value is invalid.\n"3484"Using version %i"3485msgstr ""34863487#: read-cache.c:16143488#, c-format3489msgid ""3490"GIT_INDEX_VERSION set, but the value is invalid.\n"3491"Using version %i"3492msgstr ""34933494#: read-cache.c:17923495#, c-format3496msgid "malformed name field in the index, near path '%s'"3497msgstr ""34983499#: read-cache.c:1960 rerere.c:565 rerere.c:599 rerere.c:1111 builtin/add.c:4583500#: builtin/check-ignore.c:177 builtin/checkout.c:289 builtin/checkout.c:5853501#: builtin/checkout.c:953 builtin/clean.c:954 builtin/commit.c:3433502#: builtin/diff-tree.c:115 builtin/grep.c:489 builtin/mv.c:1443503#: builtin/reset.c:244 builtin/rm.c:270 builtin/submodule--helper.c:3293504msgid "index file corrupt"3505msgstr ""35063507#: read-cache.c:21013508#, c-format3509msgid "unable to create load_cache_entries thread: %s"3510msgstr ""35113512#: read-cache.c:21143513#, c-format3514msgid "unable to join load_cache_entries thread: %s"3515msgstr ""35163517#: read-cache.c:22013518#, c-format3519msgid "unable to create load_index_extensions thread: %s"3520msgstr ""35213522#: read-cache.c:22283523#, c-format3524msgid "unable to join load_index_extensions thread: %s"3525msgstr ""35263527#: read-cache.c:2982 sequencer.c:4727 wrapper.c:658 builtin/merge.c:10863528#, c-format3529msgid "could not close '%s'"3530msgstr ""35313532#: read-cache.c:3055 sequencer.c:2203 sequencer.c:35923533#, c-format3534msgid "could not stat '%s'"3535msgstr ""35363537#: read-cache.c:30683538#, c-format3539msgid "unable to open git dir: %s"3540msgstr ""35413542#: read-cache.c:30803543#, c-format3544msgid "unable to unlink: %s"3545msgstr ""35463547#: rebase-interactive.c:103548msgid ""3549"\n"3550"Commands:\n"3551"p, pick <commit> = use commit\n"3552"r, reword <commit> = use commit, but edit the commit message\n"3553"e, edit <commit> = use commit, but stop for amending\n"3554"s, squash <commit> = use commit, but meld into previous commit\n"3555"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"3556"x, exec <command> = run command (the rest of the line) using shell\n"3557"b, break = stop here (continue rebase later with 'git rebase --continue')\n"3558"d, drop <commit> = remove commit\n"3559"l, label <label> = label current HEAD with a name\n"3560"t, reset <label> = reset HEAD to a label\n"3561"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"3562". create a merge commit using the original merge commit's\n"3563". message (or the oneline, if no original merge commit was\n"3564". specified). Use -c <commit> to reword the commit message.\n"3565"\n"3566"These lines can be re-ordered; they are executed from top to bottom.\n"3567msgstr ""35683569#: rebase-interactive.c:31 git-rebase--preserve-merges.sh:1733570msgid ""3571"\n"3572"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"3573msgstr ""35743575#: rebase-interactive.c:34 git-rebase--preserve-merges.sh:1773576msgid ""3577"\n"3578"If you remove a line here THAT COMMIT WILL BE LOST.\n"3579msgstr ""35803581#: rebase-interactive.c:40 git-rebase--preserve-merges.sh:8163582msgid ""3583"\n"3584"You are editing the todo file of an ongoing interactive rebase.\n"3585"To continue rebase after editing, run:\n"3586" git rebase --continue\n"3587"\n"3588msgstr ""35893590#: rebase-interactive.c:45 git-rebase--preserve-merges.sh:8933591msgid ""3592"\n"3593"However, if you remove everything, the rebase will be aborted.\n"3594"\n"3595msgstr ""35963597#: rebase-interactive.c:51 git-rebase--preserve-merges.sh:9003598msgid "Note that empty commits are commented out"3599msgstr ""36003601#: rebase-interactive.c:62 rebase-interactive.c:75 sequencer.c:21863602#: sequencer.c:4505 sequencer.c:4561 sequencer.c:48363603#, c-format3604msgid "could not read '%s'."3605msgstr ""36063607#: refs.c:1923608#, c-format3609msgid "%s does not point to a valid object!"3610msgstr ""36113612#: refs.c:5833613#, c-format3614msgid "ignoring dangling symref %s"3615msgstr ""36163617#: refs.c:585 ref-filter.c:19513618#, c-format3619msgid "ignoring broken ref %s"3620msgstr ""36213622#: refs.c:7113623#, c-format3624msgid "could not open '%s' for writing: %s"3625msgstr ""36263627#: refs.c:721 refs.c:7723628#, c-format3629msgid "could not read ref '%s'"3630msgstr ""36313632#: refs.c:7273633#, c-format3634msgid "ref '%s' already exists"3635msgstr ""36363637#: refs.c:7323638#, c-format3639msgid "unexpected object ID when writing '%s'"3640msgstr ""36413642#: refs.c:740 sequencer.c:394 sequencer.c:2510 sequencer.c:26363643#: sequencer.c:2650 sequencer.c:2877 sequencer.c:4725 sequencer.c:47883644#: wrapper.c:6563645#, c-format3646msgid "could not write to '%s'"3647msgstr ""36483649#: refs.c:767 sequencer.c:4723 sequencer.c:4782 wrapper.c:225 wrapper.c:3953650#: builtin/am.c:7283651#, c-format3652msgid "could not open '%s' for writing"3653msgstr ""36543655#: refs.c:7743656#, c-format3657msgid "unexpected object ID when deleting '%s'"3658msgstr ""36593660#: refs.c:9053661#, c-format3662msgid "log for ref %s has gap after %s"3663msgstr ""36643665#: refs.c:9113666#, c-format3667msgid "log for ref %s unexpectedly ended on %s"3668msgstr ""36693670#: refs.c:9693671#, c-format3672msgid "log for %s is empty"3673msgstr ""36743675#: refs.c:10613676#, c-format3677msgid "refusing to update ref with bad name '%s'"3678msgstr ""36793680#: refs.c:11373681#, c-format3682msgid "update_ref failed for ref '%s': %s"3683msgstr ""36843685#: refs.c:19113686#, c-format3687msgid "multiple updates for ref '%s' not allowed"3688msgstr ""36893690#: refs.c:19433691msgid "ref updates forbidden inside quarantine environment"3692msgstr ""36933694#: refs.c:2039 refs.c:20693695#, c-format3696msgid "'%s' exists; cannot create '%s'"3697msgstr ""36983699#: refs.c:2045 refs.c:20803700#, c-format3701msgid "cannot process '%s' and '%s' at the same time"3702msgstr ""37033704#: refs/files-backend.c:12283705#, c-format3706msgid "could not remove reference %s"3707msgstr ""37083709#: refs/files-backend.c:1242 refs/packed-backend.c:15323710#: refs/packed-backend.c:15423711#, c-format3712msgid "could not delete reference %s: %s"3713msgstr ""37143715#: refs/files-backend.c:1245 refs/packed-backend.c:15453716#, c-format3717msgid "could not delete references: %s"3718msgstr ""37193720#: refspec.c:1373721#, c-format3722msgid "invalid refspec '%s'"3723msgstr ""37243725#: ref-filter.c:39 wt-status.c:18553726msgid "gone"3727msgstr ""37283729#: ref-filter.c:403730#, c-format3731msgid "ahead %d"3732msgstr ""37333734#: ref-filter.c:413735#, c-format3736msgid "behind %d"3737msgstr ""37383739#: ref-filter.c:423740#, c-format3741msgid "ahead %d, behind %d"3742msgstr ""37433744#: ref-filter.c:1383745#, c-format3746msgid "expected format: %%(color:<color>)"3747msgstr ""37483749#: ref-filter.c:1403750#, c-format3751msgid "unrecognized color: %%(color:%s)"3752msgstr ""37533754#: ref-filter.c:1623755#, c-format3756msgid "Integer value expected refname:lstrip=%s"3757msgstr ""37583759#: ref-filter.c:1663760#, c-format3761msgid "Integer value expected refname:rstrip=%s"3762msgstr ""37633764#: ref-filter.c:1683765#, c-format3766msgid "unrecognized %%(%s) argument: %s"3767msgstr ""37683769#: ref-filter.c:2233770#, c-format3771msgid "%%(objecttype) does not take arguments"3772msgstr ""37733774#: ref-filter.c:2353775#, c-format3776msgid "%%(objectsize) does not take arguments"3777msgstr ""37783779#: ref-filter.c:2473780#, c-format3781msgid "%%(body) does not take arguments"3782msgstr ""37833784#: ref-filter.c:2563785#, c-format3786msgid "%%(subject) does not take arguments"3787msgstr ""37883789#: ref-filter.c:2783790#, c-format3791msgid "unknown %%(trailers) argument: %s"3792msgstr ""37933794#: ref-filter.c:3073795#, c-format3796msgid "positive value expected contents:lines=%s"3797msgstr ""37983799#: ref-filter.c:3093800#, c-format3801msgid "unrecognized %%(contents) argument: %s"3802msgstr ""38033804#: ref-filter.c:3243805#, c-format3806msgid "positive value expected objectname:short=%s"3807msgstr ""38083809#: ref-filter.c:3283810#, c-format3811msgid "unrecognized %%(objectname) argument: %s"3812msgstr ""38133814#: ref-filter.c:3583815#, c-format3816msgid "expected format: %%(align:<width>,<position>)"3817msgstr ""38183819#: ref-filter.c:3703820#, c-format3821msgid "unrecognized position:%s"3822msgstr ""38233824#: ref-filter.c:3773825#, c-format3826msgid "unrecognized width:%s"3827msgstr ""38283829#: ref-filter.c:3863830#, c-format3831msgid "unrecognized %%(align) argument: %s"3832msgstr ""38333834#: ref-filter.c:3943835#, c-format3836msgid "positive width expected with the %%(align) atom"3837msgstr ""38383839#: ref-filter.c:4123840#, c-format3841msgid "unrecognized %%(if) argument: %s"3842msgstr ""38433844#: ref-filter.c:5083845#, c-format3846msgid "malformed field name: %.*s"3847msgstr ""38483849#: ref-filter.c:5353850#, c-format3851msgid "unknown field name: %.*s"3852msgstr ""38533854#: ref-filter.c:5393855#, c-format3856msgid ""3857"not a git repository, but the field '%.*s' requires access to object data"3858msgstr ""38593860#: ref-filter.c:6633861#, c-format3862msgid "format: %%(if) atom used without a %%(then) atom"3863msgstr ""38643865#: ref-filter.c:7263866#, c-format3867msgid "format: %%(then) atom used without an %%(if) atom"3868msgstr ""38693870#: ref-filter.c:7283871#, c-format3872msgid "format: %%(then) atom used more than once"3873msgstr ""38743875#: ref-filter.c:7303876#, c-format3877msgid "format: %%(then) atom used after %%(else)"3878msgstr ""38793880#: ref-filter.c:7583881#, c-format3882msgid "format: %%(else) atom used without an %%(if) atom"3883msgstr ""38843885#: ref-filter.c:7603886#, c-format3887msgid "format: %%(else) atom used without a %%(then) atom"3888msgstr ""38893890#: ref-filter.c:7623891#, c-format3892msgid "format: %%(else) atom used more than once"3893msgstr ""38943895#: ref-filter.c:7773896#, c-format3897msgid "format: %%(end) atom used without corresponding atom"3898msgstr ""38993900#: ref-filter.c:8343901#, c-format3902msgid "malformed format string %s"3903msgstr ""39043905#: ref-filter.c:14243906#, c-format3907msgid "(no branch, rebasing %s)"3908msgstr ""39093910#: ref-filter.c:14273911#, c-format3912msgid "(no branch, rebasing detached HEAD %s)"3913msgstr ""39143915#: ref-filter.c:14303916#, c-format3917msgid "(no branch, bisect started on %s)"3918msgstr ""39193920#. TRANSLATORS: make sure this matches "HEAD3921#. detached at " in wt-status.c3922#.3923#: ref-filter.c:14383924#, c-format3925msgid "(HEAD detached at %s)"3926msgstr ""39273928#. TRANSLATORS: make sure this matches "HEAD3929#. detached from " in wt-status.c3930#.3931#: ref-filter.c:14453932#, c-format3933msgid "(HEAD detached from %s)"3934msgstr ""39353936#: ref-filter.c:14493937msgid "(no branch)"3938msgstr ""39393940#: ref-filter.c:1483 ref-filter.c:16383941#, c-format3942msgid "missing object %s for %s"3943msgstr ""39443945#: ref-filter.c:14913946#, c-format3947msgid "parse_object_buffer failed on %s for %s"3948msgstr ""39493950#: ref-filter.c:18573951#, c-format3952msgid "malformed object at '%s'"3953msgstr ""39543955#: ref-filter.c:19463956#, c-format3957msgid "ignoring ref with broken name %s"3958msgstr ""39593960#: ref-filter.c:22323961#, c-format3962msgid "format: %%(end) atom missing"3963msgstr ""39643965#: ref-filter.c:23383966#, c-format3967msgid "malformed object name %s"3968msgstr ""39693970#: remote.c:6073971#, c-format3972msgid "Cannot fetch both %s and %s to %s"3973msgstr ""39743975#: remote.c:6113976#, c-format3977msgid "%s usually tracks %s, not %s"3978msgstr ""39793980#: remote.c:6153981#, c-format3982msgid "%s tracks both %s and %s"3983msgstr ""39843985#: remote.c:6233986msgid "Internal error"3987msgstr ""39883989#: remote.c:1569 remote.c:16703990msgid "HEAD does not point to a branch"3991msgstr ""39923993#: remote.c:15783994#, c-format3995msgid "no such branch: '%s'"3996msgstr ""39973998#: remote.c:15813999#, c-format4000msgid "no upstream configured for branch '%s'"4001msgstr ""40024003#: remote.c:15874004#, c-format4005msgid "upstream branch '%s' not stored as a remote-tracking branch"4006msgstr ""40074008#: remote.c:16024009#, c-format4010msgid "push destination '%s' on remote '%s' has no local tracking branch"4011msgstr ""40124013#: remote.c:16144014#, c-format4015msgid "branch '%s' has no remote for pushing"4016msgstr ""40174018#: remote.c:16244019#, c-format4020msgid "push refspecs for '%s' do not include '%s'"4021msgstr ""40224023#: remote.c:16374024msgid "push has no destination (push.default is 'nothing')"4025msgstr ""40264027#: remote.c:16594028msgid "cannot resolve 'simple' push to a single destination"4029msgstr ""40304031#: remote.c:19354032#, c-format4033msgid "Your branch is based on '%s', but the upstream is gone.\n"4034msgstr ""40354036#: remote.c:19394037msgid " (use \"git branch --unset-upstream\" to fixup)\n"4038msgstr ""40394040#: remote.c:19424041#, c-format4042msgid "Your branch is up to date with '%s'.\n"4043msgstr ""40444045#: remote.c:19464046#, c-format4047msgid "Your branch and '%s' refer to different commits.\n"4048msgstr ""40494050#: remote.c:19494051#, c-format4052msgid " (use \"%s\" for details)\n"4053msgstr ""40544055#: remote.c:19534056#, c-format4057msgid "Your branch is ahead of '%s' by %d commit.\n"4058msgid_plural "Your branch is ahead of '%s' by %d commits.\n"4059msgstr[0] ""4060msgstr[1] ""40614062#: remote.c:19594063msgid " (use \"git push\" to publish your local commits)\n"4064msgstr ""40654066#: remote.c:19624067#, c-format4068msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"4069msgid_plural ""4070"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"4071msgstr[0] ""4072msgstr[1] ""40734074#: remote.c:19704075msgid " (use \"git pull\" to update your local branch)\n"4076msgstr ""40774078#: remote.c:19734079#, c-format4080msgid ""4081"Your branch and '%s' have diverged,\n"4082"and have %d and %d different commit each, respectively.\n"4083msgid_plural ""4084"Your branch and '%s' have diverged,\n"4085"and have %d and %d different commits each, respectively.\n"4086msgstr[0] ""4087msgstr[1] ""40884089#: remote.c:19834090msgid " (use \"git pull\" to merge the remote branch into yours)\n"4091msgstr ""40924093#: replace-object.c:214094#, c-format4095msgid "bad replace ref name: %s"4096msgstr ""40974098#: replace-object.c:304099#, c-format4100msgid "duplicate replace ref: %s"4101msgstr ""41024103#: replace-object.c:734104#, c-format4105msgid "replace depth too high for object %s"4106msgstr ""41074108#: rerere.c:217 rerere.c:226 rerere.c:2294109msgid "corrupt MERGE_RR"4110msgstr ""41114112#: rerere.c:264 rerere.c:2694113msgid "unable to write rerere record"4114msgstr ""41154116#: rerere.c:485 rerere.c:692 sequencer.c:3136 sequencer.c:31624117#, c-format4118msgid "could not write '%s'"4119msgstr ""41204121#: rerere.c:4954122#, c-format4123msgid "there were errors while writing '%s' (%s)"4124msgstr ""41254126#: rerere.c:4984127#, c-format4128msgid "failed to flush '%s'"4129msgstr ""41304131#: rerere.c:503 rerere.c:10394132#, c-format4133msgid "could not parse conflict hunks in '%s'"4134msgstr ""41354136#: rerere.c:6844137#, c-format4138msgid "failed utime() on '%s'"4139msgstr ""41404141#: rerere.c:6944142#, c-format4143msgid "writing '%s' failed"4144msgstr ""41454146#: rerere.c:7144147#, c-format4148msgid "Staged '%s' using previous resolution."4149msgstr ""41504151#: rerere.c:7534152#, c-format4153msgid "Recorded resolution for '%s'."4154msgstr ""41554156#: rerere.c:7884157#, c-format4158msgid "Resolved '%s' using previous resolution."4159msgstr ""41604161#: rerere.c:8034162#, c-format4163msgid "cannot unlink stray '%s'"4164msgstr ""41654166#: rerere.c:8074167#, c-format4168msgid "Recorded preimage for '%s'"4169msgstr ""41704171#: rerere.c:881 submodule.c:1763 builtin/submodule--helper.c:14134172#: builtin/submodule--helper.c:14234173#, c-format4174msgid "could not create directory '%s'"4175msgstr ""41764177#: rerere.c:10574178#, c-format4179msgid "failed to update conflicted state in '%s'"4180msgstr ""41814182#: rerere.c:1068 rerere.c:10754183#, c-format4184msgid "no remembered resolution for '%s'"4185msgstr ""41864187#: rerere.c:10774188#, c-format4189msgid "cannot unlink '%s'"4190msgstr ""41914192#: rerere.c:10874193#, c-format4194msgid "Updated preimage for '%s'"4195msgstr ""41964197#: rerere.c:10964198#, c-format4199msgid "Forgot resolution for '%s'\n"4200msgstr ""42014202#: rerere.c:11994203msgid "unable to open rr-cache directory"4204msgstr ""42054206#: revision.c:23244207msgid "your current branch appears to be broken"4208msgstr ""42094210#: revision.c:23274211#, c-format4212msgid "your current branch '%s' does not have any commits yet"4213msgstr ""42144215#: revision.c:25234216msgid "--first-parent is incompatible with --bisect"4217msgstr ""42184219#: run-command.c:7404220msgid "open /dev/null failed"4221msgstr ""42224223#: run-command.c:12294224#, c-format4225msgid "cannot create async thread: %s"4226msgstr ""42274228#: run-command.c:12934229#, c-format4230msgid ""4231"The '%s' hook was ignored because it's not set as executable.\n"4232"You can disable this warning with `git config advice.ignoredHook false`."4233msgstr ""42344235#: send-pack.c:1424236msgid "unexpected flush packet while reading remote unpack status"4237msgstr ""42384239#: send-pack.c:1444240#, c-format4241msgid "unable to parse remote unpack status: %s"4242msgstr ""42434244#: send-pack.c:1464245#, c-format4246msgid "remote unpack failed: %s"4247msgstr ""42484249#: send-pack.c:3084250msgid "failed to sign the push certificate"4251msgstr ""42524253#: send-pack.c:4214254msgid "the receiving end does not support --signed push"4255msgstr ""42564257#: send-pack.c:4234258msgid ""4259"not sending a push certificate since the receiving end does not support --"4260"signed push"4261msgstr ""42624263#: send-pack.c:4354264msgid "the receiving end does not support --atomic push"4265msgstr ""42664267#: send-pack.c:4404268msgid "the receiving end does not support push options"4269msgstr ""42704271#: sequencer.c:1834272#, c-format4273msgid "invalid commit message cleanup mode '%s'"4274msgstr ""42754276#: sequencer.c:2874277#, c-format4278msgid "could not delete '%s'"4279msgstr ""42804281#: sequencer.c:3134282msgid "revert"4283msgstr ""42844285#: sequencer.c:3154286msgid "cherry-pick"4287msgstr ""42884289#: sequencer.c:3174290msgid "rebase -i"4291msgstr ""42924293#: sequencer.c:3194294#, c-format4295msgid "unknown action: %d"4296msgstr ""42974298#: sequencer.c:3764299msgid ""4300"after resolving the conflicts, mark the corrected paths\n"4301"with 'git add <paths>' or 'git rm <paths>'"4302msgstr ""43034304#: sequencer.c:3794305msgid ""4306"after resolving the conflicts, mark the corrected paths\n"4307"with 'git add <paths>' or 'git rm <paths>'\n"4308"and commit the result with 'git commit'"4309msgstr ""43104311#: sequencer.c:392 sequencer.c:26324312#, c-format4313msgid "could not lock '%s'"4314msgstr ""43154316#: sequencer.c:3994317#, c-format4318msgid "could not write eol to '%s'"4319msgstr ""43204321#: sequencer.c:404 sequencer.c:2515 sequencer.c:2638 sequencer.c:26524322#: sequencer.c:28854323#, c-format4324msgid "failed to finalize '%s'"4325msgstr ""43264327#: sequencer.c:427 sequencer.c:921 sequencer.c:1594 sequencer.c:25354328#: sequencer.c:2867 sequencer.c:2974 builtin/am.c:260 builtin/commit.c:7464329#: builtin/merge.c:1084 builtin/rebase.c:1524330#, c-format4331msgid "could not read '%s'"4332msgstr ""43334334#: sequencer.c:4534335#, c-format4336msgid "your local changes would be overwritten by %s."4337msgstr ""43384339#: sequencer.c:4574340msgid "commit your changes or stash them to proceed."4341msgstr ""43424343#: sequencer.c:4864344#, c-format4345msgid "%s: fast-forward"4346msgstr ""43474348#. TRANSLATORS: %s will be "revert", "cherry-pick" or4349#. "rebase -i".4350#.4351#: sequencer.c:5754352#, c-format4353msgid "%s: Unable to write new index file"4354msgstr ""43554356#: sequencer.c:5914357msgid "unable to update cache tree"4358msgstr ""43594360#: sequencer.c:6044361msgid "could not resolve HEAD commit"4362msgstr ""43634364#: sequencer.c:6844365#, c-format4366msgid "no key present in '%.*s'"4367msgstr ""43684369#: sequencer.c:6954370#, c-format4371msgid "unable to dequote value of '%s'"4372msgstr ""43734374#: sequencer.c:732 wrapper.c:227 wrapper.c:397 builtin/am.c:7194375#: builtin/am.c:811 builtin/merge.c:10814376#, c-format4377msgid "could not open '%s' for reading"4378msgstr ""43794380#: sequencer.c:7424381msgid "'GIT_AUTHOR_NAME' already given"4382msgstr ""43834384#: sequencer.c:7474385msgid "'GIT_AUTHOR_EMAIL' already given"4386msgstr ""43874388#: sequencer.c:7524389msgid "'GIT_AUTHOR_DATE' already given"4390msgstr ""43914392#: sequencer.c:7564393#, c-format4394msgid "unknown variable '%s'"4395msgstr ""43964397#: sequencer.c:7614398msgid "missing 'GIT_AUTHOR_NAME'"4399msgstr ""44004401#: sequencer.c:7634402msgid "missing 'GIT_AUTHOR_EMAIL'"4403msgstr ""44044405#: sequencer.c:7654406msgid "missing 'GIT_AUTHOR_DATE'"4407msgstr ""44084409#: sequencer.c:8254410#, c-format4411msgid "invalid date format '%s' in '%s'"4412msgstr ""44134414#: sequencer.c:8424415#, c-format4416msgid ""4417"you have staged changes in your working tree\n"4418"If these changes are meant to be squashed into the previous commit, run:\n"4419"\n"4420" git commit --amend %s\n"4421"\n"4422"If they are meant to go into a new commit, run:\n"4423"\n"4424" git commit %s\n"4425"\n"4426"In both cases, once you're done, continue with:\n"4427"\n"4428" git rebase --continue\n"4429msgstr ""44304431#: sequencer.c:9354432msgid "writing root commit"4433msgstr ""44344435#: sequencer.c:11424436msgid "'prepare-commit-msg' hook failed"4437msgstr ""44384439#: sequencer.c:11494440msgid ""4441"Your name and email address were configured automatically based\n"4442"on your username and hostname. Please check that they are accurate.\n"4443"You can suppress this message by setting them explicitly. Run the\n"4444"following command and follow the instructions in your editor to edit\n"4445"your configuration file:\n"4446"\n"4447" git config --global --edit\n"4448"\n"4449"After doing this, you may fix the identity used for this commit with:\n"4450"\n"4451" git commit --amend --reset-author\n"4452msgstr ""44534454#: sequencer.c:11624455msgid ""4456"Your name and email address were configured automatically based\n"4457"on your username and hostname. Please check that they are accurate.\n"4458"You can suppress this message by setting them explicitly:\n"4459"\n"4460" git config --global user.name \"Your Name\"\n"4461" git config --global user.email you@example.com\n"4462"\n"4463"After doing this, you may fix the identity used for this commit with:\n"4464"\n"4465" git commit --amend --reset-author\n"4466msgstr ""44674468#: sequencer.c:12024469msgid "couldn't look up newly created commit"4470msgstr ""44714472#: sequencer.c:12044473msgid "could not parse newly created commit"4474msgstr ""44754476#: sequencer.c:12504477msgid "unable to resolve HEAD after creating commit"4478msgstr ""44794480#: sequencer.c:12524481msgid "detached HEAD"4482msgstr ""44834484#: sequencer.c:12564485msgid " (root-commit)"4486msgstr ""44874488#: sequencer.c:12774489msgid "could not parse HEAD"4490msgstr ""44914492#: sequencer.c:12794493#, c-format4494msgid "HEAD %s is not a commit!"4495msgstr ""44964497#: sequencer.c:1283 builtin/commit.c:15434498msgid "could not parse HEAD commit"4499msgstr ""45004501#: sequencer.c:1334 sequencer.c:19344502msgid "unable to parse commit author"4503msgstr ""45044505#: sequencer.c:1344 builtin/am.c:1585 builtin/merge.c:6774506msgid "git write-tree failed to write a tree"4507msgstr ""45084509#: sequencer.c:1361 sequencer.c:14164510#, c-format4511msgid "unable to read commit message from '%s'"4512msgstr ""45134514#: sequencer.c:1383 builtin/am.c:1606 builtin/commit.c:1646 builtin/merge.c:8584515#: builtin/merge.c:8834516msgid "failed to write commit object"4517msgstr ""45184519#: sequencer.c:14434520#, c-format4521msgid "could not parse commit %s"4522msgstr ""45234524#: sequencer.c:14484525#, c-format4526msgid "could not parse parent commit %s"4527msgstr ""45284529#: sequencer.c:1546 sequencer.c:16544530#, c-format4531msgid "unknown command: %d"4532msgstr ""45334534#: sequencer.c:1601 sequencer.c:16264535#, c-format4536msgid "This is a combination of %d commits."4537msgstr ""45384539#: sequencer.c:1611 sequencer.c:47444540msgid "need a HEAD to fixup"4541msgstr ""45424543#: sequencer.c:1613 sequencer.c:29124544msgid "could not read HEAD"4545msgstr ""45464547#: sequencer.c:16154548msgid "could not read HEAD's commit message"4549msgstr ""45504551#: sequencer.c:16214552#, c-format4553msgid "cannot write '%s'"4554msgstr ""45554556#: sequencer.c:1628 git-rebase--preserve-merges.sh:4414557msgid "This is the 1st commit message:"4558msgstr ""45594560#: sequencer.c:16364561#, c-format4562msgid "could not read commit message of %s"4563msgstr ""45644565#: sequencer.c:16434566#, c-format4567msgid "This is the commit message #%d:"4568msgstr ""45694570#: sequencer.c:16494571#, c-format4572msgid "The commit message #%d will be skipped:"4573msgstr ""45744575#: sequencer.c:17324576msgid "your index file is unmerged."4577msgstr ""45784579#: sequencer.c:17394580msgid "cannot fixup root commit"4581msgstr ""45824583#: sequencer.c:17584584#, c-format4585msgid "commit %s is a merge but no -m option was given."4586msgstr ""45874588#: sequencer.c:17664589#, c-format4590msgid "commit %s does not have parent %d"4591msgstr ""45924593#: sequencer.c:17704594#, c-format4595msgid "mainline was specified but commit %s is not a merge."4596msgstr ""45974598#: sequencer.c:17764599#, c-format4600msgid "cannot get commit message for %s"4601msgstr ""46024603#. TRANSLATORS: The first %s will be a "todo" command like4604#. "revert" or "pick", the second %s a SHA1.4605#: sequencer.c:17954606#, c-format4607msgid "%s: cannot parse parent commit %s"4608msgstr ""46094610#: sequencer.c:18604611#, c-format4612msgid "could not rename '%s' to '%s'"4613msgstr ""46144615#: sequencer.c:19154616#, c-format4617msgid "could not revert %s... %s"4618msgstr ""46194620#: sequencer.c:19164621#, c-format4622msgid "could not apply %s... %s"4623msgstr ""46244625#: sequencer.c:19744626#, c-format4627msgid "git %s: failed to read the index"4628msgstr ""46294630#: sequencer.c:19814631#, c-format4632msgid "git %s: failed to refresh the index"4633msgstr ""46344635#: sequencer.c:20624636#, c-format4637msgid "%s does not accept arguments: '%s'"4638msgstr ""46394640#: sequencer.c:20714641#, c-format4642msgid "missing arguments for %s"4643msgstr ""46444645#: sequencer.c:21304646#, c-format4647msgid "invalid line %d: %.*s"4648msgstr ""46494650#: sequencer.c:21384651#, c-format4652msgid "cannot '%s' without a previous commit"4653msgstr ""46544655#: sequencer.c:22094656msgid "please fix this using 'git rebase --edit-todo'."4657msgstr ""46584659#: sequencer.c:22114660#, c-format4661msgid "unusable instruction sheet: '%s'"4662msgstr ""46634664#: sequencer.c:22164665msgid "no commits parsed."4666msgstr ""46674668#: sequencer.c:22274669msgid "cannot cherry-pick during a revert."4670msgstr ""46714672#: sequencer.c:22294673msgid "cannot revert during a cherry-pick."4674msgstr ""46754676#: sequencer.c:22994677#, c-format4678msgid "invalid value for %s: %s"4679msgstr ""46804681#: sequencer.c:23804682msgid "unusable squash-onto"4683msgstr ""46844685#: sequencer.c:23964686#, c-format4687msgid "malformed options sheet: '%s'"4688msgstr ""46894690#: sequencer.c:2479 sequencer.c:40054691msgid "empty commit set passed"4692msgstr ""46934694#: sequencer.c:24874695msgid "a cherry-pick or revert is already in progress"4696msgstr ""46974698#: sequencer.c:24884699msgid "try \"git cherry-pick (--continue | --quit | --abort)\""4700msgstr ""47014702#: sequencer.c:24914703#, c-format4704msgid "could not create sequencer directory '%s'"4705msgstr ""47064707#: sequencer.c:25054708msgid "could not lock HEAD"4709msgstr ""47104711#: sequencer.c:2560 sequencer.c:37614712msgid "no cherry-pick or revert in progress"4713msgstr ""47144715#: sequencer.c:25624716msgid "cannot resolve HEAD"4717msgstr ""47184719#: sequencer.c:2564 sequencer.c:25994720msgid "cannot abort from a branch yet to be born"4721msgstr ""47224723#: sequencer.c:2585 builtin/grep.c:7214724#, c-format4725msgid "cannot open '%s'"4726msgstr ""47274728#: sequencer.c:25874729#, c-format4730msgid "cannot read '%s': %s"4731msgstr ""47324733#: sequencer.c:25884734msgid "unexpected end of file"4735msgstr ""47364737#: sequencer.c:25944738#, c-format4739msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"4740msgstr ""47414742#: sequencer.c:26054743msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"4744msgstr ""47454746#: sequencer.c:2709 sequencer.c:36794747#, c-format4748msgid "could not update %s"4749msgstr ""47504751#: sequencer.c:2747 sequencer.c:36594752msgid "cannot read HEAD"4753msgstr ""47544755#: sequencer.c:27624756#, c-format4757msgid "unable to copy '%s' to '%s'"4758msgstr ""47594760#: sequencer.c:27704761#, c-format4762msgid ""4763"You can amend the commit now, with\n"4764"\n"4765" git commit --amend %s\n"4766"\n"4767"Once you are satisfied with your changes, run\n"4768"\n"4769" git rebase --continue\n"4770msgstr ""47714772#: sequencer.c:27804773#, c-format4774msgid "Could not apply %s... %.*s"4775msgstr ""47764777#: sequencer.c:27874778#, c-format4779msgid "Could not merge %.*s"4780msgstr ""47814782#: sequencer.c:2798 sequencer.c:2802 builtin/difftool.c:6404783#, c-format4784msgid "could not copy '%s' to '%s'"4785msgstr ""47864787#: sequencer.c:2824 sequencer.c:3242 builtin/rebase.c:580 builtin/rebase.c:10194788#: builtin/rebase.c:1372 builtin/rebase.c:14264789msgid "could not read index"4790msgstr ""47914792#: sequencer.c:28294793#, c-format4794msgid ""4795"execution failed: %s\n"4796"%sYou can fix the problem, and then run\n"4797"\n"4798" git rebase --continue\n"4799"\n"4800msgstr ""48014802#: sequencer.c:28354803msgid "and made changes to the index and/or the working tree\n"4804msgstr ""48054806#: sequencer.c:28414807#, c-format4808msgid ""4809"execution succeeded: %s\n"4810"but left changes to the index and/or the working tree\n"4811"Commit or stash your changes, and then run\n"4812"\n"4813" git rebase --continue\n"4814"\n"4815msgstr ""48164817#: sequencer.c:29024818#, c-format4819msgid "illegal label name: '%.*s'"4820msgstr ""48214822#: sequencer.c:29544823msgid "writing fake root commit"4824msgstr ""48254826#: sequencer.c:29594827msgid "writing squash-onto"4828msgstr ""48294830#: sequencer.c:2997 builtin/rebase.c:585 builtin/rebase.c:5914831#, c-format4832msgid "failed to find tree of %s"4833msgstr ""48344835#: sequencer.c:3015 builtin/rebase.c:6044836msgid "could not write index"4837msgstr ""48384839#: sequencer.c:30424840#, c-format4841msgid "could not resolve '%s'"4842msgstr ""48434844#: sequencer.c:30684845msgid "cannot merge without a current revision"4846msgstr ""48474848#: sequencer.c:30904849#, c-format4850msgid "unable to parse '%.*s'"4851msgstr ""48524853#: sequencer.c:30994854#, c-format4855msgid "nothing to merge: '%.*s'"4856msgstr ""48574858#: sequencer.c:31114859msgid "octopus merge cannot be executed on top of a [new root]"4860msgstr ""48614862#: sequencer.c:31264863#, c-format4864msgid "could not get commit message of '%s'"4865msgstr ""48664867#: sequencer.c:32744868#, c-format4869msgid "could not even attempt to merge '%.*s'"4870msgstr ""48714872#: sequencer.c:32904873msgid "merge: Unable to write new index file"4874msgstr ""48754876#: sequencer.c:3358 builtin/rebase.c:2684877#, c-format4878msgid "Applied autostash.\n"4879msgstr ""48804881#: sequencer.c:33704882#, c-format4883msgid "cannot store %s"4884msgstr ""48854886#: sequencer.c:3373 builtin/rebase.c:2844887#, c-format4888msgid ""4889"Applying autostash resulted in conflicts.\n"4890"Your changes are safe in the stash.\n"4891"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"4892msgstr ""48934894#: sequencer.c:34274895#, c-format4896msgid "could not checkout %s"4897msgstr ""48984899#: sequencer.c:34414900#, c-format4901msgid "%s: not a valid OID"4902msgstr ""49034904#: sequencer.c:3446 git-rebase--preserve-merges.sh:7244905msgid "could not detach HEAD"4906msgstr ""49074908#: sequencer.c:34614909#, c-format4910msgid "Stopped at HEAD\n"4911msgstr ""49124913#: sequencer.c:34634914#, c-format4915msgid "Stopped at %s\n"4916msgstr ""49174918#: sequencer.c:34714919#, c-format4920msgid ""4921"Could not execute the todo command\n"4922"\n"4923" %.*s\n"4924"It has been rescheduled; To edit the command before continuing, please\n"4925"edit the todo list first:\n"4926"\n"4927" git rebase --edit-todo\n"4928" git rebase --continue\n"4929msgstr ""49304931#: sequencer.c:35434932#, c-format4933msgid "Stopped at %s... %.*s\n"4934msgstr ""49354936#: sequencer.c:36224937#, c-format4938msgid "unknown command %d"4939msgstr ""49404941#: sequencer.c:36674942msgid "could not read orig-head"4943msgstr ""49444945#: sequencer.c:3672 sequencer.c:47414946msgid "could not read 'onto'"4947msgstr ""49484949#: sequencer.c:36864950#, c-format4951msgid "could not update HEAD to %s"4952msgstr ""49534954#: sequencer.c:37724955msgid "cannot rebase: You have unstaged changes."4956msgstr ""49574958#: sequencer.c:37814959msgid "cannot amend non-existing commit"4960msgstr ""49614962#: sequencer.c:37834963#, c-format4964msgid "invalid file: '%s'"4965msgstr ""49664967#: sequencer.c:37854968#, c-format4969msgid "invalid contents: '%s'"4970msgstr ""49714972#: sequencer.c:37884973msgid ""4974"\n"4975"You have uncommitted changes in your working tree. Please, commit them\n"4976"first and then run 'git rebase --continue' again."4977msgstr ""49784979#: sequencer.c:3824 sequencer.c:38624980#, c-format4981msgid "could not write file: '%s'"4982msgstr ""49834984#: sequencer.c:38774985msgid "could not remove CHERRY_PICK_HEAD"4986msgstr ""49874988#: sequencer.c:38844989msgid "could not commit staged changes."4990msgstr ""49914992#: sequencer.c:39824993#, c-format4994msgid "%s: can't cherry-pick a %s"4995msgstr ""49964997#: sequencer.c:39864998#, c-format4999msgid "%s: bad revision"5000msgstr ""50015002#: sequencer.c:40215003msgid "can't revert as initial commit"5004msgstr ""50055006#: sequencer.c:44665007msgid "make_script: unhandled options"5008msgstr ""50095010#: sequencer.c:44695011msgid "make_script: error preparing revisions"5012msgstr ""50135014#: sequencer.c:4509 sequencer.c:4565 sequencer.c:48405015#, c-format5016msgid "unusable todo list: '%s'"5017msgstr ""50185019#: sequencer.c:46205020#, c-format5021msgid ""5022"unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."5023msgstr ""50245025#: sequencer.c:46905026#, c-format5027msgid ""5028"Warning: some commits may have been dropped accidentally.\n"5029"Dropped commits (newer to older):\n"5030msgstr ""50315032#: sequencer.c:46975033#, c-format5034msgid ""5035"To avoid this message, use \"drop\" to explicitly remove a commit.\n"5036"\n"5037"Use 'git config rebase.missingCommitsCheck' to change the level of "5038"warnings.\n"5039"The possible behaviours are: ignore, warn, error.\n"5040"\n"5041msgstr ""50425043#: sequencer.c:47105044#, c-format5045msgid ""5046"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"5047"continue'.\n"5048"Or you can abort the rebase with 'git rebase --abort'.\n"5049msgstr ""50505051#: sequencer.c:4848 sequencer.c:48865052msgid "nothing to do"5053msgstr ""50545055#: sequencer.c:48525056#, c-format5057msgid "Rebase %s onto %s (%d command)"5058msgid_plural "Rebase %s onto %s (%d commands)"5059msgstr[0] ""5060msgstr[1] ""50615062#: sequencer.c:48645063#, c-format5064msgid "could not copy '%s' to '%s'."5065msgstr ""50665067#: sequencer.c:4868 sequencer.c:48975068msgid "could not transform the todo list"5069msgstr ""50705071#: sequencer.c:49005072msgid "could not skip unnecessary pick commands"5073msgstr ""50745075#: sequencer.c:49835076msgid "the script was already rearranged."5077msgstr ""50785079#: setup.c:1235080#, c-format5081msgid "'%s' is outside repository"5082msgstr ""50835084#: setup.c:1725085#, c-format5086msgid ""5087"%s: no such path in the working tree.\n"5088"Use 'git <command> -- <path>...' to specify paths that do not exist locally."5089msgstr ""50905091#: setup.c:1855092#, c-format5093msgid ""5094"ambiguous argument '%s': unknown revision or path not in the working tree.\n"5095"Use '--' to separate paths from revisions, like this:\n"5096"'git <command> [<revision>...] -- [<file>...]'"5097msgstr ""50985099#: setup.c:2345100#, c-format5101msgid "option '%s' must come before non-option arguments"5102msgstr ""51035104#: setup.c:2535105#, c-format5106msgid ""5107"ambiguous argument '%s': both revision and filename\n"5108"Use '--' to separate paths from revisions, like this:\n"5109"'git <command> [<revision>...] -- [<file>...]'"5110msgstr ""51115112#: setup.c:3895113msgid "unable to set up work tree using invalid config"5114msgstr ""51155116#: setup.c:3935117msgid "this operation must be run in a work tree"5118msgstr ""51195120#: setup.c:5275121#, c-format5122msgid "Expected git repo version <= %d, found %d"5123msgstr ""51245125#: setup.c:5355126msgid "unknown repository extensions found:"5127msgstr ""51285129#: setup.c:5545130#, c-format5131msgid "error opening '%s'"5132msgstr ""51335134#: setup.c:5565135#, c-format5136msgid "too large to be a .git file: '%s'"5137msgstr ""51385139#: setup.c:5585140#, c-format5141msgid "error reading %s"5142msgstr ""51435144#: setup.c:5605145#, c-format5146msgid "invalid gitfile format: %s"5147msgstr ""51485149#: setup.c:5625150#, c-format5151msgid "no path in gitfile: %s"5152msgstr ""51535154#: setup.c:5645155#, c-format5156msgid "not a git repository: %s"5157msgstr ""51585159#: setup.c:6635160#, c-format5161msgid "'$%s' too big"5162msgstr ""51635164#: setup.c:6775165#, c-format5166msgid "not a git repository: '%s'"5167msgstr ""51685169#: setup.c:706 setup.c:708 setup.c:7395170#, c-format5171msgid "cannot chdir to '%s'"5172msgstr ""51735174#: setup.c:711 setup.c:767 setup.c:777 setup.c:816 setup.c:824 setup.c:8395175msgid "cannot come back to cwd"5176msgstr ""51775178#: setup.c:8375179#, c-format5180msgid "not a git repository (or any of the parent directories): %s"5181msgstr ""51825183#: setup.c:8485184#, c-format5185msgid "failed to stat '%*s%s%s'"5186msgstr ""51875188#: setup.c:10785189msgid "Unable to read current working directory"5190msgstr ""51915192#: setup.c:1090 setup.c:10965193#, c-format5194msgid "cannot change to '%s'"5195msgstr ""51965197#: setup.c:11095198#, c-format5199msgid ""5200"not a git repository (or any parent up to mount point %s)\n"5201"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."5202msgstr ""52035204#: setup.c:11925205#, c-format5206msgid ""5207"problem with core.sharedRepository filemode value (0%.3o).\n"5208"The owner of files must always have read and write permissions."5209msgstr ""52105211#: setup.c:12355212msgid "open /dev/null or dup failed"5213msgstr ""52145215#: setup.c:12505216msgid "fork failed"5217msgstr ""52185219#: setup.c:12555220msgid "setsid failed"5221msgstr ""52225223#: sha1-file.c:3815224#, c-format5225msgid "object directory %s does not exist; check .git/objects/info/alternates"5226msgstr ""52275228#: sha1-file.c:4325229#, c-format5230msgid "unable to normalize alternate object path: %s"5231msgstr ""52325233#: sha1-file.c:5035234#, c-format5235msgid "%s: ignoring alternate object stores, nesting too deep"5236msgstr ""52375238#: sha1-file.c:5105239#, c-format5240msgid "unable to normalize object directory: %s"5241msgstr ""52425243#: sha1-file.c:5655244msgid "unable to fdopen alternates lockfile"5245msgstr ""52465247#: sha1-file.c:5835248msgid "unable to read alternates file"5249msgstr ""52505251#: sha1-file.c:5905252msgid "unable to move new alternates file into place"5253msgstr ""52545255#: sha1-file.c:6255256#, c-format5257msgid "path '%s' does not exist"5258msgstr ""52595260#: sha1-file.c:6515261#, c-format5262msgid "reference repository '%s' as a linked checkout is not supported yet."5263msgstr ""52645265#: sha1-file.c:6575266#, c-format5267msgid "reference repository '%s' is not a local repository."5268msgstr ""52695270#: sha1-file.c:6635271#, c-format5272msgid "reference repository '%s' is shallow"5273msgstr ""52745275#: sha1-file.c:6715276#, c-format5277msgid "reference repository '%s' is grafted"5278msgstr ""52795280#: sha1-file.c:7815281#, c-format5282msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"5283msgstr ""52845285#: sha1-file.c:8065286msgid "mmap failed"5287msgstr ""52885289#: sha1-file.c:9735290#, c-format5291msgid "object file %s is empty"5292msgstr ""52935294#: sha1-file.c:1093 sha1-file.c:22155295#, c-format5296msgid "corrupt loose object '%s'"5297msgstr ""52985299#: sha1-file.c:1095 sha1-file.c:22195300#, c-format5301msgid "garbage at end of loose object '%s'"5302msgstr ""53035304#: sha1-file.c:11375305msgid "invalid object type"5306msgstr ""53075308#: sha1-file.c:12195309#, c-format5310msgid "unable to unpack %s header with --allow-unknown-type"5311msgstr ""53125313#: sha1-file.c:12225314#, c-format5315msgid "unable to unpack %s header"5316msgstr ""53175318#: sha1-file.c:12285319#, c-format5320msgid "unable to parse %s header with --allow-unknown-type"5321msgstr ""53225323#: sha1-file.c:12315324#, c-format5325msgid "unable to parse %s header"5326msgstr ""53275328#: sha1-file.c:14225329#, c-format5330msgid "failed to read object %s"5331msgstr ""53325333#: sha1-file.c:14265334#, c-format5335msgid "replacement %s not found for %s"5336msgstr ""53375338#: sha1-file.c:14305339#, c-format5340msgid "loose object %s (stored in %s) is corrupt"5341msgstr ""53425343#: sha1-file.c:14345344#, c-format5345msgid "packed object %s (stored in %s) is corrupt"5346msgstr ""53475348#: sha1-file.c:15365349#, c-format5350msgid "unable to write sha1 filename %s"5351msgstr ""53525353#: sha1-file.c:15435354#, c-format5355msgid "unable to set permission to '%s'"5356msgstr ""53575358#: sha1-file.c:15505359msgid "file write error"5360msgstr ""53615362#: sha1-file.c:15695363msgid "error when closing sha1 file"5364msgstr ""53655366#: sha1-file.c:16355367#, c-format5368msgid "insufficient permission for adding an object to repository database %s"5369msgstr ""53705371#: sha1-file.c:16375372msgid "unable to create temporary file"5373msgstr ""53745375#: sha1-file.c:16615376msgid "unable to write sha1 file"5377msgstr ""53785379#: sha1-file.c:16675380#, c-format5381msgid "unable to deflate new object %s (%d)"5382msgstr ""53835384#: sha1-file.c:16715385#, c-format5386msgid "deflateEnd on object %s failed (%d)"5387msgstr ""53885389#: sha1-file.c:16755390#, c-format5391msgid "confused by unstable object source data for %s"5392msgstr ""53935394#: sha1-file.c:1685 builtin/pack-objects.c:9185395#, c-format5396msgid "failed utime() on %s"5397msgstr ""53985399#: sha1-file.c:17605400#, c-format5401msgid "cannot read sha1_file for %s"5402msgstr ""54035404#: sha1-file.c:18055405msgid "corrupt commit"5406msgstr ""54075408#: sha1-file.c:18135409msgid "corrupt tag"5410msgstr ""54115412#: sha1-file.c:19125413#, c-format5414msgid "read error while indexing %s"5415msgstr ""54165417#: sha1-file.c:19155418#, c-format5419msgid "short read while indexing %s"5420msgstr ""54215422#: sha1-file.c:1988 sha1-file.c:19975423#, c-format5424msgid "%s: failed to insert into database"5425msgstr ""54265427#: sha1-file.c:20035428#, c-format5429msgid "%s: unsupported file type"5430msgstr ""54315432#: sha1-file.c:20275433#, c-format5434msgid "%s is not a valid object"5435msgstr ""54365437#: sha1-file.c:20295438#, c-format5439msgid "%s is not a valid '%s' object"5440msgstr ""54415442#: sha1-file.c:2056 builtin/index-pack.c:1545443#, c-format5444msgid "unable to open %s"5445msgstr ""54465447#: sha1-file.c:2226 sha1-file.c:22785448#, c-format5449msgid "sha1 mismatch for %s (expected %s)"5450msgstr ""54515452#: sha1-file.c:22505453#, c-format5454msgid "unable to mmap %s"5455msgstr ""54565457#: sha1-file.c:22555458#, c-format5459msgid "unable to unpack header of %s"5460msgstr ""54615462#: sha1-file.c:22615463#, c-format5464msgid "unable to parse header of %s"5465msgstr ""54665467#: sha1-file.c:22725468#, c-format5469msgid "unable to unpack contents of %s"5470msgstr ""54715472#: sha1-name.c:4765473#, c-format5474msgid "short SHA1 %s is ambiguous"5475msgstr ""54765477#: sha1-name.c:4875478msgid "The candidates are:"5479msgstr ""54805481#: sha1-name.c:7705482msgid ""5483"Git normally never creates a ref that ends with 40 hex characters\n"5484"because it will be ignored when you just specify 40-hex. These refs\n"5485"may be created by mistake. For example,\n"5486"\n"5487" git checkout -b $br $(git rev-parse ...)\n"5488"\n"5489"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"5490"examine these refs and maybe delete them. Turn this message off by\n"5491"running \"git config advice.objectNameWarning false\""5492msgstr ""54935494#: submodule.c:116 submodule.c:1455495msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"5496msgstr ""54975498#: submodule.c:120 submodule.c:1495499#, c-format5500msgid "Could not find section in .gitmodules where path=%s"5501msgstr ""55025503#: submodule.c:1565504#, c-format5505msgid "Could not remove .gitmodules entry for %s"5506msgstr ""55075508#: submodule.c:1675509msgid "staging updated .gitmodules failed"5510msgstr ""55115512#: submodule.c:3295513#, c-format5514msgid "in unpopulated submodule '%s'"5515msgstr ""55165517#: submodule.c:3605518#, c-format5519msgid "Pathspec '%s' is in submodule '%.*s'"5520msgstr ""55215522#: submodule.c:8575523#, c-format5524msgid "submodule entry '%s' (%s) is a %s, not a commit"5525msgstr ""55265527#: submodule.c:1097 builtin/branch.c:656 builtin/submodule--helper.c:19855528msgid "Failed to resolve HEAD as a valid ref."5529msgstr ""55305531#: submodule.c:14045532#, c-format5533msgid "'%s' not recognized as a git repository"5534msgstr ""55355536#: submodule.c:15425537#, c-format5538msgid "could not start 'git status' in submodule '%s'"5539msgstr ""55405541#: submodule.c:15555542#, c-format5543msgid "could not run 'git status' in submodule '%s'"5544msgstr ""55455546#: submodule.c:16485547#, c-format5548msgid "submodule '%s' has dirty index"5549msgstr ""55505551#: submodule.c:17005552#, c-format5553msgid "Submodule '%s' could not be updated."5554msgstr ""55555556#: submodule.c:17475557#, c-format5558msgid ""5559"relocate_gitdir for submodule '%s' with more than one worktree not supported"5560msgstr ""55615562#: submodule.c:1759 submodule.c:18155563#, c-format5564msgid "could not lookup name for submodule '%s'"5565msgstr ""55665567#: submodule.c:17665568#, c-format5569msgid ""5570"Migrating git directory of '%s%s' from\n"5571"'%s' to\n"5572"'%s'\n"5573msgstr ""55745575#: submodule.c:18505576#, c-format5577msgid "could not recurse into submodule '%s'"5578msgstr ""55795580#: submodule.c:18945581msgid "could not start ls-files in .."5582msgstr ""55835584#: submodule.c:19335585#, c-format5586msgid "ls-tree returned unexpected return code %d"5587msgstr ""55885589#: submodule-config.c:2325590#, c-format5591msgid "ignoring suspicious submodule name: %s"5592msgstr ""55935594#: submodule-config.c:2965595msgid "negative values not allowed for submodule.fetchjobs"5596msgstr ""55975598#: submodule-config.c:3905599#, c-format5600msgid "ignoring '%s' which may be interpreted as a command-line option: %s"5601msgstr ""56025603#: submodule-config.c:4795604#, c-format5605msgid "invalid value for %s"5606msgstr ""56075608#: submodule-config.c:7545609#, c-format5610msgid "Could not update .gitmodules entry %s"5611msgstr ""56125613#: trailer.c:2385614#, c-format5615msgid "running trailer command '%s' failed"5616msgstr ""56175618#: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:5535619#: trailer.c:5575620#, c-format5621msgid "unknown value '%s' for key '%s'"5622msgstr ""56235624#: trailer.c:539 trailer.c:544 builtin/remote.c:2955625#, c-format5626msgid "more than one %s"5627msgstr ""56285629#: trailer.c:7305630#, c-format5631msgid "empty trailer token in trailer '%.*s'"5632msgstr ""56335634#: trailer.c:7505635#, c-format5636msgid "could not read input file '%s'"5637msgstr ""56385639#: trailer.c:7535640msgid "could not read from stdin"5641msgstr ""56425643#: trailer.c:1011 builtin/am.c:475644#, c-format5645msgid "could not stat %s"5646msgstr ""56475648#: trailer.c:10135649#, c-format5650msgid "file %s is not a regular file"5651msgstr ""56525653#: trailer.c:10155654#, c-format5655msgid "file %s is not writable by user"5656msgstr ""56575658#: trailer.c:10275659msgid "could not open temporary file"5660msgstr ""56615662#: trailer.c:10675663#, c-format5664msgid "could not rename temporary file to %s"5665msgstr ""56665667#: transport.c:1165668#, c-format5669msgid "Would set upstream of '%s' to '%s' of '%s'\n"5670msgstr ""56715672#: transport.c:1425673#, c-format5674msgid "could not read bundle '%s'"5675msgstr ""56765677#: transport.c:2085678#, c-format5679msgid "transport: invalid depth option '%s'"5680msgstr ""56815682#: transport.c:6165683msgid "could not parse transport.color.* config"5684msgstr ""56855686#: transport.c:6895687msgid "support for protocol v2 not implemented yet"5688msgstr ""56895690#: transport.c:8165691#, c-format5692msgid "unknown value for config '%s': %s"5693msgstr ""56945695#: transport.c:8825696#, c-format5697msgid "transport '%s' not allowed"5698msgstr ""56995700#: transport.c:9365701msgid "git-over-rsync is no longer supported"5702msgstr ""57035704#: transport.c:10315705#, c-format5706msgid ""5707"The following submodule paths contain changes that can\n"5708"not be found on any remote:\n"5709msgstr ""57105711#: transport.c:10355712#, c-format5713msgid ""5714"\n"5715"Please try\n"5716"\n"5717"\tgit push --recurse-submodules=on-demand\n"5718"\n"5719"or cd to the path and use\n"5720"\n"5721"\tgit push\n"5722"\n"5723"to push them to a remote.\n"5724"\n"5725msgstr ""57265727#: transport.c:10435728msgid "Aborting."5729msgstr ""57305731#: transport.c:11825732msgid "failed to push all needed submodules"5733msgstr ""57345735#: transport.c:1315 transport-helper.c:6435736msgid "operation not supported by protocol"5737msgstr ""57385739#: transport.c:14195740#, c-format5741msgid "invalid line while parsing alternate refs: %s"5742msgstr ""57435744#: transport-helper.c:51 transport-helper.c:805745msgid "full write to remote helper failed"5746msgstr ""57475748#: transport-helper.c:1325749#, c-format5750msgid "unable to find remote helper for '%s'"5751msgstr ""57525753#: transport-helper.c:148 transport-helper.c:5575754msgid "can't dup helper output fd"5755msgstr ""57565757#: transport-helper.c:1995758#, c-format5759msgid ""5760"unknown mandatory capability %s; this remote helper probably needs newer "5761"version of Git"5762msgstr ""57635764#: transport-helper.c:2055765msgid "this remote helper should implement refspec capability"5766msgstr ""57675768#: transport-helper.c:272 transport-helper.c:4125769#, c-format5770msgid "%s unexpectedly said: '%s'"5771msgstr ""57725773#: transport-helper.c:4015774#, c-format5775msgid "%s also locked %s"5776msgstr ""57775778#: transport-helper.c:4795779msgid "couldn't run fast-import"5780msgstr ""57815782#: transport-helper.c:5025783msgid "error while running fast-import"5784msgstr ""57855786#: transport-helper.c:531 transport-helper.c:10915787#, c-format5788msgid "could not read ref %s"5789msgstr ""57905791#: transport-helper.c:5765792#, c-format5793msgid "unknown response to connect: %s"5794msgstr ""57955796#: transport-helper.c:5985797msgid "setting remote service path not supported by protocol"5798msgstr ""57995800#: transport-helper.c:6005801msgid "invalid remote service path"5802msgstr ""58035804#: transport-helper.c:6465805#, c-format5806msgid "can't connect to subservice %s"5807msgstr ""58085809#: transport-helper.c:7135810#, c-format5811msgid "expected ok/error, helper said '%s'"5812msgstr ""58135814#: transport-helper.c:7665815#, c-format5816msgid "helper reported unexpected status of %s"5817msgstr ""58185819#: transport-helper.c:8275820#, c-format5821msgid "helper %s does not support dry-run"5822msgstr ""58235824#: transport-helper.c:8305825#, c-format5826msgid "helper %s does not support --signed"5827msgstr ""58285829#: transport-helper.c:8335830#, c-format5831msgid "helper %s does not support --signed=if-asked"5832msgstr ""58335834#: transport-helper.c:8405835#, c-format5836msgid "helper %s does not support 'push-option'"5837msgstr ""58385839#: transport-helper.c:9325840msgid "remote-helper doesn't support push; refspec needed"5841msgstr ""58425843#: transport-helper.c:9375844#, c-format5845msgid "helper %s does not support 'force'"5846msgstr ""58475848#: transport-helper.c:9845849msgid "couldn't run fast-export"5850msgstr ""58515852#: transport-helper.c:9895853msgid "error while running fast-export"5854msgstr ""58555856#: transport-helper.c:10145857#, c-format5858msgid ""5859"No refs in common and none specified; doing nothing.\n"5860"Perhaps you should specify a branch such as 'master'.\n"5861msgstr ""58625863#: transport-helper.c:10775864#, c-format5865msgid "malformed response in ref list: %s"5866msgstr ""58675868#: transport-helper.c:12315869#, c-format5870msgid "read(%s) failed"5871msgstr ""58725873#: transport-helper.c:12585874#, c-format5875msgid "write(%s) failed"5876msgstr ""58775878#: transport-helper.c:13075879#, c-format5880msgid "%s thread failed"5881msgstr ""58825883#: transport-helper.c:13115884#, c-format5885msgid "%s thread failed to join: %s"5886msgstr ""58875888#: transport-helper.c:1330 transport-helper.c:13345889#, c-format5890msgid "can't start thread for copying data: %s"5891msgstr ""58925893#: transport-helper.c:13715894#, c-format5895msgid "%s process failed to wait"5896msgstr ""58975898#: transport-helper.c:13755899#, c-format5900msgid "%s process failed"5901msgstr ""59025903#: transport-helper.c:1393 transport-helper.c:14025904msgid "can't start thread for copying data"5905msgstr ""59065907#: tree-walk.c:335908msgid "too-short tree object"5909msgstr ""59105911#: tree-walk.c:395912msgid "malformed mode in tree entry"5913msgstr ""59145915#: tree-walk.c:435916msgid "empty filename in tree entry"5917msgstr ""59185919#: tree-walk.c:1155920msgid "too-short tree file"5921msgstr ""59225923#: unpack-trees.c:1125924#, c-format5925msgid ""5926"Your local changes to the following files would be overwritten by checkout:\n"5927"%%sPlease commit your changes or stash them before you switch branches."5928msgstr ""59295930#: unpack-trees.c:1145931#, c-format5932msgid ""5933"Your local changes to the following files would be overwritten by checkout:\n"5934"%%s"5935msgstr ""59365937#: unpack-trees.c:1175938#, c-format5939msgid ""5940"Your local changes to the following files would be overwritten by merge:\n"5941"%%sPlease commit your changes or stash them before you merge."5942msgstr ""59435944#: unpack-trees.c:1195945#, c-format5946msgid ""5947"Your local changes to the following files would be overwritten by merge:\n"5948"%%s"5949msgstr ""59505951#: unpack-trees.c:1225952#, c-format5953msgid ""5954"Your local changes to the following files would be overwritten by %s:\n"5955"%%sPlease commit your changes or stash them before you %s."5956msgstr ""59575958#: unpack-trees.c:1245959#, c-format5960msgid ""5961"Your local changes to the following files would be overwritten by %s:\n"5962"%%s"5963msgstr ""59645965#: unpack-trees.c:1295966#, c-format5967msgid ""5968"Updating the following directories would lose untracked files in them:\n"5969"%s"5970msgstr ""59715972#: unpack-trees.c:1335973#, c-format5974msgid ""5975"The following untracked working tree files would be removed by checkout:\n"5976"%%sPlease move or remove them before you switch branches."5977msgstr ""59785979#: unpack-trees.c:1355980#, c-format5981msgid ""5982"The following untracked working tree files would be removed by checkout:\n"5983"%%s"5984msgstr ""59855986#: unpack-trees.c:1385987#, c-format5988msgid ""5989"The following untracked working tree files would be removed by merge:\n"5990"%%sPlease move or remove them before you merge."5991msgstr ""59925993#: unpack-trees.c:1405994#, c-format5995msgid ""5996"The following untracked working tree files would be removed by merge:\n"5997"%%s"5998msgstr ""59996000#: unpack-trees.c:1436001#, c-format6002msgid ""6003"The following untracked working tree files would be removed by %s:\n"6004"%%sPlease move or remove them before you %s."6005msgstr ""60066007#: unpack-trees.c:1456008#, c-format6009msgid ""6010"The following untracked working tree files would be removed by %s:\n"6011"%%s"6012msgstr ""60136014#: unpack-trees.c:1516015#, c-format6016msgid ""6017"The following untracked working tree files would be overwritten by "6018"checkout:\n"6019"%%sPlease move or remove them before you switch branches."6020msgstr ""60216022#: unpack-trees.c:1536023#, c-format6024msgid ""6025"The following untracked working tree files would be overwritten by "6026"checkout:\n"6027"%%s"6028msgstr ""60296030#: unpack-trees.c:1566031#, c-format6032msgid ""6033"The following untracked working tree files would be overwritten by merge:\n"6034"%%sPlease move or remove them before you merge."6035msgstr ""60366037#: unpack-trees.c:1586038#, c-format6039msgid ""6040"The following untracked working tree files would be overwritten by merge:\n"6041"%%s"6042msgstr ""60436044#: unpack-trees.c:1616045#, c-format6046msgid ""6047"The following untracked working tree files would be overwritten by %s:\n"6048"%%sPlease move or remove them before you %s."6049msgstr ""60506051#: unpack-trees.c:1636052#, c-format6053msgid ""6054"The following untracked working tree files would be overwritten by %s:\n"6055"%%s"6056msgstr ""60576058#: unpack-trees.c:1716059#, c-format6060msgid "Entry '%s' overlaps with '%s'. Cannot bind."6061msgstr ""60626063#: unpack-trees.c:1746064#, c-format6065msgid ""6066"Cannot update sparse checkout: the following entries are not up to date:\n"6067"%s"6068msgstr ""60696070#: unpack-trees.c:1766071#, c-format6072msgid ""6073"The following working tree files would be overwritten by sparse checkout "6074"update:\n"6075"%s"6076msgstr ""60776078#: unpack-trees.c:1786079#, c-format6080msgid ""6081"The following working tree files would be removed by sparse checkout "6082"update:\n"6083"%s"6084msgstr ""60856086#: unpack-trees.c:1806087#, c-format6088msgid ""6089"Cannot update submodule:\n"6090"%s"6091msgstr ""60926093#: unpack-trees.c:2546094#, c-format6095msgid "Aborting\n"6096msgstr ""60976098#: unpack-trees.c:3366099msgid "Checking out files"6100msgstr ""61016102#: unpack-trees.c:3686103msgid ""6104"the following paths have collided (e.g. case-sensitive paths\n"6105"on a case-insensitive filesystem) and only one from the same\n"6106"colliding group is in the working tree:\n"6107msgstr ""61086109#: urlmatch.c:1636110msgid "invalid URL scheme name or missing '://' suffix"6111msgstr ""61126113#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:4056114#, c-format6115msgid "invalid %XX escape sequence"6116msgstr ""61176118#: urlmatch.c:2156119msgid "missing host and scheme is not 'file:'"6120msgstr ""61216122#: urlmatch.c:2326123msgid "a 'file:' URL may not have a port number"6124msgstr ""61256126#: urlmatch.c:2476127msgid "invalid characters in host name"6128msgstr ""61296130#: urlmatch.c:292 urlmatch.c:3036131msgid "invalid port number"6132msgstr ""61336134#: urlmatch.c:3716135msgid "invalid '..' path segment"6136msgstr ""61376138#: worktree.c:249 builtin/am.c:21006139#, c-format6140msgid "failed to read '%s'"6141msgstr ""61426143#: worktree.c:2956144#, c-format6145msgid "'%s' at main working tree is not the repository directory"6146msgstr ""61476148#: worktree.c:3066149#, c-format6150msgid "'%s' file does not contain absolute path to the working tree location"6151msgstr ""61526153#: worktree.c:3186154#, c-format6155msgid "'%s' does not exist"6156msgstr ""61576158#: worktree.c:3246159#, c-format6160msgid "'%s' is not a .git file, error code %d"6161msgstr ""61626163#: worktree.c:3326164#, c-format6165msgid "'%s' does not point back to '%s'"6166msgstr ""61676168#: wrapper.c:223 wrapper.c:3936169#, c-format6170msgid "could not open '%s' for reading and writing"6171msgstr ""61726173#: wrapper.c:424 wrapper.c:6246174#, c-format6175msgid "unable to access '%s'"6176msgstr ""61776178#: wrapper.c:6326179msgid "unable to get current working directory"6180msgstr ""61816182#: wt-status.c:1546183msgid "Unmerged paths:"6184msgstr ""61856186#: wt-status.c:181 wt-status.c:2086187#, c-format6188msgid " (use \"git reset %s <file>...\" to unstage)"6189msgstr ""61906191#: wt-status.c:183 wt-status.c:2106192msgid " (use \"git rm --cached <file>...\" to unstage)"6193msgstr ""61946195#: wt-status.c:1876196msgid " (use \"git add <file>...\" to mark resolution)"6197msgstr ""61986199#: wt-status.c:189 wt-status.c:1936200msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"6201msgstr ""62026203#: wt-status.c:1916204msgid " (use \"git rm <file>...\" to mark resolution)"6205msgstr ""62066207#: wt-status.c:202 wt-status.c:10426208msgid "Changes to be committed:"6209msgstr ""62106211#: wt-status.c:220 wt-status.c:10516212msgid "Changes not staged for commit:"6213msgstr ""62146215#: wt-status.c:2246216msgid " (use \"git add <file>...\" to update what will be committed)"6217msgstr ""62186219#: wt-status.c:2266220msgid " (use \"git add/rm <file>...\" to update what will be committed)"6221msgstr ""62226223#: wt-status.c:2276224msgid ""6225" (use \"git checkout -- <file>...\" to discard changes in working directory)"6226msgstr ""62276228#: wt-status.c:2296229msgid " (commit or discard the untracked or modified content in submodules)"6230msgstr ""62316232#: wt-status.c:2416233#, c-format6234msgid " (use \"git %s <file>...\" to include in what will be committed)"6235msgstr ""62366237#: wt-status.c:2566238msgid "both deleted:"6239msgstr ""62406241#: wt-status.c:2586242msgid "added by us:"6243msgstr ""62446245#: wt-status.c:2606246msgid "deleted by them:"6247msgstr ""62486249#: wt-status.c:2626250msgid "added by them:"6251msgstr ""62526253#: wt-status.c:2646254msgid "deleted by us:"6255msgstr ""62566257#: wt-status.c:2666258msgid "both added:"6259msgstr ""62606261#: wt-status.c:2686262msgid "both modified:"6263msgstr ""62646265#: wt-status.c:2786266msgid "new file:"6267msgstr ""62686269#: wt-status.c:2806270msgid "copied:"6271msgstr ""62726273#: wt-status.c:2826274msgid "deleted:"6275msgstr ""62766277#: wt-status.c:2846278msgid "modified:"6279msgstr ""62806281#: wt-status.c:2866282msgid "renamed:"6283msgstr ""62846285#: wt-status.c:2886286msgid "typechange:"6287msgstr ""62886289#: wt-status.c:2906290msgid "unknown:"6291msgstr ""62926293#: wt-status.c:2926294msgid "unmerged:"6295msgstr ""62966297#: wt-status.c:3726298msgid "new commits, "6299msgstr ""63006301#: wt-status.c:3746302msgid "modified content, "6303msgstr ""63046305#: wt-status.c:3766306msgid "untracked content, "6307msgstr ""63086309#: wt-status.c:8806310#, c-format6311msgid "Your stash currently has %d entry"6312msgid_plural "Your stash currently has %d entries"6313msgstr[0] ""6314msgstr[1] ""63156316#: wt-status.c:9126317msgid "Submodules changed but not updated:"6318msgstr ""63196320#: wt-status.c:9146321msgid "Submodule changes to be committed:"6322msgstr ""63236324#: wt-status.c:9966325msgid ""6326"Do not modify or remove the line above.\n"6327"Everything below it will be ignored."6328msgstr ""63296330#: wt-status.c:10976331msgid "You have unmerged paths."6332msgstr ""63336334#: wt-status.c:11006335msgid " (fix conflicts and run \"git commit\")"6336msgstr ""63376338#: wt-status.c:11026339msgid " (use \"git merge --abort\" to abort the merge)"6340msgstr ""63416342#: wt-status.c:11066343msgid "All conflicts fixed but you are still merging."6344msgstr ""63456346#: wt-status.c:11096347msgid " (use \"git commit\" to conclude merge)"6348msgstr ""63496350#: wt-status.c:11186351msgid "You are in the middle of an am session."6352msgstr ""63536354#: wt-status.c:11216355msgid "The current patch is empty."6356msgstr ""63576358#: wt-status.c:11256359msgid " (fix conflicts and then run \"git am --continue\")"6360msgstr ""63616362#: wt-status.c:11276363msgid " (use \"git am --skip\" to skip this patch)"6364msgstr ""63656366#: wt-status.c:11296367msgid " (use \"git am --abort\" to restore the original branch)"6368msgstr ""63696370#: wt-status.c:12606371msgid "git-rebase-todo is missing."6372msgstr ""63736374#: wt-status.c:12626375msgid "No commands done."6376msgstr ""63776378#: wt-status.c:12656379#, c-format6380msgid "Last command done (%d command done):"6381msgid_plural "Last commands done (%d commands done):"6382msgstr[0] ""6383msgstr[1] ""63846385#: wt-status.c:12766386#, c-format6387msgid " (see more in file %s)"6388msgstr ""63896390#: wt-status.c:12816391msgid "No commands remaining."6392msgstr ""63936394#: wt-status.c:12846395#, c-format6396msgid "Next command to do (%d remaining command):"6397msgid_plural "Next commands to do (%d remaining commands):"6398msgstr[0] ""6399msgstr[1] ""64006401#: wt-status.c:12926402msgid " (use \"git rebase --edit-todo\" to view and edit)"6403msgstr ""64046405#: wt-status.c:13046406#, c-format6407msgid "You are currently rebasing branch '%s' on '%s'."6408msgstr ""64096410#: wt-status.c:13096411msgid "You are currently rebasing."6412msgstr ""64136414#: wt-status.c:13226415msgid " (fix conflicts and then run \"git rebase --continue\")"6416msgstr ""64176418#: wt-status.c:13246419msgid " (use \"git rebase --skip\" to skip this patch)"6420msgstr ""64216422#: wt-status.c:13266423msgid " (use \"git rebase --abort\" to check out the original branch)"6424msgstr ""64256426#: wt-status.c:13336427msgid " (all conflicts fixed: run \"git rebase --continue\")"6428msgstr ""64296430#: wt-status.c:13376431#, c-format6432msgid ""6433"You are currently splitting a commit while rebasing branch '%s' on '%s'."6434msgstr ""64356436#: wt-status.c:13426437msgid "You are currently splitting a commit during a rebase."6438msgstr ""64396440#: wt-status.c:13456441msgid " (Once your working directory is clean, run \"git rebase --continue\")"6442msgstr ""64436444#: wt-status.c:13496445#, c-format6446msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."6447msgstr ""64486449#: wt-status.c:13546450msgid "You are currently editing a commit during a rebase."6451msgstr ""64526453#: wt-status.c:13576454msgid " (use \"git commit --amend\" to amend the current commit)"6455msgstr ""64566457#: wt-status.c:13596458msgid ""6459" (use \"git rebase --continue\" once you are satisfied with your changes)"6460msgstr ""64616462#: wt-status.c:13686463#, c-format6464msgid "You are currently cherry-picking commit %s."6465msgstr ""64666467#: wt-status.c:13736468msgid " (fix conflicts and run \"git cherry-pick --continue\")"6469msgstr ""64706471#: wt-status.c:13766472msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"6473msgstr ""64746475#: wt-status.c:13786476msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"6477msgstr ""64786479#: wt-status.c:13866480#, c-format6481msgid "You are currently reverting commit %s."6482msgstr ""64836484#: wt-status.c:13916485msgid " (fix conflicts and run \"git revert --continue\")"6486msgstr ""64876488#: wt-status.c:13946489msgid " (all conflicts fixed: run \"git revert --continue\")"6490msgstr ""64916492#: wt-status.c:13966493msgid " (use \"git revert --abort\" to cancel the revert operation)"6494msgstr ""64956496#: wt-status.c:14066497#, c-format6498msgid "You are currently bisecting, started from branch '%s'."6499msgstr ""65006501#: wt-status.c:14106502msgid "You are currently bisecting."6503msgstr ""65046505#: wt-status.c:14136506msgid " (use \"git bisect reset\" to get back to the original branch)"6507msgstr ""65086509#: wt-status.c:16116510msgid "On branch "6511msgstr ""65126513#: wt-status.c:16186514msgid "interactive rebase in progress; onto "6515msgstr ""65166517#: wt-status.c:16206518msgid "rebase in progress; onto "6519msgstr ""65206521#: wt-status.c:16256522msgid "HEAD detached at "6523msgstr ""65246525#: wt-status.c:16276526msgid "HEAD detached from "6527msgstr ""65286529#: wt-status.c:16306530msgid "Not currently on any branch."6531msgstr ""65326533#: wt-status.c:16476534msgid "Initial commit"6535msgstr ""65366537#: wt-status.c:16486538msgid "No commits yet"6539msgstr ""65406541#: wt-status.c:16626542msgid "Untracked files"6543msgstr ""65446545#: wt-status.c:16646546msgid "Ignored files"6547msgstr ""65486549#: wt-status.c:16686550#, c-format6551msgid ""6552"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"6553"may speed it up, but you have to be careful not to forget to add\n"6554"new files yourself (see 'git help status')."6555msgstr ""65566557#: wt-status.c:16746558#, c-format6559msgid "Untracked files not listed%s"6560msgstr ""65616562#: wt-status.c:16766563msgid " (use -u option to show untracked files)"6564msgstr ""65656566#: wt-status.c:16826567msgid "No changes"6568msgstr ""65696570#: wt-status.c:16876571#, c-format6572msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"6573msgstr ""65746575#: wt-status.c:16906576#, c-format6577msgid "no changes added to commit\n"6578msgstr ""65796580#: wt-status.c:16936581#, c-format6582msgid ""6583"nothing added to commit but untracked files present (use \"git add\" to "6584"track)\n"6585msgstr ""65866587#: wt-status.c:16966588#, c-format6589msgid "nothing added to commit but untracked files present\n"6590msgstr ""65916592#: wt-status.c:16996593#, c-format6594msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"6595msgstr ""65966597#: wt-status.c:1702 wt-status.c:17076598#, c-format6599msgid "nothing to commit\n"6600msgstr ""66016602#: wt-status.c:17056603#, c-format6604msgid "nothing to commit (use -u to show untracked files)\n"6605msgstr ""66066607#: wt-status.c:17096608#, c-format6609msgid "nothing to commit, working tree clean\n"6610msgstr ""66116612#: wt-status.c:18226613msgid "No commits yet on "6614msgstr ""66156616#: wt-status.c:18266617msgid "HEAD (no branch)"6618msgstr ""66196620#: wt-status.c:18576621msgid "different"6622msgstr ""66236624#: wt-status.c:1859 wt-status.c:18676625msgid "behind "6626msgstr ""66276628#: wt-status.c:1862 wt-status.c:18656629msgid "ahead "6630msgstr ""66316632#. TRANSLATORS: the action is e.g. "pull with rebase"6633#: wt-status.c:23746634#, c-format6635msgid "cannot %s: You have unstaged changes."6636msgstr ""66376638#: wt-status.c:23806639msgid "additionally, your index contains uncommitted changes."6640msgstr ""66416642#: wt-status.c:23826643#, c-format6644msgid "cannot %s: Your index contains uncommitted changes."6645msgstr ""66466647#: builtin/add.c:246648msgid "git add [<options>] [--] <pathspec>..."6649msgstr ""66506651#: builtin/add.c:836652#, c-format6653msgid "unexpected diff status %c"6654msgstr ""66556656#: builtin/add.c:88 builtin/commit.c:2846657msgid "updating files failed"6658msgstr ""66596660#: builtin/add.c:986661#, c-format6662msgid "remove '%s'\n"6663msgstr ""66646665#: builtin/add.c:1736666msgid "Unstaged changes after refreshing the index:"6667msgstr ""66686669#: builtin/add.c:233 builtin/rev-parse.c:8956670msgid "Could not read the index"6671msgstr ""66726673#: builtin/add.c:2446674#, c-format6675msgid "Could not open '%s' for writing."6676msgstr ""66776678#: builtin/add.c:2486679msgid "Could not write patch"6680msgstr ""66816682#: builtin/add.c:2516683msgid "editing patch failed"6684msgstr ""66856686#: builtin/add.c:2546687#, c-format6688msgid "Could not stat '%s'"6689msgstr ""66906691#: builtin/add.c:2566692msgid "Empty patch. Aborted."6693msgstr ""66946695#: builtin/add.c:2616696#, c-format6697msgid "Could not apply '%s'"6698msgstr ""66996700#: builtin/add.c:2696701msgid "The following paths are ignored by one of your .gitignore files:\n"6702msgstr ""67036704#: builtin/add.c:289 builtin/clean.c:907 builtin/fetch.c:137 builtin/mv.c:1236705#: builtin/prune-packed.c:56 builtin/pull.c:213 builtin/push.c:5576706#: builtin/remote.c:1345 builtin/rm.c:240 builtin/send-pack.c:1656707msgid "dry run"6708msgstr ""67096710#: builtin/add.c:2926711msgid "interactive picking"6712msgstr ""67136714#: builtin/add.c:293 builtin/checkout.c:1258 builtin/reset.c:3056715msgid "select hunks interactively"6716msgstr ""67176718#: builtin/add.c:2946719msgid "edit current diff and apply"6720msgstr ""67216722#: builtin/add.c:2956723msgid "allow adding otherwise ignored files"6724msgstr ""67256726#: builtin/add.c:2966727msgid "update tracked files"6728msgstr ""67296730#: builtin/add.c:2976731msgid "renormalize EOL of tracked files (implies -u)"6732msgstr ""67336734#: builtin/add.c:2986735msgid "record only the fact that the path will be added later"6736msgstr ""67376738#: builtin/add.c:2996739msgid "add changes from all tracked and untracked files"6740msgstr ""67416742#: builtin/add.c:3026743msgid "ignore paths removed in the working tree (same as --no-all)"6744msgstr ""67456746#: builtin/add.c:3046747msgid "don't add, only refresh the index"6748msgstr ""67496750#: builtin/add.c:3056751msgid "just skip files which cannot be added because of errors"6752msgstr ""67536754#: builtin/add.c:3066755msgid "check if - even missing - files are ignored in dry run"6756msgstr ""67576758#: builtin/add.c:308 builtin/update-index.c:9906759msgid "override the executable bit of the listed files"6760msgstr ""67616762#: builtin/add.c:3106763msgid "warn when adding an embedded repository"6764msgstr ""67656766#: builtin/add.c:3256767#, c-format6768msgid ""6769"You've added another git repository inside your current repository.\n"6770"Clones of the outer repository will not contain the contents of\n"6771"the embedded repository and will not know how to obtain it.\n"6772"If you meant to add a submodule, use:\n"6773"\n"6774"\tgit submodule add <url> %s\n"6775"\n"6776"If you added this path by mistake, you can remove it from the\n"6777"index with:\n"6778"\n"6779"\tgit rm --cached %s\n"6780"\n"6781"See \"git help submodule\" for more information."6782msgstr ""67836784#: builtin/add.c:3536785#, c-format6786msgid "adding embedded git repository: %s"6787msgstr ""67886789#: builtin/add.c:3716790#, c-format6791msgid "Use -f if you really want to add them.\n"6792msgstr ""67936794#: builtin/add.c:3796795msgid "adding files failed"6796msgstr ""67976798#: builtin/add.c:4176799msgid "-A and -u are mutually incompatible"6800msgstr ""68016802#: builtin/add.c:4246803msgid "Option --ignore-missing can only be used together with --dry-run"6804msgstr ""68056806#: builtin/add.c:4286807#, c-format6808msgid "--chmod param '%s' must be either -x or +x"6809msgstr ""68106811#: builtin/add.c:4436812#, c-format6813msgid "Nothing specified, nothing added.\n"6814msgstr ""68156816#: builtin/add.c:4446817#, c-format6818msgid "Maybe you wanted to say 'git add .'?\n"6819msgstr ""68206821#: builtin/am.c:3636822msgid "could not parse author script"6823msgstr ""68246825#: builtin/am.c:4476826#, c-format6827msgid "'%s' was deleted by the applypatch-msg hook"6828msgstr ""68296830#: builtin/am.c:4886831#, c-format6832msgid "Malformed input line: '%s'."6833msgstr ""68346835#: builtin/am.c:5256836#, c-format6837msgid "Failed to copy notes from '%s' to '%s'"6838msgstr ""68396840#: builtin/am.c:5516841msgid "fseek failed"6842msgstr ""68436844#: builtin/am.c:7396845#, c-format6846msgid "could not parse patch '%s'"6847msgstr ""68486849#: builtin/am.c:8046850msgid "Only one StGIT patch series can be applied at once"6851msgstr ""68526853#: builtin/am.c:8526854msgid "invalid timestamp"6855msgstr ""68566857#: builtin/am.c:857 builtin/am.c:8696858msgid "invalid Date line"6859msgstr ""68606861#: builtin/am.c:8646862msgid "invalid timezone offset"6863msgstr ""68646865#: builtin/am.c:9576866msgid "Patch format detection failed."6867msgstr ""68686869#: builtin/am.c:962 builtin/clone.c:4086870#, c-format6871msgid "failed to create directory '%s'"6872msgstr ""68736874#: builtin/am.c:9676875msgid "Failed to split patches."6876msgstr ""68776878#: builtin/am.c:1097 builtin/commit.c:3696879msgid "unable to write index file"6880msgstr ""68816882#: builtin/am.c:11116883#, c-format6884msgid "When you have resolved this problem, run \"%s --continue\"."6885msgstr ""68866887#: builtin/am.c:11126888#, c-format6889msgid "If you prefer to skip this patch, run \"%s --skip\" instead."6890msgstr ""68916892#: builtin/am.c:11136893#, c-format6894msgid "To restore the original branch and stop patching, run \"%s --abort\"."6895msgstr ""68966897#: builtin/am.c:11966898msgid "Patch sent with format=flowed; space at the end of lines might be lost."6899msgstr ""69006901#: builtin/am.c:12246902msgid "Patch is empty."6903msgstr ""69046905#: builtin/am.c:12906906#, c-format6907msgid "invalid ident line: %.*s"6908msgstr ""69096910#: builtin/am.c:13126911#, c-format6912msgid "unable to parse commit %s"6913msgstr ""69146915#: builtin/am.c:15086916msgid "Repository lacks necessary blobs to fall back on 3-way merge."6917msgstr ""69186919#: builtin/am.c:15106920msgid "Using index info to reconstruct a base tree..."6921msgstr ""69226923#: builtin/am.c:15296924msgid ""6925"Did you hand edit your patch?\n"6926"It does not apply to blobs recorded in its index."6927msgstr ""69286929#: builtin/am.c:15356930msgid "Falling back to patching base and 3-way merge..."6931msgstr ""69326933#: builtin/am.c:15616934msgid "Failed to merge in the changes."6935msgstr ""69366937#: builtin/am.c:15936938msgid "applying to an empty history"6939msgstr ""69406941#: builtin/am.c:1639 builtin/am.c:16436942#, c-format6943msgid "cannot resume: %s does not exist."6944msgstr ""69456946#: builtin/am.c:16596947msgid "cannot be interactive without stdin connected to a terminal."6948msgstr ""69496950#: builtin/am.c:16646951msgid "Commit Body is:"6952msgstr ""69536954#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]6955#. in your translation. The program will only accept English6956#. input at this point.6957#.6958#: builtin/am.c:16746959msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "6960msgstr ""69616962#: builtin/am.c:17246963#, c-format6964msgid "Dirty index: cannot apply patches (dirty: %s)"6965msgstr ""69666967#: builtin/am.c:1764 builtin/am.c:18326968#, c-format6969msgid "Applying: %.*s"6970msgstr ""69716972#: builtin/am.c:17816973msgid "No changes -- Patch already applied."6974msgstr ""69756976#: builtin/am.c:17876977#, c-format6978msgid "Patch failed at %s %.*s"6979msgstr ""69806981#: builtin/am.c:17916982msgid "Use 'git am --show-current-patch' to see the failed patch"6983msgstr ""69846985#: builtin/am.c:18356986msgid ""6987"No changes - did you forget to use 'git add'?\n"6988"If there is nothing left to stage, chances are that something else\n"6989"already introduced the same changes; you might want to skip this patch."6990msgstr ""69916992#: builtin/am.c:18426993msgid ""6994"You still have unmerged paths in your index.\n"6995"You should 'git add' each file with resolved conflicts to mark them as "6996"such.\n"6997"You might run `git rm` on a file to accept \"deleted by them\" for it."6998msgstr ""69997000#: builtin/am.c:1949 builtin/am.c:1953 builtin/am.c:1965 builtin/reset.c:3287001#: builtin/reset.c:3367002#, c-format7003msgid "Could not parse object '%s'."7004msgstr ""70057006#: builtin/am.c:20017007msgid "failed to clean index"7008msgstr ""70097010#: builtin/am.c:20367011msgid ""7012"You seem to have moved HEAD since the last 'am' failure.\n"7013"Not rewinding to ORIG_HEAD"7014msgstr ""70157016#: builtin/am.c:21297017#, c-format7018msgid "Invalid value for --patch-format: %s"7019msgstr ""70207021#: builtin/am.c:21657022msgid "git am [<options>] [(<mbox> | <Maildir>)...]"7023msgstr ""70247025#: builtin/am.c:21667026msgid "git am [<options>] (--continue | --skip | --abort)"7027msgstr ""70287029#: builtin/am.c:21727030msgid "run interactively"7031msgstr ""70327033#: builtin/am.c:21747034msgid "historical option -- no-op"7035msgstr ""70367037#: builtin/am.c:21767038msgid "allow fall back on 3way merging if needed"7039msgstr ""70407041#: builtin/am.c:2177 builtin/init-db.c:486 builtin/prune-packed.c:587042#: builtin/repack.c:3067043msgid "be quiet"7044msgstr ""70457046#: builtin/am.c:21797047msgid "add a Signed-off-by line to the commit message"7048msgstr ""70497050#: builtin/am.c:21827051msgid "recode into utf8 (default)"7052msgstr ""70537054#: builtin/am.c:21847055msgid "pass -k flag to git-mailinfo"7056msgstr ""70577058#: builtin/am.c:21867059msgid "pass -b flag to git-mailinfo"7060msgstr ""70617062#: builtin/am.c:21887063msgid "pass -m flag to git-mailinfo"7064msgstr ""70657066#: builtin/am.c:21907067msgid "pass --keep-cr flag to git-mailsplit for mbox format"7068msgstr ""70697070#: builtin/am.c:21937071msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"7072msgstr ""70737074#: builtin/am.c:21967075msgid "strip everything before a scissors line"7076msgstr ""70777078#: builtin/am.c:2198 builtin/am.c:2201 builtin/am.c:2204 builtin/am.c:22077079#: builtin/am.c:2210 builtin/am.c:2213 builtin/am.c:2216 builtin/am.c:22197080#: builtin/am.c:22257081msgid "pass it through git-apply"7082msgstr ""70837084#: builtin/am.c:2215 builtin/commit.c:1340 builtin/fmt-merge-msg.c:6717085#: builtin/fmt-merge-msg.c:674 builtin/grep.c:868 builtin/merge.c:2397086#: builtin/pull.c:151 builtin/pull.c:209 builtin/rebase.c:8547087#: builtin/repack.c:317 builtin/repack.c:321 builtin/repack.c:3237088#: builtin/show-branch.c:651 builtin/show-ref.c:171 builtin/tag.c:3867089#: parse-options.h:144 parse-options.h:146 parse-options.h:2687090msgid "n"7091msgstr ""70927093#: builtin/am.c:2221 builtin/branch.c:637 builtin/for-each-ref.c:387094#: builtin/replace.c:544 builtin/tag.c:422 builtin/verify-tag.c:397095msgid "format"7096msgstr ""70977098#: builtin/am.c:22227099msgid "format the patch(es) are in"7100msgstr ""71017102#: builtin/am.c:22287103msgid "override error message when patch failure occurs"7104msgstr ""71057106#: builtin/am.c:22307107msgid "continue applying patches after resolving a conflict"7108msgstr ""71097110#: builtin/am.c:22337111msgid "synonyms for --continue"7112msgstr ""71137114#: builtin/am.c:22367115msgid "skip the current patch"7116msgstr ""71177118#: builtin/am.c:22397119msgid "restore the original branch and abort the patching operation."7120msgstr ""71217122#: builtin/am.c:22427123msgid "abort the patching operation but keep HEAD where it is."7124msgstr ""71257126#: builtin/am.c:22457127msgid "show the patch being applied."7128msgstr ""71297130#: builtin/am.c:22497131msgid "lie about committer date"7132msgstr ""71337134#: builtin/am.c:22517135msgid "use current timestamp for author date"7136msgstr ""71377138#: builtin/am.c:2253 builtin/commit.c:1483 builtin/merge.c:2737139#: builtin/pull.c:184 builtin/rebase.c:898 builtin/rebase--interactive.c:1837140#: builtin/revert.c:113 builtin/tag.c:4027141msgid "key-id"7142msgstr ""71437144#: builtin/am.c:2254 builtin/rebase.c:899 builtin/rebase--interactive.c:1847145msgid "GPG-sign commits"7146msgstr ""71477148#: builtin/am.c:22577149msgid "(internal use for git-rebase)"7150msgstr ""71517152#: builtin/am.c:22757153msgid ""7154"The -b/--binary option has been a no-op for long time, and\n"7155"it will be removed. Please do not use it anymore."7156msgstr ""71577158#: builtin/am.c:22827159msgid "failed to read the index"7160msgstr ""71617162#: builtin/am.c:22977163#, c-format7164msgid "previous rebase directory %s still exists but mbox given."7165msgstr ""71667167#: builtin/am.c:23217168#, c-format7169msgid ""7170"Stray %s directory found.\n"7171"Use \"git am --abort\" to remove it."7172msgstr ""71737174#: builtin/am.c:23277175msgid "Resolve operation not in progress, we are not resuming."7176msgstr ""71777178#: builtin/apply.c:87179msgid "git apply [<options>] [<patch>...]"7180msgstr ""71817182#: builtin/archive.c:177183#, c-format7184msgid "could not create archive file '%s'"7185msgstr ""71867187#: builtin/archive.c:207188msgid "could not redirect output"7189msgstr ""71907191#: builtin/archive.c:377192msgid "git archive: Remote with no URL"7193msgstr ""71947195#: builtin/archive.c:587196msgid "git archive: expected ACK/NAK, got a flush packet"7197msgstr ""71987199#: builtin/archive.c:617200#, c-format7201msgid "git archive: NACK %s"7202msgstr ""72037204#: builtin/archive.c:647205msgid "git archive: protocol error"7206msgstr ""72077208#: builtin/archive.c:687209msgid "git archive: expected a flush"7210msgstr ""72117212#: builtin/bisect--helper.c:127213msgid "git bisect--helper --next-all [--no-checkout]"7214msgstr ""72157216#: builtin/bisect--helper.c:137217msgid "git bisect--helper --write-terms <bad_term> <good_term>"7218msgstr ""72197220#: builtin/bisect--helper.c:147221msgid "git bisect--helper --bisect-clean-state"7222msgstr ""72237224#: builtin/bisect--helper.c:467225#, c-format7226msgid "'%s' is not a valid term"7227msgstr ""72287229#: builtin/bisect--helper.c:507230#, c-format7231msgid "can't use the builtin command '%s' as a term"7232msgstr ""72337234#: builtin/bisect--helper.c:607235#, c-format7236msgid "can't change the meaning of the term '%s'"7237msgstr ""72387239#: builtin/bisect--helper.c:717240msgid "please use two different terms"7241msgstr ""72427243#: builtin/bisect--helper.c:787244msgid "could not open the file BISECT_TERMS"7245msgstr ""72467247#: builtin/bisect--helper.c:1207248msgid "perform 'git bisect next'"7249msgstr ""72507251#: builtin/bisect--helper.c:1227252msgid "write the terms to .git/BISECT_TERMS"7253msgstr ""72547255#: builtin/bisect--helper.c:1247256msgid "cleanup the bisection state"7257msgstr ""72587259#: builtin/bisect--helper.c:1267260msgid "check for expected revs"7261msgstr ""72627263#: builtin/bisect--helper.c:1287264msgid "update BISECT_HEAD instead of checking out the current commit"7265msgstr ""72667267#: builtin/bisect--helper.c:1437268msgid "--write-terms requires two arguments"7269msgstr ""72707271#: builtin/bisect--helper.c:1477272msgid "--bisect-clean-state requires no arguments"7273msgstr ""72747275#: builtin/blame.c:317276msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"7277msgstr ""72787279#: builtin/blame.c:367280msgid "<rev-opts> are documented in git-rev-list(1)"7281msgstr ""72827283#: builtin/blame.c:4067284#, c-format7285msgid "expecting a color: %s"7286msgstr ""72877288#: builtin/blame.c:4137289msgid "must end with a color"7290msgstr ""72917292#: builtin/blame.c:7007293#, c-format7294msgid "invalid color '%s' in color.blame.repeatedLines"7295msgstr ""72967297#: builtin/blame.c:7187298msgid "invalid value for blame.coloring"7299msgstr ""73007301#: builtin/blame.c:7937302msgid "Show blame entries as we find them, incrementally"7303msgstr ""73047305#: builtin/blame.c:7947306msgid "Show blank SHA-1 for boundary commits (Default: off)"7307msgstr ""73087309#: builtin/blame.c:7957310msgid "Do not treat root commits as boundaries (Default: off)"7311msgstr ""73127313#: builtin/blame.c:7967314msgid "Show work cost statistics"7315msgstr ""73167317#: builtin/blame.c:7977318msgid "Force progress reporting"7319msgstr ""73207321#: builtin/blame.c:7987322msgid "Show output score for blame entries"7323msgstr ""73247325#: builtin/blame.c:7997326msgid "Show original filename (Default: auto)"7327msgstr ""73287329#: builtin/blame.c:8007330msgid "Show original linenumber (Default: off)"7331msgstr ""73327333#: builtin/blame.c:8017334msgid "Show in a format designed for machine consumption"7335msgstr ""73367337#: builtin/blame.c:8027338msgid "Show porcelain format with per-line commit information"7339msgstr ""73407341#: builtin/blame.c:8037342msgid "Use the same output mode as git-annotate (Default: off)"7343msgstr ""73447345#: builtin/blame.c:8047346msgid "Show raw timestamp (Default: off)"7347msgstr ""73487349#: builtin/blame.c:8057350msgid "Show long commit SHA1 (Default: off)"7351msgstr ""73527353#: builtin/blame.c:8067354msgid "Suppress author name and timestamp (Default: off)"7355msgstr ""73567357#: builtin/blame.c:8077358msgid "Show author email instead of name (Default: off)"7359msgstr ""73607361#: builtin/blame.c:8087362msgid "Ignore whitespace differences"7363msgstr ""73647365#: builtin/blame.c:8097366msgid "color redundant metadata from previous line differently"7367msgstr ""73687369#: builtin/blame.c:8107370msgid "color lines by age"7371msgstr ""73727373#: builtin/blame.c:8177374msgid "Use an experimental heuristic to improve diffs"7375msgstr ""73767377#: builtin/blame.c:8197378msgid "Spend extra cycles to find better match"7379msgstr ""73807381#: builtin/blame.c:8207382msgid "Use revisions from <file> instead of calling git-rev-list"7383msgstr ""73847385#: builtin/blame.c:8217386msgid "Use <file>'s contents as the final image"7387msgstr ""73887389#: builtin/blame.c:822 builtin/blame.c:8237390msgid "score"7391msgstr ""73927393#: builtin/blame.c:8227394msgid "Find line copies within and across files"7395msgstr ""73967397#: builtin/blame.c:8237398msgid "Find line movements within and across files"7399msgstr ""74007401#: builtin/blame.c:8247402msgid "n,m"7403msgstr ""74047405#: builtin/blame.c:8247406msgid "Process only line range n,m, counting from 1"7407msgstr ""74087409#: builtin/blame.c:8737410msgid "--progress can't be used with --incremental or porcelain formats"7411msgstr ""74127413#. TRANSLATORS: This string is used to tell us the7414#. maximum display width for a relative timestamp in7415#. "git blame" output. For C locale, "4 years, 117416#. months ago", which takes 22 places, is the longest7417#. among various forms of relative timestamps, but7418#. your language may need more or fewer display7419#. columns.7420#.7421#: builtin/blame.c:9247422msgid "4 years, 11 months ago"7423msgstr ""74247425#: builtin/blame.c:10117426#, c-format7427msgid "file %s has only %lu line"7428msgid_plural "file %s has only %lu lines"7429msgstr[0] ""7430msgstr[1] ""74317432#: builtin/blame.c:10577433msgid "Blaming lines"7434msgstr ""74357436#: builtin/branch.c:297437msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"7438msgstr ""74397440#: builtin/branch.c:307441msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"7442msgstr ""74437444#: builtin/branch.c:317445msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."7446msgstr ""74477448#: builtin/branch.c:327449msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"7450msgstr ""74517452#: builtin/branch.c:337453msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"7454msgstr ""74557456#: builtin/branch.c:347457msgid "git branch [<options>] [-r | -a] [--points-at]"7458msgstr ""74597460#: builtin/branch.c:357461msgid "git branch [<options>] [-r | -a] [--format]"7462msgstr ""74637464#: builtin/branch.c:1517465#, c-format7466msgid ""7467"deleting branch '%s' that has been merged to\n"7468" '%s', but not yet merged to HEAD."7469msgstr ""74707471#: builtin/branch.c:1557472#, c-format7473msgid ""7474"not deleting branch '%s' that is not yet merged to\n"7475" '%s', even though it is merged to HEAD."7476msgstr ""74777478#: builtin/branch.c:1697479#, c-format7480msgid "Couldn't look up commit object for '%s'"7481msgstr ""74827483#: builtin/branch.c:1737484#, c-format7485msgid ""7486"The branch '%s' is not fully merged.\n"7487"If you are sure you want to delete it, run 'git branch -D %s'."7488msgstr ""74897490#: builtin/branch.c:1867491msgid "Update of config-file failed"7492msgstr ""74937494#: builtin/branch.c:2177495msgid "cannot use -a with -d"7496msgstr ""74977498#: builtin/branch.c:2237499msgid "Couldn't look up commit object for HEAD"7500msgstr ""75017502#: builtin/branch.c:2377503#, c-format7504msgid "Cannot delete branch '%s' checked out at '%s'"7505msgstr ""75067507#: builtin/branch.c:2527508#, c-format7509msgid "remote-tracking branch '%s' not found."7510msgstr ""75117512#: builtin/branch.c:2537513#, c-format7514msgid "branch '%s' not found."7515msgstr ""75167517#: builtin/branch.c:2687518#, c-format7519msgid "Error deleting remote-tracking branch '%s'"7520msgstr ""75217522#: builtin/branch.c:2697523#, c-format7524msgid "Error deleting branch '%s'"7525msgstr ""75267527#: builtin/branch.c:2767528#, c-format7529msgid "Deleted remote-tracking branch %s (was %s).\n"7530msgstr ""75317532#: builtin/branch.c:2777533#, c-format7534msgid "Deleted branch %s (was %s).\n"7535msgstr ""75367537#: builtin/branch.c:421 builtin/tag.c:597538msgid "unable to parse format string"7539msgstr ""75407541#: builtin/branch.c:4587542#, c-format7543msgid "Branch %s is being rebased at %s"7544msgstr ""75457546#: builtin/branch.c:4627547#, c-format7548msgid "Branch %s is being bisected at %s"7549msgstr ""75507551#: builtin/branch.c:4797552msgid "cannot copy the current branch while not on any."7553msgstr ""75547555#: builtin/branch.c:4817556msgid "cannot rename the current branch while not on any."7557msgstr ""75587559#: builtin/branch.c:4927560#, c-format7561msgid "Invalid branch name: '%s'"7562msgstr ""75637564#: builtin/branch.c:5197565msgid "Branch rename failed"7566msgstr ""75677568#: builtin/branch.c:5217569msgid "Branch copy failed"7570msgstr ""75717572#: builtin/branch.c:5257573#, c-format7574msgid "Created a copy of a misnamed branch '%s'"7575msgstr ""75767577#: builtin/branch.c:5287578#, c-format7579msgid "Renamed a misnamed branch '%s' away"7580msgstr ""75817582#: builtin/branch.c:5347583#, c-format7584msgid "Branch renamed to %s, but HEAD is not updated!"7585msgstr ""75867587#: builtin/branch.c:5437588msgid "Branch is renamed, but update of config-file failed"7589msgstr ""75907591#: builtin/branch.c:5457592msgid "Branch is copied, but update of config-file failed"7593msgstr ""75947595#: builtin/branch.c:5617596#, c-format7597msgid ""7598"Please edit the description for the branch\n"7599" %s\n"7600"Lines starting with '%c' will be stripped.\n"7601msgstr ""76027603#: builtin/branch.c:5947604msgid "Generic options"7605msgstr ""76067607#: builtin/branch.c:5967608msgid "show hash and subject, give twice for upstream branch"7609msgstr ""76107611#: builtin/branch.c:5977612msgid "suppress informational messages"7613msgstr ""76147615#: builtin/branch.c:5987616msgid "set up tracking mode (see git-pull(1))"7617msgstr ""76187619#: builtin/branch.c:6007620msgid "do not use"7621msgstr ""76227623#: builtin/branch.c:602 builtin/rebase--interactive.c:1807624msgid "upstream"7625msgstr ""76267627#: builtin/branch.c:6027628msgid "change the upstream info"7629msgstr ""76307631#: builtin/branch.c:6037632msgid "Unset the upstream info"7633msgstr ""76347635#: builtin/branch.c:6047636msgid "use colored output"7637msgstr ""76387639#: builtin/branch.c:6057640msgid "act on remote-tracking branches"7641msgstr ""76427643#: builtin/branch.c:607 builtin/branch.c:6097644msgid "print only branches that contain the commit"7645msgstr ""76467647#: builtin/branch.c:608 builtin/branch.c:6107648msgid "print only branches that don't contain the commit"7649msgstr ""76507651#: builtin/branch.c:6137652msgid "Specific git-branch actions:"7653msgstr ""76547655#: builtin/branch.c:6147656msgid "list both remote-tracking and local branches"7657msgstr ""76587659#: builtin/branch.c:6167660msgid "delete fully merged branch"7661msgstr ""76627663#: builtin/branch.c:6177664msgid "delete branch (even if not merged)"7665msgstr ""76667667#: builtin/branch.c:6187668msgid "move/rename a branch and its reflog"7669msgstr ""76707671#: builtin/branch.c:6197672msgid "move/rename a branch, even if target exists"7673msgstr ""76747675#: builtin/branch.c:6207676msgid "copy a branch and its reflog"7677msgstr ""76787679#: builtin/branch.c:6217680msgid "copy a branch, even if target exists"7681msgstr ""76827683#: builtin/branch.c:6227684msgid "list branch names"7685msgstr ""76867687#: builtin/branch.c:6237688msgid "create the branch's reflog"7689msgstr ""76907691#: builtin/branch.c:6257692msgid "edit the description for the branch"7693msgstr ""76947695#: builtin/branch.c:6267696msgid "force creation, move/rename, deletion"7697msgstr ""76987699#: builtin/branch.c:6277700msgid "print only branches that are merged"7701msgstr ""77027703#: builtin/branch.c:6287704msgid "print only branches that are not merged"7705msgstr ""77067707#: builtin/branch.c:6297708msgid "list branches in columns"7709msgstr ""77107711#: builtin/branch.c:630 builtin/for-each-ref.c:40 builtin/ls-remote.c:707712#: builtin/tag.c:4157713msgid "key"7714msgstr ""77157716#: builtin/branch.c:631 builtin/for-each-ref.c:41 builtin/ls-remote.c:717717#: builtin/tag.c:4167718msgid "field name to sort on"7719msgstr ""77207721#: builtin/branch.c:633 builtin/for-each-ref.c:43 builtin/notes.c:4157722#: builtin/notes.c:418 builtin/notes.c:578 builtin/notes.c:5817723#: builtin/tag.c:4187724msgid "object"7725msgstr ""77267727#: builtin/branch.c:6347728msgid "print only branches of the object"7729msgstr ""77307731#: builtin/branch.c:636 builtin/for-each-ref.c:49 builtin/tag.c:4257732msgid "sorting and filtering are case insensitive"7733msgstr ""77347735#: builtin/branch.c:637 builtin/for-each-ref.c:38 builtin/tag.c:4237736#: builtin/verify-tag.c:397737msgid "format to use for the output"7738msgstr ""77397740#: builtin/branch.c:660 builtin/clone.c:7397741msgid "HEAD not found below refs/heads!"7742msgstr ""77437744#: builtin/branch.c:6837745msgid "--column and --verbose are incompatible"7746msgstr ""77477748#: builtin/branch.c:698 builtin/branch.c:749 builtin/branch.c:7587749msgid "branch name required"7750msgstr ""77517752#: builtin/branch.c:7257753msgid "Cannot give description to detached HEAD"7754msgstr ""77557756#: builtin/branch.c:7307757msgid "cannot edit description of more than one branch"7758msgstr ""77597760#: builtin/branch.c:7377761#, c-format7762msgid "No commit on branch '%s' yet."7763msgstr ""77647765#: builtin/branch.c:7407766#, c-format7767msgid "No branch named '%s'."7768msgstr ""77697770#: builtin/branch.c:7557771msgid "too many branches for a copy operation"7772msgstr ""77737774#: builtin/branch.c:7647775msgid "too many arguments for a rename operation"7776msgstr ""77777778#: builtin/branch.c:7697779msgid "too many arguments to set new upstream"7780msgstr ""77817782#: builtin/branch.c:7737783#, c-format7784msgid ""7785"could not set upstream of HEAD to %s when it does not point to any branch."7786msgstr ""77877788#: builtin/branch.c:776 builtin/branch.c:7987789#, c-format7790msgid "no such branch '%s'"7791msgstr ""77927793#: builtin/branch.c:7807794#, c-format7795msgid "branch '%s' does not exist"7796msgstr ""77977798#: builtin/branch.c:7927799msgid "too many arguments to unset upstream"7800msgstr ""78017802#: builtin/branch.c:7967803msgid "could not unset upstream of HEAD when it does not point to any branch."7804msgstr ""78057806#: builtin/branch.c:8027807#, c-format7808msgid "Branch '%s' has no upstream information"7809msgstr ""78107811#: builtin/branch.c:8127812msgid "-a and -r options to 'git branch' do not make sense with a branch name"7813msgstr ""78147815#: builtin/branch.c:8157816msgid ""7817"the '--set-upstream' option is no longer supported. Please use '--track' or "7818"'--set-upstream-to' instead."7819msgstr ""78207821#: builtin/bundle.c:457822#, c-format7823msgid "%s is okay\n"7824msgstr ""78257826#: builtin/bundle.c:587827msgid "Need a repository to create a bundle."7828msgstr ""78297830#: builtin/bundle.c:627831msgid "Need a repository to unbundle."7832msgstr ""78337834#: builtin/cat-file.c:5877835msgid ""7836"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"7837"p | <type> | --textconv | --filters) [--path=<path>] <object>"7838msgstr ""78397840#: builtin/cat-file.c:5887841msgid ""7842"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"7843"filters]"7844msgstr ""78457846#: builtin/cat-file.c:6097847msgid "only one batch option may be specified"7848msgstr ""78497850#: builtin/cat-file.c:6277851msgid "<type> can be one of: blob, tree, commit, tag"7852msgstr ""78537854#: builtin/cat-file.c:6287855msgid "show object type"7856msgstr ""78577858#: builtin/cat-file.c:6297859msgid "show object size"7860msgstr ""78617862#: builtin/cat-file.c:6317863msgid "exit with zero when there's no error"7864msgstr ""78657866#: builtin/cat-file.c:6327867msgid "pretty-print object's content"7868msgstr ""78697870#: builtin/cat-file.c:6347871msgid "for blob objects, run textconv on object's content"7872msgstr ""78737874#: builtin/cat-file.c:6367875msgid "for blob objects, run filters on object's content"7876msgstr ""78777878#: builtin/cat-file.c:637 git-submodule.sh:8577879msgid "blob"7880msgstr ""78817882#: builtin/cat-file.c:6387883msgid "use a specific path for --textconv/--filters"7884msgstr ""78857886#: builtin/cat-file.c:6407887msgid "allow -s and -t to work with broken/corrupt objects"7888msgstr ""78897890#: builtin/cat-file.c:6417891msgid "buffer --batch output"7892msgstr ""78937894#: builtin/cat-file.c:6437895msgid "show info and content of objects fed from the standard input"7896msgstr ""78977898#: builtin/cat-file.c:6477899msgid "show info about objects fed from the standard input"7900msgstr ""79017902#: builtin/cat-file.c:6517903msgid "follow in-tree symlinks (used with --batch or --batch-check)"7904msgstr ""79057906#: builtin/cat-file.c:6537907msgid "show all objects with --batch or --batch-check"7908msgstr ""79097910#: builtin/cat-file.c:6557911msgid "do not order --batch-all-objects output"7912msgstr ""79137914#: builtin/check-attr.c:127915msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."7916msgstr ""79177918#: builtin/check-attr.c:137919msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"7920msgstr ""79217922#: builtin/check-attr.c:207923msgid "report all attributes set on file"7924msgstr ""79257926#: builtin/check-attr.c:217927msgid "use .gitattributes only from the index"7928msgstr ""79297930#: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:1017931msgid "read file names from stdin"7932msgstr ""79337934#: builtin/check-attr.c:24 builtin/check-ignore.c:267935msgid "terminate input and output records by a NUL character"7936msgstr ""79377938#: builtin/check-ignore.c:20 builtin/checkout.c:1234 builtin/gc.c:5177939#: builtin/worktree.c:4957940msgid "suppress progress reporting"7941msgstr ""79427943#: builtin/check-ignore.c:287944msgid "show non-matching input paths"7945msgstr ""79467947#: builtin/check-ignore.c:307948msgid "ignore index when checking"7949msgstr ""79507951#: builtin/check-ignore.c:1597952msgid "cannot specify pathnames with --stdin"7953msgstr ""79547955#: builtin/check-ignore.c:1627956msgid "-z only makes sense with --stdin"7957msgstr ""79587959#: builtin/check-ignore.c:1647960msgid "no path specified"7961msgstr ""79627963#: builtin/check-ignore.c:1687964msgid "--quiet is only valid with a single pathname"7965msgstr ""79667967#: builtin/check-ignore.c:1707968msgid "cannot have both --quiet and --verbose"7969msgstr ""79707971#: builtin/check-ignore.c:1737972msgid "--non-matching is only valid with --verbose"7973msgstr ""79747975#: builtin/check-mailmap.c:97976msgid "git check-mailmap [<options>] <contact>..."7977msgstr ""79787979#: builtin/check-mailmap.c:147980msgid "also read contacts from stdin"7981msgstr ""79827983#: builtin/check-mailmap.c:257984#, c-format7985msgid "unable to parse contact: %s"7986msgstr ""79877988#: builtin/check-mailmap.c:487989msgid "no contacts specified"7990msgstr ""79917992#: builtin/checkout-index.c:1287993msgid "git checkout-index [<options>] [--] [<file>...]"7994msgstr ""79957996#: builtin/checkout-index.c:1457997msgid "stage should be between 1 and 3 or all"7998msgstr ""79998000#: builtin/checkout-index.c:1618001msgid "check out all files in the index"8002msgstr ""80038004#: builtin/checkout-index.c:1628005msgid "force overwrite of existing files"8006msgstr ""80078008#: builtin/checkout-index.c:1648009msgid "no warning for existing files and files not in index"8010msgstr ""80118012#: builtin/checkout-index.c:1668013msgid "don't checkout new files"8014msgstr ""80158016#: builtin/checkout-index.c:1688017msgid "update stat information in the index file"8018msgstr ""80198020#: builtin/checkout-index.c:1728021msgid "read list of paths from the standard input"8022msgstr ""80238024#: builtin/checkout-index.c:1748025msgid "write the content to temporary files"8026msgstr ""80278028#: builtin/checkout-index.c:175 builtin/column.c:318029#: builtin/submodule--helper.c:1368 builtin/submodule--helper.c:13718030#: builtin/submodule--helper.c:1379 builtin/submodule--helper.c:18538031#: builtin/worktree.c:6688032msgid "string"8033msgstr ""80348035#: builtin/checkout-index.c:1768036msgid "when creating files, prepend <string>"8037msgstr ""80388039#: builtin/checkout-index.c:1788040msgid "copy out the files from named stage"8041msgstr ""80428043#: builtin/checkout.c:318044msgid "git checkout [<options>] <branch>"8045msgstr ""80468047#: builtin/checkout.c:328048msgid "git checkout [<options>] [<branch>] -- <file>..."8049msgstr ""80508051#: builtin/checkout.c:144 builtin/checkout.c:1778052#, c-format8053msgid "path '%s' does not have our version"8054msgstr ""80558056#: builtin/checkout.c:146 builtin/checkout.c:1798057#, c-format8058msgid "path '%s' does not have their version"8059msgstr ""80608061#: builtin/checkout.c:1628062#, c-format8063msgid "path '%s' does not have all necessary versions"8064msgstr ""80658066#: builtin/checkout.c:2068067#, c-format8068msgid "path '%s' does not have necessary versions"8069msgstr ""80708071#: builtin/checkout.c:2248072#, c-format8073msgid "path '%s': cannot merge"8074msgstr ""80758076#: builtin/checkout.c:2408077#, c-format8078msgid "Unable to add merge result for '%s'"8079msgstr ""80808081#: builtin/checkout.c:262 builtin/checkout.c:265 builtin/checkout.c:2688082#: builtin/checkout.c:2718083#, c-format8084msgid "'%s' cannot be used with updating paths"8085msgstr ""80868087#: builtin/checkout.c:274 builtin/checkout.c:2778088#, c-format8089msgid "'%s' cannot be used with %s"8090msgstr ""80918092#: builtin/checkout.c:2808093#, c-format8094msgid "Cannot update paths and switch to branch '%s' at the same time."8095msgstr ""80968097#: builtin/checkout.c:349 builtin/checkout.c:3568098#, c-format8099msgid "path '%s' is unmerged"8100msgstr ""81018102#: builtin/checkout.c:6088103msgid "you need to resolve your current index first"8104msgstr ""81058106#: builtin/checkout.c:7458107#, c-format8108msgid "Can not do reflog for '%s': %s\n"8109msgstr ""81108111#: builtin/checkout.c:7868112msgid "HEAD is now at"8113msgstr ""81148115#: builtin/checkout.c:790 builtin/clone.c:6928116msgid "unable to update HEAD"8117msgstr ""81188119#: builtin/checkout.c:7948120#, c-format8121msgid "Reset branch '%s'\n"8122msgstr ""81238124#: builtin/checkout.c:7978125#, c-format8126msgid "Already on '%s'\n"8127msgstr ""81288129#: builtin/checkout.c:8018130#, c-format8131msgid "Switched to and reset branch '%s'\n"8132msgstr ""81338134#: builtin/checkout.c:803 builtin/checkout.c:11668135#, c-format8136msgid "Switched to a new branch '%s'\n"8137msgstr ""81388139#: builtin/checkout.c:8058140#, c-format8141msgid "Switched to branch '%s'\n"8142msgstr ""81438144#: builtin/checkout.c:8568145#, c-format8146msgid " ... and %d more.\n"8147msgstr ""81488149#: builtin/checkout.c:8628150#, c-format8151msgid ""8152"Warning: you are leaving %d commit behind, not connected to\n"8153"any of your branches:\n"8154"\n"8155"%s\n"8156msgid_plural ""8157"Warning: you are leaving %d commits behind, not connected to\n"8158"any of your branches:\n"8159"\n"8160"%s\n"8161msgstr[0] ""8162msgstr[1] ""81638164#: builtin/checkout.c:8818165#, c-format8166msgid ""8167"If you want to keep it by creating a new branch, this may be a good time\n"8168"to do so with:\n"8169"\n"8170" git branch <new-branch-name> %s\n"8171"\n"8172msgid_plural ""8173"If you want to keep them by creating a new branch, this may be a good time\n"8174"to do so with:\n"8175"\n"8176" git branch <new-branch-name> %s\n"8177"\n"8178msgstr[0] ""8179msgstr[1] ""81808181#: builtin/checkout.c:9138182msgid "internal error in revision walk"8183msgstr ""81848185#: builtin/checkout.c:9178186msgid "Previous HEAD position was"8187msgstr ""81888189#: builtin/checkout.c:945 builtin/checkout.c:11618190msgid "You are on a branch yet to be born"8191msgstr ""81928193#: builtin/checkout.c:10668194#, c-format8195msgid "only one reference expected, %d given."8196msgstr ""81978198#: builtin/checkout.c:1107 builtin/worktree.c:289 builtin/worktree.c:4448199#, c-format8200msgid "invalid reference: %s"8201msgstr ""82028203#: builtin/checkout.c:11368204#, c-format8205msgid "reference is not a tree: %s"8206msgstr ""82078208#: builtin/checkout.c:11758209msgid "paths cannot be used with switching branches"8210msgstr ""82118212#: builtin/checkout.c:1178 builtin/checkout.c:11828213#, c-format8214msgid "'%s' cannot be used with switching branches"8215msgstr ""82168217#: builtin/checkout.c:1186 builtin/checkout.c:1189 builtin/checkout.c:11948218#: builtin/checkout.c:11978219#, c-format8220msgid "'%s' cannot be used with '%s'"8221msgstr ""82228223#: builtin/checkout.c:12028224#, c-format8225msgid "Cannot switch branch to a non-commit '%s'"8226msgstr ""82278228#: builtin/checkout.c:1235 builtin/checkout.c:1237 builtin/clone.c:1198229#: builtin/remote.c:169 builtin/remote.c:171 builtin/worktree.c:4888230#: builtin/worktree.c:4908231msgid "branch"8232msgstr ""82338234#: builtin/checkout.c:12368235msgid "create and checkout a new branch"8236msgstr ""82378238#: builtin/checkout.c:12388239msgid "create/reset and checkout a branch"8240msgstr ""82418242#: builtin/checkout.c:12398243msgid "create reflog for new branch"8244msgstr ""82458246#: builtin/checkout.c:1240 builtin/worktree.c:4928247msgid "detach HEAD at named commit"8248msgstr ""82498250#: builtin/checkout.c:12418251msgid "set upstream info for new branch"8252msgstr ""82538254#: builtin/checkout.c:12438255msgid "new-branch"8256msgstr ""82578258#: builtin/checkout.c:12438259msgid "new unparented branch"8260msgstr ""82618262#: builtin/checkout.c:12458263msgid "checkout our version for unmerged files"8264msgstr ""82658266#: builtin/checkout.c:12488267msgid "checkout their version for unmerged files"8268msgstr ""82698270#: builtin/checkout.c:12508271msgid "force checkout (throw away local modifications)"8272msgstr ""82738274#: builtin/checkout.c:12528275msgid "perform a 3-way merge with the new branch"8276msgstr ""82778278#: builtin/checkout.c:1254 builtin/merge.c:2758279msgid "update ignored files (default)"8280msgstr ""82818282#: builtin/checkout.c:1256 builtin/log.c:1573 parse-options.h:2748283msgid "style"8284msgstr ""82858286#: builtin/checkout.c:12578287msgid "conflict style (merge or diff3)"8288msgstr ""82898290#: builtin/checkout.c:12608291msgid "do not limit pathspecs to sparse entries only"8292msgstr ""82938294#: builtin/checkout.c:12628295msgid "second guess 'git checkout <no-such-branch>'"8296msgstr ""82978298#: builtin/checkout.c:12648299msgid "do not check if another worktree is holding the given ref"8300msgstr ""83018302#: builtin/checkout.c:1268 builtin/clone.c:86 builtin/fetch.c:1418303#: builtin/merge.c:272 builtin/pull.c:129 builtin/push.c:5728304#: builtin/send-pack.c:1748305msgid "force progress reporting"8306msgstr ""83078308#: builtin/checkout.c:12988309msgid "-b, -B and --orphan are mutually exclusive"8310msgstr ""83118312#: builtin/checkout.c:13158313msgid "--track needs a branch name"8314msgstr ""83158316#: builtin/checkout.c:13208317msgid "missing branch name; try -b"8318msgstr ""83198320#: builtin/checkout.c:13578321msgid "invalid path specification"8322msgstr ""83238324#: builtin/checkout.c:13648325#, c-format8326msgid "'%s' is not a commit and a branch '%s' cannot be created from it"8327msgstr ""83288329#: builtin/checkout.c:13688330#, c-format8331msgid "git checkout: --detach does not take a path argument '%s'"8332msgstr ""83338334#: builtin/checkout.c:13728335msgid ""8336"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"8337"checking out of the index."8338msgstr ""83398340#: builtin/checkout.c:13928341#, c-format8342msgid ""8343"'%s' matched more than one remote tracking branch.\n"8344"We found %d remotes with a reference that matched. So we fell back\n"8345"on trying to resolve the argument as a path, but failed there too!\n"8346"\n"8347"If you meant to check out a remote tracking branch on, e.g. 'origin',\n"8348"you can do so by fully qualifying the name with the --track option:\n"8349"\n"8350" git checkout --track origin/<name>\n"8351"\n"8352"If you'd like to always have checkouts of an ambiguous <name> prefer\n"8353"one remote, e.g. the 'origin' remote, consider setting\n"8354"checkout.defaultRemote=origin in your config."8355msgstr ""83568357#: builtin/clean.c:278358msgid ""8359"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."8360msgstr ""83618362#: builtin/clean.c:318363#, c-format8364msgid "Removing %s\n"8365msgstr ""83668367#: builtin/clean.c:328368#, c-format8369msgid "Would remove %s\n"8370msgstr ""83718372#: builtin/clean.c:338373#, c-format8374msgid "Skipping repository %s\n"8375msgstr ""83768377#: builtin/clean.c:348378#, c-format8379msgid "Would skip repository %s\n"8380msgstr ""83818382#: builtin/clean.c:358383#, c-format8384msgid "failed to remove %s"8385msgstr ""83868387#: builtin/clean.c:298 git-add--interactive.perl:5798388#, c-format8389msgid ""8390"Prompt help:\n"8391"1 - select a numbered item\n"8392"foo - select item based on unique prefix\n"8393" - (empty) select nothing\n"8394msgstr ""83958396#: builtin/clean.c:302 git-add--interactive.perl:5888397#, c-format8398msgid ""8399"Prompt help:\n"8400"1 - select a single item\n"8401"3-5 - select a range of items\n"8402"2-3,6-9 - select multiple ranges\n"8403"foo - select item based on unique prefix\n"8404"-... - unselect specified items\n"8405"* - choose all items\n"8406" - (empty) finish selecting\n"8407msgstr ""84088409#: builtin/clean.c:518 git-add--interactive.perl:5548410#: git-add--interactive.perl:5598411#, c-format, perl-format8412msgid "Huh (%s)?\n"8413msgstr ""84148415#: builtin/clean.c:6608416#, c-format8417msgid "Input ignore patterns>> "8418msgstr ""84198420#: builtin/clean.c:6978421#, c-format8422msgid "WARNING: Cannot find items matched by: %s"8423msgstr ""84248425#: builtin/clean.c:7188426msgid "Select items to delete"8427msgstr ""84288429#. TRANSLATORS: Make sure to keep [y/N] as is8430#: builtin/clean.c:7598431#, c-format8432msgid "Remove %s [y/N]? "8433msgstr ""84348435#: builtin/clean.c:784 git-add--interactive.perl:17178436#, c-format8437msgid "Bye.\n"8438msgstr ""84398440#: builtin/clean.c:7928441msgid ""8442"clean - start cleaning\n"8443"filter by pattern - exclude items from deletion\n"8444"select by numbers - select items to be deleted by numbers\n"8445"ask each - confirm each deletion (like \"rm -i\")\n"8446"quit - stop cleaning\n"8447"help - this screen\n"8448"? - help for prompt selection"8449msgstr ""84508451#: builtin/clean.c:819 git-add--interactive.perl:17938452msgid "*** Commands ***"8453msgstr ""84548455#: builtin/clean.c:820 git-add--interactive.perl:17908456msgid "What now"8457msgstr ""84588459#: builtin/clean.c:8288460msgid "Would remove the following item:"8461msgid_plural "Would remove the following items:"8462msgstr[0] ""8463msgstr[1] ""84648465#: builtin/clean.c:8448466msgid "No more files to clean, exiting."8467msgstr ""84688469#: builtin/clean.c:9068470msgid "do not print names of files removed"8471msgstr ""84728473#: builtin/clean.c:9088474msgid "force"8475msgstr ""84768477#: builtin/clean.c:9098478msgid "interactive cleaning"8479msgstr ""84808481#: builtin/clean.c:9118482msgid "remove whole directories"8483msgstr ""84848485#: builtin/clean.c:912 builtin/describe.c:545 builtin/describe.c:5478486#: builtin/grep.c:886 builtin/log.c:166 builtin/log.c:1688487#: builtin/ls-files.c:556 builtin/name-rev.c:415 builtin/name-rev.c:4178488#: builtin/show-ref.c:1788489msgid "pattern"8490msgstr ""84918492#: builtin/clean.c:9138493msgid "add <pattern> to ignore rules"8494msgstr ""84958496#: builtin/clean.c:9148497msgid "remove ignored files, too"8498msgstr ""84998500#: builtin/clean.c:9168501msgid "remove only ignored files"8502msgstr ""85038504#: builtin/clean.c:9348505msgid "-x and -X cannot be used together"8506msgstr ""85078508#: builtin/clean.c:9388509msgid ""8510"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "8511"clean"8512msgstr ""85138514#: builtin/clean.c:9418515msgid ""8516"clean.requireForce defaults to true and neither -i, -n, nor -f given; "8517"refusing to clean"8518msgstr ""85198520#: builtin/clone.c:438521msgid "git clone [<options>] [--] <repo> [<dir>]"8522msgstr ""85238524#: builtin/clone.c:888525msgid "don't create a checkout"8526msgstr ""85278528#: builtin/clone.c:89 builtin/clone.c:91 builtin/init-db.c:4818529msgid "create a bare repository"8530msgstr ""85318532#: builtin/clone.c:938533msgid "create a mirror repository (implies bare)"8534msgstr ""85358536#: builtin/clone.c:958537msgid "to clone from a local repository"8538msgstr ""85398540#: builtin/clone.c:978541msgid "don't use local hardlinks, always copy"8542msgstr ""85438544#: builtin/clone.c:998545msgid "setup as shared repository"8546msgstr ""85478548#: builtin/clone.c:101 builtin/clone.c:1058549msgid "pathspec"8550msgstr ""85518552#: builtin/clone.c:101 builtin/clone.c:1058553msgid "initialize submodules in the clone"8554msgstr ""85558556#: builtin/clone.c:1088557msgid "number of submodules cloned in parallel"8558msgstr ""85598560#: builtin/clone.c:109 builtin/init-db.c:4788561msgid "template-directory"8562msgstr ""85638564#: builtin/clone.c:110 builtin/init-db.c:4798565msgid "directory from which templates will be used"8566msgstr ""85678568#: builtin/clone.c:112 builtin/clone.c:114 builtin/submodule--helper.c:13758569#: builtin/submodule--helper.c:18568570msgid "reference repository"8571msgstr ""85728573#: builtin/clone.c:116 builtin/submodule--helper.c:13778574#: builtin/submodule--helper.c:18588575msgid "use --reference only while cloning"8576msgstr ""85778578#: builtin/clone.c:117 builtin/column.c:27 builtin/merge-file.c:468579#: builtin/pack-objects.c:3301 builtin/repack.c:3298580msgid "name"8581msgstr ""85828583#: builtin/clone.c:1188584msgid "use <name> instead of 'origin' to track upstream"8585msgstr ""85868587#: builtin/clone.c:1208588msgid "checkout <branch> instead of the remote's HEAD"8589msgstr ""85908591#: builtin/clone.c:1228592msgid "path to git-upload-pack on the remote"8593msgstr ""85948595#: builtin/clone.c:123 builtin/fetch.c:142 builtin/grep.c:8258596#: builtin/pull.c:2178597msgid "depth"8598msgstr ""85998600#: builtin/clone.c:1248601msgid "create a shallow clone of that depth"8602msgstr ""86038604#: builtin/clone.c:125 builtin/fetch.c:144 builtin/pack-objects.c:32928605msgid "time"8606msgstr ""86078608#: builtin/clone.c:1268609msgid "create a shallow clone since a specific time"8610msgstr ""86118612#: builtin/clone.c:127 builtin/fetch.c:146 builtin/fetch.c:1698613#: builtin/rebase.c:8318614msgid "revision"8615msgstr ""86168617#: builtin/clone.c:128 builtin/fetch.c:1478618msgid "deepen history of shallow clone, excluding rev"8619msgstr ""86208621#: builtin/clone.c:1308622msgid "clone only one branch, HEAD or --branch"8623msgstr ""86248625#: builtin/clone.c:1328626msgid "don't clone any tags, and make later fetches not to follow them"8627msgstr ""86288629#: builtin/clone.c:1348630msgid "any cloned submodules will be shallow"8631msgstr ""86328633#: builtin/clone.c:135 builtin/init-db.c:4878634msgid "gitdir"8635msgstr ""86368637#: builtin/clone.c:136 builtin/init-db.c:4888638msgid "separate git dir from working tree"8639msgstr ""86408641#: builtin/clone.c:1378642msgid "key=value"8643msgstr ""86448645#: builtin/clone.c:1388646msgid "set config inside the new repository"8647msgstr ""86488649#: builtin/clone.c:139 builtin/fetch.c:165 builtin/pull.c:2308650#: builtin/push.c:5838651msgid "use IPv4 addresses only"8652msgstr ""86538654#: builtin/clone.c:141 builtin/fetch.c:167 builtin/pull.c:2338655#: builtin/push.c:5858656msgid "use IPv6 addresses only"8657msgstr ""86588659#: builtin/clone.c:2798660msgid ""8661"No directory name could be guessed.\n"8662"Please specify a directory on the command line"8663msgstr ""86648665#: builtin/clone.c:3328666#, c-format8667msgid "info: Could not add alternate for '%s': %s\n"8668msgstr ""86698670#: builtin/clone.c:4048671#, c-format8672msgid "failed to open '%s'"8673msgstr ""86748675#: builtin/clone.c:4128676#, c-format8677msgid "%s exists and is not a directory"8678msgstr ""86798680#: builtin/clone.c:4268681#, c-format8682msgid "failed to stat %s\n"8683msgstr ""86848685#: builtin/clone.c:4438686#, c-format8687msgid "failed to unlink '%s'"8688msgstr ""86898690#: builtin/clone.c:4488691#, c-format8692msgid "failed to create link '%s'"8693msgstr ""86948695#: builtin/clone.c:4528696#, c-format8697msgid "failed to copy file to '%s'"8698msgstr ""86998700#: builtin/clone.c:4788701#, c-format8702msgid "done.\n"8703msgstr ""87048705#: builtin/clone.c:4928706msgid ""8707"Clone succeeded, but checkout failed.\n"8708"You can inspect what was checked out with 'git status'\n"8709"and retry the checkout with 'git checkout -f HEAD'\n"8710msgstr ""87118712#: builtin/clone.c:5698713#, c-format8714msgid "Could not find remote branch %s to clone."8715msgstr ""87168717#: builtin/clone.c:6808718#, c-format8719msgid "unable to update %s"8720msgstr ""87218722#: builtin/clone.c:7308723msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"8724msgstr ""87258726#: builtin/clone.c:7618727msgid "unable to checkout working tree"8728msgstr ""87298730#: builtin/clone.c:8068731msgid "unable to write parameters to config file"8732msgstr ""87338734#: builtin/clone.c:8698735msgid "cannot repack to clean up"8736msgstr ""87378738#: builtin/clone.c:8718739msgid "cannot unlink temporary alternates file"8740msgstr ""87418742#: builtin/clone.c:911 builtin/receive-pack.c:19418743msgid "Too many arguments."8744msgstr ""87458746#: builtin/clone.c:9158747msgid "You must specify a repository to clone."8748msgstr ""87498750#: builtin/clone.c:9288751#, c-format8752msgid "--bare and --origin %s options are incompatible."8753msgstr ""87548755#: builtin/clone.c:9318756msgid "--bare and --separate-git-dir are incompatible."8757msgstr ""87588759#: builtin/clone.c:9448760#, c-format8761msgid "repository '%s' does not exist"8762msgstr ""87638764#: builtin/clone.c:950 builtin/fetch.c:16068765#, c-format8766msgid "depth %s is not a positive number"8767msgstr ""87688769#: builtin/clone.c:9608770#, c-format8771msgid "destination path '%s' already exists and is not an empty directory."8772msgstr ""87738774#: builtin/clone.c:9708775#, c-format8776msgid "working tree '%s' already exists."8777msgstr ""87788779#: builtin/clone.c:985 builtin/clone.c:1006 builtin/difftool.c:2718780#: builtin/worktree.c:295 builtin/worktree.c:3258781#, c-format8782msgid "could not create leading directories of '%s'"8783msgstr ""87848785#: builtin/clone.c:9908786#, c-format8787msgid "could not create work tree dir '%s'"8788msgstr ""87898790#: builtin/clone.c:10108791#, c-format8792msgid "Cloning into bare repository '%s'...\n"8793msgstr ""87948795#: builtin/clone.c:10128796#, c-format8797msgid "Cloning into '%s'...\n"8798msgstr ""87998800#: builtin/clone.c:10368801msgid ""8802"clone --recursive is not compatible with both --reference and --reference-if-"8803"able"8804msgstr ""88058806#: builtin/clone.c:10978807msgid "--depth is ignored in local clones; use file:// instead."8808msgstr ""88098810#: builtin/clone.c:10998811msgid "--shallow-since is ignored in local clones; use file:// instead."8812msgstr ""88138814#: builtin/clone.c:11018815msgid "--shallow-exclude is ignored in local clones; use file:// instead."8816msgstr ""88178818#: builtin/clone.c:11038819msgid "--filter is ignored in local clones; use file:// instead."8820msgstr ""88218822#: builtin/clone.c:11068823msgid "source repository is shallow, ignoring --local"8824msgstr ""88258826#: builtin/clone.c:11118827msgid "--local is ignored"8828msgstr ""88298830#: builtin/clone.c:1181 builtin/clone.c:11898831#, c-format8832msgid "Remote branch %s not found in upstream %s"8833msgstr ""88348835#: builtin/clone.c:11928836msgid "You appear to have cloned an empty repository."8837msgstr ""88388839#: builtin/column.c:108840msgid "git column [<options>]"8841msgstr ""88428843#: builtin/column.c:278844msgid "lookup config vars"8845msgstr ""88468847#: builtin/column.c:28 builtin/column.c:298848msgid "layout to use"8849msgstr ""88508851#: builtin/column.c:308852msgid "Maximum width"8853msgstr ""88548855#: builtin/column.c:318856msgid "Padding space on left border"8857msgstr ""88588859#: builtin/column.c:328860msgid "Padding space on right border"8861msgstr ""88628863#: builtin/column.c:338864msgid "Padding space between columns"8865msgstr ""88668867#: builtin/column.c:518868msgid "--command must be the first argument"8869msgstr ""88708871#: builtin/commit.c:408872msgid "git commit [<options>] [--] <pathspec>..."8873msgstr ""88748875#: builtin/commit.c:458876msgid "git status [<options>] [--] <pathspec>..."8877msgstr ""88788879#: builtin/commit.c:508880msgid ""8881"You asked to amend the most recent commit, but doing so would make\n"8882"it empty. You can repeat your command with --allow-empty, or you can\n"8883"remove the commit entirely with \"git reset HEAD^\".\n"8884msgstr ""88858886#: builtin/commit.c:558887msgid ""8888"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"8889"If you wish to commit it anyway, use:\n"8890"\n"8891" git commit --allow-empty\n"8892"\n"8893msgstr ""88948895#: builtin/commit.c:628896msgid "Otherwise, please use 'git reset'\n"8897msgstr ""88988899#: builtin/commit.c:658900msgid ""8901"If you wish to skip this commit, use:\n"8902"\n"8903" git reset\n"8904"\n"8905"Then \"git cherry-pick --continue\" will resume cherry-picking\n"8906"the remaining commits.\n"8907msgstr ""89088909#: builtin/commit.c:3118910msgid "failed to unpack HEAD tree object"8911msgstr ""89128913#: builtin/commit.c:3528914msgid "unable to create temporary index"8915msgstr ""89168917#: builtin/commit.c:3588918msgid "interactive add failed"8919msgstr ""89208921#: builtin/commit.c:3718922msgid "unable to update temporary index"8923msgstr ""89248925#: builtin/commit.c:3738926msgid "Failed to update main cache tree"8927msgstr ""89288929#: builtin/commit.c:398 builtin/commit.c:421 builtin/commit.c:4678930msgid "unable to write new_index file"8931msgstr ""89328933#: builtin/commit.c:4508934msgid "cannot do a partial commit during a merge."8935msgstr ""89368937#: builtin/commit.c:4528938msgid "cannot do a partial commit during a cherry-pick."8939msgstr ""89408941#: builtin/commit.c:4608942msgid "cannot read the index"8943msgstr ""89448945#: builtin/commit.c:4798946msgid "unable to write temporary index file"8947msgstr ""89488949#: builtin/commit.c:5778950#, c-format8951msgid "commit '%s' lacks author header"8952msgstr ""89538954#: builtin/commit.c:5798955#, c-format8956msgid "commit '%s' has malformed author line"8957msgstr ""89588959#: builtin/commit.c:5988960msgid "malformed --author parameter"8961msgstr ""89628963#: builtin/commit.c:6508964msgid ""8965"unable to select a comment character that is not used\n"8966"in the current commit message"8967msgstr ""89688969#: builtin/commit.c:687 builtin/commit.c:720 builtin/commit.c:10498970#, c-format8971msgid "could not lookup commit %s"8972msgstr ""89738974#: builtin/commit.c:699 builtin/shortlog.c:3178975#, c-format8976msgid "(reading log message from standard input)\n"8977msgstr ""89788979#: builtin/commit.c:7018980msgid "could not read log from standard input"8981msgstr ""89828983#: builtin/commit.c:7058984#, c-format8985msgid "could not read log file '%s'"8986msgstr ""89878988#: builtin/commit.c:734 builtin/commit.c:7428989msgid "could not read SQUASH_MSG"8990msgstr ""89918992#: builtin/commit.c:7398993msgid "could not read MERGE_MSG"8994msgstr ""89958996#: builtin/commit.c:7938997msgid "could not write commit template"8998msgstr ""89999000#: builtin/commit.c:8119001#, c-format9002msgid ""9003"\n"9004"It looks like you may be committing a merge.\n"9005"If this is not correct, please remove the file\n"9006"\t%s\n"9007"and try again.\n"9008msgstr ""90099010#: builtin/commit.c:8169011#, c-format9012msgid ""9013"\n"9014"It looks like you may be committing a cherry-pick.\n"9015"If this is not correct, please remove the file\n"9016"\t%s\n"9017"and try again.\n"9018msgstr ""90199020#: builtin/commit.c:8299021#, c-format9022msgid ""9023"Please enter the commit message for your changes. Lines starting\n"9024"with '%c' will be ignored, and an empty message aborts the commit.\n"9025msgstr ""90269027#: builtin/commit.c:8379028#, c-format9029msgid ""9030"Please enter the commit message for your changes. Lines starting\n"9031"with '%c' will be kept; you may remove them yourself if you want to.\n"9032"An empty message aborts the commit.\n"9033msgstr ""90349035#: builtin/commit.c:8549036#, c-format9037msgid "%sAuthor: %.*s <%.*s>"9038msgstr ""90399040#: builtin/commit.c:8629041#, c-format9042msgid "%sDate: %s"9043msgstr ""90449045#: builtin/commit.c:8699046#, c-format9047msgid "%sCommitter: %.*s <%.*s>"9048msgstr ""90499050#: builtin/commit.c:8879051msgid "Cannot read index"9052msgstr ""90539054#: builtin/commit.c:9539055msgid "Error building trees"9056msgstr ""90579058#: builtin/commit.c:967 builtin/tag.c:2589059#, c-format9060msgid "Please supply the message using either -m or -F option.\n"9061msgstr ""90629063#: builtin/commit.c:10119064#, c-format9065msgid "--author '%s' is not 'Name <email>' and matches no existing author"9066msgstr ""90679068#: builtin/commit.c:10259069#, c-format9070msgid "Invalid ignored mode '%s'"9071msgstr ""90729073#: builtin/commit.c:1039 builtin/commit.c:12769074#, c-format9075msgid "Invalid untracked files mode '%s'"9076msgstr ""90779078#: builtin/commit.c:10779079msgid "--long and -z are incompatible"9080msgstr ""90819082#: builtin/commit.c:11109083msgid "Using both --reset-author and --author does not make sense"9084msgstr ""90859086#: builtin/commit.c:11199087msgid "You have nothing to amend."9088msgstr ""90899090#: builtin/commit.c:11229091msgid "You are in the middle of a merge -- cannot amend."9092msgstr ""90939094#: builtin/commit.c:11249095msgid "You are in the middle of a cherry-pick -- cannot amend."9096msgstr ""90979098#: builtin/commit.c:11279099msgid "Options --squash and --fixup cannot be used together"9100msgstr ""91019102#: builtin/commit.c:11379103msgid "Only one of -c/-C/-F/--fixup can be used."9104msgstr ""91059106#: builtin/commit.c:11399107msgid "Option -m cannot be combined with -c/-C/-F."9108msgstr ""91099110#: builtin/commit.c:11479111msgid "--reset-author can be used only with -C, -c or --amend."9112msgstr ""91139114#: builtin/commit.c:11649115msgid "Only one of --include/--only/--all/--interactive/--patch can be used."9116msgstr ""91179118#: builtin/commit.c:11669119msgid "No paths with --include/--only does not make sense."9120msgstr ""91219122#: builtin/commit.c:1180 builtin/tag.c:5469123#, c-format9124msgid "Invalid cleanup mode %s"9125msgstr ""91269127#: builtin/commit.c:11859128msgid "Paths with -a does not make sense."9129msgstr ""91309131#: builtin/commit.c:1311 builtin/commit.c:14959132msgid "show status concisely"9133msgstr ""91349135#: builtin/commit.c:1313 builtin/commit.c:14979136msgid "show branch information"9137msgstr ""91389139#: builtin/commit.c:13159140msgid "show stash information"9141msgstr ""91429143#: builtin/commit.c:1317 builtin/commit.c:14999144msgid "compute full ahead/behind values"9145msgstr ""91469147#: builtin/commit.c:13199148msgid "version"9149msgstr ""91509151#: builtin/commit.c:1319 builtin/commit.c:1501 builtin/push.c:5589152#: builtin/worktree.c:6399153msgid "machine-readable output"9154msgstr ""91559156#: builtin/commit.c:1322 builtin/commit.c:15039157msgid "show status in long format (default)"9158msgstr ""91599160#: builtin/commit.c:1325 builtin/commit.c:15069161msgid "terminate entries with NUL"9162msgstr ""91639164#: builtin/commit.c:1327 builtin/commit.c:1331 builtin/commit.c:15099165#: builtin/fast-export.c:1007 builtin/fast-export.c:1010 builtin/rebase.c:9109166#: builtin/tag.c:4009167msgid "mode"9168msgstr ""91699170#: builtin/commit.c:1328 builtin/commit.c:15099171msgid "show untracked files, optional modes: all, normal, no. (Default: all)"9172msgstr ""91739174#: builtin/commit.c:13329175msgid ""9176"show ignored files, optional modes: traditional, matching, no. (Default: "9177"traditional)"9178msgstr ""91799180#: builtin/commit.c:1334 parse-options.h:1649181msgid "when"9182msgstr ""91839184#: builtin/commit.c:13359185msgid ""9186"ignore changes to submodules, optional when: all, dirty, untracked. "9187"(Default: all)"9188msgstr ""91899190#: builtin/commit.c:13379191msgid "list untracked files in columns"9192msgstr ""91939194#: builtin/commit.c:13389195msgid "do not detect renames"9196msgstr ""91979198#: builtin/commit.c:13409199msgid "detect renames, optionally set similarity index"9200msgstr ""92019202#: builtin/commit.c:13609203msgid "Unsupported combination of ignored and untracked-files arguments"9204msgstr ""92059206#: builtin/commit.c:14659207msgid "suppress summary after successful commit"9208msgstr ""92099210#: builtin/commit.c:14669211msgid "show diff in commit message template"9212msgstr ""92139214#: builtin/commit.c:14689215msgid "Commit message options"9216msgstr ""92179218#: builtin/commit.c:1469 builtin/merge.c:263 builtin/tag.c:3979219msgid "read message from file"9220msgstr ""92219222#: builtin/commit.c:14709223msgid "author"9224msgstr ""92259226#: builtin/commit.c:14709227msgid "override author for commit"9228msgstr ""92299230#: builtin/commit.c:1471 builtin/gc.c:5189231msgid "date"9232msgstr ""92339234#: builtin/commit.c:14719235msgid "override date for commit"9236msgstr ""92379238#: builtin/commit.c:1472 builtin/merge.c:259 builtin/notes.c:4099239#: builtin/notes.c:572 builtin/tag.c:3959240msgid "message"9241msgstr ""92429243#: builtin/commit.c:14729244msgid "commit message"9245msgstr ""92469247#: builtin/commit.c:1473 builtin/commit.c:1474 builtin/commit.c:14759248#: builtin/commit.c:1476 ref-filter.h:92 parse-options.h:2809249msgid "commit"9250msgstr ""92519252#: builtin/commit.c:14739253msgid "reuse and edit message from specified commit"9254msgstr ""92559256#: builtin/commit.c:14749257msgid "reuse message from specified commit"9258msgstr ""92599260#: builtin/commit.c:14759261msgid "use autosquash formatted message to fixup specified commit"9262msgstr ""92639264#: builtin/commit.c:14769265msgid "use autosquash formatted message to squash specified commit"9266msgstr ""92679268#: builtin/commit.c:14779269msgid "the commit is authored by me now (used with -C/-c/--amend)"9270msgstr ""92719272#: builtin/commit.c:1478 builtin/log.c:1520 builtin/merge.c:2769273#: builtin/pull.c:155 builtin/revert.c:1069274msgid "add Signed-off-by:"9275msgstr ""92769277#: builtin/commit.c:14799278msgid "use specified template file"9279msgstr ""92809281#: builtin/commit.c:14809282msgid "force edit of commit"9283msgstr ""92849285#: builtin/commit.c:14819286msgid "default"9287msgstr ""92889289#: builtin/commit.c:1481 builtin/tag.c:4019290msgid "how to strip spaces and #comments from message"9291msgstr ""92929293#: builtin/commit.c:14829294msgid "include status in commit message template"9295msgstr ""92969297#: builtin/commit.c:1484 builtin/merge.c:274 builtin/pull.c:1859298#: builtin/revert.c:1149299msgid "GPG sign commit"9300msgstr ""93019302#: builtin/commit.c:14879303msgid "Commit contents options"9304msgstr ""93059306#: builtin/commit.c:14889307msgid "commit all changed files"9308msgstr ""93099310#: builtin/commit.c:14899311msgid "add specified files to index for commit"9312msgstr ""93139314#: builtin/commit.c:14909315msgid "interactively add files"9316msgstr ""93179318#: builtin/commit.c:14919319msgid "interactively add changes"9320msgstr ""93219322#: builtin/commit.c:14929323msgid "commit only specified files"9324msgstr ""93259326#: builtin/commit.c:14939327msgid "bypass pre-commit and commit-msg hooks"9328msgstr ""93299330#: builtin/commit.c:14949331msgid "show what would be committed"9332msgstr ""93339334#: builtin/commit.c:15079335msgid "amend previous commit"9336msgstr ""93379338#: builtin/commit.c:15089339msgid "bypass post-rewrite hook"9340msgstr ""93419342#: builtin/commit.c:15139343msgid "ok to record an empty change"9344msgstr ""93459346#: builtin/commit.c:15159347msgid "ok to record a change with an empty message"9348msgstr ""93499350#: builtin/commit.c:15889351#, c-format9352msgid "Corrupt MERGE_HEAD file (%s)"9353msgstr ""93549355#: builtin/commit.c:15959356msgid "could not read MERGE_MODE"9357msgstr ""93589359#: builtin/commit.c:16149360#, c-format9361msgid "could not read commit message: %s"9362msgstr ""93639364#: builtin/commit.c:16259365#, c-format9366msgid "Aborting commit due to empty commit message.\n"9367msgstr ""93689369#: builtin/commit.c:16309370#, c-format9371msgid "Aborting commit; you did not edit the message.\n"9372msgstr ""93739374#: builtin/commit.c:16659375msgid ""9376"repository has been updated, but unable to write\n"9377"new_index file. Check that disk is not full and quota is\n"9378"not exceeded, and then \"git reset HEAD\" to recover."9379msgstr ""93809381#: builtin/commit-graph.c:109382msgid "git commit-graph [--object-dir <objdir>]"9383msgstr ""93849385#: builtin/commit-graph.c:11 builtin/commit-graph.c:239386msgid "git commit-graph read [--object-dir <objdir>]"9387msgstr ""93889389#: builtin/commit-graph.c:12 builtin/commit-graph.c:189390msgid "git commit-graph verify [--object-dir <objdir>]"9391msgstr ""93929393#: builtin/commit-graph.c:13 builtin/commit-graph.c:289394msgid ""9395"git commit-graph write [--object-dir <objdir>] [--append] [--reachable|--"9396"stdin-packs|--stdin-commits]"9397msgstr ""93989399#: builtin/commit-graph.c:48 builtin/commit-graph.c:789400#: builtin/commit-graph.c:132 builtin/commit-graph.c:190 builtin/fetch.c:1539401#: builtin/log.c:15409402msgid "dir"9403msgstr ""94049405#: builtin/commit-graph.c:49 builtin/commit-graph.c:799406#: builtin/commit-graph.c:133 builtin/commit-graph.c:1919407msgid "The object directory to store the graph"9408msgstr ""94099410#: builtin/commit-graph.c:1359411msgid "start walk at all refs"9412msgstr ""94139414#: builtin/commit-graph.c:1379415msgid "scan pack-indexes listed by stdin for commits"9416msgstr ""94179418#: builtin/commit-graph.c:1399419msgid "start walk at commits listed by stdin"9420msgstr ""94219422#: builtin/commit-graph.c:1419423msgid "include all commits already in the commit-graph file"9424msgstr ""94259426#: builtin/commit-graph.c:1509427msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"9428msgstr ""94299430#: builtin/config.c:119431msgid "git config [<options>]"9432msgstr ""94339434#: builtin/config.c:1039435#, c-format9436msgid "unrecognized --type argument, %s"9437msgstr ""94389439#: builtin/config.c:1159440msgid "only one type at a time"9441msgstr ""94429443#: builtin/config.c:1249444msgid "Config file location"9445msgstr ""94469447#: builtin/config.c:1259448msgid "use global config file"9449msgstr ""94509451#: builtin/config.c:1269452msgid "use system config file"9453msgstr ""94549455#: builtin/config.c:1279456msgid "use repository config file"9457msgstr ""94589459#: builtin/config.c:1289460msgid "use per-worktree config file"9461msgstr ""94629463#: builtin/config.c:1299464msgid "use given config file"9465msgstr ""94669467#: builtin/config.c:1309468msgid "blob-id"9469msgstr ""94709471#: builtin/config.c:1309472msgid "read config from given blob object"9473msgstr ""94749475#: builtin/config.c:1319476msgid "Action"9477msgstr ""94789479#: builtin/config.c:1329480msgid "get value: name [value-regex]"9481msgstr ""94829483#: builtin/config.c:1339484msgid "get all values: key [value-regex]"9485msgstr ""94869487#: builtin/config.c:1349488msgid "get values for regexp: name-regex [value-regex]"9489msgstr ""94909491#: builtin/config.c:1359492msgid "get value specific for the URL: section[.var] URL"9493msgstr ""94949495#: builtin/config.c:1369496msgid "replace all matching variables: name value [value_regex]"9497msgstr ""94989499#: builtin/config.c:1379500msgid "add a new variable: name value"9501msgstr ""95029503#: builtin/config.c:1389504msgid "remove a variable: name [value-regex]"9505msgstr ""95069507#: builtin/config.c:1399508msgid "remove all matches: name [value-regex]"9509msgstr ""95109511#: builtin/config.c:1409512msgid "rename section: old-name new-name"9513msgstr ""95149515#: builtin/config.c:1419516msgid "remove a section: name"9517msgstr ""95189519#: builtin/config.c:1429520msgid "list all"9521msgstr ""95229523#: builtin/config.c:1439524msgid "open an editor"9525msgstr ""95269527#: builtin/config.c:1449528msgid "find the color configured: slot [default]"9529msgstr ""95309531#: builtin/config.c:1459532msgid "find the color setting: slot [stdout-is-tty]"9533msgstr ""95349535#: builtin/config.c:1469536msgid "Type"9537msgstr ""95389539#: builtin/config.c:1479540msgid "value is given this type"9541msgstr ""95429543#: builtin/config.c:1489544msgid "value is \"true\" or \"false\""9545msgstr ""95469547#: builtin/config.c:1499548msgid "value is decimal number"9549msgstr ""95509551#: builtin/config.c:1509552msgid "value is --bool or --int"9553msgstr ""95549555#: builtin/config.c:1519556msgid "value is a path (file or directory name)"9557msgstr ""95589559#: builtin/config.c:1529560msgid "value is an expiry date"9561msgstr ""95629563#: builtin/config.c:1539564msgid "Other"9565msgstr ""95669567#: builtin/config.c:1549568msgid "terminate values with NUL byte"9569msgstr ""95709571#: builtin/config.c:1559572msgid "show variable names only"9573msgstr ""95749575#: builtin/config.c:1569576msgid "respect include directives on lookup"9577msgstr ""95789579#: builtin/config.c:1579580msgid "show origin of config (file, standard input, blob, command line)"9581msgstr ""95829583#: builtin/config.c:1589584msgid "value"9585msgstr ""95869587#: builtin/config.c:1589588msgid "with --get, use default value when missing entry"9589msgstr ""95909591#: builtin/config.c:1719592#, c-format9593msgid "wrong number of arguments, should be %d"9594msgstr ""95959596#: builtin/config.c:1739597#, c-format9598msgid "wrong number of arguments, should be from %d to %d"9599msgstr ""96009601#: builtin/config.c:3079602#, c-format9603msgid "invalid key pattern: %s"9604msgstr ""96059606#: builtin/config.c:3439607#, c-format9608msgid "failed to format default config value: %s"9609msgstr ""96109611#: builtin/config.c:4009612#, c-format9613msgid "cannot parse color '%s'"9614msgstr ""96159616#: builtin/config.c:4429617msgid "unable to parse default color value"9618msgstr ""96199620#: builtin/config.c:495 builtin/config.c:7419621msgid "not in a git directory"9622msgstr ""96239624#: builtin/config.c:4989625msgid "writing to stdin is not supported"9626msgstr ""96279628#: builtin/config.c:5019629msgid "writing config blobs is not supported"9630msgstr ""96319632#: builtin/config.c:5869633#, c-format9634msgid ""9635"# This is Git's per-user configuration file.\n"9636"[user]\n"9637"# Please adapt and uncomment the following lines:\n"9638"#\tname = %s\n"9639"#\temail = %s\n"9640msgstr ""96419642#: builtin/config.c:6109643msgid "only one config file at a time"9644msgstr ""96459646#: builtin/config.c:6159647msgid "--local can only be used inside a git repository"9648msgstr ""96499650#: builtin/config.c:6189651msgid "--blob can only be used inside a git repository"9652msgstr ""96539654#: builtin/config.c:6379655msgid "$HOME not set"9656msgstr ""96579658#: builtin/config.c:6579659msgid ""9660"--worktree cannot be used with multiple working trees unless the config\n"9661"extension worktreeConfig is enabled. Please read \"CONFIGURATION FILE\"\n"9662"section in \"git help worktree\" for details"9663msgstr ""96649665#: builtin/config.c:6879666msgid "--get-color and variable type are incoherent"9667msgstr ""96689669#: builtin/config.c:6929670msgid "only one action at a time"9671msgstr ""96729673#: builtin/config.c:7059674msgid "--name-only is only applicable to --list or --get-regexp"9675msgstr ""96769677#: builtin/config.c:7119678msgid ""9679"--show-origin is only applicable to --get, --get-all, --get-regexp, and --"9680"list"9681msgstr ""96829683#: builtin/config.c:7179684msgid "--default is only applicable to --get"9685msgstr ""96869687#: builtin/config.c:7309688#, c-format9689msgid "unable to read config file '%s'"9690msgstr ""96919692#: builtin/config.c:7339693msgid "error processing config file(s)"9694msgstr ""96959696#: builtin/config.c:7439697msgid "editing stdin is not supported"9698msgstr ""96999700#: builtin/config.c:7459701msgid "editing blobs is not supported"9702msgstr ""97039704#: builtin/config.c:7599705#, c-format9706msgid "cannot create configuration file %s"9707msgstr ""97089709#: builtin/config.c:7729710#, c-format9711msgid ""9712"cannot overwrite multiple values with a single value\n"9713" Use a regexp, --add or --replace-all to change %s."9714msgstr ""97159716#: builtin/config.c:846 builtin/config.c:8579717#, c-format9718msgid "no such section: %s"9719msgstr ""97209721#: builtin/count-objects.c:909722msgid "git count-objects [-v] [-H | --human-readable]"9723msgstr ""97249725#: builtin/count-objects.c:1009726msgid "print sizes in human readable format"9727msgstr ""97289729#: builtin/describe.c:269730msgid "git describe [<options>] [<commit-ish>...]"9731msgstr ""97329733#: builtin/describe.c:279734msgid "git describe [<options>] --dirty"9735msgstr ""97369737#: builtin/describe.c:629738msgid "head"9739msgstr ""97409741#: builtin/describe.c:629742msgid "lightweight"9743msgstr ""97449745#: builtin/describe.c:629746msgid "annotated"9747msgstr ""97489749#: builtin/describe.c:2729750#, c-format9751msgid "annotated tag %s not available"9752msgstr ""97539754#: builtin/describe.c:2769755#, c-format9756msgid "annotated tag %s has no embedded name"9757msgstr ""97589759#: builtin/describe.c:2789760#, c-format9761msgid "tag '%s' is really '%s' here"9762msgstr ""97639764#: builtin/describe.c:3229765#, c-format9766msgid "no tag exactly matches '%s'"9767msgstr ""97689769#: builtin/describe.c:3249770#, c-format9771msgid "No exact match on refs or tags, searching to describe\n"9772msgstr ""97739774#: builtin/describe.c:3789775#, c-format9776msgid "finished search at %s\n"9777msgstr ""97789779#: builtin/describe.c:4049780#, c-format9781msgid ""9782"No annotated tags can describe '%s'.\n"9783"However, there were unannotated tags: try --tags."9784msgstr ""97859786#: builtin/describe.c:4089787#, c-format9788msgid ""9789"No tags can describe '%s'.\n"9790"Try --always, or create some tags."9791msgstr ""97929793#: builtin/describe.c:4389794#, c-format9795msgid "traversed %lu commits\n"9796msgstr ""97979798#: builtin/describe.c:4419799#, c-format9800msgid ""9801"more than %i tags found; listed %i most recent\n"9802"gave up search at %s\n"9803msgstr ""98049805#: builtin/describe.c:5099806#, c-format9807msgid "describe %s\n"9808msgstr ""98099810#: builtin/describe.c:512 builtin/log.c:5139811#, c-format9812msgid "Not a valid object name %s"9813msgstr ""98149815#: builtin/describe.c:5209816#, c-format9817msgid "%s is neither a commit nor blob"9818msgstr ""98199820#: builtin/describe.c:5349821msgid "find the tag that comes after the commit"9822msgstr ""98239824#: builtin/describe.c:5359825msgid "debug search strategy on stderr"9826msgstr ""98279828#: builtin/describe.c:5369829msgid "use any ref"9830msgstr ""98319832#: builtin/describe.c:5379833msgid "use any tag, even unannotated"9834msgstr ""98359836#: builtin/describe.c:5389837msgid "always use long format"9838msgstr ""98399840#: builtin/describe.c:5399841msgid "only follow first parent"9842msgstr ""98439844#: builtin/describe.c:5429845msgid "only output exact matches"9846msgstr ""98479848#: builtin/describe.c:5449849msgid "consider <n> most recent tags (default: 10)"9850msgstr ""98519852#: builtin/describe.c:5469853msgid "only consider tags matching <pattern>"9854msgstr ""98559856#: builtin/describe.c:5489857msgid "do not consider tags matching <pattern>"9858msgstr ""98599860#: builtin/describe.c:550 builtin/name-rev.c:4249861msgid "show abbreviated commit object as fallback"9862msgstr ""98639864#: builtin/describe.c:551 builtin/describe.c:5549865msgid "mark"9866msgstr ""98679868#: builtin/describe.c:5529869msgid "append <mark> on dirty working tree (default: \"-dirty\")"9870msgstr ""98719872#: builtin/describe.c:5559873msgid "append <mark> on broken working tree (default: \"-broken\")"9874msgstr ""98759876#: builtin/describe.c:5739877msgid "--long is incompatible with --abbrev=0"9878msgstr ""98799880#: builtin/describe.c:6029881msgid "No names found, cannot describe anything."9882msgstr ""98839884#: builtin/describe.c:6529885msgid "--dirty is incompatible with commit-ishes"9886msgstr ""98879888#: builtin/describe.c:6549889msgid "--broken is incompatible with commit-ishes"9890msgstr ""98919892#: builtin/diff.c:839893#, c-format9894msgid "'%s': not a regular file or symlink"9895msgstr ""98969897#: builtin/diff.c:2349898#, c-format9899msgid "invalid option: %s"9900msgstr ""99019902#: builtin/diff.c:3639903msgid "Not a git repository"9904msgstr ""99059906#: builtin/diff.c:4079907#, c-format9908msgid "invalid object '%s' given."9909msgstr ""99109911#: builtin/diff.c:4169912#, c-format9913msgid "more than two blobs given: '%s'"9914msgstr ""99159916#: builtin/diff.c:4219917#, c-format9918msgid "unhandled object '%s' given."9919msgstr ""99209921#: builtin/difftool.c:309922msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"9923msgstr ""99249925#: builtin/difftool.c:2609926#, c-format9927msgid "failed: %d"9928msgstr ""99299930#: builtin/difftool.c:3029931#, c-format9932msgid "could not read symlink %s"9933msgstr ""99349935#: builtin/difftool.c:3049936#, c-format9937msgid "could not read symlink file %s"9938msgstr ""99399940#: builtin/difftool.c:3129941#, c-format9942msgid "could not read object %s for symlink %s"9943msgstr ""99449945#: builtin/difftool.c:4139946msgid ""9947"combined diff formats('-c' and '--cc') are not supported in\n"9948"directory diff mode('-d' and '--dir-diff')."9949msgstr ""99509951#: builtin/difftool.c:6339952#, c-format9953msgid "both files modified: '%s' and '%s'."9954msgstr ""99559956#: builtin/difftool.c:6359957msgid "working tree file has been left."9958msgstr ""99599960#: builtin/difftool.c:6469961#, c-format9962msgid "temporary files exist in '%s'."9963msgstr ""99649965#: builtin/difftool.c:6479966msgid "you may want to cleanup or recover these."9967msgstr ""99689969#: builtin/difftool.c:6969970msgid "use `diff.guitool` instead of `diff.tool`"9971msgstr ""99729973#: builtin/difftool.c:6989974msgid "perform a full-directory diff"9975msgstr ""99769977#: builtin/difftool.c:7009978msgid "do not prompt before launching a diff tool"9979msgstr ""99809981#: builtin/difftool.c:7059982msgid "use symlinks in dir-diff mode"9983msgstr ""99849985#: builtin/difftool.c:7069986msgid "tool"9987msgstr ""99889989#: builtin/difftool.c:7079990msgid "use the specified diff tool"9991msgstr ""99929993#: builtin/difftool.c:7099994msgid "print a list of diff tools that may be used with `--tool`"9995msgstr ""99969997#: builtin/difftool.c:7129998msgid ""9999"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "10000"code"10001msgstr ""1000210003#: builtin/difftool.c:71510004msgid "specify a custom command for viewing diffs"10005msgstr ""1000610007#: builtin/difftool.c:73910008msgid "no <tool> given for --tool=<tool>"10009msgstr ""1001010011#: builtin/difftool.c:74610012msgid "no <cmd> given for --extcmd=<cmd>"10013msgstr ""1001410015#: builtin/fast-export.c:2910016msgid "git fast-export [rev-list-opts]"10017msgstr ""1001810019#: builtin/fast-export.c:100610020msgid "show progress after <n> objects"10021msgstr ""1002210023#: builtin/fast-export.c:100810024msgid "select handling of signed tags"10025msgstr ""1002610027#: builtin/fast-export.c:101110028msgid "select handling of tags that tag filtered objects"10029msgstr ""1003010031#: builtin/fast-export.c:101410032msgid "Dump marks to this file"10033msgstr ""1003410035#: builtin/fast-export.c:101610036msgid "Import marks from this file"10037msgstr ""1003810039#: builtin/fast-export.c:101810040msgid "Fake a tagger when tags lack one"10041msgstr ""1004210043#: builtin/fast-export.c:102010044msgid "Output full tree for each commit"10045msgstr ""1004610047#: builtin/fast-export.c:102210048msgid "Use the done feature to terminate the stream"10049msgstr ""1005010051#: builtin/fast-export.c:102310052msgid "Skip output of blob data"10053msgstr ""1005410055#: builtin/fast-export.c:1024 builtin/log.c:158810056msgid "refspec"10057msgstr ""1005810059#: builtin/fast-export.c:102510060msgid "Apply refspec to exported refs"10061msgstr ""1006210063#: builtin/fast-export.c:102610064msgid "anonymize output"10065msgstr ""1006610067#: builtin/fetch.c:2810068msgid "git fetch [<options>] [<repository> [<refspec>...]]"10069msgstr ""1007010071#: builtin/fetch.c:2910072msgid "git fetch [<options>] <group>"10073msgstr ""1007410075#: builtin/fetch.c:3010076msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"10077msgstr ""1007810079#: builtin/fetch.c:3110080msgid "git fetch --all [<options>]"10081msgstr ""1008210083#: builtin/fetch.c:115 builtin/pull.c:19410084msgid "fetch from all remotes"10085msgstr ""1008610087#: builtin/fetch.c:117 builtin/pull.c:19710088msgid "append to .git/FETCH_HEAD instead of overwriting"10089msgstr ""1009010091#: builtin/fetch.c:119 builtin/pull.c:20010092msgid "path to upload pack on remote end"10093msgstr ""1009410095#: builtin/fetch.c:12010096msgid "force overwrite of local reference"10097msgstr ""1009810099#: builtin/fetch.c:12210100msgid "fetch from multiple remotes"10101msgstr ""1010210103#: builtin/fetch.c:124 builtin/pull.c:20410104msgid "fetch all tags and associated objects"10105msgstr ""1010610107#: builtin/fetch.c:12610108msgid "do not fetch all tags (--no-tags)"10109msgstr ""1011010111#: builtin/fetch.c:12810112msgid "number of submodules fetched in parallel"10113msgstr ""1011410115#: builtin/fetch.c:130 builtin/pull.c:20710116msgid "prune remote-tracking branches no longer on remote"10117msgstr ""1011810119#: builtin/fetch.c:13210120msgid "prune local tags no longer on remote and clobber changed tags"10121msgstr ""1012210123#: builtin/fetch.c:133 builtin/fetch.c:156 builtin/pull.c:13210124msgid "on-demand"10125msgstr ""1012610127#: builtin/fetch.c:13410128msgid "control recursive fetching of submodules"10129msgstr ""1013010131#: builtin/fetch.c:138 builtin/pull.c:21510132msgid "keep downloaded pack"10133msgstr ""1013410135#: builtin/fetch.c:14010136msgid "allow updating of HEAD ref"10137msgstr ""1013810139#: builtin/fetch.c:143 builtin/fetch.c:149 builtin/pull.c:21810140msgid "deepen history of shallow clone"10141msgstr ""1014210143#: builtin/fetch.c:14510144msgid "deepen history of shallow repository based on time"10145msgstr ""1014610147#: builtin/fetch.c:151 builtin/pull.c:22110148msgid "convert to a complete repository"10149msgstr ""1015010151#: builtin/fetch.c:15410152msgid "prepend this to submodule path output"10153msgstr ""1015410155#: builtin/fetch.c:15710156msgid ""10157"default for recursive fetching of submodules (lower priority than config "10158"files)"10159msgstr ""1016010161#: builtin/fetch.c:161 builtin/pull.c:22410162msgid "accept refs that update .git/shallow"10163msgstr ""1016410165#: builtin/fetch.c:162 builtin/pull.c:22610166msgid "refmap"10167msgstr ""1016810169#: builtin/fetch.c:163 builtin/pull.c:22710170msgid "specify fetch refmap"10171msgstr ""1017210173#: builtin/fetch.c:164 builtin/ls-remote.c:77 builtin/push.c:58210174#: builtin/send-pack.c:17210175msgid "server-specific"10176msgstr ""1017710178#: builtin/fetch.c:164 builtin/ls-remote.c:77 builtin/push.c:58210179#: builtin/send-pack.c:17310180msgid "option to transmit"10181msgstr ""1018210183#: builtin/fetch.c:17010184msgid "report that we have only objects reachable from this object"10185msgstr ""1018610187#: builtin/fetch.c:47010188msgid "Couldn't find remote ref HEAD"10189msgstr ""1019010191#: builtin/fetch.c:60910192#, c-format10193msgid "configuration fetch.output contains invalid value %s"10194msgstr ""1019510196#: builtin/fetch.c:70210197#, c-format10198msgid "object %s not found"10199msgstr ""1020010201#: builtin/fetch.c:70610202msgid "[up to date]"10203msgstr ""1020410205#: builtin/fetch.c:719 builtin/fetch.c:735 builtin/fetch.c:80710206msgid "[rejected]"10207msgstr ""1020810209#: builtin/fetch.c:72010210msgid "can't fetch in current branch"10211msgstr ""1021210213#: builtin/fetch.c:73010214msgid "[tag update]"10215msgstr ""1021610217#: builtin/fetch.c:731 builtin/fetch.c:771 builtin/fetch.c:78710218#: builtin/fetch.c:80210219msgid "unable to update local ref"10220msgstr ""1022110222#: builtin/fetch.c:73510223msgid "would clobber existing tag"10224msgstr ""1022510226#: builtin/fetch.c:75710227msgid "[new tag]"10228msgstr ""1022910230#: builtin/fetch.c:76010231msgid "[new branch]"10232msgstr ""1023310234#: builtin/fetch.c:76310235msgid "[new ref]"10236msgstr ""1023710238#: builtin/fetch.c:80210239msgid "forced update"10240msgstr ""1024110242#: builtin/fetch.c:80710243msgid "non-fast-forward"10244msgstr ""1024510246#: builtin/fetch.c:85310247#, c-format10248msgid "%s did not send all necessary objects\n"10249msgstr ""1025010251#: builtin/fetch.c:87410252#, c-format10253msgid "reject %s because shallow roots are not allowed to be updated"10254msgstr ""1025510256#: builtin/fetch.c:963 builtin/fetch.c:108510257#, c-format10258msgid "From %.*s\n"10259msgstr ""1026010261#: builtin/fetch.c:97410262#, c-format10263msgid ""10264"some local refs could not be updated; try running\n"10265" 'git remote prune %s' to remove any old, conflicting branches"10266msgstr ""1026710268#: builtin/fetch.c:105510269#, c-format10270msgid " (%s will become dangling)"10271msgstr ""1027210273#: builtin/fetch.c:105610274#, c-format10275msgid " (%s has become dangling)"10276msgstr ""1027710278#: builtin/fetch.c:108810279msgid "[deleted]"10280msgstr ""1028110282#: builtin/fetch.c:1089 builtin/remote.c:103610283msgid "(none)"10284msgstr ""1028510286#: builtin/fetch.c:111210287#, c-format10288msgid "Refusing to fetch into current branch %s of non-bare repository"10289msgstr ""1029010291#: builtin/fetch.c:113110292#, c-format10293msgid "Option \"%s\" value \"%s\" is not valid for %s"10294msgstr ""1029510296#: builtin/fetch.c:113410297#, c-format10298msgid "Option \"%s\" is ignored for %s\n"10299msgstr ""1030010301#: builtin/fetch.c:143310302#, c-format10303msgid "Fetching %s\n"10304msgstr ""1030510306#: builtin/fetch.c:1435 builtin/remote.c:10010307#, c-format10308msgid "Could not fetch %s"10309msgstr ""1031010311#: builtin/fetch.c:1481 builtin/fetch.c:164910312msgid ""10313"--filter can only be used with the remote configured in core.partialClone"10314msgstr ""1031510316#: builtin/fetch.c:150410317msgid ""10318"No remote repository specified. Please, specify either a URL or a\n"10319"remote name from which new revisions should be fetched."10320msgstr ""1032110322#: builtin/fetch.c:154110323msgid "You need to specify a tag name."10324msgstr ""1032510326#: builtin/fetch.c:159010327msgid "Negative depth in --deepen is not supported"10328msgstr ""1032910330#: builtin/fetch.c:159210331msgid "--deepen and --depth are mutually exclusive"10332msgstr ""1033310334#: builtin/fetch.c:159710335msgid "--depth and --unshallow cannot be used together"10336msgstr ""1033710338#: builtin/fetch.c:159910339msgid "--unshallow on a complete repository does not make sense"10340msgstr ""1034110342#: builtin/fetch.c:161510343msgid "fetch --all does not take a repository argument"10344msgstr ""1034510346#: builtin/fetch.c:161710347msgid "fetch --all does not make sense with refspecs"10348msgstr ""1034910350#: builtin/fetch.c:162610351#, c-format10352msgid "No such remote or remote group: %s"10353msgstr ""1035410355#: builtin/fetch.c:163310356msgid "Fetching a group and specifying refspecs does not make sense"10357msgstr ""1035810359#: builtin/fmt-merge-msg.c:1810360msgid ""10361"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"10362msgstr ""1036310364#: builtin/fmt-merge-msg.c:67210365msgid "populate log with at most <n> entries from shortlog"10366msgstr ""1036710368#: builtin/fmt-merge-msg.c:67510369msgid "alias for --log (deprecated)"10370msgstr ""1037110372#: builtin/fmt-merge-msg.c:67810373msgid "text"10374msgstr ""1037510376#: builtin/fmt-merge-msg.c:67910377msgid "use <text> as start of message"10378msgstr ""1037910380#: builtin/fmt-merge-msg.c:68010381msgid "file to read from"10382msgstr ""1038310384#: builtin/for-each-ref.c:1010385msgid "git for-each-ref [<options>] [<pattern>]"10386msgstr ""1038710388#: builtin/for-each-ref.c:1110389msgid "git for-each-ref [--points-at <object>]"10390msgstr ""1039110392#: builtin/for-each-ref.c:1210393msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"10394msgstr ""1039510396#: builtin/for-each-ref.c:1310397msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"10398msgstr ""1039910400#: builtin/for-each-ref.c:2810401msgid "quote placeholders suitably for shells"10402msgstr ""1040310404#: builtin/for-each-ref.c:3010405msgid "quote placeholders suitably for perl"10406msgstr ""1040710408#: builtin/for-each-ref.c:3210409msgid "quote placeholders suitably for python"10410msgstr ""1041110412#: builtin/for-each-ref.c:3410413msgid "quote placeholders suitably for Tcl"10414msgstr ""1041510416#: builtin/for-each-ref.c:3710417msgid "show only <n> matched refs"10418msgstr ""1041910420#: builtin/for-each-ref.c:39 builtin/tag.c:42410421msgid "respect format colors"10422msgstr ""1042310424#: builtin/for-each-ref.c:4310425msgid "print only refs which points at the given object"10426msgstr ""1042710428#: builtin/for-each-ref.c:4510429msgid "print only refs that are merged"10430msgstr ""1043110432#: builtin/for-each-ref.c:4610433msgid "print only refs that are not merged"10434msgstr ""1043510436#: builtin/for-each-ref.c:4710437msgid "print only refs which contain the commit"10438msgstr ""1043910440#: builtin/for-each-ref.c:4810441msgid "print only refs which don't contain the commit"10442msgstr ""1044310444#: builtin/fsck.c:59810445msgid "Checking object directories"10446msgstr ""1044710448#: builtin/fsck.c:69310449msgid "git fsck [<options>] [<object>...]"10450msgstr ""1045110452#: builtin/fsck.c:69910453msgid "show unreachable objects"10454msgstr ""1045510456#: builtin/fsck.c:70010457msgid "show dangling objects"10458msgstr ""1045910460#: builtin/fsck.c:70110461msgid "report tags"10462msgstr ""1046310464#: builtin/fsck.c:70210465msgid "report root nodes"10466msgstr ""1046710468#: builtin/fsck.c:70310469msgid "make index objects head nodes"10470msgstr ""1047110472#: builtin/fsck.c:70410473msgid "make reflogs head nodes (default)"10474msgstr ""1047510476#: builtin/fsck.c:70510477msgid "also consider packs and alternate objects"10478msgstr ""1047910480#: builtin/fsck.c:70610481msgid "check only connectivity"10482msgstr ""1048310484#: builtin/fsck.c:70710485msgid "enable more strict checking"10486msgstr ""1048710488#: builtin/fsck.c:70910489msgid "write dangling objects in .git/lost-found"10490msgstr ""1049110492#: builtin/fsck.c:710 builtin/prune.c:11010493msgid "show progress"10494msgstr ""1049510496#: builtin/fsck.c:71110497msgid "show verbose names for reachable objects"10498msgstr ""1049910500#: builtin/fsck.c:77610501msgid "Checking objects"10502msgstr ""1050310504#: builtin/gc.c:3410505msgid "git gc [<options>]"10506msgstr ""1050710508#: builtin/gc.c:9010509#, c-format10510msgid "Failed to fstat %s: %s"10511msgstr ""1051210513#: builtin/gc.c:461 builtin/init-db.c:5510514#, c-format10515msgid "cannot stat '%s'"10516msgstr ""1051710518#: builtin/gc.c:470 builtin/notes.c:240 builtin/tag.c:51010519#, c-format10520msgid "cannot read '%s'"10521msgstr ""1052210523#: builtin/gc.c:47710524#, c-format10525msgid ""10526"The last gc run reported the following. Please correct the root cause\n"10527"and remove %s.\n"10528"Automatic cleanup will not be performed until the file is removed.\n"10529"\n"10530"%s"10531msgstr ""1053210533#: builtin/gc.c:51910534msgid "prune unreferenced objects"10535msgstr ""1053610537#: builtin/gc.c:52110538msgid "be more thorough (increased runtime)"10539msgstr ""1054010541#: builtin/gc.c:52210542msgid "enable auto-gc mode"10543msgstr ""1054410545#: builtin/gc.c:52510546msgid "force running gc even if there may be another gc running"10547msgstr ""1054810549#: builtin/gc.c:52810550msgid "repack all other packs except the largest pack"10551msgstr ""1055210553#: builtin/gc.c:54510554#, c-format10555msgid "failed to parse gc.logexpiry value %s"10556msgstr ""1055710558#: builtin/gc.c:55610559#, c-format10560msgid "failed to parse prune expiry value %s"10561msgstr ""1056210563#: builtin/gc.c:57610564#, c-format10565msgid "Auto packing the repository in background for optimum performance.\n"10566msgstr ""1056710568#: builtin/gc.c:57810569#, c-format10570msgid "Auto packing the repository for optimum performance.\n"10571msgstr ""1057210573#: builtin/gc.c:57910574#, c-format10575msgid "See \"git help gc\" for manual housekeeping.\n"10576msgstr ""1057710578#: builtin/gc.c:61910579#, c-format10580msgid ""10581"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"10582msgstr ""1058310584#: builtin/gc.c:67010585msgid ""10586"There are too many unreachable loose objects; run 'git prune' to remove them."10587msgstr ""1058810589#: builtin/grep.c:2810590msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"10591msgstr ""1059210593#: builtin/grep.c:22410594#, c-format10595msgid "grep: failed to create thread: %s"10596msgstr ""1059710598#: builtin/grep.c:27810599#, c-format10600msgid "invalid number of threads specified (%d) for %s"10601msgstr ""1060210603#. TRANSLATORS: %s is the configuration10604#. variable for tweaking threads, currently10605#. grep.threads10606#.10607#: builtin/grep.c:286 builtin/index-pack.c:1506 builtin/index-pack.c:169710608#: builtin/pack-objects.c:271910609#, c-format10610msgid "no threads support, ignoring %s"10611msgstr ""1061210613#: builtin/grep.c:458 builtin/grep.c:579 builtin/grep.c:62010614#, c-format10615msgid "unable to read tree (%s)"10616msgstr ""1061710618#: builtin/grep.c:63510619#, c-format10620msgid "unable to grep from object of type %s"10621msgstr ""1062210623#: builtin/grep.c:70110624#, c-format10625msgid "switch `%c' expects a numerical value"10626msgstr ""1062710628#: builtin/grep.c:80010629msgid "search in index instead of in the work tree"10630msgstr ""1063110632#: builtin/grep.c:80210633msgid "find in contents not managed by git"10634msgstr ""1063510636#: builtin/grep.c:80410637msgid "search in both tracked and untracked files"10638msgstr ""1063910640#: builtin/grep.c:80610641msgid "ignore files specified via '.gitignore'"10642msgstr ""1064310644#: builtin/grep.c:80810645msgid "recursively search in each submodule"10646msgstr ""1064710648#: builtin/grep.c:81110649msgid "show non-matching lines"10650msgstr ""1065110652#: builtin/grep.c:81310653msgid "case insensitive matching"10654msgstr ""1065510656#: builtin/grep.c:81510657msgid "match patterns only at word boundaries"10658msgstr ""1065910660#: builtin/grep.c:81710661msgid "process binary files as text"10662msgstr ""1066310664#: builtin/grep.c:81910665msgid "don't match patterns in binary files"10666msgstr ""1066710668#: builtin/grep.c:82210669msgid "process binary files with textconv filters"10670msgstr ""1067110672#: builtin/grep.c:82410673msgid "search in subdirectories (default)"10674msgstr ""1067510676#: builtin/grep.c:82610677msgid "descend at most <depth> levels"10678msgstr ""1067910680#: builtin/grep.c:83010681msgid "use extended POSIX regular expressions"10682msgstr ""1068310684#: builtin/grep.c:83310685msgid "use basic POSIX regular expressions (default)"10686msgstr ""1068710688#: builtin/grep.c:83610689msgid "interpret patterns as fixed strings"10690msgstr ""1069110692#: builtin/grep.c:83910693msgid "use Perl-compatible regular expressions"10694msgstr ""1069510696#: builtin/grep.c:84210697msgid "show line numbers"10698msgstr ""1069910700#: builtin/grep.c:84310701msgid "show column number of first match"10702msgstr ""1070310704#: builtin/grep.c:84410705msgid "don't show filenames"10706msgstr ""1070710708#: builtin/grep.c:84510709msgid "show filenames"10710msgstr ""1071110712#: builtin/grep.c:84710713msgid "show filenames relative to top directory"10714msgstr ""1071510716#: builtin/grep.c:84910717msgid "show only filenames instead of matching lines"10718msgstr ""1071910720#: builtin/grep.c:85110721msgid "synonym for --files-with-matches"10722msgstr ""1072310724#: builtin/grep.c:85410725msgid "show only the names of files without match"10726msgstr ""1072710728#: builtin/grep.c:85610729msgid "print NUL after filenames"10730msgstr ""1073110732#: builtin/grep.c:85910733msgid "show only matching parts of a line"10734msgstr ""1073510736#: builtin/grep.c:86110737msgid "show the number of matches instead of matching lines"10738msgstr ""1073910740#: builtin/grep.c:86210741msgid "highlight matches"10742msgstr ""1074310744#: builtin/grep.c:86410745msgid "print empty line between matches from different files"10746msgstr ""1074710748#: builtin/grep.c:86610749msgid "show filename only once above matches from same file"10750msgstr ""1075110752#: builtin/grep.c:86910753msgid "show <n> context lines before and after matches"10754msgstr ""1075510756#: builtin/grep.c:87210757msgid "show <n> context lines before matches"10758msgstr ""1075910760#: builtin/grep.c:87410761msgid "show <n> context lines after matches"10762msgstr ""1076310764#: builtin/grep.c:87610765msgid "use <n> worker threads"10766msgstr ""1076710768#: builtin/grep.c:87710769msgid "shortcut for -C NUM"10770msgstr ""1077110772#: builtin/grep.c:88010773msgid "show a line with the function name before matches"10774msgstr ""1077510776#: builtin/grep.c:88210777msgid "show the surrounding function"10778msgstr ""1077910780#: builtin/grep.c:88510781msgid "read patterns from file"10782msgstr ""1078310784#: builtin/grep.c:88710785msgid "match <pattern>"10786msgstr ""1078710788#: builtin/grep.c:88910789msgid "combine patterns specified with -e"10790msgstr ""1079110792#: builtin/grep.c:90110793msgid "indicate hit with exit status without output"10794msgstr ""1079510796#: builtin/grep.c:90310797msgid "show only matches from files that match all patterns"10798msgstr ""1079910800#: builtin/grep.c:90510801msgid "show parse tree for grep expression"10802msgstr ""1080310804#: builtin/grep.c:90910805msgid "pager"10806msgstr ""1080710808#: builtin/grep.c:90910809msgid "show matching files in the pager"10810msgstr ""1081110812#: builtin/grep.c:91310813msgid "allow calling of grep(1) (ignored by this build)"10814msgstr ""1081510816#: builtin/grep.c:97710817msgid "no pattern given"10818msgstr ""1081910820#: builtin/grep.c:101310821msgid "--no-index or --untracked cannot be used with revs"10822msgstr ""1082310824#: builtin/grep.c:102010825#, c-format10826msgid "unable to resolve revision: %s"10827msgstr ""1082810829#: builtin/grep.c:105110830msgid "invalid option combination, ignoring --threads"10831msgstr ""1083210833#: builtin/grep.c:1054 builtin/pack-objects.c:339710834msgid "no threads support, ignoring --threads"10835msgstr ""1083610837#: builtin/grep.c:1057 builtin/index-pack.c:1503 builtin/pack-objects.c:271610838#, c-format10839msgid "invalid number of threads specified (%d)"10840msgstr ""1084110842#: builtin/grep.c:108010843msgid "--open-files-in-pager only works on the worktree"10844msgstr ""1084510846#: builtin/grep.c:110310847msgid "option not supported with --recurse-submodules"10848msgstr ""1084910850#: builtin/grep.c:110910851msgid "--cached or --untracked cannot be used with --no-index"10852msgstr ""1085310854#: builtin/grep.c:111510855msgid "--[no-]exclude-standard cannot be used for tracked contents"10856msgstr ""1085710858#: builtin/grep.c:112310859msgid "both --cached and trees are given"10860msgstr ""1086110862#: builtin/hash-object.c:8410863msgid ""10864"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "10865"[--] <file>..."10866msgstr ""1086710868#: builtin/hash-object.c:8510869msgid "git hash-object --stdin-paths"10870msgstr ""1087110872#: builtin/hash-object.c:9710873msgid "type"10874msgstr ""1087510876#: builtin/hash-object.c:9710877msgid "object type"10878msgstr ""1087910880#: builtin/hash-object.c:9810881msgid "write the object into the object database"10882msgstr ""1088310884#: builtin/hash-object.c:10010885msgid "read the object from stdin"10886msgstr ""1088710888#: builtin/hash-object.c:10210889msgid "store file as is without filters"10890msgstr ""1089110892#: builtin/hash-object.c:10310893msgid ""10894"just hash any random garbage to create corrupt objects for debugging Git"10895msgstr ""1089610897#: builtin/hash-object.c:10410898msgid "process file as it were from this path"10899msgstr ""1090010901#: builtin/help.c:4610902msgid "print all available commands"10903msgstr ""1090410905#: builtin/help.c:4710906msgid "exclude guides"10907msgstr ""1090810909#: builtin/help.c:4810910msgid "print list of useful guides"10911msgstr ""1091210913#: builtin/help.c:4910914msgid "print all configuration variable names"10915msgstr ""1091610917#: builtin/help.c:5110918msgid "show man page"10919msgstr ""1092010921#: builtin/help.c:5210922msgid "show manual in web browser"10923msgstr ""1092410925#: builtin/help.c:5410926msgid "show info page"10927msgstr ""1092810929#: builtin/help.c:5610930msgid "print command description"10931msgstr ""1093210933#: builtin/help.c:6110934msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"10935msgstr ""1093610937#: builtin/help.c:7310938#, c-format10939msgid "unrecognized help format '%s'"10940msgstr ""1094110942#: builtin/help.c:10010943msgid "Failed to start emacsclient."10944msgstr ""1094510946#: builtin/help.c:11310947msgid "Failed to parse emacsclient version."10948msgstr ""1094910950#: builtin/help.c:12110951#, c-format10952msgid "emacsclient version '%d' too old (< 22)."10953msgstr ""1095410955#: builtin/help.c:139 builtin/help.c:161 builtin/help.c:171 builtin/help.c:17910956#, c-format10957msgid "failed to exec '%s'"10958msgstr ""1095910960#: builtin/help.c:21710961#, c-format10962msgid ""10963"'%s': path for unsupported man viewer.\n"10964"Please consider using 'man.<tool>.cmd' instead."10965msgstr ""1096610967#: builtin/help.c:22910968#, c-format10969msgid ""10970"'%s': cmd for supported man viewer.\n"10971"Please consider using 'man.<tool>.path' instead."10972msgstr ""1097310974#: builtin/help.c:34610975#, c-format10976msgid "'%s': unknown man viewer."10977msgstr ""1097810979#: builtin/help.c:36310980msgid "no man viewer handled the request"10981msgstr ""1098210983#: builtin/help.c:37110984msgid "no info viewer handled the request"10985msgstr ""1098610987#: builtin/help.c:430 builtin/help.c:441 git.c:32210988#, c-format10989msgid "'%s' is aliased to '%s'"10990msgstr ""1099110992#: builtin/help.c:44410993#, c-format10994msgid "bad alias.%s string: %s"10995msgstr ""1099610997#: builtin/help.c:473 builtin/help.c:50310998#, c-format10999msgid "usage: %s%s"11000msgstr ""1100111002#: builtin/help.c:48711003msgid "'git help config' for more information"11004msgstr ""1100511006#: builtin/index-pack.c:18411007#, c-format11008msgid "object type mismatch at %s"11009msgstr ""1101011011#: builtin/index-pack.c:20411012#, c-format11013msgid "did not receive expected object %s"11014msgstr ""1101511016#: builtin/index-pack.c:20711017#, c-format11018msgid "object %s: expected type %s, found %s"11019msgstr ""1102011021#: builtin/index-pack.c:24911022#, c-format11023msgid "cannot fill %d byte"11024msgid_plural "cannot fill %d bytes"11025msgstr[0] ""11026msgstr[1] ""1102711028#: builtin/index-pack.c:25911029msgid "early EOF"11030msgstr ""1103111032#: builtin/index-pack.c:26011033msgid "read error on input"11034msgstr ""1103511036#: builtin/index-pack.c:27211037msgid "used more bytes than were available"11038msgstr ""1103911040#: builtin/index-pack.c:279 builtin/pack-objects.c:59811041msgid "pack too large for current definition of off_t"11042msgstr ""1104311044#: builtin/index-pack.c:282 builtin/unpack-objects.c:9411045msgid "pack exceeds maximum allowed size"11046msgstr ""1104711048#: builtin/index-pack.c:29711049#, c-format11050msgid "unable to create '%s'"11051msgstr ""1105211053#: builtin/index-pack.c:30311054#, c-format11055msgid "cannot open packfile '%s'"11056msgstr ""1105711058#: builtin/index-pack.c:31711059msgid "pack signature mismatch"11060msgstr ""1106111062#: builtin/index-pack.c:31911063#, c-format11064msgid "pack version %<PRIu32> unsupported"11065msgstr ""1106611067#: builtin/index-pack.c:33711068#, c-format11069msgid "pack has bad object at offset %<PRIuMAX>: %s"11070msgstr ""1107111072#: builtin/index-pack.c:45711073#, c-format11074msgid "inflate returned %d"11075msgstr ""1107611077#: builtin/index-pack.c:50611078msgid "offset value overflow for delta base object"11079msgstr ""1108011081#: builtin/index-pack.c:51411082msgid "delta base offset is out of bound"11083msgstr ""1108411085#: builtin/index-pack.c:52211086#, c-format11087msgid "unknown object type %d"11088msgstr ""1108911090#: builtin/index-pack.c:55311091msgid "cannot pread pack file"11092msgstr ""1109311094#: builtin/index-pack.c:55511095#, c-format11096msgid "premature end of pack file, %<PRIuMAX> byte missing"11097msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"11098msgstr[0] ""11099msgstr[1] ""1110011101#: builtin/index-pack.c:58111102msgid "serious inflate inconsistency"11103msgstr ""1110411105#: builtin/index-pack.c:726 builtin/index-pack.c:732 builtin/index-pack.c:75511106#: builtin/index-pack.c:794 builtin/index-pack.c:80311107#, c-format11108msgid "SHA1 COLLISION FOUND WITH %s !"11109msgstr ""1111011111#: builtin/index-pack.c:729 builtin/pack-objects.c:15111112#: builtin/pack-objects.c:211 builtin/pack-objects.c:30511113#, c-format11114msgid "unable to read %s"11115msgstr ""1111611117#: builtin/index-pack.c:79211118#, c-format11119msgid "cannot read existing object info %s"11120msgstr ""1112111122#: builtin/index-pack.c:80011123#, c-format11124msgid "cannot read existing object %s"11125msgstr ""1112611127#: builtin/index-pack.c:81411128#, c-format11129msgid "invalid blob object %s"11130msgstr ""1113111132#: builtin/index-pack.c:817 builtin/index-pack.c:83611133msgid "fsck error in packed object"11134msgstr ""1113511136#: builtin/index-pack.c:83311137#, c-format11138msgid "invalid %s"11139msgstr ""1114011141#: builtin/index-pack.c:83811142#, c-format11143msgid "Not all child objects of %s are reachable"11144msgstr ""1114511146#: builtin/index-pack.c:910 builtin/index-pack.c:94111147msgid "failed to apply delta"11148msgstr ""1114911150#: builtin/index-pack.c:110911151msgid "Receiving objects"11152msgstr ""1115311154#: builtin/index-pack.c:110911155msgid "Indexing objects"11156msgstr ""1115711158#: builtin/index-pack.c:114311159msgid "pack is corrupted (SHA1 mismatch)"11160msgstr ""1116111162#: builtin/index-pack.c:114811163msgid "cannot fstat packfile"11164msgstr ""1116511166#: builtin/index-pack.c:115111167msgid "pack has junk at the end"11168msgstr ""1116911170#: builtin/index-pack.c:116311171msgid "confusion beyond insanity in parse_pack_objects()"11172msgstr ""1117311174#: builtin/index-pack.c:118611175msgid "Resolving deltas"11176msgstr ""1117711178#: builtin/index-pack.c:1196 builtin/pack-objects.c:249211179#, c-format11180msgid "unable to create thread: %s"11181msgstr ""1118211183#: builtin/index-pack.c:123711184msgid "confusion beyond insanity"11185msgstr ""1118611187#: builtin/index-pack.c:124311188#, c-format11189msgid "completed with %d local object"11190msgid_plural "completed with %d local objects"11191msgstr[0] ""11192msgstr[1] ""1119311194#: builtin/index-pack.c:125511195#, c-format11196msgid "Unexpected tail checksum for %s (disk corruption?)"11197msgstr ""1119811199#: builtin/index-pack.c:125911200#, c-format11201msgid "pack has %d unresolved delta"11202msgid_plural "pack has %d unresolved deltas"11203msgstr[0] ""11204msgstr[1] ""1120511206#: builtin/index-pack.c:128311207#, c-format11208msgid "unable to deflate appended object (%d)"11209msgstr ""1121011211#: builtin/index-pack.c:136011212#, c-format11213msgid "local object %s is corrupt"11214msgstr ""1121511216#: builtin/index-pack.c:137411217#, c-format11218msgid "packfile name '%s' does not end with '.pack'"11219msgstr ""1122011221#: builtin/index-pack.c:139911222#, c-format11223msgid "cannot write %s file '%s'"11224msgstr ""1122511226#: builtin/index-pack.c:140711227#, c-format11228msgid "cannot close written %s file '%s'"11229msgstr ""1123011231#: builtin/index-pack.c:143111232msgid "error while closing pack file"11233msgstr ""1123411235#: builtin/index-pack.c:144511236msgid "cannot store pack file"11237msgstr ""1123811239#: builtin/index-pack.c:145311240msgid "cannot store index file"11241msgstr ""1124211243#: builtin/index-pack.c:1497 builtin/pack-objects.c:272711244#, c-format11245msgid "bad pack.indexversion=%<PRIu32>"11246msgstr ""1124711248#: builtin/index-pack.c:156511249#, c-format11250msgid "Cannot open existing pack file '%s'"11251msgstr ""1125211253#: builtin/index-pack.c:156711254#, c-format11255msgid "Cannot open existing pack idx file for '%s'"11256msgstr ""1125711258#: builtin/index-pack.c:161511259#, c-format11260msgid "non delta: %d object"11261msgid_plural "non delta: %d objects"11262msgstr[0] ""11263msgstr[1] ""1126411265#: builtin/index-pack.c:162211266#, c-format11267msgid "chain length = %d: %lu object"11268msgid_plural "chain length = %d: %lu objects"11269msgstr[0] ""11270msgstr[1] ""1127111272#: builtin/index-pack.c:165911273msgid "Cannot come back to cwd"11274msgstr ""1127511276#: builtin/index-pack.c:1708 builtin/index-pack.c:171111277#: builtin/index-pack.c:1727 builtin/index-pack.c:173111278#, c-format11279msgid "bad %s"11280msgstr ""1128111282#: builtin/index-pack.c:174711283msgid "--fix-thin cannot be used without --stdin"11284msgstr ""1128511286#: builtin/index-pack.c:174911287msgid "--stdin requires a git repository"11288msgstr ""1128911290#: builtin/index-pack.c:175511291msgid "--verify with no packfile name given"11292msgstr ""1129311294#: builtin/index-pack.c:1803 builtin/unpack-objects.c:58011295msgid "fsck error in pack objects"11296msgstr ""1129711298#: builtin/init-db.c:6111299#, c-format11300msgid "cannot stat template '%s'"11301msgstr ""1130211303#: builtin/init-db.c:6611304#, c-format11305msgid "cannot opendir '%s'"11306msgstr ""1130711308#: builtin/init-db.c:7811309#, c-format11310msgid "cannot readlink '%s'"11311msgstr ""1131211313#: builtin/init-db.c:8011314#, c-format11315msgid "cannot symlink '%s' '%s'"11316msgstr ""1131711318#: builtin/init-db.c:8611319#, c-format11320msgid "cannot copy '%s' to '%s'"11321msgstr ""1132211323#: builtin/init-db.c:9011324#, c-format11325msgid "ignoring template %s"11326msgstr ""1132711328#: builtin/init-db.c:12111329#, c-format11330msgid "templates not found in %s"11331msgstr ""1133211333#: builtin/init-db.c:13611334#, c-format11335msgid "not copying templates from '%s': %s"11336msgstr ""1133711338#: builtin/init-db.c:32911339#, c-format11340msgid "unable to handle file type %d"11341msgstr ""1134211343#: builtin/init-db.c:33211344#, c-format11345msgid "unable to move %s to %s"11346msgstr ""1134711348#: builtin/init-db.c:349 builtin/init-db.c:35211349#, c-format11350msgid "%s already exists"11351msgstr ""1135211353#: builtin/init-db.c:40511354#, c-format11355msgid "Reinitialized existing shared Git repository in %s%s\n"11356msgstr ""1135711358#: builtin/init-db.c:40611359#, c-format11360msgid "Reinitialized existing Git repository in %s%s\n"11361msgstr ""1136211363#: builtin/init-db.c:41011364#, c-format11365msgid "Initialized empty shared Git repository in %s%s\n"11366msgstr ""1136711368#: builtin/init-db.c:41111369#, c-format11370msgid "Initialized empty Git repository in %s%s\n"11371msgstr ""1137211373#: builtin/init-db.c:46011374msgid ""11375"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"11376"shared[=<permissions>]] [<directory>]"11377msgstr ""1137811379#: builtin/init-db.c:48311380msgid "permissions"11381msgstr ""1138211383#: builtin/init-db.c:48411384msgid "specify that the git repository is to be shared amongst several users"11385msgstr ""1138611387#: builtin/init-db.c:518 builtin/init-db.c:52311388#, c-format11389msgid "cannot mkdir %s"11390msgstr ""1139111392#: builtin/init-db.c:52711393#, c-format11394msgid "cannot chdir to %s"11395msgstr ""1139611397#: builtin/init-db.c:54811398#, c-format11399msgid ""11400"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"11401"dir=<directory>)"11402msgstr ""1140311404#: builtin/init-db.c:57611405#, c-format11406msgid "Cannot access work tree '%s'"11407msgstr ""1140811409#: builtin/interpret-trailers.c:1511410msgid ""11411"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "11412"<token>[(=|:)<value>])...] [<file>...]"11413msgstr ""1141411415#: builtin/interpret-trailers.c:9411416msgid "edit files in place"11417msgstr ""1141811419#: builtin/interpret-trailers.c:9511420msgid "trim empty trailers"11421msgstr ""1142211423#: builtin/interpret-trailers.c:9811424msgid "where to place the new trailer"11425msgstr ""1142611427#: builtin/interpret-trailers.c:10011428msgid "action if trailer already exists"11429msgstr ""1143011431#: builtin/interpret-trailers.c:10211432msgid "action if trailer is missing"11433msgstr ""1143411435#: builtin/interpret-trailers.c:10411436msgid "output only the trailers"11437msgstr ""1143811439#: builtin/interpret-trailers.c:10511440msgid "do not apply config rules"11441msgstr ""1144211443#: builtin/interpret-trailers.c:10611444msgid "join whitespace-continued values"11445msgstr ""1144611447#: builtin/interpret-trailers.c:10711448msgid "set parsing options"11449msgstr ""1145011451#: builtin/interpret-trailers.c:10911452msgid "do not treat --- specially"11453msgstr ""1145411455#: builtin/interpret-trailers.c:11011456msgid "trailer"11457msgstr ""1145811459#: builtin/interpret-trailers.c:11111460msgid "trailer(s) to add"11461msgstr ""1146211463#: builtin/interpret-trailers.c:12011464msgid "--trailer with --only-input does not make sense"11465msgstr ""1146611467#: builtin/interpret-trailers.c:13011468msgid "no input file given for in-place editing"11469msgstr ""1147011471#: builtin/log.c:5411472msgid "git log [<options>] [<revision-range>] [[--] <path>...]"11473msgstr ""1147411475#: builtin/log.c:5511476msgid "git show [<options>] <object>..."11477msgstr ""1147811479#: builtin/log.c:9911480#, c-format11481msgid "invalid --decorate option: %s"11482msgstr ""1148311484#: builtin/log.c:16211485msgid "suppress diff output"11486msgstr ""1148711488#: builtin/log.c:16311489msgid "show source"11490msgstr ""1149111492#: builtin/log.c:16411493msgid "Use mail map file"11494msgstr ""1149511496#: builtin/log.c:16611497msgid "only decorate refs that match <pattern>"11498msgstr ""1149911500#: builtin/log.c:16811501msgid "do not decorate refs that match <pattern>"11502msgstr ""1150311504#: builtin/log.c:16911505msgid "decorate options"11506msgstr ""1150711508#: builtin/log.c:17211509msgid "Process line range n,m in file, counting from 1"11510msgstr ""1151111512#: builtin/log.c:27011513#, c-format11514msgid "Final output: %d %s\n"11515msgstr ""1151611517#: builtin/log.c:52211518#, c-format11519msgid "git show %s: bad file"11520msgstr ""1152111522#: builtin/log.c:537 builtin/log.c:63111523#, c-format11524msgid "Could not read object %s"11525msgstr ""1152611527#: builtin/log.c:65511528#, c-format11529msgid "Unknown type: %d"11530msgstr ""1153111532#: builtin/log.c:77611533msgid "format.headers without value"11534msgstr ""1153511536#: builtin/log.c:87711537msgid "name of output directory is too long"11538msgstr ""1153911540#: builtin/log.c:89311541#, c-format11542msgid "Cannot open patch file %s"11543msgstr ""1154411545#: builtin/log.c:91011546msgid "Need exactly one range."11547msgstr ""1154811549#: builtin/log.c:92011550msgid "Not a range."11551msgstr ""1155211553#: builtin/log.c:104311554msgid "Cover letter needs email format"11555msgstr ""1155611557#: builtin/log.c:111911558#, c-format11559msgid "insane in-reply-to: %s"11560msgstr ""1156111562#: builtin/log.c:114611563msgid "git format-patch [<options>] [<since> | <revision-range>]"11564msgstr ""1156511566#: builtin/log.c:120411567msgid "Two output directories?"11568msgstr ""1156911570#: builtin/log.c:1311 builtin/log.c:2054 builtin/log.c:2056 builtin/log.c:206811571#, c-format11572msgid "Unknown commit %s"11573msgstr ""1157411575#: builtin/log.c:1321 builtin/notes.c:894 builtin/tag.c:52611576#, c-format11577msgid "Failed to resolve '%s' as a valid ref."11578msgstr ""1157911580#: builtin/log.c:132611581msgid "Could not find exact merge base."11582msgstr ""1158311584#: builtin/log.c:133011585msgid ""11586"Failed to get upstream, if you want to record base commit automatically,\n"11587"please use git branch --set-upstream-to to track a remote branch.\n"11588"Or you could specify base commit by --base=<base-commit-id> manually."11589msgstr ""1159011591#: builtin/log.c:135011592msgid "Failed to find exact merge base"11593msgstr ""1159411595#: builtin/log.c:136111596msgid "base commit should be the ancestor of revision list"11597msgstr ""1159811599#: builtin/log.c:136511600msgid "base commit shouldn't be in revision list"11601msgstr ""1160211603#: builtin/log.c:141811604msgid "cannot get patch id"11605msgstr ""1160611607#: builtin/log.c:147011608msgid "failed to infer range-diff ranges"11609msgstr ""1161011611#: builtin/log.c:151511612msgid "use [PATCH n/m] even with a single patch"11613msgstr ""1161411615#: builtin/log.c:151811616msgid "use [PATCH] even with multiple patches"11617msgstr ""1161811619#: builtin/log.c:152211620msgid "print patches to standard out"11621msgstr ""1162211623#: builtin/log.c:152411624msgid "generate a cover letter"11625msgstr ""1162611627#: builtin/log.c:152611628msgid "use simple number sequence for output file names"11629msgstr ""1163011631#: builtin/log.c:152711632msgid "sfx"11633msgstr ""1163411635#: builtin/log.c:152811636msgid "use <sfx> instead of '.patch'"11637msgstr ""1163811639#: builtin/log.c:153011640msgid "start numbering patches at <n> instead of 1"11641msgstr ""1164211643#: builtin/log.c:153211644msgid "mark the series as Nth re-roll"11645msgstr ""1164611647#: builtin/log.c:153411648msgid "Use [RFC PATCH] instead of [PATCH]"11649msgstr ""1165011651#: builtin/log.c:153711652msgid "Use [<prefix>] instead of [PATCH]"11653msgstr ""1165411655#: builtin/log.c:154011656msgid "store resulting files in <dir>"11657msgstr ""1165811659#: builtin/log.c:154311660msgid "don't strip/add [PATCH]"11661msgstr ""1166211663#: builtin/log.c:154611664msgid "don't output binary diffs"11665msgstr ""1166611667#: builtin/log.c:154811668msgid "output all-zero hash in From header"11669msgstr ""1167011671#: builtin/log.c:155011672msgid "don't include a patch matching a commit upstream"11673msgstr ""1167411675#: builtin/log.c:155211676msgid "show patch format instead of default (patch + stat)"11677msgstr ""1167811679#: builtin/log.c:155411680msgid "Messaging"11681msgstr ""1168211683#: builtin/log.c:155511684msgid "header"11685msgstr ""1168611687#: builtin/log.c:155611688msgid "add email header"11689msgstr ""1169011691#: builtin/log.c:1557 builtin/log.c:155911692msgid "email"11693msgstr ""1169411695#: builtin/log.c:155711696msgid "add To: header"11697msgstr ""1169811699#: builtin/log.c:155911700msgid "add Cc: header"11701msgstr ""1170211703#: builtin/log.c:156111704msgid "ident"11705msgstr ""1170611707#: builtin/log.c:156211708msgid "set From address to <ident> (or committer ident if absent)"11709msgstr ""1171011711#: builtin/log.c:156411712msgid "message-id"11713msgstr ""1171411715#: builtin/log.c:156511716msgid "make first mail a reply to <message-id>"11717msgstr ""1171811719#: builtin/log.c:1566 builtin/log.c:156911720msgid "boundary"11721msgstr ""1172211723#: builtin/log.c:156711724msgid "attach the patch"11725msgstr ""1172611727#: builtin/log.c:157011728msgid "inline the patch"11729msgstr ""1173011731#: builtin/log.c:157411732msgid "enable message threading, styles: shallow, deep"11733msgstr ""1173411735#: builtin/log.c:157611736msgid "signature"11737msgstr ""1173811739#: builtin/log.c:157711740msgid "add a signature"11741msgstr ""1174211743#: builtin/log.c:157811744msgid "base-commit"11745msgstr ""1174611747#: builtin/log.c:157911748msgid "add prerequisite tree info to the patch series"11749msgstr ""1175011751#: builtin/log.c:158111752msgid "add a signature from a file"11753msgstr ""1175411755#: builtin/log.c:158211756msgid "don't print the patch filenames"11757msgstr ""1175811759#: builtin/log.c:158411760msgid "show progress while generating patches"11761msgstr ""1176211763#: builtin/log.c:158511764msgid "rev"11765msgstr ""1176611767#: builtin/log.c:158611768msgid "show changes against <rev> in cover letter or single patch"11769msgstr ""1177011771#: builtin/log.c:158911772msgid "show changes against <refspec> in cover letter or single patch"11773msgstr ""1177411775#: builtin/log.c:159111776msgid "percentage by which creation is weighted"11777msgstr ""1177811779#: builtin/log.c:166611780#, c-format11781msgid "invalid ident line: %s"11782msgstr ""1178311784#: builtin/log.c:168111785msgid "-n and -k are mutually exclusive"11786msgstr ""1178711788#: builtin/log.c:168311789msgid "--subject-prefix/--rfc and -k are mutually exclusive"11790msgstr ""1179111792#: builtin/log.c:169111793msgid "--name-only does not make sense"11794msgstr ""1179511796#: builtin/log.c:169311797msgid "--name-status does not make sense"11798msgstr ""1179911800#: builtin/log.c:169511801msgid "--check does not make sense"11802msgstr ""1180311804#: builtin/log.c:172711805msgid "standard output, or directory, which one?"11806msgstr ""1180711808#: builtin/log.c:172911809#, c-format11810msgid "Could not create directory '%s'"11811msgstr ""1181211813#: builtin/log.c:181611814msgid "--interdiff requires --cover-letter or single patch"11815msgstr ""1181611817#: builtin/log.c:182011818msgid "Interdiff:"11819msgstr ""1182011821#: builtin/log.c:182111822#, c-format11823msgid "Interdiff against v%d:"11824msgstr ""1182511826#: builtin/log.c:182711827msgid "--creation-factor requires --range-diff"11828msgstr ""1182911830#: builtin/log.c:183111831msgid "--range-diff requires --cover-letter or single patch"11832msgstr ""1183311834#: builtin/log.c:183911835msgid "Range-diff:"11836msgstr ""1183711838#: builtin/log.c:184011839#, c-format11840msgid "Range-diff against v%d:"11841msgstr ""1184211843#: builtin/log.c:185111844#, c-format11845msgid "unable to read signature file '%s'"11846msgstr ""1184711848#: builtin/log.c:188711849msgid "Generating patches"11850msgstr ""1185111852#: builtin/log.c:193111853msgid "Failed to create output files"11854msgstr ""1185511856#: builtin/log.c:198911857msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"11858msgstr ""1185911860#: builtin/log.c:204311861#, c-format11862msgid ""11863"Could not find a tracked remote branch, please specify <upstream> manually.\n"11864msgstr ""1186511866#: builtin/ls-files.c:46911867msgid "git ls-files [<options>] [<file>...]"11868msgstr ""1186911870#: builtin/ls-files.c:52511871msgid "identify the file status with tags"11872msgstr ""1187311874#: builtin/ls-files.c:52711875msgid "use lowercase letters for 'assume unchanged' files"11876msgstr ""1187711878#: builtin/ls-files.c:52911879msgid "use lowercase letters for 'fsmonitor clean' files"11880msgstr ""1188111882#: builtin/ls-files.c:53111883msgid "show cached files in the output (default)"11884msgstr ""1188511886#: builtin/ls-files.c:53311887msgid "show deleted files in the output"11888msgstr ""1188911890#: builtin/ls-files.c:53511891msgid "show modified files in the output"11892msgstr ""1189311894#: builtin/ls-files.c:53711895msgid "show other files in the output"11896msgstr ""1189711898#: builtin/ls-files.c:53911899msgid "show ignored files in the output"11900msgstr ""1190111902#: builtin/ls-files.c:54211903msgid "show staged contents' object name in the output"11904msgstr ""1190511906#: builtin/ls-files.c:54411907msgid "show files on the filesystem that need to be removed"11908msgstr ""1190911910#: builtin/ls-files.c:54611911msgid "show 'other' directories' names only"11912msgstr ""1191311914#: builtin/ls-files.c:54811915msgid "show line endings of files"11916msgstr ""1191711918#: builtin/ls-files.c:55011919msgid "don't show empty directories"11920msgstr ""1192111922#: builtin/ls-files.c:55311923msgid "show unmerged files in the output"11924msgstr ""1192511926#: builtin/ls-files.c:55511927msgid "show resolve-undo information"11928msgstr ""1192911930#: builtin/ls-files.c:55711931msgid "skip files matching pattern"11932msgstr ""1193311934#: builtin/ls-files.c:56011935msgid "exclude patterns are read from <file>"11936msgstr ""1193711938#: builtin/ls-files.c:56311939msgid "read additional per-directory exclude patterns in <file>"11940msgstr ""1194111942#: builtin/ls-files.c:56511943msgid "add the standard git exclusions"11944msgstr ""1194511946#: builtin/ls-files.c:56911947msgid "make the output relative to the project top directory"11948msgstr ""1194911950#: builtin/ls-files.c:57211951msgid "recurse through submodules"11952msgstr ""1195311954#: builtin/ls-files.c:57411955msgid "if any <file> is not in the index, treat this as an error"11956msgstr ""1195711958#: builtin/ls-files.c:57511959msgid "tree-ish"11960msgstr ""1196111962#: builtin/ls-files.c:57611963msgid "pretend that paths removed since <tree-ish> are still present"11964msgstr ""1196511966#: builtin/ls-files.c:57811967msgid "show debugging data"11968msgstr ""1196911970#: builtin/ls-remote.c:911971msgid ""11972"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"11973" [-q | --quiet] [--exit-code] [--get-url]\n"11974" [--symref] [<repository> [<refs>...]]"11975msgstr ""1197611977#: builtin/ls-remote.c:5911978msgid "do not print remote URL"11979msgstr ""1198011981#: builtin/ls-remote.c:60 builtin/ls-remote.c:62 builtin/rebase.c:90311982msgid "exec"11983msgstr ""1198411985#: builtin/ls-remote.c:61 builtin/ls-remote.c:6311986msgid "path of git-upload-pack on the remote host"11987msgstr ""1198811989#: builtin/ls-remote.c:6511990msgid "limit to tags"11991msgstr ""1199211993#: builtin/ls-remote.c:6611994msgid "limit to heads"11995msgstr ""1199611997#: builtin/ls-remote.c:6711998msgid "do not show peeled tags"11999msgstr ""1200012001#: builtin/ls-remote.c:6912002msgid "take url.<base>.insteadOf into account"12003msgstr ""1200412005#: builtin/ls-remote.c:7312006msgid "exit with exit code 2 if no matching refs are found"12007msgstr ""1200812009#: builtin/ls-remote.c:7612010msgid "show underlying ref in addition to the object pointed by it"12011msgstr ""1201212013#: builtin/ls-tree.c:3012014msgid "git ls-tree [<options>] <tree-ish> [<path>...]"12015msgstr ""1201612017#: builtin/ls-tree.c:12812018msgid "only show trees"12019msgstr ""1202012021#: builtin/ls-tree.c:13012022msgid "recurse into subtrees"12023msgstr ""1202412025#: builtin/ls-tree.c:13212026msgid "show trees when recursing"12027msgstr ""1202812029#: builtin/ls-tree.c:13512030msgid "terminate entries with NUL byte"12031msgstr ""1203212033#: builtin/ls-tree.c:13612034msgid "include object size"12035msgstr ""1203612037#: builtin/ls-tree.c:138 builtin/ls-tree.c:14012038msgid "list only filenames"12039msgstr ""1204012041#: builtin/ls-tree.c:14312042msgid "use full path names"12043msgstr ""1204412045#: builtin/ls-tree.c:14512046msgid "list entire tree; not just current directory (implies --full-name)"12047msgstr ""1204812049#: builtin/mailsplit.c:24112050#, c-format12051msgid "empty mbox: '%s'"12052msgstr ""1205312054#: builtin/merge.c:5212055msgid "git merge [<options>] [<commit>...]"12056msgstr ""1205712058#: builtin/merge.c:5312059msgid "git merge --abort"12060msgstr ""1206112062#: builtin/merge.c:5412063msgid "git merge --continue"12064msgstr ""1206512066#: builtin/merge.c:11112067msgid "switch `m' requires a value"12068msgstr ""1206912070#: builtin/merge.c:17712071#, c-format12072msgid "Could not find merge strategy '%s'.\n"12073msgstr ""1207412075#: builtin/merge.c:17812076#, c-format12077msgid "Available strategies are:"12078msgstr ""1207912080#: builtin/merge.c:18312081#, c-format12082msgid "Available custom strategies are:"12083msgstr ""1208412085#: builtin/merge.c:234 builtin/pull.c:14312086msgid "do not show a diffstat at the end of the merge"12087msgstr ""1208812089#: builtin/merge.c:237 builtin/pull.c:14612090msgid "show a diffstat at the end of the merge"12091msgstr ""1209212093#: builtin/merge.c:238 builtin/pull.c:14912094msgid "(synonym to --stat)"12095msgstr ""1209612097#: builtin/merge.c:240 builtin/pull.c:15212098msgid "add (at most <n>) entries from shortlog to merge commit message"12099msgstr ""1210012101#: builtin/merge.c:243 builtin/pull.c:15812102msgid "create a single commit instead of doing a merge"12103msgstr ""1210412105#: builtin/merge.c:245 builtin/pull.c:16112106msgid "perform a commit if the merge succeeds (default)"12107msgstr ""1210812109#: builtin/merge.c:247 builtin/pull.c:16412110msgid "edit message before committing"12111msgstr ""1211212113#: builtin/merge.c:24812114msgid "allow fast-forward (default)"12115msgstr ""1211612117#: builtin/merge.c:250 builtin/pull.c:17012118msgid "abort if fast-forward is not possible"12119msgstr ""1212012121#: builtin/merge.c:254 builtin/pull.c:17312122msgid "verify that the named commit has a valid GPG signature"12123msgstr ""1212412125#: builtin/merge.c:255 builtin/notes.c:784 builtin/pull.c:17712126#: builtin/rebase.c:916 builtin/rebase--interactive.c:186 builtin/revert.c:11012127msgid "strategy"12128msgstr ""1212912130#: builtin/merge.c:256 builtin/pull.c:17812131msgid "merge strategy to use"12132msgstr ""1213312134#: builtin/merge.c:257 builtin/pull.c:18112135msgid "option=value"12136msgstr ""1213712138#: builtin/merge.c:258 builtin/pull.c:18212139msgid "option for selected merge strategy"12140msgstr ""1214112142#: builtin/merge.c:26012143msgid "merge commit message (for a non-fast-forward merge)"12144msgstr ""1214512146#: builtin/merge.c:26712147msgid "abort the current in-progress merge"12148msgstr ""1214912150#: builtin/merge.c:26912151msgid "continue the current in-progress merge"12152msgstr ""1215312154#: builtin/merge.c:271 builtin/pull.c:18912155msgid "allow merging unrelated histories"12156msgstr ""1215712158#: builtin/merge.c:27712159msgid "verify commit-msg hook"12160msgstr ""1216112162#: builtin/merge.c:30212163msgid "could not run stash."12164msgstr ""1216512166#: builtin/merge.c:30712167msgid "stash failed"12168msgstr ""1216912170#: builtin/merge.c:31212171#, c-format12172msgid "not a valid object: %s"12173msgstr ""1217412175#: builtin/merge.c:334 builtin/merge.c:35112176msgid "read-tree failed"12177msgstr ""1217812179#: builtin/merge.c:38112180msgid " (nothing to squash)"12181msgstr ""1218212183#: builtin/merge.c:39212184#, c-format12185msgid "Squash commit -- not updating HEAD\n"12186msgstr ""1218712188#: builtin/merge.c:44212189#, c-format12190msgid "No merge message -- not updating HEAD\n"12191msgstr ""1219212193#: builtin/merge.c:49312194#, c-format12195msgid "'%s' does not point to a commit"12196msgstr ""1219712198#: builtin/merge.c:58012199#, c-format12200msgid "Bad branch.%s.mergeoptions string: %s"12201msgstr ""1220212203#: builtin/merge.c:70112204msgid "Not handling anything other than two heads merge."12205msgstr ""1220612207#: builtin/merge.c:71512208#, c-format12209msgid "Unknown option for merge-recursive: -X%s"12210msgstr ""1221112212#: builtin/merge.c:73012213#, c-format12214msgid "unable to write %s"12215msgstr ""1221612217#: builtin/merge.c:78212218#, c-format12219msgid "Could not read from '%s'"12220msgstr ""1222112222#: builtin/merge.c:79112223#, c-format12224msgid "Not committing merge; use 'git commit' to complete the merge.\n"12225msgstr ""1222612227#: builtin/merge.c:79712228#, c-format12229msgid ""12230"Please enter a commit message to explain why this merge is necessary,\n"12231"especially if it merges an updated upstream into a topic branch.\n"12232"\n"12233"Lines starting with '%c' will be ignored, and an empty message aborts\n"12234"the commit.\n"12235msgstr ""1223612237#: builtin/merge.c:83312238msgid "Empty commit message."12239msgstr ""1224012241#: builtin/merge.c:85212242#, c-format12243msgid "Wonderful.\n"12244msgstr ""1224512246#: builtin/merge.c:90512247#, c-format12248msgid "Automatic merge failed; fix conflicts and then commit the result.\n"12249msgstr ""1225012251#: builtin/merge.c:94412252msgid "No current branch."12253msgstr ""1225412255#: builtin/merge.c:94612256msgid "No remote for the current branch."12257msgstr ""1225812259#: builtin/merge.c:94812260msgid "No default upstream defined for the current branch."12261msgstr ""1226212263#: builtin/merge.c:95312264#, c-format12265msgid "No remote-tracking branch for %s from %s"12266msgstr ""1226712268#: builtin/merge.c:101012269#, c-format12270msgid "Bad value '%s' in environment '%s'"12271msgstr ""1227212273#: builtin/merge.c:111312274#, c-format12275msgid "not something we can merge in %s: %s"12276msgstr ""1227712278#: builtin/merge.c:114712279msgid "not something we can merge"12280msgstr ""1228112282#: builtin/merge.c:125012283msgid "--abort expects no arguments"12284msgstr ""1228512286#: builtin/merge.c:125412287msgid "There is no merge to abort (MERGE_HEAD missing)."12288msgstr ""1228912290#: builtin/merge.c:126612291msgid "--continue expects no arguments"12292msgstr ""1229312294#: builtin/merge.c:127012295msgid "There is no merge in progress (MERGE_HEAD missing)."12296msgstr ""1229712298#: builtin/merge.c:128612299msgid ""12300"You have not concluded your merge (MERGE_HEAD exists).\n"12301"Please, commit your changes before you merge."12302msgstr ""1230312304#: builtin/merge.c:129312305msgid ""12306"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"12307"Please, commit your changes before you merge."12308msgstr ""1230912310#: builtin/merge.c:129612311msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."12312msgstr ""1231312314#: builtin/merge.c:130512315msgid "You cannot combine --squash with --no-ff."12316msgstr ""1231712318#: builtin/merge.c:131312319msgid "No commit specified and merge.defaultToUpstream not set."12320msgstr ""1232112322#: builtin/merge.c:133012323msgid "Squash commit into empty head not supported yet"12324msgstr ""1232512326#: builtin/merge.c:133212327msgid "Non-fast-forward commit does not make sense into an empty head"12328msgstr ""1232912330#: builtin/merge.c:133712331#, c-format12332msgid "%s - not something we can merge"12333msgstr ""1233412335#: builtin/merge.c:133912336msgid "Can merge only exactly one commit into empty head"12337msgstr ""1233812339#: builtin/merge.c:142112340msgid "refusing to merge unrelated histories"12341msgstr ""1234212343#: builtin/merge.c:143012344msgid "Already up to date."12345msgstr ""1234612347#: builtin/merge.c:144012348#, c-format12349msgid "Updating %s..%s\n"12350msgstr ""1235112352#: builtin/merge.c:148212353#, c-format12354msgid "Trying really trivial in-index merge...\n"12355msgstr ""1235612357#: builtin/merge.c:148912358#, c-format12359msgid "Nope.\n"12360msgstr ""1236112362#: builtin/merge.c:151412363msgid "Already up to date. Yeeah!"12364msgstr ""1236512366#: builtin/merge.c:152012367msgid "Not possible to fast-forward, aborting."12368msgstr ""1236912370#: builtin/merge.c:1543 builtin/merge.c:162212371#, c-format12372msgid "Rewinding the tree to pristine...\n"12373msgstr ""1237412375#: builtin/merge.c:154712376#, c-format12377msgid "Trying merge strategy %s...\n"12378msgstr ""1237912380#: builtin/merge.c:161312381#, c-format12382msgid "No merge strategy handled the merge.\n"12383msgstr ""1238412385#: builtin/merge.c:161512386#, c-format12387msgid "Merge with strategy %s failed.\n"12388msgstr ""1238912390#: builtin/merge.c:162412391#, c-format12392msgid "Using the %s to prepare resolving by hand.\n"12393msgstr ""1239412395#: builtin/merge.c:163612396#, c-format12397msgid "Automatic merge went well; stopped before committing as requested\n"12398msgstr ""1239912400#: builtin/merge-base.c:3212401msgid "git merge-base [-a | --all] <commit> <commit>..."12402msgstr ""1240312404#: builtin/merge-base.c:3312405msgid "git merge-base [-a | --all] --octopus <commit>..."12406msgstr ""1240712408#: builtin/merge-base.c:3412409msgid "git merge-base --independent <commit>..."12410msgstr ""1241112412#: builtin/merge-base.c:3512413msgid "git merge-base --is-ancestor <commit> <commit>"12414msgstr ""1241512416#: builtin/merge-base.c:3612417msgid "git merge-base --fork-point <ref> [<commit>]"12418msgstr ""1241912420#: builtin/merge-base.c:15312421msgid "output all common ancestors"12422msgstr ""1242312424#: builtin/merge-base.c:15512425msgid "find ancestors for a single n-way merge"12426msgstr ""1242712428#: builtin/merge-base.c:15712429msgid "list revs not reachable from others"12430msgstr ""1243112432#: builtin/merge-base.c:15912433msgid "is the first one ancestor of the other?"12434msgstr ""1243512436#: builtin/merge-base.c:16112437msgid "find where <commit> forked from reflog of <ref>"12438msgstr ""1243912440#: builtin/merge-file.c:912441msgid ""12442"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "12443"<orig-file> <file2>"12444msgstr ""1244512446#: builtin/merge-file.c:3512447msgid "send results to standard output"12448msgstr ""1244912450#: builtin/merge-file.c:3612451msgid "use a diff3 based merge"12452msgstr ""1245312454#: builtin/merge-file.c:3712455msgid "for conflicts, use our version"12456msgstr ""1245712458#: builtin/merge-file.c:3912459msgid "for conflicts, use their version"12460msgstr ""1246112462#: builtin/merge-file.c:4112463msgid "for conflicts, use a union version"12464msgstr ""1246512466#: builtin/merge-file.c:4412467msgid "for conflicts, use this marker size"12468msgstr ""1246912470#: builtin/merge-file.c:4512471msgid "do not warn about conflicts"12472msgstr ""1247312474#: builtin/merge-file.c:4712475msgid "set labels for file1/orig-file/file2"12476msgstr ""1247712478#: builtin/merge-recursive.c:4512479#, c-format12480msgid "unknown option %s"12481msgstr ""1248212483#: builtin/merge-recursive.c:5112484#, c-format12485msgid "could not parse object '%s'"12486msgstr ""1248712488#: builtin/merge-recursive.c:5512489#, c-format12490msgid "cannot handle more than %d base. Ignoring %s."12491msgid_plural "cannot handle more than %d bases. Ignoring %s."12492msgstr[0] ""12493msgstr[1] ""1249412495#: builtin/merge-recursive.c:6312496msgid "not handling anything other than two heads merge."12497msgstr ""1249812499#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:7112500#, c-format12501msgid "could not resolve ref '%s'"12502msgstr ""1250312504#: builtin/merge-recursive.c:7712505#, c-format12506msgid "Merging %s with %s\n"12507msgstr ""1250812509#: builtin/mktree.c:6612510msgid "git mktree [-z] [--missing] [--batch]"12511msgstr ""1251212513#: builtin/mktree.c:15412514msgid "input is NUL terminated"12515msgstr ""1251612517#: builtin/mktree.c:155 builtin/write-tree.c:2512518msgid "allow missing objects"12519msgstr ""1252012521#: builtin/mktree.c:15612522msgid "allow creation of more than one tree"12523msgstr ""1252412525#: builtin/multi-pack-index.c:812526msgid "git multi-pack-index [--object-dir=<dir>] (write|verify)"12527msgstr ""1252812529#: builtin/multi-pack-index.c:2112530msgid "object directory containing set of packfile and pack-index pairs"12531msgstr ""1253212533#: builtin/multi-pack-index.c:3912534msgid "too many arguments"12535msgstr ""1253612537#: builtin/multi-pack-index.c:4812538#, c-format12539msgid "unrecognized verb: %s"12540msgstr ""1254112542#: builtin/mv.c:1712543msgid "git mv [<options>] <source>... <destination>"12544msgstr ""1254512546#: builtin/mv.c:8212547#, c-format12548msgid "Directory %s is in index and no submodule?"12549msgstr ""1255012551#: builtin/mv.c:8412552msgid "Please stage your changes to .gitmodules or stash them to proceed"12553msgstr ""1255412555#: builtin/mv.c:10212556#, c-format12557msgid "%.*s is in index"12558msgstr ""1255912560#: builtin/mv.c:12412561msgid "force move/rename even if target exists"12562msgstr ""1256312564#: builtin/mv.c:12612565msgid "skip move/rename errors"12566msgstr ""1256712568#: builtin/mv.c:16812569#, c-format12570msgid "destination '%s' is not a directory"12571msgstr ""1257212573#: builtin/mv.c:17912574#, c-format12575msgid "Checking rename of '%s' to '%s'\n"12576msgstr ""1257712578#: builtin/mv.c:18312579msgid "bad source"12580msgstr ""1258112582#: builtin/mv.c:18612583msgid "can not move directory into itself"12584msgstr ""1258512586#: builtin/mv.c:18912587msgid "cannot move directory over file"12588msgstr ""1258912590#: builtin/mv.c:19812591msgid "source directory is empty"12592msgstr ""1259312594#: builtin/mv.c:22312595msgid "not under version control"12596msgstr ""1259712598#: builtin/mv.c:22612599msgid "destination exists"12600msgstr ""1260112602#: builtin/mv.c:23412603#, c-format12604msgid "overwriting '%s'"12605msgstr ""1260612607#: builtin/mv.c:23712608msgid "Cannot overwrite"12609msgstr ""1261012611#: builtin/mv.c:24012612msgid "multiple sources for the same target"12613msgstr ""1261412615#: builtin/mv.c:24212616msgid "destination directory does not exist"12617msgstr ""1261812619#: builtin/mv.c:24912620#, c-format12621msgid "%s, source=%s, destination=%s"12622msgstr ""1262312624#: builtin/mv.c:27012625#, c-format12626msgid "Renaming %s to %s\n"12627msgstr ""1262812629#: builtin/mv.c:276 builtin/remote.c:717 builtin/repack.c:51112630#, c-format12631msgid "renaming '%s' failed"12632msgstr ""1263312634#: builtin/name-rev.c:35512635msgid "git name-rev [<options>] <commit>..."12636msgstr ""1263712638#: builtin/name-rev.c:35612639msgid "git name-rev [<options>] --all"12640msgstr ""1264112642#: builtin/name-rev.c:35712643msgid "git name-rev [<options>] --stdin"12644msgstr ""1264512646#: builtin/name-rev.c:41312647msgid "print only names (no SHA-1)"12648msgstr ""1264912650#: builtin/name-rev.c:41412651msgid "only use tags to name the commits"12652msgstr ""1265312654#: builtin/name-rev.c:41612655msgid "only use refs matching <pattern>"12656msgstr ""1265712658#: builtin/name-rev.c:41812659msgid "ignore refs matching <pattern>"12660msgstr ""1266112662#: builtin/name-rev.c:42012663msgid "list all commits reachable from all refs"12664msgstr ""1266512666#: builtin/name-rev.c:42112667msgid "read from stdin"12668msgstr ""1266912670#: builtin/name-rev.c:42212671msgid "allow to print `undefined` names (default)"12672msgstr ""1267312674#: builtin/name-rev.c:42812675msgid "dereference tags in the input (internal use)"12676msgstr ""1267712678#: builtin/notes.c:2812679msgid "git notes [--ref <notes-ref>] [list [<object>]]"12680msgstr ""1268112682#: builtin/notes.c:2912683msgid ""12684"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "12685"| (-c | -C) <object>] [<object>]"12686msgstr ""1268712688#: builtin/notes.c:3012689msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"12690msgstr ""1269112692#: builtin/notes.c:3112693msgid ""12694"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "12695"(-c | -C) <object>] [<object>]"12696msgstr ""1269712698#: builtin/notes.c:3212699msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"12700msgstr ""1270112702#: builtin/notes.c:3312703msgid "git notes [--ref <notes-ref>] show [<object>]"12704msgstr ""1270512706#: builtin/notes.c:3412707msgid ""12708"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"12709msgstr ""1271012711#: builtin/notes.c:3512712msgid "git notes merge --commit [-v | -q]"12713msgstr ""1271412715#: builtin/notes.c:3612716msgid "git notes merge --abort [-v | -q]"12717msgstr ""1271812719#: builtin/notes.c:3712720msgid "git notes [--ref <notes-ref>] remove [<object>...]"12721msgstr ""1272212723#: builtin/notes.c:3812724msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"12725msgstr ""1272612727#: builtin/notes.c:3912728msgid "git notes [--ref <notes-ref>] get-ref"12729msgstr ""1273012731#: builtin/notes.c:4412732msgid "git notes [list [<object>]]"12733msgstr ""1273412735#: builtin/notes.c:4912736msgid "git notes add [<options>] [<object>]"12737msgstr ""1273812739#: builtin/notes.c:5412740msgid "git notes copy [<options>] <from-object> <to-object>"12741msgstr ""1274212743#: builtin/notes.c:5512744msgid "git notes copy --stdin [<from-object> <to-object>]..."12745msgstr ""1274612747#: builtin/notes.c:6012748msgid "git notes append [<options>] [<object>]"12749msgstr ""1275012751#: builtin/notes.c:6512752msgid "git notes edit [<object>]"12753msgstr ""1275412755#: builtin/notes.c:7012756msgid "git notes show [<object>]"12757msgstr ""1275812759#: builtin/notes.c:7512760msgid "git notes merge [<options>] <notes-ref>"12761msgstr ""1276212763#: builtin/notes.c:7612764msgid "git notes merge --commit [<options>]"12765msgstr ""1276612767#: builtin/notes.c:7712768msgid "git notes merge --abort [<options>]"12769msgstr ""1277012771#: builtin/notes.c:8212772msgid "git notes remove [<object>]"12773msgstr ""1277412775#: builtin/notes.c:8712776msgid "git notes prune [<options>]"12777msgstr ""1277812779#: builtin/notes.c:9212780msgid "git notes get-ref"12781msgstr ""1278212783#: builtin/notes.c:9712784msgid "Write/edit the notes for the following object:"12785msgstr ""1278612787#: builtin/notes.c:15012788#, c-format12789msgid "unable to start 'show' for object '%s'"12790msgstr ""1279112792#: builtin/notes.c:15412793msgid "could not read 'show' output"12794msgstr ""1279512796#: builtin/notes.c:16212797#, c-format12798msgid "failed to finish 'show' for object '%s'"12799msgstr ""1280012801#: builtin/notes.c:19712802msgid "please supply the note contents using either -m or -F option"12803msgstr ""1280412805#: builtin/notes.c:20612806msgid "unable to write note object"12807msgstr ""1280812809#: builtin/notes.c:20812810#, c-format12811msgid "the note contents have been left in %s"12812msgstr ""1281312814#: builtin/notes.c:242 builtin/tag.c:51312815#, c-format12816msgid "could not open or read '%s'"12817msgstr ""1281812819#: builtin/notes.c:263 builtin/notes.c:313 builtin/notes.c:31512820#: builtin/notes.c:383 builtin/notes.c:438 builtin/notes.c:52412821#: builtin/notes.c:529 builtin/notes.c:607 builtin/notes.c:66912822#, c-format12823msgid "failed to resolve '%s' as a valid ref."12824msgstr ""1282512826#: builtin/notes.c:26512827#, c-format12828msgid "failed to read object '%s'."12829msgstr ""1283012831#: builtin/notes.c:26812832#, c-format12833msgid "cannot read note data from non-blob object '%s'."12834msgstr ""1283512836#: builtin/notes.c:30912837#, c-format12838msgid "malformed input line: '%s'."12839msgstr ""1284012841#: builtin/notes.c:32412842#, c-format12843msgid "failed to copy notes from '%s' to '%s'"12844msgstr ""1284512846#. TRANSLATORS: the first %s will be replaced by a git12847#. notes command: 'add', 'merge', 'remove', etc.12848#.12849#: builtin/notes.c:35612850#, c-format12851msgid "refusing to %s notes in %s (outside of refs/notes/)"12852msgstr ""1285312854#: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:50712855#: builtin/notes.c:519 builtin/notes.c:595 builtin/notes.c:66212856#: builtin/notes.c:812 builtin/notes.c:959 builtin/notes.c:98012857msgid "too many parameters"12858msgstr ""1285912860#: builtin/notes.c:389 builtin/notes.c:67512861#, c-format12862msgid "no note found for object %s."12863msgstr ""1286412865#: builtin/notes.c:410 builtin/notes.c:57312866msgid "note contents as a string"12867msgstr ""1286812869#: builtin/notes.c:413 builtin/notes.c:57612870msgid "note contents in a file"12871msgstr ""1287212873#: builtin/notes.c:416 builtin/notes.c:57912874msgid "reuse and edit specified note object"12875msgstr ""1287612877#: builtin/notes.c:419 builtin/notes.c:58212878msgid "reuse specified note object"12879msgstr ""1288012881#: builtin/notes.c:422 builtin/notes.c:58512882msgid "allow storing empty note"12883msgstr ""1288412885#: builtin/notes.c:423 builtin/notes.c:49412886msgid "replace existing notes"12887msgstr ""1288812889#: builtin/notes.c:44812890#, c-format12891msgid ""12892"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "12893"existing notes"12894msgstr ""1289512896#: builtin/notes.c:463 builtin/notes.c:54212897#, c-format12898msgid "Overwriting existing notes for object %s\n"12899msgstr ""1290012901#: builtin/notes.c:474 builtin/notes.c:634 builtin/notes.c:89912902#, c-format12903msgid "Removing note for object %s\n"12904msgstr ""1290512906#: builtin/notes.c:49512907msgid "read objects from stdin"12908msgstr ""1290912910#: builtin/notes.c:49712911msgid "load rewriting config for <command> (implies --stdin)"12912msgstr ""1291312914#: builtin/notes.c:51512915msgid "too few parameters"12916msgstr ""1291712918#: builtin/notes.c:53612919#, c-format12920msgid ""12921"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "12922"existing notes"12923msgstr ""1292412925#: builtin/notes.c:54812926#, c-format12927msgid "missing notes on source object %s. Cannot copy."12928msgstr ""1292912930#: builtin/notes.c:60012931#, c-format12932msgid ""12933"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"12934"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"12935msgstr ""1293612937#: builtin/notes.c:69512938msgid "failed to delete ref NOTES_MERGE_PARTIAL"12939msgstr ""1294012941#: builtin/notes.c:69712942msgid "failed to delete ref NOTES_MERGE_REF"12943msgstr ""1294412945#: builtin/notes.c:69912946msgid "failed to remove 'git notes merge' worktree"12947msgstr ""1294812949#: builtin/notes.c:71912950msgid "failed to read ref NOTES_MERGE_PARTIAL"12951msgstr ""1295212953#: builtin/notes.c:72112954msgid "could not find commit from NOTES_MERGE_PARTIAL."12955msgstr ""1295612957#: builtin/notes.c:72312958msgid "could not parse commit from NOTES_MERGE_PARTIAL."12959msgstr ""1296012961#: builtin/notes.c:73612962msgid "failed to resolve NOTES_MERGE_REF"12963msgstr ""1296412965#: builtin/notes.c:73912966msgid "failed to finalize notes merge"12967msgstr ""1296812969#: builtin/notes.c:76512970#, c-format12971msgid "unknown notes merge strategy %s"12972msgstr ""1297312974#: builtin/notes.c:78112975msgid "General options"12976msgstr ""1297712978#: builtin/notes.c:78312979msgid "Merge options"12980msgstr ""1298112982#: builtin/notes.c:78512983msgid ""12984"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"12985"cat_sort_uniq)"12986msgstr ""1298712988#: builtin/notes.c:78712989msgid "Committing unmerged notes"12990msgstr ""1299112992#: builtin/notes.c:78912993msgid "finalize notes merge by committing unmerged notes"12994msgstr ""1299512996#: builtin/notes.c:79112997msgid "Aborting notes merge resolution"12998msgstr ""1299913000#: builtin/notes.c:79313001msgid "abort notes merge"13002msgstr ""1300313004#: builtin/notes.c:80413005msgid "cannot mix --commit, --abort or -s/--strategy"13006msgstr ""1300713008#: builtin/notes.c:80913009msgid "must specify a notes ref to merge"13010msgstr ""1301113012#: builtin/notes.c:83313013#, c-format13014msgid "unknown -s/--strategy: %s"13015msgstr ""1301613017#: builtin/notes.c:87013018#, c-format13019msgid "a notes merge into %s is already in-progress at %s"13020msgstr ""1302113022#: builtin/notes.c:87313023#, c-format13024msgid "failed to store link to current notes ref (%s)"13025msgstr ""1302613027#: builtin/notes.c:87513028#, c-format13029msgid ""13030"Automatic notes merge failed. Fix conflicts in %s and commit the result with "13031"'git notes merge --commit', or abort the merge with 'git notes merge --"13032"abort'.\n"13033msgstr ""1303413035#: builtin/notes.c:89713036#, c-format13037msgid "Object %s has no note\n"13038msgstr ""1303913040#: builtin/notes.c:90913041msgid "attempt to remove non-existent note is not an error"13042msgstr ""1304313044#: builtin/notes.c:91213045msgid "read object names from the standard input"13046msgstr ""1304713048#: builtin/notes.c:950 builtin/prune.c:108 builtin/worktree.c:16413049msgid "do not remove, show only"13050msgstr ""1305113052#: builtin/notes.c:95113053msgid "report pruned notes"13054msgstr ""1305513056#: builtin/notes.c:99313057msgid "notes-ref"13058msgstr ""1305913060#: builtin/notes.c:99413061msgid "use notes from <notes-ref>"13062msgstr ""1306313064#: builtin/notes.c:102913065#, c-format13066msgid "unknown subcommand: %s"13067msgstr ""1306813069#: builtin/pack-objects.c:5113070msgid ""13071"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"13072msgstr ""1307313074#: builtin/pack-objects.c:5213075msgid ""13076"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"13077msgstr ""1307813079#: builtin/pack-objects.c:42213080#, c-format13081msgid "bad packed object CRC for %s"13082msgstr ""1308313084#: builtin/pack-objects.c:43313085#, c-format13086msgid "corrupt packed object for %s"13087msgstr ""1308813089#: builtin/pack-objects.c:56413090#, c-format13091msgid "recursive delta detected for object %s"13092msgstr ""1309313094#: builtin/pack-objects.c:77513095#, c-format13096msgid "ordered %u objects, expected %<PRIu32>"13097msgstr ""1309813099#: builtin/pack-objects.c:78813100#, c-format13101msgid "packfile is invalid: %s"13102msgstr ""1310313104#: builtin/pack-objects.c:79213105#, c-format13106msgid "unable to open packfile for reuse: %s"13107msgstr ""1310813109#: builtin/pack-objects.c:79613110msgid "unable to seek in reused packfile"13111msgstr ""1311213113#: builtin/pack-objects.c:80713114msgid "unable to read from reused packfile"13115msgstr ""1311613117#: builtin/pack-objects.c:83513118msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"13119msgstr ""1312013121#: builtin/pack-objects.c:84813122msgid "Writing objects"13123msgstr ""1312413125#: builtin/pack-objects.c:910 builtin/update-index.c:8813126#, c-format13127msgid "failed to stat %s"13128msgstr ""1312913130#: builtin/pack-objects.c:96313131#, c-format13132msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"13133msgstr ""1313413135#: builtin/pack-objects.c:115713136msgid "disabling bitmap writing, as some objects are not being packed"13137msgstr ""1313813139#: builtin/pack-objects.c:158513140#, c-format13141msgid "delta base offset overflow in pack for %s"13142msgstr ""1314313144#: builtin/pack-objects.c:159413145#, c-format13146msgid "delta base offset out of bound for %s"13147msgstr ""1314813149#: builtin/pack-objects.c:186313150msgid "Counting objects"13151msgstr ""1315213153#: builtin/pack-objects.c:199813154#, c-format13155msgid "unable to get size of %s"13156msgstr ""1315713158#: builtin/pack-objects.c:201313159#, c-format13160msgid "unable to parse object header of %s"13161msgstr ""1316213163#: builtin/pack-objects.c:2083 builtin/pack-objects.c:209913164#: builtin/pack-objects.c:210913165#, c-format13166msgid "object %s cannot be read"13167msgstr ""1316813169#: builtin/pack-objects.c:2086 builtin/pack-objects.c:211313170#, c-format13171msgid "object %s inconsistent object length (%<PRIuMAX> vs %<PRIuMAX>)"13172msgstr ""1317313174#: builtin/pack-objects.c:212313175msgid "suboptimal pack - out of memory"13176msgstr ""1317713178#: builtin/pack-objects.c:245113179#, c-format13180msgid "Delta compression using up to %d threads"13181msgstr ""1318213183#: builtin/pack-objects.c:258313184#, c-format13185msgid "unable to pack objects reachable from tag %s"13186msgstr ""1318713188#: builtin/pack-objects.c:267013189msgid "Compressing objects"13190msgstr ""1319113192#: builtin/pack-objects.c:267613193msgid "inconsistency with delta count"13194msgstr ""1319513196#: builtin/pack-objects.c:275313197#, c-format13198msgid ""13199"expected edge object ID, got garbage:\n"13200" %s"13201msgstr ""1320213203#: builtin/pack-objects.c:275913204#, c-format13205msgid ""13206"expected object ID, got garbage:\n"13207" %s"13208msgstr ""1320913210#: builtin/pack-objects.c:285713211msgid "invalid value for --missing"13212msgstr ""1321313214#: builtin/pack-objects.c:2916 builtin/pack-objects.c:302413215msgid "cannot open pack index"13216msgstr ""1321713218#: builtin/pack-objects.c:294713219#, c-format13220msgid "loose object at %s could not be examined"13221msgstr ""1322213223#: builtin/pack-objects.c:303213224msgid "unable to force loose object"13225msgstr ""1322613227#: builtin/pack-objects.c:312213228#, c-format13229msgid "not a rev '%s'"13230msgstr ""1323113232#: builtin/pack-objects.c:312513233#, c-format13234msgid "bad revision '%s'"13235msgstr ""1323613237#: builtin/pack-objects.c:315013238msgid "unable to add recent objects"13239msgstr ""1324013241#: builtin/pack-objects.c:320313242#, c-format13243msgid "unsupported index version %s"13244msgstr ""1324513246#: builtin/pack-objects.c:320713247#, c-format13248msgid "bad index version '%s'"13249msgstr ""1325013251#: builtin/pack-objects.c:323713252msgid "do not show progress meter"13253msgstr ""1325413255#: builtin/pack-objects.c:323913256msgid "show progress meter"13257msgstr ""1325813259#: builtin/pack-objects.c:324113260msgid "show progress meter during object writing phase"13261msgstr ""1326213263#: builtin/pack-objects.c:324413264msgid "similar to --all-progress when progress meter is shown"13265msgstr ""1326613267#: builtin/pack-objects.c:324513268msgid "<version>[,<offset>]"13269msgstr ""1327013271#: builtin/pack-objects.c:324613272msgid "write the pack index file in the specified idx format version"13273msgstr ""1327413275#: builtin/pack-objects.c:324913276msgid "maximum size of each output pack file"13277msgstr ""1327813279#: builtin/pack-objects.c:325113280msgid "ignore borrowed objects from alternate object store"13281msgstr ""1328213283#: builtin/pack-objects.c:325313284msgid "ignore packed objects"13285msgstr ""1328613287#: builtin/pack-objects.c:325513288msgid "limit pack window by objects"13289msgstr ""1329013291#: builtin/pack-objects.c:325713292msgid "limit pack window by memory in addition to object limit"13293msgstr ""1329413295#: builtin/pack-objects.c:325913296msgid "maximum length of delta chain allowed in the resulting pack"13297msgstr ""1329813299#: builtin/pack-objects.c:326113300msgid "reuse existing deltas"13301msgstr ""1330213303#: builtin/pack-objects.c:326313304msgid "reuse existing objects"13305msgstr ""1330613307#: builtin/pack-objects.c:326513308msgid "use OFS_DELTA objects"13309msgstr ""1331013311#: builtin/pack-objects.c:326713312msgid "use threads when searching for best delta matches"13313msgstr ""1331413315#: builtin/pack-objects.c:326913316msgid "do not create an empty pack output"13317msgstr ""1331813319#: builtin/pack-objects.c:327113320msgid "read revision arguments from standard input"13321msgstr ""1332213323#: builtin/pack-objects.c:327313324msgid "limit the objects to those that are not yet packed"13325msgstr ""1332613327#: builtin/pack-objects.c:327613328msgid "include objects reachable from any reference"13329msgstr ""1333013331#: builtin/pack-objects.c:327913332msgid "include objects referred by reflog entries"13333msgstr ""1333413335#: builtin/pack-objects.c:328213336msgid "include objects referred to by the index"13337msgstr ""1333813339#: builtin/pack-objects.c:328513340msgid "output pack to stdout"13341msgstr ""1334213343#: builtin/pack-objects.c:328713344msgid "include tag objects that refer to objects to be packed"13345msgstr ""1334613347#: builtin/pack-objects.c:328913348msgid "keep unreachable objects"13349msgstr ""1335013351#: builtin/pack-objects.c:329113352msgid "pack loose unreachable objects"13353msgstr ""1335413355#: builtin/pack-objects.c:329313356msgid "unpack unreachable objects newer than <time>"13357msgstr ""1335813359#: builtin/pack-objects.c:329613360msgid "create thin packs"13361msgstr ""1336213363#: builtin/pack-objects.c:329813364msgid "create packs suitable for shallow fetches"13365msgstr ""1336613367#: builtin/pack-objects.c:330013368msgid "ignore packs that have companion .keep file"13369msgstr ""1337013371#: builtin/pack-objects.c:330213372msgid "ignore this pack"13373msgstr ""1337413375#: builtin/pack-objects.c:330413376msgid "pack compression level"13377msgstr ""1337813379#: builtin/pack-objects.c:330613380msgid "do not hide commits by grafts"13381msgstr ""1338213383#: builtin/pack-objects.c:330813384msgid "use a bitmap index if available to speed up counting objects"13385msgstr ""1338613387#: builtin/pack-objects.c:331013388msgid "write a bitmap index together with the pack index"13389msgstr ""1339013391#: builtin/pack-objects.c:331313392msgid "handling for missing objects"13393msgstr ""1339413395#: builtin/pack-objects.c:331613396msgid "do not pack objects in promisor packfiles"13397msgstr ""1339813399#: builtin/pack-objects.c:331813400msgid "respect islands during delta compression"13401msgstr ""1340213403#: builtin/pack-objects.c:334213404#, c-format13405msgid "delta chain depth %d is too deep, forcing %d"13406msgstr ""1340713408#: builtin/pack-objects.c:334713409#, c-format13410msgid "pack.deltaCacheLimit is too high, forcing %d"13411msgstr ""1341213413#: builtin/pack-objects.c:340113414msgid "--max-pack-size cannot be used to build a pack for transfer"13415msgstr ""1341613417#: builtin/pack-objects.c:340313418msgid "minimum pack size limit is 1 MiB"13419msgstr ""1342013421#: builtin/pack-objects.c:340813422msgid "--thin cannot be used to build an indexable pack"13423msgstr ""1342413425#: builtin/pack-objects.c:341113426msgid "--keep-unreachable and --unpack-unreachable are incompatible"13427msgstr ""1342813429#: builtin/pack-objects.c:341713430msgid "cannot use --filter without --stdout"13431msgstr ""1343213433#: builtin/pack-objects.c:347613434msgid "Enumerating objects"13435msgstr ""1343613437#: builtin/pack-objects.c:349513438#, c-format13439msgid "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>)"13440msgstr ""1344113442#: builtin/pack-refs.c:713443msgid "git pack-refs [<options>]"13444msgstr ""1344513446#: builtin/pack-refs.c:1513447msgid "pack everything"13448msgstr ""1344913450#: builtin/pack-refs.c:1613451msgid "prune loose refs (default)"13452msgstr ""1345313454#: builtin/prune-packed.c:913455msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"13456msgstr ""1345713458#: builtin/prune-packed.c:4213459msgid "Removing duplicate objects"13460msgstr ""1346113462#: builtin/prune.c:1213463msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"13464msgstr ""1346513466#: builtin/prune.c:10913467msgid "report pruned objects"13468msgstr ""1346913470#: builtin/prune.c:11213471msgid "expire objects older than <time>"13472msgstr ""1347313474#: builtin/prune.c:11413475msgid "limit traversal to objects outside promisor packfiles"13476msgstr ""1347713478#: builtin/prune.c:12913479msgid "cannot prune in a precious-objects repo"13480msgstr ""1348113482#: builtin/pull.c:60 builtin/pull.c:6213483#, c-format13484msgid "Invalid value for %s: %s"13485msgstr ""1348613487#: builtin/pull.c:8213488msgid "git pull [<options>] [<repository> [<refspec>...]]"13489msgstr ""1349013491#: builtin/pull.c:13313492msgid "control for recursive fetching of submodules"13493msgstr ""1349413495#: builtin/pull.c:13713496msgid "Options related to merging"13497msgstr ""1349813499#: builtin/pull.c:14013500msgid "incorporate changes by rebasing rather than merging"13501msgstr ""1350213503#: builtin/pull.c:167 builtin/rebase--interactive.c:147 builtin/revert.c:12213504msgid "allow fast-forward"13505msgstr ""1350613507#: builtin/pull.c:17613508msgid "automatically stash/stash pop before and after rebase"13509msgstr ""1351013511#: builtin/pull.c:19213512msgid "Options related to fetching"13513msgstr ""1351413515#: builtin/pull.c:20213516msgid "force overwrite of local branch"13517msgstr ""1351813519#: builtin/pull.c:21013520msgid "number of submodules pulled in parallel"13521msgstr ""1352213523#: builtin/pull.c:30513524#, c-format13525msgid "Invalid value for pull.ff: %s"13526msgstr ""1352713528#: builtin/pull.c:42113529msgid ""13530"There is no candidate for rebasing against among the refs that you just "13531"fetched."13532msgstr ""1353313534#: builtin/pull.c:42313535msgid ""13536"There are no candidates for merging among the refs that you just fetched."13537msgstr ""1353813539#: builtin/pull.c:42413540msgid ""13541"Generally this means that you provided a wildcard refspec which had no\n"13542"matches on the remote end."13543msgstr ""1354413545#: builtin/pull.c:42713546#, c-format13547msgid ""13548"You asked to pull from the remote '%s', but did not specify\n"13549"a branch. Because this is not the default configured remote\n"13550"for your current branch, you must specify a branch on the command line."13551msgstr ""1355213553#: builtin/pull.c:432 builtin/rebase.c:761 git-parse-remote.sh:7313554msgid "You are not currently on a branch."13555msgstr ""1355613557#: builtin/pull.c:434 builtin/pull.c:449 git-parse-remote.sh:7913558msgid "Please specify which branch you want to rebase against."13559msgstr ""1356013561#: builtin/pull.c:436 builtin/pull.c:451 git-parse-remote.sh:8213562msgid "Please specify which branch you want to merge with."13563msgstr ""1356413565#: builtin/pull.c:437 builtin/pull.c:45213566msgid "See git-pull(1) for details."13567msgstr ""1356813569#: builtin/pull.c:439 builtin/pull.c:445 builtin/pull.c:45413570#: builtin/rebase.c:767 git-parse-remote.sh:6413571msgid "<remote>"13572msgstr ""1357313574#: builtin/pull.c:439 builtin/pull.c:454 builtin/pull.c:45913575#: git-legacy-rebase.sh:556 git-parse-remote.sh:6513576msgid "<branch>"13577msgstr ""1357813579#: builtin/pull.c:447 builtin/rebase.c:759 git-parse-remote.sh:7513580msgid "There is no tracking information for the current branch."13581msgstr ""1358213583#: builtin/pull.c:456 git-parse-remote.sh:9513584msgid ""13585"If you wish to set tracking information for this branch you can do so with:"13586msgstr ""1358713588#: builtin/pull.c:46113589#, c-format13590msgid ""13591"Your configuration specifies to merge with the ref '%s'\n"13592"from the remote, but no such ref was fetched."13593msgstr ""1359413595#: builtin/pull.c:56513596#, c-format13597msgid "unable to access commit %s"13598msgstr ""1359913600#: builtin/pull.c:84313601msgid "ignoring --verify-signatures for rebase"13602msgstr ""1360313604#: builtin/pull.c:89113605msgid "--[no-]autostash option is only valid with --rebase."13606msgstr ""1360713608#: builtin/pull.c:89913609msgid "Updating an unborn branch with changes added to the index."13610msgstr ""1361113612#: builtin/pull.c:90213613msgid "pull with rebase"13614msgstr ""1361513616#: builtin/pull.c:90313617msgid "please commit or stash them."13618msgstr ""1361913620#: builtin/pull.c:92813621#, c-format13622msgid ""13623"fetch updated the current branch head.\n"13624"fast-forwarding your working tree from\n"13625"commit %s."13626msgstr ""1362713628#: builtin/pull.c:93413629#, c-format13630msgid ""13631"Cannot fast-forward your working tree.\n"13632"After making sure that you saved anything precious from\n"13633"$ git diff %s\n"13634"output, run\n"13635"$ git reset --hard\n"13636"to recover."13637msgstr ""1363813639#: builtin/pull.c:94913640msgid "Cannot merge multiple branches into empty head."13641msgstr ""1364213643#: builtin/pull.c:95313644msgid "Cannot rebase onto multiple branches."13645msgstr ""1364613647#: builtin/pull.c:96013648msgid "cannot rebase with locally recorded submodule modifications"13649msgstr ""1365013651#: builtin/push.c:1913652msgid "git push [<options>] [<repository> [<refspec>...]]"13653msgstr ""1365413655#: builtin/push.c:11113656msgid "tag shorthand without <tag>"13657msgstr ""1365813659#: builtin/push.c:12113660msgid "--delete only accepts plain target ref names"13661msgstr ""1366213663#: builtin/push.c:16513664msgid ""13665"\n"13666"To choose either option permanently, see push.default in 'git help config'."13667msgstr ""1366813669#: builtin/push.c:16813670#, c-format13671msgid ""13672"The upstream branch of your current branch does not match\n"13673"the name of your current branch. To push to the upstream branch\n"13674"on the remote, use\n"13675"\n"13676" git push %s HEAD:%s\n"13677"\n"13678"To push to the branch of the same name on the remote, use\n"13679"\n"13680" git push %s HEAD\n"13681"%s"13682msgstr ""1368313684#: builtin/push.c:18313685#, c-format13686msgid ""13687"You are not currently on a branch.\n"13688"To push the history leading to the current (detached HEAD)\n"13689"state now, use\n"13690"\n"13691" git push %s HEAD:<name-of-remote-branch>\n"13692msgstr ""1369313694#: builtin/push.c:19713695#, c-format13696msgid ""13697"The current branch %s has no upstream branch.\n"13698"To push the current branch and set the remote as upstream, use\n"13699"\n"13700" git push --set-upstream %s %s\n"13701msgstr ""1370213703#: builtin/push.c:20513704#, c-format13705msgid "The current branch %s has multiple upstream branches, refusing to push."13706msgstr ""1370713708#: builtin/push.c:20813709#, c-format13710msgid ""13711"You are pushing to remote '%s', which is not the upstream of\n"13712"your current branch '%s', without telling me what to push\n"13713"to update which remote branch."13714msgstr ""1371513716#: builtin/push.c:26713717msgid ""13718"You didn't specify any refspecs to push, and push.default is \"nothing\"."13719msgstr ""1372013721#: builtin/push.c:27413722msgid ""13723"Updates were rejected because the tip of your current branch is behind\n"13724"its remote counterpart. Integrate the remote changes (e.g.\n"13725"'git pull ...') before pushing again.\n"13726"See the 'Note about fast-forwards' in 'git push --help' for details."13727msgstr ""1372813729#: builtin/push.c:28013730msgid ""13731"Updates were rejected because a pushed branch tip is behind its remote\n"13732"counterpart. Check out this branch and integrate the remote changes\n"13733"(e.g. 'git pull ...') before pushing again.\n"13734"See the 'Note about fast-forwards' in 'git push --help' for details."13735msgstr ""1373613737#: builtin/push.c:28613738msgid ""13739"Updates were rejected because the remote contains work that you do\n"13740"not have locally. This is usually caused by another repository pushing\n"13741"to the same ref. You may want to first integrate the remote changes\n"13742"(e.g., 'git pull ...') before pushing again.\n"13743"See the 'Note about fast-forwards' in 'git push --help' for details."13744msgstr ""1374513746#: builtin/push.c:29313747msgid "Updates were rejected because the tag already exists in the remote."13748msgstr ""1374913750#: builtin/push.c:29613751msgid ""13752"You cannot update a remote ref that points at a non-commit object,\n"13753"or update a remote ref to make it point at a non-commit object,\n"13754"without using the '--force' option.\n"13755msgstr ""1375613757#: builtin/push.c:35713758#, c-format13759msgid "Pushing to %s\n"13760msgstr ""1376113762#: builtin/push.c:36113763#, c-format13764msgid "failed to push some refs to '%s'"13765msgstr ""1376613767#: builtin/push.c:39513768#, c-format13769msgid "bad repository '%s'"13770msgstr ""1377113772#: builtin/push.c:39613773msgid ""13774"No configured push destination.\n"13775"Either specify the URL from the command-line or configure a remote "13776"repository using\n"13777"\n"13778" git remote add <name> <url>\n"13779"\n"13780"and then push using the remote name\n"13781"\n"13782" git push <name>\n"13783msgstr ""1378413785#: builtin/push.c:55113786msgid "repository"13787msgstr ""1378813789#: builtin/push.c:552 builtin/send-pack.c:16413790msgid "push all refs"13791msgstr ""1379213793#: builtin/push.c:553 builtin/send-pack.c:16613794msgid "mirror all refs"13795msgstr ""1379613797#: builtin/push.c:55513798msgid "delete refs"13799msgstr ""1380013801#: builtin/push.c:55613802msgid "push tags (can't be used with --all or --mirror)"13803msgstr ""1380413805#: builtin/push.c:559 builtin/send-pack.c:16713806msgid "force updates"13807msgstr ""1380813809#: builtin/push.c:561 builtin/send-pack.c:18113810msgid "<refname>:<expect>"13811msgstr ""1381213813#: builtin/push.c:562 builtin/send-pack.c:18213814msgid "require old value of ref to be at this value"13815msgstr ""1381613817#: builtin/push.c:56513818msgid "control recursive pushing of submodules"13819msgstr ""1382013821#: builtin/push.c:567 builtin/send-pack.c:17513822msgid "use thin pack"13823msgstr ""1382413825#: builtin/push.c:568 builtin/push.c:569 builtin/send-pack.c:16113826#: builtin/send-pack.c:16213827msgid "receive pack program"13828msgstr ""1382913830#: builtin/push.c:57013831msgid "set upstream for git pull/status"13832msgstr ""1383313834#: builtin/push.c:57313835msgid "prune locally removed refs"13836msgstr ""1383713838#: builtin/push.c:57513839msgid "bypass pre-push hook"13840msgstr ""1384113842#: builtin/push.c:57613843msgid "push missing but relevant tags"13844msgstr ""1384513846#: builtin/push.c:579 builtin/send-pack.c:16913847msgid "GPG sign the push"13848msgstr ""1384913850#: builtin/push.c:581 builtin/send-pack.c:17613851msgid "request atomic transaction on remote side"13852msgstr ""1385313854#: builtin/push.c:59913855msgid "--delete is incompatible with --all, --mirror and --tags"13856msgstr ""1385713858#: builtin/push.c:60113859msgid "--delete doesn't make sense without any refs"13860msgstr ""1386113862#: builtin/push.c:60413863msgid "--all and --tags are incompatible"13864msgstr ""1386513866#: builtin/push.c:60613867msgid "--all can't be combined with refspecs"13868msgstr ""1386913870#: builtin/push.c:61013871msgid "--mirror and --tags are incompatible"13872msgstr ""1387313874#: builtin/push.c:61213875msgid "--mirror can't be combined with refspecs"13876msgstr ""1387713878#: builtin/push.c:61513879msgid "--all and --mirror are incompatible"13880msgstr ""1388113882#: builtin/push.c:63413883msgid "push options must not have new line characters"13884msgstr ""1388513886#: builtin/range-diff.c:813887msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"13888msgstr ""1388913890#: builtin/range-diff.c:913891msgid "git range-diff [<options>] <old-tip>...<new-tip>"13892msgstr ""1389313894#: builtin/range-diff.c:1013895msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"13896msgstr ""1389713898#: builtin/range-diff.c:2113899msgid "Percentage by which creation is weighted"13900msgstr ""1390113902#: builtin/range-diff.c:2313903msgid "use simple diff colors"13904msgstr ""1390513906#: builtin/range-diff.c:61 builtin/range-diff.c:6513907#, c-format13908msgid "no .. in range: '%s'"13909msgstr ""1391013911#: builtin/range-diff.c:7513912msgid "single arg format must be symmetric range"13913msgstr ""1391413915#: builtin/range-diff.c:9013916msgid "need two commit ranges"13917msgstr ""1391813919#: builtin/read-tree.c:4013920msgid ""13921"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "13922"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"13923"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"13924msgstr ""1392513926#: builtin/read-tree.c:12313927msgid "write resulting index to <file>"13928msgstr ""1392913930#: builtin/read-tree.c:12613931msgid "only empty the index"13932msgstr ""1393313934#: builtin/read-tree.c:12813935msgid "Merging"13936msgstr ""1393713938#: builtin/read-tree.c:13013939msgid "perform a merge in addition to a read"13940msgstr ""1394113942#: builtin/read-tree.c:13213943msgid "3-way merge if no file level merging required"13944msgstr ""1394513946#: builtin/read-tree.c:13413947msgid "3-way merge in presence of adds and removes"13948msgstr ""1394913950#: builtin/read-tree.c:13613951msgid "same as -m, but discard unmerged entries"13952msgstr ""1395313954#: builtin/read-tree.c:13713955msgid "<subdirectory>/"13956msgstr ""1395713958#: builtin/read-tree.c:13813959msgid "read the tree into the index under <subdirectory>/"13960msgstr ""1396113962#: builtin/read-tree.c:14113963msgid "update working tree with merge result"13964msgstr ""1396513966#: builtin/read-tree.c:14313967msgid "gitignore"13968msgstr ""1396913970#: builtin/read-tree.c:14413971msgid "allow explicitly ignored files to be overwritten"13972msgstr ""1397313974#: builtin/read-tree.c:14713975msgid "don't check the working tree after merging"13976msgstr ""1397713978#: builtin/read-tree.c:14813979msgid "don't update the index or the work tree"13980msgstr ""1398113982#: builtin/read-tree.c:15013983msgid "skip applying sparse checkout filter"13984msgstr ""1398513986#: builtin/read-tree.c:15213987msgid "debug unpack-trees"13988msgstr ""1398913990#: builtin/rebase.c:2913991msgid ""13992"git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] [<upstream>] "13993"[<branch>]"13994msgstr ""1399513996#: builtin/rebase.c:3113997msgid ""13998"git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] --root [<branch>]"13999msgstr ""1400014001#: builtin/rebase.c:3314002msgid "git rebase --continue | --abort | --skip | --edit-todo"14003msgstr ""1400414005#: builtin/rebase.c:11914006#, c-format14007msgid "%s requires an interactive rebase"14008msgstr ""1400914010#: builtin/rebase.c:17114011#, c-format14012msgid "could not get 'onto': '%s'"14013msgstr ""1401414015#: builtin/rebase.c:18614016#, c-format14017msgid "invalid orig-head: '%s'"14018msgstr ""1401914020#: builtin/rebase.c:21414021#, c-format14022msgid "ignoring invalid allow_rerere_autoupdate: '%s'"14023msgstr ""1402414025#: builtin/rebase.c:25914026#, c-format14027msgid "Could not read '%s'"14028msgstr ""1402914030#: builtin/rebase.c:27714031#, c-format14032msgid "Cannot store %s"14033msgstr ""1403414035#: builtin/rebase.c:33714036msgid ""14037"Resolve all conflicts manually, mark them as resolved with\n"14038"\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"14039"You can instead skip this commit: run \"git rebase --skip\".\n"14040"To abort and get back to the state before \"git rebase\", run \"git rebase --"14041"abort\"."14042msgstr ""1404314044#: builtin/rebase.c:56114045msgid "could not determine HEAD revision"14046msgstr ""1404714048#: builtin/rebase.c:75314049#, c-format14050msgid ""14051"%s\n"14052"Please specify which branch you want to rebase against.\n"14053"See git-rebase(1) for details.\n"14054"\n"14055" git rebase '<branch>'\n"14056"\n"14057msgstr ""1405814059#: builtin/rebase.c:76914060#, c-format14061msgid ""14062"If you wish to set tracking information for this branch you can do so with:\n"14063"\n"14064" git branch --set-upstream-to=%s/<branch> %s\n"14065"\n"14066msgstr ""1406714068#: builtin/rebase.c:83214069msgid "rebase onto given branch instead of upstream"14070msgstr ""1407114072#: builtin/rebase.c:83414073msgid "allow pre-rebase hook to run"14074msgstr ""1407514076#: builtin/rebase.c:83614077msgid "be quiet. implies --no-stat"14078msgstr ""1407914080#: builtin/rebase.c:83914081msgid "display a diffstat of what changed upstream"14082msgstr ""1408314084#: builtin/rebase.c:84214085msgid "do not show diffstat of what changed upstream"14086msgstr ""1408714088#: builtin/rebase.c:84514089msgid "add a Signed-off-by: line to each commit"14090msgstr ""1409114092#: builtin/rebase.c:847 builtin/rebase.c:851 builtin/rebase.c:85314093msgid "passed to 'git am'"14094msgstr ""1409514096#: builtin/rebase.c:855 builtin/rebase.c:85714097msgid "passed to 'git apply'"14098msgstr ""1409914100#: builtin/rebase.c:859 builtin/rebase.c:86214101msgid "cherry-pick all commits, even if unchanged"14102msgstr ""1410314104#: builtin/rebase.c:86414105msgid "continue"14106msgstr ""1410714108#: builtin/rebase.c:86714109msgid "skip current patch and continue"14110msgstr ""1411114112#: builtin/rebase.c:86914113msgid "abort and check out the original branch"14114msgstr ""1411514116#: builtin/rebase.c:87214117msgid "abort but keep HEAD where it is"14118msgstr ""1411914120#: builtin/rebase.c:87314121msgid "edit the todo list during an interactive rebase"14122msgstr ""1412314124#: builtin/rebase.c:87614125msgid "show the patch file being applied or merged"14126msgstr ""1412714128#: builtin/rebase.c:87914129msgid "use merging strategies to rebase"14130msgstr ""1413114132#: builtin/rebase.c:88314133msgid "let the user edit the list of commits to rebase"14134msgstr ""1413514136#: builtin/rebase.c:88714137msgid "try to recreate merges instead of ignoring them"14138msgstr ""1413914140#: builtin/rebase.c:89114141msgid "allow rerere to update index with resolved conflict"14142msgstr ""1414314144#: builtin/rebase.c:89414145msgid "preserve empty commits during rebase"14146msgstr ""1414714148#: builtin/rebase.c:89614149msgid "move commits that begin with squash!/fixup! under -i"14150msgstr ""1415114152#: builtin/rebase.c:90214153msgid "automatically stash/stash pop before and after"14154msgstr ""1415514156#: builtin/rebase.c:90414157msgid "add exec lines after each commit of the editable list"14158msgstr ""1415914160#: builtin/rebase.c:90814161msgid "allow rebasing commits with empty messages"14162msgstr ""1416314164#: builtin/rebase.c:91114165msgid "try to rebase merges instead of skipping them"14166msgstr ""1416714168#: builtin/rebase.c:91414169msgid "use 'merge-base --fork-point' to refine upstream"14170msgstr ""1417114172#: builtin/rebase.c:91614173msgid "use the given merge strategy"14174msgstr ""1417514176#: builtin/rebase.c:918 builtin/revert.c:11114177msgid "option"14178msgstr ""1417914180#: builtin/rebase.c:91914181msgid "pass the argument through to the merge strategy"14182msgstr ""1418314184#: builtin/rebase.c:92214185msgid "rebase all reachable commits up to the root(s)"14186msgstr ""1418714188#: builtin/rebase.c:93814189#, c-format14190msgid "could not exec %s"14191msgstr ""1419214193#: builtin/rebase.c:956 git-legacy-rebase.sh:21314194msgid "It looks like 'git am' is in progress. Cannot rebase."14195msgstr ""1419614197#: builtin/rebase.c:997 git-legacy-rebase.sh:39514198msgid "No rebase in progress?"14199msgstr ""1420014201#: builtin/rebase.c:1001 git-legacy-rebase.sh:40614202msgid "The --edit-todo action can only be used during interactive rebase."14203msgstr ""1420414205#: builtin/rebase.c:1015 git-legacy-rebase.sh:41314206msgid "Cannot read HEAD"14207msgstr ""1420814209#: builtin/rebase.c:1028 git-legacy-rebase.sh:41614210msgid ""14211"You must edit all merge conflicts and then\n"14212"mark them as resolved using git add"14213msgstr ""1421414215#: builtin/rebase.c:104714216msgid "could not discard worktree changes"14217msgstr ""1421814219#: builtin/rebase.c:106614220#, c-format14221msgid "could not move back to %s"14222msgstr ""1422314224#: builtin/rebase.c:1077 builtin/rm.c:36814225#, c-format14226msgid "could not remove '%s'"14227msgstr ""1422814229#: builtin/rebase.c:110314230#, c-format14231msgid ""14232"It seems that there is already a %s directory, and\n"14233"I wonder if you are in the middle of another rebase. If that is the\n"14234"case, please try\n"14235"\t%s\n"14236"If that is not the case, please\n"14237"\t%s\n"14238"and run me again. I am stopping in case you still have something\n"14239"valuable there.\n"14240msgstr ""1424114242#: builtin/rebase.c:112414243msgid "switch `C' expects a numerical value"14244msgstr ""1424514246#: builtin/rebase.c:116114247#, c-format14248msgid "Unknown mode: %s"14249msgstr ""1425014251#: builtin/rebase.c:118314252msgid "--strategy requires --merge or --interactive"14253msgstr ""1425414255#: builtin/rebase.c:122614256#, c-format14257msgid ""14258"error: cannot combine interactive options (--interactive, --exec, --rebase-"14259"merges, --preserve-merges, --keep-empty, --root + --onto) with am options "14260"(%s)"14261msgstr ""1426214263#: builtin/rebase.c:123114264#, c-format14265msgid ""14266"error: cannot combine merge options (--merge, --strategy, --strategy-option) "14267"with am options (%s)"14268msgstr ""1426914270#: builtin/rebase.c:1251 git-legacy-rebase.sh:53614271msgid "error: cannot combine '--preserve-merges' with '--rebase-merges'"14272msgstr ""1427314274#: builtin/rebase.c:1256 git-legacy-rebase.sh:54214275msgid "error: cannot combine '--rebase-merges' with '--strategy-option'"14276msgstr ""1427714278#: builtin/rebase.c:1259 git-legacy-rebase.sh:54414279msgid "error: cannot combine '--rebase-merges' with '--strategy'"14280msgstr ""1428114282#: builtin/rebase.c:128314283#, c-format14284msgid "invalid upstream '%s'"14285msgstr ""1428614287#: builtin/rebase.c:128914288msgid "Could not create new root commit"14289msgstr ""1429014291#: builtin/rebase.c:130714292#, c-format14293msgid "'%s': need exactly one merge base"14294msgstr ""1429514296#: builtin/rebase.c:131414297#, c-format14298msgid "Does not point to a valid commit '%s'"14299msgstr ""1430014301#: builtin/rebase.c:133914302#, c-format14303msgid "fatal: no such branch/commit '%s'"14304msgstr ""1430514306#: builtin/rebase.c:1347 builtin/submodule--helper.c:3714307#: builtin/submodule--helper.c:193014308#, c-format14309msgid "No such ref: %s"14310msgstr ""1431114312#: builtin/rebase.c:135914313msgid "Could not resolve HEAD to a revision"14314msgstr ""1431514316#: builtin/rebase.c:1399 git-legacy-rebase.sh:66514317msgid "Cannot autostash"14318msgstr ""1431914320#: builtin/rebase.c:140214321#, c-format14322msgid "Unexpected stash response: '%s'"14323msgstr ""1432414325#: builtin/rebase.c:140814326#, c-format14327msgid "Could not create directory for '%s'"14328msgstr ""1432914330#: builtin/rebase.c:141114331#, c-format14332msgid "Created autostash: %s\n"14333msgstr ""1433414335#: builtin/rebase.c:141414336msgid "could not reset --hard"14337msgstr ""1433814339#: builtin/rebase.c:1415 builtin/reset.c:11314340#, c-format14341msgid "HEAD is now at %s"14342msgstr ""1434314344#: builtin/rebase.c:1431 git-legacy-rebase.sh:67414345msgid "Please commit or stash them."14346msgstr ""1434714348#: builtin/rebase.c:145814349#, c-format14350msgid "could not parse '%s'"14351msgstr ""1435214353#: builtin/rebase.c:147014354#, c-format14355msgid "could not switch to %s"14356msgstr ""1435714358#: builtin/rebase.c:1481 git-legacy-rebase.sh:69714359#, sh-format14360msgid "HEAD is up to date."14361msgstr ""1436214363#: builtin/rebase.c:148314364#, c-format14365msgid "Current branch %s is up to date.\n"14366msgstr ""1436714368#: builtin/rebase.c:1491 git-legacy-rebase.sh:70714369#, sh-format14370msgid "HEAD is up to date, rebase forced."14371msgstr ""1437214373#: builtin/rebase.c:149314374#, c-format14375msgid "Current branch %s is up to date, rebase forced.\n"14376msgstr ""1437714378#: builtin/rebase.c:1501 git-legacy-rebase.sh:20814379msgid "The pre-rebase hook refused to rebase."14380msgstr ""1438114382#: builtin/rebase.c:150814383#, c-format14384msgid "Changes to %s:\n"14385msgstr ""1438614387#: builtin/rebase.c:151114388#, c-format14389msgid "Changes from %s to %s:\n"14390msgstr ""1439114392#: builtin/rebase.c:153614393#, c-format14394msgid "First, rewinding head to replay your work on top of it...\n"14395msgstr ""1439614397#: builtin/rebase.c:154314398msgid "Could not detach HEAD"14399msgstr ""1440014401#: builtin/rebase.c:155214402#, c-format14403msgid "Fast-forwarded %s to %s.\n"14404msgstr ""1440514406#: builtin/rebase--interactive.c:2414407msgid "no HEAD?"14408msgstr ""1440914410#: builtin/rebase--interactive.c:5114411#, c-format14412msgid "could not create temporary %s"14413msgstr ""1441414415#: builtin/rebase--interactive.c:5714416msgid "could not mark as interactive"14417msgstr ""1441814419#: builtin/rebase--interactive.c:10114420#, c-format14421msgid "could not open %s"14422msgstr ""1442314424#: builtin/rebase--interactive.c:11414425msgid "could not generate todo list"14426msgstr ""1442714428#: builtin/rebase--interactive.c:12914429msgid "git rebase--interactive [<options>]"14430msgstr ""1443114432#: builtin/rebase--interactive.c:14814433msgid "keep empty commits"14434msgstr ""1443514436#: builtin/rebase--interactive.c:150 builtin/revert.c:12414437msgid "allow commits with empty messages"14438msgstr ""1443914440#: builtin/rebase--interactive.c:15114441msgid "rebase merge commits"14442msgstr ""1444314444#: builtin/rebase--interactive.c:15314445msgid "keep original branch points of cousins"14446msgstr ""1444714448#: builtin/rebase--interactive.c:15514449msgid "move commits that begin with squash!/fixup!"14450msgstr ""1445114452#: builtin/rebase--interactive.c:15614453msgid "sign commits"14454msgstr ""1445514456#: builtin/rebase--interactive.c:15814457msgid "continue rebase"14458msgstr ""1445914460#: builtin/rebase--interactive.c:16014461msgid "skip commit"14462msgstr ""1446314464#: builtin/rebase--interactive.c:16114465msgid "edit the todo list"14466msgstr ""1446714468#: builtin/rebase--interactive.c:16314469msgid "show the current patch"14470msgstr ""1447114472#: builtin/rebase--interactive.c:16614473msgid "shorten commit ids in the todo list"14474msgstr ""1447514476#: builtin/rebase--interactive.c:16814477msgid "expand commit ids in the todo list"14478msgstr ""1447914480#: builtin/rebase--interactive.c:17014481msgid "check the todo list"14482msgstr ""1448314484#: builtin/rebase--interactive.c:17214485msgid "rearrange fixup/squash lines"14486msgstr ""1448714488#: builtin/rebase--interactive.c:17414489msgid "insert exec commands in todo list"14490msgstr ""1449114492#: builtin/rebase--interactive.c:17514493msgid "onto"14494msgstr ""1449514496#: builtin/rebase--interactive.c:17714497msgid "restrict-revision"14498msgstr ""1449914500#: builtin/rebase--interactive.c:17714501msgid "restrict revision"14502msgstr ""1450314504#: builtin/rebase--interactive.c:17814505msgid "squash-onto"14506msgstr ""1450714508#: builtin/rebase--interactive.c:17914509msgid "squash onto"14510msgstr ""1451114512#: builtin/rebase--interactive.c:18114513msgid "the upstream commit"14514msgstr ""1451514516#: builtin/rebase--interactive.c:18214517msgid "head-name"14518msgstr ""1451914520#: builtin/rebase--interactive.c:18214521msgid "head name"14522msgstr ""1452314524#: builtin/rebase--interactive.c:18714525msgid "rebase strategy"14526msgstr ""1452714528#: builtin/rebase--interactive.c:18814529msgid "strategy-opts"14530msgstr ""1453114532#: builtin/rebase--interactive.c:18914533msgid "strategy options"14534msgstr ""1453514536#: builtin/rebase--interactive.c:19014537msgid "switch-to"14538msgstr ""1453914540#: builtin/rebase--interactive.c:19114541msgid "the branch or commit to checkout"14542msgstr ""1454314544#: builtin/rebase--interactive.c:19214545msgid "onto-name"14546msgstr ""1454714548#: builtin/rebase--interactive.c:19214549msgid "onto name"14550msgstr ""1455114552#: builtin/rebase--interactive.c:19314553msgid "cmd"14554msgstr ""1455514556#: builtin/rebase--interactive.c:19314557msgid "the command to run"14558msgstr ""1455914560#: builtin/rebase--interactive.c:22014561msgid "--[no-]rebase-cousins has no effect without --rebase-merges"14562msgstr ""1456314564#: builtin/rebase--interactive.c:22614565msgid "a base commit must be provided with --upstream or --onto"14566msgstr ""1456714568#: builtin/receive-pack.c:3314569msgid "git receive-pack <git-dir>"14570msgstr ""1457114572#: builtin/receive-pack.c:83014573msgid ""14574"By default, updating the current branch in a non-bare repository\n"14575"is denied, because it will make the index and work tree inconsistent\n"14576"with what you pushed, and will require 'git reset --hard' to match\n"14577"the work tree to HEAD.\n"14578"\n"14579"You can set the 'receive.denyCurrentBranch' configuration variable\n"14580"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"14581"its current branch; however, this is not recommended unless you\n"14582"arranged to update its work tree to match what you pushed in some\n"14583"other way.\n"14584"\n"14585"To squelch this message and still keep the default behaviour, set\n"14586"'receive.denyCurrentBranch' configuration variable to 'refuse'."14587msgstr ""1458814589#: builtin/receive-pack.c:85014590msgid ""14591"By default, deleting the current branch is denied, because the next\n"14592"'git clone' won't result in any file checked out, causing confusion.\n"14593"\n"14594"You can set 'receive.denyDeleteCurrent' configuration variable to\n"14595"'warn' or 'ignore' in the remote repository to allow deleting the\n"14596"current branch, with or without a warning message.\n"14597"\n"14598"To squelch this message, you can set it to 'refuse'."14599msgstr ""1460014601#: builtin/receive-pack.c:192914602msgid "quiet"14603msgstr ""1460414605#: builtin/receive-pack.c:194314606msgid "You must specify a directory."14607msgstr ""1460814609#: builtin/reflog.c:563 builtin/reflog.c:56814610#, c-format14611msgid "'%s' is not a valid timestamp"14612msgstr ""1461314614#: builtin/remote.c:1614615msgid "git remote [-v | --verbose]"14616msgstr ""1461714618#: builtin/remote.c:1714619msgid ""14620"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"14621"mirror=<fetch|push>] <name> <url>"14622msgstr ""1462314624#: builtin/remote.c:18 builtin/remote.c:3814625msgid "git remote rename <old> <new>"14626msgstr ""1462714628#: builtin/remote.c:19 builtin/remote.c:4314629msgid "git remote remove <name>"14630msgstr ""1463114632#: builtin/remote.c:20 builtin/remote.c:4814633msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"14634msgstr ""1463514636#: builtin/remote.c:2114637msgid "git remote [-v | --verbose] show [-n] <name>"14638msgstr ""1463914640#: builtin/remote.c:2214641msgid "git remote prune [-n | --dry-run] <name>"14642msgstr ""1464314644#: builtin/remote.c:2314645msgid ""14646"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"14647msgstr ""1464814649#: builtin/remote.c:2414650msgid "git remote set-branches [--add] <name> <branch>..."14651msgstr ""1465214653#: builtin/remote.c:25 builtin/remote.c:7414654msgid "git remote get-url [--push] [--all] <name>"14655msgstr ""1465614657#: builtin/remote.c:26 builtin/remote.c:7914658msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"14659msgstr ""1466014661#: builtin/remote.c:27 builtin/remote.c:8014662msgid "git remote set-url --add <name> <newurl>"14663msgstr ""1466414665#: builtin/remote.c:28 builtin/remote.c:8114666msgid "git remote set-url --delete <name> <url>"14667msgstr ""1466814669#: builtin/remote.c:3314670msgid "git remote add [<options>] <name> <url>"14671msgstr ""1467214673#: builtin/remote.c:5314674msgid "git remote set-branches <name> <branch>..."14675msgstr ""1467614677#: builtin/remote.c:5414678msgid "git remote set-branches --add <name> <branch>..."14679msgstr ""1468014681#: builtin/remote.c:5914682msgid "git remote show [<options>] <name>"14683msgstr ""1468414685#: builtin/remote.c:6414686msgid "git remote prune [<options>] <name>"14687msgstr ""1468814689#: builtin/remote.c:6914690msgid "git remote update [<options>] [<group> | <remote>]..."14691msgstr ""1469214693#: builtin/remote.c:9814694#, c-format14695msgid "Updating %s"14696msgstr ""1469714698#: builtin/remote.c:13014699msgid ""14700"--mirror is dangerous and deprecated; please\n"14701"\t use --mirror=fetch or --mirror=push instead"14702msgstr ""1470314704#: builtin/remote.c:14714705#, c-format14706msgid "unknown mirror argument: %s"14707msgstr ""1470814709#: builtin/remote.c:16314710msgid "fetch the remote branches"14711msgstr ""1471214713#: builtin/remote.c:16514714msgid "import all tags and associated objects when fetching"14715msgstr ""1471614717#: builtin/remote.c:16814718msgid "or do not fetch any tag at all (--no-tags)"14719msgstr ""1472014721#: builtin/remote.c:17014722msgid "branch(es) to track"14723msgstr ""1472414725#: builtin/remote.c:17114726msgid "master branch"14727msgstr ""1472814729#: builtin/remote.c:17314730msgid "set up remote as a mirror to push to or fetch from"14731msgstr ""1473214733#: builtin/remote.c:18514734msgid "specifying a master branch makes no sense with --mirror"14735msgstr ""1473614737#: builtin/remote.c:18714738msgid "specifying branches to track makes sense only with fetch mirrors"14739msgstr ""1474014741#: builtin/remote.c:194 builtin/remote.c:63614742#, c-format14743msgid "remote %s already exists."14744msgstr ""1474514746#: builtin/remote.c:198 builtin/remote.c:64014747#, c-format14748msgid "'%s' is not a valid remote name"14749msgstr ""1475014751#: builtin/remote.c:23814752#, c-format14753msgid "Could not setup master '%s'"14754msgstr ""1475514756#: builtin/remote.c:34414757#, c-format14758msgid "Could not get fetch map for refspec %s"14759msgstr ""1476014761#: builtin/remote.c:443 builtin/remote.c:45114762msgid "(matching)"14763msgstr ""1476414765#: builtin/remote.c:45514766msgid "(delete)"14767msgstr ""1476814769#: builtin/remote.c:629 builtin/remote.c:765 builtin/remote.c:86414770#, c-format14771msgid "No such remote: '%s'"14772msgstr ""1477314774#: builtin/remote.c:64614775#, c-format14776msgid "Could not rename config section '%s' to '%s'"14777msgstr ""1477814779#: builtin/remote.c:66614780#, c-format14781msgid ""14782"Not updating non-default fetch refspec\n"14783"\t%s\n"14784"\tPlease update the configuration manually if necessary."14785msgstr ""1478614787#: builtin/remote.c:70214788#, c-format14789msgid "deleting '%s' failed"14790msgstr ""1479114792#: builtin/remote.c:73614793#, c-format14794msgid "creating '%s' failed"14795msgstr ""1479614797#: builtin/remote.c:80214798msgid ""14799"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"14800"to delete it, use:"14801msgid_plural ""14802"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"14803"to delete them, use:"14804msgstr[0] ""14805msgstr[1] ""1480614807#: builtin/remote.c:81614808#, c-format14809msgid "Could not remove config section '%s'"14810msgstr ""1481114812#: builtin/remote.c:91714813#, c-format14814msgid " new (next fetch will store in remotes/%s)"14815msgstr ""1481614817#: builtin/remote.c:92014818msgid " tracked"14819msgstr ""1482014821#: builtin/remote.c:92214822msgid " stale (use 'git remote prune' to remove)"14823msgstr ""1482414825#: builtin/remote.c:92414826msgid " ???"14827msgstr ""1482814829#: builtin/remote.c:96514830#, c-format14831msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"14832msgstr ""1483314834#: builtin/remote.c:97414835#, c-format14836msgid "rebases interactively onto remote %s"14837msgstr ""1483814839#: builtin/remote.c:97614840#, c-format14841msgid "rebases interactively (with merges) onto remote %s"14842msgstr ""1484314844#: builtin/remote.c:97914845#, c-format14846msgid "rebases onto remote %s"14847msgstr ""1484814849#: builtin/remote.c:98314850#, c-format14851msgid " merges with remote %s"14852msgstr ""1485314854#: builtin/remote.c:98614855#, c-format14856msgid "merges with remote %s"14857msgstr ""1485814859#: builtin/remote.c:98914860#, c-format14861msgid "%-*s and with remote %s\n"14862msgstr ""1486314864#: builtin/remote.c:103214865msgid "create"14866msgstr ""1486714868#: builtin/remote.c:103514869msgid "delete"14870msgstr ""1487114872#: builtin/remote.c:103914873msgid "up to date"14874msgstr ""1487514876#: builtin/remote.c:104214877msgid "fast-forwardable"14878msgstr ""1487914880#: builtin/remote.c:104514881msgid "local out of date"14882msgstr ""1488314884#: builtin/remote.c:105214885#, c-format14886msgid " %-*s forces to %-*s (%s)"14887msgstr ""1488814889#: builtin/remote.c:105514890#, c-format14891msgid " %-*s pushes to %-*s (%s)"14892msgstr ""1489314894#: builtin/remote.c:105914895#, c-format14896msgid " %-*s forces to %s"14897msgstr ""1489814899#: builtin/remote.c:106214900#, c-format14901msgid " %-*s pushes to %s"14902msgstr ""1490314904#: builtin/remote.c:113014905msgid "do not query remotes"14906msgstr ""1490714908#: builtin/remote.c:115714909#, c-format14910msgid "* remote %s"14911msgstr ""1491214913#: builtin/remote.c:115814914#, c-format14915msgid " Fetch URL: %s"14916msgstr ""1491714918#: builtin/remote.c:1159 builtin/remote.c:1175 builtin/remote.c:131414919msgid "(no URL)"14920msgstr ""1492114922#. TRANSLATORS: the colon ':' should align14923#. with the one in " Fetch URL: %s"14924#. translation.14925#.14926#: builtin/remote.c:1173 builtin/remote.c:117514927#, c-format14928msgid " Push URL: %s"14929msgstr ""1493014931#: builtin/remote.c:1177 builtin/remote.c:1179 builtin/remote.c:118114932#, c-format14933msgid " HEAD branch: %s"14934msgstr ""1493514936#: builtin/remote.c:117714937msgid "(not queried)"14938msgstr ""1493914940#: builtin/remote.c:117914941msgid "(unknown)"14942msgstr ""1494314944#: builtin/remote.c:118314945#, c-format14946msgid ""14947" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"14948msgstr ""1494914950#: builtin/remote.c:119514951#, c-format14952msgid " Remote branch:%s"14953msgid_plural " Remote branches:%s"14954msgstr[0] ""14955msgstr[1] ""1495614957#: builtin/remote.c:1198 builtin/remote.c:122414958msgid " (status not queried)"14959msgstr ""1496014961#: builtin/remote.c:120714962msgid " Local branch configured for 'git pull':"14963msgid_plural " Local branches configured for 'git pull':"14964msgstr[0] ""14965msgstr[1] ""1496614967#: builtin/remote.c:121514968msgid " Local refs will be mirrored by 'git push'"14969msgstr ""1497014971#: builtin/remote.c:122114972#, c-format14973msgid " Local ref configured for 'git push'%s:"14974msgid_plural " Local refs configured for 'git push'%s:"14975msgstr[0] ""14976msgstr[1] ""1497714978#: builtin/remote.c:124214979msgid "set refs/remotes/<name>/HEAD according to remote"14980msgstr ""1498114982#: builtin/remote.c:124414983msgid "delete refs/remotes/<name>/HEAD"14984msgstr ""1498514986#: builtin/remote.c:125914987msgid "Cannot determine remote HEAD"14988msgstr ""1498914990#: builtin/remote.c:126114991msgid "Multiple remote HEAD branches. Please choose one explicitly with:"14992msgstr ""1499314994#: builtin/remote.c:127114995#, c-format14996msgid "Could not delete %s"14997msgstr ""1499814999#: builtin/remote.c:127915000#, c-format15001msgid "Not a valid ref: %s"15002msgstr ""1500315004#: builtin/remote.c:128115005#, c-format15006msgid "Could not setup %s"15007msgstr ""1500815009#: builtin/remote.c:129915010#, c-format15011msgid " %s will become dangling!"15012msgstr ""1501315014#: builtin/remote.c:130015015#, c-format15016msgid " %s has become dangling!"15017msgstr ""1501815019#: builtin/remote.c:131015020#, c-format15021msgid "Pruning %s"15022msgstr ""1502315024#: builtin/remote.c:131115025#, c-format15026msgid "URL: %s"15027msgstr ""1502815029#: builtin/remote.c:132715030#, c-format15031msgid " * [would prune] %s"15032msgstr ""1503315034#: builtin/remote.c:133015035#, c-format15036msgid " * [pruned] %s"15037msgstr ""1503815039#: builtin/remote.c:137515040msgid "prune remotes after fetching"15041msgstr ""1504215043#: builtin/remote.c:1438 builtin/remote.c:1492 builtin/remote.c:156015044#, c-format15045msgid "No such remote '%s'"15046msgstr ""1504715048#: builtin/remote.c:145415049msgid "add branch"15050msgstr ""1505115052#: builtin/remote.c:146115053msgid "no remote specified"15054msgstr ""1505515056#: builtin/remote.c:147815057msgid "query push URLs rather than fetch URLs"15058msgstr ""1505915060#: builtin/remote.c:148015061msgid "return all URLs"15062msgstr ""1506315064#: builtin/remote.c:150815065#, c-format15066msgid "no URLs configured for remote '%s'"15067msgstr ""1506815069#: builtin/remote.c:153415070msgid "manipulate push URLs"15071msgstr ""1507215073#: builtin/remote.c:153615074msgid "add URL"15075msgstr ""1507615077#: builtin/remote.c:153815078msgid "delete URLs"15079msgstr ""1508015081#: builtin/remote.c:154515082msgid "--add --delete doesn't make sense"15083msgstr ""1508415085#: builtin/remote.c:158415086#, c-format15087msgid "Invalid old URL pattern: %s"15088msgstr ""1508915090#: builtin/remote.c:159215091#, c-format15092msgid "No such URL found: %s"15093msgstr ""1509415095#: builtin/remote.c:159415096msgid "Will not delete all non-push URLs"15097msgstr ""1509815099#: builtin/remote.c:161015100msgid "be verbose; must be placed before a subcommand"15101msgstr ""1510215103#: builtin/remote.c:164115104#, c-format15105msgid "Unknown subcommand: %s"15106msgstr ""1510715108#: builtin/repack.c:2215109msgid "git repack [<options>]"15110msgstr ""1511115112#: builtin/repack.c:2715113msgid ""15114"Incremental repacks are incompatible with bitmap indexes. Use\n"15115"--no-write-bitmap-index or disable the pack.writebitmaps configuration."15116msgstr ""1511715118#: builtin/repack.c:29415119msgid "pack everything in a single pack"15120msgstr ""1512115122#: builtin/repack.c:29615123msgid "same as -a, and turn unreachable objects loose"15124msgstr ""1512515126#: builtin/repack.c:29915127msgid "remove redundant packs, and run git-prune-packed"15128msgstr ""1512915130#: builtin/repack.c:30115131msgid "pass --no-reuse-delta to git-pack-objects"15132msgstr ""1513315134#: builtin/repack.c:30315135msgid "pass --no-reuse-object to git-pack-objects"15136msgstr ""1513715138#: builtin/repack.c:30515139msgid "do not run git-update-server-info"15140msgstr ""1514115142#: builtin/repack.c:30815143msgid "pass --local to git-pack-objects"15144msgstr ""1514515146#: builtin/repack.c:31015147msgid "write bitmap index"15148msgstr ""1514915150#: builtin/repack.c:31215151msgid "pass --delta-islands to git-pack-objects"15152msgstr ""1515315154#: builtin/repack.c:31315155msgid "approxidate"15156msgstr ""1515715158#: builtin/repack.c:31415159msgid "with -A, do not loosen objects older than this"15160msgstr ""1516115162#: builtin/repack.c:31615163msgid "with -a, repack unreachable objects"15164msgstr ""1516515166#: builtin/repack.c:31815167msgid "size of the window used for delta compression"15168msgstr ""1516915170#: builtin/repack.c:319 builtin/repack.c:32515171msgid "bytes"15172msgstr ""1517315174#: builtin/repack.c:32015175msgid "same as the above, but limit memory size instead of entries count"15176msgstr ""1517715178#: builtin/repack.c:32215179msgid "limits the maximum delta depth"15180msgstr ""1518115182#: builtin/repack.c:32415183msgid "limits the maximum number of threads"15184msgstr ""1518515186#: builtin/repack.c:32615187msgid "maximum size of each packfile"15188msgstr ""1518915190#: builtin/repack.c:32815191msgid "repack objects in packs marked with .keep"15192msgstr ""1519315194#: builtin/repack.c:33015195msgid "do not repack this pack"15196msgstr ""1519715198#: builtin/repack.c:34015199msgid "cannot delete packs in a precious-objects repo"15200msgstr ""1520115202#: builtin/repack.c:34415203msgid "--keep-unreachable and -A are incompatible"15204msgstr ""1520515206#: builtin/repack.c:52715207#, c-format15208msgid "failed to remove '%s'"15209msgstr ""1521015211#: builtin/replace.c:2215212msgid "git replace [-f] <object> <replacement>"15213msgstr ""1521415215#: builtin/replace.c:2315216msgid "git replace [-f] --edit <object>"15217msgstr ""1521815219#: builtin/replace.c:2415220msgid "git replace [-f] --graft <commit> [<parent>...]"15221msgstr ""1522215223#: builtin/replace.c:2515224msgid "git replace [-f] --convert-graft-file"15225msgstr ""1522615227#: builtin/replace.c:2615228msgid "git replace -d <object>..."15229msgstr ""1523015231#: builtin/replace.c:2715232msgid "git replace [--format=<format>] [-l [<pattern>]]"15233msgstr ""1523415235#: builtin/replace.c:58 builtin/replace.c:203 builtin/replace.c:20615236#, c-format15237msgid "failed to resolve '%s' as a valid ref"15238msgstr ""1523915240#: builtin/replace.c:8615241#, c-format15242msgid ""15243"invalid replace format '%s'\n"15244"valid formats are 'short', 'medium' and 'long'"15245msgstr ""1524615247#: builtin/replace.c:12115248#, c-format15249msgid "replace ref '%s' not found"15250msgstr ""1525115252#: builtin/replace.c:13715253#, c-format15254msgid "Deleted replace ref '%s'"15255msgstr ""1525615257#: builtin/replace.c:14915258#, c-format15259msgid "'%s' is not a valid ref name"15260msgstr ""1526115262#: builtin/replace.c:15415263#, c-format15264msgid "replace ref '%s' already exists"15265msgstr ""1526615267#: builtin/replace.c:17415268#, c-format15269msgid ""15270"Objects must be of the same type.\n"15271"'%s' points to a replaced object of type '%s'\n"15272"while '%s' points to a replacement object of type '%s'."15273msgstr ""1527415275#: builtin/replace.c:22515276#, c-format15277msgid "unable to open %s for writing"15278msgstr ""1527915280#: builtin/replace.c:23815281msgid "cat-file reported failure"15282msgstr ""1528315284#: builtin/replace.c:25415285#, c-format15286msgid "unable to open %s for reading"15287msgstr ""1528815289#: builtin/replace.c:26815290msgid "unable to spawn mktree"15291msgstr ""1529215293#: builtin/replace.c:27215294msgid "unable to read from mktree"15295msgstr ""1529615297#: builtin/replace.c:28115298msgid "mktree reported failure"15299msgstr ""1530015301#: builtin/replace.c:28515302msgid "mktree did not return an object name"15303msgstr ""1530415305#: builtin/replace.c:29415306#, c-format15307msgid "unable to fstat %s"15308msgstr ""1530915310#: builtin/replace.c:29915311msgid "unable to write object to database"15312msgstr ""1531315314#: builtin/replace.c:318 builtin/replace.c:371 builtin/replace.c:41515315#: builtin/replace.c:44515316#, c-format15317msgid "not a valid object name: '%s'"15318msgstr ""1531915320#: builtin/replace.c:32215321#, c-format15322msgid "unable to get object type for %s"15323msgstr ""1532415325#: builtin/replace.c:33815326msgid "editing object file failed"15327msgstr ""1532815329#: builtin/replace.c:34715330#, c-format15331msgid "new object is the same as the old one: '%s'"15332msgstr ""1533315334#: builtin/replace.c:40715335#, c-format15336msgid "bad mergetag in commit '%s'"15337msgstr ""1533815339#: builtin/replace.c:40915340#, c-format15341msgid "malformed mergetag in commit '%s'"15342msgstr ""1534315344#: builtin/replace.c:42115345#, c-format15346msgid ""15347"original commit '%s' contains mergetag '%s' that is discarded; use --edit "15348"instead of --graft"15349msgstr ""1535015351#: builtin/replace.c:46015352#, c-format15353msgid "the original commit '%s' has a gpg signature"15354msgstr ""1535515356#: builtin/replace.c:46115357msgid "the signature will be removed in the replacement commit!"15358msgstr ""1535915360#: builtin/replace.c:47115361#, c-format15362msgid "could not write replacement commit for: '%s'"15363msgstr ""1536415365#: builtin/replace.c:47915366#, c-format15367msgid "graft for '%s' unnecessary"15368msgstr ""1536915370#: builtin/replace.c:48215371#, c-format15372msgid "new commit is the same as the old one: '%s'"15373msgstr ""1537415375#: builtin/replace.c:51515376#, c-format15377msgid ""15378"could not convert the following graft(s):\n"15379"%s"15380msgstr ""1538115382#: builtin/replace.c:53615383msgid "list replace refs"15384msgstr ""1538515386#: builtin/replace.c:53715387msgid "delete replace refs"15388msgstr ""1538915390#: builtin/replace.c:53815391msgid "edit existing object"15392msgstr ""1539315394#: builtin/replace.c:53915395msgid "change a commit's parents"15396msgstr ""1539715398#: builtin/replace.c:54015399msgid "convert existing graft file"15400msgstr ""1540115402#: builtin/replace.c:54115403msgid "replace the ref if it exists"15404msgstr ""1540515406#: builtin/replace.c:54315407msgid "do not pretty-print contents for --edit"15408msgstr ""1540915410#: builtin/replace.c:54415411msgid "use this format"15412msgstr ""1541315414#: builtin/replace.c:55715415msgid "--format cannot be used when not listing"15416msgstr ""1541715418#: builtin/replace.c:56515419msgid "-f only makes sense when writing a replacement"15420msgstr ""1542115422#: builtin/replace.c:56915423msgid "--raw only makes sense with --edit"15424msgstr ""1542515426#: builtin/replace.c:57515427msgid "-d needs at least one argument"15428msgstr ""1542915430#: builtin/replace.c:58115431msgid "bad number of arguments"15432msgstr ""1543315434#: builtin/replace.c:58715435msgid "-e needs exactly one argument"15436msgstr ""1543715438#: builtin/replace.c:59315439msgid "-g needs at least one argument"15440msgstr ""1544115442#: builtin/replace.c:59915443msgid "--convert-graft-file takes no argument"15444msgstr ""1544515446#: builtin/replace.c:60515447msgid "only one pattern can be given with -l"15448msgstr ""1544915450#: builtin/rerere.c:1315451msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"15452msgstr ""1545315454#: builtin/rerere.c:6015455msgid "register clean resolutions in index"15456msgstr ""1545715458#: builtin/rerere.c:7915459msgid "'git rerere forget' without paths is deprecated"15460msgstr ""1546115462#: builtin/rerere.c:11115463#, c-format15464msgid "unable to generate diff for '%s'"15465msgstr ""1546615467#: builtin/reset.c:3115468msgid ""15469"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"15470msgstr ""1547115472#: builtin/reset.c:3215473msgid "git reset [-q] [<tree-ish>] [--] <paths>..."15474msgstr ""1547515476#: builtin/reset.c:3315477msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"15478msgstr ""1547915480#: builtin/reset.c:3915481msgid "mixed"15482msgstr ""1548315484#: builtin/reset.c:3915485msgid "soft"15486msgstr ""1548715488#: builtin/reset.c:3915489msgid "hard"15490msgstr ""1549115492#: builtin/reset.c:3915493msgid "merge"15494msgstr ""1549515496#: builtin/reset.c:3915497msgid "keep"15498msgstr ""1549915500#: builtin/reset.c:8015501msgid "You do not have a valid HEAD."15502msgstr ""1550315504#: builtin/reset.c:8215505msgid "Failed to find tree of HEAD."15506msgstr ""1550715508#: builtin/reset.c:8815509#, c-format15510msgid "Failed to find tree of %s."15511msgstr ""1551215513#: builtin/reset.c:19215514#, c-format15515msgid "Cannot do a %s reset in the middle of a merge."15516msgstr ""1551715518#: builtin/reset.c:29215519msgid "be quiet, only report errors"15520msgstr ""1552115522#: builtin/reset.c:29415523msgid "reset HEAD and index"15524msgstr ""1552515526#: builtin/reset.c:29515527msgid "reset only HEAD"15528msgstr ""1552915530#: builtin/reset.c:297 builtin/reset.c:29915531msgid "reset HEAD, index and working tree"15532msgstr ""1553315534#: builtin/reset.c:30115535msgid "reset HEAD but keep local changes"15536msgstr ""1553715538#: builtin/reset.c:30715539msgid "record only the fact that removed paths will be added later"15540msgstr ""1554115542#: builtin/reset.c:32515543#, c-format15544msgid "Failed to resolve '%s' as a valid revision."15545msgstr ""1554615547#: builtin/reset.c:33315548#, c-format15549msgid "Failed to resolve '%s' as a valid tree."15550msgstr ""1555115552#: builtin/reset.c:34215553msgid "--patch is incompatible with --{hard,mixed,soft}"15554msgstr ""1555515556#: builtin/reset.c:35115557msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."15558msgstr ""1555915560#: builtin/reset.c:35315561#, c-format15562msgid "Cannot do %s reset with paths."15563msgstr ""1556415565#: builtin/reset.c:36315566#, c-format15567msgid "%s reset is not allowed in a bare repository"15568msgstr ""1556915570#: builtin/reset.c:36715571msgid "-N can only be used with --mixed"15572msgstr ""1557315574#: builtin/reset.c:38715575msgid "Unstaged changes after reset:"15576msgstr ""1557715578#: builtin/reset.c:39015579#, c-format15580msgid ""15581"\n"15582"It took %.2f seconds to enumerate unstaged changes after reset. You can\n"15583"use '--quiet' to avoid this. Set the config setting reset.quiet to true\n"15584"to make this the default.\n"15585msgstr ""1558615587#: builtin/reset.c:40015588#, c-format15589msgid "Could not reset index file to revision '%s'."15590msgstr ""1559115592#: builtin/reset.c:40415593msgid "Could not write new index file."15594msgstr ""1559515596#: builtin/rev-list.c:40315597msgid "cannot combine --exclude-promisor-objects and --missing"15598msgstr ""1559915600#: builtin/rev-list.c:46115601msgid "object filtering requires --objects"15602msgstr ""1560315604#: builtin/rev-list.c:46415605#, c-format15606msgid "invalid sparse value '%s'"15607msgstr ""1560815609#: builtin/rev-list.c:50515610msgid "rev-list does not support display of notes"15611msgstr ""1561215613#: builtin/rev-list.c:50815614msgid "cannot combine --use-bitmap-index with object filtering"15615msgstr ""1561615617#: builtin/rev-parse.c:40715618msgid "git rev-parse --parseopt [<options>] -- [<args>...]"15619msgstr ""1562015621#: builtin/rev-parse.c:41215622msgid "keep the `--` passed as an arg"15623msgstr ""1562415625#: builtin/rev-parse.c:41415626msgid "stop parsing after the first non-option argument"15627msgstr ""1562815629#: builtin/rev-parse.c:41715630msgid "output in stuck long form"15631msgstr ""1563215633#: builtin/rev-parse.c:55015634msgid ""15635"git rev-parse --parseopt [<options>] -- [<args>...]\n"15636" or: git rev-parse --sq-quote [<arg>...]\n"15637" or: git rev-parse [<options>] [<arg>...]\n"15638"\n"15639"Run \"git rev-parse --parseopt -h\" for more information on the first usage."15640msgstr ""1564115642#: builtin/revert.c:2415643msgid "git revert [<options>] <commit-ish>..."15644msgstr ""1564515646#: builtin/revert.c:2515647msgid "git revert <subcommand>"15648msgstr ""1564915650#: builtin/revert.c:3015651msgid "git cherry-pick [<options>] <commit-ish>..."15652msgstr ""1565315654#: builtin/revert.c:3115655msgid "git cherry-pick <subcommand>"15656msgstr ""1565715658#: builtin/revert.c:9115659#, c-format15660msgid "%s: %s cannot be used with %s"15661msgstr ""1566215663#: builtin/revert.c:10015664msgid "end revert or cherry-pick sequence"15665msgstr ""1566615667#: builtin/revert.c:10115668msgid "resume revert or cherry-pick sequence"15669msgstr ""1567015671#: builtin/revert.c:10215672msgid "cancel revert or cherry-pick sequence"15673msgstr ""1567415675#: builtin/revert.c:10315676msgid "don't automatically commit"15677msgstr ""1567815679#: builtin/revert.c:10415680msgid "edit the commit message"15681msgstr ""1568215683#: builtin/revert.c:10715684msgid "parent-number"15685msgstr ""1568615687#: builtin/revert.c:10815688msgid "select mainline parent"15689msgstr ""1569015691#: builtin/revert.c:11015692msgid "merge strategy"15693msgstr ""1569415695#: builtin/revert.c:11215696msgid "option for merge strategy"15697msgstr ""1569815699#: builtin/revert.c:12115700msgid "append commit name"15701msgstr ""1570215703#: builtin/revert.c:12315704msgid "preserve initially empty commits"15705msgstr ""1570615707#: builtin/revert.c:12515708msgid "keep redundant, empty commits"15709msgstr ""1571015711#: builtin/revert.c:21915712msgid "revert failed"15713msgstr ""1571415715#: builtin/revert.c:23215716msgid "cherry-pick failed"15717msgstr ""1571815719#: builtin/rm.c:1815720msgid "git rm [<options>] [--] <file>..."15721msgstr ""1572215723#: builtin/rm.c:20615724msgid ""15725"the following file has staged content different from both the\n"15726"file and the HEAD:"15727msgid_plural ""15728"the following files have staged content different from both the\n"15729"file and the HEAD:"15730msgstr[0] ""15731msgstr[1] ""1573215733#: builtin/rm.c:21115734msgid ""15735"\n"15736"(use -f to force removal)"15737msgstr ""1573815739#: builtin/rm.c:21515740msgid "the following file has changes staged in the index:"15741msgid_plural "the following files have changes staged in the index:"15742msgstr[0] ""15743msgstr[1] ""1574415745#: builtin/rm.c:219 builtin/rm.c:22815746msgid ""15747"\n"15748"(use --cached to keep the file, or -f to force removal)"15749msgstr ""1575015751#: builtin/rm.c:22515752msgid "the following file has local modifications:"15753msgid_plural "the following files have local modifications:"15754msgstr[0] ""15755msgstr[1] ""1575615757#: builtin/rm.c:24115758msgid "do not list removed files"15759msgstr ""1576015761#: builtin/rm.c:24215762msgid "only remove from the index"15763msgstr ""1576415765#: builtin/rm.c:24315766msgid "override the up-to-date check"15767msgstr ""1576815769#: builtin/rm.c:24415770msgid "allow recursive removal"15771msgstr ""1577215773#: builtin/rm.c:24615774msgid "exit with a zero status even if nothing matched"15775msgstr ""1577615777#: builtin/rm.c:28815778msgid "please stage your changes to .gitmodules or stash them to proceed"15779msgstr ""1578015781#: builtin/rm.c:30615782#, c-format15783msgid "not removing '%s' recursively without -r"15784msgstr ""1578515786#: builtin/rm.c:34515787#, c-format15788msgid "git rm: unable to remove %s"15789msgstr ""1579015791#: builtin/send-pack.c:2015792msgid ""15793"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"15794"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "15795"[<ref>...]\n"15796" --all and explicit <ref> specification are mutually exclusive."15797msgstr ""1579815799#: builtin/send-pack.c:16315800msgid "remote name"15801msgstr ""1580215803#: builtin/send-pack.c:17715804msgid "use stateless RPC protocol"15805msgstr ""1580615807#: builtin/send-pack.c:17815808msgid "read refs from stdin"15809msgstr ""1581015811#: builtin/send-pack.c:17915812msgid "print status from remote helper"15813msgstr ""1581415815#: builtin/serve.c:715816msgid "git serve [<options>]"15817msgstr ""1581815819#: builtin/serve.c:17 builtin/upload-pack.c:2315820msgid "quit after a single request/response exchange"15821msgstr ""1582215823#: builtin/serve.c:1915824msgid "exit immediately after advertising capabilities"15825msgstr ""1582615827#: builtin/shortlog.c:1415828msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"15829msgstr ""1583015831#: builtin/shortlog.c:1515832msgid "git log --pretty=short | git shortlog [<options>]"15833msgstr ""1583415835#: builtin/shortlog.c:26415836msgid "Group by committer rather than author"15837msgstr ""1583815839#: builtin/shortlog.c:26615840msgid "sort output according to the number of commits per author"15841msgstr ""1584215843#: builtin/shortlog.c:26815844msgid "Suppress commit descriptions, only provides commit count"15845msgstr ""1584615847#: builtin/shortlog.c:27015848msgid "Show the email address of each author"15849msgstr ""1585015851#: builtin/shortlog.c:27115852msgid "<w>[,<i1>[,<i2>]]"15853msgstr ""1585415855#: builtin/shortlog.c:27215856msgid "Linewrap output"15857msgstr ""1585815859#: builtin/shortlog.c:29915860msgid "too many arguments given outside repository"15861msgstr ""1586215863#: builtin/show-branch.c:1315864msgid ""15865"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"15866"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"15867"\t\t[--more=<n> | --list | --independent | --merge-base]\n"15868"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"15869msgstr ""1587015871#: builtin/show-branch.c:1715872msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"15873msgstr ""1587415875#: builtin/show-branch.c:39515876#, c-format15877msgid "ignoring %s; cannot handle more than %d ref"15878msgid_plural "ignoring %s; cannot handle more than %d refs"15879msgstr[0] ""15880msgstr[1] ""1588115882#: builtin/show-branch.c:54915883#, c-format15884msgid "no matching refs with %s"15885msgstr ""1588615887#: builtin/show-branch.c:64615888msgid "show remote-tracking and local branches"15889msgstr ""1589015891#: builtin/show-branch.c:64815892msgid "show remote-tracking branches"15893msgstr ""1589415895#: builtin/show-branch.c:65015896msgid "color '*!+-' corresponding to the branch"15897msgstr ""1589815899#: builtin/show-branch.c:65215900msgid "show <n> more commits after the common ancestor"15901msgstr ""1590215903#: builtin/show-branch.c:65415904msgid "synonym to more=-1"15905msgstr ""1590615907#: builtin/show-branch.c:65515908msgid "suppress naming strings"15909msgstr ""1591015911#: builtin/show-branch.c:65715912msgid "include the current branch"15913msgstr ""1591415915#: builtin/show-branch.c:65915916msgid "name commits with their object names"15917msgstr ""1591815919#: builtin/show-branch.c:66115920msgid "show possible merge bases"15921msgstr ""1592215923#: builtin/show-branch.c:66315924msgid "show refs unreachable from any other ref"15925msgstr ""1592615927#: builtin/show-branch.c:66515928msgid "show commits in topological order"15929msgstr ""1593015931#: builtin/show-branch.c:66815932msgid "show only commits not on the first branch"15933msgstr ""1593415935#: builtin/show-branch.c:67015936msgid "show merges reachable from only one tip"15937msgstr ""1593815939#: builtin/show-branch.c:67215940msgid "topologically sort, maintaining date order where possible"15941msgstr ""1594215943#: builtin/show-branch.c:67515944msgid "<n>[,<base>]"15945msgstr ""1594615947#: builtin/show-branch.c:67615948msgid "show <n> most recent ref-log entries starting at base"15949msgstr ""1595015951#: builtin/show-branch.c:71215952msgid ""15953"--reflog is incompatible with --all, --remotes, --independent or --merge-base"15954msgstr ""1595515956#: builtin/show-branch.c:73615957msgid "no branches given, and HEAD is not valid"15958msgstr ""1595915960#: builtin/show-branch.c:73915961msgid "--reflog option needs one branch name"15962msgstr ""1596315964#: builtin/show-branch.c:74215965#, c-format15966msgid "only %d entry can be shown at one time."15967msgid_plural "only %d entries can be shown at one time."15968msgstr[0] ""15969msgstr[1] ""1597015971#: builtin/show-branch.c:74615972#, c-format15973msgid "no such ref %s"15974msgstr ""1597515976#: builtin/show-branch.c:83015977#, c-format15978msgid "cannot handle more than %d rev."15979msgid_plural "cannot handle more than %d revs."15980msgstr[0] ""15981msgstr[1] ""1598215983#: builtin/show-branch.c:83415984#, c-format15985msgid "'%s' is not a valid ref."15986msgstr ""1598715988#: builtin/show-branch.c:83715989#, c-format15990msgid "cannot find commit %s (%s)"15991msgstr ""1599215993#: builtin/show-ref.c:1115994msgid ""15995"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"15996"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"15997msgstr ""1599815999#: builtin/show-ref.c:1216000msgid "git show-ref --exclude-existing[=<pattern>]"16001msgstr ""1600216003#: builtin/show-ref.c:16116004msgid "only show tags (can be combined with heads)"16005msgstr ""1600616007#: builtin/show-ref.c:16216008msgid "only show heads (can be combined with tags)"16009msgstr ""1601016011#: builtin/show-ref.c:16316012msgid "stricter reference checking, requires exact ref path"16013msgstr ""1601416015#: builtin/show-ref.c:166 builtin/show-ref.c:16816016msgid "show the HEAD reference, even if it would be filtered out"16017msgstr ""1601816019#: builtin/show-ref.c:17016020msgid "dereference tags into object IDs"16021msgstr ""1602216023#: builtin/show-ref.c:17216024msgid "only show SHA1 hash using <n> digits"16025msgstr ""1602616027#: builtin/show-ref.c:17616028msgid "do not print results to stdout (useful with --verify)"16029msgstr ""1603016031#: builtin/show-ref.c:17816032msgid "show refs from stdin that aren't in local repository"16033msgstr ""1603416035#: builtin/stripspace.c:1816036msgid "git stripspace [-s | --strip-comments]"16037msgstr ""1603816039#: builtin/stripspace.c:1916040msgid "git stripspace [-c | --comment-lines]"16041msgstr ""1604216043#: builtin/stripspace.c:3616044msgid "skip and remove all lines starting with comment character"16045msgstr ""1604616047#: builtin/stripspace.c:3916048msgid "prepend comment character and space to each line"16049msgstr ""1605016051#: builtin/submodule--helper.c:44 builtin/submodule--helper.c:193916052#, c-format16053msgid "Expecting a full ref name, got %s"16054msgstr ""1605516056#: builtin/submodule--helper.c:6116057msgid "submodule--helper print-default-remote takes no arguments"16058msgstr ""1605916060#: builtin/submodule--helper.c:9916061#, c-format16062msgid "cannot strip one component off url '%s'"16063msgstr ""1606416065#: builtin/submodule--helper.c:407 builtin/submodule--helper.c:136316066msgid "alternative anchor for relative paths"16067msgstr ""1606816069#: builtin/submodule--helper.c:41216070msgid "git submodule--helper list [--prefix=<path>] [<path>...]"16071msgstr ""1607216073#: builtin/submodule--helper.c:469 builtin/submodule--helper.c:62616074#: builtin/submodule--helper.c:64916075#, c-format16076msgid "No url found for submodule path '%s' in .gitmodules"16077msgstr ""1607816079#: builtin/submodule--helper.c:52116080#, c-format16081msgid "Entering '%s'\n"16082msgstr ""1608316084#: builtin/submodule--helper.c:52416085#, c-format16086msgid ""16087"run_command returned non-zero status for %s\n"16088"."16089msgstr ""1609016091#: builtin/submodule--helper.c:54516092#, c-format16093msgid ""16094"run_command returned non-zero status while recursing in the nested "16095"submodules of %s\n"16096"."16097msgstr ""1609816099#: builtin/submodule--helper.c:56116100msgid "Suppress output of entering each submodule command"16101msgstr ""1610216103#: builtin/submodule--helper.c:563 builtin/submodule--helper.c:104816104msgid "Recurse into nested submodules"16105msgstr ""1610616107#: builtin/submodule--helper.c:56816108msgid "git submodule--helper foreach [--quiet] [--recursive] <command>"16109msgstr ""1611016111#: builtin/submodule--helper.c:59516112#, c-format16113msgid ""16114"could not look up configuration '%s'. Assuming this repository is its own "16115"authoritative upstream."16116msgstr ""1611716118#: builtin/submodule--helper.c:66316119#, c-format16120msgid "Failed to register url for submodule path '%s'"16121msgstr ""1612216123#: builtin/submodule--helper.c:66716124#, c-format16125msgid "Submodule '%s' (%s) registered for path '%s'\n"16126msgstr ""1612716128#: builtin/submodule--helper.c:67716129#, c-format16130msgid "warning: command update mode suggested for submodule '%s'\n"16131msgstr ""1613216133#: builtin/submodule--helper.c:68416134#, c-format16135msgid "Failed to register update mode for submodule path '%s'"16136msgstr ""1613716138#: builtin/submodule--helper.c:70616139msgid "Suppress output for initializing a submodule"16140msgstr ""1614116142#: builtin/submodule--helper.c:71116143msgid "git submodule--helper init [<path>]"16144msgstr ""1614516146#: builtin/submodule--helper.c:783 builtin/submodule--helper.c:90916147#, c-format16148msgid "no submodule mapping found in .gitmodules for path '%s'"16149msgstr ""1615016151#: builtin/submodule--helper.c:82216152#, c-format16153msgid "could not resolve HEAD ref inside the submodule '%s'"16154msgstr ""1615516156#: builtin/submodule--helper.c:849 builtin/submodule--helper.c:101816157#, c-format16158msgid "failed to recurse into submodule '%s'"16159msgstr ""1616016161#: builtin/submodule--helper.c:873 builtin/submodule--helper.c:118216162msgid "Suppress submodule status output"16163msgstr ""1616416165#: builtin/submodule--helper.c:87416166msgid ""16167"Use commit stored in the index instead of the one stored in the submodule "16168"HEAD"16169msgstr ""1617016171#: builtin/submodule--helper.c:87516172msgid "recurse into nested submodules"16173msgstr ""1617416175#: builtin/submodule--helper.c:88016176msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"16177msgstr ""1617816179#: builtin/submodule--helper.c:90416180msgid "git submodule--helper name <path>"16181msgstr ""1618216183#: builtin/submodule--helper.c:96816184#, c-format16185msgid "Synchronizing submodule url for '%s'\n"16186msgstr ""1618716188#: builtin/submodule--helper.c:97416189#, c-format16190msgid "failed to register url for submodule path '%s'"16191msgstr ""1619216193#: builtin/submodule--helper.c:98816194#, c-format16195msgid "failed to get the default remote for submodule '%s'"16196msgstr ""1619716198#: builtin/submodule--helper.c:99916199#, c-format16200msgid "failed to update remote for submodule '%s'"16201msgstr ""1620216203#: builtin/submodule--helper.c:104616204msgid "Suppress output of synchronizing submodule url"16205msgstr ""1620616207#: builtin/submodule--helper.c:105316208msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"16209msgstr ""1621016211#: builtin/submodule--helper.c:110716212#, c-format16213msgid ""16214"Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "16215"really want to remove it including all of its history)"16216msgstr ""1621716218#: builtin/submodule--helper.c:111916219#, c-format16220msgid ""16221"Submodule work tree '%s' contains local modifications; use '-f' to discard "16222"them"16223msgstr ""1622416225#: builtin/submodule--helper.c:112716226#, c-format16227msgid "Cleared directory '%s'\n"16228msgstr ""1622916230#: builtin/submodule--helper.c:112916231#, c-format16232msgid "Could not remove submodule work tree '%s'\n"16233msgstr ""1623416235#: builtin/submodule--helper.c:113816236#, c-format16237msgid "could not create empty submodule directory %s"16238msgstr ""1623916240#: builtin/submodule--helper.c:115416241#, c-format16242msgid "Submodule '%s' (%s) unregistered for path '%s'\n"16243msgstr ""1624416245#: builtin/submodule--helper.c:118316246msgid "Remove submodule working trees even if they contain local changes"16247msgstr ""1624816249#: builtin/submodule--helper.c:118416250msgid "Unregister all submodules"16251msgstr ""1625216253#: builtin/submodule--helper.c:118916254msgid ""16255"git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"16256msgstr ""1625716258#: builtin/submodule--helper.c:120316259msgid "Use '--all' if you really want to deinitialize all submodules"16260msgstr ""1626116262#: builtin/submodule--helper.c:1297 builtin/submodule--helper.c:130016263#, c-format16264msgid "submodule '%s' cannot add alternate: %s"16265msgstr ""1626616267#: builtin/submodule--helper.c:133616268#, c-format16269msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"16270msgstr ""1627116272#: builtin/submodule--helper.c:134316273#, c-format16274msgid "Value '%s' for submodule.alternateLocation is not recognized"16275msgstr ""1627616277#: builtin/submodule--helper.c:136616278msgid "where the new submodule will be cloned to"16279msgstr ""1628016281#: builtin/submodule--helper.c:136916282msgid "name of the new submodule"16283msgstr ""1628416285#: builtin/submodule--helper.c:137216286msgid "url where to clone the submodule from"16287msgstr ""1628816289#: builtin/submodule--helper.c:138016290msgid "depth for shallow clones"16291msgstr ""1629216293#: builtin/submodule--helper.c:1383 builtin/submodule--helper.c:186816294msgid "force cloning progress"16295msgstr ""1629616297#: builtin/submodule--helper.c:138816298msgid ""16299"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "16300"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"16301msgstr ""1630216303#: builtin/submodule--helper.c:141916304#, c-format16305msgid "clone of '%s' into submodule path '%s' failed"16306msgstr ""1630716308#: builtin/submodule--helper.c:143316309#, c-format16310msgid "could not get submodule directory for '%s'"16311msgstr ""1631216313#: builtin/submodule--helper.c:146916314#, c-format16315msgid "Invalid update mode '%s' for submodule path '%s'"16316msgstr ""1631716318#: builtin/submodule--helper.c:147316319#, c-format16320msgid "Invalid update mode '%s' configured for submodule path '%s'"16321msgstr ""1632216323#: builtin/submodule--helper.c:156616324#, c-format16325msgid "Submodule path '%s' not initialized"16326msgstr ""1632716328#: builtin/submodule--helper.c:157016329msgid "Maybe you want to use 'update --init'?"16330msgstr ""1633116332#: builtin/submodule--helper.c:160016333#, c-format16334msgid "Skipping unmerged submodule %s"16335msgstr ""1633616337#: builtin/submodule--helper.c:162916338#, c-format16339msgid "Skipping submodule '%s'"16340msgstr ""1634116342#: builtin/submodule--helper.c:177316343#, c-format16344msgid "Failed to clone '%s'. Retry scheduled"16345msgstr ""1634616347#: builtin/submodule--helper.c:178416348#, c-format16349msgid "Failed to clone '%s' a second time, aborting"16350msgstr ""1635116352#: builtin/submodule--helper.c:1847 builtin/submodule--helper.c:208916353msgid "path into the working tree"16354msgstr ""1635516356#: builtin/submodule--helper.c:185016357msgid "path into the working tree, across nested submodule boundaries"16358msgstr ""1635916360#: builtin/submodule--helper.c:185416361msgid "rebase, merge, checkout or none"16362msgstr ""1636316364#: builtin/submodule--helper.c:186016365msgid "Create a shallow clone truncated to the specified number of revisions"16366msgstr ""1636716368#: builtin/submodule--helper.c:186316369msgid "parallel jobs"16370msgstr ""1637116372#: builtin/submodule--helper.c:186516373msgid "whether the initial clone should follow the shallow recommendation"16374msgstr ""1637516376#: builtin/submodule--helper.c:186616377msgid "don't print cloning progress"16378msgstr ""1637916380#: builtin/submodule--helper.c:187316381msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"16382msgstr ""1638316384#: builtin/submodule--helper.c:188616385msgid "bad value for update parameter"16386msgstr ""1638716388#: builtin/submodule--helper.c:193416389#, c-format16390msgid ""16391"Submodule (%s) branch configured to inherit branch from superproject, but "16392"the superproject is not on any branch"16393msgstr ""1639416395#: builtin/submodule--helper.c:205716396#, c-format16397msgid "could not get a repository handle for submodule '%s'"16398msgstr ""1639916400#: builtin/submodule--helper.c:209016401msgid "recurse into submodules"16402msgstr ""1640316404#: builtin/submodule--helper.c:209616405msgid "git submodule--helper embed-git-dir [<path>...]"16406msgstr ""1640716408#: builtin/submodule--helper.c:215216409msgid "check if it is safe to write to the .gitmodules file"16410msgstr ""1641116412#: builtin/submodule--helper.c:215716413msgid "git submodule--helper config name [value]"16414msgstr ""1641516416#: builtin/submodule--helper.c:215816417msgid "git submodule--helper config --check-writeable"16418msgstr ""1641916420#: builtin/submodule--helper.c:2175 git-submodule.sh:16916421#, sh-format16422msgid "please make sure that the .gitmodules file is in the working tree"16423msgstr ""1642416425#: builtin/submodule--helper.c:222516426#, c-format16427msgid "%s doesn't support --super-prefix"16428msgstr ""1642916430#: builtin/submodule--helper.c:223116431#, c-format16432msgid "'%s' is not a valid submodule--helper subcommand"16433msgstr ""1643416435#: builtin/symbolic-ref.c:816436msgid "git symbolic-ref [<options>] <name> [<ref>]"16437msgstr ""1643816439#: builtin/symbolic-ref.c:916440msgid "git symbolic-ref -d [-q] <name>"16441msgstr ""1644216443#: builtin/symbolic-ref.c:4016444msgid "suppress error message for non-symbolic (detached) refs"16445msgstr ""1644616447#: builtin/symbolic-ref.c:4116448msgid "delete symbolic ref"16449msgstr ""1645016451#: builtin/symbolic-ref.c:4216452msgid "shorten ref output"16453msgstr ""1645416455#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36316456msgid "reason"16457msgstr ""1645816459#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36316460msgid "reason of the update"16461msgstr ""1646216463#: builtin/tag.c:2516464msgid ""16465"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "16466"[<head>]"16467msgstr ""1646816469#: builtin/tag.c:2616470msgid "git tag -d <tagname>..."16471msgstr ""1647216473#: builtin/tag.c:2716474msgid ""16475"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"16476"points-at <object>]\n"16477"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"16478msgstr ""1647916480#: builtin/tag.c:2916481msgid "git tag -v [--format=<format>] <tagname>..."16482msgstr ""1648316484#: builtin/tag.c:8716485#, c-format16486msgid "tag '%s' not found."16487msgstr ""1648816489#: builtin/tag.c:10316490#, c-format16491msgid "Deleted tag '%s' (was %s)\n"16492msgstr ""1649316494#: builtin/tag.c:13316495#, c-format16496msgid ""16497"\n"16498"Write a message for tag:\n"16499" %s\n"16500"Lines starting with '%c' will be ignored.\n"16501msgstr ""1650216503#: builtin/tag.c:13716504#, c-format16505msgid ""16506"\n"16507"Write a message for tag:\n"16508" %s\n"16509"Lines starting with '%c' will be kept; you may remove them yourself if you "16510"want to.\n"16511msgstr ""1651216513#: builtin/tag.c:19116514msgid "unable to sign the tag"16515msgstr ""1651616517#: builtin/tag.c:19316518msgid "unable to write tag file"16519msgstr ""1652016521#: builtin/tag.c:21816522msgid "bad object type."16523msgstr ""1652416525#: builtin/tag.c:26716526msgid "no tag message?"16527msgstr ""1652816529#: builtin/tag.c:27416530#, c-format16531msgid "The tag message has been left in %s\n"16532msgstr ""1653316534#: builtin/tag.c:38516535msgid "list tag names"16536msgstr ""1653716538#: builtin/tag.c:38716539msgid "print <n> lines of each tag message"16540msgstr ""1654116542#: builtin/tag.c:38916543msgid "delete tags"16544msgstr ""1654516546#: builtin/tag.c:39016547msgid "verify tags"16548msgstr ""1654916550#: builtin/tag.c:39216551msgid "Tag creation options"16552msgstr ""1655316554#: builtin/tag.c:39416555msgid "annotated tag, needs a message"16556msgstr ""1655716558#: builtin/tag.c:39616559msgid "tag message"16560msgstr ""1656116562#: builtin/tag.c:39816563msgid "force edit of tag message"16564msgstr ""1656516566#: builtin/tag.c:39916567msgid "annotated and GPG-signed tag"16568msgstr ""1656916570#: builtin/tag.c:40316571msgid "use another key to sign the tag"16572msgstr ""1657316574#: builtin/tag.c:40416575msgid "replace the tag if exists"16576msgstr ""1657716578#: builtin/tag.c:405 builtin/update-ref.c:36916579msgid "create a reflog"16580msgstr ""1658116582#: builtin/tag.c:40716583msgid "Tag listing options"16584msgstr ""1658516586#: builtin/tag.c:40816587msgid "show tag list in columns"16588msgstr ""1658916590#: builtin/tag.c:409 builtin/tag.c:41116591msgid "print only tags that contain the commit"16592msgstr ""1659316594#: builtin/tag.c:410 builtin/tag.c:41216595msgid "print only tags that don't contain the commit"16596msgstr ""1659716598#: builtin/tag.c:41316599msgid "print only tags that are merged"16600msgstr ""1660116602#: builtin/tag.c:41416603msgid "print only tags that are not merged"16604msgstr ""1660516606#: builtin/tag.c:41916607msgid "print only tags of the object"16608msgstr ""1660916610#: builtin/tag.c:46316611msgid "--column and -n are incompatible"16612msgstr ""1661316614#: builtin/tag.c:48516615msgid "-n option is only allowed in list mode"16616msgstr ""1661716618#: builtin/tag.c:48716619msgid "--contains option is only allowed in list mode"16620msgstr ""1662116622#: builtin/tag.c:48916623msgid "--no-contains option is only allowed in list mode"16624msgstr ""1662516626#: builtin/tag.c:49116627msgid "--points-at option is only allowed in list mode"16628msgstr ""1662916630#: builtin/tag.c:49316631msgid "--merged and --no-merged options are only allowed in list mode"16632msgstr ""1663316634#: builtin/tag.c:50416635msgid "only one -F or -m option is allowed."16636msgstr ""1663716638#: builtin/tag.c:52316639msgid "too many params"16640msgstr ""1664116642#: builtin/tag.c:52916643#, c-format16644msgid "'%s' is not a valid tag name."16645msgstr ""1664616647#: builtin/tag.c:53416648#, c-format16649msgid "tag '%s' already exists"16650msgstr ""1665116652#: builtin/tag.c:56516653#, c-format16654msgid "Updated tag '%s' (was %s)\n"16655msgstr ""1665616657#: builtin/unpack-objects.c:50016658msgid "Unpacking objects"16659msgstr ""1666016661#: builtin/update-index.c:8216662#, c-format16663msgid "failed to create directory %s"16664msgstr ""1666516666#: builtin/update-index.c:9816667#, c-format16668msgid "failed to create file %s"16669msgstr ""1667016671#: builtin/update-index.c:10616672#, c-format16673msgid "failed to delete file %s"16674msgstr ""1667516676#: builtin/update-index.c:113 builtin/update-index.c:21916677#, c-format16678msgid "failed to delete directory %s"16679msgstr ""1668016681#: builtin/update-index.c:13816682#, c-format16683msgid "Testing mtime in '%s' "16684msgstr ""1668516686#: builtin/update-index.c:15216687msgid "directory stat info does not change after adding a new file"16688msgstr ""1668916690#: builtin/update-index.c:16516691msgid "directory stat info does not change after adding a new directory"16692msgstr ""1669316694#: builtin/update-index.c:17816695msgid "directory stat info changes after updating a file"16696msgstr ""1669716698#: builtin/update-index.c:18916699msgid "directory stat info changes after adding a file inside subdirectory"16700msgstr ""1670116702#: builtin/update-index.c:20016703msgid "directory stat info does not change after deleting a file"16704msgstr ""1670516706#: builtin/update-index.c:21316707msgid "directory stat info does not change after deleting a directory"16708msgstr ""1670916710#: builtin/update-index.c:22016711msgid " OK"16712msgstr ""1671316714#: builtin/update-index.c:58816715msgid "git update-index [<options>] [--] [<file>...]"16716msgstr ""1671716718#: builtin/update-index.c:96116719msgid "continue refresh even when index needs update"16720msgstr ""1672116722#: builtin/update-index.c:96416723msgid "refresh: ignore submodules"16724msgstr ""1672516726#: builtin/update-index.c:96716727msgid "do not ignore new files"16728msgstr ""1672916730#: builtin/update-index.c:96916731msgid "let files replace directories and vice-versa"16732msgstr ""1673316734#: builtin/update-index.c:97116735msgid "notice files missing from worktree"16736msgstr ""1673716738#: builtin/update-index.c:97316739msgid "refresh even if index contains unmerged entries"16740msgstr ""1674116742#: builtin/update-index.c:97616743msgid "refresh stat information"16744msgstr ""1674516746#: builtin/update-index.c:98016747msgid "like --refresh, but ignore assume-unchanged setting"16748msgstr ""1674916750#: builtin/update-index.c:98416751msgid "<mode>,<object>,<path>"16752msgstr ""1675316754#: builtin/update-index.c:98516755msgid "add the specified entry to the index"16756msgstr ""1675716758#: builtin/update-index.c:99416759msgid "mark files as \"not changing\""16760msgstr ""1676116762#: builtin/update-index.c:99716763msgid "clear assumed-unchanged bit"16764msgstr ""1676516766#: builtin/update-index.c:100016767msgid "mark files as \"index-only\""16768msgstr ""1676916770#: builtin/update-index.c:100316771msgid "clear skip-worktree bit"16772msgstr ""1677316774#: builtin/update-index.c:100616775msgid "add to index only; do not add content to object database"16776msgstr ""1677716778#: builtin/update-index.c:100816779msgid "remove named paths even if present in worktree"16780msgstr ""1678116782#: builtin/update-index.c:101016783msgid "with --stdin: input lines are terminated by null bytes"16784msgstr ""1678516786#: builtin/update-index.c:101216787msgid "read list of paths to be updated from standard input"16788msgstr ""1678916790#: builtin/update-index.c:101616791msgid "add entries from standard input to the index"16792msgstr ""1679316794#: builtin/update-index.c:102016795msgid "repopulate stages #2 and #3 for the listed paths"16796msgstr ""1679716798#: builtin/update-index.c:102416799msgid "only update entries that differ from HEAD"16800msgstr ""1680116802#: builtin/update-index.c:102816803msgid "ignore files missing from worktree"16804msgstr ""1680516806#: builtin/update-index.c:103116807msgid "report actions to standard output"16808msgstr ""1680916810#: builtin/update-index.c:103316811msgid "(for porcelains) forget saved unresolved conflicts"16812msgstr ""1681316814#: builtin/update-index.c:103716815msgid "write index in this format"16816msgstr ""1681716818#: builtin/update-index.c:103916819msgid "enable or disable split index"16820msgstr ""1682116822#: builtin/update-index.c:104116823msgid "enable/disable untracked cache"16824msgstr ""1682516826#: builtin/update-index.c:104316827msgid "test if the filesystem supports untracked cache"16828msgstr ""1682916830#: builtin/update-index.c:104516831msgid "enable untracked cache without testing the filesystem"16832msgstr ""1683316834#: builtin/update-index.c:104716835msgid "write out the index even if is not flagged as changed"16836msgstr ""1683716838#: builtin/update-index.c:104916839msgid "enable or disable file system monitor"16840msgstr ""1684116842#: builtin/update-index.c:105116843msgid "mark files as fsmonitor valid"16844msgstr ""1684516846#: builtin/update-index.c:105416847msgid "clear fsmonitor valid bit"16848msgstr ""1684916850#: builtin/update-index.c:115316851msgid ""16852"core.splitIndex is set to false; remove or change it, if you really want to "16853"enable split index"16854msgstr ""1685516856#: builtin/update-index.c:116216857msgid ""16858"core.splitIndex is set to true; remove or change it, if you really want to "16859"disable split index"16860msgstr ""1686116862#: builtin/update-index.c:117316863msgid ""16864"core.untrackedCache is set to true; remove or change it, if you really want "16865"to disable the untracked cache"16866msgstr ""1686716868#: builtin/update-index.c:117716869msgid "Untracked cache disabled"16870msgstr ""1687116872#: builtin/update-index.c:118516873msgid ""16874"core.untrackedCache is set to false; remove or change it, if you really want "16875"to enable the untracked cache"16876msgstr ""1687716878#: builtin/update-index.c:118916879#, c-format16880msgid "Untracked cache enabled for '%s'"16881msgstr ""1688216883#: builtin/update-index.c:119716884msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"16885msgstr ""1688616887#: builtin/update-index.c:120116888msgid "fsmonitor enabled"16889msgstr ""1689016891#: builtin/update-index.c:120416892msgid ""16893"core.fsmonitor is set; remove it if you really want to disable fsmonitor"16894msgstr ""1689516896#: builtin/update-index.c:120816897msgid "fsmonitor disabled"16898msgstr ""1689916900#: builtin/update-ref.c:1016901msgid "git update-ref [<options>] -d <refname> [<old-val>]"16902msgstr ""1690316904#: builtin/update-ref.c:1116905msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"16906msgstr ""1690716908#: builtin/update-ref.c:1216909msgid "git update-ref [<options>] --stdin [-z]"16910msgstr ""1691116912#: builtin/update-ref.c:36416913msgid "delete the reference"16914msgstr ""1691516916#: builtin/update-ref.c:36616917msgid "update <refname> not the one it points to"16918msgstr ""1691916920#: builtin/update-ref.c:36716921msgid "stdin has NUL-terminated arguments"16922msgstr ""1692316924#: builtin/update-ref.c:36816925msgid "read updates from stdin"16926msgstr ""1692716928#: builtin/update-server-info.c:716929msgid "git update-server-info [--force]"16930msgstr ""1693116932#: builtin/update-server-info.c:1516933msgid "update the info files from scratch"16934msgstr ""1693516936#: builtin/upload-pack.c:1116937msgid "git upload-pack [<options>] <dir>"16938msgstr ""1693916940#: builtin/upload-pack.c:2516941msgid "exit immediately after initial ref advertisement"16942msgstr ""1694316944#: builtin/upload-pack.c:2716945msgid "do not try <directory>/.git/ if <directory> is no Git directory"16946msgstr ""1694716948#: builtin/upload-pack.c:2916949msgid "interrupt transfer after <n> seconds of inactivity"16950msgstr ""1695116952#: builtin/verify-commit.c:2016953msgid "git verify-commit [-v | --verbose] <commit>..."16954msgstr ""1695516956#: builtin/verify-commit.c:7616957msgid "print commit contents"16958msgstr ""1695916960#: builtin/verify-commit.c:77 builtin/verify-tag.c:3816961msgid "print raw gpg status output"16962msgstr ""1696316964#: builtin/verify-pack.c:5516965msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."16966msgstr ""1696716968#: builtin/verify-pack.c:6516969msgid "verbose"16970msgstr ""1697116972#: builtin/verify-pack.c:6716973msgid "show statistics only"16974msgstr ""1697516976#: builtin/verify-tag.c:1916977msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."16978msgstr ""1697916980#: builtin/verify-tag.c:3716981msgid "print tag contents"16982msgstr ""1698316984#: builtin/worktree.c:1716985msgid "git worktree add [<options>] <path> [<commit-ish>]"16986msgstr ""1698716988#: builtin/worktree.c:1816989msgid "git worktree list [<options>]"16990msgstr ""1699116992#: builtin/worktree.c:1916993msgid "git worktree lock [<options>] <path>"16994msgstr ""1699516996#: builtin/worktree.c:2016997msgid "git worktree move <worktree> <new-path>"16998msgstr ""1699917000#: builtin/worktree.c:2117001msgid "git worktree prune [<options>]"17002msgstr ""1700317004#: builtin/worktree.c:2217005msgid "git worktree remove [<options>] <worktree>"17006msgstr ""1700717008#: builtin/worktree.c:2317009msgid "git worktree unlock <path>"17010msgstr ""1701117012#: builtin/worktree.c:60 builtin/worktree.c:87117013#, c-format17014msgid "failed to delete '%s'"17015msgstr ""1701617017#: builtin/worktree.c:7917018#, c-format17019msgid "Removing worktrees/%s: not a valid directory"17020msgstr ""1702117022#: builtin/worktree.c:8517023#, c-format17024msgid "Removing worktrees/%s: gitdir file does not exist"17025msgstr ""1702617027#: builtin/worktree.c:90 builtin/worktree.c:9917028#, c-format17029msgid "Removing worktrees/%s: unable to read gitdir file (%s)"17030msgstr ""1703117032#: builtin/worktree.c:10917033#, c-format17034msgid ""17035"Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "17036"%<PRIuMAX>)"17037msgstr ""1703817039#: builtin/worktree.c:11717040#, c-format17041msgid "Removing worktrees/%s: invalid gitdir file"17042msgstr ""1704317044#: builtin/worktree.c:12617045#, c-format17046msgid "Removing worktrees/%s: gitdir file points to non-existent location"17047msgstr ""1704817049#: builtin/worktree.c:16517050msgid "report pruned working trees"17051msgstr ""1705217053#: builtin/worktree.c:16717054msgid "expire working trees older than <time>"17055msgstr ""1705617057#: builtin/worktree.c:23417058#, c-format17059msgid "'%s' already exists"17060msgstr ""1706117062#: builtin/worktree.c:25117063#, c-format17064msgid "unable to re-add worktree '%s'"17065msgstr ""1706617067#: builtin/worktree.c:25617068#, c-format17069msgid ""17070"'%s' is a missing but locked worktree;\n"17071"use 'add -f -f' to override, or 'unlock' and 'prune' or 'remove' to clear"17072msgstr ""1707317074#: builtin/worktree.c:25817075#, c-format17076msgid ""17077"'%s' is a missing but already registered worktree;\n"17078"use 'add -f' to override, or 'prune' or 'remove' to clear"17079msgstr ""1708017081#: builtin/worktree.c:30917082#, c-format17083msgid "could not create directory of '%s'"17084msgstr ""1708517086#: builtin/worktree.c:428 builtin/worktree.c:43417087#, c-format17088msgid "Preparing worktree (new branch '%s')"17089msgstr ""1709017091#: builtin/worktree.c:43017092#, c-format17093msgid "Preparing worktree (resetting branch '%s'; was at %s)"17094msgstr ""1709517096#: builtin/worktree.c:43917097#, c-format17098msgid "Preparing worktree (checking out '%s')"17099msgstr ""1710017101#: builtin/worktree.c:44517102#, c-format17103msgid "Preparing worktree (detached HEAD %s)"17104msgstr ""1710517106#: builtin/worktree.c:48617107msgid "checkout <branch> even if already checked out in other worktree"17108msgstr ""1710917110#: builtin/worktree.c:48917111msgid "create a new branch"17112msgstr ""1711317114#: builtin/worktree.c:49117115msgid "create or reset a branch"17116msgstr ""1711717118#: builtin/worktree.c:49317119msgid "populate the new working tree"17120msgstr ""1712117122#: builtin/worktree.c:49417123msgid "keep the new working tree locked"17124msgstr ""1712517126#: builtin/worktree.c:49717127msgid "set up tracking mode (see git-branch(1))"17128msgstr ""1712917130#: builtin/worktree.c:50017131msgid "try to match the new branch name with a remote-tracking branch"17132msgstr ""1713317134#: builtin/worktree.c:50817135msgid "-b, -B, and --detach are mutually exclusive"17136msgstr ""1713717138#: builtin/worktree.c:56917139msgid "--[no-]track can only be used if a new branch is created"17140msgstr ""1714117142#: builtin/worktree.c:66917143msgid "reason for locking"17144msgstr ""1714517146#: builtin/worktree.c:681 builtin/worktree.c:714 builtin/worktree.c:77217147#: builtin/worktree.c:89917148#, c-format17149msgid "'%s' is not a working tree"17150msgstr ""1715117152#: builtin/worktree.c:683 builtin/worktree.c:71617153msgid "The main working tree cannot be locked or unlocked"17154msgstr ""1715517156#: builtin/worktree.c:68817157#, c-format17158msgid "'%s' is already locked, reason: %s"17159msgstr ""1716017161#: builtin/worktree.c:69017162#, c-format17163msgid "'%s' is already locked"17164msgstr ""1716517166#: builtin/worktree.c:71817167#, c-format17168msgid "'%s' is not locked"17169msgstr ""1717017171#: builtin/worktree.c:74317172msgid "working trees containing submodules cannot be moved or removed"17173msgstr ""1717417175#: builtin/worktree.c:75117176msgid "force move even if worktree is dirty or locked"17177msgstr ""1717817179#: builtin/worktree.c:774 builtin/worktree.c:90117180#, c-format17181msgid "'%s' is a main working tree"17182msgstr ""1718317184#: builtin/worktree.c:77917185#, c-format17186msgid "could not figure out destination name from '%s'"17187msgstr ""1718817189#: builtin/worktree.c:78517190#, c-format17191msgid "target '%s' already exists"17192msgstr ""1719317194#: builtin/worktree.c:79317195#, c-format17196msgid ""17197"cannot move a locked working tree, lock reason: %s\n"17198"use 'move -f -f' to override or unlock first"17199msgstr ""1720017201#: builtin/worktree.c:79517202msgid ""17203"cannot move a locked working tree;\n"17204"use 'move -f -f' to override or unlock first"17205msgstr ""1720617207#: builtin/worktree.c:79817208#, c-format17209msgid "validation failed, cannot move working tree: %s"17210msgstr ""1721117212#: builtin/worktree.c:80317213#, c-format17214msgid "failed to move '%s' to '%s'"17215msgstr ""1721617217#: builtin/worktree.c:85117218#, c-format17219msgid "failed to run 'git status' on '%s'"17220msgstr ""1722117222#: builtin/worktree.c:85517223#, c-format17224msgid "'%s' is dirty, use --force to delete it"17225msgstr ""1722617227#: builtin/worktree.c:86017228#, c-format17229msgid "failed to run 'git status' on '%s', code %d"17230msgstr ""1723117232#: builtin/worktree.c:88317233msgid "force removal even if worktree is dirty or locked"17234msgstr ""1723517236#: builtin/worktree.c:90617237#, c-format17238msgid ""17239"cannot remove a locked working tree, lock reason: %s\n"17240"use 'remove -f -f' to override or unlock first"17241msgstr ""1724217243#: builtin/worktree.c:90817244msgid ""17245"cannot remove a locked working tree;\n"17246"use 'remove -f -f' to override or unlock first"17247msgstr ""1724817249#: builtin/worktree.c:91117250#, c-format17251msgid "validation failed, cannot remove working tree: %s"17252msgstr ""1725317254#: builtin/write-tree.c:1417255msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"17256msgstr ""1725717258#: builtin/write-tree.c:2717259msgid "<prefix>/"17260msgstr ""1726117262#: builtin/write-tree.c:2817263msgid "write tree object for a subdirectory <prefix>"17264msgstr ""1726517266#: builtin/write-tree.c:3017267msgid "only useful for debugging"17268msgstr ""1726917270#: credential-cache--daemon.c:22217271#, c-format17272msgid ""17273"The permissions on your socket directory are too loose; other\n"17274"users may be able to read your cached credentials. Consider running:\n"17275"\n"17276"\tchmod 0700 %s"17277msgstr ""1727817279#: credential-cache--daemon.c:27117280msgid "print debugging messages to stderr"17281msgstr ""1728217283#: t/helper/test-reach.c:15217284#, c-format17285msgid "commit %s is not marked reachable"17286msgstr ""1728717288#: t/helper/test-reach.c:16217289msgid "too many commits marked reachable"17290msgstr ""1729117292#: git.c:2717293msgid ""17294"git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"17295" [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"17296" [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"17297"bare]\n"17298" [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"17299" <command> [<args>]"17300msgstr ""1730117302#: git.c:3417303msgid ""17304"'git help -a' and 'git help -g' list available subcommands and some\n"17305"concept guides. See 'git help <command>' or 'git help <concept>'\n"17306"to read about a specific subcommand or concept."17307msgstr ""1730817309#: git.c:17317310#, c-format17311msgid "no directory given for --git-dir\n"17312msgstr ""1731317314#: git.c:18717315#, c-format17316msgid "no namespace given for --namespace\n"17317msgstr ""1731817319#: git.c:20117320#, c-format17321msgid "no directory given for --work-tree\n"17322msgstr ""1732317324#: git.c:21517325#, c-format17326msgid "no prefix given for --super-prefix\n"17327msgstr ""1732817329#: git.c:23717330#, c-format17331msgid "-c expects a configuration string\n"17332msgstr ""1733317334#: git.c:27517335#, c-format17336msgid "no directory given for -C\n"17337msgstr ""1733817339#: git.c:30017340#, c-format17341msgid "unknown option: %s\n"17342msgstr ""1734317344#: git.c:71917345#, c-format17346msgid "alias loop detected: expansion of '%s' does not terminate:%s"17347msgstr ""1734817349#: git.c:80217350#, c-format17351msgid "expansion of alias '%s' failed; '%s' is not a git command\n"17352msgstr ""1735317354#: git.c:81417355#, c-format17356msgid "failed to run command '%s': %s\n"17357msgstr ""1735817359#: http.c:37417360#, c-format17361msgid "negative value for http.postbuffer; defaulting to %d"17362msgstr ""1736317364#: http.c:39517365msgid "Delegation control is not supported with cURL < 7.22.0"17366msgstr ""1736717368#: http.c:40417369msgid "Public key pinning not supported with cURL < 7.44.0"17370msgstr ""1737117372#: http.c:83717373msgid "CURLSSLOPT_NO_REVOKE not supported with cURL < 7.44.0"17374msgstr ""1737517376#: http.c:91017377msgid "Protocol restrictions not supported with cURL < 7.19.4"17378msgstr ""1737917380#: http.c:104617381#, c-format17382msgid "Unsupported SSL backend '%s'. Supported SSL backends:"17383msgstr ""1738417385#: http.c:105317386#, c-format17387msgid "Could not set SSL backend to '%s': cURL was built without SSL backends"17388msgstr ""1738917390#: http.c:105717391#, c-format17392msgid "Could not set SSL backend to '%s': already set"17393msgstr ""1739417395#: http.c:192117396#, c-format17397msgid ""17398"unable to update url base from redirection:\n"17399" asked for: %s\n"17400" redirect: %s"17401msgstr ""1740217403#: remote-curl.c:40117404#, c-format17405msgid "redirecting to %s"17406msgstr ""1740717408#: list-objects-filter-options.h:6017409msgid "args"17410msgstr ""1741117412#: list-objects-filter-options.h:6117413msgid "object filtering"17414msgstr ""1741517416#: parse-options.h:15417417msgid "expiry-date"17418msgstr ""1741917420#: parse-options.h:16917421msgid "no-op (backward compatibility)"17422msgstr ""1742317424#: parse-options.h:26117425msgid "be more verbose"17426msgstr ""1742717428#: parse-options.h:26317429msgid "be more quiet"17430msgstr ""1743117432#: parse-options.h:26917433msgid "use <n> digits to display SHA-1s"17434msgstr ""1743517436#: command-list.h:5017437msgid "Add file contents to the index"17438msgstr ""1743917440#: command-list.h:5117441msgid "Apply a series of patches from a mailbox"17442msgstr ""1744317444#: command-list.h:5217445msgid "Annotate file lines with commit information"17446msgstr ""1744717448#: command-list.h:5317449msgid "Apply a patch to files and/or to the index"17450msgstr ""1745117452#: command-list.h:5417453msgid "Import a GNU Arch repository into Git"17454msgstr ""1745517456#: command-list.h:5517457msgid "Create an archive of files from a named tree"17458msgstr ""1745917460#: command-list.h:5617461msgid "Use binary search to find the commit that introduced a bug"17462msgstr ""1746317464#: command-list.h:5717465msgid "Show what revision and author last modified each line of a file"17466msgstr ""1746717468#: command-list.h:5817469msgid "List, create, or delete branches"17470msgstr ""1747117472#: command-list.h:5917473msgid "Move objects and refs by archive"17474msgstr ""1747517476#: command-list.h:6017477msgid "Provide content or type and size information for repository objects"17478msgstr ""1747917480#: command-list.h:6117481msgid "Display gitattributes information"17482msgstr ""1748317484#: command-list.h:6217485msgid "Debug gitignore / exclude files"17486msgstr ""1748717488#: command-list.h:6317489msgid "Show canonical names and email addresses of contacts"17490msgstr ""1749117492#: command-list.h:6417493msgid "Switch branches or restore working tree files"17494msgstr ""1749517496#: command-list.h:6517497msgid "Copy files from the index to the working tree"17498msgstr ""1749917500#: command-list.h:6617501msgid "Ensures that a reference name is well formed"17502msgstr ""1750317504#: command-list.h:6717505msgid "Find commits yet to be applied to upstream"17506msgstr ""1750717508#: command-list.h:6817509msgid "Apply the changes introduced by some existing commits"17510msgstr ""1751117512#: command-list.h:6917513msgid "Graphical alternative to git-commit"17514msgstr ""1751517516#: command-list.h:7017517msgid "Remove untracked files from the working tree"17518msgstr ""1751917520#: command-list.h:7117521msgid "Clone a repository into a new directory"17522msgstr ""1752317524#: command-list.h:7217525msgid "Display data in columns"17526msgstr ""1752717528#: command-list.h:7317529msgid "Record changes to the repository"17530msgstr ""1753117532#: command-list.h:7417533msgid "Write and verify Git commit-graph files"17534msgstr ""1753517536#: command-list.h:7517537msgid "Create a new commit object"17538msgstr ""1753917540#: command-list.h:7617541msgid "Get and set repository or global options"17542msgstr ""1754317544#: command-list.h:7717545msgid "Count unpacked number of objects and their disk consumption"17546msgstr ""1754717548#: command-list.h:7817549msgid "Retrieve and store user credentials"17550msgstr ""1755117552#: command-list.h:7917553msgid "Helper to temporarily store passwords in memory"17554msgstr ""1755517556#: command-list.h:8017557msgid "Helper to store credentials on disk"17558msgstr ""1755917560#: command-list.h:8117561msgid "Export a single commit to a CVS checkout"17562msgstr ""1756317564#: command-list.h:8217565msgid "Salvage your data out of another SCM people love to hate"17566msgstr ""1756717568#: command-list.h:8317569msgid "A CVS server emulator for Git"17570msgstr ""1757117572#: command-list.h:8417573msgid "A really simple server for Git repositories"17574msgstr ""1757517576#: command-list.h:8517577msgid "Give an object a human readable name based on an available ref"17578msgstr ""1757917580#: command-list.h:8617581msgid "Show changes between commits, commit and working tree, etc"17582msgstr ""1758317584#: command-list.h:8717585msgid "Compares files in the working tree and the index"17586msgstr ""1758717588#: command-list.h:8817589msgid "Compare a tree to the working tree or index"17590msgstr ""1759117592#: command-list.h:8917593msgid "Compares the content and mode of blobs found via two tree objects"17594msgstr ""1759517596#: command-list.h:9017597msgid "Show changes using common diff tools"17598msgstr ""1759917600#: command-list.h:9117601msgid "Git data exporter"17602msgstr ""1760317604#: command-list.h:9217605msgid "Backend for fast Git data importers"17606msgstr ""1760717608#: command-list.h:9317609msgid "Download objects and refs from another repository"17610msgstr ""1761117612#: command-list.h:9417613msgid "Receive missing objects from another repository"17614msgstr ""1761517616#: command-list.h:9517617msgid "Rewrite branches"17618msgstr ""1761917620#: command-list.h:9617621msgid "Produce a merge commit message"17622msgstr ""1762317624#: command-list.h:9717625msgid "Output information on each ref"17626msgstr ""1762717628#: command-list.h:9817629msgid "Prepare patches for e-mail submission"17630msgstr ""1763117632#: command-list.h:9917633msgid "Verifies the connectivity and validity of the objects in the database"17634msgstr ""1763517636#: command-list.h:10017637msgid "Cleanup unnecessary files and optimize the local repository"17638msgstr ""1763917640#: command-list.h:10117641msgid "Extract commit ID from an archive created using git-archive"17642msgstr ""1764317644#: command-list.h:10217645msgid "Print lines matching a pattern"17646msgstr ""1764717648#: command-list.h:10317649msgid "A portable graphical interface to Git"17650msgstr ""1765117652#: command-list.h:10417653msgid "Compute object ID and optionally creates a blob from a file"17654msgstr ""1765517656#: command-list.h:10517657msgid "Display help information about Git"17658msgstr ""1765917660#: command-list.h:10617661msgid "Server side implementation of Git over HTTP"17662msgstr ""1766317664#: command-list.h:10717665msgid "Download from a remote Git repository via HTTP"17666msgstr ""1766717668#: command-list.h:10817669msgid "Push objects over HTTP/DAV to another repository"17670msgstr ""1767117672#: command-list.h:10917673msgid "Send a collection of patches from stdin to an IMAP folder"17674msgstr ""1767517676#: command-list.h:11017677msgid "Build pack index file for an existing packed archive"17678msgstr ""1767917680#: command-list.h:11117681msgid "Create an empty Git repository or reinitialize an existing one"17682msgstr ""1768317684#: command-list.h:11217685msgid "Instantly browse your working repository in gitweb"17686msgstr ""1768717688#: command-list.h:11317689msgid "add or parse structured information in commit messages"17690msgstr ""1769117692#: command-list.h:11417693msgid "The Git repository browser"17694msgstr ""1769517696#: command-list.h:11517697msgid "Show commit logs"17698msgstr ""1769917700#: command-list.h:11617701msgid "Show information about files in the index and the working tree"17702msgstr ""1770317704#: command-list.h:11717705msgid "List references in a remote repository"17706msgstr ""1770717708#: command-list.h:11817709msgid "List the contents of a tree object"17710msgstr ""1771117712#: command-list.h:11917713msgid "Extracts patch and authorship from a single e-mail message"17714msgstr ""1771517716#: command-list.h:12017717msgid "Simple UNIX mbox splitter program"17718msgstr ""1771917720#: command-list.h:12117721msgid "Join two or more development histories together"17722msgstr ""1772317724#: command-list.h:12217725msgid "Find as good common ancestors as possible for a merge"17726msgstr ""1772717728#: command-list.h:12317729msgid "Run a three-way file merge"17730msgstr ""1773117732#: command-list.h:12417733msgid "Run a merge for files needing merging"17734msgstr ""1773517736#: command-list.h:12517737msgid "The standard helper program to use with git-merge-index"17738msgstr ""1773917740#: command-list.h:12617741msgid "Run merge conflict resolution tools to resolve merge conflicts"17742msgstr ""1774317744#: command-list.h:12717745msgid "Show three-way merge without touching index"17746msgstr ""1774717748#: command-list.h:12817749msgid "Write and verify multi-pack-indexes"17750msgstr ""1775117752#: command-list.h:12917753msgid "Creates a tag object"17754msgstr ""1775517756#: command-list.h:13017757msgid "Build a tree-object from ls-tree formatted text"17758msgstr ""1775917760#: command-list.h:13117761msgid "Move or rename a file, a directory, or a symlink"17762msgstr ""1776317764#: command-list.h:13217765msgid "Find symbolic names for given revs"17766msgstr ""1776717768#: command-list.h:13317769msgid "Add or inspect object notes"17770msgstr ""1777117772#: command-list.h:13417773msgid "Import from and submit to Perforce repositories"17774msgstr ""1777517776#: command-list.h:13517777msgid "Create a packed archive of objects"17778msgstr ""1777917780#: command-list.h:13617781msgid "Find redundant pack files"17782msgstr ""1778317784#: command-list.h:13717785msgid "Pack heads and tags for efficient repository access"17786msgstr ""1778717788#: command-list.h:13817789msgid "Routines to help parsing remote repository access parameters"17790msgstr ""1779117792#: command-list.h:13917793msgid "Compute unique ID for a patch"17794msgstr ""1779517796#: command-list.h:14017797msgid "Prune all unreachable objects from the object database"17798msgstr ""1779917800#: command-list.h:14117801msgid "Remove extra objects that are already in pack files"17802msgstr ""1780317804#: command-list.h:14217805msgid "Fetch from and integrate with another repository or a local branch"17806msgstr ""1780717808#: command-list.h:14317809msgid "Update remote refs along with associated objects"17810msgstr ""1781117812#: command-list.h:14417813msgid "Applies a quilt patchset onto the current branch"17814msgstr ""1781517816#: command-list.h:14517817msgid "Compare two commit ranges (e.g. two versions of a branch)"17818msgstr ""1781917820#: command-list.h:14617821msgid "Reads tree information into the index"17822msgstr ""1782317824#: command-list.h:14717825msgid "Reapply commits on top of another base tip"17826msgstr ""1782717828#: command-list.h:14817829msgid "Receive what is pushed into the repository"17830msgstr ""1783117832#: command-list.h:14917833msgid "Manage reflog information"17834msgstr ""1783517836#: command-list.h:15017837msgid "Manage set of tracked repositories"17838msgstr ""1783917840#: command-list.h:15117841msgid "Pack unpacked objects in a repository"17842msgstr ""1784317844#: command-list.h:15217845msgid "Create, list, delete refs to replace objects"17846msgstr ""1784717848#: command-list.h:15317849msgid "Generates a summary of pending changes"17850msgstr ""1785117852#: command-list.h:15417853msgid "Reuse recorded resolution of conflicted merges"17854msgstr ""1785517856#: command-list.h:15517857msgid "Reset current HEAD to the specified state"17858msgstr ""1785917860#: command-list.h:15617861msgid "Revert some existing commits"17862msgstr ""1786317864#: command-list.h:15717865msgid "Lists commit objects in reverse chronological order"17866msgstr ""1786717868#: command-list.h:15817869msgid "Pick out and massage parameters"17870msgstr ""1787117872#: command-list.h:15917873msgid "Remove files from the working tree and from the index"17874msgstr ""1787517876#: command-list.h:16017877msgid "Send a collection of patches as emails"17878msgstr ""1787917880#: command-list.h:16117881msgid "Push objects over Git protocol to another repository"17882msgstr ""1788317884#: command-list.h:16217885msgid "Restricted login shell for Git-only SSH access"17886msgstr ""1788717888#: command-list.h:16317889msgid "Summarize 'git log' output"17890msgstr ""1789117892#: command-list.h:16417893msgid "Show various types of objects"17894msgstr ""1789517896#: command-list.h:16517897msgid "Show branches and their commits"17898msgstr ""1789917900#: command-list.h:16617901msgid "Show packed archive index"17902msgstr ""1790317904#: command-list.h:16717905msgid "List references in a local repository"17906msgstr ""1790717908#: command-list.h:16817909msgid "Git's i18n setup code for shell scripts"17910msgstr ""1791117912#: command-list.h:16917913msgid "Common Git shell script setup code"17914msgstr ""1791517916#: command-list.h:17017917msgid "Stash the changes in a dirty working directory away"17918msgstr ""1791917920#: command-list.h:17117921msgid "Add file contents to the staging area"17922msgstr ""1792317924#: command-list.h:17217925msgid "Show the working tree status"17926msgstr ""1792717928#: command-list.h:17317929msgid "Remove unnecessary whitespace"17930msgstr ""1793117932#: command-list.h:17417933msgid "Initialize, update or inspect submodules"17934msgstr ""1793517936#: command-list.h:17517937msgid "Bidirectional operation between a Subversion repository and Git"17938msgstr ""1793917940#: command-list.h:17617941msgid "Read, modify and delete symbolic refs"17942msgstr ""1794317944#: command-list.h:17717945msgid "Create, list, delete or verify a tag object signed with GPG"17946msgstr ""1794717948#: command-list.h:17817949msgid "Creates a temporary file with a blob's contents"17950msgstr ""1795117952#: command-list.h:17917953msgid "Unpack objects from a packed archive"17954msgstr ""1795517956#: command-list.h:18017957msgid "Register file contents in the working tree to the index"17958msgstr ""1795917960#: command-list.h:18117961msgid "Update the object name stored in a ref safely"17962msgstr ""1796317964#: command-list.h:18217965msgid "Update auxiliary info file to help dumb servers"17966msgstr ""1796717968#: command-list.h:18317969msgid "Send archive back to git-archive"17970msgstr ""1797117972#: command-list.h:18417973msgid "Send objects packed back to git-fetch-pack"17974msgstr ""1797517976#: command-list.h:18517977msgid "Show a Git logical variable"17978msgstr ""1797917980#: command-list.h:18617981msgid "Check the GPG signature of commits"17982msgstr ""1798317984#: command-list.h:18717985msgid "Validate packed Git archive files"17986msgstr ""1798717988#: command-list.h:18817989msgid "Check the GPG signature of tags"17990msgstr ""1799117992#: command-list.h:18917993msgid "Git web interface (web frontend to Git repositories)"17994msgstr ""1799517996#: command-list.h:19017997msgid "Show logs with difference each commit introduces"17998msgstr ""1799918000#: command-list.h:19118001msgid "Manage multiple working trees"18002msgstr ""1800318004#: command-list.h:19218005msgid "Create a tree object from the current index"18006msgstr ""1800718008#: command-list.h:19318009msgid "Defining attributes per path"18010msgstr ""1801118012#: command-list.h:19418013msgid "Git command-line interface and conventions"18014msgstr ""1801518016#: command-list.h:19518017msgid "A Git core tutorial for developers"18018msgstr ""1801918020#: command-list.h:19618021msgid "Git for CVS users"18022msgstr ""1802318024#: command-list.h:19718025msgid "Tweaking diff output"18026msgstr ""1802718028#: command-list.h:19818029msgid "A useful minimum set of commands for Everyday Git"18030msgstr ""1803118032#: command-list.h:19918033msgid "A Git Glossary"18034msgstr ""1803518036#: command-list.h:20018037msgid "Hooks used by Git"18038msgstr ""1803918040#: command-list.h:20118041msgid "Specifies intentionally untracked files to ignore"18042msgstr ""1804318044#: command-list.h:20218045msgid "Defining submodule properties"18046msgstr ""1804718048#: command-list.h:20318049msgid "Git namespaces"18050msgstr ""1805118052#: command-list.h:20418053msgid "Git Repository Layout"18054msgstr ""1805518056#: command-list.h:20518057msgid "Specifying revisions and ranges for Git"18058msgstr ""1805918060#: command-list.h:20618061msgid "A tutorial introduction to Git: part two"18062msgstr ""1806318064#: command-list.h:20718065msgid "A tutorial introduction to Git"18066msgstr ""1806718068#: command-list.h:20818069msgid "An overview of recommended workflows with Git"18070msgstr ""1807118072#: rerere.h:4418073msgid "update the index with reused conflict resolution if possible"18074msgstr ""1807518076#: git-bisect.sh:5418077msgid "You need to start by \"git bisect start\""18078msgstr ""1807918080#. TRANSLATORS: Make sure to include [Y] and [n] in your18081#. translation. The program will only accept English input18082#. at this point.18083#: git-bisect.sh:6018084msgid "Do you want me to do it for you [Y/n]? "18085msgstr ""1808618087#: git-bisect.sh:12118088#, sh-format18089msgid "unrecognised option: '$arg'"18090msgstr ""1809118092#: git-bisect.sh:12518093#, sh-format18094msgid "'$arg' does not appear to be a valid revision"18095msgstr ""1809618097#: git-bisect.sh:15418098msgid "Bad HEAD - I need a HEAD"18099msgstr ""1810018101#: git-bisect.sh:16718102#, sh-format18103msgid ""18104"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."18105msgstr ""1810618107#: git-bisect.sh:17718108msgid "won't bisect on cg-seek'ed tree"18109msgstr ""1811018111#: git-bisect.sh:18118112msgid "Bad HEAD - strange symbolic ref"18113msgstr ""1811418115#: git-bisect.sh:23318116#, sh-format18117msgid "Bad bisect_write argument: $state"18118msgstr ""1811918120#: git-bisect.sh:24618121#, sh-format18122msgid "Bad rev input: $arg"18123msgstr ""1812418125#: git-bisect.sh:26518126#, sh-format18127msgid "Bad rev input: $bisected_head"18128msgstr ""1812918130#: git-bisect.sh:27418131#, sh-format18132msgid "Bad rev input: $rev"18133msgstr ""1813418135#: git-bisect.sh:28318136#, sh-format18137msgid "'git bisect $TERM_BAD' can take only one argument."18138msgstr ""1813918140#: git-bisect.sh:30618141#, sh-format18142msgid "Warning: bisecting only with a $TERM_BAD commit."18143msgstr ""1814418145#. TRANSLATORS: Make sure to include [Y] and [n] in your18146#. translation. The program will only accept English input18147#. at this point.18148#: git-bisect.sh:31218149msgid "Are you sure [Y/n]? "18150msgstr ""1815118152#: git-bisect.sh:32418153#, sh-format18154msgid ""18155"You need to give me at least one $bad_syn and one $good_syn revision.\n"18156"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"18157msgstr ""1815818159#: git-bisect.sh:32718160#, sh-format18161msgid ""18162"You need to start by \"git bisect start\".\n"18163"You then need to give me at least one $good_syn and one $bad_syn revision.\n"18164"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"18165msgstr ""1816618167#: git-bisect.sh:398 git-bisect.sh:51218168msgid "We are not bisecting."18169msgstr ""1817018171#: git-bisect.sh:40518172#, sh-format18173msgid "'$invalid' is not a valid commit"18174msgstr ""1817518176#: git-bisect.sh:41418177#, sh-format18178msgid ""18179"Could not check out original HEAD '$branch'.\n"18180"Try 'git bisect reset <commit>'."18181msgstr ""1818218183#: git-bisect.sh:42218184msgid "No logfile given"18185msgstr ""1818618187#: git-bisect.sh:42318188#, sh-format18189msgid "cannot read $file for replaying"18190msgstr ""1819118192#: git-bisect.sh:44418193msgid "?? what are you talking about?"18194msgstr ""1819518196#: git-bisect.sh:45318197msgid "bisect run failed: no command provided."18198msgstr ""1819918200#: git-bisect.sh:45818201#, sh-format18202msgid "running $command"18203msgstr ""1820418205#: git-bisect.sh:46518206#, sh-format18207msgid ""18208"bisect run failed:\n"18209"exit code $res from '$command' is < 0 or >= 128"18210msgstr ""1821118212#: git-bisect.sh:49118213msgid "bisect run cannot continue any more"18214msgstr ""1821518216#: git-bisect.sh:49718217#, sh-format18218msgid ""18219"bisect run failed:\n"18220"'bisect_state $state' exited with error code $res"18221msgstr ""1822218223#: git-bisect.sh:50418224msgid "bisect run success"18225msgstr ""1822618227#: git-bisect.sh:53318228#, sh-format18229msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."18230msgstr ""1823118232#: git-bisect.sh:56718233msgid "no terms defined"18234msgstr ""1823518236#: git-bisect.sh:58418237#, sh-format18238msgid ""18239"invalid argument $arg for 'git bisect terms'.\n"18240"Supported options are: --term-good|--term-old and --term-bad|--term-new."18241msgstr ""1824218243#: git-merge-octopus.sh:4618244msgid ""18245"Error: Your local changes to the following files would be overwritten by "18246"merge"18247msgstr ""1824818249#: git-merge-octopus.sh:6118250msgid "Automated merge did not work."18251msgstr ""1825218253#: git-merge-octopus.sh:6218254msgid "Should not be doing an octopus."18255msgstr ""1825618257#: git-merge-octopus.sh:7318258#, sh-format18259msgid "Unable to find common commit with $pretty_name"18260msgstr ""1826118262#: git-merge-octopus.sh:7718263#, sh-format18264msgid "Already up to date with $pretty_name"18265msgstr ""1826618267#: git-merge-octopus.sh:8918268#, sh-format18269msgid "Fast-forwarding to: $pretty_name"18270msgstr ""1827118272#: git-merge-octopus.sh:9718273#, sh-format18274msgid "Trying simple merge with $pretty_name"18275msgstr ""1827618277#: git-merge-octopus.sh:10218278msgid "Simple merge did not work, trying automatic merge."18279msgstr ""1828018281#: git-legacy-rebase.sh:43418282#, sh-format18283msgid "Could not move back to $head_name"18284msgstr ""1828518286#: git-legacy-rebase.sh:46018287#, sh-format18288msgid ""18289"It seems that there is already a $state_dir_base directory, and\n"18290"I wonder if you are in the middle of another rebase. If that is the\n"18291"case, please try\n"18292"\t$cmd_live_rebase\n"18293"If that is not the case, please\n"18294"\t$cmd_clear_stale_rebase\n"18295"and run me again. I am stopping in case you still have something\n"18296"valuable there."18297msgstr ""1829818299#: git-legacy-rebase.sh:52518300msgid "error: cannot combine '--signoff' with '--preserve-merges'"18301msgstr ""1830218303#: git-legacy-rebase.sh:57018304#, sh-format18305msgid "invalid upstream '$upstream_name'"18306msgstr ""1830718308#: git-legacy-rebase.sh:59418309#, sh-format18310msgid "$onto_name: there are more than one merge bases"18311msgstr ""1831218313#: git-legacy-rebase.sh:597 git-legacy-rebase.sh:60118314#, sh-format18315msgid "$onto_name: there is no merge base"18316msgstr ""1831718318#: git-legacy-rebase.sh:60618319#, sh-format18320msgid "Does not point to a valid commit: $onto_name"18321msgstr ""1832218323#: git-legacy-rebase.sh:63218324#, sh-format18325msgid "fatal: no such branch/commit '$branch_name'"18326msgstr ""1832718328#: git-legacy-rebase.sh:67018329#, sh-format18330msgid "Created autostash: $stash_abbrev"18331msgstr ""1833218333#: git-legacy-rebase.sh:69918334#, sh-format18335msgid "Current branch $branch_name is up to date."18336msgstr ""1833718338#: git-legacy-rebase.sh:70918339#, sh-format18340msgid "Current branch $branch_name is up to date, rebase forced."18341msgstr ""1834218343#: git-legacy-rebase.sh:72318344#, sh-format18345msgid "Changes to $onto:"18346msgstr ""1834718348#: git-legacy-rebase.sh:72518349#, sh-format18350msgid "Changes from $mb to $onto:"18351msgstr ""1835218353#: git-legacy-rebase.sh:73618354msgid "First, rewinding head to replay your work on top of it..."18355msgstr ""1835618357#: git-legacy-rebase.sh:74618358#, sh-format18359msgid "Fast-forwarded $branch_name to $onto_name."18360msgstr ""1836118362#: git-stash.sh:6118363msgid "git stash clear with parameters is unimplemented"18364msgstr ""1836518366#: git-stash.sh:10818367msgid "You do not have the initial commit yet"18368msgstr ""1836918370#: git-stash.sh:12318371msgid "Cannot save the current index state"18372msgstr ""1837318374#: git-stash.sh:13818375msgid "Cannot save the untracked files"18376msgstr ""1837718378#: git-stash.sh:158 git-stash.sh:17118379msgid "Cannot save the current worktree state"18380msgstr ""1838118382#: git-stash.sh:17518383msgid "No changes selected"18384msgstr ""1838518386#: git-stash.sh:17818387msgid "Cannot remove temporary index (can't happen)"18388msgstr ""1838918390#: git-stash.sh:19118391msgid "Cannot record working tree state"18392msgstr ""1839318394#: git-stash.sh:22918395#, sh-format18396msgid "Cannot update $ref_stash with $w_commit"18397msgstr ""1839818399#: git-stash.sh:28118400#, sh-format18401msgid "error: unknown option for 'stash push': $option"18402msgstr ""1840318404#: git-stash.sh:29518405msgid "Can't use --patch and --include-untracked or --all at the same time"18406msgstr ""1840718408#: git-stash.sh:30318409msgid "No local changes to save"18410msgstr ""1841118412#: git-stash.sh:30818413msgid "Cannot initialize stash"18414msgstr ""1841518416#: git-stash.sh:31218417msgid "Cannot save the current status"18418msgstr ""1841918420#: git-stash.sh:31318421#, sh-format18422msgid "Saved working directory and index state $stash_msg"18423msgstr ""1842418425#: git-stash.sh:34218426msgid "Cannot remove worktree changes"18427msgstr ""1842818429#: git-stash.sh:49018430#, sh-format18431msgid "unknown option: $opt"18432msgstr ""1843318434#: git-stash.sh:50318435msgid "No stash entries found."18436msgstr ""1843718438#: git-stash.sh:51018439#, sh-format18440msgid "Too many revisions specified: $REV"18441msgstr ""1844218443#: git-stash.sh:52518444#, sh-format18445msgid "$reference is not a valid reference"18446msgstr ""1844718448#: git-stash.sh:55318449#, sh-format18450msgid "'$args' is not a stash-like commit"18451msgstr ""1845218453#: git-stash.sh:56418454#, sh-format18455msgid "'$args' is not a stash reference"18456msgstr ""1845718458#: git-stash.sh:57218459msgid "unable to refresh index"18460msgstr ""1846118462#: git-stash.sh:57618463msgid "Cannot apply a stash in the middle of a merge"18464msgstr ""1846518466#: git-stash.sh:58418467msgid "Conflicts in index. Try without --index."18468msgstr ""1846918470#: git-stash.sh:58618471msgid "Could not save index tree"18472msgstr ""1847318474#: git-stash.sh:59518475msgid "Could not restore untracked files from stash entry"18476msgstr ""1847718478#: git-stash.sh:62018479msgid "Cannot unstage modified files"18480msgstr ""1848118482#: git-stash.sh:63518483msgid "Index was not unstashed."18484msgstr ""1848518486#: git-stash.sh:64918487msgid "The stash entry is kept in case you need it again."18488msgstr ""1848918490#: git-stash.sh:65818491#, sh-format18492msgid "Dropped ${REV} ($s)"18493msgstr ""1849418495#: git-stash.sh:65918496#, sh-format18497msgid "${REV}: Could not drop stash entry"18498msgstr ""1849918500#: git-stash.sh:66718501msgid "No branch name specified"18502msgstr ""1850318504#: git-stash.sh:74618505msgid "(To restore them type \"git stash apply\")"18506msgstr ""1850718508#: git-submodule.sh:19818509msgid "Relative path can only be used from the toplevel of the working tree"18510msgstr ""1851118512#: git-submodule.sh:20818513#, sh-format18514msgid "repo URL: '$repo' must be absolute or begin with ./|../"18515msgstr ""1851618517#: git-submodule.sh:22718518#, sh-format18519msgid "'$sm_path' already exists in the index"18520msgstr ""1852118522#: git-submodule.sh:23018523#, sh-format18524msgid "'$sm_path' already exists in the index and is not a submodule"18525msgstr ""1852618527#: git-submodule.sh:23618528#, sh-format18529msgid ""18530"The following path is ignored by one of your .gitignore files:\n"18531"$sm_path\n"18532"Use -f if you really want to add it."18533msgstr ""1853418535#: git-submodule.sh:25918536#, sh-format18537msgid "Adding existing repo at '$sm_path' to the index"18538msgstr ""1853918540#: git-submodule.sh:26118541#, sh-format18542msgid "'$sm_path' already exists and is not a valid git repo"18543msgstr ""1854418545#: git-submodule.sh:26918546#, sh-format18547msgid "A git directory for '$sm_name' is found locally with remote(s):"18548msgstr ""1854918550#: git-submodule.sh:27118551#, sh-format18552msgid ""18553"If you want to reuse this local git directory instead of cloning again from\n"18554" $realrepo\n"18555"use the '--force' option. If the local git directory is not the correct "18556"repo\n"18557"or you are unsure what this means choose another name with the '--name' "18558"option."18559msgstr ""1856018561#: git-submodule.sh:27718562#, sh-format18563msgid "Reactivating local git directory for submodule '$sm_name'."18564msgstr ""1856518566#: git-submodule.sh:28918567#, sh-format18568msgid "Unable to checkout submodule '$sm_path'"18569msgstr ""1857018571#: git-submodule.sh:29418572#, sh-format18573msgid "Failed to add submodule '$sm_path'"18574msgstr ""1857518576#: git-submodule.sh:30318577#, sh-format18578msgid "Failed to register submodule '$sm_path'"18579msgstr ""1858018581#: git-submodule.sh:56318582#, sh-format18583msgid "Unable to find current revision in submodule path '$displaypath'"18584msgstr ""1858518586#: git-submodule.sh:57318587#, sh-format18588msgid "Unable to fetch in submodule path '$sm_path'"18589msgstr ""1859018591#: git-submodule.sh:57818592#, sh-format18593msgid ""18594"Unable to find current ${remote_name}/${branch} revision in submodule path "18595"'$sm_path'"18596msgstr ""1859718598#: git-submodule.sh:59618599#, sh-format18600msgid "Unable to fetch in submodule path '$displaypath'"18601msgstr ""1860218603#: git-submodule.sh:60218604#, sh-format18605msgid ""18606"Fetched in submodule path '$displaypath', but it did not contain $sha1. "18607"Direct fetching of that commit failed."18608msgstr ""1860918610#: git-submodule.sh:60918611#, sh-format18612msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"18613msgstr ""1861418615#: git-submodule.sh:61018616#, sh-format18617msgid "Submodule path '$displaypath': checked out '$sha1'"18618msgstr ""1861918620#: git-submodule.sh:61418621#, sh-format18622msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"18623msgstr ""1862418625#: git-submodule.sh:61518626#, sh-format18627msgid "Submodule path '$displaypath': rebased into '$sha1'"18628msgstr ""1862918630#: git-submodule.sh:62018631#, sh-format18632msgid "Unable to merge '$sha1' in submodule path '$displaypath'"18633msgstr ""1863418635#: git-submodule.sh:62118636#, sh-format18637msgid "Submodule path '$displaypath': merged in '$sha1'"18638msgstr ""1863918640#: git-submodule.sh:62618641#, sh-format18642msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"18643msgstr ""1864418645#: git-submodule.sh:62718646#, sh-format18647msgid "Submodule path '$displaypath': '$command $sha1'"18648msgstr ""1864918650#: git-submodule.sh:65818651#, sh-format18652msgid "Failed to recurse into submodule path '$displaypath'"18653msgstr ""1865418655#: git-submodule.sh:75418656msgid "The --cached option cannot be used with the --files option"18657msgstr ""1865818659#: git-submodule.sh:80618660#, sh-format18661msgid "unexpected mode $mod_dst"18662msgstr ""1866318664#: git-submodule.sh:82618665#, sh-format18666msgid " Warn: $display_name doesn't contain commit $sha1_src"18667msgstr ""1866818669#: git-submodule.sh:82918670#, sh-format18671msgid " Warn: $display_name doesn't contain commit $sha1_dst"18672msgstr ""1867318674#: git-submodule.sh:83218675#, sh-format18676msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"18677msgstr ""1867818679#: git-parse-remote.sh:8918680#, sh-format18681msgid "See git-${cmd}(1) for details."18682msgstr ""1868318684#: git-rebase--preserve-merges.sh:13618685#, sh-format18686msgid "Rebasing ($new_count/$total)"18687msgstr ""1868818689#: git-rebase--preserve-merges.sh:15218690msgid ""18691"\n"18692"Commands:\n"18693"p, pick <commit> = use commit\n"18694"r, reword <commit> = use commit, but edit the commit message\n"18695"e, edit <commit> = use commit, but stop for amending\n"18696"s, squash <commit> = use commit, but meld into previous commit\n"18697"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"18698"x, exec <commit> = run command (the rest of the line) using shell\n"18699"d, drop <commit> = remove commit\n"18700"l, label <label> = label current HEAD with a name\n"18701"t, reset <label> = reset HEAD to a label\n"18702"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"18703". create a merge commit using the original merge commit's\n"18704". message (or the oneline, if no original merge commit was\n"18705". specified). Use -c <commit> to reword the commit message.\n"18706"\n"18707"These lines can be re-ordered; they are executed from top to bottom.\n"18708msgstr ""1870918710#: git-rebase--preserve-merges.sh:21518711#, sh-format18712msgid ""18713"You can amend the commit now, with\n"18714"\n"18715"\tgit commit --amend $gpg_sign_opt_quoted\n"18716"\n"18717"Once you are satisfied with your changes, run\n"18718"\n"18719"\tgit rebase --continue"18720msgstr ""1872118722#: git-rebase--preserve-merges.sh:24018723#, sh-format18724msgid "$sha1: not a commit that can be picked"18725msgstr ""1872618727#: git-rebase--preserve-merges.sh:27918728#, sh-format18729msgid "Invalid commit name: $sha1"18730msgstr ""1873118732#: git-rebase--preserve-merges.sh:30918733msgid "Cannot write current commit's replacement sha1"18734msgstr ""1873518736#: git-rebase--preserve-merges.sh:36018737#, sh-format18738msgid "Fast-forward to $sha1"18739msgstr ""1874018741#: git-rebase--preserve-merges.sh:36218742#, sh-format18743msgid "Cannot fast-forward to $sha1"18744msgstr ""1874518746#: git-rebase--preserve-merges.sh:37118747#, sh-format18748msgid "Cannot move HEAD to $first_parent"18749msgstr ""1875018751#: git-rebase--preserve-merges.sh:37618752#, sh-format18753msgid "Refusing to squash a merge: $sha1"18754msgstr ""1875518756#: git-rebase--preserve-merges.sh:39418757#, sh-format18758msgid "Error redoing merge $sha1"18759msgstr ""1876018761#: git-rebase--preserve-merges.sh:40318762#, sh-format18763msgid "Could not pick $sha1"18764msgstr ""1876518766#: git-rebase--preserve-merges.sh:41218767#, sh-format18768msgid "This is the commit message #${n}:"18769msgstr ""1877018771#: git-rebase--preserve-merges.sh:41718772#, sh-format18773msgid "The commit message #${n} will be skipped:"18774msgstr ""1877518776#: git-rebase--preserve-merges.sh:42818777#, sh-format18778msgid "This is a combination of $count commit."18779msgid_plural "This is a combination of $count commits."18780msgstr[0] ""18781msgstr[1] ""1878218783#: git-rebase--preserve-merges.sh:43718784#, sh-format18785msgid "Cannot write $fixup_msg"18786msgstr ""1878718788#: git-rebase--preserve-merges.sh:44018789msgid "This is a combination of 2 commits."18790msgstr ""1879118792#: git-rebase--preserve-merges.sh:481 git-rebase--preserve-merges.sh:52418793#: git-rebase--preserve-merges.sh:52718794#, sh-format18795msgid "Could not apply $sha1... $rest"18796msgstr ""1879718798#: git-rebase--preserve-merges.sh:55618799#, sh-format18800msgid ""18801"Could not amend commit after successfully picking $sha1... $rest\n"18802"This is most likely due to an empty commit message, or the pre-commit hook\n"18803"failed. If the pre-commit hook failed, you may need to resolve the issue "18804"before\n"18805"you are able to reword the commit."18806msgstr ""1880718808#: git-rebase--preserve-merges.sh:57118809#, sh-format18810msgid "Stopped at $sha1_abbrev... $rest"18811msgstr ""1881218813#: git-rebase--preserve-merges.sh:58618814#, sh-format18815msgid "Cannot '$squash_style' without a previous commit"18816msgstr ""1881718818#: git-rebase--preserve-merges.sh:62818819#, sh-format18820msgid "Executing: $rest"18821msgstr ""1882218823#: git-rebase--preserve-merges.sh:63618824#, sh-format18825msgid "Execution failed: $rest"18826msgstr ""1882718828#: git-rebase--preserve-merges.sh:63818829msgid "and made changes to the index and/or the working tree"18830msgstr ""1883118832#: git-rebase--preserve-merges.sh:64018833msgid ""18834"You can fix the problem, and then run\n"18835"\n"18836"\tgit rebase --continue"18837msgstr ""1883818839#. TRANSLATORS: after these lines is a command to be issued by the user18840#: git-rebase--preserve-merges.sh:65318841#, sh-format18842msgid ""18843"Execution succeeded: $rest\n"18844"but left changes to the index and/or the working tree\n"18845"Commit or stash your changes, and then run\n"18846"\n"18847"\tgit rebase --continue"18848msgstr ""1884918850#: git-rebase--preserve-merges.sh:66418851#, sh-format18852msgid "Unknown command: $command $sha1 $rest"18853msgstr ""1885418855#: git-rebase--preserve-merges.sh:66518856msgid "Please fix this using 'git rebase --edit-todo'."18857msgstr ""1885818859#: git-rebase--preserve-merges.sh:70018860#, sh-format18861msgid "Successfully rebased and updated $head_name."18862msgstr ""1886318864#: git-rebase--preserve-merges.sh:75718865msgid "Could not remove CHERRY_PICK_HEAD"18866msgstr ""1886718868#: git-rebase--preserve-merges.sh:76218869#, sh-format18870msgid ""18871"You have staged changes in your working tree.\n"18872"If these changes are meant to be\n"18873"squashed into the previous commit, run:\n"18874"\n"18875" git commit --amend $gpg_sign_opt_quoted\n"18876"\n"18877"If they are meant to go into a new commit, run:\n"18878"\n"18879" git commit $gpg_sign_opt_quoted\n"18880"\n"18881"In both cases, once you're done, continue with:\n"18882"\n"18883" git rebase --continue\n"18884msgstr ""1888518886#: git-rebase--preserve-merges.sh:77918887msgid "Error trying to find the author identity to amend commit"18888msgstr ""1888918890#: git-rebase--preserve-merges.sh:78418891msgid ""18892"You have uncommitted changes in your working tree. Please commit them\n"18893"first and then run 'git rebase --continue' again."18894msgstr ""1889518896#: git-rebase--preserve-merges.sh:789 git-rebase--preserve-merges.sh:79318897msgid "Could not commit staged changes."18898msgstr ""1889918900#: git-rebase--preserve-merges.sh:824 git-rebase--preserve-merges.sh:91018901msgid "Could not execute editor"18902msgstr ""1890318904#: git-rebase--preserve-merges.sh:84518905#, sh-format18906msgid "Could not checkout $switch_to"18907msgstr ""1890818909#: git-rebase--preserve-merges.sh:85218910msgid "No HEAD?"18911msgstr ""1891218913#: git-rebase--preserve-merges.sh:85318914#, sh-format18915msgid "Could not create temporary $state_dir"18916msgstr ""1891718918#: git-rebase--preserve-merges.sh:85618919msgid "Could not mark as interactive"18920msgstr ""1892118922#: git-rebase--preserve-merges.sh:88818923#, sh-format18924msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"18925msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"18926msgstr[0] ""18927msgstr[1] ""1892818929#: git-rebase--preserve-merges.sh:942 git-rebase--preserve-merges.sh:94718930msgid "Could not init rewritten commits"18931msgstr ""1893218933#: git-sh-setup.sh:89 git-sh-setup.sh:9418934#, sh-format18935msgid "usage: $dashless $USAGE"18936msgstr ""1893718938#: git-sh-setup.sh:19018939#, sh-format18940msgid "Cannot chdir to $cdup, the toplevel of the working tree"18941msgstr ""1894218943#: git-sh-setup.sh:199 git-sh-setup.sh:20618944#, sh-format18945msgid "fatal: $program_name cannot be used without a working tree."18946msgstr ""1894718948#: git-sh-setup.sh:22018949msgid "Cannot rebase: You have unstaged changes."18950msgstr ""1895118952#: git-sh-setup.sh:22318953msgid "Cannot rewrite branches: You have unstaged changes."18954msgstr ""1895518956#: git-sh-setup.sh:22618957msgid "Cannot pull with rebase: You have unstaged changes."18958msgstr ""1895918960#: git-sh-setup.sh:22918961#, sh-format18962msgid "Cannot $action: You have unstaged changes."18963msgstr ""1896418965#: git-sh-setup.sh:24218966msgid "Cannot rebase: Your index contains uncommitted changes."18967msgstr ""1896818969#: git-sh-setup.sh:24518970msgid "Cannot pull with rebase: Your index contains uncommitted changes."18971msgstr ""1897218973#: git-sh-setup.sh:24818974#, sh-format18975msgid "Cannot $action: Your index contains uncommitted changes."18976msgstr ""1897718978#: git-sh-setup.sh:25218979msgid "Additionally, your index contains uncommitted changes."18980msgstr ""1898118982#: git-sh-setup.sh:37218983msgid "You need to run this command from the toplevel of the working tree."18984msgstr ""1898518986#: git-sh-setup.sh:37718987msgid "Unable to determine absolute path of git directory"18988msgstr ""1898918990#. TRANSLATORS: you can adjust this to align "git add -i" status menu18991#: git-add--interactive.perl:19618992#, perl-format18993msgid "%12s %12s %s"18994msgstr ""1899518996#: git-add--interactive.perl:19718997msgid "staged"18998msgstr ""1899919000#: git-add--interactive.perl:19719001msgid "unstaged"19002msgstr ""1900319004#: git-add--interactive.perl:253 git-add--interactive.perl:27819005msgid "binary"19006msgstr ""1900719008#: git-add--interactive.perl:262 git-add--interactive.perl:31619009msgid "nothing"19010msgstr ""1901119012#: git-add--interactive.perl:298 git-add--interactive.perl:31319013msgid "unchanged"19014msgstr ""1901519016#: git-add--interactive.perl:60919017#, perl-format19018msgid "added %d path\n"19019msgid_plural "added %d paths\n"19020msgstr[0] ""19021msgstr[1] ""1902219023#: git-add--interactive.perl:61219024#, perl-format19025msgid "updated %d path\n"19026msgid_plural "updated %d paths\n"19027msgstr[0] ""19028msgstr[1] ""1902919030#: git-add--interactive.perl:61519031#, perl-format19032msgid "reverted %d path\n"19033msgid_plural "reverted %d paths\n"19034msgstr[0] ""19035msgstr[1] ""1903619037#: git-add--interactive.perl:61819038#, perl-format19039msgid "touched %d path\n"19040msgid_plural "touched %d paths\n"19041msgstr[0] ""19042msgstr[1] ""1904319044#: git-add--interactive.perl:62719045msgid "Update"19046msgstr ""1904719048#: git-add--interactive.perl:63919049msgid "Revert"19050msgstr ""1905119052#: git-add--interactive.perl:66219053#, perl-format19054msgid "note: %s is untracked now.\n"19055msgstr ""1905619057#: git-add--interactive.perl:67319058msgid "Add untracked"19059msgstr ""1906019061#: git-add--interactive.perl:67919062msgid "No untracked files.\n"19063msgstr ""1906419065#: git-add--interactive.perl:103319066msgid ""19067"If the patch applies cleanly, the edited hunk will immediately be\n"19068"marked for staging."19069msgstr ""1907019071#: git-add--interactive.perl:103619072msgid ""19073"If the patch applies cleanly, the edited hunk will immediately be\n"19074"marked for stashing."19075msgstr ""1907619077#: git-add--interactive.perl:103919078msgid ""19079"If the patch applies cleanly, the edited hunk will immediately be\n"19080"marked for unstaging."19081msgstr ""1908219083#: git-add--interactive.perl:1042 git-add--interactive.perl:105119084msgid ""19085"If the patch applies cleanly, the edited hunk will immediately be\n"19086"marked for applying."19087msgstr ""1908819089#: git-add--interactive.perl:1045 git-add--interactive.perl:104819090msgid ""19091"If the patch applies cleanly, the edited hunk will immediately be\n"19092"marked for discarding."19093msgstr ""1909419095#: git-add--interactive.perl:108519096#, perl-format19097msgid "failed to open hunk edit file for writing: %s"19098msgstr ""1909919100#: git-add--interactive.perl:108619101msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"19102msgstr ""1910319104#: git-add--interactive.perl:109219105#, perl-format19106msgid ""19107"---\n"19108"To remove '%s' lines, make them ' ' lines (context).\n"19109"To remove '%s' lines, delete them.\n"19110"Lines starting with %s will be removed.\n"19111msgstr ""1911219113#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.19114#: git-add--interactive.perl:110019115msgid ""19116"If it does not apply cleanly, you will be given an opportunity to\n"19117"edit again. If all lines of the hunk are removed, then the edit is\n"19118"aborted and the hunk is left unchanged.\n"19119msgstr ""1912019121#: git-add--interactive.perl:111419122#, perl-format19123msgid "failed to open hunk edit file for reading: %s"19124msgstr ""1912519126#. TRANSLATORS: do not translate [y/n]19127#. The program will only accept that input19128#. at this point.19129#. Consider translating (saying "no" discards!) as19130#. (saying "n" for "no" discards!) if the translation19131#. of the word "no" does not start with n.19132#: git-add--interactive.perl:121319133msgid ""19134"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "19135msgstr ""1913619137#: git-add--interactive.perl:122219138msgid ""19139"y - stage this hunk\n"19140"n - do not stage this hunk\n"19141"q - quit; do not stage this hunk or any of the remaining ones\n"19142"a - stage this hunk and all later hunks in the file\n"19143"d - do not stage this hunk or any of the later hunks in the file"19144msgstr ""1914519146#: git-add--interactive.perl:122819147msgid ""19148"y - stash this hunk\n"19149"n - do not stash this hunk\n"19150"q - quit; do not stash this hunk or any of the remaining ones\n"19151"a - stash this hunk and all later hunks in the file\n"19152"d - do not stash this hunk or any of the later hunks in the file"19153msgstr ""1915419155#: git-add--interactive.perl:123419156msgid ""19157"y - unstage this hunk\n"19158"n - do not unstage this hunk\n"19159"q - quit; do not unstage this hunk or any of the remaining ones\n"19160"a - unstage this hunk and all later hunks in the file\n"19161"d - do not unstage this hunk or any of the later hunks in the file"19162msgstr ""1916319164#: git-add--interactive.perl:124019165msgid ""19166"y - apply this hunk to index\n"19167"n - do not apply this hunk to index\n"19168"q - quit; do not apply this hunk or any of the remaining ones\n"19169"a - apply this hunk and all later hunks in the file\n"19170"d - do not apply this hunk or any of the later hunks in the file"19171msgstr ""1917219173#: git-add--interactive.perl:124619174msgid ""19175"y - discard this hunk from worktree\n"19176"n - do not discard this hunk from worktree\n"19177"q - quit; do not discard this hunk or any of the remaining ones\n"19178"a - discard this hunk and all later hunks in the file\n"19179"d - do not discard this hunk or any of the later hunks in the file"19180msgstr ""1918119182#: git-add--interactive.perl:125219183msgid ""19184"y - discard this hunk from index and worktree\n"19185"n - do not discard this hunk from index and worktree\n"19186"q - quit; do not discard this hunk or any of the remaining ones\n"19187"a - discard this hunk and all later hunks in the file\n"19188"d - do not discard this hunk or any of the later hunks in the file"19189msgstr ""1919019191#: git-add--interactive.perl:125819192msgid ""19193"y - apply this hunk to index and worktree\n"19194"n - do not apply this hunk to index and worktree\n"19195"q - quit; do not apply this hunk or any of the remaining ones\n"19196"a - apply this hunk and all later hunks in the file\n"19197"d - do not apply this hunk or any of the later hunks in the file"19198msgstr ""1919919200#: git-add--interactive.perl:127319201msgid ""19202"g - select a hunk to go to\n"19203"/ - search for a hunk matching the given regex\n"19204"j - leave this hunk undecided, see next undecided hunk\n"19205"J - leave this hunk undecided, see next hunk\n"19206"k - leave this hunk undecided, see previous undecided hunk\n"19207"K - leave this hunk undecided, see previous hunk\n"19208"s - split the current hunk into smaller hunks\n"19209"e - manually edit the current hunk\n"19210"? - print help\n"19211msgstr ""1921219213#: git-add--interactive.perl:130419214msgid "The selected hunks do not apply to the index!\n"19215msgstr ""1921619217#: git-add--interactive.perl:130519218msgid "Apply them to the worktree anyway? "19219msgstr ""1922019221#: git-add--interactive.perl:130819222msgid "Nothing was applied.\n"19223msgstr ""1922419225#: git-add--interactive.perl:131919226#, perl-format19227msgid "ignoring unmerged: %s\n"19228msgstr ""1922919230#: git-add--interactive.perl:132819231msgid "Only binary files changed.\n"19232msgstr ""1923319234#: git-add--interactive.perl:133019235msgid "No changes.\n"19236msgstr ""1923719238#: git-add--interactive.perl:133819239msgid "Patch update"19240msgstr ""1924119242#: git-add--interactive.perl:139019243#, perl-format19244msgid "Stage mode change [y,n,q,a,d%s,?]? "19245msgstr ""1924619247#: git-add--interactive.perl:139119248#, perl-format19249msgid "Stage deletion [y,n,q,a,d%s,?]? "19250msgstr ""1925119252#: git-add--interactive.perl:139219253#, perl-format19254msgid "Stage this hunk [y,n,q,a,d%s,?]? "19255msgstr ""1925619257#: git-add--interactive.perl:139519258#, perl-format19259msgid "Stash mode change [y,n,q,a,d%s,?]? "19260msgstr ""1926119262#: git-add--interactive.perl:139619263#, perl-format19264msgid "Stash deletion [y,n,q,a,d%s,?]? "19265msgstr ""1926619267#: git-add--interactive.perl:139719268#, perl-format19269msgid "Stash this hunk [y,n,q,a,d%s,?]? "19270msgstr ""1927119272#: git-add--interactive.perl:140019273#, perl-format19274msgid "Unstage mode change [y,n,q,a,d%s,?]? "19275msgstr ""1927619277#: git-add--interactive.perl:140119278#, perl-format19279msgid "Unstage deletion [y,n,q,a,d%s,?]? "19280msgstr ""1928119282#: git-add--interactive.perl:140219283#, perl-format19284msgid "Unstage this hunk [y,n,q,a,d%s,?]? "19285msgstr ""1928619287#: git-add--interactive.perl:140519288#, perl-format19289msgid "Apply mode change to index [y,n,q,a,d%s,?]? "19290msgstr ""1929119292#: git-add--interactive.perl:140619293#, perl-format19294msgid "Apply deletion to index [y,n,q,a,d%s,?]? "19295msgstr ""1929619297#: git-add--interactive.perl:140719298#, perl-format19299msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "19300msgstr ""1930119302#: git-add--interactive.perl:141019303#, perl-format19304msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "19305msgstr ""1930619307#: git-add--interactive.perl:141119308#, perl-format19309msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "19310msgstr ""1931119312#: git-add--interactive.perl:141219313#, perl-format19314msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "19315msgstr ""1931619317#: git-add--interactive.perl:141519318#, perl-format19319msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "19320msgstr ""1932119322#: git-add--interactive.perl:141619323#, perl-format19324msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "19325msgstr ""1932619327#: git-add--interactive.perl:141719328#, perl-format19329msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "19330msgstr ""1933119332#: git-add--interactive.perl:142019333#, perl-format19334msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "19335msgstr ""1933619337#: git-add--interactive.perl:142119338#, perl-format19339msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "19340msgstr ""1934119342#: git-add--interactive.perl:142219343#, perl-format19344msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "19345msgstr ""1934619347#: git-add--interactive.perl:152219348msgid "No other hunks to goto\n"19349msgstr ""1935019351#: git-add--interactive.perl:152919352msgid "go to which hunk (<ret> to see more)? "19353msgstr ""1935419355#: git-add--interactive.perl:153119356msgid "go to which hunk? "19357msgstr ""1935819359#: git-add--interactive.perl:154019360#, perl-format19361msgid "Invalid number: '%s'\n"19362msgstr ""1936319364#: git-add--interactive.perl:154519365#, perl-format19366msgid "Sorry, only %d hunk available.\n"19367msgid_plural "Sorry, only %d hunks available.\n"19368msgstr[0] ""19369msgstr[1] ""1937019371#: git-add--interactive.perl:157119372msgid "No other hunks to search\n"19373msgstr ""1937419375#: git-add--interactive.perl:157519376msgid "search for regex? "19377msgstr ""1937819379#: git-add--interactive.perl:158819380#, perl-format19381msgid "Malformed search regexp %s: %s\n"19382msgstr ""1938319384#: git-add--interactive.perl:159819385msgid "No hunk matches the given pattern\n"19386msgstr ""1938719388#: git-add--interactive.perl:1610 git-add--interactive.perl:163219389msgid "No previous hunk\n"19390msgstr ""1939119392#: git-add--interactive.perl:1619 git-add--interactive.perl:163819393msgid "No next hunk\n"19394msgstr ""1939519396#: git-add--interactive.perl:164419397msgid "Sorry, cannot split this hunk\n"19398msgstr ""1939919400#: git-add--interactive.perl:165019401#, perl-format19402msgid "Split into %d hunk.\n"19403msgid_plural "Split into %d hunks.\n"19404msgstr[0] ""19405msgstr[1] ""1940619407#: git-add--interactive.perl:166019408msgid "Sorry, cannot edit this hunk\n"19409msgstr ""1941019411#: git-add--interactive.perl:170619412msgid "Review diff"19413msgstr ""1941419415#. TRANSLATORS: please do not translate the command names19416#. 'status', 'update', 'revert', etc.19417#: git-add--interactive.perl:172519418msgid ""19419"status - show paths with changes\n"19420"update - add working tree state to the staged set of changes\n"19421"revert - revert staged set of changes back to the HEAD version\n"19422"patch - pick hunks and update selectively\n"19423"diff - view diff between HEAD and index\n"19424"add untracked - add contents of untracked files to the staged set of "19425"changes\n"19426msgstr ""1942719428#: git-add--interactive.perl:1742 git-add--interactive.perl:174719429#: git-add--interactive.perl:1750 git-add--interactive.perl:175719430#: git-add--interactive.perl:1761 git-add--interactive.perl:176719431msgid "missing --"19432msgstr ""1943319434#: git-add--interactive.perl:176319435#, perl-format19436msgid "unknown --patch mode: %s"19437msgstr ""1943819439#: git-add--interactive.perl:1769 git-add--interactive.perl:177519440#, perl-format19441msgid "invalid argument %s, expecting --"19442msgstr ""1944319444#: git-send-email.perl:13819445msgid "local zone differs from GMT by a non-minute interval\n"19446msgstr ""1944719448#: git-send-email.perl:145 git-send-email.perl:15119449msgid "local time offset greater than or equal to 24 hours\n"19450msgstr ""1945119452#: git-send-email.perl:219 git-send-email.perl:22519453msgid "the editor exited uncleanly, aborting everything"19454msgstr ""1945519456#: git-send-email.perl:30219457#, perl-format19458msgid ""19459"'%s' contains an intermediate version of the email you were composing.\n"19460msgstr ""1946119462#: git-send-email.perl:30719463#, perl-format19464msgid "'%s.final' contains the composed email.\n"19465msgstr ""1946619467#: git-send-email.perl:32619468msgid "--dump-aliases incompatible with other options\n"19469msgstr ""1947019471#: git-send-email.perl:395 git-send-email.perl:65019472msgid "Cannot run git format-patch from outside a repository\n"19473msgstr ""1947419475#: git-send-email.perl:39819476msgid ""19477"`batch-size` and `relogin` must be specified together (via command-line or "19478"configuration option)\n"19479msgstr ""1948019481#: git-send-email.perl:46819482#, perl-format19483msgid "Unknown --suppress-cc field: '%s'\n"19484msgstr ""1948519486#: git-send-email.perl:49719487#, perl-format19488msgid "Unknown --confirm setting: '%s'\n"19489msgstr ""1949019491#: git-send-email.perl:52519492#, perl-format19493msgid "warning: sendmail alias with quotes is not supported: %s\n"19494msgstr ""1949519496#: git-send-email.perl:52719497#, perl-format19498msgid "warning: `:include:` not supported: %s\n"19499msgstr ""1950019501#: git-send-email.perl:52919502#, perl-format19503msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"19504msgstr ""1950519506#: git-send-email.perl:53419507#, perl-format19508msgid "warning: sendmail line is not recognized: %s\n"19509msgstr ""1951019511#: git-send-email.perl:61619512#, perl-format19513msgid ""19514"File '%s' exists but it could also be the range of commits\n"19515"to produce patches for. Please disambiguate by...\n"19516"\n"19517" * Saying \"./%s\" if you mean a file; or\n"19518" * Giving --format-patch option if you mean a range.\n"19519msgstr ""1952019521#: git-send-email.perl:63719522#, perl-format19523msgid "Failed to opendir %s: %s"19524msgstr ""1952519526#: git-send-email.perl:66119527#, perl-format19528msgid ""19529"fatal: %s: %s\n"19530"warning: no patches were sent\n"19531msgstr ""1953219533#: git-send-email.perl:67219534msgid ""19535"\n"19536"No patch files specified!\n"19537"\n"19538msgstr ""1953919540#: git-send-email.perl:68519541#, perl-format19542msgid "No subject line in %s?"19543msgstr ""1954419545#: git-send-email.perl:69519546#, perl-format19547msgid "Failed to open for writing %s: %s"19548msgstr ""1954919550#: git-send-email.perl:70619551msgid ""19552"Lines beginning in \"GIT:\" will be removed.\n"19553"Consider including an overall diffstat or table of contents\n"19554"for the patch you are writing.\n"19555"\n"19556"Clear the body content if you don't wish to send a summary.\n"19557msgstr ""1955819559#: git-send-email.perl:73019560#, perl-format19561msgid "Failed to open %s: %s"19562msgstr ""1956319564#: git-send-email.perl:74719565#, perl-format19566msgid "Failed to open %s.final: %s"19567msgstr ""1956819569#: git-send-email.perl:79019570msgid "Summary email is empty, skipping it\n"19571msgstr ""1957219573#. TRANSLATORS: please keep [y/N] as is.19574#: git-send-email.perl:82519575#, perl-format19576msgid "Are you sure you want to use <%s> [y/N]? "19577msgstr ""1957819579#: git-send-email.perl:88019580msgid ""19581"The following files are 8bit, but do not declare a Content-Transfer-"19582"Encoding.\n"19583msgstr ""1958419585#: git-send-email.perl:88519586msgid "Which 8bit encoding should I declare [UTF-8]? "19587msgstr ""1958819589#: git-send-email.perl:89319590#, perl-format19591msgid ""19592"Refusing to send because the patch\n"19593"\t%s\n"19594"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "19595"want to send.\n"19596msgstr ""1959719598#: git-send-email.perl:91219599msgid "To whom should the emails be sent (if anyone)?"19600msgstr ""1960119602#: git-send-email.perl:93019603#, perl-format19604msgid "fatal: alias '%s' expands to itself\n"19605msgstr ""1960619607#: git-send-email.perl:94219608msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "19609msgstr ""1961019611#: git-send-email.perl:1000 git-send-email.perl:100819612#, perl-format19613msgid "error: unable to extract a valid address from: %s\n"19614msgstr ""1961519616#. TRANSLATORS: Make sure to include [q] [d] [e] in your19617#. translation. The program will only accept English input19618#. at this point.19619#: git-send-email.perl:101219620msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "19621msgstr ""1962219623#: git-send-email.perl:132919624#, perl-format19625msgid "CA path \"%s\" does not exist"19626msgstr ""1962719628#: git-send-email.perl:141219629msgid ""19630" The Cc list above has been expanded by additional\n"19631" addresses found in the patch commit message. By default\n"19632" send-email prompts before sending whenever this occurs.\n"19633" This behavior is controlled by the sendemail.confirm\n"19634" configuration setting.\n"19635"\n"19636" For additional information, run 'git send-email --help'.\n"19637" To retain the current behavior, but squelch this message,\n"19638" run 'git config --global sendemail.confirm auto'.\n"19639"\n"19640msgstr ""1964119642#. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your19643#. translation. The program will only accept English input19644#. at this point.19645#: git-send-email.perl:142719646msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "19647msgstr ""1964819649#: git-send-email.perl:143019650msgid "Send this email reply required"19651msgstr ""1965219653#: git-send-email.perl:145819654msgid "The required SMTP server is not properly defined."19655msgstr ""1965619657#: git-send-email.perl:150519658#, perl-format19659msgid "Server does not support STARTTLS! %s"19660msgstr ""1966119662#: git-send-email.perl:1510 git-send-email.perl:151419663#, perl-format19664msgid "STARTTLS failed! %s"19665msgstr ""1966619667#: git-send-email.perl:152319668msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."19669msgstr ""1967019671#: git-send-email.perl:154119672#, perl-format19673msgid "Failed to send %s\n"19674msgstr ""1967519676#: git-send-email.perl:154419677#, perl-format19678msgid "Dry-Sent %s\n"19679msgstr ""1968019681#: git-send-email.perl:154419682#, perl-format19683msgid "Sent %s\n"19684msgstr ""1968519686#: git-send-email.perl:154619687msgid "Dry-OK. Log says:\n"19688msgstr ""1968919690#: git-send-email.perl:154619691msgid "OK. Log says:\n"19692msgstr ""1969319694#: git-send-email.perl:155819695msgid "Result: "19696msgstr ""1969719698#: git-send-email.perl:156119699msgid "Result: OK\n"19700msgstr ""1970119702#: git-send-email.perl:157919703#, perl-format19704msgid "can't open file %s"19705msgstr ""1970619707#: git-send-email.perl:1626 git-send-email.perl:164619708#, perl-format19709msgid "(mbox) Adding cc: %s from line '%s'\n"19710msgstr ""1971119712#: git-send-email.perl:163219713#, perl-format19714msgid "(mbox) Adding to: %s from line '%s'\n"19715msgstr ""1971619717#: git-send-email.perl:168519718#, perl-format19719msgid "(non-mbox) Adding cc: %s from line '%s'\n"19720msgstr ""1972119722#: git-send-email.perl:172019723#, perl-format19724msgid "(body) Adding cc: %s from line '%s'\n"19725msgstr ""1972619727#: git-send-email.perl:183119728#, perl-format19729msgid "(%s) Could not execute '%s'"19730msgstr ""1973119732#: git-send-email.perl:183819733#, perl-format19734msgid "(%s) Adding %s: %s from: '%s'\n"19735msgstr ""1973619737#: git-send-email.perl:184219738#, perl-format19739msgid "(%s) failed to close pipe to '%s'"19740msgstr ""1974119742#: git-send-email.perl:187219743msgid "cannot send message as 7bit"19744msgstr ""1974519746#: git-send-email.perl:188019747msgid "invalid transfer encoding"19748msgstr ""1974919750#: git-send-email.perl:1921 git-send-email.perl:1973 git-send-email.perl:198319751#, perl-format19752msgid "unable to open %s: %s\n"19753msgstr ""1975419755#: git-send-email.perl:192419756#, perl-format19757msgid "%s: patch contains a line longer than 998 characters"19758msgstr ""1975919760#: git-send-email.perl:194119761#, perl-format19762msgid "Skipping %s with backup suffix '%s'.\n"19763msgstr ""1976419765#. TRANSLATORS: please keep "[y|N]" as is.19766#: git-send-email.perl:194519767#, perl-format19768msgid "Do you really want to send %s? [y|N]: "19769msgstr ""