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: 2017-02-18 01:00+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:55 22#, c-format 23msgid "hint: %.*s\n" 24msgstr "" 25 26#: advice.c:83 27msgid "Cherry-picking is not possible because you have unmerged files." 28msgstr "" 29 30#: advice.c:85 31msgid "Committing is not possible because you have unmerged files." 32msgstr "" 33 34#: advice.c:87 35msgid "Merging is not possible because you have unmerged files." 36msgstr "" 37 38#: advice.c:89 39msgid "Pulling is not possible because you have unmerged files." 40msgstr "" 41 42#: advice.c:91 43msgid "Reverting is not possible because you have unmerged files." 44msgstr "" 45 46#: advice.c:93 47#, c-format 48msgid "It is not possible to %s because you have unmerged files." 49msgstr "" 50 51#: advice.c:101 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:109 58msgid "Exiting because of an unresolved conflict." 59msgstr "" 60 61#: advice.c:114 builtin/merge.c:1206 62msgid "You have not concluded your merge (MERGE_HEAD exists)." 63msgstr "" 64 65#: advice.c:116 66msgid "Please, commit your changes before merging." 67msgstr "" 68 69#: advice.c:117 70msgid "Exiting because of unfinished merge." 71msgstr "" 72 73#: advice.c:123 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:57 90#, c-format 91msgid "unrecognized whitespace option '%s'" 92msgstr "" 93 94#: apply.c:73 95#, c-format 96msgid "unrecognized whitespace ignore option '%s'" 97msgstr "" 98 99#: apply.c:125 100msgid "--reject and --3way cannot be used together." 101msgstr "" 102 103#: apply.c:127 104msgid "--cached and --3way cannot be used together." 105msgstr "" 106 107#: apply.c:130 108msgid "--3way outside a repository" 109msgstr "" 110 111#: apply.c:141 112msgid "--index outside a repository" 113msgstr "" 114 115#: apply.c:144 116msgid "--cached outside a repository" 117msgstr "" 118 119#: apply.c:845 120#, c-format 121msgid "Cannot prepare timestamp regexp %s" 122msgstr "" 123 124#: apply.c:854 125#, c-format 126msgid "regexec returned %d for input: %s" 127msgstr "" 128 129#: apply.c:938 130#, c-format 131msgid "unable to find filename in patch at line %d" 132msgstr "" 133 134#: apply.c:977 135#, c-format 136msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d" 137msgstr "" 138 139#: apply.c:983 140#, c-format 141msgid "git apply: bad git-diff - inconsistent new filename on line %d" 142msgstr "" 143 144#: apply.c:984 145#, c-format 146msgid "git apply: bad git-diff - inconsistent old filename on line %d" 147msgstr "" 148 149#: apply.c:990 150#, c-format 151msgid "git apply: bad git-diff - expected /dev/null on line %d" 152msgstr "" 153 154#: apply.c:1488 155#, c-format 156msgid "recount: unexpected line: %.*s" 157msgstr "" 158 159#: apply.c:1557 160#, c-format 161msgid "patch fragment without header at line %d: %.*s" 162msgstr "" 163 164#: apply.c:1577 165#, c-format 166msgid "" 167"git diff header lacks filename information when removing %d leading pathname " 168"component (line %d)" 169msgid_plural "" 170"git diff header lacks filename information when removing %d leading pathname " 171"components (line %d)" 172msgstr[0] "" 173msgstr[1] "" 174 175#: apply.c:1589 176#, c-format 177msgid "git diff header lacks filename information (line %d)" 178msgstr "" 179 180#: apply.c:1759 181msgid "new file depends on old contents" 182msgstr "" 183 184#: apply.c:1761 185msgid "deleted file still has contents" 186msgstr "" 187 188#: apply.c:1795 189#, c-format 190msgid "corrupt patch at line %d" 191msgstr "" 192 193#: apply.c:1832 194#, c-format 195msgid "new file %s depends on old contents" 196msgstr "" 197 198#: apply.c:1834 199#, c-format 200msgid "deleted file %s still has contents" 201msgstr "" 202 203#: apply.c:1837 204#, c-format 205msgid "** warning: file %s becomes empty but is not deleted" 206msgstr "" 207 208#: apply.c:1984 209#, c-format 210msgid "corrupt binary patch at line %d: %.*s" 211msgstr "" 212 213#: apply.c:2021 214#, c-format 215msgid "unrecognized binary patch at line %d" 216msgstr "" 217 218#: apply.c:2182 219#, c-format 220msgid "patch with only garbage at line %d" 221msgstr "" 222 223#: apply.c:2265 224#, c-format 225msgid "unable to read symlink %s" 226msgstr "" 227 228#: apply.c:2269 229#, c-format 230msgid "unable to open or read %s" 231msgstr "" 232 233#: apply.c:2922 234#, c-format 235msgid "invalid start of line: '%c'" 236msgstr "" 237 238#: apply.c:3041 239#, c-format 240msgid "Hunk #%d succeeded at %d (offset %d line)." 241msgid_plural "Hunk #%d succeeded at %d (offset %d lines)." 242msgstr[0] "" 243msgstr[1] "" 244 245#: apply.c:3053 246#, c-format 247msgid "Context reduced to (%ld/%ld) to apply fragment at %d" 248msgstr "" 249 250#: apply.c:3059 251#, c-format 252msgid "" 253"while searching for:\n" 254"%.*s" 255msgstr "" 256 257#: apply.c:3081 258#, c-format 259msgid "missing binary patch data for '%s'" 260msgstr "" 261 262#: apply.c:3089 263#, c-format 264msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'" 265msgstr "" 266 267#: apply.c:3135 268#, c-format 269msgid "cannot apply binary patch to '%s' without full index line" 270msgstr "" 271 272#: apply.c:3145 273#, c-format 274msgid "" 275"the patch applies to '%s' (%s), which does not match the current contents." 276msgstr "" 277 278#: apply.c:3153 279#, c-format 280msgid "the patch applies to an empty '%s' but it is not empty" 281msgstr "" 282 283#: apply.c:3171 284#, c-format 285msgid "the necessary postimage %s for '%s' cannot be read" 286msgstr "" 287 288#: apply.c:3184 289#, c-format 290msgid "binary patch does not apply to '%s'" 291msgstr "" 292 293#: apply.c:3190 294#, c-format 295msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)" 296msgstr "" 297 298#: apply.c:3211 299#, c-format 300msgid "patch failed: %s:%ld" 301msgstr "" 302 303#: apply.c:3333 304#, c-format 305msgid "cannot checkout %s" 306msgstr "" 307 308#: apply.c:3381 apply.c:3392 apply.c:3438 setup.c:248 309#, c-format 310msgid "failed to read %s" 311msgstr "" 312 313#: apply.c:3389 314#, c-format 315msgid "reading from '%s' beyond a symbolic link" 316msgstr "" 317 318#: apply.c:3418 apply.c:3658 319#, c-format 320msgid "path %s has been renamed/deleted" 321msgstr "" 322 323#: apply.c:3501 apply.c:3672 324#, c-format 325msgid "%s: does not exist in index" 326msgstr "" 327 328#: apply.c:3510 apply.c:3680 329#, c-format 330msgid "%s: does not match index" 331msgstr "" 332 333#: apply.c:3545 334msgid "repository lacks the necessary blob to fall back on 3-way merge." 335msgstr "" 336 337#: apply.c:3548 338#, c-format 339msgid "Falling back to three-way merge...\n" 340msgstr "" 341 342#: apply.c:3564 apply.c:3568 343#, c-format 344msgid "cannot read the current contents of '%s'" 345msgstr "" 346 347#: apply.c:3580 348#, c-format 349msgid "Failed to fall back on three-way merge...\n" 350msgstr "" 351 352#: apply.c:3594 353#, c-format 354msgid "Applied patch to '%s' with conflicts.\n" 355msgstr "" 356 357#: apply.c:3599 358#, c-format 359msgid "Applied patch to '%s' cleanly.\n" 360msgstr "" 361 362#: apply.c:3625 363msgid "removal patch leaves file contents" 364msgstr "" 365 366#: apply.c:3697 367#, c-format 368msgid "%s: wrong type" 369msgstr "" 370 371#: apply.c:3699 372#, c-format 373msgid "%s has type %o, expected %o" 374msgstr "" 375 376#: apply.c:3850 apply.c:3852 377#, c-format 378msgid "invalid path '%s'" 379msgstr "" 380 381#: apply.c:3908 382#, c-format 383msgid "%s: already exists in index" 384msgstr "" 385 386#: apply.c:3911 387#, c-format 388msgid "%s: already exists in working directory" 389msgstr "" 390 391#: apply.c:3931 392#, c-format 393msgid "new mode (%o) of %s does not match old mode (%o)" 394msgstr "" 395 396#: apply.c:3936 397#, c-format 398msgid "new mode (%o) of %s does not match old mode (%o) of %s" 399msgstr "" 400 401#: apply.c:3956 402#, c-format 403msgid "affected file '%s' is beyond a symbolic link" 404msgstr "" 405 406#: apply.c:3960 407#, c-format 408msgid "%s: patch does not apply" 409msgstr "" 410 411#: apply.c:3975 412#, c-format 413msgid "Checking patch %s..." 414msgstr "" 415 416#: apply.c:4066 417#, c-format 418msgid "sha1 information is lacking or useless for submodule %s" 419msgstr "" 420 421#: apply.c:4073 422#, c-format 423msgid "mode change for %s, which is not in current HEAD" 424msgstr "" 425 426#: apply.c:4076 427#, c-format 428msgid "sha1 information is lacking or useless (%s)." 429msgstr "" 430 431#: apply.c:4081 builtin/checkout.c:233 builtin/reset.c:135 432#, c-format 433msgid "make_cache_entry failed for path '%s'" 434msgstr "" 435 436#: apply.c:4085 437#, c-format 438msgid "could not add %s to temporary index" 439msgstr "" 440 441#: apply.c:4095 442#, c-format 443msgid "could not write temporary index to %s" 444msgstr "" 445 446#: apply.c:4233 447#, c-format 448msgid "unable to remove %s from index" 449msgstr "" 450 451#: apply.c:4268 452#, c-format 453msgid "corrupt patch for submodule %s" 454msgstr "" 455 456#: apply.c:4274 457#, c-format 458msgid "unable to stat newly created file '%s'" 459msgstr "" 460 461#: apply.c:4282 462#, c-format 463msgid "unable to create backing store for newly created file %s" 464msgstr "" 465 466#: apply.c:4288 apply.c:4432 467#, c-format 468msgid "unable to add cache entry for %s" 469msgstr "" 470 471#: apply.c:4329 472#, c-format 473msgid "failed to write to '%s'" 474msgstr "" 475 476#: apply.c:4333 477#, c-format 478msgid "closing file '%s'" 479msgstr "" 480 481#: apply.c:4403 482#, c-format 483msgid "unable to write file '%s' mode %o" 484msgstr "" 485 486#: apply.c:4501 487#, c-format 488msgid "Applied patch %s cleanly." 489msgstr "" 490 491#: apply.c:4509 492msgid "internal error" 493msgstr "" 494 495#: apply.c:4512 496#, c-format 497msgid "Applying patch %%s with %d reject..." 498msgid_plural "Applying patch %%s with %d rejects..." 499msgstr[0] "" 500msgstr[1] "" 501 502#: apply.c:4523 503#, c-format 504msgid "truncating .rej filename to %.*s.rej" 505msgstr "" 506 507#: apply.c:4531 builtin/fetch.c:737 builtin/fetch.c:986 508#, c-format 509msgid "cannot open %s" 510msgstr "" 511 512#: apply.c:4545 513#, c-format 514msgid "Hunk #%d applied cleanly." 515msgstr "" 516 517#: apply.c:4549 518#, c-format 519msgid "Rejected hunk #%d." 520msgstr "" 521 522#: apply.c:4659 523#, c-format 524msgid "Skipped patch '%s'." 525msgstr "" 526 527#: apply.c:4667 528msgid "unrecognized input" 529msgstr "" 530 531#: apply.c:4686 532msgid "unable to read index file" 533msgstr "" 534 535#: apply.c:4824 536#, c-format 537msgid "can't open patch '%s': %s" 538msgstr "" 539 540#: apply.c:4849 541#, c-format 542msgid "squelched %d whitespace error" 543msgid_plural "squelched %d whitespace errors" 544msgstr[0] "" 545msgstr[1] "" 546 547#: apply.c:4855 apply.c:4870 548#, c-format 549msgid "%d line adds whitespace errors." 550msgid_plural "%d lines add whitespace errors." 551msgstr[0] "" 552msgstr[1] "" 553 554#: apply.c:4863 555#, c-format 556msgid "%d line applied after fixing whitespace errors." 557msgid_plural "%d lines applied after fixing whitespace errors." 558msgstr[0] "" 559msgstr[1] "" 560 561#: apply.c:4879 builtin/add.c:463 builtin/mv.c:298 builtin/rm.c:391 562msgid "Unable to write new index file" 563msgstr "" 564 565#: apply.c:4910 apply.c:4913 builtin/am.c:2277 builtin/am.c:2280 566#: builtin/clone.c:95 builtin/fetch.c:98 builtin/pull.c:180 567#: builtin/submodule--helper.c:281 builtin/submodule--helper.c:591 568#: builtin/submodule--helper.c:594 builtin/submodule--helper.c:960 569#: builtin/submodule--helper.c:963 builtin/submodule--helper.c:1104 570#: git-add--interactive.perl:239 571msgid "path" 572msgstr "" 573 574#: apply.c:4911 575msgid "don't apply changes matching the given path" 576msgstr "" 577 578#: apply.c:4914 579msgid "apply changes matching the given path" 580msgstr "" 581 582#: apply.c:4916 builtin/am.c:2286 583msgid "num" 584msgstr "" 585 586#: apply.c:4917 587msgid "remove <num> leading slashes from traditional diff paths" 588msgstr "" 589 590#: apply.c:4920 591msgid "ignore additions made by the patch" 592msgstr "" 593 594#: apply.c:4922 595msgid "instead of applying the patch, output diffstat for the input" 596msgstr "" 597 598#: apply.c:4926 599msgid "show number of added and deleted lines in decimal notation" 600msgstr "" 601 602#: apply.c:4928 603msgid "instead of applying the patch, output a summary for the input" 604msgstr "" 605 606#: apply.c:4930 607msgid "instead of applying the patch, see if the patch is applicable" 608msgstr "" 609 610#: apply.c:4932 611msgid "make sure the patch is applicable to the current index" 612msgstr "" 613 614#: apply.c:4934 615msgid "apply a patch without touching the working tree" 616msgstr "" 617 618#: apply.c:4936 619msgid "accept a patch that touches outside the working area" 620msgstr "" 621 622#: apply.c:4938 623msgid "also apply the patch (use with --stat/--summary/--check)" 624msgstr "" 625 626#: apply.c:4940 627msgid "attempt three-way merge if a patch does not apply" 628msgstr "" 629 630#: apply.c:4942 631msgid "build a temporary index based on embedded index information" 632msgstr "" 633 634#: apply.c:4945 builtin/checkout-index.c:169 builtin/ls-files.c:507 635msgid "paths are separated with NUL character" 636msgstr "" 637 638#: apply.c:4947 639msgid "ensure at least <n> lines of context match" 640msgstr "" 641 642#: apply.c:4948 builtin/am.c:2265 643msgid "action" 644msgstr "" 645 646#: apply.c:4949 647msgid "detect new or modified lines that have whitespace errors" 648msgstr "" 649 650#: apply.c:4952 apply.c:4955 651msgid "ignore changes in whitespace when finding context" 652msgstr "" 653 654#: apply.c:4958 655msgid "apply the patch in reverse" 656msgstr "" 657 658#: apply.c:4960 659msgid "don't expect at least one line of context" 660msgstr "" 661 662#: apply.c:4962 663msgid "leave the rejected hunks in corresponding *.rej files" 664msgstr "" 665 666#: apply.c:4964 667msgid "allow overlapping hunks" 668msgstr "" 669 670#: apply.c:4965 builtin/add.c:267 builtin/check-ignore.c:19 671#: builtin/commit.c:1337 builtin/count-objects.c:94 builtin/fsck.c:651 672#: builtin/log.c:1860 builtin/mv.c:122 builtin/read-tree.c:114 673msgid "be verbose" 674msgstr "" 675 676#: apply.c:4967 677msgid "tolerate incorrectly detected missing new-line at the end of file" 678msgstr "" 679 680#: apply.c:4970 681msgid "do not trust the line counts in the hunk headers" 682msgstr "" 683 684#: apply.c:4972 builtin/am.c:2274 685msgid "root" 686msgstr "" 687 688#: apply.c:4973 689msgid "prepend <root> to all filenames" 690msgstr "" 691 692#: archive.c:12 693msgid "git archive [<options>] <tree-ish> [<path>...]" 694msgstr "" 695 696#: archive.c:13 697msgid "git archive --list" 698msgstr "" 699 700#: archive.c:14 701msgid "" 702"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]" 703msgstr "" 704 705#: archive.c:15 706msgid "git archive --remote <repo> [--exec <cmd>] --list" 707msgstr "" 708 709#: archive.c:344 builtin/add.c:152 builtin/add.c:442 builtin/rm.c:300 710#, c-format 711msgid "pathspec '%s' did not match any files" 712msgstr "" 713 714#: archive.c:429 715msgid "fmt" 716msgstr "" 717 718#: archive.c:429 719msgid "archive format" 720msgstr "" 721 722#: archive.c:430 builtin/log.c:1429 723msgid "prefix" 724msgstr "" 725 726#: archive.c:431 727msgid "prepend prefix to each pathname in the archive" 728msgstr "" 729 730#: archive.c:432 builtin/blame.c:2607 builtin/blame.c:2608 builtin/config.c:59 731#: builtin/fast-export.c:987 builtin/fast-export.c:989 builtin/grep.c:1054 732#: builtin/hash-object.c:101 builtin/ls-files.c:541 builtin/ls-files.c:544 733#: builtin/notes.c:401 builtin/notes.c:564 builtin/read-tree.c:109 734#: parse-options.h:153 735msgid "file" 736msgstr "" 737 738#: archive.c:433 builtin/archive.c:89 739msgid "write the archive to this file" 740msgstr "" 741 742#: archive.c:435 743msgid "read .gitattributes in working directory" 744msgstr "" 745 746#: archive.c:436 747msgid "report archived files on stderr" 748msgstr "" 749 750#: archive.c:437 751msgid "store only" 752msgstr "" 753 754#: archive.c:438 755msgid "compress faster" 756msgstr "" 757 758#: archive.c:446 759msgid "compress better" 760msgstr "" 761 762#: archive.c:449 763msgid "list supported archive formats" 764msgstr "" 765 766#: archive.c:451 builtin/archive.c:90 builtin/clone.c:85 builtin/clone.c:88 767#: builtin/submodule--helper.c:603 builtin/submodule--helper.c:969 768msgid "repo" 769msgstr "" 770 771#: archive.c:452 builtin/archive.c:91 772msgid "retrieve the archive from remote repository <repo>" 773msgstr "" 774 775#: archive.c:453 builtin/archive.c:92 builtin/notes.c:485 776msgid "command" 777msgstr "" 778 779#: archive.c:454 builtin/archive.c:93 780msgid "path to the remote git-upload-archive command" 781msgstr "" 782 783#: archive.c:461 784msgid "Unexpected option --remote" 785msgstr "" 786 787#: archive.c:463 788msgid "Option --exec can only be used together with --remote" 789msgstr "" 790 791#: archive.c:465 792msgid "Unexpected option --output" 793msgstr "" 794 795#: archive.c:487 796#, c-format 797msgid "Unknown archive format '%s'" 798msgstr "" 799 800#: archive.c:494 801#, c-format 802msgid "Argument not supported for format '%s': -%d" 803msgstr "" 804 805#: attr.c:263 806msgid "" 807"Negative patterns are ignored in git attributes\n" 808"Use '\\!' for literal leading exclamation." 809msgstr "" 810 811#: bisect.c:441 812#, c-format 813msgid "Could not open file '%s'" 814msgstr "" 815 816#: bisect.c:446 817#, c-format 818msgid "Badly quoted content in file '%s': %s" 819msgstr "" 820 821#: bisect.c:655 822#, c-format 823msgid "We cannot bisect more!\n" 824msgstr "" 825 826#: bisect.c:708 827#, c-format 828msgid "Not a valid commit name %s" 829msgstr "" 830 831#: bisect.c:732 832#, c-format 833msgid "" 834"The merge base %s is bad.\n" 835"This means the bug has been fixed between %s and [%s].\n" 836msgstr "" 837 838#: bisect.c:737 839#, c-format 840msgid "" 841"The merge base %s is new.\n" 842"The property has changed between %s and [%s].\n" 843msgstr "" 844 845#: bisect.c:742 846#, c-format 847msgid "" 848"The merge base %s is %s.\n" 849"This means the first '%s' commit is between %s and [%s].\n" 850msgstr "" 851 852#: bisect.c:750 853#, c-format 854msgid "" 855"Some %s revs are not ancestors of the %s rev.\n" 856"git bisect cannot work properly in this case.\n" 857"Maybe you mistook %s and %s revs?\n" 858msgstr "" 859 860#: bisect.c:763 861#, c-format 862msgid "" 863"the merge base between %s and [%s] must be skipped.\n" 864"So we cannot be sure the first %s commit is between %s and %s.\n" 865"We continue anyway." 866msgstr "" 867 868#: bisect.c:798 869#, c-format 870msgid "Bisecting: a merge base must be tested\n" 871msgstr "" 872 873#: bisect.c:849 874#, c-format 875msgid "a %s revision is needed" 876msgstr "" 877 878#: bisect.c:866 builtin/notes.c:174 builtin/tag.c:262 879#, c-format 880msgid "could not create file '%s'" 881msgstr "" 882 883#: bisect.c:917 884#, c-format 885msgid "could not read file '%s'" 886msgstr "" 887 888#: bisect.c:947 889msgid "reading bisect refs failed" 890msgstr "" 891 892#: bisect.c:967 893#, c-format 894msgid "%s was both %s and %s\n" 895msgstr "" 896 897#: bisect.c:975 898#, c-format 899msgid "" 900"No testable commit found.\n" 901"Maybe you started with bad path parameters?\n" 902msgstr "" 903 904#: bisect.c:994 905#, c-format 906msgid "(roughly %d step)" 907msgid_plural "(roughly %d steps)" 908msgstr[0] "" 909msgstr[1] "" 910 911#. TRANSLATORS: the last %s will be replaced with 912#. "(roughly %d steps)" translation 913#: bisect.c:998 914#, c-format 915msgid "Bisecting: %d revision left to test after this %s\n" 916msgid_plural "Bisecting: %d revisions left to test after this %s\n" 917msgstr[0] "" 918msgstr[1] "" 919 920#: branch.c:53 921#, c-format 922msgid "" 923"\n" 924"After fixing the error cause you may try to fix up\n" 925"the remote tracking information by invoking\n" 926"\"git branch --set-upstream-to=%s%s%s\"." 927msgstr "" 928 929#: branch.c:67 930#, c-format 931msgid "Not setting branch %s as its own upstream." 932msgstr "" 933 934#: branch.c:93 935#, c-format 936msgid "Branch %s set up to track remote branch %s from %s by rebasing." 937msgstr "" 938 939#: branch.c:94 940#, c-format 941msgid "Branch %s set up to track remote branch %s from %s." 942msgstr "" 943 944#: branch.c:98 945#, c-format 946msgid "Branch %s set up to track local branch %s by rebasing." 947msgstr "" 948 949#: branch.c:99 950#, c-format 951msgid "Branch %s set up to track local branch %s." 952msgstr "" 953 954#: branch.c:104 955#, c-format 956msgid "Branch %s set up to track remote ref %s by rebasing." 957msgstr "" 958 959#: branch.c:105 960#, c-format 961msgid "Branch %s set up to track remote ref %s." 962msgstr "" 963 964#: branch.c:109 965#, c-format 966msgid "Branch %s set up to track local ref %s by rebasing." 967msgstr "" 968 969#: branch.c:110 970#, c-format 971msgid "Branch %s set up to track local ref %s." 972msgstr "" 973 974#: branch.c:119 975msgid "Unable to write upstream branch configuration" 976msgstr "" 977 978#: branch.c:156 979#, c-format 980msgid "Not tracking: ambiguous information for ref %s" 981msgstr "" 982 983#: branch.c:185 984#, c-format 985msgid "'%s' is not a valid branch name." 986msgstr "" 987 988#: branch.c:190 989#, c-format 990msgid "A branch named '%s' already exists." 991msgstr "" 992 993#: branch.c:198 994msgid "Cannot force update the current branch." 995msgstr "" 996 997#: branch.c:218 998#, c-format 999msgid "Cannot setup tracking information; starting point '%s' is not a branch."1000msgstr ""10011002#: branch.c:2201003#, c-format1004msgid "the requested upstream branch '%s' does not exist"1005msgstr ""10061007#: branch.c:2221008msgid ""1009"\n"1010"If you are planning on basing your work on an upstream\n"1011"branch that already exists at the remote, you may need to\n"1012"run \"git fetch\" to retrieve it.\n"1013"\n"1014"If you are planning to push out a new local branch that\n"1015"will track its remote counterpart, you may want to use\n"1016"\"git push -u\" to set the upstream config as you push."1017msgstr ""10181019#: branch.c:2651020#, c-format1021msgid "Not a valid object name: '%s'."1022msgstr ""10231024#: branch.c:2851025#, c-format1026msgid "Ambiguous object name: '%s'."1027msgstr ""10281029#: branch.c:2901030#, c-format1031msgid "Not a valid branch point: '%s'."1032msgstr ""10331034#: branch.c:3441035#, c-format1036msgid "'%s' is already checked out at '%s'"1037msgstr ""10381039#: branch.c:3631040#, c-format1041msgid "HEAD of working tree %s is not updated"1042msgstr ""10431044#: bundle.c:341045#, c-format1046msgid "'%s' does not look like a v2 bundle file"1047msgstr ""10481049#: bundle.c:611050#, c-format1051msgid "unrecognized header: %s%s (%d)"1052msgstr ""10531054#: bundle.c:87 sequencer.c:1331 sequencer.c:1752 builtin/commit.c:7771055#, c-format1056msgid "could not open '%s'"1057msgstr ""10581059#: bundle.c:1391060msgid "Repository lacks these prerequisite commits:"1061msgstr ""10621063#: bundle.c:163 ref-filter.c:1499 sequencer.c:1154 sequencer.c:22901064#: builtin/blame.c:2820 builtin/commit.c:1061 builtin/log.c:3481065#: builtin/log.c:890 builtin/log.c:1340 builtin/log.c:1666 builtin/log.c:19091066#: builtin/merge.c:360 builtin/shortlog.c:1771067msgid "revision walk setup failed"1068msgstr ""10691070#: bundle.c:1851071#, c-format1072msgid "The bundle contains this ref:"1073msgid_plural "The bundle contains these %d refs:"1074msgstr[0] ""1075msgstr[1] ""10761077#: bundle.c:1921078msgid "The bundle records a complete history."1079msgstr ""10801081#: bundle.c:1941082#, c-format1083msgid "The bundle requires this ref:"1084msgid_plural "The bundle requires these %d refs:"1085msgstr[0] ""1086msgstr[1] ""10871088#: bundle.c:2531089msgid "Could not spawn pack-objects"1090msgstr ""10911092#: bundle.c:2641093msgid "pack-objects died"1094msgstr ""10951096#: bundle.c:3041097msgid "rev-list died"1098msgstr ""10991100#: bundle.c:3531101#, c-format1102msgid "ref '%s' is excluded by the rev-list options"1103msgstr ""11041105#: bundle.c:443 builtin/log.c:165 builtin/log.c:1572 builtin/shortlog.c:2821106#, c-format1107msgid "unrecognized argument: %s"1108msgstr ""11091110#: bundle.c:4511111msgid "Refusing to create empty bundle."1112msgstr ""11131114#: bundle.c:4631115#, c-format1116msgid "cannot create '%s'"1117msgstr ""11181119#: bundle.c:4911120msgid "index-pack died"1121msgstr ""11221123#: color.c:3001124#, c-format1125msgid "invalid color value: %.*s"1126msgstr ""11271128#: commit.c:40 sequencer.c:1564 builtin/am.c:421 builtin/am.c:4571129#: builtin/am.c:1493 builtin/am.c:21271130#, c-format1131msgid "could not parse %s"1132msgstr ""11331134#: commit.c:421135#, c-format1136msgid "%s %s is not a commit!"1137msgstr ""11381139#: commit.c:15141140msgid ""1141"Warning: commit message did not conform to UTF-8.\n"1142"You may want to amend it after fixing the message, or set the config\n"1143"variable i18n.commitencoding to the encoding your project uses.\n"1144msgstr ""11451146#: compat/obstack.c:406 compat/obstack.c:4081147msgid "memory exhausted"1148msgstr ""11491150#: config.c:5181151#, c-format1152msgid "bad config line %d in blob %s"1153msgstr ""11541155#: config.c:5221156#, c-format1157msgid "bad config line %d in file %s"1158msgstr ""11591160#: config.c:5261161#, c-format1162msgid "bad config line %d in standard input"1163msgstr ""11641165#: config.c:5301166#, c-format1167msgid "bad config line %d in submodule-blob %s"1168msgstr ""11691170#: config.c:5341171#, c-format1172msgid "bad config line %d in command line %s"1173msgstr ""11741175#: config.c:5381176#, c-format1177msgid "bad config line %d in %s"1178msgstr ""11791180#: config.c:6571181msgid "out of range"1182msgstr ""11831184#: config.c:6571185msgid "invalid unit"1186msgstr ""11871188#: config.c:6631189#, c-format1190msgid "bad numeric config value '%s' for '%s': %s"1191msgstr ""11921193#: config.c:6681194#, c-format1195msgid "bad numeric config value '%s' for '%s' in blob %s: %s"1196msgstr ""11971198#: config.c:6711199#, c-format1200msgid "bad numeric config value '%s' for '%s' in file %s: %s"1201msgstr ""12021203#: config.c:6741204#, c-format1205msgid "bad numeric config value '%s' for '%s' in standard input: %s"1206msgstr ""12071208#: config.c:6771209#, c-format1210msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"1211msgstr ""12121213#: config.c:6801214#, c-format1215msgid "bad numeric config value '%s' for '%s' in command line %s: %s"1216msgstr ""12171218#: config.c:6831219#, c-format1220msgid "bad numeric config value '%s' for '%s' in %s: %s"1221msgstr ""12221223#: config.c:7701224#, c-format1225msgid "failed to expand user dir in: '%s'"1226msgstr ""12271228#: config.c:865 config.c:8761229#, c-format1230msgid "bad zlib compression level %d"1231msgstr ""12321233#: config.c:9931234#, c-format1235msgid "invalid mode for object creation: %s"1236msgstr ""12371238#: config.c:11491239#, c-format1240msgid "bad pack compression level %d"1241msgstr ""12421243#: config.c:13391244msgid "unable to parse command-line config"1245msgstr ""12461247#: config.c:13891248msgid "unknown error occurred while reading the configuration files"1249msgstr ""12501251#: config.c:17431252#, c-format1253msgid "unable to parse '%s' from command-line config"1254msgstr ""12551256#: config.c:17451257#, c-format1258msgid "bad config variable '%s' in file '%s' at line %d"1259msgstr ""12601261#: config.c:18041262#, c-format1263msgid "%s has multiple values"1264msgstr ""12651266#: config.c:2225 config.c:24501267#, c-format1268msgid "fstat on %s failed"1269msgstr ""12701271#: config.c:23431272#, c-format1273msgid "could not set '%s' to '%s'"1274msgstr ""12751276#: config.c:23451277#, c-format1278msgid "could not unset '%s'"1279msgstr ""12801281#: connect.c:491282msgid "The remote end hung up upon initial contact"1283msgstr ""12841285#: connect.c:511286msgid ""1287"Could not read from remote repository.\n"1288"\n"1289"Please make sure you have the correct access rights\n"1290"and the repository exists."1291msgstr ""12921293#: connected.c:63 builtin/fsck.c:190 builtin/prune.c:1401294msgid "Checking connectivity"1295msgstr ""12961297#: connected.c:751298msgid "Could not run 'git rev-list'"1299msgstr ""13001301#: connected.c:951302msgid "failed write to rev-list"1303msgstr ""13041305#: connected.c:1021306msgid "failed to close rev-list's stdin"1307msgstr ""13081309#: convert.c:2011310#, c-format1311msgid ""1312"CRLF will be replaced by LF in %s.\n"1313"The file will have its original line endings in your working directory."1314msgstr ""13151316#: convert.c:2051317#, c-format1318msgid "CRLF would be replaced by LF in %s."1319msgstr ""13201321#: convert.c:2111322#, c-format1323msgid ""1324"LF will be replaced by CRLF in %s.\n"1325"The file will have its original line endings in your working directory."1326msgstr ""13271328#: convert.c:2151329#, c-format1330msgid "LF would be replaced by CRLF in %s"1331msgstr ""13321333#: date.c:971334msgid "in the future"1335msgstr ""13361337#: date.c:1031338#, c-format1339msgid "%lu second ago"1340msgid_plural "%lu seconds ago"1341msgstr[0] ""1342msgstr[1] ""13431344#: date.c:1101345#, c-format1346msgid "%lu minute ago"1347msgid_plural "%lu minutes ago"1348msgstr[0] ""1349msgstr[1] ""13501351#: date.c:1171352#, c-format1353msgid "%lu hour ago"1354msgid_plural "%lu hours ago"1355msgstr[0] ""1356msgstr[1] ""13571358#: date.c:1241359#, c-format1360msgid "%lu day ago"1361msgid_plural "%lu days ago"1362msgstr[0] ""1363msgstr[1] ""13641365#: date.c:1301366#, c-format1367msgid "%lu week ago"1368msgid_plural "%lu weeks ago"1369msgstr[0] ""1370msgstr[1] ""13711372#: date.c:1371373#, c-format1374msgid "%lu month ago"1375msgid_plural "%lu months ago"1376msgstr[0] ""1377msgstr[1] ""13781379#: date.c:1481380#, c-format1381msgid "%lu year"1382msgid_plural "%lu years"1383msgstr[0] ""1384msgstr[1] ""13851386#. TRANSLATORS: "%s" is "<n> years"1387#: date.c:1511388#, c-format1389msgid "%s, %lu month ago"1390msgid_plural "%s, %lu months ago"1391msgstr[0] ""1392msgstr[1] ""13931394#: date.c:156 date.c:1611395#, c-format1396msgid "%lu year ago"1397msgid_plural "%lu years ago"1398msgstr[0] ""1399msgstr[1] ""14001401#: diffcore-order.c:241402#, c-format1403msgid "failed to read orderfile '%s'"1404msgstr ""14051406#: diffcore-rename.c:5361407msgid "Performing inexact rename detection"1408msgstr ""14091410#: diff.c:621411#, c-format1412msgid "option '%s' requires a value"1413msgstr ""14141415#: diff.c:1241416#, c-format1417msgid " Failed to parse dirstat cut-off percentage '%s'\n"1418msgstr ""14191420#: diff.c:1291421#, c-format1422msgid " Unknown dirstat parameter '%s'\n"1423msgstr ""14241425#: diff.c:2811426#, c-format1427msgid "Unknown value for 'diff.submodule' config variable: '%s'"1428msgstr ""14291430#: diff.c:3441431#, c-format1432msgid ""1433"Found errors in 'diff.dirstat' config variable:\n"1434"%s"1435msgstr ""14361437#: diff.c:30851438#, c-format1439msgid "external diff died, stopping at %s"1440msgstr ""14411442#: diff.c:34111443msgid "--name-only, --name-status, --check and -s are mutually exclusive"1444msgstr ""14451446#: diff.c:35011447msgid "--follow requires exactly one pathspec"1448msgstr ""14491450#: diff.c:36641451#, c-format1452msgid ""1453"Failed to parse --dirstat/-X option parameter:\n"1454"%s"1455msgstr ""14561457#: diff.c:36781458#, c-format1459msgid "Failed to parse --submodule option parameter: '%s'"1460msgstr ""14611462#: diff.c:46961463msgid "inexact rename detection was skipped due to too many files."1464msgstr ""14651466#: diff.c:46991467msgid "only found copies from modified paths due to too many files."1468msgstr ""14691470#: diff.c:47021471#, c-format1472msgid ""1473"you may want to set your %s variable to at least %d and retry the command."1474msgstr ""14751476#: dir.c:18621477msgid "failed to get kernel name and information"1478msgstr ""14791480#: dir.c:19811481msgid "Untracked cache is disabled on this system or location."1482msgstr ""14831484#: dir.c:27591485#, c-format1486msgid "could not migrate git directory from '%s' to '%s'"1487msgstr ""14881489#: fetch-pack.c:2131490msgid "git fetch-pack: expected shallow list"1491msgstr ""14921493#: fetch-pack.c:2251494msgid "git fetch-pack: expected ACK/NAK, got EOF"1495msgstr ""14961497#: fetch-pack.c:2431498#, c-format1499msgid "git fetch-pack: expected ACK/NAK, got '%s'"1500msgstr ""15011502#: fetch-pack.c:2951503msgid "--stateless-rpc requires multi_ack_detailed"1504msgstr ""15051506#: fetch-pack.c:3811507#, c-format1508msgid "invalid shallow line: %s"1509msgstr ""15101511#: fetch-pack.c:3871512#, c-format1513msgid "invalid unshallow line: %s"1514msgstr ""15151516#: fetch-pack.c:3891517#, c-format1518msgid "object not found: %s"1519msgstr ""15201521#: fetch-pack.c:3921522#, c-format1523msgid "error in object: %s"1524msgstr ""15251526#: fetch-pack.c:3941527#, c-format1528msgid "no shallow found: %s"1529msgstr ""15301531#: fetch-pack.c:3971532#, c-format1533msgid "expected shallow/unshallow, got %s"1534msgstr ""15351536#: fetch-pack.c:4361537#, c-format1538msgid "got %s %d %s"1539msgstr ""15401541#: fetch-pack.c:4501542#, c-format1543msgid "invalid commit %s"1544msgstr ""15451546#: fetch-pack.c:4831547msgid "giving up"1548msgstr ""15491550#: fetch-pack.c:493 progress.c:2351551msgid "done"1552msgstr ""15531554#: fetch-pack.c:5051555#, c-format1556msgid "got %s (%d) %s"1557msgstr ""15581559#: fetch-pack.c:5511560#, c-format1561msgid "Marking %s as complete"1562msgstr ""15631564#: fetch-pack.c:6971565#, c-format1566msgid "already have %s (%s)"1567msgstr ""15681569#: fetch-pack.c:7351570msgid "fetch-pack: unable to fork off sideband demultiplexer"1571msgstr ""15721573#: fetch-pack.c:7431574msgid "protocol error: bad pack header"1575msgstr ""15761577#: fetch-pack.c:7991578#, c-format1579msgid "fetch-pack: unable to fork off %s"1580msgstr ""15811582#: fetch-pack.c:8151583#, c-format1584msgid "%s failed"1585msgstr ""15861587#: fetch-pack.c:8171588msgid "error in sideband demultiplexer"1589msgstr ""15901591#: fetch-pack.c:8441592msgid "Server does not support shallow clients"1593msgstr ""15941595#: fetch-pack.c:8481596msgid "Server supports multi_ack_detailed"1597msgstr ""15981599#: fetch-pack.c:8511600msgid "Server supports no-done"1601msgstr ""16021603#: fetch-pack.c:8571604msgid "Server supports multi_ack"1605msgstr ""16061607#: fetch-pack.c:8611608msgid "Server supports side-band-64k"1609msgstr ""16101611#: fetch-pack.c:8651612msgid "Server supports side-band"1613msgstr ""16141615#: fetch-pack.c:8691616msgid "Server supports allow-tip-sha1-in-want"1617msgstr ""16181619#: fetch-pack.c:8731620msgid "Server supports allow-reachable-sha1-in-want"1621msgstr ""16221623#: fetch-pack.c:8831624msgid "Server supports ofs-delta"1625msgstr ""16261627#: fetch-pack.c:8901628#, c-format1629msgid "Server version is %.*s"1630msgstr ""16311632#: fetch-pack.c:8961633msgid "Server does not support --shallow-since"1634msgstr ""16351636#: fetch-pack.c:9001637msgid "Server does not support --shallow-exclude"1638msgstr ""16391640#: fetch-pack.c:9021641msgid "Server does not support --deepen"1642msgstr ""16431644#: fetch-pack.c:9131645msgid "no common commits"1646msgstr ""16471648#: fetch-pack.c:9251649msgid "git fetch-pack: fetch failed."1650msgstr ""16511652#: fetch-pack.c:10871653msgid "no matching remote head"1654msgstr ""16551656#: gpg-interface.c:1851657msgid "gpg failed to sign the data"1658msgstr ""16591660#: gpg-interface.c:2151661msgid "could not create temporary file"1662msgstr ""16631664#: gpg-interface.c:2171665#, c-format1666msgid "failed writing detached signature to '%s'"1667msgstr ""16681669#: graph.c:961670#, c-format1671msgid "ignore invalid color '%.*s' in log.graphColors"1672msgstr ""16731674#: grep.c:17941675#, c-format1676msgid "'%s': unable to read %s"1677msgstr ""16781679#: grep.c:1811 builtin/clone.c:381 builtin/diff.c:81 builtin/rm.c:1331680#, c-format1681msgid "failed to stat '%s'"1682msgstr ""16831684#: grep.c:18221685#, c-format1686msgid "'%s': short read"1687msgstr ""16881689#: help.c:2181690#, c-format1691msgid "available git commands in '%s'"1692msgstr ""16931694#: help.c:2251695msgid "git commands available from elsewhere on your $PATH"1696msgstr ""16971698#: help.c:2561699msgid "These are common Git commands used in various situations:"1700msgstr ""17011702#: help.c:3211703#, c-format1704msgid ""1705"'%s' appears to be a git command, but we were not\n"1706"able to execute it. Maybe git-%s is broken?"1707msgstr ""17081709#: help.c:3761710msgid "Uh oh. Your system reports no Git commands at all."1711msgstr ""17121713#: help.c:3981714#, c-format1715msgid ""1716"WARNING: You called a Git command named '%s', which does not exist.\n"1717"Continuing under the assumption that you meant '%s'"1718msgstr ""17191720#: help.c:4031721#, c-format1722msgid "in %0.1f seconds automatically..."1723msgstr ""17241725#: help.c:4101726#, c-format1727msgid "git: '%s' is not a git command. See 'git --help'."1728msgstr ""17291730#: help.c:414 help.c:4801731msgid ""1732"\n"1733"Did you mean this?"1734msgid_plural ""1735"\n"1736"Did you mean one of these?"1737msgstr[0] ""1738msgstr[1] ""17391740#: help.c:4761741#, c-format1742msgid "%s: %s - %s"1743msgstr ""17441745#: ident.c:3341746msgid ""1747"\n"1748"*** Please tell me who you are.\n"1749"\n"1750"Run\n"1751"\n"1752" git config --global user.email \"you@example.com\"\n"1753" git config --global user.name \"Your Name\"\n"1754"\n"1755"to set your account's default identity.\n"1756"Omit --global to set the identity only in this repository.\n"1757"\n"1758msgstr ""17591760#: lockfile.c:1521761#, c-format1762msgid ""1763"Unable to create '%s.lock': %s.\n"1764"\n"1765"Another git process seems to be running in this repository, e.g.\n"1766"an editor opened by 'git commit'. Please make sure all processes\n"1767"are terminated then try again. If it still fails, a git process\n"1768"may have crashed in this repository earlier:\n"1769"remove the file manually to continue."1770msgstr ""17711772#: lockfile.c:1601773#, c-format1774msgid "Unable to create '%s.lock': %s"1775msgstr ""17761777#: merge.c:411778msgid "failed to read the cache"1779msgstr ""17801781#: merge.c:96 builtin/am.c:2000 builtin/am.c:2035 builtin/checkout.c:3741782#: builtin/checkout.c:588 builtin/clone.c:7311783msgid "unable to write new index file"1784msgstr ""17851786#: merge-recursive.c:2091787msgid "(bad commit)\n"1788msgstr ""17891790#: merge-recursive.c:231 merge-recursive.c:2391791#, c-format1792msgid "addinfo_cache failed for path '%s'"1793msgstr ""17941795#: merge-recursive.c:3031796msgid "error building trees"1797msgstr ""17981799#: merge-recursive.c:7271800#, c-format1801msgid "failed to create path '%s'%s"1802msgstr ""18031804#: merge-recursive.c:7381805#, c-format1806msgid "Removing %s to make room for subdirectory\n"1807msgstr ""18081809#: merge-recursive.c:752 merge-recursive.c:7711810msgid ": perhaps a D/F conflict?"1811msgstr ""18121813#: merge-recursive.c:7611814#, c-format1815msgid "refusing to lose untracked file at '%s'"1816msgstr ""18171818#: merge-recursive.c:803 builtin/cat-file.c:341819#, c-format1820msgid "cannot read object %s '%s'"1821msgstr ""18221823#: merge-recursive.c:8051824#, c-format1825msgid "blob expected for %s '%s'"1826msgstr ""18271828#: merge-recursive.c:8291829#, c-format1830msgid "failed to open '%s': %s"1831msgstr ""18321833#: merge-recursive.c:8401834#, c-format1835msgid "failed to symlink '%s': %s"1836msgstr ""18371838#: merge-recursive.c:8451839#, c-format1840msgid "do not know what to do with %06o %s '%s'"1841msgstr ""18421843#: merge-recursive.c:9851844msgid "Failed to execute internal merge"1845msgstr ""18461847#: merge-recursive.c:9891848#, c-format1849msgid "Unable to add %s to database"1850msgstr ""18511852#: merge-recursive.c:1088 merge-recursive.c:11021853#, c-format1854msgid ""1855"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "1856"in tree."1857msgstr ""18581859#: merge-recursive.c:1094 merge-recursive.c:11071860#, c-format1861msgid ""1862"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "1863"in tree at %s."1864msgstr ""18651866#: merge-recursive.c:11501867msgid "rename"1868msgstr ""18691870#: merge-recursive.c:11501871msgid "renamed"1872msgstr ""18731874#: merge-recursive.c:12071875#, c-format1876msgid "%s is a directory in %s adding as %s instead"1877msgstr ""18781879#: merge-recursive.c:12321880#, c-format1881msgid ""1882"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"1883"\"->\"%s\" in \"%s\"%s"1884msgstr ""18851886#: merge-recursive.c:12371887msgid " (left unresolved)"1888msgstr ""18891890#: merge-recursive.c:12991891#, c-format1892msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"1893msgstr ""18941895#: merge-recursive.c:13321896#, c-format1897msgid "Renaming %s to %s and %s to %s instead"1898msgstr ""18991900#: merge-recursive.c:15351901#, c-format1902msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"1903msgstr ""19041905#: merge-recursive.c:15501906#, c-format1907msgid "Adding merged %s"1908msgstr ""19091910#: merge-recursive.c:1557 merge-recursive.c:17711911#, c-format1912msgid "Adding as %s instead"1913msgstr ""19141915#: merge-recursive.c:16141916#, c-format1917msgid "cannot read object %s"1918msgstr ""19191920#: merge-recursive.c:16171921#, c-format1922msgid "object %s is not a blob"1923msgstr ""19241925#: merge-recursive.c:16701926msgid "modify"1927msgstr ""19281929#: merge-recursive.c:16701930msgid "modified"1931msgstr ""19321933#: merge-recursive.c:16801934msgid "content"1935msgstr ""19361937#: merge-recursive.c:16871938msgid "add/add"1939msgstr ""19401941#: merge-recursive.c:17231942#, c-format1943msgid "Skipped %s (merged same as existing)"1944msgstr ""19451946#: merge-recursive.c:17371947#, c-format1948msgid "Auto-merging %s"1949msgstr ""19501951#: merge-recursive.c:1741 git-submodule.sh:9301952msgid "submodule"1953msgstr ""19541955#: merge-recursive.c:17421956#, c-format1957msgid "CONFLICT (%s): Merge conflict in %s"1958msgstr ""19591960#: merge-recursive.c:18361961#, c-format1962msgid "Removing %s"1963msgstr ""19641965#: merge-recursive.c:18621966msgid "file/directory"1967msgstr ""19681969#: merge-recursive.c:18681970msgid "directory/file"1971msgstr ""19721973#: merge-recursive.c:18741974#, c-format1975msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"1976msgstr ""19771978#: merge-recursive.c:18831979#, c-format1980msgid "Adding %s"1981msgstr ""19821983#: merge-recursive.c:19201984msgid "Already up-to-date!"1985msgstr ""19861987#: merge-recursive.c:19291988#, c-format1989msgid "merging of trees %s and %s failed"1990msgstr ""19911992#: merge-recursive.c:20121993msgid "Merging:"1994msgstr ""19951996#: merge-recursive.c:20251997#, c-format1998msgid "found %u common ancestor:"1999msgid_plural "found %u common ancestors:"2000msgstr[0] ""2001msgstr[1] ""20022003#: merge-recursive.c:20642004msgid "merge returned no commit"2005msgstr ""20062007#: merge-recursive.c:21272008#, c-format2009msgid "Could not parse object '%s'"2010msgstr ""20112012#: merge-recursive.c:2141 builtin/merge.c:645 builtin/merge.c:7922013msgid "Unable to write index."2014msgstr ""20152016#: notes-merge.c:2732017#, c-format2018msgid ""2019"You have not concluded your previous notes merge (%s exists).\n"2020"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "2021"commit/abort the previous merge before you start a new notes merge."2022msgstr ""20232024#: notes-merge.c:2802025#, c-format2026msgid "You have not concluded your notes merge (%s exists)."2027msgstr ""20282029#: notes-utils.c:412030msgid "Cannot commit uninitialized/unreferenced notes tree"2031msgstr ""20322033#: notes-utils.c:1002034#, c-format2035msgid "Bad notes.rewriteMode value: '%s'"2036msgstr ""20372038#: notes-utils.c:1102039#, c-format2040msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"2041msgstr ""20422043#. TRANSLATORS: The first %s is the name of the2044#. environment variable, the second %s is its value2045#: notes-utils.c:1372046#, c-format2047msgid "Bad %s value: '%s'"2048msgstr ""20492050#: object.c:2402051#, c-format2052msgid "unable to parse object: %s"2053msgstr ""20542055#: parse-options.c:5722056msgid "..."2057msgstr ""20582059#: parse-options.c:5902060#, c-format2061msgid "usage: %s"2062msgstr ""20632064#. TRANSLATORS: the colon here should align with the2065#. one in "usage: %s" translation2066#: parse-options.c:5942067#, c-format2068msgid " or: %s"2069msgstr ""20702071#: parse-options.c:5972072#, c-format2073msgid " %s"2074msgstr ""20752076#: parse-options.c:6312077msgid "-NUM"2078msgstr ""20792080#: parse-options-cb.c:1082081#, c-format2082msgid "malformed object name '%s'"2083msgstr ""20842085#: path.c:8262086#, c-format2087msgid "Could not make %s writable by group"2088msgstr ""20892090#: pathspec.c:1422091msgid "global 'glob' and 'noglob' pathspec settings are incompatible"2092msgstr ""20932094#: pathspec.c:1492095msgid ""2096"global 'literal' pathspec setting is incompatible with all other global "2097"pathspec settings"2098msgstr ""20992100#: pathspec.c:1882101msgid "invalid parameter for pathspec magic 'prefix'"2102msgstr ""21032104#: pathspec.c:2012105#, c-format2106msgid "Invalid pathspec magic '%.*s' in '%s'"2107msgstr ""21082109#: pathspec.c:2062110#, c-format2111msgid "Missing ')' at the end of pathspec magic in '%s'"2112msgstr ""21132114#: pathspec.c:2382115#, c-format2116msgid "Unimplemented pathspec magic '%c' in '%s'"2117msgstr ""21182119#: pathspec.c:293 pathspec.c:3152120#, c-format2121msgid "Pathspec '%s' is in submodule '%.*s'"2122msgstr ""21232124#: pathspec.c:3502125#, c-format2126msgid "%s: 'literal' and 'glob' are incompatible"2127msgstr ""21282129#: pathspec.c:3632130#, c-format2131msgid "%s: '%s' is outside repository"2132msgstr ""21332134#: pathspec.c:4512135#, c-format2136msgid "'%s' (mnemonic: '%c')"2137msgstr ""21382139#: pathspec.c:4612140#, c-format2141msgid "%s: pathspec magic not supported by this command: %s"2142msgstr ""21432144#: pathspec.c:5112145msgid ""2146"empty strings as pathspecs will be made invalid in upcoming releases. please "2147"use . instead if you meant to match all paths"2148msgstr ""21492150#: pathspec.c:5352151#, c-format2152msgid "pathspec '%s' is beyond a symbolic link"2153msgstr ""21542155#: pathspec.c:5442156msgid ""2157"There is nothing to exclude from by :(exclude) patterns.\n"2158"Perhaps you forgot to add either ':/' or '.' ?"2159msgstr ""21602161#: pretty.c:9822162msgid "unable to parse --pretty format"2163msgstr ""21642165#: read-cache.c:13072166#, c-format2167msgid ""2168"index.version set, but the value is invalid.\n"2169"Using version %i"2170msgstr ""21712172#: read-cache.c:13172173#, c-format2174msgid ""2175"GIT_INDEX_VERSION set, but the value is invalid.\n"2176"Using version %i"2177msgstr ""21782179#: refs.c:576 builtin/merge.c:8442180#, c-format2181msgid "Could not open '%s' for writing"2182msgstr ""21832184#: refs/files-backend.c:24812185#, c-format2186msgid "could not delete reference %s: %s"2187msgstr ""21882189#: refs/files-backend.c:24842190#, c-format2191msgid "could not delete references: %s"2192msgstr ""21932194#: refs/files-backend.c:24932195#, c-format2196msgid "could not remove reference %s"2197msgstr ""21982199#: ref-filter.c:562200#, c-format2201msgid "expected format: %%(color:<color>)"2202msgstr ""22032204#: ref-filter.c:582205#, c-format2206msgid "unrecognized color: %%(color:%s)"2207msgstr ""22082209#: ref-filter.c:722210#, c-format2211msgid "unrecognized format: %%(%s)"2212msgstr ""22132214#: ref-filter.c:782215#, c-format2216msgid "%%(body) does not take arguments"2217msgstr ""22182219#: ref-filter.c:852220#, c-format2221msgid "%%(subject) does not take arguments"2222msgstr ""22232224#: ref-filter.c:922225#, c-format2226msgid "%%(trailers) does not take arguments"2227msgstr ""22282229#: ref-filter.c:1112230#, c-format2231msgid "positive value expected contents:lines=%s"2232msgstr ""22332234#: ref-filter.c:1132235#, c-format2236msgid "unrecognized %%(contents) argument: %s"2237msgstr ""22382239#: ref-filter.c:1232240#, c-format2241msgid "unrecognized %%(objectname) argument: %s"2242msgstr ""22432244#: ref-filter.c:1452245#, c-format2246msgid "expected format: %%(align:<width>,<position>)"2247msgstr ""22482249#: ref-filter.c:1572250#, c-format2251msgid "unrecognized position:%s"2252msgstr ""22532254#: ref-filter.c:1612255#, c-format2256msgid "unrecognized width:%s"2257msgstr ""22582259#: ref-filter.c:1672260#, c-format2261msgid "unrecognized %%(align) argument: %s"2262msgstr ""22632264#: ref-filter.c:1712265#, c-format2266msgid "positive width expected with the %%(align) atom"2267msgstr ""22682269#: ref-filter.c:2552270#, c-format2271msgid "malformed field name: %.*s"2272msgstr ""22732274#: ref-filter.c:2812275#, c-format2276msgid "unknown field name: %.*s"2277msgstr ""22782279#: ref-filter.c:3832280#, c-format2281msgid "format: %%(end) atom used without corresponding atom"2282msgstr ""22832284#: ref-filter.c:4352285#, c-format2286msgid "malformed format string %s"2287msgstr ""22882289#: ref-filter.c:8982290msgid ":strip= requires a positive integer argument"2291msgstr ""22922293#: ref-filter.c:9032294#, c-format2295msgid "ref '%s' does not have %ld components to :strip"2296msgstr ""22972298#: ref-filter.c:10662299#, c-format2300msgid "unknown %.*s format %s"2301msgstr ""23022303#: ref-filter.c:1086 ref-filter.c:11172304#, c-format2305msgid "missing object %s for %s"2306msgstr ""23072308#: ref-filter.c:1089 ref-filter.c:11202309#, c-format2310msgid "parse_object_buffer failed on %s for %s"2311msgstr ""23122313#: ref-filter.c:13432314#, c-format2315msgid "malformed object at '%s'"2316msgstr ""23172318#: ref-filter.c:14102319#, c-format2320msgid "ignoring ref with broken name %s"2321msgstr ""23222323#: ref-filter.c:14152324#, c-format2325msgid "ignoring broken ref %s"2326msgstr ""23272328#: ref-filter.c:16702329#, c-format2330msgid "format: %%(end) atom missing"2331msgstr ""23322333#: ref-filter.c:17342334#, c-format2335msgid "malformed object name %s"2336msgstr ""23372338#: remote.c:7542339#, c-format2340msgid "Cannot fetch both %s and %s to %s"2341msgstr ""23422343#: remote.c:7582344#, c-format2345msgid "%s usually tracks %s, not %s"2346msgstr ""23472348#: remote.c:7622349#, c-format2350msgid "%s tracks both %s and %s"2351msgstr ""23522353#: remote.c:7702354msgid "Internal error"2355msgstr ""23562357#: remote.c:1685 remote.c:17872358msgid "HEAD does not point to a branch"2359msgstr ""23602361#: remote.c:16942362#, c-format2363msgid "no such branch: '%s'"2364msgstr ""23652366#: remote.c:16972367#, c-format2368msgid "no upstream configured for branch '%s'"2369msgstr ""23702371#: remote.c:17032372#, c-format2373msgid "upstream branch '%s' not stored as a remote-tracking branch"2374msgstr ""23752376#: remote.c:17182377#, c-format2378msgid "push destination '%s' on remote '%s' has no local tracking branch"2379msgstr ""23802381#: remote.c:17302382#, c-format2383msgid "branch '%s' has no remote for pushing"2384msgstr ""23852386#: remote.c:17412387#, c-format2388msgid "push refspecs for '%s' do not include '%s'"2389msgstr ""23902391#: remote.c:17542392msgid "push has no destination (push.default is 'nothing')"2393msgstr ""23942395#: remote.c:17762396msgid "cannot resolve 'simple' push to a single destination"2397msgstr ""23982399#: remote.c:20812400#, c-format2401msgid "Your branch is based on '%s', but the upstream is gone.\n"2402msgstr ""24032404#: remote.c:20852405msgid " (use \"git branch --unset-upstream\" to fixup)\n"2406msgstr ""24072408#: remote.c:20882409#, c-format2410msgid "Your branch is up-to-date with '%s'.\n"2411msgstr ""24122413#: remote.c:20922414#, c-format2415msgid "Your branch is ahead of '%s' by %d commit.\n"2416msgid_plural "Your branch is ahead of '%s' by %d commits.\n"2417msgstr[0] ""2418msgstr[1] ""24192420#: remote.c:20982421msgid " (use \"git push\" to publish your local commits)\n"2422msgstr ""24232424#: remote.c:21012425#, c-format2426msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"2427msgid_plural ""2428"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"2429msgstr[0] ""2430msgstr[1] ""24312432#: remote.c:21092433msgid " (use \"git pull\" to update your local branch)\n"2434msgstr ""24352436#: remote.c:21122437#, c-format2438msgid ""2439"Your branch and '%s' have diverged,\n"2440"and have %d and %d different commit each, respectively.\n"2441msgid_plural ""2442"Your branch and '%s' have diverged,\n"2443"and have %d and %d different commits each, respectively.\n"2444msgstr[0] ""2445msgstr[1] ""24462447#: remote.c:21222448msgid " (use \"git pull\" to merge the remote branch into yours)\n"2449msgstr ""24502451#: revision.c:21582452msgid "your current branch appears to be broken"2453msgstr ""24542455#: revision.c:21612456#, c-format2457msgid "your current branch '%s' does not have any commits yet"2458msgstr ""24592460#: revision.c:23552461msgid "--first-parent is incompatible with --bisect"2462msgstr ""24632464#: run-command.c:1252465msgid "open /dev/null failed"2466msgstr ""24672468#: run-command.c:1272469#, c-format2470msgid "dup2(%d,%d) failed"2471msgstr ""24722473#: send-pack.c:2972474msgid "failed to sign the push certificate"2475msgstr ""24762477#: send-pack.c:4102478msgid "the receiving end does not support --signed push"2479msgstr ""24802481#: send-pack.c:4122482msgid ""2483"not sending a push certificate since the receiving end does not support --"2484"signed push"2485msgstr ""24862487#: send-pack.c:4242488msgid "the receiving end does not support --atomic push"2489msgstr ""24902491#: send-pack.c:4292492msgid "the receiving end does not support push options"2493msgstr ""24942495#: sequencer.c:2152496msgid "revert"2497msgstr ""24982499#: sequencer.c:2172500msgid "cherry-pick"2501msgstr ""25022503#: sequencer.c:2192504msgid "rebase -i"2505msgstr ""25062507#: sequencer.c:2212508#, c-format2509msgid "Unknown action: %d"2510msgstr ""25112512#: sequencer.c:2782513msgid ""2514"after resolving the conflicts, mark the corrected paths\n"2515"with 'git add <paths>' or 'git rm <paths>'"2516msgstr ""25172518#: sequencer.c:2812519msgid ""2520"after resolving the conflicts, mark the corrected paths\n"2521"with 'git add <paths>' or 'git rm <paths>'\n"2522"and commit the result with 'git commit'"2523msgstr ""25242525#: sequencer.c:294 sequencer.c:16672526#, c-format2527msgid "could not lock '%s'"2528msgstr ""25292530#: sequencer.c:297 sequencer.c:1545 sequencer.c:1672 sequencer.c:16862531#, c-format2532msgid "could not write to '%s'"2533msgstr ""25342535#: sequencer.c:3012536#, c-format2537msgid "could not write eol to '%s'"2538msgstr ""25392540#: sequencer.c:305 sequencer.c:1550 sequencer.c:16742541#, c-format2542msgid "failed to finalize '%s'."2543msgstr ""25442545#: sequencer.c:329 sequencer.c:808 sequencer.c:1571 builtin/am.c:2592546#: builtin/commit.c:749 builtin/merge.c:10362547#, c-format2548msgid "could not read '%s'"2549msgstr ""25502551#: sequencer.c:3552552#, c-format2553msgid "your local changes would be overwritten by %s."2554msgstr ""25552556#: sequencer.c:3592557msgid "commit your changes or stash them to proceed."2558msgstr ""25592560#: sequencer.c:3882561#, c-format2562msgid "%s: fast-forward"2563msgstr ""25642565#. TRANSLATORS: %s will be "revert", "cherry-pick" or2566#. * "rebase -i".2567#.2568#: sequencer.c:4702569#, c-format2570msgid "%s: Unable to write new index file"2571msgstr ""25722573#: sequencer.c:4892574msgid "could not resolve HEAD commit\n"2575msgstr ""25762577#: sequencer.c:5092578msgid "unable to update cache tree\n"2579msgstr ""25802581#: sequencer.c:5922582#, c-format2583msgid ""2584"you have staged changes in your working tree\n"2585"If these changes are meant to be squashed into the previous commit, run:\n"2586"\n"2587" git commit --amend %s\n"2588"\n"2589"If they are meant to go into a new commit, run:\n"2590"\n"2591" git commit %s\n"2592"\n"2593"In both cases, once you're done, continue with:\n"2594"\n"2595" git rebase --continue\n"2596msgstr ""25972598#: sequencer.c:6882599#, c-format2600msgid "could not parse commit %s\n"2601msgstr ""26022603#: sequencer.c:6932604#, c-format2605msgid "could not parse parent commit %s\n"2606msgstr ""26072608#: sequencer.c:8152609#, c-format2610msgid ""2611"unexpected 1st line of squash message:\n"2612"\n"2613"\t%.*s"2614msgstr ""26152616#: sequencer.c:8212617#, c-format2618msgid ""2619"invalid 1st line of squash message:\n"2620"\n"2621"\t%.*s"2622msgstr ""26232624#: sequencer.c:827 sequencer.c:8522625#, c-format2626msgid "This is a combination of %d commits."2627msgstr ""26282629#: sequencer.c:8362630msgid "need a HEAD to fixup"2631msgstr ""26322633#: sequencer.c:8382634msgid "could not read HEAD"2635msgstr ""26362637#: sequencer.c:8402638msgid "could not read HEAD's commit message"2639msgstr ""26402641#: sequencer.c:8462642#, c-format2643msgid "cannot write '%s'"2644msgstr ""26452646#: sequencer.c:855 git-rebase--interactive.sh:4452647msgid "This is the 1st commit message:"2648msgstr ""26492650#: sequencer.c:8632651#, c-format2652msgid "could not read commit message of %s"2653msgstr ""26542655#: sequencer.c:8702656#, c-format2657msgid "This is the commit message #%d:"2658msgstr ""26592660#: sequencer.c:8752661#, c-format2662msgid "The commit message #%d will be skipped:"2663msgstr ""26642665#: sequencer.c:8802666#, c-format2667msgid "unknown command: %d"2668msgstr ""26692670#: sequencer.c:9462671msgid "your index file is unmerged."2672msgstr ""26732674#: sequencer.c:9642675#, c-format2676msgid "commit %s is a merge but no -m option was given."2677msgstr ""26782679#: sequencer.c:9722680#, c-format2681msgid "commit %s does not have parent %d"2682msgstr ""26832684#: sequencer.c:9762685#, c-format2686msgid "mainline was specified but commit %s is not a merge."2687msgstr ""26882689#: sequencer.c:9822690#, c-format2691msgid "cannot get commit message for %s"2692msgstr ""26932694#. TRANSLATORS: The first %s will be a "todo" command like2695#. "revert" or "pick", the second %s a SHA1.2696#: sequencer.c:10012697#, c-format2698msgid "%s: cannot parse parent commit %s"2699msgstr ""27002701#: sequencer.c:1063 sequencer.c:18122702#, c-format2703msgid "could not rename '%s' to '%s'"2704msgstr ""27052706#: sequencer.c:11142707#, c-format2708msgid "could not revert %s... %s"2709msgstr ""27102711#: sequencer.c:11152712#, c-format2713msgid "could not apply %s... %s"2714msgstr ""27152716#: sequencer.c:11572717msgid "empty commit set passed"2718msgstr ""27192720#: sequencer.c:11672721#, c-format2722msgid "git %s: failed to read the index"2723msgstr ""27242725#: sequencer.c:11742726#, c-format2727msgid "git %s: failed to refresh the index"2728msgstr ""27292730#: sequencer.c:12942731#, c-format2732msgid "invalid line %d: %.*s"2733msgstr ""27342735#: sequencer.c:13022736#, c-format2737msgid "cannot '%s' without a previous commit"2738msgstr ""27392740#: sequencer.c:13342741#, c-format2742msgid "could not read '%s'."2743msgstr ""27442745#: sequencer.c:13412746msgid "please fix this using 'git rebase --edit-todo'."2747msgstr ""27482749#: sequencer.c:13432750#, c-format2751msgid "unusable instruction sheet: '%s'"2752msgstr ""27532754#: sequencer.c:13482755msgid "no commits parsed."2756msgstr ""27572758#: sequencer.c:13592759msgid "cannot cherry-pick during a revert."2760msgstr ""27612762#: sequencer.c:13612763msgid "cannot revert during a cherry-pick."2764msgstr ""27652766#: sequencer.c:14242767#, c-format2768msgid "invalid key: %s"2769msgstr ""27702771#: sequencer.c:14272772#, c-format2773msgid "invalid value for %s: %s"2774msgstr ""27752776#: sequencer.c:14842777#, c-format2778msgid "malformed options sheet: '%s'"2779msgstr ""27802781#: sequencer.c:15222782msgid "a cherry-pick or revert is already in progress"2783msgstr ""27842785#: sequencer.c:15232786msgid "try \"git cherry-pick (--continue | --quit | --abort)\""2787msgstr ""27882789#: sequencer.c:15262790#, c-format2791msgid "could not create sequencer directory '%s'"2792msgstr ""27932794#: sequencer.c:15402795msgid "could not lock HEAD"2796msgstr ""27972798#: sequencer.c:1596 sequencer.c:21502799msgid "no cherry-pick or revert in progress"2800msgstr ""28012802#: sequencer.c:15982803msgid "cannot resolve HEAD"2804msgstr ""28052806#: sequencer.c:1600 sequencer.c:16342807msgid "cannot abort from a branch yet to be born"2808msgstr ""28092810#: sequencer.c:1620 builtin/grep.c:9042811#, c-format2812msgid "cannot open '%s'"2813msgstr ""28142815#: sequencer.c:16222816#, c-format2817msgid "cannot read '%s': %s"2818msgstr ""28192820#: sequencer.c:16232821msgid "unexpected end of file"2822msgstr ""28232824#: sequencer.c:16292825#, c-format2826msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"2827msgstr ""28282829#: sequencer.c:16402830msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"2831msgstr ""28322833#: sequencer.c:1777 sequencer.c:20492834msgid "cannot read HEAD"2835msgstr ""28362837#: sequencer.c:1817 builtin/difftool.c:5742838#, c-format2839msgid "could not copy '%s' to '%s'"2840msgstr ""28412842#: sequencer.c:18332843msgid "could not read index"2844msgstr ""28452846#: sequencer.c:18382847#, c-format2848msgid ""2849"execution failed: %s\n"2850"%sYou can fix the problem, and then run\n"2851"\n"2852" git rebase --continue\n"2853"\n"2854msgstr ""28552856#: sequencer.c:18442857msgid "and made changes to the index and/or the working tree\n"2858msgstr ""28592860#: sequencer.c:18502861#, c-format2862msgid ""2863"execution succeeded: %s\n"2864"but left changes to the index and/or the working tree\n"2865"Commit or stash your changes, and then run\n"2866"\n"2867" git rebase --continue\n"2868"\n"2869msgstr ""28702871#: sequencer.c:1905 git-rebase.sh:1682872#, c-format2873msgid "Applied autostash."2874msgstr ""28752876#: sequencer.c:19172877#, c-format2878msgid "cannot store %s"2879msgstr ""28802881#: sequencer.c:1919 git-rebase.sh:1722882#, c-format2883msgid ""2884"Applying autostash resulted in conflicts.\n"2885"Your changes are safe in the stash.\n"2886"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"2887msgstr ""28882889#: sequencer.c:20002890#, c-format2891msgid "stopped at %s... %.*s"2892msgstr ""28932894#: sequencer.c:20272895#, c-format2896msgid "unknown command %d"2897msgstr ""28982899#: sequencer.c:20572900msgid "could not read orig-head"2901msgstr ""29022903#: sequencer.c:20612904msgid "could not read 'onto'"2905msgstr ""29062907#: sequencer.c:20682908#, c-format2909msgid "could not update %s"2910msgstr ""29112912#: sequencer.c:20752913#, c-format2914msgid "could not update HEAD to %s"2915msgstr ""29162917#: sequencer.c:21592918msgid "cannot rebase: You have unstaged changes."2919msgstr ""29202921#: sequencer.c:21642922msgid "could not remove CHERRY_PICK_HEAD"2923msgstr ""29242925#: sequencer.c:21732926msgid "cannot amend non-existing commit"2927msgstr ""29282929#: sequencer.c:21752930#, c-format2931msgid "invalid file: '%s'"2932msgstr ""29332934#: sequencer.c:21772935#, c-format2936msgid "invalid contents: '%s'"2937msgstr ""29382939#: sequencer.c:21802940msgid ""2941"\n"2942"You have uncommitted changes in your working tree. Please, commit them\n"2943"first and then run 'git rebase --continue' again."2944msgstr ""29452946#: sequencer.c:21902947msgid "could not commit staged changes."2948msgstr ""29492950#: sequencer.c:22702951#, c-format2952msgid "%s: can't cherry-pick a %s"2953msgstr ""29542955#: sequencer.c:22742956#, c-format2957msgid "%s: bad revision"2958msgstr ""29592960#: sequencer.c:23072961msgid "can't revert as initial commit"2962msgstr ""29632964#: setup.c:1602965#, c-format2966msgid ""2967"%s: no such path in the working tree.\n"2968"Use 'git <command> -- <path>...' to specify paths that do not exist locally."2969msgstr ""29702971#: setup.c:1732972#, c-format2973msgid ""2974"ambiguous argument '%s': unknown revision or path not in the working tree.\n"2975"Use '--' to separate paths from revisions, like this:\n"2976"'git <command> [<revision>...] -- [<file>...]'"2977msgstr ""29782979#: setup.c:2232980#, c-format2981msgid ""2982"ambiguous argument '%s': both revision and filename\n"2983"Use '--' to separate paths from revisions, like this:\n"2984"'git <command> [<revision>...] -- [<file>...]'"2985msgstr ""29862987#: setup.c:4702988#, c-format2989msgid "Expected git repo version <= %d, found %d"2990msgstr ""29912992#: setup.c:4782993msgid "unknown repository extensions found:"2994msgstr ""29952996#: setup.c:7682997#, c-format2998msgid "Not a git repository (or any of the parent directories): %s"2999msgstr ""30003001#: setup.c:770 setup.c:922 builtin/index-pack.c:16433002msgid "Cannot come back to cwd"3003msgstr ""30043005#: setup.c:8523006msgid "Unable to read current working directory"3007msgstr ""30083009#: setup.c:9273010#, c-format3011msgid ""3012"Not a git repository (or any parent up to mount point %s)\n"3013"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."3014msgstr ""30153016#: setup.c:9343017#, c-format3018msgid "Cannot change to '%s/..'"3019msgstr ""30203021#: setup.c:9963022#, c-format3023msgid ""3024"Problem with core.sharedRepository filemode value (0%.3o).\n"3025"The owner of files must always have read and write permissions."3026msgstr ""30273028#: sha1_file.c:4903029#, c-format3030msgid "path '%s' does not exist"3031msgstr ""30323033#: sha1_file.c:5163034#, c-format3035msgid "reference repository '%s' as a linked checkout is not supported yet."3036msgstr ""30373038#: sha1_file.c:5223039#, c-format3040msgid "reference repository '%s' is not a local repository."3041msgstr ""30423043#: sha1_file.c:5283044#, c-format3045msgid "reference repository '%s' is shallow"3046msgstr ""30473048#: sha1_file.c:5363049#, c-format3050msgid "reference repository '%s' is grafted"3051msgstr ""30523053#: sha1_file.c:11763054msgid "offset before end of packfile (broken .idx?)"3055msgstr ""30563057#: sha1_file.c:26373058#, c-format3059msgid "offset before start of pack index for %s (corrupt index?)"3060msgstr ""30613062#: sha1_file.c:26413063#, c-format3064msgid "offset beyond end of pack index for %s (truncated index?)"3065msgstr ""30663067#: sha1_name.c:4073068#, c-format3069msgid "short SHA1 %s is ambiguous"3070msgstr ""30713072#: sha1_name.c:4183073msgid "The candidates are:"3074msgstr ""30753076#: sha1_name.c:5783077msgid ""3078"Git normally never creates a ref that ends with 40 hex characters\n"3079"because it will be ignored when you just specify 40-hex. These refs\n"3080"may be created by mistake. For example,\n"3081"\n"3082" git checkout -b $br $(git rev-parse ...)\n"3083"\n"3084"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"3085"examine these refs and maybe delete them. Turn this message off by\n"3086"running \"git config advice.objectNameWarning false\""3087msgstr ""30883089#: submodule.c:65 submodule.c:993090msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"3091msgstr ""30923093#: submodule.c:69 submodule.c:1033094#, c-format3095msgid "Could not find section in .gitmodules where path=%s"3096msgstr ""30973098#: submodule.c:773099#, c-format3100msgid "Could not update .gitmodules entry %s"3101msgstr ""31023103#: submodule.c:1103104#, c-format3105msgid "Could not remove .gitmodules entry for %s"3106msgstr ""31073108#: submodule.c:1213109msgid "staging updated .gitmodules failed"3110msgstr ""31113112#: submodule.c:1593113msgid "negative values not allowed for submodule.fetchJobs"3114msgstr ""31153116#: submodule.c:11843117#, c-format3118msgid "could not start 'git status in submodule '%s'"3119msgstr ""31203121#: submodule.c:11973122#, c-format3123msgid "could not run 'git status in submodule '%s'"3124msgstr ""31253126#: submodule.c:13983127#, c-format3128msgid ""3129"relocate_gitdir for submodule '%s' with more than one worktree not supported"3130msgstr ""31313132#: submodule.c:1410 submodule.c:14713133#, c-format3134msgid "could not lookup name for submodule '%s'"3135msgstr ""31363137#: submodule.c:1414 submodule.c:1474 builtin/submodule--helper.c:6403138#: builtin/submodule--helper.c:6503139#, c-format3140msgid "could not create directory '%s'"3141msgstr ""31423143#: submodule.c:14203144#, c-format3145msgid ""3146"Migrating git directory of '%s%s' from\n"3147"'%s' to\n"3148"'%s'\n"3149msgstr ""31503151#: submodule.c:15123152#, c-format3153msgid "could not recurse into submodule '%s'"3154msgstr ""31553156#: submodule-config.c:3603157#, c-format3158msgid "invalid value for %s"3159msgstr ""31603161#: trailer.c:2403162#, c-format3163msgid "running trailer command '%s' failed"3164msgstr ""31653166#: trailer.c:473 trailer.c:477 trailer.c:481 trailer.c:535 trailer.c:5393167#: trailer.c:5433168#, c-format3169msgid "unknown value '%s' for key '%s'"3170msgstr ""31713172#: trailer.c:525 trailer.c:530 builtin/remote.c:2893173#, c-format3174msgid "more than one %s"3175msgstr ""31763177#: trailer.c:7023178#, c-format3179msgid "empty trailer token in trailer '%.*s'"3180msgstr ""31813182#: trailer.c:7223183#, c-format3184msgid "could not read input file '%s'"3185msgstr ""31863187#: trailer.c:7253188msgid "could not read from stdin"3189msgstr ""31903191#: trailer.c:949 builtin/am.c:443192#, c-format3193msgid "could not stat %s"3194msgstr ""31953196#: trailer.c:9513197#, c-format3198msgid "file %s is not a regular file"3199msgstr ""32003201#: trailer.c:9533202#, c-format3203msgid "file %s is not writable by user"3204msgstr ""32053206#: trailer.c:9653207msgid "could not open temporary file"3208msgstr ""32093210#: trailer.c:10013211#, c-format3212msgid "could not rename temporary file to %s"3213msgstr ""32143215#: transport.c:623216#, c-format3217msgid "Would set upstream of '%s' to '%s' of '%s'\n"3218msgstr ""32193220#: transport.c:1513221#, c-format3222msgid "transport: invalid depth option '%s'"3223msgstr ""32243225#: transport.c:8853226#, c-format3227msgid ""3228"The following submodule paths contain changes that can\n"3229"not be found on any remote:\n"3230msgstr ""32313232#: transport.c:8893233#, c-format3234msgid ""3235"\n"3236"Please try\n"3237"\n"3238"\tgit push --recurse-submodules=on-demand\n"3239"\n"3240"or cd to the path and use\n"3241"\n"3242"\tgit push\n"3243"\n"3244"to push them to a remote.\n"3245"\n"3246msgstr ""32473248#: transport.c:8973249msgid "Aborting."3250msgstr ""32513252#: transport-helper.c:10823253#, c-format3254msgid "Could not read ref %s"3255msgstr ""32563257#: tree-walk.c:313258msgid "too-short tree object"3259msgstr ""32603261#: tree-walk.c:373262msgid "malformed mode in tree entry"3263msgstr ""32643265#: tree-walk.c:413266msgid "empty filename in tree entry"3267msgstr ""32683269#: tree-walk.c:1133270msgid "too-short tree file"3271msgstr ""32723273#: unpack-trees.c:993274#, c-format3275msgid ""3276"Your local changes to the following files would be overwritten by checkout:\n"3277"%%sPlease commit your changes or stash them before you switch branches."3278msgstr ""32793280#: unpack-trees.c:1013281#, c-format3282msgid ""3283"Your local changes to the following files would be overwritten by checkout:\n"3284"%%s"3285msgstr ""32863287#: unpack-trees.c:1043288#, c-format3289msgid ""3290"Your local changes to the following files would be overwritten by merge:\n"3291"%%sPlease commit your changes or stash them before you merge."3292msgstr ""32933294#: unpack-trees.c:1063295#, c-format3296msgid ""3297"Your local changes to the following files would be overwritten by merge:\n"3298"%%s"3299msgstr ""33003301#: unpack-trees.c:1093302#, c-format3303msgid ""3304"Your local changes to the following files would be overwritten by %s:\n"3305"%%sPlease commit your changes or stash them before you %s."3306msgstr ""33073308#: unpack-trees.c:1113309#, c-format3310msgid ""3311"Your local changes to the following files would be overwritten by %s:\n"3312"%%s"3313msgstr ""33143315#: unpack-trees.c:1163316#, c-format3317msgid ""3318"Updating the following directories would lose untracked files in them:\n"3319"%s"3320msgstr ""33213322#: unpack-trees.c:1203323#, c-format3324msgid ""3325"The following untracked working tree files would be removed by checkout:\n"3326"%%sPlease move or remove them before you switch branches."3327msgstr ""33283329#: unpack-trees.c:1223330#, c-format3331msgid ""3332"The following untracked working tree files would be removed by checkout:\n"3333"%%s"3334msgstr ""33353336#: unpack-trees.c:1253337#, c-format3338msgid ""3339"The following untracked working tree files would be removed by merge:\n"3340"%%sPlease move or remove them before you merge."3341msgstr ""33423343#: unpack-trees.c:1273344#, c-format3345msgid ""3346"The following untracked working tree files would be removed by merge:\n"3347"%%s"3348msgstr ""33493350#: unpack-trees.c:1303351#, c-format3352msgid ""3353"The following untracked working tree files would be removed by %s:\n"3354"%%sPlease move or remove them before you %s."3355msgstr ""33563357#: unpack-trees.c:1323358#, c-format3359msgid ""3360"The following untracked working tree files would be removed by %s:\n"3361"%%s"3362msgstr ""33633364#: unpack-trees.c:1373365#, c-format3366msgid ""3367"The following untracked working tree files would be overwritten by "3368"checkout:\n"3369"%%sPlease move or remove them before you switch branches."3370msgstr ""33713372#: unpack-trees.c:1393373#, c-format3374msgid ""3375"The following untracked working tree files would be overwritten by "3376"checkout:\n"3377"%%s"3378msgstr ""33793380#: unpack-trees.c:1423381#, c-format3382msgid ""3383"The following untracked working tree files would be overwritten by merge:\n"3384"%%sPlease move or remove them before you merge."3385msgstr ""33863387#: unpack-trees.c:1443388#, c-format3389msgid ""3390"The following untracked working tree files would be overwritten by merge:\n"3391"%%s"3392msgstr ""33933394#: unpack-trees.c:1473395#, c-format3396msgid ""3397"The following untracked working tree files would be overwritten by %s:\n"3398"%%sPlease move or remove them before you %s."3399msgstr ""34003401#: unpack-trees.c:1493402#, c-format3403msgid ""3404"The following untracked working tree files would be overwritten by %s:\n"3405"%%s"3406msgstr ""34073408#: unpack-trees.c:1563409#, c-format3410msgid "Entry '%s' overlaps with '%s'. Cannot bind."3411msgstr ""34123413#: unpack-trees.c:1593414#, c-format3415msgid ""3416"Cannot update sparse checkout: the following entries are not up-to-date:\n"3417"%s"3418msgstr ""34193420#: unpack-trees.c:1613421#, c-format3422msgid ""3423"The following working tree files would be overwritten by sparse checkout "3424"update:\n"3425"%s"3426msgstr ""34273428#: unpack-trees.c:1633429#, c-format3430msgid ""3431"The following working tree files would be removed by sparse checkout "3432"update:\n"3433"%s"3434msgstr ""34353436#: unpack-trees.c:2403437#, c-format3438msgid "Aborting\n"3439msgstr ""34403441#: unpack-trees.c:2703442msgid "Checking out files"3443msgstr ""34443445#: urlmatch.c:1203446msgid "invalid URL scheme name or missing '://' suffix"3447msgstr ""34483449#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:3563450#, c-format3451msgid "invalid %XX escape sequence"3452msgstr ""34533454#: urlmatch.c:1723455msgid "missing host and scheme is not 'file:'"3456msgstr ""34573458#: urlmatch.c:1893459msgid "a 'file:' URL may not have a port number"3460msgstr ""34613462#: urlmatch.c:1993463msgid "invalid characters in host name"3464msgstr ""34653466#: urlmatch.c:244 urlmatch.c:2553467msgid "invalid port number"3468msgstr ""34693470#: urlmatch.c:3223471msgid "invalid '..' path segment"3472msgstr ""34733474#: worktree.c:2823475#, c-format3476msgid "failed to read '%s'"3477msgstr ""34783479#: wrapper.c:222 wrapper.c:3923480#, c-format3481msgid "could not open '%s' for reading and writing"3482msgstr ""34833484#: wrapper.c:224 wrapper.c:394 builtin/am.c:7663485#, c-format3486msgid "could not open '%s' for writing"3487msgstr ""34883489#: wrapper.c:226 wrapper.c:396 builtin/am.c:320 builtin/am.c:7593490#: builtin/am.c:847 builtin/commit.c:1700 builtin/merge.c:10333491#: builtin/pull.c:3413492#, c-format3493msgid "could not open '%s' for reading"3494msgstr ""34953496#: wrapper.c:605 wrapper.c:6263497#, c-format3498msgid "unable to access '%s'"3499msgstr ""35003501#: wrapper.c:6343502msgid "unable to get current working directory"3503msgstr ""35043505#: wrapper.c:6583506#, c-format3507msgid "could not write to %s"3508msgstr ""35093510#: wrapper.c:6603511#, c-format3512msgid "could not close %s"3513msgstr ""35143515#: wt-status.c:1513516msgid "Unmerged paths:"3517msgstr ""35183519#: wt-status.c:178 wt-status.c:2053520#, c-format3521msgid " (use \"git reset %s <file>...\" to unstage)"3522msgstr ""35233524#: wt-status.c:180 wt-status.c:2073525msgid " (use \"git rm --cached <file>...\" to unstage)"3526msgstr ""35273528#: wt-status.c:1843529msgid " (use \"git add <file>...\" to mark resolution)"3530msgstr ""35313532#: wt-status.c:186 wt-status.c:1903533msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"3534msgstr ""35353536#: wt-status.c:1883537msgid " (use \"git rm <file>...\" to mark resolution)"3538msgstr ""35393540#: wt-status.c:199 wt-status.c:9453541msgid "Changes to be committed:"3542msgstr ""35433544#: wt-status.c:217 wt-status.c:9543545msgid "Changes not staged for commit:"3546msgstr ""35473548#: wt-status.c:2213549msgid " (use \"git add <file>...\" to update what will be committed)"3550msgstr ""35513552#: wt-status.c:2233553msgid " (use \"git add/rm <file>...\" to update what will be committed)"3554msgstr ""35553556#: wt-status.c:2243557msgid ""3558" (use \"git checkout -- <file>...\" to discard changes in working directory)"3559msgstr ""35603561#: wt-status.c:2263562msgid " (commit or discard the untracked or modified content in submodules)"3563msgstr ""35643565#: wt-status.c:2383566#, c-format3567msgid " (use \"git %s <file>...\" to include in what will be committed)"3568msgstr ""35693570#: wt-status.c:2533571msgid "both deleted:"3572msgstr ""35733574#: wt-status.c:2553575msgid "added by us:"3576msgstr ""35773578#: wt-status.c:2573579msgid "deleted by them:"3580msgstr ""35813582#: wt-status.c:2593583msgid "added by them:"3584msgstr ""35853586#: wt-status.c:2613587msgid "deleted by us:"3588msgstr ""35893590#: wt-status.c:2633591msgid "both added:"3592msgstr ""35933594#: wt-status.c:2653595msgid "both modified:"3596msgstr ""35973598#: wt-status.c:2753599msgid "new file:"3600msgstr ""36013602#: wt-status.c:2773603msgid "copied:"3604msgstr ""36053606#: wt-status.c:2793607msgid "deleted:"3608msgstr ""36093610#: wt-status.c:2813611msgid "modified:"3612msgstr ""36133614#: wt-status.c:2833615msgid "renamed:"3616msgstr ""36173618#: wt-status.c:2853619msgid "typechange:"3620msgstr ""36213622#: wt-status.c:2873623msgid "unknown:"3624msgstr ""36253626#: wt-status.c:2893627msgid "unmerged:"3628msgstr ""36293630#: wt-status.c:3713631msgid "new commits, "3632msgstr ""36333634#: wt-status.c:3733635msgid "modified content, "3636msgstr ""36373638#: wt-status.c:3753639msgid "untracked content, "3640msgstr ""36413642#: wt-status.c:8183643msgid "Submodules changed but not updated:"3644msgstr ""36453646#: wt-status.c:8203647msgid "Submodule changes to be committed:"3648msgstr ""36493650#: wt-status.c:9013651msgid ""3652"Do not touch the line above.\n"3653"Everything below will be removed."3654msgstr ""36553656#: wt-status.c:10133657msgid "You have unmerged paths."3658msgstr ""36593660#: wt-status.c:10163661msgid " (fix conflicts and run \"git commit\")"3662msgstr ""36633664#: wt-status.c:10183665msgid " (use \"git merge --abort\" to abort the merge)"3666msgstr ""36673668#: wt-status.c:10233669msgid "All conflicts fixed but you are still merging."3670msgstr ""36713672#: wt-status.c:10263673msgid " (use \"git commit\" to conclude merge)"3674msgstr ""36753676#: wt-status.c:10363677msgid "You are in the middle of an am session."3678msgstr ""36793680#: wt-status.c:10393681msgid "The current patch is empty."3682msgstr ""36833684#: wt-status.c:10433685msgid " (fix conflicts and then run \"git am --continue\")"3686msgstr ""36873688#: wt-status.c:10453689msgid " (use \"git am --skip\" to skip this patch)"3690msgstr ""36913692#: wt-status.c:10473693msgid " (use \"git am --abort\" to restore the original branch)"3694msgstr ""36953696#: wt-status.c:11763697msgid "git-rebase-todo is missing."3698msgstr ""36993700#: wt-status.c:11783701msgid "No commands done."3702msgstr ""37033704#: wt-status.c:11813705#, c-format3706msgid "Last command done (%d command done):"3707msgid_plural "Last commands done (%d commands done):"3708msgstr[0] ""3709msgstr[1] ""37103711#: wt-status.c:11923712#, c-format3713msgid " (see more in file %s)"3714msgstr ""37153716#: wt-status.c:11973717msgid "No commands remaining."3718msgstr ""37193720#: wt-status.c:12003721#, c-format3722msgid "Next command to do (%d remaining command):"3723msgid_plural "Next commands to do (%d remaining commands):"3724msgstr[0] ""3725msgstr[1] ""37263727#: wt-status.c:12083728msgid " (use \"git rebase --edit-todo\" to view and edit)"3729msgstr ""37303731#: wt-status.c:12213732#, c-format3733msgid "You are currently rebasing branch '%s' on '%s'."3734msgstr ""37353736#: wt-status.c:12263737msgid "You are currently rebasing."3738msgstr ""37393740#: wt-status.c:12403741msgid " (fix conflicts and then run \"git rebase --continue\")"3742msgstr ""37433744#: wt-status.c:12423745msgid " (use \"git rebase --skip\" to skip this patch)"3746msgstr ""37473748#: wt-status.c:12443749msgid " (use \"git rebase --abort\" to check out the original branch)"3750msgstr ""37513752#: wt-status.c:12503753msgid " (all conflicts fixed: run \"git rebase --continue\")"3754msgstr ""37553756#: wt-status.c:12543757#, c-format3758msgid ""3759"You are currently splitting a commit while rebasing branch '%s' on '%s'."3760msgstr ""37613762#: wt-status.c:12593763msgid "You are currently splitting a commit during a rebase."3764msgstr ""37653766#: wt-status.c:12623767msgid " (Once your working directory is clean, run \"git rebase --continue\")"3768msgstr ""37693770#: wt-status.c:12663771#, c-format3772msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."3773msgstr ""37743775#: wt-status.c:12713776msgid "You are currently editing a commit during a rebase."3777msgstr ""37783779#: wt-status.c:12743780msgid " (use \"git commit --amend\" to amend the current commit)"3781msgstr ""37823783#: wt-status.c:12763784msgid ""3785" (use \"git rebase --continue\" once you are satisfied with your changes)"3786msgstr ""37873788#: wt-status.c:12863789#, c-format3790msgid "You are currently cherry-picking commit %s."3791msgstr ""37923793#: wt-status.c:12913794msgid " (fix conflicts and run \"git cherry-pick --continue\")"3795msgstr ""37963797#: wt-status.c:12943798msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"3799msgstr ""38003801#: wt-status.c:12963802msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"3803msgstr ""38043805#: wt-status.c:13053806#, c-format3807msgid "You are currently reverting commit %s."3808msgstr ""38093810#: wt-status.c:13103811msgid " (fix conflicts and run \"git revert --continue\")"3812msgstr ""38133814#: wt-status.c:13133815msgid " (all conflicts fixed: run \"git revert --continue\")"3816msgstr ""38173818#: wt-status.c:13153819msgid " (use \"git revert --abort\" to cancel the revert operation)"3820msgstr ""38213822#: wt-status.c:13263823#, c-format3824msgid "You are currently bisecting, started from branch '%s'."3825msgstr ""38263827#: wt-status.c:13303828msgid "You are currently bisecting."3829msgstr ""38303831#: wt-status.c:13333832msgid " (use \"git bisect reset\" to get back to the original branch)"3833msgstr ""38343835#: wt-status.c:15303836msgid "On branch "3837msgstr ""38383839#: wt-status.c:15363840msgid "interactive rebase in progress; onto "3841msgstr ""38423843#: wt-status.c:15383844msgid "rebase in progress; onto "3845msgstr ""38463847#: wt-status.c:15433848msgid "HEAD detached at "3849msgstr ""38503851#: wt-status.c:15453852msgid "HEAD detached from "3853msgstr ""38543855#: wt-status.c:15483856msgid "Not currently on any branch."3857msgstr ""38583859#: wt-status.c:15663860msgid "Initial commit"3861msgstr ""38623863#: wt-status.c:15803864msgid "Untracked files"3865msgstr ""38663867#: wt-status.c:15823868msgid "Ignored files"3869msgstr ""38703871#: wt-status.c:15863872#, c-format3873msgid ""3874"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"3875"may speed it up, but you have to be careful not to forget to add\n"3876"new files yourself (see 'git help status')."3877msgstr ""38783879#: wt-status.c:15923880#, c-format3881msgid "Untracked files not listed%s"3882msgstr ""38833884#: wt-status.c:15943885msgid " (use -u option to show untracked files)"3886msgstr ""38873888#: wt-status.c:16003889msgid "No changes"3890msgstr ""38913892#: wt-status.c:16053893#, c-format3894msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"3895msgstr ""38963897#: wt-status.c:16083898#, c-format3899msgid "no changes added to commit\n"3900msgstr ""39013902#: wt-status.c:16113903#, c-format3904msgid ""3905"nothing added to commit but untracked files present (use \"git add\" to "3906"track)\n"3907msgstr ""39083909#: wt-status.c:16143910#, c-format3911msgid "nothing added to commit but untracked files present\n"3912msgstr ""39133914#: wt-status.c:16173915#, c-format3916msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"3917msgstr ""39183919#: wt-status.c:1620 wt-status.c:16253920#, c-format3921msgid "nothing to commit\n"3922msgstr ""39233924#: wt-status.c:16233925#, c-format3926msgid "nothing to commit (use -u to show untracked files)\n"3927msgstr ""39283929#: wt-status.c:16273930#, c-format3931msgid "nothing to commit, working tree clean\n"3932msgstr ""39333934#: wt-status.c:17343935msgid "Initial commit on "3936msgstr ""39373938#: wt-status.c:17383939msgid "HEAD (no branch)"3940msgstr ""39413942#: wt-status.c:17673943msgid "gone"3944msgstr ""39453946#: wt-status.c:1769 wt-status.c:17773947msgid "behind "3948msgstr ""39493950#: wt-status.c:1772 wt-status.c:17753951msgid "ahead "3952msgstr ""39533954#. TRANSLATORS: the action is e.g. "pull with rebase"3955#: wt-status.c:22773956#, c-format3957msgid "cannot %s: You have unstaged changes."3958msgstr ""39593960#: wt-status.c:22833961msgid "additionally, your index contains uncommitted changes."3962msgstr ""39633964#: wt-status.c:22853965#, c-format3966msgid "cannot %s: Your index contains uncommitted changes."3967msgstr ""39683969#: compat/precompose_utf8.c:57 builtin/clone.c:4143970#, c-format3971msgid "failed to unlink '%s'"3972msgstr ""39733974#: builtin/add.c:223975msgid "git add [<options>] [--] <pathspec>..."3976msgstr ""39773978#: builtin/add.c:803979#, c-format3980msgid "unexpected diff status %c"3981msgstr ""39823983#: builtin/add.c:85 builtin/commit.c:2913984msgid "updating files failed"3985msgstr ""39863987#: builtin/add.c:953988#, c-format3989msgid "remove '%s'\n"3990msgstr ""39913992#: builtin/add.c:1493993msgid "Unstaged changes after refreshing the index:"3994msgstr ""39953996#: builtin/add.c:209 builtin/rev-parse.c:8453997msgid "Could not read the index"3998msgstr ""39994000#: builtin/add.c:2204001#, c-format4002msgid "Could not open '%s' for writing."4003msgstr ""40044005#: builtin/add.c:2244006msgid "Could not write patch"4007msgstr ""40084009#: builtin/add.c:2274010msgid "editing patch failed"4011msgstr ""40124013#: builtin/add.c:2304014#, c-format4015msgid "Could not stat '%s'"4016msgstr ""40174018#: builtin/add.c:2324019msgid "Empty patch. Aborted."4020msgstr ""40214022#: builtin/add.c:2374023#, c-format4024msgid "Could not apply '%s'"4025msgstr ""40264027#: builtin/add.c:2474028msgid "The following paths are ignored by one of your .gitignore files:\n"4029msgstr ""40304031#: builtin/add.c:266 builtin/clean.c:870 builtin/fetch.c:115 builtin/mv.c:1234032#: builtin/prune-packed.c:55 builtin/pull.c:198 builtin/push.c:5244033#: builtin/remote.c:1326 builtin/rm.c:241 builtin/send-pack.c:1624034msgid "dry run"4035msgstr ""40364037#: builtin/add.c:2694038msgid "interactive picking"4039msgstr ""40404041#: builtin/add.c:270 builtin/checkout.c:1159 builtin/reset.c:2864042msgid "select hunks interactively"4043msgstr ""40444045#: builtin/add.c:2714046msgid "edit current diff and apply"4047msgstr ""40484049#: builtin/add.c:2724050msgid "allow adding otherwise ignored files"4051msgstr ""40524053#: builtin/add.c:2734054msgid "update tracked files"4055msgstr ""40564057#: builtin/add.c:2744058msgid "record only the fact that the path will be added later"4059msgstr ""40604061#: builtin/add.c:2754062msgid "add changes from all tracked and untracked files"4063msgstr ""40644065#: builtin/add.c:2784066msgid "ignore paths removed in the working tree (same as --no-all)"4067msgstr ""40684069#: builtin/add.c:2804070msgid "don't add, only refresh the index"4071msgstr ""40724073#: builtin/add.c:2814074msgid "just skip files which cannot be added because of errors"4075msgstr ""40764077#: builtin/add.c:2824078msgid "check if - even missing - files are ignored in dry run"4079msgstr ""40804081#: builtin/add.c:283 builtin/update-index.c:9474082msgid "(+/-)x"4083msgstr ""40844085#: builtin/add.c:283 builtin/update-index.c:9484086msgid "override the executable bit of the listed files"4087msgstr ""40884089#: builtin/add.c:3054090#, c-format4091msgid "Use -f if you really want to add them.\n"4092msgstr ""40934094#: builtin/add.c:3124095msgid "adding files failed"4096msgstr ""40974098#: builtin/add.c:3484099msgid "-A and -u are mutually incompatible"4100msgstr ""41014102#: builtin/add.c:3554103msgid "Option --ignore-missing can only be used together with --dry-run"4104msgstr ""41054106#: builtin/add.c:3594107#, c-format4108msgid "--chmod param '%s' must be either -x or +x"4109msgstr ""41104111#: builtin/add.c:3744112#, c-format4113msgid "Nothing specified, nothing added.\n"4114msgstr ""41154116#: builtin/add.c:3754117#, c-format4118msgid "Maybe you wanted to say 'git add .'?\n"4119msgstr ""41204121#: builtin/add.c:380 builtin/check-ignore.c:172 builtin/checkout.c:2794122#: builtin/checkout.c:472 builtin/clean.c:914 builtin/commit.c:3504123#: builtin/mv.c:143 builtin/reset.c:235 builtin/rm.c:2714124#: builtin/submodule--helper.c:2444125msgid "index file corrupt"4126msgstr ""41274128#: builtin/am.c:4144129msgid "could not parse author script"4130msgstr ""41314132#: builtin/am.c:4914133#, c-format4134msgid "'%s' was deleted by the applypatch-msg hook"4135msgstr ""41364137#: builtin/am.c:5324138#, c-format4139msgid "Malformed input line: '%s'."4140msgstr ""41414142#: builtin/am.c:5694143#, c-format4144msgid "Failed to copy notes from '%s' to '%s'"4145msgstr ""41464147#: builtin/am.c:5954148msgid "fseek failed"4149msgstr ""41504151#: builtin/am.c:7754152#, c-format4153msgid "could not parse patch '%s'"4154msgstr ""41554156#: builtin/am.c:8404157msgid "Only one StGIT patch series can be applied at once"4158msgstr ""41594160#: builtin/am.c:8874161msgid "invalid timestamp"4162msgstr ""41634164#: builtin/am.c:890 builtin/am.c:8984165msgid "invalid Date line"4166msgstr ""41674168#: builtin/am.c:8954169msgid "invalid timezone offset"4170msgstr ""41714172#: builtin/am.c:9844173msgid "Patch format detection failed."4174msgstr ""41754176#: builtin/am.c:989 builtin/clone.c:3794177#, c-format4178msgid "failed to create directory '%s'"4179msgstr ""41804181#: builtin/am.c:9934182msgid "Failed to split patches."4183msgstr ""41844185#: builtin/am.c:1125 builtin/commit.c:3764186msgid "unable to write index file"4187msgstr ""41884189#: builtin/am.c:11764190#, c-format4191msgid "When you have resolved this problem, run \"%s --continue\"."4192msgstr ""41934194#: builtin/am.c:11774195#, c-format4196msgid "If you prefer to skip this patch, run \"%s --skip\" instead."4197msgstr ""41984199#: builtin/am.c:11784200#, c-format4201msgid "To restore the original branch and stop patching, run \"%s --abort\"."4202msgstr ""42034204#: builtin/am.c:13164205msgid "Patch is empty. Was it split wrong?"4206msgstr ""42074208#: builtin/am.c:1390 builtin/log.c:15504209#, c-format4210msgid "invalid ident line: %s"4211msgstr ""42124213#: builtin/am.c:14174214#, c-format4215msgid "unable to parse commit %s"4216msgstr ""42174218#: builtin/am.c:16104219msgid "Repository lacks necessary blobs to fall back on 3-way merge."4220msgstr ""42214222#: builtin/am.c:16124223msgid "Using index info to reconstruct a base tree..."4224msgstr ""42254226#: builtin/am.c:16314227msgid ""4228"Did you hand edit your patch?\n"4229"It does not apply to blobs recorded in its index."4230msgstr ""42314232#: builtin/am.c:16374233msgid "Falling back to patching base and 3-way merge..."4234msgstr ""42354236#: builtin/am.c:16624237msgid "Failed to merge in the changes."4238msgstr ""42394240#: builtin/am.c:1686 builtin/merge.c:6324241msgid "git write-tree failed to write a tree"4242msgstr ""42434244#: builtin/am.c:16934245msgid "applying to an empty history"4246msgstr ""42474248#: builtin/am.c:1706 builtin/commit.c:1764 builtin/merge.c:8024249#: builtin/merge.c:8274250msgid "failed to write commit object"4251msgstr ""42524253#: builtin/am.c:1739 builtin/am.c:17434254#, c-format4255msgid "cannot resume: %s does not exist."4256msgstr ""42574258#: builtin/am.c:17594259msgid "cannot be interactive without stdin connected to a terminal."4260msgstr ""42614262#: builtin/am.c:17644263msgid "Commit Body is:"4264msgstr ""42654266#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]4267#. in your translation. The program will only accept English4268#. input at this point.4269#.4270#: builtin/am.c:17744271msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "4272msgstr ""42734274#: builtin/am.c:18244275#, c-format4276msgid "Dirty index: cannot apply patches (dirty: %s)"4277msgstr ""42784279#: builtin/am.c:1861 builtin/am.c:19334280#, c-format4281msgid "Applying: %.*s"4282msgstr ""42834284#: builtin/am.c:18774285msgid "No changes -- Patch already applied."4286msgstr ""42874288#: builtin/am.c:18854289#, c-format4290msgid "Patch failed at %s %.*s"4291msgstr ""42924293#: builtin/am.c:18914294#, c-format4295msgid "The copy of the patch that failed is found in: %s"4296msgstr ""42974298#: builtin/am.c:19364299msgid ""4300"No changes - did you forget to use 'git add'?\n"4301"If there is nothing left to stage, chances are that something else\n"4302"already introduced the same changes; you might want to skip this patch."4303msgstr ""43044305#: builtin/am.c:19434306msgid ""4307"You still have unmerged paths in your index.\n"4308"Did you forget to use 'git add'?"4309msgstr ""43104311#: builtin/am.c:2051 builtin/am.c:2055 builtin/am.c:2067 builtin/reset.c:3084312#: builtin/reset.c:3164313#, c-format4314msgid "Could not parse object '%s'."4315msgstr ""43164317#: builtin/am.c:21034318msgid "failed to clean index"4319msgstr ""43204321#: builtin/am.c:21374322msgid ""4323"You seem to have moved HEAD since the last 'am' failure.\n"4324"Not rewinding to ORIG_HEAD"4325msgstr ""43264327#: builtin/am.c:22004328#, c-format4329msgid "Invalid value for --patch-format: %s"4330msgstr ""43314332#: builtin/am.c:22334333msgid "git am [<options>] [(<mbox> | <Maildir>)...]"4334msgstr ""43354336#: builtin/am.c:22344337msgid "git am [<options>] (--continue | --skip | --abort)"4338msgstr ""43394340#: builtin/am.c:22404341msgid "run interactively"4342msgstr ""43434344#: builtin/am.c:22424345msgid "historical option -- no-op"4346msgstr ""43474348#: builtin/am.c:22444349msgid "allow fall back on 3way merging if needed"4350msgstr ""43514352#: builtin/am.c:2245 builtin/init-db.c:483 builtin/prune-packed.c:574353#: builtin/repack.c:1784354msgid "be quiet"4355msgstr ""43564357#: builtin/am.c:22474358msgid "add a Signed-off-by line to the commit message"4359msgstr ""43604361#: builtin/am.c:22504362msgid "recode into utf8 (default)"4363msgstr ""43644365#: builtin/am.c:22524366msgid "pass -k flag to git-mailinfo"4367msgstr ""43684369#: builtin/am.c:22544370msgid "pass -b flag to git-mailinfo"4371msgstr ""43724373#: builtin/am.c:22564374msgid "pass -m flag to git-mailinfo"4375msgstr ""43764377#: builtin/am.c:22584378msgid "pass --keep-cr flag to git-mailsplit for mbox format"4379msgstr ""43804381#: builtin/am.c:22614382msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"4383msgstr ""43844385#: builtin/am.c:22644386msgid "strip everything before a scissors line"4387msgstr ""43884389#: builtin/am.c:2266 builtin/am.c:2269 builtin/am.c:2272 builtin/am.c:22754390#: builtin/am.c:2278 builtin/am.c:2281 builtin/am.c:2284 builtin/am.c:22874391#: builtin/am.c:22934392msgid "pass it through git-apply"4393msgstr ""43944395#: builtin/am.c:2283 builtin/fmt-merge-msg.c:662 builtin/fmt-merge-msg.c:6654396#: builtin/grep.c:1038 builtin/merge.c:202 builtin/pull.c:1354397#: builtin/pull.c:194 builtin/repack.c:187 builtin/repack.c:1914398#: builtin/show-branch.c:644 builtin/show-ref.c:169 builtin/tag.c:3554399#: parse-options.h:132 parse-options.h:134 parse-options.h:2454400msgid "n"4401msgstr ""44024403#: builtin/am.c:2289 builtin/for-each-ref.c:37 builtin/replace.c:4384404#: builtin/tag.c:387 builtin/verify-tag.c:384405msgid "format"4406msgstr ""44074408#: builtin/am.c:22904409msgid "format the patch(es) are in"4410msgstr ""44114412#: builtin/am.c:22964413msgid "override error message when patch failure occurs"4414msgstr ""44154416#: builtin/am.c:22984417msgid "continue applying patches after resolving a conflict"4418msgstr ""44194420#: builtin/am.c:23014421msgid "synonyms for --continue"4422msgstr ""44234424#: builtin/am.c:23044425msgid "skip the current patch"4426msgstr ""44274428#: builtin/am.c:23074429msgid "restore the original branch and abort the patching operation."4430msgstr ""44314432#: builtin/am.c:23114433msgid "lie about committer date"4434msgstr ""44354436#: builtin/am.c:23134437msgid "use current timestamp for author date"4438msgstr ""44394440#: builtin/am.c:2315 builtin/commit.c:1600 builtin/merge.c:2334441#: builtin/pull.c:165 builtin/revert.c:92 builtin/tag.c:3704442msgid "key-id"4443msgstr ""44444445#: builtin/am.c:23164446msgid "GPG-sign commits"4447msgstr ""44484449#: builtin/am.c:23194450msgid "(internal use for git-rebase)"4451msgstr ""44524453#: builtin/am.c:23344454msgid ""4455"The -b/--binary option has been a no-op for long time, and\n"4456"it will be removed. Please do not use it anymore."4457msgstr ""44584459#: builtin/am.c:23414460msgid "failed to read the index"4461msgstr ""44624463#: builtin/am.c:23564464#, c-format4465msgid "previous rebase directory %s still exists but mbox given."4466msgstr ""44674468#: builtin/am.c:23804469#, c-format4470msgid ""4471"Stray %s directory found.\n"4472"Use \"git am --abort\" to remove it."4473msgstr ""44744475#: builtin/am.c:23864476msgid "Resolve operation not in progress, we are not resuming."4477msgstr ""44784479#: builtin/apply.c:84480msgid "git apply [<options>] [<patch>...]"4481msgstr ""44824483#: builtin/archive.c:174484#, c-format4485msgid "could not create archive file '%s'"4486msgstr ""44874488#: builtin/archive.c:204489msgid "could not redirect output"4490msgstr ""44914492#: builtin/archive.c:374493msgid "git archive: Remote with no URL"4494msgstr ""44954496#: builtin/archive.c:584497msgid "git archive: expected ACK/NAK, got EOF"4498msgstr ""44994500#: builtin/archive.c:614501#, c-format4502msgid "git archive: NACK %s"4503msgstr ""45044505#: builtin/archive.c:634506#, c-format4507msgid "remote error: %s"4508msgstr ""45094510#: builtin/archive.c:644511msgid "git archive: protocol error"4512msgstr ""45134514#: builtin/archive.c:684515msgid "git archive: expected a flush"4516msgstr ""45174518#: builtin/bisect--helper.c:74519msgid "git bisect--helper --next-all [--no-checkout]"4520msgstr ""45214522#: builtin/bisect--helper.c:174523msgid "perform 'git bisect next'"4524msgstr ""45254526#: builtin/bisect--helper.c:194527msgid "update BISECT_HEAD instead of checking out the current commit"4528msgstr ""45294530#: builtin/blame.c:334531msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"4532msgstr ""45334534#: builtin/blame.c:384535msgid "<rev-opts> are documented in git-rev-list(1)"4536msgstr ""45374538#: builtin/blame.c:17864539msgid "Blaming lines"4540msgstr ""45414542#: builtin/blame.c:25824543msgid "Show blame entries as we find them, incrementally"4544msgstr ""45454546#: builtin/blame.c:25834547msgid "Show blank SHA-1 for boundary commits (Default: off)"4548msgstr ""45494550#: builtin/blame.c:25844551msgid "Do not treat root commits as boundaries (Default: off)"4552msgstr ""45534554#: builtin/blame.c:25854555msgid "Show work cost statistics"4556msgstr ""45574558#: builtin/blame.c:25864559msgid "Force progress reporting"4560msgstr ""45614562#: builtin/blame.c:25874563msgid "Show output score for blame entries"4564msgstr ""45654566#: builtin/blame.c:25884567msgid "Show original filename (Default: auto)"4568msgstr ""45694570#: builtin/blame.c:25894571msgid "Show original linenumber (Default: off)"4572msgstr ""45734574#: builtin/blame.c:25904575msgid "Show in a format designed for machine consumption"4576msgstr ""45774578#: builtin/blame.c:25914579msgid "Show porcelain format with per-line commit information"4580msgstr ""45814582#: builtin/blame.c:25924583msgid "Use the same output mode as git-annotate (Default: off)"4584msgstr ""45854586#: builtin/blame.c:25934587msgid "Show raw timestamp (Default: off)"4588msgstr ""45894590#: builtin/blame.c:25944591msgid "Show long commit SHA1 (Default: off)"4592msgstr ""45934594#: builtin/blame.c:25954595msgid "Suppress author name and timestamp (Default: off)"4596msgstr ""45974598#: builtin/blame.c:25964599msgid "Show author email instead of name (Default: off)"4600msgstr ""46014602#: builtin/blame.c:25974603msgid "Ignore whitespace differences"4604msgstr ""46054606#: builtin/blame.c:26044607msgid "Use an experimental heuristic to improve diffs"4608msgstr ""46094610#: builtin/blame.c:26064611msgid "Spend extra cycles to find better match"4612msgstr ""46134614#: builtin/blame.c:26074615msgid "Use revisions from <file> instead of calling git-rev-list"4616msgstr ""46174618#: builtin/blame.c:26084619msgid "Use <file>'s contents as the final image"4620msgstr ""46214622#: builtin/blame.c:2609 builtin/blame.c:26104623msgid "score"4624msgstr ""46254626#: builtin/blame.c:26094627msgid "Find line copies within and across files"4628msgstr ""46294630#: builtin/blame.c:26104631msgid "Find line movements within and across files"4632msgstr ""46334634#: builtin/blame.c:26114635msgid "n,m"4636msgstr ""46374638#: builtin/blame.c:26114639msgid "Process only line range n,m, counting from 1"4640msgstr ""46414642#: builtin/blame.c:26584643msgid "--progress can't be used with --incremental or porcelain formats"4644msgstr ""46454646#. TRANSLATORS: This string is used to tell us the maximum4647#. display width for a relative timestamp in "git blame"4648#. output. For C locale, "4 years, 11 months ago", which4649#. takes 22 places, is the longest among various forms of4650#. relative timestamps, but your language may need more or4651#. fewer display columns.4652#: builtin/blame.c:27064653msgid "4 years, 11 months ago"4654msgstr ""46554656#: builtin/blame.c:27864657msgid "--contents and --reverse do not blend well."4658msgstr ""46594660#: builtin/blame.c:28064661msgid "cannot use --contents with final commit object name"4662msgstr ""46634664#: builtin/blame.c:28114665msgid "--reverse and --first-parent together require specified latest commit"4666msgstr ""46674668#: builtin/blame.c:28384669msgid ""4670"--reverse --first-parent together require range along first-parent chain"4671msgstr ""46724673#: builtin/blame.c:28494674#, c-format4675msgid "no such path %s in %s"4676msgstr ""46774678#: builtin/blame.c:28604679#, c-format4680msgid "cannot read blob %s for path %s"4681msgstr ""46824683#: builtin/blame.c:28794684#, c-format4685msgid "file %s has only %lu line"4686msgid_plural "file %s has only %lu lines"4687msgstr[0] ""4688msgstr[1] ""46894690#: builtin/branch.c:264691msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"4692msgstr ""46934694#: builtin/branch.c:274695msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"4696msgstr ""46974698#: builtin/branch.c:284699msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."4700msgstr ""47014702#: builtin/branch.c:294703msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"4704msgstr ""47054706#: builtin/branch.c:304707msgid "git branch [<options>] [-r | -a] [--points-at]"4708msgstr ""47094710#: builtin/branch.c:1434711#, c-format4712msgid ""4713"deleting branch '%s' that has been merged to\n"4714" '%s', but not yet merged to HEAD."4715msgstr ""47164717#: builtin/branch.c:1474718#, c-format4719msgid ""4720"not deleting branch '%s' that is not yet merged to\n"4721" '%s', even though it is merged to HEAD."4722msgstr ""47234724#: builtin/branch.c:1614725#, c-format4726msgid "Couldn't look up commit object for '%s'"4727msgstr ""47284729#: builtin/branch.c:1654730#, c-format4731msgid ""4732"The branch '%s' is not fully merged.\n"4733"If you are sure you want to delete it, run 'git branch -D %s'."4734msgstr ""47354736#: builtin/branch.c:1784737msgid "Update of config-file failed"4738msgstr ""47394740#: builtin/branch.c:2064741msgid "cannot use -a with -d"4742msgstr ""47434744#: builtin/branch.c:2124745msgid "Couldn't look up commit object for HEAD"4746msgstr ""47474748#: builtin/branch.c:2264749#, c-format4750msgid "Cannot delete branch '%s' checked out at '%s'"4751msgstr ""47524753#: builtin/branch.c:2414754#, c-format4755msgid "remote-tracking branch '%s' not found."4756msgstr ""47574758#: builtin/branch.c:2424759#, c-format4760msgid "branch '%s' not found."4761msgstr ""47624763#: builtin/branch.c:2574764#, c-format4765msgid "Error deleting remote-tracking branch '%s'"4766msgstr ""47674768#: builtin/branch.c:2584769#, c-format4770msgid "Error deleting branch '%s'"4771msgstr ""47724773#: builtin/branch.c:2654774#, c-format4775msgid "Deleted remote-tracking branch %s (was %s).\n"4776msgstr ""47774778#: builtin/branch.c:2664779#, c-format4780msgid "Deleted branch %s (was %s).\n"4781msgstr ""47824783#: builtin/branch.c:3124784#, c-format4785msgid "[%s: gone]"4786msgstr ""47874788#: builtin/branch.c:3174789#, c-format4790msgid "[%s]"4791msgstr ""47924793#: builtin/branch.c:3224794#, c-format4795msgid "[%s: behind %d]"4796msgstr ""47974798#: builtin/branch.c:3244799#, c-format4800msgid "[behind %d]"4801msgstr ""48024803#: builtin/branch.c:3284804#, c-format4805msgid "[%s: ahead %d]"4806msgstr ""48074808#: builtin/branch.c:3304809#, c-format4810msgid "[ahead %d]"4811msgstr ""48124813#: builtin/branch.c:3334814#, c-format4815msgid "[%s: ahead %d, behind %d]"4816msgstr ""48174818#: builtin/branch.c:3364819#, c-format4820msgid "[ahead %d, behind %d]"4821msgstr ""48224823#: builtin/branch.c:3494824msgid " **** invalid ref ****"4825msgstr ""48264827#: builtin/branch.c:3754828#, c-format4829msgid "(no branch, rebasing %s)"4830msgstr ""48314832#: builtin/branch.c:3784833#, c-format4834msgid "(no branch, bisect started on %s)"4835msgstr ""48364837#. TRANSLATORS: make sure this matches4838#. "HEAD detached at " in wt-status.c4839#: builtin/branch.c:3844840#, c-format4841msgid "(HEAD detached at %s)"4842msgstr ""48434844#. TRANSLATORS: make sure this matches4845#. "HEAD detached from " in wt-status.c4846#: builtin/branch.c:3894847#, c-format4848msgid "(HEAD detached from %s)"4849msgstr ""48504851#: builtin/branch.c:3934852msgid "(no branch)"4853msgstr ""48544855#: builtin/branch.c:5354856#, c-format4857msgid "Branch %s is being rebased at %s"4858msgstr ""48594860#: builtin/branch.c:5394861#, c-format4862msgid "Branch %s is being bisected at %s"4863msgstr ""48644865#: builtin/branch.c:5544866msgid "cannot rename the current branch while not on any."4867msgstr ""48684869#: builtin/branch.c:5644870#, c-format4871msgid "Invalid branch name: '%s'"4872msgstr ""48734874#: builtin/branch.c:5814875msgid "Branch rename failed"4876msgstr ""48774878#: builtin/branch.c:5854879#, c-format4880msgid "Renamed a misnamed branch '%s' away"4881msgstr ""48824883#: builtin/branch.c:5884884#, c-format4885msgid "Branch renamed to %s, but HEAD is not updated!"4886msgstr ""48874888#: builtin/branch.c:5954889msgid "Branch is renamed, but update of config-file failed"4890msgstr ""48914892#: builtin/branch.c:6114893#, c-format4894msgid ""4895"Please edit the description for the branch\n"4896" %s\n"4897"Lines starting with '%c' will be stripped.\n"4898msgstr ""48994900#: builtin/branch.c:6434901msgid "Generic options"4902msgstr ""49034904#: builtin/branch.c:6454905msgid "show hash and subject, give twice for upstream branch"4906msgstr ""49074908#: builtin/branch.c:6464909msgid "suppress informational messages"4910msgstr ""49114912#: builtin/branch.c:6474913msgid "set up tracking mode (see git-pull(1))"4914msgstr ""49154916#: builtin/branch.c:6494917msgid "change upstream info"4918msgstr ""49194920#: builtin/branch.c:6514921msgid "upstream"4922msgstr ""49234924#: builtin/branch.c:6514925msgid "change the upstream info"4926msgstr ""49274928#: builtin/branch.c:6524929msgid "Unset the upstream info"4930msgstr ""49314932#: builtin/branch.c:6534933msgid "use colored output"4934msgstr ""49354936#: builtin/branch.c:6544937msgid "act on remote-tracking branches"4938msgstr ""49394940#: builtin/branch.c:656 builtin/branch.c:6574941msgid "print only branches that contain the commit"4942msgstr ""49434944#: builtin/branch.c:6604945msgid "Specific git-branch actions:"4946msgstr ""49474948#: builtin/branch.c:6614949msgid "list both remote-tracking and local branches"4950msgstr ""49514952#: builtin/branch.c:6634953msgid "delete fully merged branch"4954msgstr ""49554956#: builtin/branch.c:6644957msgid "delete branch (even if not merged)"4958msgstr ""49594960#: builtin/branch.c:6654961msgid "move/rename a branch and its reflog"4962msgstr ""49634964#: builtin/branch.c:6664965msgid "move/rename a branch, even if target exists"4966msgstr ""49674968#: builtin/branch.c:6674969msgid "list branch names"4970msgstr ""49714972#: builtin/branch.c:6684973msgid "create the branch's reflog"4974msgstr ""49754976#: builtin/branch.c:6704977msgid "edit the description for the branch"4978msgstr ""49794980#: builtin/branch.c:6714981msgid "force creation, move/rename, deletion"4982msgstr ""49834984#: builtin/branch.c:6724985msgid "print only branches that are merged"4986msgstr ""49874988#: builtin/branch.c:6734989msgid "print only branches that are not merged"4990msgstr ""49914992#: builtin/branch.c:6744993msgid "list branches in columns"4994msgstr ""49954996#: builtin/branch.c:675 builtin/for-each-ref.c:38 builtin/tag.c:3814997msgid "key"4998msgstr ""49995000#: builtin/branch.c:676 builtin/for-each-ref.c:39 builtin/tag.c:3825001msgid "field name to sort on"5002msgstr ""50035004#: builtin/branch.c:678 builtin/for-each-ref.c:41 builtin/notes.c:4045005#: builtin/notes.c:407 builtin/notes.c:567 builtin/notes.c:5705006#: builtin/tag.c:3845007msgid "object"5008msgstr ""50095010#: builtin/branch.c:6795011msgid "print only branches of the object"5012msgstr ""50135014#: builtin/branch.c:681 builtin/for-each-ref.c:46 builtin/tag.c:3885015msgid "sorting and filtering are case insensitive"5016msgstr ""50175018#: builtin/branch.c:6985019msgid "Failed to resolve HEAD as a valid ref."5020msgstr ""50215022#: builtin/branch.c:702 builtin/clone.c:7065023msgid "HEAD not found below refs/heads!"5024msgstr ""50255026#: builtin/branch.c:7245027msgid "--column and --verbose are incompatible"5028msgstr ""50295030#: builtin/branch.c:735 builtin/branch.c:7875031msgid "branch name required"5032msgstr ""50335034#: builtin/branch.c:7635035msgid "Cannot give description to detached HEAD"5036msgstr ""50375038#: builtin/branch.c:7685039msgid "cannot edit description of more than one branch"5040msgstr ""50415042#: builtin/branch.c:7755043#, c-format5044msgid "No commit on branch '%s' yet."5045msgstr ""50465047#: builtin/branch.c:7785048#, c-format5049msgid "No branch named '%s'."5050msgstr ""50515052#: builtin/branch.c:7935053msgid "too many branches for a rename operation"5054msgstr ""50555056#: builtin/branch.c:7985057msgid "too many branches to set new upstream"5058msgstr ""50595060#: builtin/branch.c:8025061#, c-format5062msgid ""5063"could not set upstream of HEAD to %s when it does not point to any branch."5064msgstr ""50655066#: builtin/branch.c:805 builtin/branch.c:827 builtin/branch.c:8485067#, c-format5068msgid "no such branch '%s'"5069msgstr ""50705071#: builtin/branch.c:8095072#, c-format5073msgid "branch '%s' does not exist"5074msgstr ""50755076#: builtin/branch.c:8215077msgid "too many branches to unset upstream"5078msgstr ""50795080#: builtin/branch.c:8255081msgid "could not unset upstream of HEAD when it does not point to any branch."5082msgstr ""50835084#: builtin/branch.c:8315085#, c-format5086msgid "Branch '%s' has no upstream information"5087msgstr ""50885089#: builtin/branch.c:8455090msgid "it does not make sense to create 'HEAD' manually"5091msgstr ""50925093#: builtin/branch.c:8515094msgid "-a and -r options to 'git branch' do not make sense with a branch name"5095msgstr ""50965097#: builtin/branch.c:8545098#, c-format5099msgid ""5100"The --set-upstream flag is deprecated and will be removed. Consider using --"5101"track or --set-upstream-to\n"5102msgstr ""51035104#: builtin/branch.c:8715105#, c-format5106msgid ""5107"\n"5108"If you wanted to make '%s' track '%s', do this:\n"5109"\n"5110msgstr ""51115112#: builtin/bundle.c:515113#, c-format5114msgid "%s is okay\n"5115msgstr ""51165117#: builtin/bundle.c:645118msgid "Need a repository to create a bundle."5119msgstr ""51205121#: builtin/bundle.c:685122msgid "Need a repository to unbundle."5123msgstr ""51245125#: builtin/cat-file.c:5135126msgid ""5127"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"5128"p | <type> | --textconv | --filters) [--path=<path>] <object>"5129msgstr ""51305131#: builtin/cat-file.c:5145132msgid ""5133"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"5134"filters]"5135msgstr ""51365137#: builtin/cat-file.c:5515138msgid "<type> can be one of: blob, tree, commit, tag"5139msgstr ""51405141#: builtin/cat-file.c:5525142msgid "show object type"5143msgstr ""51445145#: builtin/cat-file.c:5535146msgid "show object size"5147msgstr ""51485149#: builtin/cat-file.c:5555150msgid "exit with zero when there's no error"5151msgstr ""51525153#: builtin/cat-file.c:5565154msgid "pretty-print object's content"5155msgstr ""51565157#: builtin/cat-file.c:5585158msgid "for blob objects, run textconv on object's content"5159msgstr ""51605161#: builtin/cat-file.c:5605162msgid "for blob objects, run filters on object's content"5163msgstr ""51645165#: builtin/cat-file.c:561 git-submodule.sh:9295166msgid "blob"5167msgstr ""51685169#: builtin/cat-file.c:5625170msgid "use a specific path for --textconv/--filters"5171msgstr ""51725173#: builtin/cat-file.c:5645174msgid "allow -s and -t to work with broken/corrupt objects"5175msgstr ""51765177#: builtin/cat-file.c:5655178msgid "buffer --batch output"5179msgstr ""51805181#: builtin/cat-file.c:5675182msgid "show info and content of objects fed from the standard input"5183msgstr ""51845185#: builtin/cat-file.c:5705186msgid "show info about objects fed from the standard input"5187msgstr ""51885189#: builtin/cat-file.c:5735190msgid "follow in-tree symlinks (used with --batch or --batch-check)"5191msgstr ""51925193#: builtin/cat-file.c:5755194msgid "show all objects with --batch or --batch-check"5195msgstr ""51965197#: builtin/check-attr.c:115198msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."5199msgstr ""52005201#: builtin/check-attr.c:125202msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"5203msgstr ""52045205#: builtin/check-attr.c:195206msgid "report all attributes set on file"5207msgstr ""52085209#: builtin/check-attr.c:205210msgid "use .gitattributes only from the index"5211msgstr ""52125213#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:985214msgid "read file names from stdin"5215msgstr ""52165217#: builtin/check-attr.c:23 builtin/check-ignore.c:245218msgid "terminate input and output records by a NUL character"5219msgstr ""52205221#: builtin/check-ignore.c:18 builtin/checkout.c:1140 builtin/gc.c:3325222msgid "suppress progress reporting"5223msgstr ""52245225#: builtin/check-ignore.c:265226msgid "show non-matching input paths"5227msgstr ""52285229#: builtin/check-ignore.c:285230msgid "ignore index when checking"5231msgstr ""52325233#: builtin/check-ignore.c:1545234msgid "cannot specify pathnames with --stdin"5235msgstr ""52365237#: builtin/check-ignore.c:1575238msgid "-z only makes sense with --stdin"5239msgstr ""52405241#: builtin/check-ignore.c:1595242msgid "no path specified"5243msgstr ""52445245#: builtin/check-ignore.c:1635246msgid "--quiet is only valid with a single pathname"5247msgstr ""52485249#: builtin/check-ignore.c:1655250msgid "cannot have both --quiet and --verbose"5251msgstr ""52525253#: builtin/check-ignore.c:1685254msgid "--non-matching is only valid with --verbose"5255msgstr ""52565257#: builtin/check-mailmap.c:85258msgid "git check-mailmap [<options>] <contact>..."5259msgstr ""52605261#: builtin/check-mailmap.c:135262msgid "also read contacts from stdin"5263msgstr ""52645265#: builtin/check-mailmap.c:245266#, c-format5267msgid "unable to parse contact: %s"5268msgstr ""52695270#: builtin/check-mailmap.c:475271msgid "no contacts specified"5272msgstr ""52735274#: builtin/checkout-index.c:1275275msgid "git checkout-index [<options>] [--] [<file>...]"5276msgstr ""52775278#: builtin/checkout-index.c:1445279msgid "stage should be between 1 and 3 or all"5280msgstr ""52815282#: builtin/checkout-index.c:1605283msgid "check out all files in the index"5284msgstr ""52855286#: builtin/checkout-index.c:1615287msgid "force overwrite of existing files"5288msgstr ""52895290#: builtin/checkout-index.c:1635291msgid "no warning for existing files and files not in index"5292msgstr ""52935294#: builtin/checkout-index.c:1655295msgid "don't checkout new files"5296msgstr ""52975298#: builtin/checkout-index.c:1675299msgid "update stat information in the index file"5300msgstr ""53015302#: builtin/checkout-index.c:1715303msgid "read list of paths from the standard input"5304msgstr ""53055306#: builtin/checkout-index.c:1735307msgid "write the content to temporary files"5308msgstr ""53095310#: builtin/checkout-index.c:174 builtin/column.c:305311#: builtin/submodule--helper.c:597 builtin/submodule--helper.c:6005312#: builtin/submodule--helper.c:606 builtin/submodule--helper.c:9675313#: builtin/worktree.c:4715314msgid "string"5315msgstr ""53165317#: builtin/checkout-index.c:1755318msgid "when creating files, prepend <string>"5319msgstr ""53205321#: builtin/checkout-index.c:1775322msgid "copy out the files from named stage"5323msgstr ""53245325#: builtin/checkout.c:255326msgid "git checkout [<options>] <branch>"5327msgstr ""53285329#: builtin/checkout.c:265330msgid "git checkout [<options>] [<branch>] -- <file>..."5331msgstr ""53325333#: builtin/checkout.c:134 builtin/checkout.c:1675334#, c-format5335msgid "path '%s' does not have our version"5336msgstr ""53375338#: builtin/checkout.c:136 builtin/checkout.c:1695339#, c-format5340msgid "path '%s' does not have their version"5341msgstr ""53425343#: builtin/checkout.c:1525344#, c-format5345msgid "path '%s' does not have all necessary versions"5346msgstr ""53475348#: builtin/checkout.c:1965349#, c-format5350msgid "path '%s' does not have necessary versions"5351msgstr ""53525353#: builtin/checkout.c:2135354#, c-format5355msgid "path '%s': cannot merge"5356msgstr ""53575358#: builtin/checkout.c:2305359#, c-format5360msgid "Unable to add merge result for '%s'"5361msgstr ""53625363#: builtin/checkout.c:250 builtin/checkout.c:253 builtin/checkout.c:2565364#: builtin/checkout.c:2595365#, c-format5366msgid "'%s' cannot be used with updating paths"5367msgstr ""53685369#: builtin/checkout.c:262 builtin/checkout.c:2655370#, c-format5371msgid "'%s' cannot be used with %s"5372msgstr ""53735374#: builtin/checkout.c:2685375#, c-format5376msgid "Cannot update paths and switch to branch '%s' at the same time."5377msgstr ""53785379#: builtin/checkout.c:339 builtin/checkout.c:3465380#, c-format5381msgid "path '%s' is unmerged"5382msgstr ""53835384#: builtin/checkout.c:4945385msgid "you need to resolve your current index first"5386msgstr ""53875388#: builtin/checkout.c:6255389#, c-format5390msgid "Can not do reflog for '%s': %s\n"5391msgstr ""53925393#: builtin/checkout.c:6665394msgid "HEAD is now at"5395msgstr ""53965397#: builtin/checkout.c:670 builtin/clone.c:6605398msgid "unable to update HEAD"5399msgstr ""54005401#: builtin/checkout.c:6745402#, c-format5403msgid "Reset branch '%s'\n"5404msgstr ""54055406#: builtin/checkout.c:6775407#, c-format5408msgid "Already on '%s'\n"5409msgstr ""54105411#: builtin/checkout.c:6815412#, c-format5413msgid "Switched to and reset branch '%s'\n"5414msgstr ""54155416#: builtin/checkout.c:683 builtin/checkout.c:10725417#, c-format5418msgid "Switched to a new branch '%s'\n"5419msgstr ""54205421#: builtin/checkout.c:6855422#, c-format5423msgid "Switched to branch '%s'\n"5424msgstr ""54255426#: builtin/checkout.c:7365427#, c-format5428msgid " ... and %d more.\n"5429msgstr ""54305431#: builtin/checkout.c:7425432#, c-format5433msgid ""5434"Warning: you are leaving %d commit behind, not connected to\n"5435"any of your branches:\n"5436"\n"5437"%s\n"5438msgid_plural ""5439"Warning: you are leaving %d commits behind, not connected to\n"5440"any of your branches:\n"5441"\n"5442"%s\n"5443msgstr[0] ""5444msgstr[1] ""54455446#: builtin/checkout.c:7615447#, c-format5448msgid ""5449"If you want to keep it by creating a new branch, this may be a good time\n"5450"to do so with:\n"5451"\n"5452" git branch <new-branch-name> %s\n"5453"\n"5454msgid_plural ""5455"If you want to keep them by creating a new branch, this may be a good time\n"5456"to do so with:\n"5457"\n"5458" git branch <new-branch-name> %s\n"5459"\n"5460msgstr[0] ""5461msgstr[1] ""54625463#: builtin/checkout.c:7975464msgid "internal error in revision walk"5465msgstr ""54665467#: builtin/checkout.c:8015468msgid "Previous HEAD position was"5469msgstr ""54705471#: builtin/checkout.c:828 builtin/checkout.c:10675472msgid "You are on a branch yet to be born"5473msgstr ""54745475#: builtin/checkout.c:9735476#, c-format5477msgid "only one reference expected, %d given."5478msgstr ""54795480#: builtin/checkout.c:1013 builtin/worktree.c:2145481#, c-format5482msgid "invalid reference: %s"5483msgstr ""54845485#: builtin/checkout.c:10425486#, c-format5487msgid "reference is not a tree: %s"5488msgstr ""54895490#: builtin/checkout.c:10815491msgid "paths cannot be used with switching branches"5492msgstr ""54935494#: builtin/checkout.c:1084 builtin/checkout.c:10885495#, c-format5496msgid "'%s' cannot be used with switching branches"5497msgstr ""54985499#: builtin/checkout.c:1092 builtin/checkout.c:1095 builtin/checkout.c:11005500#: builtin/checkout.c:11035501#, c-format5502msgid "'%s' cannot be used with '%s'"5503msgstr ""55045505#: builtin/checkout.c:11085506#, c-format5507msgid "Cannot switch branch to a non-commit '%s'"5508msgstr ""55095510#: builtin/checkout.c:1141 builtin/checkout.c:1143 builtin/clone.c:935511#: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:3245512#: builtin/worktree.c:3265513msgid "branch"5514msgstr ""55155516#: builtin/checkout.c:11425517msgid "create and checkout a new branch"5518msgstr ""55195520#: builtin/checkout.c:11445521msgid "create/reset and checkout a branch"5522msgstr ""55235524#: builtin/checkout.c:11455525msgid "create reflog for new branch"5526msgstr ""55275528#: builtin/checkout.c:1146 builtin/worktree.c:3285529msgid "detach HEAD at named commit"5530msgstr ""55315532#: builtin/checkout.c:11475533msgid "set upstream info for new branch"5534msgstr ""55355536#: builtin/checkout.c:11495537msgid "new-branch"5538msgstr ""55395540#: builtin/checkout.c:11495541msgid "new unparented branch"5542msgstr ""55435544#: builtin/checkout.c:11505545msgid "checkout our version for unmerged files"5546msgstr ""55475548#: builtin/checkout.c:11525549msgid "checkout their version for unmerged files"5550msgstr ""55515552#: builtin/checkout.c:11545553msgid "force checkout (throw away local modifications)"5554msgstr ""55555556#: builtin/checkout.c:11555557msgid "perform a 3-way merge with the new branch"5558msgstr ""55595560#: builtin/checkout.c:1156 builtin/merge.c:2355561msgid "update ignored files (default)"5562msgstr ""55635564#: builtin/checkout.c:1157 builtin/log.c:1466 parse-options.h:2515565msgid "style"5566msgstr ""55675568#: builtin/checkout.c:11585569msgid "conflict style (merge or diff3)"5570msgstr ""55715572#: builtin/checkout.c:11615573msgid "do not limit pathspecs to sparse entries only"5574msgstr ""55755576#: builtin/checkout.c:11635577msgid "second guess 'git checkout <no-such-branch>'"5578msgstr ""55795580#: builtin/checkout.c:11655581msgid "do not check if another worktree is holding the given ref"5582msgstr ""55835584#: builtin/checkout.c:1166 builtin/clone.c:63 builtin/fetch.c:1195585#: builtin/merge.c:232 builtin/pull.c:117 builtin/push.c:5395586#: builtin/send-pack.c:1685587msgid "force progress reporting"5588msgstr ""55895590#: builtin/checkout.c:11975591msgid "-b, -B and --orphan are mutually exclusive"5592msgstr ""55935594#: builtin/checkout.c:12145595msgid "--track needs a branch name"5596msgstr ""55975598#: builtin/checkout.c:12195599msgid "Missing branch name; try -b"5600msgstr ""56015602#: builtin/checkout.c:12555603msgid "invalid path specification"5604msgstr ""56055606#: builtin/checkout.c:12625607#, c-format5608msgid ""5609"Cannot update paths and switch to branch '%s' at the same time.\n"5610"Did you intend to checkout '%s' which can not be resolved as commit?"5611msgstr ""56125613#: builtin/checkout.c:12675614#, c-format5615msgid "git checkout: --detach does not take a path argument '%s'"5616msgstr ""56175618#: builtin/checkout.c:12715619msgid ""5620"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"5621"checking out of the index."5622msgstr ""56235624#: builtin/clean.c:255625msgid ""5626"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."5627msgstr ""56285629#: builtin/clean.c:295630#, c-format5631msgid "Removing %s\n"5632msgstr ""56335634#: builtin/clean.c:305635#, c-format5636msgid "Would remove %s\n"5637msgstr ""56385639#: builtin/clean.c:315640#, c-format5641msgid "Skipping repository %s\n"5642msgstr ""56435644#: builtin/clean.c:325645#, c-format5646msgid "Would skip repository %s\n"5647msgstr ""56485649#: builtin/clean.c:335650#, c-format5651msgid "failed to remove %s"5652msgstr ""56535654#: builtin/clean.c:291 git-add--interactive.perl:6235655#, c-format5656msgid ""5657"Prompt help:\n"5658"1 - select a numbered item\n"5659"foo - select item based on unique prefix\n"5660" - (empty) select nothing\n"5661msgstr ""56625663#: builtin/clean.c:295 git-add--interactive.perl:6325664#, c-format5665msgid ""5666"Prompt help:\n"5667"1 - select a single item\n"5668"3-5 - select a range of items\n"5669"2-3,6-9 - select multiple ranges\n"5670"foo - select item based on unique prefix\n"5671"-... - unselect specified items\n"5672"* - choose all items\n"5673" - (empty) finish selecting\n"5674msgstr ""56755676#: builtin/clean.c:511 git-add--interactive.perl:5985677#: git-add--interactive.perl:6035678#, c-format, perl-format5679msgid "Huh (%s)?\n"5680msgstr ""56815682#: builtin/clean.c:6535683#, c-format5684msgid "Input ignore patterns>> "5685msgstr ""56865687#: builtin/clean.c:6905688#, c-format5689msgid "WARNING: Cannot find items matched by: %s"5690msgstr ""56915692#: builtin/clean.c:7115693msgid "Select items to delete"5694msgstr ""56955696#. TRANSLATORS: Make sure to keep [y/N] as is5697#: builtin/clean.c:7525698#, c-format5699msgid "Remove %s [y/N]? "5700msgstr ""57015702#: builtin/clean.c:777 git-add--interactive.perl:16695703#, c-format5704msgid "Bye.\n"5705msgstr ""57065707#: builtin/clean.c:7855708msgid ""5709"clean - start cleaning\n"5710"filter by pattern - exclude items from deletion\n"5711"select by numbers - select items to be deleted by numbers\n"5712"ask each - confirm each deletion (like \"rm -i\")\n"5713"quit - stop cleaning\n"5714"help - this screen\n"5715"? - help for prompt selection"5716msgstr ""57175718#: builtin/clean.c:812 git-add--interactive.perl:17455719msgid "*** Commands ***"5720msgstr ""57215722#: builtin/clean.c:813 git-add--interactive.perl:17425723msgid "What now"5724msgstr ""57255726#: builtin/clean.c:8215727msgid "Would remove the following item:"5728msgid_plural "Would remove the following items:"5729msgstr[0] ""5730msgstr[1] ""57315732#: builtin/clean.c:8385733msgid "No more files to clean, exiting."5734msgstr ""57355736#: builtin/clean.c:8695737msgid "do not print names of files removed"5738msgstr ""57395740#: builtin/clean.c:8715741msgid "force"5742msgstr ""57435744#: builtin/clean.c:8725745msgid "interactive cleaning"5746msgstr ""57475748#: builtin/clean.c:8745749msgid "remove whole directories"5750msgstr ""57515752#: builtin/clean.c:875 builtin/describe.c:407 builtin/grep.c:10565753#: builtin/ls-files.c:538 builtin/name-rev.c:313 builtin/show-ref.c:1765754msgid "pattern"5755msgstr ""57565757#: builtin/clean.c:8765758msgid "add <pattern> to ignore rules"5759msgstr ""57605761#: builtin/clean.c:8775762msgid "remove ignored files, too"5763msgstr ""57645765#: builtin/clean.c:8795766msgid "remove only ignored files"5767msgstr ""57685769#: builtin/clean.c:8975770msgid "-x and -X cannot be used together"5771msgstr ""57725773#: builtin/clean.c:9015774msgid ""5775"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "5776"clean"5777msgstr ""57785779#: builtin/clean.c:9045780msgid ""5781"clean.requireForce defaults to true and neither -i, -n, nor -f given; "5782"refusing to clean"5783msgstr ""57845785#: builtin/clone.c:375786msgid "git clone [<options>] [--] <repo> [<dir>]"5787msgstr ""57885789#: builtin/clone.c:655790msgid "don't create a checkout"5791msgstr ""57925793#: builtin/clone.c:66 builtin/clone.c:68 builtin/init-db.c:4785794msgid "create a bare repository"5795msgstr ""57965797#: builtin/clone.c:705798msgid "create a mirror repository (implies bare)"5799msgstr ""58005801#: builtin/clone.c:725802msgid "to clone from a local repository"5803msgstr ""58045805#: builtin/clone.c:745806msgid "don't use local hardlinks, always copy"5807msgstr ""58085809#: builtin/clone.c:765810msgid "setup as shared repository"5811msgstr ""58125813#: builtin/clone.c:78 builtin/clone.c:805814msgid "initialize submodules in the clone"5815msgstr ""58165817#: builtin/clone.c:825818msgid "number of submodules cloned in parallel"5819msgstr ""58205821#: builtin/clone.c:83 builtin/init-db.c:4755822msgid "template-directory"5823msgstr ""58245825#: builtin/clone.c:84 builtin/init-db.c:4765826msgid "directory from which templates will be used"5827msgstr ""58285829#: builtin/clone.c:86 builtin/clone.c:88 builtin/submodule--helper.c:6045830#: builtin/submodule--helper.c:9705831msgid "reference repository"5832msgstr ""58335834#: builtin/clone.c:905835msgid "use --reference only while cloning"5836msgstr ""58375838#: builtin/clone.c:91 builtin/column.c:26 builtin/merge-file.c:445839msgid "name"5840msgstr ""58415842#: builtin/clone.c:925843msgid "use <name> instead of 'origin' to track upstream"5844msgstr ""58455846#: builtin/clone.c:945847msgid "checkout <branch> instead of the remote's HEAD"5848msgstr ""58495850#: builtin/clone.c:965851msgid "path to git-upload-pack on the remote"5852msgstr ""58535854#: builtin/clone.c:97 builtin/fetch.c:120 builtin/grep.c:9995855#: builtin/pull.c:2025856msgid "depth"5857msgstr ""58585859#: builtin/clone.c:985860msgid "create a shallow clone of that depth"5861msgstr ""58625863#: builtin/clone.c:99 builtin/fetch.c:122 builtin/pack-objects.c:28365864#: parse-options.h:1425865msgid "time"5866msgstr ""58675868#: builtin/clone.c:1005869msgid "create a shallow clone since a specific time"5870msgstr ""58715872#: builtin/clone.c:101 builtin/fetch.c:1245873msgid "revision"5874msgstr ""58755876#: builtin/clone.c:102 builtin/fetch.c:1255877msgid "deepen history of shallow clone, excluding rev"5878msgstr ""58795880#: builtin/clone.c:1045881msgid "clone only one branch, HEAD or --branch"5882msgstr ""58835884#: builtin/clone.c:1065885msgid "any cloned submodules will be shallow"5886msgstr ""58875888#: builtin/clone.c:107 builtin/init-db.c:4845889msgid "gitdir"5890msgstr ""58915892#: builtin/clone.c:108 builtin/init-db.c:4855893msgid "separate git dir from working tree"5894msgstr ""58955896#: builtin/clone.c:1095897msgid "key=value"5898msgstr ""58995900#: builtin/clone.c:1105901msgid "set config inside the new repository"5902msgstr ""59035904#: builtin/clone.c:111 builtin/fetch.c:140 builtin/push.c:5505905msgid "use IPv4 addresses only"5906msgstr ""59075908#: builtin/clone.c:113 builtin/fetch.c:142 builtin/push.c:5525909msgid "use IPv6 addresses only"5910msgstr ""59115912#: builtin/clone.c:2505913msgid ""5914"No directory name could be guessed.\n"5915"Please specify a directory on the command line"5916msgstr ""59175918#: builtin/clone.c:3035919#, c-format5920msgid "info: Could not add alternate for '%s': %s\n"5921msgstr ""59225923#: builtin/clone.c:3755924#, c-format5925msgid "failed to open '%s'"5926msgstr ""59275928#: builtin/clone.c:3835929#, c-format5930msgid "%s exists and is not a directory"5931msgstr ""59325933#: builtin/clone.c:3975934#, c-format5935msgid "failed to stat %s\n"5936msgstr ""59375938#: builtin/clone.c:4195939#, c-format5940msgid "failed to create link '%s'"5941msgstr ""59425943#: builtin/clone.c:4235944#, c-format5945msgid "failed to copy file to '%s'"5946msgstr ""59475948#: builtin/clone.c:4485949#, c-format5950msgid "done.\n"5951msgstr ""59525953#: builtin/clone.c:4605954msgid ""5955"Clone succeeded, but checkout failed.\n"5956"You can inspect what was checked out with 'git status'\n"5957"and retry the checkout with 'git checkout -f HEAD'\n"5958msgstr ""59595960#: builtin/clone.c:5375961#, c-format5962msgid "Could not find remote branch %s to clone."5963msgstr ""59645965#: builtin/clone.c:6325966msgid "remote did not send all necessary objects"5967msgstr ""59685969#: builtin/clone.c:6485970#, c-format5971msgid "unable to update %s"5972msgstr ""59735974#: builtin/clone.c:6975975msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"5976msgstr ""59775978#: builtin/clone.c:7285979msgid "unable to checkout working tree"5980msgstr ""59815982#: builtin/clone.c:7685983msgid "unable to write parameters to config file"5984msgstr ""59855986#: builtin/clone.c:8315987msgid "cannot repack to clean up"5988msgstr ""59895990#: builtin/clone.c:8335991msgid "cannot unlink temporary alternates file"5992msgstr ""59935994#: builtin/clone.c:866 builtin/receive-pack.c:18955995msgid "Too many arguments."5996msgstr ""59975998#: builtin/clone.c:8705999msgid "You must specify a repository to clone."6000msgstr ""60016002#: builtin/clone.c:8836003#, c-format6004msgid "--bare and --origin %s options are incompatible."6005msgstr ""60066007#: builtin/clone.c:8866008msgid "--bare and --separate-git-dir are incompatible."6009msgstr ""60106011#: builtin/clone.c:8996012#, c-format6013msgid "repository '%s' does not exist"6014msgstr ""60156016#: builtin/clone.c:905 builtin/fetch.c:13356017#, c-format6018msgid "depth %s is not a positive number"6019msgstr ""60206021#: builtin/clone.c:9156022#, c-format6023msgid "destination path '%s' already exists and is not an empty directory."6024msgstr ""60256026#: builtin/clone.c:9256027#, c-format6028msgid "working tree '%s' already exists."6029msgstr ""60306031#: builtin/clone.c:940 builtin/clone.c:951 builtin/difftool.c:2526032#: builtin/submodule--helper.c:659 builtin/worktree.c:2226033#: builtin/worktree.c:2496034#, c-format6035msgid "could not create leading directories of '%s'"6036msgstr ""60376038#: builtin/clone.c:9436039#, c-format6040msgid "could not create work tree dir '%s'"6041msgstr ""60426043#: builtin/clone.c:9556044#, c-format6045msgid "Cloning into bare repository '%s'...\n"6046msgstr ""60476048#: builtin/clone.c:9576049#, c-format6050msgid "Cloning into '%s'...\n"6051msgstr ""60526053#: builtin/clone.c:9636054msgid ""6055"clone --recursive is not compatible with both --reference and --reference-if-"6056"able"6057msgstr ""60586059#: builtin/clone.c:10196060msgid "--depth is ignored in local clones; use file:// instead."6061msgstr ""60626063#: builtin/clone.c:10216064msgid "--shallow-since is ignored in local clones; use file:// instead."6065msgstr ""60666067#: builtin/clone.c:10236068msgid "--shallow-exclude is ignored in local clones; use file:// instead."6069msgstr ""60706071#: builtin/clone.c:10266072msgid "source repository is shallow, ignoring --local"6073msgstr ""60746075#: builtin/clone.c:10316076msgid "--local is ignored"6077msgstr ""60786079#: builtin/clone.c:10356080#, c-format6081msgid "Don't know how to clone %s"6082msgstr ""60836084#: builtin/clone.c:1090 builtin/clone.c:10986085#, c-format6086msgid "Remote branch %s not found in upstream %s"6087msgstr ""60886089#: builtin/clone.c:11016090msgid "You appear to have cloned an empty repository."6091msgstr ""60926093#: builtin/column.c:96094msgid "git column [<options>]"6095msgstr ""60966097#: builtin/column.c:266098msgid "lookup config vars"6099msgstr ""61006101#: builtin/column.c:27 builtin/column.c:286102msgid "layout to use"6103msgstr ""61046105#: builtin/column.c:296106msgid "Maximum width"6107msgstr ""61086109#: builtin/column.c:306110msgid "Padding space on left border"6111msgstr ""61126113#: builtin/column.c:316114msgid "Padding space on right border"6115msgstr ""61166117#: builtin/column.c:326118msgid "Padding space between columns"6119msgstr ""61206121#: builtin/column.c:516122msgid "--command must be the first argument"6123msgstr ""61246125#: builtin/commit.c:386126msgid "git commit [<options>] [--] <pathspec>..."6127msgstr ""61286129#: builtin/commit.c:436130msgid "git status [<options>] [--] <pathspec>..."6131msgstr ""61326133#: builtin/commit.c:486134msgid ""6135"Your name and email address were configured automatically based\n"6136"on your username and hostname. Please check that they are accurate.\n"6137"You can suppress this message by setting them explicitly. Run the\n"6138"following command and follow the instructions in your editor to edit\n"6139"your configuration file:\n"6140"\n"6141" git config --global --edit\n"6142"\n"6143"After doing this, you may fix the identity used for this commit with:\n"6144"\n"6145" git commit --amend --reset-author\n"6146msgstr ""61476148#: builtin/commit.c:616149msgid ""6150"Your name and email address were configured automatically based\n"6151"on your username and hostname. Please check that they are accurate.\n"6152"You can suppress this message by setting them explicitly:\n"6153"\n"6154" git config --global user.name \"Your Name\"\n"6155" git config --global user.email you@example.com\n"6156"\n"6157"After doing this, you may fix the identity used for this commit with:\n"6158"\n"6159" git commit --amend --reset-author\n"6160msgstr ""61616162#: builtin/commit.c:736163msgid ""6164"You asked to amend the most recent commit, but doing so would make\n"6165"it empty. You can repeat your command with --allow-empty, or you can\n"6166"remove the commit entirely with \"git reset HEAD^\".\n"6167msgstr ""61686169#: builtin/commit.c:786170msgid ""6171"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"6172"If you wish to commit it anyway, use:\n"6173"\n"6174" git commit --allow-empty\n"6175"\n"6176msgstr ""61776178#: builtin/commit.c:856179msgid "Otherwise, please use 'git reset'\n"6180msgstr ""61816182#: builtin/commit.c:886183msgid ""6184"If you wish to skip this commit, use:\n"6185"\n"6186" git reset\n"6187"\n"6188"Then \"git cherry-pick --continue\" will resume cherry-picking\n"6189"the remaining commits.\n"6190msgstr ""61916192#: builtin/commit.c:3186193msgid "failed to unpack HEAD tree object"6194msgstr ""61956196#: builtin/commit.c:3596197msgid "unable to create temporary index"6198msgstr ""61996200#: builtin/commit.c:3656201msgid "interactive add failed"6202msgstr ""62036204#: builtin/commit.c:3786205msgid "unable to update temporary index"6206msgstr ""62076208#: builtin/commit.c:3806209msgid "Failed to update main cache tree"6210msgstr ""62116212#: builtin/commit.c:404 builtin/commit.c:427 builtin/commit.c:4766213msgid "unable to write new_index file"6214msgstr ""62156216#: builtin/commit.c:4586217msgid "cannot do a partial commit during a merge."6218msgstr ""62196220#: builtin/commit.c:4606221msgid "cannot do a partial commit during a cherry-pick."6222msgstr ""62236224#: builtin/commit.c:4696225msgid "cannot read the index"6226msgstr ""62276228#: builtin/commit.c:4886229msgid "unable to write temporary index file"6230msgstr ""62316232#: builtin/commit.c:5826233#, c-format6234msgid "commit '%s' lacks author header"6235msgstr ""62366237#: builtin/commit.c:5846238#, c-format6239msgid "commit '%s' has malformed author line"6240msgstr ""62416242#: builtin/commit.c:6036243msgid "malformed --author parameter"6244msgstr ""62456246#: builtin/commit.c:6116247#, c-format6248msgid "invalid date format: %s"6249msgstr ""62506251#: builtin/commit.c:6556252msgid ""6253"unable to select a comment character that is not used\n"6254"in the current commit message"6255msgstr ""62566257#: builtin/commit.c:692 builtin/commit.c:725 builtin/commit.c:10966258#, c-format6259msgid "could not lookup commit %s"6260msgstr ""62616262#: builtin/commit.c:704 builtin/shortlog.c:2956263#, c-format6264msgid "(reading log message from standard input)\n"6265msgstr ""62666267#: builtin/commit.c:7066268msgid "could not read log from standard input"6269msgstr ""62706271#: builtin/commit.c:7106272#, c-format6273msgid "could not read log file '%s'"6274msgstr ""62756276#: builtin/commit.c:737 builtin/commit.c:7456277msgid "could not read SQUASH_MSG"6278msgstr ""62796280#: builtin/commit.c:7426281msgid "could not read MERGE_MSG"6282msgstr ""62836284#: builtin/commit.c:7966285msgid "could not write commit template"6286msgstr ""62876288#: builtin/commit.c:8146289#, c-format6290msgid ""6291"\n"6292"It looks like you may be committing a merge.\n"6293"If this is not correct, please remove the file\n"6294"\t%s\n"6295"and try again.\n"6296msgstr ""62976298#: builtin/commit.c:8196299#, c-format6300msgid ""6301"\n"6302"It looks like you may be committing a cherry-pick.\n"6303"If this is not correct, please remove the file\n"6304"\t%s\n"6305"and try again.\n"6306msgstr ""63076308#: builtin/commit.c:8326309#, c-format6310msgid ""6311"Please enter the commit message for your changes. Lines starting\n"6312"with '%c' will be ignored, and an empty message aborts the commit.\n"6313msgstr ""63146315#: builtin/commit.c:8396316#, c-format6317msgid ""6318"Please enter the commit message for your changes. Lines starting\n"6319"with '%c' will be kept; you may remove them yourself if you want to.\n"6320"An empty message aborts the commit.\n"6321msgstr ""63226323#: builtin/commit.c:8596324#, c-format6325msgid "%sAuthor: %.*s <%.*s>"6326msgstr ""63276328#: builtin/commit.c:8676329#, c-format6330msgid "%sDate: %s"6331msgstr ""63326333#: builtin/commit.c:8746334#, c-format6335msgid "%sCommitter: %.*s <%.*s>"6336msgstr ""63376338#: builtin/commit.c:8926339msgid "Cannot read index"6340msgstr ""63416342#: builtin/commit.c:9546343msgid "Error building trees"6344msgstr ""63456346#: builtin/commit.c:968 builtin/tag.c:2806347#, c-format6348msgid "Please supply the message using either -m or -F option.\n"6349msgstr ""63506351#: builtin/commit.c:10716352#, c-format6353msgid "--author '%s' is not 'Name <email>' and matches no existing author"6354msgstr ""63556356#: builtin/commit.c:1086 builtin/commit.c:13256357#, c-format6358msgid "Invalid untracked files mode '%s'"6359msgstr ""63606361#: builtin/commit.c:11246362msgid "--long and -z are incompatible"6363msgstr ""63646365#: builtin/commit.c:11546366msgid "Using both --reset-author and --author does not make sense"6367msgstr ""63686369#: builtin/commit.c:11636370msgid "You have nothing to amend."6371msgstr ""63726373#: builtin/commit.c:11666374msgid "You are in the middle of a merge -- cannot amend."6375msgstr ""63766377#: builtin/commit.c:11686378msgid "You are in the middle of a cherry-pick -- cannot amend."6379msgstr ""63806381#: builtin/commit.c:11716382msgid "Options --squash and --fixup cannot be used together"6383msgstr ""63846385#: builtin/commit.c:11816386msgid "Only one of -c/-C/-F/--fixup can be used."6387msgstr ""63886389#: builtin/commit.c:11836390msgid "Option -m cannot be combined with -c/-C/-F/--fixup."6391msgstr ""63926393#: builtin/commit.c:11916394msgid "--reset-author can be used only with -C, -c or --amend."6395msgstr ""63966397#: builtin/commit.c:12086398msgid "Only one of --include/--only/--all/--interactive/--patch can be used."6399msgstr ""64006401#: builtin/commit.c:12106402msgid "No paths with --include/--only does not make sense."6403msgstr ""64046405#: builtin/commit.c:12126406msgid "Explicit paths specified without -i or -o; assuming --only paths..."6407msgstr ""64086409#: builtin/commit.c:1224 builtin/tag.c:4956410#, c-format6411msgid "Invalid cleanup mode %s"6412msgstr ""64136414#: builtin/commit.c:12296415msgid "Paths with -a does not make sense."6416msgstr ""64176418#: builtin/commit.c:1339 builtin/commit.c:16126419msgid "show status concisely"6420msgstr ""64216422#: builtin/commit.c:1341 builtin/commit.c:16146423msgid "show branch information"6424msgstr ""64256426#: builtin/commit.c:13436427msgid "version"6428msgstr ""64296430#: builtin/commit.c:1343 builtin/commit.c:1616 builtin/push.c:5256431#: builtin/worktree.c:4426432msgid "machine-readable output"6433msgstr ""64346435#: builtin/commit.c:1346 builtin/commit.c:16186436msgid "show status in long format (default)"6437msgstr ""64386439#: builtin/commit.c:1349 builtin/commit.c:16216440msgid "terminate entries with NUL"6441msgstr ""64426443#: builtin/commit.c:1351 builtin/commit.c:1624 builtin/fast-export.c:9816444#: builtin/fast-export.c:984 builtin/tag.c:3686445msgid "mode"6446msgstr ""64476448#: builtin/commit.c:1352 builtin/commit.c:16246449msgid "show untracked files, optional modes: all, normal, no. (Default: all)"6450msgstr ""64516452#: builtin/commit.c:13556453msgid "show ignored files"6454msgstr ""64556456#: builtin/commit.c:1356 parse-options.h:1556457msgid "when"6458msgstr ""64596460#: builtin/commit.c:13576461msgid ""6462"ignore changes to submodules, optional when: all, dirty, untracked. "6463"(Default: all)"6464msgstr ""64656466#: builtin/commit.c:13596467msgid "list untracked files in columns"6468msgstr ""64696470#: builtin/commit.c:14356471msgid "couldn't look up newly created commit"6472msgstr ""64736474#: builtin/commit.c:14376475msgid "could not parse newly created commit"6476msgstr ""64776478#: builtin/commit.c:14826479msgid "detached HEAD"6480msgstr ""64816482#: builtin/commit.c:14856483msgid " (root-commit)"6484msgstr ""64856486#: builtin/commit.c:15826487msgid "suppress summary after successful commit"6488msgstr ""64896490#: builtin/commit.c:15836491msgid "show diff in commit message template"6492msgstr ""64936494#: builtin/commit.c:15856495msgid "Commit message options"6496msgstr ""64976498#: builtin/commit.c:1586 builtin/tag.c:3666499msgid "read message from file"6500msgstr ""65016502#: builtin/commit.c:15876503msgid "author"6504msgstr ""65056506#: builtin/commit.c:15876507msgid "override author for commit"6508msgstr ""65096510#: builtin/commit.c:1588 builtin/gc.c:3336511msgid "date"6512msgstr ""65136514#: builtin/commit.c:15886515msgid "override date for commit"6516msgstr ""65176518#: builtin/commit.c:1589 builtin/merge.c:222 builtin/notes.c:3986519#: builtin/notes.c:561 builtin/tag.c:3646520msgid "message"6521msgstr ""65226523#: builtin/commit.c:15896524msgid "commit message"6525msgstr ""65266527#: builtin/commit.c:1590 builtin/commit.c:1591 builtin/commit.c:15926528#: builtin/commit.c:1593 parse-options.h:257 ref-filter.h:816529msgid "commit"6530msgstr ""65316532#: builtin/commit.c:15906533msgid "reuse and edit message from specified commit"6534msgstr ""65356536#: builtin/commit.c:15916537msgid "reuse message from specified commit"6538msgstr ""65396540#: builtin/commit.c:15926541msgid "use autosquash formatted message to fixup specified commit"6542msgstr ""65436544#: builtin/commit.c:15936545msgid "use autosquash formatted message to squash specified commit"6546msgstr ""65476548#: builtin/commit.c:15946549msgid "the commit is authored by me now (used with -C/-c/--amend)"6550msgstr ""65516552#: builtin/commit.c:1595 builtin/log.c:1413 builtin/revert.c:866553msgid "add Signed-off-by:"6554msgstr ""65556556#: builtin/commit.c:15966557msgid "use specified template file"6558msgstr ""65596560#: builtin/commit.c:15976561msgid "force edit of commit"6562msgstr ""65636564#: builtin/commit.c:15986565msgid "default"6566msgstr ""65676568#: builtin/commit.c:1598 builtin/tag.c:3696569msgid "how to strip spaces and #comments from message"6570msgstr ""65716572#: builtin/commit.c:15996573msgid "include status in commit message template"6574msgstr ""65756576#: builtin/commit.c:1601 builtin/merge.c:234 builtin/pull.c:1666577#: builtin/revert.c:936578msgid "GPG sign commit"6579msgstr ""65806581#: builtin/commit.c:16046582msgid "Commit contents options"6583msgstr ""65846585#: builtin/commit.c:16056586msgid "commit all changed files"6587msgstr ""65886589#: builtin/commit.c:16066590msgid "add specified files to index for commit"6591msgstr ""65926593#: builtin/commit.c:16076594msgid "interactively add files"6595msgstr ""65966597#: builtin/commit.c:16086598msgid "interactively add changes"6599msgstr ""66006601#: builtin/commit.c:16096602msgid "commit only specified files"6603msgstr ""66046605#: builtin/commit.c:16106606msgid "bypass pre-commit and commit-msg hooks"6607msgstr ""66086609#: builtin/commit.c:16116610msgid "show what would be committed"6611msgstr ""66126613#: builtin/commit.c:16226614msgid "amend previous commit"6615msgstr ""66166617#: builtin/commit.c:16236618msgid "bypass post-rewrite hook"6619msgstr ""66206621#: builtin/commit.c:16286622msgid "ok to record an empty change"6623msgstr ""66246625#: builtin/commit.c:16306626msgid "ok to record a change with an empty message"6627msgstr ""66286629#: builtin/commit.c:16596630msgid "could not parse HEAD commit"6631msgstr ""66326633#: builtin/commit.c:17076634#, c-format6635msgid "Corrupt MERGE_HEAD file (%s)"6636msgstr ""66376638#: builtin/commit.c:17146639msgid "could not read MERGE_MODE"6640msgstr ""66416642#: builtin/commit.c:17336643#, c-format6644msgid "could not read commit message: %s"6645msgstr ""66466647#: builtin/commit.c:17446648#, c-format6649msgid "Aborting commit; you did not edit the message.\n"6650msgstr ""66516652#: builtin/commit.c:17496653#, c-format6654msgid "Aborting commit due to empty commit message.\n"6655msgstr ""66566657#: builtin/commit.c:17976658msgid ""6659"Repository has been updated, but unable to write\n"6660"new_index file. Check that disk is not full and quota is\n"6661"not exceeded, and then \"git reset HEAD\" to recover."6662msgstr ""66636664#: builtin/config.c:96665msgid "git config [<options>]"6666msgstr ""66676668#: builtin/config.c:556669msgid "Config file location"6670msgstr ""66716672#: builtin/config.c:566673msgid "use global config file"6674msgstr ""66756676#: builtin/config.c:576677msgid "use system config file"6678msgstr ""66796680#: builtin/config.c:586681msgid "use repository config file"6682msgstr ""66836684#: builtin/config.c:596685msgid "use given config file"6686msgstr ""66876688#: builtin/config.c:606689msgid "blob-id"6690msgstr ""66916692#: builtin/config.c:606693msgid "read config from given blob object"6694msgstr ""66956696#: builtin/config.c:616697msgid "Action"6698msgstr ""66996700#: builtin/config.c:626701msgid "get value: name [value-regex]"6702msgstr ""67036704#: builtin/config.c:636705msgid "get all values: key [value-regex]"6706msgstr ""67076708#: builtin/config.c:646709msgid "get values for regexp: name-regex [value-regex]"6710msgstr ""67116712#: builtin/config.c:656713msgid "get value specific for the URL: section[.var] URL"6714msgstr ""67156716#: builtin/config.c:666717msgid "replace all matching variables: name value [value_regex]"6718msgstr ""67196720#: builtin/config.c:676721msgid "add a new variable: name value"6722msgstr ""67236724#: builtin/config.c:686725msgid "remove a variable: name [value-regex]"6726msgstr ""67276728#: builtin/config.c:696729msgid "remove all matches: name [value-regex]"6730msgstr ""67316732#: builtin/config.c:706733msgid "rename section: old-name new-name"6734msgstr ""67356736#: builtin/config.c:716737msgid "remove a section: name"6738msgstr ""67396740#: builtin/config.c:726741msgid "list all"6742msgstr ""67436744#: builtin/config.c:736745msgid "open an editor"6746msgstr ""67476748#: builtin/config.c:746749msgid "find the color configured: slot [default]"6750msgstr ""67516752#: builtin/config.c:756753msgid "find the color setting: slot [stdout-is-tty]"6754msgstr ""67556756#: builtin/config.c:766757msgid "Type"6758msgstr ""67596760#: builtin/config.c:776761msgid "value is \"true\" or \"false\""6762msgstr ""67636764#: builtin/config.c:786765msgid "value is decimal number"6766msgstr ""67676768#: builtin/config.c:796769msgid "value is --bool or --int"6770msgstr ""67716772#: builtin/config.c:806773msgid "value is a path (file or directory name)"6774msgstr ""67756776#: builtin/config.c:816777msgid "Other"6778msgstr ""67796780#: builtin/config.c:826781msgid "terminate values with NUL byte"6782msgstr ""67836784#: builtin/config.c:836785msgid "show variable names only"6786msgstr ""67876788#: builtin/config.c:846789msgid "respect include directives on lookup"6790msgstr ""67916792#: builtin/config.c:856793msgid "show origin of config (file, standard input, blob, command line)"6794msgstr ""67956796#: builtin/config.c:3276797msgid "unable to parse default color value"6798msgstr ""67996800#: builtin/config.c:4716801#, c-format6802msgid ""6803"# This is Git's per-user configuration file.\n"6804"[user]\n"6805"# Please adapt and uncomment the following lines:\n"6806"#\tname = %s\n"6807"#\temail = %s\n"6808msgstr ""68096810#: builtin/config.c:6136811#, c-format6812msgid "cannot create configuration file %s"6813msgstr ""68146815#: builtin/config.c:6256816#, c-format6817msgid ""6818"cannot overwrite multiple values with a single value\n"6819" Use a regexp, --add or --replace-all to change %s."6820msgstr ""68216822#: builtin/count-objects.c:866823msgid "git count-objects [-v] [-H | --human-readable]"6824msgstr ""68256826#: builtin/count-objects.c:966827msgid "print sizes in human readable format"6828msgstr ""68296830#: builtin/describe.c:176831msgid "git describe [<options>] [<commit-ish>...]"6832msgstr ""68336834#: builtin/describe.c:186835msgid "git describe [<options>] --dirty"6836msgstr ""68376838#: builtin/describe.c:2176839#, c-format6840msgid "annotated tag %s not available"6841msgstr ""68426843#: builtin/describe.c:2216844#, c-format6845msgid "annotated tag %s has no embedded name"6846msgstr ""68476848#: builtin/describe.c:2236849#, c-format6850msgid "tag '%s' is really '%s' here"6851msgstr ""68526853#: builtin/describe.c:250 builtin/log.c:4806854#, c-format6855msgid "Not a valid object name %s"6856msgstr ""68576858#: builtin/describe.c:2536859#, c-format6860msgid "%s is not a valid '%s' object"6861msgstr ""68626863#: builtin/describe.c:2706864#, c-format6865msgid "no tag exactly matches '%s'"6866msgstr ""68676868#: builtin/describe.c:2726869#, c-format6870msgid "searching to describe %s\n"6871msgstr ""68726873#: builtin/describe.c:3196874#, c-format6875msgid "finished search at %s\n"6876msgstr ""68776878#: builtin/describe.c:3466879#, c-format6880msgid ""6881"No annotated tags can describe '%s'.\n"6882"However, there were unannotated tags: try --tags."6883msgstr ""68846885#: builtin/describe.c:3506886#, c-format6887msgid ""6888"No tags can describe '%s'.\n"6889"Try --always, or create some tags."6890msgstr ""68916892#: builtin/describe.c:3716893#, c-format6894msgid "traversed %lu commits\n"6895msgstr ""68966897#: builtin/describe.c:3746898#, c-format6899msgid ""6900"more than %i tags found; listed %i most recent\n"6901"gave up search at %s\n"6902msgstr ""69036904#: builtin/describe.c:3966905msgid "find the tag that comes after the commit"6906msgstr ""69076908#: builtin/describe.c:3976909msgid "debug search strategy on stderr"6910msgstr ""69116912#: builtin/describe.c:3986913msgid "use any ref"6914msgstr ""69156916#: builtin/describe.c:3996917msgid "use any tag, even unannotated"6918msgstr ""69196920#: builtin/describe.c:4006921msgid "always use long format"6922msgstr ""69236924#: builtin/describe.c:4016925msgid "only follow first parent"6926msgstr ""69276928#: builtin/describe.c:4046929msgid "only output exact matches"6930msgstr ""69316932#: builtin/describe.c:4066933msgid "consider <n> most recent tags (default: 10)"6934msgstr ""69356936#: builtin/describe.c:4086937msgid "only consider tags matching <pattern>"6938msgstr ""69396940#: builtin/describe.c:410 builtin/name-rev.c:3206941msgid "show abbreviated commit object as fallback"6942msgstr ""69436944#: builtin/describe.c:4116945msgid "mark"6946msgstr ""69476948#: builtin/describe.c:4126949msgid "append <mark> on dirty working tree (default: \"-dirty\")"6950msgstr ""69516952#: builtin/describe.c:4306953msgid "--long is incompatible with --abbrev=0"6954msgstr ""69556956#: builtin/describe.c:4566957msgid "No names found, cannot describe anything."6958msgstr ""69596960#: builtin/describe.c:4766961msgid "--dirty is incompatible with commit-ishes"6962msgstr ""69636964#: builtin/diff.c:836965#, c-format6966msgid "'%s': not a regular file or symlink"6967msgstr ""69686969#: builtin/diff.c:2346970#, c-format6971msgid "invalid option: %s"6972msgstr ""69736974#: builtin/diff.c:3586975msgid "Not a git repository"6976msgstr ""69776978#: builtin/diff.c:4016979#, c-format6980msgid "invalid object '%s' given."6981msgstr ""69826983#: builtin/diff.c:4106984#, c-format6985msgid "more than two blobs given: '%s'"6986msgstr ""69876988#: builtin/diff.c:4176989#, c-format6990msgid "unhandled object '%s' given."6991msgstr ""69926993#: builtin/difftool.c:286994msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"6995msgstr ""69966997#: builtin/difftool.c:2416998#, c-format6999msgid "failed: %d"7000msgstr ""70017002#: builtin/difftool.c:3427003msgid ""7004"combined diff formats('-c' and '--cc') are not supported in\n"7005"directory diff mode('-d' and '--dir-diff')."7006msgstr ""70077008#: builtin/difftool.c:5677009#, c-format7010msgid "both files modified: '%s' and '%s'."7011msgstr ""70127013#: builtin/difftool.c:5697014msgid "working tree file has been left."7015msgstr ""70167017#: builtin/difftool.c:5807018#, c-format7019msgid "temporary files exist in '%s'."7020msgstr ""70217022#: builtin/difftool.c:5817023msgid "you may want to cleanup or recover these."7024msgstr ""70257026#: builtin/difftool.c:6267027msgid "use `diff.guitool` instead of `diff.tool`"7028msgstr ""70297030#: builtin/difftool.c:6287031msgid "perform a full-directory diff"7032msgstr ""70337034#: builtin/difftool.c:6307035msgid "do not prompt before launching a diff tool"7036msgstr ""70377038#: builtin/difftool.c:6367039msgid "use symlinks in dir-diff mode"7040msgstr ""70417042#: builtin/difftool.c:6377043msgid "<tool>"7044msgstr ""70457046#: builtin/difftool.c:6387047msgid "use the specified diff tool"7048msgstr ""70497050#: builtin/difftool.c:6407051msgid "print a list of diff tools that may be used with `--tool`"7052msgstr ""70537054#: builtin/difftool.c:6437055msgid ""7056"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "7057"code"7058msgstr ""70597060#: builtin/difftool.c:6457061msgid "<command>"7062msgstr ""70637064#: builtin/difftool.c:6467065msgid "specify a custom command for viewing diffs"7066msgstr ""70677068#: builtin/difftool.c:6707069msgid "no <tool> given for --tool=<tool>"7070msgstr ""70717072#: builtin/difftool.c:6777073msgid "no <cmd> given for --extcmd=<cmd>"7074msgstr ""70757076#: builtin/fast-export.c:257077msgid "git fast-export [rev-list-opts]"7078msgstr ""70797080#: builtin/fast-export.c:9807081msgid "show progress after <n> objects"7082msgstr ""70837084#: builtin/fast-export.c:9827085msgid "select handling of signed tags"7086msgstr ""70877088#: builtin/fast-export.c:9857089msgid "select handling of tags that tag filtered objects"7090msgstr ""70917092#: builtin/fast-export.c:9887093msgid "Dump marks to this file"7094msgstr ""70957096#: builtin/fast-export.c:9907097msgid "Import marks from this file"7098msgstr ""70997100#: builtin/fast-export.c:9927101msgid "Fake a tagger when tags lack one"7102msgstr ""71037104#: builtin/fast-export.c:9947105msgid "Output full tree for each commit"7106msgstr ""71077108#: builtin/fast-export.c:9967109msgid "Use the done feature to terminate the stream"7110msgstr ""71117112#: builtin/fast-export.c:9977113msgid "Skip output of blob data"7114msgstr ""71157116#: builtin/fast-export.c:9987117msgid "refspec"7118msgstr ""71197120#: builtin/fast-export.c:9997121msgid "Apply refspec to exported refs"7122msgstr ""71237124#: builtin/fast-export.c:10007125msgid "anonymize output"7126msgstr ""71277128#: builtin/fetch.c:217129msgid "git fetch [<options>] [<repository> [<refspec>...]]"7130msgstr ""71317132#: builtin/fetch.c:227133msgid "git fetch [<options>] <group>"7134msgstr ""71357136#: builtin/fetch.c:237137msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"7138msgstr ""71397140#: builtin/fetch.c:247141msgid "git fetch --all [<options>]"7142msgstr ""71437144#: builtin/fetch.c:95 builtin/pull.c:1757145msgid "fetch from all remotes"7146msgstr ""71477148#: builtin/fetch.c:97 builtin/pull.c:1787149msgid "append to .git/FETCH_HEAD instead of overwriting"7150msgstr ""71517152#: builtin/fetch.c:99 builtin/pull.c:1817153msgid "path to upload pack on remote end"7154msgstr ""71557156#: builtin/fetch.c:100 builtin/pull.c:1837157msgid "force overwrite of local branch"7158msgstr ""71597160#: builtin/fetch.c:1027161msgid "fetch from multiple remotes"7162msgstr ""71637164#: builtin/fetch.c:104 builtin/pull.c:1857165msgid "fetch all tags and associated objects"7166msgstr ""71677168#: builtin/fetch.c:1067169msgid "do not fetch all tags (--no-tags)"7170msgstr ""71717172#: builtin/fetch.c:1087173msgid "number of submodules fetched in parallel"7174msgstr ""71757176#: builtin/fetch.c:110 builtin/pull.c:1887177msgid "prune remote-tracking branches no longer on remote"7178msgstr ""71797180#: builtin/fetch.c:111 builtin/pull.c:1917181msgid "on-demand"7182msgstr ""71837184#: builtin/fetch.c:112 builtin/pull.c:1927185msgid "control recursive fetching of submodules"7186msgstr ""71877188#: builtin/fetch.c:116 builtin/pull.c:2007189msgid "keep downloaded pack"7190msgstr ""71917192#: builtin/fetch.c:1187193msgid "allow updating of HEAD ref"7194msgstr ""71957196#: builtin/fetch.c:121 builtin/fetch.c:127 builtin/pull.c:2037197msgid "deepen history of shallow clone"7198msgstr ""71997200#: builtin/fetch.c:1237201msgid "deepen history of shallow repository based on time"7202msgstr ""72037204#: builtin/fetch.c:129 builtin/pull.c:2067205msgid "convert to a complete repository"7206msgstr ""72077208#: builtin/fetch.c:131 builtin/log.c:14337209msgid "dir"7210msgstr ""72117212#: builtin/fetch.c:1327213msgid "prepend this to submodule path output"7214msgstr ""72157216#: builtin/fetch.c:1357217msgid "default mode for recursion"7218msgstr ""72197220#: builtin/fetch.c:137 builtin/pull.c:2097221msgid "accept refs that update .git/shallow"7222msgstr ""72237224#: builtin/fetch.c:138 builtin/pull.c:2117225msgid "refmap"7226msgstr ""72277228#: builtin/fetch.c:139 builtin/pull.c:2127229msgid "specify fetch refmap"7230msgstr ""72317232#: builtin/fetch.c:3957233msgid "Couldn't find remote ref HEAD"7234msgstr ""72357236#: builtin/fetch.c:5117237#, c-format7238msgid "configuration fetch.output contains invalid value %s"7239msgstr ""72407241#: builtin/fetch.c:6047242#, c-format7243msgid "object %s not found"7244msgstr ""72457246#: builtin/fetch.c:6087247msgid "[up to date]"7248msgstr ""72497250#: builtin/fetch.c:621 builtin/fetch.c:7017251msgid "[rejected]"7252msgstr ""72537254#: builtin/fetch.c:6227255msgid "can't fetch in current branch"7256msgstr ""72577258#: builtin/fetch.c:6317259msgid "[tag update]"7260msgstr ""72617262#: builtin/fetch.c:632 builtin/fetch.c:665 builtin/fetch.c:6817263#: builtin/fetch.c:6967264msgid "unable to update local ref"7265msgstr ""72667267#: builtin/fetch.c:6517268msgid "[new tag]"7269msgstr ""72707271#: builtin/fetch.c:6547272msgid "[new branch]"7273msgstr ""72747275#: builtin/fetch.c:6577276msgid "[new ref]"7277msgstr ""72787279#: builtin/fetch.c:6967280msgid "forced update"7281msgstr ""72827283#: builtin/fetch.c:7017284msgid "non-fast-forward"7285msgstr ""72867287#: builtin/fetch.c:7467288#, c-format7289msgid "%s did not send all necessary objects\n"7290msgstr ""72917292#: builtin/fetch.c:7667293#, c-format7294msgid "reject %s because shallow roots are not allowed to be updated"7295msgstr ""72967297#: builtin/fetch.c:853 builtin/fetch.c:9497298#, c-format7299msgid "From %.*s\n"7300msgstr ""73017302#: builtin/fetch.c:8647303#, c-format7304msgid ""7305"some local refs could not be updated; try running\n"7306" 'git remote prune %s' to remove any old, conflicting branches"7307msgstr ""73087309#: builtin/fetch.c:9197310#, c-format7311msgid " (%s will become dangling)"7312msgstr ""73137314#: builtin/fetch.c:9207315#, c-format7316msgid " (%s has become dangling)"7317msgstr ""73187319#: builtin/fetch.c:9527320msgid "[deleted]"7321msgstr ""73227323#: builtin/fetch.c:953 builtin/remote.c:10207324msgid "(none)"7325msgstr ""73267327#: builtin/fetch.c:9767328#, c-format7329msgid "Refusing to fetch into current branch %s of non-bare repository"7330msgstr ""73317332#: builtin/fetch.c:9957333#, c-format7334msgid "Option \"%s\" value \"%s\" is not valid for %s"7335msgstr ""73367337#: builtin/fetch.c:9987338#, c-format7339msgid "Option \"%s\" is ignored for %s\n"7340msgstr ""73417342#: builtin/fetch.c:10747343#, c-format7344msgid "Don't know how to fetch from %s"7345msgstr ""73467347#: builtin/fetch.c:12347348#, c-format7349msgid "Fetching %s\n"7350msgstr ""73517352#: builtin/fetch.c:1236 builtin/remote.c:967353#, c-format7354msgid "Could not fetch %s"7355msgstr ""73567357#: builtin/fetch.c:12547358msgid ""7359"No remote repository specified. Please, specify either a URL or a\n"7360"remote name from which new revisions should be fetched."7361msgstr ""73627363#: builtin/fetch.c:12777364msgid "You need to specify a tag name."7365msgstr ""73667367#: builtin/fetch.c:13197368msgid "Negative depth in --deepen is not supported"7369msgstr ""73707371#: builtin/fetch.c:13217372msgid "--deepen and --depth are mutually exclusive"7373msgstr ""73747375#: builtin/fetch.c:13267376msgid "--depth and --unshallow cannot be used together"7377msgstr ""73787379#: builtin/fetch.c:13287380msgid "--unshallow on a complete repository does not make sense"7381msgstr ""73827383#: builtin/fetch.c:13507384msgid "fetch --all does not take a repository argument"7385msgstr ""73867387#: builtin/fetch.c:13527388msgid "fetch --all does not make sense with refspecs"7389msgstr ""73907391#: builtin/fetch.c:13637392#, c-format7393msgid "No such remote or remote group: %s"7394msgstr ""73957396#: builtin/fetch.c:13717397msgid "Fetching a group and specifying refspecs does not make sense"7398msgstr ""73997400#: builtin/fmt-merge-msg.c:147401msgid ""7402"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"7403msgstr ""74047405#: builtin/fmt-merge-msg.c:6637406msgid "populate log with at most <n> entries from shortlog"7407msgstr ""74087409#: builtin/fmt-merge-msg.c:6667410msgid "alias for --log (deprecated)"7411msgstr ""74127413#: builtin/fmt-merge-msg.c:6697414msgid "text"7415msgstr ""74167417#: builtin/fmt-merge-msg.c:6707418msgid "use <text> as start of message"7419msgstr ""74207421#: builtin/fmt-merge-msg.c:6717422msgid "file to read from"7423msgstr ""74247425#: builtin/for-each-ref.c:97426msgid "git for-each-ref [<options>] [<pattern>]"7427msgstr ""74287429#: builtin/for-each-ref.c:107430msgid "git for-each-ref [--points-at <object>]"7431msgstr ""74327433#: builtin/for-each-ref.c:117434msgid "git for-each-ref [(--merged | --no-merged) [<object>]]"7435msgstr ""74367437#: builtin/for-each-ref.c:127438msgid "git for-each-ref [--contains [<object>]]"7439msgstr ""74407441#: builtin/for-each-ref.c:277442msgid "quote placeholders suitably for shells"7443msgstr ""74447445#: builtin/for-each-ref.c:297446msgid "quote placeholders suitably for perl"7447msgstr ""74487449#: builtin/for-each-ref.c:317450msgid "quote placeholders suitably for python"7451msgstr ""74527453#: builtin/for-each-ref.c:337454msgid "quote placeholders suitably for Tcl"7455msgstr ""74567457#: builtin/for-each-ref.c:367458msgid "show only <n> matched refs"7459msgstr ""74607461#: builtin/for-each-ref.c:37 builtin/tag.c:387 builtin/verify-tag.c:387462msgid "format to use for the output"7463msgstr ""74647465#: builtin/for-each-ref.c:417466msgid "print only refs which points at the given object"7467msgstr ""74687469#: builtin/for-each-ref.c:437470msgid "print only refs that are merged"7471msgstr ""74727473#: builtin/for-each-ref.c:447474msgid "print only refs that are not merged"7475msgstr ""74767477#: builtin/for-each-ref.c:457478msgid "print only refs which contain the commit"7479msgstr ""74807481#: builtin/fsck.c:5547482msgid "Checking object directories"7483msgstr ""74847485#: builtin/fsck.c:6467486msgid "git fsck [<options>] [<object>...]"7487msgstr ""74887489#: builtin/fsck.c:6527490msgid "show unreachable objects"7491msgstr ""74927493#: builtin/fsck.c:6537494msgid "show dangling objects"7495msgstr ""74967497#: builtin/fsck.c:6547498msgid "report tags"7499msgstr ""75007501#: builtin/fsck.c:6557502msgid "report root nodes"7503msgstr ""75047505#: builtin/fsck.c:6567506msgid "make index objects head nodes"7507msgstr ""75087509#: builtin/fsck.c:6577510msgid "make reflogs head nodes (default)"7511msgstr ""75127513#: builtin/fsck.c:6587514msgid "also consider packs and alternate objects"7515msgstr ""75167517#: builtin/fsck.c:6597518msgid "check only connectivity"7519msgstr ""75207521#: builtin/fsck.c:6607522msgid "enable more strict checking"7523msgstr ""75247525#: builtin/fsck.c:6627526msgid "write dangling objects in .git/lost-found"7527msgstr ""75287529#: builtin/fsck.c:663 builtin/prune.c:1077530msgid "show progress"7531msgstr ""75327533#: builtin/fsck.c:6647534msgid "show verbose names for reachable objects"7535msgstr ""75367537#: builtin/fsck.c:7257538msgid "Checking objects"7539msgstr ""75407541#: builtin/gc.c:257542msgid "git gc [<options>]"7543msgstr ""75447545#: builtin/gc.c:727546#, c-format7547msgid "Invalid %s: '%s'"7548msgstr ""75497550#: builtin/gc.c:1397551#, c-format7552msgid "insanely long object directory %.*s"7553msgstr ""75547555#: builtin/gc.c:2977556#, c-format7557msgid ""7558"The last gc run reported the following. Please correct the root cause\n"7559"and remove %s.\n"7560"Automatic cleanup will not be performed until the file is removed.\n"7561"\n"7562"%s"7563msgstr ""75647565#: builtin/gc.c:3347566msgid "prune unreferenced objects"7567msgstr ""75687569#: builtin/gc.c:3367570msgid "be more thorough (increased runtime)"7571msgstr ""75727573#: builtin/gc.c:3377574msgid "enable auto-gc mode"7575msgstr ""75767577#: builtin/gc.c:3387578msgid "force running gc even if there may be another gc running"7579msgstr ""75807581#: builtin/gc.c:3807582#, c-format7583msgid "Auto packing the repository in background for optimum performance.\n"7584msgstr ""75857586#: builtin/gc.c:3827587#, c-format7588msgid "Auto packing the repository for optimum performance.\n"7589msgstr ""75907591#: builtin/gc.c:3837592#, c-format7593msgid "See \"git help gc\" for manual housekeeping.\n"7594msgstr ""75957596#: builtin/gc.c:4047597#, c-format7598msgid ""7599"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"7600msgstr ""76017602#: builtin/gc.c:4487603msgid ""7604"There are too many unreachable loose objects; run 'git prune' to remove them."7605msgstr ""76067607#: builtin/grep.c:257608msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"7609msgstr ""76107611#: builtin/grep.c:2327612#, c-format7613msgid "grep: failed to create thread: %s"7614msgstr ""76157616#: builtin/grep.c:2907617#, c-format7618msgid "invalid number of threads specified (%d) for %s"7619msgstr ""76207621#: builtin/grep.c:763 builtin/grep.c:8047622#, c-format7623msgid "unable to read tree (%s)"7624msgstr ""76257626#: builtin/grep.c:8237627#, c-format7628msgid "unable to grep from object of type %s"7629msgstr ""76307631#: builtin/grep.c:8877632#, c-format7633msgid "switch `%c' expects a numerical value"7634msgstr ""76357636#: builtin/grep.c:9737637msgid "search in index instead of in the work tree"7638msgstr ""76397640#: builtin/grep.c:9757641msgid "find in contents not managed by git"7642msgstr ""76437644#: builtin/grep.c:9777645msgid "search in both tracked and untracked files"7646msgstr ""76477648#: builtin/grep.c:9797649msgid "ignore files specified via '.gitignore'"7650msgstr ""76517652#: builtin/grep.c:9817653msgid "recursivley search in each submodule"7654msgstr ""76557656#: builtin/grep.c:9837657msgid "basename"7658msgstr ""76597660#: builtin/grep.c:9847661msgid "prepend parent project's basename to output"7662msgstr ""76637664#: builtin/grep.c:9877665msgid "show non-matching lines"7666msgstr ""76677668#: builtin/grep.c:9897669msgid "case insensitive matching"7670msgstr ""76717672#: builtin/grep.c:9917673msgid "match patterns only at word boundaries"7674msgstr ""76757676#: builtin/grep.c:9937677msgid "process binary files as text"7678msgstr ""76797680#: builtin/grep.c:9957681msgid "don't match patterns in binary files"7682msgstr ""76837684#: builtin/grep.c:9987685msgid "process binary files with textconv filters"7686msgstr ""76877688#: builtin/grep.c:10007689msgid "descend at most <depth> levels"7690msgstr ""76917692#: builtin/grep.c:10047693msgid "use extended POSIX regular expressions"7694msgstr ""76957696#: builtin/grep.c:10077697msgid "use basic POSIX regular expressions (default)"7698msgstr ""76997700#: builtin/grep.c:10107701msgid "interpret patterns as fixed strings"7702msgstr ""77037704#: builtin/grep.c:10137705msgid "use Perl-compatible regular expressions"7706msgstr ""77077708#: builtin/grep.c:10167709msgid "show line numbers"7710msgstr ""77117712#: builtin/grep.c:10177713msgid "don't show filenames"7714msgstr ""77157716#: builtin/grep.c:10187717msgid "show filenames"7718msgstr ""77197720#: builtin/grep.c:10207721msgid "show filenames relative to top directory"7722msgstr ""77237724#: builtin/grep.c:10227725msgid "show only filenames instead of matching lines"7726msgstr ""77277728#: builtin/grep.c:10247729msgid "synonym for --files-with-matches"7730msgstr ""77317732#: builtin/grep.c:10277733msgid "show only the names of files without match"7734msgstr ""77357736#: builtin/grep.c:10297737msgid "print NUL after filenames"7738msgstr ""77397740#: builtin/grep.c:10317741msgid "show the number of matches instead of matching lines"7742msgstr ""77437744#: builtin/grep.c:10327745msgid "highlight matches"7746msgstr ""77477748#: builtin/grep.c:10347749msgid "print empty line between matches from different files"7750msgstr ""77517752#: builtin/grep.c:10367753msgid "show filename only once above matches from same file"7754msgstr ""77557756#: builtin/grep.c:10397757msgid "show <n> context lines before and after matches"7758msgstr ""77597760#: builtin/grep.c:10427761msgid "show <n> context lines before matches"7762msgstr ""77637764#: builtin/grep.c:10447765msgid "show <n> context lines after matches"7766msgstr ""77677768#: builtin/grep.c:10467769msgid "use <n> worker threads"7770msgstr ""77717772#: builtin/grep.c:10477773msgid "shortcut for -C NUM"7774msgstr ""77757776#: builtin/grep.c:10507777msgid "show a line with the function name before matches"7778msgstr ""77797780#: builtin/grep.c:10527781msgid "show the surrounding function"7782msgstr ""77837784#: builtin/grep.c:10557785msgid "read patterns from file"7786msgstr ""77877788#: builtin/grep.c:10577789msgid "match <pattern>"7790msgstr ""77917792#: builtin/grep.c:10597793msgid "combine patterns specified with -e"7794msgstr ""77957796#: builtin/grep.c:10717797msgid "indicate hit with exit status without output"7798msgstr ""77997800#: builtin/grep.c:10737801msgid "show only matches from files that match all patterns"7802msgstr ""78037804#: builtin/grep.c:10757805msgid "show parse tree for grep expression"7806msgstr ""78077808#: builtin/grep.c:10797809msgid "pager"7810msgstr ""78117812#: builtin/grep.c:10797813msgid "show matching files in the pager"7814msgstr ""78157816#: builtin/grep.c:10827817msgid "allow calling of grep(1) (ignored by this build)"7818msgstr ""78197820#: builtin/grep.c:11467821msgid "no pattern given."7822msgstr ""78237824#: builtin/grep.c:1178 builtin/index-pack.c:14827825#, c-format7826msgid "invalid number of threads specified (%d)"7827msgstr ""78287829#: builtin/grep.c:12157830msgid "--open-files-in-pager only works on the worktree"7831msgstr ""78327833#: builtin/grep.c:12387834msgid "option not supported with --recurse-submodules."7835msgstr ""78367837#: builtin/grep.c:12447838msgid "--cached or --untracked cannot be used with --no-index."7839msgstr ""78407841#: builtin/grep.c:12497842msgid "--no-index or --untracked cannot be used with revs."7843msgstr ""78447845#: builtin/grep.c:12527846msgid "--[no-]exclude-standard cannot be used for tracked contents."7847msgstr ""78487849#: builtin/grep.c:12607850msgid "both --cached and trees are given."7851msgstr ""78527853#: builtin/hash-object.c:817854msgid ""7855"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "7856"[--] <file>..."7857msgstr ""78587859#: builtin/hash-object.c:827860msgid "git hash-object --stdin-paths"7861msgstr ""78627863#: builtin/hash-object.c:947864msgid "type"7865msgstr ""78667867#: builtin/hash-object.c:947868msgid "object type"7869msgstr ""78707871#: builtin/hash-object.c:957872msgid "write the object into the object database"7873msgstr ""78747875#: builtin/hash-object.c:977876msgid "read the object from stdin"7877msgstr ""78787879#: builtin/hash-object.c:997880msgid "store file as is without filters"7881msgstr ""78827883#: builtin/hash-object.c:1007884msgid ""7885"just hash any random garbage to create corrupt objects for debugging Git"7886msgstr ""78877888#: builtin/hash-object.c:1017889msgid "process file as it were from this path"7890msgstr ""78917892#: builtin/help.c:427893msgid "print all available commands"7894msgstr ""78957896#: builtin/help.c:437897msgid "exclude guides"7898msgstr ""78997900#: builtin/help.c:447901msgid "print list of useful guides"7902msgstr ""79037904#: builtin/help.c:457905msgid "show man page"7906msgstr ""79077908#: builtin/help.c:467909msgid "show manual in web browser"7910msgstr ""79117912#: builtin/help.c:487913msgid "show info page"7914msgstr ""79157916#: builtin/help.c:547917msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"7918msgstr ""79197920#: builtin/help.c:667921#, c-format7922msgid "unrecognized help format '%s'"7923msgstr ""79247925#: builtin/help.c:937926msgid "Failed to start emacsclient."7927msgstr ""79287929#: builtin/help.c:1067930msgid "Failed to parse emacsclient version."7931msgstr ""79327933#: builtin/help.c:1147934#, c-format7935msgid "emacsclient version '%d' too old (< 22)."7936msgstr ""79377938#: builtin/help.c:132 builtin/help.c:153 builtin/help.c:162 builtin/help.c:1707939#, c-format7940msgid "failed to exec '%s'"7941msgstr ""79427943#: builtin/help.c:2077944#, c-format7945msgid ""7946"'%s': path for unsupported man viewer.\n"7947"Please consider using 'man.<tool>.cmd' instead."7948msgstr ""79497950#: builtin/help.c:2197951#, c-format7952msgid ""7953"'%s': cmd for supported man viewer.\n"7954"Please consider using 'man.<tool>.path' instead."7955msgstr ""79567957#: builtin/help.c:3367958#, c-format7959msgid "'%s': unknown man viewer."7960msgstr ""79617962#: builtin/help.c:3537963msgid "no man viewer handled the request"7964msgstr ""79657966#: builtin/help.c:3617967msgid "no info viewer handled the request"7968msgstr ""79697970#: builtin/help.c:4037971msgid "Defining attributes per path"7972msgstr ""79737974#: builtin/help.c:4047975msgid "Everyday Git With 20 Commands Or So"7976msgstr ""79777978#: builtin/help.c:4057979msgid "A Git glossary"7980msgstr ""79817982#: builtin/help.c:4067983msgid "Specifies intentionally untracked files to ignore"7984msgstr ""79857986#: builtin/help.c:4077987msgid "Defining submodule properties"7988msgstr ""79897990#: builtin/help.c:4087991msgid "Specifying revisions and ranges for Git"7992msgstr ""79937994#: builtin/help.c:4097995msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"7996msgstr ""79977998#: builtin/help.c:4107999msgid "An overview of recommended workflows with Git"8000msgstr ""80018002#: builtin/help.c:4228003msgid "The common Git guides are:\n"8004msgstr ""80058006#: builtin/help.c:4408007#, c-format8008msgid "`git %s' is aliased to `%s'"8009msgstr ""80108011#: builtin/help.c:462 builtin/help.c:4798012#, c-format8013msgid "usage: %s%s"8014msgstr ""80158016#: builtin/index-pack.c:1548017#, c-format8018msgid "unable to open %s"8019msgstr ""80208021#: builtin/index-pack.c:2048022#, c-format8023msgid "object type mismatch at %s"8024msgstr ""80258026#: builtin/index-pack.c:2248027#, c-format8028msgid "did not receive expected object %s"8029msgstr ""80308031#: builtin/index-pack.c:2278032#, c-format8033msgid "object %s: expected type %s, found %s"8034msgstr ""80358036#: builtin/index-pack.c:2698037#, c-format8038msgid "cannot fill %d byte"8039msgid_plural "cannot fill %d bytes"8040msgstr[0] ""8041msgstr[1] ""80428043#: builtin/index-pack.c:2798044msgid "early EOF"8045msgstr ""80468047#: builtin/index-pack.c:2808048msgid "read error on input"8049msgstr ""80508051#: builtin/index-pack.c:2928052msgid "used more bytes than were available"8053msgstr ""80548055#: builtin/index-pack.c:2998056msgid "pack too large for current definition of off_t"8057msgstr ""80588059#: builtin/index-pack.c:302 builtin/unpack-objects.c:928060msgid "pack exceeds maximum allowed size"8061msgstr ""80628063#: builtin/index-pack.c:3178064#, c-format8065msgid "unable to create '%s'"8066msgstr ""80678068#: builtin/index-pack.c:3228069#, c-format8070msgid "cannot open packfile '%s'"8071msgstr ""80728073#: builtin/index-pack.c:3368074msgid "pack signature mismatch"8075msgstr ""80768077#: builtin/index-pack.c:3388078#, c-format8079msgid "pack version %<PRIu32> unsupported"8080msgstr ""80818082#: builtin/index-pack.c:3568083#, c-format8084msgid "pack has bad object at offset %<PRIuMAX>: %s"8085msgstr ""80868087#: builtin/index-pack.c:4788088#, c-format8089msgid "inflate returned %d"8090msgstr ""80918092#: builtin/index-pack.c:5278093msgid "offset value overflow for delta base object"8094msgstr ""80958096#: builtin/index-pack.c:5358097msgid "delta base offset is out of bound"8098msgstr ""80998100#: builtin/index-pack.c:5438101#, c-format8102msgid "unknown object type %d"8103msgstr ""81048105#: builtin/index-pack.c:5748106msgid "cannot pread pack file"8107msgstr ""81088109#: builtin/index-pack.c:5768110#, c-format8111msgid "premature end of pack file, %<PRIuMAX> byte missing"8112msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"8113msgstr[0] ""8114msgstr[1] ""81158116#: builtin/index-pack.c:6028117msgid "serious inflate inconsistency"8118msgstr ""81198120#: builtin/index-pack.c:748 builtin/index-pack.c:754 builtin/index-pack.c:7778121#: builtin/index-pack.c:813 builtin/index-pack.c:8228122#, c-format8123msgid "SHA1 COLLISION FOUND WITH %s !"8124msgstr ""81258126#: builtin/index-pack.c:751 builtin/pack-objects.c:1648127#: builtin/pack-objects.c:2568128#, c-format8129msgid "unable to read %s"8130msgstr ""81318132#: builtin/index-pack.c:8198133#, c-format8134msgid "cannot read existing object %s"8135msgstr ""81368137#: builtin/index-pack.c:8338138#, c-format8139msgid "invalid blob object %s"8140msgstr ""81418142#: builtin/index-pack.c:8478143#, c-format8144msgid "invalid %s"8145msgstr ""81468147#: builtin/index-pack.c:8508148msgid "Error in object"8149msgstr ""81508151#: builtin/index-pack.c:8528152#, c-format8153msgid "Not all child objects of %s are reachable"8154msgstr ""81558156#: builtin/index-pack.c:924 builtin/index-pack.c:9558157msgid "failed to apply delta"8158msgstr ""81598160#: builtin/index-pack.c:11258161msgid "Receiving objects"8162msgstr ""81638164#: builtin/index-pack.c:11258165msgid "Indexing objects"8166msgstr ""81678168#: builtin/index-pack.c:11578169msgid "pack is corrupted (SHA1 mismatch)"8170msgstr ""81718172#: builtin/index-pack.c:11628173msgid "cannot fstat packfile"8174msgstr ""81758176#: builtin/index-pack.c:11658177msgid "pack has junk at the end"8178msgstr ""81798180#: builtin/index-pack.c:11768181msgid "confusion beyond insanity in parse_pack_objects()"8182msgstr ""81838184#: builtin/index-pack.c:11998185msgid "Resolving deltas"8186msgstr ""81878188#: builtin/index-pack.c:12108189#, c-format8190msgid "unable to create thread: %s"8191msgstr ""81928193#: builtin/index-pack.c:12528194msgid "confusion beyond insanity"8195msgstr ""81968197#: builtin/index-pack.c:12588198#, c-format8199msgid "completed with %d local object"8200msgid_plural "completed with %d local objects"8201msgstr[0] ""8202msgstr[1] ""82038204#: builtin/index-pack.c:12708205#, c-format8206msgid "Unexpected tail checksum for %s (disk corruption?)"8207msgstr ""82088209#: builtin/index-pack.c:12748210#, c-format8211msgid "pack has %d unresolved delta"8212msgid_plural "pack has %d unresolved deltas"8213msgstr[0] ""8214msgstr[1] ""82158216#: builtin/index-pack.c:12988217#, c-format8218msgid "unable to deflate appended object (%d)"8219msgstr ""82208221#: builtin/index-pack.c:13748222#, c-format8223msgid "local object %s is corrupt"8224msgstr ""82258226#: builtin/index-pack.c:13988227msgid "error while closing pack file"8228msgstr ""82298230#: builtin/index-pack.c:14118231#, c-format8232msgid "cannot write keep file '%s'"8233msgstr ""82348235#: builtin/index-pack.c:14198236#, c-format8237msgid "cannot close written keep file '%s'"8238msgstr ""82398240#: builtin/index-pack.c:14328241msgid "cannot store pack file"8242msgstr ""82438244#: builtin/index-pack.c:14438245msgid "cannot store index file"8246msgstr ""82478248#: builtin/index-pack.c:14768249#, c-format8250msgid "bad pack.indexversion=%<PRIu32>"8251msgstr ""82528253#: builtin/index-pack.c:1486 builtin/index-pack.c:16838254#, c-format8255msgid "no threads support, ignoring %s"8256msgstr ""82578258#: builtin/index-pack.c:15448259#, c-format8260msgid "Cannot open existing pack file '%s'"8261msgstr ""82628263#: builtin/index-pack.c:15468264#, c-format8265msgid "Cannot open existing pack idx file for '%s'"8266msgstr ""82678268#: builtin/index-pack.c:15938269#, c-format8270msgid "non delta: %d object"8271msgid_plural "non delta: %d objects"8272msgstr[0] ""8273msgstr[1] ""82748275#: builtin/index-pack.c:16008276#, c-format8277msgid "chain length = %d: %lu object"8278msgid_plural "chain length = %d: %lu objects"8279msgstr[0] ""8280msgstr[1] ""82818282#: builtin/index-pack.c:16138283#, c-format8284msgid "packfile name '%s' does not end with '.pack'"8285msgstr ""82868287#: builtin/index-pack.c:1695 builtin/index-pack.c:16988288#: builtin/index-pack.c:1714 builtin/index-pack.c:17188289#, c-format8290msgid "bad %s"8291msgstr ""82928293#: builtin/index-pack.c:17348294msgid "--fix-thin cannot be used without --stdin"8295msgstr ""82968297#: builtin/index-pack.c:17368298msgid "--stdin requires a git repository"8299msgstr ""83008301#: builtin/index-pack.c:17448302msgid "--verify with no packfile name given"8303msgstr ""83048305#: builtin/init-db.c:548306#, c-format8307msgid "cannot stat '%s'"8308msgstr ""83098310#: builtin/init-db.c:608311#, c-format8312msgid "cannot stat template '%s'"8313msgstr ""83148315#: builtin/init-db.c:658316#, c-format8317msgid "cannot opendir '%s'"8318msgstr ""83198320#: builtin/init-db.c:768321#, c-format8322msgid "cannot readlink '%s'"8323msgstr ""83248325#: builtin/init-db.c:788326#, c-format8327msgid "cannot symlink '%s' '%s'"8328msgstr ""83298330#: builtin/init-db.c:848331#, c-format8332msgid "cannot copy '%s' to '%s'"8333msgstr ""83348335#: builtin/init-db.c:888336#, c-format8337msgid "ignoring template %s"8338msgstr ""83398340#: builtin/init-db.c:1198341#, c-format8342msgid "templates not found %s"8343msgstr ""83448345#: builtin/init-db.c:1348346#, c-format8347msgid "not copying templates from '%s': %s"8348msgstr ""83498350#: builtin/init-db.c:3278351#, c-format8352msgid "unable to handle file type %d"8353msgstr ""83548355#: builtin/init-db.c:3308356#, c-format8357msgid "unable to move %s to %s"8358msgstr ""83598360#: builtin/init-db.c:347 builtin/init-db.c:3508361#, c-format8362msgid "%s already exists"8363msgstr ""83648365#: builtin/init-db.c:4038366#, c-format8367msgid "Reinitialized existing shared Git repository in %s%s\n"8368msgstr ""83698370#: builtin/init-db.c:4048371#, c-format8372msgid "Reinitialized existing Git repository in %s%s\n"8373msgstr ""83748375#: builtin/init-db.c:4088376#, c-format8377msgid "Initialized empty shared Git repository in %s%s\n"8378msgstr ""83798380#: builtin/init-db.c:4098381#, c-format8382msgid "Initialized empty Git repository in %s%s\n"8383msgstr ""83848385#: builtin/init-db.c:4578386msgid ""8387"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"8388"shared[=<permissions>]] [<directory>]"8389msgstr ""83908391#: builtin/init-db.c:4808392msgid "permissions"8393msgstr ""83948395#: builtin/init-db.c:4818396msgid "specify that the git repository is to be shared amongst several users"8397msgstr ""83988399#: builtin/init-db.c:515 builtin/init-db.c:5208400#, c-format8401msgid "cannot mkdir %s"8402msgstr ""84038404#: builtin/init-db.c:5248405#, c-format8406msgid "cannot chdir to %s"8407msgstr ""84088409#: builtin/init-db.c:5458410#, c-format8411msgid ""8412"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"8413"dir=<directory>)"8414msgstr ""84158416#: builtin/init-db.c:5738417#, c-format8418msgid "Cannot access work tree '%s'"8419msgstr ""84208421#: builtin/interpret-trailers.c:158422msgid ""8423"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "8424"<token>[(=|:)<value>])...] [<file>...]"8425msgstr ""84268427#: builtin/interpret-trailers.c:268428msgid "edit files in place"8429msgstr ""84308431#: builtin/interpret-trailers.c:278432msgid "trim empty trailers"8433msgstr ""84348435#: builtin/interpret-trailers.c:288436msgid "trailer"8437msgstr ""84388439#: builtin/interpret-trailers.c:298440msgid "trailer(s) to add"8441msgstr ""84428443#: builtin/interpret-trailers.c:428444msgid "no input file given for in-place editing"8445msgstr ""84468447#: builtin/log.c:448448msgid "git log [<options>] [<revision-range>] [[--] <path>...]"8449msgstr ""84508451#: builtin/log.c:458452msgid "git show [<options>] <object>..."8453msgstr ""84548455#: builtin/log.c:848456#, c-format8457msgid "invalid --decorate option: %s"8458msgstr ""84598460#: builtin/log.c:1398461msgid "suppress diff output"8462msgstr ""84638464#: builtin/log.c:1408465msgid "show source"8466msgstr ""84678468#: builtin/log.c:1418469msgid "Use mail map file"8470msgstr ""84718472#: builtin/log.c:1428473msgid "decorate options"8474msgstr ""84758476#: builtin/log.c:1458477msgid "Process line range n,m in file, counting from 1"8478msgstr ""84798480#: builtin/log.c:2418481#, c-format8482msgid "Final output: %d %s\n"8483msgstr ""84848485#: builtin/log.c:4868486#, c-format8487msgid "git show %s: bad file"8488msgstr ""84898490#: builtin/log.c:500 builtin/log.c:5948491#, c-format8492msgid "Could not read object %s"8493msgstr ""84948495#: builtin/log.c:6188496#, c-format8497msgid "Unknown type: %d"8498msgstr ""84998500#: builtin/log.c:7398501msgid "format.headers without value"8502msgstr ""85038504#: builtin/log.c:8398505msgid "name of output directory is too long"8506msgstr ""85078508#: builtin/log.c:8548509#, c-format8510msgid "Cannot open patch file %s"8511msgstr ""85128513#: builtin/log.c:8688514msgid "Need exactly one range."8515msgstr ""85168517#: builtin/log.c:8788518msgid "Not a range."8519msgstr ""85208521#: builtin/log.c:9848522msgid "Cover letter needs email format"8523msgstr ""85248525#: builtin/log.c:10638526#, c-format8527msgid "insane in-reply-to: %s"8528msgstr ""85298530#: builtin/log.c:10918531msgid "git format-patch [<options>] [<since> | <revision-range>]"8532msgstr ""85338534#: builtin/log.c:11418535msgid "Two output directories?"8536msgstr ""85378538#: builtin/log.c:1248 builtin/log.c:1891 builtin/log.c:1893 builtin/log.c:19058539#, c-format8540msgid "Unknown commit %s"8541msgstr ""85428543#: builtin/log.c:1258 builtin/notes.c:884 builtin/tag.c:4768544#, c-format8545msgid "Failed to resolve '%s' as a valid ref."8546msgstr ""85478548#: builtin/log.c:12638549msgid "Could not find exact merge base."8550msgstr ""85518552#: builtin/log.c:12678553msgid ""8554"Failed to get upstream, if you want to record base commit automatically,\n"8555"please use git branch --set-upstream-to to track a remote branch.\n"8556"Or you could specify base commit by --base=<base-commit-id> manually."8557msgstr ""85588559#: builtin/log.c:12878560msgid "Failed to find exact merge base"8561msgstr ""85628563#: builtin/log.c:12988564msgid "base commit should be the ancestor of revision list"8565msgstr ""85668567#: builtin/log.c:13028568msgid "base commit shouldn't be in revision list"8569msgstr ""85708571#: builtin/log.c:13518572msgid "cannot get patch id"8573msgstr ""85748575#: builtin/log.c:14088576msgid "use [PATCH n/m] even with a single patch"8577msgstr ""85788579#: builtin/log.c:14118580msgid "use [PATCH] even with multiple patches"8581msgstr ""85828583#: builtin/log.c:14158584msgid "print patches to standard out"8585msgstr ""85868587#: builtin/log.c:14178588msgid "generate a cover letter"8589msgstr ""85908591#: builtin/log.c:14198592msgid "use simple number sequence for output file names"8593msgstr ""85948595#: builtin/log.c:14208596msgid "sfx"8597msgstr ""85988599#: builtin/log.c:14218600msgid "use <sfx> instead of '.patch'"8601msgstr ""86028603#: builtin/log.c:14238604msgid "start numbering patches at <n> instead of 1"8605msgstr ""86068607#: builtin/log.c:14258608msgid "mark the series as Nth re-roll"8609msgstr ""86108611#: builtin/log.c:14278612msgid "Use [RFC PATCH] instead of [PATCH]"8613msgstr ""86148615#: builtin/log.c:14308616msgid "Use [<prefix>] instead of [PATCH]"8617msgstr ""86188619#: builtin/log.c:14338620msgid "store resulting files in <dir>"8621msgstr ""86228623#: builtin/log.c:14368624msgid "don't strip/add [PATCH]"8625msgstr ""86268627#: builtin/log.c:14398628msgid "don't output binary diffs"8629msgstr ""86308631#: builtin/log.c:14418632msgid "output all-zero hash in From header"8633msgstr ""86348635#: builtin/log.c:14438636msgid "don't include a patch matching a commit upstream"8637msgstr ""86388639#: builtin/log.c:14458640msgid "show patch format instead of default (patch + stat)"8641msgstr ""86428643#: builtin/log.c:14478644msgid "Messaging"8645msgstr ""86468647#: builtin/log.c:14488648msgid "header"8649msgstr ""86508651#: builtin/log.c:14498652msgid "add email header"8653msgstr ""86548655#: builtin/log.c:1450 builtin/log.c:14528656msgid "email"8657msgstr ""86588659#: builtin/log.c:14508660msgid "add To: header"8661msgstr ""86628663#: builtin/log.c:14528664msgid "add Cc: header"8665msgstr ""86668667#: builtin/log.c:14548668msgid "ident"8669msgstr ""86708671#: builtin/log.c:14558672msgid "set From address to <ident> (or committer ident if absent)"8673msgstr ""86748675#: builtin/log.c:14578676msgid "message-id"8677msgstr ""86788679#: builtin/log.c:14588680msgid "make first mail a reply to <message-id>"8681msgstr ""86828683#: builtin/log.c:1459 builtin/log.c:14628684msgid "boundary"8685msgstr ""86868687#: builtin/log.c:14608688msgid "attach the patch"8689msgstr ""86908691#: builtin/log.c:14638692msgid "inline the patch"8693msgstr ""86948695#: builtin/log.c:14678696msgid "enable message threading, styles: shallow, deep"8697msgstr ""86988699#: builtin/log.c:14698700msgid "signature"8701msgstr ""87028703#: builtin/log.c:14708704msgid "add a signature"8705msgstr ""87068707#: builtin/log.c:14718708msgid "base-commit"8709msgstr ""87108711#: builtin/log.c:14728712msgid "add prerequisite tree info to the patch series"8713msgstr ""87148715#: builtin/log.c:14748716msgid "add a signature from a file"8717msgstr ""87188719#: builtin/log.c:14758720msgid "don't print the patch filenames"8721msgstr ""87228723#: builtin/log.c:15658724msgid "-n and -k are mutually exclusive."8725msgstr ""87268727#: builtin/log.c:15678728msgid "--subject-prefix/--rfc and -k are mutually exclusive."8729msgstr ""87308731#: builtin/log.c:15758732msgid "--name-only does not make sense"8733msgstr ""87348735#: builtin/log.c:15778736msgid "--name-status does not make sense"8737msgstr ""87388739#: builtin/log.c:15798740msgid "--check does not make sense"8741msgstr ""87428743#: builtin/log.c:16098744msgid "standard output, or directory, which one?"8745msgstr ""87468747#: builtin/log.c:16118748#, c-format8749msgid "Could not create directory '%s'"8750msgstr ""87518752#: builtin/log.c:17058753#, c-format8754msgid "unable to read signature file '%s'"8755msgstr ""87568757#: builtin/log.c:17778758msgid "Failed to create output files"8759msgstr ""87608761#: builtin/log.c:18268762msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"8763msgstr ""87648765#: builtin/log.c:18808766#, c-format8767msgid ""8768"Could not find a tracked remote branch, please specify <upstream> manually.\n"8769msgstr ""87708771#: builtin/ls-files.c:4608772msgid "git ls-files [<options>] [<file>...]"8773msgstr ""87748775#: builtin/ls-files.c:5098776msgid "identify the file status with tags"8777msgstr ""87788779#: builtin/ls-files.c:5118780msgid "use lowercase letters for 'assume unchanged' files"8781msgstr ""87828783#: builtin/ls-files.c:5138784msgid "show cached files in the output (default)"8785msgstr ""87868787#: builtin/ls-files.c:5158788msgid "show deleted files in the output"8789msgstr ""87908791#: builtin/ls-files.c:5178792msgid "show modified files in the output"8793msgstr ""87948795#: builtin/ls-files.c:5198796msgid "show other files in the output"8797msgstr ""87988799#: builtin/ls-files.c:5218800msgid "show ignored files in the output"8801msgstr ""88028803#: builtin/ls-files.c:5248804msgid "show staged contents' object name in the output"8805msgstr ""88068807#: builtin/ls-files.c:5268808msgid "show files on the filesystem that need to be removed"8809msgstr ""88108811#: builtin/ls-files.c:5288812msgid "show 'other' directories' names only"8813msgstr ""88148815#: builtin/ls-files.c:5308816msgid "show line endings of files"8817msgstr ""88188819#: builtin/ls-files.c:5328820msgid "don't show empty directories"8821msgstr ""88228823#: builtin/ls-files.c:5358824msgid "show unmerged files in the output"8825msgstr ""88268827#: builtin/ls-files.c:5378828msgid "show resolve-undo information"8829msgstr ""88308831#: builtin/ls-files.c:5398832msgid "skip files matching pattern"8833msgstr ""88348835#: builtin/ls-files.c:5428836msgid "exclude patterns are read from <file>"8837msgstr ""88388839#: builtin/ls-files.c:5458840msgid "read additional per-directory exclude patterns in <file>"8841msgstr ""88428843#: builtin/ls-files.c:5478844msgid "add the standard git exclusions"8845msgstr ""88468847#: builtin/ls-files.c:5508848msgid "make the output relative to the project top directory"8849msgstr ""88508851#: builtin/ls-files.c:5538852msgid "recurse through submodules"8853msgstr ""88548855#: builtin/ls-files.c:5558856msgid "if any <file> is not in the index, treat this as an error"8857msgstr ""88588859#: builtin/ls-files.c:5568860msgid "tree-ish"8861msgstr ""88628863#: builtin/ls-files.c:5578864msgid "pretend that paths removed since <tree-ish> are still present"8865msgstr ""88668867#: builtin/ls-files.c:5598868msgid "show debugging data"8869msgstr ""88708871#: builtin/ls-remote.c:78872msgid ""8873"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"8874" [-q | --quiet] [--exit-code] [--get-url]\n"8875" [--symref] [<repository> [<refs>...]]"8876msgstr ""88778878#: builtin/ls-remote.c:508879msgid "do not print remote URL"8880msgstr ""88818882#: builtin/ls-remote.c:51 builtin/ls-remote.c:538883msgid "exec"8884msgstr ""88858886#: builtin/ls-remote.c:52 builtin/ls-remote.c:548887msgid "path of git-upload-pack on the remote host"8888msgstr ""88898890#: builtin/ls-remote.c:568891msgid "limit to tags"8892msgstr ""88938894#: builtin/ls-remote.c:578895msgid "limit to heads"8896msgstr ""88978898#: builtin/ls-remote.c:588899msgid "do not show peeled tags"8900msgstr ""89018902#: builtin/ls-remote.c:608903msgid "take url.<base>.insteadOf into account"8904msgstr ""89058906#: builtin/ls-remote.c:628907msgid "exit with exit code 2 if no matching refs are found"8908msgstr ""89098910#: builtin/ls-remote.c:648911msgid "show underlying ref in addition to the object pointed by it"8912msgstr ""89138914#: builtin/ls-tree.c:288915msgid "git ls-tree [<options>] <tree-ish> [<path>...]"8916msgstr ""89178918#: builtin/ls-tree.c:1268919msgid "only show trees"8920msgstr ""89218922#: builtin/ls-tree.c:1288923msgid "recurse into subtrees"8924msgstr ""89258926#: builtin/ls-tree.c:1308927msgid "show trees when recursing"8928msgstr ""89298930#: builtin/ls-tree.c:1338931msgid "terminate entries with NUL byte"8932msgstr ""89338934#: builtin/ls-tree.c:1348935msgid "include object size"8936msgstr ""89378938#: builtin/ls-tree.c:136 builtin/ls-tree.c:1388939msgid "list only filenames"8940msgstr ""89418942#: builtin/ls-tree.c:1418943msgid "use full path names"8944msgstr ""89458946#: builtin/ls-tree.c:1438947msgid "list entire tree; not just current directory (implies --full-name)"8948msgstr ""89498950#: builtin/merge.c:468951msgid "git merge [<options>] [<commit>...]"8952msgstr ""89538954#: builtin/merge.c:478955msgid "git merge [<options>] <msg> HEAD <commit>"8956msgstr ""89578958#: builtin/merge.c:488959msgid "git merge --abort"8960msgstr ""89618962#: builtin/merge.c:498963msgid "git merge --continue"8964msgstr ""89658966#: builtin/merge.c:1048967msgid "switch `m' requires a value"8968msgstr ""89698970#: builtin/merge.c:1418971#, c-format8972msgid "Could not find merge strategy '%s'.\n"8973msgstr ""89748975#: builtin/merge.c:1428976#, c-format8977msgid "Available strategies are:"8978msgstr ""89798980#: builtin/merge.c:1478981#, c-format8982msgid "Available custom strategies are:"8983msgstr ""89848985#: builtin/merge.c:197 builtin/pull.c:1278986msgid "do not show a diffstat at the end of the merge"8987msgstr ""89888989#: builtin/merge.c:200 builtin/pull.c:1308990msgid "show a diffstat at the end of the merge"8991msgstr ""89928993#: builtin/merge.c:201 builtin/pull.c:1338994msgid "(synonym to --stat)"8995msgstr ""89968997#: builtin/merge.c:203 builtin/pull.c:1368998msgid "add (at most <n>) entries from shortlog to merge commit message"8999msgstr ""90009001#: builtin/merge.c:206 builtin/pull.c:1399002msgid "create a single commit instead of doing a merge"9003msgstr ""90049005#: builtin/merge.c:208 builtin/pull.c:1429006msgid "perform a commit if the merge succeeds (default)"9007msgstr ""90089009#: builtin/merge.c:210 builtin/pull.c:1459010msgid "edit message before committing"9011msgstr ""90129013#: builtin/merge.c:2119014msgid "allow fast-forward (default)"9015msgstr ""90169017#: builtin/merge.c:213 builtin/pull.c:1519018msgid "abort if fast-forward is not possible"9019msgstr ""90209021#: builtin/merge.c:217 builtin/pull.c:1549022msgid "verify that the named commit has a valid GPG signature"9023msgstr ""90249025#: builtin/merge.c:218 builtin/notes.c:774 builtin/pull.c:1589026#: builtin/revert.c:899027msgid "strategy"9028msgstr ""90299030#: builtin/merge.c:219 builtin/pull.c:1599031msgid "merge strategy to use"9032msgstr ""90339034#: builtin/merge.c:220 builtin/pull.c:1629035msgid "option=value"9036msgstr ""90379038#: builtin/merge.c:221 builtin/pull.c:1639039msgid "option for selected merge strategy"9040msgstr ""90419042#: builtin/merge.c:2239043msgid "merge commit message (for a non-fast-forward merge)"9044msgstr ""90459046#: builtin/merge.c:2279047msgid "abort the current in-progress merge"9048msgstr ""90499050#: builtin/merge.c:2299051msgid "continue the current in-progress merge"9052msgstr ""90539054#: builtin/merge.c:231 builtin/pull.c:1709055msgid "allow merging unrelated histories"9056msgstr ""90579058#: builtin/merge.c:2599059msgid "could not run stash."9060msgstr ""90619062#: builtin/merge.c:2649063msgid "stash failed"9064msgstr ""90659066#: builtin/merge.c:2699067#, c-format9068msgid "not a valid object: %s"9069msgstr ""90709071#: builtin/merge.c:288 builtin/merge.c:3059072msgid "read-tree failed"9073msgstr ""90749075#: builtin/merge.c:3359076msgid " (nothing to squash)"9077msgstr ""90789079#: builtin/merge.c:3469080#, c-format9081msgid "Squash commit -- not updating HEAD\n"9082msgstr ""90839084#: builtin/merge.c:3969085#, c-format9086msgid "No merge message -- not updating HEAD\n"9087msgstr ""90889089#: builtin/merge.c:4479090#, c-format9091msgid "'%s' does not point to a commit"9092msgstr ""90939094#: builtin/merge.c:5379095#, c-format9096msgid "Bad branch.%s.mergeoptions string: %s"9097msgstr ""90989099#: builtin/merge.c:6569100msgid "Not handling anything other than two heads merge."9101msgstr ""91029103#: builtin/merge.c:6709104#, c-format9105msgid "Unknown option for merge-recursive: -X%s"9106msgstr ""91079108#: builtin/merge.c:6859109#, c-format9110msgid "unable to write %s"9111msgstr ""91129113#: builtin/merge.c:7379114#, c-format9115msgid "Could not read from '%s'"9116msgstr ""91179118#: builtin/merge.c:7469119#, c-format9120msgid "Not committing merge; use 'git commit' to complete the merge.\n"9121msgstr ""91229123#: builtin/merge.c:7529124#, c-format9125msgid ""9126"Please enter a commit message to explain why this merge is necessary,\n"9127"especially if it merges an updated upstream into a topic branch.\n"9128"\n"9129"Lines starting with '%c' will be ignored, and an empty message aborts\n"9130"the commit.\n"9131msgstr ""91329133#: builtin/merge.c:7769134msgid "Empty commit message."9135msgstr ""91369137#: builtin/merge.c:7969138#, c-format9139msgid "Wonderful.\n"9140msgstr ""91419142#: builtin/merge.c:8519143#, c-format9144msgid "Automatic merge failed; fix conflicts and then commit the result.\n"9145msgstr ""91469147#: builtin/merge.c:8679148#, c-format9149msgid "'%s' is not a commit"9150msgstr ""91519152#: builtin/merge.c:9089153msgid "No current branch."9154msgstr ""91559156#: builtin/merge.c:9109157msgid "No remote for the current branch."9158msgstr ""91599160#: builtin/merge.c:9129161msgid "No default upstream defined for the current branch."9162msgstr ""91639164#: builtin/merge.c:9179165#, c-format9166msgid "No remote-tracking branch for %s from %s"9167msgstr ""91689169#: builtin/merge.c:9649170#, c-format9171msgid "Bad value '%s' in environment '%s'"9172msgstr ""91739174#: builtin/merge.c:10389175#, c-format9176msgid "could not close '%s'"9177msgstr ""91789179#: builtin/merge.c:10659180#, c-format9181msgid "not something we can merge in %s: %s"9182msgstr ""91839184#: builtin/merge.c:10999185msgid "not something we can merge"9186msgstr ""91879188#: builtin/merge.c:11679189msgid "--abort expects no arguments"9190msgstr ""91919192#: builtin/merge.c:11719193msgid "There is no merge to abort (MERGE_HEAD missing)."9194msgstr ""91959196#: builtin/merge.c:11839197msgid "--continue expects no arguments"9198msgstr ""91999200#: builtin/merge.c:11879201msgid "There is no merge in progress (MERGE_HEAD missing)."9202msgstr ""92039204#: builtin/merge.c:12039205msgid ""9206"You have not concluded your merge (MERGE_HEAD exists).\n"9207"Please, commit your changes before you merge."9208msgstr ""92099210#: builtin/merge.c:12109211msgid ""9212"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"9213"Please, commit your changes before you merge."9214msgstr ""92159216#: builtin/merge.c:12139217msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."9218msgstr ""92199220#: builtin/merge.c:12229221msgid "You cannot combine --squash with --no-ff."9222msgstr ""92239224#: builtin/merge.c:12309225msgid "No commit specified and merge.defaultToUpstream not set."9226msgstr ""92279228#: builtin/merge.c:12479229msgid "Squash commit into empty head not supported yet"9230msgstr ""92319232#: builtin/merge.c:12499233msgid "Non-fast-forward commit does not make sense into an empty head"9234msgstr ""92359236#: builtin/merge.c:12549237#, c-format9238msgid "%s - not something we can merge"9239msgstr ""92409241#: builtin/merge.c:12569242msgid "Can merge only exactly one commit into empty head"9243msgstr ""92449245#: builtin/merge.c:13129246#, c-format9247msgid "Commit %s has an untrusted GPG signature, allegedly by %s."9248msgstr ""92499250#: builtin/merge.c:13159251#, c-format9252msgid "Commit %s has a bad GPG signature allegedly by %s."9253msgstr ""92549255#: builtin/merge.c:13189256#, c-format9257msgid "Commit %s does not have a GPG signature."9258msgstr ""92599260#: builtin/merge.c:13219261#, c-format9262msgid "Commit %s has a good GPG signature by %s\n"9263msgstr ""92649265#: builtin/merge.c:13839266msgid "refusing to merge unrelated histories"9267msgstr ""92689269#: builtin/merge.c:13929270msgid "Already up-to-date."9271msgstr ""92729273#: builtin/merge.c:14029274#, c-format9275msgid "Updating %s..%s\n"9276msgstr ""92779278#: builtin/merge.c:14439279#, c-format9280msgid "Trying really trivial in-index merge...\n"9281msgstr ""92829283#: builtin/merge.c:14509284#, c-format9285msgid "Nope.\n"9286msgstr ""92879288#: builtin/merge.c:14759289msgid "Already up-to-date. Yeeah!"9290msgstr ""92919292#: builtin/merge.c:14819293msgid "Not possible to fast-forward, aborting."9294msgstr ""92959296#: builtin/merge.c:1504 builtin/merge.c:15839297#, c-format9298msgid "Rewinding the tree to pristine...\n"9299msgstr ""93009301#: builtin/merge.c:15089302#, c-format9303msgid "Trying merge strategy %s...\n"9304msgstr ""93059306#: builtin/merge.c:15749307#, c-format9308msgid "No merge strategy handled the merge.\n"9309msgstr ""93109311#: builtin/merge.c:15769312#, c-format9313msgid "Merge with strategy %s failed.\n"9314msgstr ""93159316#: builtin/merge.c:15859317#, c-format9318msgid "Using the %s to prepare resolving by hand.\n"9319msgstr ""93209321#: builtin/merge.c:15979322#, c-format9323msgid "Automatic merge went well; stopped before committing as requested\n"9324msgstr ""93259326#: builtin/merge-base.c:299327msgid "git merge-base [-a | --all] <commit> <commit>..."9328msgstr ""93299330#: builtin/merge-base.c:309331msgid "git merge-base [-a | --all] --octopus <commit>..."9332msgstr ""93339334#: builtin/merge-base.c:319335msgid "git merge-base --independent <commit>..."9336msgstr ""93379338#: builtin/merge-base.c:329339msgid "git merge-base --is-ancestor <commit> <commit>"9340msgstr ""93419342#: builtin/merge-base.c:339343msgid "git merge-base --fork-point <ref> [<commit>]"9344msgstr ""93459346#: builtin/merge-base.c:2179347msgid "output all common ancestors"9348msgstr ""93499350#: builtin/merge-base.c:2199351msgid "find ancestors for a single n-way merge"9352msgstr ""93539354#: builtin/merge-base.c:2219355msgid "list revs not reachable from others"9356msgstr ""93579358#: builtin/merge-base.c:2239359msgid "is the first one ancestor of the other?"9360msgstr ""93619362#: builtin/merge-base.c:2259363msgid "find where <commit> forked from reflog of <ref>"9364msgstr ""93659366#: builtin/merge-file.c:89367msgid ""9368"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "9369"<orig-file> <file2>"9370msgstr ""93719372#: builtin/merge-file.c:339373msgid "send results to standard output"9374msgstr ""93759376#: builtin/merge-file.c:349377msgid "use a diff3 based merge"9378msgstr ""93799380#: builtin/merge-file.c:359381msgid "for conflicts, use our version"9382msgstr ""93839384#: builtin/merge-file.c:379385msgid "for conflicts, use their version"9386msgstr ""93879388#: builtin/merge-file.c:399389msgid "for conflicts, use a union version"9390msgstr ""93919392#: builtin/merge-file.c:429393msgid "for conflicts, use this marker size"9394msgstr ""93959396#: builtin/merge-file.c:439397msgid "do not warn about conflicts"9398msgstr ""93999400#: builtin/merge-file.c:459401msgid "set labels for file1/orig-file/file2"9402msgstr ""94039404#: builtin/merge-recursive.c:459405#, c-format9406msgid "unknown option %s"9407msgstr ""94089409#: builtin/merge-recursive.c:519410#, c-format9411msgid "could not parse object '%s'"9412msgstr ""94139414#: builtin/merge-recursive.c:559415#, c-format9416msgid "cannot handle more than %d base. Ignoring %s."9417msgid_plural "cannot handle more than %d bases. Ignoring %s."9418msgstr[0] ""9419msgstr[1] ""94209421#: builtin/merge-recursive.c:639422msgid "not handling anything other than two heads merge."9423msgstr ""94249425#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:719426#, c-format9427msgid "could not resolve ref '%s'"9428msgstr ""94299430#: builtin/merge-recursive.c:779431#, c-format9432msgid "Merging %s with %s\n"9433msgstr ""94349435#: builtin/mktree.c:659436msgid "git mktree [-z] [--missing] [--batch]"9437msgstr ""94389439#: builtin/mktree.c:1529440msgid "input is NUL terminated"9441msgstr ""94429443#: builtin/mktree.c:153 builtin/write-tree.c:249444msgid "allow missing objects"9445msgstr ""94469447#: builtin/mktree.c:1549448msgid "allow creation of more than one tree"9449msgstr ""94509451#: builtin/mv.c:169452msgid "git mv [<options>] <source>... <destination>"9453msgstr ""94549455#: builtin/mv.c:829456#, c-format9457msgid "Directory %s is in index and no submodule?"9458msgstr ""94599460#: builtin/mv.c:84 builtin/rm.c:2909461msgid "Please stage your changes to .gitmodules or stash them to proceed"9462msgstr ""94639464#: builtin/mv.c:1029465#, c-format9466msgid "%.*s is in index"9467msgstr ""94689469#: builtin/mv.c:1249470msgid "force move/rename even if target exists"9471msgstr ""94729473#: builtin/mv.c:1259474msgid "skip move/rename errors"9475msgstr ""94769477#: builtin/mv.c:1679478#, c-format9479msgid "destination '%s' is not a directory"9480msgstr ""94819482#: builtin/mv.c:1789483#, c-format9484msgid "Checking rename of '%s' to '%s'\n"9485msgstr ""94869487#: builtin/mv.c:1829488msgid "bad source"9489msgstr ""94909491#: builtin/mv.c:1859492msgid "can not move directory into itself"9493msgstr ""94949495#: builtin/mv.c:1889496msgid "cannot move directory over file"9497msgstr ""94989499#: builtin/mv.c:1979500msgid "source directory is empty"9501msgstr ""95029503#: builtin/mv.c:2229504msgid "not under version control"9505msgstr ""95069507#: builtin/mv.c:2259508msgid "destination exists"9509msgstr ""95109511#: builtin/mv.c:2339512#, c-format9513msgid "overwriting '%s'"9514msgstr ""95159516#: builtin/mv.c:2369517msgid "Cannot overwrite"9518msgstr ""95199520#: builtin/mv.c:2399521msgid "multiple sources for the same target"9522msgstr ""95239524#: builtin/mv.c:2419525msgid "destination directory does not exist"9526msgstr ""95279528#: builtin/mv.c:2489529#, c-format9530msgid "%s, source=%s, destination=%s"9531msgstr ""95329533#: builtin/mv.c:2699534#, c-format9535msgid "Renaming %s to %s\n"9536msgstr ""95379538#: builtin/mv.c:275 builtin/remote.c:710 builtin/repack.c:3849539#, c-format9540msgid "renaming '%s' failed"9541msgstr ""95429543#: builtin/name-rev.c:2579544msgid "git name-rev [<options>] <commit>..."9545msgstr ""95469547#: builtin/name-rev.c:2589548msgid "git name-rev [<options>] --all"9549msgstr ""95509551#: builtin/name-rev.c:2599552msgid "git name-rev [<options>] --stdin"9553msgstr ""95549555#: builtin/name-rev.c:3119556msgid "print only names (no SHA-1)"9557msgstr ""95589559#: builtin/name-rev.c:3129560msgid "only use tags to name the commits"9561msgstr ""95629563#: builtin/name-rev.c:3149564msgid "only use refs matching <pattern>"9565msgstr ""95669567#: builtin/name-rev.c:3169568msgid "list all commits reachable from all refs"9569msgstr ""95709571#: builtin/name-rev.c:3179572msgid "read from stdin"9573msgstr ""95749575#: builtin/name-rev.c:3189576msgid "allow to print `undefined` names (default)"9577msgstr ""95789579#: builtin/name-rev.c:3249580msgid "dereference tags in the input (internal use)"9581msgstr ""95829583#: builtin/notes.c:259584msgid "git notes [--ref <notes-ref>] [list [<object>]]"9585msgstr ""95869587#: builtin/notes.c:269588msgid ""9589"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "9590"| (-c | -C) <object>] [<object>]"9591msgstr ""95929593#: builtin/notes.c:279594msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"9595msgstr ""95969597#: builtin/notes.c:289598msgid ""9599"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "9600"(-c | -C) <object>] [<object>]"9601msgstr ""96029603#: builtin/notes.c:299604msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"9605msgstr ""96069607#: builtin/notes.c:309608msgid "git notes [--ref <notes-ref>] show [<object>]"9609msgstr ""96109611#: builtin/notes.c:319612msgid ""9613"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"9614msgstr ""96159616#: builtin/notes.c:329617msgid "git notes merge --commit [-v | -q]"9618msgstr ""96199620#: builtin/notes.c:339621msgid "git notes merge --abort [-v | -q]"9622msgstr ""96239624#: builtin/notes.c:349625msgid "git notes [--ref <notes-ref>] remove [<object>...]"9626msgstr ""96279628#: builtin/notes.c:359629msgid "git notes [--ref <notes-ref>] prune [-n | -v]"9630msgstr ""96319632#: builtin/notes.c:369633msgid "git notes [--ref <notes-ref>] get-ref"9634msgstr ""96359636#: builtin/notes.c:419637msgid "git notes [list [<object>]]"9638msgstr ""96399640#: builtin/notes.c:469641msgid "git notes add [<options>] [<object>]"9642msgstr ""96439644#: builtin/notes.c:519645msgid "git notes copy [<options>] <from-object> <to-object>"9646msgstr ""96479648#: builtin/notes.c:529649msgid "git notes copy --stdin [<from-object> <to-object>]..."9650msgstr ""96519652#: builtin/notes.c:579653msgid "git notes append [<options>] [<object>]"9654msgstr ""96559656#: builtin/notes.c:629657msgid "git notes edit [<object>]"9658msgstr ""96599660#: builtin/notes.c:679661msgid "git notes show [<object>]"9662msgstr ""96639664#: builtin/notes.c:729665msgid "git notes merge [<options>] <notes-ref>"9666msgstr ""96679668#: builtin/notes.c:739669msgid "git notes merge --commit [<options>]"9670msgstr ""96719672#: builtin/notes.c:749673msgid "git notes merge --abort [<options>]"9674msgstr ""96759676#: builtin/notes.c:799677msgid "git notes remove [<object>]"9678msgstr ""96799680#: builtin/notes.c:849681msgid "git notes prune [<options>]"9682msgstr ""96839684#: builtin/notes.c:899685msgid "git notes get-ref"9686msgstr ""96879688#: builtin/notes.c:949689msgid "Write/edit the notes for the following object:"9690msgstr ""96919692#: builtin/notes.c:1479693#, c-format9694msgid "unable to start 'show' for object '%s'"9695msgstr ""96969697#: builtin/notes.c:1519698msgid "could not read 'show' output"9699msgstr ""97009701#: builtin/notes.c:1599702#, c-format9703msgid "failed to finish 'show' for object '%s'"9704msgstr ""97059706#: builtin/notes.c:1949707msgid "please supply the note contents using either -m or -F option"9708msgstr ""97099710#: builtin/notes.c:2039711msgid "unable to write note object"9712msgstr ""97139714#: builtin/notes.c:2059715#, c-format9716msgid "the note contents have been left in %s"9717msgstr ""97189719#: builtin/notes.c:233 builtin/tag.c:4609720#, c-format9721msgid "cannot read '%s'"9722msgstr ""97239724#: builtin/notes.c:235 builtin/tag.c:4639725#, c-format9726msgid "could not open or read '%s'"9727msgstr ""97289729#: builtin/notes.c:254 builtin/notes.c:305 builtin/notes.c:3079730#: builtin/notes.c:372 builtin/notes.c:427 builtin/notes.c:5139731#: builtin/notes.c:518 builtin/notes.c:596 builtin/notes.c:6599732#, c-format9733msgid "failed to resolve '%s' as a valid ref."9734msgstr ""97359736#: builtin/notes.c:2579737#, c-format9738msgid "failed to read object '%s'."9739msgstr ""97409741#: builtin/notes.c:2619742#, c-format9743msgid "cannot read note data from non-blob object '%s'."9744msgstr ""97459746#: builtin/notes.c:3019747#, c-format9748msgid "malformed input line: '%s'."9749msgstr ""97509751#: builtin/notes.c:3169752#, c-format9753msgid "failed to copy notes from '%s' to '%s'"9754msgstr ""97559756#. TRANSLATORS: the first %s will be replaced by a9757#. git notes command: 'add', 'merge', 'remove', etc.9758#: builtin/notes.c:3459759#, c-format9760msgid "refusing to %s notes in %s (outside of refs/notes/)"9761msgstr ""97629763#: builtin/notes.c:365 builtin/notes.c:420 builtin/notes.c:4969764#: builtin/notes.c:508 builtin/notes.c:584 builtin/notes.c:6529765#: builtin/notes.c:802 builtin/notes.c:949 builtin/notes.c:9709766msgid "too many parameters"9767msgstr ""97689769#: builtin/notes.c:378 builtin/notes.c:6659770#, c-format9771msgid "no note found for object %s."9772msgstr ""97739774#: builtin/notes.c:399 builtin/notes.c:5629775msgid "note contents as a string"9776msgstr ""97779778#: builtin/notes.c:402 builtin/notes.c:5659779msgid "note contents in a file"9780msgstr ""97819782#: builtin/notes.c:405 builtin/notes.c:5689783msgid "reuse and edit specified note object"9784msgstr ""97859786#: builtin/notes.c:408 builtin/notes.c:5719787msgid "reuse specified note object"9788msgstr ""97899790#: builtin/notes.c:411 builtin/notes.c:5749791msgid "allow storing empty note"9792msgstr ""97939794#: builtin/notes.c:412 builtin/notes.c:4839795msgid "replace existing notes"9796msgstr ""97979798#: builtin/notes.c:4379799#, c-format9800msgid ""9801"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "9802"existing notes"9803msgstr ""98049805#: builtin/notes.c:452 builtin/notes.c:5319806#, c-format9807msgid "Overwriting existing notes for object %s\n"9808msgstr ""98099810#: builtin/notes.c:463 builtin/notes.c:624 builtin/notes.c:8899811#, c-format9812msgid "Removing note for object %s\n"9813msgstr ""98149815#: builtin/notes.c:4849816msgid "read objects from stdin"9817msgstr ""98189819#: builtin/notes.c:4869820msgid "load rewriting config for <command> (implies --stdin)"9821msgstr ""98229823#: builtin/notes.c:5049824msgid "too few parameters"9825msgstr ""98269827#: builtin/notes.c:5259828#, c-format9829msgid ""9830"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "9831"existing notes"9832msgstr ""98339834#: builtin/notes.c:5379835#, c-format9836msgid "missing notes on source object %s. Cannot copy."9837msgstr ""98389839#: builtin/notes.c:5899840#, c-format9841msgid ""9842"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"9843"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"9844msgstr ""98459846#: builtin/notes.c:6859847msgid "failed to delete ref NOTES_MERGE_PARTIAL"9848msgstr ""98499850#: builtin/notes.c:6879851msgid "failed to delete ref NOTES_MERGE_REF"9852msgstr ""98539854#: builtin/notes.c:6899855msgid "failed to remove 'git notes merge' worktree"9856msgstr ""98579858#: builtin/notes.c:7099859msgid "failed to read ref NOTES_MERGE_PARTIAL"9860msgstr ""98619862#: builtin/notes.c:7119863msgid "could not find commit from NOTES_MERGE_PARTIAL."9864msgstr ""98659866#: builtin/notes.c:7139867msgid "could not parse commit from NOTES_MERGE_PARTIAL."9868msgstr ""98699870#: builtin/notes.c:7269871msgid "failed to resolve NOTES_MERGE_REF"9872msgstr ""98739874#: builtin/notes.c:7299875msgid "failed to finalize notes merge"9876msgstr ""98779878#: builtin/notes.c:7559879#, c-format9880msgid "unknown notes merge strategy %s"9881msgstr ""98829883#: builtin/notes.c:7719884msgid "General options"9885msgstr ""98869887#: builtin/notes.c:7739888msgid "Merge options"9889msgstr ""98909891#: builtin/notes.c:7759892msgid ""9893"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"9894"cat_sort_uniq)"9895msgstr ""98969897#: builtin/notes.c:7779898msgid "Committing unmerged notes"9899msgstr ""99009901#: builtin/notes.c:7799902msgid "finalize notes merge by committing unmerged notes"9903msgstr ""99049905#: builtin/notes.c:7819906msgid "Aborting notes merge resolution"9907msgstr ""99089909#: builtin/notes.c:7839910msgid "abort notes merge"9911msgstr ""99129913#: builtin/notes.c:7949914msgid "cannot mix --commit, --abort or -s/--strategy"9915msgstr ""99169917#: builtin/notes.c:7999918msgid "must specify a notes ref to merge"9919msgstr ""99209921#: builtin/notes.c:8239922#, c-format9923msgid "unknown -s/--strategy: %s"9924msgstr ""99259926#: builtin/notes.c:8609927#, c-format9928msgid "a notes merge into %s is already in-progress at %s"9929msgstr ""99309931#: builtin/notes.c:8639932#, c-format9933msgid "failed to store link to current notes ref (%s)"9934msgstr ""99359936#: builtin/notes.c:8659937#, c-format9938msgid ""9939"Automatic notes merge failed. Fix conflicts in %s and commit the result with "9940"'git notes merge --commit', or abort the merge with 'git notes merge --"9941"abort'.\n"9942msgstr ""99439944#: builtin/notes.c:8879945#, c-format9946msgid "Object %s has no note\n"9947msgstr ""99489949#: builtin/notes.c:8999950msgid "attempt to remove non-existent note is not an error"9951msgstr ""99529953#: builtin/notes.c:9029954msgid "read object names from the standard input"9955msgstr ""99569957#: builtin/notes.c:940 builtin/prune.c:105 builtin/worktree.c:1279958msgid "do not remove, show only"9959msgstr ""99609961#: builtin/notes.c:9419962msgid "report pruned notes"9963msgstr ""99649965#: builtin/notes.c:9839966msgid "notes-ref"9967msgstr ""99689969#: builtin/notes.c:9849970msgid "use notes from <notes-ref>"9971msgstr ""99729973#: builtin/notes.c:10199974#, c-format9975msgid "unknown subcommand: %s"9976msgstr ""99779978#: builtin/pack-objects.c:299979msgid ""9980"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"9981msgstr ""99829983#: builtin/pack-objects.c:309984msgid ""9985"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"9986msgstr ""99879988#: builtin/pack-objects.c:177 builtin/pack-objects.c:1809989#, c-format9990msgid "deflate error (%d)"9991msgstr ""99929993#: builtin/pack-objects.c:7669994msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"9995msgstr ""99969997#: builtin/pack-objects.c:7799998msgid "Writing objects"9999msgstr ""1000010001#: builtin/pack-objects.c:106810002msgid "disabling bitmap writing, as some objects are not being packed"10003msgstr ""1000410005#: builtin/pack-objects.c:234410006msgid "Compressing objects"10007msgstr ""1000810009#: builtin/pack-objects.c:274710010#, c-format10011msgid "unsupported index version %s"10012msgstr ""1001310014#: builtin/pack-objects.c:275110015#, c-format10016msgid "bad index version '%s'"10017msgstr ""1001810019#: builtin/pack-objects.c:278110020msgid "do not show progress meter"10021msgstr ""1002210023#: builtin/pack-objects.c:278310024msgid "show progress meter"10025msgstr ""1002610027#: builtin/pack-objects.c:278510028msgid "show progress meter during object writing phase"10029msgstr ""1003010031#: builtin/pack-objects.c:278810032msgid "similar to --all-progress when progress meter is shown"10033msgstr ""1003410035#: builtin/pack-objects.c:278910036msgid "version[,offset]"10037msgstr ""1003810039#: builtin/pack-objects.c:279010040msgid "write the pack index file in the specified idx format version"10041msgstr ""1004210043#: builtin/pack-objects.c:279310044msgid "maximum size of each output pack file"10045msgstr ""1004610047#: builtin/pack-objects.c:279510048msgid "ignore borrowed objects from alternate object store"10049msgstr ""1005010051#: builtin/pack-objects.c:279710052msgid "ignore packed objects"10053msgstr ""1005410055#: builtin/pack-objects.c:279910056msgid "limit pack window by objects"10057msgstr ""1005810059#: builtin/pack-objects.c:280110060msgid "limit pack window by memory in addition to object limit"10061msgstr ""1006210063#: builtin/pack-objects.c:280310064msgid "maximum length of delta chain allowed in the resulting pack"10065msgstr ""1006610067#: builtin/pack-objects.c:280510068msgid "reuse existing deltas"10069msgstr ""1007010071#: builtin/pack-objects.c:280710072msgid "reuse existing objects"10073msgstr ""1007410075#: builtin/pack-objects.c:280910076msgid "use OFS_DELTA objects"10077msgstr ""1007810079#: builtin/pack-objects.c:281110080msgid "use threads when searching for best delta matches"10081msgstr ""1008210083#: builtin/pack-objects.c:281310084msgid "do not create an empty pack output"10085msgstr ""1008610087#: builtin/pack-objects.c:281510088msgid "read revision arguments from standard input"10089msgstr ""1009010091#: builtin/pack-objects.c:281710092msgid "limit the objects to those that are not yet packed"10093msgstr ""1009410095#: builtin/pack-objects.c:282010096msgid "include objects reachable from any reference"10097msgstr ""1009810099#: builtin/pack-objects.c:282310100msgid "include objects referred by reflog entries"10101msgstr ""1010210103#: builtin/pack-objects.c:282610104msgid "include objects referred to by the index"10105msgstr ""1010610107#: builtin/pack-objects.c:282910108msgid "output pack to stdout"10109msgstr ""1011010111#: builtin/pack-objects.c:283110112msgid "include tag objects that refer to objects to be packed"10113msgstr ""1011410115#: builtin/pack-objects.c:283310116msgid "keep unreachable objects"10117msgstr ""1011810119#: builtin/pack-objects.c:283510120msgid "pack loose unreachable objects"10121msgstr ""1012210123#: builtin/pack-objects.c:283710124msgid "unpack unreachable objects newer than <time>"10125msgstr ""1012610127#: builtin/pack-objects.c:284010128msgid "create thin packs"10129msgstr ""1013010131#: builtin/pack-objects.c:284210132msgid "create packs suitable for shallow fetches"10133msgstr ""1013410135#: builtin/pack-objects.c:284410136msgid "ignore packs that have companion .keep file"10137msgstr ""1013810139#: builtin/pack-objects.c:284610140msgid "pack compression level"10141msgstr ""1014210143#: builtin/pack-objects.c:284810144msgid "do not hide commits by grafts"10145msgstr ""1014610147#: builtin/pack-objects.c:285010148msgid "use a bitmap index if available to speed up counting objects"10149msgstr ""1015010151#: builtin/pack-objects.c:285210152msgid "write a bitmap index together with the pack index"10153msgstr ""1015410155#: builtin/pack-objects.c:297910156msgid "Counting objects"10157msgstr ""1015810159#: builtin/pack-refs.c:610160msgid "git pack-refs [<options>]"10161msgstr ""1016210163#: builtin/pack-refs.c:1410164msgid "pack everything"10165msgstr ""1016610167#: builtin/pack-refs.c:1510168msgid "prune loose refs (default)"10169msgstr ""1017010171#: builtin/prune-packed.c:710172msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"10173msgstr ""1017410175#: builtin/prune-packed.c:4010176msgid "Removing duplicate objects"10177msgstr ""1017810179#: builtin/prune.c:1110180msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"10181msgstr ""1018210183#: builtin/prune.c:10610184msgid "report pruned objects"10185msgstr ""1018610187#: builtin/prune.c:10910188msgid "expire objects older than <time>"10189msgstr ""1019010191#: builtin/prune.c:12310192msgid "cannot prune in a precious-objects repo"10193msgstr ""1019410195#: builtin/pull.c:51 builtin/pull.c:5310196#, c-format10197msgid "Invalid value for %s: %s"10198msgstr ""1019910200#: builtin/pull.c:7310201msgid "git pull [<options>] [<repository> [<refspec>...]]"10202msgstr ""1020310204#: builtin/pull.c:12110205msgid "Options related to merging"10206msgstr ""1020710208#: builtin/pull.c:12410209msgid "incorporate changes by rebasing rather than merging"10210msgstr ""1021110212#: builtin/pull.c:148 builtin/revert.c:10110213msgid "allow fast-forward"10214msgstr ""1021510216#: builtin/pull.c:15710217msgid "automatically stash/stash pop before and after rebase"10218msgstr ""1021910220#: builtin/pull.c:17310221msgid "Options related to fetching"10222msgstr ""1022310224#: builtin/pull.c:19510225msgid "number of submodules pulled in parallel"10226msgstr ""1022710228#: builtin/pull.c:28410229#, c-format10230msgid "Invalid value for pull.ff: %s"10231msgstr ""1023210233#: builtin/pull.c:39710234msgid ""10235"There is no candidate for rebasing against among the refs that you just "10236"fetched."10237msgstr ""1023810239#: builtin/pull.c:39910240msgid ""10241"There are no candidates for merging among the refs that you just fetched."10242msgstr ""1024310244#: builtin/pull.c:40010245msgid ""10246"Generally this means that you provided a wildcard refspec which had no\n"10247"matches on the remote end."10248msgstr ""1024910250#: builtin/pull.c:40310251#, c-format10252msgid ""10253"You asked to pull from the remote '%s', but did not specify\n"10254"a branch. Because this is not the default configured remote\n"10255"for your current branch, you must specify a branch on the command line."10256msgstr ""1025710258#: builtin/pull.c:408 git-parse-remote.sh:7310259msgid "You are not currently on a branch."10260msgstr ""1026110262#: builtin/pull.c:410 builtin/pull.c:425 git-parse-remote.sh:7910263msgid "Please specify which branch you want to rebase against."10264msgstr ""1026510266#: builtin/pull.c:412 builtin/pull.c:427 git-parse-remote.sh:8210267msgid "Please specify which branch you want to merge with."10268msgstr ""1026910270#: builtin/pull.c:413 builtin/pull.c:42810271msgid "See git-pull(1) for details."10272msgstr ""1027310274#: builtin/pull.c:415 builtin/pull.c:421 builtin/pull.c:43010275#: git-parse-remote.sh:6410276msgid "<remote>"10277msgstr ""1027810279#: builtin/pull.c:415 builtin/pull.c:430 builtin/pull.c:435 git-rebase.sh:45510280#: git-parse-remote.sh:6510281msgid "<branch>"10282msgstr ""1028310284#: builtin/pull.c:423 git-parse-remote.sh:7510285msgid "There is no tracking information for the current branch."10286msgstr ""1028710288#: builtin/pull.c:432 git-parse-remote.sh:9510289msgid ""10290"If you wish to set tracking information for this branch you can do so with:"10291msgstr ""1029210293#: builtin/pull.c:43710294#, c-format10295msgid ""10296"Your configuration specifies to merge with the ref '%s'\n"10297"from the remote, but no such ref was fetched."10298msgstr ""1029910300#: builtin/pull.c:75410301msgid "ignoring --verify-signatures for rebase"10302msgstr ""1030310304#: builtin/pull.c:80110305msgid "--[no-]autostash option is only valid with --rebase."10306msgstr ""1030710308#: builtin/pull.c:80910309msgid "Updating an unborn branch with changes added to the index."10310msgstr ""1031110312#: builtin/pull.c:81210313msgid "pull with rebase"10314msgstr ""1031510316#: builtin/pull.c:81310317msgid "please commit or stash them."10318msgstr ""1031910320#: builtin/pull.c:83810321#, c-format10322msgid ""10323"fetch updated the current branch head.\n"10324"fast-forwarding your working tree from\n"10325"commit %s."10326msgstr ""1032710328#: builtin/pull.c:84310329#, c-format10330msgid ""10331"Cannot fast-forward your working tree.\n"10332"After making sure that you saved anything precious from\n"10333"$ git diff %s\n"10334"output, run\n"10335"$ git reset --hard\n"10336"to recover."10337msgstr ""1033810339#: builtin/pull.c:85810340msgid "Cannot merge multiple branches into empty head."10341msgstr ""1034210343#: builtin/pull.c:86210344msgid "Cannot rebase onto multiple branches."10345msgstr ""1034610347#: builtin/push.c:1610348msgid "git push [<options>] [<repository> [<refspec>...]]"10349msgstr ""1035010351#: builtin/push.c:8910352msgid "tag shorthand without <tag>"10353msgstr ""1035410355#: builtin/push.c:9910356msgid "--delete only accepts plain target ref names"10357msgstr ""1035810359#: builtin/push.c:14310360msgid ""10361"\n"10362"To choose either option permanently, see push.default in 'git help config'."10363msgstr ""1036410365#: builtin/push.c:14610366#, c-format10367msgid ""10368"The upstream branch of your current branch does not match\n"10369"the name of your current branch. To push to the upstream branch\n"10370"on the remote, use\n"10371"\n"10372" git push %s HEAD:%s\n"10373"\n"10374"To push to the branch of the same name on the remote, use\n"10375"\n"10376" git push %s %s\n"10377"%s"10378msgstr ""1037910380#: builtin/push.c:16110381#, c-format10382msgid ""10383"You are not currently on a branch.\n"10384"To push the history leading to the current (detached HEAD)\n"10385"state now, use\n"10386"\n"10387" git push %s HEAD:<name-of-remote-branch>\n"10388msgstr ""1038910390#: builtin/push.c:17510391#, c-format10392msgid ""10393"The current branch %s has no upstream branch.\n"10394"To push the current branch and set the remote as upstream, use\n"10395"\n"10396" git push --set-upstream %s %s\n"10397msgstr ""1039810399#: builtin/push.c:18310400#, c-format10401msgid "The current branch %s has multiple upstream branches, refusing to push."10402msgstr ""1040310404#: builtin/push.c:18610405#, c-format10406msgid ""10407"You are pushing to remote '%s', which is not the upstream of\n"10408"your current branch '%s', without telling me what to push\n"10409"to update which remote branch."10410msgstr ""1041110412#: builtin/push.c:24510413msgid ""10414"You didn't specify any refspecs to push, and push.default is \"nothing\"."10415msgstr ""1041610417#: builtin/push.c:25210418msgid ""10419"Updates were rejected because the tip of your current branch is behind\n"10420"its remote counterpart. Integrate the remote changes (e.g.\n"10421"'git pull ...') before pushing again.\n"10422"See the 'Note about fast-forwards' in 'git push --help' for details."10423msgstr ""1042410425#: builtin/push.c:25810426msgid ""10427"Updates were rejected because a pushed branch tip is behind its remote\n"10428"counterpart. Check out this branch and integrate the remote changes\n"10429"(e.g. 'git pull ...') before pushing again.\n"10430"See the 'Note about fast-forwards' in 'git push --help' for details."10431msgstr ""1043210433#: builtin/push.c:26410434msgid ""10435"Updates were rejected because the remote contains work that you do\n"10436"not have locally. This is usually caused by another repository pushing\n"10437"to the same ref. You may want to first integrate the remote changes\n"10438"(e.g., 'git pull ...') before pushing again.\n"10439"See the 'Note about fast-forwards' in 'git push --help' for details."10440msgstr ""1044110442#: builtin/push.c:27110443msgid "Updates were rejected because the tag already exists in the remote."10444msgstr ""1044510446#: builtin/push.c:27410447msgid ""10448"You cannot update a remote ref that points at a non-commit object,\n"10449"or update a remote ref to make it point at a non-commit object,\n"10450"without using the '--force' option.\n"10451msgstr ""1045210453#: builtin/push.c:33410454#, c-format10455msgid "Pushing to %s\n"10456msgstr ""1045710458#: builtin/push.c:33810459#, c-format10460msgid "failed to push some refs to '%s'"10461msgstr ""1046210463#: builtin/push.c:36910464#, c-format10465msgid "bad repository '%s'"10466msgstr ""1046710468#: builtin/push.c:37010469msgid ""10470"No configured push destination.\n"10471"Either specify the URL from the command-line or configure a remote "10472"repository using\n"10473"\n"10474" git remote add <name> <url>\n"10475"\n"10476"and then push using the remote name\n"10477"\n"10478" git push <name>\n"10479msgstr ""1048010481#: builtin/push.c:38810482msgid "--all and --tags are incompatible"10483msgstr ""1048410485#: builtin/push.c:38910486msgid "--all can't be combined with refspecs"10487msgstr ""1048810489#: builtin/push.c:39410490msgid "--mirror and --tags are incompatible"10491msgstr ""1049210493#: builtin/push.c:39510494msgid "--mirror can't be combined with refspecs"10495msgstr ""1049610497#: builtin/push.c:40010498msgid "--all and --mirror are incompatible"10499msgstr ""1050010501#: builtin/push.c:51810502msgid "repository"10503msgstr ""1050410505#: builtin/push.c:519 builtin/send-pack.c:16110506msgid "push all refs"10507msgstr ""1050810509#: builtin/push.c:520 builtin/send-pack.c:16310510msgid "mirror all refs"10511msgstr ""1051210513#: builtin/push.c:52210514msgid "delete refs"10515msgstr ""1051610517#: builtin/push.c:52310518msgid "push tags (can't be used with --all or --mirror)"10519msgstr ""1052010521#: builtin/push.c:526 builtin/send-pack.c:16410522msgid "force updates"10523msgstr ""1052410525#: builtin/push.c:528 builtin/send-pack.c:17510526msgid "refname>:<expect"10527msgstr ""1052810529#: builtin/push.c:529 builtin/send-pack.c:17610530msgid "require old value of ref to be at this value"10531msgstr ""1053210533#: builtin/push.c:53210534msgid "control recursive pushing of submodules"10535msgstr ""1053610537#: builtin/push.c:534 builtin/send-pack.c:16910538msgid "use thin pack"10539msgstr ""1054010541#: builtin/push.c:535 builtin/push.c:536 builtin/send-pack.c:15810542#: builtin/send-pack.c:15910543msgid "receive pack program"10544msgstr ""1054510546#: builtin/push.c:53710547msgid "set upstream for git pull/status"10548msgstr ""1054910550#: builtin/push.c:54010551msgid "prune locally removed refs"10552msgstr ""1055310554#: builtin/push.c:54210555msgid "bypass pre-push hook"10556msgstr ""1055710558#: builtin/push.c:54310559msgid "push missing but relevant tags"10560msgstr ""1056110562#: builtin/push.c:546 builtin/send-pack.c:16610563msgid "GPG sign the push"10564msgstr ""1056510566#: builtin/push.c:548 builtin/send-pack.c:17010567msgid "request atomic transaction on remote side"10568msgstr ""1056910570#: builtin/push.c:54910571msgid "server-specific"10572msgstr ""1057310574#: builtin/push.c:54910575msgid "option to transmit"10576msgstr ""1057710578#: builtin/push.c:56310579msgid "--delete is incompatible with --all, --mirror and --tags"10580msgstr ""1058110582#: builtin/push.c:56510583msgid "--delete doesn't make sense without any refs"10584msgstr ""1058510586#: builtin/push.c:58410587msgid "push options must not have new line characters"10588msgstr ""1058910590#: builtin/read-tree.c:3710591msgid ""10592"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "10593"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"10594"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"10595msgstr ""1059610597#: builtin/read-tree.c:11010598msgid "write resulting index to <file>"10599msgstr ""1060010601#: builtin/read-tree.c:11310602msgid "only empty the index"10603msgstr ""1060410605#: builtin/read-tree.c:11510606msgid "Merging"10607msgstr ""1060810609#: builtin/read-tree.c:11710610msgid "perform a merge in addition to a read"10611msgstr ""1061210613#: builtin/read-tree.c:11910614msgid "3-way merge if no file level merging required"10615msgstr ""1061610617#: builtin/read-tree.c:12110618msgid "3-way merge in presence of adds and removes"10619msgstr ""1062010621#: builtin/read-tree.c:12310622msgid "same as -m, but discard unmerged entries"10623msgstr ""1062410625#: builtin/read-tree.c:12410626msgid "<subdirectory>/"10627msgstr ""1062810629#: builtin/read-tree.c:12510630msgid "read the tree into the index under <subdirectory>/"10631msgstr ""1063210633#: builtin/read-tree.c:12810634msgid "update working tree with merge result"10635msgstr ""1063610637#: builtin/read-tree.c:13010638msgid "gitignore"10639msgstr ""1064010641#: builtin/read-tree.c:13110642msgid "allow explicitly ignored files to be overwritten"10643msgstr ""1064410645#: builtin/read-tree.c:13410646msgid "don't check the working tree after merging"10647msgstr ""1064810649#: builtin/read-tree.c:13510650msgid "don't update the index or the work tree"10651msgstr ""1065210653#: builtin/read-tree.c:13710654msgid "skip applying sparse checkout filter"10655msgstr ""1065610657#: builtin/read-tree.c:13910658msgid "debug unpack-trees"10659msgstr ""1066010661#: builtin/receive-pack.c:2610662msgid "git receive-pack <git-dir>"10663msgstr ""1066410665#: builtin/receive-pack.c:79310666msgid ""10667"By default, updating the current branch in a non-bare repository\n"10668"is denied, because it will make the index and work tree inconsistent\n"10669"with what you pushed, and will require 'git reset --hard' to match\n"10670"the work tree to HEAD.\n"10671"\n"10672"You can set the 'receive.denyCurrentBranch' configuration variable\n"10673"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"10674"its current branch; however, this is not recommended unless you\n"10675"arranged to update its work tree to match what you pushed in some\n"10676"other way.\n"10677"\n"10678"To squelch this message and still keep the default behaviour, set\n"10679"'receive.denyCurrentBranch' configuration variable to 'refuse'."10680msgstr ""1068110682#: builtin/receive-pack.c:81310683msgid ""10684"By default, deleting the current branch is denied, because the next\n"10685"'git clone' won't result in any file checked out, causing confusion.\n"10686"\n"10687"You can set 'receive.denyDeleteCurrent' configuration variable to\n"10688"'warn' or 'ignore' in the remote repository to allow deleting the\n"10689"current branch, with or without a warning message.\n"10690"\n"10691"To squelch this message, you can set it to 'refuse'."10692msgstr ""1069310694#: builtin/receive-pack.c:188310695msgid "quiet"10696msgstr ""1069710698#: builtin/receive-pack.c:189710699msgid "You must specify a directory."10700msgstr ""1070110702#: builtin/reflog.c:42310703#, c-format10704msgid "'%s' for '%s' is not a valid timestamp"10705msgstr ""1070610707#: builtin/reflog.c:540 builtin/reflog.c:54510708#, c-format10709msgid "'%s' is not a valid timestamp"10710msgstr ""1071110712#: builtin/remote.c:1210713msgid "git remote [-v | --verbose]"10714msgstr ""1071510716#: builtin/remote.c:1310717msgid ""10718"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"10719"mirror=<fetch|push>] <name> <url>"10720msgstr ""1072110722#: builtin/remote.c:14 builtin/remote.c:3410723msgid "git remote rename <old> <new>"10724msgstr ""1072510726#: builtin/remote.c:15 builtin/remote.c:3910727msgid "git remote remove <name>"10728msgstr ""1072910730#: builtin/remote.c:16 builtin/remote.c:4410731msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"10732msgstr ""1073310734#: builtin/remote.c:1710735msgid "git remote [-v | --verbose] show [-n] <name>"10736msgstr ""1073710738#: builtin/remote.c:1810739msgid "git remote prune [-n | --dry-run] <name>"10740msgstr ""1074110742#: builtin/remote.c:1910743msgid ""10744"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"10745msgstr ""1074610747#: builtin/remote.c:2010748msgid "git remote set-branches [--add] <name> <branch>..."10749msgstr ""1075010751#: builtin/remote.c:21 builtin/remote.c:7010752msgid "git remote get-url [--push] [--all] <name>"10753msgstr ""1075410755#: builtin/remote.c:22 builtin/remote.c:7510756msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"10757msgstr ""1075810759#: builtin/remote.c:23 builtin/remote.c:7610760msgid "git remote set-url --add <name> <newurl>"10761msgstr ""1076210763#: builtin/remote.c:24 builtin/remote.c:7710764msgid "git remote set-url --delete <name> <url>"10765msgstr ""1076610767#: builtin/remote.c:2910768msgid "git remote add [<options>] <name> <url>"10769msgstr ""1077010771#: builtin/remote.c:4910772msgid "git remote set-branches <name> <branch>..."10773msgstr ""1077410775#: builtin/remote.c:5010776msgid "git remote set-branches --add <name> <branch>..."10777msgstr ""1077810779#: builtin/remote.c:5510780msgid "git remote show [<options>] <name>"10781msgstr ""1078210783#: builtin/remote.c:6010784msgid "git remote prune [<options>] <name>"10785msgstr ""1078610787#: builtin/remote.c:6510788msgid "git remote update [<options>] [<group> | <remote>]..."10789msgstr ""1079010791#: builtin/remote.c:9410792#, c-format10793msgid "Updating %s"10794msgstr ""1079510796#: builtin/remote.c:12610797msgid ""10798"--mirror is dangerous and deprecated; please\n"10799"\t use --mirror=fetch or --mirror=push instead"10800msgstr ""1080110802#: builtin/remote.c:14310803#, c-format10804msgid "unknown mirror argument: %s"10805msgstr ""1080610807#: builtin/remote.c:15910808msgid "fetch the remote branches"10809msgstr ""1081010811#: builtin/remote.c:16110812msgid "import all tags and associated objects when fetching"10813msgstr ""1081410815#: builtin/remote.c:16410816msgid "or do not fetch any tag at all (--no-tags)"10817msgstr ""1081810819#: builtin/remote.c:16610820msgid "branch(es) to track"10821msgstr ""1082210823#: builtin/remote.c:16710824msgid "master branch"10825msgstr ""1082610827#: builtin/remote.c:16810828msgid "push|fetch"10829msgstr ""1083010831#: builtin/remote.c:16910832msgid "set up remote as a mirror to push to or fetch from"10833msgstr ""1083410835#: builtin/remote.c:18110836msgid "specifying a master branch makes no sense with --mirror"10837msgstr ""1083810839#: builtin/remote.c:18310840msgid "specifying branches to track makes sense only with fetch mirrors"10841msgstr ""1084210843#: builtin/remote.c:190 builtin/remote.c:62910844#, c-format10845msgid "remote %s already exists."10846msgstr ""1084710848#: builtin/remote.c:194 builtin/remote.c:63310849#, c-format10850msgid "'%s' is not a valid remote name"10851msgstr ""1085210853#: builtin/remote.c:23410854#, c-format10855msgid "Could not setup master '%s'"10856msgstr ""1085710858#: builtin/remote.c:33610859#, c-format10860msgid "Could not get fetch map for refspec %s"10861msgstr ""1086210863#: builtin/remote.c:437 builtin/remote.c:44510864msgid "(matching)"10865msgstr ""1086610867#: builtin/remote.c:44910868msgid "(delete)"10869msgstr ""1087010871#: builtin/remote.c:622 builtin/remote.c:757 builtin/remote.c:85410872#, c-format10873msgid "No such remote: %s"10874msgstr ""1087510876#: builtin/remote.c:63910877#, c-format10878msgid "Could not rename config section '%s' to '%s'"10879msgstr ""1088010881#: builtin/remote.c:65910882#, c-format10883msgid ""10884"Not updating non-default fetch refspec\n"10885"\t%s\n"10886"\tPlease update the configuration manually if necessary."10887msgstr ""1088810889#: builtin/remote.c:69510890#, c-format10891msgid "deleting '%s' failed"10892msgstr ""1089310894#: builtin/remote.c:72910895#, c-format10896msgid "creating '%s' failed"10897msgstr ""1089810899#: builtin/remote.c:79210900msgid ""10901"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"10902"to delete it, use:"10903msgid_plural ""10904"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"10905"to delete them, use:"10906msgstr[0] ""10907msgstr[1] ""1090810909#: builtin/remote.c:80610910#, c-format10911msgid "Could not remove config section '%s'"10912msgstr ""1091310914#: builtin/remote.c:90710915#, c-format10916msgid " new (next fetch will store in remotes/%s)"10917msgstr ""1091810919#: builtin/remote.c:91010920msgid " tracked"10921msgstr ""1092210923#: builtin/remote.c:91210924msgid " stale (use 'git remote prune' to remove)"10925msgstr ""1092610927#: builtin/remote.c:91410928msgid " ???"10929msgstr ""1093010931#: builtin/remote.c:95510932#, c-format10933msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"10934msgstr ""1093510936#: builtin/remote.c:96310937#, c-format10938msgid "rebases interactively onto remote %s"10939msgstr ""1094010941#: builtin/remote.c:96410942#, c-format10943msgid "rebases onto remote %s"10944msgstr ""1094510946#: builtin/remote.c:96710947#, c-format10948msgid " merges with remote %s"10949msgstr ""1095010951#: builtin/remote.c:97010952#, c-format10953msgid "merges with remote %s"10954msgstr ""1095510956#: builtin/remote.c:97310957#, c-format10958msgid "%-*s and with remote %s\n"10959msgstr ""1096010961#: builtin/remote.c:101610962msgid "create"10963msgstr ""1096410965#: builtin/remote.c:101910966msgid "delete"10967msgstr ""1096810969#: builtin/remote.c:102310970msgid "up to date"10971msgstr ""1097210973#: builtin/remote.c:102610974msgid "fast-forwardable"10975msgstr ""1097610977#: builtin/remote.c:102910978msgid "local out of date"10979msgstr ""1098010981#: builtin/remote.c:103610982#, c-format10983msgid " %-*s forces to %-*s (%s)"10984msgstr ""1098510986#: builtin/remote.c:103910987#, c-format10988msgid " %-*s pushes to %-*s (%s)"10989msgstr ""1099010991#: builtin/remote.c:104310992#, c-format10993msgid " %-*s forces to %s"10994msgstr ""1099510996#: builtin/remote.c:104610997#, c-format10998msgid " %-*s pushes to %s"10999msgstr ""1100011001#: builtin/remote.c:111411002msgid "do not query remotes"11003msgstr ""1100411005#: builtin/remote.c:114111006#, c-format11007msgid "* remote %s"11008msgstr ""1100911010#: builtin/remote.c:114211011#, c-format11012msgid " Fetch URL: %s"11013msgstr ""1101411015#: builtin/remote.c:1143 builtin/remote.c:1156 builtin/remote.c:129511016msgid "(no URL)"11017msgstr ""1101811019#. TRANSLATORS: the colon ':' should align with11020#. the one in " Fetch URL: %s" translation11021#: builtin/remote.c:1154 builtin/remote.c:115611022#, c-format11023msgid " Push URL: %s"11024msgstr ""1102511026#: builtin/remote.c:1158 builtin/remote.c:1160 builtin/remote.c:116211027#, c-format11028msgid " HEAD branch: %s"11029msgstr ""1103011031#: builtin/remote.c:115811032msgid "(not queried)"11033msgstr ""1103411035#: builtin/remote.c:116011036msgid "(unknown)"11037msgstr ""1103811039#: builtin/remote.c:116411040#, c-format11041msgid ""11042" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"11043msgstr ""1104411045#: builtin/remote.c:117611046#, c-format11047msgid " Remote branch:%s"11048msgid_plural " Remote branches:%s"11049msgstr[0] ""11050msgstr[1] ""1105111052#: builtin/remote.c:1179 builtin/remote.c:120511053msgid " (status not queried)"11054msgstr ""1105511056#: builtin/remote.c:118811057msgid " Local branch configured for 'git pull':"11058msgid_plural " Local branches configured for 'git pull':"11059msgstr[0] ""11060msgstr[1] ""1106111062#: builtin/remote.c:119611063msgid " Local refs will be mirrored by 'git push'"11064msgstr ""1106511066#: builtin/remote.c:120211067#, c-format11068msgid " Local ref configured for 'git push'%s:"11069msgid_plural " Local refs configured for 'git push'%s:"11070msgstr[0] ""11071msgstr[1] ""1107211073#: builtin/remote.c:122311074msgid "set refs/remotes/<name>/HEAD according to remote"11075msgstr ""1107611077#: builtin/remote.c:122511078msgid "delete refs/remotes/<name>/HEAD"11079msgstr ""1108011081#: builtin/remote.c:124011082msgid "Cannot determine remote HEAD"11083msgstr ""1108411085#: builtin/remote.c:124211086msgid "Multiple remote HEAD branches. Please choose one explicitly with:"11087msgstr ""1108811089#: builtin/remote.c:125211090#, c-format11091msgid "Could not delete %s"11092msgstr ""1109311094#: builtin/remote.c:126011095#, c-format11096msgid "Not a valid ref: %s"11097msgstr ""1109811099#: builtin/remote.c:126211100#, c-format11101msgid "Could not setup %s"11102msgstr ""1110311104#: builtin/remote.c:128011105#, c-format11106msgid " %s will become dangling!"11107msgstr ""1110811109#: builtin/remote.c:128111110#, c-format11111msgid " %s has become dangling!"11112msgstr ""1111311114#: builtin/remote.c:129111115#, c-format11116msgid "Pruning %s"11117msgstr ""1111811119#: builtin/remote.c:129211120#, c-format11121msgid "URL: %s"11122msgstr ""1112311124#: builtin/remote.c:130811125#, c-format11126msgid " * [would prune] %s"11127msgstr ""1112811129#: builtin/remote.c:131111130#, c-format11131msgid " * [pruned] %s"11132msgstr ""1113311134#: builtin/remote.c:135611135msgid "prune remotes after fetching"11136msgstr ""1113711138#: builtin/remote.c:1419 builtin/remote.c:1473 builtin/remote.c:154111139#, c-format11140msgid "No such remote '%s'"11141msgstr ""1114211143#: builtin/remote.c:143511144msgid "add branch"11145msgstr ""1114611147#: builtin/remote.c:144211148msgid "no remote specified"11149msgstr ""1115011151#: builtin/remote.c:145911152msgid "query push URLs rather than fetch URLs"11153msgstr ""1115411155#: builtin/remote.c:146111156msgid "return all URLs"11157msgstr ""1115811159#: builtin/remote.c:148911160#, c-format11161msgid "no URLs configured for remote '%s'"11162msgstr ""1116311164#: builtin/remote.c:151511165msgid "manipulate push URLs"11166msgstr ""1116711168#: builtin/remote.c:151711169msgid "add URL"11170msgstr ""1117111172#: builtin/remote.c:151911173msgid "delete URLs"11174msgstr ""1117511176#: builtin/remote.c:152611177msgid "--add --delete doesn't make sense"11178msgstr ""1117911180#: builtin/remote.c:156711181#, c-format11182msgid "Invalid old URL pattern: %s"11183msgstr ""1118411185#: builtin/remote.c:157511186#, c-format11187msgid "No such URL found: %s"11188msgstr ""1118911190#: builtin/remote.c:157711191msgid "Will not delete all non-push URLs"11192msgstr ""1119311194#: builtin/remote.c:159111195msgid "be verbose; must be placed before a subcommand"11196msgstr ""1119711198#: builtin/remote.c:162211199#, c-format11200msgid "Unknown subcommand: %s"11201msgstr ""1120211203#: builtin/repack.c:1711204msgid "git repack [<options>]"11205msgstr ""1120611207#: builtin/repack.c:2211208msgid ""11209"Incremental repacks are incompatible with bitmap indexes. Use\n"11210"--no-write-bitmap-index or disable the pack.writebitmaps configuration."11211msgstr ""1121211213#: builtin/repack.c:16611214msgid "pack everything in a single pack"11215msgstr ""1121611217#: builtin/repack.c:16811218msgid "same as -a, and turn unreachable objects loose"11219msgstr ""1122011221#: builtin/repack.c:17111222msgid "remove redundant packs, and run git-prune-packed"11223msgstr ""1122411225#: builtin/repack.c:17311226msgid "pass --no-reuse-delta to git-pack-objects"11227msgstr ""1122811229#: builtin/repack.c:17511230msgid "pass --no-reuse-object to git-pack-objects"11231msgstr ""1123211233#: builtin/repack.c:17711234msgid "do not run git-update-server-info"11235msgstr ""1123611237#: builtin/repack.c:18011238msgid "pass --local to git-pack-objects"11239msgstr ""1124011241#: builtin/repack.c:18211242msgid "write bitmap index"11243msgstr ""1124411245#: builtin/repack.c:18311246msgid "approxidate"11247msgstr ""1124811249#: builtin/repack.c:18411250msgid "with -A, do not loosen objects older than this"11251msgstr ""1125211253#: builtin/repack.c:18611254msgid "with -a, repack unreachable objects"11255msgstr ""1125611257#: builtin/repack.c:18811258msgid "size of the window used for delta compression"11259msgstr ""1126011261#: builtin/repack.c:189 builtin/repack.c:19311262msgid "bytes"11263msgstr ""1126411265#: builtin/repack.c:19011266msgid "same as the above, but limit memory size instead of entries count"11267msgstr ""1126811269#: builtin/repack.c:19211270msgid "limits the maximum delta depth"11271msgstr ""1127211273#: builtin/repack.c:19411274msgid "maximum size of each packfile"11275msgstr ""1127611277#: builtin/repack.c:19611278msgid "repack objects in packs marked with .keep"11279msgstr ""1128011281#: builtin/repack.c:20611282msgid "cannot delete packs in a precious-objects repo"11283msgstr ""1128411285#: builtin/repack.c:21011286msgid "--keep-unreachable and -A are incompatible"11287msgstr ""1128811289#: builtin/repack.c:400 builtin/worktree.c:11511290#, c-format11291msgid "failed to remove '%s'"11292msgstr ""1129311294#: builtin/replace.c:1911295msgid "git replace [-f] <object> <replacement>"11296msgstr ""1129711298#: builtin/replace.c:2011299msgid "git replace [-f] --edit <object>"11300msgstr ""1130111302#: builtin/replace.c:2111303msgid "git replace [-f] --graft <commit> [<parent>...]"11304msgstr ""1130511306#: builtin/replace.c:2211307msgid "git replace -d <object>..."11308msgstr ""1130911310#: builtin/replace.c:2311311msgid "git replace [--format=<format>] [-l [<pattern>]]"11312msgstr ""1131311314#: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:39111315#, c-format11316msgid "Not a valid object name: '%s'"11317msgstr ""1131811319#: builtin/replace.c:35511320#, c-format11321msgid "bad mergetag in commit '%s'"11322msgstr ""1132311324#: builtin/replace.c:35711325#, c-format11326msgid "malformed mergetag in commit '%s'"11327msgstr ""1132811329#: builtin/replace.c:36811330#, c-format11331msgid ""11332"original commit '%s' contains mergetag '%s' that is discarded; use --edit "11333"instead of --graft"11334msgstr ""1133511336#: builtin/replace.c:40111337#, c-format11338msgid "the original commit '%s' has a gpg signature."11339msgstr ""1134011341#: builtin/replace.c:40211342msgid "the signature will be removed in the replacement commit!"11343msgstr ""1134411345#: builtin/replace.c:40811346#, c-format11347msgid "could not write replacement commit for: '%s'"11348msgstr ""1134911350#: builtin/replace.c:43211351msgid "list replace refs"11352msgstr ""1135311354#: builtin/replace.c:43311355msgid "delete replace refs"11356msgstr ""1135711358#: builtin/replace.c:43411359msgid "edit existing object"11360msgstr ""1136111362#: builtin/replace.c:43511363msgid "change a commit's parents"11364msgstr ""1136511366#: builtin/replace.c:43611367msgid "replace the ref if it exists"11368msgstr ""1136911370#: builtin/replace.c:43711371msgid "do not pretty-print contents for --edit"11372msgstr ""1137311374#: builtin/replace.c:43811375msgid "use this format"11376msgstr ""1137711378#: builtin/rerere.c:1211379msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"11380msgstr ""1138111382#: builtin/rerere.c:5811383msgid "register clean resolutions in index"11384msgstr ""1138511386#: builtin/reset.c:2611387msgid ""11388"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"11389msgstr ""1139011391#: builtin/reset.c:2711392msgid "git reset [-q] [<tree-ish>] [--] <paths>..."11393msgstr ""1139411395#: builtin/reset.c:2811396msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"11397msgstr ""1139811399#: builtin/reset.c:3411400msgid "mixed"11401msgstr ""1140211403#: builtin/reset.c:3411404msgid "soft"11405msgstr ""1140611407#: builtin/reset.c:3411408msgid "hard"11409msgstr ""1141011411#: builtin/reset.c:3411412msgid "merge"11413msgstr ""1141411415#: builtin/reset.c:3411416msgid "keep"11417msgstr ""1141811419#: builtin/reset.c:7411420msgid "You do not have a valid HEAD."11421msgstr ""1142211423#: builtin/reset.c:7611424msgid "Failed to find tree of HEAD."11425msgstr ""1142611427#: builtin/reset.c:8211428#, c-format11429msgid "Failed to find tree of %s."11430msgstr ""1143111432#: builtin/reset.c:10011433#, c-format11434msgid "HEAD is now at %s"11435msgstr ""1143611437#: builtin/reset.c:18311438#, c-format11439msgid "Cannot do a %s reset in the middle of a merge."11440msgstr ""1144111442#: builtin/reset.c:27611443msgid "be quiet, only report errors"11444msgstr ""1144511446#: builtin/reset.c:27811447msgid "reset HEAD and index"11448msgstr ""1144911450#: builtin/reset.c:27911451msgid "reset only HEAD"11452msgstr ""1145311454#: builtin/reset.c:281 builtin/reset.c:28311455msgid "reset HEAD, index and working tree"11456msgstr ""1145711458#: builtin/reset.c:28511459msgid "reset HEAD but keep local changes"11460msgstr ""1146111462#: builtin/reset.c:28811463msgid "record only the fact that removed paths will be added later"11464msgstr ""1146511466#: builtin/reset.c:30511467#, c-format11468msgid "Failed to resolve '%s' as a valid revision."11469msgstr ""1147011471#: builtin/reset.c:31311472#, c-format11473msgid "Failed to resolve '%s' as a valid tree."11474msgstr ""1147511476#: builtin/reset.c:32211477msgid "--patch is incompatible with --{hard,mixed,soft}"11478msgstr ""1147911480#: builtin/reset.c:33111481msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."11482msgstr ""1148311484#: builtin/reset.c:33311485#, c-format11486msgid "Cannot do %s reset with paths."11487msgstr ""1148811489#: builtin/reset.c:34311490#, c-format11491msgid "%s reset is not allowed in a bare repository"11492msgstr ""1149311494#: builtin/reset.c:34711495msgid "-N can only be used with --mixed"11496msgstr ""1149711498#: builtin/reset.c:36411499msgid "Unstaged changes after reset:"11500msgstr ""1150111502#: builtin/reset.c:37011503#, c-format11504msgid "Could not reset index file to revision '%s'."11505msgstr ""1150611507#: builtin/reset.c:37411508msgid "Could not write new index file."11509msgstr ""1151011511#: builtin/rev-list.c:35411512msgid "rev-list does not support display of notes"11513msgstr ""1151411515#: builtin/rev-parse.c:39111516msgid "git rev-parse --parseopt [<options>] -- [<args>...]"11517msgstr ""1151811519#: builtin/rev-parse.c:39611520msgid "keep the `--` passed as an arg"11521msgstr ""1152211523#: builtin/rev-parse.c:39811524msgid "stop parsing after the first non-option argument"11525msgstr ""1152611527#: builtin/rev-parse.c:40111528msgid "output in stuck long form"11529msgstr ""1153011531#: builtin/rev-parse.c:53211532msgid ""11533"git rev-parse --parseopt [<options>] -- [<args>...]\n"11534" or: git rev-parse --sq-quote [<arg>...]\n"11535" or: git rev-parse [<options>] [<arg>...]\n"11536"\n"11537"Run \"git rev-parse --parseopt -h\" for more information on the first usage."11538msgstr ""1153911540#: builtin/revert.c:2211541msgid "git revert [<options>] <commit-ish>..."11542msgstr ""1154311544#: builtin/revert.c:2311545msgid "git revert <subcommand>"11546msgstr ""1154711548#: builtin/revert.c:2811549msgid "git cherry-pick [<options>] <commit-ish>..."11550msgstr ""1155111552#: builtin/revert.c:2911553msgid "git cherry-pick <subcommand>"11554msgstr ""1155511556#: builtin/revert.c:7111557#, c-format11558msgid "%s: %s cannot be used with %s"11559msgstr ""1156011561#: builtin/revert.c:8011562msgid "end revert or cherry-pick sequence"11563msgstr ""1156411565#: builtin/revert.c:8111566msgid "resume revert or cherry-pick sequence"11567msgstr ""1156811569#: builtin/revert.c:8211570msgid "cancel revert or cherry-pick sequence"11571msgstr ""1157211573#: builtin/revert.c:8311574msgid "don't automatically commit"11575msgstr ""1157611577#: builtin/revert.c:8411578msgid "edit the commit message"11579msgstr ""1158011581#: builtin/revert.c:8711582msgid "parent number"11583msgstr ""1158411585#: builtin/revert.c:8911586msgid "merge strategy"11587msgstr ""1158811589#: builtin/revert.c:9011590msgid "option"11591msgstr ""1159211593#: builtin/revert.c:9111594msgid "option for merge strategy"11595msgstr ""1159611597#: builtin/revert.c:10011598msgid "append commit name"11599msgstr ""1160011601#: builtin/revert.c:10211602msgid "preserve initially empty commits"11603msgstr ""1160411605#: builtin/revert.c:10311606msgid "allow commits with empty messages"11607msgstr ""1160811609#: builtin/revert.c:10411610msgid "keep redundant, empty commits"11611msgstr ""1161211613#: builtin/revert.c:19211614msgid "revert failed"11615msgstr ""1161611617#: builtin/revert.c:20511618msgid "cherry-pick failed"11619msgstr ""1162011621#: builtin/rm.c:1711622msgid "git rm [<options>] [--] <file>..."11623msgstr ""1162411625#: builtin/rm.c:20511626msgid ""11627"the following file has staged content different from both the\n"11628"file and the HEAD:"11629msgid_plural ""11630"the following files have staged content different from both the\n"11631"file and the HEAD:"11632msgstr[0] ""11633msgstr[1] ""1163411635#: builtin/rm.c:21011636msgid ""11637"\n"11638"(use -f to force removal)"11639msgstr ""1164011641#: builtin/rm.c:21411642msgid "the following file has changes staged in the index:"11643msgid_plural "the following files have changes staged in the index:"11644msgstr[0] ""11645msgstr[1] ""1164611647#: builtin/rm.c:218 builtin/rm.c:22711648msgid ""11649"\n"11650"(use --cached to keep the file, or -f to force removal)"11651msgstr ""1165211653#: builtin/rm.c:22411654msgid "the following file has local modifications:"11655msgid_plural "the following files have local modifications:"11656msgstr[0] ""11657msgstr[1] ""1165811659#: builtin/rm.c:24211660msgid "do not list removed files"11661msgstr ""1166211663#: builtin/rm.c:24311664msgid "only remove from the index"11665msgstr ""1166611667#: builtin/rm.c:24411668msgid "override the up-to-date check"11669msgstr ""1167011671#: builtin/rm.c:24511672msgid "allow recursive removal"11673msgstr ""1167411675#: builtin/rm.c:24711676msgid "exit with a zero status even if nothing matched"11677msgstr ""1167811679#: builtin/rm.c:30811680#, c-format11681msgid "not removing '%s' recursively without -r"11682msgstr ""1168311684#: builtin/rm.c:34711685#, c-format11686msgid "git rm: unable to remove %s"11687msgstr ""1168811689#: builtin/rm.c:37011690#, c-format11691msgid "could not remove '%s'"11692msgstr ""1169311694#: builtin/send-pack.c:1811695msgid ""11696"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"11697"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "11698"[<ref>...]\n"11699" --all and explicit <ref> specification are mutually exclusive."11700msgstr ""1170111702#: builtin/send-pack.c:16011703msgid "remote name"11704msgstr ""1170511706#: builtin/send-pack.c:17111707msgid "use stateless RPC protocol"11708msgstr ""1170911710#: builtin/send-pack.c:17211711msgid "read refs from stdin"11712msgstr ""1171311714#: builtin/send-pack.c:17311715msgid "print status from remote helper"11716msgstr ""1171711718#: builtin/shortlog.c:1311719msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"11720msgstr ""1172111722#: builtin/shortlog.c:24911723msgid "Group by committer rather than author"11724msgstr ""1172511726#: builtin/shortlog.c:25111727msgid "sort output according to the number of commits per author"11728msgstr ""1172911730#: builtin/shortlog.c:25311731msgid "Suppress commit descriptions, only provides commit count"11732msgstr ""1173311734#: builtin/shortlog.c:25511735msgid "Show the email address of each author"11736msgstr ""1173711738#: builtin/shortlog.c:25611739msgid "w[,i1[,i2]]"11740msgstr ""1174111742#: builtin/shortlog.c:25711743msgid "Linewrap output"11744msgstr ""1174511746#: builtin/show-branch.c:1011747msgid ""11748"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"11749"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"11750"\t\t[--more=<n> | --list | --independent | --merge-base]\n"11751"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"11752msgstr ""1175311754#: builtin/show-branch.c:1411755msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"11756msgstr ""1175711758#: builtin/show-branch.c:37511759#, c-format11760msgid "ignoring %s; cannot handle more than %d ref"11761msgid_plural "ignoring %s; cannot handle more than %d refs"11762msgstr[0] ""11763msgstr[1] ""1176411765#: builtin/show-branch.c:54111766#, c-format11767msgid "no matching refs with %s"11768msgstr ""1176911770#: builtin/show-branch.c:63911771msgid "show remote-tracking and local branches"11772msgstr ""1177311774#: builtin/show-branch.c:64111775msgid "show remote-tracking branches"11776msgstr ""1177711778#: builtin/show-branch.c:64311779msgid "color '*!+-' corresponding to the branch"11780msgstr ""1178111782#: builtin/show-branch.c:64511783msgid "show <n> more commits after the common ancestor"11784msgstr ""1178511786#: builtin/show-branch.c:64711787msgid "synonym to more=-1"11788msgstr ""1178911790#: builtin/show-branch.c:64811791msgid "suppress naming strings"11792msgstr ""1179311794#: builtin/show-branch.c:65011795msgid "include the current branch"11796msgstr ""1179711798#: builtin/show-branch.c:65211799msgid "name commits with their object names"11800msgstr ""1180111802#: builtin/show-branch.c:65411803msgid "show possible merge bases"11804msgstr ""1180511806#: builtin/show-branch.c:65611807msgid "show refs unreachable from any other ref"11808msgstr ""1180911810#: builtin/show-branch.c:65811811msgid "show commits in topological order"11812msgstr ""1181311814#: builtin/show-branch.c:66111815msgid "show only commits not on the first branch"11816msgstr ""1181711818#: builtin/show-branch.c:66311819msgid "show merges reachable from only one tip"11820msgstr ""1182111822#: builtin/show-branch.c:66511823msgid "topologically sort, maintaining date order where possible"11824msgstr ""1182511826#: builtin/show-branch.c:66811827msgid "<n>[,<base>]"11828msgstr ""1182911830#: builtin/show-branch.c:66911831msgid "show <n> most recent ref-log entries starting at base"11832msgstr ""1183311834#: builtin/show-branch.c:70311835msgid ""11836"--reflog is incompatible with --all, --remotes, --independent or --merge-base"11837msgstr ""1183811839#: builtin/show-branch.c:72711840msgid "no branches given, and HEAD is not valid"11841msgstr ""1184211843#: builtin/show-branch.c:73011844msgid "--reflog option needs one branch name"11845msgstr ""1184611847#: builtin/show-branch.c:73311848#, c-format11849msgid "only %d entry can be shown at one time."11850msgid_plural "only %d entries can be shown at one time."11851msgstr[0] ""11852msgstr[1] ""1185311854#: builtin/show-branch.c:73711855#, c-format11856msgid "no such ref %s"11857msgstr ""1185811859#: builtin/show-branch.c:82911860#, c-format11861msgid "cannot handle more than %d rev."11862msgid_plural "cannot handle more than %d revs."11863msgstr[0] ""11864msgstr[1] ""1186511866#: builtin/show-branch.c:83311867#, c-format11868msgid "'%s' is not a valid ref."11869msgstr ""1187011871#: builtin/show-branch.c:83611872#, c-format11873msgid "cannot find commit %s (%s)"11874msgstr ""1187511876#: builtin/show-ref.c:1011877msgid ""11878"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"11879"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"11880msgstr ""1188111882#: builtin/show-ref.c:1111883msgid "git show-ref --exclude-existing[=<pattern>]"11884msgstr ""1188511886#: builtin/show-ref.c:15911887msgid "only show tags (can be combined with heads)"11888msgstr ""1188911890#: builtin/show-ref.c:16011891msgid "only show heads (can be combined with tags)"11892msgstr ""1189311894#: builtin/show-ref.c:16111895msgid "stricter reference checking, requires exact ref path"11896msgstr ""1189711898#: builtin/show-ref.c:164 builtin/show-ref.c:16611899msgid "show the HEAD reference, even if it would be filtered out"11900msgstr ""1190111902#: builtin/show-ref.c:16811903msgid "dereference tags into object IDs"11904msgstr ""1190511906#: builtin/show-ref.c:17011907msgid "only show SHA1 hash using <n> digits"11908msgstr ""1190911910#: builtin/show-ref.c:17411911msgid "do not print results to stdout (useful with --verify)"11912msgstr ""1191311914#: builtin/show-ref.c:17611915msgid "show refs from stdin that aren't in local repository"11916msgstr ""1191711918#: builtin/stripspace.c:1711919msgid "git stripspace [-s | --strip-comments]"11920msgstr ""1192111922#: builtin/stripspace.c:1811923msgid "git stripspace [-c | --comment-lines]"11924msgstr ""1192511926#: builtin/stripspace.c:3511927msgid "skip and remove all lines starting with comment character"11928msgstr ""1192911930#: builtin/stripspace.c:3811931msgid "prepend comment character and space to each line"11932msgstr ""1193311934#: builtin/submodule--helper.c:24 builtin/submodule--helper.c:106211935#, c-format11936msgid "No such ref: %s"11937msgstr ""1193811939#: builtin/submodule--helper.c:31 builtin/submodule--helper.c:107111940#, c-format11941msgid "Expecting a full ref name, got %s"11942msgstr ""1194311944#: builtin/submodule--helper.c:7111945#, c-format11946msgid "cannot strip one component off url '%s'"11947msgstr ""1194811949#: builtin/submodule--helper.c:282 builtin/submodule--helper.c:59211950msgid "alternative anchor for relative paths"11951msgstr ""1195211953#: builtin/submodule--helper.c:28711954msgid "git submodule--helper list [--prefix=<path>] [<path>...]"11955msgstr ""1195611957#: builtin/submodule--helper.c:333 builtin/submodule--helper.c:34711958#, c-format11959msgid "No url found for submodule path '%s' in .gitmodules"11960msgstr ""1196111962#: builtin/submodule--helper.c:37311963#, c-format11964msgid "Failed to register url for submodule path '%s'"11965msgstr ""1196611967#: builtin/submodule--helper.c:37711968#, c-format11969msgid "Submodule '%s' (%s) registered for path '%s'\n"11970msgstr ""1197111972#: builtin/submodule--helper.c:38711973#, c-format11974msgid "warning: command update mode suggested for submodule '%s'\n"11975msgstr ""1197611977#: builtin/submodule--helper.c:39411978#, c-format11979msgid "Failed to register update mode for submodule path '%s'"11980msgstr ""1198111982#: builtin/submodule--helper.c:41011983msgid "Suppress output for initializing a submodule"11984msgstr ""1198511986#: builtin/submodule--helper.c:41511987msgid "git submodule--helper init [<path>]"11988msgstr ""1198911990#: builtin/submodule--helper.c:43611991msgid "git submodule--helper name <path>"11992msgstr ""1199311994#: builtin/submodule--helper.c:44211995#, c-format11996msgid "no submodule mapping found in .gitmodules for path '%s'"11997msgstr ""1199811999#: builtin/submodule--helper.c:525 builtin/submodule--helper.c:52812000#, c-format12001msgid "submodule '%s' cannot add alternate: %s"12002msgstr ""1200312004#: builtin/submodule--helper.c:56412005#, c-format12006msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"12007msgstr ""1200812009#: builtin/submodule--helper.c:57112010#, c-format12011msgid "Value '%s' for submodule.alternateLocation is not recognized"12012msgstr ""1201312014#: builtin/submodule--helper.c:59512015msgid "where the new submodule will be cloned to"12016msgstr ""1201712018#: builtin/submodule--helper.c:59812019msgid "name of the new submodule"12020msgstr ""1202112022#: builtin/submodule--helper.c:60112023msgid "url where to clone the submodule from"12024msgstr ""1202512026#: builtin/submodule--helper.c:60712027msgid "depth for shallow clones"12028msgstr ""1202912030#: builtin/submodule--helper.c:610 builtin/submodule--helper.c:98012031msgid "force cloning progress"12032msgstr ""1203312034#: builtin/submodule--helper.c:61512035msgid ""12036"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "12037"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"12038msgstr ""1203912040#: builtin/submodule--helper.c:64612041#, c-format12042msgid "clone of '%s' into submodule path '%s' failed"12043msgstr ""1204412045#: builtin/submodule--helper.c:66212046#, c-format12047msgid "cannot open file '%s'"12048msgstr ""1204912050#: builtin/submodule--helper.c:66712051#, c-format12052msgid "could not close file %s"12053msgstr ""1205412055#: builtin/submodule--helper.c:67412056#, c-format12057msgid "could not get submodule directory for '%s'"12058msgstr ""1205912060#: builtin/submodule--helper.c:74212061#, c-format12062msgid "Submodule path '%s' not initialized"12063msgstr ""1206412065#: builtin/submodule--helper.c:74612066msgid "Maybe you want to use 'update --init'?"12067msgstr ""1206812069#: builtin/submodule--helper.c:77212070#, c-format12071msgid "Skipping unmerged submodule %s"12072msgstr ""1207312074#: builtin/submodule--helper.c:79312075#, c-format12076msgid "Skipping submodule '%s'"12077msgstr ""1207812079#: builtin/submodule--helper.c:92912080#, c-format12081msgid "Failed to clone '%s'. Retry scheduled"12082msgstr ""1208312084#: builtin/submodule--helper.c:94012085#, c-format12086msgid "Failed to clone '%s' a second time, aborting"12087msgstr ""1208812089#: builtin/submodule--helper.c:961 builtin/submodule--helper.c:110512090msgid "path into the working tree"12091msgstr ""1209212093#: builtin/submodule--helper.c:96412094msgid "path into the working tree, across nested submodule boundaries"12095msgstr ""1209612097#: builtin/submodule--helper.c:96812098msgid "rebase, merge, checkout or none"12099msgstr ""1210012101#: builtin/submodule--helper.c:97212102msgid "Create a shallow clone truncated to the specified number of revisions"12103msgstr ""1210412105#: builtin/submodule--helper.c:97512106msgid "parallel jobs"12107msgstr ""1210812109#: builtin/submodule--helper.c:97712110msgid "whether the initial clone should follow the shallow recommendation"12111msgstr ""1211212113#: builtin/submodule--helper.c:97812114msgid "don't print cloning progress"12115msgstr ""1211612117#: builtin/submodule--helper.c:98512118msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"12119msgstr ""1212012121#: builtin/submodule--helper.c:99512122msgid "bad value for update parameter"12123msgstr ""1212412125#: builtin/submodule--helper.c:106612126#, c-format12127msgid ""12128"Submodule (%s) branch configured to inherit branch from superproject, but "12129"the superproject is not on any branch"12130msgstr ""1213112132#: builtin/submodule--helper.c:110612133msgid "recurse into submodules"12134msgstr ""1213512136#: builtin/submodule--helper.c:111212137msgid "git submodule--helper embed-git-dir [<path>...]"12138msgstr ""1213912140#: builtin/submodule--helper.c:115712141msgid "submodule--helper subcommand must be called with a subcommand"12142msgstr ""1214312144#: builtin/submodule--helper.c:116412145#, c-format12146msgid "%s doesn't support --super-prefix"12147msgstr ""1214812149#: builtin/submodule--helper.c:117012150#, c-format12151msgid "'%s' is not a valid submodule--helper subcommand"12152msgstr ""1215312154#: builtin/symbolic-ref.c:712155msgid "git symbolic-ref [<options>] <name> [<ref>]"12156msgstr ""1215712158#: builtin/symbolic-ref.c:812159msgid "git symbolic-ref -d [-q] <name>"12160msgstr ""1216112162#: builtin/symbolic-ref.c:4012163msgid "suppress error message for non-symbolic (detached) refs"12164msgstr ""1216512166#: builtin/symbolic-ref.c:4112167msgid "delete symbolic ref"12168msgstr ""1216912170#: builtin/symbolic-ref.c:4212171msgid "shorten ref output"12172msgstr ""1217312174#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36212175msgid "reason"12176msgstr ""1217712178#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36212179msgid "reason of the update"12180msgstr ""1218112182#: builtin/tag.c:2312183msgid ""12184"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "12185"[<head>]"12186msgstr ""1218712188#: builtin/tag.c:2412189msgid "git tag -d <tagname>..."12190msgstr ""1219112192#: builtin/tag.c:2512193msgid ""12194"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>]\n"12195"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"12196msgstr ""1219712198#: builtin/tag.c:2712199msgid "git tag -v [--format=<format>] <tagname>..."12200msgstr ""1220112202#: builtin/tag.c:8212203#, c-format12204msgid "tag name too long: %.*s..."12205msgstr ""1220612207#: builtin/tag.c:8712208#, c-format12209msgid "tag '%s' not found."12210msgstr ""1221112212#: builtin/tag.c:10212213#, c-format12214msgid "Deleted tag '%s' (was %s)\n"12215msgstr ""1221612217#: builtin/tag.c:13112218#, c-format12219msgid ""12220"\n"12221"Write a message for tag:\n"12222" %s\n"12223"Lines starting with '%c' will be ignored.\n"12224msgstr ""1222512226#: builtin/tag.c:13512227#, c-format12228msgid ""12229"\n"12230"Write a message for tag:\n"12231" %s\n"12232"Lines starting with '%c' will be kept; you may remove them yourself if you "12233"want to.\n"12234msgstr ""1223512236#: builtin/tag.c:21312237msgid "unable to sign the tag"12238msgstr ""1223912240#: builtin/tag.c:21512241msgid "unable to write tag file"12242msgstr ""1224312244#: builtin/tag.c:24012245msgid "bad object type."12246msgstr ""1224712248#: builtin/tag.c:25312249msgid "tag header too big."12250msgstr ""1225112252#: builtin/tag.c:28912253msgid "no tag message?"12254msgstr ""1225512256#: builtin/tag.c:29512257#, c-format12258msgid "The tag message has been left in %s\n"12259msgstr ""1226012261#: builtin/tag.c:35412262msgid "list tag names"12263msgstr ""1226412265#: builtin/tag.c:35612266msgid "print <n> lines of each tag message"12267msgstr ""1226812269#: builtin/tag.c:35812270msgid "delete tags"12271msgstr ""1227212273#: builtin/tag.c:35912274msgid "verify tags"12275msgstr ""1227612277#: builtin/tag.c:36112278msgid "Tag creation options"12279msgstr ""1228012281#: builtin/tag.c:36312282msgid "annotated tag, needs a message"12283msgstr ""1228412285#: builtin/tag.c:36512286msgid "tag message"12287msgstr ""1228812289#: builtin/tag.c:36712290msgid "annotated and GPG-signed tag"12291msgstr ""1229212293#: builtin/tag.c:37112294msgid "use another key to sign the tag"12295msgstr ""1229612297#: builtin/tag.c:37212298msgid "replace the tag if exists"12299msgstr ""1230012301#: builtin/tag.c:373 builtin/update-ref.c:36812302msgid "create a reflog"12303msgstr ""1230412305#: builtin/tag.c:37512306msgid "Tag listing options"12307msgstr ""1230812309#: builtin/tag.c:37612310msgid "show tag list in columns"12311msgstr ""1231212313#: builtin/tag.c:377 builtin/tag.c:37812314msgid "print only tags that contain the commit"12315msgstr ""1231612317#: builtin/tag.c:37912318msgid "print only tags that are merged"12319msgstr ""1232012321#: builtin/tag.c:38012322msgid "print only tags that are not merged"12323msgstr ""1232412325#: builtin/tag.c:38512326msgid "print only tags of the object"12327msgstr ""1232812329#: builtin/tag.c:41512330msgid "--column and -n are incompatible"12331msgstr ""1233212333#: builtin/tag.c:43712334msgid "-n option is only allowed with -l."12335msgstr ""1233612337#: builtin/tag.c:43912338msgid "--contains option is only allowed with -l."12339msgstr ""1234012341#: builtin/tag.c:44112342msgid "--points-at option is only allowed with -l."12343msgstr ""1234412345#: builtin/tag.c:44312346msgid "--merged and --no-merged option are only allowed with -l"12347msgstr ""1234812349#: builtin/tag.c:45412350msgid "only one -F or -m option is allowed."12351msgstr ""1235212353#: builtin/tag.c:47312354msgid "too many params"12355msgstr ""1235612357#: builtin/tag.c:47912358#, c-format12359msgid "'%s' is not a valid tag name."12360msgstr ""1236112362#: builtin/tag.c:48412363#, c-format12364msgid "tag '%s' already exists"12365msgstr ""1236612367#: builtin/tag.c:51212368#, c-format12369msgid "Updated tag '%s' (was %s)\n"12370msgstr ""1237112372#: builtin/unpack-objects.c:49312373msgid "Unpacking objects"12374msgstr ""1237512376#: builtin/update-index.c:7912377#, c-format12378msgid "failed to create directory %s"12379msgstr ""1238012381#: builtin/update-index.c:8512382#, c-format12383msgid "failed to stat %s"12384msgstr ""1238512386#: builtin/update-index.c:9512387#, c-format12388msgid "failed to create file %s"12389msgstr ""1239012391#: builtin/update-index.c:10312392#, c-format12393msgid "failed to delete file %s"12394msgstr ""1239512396#: builtin/update-index.c:110 builtin/update-index.c:21212397#, c-format12398msgid "failed to delete directory %s"12399msgstr ""1240012401#: builtin/update-index.c:13312402#, c-format12403msgid "Testing mtime in '%s' "12404msgstr ""1240512406#: builtin/update-index.c:14512407msgid "directory stat info does not change after adding a new file"12408msgstr ""1240912410#: builtin/update-index.c:15812411msgid "directory stat info does not change after adding a new directory"12412msgstr ""1241312414#: builtin/update-index.c:17112415msgid "directory stat info changes after updating a file"12416msgstr ""1241712418#: builtin/update-index.c:18212419msgid "directory stat info changes after adding a file inside subdirectory"12420msgstr ""1242112422#: builtin/update-index.c:19312423msgid "directory stat info does not change after deleting a file"12424msgstr ""1242512426#: builtin/update-index.c:20612427msgid "directory stat info does not change after deleting a directory"12428msgstr ""1242912430#: builtin/update-index.c:21312431msgid " OK"12432msgstr ""1243312434#: builtin/update-index.c:56412435msgid "git update-index [<options>] [--] [<file>...]"12436msgstr ""1243712438#: builtin/update-index.c:91912439msgid "continue refresh even when index needs update"12440msgstr ""1244112442#: builtin/update-index.c:92212443msgid "refresh: ignore submodules"12444msgstr ""1244512446#: builtin/update-index.c:92512447msgid "do not ignore new files"12448msgstr ""1244912450#: builtin/update-index.c:92712451msgid "let files replace directories and vice-versa"12452msgstr ""1245312454#: builtin/update-index.c:92912455msgid "notice files missing from worktree"12456msgstr ""1245712458#: builtin/update-index.c:93112459msgid "refresh even if index contains unmerged entries"12460msgstr ""1246112462#: builtin/update-index.c:93412463msgid "refresh stat information"12464msgstr ""1246512466#: builtin/update-index.c:93812467msgid "like --refresh, but ignore assume-unchanged setting"12468msgstr ""1246912470#: builtin/update-index.c:94212471msgid "<mode>,<object>,<path>"12472msgstr ""1247312474#: builtin/update-index.c:94312475msgid "add the specified entry to the index"12476msgstr ""1247712478#: builtin/update-index.c:95212479msgid "mark files as \"not changing\""12480msgstr ""1248112482#: builtin/update-index.c:95512483msgid "clear assumed-unchanged bit"12484msgstr ""1248512486#: builtin/update-index.c:95812487msgid "mark files as \"index-only\""12488msgstr ""1248912490#: builtin/update-index.c:96112491msgid "clear skip-worktree bit"12492msgstr ""1249312494#: builtin/update-index.c:96412495msgid "add to index only; do not add content to object database"12496msgstr ""1249712498#: builtin/update-index.c:96612499msgid "remove named paths even if present in worktree"12500msgstr ""1250112502#: builtin/update-index.c:96812503msgid "with --stdin: input lines are terminated by null bytes"12504msgstr ""1250512506#: builtin/update-index.c:97012507msgid "read list of paths to be updated from standard input"12508msgstr ""1250912510#: builtin/update-index.c:97412511msgid "add entries from standard input to the index"12512msgstr ""1251312514#: builtin/update-index.c:97812515msgid "repopulate stages #2 and #3 for the listed paths"12516msgstr ""1251712518#: builtin/update-index.c:98212519msgid "only update entries that differ from HEAD"12520msgstr ""1252112522#: builtin/update-index.c:98612523msgid "ignore files missing from worktree"12524msgstr ""1252512526#: builtin/update-index.c:98912527msgid "report actions to standard output"12528msgstr ""1252912530#: builtin/update-index.c:99112531msgid "(for porcelains) forget saved unresolved conflicts"12532msgstr ""1253312534#: builtin/update-index.c:99512535msgid "write index in this format"12536msgstr ""1253712538#: builtin/update-index.c:99712539msgid "enable or disable split index"12540msgstr ""1254112542#: builtin/update-index.c:99912543msgid "enable/disable untracked cache"12544msgstr ""1254512546#: builtin/update-index.c:100112547msgid "test if the filesystem supports untracked cache"12548msgstr ""1254912550#: builtin/update-index.c:100312551msgid "enable untracked cache without testing the filesystem"12552msgstr ""1255312554#: builtin/update-index.c:112012555msgid ""12556"core.untrackedCache is set to true; remove or change it, if you really want "12557"to disable the untracked cache"12558msgstr ""1255912560#: builtin/update-index.c:112412561msgid "Untracked cache disabled"12562msgstr ""1256312564#: builtin/update-index.c:113212565msgid ""12566"core.untrackedCache is set to false; remove or change it, if you really want "12567"to enable the untracked cache"12568msgstr ""1256912570#: builtin/update-index.c:113612571#, c-format12572msgid "Untracked cache enabled for '%s'"12573msgstr ""1257412575#: builtin/update-ref.c:912576msgid "git update-ref [<options>] -d <refname> [<old-val>]"12577msgstr ""1257812579#: builtin/update-ref.c:1012580msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"12581msgstr ""1258212583#: builtin/update-ref.c:1112584msgid "git update-ref [<options>] --stdin [-z]"12585msgstr ""1258612587#: builtin/update-ref.c:36312588msgid "delete the reference"12589msgstr ""1259012591#: builtin/update-ref.c:36512592msgid "update <refname> not the one it points to"12593msgstr ""1259412595#: builtin/update-ref.c:36612596msgid "stdin has NUL-terminated arguments"12597msgstr ""1259812599#: builtin/update-ref.c:36712600msgid "read updates from stdin"12601msgstr ""1260212603#: builtin/update-server-info.c:612604msgid "git update-server-info [--force]"12605msgstr ""1260612607#: builtin/update-server-info.c:1412608msgid "update the info files from scratch"12609msgstr ""1261012611#: builtin/verify-commit.c:1712612msgid "git verify-commit [-v | --verbose] <commit>..."12613msgstr ""1261412615#: builtin/verify-commit.c:7212616msgid "print commit contents"12617msgstr ""1261812619#: builtin/verify-commit.c:73 builtin/verify-tag.c:3712620msgid "print raw gpg status output"12621msgstr ""1262212623#: builtin/verify-pack.c:5412624msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."12625msgstr ""1262612627#: builtin/verify-pack.c:6412628msgid "verbose"12629msgstr ""1263012631#: builtin/verify-pack.c:6612632msgid "show statistics only"12633msgstr ""1263412635#: builtin/verify-tag.c:1812636msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."12637msgstr ""1263812639#: builtin/verify-tag.c:3612640msgid "print tag contents"12641msgstr ""1264212643#: builtin/worktree.c:1512644msgid "git worktree add [<options>] <path> [<branch>]"12645msgstr ""1264612647#: builtin/worktree.c:1612648msgid "git worktree list [<options>]"12649msgstr ""1265012651#: builtin/worktree.c:1712652msgid "git worktree lock [<options>] <path>"12653msgstr ""1265412655#: builtin/worktree.c:1812656msgid "git worktree prune [<options>]"12657msgstr ""1265812659#: builtin/worktree.c:1912660msgid "git worktree unlock <path>"12661msgstr ""1266212663#: builtin/worktree.c:4212664#, c-format12665msgid "Removing worktrees/%s: not a valid directory"12666msgstr ""1266712668#: builtin/worktree.c:4812669#, c-format12670msgid "Removing worktrees/%s: gitdir file does not exist"12671msgstr ""1267212673#: builtin/worktree.c:5312674#, c-format12675msgid "Removing worktrees/%s: unable to read gitdir file (%s)"12676msgstr ""1267712678#: builtin/worktree.c:6412679#, c-format12680msgid "Removing worktrees/%s: invalid gitdir file"12681msgstr ""1268212683#: builtin/worktree.c:8012684#, c-format12685msgid "Removing worktrees/%s: gitdir file points to non-existent location"12686msgstr ""1268712688#: builtin/worktree.c:12812689msgid "report pruned working trees"12690msgstr ""1269112692#: builtin/worktree.c:13012693msgid "expire working trees older than <time>"12694msgstr ""1269512696#: builtin/worktree.c:20412697#, c-format12698msgid "'%s' already exists"12699msgstr ""1270012701#: builtin/worktree.c:23612702#, c-format12703msgid "could not create directory of '%s'"12704msgstr ""1270512706#: builtin/worktree.c:27212707#, c-format12708msgid "Preparing %s (identifier %s)"12709msgstr ""1271012711#: builtin/worktree.c:32312712msgid "checkout <branch> even if already checked out in other worktree"12713msgstr ""1271412715#: builtin/worktree.c:32512716msgid "create a new branch"12717msgstr ""1271812719#: builtin/worktree.c:32712720msgid "create or reset a branch"12721msgstr ""1272212723#: builtin/worktree.c:32912724msgid "populate the new working tree"12725msgstr ""1272612727#: builtin/worktree.c:33712728msgid "-b, -B, and --detach are mutually exclusive"12729msgstr ""1273012731#: builtin/worktree.c:47212732msgid "reason for locking"12733msgstr ""1273412735#: builtin/worktree.c:484 builtin/worktree.c:51712736#, c-format12737msgid "'%s' is not a working tree"12738msgstr ""1273912740#: builtin/worktree.c:486 builtin/worktree.c:51912741msgid "The main working tree cannot be locked or unlocked"12742msgstr ""1274312744#: builtin/worktree.c:49112745#, c-format12746msgid "'%s' is already locked, reason: %s"12747msgstr ""1274812749#: builtin/worktree.c:49312750#, c-format12751msgid "'%s' is already locked"12752msgstr ""1275312754#: builtin/worktree.c:52112755#, c-format12756msgid "'%s' is not locked"12757msgstr ""1275812759#: builtin/write-tree.c:1312760msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"12761msgstr ""1276212763#: builtin/write-tree.c:2612764msgid "<prefix>/"12765msgstr ""1276612767#: builtin/write-tree.c:2712768msgid "write tree object for a subdirectory <prefix>"12769msgstr ""1277012771#: builtin/write-tree.c:3012772msgid "only useful for debugging"12773msgstr ""1277412775#: upload-pack.c:2212776msgid "git upload-pack [<options>] <dir>"12777msgstr ""1277812779#: upload-pack.c:103612780msgid "quit after a single request/response exchange"12781msgstr ""1278212783#: upload-pack.c:103812784msgid "exit immediately after initial ref advertisement"12785msgstr ""1278612787#: upload-pack.c:104012788msgid "do not try <directory>/.git/ if <directory> is no Git directory"12789msgstr ""1279012791#: upload-pack.c:104212792msgid "interrupt transfer after <n> seconds of inactivity"12793msgstr ""1279412795#: credential-cache--daemon.c:22312796#, c-format12797msgid ""12798"The permissions on your socket directory are too loose; other\n"12799"users may be able to read your cached credentials. Consider running:\n"12800"\n"12801"\tchmod 0700 %s"12802msgstr ""1280312804#: credential-cache--daemon.c:27112805msgid "print debugging messages to stderr"12806msgstr ""1280712808#: git.c:1412809msgid ""12810"'git help -a' and 'git help -g' list available subcommands and some\n"12811"concept guides. See 'git help <command>' or 'git help <concept>'\n"12812"to read about a specific subcommand or concept."12813msgstr ""1281412815#: http.c:34412816msgid "Delegation control is not supported with cURL < 7.22.0"12817msgstr ""1281812819#: http.c:35312820msgid "Public key pinning not supported with cURL < 7.44.0"12821msgstr ""1282212823#: http.c:171312824#, c-format12825msgid ""12826"unable to update url base from redirection:\n"12827" asked for: %s\n"12828" redirect: %s"12829msgstr ""1283012831#: remote-curl.c:31912832#, c-format12833msgid "redirecting to %s"12834msgstr ""1283512836#: common-cmds.h:912837msgid "start a working area (see also: git help tutorial)"12838msgstr ""1283912840#: common-cmds.h:1012841msgid "work on the current change (see also: git help everyday)"12842msgstr ""1284312844#: common-cmds.h:1112845msgid "examine the history and state (see also: git help revisions)"12846msgstr ""1284712848#: common-cmds.h:1212849msgid "grow, mark and tweak your common history"12850msgstr ""1285112852#: common-cmds.h:1312853msgid "collaborate (see also: git help workflows)"12854msgstr ""1285512856#: common-cmds.h:1712857msgid "Add file contents to the index"12858msgstr ""1285912860#: common-cmds.h:1812861msgid "Use binary search to find the commit that introduced a bug"12862msgstr ""1286312864#: common-cmds.h:1912865msgid "List, create, or delete branches"12866msgstr ""1286712868#: common-cmds.h:2012869msgid "Switch branches or restore working tree files"12870msgstr ""1287112872#: common-cmds.h:2112873msgid "Clone a repository into a new directory"12874msgstr ""1287512876#: common-cmds.h:2212877msgid "Record changes to the repository"12878msgstr ""1287912880#: common-cmds.h:2312881msgid "Show changes between commits, commit and working tree, etc"12882msgstr ""1288312884#: common-cmds.h:2412885msgid "Download objects and refs from another repository"12886msgstr ""1288712888#: common-cmds.h:2512889msgid "Print lines matching a pattern"12890msgstr ""1289112892#: common-cmds.h:2612893msgid "Create an empty Git repository or reinitialize an existing one"12894msgstr ""1289512896#: common-cmds.h:2712897msgid "Show commit logs"12898msgstr ""1289912900#: common-cmds.h:2812901msgid "Join two or more development histories together"12902msgstr ""1290312904#: common-cmds.h:2912905msgid "Move or rename a file, a directory, or a symlink"12906msgstr ""1290712908#: common-cmds.h:3012909msgid "Fetch from and integrate with another repository or a local branch"12910msgstr ""1291112912#: common-cmds.h:3112913msgid "Update remote refs along with associated objects"12914msgstr ""1291512916#: common-cmds.h:3212917msgid "Reapply commits on top of another base tip"12918msgstr ""1291912920#: common-cmds.h:3312921msgid "Reset current HEAD to the specified state"12922msgstr ""1292312924#: common-cmds.h:3412925msgid "Remove files from the working tree and from the index"12926msgstr ""1292712928#: common-cmds.h:3512929msgid "Show various types of objects"12930msgstr ""1293112932#: common-cmds.h:3612933msgid "Show the working tree status"12934msgstr ""1293512936#: common-cmds.h:3712937msgid "Create, list, delete or verify a tag object signed with GPG"12938msgstr ""1293912940#: parse-options.h:14512941msgid "expiry-date"12942msgstr ""1294312944#: parse-options.h:16012945msgid "no-op (backward compatibility)"12946msgstr ""1294712948#: parse-options.h:23812949msgid "be more verbose"12950msgstr ""1295112952#: parse-options.h:24012953msgid "be more quiet"12954msgstr ""1295512956#: parse-options.h:24612957msgid "use <n> digits to display SHA-1s"12958msgstr ""1295912960#: rerere.h:4012961msgid "update the index with reused conflict resolution if possible"12962msgstr ""1296312964#: git-bisect.sh:5412965msgid "You need to start by \"git bisect start\""12966msgstr ""1296712968#. TRANSLATORS: Make sure to include [Y] and [n] in your12969#. translation. The program will only accept English input12970#. at this point.12971#: git-bisect.sh:6012972msgid "Do you want me to do it for you [Y/n]? "12973msgstr ""1297412975#: git-bisect.sh:12112976#, sh-format12977msgid "unrecognised option: '$arg'"12978msgstr ""1297912980#: git-bisect.sh:12512981#, sh-format12982msgid "'$arg' does not appear to be a valid revision"12983msgstr ""1298412985#: git-bisect.sh:15412986msgid "Bad HEAD - I need a HEAD"12987msgstr ""1298812989#: git-bisect.sh:16712990#, sh-format12991msgid ""12992"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."12993msgstr ""1299412995#: git-bisect.sh:17712996msgid "won't bisect on cg-seek'ed tree"12997msgstr ""1299812999#: git-bisect.sh:18113000msgid "Bad HEAD - strange symbolic ref"13001msgstr ""1300213003#: git-bisect.sh:23313004#, sh-format13005msgid "Bad bisect_write argument: $state"13006msgstr ""1300713008#: git-bisect.sh:26213009#, sh-format13010msgid "Bad rev input: $arg"13011msgstr ""1301213013#: git-bisect.sh:28113014#, sh-format13015msgid "Bad rev input: $bisected_head"13016msgstr ""1301713018#: git-bisect.sh:29013019#, sh-format13020msgid "Bad rev input: $rev"13021msgstr ""1302213023#: git-bisect.sh:29913024#, sh-format13025msgid "'git bisect $TERM_BAD' can take only one argument."13026msgstr ""1302713028#: git-bisect.sh:32213029#, sh-format13030msgid "Warning: bisecting only with a $TERM_BAD commit."13031msgstr ""1303213033#. TRANSLATORS: Make sure to include [Y] and [n] in your13034#. translation. The program will only accept English input13035#. at this point.13036#: git-bisect.sh:32813037msgid "Are you sure [Y/n]? "13038msgstr ""1303913040#: git-bisect.sh:34013041#, sh-format13042msgid ""13043"You need to give me at least one $bad_syn and one $good_syn revision.\n"13044"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"13045msgstr ""1304613047#: git-bisect.sh:34313048#, sh-format13049msgid ""13050"You need to start by \"git bisect start\".\n"13051"You then need to give me at least one $good_syn and one $bad_syn revision.\n"13052"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"13053msgstr ""1305413055#: git-bisect.sh:414 git-bisect.sh:54613056msgid "We are not bisecting."13057msgstr ""1305813059#: git-bisect.sh:42113060#, sh-format13061msgid "'$invalid' is not a valid commit"13062msgstr ""1306313064#: git-bisect.sh:43013065#, sh-format13066msgid ""13067"Could not check out original HEAD '$branch'.\n"13068"Try 'git bisect reset <commit>'."13069msgstr ""1307013071#: git-bisect.sh:45813072msgid "No logfile given"13073msgstr ""1307413075#: git-bisect.sh:45913076#, sh-format13077msgid "cannot read $file for replaying"13078msgstr ""1307913080#: git-bisect.sh:48013081msgid "?? what are you talking about?"13082msgstr ""1308313084#: git-bisect.sh:49213085#, sh-format13086msgid "running $command"13087msgstr ""1308813089#: git-bisect.sh:49913090#, sh-format13091msgid ""13092"bisect run failed:\n"13093"exit code $res from '$command' is < 0 or >= 128"13094msgstr ""1309513096#: git-bisect.sh:52513097msgid "bisect run cannot continue any more"13098msgstr ""1309913100#: git-bisect.sh:53113101#, sh-format13102msgid ""13103"bisect run failed:\n"13104"'bisect_state $state' exited with error code $res"13105msgstr ""1310613107#: git-bisect.sh:53813108msgid "bisect run success"13109msgstr ""1311013111#: git-bisect.sh:56513112msgid "please use two different terms"13113msgstr ""1311413115#: git-bisect.sh:57513116#, sh-format13117msgid "'$term' is not a valid term"13118msgstr ""1311913120#: git-bisect.sh:57813121#, sh-format13122msgid "can't use the builtin command '$term' as a term"13123msgstr ""1312413125#: git-bisect.sh:587 git-bisect.sh:59313126#, sh-format13127msgid "can't change the meaning of term '$term'"13128msgstr ""1312913130#: git-bisect.sh:60613131#, sh-format13132msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."13133msgstr ""1313413135#: git-bisect.sh:63613136msgid "no terms defined"13137msgstr ""1313813139#: git-bisect.sh:65313140#, sh-format13141msgid ""13142"invalid argument $arg for 'git bisect terms'.\n"13143"Supported options are: --term-good|--term-old and --term-bad|--term-new."13144msgstr ""1314513146#: git-merge-octopus.sh:4613147msgid ""13148"Error: Your local changes to the following files would be overwritten by "13149"merge"13150msgstr ""1315113152#: git-merge-octopus.sh:6113153msgid "Automated merge did not work."13154msgstr ""1315513156#: git-merge-octopus.sh:6213157msgid "Should not be doing an octopus."13158msgstr ""1315913160#: git-merge-octopus.sh:7313161#, sh-format13162msgid "Unable to find common commit with $pretty_name"13163msgstr ""1316413165#: git-merge-octopus.sh:7713166#, sh-format13167msgid "Already up-to-date with $pretty_name"13168msgstr ""1316913170#: git-merge-octopus.sh:8913171#, sh-format13172msgid "Fast-forwarding to: $pretty_name"13173msgstr ""1317413175#: git-merge-octopus.sh:9713176#, sh-format13177msgid "Trying simple merge with $pretty_name"13178msgstr ""1317913180#: git-merge-octopus.sh:10213181msgid "Simple merge did not work, trying automatic merge."13182msgstr ""1318313184#: git-rebase.sh:5713185msgid ""13186"When you have resolved this problem, run \"git rebase --continue\".\n"13187"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"13188"To check out the original branch and stop rebasing, run \"git rebase --abort"13189"\"."13190msgstr ""1319113192#: git-rebase.sh:157 git-rebase.sh:39613193#, sh-format13194msgid "Could not move back to $head_name"13195msgstr ""1319613197#: git-rebase.sh:17113198#, sh-format13199msgid "Cannot store $stash_sha1"13200msgstr ""1320113202#: git-rebase.sh:21113203msgid "The pre-rebase hook refused to rebase."13204msgstr ""1320513206#: git-rebase.sh:21613207msgid "It looks like git-am is in progress. Cannot rebase."13208msgstr ""1320913210#: git-rebase.sh:35713211msgid "No rebase in progress?"13212msgstr ""1321313214#: git-rebase.sh:36813215msgid "The --edit-todo action can only be used during interactive rebase."13216msgstr ""1321713218#: git-rebase.sh:37513219msgid "Cannot read HEAD"13220msgstr ""1322113222#: git-rebase.sh:37813223msgid ""13224"You must edit all merge conflicts and then\n"13225"mark them as resolved using git add"13226msgstr ""1322713228#: git-rebase.sh:41813229#, sh-format13230msgid ""13231"It seems that there is already a $state_dir_base directory, and\n"13232"I wonder if you are in the middle of another rebase. If that is the\n"13233"case, please try\n"13234"\t$cmd_live_rebase\n"13235"If that is not the case, please\n"13236"\t$cmd_clear_stale_rebase\n"13237"and run me again. I am stopping in case you still have something\n"13238"valuable there."13239msgstr ""1324013241#: git-rebase.sh:46913242#, sh-format13243msgid "invalid upstream $upstream_name"13244msgstr ""1324513246#: git-rebase.sh:49313247#, sh-format13248msgid "$onto_name: there are more than one merge bases"13249msgstr ""1325013251#: git-rebase.sh:496 git-rebase.sh:50013252#, sh-format13253msgid "$onto_name: there is no merge base"13254msgstr ""1325513256#: git-rebase.sh:50513257#, sh-format13258msgid "Does not point to a valid commit: $onto_name"13259msgstr ""1326013261#: git-rebase.sh:52813262#, sh-format13263msgid "fatal: no such branch: $branch_name"13264msgstr ""1326513266#: git-rebase.sh:56113267msgid "Cannot autostash"13268msgstr ""1326913270#: git-rebase.sh:56613271#, sh-format13272msgid "Created autostash: $stash_abbrev"13273msgstr ""1327413275#: git-rebase.sh:57013276msgid "Please commit or stash them."13277msgstr ""1327813279#: git-rebase.sh:59013280#, sh-format13281msgid "Current branch $branch_name is up to date."13282msgstr ""1328313284#: git-rebase.sh:59413285#, sh-format13286msgid "Current branch $branch_name is up to date, rebase forced."13287msgstr ""1328813289#: git-rebase.sh:60513290#, sh-format13291msgid "Changes from $mb to $onto:"13292msgstr ""1329313294#: git-rebase.sh:61413295msgid "First, rewinding head to replay your work on top of it..."13296msgstr ""1329713298#: git-rebase.sh:62413299#, sh-format13300msgid "Fast-forwarded $branch_name to $onto_name."13301msgstr ""1330213303#: git-stash.sh:5013304msgid "git stash clear with parameters is unimplemented"13305msgstr ""1330613307#: git-stash.sh:7313308msgid "You do not have the initial commit yet"13309msgstr ""1331013311#: git-stash.sh:8813312msgid "Cannot save the current index state"13313msgstr ""1331413315#: git-stash.sh:10313316msgid "Cannot save the untracked files"13317msgstr ""1331813319#: git-stash.sh:123 git-stash.sh:13613320msgid "Cannot save the current worktree state"13321msgstr ""1332213323#: git-stash.sh:14013324msgid "No changes selected"13325msgstr ""1332613327#: git-stash.sh:14313328msgid "Cannot remove temporary index (can't happen)"13329msgstr ""1333013331#: git-stash.sh:15613332msgid "Cannot record working tree state"13333msgstr ""1333413335#: git-stash.sh:18813336#, sh-format13337msgid "Cannot update $ref_stash with $w_commit"13338msgstr ""1333913340#. TRANSLATORS: $option is an invalid option, like13341#. `--blah-blah'. The 7 spaces at the beginning of the13342#. second line correspond to "error: ". So you should line13343#. up the second line with however many characters the13344#. translation of "error: " takes in your language. E.g. in13345#. English this is:13346#.13347#. $ git stash save --blah-blah 2>&1 | head -n 213348#. error: unknown option for 'stash save': --blah-blah13349#. To provide a message, use git stash save -- '--blah-blah'13350#: git-stash.sh:23813351#, sh-format13352msgid ""13353"error: unknown option for 'stash save': $option\n"13354" To provide a message, use git stash save -- '$option'"13355msgstr ""1335613357#: git-stash.sh:25113358msgid "Can't use --patch and --include-untracked or --all at the same time"13359msgstr ""1336013361#: git-stash.sh:25913362msgid "No local changes to save"13363msgstr ""1336413365#: git-stash.sh:26313366msgid "Cannot initialize stash"13367msgstr ""1336813369#: git-stash.sh:26713370msgid "Cannot save the current status"13371msgstr ""1337213373#: git-stash.sh:26813374#, sh-format13375msgid "Saved working directory and index state $stash_msg"13376msgstr ""1337713378#: git-stash.sh:28513379msgid "Cannot remove worktree changes"13380msgstr ""1338113382#: git-stash.sh:40313383#, sh-format13384msgid "unknown option: $opt"13385msgstr ""1338613387#: git-stash.sh:41613388msgid "No stash found."13389msgstr ""1339013391#: git-stash.sh:42313392#, sh-format13393msgid "Too many revisions specified: $REV"13394msgstr ""1339513396#: git-stash.sh:43813397#, sh-format13398msgid "$reference is not a valid reference"13399msgstr ""1340013401#: git-stash.sh:46613402#, sh-format13403msgid "'$args' is not a stash-like commit"13404msgstr ""1340513406#: git-stash.sh:47713407#, sh-format13408msgid "'$args' is not a stash reference"13409msgstr ""1341013411#: git-stash.sh:48513412msgid "unable to refresh index"13413msgstr ""1341413415#: git-stash.sh:48913416msgid "Cannot apply a stash in the middle of a merge"13417msgstr ""1341813419#: git-stash.sh:49713420msgid "Conflicts in index. Try without --index."13421msgstr ""1342213423#: git-stash.sh:49913424msgid "Could not save index tree"13425msgstr ""1342613427#: git-stash.sh:50813428msgid "Could not restore untracked files from stash"13429msgstr ""1343013431#: git-stash.sh:53313432msgid "Cannot unstage modified files"13433msgstr ""1343413435#: git-stash.sh:54813436msgid "Index was not unstashed."13437msgstr ""1343813439#: git-stash.sh:56213440msgid "The stash is kept in case you need it again."13441msgstr ""1344213443#: git-stash.sh:57113444#, sh-format13445msgid "Dropped ${REV} ($s)"13446msgstr ""1344713448#: git-stash.sh:57213449#, sh-format13450msgid "${REV}: Could not drop stash entry"13451msgstr ""1345213453#: git-stash.sh:58013454msgid "No branch name specified"13455msgstr ""1345613457#: git-stash.sh:65213458msgid "(To restore them type \"git stash apply\")"13459msgstr ""1346013461#: git-submodule.sh:18113462msgid "Relative path can only be used from the toplevel of the working tree"13463msgstr ""1346413465#: git-submodule.sh:19113466#, sh-format13467msgid "repo URL: '$repo' must be absolute or begin with ./|../"13468msgstr ""1346913470#: git-submodule.sh:21013471#, sh-format13472msgid "'$sm_path' already exists in the index"13473msgstr ""1347413475#: git-submodule.sh:21313476#, sh-format13477msgid "'$sm_path' already exists in the index and is not a submodule"13478msgstr ""1347913480#: git-submodule.sh:21813481#, sh-format13482msgid ""13483"The following path is ignored by one of your .gitignore files:\n"13484"$sm_path\n"13485"Use -f if you really want to add it."13486msgstr ""1348713488#: git-submodule.sh:23613489#, sh-format13490msgid "Adding existing repo at '$sm_path' to the index"13491msgstr ""1349213493#: git-submodule.sh:23813494#, sh-format13495msgid "'$sm_path' already exists and is not a valid git repo"13496msgstr ""1349713498#: git-submodule.sh:24613499#, sh-format13500msgid "A git directory for '$sm_name' is found locally with remote(s):"13501msgstr ""1350213503#: git-submodule.sh:24813504#, sh-format13505msgid ""13506"If you want to reuse this local git directory instead of cloning again from\n"13507" $realrepo\n"13508"use the '--force' option. If the local git directory is not the correct "13509"repo\n"13510"or you are unsure what this means choose another name with the '--name' "13511"option."13512msgstr ""1351313514#: git-submodule.sh:25413515#, sh-format13516msgid "Reactivating local git directory for submodule '$sm_name'."13517msgstr ""1351813519#: git-submodule.sh:26613520#, sh-format13521msgid "Unable to checkout submodule '$sm_path'"13522msgstr ""1352313524#: git-submodule.sh:27113525#, sh-format13526msgid "Failed to add submodule '$sm_path'"13527msgstr ""1352813529#: git-submodule.sh:28013530#, sh-format13531msgid "Failed to register submodule '$sm_path'"13532msgstr ""1353313534#: git-submodule.sh:32713535#, sh-format13536msgid "Entering '$displaypath'"13537msgstr ""1353813539#: git-submodule.sh:34713540#, sh-format13541msgid "Stopping at '$displaypath'; script returned non-zero status."13542msgstr ""1354313544#: git-submodule.sh:41813545#, sh-format13546msgid "pathspec and --all are incompatible"13547msgstr ""1354813549#: git-submodule.sh:42313550#, sh-format13551msgid "Use '--all' if you really want to deinitialize all submodules"13552msgstr ""1355313554#: git-submodule.sh:44313555#, sh-format13556msgid ""13557"Submodule work tree '$displaypath' contains a .git directory\n"13558"(use 'rm -rf' if you really want to remove it including all of its history)"13559msgstr ""1356013561#: git-submodule.sh:45113562#, sh-format13563msgid ""13564"Submodule work tree '$displaypath' contains local modifications; use '-f' to "13565"discard them"13566msgstr ""1356713568#: git-submodule.sh:45413569#, sh-format13570msgid "Cleared directory '$displaypath'"13571msgstr ""1357213573#: git-submodule.sh:45513574#, sh-format13575msgid "Could not remove submodule work tree '$displaypath'"13576msgstr ""1357713578#: git-submodule.sh:45813579#, sh-format13580msgid "Could not create empty submodule directory '$displaypath'"13581msgstr ""1358213583#: git-submodule.sh:46713584#, sh-format13585msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"13586msgstr ""1358713588#: git-submodule.sh:62313589#, sh-format13590msgid "Unable to find current revision in submodule path '$displaypath'"13591msgstr ""1359213593#: git-submodule.sh:63313594#, sh-format13595msgid "Unable to fetch in submodule path '$sm_path'"13596msgstr ""1359713598#: git-submodule.sh:63813599#, sh-format13600msgid ""13601"Unable to find current ${remote_name}/${branch} revision in submodule path "13602"'$sm_path'"13603msgstr ""1360413605#: git-submodule.sh:65613606#, sh-format13607msgid "Unable to fetch in submodule path '$displaypath'"13608msgstr ""1360913610#: git-submodule.sh:66213611#, sh-format13612msgid ""13613"Fetched in submodule path '$displaypath', but it did not contain $sha1. "13614"Direct fetching of that commit failed."13615msgstr ""1361613617#: git-submodule.sh:66913618#, sh-format13619msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"13620msgstr ""1362113622#: git-submodule.sh:67013623#, sh-format13624msgid "Submodule path '$displaypath': checked out '$sha1'"13625msgstr ""1362613627#: git-submodule.sh:67413628#, sh-format13629msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"13630msgstr ""1363113632#: git-submodule.sh:67513633#, sh-format13634msgid "Submodule path '$displaypath': rebased into '$sha1'"13635msgstr ""1363613637#: git-submodule.sh:68013638#, sh-format13639msgid "Unable to merge '$sha1' in submodule path '$displaypath'"13640msgstr ""1364113642#: git-submodule.sh:68113643#, sh-format13644msgid "Submodule path '$displaypath': merged in '$sha1'"13645msgstr ""1364613647#: git-submodule.sh:68613648#, sh-format13649msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"13650msgstr ""1365113652#: git-submodule.sh:68713653#, sh-format13654msgid "Submodule path '$displaypath': '$command $sha1'"13655msgstr ""1365613657#: git-submodule.sh:71813658#, sh-format13659msgid "Failed to recurse into submodule path '$displaypath'"13660msgstr ""1366113662#: git-submodule.sh:82613663msgid "The --cached option cannot be used with the --files option"13664msgstr ""1366513666#: git-submodule.sh:87813667#, sh-format13668msgid "unexpected mode $mod_dst"13669msgstr ""1367013671#: git-submodule.sh:89813672#, sh-format13673msgid " Warn: $display_name doesn't contain commit $sha1_src"13674msgstr ""1367513676#: git-submodule.sh:90113677#, sh-format13678msgid " Warn: $display_name doesn't contain commit $sha1_dst"13679msgstr ""1368013681#: git-submodule.sh:90413682#, sh-format13683msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"13684msgstr ""1368513686#: git-submodule.sh:105113687#, sh-format13688msgid "Failed to recurse into submodule path '$sm_path'"13689msgstr ""1369013691#: git-submodule.sh:111813692#, sh-format13693msgid "Synchronizing submodule url for '$displaypath'"13694msgstr ""1369513696#: git-parse-remote.sh:8913697#, sh-format13698msgid "See git-${cmd}(1) for details."13699msgstr ""1370013701#: git-rebase--interactive.sh:14013702#, sh-format13703msgid "Rebasing ($new_count/$total)"13704msgstr ""1370513706#: git-rebase--interactive.sh:15613707msgid ""13708"\n"13709"Commands:\n"13710" p, pick = use commit\n"13711" r, reword = use commit, but edit the commit message\n"13712" e, edit = use commit, but stop for amending\n"13713" s, squash = use commit, but meld into previous commit\n"13714" f, fixup = like \"squash\", but discard this commit's log message\n"13715" x, exec = run command (the rest of the line) using shell\n"13716" d, drop = remove commit\n"13717"\n"13718"These lines can be re-ordered; they are executed from top to bottom.\n"13719msgstr ""1372013721#: git-rebase--interactive.sh:17113722msgid ""13723"\n"13724"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"13725msgstr ""1372613727#: git-rebase--interactive.sh:17513728msgid ""13729"\n"13730"If you remove a line here THAT COMMIT WILL BE LOST.\n"13731msgstr ""1373213733#: git-rebase--interactive.sh:21113734#, sh-format13735msgid ""13736"You can amend the commit now, with\n"13737"\n"13738"\tgit commit --amend $gpg_sign_opt_quoted\n"13739"\n"13740"Once you are satisfied with your changes, run\n"13741"\n"13742"\tgit rebase --continue"13743msgstr ""1374413745#: git-rebase--interactive.sh:23613746#, sh-format13747msgid "$sha1: not a commit that can be picked"13748msgstr ""1374913750#: git-rebase--interactive.sh:27513751#, sh-format13752msgid "Invalid commit name: $sha1"13753msgstr ""1375413755#: git-rebase--interactive.sh:31713756msgid "Cannot write current commit's replacement sha1"13757msgstr ""1375813759#: git-rebase--interactive.sh:36913760#, sh-format13761msgid "Fast-forward to $sha1"13762msgstr ""1376313764#: git-rebase--interactive.sh:37113765#, sh-format13766msgid "Cannot fast-forward to $sha1"13767msgstr ""1376813769#: git-rebase--interactive.sh:38013770#, sh-format13771msgid "Cannot move HEAD to $first_parent"13772msgstr ""1377313774#: git-rebase--interactive.sh:38513775#, sh-format13776msgid "Refusing to squash a merge: $sha1"13777msgstr ""1377813779#: git-rebase--interactive.sh:39913780#, sh-format13781msgid "Error redoing merge $sha1"13782msgstr ""1378313784#: git-rebase--interactive.sh:40713785#, sh-format13786msgid "Could not pick $sha1"13787msgstr ""1378813789#: git-rebase--interactive.sh:41613790#, sh-format13791msgid "This is the commit message #${n}:"13792msgstr ""1379313794#: git-rebase--interactive.sh:42113795#, sh-format13796msgid "The commit message #${n} will be skipped:"13797msgstr ""1379813799#: git-rebase--interactive.sh:43213800#, sh-format13801msgid "This is a combination of $count commit."13802msgid_plural "This is a combination of $count commits."13803msgstr[0] ""13804msgstr[1] ""1380513806#: git-rebase--interactive.sh:44113807#, sh-format13808msgid "Cannot write $fixup_msg"13809msgstr ""1381013811#: git-rebase--interactive.sh:44413812msgid "This is a combination of 2 commits."13813msgstr ""1381413815#: git-rebase--interactive.sh:485 git-rebase--interactive.sh:52813816#: git-rebase--interactive.sh:53113817#, sh-format13818msgid "Could not apply $sha1... $rest"13819msgstr ""1382013821#: git-rebase--interactive.sh:55913822#, sh-format13823msgid ""13824"Could not amend commit after successfully picking $sha1... $rest\n"13825"This is most likely due to an empty commit message, or the pre-commit hook\n"13826"failed. If the pre-commit hook failed, you may need to resolve the issue "13827"before\n"13828"you are able to reword the commit."13829msgstr ""1383013831#: git-rebase--interactive.sh:57413832#, sh-format13833msgid "Stopped at $sha1_abbrev... $rest"13834msgstr ""1383513836#: git-rebase--interactive.sh:58913837#, sh-format13838msgid "Cannot '$squash_style' without a previous commit"13839msgstr ""1384013841#: git-rebase--interactive.sh:63113842#, sh-format13843msgid "Executing: $rest"13844msgstr ""1384513846#: git-rebase--interactive.sh:63913847#, sh-format13848msgid "Execution failed: $rest"13849msgstr ""1385013851#: git-rebase--interactive.sh:64113852msgid "and made changes to the index and/or the working tree"13853msgstr ""1385413855#: git-rebase--interactive.sh:64313856msgid ""13857"You can fix the problem, and then run\n"13858"\n"13859"\tgit rebase --continue"13860msgstr ""1386113862#. TRANSLATORS: after these lines is a command to be issued by the user13863#: git-rebase--interactive.sh:65613864#, sh-format13865msgid ""13866"Execution succeeded: $rest\n"13867"but left changes to the index and/or the working tree\n"13868"Commit or stash your changes, and then run\n"13869"\n"13870"\tgit rebase --continue"13871msgstr ""1387213873#: git-rebase--interactive.sh:66713874#, sh-format13875msgid "Unknown command: $command $sha1 $rest"13876msgstr ""1387713878#: git-rebase--interactive.sh:66813879msgid "Please fix this using 'git rebase --edit-todo'."13880msgstr ""1388113882#: git-rebase--interactive.sh:70313883#, sh-format13884msgid "Successfully rebased and updated $head_name."13885msgstr ""1388613887#: git-rebase--interactive.sh:75013888msgid "Could not skip unnecessary pick commands"13889msgstr ""1389013891#: git-rebase--interactive.sh:90813892#, sh-format13893msgid ""13894"Warning: the SHA-1 is missing or isn't a commit in the following line:\n"13895" - $line"13896msgstr ""1389713898#: git-rebase--interactive.sh:94113899#, sh-format13900msgid ""13901"Warning: the command isn't recognized in the following line:\n"13902" - $line"13903msgstr ""1390413905#: git-rebase--interactive.sh:98013906msgid "could not detach HEAD"13907msgstr ""1390813909#: git-rebase--interactive.sh:101813910msgid ""13911"Warning: some commits may have been dropped accidentally.\n"13912"Dropped commits (newer to older):"13913msgstr ""1391413915#: git-rebase--interactive.sh:102613916msgid ""13917"To avoid this message, use \"drop\" to explicitly remove a commit.\n"13918"\n"13919"Use 'git config rebase.missingCommitsCheck' to change the level of "13920"warnings.\n"13921"The possible behaviours are: ignore, warn, error."13922msgstr ""1392313924#: git-rebase--interactive.sh:103713925#, sh-format13926msgid ""13927"Unrecognized setting $check_level for option rebase.missingCommitsCheck. "13928"Ignoring."13929msgstr ""1393013931#: git-rebase--interactive.sh:105413932msgid ""13933"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"13934"continue'."13935msgstr ""1393613937#: git-rebase--interactive.sh:105513938msgid "Or you can abort the rebase with 'git rebase --abort'."13939msgstr ""1394013941#: git-rebase--interactive.sh:107913942msgid "Could not remove CHERRY_PICK_HEAD"13943msgstr ""1394413945#: git-rebase--interactive.sh:108413946#, sh-format13947msgid ""13948"You have staged changes in your working tree.\n"13949"If these changes are meant to be\n"13950"squashed into the previous commit, run:\n"13951"\n"13952" git commit --amend $gpg_sign_opt_quoted\n"13953"\n"13954"If they are meant to go into a new commit, run:\n"13955"\n"13956" git commit $gpg_sign_opt_quoted\n"13957"\n"13958"In both cases, once you're done, continue with:\n"13959"\n"13960" git rebase --continue\n"13961msgstr ""1396213963#: git-rebase--interactive.sh:110113964msgid "Error trying to find the author identity to amend commit"13965msgstr ""1396613967#: git-rebase--interactive.sh:110613968msgid ""13969"You have uncommitted changes in your working tree. Please commit them\n"13970"first and then run 'git rebase --continue' again."13971msgstr ""1397213973#: git-rebase--interactive.sh:1111 git-rebase--interactive.sh:111513974msgid "Could not commit staged changes."13975msgstr ""1397613977#: git-rebase--interactive.sh:113913978msgid ""13979"\n"13980"You are editing the todo file of an ongoing interactive rebase.\n"13981"To continue rebase after editing, run:\n"13982" git rebase --continue\n"13983"\n"13984msgstr ""1398513986#: git-rebase--interactive.sh:1147 git-rebase--interactive.sh:130513987msgid "Could not execute editor"13988msgstr ""1398913990#: git-rebase--interactive.sh:116013991#, sh-format13992msgid "Could not checkout $switch_to"13993msgstr ""1399413995#: git-rebase--interactive.sh:116513996msgid "No HEAD?"13997msgstr ""1399813999#: git-rebase--interactive.sh:116614000#, sh-format14001msgid "Could not create temporary $state_dir"14002msgstr ""1400314004#: git-rebase--interactive.sh:116814005msgid "Could not mark as interactive"14006msgstr ""1400714008#: git-rebase--interactive.sh:1178 git-rebase--interactive.sh:118314009msgid "Could not init rewritten commits"14010msgstr ""1401114012#: git-rebase--interactive.sh:128314013#, sh-format14014msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"14015msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"14016msgstr[0] ""14017msgstr[1] ""1401814019#: git-rebase--interactive.sh:128814020msgid ""14021"\n"14022"However, if you remove everything, the rebase will be aborted.\n"14023"\n"14024msgstr ""1402514026#: git-rebase--interactive.sh:129514027msgid "Note that empty commits are commented out"14028msgstr ""1402914030#: git-sh-setup.sh:89 git-sh-setup.sh:9414031#, sh-format14032msgid "usage: $dashless $USAGE"14033msgstr ""1403414035#: git-sh-setup.sh:19014036#, sh-format14037msgid "Cannot chdir to $cdup, the toplevel of the working tree"14038msgstr ""1403914040#: git-sh-setup.sh:199 git-sh-setup.sh:20614041#, sh-format14042msgid "fatal: $program_name cannot be used without a working tree."14043msgstr ""1404414045#: git-sh-setup.sh:22014046msgid "Cannot rebase: You have unstaged changes."14047msgstr ""1404814049#: git-sh-setup.sh:22314050msgid "Cannot rewrite branches: You have unstaged changes."14051msgstr ""1405214053#: git-sh-setup.sh:22614054msgid "Cannot pull with rebase: You have unstaged changes."14055msgstr ""1405614057#: git-sh-setup.sh:22914058#, sh-format14059msgid "Cannot $action: You have unstaged changes."14060msgstr ""1406114062#: git-sh-setup.sh:24214063msgid "Cannot rebase: Your index contains uncommitted changes."14064msgstr ""1406514066#: git-sh-setup.sh:24514067msgid "Cannot pull with rebase: Your index contains uncommitted changes."14068msgstr ""1406914070#: git-sh-setup.sh:24814071#, sh-format14072msgid "Cannot $action: Your index contains uncommitted changes."14073msgstr ""1407414075#: git-sh-setup.sh:25214076msgid "Additionally, your index contains uncommitted changes."14077msgstr ""1407814079#: git-sh-setup.sh:37214080msgid "You need to run this command from the toplevel of the working tree."14081msgstr ""1408214083#: git-sh-setup.sh:37714084msgid "Unable to determine absolute path of git directory"14085msgstr ""1408614087#. TRANSLATORS: you can adjust this to align "git add -i" status menu14088#: git-add--interactive.perl:23814089#, perl-format14090msgid "%12s %12s %s"14091msgstr ""1409214093#: git-add--interactive.perl:23914094msgid "staged"14095msgstr ""1409614097#: git-add--interactive.perl:23914098msgid "unstaged"14099msgstr ""1410014101#: git-add--interactive.perl:297 git-add--interactive.perl:32214102msgid "binary"14103msgstr ""1410414105#: git-add--interactive.perl:306 git-add--interactive.perl:36014106msgid "nothing"14107msgstr ""1410814109#: git-add--interactive.perl:342 git-add--interactive.perl:35714110msgid "unchanged"14111msgstr ""1411214113#: git-add--interactive.perl:65314114#, perl-format14115msgid "added %d path\n"14116msgid_plural "added %d paths\n"14117msgstr[0] ""14118msgstr[1] ""1411914120#: git-add--interactive.perl:65614121#, perl-format14122msgid "updated %d path\n"14123msgid_plural "updated %d paths\n"14124msgstr[0] ""14125msgstr[1] ""1412614127#: git-add--interactive.perl:65914128#, perl-format14129msgid "reverted %d path\n"14130msgid_plural "reverted %d paths\n"14131msgstr[0] ""14132msgstr[1] ""1413314134#: git-add--interactive.perl:66214135#, perl-format14136msgid "touched %d path\n"14137msgid_plural "touched %d paths\n"14138msgstr[0] ""14139msgstr[1] ""1414014141#: git-add--interactive.perl:67114142msgid "Update"14143msgstr ""1414414145#: git-add--interactive.perl:68314146msgid "Revert"14147msgstr ""1414814149#: git-add--interactive.perl:70614150#, perl-format14151msgid "note: %s is untracked now.\n"14152msgstr ""1415314154#: git-add--interactive.perl:71714155msgid "Add untracked"14156msgstr ""1415714158#: git-add--interactive.perl:72314159msgid "No untracked files.\n"14160msgstr ""1416114162#: git-add--interactive.perl:103914163msgid ""14164"If the patch applies cleanly, the edited hunk will immediately be\n"14165"marked for staging."14166msgstr ""1416714168#: git-add--interactive.perl:104214169msgid ""14170"If the patch applies cleanly, the edited hunk will immediately be\n"14171"marked for stashing."14172msgstr ""1417314174#: git-add--interactive.perl:104514175msgid ""14176"If the patch applies cleanly, the edited hunk will immediately be\n"14177"marked for unstaging."14178msgstr ""1417914180#: git-add--interactive.perl:1048 git-add--interactive.perl:105714181msgid ""14182"If the patch applies cleanly, the edited hunk will immediately be\n"14183"marked for applying."14184msgstr ""1418514186#: git-add--interactive.perl:105114187msgid ""14188"If the patch applies cleanly, the edited hunk will immediately be\n"14189"marked for discarding"14190msgstr ""1419114192#: git-add--interactive.perl:105414193msgid ""14194"If the patch applies cleanly, the edited hunk will immediately be\n"14195"marked for discarding."14196msgstr ""1419714198#: git-add--interactive.perl:106714199#, perl-format14200msgid "failed to open hunk edit file for writing: %s"14201msgstr ""1420214203#: git-add--interactive.perl:106814204msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"14205msgstr ""1420614207#: git-add--interactive.perl:107414208#, perl-format14209msgid ""14210"---\n"14211"To remove '%s' lines, make them ' ' lines (context).\n"14212"To remove '%s' lines, delete them.\n"14213"Lines starting with %s will be removed.\n"14214msgstr ""1421514216#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.14217#: git-add--interactive.perl:108214218msgid ""14219"If it does not apply cleanly, you will be given an opportunity to\n"14220"edit again. If all lines of the hunk are removed, then the edit is\n"14221"aborted and the hunk is left unchanged.\n"14222msgstr ""1422314224#: git-add--interactive.perl:109614225#, perl-format14226msgid "failed to open hunk edit file for reading: %s"14227msgstr ""1422814229#. TRANSLATORS: do not translate [y/n]14230#. The program will only accept that input14231#. at this point.14232#. Consider translating (saying "no" discards!) as14233#. (saying "n" for "no" discards!) if the translation14234#. of the word "no" does not start with n.14235#: git-add--interactive.perl:118714236msgid ""14237"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "14238msgstr ""1423914240#: git-add--interactive.perl:119614241msgid ""14242"y - stage this hunk\n"14243"n - do not stage this hunk\n"14244"q - quit; do not stage this hunk or any of the remaining ones\n"14245"a - stage this hunk and all later hunks in the file\n"14246"d - do not stage this hunk or any of the later hunks in the file"14247msgstr ""1424814249#: git-add--interactive.perl:120214250msgid ""14251"y - stash this hunk\n"14252"n - do not stash this hunk\n"14253"q - quit; do not stash this hunk or any of the remaining ones\n"14254"a - stash this hunk and all later hunks in the file\n"14255"d - do not stash this hunk or any of the later hunks in the file"14256msgstr ""1425714258#: git-add--interactive.perl:120814259msgid ""14260"y - unstage this hunk\n"14261"n - do not unstage this hunk\n"14262"q - quit; do not unstage this hunk or any of the remaining ones\n"14263"a - unstage this hunk and all later hunks in the file\n"14264"d - do not unstage this hunk or any of the later hunks in the file"14265msgstr ""1426614267#: git-add--interactive.perl:121414268msgid ""14269"y - apply this hunk to index\n"14270"n - do not apply this hunk to index\n"14271"q - quit; do not apply this hunk or any of the remaining ones\n"14272"a - apply this hunk and all later hunks in the file\n"14273"d - do not apply this hunk or any of the later hunks in the file"14274msgstr ""1427514276#: git-add--interactive.perl:122014277msgid ""14278"y - discard this hunk from worktree\n"14279"n - do not discard this hunk from worktree\n"14280"q - quit; do not discard this hunk or any of the remaining ones\n"14281"a - discard this hunk and all later hunks in the file\n"14282"d - do not discard this hunk or any of the later hunks in the file"14283msgstr ""1428414285#: git-add--interactive.perl:122614286msgid ""14287"y - discard this hunk from index and worktree\n"14288"n - do not discard this hunk from index and worktree\n"14289"q - quit; do not discard this hunk or any of the remaining ones\n"14290"a - discard this hunk and all later hunks in the file\n"14291"d - do not discard this hunk or any of the later hunks in the file"14292msgstr ""1429314294#: git-add--interactive.perl:123214295msgid ""14296"y - apply this hunk to index and worktree\n"14297"n - do not apply this hunk to index and worktree\n"14298"q - quit; do not apply this hunk or any of the remaining ones\n"14299"a - apply this hunk and all later hunks in the file\n"14300"d - do not apply this hunk or any of the later hunks in the file"14301msgstr ""1430214303#: git-add--interactive.perl:124114304msgid ""14305"g - select a hunk to go to\n"14306"/ - search for a hunk matching the given regex\n"14307"j - leave this hunk undecided, see next undecided hunk\n"14308"J - leave this hunk undecided, see next hunk\n"14309"k - leave this hunk undecided, see previous undecided hunk\n"14310"K - leave this hunk undecided, see previous hunk\n"14311"s - split the current hunk into smaller hunks\n"14312"e - manually edit the current hunk\n"14313"? - print help\n"14314msgstr ""1431514316#: git-add--interactive.perl:127214317msgid "The selected hunks do not apply to the index!\n"14318msgstr ""1431914320#: git-add--interactive.perl:127314321msgid "Apply them to the worktree anyway? "14322msgstr ""1432314324#: git-add--interactive.perl:127614325msgid "Nothing was applied.\n"14326msgstr ""1432714328#: git-add--interactive.perl:128714329#, perl-format14330msgid "ignoring unmerged: %s\n"14331msgstr ""1433214333#: git-add--interactive.perl:129614334msgid "Only binary files changed.\n"14335msgstr ""1433614337#: git-add--interactive.perl:129814338msgid "No changes.\n"14339msgstr ""1434014341#: git-add--interactive.perl:130614342msgid "Patch update"14343msgstr ""1434414345#: git-add--interactive.perl:135814346#, perl-format14347msgid "Stage mode change [y,n,q,a,d,/%s,?]? "14348msgstr ""1434914350#: git-add--interactive.perl:135914351#, perl-format14352msgid "Stage deletion [y,n,q,a,d,/%s,?]? "14353msgstr ""1435414355#: git-add--interactive.perl:136014356#, perl-format14357msgid "Stage this hunk [y,n,q,a,d,/%s,?]? "14358msgstr ""1435914360#: git-add--interactive.perl:136314361#, perl-format14362msgid "Stash mode change [y,n,q,a,d,/%s,?]? "14363msgstr ""1436414365#: git-add--interactive.perl:136414366#, perl-format14367msgid "Stash deletion [y,n,q,a,d,/%s,?]? "14368msgstr ""1436914370#: git-add--interactive.perl:136514371#, perl-format14372msgid "Stash this hunk [y,n,q,a,d,/%s,?]? "14373msgstr ""1437414375#: git-add--interactive.perl:136814376#, perl-format14377msgid "Unstage mode change [y,n,q,a,d,/%s,?]? "14378msgstr ""1437914380#: git-add--interactive.perl:136914381#, perl-format14382msgid "Unstage deletion [y,n,q,a,d,/%s,?]? "14383msgstr ""1438414385#: git-add--interactive.perl:137014386#, perl-format14387msgid "Unstage this hunk [y,n,q,a,d,/%s,?]? "14388msgstr ""1438914390#: git-add--interactive.perl:137314391#, perl-format14392msgid "Apply mode change to index [y,n,q,a,d,/%s,?]? "14393msgstr ""1439414395#: git-add--interactive.perl:137414396#, perl-format14397msgid "Apply deletion to index [y,n,q,a,d,/%s,?]? "14398msgstr ""1439914400#: git-add--interactive.perl:137514401#, perl-format14402msgid "Apply this hunk to index [y,n,q,a,d,/%s,?]? "14403msgstr ""1440414405#: git-add--interactive.perl:137814406#, perl-format14407msgid "Discard mode change from worktree [y,n,q,a,d,/%s,?]? "14408msgstr ""1440914410#: git-add--interactive.perl:137914411#, perl-format14412msgid "Discard deletion from worktree [y,n,q,a,d,/%s,?]? "14413msgstr ""1441414415#: git-add--interactive.perl:138014416#, perl-format14417msgid "Discard this hunk from worktree [y,n,q,a,d,/%s,?]? "14418msgstr ""1441914420#: git-add--interactive.perl:138314421#, perl-format14422msgid "Discard mode change from index and worktree [y,n,q,a,d,/%s,?]? "14423msgstr ""1442414425#: git-add--interactive.perl:138414426#, perl-format14427msgid "Discard deletion from index and worktree [y,n,q,a,d,/%s,?]? "14428msgstr ""1442914430#: git-add--interactive.perl:138514431#, perl-format14432msgid "Discard this hunk from index and worktree [y,n,q,a,d,/%s,?]? "14433msgstr ""1443414435#: git-add--interactive.perl:138814436#, perl-format14437msgid "Apply mode change to index and worktree [y,n,q,a,d,/%s,?]? "14438msgstr ""1443914440#: git-add--interactive.perl:138914441#, perl-format14442msgid "Apply deletion to index and worktree [y,n,q,a,d,/%s,?]? "14443msgstr ""1444414445#: git-add--interactive.perl:139014446#, perl-format14447msgid "Apply this hunk to index and worktree [y,n,q,a,d,/%s,?]? "14448msgstr ""1444914450#: git-add--interactive.perl:149314451msgid "go to which hunk (<ret> to see more)? "14452msgstr ""1445314454#: git-add--interactive.perl:149514455msgid "go to which hunk? "14456msgstr ""1445714458#: git-add--interactive.perl:150414459#, perl-format14460msgid "Invalid number: '%s'\n"14461msgstr ""1446214463#: git-add--interactive.perl:150914464#, perl-format14465msgid "Sorry, only %d hunk available.\n"14466msgid_plural "Sorry, only %d hunks available.\n"14467msgstr[0] ""14468msgstr[1] ""1446914470#: git-add--interactive.perl:153514471msgid "search for regex? "14472msgstr ""1447314474#: git-add--interactive.perl:154814475#, perl-format14476msgid "Malformed search regexp %s: %s\n"14477msgstr ""1447814479#: git-add--interactive.perl:155814480msgid "No hunk matches the given pattern\n"14481msgstr ""1448214483#: git-add--interactive.perl:1570 git-add--interactive.perl:159214484msgid "No previous hunk\n"14485msgstr ""1448614487#: git-add--interactive.perl:1579 git-add--interactive.perl:159814488msgid "No next hunk\n"14489msgstr ""1449014491#: git-add--interactive.perl:160614492#, perl-format14493msgid "Split into %d hunk.\n"14494msgid_plural "Split into %d hunks.\n"14495msgstr[0] ""14496msgstr[1] ""1449714498#: git-add--interactive.perl:165814499msgid "Review diff"14500msgstr ""1450114502#. TRANSLATORS: please do not translate the command names14503#. 'status', 'update', 'revert', etc.14504#: git-add--interactive.perl:167714505msgid ""14506"status - show paths with changes\n"14507"update - add working tree state to the staged set of changes\n"14508"revert - revert staged set of changes back to the HEAD version\n"14509"patch - pick hunks and update selectively\n"14510"diff\t - view diff between HEAD and index\n"14511"add untracked - add contents of untracked files to the staged set of "14512"changes\n"14513msgstr ""1451414515#: git-add--interactive.perl:1694 git-add--interactive.perl:169914516#: git-add--interactive.perl:1702 git-add--interactive.perl:170914517#: git-add--interactive.perl:1713 git-add--interactive.perl:171914518msgid "missing --"14519msgstr ""1452014521#: git-add--interactive.perl:171514522#, perl-format14523msgid "unknown --patch mode: %s"14524msgstr ""1452514526#: git-add--interactive.perl:1721 git-add--interactive.perl:172714527#, perl-format14528msgid "invalid argument %s, expecting --"14529msgstr ""1453014531#: git-send-email.perl:12114532msgid "local zone differs from GMT by a non-minute interval\n"14533msgstr ""1453414535#: git-send-email.perl:128 git-send-email.perl:13414536msgid "local time offset greater than or equal to 24 hours\n"14537msgstr ""1453814539#: git-send-email.perl:202 git-send-email.perl:20814540msgid "the editor exited uncleanly, aborting everything"14541msgstr ""1454214543#: git-send-email.perl:28214544#, perl-format14545msgid ""14546"'%s' contains an intermediate version of the email you were composing.\n"14547msgstr ""1454814549#: git-send-email.perl:28714550#, perl-format14551msgid "'%s.final' contains the composed email.\n"14552msgstr ""1455314554#: git-send-email.perl:30514555msgid "--dump-aliases incompatible with other options\n"14556msgstr ""1455714558#: git-send-email.perl:368 git-send-email.perl:62314559msgid "Cannot run git format-patch from outside a repository\n"14560msgstr ""1456114562#: git-send-email.perl:43714563#, perl-format14564msgid "Unknown --suppress-cc field: '%s'\n"14565msgstr ""1456614567#: git-send-email.perl:46614568#, perl-format14569msgid "Unknown --confirm setting: '%s'\n"14570msgstr ""1457114572#: git-send-email.perl:49814573#, perl-format14574msgid "warning: sendmail alias with quotes is not supported: %s\n"14575msgstr ""1457614577#: git-send-email.perl:50014578#, perl-format14579msgid "warning: `:include:` not supported: %s\n"14580msgstr ""1458114582#: git-send-email.perl:50214583#, perl-format14584msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"14585msgstr ""1458614587#: git-send-email.perl:50714588#, perl-format14589msgid "warning: sendmail line is not recognized: %s\n"14590msgstr ""1459114592#: git-send-email.perl:58914593#, perl-format14594msgid ""14595"File '%s' exists but it could also be the range of commits\n"14596"to produce patches for. Please disambiguate by...\n"14597"\n"14598" * Saying \"./%s\" if you mean a file; or\n"14599" * Giving --format-patch option if you mean a range.\n"14600msgstr ""1460114602#: git-send-email.perl:61014603#, perl-format14604msgid "Failed to opendir %s: %s"14605msgstr ""1460614607#: git-send-email.perl:63414608#, perl-format14609msgid ""14610"fatal: %s: %s\n"14611"warning: no patches were sent\n"14612msgstr ""1461314614#: git-send-email.perl:64514615msgid ""14616"\n"14617"No patch files specified!\n"14618"\n"14619msgstr ""1462014621#: git-send-email.perl:65814622#, perl-format14623msgid "No subject line in %s?"14624msgstr ""1462514626#: git-send-email.perl:66814627#, perl-format14628msgid "Failed to open for writing %s: %s"14629msgstr ""1463014631#: git-send-email.perl:67814632msgid ""14633"Lines beginning in \"GIT:\" will be removed.\n"14634"Consider including an overall diffstat or table of contents\n"14635"for the patch you are writing.\n"14636"\n"14637"Clear the body content if you don't wish to send a summary.\n"14638msgstr ""1463914640#: git-send-email.perl:70114641#, perl-format14642msgid "Failed to open %s.final: %s"14643msgstr ""1464414645#: git-send-email.perl:70414646#, perl-format14647msgid "Failed to open %s: %s"14648msgstr ""1464914650#: git-send-email.perl:73914651msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"14652msgstr ""1465314654#: git-send-email.perl:74814655msgid "Summary email is empty, skipping it\n"14656msgstr ""1465714658#. TRANSLATORS: please keep [y/N] as is.14659#: git-send-email.perl:78014660#, perl-format14661msgid "Are you sure you want to use <%s> [y/N]? "14662msgstr ""1466314664#: git-send-email.perl:80914665msgid ""14666"The following files are 8bit, but do not declare a Content-Transfer-"14667"Encoding.\n"14668msgstr ""1466914670#: git-send-email.perl:81414671msgid "Which 8bit encoding should I declare [UTF-8]? "14672msgstr ""1467314674#: git-send-email.perl:82214675#, perl-format14676msgid ""14677"Refusing to send because the patch\n"14678"\t%s\n"14679"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "14680"want to send.\n"14681msgstr ""1468214683#: git-send-email.perl:84114684msgid "To whom should the emails be sent (if anyone)?"14685msgstr ""1468614687#: git-send-email.perl:85914688#, perl-format14689msgid "fatal: alias '%s' expands to itself\n"14690msgstr ""1469114692#: git-send-email.perl:87114693msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "14694msgstr ""1469514696#: git-send-email.perl:921 git-send-email.perl:92914697#, perl-format14698msgid "error: unable to extract a valid address from: %s\n"14699msgstr ""1470014701#. TRANSLATORS: Make sure to include [q] [d] [e] in your14702#. translation. The program will only accept English input14703#. at this point.14704#: git-send-email.perl:93314705msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "14706msgstr ""1470714708#: git-send-email.perl:123414709#, perl-format14710msgid "CA path \"%s\" does not exist"14711msgstr ""1471214713#: git-send-email.perl:130914714msgid ""14715" The Cc list above has been expanded by additional\n"14716" addresses found in the patch commit message. By default\n"14717" send-email prompts before sending whenever this occurs.\n"14718" This behavior is controlled by the sendemail.confirm\n"14719" configuration setting.\n"14720"\n"14721" For additional information, run 'git send-email --help'.\n"14722" To retain the current behavior, but squelch this message,\n"14723" run 'git config --global sendemail.confirm auto'.\n"14724"\n"14725msgstr ""1472614727#. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your14728#. translation. The program will only accept English input14729#. at this point.14730#: git-send-email.perl:132414731msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "14732msgstr ""1473314734#: git-send-email.perl:132714735msgid "Send this email reply required"14736msgstr ""1473714738#: git-send-email.perl:135314739msgid "The required SMTP server is not properly defined."14740msgstr ""1474114742#: git-send-email.perl:139714743#, perl-format14744msgid "Server does not support STARTTLS! %s"14745msgstr ""1474614747#: git-send-email.perl:140314748msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."14749msgstr ""1475014751#: git-send-email.perl:142114752#, perl-format14753msgid "Failed to send %s\n"14754msgstr ""1475514756#: git-send-email.perl:142414757#, perl-format14758msgid "Dry-Sent %s\n"14759msgstr ""1476014761#: git-send-email.perl:142414762#, perl-format14763msgid "Sent %s\n"14764msgstr ""1476514766#: git-send-email.perl:142614767msgid "Dry-OK. Log says:\n"14768msgstr ""1476914770#: git-send-email.perl:142614771msgid "OK. Log says:\n"14772msgstr ""1477314774#: git-send-email.perl:143814775msgid "Result: "14776msgstr ""1477714778#: git-send-email.perl:144114779msgid "Result: OK\n"14780msgstr ""1478114782#: git-send-email.perl:145414783#, perl-format14784msgid "can't open file %s"14785msgstr ""1478614787#: git-send-email.perl:1501 git-send-email.perl:152114788#, perl-format14789msgid "(mbox) Adding cc: %s from line '%s'\n"14790msgstr ""1479114792#: git-send-email.perl:150714793#, perl-format14794msgid "(mbox) Adding to: %s from line '%s'\n"14795msgstr ""1479614797#: git-send-email.perl:155514798#, perl-format14799msgid "(non-mbox) Adding cc: %s from line '%s'\n"14800msgstr ""1480114802#: git-send-email.perl:157814803#, perl-format14804msgid "(body) Adding cc: %s from line '%s'\n"14805msgstr ""1480614807#: git-send-email.perl:167614808#, perl-format14809msgid "(%s) Could not execute '%s'"14810msgstr ""1481114812#: git-send-email.perl:168314813#, perl-format14814msgid "(%s) Adding %s: %s from: '%s'\n"14815msgstr ""1481614817#: git-send-email.perl:168714818#, perl-format14819msgid "(%s) failed to close pipe to '%s'"14820msgstr ""1482114822#: git-send-email.perl:171414823msgid "cannot send message as 7bit"14824msgstr ""1482514826#: git-send-email.perl:172214827msgid "invalid transfer encoding"14828msgstr ""1482914830#: git-send-email.perl:1741 git-send-email.perl:1792 git-send-email.perl:180214831#, perl-format14832msgid "unable to open %s: %s\n"14833msgstr ""1483414835#: git-send-email.perl:174414836#, perl-format14837msgid "%s: patch contains a line longer than 998 characters"14838msgstr ""1483914840#: git-send-email.perl:176014841#, perl-format14842msgid "Skipping %s with backup suffix '%s'.\n"14843msgstr ""1484414845#. TRANSLATORS: please keep "[y|N]" as is.14846#: git-send-email.perl:176414847#, perl-format14848msgid "Do you really want to send %s? [y|N]: "14849msgstr ""