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: 2019-06-04 08:24+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:103 22#, c-format 23msgid "%shint: %.*s%s\n" 24msgstr "" 25 26#: advice.c:156 27msgid "Cherry-picking is not possible because you have unmerged files." 28msgstr "" 29 30#: advice.c:158 31msgid "Committing is not possible because you have unmerged files." 32msgstr "" 33 34#: advice.c:160 35msgid "Merging is not possible because you have unmerged files." 36msgstr "" 37 38#: advice.c:162 39msgid "Pulling is not possible because you have unmerged files." 40msgstr "" 41 42#: advice.c:164 43msgid "Reverting is not possible because you have unmerged files." 44msgstr "" 45 46#: advice.c:166 47#, c-format 48msgid "It is not possible to %s because you have unmerged files." 49msgstr "" 50 51#: advice.c:174 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:182 58msgid "Exiting because of an unresolved conflict." 59msgstr "" 60 61#: advice.c:187 builtin/merge.c:1320 62msgid "You have not concluded your merge (MERGE_HEAD exists)." 63msgstr "" 64 65#: advice.c:189 66msgid "Please, commit your changes before merging." 67msgstr "" 68 69#: advice.c:190 70msgid "Exiting because of unfinished merge." 71msgstr "" 72 73#: advice.c:196 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#: alias.c:50 90msgid "cmdline ends with \\" 91msgstr "" 92 93#: alias.c:51 94msgid "unclosed quote" 95msgstr "" 96 97#: apply.c:63 98#, c-format 99msgid "unrecognized whitespace option '%s'" 100msgstr "" 101 102#: apply.c:79 103#, c-format 104msgid "unrecognized whitespace ignore option '%s'" 105msgstr "" 106 107#: apply.c:129 108msgid "--reject and --3way cannot be used together." 109msgstr "" 110 111#: apply.c:131 112msgid "--cached and --3way cannot be used together." 113msgstr "" 114 115#: apply.c:134 116msgid "--3way outside a repository" 117msgstr "" 118 119#: apply.c:145 120msgid "--index outside a repository" 121msgstr "" 122 123#: apply.c:148 124msgid "--cached outside a repository" 125msgstr "" 126 127#: apply.c:829 128#, c-format 129msgid "Cannot prepare timestamp regexp %s" 130msgstr "" 131 132#: apply.c:838 133#, c-format 134msgid "regexec returned %d for input: %s" 135msgstr "" 136 137#: apply.c:912 138#, c-format 139msgid "unable to find filename in patch at line %d" 140msgstr "" 141 142#: apply.c:950 143#, c-format 144msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d" 145msgstr "" 146 147#: apply.c:956 148#, c-format 149msgid "git apply: bad git-diff - inconsistent new filename on line %d" 150msgstr "" 151 152#: apply.c:957 153#, c-format 154msgid "git apply: bad git-diff - inconsistent old filename on line %d" 155msgstr "" 156 157#: apply.c:962 158#, c-format 159msgid "git apply: bad git-diff - expected /dev/null on line %d" 160msgstr "" 161 162#: apply.c:991 163#, c-format 164msgid "invalid mode on line %d: %s" 165msgstr "" 166 167#: apply.c:1310 168#, c-format 169msgid "inconsistent header lines %d and %d" 170msgstr "" 171 172#: apply.c:1482 173#, c-format 174msgid "recount: unexpected line: %.*s" 175msgstr "" 176 177#: apply.c:1551 178#, c-format 179msgid "patch fragment without header at line %d: %.*s" 180msgstr "" 181 182#: apply.c:1571 183#, c-format 184msgid "" 185"git diff header lacks filename information when removing %d leading pathname " 186"component (line %d)" 187msgid_plural "" 188"git diff header lacks filename information when removing %d leading pathname " 189"components (line %d)" 190msgstr[0] "" 191msgstr[1] "" 192 193#: apply.c:1584 194#, c-format 195msgid "git diff header lacks filename information (line %d)" 196msgstr "" 197 198#: apply.c:1772 199msgid "new file depends on old contents" 200msgstr "" 201 202#: apply.c:1774 203msgid "deleted file still has contents" 204msgstr "" 205 206#: apply.c:1808 207#, c-format 208msgid "corrupt patch at line %d" 209msgstr "" 210 211#: apply.c:1845 212#, c-format 213msgid "new file %s depends on old contents" 214msgstr "" 215 216#: apply.c:1847 217#, c-format 218msgid "deleted file %s still has contents" 219msgstr "" 220 221#: apply.c:1850 222#, c-format 223msgid "** warning: file %s becomes empty but is not deleted" 224msgstr "" 225 226#: apply.c:1997 227#, c-format 228msgid "corrupt binary patch at line %d: %.*s" 229msgstr "" 230 231#: apply.c:2034 232#, c-format 233msgid "unrecognized binary patch at line %d" 234msgstr "" 235 236#: apply.c:2196 237#, c-format 238msgid "patch with only garbage at line %d" 239msgstr "" 240 241#: apply.c:2282 242#, c-format 243msgid "unable to read symlink %s" 244msgstr "" 245 246#: apply.c:2286 247#, c-format 248msgid "unable to open or read %s" 249msgstr "" 250 251#: apply.c:2945 252#, c-format 253msgid "invalid start of line: '%c'" 254msgstr "" 255 256#: apply.c:3066 257#, c-format 258msgid "Hunk #%d succeeded at %d (offset %d line)." 259msgid_plural "Hunk #%d succeeded at %d (offset %d lines)." 260msgstr[0] "" 261msgstr[1] "" 262 263#: apply.c:3078 264#, c-format 265msgid "Context reduced to (%ld/%ld) to apply fragment at %d" 266msgstr "" 267 268#: apply.c:3084 269#, c-format 270msgid "" 271"while searching for:\n" 272"%.*s" 273msgstr "" 274 275#: apply.c:3106 276#, c-format 277msgid "missing binary patch data for '%s'" 278msgstr "" 279 280#: apply.c:3114 281#, c-format 282msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'" 283msgstr "" 284 285#: apply.c:3161 286#, c-format 287msgid "cannot apply binary patch to '%s' without full index line" 288msgstr "" 289 290#: apply.c:3171 291#, c-format 292msgid "" 293"the patch applies to '%s' (%s), which does not match the current contents." 294msgstr "" 295 296#: apply.c:3179 297#, c-format 298msgid "the patch applies to an empty '%s' but it is not empty" 299msgstr "" 300 301#: apply.c:3197 302#, c-format 303msgid "the necessary postimage %s for '%s' cannot be read" 304msgstr "" 305 306#: apply.c:3210 307#, c-format 308msgid "binary patch does not apply to '%s'" 309msgstr "" 310 311#: apply.c:3216 312#, c-format 313msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)" 314msgstr "" 315 316#: apply.c:3237 317#, c-format 318msgid "patch failed: %s:%ld" 319msgstr "" 320 321#: apply.c:3360 322#, c-format 323msgid "cannot checkout %s" 324msgstr "" 325 326#: apply.c:3412 apply.c:3423 apply.c:3469 midx.c:59 setup.c:279 327#, c-format 328msgid "failed to read %s" 329msgstr "" 330 331#: apply.c:3420 332#, c-format 333msgid "reading from '%s' beyond a symbolic link" 334msgstr "" 335 336#: apply.c:3449 apply.c:3692 337#, c-format 338msgid "path %s has been renamed/deleted" 339msgstr "" 340 341#: apply.c:3535 apply.c:3707 342#, c-format 343msgid "%s: does not exist in index" 344msgstr "" 345 346#: apply.c:3544 apply.c:3715 347#, c-format 348msgid "%s: does not match index" 349msgstr "" 350 351#: apply.c:3579 352msgid "repository lacks the necessary blob to fall back on 3-way merge." 353msgstr "" 354 355#: apply.c:3582 356#, c-format 357msgid "Falling back to three-way merge...\n" 358msgstr "" 359 360#: apply.c:3598 apply.c:3602 361#, c-format 362msgid "cannot read the current contents of '%s'" 363msgstr "" 364 365#: apply.c:3614 366#, c-format 367msgid "Failed to fall back on three-way merge...\n" 368msgstr "" 369 370#: apply.c:3628 371#, c-format 372msgid "Applied patch to '%s' with conflicts.\n" 373msgstr "" 374 375#: apply.c:3633 376#, c-format 377msgid "Applied patch to '%s' cleanly.\n" 378msgstr "" 379 380#: apply.c:3659 381msgid "removal patch leaves file contents" 382msgstr "" 383 384#: apply.c:3732 385#, c-format 386msgid "%s: wrong type" 387msgstr "" 388 389#: apply.c:3734 390#, c-format 391msgid "%s has type %o, expected %o" 392msgstr "" 393 394#: apply.c:3885 apply.c:3887 read-cache.c:830 read-cache.c:856 395#: read-cache.c:1309 396#, c-format 397msgid "invalid path '%s'" 398msgstr "" 399 400#: apply.c:3943 401#, c-format 402msgid "%s: already exists in index" 403msgstr "" 404 405#: apply.c:3946 406#, c-format 407msgid "%s: already exists in working directory" 408msgstr "" 409 410#: apply.c:3966 411#, c-format 412msgid "new mode (%o) of %s does not match old mode (%o)" 413msgstr "" 414 415#: apply.c:3971 416#, c-format 417msgid "new mode (%o) of %s does not match old mode (%o) of %s" 418msgstr "" 419 420#: apply.c:3991 421#, c-format 422msgid "affected file '%s' is beyond a symbolic link" 423msgstr "" 424 425#: apply.c:3995 426#, c-format 427msgid "%s: patch does not apply" 428msgstr "" 429 430#: apply.c:4010 431#, c-format 432msgid "Checking patch %s..." 433msgstr "" 434 435#: apply.c:4102 436#, c-format 437msgid "sha1 information is lacking or useless for submodule %s" 438msgstr "" 439 440#: apply.c:4109 441#, c-format 442msgid "mode change for %s, which is not in current HEAD" 443msgstr "" 444 445#: apply.c:4112 446#, c-format 447msgid "sha1 information is lacking or useless (%s)." 448msgstr "" 449 450#: apply.c:4117 builtin/checkout.c:257 builtin/reset.c:143 451#, c-format 452msgid "make_cache_entry failed for path '%s'" 453msgstr "" 454 455#: apply.c:4121 456#, c-format 457msgid "could not add %s to temporary index" 458msgstr "" 459 460#: apply.c:4131 461#, c-format 462msgid "could not write temporary index to %s" 463msgstr "" 464 465#: apply.c:4269 466#, c-format 467msgid "unable to remove %s from index" 468msgstr "" 469 470#: apply.c:4303 471#, c-format 472msgid "corrupt patch for submodule %s" 473msgstr "" 474 475#: apply.c:4309 476#, c-format 477msgid "unable to stat newly created file '%s'" 478msgstr "" 479 480#: apply.c:4317 481#, c-format 482msgid "unable to create backing store for newly created file %s" 483msgstr "" 484 485#: apply.c:4323 apply.c:4468 486#, c-format 487msgid "unable to add cache entry for %s" 488msgstr "" 489 490#: apply.c:4366 491#, c-format 492msgid "failed to write to '%s'" 493msgstr "" 494 495#: apply.c:4370 496#, c-format 497msgid "closing file '%s'" 498msgstr "" 499 500#: apply.c:4440 501#, c-format 502msgid "unable to write file '%s' mode %o" 503msgstr "" 504 505#: apply.c:4538 506#, c-format 507msgid "Applied patch %s cleanly." 508msgstr "" 509 510#: apply.c:4546 511msgid "internal error" 512msgstr "" 513 514#: apply.c:4549 515#, c-format 516msgid "Applying patch %%s with %d reject..." 517msgid_plural "Applying patch %%s with %d rejects..." 518msgstr[0] "" 519msgstr[1] "" 520 521#: apply.c:4560 522#, c-format 523msgid "truncating .rej filename to %.*s.rej" 524msgstr "" 525 526#: apply.c:4568 builtin/fetch.c:837 builtin/fetch.c:1118 527#, c-format 528msgid "cannot open %s" 529msgstr "" 530 531#: apply.c:4582 532#, c-format 533msgid "Hunk #%d applied cleanly." 534msgstr "" 535 536#: apply.c:4586 537#, c-format 538msgid "Rejected hunk #%d." 539msgstr "" 540 541#: apply.c:4696 542#, c-format 543msgid "Skipped patch '%s'." 544msgstr "" 545 546#: apply.c:4704 547msgid "unrecognized input" 548msgstr "" 549 550#: apply.c:4724 551msgid "unable to read index file" 552msgstr "" 553 554#: apply.c:4879 555#, c-format 556msgid "can't open patch '%s': %s" 557msgstr "" 558 559#: apply.c:4906 560#, c-format 561msgid "squelched %d whitespace error" 562msgid_plural "squelched %d whitespace errors" 563msgstr[0] "" 564msgstr[1] "" 565 566#: apply.c:4912 apply.c:4927 567#, c-format 568msgid "%d line adds whitespace errors." 569msgid_plural "%d lines add whitespace errors." 570msgstr[0] "" 571msgstr[1] "" 572 573#: apply.c:4920 574#, c-format 575msgid "%d line applied after fixing whitespace errors." 576msgid_plural "%d lines applied after fixing whitespace errors." 577msgstr[0] "" 578msgstr[1] "" 579 580#: apply.c:4936 builtin/add.c:540 builtin/mv.c:301 builtin/rm.c:390 581msgid "Unable to write new index file" 582msgstr "" 583 584#: apply.c:4963 apply.c:4966 builtin/am.c:2210 builtin/am.c:2213 585#: builtin/clone.c:120 builtin/fetch.c:118 builtin/merge.c:271 586#: builtin/pull.c:207 builtin/submodule--helper.c:407 587#: builtin/submodule--helper.c:1366 builtin/submodule--helper.c:1369 588#: builtin/submodule--helper.c:1849 builtin/submodule--helper.c:1852 589#: builtin/submodule--helper.c:2091 git-add--interactive.perl:197 590msgid "path" 591msgstr "" 592 593#: apply.c:4964 594msgid "don't apply changes matching the given path" 595msgstr "" 596 597#: apply.c:4967 598msgid "apply changes matching the given path" 599msgstr "" 600 601#: apply.c:4969 builtin/am.c:2219 602msgid "num" 603msgstr "" 604 605#: apply.c:4970 606msgid "remove <num> leading slashes from traditional diff paths" 607msgstr "" 608 609#: apply.c:4973 610msgid "ignore additions made by the patch" 611msgstr "" 612 613#: apply.c:4975 614msgid "instead of applying the patch, output diffstat for the input" 615msgstr "" 616 617#: apply.c:4979 618msgid "show number of added and deleted lines in decimal notation" 619msgstr "" 620 621#: apply.c:4981 622msgid "instead of applying the patch, output a summary for the input" 623msgstr "" 624 625#: apply.c:4983 626msgid "instead of applying the patch, see if the patch is applicable" 627msgstr "" 628 629#: apply.c:4985 630msgid "make sure the patch is applicable to the current index" 631msgstr "" 632 633#: apply.c:4987 634msgid "mark new files with `git add --intent-to-add`" 635msgstr "" 636 637#: apply.c:4989 638msgid "apply a patch without touching the working tree" 639msgstr "" 640 641#: apply.c:4991 642msgid "accept a patch that touches outside the working area" 643msgstr "" 644 645#: apply.c:4994 646msgid "also apply the patch (use with --stat/--summary/--check)" 647msgstr "" 648 649#: apply.c:4996 650msgid "attempt three-way merge if a patch does not apply" 651msgstr "" 652 653#: apply.c:4998 654msgid "build a temporary index based on embedded index information" 655msgstr "" 656 657#: apply.c:5001 builtin/checkout-index.c:173 builtin/ls-files.c:524 658msgid "paths are separated with NUL character" 659msgstr "" 660 661#: apply.c:5003 662msgid "ensure at least <n> lines of context match" 663msgstr "" 664 665#: apply.c:5004 builtin/am.c:2198 builtin/interpret-trailers.c:97 666#: builtin/interpret-trailers.c:99 builtin/interpret-trailers.c:101 667#: builtin/pack-objects.c:3317 builtin/rebase.c:1415 668msgid "action" 669msgstr "" 670 671#: apply.c:5005 672msgid "detect new or modified lines that have whitespace errors" 673msgstr "" 674 675#: apply.c:5008 apply.c:5011 676msgid "ignore changes in whitespace when finding context" 677msgstr "" 678 679#: apply.c:5014 680msgid "apply the patch in reverse" 681msgstr "" 682 683#: apply.c:5016 684msgid "don't expect at least one line of context" 685msgstr "" 686 687#: apply.c:5018 688msgid "leave the rejected hunks in corresponding *.rej files" 689msgstr "" 690 691#: apply.c:5020 692msgid "allow overlapping hunks" 693msgstr "" 694 695#: apply.c:5021 builtin/add.c:291 builtin/check-ignore.c:22 696#: builtin/commit.c:1317 builtin/count-objects.c:98 builtin/fsck.c:786 697#: builtin/log.c:2045 builtin/mv.c:123 builtin/read-tree.c:128 698msgid "be verbose" 699msgstr "" 700 701#: apply.c:5023 702msgid "tolerate incorrectly detected missing new-line at the end of file" 703msgstr "" 704 705#: apply.c:5026 706msgid "do not trust the line counts in the hunk headers" 707msgstr "" 708 709#: apply.c:5028 builtin/am.c:2207 710msgid "root" 711msgstr "" 712 713#: apply.c:5029 714msgid "prepend <root> to all filenames" 715msgstr "" 716 717#: archive.c:14 718msgid "git archive [<options>] <tree-ish> [<path>...]" 719msgstr "" 720 721#: archive.c:15 722msgid "git archive --list" 723msgstr "" 724 725#: archive.c:16 726msgid "" 727"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]" 728msgstr "" 729 730#: archive.c:17 731msgid "git archive --remote <repo> [--exec <cmd>] --list" 732msgstr "" 733 734#: archive.c:372 builtin/add.c:177 builtin/add.c:516 builtin/rm.c:299 735#, c-format 736msgid "pathspec '%s' did not match any files" 737msgstr "" 738 739#: archive.c:396 740#, c-format 741msgid "no such ref: %.*s" 742msgstr "" 743 744#: archive.c:401 745#, c-format 746msgid "not a valid object name: %s" 747msgstr "" 748 749#: archive.c:414 750#, c-format 751msgid "not a tree object: %s" 752msgstr "" 753 754#: archive.c:424 755msgid "current working directory is untracked" 756msgstr "" 757 758#: archive.c:455 759msgid "fmt" 760msgstr "" 761 762#: archive.c:455 763msgid "archive format" 764msgstr "" 765 766#: archive.c:456 builtin/log.c:1557 767msgid "prefix" 768msgstr "" 769 770#: archive.c:457 771msgid "prepend prefix to each pathname in the archive" 772msgstr "" 773 774#: archive.c:458 builtin/blame.c:821 builtin/blame.c:822 775#: builtin/commit-tree.c:117 builtin/config.c:129 builtin/fast-export.c:1091 776#: builtin/fast-export.c:1093 builtin/grep.c:895 builtin/hash-object.c:105 777#: builtin/ls-files.c:560 builtin/ls-files.c:563 builtin/notes.c:412 778#: builtin/notes.c:578 builtin/read-tree.c:123 parse-options.h:177 779msgid "file" 780msgstr "" 781 782#: archive.c:459 builtin/archive.c:90 783msgid "write the archive to this file" 784msgstr "" 785 786#: archive.c:461 787msgid "read .gitattributes in working directory" 788msgstr "" 789 790#: archive.c:462 791msgid "report archived files on stderr" 792msgstr "" 793 794#: archive.c:463 795msgid "store only" 796msgstr "" 797 798#: archive.c:464 799msgid "compress faster" 800msgstr "" 801 802#: archive.c:472 803msgid "compress better" 804msgstr "" 805 806#: archive.c:475 807msgid "list supported archive formats" 808msgstr "" 809 810#: archive.c:477 builtin/archive.c:91 builtin/clone.c:110 builtin/clone.c:113 811#: builtin/submodule--helper.c:1378 builtin/submodule--helper.c:1858 812msgid "repo" 813msgstr "" 814 815#: archive.c:478 builtin/archive.c:92 816msgid "retrieve the archive from remote repository <repo>" 817msgstr "" 818 819#: archive.c:479 builtin/archive.c:93 builtin/difftool.c:707 820#: builtin/notes.c:498 821msgid "command" 822msgstr "" 823 824#: archive.c:480 builtin/archive.c:94 825msgid "path to the remote git-upload-archive command" 826msgstr "" 827 828#: archive.c:487 829msgid "Unexpected option --remote" 830msgstr "" 831 832#: archive.c:489 833msgid "Option --exec can only be used together with --remote" 834msgstr "" 835 836#: archive.c:491 837msgid "Unexpected option --output" 838msgstr "" 839 840#: archive.c:513 841#, c-format 842msgid "Unknown archive format '%s'" 843msgstr "" 844 845#: archive.c:520 846#, c-format 847msgid "Argument not supported for format '%s': -%d" 848msgstr "" 849 850#: archive-tar.c:125 archive-zip.c:345 851#, c-format 852msgid "cannot stream blob %s" 853msgstr "" 854 855#: archive-tar.c:260 archive-zip.c:363 856#, c-format 857msgid "unsupported file mode: 0%o (SHA1: %s)" 858msgstr "" 859 860#: archive-tar.c:287 archive-zip.c:353 861#, c-format 862msgid "cannot read %s" 863msgstr "" 864 865#: archive-tar.c:459 866#, c-format 867msgid "unable to start '%s' filter" 868msgstr "" 869 870#: archive-tar.c:462 871msgid "unable to redirect descriptor" 872msgstr "" 873 874#: archive-tar.c:469 875#, c-format 876msgid "'%s' filter reported error" 877msgstr "" 878 879#: archive-zip.c:314 880#, c-format 881msgid "path is not valid UTF-8: %s" 882msgstr "" 883 884#: archive-zip.c:318 885#, c-format 886msgid "path too long (%d chars, SHA1: %s): %s" 887msgstr "" 888 889#: archive-zip.c:474 builtin/pack-objects.c:226 builtin/pack-objects.c:229 890#, c-format 891msgid "deflate error (%d)" 892msgstr "" 893 894#: archive-zip.c:609 895#, c-format 896msgid "timestamp too large for this system: %<PRIuMAX>" 897msgstr "" 898 899#: attr.c:211 900#, c-format 901msgid "%.*s is not a valid attribute name" 902msgstr "" 903 904#: attr.c:368 905#, c-format 906msgid "%s not allowed: %s:%d" 907msgstr "" 908 909#: attr.c:408 910msgid "" 911"Negative patterns are ignored in git attributes\n" 912"Use '\\!' for literal leading exclamation." 913msgstr "" 914 915#: bisect.c:468 916#, c-format 917msgid "Badly quoted content in file '%s': %s" 918msgstr "" 919 920#: bisect.c:678 921#, c-format 922msgid "We cannot bisect more!\n" 923msgstr "" 924 925#: bisect.c:733 926#, c-format 927msgid "Not a valid commit name %s" 928msgstr "" 929 930#: bisect.c:758 931#, c-format 932msgid "" 933"The merge base %s is bad.\n" 934"This means the bug has been fixed between %s and [%s].\n" 935msgstr "" 936 937#: bisect.c:763 938#, c-format 939msgid "" 940"The merge base %s is new.\n" 941"The property has changed between %s and [%s].\n" 942msgstr "" 943 944#: bisect.c:768 945#, c-format 946msgid "" 947"The merge base %s is %s.\n" 948"This means the first '%s' commit is between %s and [%s].\n" 949msgstr "" 950 951#: bisect.c:776 952#, c-format 953msgid "" 954"Some %s revs are not ancestors of the %s rev.\n" 955"git bisect cannot work properly in this case.\n" 956"Maybe you mistook %s and %s revs?\n" 957msgstr "" 958 959#: bisect.c:789 960#, c-format 961msgid "" 962"the merge base between %s and [%s] must be skipped.\n" 963"So we cannot be sure the first %s commit is between %s and %s.\n" 964"We continue anyway." 965msgstr "" 966 967#: bisect.c:822 968#, c-format 969msgid "Bisecting: a merge base must be tested\n" 970msgstr "" 971 972#: bisect.c:865 973#, c-format 974msgid "a %s revision is needed" 975msgstr "" 976 977#: bisect.c:884 builtin/notes.c:177 builtin/tag.c:248 978#, c-format 979msgid "could not create file '%s'" 980msgstr "" 981 982#: bisect.c:928 builtin/merge.c:146 983#, c-format 984msgid "could not read file '%s'" 985msgstr "" 986 987#: bisect.c:958 988msgid "reading bisect refs failed" 989msgstr "" 990 991#: bisect.c:977 992#, c-format 993msgid "%s was both %s and %s\n" 994msgstr "" 995 996#: bisect.c:985 997#, c-format 998msgid "" 999"No testable commit found.\n"1000"Maybe you started with bad path parameters?\n"1001msgstr ""10021003#: bisect.c:10041004#, c-format1005msgid "(roughly %d step)"1006msgid_plural "(roughly %d steps)"1007msgstr[0] ""1008msgstr[1] ""10091010#. TRANSLATORS: the last %s will be replaced with "(roughly %d1011#. steps)" translation.1012#.1013#: bisect.c:10101014#, c-format1015msgid "Bisecting: %d revision left to test after this %s\n"1016msgid_plural "Bisecting: %d revisions left to test after this %s\n"1017msgstr[0] ""1018msgstr[1] ""10191020#: blame.c:17941021msgid "--contents and --reverse do not blend well."1022msgstr ""10231024#: blame.c:18081025msgid "cannot use --contents with final commit object name"1026msgstr ""10271028#: blame.c:18291029msgid "--reverse and --first-parent together require specified latest commit"1030msgstr ""10311032#: blame.c:1838 bundle.c:164 ref-filter.c:2077 remote.c:1938 sequencer.c:20301033#: sequencer.c:4224 builtin/commit.c:1017 builtin/log.c:382 builtin/log.c:9401034#: builtin/log.c:1428 builtin/log.c:1804 builtin/log.c:2094 builtin/merge.c:4151035#: builtin/pack-objects.c:3140 builtin/pack-objects.c:31551036#: builtin/shortlog.c:1921037msgid "revision walk setup failed"1038msgstr ""10391040#: blame.c:18561041msgid ""1042"--reverse --first-parent together require range along first-parent chain"1043msgstr ""10441045#: blame.c:18671046#, c-format1047msgid "no such path %s in %s"1048msgstr ""10491050#: blame.c:18781051#, c-format1052msgid "cannot read blob %s for path %s"1053msgstr ""10541055#: branch.c:531056#, c-format1057msgid ""1058"\n"1059"After fixing the error cause you may try to fix up\n"1060"the remote tracking information by invoking\n"1061"\"git branch --set-upstream-to=%s%s%s\"."1062msgstr ""10631064#: branch.c:671065#, c-format1066msgid "Not setting branch %s as its own upstream."1067msgstr ""10681069#: branch.c:931070#, c-format1071msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."1072msgstr ""10731074#: branch.c:941075#, c-format1076msgid "Branch '%s' set up to track remote branch '%s' from '%s'."1077msgstr ""10781079#: branch.c:981080#, c-format1081msgid "Branch '%s' set up to track local branch '%s' by rebasing."1082msgstr ""10831084#: branch.c:991085#, c-format1086msgid "Branch '%s' set up to track local branch '%s'."1087msgstr ""10881089#: branch.c:1041090#, c-format1091msgid "Branch '%s' set up to track remote ref '%s' by rebasing."1092msgstr ""10931094#: branch.c:1051095#, c-format1096msgid "Branch '%s' set up to track remote ref '%s'."1097msgstr ""10981099#: branch.c:1091100#, c-format1101msgid "Branch '%s' set up to track local ref '%s' by rebasing."1102msgstr ""11031104#: branch.c:1101105#, c-format1106msgid "Branch '%s' set up to track local ref '%s'."1107msgstr ""11081109#: branch.c:1191110msgid "Unable to write upstream branch configuration"1111msgstr ""11121113#: branch.c:1561114#, c-format1115msgid "Not tracking: ambiguous information for ref %s"1116msgstr ""11171118#: branch.c:1891119#, c-format1120msgid "'%s' is not a valid branch name."1121msgstr ""11221123#: branch.c:2081124#, c-format1125msgid "A branch named '%s' already exists."1126msgstr ""11271128#: branch.c:2131129msgid "Cannot force update the current branch."1130msgstr ""11311132#: branch.c:2331133#, c-format1134msgid "Cannot setup tracking information; starting point '%s' is not a branch."1135msgstr ""11361137#: branch.c:2351138#, c-format1139msgid "the requested upstream branch '%s' does not exist"1140msgstr ""11411142#: branch.c:2371143msgid ""1144"\n"1145"If you are planning on basing your work on an upstream\n"1146"branch that already exists at the remote, you may need to\n"1147"run \"git fetch\" to retrieve it.\n"1148"\n"1149"If you are planning to push out a new local branch that\n"1150"will track its remote counterpart, you may want to use\n"1151"\"git push -u\" to set the upstream config as you push."1152msgstr ""11531154#: branch.c:2811155#, c-format1156msgid "Not a valid object name: '%s'."1157msgstr ""11581159#: branch.c:3011160#, c-format1161msgid "Ambiguous object name: '%s'."1162msgstr ""11631164#: branch.c:3061165#, c-format1166msgid "Not a valid branch point: '%s'."1167msgstr ""11681169#: branch.c:3591170#, c-format1171msgid "'%s' is already checked out at '%s'"1172msgstr ""11731174#: branch.c:3821175#, c-format1176msgid "HEAD of working tree %s is not updated"1177msgstr ""11781179#: bundle.c:361180#, c-format1181msgid "'%s' does not look like a v2 bundle file"1182msgstr ""11831184#: bundle.c:641185#, c-format1186msgid "unrecognized header: %s%s (%d)"1187msgstr ""11881189#: bundle.c:90 rerere.c:480 rerere.c:690 sequencer.c:2281 sequencer.c:29161190#: builtin/commit.c:7881191#, c-format1192msgid "could not open '%s'"1193msgstr ""11941195#: bundle.c:1431196msgid "Repository lacks these prerequisite commits:"1197msgstr ""11981199#: bundle.c:1941200#, c-format1201msgid "The bundle contains this ref:"1202msgid_plural "The bundle contains these %d refs:"1203msgstr[0] ""1204msgstr[1] ""12051206#: bundle.c:2011207msgid "The bundle records a complete history."1208msgstr ""12091210#: bundle.c:2031211#, c-format1212msgid "The bundle requires this ref:"1213msgid_plural "The bundle requires these %d refs:"1214msgstr[0] ""1215msgstr[1] ""12161217#: bundle.c:2691218msgid "unable to dup bundle descriptor"1219msgstr ""12201221#: bundle.c:2761222msgid "Could not spawn pack-objects"1223msgstr ""12241225#: bundle.c:2871226msgid "pack-objects died"1227msgstr ""12281229#: bundle.c:3291230msgid "rev-list died"1231msgstr ""12321233#: bundle.c:3781234#, c-format1235msgid "ref '%s' is excluded by the rev-list options"1236msgstr ""12371238#: bundle.c:457 builtin/log.c:197 builtin/log.c:1709 builtin/shortlog.c:3061239#, c-format1240msgid "unrecognized argument: %s"1241msgstr ""12421243#: bundle.c:4651244msgid "Refusing to create empty bundle."1245msgstr ""12461247#: bundle.c:4751248#, c-format1249msgid "cannot create '%s'"1250msgstr ""12511252#: bundle.c:5001253msgid "index-pack died"1254msgstr ""12551256#: color.c:2961257#, c-format1258msgid "invalid color value: %.*s"1259msgstr ""12601261#: commit.c:50 sequencer.c:2697 builtin/am.c:355 builtin/am.c:3991262#: builtin/am.c:1377 builtin/am.c:2022 builtin/replace.c:4551263#, c-format1264msgid "could not parse %s"1265msgstr ""12661267#: commit.c:521268#, c-format1269msgid "%s %s is not a commit!"1270msgstr ""12711272#: commit.c:1931273msgid ""1274"Support for <GIT_DIR>/info/grafts is deprecated\n"1275"and will be removed in a future Git version.\n"1276"\n"1277"Please use \"git replace --convert-graft-file\"\n"1278"to convert the grafts into replace refs.\n"1279"\n"1280"Turn this message off by running\n"1281"\"git config advice.graftFileDeprecated false\""1282msgstr ""12831284#: commit.c:11281285#, c-format1286msgid "Commit %s has an untrusted GPG signature, allegedly by %s."1287msgstr ""12881289#: commit.c:11311290#, c-format1291msgid "Commit %s has a bad GPG signature allegedly by %s."1292msgstr ""12931294#: commit.c:11341295#, c-format1296msgid "Commit %s does not have a GPG signature."1297msgstr ""12981299#: commit.c:11371300#, c-format1301msgid "Commit %s has a good GPG signature by %s\n"1302msgstr ""13031304#: commit.c:13911305msgid ""1306"Warning: commit message did not conform to UTF-8.\n"1307"You may want to amend it after fixing the message, or set the config\n"1308"variable i18n.commitencoding to the encoding your project uses.\n"1309msgstr ""13101311#: commit-graph.c:1051312msgid "commit-graph file is too small"1313msgstr ""13141315#: commit-graph.c:1701316#, c-format1317msgid "commit-graph signature %X does not match signature %X"1318msgstr ""13191320#: commit-graph.c:1771321#, c-format1322msgid "commit-graph version %X does not match version %X"1323msgstr ""13241325#: commit-graph.c:1841326#, c-format1327msgid "commit-graph hash version %X does not match version %X"1328msgstr ""13291330#: commit-graph.c:2071331msgid "commit-graph chunk lookup table entry missing; file may be incomplete"1332msgstr ""13331334#: commit-graph.c:2181335#, c-format1336msgid "commit-graph improper chunk offset %08x%08x"1337msgstr ""13381339#: commit-graph.c:2551340#, c-format1341msgid "commit-graph chunk id %08x appears multiple times"1342msgstr ""13431344#: commit-graph.c:3901345#, c-format1346msgid "could not find commit %s"1347msgstr ""13481349#: commit-graph.c:732 builtin/pack-objects.c:26491350#, c-format1351msgid "unable to get type of object %s"1352msgstr ""13531354#: commit-graph.c:7651355msgid "Loading known commits in commit graph"1356msgstr ""13571358#: commit-graph.c:7811359msgid "Expanding reachable commits in commit graph"1360msgstr ""13611362#: commit-graph.c:7931363msgid "Clearing commit marks in commit graph"1364msgstr ""13651366#: commit-graph.c:8131367msgid "Computing commit graph generation numbers"1368msgstr ""13691370#: commit-graph.c:9301371#, c-format1372msgid "Finding commits for commit graph in %d pack"1373msgid_plural "Finding commits for commit graph in %d packs"1374msgstr[0] ""1375msgstr[1] ""13761377#: commit-graph.c:9431378#, c-format1379msgid "error adding pack %s"1380msgstr ""13811382#: commit-graph.c:9451383#, c-format1384msgid "error opening index for %s"1385msgstr ""13861387#: commit-graph.c:9591388#, c-format1389msgid "Finding commits for commit graph from %d ref"1390msgid_plural "Finding commits for commit graph from %d refs"1391msgstr[0] ""1392msgstr[1] ""13931394#: commit-graph.c:9911395msgid "Finding commits for commit graph among packed objects"1396msgstr ""13971398#: commit-graph.c:10041399msgid "Counting distinct commits in commit graph"1400msgstr ""14011402#: commit-graph.c:10171403#, c-format1404msgid "the commit graph format cannot write %d commits"1405msgstr ""14061407#: commit-graph.c:10261408msgid "Finding extra edges in commit graph"1409msgstr ""14101411#: commit-graph.c:10501412msgid "too many commits to write graph"1413msgstr ""14141415#: commit-graph.c:1057 midx.c:8191416#, c-format1417msgid "unable to create leading directories of %s"1418msgstr ""14191420#: commit-graph.c:10971421#, c-format1422msgid "Writing out commit graph in %d pass"1423msgid_plural "Writing out commit graph in %d passes"1424msgstr[0] ""1425msgstr[1] ""14261427#: commit-graph.c:11621428msgid "the commit-graph file has incorrect checksum and is likely corrupt"1429msgstr ""14301431#: commit-graph.c:11721432#, c-format1433msgid "commit-graph has incorrect OID order: %s then %s"1434msgstr ""14351436#: commit-graph.c:1182 commit-graph.c:11971437#, c-format1438msgid "commit-graph has incorrect fanout value: fanout[%d] = %u != %u"1439msgstr ""14401441#: commit-graph.c:11891442#, c-format1443msgid "failed to parse commit %s from commit-graph"1444msgstr ""14451446#: commit-graph.c:12061447msgid "Verifying commits in commit graph"1448msgstr ""14491450#: commit-graph.c:12191451#, c-format1452msgid "failed to parse commit %s from object database for commit-graph"1453msgstr ""14541455#: commit-graph.c:12261456#, c-format1457msgid "root tree OID for commit %s in commit-graph is %s != %s"1458msgstr ""14591460#: commit-graph.c:12361461#, c-format1462msgid "commit-graph parent list for commit %s is too long"1463msgstr ""14641465#: commit-graph.c:12421466#, c-format1467msgid "commit-graph parent for %s is %s != %s"1468msgstr ""14691470#: commit-graph.c:12551471#, c-format1472msgid "commit-graph parent list for commit %s terminates early"1473msgstr ""14741475#: commit-graph.c:12601476#, c-format1477msgid ""1478"commit-graph has generation number zero for commit %s, but non-zero elsewhere"1479msgstr ""14801481#: commit-graph.c:12641482#, c-format1483msgid ""1484"commit-graph has non-zero generation number for commit %s, but zero elsewhere"1485msgstr ""14861487#: commit-graph.c:12791488#, c-format1489msgid "commit-graph generation for commit %s is %u != %u"1490msgstr ""14911492#: commit-graph.c:12851493#, c-format1494msgid "commit date for commit %s in commit-graph is %<PRIuMAX> != %<PRIuMAX>"1495msgstr ""14961497#: compat/obstack.c:406 compat/obstack.c:4081498msgid "memory exhausted"1499msgstr ""15001501#: config.c:1231502#, c-format1503msgid ""1504"exceeded maximum include depth (%d) while including\n"1505"\t%s\n"1506"from\n"1507"\t%s\n"1508"This might be due to circular includes."1509msgstr ""15101511#: config.c:1391512#, c-format1513msgid "could not expand include path '%s'"1514msgstr ""15151516#: config.c:1501517msgid "relative config includes must come from files"1518msgstr ""15191520#: config.c:1901521msgid "relative config include conditionals must come from files"1522msgstr ""15231524#: config.c:3481525#, c-format1526msgid "key does not contain a section: %s"1527msgstr ""15281529#: config.c:3541530#, c-format1531msgid "key does not contain variable name: %s"1532msgstr ""15331534#: config.c:378 sequencer.c:24591535#, c-format1536msgid "invalid key: %s"1537msgstr ""15381539#: config.c:3841540#, c-format1541msgid "invalid key (newline): %s"1542msgstr ""15431544#: config.c:420 config.c:4321545#, c-format1546msgid "bogus config parameter: %s"1547msgstr ""15481549#: config.c:4671550#, c-format1551msgid "bogus format in %s"1552msgstr ""15531554#: config.c:7931555#, c-format1556msgid "bad config line %d in blob %s"1557msgstr ""15581559#: config.c:7971560#, c-format1561msgid "bad config line %d in file %s"1562msgstr ""15631564#: config.c:8011565#, c-format1566msgid "bad config line %d in standard input"1567msgstr ""15681569#: config.c:8051570#, c-format1571msgid "bad config line %d in submodule-blob %s"1572msgstr ""15731574#: config.c:8091575#, c-format1576msgid "bad config line %d in command line %s"1577msgstr ""15781579#: config.c:8131580#, c-format1581msgid "bad config line %d in %s"1582msgstr ""15831584#: config.c:9521585msgid "out of range"1586msgstr ""15871588#: config.c:9521589msgid "invalid unit"1590msgstr ""15911592#: config.c:9581593#, c-format1594msgid "bad numeric config value '%s' for '%s': %s"1595msgstr ""15961597#: config.c:9631598#, c-format1599msgid "bad numeric config value '%s' for '%s' in blob %s: %s"1600msgstr ""16011602#: config.c:9661603#, c-format1604msgid "bad numeric config value '%s' for '%s' in file %s: %s"1605msgstr ""16061607#: config.c:9691608#, c-format1609msgid "bad numeric config value '%s' for '%s' in standard input: %s"1610msgstr ""16111612#: config.c:9721613#, c-format1614msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"1615msgstr ""16161617#: config.c:9751618#, c-format1619msgid "bad numeric config value '%s' for '%s' in command line %s: %s"1620msgstr ""16211622#: config.c:9781623#, c-format1624msgid "bad numeric config value '%s' for '%s' in %s: %s"1625msgstr ""16261627#: config.c:10731628#, c-format1629msgid "failed to expand user dir in: '%s'"1630msgstr ""16311632#: config.c:10821633#, c-format1634msgid "'%s' for '%s' is not a valid timestamp"1635msgstr ""16361637#: config.c:11731638#, c-format1639msgid "abbrev length out of range: %d"1640msgstr ""16411642#: config.c:1187 config.c:11981643#, c-format1644msgid "bad zlib compression level %d"1645msgstr ""16461647#: config.c:12901648msgid "core.commentChar should only be one character"1649msgstr ""16501651#: config.c:13231652#, c-format1653msgid "invalid mode for object creation: %s"1654msgstr ""16551656#: config.c:13951657#, c-format1658msgid "malformed value for %s"1659msgstr ""16601661#: config.c:14211662#, c-format1663msgid "malformed value for %s: %s"1664msgstr ""16651666#: config.c:14221667msgid "must be one of nothing, matching, simple, upstream or current"1668msgstr ""16691670#: config.c:1483 builtin/pack-objects.c:33971671#, c-format1672msgid "bad pack compression level %d"1673msgstr ""16741675#: config.c:16041676#, c-format1677msgid "unable to load config blob object '%s'"1678msgstr ""16791680#: config.c:16071681#, c-format1682msgid "reference '%s' does not point to a blob"1683msgstr ""16841685#: config.c:16241686#, c-format1687msgid "unable to resolve config blob '%s'"1688msgstr ""16891690#: config.c:16541691#, c-format1692msgid "failed to parse %s"1693msgstr ""16941695#: config.c:17101696msgid "unable to parse command-line config"1697msgstr ""16981699#: config.c:20591700msgid "unknown error occurred while reading the configuration files"1701msgstr ""17021703#: config.c:22291704#, c-format1705msgid "Invalid %s: '%s'"1706msgstr ""17071708#: config.c:22721709#, c-format1710msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"1711msgstr ""17121713#: config.c:22981714#, c-format1715msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"1716msgstr ""17171718#: config.c:23441719#, c-format1720msgid "unable to parse '%s' from command-line config"1721msgstr ""17221723#: config.c:23461724#, c-format1725msgid "bad config variable '%s' in file '%s' at line %d"1726msgstr ""17271728#: config.c:24271729#, c-format1730msgid "invalid section name '%s'"1731msgstr ""17321733#: config.c:24591734#, c-format1735msgid "%s has multiple values"1736msgstr ""17371738#: config.c:24881739#, c-format1740msgid "failed to write new configuration file %s"1741msgstr ""17421743#: config.c:2740 config.c:30641744#, c-format1745msgid "could not lock config file %s"1746msgstr ""17471748#: config.c:27511749#, c-format1750msgid "opening %s"1751msgstr ""17521753#: config.c:2786 builtin/config.c:3281754#, c-format1755msgid "invalid pattern: %s"1756msgstr ""17571758#: config.c:28111759#, c-format1760msgid "invalid config file %s"1761msgstr ""17621763#: config.c:2824 config.c:30771764#, c-format1765msgid "fstat on %s failed"1766msgstr ""17671768#: config.c:28351769#, c-format1770msgid "unable to mmap '%s'"1771msgstr ""17721773#: config.c:2844 config.c:30821774#, c-format1775msgid "chmod on %s failed"1776msgstr ""17771778#: config.c:2929 config.c:31791779#, c-format1780msgid "could not write config file %s"1781msgstr ""17821783#: config.c:29631784#, c-format1785msgid "could not set '%s' to '%s'"1786msgstr ""17871788#: config.c:2965 builtin/remote.c:7821789#, c-format1790msgid "could not unset '%s'"1791msgstr ""17921793#: config.c:30551794#, c-format1795msgid "invalid section name: %s"1796msgstr ""17971798#: config.c:32221799#, c-format1800msgid "missing value for '%s'"1801msgstr ""18021803#: connect.c:611804msgid "the remote end hung up upon initial contact"1805msgstr ""18061807#: connect.c:631808msgid ""1809"Could not read from remote repository.\n"1810"\n"1811"Please make sure you have the correct access rights\n"1812"and the repository exists."1813msgstr ""18141815#: connect.c:811816#, c-format1817msgid "server doesn't support '%s'"1818msgstr ""18191820#: connect.c:1031821#, c-format1822msgid "server doesn't support feature '%s'"1823msgstr ""18241825#: connect.c:1141826msgid "expected flush after capabilities"1827msgstr ""18281829#: connect.c:2331830#, c-format1831msgid "ignoring capabilities after first line '%s'"1832msgstr ""18331834#: connect.c:2521835msgid "protocol error: unexpected capabilities^{}"1836msgstr ""18371838#: connect.c:2731839#, c-format1840msgid "protocol error: expected shallow sha-1, got '%s'"1841msgstr ""18421843#: connect.c:2751844msgid "repository on the other end cannot be shallow"1845msgstr ""18461847#: connect.c:3131848msgid "invalid packet"1849msgstr ""18501851#: connect.c:3331852#, c-format1853msgid "protocol error: unexpected '%s'"1854msgstr ""18551856#: connect.c:4411857#, c-format1858msgid "invalid ls-refs response: %s"1859msgstr ""18601861#: connect.c:4451862msgid "expected flush after ref listing"1863msgstr ""18641865#: connect.c:5441866#, c-format1867msgid "protocol '%s' is not supported"1868msgstr ""18691870#: connect.c:5951871msgid "unable to set SO_KEEPALIVE on socket"1872msgstr ""18731874#: connect.c:635 connect.c:6981875#, c-format1876msgid "Looking up %s ... "1877msgstr ""18781879#: connect.c:6391880#, c-format1881msgid "unable to look up %s (port %s) (%s)"1882msgstr ""18831884#. TRANSLATORS: this is the end of "Looking up %s ... "1885#: connect.c:643 connect.c:7141886#, c-format1887msgid ""1888"done.\n"1889"Connecting to %s (port %s) ... "1890msgstr ""18911892#: connect.c:665 connect.c:7421893#, c-format1894msgid ""1895"unable to connect to %s:\n"1896"%s"1897msgstr ""18981899#. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "1900#: connect.c:671 connect.c:7481901msgid "done."1902msgstr ""19031904#: connect.c:7021905#, c-format1906msgid "unable to look up %s (%s)"1907msgstr ""19081909#: connect.c:7081910#, c-format1911msgid "unknown port %s"1912msgstr ""19131914#: connect.c:845 connect.c:11711915#, c-format1916msgid "strange hostname '%s' blocked"1917msgstr ""19181919#: connect.c:8471920#, c-format1921msgid "strange port '%s' blocked"1922msgstr ""19231924#: connect.c:8571925#, c-format1926msgid "cannot start proxy %s"1927msgstr ""19281929#: connect.c:9241930msgid "no path specified; see 'git help pull' for valid url syntax"1931msgstr ""19321933#: connect.c:11191934msgid "ssh variant 'simple' does not support -4"1935msgstr ""19361937#: connect.c:11311938msgid "ssh variant 'simple' does not support -6"1939msgstr ""19401941#: connect.c:11481942msgid "ssh variant 'simple' does not support setting port"1943msgstr ""19441945#: connect.c:12601946#, c-format1947msgid "strange pathname '%s' blocked"1948msgstr ""19491950#: connect.c:13071951msgid "unable to fork"1952msgstr ""19531954#: connected.c:85 builtin/fsck.c:221 builtin/prune.c:431955msgid "Checking connectivity"1956msgstr ""19571958#: connected.c:971959msgid "Could not run 'git rev-list'"1960msgstr ""19611962#: connected.c:1171963msgid "failed write to rev-list"1964msgstr ""19651966#: connected.c:1241967msgid "failed to close rev-list's stdin"1968msgstr ""19691970#: convert.c:1931971#, c-format1972msgid "illegal crlf_action %d"1973msgstr ""19741975#: convert.c:2061976#, c-format1977msgid "CRLF would be replaced by LF in %s"1978msgstr ""19791980#: convert.c:2081981#, c-format1982msgid ""1983"CRLF will be replaced by LF in %s.\n"1984"The file will have its original line endings in your working directory"1985msgstr ""19861987#: convert.c:2161988#, c-format1989msgid "LF would be replaced by CRLF in %s"1990msgstr ""19911992#: convert.c:2181993#, c-format1994msgid ""1995"LF will be replaced by CRLF in %s.\n"1996"The file will have its original line endings in your working directory"1997msgstr ""19981999#: convert.c:2792000#, c-format2001msgid "BOM is prohibited in '%s' if encoded as %s"2002msgstr ""20032004#: convert.c:2862005#, c-format2006msgid ""2007"The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"2008"tree-encoding."2009msgstr ""20102011#: convert.c:3042012#, c-format2013msgid "BOM is required in '%s' if encoded as %s"2014msgstr ""20152016#: convert.c:3062017#, c-format2018msgid ""2019"The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"2020"%sLE (depending on the byte order) as working-tree-encoding."2021msgstr ""20222023#: convert.c:424 convert.c:4952024#, c-format2025msgid "failed to encode '%s' from %s to %s"2026msgstr ""20272028#: convert.c:4672029#, c-format2030msgid "encoding '%s' from %s to %s and back is not the same"2031msgstr ""20322033#: convert.c:6732034#, c-format2035msgid "cannot fork to run external filter '%s'"2036msgstr ""20372038#: convert.c:6932039#, c-format2040msgid "cannot feed the input to external filter '%s'"2041msgstr ""20422043#: convert.c:7002044#, c-format2045msgid "external filter '%s' failed %d"2046msgstr ""20472048#: convert.c:735 convert.c:7382049#, c-format2050msgid "read from external filter '%s' failed"2051msgstr ""20522053#: convert.c:741 convert.c:7962054#, c-format2055msgid "external filter '%s' failed"2056msgstr ""20572058#: convert.c:8442059msgid "unexpected filter type"2060msgstr ""20612062#: convert.c:8552063msgid "path name too long for external filter"2064msgstr ""20652066#: convert.c:9292067#, c-format2068msgid ""2069"external filter '%s' is not available anymore although not all paths have "2070"been filtered"2071msgstr ""20722073#: convert.c:12282074msgid "true/false are no valid working-tree-encodings"2075msgstr ""20762077#: convert.c:1398 convert.c:14322078#, c-format2079msgid "%s: clean filter '%s' failed"2080msgstr ""20812082#: convert.c:14762083#, c-format2084msgid "%s: smudge filter %s failed"2085msgstr ""20862087#: date.c:1372088msgid "in the future"2089msgstr ""20902091#: date.c:1432092#, c-format2093msgid "%<PRIuMAX> second ago"2094msgid_plural "%<PRIuMAX> seconds ago"2095msgstr[0] ""2096msgstr[1] ""20972098#: date.c:1502099#, c-format2100msgid "%<PRIuMAX> minute ago"2101msgid_plural "%<PRIuMAX> minutes ago"2102msgstr[0] ""2103msgstr[1] ""21042105#: date.c:1572106#, c-format2107msgid "%<PRIuMAX> hour ago"2108msgid_plural "%<PRIuMAX> hours ago"2109msgstr[0] ""2110msgstr[1] ""21112112#: date.c:1642113#, c-format2114msgid "%<PRIuMAX> day ago"2115msgid_plural "%<PRIuMAX> days ago"2116msgstr[0] ""2117msgstr[1] ""21182119#: date.c:1702120#, c-format2121msgid "%<PRIuMAX> week ago"2122msgid_plural "%<PRIuMAX> weeks ago"2123msgstr[0] ""2124msgstr[1] ""21252126#: date.c:1772127#, c-format2128msgid "%<PRIuMAX> month ago"2129msgid_plural "%<PRIuMAX> months ago"2130msgstr[0] ""2131msgstr[1] ""21322133#: date.c:1882134#, c-format2135msgid "%<PRIuMAX> year"2136msgid_plural "%<PRIuMAX> years"2137msgstr[0] ""2138msgstr[1] ""21392140#. TRANSLATORS: "%s" is "<n> years"2141#: date.c:1912142#, c-format2143msgid "%s, %<PRIuMAX> month ago"2144msgid_plural "%s, %<PRIuMAX> months ago"2145msgstr[0] ""2146msgstr[1] ""21472148#: date.c:196 date.c:2012149#, c-format2150msgid "%<PRIuMAX> year ago"2151msgid_plural "%<PRIuMAX> years ago"2152msgstr[0] ""2153msgstr[1] ""21542155#: delta-islands.c:2722156msgid "Propagating island marks"2157msgstr ""21582159#: delta-islands.c:2902160#, c-format2161msgid "bad tree object %s"2162msgstr ""21632164#: delta-islands.c:3342165#, c-format2166msgid "failed to load island regex for '%s': %s"2167msgstr ""21682169#: delta-islands.c:3902170#, c-format2171msgid "island regex from config has too many capture groups (max=%d)"2172msgstr ""21732174#: delta-islands.c:4662175#, c-format2176msgid "Marked %d islands, done.\n"2177msgstr ""21782179#: diffcore-order.c:242180#, c-format2181msgid "failed to read orderfile '%s'"2182msgstr ""21832184#: diffcore-rename.c:5442185msgid "Performing inexact rename detection"2186msgstr ""21872188#: diff-no-index.c:2382189msgid "git diff --no-index [<options>] <path> <path>"2190msgstr ""21912192#: diff-no-index.c:2632193msgid ""2194"Not a git repository. Use --no-index to compare two paths outside a working "2195"tree"2196msgstr ""21972198#: diff.c:1552199#, c-format2200msgid " Failed to parse dirstat cut-off percentage '%s'\n"2201msgstr ""22022203#: diff.c:1602204#, c-format2205msgid " Unknown dirstat parameter '%s'\n"2206msgstr ""22072208#: diff.c:2962209msgid ""2210"color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "2211"'dimmed-zebra', 'plain'"2212msgstr ""22132214#: diff.c:3242215#, c-format2216msgid ""2217"unknown color-moved-ws mode '%s', possible values are 'ignore-space-change', "2218"'ignore-space-at-eol', 'ignore-all-space', 'allow-indentation-change'"2219msgstr ""22202221#: diff.c:3322222msgid ""2223"color-moved-ws: allow-indentation-change cannot be combined with other "2224"whitespace modes"2225msgstr ""22262227#: diff.c:4052228#, c-format2229msgid "Unknown value for 'diff.submodule' config variable: '%s'"2230msgstr ""22312232#: diff.c:4652233#, c-format2234msgid ""2235"Found errors in 'diff.dirstat' config variable:\n"2236"%s"2237msgstr ""22382239#: diff.c:42102240#, c-format2241msgid "external diff died, stopping at %s"2242msgstr ""22432244#: diff.c:45552245msgid "--name-only, --name-status, --check and -s are mutually exclusive"2246msgstr ""22472248#: diff.c:45582249msgid "-G, -S and --find-object are mutually exclusive"2250msgstr ""22512252#: diff.c:46362253msgid "--follow requires exactly one pathspec"2254msgstr ""22552256#: diff.c:46842257#, c-format2258msgid "invalid --stat value: %s"2259msgstr ""22602261#: diff.c:4689 diff.c:4694 diff.c:4699 diff.c:4704 diff.c:52172262#: parse-options.c:199 parse-options.c:2032263#, c-format2264msgid "%s expects a numerical value"2265msgstr ""22662267#: diff.c:47212268#, c-format2269msgid ""2270"Failed to parse --dirstat/-X option parameter:\n"2271"%s"2272msgstr ""22732274#: diff.c:48062275#, c-format2276msgid "unknown change class '%c' in --diff-filter=%s"2277msgstr ""22782279#: diff.c:48302280#, c-format2281msgid "unknown value after ws-error-highlight=%.*s"2282msgstr ""22832284#: diff.c:48442285#, c-format2286msgid "unable to resolve '%s'"2287msgstr ""22882289#: diff.c:4894 diff.c:49002290#, c-format2291msgid "%s expects <n>/<m> form"2292msgstr ""22932294#: diff.c:49122295#, c-format2296msgid "%s expects a character, got '%s'"2297msgstr ""22982299#: diff.c:49332300#, c-format2301msgid "bad --color-moved argument: %s"2302msgstr ""23032304#: diff.c:49522305#, c-format2306msgid "invalid mode '%s' in --color-moved-ws"2307msgstr ""23082309#: diff.c:49922310msgid ""2311"option diff-algorithm accepts \"myers\", \"minimal\", \"patience\" and "2312"\"histogram\""2313msgstr ""23142315#: diff.c:5028 diff.c:50482316#, c-format2317msgid "invalid argument to %s"2318msgstr ""23192320#: diff.c:51862321#, c-format2322msgid "failed to parse --submodule option parameter: '%s'"2323msgstr ""23242325#: diff.c:52422326#, c-format2327msgid "bad --word-diff argument: %s"2328msgstr ""23292330#: diff.c:52652331msgid "Diff output format options"2332msgstr ""23332334#: diff.c:5267 diff.c:52732335msgid "generate patch"2336msgstr ""23372338#: diff.c:5270 builtin/log.c:1672339msgid "suppress diff output"2340msgstr ""23412342#: diff.c:5275 diff.c:5389 diff.c:53962343msgid "<n>"2344msgstr ""23452346#: diff.c:5276 diff.c:52792347msgid "generate diffs with <n> lines context"2348msgstr ""23492350#: diff.c:52812351msgid "generate the diff in raw format"2352msgstr ""23532354#: diff.c:52842355msgid "synonym for '-p --raw'"2356msgstr ""23572358#: diff.c:52882359msgid "synonym for '-p --stat'"2360msgstr ""23612362#: diff.c:52922363msgid "machine friendly --stat"2364msgstr ""23652366#: diff.c:52952367msgid "output only the last line of --stat"2368msgstr ""23692370#: diff.c:5297 diff.c:53052371msgid "<param1,param2>..."2372msgstr ""23732374#: diff.c:52982375msgid ""2376"output the distribution of relative amount of changes for each sub-directory"2377msgstr ""23782379#: diff.c:53022380msgid "synonym for --dirstat=cumulative"2381msgstr ""23822383#: diff.c:53062384msgid "synonym for --dirstat=files,param1,param2..."2385msgstr ""23862387#: diff.c:53102388msgid "warn if changes introduce conflict markers or whitespace errors"2389msgstr ""23902391#: diff.c:53132392msgid "condensed summary such as creations, renames and mode changes"2393msgstr ""23942395#: diff.c:53162396msgid "show only names of changed files"2397msgstr ""23982399#: diff.c:53192400msgid "show only names and status of changed files"2401msgstr ""24022403#: diff.c:53212404msgid "<width>[,<name-width>[,<count>]]"2405msgstr ""24062407#: diff.c:53222408msgid "generate diffstat"2409msgstr ""24102411#: diff.c:5324 diff.c:5327 diff.c:53302412msgid "<width>"2413msgstr ""24142415#: diff.c:53252416msgid "generate diffstat with a given width"2417msgstr ""24182419#: diff.c:53282420msgid "generate diffstat with a given name width"2421msgstr ""24222423#: diff.c:53312424msgid "generate diffstat with a given graph width"2425msgstr ""24262427#: diff.c:53332428msgid "<count>"2429msgstr ""24302431#: diff.c:53342432msgid "generate diffstat with limited lines"2433msgstr ""24342435#: diff.c:53372436msgid "generate compact summary in diffstat"2437msgstr ""24382439#: diff.c:53402440msgid "output a binary diff that can be applied"2441msgstr ""24422443#: diff.c:53432444msgid "show full pre- and post-image object names on the \"index\" lines"2445msgstr ""24462447#: diff.c:53452448msgid "show colored diff"2449msgstr ""24502451#: diff.c:53462452msgid "<kind>"2453msgstr ""24542455#: diff.c:53472456msgid ""2457"highlight whitespace errors in the 'context', 'old' or 'new' lines in the "2458"diff"2459msgstr ""24602461#: diff.c:53502462msgid ""2463"do not munge pathnames and use NULs as output field terminators in --raw or "2464"--numstat"2465msgstr ""24662467#: diff.c:5353 diff.c:5356 diff.c:5359 diff.c:54652468msgid "<prefix>"2469msgstr ""24702471#: diff.c:53542472msgid "show the given source prefix instead of \"a/\""2473msgstr ""24742475#: diff.c:53572476msgid "show the given destination prefix instead of \"b/\""2477msgstr ""24782479#: diff.c:53602480msgid "prepend an additional prefix to every line of output"2481msgstr ""24822483#: diff.c:53632484msgid "do not show any source or destination prefix"2485msgstr ""24862487#: diff.c:53662488msgid "show context between diff hunks up to the specified number of lines"2489msgstr ""24902491#: diff.c:5370 diff.c:5375 diff.c:53802492msgid "<char>"2493msgstr ""24942495#: diff.c:53712496msgid "specify the character to indicate a new line instead of '+'"2497msgstr ""24982499#: diff.c:53762500msgid "specify the character to indicate an old line instead of '-'"2501msgstr ""25022503#: diff.c:53812504msgid "specify the character to indicate a context instead of ' '"2505msgstr ""25062507#: diff.c:53842508msgid "Diff rename options"2509msgstr ""25102511#: diff.c:53852512msgid "<n>[/<m>]"2513msgstr ""25142515#: diff.c:53862516msgid "break complete rewrite changes into pairs of delete and create"2517msgstr ""25182519#: diff.c:53902520msgid "detect renames"2521msgstr ""25222523#: diff.c:53942524msgid "omit the preimage for deletes"2525msgstr ""25262527#: diff.c:53972528msgid "detect copies"2529msgstr ""25302531#: diff.c:54012532msgid "use unmodified files as source to find copies"2533msgstr ""25342535#: diff.c:54032536msgid "disable rename detection"2537msgstr ""25382539#: diff.c:54062540msgid "use empty blobs as rename source"2541msgstr ""25422543#: diff.c:54082544msgid "continue listing the history of a file beyond renames"2545msgstr ""25462547#: diff.c:54112548msgid ""2549"prevent rename/copy detection if the number of rename/copy targets exceeds "2550"given limit"2551msgstr ""25522553#: diff.c:54132554msgid "Diff algorithm options"2555msgstr ""25562557#: diff.c:54152558msgid "produce the smallest possible diff"2559msgstr ""25602561#: diff.c:54182562msgid "ignore whitespace when comparing lines"2563msgstr ""25642565#: diff.c:54212566msgid "ignore changes in amount of whitespace"2567msgstr ""25682569#: diff.c:54242570msgid "ignore changes in whitespace at EOL"2571msgstr ""25722573#: diff.c:54272574msgid "ignore carrier-return at the end of line"2575msgstr ""25762577#: diff.c:54302578msgid "ignore changes whose lines are all blank"2579msgstr ""25802581#: diff.c:54332582msgid "heuristic to shift diff hunk boundaries for easy reading"2583msgstr ""25842585#: diff.c:54362586msgid "generate diff using the \"patience diff\" algorithm"2587msgstr ""25882589#: diff.c:54402590msgid "generate diff using the \"histogram diff\" algorithm"2591msgstr ""25922593#: diff.c:54422594msgid "<algorithm>"2595msgstr ""25962597#: diff.c:54432598msgid "choose a diff algorithm"2599msgstr ""26002601#: diff.c:54452602msgid "<text>"2603msgstr ""26042605#: diff.c:54462606msgid "generate diff using the \"anchored diff\" algorithm"2607msgstr ""26082609#: diff.c:5448 diff.c:5457 diff.c:54602610msgid "<mode>"2611msgstr ""26122613#: diff.c:54492614msgid "show word diff, using <mode> to delimit changed words"2615msgstr ""26162617#: diff.c:5451 diff.c:5454 diff.c:54992618msgid "<regex>"2619msgstr ""26202621#: diff.c:54522622msgid "use <regex> to decide what a word is"2623msgstr ""26242625#: diff.c:54552626msgid "equivalent to --word-diff=color --word-diff-regex=<regex>"2627msgstr ""26282629#: diff.c:54582630msgid "moved lines of code are colored differently"2631msgstr ""26322633#: diff.c:54612634msgid "how white spaces are ignored in --color-moved"2635msgstr ""26362637#: diff.c:54642638msgid "Other diff options"2639msgstr ""26402641#: diff.c:54662642msgid "when run from subdir, exclude changes outside and show relative paths"2643msgstr ""26442645#: diff.c:54702646msgid "treat all files as text"2647msgstr ""26482649#: diff.c:54722650msgid "swap two inputs, reverse the diff"2651msgstr ""26522653#: diff.c:54742654msgid "exit with 1 if there were differences, 0 otherwise"2655msgstr ""26562657#: diff.c:54762658msgid "disable all output of the program"2659msgstr ""26602661#: diff.c:54782662msgid "allow an external diff helper to be executed"2663msgstr ""26642665#: diff.c:54802666msgid "run external text conversion filters when comparing binary files"2667msgstr ""26682669#: diff.c:54822670msgid "<when>"2671msgstr ""26722673#: diff.c:54832674msgid "ignore changes to submodules in the diff generation"2675msgstr ""26762677#: diff.c:54862678msgid "<format>"2679msgstr ""26802681#: diff.c:54872682msgid "specify how differences in submodules are shown"2683msgstr ""26842685#: diff.c:54912686msgid "hide 'git add -N' entries from the index"2687msgstr ""26882689#: diff.c:54942690msgid "treat 'git add -N' entries as real in the index"2691msgstr ""26922693#: diff.c:54962694msgid "<string>"2695msgstr ""26962697#: diff.c:54972698msgid ""2699"look for differences that change the number of occurrences of the specified "2700"string"2701msgstr ""27022703#: diff.c:55002704msgid ""2705"look for differences that change the number of occurrences of the specified "2706"regex"2707msgstr ""27082709#: diff.c:55032710msgid "show all changes in the changeset with -S or -G"2711msgstr ""27122713#: diff.c:55062714msgid "treat <string> in -S as extended POSIX regular expression"2715msgstr ""27162717#: diff.c:55092718msgid "control the order in which files appear in the output"2719msgstr ""27202721#: diff.c:55102722msgid "<object-id>"2723msgstr ""27242725#: diff.c:55112726msgid ""2727"look for differences that change the number of occurrences of the specified "2728"object"2729msgstr ""27302731#: diff.c:55132732msgid "[(A|C|D|M|R|T|U|X|B)...[*]]"2733msgstr ""27342735#: diff.c:55142736msgid "select files by diff type"2737msgstr ""27382739#: diff.c:55162740msgid "<file>"2741msgstr ""27422743#: diff.c:55172744msgid "Output to a specific file"2745msgstr ""27462747#: diff.c:61502748msgid "inexact rename detection was skipped due to too many files."2749msgstr ""27502751#: diff.c:61532752msgid "only found copies from modified paths due to too many files."2753msgstr ""27542755#: diff.c:61562756#, c-format2757msgid ""2758"you may want to set your %s variable to at least %d and retry the command."2759msgstr ""27602761#: dir.c:5372762#, c-format2763msgid "pathspec '%s' did not match any file(s) known to git"2764msgstr ""27652766#: dir.c:9262767#, c-format2768msgid "cannot use %s as an exclude file"2769msgstr ""27702771#: dir.c:18432772#, c-format2773msgid "could not open directory '%s'"2774msgstr ""27752776#: dir.c:20852777msgid "failed to get kernel name and information"2778msgstr ""27792780#: dir.c:22092781msgid "untracked cache is disabled on this system or location"2782msgstr ""27832784#: dir.c:30132785#, c-format2786msgid "index file corrupt in repo %s"2787msgstr ""27882789#: dir.c:3058 dir.c:30632790#, c-format2791msgid "could not create directories for %s"2792msgstr ""27932794#: dir.c:30922795#, c-format2796msgid "could not migrate git directory from '%s' to '%s'"2797msgstr ""27982799#: editor.c:732800#, c-format2801msgid "hint: Waiting for your editor to close the file...%c"2802msgstr ""28032804#: entry.c:1782805msgid "Filtering content"2806msgstr ""28072808#: entry.c:4762809#, c-format2810msgid "could not stat file '%s'"2811msgstr ""28122813#: environment.c:1502814#, c-format2815msgid "bad git namespace path \"%s\""2816msgstr ""28172818#: environment.c:3322819#, c-format2820msgid "could not set GIT_DIR to '%s'"2821msgstr ""28222823#: exec-cmd.c:3632824#, c-format2825msgid "too many args to run %s"2826msgstr ""28272828#: fetch-object.c:172829msgid "Remote with no URL"2830msgstr ""28312832#: fetch-pack.c:1512833msgid "git fetch-pack: expected shallow list"2834msgstr ""28352836#: fetch-pack.c:1542837msgid "git fetch-pack: expected a flush packet after shallow list"2838msgstr ""28392840#: fetch-pack.c:1652841msgid "git fetch-pack: expected ACK/NAK, got a flush packet"2842msgstr ""28432844#: fetch-pack.c:1852845#, c-format2846msgid "git fetch-pack: expected ACK/NAK, got '%s'"2847msgstr ""28482849#: fetch-pack.c:1962850msgid "unable to write to remote"2851msgstr ""28522853#: fetch-pack.c:2582854msgid "--stateless-rpc requires multi_ack_detailed"2855msgstr ""28562857#: fetch-pack.c:360 fetch-pack.c:12712858#, c-format2859msgid "invalid shallow line: %s"2860msgstr ""28612862#: fetch-pack.c:366 fetch-pack.c:12772863#, c-format2864msgid "invalid unshallow line: %s"2865msgstr ""28662867#: fetch-pack.c:368 fetch-pack.c:12792868#, c-format2869msgid "object not found: %s"2870msgstr ""28712872#: fetch-pack.c:371 fetch-pack.c:12822873#, c-format2874msgid "error in object: %s"2875msgstr ""28762877#: fetch-pack.c:373 fetch-pack.c:12842878#, c-format2879msgid "no shallow found: %s"2880msgstr ""28812882#: fetch-pack.c:376 fetch-pack.c:12882883#, c-format2884msgid "expected shallow/unshallow, got %s"2885msgstr ""28862887#: fetch-pack.c:4172888#, c-format2889msgid "got %s %d %s"2890msgstr ""28912892#: fetch-pack.c:4342893#, c-format2894msgid "invalid commit %s"2895msgstr ""28962897#: fetch-pack.c:4652898msgid "giving up"2899msgstr ""29002901#: fetch-pack.c:477 progress.c:2842902msgid "done"2903msgstr ""29042905#: fetch-pack.c:4892906#, c-format2907msgid "got %s (%d) %s"2908msgstr ""29092910#: fetch-pack.c:5352911#, c-format2912msgid "Marking %s as complete"2913msgstr ""29142915#: fetch-pack.c:7442916#, c-format2917msgid "already have %s (%s)"2918msgstr ""29192920#: fetch-pack.c:7832921msgid "fetch-pack: unable to fork off sideband demultiplexer"2922msgstr ""29232924#: fetch-pack.c:7912925msgid "protocol error: bad pack header"2926msgstr ""29272928#: fetch-pack.c:8592929#, c-format2930msgid "fetch-pack: unable to fork off %s"2931msgstr ""29322933#: fetch-pack.c:8752934#, c-format2935msgid "%s failed"2936msgstr ""29372938#: fetch-pack.c:8772939msgid "error in sideband demultiplexer"2940msgstr ""29412942#: fetch-pack.c:9062943msgid "Server does not support shallow clients"2944msgstr ""29452946#: fetch-pack.c:9102947msgid "Server supports multi_ack_detailed"2948msgstr ""29492950#: fetch-pack.c:9132951msgid "Server supports no-done"2952msgstr ""29532954#: fetch-pack.c:9192955msgid "Server supports multi_ack"2956msgstr ""29572958#: fetch-pack.c:9232959msgid "Server supports side-band-64k"2960msgstr ""29612962#: fetch-pack.c:9272963msgid "Server supports side-band"2964msgstr ""29652966#: fetch-pack.c:9312967msgid "Server supports allow-tip-sha1-in-want"2968msgstr ""29692970#: fetch-pack.c:9352971msgid "Server supports allow-reachable-sha1-in-want"2972msgstr ""29732974#: fetch-pack.c:9452975msgid "Server supports ofs-delta"2976msgstr ""29772978#: fetch-pack.c:951 fetch-pack.c:11442979msgid "Server supports filter"2980msgstr ""29812982#: fetch-pack.c:9592983#, c-format2984msgid "Server version is %.*s"2985msgstr ""29862987#: fetch-pack.c:9652988msgid "Server does not support --shallow-since"2989msgstr ""29902991#: fetch-pack.c:9692992msgid "Server does not support --shallow-exclude"2993msgstr ""29942995#: fetch-pack.c:9712996msgid "Server does not support --deepen"2997msgstr ""29982999#: fetch-pack.c:9883000msgid "no common commits"3001msgstr ""30023003#: fetch-pack.c:1000 fetch-pack.c:14493004msgid "git fetch-pack: fetch failed."3005msgstr ""30063007#: fetch-pack.c:11383008msgid "Server does not support shallow requests"3009msgstr ""30103011#: fetch-pack.c:11713012msgid "unable to write request to remote"3013msgstr ""30143015#: fetch-pack.c:11893016#, c-format3017msgid "error reading section header '%s'"3018msgstr ""30193020#: fetch-pack.c:11953021#, c-format3022msgid "expected '%s', received '%s'"3023msgstr ""30243025#: fetch-pack.c:12343026#, c-format3027msgid "unexpected acknowledgment line: '%s'"3028msgstr ""30293030#: fetch-pack.c:12393031#, c-format3032msgid "error processing acks: %d"3033msgstr ""30343035#: fetch-pack.c:12493036msgid "expected packfile to be sent after 'ready'"3037msgstr ""30383039#: fetch-pack.c:12513040msgid "expected no other sections to be sent after no 'ready'"3041msgstr ""30423043#: fetch-pack.c:12933044#, c-format3045msgid "error processing shallow info: %d"3046msgstr ""30473048#: fetch-pack.c:13403049#, c-format3050msgid "expected wanted-ref, got '%s'"3051msgstr ""30523053#: fetch-pack.c:13453054#, c-format3055msgid "unexpected wanted-ref: '%s'"3056msgstr ""30573058#: fetch-pack.c:13503059#, c-format3060msgid "error processing wanted refs: %d"3061msgstr ""30623063#: fetch-pack.c:16763064msgid "no matching remote head"3065msgstr ""30663067#: fetch-pack.c:1699 builtin/clone.c:6733068msgid "remote did not send all necessary objects"3069msgstr ""30703071#: fetch-pack.c:17263072#, c-format3073msgid "no such remote ref %s"3074msgstr ""30753076#: fetch-pack.c:17293077#, c-format3078msgid "Server does not allow request for unadvertised object %s"3079msgstr ""30803081#: gpg-interface.c:3183082msgid "gpg failed to sign the data"3083msgstr ""30843085#: gpg-interface.c:3443086msgid "could not create temporary file"3087msgstr ""30883089#: gpg-interface.c:3473090#, c-format3091msgid "failed writing detached signature to '%s'"3092msgstr ""30933094#: graph.c:973095#, c-format3096msgid "ignore invalid color '%.*s' in log.graphColors"3097msgstr ""30983099#: grep.c:21133100#, c-format3101msgid "'%s': unable to read %s"3102msgstr ""31033104#: grep.c:2130 setup.c:164 builtin/clone.c:411 builtin/diff.c:823105#: builtin/rm.c:1353106#, c-format3107msgid "failed to stat '%s'"3108msgstr ""31093110#: grep.c:21413111#, c-format3112msgid "'%s': short read"3113msgstr ""31143115#: help.c:233116msgid "start a working area (see also: git help tutorial)"3117msgstr ""31183119#: help.c:243120msgid "work on the current change (see also: git help everyday)"3121msgstr ""31223123#: help.c:253124msgid "examine the history and state (see also: git help revisions)"3125msgstr ""31263127#: help.c:263128msgid "grow, mark and tweak your common history"3129msgstr ""31303131#: help.c:273132msgid "collaborate (see also: git help workflows)"3133msgstr ""31343135#: help.c:313136msgid "Main Porcelain Commands"3137msgstr ""31383139#: help.c:323140msgid "Ancillary Commands / Manipulators"3141msgstr ""31423143#: help.c:333144msgid "Ancillary Commands / Interrogators"3145msgstr ""31463147#: help.c:343148msgid "Interacting with Others"3149msgstr ""31503151#: help.c:353152msgid "Low-level Commands / Manipulators"3153msgstr ""31543155#: help.c:363156msgid "Low-level Commands / Interrogators"3157msgstr ""31583159#: help.c:373160msgid "Low-level Commands / Synching Repositories"3161msgstr ""31623163#: help.c:383164msgid "Low-level Commands / Internal Helpers"3165msgstr ""31663167#: help.c:2983168#, c-format3169msgid "available git commands in '%s'"3170msgstr ""31713172#: help.c:3053173msgid "git commands available from elsewhere on your $PATH"3174msgstr ""31753176#: help.c:3143177msgid "These are common Git commands used in various situations:"3178msgstr ""31793180#: help.c:363 git.c:973181#, c-format3182msgid "unsupported command listing type '%s'"3183msgstr ""31843185#: help.c:4033186msgid "The common Git guides are:"3187msgstr ""31883189#: help.c:5123190msgid "See 'git help <command>' to read about a specific subcommand"3191msgstr ""31923193#: help.c:5173194msgid "External commands"3195msgstr ""31963197#: help.c:5323198msgid "Command aliases"3199msgstr ""32003201#: help.c:5963202#, c-format3203msgid ""3204"'%s' appears to be a git command, but we were not\n"3205"able to execute it. Maybe git-%s is broken?"3206msgstr ""32073208#: help.c:6553209msgid "Uh oh. Your system reports no Git commands at all."3210msgstr ""32113212#: help.c:6773213#, c-format3214msgid "WARNING: You called a Git command named '%s', which does not exist."3215msgstr ""32163217#: help.c:6823218#, c-format3219msgid "Continuing under the assumption that you meant '%s'."3220msgstr ""32213222#: help.c:6873223#, c-format3224msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."3225msgstr ""32263227#: help.c:6953228#, c-format3229msgid "git: '%s' is not a git command. See 'git --help'."3230msgstr ""32313232#: help.c:6993233msgid ""3234"\n"3235"The most similar command is"3236msgid_plural ""3237"\n"3238"The most similar commands are"3239msgstr[0] ""3240msgstr[1] ""32413242#: help.c:7143243msgid "git version [<options>]"3244msgstr ""32453246#: help.c:7823247#, c-format3248msgid "%s: %s - %s"3249msgstr ""32503251#: help.c:7863252msgid ""3253"\n"3254"Did you mean this?"3255msgid_plural ""3256"\n"3257"Did you mean one of these?"3258msgstr[0] ""3259msgstr[1] ""32603261#: ident.c:3493262msgid ""3263"\n"3264"*** Please tell me who you are.\n"3265"\n"3266"Run\n"3267"\n"3268" git config --global user.email \"you@example.com\"\n"3269" git config --global user.name \"Your Name\"\n"3270"\n"3271"to set your account's default identity.\n"3272"Omit --global to set the identity only in this repository.\n"3273"\n"3274msgstr ""32753276#: ident.c:3793277msgid "no email was given and auto-detection is disabled"3278msgstr ""32793280#: ident.c:3843281#, c-format3282msgid "unable to auto-detect email address (got '%s')"3283msgstr ""32843285#: ident.c:4013286msgid "no name was given and auto-detection is disabled"3287msgstr ""32883289#: ident.c:4073290#, c-format3291msgid "unable to auto-detect name (got '%s')"3292msgstr ""32933294#: ident.c:4153295#, c-format3296msgid "empty ident name (for <%s>) not allowed"3297msgstr ""32983299#: ident.c:4213300#, c-format3301msgid "name consists only of disallowed characters: %s"3302msgstr ""33033304#: ident.c:436 builtin/commit.c:6083305#, c-format3306msgid "invalid date format: %s"3307msgstr ""33083309#: list-objects.c:1293310#, c-format3311msgid "entry '%s' in tree %s has tree mode, but is not a tree"3312msgstr ""33133314#: list-objects.c:1423315#, c-format3316msgid "entry '%s' in tree %s has blob mode, but is not a blob"3317msgstr ""33183319#: list-objects.c:3783320#, c-format3321msgid "unable to load root tree for commit %s"3322msgstr ""33233324#: list-objects-filter-options.c:363325msgid "multiple filter-specs cannot be combined"3326msgstr ""33273328#: list-objects-filter-options.c:583329msgid "expected 'tree:<depth>'"3330msgstr ""33313332#: list-objects-filter-options.c:843333msgid "sparse:path filters support has been dropped"3334msgstr ""33353336#: list-objects-filter-options.c:1583337msgid "cannot change partial clone promisor remote"3338msgstr ""33393340#: lockfile.c:1513341#, c-format3342msgid ""3343"Unable to create '%s.lock': %s.\n"3344"\n"3345"Another git process seems to be running in this repository, e.g.\n"3346"an editor opened by 'git commit'. Please make sure all processes\n"3347"are terminated then try again. If it still fails, a git process\n"3348"may have crashed in this repository earlier:\n"3349"remove the file manually to continue."3350msgstr ""33513352#: lockfile.c:1593353#, c-format3354msgid "Unable to create '%s.lock': %s"3355msgstr ""33563357#: merge.c:413358msgid "failed to read the cache"3359msgstr ""33603361#: merge.c:107 rerere.c:720 builtin/am.c:1887 builtin/am.c:19213362#: builtin/checkout.c:461 builtin/checkout.c:811 builtin/clone.c:7733363#: builtin/stash.c:2643364msgid "unable to write new index file"3365msgstr ""33663367#: merge-recursive.c:3223368msgid "(bad commit)\n"3369msgstr ""33703371#: merge-recursive.c:3453372#, c-format3373msgid "add_cacheinfo failed for path '%s'; merge aborting."3374msgstr ""33753376#: merge-recursive.c:3543377#, c-format3378msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."3379msgstr ""33803381#: merge-recursive.c:4373382msgid "error building trees"3383msgstr ""33843385#: merge-recursive.c:8613386#, c-format3387msgid "failed to create path '%s'%s"3388msgstr ""33893390#: merge-recursive.c:8723391#, c-format3392msgid "Removing %s to make room for subdirectory\n"3393msgstr ""33943395#: merge-recursive.c:886 merge-recursive.c:9053396msgid ": perhaps a D/F conflict?"3397msgstr ""33983399#: merge-recursive.c:8953400#, c-format3401msgid "refusing to lose untracked file at '%s'"3402msgstr ""34033404#: merge-recursive.c:936 builtin/cat-file.c:403405#, c-format3406msgid "cannot read object %s '%s'"3407msgstr ""34083409#: merge-recursive.c:9393410#, c-format3411msgid "blob expected for %s '%s'"3412msgstr ""34133414#: merge-recursive.c:9633415#, c-format3416msgid "failed to open '%s': %s"3417msgstr ""34183419#: merge-recursive.c:9743420#, c-format3421msgid "failed to symlink '%s': %s"3422msgstr ""34233424#: merge-recursive.c:9793425#, c-format3426msgid "do not know what to do with %06o %s '%s'"3427msgstr ""34283429#: merge-recursive.c:11753430#, c-format3431msgid "Failed to merge submodule %s (not checked out)"3432msgstr ""34333434#: merge-recursive.c:11823435#, c-format3436msgid "Failed to merge submodule %s (commits not present)"3437msgstr ""34383439#: merge-recursive.c:11893440#, c-format3441msgid "Failed to merge submodule %s (commits don't follow merge-base)"3442msgstr ""34433444#: merge-recursive.c:1197 merge-recursive.c:12093445#, c-format3446msgid "Fast-forwarding submodule %s to the following commit:"3447msgstr ""34483449#: merge-recursive.c:1200 merge-recursive.c:12123450#, c-format3451msgid "Fast-forwarding submodule %s"3452msgstr ""34533454#: merge-recursive.c:12353455#, c-format3456msgid "Failed to merge submodule %s (merge following commits not found)"3457msgstr ""34583459#: merge-recursive.c:12393460#, c-format3461msgid "Failed to merge submodule %s (not fast-forward)"3462msgstr ""34633464#: merge-recursive.c:12403465msgid "Found a possible merge resolution for the submodule:\n"3466msgstr ""34673468#: merge-recursive.c:12433469#, c-format3470msgid ""3471"If this is correct simply add it to the index for example\n"3472"by using:\n"3473"\n"3474" git update-index --cacheinfo 160000 %s \"%s\"\n"3475"\n"3476"which will accept this suggestion.\n"3477msgstr ""34783479#: merge-recursive.c:12523480#, c-format3481msgid "Failed to merge submodule %s (multiple merges found)"3482msgstr ""34833484#: merge-recursive.c:13253485msgid "Failed to execute internal merge"3486msgstr ""34873488#: merge-recursive.c:13303489#, c-format3490msgid "Unable to add %s to database"3491msgstr ""34923493#: merge-recursive.c:13623494#, c-format3495msgid "Auto-merging %s"3496msgstr ""34973498#: merge-recursive.c:13853499#, c-format3500msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."3501msgstr ""35023503#: merge-recursive.c:14573504#, c-format3505msgid ""3506"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "3507"in tree."3508msgstr ""35093510#: merge-recursive.c:14623511#, c-format3512msgid ""3513"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "3514"left in tree."3515msgstr ""35163517#: merge-recursive.c:14693518#, c-format3519msgid ""3520"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "3521"in tree at %s."3522msgstr ""35233524#: merge-recursive.c:14743525#, c-format3526msgid ""3527"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "3528"left in tree at %s."3529msgstr ""35303531#: merge-recursive.c:15093532msgid "rename"3533msgstr ""35343535#: merge-recursive.c:15093536msgid "renamed"3537msgstr ""35383539#: merge-recursive.c:1589 merge-recursive.c:2445 merge-recursive.c:30853540#, c-format3541msgid "Refusing to lose dirty file at %s"3542msgstr ""35433544#: merge-recursive.c:15993545#, c-format3546msgid "Refusing to lose untracked file at %s, even though it's in the way."3547msgstr ""35483549#: merge-recursive.c:16573550#, c-format3551msgid "CONFLICT (rename/add): Rename %s->%s in %s. Added %s in %s"3552msgstr ""35533554#: merge-recursive.c:16873555#, c-format3556msgid "%s is a directory in %s adding as %s instead"3557msgstr ""35583559#: merge-recursive.c:16923560#, c-format3561msgid "Refusing to lose untracked file at %s; adding as %s instead"3562msgstr ""35633564#: merge-recursive.c:17113565#, c-format3566msgid ""3567"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"3568"\"->\"%s\" in \"%s\"%s"3569msgstr ""35703571#: merge-recursive.c:17163572msgid " (left unresolved)"3573msgstr ""35743575#: merge-recursive.c:18253576#, c-format3577msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"3578msgstr ""35793580#: merge-recursive.c:20303581#, c-format3582msgid ""3583"CONFLICT (directory rename split): Unclear where to place %s because "3584"directory %s was renamed to multiple other directories, with no destination "3585"getting a majority of the files."3586msgstr ""35873588#: merge-recursive.c:20623589#, c-format3590msgid ""3591"CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "3592"implicit directory rename(s) putting the following path(s) there: %s."3593msgstr ""35943595#: merge-recursive.c:20723596#, c-format3597msgid ""3598"CONFLICT (implicit dir rename): Cannot map more than one path to %s; "3599"implicit directory renames tried to put these paths there: %s"3600msgstr ""36013602#: merge-recursive.c:21643603#, c-format3604msgid ""3605"CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"3606">%s in %s"3607msgstr ""36083609#: merge-recursive.c:24083610#, c-format3611msgid ""3612"WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "3613"renamed."3614msgstr ""36153616#: merge-recursive.c:29293617#, c-format3618msgid "cannot read object %s"3619msgstr ""36203621#: merge-recursive.c:29323622#, c-format3623msgid "object %s is not a blob"3624msgstr ""36253626#: merge-recursive.c:29963627msgid "modify"3628msgstr ""36293630#: merge-recursive.c:29963631msgid "modified"3632msgstr ""36333634#: merge-recursive.c:30083635msgid "content"3636msgstr ""36373638#: merge-recursive.c:30123639msgid "add/add"3640msgstr ""36413642#: merge-recursive.c:30353643#, c-format3644msgid "Skipped %s (merged same as existing)"3645msgstr ""36463647#: merge-recursive.c:3057 git-submodule.sh:9373648msgid "submodule"3649msgstr ""36503651#: merge-recursive.c:30583652#, c-format3653msgid "CONFLICT (%s): Merge conflict in %s"3654msgstr ""36553656#: merge-recursive.c:30883657#, c-format3658msgid "Adding as %s instead"3659msgstr ""36603661#: merge-recursive.c:31703662#, c-format3663msgid ""3664"Path updated: %s added in %s inside a directory that was renamed in %s; "3665"moving it to %s."3666msgstr ""36673668#: merge-recursive.c:31733669#, c-format3670msgid ""3671"CONFLICT (file location): %s added in %s inside a directory that was renamed "3672"in %s, suggesting it should perhaps be moved to %s."3673msgstr ""36743675#: merge-recursive.c:31773676#, c-format3677msgid ""3678"Path updated: %s renamed to %s in %s, inside a directory that was renamed in "3679"%s; moving it to %s."3680msgstr ""36813682#: merge-recursive.c:31803683#, c-format3684msgid ""3685"CONFLICT (file location): %s renamed to %s in %s, inside a directory that "3686"was renamed in %s, suggesting it should perhaps be moved to %s."3687msgstr ""36883689#: merge-recursive.c:32943690#, c-format3691msgid "Removing %s"3692msgstr ""36933694#: merge-recursive.c:33173695msgid "file/directory"3696msgstr ""36973698#: merge-recursive.c:33223699msgid "directory/file"3700msgstr ""37013702#: merge-recursive.c:33293703#, c-format3704msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"3705msgstr ""37063707#: merge-recursive.c:33383708#, c-format3709msgid "Adding %s"3710msgstr ""37113712#: merge-recursive.c:33473713#, c-format3714msgid "CONFLICT (add/add): Merge conflict in %s"3715msgstr ""37163717#: merge-recursive.c:33853718#, c-format3719msgid ""3720"Your local changes to the following files would be overwritten by merge:\n"3721" %s"3722msgstr ""37233724#: merge-recursive.c:33963725msgid "Already up to date!"3726msgstr ""37273728#: merge-recursive.c:34053729#, c-format3730msgid "merging of trees %s and %s failed"3731msgstr ""37323733#: merge-recursive.c:35043734msgid "Merging:"3735msgstr ""37363737#: merge-recursive.c:35173738#, c-format3739msgid "found %u common ancestor:"3740msgid_plural "found %u common ancestors:"3741msgstr[0] ""3742msgstr[1] ""37433744#: merge-recursive.c:35563745msgid "merge returned no commit"3746msgstr ""37473748#: merge-recursive.c:36223749#, c-format3750msgid "Could not parse object '%s'"3751msgstr ""37523753#: merge-recursive.c:3638 builtin/merge.c:702 builtin/merge.c:8733754msgid "Unable to write index."3755msgstr ""37563757#: midx.c:663758#, c-format3759msgid "multi-pack-index file %s is too small"3760msgstr ""37613762#: midx.c:823763#, c-format3764msgid "multi-pack-index signature 0x%08x does not match signature 0x%08x"3765msgstr ""37663767#: midx.c:873768#, c-format3769msgid "multi-pack-index version %d not recognized"3770msgstr ""37713772#: midx.c:923773#, c-format3774msgid "hash version %u does not match"3775msgstr ""37763777#: midx.c:1063778msgid "invalid chunk offset (too large)"3779msgstr ""37803781#: midx.c:1303782msgid "terminating multi-pack-index chunk id appears earlier than expected"3783msgstr ""37843785#: midx.c:1433786msgid "multi-pack-index missing required pack-name chunk"3787msgstr ""37883789#: midx.c:1453790msgid "multi-pack-index missing required OID fanout chunk"3791msgstr ""37923793#: midx.c:1473794msgid "multi-pack-index missing required OID lookup chunk"3795msgstr ""37963797#: midx.c:1493798msgid "multi-pack-index missing required object offsets chunk"3799msgstr ""38003801#: midx.c:1633802#, c-format3803msgid "multi-pack-index pack names out of order: '%s' before '%s'"3804msgstr ""38053806#: midx.c:2083807#, c-format3808msgid "bad pack-int-id: %u (%u total packs)"3809msgstr ""38103811#: midx.c:2583812msgid "multi-pack-index stores a 64-bit offset, but off_t is too small"3813msgstr ""38143815#: midx.c:2863816msgid "error preparing packfile from multi-pack-index"3817msgstr ""38183819#: midx.c:4573820#, c-format3821msgid "failed to add packfile '%s'"3822msgstr ""38233824#: midx.c:4633825#, c-format3826msgid "failed to open pack-index '%s'"3827msgstr ""38283829#: midx.c:5573830#, c-format3831msgid "failed to locate object %d in packfile"3832msgstr ""38333834#: midx.c:9933835#, c-format3836msgid "failed to clear multi-pack-index at %s"3837msgstr ""38383839#: midx.c:10483840msgid "Looking for referenced packfiles"3841msgstr ""38423843#: midx.c:10633844#, c-format3845msgid ""3846"oid fanout out of order: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"3847msgstr ""38483849#: midx.c:10673850msgid "Verifying OID order in MIDX"3851msgstr ""38523853#: midx.c:10763854#, c-format3855msgid "oid lookup out of order: oid[%d] = %s >= %s = oid[%d]"3856msgstr ""38573858#: midx.c:10953859msgid "Sorting objects by packfile"3860msgstr ""38613862#: midx.c:11013863msgid "Verifying object offsets"3864msgstr ""38653866#: midx.c:11173867#, c-format3868msgid "failed to load pack entry for oid[%d] = %s"3869msgstr ""38703871#: midx.c:11233872#, c-format3873msgid "failed to load pack-index for packfile %s"3874msgstr ""38753876#: midx.c:11323877#, c-format3878msgid "incorrect object offset for oid[%d] = %s: %<PRIx64> != %<PRIx64>"3879msgstr ""38803881#: name-hash.c:5313882#, c-format3883msgid "unable to create lazy_dir thread: %s"3884msgstr ""38853886#: name-hash.c:5533887#, c-format3888msgid "unable to create lazy_name thread: %s"3889msgstr ""38903891#: name-hash.c:5593892#, c-format3893msgid "unable to join lazy_name thread: %s"3894msgstr ""38953896#: notes-merge.c:2773897#, c-format3898msgid ""3899"You have not concluded your previous notes merge (%s exists).\n"3900"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "3901"commit/abort the previous merge before you start a new notes merge."3902msgstr ""39033904#: notes-merge.c:2843905#, c-format3906msgid "You have not concluded your notes merge (%s exists)."3907msgstr ""39083909#: notes-utils.c:463910msgid "Cannot commit uninitialized/unreferenced notes tree"3911msgstr ""39123913#: notes-utils.c:1053914#, c-format3915msgid "Bad notes.rewriteMode value: '%s'"3916msgstr ""39173918#: notes-utils.c:1153919#, c-format3920msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"3921msgstr ""39223923#. TRANSLATORS: The first %s is the name of3924#. the environment variable, the second %s is3925#. its value.3926#.3927#: notes-utils.c:1453928#, c-format3929msgid "Bad %s value: '%s'"3930msgstr ""39313932#: object.c:543933#, c-format3934msgid "invalid object type \"%s\""3935msgstr ""39363937#: object.c:1743938#, c-format3939msgid "object %s is a %s, not a %s"3940msgstr ""39413942#: object.c:2343943#, c-format3944msgid "object %s has unknown type id %d"3945msgstr ""39463947#: object.c:2473948#, c-format3949msgid "unable to parse object: %s"3950msgstr ""39513952#: object.c:267 object.c:2783953#, c-format3954msgid "hash mismatch %s"3955msgstr ""39563957#: packfile.c:6173958msgid "offset before end of packfile (broken .idx?)"3959msgstr ""39603961#: packfile.c:18683962#, c-format3963msgid "offset before start of pack index for %s (corrupt index?)"3964msgstr ""39653966#: packfile.c:18723967#, c-format3968msgid "offset beyond end of pack index for %s (truncated index?)"3969msgstr ""39703971#: parse-options.c:383972#, c-format3973msgid "%s requires a value"3974msgstr ""39753976#: parse-options.c:733977#, c-format3978msgid "%s is incompatible with %s"3979msgstr ""39803981#: parse-options.c:783982#, c-format3983msgid "%s : incompatible with something else"3984msgstr ""39853986#: parse-options.c:92 parse-options.c:96 parse-options.c:3193987#, c-format3988msgid "%s takes no value"3989msgstr ""39903991#: parse-options.c:943992#, c-format3993msgid "%s isn't available"3994msgstr ""39953996#: parse-options.c:2193997#, c-format3998msgid "%s expects a non-negative integer value with an optional k/m/g suffix"3999msgstr ""40004001#: parse-options.c:3894002#, c-format4003msgid "ambiguous option: %s (could be --%s%s or --%s%s)"4004msgstr ""40054006#: parse-options.c:423 parse-options.c:4314007#, c-format4008msgid "did you mean `--%s` (with two dashes ?)"4009msgstr ""40104011#: parse-options.c:8594012#, c-format4013msgid "unknown option `%s'"4014msgstr ""40154016#: parse-options.c:8614017#, c-format4018msgid "unknown switch `%c'"4019msgstr ""40204021#: parse-options.c:8634022#, c-format4023msgid "unknown non-ascii option in string: `%s'"4024msgstr ""40254026#: parse-options.c:8874027msgid "..."4028msgstr ""40294030#: parse-options.c:9064031#, c-format4032msgid "usage: %s"4033msgstr ""40344035#. TRANSLATORS: the colon here should align with the4036#. one in "usage: %s" translation.4037#.4038#: parse-options.c:9124039#, c-format4040msgid " or: %s"4041msgstr ""40424043#: parse-options.c:9154044#, c-format4045msgid " %s"4046msgstr ""40474048#: parse-options.c:9544049msgid "-NUM"4050msgstr ""40514052#: parse-options.c:9684053#, c-format4054msgid "alias of --%s"4055msgstr ""40564057#: parse-options-cb.c:20 parse-options-cb.c:244058#, c-format4059msgid "option `%s' expects a numerical value"4060msgstr ""40614062#: parse-options-cb.c:414063#, c-format4064msgid "malformed expiration date '%s'"4065msgstr ""40664067#: parse-options-cb.c:544068#, c-format4069msgid "option `%s' expects \"always\", \"auto\", or \"never\""4070msgstr ""40714072#: parse-options-cb.c:130 parse-options-cb.c:1474073#, c-format4074msgid "malformed object name '%s'"4075msgstr ""40764077#: path.c:8974078#, c-format4079msgid "Could not make %s writable by group"4080msgstr ""40814082#: pathspec.c:1284083msgid "Escape character '\\' not allowed as last character in attr value"4084msgstr ""40854086#: pathspec.c:1464087msgid "Only one 'attr:' specification is allowed."4088msgstr ""40894090#: pathspec.c:1494091msgid "attr spec must not be empty"4092msgstr ""40934094#: pathspec.c:1924095#, c-format4096msgid "invalid attribute name %s"4097msgstr ""40984099#: pathspec.c:2574100msgid "global 'glob' and 'noglob' pathspec settings are incompatible"4101msgstr ""41024103#: pathspec.c:2644104msgid ""4105"global 'literal' pathspec setting is incompatible with all other global "4106"pathspec settings"4107msgstr ""41084109#: pathspec.c:3044110msgid "invalid parameter for pathspec magic 'prefix'"4111msgstr ""41124113#: pathspec.c:3254114#, c-format4115msgid "Invalid pathspec magic '%.*s' in '%s'"4116msgstr ""41174118#: pathspec.c:3304119#, c-format4120msgid "Missing ')' at the end of pathspec magic in '%s'"4121msgstr ""41224123#: pathspec.c:3684124#, c-format4125msgid "Unimplemented pathspec magic '%c' in '%s'"4126msgstr ""41274128#: pathspec.c:4274129#, c-format4130msgid "%s: 'literal' and 'glob' are incompatible"4131msgstr ""41324133#: pathspec.c:4404134#, c-format4135msgid "%s: '%s' is outside repository"4136msgstr ""41374138#: pathspec.c:5144139#, c-format4140msgid "'%s' (mnemonic: '%c')"4141msgstr ""41424143#: pathspec.c:5244144#, c-format4145msgid "%s: pathspec magic not supported by this command: %s"4146msgstr ""41474148#: pathspec.c:5914149#, c-format4150msgid "pathspec '%s' is beyond a symbolic link"4151msgstr ""41524153#: pkt-line.c:924154msgid "unable to write flush packet"4155msgstr ""41564157#: pkt-line.c:994158msgid "unable to write delim packet"4159msgstr ""41604161#: pkt-line.c:1064162msgid "flush packet write failed"4163msgstr ""41644165#: pkt-line.c:146 pkt-line.c:2324166msgid "protocol error: impossibly long line"4167msgstr ""41684169#: pkt-line.c:162 pkt-line.c:1644170msgid "packet write with format failed"4171msgstr ""41724173#: pkt-line.c:1964174msgid "packet write failed - data exceeds max packet size"4175msgstr ""41764177#: pkt-line.c:203 pkt-line.c:2104178msgid "packet write failed"4179msgstr ""41804181#: pkt-line.c:2954182msgid "read error"4183msgstr ""41844185#: pkt-line.c:3034186msgid "the remote end hung up unexpectedly"4187msgstr ""41884189#: pkt-line.c:3314190#, c-format4191msgid "protocol error: bad line length character: %.4s"4192msgstr ""41934194#: pkt-line.c:341 pkt-line.c:3464195#, c-format4196msgid "protocol error: bad line length %d"4197msgstr ""41984199#: pkt-line.c:3624200#, c-format4201msgid "remote error: %s"4202msgstr ""42034204#: preload-index.c:1194205msgid "Refreshing index"4206msgstr ""42074208#: preload-index.c:1384209#, c-format4210msgid "unable to create threaded lstat: %s"4211msgstr ""42124213#: pretty.c:9664214msgid "unable to parse --pretty format"4215msgstr ""42164217#: range-diff.c:564218msgid "could not start `log`"4219msgstr ""42204221#: range-diff.c:594222msgid "could not read `log` output"4223msgstr ""42244225#: range-diff.c:74 sequencer.c:48974226#, c-format4227msgid "could not parse commit '%s'"4228msgstr ""42294230#: range-diff.c:2244231msgid "failed to generate diff"4232msgstr ""42334234#: range-diff.c:455 range-diff.c:4574235#, c-format4236msgid "could not parse log for '%s'"4237msgstr ""42384239#: read-cache.c:6804240#, c-format4241msgid "will not add file alias '%s' ('%s' already exists in index)"4242msgstr ""42434244#: read-cache.c:6964245msgid "cannot create an empty blob in the object database"4246msgstr ""42474248#: read-cache.c:7184249#, c-format4250msgid "%s: can only add regular files, symbolic links or git-directories"4251msgstr ""42524253#: read-cache.c:7234254#, c-format4255msgid "'%s' does not have a commit checked out"4256msgstr ""42574258#: read-cache.c:7754259#, c-format4260msgid "unable to index file '%s'"4261msgstr ""42624263#: read-cache.c:7944264#, c-format4265msgid "unable to add '%s' to index"4266msgstr ""42674268#: read-cache.c:8054269#, c-format4270msgid "unable to stat '%s'"4271msgstr ""42724273#: read-cache.c:13144274#, c-format4275msgid "'%s' appears as both a file and as a directory"4276msgstr ""42774278#: read-cache.c:14994279msgid "Refresh index"4280msgstr ""42814282#: read-cache.c:16134283#, c-format4284msgid ""4285"index.version set, but the value is invalid.\n"4286"Using version %i"4287msgstr ""42884289#: read-cache.c:16234290#, c-format4291msgid ""4292"GIT_INDEX_VERSION set, but the value is invalid.\n"4293"Using version %i"4294msgstr ""42954296#: read-cache.c:16794297#, c-format4298msgid "bad signature 0x%08x"4299msgstr ""43004301#: read-cache.c:16824302#, c-format4303msgid "bad index version %d"4304msgstr ""43054306#: read-cache.c:16914307msgid "bad index file sha1 signature"4308msgstr ""43094310#: read-cache.c:17214311#, c-format4312msgid "index uses %.4s extension, which we do not understand"4313msgstr ""43144315#: read-cache.c:17234316#, c-format4317msgid "ignoring %.4s extension"4318msgstr ""43194320#: read-cache.c:17604321#, c-format4322msgid "unknown index entry format 0x%08x"4323msgstr ""43244325#: read-cache.c:17764326#, c-format4327msgid "malformed name field in the index, near path '%s'"4328msgstr ""43294330#: read-cache.c:18334331msgid "unordered stage entries in index"4332msgstr ""43334334#: read-cache.c:18364335#, c-format4336msgid "multiple stage entries for merged file '%s'"4337msgstr ""43384339#: read-cache.c:18394340#, c-format4341msgid "unordered stage entries for '%s'"4342msgstr ""43434344#: read-cache.c:1946 read-cache.c:2234 rerere.c:565 rerere.c:599 rerere.c:11114345#: builtin/add.c:460 builtin/check-ignore.c:178 builtin/checkout.c:3584346#: builtin/checkout.c:672 builtin/checkout.c:1060 builtin/clean.c:9554347#: builtin/commit.c:344 builtin/diff-tree.c:120 builtin/grep.c:4984348#: builtin/mv.c:145 builtin/reset.c:245 builtin/rm.c:2714349#: builtin/submodule--helper.c:3304350msgid "index file corrupt"4351msgstr ""43524353#: read-cache.c:20874354#, c-format4355msgid "unable to create load_cache_entries thread: %s"4356msgstr ""43574358#: read-cache.c:21004359#, c-format4360msgid "unable to join load_cache_entries thread: %s"4361msgstr ""43624363#: read-cache.c:21334364#, c-format4365msgid "%s: index file open failed"4366msgstr ""43674368#: read-cache.c:21374369#, c-format4370msgid "%s: cannot stat the open index"4371msgstr ""43724373#: read-cache.c:21414374#, c-format4375msgid "%s: index file smaller than expected"4376msgstr ""43774378#: read-cache.c:21454379#, c-format4380msgid "%s: unable to map index file"4381msgstr ""43824383#: read-cache.c:21874384#, c-format4385msgid "unable to create load_index_extensions thread: %s"4386msgstr ""43874388#: read-cache.c:22144389#, c-format4390msgid "unable to join load_index_extensions thread: %s"4391msgstr ""43924393#: read-cache.c:22464394#, c-format4395msgid "could not freshen shared index '%s'"4396msgstr ""43974398#: read-cache.c:22934399#, c-format4400msgid "broken index, expect %s in %s, got %s"4401msgstr ""44024403#: read-cache.c:2989 wrapper.c:658 builtin/merge.c:11174404#, c-format4405msgid "could not close '%s'"4406msgstr ""44074408#: read-cache.c:3092 sequencer.c:2354 sequencer.c:38074409#, c-format4410msgid "could not stat '%s'"4411msgstr ""44124413#: read-cache.c:31054414#, c-format4415msgid "unable to open git dir: %s"4416msgstr ""44174418#: read-cache.c:31174419#, c-format4420msgid "unable to unlink: %s"4421msgstr ""44224423#: read-cache.c:31424424#, c-format4425msgid "cannot fix permission bits on '%s'"4426msgstr ""44274428#: read-cache.c:32914429#, c-format4430msgid "%s: cannot drop to stage #0"4431msgstr ""44324433#: rebase-interactive.c:264434#, c-format4435msgid ""4436"unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."4437msgstr ""44384439#: rebase-interactive.c:354440msgid ""4441"\n"4442"Commands:\n"4443"p, pick <commit> = use commit\n"4444"r, reword <commit> = use commit, but edit the commit message\n"4445"e, edit <commit> = use commit, but stop for amending\n"4446"s, squash <commit> = use commit, but meld into previous commit\n"4447"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"4448"x, exec <command> = run command (the rest of the line) using shell\n"4449"b, break = stop here (continue rebase later with 'git rebase --continue')\n"4450"d, drop <commit> = remove commit\n"4451"l, label <label> = label current HEAD with a name\n"4452"t, reset <label> = reset HEAD to a label\n"4453"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"4454". create a merge commit using the original merge commit's\n"4455". message (or the oneline, if no original merge commit was\n"4456". specified). Use -c <commit> to reword the commit message.\n"4457"\n"4458"These lines can be re-ordered; they are executed from top to bottom.\n"4459msgstr ""44604461#: rebase-interactive.c:564462#, c-format4463msgid "Rebase %s onto %s (%d command)"4464msgid_plural "Rebase %s onto %s (%d commands)"4465msgstr[0] ""4466msgstr[1] ""44674468#: rebase-interactive.c:65 git-rebase--preserve-merges.sh:1734469msgid ""4470"\n"4471"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"4472msgstr ""44734474#: rebase-interactive.c:68 git-rebase--preserve-merges.sh:1774475msgid ""4476"\n"4477"If you remove a line here THAT COMMIT WILL BE LOST.\n"4478msgstr ""44794480#: rebase-interactive.c:74 git-rebase--preserve-merges.sh:8164481msgid ""4482"\n"4483"You are editing the todo file of an ongoing interactive rebase.\n"4484"To continue rebase after editing, run:\n"4485" git rebase --continue\n"4486"\n"4487msgstr ""44884489#: rebase-interactive.c:79 git-rebase--preserve-merges.sh:8934490msgid ""4491"\n"4492"However, if you remove everything, the rebase will be aborted.\n"4493"\n"4494msgstr ""44954496#: rebase-interactive.c:85 git-rebase--preserve-merges.sh:9004497msgid "Note that empty commits are commented out"4498msgstr ""44994500#: rebase-interactive.c:105 rerere.c:485 rerere.c:692 sequencer.c:33394501#: sequencer.c:3365 sequencer.c:4996 builtin/fsck.c:356 builtin/rebase.c:2354502#, c-format4503msgid "could not write '%s'"4504msgstr ""45054506#: rebase-interactive.c:1084507#, c-format4508msgid "could not copy '%s' to '%s'."4509msgstr ""45104511#: rebase-interactive.c:1734512#, c-format4513msgid ""4514"Warning: some commits may have been dropped accidentally.\n"4515"Dropped commits (newer to older):\n"4516msgstr ""45174518#: rebase-interactive.c:1804519#, c-format4520msgid ""4521"To avoid this message, use \"drop\" to explicitly remove a commit.\n"4522"\n"4523"Use 'git config rebase.missingCommitsCheck' to change the level of "4524"warnings.\n"4525"The possible behaviours are: ignore, warn, error.\n"4526"\n"4527msgstr ""45284529#: refs.c:1924530#, c-format4531msgid "%s does not point to a valid object!"4532msgstr ""45334534#: refs.c:5974535#, c-format4536msgid "ignoring dangling symref %s"4537msgstr ""45384539#: refs.c:599 ref-filter.c:19824540#, c-format4541msgid "ignoring broken ref %s"4542msgstr ""45434544#: refs.c:7344545#, c-format4546msgid "could not open '%s' for writing: %s"4547msgstr ""45484549#: refs.c:744 refs.c:7954550#, c-format4551msgid "could not read ref '%s'"4552msgstr ""45534554#: refs.c:7504555#, c-format4556msgid "ref '%s' already exists"4557msgstr ""45584559#: refs.c:7554560#, c-format4561msgid "unexpected object ID when writing '%s'"4562msgstr ""45634564#: refs.c:763 sequencer.c:400 sequencer.c:2679 sequencer.c:28054565#: sequencer.c:2819 sequencer.c:3076 sequencer.c:4913 wrapper.c:6564566#, c-format4567msgid "could not write to '%s'"4568msgstr ""45694570#: refs.c:790 wrapper.c:225 wrapper.c:395 builtin/am.c:715 builtin/rebase.c:9934571#, c-format4572msgid "could not open '%s' for writing"4573msgstr ""45744575#: refs.c:7974576#, c-format4577msgid "unexpected object ID when deleting '%s'"4578msgstr ""45794580#: refs.c:9284581#, c-format4582msgid "log for ref %s has gap after %s"4583msgstr ""45844585#: refs.c:9344586#, c-format4587msgid "log for ref %s unexpectedly ended on %s"4588msgstr ""45894590#: refs.c:9934591#, c-format4592msgid "log for %s is empty"4593msgstr ""45944595#: refs.c:10854596#, c-format4597msgid "refusing to update ref with bad name '%s'"4598msgstr ""45994600#: refs.c:11614601#, c-format4602msgid "update_ref failed for ref '%s': %s"4603msgstr ""46044605#: refs.c:19424606#, c-format4607msgid "multiple updates for ref '%s' not allowed"4608msgstr ""46094610#: refs.c:19744611msgid "ref updates forbidden inside quarantine environment"4612msgstr ""46134614#: refs.c:2070 refs.c:21004615#, c-format4616msgid "'%s' exists; cannot create '%s'"4617msgstr ""46184619#: refs.c:2076 refs.c:21114620#, c-format4621msgid "cannot process '%s' and '%s' at the same time"4622msgstr ""46234624#: refs/files-backend.c:12344625#, c-format4626msgid "could not remove reference %s"4627msgstr ""46284629#: refs/files-backend.c:1248 refs/packed-backend.c:15324630#: refs/packed-backend.c:15424631#, c-format4632msgid "could not delete reference %s: %s"4633msgstr ""46344635#: refs/files-backend.c:1251 refs/packed-backend.c:15454636#, c-format4637msgid "could not delete references: %s"4638msgstr ""46394640#: refspec.c:1374641#, c-format4642msgid "invalid refspec '%s'"4643msgstr ""46444645#: ref-filter.c:39 wt-status.c:19094646msgid "gone"4647msgstr ""46484649#: ref-filter.c:404650#, c-format4651msgid "ahead %d"4652msgstr ""46534654#: ref-filter.c:414655#, c-format4656msgid "behind %d"4657msgstr ""46584659#: ref-filter.c:424660#, c-format4661msgid "ahead %d, behind %d"4662msgstr ""46634664#: ref-filter.c:1384665#, c-format4666msgid "expected format: %%(color:<color>)"4667msgstr ""46684669#: ref-filter.c:1404670#, c-format4671msgid "unrecognized color: %%(color:%s)"4672msgstr ""46734674#: ref-filter.c:1624675#, c-format4676msgid "Integer value expected refname:lstrip=%s"4677msgstr ""46784679#: ref-filter.c:1664680#, c-format4681msgid "Integer value expected refname:rstrip=%s"4682msgstr ""46834684#: ref-filter.c:1684685#, c-format4686msgid "unrecognized %%(%s) argument: %s"4687msgstr ""46884689#: ref-filter.c:2234690#, c-format4691msgid "%%(objecttype) does not take arguments"4692msgstr ""46934694#: ref-filter.c:2454695#, c-format4696msgid "unrecognized %%(objectsize) argument: %s"4697msgstr ""46984699#: ref-filter.c:2534700#, c-format4701msgid "%%(deltabase) does not take arguments"4702msgstr ""47034704#: ref-filter.c:2654705#, c-format4706msgid "%%(body) does not take arguments"4707msgstr ""47084709#: ref-filter.c:2744710#, c-format4711msgid "%%(subject) does not take arguments"4712msgstr ""47134714#: ref-filter.c:2964715#, c-format4716msgid "unknown %%(trailers) argument: %s"4717msgstr ""47184719#: ref-filter.c:3254720#, c-format4721msgid "positive value expected contents:lines=%s"4722msgstr ""47234724#: ref-filter.c:3274725#, c-format4726msgid "unrecognized %%(contents) argument: %s"4727msgstr ""47284729#: ref-filter.c:3424730#, c-format4731msgid "positive value expected objectname:short=%s"4732msgstr ""47334734#: ref-filter.c:3464735#, c-format4736msgid "unrecognized %%(objectname) argument: %s"4737msgstr ""47384739#: ref-filter.c:3764740#, c-format4741msgid "expected format: %%(align:<width>,<position>)"4742msgstr ""47434744#: ref-filter.c:3884745#, c-format4746msgid "unrecognized position:%s"4747msgstr ""47484749#: ref-filter.c:3954750#, c-format4751msgid "unrecognized width:%s"4752msgstr ""47534754#: ref-filter.c:4044755#, c-format4756msgid "unrecognized %%(align) argument: %s"4757msgstr ""47584759#: ref-filter.c:4124760#, c-format4761msgid "positive width expected with the %%(align) atom"4762msgstr ""47634764#: ref-filter.c:4304765#, c-format4766msgid "unrecognized %%(if) argument: %s"4767msgstr ""47684769#: ref-filter.c:5314770#, c-format4771msgid "malformed field name: %.*s"4772msgstr ""47734774#: ref-filter.c:5584775#, c-format4776msgid "unknown field name: %.*s"4777msgstr ""47784779#: ref-filter.c:5624780#, c-format4781msgid ""4782"not a git repository, but the field '%.*s' requires access to object data"4783msgstr ""47844785#: ref-filter.c:6864786#, c-format4787msgid "format: %%(if) atom used without a %%(then) atom"4788msgstr ""47894790#: ref-filter.c:7494791#, c-format4792msgid "format: %%(then) atom used without an %%(if) atom"4793msgstr ""47944795#: ref-filter.c:7514796#, c-format4797msgid "format: %%(then) atom used more than once"4798msgstr ""47994800#: ref-filter.c:7534801#, c-format4802msgid "format: %%(then) atom used after %%(else)"4803msgstr ""48044805#: ref-filter.c:7814806#, c-format4807msgid "format: %%(else) atom used without an %%(if) atom"4808msgstr ""48094810#: ref-filter.c:7834811#, c-format4812msgid "format: %%(else) atom used without a %%(then) atom"4813msgstr ""48144815#: ref-filter.c:7854816#, c-format4817msgid "format: %%(else) atom used more than once"4818msgstr ""48194820#: ref-filter.c:8004821#, c-format4822msgid "format: %%(end) atom used without corresponding atom"4823msgstr ""48244825#: ref-filter.c:8574826#, c-format4827msgid "malformed format string %s"4828msgstr ""48294830#: ref-filter.c:14534831#, c-format4832msgid "(no branch, rebasing %s)"4833msgstr ""48344835#: ref-filter.c:14564836#, c-format4837msgid "(no branch, rebasing detached HEAD %s)"4838msgstr ""48394840#: ref-filter.c:14594841#, c-format4842msgid "(no branch, bisect started on %s)"4843msgstr ""48444845#. TRANSLATORS: make sure this matches "HEAD4846#. detached at " in wt-status.c4847#.4848#: ref-filter.c:14674849#, c-format4850msgid "(HEAD detached at %s)"4851msgstr ""48524853#. TRANSLATORS: make sure this matches "HEAD4854#. detached from " in wt-status.c4855#.4856#: ref-filter.c:14744857#, c-format4858msgid "(HEAD detached from %s)"4859msgstr ""48604861#: ref-filter.c:14784862msgid "(no branch)"4863msgstr ""48644865#: ref-filter.c:1512 ref-filter.c:16694866#, c-format4867msgid "missing object %s for %s"4868msgstr ""48694870#: ref-filter.c:15224871#, c-format4872msgid "parse_object_buffer failed on %s for %s"4873msgstr ""48744875#: ref-filter.c:18884876#, c-format4877msgid "malformed object at '%s'"4878msgstr ""48794880#: ref-filter.c:19774881#, c-format4882msgid "ignoring ref with broken name %s"4883msgstr ""48844885#: ref-filter.c:22634886#, c-format4887msgid "format: %%(end) atom missing"4888msgstr ""48894890#: ref-filter.c:23634891#, c-format4892msgid "option `%s' is incompatible with --merged"4893msgstr ""48944895#: ref-filter.c:23664896#, c-format4897msgid "option `%s' is incompatible with --no-merged"4898msgstr ""48994900#: ref-filter.c:23764901#, c-format4902msgid "malformed object name %s"4903msgstr ""49044905#: ref-filter.c:23814906#, c-format4907msgid "option `%s' must point to a commit"4908msgstr ""49094910#: remote.c:3634911#, c-format4912msgid "config remote shorthand cannot begin with '/': %s"4913msgstr ""49144915#: remote.c:4104916msgid "more than one receivepack given, using the first"4917msgstr ""49184919#: remote.c:4184920msgid "more than one uploadpack given, using the first"4921msgstr ""49224923#: remote.c:6084924#, c-format4925msgid "Cannot fetch both %s and %s to %s"4926msgstr ""49274928#: remote.c:6124929#, c-format4930msgid "%s usually tracks %s, not %s"4931msgstr ""49324933#: remote.c:6164934#, c-format4935msgid "%s tracks both %s and %s"4936msgstr ""49374938#: remote.c:6844939#, c-format4940msgid "key '%s' of pattern had no '*'"4941msgstr ""49424943#: remote.c:6944944#, c-format4945msgid "value '%s' of pattern has no '*'"4946msgstr ""49474948#: remote.c:10004949#, c-format4950msgid "src refspec %s does not match any"4951msgstr ""49524953#: remote.c:10054954#, c-format4955msgid "src refspec %s matches more than one"4956msgstr ""49574958#. TRANSLATORS: "matches '%s'%" is the <dst> part of "git push4959#. <remote> <src>:<dst>" push, and "being pushed ('%s')" is4960#. the <src>.4961#.4962#: remote.c:10204963#, c-format4964msgid ""4965"The destination you provided is not a full refname (i.e.,\n"4966"starting with \"refs/\"). We tried to guess what you meant by:\n"4967"\n"4968"- Looking for a ref that matches '%s' on the remote side.\n"4969"- Checking if the <src> being pushed ('%s')\n"4970" is a ref in \"refs/{heads,tags}/\". If so we add a corresponding\n"4971" refs/{heads,tags}/ prefix on the remote side.\n"4972"\n"4973"Neither worked, so we gave up. You must fully qualify the ref."4974msgstr ""49754976#: remote.c:10404977#, c-format4978msgid ""4979"The <src> part of the refspec is a commit object.\n"4980"Did you mean to create a new branch by pushing to\n"4981"'%s:refs/heads/%s'?"4982msgstr ""49834984#: remote.c:10454985#, c-format4986msgid ""4987"The <src> part of the refspec is a tag object.\n"4988"Did you mean to create a new tag by pushing to\n"4989"'%s:refs/tags/%s'?"4990msgstr ""49914992#: remote.c:10504993#, c-format4994msgid ""4995"The <src> part of the refspec is a tree object.\n"4996"Did you mean to tag a new tree by pushing to\n"4997"'%s:refs/tags/%s'?"4998msgstr ""49995000#: remote.c:10555001#, c-format5002msgid ""5003"The <src> part of the refspec is a blob object.\n"5004"Did you mean to tag a new blob by pushing to\n"5005"'%s:refs/tags/%s'?"5006msgstr ""50075008#: remote.c:10915009#, c-format5010msgid "%s cannot be resolved to branch"5011msgstr ""50125013#: remote.c:11025014#, c-format5015msgid "unable to delete '%s': remote ref does not exist"5016msgstr ""50175018#: remote.c:11145019#, c-format5020msgid "dst refspec %s matches more than one"5021msgstr ""50225023#: remote.c:11215024#, c-format5025msgid "dst ref %s receives from more than one src"5026msgstr ""50275028#: remote.c:1624 remote.c:17255029msgid "HEAD does not point to a branch"5030msgstr ""50315032#: remote.c:16335033#, c-format5034msgid "no such branch: '%s'"5035msgstr ""50365037#: remote.c:16365038#, c-format5039msgid "no upstream configured for branch '%s'"5040msgstr ""50415042#: remote.c:16425043#, c-format5044msgid "upstream branch '%s' not stored as a remote-tracking branch"5045msgstr ""50465047#: remote.c:16575048#, c-format5049msgid "push destination '%s' on remote '%s' has no local tracking branch"5050msgstr ""50515052#: remote.c:16695053#, c-format5054msgid "branch '%s' has no remote for pushing"5055msgstr ""50565057#: remote.c:16795058#, c-format5059msgid "push refspecs for '%s' do not include '%s'"5060msgstr ""50615062#: remote.c:16925063msgid "push has no destination (push.default is 'nothing')"5064msgstr ""50655066#: remote.c:17145067msgid "cannot resolve 'simple' push to a single destination"5068msgstr ""50695070#: remote.c:18405071#, c-format5072msgid "couldn't find remote ref %s"5073msgstr ""50745075#: remote.c:18535076#, c-format5077msgid "* Ignoring funny ref '%s' locally"5078msgstr ""50795080#: remote.c:20165081#, c-format5082msgid "Your branch is based on '%s', but the upstream is gone.\n"5083msgstr ""50845085#: remote.c:20205086msgid " (use \"git branch --unset-upstream\" to fixup)\n"5087msgstr ""50885089#: remote.c:20235090#, c-format5091msgid "Your branch is up to date with '%s'.\n"5092msgstr ""50935094#: remote.c:20275095#, c-format5096msgid "Your branch and '%s' refer to different commits.\n"5097msgstr ""50985099#: remote.c:20305100#, c-format5101msgid " (use \"%s\" for details)\n"5102msgstr ""51035104#: remote.c:20345105#, c-format5106msgid "Your branch is ahead of '%s' by %d commit.\n"5107msgid_plural "Your branch is ahead of '%s' by %d commits.\n"5108msgstr[0] ""5109msgstr[1] ""51105111#: remote.c:20405112msgid " (use \"git push\" to publish your local commits)\n"5113msgstr ""51145115#: remote.c:20435116#, c-format5117msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"5118msgid_plural ""5119"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"5120msgstr[0] ""5121msgstr[1] ""51225123#: remote.c:20515124msgid " (use \"git pull\" to update your local branch)\n"5125msgstr ""51265127#: remote.c:20545128#, c-format5129msgid ""5130"Your branch and '%s' have diverged,\n"5131"and have %d and %d different commit each, respectively.\n"5132msgid_plural ""5133"Your branch and '%s' have diverged,\n"5134"and have %d and %d different commits each, respectively.\n"5135msgstr[0] ""5136msgstr[1] ""51375138#: remote.c:20645139msgid " (use \"git pull\" to merge the remote branch into yours)\n"5140msgstr ""51415142#: remote.c:22475143#, c-format5144msgid "cannot parse expected object name '%s'"5145msgstr ""51465147#: replace-object.c:215148#, c-format5149msgid "bad replace ref name: %s"5150msgstr ""51515152#: replace-object.c:305153#, c-format5154msgid "duplicate replace ref: %s"5155msgstr ""51565157#: replace-object.c:735158#, c-format5159msgid "replace depth too high for object %s"5160msgstr ""51615162#: rerere.c:217 rerere.c:226 rerere.c:2295163msgid "corrupt MERGE_RR"5164msgstr ""51655166#: rerere.c:264 rerere.c:2695167msgid "unable to write rerere record"5168msgstr ""51695170#: rerere.c:4955171#, c-format5172msgid "there were errors while writing '%s' (%s)"5173msgstr ""51745175#: rerere.c:4985176#, c-format5177msgid "failed to flush '%s'"5178msgstr ""51795180#: rerere.c:503 rerere.c:10395181#, c-format5182msgid "could not parse conflict hunks in '%s'"5183msgstr ""51845185#: rerere.c:6845186#, c-format5187msgid "failed utime() on '%s'"5188msgstr ""51895190#: rerere.c:6945191#, c-format5192msgid "writing '%s' failed"5193msgstr ""51945195#: rerere.c:7145196#, c-format5197msgid "Staged '%s' using previous resolution."5198msgstr ""51995200#: rerere.c:7535201#, c-format5202msgid "Recorded resolution for '%s'."5203msgstr ""52045205#: rerere.c:7885206#, c-format5207msgid "Resolved '%s' using previous resolution."5208msgstr ""52095210#: rerere.c:8035211#, c-format5212msgid "cannot unlink stray '%s'"5213msgstr ""52145215#: rerere.c:8075216#, c-format5217msgid "Recorded preimage for '%s'"5218msgstr ""52195220#: rerere.c:881 submodule.c:2024 builtin/log.c:17505221#: builtin/submodule--helper.c:1417 builtin/submodule--helper.c:14275222#, c-format5223msgid "could not create directory '%s'"5224msgstr ""52255226#: rerere.c:10575227#, c-format5228msgid "failed to update conflicted state in '%s'"5229msgstr ""52305231#: rerere.c:1068 rerere.c:10755232#, c-format5233msgid "no remembered resolution for '%s'"5234msgstr ""52355236#: rerere.c:10775237#, c-format5238msgid "cannot unlink '%s'"5239msgstr ""52405241#: rerere.c:10875242#, c-format5243msgid "Updated preimage for '%s'"5244msgstr ""52455246#: rerere.c:10965247#, c-format5248msgid "Forgot resolution for '%s'\n"5249msgstr ""52505251#: rerere.c:11995252msgid "unable to open rr-cache directory"5253msgstr ""52545255#: revision.c:24765256msgid "your current branch appears to be broken"5257msgstr ""52585259#: revision.c:24795260#, c-format5261msgid "your current branch '%s' does not have any commits yet"5262msgstr ""52635264#: revision.c:26795265msgid "--first-parent is incompatible with --bisect"5266msgstr ""52675268#: revision.c:26835269msgid "-L does not yet support diff formats besides -p and -s"5270msgstr ""52715272#: run-command.c:7635273msgid "open /dev/null failed"5274msgstr ""52755276#: run-command.c:12695277#, c-format5278msgid "cannot create async thread: %s"5279msgstr ""52805281#: run-command.c:13335282#, c-format5283msgid ""5284"The '%s' hook was ignored because it's not set as executable.\n"5285"You can disable this warning with `git config advice.ignoredHook false`."5286msgstr ""52875288#: send-pack.c:1415289msgid "unexpected flush packet while reading remote unpack status"5290msgstr ""52915292#: send-pack.c:1435293#, c-format5294msgid "unable to parse remote unpack status: %s"5295msgstr ""52965297#: send-pack.c:1455298#, c-format5299msgid "remote unpack failed: %s"5300msgstr ""53015302#: send-pack.c:3065303msgid "failed to sign the push certificate"5304msgstr ""53055306#: send-pack.c:4205307msgid "the receiving end does not support --signed push"5308msgstr ""53095310#: send-pack.c:4225311msgid ""5312"not sending a push certificate since the receiving end does not support --"5313"signed push"5314msgstr ""53155316#: send-pack.c:4345317msgid "the receiving end does not support --atomic push"5318msgstr ""53195320#: send-pack.c:4395321msgid "the receiving end does not support push options"5322msgstr ""53235324#: sequencer.c:1875325#, c-format5326msgid "invalid commit message cleanup mode '%s'"5327msgstr ""53285329#: sequencer.c:2925330#, c-format5331msgid "could not delete '%s'"5332msgstr ""53335334#: sequencer.c:3185335msgid "revert"5336msgstr ""53375338#: sequencer.c:3205339msgid "cherry-pick"5340msgstr ""53415342#: sequencer.c:3225343msgid "rebase -i"5344msgstr ""53455346#: sequencer.c:3245347#, c-format5348msgid "unknown action: %d"5349msgstr ""53505351#: sequencer.c:3825352msgid ""5353"after resolving the conflicts, mark the corrected paths\n"5354"with 'git add <paths>' or 'git rm <paths>'"5355msgstr ""53565357#: sequencer.c:3855358msgid ""5359"after resolving the conflicts, mark the corrected paths\n"5360"with 'git add <paths>' or 'git rm <paths>'\n"5361"and commit the result with 'git commit'"5362msgstr ""53635364#: sequencer.c:398 sequencer.c:28015365#, c-format5366msgid "could not lock '%s'"5367msgstr ""53685369#: sequencer.c:4055370#, c-format5371msgid "could not write eol to '%s'"5372msgstr ""53735374#: sequencer.c:410 sequencer.c:2684 sequencer.c:2807 sequencer.c:28215375#: sequencer.c:30845376#, c-format5377msgid "failed to finalize '%s'"5378msgstr ""53795380#: sequencer.c:433 sequencer.c:978 sequencer.c:1652 sequencer.c:27045381#: sequencer.c:3066 sequencer.c:3175 builtin/am.c:245 builtin/commit.c:7605382#: builtin/merge.c:1115 builtin/rebase.c:5675383#, c-format5384msgid "could not read '%s'"5385msgstr ""53865387#: sequencer.c:4595388#, c-format5389msgid "your local changes would be overwritten by %s."5390msgstr ""53915392#: sequencer.c:4635393msgid "commit your changes or stash them to proceed."5394msgstr ""53955396#: sequencer.c:4955397#, c-format5398msgid "%s: fast-forward"5399msgstr ""54005401#: sequencer.c:534 builtin/tag.c:5555402#, c-format5403msgid "Invalid cleanup mode %s"5404msgstr ""54055406#. TRANSLATORS: %s will be "revert", "cherry-pick" or5407#. "rebase -i".5408#.5409#: sequencer.c:6295410#, c-format5411msgid "%s: Unable to write new index file"5412msgstr ""54135414#: sequencer.c:6465415msgid "unable to update cache tree"5416msgstr ""54175418#: sequencer.c:6605419msgid "could not resolve HEAD commit"5420msgstr ""54215422#: sequencer.c:7405423#, c-format5424msgid "no key present in '%.*s'"5425msgstr ""54265427#: sequencer.c:7515428#, c-format5429msgid "unable to dequote value of '%s'"5430msgstr ""54315432#: sequencer.c:788 wrapper.c:227 wrapper.c:397 builtin/am.c:7065433#: builtin/am.c:798 builtin/merge.c:1112 builtin/rebase.c:10355434#, c-format5435msgid "could not open '%s' for reading"5436msgstr ""54375438#: sequencer.c:7985439msgid "'GIT_AUTHOR_NAME' already given"5440msgstr ""54415442#: sequencer.c:8035443msgid "'GIT_AUTHOR_EMAIL' already given"5444msgstr ""54455446#: sequencer.c:8085447msgid "'GIT_AUTHOR_DATE' already given"5448msgstr ""54495450#: sequencer.c:8125451#, c-format5452msgid "unknown variable '%s'"5453msgstr ""54545455#: sequencer.c:8175456msgid "missing 'GIT_AUTHOR_NAME'"5457msgstr ""54585459#: sequencer.c:8195460msgid "missing 'GIT_AUTHOR_EMAIL'"5461msgstr ""54625463#: sequencer.c:8215464msgid "missing 'GIT_AUTHOR_DATE'"5465msgstr ""54665467#: sequencer.c:8815468#, c-format5469msgid "invalid date format '%s' in '%s'"5470msgstr ""54715472#: sequencer.c:8985473#, c-format5474msgid ""5475"you have staged changes in your working tree\n"5476"If these changes are meant to be squashed into the previous commit, run:\n"5477"\n"5478" git commit --amend %s\n"5479"\n"5480"If they are meant to go into a new commit, run:\n"5481"\n"5482" git commit %s\n"5483"\n"5484"In both cases, once you're done, continue with:\n"5485"\n"5486" git rebase --continue\n"5487msgstr ""54885489#: sequencer.c:9925490msgid "writing root commit"5491msgstr ""54925493#: sequencer.c:12135494msgid "'prepare-commit-msg' hook failed"5495msgstr ""54965497#: sequencer.c:12205498msgid ""5499"Your name and email address were configured automatically based\n"5500"on your username and hostname. Please check that they are accurate.\n"5501"You can suppress this message by setting them explicitly. Run the\n"5502"following command and follow the instructions in your editor to edit\n"5503"your configuration file:\n"5504"\n"5505" git config --global --edit\n"5506"\n"5507"After doing this, you may fix the identity used for this commit with:\n"5508"\n"5509" git commit --amend --reset-author\n"5510msgstr ""55115512#: sequencer.c:12335513msgid ""5514"Your name and email address were configured automatically based\n"5515"on your username and hostname. Please check that they are accurate.\n"5516"You can suppress this message by setting them explicitly:\n"5517"\n"5518" git config --global user.name \"Your Name\"\n"5519" git config --global user.email you@example.com\n"5520"\n"5521"After doing this, you may fix the identity used for this commit with:\n"5522"\n"5523" git commit --amend --reset-author\n"5524msgstr ""55255526#: sequencer.c:12755527msgid "couldn't look up newly created commit"5528msgstr ""55295530#: sequencer.c:12775531msgid "could not parse newly created commit"5532msgstr ""55335534#: sequencer.c:13235535msgid "unable to resolve HEAD after creating commit"5536msgstr ""55375538#: sequencer.c:13255539msgid "detached HEAD"5540msgstr ""55415542#: sequencer.c:13295543msgid " (root-commit)"5544msgstr ""55455546#: sequencer.c:13505547msgid "could not parse HEAD"5548msgstr ""55495550#: sequencer.c:13525551#, c-format5552msgid "HEAD %s is not a commit!"5553msgstr ""55545555#: sequencer.c:1356 builtin/commit.c:15515556msgid "could not parse HEAD commit"5557msgstr ""55585559#: sequencer.c:1408 sequencer.c:20015560msgid "unable to parse commit author"5561msgstr ""55625563#: sequencer.c:1418 builtin/am.c:1572 builtin/merge.c:6885564msgid "git write-tree failed to write a tree"5565msgstr ""55665567#: sequencer.c:1435 sequencer.c:14965568#, c-format5569msgid "unable to read commit message from '%s'"5570msgstr ""55715572#: sequencer.c:1462 builtin/am.c:1594 builtin/commit.c:1650 builtin/merge.c:8825573#: builtin/merge.c:9065574msgid "failed to write commit object"5575msgstr ""55765577#: sequencer.c:15235578#, c-format5579msgid "could not parse commit %s"5580msgstr ""55815582#: sequencer.c:15285583#, c-format5584msgid "could not parse parent commit %s"5585msgstr ""55865587#: sequencer.c:1602 sequencer.c:17125588#, c-format5589msgid "unknown command: %d"5590msgstr ""55915592#: sequencer.c:1659 sequencer.c:16845593#, c-format5594msgid "This is a combination of %d commits."5595msgstr ""55965597#: sequencer.c:16695598msgid "need a HEAD to fixup"5599msgstr ""56005601#: sequencer.c:1671 sequencer.c:31115602msgid "could not read HEAD"5603msgstr ""56045605#: sequencer.c:16735606msgid "could not read HEAD's commit message"5607msgstr ""56085609#: sequencer.c:16795610#, c-format5611msgid "cannot write '%s'"5612msgstr ""56135614#: sequencer.c:1686 git-rebase--preserve-merges.sh:4415615msgid "This is the 1st commit message:"5616msgstr ""56175618#: sequencer.c:16945619#, c-format5620msgid "could not read commit message of %s"5621msgstr ""56225623#: sequencer.c:17015624#, c-format5625msgid "This is the commit message #%d:"5626msgstr ""56275628#: sequencer.c:17075629#, c-format5630msgid "The commit message #%d will be skipped:"5631msgstr ""56325633#: sequencer.c:17955634msgid "your index file is unmerged."5635msgstr ""56365637#: sequencer.c:18025638msgid "cannot fixup root commit"5639msgstr ""56405641#: sequencer.c:18215642#, c-format5643msgid "commit %s is a merge but no -m option was given."5644msgstr ""56455646#: sequencer.c:1829 sequencer.c:18375647#, c-format5648msgid "commit %s does not have parent %d"5649msgstr ""56505651#: sequencer.c:18435652#, c-format5653msgid "cannot get commit message for %s"5654msgstr ""56555656#. TRANSLATORS: The first %s will be a "todo" command like5657#. "revert" or "pick", the second %s a SHA1.5658#: sequencer.c:18625659#, c-format5660msgid "%s: cannot parse parent commit %s"5661msgstr ""56625663#: sequencer.c:19275664#, c-format5665msgid "could not rename '%s' to '%s'"5666msgstr ""56675668#: sequencer.c:19825669#, c-format5670msgid "could not revert %s... %s"5671msgstr ""56725673#: sequencer.c:19835674#, c-format5675msgid "could not apply %s... %s"5676msgstr ""56775678#: sequencer.c:20425679#, c-format5680msgid "git %s: failed to read the index"5681msgstr ""56825683#: sequencer.c:20495684#, c-format5685msgid "git %s: failed to refresh the index"5686msgstr ""56875688#: sequencer.c:21185689#, c-format5690msgid "%s does not accept arguments: '%s'"5691msgstr ""56925693#: sequencer.c:21275694#, c-format5695msgid "missing arguments for %s"5696msgstr ""56975698#: sequencer.c:21645699#, c-format5700msgid "could not parse '%.*s'"5701msgstr ""57025703#: sequencer.c:22265704#, c-format5705msgid "invalid line %d: %.*s"5706msgstr ""57075708#: sequencer.c:22375709#, c-format5710msgid "cannot '%s' without a previous commit"5711msgstr ""57125713#: sequencer.c:2285 builtin/rebase.c:153 builtin/rebase.c:1785714#: builtin/rebase.c:204 builtin/rebase.c:2295715#, c-format5716msgid "could not read '%s'."5717msgstr ""57185719#: sequencer.c:23605720msgid "please fix this using 'git rebase --edit-todo'."5721msgstr ""57225723#: sequencer.c:23625724#, c-format5725msgid "unusable instruction sheet: '%s'"5726msgstr ""57275728#: sequencer.c:23675729msgid "no commits parsed."5730msgstr ""57315732#: sequencer.c:23785733msgid "cannot cherry-pick during a revert."5734msgstr ""57355736#: sequencer.c:23805737msgid "cannot revert during a cherry-pick."5738msgstr ""57395740#: sequencer.c:24625741#, c-format5742msgid "invalid value for %s: %s"5743msgstr ""57445745#: sequencer.c:25495746msgid "unusable squash-onto"5747msgstr ""57485749#: sequencer.c:25655750#, c-format5751msgid "malformed options sheet: '%s'"5752msgstr ""57535754#: sequencer.c:2648 sequencer.c:42275755msgid "empty commit set passed"5756msgstr ""57575758#: sequencer.c:26565759msgid "a cherry-pick or revert is already in progress"5760msgstr ""57615762#: sequencer.c:26575763msgid "try \"git cherry-pick (--continue | --quit | --abort)\""5764msgstr ""57655766#: sequencer.c:26605767#, c-format5768msgid "could not create sequencer directory '%s'"5769msgstr ""57705771#: sequencer.c:26745772msgid "could not lock HEAD"5773msgstr ""57745775#: sequencer.c:2729 sequencer.c:39795776msgid "no cherry-pick or revert in progress"5777msgstr ""57785779#: sequencer.c:27315780msgid "cannot resolve HEAD"5781msgstr ""57825783#: sequencer.c:2733 sequencer.c:27685784msgid "cannot abort from a branch yet to be born"5785msgstr ""57865787#: sequencer.c:2754 builtin/grep.c:7325788#, c-format5789msgid "cannot open '%s'"5790msgstr ""57915792#: sequencer.c:27565793#, c-format5794msgid "cannot read '%s': %s"5795msgstr ""57965797#: sequencer.c:27575798msgid "unexpected end of file"5799msgstr ""58005801#: sequencer.c:27635802#, c-format5803msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"5804msgstr ""58055806#: sequencer.c:27745807msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"5808msgstr ""58095810#: sequencer.c:2903 sequencer.c:38945811#, c-format5812msgid "could not update %s"5813msgstr ""58145815#: sequencer.c:2941 sequencer.c:38745816msgid "cannot read HEAD"5817msgstr ""58185819#: sequencer.c:29585820#, c-format5821msgid "unable to copy '%s' to '%s'"5822msgstr ""58235824#: sequencer.c:29665825#, c-format5826msgid ""5827"You can amend the commit now, with\n"5828"\n"5829" git commit --amend %s\n"5830"\n"5831"Once you are satisfied with your changes, run\n"5832"\n"5833" git rebase --continue\n"5834msgstr ""58355836#: sequencer.c:29765837#, c-format5838msgid "Could not apply %s... %.*s"5839msgstr ""58405841#: sequencer.c:29835842#, c-format5843msgid "Could not merge %.*s"5844msgstr ""58455846#: sequencer.c:2997 sequencer.c:3001 builtin/difftool.c:6335847#, c-format5848msgid "could not copy '%s' to '%s'"5849msgstr ""58505851#: sequencer.c:3023 sequencer.c:3446 builtin/rebase.c:839 builtin/rebase.c:15805852#: builtin/rebase.c:1940 builtin/rebase.c:19955853msgid "could not read index"5854msgstr ""58555856#: sequencer.c:30285857#, c-format5858msgid ""5859"execution failed: %s\n"5860"%sYou can fix the problem, and then run\n"5861"\n"5862" git rebase --continue\n"5863"\n"5864msgstr ""58655866#: sequencer.c:30345867msgid "and made changes to the index and/or the working tree\n"5868msgstr ""58695870#: sequencer.c:30405871#, c-format5872msgid ""5873"execution succeeded: %s\n"5874"but left changes to the index and/or the working tree\n"5875"Commit or stash your changes, and then run\n"5876"\n"5877" git rebase --continue\n"5878"\n"5879msgstr ""58805881#: sequencer.c:31015882#, c-format5883msgid "illegal label name: '%.*s'"5884msgstr ""58855886#: sequencer.c:31555887msgid "writing fake root commit"5888msgstr ""58895890#: sequencer.c:31605891msgid "writing squash-onto"5892msgstr ""58935894#: sequencer.c:3198 builtin/rebase.c:844 builtin/rebase.c:8505895#, c-format5896msgid "failed to find tree of %s"5897msgstr ""58985899#: sequencer.c:3216 builtin/rebase.c:8635900msgid "could not write index"5901msgstr ""59025903#: sequencer.c:32435904#, c-format5905msgid "could not resolve '%s'"5906msgstr ""59075908#: sequencer.c:32715909msgid "cannot merge without a current revision"5910msgstr ""59115912#: sequencer.c:32935913#, c-format5914msgid "unable to parse '%.*s'"5915msgstr ""59165917#: sequencer.c:33025918#, c-format5919msgid "nothing to merge: '%.*s'"5920msgstr ""59215922#: sequencer.c:33145923msgid "octopus merge cannot be executed on top of a [new root]"5924msgstr ""59255926#: sequencer.c:33295927#, c-format5928msgid "could not get commit message of '%s'"5929msgstr ""59305931#: sequencer.c:34785932#, c-format5933msgid "could not even attempt to merge '%.*s'"5934msgstr ""59355936#: sequencer.c:34945937msgid "merge: Unable to write new index file"5938msgstr ""59395940#: sequencer.c:3562 builtin/rebase.c:7115941#, c-format5942msgid "Applied autostash.\n"5943msgstr ""59445945#: sequencer.c:35745946#, c-format5947msgid "cannot store %s"5948msgstr ""59495950#: sequencer.c:3577 builtin/rebase.c:7275951#, c-format5952msgid ""5953"Applying autostash resulted in conflicts.\n"5954"Your changes are safe in the stash.\n"5955"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"5956msgstr ""59575958#: sequencer.c:36385959#, c-format5960msgid "could not checkout %s"5961msgstr ""59625963#: sequencer.c:36525964#, c-format5965msgid "%s: not a valid OID"5966msgstr ""59675968#: sequencer.c:3657 git-rebase--preserve-merges.sh:7245969msgid "could not detach HEAD"5970msgstr ""59715972#: sequencer.c:36725973#, c-format5974msgid "Stopped at HEAD\n"5975msgstr ""59765977#: sequencer.c:36745978#, c-format5979msgid "Stopped at %s\n"5980msgstr ""59815982#: sequencer.c:36825983#, c-format5984msgid ""5985"Could not execute the todo command\n"5986"\n"5987" %.*s\n"5988"It has been rescheduled; To edit the command before continuing, please\n"5989"edit the todo list first:\n"5990"\n"5991" git rebase --edit-todo\n"5992" git rebase --continue\n"5993msgstr ""59945995#: sequencer.c:37595996#, c-format5997msgid "Stopped at %s... %.*s\n"5998msgstr ""59996000#: sequencer.c:38376001#, c-format6002msgid "unknown command %d"6003msgstr ""60046005#: sequencer.c:38826006msgid "could not read orig-head"6007msgstr ""60086009#: sequencer.c:38876010msgid "could not read 'onto'"6011msgstr ""60126013#: sequencer.c:39016014#, c-format6015msgid "could not update HEAD to %s"6016msgstr ""60176018#: sequencer.c:39916019msgid "cannot rebase: You have unstaged changes."6020msgstr ""60216022#: sequencer.c:40006023msgid "cannot amend non-existing commit"6024msgstr ""60256026#: sequencer.c:40026027#, c-format6028msgid "invalid file: '%s'"6029msgstr ""60306031#: sequencer.c:40046032#, c-format6033msgid "invalid contents: '%s'"6034msgstr ""60356036#: sequencer.c:40076037msgid ""6038"\n"6039"You have uncommitted changes in your working tree. Please, commit them\n"6040"first and then run 'git rebase --continue' again."6041msgstr ""60426043#: sequencer.c:4043 sequencer.c:40816044#, c-format6045msgid "could not write file: '%s'"6046msgstr ""60476048#: sequencer.c:40966049msgid "could not remove CHERRY_PICK_HEAD"6050msgstr ""60516052#: sequencer.c:41036053msgid "could not commit staged changes."6054msgstr ""60556056#: sequencer.c:42046057#, c-format6058msgid "%s: can't cherry-pick a %s"6059msgstr ""60606061#: sequencer.c:42086062#, c-format6063msgid "%s: bad revision"6064msgstr ""60656066#: sequencer.c:42436067msgid "can't revert as initial commit"6068msgstr ""60696070#: sequencer.c:46866071msgid "make_script: unhandled options"6072msgstr ""60736074#: sequencer.c:46896075msgid "make_script: error preparing revisions"6076msgstr ""60776078#: sequencer.c:48476079msgid ""6080"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"6081"continue'.\n"6082"Or you can abort the rebase with 'git rebase --abort'.\n"6083msgstr ""60846085#: sequencer.c:4959 sequencer.c:49766086msgid "nothing to do"6087msgstr ""60886089#: sequencer.c:49906090msgid "could not skip unnecessary pick commands"6091msgstr ""60926093#: sequencer.c:50736094msgid "the script was already rearranged."6095msgstr ""60966097#: setup.c:1236098#, c-format6099msgid "'%s' is outside repository"6100msgstr ""61016102#: setup.c:1736103#, c-format6104msgid ""6105"%s: no such path in the working tree.\n"6106"Use 'git <command> -- <path>...' to specify paths that do not exist locally."6107msgstr ""61086109#: setup.c:1866110#, c-format6111msgid ""6112"ambiguous argument '%s': unknown revision or path not in the working tree.\n"6113"Use '--' to separate paths from revisions, like this:\n"6114"'git <command> [<revision>...] -- [<file>...]'"6115msgstr ""61166117#: setup.c:2356118#, c-format6119msgid "option '%s' must come before non-option arguments"6120msgstr ""61216122#: setup.c:2546123#, c-format6124msgid ""6125"ambiguous argument '%s': both revision and filename\n"6126"Use '--' to separate paths from revisions, like this:\n"6127"'git <command> [<revision>...] -- [<file>...]'"6128msgstr ""61296130#: setup.c:3906131msgid "unable to set up work tree using invalid config"6132msgstr ""61336134#: setup.c:3946135msgid "this operation must be run in a work tree"6136msgstr ""61376138#: setup.c:5406139#, c-format6140msgid "Expected git repo version <= %d, found %d"6141msgstr ""61426143#: setup.c:5486144msgid "unknown repository extensions found:"6145msgstr ""61466147#: setup.c:5676148#, c-format6149msgid "error opening '%s'"6150msgstr ""61516152#: setup.c:5696153#, c-format6154msgid "too large to be a .git file: '%s'"6155msgstr ""61566157#: setup.c:5716158#, c-format6159msgid "error reading %s"6160msgstr ""61616162#: setup.c:5736163#, c-format6164msgid "invalid gitfile format: %s"6165msgstr ""61666167#: setup.c:5756168#, c-format6169msgid "no path in gitfile: %s"6170msgstr ""61716172#: setup.c:5776173#, c-format6174msgid "not a git repository: %s"6175msgstr ""61766177#: setup.c:6766178#, c-format6179msgid "'$%s' too big"6180msgstr ""61816182#: setup.c:6906183#, c-format6184msgid "not a git repository: '%s'"6185msgstr ""61866187#: setup.c:719 setup.c:721 setup.c:7526188#, c-format6189msgid "cannot chdir to '%s'"6190msgstr ""61916192#: setup.c:724 setup.c:780 setup.c:790 setup.c:829 setup.c:8376193msgid "cannot come back to cwd"6194msgstr ""61956196#: setup.c:8516197#, c-format6198msgid "failed to stat '%*s%s%s'"6199msgstr ""62006201#: setup.c:10836202msgid "Unable to read current working directory"6203msgstr ""62046205#: setup.c:1092 setup.c:10986206#, c-format6207msgid "cannot change to '%s'"6208msgstr ""62096210#: setup.c:11036211#, c-format6212msgid "not a git repository (or any of the parent directories): %s"6213msgstr ""62146215#: setup.c:11096216#, c-format6217msgid ""6218"not a git repository (or any parent up to mount point %s)\n"6219"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."6220msgstr ""62216222#: setup.c:12206223#, c-format6224msgid ""6225"problem with core.sharedRepository filemode value (0%.3o).\n"6226"The owner of files must always have read and write permissions."6227msgstr ""62286229#: setup.c:12646230msgid "open /dev/null or dup failed"6231msgstr ""62326233#: setup.c:12796234msgid "fork failed"6235msgstr ""62366237#: setup.c:12846238msgid "setsid failed"6239msgstr ""62406241#: sha1-file.c:4536242#, c-format6243msgid "object directory %s does not exist; check .git/objects/info/alternates"6244msgstr ""62456246#: sha1-file.c:5046247#, c-format6248msgid "unable to normalize alternate object path: %s"6249msgstr ""62506251#: sha1-file.c:5766252#, c-format6253msgid "%s: ignoring alternate object stores, nesting too deep"6254msgstr ""62556256#: sha1-file.c:5836257#, c-format6258msgid "unable to normalize object directory: %s"6259msgstr ""62606261#: sha1-file.c:6266262msgid "unable to fdopen alternates lockfile"6263msgstr ""62646265#: sha1-file.c:6446266msgid "unable to read alternates file"6267msgstr ""62686269#: sha1-file.c:6516270msgid "unable to move new alternates file into place"6271msgstr ""62726273#: sha1-file.c:6866274#, c-format6275msgid "path '%s' does not exist"6276msgstr ""62776278#: sha1-file.c:7126279#, c-format6280msgid "reference repository '%s' as a linked checkout is not supported yet."6281msgstr ""62826283#: sha1-file.c:7186284#, c-format6285msgid "reference repository '%s' is not a local repository."6286msgstr ""62876288#: sha1-file.c:7246289#, c-format6290msgid "reference repository '%s' is shallow"6291msgstr ""62926293#: sha1-file.c:7326294#, c-format6295msgid "reference repository '%s' is grafted"6296msgstr ""62976298#: sha1-file.c:8466299#, c-format6300msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"6301msgstr ""63026303#: sha1-file.c:8716304msgid "mmap failed"6305msgstr ""63066307#: sha1-file.c:10356308#, c-format6309msgid "object file %s is empty"6310msgstr ""63116312#: sha1-file.c:1159 sha1-file.c:22976313#, c-format6314msgid "corrupt loose object '%s'"6315msgstr ""63166317#: sha1-file.c:1161 sha1-file.c:23016318#, c-format6319msgid "garbage at end of loose object '%s'"6320msgstr ""63216322#: sha1-file.c:12036323msgid "invalid object type"6324msgstr ""63256326#: sha1-file.c:12876327#, c-format6328msgid "unable to unpack %s header with --allow-unknown-type"6329msgstr ""63306331#: sha1-file.c:12906332#, c-format6333msgid "unable to unpack %s header"6334msgstr ""63356336#: sha1-file.c:12966337#, c-format6338msgid "unable to parse %s header with --allow-unknown-type"6339msgstr ""63406341#: sha1-file.c:12996342#, c-format6343msgid "unable to parse %s header"6344msgstr ""63456346#: sha1-file.c:14906347#, c-format6348msgid "failed to read object %s"6349msgstr ""63506351#: sha1-file.c:14946352#, c-format6353msgid "replacement %s not found for %s"6354msgstr ""63556356#: sha1-file.c:14986357#, c-format6358msgid "loose object %s (stored in %s) is corrupt"6359msgstr ""63606361#: sha1-file.c:15026362#, c-format6363msgid "packed object %s (stored in %s) is corrupt"6364msgstr ""63656366#: sha1-file.c:16046367#, c-format6368msgid "unable to write file %s"6369msgstr ""63706371#: sha1-file.c:16116372#, c-format6373msgid "unable to set permission to '%s'"6374msgstr ""63756376#: sha1-file.c:16186377msgid "file write error"6378msgstr ""63796380#: sha1-file.c:16376381msgid "error when closing loose object file"6382msgstr ""63836384#: sha1-file.c:17026385#, c-format6386msgid "insufficient permission for adding an object to repository database %s"6387msgstr ""63886389#: sha1-file.c:17046390msgid "unable to create temporary file"6391msgstr ""63926393#: sha1-file.c:17286394msgid "unable to write loose object file"6395msgstr ""63966397#: sha1-file.c:17346398#, c-format6399msgid "unable to deflate new object %s (%d)"6400msgstr ""64016402#: sha1-file.c:17386403#, c-format6404msgid "deflateEnd on object %s failed (%d)"6405msgstr ""64066407#: sha1-file.c:17426408#, c-format6409msgid "confused by unstable object source data for %s"6410msgstr ""64116412#: sha1-file.c:1752 builtin/pack-objects.c:9206413#, c-format6414msgid "failed utime() on %s"6415msgstr ""64166417#: sha1-file.c:18276418#, c-format6419msgid "cannot read object for %s"6420msgstr ""64216422#: sha1-file.c:18676423msgid "corrupt commit"6424msgstr ""64256426#: sha1-file.c:18756427msgid "corrupt tag"6428msgstr ""64296430#: sha1-file.c:19746431#, c-format6432msgid "read error while indexing %s"6433msgstr ""64346435#: sha1-file.c:19776436#, c-format6437msgid "short read while indexing %s"6438msgstr ""64396440#: sha1-file.c:2050 sha1-file.c:20596441#, c-format6442msgid "%s: failed to insert into database"6443msgstr ""64446445#: sha1-file.c:20656446#, c-format6447msgid "%s: unsupported file type"6448msgstr ""64496450#: sha1-file.c:20896451#, c-format6452msgid "%s is not a valid object"6453msgstr ""64546455#: sha1-file.c:20916456#, c-format6457msgid "%s is not a valid '%s' object"6458msgstr ""64596460#: sha1-file.c:2118 builtin/index-pack.c:1546461#, c-format6462msgid "unable to open %s"6463msgstr ""64646465#: sha1-file.c:2308 sha1-file.c:23606466#, c-format6467msgid "hash mismatch for %s (expected %s)"6468msgstr ""64696470#: sha1-file.c:23326471#, c-format6472msgid "unable to mmap %s"6473msgstr ""64746475#: sha1-file.c:23376476#, c-format6477msgid "unable to unpack header of %s"6478msgstr ""64796480#: sha1-file.c:23436481#, c-format6482msgid "unable to parse header of %s"6483msgstr ""64846485#: sha1-file.c:23546486#, c-format6487msgid "unable to unpack contents of %s"6488msgstr ""64896490#: sha1-name.c:4906491#, c-format6492msgid "short SHA1 %s is ambiguous"6493msgstr ""64946495#: sha1-name.c:5016496msgid "The candidates are:"6497msgstr ""64986499#: sha1-name.c:8006500msgid ""6501"Git normally never creates a ref that ends with 40 hex characters\n"6502"because it will be ignored when you just specify 40-hex. These refs\n"6503"may be created by mistake. For example,\n"6504"\n"6505" git checkout -b $br $(git rev-parse ...)\n"6506"\n"6507"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"6508"examine these refs and maybe delete them. Turn this message off by\n"6509"running \"git config advice.objectNameWarning false\""6510msgstr ""65116512#: submodule.c:114 submodule.c:1436513msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"6514msgstr ""65156516#: submodule.c:118 submodule.c:1476517#, c-format6518msgid "Could not find section in .gitmodules where path=%s"6519msgstr ""65206521#: submodule.c:1546522#, c-format6523msgid "Could not remove .gitmodules entry for %s"6524msgstr ""65256526#: submodule.c:1656527msgid "staging updated .gitmodules failed"6528msgstr ""65296530#: submodule.c:3276531#, c-format6532msgid "in unpopulated submodule '%s'"6533msgstr ""65346535#: submodule.c:3586536#, c-format6537msgid "Pathspec '%s' is in submodule '%.*s'"6538msgstr ""65396540#: submodule.c:9106541#, c-format6542msgid "submodule entry '%s' (%s) is a %s, not a commit"6543msgstr ""65446545#: submodule.c:1147 builtin/branch.c:672 builtin/submodule--helper.c:19886546msgid "Failed to resolve HEAD as a valid ref."6547msgstr ""65486549#: submodule.c:14816550#, c-format6551msgid "Could not access submodule '%s'"6552msgstr ""65536554#: submodule.c:16516555#, c-format6556msgid "'%s' not recognized as a git repository"6557msgstr ""65586559#: submodule.c:17896560#, c-format6561msgid "could not start 'git status' in submodule '%s'"6562msgstr ""65636564#: submodule.c:18026565#, c-format6566msgid "could not run 'git status' in submodule '%s'"6567msgstr ""65686569#: submodule.c:18176570#, c-format6571msgid "Could not unset core.worktree setting in submodule '%s'"6572msgstr ""65736574#: submodule.c:19076575#, c-format6576msgid "submodule '%s' has dirty index"6577msgstr ""65786579#: submodule.c:19596580#, c-format6581msgid "Submodule '%s' could not be updated."6582msgstr ""65836584#: submodule.c:20086585#, c-format6586msgid ""6587"relocate_gitdir for submodule '%s' with more than one worktree not supported"6588msgstr ""65896590#: submodule.c:2020 submodule.c:20766591#, c-format6592msgid "could not lookup name for submodule '%s'"6593msgstr ""65946595#: submodule.c:20276596#, c-format6597msgid ""6598"Migrating git directory of '%s%s' from\n"6599"'%s' to\n"6600"'%s'\n"6601msgstr ""66026603#: submodule.c:21116604#, c-format6605msgid "could not recurse into submodule '%s'"6606msgstr ""66076608#: submodule.c:21556609msgid "could not start ls-files in .."6610msgstr ""66116612#: submodule.c:21946613#, c-format6614msgid "ls-tree returned unexpected return code %d"6615msgstr ""66166617#: submodule-config.c:2326618#, c-format6619msgid "ignoring suspicious submodule name: %s"6620msgstr ""66216622#: submodule-config.c:2996623msgid "negative values not allowed for submodule.fetchjobs"6624msgstr ""66256626#: submodule-config.c:3976627#, c-format6628msgid "ignoring '%s' which may be interpreted as a command-line option: %s"6629msgstr ""66306631#: submodule-config.c:4866632#, c-format6633msgid "invalid value for %s"6634msgstr ""66356636#: submodule-config.c:7556637#, c-format6638msgid "Could not update .gitmodules entry %s"6639msgstr ""66406641#: trailer.c:2386642#, c-format6643msgid "running trailer command '%s' failed"6644msgstr ""66456646#: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:5536647#: trailer.c:5576648#, c-format6649msgid "unknown value '%s' for key '%s'"6650msgstr ""66516652#: trailer.c:539 trailer.c:544 builtin/remote.c:2956653#, c-format6654msgid "more than one %s"6655msgstr ""66566657#: trailer.c:7306658#, c-format6659msgid "empty trailer token in trailer '%.*s'"6660msgstr ""66616662#: trailer.c:7506663#, c-format6664msgid "could not read input file '%s'"6665msgstr ""66666667#: trailer.c:7536668msgid "could not read from stdin"6669msgstr ""66706671#: trailer.c:1011 wrapper.c:7016672#, c-format6673msgid "could not stat %s"6674msgstr ""66756676#: trailer.c:10136677#, c-format6678msgid "file %s is not a regular file"6679msgstr ""66806681#: trailer.c:10156682#, c-format6683msgid "file %s is not writable by user"6684msgstr ""66856686#: trailer.c:10276687msgid "could not open temporary file"6688msgstr ""66896690#: trailer.c:10676691#, c-format6692msgid "could not rename temporary file to %s"6693msgstr ""66946695#: transport.c:1166696#, c-format6697msgid "Would set upstream of '%s' to '%s' of '%s'\n"6698msgstr ""66996700#: transport.c:1426701#, c-format6702msgid "could not read bundle '%s'"6703msgstr ""67046705#: transport.c:2086706#, c-format6707msgid "transport: invalid depth option '%s'"6708msgstr ""67096710#: transport.c:2596711msgid "see protocol.version in 'git help config' for more details"6712msgstr ""67136714#: transport.c:2606715msgid "server options require protocol version 2 or later"6716msgstr ""67176718#: transport.c:6256719msgid "could not parse transport.color.* config"6720msgstr ""67216722#: transport.c:6986723msgid "support for protocol v2 not implemented yet"6724msgstr ""67256726#: transport.c:8256727#, c-format6728msgid "unknown value for config '%s': %s"6729msgstr ""67306731#: transport.c:8916732#, c-format6733msgid "transport '%s' not allowed"6734msgstr ""67356736#: transport.c:9456737msgid "git-over-rsync is no longer supported"6738msgstr ""67396740#: transport.c:10406741#, c-format6742msgid ""6743"The following submodule paths contain changes that can\n"6744"not be found on any remote:\n"6745msgstr ""67466747#: transport.c:10446748#, c-format6749msgid ""6750"\n"6751"Please try\n"6752"\n"6753"\tgit push --recurse-submodules=on-demand\n"6754"\n"6755"or cd to the path and use\n"6756"\n"6757"\tgit push\n"6758"\n"6759"to push them to a remote.\n"6760"\n"6761msgstr ""67626763#: transport.c:10526764msgid "Aborting."6765msgstr ""67666767#: transport.c:11936768msgid "failed to push all needed submodules"6769msgstr ""67706771#: transport.c:1326 transport-helper.c:6456772msgid "operation not supported by protocol"6773msgstr ""67746775#: transport.c:14306776#, c-format6777msgid "invalid line while parsing alternate refs: %s"6778msgstr ""67796780#: transport-helper.c:51 transport-helper.c:806781msgid "full write to remote helper failed"6782msgstr ""67836784#: transport-helper.c:1346785#, c-format6786msgid "unable to find remote helper for '%s'"6787msgstr ""67886789#: transport-helper.c:150 transport-helper.c:5596790msgid "can't dup helper output fd"6791msgstr ""67926793#: transport-helper.c:2016794#, c-format6795msgid ""6796"unknown mandatory capability %s; this remote helper probably needs newer "6797"version of Git"6798msgstr ""67996800#: transport-helper.c:2076801msgid "this remote helper should implement refspec capability"6802msgstr ""68036804#: transport-helper.c:274 transport-helper.c:4146805#, c-format6806msgid "%s unexpectedly said: '%s'"6807msgstr ""68086809#: transport-helper.c:4036810#, c-format6811msgid "%s also locked %s"6812msgstr ""68136814#: transport-helper.c:4816815msgid "couldn't run fast-import"6816msgstr ""68176818#: transport-helper.c:5046819msgid "error while running fast-import"6820msgstr ""68216822#: transport-helper.c:533 transport-helper.c:10996823#, c-format6824msgid "could not read ref %s"6825msgstr ""68266827#: transport-helper.c:5786828#, c-format6829msgid "unknown response to connect: %s"6830msgstr ""68316832#: transport-helper.c:6006833msgid "setting remote service path not supported by protocol"6834msgstr ""68356836#: transport-helper.c:6026837msgid "invalid remote service path"6838msgstr ""68396840#: transport-helper.c:6486841#, c-format6842msgid "can't connect to subservice %s"6843msgstr ""68446845#: transport-helper.c:7206846#, c-format6847msgid "expected ok/error, helper said '%s'"6848msgstr ""68496850#: transport-helper.c:7736851#, c-format6852msgid "helper reported unexpected status of %s"6853msgstr ""68546855#: transport-helper.c:8346856#, c-format6857msgid "helper %s does not support dry-run"6858msgstr ""68596860#: transport-helper.c:8376861#, c-format6862msgid "helper %s does not support --signed"6863msgstr ""68646865#: transport-helper.c:8406866#, c-format6867msgid "helper %s does not support --signed=if-asked"6868msgstr ""68696870#: transport-helper.c:8476871#, c-format6872msgid "helper %s does not support 'push-option'"6873msgstr ""68746875#: transport-helper.c:9396876msgid "remote-helper doesn't support push; refspec needed"6877msgstr ""68786879#: transport-helper.c:9446880#, c-format6881msgid "helper %s does not support 'force'"6882msgstr ""68836884#: transport-helper.c:9916885msgid "couldn't run fast-export"6886msgstr ""68876888#: transport-helper.c:9966889msgid "error while running fast-export"6890msgstr ""68916892#: transport-helper.c:10216893#, c-format6894msgid ""6895"No refs in common and none specified; doing nothing.\n"6896"Perhaps you should specify a branch such as 'master'.\n"6897msgstr ""68986899#: transport-helper.c:10856900#, c-format6901msgid "malformed response in ref list: %s"6902msgstr ""69036904#: transport-helper.c:12386905#, c-format6906msgid "read(%s) failed"6907msgstr ""69086909#: transport-helper.c:12656910#, c-format6911msgid "write(%s) failed"6912msgstr ""69136914#: transport-helper.c:13146915#, c-format6916msgid "%s thread failed"6917msgstr ""69186919#: transport-helper.c:13186920#, c-format6921msgid "%s thread failed to join: %s"6922msgstr ""69236924#: transport-helper.c:1337 transport-helper.c:13416925#, c-format6926msgid "can't start thread for copying data: %s"6927msgstr ""69286929#: transport-helper.c:13786930#, c-format6931msgid "%s process failed to wait"6932msgstr ""69336934#: transport-helper.c:13826935#, c-format6936msgid "%s process failed"6937msgstr ""69386939#: transport-helper.c:1400 transport-helper.c:14096940msgid "can't start thread for copying data"6941msgstr ""69426943#: tree-walk.c:336944msgid "too-short tree object"6945msgstr ""69466947#: tree-walk.c:396948msgid "malformed mode in tree entry"6949msgstr ""69506951#: tree-walk.c:436952msgid "empty filename in tree entry"6953msgstr ""69546955#: tree-walk.c:1166956msgid "too-short tree file"6957msgstr ""69586959#: unpack-trees.c:1116960#, c-format6961msgid ""6962"Your local changes to the following files would be overwritten by checkout:\n"6963"%%sPlease commit your changes or stash them before you switch branches."6964msgstr ""69656966#: unpack-trees.c:1136967#, c-format6968msgid ""6969"Your local changes to the following files would be overwritten by checkout:\n"6970"%%s"6971msgstr ""69726973#: unpack-trees.c:1166974#, c-format6975msgid ""6976"Your local changes to the following files would be overwritten by merge:\n"6977"%%sPlease commit your changes or stash them before you merge."6978msgstr ""69796980#: unpack-trees.c:1186981#, c-format6982msgid ""6983"Your local changes to the following files would be overwritten by merge:\n"6984"%%s"6985msgstr ""69866987#: unpack-trees.c:1216988#, c-format6989msgid ""6990"Your local changes to the following files would be overwritten by %s:\n"6991"%%sPlease commit your changes or stash them before you %s."6992msgstr ""69936994#: unpack-trees.c:1236995#, c-format6996msgid ""6997"Your local changes to the following files would be overwritten by %s:\n"6998"%%s"6999msgstr ""70007001#: unpack-trees.c:1287002#, c-format7003msgid ""7004"Updating the following directories would lose untracked files in them:\n"7005"%s"7006msgstr ""70077008#: unpack-trees.c:1327009#, c-format7010msgid ""7011"The following untracked working tree files would be removed by checkout:\n"7012"%%sPlease move or remove them before you switch branches."7013msgstr ""70147015#: unpack-trees.c:1347016#, c-format7017msgid ""7018"The following untracked working tree files would be removed by checkout:\n"7019"%%s"7020msgstr ""70217022#: unpack-trees.c:1377023#, c-format7024msgid ""7025"The following untracked working tree files would be removed by merge:\n"7026"%%sPlease move or remove them before you merge."7027msgstr ""70287029#: unpack-trees.c:1397030#, c-format7031msgid ""7032"The following untracked working tree files would be removed by merge:\n"7033"%%s"7034msgstr ""70357036#: unpack-trees.c:1427037#, c-format7038msgid ""7039"The following untracked working tree files would be removed by %s:\n"7040"%%sPlease move or remove them before you %s."7041msgstr ""70427043#: unpack-trees.c:1447044#, c-format7045msgid ""7046"The following untracked working tree files would be removed by %s:\n"7047"%%s"7048msgstr ""70497050#: unpack-trees.c:1507051#, c-format7052msgid ""7053"The following untracked working tree files would be overwritten by "7054"checkout:\n"7055"%%sPlease move or remove them before you switch branches."7056msgstr ""70577058#: unpack-trees.c:1527059#, c-format7060msgid ""7061"The following untracked working tree files would be overwritten by "7062"checkout:\n"7063"%%s"7064msgstr ""70657066#: unpack-trees.c:1557067#, c-format7068msgid ""7069"The following untracked working tree files would be overwritten by merge:\n"7070"%%sPlease move or remove them before you merge."7071msgstr ""70727073#: unpack-trees.c:1577074#, c-format7075msgid ""7076"The following untracked working tree files would be overwritten by merge:\n"7077"%%s"7078msgstr ""70797080#: unpack-trees.c:1607081#, c-format7082msgid ""7083"The following untracked working tree files would be overwritten by %s:\n"7084"%%sPlease move or remove them before you %s."7085msgstr ""70867087#: unpack-trees.c:1627088#, c-format7089msgid ""7090"The following untracked working tree files would be overwritten by %s:\n"7091"%%s"7092msgstr ""70937094#: unpack-trees.c:1707095#, c-format7096msgid "Entry '%s' overlaps with '%s'. Cannot bind."7097msgstr ""70987099#: unpack-trees.c:1737100#, c-format7101msgid ""7102"Cannot update sparse checkout: the following entries are not up to date:\n"7103"%s"7104msgstr ""71057106#: unpack-trees.c:1757107#, c-format7108msgid ""7109"The following working tree files would be overwritten by sparse checkout "7110"update:\n"7111"%s"7112msgstr ""71137114#: unpack-trees.c:1777115#, c-format7116msgid ""7117"The following working tree files would be removed by sparse checkout "7118"update:\n"7119"%s"7120msgstr ""71217122#: unpack-trees.c:1797123#, c-format7124msgid ""7125"Cannot update submodule:\n"7126"%s"7127msgstr ""71287129#: unpack-trees.c:2567130#, c-format7131msgid "Aborting\n"7132msgstr ""71337134#: unpack-trees.c:3187135msgid "Checking out files"7136msgstr ""71377138#: unpack-trees.c:3507139msgid ""7140"the following paths have collided (e.g. case-sensitive paths\n"7141"on a case-insensitive filesystem) and only one from the same\n"7142"colliding group is in the working tree:\n"7143msgstr ""71447145#: urlmatch.c:1637146msgid "invalid URL scheme name or missing '://' suffix"7147msgstr ""71487149#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:4057150#, c-format7151msgid "invalid %XX escape sequence"7152msgstr ""71537154#: urlmatch.c:2157155msgid "missing host and scheme is not 'file:'"7156msgstr ""71577158#: urlmatch.c:2327159msgid "a 'file:' URL may not have a port number"7160msgstr ""71617162#: urlmatch.c:2477163msgid "invalid characters in host name"7164msgstr ""71657166#: urlmatch.c:292 urlmatch.c:3037167msgid "invalid port number"7168msgstr ""71697170#: urlmatch.c:3717171msgid "invalid '..' path segment"7172msgstr ""71737174#: worktree.c:255 builtin/am.c:20977175#, c-format7176msgid "failed to read '%s'"7177msgstr ""71787179#: worktree.c:3017180#, c-format7181msgid "'%s' at main working tree is not the repository directory"7182msgstr ""71837184#: worktree.c:3127185#, c-format7186msgid "'%s' file does not contain absolute path to the working tree location"7187msgstr ""71887189#: worktree.c:3247190#, c-format7191msgid "'%s' does not exist"7192msgstr ""71937194#: worktree.c:3307195#, c-format7196msgid "'%s' is not a .git file, error code %d"7197msgstr ""71987199#: worktree.c:3387200#, c-format7201msgid "'%s' does not point back to '%s'"7202msgstr ""72037204#: wrapper.c:223 wrapper.c:3937205#, c-format7206msgid "could not open '%s' for reading and writing"7207msgstr ""72087209#: wrapper.c:424 wrapper.c:6247210#, c-format7211msgid "unable to access '%s'"7212msgstr ""72137214#: wrapper.c:6327215msgid "unable to get current working directory"7216msgstr ""72177218#: wt-status.c:1567219msgid "Unmerged paths:"7220msgstr ""72217222#: wt-status.c:183 wt-status.c:2107223#, c-format7224msgid " (use \"git reset %s <file>...\" to unstage)"7225msgstr ""72267227#: wt-status.c:185 wt-status.c:2127228msgid " (use \"git rm --cached <file>...\" to unstage)"7229msgstr ""72307231#: wt-status.c:1897232msgid " (use \"git add <file>...\" to mark resolution)"7233msgstr ""72347235#: wt-status.c:191 wt-status.c:1957236msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"7237msgstr ""72387239#: wt-status.c:1937240msgid " (use \"git rm <file>...\" to mark resolution)"7241msgstr ""72427243#: wt-status.c:204 wt-status.c:10647244msgid "Changes to be committed:"7245msgstr ""72467247#: wt-status.c:222 wt-status.c:10737248msgid "Changes not staged for commit:"7249msgstr ""72507251#: wt-status.c:2267252msgid " (use \"git add <file>...\" to update what will be committed)"7253msgstr ""72547255#: wt-status.c:2287256msgid " (use \"git add/rm <file>...\" to update what will be committed)"7257msgstr ""72587259#: wt-status.c:2297260msgid ""7261" (use \"git checkout -- <file>...\" to discard changes in working directory)"7262msgstr ""72637264#: wt-status.c:2317265msgid " (commit or discard the untracked or modified content in submodules)"7266msgstr ""72677268#: wt-status.c:2437269#, c-format7270msgid " (use \"git %s <file>...\" to include in what will be committed)"7271msgstr ""72727273#: wt-status.c:2587274msgid "both deleted:"7275msgstr ""72767277#: wt-status.c:2607278msgid "added by us:"7279msgstr ""72807281#: wt-status.c:2627282msgid "deleted by them:"7283msgstr ""72847285#: wt-status.c:2647286msgid "added by them:"7287msgstr ""72887289#: wt-status.c:2667290msgid "deleted by us:"7291msgstr ""72927293#: wt-status.c:2687294msgid "both added:"7295msgstr ""72967297#: wt-status.c:2707298msgid "both modified:"7299msgstr ""73007301#: wt-status.c:2807302msgid "new file:"7303msgstr ""73047305#: wt-status.c:2827306msgid "copied:"7307msgstr ""73087309#: wt-status.c:2847310msgid "deleted:"7311msgstr ""73127313#: wt-status.c:2867314msgid "modified:"7315msgstr ""73167317#: wt-status.c:2887318msgid "renamed:"7319msgstr ""73207321#: wt-status.c:2907322msgid "typechange:"7323msgstr ""73247325#: wt-status.c:2927326msgid "unknown:"7327msgstr ""73287329#: wt-status.c:2947330msgid "unmerged:"7331msgstr ""73327333#: wt-status.c:3747334msgid "new commits, "7335msgstr ""73367337#: wt-status.c:3767338msgid "modified content, "7339msgstr ""73407341#: wt-status.c:3787342msgid "untracked content, "7343msgstr ""73447345#: wt-status.c:8967346#, c-format7347msgid "Your stash currently has %d entry"7348msgid_plural "Your stash currently has %d entries"7349msgstr[0] ""7350msgstr[1] ""73517352#: wt-status.c:9287353msgid "Submodules changed but not updated:"7354msgstr ""73557356#: wt-status.c:9307357msgid "Submodule changes to be committed:"7358msgstr ""73597360#: wt-status.c:10127361msgid ""7362"Do not modify or remove the line above.\n"7363"Everything below it will be ignored."7364msgstr ""73657366#: wt-status.c:11197367msgid "You have unmerged paths."7368msgstr ""73697370#: wt-status.c:11227371msgid " (fix conflicts and run \"git commit\")"7372msgstr ""73737374#: wt-status.c:11247375msgid " (use \"git merge --abort\" to abort the merge)"7376msgstr ""73777378#: wt-status.c:11287379msgid "All conflicts fixed but you are still merging."7380msgstr ""73817382#: wt-status.c:11317383msgid " (use \"git commit\" to conclude merge)"7384msgstr ""73857386#: wt-status.c:11407387msgid "You are in the middle of an am session."7388msgstr ""73897390#: wt-status.c:11437391msgid "The current patch is empty."7392msgstr ""73937394#: wt-status.c:11477395msgid " (fix conflicts and then run \"git am --continue\")"7396msgstr ""73977398#: wt-status.c:11497399msgid " (use \"git am --skip\" to skip this patch)"7400msgstr ""74017402#: wt-status.c:11517403msgid " (use \"git am --abort\" to restore the original branch)"7404msgstr ""74057406#: wt-status.c:12847407msgid "git-rebase-todo is missing."7408msgstr ""74097410#: wt-status.c:12867411msgid "No commands done."7412msgstr ""74137414#: wt-status.c:12897415#, c-format7416msgid "Last command done (%d command done):"7417msgid_plural "Last commands done (%d commands done):"7418msgstr[0] ""7419msgstr[1] ""74207421#: wt-status.c:13007422#, c-format7423msgid " (see more in file %s)"7424msgstr ""74257426#: wt-status.c:13057427msgid "No commands remaining."7428msgstr ""74297430#: wt-status.c:13087431#, c-format7432msgid "Next command to do (%d remaining command):"7433msgid_plural "Next commands to do (%d remaining commands):"7434msgstr[0] ""7435msgstr[1] ""74367437#: wt-status.c:13167438msgid " (use \"git rebase --edit-todo\" to view and edit)"7439msgstr ""74407441#: wt-status.c:13287442#, c-format7443msgid "You are currently rebasing branch '%s' on '%s'."7444msgstr ""74457446#: wt-status.c:13337447msgid "You are currently rebasing."7448msgstr ""74497450#: wt-status.c:13467451msgid " (fix conflicts and then run \"git rebase --continue\")"7452msgstr ""74537454#: wt-status.c:13487455msgid " (use \"git rebase --skip\" to skip this patch)"7456msgstr ""74577458#: wt-status.c:13507459msgid " (use \"git rebase --abort\" to check out the original branch)"7460msgstr ""74617462#: wt-status.c:13577463msgid " (all conflicts fixed: run \"git rebase --continue\")"7464msgstr ""74657466#: wt-status.c:13617467#, c-format7468msgid ""7469"You are currently splitting a commit while rebasing branch '%s' on '%s'."7470msgstr ""74717472#: wt-status.c:13667473msgid "You are currently splitting a commit during a rebase."7474msgstr ""74757476#: wt-status.c:13697477msgid " (Once your working directory is clean, run \"git rebase --continue\")"7478msgstr ""74797480#: wt-status.c:13737481#, c-format7482msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."7483msgstr ""74847485#: wt-status.c:13787486msgid "You are currently editing a commit during a rebase."7487msgstr ""74887489#: wt-status.c:13817490msgid " (use \"git commit --amend\" to amend the current commit)"7491msgstr ""74927493#: wt-status.c:13837494msgid ""7495" (use \"git rebase --continue\" once you are satisfied with your changes)"7496msgstr ""74977498#: wt-status.c:13947499msgid "Cherry-pick currently in progress."7500msgstr ""75017502#: wt-status.c:13977503#, c-format7504msgid "You are currently cherry-picking commit %s."7505msgstr ""75067507#: wt-status.c:14047508msgid " (fix conflicts and run \"git cherry-pick --continue\")"7509msgstr ""75107511#: wt-status.c:14077512msgid " (run \"git cherry-pick --continue\" to continue)"7513msgstr ""75147515#: wt-status.c:14107516msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"7517msgstr ""75187519#: wt-status.c:14127520msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"7521msgstr ""75227523#: wt-status.c:14227524msgid "Revert currently in progress."7525msgstr ""75267527#: wt-status.c:14257528#, c-format7529msgid "You are currently reverting commit %s."7530msgstr ""75317532#: wt-status.c:14317533msgid " (fix conflicts and run \"git revert --continue\")"7534msgstr ""75357536#: wt-status.c:14347537msgid " (run \"git revert --continue\" to continue)"7538msgstr ""75397540#: wt-status.c:14377541msgid " (all conflicts fixed: run \"git revert --continue\")"7542msgstr ""75437544#: wt-status.c:14397545msgid " (use \"git revert --abort\" to cancel the revert operation)"7546msgstr ""75477548#: wt-status.c:14497549#, c-format7550msgid "You are currently bisecting, started from branch '%s'."7551msgstr ""75527553#: wt-status.c:14537554msgid "You are currently bisecting."7555msgstr ""75567557#: wt-status.c:14567558msgid " (use \"git bisect reset\" to get back to the original branch)"7559msgstr ""75607561#: wt-status.c:16657562msgid "On branch "7563msgstr ""75647565#: wt-status.c:16727566msgid "interactive rebase in progress; onto "7567msgstr ""75687569#: wt-status.c:16747570msgid "rebase in progress; onto "7571msgstr ""75727573#: wt-status.c:16797574msgid "HEAD detached at "7575msgstr ""75767577#: wt-status.c:16817578msgid "HEAD detached from "7579msgstr ""75807581#: wt-status.c:16847582msgid "Not currently on any branch."7583msgstr ""75847585#: wt-status.c:17017586msgid "Initial commit"7587msgstr ""75887589#: wt-status.c:17027590msgid "No commits yet"7591msgstr ""75927593#: wt-status.c:17167594msgid "Untracked files"7595msgstr ""75967597#: wt-status.c:17187598msgid "Ignored files"7599msgstr ""76007601#: wt-status.c:17227602#, c-format7603msgid ""7604"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"7605"may speed it up, but you have to be careful not to forget to add\n"7606"new files yourself (see 'git help status')."7607msgstr ""76087609#: wt-status.c:17287610#, c-format7611msgid "Untracked files not listed%s"7612msgstr ""76137614#: wt-status.c:17307615msgid " (use -u option to show untracked files)"7616msgstr ""76177618#: wt-status.c:17367619msgid "No changes"7620msgstr ""76217622#: wt-status.c:17417623#, c-format7624msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"7625msgstr ""76267627#: wt-status.c:17447628#, c-format7629msgid "no changes added to commit\n"7630msgstr ""76317632#: wt-status.c:17477633#, c-format7634msgid ""7635"nothing added to commit but untracked files present (use \"git add\" to "7636"track)\n"7637msgstr ""76387639#: wt-status.c:17507640#, c-format7641msgid "nothing added to commit but untracked files present\n"7642msgstr ""76437644#: wt-status.c:17537645#, c-format7646msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"7647msgstr ""76487649#: wt-status.c:1756 wt-status.c:17617650#, c-format7651msgid "nothing to commit\n"7652msgstr ""76537654#: wt-status.c:17597655#, c-format7656msgid "nothing to commit (use -u to show untracked files)\n"7657msgstr ""76587659#: wt-status.c:17637660#, c-format7661msgid "nothing to commit, working tree clean\n"7662msgstr ""76637664#: wt-status.c:18767665msgid "No commits yet on "7666msgstr ""76677668#: wt-status.c:18807669msgid "HEAD (no branch)"7670msgstr ""76717672#: wt-status.c:19117673msgid "different"7674msgstr ""76757676#: wt-status.c:1913 wt-status.c:19217677msgid "behind "7678msgstr ""76797680#: wt-status.c:1916 wt-status.c:19197681msgid "ahead "7682msgstr ""76837684#. TRANSLATORS: the action is e.g. "pull with rebase"7685#: wt-status.c:24437686#, c-format7687msgid "cannot %s: You have unstaged changes."7688msgstr ""76897690#: wt-status.c:24497691msgid "additionally, your index contains uncommitted changes."7692msgstr ""76937694#: wt-status.c:24517695#, c-format7696msgid "cannot %s: Your index contains uncommitted changes."7697msgstr ""76987699#: builtin/add.c:257700msgid "git add [<options>] [--] <pathspec>..."7701msgstr ""77027703#: builtin/add.c:847704#, c-format7705msgid "unexpected diff status %c"7706msgstr ""77077708#: builtin/add.c:89 builtin/commit.c:2857709msgid "updating files failed"7710msgstr ""77117712#: builtin/add.c:997713#, c-format7714msgid "remove '%s'\n"7715msgstr ""77167717#: builtin/add.c:1747718msgid "Unstaged changes after refreshing the index:"7719msgstr ""77207721#: builtin/add.c:234 builtin/rev-parse.c:8967722msgid "Could not read the index"7723msgstr ""77247725#: builtin/add.c:2457726#, c-format7727msgid "Could not open '%s' for writing."7728msgstr ""77297730#: builtin/add.c:2497731msgid "Could not write patch"7732msgstr ""77337734#: builtin/add.c:2527735msgid "editing patch failed"7736msgstr ""77377738#: builtin/add.c:2557739#, c-format7740msgid "Could not stat '%s'"7741msgstr ""77427743#: builtin/add.c:2577744msgid "Empty patch. Aborted."7745msgstr ""77467747#: builtin/add.c:2627748#, c-format7749msgid "Could not apply '%s'"7750msgstr ""77517752#: builtin/add.c:2707753msgid "The following paths are ignored by one of your .gitignore files:\n"7754msgstr ""77557756#: builtin/add.c:290 builtin/clean.c:908 builtin/fetch.c:137 builtin/mv.c:1247757#: builtin/prune-packed.c:56 builtin/pull.c:221 builtin/push.c:5607758#: builtin/remote.c:1345 builtin/rm.c:241 builtin/send-pack.c:1657759msgid "dry run"7760msgstr ""77617762#: builtin/add.c:2937763msgid "interactive picking"7764msgstr ""77657766#: builtin/add.c:294 builtin/checkout.c:1379 builtin/reset.c:3067767msgid "select hunks interactively"7768msgstr ""77697770#: builtin/add.c:2957771msgid "edit current diff and apply"7772msgstr ""77737774#: builtin/add.c:2967775msgid "allow adding otherwise ignored files"7776msgstr ""77777778#: builtin/add.c:2977779msgid "update tracked files"7780msgstr ""77817782#: builtin/add.c:2987783msgid "renormalize EOL of tracked files (implies -u)"7784msgstr ""77857786#: builtin/add.c:2997787msgid "record only the fact that the path will be added later"7788msgstr ""77897790#: builtin/add.c:3007791msgid "add changes from all tracked and untracked files"7792msgstr ""77937794#: builtin/add.c:3037795msgid "ignore paths removed in the working tree (same as --no-all)"7796msgstr ""77977798#: builtin/add.c:3057799msgid "don't add, only refresh the index"7800msgstr ""78017802#: builtin/add.c:3067803msgid "just skip files which cannot be added because of errors"7804msgstr ""78057806#: builtin/add.c:3077807msgid "check if - even missing - files are ignored in dry run"7808msgstr ""78097810#: builtin/add.c:309 builtin/update-index.c:10017811msgid "override the executable bit of the listed files"7812msgstr ""78137814#: builtin/add.c:3117815msgid "warn when adding an embedded repository"7816msgstr ""78177818#: builtin/add.c:3267819#, c-format7820msgid ""7821"You've added another git repository inside your current repository.\n"7822"Clones of the outer repository will not contain the contents of\n"7823"the embedded repository and will not know how to obtain it.\n"7824"If you meant to add a submodule, use:\n"7825"\n"7826"\tgit submodule add <url> %s\n"7827"\n"7828"If you added this path by mistake, you can remove it from the\n"7829"index with:\n"7830"\n"7831"\tgit rm --cached %s\n"7832"\n"7833"See \"git help submodule\" for more information."7834msgstr ""78357836#: builtin/add.c:3547837#, c-format7838msgid "adding embedded git repository: %s"7839msgstr ""78407841#: builtin/add.c:3727842#, c-format7843msgid "Use -f if you really want to add them.\n"7844msgstr ""78457846#: builtin/add.c:3797847msgid "adding files failed"7848msgstr ""78497850#: builtin/add.c:4197851msgid "-A and -u are mutually incompatible"7852msgstr ""78537854#: builtin/add.c:4267855msgid "Option --ignore-missing can only be used together with --dry-run"7856msgstr ""78577858#: builtin/add.c:4307859#, c-format7860msgid "--chmod param '%s' must be either -x or +x"7861msgstr ""78627863#: builtin/add.c:4457864#, c-format7865msgid "Nothing specified, nothing added.\n"7866msgstr ""78677868#: builtin/add.c:4467869#, c-format7870msgid "Maybe you wanted to say 'git add .'?\n"7871msgstr ""78727873#: builtin/am.c:3487874msgid "could not parse author script"7875msgstr ""78767877#: builtin/am.c:4327878#, c-format7879msgid "'%s' was deleted by the applypatch-msg hook"7880msgstr ""78817882#: builtin/am.c:4747883#, c-format7884msgid "Malformed input line: '%s'."7885msgstr ""78867887#: builtin/am.c:5127888#, c-format7889msgid "Failed to copy notes from '%s' to '%s'"7890msgstr ""78917892#: builtin/am.c:5387893msgid "fseek failed"7894msgstr ""78957896#: builtin/am.c:7267897#, c-format7898msgid "could not parse patch '%s'"7899msgstr ""79007901#: builtin/am.c:7917902msgid "Only one StGIT patch series can be applied at once"7903msgstr ""79047905#: builtin/am.c:8397906msgid "invalid timestamp"7907msgstr ""79087909#: builtin/am.c:844 builtin/am.c:8567910msgid "invalid Date line"7911msgstr ""79127913#: builtin/am.c:8517914msgid "invalid timezone offset"7915msgstr ""79167917#: builtin/am.c:9447918msgid "Patch format detection failed."7919msgstr ""79207921#: builtin/am.c:949 builtin/clone.c:4097922#, c-format7923msgid "failed to create directory '%s'"7924msgstr ""79257926#: builtin/am.c:9547927msgid "Failed to split patches."7928msgstr ""79297930#: builtin/am.c:1084 builtin/commit.c:3717931msgid "unable to write index file"7932msgstr ""79337934#: builtin/am.c:10987935#, c-format7936msgid "When you have resolved this problem, run \"%s --continue\"."7937msgstr ""79387939#: builtin/am.c:10997940#, c-format7941msgid "If you prefer to skip this patch, run \"%s --skip\" instead."7942msgstr ""79437944#: builtin/am.c:11007945#, c-format7946msgid "To restore the original branch and stop patching, run \"%s --abort\"."7947msgstr ""79487949#: builtin/am.c:11837950msgid "Patch sent with format=flowed; space at the end of lines might be lost."7951msgstr ""79527953#: builtin/am.c:12117954msgid "Patch is empty."7955msgstr ""79567957#: builtin/am.c:12777958#, c-format7959msgid "invalid ident line: %.*s"7960msgstr ""79617962#: builtin/am.c:12997963#, c-format7964msgid "unable to parse commit %s"7965msgstr ""79667967#: builtin/am.c:14957968msgid "Repository lacks necessary blobs to fall back on 3-way merge."7969msgstr ""79707971#: builtin/am.c:14977972msgid "Using index info to reconstruct a base tree..."7973msgstr ""79747975#: builtin/am.c:15167976msgid ""7977"Did you hand edit your patch?\n"7978"It does not apply to blobs recorded in its index."7979msgstr ""79807981#: builtin/am.c:15227982msgid "Falling back to patching base and 3-way merge..."7983msgstr ""79847985#: builtin/am.c:15487986msgid "Failed to merge in the changes."7987msgstr ""79887989#: builtin/am.c:15807990msgid "applying to an empty history"7991msgstr ""79927993#: builtin/am.c:1627 builtin/am.c:16317994#, c-format7995msgid "cannot resume: %s does not exist."7996msgstr ""79977998#: builtin/am.c:16477999msgid "cannot be interactive without stdin connected to a terminal."8000msgstr ""80018002#: builtin/am.c:16528003msgid "Commit Body is:"8004msgstr ""80058006#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]8007#. in your translation. The program will only accept English8008#. input at this point.8009#.8010#: builtin/am.c:16628011msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "8012msgstr ""80138014#: builtin/am.c:17128015#, c-format8016msgid "Dirty index: cannot apply patches (dirty: %s)"8017msgstr ""80188019#: builtin/am.c:1752 builtin/am.c:18208020#, c-format8021msgid "Applying: %.*s"8022msgstr ""80238024#: builtin/am.c:17698025msgid "No changes -- Patch already applied."8026msgstr ""80278028#: builtin/am.c:17758029#, c-format8030msgid "Patch failed at %s %.*s"8031msgstr ""80328033#: builtin/am.c:17798034msgid "Use 'git am --show-current-patch' to see the failed patch"8035msgstr ""80368037#: builtin/am.c:18238038msgid ""8039"No changes - did you forget to use 'git add'?\n"8040"If there is nothing left to stage, chances are that something else\n"8041"already introduced the same changes; you might want to skip this patch."8042msgstr ""80438044#: builtin/am.c:18308045msgid ""8046"You still have unmerged paths in your index.\n"8047"You should 'git add' each file with resolved conflicts to mark them as "8048"such.\n"8049"You might run `git rm` on a file to accept \"deleted by them\" for it."8050msgstr ""80518052#: builtin/am.c:1937 builtin/am.c:1941 builtin/am.c:1953 builtin/reset.c:3298053#: builtin/reset.c:3378054#, c-format8055msgid "Could not parse object '%s'."8056msgstr ""80578058#: builtin/am.c:19898059msgid "failed to clean index"8060msgstr ""80618062#: builtin/am.c:20338063msgid ""8064"You seem to have moved HEAD since the last 'am' failure.\n"8065"Not rewinding to ORIG_HEAD"8066msgstr ""80678068#: builtin/am.c:21308069#, c-format8070msgid "Invalid value for --patch-format: %s"8071msgstr ""80728073#: builtin/am.c:21668074msgid "git am [<options>] [(<mbox> | <Maildir>)...]"8075msgstr ""80768077#: builtin/am.c:21678078msgid "git am [<options>] (--continue | --skip | --abort)"8079msgstr ""80808081#: builtin/am.c:21738082msgid "run interactively"8083msgstr ""80848085#: builtin/am.c:21758086msgid "historical option -- no-op"8087msgstr ""80888089#: builtin/am.c:21778090msgid "allow fall back on 3way merging if needed"8091msgstr ""80928093#: builtin/am.c:2178 builtin/init-db.c:494 builtin/prune-packed.c:588094#: builtin/repack.c:306 builtin/stash.c:8058095msgid "be quiet"8096msgstr ""80978098#: builtin/am.c:21808099msgid "add a Signed-off-by line to the commit message"8100msgstr ""81018102#: builtin/am.c:21838103msgid "recode into utf8 (default)"8104msgstr ""81058106#: builtin/am.c:21858107msgid "pass -k flag to git-mailinfo"8108msgstr ""81098110#: builtin/am.c:21878111msgid "pass -b flag to git-mailinfo"8112msgstr ""81138114#: builtin/am.c:21898115msgid "pass -m flag to git-mailinfo"8116msgstr ""81178118#: builtin/am.c:21918119msgid "pass --keep-cr flag to git-mailsplit for mbox format"8120msgstr ""81218122#: builtin/am.c:21948123msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"8124msgstr ""81258126#: builtin/am.c:21978127msgid "strip everything before a scissors line"8128msgstr ""81298130#: builtin/am.c:2199 builtin/am.c:2202 builtin/am.c:2205 builtin/am.c:22088131#: builtin/am.c:2211 builtin/am.c:2214 builtin/am.c:2217 builtin/am.c:22208132#: builtin/am.c:22268133msgid "pass it through git-apply"8134msgstr ""81358136#: builtin/am.c:2216 builtin/commit.c:1348 builtin/fmt-merge-msg.c:6718137#: builtin/fmt-merge-msg.c:674 builtin/grep.c:879 builtin/merge.c:2478138#: builtin/pull.c:158 builtin/pull.c:217 builtin/rebase.c:14128139#: builtin/repack.c:317 builtin/repack.c:321 builtin/repack.c:3238140#: builtin/show-branch.c:651 builtin/show-ref.c:172 builtin/tag.c:3978141#: parse-options.h:141 parse-options.h:162 parse-options.h:3118142msgid "n"8143msgstr ""81448145#: builtin/am.c:2222 builtin/branch.c:653 builtin/for-each-ref.c:388146#: builtin/replace.c:554 builtin/tag.c:431 builtin/verify-tag.c:398147msgid "format"8148msgstr ""81498150#: builtin/am.c:22238151msgid "format the patch(es) are in"8152msgstr ""81538154#: builtin/am.c:22298155msgid "override error message when patch failure occurs"8156msgstr ""81578158#: builtin/am.c:22318159msgid "continue applying patches after resolving a conflict"8160msgstr ""81618162#: builtin/am.c:22348163msgid "synonyms for --continue"8164msgstr ""81658166#: builtin/am.c:22378167msgid "skip the current patch"8168msgstr ""81698170#: builtin/am.c:22408171msgid "restore the original branch and abort the patching operation."8172msgstr ""81738174#: builtin/am.c:22438175msgid "abort the patching operation but keep HEAD where it is."8176msgstr ""81778178#: builtin/am.c:22468179msgid "show the patch being applied."8180msgstr ""81818182#: builtin/am.c:22508183msgid "lie about committer date"8184msgstr ""81858186#: builtin/am.c:22528187msgid "use current timestamp for author date"8188msgstr ""81898190#: builtin/am.c:2254 builtin/commit-tree.c:120 builtin/commit.c:14918191#: builtin/merge.c:282 builtin/pull.c:192 builtin/rebase.c:4898192#: builtin/rebase.c:1453 builtin/revert.c:116 builtin/tag.c:4128193msgid "key-id"8194msgstr ""81958196#: builtin/am.c:2255 builtin/rebase.c:490 builtin/rebase.c:14548197msgid "GPG-sign commits"8198msgstr ""81998200#: builtin/am.c:22588201msgid "(internal use for git-rebase)"8202msgstr ""82038204#: builtin/am.c:22768205msgid ""8206"The -b/--binary option has been a no-op for long time, and\n"8207"it will be removed. Please do not use it anymore."8208msgstr ""82098210#: builtin/am.c:22838211msgid "failed to read the index"8212msgstr ""82138214#: builtin/am.c:22988215#, c-format8216msgid "previous rebase directory %s still exists but mbox given."8217msgstr ""82188219#: builtin/am.c:23228220#, c-format8221msgid ""8222"Stray %s directory found.\n"8223"Use \"git am --abort\" to remove it."8224msgstr ""82258226#: builtin/am.c:23288227msgid "Resolve operation not in progress, we are not resuming."8228msgstr ""82298230#: builtin/apply.c:88231msgid "git apply [<options>] [<patch>...]"8232msgstr ""82338234#: builtin/archive.c:178235#, c-format8236msgid "could not create archive file '%s'"8237msgstr ""82388239#: builtin/archive.c:208240msgid "could not redirect output"8241msgstr ""82428243#: builtin/archive.c:378244msgid "git archive: Remote with no URL"8245msgstr ""82468247#: builtin/archive.c:618248msgid "git archive: expected ACK/NAK, got a flush packet"8249msgstr ""82508251#: builtin/archive.c:648252#, c-format8253msgid "git archive: NACK %s"8254msgstr ""82558256#: builtin/archive.c:658257msgid "git archive: protocol error"8258msgstr ""82598260#: builtin/archive.c:698261msgid "git archive: expected a flush"8262msgstr ""82638264#: builtin/bisect--helper.c:228265msgid "git bisect--helper --next-all [--no-checkout]"8266msgstr ""82678268#: builtin/bisect--helper.c:238269msgid "git bisect--helper --write-terms <bad_term> <good_term>"8270msgstr ""82718272#: builtin/bisect--helper.c:248273msgid "git bisect--helper --bisect-clean-state"8274msgstr ""82758276#: builtin/bisect--helper.c:258277msgid "git bisect--helper --bisect-reset [<commit>]"8278msgstr ""82798280#: builtin/bisect--helper.c:268281msgid ""8282"git bisect--helper --bisect-write [--no-log] <state> <revision> <good_term> "8283"<bad_term>"8284msgstr ""82858286#: builtin/bisect--helper.c:278287msgid ""8288"git bisect--helper --bisect-check-and-set-terms <command> <good_term> "8289"<bad_term>"8290msgstr ""82918292#: builtin/bisect--helper.c:288293msgid "git bisect--helper --bisect-next-check <good_term> <bad_term> [<term>]"8294msgstr ""82958296#: builtin/bisect--helper.c:298297msgid ""8298"git bisect--helper --bisect-terms [--term-good | --term-old | --term-bad | --"8299"term-new]"8300msgstr ""83018302#: builtin/bisect--helper.c:308303msgid ""8304"git bisect--helper --bisect-start [--term-{old,good}=<term> --term-{new,bad}"8305"=<term>][--no-checkout] [<bad> [<good>...]] [--] [<paths>...]"8306msgstr ""83078308#: builtin/bisect--helper.c:868309#, c-format8310msgid "'%s' is not a valid term"8311msgstr ""83128313#: builtin/bisect--helper.c:908314#, c-format8315msgid "can't use the builtin command '%s' as a term"8316msgstr ""83178318#: builtin/bisect--helper.c:1008319#, c-format8320msgid "can't change the meaning of the term '%s'"8321msgstr ""83228323#: builtin/bisect--helper.c:1118324msgid "please use two different terms"8325msgstr ""83268327#: builtin/bisect--helper.c:1188328msgid "could not open the file BISECT_TERMS"8329msgstr ""83308331#: builtin/bisect--helper.c:1558332#, c-format8333msgid "We are not bisecting.\n"8334msgstr ""83358336#: builtin/bisect--helper.c:1638337#, c-format8338msgid "'%s' is not a valid commit"8339msgstr ""83408341#: builtin/bisect--helper.c:1748342#, c-format8343msgid ""8344"could not check out original HEAD '%s'. Try 'git bisect reset <commit>'."8345msgstr ""83468347#: builtin/bisect--helper.c:2158348#, c-format8349msgid "Bad bisect_write argument: %s"8350msgstr ""83518352#: builtin/bisect--helper.c:2208353#, c-format8354msgid "couldn't get the oid of the rev '%s'"8355msgstr ""83568357#: builtin/bisect--helper.c:2328358#, c-format8359msgid "couldn't open the file '%s'"8360msgstr ""83618362#: builtin/bisect--helper.c:2588363#, c-format8364msgid "Invalid command: you're currently in a %s/%s bisect"8365msgstr ""83668367#: builtin/bisect--helper.c:2858368#, c-format8369msgid ""8370"You need to give me at least one %s and %s revision.\n"8371"You can use \"git bisect %s\" and \"git bisect %s\" for that."8372msgstr ""83738374#: builtin/bisect--helper.c:2898375#, c-format8376msgid ""8377"You need to start by \"git bisect start\".\n"8378"You then need to give me at least one %s and %s revision.\n"8379"You can use \"git bisect %s\" and \"git bisect %s\" for that."8380msgstr ""83818382#: builtin/bisect--helper.c:3218383#, c-format8384msgid "bisecting only with a %s commit"8385msgstr ""83868387#. TRANSLATORS: Make sure to include [Y] and [n] in your8388#. translation. The program will only accept English input8389#. at this point.8390#.8391#: builtin/bisect--helper.c:3298392msgid "Are you sure [Y/n]? "8393msgstr ""83948395#: builtin/bisect--helper.c:3768396msgid "no terms defined"8397msgstr ""83988399#: builtin/bisect--helper.c:3798400#, c-format8401msgid ""8402"Your current terms are %s for the old state\n"8403"and %s for the new state.\n"8404msgstr ""84058406#: builtin/bisect--helper.c:3898407#, c-format8408msgid ""8409"invalid argument %s for 'git bisect terms'.\n"8410"Supported options are: --term-good|--term-old and --term-bad|--term-new."8411msgstr ""84128413#: builtin/bisect--helper.c:4758414#, c-format8415msgid "unrecognized option: '%s'"8416msgstr ""84178418#: builtin/bisect--helper.c:4798419#, c-format8420msgid "'%s' does not appear to be a valid revision"8421msgstr ""84228423#: builtin/bisect--helper.c:5118424msgid "bad HEAD - I need a HEAD"8425msgstr ""84268427#: builtin/bisect--helper.c:5268428#, c-format8429msgid "checking out '%s' failed. Try 'git bisect start <valid-branch>'."8430msgstr ""84318432#: builtin/bisect--helper.c:5478433msgid "won't bisect on cg-seek'ed tree"8434msgstr ""84358436#: builtin/bisect--helper.c:5508437msgid "bad HEAD - strange symbolic ref"8438msgstr ""84398440#: builtin/bisect--helper.c:6278441msgid "perform 'git bisect next'"8442msgstr ""84438444#: builtin/bisect--helper.c:6298445msgid "write the terms to .git/BISECT_TERMS"8446msgstr ""84478448#: builtin/bisect--helper.c:6318449msgid "cleanup the bisection state"8450msgstr ""84518452#: builtin/bisect--helper.c:6338453msgid "check for expected revs"8454msgstr ""84558456#: builtin/bisect--helper.c:6358457msgid "reset the bisection state"8458msgstr ""84598460#: builtin/bisect--helper.c:6378461msgid "write out the bisection state in BISECT_LOG"8462msgstr ""84638464#: builtin/bisect--helper.c:6398465msgid "check and set terms in a bisection state"8466msgstr ""84678468#: builtin/bisect--helper.c:6418469msgid "check whether bad or good terms exist"8470msgstr ""84718472#: builtin/bisect--helper.c:6438473msgid "print out the bisect terms"8474msgstr ""84758476#: builtin/bisect--helper.c:6458477msgid "start the bisect session"8478msgstr ""84798480#: builtin/bisect--helper.c:6478481msgid "update BISECT_HEAD instead of checking out the current commit"8482msgstr ""84838484#: builtin/bisect--helper.c:6498485msgid "no log for BISECT_WRITE"8486msgstr ""84878488#: builtin/bisect--helper.c:6668489msgid "--write-terms requires two arguments"8490msgstr ""84918492#: builtin/bisect--helper.c:6708493msgid "--bisect-clean-state requires no arguments"8494msgstr ""84958496#: builtin/bisect--helper.c:6778497msgid "--bisect-reset requires either no argument or a commit"8498msgstr ""84998500#: builtin/bisect--helper.c:6818501msgid "--bisect-write requires either 4 or 5 arguments"8502msgstr ""85038504#: builtin/bisect--helper.c:6878505msgid "--check-and-set-terms requires 3 arguments"8506msgstr ""85078508#: builtin/bisect--helper.c:6938509msgid "--bisect-next-check requires 2 or 3 arguments"8510msgstr ""85118512#: builtin/bisect--helper.c:6998513msgid "--bisect-terms requires 0 or 1 argument"8514msgstr ""85158516#: builtin/blame.c:328517msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"8518msgstr ""85198520#: builtin/blame.c:378521msgid "<rev-opts> are documented in git-rev-list(1)"8522msgstr ""85238524#: builtin/blame.c:4078525#, c-format8526msgid "expecting a color: %s"8527msgstr ""85288529#: builtin/blame.c:4148530msgid "must end with a color"8531msgstr ""85328533#: builtin/blame.c:7018534#, c-format8535msgid "invalid color '%s' in color.blame.repeatedLines"8536msgstr ""85378538#: builtin/blame.c:7198539msgid "invalid value for blame.coloring"8540msgstr ""85418542#: builtin/blame.c:7948543msgid "Show blame entries as we find them, incrementally"8544msgstr ""85458546#: builtin/blame.c:7958547msgid "Show blank SHA-1 for boundary commits (Default: off)"8548msgstr ""85498550#: builtin/blame.c:7968551msgid "Do not treat root commits as boundaries (Default: off)"8552msgstr ""85538554#: builtin/blame.c:7978555msgid "Show work cost statistics"8556msgstr ""85578558#: builtin/blame.c:7988559msgid "Force progress reporting"8560msgstr ""85618562#: builtin/blame.c:7998563msgid "Show output score for blame entries"8564msgstr ""85658566#: builtin/blame.c:8008567msgid "Show original filename (Default: auto)"8568msgstr ""85698570#: builtin/blame.c:8018571msgid "Show original linenumber (Default: off)"8572msgstr ""85738574#: builtin/blame.c:8028575msgid "Show in a format designed for machine consumption"8576msgstr ""85778578#: builtin/blame.c:8038579msgid "Show porcelain format with per-line commit information"8580msgstr ""85818582#: builtin/blame.c:8048583msgid "Use the same output mode as git-annotate (Default: off)"8584msgstr ""85858586#: builtin/blame.c:8058587msgid "Show raw timestamp (Default: off)"8588msgstr ""85898590#: builtin/blame.c:8068591msgid "Show long commit SHA1 (Default: off)"8592msgstr ""85938594#: builtin/blame.c:8078595msgid "Suppress author name and timestamp (Default: off)"8596msgstr ""85978598#: builtin/blame.c:8088599msgid "Show author email instead of name (Default: off)"8600msgstr ""86018602#: builtin/blame.c:8098603msgid "Ignore whitespace differences"8604msgstr ""86058606#: builtin/blame.c:8108607msgid "color redundant metadata from previous line differently"8608msgstr ""86098610#: builtin/blame.c:8118611msgid "color lines by age"8612msgstr ""86138614#: builtin/blame.c:8188615msgid "Use an experimental heuristic to improve diffs"8616msgstr ""86178618#: builtin/blame.c:8208619msgid "Spend extra cycles to find better match"8620msgstr ""86218622#: builtin/blame.c:8218623msgid "Use revisions from <file> instead of calling git-rev-list"8624msgstr ""86258626#: builtin/blame.c:8228627msgid "Use <file>'s contents as the final image"8628msgstr ""86298630#: builtin/blame.c:823 builtin/blame.c:8248631msgid "score"8632msgstr ""86338634#: builtin/blame.c:8238635msgid "Find line copies within and across files"8636msgstr ""86378638#: builtin/blame.c:8248639msgid "Find line movements within and across files"8640msgstr ""86418642#: builtin/blame.c:8258643msgid "n,m"8644msgstr ""86458646#: builtin/blame.c:8258647msgid "Process only line range n,m, counting from 1"8648msgstr ""86498650#: builtin/blame.c:8768651msgid "--progress can't be used with --incremental or porcelain formats"8652msgstr ""86538654#. TRANSLATORS: This string is used to tell us the8655#. maximum display width for a relative timestamp in8656#. "git blame" output. For C locale, "4 years, 118657#. months ago", which takes 22 places, is the longest8658#. among various forms of relative timestamps, but8659#. your language may need more or fewer display8660#. columns.8661#.8662#: builtin/blame.c:9278663msgid "4 years, 11 months ago"8664msgstr ""86658666#: builtin/blame.c:10318667#, c-format8668msgid "file %s has only %lu line"8669msgid_plural "file %s has only %lu lines"8670msgstr[0] ""8671msgstr[1] ""86728673#: builtin/blame.c:10778674msgid "Blaming lines"8675msgstr ""86768677#: builtin/branch.c:298678msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"8679msgstr ""86808681#: builtin/branch.c:308682msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"8683msgstr ""86848685#: builtin/branch.c:318686msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."8687msgstr ""86888689#: builtin/branch.c:328690msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"8691msgstr ""86928693#: builtin/branch.c:338694msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"8695msgstr ""86968697#: builtin/branch.c:348698msgid "git branch [<options>] [-r | -a] [--points-at]"8699msgstr ""87008701#: builtin/branch.c:358702msgid "git branch [<options>] [-r | -a] [--format]"8703msgstr ""87048705#: builtin/branch.c:1518706#, c-format8707msgid ""8708"deleting branch '%s' that has been merged to\n"8709" '%s', but not yet merged to HEAD."8710msgstr ""87118712#: builtin/branch.c:1558713#, c-format8714msgid ""8715"not deleting branch '%s' that is not yet merged to\n"8716" '%s', even though it is merged to HEAD."8717msgstr ""87188719#: builtin/branch.c:1698720#, c-format8721msgid "Couldn't look up commit object for '%s'"8722msgstr ""87238724#: builtin/branch.c:1738725#, c-format8726msgid ""8727"The branch '%s' is not fully merged.\n"8728"If you are sure you want to delete it, run 'git branch -D %s'."8729msgstr ""87308731#: builtin/branch.c:1868732msgid "Update of config-file failed"8733msgstr ""87348735#: builtin/branch.c:2178736msgid "cannot use -a with -d"8737msgstr ""87388739#: builtin/branch.c:2238740msgid "Couldn't look up commit object for HEAD"8741msgstr ""87428743#: builtin/branch.c:2378744#, c-format8745msgid "Cannot delete branch '%s' checked out at '%s'"8746msgstr ""87478748#: builtin/branch.c:2528749#, c-format8750msgid "remote-tracking branch '%s' not found."8751msgstr ""87528753#: builtin/branch.c:2538754#, c-format8755msgid "branch '%s' not found."8756msgstr ""87578758#: builtin/branch.c:2688759#, c-format8760msgid "Error deleting remote-tracking branch '%s'"8761msgstr ""87628763#: builtin/branch.c:2698764#, c-format8765msgid "Error deleting branch '%s'"8766msgstr ""87678768#: builtin/branch.c:2768769#, c-format8770msgid "Deleted remote-tracking branch %s (was %s).\n"8771msgstr ""87728773#: builtin/branch.c:2778774#, c-format8775msgid "Deleted branch %s (was %s).\n"8776msgstr ""87778778#: builtin/branch.c:421 builtin/tag.c:608779msgid "unable to parse format string"8780msgstr ""87818782#: builtin/branch.c:4528783msgid "could not resolve HEAD"8784msgstr ""87858786#: builtin/branch.c:4588787#, c-format8788msgid "HEAD (%s) points outside of refs/heads/"8789msgstr ""87908791#: builtin/branch.c:4738792#, c-format8793msgid "Branch %s is being rebased at %s"8794msgstr ""87958796#: builtin/branch.c:4778797#, c-format8798msgid "Branch %s is being bisected at %s"8799msgstr ""88008801#: builtin/branch.c:4948802msgid "cannot copy the current branch while not on any."8803msgstr ""88048805#: builtin/branch.c:4968806msgid "cannot rename the current branch while not on any."8807msgstr ""88088809#: builtin/branch.c:5078810#, c-format8811msgid "Invalid branch name: '%s'"8812msgstr ""88138814#: builtin/branch.c:5348815msgid "Branch rename failed"8816msgstr ""88178818#: builtin/branch.c:5368819msgid "Branch copy failed"8820msgstr ""88218822#: builtin/branch.c:5408823#, c-format8824msgid "Created a copy of a misnamed branch '%s'"8825msgstr ""88268827#: builtin/branch.c:5438828#, c-format8829msgid "Renamed a misnamed branch '%s' away"8830msgstr ""88318832#: builtin/branch.c:5498833#, c-format8834msgid "Branch renamed to %s, but HEAD is not updated!"8835msgstr ""88368837#: builtin/branch.c:5588838msgid "Branch is renamed, but update of config-file failed"8839msgstr ""88408841#: builtin/branch.c:5608842msgid "Branch is copied, but update of config-file failed"8843msgstr ""88448845#: builtin/branch.c:5768846#, c-format8847msgid ""8848"Please edit the description for the branch\n"8849" %s\n"8850"Lines starting with '%c' will be stripped.\n"8851msgstr ""88528853#: builtin/branch.c:6108854msgid "Generic options"8855msgstr ""88568857#: builtin/branch.c:6128858msgid "show hash and subject, give twice for upstream branch"8859msgstr ""88608861#: builtin/branch.c:6138862msgid "suppress informational messages"8863msgstr ""88648865#: builtin/branch.c:6148866msgid "set up tracking mode (see git-pull(1))"8867msgstr ""88688869#: builtin/branch.c:6168870msgid "do not use"8871msgstr ""88728873#: builtin/branch.c:618 builtin/rebase.c:4858874msgid "upstream"8875msgstr ""88768877#: builtin/branch.c:6188878msgid "change the upstream info"8879msgstr ""88808881#: builtin/branch.c:6198882msgid "Unset the upstream info"8883msgstr ""88848885#: builtin/branch.c:6208886msgid "use colored output"8887msgstr ""88888889#: builtin/branch.c:6218890msgid "act on remote-tracking branches"8891msgstr ""88928893#: builtin/branch.c:623 builtin/branch.c:6258894msgid "print only branches that contain the commit"8895msgstr ""88968897#: builtin/branch.c:624 builtin/branch.c:6268898msgid "print only branches that don't contain the commit"8899msgstr ""89008901#: builtin/branch.c:6298902msgid "Specific git-branch actions:"8903msgstr ""89048905#: builtin/branch.c:6308906msgid "list both remote-tracking and local branches"8907msgstr ""89088909#: builtin/branch.c:6328910msgid "delete fully merged branch"8911msgstr ""89128913#: builtin/branch.c:6338914msgid "delete branch (even if not merged)"8915msgstr ""89168917#: builtin/branch.c:6348918msgid "move/rename a branch and its reflog"8919msgstr ""89208921#: builtin/branch.c:6358922msgid "move/rename a branch, even if target exists"8923msgstr ""89248925#: builtin/branch.c:6368926msgid "copy a branch and its reflog"8927msgstr ""89288929#: builtin/branch.c:6378930msgid "copy a branch, even if target exists"8931msgstr ""89328933#: builtin/branch.c:6388934msgid "list branch names"8935msgstr ""89368937#: builtin/branch.c:6398938msgid "show current branch name"8939msgstr ""89408941#: builtin/branch.c:6408942msgid "create the branch's reflog"8943msgstr ""89448945#: builtin/branch.c:6428946msgid "edit the description for the branch"8947msgstr ""89488949#: builtin/branch.c:6438950msgid "force creation, move/rename, deletion"8951msgstr ""89528953#: builtin/branch.c:6448954msgid "print only branches that are merged"8955msgstr ""89568957#: builtin/branch.c:6458958msgid "print only branches that are not merged"8959msgstr ""89608961#: builtin/branch.c:6468962msgid "list branches in columns"8963msgstr ""89648965#: builtin/branch.c:649 builtin/for-each-ref.c:42 builtin/notes.c:4158966#: builtin/notes.c:418 builtin/notes.c:581 builtin/notes.c:5848967#: builtin/tag.c:4278968msgid "object"8969msgstr ""89708971#: builtin/branch.c:6508972msgid "print only branches of the object"8973msgstr ""89748975#: builtin/branch.c:652 builtin/for-each-ref.c:48 builtin/tag.c:4348976msgid "sorting and filtering are case insensitive"8977msgstr ""89788979#: builtin/branch.c:653 builtin/for-each-ref.c:38 builtin/tag.c:4328980#: builtin/verify-tag.c:398981msgid "format to use for the output"8982msgstr ""89838984#: builtin/branch.c:676 builtin/clone.c:7488985msgid "HEAD not found below refs/heads!"8986msgstr ""89878988#: builtin/branch.c:7008989msgid "--column and --verbose are incompatible"8990msgstr ""89918992#: builtin/branch.c:715 builtin/branch.c:769 builtin/branch.c:7788993msgid "branch name required"8994msgstr ""89958996#: builtin/branch.c:7458997msgid "Cannot give description to detached HEAD"8998msgstr ""89999000#: builtin/branch.c:7509001msgid "cannot edit description of more than one branch"9002msgstr ""90039004#: builtin/branch.c:7579005#, c-format9006msgid "No commit on branch '%s' yet."9007msgstr ""90089009#: builtin/branch.c:7609010#, c-format9011msgid "No branch named '%s'."9012msgstr ""90139014#: builtin/branch.c:7759015msgid "too many branches for a copy operation"9016msgstr ""90179018#: builtin/branch.c:7849019msgid "too many arguments for a rename operation"9020msgstr ""90219022#: builtin/branch.c:7899023msgid "too many arguments to set new upstream"9024msgstr ""90259026#: builtin/branch.c:7939027#, c-format9028msgid ""9029"could not set upstream of HEAD to %s when it does not point to any branch."9030msgstr ""90319032#: builtin/branch.c:796 builtin/branch.c:8199033#, c-format9034msgid "no such branch '%s'"9035msgstr ""90369037#: builtin/branch.c:8009038#, c-format9039msgid "branch '%s' does not exist"9040msgstr ""90419042#: builtin/branch.c:8139043msgid "too many arguments to unset upstream"9044msgstr ""90459046#: builtin/branch.c:8179047msgid "could not unset upstream of HEAD when it does not point to any branch."9048msgstr ""90499050#: builtin/branch.c:8239051#, c-format9052msgid "Branch '%s' has no upstream information"9053msgstr ""90549055#: builtin/branch.c:8339056msgid "-a and -r options to 'git branch' do not make sense with a branch name"9057msgstr ""90589059#: builtin/branch.c:8369060msgid ""9061"the '--set-upstream' option is no longer supported. Please use '--track' or "9062"'--set-upstream-to' instead."9063msgstr ""90649065#: builtin/bundle.c:459066#, c-format9067msgid "%s is okay\n"9068msgstr ""90699070#: builtin/bundle.c:589071msgid "Need a repository to create a bundle."9072msgstr ""90739074#: builtin/bundle.c:629075msgid "Need a repository to unbundle."9076msgstr ""90779078#: builtin/cat-file.c:5939079msgid ""9080"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"9081"p | <type> | --textconv | --filters) [--path=<path>] <object>"9082msgstr ""90839084#: builtin/cat-file.c:5949085msgid ""9086"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"9087"filters]"9088msgstr ""90899090#: builtin/cat-file.c:6159091msgid "only one batch option may be specified"9092msgstr ""90939094#: builtin/cat-file.c:6339095msgid "<type> can be one of: blob, tree, commit, tag"9096msgstr ""90979098#: builtin/cat-file.c:6349099msgid "show object type"9100msgstr ""91019102#: builtin/cat-file.c:6359103msgid "show object size"9104msgstr ""91059106#: builtin/cat-file.c:6379107msgid "exit with zero when there's no error"9108msgstr ""91099110#: builtin/cat-file.c:6389111msgid "pretty-print object's content"9112msgstr ""91139114#: builtin/cat-file.c:6409115msgid "for blob objects, run textconv on object's content"9116msgstr ""91179118#: builtin/cat-file.c:6429119msgid "for blob objects, run filters on object's content"9120msgstr ""91219122#: builtin/cat-file.c:643 git-submodule.sh:9369123msgid "blob"9124msgstr ""91259126#: builtin/cat-file.c:6449127msgid "use a specific path for --textconv/--filters"9128msgstr ""91299130#: builtin/cat-file.c:6469131msgid "allow -s and -t to work with broken/corrupt objects"9132msgstr ""91339134#: builtin/cat-file.c:6479135msgid "buffer --batch output"9136msgstr ""91379138#: builtin/cat-file.c:6499139msgid "show info and content of objects fed from the standard input"9140msgstr ""91419142#: builtin/cat-file.c:6539143msgid "show info about objects fed from the standard input"9144msgstr ""91459146#: builtin/cat-file.c:6579147msgid "follow in-tree symlinks (used with --batch or --batch-check)"9148msgstr ""91499150#: builtin/cat-file.c:6599151msgid "show all objects with --batch or --batch-check"9152msgstr ""91539154#: builtin/cat-file.c:6619155msgid "do not order --batch-all-objects output"9156msgstr ""91579158#: builtin/check-attr.c:139159msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."9160msgstr ""91619162#: builtin/check-attr.c:149163msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"9164msgstr ""91659166#: builtin/check-attr.c:219167msgid "report all attributes set on file"9168msgstr ""91699170#: builtin/check-attr.c:229171msgid "use .gitattributes only from the index"9172msgstr ""91739174#: builtin/check-attr.c:23 builtin/check-ignore.c:25 builtin/hash-object.c:1029175msgid "read file names from stdin"9176msgstr ""91779178#: builtin/check-attr.c:25 builtin/check-ignore.c:279179msgid "terminate input and output records by a NUL character"9180msgstr ""91819182#: builtin/check-ignore.c:21 builtin/checkout.c:1355 builtin/gc.c:5389183#: builtin/worktree.c:4999184msgid "suppress progress reporting"9185msgstr ""91869187#: builtin/check-ignore.c:299188msgid "show non-matching input paths"9189msgstr ""91909191#: builtin/check-ignore.c:319192msgid "ignore index when checking"9193msgstr ""91949195#: builtin/check-ignore.c:1609196msgid "cannot specify pathnames with --stdin"9197msgstr ""91989199#: builtin/check-ignore.c:1639200msgid "-z only makes sense with --stdin"9201msgstr ""92029203#: builtin/check-ignore.c:1659204msgid "no path specified"9205msgstr ""92069207#: builtin/check-ignore.c:1699208msgid "--quiet is only valid with a single pathname"9209msgstr ""92109211#: builtin/check-ignore.c:1719212msgid "cannot have both --quiet and --verbose"9213msgstr ""92149215#: builtin/check-ignore.c:1749216msgid "--non-matching is only valid with --verbose"9217msgstr ""92189219#: builtin/check-mailmap.c:99220msgid "git check-mailmap [<options>] <contact>..."9221msgstr ""92229223#: builtin/check-mailmap.c:149224msgid "also read contacts from stdin"9225msgstr ""92269227#: builtin/check-mailmap.c:259228#, c-format9229msgid "unable to parse contact: %s"9230msgstr ""92319232#: builtin/check-mailmap.c:489233msgid "no contacts specified"9234msgstr ""92359236#: builtin/checkout-index.c:1319237msgid "git checkout-index [<options>] [--] [<file>...]"9238msgstr ""92399240#: builtin/checkout-index.c:1489241msgid "stage should be between 1 and 3 or all"9242msgstr ""92439244#: builtin/checkout-index.c:1649245msgid "check out all files in the index"9246msgstr ""92479248#: builtin/checkout-index.c:1659249msgid "force overwrite of existing files"9250msgstr ""92519252#: builtin/checkout-index.c:1679253msgid "no warning for existing files and files not in index"9254msgstr ""92559256#: builtin/checkout-index.c:1699257msgid "don't checkout new files"9258msgstr ""92599260#: builtin/checkout-index.c:1719261msgid "update stat information in the index file"9262msgstr ""92639264#: builtin/checkout-index.c:1759265msgid "read list of paths from the standard input"9266msgstr ""92679268#: builtin/checkout-index.c:1779269msgid "write the content to temporary files"9270msgstr ""92719272#: builtin/checkout-index.c:178 builtin/column.c:319273#: builtin/submodule--helper.c:1372 builtin/submodule--helper.c:13759274#: builtin/submodule--helper.c:1383 builtin/submodule--helper.c:18569275#: builtin/worktree.c:6729276msgid "string"9277msgstr ""92789279#: builtin/checkout-index.c:1799280msgid "when creating files, prepend <string>"9281msgstr ""92829283#: builtin/checkout-index.c:1819284msgid "copy out the files from named stage"9285msgstr ""92869287#: builtin/checkout.c:329288msgid "git checkout [<options>] <branch>"9289msgstr ""92909291#: builtin/checkout.c:339292msgid "git checkout [<options>] [<branch>] -- <file>..."9293msgstr ""92949295#: builtin/checkout.c:151 builtin/checkout.c:1909296#, c-format9297msgid "path '%s' does not have our version"9298msgstr ""92999300#: builtin/checkout.c:153 builtin/checkout.c:1929301#, c-format9302msgid "path '%s' does not have their version"9303msgstr ""93049305#: builtin/checkout.c:1699306#, c-format9307msgid "path '%s' does not have all necessary versions"9308msgstr ""93099310#: builtin/checkout.c:2199311#, c-format9312msgid "path '%s' does not have necessary versions"9313msgstr ""93149315#: builtin/checkout.c:2379316#, c-format9317msgid "path '%s': cannot merge"9318msgstr ""93199320#: builtin/checkout.c:2539321#, c-format9322msgid "Unable to add merge result for '%s'"9323msgstr ""93249325#: builtin/checkout.c:331 builtin/checkout.c:334 builtin/checkout.c:3379326#: builtin/checkout.c:3409327#, c-format9328msgid "'%s' cannot be used with updating paths"9329msgstr ""93309331#: builtin/checkout.c:343 builtin/checkout.c:3469332#, c-format9333msgid "'%s' cannot be used with %s"9334msgstr ""93359336#: builtin/checkout.c:3499337#, c-format9338msgid "Cannot update paths and switch to branch '%s' at the same time."9339msgstr ""93409341#: builtin/checkout.c:396 builtin/checkout.c:4039342#, c-format9343msgid "path '%s' is unmerged"9344msgstr ""93459346#: builtin/checkout.c:4429347#, c-format9348msgid "Recreated %d merge conflict"9349msgid_plural "Recreated %d merge conflicts"9350msgstr[0] ""9351msgstr[1] ""93529353#: builtin/checkout.c:4479354#, c-format9355msgid "Updated %d path from %s"9356msgid_plural "Updated %d paths from %s"9357msgstr[0] ""9358msgstr[1] ""93599360#: builtin/checkout.c:4549361#, c-format9362msgid "Updated %d path from the index"9363msgid_plural "Updated %d paths from the index"9364msgstr[0] ""9365msgstr[1] ""93669367#: builtin/checkout.c:6959368msgid "you need to resolve your current index first"9369msgstr ""93709371#: builtin/checkout.c:7449372#, c-format9373msgid ""9374"cannot continue with staged changes in the following files:\n"9375"%s"9376msgstr ""93779378#: builtin/checkout.c:7519379#, c-format9380msgid "staged changes in the following files may be lost: %s"9381msgstr ""93829383#: builtin/checkout.c:8489384#, c-format9385msgid "Can not do reflog for '%s': %s\n"9386msgstr ""93879388#: builtin/checkout.c:8909389msgid "HEAD is now at"9390msgstr ""93919392#: builtin/checkout.c:894 builtin/clone.c:7019393msgid "unable to update HEAD"9394msgstr ""93959396#: builtin/checkout.c:8989397#, c-format9398msgid "Reset branch '%s'\n"9399msgstr ""94009401#: builtin/checkout.c:9019402#, c-format9403msgid "Already on '%s'\n"9404msgstr ""94059406#: builtin/checkout.c:9059407#, c-format9408msgid "Switched to and reset branch '%s'\n"9409msgstr ""94109411#: builtin/checkout.c:907 builtin/checkout.c:12839412#, c-format9413msgid "Switched to a new branch '%s'\n"9414msgstr ""94159416#: builtin/checkout.c:9099417#, c-format9418msgid "Switched to branch '%s'\n"9419msgstr ""94209421#: builtin/checkout.c:9609422#, c-format9423msgid " ... and %d more.\n"9424msgstr ""94259426#: builtin/checkout.c:9669427#, c-format9428msgid ""9429"Warning: you are leaving %d commit behind, not connected to\n"9430"any of your branches:\n"9431"\n"9432"%s\n"9433msgid_plural ""9434"Warning: you are leaving %d commits behind, not connected to\n"9435"any of your branches:\n"9436"\n"9437"%s\n"9438msgstr[0] ""9439msgstr[1] ""94409441#: builtin/checkout.c:9859442#, c-format9443msgid ""9444"If you want to keep it by creating a new branch, this may be a good time\n"9445"to do so with:\n"9446"\n"9447" git branch <new-branch-name> %s\n"9448"\n"9449msgid_plural ""9450"If you want to keep them by creating a new branch, this may be a good time\n"9451"to do so with:\n"9452"\n"9453" git branch <new-branch-name> %s\n"9454"\n"9455msgstr[0] ""9456msgstr[1] ""94579458#: builtin/checkout.c:10179459msgid "internal error in revision walk"9460msgstr ""94619462#: builtin/checkout.c:10219463msgid "Previous HEAD position was"9464msgstr ""94659466#: builtin/checkout.c:1052 builtin/checkout.c:12789467msgid "You are on a branch yet to be born"9468msgstr ""94699470#: builtin/checkout.c:11739471#, c-format9472msgid "only one reference expected, %d given."9473msgstr ""94749475#: builtin/checkout.c:12099476#, c-format9477msgid ""9478"'%s' could be both a local file and a tracking branch.\n"9479"Please use -- (and optionally --no-guess) to disambiguate"9480msgstr ""94819482#: builtin/checkout.c:1222 builtin/worktree.c:290 builtin/worktree.c:4489483#, c-format9484msgid "invalid reference: %s"9485msgstr ""94869487#: builtin/checkout.c:12519488#, c-format9489msgid "reference is not a tree: %s"9490msgstr ""94919492#: builtin/checkout.c:12929493msgid "paths cannot be used with switching branches"9494msgstr ""94959496#: builtin/checkout.c:1295 builtin/checkout.c:1299 builtin/checkout.c:13039497#, c-format9498msgid "'%s' cannot be used with switching branches"9499msgstr ""95009501#: builtin/checkout.c:1307 builtin/checkout.c:1310 builtin/checkout.c:13159502#: builtin/checkout.c:13189503#, c-format9504msgid "'%s' cannot be used with '%s'"9505msgstr ""95069507#: builtin/checkout.c:13239508#, c-format9509msgid "Cannot switch branch to a non-commit '%s'"9510msgstr ""95119512#: builtin/checkout.c:1356 builtin/checkout.c:1358 builtin/clone.c:1189513#: builtin/remote.c:169 builtin/remote.c:171 builtin/worktree.c:4929514#: builtin/worktree.c:4949515msgid "branch"9516msgstr ""95179518#: builtin/checkout.c:13579519msgid "create and checkout a new branch"9520msgstr ""95219522#: builtin/checkout.c:13599523msgid "create/reset and checkout a branch"9524msgstr ""95259526#: builtin/checkout.c:13609527msgid "create reflog for new branch"9528msgstr ""95299530#: builtin/checkout.c:1361 builtin/worktree.c:4969531msgid "detach HEAD at named commit"9532msgstr ""95339534#: builtin/checkout.c:13629535msgid "set upstream info for new branch"9536msgstr ""95379538#: builtin/checkout.c:13649539msgid "new-branch"9540msgstr ""95419542#: builtin/checkout.c:13649543msgid "new unparented branch"9544msgstr ""95459546#: builtin/checkout.c:13669547msgid "checkout our version for unmerged files"9548msgstr ""95499550#: builtin/checkout.c:13699551msgid "checkout their version for unmerged files"9552msgstr ""95539554#: builtin/checkout.c:13719555msgid "force checkout (throw away local modifications)"9556msgstr ""95579558#: builtin/checkout.c:13739559msgid "perform a 3-way merge with the new branch"9560msgstr ""95619562#: builtin/checkout.c:1375 builtin/merge.c:2849563msgid "update ignored files (default)"9564msgstr ""95659566#: builtin/checkout.c:1377 builtin/log.c:1594 parse-options.h:3179567msgid "style"9568msgstr ""95699570#: builtin/checkout.c:13789571msgid "conflict style (merge or diff3)"9572msgstr ""95739574#: builtin/checkout.c:13819575msgid "do not limit pathspecs to sparse entries only"9576msgstr ""95779578#: builtin/checkout.c:13839579msgid "do not second guess 'git checkout <no-such-branch>'"9580msgstr ""95819582#: builtin/checkout.c:13859583msgid "do not check if another worktree is holding the given ref"9584msgstr ""95859586#: builtin/checkout.c:1389 builtin/clone.c:88 builtin/fetch.c:1419587#: builtin/merge.c:281 builtin/pull.c:136 builtin/push.c:5759588#: builtin/send-pack.c:1749589msgid "force progress reporting"9590msgstr ""95919592#: builtin/checkout.c:13909593msgid "use overlay mode (default)"9594msgstr ""95959596#: builtin/checkout.c:14229597msgid "-b, -B and --orphan are mutually exclusive"9598msgstr ""95999600#: builtin/checkout.c:14259601msgid "-p and --overlay are mutually exclusive"9602msgstr ""96039604#: builtin/checkout.c:14429605msgid "--track needs a branch name"9606msgstr ""96079608#: builtin/checkout.c:14479609msgid "missing branch name; try -b"9610msgstr ""96119612#: builtin/checkout.c:14849613msgid "invalid path specification"9614msgstr ""96159616#: builtin/checkout.c:14919617#, c-format9618msgid "'%s' is not a commit and a branch '%s' cannot be created from it"9619msgstr ""96209621#: builtin/checkout.c:14959622#, c-format9623msgid "git checkout: --detach does not take a path argument '%s'"9624msgstr ""96259626#: builtin/checkout.c:14999627msgid ""9628"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"9629"checking out of the index."9630msgstr ""96319632#: builtin/checkout.c:15199633#, c-format9634msgid ""9635"'%s' matched more than one remote tracking branch.\n"9636"We found %d remotes with a reference that matched. So we fell back\n"9637"on trying to resolve the argument as a path, but failed there too!\n"9638"\n"9639"If you meant to check out a remote tracking branch on, e.g. 'origin',\n"9640"you can do so by fully qualifying the name with the --track option:\n"9641"\n"9642" git checkout --track origin/<name>\n"9643"\n"9644"If you'd like to always have checkouts of an ambiguous <name> prefer\n"9645"one remote, e.g. the 'origin' remote, consider setting\n"9646"checkout.defaultRemote=origin in your config."9647msgstr ""96489649#: builtin/clean.c:289650msgid ""9651"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."9652msgstr ""96539654#: builtin/clean.c:329655#, c-format9656msgid "Removing %s\n"9657msgstr ""96589659#: builtin/clean.c:339660#, c-format9661msgid "Would remove %s\n"9662msgstr ""96639664#: builtin/clean.c:349665#, c-format9666msgid "Skipping repository %s\n"9667msgstr ""96689669#: builtin/clean.c:359670#, c-format9671msgid "Would skip repository %s\n"9672msgstr ""96739674#: builtin/clean.c:369675#, c-format9676msgid "failed to remove %s"9677msgstr ""96789679#: builtin/clean.c:299 git-add--interactive.perl:5799680#, c-format9681msgid ""9682"Prompt help:\n"9683"1 - select a numbered item\n"9684"foo - select item based on unique prefix\n"9685" - (empty) select nothing\n"9686msgstr ""96879688#: builtin/clean.c:303 git-add--interactive.perl:5889689#, c-format9690msgid ""9691"Prompt help:\n"9692"1 - select a single item\n"9693"3-5 - select a range of items\n"9694"2-3,6-9 - select multiple ranges\n"9695"foo - select item based on unique prefix\n"9696"-... - unselect specified items\n"9697"* - choose all items\n"9698" - (empty) finish selecting\n"9699msgstr ""97009701#: builtin/clean.c:519 git-add--interactive.perl:5549702#: git-add--interactive.perl:5599703#, c-format, perl-format9704msgid "Huh (%s)?\n"9705msgstr ""97069707#: builtin/clean.c:6619708#, c-format9709msgid "Input ignore patterns>> "9710msgstr ""97119712#: builtin/clean.c:6989713#, c-format9714msgid "WARNING: Cannot find items matched by: %s"9715msgstr ""97169717#: builtin/clean.c:7199718msgid "Select items to delete"9719msgstr ""97209721#. TRANSLATORS: Make sure to keep [y/N] as is9722#: builtin/clean.c:7609723#, c-format9724msgid "Remove %s [y/N]? "9725msgstr ""97269727#: builtin/clean.c:785 git-add--interactive.perl:17179728#, c-format9729msgid "Bye.\n"9730msgstr ""97319732#: builtin/clean.c:7939733msgid ""9734"clean - start cleaning\n"9735"filter by pattern - exclude items from deletion\n"9736"select by numbers - select items to be deleted by numbers\n"9737"ask each - confirm each deletion (like \"rm -i\")\n"9738"quit - stop cleaning\n"9739"help - this screen\n"9740"? - help for prompt selection"9741msgstr ""97429743#: builtin/clean.c:820 git-add--interactive.perl:17939744msgid "*** Commands ***"9745msgstr ""97469747#: builtin/clean.c:821 git-add--interactive.perl:17909748msgid "What now"9749msgstr ""97509751#: builtin/clean.c:8299752msgid "Would remove the following item:"9753msgid_plural "Would remove the following items:"9754msgstr[0] ""9755msgstr[1] ""97569757#: builtin/clean.c:8459758msgid "No more files to clean, exiting."9759msgstr ""97609761#: builtin/clean.c:9079762msgid "do not print names of files removed"9763msgstr ""97649765#: builtin/clean.c:9099766msgid "force"9767msgstr ""97689769#: builtin/clean.c:9109770msgid "interactive cleaning"9771msgstr ""97729773#: builtin/clean.c:9129774msgid "remove whole directories"9775msgstr ""97769777#: builtin/clean.c:913 builtin/describe.c:546 builtin/describe.c:5489778#: builtin/grep.c:897 builtin/log.c:171 builtin/log.c:1739779#: builtin/ls-files.c:557 builtin/name-rev.c:417 builtin/name-rev.c:4199780#: builtin/show-ref.c:1799781msgid "pattern"9782msgstr ""97839784#: builtin/clean.c:9149785msgid "add <pattern> to ignore rules"9786msgstr ""97879788#: builtin/clean.c:9159789msgid "remove ignored files, too"9790msgstr ""97919792#: builtin/clean.c:9179793msgid "remove only ignored files"9794msgstr ""97959796#: builtin/clean.c:9359797msgid "-x and -X cannot be used together"9798msgstr ""97999800#: builtin/clean.c:9399801msgid ""9802"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "9803"clean"9804msgstr ""98059806#: builtin/clean.c:9429807msgid ""9808"clean.requireForce defaults to true and neither -i, -n, nor -f given; "9809"refusing to clean"9810msgstr ""98119812#: builtin/clone.c:449813msgid "git clone [<options>] [--] <repo> [<dir>]"9814msgstr ""98159816#: builtin/clone.c:909817msgid "don't create a checkout"9818msgstr ""98199820#: builtin/clone.c:91 builtin/clone.c:93 builtin/init-db.c:4899821msgid "create a bare repository"9822msgstr ""98239824#: builtin/clone.c:959825msgid "create a mirror repository (implies bare)"9826msgstr ""98279828#: builtin/clone.c:979829msgid "to clone from a local repository"9830msgstr ""98319832#: builtin/clone.c:999833msgid "don't use local hardlinks, always copy"9834msgstr ""98359836#: builtin/clone.c:1019837msgid "setup as shared repository"9838msgstr ""98399840#: builtin/clone.c:1049841msgid "pathspec"9842msgstr ""98439844#: builtin/clone.c:1049845msgid "initialize submodules in the clone"9846msgstr ""98479848#: builtin/clone.c:1079849msgid "number of submodules cloned in parallel"9850msgstr ""98519852#: builtin/clone.c:108 builtin/init-db.c:4869853msgid "template-directory"9854msgstr ""98559856#: builtin/clone.c:109 builtin/init-db.c:4879857msgid "directory from which templates will be used"9858msgstr ""98599860#: builtin/clone.c:111 builtin/clone.c:113 builtin/submodule--helper.c:13799861#: builtin/submodule--helper.c:18599862msgid "reference repository"9863msgstr ""98649865#: builtin/clone.c:115 builtin/submodule--helper.c:13819866#: builtin/submodule--helper.c:18619867msgid "use --reference only while cloning"9868msgstr ""98699870#: builtin/clone.c:116 builtin/column.c:27 builtin/merge-file.c:469871#: builtin/pack-objects.c:3306 builtin/repack.c:3299872msgid "name"9873msgstr ""98749875#: builtin/clone.c:1179876msgid "use <name> instead of 'origin' to track upstream"9877msgstr ""98789879#: builtin/clone.c:1199880msgid "checkout <branch> instead of the remote's HEAD"9881msgstr ""98829883#: builtin/clone.c:1219884msgid "path to git-upload-pack on the remote"9885msgstr ""98869887#: builtin/clone.c:122 builtin/fetch.c:142 builtin/grep.c:8369888#: builtin/pull.c:2259889msgid "depth"9890msgstr ""98919892#: builtin/clone.c:1239893msgid "create a shallow clone of that depth"9894msgstr ""98959896#: builtin/clone.c:124 builtin/fetch.c:144 builtin/pack-objects.c:32959897msgid "time"9898msgstr ""98999900#: builtin/clone.c:1259901msgid "create a shallow clone since a specific time"9902msgstr ""99039904#: builtin/clone.c:126 builtin/fetch.c:146 builtin/fetch.c:1699905#: builtin/rebase.c:13899906msgid "revision"9907msgstr ""99089909#: builtin/clone.c:127 builtin/fetch.c:1479910msgid "deepen history of shallow clone, excluding rev"9911msgstr ""99129913#: builtin/clone.c:1299914msgid "clone only one branch, HEAD or --branch"9915msgstr ""99169917#: builtin/clone.c:1319918msgid "don't clone any tags, and make later fetches not to follow them"9919msgstr ""99209921#: builtin/clone.c:1339922msgid "any cloned submodules will be shallow"9923msgstr ""99249925#: builtin/clone.c:134 builtin/init-db.c:4959926msgid "gitdir"9927msgstr ""99289929#: builtin/clone.c:135 builtin/init-db.c:4969930msgid "separate git dir from working tree"9931msgstr ""99329933#: builtin/clone.c:1369934msgid "key=value"9935msgstr ""99369937#: builtin/clone.c:1379938msgid "set config inside the new repository"9939msgstr ""99409941#: builtin/clone.c:139 builtin/fetch.c:164 builtin/ls-remote.c:769942#: builtin/push.c:585 builtin/send-pack.c:1729943msgid "server-specific"9944msgstr ""99459946#: builtin/clone.c:139 builtin/fetch.c:164 builtin/ls-remote.c:769947#: builtin/push.c:585 builtin/send-pack.c:1739948msgid "option to transmit"9949msgstr ""99509951#: builtin/clone.c:140 builtin/fetch.c:165 builtin/pull.c:2389952#: builtin/push.c:5869953msgid "use IPv4 addresses only"9954msgstr ""99559956#: builtin/clone.c:142 builtin/fetch.c:167 builtin/pull.c:2419957#: builtin/push.c:5889958msgid "use IPv6 addresses only"9959msgstr ""99609961#: builtin/clone.c:2809962msgid ""9963"No directory name could be guessed.\n"9964"Please specify a directory on the command line"9965msgstr ""99669967#: builtin/clone.c:3339968#, c-format9969msgid "info: Could not add alternate for '%s': %s\n"9970msgstr ""99719972#: builtin/clone.c:4059973#, c-format9974msgid "failed to open '%s'"9975msgstr ""99769977#: builtin/clone.c:4139978#, c-format9979msgid "%s exists and is not a directory"9980msgstr ""99819982#: builtin/clone.c:4279983#, c-format9984msgid "failed to stat %s\n"9985msgstr ""99869987#: builtin/clone.c:4449988#, c-format9989msgid "failed to unlink '%s'"9990msgstr ""99919992#: builtin/clone.c:4499993#, c-format9994msgid "failed to create link '%s'"9995msgstr ""99969997#: builtin/clone.c:4539998#, c-format9999msgid "failed to copy file to '%s'"10000msgstr ""1000110002#: builtin/clone.c:47910003#, c-format10004msgid "done.\n"10005msgstr ""1000610007#: builtin/clone.c:49310008msgid ""10009"Clone succeeded, but checkout failed.\n"10010"You can inspect what was checked out with 'git status'\n"10011"and retry the checkout with 'git checkout -f HEAD'\n"10012msgstr ""1001310014#: builtin/clone.c:57010015#, c-format10016msgid "Could not find remote branch %s to clone."10017msgstr ""1001810019#: builtin/clone.c:68910020#, c-format10021msgid "unable to update %s"10022msgstr ""1002310024#: builtin/clone.c:73910025msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"10026msgstr ""1002710028#: builtin/clone.c:77010029msgid "unable to checkout working tree"10030msgstr ""1003110032#: builtin/clone.c:81510033msgid "unable to write parameters to config file"10034msgstr ""1003510036#: builtin/clone.c:87810037msgid "cannot repack to clean up"10038msgstr ""1003910040#: builtin/clone.c:88010041msgid "cannot unlink temporary alternates file"10042msgstr ""1004310044#: builtin/clone.c:920 builtin/receive-pack.c:195210045msgid "Too many arguments."10046msgstr ""1004710048#: builtin/clone.c:92410049msgid "You must specify a repository to clone."10050msgstr ""1005110052#: builtin/clone.c:93710053#, c-format10054msgid "--bare and --origin %s options are incompatible."10055msgstr ""1005610057#: builtin/clone.c:94010058msgid "--bare and --separate-git-dir are incompatible."10059msgstr ""1006010061#: builtin/clone.c:95310062#, c-format10063msgid "repository '%s' does not exist"10064msgstr ""1006510066#: builtin/clone.c:959 builtin/fetch.c:161010067#, c-format10068msgid "depth %s is not a positive number"10069msgstr ""1007010071#: builtin/clone.c:96910072#, c-format10073msgid "destination path '%s' already exists and is not an empty directory."10074msgstr ""1007510076#: builtin/clone.c:97910077#, c-format10078msgid "working tree '%s' already exists."10079msgstr ""1008010081#: builtin/clone.c:994 builtin/clone.c:1015 builtin/difftool.c:26410082#: builtin/worktree.c:296 builtin/worktree.c:32810083#, c-format10084msgid "could not create leading directories of '%s'"10085msgstr ""1008610087#: builtin/clone.c:99910088#, c-format10089msgid "could not create work tree dir '%s'"10090msgstr ""1009110092#: builtin/clone.c:101910093#, c-format10094msgid "Cloning into bare repository '%s'...\n"10095msgstr ""1009610097#: builtin/clone.c:102110098#, c-format10099msgid "Cloning into '%s'...\n"10100msgstr ""1010110102#: builtin/clone.c:104510103msgid ""10104"clone --recursive is not compatible with both --reference and --reference-if-"10105"able"10106msgstr ""1010710108#: builtin/clone.c:110610109msgid "--depth is ignored in local clones; use file:// instead."10110msgstr ""1011110112#: builtin/clone.c:110810113msgid "--shallow-since is ignored in local clones; use file:// instead."10114msgstr ""1011510116#: builtin/clone.c:111010117msgid "--shallow-exclude is ignored in local clones; use file:// instead."10118msgstr ""1011910120#: builtin/clone.c:111210121msgid "--filter is ignored in local clones; use file:// instead."10122msgstr ""1012310124#: builtin/clone.c:111510125msgid "source repository is shallow, ignoring --local"10126msgstr ""1012710128#: builtin/clone.c:112010129msgid "--local is ignored"10130msgstr ""1013110132#: builtin/clone.c:1197 builtin/clone.c:120510133#, c-format10134msgid "Remote branch %s not found in upstream %s"10135msgstr ""1013610137#: builtin/clone.c:120810138msgid "You appear to have cloned an empty repository."10139msgstr ""1014010141#: builtin/column.c:1010142msgid "git column [<options>]"10143msgstr ""1014410145#: builtin/column.c:2710146msgid "lookup config vars"10147msgstr ""1014810149#: builtin/column.c:28 builtin/column.c:2910150msgid "layout to use"10151msgstr ""1015210153#: builtin/column.c:3010154msgid "Maximum width"10155msgstr ""1015610157#: builtin/column.c:3110158msgid "Padding space on left border"10159msgstr ""1016010161#: builtin/column.c:3210162msgid "Padding space on right border"10163msgstr ""1016410165#: builtin/column.c:3310166msgid "Padding space between columns"10167msgstr ""1016810169#: builtin/column.c:5110170msgid "--command must be the first argument"10171msgstr ""1017210173#: builtin/commit-tree.c:1810174msgid ""10175"git commit-tree [(-p <parent>)...] [-S[<keyid>]] [(-m <message>)...] [(-F "10176"<file>)...] <tree>"10177msgstr ""1017810179#: builtin/commit-tree.c:3110180#, c-format10181msgid "duplicate parent %s ignored"10182msgstr ""1018310184#: builtin/commit-tree.c:56 builtin/commit-tree.c:136 builtin/log.c:52010185#, c-format10186msgid "not a valid object name %s"10187msgstr ""1018810189#: builtin/commit-tree.c:9310190#, c-format10191msgid "git commit-tree: failed to open '%s'"10192msgstr ""1019310194#: builtin/commit-tree.c:9610195#, c-format10196msgid "git commit-tree: failed to read '%s'"10197msgstr ""1019810199#: builtin/commit-tree.c:9810200#, c-format10201msgid "git commit-tree: failed to close '%s'"10202msgstr ""1020310204#: builtin/commit-tree.c:11110205msgid "parent"10206msgstr ""1020710208#: builtin/commit-tree.c:11210209msgid "id of a parent commit object"10210msgstr ""1021110212#: builtin/commit-tree.c:114 builtin/commit.c:1480 builtin/merge.c:26810213#: builtin/notes.c:409 builtin/notes.c:575 builtin/stash.c:147310214#: builtin/tag.c:40610215msgid "message"10216msgstr ""1021710218#: builtin/commit-tree.c:115 builtin/commit.c:148010219msgid "commit message"10220msgstr ""1022110222#: builtin/commit-tree.c:11810223msgid "read commit log message from file"10224msgstr ""1022510226#: builtin/commit-tree.c:121 builtin/commit.c:1492 builtin/merge.c:28310227#: builtin/pull.c:193 builtin/revert.c:11710228msgid "GPG sign commit"10229msgstr ""1023010231#: builtin/commit-tree.c:13310232msgid "must give exactly one tree"10233msgstr ""1023410235#: builtin/commit-tree.c:14010236msgid "git commit-tree: failed to read"10237msgstr ""1023810239#: builtin/commit.c:4110240msgid "git commit [<options>] [--] <pathspec>..."10241msgstr ""1024210243#: builtin/commit.c:4610244msgid "git status [<options>] [--] <pathspec>..."10245msgstr ""1024610247#: builtin/commit.c:5110248msgid ""10249"You asked to amend the most recent commit, but doing so would make\n"10250"it empty. You can repeat your command with --allow-empty, or you can\n"10251"remove the commit entirely with \"git reset HEAD^\".\n"10252msgstr ""1025310254#: builtin/commit.c:5610255msgid ""10256"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"10257"If you wish to commit it anyway, use:\n"10258"\n"10259" git commit --allow-empty\n"10260"\n"10261msgstr ""1026210263#: builtin/commit.c:6310264msgid "Otherwise, please use 'git reset'\n"10265msgstr ""1026610267#: builtin/commit.c:6610268msgid ""10269"If you wish to skip this commit, use:\n"10270"\n"10271" git reset\n"10272"\n"10273"Then \"git cherry-pick --continue\" will resume cherry-picking\n"10274"the remaining commits.\n"10275msgstr ""1027610277#: builtin/commit.c:31210278msgid "failed to unpack HEAD tree object"10279msgstr ""1028010281#: builtin/commit.c:35310282msgid "unable to create temporary index"10283msgstr ""1028410285#: builtin/commit.c:35910286msgid "interactive add failed"10287msgstr ""1028810289#: builtin/commit.c:37310290msgid "unable to update temporary index"10291msgstr ""1029210293#: builtin/commit.c:37510294msgid "Failed to update main cache tree"10295msgstr ""1029610297#: builtin/commit.c:400 builtin/commit.c:423 builtin/commit.c:46910298msgid "unable to write new_index file"10299msgstr ""1030010301#: builtin/commit.c:45210302msgid "cannot do a partial commit during a merge."10303msgstr ""1030410305#: builtin/commit.c:45410306msgid "cannot do a partial commit during a cherry-pick."10307msgstr ""1030810309#: builtin/commit.c:46210310msgid "cannot read the index"10311msgstr ""1031210313#: builtin/commit.c:48110314msgid "unable to write temporary index file"10315msgstr ""1031610317#: builtin/commit.c:57910318#, c-format10319msgid "commit '%s' lacks author header"10320msgstr ""1032110322#: builtin/commit.c:58110323#, c-format10324msgid "commit '%s' has malformed author line"10325msgstr ""1032610327#: builtin/commit.c:60010328msgid "malformed --author parameter"10329msgstr ""1033010331#: builtin/commit.c:65310332msgid ""10333"unable to select a comment character that is not used\n"10334"in the current commit message"10335msgstr ""1033610337#: builtin/commit.c:691 builtin/commit.c:724 builtin/commit.c:106910338#, c-format10339msgid "could not lookup commit %s"10340msgstr ""1034110342#: builtin/commit.c:703 builtin/shortlog.c:31910343#, c-format10344msgid "(reading log message from standard input)\n"10345msgstr ""1034610347#: builtin/commit.c:70510348msgid "could not read log from standard input"10349msgstr ""1035010351#: builtin/commit.c:70910352#, c-format10353msgid "could not read log file '%s'"10354msgstr ""1035510356#: builtin/commit.c:740 builtin/commit.c:75610357msgid "could not read SQUASH_MSG"10358msgstr ""1035910360#: builtin/commit.c:74710361msgid "could not read MERGE_MSG"10362msgstr ""1036310364#: builtin/commit.c:80710365msgid "could not write commit template"10366msgstr ""1036710368#: builtin/commit.c:82610369#, c-format10370msgid ""10371"\n"10372"It looks like you may be committing a merge.\n"10373"If this is not correct, please remove the file\n"10374"\t%s\n"10375"and try again.\n"10376msgstr ""1037710378#: builtin/commit.c:83110379#, c-format10380msgid ""10381"\n"10382"It looks like you may be committing a cherry-pick.\n"10383"If this is not correct, please remove the file\n"10384"\t%s\n"10385"and try again.\n"10386msgstr ""1038710388#: builtin/commit.c:84410389#, c-format10390msgid ""10391"Please enter the commit message for your changes. Lines starting\n"10392"with '%c' will be ignored, and an empty message aborts the commit.\n"10393msgstr ""1039410395#: builtin/commit.c:85210396#, c-format10397msgid ""10398"Please enter the commit message for your changes. Lines starting\n"10399"with '%c' will be kept; you may remove them yourself if you want to.\n"10400"An empty message aborts the commit.\n"10401msgstr ""1040210403#: builtin/commit.c:86910404#, c-format10405msgid "%sAuthor: %.*s <%.*s>"10406msgstr ""1040710408#: builtin/commit.c:87710409#, c-format10410msgid "%sDate: %s"10411msgstr ""1041210413#: builtin/commit.c:88410414#, c-format10415msgid "%sCommitter: %.*s <%.*s>"10416msgstr ""1041710418#: builtin/commit.c:90210419msgid "Cannot read index"10420msgstr ""1042110422#: builtin/commit.c:96910423msgid "Error building trees"10424msgstr ""1042510426#: builtin/commit.c:983 builtin/tag.c:26910427#, c-format10428msgid "Please supply the message using either -m or -F option.\n"10429msgstr ""1043010431#: builtin/commit.c:102710432#, c-format10433msgid "--author '%s' is not 'Name <email>' and matches no existing author"10434msgstr ""1043510436#: builtin/commit.c:104110437#, c-format10438msgid "Invalid ignored mode '%s'"10439msgstr ""1044010441#: builtin/commit.c:1059 builtin/commit.c:128410442#, c-format10443msgid "Invalid untracked files mode '%s'"10444msgstr ""1044510446#: builtin/commit.c:109710447msgid "--long and -z are incompatible"10448msgstr ""1044910450#: builtin/commit.c:113010451msgid "Using both --reset-author and --author does not make sense"10452msgstr ""1045310454#: builtin/commit.c:113910455msgid "You have nothing to amend."10456msgstr ""1045710458#: builtin/commit.c:114210459msgid "You are in the middle of a merge -- cannot amend."10460msgstr ""1046110462#: builtin/commit.c:114410463msgid "You are in the middle of a cherry-pick -- cannot amend."10464msgstr ""1046510466#: builtin/commit.c:114710467msgid "Options --squash and --fixup cannot be used together"10468msgstr ""1046910470#: builtin/commit.c:115710471msgid "Only one of -c/-C/-F/--fixup can be used."10472msgstr ""1047310474#: builtin/commit.c:115910475msgid "Option -m cannot be combined with -c/-C/-F."10476msgstr ""1047710478#: builtin/commit.c:116710479msgid "--reset-author can be used only with -C, -c or --amend."10480msgstr ""1048110482#: builtin/commit.c:118410483msgid "Only one of --include/--only/--all/--interactive/--patch can be used."10484msgstr ""1048510486#: builtin/commit.c:118610487msgid "No paths with --include/--only does not make sense."10488msgstr ""1048910490#: builtin/commit.c:119210491#, c-format10492msgid "paths '%s ...' with -a does not make sense"10493msgstr ""1049410495#: builtin/commit.c:1319 builtin/commit.c:150310496msgid "show status concisely"10497msgstr ""1049810499#: builtin/commit.c:1321 builtin/commit.c:150510500msgid "show branch information"10501msgstr ""1050210503#: builtin/commit.c:132310504msgid "show stash information"10505msgstr ""1050610507#: builtin/commit.c:1325 builtin/commit.c:150710508msgid "compute full ahead/behind values"10509msgstr ""1051010511#: builtin/commit.c:132710512msgid "version"10513msgstr ""1051410515#: builtin/commit.c:1327 builtin/commit.c:1509 builtin/push.c:56110516#: builtin/worktree.c:64310517msgid "machine-readable output"10518msgstr ""1051910520#: builtin/commit.c:1330 builtin/commit.c:151110521msgid "show status in long format (default)"10522msgstr ""1052310524#: builtin/commit.c:1333 builtin/commit.c:151410525msgid "terminate entries with NUL"10526msgstr ""1052710528#: builtin/commit.c:1335 builtin/commit.c:1339 builtin/commit.c:151710529#: builtin/fast-export.c:1085 builtin/fast-export.c:1088 builtin/rebase.c:146510530#: parse-options.h:33110531msgid "mode"10532msgstr ""1053310534#: builtin/commit.c:1336 builtin/commit.c:151710535msgid "show untracked files, optional modes: all, normal, no. (Default: all)"10536msgstr ""1053710538#: builtin/commit.c:134010539msgid ""10540"show ignored files, optional modes: traditional, matching, no. (Default: "10541"traditional)"10542msgstr ""1054310544#: builtin/commit.c:1342 parse-options.h:17910545msgid "when"10546msgstr ""1054710548#: builtin/commit.c:134310549msgid ""10550"ignore changes to submodules, optional when: all, dirty, untracked. "10551"(Default: all)"10552msgstr ""1055310554#: builtin/commit.c:134510555msgid "list untracked files in columns"10556msgstr ""1055710558#: builtin/commit.c:134610559msgid "do not detect renames"10560msgstr ""1056110562#: builtin/commit.c:134810563msgid "detect renames, optionally set similarity index"10564msgstr ""1056510566#: builtin/commit.c:136810567msgid "Unsupported combination of ignored and untracked-files arguments"10568msgstr ""1056910570#: builtin/commit.c:147310571msgid "suppress summary after successful commit"10572msgstr ""1057310574#: builtin/commit.c:147410575msgid "show diff in commit message template"10576msgstr ""1057710578#: builtin/commit.c:147610579msgid "Commit message options"10580msgstr ""1058110582#: builtin/commit.c:1477 builtin/merge.c:272 builtin/tag.c:40810583msgid "read message from file"10584msgstr ""1058510586#: builtin/commit.c:147810587msgid "author"10588msgstr ""1058910590#: builtin/commit.c:147810591msgid "override author for commit"10592msgstr ""1059310594#: builtin/commit.c:1479 builtin/gc.c:53910595msgid "date"10596msgstr ""1059710598#: builtin/commit.c:147910599msgid "override date for commit"10600msgstr ""1060110602#: builtin/commit.c:1481 builtin/commit.c:1482 builtin/commit.c:148310603#: builtin/commit.c:1484 parse-options.h:323 ref-filter.h:9210604msgid "commit"10605msgstr ""1060610607#: builtin/commit.c:148110608msgid "reuse and edit message from specified commit"10609msgstr ""1061010611#: builtin/commit.c:148210612msgid "reuse message from specified commit"10613msgstr ""1061410615#: builtin/commit.c:148310616msgid "use autosquash formatted message to fixup specified commit"10617msgstr ""1061810619#: builtin/commit.c:148410620msgid "use autosquash formatted message to squash specified commit"10621msgstr ""1062210623#: builtin/commit.c:148510624msgid "the commit is authored by me now (used with -C/-c/--amend)"10625msgstr ""1062610627#: builtin/commit.c:1486 builtin/log.c:1541 builtin/merge.c:28510628#: builtin/pull.c:162 builtin/revert.c:10910629msgid "add Signed-off-by:"10630msgstr ""1063110632#: builtin/commit.c:148710633msgid "use specified template file"10634msgstr ""1063510636#: builtin/commit.c:148810637msgid "force edit of commit"10638msgstr ""1063910640#: builtin/commit.c:149010641msgid "include status in commit message template"10642msgstr ""1064310644#: builtin/commit.c:149510645msgid "Commit contents options"10646msgstr ""1064710648#: builtin/commit.c:149610649msgid "commit all changed files"10650msgstr ""1065110652#: builtin/commit.c:149710653msgid "add specified files to index for commit"10654msgstr ""1065510656#: builtin/commit.c:149810657msgid "interactively add files"10658msgstr ""1065910660#: builtin/commit.c:149910661msgid "interactively add changes"10662msgstr ""1066310664#: builtin/commit.c:150010665msgid "commit only specified files"10666msgstr ""1066710668#: builtin/commit.c:150110669msgid "bypass pre-commit and commit-msg hooks"10670msgstr ""1067110672#: builtin/commit.c:150210673msgid "show what would be committed"10674msgstr ""1067510676#: builtin/commit.c:151510677msgid "amend previous commit"10678msgstr ""1067910680#: builtin/commit.c:151610681msgid "bypass post-rewrite hook"10682msgstr ""1068310684#: builtin/commit.c:152110685msgid "ok to record an empty change"10686msgstr ""1068710688#: builtin/commit.c:152310689msgid "ok to record a change with an empty message"10690msgstr ""1069110692#: builtin/commit.c:159610693#, c-format10694msgid "Corrupt MERGE_HEAD file (%s)"10695msgstr ""1069610697#: builtin/commit.c:160310698msgid "could not read MERGE_MODE"10699msgstr ""1070010701#: builtin/commit.c:162210702#, c-format10703msgid "could not read commit message: %s"10704msgstr ""1070510706#: builtin/commit.c:162910707#, c-format10708msgid "Aborting commit due to empty commit message.\n"10709msgstr ""1071010711#: builtin/commit.c:163410712#, c-format10713msgid "Aborting commit; you did not edit the message.\n"10714msgstr ""1071510716#: builtin/commit.c:166810717msgid ""10718"repository has been updated, but unable to write\n"10719"new_index file. Check that disk is not full and quota is\n"10720"not exceeded, and then \"git reset HEAD\" to recover."10721msgstr ""1072210723#: builtin/commit-graph.c:1010724msgid "git commit-graph [--object-dir <objdir>]"10725msgstr ""1072610727#: builtin/commit-graph.c:11 builtin/commit-graph.c:2310728msgid "git commit-graph read [--object-dir <objdir>]"10729msgstr ""1073010731#: builtin/commit-graph.c:12 builtin/commit-graph.c:1810732msgid "git commit-graph verify [--object-dir <objdir>]"10733msgstr ""1073410735#: builtin/commit-graph.c:13 builtin/commit-graph.c:2810736msgid ""10737"git commit-graph write [--object-dir <objdir>] [--append] [--reachable|--"10738"stdin-packs|--stdin-commits]"10739msgstr ""1074010741#: builtin/commit-graph.c:51 builtin/commit-graph.c:8910742#: builtin/commit-graph.c:147 builtin/commit-graph.c:205 builtin/fetch.c:15310743#: builtin/log.c:156110744msgid "dir"10745msgstr ""1074610747#: builtin/commit-graph.c:52 builtin/commit-graph.c:9010748#: builtin/commit-graph.c:148 builtin/commit-graph.c:20610749msgid "The object directory to store the graph"10750msgstr ""1075110752#: builtin/commit-graph.c:68 builtin/commit-graph.c:10510753#, c-format10754msgid "Could not open commit-graph '%s'"10755msgstr ""1075610757#: builtin/commit-graph.c:15010758msgid "start walk at all refs"10759msgstr ""1076010761#: builtin/commit-graph.c:15210762msgid "scan pack-indexes listed by stdin for commits"10763msgstr ""1076410765#: builtin/commit-graph.c:15410766msgid "start walk at commits listed by stdin"10767msgstr ""1076810769#: builtin/commit-graph.c:15610770msgid "include all commits already in the commit-graph file"10771msgstr ""1077210773#: builtin/commit-graph.c:16510774msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"10775msgstr ""1077610777#: builtin/config.c:1110778msgid "git config [<options>]"10779msgstr ""1078010781#: builtin/config.c:10310782#, c-format10783msgid "unrecognized --type argument, %s"10784msgstr ""1078510786#: builtin/config.c:11510787msgid "only one type at a time"10788msgstr ""1078910790#: builtin/config.c:12410791msgid "Config file location"10792msgstr ""1079310794#: builtin/config.c:12510795msgid "use global config file"10796msgstr ""1079710798#: builtin/config.c:12610799msgid "use system config file"10800msgstr ""1080110802#: builtin/config.c:12710803msgid "use repository config file"10804msgstr ""1080510806#: builtin/config.c:12810807msgid "use per-worktree config file"10808msgstr ""1080910810#: builtin/config.c:12910811msgid "use given config file"10812msgstr ""1081310814#: builtin/config.c:13010815msgid "blob-id"10816msgstr ""1081710818#: builtin/config.c:13010819msgid "read config from given blob object"10820msgstr ""1082110822#: builtin/config.c:13110823msgid "Action"10824msgstr ""1082510826#: builtin/config.c:13210827msgid "get value: name [value-regex]"10828msgstr ""1082910830#: builtin/config.c:13310831msgid "get all values: key [value-regex]"10832msgstr ""1083310834#: builtin/config.c:13410835msgid "get values for regexp: name-regex [value-regex]"10836msgstr ""1083710838#: builtin/config.c:13510839msgid "get value specific for the URL: section[.var] URL"10840msgstr ""1084110842#: builtin/config.c:13610843msgid "replace all matching variables: name value [value_regex]"10844msgstr ""1084510846#: builtin/config.c:13710847msgid "add a new variable: name value"10848msgstr ""1084910850#: builtin/config.c:13810851msgid "remove a variable: name [value-regex]"10852msgstr ""1085310854#: builtin/config.c:13910855msgid "remove all matches: name [value-regex]"10856msgstr ""1085710858#: builtin/config.c:14010859msgid "rename section: old-name new-name"10860msgstr ""1086110862#: builtin/config.c:14110863msgid "remove a section: name"10864msgstr ""1086510866#: builtin/config.c:14210867msgid "list all"10868msgstr ""1086910870#: builtin/config.c:14310871msgid "open an editor"10872msgstr ""1087310874#: builtin/config.c:14410875msgid "find the color configured: slot [default]"10876msgstr ""1087710878#: builtin/config.c:14510879msgid "find the color setting: slot [stdout-is-tty]"10880msgstr ""1088110882#: builtin/config.c:14610883msgid "Type"10884msgstr ""1088510886#: builtin/config.c:14710887msgid "value is given this type"10888msgstr ""1088910890#: builtin/config.c:14810891msgid "value is \"true\" or \"false\""10892msgstr ""1089310894#: builtin/config.c:14910895msgid "value is decimal number"10896msgstr ""1089710898#: builtin/config.c:15010899msgid "value is --bool or --int"10900msgstr ""1090110902#: builtin/config.c:15110903msgid "value is a path (file or directory name)"10904msgstr ""1090510906#: builtin/config.c:15210907msgid "value is an expiry date"10908msgstr ""1090910910#: builtin/config.c:15310911msgid "Other"10912msgstr ""1091310914#: builtin/config.c:15410915msgid "terminate values with NUL byte"10916msgstr ""1091710918#: builtin/config.c:15510919msgid "show variable names only"10920msgstr ""1092110922#: builtin/config.c:15610923msgid "respect include directives on lookup"10924msgstr ""1092510926#: builtin/config.c:15710927msgid "show origin of config (file, standard input, blob, command line)"10928msgstr ""1092910930#: builtin/config.c:15810931msgid "value"10932msgstr ""1093310934#: builtin/config.c:15810935msgid "with --get, use default value when missing entry"10936msgstr ""1093710938#: builtin/config.c:17210939#, c-format10940msgid "wrong number of arguments, should be %d"10941msgstr ""1094210943#: builtin/config.c:17410944#, c-format10945msgid "wrong number of arguments, should be from %d to %d"10946msgstr ""1094710948#: builtin/config.c:30810949#, c-format10950msgid "invalid key pattern: %s"10951msgstr ""1095210953#: builtin/config.c:34410954#, c-format10955msgid "failed to format default config value: %s"10956msgstr ""1095710958#: builtin/config.c:40110959#, c-format10960msgid "cannot parse color '%s'"10961msgstr ""1096210963#: builtin/config.c:44310964msgid "unable to parse default color value"10965msgstr ""1096610967#: builtin/config.c:496 builtin/config.c:74210968msgid "not in a git directory"10969msgstr ""1097010971#: builtin/config.c:49910972msgid "writing to stdin is not supported"10973msgstr ""1097410975#: builtin/config.c:50210976msgid "writing config blobs is not supported"10977msgstr ""1097810979#: builtin/config.c:58710980#, c-format10981msgid ""10982"# This is Git's per-user configuration file.\n"10983"[user]\n"10984"# Please adapt and uncomment the following lines:\n"10985"#\tname = %s\n"10986"#\temail = %s\n"10987msgstr ""1098810989#: builtin/config.c:61110990msgid "only one config file at a time"10991msgstr ""1099210993#: builtin/config.c:61610994msgid "--local can only be used inside a git repository"10995msgstr ""1099610997#: builtin/config.c:61910998msgid "--blob can only be used inside a git repository"10999msgstr ""1100011001#: builtin/config.c:63811002msgid "$HOME not set"11003msgstr ""1100411005#: builtin/config.c:65811006msgid ""11007"--worktree cannot be used with multiple working trees unless the config\n"11008"extension worktreeConfig is enabled. Please read \"CONFIGURATION FILE\"\n"11009"section in \"git help worktree\" for details"11010msgstr ""1101111012#: builtin/config.c:68811013msgid "--get-color and variable type are incoherent"11014msgstr ""1101511016#: builtin/config.c:69311017msgid "only one action at a time"11018msgstr ""1101911020#: builtin/config.c:70611021msgid "--name-only is only applicable to --list or --get-regexp"11022msgstr ""1102311024#: builtin/config.c:71211025msgid ""11026"--show-origin is only applicable to --get, --get-all, --get-regexp, and --"11027"list"11028msgstr ""1102911030#: builtin/config.c:71811031msgid "--default is only applicable to --get"11032msgstr ""1103311034#: builtin/config.c:73111035#, c-format11036msgid "unable to read config file '%s'"11037msgstr ""1103811039#: builtin/config.c:73411040msgid "error processing config file(s)"11041msgstr ""1104211043#: builtin/config.c:74411044msgid "editing stdin is not supported"11045msgstr ""1104611047#: builtin/config.c:74611048msgid "editing blobs is not supported"11049msgstr ""1105011051#: builtin/config.c:76011052#, c-format11053msgid "cannot create configuration file %s"11054msgstr ""1105511056#: builtin/config.c:77311057#, c-format11058msgid ""11059"cannot overwrite multiple values with a single value\n"11060" Use a regexp, --add or --replace-all to change %s."11061msgstr ""1106211063#: builtin/config.c:847 builtin/config.c:85811064#, c-format11065msgid "no such section: %s"11066msgstr ""1106711068#: builtin/count-objects.c:9011069msgid "git count-objects [-v] [-H | --human-readable]"11070msgstr ""1107111072#: builtin/count-objects.c:10011073msgid "print sizes in human readable format"11074msgstr ""1107511076#: builtin/describe.c:2711077msgid "git describe [<options>] [<commit-ish>...]"11078msgstr ""1107911080#: builtin/describe.c:2811081msgid "git describe [<options>] --dirty"11082msgstr ""1108311084#: builtin/describe.c:6311085msgid "head"11086msgstr ""1108711088#: builtin/describe.c:6311089msgid "lightweight"11090msgstr ""1109111092#: builtin/describe.c:6311093msgid "annotated"11094msgstr ""1109511096#: builtin/describe.c:27311097#, c-format11098msgid "annotated tag %s not available"11099msgstr ""1110011101#: builtin/describe.c:27711102#, c-format11103msgid "annotated tag %s has no embedded name"11104msgstr ""1110511106#: builtin/describe.c:27911107#, c-format11108msgid "tag '%s' is really '%s' here"11109msgstr ""1111011111#: builtin/describe.c:32311112#, c-format11113msgid "no tag exactly matches '%s'"11114msgstr ""1111511116#: builtin/describe.c:32511117#, c-format11118msgid "No exact match on refs or tags, searching to describe\n"11119msgstr ""1112011121#: builtin/describe.c:37911122#, c-format11123msgid "finished search at %s\n"11124msgstr ""1112511126#: builtin/describe.c:40511127#, c-format11128msgid ""11129"No annotated tags can describe '%s'.\n"11130"However, there were unannotated tags: try --tags."11131msgstr ""1113211133#: builtin/describe.c:40911134#, c-format11135msgid ""11136"No tags can describe '%s'.\n"11137"Try --always, or create some tags."11138msgstr ""1113911140#: builtin/describe.c:43911141#, c-format11142msgid "traversed %lu commits\n"11143msgstr ""1114411145#: builtin/describe.c:44211146#, c-format11147msgid ""11148"more than %i tags found; listed %i most recent\n"11149"gave up search at %s\n"11150msgstr ""1115111152#: builtin/describe.c:51011153#, c-format11154msgid "describe %s\n"11155msgstr ""1115611157#: builtin/describe.c:51311158#, c-format11159msgid "Not a valid object name %s"11160msgstr ""1116111162#: builtin/describe.c:52111163#, c-format11164msgid "%s is neither a commit nor blob"11165msgstr ""1116611167#: builtin/describe.c:53511168msgid "find the tag that comes after the commit"11169msgstr ""1117011171#: builtin/describe.c:53611172msgid "debug search strategy on stderr"11173msgstr ""1117411175#: builtin/describe.c:53711176msgid "use any ref"11177msgstr ""1117811179#: builtin/describe.c:53811180msgid "use any tag, even unannotated"11181msgstr ""1118211183#: builtin/describe.c:53911184msgid "always use long format"11185msgstr ""1118611187#: builtin/describe.c:54011188msgid "only follow first parent"11189msgstr ""1119011191#: builtin/describe.c:54311192msgid "only output exact matches"11193msgstr ""1119411195#: builtin/describe.c:54511196msgid "consider <n> most recent tags (default: 10)"11197msgstr ""1119811199#: builtin/describe.c:54711200msgid "only consider tags matching <pattern>"11201msgstr ""1120211203#: builtin/describe.c:54911204msgid "do not consider tags matching <pattern>"11205msgstr ""1120611207#: builtin/describe.c:551 builtin/name-rev.c:42611208msgid "show abbreviated commit object as fallback"11209msgstr ""1121011211#: builtin/describe.c:552 builtin/describe.c:55511212msgid "mark"11213msgstr ""1121411215#: builtin/describe.c:55311216msgid "append <mark> on dirty working tree (default: \"-dirty\")"11217msgstr ""1121811219#: builtin/describe.c:55611220msgid "append <mark> on broken working tree (default: \"-broken\")"11221msgstr ""1122211223#: builtin/describe.c:57411224msgid "--long is incompatible with --abbrev=0"11225msgstr ""1122611227#: builtin/describe.c:60311228msgid "No names found, cannot describe anything."11229msgstr ""1123011231#: builtin/describe.c:65411232msgid "--dirty is incompatible with commit-ishes"11233msgstr ""1123411235#: builtin/describe.c:65611236msgid "--broken is incompatible with commit-ishes"11237msgstr ""1123811239#: builtin/diff.c:8411240#, c-format11241msgid "'%s': not a regular file or symlink"11242msgstr ""1124311244#: builtin/diff.c:23511245#, c-format11246msgid "invalid option: %s"11247msgstr ""1124811249#: builtin/diff.c:35011250msgid "Not a git repository"11251msgstr ""1125211253#: builtin/diff.c:39411254#, c-format11255msgid "invalid object '%s' given."11256msgstr ""1125711258#: builtin/diff.c:40311259#, c-format11260msgid "more than two blobs given: '%s'"11261msgstr ""1126211263#: builtin/diff.c:40811264#, c-format11265msgid "unhandled object '%s' given."11266msgstr ""1126711268#: builtin/difftool.c:3011269msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"11270msgstr ""1127111272#: builtin/difftool.c:25311273#, c-format11274msgid "failed: %d"11275msgstr ""1127611277#: builtin/difftool.c:29511278#, c-format11279msgid "could not read symlink %s"11280msgstr ""1128111282#: builtin/difftool.c:29711283#, c-format11284msgid "could not read symlink file %s"11285msgstr ""1128611287#: builtin/difftool.c:30511288#, c-format11289msgid "could not read object %s for symlink %s"11290msgstr ""1129111292#: builtin/difftool.c:40611293msgid ""11294"combined diff formats('-c' and '--cc') are not supported in\n"11295"directory diff mode('-d' and '--dir-diff')."11296msgstr ""1129711298#: builtin/difftool.c:62611299#, c-format11300msgid "both files modified: '%s' and '%s'."11301msgstr ""1130211303#: builtin/difftool.c:62811304msgid "working tree file has been left."11305msgstr ""1130611307#: builtin/difftool.c:63911308#, c-format11309msgid "temporary files exist in '%s'."11310msgstr ""1131111312#: builtin/difftool.c:64011313msgid "you may want to cleanup or recover these."11314msgstr ""1131511316#: builtin/difftool.c:68911317msgid "use `diff.guitool` instead of `diff.tool`"11318msgstr ""1131911320#: builtin/difftool.c:69111321msgid "perform a full-directory diff"11322msgstr ""1132311324#: builtin/difftool.c:69311325msgid "do not prompt before launching a diff tool"11326msgstr ""1132711328#: builtin/difftool.c:69811329msgid "use symlinks in dir-diff mode"11330msgstr ""1133111332#: builtin/difftool.c:69911333msgid "tool"11334msgstr ""1133511336#: builtin/difftool.c:70011337msgid "use the specified diff tool"11338msgstr ""1133911340#: builtin/difftool.c:70211341msgid "print a list of diff tools that may be used with `--tool`"11342msgstr ""1134311344#: builtin/difftool.c:70511345msgid ""11346"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "11347"code"11348msgstr ""1134911350#: builtin/difftool.c:70811351msgid "specify a custom command for viewing diffs"11352msgstr ""1135311354#: builtin/difftool.c:70911355msgid "passed to `diff`"11356msgstr ""1135711358#: builtin/difftool.c:72411359msgid "difftool requires worktree or --no-index"11360msgstr ""1136111362#: builtin/difftool.c:73111363msgid "--dir-diff is incompatible with --no-index"11364msgstr ""1136511366#: builtin/difftool.c:73411367msgid "--gui, --tool and --extcmd are mutually exclusive"11368msgstr ""1136911370#: builtin/difftool.c:74211371msgid "no <tool> given for --tool=<tool>"11372msgstr ""1137311374#: builtin/difftool.c:74911375msgid "no <cmd> given for --extcmd=<cmd>"11376msgstr ""1137711378#: builtin/fast-export.c:2911379msgid "git fast-export [rev-list-opts]"11380msgstr ""1138111382#: builtin/fast-export.c:108411383msgid "show progress after <n> objects"11384msgstr ""1138511386#: builtin/fast-export.c:108611387msgid "select handling of signed tags"11388msgstr ""1138911390#: builtin/fast-export.c:108911391msgid "select handling of tags that tag filtered objects"11392msgstr ""1139311394#: builtin/fast-export.c:109211395msgid "Dump marks to this file"11396msgstr ""1139711398#: builtin/fast-export.c:109411399msgid "Import marks from this file"11400msgstr ""1140111402#: builtin/fast-export.c:109611403msgid "Fake a tagger when tags lack one"11404msgstr ""1140511406#: builtin/fast-export.c:109811407msgid "Output full tree for each commit"11408msgstr ""1140911410#: builtin/fast-export.c:110011411msgid "Use the done feature to terminate the stream"11412msgstr ""1141311414#: builtin/fast-export.c:110111415msgid "Skip output of blob data"11416msgstr ""1141711418#: builtin/fast-export.c:1102 builtin/log.c:160911419msgid "refspec"11420msgstr ""1142111422#: builtin/fast-export.c:110311423msgid "Apply refspec to exported refs"11424msgstr ""1142511426#: builtin/fast-export.c:110411427msgid "anonymize output"11428msgstr ""1142911430#: builtin/fast-export.c:110611431msgid "Reference parents which are not in fast-export stream by object id"11432msgstr ""1143311434#: builtin/fast-export.c:110811435msgid "Show original object ids of blobs/commits"11436msgstr ""1143711438#: builtin/fetch.c:2811439msgid "git fetch [<options>] [<repository> [<refspec>...]]"11440msgstr ""1144111442#: builtin/fetch.c:2911443msgid "git fetch [<options>] <group>"11444msgstr ""1144511446#: builtin/fetch.c:3011447msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"11448msgstr ""1144911450#: builtin/fetch.c:3111451msgid "git fetch --all [<options>]"11452msgstr ""1145311454#: builtin/fetch.c:115 builtin/pull.c:20211455msgid "fetch from all remotes"11456msgstr ""1145711458#: builtin/fetch.c:117 builtin/pull.c:20511459msgid "append to .git/FETCH_HEAD instead of overwriting"11460msgstr ""1146111462#: builtin/fetch.c:119 builtin/pull.c:20811463msgid "path to upload pack on remote end"11464msgstr ""1146511466#: builtin/fetch.c:12011467msgid "force overwrite of local reference"11468msgstr ""1146911470#: builtin/fetch.c:12211471msgid "fetch from multiple remotes"11472msgstr ""1147311474#: builtin/fetch.c:124 builtin/pull.c:21211475msgid "fetch all tags and associated objects"11476msgstr ""1147711478#: builtin/fetch.c:12611479msgid "do not fetch all tags (--no-tags)"11480msgstr ""1148111482#: builtin/fetch.c:12811483msgid "number of submodules fetched in parallel"11484msgstr ""1148511486#: builtin/fetch.c:130 builtin/pull.c:21511487msgid "prune remote-tracking branches no longer on remote"11488msgstr ""1148911490#: builtin/fetch.c:13211491msgid "prune local tags no longer on remote and clobber changed tags"11492msgstr ""1149311494#: builtin/fetch.c:133 builtin/fetch.c:156 builtin/pull.c:13911495msgid "on-demand"11496msgstr ""1149711498#: builtin/fetch.c:13411499msgid "control recursive fetching of submodules"11500msgstr ""1150111502#: builtin/fetch.c:138 builtin/pull.c:22311503msgid "keep downloaded pack"11504msgstr ""1150511506#: builtin/fetch.c:14011507msgid "allow updating of HEAD ref"11508msgstr ""1150911510#: builtin/fetch.c:143 builtin/fetch.c:149 builtin/pull.c:22611511msgid "deepen history of shallow clone"11512msgstr ""1151311514#: builtin/fetch.c:14511515msgid "deepen history of shallow repository based on time"11516msgstr ""1151711518#: builtin/fetch.c:151 builtin/pull.c:22911519msgid "convert to a complete repository"11520msgstr ""1152111522#: builtin/fetch.c:15411523msgid "prepend this to submodule path output"11524msgstr ""1152511526#: builtin/fetch.c:15711527msgid ""11528"default for recursive fetching of submodules (lower priority than config "11529"files)"11530msgstr ""1153111532#: builtin/fetch.c:161 builtin/pull.c:23211533msgid "accept refs that update .git/shallow"11534msgstr ""1153511536#: builtin/fetch.c:162 builtin/pull.c:23411537msgid "refmap"11538msgstr ""1153911540#: builtin/fetch.c:163 builtin/pull.c:23511541msgid "specify fetch refmap"11542msgstr ""1154311544#: builtin/fetch.c:17011545msgid "report that we have only objects reachable from this object"11546msgstr ""1154711548#: builtin/fetch.c:46911549msgid "Couldn't find remote ref HEAD"11550msgstr ""1155111552#: builtin/fetch.c:60811553#, c-format11554msgid "configuration fetch.output contains invalid value %s"11555msgstr ""1155611557#: builtin/fetch.c:70511558#, c-format11559msgid "object %s not found"11560msgstr ""1156111562#: builtin/fetch.c:70911563msgid "[up to date]"11564msgstr ""1156511566#: builtin/fetch.c:722 builtin/fetch.c:738 builtin/fetch.c:80111567msgid "[rejected]"11568msgstr ""1156911570#: builtin/fetch.c:72311571msgid "can't fetch in current branch"11572msgstr ""1157311574#: builtin/fetch.c:73311575msgid "[tag update]"11576msgstr ""1157711578#: builtin/fetch.c:734 builtin/fetch.c:771 builtin/fetch.c:78411579#: builtin/fetch.c:79611580msgid "unable to update local ref"11581msgstr ""1158211583#: builtin/fetch.c:73811584msgid "would clobber existing tag"11585msgstr ""1158611587#: builtin/fetch.c:76011588msgid "[new tag]"11589msgstr ""1159011591#: builtin/fetch.c:76311592msgid "[new branch]"11593msgstr ""1159411595#: builtin/fetch.c:76611596msgid "[new ref]"11597msgstr ""1159811599#: builtin/fetch.c:79611600msgid "forced update"11601msgstr ""1160211603#: builtin/fetch.c:80111604msgid "non-fast-forward"11605msgstr ""1160611607#: builtin/fetch.c:84711608#, c-format11609msgid "%s did not send all necessary objects\n"11610msgstr ""1161111612#: builtin/fetch.c:86811613#, c-format11614msgid "reject %s because shallow roots are not allowed to be updated"11615msgstr ""1161611617#: builtin/fetch.c:959 builtin/fetch.c:108111618#, c-format11619msgid "From %.*s\n"11620msgstr ""1162111622#: builtin/fetch.c:97011623#, c-format11624msgid ""11625"some local refs could not be updated; try running\n"11626" 'git remote prune %s' to remove any old, conflicting branches"11627msgstr ""1162811629#: builtin/fetch.c:105111630#, c-format11631msgid " (%s will become dangling)"11632msgstr ""1163311634#: builtin/fetch.c:105211635#, c-format11636msgid " (%s has become dangling)"11637msgstr ""1163811639#: builtin/fetch.c:108411640msgid "[deleted]"11641msgstr ""1164211643#: builtin/fetch.c:1085 builtin/remote.c:103611644msgid "(none)"11645msgstr ""1164611647#: builtin/fetch.c:110811648#, c-format11649msgid "Refusing to fetch into current branch %s of non-bare repository"11650msgstr ""1165111652#: builtin/fetch.c:112711653#, c-format11654msgid "Option \"%s\" value \"%s\" is not valid for %s"11655msgstr ""1165611657#: builtin/fetch.c:113011658#, c-format11659msgid "Option \"%s\" is ignored for %s\n"11660msgstr ""1166111662#: builtin/fetch.c:143411663#, c-format11664msgid "Fetching %s\n"11665msgstr ""1166611667#: builtin/fetch.c:1436 builtin/remote.c:10011668#, c-format11669msgid "Could not fetch %s"11670msgstr ""1167111672#: builtin/fetch.c:148211673msgid ""11674"--filter can only be used with the remote configured in extensions."11675"partialClone"11676msgstr ""1167711678#: builtin/fetch.c:150611679msgid ""11680"No remote repository specified. Please, specify either a URL or a\n"11681"remote name from which new revisions should be fetched."11682msgstr ""1168311684#: builtin/fetch.c:154311685msgid "You need to specify a tag name."11686msgstr ""1168711688#: builtin/fetch.c:159411689msgid "Negative depth in --deepen is not supported"11690msgstr ""1169111692#: builtin/fetch.c:159611693msgid "--deepen and --depth are mutually exclusive"11694msgstr ""1169511696#: builtin/fetch.c:160111697msgid "--depth and --unshallow cannot be used together"11698msgstr ""1169911700#: builtin/fetch.c:160311701msgid "--unshallow on a complete repository does not make sense"11702msgstr ""1170311704#: builtin/fetch.c:161911705msgid "fetch --all does not take a repository argument"11706msgstr ""1170711708#: builtin/fetch.c:162111709msgid "fetch --all does not make sense with refspecs"11710msgstr ""1171111712#: builtin/fetch.c:163011713#, c-format11714msgid "No such remote or remote group: %s"11715msgstr ""1171611717#: builtin/fetch.c:163711718msgid "Fetching a group and specifying refspecs does not make sense"11719msgstr ""1172011721#: builtin/fetch.c:165311722msgid ""11723"--filter can only be used with the remote configured in extensions."11724"partialclone"11725msgstr ""1172611727#: builtin/fmt-merge-msg.c:1811728msgid ""11729"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"11730msgstr ""1173111732#: builtin/fmt-merge-msg.c:67211733msgid "populate log with at most <n> entries from shortlog"11734msgstr ""1173511736#: builtin/fmt-merge-msg.c:67511737msgid "alias for --log (deprecated)"11738msgstr ""1173911740#: builtin/fmt-merge-msg.c:67811741msgid "text"11742msgstr ""1174311744#: builtin/fmt-merge-msg.c:67911745msgid "use <text> as start of message"11746msgstr ""1174711748#: builtin/fmt-merge-msg.c:68011749msgid "file to read from"11750msgstr ""1175111752#: builtin/for-each-ref.c:1011753msgid "git for-each-ref [<options>] [<pattern>]"11754msgstr ""1175511756#: builtin/for-each-ref.c:1111757msgid "git for-each-ref [--points-at <object>]"11758msgstr ""1175911760#: builtin/for-each-ref.c:1211761msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"11762msgstr ""1176311764#: builtin/for-each-ref.c:1311765msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"11766msgstr ""1176711768#: builtin/for-each-ref.c:2811769msgid "quote placeholders suitably for shells"11770msgstr ""1177111772#: builtin/for-each-ref.c:3011773msgid "quote placeholders suitably for perl"11774msgstr ""1177511776#: builtin/for-each-ref.c:3211777msgid "quote placeholders suitably for python"11778msgstr ""1177911780#: builtin/for-each-ref.c:3411781msgid "quote placeholders suitably for Tcl"11782msgstr ""1178311784#: builtin/for-each-ref.c:3711785msgid "show only <n> matched refs"11786msgstr ""1178711788#: builtin/for-each-ref.c:39 builtin/tag.c:43311789msgid "respect format colors"11790msgstr ""1179111792#: builtin/for-each-ref.c:4211793msgid "print only refs which points at the given object"11794msgstr ""1179511796#: builtin/for-each-ref.c:4411797msgid "print only refs that are merged"11798msgstr ""1179911800#: builtin/for-each-ref.c:4511801msgid "print only refs that are not merged"11802msgstr ""1180311804#: builtin/for-each-ref.c:4611805msgid "print only refs which contain the commit"11806msgstr ""1180711808#: builtin/for-each-ref.c:4711809msgid "print only refs which don't contain the commit"11810msgstr ""1181111812#: builtin/fsck.c:88 builtin/fsck.c:160 builtin/fsck.c:16111813msgid "unknown"11814msgstr ""1181511816#. TRANSLATORS: e.g. error in tree 01bfda: <more explanation>11817#: builtin/fsck.c:120 builtin/fsck.c:13611818#, c-format11819msgid "error in %s %s: %s"11820msgstr ""1182111822#. TRANSLATORS: e.g. warning in tree 01bfda: <more explanation>11823#: builtin/fsck.c:13111824#, c-format11825msgid "warning in %s %s: %s"11826msgstr ""1182711828#: builtin/fsck.c:157 builtin/fsck.c:15911829#, c-format11830msgid "broken link from %7s %s"11831msgstr ""1183211833#: builtin/fsck.c:16811834msgid "wrong object type in link"11835msgstr ""1183611837#: builtin/fsck.c:18411838#, c-format11839msgid ""11840"broken link from %7s %s\n"11841" to %7s %s"11842msgstr ""1184311844#: builtin/fsck.c:29511845#, c-format11846msgid "missing %s %s"11847msgstr ""1184811849#: builtin/fsck.c:32111850#, c-format11851msgid "unreachable %s %s"11852msgstr ""1185311854#: builtin/fsck.c:34011855#, c-format11856msgid "dangling %s %s"11857msgstr ""1185811859#: builtin/fsck.c:34911860msgid "could not create lost-found"11861msgstr ""1186211863#: builtin/fsck.c:36011864#, c-format11865msgid "could not finish '%s'"11866msgstr ""1186711868#: builtin/fsck.c:37711869#, c-format11870msgid "Checking %s"11871msgstr ""1187211873#: builtin/fsck.c:41511874#, c-format11875msgid "Checking connectivity (%d objects)"11876msgstr ""1187711878#: builtin/fsck.c:43411879#, c-format11880msgid "Checking %s %s"11881msgstr ""1188211883#: builtin/fsck.c:43811884msgid "broken links"11885msgstr ""1188611887#: builtin/fsck.c:44711888#, c-format11889msgid "root %s"11890msgstr ""1189111892#: builtin/fsck.c:45511893#, c-format11894msgid "tagged %s %s (%s) in %s"11895msgstr ""1189611897#: builtin/fsck.c:48411898#, c-format11899msgid "%s: object corrupt or missing"11900msgstr ""1190111902#: builtin/fsck.c:50911903#, c-format11904msgid "%s: invalid reflog entry %s"11905msgstr ""1190611907#: builtin/fsck.c:52311908#, c-format11909msgid "Checking reflog %s->%s"11910msgstr ""1191111912#: builtin/fsck.c:55711913#, c-format11914msgid "%s: invalid sha1 pointer %s"11915msgstr ""1191611917#: builtin/fsck.c:56411918#, c-format11919msgid "%s: not a commit"11920msgstr ""1192111922#: builtin/fsck.c:61911923msgid "notice: No default references"11924msgstr ""1192511926#: builtin/fsck.c:63411927#, c-format11928msgid "%s: object corrupt or missing: %s"11929msgstr ""1193011931#: builtin/fsck.c:64711932#, c-format11933msgid "%s: object could not be parsed: %s"11934msgstr ""1193511936#: builtin/fsck.c:66711937#, c-format11938msgid "bad sha1 file: %s"11939msgstr ""1194011941#: builtin/fsck.c:68211942msgid "Checking object directory"11943msgstr ""1194411945#: builtin/fsck.c:68511946msgid "Checking object directories"11947msgstr ""1194811949#: builtin/fsck.c:70011950#, c-format11951msgid "Checking %s link"11952msgstr ""1195311954#: builtin/fsck.c:705 builtin/index-pack.c:84111955#, c-format11956msgid "invalid %s"11957msgstr ""1195811959#: builtin/fsck.c:71211960#, c-format11961msgid "%s points to something strange (%s)"11962msgstr ""1196311964#: builtin/fsck.c:71811965#, c-format11966msgid "%s: detached HEAD points at nothing"11967msgstr ""1196811969#: builtin/fsck.c:72211970#, c-format11971msgid "notice: %s points to an unborn branch (%s)"11972msgstr ""1197311974#: builtin/fsck.c:73411975msgid "Checking cache tree"11976msgstr ""1197711978#: builtin/fsck.c:73911979#, c-format11980msgid "%s: invalid sha1 pointer in cache-tree"11981msgstr ""1198211983#: builtin/fsck.c:75011984msgid "non-tree in cache-tree"11985msgstr ""1198611987#: builtin/fsck.c:78111988msgid "git fsck [<options>] [<object>...]"11989msgstr ""1199011991#: builtin/fsck.c:78711992msgid "show unreachable objects"11993msgstr ""1199411995#: builtin/fsck.c:78811996msgid "show dangling objects"11997msgstr ""1199811999#: builtin/fsck.c:78912000msgid "report tags"12001msgstr ""1200212003#: builtin/fsck.c:79012004msgid "report root nodes"12005msgstr ""1200612007#: builtin/fsck.c:79112008msgid "make index objects head nodes"12009msgstr ""1201012011#: builtin/fsck.c:79212012msgid "make reflogs head nodes (default)"12013msgstr ""1201412015#: builtin/fsck.c:79312016msgid "also consider packs and alternate objects"12017msgstr ""1201812019#: builtin/fsck.c:79412020msgid "check only connectivity"12021msgstr ""1202212023#: builtin/fsck.c:79512024msgid "enable more strict checking"12025msgstr ""1202612027#: builtin/fsck.c:79712028msgid "write dangling objects in .git/lost-found"12029msgstr ""1203012031#: builtin/fsck.c:798 builtin/prune.c:13212032msgid "show progress"12033msgstr ""1203412035#: builtin/fsck.c:79912036msgid "show verbose names for reachable objects"12037msgstr ""1203812039#: builtin/fsck.c:859 builtin/index-pack.c:22412040msgid "Checking objects"12041msgstr ""1204212043#: builtin/fsck.c:88712044#, c-format12045msgid "%s: object missing"12046msgstr ""1204712048#: builtin/fsck.c:89912049#, c-format12050msgid "invalid parameter: expected sha1, got '%s'"12051msgstr ""1205212053#: builtin/gc.c:3412054msgid "git gc [<options>]"12055msgstr ""1205612057#: builtin/gc.c:9012058#, c-format12059msgid "Failed to fstat %s: %s"12060msgstr ""1206112062#: builtin/gc.c:12612063#, c-format12064msgid "failed to parse '%s' value '%s'"12065msgstr ""1206612067#: builtin/gc.c:476 builtin/init-db.c:5512068#, c-format12069msgid "cannot stat '%s'"12070msgstr ""1207112072#: builtin/gc.c:485 builtin/notes.c:240 builtin/tag.c:51912073#, c-format12074msgid "cannot read '%s'"12075msgstr ""1207612077#: builtin/gc.c:49212078#, c-format12079msgid ""12080"The last gc run reported the following. Please correct the root cause\n"12081"and remove %s.\n"12082"Automatic cleanup will not be performed until the file is removed.\n"12083"\n"12084"%s"12085msgstr ""1208612087#: builtin/gc.c:54012088msgid "prune unreferenced objects"12089msgstr ""1209012091#: builtin/gc.c:54212092msgid "be more thorough (increased runtime)"12093msgstr ""1209412095#: builtin/gc.c:54312096msgid "enable auto-gc mode"12097msgstr ""1209812099#: builtin/gc.c:54612100msgid "force running gc even if there may be another gc running"12101msgstr ""1210212103#: builtin/gc.c:54912104msgid "repack all other packs except the largest pack"12105msgstr ""1210612107#: builtin/gc.c:56612108#, c-format12109msgid "failed to parse gc.logexpiry value %s"12110msgstr ""1211112112#: builtin/gc.c:57712113#, c-format12114msgid "failed to parse prune expiry value %s"12115msgstr ""1211612117#: builtin/gc.c:59712118#, c-format12119msgid "Auto packing the repository in background for optimum performance.\n"12120msgstr ""1212112122#: builtin/gc.c:59912123#, c-format12124msgid "Auto packing the repository for optimum performance.\n"12125msgstr ""1212612127#: builtin/gc.c:60012128#, c-format12129msgid "See \"git help gc\" for manual housekeeping.\n"12130msgstr ""1213112132#: builtin/gc.c:64012133#, c-format12134msgid ""12135"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"12136msgstr ""1213712138#: builtin/gc.c:69312139msgid ""12140"There are too many unreachable loose objects; run 'git prune' to remove them."12141msgstr ""1214212143#: builtin/grep.c:2912144msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"12145msgstr ""1214612147#: builtin/grep.c:22512148#, c-format12149msgid "grep: failed to create thread: %s"12150msgstr ""1215112152#: builtin/grep.c:27912153#, c-format12154msgid "invalid number of threads specified (%d) for %s"12155msgstr ""1215612157#. TRANSLATORS: %s is the configuration12158#. variable for tweaking threads, currently12159#. grep.threads12160#.12161#: builtin/grep.c:287 builtin/index-pack.c:1514 builtin/index-pack.c:170512162#: builtin/pack-objects.c:272012163#, c-format12164msgid "no threads support, ignoring %s"12165msgstr ""1216612167#: builtin/grep.c:466 builtin/grep.c:590 builtin/grep.c:63112168#, c-format12169msgid "unable to read tree (%s)"12170msgstr ""1217112172#: builtin/grep.c:64612173#, c-format12174msgid "unable to grep from object of type %s"12175msgstr ""1217612177#: builtin/grep.c:71212178#, c-format12179msgid "switch `%c' expects a numerical value"12180msgstr ""1218112182#: builtin/grep.c:81112183msgid "search in index instead of in the work tree"12184msgstr ""1218512186#: builtin/grep.c:81312187msgid "find in contents not managed by git"12188msgstr ""1218912190#: builtin/grep.c:81512191msgid "search in both tracked and untracked files"12192msgstr ""1219312194#: builtin/grep.c:81712195msgid "ignore files specified via '.gitignore'"12196msgstr ""1219712198#: builtin/grep.c:81912199msgid "recursively search in each submodule"12200msgstr ""1220112202#: builtin/grep.c:82212203msgid "show non-matching lines"12204msgstr ""1220512206#: builtin/grep.c:82412207msgid "case insensitive matching"12208msgstr ""1220912210#: builtin/grep.c:82612211msgid "match patterns only at word boundaries"12212msgstr ""1221312214#: builtin/grep.c:82812215msgid "process binary files as text"12216msgstr ""1221712218#: builtin/grep.c:83012219msgid "don't match patterns in binary files"12220msgstr ""1222112222#: builtin/grep.c:83312223msgid "process binary files with textconv filters"12224msgstr ""1222512226#: builtin/grep.c:83512227msgid "search in subdirectories (default)"12228msgstr ""1222912230#: builtin/grep.c:83712231msgid "descend at most <depth> levels"12232msgstr ""1223312234#: builtin/grep.c:84112235msgid "use extended POSIX regular expressions"12236msgstr ""1223712238#: builtin/grep.c:84412239msgid "use basic POSIX regular expressions (default)"12240msgstr ""1224112242#: builtin/grep.c:84712243msgid "interpret patterns as fixed strings"12244msgstr ""1224512246#: builtin/grep.c:85012247msgid "use Perl-compatible regular expressions"12248msgstr ""1224912250#: builtin/grep.c:85312251msgid "show line numbers"12252msgstr ""1225312254#: builtin/grep.c:85412255msgid "show column number of first match"12256msgstr ""1225712258#: builtin/grep.c:85512259msgid "don't show filenames"12260msgstr ""1226112262#: builtin/grep.c:85612263msgid "show filenames"12264msgstr ""1226512266#: builtin/grep.c:85812267msgid "show filenames relative to top directory"12268msgstr ""1226912270#: builtin/grep.c:86012271msgid "show only filenames instead of matching lines"12272msgstr ""1227312274#: builtin/grep.c:86212275msgid "synonym for --files-with-matches"12276msgstr ""1227712278#: builtin/grep.c:86512279msgid "show only the names of files without match"12280msgstr ""1228112282#: builtin/grep.c:86712283msgid "print NUL after filenames"12284msgstr ""1228512286#: builtin/grep.c:87012287msgid "show only matching parts of a line"12288msgstr ""1228912290#: builtin/grep.c:87212291msgid "show the number of matches instead of matching lines"12292msgstr ""1229312294#: builtin/grep.c:87312295msgid "highlight matches"12296msgstr ""1229712298#: builtin/grep.c:87512299msgid "print empty line between matches from different files"12300msgstr ""1230112302#: builtin/grep.c:87712303msgid "show filename only once above matches from same file"12304msgstr ""1230512306#: builtin/grep.c:88012307msgid "show <n> context lines before and after matches"12308msgstr ""1230912310#: builtin/grep.c:88312311msgid "show <n> context lines before matches"12312msgstr ""1231312314#: builtin/grep.c:88512315msgid "show <n> context lines after matches"12316msgstr ""1231712318#: builtin/grep.c:88712319msgid "use <n> worker threads"12320msgstr ""1232112322#: builtin/grep.c:88812323msgid "shortcut for -C NUM"12324msgstr ""1232512326#: builtin/grep.c:89112327msgid "show a line with the function name before matches"12328msgstr ""1232912330#: builtin/grep.c:89312331msgid "show the surrounding function"12332msgstr ""1233312334#: builtin/grep.c:89612335msgid "read patterns from file"12336msgstr ""1233712338#: builtin/grep.c:89812339msgid "match <pattern>"12340msgstr ""1234112342#: builtin/grep.c:90012343msgid "combine patterns specified with -e"12344msgstr ""1234512346#: builtin/grep.c:91212347msgid "indicate hit with exit status without output"12348msgstr ""1234912350#: builtin/grep.c:91412351msgid "show only matches from files that match all patterns"12352msgstr ""1235312354#: builtin/grep.c:91612355msgid "show parse tree for grep expression"12356msgstr ""1235712358#: builtin/grep.c:92012359msgid "pager"12360msgstr ""1236112362#: builtin/grep.c:92012363msgid "show matching files in the pager"12364msgstr ""1236512366#: builtin/grep.c:92412367msgid "allow calling of grep(1) (ignored by this build)"12368msgstr ""1236912370#: builtin/grep.c:98812371msgid "no pattern given"12372msgstr ""1237312374#: builtin/grep.c:102412375msgid "--no-index or --untracked cannot be used with revs"12376msgstr ""1237712378#: builtin/grep.c:103212379#, c-format12380msgid "unable to resolve revision: %s"12381msgstr ""1238212383#: builtin/grep.c:106312384msgid "invalid option combination, ignoring --threads"12385msgstr ""1238612387#: builtin/grep.c:1066 builtin/pack-objects.c:340312388msgid "no threads support, ignoring --threads"12389msgstr ""1239012391#: builtin/grep.c:1069 builtin/index-pack.c:1511 builtin/pack-objects.c:271712392#, c-format12393msgid "invalid number of threads specified (%d)"12394msgstr ""1239512396#: builtin/grep.c:109212397msgid "--open-files-in-pager only works on the worktree"12398msgstr ""1239912400#: builtin/grep.c:111512401msgid "option not supported with --recurse-submodules"12402msgstr ""1240312404#: builtin/grep.c:112112405msgid "--cached or --untracked cannot be used with --no-index"12406msgstr ""1240712408#: builtin/grep.c:112712409msgid "--[no-]exclude-standard cannot be used for tracked contents"12410msgstr ""1241112412#: builtin/grep.c:113512413msgid "both --cached and trees are given"12414msgstr ""1241512416#: builtin/hash-object.c:8512417msgid ""12418"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "12419"[--] <file>..."12420msgstr ""1242112422#: builtin/hash-object.c:8612423msgid "git hash-object --stdin-paths"12424msgstr ""1242512426#: builtin/hash-object.c:9812427msgid "type"12428msgstr ""1242912430#: builtin/hash-object.c:9812431msgid "object type"12432msgstr ""1243312434#: builtin/hash-object.c:9912435msgid "write the object into the object database"12436msgstr ""1243712438#: builtin/hash-object.c:10112439msgid "read the object from stdin"12440msgstr ""1244112442#: builtin/hash-object.c:10312443msgid "store file as is without filters"12444msgstr ""1244512446#: builtin/hash-object.c:10412447msgid ""12448"just hash any random garbage to create corrupt objects for debugging Git"12449msgstr ""1245012451#: builtin/hash-object.c:10512452msgid "process file as it were from this path"12453msgstr ""1245412455#: builtin/help.c:4612456msgid "print all available commands"12457msgstr ""1245812459#: builtin/help.c:4712460msgid "exclude guides"12461msgstr ""1246212463#: builtin/help.c:4812464msgid "print list of useful guides"12465msgstr ""1246612467#: builtin/help.c:4912468msgid "print all configuration variable names"12469msgstr ""1247012471#: builtin/help.c:5112472msgid "show man page"12473msgstr ""1247412475#: builtin/help.c:5212476msgid "show manual in web browser"12477msgstr ""1247812479#: builtin/help.c:5412480msgid "show info page"12481msgstr ""1248212483#: builtin/help.c:5612484msgid "print command description"12485msgstr ""1248612487#: builtin/help.c:6112488msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"12489msgstr ""1249012491#: builtin/help.c:7712492#, c-format12493msgid "unrecognized help format '%s'"12494msgstr ""1249512496#: builtin/help.c:10412497msgid "Failed to start emacsclient."12498msgstr ""1249912500#: builtin/help.c:11712501msgid "Failed to parse emacsclient version."12502msgstr ""1250312504#: builtin/help.c:12512505#, c-format12506msgid "emacsclient version '%d' too old (< 22)."12507msgstr ""1250812509#: builtin/help.c:143 builtin/help.c:165 builtin/help.c:175 builtin/help.c:18312510#, c-format12511msgid "failed to exec '%s'"12512msgstr ""1251312514#: builtin/help.c:22112515#, c-format12516msgid ""12517"'%s': path for unsupported man viewer.\n"12518"Please consider using 'man.<tool>.cmd' instead."12519msgstr ""1252012521#: builtin/help.c:23312522#, c-format12523msgid ""12524"'%s': cmd for supported man viewer.\n"12525"Please consider using 'man.<tool>.path' instead."12526msgstr ""1252712528#: builtin/help.c:35012529#, c-format12530msgid "'%s': unknown man viewer."12531msgstr ""1253212533#: builtin/help.c:36712534msgid "no man viewer handled the request"12535msgstr ""1253612537#: builtin/help.c:37512538msgid "no info viewer handled the request"12539msgstr ""1254012541#: builtin/help.c:434 builtin/help.c:445 git.c:33512542#, c-format12543msgid "'%s' is aliased to '%s'"12544msgstr ""1254512546#: builtin/help.c:448 git.c:36412547#, c-format12548msgid "bad alias.%s string: %s"12549msgstr ""1255012551#: builtin/help.c:477 builtin/help.c:50712552#, c-format12553msgid "usage: %s%s"12554msgstr ""1255512556#: builtin/help.c:49112557msgid "'git help config' for more information"12558msgstr ""1255912560#: builtin/index-pack.c:18412561#, c-format12562msgid "object type mismatch at %s"12563msgstr ""1256412565#: builtin/index-pack.c:20412566#, c-format12567msgid "did not receive expected object %s"12568msgstr ""1256912570#: builtin/index-pack.c:20712571#, c-format12572msgid "object %s: expected type %s, found %s"12573msgstr ""1257412575#: builtin/index-pack.c:25712576#, c-format12577msgid "cannot fill %d byte"12578msgid_plural "cannot fill %d bytes"12579msgstr[0] ""12580msgstr[1] ""1258112582#: builtin/index-pack.c:26712583msgid "early EOF"12584msgstr ""1258512586#: builtin/index-pack.c:26812587msgid "read error on input"12588msgstr ""1258912590#: builtin/index-pack.c:28012591msgid "used more bytes than were available"12592msgstr ""1259312594#: builtin/index-pack.c:287 builtin/pack-objects.c:60012595msgid "pack too large for current definition of off_t"12596msgstr ""1259712598#: builtin/index-pack.c:290 builtin/unpack-objects.c:9412599msgid "pack exceeds maximum allowed size"12600msgstr ""1260112602#: builtin/index-pack.c:305 builtin/repack.c:25012603#, c-format12604msgid "unable to create '%s'"12605msgstr ""1260612607#: builtin/index-pack.c:31112608#, c-format12609msgid "cannot open packfile '%s'"12610msgstr ""1261112612#: builtin/index-pack.c:32512613msgid "pack signature mismatch"12614msgstr ""1261512616#: builtin/index-pack.c:32712617#, c-format12618msgid "pack version %<PRIu32> unsupported"12619msgstr ""1262012621#: builtin/index-pack.c:34512622#, c-format12623msgid "pack has bad object at offset %<PRIuMAX>: %s"12624msgstr ""1262512626#: builtin/index-pack.c:46512627#, c-format12628msgid "inflate returned %d"12629msgstr ""1263012631#: builtin/index-pack.c:51412632msgid "offset value overflow for delta base object"12633msgstr ""1263412635#: builtin/index-pack.c:52212636msgid "delta base offset is out of bound"12637msgstr ""1263812639#: builtin/index-pack.c:53012640#, c-format12641msgid "unknown object type %d"12642msgstr ""1264312644#: builtin/index-pack.c:56112645msgid "cannot pread pack file"12646msgstr ""1264712648#: builtin/index-pack.c:56312649#, c-format12650msgid "premature end of pack file, %<PRIuMAX> byte missing"12651msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"12652msgstr[0] ""12653msgstr[1] ""1265412655#: builtin/index-pack.c:58912656msgid "serious inflate inconsistency"12657msgstr ""1265812659#: builtin/index-pack.c:734 builtin/index-pack.c:740 builtin/index-pack.c:76312660#: builtin/index-pack.c:802 builtin/index-pack.c:81112661#, c-format12662msgid "SHA1 COLLISION FOUND WITH %s !"12663msgstr ""1266412665#: builtin/index-pack.c:737 builtin/pack-objects.c:15312666#: builtin/pack-objects.c:213 builtin/pack-objects.c:30712667#, c-format12668msgid "unable to read %s"12669msgstr ""1267012671#: builtin/index-pack.c:80012672#, c-format12673msgid "cannot read existing object info %s"12674msgstr ""1267512676#: builtin/index-pack.c:80812677#, c-format12678msgid "cannot read existing object %s"12679msgstr ""1268012681#: builtin/index-pack.c:82212682#, c-format12683msgid "invalid blob object %s"12684msgstr ""1268512686#: builtin/index-pack.c:825 builtin/index-pack.c:84412687msgid "fsck error in packed object"12688msgstr ""1268912690#: builtin/index-pack.c:84612691#, c-format12692msgid "Not all child objects of %s are reachable"12693msgstr ""1269412695#: builtin/index-pack.c:918 builtin/index-pack.c:94912696msgid "failed to apply delta"12697msgstr ""1269812699#: builtin/index-pack.c:111712700msgid "Receiving objects"12701msgstr ""1270212703#: builtin/index-pack.c:111712704msgid "Indexing objects"12705msgstr ""1270612707#: builtin/index-pack.c:115112708msgid "pack is corrupted (SHA1 mismatch)"12709msgstr ""1271012711#: builtin/index-pack.c:115612712msgid "cannot fstat packfile"12713msgstr ""1271412715#: builtin/index-pack.c:115912716msgid "pack has junk at the end"12717msgstr ""1271812719#: builtin/index-pack.c:117112720msgid "confusion beyond insanity in parse_pack_objects()"12721msgstr ""1272212723#: builtin/index-pack.c:119412724msgid "Resolving deltas"12725msgstr ""1272612727#: builtin/index-pack.c:1204 builtin/pack-objects.c:248912728#, c-format12729msgid "unable to create thread: %s"12730msgstr ""1273112732#: builtin/index-pack.c:124512733msgid "confusion beyond insanity"12734msgstr ""1273512736#: builtin/index-pack.c:125112737#, c-format12738msgid "completed with %d local object"12739msgid_plural "completed with %d local objects"12740msgstr[0] ""12741msgstr[1] ""1274212743#: builtin/index-pack.c:126312744#, c-format12745msgid "Unexpected tail checksum for %s (disk corruption?)"12746msgstr ""1274712748#: builtin/index-pack.c:126712749#, c-format12750msgid "pack has %d unresolved delta"12751msgid_plural "pack has %d unresolved deltas"12752msgstr[0] ""12753msgstr[1] ""1275412755#: builtin/index-pack.c:129112756#, c-format12757msgid "unable to deflate appended object (%d)"12758msgstr ""1275912760#: builtin/index-pack.c:136812761#, c-format12762msgid "local object %s is corrupt"12763msgstr ""1276412765#: builtin/index-pack.c:138212766#, c-format12767msgid "packfile name '%s' does not end with '.pack'"12768msgstr ""1276912770#: builtin/index-pack.c:140712771#, c-format12772msgid "cannot write %s file '%s'"12773msgstr ""1277412775#: builtin/index-pack.c:141512776#, c-format12777msgid "cannot close written %s file '%s'"12778msgstr ""1277912780#: builtin/index-pack.c:143912781msgid "error while closing pack file"12782msgstr ""1278312784#: builtin/index-pack.c:145312785msgid "cannot store pack file"12786msgstr ""1278712788#: builtin/index-pack.c:146112789msgid "cannot store index file"12790msgstr ""1279112792#: builtin/index-pack.c:1505 builtin/pack-objects.c:272812793#, c-format12794msgid "bad pack.indexversion=%<PRIu32>"12795msgstr ""1279612797#: builtin/index-pack.c:157312798#, c-format12799msgid "Cannot open existing pack file '%s'"12800msgstr ""1280112802#: builtin/index-pack.c:157512803#, c-format12804msgid "Cannot open existing pack idx file for '%s'"12805msgstr ""1280612807#: builtin/index-pack.c:162312808#, c-format12809msgid "non delta: %d object"12810msgid_plural "non delta: %d objects"12811msgstr[0] ""12812msgstr[1] ""1281312814#: builtin/index-pack.c:163012815#, c-format12816msgid "chain length = %d: %lu object"12817msgid_plural "chain length = %d: %lu objects"12818msgstr[0] ""12819msgstr[1] ""1282012821#: builtin/index-pack.c:166712822msgid "Cannot come back to cwd"12823msgstr ""1282412825#: builtin/index-pack.c:1716 builtin/index-pack.c:171912826#: builtin/index-pack.c:1735 builtin/index-pack.c:173912827#, c-format12828msgid "bad %s"12829msgstr ""1283012831#: builtin/index-pack.c:175512832msgid "--fix-thin cannot be used without --stdin"12833msgstr ""1283412835#: builtin/index-pack.c:175712836msgid "--stdin requires a git repository"12837msgstr ""1283812839#: builtin/index-pack.c:176312840msgid "--verify with no packfile name given"12841msgstr ""1284212843#: builtin/index-pack.c:1811 builtin/unpack-objects.c:58012844msgid "fsck error in pack objects"12845msgstr ""1284612847#: builtin/init-db.c:6112848#, c-format12849msgid "cannot stat template '%s'"12850msgstr ""1285112852#: builtin/init-db.c:6612853#, c-format12854msgid "cannot opendir '%s'"12855msgstr ""1285612857#: builtin/init-db.c:7812858#, c-format12859msgid "cannot readlink '%s'"12860msgstr ""1286112862#: builtin/init-db.c:8012863#, c-format12864msgid "cannot symlink '%s' '%s'"12865msgstr ""1286612867#: builtin/init-db.c:8612868#, c-format12869msgid "cannot copy '%s' to '%s'"12870msgstr ""1287112872#: builtin/init-db.c:9012873#, c-format12874msgid "ignoring template %s"12875msgstr ""1287612877#: builtin/init-db.c:12112878#, c-format12879msgid "templates not found in %s"12880msgstr ""1288112882#: builtin/init-db.c:13612883#, c-format12884msgid "not copying templates from '%s': %s"12885msgstr ""1288612887#: builtin/init-db.c:33412888#, c-format12889msgid "unable to handle file type %d"12890msgstr ""1289112892#: builtin/init-db.c:33712893#, c-format12894msgid "unable to move %s to %s"12895msgstr ""1289612897#: builtin/init-db.c:354 builtin/init-db.c:35712898#, c-format12899msgid "%s already exists"12900msgstr ""1290112902#: builtin/init-db.c:41312903#, c-format12904msgid "Reinitialized existing shared Git repository in %s%s\n"12905msgstr ""1290612907#: builtin/init-db.c:41412908#, c-format12909msgid "Reinitialized existing Git repository in %s%s\n"12910msgstr ""1291112912#: builtin/init-db.c:41812913#, c-format12914msgid "Initialized empty shared Git repository in %s%s\n"12915msgstr ""1291612917#: builtin/init-db.c:41912918#, c-format12919msgid "Initialized empty Git repository in %s%s\n"12920msgstr ""1292112922#: builtin/init-db.c:46812923msgid ""12924"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"12925"shared[=<permissions>]] [<directory>]"12926msgstr ""1292712928#: builtin/init-db.c:49112929msgid "permissions"12930msgstr ""1293112932#: builtin/init-db.c:49212933msgid "specify that the git repository is to be shared amongst several users"12934msgstr ""1293512936#: builtin/init-db.c:526 builtin/init-db.c:53112937#, c-format12938msgid "cannot mkdir %s"12939msgstr ""1294012941#: builtin/init-db.c:53512942#, c-format12943msgid "cannot chdir to %s"12944msgstr ""1294512946#: builtin/init-db.c:55612947#, c-format12948msgid ""12949"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"12950"dir=<directory>)"12951msgstr ""1295212953#: builtin/init-db.c:58412954#, c-format12955msgid "Cannot access work tree '%s'"12956msgstr ""1295712958#: builtin/interpret-trailers.c:1512959msgid ""12960"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "12961"<token>[(=|:)<value>])...] [<file>...]"12962msgstr ""1296312964#: builtin/interpret-trailers.c:9412965msgid "edit files in place"12966msgstr ""1296712968#: builtin/interpret-trailers.c:9512969msgid "trim empty trailers"12970msgstr ""1297112972#: builtin/interpret-trailers.c:9812973msgid "where to place the new trailer"12974msgstr ""1297512976#: builtin/interpret-trailers.c:10012977msgid "action if trailer already exists"12978msgstr ""1297912980#: builtin/interpret-trailers.c:10212981msgid "action if trailer is missing"12982msgstr ""1298312984#: builtin/interpret-trailers.c:10412985msgid "output only the trailers"12986msgstr ""1298712988#: builtin/interpret-trailers.c:10512989msgid "do not apply config rules"12990msgstr ""1299112992#: builtin/interpret-trailers.c:10612993msgid "join whitespace-continued values"12994msgstr ""1299512996#: builtin/interpret-trailers.c:10712997msgid "set parsing options"12998msgstr ""1299913000#: builtin/interpret-trailers.c:10913001msgid "do not treat --- specially"13002msgstr ""1300313004#: builtin/interpret-trailers.c:11013005msgid "trailer"13006msgstr ""1300713008#: builtin/interpret-trailers.c:11113009msgid "trailer(s) to add"13010msgstr ""1301113012#: builtin/interpret-trailers.c:12013013msgid "--trailer with --only-input does not make sense"13014msgstr ""1301513016#: builtin/interpret-trailers.c:13013017msgid "no input file given for in-place editing"13018msgstr ""1301913020#: builtin/log.c:5513021msgid "git log [<options>] [<revision-range>] [[--] <path>...]"13022msgstr ""1302313024#: builtin/log.c:5613025msgid "git show [<options>] <object>..."13026msgstr ""1302713028#: builtin/log.c:10413029#, c-format13030msgid "invalid --decorate option: %s"13031msgstr ""1303213033#: builtin/log.c:16813034msgid "show source"13035msgstr ""1303613037#: builtin/log.c:16913038msgid "Use mail map file"13039msgstr ""1304013041#: builtin/log.c:17113042msgid "only decorate refs that match <pattern>"13043msgstr ""1304413045#: builtin/log.c:17313046msgid "do not decorate refs that match <pattern>"13047msgstr ""1304813049#: builtin/log.c:17413050msgid "decorate options"13051msgstr ""1305213053#: builtin/log.c:17713054msgid "Process line range n,m in file, counting from 1"13055msgstr ""1305613057#: builtin/log.c:27513058#, c-format13059msgid "Final output: %d %s\n"13060msgstr ""1306113062#: builtin/log.c:52913063#, c-format13064msgid "git show %s: bad file"13065msgstr ""1306613067#: builtin/log.c:544 builtin/log.c:63813068#, c-format13069msgid "could not read object %s"13070msgstr ""1307113072#: builtin/log.c:66313073#, c-format13074msgid "unknown type: %d"13075msgstr ""1307613077#: builtin/log.c:78413078msgid "format.headers without value"13079msgstr ""1308013081#: builtin/log.c:88513082msgid "name of output directory is too long"13083msgstr ""1308413085#: builtin/log.c:90113086#, c-format13087msgid "cannot open patch file %s"13088msgstr ""1308913090#: builtin/log.c:91813091msgid "need exactly one range"13092msgstr ""1309313094#: builtin/log.c:92813095msgid "not a range"13096msgstr ""1309713098#: builtin/log.c:105113099msgid "cover letter needs email format"13100msgstr ""1310113102#: builtin/log.c:105713103msgid "failed to create cover-letter file"13104msgstr ""1310513106#: builtin/log.c:113613107#, c-format13108msgid "insane in-reply-to: %s"13109msgstr ""1311013111#: builtin/log.c:116313112msgid "git format-patch [<options>] [<since> | <revision-range>]"13113msgstr ""1311413115#: builtin/log.c:122113116msgid "two output directories?"13117msgstr ""1311813119#: builtin/log.c:1332 builtin/log.c:2076 builtin/log.c:2078 builtin/log.c:209013120#, c-format13121msgid "unknown commit %s"13122msgstr ""1312313124#: builtin/log.c:1342 builtin/replace.c:58 builtin/replace.c:20713125#: builtin/replace.c:21013126#, c-format13127msgid "failed to resolve '%s' as a valid ref"13128msgstr ""1312913130#: builtin/log.c:134713131msgid "could not find exact merge base"13132msgstr ""1313313134#: builtin/log.c:135113135msgid ""13136"failed to get upstream, if you want to record base commit automatically,\n"13137"please use git branch --set-upstream-to to track a remote branch.\n"13138"Or you could specify base commit by --base=<base-commit-id> manually"13139msgstr ""1314013141#: builtin/log.c:137113142msgid "failed to find exact merge base"13143msgstr ""1314413145#: builtin/log.c:138213146msgid "base commit should be the ancestor of revision list"13147msgstr ""1314813149#: builtin/log.c:138613150msgid "base commit shouldn't be in revision list"13151msgstr ""1315213153#: builtin/log.c:143913154msgid "cannot get patch id"13155msgstr ""1315613157#: builtin/log.c:149113158msgid "failed to infer range-diff ranges"13159msgstr ""1316013161#: builtin/log.c:153613162msgid "use [PATCH n/m] even with a single patch"13163msgstr ""1316413165#: builtin/log.c:153913166msgid "use [PATCH] even with multiple patches"13167msgstr ""1316813169#: builtin/log.c:154313170msgid "print patches to standard out"13171msgstr ""1317213173#: builtin/log.c:154513174msgid "generate a cover letter"13175msgstr ""1317613177#: builtin/log.c:154713178msgid "use simple number sequence for output file names"13179msgstr ""1318013181#: builtin/log.c:154813182msgid "sfx"13183msgstr ""1318413185#: builtin/log.c:154913186msgid "use <sfx> instead of '.patch'"13187msgstr ""1318813189#: builtin/log.c:155113190msgid "start numbering patches at <n> instead of 1"13191msgstr ""1319213193#: builtin/log.c:155313194msgid "mark the series as Nth re-roll"13195msgstr ""1319613197#: builtin/log.c:155513198msgid "Use [RFC PATCH] instead of [PATCH]"13199msgstr ""1320013201#: builtin/log.c:155813202msgid "Use [<prefix>] instead of [PATCH]"13203msgstr ""1320413205#: builtin/log.c:156113206msgid "store resulting files in <dir>"13207msgstr ""1320813209#: builtin/log.c:156413210msgid "don't strip/add [PATCH]"13211msgstr ""1321213213#: builtin/log.c:156713214msgid "don't output binary diffs"13215msgstr ""1321613217#: builtin/log.c:156913218msgid "output all-zero hash in From header"13219msgstr ""1322013221#: builtin/log.c:157113222msgid "don't include a patch matching a commit upstream"13223msgstr ""1322413225#: builtin/log.c:157313226msgid "show patch format instead of default (patch + stat)"13227msgstr ""1322813229#: builtin/log.c:157513230msgid "Messaging"13231msgstr ""1323213233#: builtin/log.c:157613234msgid "header"13235msgstr ""1323613237#: builtin/log.c:157713238msgid "add email header"13239msgstr ""1324013241#: builtin/log.c:1578 builtin/log.c:158013242msgid "email"13243msgstr ""1324413245#: builtin/log.c:157813246msgid "add To: header"13247msgstr ""1324813249#: builtin/log.c:158013250msgid "add Cc: header"13251msgstr ""1325213253#: builtin/log.c:158213254msgid "ident"13255msgstr ""1325613257#: builtin/log.c:158313258msgid "set From address to <ident> (or committer ident if absent)"13259msgstr ""1326013261#: builtin/log.c:158513262msgid "message-id"13263msgstr ""1326413265#: builtin/log.c:158613266msgid "make first mail a reply to <message-id>"13267msgstr ""1326813269#: builtin/log.c:1587 builtin/log.c:159013270msgid "boundary"13271msgstr ""1327213273#: builtin/log.c:158813274msgid "attach the patch"13275msgstr ""1327613277#: builtin/log.c:159113278msgid "inline the patch"13279msgstr ""1328013281#: builtin/log.c:159513282msgid "enable message threading, styles: shallow, deep"13283msgstr ""1328413285#: builtin/log.c:159713286msgid "signature"13287msgstr ""1328813289#: builtin/log.c:159813290msgid "add a signature"13291msgstr ""1329213293#: builtin/log.c:159913294msgid "base-commit"13295msgstr ""1329613297#: builtin/log.c:160013298msgid "add prerequisite tree info to the patch series"13299msgstr ""1330013301#: builtin/log.c:160213302msgid "add a signature from a file"13303msgstr ""1330413305#: builtin/log.c:160313306msgid "don't print the patch filenames"13307msgstr ""1330813309#: builtin/log.c:160513310msgid "show progress while generating patches"13311msgstr ""1331213313#: builtin/log.c:160613314msgid "rev"13315msgstr ""1331613317#: builtin/log.c:160713318msgid "show changes against <rev> in cover letter or single patch"13319msgstr ""1332013321#: builtin/log.c:161013322msgid "show changes against <refspec> in cover letter or single patch"13323msgstr ""1332413325#: builtin/log.c:161213326msgid "percentage by which creation is weighted"13327msgstr ""1332813329#: builtin/log.c:168713330#, c-format13331msgid "invalid ident line: %s"13332msgstr ""1333313334#: builtin/log.c:170213335msgid "-n and -k are mutually exclusive"13336msgstr ""1333713338#: builtin/log.c:170413339msgid "--subject-prefix/--rfc and -k are mutually exclusive"13340msgstr ""1334113342#: builtin/log.c:171213343msgid "--name-only does not make sense"13344msgstr ""1334513346#: builtin/log.c:171413347msgid "--name-status does not make sense"13348msgstr ""1334913350#: builtin/log.c:171613351msgid "--check does not make sense"13352msgstr ""1335313354#: builtin/log.c:174813355msgid "standard output, or directory, which one?"13356msgstr ""1335713358#: builtin/log.c:183713359msgid "--interdiff requires --cover-letter or single patch"13360msgstr ""1336113362#: builtin/log.c:184113363msgid "Interdiff:"13364msgstr ""1336513366#: builtin/log.c:184213367#, c-format13368msgid "Interdiff against v%d:"13369msgstr ""1337013371#: builtin/log.c:184813372msgid "--creation-factor requires --range-diff"13373msgstr ""1337413375#: builtin/log.c:185213376msgid "--range-diff requires --cover-letter or single patch"13377msgstr ""1337813379#: builtin/log.c:186013380msgid "Range-diff:"13381msgstr ""1338213383#: builtin/log.c:186113384#, c-format13385msgid "Range-diff against v%d:"13386msgstr ""1338713388#: builtin/log.c:187213389#, c-format13390msgid "unable to read signature file '%s'"13391msgstr ""1339213393#: builtin/log.c:190813394msgid "Generating patches"13395msgstr ""1339613397#: builtin/log.c:195213398msgid "failed to create output files"13399msgstr ""1340013401#: builtin/log.c:201113402msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"13403msgstr ""1340413405#: builtin/log.c:206513406#, c-format13407msgid ""13408"Could not find a tracked remote branch, please specify <upstream> manually.\n"13409msgstr ""1341013411#: builtin/ls-files.c:47013412msgid "git ls-files [<options>] [<file>...]"13413msgstr ""1341413415#: builtin/ls-files.c:52613416msgid "identify the file status with tags"13417msgstr ""1341813419#: builtin/ls-files.c:52813420msgid "use lowercase letters for 'assume unchanged' files"13421msgstr ""1342213423#: builtin/ls-files.c:53013424msgid "use lowercase letters for 'fsmonitor clean' files"13425msgstr ""1342613427#: builtin/ls-files.c:53213428msgid "show cached files in the output (default)"13429msgstr ""1343013431#: builtin/ls-files.c:53413432msgid "show deleted files in the output"13433msgstr ""1343413435#: builtin/ls-files.c:53613436msgid "show modified files in the output"13437msgstr ""1343813439#: builtin/ls-files.c:53813440msgid "show other files in the output"13441msgstr ""1344213443#: builtin/ls-files.c:54013444msgid "show ignored files in the output"13445msgstr ""1344613447#: builtin/ls-files.c:54313448msgid "show staged contents' object name in the output"13449msgstr ""1345013451#: builtin/ls-files.c:54513452msgid "show files on the filesystem that need to be removed"13453msgstr ""1345413455#: builtin/ls-files.c:54713456msgid "show 'other' directories' names only"13457msgstr ""1345813459#: builtin/ls-files.c:54913460msgid "show line endings of files"13461msgstr ""1346213463#: builtin/ls-files.c:55113464msgid "don't show empty directories"13465msgstr ""1346613467#: builtin/ls-files.c:55413468msgid "show unmerged files in the output"13469msgstr ""1347013471#: builtin/ls-files.c:55613472msgid "show resolve-undo information"13473msgstr ""1347413475#: builtin/ls-files.c:55813476msgid "skip files matching pattern"13477msgstr ""1347813479#: builtin/ls-files.c:56113480msgid "exclude patterns are read from <file>"13481msgstr ""1348213483#: builtin/ls-files.c:56413484msgid "read additional per-directory exclude patterns in <file>"13485msgstr ""1348613487#: builtin/ls-files.c:56613488msgid "add the standard git exclusions"13489msgstr ""1349013491#: builtin/ls-files.c:57013492msgid "make the output relative to the project top directory"13493msgstr ""1349413495#: builtin/ls-files.c:57313496msgid "recurse through submodules"13497msgstr ""1349813499#: builtin/ls-files.c:57513500msgid "if any <file> is not in the index, treat this as an error"13501msgstr ""1350213503#: builtin/ls-files.c:57613504msgid "tree-ish"13505msgstr ""1350613507#: builtin/ls-files.c:57713508msgid "pretend that paths removed since <tree-ish> are still present"13509msgstr ""1351013511#: builtin/ls-files.c:57913512msgid "show debugging data"13513msgstr ""1351413515#: builtin/ls-remote.c:913516msgid ""13517"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"13518" [-q | --quiet] [--exit-code] [--get-url]\n"13519" [--symref] [<repository> [<refs>...]]"13520msgstr ""1352113522#: builtin/ls-remote.c:5913523msgid "do not print remote URL"13524msgstr ""1352513526#: builtin/ls-remote.c:60 builtin/ls-remote.c:62 builtin/rebase.c:145813527msgid "exec"13528msgstr ""1352913530#: builtin/ls-remote.c:61 builtin/ls-remote.c:6313531msgid "path of git-upload-pack on the remote host"13532msgstr ""1353313534#: builtin/ls-remote.c:6513535msgid "limit to tags"13536msgstr ""1353713538#: builtin/ls-remote.c:6613539msgid "limit to heads"13540msgstr ""1354113542#: builtin/ls-remote.c:6713543msgid "do not show peeled tags"13544msgstr ""1354513546#: builtin/ls-remote.c:6913547msgid "take url.<base>.insteadOf into account"13548msgstr ""1354913550#: builtin/ls-remote.c:7213551msgid "exit with exit code 2 if no matching refs are found"13552msgstr ""1355313554#: builtin/ls-remote.c:7513555msgid "show underlying ref in addition to the object pointed by it"13556msgstr ""1355713558#: builtin/ls-tree.c:3013559msgid "git ls-tree [<options>] <tree-ish> [<path>...]"13560msgstr ""1356113562#: builtin/ls-tree.c:12813563msgid "only show trees"13564msgstr ""1356513566#: builtin/ls-tree.c:13013567msgid "recurse into subtrees"13568msgstr ""1356913570#: builtin/ls-tree.c:13213571msgid "show trees when recursing"13572msgstr ""1357313574#: builtin/ls-tree.c:13513575msgid "terminate entries with NUL byte"13576msgstr ""1357713578#: builtin/ls-tree.c:13613579msgid "include object size"13580msgstr ""1358113582#: builtin/ls-tree.c:138 builtin/ls-tree.c:14013583msgid "list only filenames"13584msgstr ""1358513586#: builtin/ls-tree.c:14313587msgid "use full path names"13588msgstr ""1358913590#: builtin/ls-tree.c:14513591msgid "list entire tree; not just current directory (implies --full-name)"13592msgstr ""1359313594#: builtin/mailsplit.c:24113595#, c-format13596msgid "empty mbox: '%s'"13597msgstr ""1359813599#: builtin/merge.c:5413600msgid "git merge [<options>] [<commit>...]"13601msgstr ""1360213603#: builtin/merge.c:5513604msgid "git merge --abort"13605msgstr ""1360613607#: builtin/merge.c:5613608msgid "git merge --continue"13609msgstr ""1361013611#: builtin/merge.c:11613612msgid "switch `m' requires a value"13613msgstr ""1361413615#: builtin/merge.c:13913616#, c-format13617msgid "option `%s' requires a value"13618msgstr ""1361913620#: builtin/merge.c:18513621#, c-format13622msgid "Could not find merge strategy '%s'.\n"13623msgstr ""1362413625#: builtin/merge.c:18613626#, c-format13627msgid "Available strategies are:"13628msgstr ""1362913630#: builtin/merge.c:19113631#, c-format13632msgid "Available custom strategies are:"13633msgstr ""1363413635#: builtin/merge.c:242 builtin/pull.c:15013636msgid "do not show a diffstat at the end of the merge"13637msgstr ""1363813639#: builtin/merge.c:245 builtin/pull.c:15313640msgid "show a diffstat at the end of the merge"13641msgstr ""1364213643#: builtin/merge.c:246 builtin/pull.c:15613644msgid "(synonym to --stat)"13645msgstr ""1364613647#: builtin/merge.c:248 builtin/pull.c:15913648msgid "add (at most <n>) entries from shortlog to merge commit message"13649msgstr ""1365013651#: builtin/merge.c:251 builtin/pull.c:16513652msgid "create a single commit instead of doing a merge"13653msgstr ""1365413655#: builtin/merge.c:253 builtin/pull.c:16813656msgid "perform a commit if the merge succeeds (default)"13657msgstr ""1365813659#: builtin/merge.c:255 builtin/pull.c:17113660msgid "edit message before committing"13661msgstr ""1366213663#: builtin/merge.c:25713664msgid "allow fast-forward (default)"13665msgstr ""1366613667#: builtin/merge.c:259 builtin/pull.c:17813668msgid "abort if fast-forward is not possible"13669msgstr ""1367013671#: builtin/merge.c:263 builtin/pull.c:18113672msgid "verify that the named commit has a valid GPG signature"13673msgstr ""1367413675#: builtin/merge.c:264 builtin/notes.c:787 builtin/pull.c:18513676#: builtin/rebase.c:492 builtin/rebase.c:1471 builtin/revert.c:11313677msgid "strategy"13678msgstr ""1367913680#: builtin/merge.c:265 builtin/pull.c:18613681msgid "merge strategy to use"13682msgstr ""1368313684#: builtin/merge.c:266 builtin/pull.c:18913685msgid "option=value"13686msgstr ""1368713688#: builtin/merge.c:267 builtin/pull.c:19013689msgid "option for selected merge strategy"13690msgstr ""1369113692#: builtin/merge.c:26913693msgid "merge commit message (for a non-fast-forward merge)"13694msgstr ""1369513696#: builtin/merge.c:27613697msgid "abort the current in-progress merge"13698msgstr ""1369913700#: builtin/merge.c:27813701msgid "continue the current in-progress merge"13702msgstr ""1370313704#: builtin/merge.c:280 builtin/pull.c:19713705msgid "allow merging unrelated histories"13706msgstr ""1370713708#: builtin/merge.c:28613709msgid "verify commit-msg hook"13710msgstr ""1371113712#: builtin/merge.c:31113713msgid "could not run stash."13714msgstr ""1371513716#: builtin/merge.c:31613717msgid "stash failed"13718msgstr ""1371913720#: builtin/merge.c:32113721#, c-format13722msgid "not a valid object: %s"13723msgstr ""1372413725#: builtin/merge.c:343 builtin/merge.c:36013726msgid "read-tree failed"13727msgstr ""1372813729#: builtin/merge.c:39013730msgid " (nothing to squash)"13731msgstr ""1373213733#: builtin/merge.c:40113734#, c-format13735msgid "Squash commit -- not updating HEAD\n"13736msgstr ""1373713738#: builtin/merge.c:45113739#, c-format13740msgid "No merge message -- not updating HEAD\n"13741msgstr ""1374213743#: builtin/merge.c:50213744#, c-format13745msgid "'%s' does not point to a commit"13746msgstr ""1374713748#: builtin/merge.c:58913749#, c-format13750msgid "Bad branch.%s.mergeoptions string: %s"13751msgstr ""1375213753#: builtin/merge.c:71213754msgid "Not handling anything other than two heads merge."13755msgstr ""1375613757#: builtin/merge.c:72613758#, c-format13759msgid "Unknown option for merge-recursive: -X%s"13760msgstr ""1376113762#: builtin/merge.c:74113763#, c-format13764msgid "unable to write %s"13765msgstr ""1376613767#: builtin/merge.c:79313768#, c-format13769msgid "Could not read from '%s'"13770msgstr ""1377113772#: builtin/merge.c:80213773#, c-format13774msgid "Not committing merge; use 'git commit' to complete the merge.\n"13775msgstr ""1377613777#: builtin/merge.c:80813778msgid ""13779"Please enter a commit message to explain why this merge is necessary,\n"13780"especially if it merges an updated upstream into a topic branch.\n"13781"\n"13782msgstr ""1378313784#: builtin/merge.c:81313785msgid "An empty message aborts the commit.\n"13786msgstr ""1378713788#: builtin/merge.c:81613789#, c-format13790msgid ""13791"Lines starting with '%c' will be ignored, and an empty message aborts\n"13792"the commit.\n"13793msgstr ""1379413795#: builtin/merge.c:85713796msgid "Empty commit message."13797msgstr ""1379813799#: builtin/merge.c:87613800#, c-format13801msgid "Wonderful.\n"13802msgstr ""1380313804#: builtin/merge.c:93613805#, c-format13806msgid "Automatic merge failed; fix conflicts and then commit the result.\n"13807msgstr ""1380813809#: builtin/merge.c:97513810msgid "No current branch."13811msgstr ""1381213813#: builtin/merge.c:97713814msgid "No remote for the current branch."13815msgstr ""1381613817#: builtin/merge.c:97913818msgid "No default upstream defined for the current branch."13819msgstr ""1382013821#: builtin/merge.c:98413822#, c-format13823msgid "No remote-tracking branch for %s from %s"13824msgstr ""1382513826#: builtin/merge.c:104113827#, c-format13828msgid "Bad value '%s' in environment '%s'"13829msgstr ""1383013831#: builtin/merge.c:114413832#, c-format13833msgid "not something we can merge in %s: %s"13834msgstr ""1383513836#: builtin/merge.c:117813837msgid "not something we can merge"13838msgstr ""1383913840#: builtin/merge.c:128113841msgid "--abort expects no arguments"13842msgstr ""1384313844#: builtin/merge.c:128513845msgid "There is no merge to abort (MERGE_HEAD missing)."13846msgstr ""1384713848#: builtin/merge.c:129713849msgid "--continue expects no arguments"13850msgstr ""1385113852#: builtin/merge.c:130113853msgid "There is no merge in progress (MERGE_HEAD missing)."13854msgstr ""1385513856#: builtin/merge.c:131713857msgid ""13858"You have not concluded your merge (MERGE_HEAD exists).\n"13859"Please, commit your changes before you merge."13860msgstr ""1386113862#: builtin/merge.c:132413863msgid ""13864"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"13865"Please, commit your changes before you merge."13866msgstr ""1386713868#: builtin/merge.c:132713869msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."13870msgstr ""1387113872#: builtin/merge.c:134113873msgid "You cannot combine --squash with --no-ff."13874msgstr ""1387513876#: builtin/merge.c:134913877msgid "No commit specified and merge.defaultToUpstream not set."13878msgstr ""1387913880#: builtin/merge.c:136613881msgid "Squash commit into empty head not supported yet"13882msgstr ""1388313884#: builtin/merge.c:136813885msgid "Non-fast-forward commit does not make sense into an empty head"13886msgstr ""1388713888#: builtin/merge.c:137313889#, c-format13890msgid "%s - not something we can merge"13891msgstr ""1389213893#: builtin/merge.c:137513894msgid "Can merge only exactly one commit into empty head"13895msgstr ""1389613897#: builtin/merge.c:145413898msgid "refusing to merge unrelated histories"13899msgstr ""1390013901#: builtin/merge.c:146313902msgid "Already up to date."13903msgstr ""1390413905#: builtin/merge.c:147313906#, c-format13907msgid "Updating %s..%s\n"13908msgstr ""1390913910#: builtin/merge.c:151513911#, c-format13912msgid "Trying really trivial in-index merge...\n"13913msgstr ""1391413915#: builtin/merge.c:152213916#, c-format13917msgid "Nope.\n"13918msgstr ""1391913920#: builtin/merge.c:154713921msgid "Already up to date. Yeeah!"13922msgstr ""1392313924#: builtin/merge.c:155313925msgid "Not possible to fast-forward, aborting."13926msgstr ""1392713928#: builtin/merge.c:1576 builtin/merge.c:165513929#, c-format13930msgid "Rewinding the tree to pristine...\n"13931msgstr ""1393213933#: builtin/merge.c:158013934#, c-format13935msgid "Trying merge strategy %s...\n"13936msgstr ""1393713938#: builtin/merge.c:164613939#, c-format13940msgid "No merge strategy handled the merge.\n"13941msgstr ""1394213943#: builtin/merge.c:164813944#, c-format13945msgid "Merge with strategy %s failed.\n"13946msgstr ""1394713948#: builtin/merge.c:165713949#, c-format13950msgid "Using the %s to prepare resolving by hand.\n"13951msgstr ""1395213953#: builtin/merge.c:166913954#, c-format13955msgid "Automatic merge went well; stopped before committing as requested\n"13956msgstr ""1395713958#: builtin/merge-base.c:3213959msgid "git merge-base [-a | --all] <commit> <commit>..."13960msgstr ""1396113962#: builtin/merge-base.c:3313963msgid "git merge-base [-a | --all] --octopus <commit>..."13964msgstr ""1396513966#: builtin/merge-base.c:3413967msgid "git merge-base --independent <commit>..."13968msgstr ""1396913970#: builtin/merge-base.c:3513971msgid "git merge-base --is-ancestor <commit> <commit>"13972msgstr ""1397313974#: builtin/merge-base.c:3613975msgid "git merge-base --fork-point <ref> [<commit>]"13976msgstr ""1397713978#: builtin/merge-base.c:15313979msgid "output all common ancestors"13980msgstr ""1398113982#: builtin/merge-base.c:15513983msgid "find ancestors for a single n-way merge"13984msgstr ""1398513986#: builtin/merge-base.c:15713987msgid "list revs not reachable from others"13988msgstr ""1398913990#: builtin/merge-base.c:15913991msgid "is the first one ancestor of the other?"13992msgstr ""1399313994#: builtin/merge-base.c:16113995msgid "find where <commit> forked from reflog of <ref>"13996msgstr ""1399713998#: builtin/merge-file.c:913999msgid ""14000"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "14001"<orig-file> <file2>"14002msgstr ""1400314004#: builtin/merge-file.c:3514005msgid "send results to standard output"14006msgstr ""1400714008#: builtin/merge-file.c:3614009msgid "use a diff3 based merge"14010msgstr ""1401114012#: builtin/merge-file.c:3714013msgid "for conflicts, use our version"14014msgstr ""1401514016#: builtin/merge-file.c:3914017msgid "for conflicts, use their version"14018msgstr ""1401914020#: builtin/merge-file.c:4114021msgid "for conflicts, use a union version"14022msgstr ""1402314024#: builtin/merge-file.c:4414025msgid "for conflicts, use this marker size"14026msgstr ""1402714028#: builtin/merge-file.c:4514029msgid "do not warn about conflicts"14030msgstr ""1403114032#: builtin/merge-file.c:4714033msgid "set labels for file1/orig-file/file2"14034msgstr ""1403514036#: builtin/merge-recursive.c:4614037#, c-format14038msgid "unknown option %s"14039msgstr ""1404014041#: builtin/merge-recursive.c:5214042#, c-format14043msgid "could not parse object '%s'"14044msgstr ""1404514046#: builtin/merge-recursive.c:5614047#, c-format14048msgid "cannot handle more than %d base. Ignoring %s."14049msgid_plural "cannot handle more than %d bases. Ignoring %s."14050msgstr[0] ""14051msgstr[1] ""1405214053#: builtin/merge-recursive.c:6414054msgid "not handling anything other than two heads merge."14055msgstr ""1405614057#: builtin/merge-recursive.c:70 builtin/merge-recursive.c:7214058#, c-format14059msgid "could not resolve ref '%s'"14060msgstr ""1406114062#: builtin/merge-recursive.c:7814063#, c-format14064msgid "Merging %s with %s\n"14065msgstr ""1406614067#: builtin/mktree.c:6614068msgid "git mktree [-z] [--missing] [--batch]"14069msgstr ""1407014071#: builtin/mktree.c:15414072msgid "input is NUL terminated"14073msgstr ""1407414075#: builtin/mktree.c:155 builtin/write-tree.c:2614076msgid "allow missing objects"14077msgstr ""1407814079#: builtin/mktree.c:15614080msgid "allow creation of more than one tree"14081msgstr ""1408214083#: builtin/multi-pack-index.c:914084msgid "git multi-pack-index [--object-dir=<dir>] (write|verify)"14085msgstr ""1408614087#: builtin/multi-pack-index.c:2214088msgid "object directory containing set of packfile and pack-index pairs"14089msgstr ""1409014091#: builtin/multi-pack-index.c:40 builtin/prune-packed.c:6714092msgid "too many arguments"14093msgstr ""1409414095#: builtin/multi-pack-index.c:5114096#, c-format14097msgid "unrecognized verb: %s"14098msgstr ""1409914100#: builtin/mv.c:1814101msgid "git mv [<options>] <source>... <destination>"14102msgstr ""1410314104#: builtin/mv.c:8314105#, c-format14106msgid "Directory %s is in index and no submodule?"14107msgstr ""1410814109#: builtin/mv.c:8514110msgid "Please stage your changes to .gitmodules or stash them to proceed"14111msgstr ""1411214113#: builtin/mv.c:10314114#, c-format14115msgid "%.*s is in index"14116msgstr ""1411714118#: builtin/mv.c:12514119msgid "force move/rename even if target exists"14120msgstr ""1412114122#: builtin/mv.c:12714123msgid "skip move/rename errors"14124msgstr ""1412514126#: builtin/mv.c:16914127#, c-format14128msgid "destination '%s' is not a directory"14129msgstr ""1413014131#: builtin/mv.c:18014132#, c-format14133msgid "Checking rename of '%s' to '%s'\n"14134msgstr ""1413514136#: builtin/mv.c:18414137msgid "bad source"14138msgstr ""1413914140#: builtin/mv.c:18714141msgid "can not move directory into itself"14142msgstr ""1414314144#: builtin/mv.c:19014145msgid "cannot move directory over file"14146msgstr ""1414714148#: builtin/mv.c:19914149msgid "source directory is empty"14150msgstr ""1415114152#: builtin/mv.c:22414153msgid "not under version control"14154msgstr ""1415514156#: builtin/mv.c:22714157msgid "destination exists"14158msgstr ""1415914160#: builtin/mv.c:23514161#, c-format14162msgid "overwriting '%s'"14163msgstr ""1416414165#: builtin/mv.c:23814166msgid "Cannot overwrite"14167msgstr ""1416814169#: builtin/mv.c:24114170msgid "multiple sources for the same target"14171msgstr ""1417214173#: builtin/mv.c:24314174msgid "destination directory does not exist"14175msgstr ""1417614177#: builtin/mv.c:25014178#, c-format14179msgid "%s, source=%s, destination=%s"14180msgstr ""1418114182#: builtin/mv.c:27114183#, c-format14184msgid "Renaming %s to %s\n"14185msgstr ""1418614187#: builtin/mv.c:277 builtin/remote.c:717 builtin/repack.c:51614188#, c-format14189msgid "renaming '%s' failed"14190msgstr ""1419114192#: builtin/name-rev.c:35514193msgid "git name-rev [<options>] <commit>..."14194msgstr ""1419514196#: builtin/name-rev.c:35614197msgid "git name-rev [<options>] --all"14198msgstr ""1419914200#: builtin/name-rev.c:35714201msgid "git name-rev [<options>] --stdin"14202msgstr ""1420314204#: builtin/name-rev.c:41514205msgid "print only names (no SHA-1)"14206msgstr ""1420714208#: builtin/name-rev.c:41614209msgid "only use tags to name the commits"14210msgstr ""1421114212#: builtin/name-rev.c:41814213msgid "only use refs matching <pattern>"14214msgstr ""1421514216#: builtin/name-rev.c:42014217msgid "ignore refs matching <pattern>"14218msgstr ""1421914220#: builtin/name-rev.c:42214221msgid "list all commits reachable from all refs"14222msgstr ""1422314224#: builtin/name-rev.c:42314225msgid "read from stdin"14226msgstr ""1422714228#: builtin/name-rev.c:42414229msgid "allow to print `undefined` names (default)"14230msgstr ""1423114232#: builtin/name-rev.c:43014233msgid "dereference tags in the input (internal use)"14234msgstr ""1423514236#: builtin/notes.c:2814237msgid "git notes [--ref <notes-ref>] [list [<object>]]"14238msgstr ""1423914240#: builtin/notes.c:2914241msgid ""14242"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "14243"| (-c | -C) <object>] [<object>]"14244msgstr ""1424514246#: builtin/notes.c:3014247msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"14248msgstr ""1424914250#: builtin/notes.c:3114251msgid ""14252"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "14253"(-c | -C) <object>] [<object>]"14254msgstr ""1425514256#: builtin/notes.c:3214257msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"14258msgstr ""1425914260#: builtin/notes.c:3314261msgid "git notes [--ref <notes-ref>] show [<object>]"14262msgstr ""1426314264#: builtin/notes.c:3414265msgid ""14266"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"14267msgstr ""1426814269#: builtin/notes.c:3514270msgid "git notes merge --commit [-v | -q]"14271msgstr ""1427214273#: builtin/notes.c:3614274msgid "git notes merge --abort [-v | -q]"14275msgstr ""1427614277#: builtin/notes.c:3714278msgid "git notes [--ref <notes-ref>] remove [<object>...]"14279msgstr ""1428014281#: builtin/notes.c:3814282msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"14283msgstr ""1428414285#: builtin/notes.c:3914286msgid "git notes [--ref <notes-ref>] get-ref"14287msgstr ""1428814289#: builtin/notes.c:4414290msgid "git notes [list [<object>]]"14291msgstr ""1429214293#: builtin/notes.c:4914294msgid "git notes add [<options>] [<object>]"14295msgstr ""1429614297#: builtin/notes.c:5414298msgid "git notes copy [<options>] <from-object> <to-object>"14299msgstr ""1430014301#: builtin/notes.c:5514302msgid "git notes copy --stdin [<from-object> <to-object>]..."14303msgstr ""1430414305#: builtin/notes.c:6014306msgid "git notes append [<options>] [<object>]"14307msgstr ""1430814309#: builtin/notes.c:6514310msgid "git notes edit [<object>]"14311msgstr ""1431214313#: builtin/notes.c:7014314msgid "git notes show [<object>]"14315msgstr ""1431614317#: builtin/notes.c:7514318msgid "git notes merge [<options>] <notes-ref>"14319msgstr ""1432014321#: builtin/notes.c:7614322msgid "git notes merge --commit [<options>]"14323msgstr ""1432414325#: builtin/notes.c:7714326msgid "git notes merge --abort [<options>]"14327msgstr ""1432814329#: builtin/notes.c:8214330msgid "git notes remove [<object>]"14331msgstr ""1433214333#: builtin/notes.c:8714334msgid "git notes prune [<options>]"14335msgstr ""1433614337#: builtin/notes.c:9214338msgid "git notes get-ref"14339msgstr ""1434014341#: builtin/notes.c:9714342msgid "Write/edit the notes for the following object:"14343msgstr ""1434414345#: builtin/notes.c:15014346#, c-format14347msgid "unable to start 'show' for object '%s'"14348msgstr ""1434914350#: builtin/notes.c:15414351msgid "could not read 'show' output"14352msgstr ""1435314354#: builtin/notes.c:16214355#, c-format14356msgid "failed to finish 'show' for object '%s'"14357msgstr ""1435814359#: builtin/notes.c:19714360msgid "please supply the note contents using either -m or -F option"14361msgstr ""1436214363#: builtin/notes.c:20614364msgid "unable to write note object"14365msgstr ""1436614367#: builtin/notes.c:20814368#, c-format14369msgid "the note contents have been left in %s"14370msgstr ""1437114372#: builtin/notes.c:242 builtin/tag.c:52214373#, c-format14374msgid "could not open or read '%s'"14375msgstr ""1437614377#: builtin/notes.c:263 builtin/notes.c:313 builtin/notes.c:31514378#: builtin/notes.c:383 builtin/notes.c:438 builtin/notes.c:52614379#: builtin/notes.c:531 builtin/notes.c:610 builtin/notes.c:67214380#, c-format14381msgid "failed to resolve '%s' as a valid ref."14382msgstr ""1438314384#: builtin/notes.c:26514385#, c-format14386msgid "failed to read object '%s'."14387msgstr ""1438814389#: builtin/notes.c:26814390#, c-format14391msgid "cannot read note data from non-blob object '%s'."14392msgstr ""1439314394#: builtin/notes.c:30914395#, c-format14396msgid "malformed input line: '%s'."14397msgstr ""1439814399#: builtin/notes.c:32414400#, c-format14401msgid "failed to copy notes from '%s' to '%s'"14402msgstr ""1440314404#. TRANSLATORS: the first %s will be replaced by a git14405#. notes command: 'add', 'merge', 'remove', etc.14406#.14407#: builtin/notes.c:35614408#, c-format14409msgid "refusing to %s notes in %s (outside of refs/notes/)"14410msgstr ""1441114412#: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:50914413#: builtin/notes.c:521 builtin/notes.c:598 builtin/notes.c:66514414#: builtin/notes.c:815 builtin/notes.c:963 builtin/notes.c:98514415msgid "too many parameters"14416msgstr ""1441714418#: builtin/notes.c:389 builtin/notes.c:67814419#, c-format14420msgid "no note found for object %s."14421msgstr ""1442214423#: builtin/notes.c:410 builtin/notes.c:57614424msgid "note contents as a string"14425msgstr ""1442614427#: builtin/notes.c:413 builtin/notes.c:57914428msgid "note contents in a file"14429msgstr ""1443014431#: builtin/notes.c:416 builtin/notes.c:58214432msgid "reuse and edit specified note object"14433msgstr ""1443414435#: builtin/notes.c:419 builtin/notes.c:58514436msgid "reuse specified note object"14437msgstr ""1443814439#: builtin/notes.c:422 builtin/notes.c:58814440msgid "allow storing empty note"14441msgstr ""1444214443#: builtin/notes.c:423 builtin/notes.c:49614444msgid "replace existing notes"14445msgstr ""1444614447#: builtin/notes.c:44814448#, c-format14449msgid ""14450"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "14451"existing notes"14452msgstr ""1445314454#: builtin/notes.c:463 builtin/notes.c:54414455#, c-format14456msgid "Overwriting existing notes for object %s\n"14457msgstr ""1445814459#: builtin/notes.c:475 builtin/notes.c:637 builtin/notes.c:90214460#, c-format14461msgid "Removing note for object %s\n"14462msgstr ""1446314464#: builtin/notes.c:49714465msgid "read objects from stdin"14466msgstr ""1446714468#: builtin/notes.c:49914469msgid "load rewriting config for <command> (implies --stdin)"14470msgstr ""1447114472#: builtin/notes.c:51714473msgid "too few parameters"14474msgstr ""1447514476#: builtin/notes.c:53814477#, c-format14478msgid ""14479"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "14480"existing notes"14481msgstr ""1448214483#: builtin/notes.c:55014484#, c-format14485msgid "missing notes on source object %s. Cannot copy."14486msgstr ""1448714488#: builtin/notes.c:60314489#, c-format14490msgid ""14491"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"14492"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"14493msgstr ""1449414495#: builtin/notes.c:69814496msgid "failed to delete ref NOTES_MERGE_PARTIAL"14497msgstr ""1449814499#: builtin/notes.c:70014500msgid "failed to delete ref NOTES_MERGE_REF"14501msgstr ""1450214503#: builtin/notes.c:70214504msgid "failed to remove 'git notes merge' worktree"14505msgstr ""1450614507#: builtin/notes.c:72214508msgid "failed to read ref NOTES_MERGE_PARTIAL"14509msgstr ""1451014511#: builtin/notes.c:72414512msgid "could not find commit from NOTES_MERGE_PARTIAL."14513msgstr ""1451414515#: builtin/notes.c:72614516msgid "could not parse commit from NOTES_MERGE_PARTIAL."14517msgstr ""1451814519#: builtin/notes.c:73914520msgid "failed to resolve NOTES_MERGE_REF"14521msgstr ""1452214523#: builtin/notes.c:74214524msgid "failed to finalize notes merge"14525msgstr ""1452614527#: builtin/notes.c:76814528#, c-format14529msgid "unknown notes merge strategy %s"14530msgstr ""1453114532#: builtin/notes.c:78414533msgid "General options"14534msgstr ""1453514536#: builtin/notes.c:78614537msgid "Merge options"14538msgstr ""1453914540#: builtin/notes.c:78814541msgid ""14542"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"14543"cat_sort_uniq)"14544msgstr ""1454514546#: builtin/notes.c:79014547msgid "Committing unmerged notes"14548msgstr ""1454914550#: builtin/notes.c:79214551msgid "finalize notes merge by committing unmerged notes"14552msgstr ""1455314554#: builtin/notes.c:79414555msgid "Aborting notes merge resolution"14556msgstr ""1455714558#: builtin/notes.c:79614559msgid "abort notes merge"14560msgstr ""1456114562#: builtin/notes.c:80714563msgid "cannot mix --commit, --abort or -s/--strategy"14564msgstr ""1456514566#: builtin/notes.c:81214567msgid "must specify a notes ref to merge"14568msgstr ""1456914570#: builtin/notes.c:83614571#, c-format14572msgid "unknown -s/--strategy: %s"14573msgstr ""1457414575#: builtin/notes.c:87314576#, c-format14577msgid "a notes merge into %s is already in-progress at %s"14578msgstr ""1457914580#: builtin/notes.c:87614581#, c-format14582msgid "failed to store link to current notes ref (%s)"14583msgstr ""1458414585#: builtin/notes.c:87814586#, c-format14587msgid ""14588"Automatic notes merge failed. Fix conflicts in %s and commit the result with "14589"'git notes merge --commit', or abort the merge with 'git notes merge --"14590"abort'.\n"14591msgstr ""1459214593#: builtin/notes.c:897 builtin/tag.c:53514594#, c-format14595msgid "Failed to resolve '%s' as a valid ref."14596msgstr ""1459714598#: builtin/notes.c:90014599#, c-format14600msgid "Object %s has no note\n"14601msgstr ""1460214603#: builtin/notes.c:91214604msgid "attempt to remove non-existent note is not an error"14605msgstr ""1460614607#: builtin/notes.c:91514608msgid "read object names from the standard input"14609msgstr ""1461014611#: builtin/notes.c:954 builtin/prune.c:130 builtin/worktree.c:16514612msgid "do not remove, show only"14613msgstr ""1461414615#: builtin/notes.c:95514616msgid "report pruned notes"14617msgstr ""1461814619#: builtin/notes.c:99814620msgid "notes-ref"14621msgstr ""1462214623#: builtin/notes.c:99914624msgid "use notes from <notes-ref>"14625msgstr ""1462614627#: builtin/notes.c:1034 builtin/stash.c:161114628#, c-format14629msgid "unknown subcommand: %s"14630msgstr ""1463114632#: builtin/pack-objects.c:5214633msgid ""14634"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"14635msgstr ""1463614637#: builtin/pack-objects.c:5314638msgid ""14639"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"14640msgstr ""1464114642#: builtin/pack-objects.c:42414643#, c-format14644msgid "bad packed object CRC for %s"14645msgstr ""1464614647#: builtin/pack-objects.c:43514648#, c-format14649msgid "corrupt packed object for %s"14650msgstr ""1465114652#: builtin/pack-objects.c:56614653#, c-format14654msgid "recursive delta detected for object %s"14655msgstr ""1465614657#: builtin/pack-objects.c:77714658#, c-format14659msgid "ordered %u objects, expected %<PRIu32>"14660msgstr ""1466114662#: builtin/pack-objects.c:79014663#, c-format14664msgid "packfile is invalid: %s"14665msgstr ""1466614667#: builtin/pack-objects.c:79414668#, c-format14669msgid "unable to open packfile for reuse: %s"14670msgstr ""1467114672#: builtin/pack-objects.c:79814673msgid "unable to seek in reused packfile"14674msgstr ""1467514676#: builtin/pack-objects.c:80914677msgid "unable to read from reused packfile"14678msgstr ""1467914680#: builtin/pack-objects.c:83714681msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"14682msgstr ""1468314684#: builtin/pack-objects.c:85014685msgid "Writing objects"14686msgstr ""1468714688#: builtin/pack-objects.c:912 builtin/update-index.c:8914689#, c-format14690msgid "failed to stat %s"14691msgstr ""1469214693#: builtin/pack-objects.c:96514694#, c-format14695msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"14696msgstr ""1469714698#: builtin/pack-objects.c:116114699msgid "disabling bitmap writing, as some objects are not being packed"14700msgstr ""1470114702#: builtin/pack-objects.c:158914703#, c-format14704msgid "delta base offset overflow in pack for %s"14705msgstr ""1470614707#: builtin/pack-objects.c:159814708#, c-format14709msgid "delta base offset out of bound for %s"14710msgstr ""1471114712#: builtin/pack-objects.c:186714713msgid "Counting objects"14714msgstr ""1471514716#: builtin/pack-objects.c:199714717#, c-format14718msgid "unable to get size of %s"14719msgstr ""1472014721#: builtin/pack-objects.c:201214722#, c-format14723msgid "unable to parse object header of %s"14724msgstr ""1472514726#: builtin/pack-objects.c:2082 builtin/pack-objects.c:209814727#: builtin/pack-objects.c:210814728#, c-format14729msgid "object %s cannot be read"14730msgstr ""1473114732#: builtin/pack-objects.c:2085 builtin/pack-objects.c:211214733#, c-format14734msgid "object %s inconsistent object length (%<PRIuMAX> vs %<PRIuMAX>)"14735msgstr ""1473614737#: builtin/pack-objects.c:212214738msgid "suboptimal pack - out of memory"14739msgstr ""1474014741#: builtin/pack-objects.c:244814742#, c-format14743msgid "Delta compression using up to %d threads"14744msgstr ""1474514746#: builtin/pack-objects.c:258014747#, c-format14748msgid "unable to pack objects reachable from tag %s"14749msgstr ""1475014751#: builtin/pack-objects.c:266714752msgid "Compressing objects"14753msgstr ""1475414755#: builtin/pack-objects.c:267314756msgid "inconsistency with delta count"14757msgstr ""1475814759#: builtin/pack-objects.c:275414760#, c-format14761msgid ""14762"expected edge object ID, got garbage:\n"14763" %s"14764msgstr ""1476514766#: builtin/pack-objects.c:276014767#, c-format14768msgid ""14769"expected object ID, got garbage:\n"14770" %s"14771msgstr ""1477214773#: builtin/pack-objects.c:285814774msgid "invalid value for --missing"14775msgstr ""1477614777#: builtin/pack-objects.c:2917 builtin/pack-objects.c:302514778msgid "cannot open pack index"14779msgstr ""1478014781#: builtin/pack-objects.c:294814782#, c-format14783msgid "loose object at %s could not be examined"14784msgstr ""1478514786#: builtin/pack-objects.c:303314787msgid "unable to force loose object"14788msgstr ""1478914790#: builtin/pack-objects.c:312514791#, c-format14792msgid "not a rev '%s'"14793msgstr ""1479414795#: builtin/pack-objects.c:312814796#, c-format14797msgid "bad revision '%s'"14798msgstr ""1479914800#: builtin/pack-objects.c:315314801msgid "unable to add recent objects"14802msgstr ""1480314804#: builtin/pack-objects.c:320614805#, c-format14806msgid "unsupported index version %s"14807msgstr ""1480814809#: builtin/pack-objects.c:321014810#, c-format14811msgid "bad index version '%s'"14812msgstr ""1481314814#: builtin/pack-objects.c:324014815msgid "do not show progress meter"14816msgstr ""1481714818#: builtin/pack-objects.c:324214819msgid "show progress meter"14820msgstr ""1482114822#: builtin/pack-objects.c:324414823msgid "show progress meter during object writing phase"14824msgstr ""1482514826#: builtin/pack-objects.c:324714827msgid "similar to --all-progress when progress meter is shown"14828msgstr ""1482914830#: builtin/pack-objects.c:324814831msgid "<version>[,<offset>]"14832msgstr ""1483314834#: builtin/pack-objects.c:324914835msgid "write the pack index file in the specified idx format version"14836msgstr ""1483714838#: builtin/pack-objects.c:325214839msgid "maximum size of each output pack file"14840msgstr ""1484114842#: builtin/pack-objects.c:325414843msgid "ignore borrowed objects from alternate object store"14844msgstr ""1484514846#: builtin/pack-objects.c:325614847msgid "ignore packed objects"14848msgstr ""1484914850#: builtin/pack-objects.c:325814851msgid "limit pack window by objects"14852msgstr ""1485314854#: builtin/pack-objects.c:326014855msgid "limit pack window by memory in addition to object limit"14856msgstr ""1485714858#: builtin/pack-objects.c:326214859msgid "maximum length of delta chain allowed in the resulting pack"14860msgstr ""1486114862#: builtin/pack-objects.c:326414863msgid "reuse existing deltas"14864msgstr ""1486514866#: builtin/pack-objects.c:326614867msgid "reuse existing objects"14868msgstr ""1486914870#: builtin/pack-objects.c:326814871msgid "use OFS_DELTA objects"14872msgstr ""1487314874#: builtin/pack-objects.c:327014875msgid "use threads when searching for best delta matches"14876msgstr ""1487714878#: builtin/pack-objects.c:327214879msgid "do not create an empty pack output"14880msgstr ""1488114882#: builtin/pack-objects.c:327414883msgid "read revision arguments from standard input"14884msgstr ""1488514886#: builtin/pack-objects.c:327614887msgid "limit the objects to those that are not yet packed"14888msgstr ""1488914890#: builtin/pack-objects.c:327914891msgid "include objects reachable from any reference"14892msgstr ""1489314894#: builtin/pack-objects.c:328214895msgid "include objects referred by reflog entries"14896msgstr ""1489714898#: builtin/pack-objects.c:328514899msgid "include objects referred to by the index"14900msgstr ""1490114902#: builtin/pack-objects.c:328814903msgid "output pack to stdout"14904msgstr ""1490514906#: builtin/pack-objects.c:329014907msgid "include tag objects that refer to objects to be packed"14908msgstr ""1490914910#: builtin/pack-objects.c:329214911msgid "keep unreachable objects"14912msgstr ""1491314914#: builtin/pack-objects.c:329414915msgid "pack loose unreachable objects"14916msgstr ""1491714918#: builtin/pack-objects.c:329614919msgid "unpack unreachable objects newer than <time>"14920msgstr ""1492114922#: builtin/pack-objects.c:329914923msgid "use the sparse reachability algorithm"14924msgstr ""1492514926#: builtin/pack-objects.c:330114927msgid "create thin packs"14928msgstr ""1492914930#: builtin/pack-objects.c:330314931msgid "create packs suitable for shallow fetches"14932msgstr ""1493314934#: builtin/pack-objects.c:330514935msgid "ignore packs that have companion .keep file"14936msgstr ""1493714938#: builtin/pack-objects.c:330714939msgid "ignore this pack"14940msgstr ""1494114942#: builtin/pack-objects.c:330914943msgid "pack compression level"14944msgstr ""1494514946#: builtin/pack-objects.c:331114947msgid "do not hide commits by grafts"14948msgstr ""1494914950#: builtin/pack-objects.c:331314951msgid "use a bitmap index if available to speed up counting objects"14952msgstr ""1495314954#: builtin/pack-objects.c:331514955msgid "write a bitmap index together with the pack index"14956msgstr ""1495714958#: builtin/pack-objects.c:331814959msgid "handling for missing objects"14960msgstr ""1496114962#: builtin/pack-objects.c:332114963msgid "do not pack objects in promisor packfiles"14964msgstr ""1496514966#: builtin/pack-objects.c:332314967msgid "respect islands during delta compression"14968msgstr ""1496914970#: builtin/pack-objects.c:334814971#, c-format14972msgid "delta chain depth %d is too deep, forcing %d"14973msgstr ""1497414975#: builtin/pack-objects.c:335314976#, c-format14977msgid "pack.deltaCacheLimit is too high, forcing %d"14978msgstr ""1497914980#: builtin/pack-objects.c:340714981msgid "--max-pack-size cannot be used to build a pack for transfer"14982msgstr ""1498314984#: builtin/pack-objects.c:340914985msgid "minimum pack size limit is 1 MiB"14986msgstr ""1498714988#: builtin/pack-objects.c:341414989msgid "--thin cannot be used to build an indexable pack"14990msgstr ""1499114992#: builtin/pack-objects.c:341714993msgid "--keep-unreachable and --unpack-unreachable are incompatible"14994msgstr ""1499514996#: builtin/pack-objects.c:342314997msgid "cannot use --filter without --stdout"14998msgstr ""1499915000#: builtin/pack-objects.c:348415001msgid "Enumerating objects"15002msgstr ""1500315004#: builtin/pack-objects.c:351415005#, c-format15006msgid "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>)"15007msgstr ""1500815009#: builtin/pack-refs.c:815010msgid "git pack-refs [<options>]"15011msgstr ""1501215013#: builtin/pack-refs.c:1615014msgid "pack everything"15015msgstr ""1501615017#: builtin/pack-refs.c:1715018msgid "prune loose refs (default)"15019msgstr ""1502015021#: builtin/prune-packed.c:915022msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"15023msgstr ""1502415025#: builtin/prune-packed.c:4215026msgid "Removing duplicate objects"15027msgstr ""1502815029#: builtin/prune.c:1215030msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"15031msgstr ""1503215033#: builtin/prune.c:13115034msgid "report pruned objects"15035msgstr ""1503615037#: builtin/prune.c:13415038msgid "expire objects older than <time>"15039msgstr ""1504015041#: builtin/prune.c:13615042msgid "limit traversal to objects outside promisor packfiles"15043msgstr ""1504415045#: builtin/prune.c:15015046msgid "cannot prune in a precious-objects repo"15047msgstr ""1504815049#: builtin/pull.c:66 builtin/pull.c:6815050#, c-format15051msgid "Invalid value for %s: %s"15052msgstr ""1505315054#: builtin/pull.c:8815055msgid "git pull [<options>] [<repository> [<refspec>...]]"15056msgstr ""1505715058#: builtin/pull.c:14015059msgid "control for recursive fetching of submodules"15060msgstr ""1506115062#: builtin/pull.c:14415063msgid "Options related to merging"15064msgstr ""1506515066#: builtin/pull.c:14715067msgid "incorporate changes by rebasing rather than merging"15068msgstr ""1506915070#: builtin/pull.c:175 builtin/rebase.c:447 builtin/revert.c:12515071msgid "allow fast-forward"15072msgstr ""1507315074#: builtin/pull.c:18415075msgid "automatically stash/stash pop before and after rebase"15076msgstr ""1507715078#: builtin/pull.c:20015079msgid "Options related to fetching"15080msgstr ""1508115082#: builtin/pull.c:21015083msgid "force overwrite of local branch"15084msgstr ""1508515086#: builtin/pull.c:21815087msgid "number of submodules pulled in parallel"15088msgstr ""1508915090#: builtin/pull.c:31315091#, c-format15092msgid "Invalid value for pull.ff: %s"15093msgstr ""1509415095#: builtin/pull.c:43015096msgid ""15097"There is no candidate for rebasing against among the refs that you just "15098"fetched."15099msgstr ""1510015101#: builtin/pull.c:43215102msgid ""15103"There are no candidates for merging among the refs that you just fetched."15104msgstr ""1510515106#: builtin/pull.c:43315107msgid ""15108"Generally this means that you provided a wildcard refspec which had no\n"15109"matches on the remote end."15110msgstr ""1511115112#: builtin/pull.c:43615113#, c-format15114msgid ""15115"You asked to pull from the remote '%s', but did not specify\n"15116"a branch. Because this is not the default configured remote\n"15117"for your current branch, you must specify a branch on the command line."15118msgstr ""1511915120#: builtin/pull.c:441 builtin/rebase.c:1321 git-parse-remote.sh:7315121msgid "You are not currently on a branch."15122msgstr ""1512315124#: builtin/pull.c:443 builtin/pull.c:458 git-parse-remote.sh:7915125msgid "Please specify which branch you want to rebase against."15126msgstr ""1512715128#: builtin/pull.c:445 builtin/pull.c:460 git-parse-remote.sh:8215129msgid "Please specify which branch you want to merge with."15130msgstr ""1513115132#: builtin/pull.c:446 builtin/pull.c:46115133msgid "See git-pull(1) for details."15134msgstr ""1513515136#: builtin/pull.c:448 builtin/pull.c:454 builtin/pull.c:46315137#: builtin/rebase.c:1327 git-parse-remote.sh:6415138msgid "<remote>"15139msgstr ""1514015141#: builtin/pull.c:448 builtin/pull.c:463 builtin/pull.c:46815142#: git-parse-remote.sh:6515143msgid "<branch>"15144msgstr ""1514515146#: builtin/pull.c:456 builtin/rebase.c:1319 git-parse-remote.sh:7515147msgid "There is no tracking information for the current branch."15148msgstr ""1514915150#: builtin/pull.c:465 git-parse-remote.sh:9515151msgid ""15152"If you wish to set tracking information for this branch you can do so with:"15153msgstr ""1515415155#: builtin/pull.c:47015156#, c-format15157msgid ""15158"Your configuration specifies to merge with the ref '%s'\n"15159"from the remote, but no such ref was fetched."15160msgstr ""1516115162#: builtin/pull.c:57415163#, c-format15164msgid "unable to access commit %s"15165msgstr ""1516615167#: builtin/pull.c:85415168msgid "ignoring --verify-signatures for rebase"15169msgstr ""1517015171#: builtin/pull.c:90915172msgid "--[no-]autostash option is only valid with --rebase."15173msgstr ""1517415175#: builtin/pull.c:91715176msgid "Updating an unborn branch with changes added to the index."15177msgstr ""1517815179#: builtin/pull.c:92115180msgid "pull with rebase"15181msgstr ""1518215183#: builtin/pull.c:92215184msgid "please commit or stash them."15185msgstr ""1518615187#: builtin/pull.c:94715188#, c-format15189msgid ""15190"fetch updated the current branch head.\n"15191"fast-forwarding your working tree from\n"15192"commit %s."15193msgstr ""1519415195#: builtin/pull.c:95315196#, c-format15197msgid ""15198"Cannot fast-forward your working tree.\n"15199"After making sure that you saved anything precious from\n"15200"$ git diff %s\n"15201"output, run\n"15202"$ git reset --hard\n"15203"to recover."15204msgstr ""1520515206#: builtin/pull.c:96815207msgid "Cannot merge multiple branches into empty head."15208msgstr ""1520915210#: builtin/pull.c:97215211msgid "Cannot rebase onto multiple branches."15212msgstr ""1521315214#: builtin/pull.c:97915215msgid "cannot rebase with locally recorded submodule modifications"15216msgstr ""1521715218#: builtin/push.c:1915219msgid "git push [<options>] [<repository> [<refspec>...]]"15220msgstr ""1522115222#: builtin/push.c:11115223msgid "tag shorthand without <tag>"15224msgstr ""1522515226#: builtin/push.c:12115227msgid "--delete only accepts plain target ref names"15228msgstr ""1522915230#: builtin/push.c:16715231msgid ""15232"\n"15233"To choose either option permanently, see push.default in 'git help config'."15234msgstr ""1523515236#: builtin/push.c:17015237#, c-format15238msgid ""15239"The upstream branch of your current branch does not match\n"15240"the name of your current branch. To push to the upstream branch\n"15241"on the remote, use\n"15242"\n"15243" git push %s HEAD:%s\n"15244"\n"15245"To push to the branch of the same name on the remote, use\n"15246"\n"15247" git push %s HEAD\n"15248"%s"15249msgstr ""1525015251#: builtin/push.c:18515252#, c-format15253msgid ""15254"You are not currently on a branch.\n"15255"To push the history leading to the current (detached HEAD)\n"15256"state now, use\n"15257"\n"15258" git push %s HEAD:<name-of-remote-branch>\n"15259msgstr ""1526015261#: builtin/push.c:19915262#, c-format15263msgid ""15264"The current branch %s has no upstream branch.\n"15265"To push the current branch and set the remote as upstream, use\n"15266"\n"15267" git push --set-upstream %s %s\n"15268msgstr ""1526915270#: builtin/push.c:20715271#, c-format15272msgid "The current branch %s has multiple upstream branches, refusing to push."15273msgstr ""1527415275#: builtin/push.c:21015276#, c-format15277msgid ""15278"You are pushing to remote '%s', which is not the upstream of\n"15279"your current branch '%s', without telling me what to push\n"15280"to update which remote branch."15281msgstr ""1528215283#: builtin/push.c:26915284msgid ""15285"You didn't specify any refspecs to push, and push.default is \"nothing\"."15286msgstr ""1528715288#: builtin/push.c:27615289msgid ""15290"Updates were rejected because the tip of your current branch is behind\n"15291"its remote counterpart. Integrate the remote changes (e.g.\n"15292"'git pull ...') before pushing again.\n"15293"See the 'Note about fast-forwards' in 'git push --help' for details."15294msgstr ""1529515296#: builtin/push.c:28215297msgid ""15298"Updates were rejected because a pushed branch tip is behind its remote\n"15299"counterpart. Check out this branch and integrate the remote changes\n"15300"(e.g. 'git pull ...') before pushing again.\n"15301"See the 'Note about fast-forwards' in 'git push --help' for details."15302msgstr ""1530315304#: builtin/push.c:28815305msgid ""15306"Updates were rejected because the remote contains work that you do\n"15307"not have locally. This is usually caused by another repository pushing\n"15308"to the same ref. You may want to first integrate the remote changes\n"15309"(e.g., 'git pull ...') before pushing again.\n"15310"See the 'Note about fast-forwards' in 'git push --help' for details."15311msgstr ""1531215313#: builtin/push.c:29515314msgid "Updates were rejected because the tag already exists in the remote."15315msgstr ""1531615317#: builtin/push.c:29815318msgid ""15319"You cannot update a remote ref that points at a non-commit object,\n"15320"or update a remote ref to make it point at a non-commit object,\n"15321"without using the '--force' option.\n"15322msgstr ""1532315324#: builtin/push.c:35915325#, c-format15326msgid "Pushing to %s\n"15327msgstr ""1532815329#: builtin/push.c:36415330#, c-format15331msgid "failed to push some refs to '%s'"15332msgstr ""1533315334#: builtin/push.c:39815335#, c-format15336msgid "bad repository '%s'"15337msgstr ""1533815339#: builtin/push.c:39915340msgid ""15341"No configured push destination.\n"15342"Either specify the URL from the command-line or configure a remote "15343"repository using\n"15344"\n"15345" git remote add <name> <url>\n"15346"\n"15347"and then push using the remote name\n"15348"\n"15349" git push <name>\n"15350msgstr ""1535115352#: builtin/push.c:55415353msgid "repository"15354msgstr ""1535515356#: builtin/push.c:555 builtin/send-pack.c:16415357msgid "push all refs"15358msgstr ""1535915360#: builtin/push.c:556 builtin/send-pack.c:16615361msgid "mirror all refs"15362msgstr ""1536315364#: builtin/push.c:55815365msgid "delete refs"15366msgstr ""1536715368#: builtin/push.c:55915369msgid "push tags (can't be used with --all or --mirror)"15370msgstr ""1537115372#: builtin/push.c:562 builtin/send-pack.c:16715373msgid "force updates"15374msgstr ""1537515376#: builtin/push.c:564 builtin/send-pack.c:18115377msgid "<refname>:<expect>"15378msgstr ""1537915380#: builtin/push.c:565 builtin/send-pack.c:18215381msgid "require old value of ref to be at this value"15382msgstr ""1538315384#: builtin/push.c:56815385msgid "control recursive pushing of submodules"15386msgstr ""1538715388#: builtin/push.c:570 builtin/send-pack.c:17515389msgid "use thin pack"15390msgstr ""1539115392#: builtin/push.c:571 builtin/push.c:572 builtin/send-pack.c:16115393#: builtin/send-pack.c:16215394msgid "receive pack program"15395msgstr ""1539615397#: builtin/push.c:57315398msgid "set upstream for git pull/status"15399msgstr ""1540015401#: builtin/push.c:57615402msgid "prune locally removed refs"15403msgstr ""1540415405#: builtin/push.c:57815406msgid "bypass pre-push hook"15407msgstr ""1540815409#: builtin/push.c:57915410msgid "push missing but relevant tags"15411msgstr ""1541215413#: builtin/push.c:582 builtin/send-pack.c:16915414msgid "GPG sign the push"15415msgstr ""1541615417#: builtin/push.c:584 builtin/send-pack.c:17615418msgid "request atomic transaction on remote side"15419msgstr ""1542015421#: builtin/push.c:60215422msgid "--delete is incompatible with --all, --mirror and --tags"15423msgstr ""1542415425#: builtin/push.c:60415426msgid "--delete doesn't make sense without any refs"15427msgstr ""1542815429#: builtin/push.c:60715430msgid "--all and --tags are incompatible"15431msgstr ""1543215433#: builtin/push.c:60915434msgid "--all can't be combined with refspecs"15435msgstr ""1543615437#: builtin/push.c:61315438msgid "--mirror and --tags are incompatible"15439msgstr ""1544015441#: builtin/push.c:61515442msgid "--mirror can't be combined with refspecs"15443msgstr ""1544415445#: builtin/push.c:61815446msgid "--all and --mirror are incompatible"15447msgstr ""1544815449#: builtin/push.c:63715450msgid "push options must not have new line characters"15451msgstr ""1545215453#: builtin/range-diff.c:815454msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"15455msgstr ""1545615457#: builtin/range-diff.c:915458msgid "git range-diff [<options>] <old-tip>...<new-tip>"15459msgstr ""1546015461#: builtin/range-diff.c:1015462msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"15463msgstr ""1546415465#: builtin/range-diff.c:2115466msgid "Percentage by which creation is weighted"15467msgstr ""1546815469#: builtin/range-diff.c:2315470msgid "use simple diff colors"15471msgstr ""1547215473#: builtin/range-diff.c:46 builtin/range-diff.c:5015474#, c-format15475msgid "no .. in range: '%s'"15476msgstr ""1547715478#: builtin/range-diff.c:6015479msgid "single arg format must be symmetric range"15480msgstr ""1548115482#: builtin/range-diff.c:7515483msgid "need two commit ranges"15484msgstr ""1548515486#: builtin/read-tree.c:4115487msgid ""15488"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "15489"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"15490"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"15491msgstr ""1549215493#: builtin/read-tree.c:12415494msgid "write resulting index to <file>"15495msgstr ""1549615497#: builtin/read-tree.c:12715498msgid "only empty the index"15499msgstr ""1550015501#: builtin/read-tree.c:12915502msgid "Merging"15503msgstr ""1550415505#: builtin/read-tree.c:13115506msgid "perform a merge in addition to a read"15507msgstr ""1550815509#: builtin/read-tree.c:13315510msgid "3-way merge if no file level merging required"15511msgstr ""1551215513#: builtin/read-tree.c:13515514msgid "3-way merge in presence of adds and removes"15515msgstr ""1551615517#: builtin/read-tree.c:13715518msgid "same as -m, but discard unmerged entries"15519msgstr ""1552015521#: builtin/read-tree.c:13815522msgid "<subdirectory>/"15523msgstr ""1552415525#: builtin/read-tree.c:13915526msgid "read the tree into the index under <subdirectory>/"15527msgstr ""1552815529#: builtin/read-tree.c:14215530msgid "update working tree with merge result"15531msgstr ""1553215533#: builtin/read-tree.c:14415534msgid "gitignore"15535msgstr ""1553615537#: builtin/read-tree.c:14515538msgid "allow explicitly ignored files to be overwritten"15539msgstr ""1554015541#: builtin/read-tree.c:14815542msgid "don't check the working tree after merging"15543msgstr ""1554415545#: builtin/read-tree.c:14915546msgid "don't update the index or the work tree"15547msgstr ""1554815549#: builtin/read-tree.c:15115550msgid "skip applying sparse checkout filter"15551msgstr ""1555215553#: builtin/read-tree.c:15315554msgid "debug unpack-trees"15555msgstr ""1555615557#: builtin/read-tree.c:15715558msgid "suppress feedback messages"15559msgstr ""1556015561#: builtin/rebase.c:3215562msgid ""15563"git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] [<upstream>] "15564"[<branch>]"15565msgstr ""1556615567#: builtin/rebase.c:3415568msgid ""15569"git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] --root [<branch>]"15570msgstr ""1557115572#: builtin/rebase.c:3615573msgid "git rebase --continue | --abort | --skip | --edit-todo"15574msgstr ""1557515576#: builtin/rebase.c:158 builtin/rebase.c:182 builtin/rebase.c:20915577#, c-format15578msgid "unusable todo list: '%s'"15579msgstr ""1558015581#: builtin/rebase.c:167 builtin/rebase.c:193 builtin/rebase.c:21715582#, c-format15583msgid "could not write '%s'."15584msgstr ""1558515586#: builtin/rebase.c:25215587msgid "no HEAD?"15588msgstr ""1558915590#: builtin/rebase.c:27915591#, c-format15592msgid "could not create temporary %s"15593msgstr ""1559415595#: builtin/rebase.c:28515596msgid "could not mark as interactive"15597msgstr ""1559815599#: builtin/rebase.c:34315600msgid "could not generate todo list"15601msgstr ""1560215603#: builtin/rebase.c:38215604msgid "a base commit must be provided with --upstream or --onto"15605msgstr ""1560615607#: builtin/rebase.c:43715608msgid "git rebase--interactive [<options>]"15609msgstr ""1561015611#: builtin/rebase.c:44915612msgid "keep empty commits"15613msgstr ""1561415615#: builtin/rebase.c:451 builtin/revert.c:12715616msgid "allow commits with empty messages"15617msgstr ""1561815619#: builtin/rebase.c:45215620msgid "rebase merge commits"15621msgstr ""1562215623#: builtin/rebase.c:45415624msgid "keep original branch points of cousins"15625msgstr ""1562615627#: builtin/rebase.c:45615628msgid "move commits that begin with squash!/fixup!"15629msgstr ""1563015631#: builtin/rebase.c:45715632msgid "sign commits"15633msgstr ""1563415635#: builtin/rebase.c:459 builtin/rebase.c:139715636msgid "display a diffstat of what changed upstream"15637msgstr ""1563815639#: builtin/rebase.c:46115640msgid "continue rebase"15641msgstr ""1564215643#: builtin/rebase.c:46315644msgid "skip commit"15645msgstr ""1564615647#: builtin/rebase.c:46415648msgid "edit the todo list"15649msgstr ""1565015651#: builtin/rebase.c:46615652msgid "show the current patch"15653msgstr ""1565415655#: builtin/rebase.c:46915656msgid "shorten commit ids in the todo list"15657msgstr ""1565815659#: builtin/rebase.c:47115660msgid "expand commit ids in the todo list"15661msgstr ""1566215663#: builtin/rebase.c:47315664msgid "check the todo list"15665msgstr ""1566615667#: builtin/rebase.c:47515668msgid "rearrange fixup/squash lines"15669msgstr ""1567015671#: builtin/rebase.c:47715672msgid "insert exec commands in todo list"15673msgstr ""1567415675#: builtin/rebase.c:47815676msgid "onto"15677msgstr ""1567815679#: builtin/rebase.c:48115680msgid "restrict-revision"15681msgstr ""1568215683#: builtin/rebase.c:48115684msgid "restrict revision"15685msgstr ""1568615687#: builtin/rebase.c:48315688msgid "squash-onto"15689msgstr ""1569015691#: builtin/rebase.c:48415692msgid "squash onto"15693msgstr ""1569415695#: builtin/rebase.c:48615696msgid "the upstream commit"15697msgstr ""1569815699#: builtin/rebase.c:48815700msgid "head-name"15701msgstr ""1570215703#: builtin/rebase.c:48815704msgid "head name"15705msgstr ""1570615707#: builtin/rebase.c:49315708msgid "rebase strategy"15709msgstr ""1571015711#: builtin/rebase.c:49415712msgid "strategy-opts"15713msgstr ""1571415715#: builtin/rebase.c:49515716msgid "strategy options"15717msgstr ""1571815719#: builtin/rebase.c:49615720msgid "switch-to"15721msgstr ""1572215723#: builtin/rebase.c:49715724msgid "the branch or commit to checkout"15725msgstr ""1572615727#: builtin/rebase.c:49815728msgid "onto-name"15729msgstr ""1573015731#: builtin/rebase.c:49815732msgid "onto name"15733msgstr ""1573415735#: builtin/rebase.c:49915736msgid "cmd"15737msgstr ""1573815739#: builtin/rebase.c:49915740msgid "the command to run"15741msgstr ""1574215743#: builtin/rebase.c:502 builtin/rebase.c:148015744msgid "automatically re-schedule any `exec` that fails"15745msgstr ""1574615747#: builtin/rebase.c:51815748msgid "--[no-]rebase-cousins has no effect without --rebase-merges"15749msgstr ""1575015751#: builtin/rebase.c:534 builtin/rebase.c:178715752#, c-format15753msgid "%s requires an interactive rebase"15754msgstr ""1575515756#: builtin/rebase.c:58615757#, c-format15758msgid "could not get 'onto': '%s'"15759msgstr ""1576015761#: builtin/rebase.c:60115762#, c-format15763msgid "invalid orig-head: '%s'"15764msgstr ""1576515766#: builtin/rebase.c:62615767#, c-format15768msgid "ignoring invalid allow_rerere_autoupdate: '%s'"15769msgstr ""1577015771#: builtin/rebase.c:70215772#, c-format15773msgid "Could not read '%s'"15774msgstr ""1577515776#: builtin/rebase.c:72015777#, c-format15778msgid "Cannot store %s"15779msgstr ""1578015781#: builtin/rebase.c:81715782msgid "could not determine HEAD revision"15783msgstr ""1578415785#: builtin/rebase.c:94015786msgid ""15787"Resolve all conflicts manually, mark them as resolved with\n"15788"\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"15789"You can instead skip this commit: run \"git rebase --skip\".\n"15790"To abort and get back to the state before \"git rebase\", run \"git rebase --"15791"abort\"."15792msgstr ""1579315794#: builtin/rebase.c:102115795#, c-format15796msgid ""15797"\n"15798"git encountered an error while preparing the patches to replay\n"15799"these revisions:\n"15800"\n"15801" %s\n"15802"\n"15803"As a result, git cannot rebase them."15804msgstr ""1580515806#: builtin/rebase.c:131315807#, c-format15808msgid ""15809"%s\n"15810"Please specify which branch you want to rebase against.\n"15811"See git-rebase(1) for details.\n"15812"\n"15813" git rebase '<branch>'\n"15814"\n"15815msgstr ""1581615817#: builtin/rebase.c:132915818#, c-format15819msgid ""15820"If you wish to set tracking information for this branch you can do so with:\n"15821"\n"15822" git branch --set-upstream-to=%s/<branch> %s\n"15823"\n"15824msgstr ""1582515826#: builtin/rebase.c:135915827msgid "exec commands cannot contain newlines"15828msgstr ""1582915830#: builtin/rebase.c:136315831msgid "empty exec command"15832msgstr ""1583315834#: builtin/rebase.c:139015835msgid "rebase onto given branch instead of upstream"15836msgstr ""1583715838#: builtin/rebase.c:139215839msgid "allow pre-rebase hook to run"15840msgstr ""1584115842#: builtin/rebase.c:139415843msgid "be quiet. implies --no-stat"15844msgstr ""1584515846#: builtin/rebase.c:140015847msgid "do not show diffstat of what changed upstream"15848msgstr ""1584915850#: builtin/rebase.c:140315851msgid "add a Signed-off-by: line to each commit"15852msgstr ""1585315854#: builtin/rebase.c:1405 builtin/rebase.c:1409 builtin/rebase.c:141115855msgid "passed to 'git am'"15856msgstr ""1585715858#: builtin/rebase.c:1413 builtin/rebase.c:141515859msgid "passed to 'git apply'"15860msgstr ""1586115862#: builtin/rebase.c:1417 builtin/rebase.c:142015863msgid "cherry-pick all commits, even if unchanged"15864msgstr ""1586515866#: builtin/rebase.c:142215867msgid "continue"15868msgstr ""1586915870#: builtin/rebase.c:142515871msgid "skip current patch and continue"15872msgstr ""1587315874#: builtin/rebase.c:142715875msgid "abort and check out the original branch"15876msgstr ""1587715878#: builtin/rebase.c:143015879msgid "abort but keep HEAD where it is"15880msgstr ""1588115882#: builtin/rebase.c:143115883msgid "edit the todo list during an interactive rebase"15884msgstr ""1588515886#: builtin/rebase.c:143415887msgid "show the patch file being applied or merged"15888msgstr ""1588915890#: builtin/rebase.c:143715891msgid "use merging strategies to rebase"15892msgstr ""1589315894#: builtin/rebase.c:144115895msgid "let the user edit the list of commits to rebase"15896msgstr ""1589715898#: builtin/rebase.c:144515899msgid "(DEPRECATED) try to recreate merges instead of ignoring them"15900msgstr ""1590115902#: builtin/rebase.c:144915903msgid "preserve empty commits during rebase"15904msgstr ""1590515906#: builtin/rebase.c:145115907msgid "move commits that begin with squash!/fixup! under -i"15908msgstr ""1590915910#: builtin/rebase.c:145715911msgid "automatically stash/stash pop before and after"15912msgstr ""1591315914#: builtin/rebase.c:145915915msgid "add exec lines after each commit of the editable list"15916msgstr ""1591715918#: builtin/rebase.c:146315919msgid "allow rebasing commits with empty messages"15920msgstr ""1592115922#: builtin/rebase.c:146615923msgid "try to rebase merges instead of skipping them"15924msgstr ""1592515926#: builtin/rebase.c:146915927msgid "use 'merge-base --fork-point' to refine upstream"15928msgstr ""1592915930#: builtin/rebase.c:147115931msgid "use the given merge strategy"15932msgstr ""1593315934#: builtin/rebase.c:1473 builtin/revert.c:11415935msgid "option"15936msgstr ""1593715938#: builtin/rebase.c:147415939msgid "pass the argument through to the merge strategy"15940msgstr ""1594115942#: builtin/rebase.c:147715943msgid "rebase all reachable commits up to the root(s)"15944msgstr ""1594515946#: builtin/rebase.c:149815947msgid ""15948"the rebase.useBuiltin support has been removed!\n"15949"See its entry in 'git help config' for details."15950msgstr ""1595115952#: builtin/rebase.c:150415953msgid "It looks like 'git am' is in progress. Cannot rebase."15954msgstr ""1595515956#: builtin/rebase.c:154515957msgid ""15958"git rebase --preserve-merges is deprecated. Use --rebase-merges instead."15959msgstr ""1596015961#: builtin/rebase.c:154915962msgid "No rebase in progress?"15963msgstr ""1596415965#: builtin/rebase.c:155315966msgid "The --edit-todo action can only be used during interactive rebase."15967msgstr ""1596815969#: builtin/rebase.c:157615970msgid "Cannot read HEAD"15971msgstr ""1597215973#: builtin/rebase.c:158815974msgid ""15975"You must edit all merge conflicts and then\n"15976"mark them as resolved using git add"15977msgstr ""1597815979#: builtin/rebase.c:160715980msgid "could not discard worktree changes"15981msgstr ""1598215983#: builtin/rebase.c:162615984#, c-format15985msgid "could not move back to %s"15986msgstr ""1598715988#: builtin/rebase.c:1637 builtin/rm.c:36915989#, c-format15990msgid "could not remove '%s'"15991msgstr ""1599215993#: builtin/rebase.c:166315994#, c-format15995msgid ""15996"It seems that there is already a %s directory, and\n"15997"I wonder if you are in the middle of another rebase. If that is the\n"15998"case, please try\n"15999"\t%s\n"16000"If that is not the case, please\n"16001"\t%s\n"16002"and run me again. I am stopping in case you still have something\n"16003"valuable there.\n"16004msgstr ""1600516006#: builtin/rebase.c:168416007msgid "switch `C' expects a numerical value"16008msgstr ""1600916010#: builtin/rebase.c:172516011#, c-format16012msgid "Unknown mode: %s"16013msgstr ""1601416015#: builtin/rebase.c:174716016msgid "--strategy requires --merge or --interactive"16017msgstr ""1601816019#: builtin/rebase.c:179616020msgid "cannot combine am options with either interactive or merge options"16021msgstr ""1602216023#: builtin/rebase.c:181516024msgid "cannot combine '--preserve-merges' with '--rebase-merges'"16025msgstr ""1602616027#: builtin/rebase.c:181916028msgid ""16029"error: cannot combine '--preserve-merges' with '--reschedule-failed-exec'"16030msgstr ""1603116032#: builtin/rebase.c:182516033msgid "cannot combine '--rebase-merges' with '--strategy-option'"16034msgstr ""1603516036#: builtin/rebase.c:182816037msgid "cannot combine '--rebase-merges' with '--strategy'"16038msgstr ""1603916040#: builtin/rebase.c:185216041#, c-format16042msgid "invalid upstream '%s'"16043msgstr ""1604416045#: builtin/rebase.c:185816046msgid "Could not create new root commit"16047msgstr ""1604816049#: builtin/rebase.c:187616050#, c-format16051msgid "'%s': need exactly one merge base"16052msgstr ""1605316054#: builtin/rebase.c:188316055#, c-format16056msgid "Does not point to a valid commit '%s'"16057msgstr ""1605816059#: builtin/rebase.c:190816060#, c-format16061msgid "fatal: no such branch/commit '%s'"16062msgstr ""1606316064#: builtin/rebase.c:1916 builtin/submodule--helper.c:3816065#: builtin/submodule--helper.c:193316066#, c-format16067msgid "No such ref: %s"16068msgstr ""1606916070#: builtin/rebase.c:192716071msgid "Could not resolve HEAD to a revision"16072msgstr ""1607316074#: builtin/rebase.c:196816075msgid "Cannot autostash"16076msgstr ""1607716078#: builtin/rebase.c:197116079#, c-format16080msgid "Unexpected stash response: '%s'"16081msgstr ""1608216083#: builtin/rebase.c:197716084#, c-format16085msgid "Could not create directory for '%s'"16086msgstr ""1608716088#: builtin/rebase.c:198016089#, c-format16090msgid "Created autostash: %s\n"16091msgstr ""1609216093#: builtin/rebase.c:198316094msgid "could not reset --hard"16095msgstr ""1609616097#: builtin/rebase.c:1984 builtin/reset.c:11416098#, c-format16099msgid "HEAD is now at %s"16100msgstr ""1610116102#: builtin/rebase.c:200016103msgid "Please commit or stash them."16104msgstr ""1610516106#: builtin/rebase.c:202716107#, c-format16108msgid "could not parse '%s'"16109msgstr ""1611016111#: builtin/rebase.c:204016112#, c-format16113msgid "could not switch to %s"16114msgstr ""1611516116#: builtin/rebase.c:205116117msgid "HEAD is up to date."16118msgstr ""1611916120#: builtin/rebase.c:205316121#, c-format16122msgid "Current branch %s is up to date.\n"16123msgstr ""1612416125#: builtin/rebase.c:206116126msgid "HEAD is up to date, rebase forced."16127msgstr ""1612816129#: builtin/rebase.c:206316130#, c-format16131msgid "Current branch %s is up to date, rebase forced.\n"16132msgstr ""1613316134#: builtin/rebase.c:207116135msgid "The pre-rebase hook refused to rebase."16136msgstr ""1613716138#: builtin/rebase.c:207816139#, c-format16140msgid "Changes to %s:\n"16141msgstr ""1614216143#: builtin/rebase.c:208116144#, c-format16145msgid "Changes from %s to %s:\n"16146msgstr ""1614716148#: builtin/rebase.c:210616149#, c-format16150msgid "First, rewinding head to replay your work on top of it...\n"16151msgstr ""1615216153#: builtin/rebase.c:211516154msgid "Could not detach HEAD"16155msgstr ""1615616157#: builtin/rebase.c:212416158#, c-format16159msgid "Fast-forwarded %s to %s.\n"16160msgstr ""1616116162#: builtin/receive-pack.c:3316163msgid "git receive-pack <git-dir>"16164msgstr ""1616516166#: builtin/receive-pack.c:83316167msgid ""16168"By default, updating the current branch in a non-bare repository\n"16169"is denied, because it will make the index and work tree inconsistent\n"16170"with what you pushed, and will require 'git reset --hard' to match\n"16171"the work tree to HEAD.\n"16172"\n"16173"You can set the 'receive.denyCurrentBranch' configuration variable\n"16174"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"16175"its current branch; however, this is not recommended unless you\n"16176"arranged to update its work tree to match what you pushed in some\n"16177"other way.\n"16178"\n"16179"To squelch this message and still keep the default behaviour, set\n"16180"'receive.denyCurrentBranch' configuration variable to 'refuse'."16181msgstr ""1618216183#: builtin/receive-pack.c:85316184msgid ""16185"By default, deleting the current branch is denied, because the next\n"16186"'git clone' won't result in any file checked out, causing confusion.\n"16187"\n"16188"You can set 'receive.denyDeleteCurrent' configuration variable to\n"16189"'warn' or 'ignore' in the remote repository to allow deleting the\n"16190"current branch, with or without a warning message.\n"16191"\n"16192"To squelch this message, you can set it to 'refuse'."16193msgstr ""1619416195#: builtin/receive-pack.c:194016196msgid "quiet"16197msgstr ""1619816199#: builtin/receive-pack.c:195416200msgid "You must specify a directory."16201msgstr ""1620216203#: builtin/reflog.c:1716204msgid ""16205"git reflog expire [--expire=<time>] [--expire-unreachable=<time>] [--"16206"rewrite] [--updateref] [--stale-fix] [--dry-run | -n] [--verbose] [--all] "16207"<refs>..."16208msgstr ""1620916210#: builtin/reflog.c:2216211msgid ""16212"git reflog delete [--rewrite] [--updateref] [--dry-run | -n] [--verbose] "16213"<refs>..."16214msgstr ""1621516216#: builtin/reflog.c:2516217msgid "git reflog exists <ref>"16218msgstr ""1621916220#: builtin/reflog.c:567 builtin/reflog.c:57216221#, c-format16222msgid "'%s' is not a valid timestamp"16223msgstr ""1622416225#: builtin/reflog.c:60516226#, c-format16227msgid "Marking reachable objects..."16228msgstr ""1622916230#: builtin/reflog.c:64316231#, c-format16232msgid "%s points nowhere!"16233msgstr ""1623416235#: builtin/reflog.c:69516236msgid "no reflog specified to delete"16237msgstr ""1623816239#: builtin/reflog.c:70416240#, c-format16241msgid "not a reflog: %s"16242msgstr ""1624316244#: builtin/reflog.c:70916245#, c-format16246msgid "no reflog for '%s'"16247msgstr ""1624816249#: builtin/reflog.c:75516250#, c-format16251msgid "invalid ref format: %s"16252msgstr ""1625316254#: builtin/reflog.c:76416255msgid "git reflog [ show | expire | delete | exists ]"16256msgstr ""1625716258#: builtin/remote.c:1616259msgid "git remote [-v | --verbose]"16260msgstr ""1626116262#: builtin/remote.c:1716263msgid ""16264"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"16265"mirror=<fetch|push>] <name> <url>"16266msgstr ""1626716268#: builtin/remote.c:18 builtin/remote.c:3816269msgid "git remote rename <old> <new>"16270msgstr ""1627116272#: builtin/remote.c:19 builtin/remote.c:4316273msgid "git remote remove <name>"16274msgstr ""1627516276#: builtin/remote.c:20 builtin/remote.c:4816277msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"16278msgstr ""1627916280#: builtin/remote.c:2116281msgid "git remote [-v | --verbose] show [-n] <name>"16282msgstr ""1628316284#: builtin/remote.c:2216285msgid "git remote prune [-n | --dry-run] <name>"16286msgstr ""1628716288#: builtin/remote.c:2316289msgid ""16290"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"16291msgstr ""1629216293#: builtin/remote.c:2416294msgid "git remote set-branches [--add] <name> <branch>..."16295msgstr ""1629616297#: builtin/remote.c:25 builtin/remote.c:7416298msgid "git remote get-url [--push] [--all] <name>"16299msgstr ""1630016301#: builtin/remote.c:26 builtin/remote.c:7916302msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"16303msgstr ""1630416305#: builtin/remote.c:27 builtin/remote.c:8016306msgid "git remote set-url --add <name> <newurl>"16307msgstr ""1630816309#: builtin/remote.c:28 builtin/remote.c:8116310msgid "git remote set-url --delete <name> <url>"16311msgstr ""1631216313#: builtin/remote.c:3316314msgid "git remote add [<options>] <name> <url>"16315msgstr ""1631616317#: builtin/remote.c:5316318msgid "git remote set-branches <name> <branch>..."16319msgstr ""1632016321#: builtin/remote.c:5416322msgid "git remote set-branches --add <name> <branch>..."16323msgstr ""1632416325#: builtin/remote.c:5916326msgid "git remote show [<options>] <name>"16327msgstr ""1632816329#: builtin/remote.c:6416330msgid "git remote prune [<options>] <name>"16331msgstr ""1633216333#: builtin/remote.c:6916334msgid "git remote update [<options>] [<group> | <remote>]..."16335msgstr ""1633616337#: builtin/remote.c:9816338#, c-format16339msgid "Updating %s"16340msgstr ""1634116342#: builtin/remote.c:13016343msgid ""16344"--mirror is dangerous and deprecated; please\n"16345"\t use --mirror=fetch or --mirror=push instead"16346msgstr ""1634716348#: builtin/remote.c:14716349#, c-format16350msgid "unknown mirror argument: %s"16351msgstr ""1635216353#: builtin/remote.c:16316354msgid "fetch the remote branches"16355msgstr ""1635616357#: builtin/remote.c:16516358msgid "import all tags and associated objects when fetching"16359msgstr ""1636016361#: builtin/remote.c:16816362msgid "or do not fetch any tag at all (--no-tags)"16363msgstr ""1636416365#: builtin/remote.c:17016366msgid "branch(es) to track"16367msgstr ""1636816369#: builtin/remote.c:17116370msgid "master branch"16371msgstr ""1637216373#: builtin/remote.c:17316374msgid "set up remote as a mirror to push to or fetch from"16375msgstr ""1637616377#: builtin/remote.c:18516378msgid "specifying a master branch makes no sense with --mirror"16379msgstr ""1638016381#: builtin/remote.c:18716382msgid "specifying branches to track makes sense only with fetch mirrors"16383msgstr ""1638416385#: builtin/remote.c:194 builtin/remote.c:63616386#, c-format16387msgid "remote %s already exists."16388msgstr ""1638916390#: builtin/remote.c:198 builtin/remote.c:64016391#, c-format16392msgid "'%s' is not a valid remote name"16393msgstr ""1639416395#: builtin/remote.c:23816396#, c-format16397msgid "Could not setup master '%s'"16398msgstr ""1639916400#: builtin/remote.c:34416401#, c-format16402msgid "Could not get fetch map for refspec %s"16403msgstr ""1640416405#: builtin/remote.c:443 builtin/remote.c:45116406msgid "(matching)"16407msgstr ""1640816409#: builtin/remote.c:45516410msgid "(delete)"16411msgstr ""1641216413#: builtin/remote.c:629 builtin/remote.c:765 builtin/remote.c:86416414#, c-format16415msgid "No such remote: '%s'"16416msgstr ""1641716418#: builtin/remote.c:64616419#, c-format16420msgid "Could not rename config section '%s' to '%s'"16421msgstr ""1642216423#: builtin/remote.c:66616424#, c-format16425msgid ""16426"Not updating non-default fetch refspec\n"16427"\t%s\n"16428"\tPlease update the configuration manually if necessary."16429msgstr ""1643016431#: builtin/remote.c:70216432#, c-format16433msgid "deleting '%s' failed"16434msgstr ""1643516436#: builtin/remote.c:73616437#, c-format16438msgid "creating '%s' failed"16439msgstr ""1644016441#: builtin/remote.c:80216442msgid ""16443"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"16444"to delete it, use:"16445msgid_plural ""16446"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"16447"to delete them, use:"16448msgstr[0] ""16449msgstr[1] ""1645016451#: builtin/remote.c:81616452#, c-format16453msgid "Could not remove config section '%s'"16454msgstr ""1645516456#: builtin/remote.c:91716457#, c-format16458msgid " new (next fetch will store in remotes/%s)"16459msgstr ""1646016461#: builtin/remote.c:92016462msgid " tracked"16463msgstr ""1646416465#: builtin/remote.c:92216466msgid " stale (use 'git remote prune' to remove)"16467msgstr ""1646816469#: builtin/remote.c:92416470msgid " ???"16471msgstr ""1647216473#: builtin/remote.c:96516474#, c-format16475msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"16476msgstr ""1647716478#: builtin/remote.c:97416479#, c-format16480msgid "rebases interactively onto remote %s"16481msgstr ""1648216483#: builtin/remote.c:97616484#, c-format16485msgid "rebases interactively (with merges) onto remote %s"16486msgstr ""1648716488#: builtin/remote.c:97916489#, c-format16490msgid "rebases onto remote %s"16491msgstr ""1649216493#: builtin/remote.c:98316494#, c-format16495msgid " merges with remote %s"16496msgstr ""1649716498#: builtin/remote.c:98616499#, c-format16500msgid "merges with remote %s"16501msgstr ""1650216503#: builtin/remote.c:98916504#, c-format16505msgid "%-*s and with remote %s\n"16506msgstr ""1650716508#: builtin/remote.c:103216509msgid "create"16510msgstr ""1651116512#: builtin/remote.c:103516513msgid "delete"16514msgstr ""1651516516#: builtin/remote.c:103916517msgid "up to date"16518msgstr ""1651916520#: builtin/remote.c:104216521msgid "fast-forwardable"16522msgstr ""1652316524#: builtin/remote.c:104516525msgid "local out of date"16526msgstr ""1652716528#: builtin/remote.c:105216529#, c-format16530msgid " %-*s forces to %-*s (%s)"16531msgstr ""1653216533#: builtin/remote.c:105516534#, c-format16535msgid " %-*s pushes to %-*s (%s)"16536msgstr ""1653716538#: builtin/remote.c:105916539#, c-format16540msgid " %-*s forces to %s"16541msgstr ""1654216543#: builtin/remote.c:106216544#, c-format16545msgid " %-*s pushes to %s"16546msgstr ""1654716548#: builtin/remote.c:113016549msgid "do not query remotes"16550msgstr ""1655116552#: builtin/remote.c:115716553#, c-format16554msgid "* remote %s"16555msgstr ""1655616557#: builtin/remote.c:115816558#, c-format16559msgid " Fetch URL: %s"16560msgstr ""1656116562#: builtin/remote.c:1159 builtin/remote.c:1175 builtin/remote.c:131416563msgid "(no URL)"16564msgstr ""1656516566#. TRANSLATORS: the colon ':' should align16567#. with the one in " Fetch URL: %s"16568#. translation.16569#.16570#: builtin/remote.c:1173 builtin/remote.c:117516571#, c-format16572msgid " Push URL: %s"16573msgstr ""1657416575#: builtin/remote.c:1177 builtin/remote.c:1179 builtin/remote.c:118116576#, c-format16577msgid " HEAD branch: %s"16578msgstr ""1657916580#: builtin/remote.c:117716581msgid "(not queried)"16582msgstr ""1658316584#: builtin/remote.c:117916585msgid "(unknown)"16586msgstr ""1658716588#: builtin/remote.c:118316589#, c-format16590msgid ""16591" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"16592msgstr ""1659316594#: builtin/remote.c:119516595#, c-format16596msgid " Remote branch:%s"16597msgid_plural " Remote branches:%s"16598msgstr[0] ""16599msgstr[1] ""1660016601#: builtin/remote.c:1198 builtin/remote.c:122416602msgid " (status not queried)"16603msgstr ""1660416605#: builtin/remote.c:120716606msgid " Local branch configured for 'git pull':"16607msgid_plural " Local branches configured for 'git pull':"16608msgstr[0] ""16609msgstr[1] ""1661016611#: builtin/remote.c:121516612msgid " Local refs will be mirrored by 'git push'"16613msgstr ""1661416615#: builtin/remote.c:122116616#, c-format16617msgid " Local ref configured for 'git push'%s:"16618msgid_plural " Local refs configured for 'git push'%s:"16619msgstr[0] ""16620msgstr[1] ""1662116622#: builtin/remote.c:124216623msgid "set refs/remotes/<name>/HEAD according to remote"16624msgstr ""1662516626#: builtin/remote.c:124416627msgid "delete refs/remotes/<name>/HEAD"16628msgstr ""1662916630#: builtin/remote.c:125916631msgid "Cannot determine remote HEAD"16632msgstr ""1663316634#: builtin/remote.c:126116635msgid "Multiple remote HEAD branches. Please choose one explicitly with:"16636msgstr ""1663716638#: builtin/remote.c:127116639#, c-format16640msgid "Could not delete %s"16641msgstr ""1664216643#: builtin/remote.c:127916644#, c-format16645msgid "Not a valid ref: %s"16646msgstr ""1664716648#: builtin/remote.c:128116649#, c-format16650msgid "Could not setup %s"16651msgstr ""1665216653#: builtin/remote.c:129916654#, c-format16655msgid " %s will become dangling!"16656msgstr ""1665716658#: builtin/remote.c:130016659#, c-format16660msgid " %s has become dangling!"16661msgstr ""1666216663#: builtin/remote.c:131016664#, c-format16665msgid "Pruning %s"16666msgstr ""1666716668#: builtin/remote.c:131116669#, c-format16670msgid "URL: %s"16671msgstr ""1667216673#: builtin/remote.c:132716674#, c-format16675msgid " * [would prune] %s"16676msgstr ""1667716678#: builtin/remote.c:133016679#, c-format16680msgid " * [pruned] %s"16681msgstr ""1668216683#: builtin/remote.c:137516684msgid "prune remotes after fetching"16685msgstr ""1668616687#: builtin/remote.c:1438 builtin/remote.c:1492 builtin/remote.c:156016688#, c-format16689msgid "No such remote '%s'"16690msgstr ""1669116692#: builtin/remote.c:145416693msgid "add branch"16694msgstr ""1669516696#: builtin/remote.c:146116697msgid "no remote specified"16698msgstr ""1669916700#: builtin/remote.c:147816701msgid "query push URLs rather than fetch URLs"16702msgstr ""1670316704#: builtin/remote.c:148016705msgid "return all URLs"16706msgstr ""1670716708#: builtin/remote.c:150816709#, c-format16710msgid "no URLs configured for remote '%s'"16711msgstr ""1671216713#: builtin/remote.c:153416714msgid "manipulate push URLs"16715msgstr ""1671616717#: builtin/remote.c:153616718msgid "add URL"16719msgstr ""1672016721#: builtin/remote.c:153816722msgid "delete URLs"16723msgstr ""1672416725#: builtin/remote.c:154516726msgid "--add --delete doesn't make sense"16727msgstr ""1672816729#: builtin/remote.c:158416730#, c-format16731msgid "Invalid old URL pattern: %s"16732msgstr ""1673316734#: builtin/remote.c:159216735#, c-format16736msgid "No such URL found: %s"16737msgstr ""1673816739#: builtin/remote.c:159416740msgid "Will not delete all non-push URLs"16741msgstr ""1674216743#: builtin/remote.c:161016744msgid "be verbose; must be placed before a subcommand"16745msgstr ""1674616747#: builtin/remote.c:164116748#, c-format16749msgid "Unknown subcommand: %s"16750msgstr ""1675116752#: builtin/repack.c:2216753msgid "git repack [<options>]"16754msgstr ""1675516756#: builtin/repack.c:2716757msgid ""16758"Incremental repacks are incompatible with bitmap indexes. Use\n"16759"--no-write-bitmap-index or disable the pack.writebitmaps configuration."16760msgstr ""1676116762#: builtin/repack.c:20016763msgid "could not start pack-objects to repack promisor objects"16764msgstr ""1676516766#: builtin/repack.c:239 builtin/repack.c:41416767msgid "repack: Expecting full hex object ID lines only from pack-objects."16768msgstr ""1676916770#: builtin/repack.c:25616771msgid "could not finish pack-objects to repack promisor objects"16772msgstr ""1677316774#: builtin/repack.c:29416775msgid "pack everything in a single pack"16776msgstr ""1677716778#: builtin/repack.c:29616779msgid "same as -a, and turn unreachable objects loose"16780msgstr ""1678116782#: builtin/repack.c:29916783msgid "remove redundant packs, and run git-prune-packed"16784msgstr ""1678516786#: builtin/repack.c:30116787msgid "pass --no-reuse-delta to git-pack-objects"16788msgstr ""1678916790#: builtin/repack.c:30316791msgid "pass --no-reuse-object to git-pack-objects"16792msgstr ""1679316794#: builtin/repack.c:30516795msgid "do not run git-update-server-info"16796msgstr ""1679716798#: builtin/repack.c:30816799msgid "pass --local to git-pack-objects"16800msgstr ""1680116802#: builtin/repack.c:31016803msgid "write bitmap index"16804msgstr ""1680516806#: builtin/repack.c:31216807msgid "pass --delta-islands to git-pack-objects"16808msgstr ""1680916810#: builtin/repack.c:31316811msgid "approxidate"16812msgstr ""1681316814#: builtin/repack.c:31416815msgid "with -A, do not loosen objects older than this"16816msgstr ""1681716818#: builtin/repack.c:31616819msgid "with -a, repack unreachable objects"16820msgstr ""1682116822#: builtin/repack.c:31816823msgid "size of the window used for delta compression"16824msgstr ""1682516826#: builtin/repack.c:319 builtin/repack.c:32516827msgid "bytes"16828msgstr ""1682916830#: builtin/repack.c:32016831msgid "same as the above, but limit memory size instead of entries count"16832msgstr ""1683316834#: builtin/repack.c:32216835msgid "limits the maximum delta depth"16836msgstr ""1683716838#: builtin/repack.c:32416839msgid "limits the maximum number of threads"16840msgstr ""1684116842#: builtin/repack.c:32616843msgid "maximum size of each packfile"16844msgstr ""1684516846#: builtin/repack.c:32816847msgid "repack objects in packs marked with .keep"16848msgstr ""1684916850#: builtin/repack.c:33016851msgid "do not repack this pack"16852msgstr ""1685316854#: builtin/repack.c:34016855msgid "cannot delete packs in a precious-objects repo"16856msgstr ""1685716858#: builtin/repack.c:34416859msgid "--keep-unreachable and -A are incompatible"16860msgstr ""1686116862#: builtin/repack.c:42316863msgid "Nothing new to pack."16864msgstr ""1686516866#: builtin/repack.c:48416867#, c-format16868msgid ""16869"WARNING: Some packs in use have been renamed by\n"16870"WARNING: prefixing old- to their name, in order to\n"16871"WARNING: replace them with the new version of the\n"16872"WARNING: file. But the operation failed, and the\n"16873"WARNING: attempt to rename them back to their\n"16874"WARNING: original names also failed.\n"16875"WARNING: Please rename them in %s manually:\n"16876msgstr ""1687716878#: builtin/repack.c:53216879#, c-format16880msgid "failed to remove '%s'"16881msgstr ""1688216883#: builtin/replace.c:2216884msgid "git replace [-f] <object> <replacement>"16885msgstr ""1688616887#: builtin/replace.c:2316888msgid "git replace [-f] --edit <object>"16889msgstr ""1689016891#: builtin/replace.c:2416892msgid "git replace [-f] --graft <commit> [<parent>...]"16893msgstr ""1689416895#: builtin/replace.c:2516896msgid "git replace [-f] --convert-graft-file"16897msgstr ""1689816899#: builtin/replace.c:2616900msgid "git replace -d <object>..."16901msgstr ""1690216903#: builtin/replace.c:2716904msgid "git replace [--format=<format>] [-l [<pattern>]]"16905msgstr ""1690616907#: builtin/replace.c:9016908#, c-format16909msgid ""16910"invalid replace format '%s'\n"16911"valid formats are 'short', 'medium' and 'long'"16912msgstr ""1691316914#: builtin/replace.c:12516915#, c-format16916msgid "replace ref '%s' not found"16917msgstr ""1691816919#: builtin/replace.c:14116920#, c-format16921msgid "Deleted replace ref '%s'"16922msgstr ""1692316924#: builtin/replace.c:15316925#, c-format16926msgid "'%s' is not a valid ref name"16927msgstr ""1692816929#: builtin/replace.c:15816930#, c-format16931msgid "replace ref '%s' already exists"16932msgstr ""1693316934#: builtin/replace.c:17816935#, c-format16936msgid ""16937"Objects must be of the same type.\n"16938"'%s' points to a replaced object of type '%s'\n"16939"while '%s' points to a replacement object of type '%s'."16940msgstr ""1694116942#: builtin/replace.c:22916943#, c-format16944msgid "unable to open %s for writing"16945msgstr ""1694616947#: builtin/replace.c:24216948msgid "cat-file reported failure"16949msgstr ""1695016951#: builtin/replace.c:25816952#, c-format16953msgid "unable to open %s for reading"16954msgstr ""1695516956#: builtin/replace.c:27216957msgid "unable to spawn mktree"16958msgstr ""1695916960#: builtin/replace.c:27616961msgid "unable to read from mktree"16962msgstr ""1696316964#: builtin/replace.c:28516965msgid "mktree reported failure"16966msgstr ""1696716968#: builtin/replace.c:28916969msgid "mktree did not return an object name"16970msgstr ""1697116972#: builtin/replace.c:29816973#, c-format16974msgid "unable to fstat %s"16975msgstr ""1697616977#: builtin/replace.c:30316978msgid "unable to write object to database"16979msgstr ""1698016981#: builtin/replace.c:322 builtin/replace.c:377 builtin/replace.c:42216982#: builtin/replace.c:45216983#, c-format16984msgid "not a valid object name: '%s'"16985msgstr ""1698616987#: builtin/replace.c:32616988#, c-format16989msgid "unable to get object type for %s"16990msgstr ""1699116992#: builtin/replace.c:34216993msgid "editing object file failed"16994msgstr ""1699516996#: builtin/replace.c:35116997#, c-format16998msgid "new object is the same as the old one: '%s'"16999msgstr ""1700017001#: builtin/replace.c:38317002#, c-format17003msgid "could not parse %s as a commit"17004msgstr ""1700517006#: builtin/replace.c:41417007#, c-format17008msgid "bad mergetag in commit '%s'"17009msgstr ""1701017011#: builtin/replace.c:41617012#, c-format17013msgid "malformed mergetag in commit '%s'"17014msgstr ""1701517016#: builtin/replace.c:42817017#, c-format17018msgid ""17019"original commit '%s' contains mergetag '%s' that is discarded; use --edit "17020"instead of --graft"17021msgstr ""1702217023#: builtin/replace.c:46717024#, c-format17025msgid "the original commit '%s' has a gpg signature"17026msgstr ""1702717028#: builtin/replace.c:46817029msgid "the signature will be removed in the replacement commit!"17030msgstr ""1703117032#: builtin/replace.c:47817033#, c-format17034msgid "could not write replacement commit for: '%s'"17035msgstr ""1703617037#: builtin/replace.c:48617038#, c-format17039msgid "graft for '%s' unnecessary"17040msgstr ""1704117042#: builtin/replace.c:49017043#, c-format17044msgid "new commit is the same as the old one: '%s'"17045msgstr ""1704617047#: builtin/replace.c:52517048#, c-format17049msgid ""17050"could not convert the following graft(s):\n"17051"%s"17052msgstr ""1705317054#: builtin/replace.c:54617055msgid "list replace refs"17056msgstr ""1705717058#: builtin/replace.c:54717059msgid "delete replace refs"17060msgstr ""1706117062#: builtin/replace.c:54817063msgid "edit existing object"17064msgstr ""1706517066#: builtin/replace.c:54917067msgid "change a commit's parents"17068msgstr ""1706917070#: builtin/replace.c:55017071msgid "convert existing graft file"17072msgstr ""1707317074#: builtin/replace.c:55117075msgid "replace the ref if it exists"17076msgstr ""1707717078#: builtin/replace.c:55317079msgid "do not pretty-print contents for --edit"17080msgstr ""1708117082#: builtin/replace.c:55417083msgid "use this format"17084msgstr ""1708517086#: builtin/replace.c:56717087msgid "--format cannot be used when not listing"17088msgstr ""1708917090#: builtin/replace.c:57517091msgid "-f only makes sense when writing a replacement"17092msgstr ""1709317094#: builtin/replace.c:57917095msgid "--raw only makes sense with --edit"17096msgstr ""1709717098#: builtin/replace.c:58517099msgid "-d needs at least one argument"17100msgstr ""1710117102#: builtin/replace.c:59117103msgid "bad number of arguments"17104msgstr ""1710517106#: builtin/replace.c:59717107msgid "-e needs exactly one argument"17108msgstr ""1710917110#: builtin/replace.c:60317111msgid "-g needs at least one argument"17112msgstr ""1711317114#: builtin/replace.c:60917115msgid "--convert-graft-file takes no argument"17116msgstr ""1711717118#: builtin/replace.c:61517119msgid "only one pattern can be given with -l"17120msgstr ""1712117122#: builtin/rerere.c:1317123msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"17124msgstr ""1712517126#: builtin/rerere.c:6017127msgid "register clean resolutions in index"17128msgstr ""1712917130#: builtin/rerere.c:7917131msgid "'git rerere forget' without paths is deprecated"17132msgstr ""1713317134#: builtin/rerere.c:11317135#, c-format17136msgid "unable to generate diff for '%s'"17137msgstr ""1713817139#: builtin/reset.c:3217140msgid ""17141"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"17142msgstr ""1714317144#: builtin/reset.c:3317145msgid "git reset [-q] [<tree-ish>] [--] <paths>..."17146msgstr ""1714717148#: builtin/reset.c:3417149msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"17150msgstr ""1715117152#: builtin/reset.c:4017153msgid "mixed"17154msgstr ""1715517156#: builtin/reset.c:4017157msgid "soft"17158msgstr ""1715917160#: builtin/reset.c:4017161msgid "hard"17162msgstr ""1716317164#: builtin/reset.c:4017165msgid "merge"17166msgstr ""1716717168#: builtin/reset.c:4017169msgid "keep"17170msgstr ""1717117172#: builtin/reset.c:8117173msgid "You do not have a valid HEAD."17174msgstr ""1717517176#: builtin/reset.c:8317177msgid "Failed to find tree of HEAD."17178msgstr ""1717917180#: builtin/reset.c:8917181#, c-format17182msgid "Failed to find tree of %s."17183msgstr ""1718417185#: builtin/reset.c:19317186#, c-format17187msgid "Cannot do a %s reset in the middle of a merge."17188msgstr ""1718917190#: builtin/reset.c:293 builtin/stash.c:514 builtin/stash.c:58917191#: builtin/stash.c:61317192msgid "be quiet, only report errors"17193msgstr ""1719417195#: builtin/reset.c:29517196msgid "reset HEAD and index"17197msgstr ""1719817199#: builtin/reset.c:29617200msgid "reset only HEAD"17201msgstr ""1720217203#: builtin/reset.c:298 builtin/reset.c:30017204msgid "reset HEAD, index and working tree"17205msgstr ""1720617207#: builtin/reset.c:30217208msgid "reset HEAD but keep local changes"17209msgstr ""1721017211#: builtin/reset.c:30817212msgid "record only the fact that removed paths will be added later"17213msgstr ""1721417215#: builtin/reset.c:32617216#, c-format17217msgid "Failed to resolve '%s' as a valid revision."17218msgstr ""1721917220#: builtin/reset.c:33417221#, c-format17222msgid "Failed to resolve '%s' as a valid tree."17223msgstr ""1722417225#: builtin/reset.c:34317226msgid "--patch is incompatible with --{hard,mixed,soft}"17227msgstr ""1722817229#: builtin/reset.c:35317230msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."17231msgstr ""1723217233#: builtin/reset.c:35517234#, c-format17235msgid "Cannot do %s reset with paths."17236msgstr ""1723717238#: builtin/reset.c:37017239#, c-format17240msgid "%s reset is not allowed in a bare repository"17241msgstr ""1724217243#: builtin/reset.c:37417244msgid "-N can only be used with --mixed"17245msgstr ""1724617247#: builtin/reset.c:39517248msgid "Unstaged changes after reset:"17249msgstr ""1725017251#: builtin/reset.c:39817252#, c-format17253msgid ""17254"\n"17255"It took %.2f seconds to enumerate unstaged changes after reset. You can\n"17256"use '--quiet' to avoid this. Set the config setting reset.quiet to true\n"17257"to make this the default.\n"17258msgstr ""1725917260#: builtin/reset.c:40817261#, c-format17262msgid "Could not reset index file to revision '%s'."17263msgstr ""1726417265#: builtin/reset.c:41217266msgid "Could not write new index file."17267msgstr ""1726817269#: builtin/rev-list.c:40517270msgid "cannot combine --exclude-promisor-objects and --missing"17271msgstr ""1727217273#: builtin/rev-list.c:46617274msgid "object filtering requires --objects"17275msgstr ""1727617277#: builtin/rev-list.c:46917278#, c-format17279msgid "invalid sparse value '%s'"17280msgstr ""1728117282#: builtin/rev-list.c:51017283msgid "rev-list does not support display of notes"17284msgstr ""1728517286#: builtin/rev-list.c:51317287msgid "cannot combine --use-bitmap-index with object filtering"17288msgstr ""1728917290#: builtin/rev-parse.c:40817291msgid "git rev-parse --parseopt [<options>] -- [<args>...]"17292msgstr ""1729317294#: builtin/rev-parse.c:41317295msgid "keep the `--` passed as an arg"17296msgstr ""1729717298#: builtin/rev-parse.c:41517299msgid "stop parsing after the first non-option argument"17300msgstr ""1730117302#: builtin/rev-parse.c:41817303msgid "output in stuck long form"17304msgstr ""1730517306#: builtin/rev-parse.c:55117307msgid ""17308"git rev-parse --parseopt [<options>] -- [<args>...]\n"17309" or: git rev-parse --sq-quote [<arg>...]\n"17310" or: git rev-parse [<options>] [<arg>...]\n"17311"\n"17312"Run \"git rev-parse --parseopt -h\" for more information on the first usage."17313msgstr ""1731417315#: builtin/revert.c:2417316msgid "git revert [<options>] <commit-ish>..."17317msgstr ""1731817319#: builtin/revert.c:2517320msgid "git revert <subcommand>"17321msgstr ""1732217323#: builtin/revert.c:3017324msgid "git cherry-pick [<options>] <commit-ish>..."17325msgstr ""1732617327#: builtin/revert.c:3117328msgid "git cherry-pick <subcommand>"17329msgstr ""1733017331#: builtin/revert.c:7217332#, c-format17333msgid "option `%s' expects a number greater than zero"17334msgstr ""1733517336#: builtin/revert.c:9217337#, c-format17338msgid "%s: %s cannot be used with %s"17339msgstr ""1734017341#: builtin/revert.c:10217342msgid "end revert or cherry-pick sequence"17343msgstr ""1734417345#: builtin/revert.c:10317346msgid "resume revert or cherry-pick sequence"17347msgstr ""1734817349#: builtin/revert.c:10417350msgid "cancel revert or cherry-pick sequence"17351msgstr ""1735217353#: builtin/revert.c:10617354msgid "don't automatically commit"17355msgstr ""1735617357#: builtin/revert.c:10717358msgid "edit the commit message"17359msgstr ""1736017361#: builtin/revert.c:11017362msgid "parent-number"17363msgstr ""1736417365#: builtin/revert.c:11117366msgid "select mainline parent"17367msgstr ""1736817369#: builtin/revert.c:11317370msgid "merge strategy"17371msgstr ""1737217373#: builtin/revert.c:11517374msgid "option for merge strategy"17375msgstr ""1737617377#: builtin/revert.c:12417378msgid "append commit name"17379msgstr ""1738017381#: builtin/revert.c:12617382msgid "preserve initially empty commits"17383msgstr ""1738417385#: builtin/revert.c:12817386msgid "keep redundant, empty commits"17387msgstr ""1738817389#: builtin/revert.c:22717390msgid "revert failed"17391msgstr ""1739217393#: builtin/revert.c:24017394msgid "cherry-pick failed"17395msgstr ""1739617397#: builtin/rm.c:1917398msgid "git rm [<options>] [--] <file>..."17399msgstr ""1740017401#: builtin/rm.c:20717402msgid ""17403"the following file has staged content different from both the\n"17404"file and the HEAD:"17405msgid_plural ""17406"the following files have staged content different from both the\n"17407"file and the HEAD:"17408msgstr[0] ""17409msgstr[1] ""1741017411#: builtin/rm.c:21217412msgid ""17413"\n"17414"(use -f to force removal)"17415msgstr ""1741617417#: builtin/rm.c:21617418msgid "the following file has changes staged in the index:"17419msgid_plural "the following files have changes staged in the index:"17420msgstr[0] ""17421msgstr[1] ""1742217423#: builtin/rm.c:220 builtin/rm.c:22917424msgid ""17425"\n"17426"(use --cached to keep the file, or -f to force removal)"17427msgstr ""1742817429#: builtin/rm.c:22617430msgid "the following file has local modifications:"17431msgid_plural "the following files have local modifications:"17432msgstr[0] ""17433msgstr[1] ""1743417435#: builtin/rm.c:24217436msgid "do not list removed files"17437msgstr ""1743817439#: builtin/rm.c:24317440msgid "only remove from the index"17441msgstr ""1744217443#: builtin/rm.c:24417444msgid "override the up-to-date check"17445msgstr ""1744617447#: builtin/rm.c:24517448msgid "allow recursive removal"17449msgstr ""1745017451#: builtin/rm.c:24717452msgid "exit with a zero status even if nothing matched"17453msgstr ""1745417455#: builtin/rm.c:28917456msgid "please stage your changes to .gitmodules or stash them to proceed"17457msgstr ""1745817459#: builtin/rm.c:30717460#, c-format17461msgid "not removing '%s' recursively without -r"17462msgstr ""1746317464#: builtin/rm.c:34617465#, c-format17466msgid "git rm: unable to remove %s"17467msgstr ""1746817469#: builtin/send-pack.c:2017470msgid ""17471"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"17472"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "17473"[<ref>...]\n"17474" --all and explicit <ref> specification are mutually exclusive."17475msgstr ""1747617477#: builtin/send-pack.c:16317478msgid "remote name"17479msgstr ""1748017481#: builtin/send-pack.c:17717482msgid "use stateless RPC protocol"17483msgstr ""1748417485#: builtin/send-pack.c:17817486msgid "read refs from stdin"17487msgstr ""1748817489#: builtin/send-pack.c:17917490msgid "print status from remote helper"17491msgstr ""1749217493#: builtin/shortlog.c:1417494msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"17495msgstr ""1749617497#: builtin/shortlog.c:1517498msgid "git log --pretty=short | git shortlog [<options>]"17499msgstr ""1750017501#: builtin/shortlog.c:26417502msgid "Group by committer rather than author"17503msgstr ""1750417505#: builtin/shortlog.c:26617506msgid "sort output according to the number of commits per author"17507msgstr ""1750817509#: builtin/shortlog.c:26817510msgid "Suppress commit descriptions, only provides commit count"17511msgstr ""1751217513#: builtin/shortlog.c:27017514msgid "Show the email address of each author"17515msgstr ""1751617517#: builtin/shortlog.c:27117518msgid "<w>[,<i1>[,<i2>]]"17519msgstr ""1752017521#: builtin/shortlog.c:27217522msgid "Linewrap output"17523msgstr ""1752417525#: builtin/shortlog.c:30117526msgid "too many arguments given outside repository"17527msgstr ""1752817529#: builtin/show-branch.c:1317530msgid ""17531"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"17532"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"17533"\t\t[--more=<n> | --list | --independent | --merge-base]\n"17534"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"17535msgstr ""1753617537#: builtin/show-branch.c:1717538msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"17539msgstr ""1754017541#: builtin/show-branch.c:39517542#, c-format17543msgid "ignoring %s; cannot handle more than %d ref"17544msgid_plural "ignoring %s; cannot handle more than %d refs"17545msgstr[0] ""17546msgstr[1] ""1754717548#: builtin/show-branch.c:54917549#, c-format17550msgid "no matching refs with %s"17551msgstr ""1755217553#: builtin/show-branch.c:64617554msgid "show remote-tracking and local branches"17555msgstr ""1755617557#: builtin/show-branch.c:64817558msgid "show remote-tracking branches"17559msgstr ""1756017561#: builtin/show-branch.c:65017562msgid "color '*!+-' corresponding to the branch"17563msgstr ""1756417565#: builtin/show-branch.c:65217566msgid "show <n> more commits after the common ancestor"17567msgstr ""1756817569#: builtin/show-branch.c:65417570msgid "synonym to more=-1"17571msgstr ""1757217573#: builtin/show-branch.c:65517574msgid "suppress naming strings"17575msgstr ""1757617577#: builtin/show-branch.c:65717578msgid "include the current branch"17579msgstr ""1758017581#: builtin/show-branch.c:65917582msgid "name commits with their object names"17583msgstr ""1758417585#: builtin/show-branch.c:66117586msgid "show possible merge bases"17587msgstr ""1758817589#: builtin/show-branch.c:66317590msgid "show refs unreachable from any other ref"17591msgstr ""1759217593#: builtin/show-branch.c:66517594msgid "show commits in topological order"17595msgstr ""1759617597#: builtin/show-branch.c:66817598msgid "show only commits not on the first branch"17599msgstr ""1760017601#: builtin/show-branch.c:67017602msgid "show merges reachable from only one tip"17603msgstr ""1760417605#: builtin/show-branch.c:67217606msgid "topologically sort, maintaining date order where possible"17607msgstr ""1760817609#: builtin/show-branch.c:67517610msgid "<n>[,<base>]"17611msgstr ""1761217613#: builtin/show-branch.c:67617614msgid "show <n> most recent ref-log entries starting at base"17615msgstr ""1761617617#: builtin/show-branch.c:71217618msgid ""17619"--reflog is incompatible with --all, --remotes, --independent or --merge-base"17620msgstr ""1762117622#: builtin/show-branch.c:73617623msgid "no branches given, and HEAD is not valid"17624msgstr ""1762517626#: builtin/show-branch.c:73917627msgid "--reflog option needs one branch name"17628msgstr ""1762917630#: builtin/show-branch.c:74217631#, c-format17632msgid "only %d entry can be shown at one time."17633msgid_plural "only %d entries can be shown at one time."17634msgstr[0] ""17635msgstr[1] ""1763617637#: builtin/show-branch.c:74617638#, c-format17639msgid "no such ref %s"17640msgstr ""1764117642#: builtin/show-branch.c:83217643#, c-format17644msgid "cannot handle more than %d rev."17645msgid_plural "cannot handle more than %d revs."17646msgstr[0] ""17647msgstr[1] ""1764817649#: builtin/show-branch.c:83617650#, c-format17651msgid "'%s' is not a valid ref."17652msgstr ""1765317654#: builtin/show-branch.c:83917655#, c-format17656msgid "cannot find commit %s (%s)"17657msgstr ""1765817659#: builtin/show-ref.c:1217660msgid ""17661"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"17662"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"17663msgstr ""1766417665#: builtin/show-ref.c:1317666msgid "git show-ref --exclude-existing[=<pattern>]"17667msgstr ""1766817669#: builtin/show-ref.c:16217670msgid "only show tags (can be combined with heads)"17671msgstr ""1767217673#: builtin/show-ref.c:16317674msgid "only show heads (can be combined with tags)"17675msgstr ""1767617677#: builtin/show-ref.c:16417678msgid "stricter reference checking, requires exact ref path"17679msgstr ""1768017681#: builtin/show-ref.c:167 builtin/show-ref.c:16917682msgid "show the HEAD reference, even if it would be filtered out"17683msgstr ""1768417685#: builtin/show-ref.c:17117686msgid "dereference tags into object IDs"17687msgstr ""1768817689#: builtin/show-ref.c:17317690msgid "only show SHA1 hash using <n> digits"17691msgstr ""1769217693#: builtin/show-ref.c:17717694msgid "do not print results to stdout (useful with --verify)"17695msgstr ""1769617697#: builtin/show-ref.c:17917698msgid "show refs from stdin that aren't in local repository"17699msgstr ""1770017701#: builtin/stash.c:22 builtin/stash.c:3717702msgid "git stash list [<options>]"17703msgstr ""1770417705#: builtin/stash.c:23 builtin/stash.c:4217706msgid "git stash show [<options>] [<stash>]"17707msgstr ""1770817709#: builtin/stash.c:24 builtin/stash.c:4717710msgid "git stash drop [-q|--quiet] [<stash>]"17711msgstr ""1771217713#: builtin/stash.c:2517714msgid "git stash ( pop | apply ) [--index] [-q|--quiet] [<stash>]"17715msgstr ""1771617717#: builtin/stash.c:26 builtin/stash.c:6217718msgid "git stash branch <branchname> [<stash>]"17719msgstr ""1772017721#: builtin/stash.c:27 builtin/stash.c:6717722msgid "git stash clear"17723msgstr ""1772417725#: builtin/stash.c:28 builtin/stash.c:7717726msgid ""17727"git stash [push [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"17728" [-u|--include-untracked] [-a|--all] [-m|--message <message>]\n"17729" [--] [<pathspec>...]]"17730msgstr ""1773117732#: builtin/stash.c:31 builtin/stash.c:8417733msgid ""17734"git stash save [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"17735" [-u|--include-untracked] [-a|--all] [<message>]"17736msgstr ""1773717738#: builtin/stash.c:5217739msgid "git stash pop [--index] [-q|--quiet] [<stash>]"17740msgstr ""1774117742#: builtin/stash.c:5717743msgid "git stash apply [--index] [-q|--quiet] [<stash>]"17744msgstr ""1774517746#: builtin/stash.c:7217747msgid "git stash store [-m|--message <message>] [-q|--quiet] <commit>"17748msgstr ""1774917750#: builtin/stash.c:12717751#, c-format17752msgid "'%s' is not a stash-like commit"17753msgstr ""1775417755#: builtin/stash.c:14717756#, c-format17757msgid "Too many revisions specified:%s"17758msgstr ""1775917760#: builtin/stash.c:161 git-legacy-stash.sh:54817761msgid "No stash entries found."17762msgstr ""1776317764#: builtin/stash.c:17517765#, c-format17766msgid "%s is not a valid reference"17767msgstr ""1776817769#: builtin/stash.c:224 git-legacy-stash.sh:7517770msgid "git stash clear with parameters is unimplemented"17771msgstr ""1777217773#: builtin/stash.c:40317774msgid "cannot apply a stash in the middle of a merge"17775msgstr ""1777617777#: builtin/stash.c:41417778#, c-format17779msgid "could not generate diff %s^!."17780msgstr ""1778117782#: builtin/stash.c:42117783msgid "conflicts in index.Try without --index."17784msgstr ""1778517786#: builtin/stash.c:42717787msgid "could not save index tree"17788msgstr ""1778917790#: builtin/stash.c:43417791msgid "could not restore untracked files from stash"17792msgstr ""1779317794#: builtin/stash.c:44817795#, c-format17796msgid "Merging %s with %s"17797msgstr ""1779817799#: builtin/stash.c:458 git-legacy-stash.sh:68017800msgid "Index was not unstashed."17801msgstr ""1780217803#: builtin/stash.c:516 builtin/stash.c:61517804msgid "attempt to recreate the index"17805msgstr ""1780617807#: builtin/stash.c:54917808#, c-format17809msgid "Dropped %s (%s)"17810msgstr ""1781117812#: builtin/stash.c:55217813#, c-format17814msgid "%s: Could not drop stash entry"17815msgstr ""1781617817#: builtin/stash.c:57717818#, c-format17819msgid "'%s' is not a stash reference"17820msgstr ""1782117822#: builtin/stash.c:627 git-legacy-stash.sh:69417823msgid "The stash entry is kept in case you need it again."17824msgstr ""1782517826#: builtin/stash.c:650 git-legacy-stash.sh:71217827msgid "No branch name specified"17828msgstr ""1782917830#: builtin/stash.c:789 builtin/stash.c:82617831#, c-format17832msgid "Cannot update %s with %s"17833msgstr ""1783417835#: builtin/stash.c:807 builtin/stash.c:1474 builtin/stash.c:151017836msgid "stash message"17837msgstr ""1783817839#: builtin/stash.c:81717840msgid "\"git stash store\" requires one <commit> argument"17841msgstr ""1784217843#: builtin/stash.c:1039 git-legacy-stash.sh:21717844msgid "No changes selected"17845msgstr ""1784617847#: builtin/stash.c:1135 git-legacy-stash.sh:15017848msgid "You do not have the initial commit yet"17849msgstr ""1785017851#: builtin/stash.c:1162 git-legacy-stash.sh:16517852msgid "Cannot save the current index state"17853msgstr ""1785417855#: builtin/stash.c:1171 git-legacy-stash.sh:18017856msgid "Cannot save the untracked files"17857msgstr ""1785817859#: builtin/stash.c:1182 builtin/stash.c:1191 git-legacy-stash.sh:20017860#: git-legacy-stash.sh:21317861msgid "Cannot save the current worktree state"17862msgstr ""1786317864#: builtin/stash.c:1219 git-legacy-stash.sh:23317865msgid "Cannot record working tree state"17866msgstr ""1786717868#: builtin/stash.c:1268 git-legacy-stash.sh:33717869msgid "Can't use --patch and --include-untracked or --all at the same time"17870msgstr ""1787117872#: builtin/stash.c:128417873msgid "Did you forget to 'git add'?"17874msgstr ""1787517876#: builtin/stash.c:1299 git-legacy-stash.sh:34517877msgid "No local changes to save"17878msgstr ""1787917880#: builtin/stash.c:1306 git-legacy-stash.sh:35017881msgid "Cannot initialize stash"17882msgstr ""1788317884#: builtin/stash.c:1321 git-legacy-stash.sh:35417885msgid "Cannot save the current status"17886msgstr ""1788717888#: builtin/stash.c:132617889#, c-format17890msgid "Saved working directory and index state %s"17891msgstr ""1789217893#: builtin/stash.c:1430 git-legacy-stash.sh:38417894msgid "Cannot remove worktree changes"17895msgstr ""1789617897#: builtin/stash.c:1465 builtin/stash.c:150117898msgid "keep index"17899msgstr ""1790017901#: builtin/stash.c:1467 builtin/stash.c:150317902msgid "stash in patch mode"17903msgstr ""1790417905#: builtin/stash.c:1468 builtin/stash.c:150417906msgid "quiet mode"17907msgstr ""1790817909#: builtin/stash.c:1470 builtin/stash.c:150617910msgid "include untracked files in stash"17911msgstr ""1791217913#: builtin/stash.c:1472 builtin/stash.c:150817914msgid "include ignore files"17915msgstr ""1791617917#: builtin/stash.c:156817918#, c-format17919msgid "could not exec %s"17920msgstr ""1792117922#: builtin/stripspace.c:1817923msgid "git stripspace [-s | --strip-comments]"17924msgstr ""1792517926#: builtin/stripspace.c:1917927msgid "git stripspace [-c | --comment-lines]"17928msgstr ""1792917930#: builtin/stripspace.c:3717931msgid "skip and remove all lines starting with comment character"17932msgstr ""1793317934#: builtin/stripspace.c:4017935msgid "prepend comment character and space to each line"17936msgstr ""1793717938#: builtin/submodule--helper.c:45 builtin/submodule--helper.c:194217939#, c-format17940msgid "Expecting a full ref name, got %s"17941msgstr ""1794217943#: builtin/submodule--helper.c:6217944msgid "submodule--helper print-default-remote takes no arguments"17945msgstr ""1794617947#: builtin/submodule--helper.c:10017948#, c-format17949msgid "cannot strip one component off url '%s'"17950msgstr ""1795117952#: builtin/submodule--helper.c:408 builtin/submodule--helper.c:136717953msgid "alternative anchor for relative paths"17954msgstr ""1795517956#: builtin/submodule--helper.c:41317957msgid "git submodule--helper list [--prefix=<path>] [<path>...]"17958msgstr ""1795917960#: builtin/submodule--helper.c:470 builtin/submodule--helper.c:62717961#: builtin/submodule--helper.c:65017962#, c-format17963msgid "No url found for submodule path '%s' in .gitmodules"17964msgstr ""1796517966#: builtin/submodule--helper.c:52217967#, c-format17968msgid "Entering '%s'\n"17969msgstr ""1797017971#: builtin/submodule--helper.c:52517972#, c-format17973msgid ""17974"run_command returned non-zero status for %s\n"17975"."17976msgstr ""1797717978#: builtin/submodule--helper.c:54617979#, c-format17980msgid ""17981"run_command returned non-zero status while recursing in the nested "17982"submodules of %s\n"17983"."17984msgstr ""1798517986#: builtin/submodule--helper.c:56217987msgid "Suppress output of entering each submodule command"17988msgstr ""1798917990#: builtin/submodule--helper.c:564 builtin/submodule--helper.c:104917991msgid "Recurse into nested submodules"17992msgstr ""1799317994#: builtin/submodule--helper.c:56917995msgid "git submodule--helper foreach [--quiet] [--recursive] [--] <command>"17996msgstr ""1799717998#: builtin/submodule--helper.c:59617999#, c-format18000msgid ""18001"could not look up configuration '%s'. Assuming this repository is its own "18002"authoritative upstream."18003msgstr ""1800418005#: builtin/submodule--helper.c:66418006#, c-format18007msgid "Failed to register url for submodule path '%s'"18008msgstr ""1800918010#: builtin/submodule--helper.c:66818011#, c-format18012msgid "Submodule '%s' (%s) registered for path '%s'\n"18013msgstr ""1801418015#: builtin/submodule--helper.c:67818016#, c-format18017msgid "warning: command update mode suggested for submodule '%s'\n"18018msgstr ""1801918020#: builtin/submodule--helper.c:68518021#, c-format18022msgid "Failed to register update mode for submodule path '%s'"18023msgstr ""1802418025#: builtin/submodule--helper.c:70718026msgid "Suppress output for initializing a submodule"18027msgstr ""1802818029#: builtin/submodule--helper.c:71218030msgid "git submodule--helper init [<options>] [<path>]"18031msgstr ""1803218033#: builtin/submodule--helper.c:784 builtin/submodule--helper.c:91018034#, c-format18035msgid "no submodule mapping found in .gitmodules for path '%s'"18036msgstr ""1803718038#: builtin/submodule--helper.c:82318039#, c-format18040msgid "could not resolve HEAD ref inside the submodule '%s'"18041msgstr ""1804218043#: builtin/submodule--helper.c:850 builtin/submodule--helper.c:101918044#, c-format18045msgid "failed to recurse into submodule '%s'"18046msgstr ""1804718048#: builtin/submodule--helper.c:874 builtin/submodule--helper.c:118518049msgid "Suppress submodule status output"18050msgstr ""1805118052#: builtin/submodule--helper.c:87518053msgid ""18054"Use commit stored in the index instead of the one stored in the submodule "18055"HEAD"18056msgstr ""1805718058#: builtin/submodule--helper.c:87618059msgid "recurse into nested submodules"18060msgstr ""1806118062#: builtin/submodule--helper.c:88118063msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"18064msgstr ""1806518066#: builtin/submodule--helper.c:90518067msgid "git submodule--helper name <path>"18068msgstr ""1806918070#: builtin/submodule--helper.c:96918071#, c-format18072msgid "Synchronizing submodule url for '%s'\n"18073msgstr ""1807418075#: builtin/submodule--helper.c:97518076#, c-format18077msgid "failed to register url for submodule path '%s'"18078msgstr ""1807918080#: builtin/submodule--helper.c:98918081#, c-format18082msgid "failed to get the default remote for submodule '%s'"18083msgstr ""1808418085#: builtin/submodule--helper.c:100018086#, c-format18087msgid "failed to update remote for submodule '%s'"18088msgstr ""1808918090#: builtin/submodule--helper.c:104718091msgid "Suppress output of synchronizing submodule url"18092msgstr ""1809318094#: builtin/submodule--helper.c:105418095msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"18096msgstr ""1809718098#: builtin/submodule--helper.c:110818099#, c-format18100msgid ""18101"Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "18102"really want to remove it including all of its history)"18103msgstr ""1810418105#: builtin/submodule--helper.c:112018106#, c-format18107msgid ""18108"Submodule work tree '%s' contains local modifications; use '-f' to discard "18109"them"18110msgstr ""1811118112#: builtin/submodule--helper.c:112818113#, c-format18114msgid "Cleared directory '%s'\n"18115msgstr ""1811618117#: builtin/submodule--helper.c:113018118#, c-format18119msgid "Could not remove submodule work tree '%s'\n"18120msgstr ""1812118122#: builtin/submodule--helper.c:114118123#, c-format18124msgid "could not create empty submodule directory %s"18125msgstr ""1812618127#: builtin/submodule--helper.c:115718128#, c-format18129msgid "Submodule '%s' (%s) unregistered for path '%s'\n"18130msgstr ""1813118132#: builtin/submodule--helper.c:118618133msgid "Remove submodule working trees even if they contain local changes"18134msgstr ""1813518136#: builtin/submodule--helper.c:118718137msgid "Unregister all submodules"18138msgstr ""1813918140#: builtin/submodule--helper.c:119218141msgid ""18142"git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"18143msgstr ""1814418145#: builtin/submodule--helper.c:120618146msgid "Use '--all' if you really want to deinitialize all submodules"18147msgstr ""1814818149#: builtin/submodule--helper.c:1301 builtin/submodule--helper.c:130418150#, c-format18151msgid "submodule '%s' cannot add alternate: %s"18152msgstr ""1815318154#: builtin/submodule--helper.c:134018155#, c-format18156msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"18157msgstr ""1815818159#: builtin/submodule--helper.c:134718160#, c-format18161msgid "Value '%s' for submodule.alternateLocation is not recognized"18162msgstr ""1816318164#: builtin/submodule--helper.c:137018165msgid "where the new submodule will be cloned to"18166msgstr ""1816718168#: builtin/submodule--helper.c:137318169msgid "name of the new submodule"18170msgstr ""1817118172#: builtin/submodule--helper.c:137618173msgid "url where to clone the submodule from"18174msgstr ""1817518176#: builtin/submodule--helper.c:138418177msgid "depth for shallow clones"18178msgstr ""1817918180#: builtin/submodule--helper.c:1387 builtin/submodule--helper.c:187118181msgid "force cloning progress"18182msgstr ""1818318184#: builtin/submodule--helper.c:139218185msgid ""18186"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "18187"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"18188msgstr ""1818918190#: builtin/submodule--helper.c:142318191#, c-format18192msgid "clone of '%s' into submodule path '%s' failed"18193msgstr ""1819418195#: builtin/submodule--helper.c:143718196#, c-format18197msgid "could not get submodule directory for '%s'"18198msgstr ""1819918200#: builtin/submodule--helper.c:147318201#, c-format18202msgid "Invalid update mode '%s' for submodule path '%s'"18203msgstr ""1820418205#: builtin/submodule--helper.c:147718206#, c-format18207msgid "Invalid update mode '%s' configured for submodule path '%s'"18208msgstr ""1820918210#: builtin/submodule--helper.c:157018211#, c-format18212msgid "Submodule path '%s' not initialized"18213msgstr ""1821418215#: builtin/submodule--helper.c:157418216msgid "Maybe you want to use 'update --init'?"18217msgstr ""1821818219#: builtin/submodule--helper.c:160418220#, c-format18221msgid "Skipping unmerged submodule %s"18222msgstr ""1822318224#: builtin/submodule--helper.c:163318225#, c-format18226msgid "Skipping submodule '%s'"18227msgstr ""1822818229#: builtin/submodule--helper.c:177718230#, c-format18231msgid "Failed to clone '%s'. Retry scheduled"18232msgstr ""1823318234#: builtin/submodule--helper.c:178818235#, c-format18236msgid "Failed to clone '%s' a second time, aborting"18237msgstr ""1823818239#: builtin/submodule--helper.c:1850 builtin/submodule--helper.c:209218240msgid "path into the working tree"18241msgstr ""1824218243#: builtin/submodule--helper.c:185318244msgid "path into the working tree, across nested submodule boundaries"18245msgstr ""1824618247#: builtin/submodule--helper.c:185718248msgid "rebase, merge, checkout or none"18249msgstr ""1825018251#: builtin/submodule--helper.c:186318252msgid "Create a shallow clone truncated to the specified number of revisions"18253msgstr ""1825418255#: builtin/submodule--helper.c:186618256msgid "parallel jobs"18257msgstr ""1825818259#: builtin/submodule--helper.c:186818260msgid "whether the initial clone should follow the shallow recommendation"18261msgstr ""1826218263#: builtin/submodule--helper.c:186918264msgid "don't print cloning progress"18265msgstr ""1826618267#: builtin/submodule--helper.c:187618268msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"18269msgstr ""1827018271#: builtin/submodule--helper.c:188918272msgid "bad value for update parameter"18273msgstr ""1827418275#: builtin/submodule--helper.c:193718276#, c-format18277msgid ""18278"Submodule (%s) branch configured to inherit branch from superproject, but "18279"the superproject is not on any branch"18280msgstr ""1828118282#: builtin/submodule--helper.c:206018283#, c-format18284msgid "could not get a repository handle for submodule '%s'"18285msgstr ""1828618287#: builtin/submodule--helper.c:209318288msgid "recurse into submodules"18289msgstr ""1829018291#: builtin/submodule--helper.c:209918292msgid "git submodule--helper absorb-git-dirs [<options>] [<path>...]"18293msgstr ""1829418295#: builtin/submodule--helper.c:215618296msgid "check if it is safe to write to the .gitmodules file"18297msgstr ""1829818299#: builtin/submodule--helper.c:215918300msgid "unset the config in the .gitmodules file"18301msgstr ""1830218303#: builtin/submodule--helper.c:216418304msgid "git submodule--helper config <name> [<value>]"18305msgstr ""1830618307#: builtin/submodule--helper.c:216518308msgid "git submodule--helper config --unset <name>"18309msgstr ""1831018311#: builtin/submodule--helper.c:216618312msgid "git submodule--helper config --check-writeable"18313msgstr ""1831418315#: builtin/submodule--helper.c:2185 git-submodule.sh:17118316#, sh-format18317msgid "please make sure that the .gitmodules file is in the working tree"18318msgstr ""1831918320#: builtin/submodule--helper.c:2235 git.c:433 git.c:68518321#, c-format18322msgid "%s doesn't support --super-prefix"18323msgstr ""1832418325#: builtin/submodule--helper.c:224118326#, c-format18327msgid "'%s' is not a valid submodule--helper subcommand"18328msgstr ""1832918330#: builtin/symbolic-ref.c:818331msgid "git symbolic-ref [<options>] <name> [<ref>]"18332msgstr ""1833318334#: builtin/symbolic-ref.c:918335msgid "git symbolic-ref -d [-q] <name>"18336msgstr ""1833718338#: builtin/symbolic-ref.c:4018339msgid "suppress error message for non-symbolic (detached) refs"18340msgstr ""1834118342#: builtin/symbolic-ref.c:4118343msgid "delete symbolic ref"18344msgstr ""1834518346#: builtin/symbolic-ref.c:4218347msgid "shorten ref output"18348msgstr ""1834918350#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36318351msgid "reason"18352msgstr ""1835318354#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36318355msgid "reason of the update"18356msgstr ""1835718358#: builtin/tag.c:2518359msgid ""18360"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>]\n"18361"\t\t<tagname> [<head>]"18362msgstr ""1836318364#: builtin/tag.c:2718365msgid "git tag -d <tagname>..."18366msgstr ""1836718368#: builtin/tag.c:2818369msgid ""18370"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"18371"points-at <object>]\n"18372"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"18373msgstr ""1837418375#: builtin/tag.c:3018376msgid "git tag -v [--format=<format>] <tagname>..."18377msgstr ""1837818379#: builtin/tag.c:8818380#, c-format18381msgid "tag '%s' not found."18382msgstr ""1838318384#: builtin/tag.c:10418385#, c-format18386msgid "Deleted tag '%s' (was %s)\n"18387msgstr ""1838818389#: builtin/tag.c:13418390#, c-format18391msgid ""18392"\n"18393"Write a message for tag:\n"18394" %s\n"18395"Lines starting with '%c' will be ignored.\n"18396msgstr ""1839718398#: builtin/tag.c:13818399#, c-format18400msgid ""18401"\n"18402"Write a message for tag:\n"18403" %s\n"18404"Lines starting with '%c' will be kept; you may remove them yourself if you "18405"want to.\n"18406msgstr ""1840718408#: builtin/tag.c:19218409msgid "unable to sign the tag"18410msgstr ""1841118412#: builtin/tag.c:19418413msgid "unable to write tag file"18414msgstr ""1841518416#: builtin/tag.c:21018417#, c-format18418msgid ""18419"You have created a nested tag. The object referred to by your new tag is\n"18420"already a tag. If you meant to tag the object that it points to, use:\n"18421"\n"18422"\tgit tag -f %s %s^{}"18423msgstr ""1842418425#: builtin/tag.c:22618426msgid "bad object type."18427msgstr ""1842818429#: builtin/tag.c:27818430msgid "no tag message?"18431msgstr ""1843218433#: builtin/tag.c:28518434#, c-format18435msgid "The tag message has been left in %s\n"18436msgstr ""1843718438#: builtin/tag.c:39618439msgid "list tag names"18440msgstr ""1844118442#: builtin/tag.c:39818443msgid "print <n> lines of each tag message"18444msgstr ""1844518446#: builtin/tag.c:40018447msgid "delete tags"18448msgstr ""1844918450#: builtin/tag.c:40118451msgid "verify tags"18452msgstr ""1845318454#: builtin/tag.c:40318455msgid "Tag creation options"18456msgstr ""1845718458#: builtin/tag.c:40518459msgid "annotated tag, needs a message"18460msgstr ""1846118462#: builtin/tag.c:40718463msgid "tag message"18464msgstr ""1846518466#: builtin/tag.c:40918467msgid "force edit of tag message"18468msgstr ""1846918470#: builtin/tag.c:41018471msgid "annotated and GPG-signed tag"18472msgstr ""1847318474#: builtin/tag.c:41318475msgid "use another key to sign the tag"18476msgstr ""1847718478#: builtin/tag.c:41418479msgid "replace the tag if exists"18480msgstr ""1848118482#: builtin/tag.c:415 builtin/update-ref.c:36918483msgid "create a reflog"18484msgstr ""1848518486#: builtin/tag.c:41718487msgid "Tag listing options"18488msgstr ""1848918490#: builtin/tag.c:41818491msgid "show tag list in columns"18492msgstr ""1849318494#: builtin/tag.c:419 builtin/tag.c:42118495msgid "print only tags that contain the commit"18496msgstr ""1849718498#: builtin/tag.c:420 builtin/tag.c:42218499msgid "print only tags that don't contain the commit"18500msgstr ""1850118502#: builtin/tag.c:42318503msgid "print only tags that are merged"18504msgstr ""1850518506#: builtin/tag.c:42418507msgid "print only tags that are not merged"18508msgstr ""1850918510#: builtin/tag.c:42818511msgid "print only tags of the object"18512msgstr ""1851318514#: builtin/tag.c:47218515msgid "--column and -n are incompatible"18516msgstr ""1851718518#: builtin/tag.c:49418519msgid "-n option is only allowed in list mode"18520msgstr ""1852118522#: builtin/tag.c:49618523msgid "--contains option is only allowed in list mode"18524msgstr ""1852518526#: builtin/tag.c:49818527msgid "--no-contains option is only allowed in list mode"18528msgstr ""1852918530#: builtin/tag.c:50018531msgid "--points-at option is only allowed in list mode"18532msgstr ""1853318534#: builtin/tag.c:50218535msgid "--merged and --no-merged options are only allowed in list mode"18536msgstr ""1853718538#: builtin/tag.c:51318539msgid "only one -F or -m option is allowed."18540msgstr ""1854118542#: builtin/tag.c:53218543msgid "too many params"18544msgstr ""1854518546#: builtin/tag.c:53818547#, c-format18548msgid "'%s' is not a valid tag name."18549msgstr ""1855018551#: builtin/tag.c:54318552#, c-format18553msgid "tag '%s' already exists"18554msgstr ""1855518556#: builtin/tag.c:57418557#, c-format18558msgid "Updated tag '%s' (was %s)\n"18559msgstr ""1856018561#: builtin/unpack-objects.c:50018562msgid "Unpacking objects"18563msgstr ""1856418565#: builtin/update-index.c:8318566#, c-format18567msgid "failed to create directory %s"18568msgstr ""1856918570#: builtin/update-index.c:9918571#, c-format18572msgid "failed to create file %s"18573msgstr ""1857418575#: builtin/update-index.c:10718576#, c-format18577msgid "failed to delete file %s"18578msgstr ""1857918580#: builtin/update-index.c:114 builtin/update-index.c:22018581#, c-format18582msgid "failed to delete directory %s"18583msgstr ""1858418585#: builtin/update-index.c:13918586#, c-format18587msgid "Testing mtime in '%s' "18588msgstr ""1858918590#: builtin/update-index.c:15318591msgid "directory stat info does not change after adding a new file"18592msgstr ""1859318594#: builtin/update-index.c:16618595msgid "directory stat info does not change after adding a new directory"18596msgstr ""1859718598#: builtin/update-index.c:17918599msgid "directory stat info changes after updating a file"18600msgstr ""1860118602#: builtin/update-index.c:19018603msgid "directory stat info changes after adding a file inside subdirectory"18604msgstr ""1860518606#: builtin/update-index.c:20118607msgid "directory stat info does not change after deleting a file"18608msgstr ""1860918610#: builtin/update-index.c:21418611msgid "directory stat info does not change after deleting a directory"18612msgstr ""1861318614#: builtin/update-index.c:22118615msgid " OK"18616msgstr ""1861718618#: builtin/update-index.c:58918619msgid "git update-index [<options>] [--] [<file>...]"18620msgstr ""1862118622#: builtin/update-index.c:97118623msgid "continue refresh even when index needs update"18624msgstr ""1862518626#: builtin/update-index.c:97418627msgid "refresh: ignore submodules"18628msgstr ""1862918630#: builtin/update-index.c:97718631msgid "do not ignore new files"18632msgstr ""1863318634#: builtin/update-index.c:97918635msgid "let files replace directories and vice-versa"18636msgstr ""1863718638#: builtin/update-index.c:98118639msgid "notice files missing from worktree"18640msgstr ""1864118642#: builtin/update-index.c:98318643msgid "refresh even if index contains unmerged entries"18644msgstr ""1864518646#: builtin/update-index.c:98618647msgid "refresh stat information"18648msgstr ""1864918650#: builtin/update-index.c:99018651msgid "like --refresh, but ignore assume-unchanged setting"18652msgstr ""1865318654#: builtin/update-index.c:99418655msgid "<mode>,<object>,<path>"18656msgstr ""1865718658#: builtin/update-index.c:99518659msgid "add the specified entry to the index"18660msgstr ""1866118662#: builtin/update-index.c:100518663msgid "mark files as \"not changing\""18664msgstr ""1866518666#: builtin/update-index.c:100818667msgid "clear assumed-unchanged bit"18668msgstr ""1866918670#: builtin/update-index.c:101118671msgid "mark files as \"index-only\""18672msgstr ""1867318674#: builtin/update-index.c:101418675msgid "clear skip-worktree bit"18676msgstr ""1867718678#: builtin/update-index.c:101718679msgid "add to index only; do not add content to object database"18680msgstr ""1868118682#: builtin/update-index.c:101918683msgid "remove named paths even if present in worktree"18684msgstr ""1868518686#: builtin/update-index.c:102118687msgid "with --stdin: input lines are terminated by null bytes"18688msgstr ""1868918690#: builtin/update-index.c:102318691msgid "read list of paths to be updated from standard input"18692msgstr ""1869318694#: builtin/update-index.c:102718695msgid "add entries from standard input to the index"18696msgstr ""1869718698#: builtin/update-index.c:103118699msgid "repopulate stages #2 and #3 for the listed paths"18700msgstr ""1870118702#: builtin/update-index.c:103518703msgid "only update entries that differ from HEAD"18704msgstr ""1870518706#: builtin/update-index.c:103918707msgid "ignore files missing from worktree"18708msgstr ""1870918710#: builtin/update-index.c:104218711msgid "report actions to standard output"18712msgstr ""1871318714#: builtin/update-index.c:104418715msgid "(for porcelains) forget saved unresolved conflicts"18716msgstr ""1871718718#: builtin/update-index.c:104818719msgid "write index in this format"18720msgstr ""1872118722#: builtin/update-index.c:105018723msgid "enable or disable split index"18724msgstr ""1872518726#: builtin/update-index.c:105218727msgid "enable/disable untracked cache"18728msgstr ""1872918730#: builtin/update-index.c:105418731msgid "test if the filesystem supports untracked cache"18732msgstr ""1873318734#: builtin/update-index.c:105618735msgid "enable untracked cache without testing the filesystem"18736msgstr ""1873718738#: builtin/update-index.c:105818739msgid "write out the index even if is not flagged as changed"18740msgstr ""1874118742#: builtin/update-index.c:106018743msgid "enable or disable file system monitor"18744msgstr ""1874518746#: builtin/update-index.c:106218747msgid "mark files as fsmonitor valid"18748msgstr ""1874918750#: builtin/update-index.c:106518751msgid "clear fsmonitor valid bit"18752msgstr ""1875318754#: builtin/update-index.c:116818755msgid ""18756"core.splitIndex is set to false; remove or change it, if you really want to "18757"enable split index"18758msgstr ""1875918760#: builtin/update-index.c:117718761msgid ""18762"core.splitIndex is set to true; remove or change it, if you really want to "18763"disable split index"18764msgstr ""1876518766#: builtin/update-index.c:118818767msgid ""18768"core.untrackedCache is set to true; remove or change it, if you really want "18769"to disable the untracked cache"18770msgstr ""1877118772#: builtin/update-index.c:119218773msgid "Untracked cache disabled"18774msgstr ""1877518776#: builtin/update-index.c:120018777msgid ""18778"core.untrackedCache is set to false; remove or change it, if you really want "18779"to enable the untracked cache"18780msgstr ""1878118782#: builtin/update-index.c:120418783#, c-format18784msgid "Untracked cache enabled for '%s'"18785msgstr ""1878618787#: builtin/update-index.c:121218788msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"18789msgstr ""1879018791#: builtin/update-index.c:121618792msgid "fsmonitor enabled"18793msgstr ""1879418795#: builtin/update-index.c:121918796msgid ""18797"core.fsmonitor is set; remove it if you really want to disable fsmonitor"18798msgstr ""1879918800#: builtin/update-index.c:122318801msgid "fsmonitor disabled"18802msgstr ""1880318804#: builtin/update-ref.c:1018805msgid "git update-ref [<options>] -d <refname> [<old-val>]"18806msgstr ""1880718808#: builtin/update-ref.c:1118809msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"18810msgstr ""1881118812#: builtin/update-ref.c:1218813msgid "git update-ref [<options>] --stdin [-z]"18814msgstr ""1881518816#: builtin/update-ref.c:36418817msgid "delete the reference"18818msgstr ""1881918820#: builtin/update-ref.c:36618821msgid "update <refname> not the one it points to"18822msgstr ""1882318824#: builtin/update-ref.c:36718825msgid "stdin has NUL-terminated arguments"18826msgstr ""1882718828#: builtin/update-ref.c:36818829msgid "read updates from stdin"18830msgstr ""1883118832#: builtin/update-server-info.c:718833msgid "git update-server-info [--force]"18834msgstr ""1883518836#: builtin/update-server-info.c:1518837msgid "update the info files from scratch"18838msgstr ""1883918840#: builtin/upload-pack.c:1118841msgid "git upload-pack [<options>] <dir>"18842msgstr ""1884318844#: builtin/upload-pack.c:23 t/helper/test-serve-v2.c:1718845msgid "quit after a single request/response exchange"18846msgstr ""1884718848#: builtin/upload-pack.c:2518849msgid "exit immediately after initial ref advertisement"18850msgstr ""1885118852#: builtin/upload-pack.c:2718853msgid "do not try <directory>/.git/ if <directory> is no Git directory"18854msgstr ""1885518856#: builtin/upload-pack.c:2918857msgid "interrupt transfer after <n> seconds of inactivity"18858msgstr ""1885918860#: builtin/verify-commit.c:2018861msgid "git verify-commit [-v | --verbose] <commit>..."18862msgstr ""1886318864#: builtin/verify-commit.c:7618865msgid "print commit contents"18866msgstr ""1886718868#: builtin/verify-commit.c:77 builtin/verify-tag.c:3818869msgid "print raw gpg status output"18870msgstr ""1887118872#: builtin/verify-pack.c:5518873msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."18874msgstr ""1887518876#: builtin/verify-pack.c:6518877msgid "verbose"18878msgstr ""1887918880#: builtin/verify-pack.c:6718881msgid "show statistics only"18882msgstr ""1888318884#: builtin/verify-tag.c:1918885msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."18886msgstr ""1888718888#: builtin/verify-tag.c:3718889msgid "print tag contents"18890msgstr ""1889118892#: builtin/worktree.c:1818893msgid "git worktree add [<options>] <path> [<commit-ish>]"18894msgstr ""1889518896#: builtin/worktree.c:1918897msgid "git worktree list [<options>]"18898msgstr ""1889918900#: builtin/worktree.c:2018901msgid "git worktree lock [<options>] <path>"18902msgstr ""1890318904#: builtin/worktree.c:2118905msgid "git worktree move <worktree> <new-path>"18906msgstr ""1890718908#: builtin/worktree.c:2218909msgid "git worktree prune [<options>]"18910msgstr ""1891118912#: builtin/worktree.c:2318913msgid "git worktree remove [<options>] <worktree>"18914msgstr ""1891518916#: builtin/worktree.c:2418917msgid "git worktree unlock <path>"18918msgstr ""1891918920#: builtin/worktree.c:61 builtin/worktree.c:89118921#, c-format18922msgid "failed to delete '%s'"18923msgstr ""1892418925#: builtin/worktree.c:8018926#, c-format18927msgid "Removing worktrees/%s: not a valid directory"18928msgstr ""1892918930#: builtin/worktree.c:8618931#, c-format18932msgid "Removing worktrees/%s: gitdir file does not exist"18933msgstr ""1893418935#: builtin/worktree.c:91 builtin/worktree.c:10018936#, c-format18937msgid "Removing worktrees/%s: unable to read gitdir file (%s)"18938msgstr ""1893918940#: builtin/worktree.c:11018941#, c-format18942msgid ""18943"Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "18944"%<PRIuMAX>)"18945msgstr ""1894618947#: builtin/worktree.c:11818948#, c-format18949msgid "Removing worktrees/%s: invalid gitdir file"18950msgstr ""1895118952#: builtin/worktree.c:12718953#, c-format18954msgid "Removing worktrees/%s: gitdir file points to non-existent location"18955msgstr ""1895618957#: builtin/worktree.c:16618958msgid "report pruned working trees"18959msgstr ""1896018961#: builtin/worktree.c:16818962msgid "expire working trees older than <time>"18963msgstr ""1896418965#: builtin/worktree.c:23518966#, c-format18967msgid "'%s' already exists"18968msgstr ""1896918970#: builtin/worktree.c:25218971#, c-format18972msgid "unable to re-add worktree '%s'"18973msgstr ""1897418975#: builtin/worktree.c:25718976#, c-format18977msgid ""18978"'%s' is a missing but locked worktree;\n"18979"use 'add -f -f' to override, or 'unlock' and 'prune' or 'remove' to clear"18980msgstr ""1898118982#: builtin/worktree.c:25918983#, c-format18984msgid ""18985"'%s' is a missing but already registered worktree;\n"18986"use 'add -f' to override, or 'prune' or 'remove' to clear"18987msgstr ""1898818989#: builtin/worktree.c:30218990#, c-format18991msgid "could not create directory of '%s'"18992msgstr ""1899318994#: builtin/worktree.c:432 builtin/worktree.c:43818995#, c-format18996msgid "Preparing worktree (new branch '%s')"18997msgstr ""1899818999#: builtin/worktree.c:43419000#, c-format19001msgid "Preparing worktree (resetting branch '%s'; was at %s)"19002msgstr ""1900319004#: builtin/worktree.c:44319005#, c-format19006msgid "Preparing worktree (checking out '%s')"19007msgstr ""1900819009#: builtin/worktree.c:44919010#, c-format19011msgid "Preparing worktree (detached HEAD %s)"19012msgstr ""1901319014#: builtin/worktree.c:49019015msgid "checkout <branch> even if already checked out in other worktree"19016msgstr ""1901719018#: builtin/worktree.c:49319019msgid "create a new branch"19020msgstr ""1902119022#: builtin/worktree.c:49519023msgid "create or reset a branch"19024msgstr ""1902519026#: builtin/worktree.c:49719027msgid "populate the new working tree"19028msgstr ""1902919030#: builtin/worktree.c:49819031msgid "keep the new working tree locked"19032msgstr ""1903319034#: builtin/worktree.c:50119035msgid "set up tracking mode (see git-branch(1))"19036msgstr ""1903719038#: builtin/worktree.c:50419039msgid "try to match the new branch name with a remote-tracking branch"19040msgstr ""1904119042#: builtin/worktree.c:51219043msgid "-b, -B, and --detach are mutually exclusive"19044msgstr ""1904519046#: builtin/worktree.c:57319047msgid "--[no-]track can only be used if a new branch is created"19048msgstr ""1904919050#: builtin/worktree.c:67319051msgid "reason for locking"19052msgstr ""1905319054#: builtin/worktree.c:685 builtin/worktree.c:718 builtin/worktree.c:79219055#: builtin/worktree.c:91919056#, c-format19057msgid "'%s' is not a working tree"19058msgstr ""1905919060#: builtin/worktree.c:687 builtin/worktree.c:72019061msgid "The main working tree cannot be locked or unlocked"19062msgstr ""1906319064#: builtin/worktree.c:69219065#, c-format19066msgid "'%s' is already locked, reason: %s"19067msgstr ""1906819069#: builtin/worktree.c:69419070#, c-format19071msgid "'%s' is already locked"19072msgstr ""1907319074#: builtin/worktree.c:72219075#, c-format19076msgid "'%s' is not locked"19077msgstr ""1907819079#: builtin/worktree.c:76319080msgid "working trees containing submodules cannot be moved or removed"19081msgstr ""1908219083#: builtin/worktree.c:77119084msgid "force move even if worktree is dirty or locked"19085msgstr ""1908619087#: builtin/worktree.c:794 builtin/worktree.c:92119088#, c-format19089msgid "'%s' is a main working tree"19090msgstr ""1909119092#: builtin/worktree.c:79919093#, c-format19094msgid "could not figure out destination name from '%s'"19095msgstr ""1909619097#: builtin/worktree.c:80519098#, c-format19099msgid "target '%s' already exists"19100msgstr ""1910119102#: builtin/worktree.c:81319103#, c-format19104msgid ""19105"cannot move a locked working tree, lock reason: %s\n"19106"use 'move -f -f' to override or unlock first"19107msgstr ""1910819109#: builtin/worktree.c:81519110msgid ""19111"cannot move a locked working tree;\n"19112"use 'move -f -f' to override or unlock first"19113msgstr ""1911419115#: builtin/worktree.c:81819116#, c-format19117msgid "validation failed, cannot move working tree: %s"19118msgstr ""1911919120#: builtin/worktree.c:82319121#, c-format19122msgid "failed to move '%s' to '%s'"19123msgstr ""1912419125#: builtin/worktree.c:87119126#, c-format19127msgid "failed to run 'git status' on '%s'"19128msgstr ""1912919130#: builtin/worktree.c:87519131#, c-format19132msgid "'%s' is dirty, use --force to delete it"19133msgstr ""1913419135#: builtin/worktree.c:88019136#, c-format19137msgid "failed to run 'git status' on '%s', code %d"19138msgstr ""1913919140#: builtin/worktree.c:90319141msgid "force removal even if worktree is dirty or locked"19142msgstr ""1914319144#: builtin/worktree.c:92619145#, c-format19146msgid ""19147"cannot remove a locked working tree, lock reason: %s\n"19148"use 'remove -f -f' to override or unlock first"19149msgstr ""1915019151#: builtin/worktree.c:92819152msgid ""19153"cannot remove a locked working tree;\n"19154"use 'remove -f -f' to override or unlock first"19155msgstr ""1915619157#: builtin/worktree.c:93119158#, c-format19159msgid "validation failed, cannot remove working tree: %s"19160msgstr ""1916119162#: builtin/write-tree.c:1519163msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"19164msgstr ""1916519166#: builtin/write-tree.c:2819167msgid "<prefix>/"19168msgstr ""1916919170#: builtin/write-tree.c:2919171msgid "write tree object for a subdirectory <prefix>"19172msgstr ""1917319174#: builtin/write-tree.c:3119175msgid "only useful for debugging"19176msgstr ""1917719178#: credential-cache--daemon.c:22319179#, c-format19180msgid ""19181"The permissions on your socket directory are too loose; other\n"19182"users may be able to read your cached credentials. Consider running:\n"19183"\n"19184"\tchmod 0700 %s"19185msgstr ""1918619187#: credential-cache--daemon.c:27219188msgid "print debugging messages to stderr"19189msgstr ""1919019191#: t/helper/test-reach.c:15219192#, c-format19193msgid "commit %s is not marked reachable"19194msgstr ""1919519196#: t/helper/test-reach.c:16219197msgid "too many commits marked reachable"19198msgstr ""1919919200#: t/helper/test-serve-v2.c:719201msgid "test-tool serve-v2 [<options>]"19202msgstr ""1920319204#: t/helper/test-serve-v2.c:1919205msgid "exit immediately after advertising capabilities"19206msgstr ""1920719208#: git.c:2719209msgid ""19210"git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"19211" [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"19212" [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"19213"bare]\n"19214" [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"19215" <command> [<args>]"19216msgstr ""1921719218#: git.c:3419219msgid ""19220"'git help -a' and 'git help -g' list available subcommands and some\n"19221"concept guides. See 'git help <command>' or 'git help <concept>'\n"19222"to read about a specific subcommand or concept."19223msgstr ""1922419225#: git.c:18519226#, c-format19227msgid "no directory given for --git-dir\n"19228msgstr ""1922919230#: git.c:19919231#, c-format19232msgid "no namespace given for --namespace\n"19233msgstr ""1923419235#: git.c:21319236#, c-format19237msgid "no directory given for --work-tree\n"19238msgstr ""1923919240#: git.c:22719241#, c-format19242msgid "no prefix given for --super-prefix\n"19243msgstr ""1924419245#: git.c:24919246#, c-format19247msgid "-c expects a configuration string\n"19248msgstr ""1924919250#: git.c:28719251#, c-format19252msgid "no directory given for -C\n"19253msgstr ""1925419255#: git.c:31319256#, c-format19257msgid "unknown option: %s\n"19258msgstr ""1925919260#: git.c:35919261#, c-format19262msgid "while expanding alias '%s': '%s'"19263msgstr ""1926419265#: git.c:36819266#, c-format19267msgid ""19268"alias '%s' changes environment variables.\n"19269"You can use '!git' in the alias to do this"19270msgstr ""1927119272#: git.c:37619273#, c-format19274msgid "empty alias for %s"19275msgstr ""1927619277#: git.c:37919278#, c-format19279msgid "recursive alias: %s"19280msgstr ""1928119282#: git.c:45919283msgid "write failure on standard output"19284msgstr ""1928519286#: git.c:46119287msgid "unknown write failure on standard output"19288msgstr ""1928919290#: git.c:46319291msgid "close failed on standard output"19292msgstr ""1929319294#: git.c:79719295#, c-format19296msgid "alias loop detected: expansion of '%s' does not terminate:%s"19297msgstr ""1929819299#: git.c:84719300#, c-format19301msgid "cannot handle %s as a builtin"19302msgstr ""1930319304#: git.c:86019305#, c-format19306msgid ""19307"usage: %s\n"19308"\n"19309msgstr ""1931019311#: git.c:88019312#, c-format19313msgid "expansion of alias '%s' failed; '%s' is not a git command\n"19314msgstr ""1931519316#: git.c:89219317#, c-format19318msgid "failed to run command '%s': %s\n"19319msgstr ""1932019321#: http.c:37819322#, c-format19323msgid "negative value for http.postbuffer; defaulting to %d"19324msgstr ""1932519326#: http.c:39919327msgid "Delegation control is not supported with cURL < 7.22.0"19328msgstr ""1932919330#: http.c:40819331msgid "Public key pinning not supported with cURL < 7.44.0"19332msgstr ""1933319334#: http.c:87619335msgid "CURLSSLOPT_NO_REVOKE not supported with cURL < 7.44.0"19336msgstr ""1933719338#: http.c:94919339msgid "Protocol restrictions not supported with cURL < 7.19.4"19340msgstr ""1934119342#: http.c:108519343#, c-format19344msgid "Unsupported SSL backend '%s'. Supported SSL backends:"19345msgstr ""1934619347#: http.c:109219348#, c-format19349msgid "Could not set SSL backend to '%s': cURL was built without SSL backends"19350msgstr ""1935119352#: http.c:109619353#, c-format19354msgid "Could not set SSL backend to '%s': already set"19355msgstr ""1935619357#: http.c:196519358#, c-format19359msgid ""19360"unable to update url base from redirection:\n"19361" asked for: %s\n"19362" redirect: %s"19363msgstr ""1936419365#: remote-curl.c:15719366#, c-format19367msgid "invalid quoting in push-option value: '%s'"19368msgstr ""1936919370#: remote-curl.c:25419371#, c-format19372msgid "%sinfo/refs not valid: is this a git repository?"19373msgstr ""1937419375#: remote-curl.c:35519376msgid "invalid server response; expected service, got flush packet"19377msgstr ""1937819379#: remote-curl.c:38619380#, c-format19381msgid "invalid server response; got '%s'"19382msgstr ""1938319384#: remote-curl.c:44619385#, c-format19386msgid "repository '%s' not found"19387msgstr ""1938819389#: remote-curl.c:45019390#, c-format19391msgid "Authentication failed for '%s'"19392msgstr ""1939319394#: remote-curl.c:45419395#, c-format19396msgid "unable to access '%s': %s"19397msgstr ""1939819399#: remote-curl.c:46019400#, c-format19401msgid "redirecting to %s"19402msgstr ""1940319404#: remote-curl.c:58419405msgid "shouldn't have EOF when not gentle on EOF"19406msgstr ""1940719408#: remote-curl.c:66419409msgid "unable to rewind rpc post data - try increasing http.postBuffer"19410msgstr ""1941119412#: remote-curl.c:72419413#, c-format19414msgid "RPC failed; %s"19415msgstr ""1941619417#: remote-curl.c:76419418msgid "cannot handle pushes this big"19419msgstr ""1942019421#: remote-curl.c:87919422#, c-format19423msgid "cannot deflate request; zlib deflate error %d"19424msgstr ""1942519426#: remote-curl.c:88319427#, c-format19428msgid "cannot deflate request; zlib end error %d"19429msgstr ""1943019431#: remote-curl.c:101419432msgid "dumb http transport does not support shallow capabilities"19433msgstr ""1943419435#: remote-curl.c:102819436msgid "fetch failed."19437msgstr ""1943819439#: remote-curl.c:107619440msgid "cannot fetch by sha1 over smart http"19441msgstr ""1944219443#: remote-curl.c:1120 remote-curl.c:112619444#, c-format19445msgid "protocol error: expected sha/ref, got '%s'"19446msgstr ""1944719448#: remote-curl.c:1138 remote-curl.c:125219449#, c-format19450msgid "http transport does not support %s"19451msgstr ""1945219453#: remote-curl.c:117419454msgid "git-http-push failed"19455msgstr ""1945619457#: remote-curl.c:136019458msgid "remote-curl: usage: git remote-curl <remote> [<url>]"19459msgstr ""1946019461#: remote-curl.c:139219462msgid "remote-curl: error reading command stream from git"19463msgstr ""1946419465#: remote-curl.c:139919466msgid "remote-curl: fetch attempted without a local repo"19467msgstr ""1946819469#: remote-curl.c:143919470#, c-format19471msgid "remote-curl: unknown command '%s' from git"19472msgstr ""1947319474#: list-objects-filter-options.h:6119475msgid "args"19476msgstr ""1947719478#: list-objects-filter-options.h:6219479msgid "object filtering"19480msgstr ""1948119482#: parse-options.h:17019483msgid "expiry-date"19484msgstr ""1948519486#: parse-options.h:18419487msgid "no-op (backward compatibility)"19488msgstr ""1948919490#: parse-options.h:30419491msgid "be more verbose"19492msgstr ""1949319494#: parse-options.h:30619495msgid "be more quiet"19496msgstr ""1949719498#: parse-options.h:31219499msgid "use <n> digits to display SHA-1s"19500msgstr ""1950119502#: parse-options.h:33119503msgid "how to strip spaces and #comments from message"19504msgstr ""1950519506#: ref-filter.h:10119507msgid "key"19508msgstr ""1950919510#: ref-filter.h:10119511msgid "field name to sort on"19512msgstr ""1951319514#: rerere.h:4419515msgid "update the index with reused conflict resolution if possible"19516msgstr ""1951719518#: command-list.h:5019519msgid "Add file contents to the index"19520msgstr ""1952119522#: command-list.h:5119523msgid "Apply a series of patches from a mailbox"19524msgstr ""1952519526#: command-list.h:5219527msgid "Annotate file lines with commit information"19528msgstr ""1952919530#: command-list.h:5319531msgid "Apply a patch to files and/or to the index"19532msgstr ""1953319534#: command-list.h:5419535msgid "Import a GNU Arch repository into Git"19536msgstr ""1953719538#: command-list.h:5519539msgid "Create an archive of files from a named tree"19540msgstr ""1954119542#: command-list.h:5619543msgid "Use binary search to find the commit that introduced a bug"19544msgstr ""1954519546#: command-list.h:5719547msgid "Show what revision and author last modified each line of a file"19548msgstr ""1954919550#: command-list.h:5819551msgid "List, create, or delete branches"19552msgstr ""1955319554#: command-list.h:5919555msgid "Move objects and refs by archive"19556msgstr ""1955719558#: command-list.h:6019559msgid "Provide content or type and size information for repository objects"19560msgstr ""1956119562#: command-list.h:6119563msgid "Display gitattributes information"19564msgstr ""1956519566#: command-list.h:6219567msgid "Debug gitignore / exclude files"19568msgstr ""1956919570#: command-list.h:6319571msgid "Show canonical names and email addresses of contacts"19572msgstr ""1957319574#: command-list.h:6419575msgid "Switch branches or restore working tree files"19576msgstr ""1957719578#: command-list.h:6519579msgid "Copy files from the index to the working tree"19580msgstr ""1958119582#: command-list.h:6619583msgid "Ensures that a reference name is well formed"19584msgstr ""1958519586#: command-list.h:6719587msgid "Find commits yet to be applied to upstream"19588msgstr ""1958919590#: command-list.h:6819591msgid "Apply the changes introduced by some existing commits"19592msgstr ""1959319594#: command-list.h:6919595msgid "Graphical alternative to git-commit"19596msgstr ""1959719598#: command-list.h:7019599msgid "Remove untracked files from the working tree"19600msgstr ""1960119602#: command-list.h:7119603msgid "Clone a repository into a new directory"19604msgstr ""1960519606#: command-list.h:7219607msgid "Display data in columns"19608msgstr ""1960919610#: command-list.h:7319611msgid "Record changes to the repository"19612msgstr ""1961319614#: command-list.h:7419615msgid "Write and verify Git commit-graph files"19616msgstr ""1961719618#: command-list.h:7519619msgid "Create a new commit object"19620msgstr ""1962119622#: command-list.h:7619623msgid "Get and set repository or global options"19624msgstr ""1962519626#: command-list.h:7719627msgid "Count unpacked number of objects and their disk consumption"19628msgstr ""1962919630#: command-list.h:7819631msgid "Retrieve and store user credentials"19632msgstr ""1963319634#: command-list.h:7919635msgid "Helper to temporarily store passwords in memory"19636msgstr ""1963719638#: command-list.h:8019639msgid "Helper to store credentials on disk"19640msgstr ""1964119642#: command-list.h:8119643msgid "Export a single commit to a CVS checkout"19644msgstr ""1964519646#: command-list.h:8219647msgid "Salvage your data out of another SCM people love to hate"19648msgstr ""1964919650#: command-list.h:8319651msgid "A CVS server emulator for Git"19652msgstr ""1965319654#: command-list.h:8419655msgid "A really simple server for Git repositories"19656msgstr ""1965719658#: command-list.h:8519659msgid "Give an object a human readable name based on an available ref"19660msgstr ""1966119662#: command-list.h:8619663msgid "Show changes between commits, commit and working tree, etc"19664msgstr ""1966519666#: command-list.h:8719667msgid "Compares files in the working tree and the index"19668msgstr ""1966919670#: command-list.h:8819671msgid "Compare a tree to the working tree or index"19672msgstr ""1967319674#: command-list.h:8919675msgid "Compares the content and mode of blobs found via two tree objects"19676msgstr ""1967719678#: command-list.h:9019679msgid "Show changes using common diff tools"19680msgstr ""1968119682#: command-list.h:9119683msgid "Git data exporter"19684msgstr ""1968519686#: command-list.h:9219687msgid "Backend for fast Git data importers"19688msgstr ""1968919690#: command-list.h:9319691msgid "Download objects and refs from another repository"19692msgstr ""1969319694#: command-list.h:9419695msgid "Receive missing objects from another repository"19696msgstr ""1969719698#: command-list.h:9519699msgid "Rewrite branches"19700msgstr ""1970119702#: command-list.h:9619703msgid "Produce a merge commit message"19704msgstr ""1970519706#: command-list.h:9719707msgid "Output information on each ref"19708msgstr ""1970919710#: command-list.h:9819711msgid "Prepare patches for e-mail submission"19712msgstr ""1971319714#: command-list.h:9919715msgid "Verifies the connectivity and validity of the objects in the database"19716msgstr ""1971719718#: command-list.h:10019719msgid "Cleanup unnecessary files and optimize the local repository"19720msgstr ""1972119722#: command-list.h:10119723msgid "Extract commit ID from an archive created using git-archive"19724msgstr ""1972519726#: command-list.h:10219727msgid "Print lines matching a pattern"19728msgstr ""1972919730#: command-list.h:10319731msgid "A portable graphical interface to Git"19732msgstr ""1973319734#: command-list.h:10419735msgid "Compute object ID and optionally creates a blob from a file"19736msgstr ""1973719738#: command-list.h:10519739msgid "Display help information about Git"19740msgstr ""1974119742#: command-list.h:10619743msgid "Server side implementation of Git over HTTP"19744msgstr ""1974519746#: command-list.h:10719747msgid "Download from a remote Git repository via HTTP"19748msgstr ""1974919750#: command-list.h:10819751msgid "Push objects over HTTP/DAV to another repository"19752msgstr ""1975319754#: command-list.h:10919755msgid "Send a collection of patches from stdin to an IMAP folder"19756msgstr ""1975719758#: command-list.h:11019759msgid "Build pack index file for an existing packed archive"19760msgstr ""1976119762#: command-list.h:11119763msgid "Create an empty Git repository or reinitialize an existing one"19764msgstr ""1976519766#: command-list.h:11219767msgid "Instantly browse your working repository in gitweb"19768msgstr ""1976919770#: command-list.h:11319771msgid "Add or parse structured information in commit messages"19772msgstr ""1977319774#: command-list.h:11419775msgid "The Git repository browser"19776msgstr ""1977719778#: command-list.h:11519779msgid "Show commit logs"19780msgstr ""1978119782#: command-list.h:11619783msgid "Show information about files in the index and the working tree"19784msgstr ""1978519786#: command-list.h:11719787msgid "List references in a remote repository"19788msgstr ""1978919790#: command-list.h:11819791msgid "List the contents of a tree object"19792msgstr ""1979319794#: command-list.h:11919795msgid "Extracts patch and authorship from a single e-mail message"19796msgstr ""1979719798#: command-list.h:12019799msgid "Simple UNIX mbox splitter program"19800msgstr ""1980119802#: command-list.h:12119803msgid "Join two or more development histories together"19804msgstr ""1980519806#: command-list.h:12219807msgid "Find as good common ancestors as possible for a merge"19808msgstr ""1980919810#: command-list.h:12319811msgid "Run a three-way file merge"19812msgstr ""1981319814#: command-list.h:12419815msgid "Run a merge for files needing merging"19816msgstr ""1981719818#: command-list.h:12519819msgid "The standard helper program to use with git-merge-index"19820msgstr ""1982119822#: command-list.h:12619823msgid "Run merge conflict resolution tools to resolve merge conflicts"19824msgstr ""1982519826#: command-list.h:12719827msgid "Show three-way merge without touching index"19828msgstr ""1982919830#: command-list.h:12819831msgid "Write and verify multi-pack-indexes"19832msgstr ""1983319834#: command-list.h:12919835msgid "Creates a tag object"19836msgstr ""1983719838#: command-list.h:13019839msgid "Build a tree-object from ls-tree formatted text"19840msgstr ""1984119842#: command-list.h:13119843msgid "Move or rename a file, a directory, or a symlink"19844msgstr ""1984519846#: command-list.h:13219847msgid "Find symbolic names for given revs"19848msgstr ""1984919850#: command-list.h:13319851msgid "Add or inspect object notes"19852msgstr ""1985319854#: command-list.h:13419855msgid "Import from and submit to Perforce repositories"19856msgstr ""1985719858#: command-list.h:13519859msgid "Create a packed archive of objects"19860msgstr ""1986119862#: command-list.h:13619863msgid "Find redundant pack files"19864msgstr ""1986519866#: command-list.h:13719867msgid "Pack heads and tags for efficient repository access"19868msgstr ""1986919870#: command-list.h:13819871msgid "Routines to help parsing remote repository access parameters"19872msgstr ""1987319874#: command-list.h:13919875msgid "Compute unique ID for a patch"19876msgstr ""1987719878#: command-list.h:14019879msgid "Prune all unreachable objects from the object database"19880msgstr ""1988119882#: command-list.h:14119883msgid "Remove extra objects that are already in pack files"19884msgstr ""1988519886#: command-list.h:14219887msgid "Fetch from and integrate with another repository or a local branch"19888msgstr ""1988919890#: command-list.h:14319891msgid "Update remote refs along with associated objects"19892msgstr ""1989319894#: command-list.h:14419895msgid "Applies a quilt patchset onto the current branch"19896msgstr ""1989719898#: command-list.h:14519899msgid "Compare two commit ranges (e.g. two versions of a branch)"19900msgstr ""1990119902#: command-list.h:14619903msgid "Reads tree information into the index"19904msgstr ""1990519906#: command-list.h:14719907msgid "Reapply commits on top of another base tip"19908msgstr ""1990919910#: command-list.h:14819911msgid "Receive what is pushed into the repository"19912msgstr ""1991319914#: command-list.h:14919915msgid "Manage reflog information"19916msgstr ""1991719918#: command-list.h:15019919msgid "Manage set of tracked repositories"19920msgstr ""1992119922#: command-list.h:15119923msgid "Pack unpacked objects in a repository"19924msgstr ""1992519926#: command-list.h:15219927msgid "Create, list, delete refs to replace objects"19928msgstr ""1992919930#: command-list.h:15319931msgid "Generates a summary of pending changes"19932msgstr ""1993319934#: command-list.h:15419935msgid "Reuse recorded resolution of conflicted merges"19936msgstr ""1993719938#: command-list.h:15519939msgid "Reset current HEAD to the specified state"19940msgstr ""1994119942#: command-list.h:15619943msgid "Revert some existing commits"19944msgstr ""1994519946#: command-list.h:15719947msgid "Lists commit objects in reverse chronological order"19948msgstr ""1994919950#: command-list.h:15819951msgid "Pick out and massage parameters"19952msgstr ""1995319954#: command-list.h:15919955msgid "Remove files from the working tree and from the index"19956msgstr ""1995719958#: command-list.h:16019959msgid "Send a collection of patches as emails"19960msgstr ""1996119962#: command-list.h:16119963msgid "Push objects over Git protocol to another repository"19964msgstr ""1996519966#: command-list.h:16219967msgid "Restricted login shell for Git-only SSH access"19968msgstr ""1996919970#: command-list.h:16319971msgid "Summarize 'git log' output"19972msgstr ""1997319974#: command-list.h:16419975msgid "Show various types of objects"19976msgstr ""1997719978#: command-list.h:16519979msgid "Show branches and their commits"19980msgstr ""1998119982#: command-list.h:16619983msgid "Show packed archive index"19984msgstr ""1998519986#: command-list.h:16719987msgid "List references in a local repository"19988msgstr ""1998919990#: command-list.h:16819991msgid "Git's i18n setup code for shell scripts"19992msgstr ""1999319994#: command-list.h:16919995msgid "Common Git shell script setup code"19996msgstr ""1999719998#: command-list.h:17019999msgid "Stash the changes in a dirty working directory away"20000msgstr ""2000120002#: command-list.h:17120003msgid "Add file contents to the staging area"20004msgstr ""2000520006#: command-list.h:17220007msgid "Show the working tree status"20008msgstr ""2000920010#: command-list.h:17320011msgid "Remove unnecessary whitespace"20012msgstr ""2001320014#: command-list.h:17420015msgid "Initialize, update or inspect submodules"20016msgstr ""2001720018#: command-list.h:17520019msgid "Bidirectional operation between a Subversion repository and Git"20020msgstr ""2002120022#: command-list.h:17620023msgid "Read, modify and delete symbolic refs"20024msgstr ""2002520026#: command-list.h:17720027msgid "Create, list, delete or verify a tag object signed with GPG"20028msgstr ""2002920030#: command-list.h:17820031msgid "Creates a temporary file with a blob's contents"20032msgstr ""2003320034#: command-list.h:17920035msgid "Unpack objects from a packed archive"20036msgstr ""2003720038#: command-list.h:18020039msgid "Register file contents in the working tree to the index"20040msgstr ""2004120042#: command-list.h:18120043msgid "Update the object name stored in a ref safely"20044msgstr ""2004520046#: command-list.h:18220047msgid "Update auxiliary info file to help dumb servers"20048msgstr ""2004920050#: command-list.h:18320051msgid "Send archive back to git-archive"20052msgstr ""2005320054#: command-list.h:18420055msgid "Send objects packed back to git-fetch-pack"20056msgstr ""2005720058#: command-list.h:18520059msgid "Show a Git logical variable"20060msgstr ""2006120062#: command-list.h:18620063msgid "Check the GPG signature of commits"20064msgstr ""2006520066#: command-list.h:18720067msgid "Validate packed Git archive files"20068msgstr ""2006920070#: command-list.h:18820071msgid "Check the GPG signature of tags"20072msgstr ""2007320074#: command-list.h:18920075msgid "Git web interface (web frontend to Git repositories)"20076msgstr ""2007720078#: command-list.h:19020079msgid "Show logs with difference each commit introduces"20080msgstr ""2008120082#: command-list.h:19120083msgid "Manage multiple working trees"20084msgstr ""2008520086#: command-list.h:19220087msgid "Create a tree object from the current index"20088msgstr ""2008920090#: command-list.h:19320091msgid "Defining attributes per path"20092msgstr ""2009320094#: command-list.h:19420095msgid "Git command-line interface and conventions"20096msgstr ""2009720098#: command-list.h:19520099msgid "A Git core tutorial for developers"20100msgstr ""2010120102#: command-list.h:19620103msgid "Git for CVS users"20104msgstr ""2010520106#: command-list.h:19720107msgid "Tweaking diff output"20108msgstr ""2010920110#: command-list.h:19820111msgid "A useful minimum set of commands for Everyday Git"20112msgstr ""2011320114#: command-list.h:19920115msgid "A Git Glossary"20116msgstr ""2011720118#: command-list.h:20020119msgid "Hooks used by Git"20120msgstr ""2012120122#: command-list.h:20120123msgid "Specifies intentionally untracked files to ignore"20124msgstr ""2012520126#: command-list.h:20220127msgid "Defining submodule properties"20128msgstr ""2012920130#: command-list.h:20320131msgid "Git namespaces"20132msgstr ""2013320134#: command-list.h:20420135msgid "Git Repository Layout"20136msgstr ""2013720138#: command-list.h:20520139msgid "Specifying revisions and ranges for Git"20140msgstr ""2014120142#: command-list.h:20620143msgid "A tutorial introduction to Git: part two"20144msgstr ""2014520146#: command-list.h:20720147msgid "A tutorial introduction to Git"20148msgstr ""2014920150#: command-list.h:20820151msgid "An overview of recommended workflows with Git"20152msgstr ""2015320154#: git-bisect.sh:5420155msgid "You need to start by \"git bisect start\""20156msgstr ""2015720158#. TRANSLATORS: Make sure to include [Y] and [n] in your20159#. translation. The program will only accept English input20160#. at this point.20161#: git-bisect.sh:6020162msgid "Do you want me to do it for you [Y/n]? "20163msgstr ""2016420165#: git-bisect.sh:10120166#, sh-format20167msgid "Bad rev input: $arg"20168msgstr ""2016920170#: git-bisect.sh:12120171#, sh-format20172msgid "Bad rev input: $bisected_head"20173msgstr ""2017420175#: git-bisect.sh:13020176#, sh-format20177msgid "Bad rev input: $rev"20178msgstr ""2017920180#: git-bisect.sh:13920181#, sh-format20182msgid "'git bisect $TERM_BAD' can take only one argument."20183msgstr ""2018420185#: git-bisect.sh:20920186msgid "No logfile given"20187msgstr ""2018820189#: git-bisect.sh:21020190#, sh-format20191msgid "cannot read $file for replaying"20192msgstr ""2019320194#: git-bisect.sh:23220195msgid "?? what are you talking about?"20196msgstr ""2019720198#: git-bisect.sh:24120199msgid "bisect run failed: no command provided."20200msgstr ""2020120202#: git-bisect.sh:24620203#, sh-format20204msgid "running $command"20205msgstr ""2020620207#: git-bisect.sh:25320208#, sh-format20209msgid ""20210"bisect run failed:\n"20211"exit code $res from '$command' is < 0 or >= 128"20212msgstr ""2021320214#: git-bisect.sh:27920215msgid "bisect run cannot continue any more"20216msgstr ""2021720218#: git-bisect.sh:28520219#, sh-format20220msgid ""20221"bisect run failed:\n"20222"'bisect_state $state' exited with error code $res"20223msgstr ""2022420225#: git-bisect.sh:29220226msgid "bisect run success"20227msgstr ""2022820229#: git-bisect.sh:30020230msgid "We are not bisecting."20231msgstr ""2023220233#: git-merge-octopus.sh:4620234msgid ""20235"Error: Your local changes to the following files would be overwritten by "20236"merge"20237msgstr ""2023820239#: git-merge-octopus.sh:6120240msgid "Automated merge did not work."20241msgstr ""2024220243#: git-merge-octopus.sh:6220244msgid "Should not be doing an octopus."20245msgstr ""2024620247#: git-merge-octopus.sh:7320248#, sh-format20249msgid "Unable to find common commit with $pretty_name"20250msgstr ""2025120252#: git-merge-octopus.sh:7720253#, sh-format20254msgid "Already up to date with $pretty_name"20255msgstr ""2025620257#: git-merge-octopus.sh:8920258#, sh-format20259msgid "Fast-forwarding to: $pretty_name"20260msgstr ""2026120262#: git-merge-octopus.sh:9720263#, sh-format20264msgid "Trying simple merge with $pretty_name"20265msgstr ""2026620267#: git-merge-octopus.sh:10220268msgid "Simple merge did not work, trying automatic merge."20269msgstr ""2027020271#: git-legacy-stash.sh:22020272msgid "Cannot remove temporary index (can't happen)"20273msgstr ""2027420275#: git-legacy-stash.sh:27120276#, sh-format20277msgid "Cannot update $ref_stash with $w_commit"20278msgstr ""2027920280#: git-legacy-stash.sh:32320281#, sh-format20282msgid "error: unknown option for 'stash push': $option"20283msgstr ""2028420285#: git-legacy-stash.sh:35520286#, sh-format20287msgid "Saved working directory and index state $stash_msg"20288msgstr ""2028920290#: git-legacy-stash.sh:53520291#, sh-format20292msgid "unknown option: $opt"20293msgstr ""2029420295#: git-legacy-stash.sh:55520296#, sh-format20297msgid "Too many revisions specified: $REV"20298msgstr ""2029920300#: git-legacy-stash.sh:57020301#, sh-format20302msgid "$reference is not a valid reference"20303msgstr ""2030420305#: git-legacy-stash.sh:59820306#, sh-format20307msgid "'$args' is not a stash-like commit"20308msgstr ""2030920310#: git-legacy-stash.sh:60920311#, sh-format20312msgid "'$args' is not a stash reference"20313msgstr ""2031420315#: git-legacy-stash.sh:61720316msgid "unable to refresh index"20317msgstr ""2031820319#: git-legacy-stash.sh:62120320msgid "Cannot apply a stash in the middle of a merge"20321msgstr ""2032220323#: git-legacy-stash.sh:62920324msgid "Conflicts in index. Try without --index."20325msgstr ""2032620327#: git-legacy-stash.sh:63120328msgid "Could not save index tree"20329msgstr ""2033020331#: git-legacy-stash.sh:64020332msgid "Could not restore untracked files from stash entry"20333msgstr ""2033420335#: git-legacy-stash.sh:66520336msgid "Cannot unstage modified files"20337msgstr ""2033820339#: git-legacy-stash.sh:70320340#, sh-format20341msgid "Dropped ${REV} ($s)"20342msgstr ""2034320344#: git-legacy-stash.sh:70420345#, sh-format20346msgid "${REV}: Could not drop stash entry"20347msgstr ""2034820349#: git-legacy-stash.sh:79120350msgid "(To restore them type \"git stash apply\")"20351msgstr ""2035220353#: git-submodule.sh:20020354msgid "Relative path can only be used from the toplevel of the working tree"20355msgstr ""2035620357#: git-submodule.sh:21020358#, sh-format20359msgid "repo URL: '$repo' must be absolute or begin with ./|../"20360msgstr ""2036120362#: git-submodule.sh:22920363#, sh-format20364msgid "'$sm_path' already exists in the index"20365msgstr ""2036620367#: git-submodule.sh:23220368#, sh-format20369msgid "'$sm_path' already exists in the index and is not a submodule"20370msgstr ""2037120372#: git-submodule.sh:23920373#, sh-format20374msgid "'$sm_path' does not have a commit checked out"20375msgstr ""2037620377#: git-submodule.sh:24520378#, sh-format20379msgid ""20380"The following path is ignored by one of your .gitignore files:\n"20381"$sm_path\n"20382"Use -f if you really want to add it."20383msgstr ""2038420385#: git-submodule.sh:26820386#, sh-format20387msgid "Adding existing repo at '$sm_path' to the index"20388msgstr ""2038920390#: git-submodule.sh:27020391#, sh-format20392msgid "'$sm_path' already exists and is not a valid git repo"20393msgstr ""2039420395#: git-submodule.sh:27820396#, sh-format20397msgid "A git directory for '$sm_name' is found locally with remote(s):"20398msgstr ""2039920400#: git-submodule.sh:28020401#, sh-format20402msgid ""20403"If you want to reuse this local git directory instead of cloning again from\n"20404" $realrepo\n"20405"use the '--force' option. If the local git directory is not the correct "20406"repo\n"20407"or you are unsure what this means choose another name with the '--name' "20408"option."20409msgstr ""2041020411#: git-submodule.sh:28620412#, sh-format20413msgid "Reactivating local git directory for submodule '$sm_name'."20414msgstr ""2041520416#: git-submodule.sh:29820417#, sh-format20418msgid "Unable to checkout submodule '$sm_path'"20419msgstr ""2042020421#: git-submodule.sh:30320422#, sh-format20423msgid "Failed to add submodule '$sm_path'"20424msgstr ""2042520426#: git-submodule.sh:31220427#, sh-format20428msgid "Failed to register submodule '$sm_path'"20429msgstr ""2043020431#: git-submodule.sh:57320432#, sh-format20433msgid "Unable to find current revision in submodule path '$displaypath'"20434msgstr ""2043520436#: git-submodule.sh:58320437#, sh-format20438msgid "Unable to fetch in submodule path '$sm_path'"20439msgstr ""2044020441#: git-submodule.sh:58820442#, sh-format20443msgid ""20444"Unable to find current ${remote_name}/${branch} revision in submodule path "20445"'$sm_path'"20446msgstr ""2044720448#: git-submodule.sh:60620449#, sh-format20450msgid ""20451"Unable to fetch in submodule path '$displaypath'; trying to directly fetch "20452"$sha1:"20453msgstr ""2045420455#: git-submodule.sh:61220456#, sh-format20457msgid ""20458"Fetched in submodule path '$displaypath', but it did not contain $sha1. "20459"Direct fetching of that commit failed."20460msgstr ""2046120462#: git-submodule.sh:61920463#, sh-format20464msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"20465msgstr ""2046620467#: git-submodule.sh:62020468#, sh-format20469msgid "Submodule path '$displaypath': checked out '$sha1'"20470msgstr ""2047120472#: git-submodule.sh:62420473#, sh-format20474msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"20475msgstr ""2047620477#: git-submodule.sh:62520478#, sh-format20479msgid "Submodule path '$displaypath': rebased into '$sha1'"20480msgstr ""2048120482#: git-submodule.sh:63020483#, sh-format20484msgid "Unable to merge '$sha1' in submodule path '$displaypath'"20485msgstr ""2048620487#: git-submodule.sh:63120488#, sh-format20489msgid "Submodule path '$displaypath': merged in '$sha1'"20490msgstr ""2049120492#: git-submodule.sh:63620493#, sh-format20494msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"20495msgstr ""2049620497#: git-submodule.sh:63720498#, sh-format20499msgid "Submodule path '$displaypath': '$command $sha1'"20500msgstr ""2050120502#: git-submodule.sh:66820503#, sh-format20504msgid "Failed to recurse into submodule path '$displaypath'"20505msgstr ""2050620507#: git-submodule.sh:83020508msgid "The --cached option cannot be used with the --files option"20509msgstr ""2051020511#: git-submodule.sh:88220512#, sh-format20513msgid "unexpected mode $mod_dst"20514msgstr ""2051520516#: git-submodule.sh:90220517#, sh-format20518msgid " Warn: $display_name doesn't contain commit $sha1_src"20519msgstr ""2052020521#: git-submodule.sh:90520522#, sh-format20523msgid " Warn: $display_name doesn't contain commit $sha1_dst"20524msgstr ""2052520526#: git-submodule.sh:90820527#, sh-format20528msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"20529msgstr ""2053020531#: git-parse-remote.sh:8920532#, sh-format20533msgid "See git-${cmd}(1) for details."20534msgstr ""2053520536#: git-rebase--preserve-merges.sh:13620537#, sh-format20538msgid "Rebasing ($new_count/$total)"20539msgstr ""2054020541#: git-rebase--preserve-merges.sh:15220542msgid ""20543"\n"20544"Commands:\n"20545"p, pick <commit> = use commit\n"20546"r, reword <commit> = use commit, but edit the commit message\n"20547"e, edit <commit> = use commit, but stop for amending\n"20548"s, squash <commit> = use commit, but meld into previous commit\n"20549"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"20550"x, exec <commit> = run command (the rest of the line) using shell\n"20551"d, drop <commit> = remove commit\n"20552"l, label <label> = label current HEAD with a name\n"20553"t, reset <label> = reset HEAD to a label\n"20554"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"20555". create a merge commit using the original merge commit's\n"20556". message (or the oneline, if no original merge commit was\n"20557". specified). Use -c <commit> to reword the commit message.\n"20558"\n"20559"These lines can be re-ordered; they are executed from top to bottom.\n"20560msgstr ""2056120562#: git-rebase--preserve-merges.sh:21520563#, sh-format20564msgid ""20565"You can amend the commit now, with\n"20566"\n"20567"\tgit commit --amend $gpg_sign_opt_quoted\n"20568"\n"20569"Once you are satisfied with your changes, run\n"20570"\n"20571"\tgit rebase --continue"20572msgstr ""2057320574#: git-rebase--preserve-merges.sh:24020575#, sh-format20576msgid "$sha1: not a commit that can be picked"20577msgstr ""2057820579#: git-rebase--preserve-merges.sh:27920580#, sh-format20581msgid "Invalid commit name: $sha1"20582msgstr ""2058320584#: git-rebase--preserve-merges.sh:30920585msgid "Cannot write current commit's replacement sha1"20586msgstr ""2058720588#: git-rebase--preserve-merges.sh:36020589#, sh-format20590msgid "Fast-forward to $sha1"20591msgstr ""2059220593#: git-rebase--preserve-merges.sh:36220594#, sh-format20595msgid "Cannot fast-forward to $sha1"20596msgstr ""2059720598#: git-rebase--preserve-merges.sh:37120599#, sh-format20600msgid "Cannot move HEAD to $first_parent"20601msgstr ""2060220603#: git-rebase--preserve-merges.sh:37620604#, sh-format20605msgid "Refusing to squash a merge: $sha1"20606msgstr ""2060720608#: git-rebase--preserve-merges.sh:39420609#, sh-format20610msgid "Error redoing merge $sha1"20611msgstr ""2061220613#: git-rebase--preserve-merges.sh:40320614#, sh-format20615msgid "Could not pick $sha1"20616msgstr ""2061720618#: git-rebase--preserve-merges.sh:41220619#, sh-format20620msgid "This is the commit message #${n}:"20621msgstr ""2062220623#: git-rebase--preserve-merges.sh:41720624#, sh-format20625msgid "The commit message #${n} will be skipped:"20626msgstr ""2062720628#: git-rebase--preserve-merges.sh:42820629#, sh-format20630msgid "This is a combination of $count commit."20631msgid_plural "This is a combination of $count commits."20632msgstr[0] ""20633msgstr[1] ""2063420635#: git-rebase--preserve-merges.sh:43720636#, sh-format20637msgid "Cannot write $fixup_msg"20638msgstr ""2063920640#: git-rebase--preserve-merges.sh:44020641msgid "This is a combination of 2 commits."20642msgstr ""2064320644#: git-rebase--preserve-merges.sh:481 git-rebase--preserve-merges.sh:52420645#: git-rebase--preserve-merges.sh:52720646#, sh-format20647msgid "Could not apply $sha1... $rest"20648msgstr ""2064920650#: git-rebase--preserve-merges.sh:55620651#, sh-format20652msgid ""20653"Could not amend commit after successfully picking $sha1... $rest\n"20654"This is most likely due to an empty commit message, or the pre-commit hook\n"20655"failed. If the pre-commit hook failed, you may need to resolve the issue "20656"before\n"20657"you are able to reword the commit."20658msgstr ""2065920660#: git-rebase--preserve-merges.sh:57120661#, sh-format20662msgid "Stopped at $sha1_abbrev... $rest"20663msgstr ""2066420665#: git-rebase--preserve-merges.sh:58620666#, sh-format20667msgid "Cannot '$squash_style' without a previous commit"20668msgstr ""2066920670#: git-rebase--preserve-merges.sh:62820671#, sh-format20672msgid "Executing: $rest"20673msgstr ""2067420675#: git-rebase--preserve-merges.sh:63620676#, sh-format20677msgid "Execution failed: $rest"20678msgstr ""2067920680#: git-rebase--preserve-merges.sh:63820681msgid "and made changes to the index and/or the working tree"20682msgstr ""2068320684#: git-rebase--preserve-merges.sh:64020685msgid ""20686"You can fix the problem, and then run\n"20687"\n"20688"\tgit rebase --continue"20689msgstr ""2069020691#. TRANSLATORS: after these lines is a command to be issued by the user20692#: git-rebase--preserve-merges.sh:65320693#, sh-format20694msgid ""20695"Execution succeeded: $rest\n"20696"but left changes to the index and/or the working tree\n"20697"Commit or stash your changes, and then run\n"20698"\n"20699"\tgit rebase --continue"20700msgstr ""2070120702#: git-rebase--preserve-merges.sh:66420703#, sh-format20704msgid "Unknown command: $command $sha1 $rest"20705msgstr ""2070620707#: git-rebase--preserve-merges.sh:66520708msgid "Please fix this using 'git rebase --edit-todo'."20709msgstr ""2071020711#: git-rebase--preserve-merges.sh:70020712#, sh-format20713msgid "Successfully rebased and updated $head_name."20714msgstr ""2071520716#: git-rebase--preserve-merges.sh:75720717msgid "Could not remove CHERRY_PICK_HEAD"20718msgstr ""2071920720#: git-rebase--preserve-merges.sh:76220721#, sh-format20722msgid ""20723"You have staged changes in your working tree.\n"20724"If these changes are meant to be\n"20725"squashed into the previous commit, run:\n"20726"\n"20727" git commit --amend $gpg_sign_opt_quoted\n"20728"\n"20729"If they are meant to go into a new commit, run:\n"20730"\n"20731" git commit $gpg_sign_opt_quoted\n"20732"\n"20733"In both cases, once you're done, continue with:\n"20734"\n"20735" git rebase --continue\n"20736msgstr ""2073720738#: git-rebase--preserve-merges.sh:77920739msgid "Error trying to find the author identity to amend commit"20740msgstr ""2074120742#: git-rebase--preserve-merges.sh:78420743msgid ""20744"You have uncommitted changes in your working tree. Please commit them\n"20745"first and then run 'git rebase --continue' again."20746msgstr ""2074720748#: git-rebase--preserve-merges.sh:789 git-rebase--preserve-merges.sh:79320749msgid "Could not commit staged changes."20750msgstr ""2075120752#: git-rebase--preserve-merges.sh:824 git-rebase--preserve-merges.sh:91020753msgid "Could not execute editor"20754msgstr ""2075520756#: git-rebase--preserve-merges.sh:84520757#, sh-format20758msgid "Could not checkout $switch_to"20759msgstr ""2076020761#: git-rebase--preserve-merges.sh:85220762msgid "No HEAD?"20763msgstr ""2076420765#: git-rebase--preserve-merges.sh:85320766#, sh-format20767msgid "Could not create temporary $state_dir"20768msgstr ""2076920770#: git-rebase--preserve-merges.sh:85620771msgid "Could not mark as interactive"20772msgstr ""2077320774#: git-rebase--preserve-merges.sh:88820775#, sh-format20776msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"20777msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"20778msgstr[0] ""20779msgstr[1] ""2078020781#: git-rebase--preserve-merges.sh:942 git-rebase--preserve-merges.sh:94720782msgid "Could not init rewritten commits"20783msgstr ""2078420785#: git-sh-setup.sh:89 git-sh-setup.sh:9420786#, sh-format20787msgid "usage: $dashless $USAGE"20788msgstr ""2078920790#: git-sh-setup.sh:19120791#, sh-format20792msgid "Cannot chdir to $cdup, the toplevel of the working tree"20793msgstr ""2079420795#: git-sh-setup.sh:200 git-sh-setup.sh:20720796#, sh-format20797msgid "fatal: $program_name cannot be used without a working tree."20798msgstr ""2079920800#: git-sh-setup.sh:22120801msgid "Cannot rebase: You have unstaged changes."20802msgstr ""2080320804#: git-sh-setup.sh:22420805msgid "Cannot rewrite branches: You have unstaged changes."20806msgstr ""2080720808#: git-sh-setup.sh:22720809msgid "Cannot pull with rebase: You have unstaged changes."20810msgstr ""2081120812#: git-sh-setup.sh:23020813#, sh-format20814msgid "Cannot $action: You have unstaged changes."20815msgstr ""2081620817#: git-sh-setup.sh:24320818msgid "Cannot rebase: Your index contains uncommitted changes."20819msgstr ""2082020821#: git-sh-setup.sh:24620822msgid "Cannot pull with rebase: Your index contains uncommitted changes."20823msgstr ""2082420825#: git-sh-setup.sh:24920826#, sh-format20827msgid "Cannot $action: Your index contains uncommitted changes."20828msgstr ""2082920830#: git-sh-setup.sh:25320831msgid "Additionally, your index contains uncommitted changes."20832msgstr ""2083320834#: git-sh-setup.sh:37320835msgid "You need to run this command from the toplevel of the working tree."20836msgstr ""2083720838#: git-sh-setup.sh:37820839msgid "Unable to determine absolute path of git directory"20840msgstr ""2084120842#. TRANSLATORS: you can adjust this to align "git add -i" status menu20843#: git-add--interactive.perl:19620844#, perl-format20845msgid "%12s %12s %s"20846msgstr ""2084720848#: git-add--interactive.perl:19720849msgid "staged"20850msgstr ""2085120852#: git-add--interactive.perl:19720853msgid "unstaged"20854msgstr ""2085520856#: git-add--interactive.perl:253 git-add--interactive.perl:27820857msgid "binary"20858msgstr ""2085920860#: git-add--interactive.perl:262 git-add--interactive.perl:31620861msgid "nothing"20862msgstr ""2086320864#: git-add--interactive.perl:298 git-add--interactive.perl:31320865msgid "unchanged"20866msgstr ""2086720868#: git-add--interactive.perl:60920869#, perl-format20870msgid "added %d path\n"20871msgid_plural "added %d paths\n"20872msgstr[0] ""20873msgstr[1] ""2087420875#: git-add--interactive.perl:61220876#, perl-format20877msgid "updated %d path\n"20878msgid_plural "updated %d paths\n"20879msgstr[0] ""20880msgstr[1] ""2088120882#: git-add--interactive.perl:61520883#, perl-format20884msgid "reverted %d path\n"20885msgid_plural "reverted %d paths\n"20886msgstr[0] ""20887msgstr[1] ""2088820889#: git-add--interactive.perl:61820890#, perl-format20891msgid "touched %d path\n"20892msgid_plural "touched %d paths\n"20893msgstr[0] ""20894msgstr[1] ""2089520896#: git-add--interactive.perl:62720897msgid "Update"20898msgstr ""2089920900#: git-add--interactive.perl:63920901msgid "Revert"20902msgstr ""2090320904#: git-add--interactive.perl:66220905#, perl-format20906msgid "note: %s is untracked now.\n"20907msgstr ""2090820909#: git-add--interactive.perl:67320910msgid "Add untracked"20911msgstr ""2091220913#: git-add--interactive.perl:67920914msgid "No untracked files.\n"20915msgstr ""2091620917#: git-add--interactive.perl:103320918msgid ""20919"If the patch applies cleanly, the edited hunk will immediately be\n"20920"marked for staging."20921msgstr ""2092220923#: git-add--interactive.perl:103620924msgid ""20925"If the patch applies cleanly, the edited hunk will immediately be\n"20926"marked for stashing."20927msgstr ""2092820929#: git-add--interactive.perl:103920930msgid ""20931"If the patch applies cleanly, the edited hunk will immediately be\n"20932"marked for unstaging."20933msgstr ""2093420935#: git-add--interactive.perl:1042 git-add--interactive.perl:105120936msgid ""20937"If the patch applies cleanly, the edited hunk will immediately be\n"20938"marked for applying."20939msgstr ""2094020941#: git-add--interactive.perl:1045 git-add--interactive.perl:104820942msgid ""20943"If the patch applies cleanly, the edited hunk will immediately be\n"20944"marked for discarding."20945msgstr ""2094620947#: git-add--interactive.perl:108520948#, perl-format20949msgid "failed to open hunk edit file for writing: %s"20950msgstr ""2095120952#: git-add--interactive.perl:108620953msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"20954msgstr ""2095520956#: git-add--interactive.perl:109220957#, perl-format20958msgid ""20959"---\n"20960"To remove '%s' lines, make them ' ' lines (context).\n"20961"To remove '%s' lines, delete them.\n"20962"Lines starting with %s will be removed.\n"20963msgstr ""2096420965#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.20966#: git-add--interactive.perl:110020967msgid ""20968"If it does not apply cleanly, you will be given an opportunity to\n"20969"edit again. If all lines of the hunk are removed, then the edit is\n"20970"aborted and the hunk is left unchanged.\n"20971msgstr ""2097220973#: git-add--interactive.perl:111420974#, perl-format20975msgid "failed to open hunk edit file for reading: %s"20976msgstr ""2097720978#. TRANSLATORS: do not translate [y/n]20979#. The program will only accept that input20980#. at this point.20981#. Consider translating (saying "no" discards!) as20982#. (saying "n" for "no" discards!) if the translation20983#. of the word "no" does not start with n.20984#: git-add--interactive.perl:121320985msgid ""20986"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "20987msgstr ""2098820989#: git-add--interactive.perl:122220990msgid ""20991"y - stage this hunk\n"20992"n - do not stage this hunk\n"20993"q - quit; do not stage this hunk or any of the remaining ones\n"20994"a - stage this hunk and all later hunks in the file\n"20995"d - do not stage this hunk or any of the later hunks in the file"20996msgstr ""2099720998#: git-add--interactive.perl:122820999msgid ""21000"y - stash this hunk\n"21001"n - do not stash this hunk\n"21002"q - quit; do not stash this hunk or any of the remaining ones\n"21003"a - stash this hunk and all later hunks in the file\n"21004"d - do not stash this hunk or any of the later hunks in the file"21005msgstr ""2100621007#: git-add--interactive.perl:123421008msgid ""21009"y - unstage this hunk\n"21010"n - do not unstage this hunk\n"21011"q - quit; do not unstage this hunk or any of the remaining ones\n"21012"a - unstage this hunk and all later hunks in the file\n"21013"d - do not unstage this hunk or any of the later hunks in the file"21014msgstr ""2101521016#: git-add--interactive.perl:124021017msgid ""21018"y - apply this hunk to index\n"21019"n - do not apply this hunk to index\n"21020"q - quit; do not apply this hunk or any of the remaining ones\n"21021"a - apply this hunk and all later hunks in the file\n"21022"d - do not apply this hunk or any of the later hunks in the file"21023msgstr ""2102421025#: git-add--interactive.perl:124621026msgid ""21027"y - discard this hunk from worktree\n"21028"n - do not discard this hunk from worktree\n"21029"q - quit; do not discard this hunk or any of the remaining ones\n"21030"a - discard this hunk and all later hunks in the file\n"21031"d - do not discard this hunk or any of the later hunks in the file"21032msgstr ""2103321034#: git-add--interactive.perl:125221035msgid ""21036"y - discard this hunk from index and worktree\n"21037"n - do not discard this hunk from index and worktree\n"21038"q - quit; do not discard this hunk or any of the remaining ones\n"21039"a - discard this hunk and all later hunks in the file\n"21040"d - do not discard this hunk or any of the later hunks in the file"21041msgstr ""2104221043#: git-add--interactive.perl:125821044msgid ""21045"y - apply this hunk to index and worktree\n"21046"n - do not apply this hunk to index and worktree\n"21047"q - quit; do not apply this hunk or any of the remaining ones\n"21048"a - apply this hunk and all later hunks in the file\n"21049"d - do not apply this hunk or any of the later hunks in the file"21050msgstr ""2105121052#: git-add--interactive.perl:127321053msgid ""21054"g - select a hunk to go to\n"21055"/ - search for a hunk matching the given regex\n"21056"j - leave this hunk undecided, see next undecided hunk\n"21057"J - leave this hunk undecided, see next hunk\n"21058"k - leave this hunk undecided, see previous undecided hunk\n"21059"K - leave this hunk undecided, see previous hunk\n"21060"s - split the current hunk into smaller hunks\n"21061"e - manually edit the current hunk\n"21062"? - print help\n"21063msgstr ""2106421065#: git-add--interactive.perl:130421066msgid "The selected hunks do not apply to the index!\n"21067msgstr ""2106821069#: git-add--interactive.perl:130521070msgid "Apply them to the worktree anyway? "21071msgstr ""2107221073#: git-add--interactive.perl:130821074msgid "Nothing was applied.\n"21075msgstr ""2107621077#: git-add--interactive.perl:131921078#, perl-format21079msgid "ignoring unmerged: %s\n"21080msgstr ""2108121082#: git-add--interactive.perl:132821083msgid "Only binary files changed.\n"21084msgstr ""2108521086#: git-add--interactive.perl:133021087msgid "No changes.\n"21088msgstr ""2108921090#: git-add--interactive.perl:133821091msgid "Patch update"21092msgstr ""2109321094#: git-add--interactive.perl:139021095#, perl-format21096msgid "Stage mode change [y,n,q,a,d%s,?]? "21097msgstr ""2109821099#: git-add--interactive.perl:139121100#, perl-format21101msgid "Stage deletion [y,n,q,a,d%s,?]? "21102msgstr ""2110321104#: git-add--interactive.perl:139221105#, perl-format21106msgid "Stage this hunk [y,n,q,a,d%s,?]? "21107msgstr ""2110821109#: git-add--interactive.perl:139521110#, perl-format21111msgid "Stash mode change [y,n,q,a,d%s,?]? "21112msgstr ""2111321114#: git-add--interactive.perl:139621115#, perl-format21116msgid "Stash deletion [y,n,q,a,d%s,?]? "21117msgstr ""2111821119#: git-add--interactive.perl:139721120#, perl-format21121msgid "Stash this hunk [y,n,q,a,d%s,?]? "21122msgstr ""2112321124#: git-add--interactive.perl:140021125#, perl-format21126msgid "Unstage mode change [y,n,q,a,d%s,?]? "21127msgstr ""2112821129#: git-add--interactive.perl:140121130#, perl-format21131msgid "Unstage deletion [y,n,q,a,d%s,?]? "21132msgstr ""2113321134#: git-add--interactive.perl:140221135#, perl-format21136msgid "Unstage this hunk [y,n,q,a,d%s,?]? "21137msgstr ""2113821139#: git-add--interactive.perl:140521140#, perl-format21141msgid "Apply mode change to index [y,n,q,a,d%s,?]? "21142msgstr ""2114321144#: git-add--interactive.perl:140621145#, perl-format21146msgid "Apply deletion to index [y,n,q,a,d%s,?]? "21147msgstr ""2114821149#: git-add--interactive.perl:140721150#, perl-format21151msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "21152msgstr ""2115321154#: git-add--interactive.perl:141021155#, perl-format21156msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "21157msgstr ""2115821159#: git-add--interactive.perl:141121160#, perl-format21161msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "21162msgstr ""2116321164#: git-add--interactive.perl:141221165#, perl-format21166msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "21167msgstr ""2116821169#: git-add--interactive.perl:141521170#, perl-format21171msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "21172msgstr ""2117321174#: git-add--interactive.perl:141621175#, perl-format21176msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "21177msgstr ""2117821179#: git-add--interactive.perl:141721180#, perl-format21181msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "21182msgstr ""2118321184#: git-add--interactive.perl:142021185#, perl-format21186msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "21187msgstr ""2118821189#: git-add--interactive.perl:142121190#, perl-format21191msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "21192msgstr ""2119321194#: git-add--interactive.perl:142221195#, perl-format21196msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "21197msgstr ""2119821199#: git-add--interactive.perl:152221200msgid "No other hunks to goto\n"21201msgstr ""2120221203#: git-add--interactive.perl:152921204msgid "go to which hunk (<ret> to see more)? "21205msgstr ""2120621207#: git-add--interactive.perl:153121208msgid "go to which hunk? "21209msgstr ""2121021211#: git-add--interactive.perl:154021212#, perl-format21213msgid "Invalid number: '%s'\n"21214msgstr ""2121521216#: git-add--interactive.perl:154521217#, perl-format21218msgid "Sorry, only %d hunk available.\n"21219msgid_plural "Sorry, only %d hunks available.\n"21220msgstr[0] ""21221msgstr[1] ""2122221223#: git-add--interactive.perl:157121224msgid "No other hunks to search\n"21225msgstr ""2122621227#: git-add--interactive.perl:157521228msgid "search for regex? "21229msgstr ""2123021231#: git-add--interactive.perl:158821232#, perl-format21233msgid "Malformed search regexp %s: %s\n"21234msgstr ""2123521236#: git-add--interactive.perl:159821237msgid "No hunk matches the given pattern\n"21238msgstr ""2123921240#: git-add--interactive.perl:1610 git-add--interactive.perl:163221241msgid "No previous hunk\n"21242msgstr ""2124321244#: git-add--interactive.perl:1619 git-add--interactive.perl:163821245msgid "No next hunk\n"21246msgstr ""2124721248#: git-add--interactive.perl:164421249msgid "Sorry, cannot split this hunk\n"21250msgstr ""2125121252#: git-add--interactive.perl:165021253#, perl-format21254msgid "Split into %d hunk.\n"21255msgid_plural "Split into %d hunks.\n"21256msgstr[0] ""21257msgstr[1] ""2125821259#: git-add--interactive.perl:166021260msgid "Sorry, cannot edit this hunk\n"21261msgstr ""2126221263#: git-add--interactive.perl:170621264msgid "Review diff"21265msgstr ""2126621267#. TRANSLATORS: please do not translate the command names21268#. 'status', 'update', 'revert', etc.21269#: git-add--interactive.perl:172521270msgid ""21271"status - show paths with changes\n"21272"update - add working tree state to the staged set of changes\n"21273"revert - revert staged set of changes back to the HEAD version\n"21274"patch - pick hunks and update selectively\n"21275"diff - view diff between HEAD and index\n"21276"add untracked - add contents of untracked files to the staged set of "21277"changes\n"21278msgstr ""2127921280#: git-add--interactive.perl:1742 git-add--interactive.perl:174721281#: git-add--interactive.perl:1750 git-add--interactive.perl:175721282#: git-add--interactive.perl:1761 git-add--interactive.perl:176721283msgid "missing --"21284msgstr ""2128521286#: git-add--interactive.perl:176321287#, perl-format21288msgid "unknown --patch mode: %s"21289msgstr ""2129021291#: git-add--interactive.perl:1769 git-add--interactive.perl:177521292#, perl-format21293msgid "invalid argument %s, expecting --"21294msgstr ""2129521296#: git-send-email.perl:13821297msgid "local zone differs from GMT by a non-minute interval\n"21298msgstr ""2129921300#: git-send-email.perl:145 git-send-email.perl:15121301msgid "local time offset greater than or equal to 24 hours\n"21302msgstr ""2130321304#: git-send-email.perl:219 git-send-email.perl:22521305msgid "the editor exited uncleanly, aborting everything"21306msgstr ""2130721308#: git-send-email.perl:30221309#, perl-format21310msgid ""21311"'%s' contains an intermediate version of the email you were composing.\n"21312msgstr ""2131321314#: git-send-email.perl:30721315#, perl-format21316msgid "'%s.final' contains the composed email.\n"21317msgstr ""2131821319#: git-send-email.perl:32621320msgid "--dump-aliases incompatible with other options\n"21321msgstr ""2132221323#: git-send-email.perl:395 git-send-email.perl:65621324msgid "Cannot run git format-patch from outside a repository\n"21325msgstr ""2132621327#: git-send-email.perl:39821328msgid ""21329"`batch-size` and `relogin` must be specified together (via command-line or "21330"configuration option)\n"21331msgstr ""2133221333#: git-send-email.perl:47021334#, perl-format21335msgid "Unknown --suppress-cc field: '%s'\n"21336msgstr ""2133721338#: git-send-email.perl:50121339#, perl-format21340msgid "Unknown --confirm setting: '%s'\n"21341msgstr ""2134221343#: git-send-email.perl:52921344#, perl-format21345msgid "warning: sendmail alias with quotes is not supported: %s\n"21346msgstr ""2134721348#: git-send-email.perl:53121349#, perl-format21350msgid "warning: `:include:` not supported: %s\n"21351msgstr ""2135221353#: git-send-email.perl:53321354#, perl-format21355msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"21356msgstr ""2135721358#: git-send-email.perl:53821359#, perl-format21360msgid "warning: sendmail line is not recognized: %s\n"21361msgstr ""2136221363#: git-send-email.perl:62221364#, perl-format21365msgid ""21366"File '%s' exists but it could also be the range of commits\n"21367"to produce patches for. Please disambiguate by...\n"21368"\n"21369" * Saying \"./%s\" if you mean a file; or\n"21370" * Giving --format-patch option if you mean a range.\n"21371msgstr ""2137221373#: git-send-email.perl:64321374#, perl-format21375msgid "Failed to opendir %s: %s"21376msgstr ""2137721378#: git-send-email.perl:66721379#, perl-format21380msgid ""21381"fatal: %s: %s\n"21382"warning: no patches were sent\n"21383msgstr ""2138421385#: git-send-email.perl:67821386msgid ""21387"\n"21388"No patch files specified!\n"21389"\n"21390msgstr ""2139121392#: git-send-email.perl:69121393#, perl-format21394msgid "No subject line in %s?"21395msgstr ""2139621397#: git-send-email.perl:70121398#, perl-format21399msgid "Failed to open for writing %s: %s"21400msgstr ""2140121402#: git-send-email.perl:71221403msgid ""21404"Lines beginning in \"GIT:\" will be removed.\n"21405"Consider including an overall diffstat or table of contents\n"21406"for the patch you are writing.\n"21407"\n"21408"Clear the body content if you don't wish to send a summary.\n"21409msgstr ""2141021411#: git-send-email.perl:73621412#, perl-format21413msgid "Failed to open %s: %s"21414msgstr ""2141521416#: git-send-email.perl:75321417#, perl-format21418msgid "Failed to open %s.final: %s"21419msgstr ""2142021421#: git-send-email.perl:79621422msgid "Summary email is empty, skipping it\n"21423msgstr ""2142421425#. TRANSLATORS: please keep [y/N] as is.21426#: git-send-email.perl:83121427#, perl-format21428msgid "Are you sure you want to use <%s> [y/N]? "21429msgstr ""2143021431#: git-send-email.perl:88621432msgid ""21433"The following files are 8bit, but do not declare a Content-Transfer-"21434"Encoding.\n"21435msgstr ""2143621437#: git-send-email.perl:89121438msgid "Which 8bit encoding should I declare [UTF-8]? "21439msgstr ""2144021441#: git-send-email.perl:89921442#, perl-format21443msgid ""21444"Refusing to send because the patch\n"21445"\t%s\n"21446"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "21447"want to send.\n"21448msgstr ""2144921450#: git-send-email.perl:91821451msgid "To whom should the emails be sent (if anyone)?"21452msgstr ""2145321454#: git-send-email.perl:93621455#, perl-format21456msgid "fatal: alias '%s' expands to itself\n"21457msgstr ""2145821459#: git-send-email.perl:94821460msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "21461msgstr ""2146221463#: git-send-email.perl:1006 git-send-email.perl:101421464#, perl-format21465msgid "error: unable to extract a valid address from: %s\n"21466msgstr ""2146721468#. TRANSLATORS: Make sure to include [q] [d] [e] in your21469#. translation. The program will only accept English input21470#. at this point.21471#: git-send-email.perl:101821472msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "21473msgstr ""2147421475#: git-send-email.perl:133521476#, perl-format21477msgid "CA path \"%s\" does not exist"21478msgstr ""2147921480#: git-send-email.perl:141821481msgid ""21482" The Cc list above has been expanded by additional\n"21483" addresses found in the patch commit message. By default\n"21484" send-email prompts before sending whenever this occurs.\n"21485" This behavior is controlled by the sendemail.confirm\n"21486" configuration setting.\n"21487"\n"21488" For additional information, run 'git send-email --help'.\n"21489" To retain the current behavior, but squelch this message,\n"21490" run 'git config --global sendemail.confirm auto'.\n"21491"\n"21492msgstr ""2149321494#. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your21495#. translation. The program will only accept English input21496#. at this point.21497#: git-send-email.perl:143321498msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "21499msgstr ""2150021501#: git-send-email.perl:143621502msgid "Send this email reply required"21503msgstr ""2150421505#: git-send-email.perl:146421506msgid "The required SMTP server is not properly defined."21507msgstr ""2150821509#: git-send-email.perl:151121510#, perl-format21511msgid "Server does not support STARTTLS! %s"21512msgstr ""2151321514#: git-send-email.perl:1516 git-send-email.perl:152021515#, perl-format21516msgid "STARTTLS failed! %s"21517msgstr ""2151821519#: git-send-email.perl:152921520msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."21521msgstr ""2152221523#: git-send-email.perl:154721524#, perl-format21525msgid "Failed to send %s\n"21526msgstr ""2152721528#: git-send-email.perl:155021529#, perl-format21530msgid "Dry-Sent %s\n"21531msgstr ""2153221533#: git-send-email.perl:155021534#, perl-format21535msgid "Sent %s\n"21536msgstr ""2153721538#: git-send-email.perl:155221539msgid "Dry-OK. Log says:\n"21540msgstr ""2154121542#: git-send-email.perl:155221543msgid "OK. Log says:\n"21544msgstr ""2154521546#: git-send-email.perl:156421547msgid "Result: "21548msgstr ""2154921550#: git-send-email.perl:156721551msgid "Result: OK\n"21552msgstr ""2155321554#: git-send-email.perl:158521555#, perl-format21556msgid "can't open file %s"21557msgstr ""2155821559#: git-send-email.perl:1632 git-send-email.perl:165221560#, perl-format21561msgid "(mbox) Adding cc: %s from line '%s'\n"21562msgstr ""2156321564#: git-send-email.perl:163821565#, perl-format21566msgid "(mbox) Adding to: %s from line '%s'\n"21567msgstr ""2156821569#: git-send-email.perl:169121570#, perl-format21571msgid "(non-mbox) Adding cc: %s from line '%s'\n"21572msgstr ""2157321574#: git-send-email.perl:172621575#, perl-format21576msgid "(body) Adding cc: %s from line '%s'\n"21577msgstr ""2157821579#: git-send-email.perl:183721580#, perl-format21581msgid "(%s) Could not execute '%s'"21582msgstr ""2158321584#: git-send-email.perl:184421585#, perl-format21586msgid "(%s) Adding %s: %s from: '%s'\n"21587msgstr ""2158821589#: git-send-email.perl:184821590#, perl-format21591msgid "(%s) failed to close pipe to '%s'"21592msgstr ""2159321594#: git-send-email.perl:187821595msgid "cannot send message as 7bit"21596msgstr ""2159721598#: git-send-email.perl:188621599msgid "invalid transfer encoding"21600msgstr ""2160121602#: git-send-email.perl:1927 git-send-email.perl:1979 git-send-email.perl:198921603#, perl-format21604msgid "unable to open %s: %s\n"21605msgstr ""2160621607#: git-send-email.perl:193021608#, perl-format21609msgid "%s: patch contains a line longer than 998 characters"21610msgstr ""2161121612#: git-send-email.perl:194721613#, perl-format21614msgid "Skipping %s with backup suffix '%s'.\n"21615msgstr ""2161621617#. TRANSLATORS: please keep "[y|N]" as is.21618#: git-send-email.perl:195121619#, perl-format21620msgid "Do you really want to send %s? [y|N]: "21621msgstr ""