1# SOME DESCRIPTIVE TITLE. 2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3# This file is distributed under the same license as the PACKAGE package. 4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 5# 6#, fuzzy 7msgid "" 8msgstr "" 9"Project-Id-Version: PACKAGE VERSION\n" 10"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n" 11"POT-Creation-Date: 2018-06-16 22:06+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:92 22#, c-format 23msgid "%shint: %.*s%s\n" 24msgstr "" 25 26#: advice.c:137 27msgid "Cherry-picking is not possible because you have unmerged files." 28msgstr "" 29 30#: advice.c:139 31msgid "Committing is not possible because you have unmerged files." 32msgstr "" 33 34#: advice.c:141 35msgid "Merging is not possible because you have unmerged files." 36msgstr "" 37 38#: advice.c:143 39msgid "Pulling is not possible because you have unmerged files." 40msgstr "" 41 42#: advice.c:145 43msgid "Reverting is not possible because you have unmerged files." 44msgstr "" 45 46#: advice.c:147 47#, c-format 48msgid "It is not possible to %s because you have unmerged files." 49msgstr "" 50 51#: advice.c:155 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:163 58msgid "Exiting because of an unresolved conflict." 59msgstr "" 60 61#: advice.c:168 builtin/merge.c:1250 62msgid "You have not concluded your merge (MERGE_HEAD exists)." 63msgstr "" 64 65#: advice.c:170 66msgid "Please, commit your changes before merging." 67msgstr "" 68 69#: advice.c:171 70msgid "Exiting because of unfinished merge." 71msgstr "" 72 73#: advice.c:177 74#, c-format 75msgid "" 76"Note: checking out '%s'.\n" 77"\n" 78"You are in 'detached HEAD' state. You can look around, make experimental\n" 79"changes and commit them, and you can discard any commits you make in this\n" 80"state without impacting any branches by performing another checkout.\n" 81"\n" 82"If you want to create a new branch to retain commits you create, you may\n" 83"do so (now or later) by using -b with the checkout command again. Example:\n" 84"\n" 85" git checkout -b <new-branch-name>\n" 86"\n" 87msgstr "" 88 89#: apply.c:58 90#, c-format 91msgid "unrecognized whitespace option '%s'" 92msgstr "" 93 94#: apply.c:74 95#, c-format 96msgid "unrecognized whitespace ignore option '%s'" 97msgstr "" 98 99#: apply.c:122 100msgid "--reject and --3way cannot be used together." 101msgstr "" 102 103#: apply.c:124 104msgid "--cached and --3way cannot be used together." 105msgstr "" 106 107#: apply.c:127 108msgid "--3way outside a repository" 109msgstr "" 110 111#: apply.c:138 112msgid "--index outside a repository" 113msgstr "" 114 115#: apply.c:141 116msgid "--cached outside a repository" 117msgstr "" 118 119#: apply.c:821 120#, c-format 121msgid "Cannot prepare timestamp regexp %s" 122msgstr "" 123 124#: apply.c:830 125#, c-format 126msgid "regexec returned %d for input: %s" 127msgstr "" 128 129#: apply.c:904 130#, c-format 131msgid "unable to find filename in patch at line %d" 132msgstr "" 133 134#: apply.c:942 135#, c-format 136msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d" 137msgstr "" 138 139#: apply.c:948 140#, c-format 141msgid "git apply: bad git-diff - inconsistent new filename on line %d" 142msgstr "" 143 144#: apply.c:949 145#, c-format 146msgid "git apply: bad git-diff - inconsistent old filename on line %d" 147msgstr "" 148 149#: apply.c:954 150#, c-format 151msgid "git apply: bad git-diff - expected /dev/null on line %d" 152msgstr "" 153 154#: apply.c:983 155#, c-format 156msgid "invalid mode on line %d: %s" 157msgstr "" 158 159#: apply.c:1301 160#, c-format 161msgid "inconsistent header lines %d and %d" 162msgstr "" 163 164#: apply.c:1473 165#, c-format 166msgid "recount: unexpected line: %.*s" 167msgstr "" 168 169#: apply.c:1542 170#, c-format 171msgid "patch fragment without header at line %d: %.*s" 172msgstr "" 173 174#: apply.c:1562 175#, c-format 176msgid "" 177"git diff header lacks filename information when removing %d leading pathname " 178"component (line %d)" 179msgid_plural "" 180"git diff header lacks filename information when removing %d leading pathname " 181"components (line %d)" 182msgstr[0] "" 183msgstr[1] "" 184 185#: apply.c:1575 186#, c-format 187msgid "git diff header lacks filename information (line %d)" 188msgstr "" 189 190#: apply.c:1763 191msgid "new file depends on old contents" 192msgstr "" 193 194#: apply.c:1765 195msgid "deleted file still has contents" 196msgstr "" 197 198#: apply.c:1799 199#, c-format 200msgid "corrupt patch at line %d" 201msgstr "" 202 203#: apply.c:1836 204#, c-format 205msgid "new file %s depends on old contents" 206msgstr "" 207 208#: apply.c:1838 209#, c-format 210msgid "deleted file %s still has contents" 211msgstr "" 212 213#: apply.c:1841 214#, c-format 215msgid "** warning: file %s becomes empty but is not deleted" 216msgstr "" 217 218#: apply.c:1988 219#, c-format 220msgid "corrupt binary patch at line %d: %.*s" 221msgstr "" 222 223#: apply.c:2025 224#, c-format 225msgid "unrecognized binary patch at line %d" 226msgstr "" 227 228#: apply.c:2185 229#, c-format 230msgid "patch with only garbage at line %d" 231msgstr "" 232 233#: apply.c:2271 234#, c-format 235msgid "unable to read symlink %s" 236msgstr "" 237 238#: apply.c:2275 239#, c-format 240msgid "unable to open or read %s" 241msgstr "" 242 243#: apply.c:2934 244#, c-format 245msgid "invalid start of line: '%c'" 246msgstr "" 247 248#: apply.c:3055 249#, c-format 250msgid "Hunk #%d succeeded at %d (offset %d line)." 251msgid_plural "Hunk #%d succeeded at %d (offset %d lines)." 252msgstr[0] "" 253msgstr[1] "" 254 255#: apply.c:3067 256#, c-format 257msgid "Context reduced to (%ld/%ld) to apply fragment at %d" 258msgstr "" 259 260#: apply.c:3073 261#, c-format 262msgid "" 263"while searching for:\n" 264"%.*s" 265msgstr "" 266 267#: apply.c:3095 268#, c-format 269msgid "missing binary patch data for '%s'" 270msgstr "" 271 272#: apply.c:3103 273#, c-format 274msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'" 275msgstr "" 276 277#: apply.c:3149 278#, c-format 279msgid "cannot apply binary patch to '%s' without full index line" 280msgstr "" 281 282#: apply.c:3159 283#, c-format 284msgid "" 285"the patch applies to '%s' (%s), which does not match the current contents." 286msgstr "" 287 288#: apply.c:3167 289#, c-format 290msgid "the patch applies to an empty '%s' but it is not empty" 291msgstr "" 292 293#: apply.c:3185 294#, c-format 295msgid "the necessary postimage %s for '%s' cannot be read" 296msgstr "" 297 298#: apply.c:3198 299#, c-format 300msgid "binary patch does not apply to '%s'" 301msgstr "" 302 303#: apply.c:3204 304#, c-format 305msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)" 306msgstr "" 307 308#: apply.c:3225 309#, c-format 310msgid "patch failed: %s:%ld" 311msgstr "" 312 313#: apply.c:3347 314#, c-format 315msgid "cannot checkout %s" 316msgstr "" 317 318#: apply.c:3396 apply.c:3407 apply.c:3453 setup.c:278 319#, c-format 320msgid "failed to read %s" 321msgstr "" 322 323#: apply.c:3404 324#, c-format 325msgid "reading from '%s' beyond a symbolic link" 326msgstr "" 327 328#: apply.c:3433 apply.c:3673 329#, c-format 330msgid "path %s has been renamed/deleted" 331msgstr "" 332 333#: apply.c:3516 apply.c:3687 334#, c-format 335msgid "%s: does not exist in index" 336msgstr "" 337 338#: apply.c:3525 apply.c:3695 339#, c-format 340msgid "%s: does not match index" 341msgstr "" 342 343#: apply.c:3560 344msgid "repository lacks the necessary blob to fall back on 3-way merge." 345msgstr "" 346 347#: apply.c:3563 348#, c-format 349msgid "Falling back to three-way merge...\n" 350msgstr "" 351 352#: apply.c:3579 apply.c:3583 353#, c-format 354msgid "cannot read the current contents of '%s'" 355msgstr "" 356 357#: apply.c:3595 358#, c-format 359msgid "Failed to fall back on three-way merge...\n" 360msgstr "" 361 362#: apply.c:3609 363#, c-format 364msgid "Applied patch to '%s' with conflicts.\n" 365msgstr "" 366 367#: apply.c:3614 368#, c-format 369msgid "Applied patch to '%s' cleanly.\n" 370msgstr "" 371 372#: apply.c:3640 373msgid "removal patch leaves file contents" 374msgstr "" 375 376#: apply.c:3712 377#, c-format 378msgid "%s: wrong type" 379msgstr "" 380 381#: apply.c:3714 382#, c-format 383msgid "%s has type %o, expected %o" 384msgstr "" 385 386#: apply.c:3864 apply.c:3866 387#, c-format 388msgid "invalid path '%s'" 389msgstr "" 390 391#: apply.c:3922 392#, c-format 393msgid "%s: already exists in index" 394msgstr "" 395 396#: apply.c:3925 397#, c-format 398msgid "%s: already exists in working directory" 399msgstr "" 400 401#: apply.c:3945 402#, c-format 403msgid "new mode (%o) of %s does not match old mode (%o)" 404msgstr "" 405 406#: apply.c:3950 407#, c-format 408msgid "new mode (%o) of %s does not match old mode (%o) of %s" 409msgstr "" 410 411#: apply.c:3970 412#, c-format 413msgid "affected file '%s' is beyond a symbolic link" 414msgstr "" 415 416#: apply.c:3974 417#, c-format 418msgid "%s: patch does not apply" 419msgstr "" 420 421#: apply.c:3989 422#, c-format 423msgid "Checking patch %s..." 424msgstr "" 425 426#: apply.c:4080 427#, c-format 428msgid "sha1 information is lacking or useless for submodule %s" 429msgstr "" 430 431#: apply.c:4087 432#, c-format 433msgid "mode change for %s, which is not in current HEAD" 434msgstr "" 435 436#: apply.c:4090 437#, c-format 438msgid "sha1 information is lacking or useless (%s)." 439msgstr "" 440 441#: apply.c:4095 builtin/checkout.c:235 builtin/reset.c:140 442#, c-format 443msgid "make_cache_entry failed for path '%s'" 444msgstr "" 445 446#: apply.c:4099 447#, c-format 448msgid "could not add %s to temporary index" 449msgstr "" 450 451#: apply.c:4109 452#, c-format 453msgid "could not write temporary index to %s" 454msgstr "" 455 456#: apply.c:4247 457#, c-format 458msgid "unable to remove %s from index" 459msgstr "" 460 461#: apply.c:4282 462#, c-format 463msgid "corrupt patch for submodule %s" 464msgstr "" 465 466#: apply.c:4288 467#, c-format 468msgid "unable to stat newly created file '%s'" 469msgstr "" 470 471#: apply.c:4296 472#, c-format 473msgid "unable to create backing store for newly created file %s" 474msgstr "" 475 476#: apply.c:4302 apply.c:4446 477#, c-format 478msgid "unable to add cache entry for %s" 479msgstr "" 480 481#: apply.c:4343 482#, c-format 483msgid "failed to write to '%s'" 484msgstr "" 485 486#: apply.c:4347 487#, c-format 488msgid "closing file '%s'" 489msgstr "" 490 491#: apply.c:4417 492#, c-format 493msgid "unable to write file '%s' mode %o" 494msgstr "" 495 496#: apply.c:4515 497#, c-format 498msgid "Applied patch %s cleanly." 499msgstr "" 500 501#: apply.c:4523 502msgid "internal error" 503msgstr "" 504 505#: apply.c:4526 506#, c-format 507msgid "Applying patch %%s with %d reject..." 508msgid_plural "Applying patch %%s with %d rejects..." 509msgstr[0] "" 510msgstr[1] "" 511 512#: apply.c:4537 513#, c-format 514msgid "truncating .rej filename to %.*s.rej" 515msgstr "" 516 517#: apply.c:4545 builtin/fetch.c:786 builtin/fetch.c:1036 518#, c-format 519msgid "cannot open %s" 520msgstr "" 521 522#: apply.c:4559 523#, c-format 524msgid "Hunk #%d applied cleanly." 525msgstr "" 526 527#: apply.c:4563 528#, c-format 529msgid "Rejected hunk #%d." 530msgstr "" 531 532#: apply.c:4673 533#, c-format 534msgid "Skipped patch '%s'." 535msgstr "" 536 537#: apply.c:4681 538msgid "unrecognized input" 539msgstr "" 540 541#: apply.c:4700 542msgid "unable to read index file" 543msgstr "" 544 545#: apply.c:4837 546#, c-format 547msgid "can't open patch '%s': %s" 548msgstr "" 549 550#: apply.c:4864 551#, c-format 552msgid "squelched %d whitespace error" 553msgid_plural "squelched %d whitespace errors" 554msgstr[0] "" 555msgstr[1] "" 556 557#: apply.c:4870 apply.c:4885 558#, c-format 559msgid "%d line adds whitespace errors." 560msgid_plural "%d lines add whitespace errors." 561msgstr[0] "" 562msgstr[1] "" 563 564#: apply.c:4878 565#, c-format 566msgid "%d line applied after fixing whitespace errors." 567msgid_plural "%d lines applied after fixing whitespace errors." 568msgstr[0] "" 569msgstr[1] "" 570 571#: apply.c:4894 builtin/add.c:538 builtin/mv.c:300 builtin/rm.c:389 572msgid "Unable to write new index file" 573msgstr "" 574 575#: apply.c:4921 apply.c:4924 builtin/am.c:2254 builtin/am.c:2257 576#: builtin/clone.c:120 builtin/fetch.c:126 builtin/pull.c:198 577#: builtin/submodule--helper.c:405 builtin/submodule--helper.c:1210 578#: builtin/submodule--helper.c:1213 builtin/submodule--helper.c:1584 579#: builtin/submodule--helper.c:1587 builtin/submodule--helper.c:1807 580#: git-add--interactive.perl:197 581msgid "path" 582msgstr "" 583 584#: apply.c:4922 585msgid "don't apply changes matching the given path" 586msgstr "" 587 588#: apply.c:4925 589msgid "apply changes matching the given path" 590msgstr "" 591 592#: apply.c:4927 builtin/am.c:2263 593msgid "num" 594msgstr "" 595 596#: apply.c:4928 597msgid "remove <num> leading slashes from traditional diff paths" 598msgstr "" 599 600#: apply.c:4931 601msgid "ignore additions made by the patch" 602msgstr "" 603 604#: apply.c:4933 605msgid "instead of applying the patch, output diffstat for the input" 606msgstr "" 607 608#: apply.c:4937 609msgid "show number of added and deleted lines in decimal notation" 610msgstr "" 611 612#: apply.c:4939 613msgid "instead of applying the patch, output a summary for the input" 614msgstr "" 615 616#: apply.c:4941 617msgid "instead of applying the patch, see if the patch is applicable" 618msgstr "" 619 620#: apply.c:4943 621msgid "make sure the patch is applicable to the current index" 622msgstr "" 623 624#: apply.c:4945 625msgid "apply a patch without touching the working tree" 626msgstr "" 627 628#: apply.c:4947 629msgid "accept a patch that touches outside the working area" 630msgstr "" 631 632#: apply.c:4950 633msgid "also apply the patch (use with --stat/--summary/--check)" 634msgstr "" 635 636#: apply.c:4952 637msgid "attempt three-way merge if a patch does not apply" 638msgstr "" 639 640#: apply.c:4954 641msgid "build a temporary index based on embedded index information" 642msgstr "" 643 644#: apply.c:4957 builtin/checkout-index.c:168 builtin/ls-files.c:515 645msgid "paths are separated with NUL character" 646msgstr "" 647 648#: apply.c:4959 649msgid "ensure at least <n> lines of context match" 650msgstr "" 651 652#: apply.c:4960 builtin/am.c:2242 builtin/interpret-trailers.c:95 653#: builtin/interpret-trailers.c:97 builtin/interpret-trailers.c:99 654#: builtin/pack-objects.c:3177 655msgid "action" 656msgstr "" 657 658#: apply.c:4961 659msgid "detect new or modified lines that have whitespace errors" 660msgstr "" 661 662#: apply.c:4964 apply.c:4967 663msgid "ignore changes in whitespace when finding context" 664msgstr "" 665 666#: apply.c:4970 667msgid "apply the patch in reverse" 668msgstr "" 669 670#: apply.c:4972 671msgid "don't expect at least one line of context" 672msgstr "" 673 674#: apply.c:4974 675msgid "leave the rejected hunks in corresponding *.rej files" 676msgstr "" 677 678#: apply.c:4976 679msgid "allow overlapping hunks" 680msgstr "" 681 682#: apply.c:4977 builtin/add.c:290 builtin/check-ignore.c:21 683#: builtin/commit.c:1301 builtin/count-objects.c:98 builtin/fsck.c:666 684#: builtin/log.c:1901 builtin/mv.c:122 builtin/read-tree.c:124 685msgid "be verbose" 686msgstr "" 687 688#: apply.c:4979 689msgid "tolerate incorrectly detected missing new-line at the end of file" 690msgstr "" 691 692#: apply.c:4982 693msgid "do not trust the line counts in the hunk headers" 694msgstr "" 695 696#: apply.c:4984 builtin/am.c:2251 697msgid "root" 698msgstr "" 699 700#: apply.c:4985 701msgid "prepend <root> to all filenames" 702msgstr "" 703 704#: archive.c:13 705msgid "git archive [<options>] <tree-ish> [<path>...]" 706msgstr "" 707 708#: archive.c:14 709msgid "git archive --list" 710msgstr "" 711 712#: archive.c:15 713msgid "" 714"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]" 715msgstr "" 716 717#: archive.c:16 718msgid "git archive --remote <repo> [--exec <cmd>] --list" 719msgstr "" 720 721#: archive.c:351 builtin/add.c:176 builtin/add.c:514 builtin/rm.c:298 722#, c-format 723msgid "pathspec '%s' did not match any files" 724msgstr "" 725 726#: archive.c:434 727msgid "fmt" 728msgstr "" 729 730#: archive.c:434 731msgid "archive format" 732msgstr "" 733 734#: archive.c:435 builtin/log.c:1462 735msgid "prefix" 736msgstr "" 737 738#: archive.c:436 739msgid "prepend prefix to each pathname in the archive" 740msgstr "" 741 742#: archive.c:437 builtin/blame.c:813 builtin/blame.c:814 builtin/config.c:127 743#: builtin/fast-export.c:1007 builtin/fast-export.c:1009 builtin/grep.c:869 744#: builtin/hash-object.c:103 builtin/ls-files.c:551 builtin/ls-files.c:554 745#: builtin/notes.c:405 builtin/notes.c:568 builtin/read-tree.c:119 746#: parse-options.h:165 747msgid "file" 748msgstr "" 749 750#: archive.c:438 builtin/archive.c:89 751msgid "write the archive to this file" 752msgstr "" 753 754#: archive.c:440 755msgid "read .gitattributes in working directory" 756msgstr "" 757 758#: archive.c:441 759msgid "report archived files on stderr" 760msgstr "" 761 762#: archive.c:442 763msgid "store only" 764msgstr "" 765 766#: archive.c:443 767msgid "compress faster" 768msgstr "" 769 770#: archive.c:451 771msgid "compress better" 772msgstr "" 773 774#: archive.c:454 775msgid "list supported archive formats" 776msgstr "" 777 778#: archive.c:456 builtin/archive.c:90 builtin/clone.c:110 builtin/clone.c:113 779#: builtin/submodule--helper.c:1222 builtin/submodule--helper.c:1593 780msgid "repo" 781msgstr "" 782 783#: archive.c:457 builtin/archive.c:91 784msgid "retrieve the archive from remote repository <repo>" 785msgstr "" 786 787#: archive.c:458 builtin/archive.c:92 builtin/notes.c:489 788msgid "command" 789msgstr "" 790 791#: archive.c:459 builtin/archive.c:93 792msgid "path to the remote git-upload-archive command" 793msgstr "" 794 795#: archive.c:466 796msgid "Unexpected option --remote" 797msgstr "" 798 799#: archive.c:468 800msgid "Option --exec can only be used together with --remote" 801msgstr "" 802 803#: archive.c:470 804msgid "Unexpected option --output" 805msgstr "" 806 807#: archive.c:492 808#, c-format 809msgid "Unknown archive format '%s'" 810msgstr "" 811 812#: archive.c:499 813#, c-format 814msgid "Argument not supported for format '%s': -%d" 815msgstr "" 816 817#: attr.c:218 818#, c-format 819msgid "%.*s is not a valid attribute name" 820msgstr "" 821 822#: attr.c:415 823msgid "" 824"Negative patterns are ignored in git attributes\n" 825"Use '\\!' for literal leading exclamation." 826msgstr "" 827 828#: bisect.c:461 829#, c-format 830msgid "Badly quoted content in file '%s': %s" 831msgstr "" 832 833#: bisect.c:669 834#, c-format 835msgid "We cannot bisect more!\n" 836msgstr "" 837 838#: bisect.c:723 839#, c-format 840msgid "Not a valid commit name %s" 841msgstr "" 842 843#: bisect.c:747 844#, c-format 845msgid "" 846"The merge base %s is bad.\n" 847"This means the bug has been fixed between %s and [%s].\n" 848msgstr "" 849 850#: bisect.c:752 851#, c-format 852msgid "" 853"The merge base %s is new.\n" 854"The property has changed between %s and [%s].\n" 855msgstr "" 856 857#: bisect.c:757 858#, c-format 859msgid "" 860"The merge base %s is %s.\n" 861"This means the first '%s' commit is between %s and [%s].\n" 862msgstr "" 863 864#: bisect.c:765 865#, c-format 866msgid "" 867"Some %s revs are not ancestors of the %s rev.\n" 868"git bisect cannot work properly in this case.\n" 869"Maybe you mistook %s and %s revs?\n" 870msgstr "" 871 872#: bisect.c:778 873#, c-format 874msgid "" 875"the merge base between %s and [%s] must be skipped.\n" 876"So we cannot be sure the first %s commit is between %s and %s.\n" 877"We continue anyway." 878msgstr "" 879 880#: bisect.c:811 881#, c-format 882msgid "Bisecting: a merge base must be tested\n" 883msgstr "" 884 885#: bisect.c:851 886#, c-format 887msgid "a %s revision is needed" 888msgstr "" 889 890#: bisect.c:870 builtin/notes.c:175 builtin/tag.c:236 891#, c-format 892msgid "could not create file '%s'" 893msgstr "" 894 895#: bisect.c:921 896#, c-format 897msgid "could not read file '%s'" 898msgstr "" 899 900#: bisect.c:951 901msgid "reading bisect refs failed" 902msgstr "" 903 904#: bisect.c:970 905#, c-format 906msgid "%s was both %s and %s\n" 907msgstr "" 908 909#: bisect.c:978 910#, c-format 911msgid "" 912"No testable commit found.\n" 913"Maybe you started with bad path parameters?\n" 914msgstr "" 915 916#: bisect.c:997 917#, c-format 918msgid "(roughly %d step)" 919msgid_plural "(roughly %d steps)" 920msgstr[0] "" 921msgstr[1] "" 922 923#. TRANSLATORS: the last %s will be replaced with "(roughly %d 924#. steps)" translation. 925#. 926#: bisect.c:1003 927#, c-format 928msgid "Bisecting: %d revision left to test after this %s\n" 929msgid_plural "Bisecting: %d revisions left to test after this %s\n" 930msgstr[0] "" 931msgstr[1] "" 932 933#: blame.c:1756 934msgid "--contents and --reverse do not blend well." 935msgstr "" 936 937#: blame.c:1767 938msgid "cannot use --contents with final commit object name" 939msgstr "" 940 941#: blame.c:1787 942msgid "--reverse and --first-parent together require specified latest commit" 943msgstr "" 944 945#: blame.c:1796 bundle.c:160 ref-filter.c:2075 sequencer.c:1861 946#: sequencer.c:3632 builtin/commit.c:981 builtin/log.c:366 builtin/log.c:920 947#: builtin/log.c:1371 builtin/log.c:1702 builtin/log.c:1950 builtin/merge.c:372 948#: builtin/shortlog.c:192 949msgid "revision walk setup failed" 950msgstr "" 951 952#: blame.c:1814 953msgid "" 954"--reverse --first-parent together require range along first-parent chain" 955msgstr "" 956 957#: blame.c:1825 958#, c-format 959msgid "no such path %s in %s" 960msgstr "" 961 962#: blame.c:1836 963#, c-format 964msgid "cannot read blob %s for path %s" 965msgstr "" 966 967#: branch.c:54 968#, c-format 969msgid "" 970"\n" 971"After fixing the error cause you may try to fix up\n" 972"the remote tracking information by invoking\n" 973"\"git branch --set-upstream-to=%s%s%s\"." 974msgstr "" 975 976#: branch.c:68 977#, c-format 978msgid "Not setting branch %s as its own upstream." 979msgstr "" 980 981#: branch.c:94 982#, c-format 983msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing." 984msgstr "" 985 986#: branch.c:95 987#, c-format 988msgid "Branch '%s' set up to track remote branch '%s' from '%s'." 989msgstr "" 990 991#: branch.c:99 992#, c-format 993msgid "Branch '%s' set up to track local branch '%s' by rebasing." 994msgstr "" 995 996#: branch.c:100 997#, c-format 998msgid "Branch '%s' set up to track local branch '%s'." 999msgstr ""10001001#: branch.c:1051002#, c-format1003msgid "Branch '%s' set up to track remote ref '%s' by rebasing."1004msgstr ""10051006#: branch.c:1061007#, c-format1008msgid "Branch '%s' set up to track remote ref '%s'."1009msgstr ""10101011#: branch.c:1101012#, c-format1013msgid "Branch '%s' set up to track local ref '%s' by rebasing."1014msgstr ""10151016#: branch.c:1111017#, c-format1018msgid "Branch '%s' set up to track local ref '%s'."1019msgstr ""10201021#: branch.c:1201022msgid "Unable to write upstream branch configuration"1023msgstr ""10241025#: branch.c:1571026#, c-format1027msgid "Not tracking: ambiguous information for ref %s"1028msgstr ""10291030#: branch.c:1901031#, c-format1032msgid "'%s' is not a valid branch name."1033msgstr ""10341035#: branch.c:2091036#, c-format1037msgid "A branch named '%s' already exists."1038msgstr ""10391040#: branch.c:2141041msgid "Cannot force update the current branch."1042msgstr ""10431044#: branch.c:2341045#, c-format1046msgid "Cannot setup tracking information; starting point '%s' is not a branch."1047msgstr ""10481049#: branch.c:2361050#, c-format1051msgid "the requested upstream branch '%s' does not exist"1052msgstr ""10531054#: branch.c:2381055msgid ""1056"\n"1057"If you are planning on basing your work on an upstream\n"1058"branch that already exists at the remote, you may need to\n"1059"run \"git fetch\" to retrieve it.\n"1060"\n"1061"If you are planning to push out a new local branch that\n"1062"will track its remote counterpart, you may want to use\n"1063"\"git push -u\" to set the upstream config as you push."1064msgstr ""10651066#: branch.c:2811067#, c-format1068msgid "Not a valid object name: '%s'."1069msgstr ""10701071#: branch.c:3011072#, c-format1073msgid "Ambiguous object name: '%s'."1074msgstr ""10751076#: branch.c:3061077#, c-format1078msgid "Not a valid branch point: '%s'."1079msgstr ""10801081#: branch.c:3601082#, c-format1083msgid "'%s' is already checked out at '%s'"1084msgstr ""10851086#: branch.c:3831087#, c-format1088msgid "HEAD of working tree %s is not updated"1089msgstr ""10901091#: bundle.c:341092#, c-format1093msgid "'%s' does not look like a v2 bundle file"1094msgstr ""10951096#: bundle.c:621097#, c-format1098msgid "unrecognized header: %s%s (%d)"1099msgstr ""11001101#: bundle.c:88 sequencer.c:2081 sequencer.c:2558 builtin/commit.c:7551102#, c-format1103msgid "could not open '%s'"1104msgstr ""11051106#: bundle.c:1391107msgid "Repository lacks these prerequisite commits:"1108msgstr ""11091110#: bundle.c:1901111#, c-format1112msgid "The bundle contains this ref:"1113msgid_plural "The bundle contains these %d refs:"1114msgstr[0] ""1115msgstr[1] ""11161117#: bundle.c:1971118msgid "The bundle records a complete history."1119msgstr ""11201121#: bundle.c:1991122#, c-format1123msgid "The bundle requires this ref:"1124msgid_plural "The bundle requires these %d refs:"1125msgstr[0] ""1126msgstr[1] ""11271128#: bundle.c:2581129msgid "Could not spawn pack-objects"1130msgstr ""11311132#: bundle.c:2691133msgid "pack-objects died"1134msgstr ""11351136#: bundle.c:3111137msgid "rev-list died"1138msgstr ""11391140#: bundle.c:3601141#, c-format1142msgid "ref '%s' is excluded by the rev-list options"1143msgstr ""11441145#: bundle.c:450 builtin/log.c:183 builtin/log.c:1607 builtin/shortlog.c:3031146#, c-format1147msgid "unrecognized argument: %s"1148msgstr ""11491150#: bundle.c:4581151msgid "Refusing to create empty bundle."1152msgstr ""11531154#: bundle.c:4701155#, c-format1156msgid "cannot create '%s'"1157msgstr ""11581159#: bundle.c:4981160msgid "index-pack died"1161msgstr ""11621163#: color.c:2961164#, c-format1165msgid "invalid color value: %.*s"1166msgstr ""11671168#: commit.c:43 sequencer.c:2364 builtin/am.c:421 builtin/am.c:4651169#: builtin/am.c:1436 builtin/am.c:2072 builtin/replace.c:3761170#: builtin/replace.c:4481171#, c-format1172msgid "could not parse %s"1173msgstr ""11741175#: commit.c:451176#, c-format1177msgid "%s %s is not a commit!"1178msgstr ""11791180#: commit.c:1821181msgid ""1182"Support for <GIT_DIR>/info/grafts is deprecated\n"1183"and will be removed in a future Git version.\n"1184"\n"1185"Please use \"git replace --convert-graft-file\"\n"1186"to convert the grafts into replace refs.\n"1187"\n"1188"Turn this message off by running\n"1189"\"git config advice.graftFileDeprecated false\""1190msgstr ""11911192#: commit.c:15401193msgid ""1194"Warning: commit message did not conform to UTF-8.\n"1195"You may want to amend it after fixing the message, or set the config\n"1196"variable i18n.commitencoding to the encoding your project uses.\n"1197msgstr ""11981199#: commit-graph.c:6691200#, c-format1201msgid "the commit graph format cannot write %d commits"1202msgstr ""12031204#: commit-graph.c:6961205msgid "too many commits to write graph"1206msgstr ""12071208#: commit-graph.c:707 builtin/init-db.c:516 builtin/init-db.c:5211209#, c-format1210msgid "cannot mkdir %s"1211msgstr ""12121213#: compat/obstack.c:405 compat/obstack.c:4071214msgid "memory exhausted"1215msgstr ""12161217#: config.c:1871218msgid "relative config include conditionals must come from files"1219msgstr ""12201221#: config.c:7881222#, c-format1223msgid "bad config line %d in blob %s"1224msgstr ""12251226#: config.c:7921227#, c-format1228msgid "bad config line %d in file %s"1229msgstr ""12301231#: config.c:7961232#, c-format1233msgid "bad config line %d in standard input"1234msgstr ""12351236#: config.c:8001237#, c-format1238msgid "bad config line %d in submodule-blob %s"1239msgstr ""12401241#: config.c:8041242#, c-format1243msgid "bad config line %d in command line %s"1244msgstr ""12451246#: config.c:8081247#, c-format1248msgid "bad config line %d in %s"1249msgstr ""12501251#: config.c:9361252msgid "out of range"1253msgstr ""12541255#: config.c:9361256msgid "invalid unit"1257msgstr ""12581259#: config.c:9421260#, c-format1261msgid "bad numeric config value '%s' for '%s': %s"1262msgstr ""12631264#: config.c:9471265#, c-format1266msgid "bad numeric config value '%s' for '%s' in blob %s: %s"1267msgstr ""12681269#: config.c:9501270#, c-format1271msgid "bad numeric config value '%s' for '%s' in file %s: %s"1272msgstr ""12731274#: config.c:9531275#, c-format1276msgid "bad numeric config value '%s' for '%s' in standard input: %s"1277msgstr ""12781279#: config.c:9561280#, c-format1281msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"1282msgstr ""12831284#: config.c:9591285#, c-format1286msgid "bad numeric config value '%s' for '%s' in command line %s: %s"1287msgstr ""12881289#: config.c:9621290#, c-format1291msgid "bad numeric config value '%s' for '%s' in %s: %s"1292msgstr ""12931294#: config.c:10571295#, c-format1296msgid "failed to expand user dir in: '%s'"1297msgstr ""12981299#: config.c:10661300#, c-format1301msgid "'%s' for '%s' is not a valid timestamp"1302msgstr ""13031304#: config.c:1171 config.c:11821305#, c-format1306msgid "bad zlib compression level %d"1307msgstr ""13081309#: config.c:13071310#, c-format1311msgid "invalid mode for object creation: %s"1312msgstr ""13131314#: config.c:14731315#, c-format1316msgid "bad pack compression level %d"1317msgstr ""13181319#: config.c:16811320msgid "unable to parse command-line config"1321msgstr ""13221323#: config.c:20131324msgid "unknown error occurred while reading the configuration files"1325msgstr ""13261327#: config.c:22001328#, c-format1329msgid "Invalid %s: '%s'"1330msgstr ""13311332#: config.c:22431333#, c-format1334msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"1335msgstr ""13361337#: config.c:22691338#, c-format1339msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"1340msgstr ""13411342#: config.c:22941343#, c-format1344msgid "unable to parse '%s' from command-line config"1345msgstr ""13461347#: config.c:22961348#, c-format1349msgid "bad config variable '%s' in file '%s' at line %d"1350msgstr ""13511352#: config.c:24021353#, c-format1354msgid "%s has multiple values"1355msgstr ""13561357#: config.c:2766 config.c:30191358#, c-format1359msgid "fstat on %s failed"1360msgstr ""13611362#: config.c:29051363#, c-format1364msgid "could not set '%s' to '%s'"1365msgstr ""13661367#: config.c:2907 builtin/remote.c:7791368#, c-format1369msgid "could not unset '%s'"1370msgstr ""13711372#: connect.c:611373msgid "The remote end hung up upon initial contact"1374msgstr ""13751376#: connect.c:631377msgid ""1378"Could not read from remote repository.\n"1379"\n"1380"Please make sure you have the correct access rights\n"1381"and the repository exists."1382msgstr ""13831384#: connected.c:66 builtin/fsck.c:201 builtin/prune.c:1451385msgid "Checking connectivity"1386msgstr ""13871388#: connected.c:781389msgid "Could not run 'git rev-list'"1390msgstr ""13911392#: connected.c:981393msgid "failed write to rev-list"1394msgstr ""13951396#: connected.c:1051397msgid "failed to close rev-list's stdin"1398msgstr ""13991400#: convert.c:2061401#, c-format1402msgid "CRLF would be replaced by LF in %s."1403msgstr ""14041405#: convert.c:2081406#, c-format1407msgid ""1408"CRLF will be replaced by LF in %s.\n"1409"The file will have its original line endings in your working directory."1410msgstr ""14111412#: convert.c:2161413#, c-format1414msgid "LF would be replaced by CRLF in %s"1415msgstr ""14161417#: convert.c:2181418#, c-format1419msgid ""1420"LF will be replaced by CRLF in %s.\n"1421"The file will have its original line endings in your working directory."1422msgstr ""14231424#: convert.c:2791425#, c-format1426msgid "BOM is prohibited in '%s' if encoded as %s"1427msgstr ""14281429#: convert.c:2861430#, c-format1431msgid ""1432"The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"1433"tree-encoding."1434msgstr ""14351436#: convert.c:3041437#, c-format1438msgid "BOM is required in '%s' if encoded as %s"1439msgstr ""14401441#: convert.c:3061442#, c-format1443msgid ""1444"The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"1445"%sLE (depending on the byte order) as working-tree-encoding."1446msgstr ""14471448#: convert.c:4241449#, c-format1450msgid "failed to encode '%s' from %s to %s"1451msgstr ""14521453#: convert.c:4671454#, c-format1455msgid "encoding '%s' from %s to %s and back is not the same"1456msgstr ""14571458#: convert.c:12251459msgid "true/false are no valid working-tree-encodings"1460msgstr ""14611462#: date.c:1161463msgid "in the future"1464msgstr ""14651466#: date.c:1221467#, c-format1468msgid "%<PRIuMAX> second ago"1469msgid_plural "%<PRIuMAX> seconds ago"1470msgstr[0] ""1471msgstr[1] ""14721473#: date.c:1291474#, c-format1475msgid "%<PRIuMAX> minute ago"1476msgid_plural "%<PRIuMAX> minutes ago"1477msgstr[0] ""1478msgstr[1] ""14791480#: date.c:1361481#, c-format1482msgid "%<PRIuMAX> hour ago"1483msgid_plural "%<PRIuMAX> hours ago"1484msgstr[0] ""1485msgstr[1] ""14861487#: date.c:1431488#, c-format1489msgid "%<PRIuMAX> day ago"1490msgid_plural "%<PRIuMAX> days ago"1491msgstr[0] ""1492msgstr[1] ""14931494#: date.c:1491495#, c-format1496msgid "%<PRIuMAX> week ago"1497msgid_plural "%<PRIuMAX> weeks ago"1498msgstr[0] ""1499msgstr[1] ""15001501#: date.c:1561502#, c-format1503msgid "%<PRIuMAX> month ago"1504msgid_plural "%<PRIuMAX> months ago"1505msgstr[0] ""1506msgstr[1] ""15071508#: date.c:1671509#, c-format1510msgid "%<PRIuMAX> year"1511msgid_plural "%<PRIuMAX> years"1512msgstr[0] ""1513msgstr[1] ""15141515#. TRANSLATORS: "%s" is "<n> years"1516#: date.c:1701517#, c-format1518msgid "%s, %<PRIuMAX> month ago"1519msgid_plural "%s, %<PRIuMAX> months ago"1520msgstr[0] ""1521msgstr[1] ""15221523#: date.c:175 date.c:1801524#, c-format1525msgid "%<PRIuMAX> year ago"1526msgid_plural "%<PRIuMAX> years ago"1527msgstr[0] ""1528msgstr[1] ""15291530#: diffcore-order.c:241531#, c-format1532msgid "failed to read orderfile '%s'"1533msgstr ""15341535#: diffcore-rename.c:5351536msgid "Performing inexact rename detection"1537msgstr ""15381539#: diff.c:741540#, c-format1541msgid "option '%s' requires a value"1542msgstr ""15431544#: diff.c:1521545#, c-format1546msgid " Failed to parse dirstat cut-off percentage '%s'\n"1547msgstr ""15481549#: diff.c:1571550#, c-format1551msgid " Unknown dirstat parameter '%s'\n"1552msgstr ""15531554#: diff.c:2811555msgid ""1556"color moved setting must be one of 'no', 'default', 'zebra', 'dimmed_zebra', "1557"'plain'"1558msgstr ""15591560#: diff.c:3411561#, c-format1562msgid "Unknown value for 'diff.submodule' config variable: '%s'"1563msgstr ""15641565#: diff.c:4011566#, c-format1567msgid ""1568"Found errors in 'diff.dirstat' config variable:\n"1569"%s"1570msgstr ""15711572#: diff.c:38231573#, c-format1574msgid "external diff died, stopping at %s"1575msgstr ""15761577#: diff.c:41531578msgid "--name-only, --name-status, --check and -s are mutually exclusive"1579msgstr ""15801581#: diff.c:41561582msgid "-G, -S and --find-object are mutually exclusive"1583msgstr ""15841585#: diff.c:42441586msgid "--follow requires exactly one pathspec"1587msgstr ""15881589#: diff.c:44101590#, c-format1591msgid ""1592"Failed to parse --dirstat/-X option parameter:\n"1593"%s"1594msgstr ""15951596#: diff.c:44241597#, c-format1598msgid "Failed to parse --submodule option parameter: '%s'"1599msgstr ""16001601#: diff.c:55001602msgid "inexact rename detection was skipped due to too many files."1603msgstr ""16041605#: diff.c:55031606msgid "only found copies from modified paths due to too many files."1607msgstr ""16081609#: diff.c:55061610#, c-format1611msgid ""1612"you may want to set your %s variable to at least %d and retry the command."1613msgstr ""16141615#: dir.c:18671616#, c-format1617msgid "could not open directory '%s'"1618msgstr ""16191620#: dir.c:21091621msgid "failed to get kernel name and information"1622msgstr ""16231624#: dir.c:22331625msgid "Untracked cache is disabled on this system or location."1626msgstr ""16271628#: dir.c:3075 dir.c:30801629#, c-format1630msgid "could not create directories for %s"1631msgstr ""16321633#: dir.c:31091634#, c-format1635msgid "could not migrate git directory from '%s' to '%s'"1636msgstr ""16371638#: editor.c:611639#, c-format1640msgid "hint: Waiting for your editor to close the file...%c"1641msgstr ""16421643#: entry.c:1771644msgid "Filtering content"1645msgstr ""16461647#: entry.c:4351648#, c-format1649msgid "could not stat file '%s'"1650msgstr ""16511652#: fetch-object.c:171653msgid "Remote with no URL"1654msgstr ""16551656#: fetch-pack.c:2541657msgid "git fetch-pack: expected shallow list"1658msgstr ""16591660#: fetch-pack.c:2661661msgid "git fetch-pack: expected ACK/NAK, got a flush packet"1662msgstr ""16631664#: fetch-pack.c:285 builtin/archive.c:631665#, c-format1666msgid "remote error: %s"1667msgstr ""16681669#: fetch-pack.c:2861670#, c-format1671msgid "git fetch-pack: expected ACK/NAK, got '%s'"1672msgstr ""16731674#: fetch-pack.c:3381675msgid "--stateless-rpc requires multi_ack_detailed"1676msgstr ""16771678#: fetch-pack.c:429 fetch-pack.c:13101679#, c-format1680msgid "invalid shallow line: %s"1681msgstr ""16821683#: fetch-pack.c:435 fetch-pack.c:13161684#, c-format1685msgid "invalid unshallow line: %s"1686msgstr ""16871688#: fetch-pack.c:437 fetch-pack.c:13181689#, c-format1690msgid "object not found: %s"1691msgstr ""16921693#: fetch-pack.c:440 fetch-pack.c:13211694#, c-format1695msgid "error in object: %s"1696msgstr ""16971698#: fetch-pack.c:442 fetch-pack.c:13231699#, c-format1700msgid "no shallow found: %s"1701msgstr ""17021703#: fetch-pack.c:445 fetch-pack.c:13261704#, c-format1705msgid "expected shallow/unshallow, got %s"1706msgstr ""17071708#: fetch-pack.c:4861709#, c-format1710msgid "got %s %d %s"1711msgstr ""17121713#: fetch-pack.c:5001714#, c-format1715msgid "invalid commit %s"1716msgstr ""17171718#: fetch-pack.c:5331719msgid "giving up"1720msgstr ""17211722#: fetch-pack.c:543 progress.c:2291723msgid "done"1724msgstr ""17251726#: fetch-pack.c:5551727#, c-format1728msgid "got %s (%d) %s"1729msgstr ""17301731#: fetch-pack.c:6011732#, c-format1733msgid "Marking %s as complete"1734msgstr ""17351736#: fetch-pack.c:8281737#, c-format1738msgid "already have %s (%s)"1739msgstr ""17401741#: fetch-pack.c:8691742msgid "fetch-pack: unable to fork off sideband demultiplexer"1743msgstr ""17441745#: fetch-pack.c:8771746msgid "protocol error: bad pack header"1747msgstr ""17481749#: fetch-pack.c:9441750#, c-format1751msgid "fetch-pack: unable to fork off %s"1752msgstr ""17531754#: fetch-pack.c:9601755#, c-format1756msgid "%s failed"1757msgstr ""17581759#: fetch-pack.c:9621760msgid "error in sideband demultiplexer"1761msgstr ""17621763#: fetch-pack.c:9891764msgid "Server does not support shallow clients"1765msgstr ""17661767#: fetch-pack.c:9931768msgid "Server supports multi_ack_detailed"1769msgstr ""17701771#: fetch-pack.c:9961772msgid "Server supports no-done"1773msgstr ""17741775#: fetch-pack.c:10021776msgid "Server supports multi_ack"1777msgstr ""17781779#: fetch-pack.c:10061780msgid "Server supports side-band-64k"1781msgstr ""17821783#: fetch-pack.c:10101784msgid "Server supports side-band"1785msgstr ""17861787#: fetch-pack.c:10141788msgid "Server supports allow-tip-sha1-in-want"1789msgstr ""17901791#: fetch-pack.c:10181792msgid "Server supports allow-reachable-sha1-in-want"1793msgstr ""17941795#: fetch-pack.c:10281796msgid "Server supports ofs-delta"1797msgstr ""17981799#: fetch-pack.c:1034 fetch-pack.c:12041800msgid "Server supports filter"1801msgstr ""18021803#: fetch-pack.c:10421804#, c-format1805msgid "Server version is %.*s"1806msgstr ""18071808#: fetch-pack.c:10481809msgid "Server does not support --shallow-since"1810msgstr ""18111812#: fetch-pack.c:10521813msgid "Server does not support --shallow-exclude"1814msgstr ""18151816#: fetch-pack.c:10541817msgid "Server does not support --deepen"1818msgstr ""18191820#: fetch-pack.c:10651821msgid "no common commits"1822msgstr ""18231824#: fetch-pack.c:1077 fetch-pack.c:14141825msgid "git fetch-pack: fetch failed."1826msgstr ""18271828#: fetch-pack.c:11991829msgid "Server does not support shallow requests"1830msgstr ""18311832#: fetch-pack.c:15841833msgid "no matching remote head"1834msgstr ""18351836#: fetch-pack.c:16101837#, c-format1838msgid "no such remote ref %s"1839msgstr ""18401841#: fetch-pack.c:16131842#, c-format1843msgid "Server does not allow request for unadvertised object %s"1844msgstr ""18451846#: gpg-interface.c:1851847msgid "gpg failed to sign the data"1848msgstr ""18491850#: gpg-interface.c:2101851msgid "could not create temporary file"1852msgstr ""18531854#: gpg-interface.c:2131855#, c-format1856msgid "failed writing detached signature to '%s'"1857msgstr ""18581859#: graph.c:971860#, c-format1861msgid "ignore invalid color '%.*s' in log.graphColors"1862msgstr ""18631864#: grep.c:20201865#, c-format1866msgid "'%s': unable to read %s"1867msgstr ""18681869#: grep.c:2037 setup.c:164 builtin/clone.c:409 builtin/diff.c:811870#: builtin/rm.c:1341871#, c-format1872msgid "failed to stat '%s'"1873msgstr ""18741875#: grep.c:20481876#, c-format1877msgid "'%s': short read"1878msgstr ""18791880#: help.c:231881msgid "start a working area (see also: git help tutorial)"1882msgstr ""18831884#: help.c:241885msgid "work on the current change (see also: git help everyday)"1886msgstr ""18871888#: help.c:251889msgid "examine the history and state (see also: git help revisions)"1890msgstr ""18911892#: help.c:261893msgid "grow, mark and tweak your common history"1894msgstr ""18951896#: help.c:271897msgid "collaborate (see also: git help workflows)"1898msgstr ""18991900#: help.c:311901msgid "Main Porcelain Commands"1902msgstr ""19031904#: help.c:321905msgid "Ancillary Commands / Manipulators"1906msgstr ""19071908#: help.c:331909msgid "Ancillary Commands / Interrogators"1910msgstr ""19111912#: help.c:341913msgid "Interacting with Others"1914msgstr ""19151916#: help.c:351917msgid "Low-level Commands / Manipulators"1918msgstr ""19191920#: help.c:361921msgid "Low-level Commands / Interrogators"1922msgstr ""19231924#: help.c:371925msgid "Low-level Commands / Synching Repositories"1926msgstr ""19271928#: help.c:381929msgid "Low-level Commands / Internal Helpers"1930msgstr ""19311932#: help.c:2931933#, c-format1934msgid "available git commands in '%s'"1935msgstr ""19361937#: help.c:3001938msgid "git commands available from elsewhere on your $PATH"1939msgstr ""19401941#: help.c:3091942msgid "These are common Git commands used in various situations:"1943msgstr ""19441945#: help.c:358 git.c:901946#, c-format1947msgid "unsupported command listing type '%s'"1948msgstr ""19491950#: help.c:4051951msgid "The common Git guides are:"1952msgstr ""19531954#: help.c:4671955#, c-format1956msgid ""1957"'%s' appears to be a git command, but we were not\n"1958"able to execute it. Maybe git-%s is broken?"1959msgstr ""19601961#: help.c:5261962msgid "Uh oh. Your system reports no Git commands at all."1963msgstr ""19641965#: help.c:5481966#, c-format1967msgid "WARNING: You called a Git command named '%s', which does not exist."1968msgstr ""19691970#: help.c:5531971#, c-format1972msgid "Continuing under the assumption that you meant '%s'."1973msgstr ""19741975#: help.c:5581976#, c-format1977msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."1978msgstr ""19791980#: help.c:5661981#, c-format1982msgid "git: '%s' is not a git command. See 'git --help'."1983msgstr ""19841985#: help.c:5701986msgid ""1987"\n"1988"The most similar command is"1989msgid_plural ""1990"\n"1991"The most similar commands are"1992msgstr[0] ""1993msgstr[1] ""19941995#: help.c:5851996msgid "git version [<options>]"1997msgstr ""19981999#: help.c:6522000#, c-format2001msgid "%s: %s - %s"2002msgstr ""20032004#: help.c:6562005msgid ""2006"\n"2007"Did you mean this?"2008msgid_plural ""2009"\n"2010"Did you mean one of these?"2011msgstr[0] ""2012msgstr[1] ""20132014#: ident.c:3422015msgid ""2016"\n"2017"*** Please tell me who you are.\n"2018"\n"2019"Run\n"2020"\n"2021" git config --global user.email \"you@example.com\"\n"2022" git config --global user.name \"Your Name\"\n"2023"\n"2024"to set your account's default identity.\n"2025"Omit --global to set the identity only in this repository.\n"2026"\n"2027msgstr ""20282029#: ident.c:3662030msgid "no email was given and auto-detection is disabled"2031msgstr ""20322033#: ident.c:3712034#, c-format2035msgid "unable to auto-detect email address (got '%s')"2036msgstr ""20372038#: ident.c:3812039msgid "no name was given and auto-detection is disabled"2040msgstr ""20412042#: ident.c:3872043#, c-format2044msgid "unable to auto-detect name (got '%s')"2045msgstr ""20462047#: ident.c:3952048#, c-format2049msgid "empty ident name (for <%s>) not allowed"2050msgstr ""20512052#: ident.c:4012053#, c-format2054msgid "name consists only of disallowed characters: %s"2055msgstr ""20562057#: ident.c:416 builtin/commit.c:5872058#, c-format2059msgid "invalid date format: %s"2060msgstr ""20612062#: list-objects-filter-options.c:362063msgid "multiple filter-specs cannot be combined"2064msgstr ""20652066#: list-objects-filter-options.c:1262067msgid "cannot change partial clone promisor remote"2068msgstr ""20692070#: lockfile.c:1512071#, c-format2072msgid ""2073"Unable to create '%s.lock': %s.\n"2074"\n"2075"Another git process seems to be running in this repository, e.g.\n"2076"an editor opened by 'git commit'. Please make sure all processes\n"2077"are terminated then try again. If it still fails, a git process\n"2078"may have crashed in this repository earlier:\n"2079"remove the file manually to continue."2080msgstr ""20812082#: lockfile.c:1592083#, c-format2084msgid "Unable to create '%s.lock': %s"2085msgstr ""20862087#: merge.c:712088msgid "failed to read the cache"2089msgstr ""20902091#: merge.c:136 builtin/am.c:1946 builtin/am.c:1980 builtin/checkout.c:3782092#: builtin/checkout.c:606 builtin/clone.c:7612093msgid "unable to write new index file"2094msgstr ""20952096#: merge-recursive.c:2982097msgid "(bad commit)\n"2098msgstr ""20992100#: merge-recursive.c:3202101#, c-format2102msgid "add_cacheinfo failed for path '%s'; merge aborting."2103msgstr ""21042105#: merge-recursive.c:3282106#, c-format2107msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."2108msgstr ""21092110#: merge-recursive.c:4102111msgid "error building trees"2112msgstr ""21132114#: merge-recursive.c:8812115#, c-format2116msgid "failed to create path '%s'%s"2117msgstr ""21182119#: merge-recursive.c:8922120#, c-format2121msgid "Removing %s to make room for subdirectory\n"2122msgstr ""21232124#: merge-recursive.c:906 merge-recursive.c:9252125msgid ": perhaps a D/F conflict?"2126msgstr ""21272128#: merge-recursive.c:9152129#, c-format2130msgid "refusing to lose untracked file at '%s'"2131msgstr ""21322133#: merge-recursive.c:957 builtin/cat-file.c:372134#, c-format2135msgid "cannot read object %s '%s'"2136msgstr ""21372138#: merge-recursive.c:9592139#, c-format2140msgid "blob expected for %s '%s'"2141msgstr ""21422143#: merge-recursive.c:9832144#, c-format2145msgid "failed to open '%s': %s"2146msgstr ""21472148#: merge-recursive.c:9942149#, c-format2150msgid "failed to symlink '%s': %s"2151msgstr ""21522153#: merge-recursive.c:9992154#, c-format2155msgid "do not know what to do with %06o %s '%s'"2156msgstr ""21572158#: merge-recursive.c:11862159#, c-format2160msgid "Failed to merge submodule %s (not checked out)"2161msgstr ""21622163#: merge-recursive.c:11932164#, c-format2165msgid "Failed to merge submodule %s (commits not present)"2166msgstr ""21672168#: merge-recursive.c:12002169#, c-format2170msgid "Failed to merge submodule %s (commits don't follow merge-base)"2171msgstr ""21722173#: merge-recursive.c:1208 merge-recursive.c:12202174#, c-format2175msgid "Fast-forwarding submodule %s to the following commit:"2176msgstr ""21772178#: merge-recursive.c:1211 merge-recursive.c:12232179#, c-format2180msgid "Fast-forwarding submodule %s"2181msgstr ""21822183#: merge-recursive.c:12452184#, c-format2185msgid "Failed to merge submodule %s (merge following commits not found)"2186msgstr ""21872188#: merge-recursive.c:12492189#, c-format2190msgid "Failed to merge submodule %s (not fast-forward)"2191msgstr ""21922193#: merge-recursive.c:12502194msgid "Found a possible merge resolution for the submodule:\n"2195msgstr ""21962197#: merge-recursive.c:12532198#, c-format2199msgid ""2200"If this is correct simply add it to the index for example\n"2201"by using:\n"2202"\n"2203" git update-index --cacheinfo 160000 %s \"%s\"\n"2204"\n"2205"which will accept this suggestion.\n"2206msgstr ""22072208#: merge-recursive.c:12622209#, c-format2210msgid "Failed to merge submodule %s (multiple merges found)"2211msgstr ""22122213#: merge-recursive.c:13212214msgid "Failed to execute internal merge"2215msgstr ""22162217#: merge-recursive.c:13262218#, c-format2219msgid "Unable to add %s to database"2220msgstr ""22212222#: merge-recursive.c:13582223#, c-format2224msgid "Auto-merging %s"2225msgstr ""22262227#: merge-recursive.c:14232228#, c-format2229msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."2230msgstr ""22312232#: merge-recursive.c:14752233#, c-format2234msgid ""2235"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "2236"in tree."2237msgstr ""22382239#: merge-recursive.c:14802240#, c-format2241msgid ""2242"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "2243"left in tree."2244msgstr ""22452246#: merge-recursive.c:14872247#, c-format2248msgid ""2249"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "2250"in tree at %s."2251msgstr ""22522253#: merge-recursive.c:14922254#, c-format2255msgid ""2256"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "2257"left in tree at %s."2258msgstr ""22592260#: merge-recursive.c:15262261msgid "rename"2262msgstr ""22632264#: merge-recursive.c:15262265msgid "renamed"2266msgstr ""22672268#: merge-recursive.c:1580 merge-recursive.c:1736 merge-recursive.c:23682269#: merge-recursive.c:30862270#, c-format2271msgid "Refusing to lose dirty file at %s"2272msgstr ""22732274#: merge-recursive.c:15942275#, c-format2276msgid "%s is a directory in %s adding as %s instead"2277msgstr ""22782279#: merge-recursive.c:15992280#, c-format2281msgid "Refusing to lose untracked file at %s; adding as %s instead"2282msgstr ""22832284#: merge-recursive.c:16252285#, c-format2286msgid ""2287"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"2288"\"->\"%s\" in \"%s\"%s"2289msgstr ""22902291#: merge-recursive.c:16302292msgid " (left unresolved)"2293msgstr ""22942295#: merge-recursive.c:16942296#, c-format2297msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"2298msgstr ""22992300#: merge-recursive.c:17332301#, c-format2302msgid "Renaming %s to %s and %s to %s instead"2303msgstr ""23042305#: merge-recursive.c:17452306#, c-format2307msgid "Refusing to lose untracked file at %s, even though it's in the way."2308msgstr ""23092310#: merge-recursive.c:19512311#, c-format2312msgid ""2313"CONFLICT (directory rename split): Unclear where to place %s because "2314"directory %s was renamed to multiple other directories, with no destination "2315"getting a majority of the files."2316msgstr ""23172318#: merge-recursive.c:19832319#, c-format2320msgid ""2321"CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "2322"implicit directory rename(s) putting the following path(s) there: %s."2323msgstr ""23242325#: merge-recursive.c:19932326#, c-format2327msgid ""2328"CONFLICT (implicit dir rename): Cannot map more than one path to %s; "2329"implicit directory renames tried to put these paths there: %s"2330msgstr ""23312332#: merge-recursive.c:20852333#, c-format2334msgid ""2335"CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"2336">%s in %s"2337msgstr ""23382339#: merge-recursive.c:23302340#, c-format2341msgid ""2342"WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "2343"renamed."2344msgstr ""23452346#: merge-recursive.c:27362347#, c-format2348msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"2349msgstr ""23502351#: merge-recursive.c:27512352#, c-format2353msgid "Adding merged %s"2354msgstr ""23552356#: merge-recursive.c:2758 merge-recursive.c:30892357#, c-format2358msgid "Adding as %s instead"2359msgstr ""23602361#: merge-recursive.c:29142362#, c-format2363msgid "cannot read object %s"2364msgstr ""23652366#: merge-recursive.c:29172367#, c-format2368msgid "object %s is not a blob"2369msgstr ""23702371#: merge-recursive.c:29862372msgid "modify"2373msgstr ""23742375#: merge-recursive.c:29862376msgid "modified"2377msgstr ""23782379#: merge-recursive.c:29972380msgid "content"2381msgstr ""23822383#: merge-recursive.c:30042384msgid "add/add"2385msgstr ""23862387#: merge-recursive.c:30462388#, c-format2389msgid "Skipped %s (merged same as existing)"2390msgstr ""23912392#: merge-recursive.c:3055 git-submodule.sh:8952393msgid "submodule"2394msgstr ""23952396#: merge-recursive.c:30562397#, c-format2398msgid "CONFLICT (%s): Merge conflict in %s"2399msgstr ""24002401#: merge-recursive.c:31782402#, c-format2403msgid "Removing %s"2404msgstr ""24052406#: merge-recursive.c:32042407msgid "file/directory"2408msgstr ""24092410#: merge-recursive.c:32102411msgid "directory/file"2412msgstr ""24132414#: merge-recursive.c:32172415#, c-format2416msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"2417msgstr ""24182419#: merge-recursive.c:32262420#, c-format2421msgid "Adding %s"2422msgstr ""24232424#: merge-recursive.c:32672425#, c-format2426msgid "Dirty index: cannot merge (dirty: %s)"2427msgstr ""24282429#: merge-recursive.c:32712430msgid "Already up to date!"2431msgstr ""24322433#: merge-recursive.c:32802434#, c-format2435msgid "merging of trees %s and %s failed"2436msgstr ""24372438#: merge-recursive.c:33792439msgid "Merging:"2440msgstr ""24412442#: merge-recursive.c:33922443#, c-format2444msgid "found %u common ancestor:"2445msgid_plural "found %u common ancestors:"2446msgstr[0] ""2447msgstr[1] ""24482449#: merge-recursive.c:34312450msgid "merge returned no commit"2451msgstr ""24522453#: merge-recursive.c:34952454#, c-format2455msgid "Could not parse object '%s'"2456msgstr ""24572458#: merge-recursive.c:3511 builtin/merge.c:659 builtin/merge.c:8162459msgid "Unable to write index."2460msgstr ""24612462#: notes-merge.c:2722463#, c-format2464msgid ""2465"You have not concluded your previous notes merge (%s exists).\n"2466"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "2467"commit/abort the previous merge before you start a new notes merge."2468msgstr ""24692470#: notes-merge.c:2792471#, c-format2472msgid "You have not concluded your notes merge (%s exists)."2473msgstr ""24742475#: notes-utils.c:432476msgid "Cannot commit uninitialized/unreferenced notes tree"2477msgstr ""24782479#: notes-utils.c:1022480#, c-format2481msgid "Bad notes.rewriteMode value: '%s'"2482msgstr ""24832484#: notes-utils.c:1122485#, c-format2486msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"2487msgstr ""24882489#. TRANSLATORS: The first %s is the name of2490#. the environment variable, the second %s is2491#. its value.2492#.2493#: notes-utils.c:1422494#, c-format2495msgid "Bad %s value: '%s'"2496msgstr ""24972498#: object.c:2422499#, c-format2500msgid "unable to parse object: %s"2501msgstr ""25022503#: packfile.c:5632504msgid "offset before end of packfile (broken .idx?)"2505msgstr ""25062507#: packfile.c:17422508#, c-format2509msgid "offset before start of pack index for %s (corrupt index?)"2510msgstr ""25112512#: packfile.c:17462513#, c-format2514msgid "offset beyond end of pack index for %s (truncated index?)"2515msgstr ""25162517#: parse-options.c:6212518msgid "..."2519msgstr ""25202521#: parse-options.c:6402522#, c-format2523msgid "usage: %s"2524msgstr ""25252526#. TRANSLATORS: the colon here should align with the2527#. one in "usage: %s" translation.2528#.2529#: parse-options.c:6462530#, c-format2531msgid " or: %s"2532msgstr ""25332534#: parse-options.c:6492535#, c-format2536msgid " %s"2537msgstr ""25382539#: parse-options.c:6882540msgid "-NUM"2541msgstr ""25422543#: parse-options-cb.c:442544#, c-format2545msgid "malformed expiration date '%s'"2546msgstr ""25472548#: parse-options-cb.c:1122549#, c-format2550msgid "malformed object name '%s'"2551msgstr ""25522553#: path.c:8922554#, c-format2555msgid "Could not make %s writable by group"2556msgstr ""25572558#: pathspec.c:1292559msgid "Escape character '\\' not allowed as last character in attr value"2560msgstr ""25612562#: pathspec.c:1472563msgid "Only one 'attr:' specification is allowed."2564msgstr ""25652566#: pathspec.c:1502567msgid "attr spec must not be empty"2568msgstr ""25692570#: pathspec.c:1932571#, c-format2572msgid "invalid attribute name %s"2573msgstr ""25742575#: pathspec.c:2582576msgid "global 'glob' and 'noglob' pathspec settings are incompatible"2577msgstr ""25782579#: pathspec.c:2652580msgid ""2581"global 'literal' pathspec setting is incompatible with all other global "2582"pathspec settings"2583msgstr ""25842585#: pathspec.c:3052586msgid "invalid parameter for pathspec magic 'prefix'"2587msgstr ""25882589#: pathspec.c:3262590#, c-format2591msgid "Invalid pathspec magic '%.*s' in '%s'"2592msgstr ""25932594#: pathspec.c:3312595#, c-format2596msgid "Missing ')' at the end of pathspec magic in '%s'"2597msgstr ""25982599#: pathspec.c:3692600#, c-format2601msgid "Unimplemented pathspec magic '%c' in '%s'"2602msgstr ""26032604#: pathspec.c:4282605#, c-format2606msgid "%s: 'literal' and 'glob' are incompatible"2607msgstr ""26082609#: pathspec.c:4412610#, c-format2611msgid "%s: '%s' is outside repository"2612msgstr ""26132614#: pathspec.c:5152615#, c-format2616msgid "'%s' (mnemonic: '%c')"2617msgstr ""26182619#: pathspec.c:5252620#, c-format2621msgid "%s: pathspec magic not supported by this command: %s"2622msgstr ""26232624#: pathspec.c:5922625#, c-format2626msgid "pathspec '%s' is beyond a symbolic link"2627msgstr ""26282629#: pretty.c:9622630msgid "unable to parse --pretty format"2631msgstr ""26322633#: read-cache.c:15002634#, c-format2635msgid ""2636"index.version set, but the value is invalid.\n"2637"Using version %i"2638msgstr ""26392640#: read-cache.c:15102641#, c-format2642msgid ""2643"GIT_INDEX_VERSION set, but the value is invalid.\n"2644"Using version %i"2645msgstr ""26462647#: read-cache.c:2404 sequencer.c:4338 wrapper.c:658 builtin/merge.c:10482648#, c-format2649msgid "could not close '%s'"2650msgstr ""26512652#: read-cache.c:2477 sequencer.c:2102 sequencer.c:32342653#, c-format2654msgid "could not stat '%s'"2655msgstr ""26562657#: read-cache.c:24902658#, c-format2659msgid "unable to open git dir: %s"2660msgstr ""26612662#: read-cache.c:25022663#, c-format2664msgid "unable to unlink: %s"2665msgstr ""26662667#: refs.c:732 sequencer.c:4334 sequencer.c:4393 wrapper.c:225 wrapper.c:3952668#: builtin/am.c:7792669#, c-format2670msgid "could not open '%s' for writing"2671msgstr ""26722673#: refs.c:18802674msgid "ref updates forbidden inside quarantine environment"2675msgstr ""26762677#: refs/files-backend.c:11912678#, c-format2679msgid "could not remove reference %s"2680msgstr ""26812682#: refs/files-backend.c:1205 refs/packed-backend.c:15312683#: refs/packed-backend.c:15412684#, c-format2685msgid "could not delete reference %s: %s"2686msgstr ""26872688#: refs/files-backend.c:1208 refs/packed-backend.c:15442689#, c-format2690msgid "could not delete references: %s"2691msgstr ""26922693#: ref-filter.c:35 wt-status.c:18502694msgid "gone"2695msgstr ""26962697#: ref-filter.c:362698#, c-format2699msgid "ahead %d"2700msgstr ""27012702#: ref-filter.c:372703#, c-format2704msgid "behind %d"2705msgstr ""27062707#: ref-filter.c:382708#, c-format2709msgid "ahead %d, behind %d"2710msgstr ""27112712#: ref-filter.c:1212713#, c-format2714msgid "expected format: %%(color:<color>)"2715msgstr ""27162717#: ref-filter.c:1232718#, c-format2719msgid "unrecognized color: %%(color:%s)"2720msgstr ""27212722#: ref-filter.c:1452723#, c-format2724msgid "Integer value expected refname:lstrip=%s"2725msgstr ""27262727#: ref-filter.c:1492728#, c-format2729msgid "Integer value expected refname:rstrip=%s"2730msgstr ""27312732#: ref-filter.c:1512733#, c-format2734msgid "unrecognized %%(%s) argument: %s"2735msgstr ""27362737#: ref-filter.c:2062738#, c-format2739msgid "%%(body) does not take arguments"2740msgstr ""27412742#: ref-filter.c:2152743#, c-format2744msgid "%%(subject) does not take arguments"2745msgstr ""27462747#: ref-filter.c:2352748#, c-format2749msgid "unknown %%(trailers) argument: %s"2750msgstr ""27512752#: ref-filter.c:2642753#, c-format2754msgid "positive value expected contents:lines=%s"2755msgstr ""27562757#: ref-filter.c:2662758#, c-format2759msgid "unrecognized %%(contents) argument: %s"2760msgstr ""27612762#: ref-filter.c:2812763#, c-format2764msgid "positive value expected objectname:short=%s"2765msgstr ""27662767#: ref-filter.c:2852768#, c-format2769msgid "unrecognized %%(objectname) argument: %s"2770msgstr ""27712772#: ref-filter.c:3152773#, c-format2774msgid "expected format: %%(align:<width>,<position>)"2775msgstr ""27762777#: ref-filter.c:3272778#, c-format2779msgid "unrecognized position:%s"2780msgstr ""27812782#: ref-filter.c:3342783#, c-format2784msgid "unrecognized width:%s"2785msgstr ""27862787#: ref-filter.c:3432788#, c-format2789msgid "unrecognized %%(align) argument: %s"2790msgstr ""27912792#: ref-filter.c:3512793#, c-format2794msgid "positive width expected with the %%(align) atom"2795msgstr ""27962797#: ref-filter.c:3692798#, c-format2799msgid "unrecognized %%(if) argument: %s"2800msgstr ""28012802#: ref-filter.c:4642803#, c-format2804msgid "malformed field name: %.*s"2805msgstr ""28062807#: ref-filter.c:4912808#, c-format2809msgid "unknown field name: %.*s"2810msgstr ""28112812#: ref-filter.c:6082813#, c-format2814msgid "format: %%(if) atom used without a %%(then) atom"2815msgstr ""28162817#: ref-filter.c:6712818#, c-format2819msgid "format: %%(then) atom used without an %%(if) atom"2820msgstr ""28212822#: ref-filter.c:6732823#, c-format2824msgid "format: %%(then) atom used more than once"2825msgstr ""28262827#: ref-filter.c:6752828#, c-format2829msgid "format: %%(then) atom used after %%(else)"2830msgstr ""28312832#: ref-filter.c:7032833#, c-format2834msgid "format: %%(else) atom used without an %%(if) atom"2835msgstr ""28362837#: ref-filter.c:7052838#, c-format2839msgid "format: %%(else) atom used without a %%(then) atom"2840msgstr ""28412842#: ref-filter.c:7072843#, c-format2844msgid "format: %%(else) atom used more than once"2845msgstr ""28462847#: ref-filter.c:7222848#, c-format2849msgid "format: %%(end) atom used without corresponding atom"2850msgstr ""28512852#: ref-filter.c:7792853#, c-format2854msgid "malformed format string %s"2855msgstr ""28562857#: ref-filter.c:13872858#, c-format2859msgid "(no branch, rebasing %s)"2860msgstr ""28612862#: ref-filter.c:13902863#, c-format2864msgid "(no branch, rebasing detached HEAD %s)"2865msgstr ""28662867#: ref-filter.c:13932868#, c-format2869msgid "(no branch, bisect started on %s)"2870msgstr ""28712872#. TRANSLATORS: make sure this matches "HEAD2873#. detached at " in wt-status.c2874#.2875#: ref-filter.c:14012876#, c-format2877msgid "(HEAD detached at %s)"2878msgstr ""28792880#. TRANSLATORS: make sure this matches "HEAD2881#. detached from " in wt-status.c2882#.2883#: ref-filter.c:14082884#, c-format2885msgid "(HEAD detached from %s)"2886msgstr ""28872888#: ref-filter.c:14122889msgid "(no branch)"2890msgstr ""28912892#: ref-filter.c:14422893#, c-format2894msgid "missing object %s for %s"2895msgstr ""28962897#: ref-filter.c:14452898#, c-format2899msgid "parse_object_buffer failed on %s for %s"2900msgstr ""29012902#: ref-filter.c:19022903#, c-format2904msgid "malformed object at '%s'"2905msgstr ""29062907#: ref-filter.c:19842908#, c-format2909msgid "ignoring ref with broken name %s"2910msgstr ""29112912#: ref-filter.c:19892913#, c-format2914msgid "ignoring broken ref %s"2915msgstr ""29162917#: ref-filter.c:22612918#, c-format2919msgid "format: %%(end) atom missing"2920msgstr ""29212922#: ref-filter.c:23652923#, c-format2924msgid "malformed object name %s"2925msgstr ""29262927#: remote.c:6052928#, c-format2929msgid "Cannot fetch both %s and %s to %s"2930msgstr ""29312932#: remote.c:6092933#, c-format2934msgid "%s usually tracks %s, not %s"2935msgstr ""29362937#: remote.c:6132938#, c-format2939msgid "%s tracks both %s and %s"2940msgstr ""29412942#: remote.c:6212943msgid "Internal error"2944msgstr ""29452946#: remote.c:1534 remote.c:16352947msgid "HEAD does not point to a branch"2948msgstr ""29492950#: remote.c:15432951#, c-format2952msgid "no such branch: '%s'"2953msgstr ""29542955#: remote.c:15462956#, c-format2957msgid "no upstream configured for branch '%s'"2958msgstr ""29592960#: remote.c:15522961#, c-format2962msgid "upstream branch '%s' not stored as a remote-tracking branch"2963msgstr ""29642965#: remote.c:15672966#, c-format2967msgid "push destination '%s' on remote '%s' has no local tracking branch"2968msgstr ""29692970#: remote.c:15792971#, c-format2972msgid "branch '%s' has no remote for pushing"2973msgstr ""29742975#: remote.c:15892976#, c-format2977msgid "push refspecs for '%s' do not include '%s'"2978msgstr ""29792980#: remote.c:16022981msgid "push has no destination (push.default is 'nothing')"2982msgstr ""29832984#: remote.c:16242985msgid "cannot resolve 'simple' push to a single destination"2986msgstr ""29872988#: remote.c:19392989#, c-format2990msgid "Your branch is based on '%s', but the upstream is gone.\n"2991msgstr ""29922993#: remote.c:19432994msgid " (use \"git branch --unset-upstream\" to fixup)\n"2995msgstr ""29962997#: remote.c:19462998#, c-format2999msgid "Your branch is up to date with '%s'.\n"3000msgstr ""30013002#: remote.c:19503003#, c-format3004msgid "Your branch and '%s' refer to different commits.\n"3005msgstr ""30063007#: remote.c:19533008#, c-format3009msgid " (use \"%s\" for details)\n"3010msgstr ""30113012#: remote.c:19573013#, c-format3014msgid "Your branch is ahead of '%s' by %d commit.\n"3015msgid_plural "Your branch is ahead of '%s' by %d commits.\n"3016msgstr[0] ""3017msgstr[1] ""30183019#: remote.c:19633020msgid " (use \"git push\" to publish your local commits)\n"3021msgstr ""30223023#: remote.c:19663024#, c-format3025msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"3026msgid_plural ""3027"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"3028msgstr[0] ""3029msgstr[1] ""30303031#: remote.c:19743032msgid " (use \"git pull\" to update your local branch)\n"3033msgstr ""30343035#: remote.c:19773036#, c-format3037msgid ""3038"Your branch and '%s' have diverged,\n"3039"and have %d and %d different commit each, respectively.\n"3040msgid_plural ""3041"Your branch and '%s' have diverged,\n"3042"and have %d and %d different commits each, respectively.\n"3043msgstr[0] ""3044msgstr[1] ""30453046#: remote.c:19873047msgid " (use \"git pull\" to merge the remote branch into yours)\n"3048msgstr ""30493050#: revision.c:22893051msgid "your current branch appears to be broken"3052msgstr ""30533054#: revision.c:22923055#, c-format3056msgid "your current branch '%s' does not have any commits yet"3057msgstr ""30583059#: revision.c:24893060msgid "--first-parent is incompatible with --bisect"3061msgstr ""30623063#: run-command.c:7283064msgid "open /dev/null failed"3065msgstr ""30663067#: run-command.c:12713068#, c-format3069msgid ""3070"The '%s' hook was ignored because it's not set as executable.\n"3071"You can disable this warning with `git config advice.ignoredHook false`."3072msgstr ""30733074#: send-pack.c:1413075msgid "unexpected flush packet while reading remote unpack status"3076msgstr ""30773078#: send-pack.c:1433079#, c-format3080msgid "unable to parse remote unpack status: %s"3081msgstr ""30823083#: send-pack.c:1453084#, c-format3085msgid "remote unpack failed: %s"3086msgstr ""30873088#: send-pack.c:3083089msgid "failed to sign the push certificate"3090msgstr ""30913092#: send-pack.c:4213093msgid "the receiving end does not support --signed push"3094msgstr ""30953096#: send-pack.c:4233097msgid ""3098"not sending a push certificate since the receiving end does not support --"3099"signed push"3100msgstr ""31013102#: send-pack.c:4353103msgid "the receiving end does not support --atomic push"3104msgstr ""31053106#: send-pack.c:4403107msgid "the receiving end does not support push options"3108msgstr ""31093110#: sequencer.c:1753111#, c-format3112msgid "invalid commit message cleanup mode '%s'"3113msgstr ""31143115#: sequencer.c:2753116#, c-format3117msgid "could not delete '%s'"3118msgstr ""31193120#: sequencer.c:3013121msgid "revert"3122msgstr ""31233124#: sequencer.c:3033125msgid "cherry-pick"3126msgstr ""31273128#: sequencer.c:3053129msgid "rebase -i"3130msgstr ""31313132#: sequencer.c:3073133#, c-format3134msgid "Unknown action: %d"3135msgstr ""31363137#: sequencer.c:3643138msgid ""3139"after resolving the conflicts, mark the corrected paths\n"3140"with 'git add <paths>' or 'git rm <paths>'"3141msgstr ""31423143#: sequencer.c:3673144msgid ""3145"after resolving the conflicts, mark the corrected paths\n"3146"with 'git add <paths>' or 'git rm <paths>'\n"3147"and commit the result with 'git commit'"3148msgstr ""31493150#: sequencer.c:380 sequencer.c:24683151#, c-format3152msgid "could not lock '%s'"3153msgstr ""31543155#: sequencer.c:382 sequencer.c:2346 sequencer.c:2472 sequencer.c:24863156#: sequencer.c:2694 sequencer.c:4336 sequencer.c:4399 wrapper.c:6563157#, c-format3158msgid "could not write to '%s'"3159msgstr ""31603161#: sequencer.c:3873162#, c-format3163msgid "could not write eol to '%s'"3164msgstr ""31653166#: sequencer.c:392 sequencer.c:2351 sequencer.c:2474 sequencer.c:24883167#: sequencer.c:27023168#, c-format3169msgid "failed to finalize '%s'"3170msgstr ""31713172#: sequencer.c:415 sequencer.c:804 sequencer.c:1493 sequencer.c:23713173#: sequencer.c:2684 sequencer.c:2788 builtin/am.c:259 builtin/commit.c:7273174#: builtin/merge.c:10463175#, c-format3176msgid "could not read '%s'"3177msgstr ""31783179#: sequencer.c:4413180#, c-format3181msgid "your local changes would be overwritten by %s."3182msgstr ""31833184#: sequencer.c:4453185msgid "commit your changes or stash them to proceed."3186msgstr ""31873188#: sequencer.c:4743189#, c-format3190msgid "%s: fast-forward"3191msgstr ""31923193#. TRANSLATORS: %s will be "revert", "cherry-pick" or3194#. "rebase -i".3195#.3196#: sequencer.c:5633197#, c-format3198msgid "%s: Unable to write new index file"3199msgstr ""32003201#: sequencer.c:5793202msgid "unable to update cache tree"3203msgstr ""32043205#: sequencer.c:5923206msgid "could not resolve HEAD commit"3207msgstr ""32083209#: sequencer.c:7493210#, c-format3211msgid ""3212"you have staged changes in your working tree\n"3213"If these changes are meant to be squashed into the previous commit, run:\n"3214"\n"3215" git commit --amend %s\n"3216"\n"3217"If they are meant to go into a new commit, run:\n"3218"\n"3219" git commit %s\n"3220"\n"3221"In both cases, once you're done, continue with:\n"3222"\n"3223" git rebase --continue\n"3224msgstr ""32253226#: sequencer.c:8183227msgid "writing root commit"3228msgstr ""32293230#: sequencer.c:10433231msgid "'prepare-commit-msg' hook failed"3232msgstr ""32333234#: sequencer.c:10503235msgid ""3236"Your name and email address were configured automatically based\n"3237"on your username and hostname. Please check that they are accurate.\n"3238"You can suppress this message by setting them explicitly. Run the\n"3239"following command and follow the instructions in your editor to edit\n"3240"your configuration file:\n"3241"\n"3242" git config --global --edit\n"3243"\n"3244"After doing this, you may fix the identity used for this commit with:\n"3245"\n"3246" git commit --amend --reset-author\n"3247msgstr ""32483249#: sequencer.c:10633250msgid ""3251"Your name and email address were configured automatically based\n"3252"on your username and hostname. Please check that they are accurate.\n"3253"You can suppress this message by setting them explicitly:\n"3254"\n"3255" git config --global user.name \"Your Name\"\n"3256" git config --global user.email you@example.com\n"3257"\n"3258"After doing this, you may fix the identity used for this commit with:\n"3259"\n"3260" git commit --amend --reset-author\n"3261msgstr ""32623263#: sequencer.c:11033264msgid "couldn't look up newly created commit"3265msgstr ""32663267#: sequencer.c:11053268msgid "could not parse newly created commit"3269msgstr ""32703271#: sequencer.c:11513272msgid "unable to resolve HEAD after creating commit"3273msgstr ""32743275#: sequencer.c:11533276msgid "detached HEAD"3277msgstr ""32783279#: sequencer.c:11573280msgid " (root-commit)"3281msgstr ""32823283#: sequencer.c:11783284msgid "could not parse HEAD"3285msgstr ""32863287#: sequencer.c:11803288#, c-format3289msgid "HEAD %s is not a commit!"3290msgstr ""32913292#: sequencer.c:1184 builtin/commit.c:15283293msgid "could not parse HEAD commit"3294msgstr ""32953296#: sequencer.c:1235 sequencer.c:18323297msgid "unable to parse commit author"3298msgstr ""32993300#: sequencer.c:1245 builtin/am.c:1630 builtin/merge.c:6453301msgid "git write-tree failed to write a tree"3302msgstr ""33033304#: sequencer.c:1262 sequencer.c:13173305#, c-format3306msgid "unable to read commit message from '%s'"3307msgstr ""33083309#: sequencer.c:1284 builtin/am.c:1650 builtin/commit.c:1631 builtin/merge.c:8253310#: builtin/merge.c:8503311msgid "failed to write commit object"3312msgstr ""33133314#: sequencer.c:13443315#, c-format3316msgid "could not parse commit %s"3317msgstr ""33183319#: sequencer.c:13493320#, c-format3321msgid "could not parse parent commit %s"3322msgstr ""33233324#: sequencer.c:1500 sequencer.c:15253325#, c-format3326msgid "This is a combination of %d commits."3327msgstr ""33283329#: sequencer.c:1510 sequencer.c:43553330msgid "need a HEAD to fixup"3331msgstr ""33323333#: sequencer.c:1512 sequencer.c:27293334msgid "could not read HEAD"3335msgstr ""33363337#: sequencer.c:15143338msgid "could not read HEAD's commit message"3339msgstr ""33403341#: sequencer.c:15203342#, c-format3343msgid "cannot write '%s'"3344msgstr ""33453346#: sequencer.c:1527 git-rebase--interactive.sh:4573347msgid "This is the 1st commit message:"3348msgstr ""33493350#: sequencer.c:15353351#, c-format3352msgid "could not read commit message of %s"3353msgstr ""33543355#: sequencer.c:15423356#, c-format3357msgid "This is the commit message #%d:"3358msgstr ""33593360#: sequencer.c:15483361#, c-format3362msgid "The commit message #%d will be skipped:"3363msgstr ""33643365#: sequencer.c:15533366#, c-format3367msgid "unknown command: %d"3368msgstr ""33693370#: sequencer.c:16313371msgid "your index file is unmerged."3372msgstr ""33733374#: sequencer.c:16383375msgid "cannot fixup root commit"3376msgstr ""33773378#: sequencer.c:16573379#, c-format3380msgid "commit %s is a merge but no -m option was given."3381msgstr ""33823383#: sequencer.c:16653384#, c-format3385msgid "commit %s does not have parent %d"3386msgstr ""33873388#: sequencer.c:16693389#, c-format3390msgid "mainline was specified but commit %s is not a merge."3391msgstr ""33923393#: sequencer.c:16753394#, c-format3395msgid "cannot get commit message for %s"3396msgstr ""33973398#. TRANSLATORS: The first %s will be a "todo" command like3399#. "revert" or "pick", the second %s a SHA1.3400#: sequencer.c:16943401#, c-format3402msgid "%s: cannot parse parent commit %s"3403msgstr ""34043405#: sequencer.c:17593406#, c-format3407msgid "could not rename '%s' to '%s'"3408msgstr ""34093410#: sequencer.c:18133411#, c-format3412msgid "could not revert %s... %s"3413msgstr ""34143415#: sequencer.c:18143416#, c-format3417msgid "could not apply %s... %s"3418msgstr ""34193420#: sequencer.c:18643421msgid "empty commit set passed"3422msgstr ""34233424#: sequencer.c:18743425#, c-format3426msgid "git %s: failed to read the index"3427msgstr ""34283429#: sequencer.c:18813430#, c-format3431msgid "git %s: failed to refresh the index"3432msgstr ""34333434#: sequencer.c:19613435#, c-format3436msgid "%s does not accept arguments: '%s'"3437msgstr ""34383439#: sequencer.c:19703440#, c-format3441msgid "missing arguments for %s"3442msgstr ""34433444#: sequencer.c:20293445#, c-format3446msgid "invalid line %d: %.*s"3447msgstr ""34483449#: sequencer.c:20373450#, c-format3451msgid "cannot '%s' without a previous commit"3452msgstr ""34533454#: sequencer.c:2085 sequencer.c:4138 sequencer.c:41733455#, c-format3456msgid "could not read '%s'."3457msgstr ""34583459#: sequencer.c:21083460msgid "please fix this using 'git rebase --edit-todo'."3461msgstr ""34623463#: sequencer.c:21103464#, c-format3465msgid "unusable instruction sheet: '%s'"3466msgstr ""34673468#: sequencer.c:21153469msgid "no commits parsed."3470msgstr ""34713472#: sequencer.c:21263473msgid "cannot cherry-pick during a revert."3474msgstr ""34753476#: sequencer.c:21283477msgid "cannot revert during a cherry-pick."3478msgstr ""34793480#: sequencer.c:21953481#, c-format3482msgid "invalid key: %s"3483msgstr ""34843485#: sequencer.c:21983486#, c-format3487msgid "invalid value for %s: %s"3488msgstr ""34893490#: sequencer.c:22693491msgid "unusable squash-onto"3492msgstr ""34933494#: sequencer.c:22853495#, c-format3496msgid "malformed options sheet: '%s'"3497msgstr ""34983499#: sequencer.c:23233500msgid "a cherry-pick or revert is already in progress"3501msgstr ""35023503#: sequencer.c:23243504msgid "try \"git cherry-pick (--continue | --quit | --abort)\""3505msgstr ""35063507#: sequencer.c:23273508#, c-format3509msgid "could not create sequencer directory '%s'"3510msgstr ""35113512#: sequencer.c:23413513msgid "could not lock HEAD"3514msgstr ""35153516#: sequencer.c:2396 sequencer.c:34033517msgid "no cherry-pick or revert in progress"3518msgstr ""35193520#: sequencer.c:23983521msgid "cannot resolve HEAD"3522msgstr ""35233524#: sequencer.c:2400 sequencer.c:24353525msgid "cannot abort from a branch yet to be born"3526msgstr ""35273528#: sequencer.c:2421 builtin/grep.c:7203529#, c-format3530msgid "cannot open '%s'"3531msgstr ""35323533#: sequencer.c:24233534#, c-format3535msgid "cannot read '%s': %s"3536msgstr ""35373538#: sequencer.c:24243539msgid "unexpected end of file"3540msgstr ""35413542#: sequencer.c:24303543#, c-format3544msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"3545msgstr ""35463547#: sequencer.c:24413548msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"3549msgstr ""35503551#: sequencer.c:2545 sequencer.c:33213552#, c-format3553msgid "could not update %s"3554msgstr ""35553556#: sequencer.c:2583 sequencer.c:33013557msgid "cannot read HEAD"3558msgstr ""35593560#: sequencer.c:2618 sequencer.c:2622 builtin/difftool.c:6393561#, c-format3562msgid "could not copy '%s' to '%s'"3563msgstr ""35643565#: sequencer.c:26413566msgid "could not read index"3567msgstr ""35683569#: sequencer.c:26463570#, c-format3571msgid ""3572"execution failed: %s\n"3573"%sYou can fix the problem, and then run\n"3574"\n"3575" git rebase --continue\n"3576"\n"3577msgstr ""35783579#: sequencer.c:26523580msgid "and made changes to the index and/or the working tree\n"3581msgstr ""35823583#: sequencer.c:26583584#, c-format3585msgid ""3586"execution succeeded: %s\n"3587"but left changes to the index and/or the working tree\n"3588"Commit or stash your changes, and then run\n"3589"\n"3590" git rebase --continue\n"3591"\n"3592msgstr ""35933594#: sequencer.c:27713595msgid "writing fake root commit"3596msgstr ""35973598#: sequencer.c:27763599msgid "writing squash-onto"3600msgstr ""36013602#: sequencer.c:28113603#, c-format3604msgid "failed to find tree of %s"3605msgstr ""36063607#: sequencer.c:28293608msgid "could not write index"3609msgstr ""36103611#: sequencer.c:28613612msgid "cannot merge without a current revision"3613msgstr ""36143615#: sequencer.c:28843616#, c-format3617msgid "could not resolve '%s'"3618msgstr ""36193620#: sequencer.c:29063621#, c-format3622msgid "could not get commit message of '%s'"3623msgstr ""36243625#: sequencer.c:2916 sequencer.c:29413626#, c-format3627msgid "could not write '%s'"3628msgstr ""36293630#: sequencer.c:30053631#, c-format3632msgid "could not even attempt to merge '%.*s'"3633msgstr ""36343635#: sequencer.c:30213636msgid "merge: Unable to write new index file"3637msgstr ""36383639#: sequencer.c:30883640#, c-format3641msgid "Applied autostash.\n"3642msgstr ""36433644#: sequencer.c:31003645#, c-format3646msgid "cannot store %s"3647msgstr ""36483649#: sequencer.c:3103 git-rebase.sh:1883650#, c-format3651msgid ""3652"Applying autostash resulted in conflicts.\n"3653"Your changes are safe in the stash.\n"3654"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"3655msgstr ""36563657#: sequencer.c:31343658#, c-format3659msgid ""3660"Could not execute the todo command\n"3661"\n"3662" %.*s\n"3663"It has been rescheduled; To edit the command before continuing, please\n"3664"edit the todo list first:\n"3665"\n"3666" git rebase --edit-todo\n"3667" git rebase --continue\n"3668msgstr ""36693670#: sequencer.c:32023671#, c-format3672msgid "Stopped at %s... %.*s\n"3673msgstr ""36743675#: sequencer.c:32643676#, c-format3677msgid "unknown command %d"3678msgstr ""36793680#: sequencer.c:33093681msgid "could not read orig-head"3682msgstr ""36833684#: sequencer.c:3314 sequencer.c:43523685msgid "could not read 'onto'"3686msgstr ""36873688#: sequencer.c:33283689#, c-format3690msgid "could not update HEAD to %s"3691msgstr ""36923693#: sequencer.c:34143694msgid "cannot rebase: You have unstaged changes."3695msgstr ""36963697#: sequencer.c:34233698msgid "cannot amend non-existing commit"3699msgstr ""37003701#: sequencer.c:34253702#, c-format3703msgid "invalid file: '%s'"3704msgstr ""37053706#: sequencer.c:34273707#, c-format3708msgid "invalid contents: '%s'"3709msgstr ""37103711#: sequencer.c:34303712msgid ""3713"\n"3714"You have uncommitted changes in your working tree. Please, commit them\n"3715"first and then run 'git rebase --continue' again."3716msgstr ""37173718#: sequencer.c:3455 sequencer.c:34933719#, c-format3720msgid "could not write file: '%s'"3721msgstr ""37223723#: sequencer.c:35083724msgid "could not remove CHERRY_PICK_HEAD"3725msgstr ""37263727#: sequencer.c:35153728msgid "could not commit staged changes."3729msgstr ""37303731#: sequencer.c:36123732#, c-format3733msgid "%s: can't cherry-pick a %s"3734msgstr ""37353736#: sequencer.c:36163737#, c-format3738msgid "%s: bad revision"3739msgstr ""37403741#: sequencer.c:36493742msgid "can't revert as initial commit"3743msgstr ""37443745#: sequencer.c:40983746msgid "make_script: unhandled options"3747msgstr ""37483749#: sequencer.c:41013750msgid "make_script: error preparing revisions"3751msgstr ""37523753#: sequencer.c:4142 sequencer.c:41773754#, c-format3755msgid "unusable todo list: '%s'"3756msgstr ""37573758#: sequencer.c:42363759#, c-format3760msgid ""3761"unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."3762msgstr ""37633764#: sequencer.c:43023765#, c-format3766msgid ""3767"Warning: some commits may have been dropped accidentally.\n"3768"Dropped commits (newer to older):\n"3769msgstr ""37703771#: sequencer.c:43093772#, c-format3773msgid ""3774"To avoid this message, use \"drop\" to explicitly remove a commit.\n"3775"\n"3776"Use 'git config rebase.missingCommitsCheck' to change the level of "3777"warnings.\n"3778"The possible behaviours are: ignore, warn, error.\n"3779"\n"3780msgstr ""37813782#: sequencer.c:43213783#, c-format3784msgid ""3785"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"3786"continue'.\n"3787"Or you can abort the rebase with 'git rebase --abort'.\n"3788msgstr ""37893790#: sequencer.c:43753791#, c-format3792msgid "could not parse commit '%s'"3793msgstr ""37943795#: sequencer.c:44903796msgid "the script was already rearranged."3797msgstr ""37983799#: setup.c:1233800#, c-format3801msgid "'%s' is outside repository"3802msgstr ""38033804#: setup.c:1723805#, c-format3806msgid ""3807"%s: no such path in the working tree.\n"3808"Use 'git <command> -- <path>...' to specify paths that do not exist locally."3809msgstr ""38103811#: setup.c:1853812#, c-format3813msgid ""3814"ambiguous argument '%s': unknown revision or path not in the working tree.\n"3815"Use '--' to separate paths from revisions, like this:\n"3816"'git <command> [<revision>...] -- [<file>...]'"3817msgstr ""38183819#: setup.c:2343820#, c-format3821msgid "option '%s' must come before non-option arguments"3822msgstr ""38233824#: setup.c:2533825#, c-format3826msgid ""3827"ambiguous argument '%s': both revision and filename\n"3828"Use '--' to separate paths from revisions, like this:\n"3829"'git <command> [<revision>...] -- [<file>...]'"3830msgstr ""38313832#: setup.c:3893833msgid "unable to set up work tree using invalid config"3834msgstr ""38353836#: setup.c:3933837msgid "this operation must be run in a work tree"3838msgstr ""38393840#: setup.c:5033841#, c-format3842msgid "Expected git repo version <= %d, found %d"3843msgstr ""38443845#: setup.c:5113846msgid "unknown repository extensions found:"3847msgstr ""38483849#: setup.c:5303850#, c-format3851msgid "error opening '%s'"3852msgstr ""38533854#: setup.c:5323855#, c-format3856msgid "too large to be a .git file: '%s'"3857msgstr ""38583859#: setup.c:5343860#, c-format3861msgid "error reading %s"3862msgstr ""38633864#: setup.c:5363865#, c-format3866msgid "invalid gitfile format: %s"3867msgstr ""38683869#: setup.c:5383870#, c-format3871msgid "no path in gitfile: %s"3872msgstr ""38733874#: setup.c:5403875#, c-format3876msgid "not a git repository: %s"3877msgstr ""38783879#: setup.c:6393880#, c-format3881msgid "'$%s' too big"3882msgstr ""38833884#: setup.c:6533885#, c-format3886msgid "not a git repository: '%s'"3887msgstr ""38883889#: setup.c:682 setup.c:684 setup.c:7153890#, c-format3891msgid "cannot chdir to '%s'"3892msgstr ""38933894#: setup.c:687 setup.c:743 setup.c:753 setup.c:792 setup.c:800 setup.c:8153895msgid "cannot come back to cwd"3896msgstr ""38973898#: setup.c:8133899#, c-format3900msgid "not a git repository (or any of the parent directories): %s"3901msgstr ""39023903#: setup.c:8243904#, c-format3905msgid "failed to stat '%*s%s%s'"3906msgstr ""39073908#: setup.c:10543909msgid "Unable to read current working directory"3910msgstr ""39113912#: setup.c:1066 setup.c:10723913#, c-format3914msgid "cannot change to '%s'"3915msgstr ""39163917#: setup.c:10853918#, c-format3919msgid ""3920"not a git repository (or any parent up to mount point %s)\n"3921"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."3922msgstr ""39233924#: setup.c:11683925#, c-format3926msgid ""3927"problem with core.sharedRepository filemode value (0%.3o).\n"3928"The owner of files must always have read and write permissions."3929msgstr ""39303931#: setup.c:12113932msgid "open /dev/null or dup failed"3933msgstr ""39343935#: setup.c:12263936msgid "fork failed"3937msgstr ""39383939#: setup.c:12313940msgid "setsid failed"3941msgstr ""39423943#: sha1-file.c:6253944#, c-format3945msgid "path '%s' does not exist"3946msgstr ""39473948#: sha1-file.c:6513949#, c-format3950msgid "reference repository '%s' as a linked checkout is not supported yet."3951msgstr ""39523953#: sha1-file.c:6573954#, c-format3955msgid "reference repository '%s' is not a local repository."3956msgstr ""39573958#: sha1-file.c:6633959#, c-format3960msgid "reference repository '%s' is shallow"3961msgstr ""39623963#: sha1-file.c:6713964#, c-format3965msgid "reference repository '%s' is grafted"3966msgstr ""39673968#: sha1-name.c:4423969#, c-format3970msgid "short SHA1 %s is ambiguous"3971msgstr ""39723973#: sha1-name.c:4533974msgid "The candidates are:"3975msgstr ""39763977#: sha1-name.c:6953978msgid ""3979"Git normally never creates a ref that ends with 40 hex characters\n"3980"because it will be ignored when you just specify 40-hex. These refs\n"3981"may be created by mistake. For example,\n"3982"\n"3983" git checkout -b $br $(git rev-parse ...)\n"3984"\n"3985"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"3986"examine these refs and maybe delete them. Turn this message off by\n"3987"running \"git config advice.objectNameWarning false\""3988msgstr ""39893990#: submodule.c:97 submodule.c:1313991msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"3992msgstr ""39933994#: submodule.c:101 submodule.c:1353995#, c-format3996msgid "Could not find section in .gitmodules where path=%s"3997msgstr ""39983999#: submodule.c:1094000#, c-format4001msgid "Could not update .gitmodules entry %s"4002msgstr ""40034004#: submodule.c:1424005#, c-format4006msgid "Could not remove .gitmodules entry for %s"4007msgstr ""40084009#: submodule.c:1534010msgid "staging updated .gitmodules failed"4011msgstr ""40124013#: submodule.c:3154014#, c-format4015msgid "in unpopulated submodule '%s'"4016msgstr ""40174018#: submodule.c:3464019#, c-format4020msgid "Pathspec '%s' is in submodule '%.*s'"4021msgstr ""40224023#: submodule.c:8374024#, c-format4025msgid "submodule entry '%s' (%s) is a %s, not a commit"4026msgstr ""40274028#: submodule.c:1069 builtin/branch.c:651 builtin/submodule--helper.c:17434029msgid "Failed to resolve HEAD as a valid ref."4030msgstr ""40314032#: submodule.c:13754033#, c-format4034msgid "'%s' not recognized as a git repository"4035msgstr ""40364037#: submodule.c:15134038#, c-format4039msgid "could not start 'git status' in submodule '%s'"4040msgstr ""40414042#: submodule.c:15264043#, c-format4044msgid "could not run 'git status' in submodule '%s'"4045msgstr ""40464047#: submodule.c:16194048#, c-format4049msgid "submodule '%s' has dirty index"4050msgstr ""40514052#: submodule.c:17184053#, c-format4054msgid ""4055"relocate_gitdir for submodule '%s' with more than one worktree not supported"4056msgstr ""40574058#: submodule.c:1730 submodule.c:17864059#, c-format4060msgid "could not lookup name for submodule '%s'"4061msgstr ""40624063#: submodule.c:1734 builtin/submodule--helper.c:12614064#: builtin/submodule--helper.c:12714065#, c-format4066msgid "could not create directory '%s'"4067msgstr ""40684069#: submodule.c:17374070#, c-format4071msgid ""4072"Migrating git directory of '%s%s' from\n"4073"'%s' to\n"4074"'%s'\n"4075msgstr ""40764077#: submodule.c:18214078#, c-format4079msgid "could not recurse into submodule '%s'"4080msgstr ""40814082#: submodule.c:18654083msgid "could not start ls-files in .."4084msgstr ""40854086#: submodule.c:19044087#, c-format4088msgid "ls-tree returned unexpected return code %d"4089msgstr ""40904091#: submodule-config.c:2304092#, c-format4093msgid "ignoring suspicious submodule name: %s"4094msgstr ""40954096#: submodule-config.c:2944097msgid "negative values not allowed for submodule.fetchjobs"4098msgstr ""40994100#: submodule-config.c:4674101#, c-format4102msgid "invalid value for %s"4103msgstr ""41044105#: trailer.c:2384106#, c-format4107msgid "running trailer command '%s' failed"4108msgstr ""41094110#: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:5534111#: trailer.c:5574112#, c-format4113msgid "unknown value '%s' for key '%s'"4114msgstr ""41154116#: trailer.c:539 trailer.c:544 builtin/remote.c:2934117#, c-format4118msgid "more than one %s"4119msgstr ""41204121#: trailer.c:7304122#, c-format4123msgid "empty trailer token in trailer '%.*s'"4124msgstr ""41254126#: trailer.c:7504127#, c-format4128msgid "could not read input file '%s'"4129msgstr ""41304131#: trailer.c:7534132msgid "could not read from stdin"4133msgstr ""41344135#: trailer.c:1008 builtin/am.c:464136#, c-format4137msgid "could not stat %s"4138msgstr ""41394140#: trailer.c:10104141#, c-format4142msgid "file %s is not a regular file"4143msgstr ""41444145#: trailer.c:10124146#, c-format4147msgid "file %s is not writable by user"4148msgstr ""41494150#: trailer.c:10244151msgid "could not open temporary file"4152msgstr ""41534154#: trailer.c:10644155#, c-format4156msgid "could not rename temporary file to %s"4157msgstr ""41584159#: transport.c:1164160#, c-format4161msgid "Would set upstream of '%s' to '%s' of '%s'\n"4162msgstr ""41634164#: transport.c:2084165#, c-format4166msgid "transport: invalid depth option '%s'"4167msgstr ""41684169#: transport.c:5844170msgid "could not parse transport.color.* config"4171msgstr ""41724173#: transport.c:9964174#, c-format4175msgid ""4176"The following submodule paths contain changes that can\n"4177"not be found on any remote:\n"4178msgstr ""41794180#: transport.c:10004181#, c-format4182msgid ""4183"\n"4184"Please try\n"4185"\n"4186"\tgit push --recurse-submodules=on-demand\n"4187"\n"4188"or cd to the path and use\n"4189"\n"4190"\tgit push\n"4191"\n"4192"to push them to a remote.\n"4193"\n"4194msgstr ""41954196#: transport.c:10084197msgid "Aborting."4198msgstr ""41994200#: transport-helper.c:10874201#, c-format4202msgid "Could not read ref %s"4203msgstr ""42044205#: tree-walk.c:314206msgid "too-short tree object"4207msgstr ""42084209#: tree-walk.c:374210msgid "malformed mode in tree entry"4211msgstr ""42124213#: tree-walk.c:414214msgid "empty filename in tree entry"4215msgstr ""42164217#: tree-walk.c:1134218msgid "too-short tree file"4219msgstr ""42204221#: unpack-trees.c:1114222#, c-format4223msgid ""4224"Your local changes to the following files would be overwritten by checkout:\n"4225"%%sPlease commit your changes or stash them before you switch branches."4226msgstr ""42274228#: unpack-trees.c:1134229#, c-format4230msgid ""4231"Your local changes to the following files would be overwritten by checkout:\n"4232"%%s"4233msgstr ""42344235#: unpack-trees.c:1164236#, c-format4237msgid ""4238"Your local changes to the following files would be overwritten by merge:\n"4239"%%sPlease commit your changes or stash them before you merge."4240msgstr ""42414242#: unpack-trees.c:1184243#, c-format4244msgid ""4245"Your local changes to the following files would be overwritten by merge:\n"4246"%%s"4247msgstr ""42484249#: unpack-trees.c:1214250#, c-format4251msgid ""4252"Your local changes to the following files would be overwritten by %s:\n"4253"%%sPlease commit your changes or stash them before you %s."4254msgstr ""42554256#: unpack-trees.c:1234257#, c-format4258msgid ""4259"Your local changes to the following files would be overwritten by %s:\n"4260"%%s"4261msgstr ""42624263#: unpack-trees.c:1284264#, c-format4265msgid ""4266"Updating the following directories would lose untracked files in them:\n"4267"%s"4268msgstr ""42694270#: unpack-trees.c:1324271#, c-format4272msgid ""4273"The following untracked working tree files would be removed by checkout:\n"4274"%%sPlease move or remove them before you switch branches."4275msgstr ""42764277#: unpack-trees.c:1344278#, c-format4279msgid ""4280"The following untracked working tree files would be removed by checkout:\n"4281"%%s"4282msgstr ""42834284#: unpack-trees.c:1374285#, c-format4286msgid ""4287"The following untracked working tree files would be removed by merge:\n"4288"%%sPlease move or remove them before you merge."4289msgstr ""42904291#: unpack-trees.c:1394292#, c-format4293msgid ""4294"The following untracked working tree files would be removed by merge:\n"4295"%%s"4296msgstr ""42974298#: unpack-trees.c:1424299#, c-format4300msgid ""4301"The following untracked working tree files would be removed by %s:\n"4302"%%sPlease move or remove them before you %s."4303msgstr ""43044305#: unpack-trees.c:1444306#, c-format4307msgid ""4308"The following untracked working tree files would be removed by %s:\n"4309"%%s"4310msgstr ""43114312#: unpack-trees.c:1504313#, c-format4314msgid ""4315"The following untracked working tree files would be overwritten by "4316"checkout:\n"4317"%%sPlease move or remove them before you switch branches."4318msgstr ""43194320#: unpack-trees.c:1524321#, c-format4322msgid ""4323"The following untracked working tree files would be overwritten by "4324"checkout:\n"4325"%%s"4326msgstr ""43274328#: unpack-trees.c:1554329#, c-format4330msgid ""4331"The following untracked working tree files would be overwritten by merge:\n"4332"%%sPlease move or remove them before you merge."4333msgstr ""43344335#: unpack-trees.c:1574336#, c-format4337msgid ""4338"The following untracked working tree files would be overwritten by merge:\n"4339"%%s"4340msgstr ""43414342#: unpack-trees.c:1604343#, c-format4344msgid ""4345"The following untracked working tree files would be overwritten by %s:\n"4346"%%sPlease move or remove them before you %s."4347msgstr ""43484349#: unpack-trees.c:1624350#, c-format4351msgid ""4352"The following untracked working tree files would be overwritten by %s:\n"4353"%%s"4354msgstr ""43554356#: unpack-trees.c:1704357#, c-format4358msgid "Entry '%s' overlaps with '%s'. Cannot bind."4359msgstr ""43604361#: unpack-trees.c:1734362#, c-format4363msgid ""4364"Cannot update sparse checkout: the following entries are not up to date:\n"4365"%s"4366msgstr ""43674368#: unpack-trees.c:1754369#, c-format4370msgid ""4371"The following working tree files would be overwritten by sparse checkout "4372"update:\n"4373"%s"4374msgstr ""43754376#: unpack-trees.c:1774377#, c-format4378msgid ""4379"The following working tree files would be removed by sparse checkout "4380"update:\n"4381"%s"4382msgstr ""43834384#: unpack-trees.c:1794385#, c-format4386msgid ""4387"Cannot update submodule:\n"4388"%s"4389msgstr ""43904391#: unpack-trees.c:2624392#, c-format4393msgid "Aborting\n"4394msgstr ""43954396#: unpack-trees.c:3444397msgid "Checking out files"4398msgstr ""43994400#: urlmatch.c:1634401msgid "invalid URL scheme name or missing '://' suffix"4402msgstr ""44034404#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:4054405#, c-format4406msgid "invalid %XX escape sequence"4407msgstr ""44084409#: urlmatch.c:2154410msgid "missing host and scheme is not 'file:'"4411msgstr ""44124413#: urlmatch.c:2324414msgid "a 'file:' URL may not have a port number"4415msgstr ""44164417#: urlmatch.c:2474418msgid "invalid characters in host name"4419msgstr ""44204421#: urlmatch.c:292 urlmatch.c:3034422msgid "invalid port number"4423msgstr ""44244425#: urlmatch.c:3714426msgid "invalid '..' path segment"4427msgstr ""44284429#: worktree.c:245 builtin/am.c:21474430#, c-format4431msgid "failed to read '%s'"4432msgstr ""44334434#: worktree.c:2914435#, c-format4436msgid "'%s' at main working tree is not the repository directory"4437msgstr ""44384439#: worktree.c:3024440#, c-format4441msgid "'%s' file does not contain absolute path to the working tree location"4442msgstr ""44434444#: worktree.c:3144445#, c-format4446msgid "'%s' does not exist"4447msgstr ""44484449#: worktree.c:3204450#, c-format4451msgid "'%s' is not a .git file, error code %d"4452msgstr ""44534454#: worktree.c:3284455#, c-format4456msgid "'%s' does not point back to '%s'"4457msgstr ""44584459#: wrapper.c:223 wrapper.c:3934460#, c-format4461msgid "could not open '%s' for reading and writing"4462msgstr ""44634464#: wrapper.c:227 wrapper.c:397 builtin/am.c:320 builtin/am.c:7704465#: builtin/am.c:862 builtin/merge.c:10434466#, c-format4467msgid "could not open '%s' for reading"4468msgstr ""44694470#: wrapper.c:424 wrapper.c:6244471#, c-format4472msgid "unable to access '%s'"4473msgstr ""44744475#: wrapper.c:6324476msgid "unable to get current working directory"4477msgstr ""44784479#: wt-status.c:1544480msgid "Unmerged paths:"4481msgstr ""44824483#: wt-status.c:181 wt-status.c:2084484#, c-format4485msgid " (use \"git reset %s <file>...\" to unstage)"4486msgstr ""44874488#: wt-status.c:183 wt-status.c:2104489msgid " (use \"git rm --cached <file>...\" to unstage)"4490msgstr ""44914492#: wt-status.c:1874493msgid " (use \"git add <file>...\" to mark resolution)"4494msgstr ""44954496#: wt-status.c:189 wt-status.c:1934497msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"4498msgstr ""44994500#: wt-status.c:1914501msgid " (use \"git rm <file>...\" to mark resolution)"4502msgstr ""45034504#: wt-status.c:202 wt-status.c:10154505msgid "Changes to be committed:"4506msgstr ""45074508#: wt-status.c:220 wt-status.c:10244509msgid "Changes not staged for commit:"4510msgstr ""45114512#: wt-status.c:2244513msgid " (use \"git add <file>...\" to update what will be committed)"4514msgstr ""45154516#: wt-status.c:2264517msgid " (use \"git add/rm <file>...\" to update what will be committed)"4518msgstr ""45194520#: wt-status.c:2274521msgid ""4522" (use \"git checkout -- <file>...\" to discard changes in working directory)"4523msgstr ""45244525#: wt-status.c:2294526msgid " (commit or discard the untracked or modified content in submodules)"4527msgstr ""45284529#: wt-status.c:2414530#, c-format4531msgid " (use \"git %s <file>...\" to include in what will be committed)"4532msgstr ""45334534#: wt-status.c:2564535msgid "both deleted:"4536msgstr ""45374538#: wt-status.c:2584539msgid "added by us:"4540msgstr ""45414542#: wt-status.c:2604543msgid "deleted by them:"4544msgstr ""45454546#: wt-status.c:2624547msgid "added by them:"4548msgstr ""45494550#: wt-status.c:2644551msgid "deleted by us:"4552msgstr ""45534554#: wt-status.c:2664555msgid "both added:"4556msgstr ""45574558#: wt-status.c:2684559msgid "both modified:"4560msgstr ""45614562#: wt-status.c:2784563msgid "new file:"4564msgstr ""45654566#: wt-status.c:2804567msgid "copied:"4568msgstr ""45694570#: wt-status.c:2824571msgid "deleted:"4572msgstr ""45734574#: wt-status.c:2844575msgid "modified:"4576msgstr ""45774578#: wt-status.c:2864579msgid "renamed:"4580msgstr ""45814582#: wt-status.c:2884583msgid "typechange:"4584msgstr ""45854586#: wt-status.c:2904587msgid "unknown:"4588msgstr ""45894590#: wt-status.c:2924591msgid "unmerged:"4592msgstr ""45934594#: wt-status.c:3724595msgid "new commits, "4596msgstr ""45974598#: wt-status.c:3744599msgid "modified content, "4600msgstr ""46014602#: wt-status.c:3764603msgid "untracked content, "4604msgstr ""46054606#: wt-status.c:8534607#, c-format4608msgid "Your stash currently has %d entry"4609msgid_plural "Your stash currently has %d entries"4610msgstr[0] ""4611msgstr[1] ""46124613#: wt-status.c:8854614msgid "Submodules changed but not updated:"4615msgstr ""46164617#: wt-status.c:8874618msgid "Submodule changes to be committed:"4619msgstr ""46204621#: wt-status.c:9694622msgid ""4623"Do not modify or remove the line above.\n"4624"Everything below it will be ignored."4625msgstr ""46264627#: wt-status.c:10844628msgid "You have unmerged paths."4629msgstr ""46304631#: wt-status.c:10874632msgid " (fix conflicts and run \"git commit\")"4633msgstr ""46344635#: wt-status.c:10894636msgid " (use \"git merge --abort\" to abort the merge)"4637msgstr ""46384639#: wt-status.c:10944640msgid "All conflicts fixed but you are still merging."4641msgstr ""46424643#: wt-status.c:10974644msgid " (use \"git commit\" to conclude merge)"4645msgstr ""46464647#: wt-status.c:11074648msgid "You are in the middle of an am session."4649msgstr ""46504651#: wt-status.c:11104652msgid "The current patch is empty."4653msgstr ""46544655#: wt-status.c:11144656msgid " (fix conflicts and then run \"git am --continue\")"4657msgstr ""46584659#: wt-status.c:11164660msgid " (use \"git am --skip\" to skip this patch)"4661msgstr ""46624663#: wt-status.c:11184664msgid " (use \"git am --abort\" to restore the original branch)"4665msgstr ""46664667#: wt-status.c:12504668msgid "git-rebase-todo is missing."4669msgstr ""46704671#: wt-status.c:12524672msgid "No commands done."4673msgstr ""46744675#: wt-status.c:12554676#, c-format4677msgid "Last command done (%d command done):"4678msgid_plural "Last commands done (%d commands done):"4679msgstr[0] ""4680msgstr[1] ""46814682#: wt-status.c:12664683#, c-format4684msgid " (see more in file %s)"4685msgstr ""46864687#: wt-status.c:12714688msgid "No commands remaining."4689msgstr ""46904691#: wt-status.c:12744692#, c-format4693msgid "Next command to do (%d remaining command):"4694msgid_plural "Next commands to do (%d remaining commands):"4695msgstr[0] ""4696msgstr[1] ""46974698#: wt-status.c:12824699msgid " (use \"git rebase --edit-todo\" to view and edit)"4700msgstr ""47014702#: wt-status.c:12954703#, c-format4704msgid "You are currently rebasing branch '%s' on '%s'."4705msgstr ""47064707#: wt-status.c:13004708msgid "You are currently rebasing."4709msgstr ""47104711#: wt-status.c:13144712msgid " (fix conflicts and then run \"git rebase --continue\")"4713msgstr ""47144715#: wt-status.c:13164716msgid " (use \"git rebase --skip\" to skip this patch)"4717msgstr ""47184719#: wt-status.c:13184720msgid " (use \"git rebase --abort\" to check out the original branch)"4721msgstr ""47224723#: wt-status.c:13244724msgid " (all conflicts fixed: run \"git rebase --continue\")"4725msgstr ""47264727#: wt-status.c:13284728#, c-format4729msgid ""4730"You are currently splitting a commit while rebasing branch '%s' on '%s'."4731msgstr ""47324733#: wt-status.c:13334734msgid "You are currently splitting a commit during a rebase."4735msgstr ""47364737#: wt-status.c:13364738msgid " (Once your working directory is clean, run \"git rebase --continue\")"4739msgstr ""47404741#: wt-status.c:13404742#, c-format4743msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."4744msgstr ""47454746#: wt-status.c:13454747msgid "You are currently editing a commit during a rebase."4748msgstr ""47494750#: wt-status.c:13484751msgid " (use \"git commit --amend\" to amend the current commit)"4752msgstr ""47534754#: wt-status.c:13504755msgid ""4756" (use \"git rebase --continue\" once you are satisfied with your changes)"4757msgstr ""47584759#: wt-status.c:13604760#, c-format4761msgid "You are currently cherry-picking commit %s."4762msgstr ""47634764#: wt-status.c:13654765msgid " (fix conflicts and run \"git cherry-pick --continue\")"4766msgstr ""47674768#: wt-status.c:13684769msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"4770msgstr ""47714772#: wt-status.c:13704773msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"4774msgstr ""47754776#: wt-status.c:13794777#, c-format4778msgid "You are currently reverting commit %s."4779msgstr ""47804781#: wt-status.c:13844782msgid " (fix conflicts and run \"git revert --continue\")"4783msgstr ""47844785#: wt-status.c:13874786msgid " (all conflicts fixed: run \"git revert --continue\")"4787msgstr ""47884789#: wt-status.c:13894790msgid " (use \"git revert --abort\" to cancel the revert operation)"4791msgstr ""47924793#: wt-status.c:14004794#, c-format4795msgid "You are currently bisecting, started from branch '%s'."4796msgstr ""47974798#: wt-status.c:14044799msgid "You are currently bisecting."4800msgstr ""48014802#: wt-status.c:14074803msgid " (use \"git bisect reset\" to get back to the original branch)"4804msgstr ""48054806#: wt-status.c:16044807msgid "On branch "4808msgstr ""48094810#: wt-status.c:16104811msgid "interactive rebase in progress; onto "4812msgstr ""48134814#: wt-status.c:16124815msgid "rebase in progress; onto "4816msgstr ""48174818#: wt-status.c:16174819msgid "HEAD detached at "4820msgstr ""48214822#: wt-status.c:16194823msgid "HEAD detached from "4824msgstr ""48254826#: wt-status.c:16224827msgid "Not currently on any branch."4828msgstr ""48294830#: wt-status.c:16424831msgid "Initial commit"4832msgstr ""48334834#: wt-status.c:16434835msgid "No commits yet"4836msgstr ""48374838#: wt-status.c:16574839msgid "Untracked files"4840msgstr ""48414842#: wt-status.c:16594843msgid "Ignored files"4844msgstr ""48454846#: wt-status.c:16634847#, c-format4848msgid ""4849"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"4850"may speed it up, but you have to be careful not to forget to add\n"4851"new files yourself (see 'git help status')."4852msgstr ""48534854#: wt-status.c:16694855#, c-format4856msgid "Untracked files not listed%s"4857msgstr ""48584859#: wt-status.c:16714860msgid " (use -u option to show untracked files)"4861msgstr ""48624863#: wt-status.c:16774864msgid "No changes"4865msgstr ""48664867#: wt-status.c:16824868#, c-format4869msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"4870msgstr ""48714872#: wt-status.c:16854873#, c-format4874msgid "no changes added to commit\n"4875msgstr ""48764877#: wt-status.c:16884878#, c-format4879msgid ""4880"nothing added to commit but untracked files present (use \"git add\" to "4881"track)\n"4882msgstr ""48834884#: wt-status.c:16914885#, c-format4886msgid "nothing added to commit but untracked files present\n"4887msgstr ""48884889#: wt-status.c:16944890#, c-format4891msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"4892msgstr ""48934894#: wt-status.c:1697 wt-status.c:17024895#, c-format4896msgid "nothing to commit\n"4897msgstr ""48984899#: wt-status.c:17004900#, c-format4901msgid "nothing to commit (use -u to show untracked files)\n"4902msgstr ""49034904#: wt-status.c:17044905#, c-format4906msgid "nothing to commit, working tree clean\n"4907msgstr ""49084909#: wt-status.c:18174910msgid "No commits yet on "4911msgstr ""49124913#: wt-status.c:18214914msgid "HEAD (no branch)"4915msgstr ""49164917#: wt-status.c:18524918msgid "different"4919msgstr ""49204921#: wt-status.c:1854 wt-status.c:18624922msgid "behind "4923msgstr ""49244925#: wt-status.c:1857 wt-status.c:18604926msgid "ahead "4927msgstr ""49284929#. TRANSLATORS: the action is e.g. "pull with rebase"4930#: wt-status.c:23664931#, c-format4932msgid "cannot %s: You have unstaged changes."4933msgstr ""49344935#: wt-status.c:23724936msgid "additionally, your index contains uncommitted changes."4937msgstr ""49384939#: wt-status.c:23744940#, c-format4941msgid "cannot %s: Your index contains uncommitted changes."4942msgstr ""49434944#: compat/precompose_utf8.c:58 builtin/clone.c:4424945#, c-format4946msgid "failed to unlink '%s'"4947msgstr ""49484949#: builtin/add.c:244950msgid "git add [<options>] [--] <pathspec>..."4951msgstr ""49524953#: builtin/add.c:834954#, c-format4955msgid "unexpected diff status %c"4956msgstr ""49574958#: builtin/add.c:88 builtin/commit.c:2664959msgid "updating files failed"4960msgstr ""49614962#: builtin/add.c:984963#, c-format4964msgid "remove '%s'\n"4965msgstr ""49664967#: builtin/add.c:1734968msgid "Unstaged changes after refreshing the index:"4969msgstr ""49704971#: builtin/add.c:233 builtin/rev-parse.c:8924972msgid "Could not read the index"4973msgstr ""49744975#: builtin/add.c:2444976#, c-format4977msgid "Could not open '%s' for writing."4978msgstr ""49794980#: builtin/add.c:2484981msgid "Could not write patch"4982msgstr ""49834984#: builtin/add.c:2514985msgid "editing patch failed"4986msgstr ""49874988#: builtin/add.c:2544989#, c-format4990msgid "Could not stat '%s'"4991msgstr ""49924993#: builtin/add.c:2564994msgid "Empty patch. Aborted."4995msgstr ""49964997#: builtin/add.c:2614998#, c-format4999msgid "Could not apply '%s'"5000msgstr ""50015002#: builtin/add.c:2695003msgid "The following paths are ignored by one of your .gitignore files:\n"5004msgstr ""50055006#: builtin/add.c:289 builtin/clean.c:911 builtin/fetch.c:145 builtin/mv.c:1235007#: builtin/prune-packed.c:55 builtin/pull.c:212 builtin/push.c:5575008#: builtin/remote.c:1342 builtin/rm.c:240 builtin/send-pack.c:1655009msgid "dry run"5010msgstr ""50115012#: builtin/add.c:2925013msgid "interactive picking"5014msgstr ""50155016#: builtin/add.c:293 builtin/checkout.c:1135 builtin/reset.c:3025017msgid "select hunks interactively"5018msgstr ""50195020#: builtin/add.c:2945021msgid "edit current diff and apply"5022msgstr ""50235024#: builtin/add.c:2955025msgid "allow adding otherwise ignored files"5026msgstr ""50275028#: builtin/add.c:2965029msgid "update tracked files"5030msgstr ""50315032#: builtin/add.c:2975033msgid "renormalize EOL of tracked files (implies -u)"5034msgstr ""50355036#: builtin/add.c:2985037msgid "record only the fact that the path will be added later"5038msgstr ""50395040#: builtin/add.c:2995041msgid "add changes from all tracked and untracked files"5042msgstr ""50435044#: builtin/add.c:3025045msgid "ignore paths removed in the working tree (same as --no-all)"5046msgstr ""50475048#: builtin/add.c:3045049msgid "don't add, only refresh the index"5050msgstr ""50515052#: builtin/add.c:3055053msgid "just skip files which cannot be added because of errors"5054msgstr ""50555056#: builtin/add.c:3065057msgid "check if - even missing - files are ignored in dry run"5058msgstr ""50595060#: builtin/add.c:307 builtin/update-index.c:9745061msgid "(+/-)x"5062msgstr ""50635064#: builtin/add.c:307 builtin/update-index.c:9755065msgid "override the executable bit of the listed files"5066msgstr ""50675068#: builtin/add.c:3095069msgid "warn when adding an embedded repository"5070msgstr ""50715072#: builtin/add.c:3245073#, c-format5074msgid ""5075"You've added another git repository inside your current repository.\n"5076"Clones of the outer repository will not contain the contents of\n"5077"the embedded repository and will not know how to obtain it.\n"5078"If you meant to add a submodule, use:\n"5079"\n"5080"\tgit submodule add <url> %s\n"5081"\n"5082"If you added this path by mistake, you can remove it from the\n"5083"index with:\n"5084"\n"5085"\tgit rm --cached %s\n"5086"\n"5087"See \"git help submodule\" for more information."5088msgstr ""50895090#: builtin/add.c:3525091#, c-format5092msgid "adding embedded git repository: %s"5093msgstr ""50945095#: builtin/add.c:3705096#, c-format5097msgid "Use -f if you really want to add them.\n"5098msgstr ""50995100#: builtin/add.c:3785101msgid "adding files failed"5102msgstr ""51035104#: builtin/add.c:4165105msgid "-A and -u are mutually incompatible"5106msgstr ""51075108#: builtin/add.c:4235109msgid "Option --ignore-missing can only be used together with --dry-run"5110msgstr ""51115112#: builtin/add.c:4275113#, c-format5114msgid "--chmod param '%s' must be either -x or +x"5115msgstr ""51165117#: builtin/add.c:4425118#, c-format5119msgid "Nothing specified, nothing added.\n"5120msgstr ""51215122#: builtin/add.c:4435123#, c-format5124msgid "Maybe you wanted to say 'git add .'?\n"5125msgstr ""51265127#: builtin/add.c:448 builtin/check-ignore.c:177 builtin/checkout.c:2805128#: builtin/checkout.c:483 builtin/clean.c:958 builtin/commit.c:3255129#: builtin/diff-tree.c:114 builtin/mv.c:144 builtin/reset.c:2415130#: builtin/rm.c:270 builtin/submodule--helper.c:3285131msgid "index file corrupt"5132msgstr ""51335134#: builtin/am.c:4145135msgid "could not parse author script"5136msgstr ""51375138#: builtin/am.c:4985139#, c-format5140msgid "'%s' was deleted by the applypatch-msg hook"5141msgstr ""51425143#: builtin/am.c:5395144#, c-format5145msgid "Malformed input line: '%s'."5146msgstr ""51475148#: builtin/am.c:5765149#, c-format5150msgid "Failed to copy notes from '%s' to '%s'"5151msgstr ""51525153#: builtin/am.c:6025154msgid "fseek failed"5155msgstr ""51565157#: builtin/am.c:7905158#, c-format5159msgid "could not parse patch '%s'"5160msgstr ""51615162#: builtin/am.c:8555163msgid "Only one StGIT patch series can be applied at once"5164msgstr ""51655166#: builtin/am.c:9035167msgid "invalid timestamp"5168msgstr ""51695170#: builtin/am.c:908 builtin/am.c:9205171msgid "invalid Date line"5172msgstr ""51735174#: builtin/am.c:9155175msgid "invalid timezone offset"5176msgstr ""51775178#: builtin/am.c:10085179msgid "Patch format detection failed."5180msgstr ""51815182#: builtin/am.c:1013 builtin/clone.c:4075183#, c-format5184msgid "failed to create directory '%s'"5185msgstr ""51865187#: builtin/am.c:10185188msgid "Failed to split patches."5189msgstr ""51905191#: builtin/am.c:1148 builtin/commit.c:3515192msgid "unable to write index file"5193msgstr ""51945195#: builtin/am.c:11625196#, c-format5197msgid "When you have resolved this problem, run \"%s --continue\"."5198msgstr ""51995200#: builtin/am.c:11635201#, c-format5202msgid "If you prefer to skip this patch, run \"%s --skip\" instead."5203msgstr ""52045205#: builtin/am.c:11645206#, c-format5207msgid "To restore the original branch and stop patching, run \"%s --abort\"."5208msgstr ""52095210#: builtin/am.c:12715211msgid "Patch is empty."5212msgstr ""52135214#: builtin/am.c:13375215#, c-format5216msgid "invalid ident line: %.*s"5217msgstr ""52185219#: builtin/am.c:13595220#, c-format5221msgid "unable to parse commit %s"5222msgstr ""52235224#: builtin/am.c:15545225msgid "Repository lacks necessary blobs to fall back on 3-way merge."5226msgstr ""52275228#: builtin/am.c:15565229msgid "Using index info to reconstruct a base tree..."5230msgstr ""52315232#: builtin/am.c:15755233msgid ""5234"Did you hand edit your patch?\n"5235"It does not apply to blobs recorded in its index."5236msgstr ""52375238#: builtin/am.c:15815239msgid "Falling back to patching base and 3-way merge..."5240msgstr ""52415242#: builtin/am.c:16065243msgid "Failed to merge in the changes."5244msgstr ""52455246#: builtin/am.c:16375247msgid "applying to an empty history"5248msgstr ""52495250#: builtin/am.c:1683 builtin/am.c:16875251#, c-format5252msgid "cannot resume: %s does not exist."5253msgstr ""52545255#: builtin/am.c:17035256msgid "cannot be interactive without stdin connected to a terminal."5257msgstr ""52585259#: builtin/am.c:17085260msgid "Commit Body is:"5261msgstr ""52625263#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]5264#. in your translation. The program will only accept English5265#. input at this point.5266#.5267#: builtin/am.c:17185268msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "5269msgstr ""52705271#: builtin/am.c:17685272#, c-format5273msgid "Dirty index: cannot apply patches (dirty: %s)"5274msgstr ""52755276#: builtin/am.c:1808 builtin/am.c:18795277#, c-format5278msgid "Applying: %.*s"5279msgstr ""52805281#: builtin/am.c:18245282msgid "No changes -- Patch already applied."5283msgstr ""52845285#: builtin/am.c:18325286#, c-format5287msgid "Patch failed at %s %.*s"5288msgstr ""52895290#: builtin/am.c:18385291msgid "Use 'git am --show-current-patch' to see the failed patch"5292msgstr ""52935294#: builtin/am.c:18825295msgid ""5296"No changes - did you forget to use 'git add'?\n"5297"If there is nothing left to stage, chances are that something else\n"5298"already introduced the same changes; you might want to skip this patch."5299msgstr ""53005301#: builtin/am.c:18895302msgid ""5303"You still have unmerged paths in your index.\n"5304"You should 'git add' each file with resolved conflicts to mark them as "5305"such.\n"5306"You might run `git rm` on a file to accept \"deleted by them\" for it."5307msgstr ""53085309#: builtin/am.c:1996 builtin/am.c:2000 builtin/am.c:2012 builtin/reset.c:3245310#: builtin/reset.c:3325311#, c-format5312msgid "Could not parse object '%s'."5313msgstr ""53145315#: builtin/am.c:20485316msgid "failed to clean index"5317msgstr ""53185319#: builtin/am.c:20835320msgid ""5321"You seem to have moved HEAD since the last 'am' failure.\n"5322"Not rewinding to ORIG_HEAD"5323msgstr ""53245325#: builtin/am.c:21745326#, c-format5327msgid "Invalid value for --patch-format: %s"5328msgstr ""53295330#: builtin/am.c:22105331msgid "git am [<options>] [(<mbox> | <Maildir>)...]"5332msgstr ""53335334#: builtin/am.c:22115335msgid "git am [<options>] (--continue | --skip | --abort)"5336msgstr ""53375338#: builtin/am.c:22175339msgid "run interactively"5340msgstr ""53415342#: builtin/am.c:22195343msgid "historical option -- no-op"5344msgstr ""53455346#: builtin/am.c:22215347msgid "allow fall back on 3way merging if needed"5348msgstr ""53495350#: builtin/am.c:2222 builtin/init-db.c:484 builtin/prune-packed.c:575351#: builtin/repack.c:1925352msgid "be quiet"5353msgstr ""53545355#: builtin/am.c:22245356msgid "add a Signed-off-by line to the commit message"5357msgstr ""53585359#: builtin/am.c:22275360msgid "recode into utf8 (default)"5361msgstr ""53625363#: builtin/am.c:22295364msgid "pass -k flag to git-mailinfo"5365msgstr ""53665367#: builtin/am.c:22315368msgid "pass -b flag to git-mailinfo"5369msgstr ""53705371#: builtin/am.c:22335372msgid "pass -m flag to git-mailinfo"5373msgstr ""53745375#: builtin/am.c:22355376msgid "pass --keep-cr flag to git-mailsplit for mbox format"5377msgstr ""53785379#: builtin/am.c:22385380msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"5381msgstr ""53825383#: builtin/am.c:22415384msgid "strip everything before a scissors line"5385msgstr ""53865387#: builtin/am.c:2243 builtin/am.c:2246 builtin/am.c:2249 builtin/am.c:22525388#: builtin/am.c:2255 builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:22645389#: builtin/am.c:22705390msgid "pass it through git-apply"5391msgstr ""53925393#: builtin/am.c:2260 builtin/commit.c:1332 builtin/fmt-merge-msg.c:6655394#: builtin/fmt-merge-msg.c:668 builtin/grep.c:853 builtin/merge.c:2085395#: builtin/pull.c:150 builtin/pull.c:208 builtin/repack.c:2015396#: builtin/repack.c:205 builtin/repack.c:207 builtin/show-branch.c:6315397#: builtin/show-ref.c:169 builtin/tag.c:383 parse-options.h:1445398#: parse-options.h:146 parse-options.h:2585399msgid "n"5400msgstr ""54015402#: builtin/am.c:2266 builtin/branch.c:632 builtin/for-each-ref.c:385403#: builtin/replace.c:543 builtin/tag.c:419 builtin/verify-tag.c:395404msgid "format"5405msgstr ""54065407#: builtin/am.c:22675408msgid "format the patch(es) are in"5409msgstr ""54105411#: builtin/am.c:22735412msgid "override error message when patch failure occurs"5413msgstr ""54145415#: builtin/am.c:22755416msgid "continue applying patches after resolving a conflict"5417msgstr ""54185419#: builtin/am.c:22785420msgid "synonyms for --continue"5421msgstr ""54225423#: builtin/am.c:22815424msgid "skip the current patch"5425msgstr ""54265427#: builtin/am.c:22845428msgid "restore the original branch and abort the patching operation."5429msgstr ""54305431#: builtin/am.c:22875432msgid "abort the patching operation but keep HEAD where it is."5433msgstr ""54345435#: builtin/am.c:22905436msgid "show the patch being applied."5437msgstr ""54385439#: builtin/am.c:22945440msgid "lie about committer date"5441msgstr ""54425443#: builtin/am.c:22965444msgid "use current timestamp for author date"5445msgstr ""54465447#: builtin/am.c:2298 builtin/commit.c:1468 builtin/merge.c:2395448#: builtin/pull.c:183 builtin/revert.c:112 builtin/tag.c:3995449msgid "key-id"5450msgstr ""54515452#: builtin/am.c:22995453msgid "GPG-sign commits"5454msgstr ""54555456#: builtin/am.c:23025457msgid "(internal use for git-rebase)"5458msgstr ""54595460#: builtin/am.c:23205461msgid ""5462"The -b/--binary option has been a no-op for long time, and\n"5463"it will be removed. Please do not use it anymore."5464msgstr ""54655466#: builtin/am.c:23275467msgid "failed to read the index"5468msgstr ""54695470#: builtin/am.c:23425471#, c-format5472msgid "previous rebase directory %s still exists but mbox given."5473msgstr ""54745475#: builtin/am.c:23665476#, c-format5477msgid ""5478"Stray %s directory found.\n"5479"Use \"git am --abort\" to remove it."5480msgstr ""54815482#: builtin/am.c:23725483msgid "Resolve operation not in progress, we are not resuming."5484msgstr ""54855486#: builtin/apply.c:85487msgid "git apply [<options>] [<patch>...]"5488msgstr ""54895490#: builtin/archive.c:175491#, c-format5492msgid "could not create archive file '%s'"5493msgstr ""54945495#: builtin/archive.c:205496msgid "could not redirect output"5497msgstr ""54985499#: builtin/archive.c:375500msgid "git archive: Remote with no URL"5501msgstr ""55025503#: builtin/archive.c:585504msgid "git archive: expected ACK/NAK, got a flush packet"5505msgstr ""55065507#: builtin/archive.c:615508#, c-format5509msgid "git archive: NACK %s"5510msgstr ""55115512#: builtin/archive.c:645513msgid "git archive: protocol error"5514msgstr ""55155516#: builtin/archive.c:685517msgid "git archive: expected a flush"5518msgstr ""55195520#: builtin/bisect--helper.c:125521msgid "git bisect--helper --next-all [--no-checkout]"5522msgstr ""55235524#: builtin/bisect--helper.c:135525msgid "git bisect--helper --write-terms <bad_term> <good_term>"5526msgstr ""55275528#: builtin/bisect--helper.c:145529msgid "git bisect--helper --bisect-clean-state"5530msgstr ""55315532#: builtin/bisect--helper.c:465533#, c-format5534msgid "'%s' is not a valid term"5535msgstr ""55365537#: builtin/bisect--helper.c:505538#, c-format5539msgid "can't use the builtin command '%s' as a term"5540msgstr ""55415542#: builtin/bisect--helper.c:605543#, c-format5544msgid "can't change the meaning of the term '%s'"5545msgstr ""55465547#: builtin/bisect--helper.c:715548msgid "please use two different terms"5549msgstr ""55505551#: builtin/bisect--helper.c:785552msgid "could not open the file BISECT_TERMS"5553msgstr ""55545555#: builtin/bisect--helper.c:1205556msgid "perform 'git bisect next'"5557msgstr ""55585559#: builtin/bisect--helper.c:1225560msgid "write the terms to .git/BISECT_TERMS"5561msgstr ""55625563#: builtin/bisect--helper.c:1245564msgid "cleanup the bisection state"5565msgstr ""55665567#: builtin/bisect--helper.c:1265568msgid "check for expected revs"5569msgstr ""55705571#: builtin/bisect--helper.c:1285572msgid "update BISECT_HEAD instead of checking out the current commit"5573msgstr ""55745575#: builtin/bisect--helper.c:1435576msgid "--write-terms requires two arguments"5577msgstr ""55785579#: builtin/bisect--helper.c:1475580msgid "--bisect-clean-state requires no arguments"5581msgstr ""55825583#: builtin/blame.c:295584msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"5585msgstr ""55865587#: builtin/blame.c:345588msgid "<rev-opts> are documented in git-rev-list(1)"5589msgstr ""55905591#: builtin/blame.c:4045592#, c-format5593msgid "expecting a color: %s"5594msgstr ""55955596#: builtin/blame.c:4115597msgid "must end with a color"5598msgstr ""55995600#: builtin/blame.c:6975601#, c-format5602msgid "invalid color '%s' in color.blame.repeatedLines"5603msgstr ""56045605#: builtin/blame.c:7155606msgid "invalid value for blame.coloring"5607msgstr ""56085609#: builtin/blame.c:7865610msgid "Show blame entries as we find them, incrementally"5611msgstr ""56125613#: builtin/blame.c:7875614msgid "Show blank SHA-1 for boundary commits (Default: off)"5615msgstr ""56165617#: builtin/blame.c:7885618msgid "Do not treat root commits as boundaries (Default: off)"5619msgstr ""56205621#: builtin/blame.c:7895622msgid "Show work cost statistics"5623msgstr ""56245625#: builtin/blame.c:7905626msgid "Force progress reporting"5627msgstr ""56285629#: builtin/blame.c:7915630msgid "Show output score for blame entries"5631msgstr ""56325633#: builtin/blame.c:7925634msgid "Show original filename (Default: auto)"5635msgstr ""56365637#: builtin/blame.c:7935638msgid "Show original linenumber (Default: off)"5639msgstr ""56405641#: builtin/blame.c:7945642msgid "Show in a format designed for machine consumption"5643msgstr ""56445645#: builtin/blame.c:7955646msgid "Show porcelain format with per-line commit information"5647msgstr ""56485649#: builtin/blame.c:7965650msgid "Use the same output mode as git-annotate (Default: off)"5651msgstr ""56525653#: builtin/blame.c:7975654msgid "Show raw timestamp (Default: off)"5655msgstr ""56565657#: builtin/blame.c:7985658msgid "Show long commit SHA1 (Default: off)"5659msgstr ""56605661#: builtin/blame.c:7995662msgid "Suppress author name and timestamp (Default: off)"5663msgstr ""56645665#: builtin/blame.c:8005666msgid "Show author email instead of name (Default: off)"5667msgstr ""56685669#: builtin/blame.c:8015670msgid "Ignore whitespace differences"5671msgstr ""56725673#: builtin/blame.c:8025674msgid "color redundant metadata from previous line differently"5675msgstr ""56765677#: builtin/blame.c:8035678msgid "color lines by age"5679msgstr ""56805681#: builtin/blame.c:8105682msgid "Use an experimental heuristic to improve diffs"5683msgstr ""56845685#: builtin/blame.c:8125686msgid "Spend extra cycles to find better match"5687msgstr ""56885689#: builtin/blame.c:8135690msgid "Use revisions from <file> instead of calling git-rev-list"5691msgstr ""56925693#: builtin/blame.c:8145694msgid "Use <file>'s contents as the final image"5695msgstr ""56965697#: builtin/blame.c:815 builtin/blame.c:8165698msgid "score"5699msgstr ""57005701#: builtin/blame.c:8155702msgid "Find line copies within and across files"5703msgstr ""57045705#: builtin/blame.c:8165706msgid "Find line movements within and across files"5707msgstr ""57085709#: builtin/blame.c:8175710msgid "n,m"5711msgstr ""57125713#: builtin/blame.c:8175714msgid "Process only line range n,m, counting from 1"5715msgstr ""57165717#: builtin/blame.c:8665718msgid "--progress can't be used with --incremental or porcelain formats"5719msgstr ""57205721#. TRANSLATORS: This string is used to tell us the5722#. maximum display width for a relative timestamp in5723#. "git blame" output. For C locale, "4 years, 115724#. months ago", which takes 22 places, is the longest5725#. among various forms of relative timestamps, but5726#. your language may need more or fewer display5727#. columns.5728#.5729#: builtin/blame.c:9175730msgid "4 years, 11 months ago"5731msgstr ""57325733#: builtin/blame.c:10035734#, c-format5735msgid "file %s has only %lu line"5736msgid_plural "file %s has only %lu lines"5737msgstr[0] ""5738msgstr[1] ""57395740#: builtin/blame.c:10495741msgid "Blaming lines"5742msgstr ""57435744#: builtin/branch.c:275745msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"5746msgstr ""57475748#: builtin/branch.c:285749msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"5750msgstr ""57515752#: builtin/branch.c:295753msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."5754msgstr ""57555756#: builtin/branch.c:305757msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"5758msgstr ""57595760#: builtin/branch.c:315761msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"5762msgstr ""57635764#: builtin/branch.c:325765msgid "git branch [<options>] [-r | -a] [--points-at]"5766msgstr ""57675768#: builtin/branch.c:335769msgid "git branch [<options>] [-r | -a] [--format]"5770msgstr ""57715772#: builtin/branch.c:1465773#, c-format5774msgid ""5775"deleting branch '%s' that has been merged to\n"5776" '%s', but not yet merged to HEAD."5777msgstr ""57785779#: builtin/branch.c:1505780#, c-format5781msgid ""5782"not deleting branch '%s' that is not yet merged to\n"5783" '%s', even though it is merged to HEAD."5784msgstr ""57855786#: builtin/branch.c:1645787#, c-format5788msgid "Couldn't look up commit object for '%s'"5789msgstr ""57905791#: builtin/branch.c:1685792#, c-format5793msgid ""5794"The branch '%s' is not fully merged.\n"5795"If you are sure you want to delete it, run 'git branch -D %s'."5796msgstr ""57975798#: builtin/branch.c:1815799msgid "Update of config-file failed"5800msgstr ""58015802#: builtin/branch.c:2125803msgid "cannot use -a with -d"5804msgstr ""58055806#: builtin/branch.c:2185807msgid "Couldn't look up commit object for HEAD"5808msgstr ""58095810#: builtin/branch.c:2325811#, c-format5812msgid "Cannot delete branch '%s' checked out at '%s'"5813msgstr ""58145815#: builtin/branch.c:2475816#, c-format5817msgid "remote-tracking branch '%s' not found."5818msgstr ""58195820#: builtin/branch.c:2485821#, c-format5822msgid "branch '%s' not found."5823msgstr ""58245825#: builtin/branch.c:2635826#, c-format5827msgid "Error deleting remote-tracking branch '%s'"5828msgstr ""58295830#: builtin/branch.c:2645831#, c-format5832msgid "Error deleting branch '%s'"5833msgstr ""58345835#: builtin/branch.c:2715836#, c-format5837msgid "Deleted remote-tracking branch %s (was %s).\n"5838msgstr ""58395840#: builtin/branch.c:2725841#, c-format5842msgid "Deleted branch %s (was %s).\n"5843msgstr ""58445845#: builtin/branch.c:416 builtin/tag.c:585846msgid "unable to parse format string"5847msgstr ""58485849#: builtin/branch.c:4535850#, c-format5851msgid "Branch %s is being rebased at %s"5852msgstr ""58535854#: builtin/branch.c:4575855#, c-format5856msgid "Branch %s is being bisected at %s"5857msgstr ""58585859#: builtin/branch.c:4745860msgid "cannot copy the current branch while not on any."5861msgstr ""58625863#: builtin/branch.c:4765864msgid "cannot rename the current branch while not on any."5865msgstr ""58665867#: builtin/branch.c:4875868#, c-format5869msgid "Invalid branch name: '%s'"5870msgstr ""58715872#: builtin/branch.c:5145873msgid "Branch rename failed"5874msgstr ""58755876#: builtin/branch.c:5165877msgid "Branch copy failed"5878msgstr ""58795880#: builtin/branch.c:5205881#, c-format5882msgid "Created a copy of a misnamed branch '%s'"5883msgstr ""58845885#: builtin/branch.c:5235886#, c-format5887msgid "Renamed a misnamed branch '%s' away"5888msgstr ""58895890#: builtin/branch.c:5295891#, c-format5892msgid "Branch renamed to %s, but HEAD is not updated!"5893msgstr ""58945895#: builtin/branch.c:5385896msgid "Branch is renamed, but update of config-file failed"5897msgstr ""58985899#: builtin/branch.c:5405900msgid "Branch is copied, but update of config-file failed"5901msgstr ""59025903#: builtin/branch.c:5565904#, c-format5905msgid ""5906"Please edit the description for the branch\n"5907" %s\n"5908"Lines starting with '%c' will be stripped.\n"5909msgstr ""59105911#: builtin/branch.c:5895912msgid "Generic options"5913msgstr ""59145915#: builtin/branch.c:5915916msgid "show hash and subject, give twice for upstream branch"5917msgstr ""59185919#: builtin/branch.c:5925920msgid "suppress informational messages"5921msgstr ""59225923#: builtin/branch.c:5935924msgid "set up tracking mode (see git-pull(1))"5925msgstr ""59265927#: builtin/branch.c:5955928msgid "do not use"5929msgstr ""59305931#: builtin/branch.c:5975932msgid "upstream"5933msgstr ""59345935#: builtin/branch.c:5975936msgid "change the upstream info"5937msgstr ""59385939#: builtin/branch.c:5985940msgid "Unset the upstream info"5941msgstr ""59425943#: builtin/branch.c:5995944msgid "use colored output"5945msgstr ""59465947#: builtin/branch.c:6005948msgid "act on remote-tracking branches"5949msgstr ""59505951#: builtin/branch.c:602 builtin/branch.c:6045952msgid "print only branches that contain the commit"5953msgstr ""59545955#: builtin/branch.c:603 builtin/branch.c:6055956msgid "print only branches that don't contain the commit"5957msgstr ""59585959#: builtin/branch.c:6085960msgid "Specific git-branch actions:"5961msgstr ""59625963#: builtin/branch.c:6095964msgid "list both remote-tracking and local branches"5965msgstr ""59665967#: builtin/branch.c:6115968msgid "delete fully merged branch"5969msgstr ""59705971#: builtin/branch.c:6125972msgid "delete branch (even if not merged)"5973msgstr ""59745975#: builtin/branch.c:6135976msgid "move/rename a branch and its reflog"5977msgstr ""59785979#: builtin/branch.c:6145980msgid "move/rename a branch, even if target exists"5981msgstr ""59825983#: builtin/branch.c:6155984msgid "copy a branch and its reflog"5985msgstr ""59865987#: builtin/branch.c:6165988msgid "copy a branch, even if target exists"5989msgstr ""59905991#: builtin/branch.c:6175992msgid "list branch names"5993msgstr ""59945995#: builtin/branch.c:6185996msgid "create the branch's reflog"5997msgstr ""59985999#: builtin/branch.c:6206000msgid "edit the description for the branch"6001msgstr ""60026003#: builtin/branch.c:6216004msgid "force creation, move/rename, deletion"6005msgstr ""60066007#: builtin/branch.c:6226008msgid "print only branches that are merged"6009msgstr ""60106011#: builtin/branch.c:6236012msgid "print only branches that are not merged"6013msgstr ""60146015#: builtin/branch.c:6246016msgid "list branches in columns"6017msgstr ""60186019#: builtin/branch.c:625 builtin/for-each-ref.c:40 builtin/ls-remote.c:706020#: builtin/tag.c:4126021msgid "key"6022msgstr ""60236024#: builtin/branch.c:626 builtin/for-each-ref.c:41 builtin/ls-remote.c:716025#: builtin/tag.c:4136026msgid "field name to sort on"6027msgstr ""60286029#: builtin/branch.c:628 builtin/for-each-ref.c:43 builtin/notes.c:4086030#: builtin/notes.c:411 builtin/notes.c:571 builtin/notes.c:5746031#: builtin/tag.c:4156032msgid "object"6033msgstr ""60346035#: builtin/branch.c:6296036msgid "print only branches of the object"6037msgstr ""60386039#: builtin/branch.c:631 builtin/for-each-ref.c:49 builtin/tag.c:4226040msgid "sorting and filtering are case insensitive"6041msgstr ""60426043#: builtin/branch.c:632 builtin/for-each-ref.c:38 builtin/tag.c:4206044#: builtin/verify-tag.c:396045msgid "format to use for the output"6046msgstr ""60476048#: builtin/branch.c:655 builtin/clone.c:7376049msgid "HEAD not found below refs/heads!"6050msgstr ""60516052#: builtin/branch.c:6786053msgid "--column and --verbose are incompatible"6054msgstr ""60556056#: builtin/branch.c:693 builtin/branch.c:745 builtin/branch.c:7546057msgid "branch name required"6058msgstr ""60596060#: builtin/branch.c:7216061msgid "Cannot give description to detached HEAD"6062msgstr ""60636064#: builtin/branch.c:7266065msgid "cannot edit description of more than one branch"6066msgstr ""60676068#: builtin/branch.c:7336069#, c-format6070msgid "No commit on branch '%s' yet."6071msgstr ""60726073#: builtin/branch.c:7366074#, c-format6075msgid "No branch named '%s'."6076msgstr ""60776078#: builtin/branch.c:7516079msgid "too many branches for a copy operation"6080msgstr ""60816082#: builtin/branch.c:7606083msgid "too many arguments for a rename operation"6084msgstr ""60856086#: builtin/branch.c:7656087msgid "too many arguments to set new upstream"6088msgstr ""60896090#: builtin/branch.c:7696091#, c-format6092msgid ""6093"could not set upstream of HEAD to %s when it does not point to any branch."6094msgstr ""60956096#: builtin/branch.c:772 builtin/branch.c:794 builtin/branch.c:8106097#, c-format6098msgid "no such branch '%s'"6099msgstr ""61006101#: builtin/branch.c:7766102#, c-format6103msgid "branch '%s' does not exist"6104msgstr ""61056106#: builtin/branch.c:7886107msgid "too many arguments to unset upstream"6108msgstr ""61096110#: builtin/branch.c:7926111msgid "could not unset upstream of HEAD when it does not point to any branch."6112msgstr ""61136114#: builtin/branch.c:7986115#, c-format6116msgid "Branch '%s' has no upstream information"6117msgstr ""61186119#: builtin/branch.c:8136120msgid "-a and -r options to 'git branch' do not make sense with a branch name"6121msgstr ""61226123#: builtin/branch.c:8166124msgid ""6125"the '--set-upstream' option is no longer supported. Please use '--track' or "6126"'--set-upstream-to' instead."6127msgstr ""61286129#: builtin/bundle.c:456130#, c-format6131msgid "%s is okay\n"6132msgstr ""61336134#: builtin/bundle.c:586135msgid "Need a repository to create a bundle."6136msgstr ""61376138#: builtin/bundle.c:626139msgid "Need a repository to unbundle."6140msgstr ""61416142#: builtin/cat-file.c:5256143msgid ""6144"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"6145"p | <type> | --textconv | --filters) [--path=<path>] <object>"6146msgstr ""61476148#: builtin/cat-file.c:5266149msgid ""6150"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"6151"filters]"6152msgstr ""61536154#: builtin/cat-file.c:5636155msgid "<type> can be one of: blob, tree, commit, tag"6156msgstr ""61576158#: builtin/cat-file.c:5646159msgid "show object type"6160msgstr ""61616162#: builtin/cat-file.c:5656163msgid "show object size"6164msgstr ""61656166#: builtin/cat-file.c:5676167msgid "exit with zero when there's no error"6168msgstr ""61696170#: builtin/cat-file.c:5686171msgid "pretty-print object's content"6172msgstr ""61736174#: builtin/cat-file.c:5706175msgid "for blob objects, run textconv on object's content"6176msgstr ""61776178#: builtin/cat-file.c:5726179msgid "for blob objects, run filters on object's content"6180msgstr ""61816182#: builtin/cat-file.c:573 git-submodule.sh:8946183msgid "blob"6184msgstr ""61856186#: builtin/cat-file.c:5746187msgid "use a specific path for --textconv/--filters"6188msgstr ""61896190#: builtin/cat-file.c:5766191msgid "allow -s and -t to work with broken/corrupt objects"6192msgstr ""61936194#: builtin/cat-file.c:5776195msgid "buffer --batch output"6196msgstr ""61976198#: builtin/cat-file.c:5796199msgid "show info and content of objects fed from the standard input"6200msgstr ""62016202#: builtin/cat-file.c:5826203msgid "show info about objects fed from the standard input"6204msgstr ""62056206#: builtin/cat-file.c:5856207msgid "follow in-tree symlinks (used with --batch or --batch-check)"6208msgstr ""62096210#: builtin/cat-file.c:5876211msgid "show all objects with --batch or --batch-check"6212msgstr ""62136214#: builtin/check-attr.c:126215msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."6216msgstr ""62176218#: builtin/check-attr.c:136219msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"6220msgstr ""62216222#: builtin/check-attr.c:206223msgid "report all attributes set on file"6224msgstr ""62256226#: builtin/check-attr.c:216227msgid "use .gitattributes only from the index"6228msgstr ""62296230#: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:1006231msgid "read file names from stdin"6232msgstr ""62336234#: builtin/check-attr.c:24 builtin/check-ignore.c:266235msgid "terminate input and output records by a NUL character"6236msgstr ""62376238#: builtin/check-ignore.c:20 builtin/checkout.c:1113 builtin/gc.c:5006239msgid "suppress progress reporting"6240msgstr ""62416242#: builtin/check-ignore.c:286243msgid "show non-matching input paths"6244msgstr ""62456246#: builtin/check-ignore.c:306247msgid "ignore index when checking"6248msgstr ""62496250#: builtin/check-ignore.c:1596251msgid "cannot specify pathnames with --stdin"6252msgstr ""62536254#: builtin/check-ignore.c:1626255msgid "-z only makes sense with --stdin"6256msgstr ""62576258#: builtin/check-ignore.c:1646259msgid "no path specified"6260msgstr ""62616262#: builtin/check-ignore.c:1686263msgid "--quiet is only valid with a single pathname"6264msgstr ""62656266#: builtin/check-ignore.c:1706267msgid "cannot have both --quiet and --verbose"6268msgstr ""62696270#: builtin/check-ignore.c:1736271msgid "--non-matching is only valid with --verbose"6272msgstr ""62736274#: builtin/check-mailmap.c:96275msgid "git check-mailmap [<options>] <contact>..."6276msgstr ""62776278#: builtin/check-mailmap.c:146279msgid "also read contacts from stdin"6280msgstr ""62816282#: builtin/check-mailmap.c:256283#, c-format6284msgid "unable to parse contact: %s"6285msgstr ""62866287#: builtin/check-mailmap.c:486288msgid "no contacts specified"6289msgstr ""62906291#: builtin/checkout-index.c:1286292msgid "git checkout-index [<options>] [--] [<file>...]"6293msgstr ""62946295#: builtin/checkout-index.c:1436296msgid "stage should be between 1 and 3 or all"6297msgstr ""62986299#: builtin/checkout-index.c:1596300msgid "check out all files in the index"6301msgstr ""63026303#: builtin/checkout-index.c:1606304msgid "force overwrite of existing files"6305msgstr ""63066307#: builtin/checkout-index.c:1626308msgid "no warning for existing files and files not in index"6309msgstr ""63106311#: builtin/checkout-index.c:1646312msgid "don't checkout new files"6313msgstr ""63146315#: builtin/checkout-index.c:1666316msgid "update stat information in the index file"6317msgstr ""63186319#: builtin/checkout-index.c:1706320msgid "read list of paths from the standard input"6321msgstr ""63226323#: builtin/checkout-index.c:1726324msgid "write the content to temporary files"6325msgstr ""63266327#: builtin/checkout-index.c:173 builtin/column.c:316328#: builtin/submodule--helper.c:1216 builtin/submodule--helper.c:12196329#: builtin/submodule--helper.c:1227 builtin/submodule--helper.c:15916330#: builtin/worktree.c:6106331msgid "string"6332msgstr ""63336334#: builtin/checkout-index.c:1746335msgid "when creating files, prepend <string>"6336msgstr ""63376338#: builtin/checkout-index.c:1766339msgid "copy out the files from named stage"6340msgstr ""63416342#: builtin/checkout.c:276343msgid "git checkout [<options>] <branch>"6344msgstr ""63456346#: builtin/checkout.c:286347msgid "git checkout [<options>] [<branch>] -- <file>..."6348msgstr ""63496350#: builtin/checkout.c:136 builtin/checkout.c:1696351#, c-format6352msgid "path '%s' does not have our version"6353msgstr ""63546355#: builtin/checkout.c:138 builtin/checkout.c:1716356#, c-format6357msgid "path '%s' does not have their version"6358msgstr ""63596360#: builtin/checkout.c:1546361#, c-format6362msgid "path '%s' does not have all necessary versions"6363msgstr ""63646365#: builtin/checkout.c:1986366#, c-format6367msgid "path '%s' does not have necessary versions"6368msgstr ""63696370#: builtin/checkout.c:2156371#, c-format6372msgid "path '%s': cannot merge"6373msgstr ""63746375#: builtin/checkout.c:2316376#, c-format6377msgid "Unable to add merge result for '%s'"6378msgstr ""63796380#: builtin/checkout.c:253 builtin/checkout.c:256 builtin/checkout.c:2596381#: builtin/checkout.c:2626382#, c-format6383msgid "'%s' cannot be used with updating paths"6384msgstr ""63856386#: builtin/checkout.c:265 builtin/checkout.c:2686387#, c-format6388msgid "'%s' cannot be used with %s"6389msgstr ""63906391#: builtin/checkout.c:2716392#, c-format6393msgid "Cannot update paths and switch to branch '%s' at the same time."6394msgstr ""63956396#: builtin/checkout.c:340 builtin/checkout.c:3476397#, c-format6398msgid "path '%s' is unmerged"6399msgstr ""64006401#: builtin/checkout.c:5066402msgid "you need to resolve your current index first"6403msgstr ""64046405#: builtin/checkout.c:6436406#, c-format6407msgid "Can not do reflog for '%s': %s\n"6408msgstr ""64096410#: builtin/checkout.c:6846411msgid "HEAD is now at"6412msgstr ""64136414#: builtin/checkout.c:688 builtin/clone.c:6916415msgid "unable to update HEAD"6416msgstr ""64176418#: builtin/checkout.c:6926419#, c-format6420msgid "Reset branch '%s'\n"6421msgstr ""64226423#: builtin/checkout.c:6956424#, c-format6425msgid "Already on '%s'\n"6426msgstr ""64276428#: builtin/checkout.c:6996429#, c-format6430msgid "Switched to and reset branch '%s'\n"6431msgstr ""64326433#: builtin/checkout.c:701 builtin/checkout.c:10466434#, c-format6435msgid "Switched to a new branch '%s'\n"6436msgstr ""64376438#: builtin/checkout.c:7036439#, c-format6440msgid "Switched to branch '%s'\n"6441msgstr ""64426443#: builtin/checkout.c:7546444#, c-format6445msgid " ... and %d more.\n"6446msgstr ""64476448#: builtin/checkout.c:7606449#, c-format6450msgid ""6451"Warning: you are leaving %d commit behind, not connected to\n"6452"any of your branches:\n"6453"\n"6454"%s\n"6455msgid_plural ""6456"Warning: you are leaving %d commits behind, not connected to\n"6457"any of your branches:\n"6458"\n"6459"%s\n"6460msgstr[0] ""6461msgstr[1] ""64626463#: builtin/checkout.c:7796464#, c-format6465msgid ""6466"If you want to keep it by creating a new branch, this may be a good time\n"6467"to do so with:\n"6468"\n"6469" git branch <new-branch-name> %s\n"6470"\n"6471msgid_plural ""6472"If you want to keep them by creating a new branch, this may be a good time\n"6473"to do so with:\n"6474"\n"6475" git branch <new-branch-name> %s\n"6476"\n"6477msgstr[0] ""6478msgstr[1] ""64796480#: builtin/checkout.c:8116481msgid "internal error in revision walk"6482msgstr ""64836484#: builtin/checkout.c:8156485msgid "Previous HEAD position was"6486msgstr ""64876488#: builtin/checkout.c:843 builtin/checkout.c:10416489msgid "You are on a branch yet to be born"6490msgstr ""64916492#: builtin/checkout.c:9476493#, c-format6494msgid "only one reference expected, %d given."6495msgstr ""64966497#: builtin/checkout.c:987 builtin/worktree.c:240 builtin/worktree.c:3896498#, c-format6499msgid "invalid reference: %s"6500msgstr ""65016502#: builtin/checkout.c:10166503#, c-format6504msgid "reference is not a tree: %s"6505msgstr ""65066507#: builtin/checkout.c:10556508msgid "paths cannot be used with switching branches"6509msgstr ""65106511#: builtin/checkout.c:1058 builtin/checkout.c:10626512#, c-format6513msgid "'%s' cannot be used with switching branches"6514msgstr ""65156516#: builtin/checkout.c:1066 builtin/checkout.c:1069 builtin/checkout.c:10746517#: builtin/checkout.c:10776518#, c-format6519msgid "'%s' cannot be used with '%s'"6520msgstr ""65216522#: builtin/checkout.c:10826523#, c-format6524msgid "Cannot switch branch to a non-commit '%s'"6525msgstr ""65266527#: builtin/checkout.c:1114 builtin/checkout.c:1116 builtin/clone.c:1186528#: builtin/remote.c:167 builtin/remote.c:169 builtin/worktree.c:4336529#: builtin/worktree.c:4356530msgid "branch"6531msgstr ""65326533#: builtin/checkout.c:11156534msgid "create and checkout a new branch"6535msgstr ""65366537#: builtin/checkout.c:11176538msgid "create/reset and checkout a branch"6539msgstr ""65406541#: builtin/checkout.c:11186542msgid "create reflog for new branch"6543msgstr ""65446545#: builtin/checkout.c:1119 builtin/worktree.c:4376546msgid "detach HEAD at named commit"6547msgstr ""65486549#: builtin/checkout.c:11206550msgid "set upstream info for new branch"6551msgstr ""65526553#: builtin/checkout.c:11226554msgid "new-branch"6555msgstr ""65566557#: builtin/checkout.c:11226558msgid "new unparented branch"6559msgstr ""65606561#: builtin/checkout.c:11236562msgid "checkout our version for unmerged files"6563msgstr ""65646565#: builtin/checkout.c:11256566msgid "checkout their version for unmerged files"6567msgstr ""65686569#: builtin/checkout.c:11276570msgid "force checkout (throw away local modifications)"6571msgstr ""65726573#: builtin/checkout.c:11296574msgid "perform a 3-way merge with the new branch"6575msgstr ""65766577#: builtin/checkout.c:1131 builtin/merge.c:2416578msgid "update ignored files (default)"6579msgstr ""65806581#: builtin/checkout.c:1133 builtin/log.c:1499 parse-options.h:2646582msgid "style"6583msgstr ""65846585#: builtin/checkout.c:11346586msgid "conflict style (merge or diff3)"6587msgstr ""65886589#: builtin/checkout.c:11376590msgid "do not limit pathspecs to sparse entries only"6591msgstr ""65926593#: builtin/checkout.c:11396594msgid "second guess 'git checkout <no-such-branch>'"6595msgstr ""65966597#: builtin/checkout.c:11416598msgid "do not check if another worktree is holding the given ref"6599msgstr ""66006601#: builtin/checkout.c:1145 builtin/clone.c:85 builtin/fetch.c:1496602#: builtin/merge.c:238 builtin/pull.c:128 builtin/push.c:5726603#: builtin/send-pack.c:1746604msgid "force progress reporting"6605msgstr ""66066607#: builtin/checkout.c:11756608msgid "-b, -B and --orphan are mutually exclusive"6609msgstr ""66106611#: builtin/checkout.c:11926612msgid "--track needs a branch name"6613msgstr ""66146615#: builtin/checkout.c:11976616msgid "Missing branch name; try -b"6617msgstr ""66186619#: builtin/checkout.c:12336620msgid "invalid path specification"6621msgstr ""66226623#: builtin/checkout.c:12406624#, c-format6625msgid "'%s' is not a commit and a branch '%s' cannot be created from it"6626msgstr ""66276628#: builtin/checkout.c:12446629#, c-format6630msgid "git checkout: --detach does not take a path argument '%s'"6631msgstr ""66326633#: builtin/checkout.c:12486634msgid ""6635"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"6636"checking out of the index."6637msgstr ""66386639#: builtin/clean.c:266640msgid ""6641"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."6642msgstr ""66436644#: builtin/clean.c:306645#, c-format6646msgid "Removing %s\n"6647msgstr ""66486649#: builtin/clean.c:316650#, c-format6651msgid "Would remove %s\n"6652msgstr ""66536654#: builtin/clean.c:326655#, c-format6656msgid "Skipping repository %s\n"6657msgstr ""66586659#: builtin/clean.c:336660#, c-format6661msgid "Would skip repository %s\n"6662msgstr ""66636664#: builtin/clean.c:346665#, c-format6666msgid "failed to remove %s"6667msgstr ""66686669#: builtin/clean.c:302 git-add--interactive.perl:5796670#, c-format6671msgid ""6672"Prompt help:\n"6673"1 - select a numbered item\n"6674"foo - select item based on unique prefix\n"6675" - (empty) select nothing\n"6676msgstr ""66776678#: builtin/clean.c:306 git-add--interactive.perl:5886679#, c-format6680msgid ""6681"Prompt help:\n"6682"1 - select a single item\n"6683"3-5 - select a range of items\n"6684"2-3,6-9 - select multiple ranges\n"6685"foo - select item based on unique prefix\n"6686"-... - unselect specified items\n"6687"* - choose all items\n"6688" - (empty) finish selecting\n"6689msgstr ""66906691#: builtin/clean.c:522 git-add--interactive.perl:5546692#: git-add--interactive.perl:5596693#, c-format, perl-format6694msgid "Huh (%s)?\n"6695msgstr ""66966697#: builtin/clean.c:6646698#, c-format6699msgid "Input ignore patterns>> "6700msgstr ""67016702#: builtin/clean.c:7016703#, c-format6704msgid "WARNING: Cannot find items matched by: %s"6705msgstr ""67066707#: builtin/clean.c:7226708msgid "Select items to delete"6709msgstr ""67106711#. TRANSLATORS: Make sure to keep [y/N] as is6712#: builtin/clean.c:7636713#, c-format6714msgid "Remove %s [y/N]? "6715msgstr ""67166717#: builtin/clean.c:788 git-add--interactive.perl:17176718#, c-format6719msgid "Bye.\n"6720msgstr ""67216722#: builtin/clean.c:7966723msgid ""6724"clean - start cleaning\n"6725"filter by pattern - exclude items from deletion\n"6726"select by numbers - select items to be deleted by numbers\n"6727"ask each - confirm each deletion (like \"rm -i\")\n"6728"quit - stop cleaning\n"6729"help - this screen\n"6730"? - help for prompt selection"6731msgstr ""67326733#: builtin/clean.c:823 git-add--interactive.perl:17936734msgid "*** Commands ***"6735msgstr ""67366737#: builtin/clean.c:824 git-add--interactive.perl:17906738msgid "What now"6739msgstr ""67406741#: builtin/clean.c:8326742msgid "Would remove the following item:"6743msgid_plural "Would remove the following items:"6744msgstr[0] ""6745msgstr[1] ""67466747#: builtin/clean.c:8486748msgid "No more files to clean, exiting."6749msgstr ""67506751#: builtin/clean.c:9106752msgid "do not print names of files removed"6753msgstr ""67546755#: builtin/clean.c:9126756msgid "force"6757msgstr ""67586759#: builtin/clean.c:9136760msgid "interactive cleaning"6761msgstr ""67626763#: builtin/clean.c:9156764msgid "remove whole directories"6765msgstr ""67666767#: builtin/clean.c:916 builtin/describe.c:533 builtin/describe.c:5356768#: builtin/grep.c:871 builtin/log.c:157 builtin/log.c:1596769#: builtin/ls-files.c:548 builtin/name-rev.c:397 builtin/name-rev.c:3996770#: builtin/show-ref.c:1766771msgid "pattern"6772msgstr ""67736774#: builtin/clean.c:9176775msgid "add <pattern> to ignore rules"6776msgstr ""67776778#: builtin/clean.c:9186779msgid "remove ignored files, too"6780msgstr ""67816782#: builtin/clean.c:9206783msgid "remove only ignored files"6784msgstr ""67856786#: builtin/clean.c:9386787msgid "-x and -X cannot be used together"6788msgstr ""67896790#: builtin/clean.c:9426791msgid ""6792"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "6793"clean"6794msgstr ""67956796#: builtin/clean.c:9456797msgid ""6798"clean.requireForce defaults to true and neither -i, -n, nor -f given; "6799"refusing to clean"6800msgstr ""68016802#: builtin/clone.c:426803msgid "git clone [<options>] [--] <repo> [<dir>]"6804msgstr ""68056806#: builtin/clone.c:876807msgid "don't create a checkout"6808msgstr ""68096810#: builtin/clone.c:88 builtin/clone.c:90 builtin/init-db.c:4796811msgid "create a bare repository"6812msgstr ""68136814#: builtin/clone.c:926815msgid "create a mirror repository (implies bare)"6816msgstr ""68176818#: builtin/clone.c:946819msgid "to clone from a local repository"6820msgstr ""68216822#: builtin/clone.c:966823msgid "don't use local hardlinks, always copy"6824msgstr ""68256826#: builtin/clone.c:986827msgid "setup as shared repository"6828msgstr ""68296830#: builtin/clone.c:100 builtin/clone.c:1046831msgid "pathspec"6832msgstr ""68336834#: builtin/clone.c:100 builtin/clone.c:1046835msgid "initialize submodules in the clone"6836msgstr ""68376838#: builtin/clone.c:1076839msgid "number of submodules cloned in parallel"6840msgstr ""68416842#: builtin/clone.c:108 builtin/init-db.c:4766843msgid "template-directory"6844msgstr ""68456846#: builtin/clone.c:109 builtin/init-db.c:4776847msgid "directory from which templates will be used"6848msgstr ""68496850#: builtin/clone.c:111 builtin/clone.c:113 builtin/submodule--helper.c:12236851#: builtin/submodule--helper.c:15946852msgid "reference repository"6853msgstr ""68546855#: builtin/clone.c:115 builtin/submodule--helper.c:12256856#: builtin/submodule--helper.c:15966857msgid "use --reference only while cloning"6858msgstr ""68596860#: builtin/clone.c:116 builtin/column.c:27 builtin/merge-file.c:446861#: builtin/pack-objects.c:3166 builtin/repack.c:2136862msgid "name"6863msgstr ""68646865#: builtin/clone.c:1176866msgid "use <name> instead of 'origin' to track upstream"6867msgstr ""68686869#: builtin/clone.c:1196870msgid "checkout <branch> instead of the remote's HEAD"6871msgstr ""68726873#: builtin/clone.c:1216874msgid "path to git-upload-pack on the remote"6875msgstr ""68766877#: builtin/clone.c:122 builtin/fetch.c:150 builtin/grep.c:8136878#: builtin/pull.c:2166879msgid "depth"6880msgstr ""68816882#: builtin/clone.c:1236883msgid "create a shallow clone of that depth"6884msgstr ""68856886#: builtin/clone.c:124 builtin/fetch.c:152 builtin/pack-objects.c:31576887#: parse-options.h:1546888msgid "time"6889msgstr ""68906891#: builtin/clone.c:1256892msgid "create a shallow clone since a specific time"6893msgstr ""68946895#: builtin/clone.c:126 builtin/fetch.c:1546896msgid "revision"6897msgstr ""68986899#: builtin/clone.c:127 builtin/fetch.c:1556900msgid "deepen history of shallow clone, excluding rev"6901msgstr ""69026903#: builtin/clone.c:1296904msgid "clone only one branch, HEAD or --branch"6905msgstr ""69066907#: builtin/clone.c:1316908msgid "don't clone any tags, and make later fetches not to follow them"6909msgstr ""69106911#: builtin/clone.c:1336912msgid "any cloned submodules will be shallow"6913msgstr ""69146915#: builtin/clone.c:134 builtin/init-db.c:4856916msgid "gitdir"6917msgstr ""69186919#: builtin/clone.c:135 builtin/init-db.c:4866920msgid "separate git dir from working tree"6921msgstr ""69226923#: builtin/clone.c:1366924msgid "key=value"6925msgstr ""69266927#: builtin/clone.c:1376928msgid "set config inside the new repository"6929msgstr ""69306931#: builtin/clone.c:138 builtin/fetch.c:173 builtin/pull.c:2296932#: builtin/push.c:5836933msgid "use IPv4 addresses only"6934msgstr ""69356936#: builtin/clone.c:140 builtin/fetch.c:175 builtin/pull.c:2326937#: builtin/push.c:5856938msgid "use IPv6 addresses only"6939msgstr ""69406941#: builtin/clone.c:2786942msgid ""6943"No directory name could be guessed.\n"6944"Please specify a directory on the command line"6945msgstr ""69466947#: builtin/clone.c:3316948#, c-format6949msgid "info: Could not add alternate for '%s': %s\n"6950msgstr ""69516952#: builtin/clone.c:4036953#, c-format6954msgid "failed to open '%s'"6955msgstr ""69566957#: builtin/clone.c:4116958#, c-format6959msgid "%s exists and is not a directory"6960msgstr ""69616962#: builtin/clone.c:4256963#, c-format6964msgid "failed to stat %s\n"6965msgstr ""69666967#: builtin/clone.c:4476968#, c-format6969msgid "failed to create link '%s'"6970msgstr ""69716972#: builtin/clone.c:4516973#, c-format6974msgid "failed to copy file to '%s'"6975msgstr ""69766977#: builtin/clone.c:4776978#, c-format6979msgid "done.\n"6980msgstr ""69816982#: builtin/clone.c:4916983msgid ""6984"Clone succeeded, but checkout failed.\n"6985"You can inspect what was checked out with 'git status'\n"6986"and retry the checkout with 'git checkout -f HEAD'\n"6987msgstr ""69886989#: builtin/clone.c:5686990#, c-format6991msgid "Could not find remote branch %s to clone."6992msgstr ""69936994#: builtin/clone.c:6636995msgid "remote did not send all necessary objects"6996msgstr ""69976998#: builtin/clone.c:6796999#, c-format7000msgid "unable to update %s"7001msgstr ""70027003#: builtin/clone.c:7287004msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"7005msgstr ""70067007#: builtin/clone.c:7587008msgid "unable to checkout working tree"7009msgstr ""70107011#: builtin/clone.c:8037012msgid "unable to write parameters to config file"7013msgstr ""70147015#: builtin/clone.c:8667016msgid "cannot repack to clean up"7017msgstr ""70187019#: builtin/clone.c:8687020msgid "cannot unlink temporary alternates file"7021msgstr ""70227023#: builtin/clone.c:907 builtin/receive-pack.c:19477024msgid "Too many arguments."7025msgstr ""70267027#: builtin/clone.c:9117028msgid "You must specify a repository to clone."7029msgstr ""70307031#: builtin/clone.c:9247032#, c-format7033msgid "--bare and --origin %s options are incompatible."7034msgstr ""70357036#: builtin/clone.c:9277037msgid "--bare and --separate-git-dir are incompatible."7038msgstr ""70397040#: builtin/clone.c:9407041#, c-format7042msgid "repository '%s' does not exist"7043msgstr ""70447045#: builtin/clone.c:946 builtin/fetch.c:14607046#, c-format7047msgid "depth %s is not a positive number"7048msgstr ""70497050#: builtin/clone.c:9567051#, c-format7052msgid "destination path '%s' already exists and is not an empty directory."7053msgstr ""70547055#: builtin/clone.c:9667056#, c-format7057msgid "working tree '%s' already exists."7058msgstr ""70597060#: builtin/clone.c:981 builtin/clone.c:1002 builtin/difftool.c:2707061#: builtin/worktree.c:246 builtin/worktree.c:2767062#, c-format7063msgid "could not create leading directories of '%s'"7064msgstr ""70657066#: builtin/clone.c:9867067#, c-format7068msgid "could not create work tree dir '%s'"7069msgstr ""70707071#: builtin/clone.c:10067072#, c-format7073msgid "Cloning into bare repository '%s'...\n"7074msgstr ""70757076#: builtin/clone.c:10087077#, c-format7078msgid "Cloning into '%s'...\n"7079msgstr ""70807081#: builtin/clone.c:10327082msgid ""7083"clone --recursive is not compatible with both --reference and --reference-if-"7084"able"7085msgstr ""70867087#: builtin/clone.c:10937088msgid "--depth is ignored in local clones; use file:// instead."7089msgstr ""70907091#: builtin/clone.c:10957092msgid "--shallow-since is ignored in local clones; use file:// instead."7093msgstr ""70947095#: builtin/clone.c:10977096msgid "--shallow-exclude is ignored in local clones; use file:// instead."7097msgstr ""70987099#: builtin/clone.c:10997100msgid "--filter is ignored in local clones; use file:// instead."7101msgstr ""71027103#: builtin/clone.c:11027104msgid "source repository is shallow, ignoring --local"7105msgstr ""71067107#: builtin/clone.c:11077108msgid "--local is ignored"7109msgstr ""71107111#: builtin/clone.c:1169 builtin/clone.c:11777112#, c-format7113msgid "Remote branch %s not found in upstream %s"7114msgstr ""71157116#: builtin/clone.c:11807117msgid "You appear to have cloned an empty repository."7118msgstr ""71197120#: builtin/column.c:107121msgid "git column [<options>]"7122msgstr ""71237124#: builtin/column.c:277125msgid "lookup config vars"7126msgstr ""71277128#: builtin/column.c:28 builtin/column.c:297129msgid "layout to use"7130msgstr ""71317132#: builtin/column.c:307133msgid "Maximum width"7134msgstr ""71357136#: builtin/column.c:317137msgid "Padding space on left border"7138msgstr ""71397140#: builtin/column.c:327141msgid "Padding space on right border"7142msgstr ""71437144#: builtin/column.c:337145msgid "Padding space between columns"7146msgstr ""71477148#: builtin/column.c:517149msgid "--command must be the first argument"7150msgstr ""71517152#: builtin/commit.c:377153msgid "git commit [<options>] [--] <pathspec>..."7154msgstr ""71557156#: builtin/commit.c:427157msgid "git status [<options>] [--] <pathspec>..."7158msgstr ""71597160#: builtin/commit.c:477161msgid ""7162"You asked to amend the most recent commit, but doing so would make\n"7163"it empty. You can repeat your command with --allow-empty, or you can\n"7164"remove the commit entirely with \"git reset HEAD^\".\n"7165msgstr ""71667167#: builtin/commit.c:527168msgid ""7169"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"7170"If you wish to commit it anyway, use:\n"7171"\n"7172" git commit --allow-empty\n"7173"\n"7174msgstr ""71757176#: builtin/commit.c:597177msgid "Otherwise, please use 'git reset'\n"7178msgstr ""71797180#: builtin/commit.c:627181msgid ""7182"If you wish to skip this commit, use:\n"7183"\n"7184" git reset\n"7185"\n"7186"Then \"git cherry-pick --continue\" will resume cherry-picking\n"7187"the remaining commits.\n"7188msgstr ""71897190#: builtin/commit.c:2937191msgid "failed to unpack HEAD tree object"7192msgstr ""71937194#: builtin/commit.c:3347195msgid "unable to create temporary index"7196msgstr ""71977198#: builtin/commit.c:3407199msgid "interactive add failed"7200msgstr ""72017202#: builtin/commit.c:3537203msgid "unable to update temporary index"7204msgstr ""72057206#: builtin/commit.c:3557207msgid "Failed to update main cache tree"7208msgstr ""72097210#: builtin/commit.c:380 builtin/commit.c:403 builtin/commit.c:4497211msgid "unable to write new_index file"7212msgstr ""72137214#: builtin/commit.c:4327215msgid "cannot do a partial commit during a merge."7216msgstr ""72177218#: builtin/commit.c:4347219msgid "cannot do a partial commit during a cherry-pick."7220msgstr ""72217222#: builtin/commit.c:4427223msgid "cannot read the index"7224msgstr ""72257226#: builtin/commit.c:4617227msgid "unable to write temporary index file"7228msgstr ""72297230#: builtin/commit.c:5587231#, c-format7232msgid "commit '%s' lacks author header"7233msgstr ""72347235#: builtin/commit.c:5607236#, c-format7237msgid "commit '%s' has malformed author line"7238msgstr ""72397240#: builtin/commit.c:5797241msgid "malformed --author parameter"7242msgstr ""72437244#: builtin/commit.c:6317245msgid ""7246"unable to select a comment character that is not used\n"7247"in the current commit message"7248msgstr ""72497250#: builtin/commit.c:668 builtin/commit.c:701 builtin/commit.c:10297251#, c-format7252msgid "could not lookup commit %s"7253msgstr ""72547255#: builtin/commit.c:680 builtin/shortlog.c:3167256#, c-format7257msgid "(reading log message from standard input)\n"7258msgstr ""72597260#: builtin/commit.c:6827261msgid "could not read log from standard input"7262msgstr ""72637264#: builtin/commit.c:6867265#, c-format7266msgid "could not read log file '%s'"7267msgstr ""72687269#: builtin/commit.c:715 builtin/commit.c:7237270msgid "could not read SQUASH_MSG"7271msgstr ""72727273#: builtin/commit.c:7207274msgid "could not read MERGE_MSG"7275msgstr ""72767277#: builtin/commit.c:7747278msgid "could not write commit template"7279msgstr ""72807281#: builtin/commit.c:7927282#, c-format7283msgid ""7284"\n"7285"It looks like you may be committing a merge.\n"7286"If this is not correct, please remove the file\n"7287"\t%s\n"7288"and try again.\n"7289msgstr ""72907291#: builtin/commit.c:7977292#, c-format7293msgid ""7294"\n"7295"It looks like you may be committing a cherry-pick.\n"7296"If this is not correct, please remove the file\n"7297"\t%s\n"7298"and try again.\n"7299msgstr ""73007301#: builtin/commit.c:8107302#, c-format7303msgid ""7304"Please enter the commit message for your changes. Lines starting\n"7305"with '%c' will be ignored, and an empty message aborts the commit.\n"7306msgstr ""73077308#: builtin/commit.c:8187309#, c-format7310msgid ""7311"Please enter the commit message for your changes. Lines starting\n"7312"with '%c' will be kept; you may remove them yourself if you want to.\n"7313"An empty message aborts the commit.\n"7314msgstr ""73157316#: builtin/commit.c:8357317#, c-format7318msgid "%sAuthor: %.*s <%.*s>"7319msgstr ""73207321#: builtin/commit.c:8437322#, c-format7323msgid "%sDate: %s"7324msgstr ""73257326#: builtin/commit.c:8507327#, c-format7328msgid "%sCommitter: %.*s <%.*s>"7329msgstr ""73307331#: builtin/commit.c:8677332msgid "Cannot read index"7333msgstr ""73347335#: builtin/commit.c:9337336msgid "Error building trees"7337msgstr ""73387339#: builtin/commit.c:947 builtin/tag.c:2577340#, c-format7341msgid "Please supply the message using either -m or -F option.\n"7342msgstr ""73437344#: builtin/commit.c:9917345#, c-format7346msgid "--author '%s' is not 'Name <email>' and matches no existing author"7347msgstr ""73487349#: builtin/commit.c:10057350#, c-format7351msgid "Invalid ignored mode '%s'"7352msgstr ""73537354#: builtin/commit.c:1019 builtin/commit.c:12697355#, c-format7356msgid "Invalid untracked files mode '%s'"7357msgstr ""73587359#: builtin/commit.c:10577360msgid "--long and -z are incompatible"7361msgstr ""73627363#: builtin/commit.c:10907364msgid "Using both --reset-author and --author does not make sense"7365msgstr ""73667367#: builtin/commit.c:10997368msgid "You have nothing to amend."7369msgstr ""73707371#: builtin/commit.c:11027372msgid "You are in the middle of a merge -- cannot amend."7373msgstr ""73747375#: builtin/commit.c:11047376msgid "You are in the middle of a cherry-pick -- cannot amend."7377msgstr ""73787379#: builtin/commit.c:11077380msgid "Options --squash and --fixup cannot be used together"7381msgstr ""73827383#: builtin/commit.c:11177384msgid "Only one of -c/-C/-F/--fixup can be used."7385msgstr ""73867387#: builtin/commit.c:11197388msgid "Option -m cannot be combined with -c/-C/-F."7389msgstr ""73907391#: builtin/commit.c:11277392msgid "--reset-author can be used only with -C, -c or --amend."7393msgstr ""73947395#: builtin/commit.c:11447396msgid "Only one of --include/--only/--all/--interactive/--patch can be used."7397msgstr ""73987399#: builtin/commit.c:11467400msgid "No paths with --include/--only does not make sense."7401msgstr ""74027403#: builtin/commit.c:1160 builtin/tag.c:5437404#, c-format7405msgid "Invalid cleanup mode %s"7406msgstr ""74077408#: builtin/commit.c:11657409msgid "Paths with -a does not make sense."7410msgstr ""74117412#: builtin/commit.c:1303 builtin/commit.c:14807413msgid "show status concisely"7414msgstr ""74157416#: builtin/commit.c:1305 builtin/commit.c:14827417msgid "show branch information"7418msgstr ""74197420#: builtin/commit.c:13077421msgid "show stash information"7422msgstr ""74237424#: builtin/commit.c:1309 builtin/commit.c:14847425msgid "compute full ahead/behind values"7426msgstr ""74277428#: builtin/commit.c:13117429msgid "version"7430msgstr ""74317432#: builtin/commit.c:1311 builtin/commit.c:1486 builtin/push.c:5587433#: builtin/worktree.c:5817434msgid "machine-readable output"7435msgstr ""74367437#: builtin/commit.c:1314 builtin/commit.c:14887438msgid "show status in long format (default)"7439msgstr ""74407441#: builtin/commit.c:1317 builtin/commit.c:14917442msgid "terminate entries with NUL"7443msgstr ""74447445#: builtin/commit.c:1319 builtin/commit.c:1323 builtin/commit.c:14947446#: builtin/fast-export.c:1001 builtin/fast-export.c:1004 builtin/tag.c:3977447msgid "mode"7448msgstr ""74497450#: builtin/commit.c:1320 builtin/commit.c:14947451msgid "show untracked files, optional modes: all, normal, no. (Default: all)"7452msgstr ""74537454#: builtin/commit.c:13247455msgid ""7456"show ignored files, optional modes: traditional, matching, no. (Default: "7457"traditional)"7458msgstr ""74597460#: builtin/commit.c:1326 parse-options.h:1677461msgid "when"7462msgstr ""74637464#: builtin/commit.c:13277465msgid ""7466"ignore changes to submodules, optional when: all, dirty, untracked. "7467"(Default: all)"7468msgstr ""74697470#: builtin/commit.c:13297471msgid "list untracked files in columns"7472msgstr ""74737474#: builtin/commit.c:13307475msgid "do not detect renames"7476msgstr ""74777478#: builtin/commit.c:13327479msgid "detect renames, optionally set similarity index"7480msgstr ""74817482#: builtin/commit.c:13527483msgid "Unsupported combination of ignored and untracked-files arguments"7484msgstr ""74857486#: builtin/commit.c:14507487msgid "suppress summary after successful commit"7488msgstr ""74897490#: builtin/commit.c:14517491msgid "show diff in commit message template"7492msgstr ""74937494#: builtin/commit.c:14537495msgid "Commit message options"7496msgstr ""74977498#: builtin/commit.c:1454 builtin/tag.c:3947499msgid "read message from file"7500msgstr ""75017502#: builtin/commit.c:14557503msgid "author"7504msgstr ""75057506#: builtin/commit.c:14557507msgid "override author for commit"7508msgstr ""75097510#: builtin/commit.c:1456 builtin/gc.c:5017511msgid "date"7512msgstr ""75137514#: builtin/commit.c:14567515msgid "override date for commit"7516msgstr ""75177518#: builtin/commit.c:1457 builtin/merge.c:228 builtin/notes.c:4027519#: builtin/notes.c:565 builtin/tag.c:3927520msgid "message"7521msgstr ""75227523#: builtin/commit.c:14577524msgid "commit message"7525msgstr ""75267527#: builtin/commit.c:1458 builtin/commit.c:1459 builtin/commit.c:14607528#: builtin/commit.c:1461 parse-options.h:270 ref-filter.h:927529msgid "commit"7530msgstr ""75317532#: builtin/commit.c:14587533msgid "reuse and edit message from specified commit"7534msgstr ""75357536#: builtin/commit.c:14597537msgid "reuse message from specified commit"7538msgstr ""75397540#: builtin/commit.c:14607541msgid "use autosquash formatted message to fixup specified commit"7542msgstr ""75437544#: builtin/commit.c:14617545msgid "use autosquash formatted message to squash specified commit"7546msgstr ""75477548#: builtin/commit.c:14627549msgid "the commit is authored by me now (used with -C/-c/--amend)"7550msgstr ""75517552#: builtin/commit.c:1463 builtin/log.c:1446 builtin/merge.c:2427553#: builtin/pull.c:154 builtin/revert.c:1057554msgid "add Signed-off-by:"7555msgstr ""75567557#: builtin/commit.c:14647558msgid "use specified template file"7559msgstr ""75607561#: builtin/commit.c:14657562msgid "force edit of commit"7563msgstr ""75647565#: builtin/commit.c:14667566msgid "default"7567msgstr ""75687569#: builtin/commit.c:1466 builtin/tag.c:3987570msgid "how to strip spaces and #comments from message"7571msgstr ""75727573#: builtin/commit.c:14677574msgid "include status in commit message template"7575msgstr ""75767577#: builtin/commit.c:1469 builtin/merge.c:240 builtin/pull.c:1847578#: builtin/revert.c:1137579msgid "GPG sign commit"7580msgstr ""75817582#: builtin/commit.c:14727583msgid "Commit contents options"7584msgstr ""75857586#: builtin/commit.c:14737587msgid "commit all changed files"7588msgstr ""75897590#: builtin/commit.c:14747591msgid "add specified files to index for commit"7592msgstr ""75937594#: builtin/commit.c:14757595msgid "interactively add files"7596msgstr ""75977598#: builtin/commit.c:14767599msgid "interactively add changes"7600msgstr ""76017602#: builtin/commit.c:14777603msgid "commit only specified files"7604msgstr ""76057606#: builtin/commit.c:14787607msgid "bypass pre-commit and commit-msg hooks"7608msgstr ""76097610#: builtin/commit.c:14797611msgid "show what would be committed"7612msgstr ""76137614#: builtin/commit.c:14927615msgid "amend previous commit"7616msgstr ""76177618#: builtin/commit.c:14937619msgid "bypass post-rewrite hook"7620msgstr ""76217622#: builtin/commit.c:14987623msgid "ok to record an empty change"7624msgstr ""76257626#: builtin/commit.c:15007627msgid "ok to record a change with an empty message"7628msgstr ""76297630#: builtin/commit.c:15737631#, c-format7632msgid "Corrupt MERGE_HEAD file (%s)"7633msgstr ""76347635#: builtin/commit.c:15807636msgid "could not read MERGE_MODE"7637msgstr ""76387639#: builtin/commit.c:15997640#, c-format7641msgid "could not read commit message: %s"7642msgstr ""76437644#: builtin/commit.c:16107645#, c-format7646msgid "Aborting commit due to empty commit message.\n"7647msgstr ""76487649#: builtin/commit.c:16157650#, c-format7651msgid "Aborting commit; you did not edit the message.\n"7652msgstr ""76537654#: builtin/commit.c:16507655msgid ""7656"Repository has been updated, but unable to write\n"7657"new_index file. Check that disk is not full and quota is\n"7658"not exceeded, and then \"git reset HEAD\" to recover."7659msgstr ""76607661#: builtin/commit-graph.c:97662msgid "git commit-graph [--object-dir <objdir>]"7663msgstr ""76647665#: builtin/commit-graph.c:10 builtin/commit-graph.c:167666msgid "git commit-graph read [--object-dir <objdir>]"7667msgstr ""76687669#: builtin/commit-graph.c:11 builtin/commit-graph.c:217670msgid ""7671"git commit-graph write [--object-dir <objdir>] [--append] [--stdin-packs|--"7672"stdin-commits]"7673msgstr ""76747675#: builtin/commit-graph.c:39 builtin/commit-graph.c:927676#: builtin/commit-graph.c:147 builtin/fetch.c:161 builtin/log.c:14667677msgid "dir"7678msgstr ""76797680#: builtin/commit-graph.c:40 builtin/commit-graph.c:937681#: builtin/commit-graph.c:1487682msgid "The object directory to store the graph"7683msgstr ""76847685#: builtin/commit-graph.c:957686msgid "scan pack-indexes listed by stdin for commits"7687msgstr ""76887689#: builtin/commit-graph.c:977690msgid "start walk at commits listed by stdin"7691msgstr ""76927693#: builtin/commit-graph.c:997694msgid "include all commits already in the commit-graph file"7695msgstr ""76967697#: builtin/commit-graph.c:1087698msgid "cannot use both --stdin-commits and --stdin-packs"7699msgstr ""77007701#: builtin/config.c:107702msgid "git config [<options>]"7703msgstr ""77047705#: builtin/config.c:1017706#, c-format7707msgid "unrecognized --type argument, %s"7708msgstr ""77097710#: builtin/config.c:1237711msgid "Config file location"7712msgstr ""77137714#: builtin/config.c:1247715msgid "use global config file"7716msgstr ""77177718#: builtin/config.c:1257719msgid "use system config file"7720msgstr ""77217722#: builtin/config.c:1267723msgid "use repository config file"7724msgstr ""77257726#: builtin/config.c:1277727msgid "use given config file"7728msgstr ""77297730#: builtin/config.c:1287731msgid "blob-id"7732msgstr ""77337734#: builtin/config.c:1287735msgid "read config from given blob object"7736msgstr ""77377738#: builtin/config.c:1297739msgid "Action"7740msgstr ""77417742#: builtin/config.c:1307743msgid "get value: name [value-regex]"7744msgstr ""77457746#: builtin/config.c:1317747msgid "get all values: key [value-regex]"7748msgstr ""77497750#: builtin/config.c:1327751msgid "get values for regexp: name-regex [value-regex]"7752msgstr ""77537754#: builtin/config.c:1337755msgid "get value specific for the URL: section[.var] URL"7756msgstr ""77577758#: builtin/config.c:1347759msgid "replace all matching variables: name value [value_regex]"7760msgstr ""77617762#: builtin/config.c:1357763msgid "add a new variable: name value"7764msgstr ""77657766#: builtin/config.c:1367767msgid "remove a variable: name [value-regex]"7768msgstr ""77697770#: builtin/config.c:1377771msgid "remove all matches: name [value-regex]"7772msgstr ""77737774#: builtin/config.c:1387775msgid "rename section: old-name new-name"7776msgstr ""77777778#: builtin/config.c:1397779msgid "remove a section: name"7780msgstr ""77817782#: builtin/config.c:1407783msgid "list all"7784msgstr ""77857786#: builtin/config.c:1417787msgid "open an editor"7788msgstr ""77897790#: builtin/config.c:1427791msgid "find the color configured: slot [default]"7792msgstr ""77937794#: builtin/config.c:1437795msgid "find the color setting: slot [stdout-is-tty]"7796msgstr ""77977798#: builtin/config.c:1447799msgid "Type"7800msgstr ""78017802#: builtin/config.c:1457803msgid "value is given this type"7804msgstr ""78057806#: builtin/config.c:1467807msgid "value is \"true\" or \"false\""7808msgstr ""78097810#: builtin/config.c:1477811msgid "value is decimal number"7812msgstr ""78137814#: builtin/config.c:1487815msgid "value is --bool or --int"7816msgstr ""78177818#: builtin/config.c:1497819msgid "value is a path (file or directory name)"7820msgstr ""78217822#: builtin/config.c:1507823msgid "value is an expiry date"7824msgstr ""78257826#: builtin/config.c:1517827msgid "Other"7828msgstr ""78297830#: builtin/config.c:1527831msgid "terminate values with NUL byte"7832msgstr ""78337834#: builtin/config.c:1537835msgid "show variable names only"7836msgstr ""78377838#: builtin/config.c:1547839msgid "respect include directives on lookup"7840msgstr ""78417842#: builtin/config.c:1557843msgid "show origin of config (file, standard input, blob, command line)"7844msgstr ""78457846#: builtin/config.c:1567847msgid "value"7848msgstr ""78497850#: builtin/config.c:1567851msgid "with --get, use default value when missing entry"7852msgstr ""78537854#: builtin/config.c:3327855#, c-format7856msgid "failed to format default config value: %s"7857msgstr ""78587859#: builtin/config.c:4317860msgid "unable to parse default color value"7861msgstr ""78627863#: builtin/config.c:5757864#, c-format7865msgid ""7866"# This is Git's per-user configuration file.\n"7867"[user]\n"7868"# Please adapt and uncomment the following lines:\n"7869"#\tname = %s\n"7870"#\temail = %s\n"7871msgstr ""78727873#: builtin/config.c:6037874msgid "--local can only be used inside a git repository"7875msgstr ""78767877#: builtin/config.c:6067878msgid "--blob can only be used inside a git repository"7879msgstr ""78807881#: builtin/config.c:7357882#, c-format7883msgid "cannot create configuration file %s"7884msgstr ""78857886#: builtin/config.c:7487887#, c-format7888msgid ""7889"cannot overwrite multiple values with a single value\n"7890" Use a regexp, --add or --replace-all to change %s."7891msgstr ""78927893#: builtin/count-objects.c:907894msgid "git count-objects [-v] [-H | --human-readable]"7895msgstr ""78967897#: builtin/count-objects.c:1007898msgid "print sizes in human readable format"7899msgstr ""79007901#: builtin/describe.c:227902msgid "git describe [<options>] [<commit-ish>...]"7903msgstr ""79047905#: builtin/describe.c:237906msgid "git describe [<options>] --dirty"7907msgstr ""79087909#: builtin/describe.c:577910msgid "head"7911msgstr ""79127913#: builtin/describe.c:577914msgid "lightweight"7915msgstr ""79167917#: builtin/describe.c:577918msgid "annotated"7919msgstr ""79207921#: builtin/describe.c:2677922#, c-format7923msgid "annotated tag %s not available"7924msgstr ""79257926#: builtin/describe.c:2717927#, c-format7928msgid "annotated tag %s has no embedded name"7929msgstr ""79307931#: builtin/describe.c:2737932#, c-format7933msgid "tag '%s' is really '%s' here"7934msgstr ""79357936#: builtin/describe.c:3177937#, c-format7938msgid "no tag exactly matches '%s'"7939msgstr ""79407941#: builtin/describe.c:3197942#, c-format7943msgid "No exact match on refs or tags, searching to describe\n"7944msgstr ""79457946#: builtin/describe.c:3667947#, c-format7948msgid "finished search at %s\n"7949msgstr ""79507951#: builtin/describe.c:3927952#, c-format7953msgid ""7954"No annotated tags can describe '%s'.\n"7955"However, there were unannotated tags: try --tags."7956msgstr ""79577958#: builtin/describe.c:3967959#, c-format7960msgid ""7961"No tags can describe '%s'.\n"7962"Try --always, or create some tags."7963msgstr ""79647965#: builtin/describe.c:4267966#, c-format7967msgid "traversed %lu commits\n"7968msgstr ""79697970#: builtin/describe.c:4297971#, c-format7972msgid ""7973"more than %i tags found; listed %i most recent\n"7974"gave up search at %s\n"7975msgstr ""79767977#: builtin/describe.c:4977978#, c-format7979msgid "describe %s\n"7980msgstr ""79817982#: builtin/describe.c:500 builtin/log.c:5027983#, c-format7984msgid "Not a valid object name %s"7985msgstr ""79867987#: builtin/describe.c:5087988#, c-format7989msgid "%s is neither a commit nor blob"7990msgstr ""79917992#: builtin/describe.c:5227993msgid "find the tag that comes after the commit"7994msgstr ""79957996#: builtin/describe.c:5237997msgid "debug search strategy on stderr"7998msgstr ""79998000#: builtin/describe.c:5248001msgid "use any ref"8002msgstr ""80038004#: builtin/describe.c:5258005msgid "use any tag, even unannotated"8006msgstr ""80078008#: builtin/describe.c:5268009msgid "always use long format"8010msgstr ""80118012#: builtin/describe.c:5278013msgid "only follow first parent"8014msgstr ""80158016#: builtin/describe.c:5308017msgid "only output exact matches"8018msgstr ""80198020#: builtin/describe.c:5328021msgid "consider <n> most recent tags (default: 10)"8022msgstr ""80238024#: builtin/describe.c:5348025msgid "only consider tags matching <pattern>"8026msgstr ""80278028#: builtin/describe.c:5368029msgid "do not consider tags matching <pattern>"8030msgstr ""80318032#: builtin/describe.c:538 builtin/name-rev.c:4068033msgid "show abbreviated commit object as fallback"8034msgstr ""80358036#: builtin/describe.c:539 builtin/describe.c:5428037msgid "mark"8038msgstr ""80398040#: builtin/describe.c:5408041msgid "append <mark> on dirty working tree (default: \"-dirty\")"8042msgstr ""80438044#: builtin/describe.c:5438045msgid "append <mark> on broken working tree (default: \"-broken\")"8046msgstr ""80478048#: builtin/describe.c:5618049msgid "--long is incompatible with --abbrev=0"8050msgstr ""80518052#: builtin/describe.c:5908053msgid "No names found, cannot describe anything."8054msgstr ""80558056#: builtin/describe.c:6408057msgid "--dirty is incompatible with commit-ishes"8058msgstr ""80598060#: builtin/describe.c:6428061msgid "--broken is incompatible with commit-ishes"8062msgstr ""80638064#: builtin/diff.c:838065#, c-format8066msgid "'%s': not a regular file or symlink"8067msgstr ""80688069#: builtin/diff.c:2348070#, c-format8071msgid "invalid option: %s"8072msgstr ""80738074#: builtin/diff.c:3568075msgid "Not a git repository"8076msgstr ""80778078#: builtin/diff.c:3998079#, c-format8080msgid "invalid object '%s' given."8081msgstr ""80828083#: builtin/diff.c:4088084#, c-format8085msgid "more than two blobs given: '%s'"8086msgstr ""80878088#: builtin/diff.c:4138089#, c-format8090msgid "unhandled object '%s' given."8091msgstr ""80928093#: builtin/difftool.c:298094msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"8095msgstr ""80968097#: builtin/difftool.c:2598098#, c-format8099msgid "failed: %d"8100msgstr ""81018102#: builtin/difftool.c:3018103#, c-format8104msgid "could not read symlink %s"8105msgstr ""81068107#: builtin/difftool.c:3038108#, c-format8109msgid "could not read symlink file %s"8110msgstr ""81118112#: builtin/difftool.c:3118113#, c-format8114msgid "could not read object %s for symlink %s"8115msgstr ""81168117#: builtin/difftool.c:4128118msgid ""8119"combined diff formats('-c' and '--cc') are not supported in\n"8120"directory diff mode('-d' and '--dir-diff')."8121msgstr ""81228123#: builtin/difftool.c:6328124#, c-format8125msgid "both files modified: '%s' and '%s'."8126msgstr ""81278128#: builtin/difftool.c:6348129msgid "working tree file has been left."8130msgstr ""81318132#: builtin/difftool.c:6458133#, c-format8134msgid "temporary files exist in '%s'."8135msgstr ""81368137#: builtin/difftool.c:6468138msgid "you may want to cleanup or recover these."8139msgstr ""81408141#: builtin/difftool.c:6958142msgid "use `diff.guitool` instead of `diff.tool`"8143msgstr ""81448145#: builtin/difftool.c:6978146msgid "perform a full-directory diff"8147msgstr ""81488149#: builtin/difftool.c:6998150msgid "do not prompt before launching a diff tool"8151msgstr ""81528153#: builtin/difftool.c:7048154msgid "use symlinks in dir-diff mode"8155msgstr ""81568157#: builtin/difftool.c:7058158msgid "<tool>"8159msgstr ""81608161#: builtin/difftool.c:7068162msgid "use the specified diff tool"8163msgstr ""81648165#: builtin/difftool.c:7088166msgid "print a list of diff tools that may be used with `--tool`"8167msgstr ""81688169#: builtin/difftool.c:7118170msgid ""8171"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "8172"code"8173msgstr ""81748175#: builtin/difftool.c:7138176msgid "<command>"8177msgstr ""81788179#: builtin/difftool.c:7148180msgid "specify a custom command for viewing diffs"8181msgstr ""81828183#: builtin/difftool.c:7388184msgid "no <tool> given for --tool=<tool>"8185msgstr ""81868187#: builtin/difftool.c:7458188msgid "no <cmd> given for --extcmd=<cmd>"8189msgstr ""81908191#: builtin/fast-export.c:278192msgid "git fast-export [rev-list-opts]"8193msgstr ""81948195#: builtin/fast-export.c:10008196msgid "show progress after <n> objects"8197msgstr ""81988199#: builtin/fast-export.c:10028200msgid "select handling of signed tags"8201msgstr ""82028203#: builtin/fast-export.c:10058204msgid "select handling of tags that tag filtered objects"8205msgstr ""82068207#: builtin/fast-export.c:10088208msgid "Dump marks to this file"8209msgstr ""82108211#: builtin/fast-export.c:10108212msgid "Import marks from this file"8213msgstr ""82148215#: builtin/fast-export.c:10128216msgid "Fake a tagger when tags lack one"8217msgstr ""82188219#: builtin/fast-export.c:10148220msgid "Output full tree for each commit"8221msgstr ""82228223#: builtin/fast-export.c:10168224msgid "Use the done feature to terminate the stream"8225msgstr ""82268227#: builtin/fast-export.c:10178228msgid "Skip output of blob data"8229msgstr ""82308231#: builtin/fast-export.c:10188232msgid "refspec"8233msgstr ""82348235#: builtin/fast-export.c:10198236msgid "Apply refspec to exported refs"8237msgstr ""82388239#: builtin/fast-export.c:10208240msgid "anonymize output"8241msgstr ""82428243#: builtin/fetch.c:268244msgid "git fetch [<options>] [<repository> [<refspec>...]]"8245msgstr ""82468247#: builtin/fetch.c:278248msgid "git fetch [<options>] <group>"8249msgstr ""82508251#: builtin/fetch.c:288252msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"8253msgstr ""82548255#: builtin/fetch.c:298256msgid "git fetch --all [<options>]"8257msgstr ""82588259#: builtin/fetch.c:123 builtin/pull.c:1938260msgid "fetch from all remotes"8261msgstr ""82628263#: builtin/fetch.c:125 builtin/pull.c:1968264msgid "append to .git/FETCH_HEAD instead of overwriting"8265msgstr ""82668267#: builtin/fetch.c:127 builtin/pull.c:1998268msgid "path to upload pack on remote end"8269msgstr ""82708271#: builtin/fetch.c:128 builtin/pull.c:2018272msgid "force overwrite of local branch"8273msgstr ""82748275#: builtin/fetch.c:1308276msgid "fetch from multiple remotes"8277msgstr ""82788279#: builtin/fetch.c:132 builtin/pull.c:2038280msgid "fetch all tags and associated objects"8281msgstr ""82828283#: builtin/fetch.c:1348284msgid "do not fetch all tags (--no-tags)"8285msgstr ""82868287#: builtin/fetch.c:1368288msgid "number of submodules fetched in parallel"8289msgstr ""82908291#: builtin/fetch.c:138 builtin/pull.c:2068292msgid "prune remote-tracking branches no longer on remote"8293msgstr ""82948295#: builtin/fetch.c:1408296msgid "prune local tags no longer on remote and clobber changed tags"8297msgstr ""82988299#: builtin/fetch.c:141 builtin/fetch.c:164 builtin/pull.c:1318300msgid "on-demand"8301msgstr ""83028303#: builtin/fetch.c:1428304msgid "control recursive fetching of submodules"8305msgstr ""83068307#: builtin/fetch.c:146 builtin/pull.c:2148308msgid "keep downloaded pack"8309msgstr ""83108311#: builtin/fetch.c:1488312msgid "allow updating of HEAD ref"8313msgstr ""83148315#: builtin/fetch.c:151 builtin/fetch.c:157 builtin/pull.c:2178316msgid "deepen history of shallow clone"8317msgstr ""83188319#: builtin/fetch.c:1538320msgid "deepen history of shallow repository based on time"8321msgstr ""83228323#: builtin/fetch.c:159 builtin/pull.c:2208324msgid "convert to a complete repository"8325msgstr ""83268327#: builtin/fetch.c:1628328msgid "prepend this to submodule path output"8329msgstr ""83308331#: builtin/fetch.c:1658332msgid ""8333"default for recursive fetching of submodules (lower priority than config "8334"files)"8335msgstr ""83368337#: builtin/fetch.c:169 builtin/pull.c:2238338msgid "accept refs that update .git/shallow"8339msgstr ""83408341#: builtin/fetch.c:170 builtin/pull.c:2258342msgid "refmap"8343msgstr ""83448345#: builtin/fetch.c:171 builtin/pull.c:2268346msgid "specify fetch refmap"8347msgstr ""83488349#: builtin/fetch.c:172 builtin/ls-remote.c:77 builtin/push.c:5828350#: builtin/send-pack.c:1728351msgid "server-specific"8352msgstr ""83538354#: builtin/fetch.c:172 builtin/ls-remote.c:77 builtin/push.c:5828355#: builtin/send-pack.c:1738356msgid "option to transmit"8357msgstr ""83588359#: builtin/fetch.c:4428360msgid "Couldn't find remote ref HEAD"8361msgstr ""83628363#: builtin/fetch.c:5608364#, c-format8365msgid "configuration fetch.output contains invalid value %s"8366msgstr ""83678368#: builtin/fetch.c:6538369#, c-format8370msgid "object %s not found"8371msgstr ""83728373#: builtin/fetch.c:6578374msgid "[up to date]"8375msgstr ""83768377#: builtin/fetch.c:670 builtin/fetch.c:7508378msgid "[rejected]"8379msgstr ""83808381#: builtin/fetch.c:6718382msgid "can't fetch in current branch"8383msgstr ""83848385#: builtin/fetch.c:6808386msgid "[tag update]"8387msgstr ""83888389#: builtin/fetch.c:681 builtin/fetch.c:714 builtin/fetch.c:7308390#: builtin/fetch.c:7458391msgid "unable to update local ref"8392msgstr ""83938394#: builtin/fetch.c:7008395msgid "[new tag]"8396msgstr ""83978398#: builtin/fetch.c:7038399msgid "[new branch]"8400msgstr ""84018402#: builtin/fetch.c:7068403msgid "[new ref]"8404msgstr ""84058406#: builtin/fetch.c:7458407msgid "forced update"8408msgstr ""84098410#: builtin/fetch.c:7508411msgid "non-fast-forward"8412msgstr ""84138414#: builtin/fetch.c:7958415#, c-format8416msgid "%s did not send all necessary objects\n"8417msgstr ""84188419#: builtin/fetch.c:8158420#, c-format8421msgid "reject %s because shallow roots are not allowed to be updated"8422msgstr ""84238424#: builtin/fetch.c:903 builtin/fetch.c:9998425#, c-format8426msgid "From %.*s\n"8427msgstr ""84288429#: builtin/fetch.c:9148430#, c-format8431msgid ""8432"some local refs could not be updated; try running\n"8433" 'git remote prune %s' to remove any old, conflicting branches"8434msgstr ""84358436#: builtin/fetch.c:9698437#, c-format8438msgid " (%s will become dangling)"8439msgstr ""84408441#: builtin/fetch.c:9708442#, c-format8443msgid " (%s has become dangling)"8444msgstr ""84458446#: builtin/fetch.c:10028447msgid "[deleted]"8448msgstr ""84498450#: builtin/fetch.c:1003 builtin/remote.c:10338451msgid "(none)"8452msgstr ""84538454#: builtin/fetch.c:10268455#, c-format8456msgid "Refusing to fetch into current branch %s of non-bare repository"8457msgstr ""84588459#: builtin/fetch.c:10458460#, c-format8461msgid "Option \"%s\" value \"%s\" is not valid for %s"8462msgstr ""84638464#: builtin/fetch.c:10488465#, c-format8466msgid "Option \"%s\" is ignored for %s\n"8467msgstr ""84688469#: builtin/fetch.c:12878470#, c-format8471msgid "Fetching %s\n"8472msgstr ""84738474#: builtin/fetch.c:1289 builtin/remote.c:988475#, c-format8476msgid "Could not fetch %s"8477msgstr ""84788479#: builtin/fetch.c:1335 builtin/fetch.c:15038480msgid ""8481"--filter can only be used with the remote configured in core.partialClone"8482msgstr ""84838484#: builtin/fetch.c:13588485msgid ""8486"No remote repository specified. Please, specify either a URL or a\n"8487"remote name from which new revisions should be fetched."8488msgstr ""84898490#: builtin/fetch.c:13958491msgid "You need to specify a tag name."8492msgstr ""84938494#: builtin/fetch.c:14448495msgid "Negative depth in --deepen is not supported"8496msgstr ""84978498#: builtin/fetch.c:14468499msgid "--deepen and --depth are mutually exclusive"8500msgstr ""85018502#: builtin/fetch.c:14518503msgid "--depth and --unshallow cannot be used together"8504msgstr ""85058506#: builtin/fetch.c:14538507msgid "--unshallow on a complete repository does not make sense"8508msgstr ""85098510#: builtin/fetch.c:14698511msgid "fetch --all does not take a repository argument"8512msgstr ""85138514#: builtin/fetch.c:14718515msgid "fetch --all does not make sense with refspecs"8516msgstr ""85178518#: builtin/fetch.c:14808519#, c-format8520msgid "No such remote or remote group: %s"8521msgstr ""85228523#: builtin/fetch.c:14878524msgid "Fetching a group and specifying refspecs does not make sense"8525msgstr ""85268527#: builtin/fmt-merge-msg.c:158528msgid ""8529"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"8530msgstr ""85318532#: builtin/fmt-merge-msg.c:6668533msgid "populate log with at most <n> entries from shortlog"8534msgstr ""85358536#: builtin/fmt-merge-msg.c:6698537msgid "alias for --log (deprecated)"8538msgstr ""85398540#: builtin/fmt-merge-msg.c:6728541msgid "text"8542msgstr ""85438544#: builtin/fmt-merge-msg.c:6738545msgid "use <text> as start of message"8546msgstr ""85478548#: builtin/fmt-merge-msg.c:6748549msgid "file to read from"8550msgstr ""85518552#: builtin/for-each-ref.c:108553msgid "git for-each-ref [<options>] [<pattern>]"8554msgstr ""85558556#: builtin/for-each-ref.c:118557msgid "git for-each-ref [--points-at <object>]"8558msgstr ""85598560#: builtin/for-each-ref.c:128561msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"8562msgstr ""85638564#: builtin/for-each-ref.c:138565msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"8566msgstr ""85678568#: builtin/for-each-ref.c:288569msgid "quote placeholders suitably for shells"8570msgstr ""85718572#: builtin/for-each-ref.c:308573msgid "quote placeholders suitably for perl"8574msgstr ""85758576#: builtin/for-each-ref.c:328577msgid "quote placeholders suitably for python"8578msgstr ""85798580#: builtin/for-each-ref.c:348581msgid "quote placeholders suitably for Tcl"8582msgstr ""85838584#: builtin/for-each-ref.c:378585msgid "show only <n> matched refs"8586msgstr ""85878588#: builtin/for-each-ref.c:39 builtin/tag.c:4218589msgid "respect format colors"8590msgstr ""85918592#: builtin/for-each-ref.c:438593msgid "print only refs which points at the given object"8594msgstr ""85958596#: builtin/for-each-ref.c:458597msgid "print only refs that are merged"8598msgstr ""85998600#: builtin/for-each-ref.c:468601msgid "print only refs that are not merged"8602msgstr ""86038604#: builtin/for-each-ref.c:478605msgid "print only refs which contain the commit"8606msgstr ""86078608#: builtin/for-each-ref.c:488609msgid "print only refs which don't contain the commit"8610msgstr ""86118612#: builtin/fsck.c:5698613msgid "Checking object directories"8614msgstr ""86158616#: builtin/fsck.c:6618617msgid "git fsck [<options>] [<object>...]"8618msgstr ""86198620#: builtin/fsck.c:6678621msgid "show unreachable objects"8622msgstr ""86238624#: builtin/fsck.c:6688625msgid "show dangling objects"8626msgstr ""86278628#: builtin/fsck.c:6698629msgid "report tags"8630msgstr ""86318632#: builtin/fsck.c:6708633msgid "report root nodes"8634msgstr ""86358636#: builtin/fsck.c:6718637msgid "make index objects head nodes"8638msgstr ""86398640#: builtin/fsck.c:6728641msgid "make reflogs head nodes (default)"8642msgstr ""86438644#: builtin/fsck.c:6738645msgid "also consider packs and alternate objects"8646msgstr ""86478648#: builtin/fsck.c:6748649msgid "check only connectivity"8650msgstr ""86518652#: builtin/fsck.c:6758653msgid "enable more strict checking"8654msgstr ""86558656#: builtin/fsck.c:6778657msgid "write dangling objects in .git/lost-found"8658msgstr ""86598660#: builtin/fsck.c:678 builtin/prune.c:1098661msgid "show progress"8662msgstr ""86638664#: builtin/fsck.c:6798665msgid "show verbose names for reachable objects"8666msgstr ""86678668#: builtin/fsck.c:7458669msgid "Checking objects"8670msgstr ""86718672#: builtin/gc.c:338673msgid "git gc [<options>]"8674msgstr ""86758676#: builtin/gc.c:888677#, c-format8678msgid "Failed to fstat %s: %s"8679msgstr ""86808681#: builtin/gc.c:4528682#, c-format8683msgid "Can't stat %s"8684msgstr ""86858686#: builtin/gc.c:4618687#, c-format8688msgid ""8689"The last gc run reported the following. Please correct the root cause\n"8690"and remove %s.\n"8691"Automatic cleanup will not be performed until the file is removed.\n"8692"\n"8693"%s"8694msgstr ""86958696#: builtin/gc.c:5028697msgid "prune unreferenced objects"8698msgstr ""86998700#: builtin/gc.c:5048701msgid "be more thorough (increased runtime)"8702msgstr ""87038704#: builtin/gc.c:5058705msgid "enable auto-gc mode"8706msgstr ""87078708#: builtin/gc.c:5088709msgid "force running gc even if there may be another gc running"8710msgstr ""87118712#: builtin/gc.c:5118713msgid "repack all other packs except the largest pack"8714msgstr ""87158716#: builtin/gc.c:5288717#, c-format8718msgid "failed to parse gc.logexpiry value %s"8719msgstr ""87208721#: builtin/gc.c:5398722#, c-format8723msgid "failed to parse prune expiry value %s"8724msgstr ""87258726#: builtin/gc.c:5598727#, c-format8728msgid "Auto packing the repository in background for optimum performance.\n"8729msgstr ""87308731#: builtin/gc.c:5618732#, c-format8733msgid "Auto packing the repository for optimum performance.\n"8734msgstr ""87358736#: builtin/gc.c:5628737#, c-format8738msgid "See \"git help gc\" for manual housekeeping.\n"8739msgstr ""87408741#: builtin/gc.c:5988742#, c-format8743msgid ""8744"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"8745msgstr ""87468747#: builtin/gc.c:6458748msgid ""8749"There are too many unreachable loose objects; run 'git prune' to remove them."8750msgstr ""87518752#: builtin/grep.c:288753msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"8754msgstr ""87558756#: builtin/grep.c:2268757#, c-format8758msgid "grep: failed to create thread: %s"8759msgstr ""87608761#: builtin/grep.c:2848762#, c-format8763msgid "invalid number of threads specified (%d) for %s"8764msgstr ""87658766#. TRANSLATORS: %s is the configuration8767#. variable for tweaking threads, currently8768#. grep.threads8769#.8770#: builtin/grep.c:293 builtin/index-pack.c:1535 builtin/index-pack.c:17278771#, c-format8772msgid "no threads support, ignoring %s"8773msgstr ""87748775#: builtin/grep.c:461 builtin/grep.c:582 builtin/grep.c:6238776#, c-format8777msgid "unable to read tree (%s)"8778msgstr ""87798780#: builtin/grep.c:6388781#, c-format8782msgid "unable to grep from object of type %s"8783msgstr ""87848785#: builtin/grep.c:7038786#, c-format8787msgid "switch `%c' expects a numerical value"8788msgstr ""87898790#: builtin/grep.c:7908791msgid "search in index instead of in the work tree"8792msgstr ""87938794#: builtin/grep.c:7928795msgid "find in contents not managed by git"8796msgstr ""87978798#: builtin/grep.c:7948799msgid "search in both tracked and untracked files"8800msgstr ""88018802#: builtin/grep.c:7968803msgid "ignore files specified via '.gitignore'"8804msgstr ""88058806#: builtin/grep.c:7988807msgid "recursively search in each submodule"8808msgstr ""88098810#: builtin/grep.c:8018811msgid "show non-matching lines"8812msgstr ""88138814#: builtin/grep.c:8038815msgid "case insensitive matching"8816msgstr ""88178818#: builtin/grep.c:8058819msgid "match patterns only at word boundaries"8820msgstr ""88218822#: builtin/grep.c:8078823msgid "process binary files as text"8824msgstr ""88258826#: builtin/grep.c:8098827msgid "don't match patterns in binary files"8828msgstr ""88298830#: builtin/grep.c:8128831msgid "process binary files with textconv filters"8832msgstr ""88338834#: builtin/grep.c:8148835msgid "descend at most <depth> levels"8836msgstr ""88378838#: builtin/grep.c:8188839msgid "use extended POSIX regular expressions"8840msgstr ""88418842#: builtin/grep.c:8218843msgid "use basic POSIX regular expressions (default)"8844msgstr ""88458846#: builtin/grep.c:8248847msgid "interpret patterns as fixed strings"8848msgstr ""88498850#: builtin/grep.c:8278851msgid "use Perl-compatible regular expressions"8852msgstr ""88538854#: builtin/grep.c:8308855msgid "show line numbers"8856msgstr ""88578858#: builtin/grep.c:8318859msgid "don't show filenames"8860msgstr ""88618862#: builtin/grep.c:8328863msgid "show filenames"8864msgstr ""88658866#: builtin/grep.c:8348867msgid "show filenames relative to top directory"8868msgstr ""88698870#: builtin/grep.c:8368871msgid "show only filenames instead of matching lines"8872msgstr ""88738874#: builtin/grep.c:8388875msgid "synonym for --files-with-matches"8876msgstr ""88778878#: builtin/grep.c:8418879msgid "show only the names of files without match"8880msgstr ""88818882#: builtin/grep.c:8438883msgid "print NUL after filenames"8884msgstr ""88858886#: builtin/grep.c:8468887msgid "show the number of matches instead of matching lines"8888msgstr ""88898890#: builtin/grep.c:8478891msgid "highlight matches"8892msgstr ""88938894#: builtin/grep.c:8498895msgid "print empty line between matches from different files"8896msgstr ""88978898#: builtin/grep.c:8518899msgid "show filename only once above matches from same file"8900msgstr ""89018902#: builtin/grep.c:8548903msgid "show <n> context lines before and after matches"8904msgstr ""89058906#: builtin/grep.c:8578907msgid "show <n> context lines before matches"8908msgstr ""89098910#: builtin/grep.c:8598911msgid "show <n> context lines after matches"8912msgstr ""89138914#: builtin/grep.c:8618915msgid "use <n> worker threads"8916msgstr ""89178918#: builtin/grep.c:8628919msgid "shortcut for -C NUM"8920msgstr ""89218922#: builtin/grep.c:8658923msgid "show a line with the function name before matches"8924msgstr ""89258926#: builtin/grep.c:8678927msgid "show the surrounding function"8928msgstr ""89298930#: builtin/grep.c:8708931msgid "read patterns from file"8932msgstr ""89338934#: builtin/grep.c:8728935msgid "match <pattern>"8936msgstr ""89378938#: builtin/grep.c:8748939msgid "combine patterns specified with -e"8940msgstr ""89418942#: builtin/grep.c:8868943msgid "indicate hit with exit status without output"8944msgstr ""89458946#: builtin/grep.c:8888947msgid "show only matches from files that match all patterns"8948msgstr ""89498950#: builtin/grep.c:8908951msgid "show parse tree for grep expression"8952msgstr ""89538954#: builtin/grep.c:8948955msgid "pager"8956msgstr ""89578958#: builtin/grep.c:8948959msgid "show matching files in the pager"8960msgstr ""89618962#: builtin/grep.c:8988963msgid "allow calling of grep(1) (ignored by this build)"8964msgstr ""89658966#: builtin/grep.c:9628967msgid "no pattern given."8968msgstr ""89698970#: builtin/grep.c:9948971msgid "--no-index or --untracked cannot be used with revs"8972msgstr ""89738974#: builtin/grep.c:10018975#, c-format8976msgid "unable to resolve revision: %s"8977msgstr ""89788979#: builtin/grep.c:1036 builtin/index-pack.c:15318980#, c-format8981msgid "invalid number of threads specified (%d)"8982msgstr ""89838984#: builtin/grep.c:10418985msgid "no threads support, ignoring --threads"8986msgstr ""89878988#: builtin/grep.c:10658989msgid "--open-files-in-pager only works on the worktree"8990msgstr ""89918992#: builtin/grep.c:10888993msgid "option not supported with --recurse-submodules."8994msgstr ""89958996#: builtin/grep.c:10948997msgid "--cached or --untracked cannot be used with --no-index."8998msgstr ""89999000#: builtin/grep.c:11009001msgid "--[no-]exclude-standard cannot be used for tracked contents."9002msgstr ""90039004#: builtin/grep.c:11089005msgid "both --cached and trees are given."9006msgstr ""90079008#: builtin/hash-object.c:839009msgid ""9010"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "9011"[--] <file>..."9012msgstr ""90139014#: builtin/hash-object.c:849015msgid "git hash-object --stdin-paths"9016msgstr ""90179018#: builtin/hash-object.c:969019msgid "type"9020msgstr ""90219022#: builtin/hash-object.c:969023msgid "object type"9024msgstr ""90259026#: builtin/hash-object.c:979027msgid "write the object into the object database"9028msgstr ""90299030#: builtin/hash-object.c:999031msgid "read the object from stdin"9032msgstr ""90339034#: builtin/hash-object.c:1019035msgid "store file as is without filters"9036msgstr ""90379038#: builtin/hash-object.c:1029039msgid ""9040"just hash any random garbage to create corrupt objects for debugging Git"9041msgstr ""90429043#: builtin/hash-object.c:1039044msgid "process file as it were from this path"9045msgstr ""90469047#: builtin/help.c:459048msgid "print all available commands"9049msgstr ""90509051#: builtin/help.c:469052msgid "exclude guides"9053msgstr ""90549055#: builtin/help.c:479056msgid "print list of useful guides"9057msgstr ""90589059#: builtin/help.c:489060msgid "show man page"9061msgstr ""90629063#: builtin/help.c:499064msgid "show manual in web browser"9065msgstr ""90669067#: builtin/help.c:519068msgid "show info page"9069msgstr ""90709071#: builtin/help.c:539072msgid "print command description"9073msgstr ""90749075#: builtin/help.c:589076msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"9077msgstr ""90789079#: builtin/help.c:709080#, c-format9081msgid "unrecognized help format '%s'"9082msgstr ""90839084#: builtin/help.c:979085msgid "Failed to start emacsclient."9086msgstr ""90879088#: builtin/help.c:1109089msgid "Failed to parse emacsclient version."9090msgstr ""90919092#: builtin/help.c:1189093#, c-format9094msgid "emacsclient version '%d' too old (< 22)."9095msgstr ""90969097#: builtin/help.c:136 builtin/help.c:158 builtin/help.c:168 builtin/help.c:1769098#, c-format9099msgid "failed to exec '%s'"9100msgstr ""91019102#: builtin/help.c:2149103#, c-format9104msgid ""9105"'%s': path for unsupported man viewer.\n"9106"Please consider using 'man.<tool>.cmd' instead."9107msgstr ""91089109#: builtin/help.c:2269110#, c-format9111msgid ""9112"'%s': cmd for supported man viewer.\n"9113"Please consider using 'man.<tool>.path' instead."9114msgstr ""91159116#: builtin/help.c:3439117#, c-format9118msgid "'%s': unknown man viewer."9119msgstr ""91209121#: builtin/help.c:3609122msgid "no man viewer handled the request"9123msgstr ""91249125#: builtin/help.c:3689126msgid "no info viewer handled the request"9127msgstr ""91289129#: builtin/help.c:4159130#, c-format9131msgid "'%s' is aliased to '%s'"9132msgstr ""91339134#: builtin/help.c:442 builtin/help.c:4599135#, c-format9136msgid "usage: %s%s"9137msgstr ""91389139#: builtin/index-pack.c:1589140#, c-format9141msgid "unable to open %s"9142msgstr ""91439144#: builtin/index-pack.c:2089145#, c-format9146msgid "object type mismatch at %s"9147msgstr ""91489149#: builtin/index-pack.c:2289150#, c-format9151msgid "did not receive expected object %s"9152msgstr ""91539154#: builtin/index-pack.c:2319155#, c-format9156msgid "object %s: expected type %s, found %s"9157msgstr ""91589159#: builtin/index-pack.c:2739160#, c-format9161msgid "cannot fill %d byte"9162msgid_plural "cannot fill %d bytes"9163msgstr[0] ""9164msgstr[1] ""91659166#: builtin/index-pack.c:2839167msgid "early EOF"9168msgstr ""91699170#: builtin/index-pack.c:2849171msgid "read error on input"9172msgstr ""91739174#: builtin/index-pack.c:2969175msgid "used more bytes than were available"9176msgstr ""91779178#: builtin/index-pack.c:3039179msgid "pack too large for current definition of off_t"9180msgstr ""91819182#: builtin/index-pack.c:306 builtin/unpack-objects.c:939183msgid "pack exceeds maximum allowed size"9184msgstr ""91859186#: builtin/index-pack.c:3219187#, c-format9188msgid "unable to create '%s'"9189msgstr ""91909191#: builtin/index-pack.c:3279192#, c-format9193msgid "cannot open packfile '%s'"9194msgstr ""91959196#: builtin/index-pack.c:3419197msgid "pack signature mismatch"9198msgstr ""91999200#: builtin/index-pack.c:3439201#, c-format9202msgid "pack version %<PRIu32> unsupported"9203msgstr ""92049205#: builtin/index-pack.c:3619206#, c-format9207msgid "pack has bad object at offset %<PRIuMAX>: %s"9208msgstr ""92099210#: builtin/index-pack.c:4829211#, c-format9212msgid "inflate returned %d"9213msgstr ""92149215#: builtin/index-pack.c:5319216msgid "offset value overflow for delta base object"9217msgstr ""92189219#: builtin/index-pack.c:5399220msgid "delta base offset is out of bound"9221msgstr ""92229223#: builtin/index-pack.c:5479224#, c-format9225msgid "unknown object type %d"9226msgstr ""92279228#: builtin/index-pack.c:5789229msgid "cannot pread pack file"9230msgstr ""92319232#: builtin/index-pack.c:5809233#, c-format9234msgid "premature end of pack file, %<PRIuMAX> byte missing"9235msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"9236msgstr[0] ""9237msgstr[1] ""92389239#: builtin/index-pack.c:6069240msgid "serious inflate inconsistency"9241msgstr ""92429243#: builtin/index-pack.c:751 builtin/index-pack.c:757 builtin/index-pack.c:7809244#: builtin/index-pack.c:819 builtin/index-pack.c:8289245#, c-format9246msgid "SHA1 COLLISION FOUND WITH %s !"9247msgstr ""92489249#: builtin/index-pack.c:754 builtin/pack-objects.c:1989250#: builtin/pack-objects.c:2929251#, c-format9252msgid "unable to read %s"9253msgstr ""92549255#: builtin/index-pack.c:8179256#, c-format9257msgid "cannot read existing object info %s"9258msgstr ""92599260#: builtin/index-pack.c:8259261#, c-format9262msgid "cannot read existing object %s"9263msgstr ""92649265#: builtin/index-pack.c:8399266#, c-format9267msgid "invalid blob object %s"9268msgstr ""92699270#: builtin/index-pack.c:842 builtin/index-pack.c:8609271msgid "fsck error in packed object"9272msgstr ""92739274#: builtin/index-pack.c:8579275#, c-format9276msgid "invalid %s"9277msgstr ""92789279#: builtin/index-pack.c:8629280#, c-format9281msgid "Not all child objects of %s are reachable"9282msgstr ""92839284#: builtin/index-pack.c:934 builtin/index-pack.c:9659285msgid "failed to apply delta"9286msgstr ""92879288#: builtin/index-pack.c:11359289msgid "Receiving objects"9290msgstr ""92919292#: builtin/index-pack.c:11359293msgid "Indexing objects"9294msgstr ""92959296#: builtin/index-pack.c:11699297msgid "pack is corrupted (SHA1 mismatch)"9298msgstr ""92999300#: builtin/index-pack.c:11749301msgid "cannot fstat packfile"9302msgstr ""93039304#: builtin/index-pack.c:11779305msgid "pack has junk at the end"9306msgstr ""93079308#: builtin/index-pack.c:11899309msgid "confusion beyond insanity in parse_pack_objects()"9310msgstr ""93119312#: builtin/index-pack.c:12129313msgid "Resolving deltas"9314msgstr ""93159316#: builtin/index-pack.c:12239317#, c-format9318msgid "unable to create thread: %s"9319msgstr ""93209321#: builtin/index-pack.c:12659322msgid "confusion beyond insanity"9323msgstr ""93249325#: builtin/index-pack.c:12719326#, c-format9327msgid "completed with %d local object"9328msgid_plural "completed with %d local objects"9329msgstr[0] ""9330msgstr[1] ""93319332#: builtin/index-pack.c:12839333#, c-format9334msgid "Unexpected tail checksum for %s (disk corruption?)"9335msgstr ""93369337#: builtin/index-pack.c:12879338#, c-format9339msgid "pack has %d unresolved delta"9340msgid_plural "pack has %d unresolved deltas"9341msgstr[0] ""9342msgstr[1] ""93439344#: builtin/index-pack.c:13119345#, c-format9346msgid "unable to deflate appended object (%d)"9347msgstr ""93489349#: builtin/index-pack.c:13889350#, c-format9351msgid "local object %s is corrupt"9352msgstr ""93539354#: builtin/index-pack.c:14029355#, c-format9356msgid "packfile name '%s' does not end with '.pack'"9357msgstr ""93589359#: builtin/index-pack.c:14279360#, c-format9361msgid "cannot write %s file '%s'"9362msgstr ""93639364#: builtin/index-pack.c:14359365#, c-format9366msgid "cannot close written %s file '%s'"9367msgstr ""93689369#: builtin/index-pack.c:14599370msgid "error while closing pack file"9371msgstr ""93729373#: builtin/index-pack.c:14739374msgid "cannot store pack file"9375msgstr ""93769377#: builtin/index-pack.c:14819378msgid "cannot store index file"9379msgstr ""93809381#: builtin/index-pack.c:15259382#, c-format9383msgid "bad pack.indexversion=%<PRIu32>"9384msgstr ""93859386#: builtin/index-pack.c:15949387#, c-format9388msgid "Cannot open existing pack file '%s'"9389msgstr ""93909391#: builtin/index-pack.c:15969392#, c-format9393msgid "Cannot open existing pack idx file for '%s'"9394msgstr ""93959396#: builtin/index-pack.c:16449397#, c-format9398msgid "non delta: %d object"9399msgid_plural "non delta: %d objects"9400msgstr[0] ""9401msgstr[1] ""94029403#: builtin/index-pack.c:16519404#, c-format9405msgid "chain length = %d: %lu object"9406msgid_plural "chain length = %d: %lu objects"9407msgstr[0] ""9408msgstr[1] ""94099410#: builtin/index-pack.c:16889411msgid "Cannot come back to cwd"9412msgstr ""94139414#: builtin/index-pack.c:1739 builtin/index-pack.c:17429415#: builtin/index-pack.c:1758 builtin/index-pack.c:17629416#, c-format9417msgid "bad %s"9418msgstr ""94199420#: builtin/index-pack.c:17789421msgid "--fix-thin cannot be used without --stdin"9422msgstr ""94239424#: builtin/index-pack.c:17809425msgid "--stdin requires a git repository"9426msgstr ""94279428#: builtin/index-pack.c:17869429msgid "--verify with no packfile name given"9430msgstr ""94319432#: builtin/index-pack.c:1836 builtin/unpack-objects.c:5789433msgid "fsck error in pack objects"9434msgstr ""94359436#: builtin/init-db.c:559437#, c-format9438msgid "cannot stat '%s'"9439msgstr ""94409441#: builtin/init-db.c:619442#, c-format9443msgid "cannot stat template '%s'"9444msgstr ""94459446#: builtin/init-db.c:669447#, c-format9448msgid "cannot opendir '%s'"9449msgstr ""94509451#: builtin/init-db.c:779452#, c-format9453msgid "cannot readlink '%s'"9454msgstr ""94559456#: builtin/init-db.c:799457#, c-format9458msgid "cannot symlink '%s' '%s'"9459msgstr ""94609461#: builtin/init-db.c:859462#, c-format9463msgid "cannot copy '%s' to '%s'"9464msgstr ""94659466#: builtin/init-db.c:899467#, c-format9468msgid "ignoring template %s"9469msgstr ""94709471#: builtin/init-db.c:1209472#, c-format9473msgid "templates not found in %s"9474msgstr ""94759476#: builtin/init-db.c:1359477#, c-format9478msgid "not copying templates from '%s': %s"9479msgstr ""94809481#: builtin/init-db.c:3289482#, c-format9483msgid "unable to handle file type %d"9484msgstr ""94859486#: builtin/init-db.c:3319487#, c-format9488msgid "unable to move %s to %s"9489msgstr ""94909491#: builtin/init-db.c:348 builtin/init-db.c:3519492#, c-format9493msgid "%s already exists"9494msgstr ""94959496#: builtin/init-db.c:4049497#, c-format9498msgid "Reinitialized existing shared Git repository in %s%s\n"9499msgstr ""95009501#: builtin/init-db.c:4059502#, c-format9503msgid "Reinitialized existing Git repository in %s%s\n"9504msgstr ""95059506#: builtin/init-db.c:4099507#, c-format9508msgid "Initialized empty shared Git repository in %s%s\n"9509msgstr ""95109511#: builtin/init-db.c:4109512#, c-format9513msgid "Initialized empty Git repository in %s%s\n"9514msgstr ""95159516#: builtin/init-db.c:4589517msgid ""9518"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"9519"shared[=<permissions>]] [<directory>]"9520msgstr ""95219522#: builtin/init-db.c:4819523msgid "permissions"9524msgstr ""95259526#: builtin/init-db.c:4829527msgid "specify that the git repository is to be shared amongst several users"9528msgstr ""95299530#: builtin/init-db.c:5259531#, c-format9532msgid "cannot chdir to %s"9533msgstr ""95349535#: builtin/init-db.c:5469536#, c-format9537msgid ""9538"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"9539"dir=<directory>)"9540msgstr ""95419542#: builtin/init-db.c:5749543#, c-format9544msgid "Cannot access work tree '%s'"9545msgstr ""95469547#: builtin/interpret-trailers.c:159548msgid ""9549"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "9550"<token>[(=|:)<value>])...] [<file>...]"9551msgstr ""95529553#: builtin/interpret-trailers.c:929554msgid "edit files in place"9555msgstr ""95569557#: builtin/interpret-trailers.c:939558msgid "trim empty trailers"9559msgstr ""95609561#: builtin/interpret-trailers.c:969562msgid "where to place the new trailer"9563msgstr ""95649565#: builtin/interpret-trailers.c:989566msgid "action if trailer already exists"9567msgstr ""95689569#: builtin/interpret-trailers.c:1009570msgid "action if trailer is missing"9571msgstr ""95729573#: builtin/interpret-trailers.c:1029574msgid "output only the trailers"9575msgstr ""95769577#: builtin/interpret-trailers.c:1039578msgid "do not apply config rules"9579msgstr ""95809581#: builtin/interpret-trailers.c:1049582msgid "join whitespace-continued values"9583msgstr ""95849585#: builtin/interpret-trailers.c:1059586msgid "set parsing options"9587msgstr ""95889589#: builtin/interpret-trailers.c:1079590msgid "trailer"9591msgstr ""95929593#: builtin/interpret-trailers.c:1089594msgid "trailer(s) to add"9595msgstr ""95969597#: builtin/interpret-trailers.c:1179598msgid "--trailer with --only-input does not make sense"9599msgstr ""96009601#: builtin/interpret-trailers.c:1279602msgid "no input file given for in-place editing"9603msgstr ""96049605#: builtin/log.c:489606msgid "git log [<options>] [<revision-range>] [[--] <path>...]"9607msgstr ""96089609#: builtin/log.c:499610msgid "git show [<options>] <object>..."9611msgstr ""96129613#: builtin/log.c:939614#, c-format9615msgid "invalid --decorate option: %s"9616msgstr ""96179618#: builtin/log.c:1539619msgid "suppress diff output"9620msgstr ""96219622#: builtin/log.c:1549623msgid "show source"9624msgstr ""96259626#: builtin/log.c:1559627msgid "Use mail map file"9628msgstr ""96299630#: builtin/log.c:1579631msgid "only decorate refs that match <pattern>"9632msgstr ""96339634#: builtin/log.c:1599635msgid "do not decorate refs that match <pattern>"9636msgstr ""96379638#: builtin/log.c:1609639msgid "decorate options"9640msgstr ""96419642#: builtin/log.c:1639643msgid "Process line range n,m in file, counting from 1"9644msgstr ""96459646#: builtin/log.c:2599647#, c-format9648msgid "Final output: %d %s\n"9649msgstr ""96509651#: builtin/log.c:5109652#, c-format9653msgid "git show %s: bad file"9654msgstr ""96559656#: builtin/log.c:525 builtin/log.c:6199657#, c-format9658msgid "Could not read object %s"9659msgstr ""96609661#: builtin/log.c:6439662#, c-format9663msgid "Unknown type: %d"9664msgstr ""96659666#: builtin/log.c:7649667msgid "format.headers without value"9668msgstr ""96699670#: builtin/log.c:8659671msgid "name of output directory is too long"9672msgstr ""96739674#: builtin/log.c:8819675#, c-format9676msgid "Cannot open patch file %s"9677msgstr ""96789679#: builtin/log.c:8989680msgid "Need exactly one range."9681msgstr ""96829683#: builtin/log.c:9089684msgid "Not a range."9685msgstr ""96869687#: builtin/log.c:10149688msgid "Cover letter needs email format"9689msgstr ""96909691#: builtin/log.c:10959692#, c-format9693msgid "insane in-reply-to: %s"9694msgstr ""96959696#: builtin/log.c:11229697msgid "git format-patch [<options>] [<since> | <revision-range>]"9698msgstr ""96999700#: builtin/log.c:11729701msgid "Two output directories?"9702msgstr ""97039704#: builtin/log.c:1279 builtin/log.c:1932 builtin/log.c:1934 builtin/log.c:19469705#, c-format9706msgid "Unknown commit %s"9707msgstr ""97089709#: builtin/log.c:1289 builtin/notes.c:887 builtin/tag.c:5239710#, c-format9711msgid "Failed to resolve '%s' as a valid ref."9712msgstr ""97139714#: builtin/log.c:12949715msgid "Could not find exact merge base."9716msgstr ""97179718#: builtin/log.c:12989719msgid ""9720"Failed to get upstream, if you want to record base commit automatically,\n"9721"please use git branch --set-upstream-to to track a remote branch.\n"9722"Or you could specify base commit by --base=<base-commit-id> manually."9723msgstr ""97249725#: builtin/log.c:13189726msgid "Failed to find exact merge base"9727msgstr ""97289729#: builtin/log.c:13299730msgid "base commit should be the ancestor of revision list"9731msgstr ""97329733#: builtin/log.c:13339734msgid "base commit shouldn't be in revision list"9735msgstr ""97369737#: builtin/log.c:13829738msgid "cannot get patch id"9739msgstr ""97409741#: builtin/log.c:14419742msgid "use [PATCH n/m] even with a single patch"9743msgstr ""97449745#: builtin/log.c:14449746msgid "use [PATCH] even with multiple patches"9747msgstr ""97489749#: builtin/log.c:14489750msgid "print patches to standard out"9751msgstr ""97529753#: builtin/log.c:14509754msgid "generate a cover letter"9755msgstr ""97569757#: builtin/log.c:14529758msgid "use simple number sequence for output file names"9759msgstr ""97609761#: builtin/log.c:14539762msgid "sfx"9763msgstr ""97649765#: builtin/log.c:14549766msgid "use <sfx> instead of '.patch'"9767msgstr ""97689769#: builtin/log.c:14569770msgid "start numbering patches at <n> instead of 1"9771msgstr ""97729773#: builtin/log.c:14589774msgid "mark the series as Nth re-roll"9775msgstr ""97769777#: builtin/log.c:14609778msgid "Use [RFC PATCH] instead of [PATCH]"9779msgstr ""97809781#: builtin/log.c:14639782msgid "Use [<prefix>] instead of [PATCH]"9783msgstr ""97849785#: builtin/log.c:14669786msgid "store resulting files in <dir>"9787msgstr ""97889789#: builtin/log.c:14699790msgid "don't strip/add [PATCH]"9791msgstr ""97929793#: builtin/log.c:14729794msgid "don't output binary diffs"9795msgstr ""97969797#: builtin/log.c:14749798msgid "output all-zero hash in From header"9799msgstr ""98009801#: builtin/log.c:14769802msgid "don't include a patch matching a commit upstream"9803msgstr ""98049805#: builtin/log.c:14789806msgid "show patch format instead of default (patch + stat)"9807msgstr ""98089809#: builtin/log.c:14809810msgid "Messaging"9811msgstr ""98129813#: builtin/log.c:14819814msgid "header"9815msgstr ""98169817#: builtin/log.c:14829818msgid "add email header"9819msgstr ""98209821#: builtin/log.c:1483 builtin/log.c:14859822msgid "email"9823msgstr ""98249825#: builtin/log.c:14839826msgid "add To: header"9827msgstr ""98289829#: builtin/log.c:14859830msgid "add Cc: header"9831msgstr ""98329833#: builtin/log.c:14879834msgid "ident"9835msgstr ""98369837#: builtin/log.c:14889838msgid "set From address to <ident> (or committer ident if absent)"9839msgstr ""98409841#: builtin/log.c:14909842msgid "message-id"9843msgstr ""98449845#: builtin/log.c:14919846msgid "make first mail a reply to <message-id>"9847msgstr ""98489849#: builtin/log.c:1492 builtin/log.c:14959850msgid "boundary"9851msgstr ""98529853#: builtin/log.c:14939854msgid "attach the patch"9855msgstr ""98569857#: builtin/log.c:14969858msgid "inline the patch"9859msgstr ""98609861#: builtin/log.c:15009862msgid "enable message threading, styles: shallow, deep"9863msgstr ""98649865#: builtin/log.c:15029866msgid "signature"9867msgstr ""98689869#: builtin/log.c:15039870msgid "add a signature"9871msgstr ""98729873#: builtin/log.c:15049874msgid "base-commit"9875msgstr ""98769877#: builtin/log.c:15059878msgid "add prerequisite tree info to the patch series"9879msgstr ""98809881#: builtin/log.c:15079882msgid "add a signature from a file"9883msgstr ""98849885#: builtin/log.c:15089886msgid "don't print the patch filenames"9887msgstr ""98889889#: builtin/log.c:15109890msgid "show progress while generating patches"9891msgstr ""98929893#: builtin/log.c:15859894#, c-format9895msgid "invalid ident line: %s"9896msgstr ""98979898#: builtin/log.c:16009899msgid "-n and -k are mutually exclusive."9900msgstr ""99019902#: builtin/log.c:16029903msgid "--subject-prefix/--rfc and -k are mutually exclusive."9904msgstr ""99059906#: builtin/log.c:16109907msgid "--name-only does not make sense"9908msgstr ""99099910#: builtin/log.c:16129911msgid "--name-status does not make sense"9912msgstr ""99139914#: builtin/log.c:16149915msgid "--check does not make sense"9916msgstr ""99179918#: builtin/log.c:16469919msgid "standard output, or directory, which one?"9920msgstr ""99219922#: builtin/log.c:16489923#, c-format9924msgid "Could not create directory '%s'"9925msgstr ""99269927#: builtin/log.c:17419928#, c-format9929msgid "unable to read signature file '%s'"9930msgstr ""99319932#: builtin/log.c:17739933msgid "Generating patches"9934msgstr ""99359936#: builtin/log.c:18179937msgid "Failed to create output files"9938msgstr ""99399940#: builtin/log.c:18679941msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"9942msgstr ""99439944#: builtin/log.c:19219945#, c-format9946msgid ""9947"Could not find a tracked remote branch, please specify <upstream> manually.\n"9948msgstr ""99499950#: builtin/ls-files.c:4689951msgid "git ls-files [<options>] [<file>...]"9952msgstr ""99539954#: builtin/ls-files.c:5179955msgid "identify the file status with tags"9956msgstr ""99579958#: builtin/ls-files.c:5199959msgid "use lowercase letters for 'assume unchanged' files"9960msgstr ""99619962#: builtin/ls-files.c:5219963msgid "use lowercase letters for 'fsmonitor clean' files"9964msgstr ""99659966#: builtin/ls-files.c:5239967msgid "show cached files in the output (default)"9968msgstr ""99699970#: builtin/ls-files.c:5259971msgid "show deleted files in the output"9972msgstr ""99739974#: builtin/ls-files.c:5279975msgid "show modified files in the output"9976msgstr ""99779978#: builtin/ls-files.c:5299979msgid "show other files in the output"9980msgstr ""99819982#: builtin/ls-files.c:5319983msgid "show ignored files in the output"9984msgstr ""99859986#: builtin/ls-files.c:5349987msgid "show staged contents' object name in the output"9988msgstr ""99899990#: builtin/ls-files.c:5369991msgid "show files on the filesystem that need to be removed"9992msgstr ""99939994#: builtin/ls-files.c:5389995msgid "show 'other' directories' names only"9996msgstr ""99979998#: builtin/ls-files.c:5409999msgid "show line endings of files"10000msgstr ""1000110002#: builtin/ls-files.c:54210003msgid "don't show empty directories"10004msgstr ""1000510006#: builtin/ls-files.c:54510007msgid "show unmerged files in the output"10008msgstr ""1000910010#: builtin/ls-files.c:54710011msgid "show resolve-undo information"10012msgstr ""1001310014#: builtin/ls-files.c:54910015msgid "skip files matching pattern"10016msgstr ""1001710018#: builtin/ls-files.c:55210019msgid "exclude patterns are read from <file>"10020msgstr ""1002110022#: builtin/ls-files.c:55510023msgid "read additional per-directory exclude patterns in <file>"10024msgstr ""1002510026#: builtin/ls-files.c:55710027msgid "add the standard git exclusions"10028msgstr ""1002910030#: builtin/ls-files.c:56010031msgid "make the output relative to the project top directory"10032msgstr ""1003310034#: builtin/ls-files.c:56310035msgid "recurse through submodules"10036msgstr ""1003710038#: builtin/ls-files.c:56510039msgid "if any <file> is not in the index, treat this as an error"10040msgstr ""1004110042#: builtin/ls-files.c:56610043msgid "tree-ish"10044msgstr ""1004510046#: builtin/ls-files.c:56710047msgid "pretend that paths removed since <tree-ish> are still present"10048msgstr ""1004910050#: builtin/ls-files.c:56910051msgid "show debugging data"10052msgstr ""1005310054#: builtin/ls-remote.c:910055msgid ""10056"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"10057" [-q | --quiet] [--exit-code] [--get-url]\n"10058" [--symref] [<repository> [<refs>...]]"10059msgstr ""1006010061#: builtin/ls-remote.c:5910062msgid "do not print remote URL"10063msgstr ""1006410065#: builtin/ls-remote.c:60 builtin/ls-remote.c:6210066msgid "exec"10067msgstr ""1006810069#: builtin/ls-remote.c:61 builtin/ls-remote.c:6310070msgid "path of git-upload-pack on the remote host"10071msgstr ""1007210073#: builtin/ls-remote.c:6510074msgid "limit to tags"10075msgstr ""1007610077#: builtin/ls-remote.c:6610078msgid "limit to heads"10079msgstr ""1008010081#: builtin/ls-remote.c:6710082msgid "do not show peeled tags"10083msgstr ""1008410085#: builtin/ls-remote.c:6910086msgid "take url.<base>.insteadOf into account"10087msgstr ""1008810089#: builtin/ls-remote.c:7310090msgid "exit with exit code 2 if no matching refs are found"10091msgstr ""1009210093#: builtin/ls-remote.c:7610094msgid "show underlying ref in addition to the object pointed by it"10095msgstr ""1009610097#: builtin/ls-tree.c:2910098msgid "git ls-tree [<options>] <tree-ish> [<path>...]"10099msgstr ""1010010101#: builtin/ls-tree.c:12710102msgid "only show trees"10103msgstr ""1010410105#: builtin/ls-tree.c:12910106msgid "recurse into subtrees"10107msgstr ""1010810109#: builtin/ls-tree.c:13110110msgid "show trees when recursing"10111msgstr ""1011210113#: builtin/ls-tree.c:13410114msgid "terminate entries with NUL byte"10115msgstr ""1011610117#: builtin/ls-tree.c:13510118msgid "include object size"10119msgstr ""1012010121#: builtin/ls-tree.c:137 builtin/ls-tree.c:13910122msgid "list only filenames"10123msgstr ""1012410125#: builtin/ls-tree.c:14210126msgid "use full path names"10127msgstr ""1012810129#: builtin/ls-tree.c:14410130msgid "list entire tree; not just current directory (implies --full-name)"10131msgstr ""1013210133#: builtin/mailsplit.c:24110134#, c-format10135msgid "empty mbox: '%s'"10136msgstr ""1013710138#: builtin/merge.c:5110139msgid "git merge [<options>] [<commit>...]"10140msgstr ""1014110142#: builtin/merge.c:5210143msgid "git merge --abort"10144msgstr ""1014510146#: builtin/merge.c:5310147msgid "git merge --continue"10148msgstr ""1014910150#: builtin/merge.c:11010151msgid "switch `m' requires a value"10152msgstr ""1015310154#: builtin/merge.c:14710155#, c-format10156msgid "Could not find merge strategy '%s'.\n"10157msgstr ""1015810159#: builtin/merge.c:14810160#, c-format10161msgid "Available strategies are:"10162msgstr ""1016310164#: builtin/merge.c:15310165#, c-format10166msgid "Available custom strategies are:"10167msgstr ""1016810169#: builtin/merge.c:203 builtin/pull.c:14210170msgid "do not show a diffstat at the end of the merge"10171msgstr ""1017210173#: builtin/merge.c:206 builtin/pull.c:14510174msgid "show a diffstat at the end of the merge"10175msgstr ""1017610177#: builtin/merge.c:207 builtin/pull.c:14810178msgid "(synonym to --stat)"10179msgstr ""1018010181#: builtin/merge.c:209 builtin/pull.c:15110182msgid "add (at most <n>) entries from shortlog to merge commit message"10183msgstr ""1018410185#: builtin/merge.c:212 builtin/pull.c:15710186msgid "create a single commit instead of doing a merge"10187msgstr ""1018810189#: builtin/merge.c:214 builtin/pull.c:16010190msgid "perform a commit if the merge succeeds (default)"10191msgstr ""1019210193#: builtin/merge.c:216 builtin/pull.c:16310194msgid "edit message before committing"10195msgstr ""1019610197#: builtin/merge.c:21710198msgid "allow fast-forward (default)"10199msgstr ""1020010201#: builtin/merge.c:219 builtin/pull.c:16910202msgid "abort if fast-forward is not possible"10203msgstr ""1020410205#: builtin/merge.c:223 builtin/pull.c:17210206msgid "verify that the named commit has a valid GPG signature"10207msgstr ""1020810209#: builtin/merge.c:224 builtin/notes.c:777 builtin/pull.c:17610210#: builtin/revert.c:10910211msgid "strategy"10212msgstr ""1021310214#: builtin/merge.c:225 builtin/pull.c:17710215msgid "merge strategy to use"10216msgstr ""1021710218#: builtin/merge.c:226 builtin/pull.c:18010219msgid "option=value"10220msgstr ""1022110222#: builtin/merge.c:227 builtin/pull.c:18110223msgid "option for selected merge strategy"10224msgstr ""1022510226#: builtin/merge.c:22910227msgid "merge commit message (for a non-fast-forward merge)"10228msgstr ""1022910230#: builtin/merge.c:23310231msgid "abort the current in-progress merge"10232msgstr ""1023310234#: builtin/merge.c:23510235msgid "continue the current in-progress merge"10236msgstr ""1023710238#: builtin/merge.c:237 builtin/pull.c:18810239msgid "allow merging unrelated histories"10240msgstr ""1024110242#: builtin/merge.c:24310243msgid "verify commit-msg hook"10244msgstr ""1024510246#: builtin/merge.c:26810247msgid "could not run stash."10248msgstr ""1024910250#: builtin/merge.c:27310251msgid "stash failed"10252msgstr ""1025310254#: builtin/merge.c:27810255#, c-format10256msgid "not a valid object: %s"10257msgstr ""1025810259#: builtin/merge.c:300 builtin/merge.c:31710260msgid "read-tree failed"10261msgstr ""1026210263#: builtin/merge.c:34710264msgid " (nothing to squash)"10265msgstr ""1026610267#: builtin/merge.c:35810268#, c-format10269msgid "Squash commit -- not updating HEAD\n"10270msgstr ""1027110272#: builtin/merge.c:40810273#, c-format10274msgid "No merge message -- not updating HEAD\n"10275msgstr ""1027610277#: builtin/merge.c:45810278#, c-format10279msgid "'%s' does not point to a commit"10280msgstr ""1028110282#: builtin/merge.c:54810283#, c-format10284msgid "Bad branch.%s.mergeoptions string: %s"10285msgstr ""1028610287#: builtin/merge.c:66910288msgid "Not handling anything other than two heads merge."10289msgstr ""1029010291#: builtin/merge.c:68310292#, c-format10293msgid "Unknown option for merge-recursive: -X%s"10294msgstr ""1029510296#: builtin/merge.c:69810297#, c-format10298msgid "unable to write %s"10299msgstr ""1030010301#: builtin/merge.c:74910302#, c-format10303msgid "Could not read from '%s'"10304msgstr ""1030510306#: builtin/merge.c:75810307#, c-format10308msgid "Not committing merge; use 'git commit' to complete the merge.\n"10309msgstr ""1031010311#: builtin/merge.c:76410312#, c-format10313msgid ""10314"Please enter a commit message to explain why this merge is necessary,\n"10315"especially if it merges an updated upstream into a topic branch.\n"10316"\n"10317"Lines starting with '%c' will be ignored, and an empty message aborts\n"10318"the commit.\n"10319msgstr ""1032010321#: builtin/merge.c:80010322msgid "Empty commit message."10323msgstr ""1032410325#: builtin/merge.c:81910326#, c-format10327msgid "Wonderful.\n"10328msgstr ""1032910330#: builtin/merge.c:87210331#, c-format10332msgid "Automatic merge failed; fix conflicts and then commit the result.\n"10333msgstr ""1033410335#: builtin/merge.c:91110336msgid "No current branch."10337msgstr ""1033810339#: builtin/merge.c:91310340msgid "No remote for the current branch."10341msgstr ""1034210343#: builtin/merge.c:91510344msgid "No default upstream defined for the current branch."10345msgstr ""1034610347#: builtin/merge.c:92010348#, c-format10349msgid "No remote-tracking branch for %s from %s"10350msgstr ""1035110352#: builtin/merge.c:97310353#, c-format10354msgid "Bad value '%s' in environment '%s'"10355msgstr ""1035610357#: builtin/merge.c:107510358#, c-format10359msgid "not something we can merge in %s: %s"10360msgstr ""1036110362#: builtin/merge.c:110910363msgid "not something we can merge"10364msgstr ""1036510366#: builtin/merge.c:121110367msgid "--abort expects no arguments"10368msgstr ""1036910370#: builtin/merge.c:121510371msgid "There is no merge to abort (MERGE_HEAD missing)."10372msgstr ""1037310374#: builtin/merge.c:122710375msgid "--continue expects no arguments"10376msgstr ""1037710378#: builtin/merge.c:123110379msgid "There is no merge in progress (MERGE_HEAD missing)."10380msgstr ""1038110382#: builtin/merge.c:124710383msgid ""10384"You have not concluded your merge (MERGE_HEAD exists).\n"10385"Please, commit your changes before you merge."10386msgstr ""1038710388#: builtin/merge.c:125410389msgid ""10390"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"10391"Please, commit your changes before you merge."10392msgstr ""1039310394#: builtin/merge.c:125710395msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."10396msgstr ""1039710398#: builtin/merge.c:126610399msgid "You cannot combine --squash with --no-ff."10400msgstr ""1040110402#: builtin/merge.c:127410403msgid "No commit specified and merge.defaultToUpstream not set."10404msgstr ""1040510406#: builtin/merge.c:129110407msgid "Squash commit into empty head not supported yet"10408msgstr ""1040910410#: builtin/merge.c:129310411msgid "Non-fast-forward commit does not make sense into an empty head"10412msgstr ""1041310414#: builtin/merge.c:129810415#, c-format10416msgid "%s - not something we can merge"10417msgstr ""1041810419#: builtin/merge.c:130010420msgid "Can merge only exactly one commit into empty head"10421msgstr ""1042210423#: builtin/merge.c:133410424#, c-format10425msgid "Commit %s has an untrusted GPG signature, allegedly by %s."10426msgstr ""1042710428#: builtin/merge.c:133710429#, c-format10430msgid "Commit %s has a bad GPG signature allegedly by %s."10431msgstr ""1043210433#: builtin/merge.c:134010434#, c-format10435msgid "Commit %s does not have a GPG signature."10436msgstr ""1043710438#: builtin/merge.c:134310439#, c-format10440msgid "Commit %s has a good GPG signature by %s\n"10441msgstr ""1044210443#: builtin/merge.c:140210444msgid "refusing to merge unrelated histories"10445msgstr ""1044610447#: builtin/merge.c:141110448msgid "Already up to date."10449msgstr ""1045010451#: builtin/merge.c:142110452#, c-format10453msgid "Updating %s..%s\n"10454msgstr ""1045510456#: builtin/merge.c:146210457#, c-format10458msgid "Trying really trivial in-index merge...\n"10459msgstr ""1046010461#: builtin/merge.c:146910462#, c-format10463msgid "Nope.\n"10464msgstr ""1046510466#: builtin/merge.c:149410467msgid "Already up to date. Yeeah!"10468msgstr ""1046910470#: builtin/merge.c:150010471msgid "Not possible to fast-forward, aborting."10472msgstr ""1047310474#: builtin/merge.c:1523 builtin/merge.c:160210475#, c-format10476msgid "Rewinding the tree to pristine...\n"10477msgstr ""1047810479#: builtin/merge.c:152710480#, c-format10481msgid "Trying merge strategy %s...\n"10482msgstr ""1048310484#: builtin/merge.c:159310485#, c-format10486msgid "No merge strategy handled the merge.\n"10487msgstr ""1048810489#: builtin/merge.c:159510490#, c-format10491msgid "Merge with strategy %s failed.\n"10492msgstr ""1049310494#: builtin/merge.c:160410495#, c-format10496msgid "Using the %s to prepare resolving by hand.\n"10497msgstr ""1049810499#: builtin/merge.c:161610500#, c-format10501msgid "Automatic merge went well; stopped before committing as requested\n"10502msgstr ""1050310504#: builtin/merge-base.c:3010505msgid "git merge-base [-a | --all] <commit> <commit>..."10506msgstr ""1050710508#: builtin/merge-base.c:3110509msgid "git merge-base [-a | --all] --octopus <commit>..."10510msgstr ""1051110512#: builtin/merge-base.c:3210513msgid "git merge-base --independent <commit>..."10514msgstr ""1051510516#: builtin/merge-base.c:3310517msgid "git merge-base --is-ancestor <commit> <commit>"10518msgstr ""1051910520#: builtin/merge-base.c:3410521msgid "git merge-base --fork-point <ref> [<commit>]"10522msgstr ""1052310524#: builtin/merge-base.c:22010525msgid "output all common ancestors"10526msgstr ""1052710528#: builtin/merge-base.c:22210529msgid "find ancestors for a single n-way merge"10530msgstr ""1053110532#: builtin/merge-base.c:22410533msgid "list revs not reachable from others"10534msgstr ""1053510536#: builtin/merge-base.c:22610537msgid "is the first one ancestor of the other?"10538msgstr ""1053910540#: builtin/merge-base.c:22810541msgid "find where <commit> forked from reflog of <ref>"10542msgstr ""1054310544#: builtin/merge-file.c:910545msgid ""10546"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "10547"<orig-file> <file2>"10548msgstr ""1054910550#: builtin/merge-file.c:3310551msgid "send results to standard output"10552msgstr ""1055310554#: builtin/merge-file.c:3410555msgid "use a diff3 based merge"10556msgstr ""1055710558#: builtin/merge-file.c:3510559msgid "for conflicts, use our version"10560msgstr ""1056110562#: builtin/merge-file.c:3710563msgid "for conflicts, use their version"10564msgstr ""1056510566#: builtin/merge-file.c:3910567msgid "for conflicts, use a union version"10568msgstr ""1056910570#: builtin/merge-file.c:4210571msgid "for conflicts, use this marker size"10572msgstr ""1057310574#: builtin/merge-file.c:4310575msgid "do not warn about conflicts"10576msgstr ""1057710578#: builtin/merge-file.c:4510579msgid "set labels for file1/orig-file/file2"10580msgstr ""1058110582#: builtin/merge-recursive.c:4510583#, c-format10584msgid "unknown option %s"10585msgstr ""1058610587#: builtin/merge-recursive.c:5110588#, c-format10589msgid "could not parse object '%s'"10590msgstr ""1059110592#: builtin/merge-recursive.c:5510593#, c-format10594msgid "cannot handle more than %d base. Ignoring %s."10595msgid_plural "cannot handle more than %d bases. Ignoring %s."10596msgstr[0] ""10597msgstr[1] ""1059810599#: builtin/merge-recursive.c:6310600msgid "not handling anything other than two heads merge."10601msgstr ""1060210603#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:7110604#, c-format10605msgid "could not resolve ref '%s'"10606msgstr ""1060710608#: builtin/merge-recursive.c:7710609#, c-format10610msgid "Merging %s with %s\n"10611msgstr ""1061210613#: builtin/mktree.c:6510614msgid "git mktree [-z] [--missing] [--batch]"10615msgstr ""1061610617#: builtin/mktree.c:15310618msgid "input is NUL terminated"10619msgstr ""1062010621#: builtin/mktree.c:154 builtin/write-tree.c:2510622msgid "allow missing objects"10623msgstr ""1062410625#: builtin/mktree.c:15510626msgid "allow creation of more than one tree"10627msgstr ""1062810629#: builtin/mv.c:1710630msgid "git mv [<options>] <source>... <destination>"10631msgstr ""1063210633#: builtin/mv.c:8210634#, c-format10635msgid "Directory %s is in index and no submodule?"10636msgstr ""1063710638#: builtin/mv.c:84 builtin/rm.c:28810639msgid "Please stage your changes to .gitmodules or stash them to proceed"10640msgstr ""1064110642#: builtin/mv.c:10210643#, c-format10644msgid "%.*s is in index"10645msgstr ""1064610647#: builtin/mv.c:12410648msgid "force move/rename even if target exists"10649msgstr ""1065010651#: builtin/mv.c:12610652msgid "skip move/rename errors"10653msgstr ""1065410655#: builtin/mv.c:16810656#, c-format10657msgid "destination '%s' is not a directory"10658msgstr ""1065910660#: builtin/mv.c:17910661#, c-format10662msgid "Checking rename of '%s' to '%s'\n"10663msgstr ""1066410665#: builtin/mv.c:18310666msgid "bad source"10667msgstr ""1066810669#: builtin/mv.c:18610670msgid "can not move directory into itself"10671msgstr ""1067210673#: builtin/mv.c:18910674msgid "cannot move directory over file"10675msgstr ""1067610677#: builtin/mv.c:19810678msgid "source directory is empty"10679msgstr ""1068010681#: builtin/mv.c:22310682msgid "not under version control"10683msgstr ""1068410685#: builtin/mv.c:22610686msgid "destination exists"10687msgstr ""1068810689#: builtin/mv.c:23410690#, c-format10691msgid "overwriting '%s'"10692msgstr ""1069310694#: builtin/mv.c:23710695msgid "Cannot overwrite"10696msgstr ""1069710698#: builtin/mv.c:24010699msgid "multiple sources for the same target"10700msgstr ""1070110702#: builtin/mv.c:24210703msgid "destination directory does not exist"10704msgstr ""1070510706#: builtin/mv.c:24910707#, c-format10708msgid "%s, source=%s, destination=%s"10709msgstr ""1071010711#: builtin/mv.c:27010712#, c-format10713msgid "Renaming %s to %s\n"10714msgstr ""1071510716#: builtin/mv.c:276 builtin/remote.c:715 builtin/repack.c:40910717#, c-format10718msgid "renaming '%s' failed"10719msgstr ""1072010721#: builtin/name-rev.c:33810722msgid "git name-rev [<options>] <commit>..."10723msgstr ""1072410725#: builtin/name-rev.c:33910726msgid "git name-rev [<options>] --all"10727msgstr ""1072810729#: builtin/name-rev.c:34010730msgid "git name-rev [<options>] --stdin"10731msgstr ""1073210733#: builtin/name-rev.c:39510734msgid "print only names (no SHA-1)"10735msgstr ""1073610737#: builtin/name-rev.c:39610738msgid "only use tags to name the commits"10739msgstr ""1074010741#: builtin/name-rev.c:39810742msgid "only use refs matching <pattern>"10743msgstr ""1074410745#: builtin/name-rev.c:40010746msgid "ignore refs matching <pattern>"10747msgstr ""1074810749#: builtin/name-rev.c:40210750msgid "list all commits reachable from all refs"10751msgstr ""1075210753#: builtin/name-rev.c:40310754msgid "read from stdin"10755msgstr ""1075610757#: builtin/name-rev.c:40410758msgid "allow to print `undefined` names (default)"10759msgstr ""1076010761#: builtin/name-rev.c:41010762msgid "dereference tags in the input (internal use)"10763msgstr ""1076410765#: builtin/notes.c:2610766msgid "git notes [--ref <notes-ref>] [list [<object>]]"10767msgstr ""1076810769#: builtin/notes.c:2710770msgid ""10771"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "10772"| (-c | -C) <object>] [<object>]"10773msgstr ""1077410775#: builtin/notes.c:2810776msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"10777msgstr ""1077810779#: builtin/notes.c:2910780msgid ""10781"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "10782"(-c | -C) <object>] [<object>]"10783msgstr ""1078410785#: builtin/notes.c:3010786msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"10787msgstr ""1078810789#: builtin/notes.c:3110790msgid "git notes [--ref <notes-ref>] show [<object>]"10791msgstr ""1079210793#: builtin/notes.c:3210794msgid ""10795"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"10796msgstr ""1079710798#: builtin/notes.c:3310799msgid "git notes merge --commit [-v | -q]"10800msgstr ""1080110802#: builtin/notes.c:3410803msgid "git notes merge --abort [-v | -q]"10804msgstr ""1080510806#: builtin/notes.c:3510807msgid "git notes [--ref <notes-ref>] remove [<object>...]"10808msgstr ""1080910810#: builtin/notes.c:3610811msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"10812msgstr ""1081310814#: builtin/notes.c:3710815msgid "git notes [--ref <notes-ref>] get-ref"10816msgstr ""1081710818#: builtin/notes.c:4210819msgid "git notes [list [<object>]]"10820msgstr ""1082110822#: builtin/notes.c:4710823msgid "git notes add [<options>] [<object>]"10824msgstr ""1082510826#: builtin/notes.c:5210827msgid "git notes copy [<options>] <from-object> <to-object>"10828msgstr ""1082910830#: builtin/notes.c:5310831msgid "git notes copy --stdin [<from-object> <to-object>]..."10832msgstr ""1083310834#: builtin/notes.c:5810835msgid "git notes append [<options>] [<object>]"10836msgstr ""1083710838#: builtin/notes.c:6310839msgid "git notes edit [<object>]"10840msgstr ""1084110842#: builtin/notes.c:6810843msgid "git notes show [<object>]"10844msgstr ""1084510846#: builtin/notes.c:7310847msgid "git notes merge [<options>] <notes-ref>"10848msgstr ""1084910850#: builtin/notes.c:7410851msgid "git notes merge --commit [<options>]"10852msgstr ""1085310854#: builtin/notes.c:7510855msgid "git notes merge --abort [<options>]"10856msgstr ""1085710858#: builtin/notes.c:8010859msgid "git notes remove [<object>]"10860msgstr ""1086110862#: builtin/notes.c:8510863msgid "git notes prune [<options>]"10864msgstr ""1086510866#: builtin/notes.c:9010867msgid "git notes get-ref"10868msgstr ""1086910870#: builtin/notes.c:9510871msgid "Write/edit the notes for the following object:"10872msgstr ""1087310874#: builtin/notes.c:14810875#, c-format10876msgid "unable to start 'show' for object '%s'"10877msgstr ""1087810879#: builtin/notes.c:15210880msgid "could not read 'show' output"10881msgstr ""1088210883#: builtin/notes.c:16010884#, c-format10885msgid "failed to finish 'show' for object '%s'"10886msgstr ""1088710888#: builtin/notes.c:19510889msgid "please supply the note contents using either -m or -F option"10890msgstr ""1089110892#: builtin/notes.c:20410893msgid "unable to write note object"10894msgstr ""1089510896#: builtin/notes.c:20610897#, c-format10898msgid "the note contents have been left in %s"10899msgstr ""1090010901#: builtin/notes.c:234 builtin/tag.c:50710902#, c-format10903msgid "cannot read '%s'"10904msgstr ""1090510906#: builtin/notes.c:236 builtin/tag.c:51010907#, c-format10908msgid "could not open or read '%s'"10909msgstr ""1091010911#: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:30810912#: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:51710913#: builtin/notes.c:522 builtin/notes.c:600 builtin/notes.c:66210914#, c-format10915msgid "failed to resolve '%s' as a valid ref."10916msgstr ""1091710918#: builtin/notes.c:25810919#, c-format10920msgid "failed to read object '%s'."10921msgstr ""1092210923#: builtin/notes.c:26210924#, c-format10925msgid "cannot read note data from non-blob object '%s'."10926msgstr ""1092710928#: builtin/notes.c:30210929#, c-format10930msgid "malformed input line: '%s'."10931msgstr ""1093210933#: builtin/notes.c:31710934#, c-format10935msgid "failed to copy notes from '%s' to '%s'"10936msgstr ""1093710938#. TRANSLATORS: the first %s will be replaced by a git10939#. notes command: 'add', 'merge', 'remove', etc.10940#.10941#: builtin/notes.c:34910942#, c-format10943msgid "refusing to %s notes in %s (outside of refs/notes/)"10944msgstr ""1094510946#: builtin/notes.c:369 builtin/notes.c:424 builtin/notes.c:50010947#: builtin/notes.c:512 builtin/notes.c:588 builtin/notes.c:65510948#: builtin/notes.c:805 builtin/notes.c:952 builtin/notes.c:97310949msgid "too many parameters"10950msgstr ""1095110952#: builtin/notes.c:382 builtin/notes.c:66810953#, c-format10954msgid "no note found for object %s."10955msgstr ""1095610957#: builtin/notes.c:403 builtin/notes.c:56610958msgid "note contents as a string"10959msgstr ""1096010961#: builtin/notes.c:406 builtin/notes.c:56910962msgid "note contents in a file"10963msgstr ""1096410965#: builtin/notes.c:409 builtin/notes.c:57210966msgid "reuse and edit specified note object"10967msgstr ""1096810969#: builtin/notes.c:412 builtin/notes.c:57510970msgid "reuse specified note object"10971msgstr ""1097210973#: builtin/notes.c:415 builtin/notes.c:57810974msgid "allow storing empty note"10975msgstr ""1097610977#: builtin/notes.c:416 builtin/notes.c:48710978msgid "replace existing notes"10979msgstr ""1098010981#: builtin/notes.c:44110982#, c-format10983msgid ""10984"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "10985"existing notes"10986msgstr ""1098710988#: builtin/notes.c:456 builtin/notes.c:53510989#, c-format10990msgid "Overwriting existing notes for object %s\n"10991msgstr ""1099210993#: builtin/notes.c:467 builtin/notes.c:627 builtin/notes.c:89210994#, c-format10995msgid "Removing note for object %s\n"10996msgstr ""1099710998#: builtin/notes.c:48810999msgid "read objects from stdin"11000msgstr ""1100111002#: builtin/notes.c:49011003msgid "load rewriting config for <command> (implies --stdin)"11004msgstr ""1100511006#: builtin/notes.c:50811007msgid "too few parameters"11008msgstr ""1100911010#: builtin/notes.c:52911011#, c-format11012msgid ""11013"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "11014"existing notes"11015msgstr ""1101611017#: builtin/notes.c:54111018#, c-format11019msgid "missing notes on source object %s. Cannot copy."11020msgstr ""1102111022#: builtin/notes.c:59311023#, c-format11024msgid ""11025"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"11026"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"11027msgstr ""1102811029#: builtin/notes.c:68811030msgid "failed to delete ref NOTES_MERGE_PARTIAL"11031msgstr ""1103211033#: builtin/notes.c:69011034msgid "failed to delete ref NOTES_MERGE_REF"11035msgstr ""1103611037#: builtin/notes.c:69211038msgid "failed to remove 'git notes merge' worktree"11039msgstr ""1104011041#: builtin/notes.c:71211042msgid "failed to read ref NOTES_MERGE_PARTIAL"11043msgstr ""1104411045#: builtin/notes.c:71411046msgid "could not find commit from NOTES_MERGE_PARTIAL."11047msgstr ""1104811049#: builtin/notes.c:71611050msgid "could not parse commit from NOTES_MERGE_PARTIAL."11051msgstr ""1105211053#: builtin/notes.c:72911054msgid "failed to resolve NOTES_MERGE_REF"11055msgstr ""1105611057#: builtin/notes.c:73211058msgid "failed to finalize notes merge"11059msgstr ""1106011061#: builtin/notes.c:75811062#, c-format11063msgid "unknown notes merge strategy %s"11064msgstr ""1106511066#: builtin/notes.c:77411067msgid "General options"11068msgstr ""1106911070#: builtin/notes.c:77611071msgid "Merge options"11072msgstr ""1107311074#: builtin/notes.c:77811075msgid ""11076"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"11077"cat_sort_uniq)"11078msgstr ""1107911080#: builtin/notes.c:78011081msgid "Committing unmerged notes"11082msgstr ""1108311084#: builtin/notes.c:78211085msgid "finalize notes merge by committing unmerged notes"11086msgstr ""1108711088#: builtin/notes.c:78411089msgid "Aborting notes merge resolution"11090msgstr ""1109111092#: builtin/notes.c:78611093msgid "abort notes merge"11094msgstr ""1109511096#: builtin/notes.c:79711097msgid "cannot mix --commit, --abort or -s/--strategy"11098msgstr ""1109911100#: builtin/notes.c:80211101msgid "must specify a notes ref to merge"11102msgstr ""1110311104#: builtin/notes.c:82611105#, c-format11106msgid "unknown -s/--strategy: %s"11107msgstr ""1110811109#: builtin/notes.c:86311110#, c-format11111msgid "a notes merge into %s is already in-progress at %s"11112msgstr ""1111311114#: builtin/notes.c:86611115#, c-format11116msgid "failed to store link to current notes ref (%s)"11117msgstr ""1111811119#: builtin/notes.c:86811120#, c-format11121msgid ""11122"Automatic notes merge failed. Fix conflicts in %s and commit the result with "11123"'git notes merge --commit', or abort the merge with 'git notes merge --"11124"abort'.\n"11125msgstr ""1112611127#: builtin/notes.c:89011128#, c-format11129msgid "Object %s has no note\n"11130msgstr ""1113111132#: builtin/notes.c:90211133msgid "attempt to remove non-existent note is not an error"11134msgstr ""1113511136#: builtin/notes.c:90511137msgid "read object names from the standard input"11138msgstr ""1113911140#: builtin/notes.c:943 builtin/prune.c:107 builtin/worktree.c:15111141msgid "do not remove, show only"11142msgstr ""1114311144#: builtin/notes.c:94411145msgid "report pruned notes"11146msgstr ""1114711148#: builtin/notes.c:98611149msgid "notes-ref"11150msgstr ""1115111152#: builtin/notes.c:98711153msgid "use notes from <notes-ref>"11154msgstr ""1115511156#: builtin/notes.c:102211157#, c-format11158msgid "unknown subcommand: %s"11159msgstr ""1116011161#: builtin/pack-objects.c:4811162msgid ""11163"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"11164msgstr ""1116511166#: builtin/pack-objects.c:4911167msgid ""11168"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"11169msgstr ""1117011171#: builtin/pack-objects.c:211 builtin/pack-objects.c:21411172#, c-format11173msgid "deflate error (%d)"11174msgstr ""1117511176#: builtin/pack-objects.c:81011177msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"11178msgstr ""1117911180#: builtin/pack-objects.c:82311181msgid "Writing objects"11182msgstr ""1118311184#: builtin/pack-objects.c:110611185msgid "disabling bitmap writing, as some objects are not being packed"11186msgstr ""1118711188#: builtin/pack-objects.c:176511189msgid "Counting objects"11190msgstr ""1119111192#: builtin/pack-objects.c:189511193#, c-format11194msgid "unable to get size of %s"11195msgstr ""1119611197#: builtin/pack-objects.c:191011198#, c-format11199msgid "unable to parse object header of %s"11200msgstr ""1120111202#: builtin/pack-objects.c:256411203msgid "Compressing objects"11204msgstr ""1120511206#: builtin/pack-objects.c:273511207msgid "invalid value for --missing"11208msgstr ""1120911210#: builtin/pack-objects.c:306711211#, c-format11212msgid "unsupported index version %s"11213msgstr ""1121411215#: builtin/pack-objects.c:307111216#, c-format11217msgid "bad index version '%s'"11218msgstr ""1121911220#: builtin/pack-objects.c:310211221msgid "do not show progress meter"11222msgstr ""1122311224#: builtin/pack-objects.c:310411225msgid "show progress meter"11226msgstr ""1122711228#: builtin/pack-objects.c:310611229msgid "show progress meter during object writing phase"11230msgstr ""1123111232#: builtin/pack-objects.c:310911233msgid "similar to --all-progress when progress meter is shown"11234msgstr ""1123511236#: builtin/pack-objects.c:311011237msgid "version[,offset]"11238msgstr ""1123911240#: builtin/pack-objects.c:311111241msgid "write the pack index file in the specified idx format version"11242msgstr ""1124311244#: builtin/pack-objects.c:311411245msgid "maximum size of each output pack file"11246msgstr ""1124711248#: builtin/pack-objects.c:311611249msgid "ignore borrowed objects from alternate object store"11250msgstr ""1125111252#: builtin/pack-objects.c:311811253msgid "ignore packed objects"11254msgstr ""1125511256#: builtin/pack-objects.c:312011257msgid "limit pack window by objects"11258msgstr ""1125911260#: builtin/pack-objects.c:312211261msgid "limit pack window by memory in addition to object limit"11262msgstr ""1126311264#: builtin/pack-objects.c:312411265msgid "maximum length of delta chain allowed in the resulting pack"11266msgstr ""1126711268#: builtin/pack-objects.c:312611269msgid "reuse existing deltas"11270msgstr ""1127111272#: builtin/pack-objects.c:312811273msgid "reuse existing objects"11274msgstr ""1127511276#: builtin/pack-objects.c:313011277msgid "use OFS_DELTA objects"11278msgstr ""1127911280#: builtin/pack-objects.c:313211281msgid "use threads when searching for best delta matches"11282msgstr ""1128311284#: builtin/pack-objects.c:313411285msgid "do not create an empty pack output"11286msgstr ""1128711288#: builtin/pack-objects.c:313611289msgid "read revision arguments from standard input"11290msgstr ""1129111292#: builtin/pack-objects.c:313811293msgid "limit the objects to those that are not yet packed"11294msgstr ""1129511296#: builtin/pack-objects.c:314111297msgid "include objects reachable from any reference"11298msgstr ""1129911300#: builtin/pack-objects.c:314411301msgid "include objects referred by reflog entries"11302msgstr ""1130311304#: builtin/pack-objects.c:314711305msgid "include objects referred to by the index"11306msgstr ""1130711308#: builtin/pack-objects.c:315011309msgid "output pack to stdout"11310msgstr ""1131111312#: builtin/pack-objects.c:315211313msgid "include tag objects that refer to objects to be packed"11314msgstr ""1131511316#: builtin/pack-objects.c:315411317msgid "keep unreachable objects"11318msgstr ""1131911320#: builtin/pack-objects.c:315611321msgid "pack loose unreachable objects"11322msgstr ""1132311324#: builtin/pack-objects.c:315811325msgid "unpack unreachable objects newer than <time>"11326msgstr ""1132711328#: builtin/pack-objects.c:316111329msgid "create thin packs"11330msgstr ""1133111332#: builtin/pack-objects.c:316311333msgid "create packs suitable for shallow fetches"11334msgstr ""1133511336#: builtin/pack-objects.c:316511337msgid "ignore packs that have companion .keep file"11338msgstr ""1133911340#: builtin/pack-objects.c:316711341msgid "ignore this pack"11342msgstr ""1134311344#: builtin/pack-objects.c:316911345msgid "pack compression level"11346msgstr ""1134711348#: builtin/pack-objects.c:317111349msgid "do not hide commits by grafts"11350msgstr ""1135111352#: builtin/pack-objects.c:317311353msgid "use a bitmap index if available to speed up counting objects"11354msgstr ""1135511356#: builtin/pack-objects.c:317511357msgid "write a bitmap index together with the pack index"11358msgstr ""1135911360#: builtin/pack-objects.c:317811361msgid "handling for missing objects"11362msgstr ""1136311364#: builtin/pack-objects.c:318111365msgid "do not pack objects in promisor packfiles"11366msgstr ""1136711368#: builtin/pack-objects.c:320511369#, c-format11370msgid "delta chain depth %d is too deep, forcing %d"11371msgstr ""1137211373#: builtin/pack-objects.c:321011374#, c-format11375msgid "pack.deltaCacheLimit is too high, forcing %d"11376msgstr ""1137711378#: builtin/pack-objects.c:333811379msgid "Enumerating objects"11380msgstr ""1138111382#: builtin/pack-refs.c:711383msgid "git pack-refs [<options>]"11384msgstr ""1138511386#: builtin/pack-refs.c:1511387msgid "pack everything"11388msgstr ""1138911390#: builtin/pack-refs.c:1611391msgid "prune loose refs (default)"11392msgstr ""1139311394#: builtin/prune-packed.c:811395msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"11396msgstr ""1139711398#: builtin/prune-packed.c:4111399msgid "Removing duplicate objects"11400msgstr ""1140111402#: builtin/prune.c:1111403msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"11404msgstr ""1140511406#: builtin/prune.c:10811407msgid "report pruned objects"11408msgstr ""1140911410#: builtin/prune.c:11111411msgid "expire objects older than <time>"11412msgstr ""1141311414#: builtin/prune.c:11311415msgid "limit traversal to objects outside promisor packfiles"11416msgstr ""1141711418#: builtin/prune.c:12711419msgid "cannot prune in a precious-objects repo"11420msgstr ""1142111422#: builtin/pull.c:59 builtin/pull.c:6111423#, c-format11424msgid "Invalid value for %s: %s"11425msgstr ""1142611427#: builtin/pull.c:8111428msgid "git pull [<options>] [<repository> [<refspec>...]]"11429msgstr ""1143011431#: builtin/pull.c:13211432msgid "control for recursive fetching of submodules"11433msgstr ""1143411435#: builtin/pull.c:13611436msgid "Options related to merging"11437msgstr ""1143811439#: builtin/pull.c:13911440msgid "incorporate changes by rebasing rather than merging"11441msgstr ""1144211443#: builtin/pull.c:166 builtin/rebase--helper.c:23 builtin/revert.c:12111444msgid "allow fast-forward"11445msgstr ""1144611447#: builtin/pull.c:17511448msgid "automatically stash/stash pop before and after rebase"11449msgstr ""1145011451#: builtin/pull.c:19111452msgid "Options related to fetching"11453msgstr ""1145411455#: builtin/pull.c:20911456msgid "number of submodules pulled in parallel"11457msgstr ""1145811459#: builtin/pull.c:30411460#, c-format11461msgid "Invalid value for pull.ff: %s"11462msgstr ""1146311464#: builtin/pull.c:42011465msgid ""11466"There is no candidate for rebasing against among the refs that you just "11467"fetched."11468msgstr ""1146911470#: builtin/pull.c:42211471msgid ""11472"There are no candidates for merging among the refs that you just fetched."11473msgstr ""1147411475#: builtin/pull.c:42311476msgid ""11477"Generally this means that you provided a wildcard refspec which had no\n"11478"matches on the remote end."11479msgstr ""1148011481#: builtin/pull.c:42611482#, c-format11483msgid ""11484"You asked to pull from the remote '%s', but did not specify\n"11485"a branch. Because this is not the default configured remote\n"11486"for your current branch, you must specify a branch on the command line."11487msgstr ""1148811489#: builtin/pull.c:431 git-parse-remote.sh:7311490msgid "You are not currently on a branch."11491msgstr ""1149211493#: builtin/pull.c:433 builtin/pull.c:448 git-parse-remote.sh:7911494msgid "Please specify which branch you want to rebase against."11495msgstr ""1149611497#: builtin/pull.c:435 builtin/pull.c:450 git-parse-remote.sh:8211498msgid "Please specify which branch you want to merge with."11499msgstr ""1150011501#: builtin/pull.c:436 builtin/pull.c:45111502msgid "See git-pull(1) for details."11503msgstr ""1150411505#: builtin/pull.c:438 builtin/pull.c:444 builtin/pull.c:45311506#: git-parse-remote.sh:6411507msgid "<remote>"11508msgstr ""1150911510#: builtin/pull.c:438 builtin/pull.c:453 builtin/pull.c:458 git-rebase.sh:52311511#: git-parse-remote.sh:6511512msgid "<branch>"11513msgstr ""1151411515#: builtin/pull.c:446 git-parse-remote.sh:7511516msgid "There is no tracking information for the current branch."11517msgstr ""1151811519#: builtin/pull.c:455 git-parse-remote.sh:9511520msgid ""11521"If you wish to set tracking information for this branch you can do so with:"11522msgstr ""1152311524#: builtin/pull.c:46011525#, c-format11526msgid ""11527"Your configuration specifies to merge with the ref '%s'\n"11528"from the remote, but no such ref was fetched."11529msgstr ""1153011531#: builtin/pull.c:82611532msgid "ignoring --verify-signatures for rebase"11533msgstr ""1153411535#: builtin/pull.c:87411536msgid "--[no-]autostash option is only valid with --rebase."11537msgstr ""1153811539#: builtin/pull.c:88211540msgid "Updating an unborn branch with changes added to the index."11541msgstr ""1154211543#: builtin/pull.c:88511544msgid "pull with rebase"11545msgstr ""1154611547#: builtin/pull.c:88611548msgid "please commit or stash them."11549msgstr ""1155011551#: builtin/pull.c:91111552#, c-format11553msgid ""11554"fetch updated the current branch head.\n"11555"fast-forwarding your working tree from\n"11556"commit %s."11557msgstr ""1155811559#: builtin/pull.c:91611560#, c-format11561msgid ""11562"Cannot fast-forward your working tree.\n"11563"After making sure that you saved anything precious from\n"11564"$ git diff %s\n"11565"output, run\n"11566"$ git reset --hard\n"11567"to recover."11568msgstr ""1156911570#: builtin/pull.c:93111571msgid "Cannot merge multiple branches into empty head."11572msgstr ""1157311574#: builtin/pull.c:93511575msgid "Cannot rebase onto multiple branches."11576msgstr ""1157711578#: builtin/pull.c:94211579msgid "cannot rebase with locally recorded submodule modifications"11580msgstr ""1158111582#: builtin/push.c:1911583msgid "git push [<options>] [<repository> [<refspec>...]]"11584msgstr ""1158511586#: builtin/push.c:11111587msgid "tag shorthand without <tag>"11588msgstr ""1158911590#: builtin/push.c:12111591msgid "--delete only accepts plain target ref names"11592msgstr ""1159311594#: builtin/push.c:16511595msgid ""11596"\n"11597"To choose either option permanently, see push.default in 'git help config'."11598msgstr ""1159911600#: builtin/push.c:16811601#, c-format11602msgid ""11603"The upstream branch of your current branch does not match\n"11604"the name of your current branch. To push to the upstream branch\n"11605"on the remote, use\n"11606"\n"11607" git push %s HEAD:%s\n"11608"\n"11609"To push to the branch of the same name on the remote, use\n"11610"\n"11611" git push %s %s\n"11612"%s"11613msgstr ""1161411615#: builtin/push.c:18311616#, c-format11617msgid ""11618"You are not currently on a branch.\n"11619"To push the history leading to the current (detached HEAD)\n"11620"state now, use\n"11621"\n"11622" git push %s HEAD:<name-of-remote-branch>\n"11623msgstr ""1162411625#: builtin/push.c:19711626#, c-format11627msgid ""11628"The current branch %s has no upstream branch.\n"11629"To push the current branch and set the remote as upstream, use\n"11630"\n"11631" git push --set-upstream %s %s\n"11632msgstr ""1163311634#: builtin/push.c:20511635#, c-format11636msgid "The current branch %s has multiple upstream branches, refusing to push."11637msgstr ""1163811639#: builtin/push.c:20811640#, c-format11641msgid ""11642"You are pushing to remote '%s', which is not the upstream of\n"11643"your current branch '%s', without telling me what to push\n"11644"to update which remote branch."11645msgstr ""1164611647#: builtin/push.c:26711648msgid ""11649"You didn't specify any refspecs to push, and push.default is \"nothing\"."11650msgstr ""1165111652#: builtin/push.c:27411653msgid ""11654"Updates were rejected because the tip of your current branch is behind\n"11655"its remote counterpart. Integrate the remote changes (e.g.\n"11656"'git pull ...') before pushing again.\n"11657"See the 'Note about fast-forwards' in 'git push --help' for details."11658msgstr ""1165911660#: builtin/push.c:28011661msgid ""11662"Updates were rejected because a pushed branch tip is behind its remote\n"11663"counterpart. Check out this branch and integrate the remote changes\n"11664"(e.g. 'git pull ...') before pushing again.\n"11665"See the 'Note about fast-forwards' in 'git push --help' for details."11666msgstr ""1166711668#: builtin/push.c:28611669msgid ""11670"Updates were rejected because the remote contains work that you do\n"11671"not have locally. This is usually caused by another repository pushing\n"11672"to the same ref. You may want to first integrate the remote changes\n"11673"(e.g., 'git pull ...') before pushing again.\n"11674"See the 'Note about fast-forwards' in 'git push --help' for details."11675msgstr ""1167611677#: builtin/push.c:29311678msgid "Updates were rejected because the tag already exists in the remote."11679msgstr ""1168011681#: builtin/push.c:29611682msgid ""11683"You cannot update a remote ref that points at a non-commit object,\n"11684"or update a remote ref to make it point at a non-commit object,\n"11685"without using the '--force' option.\n"11686msgstr ""1168711688#: builtin/push.c:35711689#, c-format11690msgid "Pushing to %s\n"11691msgstr ""1169211693#: builtin/push.c:36111694#, c-format11695msgid "failed to push some refs to '%s'"11696msgstr ""1169711698#: builtin/push.c:39511699#, c-format11700msgid "bad repository '%s'"11701msgstr ""1170211703#: builtin/push.c:39611704msgid ""11705"No configured push destination.\n"11706"Either specify the URL from the command-line or configure a remote "11707"repository using\n"11708"\n"11709" git remote add <name> <url>\n"11710"\n"11711"and then push using the remote name\n"11712"\n"11713" git push <name>\n"11714msgstr ""1171511716#: builtin/push.c:55111717msgid "repository"11718msgstr ""1171911720#: builtin/push.c:552 builtin/send-pack.c:16411721msgid "push all refs"11722msgstr ""1172311724#: builtin/push.c:553 builtin/send-pack.c:16611725msgid "mirror all refs"11726msgstr ""1172711728#: builtin/push.c:55511729msgid "delete refs"11730msgstr ""1173111732#: builtin/push.c:55611733msgid "push tags (can't be used with --all or --mirror)"11734msgstr ""1173511736#: builtin/push.c:559 builtin/send-pack.c:16711737msgid "force updates"11738msgstr ""1173911740#: builtin/push.c:561 builtin/send-pack.c:18111741msgid "refname>:<expect"11742msgstr ""1174311744#: builtin/push.c:562 builtin/send-pack.c:18211745msgid "require old value of ref to be at this value"11746msgstr ""1174711748#: builtin/push.c:56511749msgid "control recursive pushing of submodules"11750msgstr ""1175111752#: builtin/push.c:567 builtin/send-pack.c:17511753msgid "use thin pack"11754msgstr ""1175511756#: builtin/push.c:568 builtin/push.c:569 builtin/send-pack.c:16111757#: builtin/send-pack.c:16211758msgid "receive pack program"11759msgstr ""1176011761#: builtin/push.c:57011762msgid "set upstream for git pull/status"11763msgstr ""1176411765#: builtin/push.c:57311766msgid "prune locally removed refs"11767msgstr ""1176811769#: builtin/push.c:57511770msgid "bypass pre-push hook"11771msgstr ""1177211773#: builtin/push.c:57611774msgid "push missing but relevant tags"11775msgstr ""1177611777#: builtin/push.c:579 builtin/send-pack.c:16911778msgid "GPG sign the push"11779msgstr ""1178011781#: builtin/push.c:581 builtin/send-pack.c:17611782msgid "request atomic transaction on remote side"11783msgstr ""1178411785#: builtin/push.c:59911786msgid "--delete is incompatible with --all, --mirror and --tags"11787msgstr ""1178811789#: builtin/push.c:60111790msgid "--delete doesn't make sense without any refs"11791msgstr ""1179211793#: builtin/push.c:60411794msgid "--all and --tags are incompatible"11795msgstr ""1179611797#: builtin/push.c:60611798msgid "--all can't be combined with refspecs"11799msgstr ""1180011801#: builtin/push.c:61011802msgid "--mirror and --tags are incompatible"11803msgstr ""1180411805#: builtin/push.c:61211806msgid "--mirror can't be combined with refspecs"11807msgstr ""1180811809#: builtin/push.c:61511810msgid "--all and --mirror are incompatible"11811msgstr ""1181211813#: builtin/push.c:63411814msgid "push options must not have new line characters"11815msgstr ""1181611817#: builtin/read-tree.c:4011818msgid ""11819"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "11820"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"11821"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"11822msgstr ""1182311824#: builtin/read-tree.c:12011825msgid "write resulting index to <file>"11826msgstr ""1182711828#: builtin/read-tree.c:12311829msgid "only empty the index"11830msgstr ""1183111832#: builtin/read-tree.c:12511833msgid "Merging"11834msgstr ""1183511836#: builtin/read-tree.c:12711837msgid "perform a merge in addition to a read"11838msgstr ""1183911840#: builtin/read-tree.c:12911841msgid "3-way merge if no file level merging required"11842msgstr ""1184311844#: builtin/read-tree.c:13111845msgid "3-way merge in presence of adds and removes"11846msgstr ""1184711848#: builtin/read-tree.c:13311849msgid "same as -m, but discard unmerged entries"11850msgstr ""1185111852#: builtin/read-tree.c:13411853msgid "<subdirectory>/"11854msgstr ""1185511856#: builtin/read-tree.c:13511857msgid "read the tree into the index under <subdirectory>/"11858msgstr ""1185911860#: builtin/read-tree.c:13811861msgid "update working tree with merge result"11862msgstr ""1186311864#: builtin/read-tree.c:14011865msgid "gitignore"11866msgstr ""1186711868#: builtin/read-tree.c:14111869msgid "allow explicitly ignored files to be overwritten"11870msgstr ""1187111872#: builtin/read-tree.c:14411873msgid "don't check the working tree after merging"11874msgstr ""1187511876#: builtin/read-tree.c:14511877msgid "don't update the index or the work tree"11878msgstr ""1187911880#: builtin/read-tree.c:14711881msgid "skip applying sparse checkout filter"11882msgstr ""1188311884#: builtin/read-tree.c:14911885msgid "debug unpack-trees"11886msgstr ""1188711888#: builtin/rebase--helper.c:811889msgid "git rebase--helper [<options>]"11890msgstr ""1189111892#: builtin/rebase--helper.c:2411893msgid "keep empty commits"11894msgstr ""1189511896#: builtin/rebase--helper.c:26 builtin/revert.c:12311897msgid "allow commits with empty messages"11898msgstr ""1189911900#: builtin/rebase--helper.c:2711901msgid "rebase merge commits"11902msgstr ""1190311904#: builtin/rebase--helper.c:2911905msgid "keep original branch points of cousins"11906msgstr ""1190711908#: builtin/rebase--helper.c:3011909msgid "continue rebase"11910msgstr ""1191111912#: builtin/rebase--helper.c:3211913msgid "abort rebase"11914msgstr ""1191511916#: builtin/rebase--helper.c:3511917msgid "make rebase script"11918msgstr ""1191911920#: builtin/rebase--helper.c:3711921msgid "shorten commit ids in the todo list"11922msgstr ""1192311924#: builtin/rebase--helper.c:3911925msgid "expand commit ids in the todo list"11926msgstr ""1192711928#: builtin/rebase--helper.c:4111929msgid "check the todo list"11930msgstr ""1193111932#: builtin/rebase--helper.c:4311933msgid "skip unnecessary picks"11934msgstr ""1193511936#: builtin/rebase--helper.c:4511937msgid "rearrange fixup/squash lines"11938msgstr ""1193911940#: builtin/rebase--helper.c:4711941msgid "insert exec commands in todo list"11942msgstr ""1194311944#: builtin/rebase--helper.c:6811945msgid "--[no-]rebase-cousins has no effect without --rebase-merges"11946msgstr ""1194711948#: builtin/receive-pack.c:3111949msgid "git receive-pack <git-dir>"11950msgstr ""1195111952#: builtin/receive-pack.c:84211953msgid ""11954"By default, updating the current branch in a non-bare repository\n"11955"is denied, because it will make the index and work tree inconsistent\n"11956"with what you pushed, and will require 'git reset --hard' to match\n"11957"the work tree to HEAD.\n"11958"\n"11959"You can set the 'receive.denyCurrentBranch' configuration variable\n"11960"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"11961"its current branch; however, this is not recommended unless you\n"11962"arranged to update its work tree to match what you pushed in some\n"11963"other way.\n"11964"\n"11965"To squelch this message and still keep the default behaviour, set\n"11966"'receive.denyCurrentBranch' configuration variable to 'refuse'."11967msgstr ""1196811969#: builtin/receive-pack.c:86211970msgid ""11971"By default, deleting the current branch is denied, because the next\n"11972"'git clone' won't result in any file checked out, causing confusion.\n"11973"\n"11974"You can set 'receive.denyDeleteCurrent' configuration variable to\n"11975"'warn' or 'ignore' in the remote repository to allow deleting the\n"11976"current branch, with or without a warning message.\n"11977"\n"11978"To squelch this message, you can set it to 'refuse'."11979msgstr ""1198011981#: builtin/receive-pack.c:193511982msgid "quiet"11983msgstr ""1198411985#: builtin/receive-pack.c:194911986msgid "You must specify a directory."11987msgstr ""1198811989#: builtin/reflog.c:532 builtin/reflog.c:53711990#, c-format11991msgid "'%s' is not a valid timestamp"11992msgstr ""1199311994#: builtin/remote.c:1411995msgid "git remote [-v | --verbose]"11996msgstr ""1199711998#: builtin/remote.c:1511999msgid ""12000"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"12001"mirror=<fetch|push>] <name> <url>"12002msgstr ""1200312004#: builtin/remote.c:16 builtin/remote.c:3612005msgid "git remote rename <old> <new>"12006msgstr ""1200712008#: builtin/remote.c:17 builtin/remote.c:4112009msgid "git remote remove <name>"12010msgstr ""1201112012#: builtin/remote.c:18 builtin/remote.c:4612013msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"12014msgstr ""1201512016#: builtin/remote.c:1912017msgid "git remote [-v | --verbose] show [-n] <name>"12018msgstr ""1201912020#: builtin/remote.c:2012021msgid "git remote prune [-n | --dry-run] <name>"12022msgstr ""1202312024#: builtin/remote.c:2112025msgid ""12026"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"12027msgstr ""1202812029#: builtin/remote.c:2212030msgid "git remote set-branches [--add] <name> <branch>..."12031msgstr ""1203212033#: builtin/remote.c:23 builtin/remote.c:7212034msgid "git remote get-url [--push] [--all] <name>"12035msgstr ""1203612037#: builtin/remote.c:24 builtin/remote.c:7712038msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"12039msgstr ""1204012041#: builtin/remote.c:25 builtin/remote.c:7812042msgid "git remote set-url --add <name> <newurl>"12043msgstr ""1204412045#: builtin/remote.c:26 builtin/remote.c:7912046msgid "git remote set-url --delete <name> <url>"12047msgstr ""1204812049#: builtin/remote.c:3112050msgid "git remote add [<options>] <name> <url>"12051msgstr ""1205212053#: builtin/remote.c:5112054msgid "git remote set-branches <name> <branch>..."12055msgstr ""1205612057#: builtin/remote.c:5212058msgid "git remote set-branches --add <name> <branch>..."12059msgstr ""1206012061#: builtin/remote.c:5712062msgid "git remote show [<options>] <name>"12063msgstr ""1206412065#: builtin/remote.c:6212066msgid "git remote prune [<options>] <name>"12067msgstr ""1206812069#: builtin/remote.c:6712070msgid "git remote update [<options>] [<group> | <remote>]..."12071msgstr ""1207212073#: builtin/remote.c:9612074#, c-format12075msgid "Updating %s"12076msgstr ""1207712078#: builtin/remote.c:12812079msgid ""12080"--mirror is dangerous and deprecated; please\n"12081"\t use --mirror=fetch or --mirror=push instead"12082msgstr ""1208312084#: builtin/remote.c:14512085#, c-format12086msgid "unknown mirror argument: %s"12087msgstr ""1208812089#: builtin/remote.c:16112090msgid "fetch the remote branches"12091msgstr ""1209212093#: builtin/remote.c:16312094msgid "import all tags and associated objects when fetching"12095msgstr ""1209612097#: builtin/remote.c:16612098msgid "or do not fetch any tag at all (--no-tags)"12099msgstr ""1210012101#: builtin/remote.c:16812102msgid "branch(es) to track"12103msgstr ""1210412105#: builtin/remote.c:16912106msgid "master branch"12107msgstr ""1210812109#: builtin/remote.c:17012110msgid "push|fetch"12111msgstr ""1211212113#: builtin/remote.c:17112114msgid "set up remote as a mirror to push to or fetch from"12115msgstr ""1211612117#: builtin/remote.c:18312118msgid "specifying a master branch makes no sense with --mirror"12119msgstr ""1212012121#: builtin/remote.c:18512122msgid "specifying branches to track makes sense only with fetch mirrors"12123msgstr ""1212412125#: builtin/remote.c:192 builtin/remote.c:63412126#, c-format12127msgid "remote %s already exists."12128msgstr ""1212912130#: builtin/remote.c:196 builtin/remote.c:63812131#, c-format12132msgid "'%s' is not a valid remote name"12133msgstr ""1213412135#: builtin/remote.c:23612136#, c-format12137msgid "Could not setup master '%s'"12138msgstr ""1213912140#: builtin/remote.c:34212141#, c-format12142msgid "Could not get fetch map for refspec %s"12143msgstr ""1214412145#: builtin/remote.c:441 builtin/remote.c:44912146msgid "(matching)"12147msgstr ""1214812149#: builtin/remote.c:45312150msgid "(delete)"12151msgstr ""1215212153#: builtin/remote.c:627 builtin/remote.c:762 builtin/remote.c:86112154#, c-format12155msgid "No such remote: %s"12156msgstr ""1215712158#: builtin/remote.c:64412159#, c-format12160msgid "Could not rename config section '%s' to '%s'"12161msgstr ""1216212163#: builtin/remote.c:66412164#, c-format12165msgid ""12166"Not updating non-default fetch refspec\n"12167"\t%s\n"12168"\tPlease update the configuration manually if necessary."12169msgstr ""1217012171#: builtin/remote.c:70012172#, c-format12173msgid "deleting '%s' failed"12174msgstr ""1217512176#: builtin/remote.c:73412177#, c-format12178msgid "creating '%s' failed"12179msgstr ""1218012181#: builtin/remote.c:79912182msgid ""12183"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"12184"to delete it, use:"12185msgid_plural ""12186"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"12187"to delete them, use:"12188msgstr[0] ""12189msgstr[1] ""1219012191#: builtin/remote.c:81312192#, c-format12193msgid "Could not remove config section '%s'"12194msgstr ""1219512196#: builtin/remote.c:91412197#, c-format12198msgid " new (next fetch will store in remotes/%s)"12199msgstr ""1220012201#: builtin/remote.c:91712202msgid " tracked"12203msgstr ""1220412205#: builtin/remote.c:91912206msgid " stale (use 'git remote prune' to remove)"12207msgstr ""1220812209#: builtin/remote.c:92112210msgid " ???"12211msgstr ""1221212213#: builtin/remote.c:96212214#, c-format12215msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"12216msgstr ""1221712218#: builtin/remote.c:97112219#, c-format12220msgid "rebases interactively onto remote %s"12221msgstr ""1222212223#: builtin/remote.c:97312224#, c-format12225msgid "rebases interactively (with merges) onto remote %s"12226msgstr ""1222712228#: builtin/remote.c:97612229#, c-format12230msgid "rebases onto remote %s"12231msgstr ""1223212233#: builtin/remote.c:98012234#, c-format12235msgid " merges with remote %s"12236msgstr ""1223712238#: builtin/remote.c:98312239#, c-format12240msgid "merges with remote %s"12241msgstr ""1224212243#: builtin/remote.c:98612244#, c-format12245msgid "%-*s and with remote %s\n"12246msgstr ""1224712248#: builtin/remote.c:102912249msgid "create"12250msgstr ""1225112252#: builtin/remote.c:103212253msgid "delete"12254msgstr ""1225512256#: builtin/remote.c:103612257msgid "up to date"12258msgstr ""1225912260#: builtin/remote.c:103912261msgid "fast-forwardable"12262msgstr ""1226312264#: builtin/remote.c:104212265msgid "local out of date"12266msgstr ""1226712268#: builtin/remote.c:104912269#, c-format12270msgid " %-*s forces to %-*s (%s)"12271msgstr ""1227212273#: builtin/remote.c:105212274#, c-format12275msgid " %-*s pushes to %-*s (%s)"12276msgstr ""1227712278#: builtin/remote.c:105612279#, c-format12280msgid " %-*s forces to %s"12281msgstr ""1228212283#: builtin/remote.c:105912284#, c-format12285msgid " %-*s pushes to %s"12286msgstr ""1228712288#: builtin/remote.c:112712289msgid "do not query remotes"12290msgstr ""1229112292#: builtin/remote.c:115412293#, c-format12294msgid "* remote %s"12295msgstr ""1229612297#: builtin/remote.c:115512298#, c-format12299msgid " Fetch URL: %s"12300msgstr ""1230112302#: builtin/remote.c:1156 builtin/remote.c:1172 builtin/remote.c:131112303msgid "(no URL)"12304msgstr ""1230512306#. TRANSLATORS: the colon ':' should align12307#. with the one in " Fetch URL: %s"12308#. translation.12309#.12310#: builtin/remote.c:1170 builtin/remote.c:117212311#, c-format12312msgid " Push URL: %s"12313msgstr ""1231412315#: builtin/remote.c:1174 builtin/remote.c:1176 builtin/remote.c:117812316#, c-format12317msgid " HEAD branch: %s"12318msgstr ""1231912320#: builtin/remote.c:117412321msgid "(not queried)"12322msgstr ""1232312324#: builtin/remote.c:117612325msgid "(unknown)"12326msgstr ""1232712328#: builtin/remote.c:118012329#, c-format12330msgid ""12331" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"12332msgstr ""1233312334#: builtin/remote.c:119212335#, c-format12336msgid " Remote branch:%s"12337msgid_plural " Remote branches:%s"12338msgstr[0] ""12339msgstr[1] ""1234012341#: builtin/remote.c:1195 builtin/remote.c:122112342msgid " (status not queried)"12343msgstr ""1234412345#: builtin/remote.c:120412346msgid " Local branch configured for 'git pull':"12347msgid_plural " Local branches configured for 'git pull':"12348msgstr[0] ""12349msgstr[1] ""1235012351#: builtin/remote.c:121212352msgid " Local refs will be mirrored by 'git push'"12353msgstr ""1235412355#: builtin/remote.c:121812356#, c-format12357msgid " Local ref configured for 'git push'%s:"12358msgid_plural " Local refs configured for 'git push'%s:"12359msgstr[0] ""12360msgstr[1] ""1236112362#: builtin/remote.c:123912363msgid "set refs/remotes/<name>/HEAD according to remote"12364msgstr ""1236512366#: builtin/remote.c:124112367msgid "delete refs/remotes/<name>/HEAD"12368msgstr ""1236912370#: builtin/remote.c:125612371msgid "Cannot determine remote HEAD"12372msgstr ""1237312374#: builtin/remote.c:125812375msgid "Multiple remote HEAD branches. Please choose one explicitly with:"12376msgstr ""1237712378#: builtin/remote.c:126812379#, c-format12380msgid "Could not delete %s"12381msgstr ""1238212383#: builtin/remote.c:127612384#, c-format12385msgid "Not a valid ref: %s"12386msgstr ""1238712388#: builtin/remote.c:127812389#, c-format12390msgid "Could not setup %s"12391msgstr ""1239212393#: builtin/remote.c:129612394#, c-format12395msgid " %s will become dangling!"12396msgstr ""1239712398#: builtin/remote.c:129712399#, c-format12400msgid " %s has become dangling!"12401msgstr ""1240212403#: builtin/remote.c:130712404#, c-format12405msgid "Pruning %s"12406msgstr ""1240712408#: builtin/remote.c:130812409#, c-format12410msgid "URL: %s"12411msgstr ""1241212413#: builtin/remote.c:132412414#, c-format12415msgid " * [would prune] %s"12416msgstr ""1241712418#: builtin/remote.c:132712419#, c-format12420msgid " * [pruned] %s"12421msgstr ""1242212423#: builtin/remote.c:137212424msgid "prune remotes after fetching"12425msgstr ""1242612427#: builtin/remote.c:1435 builtin/remote.c:1489 builtin/remote.c:155712428#, c-format12429msgid "No such remote '%s'"12430msgstr ""1243112432#: builtin/remote.c:145112433msgid "add branch"12434msgstr ""1243512436#: builtin/remote.c:145812437msgid "no remote specified"12438msgstr ""1243912440#: builtin/remote.c:147512441msgid "query push URLs rather than fetch URLs"12442msgstr ""1244312444#: builtin/remote.c:147712445msgid "return all URLs"12446msgstr ""1244712448#: builtin/remote.c:150512449#, c-format12450msgid "no URLs configured for remote '%s'"12451msgstr ""1245212453#: builtin/remote.c:153112454msgid "manipulate push URLs"12455msgstr ""1245612457#: builtin/remote.c:153312458msgid "add URL"12459msgstr ""1246012461#: builtin/remote.c:153512462msgid "delete URLs"12463msgstr ""1246412465#: builtin/remote.c:154212466msgid "--add --delete doesn't make sense"12467msgstr ""1246812469#: builtin/remote.c:158112470#, c-format12471msgid "Invalid old URL pattern: %s"12472msgstr ""1247312474#: builtin/remote.c:158912475#, c-format12476msgid "No such URL found: %s"12477msgstr ""1247812479#: builtin/remote.c:159112480msgid "Will not delete all non-push URLs"12481msgstr ""1248212483#: builtin/remote.c:160712484msgid "be verbose; must be placed before a subcommand"12485msgstr ""1248612487#: builtin/remote.c:163812488#, c-format12489msgid "Unknown subcommand: %s"12490msgstr ""1249112492#: builtin/repack.c:1812493msgid "git repack [<options>]"12494msgstr ""1249512496#: builtin/repack.c:2312497msgid ""12498"Incremental repacks are incompatible with bitmap indexes. Use\n"12499"--no-write-bitmap-index or disable the pack.writebitmaps configuration."12500msgstr ""1250112502#: builtin/repack.c:18012503msgid "pack everything in a single pack"12504msgstr ""1250512506#: builtin/repack.c:18212507msgid "same as -a, and turn unreachable objects loose"12508msgstr ""1250912510#: builtin/repack.c:18512511msgid "remove redundant packs, and run git-prune-packed"12512msgstr ""1251312514#: builtin/repack.c:18712515msgid "pass --no-reuse-delta to git-pack-objects"12516msgstr ""1251712518#: builtin/repack.c:18912519msgid "pass --no-reuse-object to git-pack-objects"12520msgstr ""1252112522#: builtin/repack.c:19112523msgid "do not run git-update-server-info"12524msgstr ""1252512526#: builtin/repack.c:19412527msgid "pass --local to git-pack-objects"12528msgstr ""1252912530#: builtin/repack.c:19612531msgid "write bitmap index"12532msgstr ""1253312534#: builtin/repack.c:19712535msgid "approxidate"12536msgstr ""1253712538#: builtin/repack.c:19812539msgid "with -A, do not loosen objects older than this"12540msgstr ""1254112542#: builtin/repack.c:20012543msgid "with -a, repack unreachable objects"12544msgstr ""1254512546#: builtin/repack.c:20212547msgid "size of the window used for delta compression"12548msgstr ""1254912550#: builtin/repack.c:203 builtin/repack.c:20912551msgid "bytes"12552msgstr ""1255312554#: builtin/repack.c:20412555msgid "same as the above, but limit memory size instead of entries count"12556msgstr ""1255712558#: builtin/repack.c:20612559msgid "limits the maximum delta depth"12560msgstr ""1256112562#: builtin/repack.c:20812563msgid "limits the maximum number of threads"12564msgstr ""1256512566#: builtin/repack.c:21012567msgid "maximum size of each packfile"12568msgstr ""1256912570#: builtin/repack.c:21212571msgid "repack objects in packs marked with .keep"12572msgstr ""1257312574#: builtin/repack.c:21412575msgid "do not repack this pack"12576msgstr ""1257712578#: builtin/repack.c:22412579msgid "cannot delete packs in a precious-objects repo"12580msgstr ""1258112582#: builtin/repack.c:22812583msgid "--keep-unreachable and -A are incompatible"12584msgstr ""1258512586#: builtin/repack.c:425 builtin/worktree.c:13912587#, c-format12588msgid "failed to remove '%s'"12589msgstr ""1259012591#: builtin/replace.c:2212592msgid "git replace [-f] <object> <replacement>"12593msgstr ""1259412595#: builtin/replace.c:2312596msgid "git replace [-f] --edit <object>"12597msgstr ""1259812599#: builtin/replace.c:2412600msgid "git replace [-f] --graft <commit> [<parent>...]"12601msgstr ""1260212603#: builtin/replace.c:2512604msgid "git replace [-f] --convert-graft-file"12605msgstr ""1260612607#: builtin/replace.c:2612608msgid "git replace -d <object>..."12609msgstr ""1261012611#: builtin/replace.c:2712612msgid "git replace [--format=<format>] [-l [<pattern>]]"12613msgstr ""1261412615#: builtin/replace.c:371 builtin/replace.c:415 builtin/replace.c:44512616#, c-format12617msgid "Not a valid object name: '%s'"12618msgstr ""1261912620#: builtin/replace.c:40712621#, c-format12622msgid "bad mergetag in commit '%s'"12623msgstr ""1262412625#: builtin/replace.c:40912626#, c-format12627msgid "malformed mergetag in commit '%s'"12628msgstr ""1262912630#: builtin/replace.c:42112631#, c-format12632msgid ""12633"original commit '%s' contains mergetag '%s' that is discarded; use --edit "12634"instead of --graft"12635msgstr ""1263612637#: builtin/replace.c:46012638#, c-format12639msgid "the original commit '%s' has a gpg signature."12640msgstr ""1264112642#: builtin/replace.c:46112643msgid "the signature will be removed in the replacement commit!"12644msgstr ""1264512646#: builtin/replace.c:47112647#, c-format12648msgid "could not write replacement commit for: '%s'"12649msgstr ""1265012651#: builtin/replace.c:51412652#, c-format12653msgid ""12654"could not convert the following graft(s):\n"12655"%s"12656msgstr ""1265712658#: builtin/replace.c:53512659msgid "list replace refs"12660msgstr ""1266112662#: builtin/replace.c:53612663msgid "delete replace refs"12664msgstr ""1266512666#: builtin/replace.c:53712667msgid "edit existing object"12668msgstr ""1266912670#: builtin/replace.c:53812671msgid "change a commit's parents"12672msgstr ""1267312674#: builtin/replace.c:53912675msgid "convert existing graft file"12676msgstr ""1267712678#: builtin/replace.c:54012679msgid "replace the ref if it exists"12680msgstr ""1268112682#: builtin/replace.c:54212683msgid "do not pretty-print contents for --edit"12684msgstr ""1268512686#: builtin/replace.c:54312687msgid "use this format"12688msgstr ""1268912690#: builtin/rerere.c:1312691msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"12692msgstr ""1269312694#: builtin/rerere.c:5912695msgid "register clean resolutions in index"12696msgstr ""1269712698#: builtin/reset.c:2912699msgid ""12700"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"12701msgstr ""1270212703#: builtin/reset.c:3012704msgid "git reset [-q] [<tree-ish>] [--] <paths>..."12705msgstr ""1270612707#: builtin/reset.c:3112708msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"12709msgstr ""1271012711#: builtin/reset.c:3712712msgid "mixed"12713msgstr ""1271412715#: builtin/reset.c:3712716msgid "soft"12717msgstr ""1271812719#: builtin/reset.c:3712720msgid "hard"12721msgstr ""1272212723#: builtin/reset.c:3712724msgid "merge"12725msgstr ""1272612727#: builtin/reset.c:3712728msgid "keep"12729msgstr ""1273012731#: builtin/reset.c:7812732msgid "You do not have a valid HEAD."12733msgstr ""1273412735#: builtin/reset.c:8012736msgid "Failed to find tree of HEAD."12737msgstr ""1273812739#: builtin/reset.c:8612740#, c-format12741msgid "Failed to find tree of %s."12742msgstr ""1274312744#: builtin/reset.c:11112745#, c-format12746msgid "HEAD is now at %s"12747msgstr ""1274812749#: builtin/reset.c:18912750#, c-format12751msgid "Cannot do a %s reset in the middle of a merge."12752msgstr ""1275312754#: builtin/reset.c:28912755msgid "be quiet, only report errors"12756msgstr ""1275712758#: builtin/reset.c:29112759msgid "reset HEAD and index"12760msgstr ""1276112762#: builtin/reset.c:29212763msgid "reset only HEAD"12764msgstr ""1276512766#: builtin/reset.c:294 builtin/reset.c:29612767msgid "reset HEAD, index and working tree"12768msgstr ""1276912770#: builtin/reset.c:29812771msgid "reset HEAD but keep local changes"12772msgstr ""1277312774#: builtin/reset.c:30412775msgid "record only the fact that removed paths will be added later"12776msgstr ""1277712778#: builtin/reset.c:32112779#, c-format12780msgid "Failed to resolve '%s' as a valid revision."12781msgstr ""1278212783#: builtin/reset.c:32912784#, c-format12785msgid "Failed to resolve '%s' as a valid tree."12786msgstr ""1278712788#: builtin/reset.c:33812789msgid "--patch is incompatible with --{hard,mixed,soft}"12790msgstr ""1279112792#: builtin/reset.c:34712793msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."12794msgstr ""1279512796#: builtin/reset.c:34912797#, c-format12798msgid "Cannot do %s reset with paths."12799msgstr ""1280012801#: builtin/reset.c:35912802#, c-format12803msgid "%s reset is not allowed in a bare repository"12804msgstr ""1280512806#: builtin/reset.c:36312807msgid "-N can only be used with --mixed"12808msgstr ""1280912810#: builtin/reset.c:38012811msgid "Unstaged changes after reset:"12812msgstr ""1281312814#: builtin/reset.c:38612815#, c-format12816msgid "Could not reset index file to revision '%s'."12817msgstr ""1281812819#: builtin/reset.c:39012820msgid "Could not write new index file."12821msgstr ""1282212823#: builtin/rev-list.c:39712824msgid "cannot combine --exclude-promisor-objects and --missing"12825msgstr ""1282612827#: builtin/rev-list.c:45512828msgid "object filtering requires --objects"12829msgstr ""1283012831#: builtin/rev-list.c:45812832#, c-format12833msgid "invalid sparse value '%s'"12834msgstr ""1283512836#: builtin/rev-list.c:49912837msgid "rev-list does not support display of notes"12838msgstr ""1283912840#: builtin/rev-list.c:50212841msgid "cannot combine --use-bitmap-index with object filtering"12842msgstr ""1284312844#: builtin/rev-parse.c:40612845msgid "git rev-parse --parseopt [<options>] -- [<args>...]"12846msgstr ""1284712848#: builtin/rev-parse.c:41112849msgid "keep the `--` passed as an arg"12850msgstr ""1285112852#: builtin/rev-parse.c:41312853msgid "stop parsing after the first non-option argument"12854msgstr ""1285512856#: builtin/rev-parse.c:41612857msgid "output in stuck long form"12858msgstr ""1285912860#: builtin/rev-parse.c:54912861msgid ""12862"git rev-parse --parseopt [<options>] -- [<args>...]\n"12863" or: git rev-parse --sq-quote [<arg>...]\n"12864" or: git rev-parse [<options>] [<arg>...]\n"12865"\n"12866"Run \"git rev-parse --parseopt -h\" for more information on the first usage."12867msgstr ""1286812869#: builtin/revert.c:2312870msgid "git revert [<options>] <commit-ish>..."12871msgstr ""1287212873#: builtin/revert.c:2412874msgid "git revert <subcommand>"12875msgstr ""1287612877#: builtin/revert.c:2912878msgid "git cherry-pick [<options>] <commit-ish>..."12879msgstr ""1288012881#: builtin/revert.c:3012882msgid "git cherry-pick <subcommand>"12883msgstr ""1288412885#: builtin/revert.c:9012886#, c-format12887msgid "%s: %s cannot be used with %s"12888msgstr ""1288912890#: builtin/revert.c:9912891msgid "end revert or cherry-pick sequence"12892msgstr ""1289312894#: builtin/revert.c:10012895msgid "resume revert or cherry-pick sequence"12896msgstr ""1289712898#: builtin/revert.c:10112899msgid "cancel revert or cherry-pick sequence"12900msgstr ""1290112902#: builtin/revert.c:10212903msgid "don't automatically commit"12904msgstr ""1290512906#: builtin/revert.c:10312907msgid "edit the commit message"12908msgstr ""1290912910#: builtin/revert.c:10612911msgid "parent-number"12912msgstr ""1291312914#: builtin/revert.c:10712915msgid "select mainline parent"12916msgstr ""1291712918#: builtin/revert.c:10912919msgid "merge strategy"12920msgstr ""1292112922#: builtin/revert.c:11012923msgid "option"12924msgstr ""1292512926#: builtin/revert.c:11112927msgid "option for merge strategy"12928msgstr ""1292912930#: builtin/revert.c:12012931msgid "append commit name"12932msgstr ""1293312934#: builtin/revert.c:12212935msgid "preserve initially empty commits"12936msgstr ""1293712938#: builtin/revert.c:12412939msgid "keep redundant, empty commits"12940msgstr ""1294112942#: builtin/revert.c:21412943msgid "revert failed"12944msgstr ""1294512946#: builtin/revert.c:22712947msgid "cherry-pick failed"12948msgstr ""1294912950#: builtin/rm.c:1812951msgid "git rm [<options>] [--] <file>..."12952msgstr ""1295312954#: builtin/rm.c:20612955msgid ""12956"the following file has staged content different from both the\n"12957"file and the HEAD:"12958msgid_plural ""12959"the following files have staged content different from both the\n"12960"file and the HEAD:"12961msgstr[0] ""12962msgstr[1] ""1296312964#: builtin/rm.c:21112965msgid ""12966"\n"12967"(use -f to force removal)"12968msgstr ""1296912970#: builtin/rm.c:21512971msgid "the following file has changes staged in the index:"12972msgid_plural "the following files have changes staged in the index:"12973msgstr[0] ""12974msgstr[1] ""1297512976#: builtin/rm.c:219 builtin/rm.c:22812977msgid ""12978"\n"12979"(use --cached to keep the file, or -f to force removal)"12980msgstr ""1298112982#: builtin/rm.c:22512983msgid "the following file has local modifications:"12984msgid_plural "the following files have local modifications:"12985msgstr[0] ""12986msgstr[1] ""1298712988#: builtin/rm.c:24112989msgid "do not list removed files"12990msgstr ""1299112992#: builtin/rm.c:24212993msgid "only remove from the index"12994msgstr ""1299512996#: builtin/rm.c:24312997msgid "override the up-to-date check"12998msgstr ""1299913000#: builtin/rm.c:24413001msgid "allow recursive removal"13002msgstr ""1300313004#: builtin/rm.c:24613005msgid "exit with a zero status even if nothing matched"13006msgstr ""1300713008#: builtin/rm.c:30613009#, c-format13010msgid "not removing '%s' recursively without -r"13011msgstr ""1301213013#: builtin/rm.c:34513014#, c-format13015msgid "git rm: unable to remove %s"13016msgstr ""1301713018#: builtin/rm.c:36813019#, c-format13020msgid "could not remove '%s'"13021msgstr ""1302213023#: builtin/send-pack.c:2013024msgid ""13025"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"13026"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "13027"[<ref>...]\n"13028" --all and explicit <ref> specification are mutually exclusive."13029msgstr ""1303013031#: builtin/send-pack.c:16313032msgid "remote name"13033msgstr ""1303413035#: builtin/send-pack.c:17713036msgid "use stateless RPC protocol"13037msgstr ""1303813039#: builtin/send-pack.c:17813040msgid "read refs from stdin"13041msgstr ""1304213043#: builtin/send-pack.c:17913044msgid "print status from remote helper"13045msgstr ""1304613047#: builtin/serve.c:713048msgid "git serve [<options>]"13049msgstr ""1305013051#: builtin/serve.c:17 builtin/upload-pack.c:2313052msgid "quit after a single request/response exchange"13053msgstr ""1305413055#: builtin/serve.c:1913056msgid "exit immediately after advertising capabilities"13057msgstr ""1305813059#: builtin/shortlog.c:1413060msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"13061msgstr ""1306213063#: builtin/shortlog.c:1513064msgid "git log --pretty=short | git shortlog [<options>]"13065msgstr ""1306613067#: builtin/shortlog.c:26413068msgid "Group by committer rather than author"13069msgstr ""1307013071#: builtin/shortlog.c:26613072msgid "sort output according to the number of commits per author"13073msgstr ""1307413075#: builtin/shortlog.c:26813076msgid "Suppress commit descriptions, only provides commit count"13077msgstr ""1307813079#: builtin/shortlog.c:27013080msgid "Show the email address of each author"13081msgstr ""1308213083#: builtin/shortlog.c:27113084msgid "w[,i1[,i2]]"13085msgstr ""1308613087#: builtin/shortlog.c:27213088msgid "Linewrap output"13089msgstr ""1309013091#: builtin/shortlog.c:29813092msgid "too many arguments given outside repository"13093msgstr ""1309413095#: builtin/show-branch.c:1213096msgid ""13097"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"13098"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"13099"\t\t[--more=<n> | --list | --independent | --merge-base]\n"13100"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"13101msgstr ""1310213103#: builtin/show-branch.c:1613104msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"13105msgstr ""1310613107#: builtin/show-branch.c:37613108#, c-format13109msgid "ignoring %s; cannot handle more than %d ref"13110msgid_plural "ignoring %s; cannot handle more than %d refs"13111msgstr[0] ""13112msgstr[1] ""1311313114#: builtin/show-branch.c:53013115#, c-format13116msgid "no matching refs with %s"13117msgstr ""1311813119#: builtin/show-branch.c:62613120msgid "show remote-tracking and local branches"13121msgstr ""1312213123#: builtin/show-branch.c:62813124msgid "show remote-tracking branches"13125msgstr ""1312613127#: builtin/show-branch.c:63013128msgid "color '*!+-' corresponding to the branch"13129msgstr ""1313013131#: builtin/show-branch.c:63213132msgid "show <n> more commits after the common ancestor"13133msgstr ""1313413135#: builtin/show-branch.c:63413136msgid "synonym to more=-1"13137msgstr ""1313813139#: builtin/show-branch.c:63513140msgid "suppress naming strings"13141msgstr ""1314213143#: builtin/show-branch.c:63713144msgid "include the current branch"13145msgstr ""1314613147#: builtin/show-branch.c:63913148msgid "name commits with their object names"13149msgstr ""1315013151#: builtin/show-branch.c:64113152msgid "show possible merge bases"13153msgstr ""1315413155#: builtin/show-branch.c:64313156msgid "show refs unreachable from any other ref"13157msgstr ""1315813159#: builtin/show-branch.c:64513160msgid "show commits in topological order"13161msgstr ""1316213163#: builtin/show-branch.c:64813164msgid "show only commits not on the first branch"13165msgstr ""1316613167#: builtin/show-branch.c:65013168msgid "show merges reachable from only one tip"13169msgstr ""1317013171#: builtin/show-branch.c:65213172msgid "topologically sort, maintaining date order where possible"13173msgstr ""1317413175#: builtin/show-branch.c:65513176msgid "<n>[,<base>]"13177msgstr ""1317813179#: builtin/show-branch.c:65613180msgid "show <n> most recent ref-log entries starting at base"13181msgstr ""1318213183#: builtin/show-branch.c:69013184msgid ""13185"--reflog is incompatible with --all, --remotes, --independent or --merge-base"13186msgstr ""1318713188#: builtin/show-branch.c:71413189msgid "no branches given, and HEAD is not valid"13190msgstr ""1319113192#: builtin/show-branch.c:71713193msgid "--reflog option needs one branch name"13194msgstr ""1319513196#: builtin/show-branch.c:72013197#, c-format13198msgid "only %d entry can be shown at one time."13199msgid_plural "only %d entries can be shown at one time."13200msgstr[0] ""13201msgstr[1] ""1320213203#: builtin/show-branch.c:72413204#, c-format13205msgid "no such ref %s"13206msgstr ""1320713208#: builtin/show-branch.c:80813209#, c-format13210msgid "cannot handle more than %d rev."13211msgid_plural "cannot handle more than %d revs."13212msgstr[0] ""13213msgstr[1] ""1321413215#: builtin/show-branch.c:81213216#, c-format13217msgid "'%s' is not a valid ref."13218msgstr ""1321913220#: builtin/show-branch.c:81513221#, c-format13222msgid "cannot find commit %s (%s)"13223msgstr ""1322413225#: builtin/show-ref.c:1013226msgid ""13227"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"13228"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"13229msgstr ""1323013231#: builtin/show-ref.c:1113232msgid "git show-ref --exclude-existing[=<pattern>]"13233msgstr ""1323413235#: builtin/show-ref.c:15913236msgid "only show tags (can be combined with heads)"13237msgstr ""1323813239#: builtin/show-ref.c:16013240msgid "only show heads (can be combined with tags)"13241msgstr ""1324213243#: builtin/show-ref.c:16113244msgid "stricter reference checking, requires exact ref path"13245msgstr ""1324613247#: builtin/show-ref.c:164 builtin/show-ref.c:16613248msgid "show the HEAD reference, even if it would be filtered out"13249msgstr ""1325013251#: builtin/show-ref.c:16813252msgid "dereference tags into object IDs"13253msgstr ""1325413255#: builtin/show-ref.c:17013256msgid "only show SHA1 hash using <n> digits"13257msgstr ""1325813259#: builtin/show-ref.c:17413260msgid "do not print results to stdout (useful with --verify)"13261msgstr ""1326213263#: builtin/show-ref.c:17613264msgid "show refs from stdin that aren't in local repository"13265msgstr ""1326613267#: builtin/stripspace.c:1813268msgid "git stripspace [-s | --strip-comments]"13269msgstr ""1327013271#: builtin/stripspace.c:1913272msgid "git stripspace [-c | --comment-lines]"13273msgstr ""1327413275#: builtin/stripspace.c:3613276msgid "skip and remove all lines starting with comment character"13277msgstr ""1327813279#: builtin/stripspace.c:3913280msgid "prepend comment character and space to each line"13281msgstr ""1328213283#: builtin/submodule--helper.c:37 builtin/submodule--helper.c:168813284#, c-format13285msgid "No such ref: %s"13286msgstr ""1328713288#: builtin/submodule--helper.c:44 builtin/submodule--helper.c:169713289#, c-format13290msgid "Expecting a full ref name, got %s"13291msgstr ""1329213293#: builtin/submodule--helper.c:6113294msgid "submodule--helper print-default-remote takes no arguments"13295msgstr ""1329613297#: builtin/submodule--helper.c:9813298#, c-format13299msgid "cannot strip one component off url '%s'"13300msgstr ""1330113302#: builtin/submodule--helper.c:406 builtin/submodule--helper.c:121113303msgid "alternative anchor for relative paths"13304msgstr ""1330513306#: builtin/submodule--helper.c:41113307msgid "git submodule--helper list [--prefix=<path>] [<path>...]"13308msgstr ""1330913310#: builtin/submodule--helper.c:462 builtin/submodule--helper.c:48513311#, c-format13312msgid "No url found for submodule path '%s' in .gitmodules"13313msgstr ""1331413315#: builtin/submodule--helper.c:50013316#, c-format13317msgid ""13318"could not lookup configuration '%s'. Assuming this repository is its own "13319"authoritative upstream."13320msgstr ""1332113322#: builtin/submodule--helper.c:51113323#, c-format13324msgid "Failed to register url for submodule path '%s'"13325msgstr ""1332613327#: builtin/submodule--helper.c:51513328#, c-format13329msgid "Submodule '%s' (%s) registered for path '%s'\n"13330msgstr ""1333113332#: builtin/submodule--helper.c:52513333#, c-format13334msgid "warning: command update mode suggested for submodule '%s'\n"13335msgstr ""1333613337#: builtin/submodule--helper.c:53213338#, c-format13339msgid "Failed to register update mode for submodule path '%s'"13340msgstr ""1334113342#: builtin/submodule--helper.c:55413343msgid "Suppress output for initializing a submodule"13344msgstr ""1334513346#: builtin/submodule--helper.c:55913347msgid "git submodule--helper init [<path>]"13348msgstr ""1334913350#: builtin/submodule--helper.c:631 builtin/submodule--helper.c:75713351#, c-format13352msgid "no submodule mapping found in .gitmodules for path '%s'"13353msgstr ""1335413355#: builtin/submodule--helper.c:67013356#, c-format13357msgid "could not resolve HEAD ref inside the submodule '%s'"13358msgstr ""1335913360#: builtin/submodule--helper.c:697 builtin/submodule--helper.c:86613361#, c-format13362msgid "failed to recurse into submodule '%s'"13363msgstr ""1336413365#: builtin/submodule--helper.c:721 builtin/submodule--helper.c:103113366msgid "Suppress submodule status output"13367msgstr ""1336813369#: builtin/submodule--helper.c:72213370msgid ""13371"Use commit stored in the index instead of the one stored in the submodule "13372"HEAD"13373msgstr ""1337413375#: builtin/submodule--helper.c:72313376msgid "recurse into nested submodules"13377msgstr ""1337813379#: builtin/submodule--helper.c:72813380msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"13381msgstr ""1338213383#: builtin/submodule--helper.c:75213384msgid "git submodule--helper name <path>"13385msgstr ""1338613387#: builtin/submodule--helper.c:81613388#, c-format13389msgid "Synchronizing submodule url for '%s'\n"13390msgstr ""1339113392#: builtin/submodule--helper.c:82213393#, c-format13394msgid "failed to register url for submodule path '%s'"13395msgstr ""1339613397#: builtin/submodule--helper.c:83613398#, c-format13399msgid "failed to get the default remote for submodule '%s'"13400msgstr ""1340113402#: builtin/submodule--helper.c:84713403#, c-format13404msgid "failed to update remote for submodule '%s'"13405msgstr ""1340613407#: builtin/submodule--helper.c:89513408msgid "Suppress output of synchronizing submodule url"13409msgstr ""1341013411#: builtin/submodule--helper.c:89713412msgid "Recurse into nested submodules"13413msgstr ""1341413415#: builtin/submodule--helper.c:90213416msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"13417msgstr ""1341813419#: builtin/submodule--helper.c:95613420#, c-format13421msgid ""13422"Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "13423"really want to remove it including all of its history)"13424msgstr ""1342513426#: builtin/submodule--helper.c:96813427#, c-format13428msgid ""13429"Submodule work tree '%s' contains local modifications; use '-f' to discard "13430"them"13431msgstr ""1343213433#: builtin/submodule--helper.c:97613434#, c-format13435msgid "Cleared directory '%s'\n"13436msgstr ""1343713438#: builtin/submodule--helper.c:97813439#, c-format13440msgid "Could not remove submodule work tree '%s'\n"13441msgstr ""1344213443#: builtin/submodule--helper.c:98713444#, c-format13445msgid "could not create empty submodule directory %s"13446msgstr ""1344713448#: builtin/submodule--helper.c:100313449#, c-format13450msgid "Submodule '%s' (%s) unregistered for path '%s'\n"13451msgstr ""1345213453#: builtin/submodule--helper.c:103213454msgid "Remove submodule working trees even if they contain local changes"13455msgstr ""1345613457#: builtin/submodule--helper.c:103313458msgid "Unregister all submodules"13459msgstr ""1346013461#: builtin/submodule--helper.c:103813462msgid ""13463"git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"13464msgstr ""1346513466#: builtin/submodule--helper.c:105213467msgid "Use '--all' if you really want to deinitialize all submodules"13468msgstr ""1346913470#: builtin/submodule--helper.c:1145 builtin/submodule--helper.c:114813471#, c-format13472msgid "submodule '%s' cannot add alternate: %s"13473msgstr ""1347413475#: builtin/submodule--helper.c:118413476#, c-format13477msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"13478msgstr ""1347913480#: builtin/submodule--helper.c:119113481#, c-format13482msgid "Value '%s' for submodule.alternateLocation is not recognized"13483msgstr ""1348413485#: builtin/submodule--helper.c:121413486msgid "where the new submodule will be cloned to"13487msgstr ""1348813489#: builtin/submodule--helper.c:121713490msgid "name of the new submodule"13491msgstr ""1349213493#: builtin/submodule--helper.c:122013494msgid "url where to clone the submodule from"13495msgstr ""1349613497#: builtin/submodule--helper.c:122813498msgid "depth for shallow clones"13499msgstr ""1350013501#: builtin/submodule--helper.c:1231 builtin/submodule--helper.c:160613502msgid "force cloning progress"13503msgstr ""1350413505#: builtin/submodule--helper.c:123613506msgid ""13507"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "13508"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"13509msgstr ""1351013511#: builtin/submodule--helper.c:126713512#, c-format13513msgid "clone of '%s' into submodule path '%s' failed"13514msgstr ""1351513516#: builtin/submodule--helper.c:128113517#, c-format13518msgid "could not get submodule directory for '%s'"13519msgstr ""1352013521#: builtin/submodule--helper.c:134713522#, c-format13523msgid "Submodule path '%s' not initialized"13524msgstr ""1352513526#: builtin/submodule--helper.c:135113527msgid "Maybe you want to use 'update --init'?"13528msgstr ""1352913530#: builtin/submodule--helper.c:138013531#, c-format13532msgid "Skipping unmerged submodule %s"13533msgstr ""1353413535#: builtin/submodule--helper.c:140913536#, c-format13537msgid "Skipping submodule '%s'"13538msgstr ""1353913540#: builtin/submodule--helper.c:154413541#, c-format13542msgid "Failed to clone '%s'. Retry scheduled"13543msgstr ""1354413545#: builtin/submodule--helper.c:155513546#, c-format13547msgid "Failed to clone '%s' a second time, aborting"13548msgstr ""1354913550#: builtin/submodule--helper.c:1585 builtin/submodule--helper.c:180813551msgid "path into the working tree"13552msgstr ""1355313554#: builtin/submodule--helper.c:158813555msgid "path into the working tree, across nested submodule boundaries"13556msgstr ""1355713558#: builtin/submodule--helper.c:159213559msgid "rebase, merge, checkout or none"13560msgstr ""1356113562#: builtin/submodule--helper.c:159813563msgid "Create a shallow clone truncated to the specified number of revisions"13564msgstr ""1356513566#: builtin/submodule--helper.c:160113567msgid "parallel jobs"13568msgstr ""1356913570#: builtin/submodule--helper.c:160313571msgid "whether the initial clone should follow the shallow recommendation"13572msgstr ""1357313574#: builtin/submodule--helper.c:160413575msgid "don't print cloning progress"13576msgstr ""1357713578#: builtin/submodule--helper.c:161113579msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"13580msgstr ""1358113582#: builtin/submodule--helper.c:162413583msgid "bad value for update parameter"13584msgstr ""1358513586#: builtin/submodule--helper.c:169213587#, c-format13588msgid ""13589"Submodule (%s) branch configured to inherit branch from superproject, but "13590"the superproject is not on any branch"13591msgstr ""1359213593#: builtin/submodule--helper.c:180913594msgid "recurse into submodules"13595msgstr ""1359613597#: builtin/submodule--helper.c:181513598msgid "git submodule--helper embed-git-dir [<path>...]"13599msgstr ""1360013601#: builtin/submodule--helper.c:190113602#, c-format13603msgid "%s doesn't support --super-prefix"13604msgstr ""1360513606#: builtin/submodule--helper.c:190713607#, c-format13608msgid "'%s' is not a valid submodule--helper subcommand"13609msgstr ""1361013611#: builtin/symbolic-ref.c:813612msgid "git symbolic-ref [<options>] <name> [<ref>]"13613msgstr ""1361413615#: builtin/symbolic-ref.c:913616msgid "git symbolic-ref -d [-q] <name>"13617msgstr ""1361813619#: builtin/symbolic-ref.c:4013620msgid "suppress error message for non-symbolic (detached) refs"13621msgstr ""1362213623#: builtin/symbolic-ref.c:4113624msgid "delete symbolic ref"13625msgstr ""1362613627#: builtin/symbolic-ref.c:4213628msgid "shorten ref output"13629msgstr ""1363013631#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36213632msgid "reason"13633msgstr ""1363413635#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36213636msgid "reason of the update"13637msgstr ""1363813639#: builtin/tag.c:2413640msgid ""13641"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "13642"[<head>]"13643msgstr ""1364413645#: builtin/tag.c:2513646msgid "git tag -d <tagname>..."13647msgstr ""1364813649#: builtin/tag.c:2613650msgid ""13651"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"13652"points-at <object>]\n"13653"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"13654msgstr ""1365513656#: builtin/tag.c:2813657msgid "git tag -v [--format=<format>] <tagname>..."13658msgstr ""1365913660#: builtin/tag.c:8613661#, c-format13662msgid "tag '%s' not found."13663msgstr ""1366413665#: builtin/tag.c:10213666#, c-format13667msgid "Deleted tag '%s' (was %s)\n"13668msgstr ""1366913670#: builtin/tag.c:13213671#, c-format13672msgid ""13673"\n"13674"Write a message for tag:\n"13675" %s\n"13676"Lines starting with '%c' will be ignored.\n"13677msgstr ""1367813679#: builtin/tag.c:13613680#, c-format13681msgid ""13682"\n"13683"Write a message for tag:\n"13684" %s\n"13685"Lines starting with '%c' will be kept; you may remove them yourself if you "13686"want to.\n"13687msgstr ""1368813689#: builtin/tag.c:19013690msgid "unable to sign the tag"13691msgstr ""1369213693#: builtin/tag.c:19213694msgid "unable to write tag file"13695msgstr ""1369613697#: builtin/tag.c:21713698msgid "bad object type."13699msgstr ""1370013701#: builtin/tag.c:26613702msgid "no tag message?"13703msgstr ""1370413705#: builtin/tag.c:27313706#, c-format13707msgid "The tag message has been left in %s\n"13708msgstr ""1370913710#: builtin/tag.c:38213711msgid "list tag names"13712msgstr ""1371313714#: builtin/tag.c:38413715msgid "print <n> lines of each tag message"13716msgstr ""1371713718#: builtin/tag.c:38613719msgid "delete tags"13720msgstr ""1372113722#: builtin/tag.c:38713723msgid "verify tags"13724msgstr ""1372513726#: builtin/tag.c:38913727msgid "Tag creation options"13728msgstr ""1372913730#: builtin/tag.c:39113731msgid "annotated tag, needs a message"13732msgstr ""1373313734#: builtin/tag.c:39313735msgid "tag message"13736msgstr ""1373713738#: builtin/tag.c:39513739msgid "force edit of tag message"13740msgstr ""1374113742#: builtin/tag.c:39613743msgid "annotated and GPG-signed tag"13744msgstr ""1374513746#: builtin/tag.c:40013747msgid "use another key to sign the tag"13748msgstr ""1374913750#: builtin/tag.c:40113751msgid "replace the tag if exists"13752msgstr ""1375313754#: builtin/tag.c:402 builtin/update-ref.c:36813755msgid "create a reflog"13756msgstr ""1375713758#: builtin/tag.c:40413759msgid "Tag listing options"13760msgstr ""1376113762#: builtin/tag.c:40513763msgid "show tag list in columns"13764msgstr ""1376513766#: builtin/tag.c:406 builtin/tag.c:40813767msgid "print only tags that contain the commit"13768msgstr ""1376913770#: builtin/tag.c:407 builtin/tag.c:40913771msgid "print only tags that don't contain the commit"13772msgstr ""1377313774#: builtin/tag.c:41013775msgid "print only tags that are merged"13776msgstr ""1377713778#: builtin/tag.c:41113779msgid "print only tags that are not merged"13780msgstr ""1378113782#: builtin/tag.c:41613783msgid "print only tags of the object"13784msgstr ""1378513786#: builtin/tag.c:46013787msgid "--column and -n are incompatible"13788msgstr ""1378913790#: builtin/tag.c:48213791msgid "-n option is only allowed in list mode"13792msgstr ""1379313794#: builtin/tag.c:48413795msgid "--contains option is only allowed in list mode"13796msgstr ""1379713798#: builtin/tag.c:48613799msgid "--no-contains option is only allowed in list mode"13800msgstr ""1380113802#: builtin/tag.c:48813803msgid "--points-at option is only allowed in list mode"13804msgstr ""1380513806#: builtin/tag.c:49013807msgid "--merged and --no-merged options are only allowed in list mode"13808msgstr ""1380913810#: builtin/tag.c:50113811msgid "only one -F or -m option is allowed."13812msgstr ""1381313814#: builtin/tag.c:52013815msgid "too many params"13816msgstr ""1381713818#: builtin/tag.c:52613819#, c-format13820msgid "'%s' is not a valid tag name."13821msgstr ""1382213823#: builtin/tag.c:53113824#, c-format13825msgid "tag '%s' already exists"13826msgstr ""1382713828#: builtin/tag.c:56213829#, c-format13830msgid "Updated tag '%s' (was %s)\n"13831msgstr ""1383213833#: builtin/unpack-objects.c:49813834msgid "Unpacking objects"13835msgstr ""1383613837#: builtin/update-index.c:8213838#, c-format13839msgid "failed to create directory %s"13840msgstr ""1384113842#: builtin/update-index.c:8813843#, c-format13844msgid "failed to stat %s"13845msgstr ""1384613847#: builtin/update-index.c:9813848#, c-format13849msgid "failed to create file %s"13850msgstr ""1385113852#: builtin/update-index.c:10613853#, c-format13854msgid "failed to delete file %s"13855msgstr ""1385613857#: builtin/update-index.c:113 builtin/update-index.c:21913858#, c-format13859msgid "failed to delete directory %s"13860msgstr ""1386113862#: builtin/update-index.c:13813863#, c-format13864msgid "Testing mtime in '%s' "13865msgstr ""1386613867#: builtin/update-index.c:15213868msgid "directory stat info does not change after adding a new file"13869msgstr ""1387013871#: builtin/update-index.c:16513872msgid "directory stat info does not change after adding a new directory"13873msgstr ""1387413875#: builtin/update-index.c:17813876msgid "directory stat info changes after updating a file"13877msgstr ""1387813879#: builtin/update-index.c:18913880msgid "directory stat info changes after adding a file inside subdirectory"13881msgstr ""1388213883#: builtin/update-index.c:20013884msgid "directory stat info does not change after deleting a file"13885msgstr ""1388613887#: builtin/update-index.c:21313888msgid "directory stat info does not change after deleting a directory"13889msgstr ""1389013891#: builtin/update-index.c:22013892msgid " OK"13893msgstr ""1389413895#: builtin/update-index.c:58913896msgid "git update-index [<options>] [--] [<file>...]"13897msgstr ""1389813899#: builtin/update-index.c:94613900msgid "continue refresh even when index needs update"13901msgstr ""1390213903#: builtin/update-index.c:94913904msgid "refresh: ignore submodules"13905msgstr ""1390613907#: builtin/update-index.c:95213908msgid "do not ignore new files"13909msgstr ""1391013911#: builtin/update-index.c:95413912msgid "let files replace directories and vice-versa"13913msgstr ""1391413915#: builtin/update-index.c:95613916msgid "notice files missing from worktree"13917msgstr ""1391813919#: builtin/update-index.c:95813920msgid "refresh even if index contains unmerged entries"13921msgstr ""1392213923#: builtin/update-index.c:96113924msgid "refresh stat information"13925msgstr ""1392613927#: builtin/update-index.c:96513928msgid "like --refresh, but ignore assume-unchanged setting"13929msgstr ""1393013931#: builtin/update-index.c:96913932msgid "<mode>,<object>,<path>"13933msgstr ""1393413935#: builtin/update-index.c:97013936msgid "add the specified entry to the index"13937msgstr ""1393813939#: builtin/update-index.c:97913940msgid "mark files as \"not changing\""13941msgstr ""1394213943#: builtin/update-index.c:98213944msgid "clear assumed-unchanged bit"13945msgstr ""1394613947#: builtin/update-index.c:98513948msgid "mark files as \"index-only\""13949msgstr ""1395013951#: builtin/update-index.c:98813952msgid "clear skip-worktree bit"13953msgstr ""1395413955#: builtin/update-index.c:99113956msgid "add to index only; do not add content to object database"13957msgstr ""1395813959#: builtin/update-index.c:99313960msgid "remove named paths even if present in worktree"13961msgstr ""1396213963#: builtin/update-index.c:99513964msgid "with --stdin: input lines are terminated by null bytes"13965msgstr ""1396613967#: builtin/update-index.c:99713968msgid "read list of paths to be updated from standard input"13969msgstr ""1397013971#: builtin/update-index.c:100113972msgid "add entries from standard input to the index"13973msgstr ""1397413975#: builtin/update-index.c:100513976msgid "repopulate stages #2 and #3 for the listed paths"13977msgstr ""1397813979#: builtin/update-index.c:100913980msgid "only update entries that differ from HEAD"13981msgstr ""1398213983#: builtin/update-index.c:101313984msgid "ignore files missing from worktree"13985msgstr ""1398613987#: builtin/update-index.c:101613988msgid "report actions to standard output"13989msgstr ""1399013991#: builtin/update-index.c:101813992msgid "(for porcelains) forget saved unresolved conflicts"13993msgstr ""1399413995#: builtin/update-index.c:102213996msgid "write index in this format"13997msgstr ""1399813999#: builtin/update-index.c:102414000msgid "enable or disable split index"14001msgstr ""1400214003#: builtin/update-index.c:102614004msgid "enable/disable untracked cache"14005msgstr ""1400614007#: builtin/update-index.c:102814008msgid "test if the filesystem supports untracked cache"14009msgstr ""1401014011#: builtin/update-index.c:103014012msgid "enable untracked cache without testing the filesystem"14013msgstr ""1401414015#: builtin/update-index.c:103214016msgid "write out the index even if is not flagged as changed"14017msgstr ""1401814019#: builtin/update-index.c:103414020msgid "enable or disable file system monitor"14021msgstr ""1402214023#: builtin/update-index.c:103614024msgid "mark files as fsmonitor valid"14025msgstr ""1402614027#: builtin/update-index.c:103914028msgid "clear fsmonitor valid bit"14029msgstr ""1403014031#: builtin/update-index.c:113814032msgid ""14033"core.splitIndex is set to false; remove or change it, if you really want to "14034"enable split index"14035msgstr ""1403614037#: builtin/update-index.c:114714038msgid ""14039"core.splitIndex is set to true; remove or change it, if you really want to "14040"disable split index"14041msgstr ""1404214043#: builtin/update-index.c:115814044msgid ""14045"core.untrackedCache is set to true; remove or change it, if you really want "14046"to disable the untracked cache"14047msgstr ""1404814049#: builtin/update-index.c:116214050msgid "Untracked cache disabled"14051msgstr ""1405214053#: builtin/update-index.c:117014054msgid ""14055"core.untrackedCache is set to false; remove or change it, if you really want "14056"to enable the untracked cache"14057msgstr ""1405814059#: builtin/update-index.c:117414060#, c-format14061msgid "Untracked cache enabled for '%s'"14062msgstr ""1406314064#: builtin/update-index.c:118214065msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"14066msgstr ""1406714068#: builtin/update-index.c:118614069msgid "fsmonitor enabled"14070msgstr ""1407114072#: builtin/update-index.c:118914073msgid ""14074"core.fsmonitor is set; remove it if you really want to disable fsmonitor"14075msgstr ""1407614077#: builtin/update-index.c:119314078msgid "fsmonitor disabled"14079msgstr ""1408014081#: builtin/update-ref.c:1014082msgid "git update-ref [<options>] -d <refname> [<old-val>]"14083msgstr ""1408414085#: builtin/update-ref.c:1114086msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"14087msgstr ""1408814089#: builtin/update-ref.c:1214090msgid "git update-ref [<options>] --stdin [-z]"14091msgstr ""1409214093#: builtin/update-ref.c:36314094msgid "delete the reference"14095msgstr ""1409614097#: builtin/update-ref.c:36514098msgid "update <refname> not the one it points to"14099msgstr ""1410014101#: builtin/update-ref.c:36614102msgid "stdin has NUL-terminated arguments"14103msgstr ""1410414105#: builtin/update-ref.c:36714106msgid "read updates from stdin"14107msgstr ""1410814109#: builtin/update-server-info.c:714110msgid "git update-server-info [--force]"14111msgstr ""1411214113#: builtin/update-server-info.c:1514114msgid "update the info files from scratch"14115msgstr ""1411614117#: builtin/upload-pack.c:1114118msgid "git upload-pack [<options>] <dir>"14119msgstr ""1412014121#: builtin/upload-pack.c:2514122msgid "exit immediately after initial ref advertisement"14123msgstr ""1412414125#: builtin/upload-pack.c:2714126msgid "do not try <directory>/.git/ if <directory> is no Git directory"14127msgstr ""1412814129#: builtin/upload-pack.c:2914130msgid "interrupt transfer after <n> seconds of inactivity"14131msgstr ""1413214133#: builtin/verify-commit.c:1814134msgid "git verify-commit [-v | --verbose] <commit>..."14135msgstr ""1413614137#: builtin/verify-commit.c:7314138msgid "print commit contents"14139msgstr ""1414014141#: builtin/verify-commit.c:74 builtin/verify-tag.c:3814142msgid "print raw gpg status output"14143msgstr ""1414414145#: builtin/verify-pack.c:5514146msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."14147msgstr ""1414814149#: builtin/verify-pack.c:6514150msgid "verbose"14151msgstr ""1415214153#: builtin/verify-pack.c:6714154msgid "show statistics only"14155msgstr ""1415614157#: builtin/verify-tag.c:1914158msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."14159msgstr ""1416014161#: builtin/verify-tag.c:3714162msgid "print tag contents"14163msgstr ""1416414165#: builtin/worktree.c:1714166msgid "git worktree add [<options>] <path> [<commit-ish>]"14167msgstr ""1416814169#: builtin/worktree.c:1814170msgid "git worktree list [<options>]"14171msgstr ""1417214173#: builtin/worktree.c:1914174msgid "git worktree lock [<options>] <path>"14175msgstr ""1417614177#: builtin/worktree.c:2014178msgid "git worktree move <worktree> <new-path>"14179msgstr ""1418014181#: builtin/worktree.c:2114182msgid "git worktree prune [<options>]"14183msgstr ""1418414185#: builtin/worktree.c:2214186msgid "git worktree remove [<options>] <worktree>"14187msgstr ""1418814189#: builtin/worktree.c:2314190msgid "git worktree unlock <path>"14191msgstr ""1419214193#: builtin/worktree.c:5814194#, c-format14195msgid "Removing worktrees/%s: not a valid directory"14196msgstr ""1419714198#: builtin/worktree.c:6414199#, c-format14200msgid "Removing worktrees/%s: gitdir file does not exist"14201msgstr ""1420214203#: builtin/worktree.c:69 builtin/worktree.c:7814204#, c-format14205msgid "Removing worktrees/%s: unable to read gitdir file (%s)"14206msgstr ""1420714208#: builtin/worktree.c:8814209#, c-format14210msgid ""14211"Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "14212"%<PRIuMAX>)"14213msgstr ""1421414215#: builtin/worktree.c:9614216#, c-format14217msgid "Removing worktrees/%s: invalid gitdir file"14218msgstr ""1421914220#: builtin/worktree.c:10514221#, c-format14222msgid "Removing worktrees/%s: gitdir file points to non-existent location"14223msgstr ""1422414225#: builtin/worktree.c:15214226msgid "report pruned working trees"14227msgstr ""1422814229#: builtin/worktree.c:15414230msgid "expire working trees older than <time>"14231msgstr ""1423214233#: builtin/worktree.c:22914234#, c-format14235msgid "'%s' already exists"14236msgstr ""1423714238#: builtin/worktree.c:26014239#, c-format14240msgid "could not create directory of '%s'"14241msgstr ""1424214243#: builtin/worktree.c:373 builtin/worktree.c:37914244#, c-format14245msgid "Preparing worktree (new branch '%s')"14246msgstr ""1424714248#: builtin/worktree.c:37514249#, c-format14250msgid "Preparing worktree (resetting branch '%s'; was at %s)"14251msgstr ""1425214253#: builtin/worktree.c:38414254#, c-format14255msgid "Preparing worktree (checking out '%s')"14256msgstr ""1425714258#: builtin/worktree.c:39014259#, c-format14260msgid "Preparing worktree (detached HEAD %s)"14261msgstr ""1426214263#: builtin/worktree.c:43114264msgid "checkout <branch> even if already checked out in other worktree"14265msgstr ""1426614267#: builtin/worktree.c:43414268msgid "create a new branch"14269msgstr ""1427014271#: builtin/worktree.c:43614272msgid "create or reset a branch"14273msgstr ""1427414275#: builtin/worktree.c:43814276msgid "populate the new working tree"14277msgstr ""1427814279#: builtin/worktree.c:43914280msgid "keep the new working tree locked"14281msgstr ""1428214283#: builtin/worktree.c:44114284msgid "set up tracking mode (see git-branch(1))"14285msgstr ""1428614287#: builtin/worktree.c:44414288msgid "try to match the new branch name with a remote-tracking branch"14289msgstr ""1429014291#: builtin/worktree.c:45214292msgid "-b, -B, and --detach are mutually exclusive"14293msgstr ""1429414295#: builtin/worktree.c:51114296msgid "--[no-]track can only be used if a new branch is created"14297msgstr ""1429814299#: builtin/worktree.c:61114300msgid "reason for locking"14301msgstr ""1430214303#: builtin/worktree.c:623 builtin/worktree.c:656 builtin/worktree.c:71014304#: builtin/worktree.c:85014305#, c-format14306msgid "'%s' is not a working tree"14307msgstr ""1430814309#: builtin/worktree.c:625 builtin/worktree.c:65814310msgid "The main working tree cannot be locked or unlocked"14311msgstr ""1431214313#: builtin/worktree.c:63014314#, c-format14315msgid "'%s' is already locked, reason: %s"14316msgstr ""1431714318#: builtin/worktree.c:63214319#, c-format14320msgid "'%s' is already locked"14321msgstr ""1432214323#: builtin/worktree.c:66014324#, c-format14325msgid "'%s' is not locked"14326msgstr ""1432714328#: builtin/worktree.c:68514329msgid "working trees containing submodules cannot be moved or removed"14330msgstr ""1433114332#: builtin/worktree.c:712 builtin/worktree.c:85214333#, c-format14334msgid "'%s' is a main working tree"14335msgstr ""1433614337#: builtin/worktree.c:71714338#, c-format14339msgid "could not figure out destination name from '%s'"14340msgstr ""1434114342#: builtin/worktree.c:72314343#, c-format14344msgid "target '%s' already exists"14345msgstr ""1434614347#: builtin/worktree.c:73014348#, c-format14349msgid "cannot move a locked working tree, lock reason: %s"14350msgstr ""1435114352#: builtin/worktree.c:73214353msgid "cannot move a locked working tree"14354msgstr ""1435514356#: builtin/worktree.c:73514357#, c-format14358msgid "validation failed, cannot move working tree: %s"14359msgstr ""1436014361#: builtin/worktree.c:74014362#, c-format14363msgid "failed to move '%s' to '%s'"14364msgstr ""1436514366#: builtin/worktree.c:78814367#, c-format14368msgid "failed to run 'git status' on '%s'"14369msgstr ""1437014371#: builtin/worktree.c:79214372#, c-format14373msgid "'%s' is dirty, use --force to delete it"14374msgstr ""1437514376#: builtin/worktree.c:79714377#, c-format14378msgid "failed to run 'git status' on '%s', code %d"14379msgstr ""1438014381#: builtin/worktree.c:808 builtin/worktree.c:82214382#, c-format14383msgid "failed to delete '%s'"14384msgstr ""1438514386#: builtin/worktree.c:83414387msgid "force removing even if the worktree is dirty"14388msgstr ""1438914390#: builtin/worktree.c:85614391#, c-format14392msgid "cannot remove a locked working tree, lock reason: %s"14393msgstr ""1439414395#: builtin/worktree.c:85814396msgid "cannot remove a locked working tree"14397msgstr ""1439814399#: builtin/worktree.c:86114400#, c-format14401msgid "validation failed, cannot remove working tree: %s"14402msgstr ""1440314404#: builtin/write-tree.c:1414405msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"14406msgstr ""1440714408#: builtin/write-tree.c:2714409msgid "<prefix>/"14410msgstr ""1441114412#: builtin/write-tree.c:2814413msgid "write tree object for a subdirectory <prefix>"14414msgstr ""1441514416#: builtin/write-tree.c:3114417msgid "only useful for debugging"14418msgstr ""1441914420#: credential-cache--daemon.c:22214421#, c-format14422msgid ""14423"The permissions on your socket directory are too loose; other\n"14424"users may be able to read your cached credentials. Consider running:\n"14425"\n"14426"\tchmod 0700 %s"14427msgstr ""1442814429#: credential-cache--daemon.c:27114430msgid "print debugging messages to stderr"14431msgstr ""1443214433#: git.c:2714434msgid ""14435"git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"14436" [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"14437" [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"14438"bare]\n"14439" [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"14440" <command> [<args>]"14441msgstr ""1444214443#: git.c:3414444msgid ""14445"'git help -a' and 'git help -g' list available subcommands and some\n"14446"concept guides. See 'git help <command>' or 'git help <concept>'\n"14447"to read about a specific subcommand or concept."14448msgstr ""1444914450#: git.c:17314451#, c-format14452msgid "no directory given for --git-dir\n"14453msgstr ""1445414455#: git.c:18714456#, c-format14457msgid "no namespace given for --namespace\n"14458msgstr ""1445914460#: git.c:20114461#, c-format14462msgid "no directory given for --work-tree\n"14463msgstr ""1446414465#: git.c:21514466#, c-format14467msgid "no prefix given for --super-prefix\n"14468msgstr ""1446914470#: git.c:23714471#, c-format14472msgid "-c expects a configuration string\n"14473msgstr ""1447414475#: git.c:27514476#, c-format14477msgid "no directory given for -C\n"14478msgstr ""1447914480#: git.c:30014481#, c-format14482msgid "unknown option: %s\n"14483msgstr ""1448414485#: git.c:76514486#, c-format14487msgid "expansion of alias '%s' failed; '%s' is not a git command\n"14488msgstr ""1448914490#: git.c:77714491#, c-format14492msgid "failed to run command '%s': %s\n"14493msgstr ""1449414495#: http.c:34814496#, c-format14497msgid "negative value for http.postbuffer; defaulting to %d"14498msgstr ""1449914500#: http.c:36914501msgid "Delegation control is not supported with cURL < 7.22.0"14502msgstr ""1450314504#: http.c:37814505msgid "Public key pinning not supported with cURL < 7.44.0"14506msgstr ""1450714508#: http.c:185414509#, c-format14510msgid ""14511"unable to update url base from redirection:\n"14512" asked for: %s\n"14513" redirect: %s"14514msgstr ""1451514516#: remote-curl.c:40114517#, c-format14518msgid "redirecting to %s"14519msgstr ""1452014521#: list-objects-filter-options.h:5914522msgid "args"14523msgstr ""1452414525#: list-objects-filter-options.h:6014526msgid "object filtering"14527msgstr ""1452814529#: parse-options.h:15714530msgid "expiry-date"14531msgstr ""1453214533#: parse-options.h:17214534msgid "no-op (backward compatibility)"14535msgstr ""1453614537#: parse-options.h:25114538msgid "be more verbose"14539msgstr ""1454014541#: parse-options.h:25314542msgid "be more quiet"14543msgstr ""1454414545#: parse-options.h:25914546msgid "use <n> digits to display SHA-1s"14547msgstr ""1454814549#: command-list.h:5014550msgid "Add file contents to the index"14551msgstr ""1455214553#: command-list.h:5114554msgid "Apply a series of patches from a mailbox"14555msgstr ""1455614557#: command-list.h:5214558msgid "Annotate file lines with commit information"14559msgstr ""1456014561#: command-list.h:5314562msgid "Apply a patch to files and/or to the index"14563msgstr ""1456414565#: command-list.h:5414566msgid "Import an Arch repository into Git"14567msgstr ""1456814569#: command-list.h:5514570msgid "Create an archive of files from a named tree"14571msgstr ""1457214573#: command-list.h:5614574msgid "Use binary search to find the commit that introduced a bug"14575msgstr ""1457614577#: command-list.h:5714578msgid "Show what revision and author last modified each line of a file"14579msgstr ""1458014581#: command-list.h:5814582msgid "List, create, or delete branches"14583msgstr ""1458414585#: command-list.h:5914586msgid "Move objects and refs by archive"14587msgstr ""1458814589#: command-list.h:6014590msgid "Provide content or type and size information for repository objects"14591msgstr ""1459214593#: command-list.h:6114594msgid "Display gitattributes information"14595msgstr ""1459614597#: command-list.h:6214598msgid "Debug gitignore / exclude files"14599msgstr ""1460014601#: command-list.h:6314602msgid "Show canonical names and email addresses of contacts"14603msgstr ""1460414605#: command-list.h:6414606msgid "Switch branches or restore working tree files"14607msgstr ""1460814609#: command-list.h:6514610msgid "Copy files from the index to the working tree"14611msgstr ""1461214613#: command-list.h:6614614msgid "Ensures that a reference name is well formed"14615msgstr ""1461614617#: command-list.h:6714618msgid "Find commits yet to be applied to upstream"14619msgstr ""1462014621#: command-list.h:6814622msgid "Apply the changes introduced by some existing commits"14623msgstr ""1462414625#: command-list.h:6914626msgid "Graphical alternative to git-commit"14627msgstr ""1462814629#: command-list.h:7014630msgid "Remove untracked files from the working tree"14631msgstr ""1463214633#: command-list.h:7114634msgid "Clone a repository into a new directory"14635msgstr ""1463614637#: command-list.h:7214638msgid "Display data in columns"14639msgstr ""1464014641#: command-list.h:7314642msgid "Record changes to the repository"14643msgstr ""1464414645#: command-list.h:7414646msgid "Write and verify Git commit graph files"14647msgstr ""1464814649#: command-list.h:7514650msgid "Create a new commit object"14651msgstr ""1465214653#: command-list.h:7614654msgid "Get and set repository or global options"14655msgstr ""1465614657#: command-list.h:7714658msgid "Count unpacked number of objects and their disk consumption"14659msgstr ""1466014661#: command-list.h:7814662msgid "Retrieve and store user credentials"14663msgstr ""1466414665#: command-list.h:7914666msgid "Helper to temporarily store passwords in memory"14667msgstr ""1466814669#: command-list.h:8014670msgid "Helper to store credentials on disk"14671msgstr ""1467214673#: command-list.h:8114674msgid "Export a single commit to a CVS checkout"14675msgstr ""1467614677#: command-list.h:8214678msgid "Salvage your data out of another SCM people love to hate"14679msgstr ""1468014681#: command-list.h:8314682msgid "A CVS server emulator for Git"14683msgstr ""1468414685#: command-list.h:8414686msgid "A really simple server for Git repositories"14687msgstr ""1468814689#: command-list.h:8514690msgid "Give an object a human readable name based on an available ref"14691msgstr ""1469214693#: command-list.h:8614694msgid "Show changes between commits, commit and working tree, etc"14695msgstr ""1469614697#: command-list.h:8714698msgid "Compares files in the working tree and the index"14699msgstr ""1470014701#: command-list.h:8814702msgid "Compare a tree to the working tree or index"14703msgstr ""1470414705#: command-list.h:8914706msgid "Compares the content and mode of blobs found via two tree objects"14707msgstr ""1470814709#: command-list.h:9014710msgid "Show changes using common diff tools"14711msgstr ""1471214713#: command-list.h:9114714msgid "Git data exporter"14715msgstr ""1471614717#: command-list.h:9214718msgid "Backend for fast Git data importers"14719msgstr ""1472014721#: command-list.h:9314722msgid "Download objects and refs from another repository"14723msgstr ""1472414725#: command-list.h:9414726msgid "Receive missing objects from another repository"14727msgstr ""1472814729#: command-list.h:9514730msgid "Rewrite branches"14731msgstr ""1473214733#: command-list.h:9614734msgid "Produce a merge commit message"14735msgstr ""1473614737#: command-list.h:9714738msgid "Output information on each ref"14739msgstr ""1474014741#: command-list.h:9814742msgid "Prepare patches for e-mail submission"14743msgstr ""1474414745#: command-list.h:9914746msgid "Verifies the connectivity and validity of the objects in the database"14747msgstr ""1474814749#: command-list.h:10014750msgid "Cleanup unnecessary files and optimize the local repository"14751msgstr ""1475214753#: command-list.h:10114754msgid "Extract commit ID from an archive created using git-archive"14755msgstr ""1475614757#: command-list.h:10214758msgid "Print lines matching a pattern"14759msgstr ""1476014761#: command-list.h:10314762msgid "A portable graphical interface to Git"14763msgstr ""1476414765#: command-list.h:10414766msgid "Compute object ID and optionally creates a blob from a file"14767msgstr ""1476814769#: command-list.h:10514770msgid "Display help information about Git"14771msgstr ""1477214773#: command-list.h:10614774msgid "Server side implementation of Git over HTTP"14775msgstr ""1477614777#: command-list.h:10714778msgid "Download from a remote Git repository via HTTP"14779msgstr ""1478014781#: command-list.h:10814782msgid "Push objects over HTTP/DAV to another repository"14783msgstr ""1478414785#: command-list.h:10914786msgid "Send a collection of patches from stdin to an IMAP folder"14787msgstr ""1478814789#: command-list.h:11014790msgid "Build pack index file for an existing packed archive"14791msgstr ""1479214793#: command-list.h:11114794msgid "Create an empty Git repository or reinitialize an existing one"14795msgstr ""1479614797#: command-list.h:11214798msgid "Instantly browse your working repository in gitweb"14799msgstr ""1480014801#: command-list.h:11314802msgid "add or parse structured information in commit messages"14803msgstr ""1480414805#: command-list.h:11414806msgid "The Git repository browser"14807msgstr ""1480814809#: command-list.h:11514810msgid "Show commit logs"14811msgstr ""1481214813#: command-list.h:11614814msgid "Show information about files in the index and the working tree"14815msgstr ""1481614817#: command-list.h:11714818msgid "List references in a remote repository"14819msgstr ""1482014821#: command-list.h:11814822msgid "List the contents of a tree object"14823msgstr ""1482414825#: command-list.h:11914826msgid "Extracts patch and authorship from a single e-mail message"14827msgstr ""1482814829#: command-list.h:12014830msgid "Simple UNIX mbox splitter program"14831msgstr ""1483214833#: command-list.h:12114834msgid "Join two or more development histories together"14835msgstr ""1483614837#: command-list.h:12214838msgid "Find as good common ancestors as possible for a merge"14839msgstr ""1484014841#: command-list.h:12314842msgid "Run a three-way file merge"14843msgstr ""1484414845#: command-list.h:12414846msgid "Run a merge for files needing merging"14847msgstr ""1484814849#: command-list.h:12514850msgid "The standard helper program to use with git-merge-index"14851msgstr ""1485214853#: command-list.h:12614854msgid "Run merge conflict resolution tools to resolve merge conflicts"14855msgstr ""1485614857#: command-list.h:12714858msgid "Show three-way merge without touching index"14859msgstr ""1486014861#: command-list.h:12814862msgid "Creates a tag object"14863msgstr ""1486414865#: command-list.h:12914866msgid "Build a tree-object from ls-tree formatted text"14867msgstr ""1486814869#: command-list.h:13014870msgid "Move or rename a file, a directory, or a symlink"14871msgstr ""1487214873#: command-list.h:13114874msgid "Find symbolic names for given revs"14875msgstr ""1487614877#: command-list.h:13214878msgid "Add or inspect object notes"14879msgstr ""1488014881#: command-list.h:13314882msgid "Import from and submit to Perforce repositories"14883msgstr ""1488414885#: command-list.h:13414886msgid "Create a packed archive of objects"14887msgstr ""1488814889#: command-list.h:13514890msgid "Find redundant pack files"14891msgstr ""1489214893#: command-list.h:13614894msgid "Pack heads and tags for efficient repository access"14895msgstr ""1489614897#: command-list.h:13714898msgid "Routines to help parsing remote repository access parameters"14899msgstr ""1490014901#: command-list.h:13814902msgid "Compute unique ID for a patch"14903msgstr ""1490414905#: command-list.h:13914906msgid "Prune all unreachable objects from the object database"14907msgstr ""1490814909#: command-list.h:14014910msgid "Remove extra objects that are already in pack files"14911msgstr ""1491214913#: command-list.h:14114914msgid "Fetch from and integrate with another repository or a local branch"14915msgstr ""1491614917#: command-list.h:14214918msgid "Update remote refs along with associated objects"14919msgstr ""1492014921#: command-list.h:14314922msgid "Applies a quilt patchset onto the current branch"14923msgstr ""1492414925#: command-list.h:14414926msgid "Reads tree information into the index"14927msgstr ""1492814929#: command-list.h:14514930msgid "Reapply commits on top of another base tip"14931msgstr ""1493214933#: command-list.h:14614934msgid "Receive what is pushed into the repository"14935msgstr ""1493614937#: command-list.h:14714938msgid "Manage reflog information"14939msgstr ""1494014941#: command-list.h:14814942msgid "Manage set of tracked repositories"14943msgstr ""1494414945#: command-list.h:14914946msgid "Pack unpacked objects in a repository"14947msgstr ""1494814949#: command-list.h:15014950msgid "Create, list, delete refs to replace objects"14951msgstr ""1495214953#: command-list.h:15114954msgid "Generates a summary of pending changes"14955msgstr ""1495614957#: command-list.h:15214958msgid "Reuse recorded resolution of conflicted merges"14959msgstr ""1496014961#: command-list.h:15314962msgid "Reset current HEAD to the specified state"14963msgstr ""1496414965#: command-list.h:15414966msgid "Revert some existing commits"14967msgstr ""1496814969#: command-list.h:15514970msgid "Lists commit objects in reverse chronological order"14971msgstr ""1497214973#: command-list.h:15614974msgid "Pick out and massage parameters"14975msgstr ""1497614977#: command-list.h:15714978msgid "Remove files from the working tree and from the index"14979msgstr ""1498014981#: command-list.h:15814982msgid "Send a collection of patches as emails"14983msgstr ""1498414985#: command-list.h:15914986msgid "Push objects over Git protocol to another repository"14987msgstr ""1498814989#: command-list.h:16014990msgid "Restricted login shell for Git-only SSH access"14991msgstr ""1499214993#: command-list.h:16114994msgid "Summarize 'git log' output"14995msgstr ""1499614997#: command-list.h:16214998msgid "Show various types of objects"14999msgstr ""1500015001#: command-list.h:16315002msgid "Show branches and their commits"15003msgstr ""1500415005#: command-list.h:16415006msgid "Show packed archive index"15007msgstr ""1500815009#: command-list.h:16515010msgid "List references in a local repository"15011msgstr ""1501215013#: command-list.h:16615014msgid "Git's i18n setup code for shell scripts"15015msgstr ""1501615017#: command-list.h:16715018msgid "Common Git shell script setup code"15019msgstr ""1502015021#: command-list.h:16815022msgid "Stash the changes in a dirty working directory away"15023msgstr ""1502415025#: command-list.h:16915026msgid "Add file contents to the staging area"15027msgstr ""1502815029#: command-list.h:17015030msgid "Show the working tree status"15031msgstr ""1503215033#: command-list.h:17115034msgid "Remove unnecessary whitespace"15035msgstr ""1503615037#: command-list.h:17215038msgid "Initialize, update or inspect submodules"15039msgstr ""1504015041#: command-list.h:17315042msgid "Bidirectional operation between a Subversion repository and Git"15043msgstr ""1504415045#: command-list.h:17415046msgid "Read, modify and delete symbolic refs"15047msgstr ""1504815049#: command-list.h:17515050msgid "Create, list, delete or verify a tag object signed with GPG"15051msgstr ""1505215053#: command-list.h:17615054msgid "Creates a temporary file with a blob's contents"15055msgstr ""1505615057#: command-list.h:17715058msgid "Unpack objects from a packed archive"15059msgstr ""1506015061#: command-list.h:17815062msgid "Register file contents in the working tree to the index"15063msgstr ""1506415065#: command-list.h:17915066msgid "Update the object name stored in a ref safely"15067msgstr ""1506815069#: command-list.h:18015070msgid "Update auxiliary info file to help dumb servers"15071msgstr ""1507215073#: command-list.h:18115074msgid "Send archive back to git-archive"15075msgstr ""1507615077#: command-list.h:18215078msgid "Send objects packed back to git-fetch-pack"15079msgstr ""1508015081#: command-list.h:18315082msgid "Show a Git logical variable"15083msgstr ""1508415085#: command-list.h:18415086msgid "Check the GPG signature of commits"15087msgstr ""1508815089#: command-list.h:18515090msgid "Validate packed Git archive files"15091msgstr ""1509215093#: command-list.h:18615094msgid "Check the GPG signature of tags"15095msgstr ""1509615097#: command-list.h:18715098msgid "Git web interface (web frontend to Git repositories)"15099msgstr ""1510015101#: command-list.h:18815102msgid "Show logs with difference each commit introduces"15103msgstr ""1510415105#: command-list.h:18915106msgid "Manage multiple working trees"15107msgstr ""1510815109#: command-list.h:19015110msgid "Create a tree object from the current index"15111msgstr ""1511215113#: command-list.h:19115114msgid "Defining attributes per path"15115msgstr ""1511615117#: command-list.h:19215118msgid "Git command-line interface and conventions"15119msgstr ""1512015121#: command-list.h:19315122msgid "A Git core tutorial for developers"15123msgstr ""1512415125#: command-list.h:19415126msgid "Git for CVS users"15127msgstr ""1512815129#: command-list.h:19515130msgid "Tweaking diff output"15131msgstr ""1513215133#: command-list.h:19615134msgid "A useful minimum set of commands for Everyday Git"15135msgstr ""1513615137#: command-list.h:19715138msgid "A Git Glossary"15139msgstr ""1514015141#: command-list.h:19815142msgid "Hooks used by Git"15143msgstr ""1514415145#: command-list.h:19915146msgid "Specifies intentionally untracked files to ignore"15147msgstr ""1514815149#: command-list.h:20015150msgid "Defining submodule properties"15151msgstr ""1515215153#: command-list.h:20115154msgid "Git namespaces"15155msgstr ""1515615157#: command-list.h:20215158msgid "Git Repository Layout"15159msgstr ""1516015161#: command-list.h:20315162msgid "Specifying revisions and ranges for Git"15163msgstr ""1516415165#: command-list.h:20415166msgid "A tutorial introduction to Git: part two"15167msgstr ""1516815169#: command-list.h:20515170msgid "A tutorial introduction to Git"15171msgstr ""1517215173#: command-list.h:20615174msgid "An overview of recommended workflows with Git"15175msgstr ""1517615177#: rerere.h:4015178msgid "update the index with reused conflict resolution if possible"15179msgstr ""1518015181#: git-bisect.sh:5415182msgid "You need to start by \"git bisect start\""15183msgstr ""1518415185#. TRANSLATORS: Make sure to include [Y] and [n] in your15186#. translation. The program will only accept English input15187#. at this point.15188#: git-bisect.sh:6015189msgid "Do you want me to do it for you [Y/n]? "15190msgstr ""1519115192#: git-bisect.sh:12115193#, sh-format15194msgid "unrecognised option: '$arg'"15195msgstr ""1519615197#: git-bisect.sh:12515198#, sh-format15199msgid "'$arg' does not appear to be a valid revision"15200msgstr ""1520115202#: git-bisect.sh:15415203msgid "Bad HEAD - I need a HEAD"15204msgstr ""1520515206#: git-bisect.sh:16715207#, sh-format15208msgid ""15209"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."15210msgstr ""1521115212#: git-bisect.sh:17715213msgid "won't bisect on cg-seek'ed tree"15214msgstr ""1521515216#: git-bisect.sh:18115217msgid "Bad HEAD - strange symbolic ref"15218msgstr ""1521915220#: git-bisect.sh:23315221#, sh-format15222msgid "Bad bisect_write argument: $state"15223msgstr ""1522415225#: git-bisect.sh:24615226#, sh-format15227msgid "Bad rev input: $arg"15228msgstr ""1522915230#: git-bisect.sh:26515231#, sh-format15232msgid "Bad rev input: $bisected_head"15233msgstr ""1523415235#: git-bisect.sh:27415236#, sh-format15237msgid "Bad rev input: $rev"15238msgstr ""1523915240#: git-bisect.sh:28315241#, sh-format15242msgid "'git bisect $TERM_BAD' can take only one argument."15243msgstr ""1524415245#: git-bisect.sh:30615246#, sh-format15247msgid "Warning: bisecting only with a $TERM_BAD commit."15248msgstr ""1524915250#. TRANSLATORS: Make sure to include [Y] and [n] in your15251#. translation. The program will only accept English input15252#. at this point.15253#: git-bisect.sh:31215254msgid "Are you sure [Y/n]? "15255msgstr ""1525615257#: git-bisect.sh:32415258#, sh-format15259msgid ""15260"You need to give me at least one $bad_syn and one $good_syn revision.\n"15261"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"15262msgstr ""1526315264#: git-bisect.sh:32715265#, sh-format15266msgid ""15267"You need to start by \"git bisect start\".\n"15268"You then need to give me at least one $good_syn and one $bad_syn revision.\n"15269"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"15270msgstr ""1527115272#: git-bisect.sh:398 git-bisect.sh:51215273msgid "We are not bisecting."15274msgstr ""1527515276#: git-bisect.sh:40515277#, sh-format15278msgid "'$invalid' is not a valid commit"15279msgstr ""1528015281#: git-bisect.sh:41415282#, sh-format15283msgid ""15284"Could not check out original HEAD '$branch'.\n"15285"Try 'git bisect reset <commit>'."15286msgstr ""1528715288#: git-bisect.sh:42215289msgid "No logfile given"15290msgstr ""1529115292#: git-bisect.sh:42315293#, sh-format15294msgid "cannot read $file for replaying"15295msgstr ""1529615297#: git-bisect.sh:44415298msgid "?? what are you talking about?"15299msgstr ""1530015301#: git-bisect.sh:45315302msgid "bisect run failed: no command provided."15303msgstr ""1530415305#: git-bisect.sh:45815306#, sh-format15307msgid "running $command"15308msgstr ""1530915310#: git-bisect.sh:46515311#, sh-format15312msgid ""15313"bisect run failed:\n"15314"exit code $res from '$command' is < 0 or >= 128"15315msgstr ""1531615317#: git-bisect.sh:49115318msgid "bisect run cannot continue any more"15319msgstr ""1532015321#: git-bisect.sh:49715322#, sh-format15323msgid ""15324"bisect run failed:\n"15325"'bisect_state $state' exited with error code $res"15326msgstr ""1532715328#: git-bisect.sh:50415329msgid "bisect run success"15330msgstr ""1533115332#: git-bisect.sh:53315333#, sh-format15334msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."15335msgstr ""1533615337#: git-bisect.sh:56715338msgid "no terms defined"15339msgstr ""1534015341#: git-bisect.sh:58415342#, sh-format15343msgid ""15344"invalid argument $arg for 'git bisect terms'.\n"15345"Supported options are: --term-good|--term-old and --term-bad|--term-new."15346msgstr ""1534715348#: git-merge-octopus.sh:4615349msgid ""15350"Error: Your local changes to the following files would be overwritten by "15351"merge"15352msgstr ""1535315354#: git-merge-octopus.sh:6115355msgid "Automated merge did not work."15356msgstr ""1535715358#: git-merge-octopus.sh:6215359msgid "Should not be doing an octopus."15360msgstr ""1536115362#: git-merge-octopus.sh:7315363#, sh-format15364msgid "Unable to find common commit with $pretty_name"15365msgstr ""1536615367#: git-merge-octopus.sh:7715368#, sh-format15369msgid "Already up to date with $pretty_name"15370msgstr ""1537115372#: git-merge-octopus.sh:8915373#, sh-format15374msgid "Fast-forwarding to: $pretty_name"15375msgstr ""1537615377#: git-merge-octopus.sh:9715378#, sh-format15379msgid "Trying simple merge with $pretty_name"15380msgstr ""1538115382#: git-merge-octopus.sh:10215383msgid "Simple merge did not work, trying automatic merge."15384msgstr ""1538515386#: git-rebase.sh:6115387msgid ""15388"Resolve all conflicts manually, mark them as resolved with\n"15389"\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"15390"You can instead skip this commit: run \"git rebase --skip\".\n"15391"To abort and get back to the state before \"git rebase\", run \"git rebase --"15392"abort\"."15393msgstr ""1539415395#: git-rebase.sh:173 git-rebase.sh:44215396#, sh-format15397msgid "Could not move back to $head_name"15398msgstr ""1539915400#: git-rebase.sh:18415401msgid "Applied autostash."15402msgstr ""1540315404#: git-rebase.sh:18715405#, sh-format15406msgid "Cannot store $stash_sha1"15407msgstr ""1540815409#: git-rebase.sh:22915410msgid "The pre-rebase hook refused to rebase."15411msgstr ""1541215413#: git-rebase.sh:23415414msgid "It looks like 'git am' is in progress. Cannot rebase."15415msgstr ""1541615417#: git-rebase.sh:40315418msgid "No rebase in progress?"15419msgstr ""1542015421#: git-rebase.sh:41415422msgid "The --edit-todo action can only be used during interactive rebase."15423msgstr ""1542415425#: git-rebase.sh:42115426msgid "Cannot read HEAD"15427msgstr ""1542815429#: git-rebase.sh:42415430msgid ""15431"You must edit all merge conflicts and then\n"15432"mark them as resolved using git add"15433msgstr ""1543415435#: git-rebase.sh:46815436#, sh-format15437msgid ""15438"It seems that there is already a $state_dir_base directory, and\n"15439"I wonder if you are in the middle of another rebase. If that is the\n"15440"case, please try\n"15441"\t$cmd_live_rebase\n"15442"If that is not the case, please\n"15443"\t$cmd_clear_stale_rebase\n"15444"and run me again. I am stopping in case you still have something\n"15445"valuable there."15446msgstr ""1544715448#: git-rebase.sh:50915449msgid "error: cannot combine '--signoff' with '--preserve-merges'"15450msgstr ""1545115452#: git-rebase.sh:53715453#, sh-format15454msgid "invalid upstream '$upstream_name'"15455msgstr ""1545615457#: git-rebase.sh:56115458#, sh-format15459msgid "$onto_name: there are more than one merge bases"15460msgstr ""1546115462#: git-rebase.sh:564 git-rebase.sh:56815463#, sh-format15464msgid "$onto_name: there is no merge base"15465msgstr ""1546615467#: git-rebase.sh:57315468#, sh-format15469msgid "Does not point to a valid commit: $onto_name"15470msgstr ""1547115472#: git-rebase.sh:59915473#, sh-format15474msgid "fatal: no such branch/commit '$branch_name'"15475msgstr ""1547615477#: git-rebase.sh:63215478msgid "Cannot autostash"15479msgstr ""1548015481#: git-rebase.sh:63715482#, sh-format15483msgid "Created autostash: $stash_abbrev"15484msgstr ""1548515486#: git-rebase.sh:64115487msgid "Please commit or stash them."15488msgstr ""1548915490#: git-rebase.sh:66415491#, sh-format15492msgid "HEAD is up to date."15493msgstr ""1549415495#: git-rebase.sh:66615496#, sh-format15497msgid "Current branch $branch_name is up to date."15498msgstr ""1549915500#: git-rebase.sh:67415501#, sh-format15502msgid "HEAD is up to date, rebase forced."15503msgstr ""1550415505#: git-rebase.sh:67615506#, sh-format15507msgid "Current branch $branch_name is up to date, rebase forced."15508msgstr ""1550915510#: git-rebase.sh:68815511#, sh-format15512msgid "Changes from $mb to $onto:"15513msgstr ""1551415515#: git-rebase.sh:69715516msgid "First, rewinding head to replay your work on top of it..."15517msgstr ""1551815519#: git-rebase.sh:70715520#, sh-format15521msgid "Fast-forwarded $branch_name to $onto_name."15522msgstr ""1552315524#: git-stash.sh:6115525msgid "git stash clear with parameters is unimplemented"15526msgstr ""1552715528#: git-stash.sh:10815529msgid "You do not have the initial commit yet"15530msgstr ""1553115532#: git-stash.sh:12315533msgid "Cannot save the current index state"15534msgstr ""1553515536#: git-stash.sh:13815537msgid "Cannot save the untracked files"15538msgstr ""1553915540#: git-stash.sh:158 git-stash.sh:17115541msgid "Cannot save the current worktree state"15542msgstr ""1554315544#: git-stash.sh:17515545msgid "No changes selected"15546msgstr ""1554715548#: git-stash.sh:17815549msgid "Cannot remove temporary index (can't happen)"15550msgstr ""1555115552#: git-stash.sh:19115553msgid "Cannot record working tree state"15554msgstr ""1555515556#: git-stash.sh:22915557#, sh-format15558msgid "Cannot update $ref_stash with $w_commit"15559msgstr ""1556015561#: git-stash.sh:28115562#, sh-format15563msgid "error: unknown option for 'stash push': $option"15564msgstr ""1556515566#: git-stash.sh:29515567msgid "Can't use --patch and --include-untracked or --all at the same time"15568msgstr ""1556915570#: git-stash.sh:30315571msgid "No local changes to save"15572msgstr ""1557315574#: git-stash.sh:30815575msgid "Cannot initialize stash"15576msgstr ""1557715578#: git-stash.sh:31215579msgid "Cannot save the current status"15580msgstr ""1558115582#: git-stash.sh:31315583#, sh-format15584msgid "Saved working directory and index state $stash_msg"15585msgstr ""1558615587#: git-stash.sh:34215588msgid "Cannot remove worktree changes"15589msgstr ""1559015591#: git-stash.sh:49015592#, sh-format15593msgid "unknown option: $opt"15594msgstr ""1559515596#: git-stash.sh:50315597msgid "No stash entries found."15598msgstr ""1559915600#: git-stash.sh:51015601#, sh-format15602msgid "Too many revisions specified: $REV"15603msgstr ""1560415605#: git-stash.sh:52515606#, sh-format15607msgid "$reference is not a valid reference"15608msgstr ""1560915610#: git-stash.sh:55315611#, sh-format15612msgid "'$args' is not a stash-like commit"15613msgstr ""1561415615#: git-stash.sh:56415616#, sh-format15617msgid "'$args' is not a stash reference"15618msgstr ""1561915620#: git-stash.sh:57215621msgid "unable to refresh index"15622msgstr ""1562315624#: git-stash.sh:57615625msgid "Cannot apply a stash in the middle of a merge"15626msgstr ""1562715628#: git-stash.sh:58415629msgid "Conflicts in index. Try without --index."15630msgstr ""1563115632#: git-stash.sh:58615633msgid "Could not save index tree"15634msgstr ""1563515636#: git-stash.sh:59515637msgid "Could not restore untracked files from stash entry"15638msgstr ""1563915640#: git-stash.sh:62015641msgid "Cannot unstage modified files"15642msgstr ""1564315644#: git-stash.sh:63515645msgid "Index was not unstashed."15646msgstr ""1564715648#: git-stash.sh:64915649msgid "The stash entry is kept in case you need it again."15650msgstr ""1565115652#: git-stash.sh:65815653#, sh-format15654msgid "Dropped ${REV} ($s)"15655msgstr ""1565615657#: git-stash.sh:65915658#, sh-format15659msgid "${REV}: Could not drop stash entry"15660msgstr ""1566115662#: git-stash.sh:66715663msgid "No branch name specified"15664msgstr ""1566515666#: git-stash.sh:74615667msgid "(To restore them type \"git stash apply\")"15668msgstr ""1566915670#: git-submodule.sh:18815671msgid "Relative path can only be used from the toplevel of the working tree"15672msgstr ""1567315674#: git-submodule.sh:19815675#, sh-format15676msgid "repo URL: '$repo' must be absolute or begin with ./|../"15677msgstr ""1567815679#: git-submodule.sh:21715680#, sh-format15681msgid "'$sm_path' already exists in the index"15682msgstr ""1568315684#: git-submodule.sh:22015685#, sh-format15686msgid "'$sm_path' already exists in the index and is not a submodule"15687msgstr ""1568815689#: git-submodule.sh:22615690#, sh-format15691msgid ""15692"The following path is ignored by one of your .gitignore files:\n"15693"$sm_path\n"15694"Use -f if you really want to add it."15695msgstr ""1569615697#: git-submodule.sh:24915698#, sh-format15699msgid "Adding existing repo at '$sm_path' to the index"15700msgstr ""1570115702#: git-submodule.sh:25115703#, sh-format15704msgid "'$sm_path' already exists and is not a valid git repo"15705msgstr ""1570615707#: git-submodule.sh:25915708#, sh-format15709msgid "A git directory for '$sm_name' is found locally with remote(s):"15710msgstr ""1571115712#: git-submodule.sh:26115713#, sh-format15714msgid ""15715"If you want to reuse this local git directory instead of cloning again from\n"15716" $realrepo\n"15717"use the '--force' option. If the local git directory is not the correct "15718"repo\n"15719"or you are unsure what this means choose another name with the '--name' "15720"option."15721msgstr ""1572215723#: git-submodule.sh:26715724#, sh-format15725msgid "Reactivating local git directory for submodule '$sm_name'."15726msgstr ""1572715728#: git-submodule.sh:27915729#, sh-format15730msgid "Unable to checkout submodule '$sm_path'"15731msgstr ""1573215733#: git-submodule.sh:28415734#, sh-format15735msgid "Failed to add submodule '$sm_path'"15736msgstr ""1573715738#: git-submodule.sh:29315739#, sh-format15740msgid "Failed to register submodule '$sm_path'"15741msgstr ""1574215743#: git-submodule.sh:35415744#, sh-format15745msgid "Entering '$displaypath'"15746msgstr ""1574715748#: git-submodule.sh:37415749#, sh-format15750msgid "Stopping at '$displaypath'; script returned non-zero status."15751msgstr ""1575215753#: git-submodule.sh:60015754#, sh-format15755msgid "Unable to find current revision in submodule path '$displaypath'"15756msgstr ""1575715758#: git-submodule.sh:61015759#, sh-format15760msgid "Unable to fetch in submodule path '$sm_path'"15761msgstr ""1576215763#: git-submodule.sh:61515764#, sh-format15765msgid ""15766"Unable to find current ${remote_name}/${branch} revision in submodule path "15767"'$sm_path'"15768msgstr ""1576915770#: git-submodule.sh:63315771#, sh-format15772msgid "Unable to fetch in submodule path '$displaypath'"15773msgstr ""1577415775#: git-submodule.sh:63915776#, sh-format15777msgid ""15778"Fetched in submodule path '$displaypath', but it did not contain $sha1. "15779"Direct fetching of that commit failed."15780msgstr ""1578115782#: git-submodule.sh:64615783#, sh-format15784msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"15785msgstr ""1578615787#: git-submodule.sh:64715788#, sh-format15789msgid "Submodule path '$displaypath': checked out '$sha1'"15790msgstr ""1579115792#: git-submodule.sh:65115793#, sh-format15794msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"15795msgstr ""1579615797#: git-submodule.sh:65215798#, sh-format15799msgid "Submodule path '$displaypath': rebased into '$sha1'"15800msgstr ""1580115802#: git-submodule.sh:65715803#, sh-format15804msgid "Unable to merge '$sha1' in submodule path '$displaypath'"15805msgstr ""1580615807#: git-submodule.sh:65815808#, sh-format15809msgid "Submodule path '$displaypath': merged in '$sha1'"15810msgstr ""1581115812#: git-submodule.sh:66315813#, sh-format15814msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"15815msgstr ""1581615817#: git-submodule.sh:66415818#, sh-format15819msgid "Submodule path '$displaypath': '$command $sha1'"15820msgstr ""1582115822#: git-submodule.sh:69515823#, sh-format15824msgid "Failed to recurse into submodule path '$displaypath'"15825msgstr ""1582615827#: git-submodule.sh:79115828msgid "The --cached option cannot be used with the --files option"15829msgstr ""1583015831#: git-submodule.sh:84315832#, sh-format15833msgid "unexpected mode $mod_dst"15834msgstr ""1583515836#: git-submodule.sh:86315837#, sh-format15838msgid " Warn: $display_name doesn't contain commit $sha1_src"15839msgstr ""1584015841#: git-submodule.sh:86615842#, sh-format15843msgid " Warn: $display_name doesn't contain commit $sha1_dst"15844msgstr ""1584515846#: git-submodule.sh:86915847#, sh-format15848msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"15849msgstr ""1585015851#: git-parse-remote.sh:8915852#, sh-format15853msgid "See git-${cmd}(1) for details."15854msgstr ""1585515856#: git-rebase--interactive.sh:14215857#, sh-format15858msgid "Rebasing ($new_count/$total)"15859msgstr ""1586015861#: git-rebase--interactive.sh:15815862msgid ""15863"\n"15864"Commands:\n"15865"p, pick <commit> = use commit\n"15866"r, reword <commit> = use commit, but edit the commit message\n"15867"e, edit <commit> = use commit, but stop for amending\n"15868"s, squash <commit> = use commit, but meld into previous commit\n"15869"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"15870"x, exec <command> = run command (the rest of the line) using shell\n"15871"d, drop <commit> = remove commit\n"15872"l, label <label> = label current HEAD with a name\n"15873"t, reset <label> = reset HEAD to a label\n"15874"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"15875". create a merge commit using the original merge commit's\n"15876". message (or the oneline, if no original merge commit was\n"15877". specified). Use -c <commit> to reword the commit message.\n"15878"\n"15879"These lines can be re-ordered; they are executed from top to bottom.\n"15880msgstr ""1588115882#: git-rebase--interactive.sh:17915883msgid ""15884"\n"15885"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"15886msgstr ""1588715888#: git-rebase--interactive.sh:18315889msgid ""15890"\n"15891"If you remove a line here THAT COMMIT WILL BE LOST.\n"15892msgstr ""1589315894#: git-rebase--interactive.sh:22115895#, sh-format15896msgid ""15897"You can amend the commit now, with\n"15898"\n"15899"\tgit commit --amend $gpg_sign_opt_quoted\n"15900"\n"15901"Once you are satisfied with your changes, run\n"15902"\n"15903"\tgit rebase --continue"15904msgstr ""1590515906#: git-rebase--interactive.sh:24615907#, sh-format15908msgid "$sha1: not a commit that can be picked"15909msgstr ""1591015911#: git-rebase--interactive.sh:28515912#, sh-format15913msgid "Invalid commit name: $sha1"15914msgstr ""1591515916#: git-rebase--interactive.sh:32515917msgid "Cannot write current commit's replacement sha1"15918msgstr ""1591915920#: git-rebase--interactive.sh:37615921#, sh-format15922msgid "Fast-forward to $sha1"15923msgstr ""1592415925#: git-rebase--interactive.sh:37815926#, sh-format15927msgid "Cannot fast-forward to $sha1"15928msgstr ""1592915930#: git-rebase--interactive.sh:38715931#, sh-format15932msgid "Cannot move HEAD to $first_parent"15933msgstr ""1593415935#: git-rebase--interactive.sh:39215936#, sh-format15937msgid "Refusing to squash a merge: $sha1"15938msgstr ""1593915940#: git-rebase--interactive.sh:41015941#, sh-format15942msgid "Error redoing merge $sha1"15943msgstr ""1594415945#: git-rebase--interactive.sh:41915946#, sh-format15947msgid "Could not pick $sha1"15948msgstr ""1594915950#: git-rebase--interactive.sh:42815951#, sh-format15952msgid "This is the commit message #${n}:"15953msgstr ""1595415955#: git-rebase--interactive.sh:43315956#, sh-format15957msgid "The commit message #${n} will be skipped:"15958msgstr ""1595915960#: git-rebase--interactive.sh:44415961#, sh-format15962msgid "This is a combination of $count commit."15963msgid_plural "This is a combination of $count commits."15964msgstr[0] ""15965msgstr[1] ""1596615967#: git-rebase--interactive.sh:45315968#, sh-format15969msgid "Cannot write $fixup_msg"15970msgstr ""1597115972#: git-rebase--interactive.sh:45615973msgid "This is a combination of 2 commits."15974msgstr ""1597515976#: git-rebase--interactive.sh:497 git-rebase--interactive.sh:54015977#: git-rebase--interactive.sh:54315978#, sh-format15979msgid "Could not apply $sha1... $rest"15980msgstr ""1598115982#: git-rebase--interactive.sh:57215983#, sh-format15984msgid ""15985"Could not amend commit after successfully picking $sha1... $rest\n"15986"This is most likely due to an empty commit message, or the pre-commit hook\n"15987"failed. If the pre-commit hook failed, you may need to resolve the issue "15988"before\n"15989"you are able to reword the commit."15990msgstr ""1599115992#: git-rebase--interactive.sh:58715993#, sh-format15994msgid "Stopped at $sha1_abbrev... $rest"15995msgstr ""1599615997#: git-rebase--interactive.sh:60215998#, sh-format15999msgid "Cannot '$squash_style' without a previous commit"16000msgstr ""1600116002#: git-rebase--interactive.sh:64416003#, sh-format16004msgid "Executing: $rest"16005msgstr ""1600616007#: git-rebase--interactive.sh:65216008#, sh-format16009msgid "Execution failed: $rest"16010msgstr ""1601116012#: git-rebase--interactive.sh:65416013msgid "and made changes to the index and/or the working tree"16014msgstr ""1601516016#: git-rebase--interactive.sh:65616017msgid ""16018"You can fix the problem, and then run\n"16019"\n"16020"\tgit rebase --continue"16021msgstr ""1602216023#. TRANSLATORS: after these lines is a command to be issued by the user16024#: git-rebase--interactive.sh:66916025#, sh-format16026msgid ""16027"Execution succeeded: $rest\n"16028"but left changes to the index and/or the working tree\n"16029"Commit or stash your changes, and then run\n"16030"\n"16031"\tgit rebase --continue"16032msgstr ""1603316034#: git-rebase--interactive.sh:68016035#, sh-format16036msgid "Unknown command: $command $sha1 $rest"16037msgstr ""1603816039#: git-rebase--interactive.sh:68116040msgid "Please fix this using 'git rebase --edit-todo'."16041msgstr ""1604216043#: git-rebase--interactive.sh:71616044#, sh-format16045msgid "Successfully rebased and updated $head_name."16046msgstr ""1604716048#: git-rebase--interactive.sh:74016049msgid "could not detach HEAD"16050msgstr ""1605116052#: git-rebase--interactive.sh:77816053msgid "Could not remove CHERRY_PICK_HEAD"16054msgstr ""1605516056#: git-rebase--interactive.sh:78316057#, sh-format16058msgid ""16059"You have staged changes in your working tree.\n"16060"If these changes are meant to be\n"16061"squashed into the previous commit, run:\n"16062"\n"16063" git commit --amend $gpg_sign_opt_quoted\n"16064"\n"16065"If they are meant to go into a new commit, run:\n"16066"\n"16067" git commit $gpg_sign_opt_quoted\n"16068"\n"16069"In both cases, once you're done, continue with:\n"16070"\n"16071" git rebase --continue\n"16072msgstr ""1607316074#: git-rebase--interactive.sh:80016075msgid "Error trying to find the author identity to amend commit"16076msgstr ""1607716078#: git-rebase--interactive.sh:80516079msgid ""16080"You have uncommitted changes in your working tree. Please commit them\n"16081"first and then run 'git rebase --continue' again."16082msgstr ""1608316084#: git-rebase--interactive.sh:810 git-rebase--interactive.sh:81416085msgid "Could not commit staged changes."16086msgstr ""1608716088#: git-rebase--interactive.sh:84316089msgid ""16090"\n"16091"You are editing the todo file of an ongoing interactive rebase.\n"16092"To continue rebase after editing, run:\n"16093" git rebase --continue\n"16094"\n"16095msgstr ""1609616097#: git-rebase--interactive.sh:851 git-rebase--interactive.sh:93716098msgid "Could not execute editor"16099msgstr ""1610016101#: git-rebase--interactive.sh:87216102#, sh-format16103msgid "Could not checkout $switch_to"16104msgstr ""1610516106#: git-rebase--interactive.sh:87916107msgid "No HEAD?"16108msgstr ""1610916110#: git-rebase--interactive.sh:88016111#, sh-format16112msgid "Could not create temporary $state_dir"16113msgstr ""1611416115#: git-rebase--interactive.sh:88316116msgid "Could not mark as interactive"16117msgstr ""1611816119#: git-rebase--interactive.sh:91516120#, sh-format16121msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"16122msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"16123msgstr[0] ""16124msgstr[1] ""1612516126#: git-rebase--interactive.sh:92016127msgid ""16128"\n"16129"\tHowever, if you remove everything, the rebase will be aborted.\n"16130"\n"16131"\t"16132msgstr ""1613316134#: git-rebase--interactive.sh:92716135msgid "Note that empty commits are commented out"16136msgstr ""1613716138#: git-rebase--interactive.sh:98016139msgid "Could not generate todo list"16140msgstr ""1614116142#: git-rebase--interactive.sh:1001 git-rebase--interactive.sh:100616143msgid "Could not init rewritten commits"16144msgstr ""1614516146#: git-sh-setup.sh:89 git-sh-setup.sh:9416147#, sh-format16148msgid "usage: $dashless $USAGE"16149msgstr ""1615016151#: git-sh-setup.sh:19016152#, sh-format16153msgid "Cannot chdir to $cdup, the toplevel of the working tree"16154msgstr ""1615516156#: git-sh-setup.sh:199 git-sh-setup.sh:20616157#, sh-format16158msgid "fatal: $program_name cannot be used without a working tree."16159msgstr ""1616016161#: git-sh-setup.sh:22016162msgid "Cannot rebase: You have unstaged changes."16163msgstr ""1616416165#: git-sh-setup.sh:22316166msgid "Cannot rewrite branches: You have unstaged changes."16167msgstr ""1616816169#: git-sh-setup.sh:22616170msgid "Cannot pull with rebase: You have unstaged changes."16171msgstr ""1617216173#: git-sh-setup.sh:22916174#, sh-format16175msgid "Cannot $action: You have unstaged changes."16176msgstr ""1617716178#: git-sh-setup.sh:24216179msgid "Cannot rebase: Your index contains uncommitted changes."16180msgstr ""1618116182#: git-sh-setup.sh:24516183msgid "Cannot pull with rebase: Your index contains uncommitted changes."16184msgstr ""1618516186#: git-sh-setup.sh:24816187#, sh-format16188msgid "Cannot $action: Your index contains uncommitted changes."16189msgstr ""1619016191#: git-sh-setup.sh:25216192msgid "Additionally, your index contains uncommitted changes."16193msgstr ""1619416195#: git-sh-setup.sh:37216196msgid "You need to run this command from the toplevel of the working tree."16197msgstr ""1619816199#: git-sh-setup.sh:37716200msgid "Unable to determine absolute path of git directory"16201msgstr ""1620216203#. TRANSLATORS: you can adjust this to align "git add -i" status menu16204#: git-add--interactive.perl:19616205#, perl-format16206msgid "%12s %12s %s"16207msgstr ""1620816209#: git-add--interactive.perl:19716210msgid "staged"16211msgstr ""1621216213#: git-add--interactive.perl:19716214msgid "unstaged"16215msgstr ""1621616217#: git-add--interactive.perl:253 git-add--interactive.perl:27816218msgid "binary"16219msgstr ""1622016221#: git-add--interactive.perl:262 git-add--interactive.perl:31616222msgid "nothing"16223msgstr ""1622416225#: git-add--interactive.perl:298 git-add--interactive.perl:31316226msgid "unchanged"16227msgstr ""1622816229#: git-add--interactive.perl:60916230#, perl-format16231msgid "added %d path\n"16232msgid_plural "added %d paths\n"16233msgstr[0] ""16234msgstr[1] ""1623516236#: git-add--interactive.perl:61216237#, perl-format16238msgid "updated %d path\n"16239msgid_plural "updated %d paths\n"16240msgstr[0] ""16241msgstr[1] ""1624216243#: git-add--interactive.perl:61516244#, perl-format16245msgid "reverted %d path\n"16246msgid_plural "reverted %d paths\n"16247msgstr[0] ""16248msgstr[1] ""1624916250#: git-add--interactive.perl:61816251#, perl-format16252msgid "touched %d path\n"16253msgid_plural "touched %d paths\n"16254msgstr[0] ""16255msgstr[1] ""1625616257#: git-add--interactive.perl:62716258msgid "Update"16259msgstr ""1626016261#: git-add--interactive.perl:63916262msgid "Revert"16263msgstr ""1626416265#: git-add--interactive.perl:66216266#, perl-format16267msgid "note: %s is untracked now.\n"16268msgstr ""1626916270#: git-add--interactive.perl:67316271msgid "Add untracked"16272msgstr ""1627316274#: git-add--interactive.perl:67916275msgid "No untracked files.\n"16276msgstr ""1627716278#: git-add--interactive.perl:103316279msgid ""16280"If the patch applies cleanly, the edited hunk will immediately be\n"16281"marked for staging."16282msgstr ""1628316284#: git-add--interactive.perl:103616285msgid ""16286"If the patch applies cleanly, the edited hunk will immediately be\n"16287"marked for stashing."16288msgstr ""1628916290#: git-add--interactive.perl:103916291msgid ""16292"If the patch applies cleanly, the edited hunk will immediately be\n"16293"marked for unstaging."16294msgstr ""1629516296#: git-add--interactive.perl:1042 git-add--interactive.perl:105116297msgid ""16298"If the patch applies cleanly, the edited hunk will immediately be\n"16299"marked for applying."16300msgstr ""1630116302#: git-add--interactive.perl:1045 git-add--interactive.perl:104816303msgid ""16304"If the patch applies cleanly, the edited hunk will immediately be\n"16305"marked for discarding."16306msgstr ""1630716308#: git-add--interactive.perl:108516309#, perl-format16310msgid "failed to open hunk edit file for writing: %s"16311msgstr ""1631216313#: git-add--interactive.perl:108616314msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"16315msgstr ""1631616317#: git-add--interactive.perl:109216318#, perl-format16319msgid ""16320"---\n"16321"To remove '%s' lines, make them ' ' lines (context).\n"16322"To remove '%s' lines, delete them.\n"16323"Lines starting with %s will be removed.\n"16324msgstr ""1632516326#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.16327#: git-add--interactive.perl:110016328msgid ""16329"If it does not apply cleanly, you will be given an opportunity to\n"16330"edit again. If all lines of the hunk are removed, then the edit is\n"16331"aborted and the hunk is left unchanged.\n"16332msgstr ""1633316334#: git-add--interactive.perl:111416335#, perl-format16336msgid "failed to open hunk edit file for reading: %s"16337msgstr ""1633816339#. TRANSLATORS: do not translate [y/n]16340#. The program will only accept that input16341#. at this point.16342#. Consider translating (saying "no" discards!) as16343#. (saying "n" for "no" discards!) if the translation16344#. of the word "no" does not start with n.16345#: git-add--interactive.perl:121316346msgid ""16347"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "16348msgstr ""1634916350#: git-add--interactive.perl:122216351msgid ""16352"y - stage this hunk\n"16353"n - do not stage this hunk\n"16354"q - quit; do not stage this hunk or any of the remaining ones\n"16355"a - stage this hunk and all later hunks in the file\n"16356"d - do not stage this hunk or any of the later hunks in the file"16357msgstr ""1635816359#: git-add--interactive.perl:122816360msgid ""16361"y - stash this hunk\n"16362"n - do not stash this hunk\n"16363"q - quit; do not stash this hunk or any of the remaining ones\n"16364"a - stash this hunk and all later hunks in the file\n"16365"d - do not stash this hunk or any of the later hunks in the file"16366msgstr ""1636716368#: git-add--interactive.perl:123416369msgid ""16370"y - unstage this hunk\n"16371"n - do not unstage this hunk\n"16372"q - quit; do not unstage this hunk or any of the remaining ones\n"16373"a - unstage this hunk and all later hunks in the file\n"16374"d - do not unstage this hunk or any of the later hunks in the file"16375msgstr ""1637616377#: git-add--interactive.perl:124016378msgid ""16379"y - apply this hunk to index\n"16380"n - do not apply this hunk to index\n"16381"q - quit; do not apply this hunk or any of the remaining ones\n"16382"a - apply this hunk and all later hunks in the file\n"16383"d - do not apply this hunk or any of the later hunks in the file"16384msgstr ""1638516386#: git-add--interactive.perl:124616387msgid ""16388"y - discard this hunk from worktree\n"16389"n - do not discard this hunk from worktree\n"16390"q - quit; do not discard this hunk or any of the remaining ones\n"16391"a - discard this hunk and all later hunks in the file\n"16392"d - do not discard this hunk or any of the later hunks in the file"16393msgstr ""1639416395#: git-add--interactive.perl:125216396msgid ""16397"y - discard this hunk from index and worktree\n"16398"n - do not discard this hunk from index and worktree\n"16399"q - quit; do not discard this hunk or any of the remaining ones\n"16400"a - discard this hunk and all later hunks in the file\n"16401"d - do not discard this hunk or any of the later hunks in the file"16402msgstr ""1640316404#: git-add--interactive.perl:125816405msgid ""16406"y - apply this hunk to index and worktree\n"16407"n - do not apply this hunk to index and worktree\n"16408"q - quit; do not apply this hunk or any of the remaining ones\n"16409"a - apply this hunk and all later hunks in the file\n"16410"d - do not apply this hunk or any of the later hunks in the file"16411msgstr ""1641216413#: git-add--interactive.perl:127316414msgid ""16415"g - select a hunk to go to\n"16416"/ - search for a hunk matching the given regex\n"16417"j - leave this hunk undecided, see next undecided hunk\n"16418"J - leave this hunk undecided, see next hunk\n"16419"k - leave this hunk undecided, see previous undecided hunk\n"16420"K - leave this hunk undecided, see previous hunk\n"16421"s - split the current hunk into smaller hunks\n"16422"e - manually edit the current hunk\n"16423"? - print help\n"16424msgstr ""1642516426#: git-add--interactive.perl:130416427msgid "The selected hunks do not apply to the index!\n"16428msgstr ""1642916430#: git-add--interactive.perl:130516431msgid "Apply them to the worktree anyway? "16432msgstr ""1643316434#: git-add--interactive.perl:130816435msgid "Nothing was applied.\n"16436msgstr ""1643716438#: git-add--interactive.perl:131916439#, perl-format16440msgid "ignoring unmerged: %s\n"16441msgstr ""1644216443#: git-add--interactive.perl:132816444msgid "Only binary files changed.\n"16445msgstr ""1644616447#: git-add--interactive.perl:133016448msgid "No changes.\n"16449msgstr ""1645016451#: git-add--interactive.perl:133816452msgid "Patch update"16453msgstr ""1645416455#: git-add--interactive.perl:139016456#, perl-format16457msgid "Stage mode change [y,n,q,a,d%s,?]? "16458msgstr ""1645916460#: git-add--interactive.perl:139116461#, perl-format16462msgid "Stage deletion [y,n,q,a,d%s,?]? "16463msgstr ""1646416465#: git-add--interactive.perl:139216466#, perl-format16467msgid "Stage this hunk [y,n,q,a,d%s,?]? "16468msgstr ""1646916470#: git-add--interactive.perl:139516471#, perl-format16472msgid "Stash mode change [y,n,q,a,d%s,?]? "16473msgstr ""1647416475#: git-add--interactive.perl:139616476#, perl-format16477msgid "Stash deletion [y,n,q,a,d%s,?]? "16478msgstr ""1647916480#: git-add--interactive.perl:139716481#, perl-format16482msgid "Stash this hunk [y,n,q,a,d%s,?]? "16483msgstr ""1648416485#: git-add--interactive.perl:140016486#, perl-format16487msgid "Unstage mode change [y,n,q,a,d%s,?]? "16488msgstr ""1648916490#: git-add--interactive.perl:140116491#, perl-format16492msgid "Unstage deletion [y,n,q,a,d%s,?]? "16493msgstr ""1649416495#: git-add--interactive.perl:140216496#, perl-format16497msgid "Unstage this hunk [y,n,q,a,d%s,?]? "16498msgstr ""1649916500#: git-add--interactive.perl:140516501#, perl-format16502msgid "Apply mode change to index [y,n,q,a,d%s,?]? "16503msgstr ""1650416505#: git-add--interactive.perl:140616506#, perl-format16507msgid "Apply deletion to index [y,n,q,a,d%s,?]? "16508msgstr ""1650916510#: git-add--interactive.perl:140716511#, perl-format16512msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "16513msgstr ""1651416515#: git-add--interactive.perl:141016516#, perl-format16517msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "16518msgstr ""1651916520#: git-add--interactive.perl:141116521#, perl-format16522msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "16523msgstr ""1652416525#: git-add--interactive.perl:141216526#, perl-format16527msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "16528msgstr ""1652916530#: git-add--interactive.perl:141516531#, perl-format16532msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "16533msgstr ""1653416535#: git-add--interactive.perl:141616536#, perl-format16537msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "16538msgstr ""1653916540#: git-add--interactive.perl:141716541#, perl-format16542msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "16543msgstr ""1654416545#: git-add--interactive.perl:142016546#, perl-format16547msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "16548msgstr ""1654916550#: git-add--interactive.perl:142116551#, perl-format16552msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "16553msgstr ""1655416555#: git-add--interactive.perl:142216556#, perl-format16557msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "16558msgstr ""1655916560#: git-add--interactive.perl:152216561msgid "No other hunks to goto\n"16562msgstr ""1656316564#: git-add--interactive.perl:152916565msgid "go to which hunk (<ret> to see more)? "16566msgstr ""1656716568#: git-add--interactive.perl:153116569msgid "go to which hunk? "16570msgstr ""1657116572#: git-add--interactive.perl:154016573#, perl-format16574msgid "Invalid number: '%s'\n"16575msgstr ""1657616577#: git-add--interactive.perl:154516578#, perl-format16579msgid "Sorry, only %d hunk available.\n"16580msgid_plural "Sorry, only %d hunks available.\n"16581msgstr[0] ""16582msgstr[1] ""1658316584#: git-add--interactive.perl:157116585msgid "No other hunks to search\n"16586msgstr ""1658716588#: git-add--interactive.perl:157516589msgid "search for regex? "16590msgstr ""1659116592#: git-add--interactive.perl:158816593#, perl-format16594msgid "Malformed search regexp %s: %s\n"16595msgstr ""1659616597#: git-add--interactive.perl:159816598msgid "No hunk matches the given pattern\n"16599msgstr ""1660016601#: git-add--interactive.perl:1610 git-add--interactive.perl:163216602msgid "No previous hunk\n"16603msgstr ""1660416605#: git-add--interactive.perl:1619 git-add--interactive.perl:163816606msgid "No next hunk\n"16607msgstr ""1660816609#: git-add--interactive.perl:164416610msgid "Sorry, cannot split this hunk\n"16611msgstr ""1661216613#: git-add--interactive.perl:165016614#, perl-format16615msgid "Split into %d hunk.\n"16616msgid_plural "Split into %d hunks.\n"16617msgstr[0] ""16618msgstr[1] ""1661916620#: git-add--interactive.perl:166016621msgid "Sorry, cannot edit this hunk\n"16622msgstr ""1662316624#: git-add--interactive.perl:170616625msgid "Review diff"16626msgstr ""1662716628#. TRANSLATORS: please do not translate the command names16629#. 'status', 'update', 'revert', etc.16630#: git-add--interactive.perl:172516631msgid ""16632"status - show paths with changes\n"16633"update - add working tree state to the staged set of changes\n"16634"revert - revert staged set of changes back to the HEAD version\n"16635"patch - pick hunks and update selectively\n"16636"diff - view diff between HEAD and index\n"16637"add untracked - add contents of untracked files to the staged set of "16638"changes\n"16639msgstr ""1664016641#: git-add--interactive.perl:1742 git-add--interactive.perl:174716642#: git-add--interactive.perl:1750 git-add--interactive.perl:175716643#: git-add--interactive.perl:1761 git-add--interactive.perl:176716644msgid "missing --"16645msgstr ""1664616647#: git-add--interactive.perl:176316648#, perl-format16649msgid "unknown --patch mode: %s"16650msgstr ""1665116652#: git-add--interactive.perl:1769 git-add--interactive.perl:177516653#, perl-format16654msgid "invalid argument %s, expecting --"16655msgstr ""1665616657#: git-send-email.perl:13016658msgid "local zone differs from GMT by a non-minute interval\n"16659msgstr ""1666016661#: git-send-email.perl:137 git-send-email.perl:14316662msgid "local time offset greater than or equal to 24 hours\n"16663msgstr ""1666416665#: git-send-email.perl:211 git-send-email.perl:21716666msgid "the editor exited uncleanly, aborting everything"16667msgstr ""1666816669#: git-send-email.perl:29416670#, perl-format16671msgid ""16672"'%s' contains an intermediate version of the email you were composing.\n"16673msgstr ""1667416675#: git-send-email.perl:29916676#, perl-format16677msgid "'%s.final' contains the composed email.\n"16678msgstr ""1667916680#: git-send-email.perl:31716681msgid "--dump-aliases incompatible with other options\n"16682msgstr ""1668316684#: git-send-email.perl:383 git-send-email.perl:63816685msgid "Cannot run git format-patch from outside a repository\n"16686msgstr ""1668716688#: git-send-email.perl:38616689msgid ""16690"`batch-size` and `relogin` must be specified together (via command-line or "16691"configuration option)\n"16692msgstr ""1669316694#: git-send-email.perl:45616695#, perl-format16696msgid "Unknown --suppress-cc field: '%s'\n"16697msgstr ""1669816699#: git-send-email.perl:48516700#, perl-format16701msgid "Unknown --confirm setting: '%s'\n"16702msgstr ""1670316704#: git-send-email.perl:51316705#, perl-format16706msgid "warning: sendmail alias with quotes is not supported: %s\n"16707msgstr ""1670816709#: git-send-email.perl:51516710#, perl-format16711msgid "warning: `:include:` not supported: %s\n"16712msgstr ""1671316714#: git-send-email.perl:51716715#, perl-format16716msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"16717msgstr ""1671816719#: git-send-email.perl:52216720#, perl-format16721msgid "warning: sendmail line is not recognized: %s\n"16722msgstr ""1672316724#: git-send-email.perl:60416725#, perl-format16726msgid ""16727"File '%s' exists but it could also be the range of commits\n"16728"to produce patches for. Please disambiguate by...\n"16729"\n"16730" * Saying \"./%s\" if you mean a file; or\n"16731" * Giving --format-patch option if you mean a range.\n"16732msgstr ""1673316734#: git-send-email.perl:62516735#, perl-format16736msgid "Failed to opendir %s: %s"16737msgstr ""1673816739#: git-send-email.perl:64916740#, perl-format16741msgid ""16742"fatal: %s: %s\n"16743"warning: no patches were sent\n"16744msgstr ""1674516746#: git-send-email.perl:66016747msgid ""16748"\n"16749"No patch files specified!\n"16750"\n"16751msgstr ""1675216753#: git-send-email.perl:67316754#, perl-format16755msgid "No subject line in %s?"16756msgstr ""1675716758#: git-send-email.perl:68316759#, perl-format16760msgid "Failed to open for writing %s: %s"16761msgstr ""1676216763#: git-send-email.perl:69416764msgid ""16765"Lines beginning in \"GIT:\" will be removed.\n"16766"Consider including an overall diffstat or table of contents\n"16767"for the patch you are writing.\n"16768"\n"16769"Clear the body content if you don't wish to send a summary.\n"16770msgstr ""1677116772#: git-send-email.perl:71816773#, perl-format16774msgid "Failed to open %s: %s"16775msgstr ""1677616777#: git-send-email.perl:73516778#, perl-format16779msgid "Failed to open %s.final: %s"16780msgstr ""1678116782#: git-send-email.perl:77816783msgid "Summary email is empty, skipping it\n"16784msgstr ""1678516786#. TRANSLATORS: please keep [y/N] as is.16787#: git-send-email.perl:81316788#, perl-format16789msgid "Are you sure you want to use <%s> [y/N]? "16790msgstr ""1679116792#: git-send-email.perl:86816793msgid ""16794"The following files are 8bit, but do not declare a Content-Transfer-"16795"Encoding.\n"16796msgstr ""1679716798#: git-send-email.perl:87316799msgid "Which 8bit encoding should I declare [UTF-8]? "16800msgstr ""1680116802#: git-send-email.perl:88116803#, perl-format16804msgid ""16805"Refusing to send because the patch\n"16806"\t%s\n"16807"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "16808"want to send.\n"16809msgstr ""1681016811#: git-send-email.perl:90016812msgid "To whom should the emails be sent (if anyone)?"16813msgstr ""1681416815#: git-send-email.perl:91816816#, perl-format16817msgid "fatal: alias '%s' expands to itself\n"16818msgstr ""1681916820#: git-send-email.perl:93016821msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "16822msgstr ""1682316824#: git-send-email.perl:988 git-send-email.perl:99616825#, perl-format16826msgid "error: unable to extract a valid address from: %s\n"16827msgstr ""1682816829#. TRANSLATORS: Make sure to include [q] [d] [e] in your16830#. translation. The program will only accept English input16831#. at this point.16832#: git-send-email.perl:100016833msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "16834msgstr ""1683516836#: git-send-email.perl:131716837#, perl-format16838msgid "CA path \"%s\" does not exist"16839msgstr ""1684016841#: git-send-email.perl:140016842msgid ""16843" The Cc list above has been expanded by additional\n"16844" addresses found in the patch commit message. By default\n"16845" send-email prompts before sending whenever this occurs.\n"16846" This behavior is controlled by the sendemail.confirm\n"16847" configuration setting.\n"16848"\n"16849" For additional information, run 'git send-email --help'.\n"16850" To retain the current behavior, but squelch this message,\n"16851" run 'git config --global sendemail.confirm auto'.\n"16852"\n"16853msgstr ""1685416855#. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your16856#. translation. The program will only accept English input16857#. at this point.16858#: git-send-email.perl:141516859msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "16860msgstr ""1686116862#: git-send-email.perl:141816863msgid "Send this email reply required"16864msgstr ""1686516866#: git-send-email.perl:144616867msgid "The required SMTP server is not properly defined."16868msgstr ""1686916870#: git-send-email.perl:149316871#, perl-format16872msgid "Server does not support STARTTLS! %s"16873msgstr ""1687416875#: git-send-email.perl:1498 git-send-email.perl:150216876#, perl-format16877msgid "STARTTLS failed! %s"16878msgstr ""1687916880#: git-send-email.perl:151216881msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."16882msgstr ""1688316884#: git-send-email.perl:153016885#, perl-format16886msgid "Failed to send %s\n"16887msgstr ""1688816889#: git-send-email.perl:153316890#, perl-format16891msgid "Dry-Sent %s\n"16892msgstr ""1689316894#: git-send-email.perl:153316895#, perl-format16896msgid "Sent %s\n"16897msgstr ""1689816899#: git-send-email.perl:153516900msgid "Dry-OK. Log says:\n"16901msgstr ""1690216903#: git-send-email.perl:153516904msgid "OK. Log says:\n"16905msgstr ""1690616907#: git-send-email.perl:154716908msgid "Result: "16909msgstr ""1691016911#: git-send-email.perl:155016912msgid "Result: OK\n"16913msgstr ""1691416915#: git-send-email.perl:156816916#, perl-format16917msgid "can't open file %s"16918msgstr ""1691916920#: git-send-email.perl:1615 git-send-email.perl:163516921#, perl-format16922msgid "(mbox) Adding cc: %s from line '%s'\n"16923msgstr ""1692416925#: git-send-email.perl:162116926#, perl-format16927msgid "(mbox) Adding to: %s from line '%s'\n"16928msgstr ""1692916930#: git-send-email.perl:167416931#, perl-format16932msgid "(non-mbox) Adding cc: %s from line '%s'\n"16933msgstr ""1693416935#: git-send-email.perl:169916936#, perl-format16937msgid "(body) Adding cc: %s from line '%s'\n"16938msgstr ""1693916940#: git-send-email.perl:181716941#, perl-format16942msgid "(%s) Could not execute '%s'"16943msgstr ""1694416945#: git-send-email.perl:182416946#, perl-format16947msgid "(%s) Adding %s: %s from: '%s'\n"16948msgstr ""1694916950#: git-send-email.perl:182816951#, perl-format16952msgid "(%s) failed to close pipe to '%s'"16953msgstr ""1695416955#: git-send-email.perl:185516956msgid "cannot send message as 7bit"16957msgstr ""1695816959#: git-send-email.perl:186316960msgid "invalid transfer encoding"16961msgstr ""1696216963#: git-send-email.perl:1901 git-send-email.perl:1952 git-send-email.perl:196216964#, perl-format16965msgid "unable to open %s: %s\n"16966msgstr ""1696716968#: git-send-email.perl:190416969#, perl-format16970msgid "%s: patch contains a line longer than 998 characters"16971msgstr ""1697216973#: git-send-email.perl:192016974#, perl-format16975msgid "Skipping %s with backup suffix '%s'.\n"16976msgstr ""1697716978#. TRANSLATORS: please keep "[y|N]" as is.16979#: git-send-email.perl:192416980#, perl-format16981msgid "Do you really want to send %s? [y|N]: "16982msgstr ""