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: 2016-08-27 23:21+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:1181 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#: archive.c:12 90msgid "git archive [<options>] <tree-ish> [<path>...]" 91msgstr "" 92 93#: archive.c:13 94msgid "git archive --list" 95msgstr "" 96 97#: archive.c:14 98msgid "" 99"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]" 100msgstr "" 101 102#: archive.c:15 103msgid "git archive --remote <repo> [--exec <cmd>] --list" 104msgstr "" 105 106#: archive.c:344 builtin/add.c:139 builtin/add.c:435 builtin/rm.c:327 107#, c-format 108msgid "pathspec '%s' did not match any files" 109msgstr "" 110 111#: archive.c:429 112msgid "fmt" 113msgstr "" 114 115#: archive.c:429 116msgid "archive format" 117msgstr "" 118 119#: archive.c:430 builtin/log.c:1422 120msgid "prefix" 121msgstr "" 122 123#: archive.c:431 124msgid "prepend prefix to each pathname in the archive" 125msgstr "" 126 127#: archive.c:432 builtin/archive.c:88 builtin/blame.c:2553 128#: builtin/blame.c:2554 builtin/config.c:59 builtin/fast-export.c:987 129#: builtin/fast-export.c:989 builtin/grep.c:722 builtin/hash-object.c:100 130#: builtin/ls-files.c:460 builtin/ls-files.c:463 builtin/notes.c:399 131#: builtin/notes.c:562 builtin/read-tree.c:109 parse-options.h:153 132msgid "file" 133msgstr "" 134 135#: archive.c:433 builtin/archive.c:89 136msgid "write the archive to this file" 137msgstr "" 138 139#: archive.c:435 140msgid "read .gitattributes in working directory" 141msgstr "" 142 143#: archive.c:436 144msgid "report archived files on stderr" 145msgstr "" 146 147#: archive.c:437 148msgid "store only" 149msgstr "" 150 151#: archive.c:438 152msgid "compress faster" 153msgstr "" 154 155#: archive.c:446 156msgid "compress better" 157msgstr "" 158 159#: archive.c:449 160msgid "list supported archive formats" 161msgstr "" 162 163#: archive.c:451 builtin/archive.c:90 builtin/clone.c:82 164#: builtin/submodule--helper.c:832 165msgid "repo" 166msgstr "" 167 168#: archive.c:452 builtin/archive.c:91 169msgid "retrieve the archive from remote repository <repo>" 170msgstr "" 171 172#: archive.c:453 builtin/archive.c:92 builtin/notes.c:483 173msgid "command" 174msgstr "" 175 176#: archive.c:454 builtin/archive.c:93 177msgid "path to the remote git-upload-archive command" 178msgstr "" 179 180#: archive.c:461 181msgid "Unexpected option --remote" 182msgstr "" 183 184#: archive.c:463 185msgid "Option --exec can only be used together with --remote" 186msgstr "" 187 188#: archive.c:465 189msgid "Unexpected option --output" 190msgstr "" 191 192#: archive.c:487 193#, c-format 194msgid "Unknown archive format '%s'" 195msgstr "" 196 197#: archive.c:494 198#, c-format 199msgid "Argument not supported for format '%s': -%d" 200msgstr "" 201 202#: attr.c:263 203msgid "" 204"Negative patterns are ignored in git attributes\n" 205"Use '\\!' for literal leading exclamation." 206msgstr "" 207 208#: bisect.c:441 209#, c-format 210msgid "Could not open file '%s'" 211msgstr "" 212 213#: bisect.c:446 214#, c-format 215msgid "Badly quoted content in file '%s': %s" 216msgstr "" 217 218#: bisect.c:655 219#, c-format 220msgid "We cannot bisect more!\n" 221msgstr "" 222 223#: bisect.c:708 224#, c-format 225msgid "Not a valid commit name %s" 226msgstr "" 227 228#: bisect.c:732 229#, c-format 230msgid "" 231"The merge base %s is bad.\n" 232"This means the bug has been fixed between %s and [%s].\n" 233msgstr "" 234 235#: bisect.c:737 236#, c-format 237msgid "" 238"The merge base %s is new.\n" 239"The property has changed between %s and [%s].\n" 240msgstr "" 241 242#: bisect.c:742 243#, c-format 244msgid "" 245"The merge base %s is %s.\n" 246"This means the first '%s' commit is between %s and [%s].\n" 247msgstr "" 248 249#: bisect.c:750 250#, c-format 251msgid "" 252"Some %s revs are not ancestor of the %s rev.\n" 253"git bisect cannot work properly in this case.\n" 254"Maybe you mistook %s and %s revs?\n" 255msgstr "" 256 257#: bisect.c:763 258#, c-format 259msgid "" 260"the merge base between %s and [%s] must be skipped.\n" 261"So we cannot be sure the first %s commit is between %s and %s.\n" 262"We continue anyway." 263msgstr "" 264 265#: bisect.c:798 266#, c-format 267msgid "Bisecting: a merge base must be tested\n" 268msgstr "" 269 270#: bisect.c:849 271#, c-format 272msgid "a %s revision is needed" 273msgstr "" 274 275#: bisect.c:866 builtin/notes.c:174 builtin/tag.c:248 276#, c-format 277msgid "could not create file '%s'" 278msgstr "" 279 280#: bisect.c:917 281#, c-format 282msgid "could not read file '%s'" 283msgstr "" 284 285#: bisect.c:947 286msgid "reading bisect refs failed" 287msgstr "" 288 289#: bisect.c:967 290#, c-format 291msgid "%s was both %s and %s\n" 292msgstr "" 293 294#: bisect.c:975 295#, c-format 296msgid "" 297"No testable commit found.\n" 298"Maybe you started with bad path parameters?\n" 299msgstr "" 300 301#: bisect.c:994 302#, c-format 303msgid "(roughly %d step)" 304msgid_plural "(roughly %d steps)" 305msgstr[0] "" 306msgstr[1] "" 307 308#. TRANSLATORS: the last %s will be replaced with 309#. "(roughly %d steps)" translation 310#: bisect.c:998 311#, c-format 312msgid "Bisecting: %d revision left to test after this %s\n" 313msgid_plural "Bisecting: %d revisions left to test after this %s\n" 314msgstr[0] "" 315msgstr[1] "" 316 317#: branch.c:53 318#, c-format 319msgid "" 320"\n" 321"After fixing the error cause you may try to fix up\n" 322"the remote tracking information by invoking\n" 323"\"git branch --set-upstream-to=%s%s%s\"." 324msgstr "" 325 326#: branch.c:67 327#, c-format 328msgid "Not setting branch %s as its own upstream." 329msgstr "" 330 331#: branch.c:93 332#, c-format 333msgid "Branch %s set up to track remote branch %s from %s by rebasing." 334msgstr "" 335 336#: branch.c:94 337#, c-format 338msgid "Branch %s set up to track remote branch %s from %s." 339msgstr "" 340 341#: branch.c:98 342#, c-format 343msgid "Branch %s set up to track local branch %s by rebasing." 344msgstr "" 345 346#: branch.c:99 347#, c-format 348msgid "Branch %s set up to track local branch %s." 349msgstr "" 350 351#: branch.c:104 352#, c-format 353msgid "Branch %s set up to track remote ref %s by rebasing." 354msgstr "" 355 356#: branch.c:105 357#, c-format 358msgid "Branch %s set up to track remote ref %s." 359msgstr "" 360 361#: branch.c:109 362#, c-format 363msgid "Branch %s set up to track local ref %s by rebasing." 364msgstr "" 365 366#: branch.c:110 367#, c-format 368msgid "Branch %s set up to track local ref %s." 369msgstr "" 370 371#: branch.c:119 372msgid "Unable to write upstream branch configuration" 373msgstr "" 374 375#: branch.c:156 376#, c-format 377msgid "Not tracking: ambiguous information for ref %s" 378msgstr "" 379 380#: branch.c:185 381#, c-format 382msgid "'%s' is not a valid branch name." 383msgstr "" 384 385#: branch.c:190 386#, c-format 387msgid "A branch named '%s' already exists." 388msgstr "" 389 390#: branch.c:198 391msgid "Cannot force update the current branch." 392msgstr "" 393 394#: branch.c:218 395#, c-format 396msgid "Cannot setup tracking information; starting point '%s' is not a branch." 397msgstr "" 398 399#: branch.c:220 400#, c-format 401msgid "the requested upstream branch '%s' does not exist" 402msgstr "" 403 404#: branch.c:222 405msgid "" 406"\n" 407"If you are planning on basing your work on an upstream\n" 408"branch that already exists at the remote, you may need to\n" 409"run \"git fetch\" to retrieve it.\n" 410"\n" 411"If you are planning to push out a new local branch that\n" 412"will track its remote counterpart, you may want to use\n" 413"\"git push -u\" to set the upstream config as you push." 414msgstr "" 415 416#: branch.c:266 417#, c-format 418msgid "Not a valid object name: '%s'." 419msgstr "" 420 421#: branch.c:286 422#, c-format 423msgid "Ambiguous object name: '%s'." 424msgstr "" 425 426#: branch.c:291 427#, c-format 428msgid "Not a valid branch point: '%s'." 429msgstr "" 430 431#: branch.c:345 432#, c-format 433msgid "'%s' is already checked out at '%s'" 434msgstr "" 435 436#: branch.c:364 437#, c-format 438msgid "HEAD of working tree %s is not updated" 439msgstr "" 440 441#: bundle.c:34 442#, c-format 443msgid "'%s' does not look like a v2 bundle file" 444msgstr "" 445 446#: bundle.c:61 447#, c-format 448msgid "unrecognized header: %s%s (%d)" 449msgstr "" 450 451#: bundle.c:87 builtin/commit.c:778 452#, c-format 453msgid "could not open '%s'" 454msgstr "" 455 456#: bundle.c:139 457msgid "Repository lacks these prerequisite commits:" 458msgstr "" 459 460#: bundle.c:163 ref-filter.c:1462 sequencer.c:630 sequencer.c:1085 461#: builtin/blame.c:2763 builtin/commit.c:1057 builtin/log.c:348 462#: builtin/log.c:890 builtin/log.c:1336 builtin/log.c:1659 builtin/log.c:1901 463#: builtin/merge.c:356 builtin/shortlog.c:170 464msgid "revision walk setup failed" 465msgstr "" 466 467#: bundle.c:185 468#, c-format 469msgid "The bundle contains this ref:" 470msgid_plural "The bundle contains these %d refs:" 471msgstr[0] "" 472msgstr[1] "" 473 474#: bundle.c:192 475msgid "The bundle records a complete history." 476msgstr "" 477 478#: bundle.c:194 479#, c-format 480msgid "The bundle requires this ref:" 481msgid_plural "The bundle requires these %d refs:" 482msgstr[0] "" 483msgstr[1] "" 484 485#: bundle.c:253 486msgid "Could not spawn pack-objects" 487msgstr "" 488 489#: bundle.c:264 490msgid "pack-objects died" 491msgstr "" 492 493#: bundle.c:304 494msgid "rev-list died" 495msgstr "" 496 497#: bundle.c:353 498#, c-format 499msgid "ref '%s' is excluded by the rev-list options" 500msgstr "" 501 502#: bundle.c:443 builtin/log.c:165 builtin/log.c:1565 builtin/shortlog.c:273 503#, c-format 504msgid "unrecognized argument: %s" 505msgstr "" 506 507#: bundle.c:451 508msgid "Refusing to create empty bundle." 509msgstr "" 510 511#: bundle.c:463 512#, c-format 513msgid "cannot create '%s'" 514msgstr "" 515 516#: bundle.c:491 517msgid "index-pack died" 518msgstr "" 519 520#: color.c:290 521#, c-format 522msgid "invalid color value: %.*s" 523msgstr "" 524 525#: commit.c:40 builtin/am.c:433 builtin/am.c:469 builtin/am.c:1505 526#: builtin/am.c:2119 527#, c-format 528msgid "could not parse %s" 529msgstr "" 530 531#: commit.c:42 532#, c-format 533msgid "%s %s is not a commit!" 534msgstr "" 535 536#: compat/obstack.c:406 compat/obstack.c:408 537msgid "memory exhausted" 538msgstr "" 539 540#: config.c:516 541#, c-format 542msgid "bad config line %d in blob %s" 543msgstr "" 544 545#: config.c:520 546#, c-format 547msgid "bad config line %d in file %s" 548msgstr "" 549 550#: config.c:524 551#, c-format 552msgid "bad config line %d in standard input" 553msgstr "" 554 555#: config.c:528 556#, c-format 557msgid "bad config line %d in submodule-blob %s" 558msgstr "" 559 560#: config.c:532 561#, c-format 562msgid "bad config line %d in command line %s" 563msgstr "" 564 565#: config.c:536 566#, c-format 567msgid "bad config line %d in %s" 568msgstr "" 569 570#: config.c:655 571msgid "out of range" 572msgstr "" 573 574#: config.c:655 575msgid "invalid unit" 576msgstr "" 577 578#: config.c:661 579#, c-format 580msgid "bad numeric config value '%s' for '%s': %s" 581msgstr "" 582 583#: config.c:666 584#, c-format 585msgid "bad numeric config value '%s' for '%s' in blob %s: %s" 586msgstr "" 587 588#: config.c:669 589#, c-format 590msgid "bad numeric config value '%s' for '%s' in file %s: %s" 591msgstr "" 592 593#: config.c:672 594#, c-format 595msgid "bad numeric config value '%s' for '%s' in standard input: %s" 596msgstr "" 597 598#: config.c:675 599#, c-format 600msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s" 601msgstr "" 602 603#: config.c:678 604#, c-format 605msgid "bad numeric config value '%s' for '%s' in command line %s: %s" 606msgstr "" 607 608#: config.c:681 609#, c-format 610msgid "bad numeric config value '%s' for '%s' in %s: %s" 611msgstr "" 612 613#: config.c:768 614#, c-format 615msgid "failed to expand user dir in: '%s'" 616msgstr "" 617 618#: config.c:849 config.c:860 619#, c-format 620msgid "bad zlib compression level %d" 621msgstr "" 622 623#: config.c:978 624#, c-format 625msgid "invalid mode for object creation: %s" 626msgstr "" 627 628#: config.c:1312 629msgid "unable to parse command-line config" 630msgstr "" 631 632#: config.c:1362 633msgid "unknown error occurred while reading the configuration files" 634msgstr "" 635 636#: config.c:1716 637#, c-format 638msgid "unable to parse '%s' from command-line config" 639msgstr "" 640 641#: config.c:1718 642#, c-format 643msgid "bad config variable '%s' in file '%s' at line %d" 644msgstr "" 645 646#: config.c:1777 647#, c-format 648msgid "%s has multiple values" 649msgstr "" 650 651#: config.c:2311 652#, c-format 653msgid "could not set '%s' to '%s'" 654msgstr "" 655 656#: config.c:2313 657#, c-format 658msgid "could not unset '%s'" 659msgstr "" 660 661#: connected.c:63 builtin/fsck.c:173 builtin/prune.c:140 662msgid "Checking connectivity" 663msgstr "" 664 665#: connected.c:74 666msgid "Could not run 'git rev-list'" 667msgstr "" 668 669#: connected.c:94 670msgid "failed write to rev-list" 671msgstr "" 672 673#: connected.c:101 674msgid "failed to close rev-list's stdin" 675msgstr "" 676 677#: date.c:97 678msgid "in the future" 679msgstr "" 680 681#: date.c:103 682#, c-format 683msgid "%lu second ago" 684msgid_plural "%lu seconds ago" 685msgstr[0] "" 686msgstr[1] "" 687 688#: date.c:110 689#, c-format 690msgid "%lu minute ago" 691msgid_plural "%lu minutes ago" 692msgstr[0] "" 693msgstr[1] "" 694 695#: date.c:117 696#, c-format 697msgid "%lu hour ago" 698msgid_plural "%lu hours ago" 699msgstr[0] "" 700msgstr[1] "" 701 702#: date.c:124 703#, c-format 704msgid "%lu day ago" 705msgid_plural "%lu days ago" 706msgstr[0] "" 707msgstr[1] "" 708 709#: date.c:130 710#, c-format 711msgid "%lu week ago" 712msgid_plural "%lu weeks ago" 713msgstr[0] "" 714msgstr[1] "" 715 716#: date.c:137 717#, c-format 718msgid "%lu month ago" 719msgid_plural "%lu months ago" 720msgstr[0] "" 721msgstr[1] "" 722 723#: date.c:148 724#, c-format 725msgid "%lu year" 726msgid_plural "%lu years" 727msgstr[0] "" 728msgstr[1] "" 729 730#. TRANSLATORS: "%s" is "<n> years" 731#: date.c:151 732#, c-format 733msgid "%s, %lu month ago" 734msgid_plural "%s, %lu months ago" 735msgstr[0] "" 736msgstr[1] "" 737 738#: date.c:156 date.c:161 739#, c-format 740msgid "%lu year ago" 741msgid_plural "%lu years ago" 742msgstr[0] "" 743msgstr[1] "" 744 745#: diffcore-order.c:24 746#, c-format 747msgid "failed to read orderfile '%s'" 748msgstr "" 749 750#: diffcore-rename.c:540 751msgid "Performing inexact rename detection" 752msgstr "" 753 754#: diff.c:116 755#, c-format 756msgid " Failed to parse dirstat cut-off percentage '%s'\n" 757msgstr "" 758 759#: diff.c:121 760#, c-format 761msgid " Unknown dirstat parameter '%s'\n" 762msgstr "" 763 764#: diff.c:225 765#, c-format 766msgid "Unknown value for 'diff.submodule' config variable: '%s'" 767msgstr "" 768 769#: diff.c:277 770#, c-format 771msgid "" 772"Found errors in 'diff.dirstat' config variable:\n" 773"%s" 774msgstr "" 775 776#: diff.c:3017 777#, c-format 778msgid "external diff died, stopping at %s" 779msgstr "" 780 781#: diff.c:3415 782msgid "--follow requires exactly one pathspec" 783msgstr "" 784 785#: diff.c:3578 786#, c-format 787msgid "" 788"Failed to parse --dirstat/-X option parameter:\n" 789"%s" 790msgstr "" 791 792#: diff.c:3592 793#, c-format 794msgid "Failed to parse --submodule option parameter: '%s'" 795msgstr "" 796 797#: dir.c:1823 798msgid "failed to get kernel name and information" 799msgstr "" 800 801#: dir.c:1942 802msgid "Untracked cache is disabled on this system or location." 803msgstr "" 804 805#: gpg-interface.c:178 806msgid "gpg failed to sign the data" 807msgstr "" 808 809#: gpg-interface.c:208 810msgid "could not create temporary file" 811msgstr "" 812 813#: gpg-interface.c:210 814#, c-format 815msgid "failed writing detached signature to '%s'" 816msgstr "" 817 818#: grep.c:1792 819#, c-format 820msgid "'%s': unable to read %s" 821msgstr "" 822 823#: grep.c:1809 builtin/clone.c:382 builtin/diff.c:84 builtin/rm.c:155 824#, c-format 825msgid "failed to stat '%s'" 826msgstr "" 827 828#: grep.c:1820 829#, c-format 830msgid "'%s': short read" 831msgstr "" 832 833#: help.c:205 834#, c-format 835msgid "available git commands in '%s'" 836msgstr "" 837 838#: help.c:212 839msgid "git commands available from elsewhere on your $PATH" 840msgstr "" 841 842#: help.c:244 843msgid "These are common Git commands used in various situations:" 844msgstr "" 845 846#: help.c:309 847#, c-format 848msgid "" 849"'%s' appears to be a git command, but we were not\n" 850"able to execute it. Maybe git-%s is broken?" 851msgstr "" 852 853#: help.c:366 854msgid "Uh oh. Your system reports no Git commands at all." 855msgstr "" 856 857#: help.c:388 858#, c-format 859msgid "" 860"WARNING: You called a Git command named '%s', which does not exist.\n" 861"Continuing under the assumption that you meant '%s'" 862msgstr "" 863 864#: help.c:393 865#, c-format 866msgid "in %0.1f seconds automatically..." 867msgstr "" 868 869#: help.c:400 870#, c-format 871msgid "git: '%s' is not a git command. See 'git --help'." 872msgstr "" 873 874#: help.c:404 help.c:470 875msgid "" 876"\n" 877"Did you mean this?" 878msgid_plural "" 879"\n" 880"Did you mean one of these?" 881msgstr[0] "" 882msgstr[1] "" 883 884#: help.c:466 885#, c-format 886msgid "%s: %s - %s" 887msgstr "" 888 889#: lockfile.c:152 890#, c-format 891msgid "" 892"Unable to create '%s.lock': %s.\n" 893"\n" 894"Another git process seems to be running in this repository, e.g.\n" 895"an editor opened by 'git commit'. Please make sure all processes\n" 896"are terminated then try again. If it still fails, a git process\n" 897"may have crashed in this repository earlier:\n" 898"remove the file manually to continue." 899msgstr "" 900 901#: lockfile.c:160 902#, c-format 903msgid "Unable to create '%s.lock': %s" 904msgstr "" 905 906#: merge.c:41 907msgid "failed to read the cache" 908msgstr "" 909 910#: merge.c:94 builtin/am.c:1992 builtin/am.c:2027 builtin/checkout.c:375 911#: builtin/checkout.c:589 builtin/clone.c:732 912msgid "unable to write new index file" 913msgstr "" 914 915#: merge-recursive.c:209 916msgid "(bad commit)\n" 917msgstr "" 918 919#: merge-recursive.c:231 920#, c-format 921msgid "addinfo_cache failed for path '%s'" 922msgstr "" 923 924#: merge-recursive.c:301 925msgid "error building trees" 926msgstr "" 927 928#: merge-recursive.c:720 929#, c-format 930msgid "failed to create path '%s'%s" 931msgstr "" 932 933#: merge-recursive.c:731 934#, c-format 935msgid "Removing %s to make room for subdirectory\n" 936msgstr "" 937 938#: merge-recursive.c:745 merge-recursive.c:764 939msgid ": perhaps a D/F conflict?" 940msgstr "" 941 942#: merge-recursive.c:754 943#, c-format 944msgid "refusing to lose untracked file at '%s'" 945msgstr "" 946 947#: merge-recursive.c:796 948#, c-format 949msgid "cannot read object %s '%s'" 950msgstr "" 951 952#: merge-recursive.c:798 953#, c-format 954msgid "blob expected for %s '%s'" 955msgstr "" 956 957#: merge-recursive.c:822 958#, c-format 959msgid "failed to open '%s': %s" 960msgstr "" 961 962#: merge-recursive.c:833 963#, c-format 964msgid "failed to symlink '%s': %s" 965msgstr "" 966 967#: merge-recursive.c:838 968#, c-format 969msgid "do not know what to do with %06o %s '%s'" 970msgstr "" 971 972#: merge-recursive.c:978 973msgid "Failed to execute internal merge" 974msgstr "" 975 976#: merge-recursive.c:982 977#, c-format 978msgid "Unable to add %s to database" 979msgstr "" 980 981#: merge-recursive.c:1081 merge-recursive.c:1095 982#, c-format 983msgid "" 984"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 985"in tree." 986msgstr "" 987 988#: merge-recursive.c:1087 merge-recursive.c:1100 989#, c-format 990msgid "" 991"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 992"in tree at %s." 993msgstr "" 994 995#: merge-recursive.c:1143 996msgid "rename" 997msgstr "" 998 999#: merge-recursive.c:11431000msgid "renamed"1001msgstr ""10021003#: merge-recursive.c:12001004#, c-format1005msgid "%s is a directory in %s adding as %s instead"1006msgstr ""10071008#: merge-recursive.c:12251009#, c-format1010msgid ""1011"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"1012"\"->\"%s\" in \"%s\"%s"1013msgstr ""10141015#: merge-recursive.c:12301016msgid " (left unresolved)"1017msgstr ""10181019#: merge-recursive.c:12921020#, c-format1021msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"1022msgstr ""10231024#: merge-recursive.c:13251025#, c-format1026msgid "Renaming %s to %s and %s to %s instead"1027msgstr ""10281029#: merge-recursive.c:15311030#, c-format1031msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"1032msgstr ""10331034#: merge-recursive.c:15461035#, c-format1036msgid "Adding merged %s"1037msgstr ""10381039#: merge-recursive.c:1553 merge-recursive.c:17661040#, c-format1041msgid "Adding as %s instead"1042msgstr ""10431044#: merge-recursive.c:16101045#, c-format1046msgid "cannot read object %s"1047msgstr ""10481049#: merge-recursive.c:16131050#, c-format1051msgid "object %s is not a blob"1052msgstr ""10531054#: merge-recursive.c:16661055msgid "modify"1056msgstr ""10571058#: merge-recursive.c:16661059msgid "modified"1060msgstr ""10611062#: merge-recursive.c:16761063msgid "content"1064msgstr ""10651066#: merge-recursive.c:16831067msgid "add/add"1068msgstr ""10691070#: merge-recursive.c:17181071#, c-format1072msgid "Skipped %s (merged same as existing)"1073msgstr ""10741075#: merge-recursive.c:17321076#, c-format1077msgid "Auto-merging %s"1078msgstr ""10791080#: merge-recursive.c:1736 git-submodule.sh:9191081msgid "submodule"1082msgstr ""10831084#: merge-recursive.c:17371085#, c-format1086msgid "CONFLICT (%s): Merge conflict in %s"1087msgstr ""10881089#: merge-recursive.c:18311090#, c-format1091msgid "Removing %s"1092msgstr ""10931094#: merge-recursive.c:18571095msgid "file/directory"1096msgstr ""10971098#: merge-recursive.c:18631099msgid "directory/file"1100msgstr ""11011102#: merge-recursive.c:18681103#, c-format1104msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"1105msgstr ""11061107#: merge-recursive.c:18771108#, c-format1109msgid "Adding %s"1110msgstr ""11111112#: merge-recursive.c:19141113msgid "Already up-to-date!"1114msgstr ""11151116#: merge-recursive.c:19231117#, c-format1118msgid "merging of trees %s and %s failed"1119msgstr ""11201121#: merge-recursive.c:20061122msgid "Merging:"1123msgstr ""11241125#: merge-recursive.c:20191126#, c-format1127msgid "found %u common ancestor:"1128msgid_plural "found %u common ancestors:"1129msgstr[0] ""1130msgstr[1] ""11311132#: merge-recursive.c:20581133msgid "merge returned no commit"1134msgstr ""11351136#: merge-recursive.c:21211137#, c-format1138msgid "Could not parse object '%s'"1139msgstr ""11401141#: merge-recursive.c:2135 builtin/merge.c:641 builtin/merge.c:7881142msgid "Unable to write index."1143msgstr ""11441145#: notes-utils.c:411146msgid "Cannot commit uninitialized/unreferenced notes tree"1147msgstr ""11481149#: notes-utils.c:1001150#, c-format1151msgid "Bad notes.rewriteMode value: '%s'"1152msgstr ""11531154#: notes-utils.c:1101155#, c-format1156msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"1157msgstr ""11581159#. TRANSLATORS: The first %s is the name of the1160#. environment variable, the second %s is its value1161#: notes-utils.c:1371162#, c-format1163msgid "Bad %s value: '%s'"1164msgstr ""11651166#: object.c:2421167#, c-format1168msgid "unable to parse object: %s"1169msgstr ""11701171#: parse-options.c:5721172msgid "..."1173msgstr ""11741175#: parse-options.c:5901176#, c-format1177msgid "usage: %s"1178msgstr ""11791180#. TRANSLATORS: the colon here should align with the1181#. one in "usage: %s" translation1182#: parse-options.c:5941183#, c-format1184msgid " or: %s"1185msgstr ""11861187#: parse-options.c:5971188#, c-format1189msgid " %s"1190msgstr ""11911192#: parse-options.c:6311193msgid "-NUM"1194msgstr ""11951196#: parse-options-cb.c:1081197#, c-format1198msgid "malformed object name '%s'"1199msgstr ""12001201#: path.c:7981202#, c-format1203msgid "Could not make %s writable by group"1204msgstr ""12051206#: pathspec.c:1331207msgid "global 'glob' and 'noglob' pathspec settings are incompatible"1208msgstr ""12091210#: pathspec.c:1431211msgid ""1212"global 'literal' pathspec setting is incompatible with all other global "1213"pathspec settings"1214msgstr ""12151216#: pathspec.c:1771217msgid "invalid parameter for pathspec magic 'prefix'"1218msgstr ""12191220#: pathspec.c:1831221#, c-format1222msgid "Invalid pathspec magic '%.*s' in '%s'"1223msgstr ""12241225#: pathspec.c:1871226#, c-format1227msgid "Missing ')' at the end of pathspec magic in '%s'"1228msgstr ""12291230#: pathspec.c:2051231#, c-format1232msgid "Unimplemented pathspec magic '%c' in '%s'"1233msgstr ""12341235#: pathspec.c:2301236#, c-format1237msgid "%s: 'literal' and 'glob' are incompatible"1238msgstr ""12391240#: pathspec.c:2411241#, c-format1242msgid "%s: '%s' is outside repository"1243msgstr ""12441245#: pathspec.c:2911246#, c-format1247msgid "Pathspec '%s' is in submodule '%.*s'"1248msgstr ""12491250#: pathspec.c:3531251#, c-format1252msgid "%s: pathspec magic not supported by this command: %s"1253msgstr ""12541255#: pathspec.c:4331256#, c-format1257msgid "pathspec '%s' is beyond a symbolic link"1258msgstr ""12591260#: pathspec.c:4421261msgid ""1262"There is nothing to exclude from by :(exclude) patterns.\n"1263"Perhaps you forgot to add either ':/' or '.' ?"1264msgstr ""12651266#: pretty.c:9731267msgid "unable to parse --pretty format"1268msgstr ""12691270#: progress.c:2351271msgid "done"1272msgstr ""12731274#: read-cache.c:12811275#, c-format1276msgid ""1277"index.version set, but the value is invalid.\n"1278"Using version %i"1279msgstr ""12801281#: read-cache.c:12911282#, c-format1283msgid ""1284"GIT_INDEX_VERSION set, but the value is invalid.\n"1285"Using version %i"1286msgstr ""12871288#: refs.c:551 builtin/merge.c:8401289#, c-format1290msgid "Could not open '%s' for writing"1291msgstr ""12921293#: refs/files-backend.c:25341294#, c-format1295msgid "could not delete reference %s: %s"1296msgstr ""12971298#: refs/files-backend.c:25371299#, c-format1300msgid "could not delete references: %s"1301msgstr ""13021303#: refs/files-backend.c:25461304#, c-format1305msgid "could not remove reference %s"1306msgstr ""13071308#: ref-filter.c:551309#, c-format1310msgid "expected format: %%(color:<color>)"1311msgstr ""13121313#: ref-filter.c:571314#, c-format1315msgid "unrecognized color: %%(color:%s)"1316msgstr ""13171318#: ref-filter.c:711319#, c-format1320msgid "unrecognized format: %%(%s)"1321msgstr ""13221323#: ref-filter.c:771324#, c-format1325msgid "%%(body) does not take arguments"1326msgstr ""13271328#: ref-filter.c:841329#, c-format1330msgid "%%(subject) does not take arguments"1331msgstr ""13321333#: ref-filter.c:1011334#, c-format1335msgid "positive value expected contents:lines=%s"1336msgstr ""13371338#: ref-filter.c:1031339#, c-format1340msgid "unrecognized %%(contents) argument: %s"1341msgstr ""13421343#: ref-filter.c:1131344#, c-format1345msgid "unrecognized %%(objectname) argument: %s"1346msgstr ""13471348#: ref-filter.c:1351349#, c-format1350msgid "expected format: %%(align:<width>,<position>)"1351msgstr ""13521353#: ref-filter.c:1471354#, c-format1355msgid "unrecognized position:%s"1356msgstr ""13571358#: ref-filter.c:1511359#, c-format1360msgid "unrecognized width:%s"1361msgstr ""13621363#: ref-filter.c:1571364#, c-format1365msgid "unrecognized %%(align) argument: %s"1366msgstr ""13671368#: ref-filter.c:1611369#, c-format1370msgid "positive width expected with the %%(align) atom"1371msgstr ""13721373#: ref-filter.c:2441374#, c-format1375msgid "malformed field name: %.*s"1376msgstr ""13771378#: ref-filter.c:2701379#, c-format1380msgid "unknown field name: %.*s"1381msgstr ""13821383#: ref-filter.c:3721384#, c-format1385msgid "format: %%(end) atom used without corresponding atom"1386msgstr ""13871388#: ref-filter.c:4241389#, c-format1390msgid "malformed format string %s"1391msgstr ""13921393#: ref-filter.c:8781394msgid ":strip= requires a positive integer argument"1395msgstr ""13961397#: ref-filter.c:8831398#, c-format1399msgid "ref '%s' does not have %ld components to :strip"1400msgstr ""14011402#: ref-filter.c:10461403#, c-format1404msgid "unknown %.*s format %s"1405msgstr ""14061407#: ref-filter.c:1066 ref-filter.c:10971408#, c-format1409msgid "missing object %s for %s"1410msgstr ""14111412#: ref-filter.c:1069 ref-filter.c:11001413#, c-format1414msgid "parse_object_buffer failed on %s for %s"1415msgstr ""14161417#: ref-filter.c:13111418#, c-format1419msgid "malformed object at '%s'"1420msgstr ""14211422#: ref-filter.c:13731423#, c-format1424msgid "ignoring ref with broken name %s"1425msgstr ""14261427#: ref-filter.c:13781428#, c-format1429msgid "ignoring broken ref %s"1430msgstr ""14311432#: ref-filter.c:16511433#, c-format1434msgid "format: %%(end) atom missing"1435msgstr ""14361437#: ref-filter.c:17051438#, c-format1439msgid "malformed object name %s"1440msgstr ""14411442#: remote.c:7461443#, c-format1444msgid "Cannot fetch both %s and %s to %s"1445msgstr ""14461447#: remote.c:7501448#, c-format1449msgid "%s usually tracks %s, not %s"1450msgstr ""14511452#: remote.c:7541453#, c-format1454msgid "%s tracks both %s and %s"1455msgstr ""14561457#: remote.c:7621458msgid "Internal error"1459msgstr ""14601461#: remote.c:1677 remote.c:17201462msgid "HEAD does not point to a branch"1463msgstr ""14641465#: remote.c:16861466#, c-format1467msgid "no such branch: '%s'"1468msgstr ""14691470#: remote.c:16891471#, c-format1472msgid "no upstream configured for branch '%s'"1473msgstr ""14741475#: remote.c:16951476#, c-format1477msgid "upstream branch '%s' not stored as a remote-tracking branch"1478msgstr ""14791480#: remote.c:17101481#, c-format1482msgid "push destination '%s' on remote '%s' has no local tracking branch"1483msgstr ""14841485#: remote.c:17251486#, c-format1487msgid "branch '%s' has no remote for pushing"1488msgstr ""14891490#: remote.c:17361491#, c-format1492msgid "push refspecs for '%s' do not include '%s'"1493msgstr ""14941495#: remote.c:17491496msgid "push has no destination (push.default is 'nothing')"1497msgstr ""14981499#: remote.c:17711500msgid "cannot resolve 'simple' push to a single destination"1501msgstr ""15021503#: remote.c:20731504#, c-format1505msgid "Your branch is based on '%s', but the upstream is gone.\n"1506msgstr ""15071508#: remote.c:20771509msgid " (use \"git branch --unset-upstream\" to fixup)\n"1510msgstr ""15111512#: remote.c:20801513#, c-format1514msgid "Your branch is up-to-date with '%s'.\n"1515msgstr ""15161517#: remote.c:20841518#, c-format1519msgid "Your branch is ahead of '%s' by %d commit.\n"1520msgid_plural "Your branch is ahead of '%s' by %d commits.\n"1521msgstr[0] ""1522msgstr[1] ""15231524#: remote.c:20901525msgid " (use \"git push\" to publish your local commits)\n"1526msgstr ""15271528#: remote.c:20931529#, c-format1530msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"1531msgid_plural ""1532"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"1533msgstr[0] ""1534msgstr[1] ""15351536#: remote.c:21011537msgid " (use \"git pull\" to update your local branch)\n"1538msgstr ""15391540#: remote.c:21041541#, c-format1542msgid ""1543"Your branch and '%s' have diverged,\n"1544"and have %d and %d different commit each, respectively.\n"1545msgid_plural ""1546"Your branch and '%s' have diverged,\n"1547"and have %d and %d different commits each, respectively.\n"1548msgstr[0] ""1549msgstr[1] ""15501551#: remote.c:21141552msgid " (use \"git pull\" to merge the remote branch into yours)\n"1553msgstr ""15541555#: revision.c:21321556msgid "your current branch appears to be broken"1557msgstr ""15581559#: revision.c:21351560#, c-format1561msgid "your current branch '%s' does not have any commits yet"1562msgstr ""15631564#: revision.c:23291565msgid "--first-parent is incompatible with --bisect"1566msgstr ""15671568#: run-command.c:921569msgid "open /dev/null failed"1570msgstr ""15711572#: run-command.c:941573#, c-format1574msgid "dup2(%d,%d) failed"1575msgstr ""15761577#: send-pack.c:2981578msgid "failed to sign the push certificate"1579msgstr ""15801581#: send-pack.c:4111582msgid "the receiving end does not support --signed push"1583msgstr ""15841585#: send-pack.c:4131586msgid ""1587"not sending a push certificate since the receiving end does not support --"1588"signed push"1589msgstr ""15901591#: send-pack.c:4251592msgid "the receiving end does not support --atomic push"1593msgstr ""15941595#: send-pack.c:4301596msgid "the receiving end does not support push options"1597msgstr ""15981599#: sequencer.c:1741600msgid ""1601"after resolving the conflicts, mark the corrected paths\n"1602"with 'git add <paths>' or 'git rm <paths>'"1603msgstr ""16041605#: sequencer.c:1771606msgid ""1607"after resolving the conflicts, mark the corrected paths\n"1608"with 'git add <paths>' or 'git rm <paths>'\n"1609"and commit the result with 'git commit'"1610msgstr ""16111612#: sequencer.c:190 sequencer.c:841 sequencer.c:9241613#, c-format1614msgid "Could not write to %s"1615msgstr ""16161617#: sequencer.c:193 sequencer.c:843 sequencer.c:9281618#, c-format1619msgid "Error wrapping up %s."1620msgstr ""16211622#: sequencer.c:2081623msgid "Your local changes would be overwritten by cherry-pick."1624msgstr ""16251626#: sequencer.c:2101627msgid "Your local changes would be overwritten by revert."1628msgstr ""16291630#: sequencer.c:2131631msgid "Commit your changes or stash them to proceed."1632msgstr ""16331634#: sequencer.c:2281635#, c-format1636msgid "%s: fast-forward"1637msgstr ""16381639#. TRANSLATORS: %s will be "revert" or "cherry-pick"1640#: sequencer.c:3031641#, c-format1642msgid "%s: Unable to write new index file"1643msgstr ""16441645#: sequencer.c:3211646msgid "Could not resolve HEAD commit\n"1647msgstr ""16481649#: sequencer.c:3411650msgid "Unable to update cache tree\n"1651msgstr ""16521653#: sequencer.c:3931654#, c-format1655msgid "Could not parse commit %s\n"1656msgstr ""16571658#: sequencer.c:3981659#, c-format1660msgid "Could not parse parent commit %s\n"1661msgstr ""16621663#: sequencer.c:4631664msgid "Your index file is unmerged."1665msgstr ""16661667#: sequencer.c:4821668#, c-format1669msgid "Commit %s is a merge but no -m option was given."1670msgstr ""16711672#: sequencer.c:4901673#, c-format1674msgid "Commit %s does not have parent %d"1675msgstr ""16761677#: sequencer.c:4941678#, c-format1679msgid "Mainline was specified but commit %s is not a merge."1680msgstr ""16811682#. TRANSLATORS: The first %s will be "revert" or1683#. "cherry-pick", the second %s a SHA11684#: sequencer.c:5071685#, c-format1686msgid "%s: cannot parse parent commit %s"1687msgstr ""16881689#: sequencer.c:5111690#, c-format1691msgid "Cannot get commit message for %s"1692msgstr ""16931694#: sequencer.c:5971695#, c-format1696msgid "could not revert %s... %s"1697msgstr ""16981699#: sequencer.c:5981700#, c-format1701msgid "could not apply %s... %s"1702msgstr ""17031704#: sequencer.c:6331705msgid "empty commit set passed"1706msgstr ""17071708#: sequencer.c:6411709#, c-format1710msgid "git %s: failed to read the index"1711msgstr ""17121713#: sequencer.c:6451714#, c-format1715msgid "git %s: failed to refresh the index"1716msgstr ""17171718#: sequencer.c:7051719msgid "Cannot revert during another revert."1720msgstr ""17211722#: sequencer.c:7061723msgid "Cannot revert during a cherry-pick."1724msgstr ""17251726#: sequencer.c:7091727msgid "Cannot cherry-pick during a revert."1728msgstr ""17291730#: sequencer.c:7101731msgid "Cannot cherry-pick during another cherry-pick."1732msgstr ""17331734#: sequencer.c:7321735#, c-format1736msgid "Could not parse line %d."1737msgstr ""17381739#: sequencer.c:7371740msgid "No commits parsed."1741msgstr ""17421743#: sequencer.c:7491744#, c-format1745msgid "Could not open %s"1746msgstr ""17471748#: sequencer.c:7531749#, c-format1750msgid "Could not read %s."1751msgstr ""17521753#: sequencer.c:7601754#, c-format1755msgid "Unusable instruction sheet: %s"1756msgstr ""17571758#: sequencer.c:7901759#, c-format1760msgid "Invalid key: %s"1761msgstr ""17621763#: sequencer.c:793 builtin/pull.c:50 builtin/pull.c:521764#, c-format1765msgid "Invalid value for %s: %s"1766msgstr ""17671768#: sequencer.c:8031769#, c-format1770msgid "Malformed options sheet: %s"1771msgstr ""17721773#: sequencer.c:8221774msgid "a cherry-pick or revert is already in progress"1775msgstr ""17761777#: sequencer.c:8231778msgid "try \"git cherry-pick (--continue | --quit | --abort)\""1779msgstr ""17801781#: sequencer.c:8271782#, c-format1783msgid "Could not create sequencer directory %s"1784msgstr ""17851786#: sequencer.c:862 sequencer.c:9981787msgid "no cherry-pick or revert in progress"1788msgstr ""17891790#: sequencer.c:8641791msgid "cannot resolve HEAD"1792msgstr ""17931794#: sequencer.c:866 sequencer.c:9001795msgid "cannot abort from a branch yet to be born"1796msgstr ""17971798#: sequencer.c:886 builtin/fetch.c:724 builtin/fetch.c:9701799#, c-format1800msgid "cannot open %s"1801msgstr ""18021803#: sequencer.c:8881804#, c-format1805msgid "cannot read %s: %s"1806msgstr ""18071808#: sequencer.c:8891809msgid "unexpected end of file"1810msgstr ""18111812#: sequencer.c:8951813#, c-format1814msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"1815msgstr ""18161817#: sequencer.c:9211818#, c-format1819msgid "Could not format %s."1820msgstr ""18211822#: sequencer.c:10661823#, c-format1824msgid "%s: can't cherry-pick a %s"1825msgstr ""18261827#: sequencer.c:10691828#, c-format1829msgid "%s: bad revision"1830msgstr ""18311832#: sequencer.c:11021833msgid "Can't revert as initial commit"1834msgstr ""18351836#: setup.c:1601837#, c-format1838msgid ""1839"%s: no such path in the working tree.\n"1840"Use 'git <command> -- <path>...' to specify paths that do not exist locally."1841msgstr ""18421843#: setup.c:1731844#, c-format1845msgid ""1846"ambiguous argument '%s': unknown revision or path not in the working tree.\n"1847"Use '--' to separate paths from revisions, like this:\n"1848"'git <command> [<revision>...] -- [<file>...]'"1849msgstr ""18501851#: setup.c:2231852#, c-format1853msgid ""1854"ambiguous argument '%s': both revision and filename\n"1855"Use '--' to separate paths from revisions, like this:\n"1856"'git <command> [<revision>...] -- [<file>...]'"1857msgstr ""18581859#: setup.c:248 builtin/apply.c:3362 builtin/apply.c:3373 builtin/apply.c:34191860#, c-format1861msgid "failed to read %s"1862msgstr ""18631864#: setup.c:4681865#, c-format1866msgid "Expected git repo version <= %d, found %d"1867msgstr ""18681869#: setup.c:4761870msgid "unknown repository extensions found:"1871msgstr ""18721873#: setup.c:7621874#, c-format1875msgid "Not a git repository (or any of the parent directories): %s"1876msgstr ""18771878#: setup.c:764 setup.c:915 builtin/index-pack.c:16411879msgid "Cannot come back to cwd"1880msgstr ""18811882#: setup.c:8451883msgid "Unable to read current working directory"1884msgstr ""18851886#: setup.c:9201887#, c-format1888msgid ""1889"Not a git repository (or any parent up to mount point %s)\n"1890"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."1891msgstr ""18921893#: setup.c:9271894#, c-format1895msgid "Cannot change to '%s/..'"1896msgstr ""18971898#: setup.c:9891899#, c-format1900msgid ""1901"Problem with core.sharedRepository filemode value (0%.3o).\n"1902"The owner of files must always have read and write permissions."1903msgstr ""19041905#: sha1_file.c:10461906msgid "offset before end of packfile (broken .idx?)"1907msgstr ""19081909#: sha1_file.c:24341910#, c-format1911msgid "offset before start of pack index for %s (corrupt index?)"1912msgstr ""19131914#: sha1_file.c:24381915#, c-format1916msgid "offset beyond end of pack index for %s (truncated index?)"1917msgstr ""19181919#: sha1_name.c:4621920msgid ""1921"Git normally never creates a ref that ends with 40 hex characters\n"1922"because it will be ignored when you just specify 40-hex. These refs\n"1923"may be created by mistake. For example,\n"1924"\n"1925" git checkout -b $br $(git rev-parse ...)\n"1926"\n"1927"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"1928"examine these refs and maybe delete them. Turn this message off by\n"1929"running \"git config advice.objectNameWarning false\""1930msgstr ""19311932#: submodule.c:64 submodule.c:981933msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"1934msgstr ""19351936#: submodule.c:68 submodule.c:1021937#, c-format1938msgid "Could not find section in .gitmodules where path=%s"1939msgstr ""19401941#: submodule.c:761942#, c-format1943msgid "Could not update .gitmodules entry %s"1944msgstr ""19451946#: submodule.c:1091947#, c-format1948msgid "Could not remove .gitmodules entry for %s"1949msgstr ""19501951#: submodule.c:1201952msgid "staging updated .gitmodules failed"1953msgstr ""19541955#: submodule.c:1771956msgid "negative values not allowed for submodule.fetchJobs"1957msgstr ""19581959#: submodule-config.c:3581960#, c-format1961msgid "invalid value for %s"1962msgstr ""19631964#: trailer.c:2371965#, c-format1966msgid "running trailer command '%s' failed"1967msgstr ""19681969#: trailer.c:492 trailer.c:496 trailer.c:500 trailer.c:554 trailer.c:5581970#: trailer.c:5621971#, c-format1972msgid "unknown value '%s' for key '%s'"1973msgstr ""19741975#: trailer.c:544 trailer.c:549 builtin/remote.c:2891976#, c-format1977msgid "more than one %s"1978msgstr ""19791980#: trailer.c:5821981#, c-format1982msgid "empty trailer token in trailer '%.*s'"1983msgstr ""19841985#: trailer.c:7021986#, c-format1987msgid "could not read input file '%s'"1988msgstr ""19891990#: trailer.c:7051991msgid "could not read from stdin"1992msgstr ""19931994#: trailer.c:857 builtin/am.c:421995#, c-format1996msgid "could not stat %s"1997msgstr ""19981999#: trailer.c:8592000#, c-format2001msgid "file %s is not a regular file"2002msgstr ""20032004#: trailer.c:8612005#, c-format2006msgid "file %s is not writable by user"2007msgstr ""20082009#: trailer.c:8732010msgid "could not open temporary file"2011msgstr ""20122013#: trailer.c:9122014#, c-format2015msgid "could not rename temporary file to %s"2016msgstr ""20172018#: transport.c:622019#, c-format2020msgid "Would set upstream of '%s' to '%s' of '%s'\n"2021msgstr ""20222023#: transport.c:1512024#, c-format2025msgid "transport: invalid depth option '%s'"2026msgstr ""20272028#: transport.c:7712029#, c-format2030msgid ""2031"The following submodule paths contain changes that can\n"2032"not be found on any remote:\n"2033msgstr ""20342035#: transport.c:7752036#, c-format2037msgid ""2038"\n"2039"Please try\n"2040"\n"2041"\tgit push --recurse-submodules=on-demand\n"2042"\n"2043"or cd to the path and use\n"2044"\n"2045"\tgit push\n"2046"\n"2047"to push them to a remote.\n"2048"\n"2049msgstr ""20502051#: transport.c:7832052msgid "Aborting."2053msgstr ""20542055#: transport-helper.c:10412056#, c-format2057msgid "Could not read ref %s"2058msgstr ""20592060#: unpack-trees.c:642061#, c-format2062msgid ""2063"Your local changes to the following files would be overwritten by checkout:\n"2064"%%sPlease commit your changes or stash them before you switch branches."2065msgstr ""20662067#: unpack-trees.c:662068#, c-format2069msgid ""2070"Your local changes to the following files would be overwritten by checkout:\n"2071"%%s"2072msgstr ""20732074#: unpack-trees.c:692075#, c-format2076msgid ""2077"Your local changes to the following files would be overwritten by merge:\n"2078"%%sPlease commit your changes or stash them before you merge."2079msgstr ""20802081#: unpack-trees.c:712082#, c-format2083msgid ""2084"Your local changes to the following files would be overwritten by merge:\n"2085"%%s"2086msgstr ""20872088#: unpack-trees.c:742089#, c-format2090msgid ""2091"Your local changes to the following files would be overwritten by %s:\n"2092"%%sPlease commit your changes or stash them before you %s."2093msgstr ""20942095#: unpack-trees.c:762096#, c-format2097msgid ""2098"Your local changes to the following files would be overwritten by %s:\n"2099"%%s"2100msgstr ""21012102#: unpack-trees.c:812103#, c-format2104msgid ""2105"Updating the following directories would lose untracked files in it:\n"2106"%s"2107msgstr ""21082109#: unpack-trees.c:852110#, c-format2111msgid ""2112"The following untracked working tree files would be removed by checkout:\n"2113"%%sPlease move or remove them before you switch branches."2114msgstr ""21152116#: unpack-trees.c:872117#, c-format2118msgid ""2119"The following untracked working tree files would be removed by checkout:\n"2120"%%s"2121msgstr ""21222123#: unpack-trees.c:902124#, c-format2125msgid ""2126"The following untracked working tree files would be removed by merge:\n"2127"%%sPlease move or remove them before you merge."2128msgstr ""21292130#: unpack-trees.c:922131#, c-format2132msgid ""2133"The following untracked working tree files would be removed by merge:\n"2134"%%s"2135msgstr ""21362137#: unpack-trees.c:952138#, c-format2139msgid ""2140"The following untracked working tree files would be removed by %s:\n"2141"%%sPlease move or remove them before you %s."2142msgstr ""21432144#: unpack-trees.c:972145#, c-format2146msgid ""2147"The following untracked working tree files would be removed by %s:\n"2148"%%s"2149msgstr ""21502151#: unpack-trees.c:1022152#, c-format2153msgid ""2154"The following untracked working tree files would be overwritten by "2155"checkout:\n"2156"%%sPlease move or remove them before you switch branches."2157msgstr ""21582159#: unpack-trees.c:1042160#, c-format2161msgid ""2162"The following untracked working tree files would be overwritten by "2163"checkout:\n"2164"%%s"2165msgstr ""21662167#: unpack-trees.c:1072168#, c-format2169msgid ""2170"The following untracked working tree files would be overwritten by merge:\n"2171"%%sPlease move or remove them before you merge."2172msgstr ""21732174#: unpack-trees.c:1092175#, c-format2176msgid ""2177"The following untracked working tree files would be overwritten by merge:\n"2178"%%s"2179msgstr ""21802181#: unpack-trees.c:1122182#, c-format2183msgid ""2184"The following untracked working tree files would be overwritten by %s:\n"2185"%%sPlease move or remove them before you %s."2186msgstr ""21872188#: unpack-trees.c:1142189#, c-format2190msgid ""2191"The following untracked working tree files would be overwritten by %s:\n"2192"%%s"2193msgstr ""21942195#: unpack-trees.c:1212196#, c-format2197msgid "Entry '%s' overlaps with '%s'. Cannot bind."2198msgstr ""21992200#: unpack-trees.c:1242201#, c-format2202msgid ""2203"Cannot update sparse checkout: the following entries are not up-to-date:\n"2204"%s"2205msgstr ""22062207#: unpack-trees.c:1262208#, c-format2209msgid ""2210"The following Working tree files would be overwritten by sparse checkout "2211"update:\n"2212"%s"2213msgstr ""22142215#: unpack-trees.c:1282216#, c-format2217msgid ""2218"The following Working tree files would be removed by sparse checkout "2219"update:\n"2220"%s"2221msgstr ""22222223#: unpack-trees.c:2052224#, c-format2225msgid "Aborting\n"2226msgstr ""22272228#: unpack-trees.c:2372229msgid "Checking out files"2230msgstr ""22312232#: urlmatch.c:1202233msgid "invalid URL scheme name or missing '://' suffix"2234msgstr ""22352236#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:3562237#, c-format2238msgid "invalid %XX escape sequence"2239msgstr ""22402241#: urlmatch.c:1722242msgid "missing host and scheme is not 'file:'"2243msgstr ""22442245#: urlmatch.c:1892246msgid "a 'file:' URL may not have a port number"2247msgstr ""22482249#: urlmatch.c:1992250msgid "invalid characters in host name"2251msgstr ""22522253#: urlmatch.c:244 urlmatch.c:2552254msgid "invalid port number"2255msgstr ""22562257#: urlmatch.c:3222258msgid "invalid '..' path segment"2259msgstr ""22602261#: worktree.c:2822262#, c-format2263msgid "failed to read '%s'"2264msgstr ""22652266#: wrapper.c:222 wrapper.c:3922267#, c-format2268msgid "could not open '%s' for reading and writing"2269msgstr ""22702271#: wrapper.c:224 wrapper.c:394 builtin/am.c:7782272#, c-format2273msgid "could not open '%s' for writing"2274msgstr ""22752276#: wrapper.c:226 wrapper.c:396 builtin/am.c:324 builtin/am.c:7712277#: builtin/am.c:859 builtin/commit.c:1712 builtin/merge.c:10292278#: builtin/pull.c:4072279#, c-format2280msgid "could not open '%s' for reading"2281msgstr ""22822283#: wrapper.c:605 wrapper.c:6262284#, c-format2285msgid "unable to access '%s'"2286msgstr ""22872288#: wrapper.c:6342289msgid "unable to get current working directory"2290msgstr ""22912292#: wrapper.c:6582293#, c-format2294msgid "could not write to %s"2295msgstr ""22962297#: wrapper.c:6602298#, c-format2299msgid "could not close %s"2300msgstr ""23012302#: wt-status.c:1502303msgid "Unmerged paths:"2304msgstr ""23052306#: wt-status.c:177 wt-status.c:2042307#, c-format2308msgid " (use \"git reset %s <file>...\" to unstage)"2309msgstr ""23102311#: wt-status.c:179 wt-status.c:2062312msgid " (use \"git rm --cached <file>...\" to unstage)"2313msgstr ""23142315#: wt-status.c:1832316msgid " (use \"git add <file>...\" to mark resolution)"2317msgstr ""23182319#: wt-status.c:185 wt-status.c:1892320msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"2321msgstr ""23222323#: wt-status.c:1872324msgid " (use \"git rm <file>...\" to mark resolution)"2325msgstr ""23262327#: wt-status.c:198 wt-status.c:8822328msgid "Changes to be committed:"2329msgstr ""23302331#: wt-status.c:216 wt-status.c:8912332msgid "Changes not staged for commit:"2333msgstr ""23342335#: wt-status.c:2202336msgid " (use \"git add <file>...\" to update what will be committed)"2337msgstr ""23382339#: wt-status.c:2222340msgid " (use \"git add/rm <file>...\" to update what will be committed)"2341msgstr ""23422343#: wt-status.c:2232344msgid ""2345" (use \"git checkout -- <file>...\" to discard changes in working directory)"2346msgstr ""23472348#: wt-status.c:2252349msgid " (commit or discard the untracked or modified content in submodules)"2350msgstr ""23512352#: wt-status.c:2372353#, c-format2354msgid " (use \"git %s <file>...\" to include in what will be committed)"2355msgstr ""23562357#: wt-status.c:2522358msgid "both deleted:"2359msgstr ""23602361#: wt-status.c:2542362msgid "added by us:"2363msgstr ""23642365#: wt-status.c:2562366msgid "deleted by them:"2367msgstr ""23682369#: wt-status.c:2582370msgid "added by them:"2371msgstr ""23722373#: wt-status.c:2602374msgid "deleted by us:"2375msgstr ""23762377#: wt-status.c:2622378msgid "both added:"2379msgstr ""23802381#: wt-status.c:2642382msgid "both modified:"2383msgstr ""23842385#: wt-status.c:2742386msgid "new file:"2387msgstr ""23882389#: wt-status.c:2762390msgid "copied:"2391msgstr ""23922393#: wt-status.c:2782394msgid "deleted:"2395msgstr ""23962397#: wt-status.c:2802398msgid "modified:"2399msgstr ""24002401#: wt-status.c:2822402msgid "renamed:"2403msgstr ""24042405#: wt-status.c:2842406msgid "typechange:"2407msgstr ""24082409#: wt-status.c:2862410msgid "unknown:"2411msgstr ""24122413#: wt-status.c:2882414msgid "unmerged:"2415msgstr ""24162417#: wt-status.c:3702418msgid "new commits, "2419msgstr ""24202421#: wt-status.c:3722422msgid "modified content, "2423msgstr ""24242425#: wt-status.c:3742426msgid "untracked content, "2427msgstr ""24282429#: wt-status.c:7562430msgid "Submodules changed but not updated:"2431msgstr ""24322433#: wt-status.c:7582434msgid "Submodule changes to be committed:"2435msgstr ""24362437#: wt-status.c:8392438msgid ""2439"Do not touch the line above.\n"2440"Everything below will be removed."2441msgstr ""24422443#: wt-status.c:9502444msgid "You have unmerged paths."2445msgstr ""24462447#: wt-status.c:9532448msgid " (fix conflicts and run \"git commit\")"2449msgstr ""24502451#: wt-status.c:9552452msgid " (use \"git merge --abort\" to abort the merge)"2453msgstr ""24542455#: wt-status.c:9602456msgid "All conflicts fixed but you are still merging."2457msgstr ""24582459#: wt-status.c:9632460msgid " (use \"git commit\" to conclude merge)"2461msgstr ""24622463#: wt-status.c:9732464msgid "You are in the middle of an am session."2465msgstr ""24662467#: wt-status.c:9762468msgid "The current patch is empty."2469msgstr ""24702471#: wt-status.c:9802472msgid " (fix conflicts and then run \"git am --continue\")"2473msgstr ""24742475#: wt-status.c:9822476msgid " (use \"git am --skip\" to skip this patch)"2477msgstr ""24782479#: wt-status.c:9842480msgid " (use \"git am --abort\" to restore the original branch)"2481msgstr ""24822483#: wt-status.c:11092484msgid "No commands done."2485msgstr ""24862487#: wt-status.c:11122488#, c-format2489msgid "Last command done (%d command done):"2490msgid_plural "Last commands done (%d commands done):"2491msgstr[0] ""2492msgstr[1] ""24932494#: wt-status.c:11232495#, c-format2496msgid " (see more in file %s)"2497msgstr ""24982499#: wt-status.c:11282500msgid "No commands remaining."2501msgstr ""25022503#: wt-status.c:11312504#, c-format2505msgid "Next command to do (%d remaining command):"2506msgid_plural "Next commands to do (%d remaining commands):"2507msgstr[0] ""2508msgstr[1] ""25092510#: wt-status.c:11392511msgid " (use \"git rebase --edit-todo\" to view and edit)"2512msgstr ""25132514#: wt-status.c:11522515#, c-format2516msgid "You are currently rebasing branch '%s' on '%s'."2517msgstr ""25182519#: wt-status.c:11572520msgid "You are currently rebasing."2521msgstr ""25222523#: wt-status.c:11712524msgid " (fix conflicts and then run \"git rebase --continue\")"2525msgstr ""25262527#: wt-status.c:11732528msgid " (use \"git rebase --skip\" to skip this patch)"2529msgstr ""25302531#: wt-status.c:11752532msgid " (use \"git rebase --abort\" to check out the original branch)"2533msgstr ""25342535#: wt-status.c:11812536msgid " (all conflicts fixed: run \"git rebase --continue\")"2537msgstr ""25382539#: wt-status.c:11852540#, c-format2541msgid ""2542"You are currently splitting a commit while rebasing branch '%s' on '%s'."2543msgstr ""25442545#: wt-status.c:11902546msgid "You are currently splitting a commit during a rebase."2547msgstr ""25482549#: wt-status.c:11932550msgid " (Once your working directory is clean, run \"git rebase --continue\")"2551msgstr ""25522553#: wt-status.c:11972554#, c-format2555msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."2556msgstr ""25572558#: wt-status.c:12022559msgid "You are currently editing a commit during a rebase."2560msgstr ""25612562#: wt-status.c:12052563msgid " (use \"git commit --amend\" to amend the current commit)"2564msgstr ""25652566#: wt-status.c:12072567msgid ""2568" (use \"git rebase --continue\" once you are satisfied with your changes)"2569msgstr ""25702571#: wt-status.c:12172572#, c-format2573msgid "You are currently cherry-picking commit %s."2574msgstr ""25752576#: wt-status.c:12222577msgid " (fix conflicts and run \"git cherry-pick --continue\")"2578msgstr ""25792580#: wt-status.c:12252581msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"2582msgstr ""25832584#: wt-status.c:12272585msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"2586msgstr ""25872588#: wt-status.c:12362589#, c-format2590msgid "You are currently reverting commit %s."2591msgstr ""25922593#: wt-status.c:12412594msgid " (fix conflicts and run \"git revert --continue\")"2595msgstr ""25962597#: wt-status.c:12442598msgid " (all conflicts fixed: run \"git revert --continue\")"2599msgstr ""26002601#: wt-status.c:12462602msgid " (use \"git revert --abort\" to cancel the revert operation)"2603msgstr ""26042605#: wt-status.c:12572606#, c-format2607msgid "You are currently bisecting, started from branch '%s'."2608msgstr ""26092610#: wt-status.c:12612611msgid "You are currently bisecting."2612msgstr ""26132614#: wt-status.c:12642615msgid " (use \"git bisect reset\" to get back to the original branch)"2616msgstr ""26172618#: wt-status.c:14642619msgid "On branch "2620msgstr ""26212622#: wt-status.c:14702623msgid "interactive rebase in progress; onto "2624msgstr ""26252626#: wt-status.c:14722627msgid "rebase in progress; onto "2628msgstr ""26292630#: wt-status.c:14772631msgid "HEAD detached at "2632msgstr ""26332634#: wt-status.c:14792635msgid "HEAD detached from "2636msgstr ""26372638#: wt-status.c:14822639msgid "Not currently on any branch."2640msgstr ""26412642#: wt-status.c:15002643msgid "Initial commit"2644msgstr ""26452646#: wt-status.c:15142647msgid "Untracked files"2648msgstr ""26492650#: wt-status.c:15162651msgid "Ignored files"2652msgstr ""26532654#: wt-status.c:15202655#, c-format2656msgid ""2657"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"2658"may speed it up, but you have to be careful not to forget to add\n"2659"new files yourself (see 'git help status')."2660msgstr ""26612662#: wt-status.c:15262663#, c-format2664msgid "Untracked files not listed%s"2665msgstr ""26662667#: wt-status.c:15282668msgid " (use -u option to show untracked files)"2669msgstr ""26702671#: wt-status.c:15342672msgid "No changes"2673msgstr ""26742675#: wt-status.c:15392676#, c-format2677msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"2678msgstr ""26792680#: wt-status.c:15422681#, c-format2682msgid "no changes added to commit\n"2683msgstr ""26842685#: wt-status.c:15452686#, c-format2687msgid ""2688"nothing added to commit but untracked files present (use \"git add\" to "2689"track)\n"2690msgstr ""26912692#: wt-status.c:15482693#, c-format2694msgid "nothing added to commit but untracked files present\n"2695msgstr ""26962697#: wt-status.c:15512698#, c-format2699msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"2700msgstr ""27012702#: wt-status.c:1554 wt-status.c:15592703#, c-format2704msgid "nothing to commit\n"2705msgstr ""27062707#: wt-status.c:15572708#, c-format2709msgid "nothing to commit (use -u to show untracked files)\n"2710msgstr ""27112712#: wt-status.c:15612713#, c-format2714msgid "nothing to commit, working tree clean\n"2715msgstr ""27162717#: wt-status.c:16682718msgid "Initial commit on "2719msgstr ""27202721#: wt-status.c:16722722msgid "HEAD (no branch)"2723msgstr ""27242725#: wt-status.c:17012726msgid "gone"2727msgstr ""27282729#: wt-status.c:1703 wt-status.c:17112730msgid "behind "2731msgstr ""27322733#: wt-status.c:1706 wt-status.c:17092734msgid "ahead "2735msgstr ""27362737#: compat/precompose_utf8.c:57 builtin/clone.c:4152738#, c-format2739msgid "failed to unlink '%s'"2740msgstr ""27412742#: builtin/add.c:222743msgid "git add [<options>] [--] <pathspec>..."2744msgstr ""27452746#: builtin/add.c:652747#, c-format2748msgid "unexpected diff status %c"2749msgstr ""27502751#: builtin/add.c:71 builtin/commit.c:2812752msgid "updating files failed"2753msgstr ""27542755#: builtin/add.c:812756#, c-format2757msgid "remove '%s'\n"2758msgstr ""27592760#: builtin/add.c:1362761msgid "Unstaged changes after refreshing the index:"2762msgstr ""27632764#: builtin/add.c:196 builtin/rev-parse.c:8112765msgid "Could not read the index"2766msgstr ""27672768#: builtin/add.c:2072769#, c-format2770msgid "Could not open '%s' for writing."2771msgstr ""27722773#: builtin/add.c:2112774msgid "Could not write patch"2775msgstr ""27762777#: builtin/add.c:2142778msgid "editing patch failed"2779msgstr ""27802781#: builtin/add.c:2172782#, c-format2783msgid "Could not stat '%s'"2784msgstr ""27852786#: builtin/add.c:2192787msgid "Empty patch. Aborted."2788msgstr ""27892790#: builtin/add.c:2242791#, c-format2792msgid "Could not apply '%s'"2793msgstr ""27942795#: builtin/add.c:2342796msgid "The following paths are ignored by one of your .gitignore files:\n"2797msgstr ""27982799#: builtin/add.c:253 builtin/clean.c:870 builtin/fetch.c:113 builtin/mv.c:1112800#: builtin/prune-packed.c:55 builtin/pull.c:197 builtin/push.c:5212801#: builtin/remote.c:1327 builtin/rm.c:268 builtin/send-pack.c:1622802msgid "dry run"2803msgstr ""28042805#: builtin/add.c:254 builtin/apply.c:4854 builtin/check-ignore.c:192806#: builtin/commit.c:1334 builtin/count-objects.c:85 builtin/fsck.c:5932807#: builtin/log.c:1852 builtin/mv.c:110 builtin/read-tree.c:1142808msgid "be verbose"2809msgstr ""28102811#: builtin/add.c:2562812msgid "interactive picking"2813msgstr ""28142815#: builtin/add.c:257 builtin/checkout.c:1157 builtin/reset.c:2862816msgid "select hunks interactively"2817msgstr ""28182819#: builtin/add.c:2582820msgid "edit current diff and apply"2821msgstr ""28222823#: builtin/add.c:2592824msgid "allow adding otherwise ignored files"2825msgstr ""28262827#: builtin/add.c:2602828msgid "update tracked files"2829msgstr ""28302831#: builtin/add.c:2612832msgid "record only the fact that the path will be added later"2833msgstr ""28342835#: builtin/add.c:2622836msgid "add changes from all tracked and untracked files"2837msgstr ""28382839#: builtin/add.c:2652840msgid "ignore paths removed in the working tree (same as --no-all)"2841msgstr ""28422843#: builtin/add.c:2672844msgid "don't add, only refresh the index"2845msgstr ""28462847#: builtin/add.c:2682848msgid "just skip files which cannot be added because of errors"2849msgstr ""28502851#: builtin/add.c:2692852msgid "check if - even missing - files are ignored in dry run"2853msgstr ""28542855#: builtin/add.c:270 builtin/update-index.c:9582856msgid "(+/-)x"2857msgstr ""28582859#: builtin/add.c:270 builtin/update-index.c:9592860msgid "override the executable bit of the listed files"2861msgstr ""28622863#: builtin/add.c:2922864#, c-format2865msgid "Use -f if you really want to add them.\n"2866msgstr ""28672868#: builtin/add.c:3002869msgid "adding files failed"2870msgstr ""28712872#: builtin/add.c:3362873msgid "-A and -u are mutually incompatible"2874msgstr ""28752876#: builtin/add.c:3432877msgid "Option --ignore-missing can only be used together with --dry-run"2878msgstr ""28792880#: builtin/add.c:3522881#, c-format2882msgid "--chmod param '%s' must be either -x or +x"2883msgstr ""28842885#: builtin/add.c:3672886#, c-format2887msgid "Nothing specified, nothing added.\n"2888msgstr ""28892890#: builtin/add.c:3682891#, c-format2892msgid "Maybe you wanted to say 'git add .'?\n"2893msgstr ""28942895#: builtin/add.c:373 builtin/check-ignore.c:172 builtin/checkout.c:2792896#: builtin/checkout.c:473 builtin/clean.c:914 builtin/commit.c:3402897#: builtin/mv.c:131 builtin/reset.c:235 builtin/rm.c:2982898#: builtin/submodule--helper.c:2402899msgid "index file corrupt"2900msgstr ""29012902#: builtin/add.c:454 builtin/apply.c:4784 builtin/mv.c:286 builtin/rm.c:4312903msgid "Unable to write new index file"2904msgstr ""29052906#: builtin/am.c:257 builtin/commit.c:750 builtin/merge.c:10322907#, c-format2908msgid "could not read '%s'"2909msgstr ""29102911#: builtin/am.c:4262912msgid "could not parse author script"2913msgstr ""29142915#: builtin/am.c:5032916#, c-format2917msgid "'%s' was deleted by the applypatch-msg hook"2918msgstr ""29192920#: builtin/am.c:544 builtin/notes.c:3012921#, c-format2922msgid "Malformed input line: '%s'."2923msgstr ""29242925#: builtin/am.c:581 builtin/notes.c:3162926#, c-format2927msgid "Failed to copy notes from '%s' to '%s'"2928msgstr ""29292930#: builtin/am.c:6072931msgid "fseek failed"2932msgstr ""29332934#: builtin/am.c:7872935#, c-format2936msgid "could not parse patch '%s'"2937msgstr ""29382939#: builtin/am.c:8522940msgid "Only one StGIT patch series can be applied at once"2941msgstr ""29422943#: builtin/am.c:8992944msgid "invalid timestamp"2945msgstr ""29462947#: builtin/am.c:902 builtin/am.c:9102948msgid "invalid Date line"2949msgstr ""29502951#: builtin/am.c:9072952msgid "invalid timezone offset"2953msgstr ""29542955#: builtin/am.c:9962956msgid "Patch format detection failed."2957msgstr ""29582959#: builtin/am.c:1001 builtin/clone.c:3802960#, c-format2961msgid "failed to create directory '%s'"2962msgstr ""29632964#: builtin/am.c:10052965msgid "Failed to split patches."2966msgstr ""29672968#: builtin/am.c:1137 builtin/commit.c:3662969msgid "unable to write index file"2970msgstr ""29712972#: builtin/am.c:11882973#, c-format2974msgid "When you have resolved this problem, run \"%s --continue\"."2975msgstr ""29762977#: builtin/am.c:11892978#, c-format2979msgid "If you prefer to skip this patch, run \"%s --skip\" instead."2980msgstr ""29812982#: builtin/am.c:11902983#, c-format2984msgid "To restore the original branch and stop patching, run \"%s --abort\"."2985msgstr ""29862987#: builtin/am.c:13282988msgid "Patch is empty. Was it split wrong?"2989msgstr ""29902991#: builtin/am.c:1402 builtin/log.c:15432992#, c-format2993msgid "invalid ident line: %s"2994msgstr ""29952996#: builtin/am.c:14292997#, c-format2998msgid "unable to parse commit %s"2999msgstr ""30003001#: builtin/am.c:16023002msgid "Repository lacks necessary blobs to fall back on 3-way merge."3003msgstr ""30043005#: builtin/am.c:16043006msgid "Using index info to reconstruct a base tree..."3007msgstr ""30083009#: builtin/am.c:16233010msgid ""3011"Did you hand edit your patch?\n"3012"It does not apply to blobs recorded in its index."3013msgstr ""30143015#: builtin/am.c:16293016msgid "Falling back to patching base and 3-way merge..."3017msgstr ""30183019#: builtin/am.c:16543020msgid "Failed to merge in the changes."3021msgstr ""30223023#: builtin/am.c:1679 builtin/merge.c:6283024msgid "git write-tree failed to write a tree"3025msgstr ""30263027#: builtin/am.c:16863028msgid "applying to an empty history"3029msgstr ""30303031#: builtin/am.c:1699 builtin/commit.c:1776 builtin/merge.c:7983032#: builtin/merge.c:8233033msgid "failed to write commit object"3034msgstr ""30353036#: builtin/am.c:1731 builtin/am.c:17353037#, c-format3038msgid "cannot resume: %s does not exist."3039msgstr ""30403041#: builtin/am.c:17513042msgid "cannot be interactive without stdin connected to a terminal."3043msgstr ""30443045#: builtin/am.c:17563046msgid "Commit Body is:"3047msgstr ""30483049#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]3050#. in your translation. The program will only accept English3051#. input at this point.3052#.3053#: builtin/am.c:17663054msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "3055msgstr ""30563057#: builtin/am.c:18163058#, c-format3059msgid "Dirty index: cannot apply patches (dirty: %s)"3060msgstr ""30613062#: builtin/am.c:1853 builtin/am.c:19253063#, c-format3064msgid "Applying: %.*s"3065msgstr ""30663067#: builtin/am.c:18693068msgid "No changes -- Patch already applied."3069msgstr ""30703071#: builtin/am.c:18773072#, c-format3073msgid "Patch failed at %s %.*s"3074msgstr ""30753076#: builtin/am.c:18833077#, c-format3078msgid "The copy of the patch that failed is found in: %s"3079msgstr ""30803081#: builtin/am.c:19283082msgid ""3083"No changes - did you forget to use 'git add'?\n"3084"If there is nothing left to stage, chances are that something else\n"3085"already introduced the same changes; you might want to skip this patch."3086msgstr ""30873088#: builtin/am.c:19353089msgid ""3090"You still have unmerged paths in your index.\n"3091"Did you forget to use 'git add'?"3092msgstr ""30933094#: builtin/am.c:2043 builtin/am.c:2047 builtin/am.c:2059 builtin/reset.c:3083095#: builtin/reset.c:3163096#, c-format3097msgid "Could not parse object '%s'."3098msgstr ""30993100#: builtin/am.c:20953101msgid "failed to clean index"3102msgstr ""31033104#: builtin/am.c:21293105msgid ""3106"You seem to have moved HEAD since the last 'am' failure.\n"3107"Not rewinding to ORIG_HEAD"3108msgstr ""31093110#: builtin/am.c:21923111#, c-format3112msgid "Invalid value for --patch-format: %s"3113msgstr ""31143115#: builtin/am.c:22253116msgid "git am [<options>] [(<mbox>|<Maildir>)...]"3117msgstr ""31183119#: builtin/am.c:22263120msgid "git am [<options>] (--continue | --skip | --abort)"3121msgstr ""31223123#: builtin/am.c:22323124msgid "run interactively"3125msgstr ""31263127#: builtin/am.c:22343128msgid "historical option -- no-op"3129msgstr ""31303131#: builtin/am.c:22363132msgid "allow fall back on 3way merging if needed"3133msgstr ""31343135#: builtin/am.c:2237 builtin/init-db.c:481 builtin/prune-packed.c:573136#: builtin/repack.c:1723137msgid "be quiet"3138msgstr ""31393140#: builtin/am.c:22393141msgid "add a Signed-off-by line to the commit message"3142msgstr ""31433144#: builtin/am.c:22423145msgid "recode into utf8 (default)"3146msgstr ""31473148#: builtin/am.c:22443149msgid "pass -k flag to git-mailinfo"3150msgstr ""31513152#: builtin/am.c:22463153msgid "pass -b flag to git-mailinfo"3154msgstr ""31553156#: builtin/am.c:22483157msgid "pass -m flag to git-mailinfo"3158msgstr ""31593160#: builtin/am.c:22503161msgid "pass --keep-cr flag to git-mailsplit for mbox format"3162msgstr ""31633164#: builtin/am.c:22533165msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"3166msgstr ""31673168#: builtin/am.c:22563169msgid "strip everything before a scissors line"3170msgstr ""31713172#: builtin/am.c:2257 builtin/apply.c:48373173msgid "action"3174msgstr ""31753176#: builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264 builtin/am.c:22673177#: builtin/am.c:2270 builtin/am.c:2273 builtin/am.c:2276 builtin/am.c:22793178#: builtin/am.c:22853179msgid "pass it through git-apply"3180msgstr ""31813182#: builtin/am.c:2266 builtin/apply.c:48613183msgid "root"3184msgstr ""31853186#: builtin/am.c:2269 builtin/am.c:2272 builtin/apply.c:47993187#: builtin/apply.c:4802 builtin/clone.c:90 builtin/fetch.c:963188#: builtin/pull.c:179 builtin/submodule--helper.c:2773189#: builtin/submodule--helper.c:402 builtin/submodule--helper.c:4823190#: builtin/submodule--helper.c:485 builtin/submodule--helper.c:8233191#: builtin/submodule--helper.c:8263192msgid "path"3193msgstr ""31943195#: builtin/am.c:2275 builtin/fmt-merge-msg.c:666 builtin/fmt-merge-msg.c:6693196#: builtin/grep.c:706 builtin/merge.c:200 builtin/pull.c:1343197#: builtin/pull.c:193 builtin/repack.c:181 builtin/repack.c:1853198#: builtin/show-branch.c:645 builtin/show-ref.c:175 builtin/tag.c:3403199#: parse-options.h:132 parse-options.h:134 parse-options.h:2443200msgid "n"3201msgstr ""32023203#: builtin/am.c:2278 builtin/apply.c:48053204msgid "num"3205msgstr ""32063207#: builtin/am.c:2281 builtin/for-each-ref.c:37 builtin/replace.c:4383208#: builtin/tag.c:3723209msgid "format"3210msgstr ""32113212#: builtin/am.c:22823213msgid "format the patch(es) are in"3214msgstr ""32153216#: builtin/am.c:22883217msgid "override error message when patch failure occurs"3218msgstr ""32193220#: builtin/am.c:22903221msgid "continue applying patches after resolving a conflict"3222msgstr ""32233224#: builtin/am.c:22933225msgid "synonyms for --continue"3226msgstr ""32273228#: builtin/am.c:22963229msgid "skip the current patch"3230msgstr ""32313232#: builtin/am.c:22993233msgid "restore the original branch and abort the patching operation."3234msgstr ""32353236#: builtin/am.c:23033237msgid "lie about committer date"3238msgstr ""32393240#: builtin/am.c:23053241msgid "use current timestamp for author date"3242msgstr ""32433244#: builtin/am.c:2307 builtin/commit.c:1610 builtin/merge.c:2293245#: builtin/pull.c:164 builtin/revert.c:92 builtin/tag.c:3553246msgid "key-id"3247msgstr ""32483249#: builtin/am.c:23083250msgid "GPG-sign commits"3251msgstr ""32523253#: builtin/am.c:23113254msgid "(internal use for git-rebase)"3255msgstr ""32563257#: builtin/am.c:23263258msgid ""3259"The -b/--binary option has been a no-op for long time, and\n"3260"it will be removed. Please do not use it anymore."3261msgstr ""32623263#: builtin/am.c:23333264msgid "failed to read the index"3265msgstr ""32663267#: builtin/am.c:23483268#, c-format3269msgid "previous rebase directory %s still exists but mbox given."3270msgstr ""32713272#: builtin/am.c:23723273#, c-format3274msgid ""3275"Stray %s directory found.\n"3276"Use \"git am --abort\" to remove it."3277msgstr ""32783279#: builtin/am.c:23783280msgid "Resolve operation not in progress, we are not resuming."3281msgstr ""32823283#: builtin/apply.c:1223284msgid "git apply [<options>] [<patch>...]"3285msgstr ""32863287#: builtin/apply.c:1533288#, c-format3289msgid "unrecognized whitespace option '%s'"3290msgstr ""32913292#: builtin/apply.c:1693293#, c-format3294msgid "unrecognized whitespace ignore option '%s'"3295msgstr ""32963297#: builtin/apply.c:8543298#, c-format3299msgid "Cannot prepare timestamp regexp %s"3300msgstr ""33013302#: builtin/apply.c:8633303#, c-format3304msgid "regexec returned %d for input: %s"3305msgstr ""33063307#: builtin/apply.c:9473308#, c-format3309msgid "unable to find filename in patch at line %d"3310msgstr ""33113312#: builtin/apply.c:9843313#, c-format3314msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"3315msgstr ""33163317#: builtin/apply.c:9893318#, c-format3319msgid "git apply: bad git-diff - inconsistent new filename on line %d"3320msgstr ""33213322#: builtin/apply.c:9903323#, c-format3324msgid "git apply: bad git-diff - inconsistent old filename on line %d"3325msgstr ""33263327#: builtin/apply.c:9953328#, c-format3329msgid "git apply: bad git-diff - expected /dev/null on line %d"3330msgstr ""33313332#: builtin/apply.c:14893333#, c-format3334msgid "recount: unexpected line: %.*s"3335msgstr ""33363337#: builtin/apply.c:15503338#, c-format3339msgid "patch fragment without header at line %d: %.*s"3340msgstr ""33413342#: builtin/apply.c:15673343#, c-format3344msgid ""3345"git diff header lacks filename information when removing %d leading pathname "3346"component (line %d)"3347msgid_plural ""3348"git diff header lacks filename information when removing %d leading pathname "3349"components (line %d)"3350msgstr[0] ""3351msgstr[1] ""33523353#: builtin/apply.c:17433354msgid "new file depends on old contents"3355msgstr ""33563357#: builtin/apply.c:17453358msgid "deleted file still has contents"3359msgstr ""33603361#: builtin/apply.c:17743362#, c-format3363msgid "corrupt patch at line %d"3364msgstr ""33653366#: builtin/apply.c:18103367#, c-format3368msgid "new file %s depends on old contents"3369msgstr ""33703371#: builtin/apply.c:18123372#, c-format3373msgid "deleted file %s still has contents"3374msgstr ""33753376#: builtin/apply.c:18153377#, c-format3378msgid "** warning: file %s becomes empty but is not deleted"3379msgstr ""33803381#: builtin/apply.c:19623382#, c-format3383msgid "corrupt binary patch at line %d: %.*s"3384msgstr ""33853386#: builtin/apply.c:19993387#, c-format3388msgid "unrecognized binary patch at line %d"3389msgstr ""33903391#: builtin/apply.c:21543392#, c-format3393msgid "patch with only garbage at line %d"3394msgstr ""33953396#: builtin/apply.c:22443397#, c-format3398msgid "unable to read symlink %s"3399msgstr ""34003401#: builtin/apply.c:22483402#, c-format3403msgid "unable to open or read %s"3404msgstr ""34053406#: builtin/apply.c:29013407#, c-format3408msgid "invalid start of line: '%c'"3409msgstr ""34103411#: builtin/apply.c:30203412#, c-format3413msgid "Hunk #%d succeeded at %d (offset %d line)."3414msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."3415msgstr[0] ""3416msgstr[1] ""34173418#: builtin/apply.c:30323419#, c-format3420msgid "Context reduced to (%ld/%ld) to apply fragment at %d"3421msgstr ""34223423#: builtin/apply.c:30383424#, c-format3425msgid ""3426"while searching for:\n"3427"%.*s"3428msgstr ""34293430#: builtin/apply.c:30603431#, c-format3432msgid "missing binary patch data for '%s'"3433msgstr ""34343435#: builtin/apply.c:31633436#, c-format3437msgid "binary patch does not apply to '%s'"3438msgstr ""34393440#: builtin/apply.c:31693441#, c-format3442msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"3443msgstr ""34443445#: builtin/apply.c:31903446#, c-format3447msgid "patch failed: %s:%ld"3448msgstr ""34493450#: builtin/apply.c:33143451#, c-format3452msgid "cannot checkout %s"3453msgstr ""34543455#: builtin/apply.c:33703456#, c-format3457msgid "reading from '%s' beyond a symbolic link"3458msgstr ""34593460#: builtin/apply.c:3399 builtin/apply.c:36303461#, c-format3462msgid "path %s has been renamed/deleted"3463msgstr ""34643465#: builtin/apply.c:3482 builtin/apply.c:36443466#, c-format3467msgid "%s: does not exist in index"3468msgstr ""34693470#: builtin/apply.c:3486 builtin/apply.c:3636 builtin/apply.c:36583471#, c-format3472msgid "%s: %s"3473msgstr ""34743475#: builtin/apply.c:3491 builtin/apply.c:36523476#, c-format3477msgid "%s: does not match index"3478msgstr ""34793480#: builtin/apply.c:35973481msgid "removal patch leaves file contents"3482msgstr ""34833484#: builtin/apply.c:36693485#, c-format3486msgid "%s: wrong type"3487msgstr ""34883489#: builtin/apply.c:36713490#, c-format3491msgid "%s has type %o, expected %o"3492msgstr ""34933494#: builtin/apply.c:3822 builtin/apply.c:38243495#, c-format3496msgid "invalid path '%s'"3497msgstr ""34983499#: builtin/apply.c:38793500#, c-format3501msgid "%s: already exists in index"3502msgstr ""35033504#: builtin/apply.c:38823505#, c-format3506msgid "%s: already exists in working directory"3507msgstr ""35083509#: builtin/apply.c:39023510#, c-format3511msgid "new mode (%o) of %s does not match old mode (%o)"3512msgstr ""35133514#: builtin/apply.c:39073515#, c-format3516msgid "new mode (%o) of %s does not match old mode (%o) of %s"3517msgstr ""35183519#: builtin/apply.c:39273520#, c-format3521msgid "affected file '%s' is beyond a symbolic link"3522msgstr ""35233524#: builtin/apply.c:39313525#, c-format3526msgid "%s: patch does not apply"3527msgstr ""35283529#: builtin/apply.c:39453530#, c-format3531msgid "Checking patch %s..."3532msgstr ""35333534#: builtin/apply.c:4038 builtin/checkout.c:233 builtin/reset.c:1353535#, c-format3536msgid "make_cache_entry failed for path '%s'"3537msgstr ""35383539#: builtin/apply.c:41823540#, c-format3541msgid "unable to remove %s from index"3542msgstr ""35433544#: builtin/apply.c:42153545#, c-format3546msgid "corrupt patch for submodule %s"3547msgstr ""35483549#: builtin/apply.c:42193550#, c-format3551msgid "unable to stat newly created file '%s'"3552msgstr ""35533554#: builtin/apply.c:42243555#, c-format3556msgid "unable to create backing store for newly created file %s"3557msgstr ""35583559#: builtin/apply.c:4227 builtin/apply.c:43403560#, c-format3561msgid "unable to add cache entry for %s"3562msgstr ""35633564#: builtin/apply.c:42603565#, c-format3566msgid "closing file '%s'"3567msgstr ""35683569#: builtin/apply.c:43133570#, c-format3571msgid "unable to write file '%s' mode %o"3572msgstr ""35733574#: builtin/apply.c:44033575#, c-format3576msgid "Applied patch %s cleanly."3577msgstr ""35783579#: builtin/apply.c:44113580msgid "internal error"3581msgstr ""35823583#: builtin/apply.c:44143584#, c-format3585msgid "Applying patch %%s with %d reject..."3586msgid_plural "Applying patch %%s with %d rejects..."3587msgstr[0] ""3588msgstr[1] ""35893590#: builtin/apply.c:44243591#, c-format3592msgid "truncating .rej filename to %.*s.rej"3593msgstr ""35943595#: builtin/apply.c:44323596#, c-format3597msgid "cannot open %s: %s"3598msgstr ""35993600#: builtin/apply.c:44453601#, c-format3602msgid "Hunk #%d applied cleanly."3603msgstr ""36043605#: builtin/apply.c:44483606#, c-format3607msgid "Rejected hunk #%d."3608msgstr ""36093610#: builtin/apply.c:45373611#, c-format3612msgid "Skipped patch '%s'."3613msgstr ""36143615#: builtin/apply.c:45453616msgid "unrecognized input"3617msgstr ""36183619#: builtin/apply.c:45563620msgid "unable to read index file"3621msgstr ""36223623#: builtin/apply.c:47013624msgid "--3way outside a repository"3625msgstr ""36263627#: builtin/apply.c:47093628msgid "--index outside a repository"3629msgstr ""36303631#: builtin/apply.c:47123632msgid "--cached outside a repository"3633msgstr ""36343635#: builtin/apply.c:47453636#, c-format3637msgid "can't open patch '%s'"3638msgstr ""36393640#: builtin/apply.c:47603641#, c-format3642msgid "squelched %d whitespace error"3643msgid_plural "squelched %d whitespace errors"3644msgstr[0] ""3645msgstr[1] ""36463647#: builtin/apply.c:4766 builtin/apply.c:47763648#, c-format3649msgid "%d line adds whitespace errors."3650msgid_plural "%d lines add whitespace errors."3651msgstr[0] ""3652msgstr[1] ""36533654#: builtin/apply.c:48003655msgid "don't apply changes matching the given path"3656msgstr ""36573658#: builtin/apply.c:48033659msgid "apply changes matching the given path"3660msgstr ""36613662#: builtin/apply.c:48063663msgid "remove <num> leading slashes from traditional diff paths"3664msgstr ""36653666#: builtin/apply.c:48093667msgid "ignore additions made by the patch"3668msgstr ""36693670#: builtin/apply.c:48113671msgid "instead of applying the patch, output diffstat for the input"3672msgstr ""36733674#: builtin/apply.c:48153675msgid "show number of added and deleted lines in decimal notation"3676msgstr ""36773678#: builtin/apply.c:48173679msgid "instead of applying the patch, output a summary for the input"3680msgstr ""36813682#: builtin/apply.c:48193683msgid "instead of applying the patch, see if the patch is applicable"3684msgstr ""36853686#: builtin/apply.c:48213687msgid "make sure the patch is applicable to the current index"3688msgstr ""36893690#: builtin/apply.c:48233691msgid "apply a patch without touching the working tree"3692msgstr ""36933694#: builtin/apply.c:48253695msgid "accept a patch that touches outside the working area"3696msgstr ""36973698#: builtin/apply.c:48273699msgid "also apply the patch (use with --stat/--summary/--check)"3700msgstr ""37013702#: builtin/apply.c:48293703msgid "attempt three-way merge if a patch does not apply"3704msgstr ""37053706#: builtin/apply.c:48313707msgid "build a temporary index based on embedded index information"3708msgstr ""37093710#: builtin/apply.c:4834 builtin/checkout-index.c:169 builtin/ls-files.c:4263711msgid "paths are separated with NUL character"3712msgstr ""37133714#: builtin/apply.c:48363715msgid "ensure at least <n> lines of context match"3716msgstr ""37173718#: builtin/apply.c:48383719msgid "detect new or modified lines that have whitespace errors"3720msgstr ""37213722#: builtin/apply.c:4841 builtin/apply.c:48443723msgid "ignore changes in whitespace when finding context"3724msgstr ""37253726#: builtin/apply.c:48473727msgid "apply the patch in reverse"3728msgstr ""37293730#: builtin/apply.c:48493731msgid "don't expect at least one line of context"3732msgstr ""37333734#: builtin/apply.c:48513735msgid "leave the rejected hunks in corresponding *.rej files"3736msgstr ""37373738#: builtin/apply.c:48533739msgid "allow overlapping hunks"3740msgstr ""37413742#: builtin/apply.c:48563743msgid "tolerate incorrectly detected missing new-line at the end of file"3744msgstr ""37453746#: builtin/apply.c:48593747msgid "do not trust the line counts in the hunk headers"3748msgstr ""37493750#: builtin/apply.c:48623751msgid "prepend <root> to all filenames"3752msgstr ""37533754#: builtin/archive.c:173755#, c-format3756msgid "could not create archive file '%s'"3757msgstr ""37583759#: builtin/archive.c:203760msgid "could not redirect output"3761msgstr ""37623763#: builtin/archive.c:373764msgid "git archive: Remote with no URL"3765msgstr ""37663767#: builtin/archive.c:583768msgid "git archive: expected ACK/NAK, got EOF"3769msgstr ""37703771#: builtin/archive.c:613772#, c-format3773msgid "git archive: NACK %s"3774msgstr ""37753776#: builtin/archive.c:633777#, c-format3778msgid "remote error: %s"3779msgstr ""37803781#: builtin/archive.c:643782msgid "git archive: protocol error"3783msgstr ""37843785#: builtin/archive.c:683786msgid "git archive: expected a flush"3787msgstr ""37883789#: builtin/bisect--helper.c:73790msgid "git bisect--helper --next-all [--no-checkout]"3791msgstr ""37923793#: builtin/bisect--helper.c:173794msgid "perform 'git bisect next'"3795msgstr ""37963797#: builtin/bisect--helper.c:193798msgid "update BISECT_HEAD instead of checking out the current commit"3799msgstr ""38003801#: builtin/blame.c:333802msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"3803msgstr ""38043805#: builtin/blame.c:383806msgid "<rev-opts> are documented in git-rev-list(1)"3807msgstr ""38083809#: builtin/blame.c:17813810msgid "Blaming lines"3811msgstr ""38123813#: builtin/blame.c:25363814msgid "Show blame entries as we find them, incrementally"3815msgstr ""38163817#: builtin/blame.c:25373818msgid "Show blank SHA-1 for boundary commits (Default: off)"3819msgstr ""38203821#: builtin/blame.c:25383822msgid "Do not treat root commits as boundaries (Default: off)"3823msgstr ""38243825#: builtin/blame.c:25393826msgid "Show work cost statistics"3827msgstr ""38283829#: builtin/blame.c:25403830msgid "Force progress reporting"3831msgstr ""38323833#: builtin/blame.c:25413834msgid "Show output score for blame entries"3835msgstr ""38363837#: builtin/blame.c:25423838msgid "Show original filename (Default: auto)"3839msgstr ""38403841#: builtin/blame.c:25433842msgid "Show original linenumber (Default: off)"3843msgstr ""38443845#: builtin/blame.c:25443846msgid "Show in a format designed for machine consumption"3847msgstr ""38483849#: builtin/blame.c:25453850msgid "Show porcelain format with per-line commit information"3851msgstr ""38523853#: builtin/blame.c:25463854msgid "Use the same output mode as git-annotate (Default: off)"3855msgstr ""38563857#: builtin/blame.c:25473858msgid "Show raw timestamp (Default: off)"3859msgstr ""38603861#: builtin/blame.c:25483862msgid "Show long commit SHA1 (Default: off)"3863msgstr ""38643865#: builtin/blame.c:25493866msgid "Suppress author name and timestamp (Default: off)"3867msgstr ""38683869#: builtin/blame.c:25503870msgid "Show author email instead of name (Default: off)"3871msgstr ""38723873#: builtin/blame.c:25513874msgid "Ignore whitespace differences"3875msgstr ""38763877#: builtin/blame.c:25523878msgid "Spend extra cycles to find better match"3879msgstr ""38803881#: builtin/blame.c:25533882msgid "Use revisions from <file> instead of calling git-rev-list"3883msgstr ""38843885#: builtin/blame.c:25543886msgid "Use <file>'s contents as the final image"3887msgstr ""38883889#: builtin/blame.c:2555 builtin/blame.c:25563890msgid "score"3891msgstr ""38923893#: builtin/blame.c:25553894msgid "Find line copies within and across files"3895msgstr ""38963897#: builtin/blame.c:25563898msgid "Find line movements within and across files"3899msgstr ""39003901#: builtin/blame.c:25573902msgid "n,m"3903msgstr ""39043905#: builtin/blame.c:25573906msgid "Process only line range n,m, counting from 1"3907msgstr ""39083909#. TRANSLATORS: This string is used to tell us the maximum3910#. display width for a relative timestamp in "git blame"3911#. output. For C locale, "4 years, 11 months ago", which3912#. takes 22 places, is the longest among various forms of3913#. relative timestamps, but your language may need more or3914#. fewer display columns.3915#: builtin/blame.c:26493916msgid "4 years, 11 months ago"3917msgstr ""39183919#: builtin/branch.c:263920msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"3921msgstr ""39223923#: builtin/branch.c:273924msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"3925msgstr ""39263927#: builtin/branch.c:283928msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."3929msgstr ""39303931#: builtin/branch.c:293932msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"3933msgstr ""39343935#: builtin/branch.c:303936msgid "git branch [<options>] [-r | -a] [--points-at]"3937msgstr ""39383939#: builtin/branch.c:1433940#, c-format3941msgid ""3942"deleting branch '%s' that has been merged to\n"3943" '%s', but not yet merged to HEAD."3944msgstr ""39453946#: builtin/branch.c:1473947#, c-format3948msgid ""3949"not deleting branch '%s' that is not yet merged to\n"3950" '%s', even though it is merged to HEAD."3951msgstr ""39523953#: builtin/branch.c:1613954#, c-format3955msgid "Couldn't look up commit object for '%s'"3956msgstr ""39573958#: builtin/branch.c:1653959#, c-format3960msgid ""3961"The branch '%s' is not fully merged.\n"3962"If you are sure you want to delete it, run 'git branch -D %s'."3963msgstr ""39643965#: builtin/branch.c:1783966msgid "Update of config-file failed"3967msgstr ""39683969#: builtin/branch.c:2063970msgid "cannot use -a with -d"3971msgstr ""39723973#: builtin/branch.c:2123974msgid "Couldn't look up commit object for HEAD"3975msgstr ""39763977#: builtin/branch.c:2263978#, c-format3979msgid "Cannot delete branch '%s' checked out at '%s'"3980msgstr ""39813982#: builtin/branch.c:2413983#, c-format3984msgid "remote-tracking branch '%s' not found."3985msgstr ""39863987#: builtin/branch.c:2423988#, c-format3989msgid "branch '%s' not found."3990msgstr ""39913992#: builtin/branch.c:2573993#, c-format3994msgid "Error deleting remote-tracking branch '%s'"3995msgstr ""39963997#: builtin/branch.c:2583998#, c-format3999msgid "Error deleting branch '%s'"4000msgstr ""40014002#: builtin/branch.c:2654003#, c-format4004msgid "Deleted remote-tracking branch %s (was %s).\n"4005msgstr ""40064007#: builtin/branch.c:2664008#, c-format4009msgid "Deleted branch %s (was %s).\n"4010msgstr ""40114012#: builtin/branch.c:3124013#, c-format4014msgid "[%s: gone]"4015msgstr ""40164017#: builtin/branch.c:3174018#, c-format4019msgid "[%s]"4020msgstr ""40214022#: builtin/branch.c:3224023#, c-format4024msgid "[%s: behind %d]"4025msgstr ""40264027#: builtin/branch.c:3244028#, c-format4029msgid "[behind %d]"4030msgstr ""40314032#: builtin/branch.c:3284033#, c-format4034msgid "[%s: ahead %d]"4035msgstr ""40364037#: builtin/branch.c:3304038#, c-format4039msgid "[ahead %d]"4040msgstr ""40414042#: builtin/branch.c:3334043#, c-format4044msgid "[%s: ahead %d, behind %d]"4045msgstr ""40464047#: builtin/branch.c:3364048#, c-format4049msgid "[ahead %d, behind %d]"4050msgstr ""40514052#: builtin/branch.c:3494053msgid " **** invalid ref ****"4054msgstr ""40554056#: builtin/branch.c:3754057#, c-format4058msgid "(no branch, rebasing %s)"4059msgstr ""40604061#: builtin/branch.c:3784062#, c-format4063msgid "(no branch, bisect started on %s)"4064msgstr ""40654066#. TRANSLATORS: make sure this matches4067#. "HEAD detached at " in wt-status.c4068#: builtin/branch.c:3844069#, c-format4070msgid "(HEAD detached at %s)"4071msgstr ""40724073#. TRANSLATORS: make sure this matches4074#. "HEAD detached from " in wt-status.c4075#: builtin/branch.c:3894076#, c-format4077msgid "(HEAD detached from %s)"4078msgstr ""40794080#: builtin/branch.c:3934081msgid "(no branch)"4082msgstr ""40834084#: builtin/branch.c:5444085#, c-format4086msgid "Branch %s is being rebased at %s"4087msgstr ""40884089#: builtin/branch.c:5484090#, c-format4091msgid "Branch %s is being bisected at %s"4092msgstr ""40934094#: builtin/branch.c:5634095msgid "cannot rename the current branch while not on any."4096msgstr ""40974098#: builtin/branch.c:5734099#, c-format4100msgid "Invalid branch name: '%s'"4101msgstr ""41024103#: builtin/branch.c:5904104msgid "Branch rename failed"4105msgstr ""41064107#: builtin/branch.c:5944108#, c-format4109msgid "Renamed a misnamed branch '%s' away"4110msgstr ""41114112#: builtin/branch.c:5974113#, c-format4114msgid "Branch renamed to %s, but HEAD is not updated!"4115msgstr ""41164117#: builtin/branch.c:6044118msgid "Branch is renamed, but update of config-file failed"4119msgstr ""41204121#: builtin/branch.c:6204122#, c-format4123msgid ""4124"Please edit the description for the branch\n"4125" %s\n"4126"Lines starting with '%c' will be stripped.\n"4127msgstr ""41284129#: builtin/branch.c:6514130msgid "Generic options"4131msgstr ""41324133#: builtin/branch.c:6534134msgid "show hash and subject, give twice for upstream branch"4135msgstr ""41364137#: builtin/branch.c:6544138msgid "suppress informational messages"4139msgstr ""41404141#: builtin/branch.c:6554142msgid "set up tracking mode (see git-pull(1))"4143msgstr ""41444145#: builtin/branch.c:6574146msgid "change upstream info"4147msgstr ""41484149#: builtin/branch.c:6594150msgid "upstream"4151msgstr ""41524153#: builtin/branch.c:6594154msgid "change the upstream info"4155msgstr ""41564157#: builtin/branch.c:6614158msgid "use colored output"4159msgstr ""41604161#: builtin/branch.c:6624162msgid "act on remote-tracking branches"4163msgstr ""41644165#: builtin/branch.c:664 builtin/branch.c:6654166msgid "print only branches that contain the commit"4167msgstr ""41684169#: builtin/branch.c:6684170msgid "Specific git-branch actions:"4171msgstr ""41724173#: builtin/branch.c:6694174msgid "list both remote-tracking and local branches"4175msgstr ""41764177#: builtin/branch.c:6714178msgid "delete fully merged branch"4179msgstr ""41804181#: builtin/branch.c:6724182msgid "delete branch (even if not merged)"4183msgstr ""41844185#: builtin/branch.c:6734186msgid "move/rename a branch and its reflog"4187msgstr ""41884189#: builtin/branch.c:6744190msgid "move/rename a branch, even if target exists"4191msgstr ""41924193#: builtin/branch.c:6754194msgid "list branch names"4195msgstr ""41964197#: builtin/branch.c:6764198msgid "create the branch's reflog"4199msgstr ""42004201#: builtin/branch.c:6784202msgid "edit the description for the branch"4203msgstr ""42044205#: builtin/branch.c:6794206msgid "force creation, move/rename, deletion"4207msgstr ""42084209#: builtin/branch.c:6804210msgid "print only branches that are merged"4211msgstr ""42124213#: builtin/branch.c:6814214msgid "print only branches that are not merged"4215msgstr ""42164217#: builtin/branch.c:6824218msgid "list branches in columns"4219msgstr ""42204221#: builtin/branch.c:683 builtin/for-each-ref.c:38 builtin/tag.c:3664222msgid "key"4223msgstr ""42244225#: builtin/branch.c:684 builtin/for-each-ref.c:39 builtin/tag.c:3674226msgid "field name to sort on"4227msgstr ""42284229#: builtin/branch.c:686 builtin/for-each-ref.c:41 builtin/notes.c:4024230#: builtin/notes.c:405 builtin/notes.c:565 builtin/notes.c:5684231#: builtin/tag.c:3694232msgid "object"4233msgstr ""42344235#: builtin/branch.c:6874236msgid "print only branches of the object"4237msgstr ""42384239#: builtin/branch.c:7054240msgid "Failed to resolve HEAD as a valid ref."4241msgstr ""42424243#: builtin/branch.c:709 builtin/clone.c:7074244msgid "HEAD not found below refs/heads!"4245msgstr ""42464247#: builtin/branch.c:7294248msgid "--column and --verbose are incompatible"4249msgstr ""42504251#: builtin/branch.c:740 builtin/branch.c:7824252msgid "branch name required"4253msgstr ""42544255#: builtin/branch.c:7584256msgid "Cannot give description to detached HEAD"4257msgstr ""42584259#: builtin/branch.c:7634260msgid "cannot edit description of more than one branch"4261msgstr ""42624263#: builtin/branch.c:7704264#, c-format4265msgid "No commit on branch '%s' yet."4266msgstr ""42674268#: builtin/branch.c:7734269#, c-format4270msgid "No branch named '%s'."4271msgstr ""42724273#: builtin/branch.c:7884274msgid "too many branches for a rename operation"4275msgstr ""42764277#: builtin/branch.c:7934278msgid "too many branches to set new upstream"4279msgstr ""42804281#: builtin/branch.c:7974282#, c-format4283msgid ""4284"could not set upstream of HEAD to %s when it does not point to any branch."4285msgstr ""42864287#: builtin/branch.c:800 builtin/branch.c:822 builtin/branch.c:8434288#, c-format4289msgid "no such branch '%s'"4290msgstr ""42914292#: builtin/branch.c:8044293#, c-format4294msgid "branch '%s' does not exist"4295msgstr ""42964297#: builtin/branch.c:8164298msgid "too many branches to unset upstream"4299msgstr ""43004301#: builtin/branch.c:8204302msgid "could not unset upstream of HEAD when it does not point to any branch."4303msgstr ""43044305#: builtin/branch.c:8264306#, c-format4307msgid "Branch '%s' has no upstream information"4308msgstr ""43094310#: builtin/branch.c:8404311msgid "it does not make sense to create 'HEAD' manually"4312msgstr ""43134314#: builtin/branch.c:8464315msgid "-a and -r options to 'git branch' do not make sense with a branch name"4316msgstr ""43174318#: builtin/branch.c:8494319#, c-format4320msgid ""4321"The --set-upstream flag is deprecated and will be removed. Consider using --"4322"track or --set-upstream-to\n"4323msgstr ""43244325#: builtin/branch.c:8664326#, c-format4327msgid ""4328"\n"4329"If you wanted to make '%s' track '%s', do this:\n"4330"\n"4331msgstr ""43324333#: builtin/bundle.c:514334#, c-format4335msgid "%s is okay\n"4336msgstr ""43374338#: builtin/bundle.c:644339msgid "Need a repository to create a bundle."4340msgstr ""43414342#: builtin/bundle.c:684343msgid "Need a repository to unbundle."4344msgstr ""43454346#: builtin/cat-file.c:4434347msgid ""4348"git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-type]|-e|-p|"4349"<type>|--textconv) <object>"4350msgstr ""43514352#: builtin/cat-file.c:4444353msgid "git cat-file (--batch | --batch-check) [--follow-symlinks]"4354msgstr ""43554356#: builtin/cat-file.c:4814357msgid "<type> can be one of: blob, tree, commit, tag"4358msgstr ""43594360#: builtin/cat-file.c:4824361msgid "show object type"4362msgstr ""43634364#: builtin/cat-file.c:4834365msgid "show object size"4366msgstr ""43674368#: builtin/cat-file.c:4854369msgid "exit with zero when there's no error"4370msgstr ""43714372#: builtin/cat-file.c:4864373msgid "pretty-print object's content"4374msgstr ""43754376#: builtin/cat-file.c:4884377msgid "for blob objects, run textconv on object's content"4378msgstr ""43794380#: builtin/cat-file.c:4904381msgid "allow -s and -t to work with broken/corrupt objects"4382msgstr ""43834384#: builtin/cat-file.c:4914385msgid "buffer --batch output"4386msgstr ""43874388#: builtin/cat-file.c:4934389msgid "show info and content of objects fed from the standard input"4390msgstr ""43914392#: builtin/cat-file.c:4964393msgid "show info about objects fed from the standard input"4394msgstr ""43954396#: builtin/cat-file.c:4994397msgid "follow in-tree symlinks (used with --batch or --batch-check)"4398msgstr ""43994400#: builtin/cat-file.c:5014401msgid "show all objects with --batch or --batch-check"4402msgstr ""44034404#: builtin/check-attr.c:114405msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."4406msgstr ""44074408#: builtin/check-attr.c:124409msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"4410msgstr ""44114412#: builtin/check-attr.c:194413msgid "report all attributes set on file"4414msgstr ""44154416#: builtin/check-attr.c:204417msgid "use .gitattributes only from the index"4418msgstr ""44194420#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:974421msgid "read file names from stdin"4422msgstr ""44234424#: builtin/check-attr.c:23 builtin/check-ignore.c:244425msgid "terminate input and output records by a NUL character"4426msgstr ""44274428#: builtin/check-ignore.c:18 builtin/checkout.c:1138 builtin/gc.c:3254429msgid "suppress progress reporting"4430msgstr ""44314432#: builtin/check-ignore.c:264433msgid "show non-matching input paths"4434msgstr ""44354436#: builtin/check-ignore.c:284437msgid "ignore index when checking"4438msgstr ""44394440#: builtin/check-ignore.c:1544441msgid "cannot specify pathnames with --stdin"4442msgstr ""44434444#: builtin/check-ignore.c:1574445msgid "-z only makes sense with --stdin"4446msgstr ""44474448#: builtin/check-ignore.c:1594449msgid "no path specified"4450msgstr ""44514452#: builtin/check-ignore.c:1634453msgid "--quiet is only valid with a single pathname"4454msgstr ""44554456#: builtin/check-ignore.c:1654457msgid "cannot have both --quiet and --verbose"4458msgstr ""44594460#: builtin/check-ignore.c:1684461msgid "--non-matching is only valid with --verbose"4462msgstr ""44634464#: builtin/check-mailmap.c:84465msgid "git check-mailmap [<options>] <contact>..."4466msgstr ""44674468#: builtin/check-mailmap.c:134469msgid "also read contacts from stdin"4470msgstr ""44714472#: builtin/check-mailmap.c:244473#, c-format4474msgid "unable to parse contact: %s"4475msgstr ""44764477#: builtin/check-mailmap.c:474478msgid "no contacts specified"4479msgstr ""44804481#: builtin/checkout-index.c:1274482msgid "git checkout-index [<options>] [--] [<file>...]"4483msgstr ""44844485#: builtin/checkout-index.c:1444486msgid "stage should be between 1 and 3 or all"4487msgstr ""44884489#: builtin/checkout-index.c:1604490msgid "check out all files in the index"4491msgstr ""44924493#: builtin/checkout-index.c:1614494msgid "force overwrite of existing files"4495msgstr ""44964497#: builtin/checkout-index.c:1634498msgid "no warning for existing files and files not in index"4499msgstr ""45004501#: builtin/checkout-index.c:1654502msgid "don't checkout new files"4503msgstr ""45044505#: builtin/checkout-index.c:1674506msgid "update stat information in the index file"4507msgstr ""45084509#: builtin/checkout-index.c:1714510msgid "read list of paths from the standard input"4511msgstr ""45124513#: builtin/checkout-index.c:1734514msgid "write the content to temporary files"4515msgstr ""45164517#: builtin/checkout-index.c:174 builtin/column.c:304518#: builtin/submodule--helper.c:488 builtin/submodule--helper.c:4914519#: builtin/submodule--helper.c:494 builtin/submodule--helper.c:4974520#: builtin/submodule--helper.c:830 builtin/worktree.c:4694521msgid "string"4522msgstr ""45234524#: builtin/checkout-index.c:1754525msgid "when creating files, prepend <string>"4526msgstr ""45274528#: builtin/checkout-index.c:1774529msgid "copy out the files from named stage"4530msgstr ""45314532#: builtin/checkout.c:254533msgid "git checkout [<options>] <branch>"4534msgstr ""45354536#: builtin/checkout.c:264537msgid "git checkout [<options>] [<branch>] -- <file>..."4538msgstr ""45394540#: builtin/checkout.c:134 builtin/checkout.c:1674541#, c-format4542msgid "path '%s' does not have our version"4543msgstr ""45444545#: builtin/checkout.c:136 builtin/checkout.c:1694546#, c-format4547msgid "path '%s' does not have their version"4548msgstr ""45494550#: builtin/checkout.c:1524551#, c-format4552msgid "path '%s' does not have all necessary versions"4553msgstr ""45544555#: builtin/checkout.c:1964556#, c-format4557msgid "path '%s' does not have necessary versions"4558msgstr ""45594560#: builtin/checkout.c:2134561#, c-format4562msgid "path '%s': cannot merge"4563msgstr ""45644565#: builtin/checkout.c:2304566#, c-format4567msgid "Unable to add merge result for '%s'"4568msgstr ""45694570#: builtin/checkout.c:250 builtin/checkout.c:253 builtin/checkout.c:2564571#: builtin/checkout.c:2594572#, c-format4573msgid "'%s' cannot be used with updating paths"4574msgstr ""45754576#: builtin/checkout.c:262 builtin/checkout.c:2654577#, c-format4578msgid "'%s' cannot be used with %s"4579msgstr ""45804581#: builtin/checkout.c:2684582#, c-format4583msgid "Cannot update paths and switch to branch '%s' at the same time."4584msgstr ""45854586#: builtin/checkout.c:339 builtin/checkout.c:3464587#, c-format4588msgid "path '%s' is unmerged"4589msgstr ""45904591#: builtin/checkout.c:4954592msgid "you need to resolve your current index first"4593msgstr ""45944595#: builtin/checkout.c:6254596#, c-format4597msgid "Can not do reflog for '%s': %s\n"4598msgstr ""45994600#: builtin/checkout.c:6644601msgid "HEAD is now at"4602msgstr ""46034604#: builtin/checkout.c:668 builtin/clone.c:6614605msgid "unable to update HEAD"4606msgstr ""46074608#: builtin/checkout.c:6724609#, c-format4610msgid "Reset branch '%s'\n"4611msgstr ""46124613#: builtin/checkout.c:6754614#, c-format4615msgid "Already on '%s'\n"4616msgstr ""46174618#: builtin/checkout.c:6794619#, c-format4620msgid "Switched to and reset branch '%s'\n"4621msgstr ""46224623#: builtin/checkout.c:681 builtin/checkout.c:10704624#, c-format4625msgid "Switched to a new branch '%s'\n"4626msgstr ""46274628#: builtin/checkout.c:6834629#, c-format4630msgid "Switched to branch '%s'\n"4631msgstr ""46324633#: builtin/checkout.c:7344634#, c-format4635msgid " ... and %d more.\n"4636msgstr ""46374638#: builtin/checkout.c:7404639#, c-format4640msgid ""4641"Warning: you are leaving %d commit behind, not connected to\n"4642"any of your branches:\n"4643"\n"4644"%s\n"4645msgid_plural ""4646"Warning: you are leaving %d commits behind, not connected to\n"4647"any of your branches:\n"4648"\n"4649"%s\n"4650msgstr[0] ""4651msgstr[1] ""46524653#: builtin/checkout.c:7594654#, c-format4655msgid ""4656"If you want to keep it by creating a new branch, this may be a good time\n"4657"to do so with:\n"4658"\n"4659" git branch <new-branch-name> %s\n"4660"\n"4661msgid_plural ""4662"If you want to keep them by creating a new branch, this may be a good time\n"4663"to do so with:\n"4664"\n"4665" git branch <new-branch-name> %s\n"4666"\n"4667msgstr[0] ""4668msgstr[1] ""46694670#: builtin/checkout.c:7954671msgid "internal error in revision walk"4672msgstr ""46734674#: builtin/checkout.c:7994675msgid "Previous HEAD position was"4676msgstr ""46774678#: builtin/checkout.c:826 builtin/checkout.c:10654679msgid "You are on a branch yet to be born"4680msgstr ""46814682#: builtin/checkout.c:9714683#, c-format4684msgid "only one reference expected, %d given."4685msgstr ""46864687#: builtin/checkout.c:1011 builtin/worktree.c:2144688#, c-format4689msgid "invalid reference: %s"4690msgstr ""46914692#: builtin/checkout.c:10404693#, c-format4694msgid "reference is not a tree: %s"4695msgstr ""46964697#: builtin/checkout.c:10794698msgid "paths cannot be used with switching branches"4699msgstr ""47004701#: builtin/checkout.c:1082 builtin/checkout.c:10864702#, c-format4703msgid "'%s' cannot be used with switching branches"4704msgstr ""47054706#: builtin/checkout.c:1090 builtin/checkout.c:1093 builtin/checkout.c:10984707#: builtin/checkout.c:11014708#, c-format4709msgid "'%s' cannot be used with '%s'"4710msgstr ""47114712#: builtin/checkout.c:11064713#, c-format4714msgid "Cannot switch branch to a non-commit '%s'"4715msgstr ""47164717#: builtin/checkout.c:1139 builtin/checkout.c:1141 builtin/clone.c:884718#: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:3244719#: builtin/worktree.c:3264720msgid "branch"4721msgstr ""47224723#: builtin/checkout.c:11404724msgid "create and checkout a new branch"4725msgstr ""47264727#: builtin/checkout.c:11424728msgid "create/reset and checkout a branch"4729msgstr ""47304731#: builtin/checkout.c:11434732msgid "create reflog for new branch"4733msgstr ""47344735#: builtin/checkout.c:1144 builtin/worktree.c:3284736msgid "detach HEAD at named commit"4737msgstr ""47384739#: builtin/checkout.c:11454740msgid "set upstream info for new branch"4741msgstr ""47424743#: builtin/checkout.c:11474744msgid "new-branch"4745msgstr ""47464747#: builtin/checkout.c:11474748msgid "new unparented branch"4749msgstr ""47504751#: builtin/checkout.c:11484752msgid "checkout our version for unmerged files"4753msgstr ""47544755#: builtin/checkout.c:11504756msgid "checkout their version for unmerged files"4757msgstr ""47584759#: builtin/checkout.c:11524760msgid "force checkout (throw away local modifications)"4761msgstr ""47624763#: builtin/checkout.c:11534764msgid "perform a 3-way merge with the new branch"4765msgstr ""47664767#: builtin/checkout.c:1154 builtin/merge.c:2314768msgid "update ignored files (default)"4769msgstr ""47704771#: builtin/checkout.c:1155 builtin/log.c:1459 parse-options.h:2504772msgid "style"4773msgstr ""47744775#: builtin/checkout.c:11564776msgid "conflict style (merge or diff3)"4777msgstr ""47784779#: builtin/checkout.c:11594780msgid "do not limit pathspecs to sparse entries only"4781msgstr ""47824783#: builtin/checkout.c:11614784msgid "second guess 'git checkout <no-such-branch>'"4785msgstr ""47864787#: builtin/checkout.c:11634788msgid "do not check if another worktree is holding the given ref"4789msgstr ""47904791#: builtin/checkout.c:1164 builtin/clone.c:60 builtin/fetch.c:1174792#: builtin/merge.c:228 builtin/pull.c:116 builtin/push.c:5364793#: builtin/send-pack.c:1684794msgid "force progress reporting"4795msgstr ""47964797#: builtin/checkout.c:11954798msgid "-b, -B and --orphan are mutually exclusive"4799msgstr ""48004801#: builtin/checkout.c:12124802msgid "--track needs a branch name"4803msgstr ""48044805#: builtin/checkout.c:12174806msgid "Missing branch name; try -b"4807msgstr ""48084809#: builtin/checkout.c:12534810msgid "invalid path specification"4811msgstr ""48124813#: builtin/checkout.c:12604814#, c-format4815msgid ""4816"Cannot update paths and switch to branch '%s' at the same time.\n"4817"Did you intend to checkout '%s' which can not be resolved as commit?"4818msgstr ""48194820#: builtin/checkout.c:12654821#, c-format4822msgid "git checkout: --detach does not take a path argument '%s'"4823msgstr ""48244825#: builtin/checkout.c:12694826msgid ""4827"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"4828"checking out of the index."4829msgstr ""48304831#: builtin/clean.c:254832msgid ""4833"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."4834msgstr ""48354836#: builtin/clean.c:294837#, c-format4838msgid "Removing %s\n"4839msgstr ""48404841#: builtin/clean.c:304842#, c-format4843msgid "Would remove %s\n"4844msgstr ""48454846#: builtin/clean.c:314847#, c-format4848msgid "Skipping repository %s\n"4849msgstr ""48504851#: builtin/clean.c:324852#, c-format4853msgid "Would skip repository %s\n"4854msgstr ""48554856#: builtin/clean.c:334857#, c-format4858msgid "failed to remove %s"4859msgstr ""48604861#: builtin/clean.c:2914862msgid ""4863"Prompt help:\n"4864"1 - select a numbered item\n"4865"foo - select item based on unique prefix\n"4866" - (empty) select nothing"4867msgstr ""48684869#: builtin/clean.c:2954870msgid ""4871"Prompt help:\n"4872"1 - select a single item\n"4873"3-5 - select a range of items\n"4874"2-3,6-9 - select multiple ranges\n"4875"foo - select item based on unique prefix\n"4876"-... - unselect specified items\n"4877"* - choose all items\n"4878" - (empty) finish selecting"4879msgstr ""48804881#: builtin/clean.c:5114882#, c-format4883msgid "Huh (%s)?"4884msgstr ""48854886#: builtin/clean.c:6534887#, c-format4888msgid "Input ignore patterns>> "4889msgstr ""48904891#: builtin/clean.c:6904892#, c-format4893msgid "WARNING: Cannot find items matched by: %s"4894msgstr ""48954896#: builtin/clean.c:7114897msgid "Select items to delete"4898msgstr ""48994900#. TRANSLATORS: Make sure to keep [y/N] as is4901#: builtin/clean.c:7524902#, c-format4903msgid "Remove %s [y/N]? "4904msgstr ""49054906#: builtin/clean.c:7774907msgid "Bye."4908msgstr ""49094910#: builtin/clean.c:7854911msgid ""4912"clean - start cleaning\n"4913"filter by pattern - exclude items from deletion\n"4914"select by numbers - select items to be deleted by numbers\n"4915"ask each - confirm each deletion (like \"rm -i\")\n"4916"quit - stop cleaning\n"4917"help - this screen\n"4918"? - help for prompt selection"4919msgstr ""49204921#: builtin/clean.c:8124922msgid "*** Commands ***"4923msgstr ""49244925#: builtin/clean.c:8134926msgid "What now"4927msgstr ""49284929#: builtin/clean.c:8214930msgid "Would remove the following item:"4931msgid_plural "Would remove the following items:"4932msgstr[0] ""4933msgstr[1] ""49344935#: builtin/clean.c:8384936msgid "No more files to clean, exiting."4937msgstr ""49384939#: builtin/clean.c:8694940msgid "do not print names of files removed"4941msgstr ""49424943#: builtin/clean.c:8714944msgid "force"4945msgstr ""49464947#: builtin/clean.c:8724948msgid "interactive cleaning"4949msgstr ""49504951#: builtin/clean.c:8744952msgid "remove whole directories"4953msgstr ""49544955#: builtin/clean.c:875 builtin/describe.c:407 builtin/grep.c:7244956#: builtin/ls-files.c:457 builtin/name-rev.c:314 builtin/show-ref.c:1824957msgid "pattern"4958msgstr ""49594960#: builtin/clean.c:8764961msgid "add <pattern> to ignore rules"4962msgstr ""49634964#: builtin/clean.c:8774965msgid "remove ignored files, too"4966msgstr ""49674968#: builtin/clean.c:8794969msgid "remove only ignored files"4970msgstr ""49714972#: builtin/clean.c:8974973msgid "-x and -X cannot be used together"4974msgstr ""49754976#: builtin/clean.c:9014977msgid ""4978"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "4979"clean"4980msgstr ""49814982#: builtin/clean.c:9044983msgid ""4984"clean.requireForce defaults to true and neither -i, -n, nor -f given; "4985"refusing to clean"4986msgstr ""49874988#: builtin/clone.c:374989msgid "git clone [<options>] [--] <repo> [<dir>]"4990msgstr ""49914992#: builtin/clone.c:624993msgid "don't create a checkout"4994msgstr ""49954996#: builtin/clone.c:63 builtin/clone.c:65 builtin/init-db.c:4764997msgid "create a bare repository"4998msgstr ""49995000#: builtin/clone.c:675001msgid "create a mirror repository (implies bare)"5002msgstr ""50035004#: builtin/clone.c:695005msgid "to clone from a local repository"5006msgstr ""50075008#: builtin/clone.c:715009msgid "don't use local hardlinks, always copy"5010msgstr ""50115012#: builtin/clone.c:735013msgid "setup as shared repository"5014msgstr ""50155016#: builtin/clone.c:75 builtin/clone.c:775017msgid "initialize submodules in the clone"5018msgstr ""50195020#: builtin/clone.c:795021msgid "number of submodules cloned in parallel"5022msgstr ""50235024#: builtin/clone.c:80 builtin/init-db.c:4735025msgid "template-directory"5026msgstr ""50275028#: builtin/clone.c:81 builtin/init-db.c:4745029msgid "directory from which templates will be used"5030msgstr ""50315032#: builtin/clone.c:83 builtin/submodule--helper.c:4955033#: builtin/submodule--helper.c:8335034msgid "reference repository"5035msgstr ""50365037#: builtin/clone.c:855038msgid "use --reference only while cloning"5039msgstr ""50405041#: builtin/clone.c:86 builtin/column.c:26 builtin/merge-file.c:445042msgid "name"5043msgstr ""50445045#: builtin/clone.c:875046msgid "use <name> instead of 'origin' to track upstream"5047msgstr ""50485049#: builtin/clone.c:895050msgid "checkout <branch> instead of the remote's HEAD"5051msgstr ""50525053#: builtin/clone.c:915054msgid "path to git-upload-pack on the remote"5055msgstr ""50565057#: builtin/clone.c:92 builtin/fetch.c:118 builtin/grep.c:6675058#: builtin/pull.c:2015059msgid "depth"5060msgstr ""50615062#: builtin/clone.c:935063msgid "create a shallow clone of that depth"5064msgstr ""50655066#: builtin/clone.c:955067msgid "clone only one branch, HEAD or --branch"5068msgstr ""50695070#: builtin/clone.c:975071msgid "any cloned submodules will be shallow"5072msgstr ""50735074#: builtin/clone.c:98 builtin/init-db.c:4825075msgid "gitdir"5076msgstr ""50775078#: builtin/clone.c:99 builtin/init-db.c:4835079msgid "separate git dir from working tree"5080msgstr ""50815082#: builtin/clone.c:1005083msgid "key=value"5084msgstr ""50855086#: builtin/clone.c:1015087msgid "set config inside the new repository"5088msgstr ""50895090#: builtin/clone.c:102 builtin/fetch.c:132 builtin/push.c:5475091msgid "use IPv4 addresses only"5092msgstr ""50935094#: builtin/clone.c:104 builtin/fetch.c:134 builtin/push.c:5495095msgid "use IPv6 addresses only"5096msgstr ""50975098#: builtin/clone.c:2415099msgid ""5100"No directory name could be guessed.\n"5101"Please specify a directory on the command line"5102msgstr ""51035104#: builtin/clone.c:3075105#, c-format5106msgid "reference repository '%s' as a linked checkout is not supported yet."5107msgstr ""51085109#: builtin/clone.c:3095110#, c-format5111msgid "reference repository '%s' is not a local repository."5112msgstr ""51135114#: builtin/clone.c:3145115#, c-format5116msgid "reference repository '%s' is shallow"5117msgstr ""51185119#: builtin/clone.c:3175120#, c-format5121msgid "reference repository '%s' is grafted"5122msgstr ""51235124#: builtin/clone.c:3765125#, c-format5126msgid "failed to open '%s'"5127msgstr ""51285129#: builtin/clone.c:3845130#, c-format5131msgid "%s exists and is not a directory"5132msgstr ""51335134#: builtin/clone.c:3985135#, c-format5136msgid "failed to stat %s\n"5137msgstr ""51385139#: builtin/clone.c:4205140#, c-format5141msgid "failed to create link '%s'"5142msgstr ""51435144#: builtin/clone.c:4245145#, c-format5146msgid "failed to copy file to '%s'"5147msgstr ""51485149#: builtin/clone.c:4495150#, c-format5151msgid "done.\n"5152msgstr ""51535154#: builtin/clone.c:4615155msgid ""5156"Clone succeeded, but checkout failed.\n"5157"You can inspect what was checked out with 'git status'\n"5158"and retry the checkout with 'git checkout -f HEAD'\n"5159msgstr ""51605161#: builtin/clone.c:5385162#, c-format5163msgid "Could not find remote branch %s to clone."5164msgstr ""51655166#: builtin/clone.c:6335167msgid "remote did not send all necessary objects"5168msgstr ""51695170#: builtin/clone.c:6495171#, c-format5172msgid "unable to update %s"5173msgstr ""51745175#: builtin/clone.c:6985176msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"5177msgstr ""51785179#: builtin/clone.c:7295180msgid "unable to checkout working tree"5181msgstr ""51825183#: builtin/clone.c:7665184msgid "unable to write parameters to config file"5185msgstr ""51865187#: builtin/clone.c:8295188msgid "cannot repack to clean up"5189msgstr ""51905191#: builtin/clone.c:8315192msgid "cannot unlink temporary alternates file"5193msgstr ""51945195#: builtin/clone.c:863 builtin/receive-pack.c:18555196msgid "Too many arguments."5197msgstr ""51985199#: builtin/clone.c:8675200msgid "You must specify a repository to clone."5201msgstr ""52025203#: builtin/clone.c:8785204#, c-format5205msgid "--bare and --origin %s options are incompatible."5206msgstr ""52075208#: builtin/clone.c:8815209msgid "--bare and --separate-git-dir are incompatible."5210msgstr ""52115212#: builtin/clone.c:8945213#, c-format5214msgid "repository '%s' does not exist"5215msgstr ""52165217#: builtin/clone.c:900 builtin/fetch.c:12935218#, c-format5219msgid "depth %s is not a positive number"5220msgstr ""52215222#: builtin/clone.c:9105223#, c-format5224msgid "destination path '%s' already exists and is not an empty directory."5225msgstr ""52265227#: builtin/clone.c:9205228#, c-format5229msgid "working tree '%s' already exists."5230msgstr ""52315232#: builtin/clone.c:935 builtin/clone.c:946 builtin/submodule--helper.c:5445233#: builtin/worktree.c:222 builtin/worktree.c:2495234#, c-format5235msgid "could not create leading directories of '%s'"5236msgstr ""52375238#: builtin/clone.c:9385239#, c-format5240msgid "could not create work tree dir '%s'"5241msgstr ""52425243#: builtin/clone.c:9565244#, c-format5245msgid "Cloning into bare repository '%s'...\n"5246msgstr ""52475248#: builtin/clone.c:9585249#, c-format5250msgid "Cloning into '%s'...\n"5251msgstr ""52525253#: builtin/clone.c:9975254msgid "--depth is ignored in local clones; use file:// instead."5255msgstr ""52565257#: builtin/clone.c:10005258msgid "source repository is shallow, ignoring --local"5259msgstr ""52605261#: builtin/clone.c:10055262msgid "--local is ignored"5263msgstr ""52645265#: builtin/clone.c:10095266#, c-format5267msgid "Don't know how to clone %s"5268msgstr ""52695270#: builtin/clone.c:1058 builtin/clone.c:10665271#, c-format5272msgid "Remote branch %s not found in upstream %s"5273msgstr ""52745275#: builtin/clone.c:10695276msgid "You appear to have cloned an empty repository."5277msgstr ""52785279#: builtin/column.c:95280msgid "git column [<options>]"5281msgstr ""52825283#: builtin/column.c:265284msgid "lookup config vars"5285msgstr ""52865287#: builtin/column.c:27 builtin/column.c:285288msgid "layout to use"5289msgstr ""52905291#: builtin/column.c:295292msgid "Maximum width"5293msgstr ""52945295#: builtin/column.c:305296msgid "Padding space on left border"5297msgstr ""52985299#: builtin/column.c:315300msgid "Padding space on right border"5301msgstr ""53025303#: builtin/column.c:325304msgid "Padding space between columns"5305msgstr ""53065307#: builtin/column.c:515308msgid "--command must be the first argument"5309msgstr ""53105311#: builtin/commit.c:385312msgid "git commit [<options>] [--] <pathspec>..."5313msgstr ""53145315#: builtin/commit.c:435316msgid "git status [<options>] [--] <pathspec>..."5317msgstr ""53185319#: builtin/commit.c:485320msgid ""5321"Your name and email address were configured automatically based\n"5322"on your username and hostname. Please check that they are accurate.\n"5323"You can suppress this message by setting them explicitly. Run the\n"5324"following command and follow the instructions in your editor to edit\n"5325"your configuration file:\n"5326"\n"5327" git config --global --edit\n"5328"\n"5329"After doing this, you may fix the identity used for this commit with:\n"5330"\n"5331" git commit --amend --reset-author\n"5332msgstr ""53335334#: builtin/commit.c:615335msgid ""5336"Your name and email address were configured automatically based\n"5337"on your username and hostname. Please check that they are accurate.\n"5338"You can suppress this message by setting them explicitly:\n"5339"\n"5340" git config --global user.name \"Your Name\"\n"5341" git config --global user.email you@example.com\n"5342"\n"5343"After doing this, you may fix the identity used for this commit with:\n"5344"\n"5345" git commit --amend --reset-author\n"5346msgstr ""53475348#: builtin/commit.c:735349msgid ""5350"You asked to amend the most recent commit, but doing so would make\n"5351"it empty. You can repeat your command with --allow-empty, or you can\n"5352"remove the commit entirely with \"git reset HEAD^\".\n"5353msgstr ""53545355#: builtin/commit.c:785356msgid ""5357"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"5358"If you wish to commit it anyway, use:\n"5359"\n"5360" git commit --allow-empty\n"5361"\n"5362msgstr ""53635364#: builtin/commit.c:855365msgid "Otherwise, please use 'git reset'\n"5366msgstr ""53675368#: builtin/commit.c:885369msgid ""5370"If you wish to skip this commit, use:\n"5371"\n"5372" git reset\n"5373"\n"5374"Then \"git cherry-pick --continue\" will resume cherry-picking\n"5375"the remaining commits.\n"5376msgstr ""53775378#: builtin/commit.c:3085379msgid "failed to unpack HEAD tree object"5380msgstr ""53815382#: builtin/commit.c:3495383msgid "unable to create temporary index"5384msgstr ""53855386#: builtin/commit.c:3555387msgid "interactive add failed"5388msgstr ""53895390#: builtin/commit.c:3685391msgid "unable to update temporary index"5392msgstr ""53935394#: builtin/commit.c:3705395msgid "Failed to update main cache tree"5396msgstr ""53975398#: builtin/commit.c:394 builtin/commit.c:417 builtin/commit.c:4665399msgid "unable to write new_index file"5400msgstr ""54015402#: builtin/commit.c:4485403msgid "cannot do a partial commit during a merge."5404msgstr ""54055406#: builtin/commit.c:4505407msgid "cannot do a partial commit during a cherry-pick."5408msgstr ""54095410#: builtin/commit.c:4595411msgid "cannot read the index"5412msgstr ""54135414#: builtin/commit.c:4785415msgid "unable to write temporary index file"5416msgstr ""54175418#: builtin/commit.c:5835419#, c-format5420msgid "commit '%s' lacks author header"5421msgstr ""54225423#: builtin/commit.c:5855424#, c-format5425msgid "commit '%s' has malformed author line"5426msgstr ""54275428#: builtin/commit.c:6045429msgid "malformed --author parameter"5430msgstr ""54315432#: builtin/commit.c:6125433#, c-format5434msgid "invalid date format: %s"5435msgstr ""54365437#: builtin/commit.c:6565438msgid ""5439"unable to select a comment character that is not used\n"5440"in the current commit message"5441msgstr ""54425443#: builtin/commit.c:693 builtin/commit.c:726 builtin/commit.c:10925444#, c-format5445msgid "could not lookup commit %s"5446msgstr ""54475448#: builtin/commit.c:705 builtin/shortlog.c:2865449#, c-format5450msgid "(reading log message from standard input)\n"5451msgstr ""54525453#: builtin/commit.c:7075454msgid "could not read log from standard input"5455msgstr ""54565457#: builtin/commit.c:7115458#, c-format5459msgid "could not read log file '%s'"5460msgstr ""54615462#: builtin/commit.c:738 builtin/commit.c:7465463msgid "could not read SQUASH_MSG"5464msgstr ""54655466#: builtin/commit.c:7435467msgid "could not read MERGE_MSG"5468msgstr ""54695470#: builtin/commit.c:7975471msgid "could not write commit template"5472msgstr ""54735474#: builtin/commit.c:8155475#, c-format5476msgid ""5477"\n"5478"It looks like you may be committing a merge.\n"5479"If this is not correct, please remove the file\n"5480"\t%s\n"5481"and try again.\n"5482msgstr ""54835484#: builtin/commit.c:8205485#, c-format5486msgid ""5487"\n"5488"It looks like you may be committing a cherry-pick.\n"5489"If this is not correct, please remove the file\n"5490"\t%s\n"5491"and try again.\n"5492msgstr ""54935494#: builtin/commit.c:8335495#, c-format5496msgid ""5497"Please enter the commit message for your changes. Lines starting\n"5498"with '%c' will be ignored, and an empty message aborts the commit.\n"5499msgstr ""55005501#: builtin/commit.c:8405502#, c-format5503msgid ""5504"Please enter the commit message for your changes. Lines starting\n"5505"with '%c' will be kept; you may remove them yourself if you want to.\n"5506"An empty message aborts the commit.\n"5507msgstr ""55085509#: builtin/commit.c:8605510#, c-format5511msgid "%sAuthor: %.*s <%.*s>"5512msgstr ""55135514#: builtin/commit.c:8685515#, c-format5516msgid "%sDate: %s"5517msgstr ""55185519#: builtin/commit.c:8755520#, c-format5521msgid "%sCommitter: %.*s <%.*s>"5522msgstr ""55235524#: builtin/commit.c:8935525msgid "Cannot read index"5526msgstr ""55275528#: builtin/commit.c:9505529msgid "Error building trees"5530msgstr ""55315532#: builtin/commit.c:965 builtin/tag.c:2665533#, c-format5534msgid "Please supply the message using either -m or -F option.\n"5535msgstr ""55365537#: builtin/commit.c:10675538#, c-format5539msgid "--author '%s' is not 'Name <email>' and matches no existing author"5540msgstr ""55415542#: builtin/commit.c:1082 builtin/commit.c:13225543#, c-format5544msgid "Invalid untracked files mode '%s'"5545msgstr ""55465547#: builtin/commit.c:11195548msgid "--long and -z are incompatible"5549msgstr ""55505551#: builtin/commit.c:11495552msgid "Using both --reset-author and --author does not make sense"5553msgstr ""55545555#: builtin/commit.c:11585556msgid "You have nothing to amend."5557msgstr ""55585559#: builtin/commit.c:11615560msgid "You are in the middle of a merge -- cannot amend."5561msgstr ""55625563#: builtin/commit.c:11635564msgid "You are in the middle of a cherry-pick -- cannot amend."5565msgstr ""55665567#: builtin/commit.c:11665568msgid "Options --squash and --fixup cannot be used together"5569msgstr ""55705571#: builtin/commit.c:11765572msgid "Only one of -c/-C/-F/--fixup can be used."5573msgstr ""55745575#: builtin/commit.c:11785576msgid "Option -m cannot be combined with -c/-C/-F/--fixup."5577msgstr ""55785579#: builtin/commit.c:11865580msgid "--reset-author can be used only with -C, -c or --amend."5581msgstr ""55825583#: builtin/commit.c:12035584msgid "Only one of --include/--only/--all/--interactive/--patch can be used."5585msgstr ""55865587#: builtin/commit.c:12055588msgid "No paths with --include/--only does not make sense."5589msgstr ""55905591#: builtin/commit.c:12075592msgid "Clever... amending the last one with dirty index."5593msgstr ""55945595#: builtin/commit.c:12095596msgid "Explicit paths specified without -i or -o; assuming --only paths..."5597msgstr ""55985599#: builtin/commit.c:1221 builtin/tag.c:4745600#, c-format5601msgid "Invalid cleanup mode %s"5602msgstr ""56035604#: builtin/commit.c:12265605msgid "Paths with -a does not make sense."5606msgstr ""56075608#: builtin/commit.c:1336 builtin/commit.c:16225609msgid "show status concisely"5610msgstr ""56115612#: builtin/commit.c:1338 builtin/commit.c:16245613msgid "show branch information"5614msgstr ""56155616#: builtin/commit.c:1340 builtin/commit.c:1626 builtin/push.c:5225617#: builtin/worktree.c:4405618msgid "machine-readable output"5619msgstr ""56205621#: builtin/commit.c:1343 builtin/commit.c:16285622msgid "show status in long format (default)"5623msgstr ""56245625#: builtin/commit.c:1346 builtin/commit.c:16315626msgid "terminate entries with NUL"5627msgstr ""56285629#: builtin/commit.c:1348 builtin/commit.c:1634 builtin/fast-export.c:9815630#: builtin/fast-export.c:984 builtin/tag.c:3535631msgid "mode"5632msgstr ""56335634#: builtin/commit.c:1349 builtin/commit.c:16345635msgid "show untracked files, optional modes: all, normal, no. (Default: all)"5636msgstr ""56375638#: builtin/commit.c:13525639msgid "show ignored files"5640msgstr ""56415642#: builtin/commit.c:1353 parse-options.h:1555643msgid "when"5644msgstr ""56455646#: builtin/commit.c:13545647msgid ""5648"ignore changes to submodules, optional when: all, dirty, untracked. "5649"(Default: all)"5650msgstr ""56515652#: builtin/commit.c:13565653msgid "list untracked files in columns"5654msgstr ""56555656#: builtin/commit.c:14425657msgid "couldn't look up newly created commit"5658msgstr ""56595660#: builtin/commit.c:14445661msgid "could not parse newly created commit"5662msgstr ""56635664#: builtin/commit.c:14895665msgid "detached HEAD"5666msgstr ""56675668#: builtin/commit.c:14925669msgid " (root-commit)"5670msgstr ""56715672#: builtin/commit.c:15925673msgid "suppress summary after successful commit"5674msgstr ""56755676#: builtin/commit.c:15935677msgid "show diff in commit message template"5678msgstr ""56795680#: builtin/commit.c:15955681msgid "Commit message options"5682msgstr ""56835684#: builtin/commit.c:1596 builtin/tag.c:3515685msgid "read message from file"5686msgstr ""56875688#: builtin/commit.c:15975689msgid "author"5690msgstr ""56915692#: builtin/commit.c:15975693msgid "override author for commit"5694msgstr ""56955696#: builtin/commit.c:1598 builtin/gc.c:3265697msgid "date"5698msgstr ""56995700#: builtin/commit.c:15985701msgid "override date for commit"5702msgstr ""57035704#: builtin/commit.c:1599 builtin/merge.c:220 builtin/notes.c:3965705#: builtin/notes.c:559 builtin/tag.c:3495706msgid "message"5707msgstr ""57085709#: builtin/commit.c:15995710msgid "commit message"5711msgstr ""57125713#: builtin/commit.c:1600 builtin/commit.c:1601 builtin/commit.c:16025714#: builtin/commit.c:1603 parse-options.h:256 ref-filter.h:795715msgid "commit"5716msgstr ""57175718#: builtin/commit.c:16005719msgid "reuse and edit message from specified commit"5720msgstr ""57215722#: builtin/commit.c:16015723msgid "reuse message from specified commit"5724msgstr ""57255726#: builtin/commit.c:16025727msgid "use autosquash formatted message to fixup specified commit"5728msgstr ""57295730#: builtin/commit.c:16035731msgid "use autosquash formatted message to squash specified commit"5732msgstr ""57335734#: builtin/commit.c:16045735msgid "the commit is authored by me now (used with -C/-c/--amend)"5736msgstr ""57375738#: builtin/commit.c:1605 builtin/log.c:1409 builtin/revert.c:865739msgid "add Signed-off-by:"5740msgstr ""57415742#: builtin/commit.c:16065743msgid "use specified template file"5744msgstr ""57455746#: builtin/commit.c:16075747msgid "force edit of commit"5748msgstr ""57495750#: builtin/commit.c:16085751msgid "default"5752msgstr ""57535754#: builtin/commit.c:1608 builtin/tag.c:3545755msgid "how to strip spaces and #comments from message"5756msgstr ""57575758#: builtin/commit.c:16095759msgid "include status in commit message template"5760msgstr ""57615762#: builtin/commit.c:1611 builtin/merge.c:230 builtin/pull.c:1655763#: builtin/revert.c:935764msgid "GPG sign commit"5765msgstr ""57665767#: builtin/commit.c:16145768msgid "Commit contents options"5769msgstr ""57705771#: builtin/commit.c:16155772msgid "commit all changed files"5773msgstr ""57745775#: builtin/commit.c:16165776msgid "add specified files to index for commit"5777msgstr ""57785779#: builtin/commit.c:16175780msgid "interactively add files"5781msgstr ""57825783#: builtin/commit.c:16185784msgid "interactively add changes"5785msgstr ""57865787#: builtin/commit.c:16195788msgid "commit only specified files"5789msgstr ""57905791#: builtin/commit.c:16205792msgid "bypass pre-commit and commit-msg hooks"5793msgstr ""57945795#: builtin/commit.c:16215796msgid "show what would be committed"5797msgstr ""57985799#: builtin/commit.c:16325800msgid "amend previous commit"5801msgstr ""58025803#: builtin/commit.c:16335804msgid "bypass post-rewrite hook"5805msgstr ""58065807#: builtin/commit.c:16385808msgid "ok to record an empty change"5809msgstr ""58105811#: builtin/commit.c:16405812msgid "ok to record a change with an empty message"5813msgstr ""58145815#: builtin/commit.c:16695816msgid "could not parse HEAD commit"5817msgstr ""58185819#: builtin/commit.c:17195820#, c-format5821msgid "Corrupt MERGE_HEAD file (%s)"5822msgstr ""58235824#: builtin/commit.c:17265825msgid "could not read MERGE_MODE"5826msgstr ""58275828#: builtin/commit.c:17455829#, c-format5830msgid "could not read commit message: %s"5831msgstr ""58325833#: builtin/commit.c:17565834#, c-format5835msgid "Aborting commit; you did not edit the message.\n"5836msgstr ""58375838#: builtin/commit.c:17615839#, c-format5840msgid "Aborting commit due to empty commit message.\n"5841msgstr ""58425843#: builtin/commit.c:18095844msgid ""5845"Repository has been updated, but unable to write\n"5846"new_index file. Check that disk is not full and quota is\n"5847"not exceeded, and then \"git reset HEAD\" to recover."5848msgstr ""58495850#: builtin/config.c:95851msgid "git config [<options>]"5852msgstr ""58535854#: builtin/config.c:555855msgid "Config file location"5856msgstr ""58575858#: builtin/config.c:565859msgid "use global config file"5860msgstr ""58615862#: builtin/config.c:575863msgid "use system config file"5864msgstr ""58655866#: builtin/config.c:585867msgid "use repository config file"5868msgstr ""58695870#: builtin/config.c:595871msgid "use given config file"5872msgstr ""58735874#: builtin/config.c:605875msgid "blob-id"5876msgstr ""58775878#: builtin/config.c:605879msgid "read config from given blob object"5880msgstr ""58815882#: builtin/config.c:615883msgid "Action"5884msgstr ""58855886#: builtin/config.c:625887msgid "get value: name [value-regex]"5888msgstr ""58895890#: builtin/config.c:635891msgid "get all values: key [value-regex]"5892msgstr ""58935894#: builtin/config.c:645895msgid "get values for regexp: name-regex [value-regex]"5896msgstr ""58975898#: builtin/config.c:655899msgid "get value specific for the URL: section[.var] URL"5900msgstr ""59015902#: builtin/config.c:665903msgid "replace all matching variables: name value [value_regex]"5904msgstr ""59055906#: builtin/config.c:675907msgid "add a new variable: name value"5908msgstr ""59095910#: builtin/config.c:685911msgid "remove a variable: name [value-regex]"5912msgstr ""59135914#: builtin/config.c:695915msgid "remove all matches: name [value-regex]"5916msgstr ""59175918#: builtin/config.c:705919msgid "rename section: old-name new-name"5920msgstr ""59215922#: builtin/config.c:715923msgid "remove a section: name"5924msgstr ""59255926#: builtin/config.c:725927msgid "list all"5928msgstr ""59295930#: builtin/config.c:735931msgid "open an editor"5932msgstr ""59335934#: builtin/config.c:745935msgid "find the color configured: slot [default]"5936msgstr ""59375938#: builtin/config.c:755939msgid "find the color setting: slot [stdout-is-tty]"5940msgstr ""59415942#: builtin/config.c:765943msgid "Type"5944msgstr ""59455946#: builtin/config.c:775947msgid "value is \"true\" or \"false\""5948msgstr ""59495950#: builtin/config.c:785951msgid "value is decimal number"5952msgstr ""59535954#: builtin/config.c:795955msgid "value is --bool or --int"5956msgstr ""59575958#: builtin/config.c:805959msgid "value is a path (file or directory name)"5960msgstr ""59615962#: builtin/config.c:815963msgid "Other"5964msgstr ""59655966#: builtin/config.c:825967msgid "terminate values with NUL byte"5968msgstr ""59695970#: builtin/config.c:835971msgid "show variable names only"5972msgstr ""59735974#: builtin/config.c:845975msgid "respect include directives on lookup"5976msgstr ""59775978#: builtin/config.c:855979msgid "show origin of config (file, standard input, blob, command line)"5980msgstr ""59815982#: builtin/config.c:3275983msgid "unable to parse default color value"5984msgstr ""59855986#: builtin/config.c:4715987#, c-format5988msgid ""5989"# This is Git's per-user configuration file.\n"5990"[user]\n"5991"# Please adapt and uncomment the following lines:\n"5992"#\tname = %s\n"5993"#\temail = %s\n"5994msgstr ""59955996#: builtin/config.c:6135997#, c-format5998msgid "cannot create configuration file %s"5999msgstr ""60006001#: builtin/count-objects.c:776002msgid "git count-objects [-v] [-H | --human-readable]"6003msgstr ""60046005#: builtin/count-objects.c:876006msgid "print sizes in human readable format"6007msgstr ""60086009#: builtin/describe.c:176010msgid "git describe [<options>] [<commit-ish>...]"6011msgstr ""60126013#: builtin/describe.c:186014msgid "git describe [<options>] --dirty"6015msgstr ""60166017#: builtin/describe.c:2176018#, c-format6019msgid "annotated tag %s not available"6020msgstr ""60216022#: builtin/describe.c:2216023#, c-format6024msgid "annotated tag %s has no embedded name"6025msgstr ""60266027#: builtin/describe.c:2236028#, c-format6029msgid "tag '%s' is really '%s' here"6030msgstr ""60316032#: builtin/describe.c:250 builtin/log.c:4806033#, c-format6034msgid "Not a valid object name %s"6035msgstr ""60366037#: builtin/describe.c:2536038#, c-format6039msgid "%s is not a valid '%s' object"6040msgstr ""60416042#: builtin/describe.c:2706043#, c-format6044msgid "no tag exactly matches '%s'"6045msgstr ""60466047#: builtin/describe.c:2726048#, c-format6049msgid "searching to describe %s\n"6050msgstr ""60516052#: builtin/describe.c:3196053#, c-format6054msgid "finished search at %s\n"6055msgstr ""60566057#: builtin/describe.c:3466058#, c-format6059msgid ""6060"No annotated tags can describe '%s'.\n"6061"However, there were unannotated tags: try --tags."6062msgstr ""60636064#: builtin/describe.c:3506065#, c-format6066msgid ""6067"No tags can describe '%s'.\n"6068"Try --always, or create some tags."6069msgstr ""60706071#: builtin/describe.c:3716072#, c-format6073msgid "traversed %lu commits\n"6074msgstr ""60756076#: builtin/describe.c:3746077#, c-format6078msgid ""6079"more than %i tags found; listed %i most recent\n"6080"gave up search at %s\n"6081msgstr ""60826083#: builtin/describe.c:3966084msgid "find the tag that comes after the commit"6085msgstr ""60866087#: builtin/describe.c:3976088msgid "debug search strategy on stderr"6089msgstr ""60906091#: builtin/describe.c:3986092msgid "use any ref"6093msgstr ""60946095#: builtin/describe.c:3996096msgid "use any tag, even unannotated"6097msgstr ""60986099#: builtin/describe.c:4006100msgid "always use long format"6101msgstr ""61026103#: builtin/describe.c:4016104msgid "only follow first parent"6105msgstr ""61066107#: builtin/describe.c:4046108msgid "only output exact matches"6109msgstr ""61106111#: builtin/describe.c:4066112msgid "consider <n> most recent tags (default: 10)"6113msgstr ""61146115#: builtin/describe.c:4086116msgid "only consider tags matching <pattern>"6117msgstr ""61186119#: builtin/describe.c:410 builtin/name-rev.c:3216120msgid "show abbreviated commit object as fallback"6121msgstr ""61226123#: builtin/describe.c:4116124msgid "mark"6125msgstr ""61266127#: builtin/describe.c:4126128msgid "append <mark> on dirty working tree (default: \"-dirty\")"6129msgstr ""61306131#: builtin/describe.c:4306132msgid "--long is incompatible with --abbrev=0"6133msgstr ""61346135#: builtin/describe.c:4566136msgid "No names found, cannot describe anything."6137msgstr ""61386139#: builtin/describe.c:4766140msgid "--dirty is incompatible with commit-ishes"6141msgstr ""61426143#: builtin/diff.c:866144#, c-format6145msgid "'%s': not a regular file or symlink"6146msgstr ""61476148#: builtin/diff.c:2376149#, c-format6150msgid "invalid option: %s"6151msgstr ""61526153#: builtin/diff.c:3606154msgid "Not a git repository"6155msgstr ""61566157#: builtin/diff.c:4036158#, c-format6159msgid "invalid object '%s' given."6160msgstr ""61616162#: builtin/diff.c:4126163#, c-format6164msgid "more than two blobs given: '%s'"6165msgstr ""61666167#: builtin/diff.c:4196168#, c-format6169msgid "unhandled object '%s' given."6170msgstr ""61716172#: builtin/fast-export.c:256173msgid "git fast-export [rev-list-opts]"6174msgstr ""61756176#: builtin/fast-export.c:9806177msgid "show progress after <n> objects"6178msgstr ""61796180#: builtin/fast-export.c:9826181msgid "select handling of signed tags"6182msgstr ""61836184#: builtin/fast-export.c:9856185msgid "select handling of tags that tag filtered objects"6186msgstr ""61876188#: builtin/fast-export.c:9886189msgid "Dump marks to this file"6190msgstr ""61916192#: builtin/fast-export.c:9906193msgid "Import marks from this file"6194msgstr ""61956196#: builtin/fast-export.c:9926197msgid "Fake a tagger when tags lack one"6198msgstr ""61996200#: builtin/fast-export.c:9946201msgid "Output full tree for each commit"6202msgstr ""62036204#: builtin/fast-export.c:9966205msgid "Use the done feature to terminate the stream"6206msgstr ""62076208#: builtin/fast-export.c:9976209msgid "Skip output of blob data"6210msgstr ""62116212#: builtin/fast-export.c:9986213msgid "refspec"6214msgstr ""62156216#: builtin/fast-export.c:9996217msgid "Apply refspec to exported refs"6218msgstr ""62196220#: builtin/fast-export.c:10006221msgid "anonymize output"6222msgstr ""62236224#: builtin/fetch.c:216225msgid "git fetch [<options>] [<repository> [<refspec>...]]"6226msgstr ""62276228#: builtin/fetch.c:226229msgid "git fetch [<options>] <group>"6230msgstr ""62316232#: builtin/fetch.c:236233msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"6234msgstr ""62356236#: builtin/fetch.c:246237msgid "git fetch --all [<options>]"6238msgstr ""62396240#: builtin/fetch.c:93 builtin/pull.c:1746241msgid "fetch from all remotes"6242msgstr ""62436244#: builtin/fetch.c:95 builtin/pull.c:1776245msgid "append to .git/FETCH_HEAD instead of overwriting"6246msgstr ""62476248#: builtin/fetch.c:97 builtin/pull.c:1806249msgid "path to upload pack on remote end"6250msgstr ""62516252#: builtin/fetch.c:98 builtin/pull.c:1826253msgid "force overwrite of local branch"6254msgstr ""62556256#: builtin/fetch.c:1006257msgid "fetch from multiple remotes"6258msgstr ""62596260#: builtin/fetch.c:102 builtin/pull.c:1846261msgid "fetch all tags and associated objects"6262msgstr ""62636264#: builtin/fetch.c:1046265msgid "do not fetch all tags (--no-tags)"6266msgstr ""62676268#: builtin/fetch.c:1066269msgid "number of submodules fetched in parallel"6270msgstr ""62716272#: builtin/fetch.c:108 builtin/pull.c:1876273msgid "prune remote-tracking branches no longer on remote"6274msgstr ""62756276#: builtin/fetch.c:109 builtin/pull.c:1906277msgid "on-demand"6278msgstr ""62796280#: builtin/fetch.c:110 builtin/pull.c:1916281msgid "control recursive fetching of submodules"6282msgstr ""62836284#: builtin/fetch.c:114 builtin/pull.c:1996285msgid "keep downloaded pack"6286msgstr ""62876288#: builtin/fetch.c:1166289msgid "allow updating of HEAD ref"6290msgstr ""62916292#: builtin/fetch.c:119 builtin/pull.c:2026293msgid "deepen history of shallow clone"6294msgstr ""62956296#: builtin/fetch.c:121 builtin/pull.c:2056297msgid "convert to a complete repository"6298msgstr ""62996300#: builtin/fetch.c:123 builtin/log.c:14266301msgid "dir"6302msgstr ""63036304#: builtin/fetch.c:1246305msgid "prepend this to submodule path output"6306msgstr ""63076308#: builtin/fetch.c:1276309msgid "default mode for recursion"6310msgstr ""63116312#: builtin/fetch.c:129 builtin/pull.c:2086313msgid "accept refs that update .git/shallow"6314msgstr ""63156316#: builtin/fetch.c:130 builtin/pull.c:2106317msgid "refmap"6318msgstr ""63196320#: builtin/fetch.c:131 builtin/pull.c:2116321msgid "specify fetch refmap"6322msgstr ""63236324#: builtin/fetch.c:3876325msgid "Couldn't find remote ref HEAD"6326msgstr ""63276328#: builtin/fetch.c:5036329#, c-format6330msgid "configuration fetch.output contains invalid value %s"6331msgstr ""63326333#: builtin/fetch.c:5926334#, c-format6335msgid "object %s not found"6336msgstr ""63376338#: builtin/fetch.c:5966339msgid "[up to date]"6340msgstr ""63416342#: builtin/fetch.c:609 builtin/fetch.c:6896343msgid "[rejected]"6344msgstr ""63456346#: builtin/fetch.c:6106347msgid "can't fetch in current branch"6348msgstr ""63496350#: builtin/fetch.c:6196351msgid "[tag update]"6352msgstr ""63536354#: builtin/fetch.c:620 builtin/fetch.c:653 builtin/fetch.c:6696355#: builtin/fetch.c:6846356msgid "unable to update local ref"6357msgstr ""63586359#: builtin/fetch.c:6396360msgid "[new tag]"6361msgstr ""63626363#: builtin/fetch.c:6426364msgid "[new branch]"6365msgstr ""63666367#: builtin/fetch.c:6456368msgid "[new ref]"6369msgstr ""63706371#: builtin/fetch.c:6846372msgid "forced update"6373msgstr ""63746375#: builtin/fetch.c:6896376msgid "non-fast-forward"6377msgstr ""63786379#: builtin/fetch.c:7336380#, c-format6381msgid "%s did not send all necessary objects\n"6382msgstr ""63836384#: builtin/fetch.c:7536385#, c-format6386msgid "reject %s because shallow roots are not allowed to be updated"6387msgstr ""63886389#: builtin/fetch.c:839 builtin/fetch.c:9346390#, c-format6391msgid "From %.*s\n"6392msgstr ""63936394#: builtin/fetch.c:8506395#, c-format6396msgid ""6397"some local refs could not be updated; try running\n"6398" 'git remote prune %s' to remove any old, conflicting branches"6399msgstr ""64006401#: builtin/fetch.c:9046402#, c-format6403msgid " (%s will become dangling)"6404msgstr ""64056406#: builtin/fetch.c:9056407#, c-format6408msgid " (%s has become dangling)"6409msgstr ""64106411#: builtin/fetch.c:9376412msgid "[deleted]"6413msgstr ""64146415#: builtin/fetch.c:938 builtin/remote.c:10206416msgid "(none)"6417msgstr ""64186419#: builtin/fetch.c:9606420#, c-format6421msgid "Refusing to fetch into current branch %s of non-bare repository"6422msgstr ""64236424#: builtin/fetch.c:9796425#, c-format6426msgid "Option \"%s\" value \"%s\" is not valid for %s"6427msgstr ""64286429#: builtin/fetch.c:9826430#, c-format6431msgid "Option \"%s\" is ignored for %s\n"6432msgstr ""64336434#: builtin/fetch.c:10396435#, c-format6436msgid "Don't know how to fetch from %s"6437msgstr ""64386439#: builtin/fetch.c:11996440#, c-format6441msgid "Fetching %s\n"6442msgstr ""64436444#: builtin/fetch.c:1201 builtin/remote.c:966445#, c-format6446msgid "Could not fetch %s"6447msgstr ""64486449#: builtin/fetch.c:12196450msgid ""6451"No remote repository specified. Please, specify either a URL or a\n"6452"remote name from which new revisions should be fetched."6453msgstr ""64546455#: builtin/fetch.c:12426456msgid "You need to specify a tag name."6457msgstr ""64586459#: builtin/fetch.c:12846460msgid "--depth and --unshallow cannot be used together"6461msgstr ""64626463#: builtin/fetch.c:12866464msgid "--unshallow on a complete repository does not make sense"6465msgstr ""64666467#: builtin/fetch.c:13066468msgid "fetch --all does not take a repository argument"6469msgstr ""64706471#: builtin/fetch.c:13086472msgid "fetch --all does not make sense with refspecs"6473msgstr ""64746475#: builtin/fetch.c:13196476#, c-format6477msgid "No such remote or remote group: %s"6478msgstr ""64796480#: builtin/fetch.c:13276481msgid "Fetching a group and specifying refspecs does not make sense"6482msgstr ""64836484#: builtin/fmt-merge-msg.c:146485msgid ""6486"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"6487msgstr ""64886489#: builtin/fmt-merge-msg.c:6676490msgid "populate log with at most <n> entries from shortlog"6491msgstr ""64926493#: builtin/fmt-merge-msg.c:6706494msgid "alias for --log (deprecated)"6495msgstr ""64966497#: builtin/fmt-merge-msg.c:6736498msgid "text"6499msgstr ""65006501#: builtin/fmt-merge-msg.c:6746502msgid "use <text> as start of message"6503msgstr ""65046505#: builtin/fmt-merge-msg.c:6756506msgid "file to read from"6507msgstr ""65086509#: builtin/for-each-ref.c:96510msgid "git for-each-ref [<options>] [<pattern>]"6511msgstr ""65126513#: builtin/for-each-ref.c:106514msgid "git for-each-ref [--points-at <object>]"6515msgstr ""65166517#: builtin/for-each-ref.c:116518msgid "git for-each-ref [(--merged | --no-merged) [<object>]]"6519msgstr ""65206521#: builtin/for-each-ref.c:126522msgid "git for-each-ref [--contains [<object>]]"6523msgstr ""65246525#: builtin/for-each-ref.c:276526msgid "quote placeholders suitably for shells"6527msgstr ""65286529#: builtin/for-each-ref.c:296530msgid "quote placeholders suitably for perl"6531msgstr ""65326533#: builtin/for-each-ref.c:316534msgid "quote placeholders suitably for python"6535msgstr ""65366537#: builtin/for-each-ref.c:336538msgid "quote placeholders suitably for Tcl"6539msgstr ""65406541#: builtin/for-each-ref.c:366542msgid "show only <n> matched refs"6543msgstr ""65446545#: builtin/for-each-ref.c:37 builtin/tag.c:3726546msgid "format to use for the output"6547msgstr ""65486549#: builtin/for-each-ref.c:416550msgid "print only refs which points at the given object"6551msgstr ""65526553#: builtin/for-each-ref.c:436554msgid "print only refs that are merged"6555msgstr ""65566557#: builtin/for-each-ref.c:446558msgid "print only refs that are not merged"6559msgstr ""65606561#: builtin/for-each-ref.c:456562msgid "print only refs which contain the commit"6563msgstr ""65646565#: builtin/fsck.c:5196566msgid "Checking object directories"6567msgstr ""65686569#: builtin/fsck.c:5886570msgid "git fsck [<options>] [<object>...]"6571msgstr ""65726573#: builtin/fsck.c:5946574msgid "show unreachable objects"6575msgstr ""65766577#: builtin/fsck.c:5956578msgid "show dangling objects"6579msgstr ""65806581#: builtin/fsck.c:5966582msgid "report tags"6583msgstr ""65846585#: builtin/fsck.c:5976586msgid "report root nodes"6587msgstr ""65886589#: builtin/fsck.c:5986590msgid "make index objects head nodes"6591msgstr ""65926593#: builtin/fsck.c:5996594msgid "make reflogs head nodes (default)"6595msgstr ""65966597#: builtin/fsck.c:6006598msgid "also consider packs and alternate objects"6599msgstr ""66006601#: builtin/fsck.c:6016602msgid "check only connectivity"6603msgstr ""66046605#: builtin/fsck.c:6026606msgid "enable more strict checking"6607msgstr ""66086609#: builtin/fsck.c:6046610msgid "write dangling objects in .git/lost-found"6611msgstr ""66126613#: builtin/fsck.c:605 builtin/prune.c:1076614msgid "show progress"6615msgstr ""66166617#: builtin/fsck.c:6066618msgid "show verbose names for reachable objects"6619msgstr ""66206621#: builtin/fsck.c:6716622msgid "Checking objects"6623msgstr ""66246625#: builtin/gc.c:256626msgid "git gc [<options>]"6627msgstr ""66286629#: builtin/gc.c:726630#, c-format6631msgid "Invalid %s: '%s'"6632msgstr ""66336634#: builtin/gc.c:1396635#, c-format6636msgid "insanely long object directory %.*s"6637msgstr ""66386639#: builtin/gc.c:2906640#, c-format6641msgid ""6642"The last gc run reported the following. Please correct the root cause\n"6643"and remove %s.\n"6644"Automatic cleanup will not be performed until the file is removed.\n"6645"\n"6646"%s"6647msgstr ""66486649#: builtin/gc.c:3276650msgid "prune unreferenced objects"6651msgstr ""66526653#: builtin/gc.c:3296654msgid "be more thorough (increased runtime)"6655msgstr ""66566657#: builtin/gc.c:3306658msgid "enable auto-gc mode"6659msgstr ""66606661#: builtin/gc.c:3316662msgid "force running gc even if there may be another gc running"6663msgstr ""66646665#: builtin/gc.c:3736666#, c-format6667msgid "Auto packing the repository in background for optimum performance.\n"6668msgstr ""66696670#: builtin/gc.c:3756671#, c-format6672msgid "Auto packing the repository for optimum performance.\n"6673msgstr ""66746675#: builtin/gc.c:3766676#, c-format6677msgid "See \"git help gc\" for manual housekeeping.\n"6678msgstr ""66796680#: builtin/gc.c:3976681#, c-format6682msgid ""6683"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"6684msgstr ""66856686#: builtin/gc.c:4416687msgid ""6688"There are too many unreachable loose objects; run 'git prune' to remove them."6689msgstr ""66906691#: builtin/grep.c:236692msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"6693msgstr ""66946695#: builtin/grep.c:2196696#, c-format6697msgid "grep: failed to create thread: %s"6698msgstr ""66996700#: builtin/grep.c:2776701#, c-format6702msgid "invalid number of threads specified (%d) for %s"6703msgstr ""67046705#: builtin/grep.c:452 builtin/grep.c:4876706#, c-format6707msgid "unable to read tree (%s)"6708msgstr ""67096710#: builtin/grep.c:5026711#, c-format6712msgid "unable to grep from object of type %s"6713msgstr ""67146715#: builtin/grep.c:5606716#, c-format6717msgid "switch `%c' expects a numerical value"6718msgstr ""67196720#: builtin/grep.c:5776721#, c-format6722msgid "cannot open '%s'"6723msgstr ""67246725#: builtin/grep.c:6466726msgid "search in index instead of in the work tree"6727msgstr ""67286729#: builtin/grep.c:6486730msgid "find in contents not managed by git"6731msgstr ""67326733#: builtin/grep.c:6506734msgid "search in both tracked and untracked files"6735msgstr ""67366737#: builtin/grep.c:6526738msgid "ignore files specified via '.gitignore'"6739msgstr ""67406741#: builtin/grep.c:6556742msgid "show non-matching lines"6743msgstr ""67446745#: builtin/grep.c:6576746msgid "case insensitive matching"6747msgstr ""67486749#: builtin/grep.c:6596750msgid "match patterns only at word boundaries"6751msgstr ""67526753#: builtin/grep.c:6616754msgid "process binary files as text"6755msgstr ""67566757#: builtin/grep.c:6636758msgid "don't match patterns in binary files"6759msgstr ""67606761#: builtin/grep.c:6666762msgid "process binary files with textconv filters"6763msgstr ""67646765#: builtin/grep.c:6686766msgid "descend at most <depth> levels"6767msgstr ""67686769#: builtin/grep.c:6726770msgid "use extended POSIX regular expressions"6771msgstr ""67726773#: builtin/grep.c:6756774msgid "use basic POSIX regular expressions (default)"6775msgstr ""67766777#: builtin/grep.c:6786778msgid "interpret patterns as fixed strings"6779msgstr ""67806781#: builtin/grep.c:6816782msgid "use Perl-compatible regular expressions"6783msgstr ""67846785#: builtin/grep.c:6846786msgid "show line numbers"6787msgstr ""67886789#: builtin/grep.c:6856790msgid "don't show filenames"6791msgstr ""67926793#: builtin/grep.c:6866794msgid "show filenames"6795msgstr ""67966797#: builtin/grep.c:6886798msgid "show filenames relative to top directory"6799msgstr ""68006801#: builtin/grep.c:6906802msgid "show only filenames instead of matching lines"6803msgstr ""68046805#: builtin/grep.c:6926806msgid "synonym for --files-with-matches"6807msgstr ""68086809#: builtin/grep.c:6956810msgid "show only the names of files without match"6811msgstr ""68126813#: builtin/grep.c:6976814msgid "print NUL after filenames"6815msgstr ""68166817#: builtin/grep.c:6996818msgid "show the number of matches instead of matching lines"6819msgstr ""68206821#: builtin/grep.c:7006822msgid "highlight matches"6823msgstr ""68246825#: builtin/grep.c:7026826msgid "print empty line between matches from different files"6827msgstr ""68286829#: builtin/grep.c:7046830msgid "show filename only once above matches from same file"6831msgstr ""68326833#: builtin/grep.c:7076834msgid "show <n> context lines before and after matches"6835msgstr ""68366837#: builtin/grep.c:7106838msgid "show <n> context lines before matches"6839msgstr ""68406841#: builtin/grep.c:7126842msgid "show <n> context lines after matches"6843msgstr ""68446845#: builtin/grep.c:7146846msgid "use <n> worker threads"6847msgstr ""68486849#: builtin/grep.c:7156850msgid "shortcut for -C NUM"6851msgstr ""68526853#: builtin/grep.c:7186854msgid "show a line with the function name before matches"6855msgstr ""68566857#: builtin/grep.c:7206858msgid "show the surrounding function"6859msgstr ""68606861#: builtin/grep.c:7236862msgid "read patterns from file"6863msgstr ""68646865#: builtin/grep.c:7256866msgid "match <pattern>"6867msgstr ""68686869#: builtin/grep.c:7276870msgid "combine patterns specified with -e"6871msgstr ""68726873#: builtin/grep.c:7396874msgid "indicate hit with exit status without output"6875msgstr ""68766877#: builtin/grep.c:7416878msgid "show only matches from files that match all patterns"6879msgstr ""68806881#: builtin/grep.c:7436882msgid "show parse tree for grep expression"6883msgstr ""68846885#: builtin/grep.c:7476886msgid "pager"6887msgstr ""68886889#: builtin/grep.c:7476890msgid "show matching files in the pager"6891msgstr ""68926893#: builtin/grep.c:7506894msgid "allow calling of grep(1) (ignored by this build)"6895msgstr ""68966897#: builtin/grep.c:8136898msgid "no pattern given."6899msgstr ""69006901#: builtin/grep.c:845 builtin/index-pack.c:14796902#, c-format6903msgid "invalid number of threads specified (%d)"6904msgstr ""69056906#: builtin/grep.c:8756907msgid "--open-files-in-pager only works on the worktree"6908msgstr ""69096910#: builtin/grep.c:9016911msgid "--cached or --untracked cannot be used with --no-index."6912msgstr ""69136914#: builtin/grep.c:9066915msgid "--no-index or --untracked cannot be used with revs."6916msgstr ""69176918#: builtin/grep.c:9096919msgid "--[no-]exclude-standard cannot be used for tracked contents."6920msgstr ""69216922#: builtin/grep.c:9176923msgid "both --cached and trees are given."6924msgstr ""69256926#: builtin/hash-object.c:816927msgid ""6928"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "6929"[--] <file>..."6930msgstr ""69316932#: builtin/hash-object.c:826933msgid "git hash-object --stdin-paths"6934msgstr ""69356936#: builtin/hash-object.c:936937msgid "type"6938msgstr ""69396940#: builtin/hash-object.c:936941msgid "object type"6942msgstr ""69436944#: builtin/hash-object.c:946945msgid "write the object into the object database"6946msgstr ""69476948#: builtin/hash-object.c:966949msgid "read the object from stdin"6950msgstr ""69516952#: builtin/hash-object.c:986953msgid "store file as is without filters"6954msgstr ""69556956#: builtin/hash-object.c:996957msgid ""6958"just hash any random garbage to create corrupt objects for debugging Git"6959msgstr ""69606961#: builtin/hash-object.c:1006962msgid "process file as it were from this path"6963msgstr ""69646965#: builtin/help.c:416966msgid "print all available commands"6967msgstr ""69686969#: builtin/help.c:426970msgid "print list of useful guides"6971msgstr ""69726973#: builtin/help.c:436974msgid "show man page"6975msgstr ""69766977#: builtin/help.c:446978msgid "show manual in web browser"6979msgstr ""69806981#: builtin/help.c:466982msgid "show info page"6983msgstr ""69846985#: builtin/help.c:526986msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"6987msgstr ""69886989#: builtin/help.c:646990#, c-format6991msgid "unrecognized help format '%s'"6992msgstr ""69936994#: builtin/help.c:916995msgid "Failed to start emacsclient."6996msgstr ""69976998#: builtin/help.c:1046999msgid "Failed to parse emacsclient version."7000msgstr ""70017002#: builtin/help.c:1127003#, c-format7004msgid "emacsclient version '%d' too old (< 22)."7005msgstr ""70067007#: builtin/help.c:130 builtin/help.c:151 builtin/help.c:160 builtin/help.c:1687008#, c-format7009msgid "failed to exec '%s'"7010msgstr ""70117012#: builtin/help.c:2057013#, c-format7014msgid ""7015"'%s': path for unsupported man viewer.\n"7016"Please consider using 'man.<tool>.cmd' instead."7017msgstr ""70187019#: builtin/help.c:2177020#, c-format7021msgid ""7022"'%s': cmd for supported man viewer.\n"7023"Please consider using 'man.<tool>.path' instead."7024msgstr ""70257026#: builtin/help.c:3347027#, c-format7028msgid "'%s': unknown man viewer."7029msgstr ""70307031#: builtin/help.c:3517032msgid "no man viewer handled the request"7033msgstr ""70347035#: builtin/help.c:3597036msgid "no info viewer handled the request"7037msgstr ""70387039#: builtin/help.c:4017040msgid "Defining attributes per path"7041msgstr ""70427043#: builtin/help.c:4027044msgid "Everyday Git With 20 Commands Or So"7045msgstr ""70467047#: builtin/help.c:4037048msgid "A Git glossary"7049msgstr ""70507051#: builtin/help.c:4047052msgid "Specifies intentionally untracked files to ignore"7053msgstr ""70547055#: builtin/help.c:4057056msgid "Defining submodule properties"7057msgstr ""70587059#: builtin/help.c:4067060msgid "Specifying revisions and ranges for Git"7061msgstr ""70627063#: builtin/help.c:4077064msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"7065msgstr ""70667067#: builtin/help.c:4087068msgid "An overview of recommended workflows with Git"7069msgstr ""70707071#: builtin/help.c:4207072msgid "The common Git guides are:\n"7073msgstr ""70747075#: builtin/help.c:441 builtin/help.c:4587076#, c-format7077msgid "usage: %s%s"7078msgstr ""70797080#: builtin/help.c:4747081#, c-format7082msgid "`git %s' is aliased to `%s'"7083msgstr ""70847085#: builtin/index-pack.c:1537086#, c-format7087msgid "unable to open %s"7088msgstr ""70897090#: builtin/index-pack.c:2037091#, c-format7092msgid "object type mismatch at %s"7093msgstr ""70947095#: builtin/index-pack.c:2237096#, c-format7097msgid "did not receive expected object %s"7098msgstr ""70997100#: builtin/index-pack.c:2267101#, c-format7102msgid "object %s: expected type %s, found %s"7103msgstr ""71047105#: builtin/index-pack.c:2687106#, c-format7107msgid "cannot fill %d byte"7108msgid_plural "cannot fill %d bytes"7109msgstr[0] ""7110msgstr[1] ""71117112#: builtin/index-pack.c:2787113msgid "early EOF"7114msgstr ""71157116#: builtin/index-pack.c:2797117msgid "read error on input"7118msgstr ""71197120#: builtin/index-pack.c:2917121msgid "used more bytes than were available"7122msgstr ""71237124#: builtin/index-pack.c:2987125msgid "pack too large for current definition of off_t"7126msgstr ""71277128#: builtin/index-pack.c:3147129#, c-format7130msgid "unable to create '%s'"7131msgstr ""71327133#: builtin/index-pack.c:3197134#, c-format7135msgid "cannot open packfile '%s'"7136msgstr ""71377138#: builtin/index-pack.c:3337139msgid "pack signature mismatch"7140msgstr ""71417142#: builtin/index-pack.c:3357143#, c-format7144msgid "pack version %<PRIu32> unsupported"7145msgstr ""71467147#: builtin/index-pack.c:3537148#, c-format7149msgid "pack has bad object at offset %<PRIuMAX>: %s"7150msgstr ""71517152#: builtin/index-pack.c:4757153#, c-format7154msgid "inflate returned %d"7155msgstr ""71567157#: builtin/index-pack.c:5247158msgid "offset value overflow for delta base object"7159msgstr ""71607161#: builtin/index-pack.c:5327162msgid "delta base offset is out of bound"7163msgstr ""71647165#: builtin/index-pack.c:5407166#, c-format7167msgid "unknown object type %d"7168msgstr ""71697170#: builtin/index-pack.c:5717171msgid "cannot pread pack file"7172msgstr ""71737174#: builtin/index-pack.c:5737175#, c-format7176msgid "premature end of pack file, %<PRIuMAX> byte missing"7177msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"7178msgstr[0] ""7179msgstr[1] ""71807181#: builtin/index-pack.c:5997182msgid "serious inflate inconsistency"7183msgstr ""71847185#: builtin/index-pack.c:745 builtin/index-pack.c:751 builtin/index-pack.c:7747186#: builtin/index-pack.c:808 builtin/index-pack.c:8177187#, c-format7188msgid "SHA1 COLLISION FOUND WITH %s !"7189msgstr ""71907191#: builtin/index-pack.c:748 builtin/pack-objects.c:1647192#: builtin/pack-objects.c:2567193#, c-format7194msgid "unable to read %s"7195msgstr ""71967197#: builtin/index-pack.c:8147198#, c-format7199msgid "cannot read existing object %s"7200msgstr ""72017202#: builtin/index-pack.c:8287203#, c-format7204msgid "invalid blob object %s"7205msgstr ""72067207#: builtin/index-pack.c:8427208#, c-format7209msgid "invalid %s"7210msgstr ""72117212#: builtin/index-pack.c:8457213msgid "Error in object"7214msgstr ""72157216#: builtin/index-pack.c:8477217#, c-format7218msgid "Not all child objects of %s are reachable"7219msgstr ""72207221#: builtin/index-pack.c:919 builtin/index-pack.c:9507222msgid "failed to apply delta"7223msgstr ""72247225#: builtin/index-pack.c:11207226msgid "Receiving objects"7227msgstr ""72287229#: builtin/index-pack.c:11207230msgid "Indexing objects"7231msgstr ""72327233#: builtin/index-pack.c:11527234msgid "pack is corrupted (SHA1 mismatch)"7235msgstr ""72367237#: builtin/index-pack.c:11577238msgid "cannot fstat packfile"7239msgstr ""72407241#: builtin/index-pack.c:11607242msgid "pack has junk at the end"7243msgstr ""72447245#: builtin/index-pack.c:11717246msgid "confusion beyond insanity in parse_pack_objects()"7247msgstr ""72487249#: builtin/index-pack.c:11967250msgid "Resolving deltas"7251msgstr ""72527253#: builtin/index-pack.c:12077254#, c-format7255msgid "unable to create thread: %s"7256msgstr ""72577258#: builtin/index-pack.c:12497259msgid "confusion beyond insanity"7260msgstr ""72617262#: builtin/index-pack.c:12557263#, c-format7264msgid "completed with %d local object"7265msgid_plural "completed with %d local objects"7266msgstr[0] ""7267msgstr[1] ""72687269#: builtin/index-pack.c:12677270#, c-format7271msgid "Unexpected tail checksum for %s (disk corruption?)"7272msgstr ""72737274#: builtin/index-pack.c:12717275#, c-format7276msgid "pack has %d unresolved delta"7277msgid_plural "pack has %d unresolved deltas"7278msgstr[0] ""7279msgstr[1] ""72807281#: builtin/index-pack.c:12957282#, c-format7283msgid "unable to deflate appended object (%d)"7284msgstr ""72857286#: builtin/index-pack.c:13717287#, c-format7288msgid "local object %s is corrupt"7289msgstr ""72907291#: builtin/index-pack.c:13957292msgid "error while closing pack file"7293msgstr ""72947295#: builtin/index-pack.c:14087296#, c-format7297msgid "cannot write keep file '%s'"7298msgstr ""72997300#: builtin/index-pack.c:14167301#, c-format7302msgid "cannot close written keep file '%s'"7303msgstr ""73047305#: builtin/index-pack.c:14297306msgid "cannot store pack file"7307msgstr ""73087309#: builtin/index-pack.c:14407310msgid "cannot store index file"7311msgstr ""73127313#: builtin/index-pack.c:14737314#, c-format7315msgid "bad pack.indexversion=%<PRIu32>"7316msgstr ""73177318#: builtin/index-pack.c:1483 builtin/index-pack.c:16817319#, c-format7320msgid "no threads support, ignoring %s"7321msgstr ""73227323#: builtin/index-pack.c:15427324#, c-format7325msgid "Cannot open existing pack file '%s'"7326msgstr ""73277328#: builtin/index-pack.c:15447329#, c-format7330msgid "Cannot open existing pack idx file for '%s'"7331msgstr ""73327333#: builtin/index-pack.c:15917334#, c-format7335msgid "non delta: %d object"7336msgid_plural "non delta: %d objects"7337msgstr[0] ""7338msgstr[1] ""73397340#: builtin/index-pack.c:15987341#, c-format7342msgid "chain length = %d: %lu object"7343msgid_plural "chain length = %d: %lu objects"7344msgstr[0] ""7345msgstr[1] ""73467347#: builtin/index-pack.c:16117348#, c-format7349msgid "packfile name '%s' does not end with '.pack'"7350msgstr ""73517352#: builtin/index-pack.c:1693 builtin/index-pack.c:16967353#: builtin/index-pack.c:1712 builtin/index-pack.c:17167354#, c-format7355msgid "bad %s"7356msgstr ""73577358#: builtin/index-pack.c:17307359msgid "--fix-thin cannot be used without --stdin"7360msgstr ""73617362#: builtin/index-pack.c:17387363msgid "--verify with no packfile name given"7364msgstr ""73657366#: builtin/init-db.c:557367#, c-format7368msgid "cannot stat '%s'"7369msgstr ""73707371#: builtin/init-db.c:617372#, c-format7373msgid "cannot stat template '%s'"7374msgstr ""73757376#: builtin/init-db.c:667377#, c-format7378msgid "cannot opendir '%s'"7379msgstr ""73807381#: builtin/init-db.c:777382#, c-format7383msgid "cannot readlink '%s'"7384msgstr ""73857386#: builtin/init-db.c:797387#, c-format7388msgid "cannot symlink '%s' '%s'"7389msgstr ""73907391#: builtin/init-db.c:857392#, c-format7393msgid "cannot copy '%s' to '%s'"7394msgstr ""73957396#: builtin/init-db.c:897397#, c-format7398msgid "ignoring template %s"7399msgstr ""74007401#: builtin/init-db.c:1207402#, c-format7403msgid "templates not found %s"7404msgstr ""74057406#: builtin/init-db.c:1357407#, c-format7408msgid "not copying templates from '%s': %s"7409msgstr ""74107411#: builtin/init-db.c:312 builtin/init-db.c:3157412#, c-format7413msgid "%s already exists"7414msgstr ""74157416#: builtin/init-db.c:3447417#, c-format7418msgid "unable to handle file type %d"7419msgstr ""74207421#: builtin/init-db.c:3477422#, c-format7423msgid "unable to move %s to %s"7424msgstr ""74257426#: builtin/init-db.c:4027427#, c-format7428msgid "Reinitialized existing shared Git repository in %s%s\n"7429msgstr ""74307431#: builtin/init-db.c:4037432#, c-format7433msgid "Reinitialized existing Git repository in %s%s\n"7434msgstr ""74357436#: builtin/init-db.c:4077437#, c-format7438msgid "Initialized empty shared Git repository in %s%s\n"7439msgstr ""74407441#: builtin/init-db.c:4087442#, c-format7443msgid "Initialized empty Git repository in %s%s\n"7444msgstr ""74457446#: builtin/init-db.c:4557447msgid ""7448"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"7449"shared[=<permissions>]] [<directory>]"7450msgstr ""74517452#: builtin/init-db.c:4787453msgid "permissions"7454msgstr ""74557456#: builtin/init-db.c:4797457msgid "specify that the git repository is to be shared amongst several users"7458msgstr ""74597460#: builtin/init-db.c:513 builtin/init-db.c:5187461#, c-format7462msgid "cannot mkdir %s"7463msgstr ""74647465#: builtin/init-db.c:5227466#, c-format7467msgid "cannot chdir to %s"7468msgstr ""74697470#: builtin/init-db.c:5437471#, c-format7472msgid ""7473"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"7474"dir=<directory>)"7475msgstr ""74767477#: builtin/init-db.c:5717478#, c-format7479msgid "Cannot access work tree '%s'"7480msgstr ""74817482#: builtin/interpret-trailers.c:157483msgid ""7484"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "7485"<token>[(=|:)<value>])...] [<file>...]"7486msgstr ""74877488#: builtin/interpret-trailers.c:267489msgid "edit files in place"7490msgstr ""74917492#: builtin/interpret-trailers.c:277493msgid "trim empty trailers"7494msgstr ""74957496#: builtin/interpret-trailers.c:287497msgid "trailer"7498msgstr ""74997500#: builtin/interpret-trailers.c:297501msgid "trailer(s) to add"7502msgstr ""75037504#: builtin/interpret-trailers.c:427505msgid "no input file given for in-place editing"7506msgstr ""75077508#: builtin/log.c:447509msgid "git log [<options>] [<revision-range>] [[--] <path>...]"7510msgstr ""75117512#: builtin/log.c:457513msgid "git show [<options>] <object>..."7514msgstr ""75157516#: builtin/log.c:847517#, c-format7518msgid "invalid --decorate option: %s"7519msgstr ""75207521#: builtin/log.c:1397522msgid "suppress diff output"7523msgstr ""75247525#: builtin/log.c:1407526msgid "show source"7527msgstr ""75287529#: builtin/log.c:1417530msgid "Use mail map file"7531msgstr ""75327533#: builtin/log.c:1427534msgid "decorate options"7535msgstr ""75367537#: builtin/log.c:1457538msgid "Process line range n,m in file, counting from 1"7539msgstr ""75407541#: builtin/log.c:2417542#, c-format7543msgid "Final output: %d %s\n"7544msgstr ""75457546#: builtin/log.c:4867547#, c-format7548msgid "git show %s: bad file"7549msgstr ""75507551#: builtin/log.c:500 builtin/log.c:5947552#, c-format7553msgid "Could not read object %s"7554msgstr ""75557556#: builtin/log.c:6187557#, c-format7558msgid "Unknown type: %d"7559msgstr ""75607561#: builtin/log.c:7397562msgid "format.headers without value"7563msgstr ""75647565#: builtin/log.c:8397566msgid "name of output directory is too long"7567msgstr ""75687569#: builtin/log.c:8547570#, c-format7571msgid "Cannot open patch file %s"7572msgstr ""75737574#: builtin/log.c:8687575msgid "Need exactly one range."7576msgstr ""75777578#: builtin/log.c:8787579msgid "Not a range."7580msgstr ""75817582#: builtin/log.c:9847583msgid "Cover letter needs email format"7584msgstr ""75857586#: builtin/log.c:10647587#, c-format7588msgid "insane in-reply-to: %s"7589msgstr ""75907591#: builtin/log.c:10927592msgid "git format-patch [<options>] [<since> | <revision-range>]"7593msgstr ""75947595#: builtin/log.c:11377596msgid "Two output directories?"7597msgstr ""75987599#: builtin/log.c:1244 builtin/log.c:1883 builtin/log.c:1885 builtin/log.c:18977600#, c-format7601msgid "Unknown commit %s"7602msgstr ""76037604#: builtin/log.c:1254 builtin/notes.c:254 builtin/notes.c:3057605#: builtin/notes.c:307 builtin/notes.c:370 builtin/notes.c:4257606#: builtin/notes.c:511 builtin/notes.c:516 builtin/notes.c:5947607#: builtin/notes.c:657 builtin/notes.c:882 builtin/tag.c:4557608#, c-format7609msgid "Failed to resolve '%s' as a valid ref."7610msgstr ""76117612#: builtin/log.c:12597613msgid "Could not find exact merge base."7614msgstr ""76157616#: builtin/log.c:12637617msgid ""7618"Failed to get upstream, if you want to record base commit automatically,\n"7619"please use git branch --set-upstream-to to track a remote branch.\n"7620"Or you could specify base commit by --base=<base-commit-id> manually."7621msgstr ""76227623#: builtin/log.c:12837624msgid "Failed to find exact merge base"7625msgstr ""76267627#: builtin/log.c:12947628msgid "base commit should be the ancestor of revision list"7629msgstr ""76307631#: builtin/log.c:12987632msgid "base commit shouldn't be in revision list"7633msgstr ""76347635#: builtin/log.c:13477636msgid "cannot get patch id"7637msgstr ""76387639#: builtin/log.c:14047640msgid "use [PATCH n/m] even with a single patch"7641msgstr ""76427643#: builtin/log.c:14077644msgid "use [PATCH] even with multiple patches"7645msgstr ""76467647#: builtin/log.c:14117648msgid "print patches to standard out"7649msgstr ""76507651#: builtin/log.c:14137652msgid "generate a cover letter"7653msgstr ""76547655#: builtin/log.c:14157656msgid "use simple number sequence for output file names"7657msgstr ""76587659#: builtin/log.c:14167660msgid "sfx"7661msgstr ""76627663#: builtin/log.c:14177664msgid "use <sfx> instead of '.patch'"7665msgstr ""76667667#: builtin/log.c:14197668msgid "start numbering patches at <n> instead of 1"7669msgstr ""76707671#: builtin/log.c:14217672msgid "mark the series as Nth re-roll"7673msgstr ""76747675#: builtin/log.c:14237676msgid "Use [<prefix>] instead of [PATCH]"7677msgstr ""76787679#: builtin/log.c:14267680msgid "store resulting files in <dir>"7681msgstr ""76827683#: builtin/log.c:14297684msgid "don't strip/add [PATCH]"7685msgstr ""76867687#: builtin/log.c:14327688msgid "don't output binary diffs"7689msgstr ""76907691#: builtin/log.c:14347692msgid "output all-zero hash in From header"7693msgstr ""76947695#: builtin/log.c:14367696msgid "don't include a patch matching a commit upstream"7697msgstr ""76987699#: builtin/log.c:14387700msgid "show patch format instead of default (patch + stat)"7701msgstr ""77027703#: builtin/log.c:14407704msgid "Messaging"7705msgstr ""77067707#: builtin/log.c:14417708msgid "header"7709msgstr ""77107711#: builtin/log.c:14427712msgid "add email header"7713msgstr ""77147715#: builtin/log.c:1443 builtin/log.c:14457716msgid "email"7717msgstr ""77187719#: builtin/log.c:14437720msgid "add To: header"7721msgstr ""77227723#: builtin/log.c:14457724msgid "add Cc: header"7725msgstr ""77267727#: builtin/log.c:14477728msgid "ident"7729msgstr ""77307731#: builtin/log.c:14487732msgid "set From address to <ident> (or committer ident if absent)"7733msgstr ""77347735#: builtin/log.c:14507736msgid "message-id"7737msgstr ""77387739#: builtin/log.c:14517740msgid "make first mail a reply to <message-id>"7741msgstr ""77427743#: builtin/log.c:1452 builtin/log.c:14557744msgid "boundary"7745msgstr ""77467747#: builtin/log.c:14537748msgid "attach the patch"7749msgstr ""77507751#: builtin/log.c:14567752msgid "inline the patch"7753msgstr ""77547755#: builtin/log.c:14607756msgid "enable message threading, styles: shallow, deep"7757msgstr ""77587759#: builtin/log.c:14627760msgid "signature"7761msgstr ""77627763#: builtin/log.c:14637764msgid "add a signature"7765msgstr ""77667767#: builtin/log.c:14647768msgid "base-commit"7769msgstr ""77707771#: builtin/log.c:14657772msgid "add prerequisite tree info to the patch series"7773msgstr ""77747775#: builtin/log.c:14677776msgid "add a signature from a file"7777msgstr ""77787779#: builtin/log.c:14687780msgid "don't print the patch filenames"7781msgstr ""77827783#: builtin/log.c:15587784msgid "-n and -k are mutually exclusive."7785msgstr ""77867787#: builtin/log.c:15607788msgid "--subject-prefix and -k are mutually exclusive."7789msgstr ""77907791#: builtin/log.c:15687792msgid "--name-only does not make sense"7793msgstr ""77947795#: builtin/log.c:15707796msgid "--name-status does not make sense"7797msgstr ""77987799#: builtin/log.c:15727800msgid "--check does not make sense"7801msgstr ""78027803#: builtin/log.c:16027804msgid "standard output, or directory, which one?"7805msgstr ""78067807#: builtin/log.c:16047808#, c-format7809msgid "Could not create directory '%s'"7810msgstr ""78117812#: builtin/log.c:16987813#, c-format7814msgid "unable to read signature file '%s'"7815msgstr ""78167817#: builtin/log.c:17697818msgid "Failed to create output files"7819msgstr ""78207821#: builtin/log.c:18187822msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"7823msgstr ""78247825#: builtin/log.c:18727826#, c-format7827msgid ""7828"Could not find a tracked remote branch, please specify <upstream> manually.\n"7829msgstr ""78307831#: builtin/ls-files.c:3797832msgid "git ls-files [<options>] [<file>...]"7833msgstr ""78347835#: builtin/ls-files.c:4287836msgid "identify the file status with tags"7837msgstr ""78387839#: builtin/ls-files.c:4307840msgid "use lowercase letters for 'assume unchanged' files"7841msgstr ""78427843#: builtin/ls-files.c:4327844msgid "show cached files in the output (default)"7845msgstr ""78467847#: builtin/ls-files.c:4347848msgid "show deleted files in the output"7849msgstr ""78507851#: builtin/ls-files.c:4367852msgid "show modified files in the output"7853msgstr ""78547855#: builtin/ls-files.c:4387856msgid "show other files in the output"7857msgstr ""78587859#: builtin/ls-files.c:4407860msgid "show ignored files in the output"7861msgstr ""78627863#: builtin/ls-files.c:4437864msgid "show staged contents' object name in the output"7865msgstr ""78667867#: builtin/ls-files.c:4457868msgid "show files on the filesystem that need to be removed"7869msgstr ""78707871#: builtin/ls-files.c:4477872msgid "show 'other' directories' names only"7873msgstr ""78747875#: builtin/ls-files.c:4497876msgid "show line endings of files"7877msgstr ""78787879#: builtin/ls-files.c:4517880msgid "don't show empty directories"7881msgstr ""78827883#: builtin/ls-files.c:4547884msgid "show unmerged files in the output"7885msgstr ""78867887#: builtin/ls-files.c:4567888msgid "show resolve-undo information"7889msgstr ""78907891#: builtin/ls-files.c:4587892msgid "skip files matching pattern"7893msgstr ""78947895#: builtin/ls-files.c:4617896msgid "exclude patterns are read from <file>"7897msgstr ""78987899#: builtin/ls-files.c:4647900msgid "read additional per-directory exclude patterns in <file>"7901msgstr ""79027903#: builtin/ls-files.c:4667904msgid "add the standard git exclusions"7905msgstr ""79067907#: builtin/ls-files.c:4697908msgid "make the output relative to the project top directory"7909msgstr ""79107911#: builtin/ls-files.c:4727912msgid "if any <file> is not in the index, treat this as an error"7913msgstr ""79147915#: builtin/ls-files.c:4737916msgid "tree-ish"7917msgstr ""79187919#: builtin/ls-files.c:4747920msgid "pretend that paths removed since <tree-ish> are still present"7921msgstr ""79227923#: builtin/ls-files.c:4767924msgid "show debugging data"7925msgstr ""79267927#: builtin/ls-remote.c:77928msgid ""7929"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"7930" [-q | --quiet] [--exit-code] [--get-url]\n"7931" [--symref] [<repository> [<refs>...]]"7932msgstr ""79337934#: builtin/ls-remote.c:507935msgid "do not print remote URL"7936msgstr ""79377938#: builtin/ls-remote.c:51 builtin/ls-remote.c:537939msgid "exec"7940msgstr ""79417942#: builtin/ls-remote.c:52 builtin/ls-remote.c:547943msgid "path of git-upload-pack on the remote host"7944msgstr ""79457946#: builtin/ls-remote.c:567947msgid "limit to tags"7948msgstr ""79497950#: builtin/ls-remote.c:577951msgid "limit to heads"7952msgstr ""79537954#: builtin/ls-remote.c:587955msgid "do not show peeled tags"7956msgstr ""79577958#: builtin/ls-remote.c:607959msgid "take url.<base>.insteadOf into account"7960msgstr ""79617962#: builtin/ls-remote.c:627963msgid "exit with exit code 2 if no matching refs are found"7964msgstr ""79657966#: builtin/ls-remote.c:647967msgid "show underlying ref in addition to the object pointed by it"7968msgstr ""79697970#: builtin/ls-tree.c:287971msgid "git ls-tree [<options>] <tree-ish> [<path>...]"7972msgstr ""79737974#: builtin/ls-tree.c:1287975msgid "only show trees"7976msgstr ""79777978#: builtin/ls-tree.c:1307979msgid "recurse into subtrees"7980msgstr ""79817982#: builtin/ls-tree.c:1327983msgid "show trees when recursing"7984msgstr ""79857986#: builtin/ls-tree.c:1357987msgid "terminate entries with NUL byte"7988msgstr ""79897990#: builtin/ls-tree.c:1367991msgid "include object size"7992msgstr ""79937994#: builtin/ls-tree.c:138 builtin/ls-tree.c:1407995msgid "list only filenames"7996msgstr ""79977998#: builtin/ls-tree.c:1437999msgid "use full path names"8000msgstr ""80018002#: builtin/ls-tree.c:1458003msgid "list entire tree; not just current directory (implies --full-name)"8004msgstr ""80058006#: builtin/merge.c:468007msgid "git merge [<options>] [<commit>...]"8008msgstr ""80098010#: builtin/merge.c:478011msgid "git merge [<options>] <msg> HEAD <commit>"8012msgstr ""80138014#: builtin/merge.c:488015msgid "git merge --abort"8016msgstr ""80178018#: builtin/merge.c:1028019msgid "switch `m' requires a value"8020msgstr ""80218022#: builtin/merge.c:1398023#, c-format8024msgid "Could not find merge strategy '%s'.\n"8025msgstr ""80268027#: builtin/merge.c:1408028#, c-format8029msgid "Available strategies are:"8030msgstr ""80318032#: builtin/merge.c:1458033#, c-format8034msgid "Available custom strategies are:"8035msgstr ""80368037#: builtin/merge.c:195 builtin/pull.c:1268038msgid "do not show a diffstat at the end of the merge"8039msgstr ""80408041#: builtin/merge.c:198 builtin/pull.c:1298042msgid "show a diffstat at the end of the merge"8043msgstr ""80448045#: builtin/merge.c:199 builtin/pull.c:1328046msgid "(synonym to --stat)"8047msgstr ""80488049#: builtin/merge.c:201 builtin/pull.c:1358050msgid "add (at most <n>) entries from shortlog to merge commit message"8051msgstr ""80528053#: builtin/merge.c:204 builtin/pull.c:1388054msgid "create a single commit instead of doing a merge"8055msgstr ""80568057#: builtin/merge.c:206 builtin/pull.c:1418058msgid "perform a commit if the merge succeeds (default)"8059msgstr ""80608061#: builtin/merge.c:208 builtin/pull.c:1448062msgid "edit message before committing"8063msgstr ""80648065#: builtin/merge.c:2098066msgid "allow fast-forward (default)"8067msgstr ""80688069#: builtin/merge.c:211 builtin/pull.c:1508070msgid "abort if fast-forward is not possible"8071msgstr ""80728073#: builtin/merge.c:215 builtin/pull.c:1538074msgid "verify that the named commit has a valid GPG signature"8075msgstr ""80768077#: builtin/merge.c:216 builtin/notes.c:772 builtin/pull.c:1578078#: builtin/revert.c:898079msgid "strategy"8080msgstr ""80818082#: builtin/merge.c:217 builtin/pull.c:1588083msgid "merge strategy to use"8084msgstr ""80858086#: builtin/merge.c:218 builtin/pull.c:1618087msgid "option=value"8088msgstr ""80898090#: builtin/merge.c:219 builtin/pull.c:1628091msgid "option for selected merge strategy"8092msgstr ""80938094#: builtin/merge.c:2218095msgid "merge commit message (for a non-fast-forward merge)"8096msgstr ""80978098#: builtin/merge.c:2258099msgid "abort the current in-progress merge"8100msgstr ""81018102#: builtin/merge.c:227 builtin/pull.c:1698103msgid "allow merging unrelated histories"8104msgstr ""81058106#: builtin/merge.c:2558107msgid "could not run stash."8108msgstr ""81098110#: builtin/merge.c:2608111msgid "stash failed"8112msgstr ""81138114#: builtin/merge.c:2658115#, c-format8116msgid "not a valid object: %s"8117msgstr ""81188119#: builtin/merge.c:284 builtin/merge.c:3018120msgid "read-tree failed"8121msgstr ""81228123#: builtin/merge.c:3318124msgid " (nothing to squash)"8125msgstr ""81268127#: builtin/merge.c:3428128#, c-format8129msgid "Squash commit -- not updating HEAD\n"8130msgstr ""81318132#: builtin/merge.c:3928133#, c-format8134msgid "No merge message -- not updating HEAD\n"8135msgstr ""81368137#: builtin/merge.c:4438138#, c-format8139msgid "'%s' does not point to a commit"8140msgstr ""81418142#: builtin/merge.c:5338143#, c-format8144msgid "Bad branch.%s.mergeoptions string: %s"8145msgstr ""81468147#: builtin/merge.c:6528148msgid "Not handling anything other than two heads merge."8149msgstr ""81508151#: builtin/merge.c:6668152#, c-format8153msgid "Unknown option for merge-recursive: -X%s"8154msgstr ""81558156#: builtin/merge.c:6818157#, c-format8158msgid "unable to write %s"8159msgstr ""81608161#: builtin/merge.c:7338162#, c-format8163msgid "Could not read from '%s'"8164msgstr ""81658166#: builtin/merge.c:7428167#, c-format8168msgid "Not committing merge; use 'git commit' to complete the merge.\n"8169msgstr ""81708171#: builtin/merge.c:7488172#, c-format8173msgid ""8174"Please enter a commit message to explain why this merge is necessary,\n"8175"especially if it merges an updated upstream into a topic branch.\n"8176"\n"8177"Lines starting with '%c' will be ignored, and an empty message aborts\n"8178"the commit.\n"8179msgstr ""81808181#: builtin/merge.c:7728182msgid "Empty commit message."8183msgstr ""81848185#: builtin/merge.c:7928186#, c-format8187msgid "Wonderful.\n"8188msgstr ""81898190#: builtin/merge.c:8478191#, c-format8192msgid "Automatic merge failed; fix conflicts and then commit the result.\n"8193msgstr ""81948195#: builtin/merge.c:8638196#, c-format8197msgid "'%s' is not a commit"8198msgstr ""81998200#: builtin/merge.c:9048201msgid "No current branch."8202msgstr ""82038204#: builtin/merge.c:9068205msgid "No remote for the current branch."8206msgstr ""82078208#: builtin/merge.c:9088209msgid "No default upstream defined for the current branch."8210msgstr ""82118212#: builtin/merge.c:9138213#, c-format8214msgid "No remote-tracking branch for %s from %s"8215msgstr ""82168217#: builtin/merge.c:9608218#, c-format8219msgid "Bad value '%s' in environment '%s'"8220msgstr ""82218222#: builtin/merge.c:10348223#, c-format8224msgid "could not close '%s'"8225msgstr ""82268227#: builtin/merge.c:10618228#, c-format8229msgid "not something we can merge in %s: %s"8230msgstr ""82318232#: builtin/merge.c:10958233msgid "not something we can merge"8234msgstr ""82358236#: builtin/merge.c:11628237msgid "There is no merge to abort (MERGE_HEAD missing)."8238msgstr ""82398240#: builtin/merge.c:11788241msgid ""8242"You have not concluded your merge (MERGE_HEAD exists).\n"8243"Please, commit your changes before you merge."8244msgstr ""82458246#: builtin/merge.c:11858247msgid ""8248"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"8249"Please, commit your changes before you merge."8250msgstr ""82518252#: builtin/merge.c:11888253msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."8254msgstr ""82558256#: builtin/merge.c:11978257msgid "You cannot combine --squash with --no-ff."8258msgstr ""82598260#: builtin/merge.c:12058261msgid "No commit specified and merge.defaultToUpstream not set."8262msgstr ""82638264#: builtin/merge.c:12228265msgid "Squash commit into empty head not supported yet"8266msgstr ""82678268#: builtin/merge.c:12248269msgid "Non-fast-forward commit does not make sense into an empty head"8270msgstr ""82718272#: builtin/merge.c:12298273#, c-format8274msgid "%s - not something we can merge"8275msgstr ""82768277#: builtin/merge.c:12318278msgid "Can merge only exactly one commit into empty head"8279msgstr ""82808281#: builtin/merge.c:12878282#, c-format8283msgid "Commit %s has an untrusted GPG signature, allegedly by %s."8284msgstr ""82858286#: builtin/merge.c:12908287#, c-format8288msgid "Commit %s has a bad GPG signature allegedly by %s."8289msgstr ""82908291#: builtin/merge.c:12938292#, c-format8293msgid "Commit %s does not have a GPG signature."8294msgstr ""82958296#: builtin/merge.c:12968297#, c-format8298msgid "Commit %s has a good GPG signature by %s\n"8299msgstr ""83008301#: builtin/merge.c:13588302msgid "refusing to merge unrelated histories"8303msgstr ""83048305#: builtin/merge.c:13678306msgid "Already up-to-date."8307msgstr ""83088309#: builtin/merge.c:13828310#, c-format8311msgid "Updating %s..%s\n"8312msgstr ""83138314#: builtin/merge.c:14198315#, c-format8316msgid "Trying really trivial in-index merge...\n"8317msgstr ""83188319#: builtin/merge.c:14268320#, c-format8321msgid "Nope.\n"8322msgstr ""83238324#: builtin/merge.c:14518325msgid "Already up-to-date. Yeeah!"8326msgstr ""83278328#: builtin/merge.c:14578329msgid "Not possible to fast-forward, aborting."8330msgstr ""83318332#: builtin/merge.c:1480 builtin/merge.c:15598333#, c-format8334msgid "Rewinding the tree to pristine...\n"8335msgstr ""83368337#: builtin/merge.c:14848338#, c-format8339msgid "Trying merge strategy %s...\n"8340msgstr ""83418342#: builtin/merge.c:15508343#, c-format8344msgid "No merge strategy handled the merge.\n"8345msgstr ""83468347#: builtin/merge.c:15528348#, c-format8349msgid "Merge with strategy %s failed.\n"8350msgstr ""83518352#: builtin/merge.c:15618353#, c-format8354msgid "Using the %s to prepare resolving by hand.\n"8355msgstr ""83568357#: builtin/merge.c:15738358#, c-format8359msgid "Automatic merge went well; stopped before committing as requested\n"8360msgstr ""83618362#: builtin/merge-base.c:298363msgid "git merge-base [-a | --all] <commit> <commit>..."8364msgstr ""83658366#: builtin/merge-base.c:308367msgid "git merge-base [-a | --all] --octopus <commit>..."8368msgstr ""83698370#: builtin/merge-base.c:318371msgid "git merge-base --independent <commit>..."8372msgstr ""83738374#: builtin/merge-base.c:328375msgid "git merge-base --is-ancestor <commit> <commit>"8376msgstr ""83778378#: builtin/merge-base.c:338379msgid "git merge-base --fork-point <ref> [<commit>]"8380msgstr ""83818382#: builtin/merge-base.c:2148383msgid "output all common ancestors"8384msgstr ""83858386#: builtin/merge-base.c:2168387msgid "find ancestors for a single n-way merge"8388msgstr ""83898390#: builtin/merge-base.c:2188391msgid "list revs not reachable from others"8392msgstr ""83938394#: builtin/merge-base.c:2208395msgid "is the first one ancestor of the other?"8396msgstr ""83978398#: builtin/merge-base.c:2228399msgid "find where <commit> forked from reflog of <ref>"8400msgstr ""84018402#: builtin/merge-file.c:88403msgid ""8404"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "8405"<orig-file> <file2>"8406msgstr ""84078408#: builtin/merge-file.c:338409msgid "send results to standard output"8410msgstr ""84118412#: builtin/merge-file.c:348413msgid "use a diff3 based merge"8414msgstr ""84158416#: builtin/merge-file.c:358417msgid "for conflicts, use our version"8418msgstr ""84198420#: builtin/merge-file.c:378421msgid "for conflicts, use their version"8422msgstr ""84238424#: builtin/merge-file.c:398425msgid "for conflicts, use a union version"8426msgstr ""84278428#: builtin/merge-file.c:428429msgid "for conflicts, use this marker size"8430msgstr ""84318432#: builtin/merge-file.c:438433msgid "do not warn about conflicts"8434msgstr ""84358436#: builtin/merge-file.c:458437msgid "set labels for file1/orig-file/file2"8438msgstr ""84398440#: builtin/mktree.c:658441msgid "git mktree [-z] [--missing] [--batch]"8442msgstr ""84438444#: builtin/mktree.c:1528445msgid "input is NUL terminated"8446msgstr ""84478448#: builtin/mktree.c:153 builtin/write-tree.c:248449msgid "allow missing objects"8450msgstr ""84518452#: builtin/mktree.c:1548453msgid "allow creation of more than one tree"8454msgstr ""84558456#: builtin/mv.c:158457msgid "git mv [<options>] <source>... <destination>"8458msgstr ""84598460#: builtin/mv.c:708461#, c-format8462msgid "Directory %s is in index and no submodule?"8463msgstr ""84648465#: builtin/mv.c:72 builtin/rm.c:3178466msgid "Please stage your changes to .gitmodules or stash them to proceed"8467msgstr ""84688469#: builtin/mv.c:908470#, c-format8471msgid "%.*s is in index"8472msgstr ""84738474#: builtin/mv.c:1128475msgid "force move/rename even if target exists"8476msgstr ""84778478#: builtin/mv.c:1138479msgid "skip move/rename errors"8480msgstr ""84818482#: builtin/mv.c:1558483#, c-format8484msgid "destination '%s' is not a directory"8485msgstr ""84868487#: builtin/mv.c:1668488#, c-format8489msgid "Checking rename of '%s' to '%s'\n"8490msgstr ""84918492#: builtin/mv.c:1708493msgid "bad source"8494msgstr ""84958496#: builtin/mv.c:1738497msgid "can not move directory into itself"8498msgstr ""84998500#: builtin/mv.c:1768501msgid "cannot move directory over file"8502msgstr ""85038504#: builtin/mv.c:1858505msgid "source directory is empty"8506msgstr ""85078508#: builtin/mv.c:2108509msgid "not under version control"8510msgstr ""85118512#: builtin/mv.c:2138513msgid "destination exists"8514msgstr ""85158516#: builtin/mv.c:2218517#, c-format8518msgid "overwriting '%s'"8519msgstr ""85208521#: builtin/mv.c:2248522msgid "Cannot overwrite"8523msgstr ""85248525#: builtin/mv.c:2278526msgid "multiple sources for the same target"8527msgstr ""85288529#: builtin/mv.c:2298530msgid "destination directory does not exist"8531msgstr ""85328533#: builtin/mv.c:2368534#, c-format8535msgid "%s, source=%s, destination=%s"8536msgstr ""85378538#: builtin/mv.c:2578539#, c-format8540msgid "Renaming %s to %s\n"8541msgstr ""85428543#: builtin/mv.c:263 builtin/remote.c:710 builtin/repack.c:3758544#, c-format8545msgid "renaming '%s' failed"8546msgstr ""85478548#: builtin/name-rev.c:2588549msgid "git name-rev [<options>] <commit>..."8550msgstr ""85518552#: builtin/name-rev.c:2598553msgid "git name-rev [<options>] --all"8554msgstr ""85558556#: builtin/name-rev.c:2608557msgid "git name-rev [<options>] --stdin"8558msgstr ""85598560#: builtin/name-rev.c:3128561msgid "print only names (no SHA-1)"8562msgstr ""85638564#: builtin/name-rev.c:3138565msgid "only use tags to name the commits"8566msgstr ""85678568#: builtin/name-rev.c:3158569msgid "only use refs matching <pattern>"8570msgstr ""85718572#: builtin/name-rev.c:3178573msgid "list all commits reachable from all refs"8574msgstr ""85758576#: builtin/name-rev.c:3188577msgid "read from stdin"8578msgstr ""85798580#: builtin/name-rev.c:3198581msgid "allow to print `undefined` names (default)"8582msgstr ""85838584#: builtin/name-rev.c:3258585msgid "dereference tags in the input (internal use)"8586msgstr ""85878588#: builtin/notes.c:258589msgid "git notes [--ref <notes-ref>] [list [<object>]]"8590msgstr ""85918592#: builtin/notes.c:268593msgid ""8594"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "8595"| (-c | -C) <object>] [<object>]"8596msgstr ""85978598#: builtin/notes.c:278599msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"8600msgstr ""86018602#: builtin/notes.c:288603msgid ""8604"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "8605"(-c | -C) <object>] [<object>]"8606msgstr ""86078608#: builtin/notes.c:298609msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"8610msgstr ""86118612#: builtin/notes.c:308613msgid "git notes [--ref <notes-ref>] show [<object>]"8614msgstr ""86158616#: builtin/notes.c:318617msgid ""8618"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"8619msgstr ""86208621#: builtin/notes.c:328622msgid "git notes merge --commit [-v | -q]"8623msgstr ""86248625#: builtin/notes.c:338626msgid "git notes merge --abort [-v | -q]"8627msgstr ""86288629#: builtin/notes.c:348630msgid "git notes [--ref <notes-ref>] remove [<object>...]"8631msgstr ""86328633#: builtin/notes.c:358634msgid "git notes [--ref <notes-ref>] prune [-n | -v]"8635msgstr ""86368637#: builtin/notes.c:368638msgid "git notes [--ref <notes-ref>] get-ref"8639msgstr ""86408641#: builtin/notes.c:418642msgid "git notes [list [<object>]]"8643msgstr ""86448645#: builtin/notes.c:468646msgid "git notes add [<options>] [<object>]"8647msgstr ""86488649#: builtin/notes.c:518650msgid "git notes copy [<options>] <from-object> <to-object>"8651msgstr ""86528653#: builtin/notes.c:528654msgid "git notes copy --stdin [<from-object> <to-object>]..."8655msgstr ""86568657#: builtin/notes.c:578658msgid "git notes append [<options>] [<object>]"8659msgstr ""86608661#: builtin/notes.c:628662msgid "git notes edit [<object>]"8663msgstr ""86648665#: builtin/notes.c:678666msgid "git notes show [<object>]"8667msgstr ""86688669#: builtin/notes.c:728670msgid "git notes merge [<options>] <notes-ref>"8671msgstr ""86728673#: builtin/notes.c:738674msgid "git notes merge --commit [<options>]"8675msgstr ""86768677#: builtin/notes.c:748678msgid "git notes merge --abort [<options>]"8679msgstr ""86808681#: builtin/notes.c:798682msgid "git notes remove [<object>]"8683msgstr ""86848685#: builtin/notes.c:848686msgid "git notes prune [<options>]"8687msgstr ""86888689#: builtin/notes.c:898690msgid "git notes get-ref"8691msgstr ""86928693#: builtin/notes.c:948694msgid "Write/edit the notes for the following object:"8695msgstr ""86968697#: builtin/notes.c:1478698#, c-format8699msgid "unable to start 'show' for object '%s'"8700msgstr ""87018702#: builtin/notes.c:1518703msgid "could not read 'show' output"8704msgstr ""87058706#: builtin/notes.c:1598707#, c-format8708msgid "failed to finish 'show' for object '%s'"8709msgstr ""87108711#: builtin/notes.c:1948712msgid "Please supply the note contents using either -m or -F option"8713msgstr ""87148715#: builtin/notes.c:2038716msgid "unable to write note object"8717msgstr ""87188719#: builtin/notes.c:2058720#, c-format8721msgid "The note contents have been left in %s"8722msgstr ""87238724#: builtin/notes.c:233 builtin/tag.c:4398725#, c-format8726msgid "cannot read '%s'"8727msgstr ""87288729#: builtin/notes.c:235 builtin/tag.c:4428730#, c-format8731msgid "could not open or read '%s'"8732msgstr ""87338734#: builtin/notes.c:2578735#, c-format8736msgid "Failed to read object '%s'."8737msgstr ""87388739#: builtin/notes.c:2618740#, c-format8741msgid "Cannot read note data from non-blob object '%s'."8742msgstr ""87438744#: builtin/notes.c:363 builtin/notes.c:418 builtin/notes.c:4948745#: builtin/notes.c:506 builtin/notes.c:582 builtin/notes.c:6508746#: builtin/notes.c:800 builtin/notes.c:947 builtin/notes.c:9688747msgid "too many parameters"8748msgstr ""87498750#: builtin/notes.c:376 builtin/notes.c:6638751#, c-format8752msgid "No note found for object %s."8753msgstr ""87548755#: builtin/notes.c:397 builtin/notes.c:5608756msgid "note contents as a string"8757msgstr ""87588759#: builtin/notes.c:400 builtin/notes.c:5638760msgid "note contents in a file"8761msgstr ""87628763#: builtin/notes.c:403 builtin/notes.c:5668764msgid "reuse and edit specified note object"8765msgstr ""87668767#: builtin/notes.c:406 builtin/notes.c:5698768msgid "reuse specified note object"8769msgstr ""87708771#: builtin/notes.c:409 builtin/notes.c:5728772msgid "allow storing empty note"8773msgstr ""87748775#: builtin/notes.c:410 builtin/notes.c:4818776msgid "replace existing notes"8777msgstr ""87788779#: builtin/notes.c:4358780#, c-format8781msgid ""8782"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "8783"existing notes"8784msgstr ""87858786#: builtin/notes.c:450 builtin/notes.c:5298787#, c-format8788msgid "Overwriting existing notes for object %s\n"8789msgstr ""87908791#: builtin/notes.c:461 builtin/notes.c:622 builtin/notes.c:8878792#, c-format8793msgid "Removing note for object %s\n"8794msgstr ""87958796#: builtin/notes.c:4828797msgid "read objects from stdin"8798msgstr ""87998800#: builtin/notes.c:4848801msgid "load rewriting config for <command> (implies --stdin)"8802msgstr ""88038804#: builtin/notes.c:5028805msgid "too few parameters"8806msgstr ""88078808#: builtin/notes.c:5238809#, c-format8810msgid ""8811"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "8812"existing notes"8813msgstr ""88148815#: builtin/notes.c:5358816#, c-format8817msgid "Missing notes on source object %s. Cannot copy."8818msgstr ""88198820#: builtin/notes.c:5878821#, c-format8822msgid ""8823"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"8824"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"8825msgstr ""88268827#: builtin/notes.c:7538828#, c-format8829msgid "unknown notes merge strategy %s"8830msgstr ""88318832#: builtin/notes.c:7698833msgid "General options"8834msgstr ""88358836#: builtin/notes.c:7718837msgid "Merge options"8838msgstr ""88398840#: builtin/notes.c:7738841msgid ""8842"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"8843"cat_sort_uniq)"8844msgstr ""88458846#: builtin/notes.c:7758847msgid "Committing unmerged notes"8848msgstr ""88498850#: builtin/notes.c:7778851msgid "finalize notes merge by committing unmerged notes"8852msgstr ""88538854#: builtin/notes.c:7798855msgid "Aborting notes merge resolution"8856msgstr ""88578858#: builtin/notes.c:7818859msgid "abort notes merge"8860msgstr ""88618862#: builtin/notes.c:7928863msgid "cannot mix --commit, --abort or -s/--strategy"8864msgstr ""88658866#: builtin/notes.c:7978867msgid "Must specify a notes ref to merge"8868msgstr ""88698870#: builtin/notes.c:8218871#, c-format8872msgid "Unknown -s/--strategy: %s"8873msgstr ""88748875#: builtin/notes.c:8588876#, c-format8877msgid "A notes merge into %s is already in-progress at %s"8878msgstr ""88798880#: builtin/notes.c:8618881#, c-format8882msgid "Failed to store link to current notes ref (%s)"8883msgstr ""88848885#: builtin/notes.c:8638886#, c-format8887msgid ""8888"Automatic notes merge failed. Fix conflicts in %s and commit the result with "8889"'git notes merge --commit', or abort the merge with 'git notes merge --"8890"abort'.\n"8891msgstr ""88928893#: builtin/notes.c:8858894#, c-format8895msgid "Object %s has no note\n"8896msgstr ""88978898#: builtin/notes.c:8978899msgid "attempt to remove non-existent note is not an error"8900msgstr ""89018902#: builtin/notes.c:9008903msgid "read object names from the standard input"8904msgstr ""89058906#: builtin/notes.c:938 builtin/prune.c:105 builtin/worktree.c:1278907msgid "do not remove, show only"8908msgstr ""89098910#: builtin/notes.c:9398911msgid "report pruned notes"8912msgstr ""89138914#: builtin/notes.c:9818915msgid "notes-ref"8916msgstr ""89178918#: builtin/notes.c:9828919msgid "use notes from <notes-ref>"8920msgstr ""89218922#: builtin/notes.c:1017 builtin/remote.c:16238923#, c-format8924msgid "Unknown subcommand: %s"8925msgstr ""89268927#: builtin/pack-objects.c:288928msgid ""8929"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"8930msgstr ""89318932#: builtin/pack-objects.c:298933msgid ""8934"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"8935msgstr ""89368937#: builtin/pack-objects.c:177 builtin/pack-objects.c:1808938#, c-format8939msgid "deflate error (%d)"8940msgstr ""89418942#: builtin/pack-objects.c:7668943msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"8944msgstr ""89458946#: builtin/pack-objects.c:7798947msgid "Writing objects"8948msgstr ""89498950#: builtin/pack-objects.c:10378951msgid "disabling bitmap writing, as some objects are not being packed"8952msgstr ""89538954#: builtin/pack-objects.c:21978955msgid "Compressing objects"8956msgstr ""89578958#: builtin/pack-objects.c:26118959#, c-format8960msgid "unsupported index version %s"8961msgstr ""89628963#: builtin/pack-objects.c:26158964#, c-format8965msgid "bad index version '%s'"8966msgstr ""89678968#: builtin/pack-objects.c:26458969msgid "do not show progress meter"8970msgstr ""89718972#: builtin/pack-objects.c:26478973msgid "show progress meter"8974msgstr ""89758976#: builtin/pack-objects.c:26498977msgid "show progress meter during object writing phase"8978msgstr ""89798980#: builtin/pack-objects.c:26528981msgid "similar to --all-progress when progress meter is shown"8982msgstr ""89838984#: builtin/pack-objects.c:26538985msgid "version[,offset]"8986msgstr ""89878988#: builtin/pack-objects.c:26548989msgid "write the pack index file in the specified idx format version"8990msgstr ""89918992#: builtin/pack-objects.c:26578993msgid "maximum size of each output pack file"8994msgstr ""89958996#: builtin/pack-objects.c:26598997msgid "ignore borrowed objects from alternate object store"8998msgstr ""89999000#: builtin/pack-objects.c:26619001msgid "ignore packed objects"9002msgstr ""90039004#: builtin/pack-objects.c:26639005msgid "limit pack window by objects"9006msgstr ""90079008#: builtin/pack-objects.c:26659009msgid "limit pack window by memory in addition to object limit"9010msgstr ""90119012#: builtin/pack-objects.c:26679013msgid "maximum length of delta chain allowed in the resulting pack"9014msgstr ""90159016#: builtin/pack-objects.c:26699017msgid "reuse existing deltas"9018msgstr ""90199020#: builtin/pack-objects.c:26719021msgid "reuse existing objects"9022msgstr ""90239024#: builtin/pack-objects.c:26739025msgid "use OFS_DELTA objects"9026msgstr ""90279028#: builtin/pack-objects.c:26759029msgid "use threads when searching for best delta matches"9030msgstr ""90319032#: builtin/pack-objects.c:26779033msgid "do not create an empty pack output"9034msgstr ""90359036#: builtin/pack-objects.c:26799037msgid "read revision arguments from standard input"9038msgstr ""90399040#: builtin/pack-objects.c:26819041msgid "limit the objects to those that are not yet packed"9042msgstr ""90439044#: builtin/pack-objects.c:26849045msgid "include objects reachable from any reference"9046msgstr ""90479048#: builtin/pack-objects.c:26879049msgid "include objects referred by reflog entries"9050msgstr ""90519052#: builtin/pack-objects.c:26909053msgid "include objects referred to by the index"9054msgstr ""90559056#: builtin/pack-objects.c:26939057msgid "output pack to stdout"9058msgstr ""90599060#: builtin/pack-objects.c:26959061msgid "include tag objects that refer to objects to be packed"9062msgstr ""90639064#: builtin/pack-objects.c:26979065msgid "keep unreachable objects"9066msgstr ""90679068#: builtin/pack-objects.c:26999069msgid "pack loose unreachable objects"9070msgstr ""90719072#: builtin/pack-objects.c:2700 parse-options.h:1429073msgid "time"9074msgstr ""90759076#: builtin/pack-objects.c:27019077msgid "unpack unreachable objects newer than <time>"9078msgstr ""90799080#: builtin/pack-objects.c:27049081msgid "create thin packs"9082msgstr ""90839084#: builtin/pack-objects.c:27069085msgid "create packs suitable for shallow fetches"9086msgstr ""90879088#: builtin/pack-objects.c:27089089msgid "ignore packs that have companion .keep file"9090msgstr ""90919092#: builtin/pack-objects.c:27109093msgid "pack compression level"9094msgstr ""90959096#: builtin/pack-objects.c:27129097msgid "do not hide commits by grafts"9098msgstr ""90999100#: builtin/pack-objects.c:27149101msgid "use a bitmap index if available to speed up counting objects"9102msgstr ""91039104#: builtin/pack-objects.c:27169105msgid "write a bitmap index together with the pack index"9106msgstr ""91079108#: builtin/pack-objects.c:28299109msgid "Counting objects"9110msgstr ""91119112#: builtin/pack-refs.c:69113msgid "git pack-refs [<options>]"9114msgstr ""91159116#: builtin/pack-refs.c:149117msgid "pack everything"9118msgstr ""91199120#: builtin/pack-refs.c:159121msgid "prune loose refs (default)"9122msgstr ""91239124#: builtin/prune-packed.c:79125msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"9126msgstr ""91279128#: builtin/prune-packed.c:409129msgid "Removing duplicate objects"9130msgstr ""91319132#: builtin/prune.c:119133msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"9134msgstr ""91359136#: builtin/prune.c:106 builtin/worktree.c:1289137msgid "report pruned objects"9138msgstr ""91399140#: builtin/prune.c:109 builtin/worktree.c:1309141msgid "expire objects older than <time>"9142msgstr ""91439144#: builtin/prune.c:1239145msgid "cannot prune in a precious-objects repo"9146msgstr ""91479148#: builtin/pull.c:729149msgid "git pull [<options>] [<repository> [<refspec>...]]"9150msgstr ""91519152#: builtin/pull.c:1209153msgid "Options related to merging"9154msgstr ""91559156#: builtin/pull.c:1239157msgid "incorporate changes by rebasing rather than merging"9158msgstr ""91599160#: builtin/pull.c:147 builtin/revert.c:1019161msgid "allow fast-forward"9162msgstr ""91639164#: builtin/pull.c:1569165msgid "automatically stash/stash pop before and after rebase"9166msgstr ""91679168#: builtin/pull.c:1729169msgid "Options related to fetching"9170msgstr ""91719172#: builtin/pull.c:1949173msgid "number of submodules pulled in parallel"9174msgstr ""91759176#: builtin/pull.c:2839177#, c-format9178msgid "Invalid value for pull.ff: %s"9179msgstr ""91809181#: builtin/pull.c:379 git-sh-setup.sh:2269182msgid "Cannot pull with rebase: You have unstaged changes."9183msgstr ""91849185#: builtin/pull.c:385 git-sh-setup.sh:2529186msgid "Additionally, your index contains uncommitted changes."9187msgstr ""91889189#: builtin/pull.c:387 git-sh-setup.sh:2459190msgid "Cannot pull with rebase: Your index contains uncommitted changes."9191msgstr ""91929193#: builtin/pull.c:4639194msgid ""9195"There is no candidate for rebasing against among the refs that you just "9196"fetched."9197msgstr ""91989199#: builtin/pull.c:4659200msgid ""9201"There are no candidates for merging among the refs that you just fetched."9202msgstr ""92039204#: builtin/pull.c:4669205msgid ""9206"Generally this means that you provided a wildcard refspec which had no\n"9207"matches on the remote end."9208msgstr ""92099210#: builtin/pull.c:4699211#, c-format9212msgid ""9213"You asked to pull from the remote '%s', but did not specify\n"9214"a branch. Because this is not the default configured remote\n"9215"for your current branch, you must specify a branch on the command line."9216msgstr ""92179218#: builtin/pull.c:474 git-parse-remote.sh:739219msgid "You are not currently on a branch."9220msgstr ""92219222#: builtin/pull.c:476 builtin/pull.c:491 git-parse-remote.sh:799223msgid "Please specify which branch you want to rebase against."9224msgstr ""92259226#: builtin/pull.c:478 builtin/pull.c:493 git-parse-remote.sh:829227msgid "Please specify which branch you want to merge with."9228msgstr ""92299230#: builtin/pull.c:479 builtin/pull.c:4949231msgid "See git-pull(1) for details."9232msgstr ""92339234#: builtin/pull.c:481 builtin/pull.c:487 builtin/pull.c:4969235#: git-parse-remote.sh:649236msgid "<remote>"9237msgstr ""92389239#: builtin/pull.c:481 builtin/pull.c:496 builtin/pull.c:501 git-rebase.sh:4519240#: git-parse-remote.sh:659241msgid "<branch>"9242msgstr ""92439244#: builtin/pull.c:489 git-parse-remote.sh:759245msgid "There is no tracking information for the current branch."9246msgstr ""92479248#: builtin/pull.c:498 git-parse-remote.sh:959249msgid ""9250"If you wish to set tracking information for this branch you can do so with:"9251msgstr ""92529253#: builtin/pull.c:5039254#, c-format9255msgid ""9256"Your configuration specifies to merge with the ref '%s'\n"9257"from the remote, but no such ref was fetched."9258msgstr ""92599260#: builtin/pull.c:8209261msgid "ignoring --verify-signatures for rebase"9262msgstr ""92639264#: builtin/pull.c:8679265msgid "--[no-]autostash option is only valid with --rebase."9266msgstr ""92679268#: builtin/pull.c:8759269msgid "Updating an unborn branch with changes added to the index."9270msgstr ""92719272#: builtin/pull.c:9039273#, c-format9274msgid ""9275"fetch updated the current branch head.\n"9276"fast-forwarding your working tree from\n"9277"commit %s."9278msgstr ""92799280#: builtin/pull.c:9089281#, c-format9282msgid ""9283"Cannot fast-forward your working tree.\n"9284"After making sure that you saved anything precious from\n"9285"$ git diff %s\n"9286"output, run\n"9287"$ git reset --hard\n"9288"to recover."9289msgstr ""92909291#: builtin/pull.c:9239292msgid "Cannot merge multiple branches into empty head."9293msgstr ""92949295#: builtin/pull.c:9279296msgid "Cannot rebase onto multiple branches."9297msgstr ""92989299#: builtin/push.c:169300msgid "git push [<options>] [<repository> [<refspec>...]]"9301msgstr ""93029303#: builtin/push.c:899304msgid "tag shorthand without <tag>"9305msgstr ""93069307#: builtin/push.c:999308msgid "--delete only accepts plain target ref names"9309msgstr ""93109311#: builtin/push.c:1439312msgid ""9313"\n"9314"To choose either option permanently, see push.default in 'git help config'."9315msgstr ""93169317#: builtin/push.c:1469318#, c-format9319msgid ""9320"The upstream branch of your current branch does not match\n"9321"the name of your current branch. To push to the upstream branch\n"9322"on the remote, use\n"9323"\n"9324" git push %s HEAD:%s\n"9325"\n"9326"To push to the branch of the same name on the remote, use\n"9327"\n"9328" git push %s %s\n"9329"%s"9330msgstr ""93319332#: builtin/push.c:1619333#, c-format9334msgid ""9335"You are not currently on a branch.\n"9336"To push the history leading to the current (detached HEAD)\n"9337"state now, use\n"9338"\n"9339" git push %s HEAD:<name-of-remote-branch>\n"9340msgstr ""93419342#: builtin/push.c:1759343#, c-format9344msgid ""9345"The current branch %s has no upstream branch.\n"9346"To push the current branch and set the remote as upstream, use\n"9347"\n"9348" git push --set-upstream %s %s\n"9349msgstr ""93509351#: builtin/push.c:1839352#, c-format9353msgid "The current branch %s has multiple upstream branches, refusing to push."9354msgstr ""93559356#: builtin/push.c:1869357#, c-format9358msgid ""9359"You are pushing to remote '%s', which is not the upstream of\n"9360"your current branch '%s', without telling me what to push\n"9361"to update which remote branch."9362msgstr ""93639364#: builtin/push.c:2429365msgid ""9366"You didn't specify any refspecs to push, and push.default is \"nothing\"."9367msgstr ""93689369#: builtin/push.c:2499370msgid ""9371"Updates were rejected because the tip of your current branch is behind\n"9372"its remote counterpart. Integrate the remote changes (e.g.\n"9373"'git pull ...') before pushing again.\n"9374"See the 'Note about fast-forwards' in 'git push --help' for details."9375msgstr ""93769377#: builtin/push.c:2559378msgid ""9379"Updates were rejected because a pushed branch tip is behind its remote\n"9380"counterpart. Check out this branch and integrate the remote changes\n"9381"(e.g. 'git pull ...') before pushing again.\n"9382"See the 'Note about fast-forwards' in 'git push --help' for details."9383msgstr ""93849385#: builtin/push.c:2619386msgid ""9387"Updates were rejected because the remote contains work that you do\n"9388"not have locally. This is usually caused by another repository pushing\n"9389"to the same ref. You may want to first integrate the remote changes\n"9390"(e.g., 'git pull ...') before pushing again.\n"9391"See the 'Note about fast-forwards' in 'git push --help' for details."9392msgstr ""93939394#: builtin/push.c:2689395msgid "Updates were rejected because the tag already exists in the remote."9396msgstr ""93979398#: builtin/push.c:2719399msgid ""9400"You cannot update a remote ref that points at a non-commit object,\n"9401"or update a remote ref to make it point at a non-commit object,\n"9402"without using the '--force' option.\n"9403msgstr ""94049405#: builtin/push.c:3319406#, c-format9407msgid "Pushing to %s\n"9408msgstr ""94099410#: builtin/push.c:3359411#, c-format9412msgid "failed to push some refs to '%s'"9413msgstr ""94149415#: builtin/push.c:3669416#, c-format9417msgid "bad repository '%s'"9418msgstr ""94199420#: builtin/push.c:3679421msgid ""9422"No configured push destination.\n"9423"Either specify the URL from the command-line or configure a remote "9424"repository using\n"9425"\n"9426" git remote add <name> <url>\n"9427"\n"9428"and then push using the remote name\n"9429"\n"9430" git push <name>\n"9431msgstr ""94329433#: builtin/push.c:3859434msgid "--all and --tags are incompatible"9435msgstr ""94369437#: builtin/push.c:3869438msgid "--all can't be combined with refspecs"9439msgstr ""94409441#: builtin/push.c:3919442msgid "--mirror and --tags are incompatible"9443msgstr ""94449445#: builtin/push.c:3929446msgid "--mirror can't be combined with refspecs"9447msgstr ""94489449#: builtin/push.c:3979450msgid "--all and --mirror are incompatible"9451msgstr ""94529453#: builtin/push.c:5159454msgid "repository"9455msgstr ""94569457#: builtin/push.c:516 builtin/send-pack.c:1619458msgid "push all refs"9459msgstr ""94609461#: builtin/push.c:517 builtin/send-pack.c:1639462msgid "mirror all refs"9463msgstr ""94649465#: builtin/push.c:5199466msgid "delete refs"9467msgstr ""94689469#: builtin/push.c:5209470msgid "push tags (can't be used with --all or --mirror)"9471msgstr ""94729473#: builtin/push.c:523 builtin/send-pack.c:1649474msgid "force updates"9475msgstr ""94769477#: builtin/push.c:525 builtin/send-pack.c:1759478msgid "refname>:<expect"9479msgstr ""94809481#: builtin/push.c:526 builtin/send-pack.c:1769482msgid "require old value of ref to be at this value"9483msgstr ""94849485#: builtin/push.c:5299486msgid "control recursive pushing of submodules"9487msgstr ""94889489#: builtin/push.c:531 builtin/send-pack.c:1699490msgid "use thin pack"9491msgstr ""94929493#: builtin/push.c:532 builtin/push.c:533 builtin/send-pack.c:1589494#: builtin/send-pack.c:1599495msgid "receive pack program"9496msgstr ""94979498#: builtin/push.c:5349499msgid "set upstream for git pull/status"9500msgstr ""95019502#: builtin/push.c:5379503msgid "prune locally removed refs"9504msgstr ""95059506#: builtin/push.c:5399507msgid "bypass pre-push hook"9508msgstr ""95099510#: builtin/push.c:5409511msgid "push missing but relevant tags"9512msgstr ""95139514#: builtin/push.c:543 builtin/send-pack.c:1669515msgid "GPG sign the push"9516msgstr ""95179518#: builtin/push.c:545 builtin/send-pack.c:1709519msgid "request atomic transaction on remote side"9520msgstr ""95219522#: builtin/push.c:5469523msgid "server-specific"9524msgstr ""95259526#: builtin/push.c:5469527msgid "option to transmit"9528msgstr ""95299530#: builtin/push.c:5609531msgid "--delete is incompatible with --all, --mirror and --tags"9532msgstr ""95339534#: builtin/push.c:5629535msgid "--delete doesn't make sense without any refs"9536msgstr ""95379538#: builtin/push.c:5799539msgid "push options must not have new line characters"9540msgstr ""95419542#: builtin/read-tree.c:379543msgid ""9544"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "9545"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"9546"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"9547msgstr ""95489549#: builtin/read-tree.c:1109550msgid "write resulting index to <file>"9551msgstr ""95529553#: builtin/read-tree.c:1139554msgid "only empty the index"9555msgstr ""95569557#: builtin/read-tree.c:1159558msgid "Merging"9559msgstr ""95609561#: builtin/read-tree.c:1179562msgid "perform a merge in addition to a read"9563msgstr ""95649565#: builtin/read-tree.c:1199566msgid "3-way merge if no file level merging required"9567msgstr ""95689569#: builtin/read-tree.c:1219570msgid "3-way merge in presence of adds and removes"9571msgstr ""95729573#: builtin/read-tree.c:1239574msgid "same as -m, but discard unmerged entries"9575msgstr ""95769577#: builtin/read-tree.c:1249578msgid "<subdirectory>/"9579msgstr ""95809581#: builtin/read-tree.c:1259582msgid "read the tree into the index under <subdirectory>/"9583msgstr ""95849585#: builtin/read-tree.c:1289586msgid "update working tree with merge result"9587msgstr ""95889589#: builtin/read-tree.c:1309590msgid "gitignore"9591msgstr ""95929593#: builtin/read-tree.c:1319594msgid "allow explicitly ignored files to be overwritten"9595msgstr ""95969597#: builtin/read-tree.c:1349598msgid "don't check the working tree after merging"9599msgstr ""96009601#: builtin/read-tree.c:1359602msgid "don't update the index or the work tree"9603msgstr ""96049605#: builtin/read-tree.c:1379606msgid "skip applying sparse checkout filter"9607msgstr ""96089609#: builtin/read-tree.c:1399610msgid "debug unpack-trees"9611msgstr ""96129613#: builtin/receive-pack.c:259614msgid "git receive-pack <git-dir>"9615msgstr ""96169617#: builtin/receive-pack.c:18439618msgid "quiet"9619msgstr ""96209621#: builtin/receive-pack.c:18579622msgid "You must specify a directory."9623msgstr ""96249625#: builtin/reflog.c:4239626#, c-format9627msgid "'%s' for '%s' is not a valid timestamp"9628msgstr ""96299630#: builtin/reflog.c:540 builtin/reflog.c:5459631#, c-format9632msgid "'%s' is not a valid timestamp"9633msgstr ""96349635#: builtin/remote.c:129636msgid "git remote [-v | --verbose]"9637msgstr ""96389639#: builtin/remote.c:139640msgid ""9641"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"9642"mirror=<fetch|push>] <name> <url>"9643msgstr ""96449645#: builtin/remote.c:14 builtin/remote.c:349646msgid "git remote rename <old> <new>"9647msgstr ""96489649#: builtin/remote.c:15 builtin/remote.c:399650msgid "git remote remove <name>"9651msgstr ""96529653#: builtin/remote.c:16 builtin/remote.c:449654msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"9655msgstr ""96569657#: builtin/remote.c:179658msgid "git remote [-v | --verbose] show [-n] <name>"9659msgstr ""96609661#: builtin/remote.c:189662msgid "git remote prune [-n | --dry-run] <name>"9663msgstr ""96649665#: builtin/remote.c:199666msgid ""9667"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"9668msgstr ""96699670#: builtin/remote.c:209671msgid "git remote set-branches [--add] <name> <branch>..."9672msgstr ""96739674#: builtin/remote.c:21 builtin/remote.c:709675msgid "git remote get-url [--push] [--all] <name>"9676msgstr ""96779678#: builtin/remote.c:22 builtin/remote.c:759679msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"9680msgstr ""96819682#: builtin/remote.c:23 builtin/remote.c:769683msgid "git remote set-url --add <name> <newurl>"9684msgstr ""96859686#: builtin/remote.c:24 builtin/remote.c:779687msgid "git remote set-url --delete <name> <url>"9688msgstr ""96899690#: builtin/remote.c:299691msgid "git remote add [<options>] <name> <url>"9692msgstr ""96939694#: builtin/remote.c:499695msgid "git remote set-branches <name> <branch>..."9696msgstr ""96979698#: builtin/remote.c:509699msgid "git remote set-branches --add <name> <branch>..."9700msgstr ""97019702#: builtin/remote.c:559703msgid "git remote show [<options>] <name>"9704msgstr ""97059706#: builtin/remote.c:609707msgid "git remote prune [<options>] <name>"9708msgstr ""97099710#: builtin/remote.c:659711msgid "git remote update [<options>] [<group> | <remote>]..."9712msgstr ""97139714#: builtin/remote.c:949715#, c-format9716msgid "Updating %s"9717msgstr ""97189719#: builtin/remote.c:1269720msgid ""9721"--mirror is dangerous and deprecated; please\n"9722"\t use --mirror=fetch or --mirror=push instead"9723msgstr ""97249725#: builtin/remote.c:1439726#, c-format9727msgid "unknown mirror argument: %s"9728msgstr ""97299730#: builtin/remote.c:1599731msgid "fetch the remote branches"9732msgstr ""97339734#: builtin/remote.c:1619735msgid "import all tags and associated objects when fetching"9736msgstr ""97379738#: builtin/remote.c:1649739msgid "or do not fetch any tag at all (--no-tags)"9740msgstr ""97419742#: builtin/remote.c:1669743msgid "branch(es) to track"9744msgstr ""97459746#: builtin/remote.c:1679747msgid "master branch"9748msgstr ""97499750#: builtin/remote.c:1689751msgid "push|fetch"9752msgstr ""97539754#: builtin/remote.c:1699755msgid "set up remote as a mirror to push to or fetch from"9756msgstr ""97579758#: builtin/remote.c:1819759msgid "specifying a master branch makes no sense with --mirror"9760msgstr ""97619762#: builtin/remote.c:1839763msgid "specifying branches to track makes sense only with fetch mirrors"9764msgstr ""97659766#: builtin/remote.c:190 builtin/remote.c:6299767#, c-format9768msgid "remote %s already exists."9769msgstr ""97709771#: builtin/remote.c:194 builtin/remote.c:6339772#, c-format9773msgid "'%s' is not a valid remote name"9774msgstr ""97759776#: builtin/remote.c:2349777#, c-format9778msgid "Could not setup master '%s'"9779msgstr ""97809781#: builtin/remote.c:3369782#, c-format9783msgid "Could not get fetch map for refspec %s"9784msgstr ""97859786#: builtin/remote.c:437 builtin/remote.c:4459787msgid "(matching)"9788msgstr ""97899790#: builtin/remote.c:4499791msgid "(delete)"9792msgstr ""97939794#: builtin/remote.c:622 builtin/remote.c:757 builtin/remote.c:8549795#, c-format9796msgid "No such remote: %s"9797msgstr ""97989799#: builtin/remote.c:6399800#, c-format9801msgid "Could not rename config section '%s' to '%s'"9802msgstr ""98039804#: builtin/remote.c:6599805#, c-format9806msgid ""9807"Not updating non-default fetch refspec\n"9808"\t%s\n"9809"\tPlease update the configuration manually if necessary."9810msgstr ""98119812#: builtin/remote.c:6959813#, c-format9814msgid "deleting '%s' failed"9815msgstr ""98169817#: builtin/remote.c:7299818#, c-format9819msgid "creating '%s' failed"9820msgstr ""98219822#: builtin/remote.c:7929823msgid ""9824"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"9825"to delete it, use:"9826msgid_plural ""9827"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"9828"to delete them, use:"9829msgstr[0] ""9830msgstr[1] ""98319832#: builtin/remote.c:8069833#, c-format9834msgid "Could not remove config section '%s'"9835msgstr ""98369837#: builtin/remote.c:9079838#, c-format9839msgid " new (next fetch will store in remotes/%s)"9840msgstr ""98419842#: builtin/remote.c:9109843msgid " tracked"9844msgstr ""98459846#: builtin/remote.c:9129847msgid " stale (use 'git remote prune' to remove)"9848msgstr ""98499850#: builtin/remote.c:9149851msgid " ???"9852msgstr ""98539854#: builtin/remote.c:9559855#, c-format9856msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"9857msgstr ""98589859#: builtin/remote.c:9639860#, c-format9861msgid "rebases interactively onto remote %s"9862msgstr ""98639864#: builtin/remote.c:9649865#, c-format9866msgid "rebases onto remote %s"9867msgstr ""98689869#: builtin/remote.c:9679870#, c-format9871msgid " merges with remote %s"9872msgstr ""98739874#: builtin/remote.c:9709875#, c-format9876msgid "merges with remote %s"9877msgstr ""98789879#: builtin/remote.c:9739880#, c-format9881msgid "%-*s and with remote %s\n"9882msgstr ""98839884#: builtin/remote.c:10169885msgid "create"9886msgstr ""98879888#: builtin/remote.c:10199889msgid "delete"9890msgstr ""98919892#: builtin/remote.c:10239893msgid "up to date"9894msgstr ""98959896#: builtin/remote.c:10269897msgid "fast-forwardable"9898msgstr ""98999900#: builtin/remote.c:10299901msgid "local out of date"9902msgstr ""99039904#: builtin/remote.c:10369905#, c-format9906msgid " %-*s forces to %-*s (%s)"9907msgstr ""99089909#: builtin/remote.c:10399910#, c-format9911msgid " %-*s pushes to %-*s (%s)"9912msgstr ""99139914#: builtin/remote.c:10439915#, c-format9916msgid " %-*s forces to %s"9917msgstr ""99189919#: builtin/remote.c:10469920#, c-format9921msgid " %-*s pushes to %s"9922msgstr ""99239924#: builtin/remote.c:11149925msgid "do not query remotes"9926msgstr ""99279928#: builtin/remote.c:11419929#, c-format9930msgid "* remote %s"9931msgstr ""99329933#: builtin/remote.c:11429934#, c-format9935msgid " Fetch URL: %s"9936msgstr ""99379938#: builtin/remote.c:1143 builtin/remote.c:1156 builtin/remote.c:12969939msgid "(no URL)"9940msgstr ""99419942#. TRANSLATORS: the colon ':' should align with9943#. the one in " Fetch URL: %s" translation9944#: builtin/remote.c:1154 builtin/remote.c:11569945#, c-format9946msgid " Push URL: %s"9947msgstr ""99489949#: builtin/remote.c:1158 builtin/remote.c:1160 builtin/remote.c:11629950#, c-format9951msgid " HEAD branch: %s"9952msgstr ""99539954#: builtin/remote.c:11589955msgid "(not queried)"9956msgstr ""99579958#: builtin/remote.c:11609959msgid "(unknown)"9960msgstr ""99619962#: builtin/remote.c:11649963#, c-format9964msgid ""9965" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"9966msgstr ""99679968#: builtin/remote.c:11769969#, c-format9970msgid " Remote branch:%s"9971msgid_plural " Remote branches:%s"9972msgstr[0] ""9973msgstr[1] ""99749975#: builtin/remote.c:1179 builtin/remote.c:12069976msgid " (status not queried)"9977msgstr ""99789979#: builtin/remote.c:11889980msgid " Local branch configured for 'git pull':"9981msgid_plural " Local branches configured for 'git pull':"9982msgstr[0] ""9983msgstr[1] ""99849985#: builtin/remote.c:11969986msgid " Local refs will be mirrored by 'git push'"9987msgstr ""99889989#: builtin/remote.c:12039990#, c-format9991msgid " Local ref configured for 'git push'%s:"9992msgid_plural " Local refs configured for 'git push'%s:"9993msgstr[0] ""9994msgstr[1] ""99959996#: builtin/remote.c:12249997msgid "set refs/remotes/<name>/HEAD according to remote"9998msgstr ""999910000#: builtin/remote.c:122610001msgid "delete refs/remotes/<name>/HEAD"10002msgstr ""1000310004#: builtin/remote.c:124110005msgid "Cannot determine remote HEAD"10006msgstr ""1000710008#: builtin/remote.c:124310009msgid "Multiple remote HEAD branches. Please choose one explicitly with:"10010msgstr ""1001110012#: builtin/remote.c:125310013#, c-format10014msgid "Could not delete %s"10015msgstr ""1001610017#: builtin/remote.c:126110018#, c-format10019msgid "Not a valid ref: %s"10020msgstr ""1002110022#: builtin/remote.c:126310023#, c-format10024msgid "Could not setup %s"10025msgstr ""1002610027#: builtin/remote.c:128110028#, c-format10029msgid " %s will become dangling!"10030msgstr ""1003110032#: builtin/remote.c:128210033#, c-format10034msgid " %s has become dangling!"10035msgstr ""1003610037#: builtin/remote.c:129210038#, c-format10039msgid "Pruning %s"10040msgstr ""1004110042#: builtin/remote.c:129310043#, c-format10044msgid "URL: %s"10045msgstr ""1004610047#: builtin/remote.c:130910048#, c-format10049msgid " * [would prune] %s"10050msgstr ""1005110052#: builtin/remote.c:131210053#, c-format10054msgid " * [pruned] %s"10055msgstr ""1005610057#: builtin/remote.c:135710058msgid "prune remotes after fetching"10059msgstr ""1006010061#: builtin/remote.c:1420 builtin/remote.c:1474 builtin/remote.c:154210062#, c-format10063msgid "No such remote '%s'"10064msgstr ""1006510066#: builtin/remote.c:143610067msgid "add branch"10068msgstr ""1006910070#: builtin/remote.c:144310071msgid "no remote specified"10072msgstr ""1007310074#: builtin/remote.c:146010075msgid "query push URLs rather than fetch URLs"10076msgstr ""1007710078#: builtin/remote.c:146210079msgid "return all URLs"10080msgstr ""1008110082#: builtin/remote.c:149010083#, c-format10084msgid "no URLs configured for remote '%s'"10085msgstr ""1008610087#: builtin/remote.c:151610088msgid "manipulate push URLs"10089msgstr ""1009010091#: builtin/remote.c:151810092msgid "add URL"10093msgstr ""1009410095#: builtin/remote.c:152010096msgid "delete URLs"10097msgstr ""1009810099#: builtin/remote.c:152710100msgid "--add --delete doesn't make sense"10101msgstr ""1010210103#: builtin/remote.c:156810104#, c-format10105msgid "Invalid old URL pattern: %s"10106msgstr ""1010710108#: builtin/remote.c:157610109#, c-format10110msgid "No such URL found: %s"10111msgstr ""1011210113#: builtin/remote.c:157810114msgid "Will not delete all non-push URLs"10115msgstr ""1011610117#: builtin/remote.c:159210118msgid "be verbose; must be placed before a subcommand"10119msgstr ""1012010121#: builtin/repack.c:1710122msgid "git repack [<options>]"10123msgstr ""1012410125#: builtin/repack.c:16010126msgid "pack everything in a single pack"10127msgstr ""1012810129#: builtin/repack.c:16210130msgid "same as -a, and turn unreachable objects loose"10131msgstr ""1013210133#: builtin/repack.c:16510134msgid "remove redundant packs, and run git-prune-packed"10135msgstr ""1013610137#: builtin/repack.c:16710138msgid "pass --no-reuse-delta to git-pack-objects"10139msgstr ""1014010141#: builtin/repack.c:16910142msgid "pass --no-reuse-object to git-pack-objects"10143msgstr ""1014410145#: builtin/repack.c:17110146msgid "do not run git-update-server-info"10147msgstr ""1014810149#: builtin/repack.c:17410150msgid "pass --local to git-pack-objects"10151msgstr ""1015210153#: builtin/repack.c:17610154msgid "write bitmap index"10155msgstr ""1015610157#: builtin/repack.c:17710158msgid "approxidate"10159msgstr ""1016010161#: builtin/repack.c:17810162msgid "with -A, do not loosen objects older than this"10163msgstr ""1016410165#: builtin/repack.c:18010166msgid "with -a, repack unreachable objects"10167msgstr ""1016810169#: builtin/repack.c:18210170msgid "size of the window used for delta compression"10171msgstr ""1017210173#: builtin/repack.c:183 builtin/repack.c:18710174msgid "bytes"10175msgstr ""1017610177#: builtin/repack.c:18410178msgid "same as the above, but limit memory size instead of entries count"10179msgstr ""1018010181#: builtin/repack.c:18610182msgid "limits the maximum delta depth"10183msgstr ""1018410185#: builtin/repack.c:18810186msgid "maximum size of each packfile"10187msgstr ""1018810189#: builtin/repack.c:19010190msgid "repack objects in packs marked with .keep"10191msgstr ""1019210193#: builtin/repack.c:20010194msgid "cannot delete packs in a precious-objects repo"10195msgstr ""1019610197#: builtin/repack.c:20410198msgid "--keep-unreachable and -A are incompatible"10199msgstr ""1020010201#: builtin/repack.c:391 builtin/worktree.c:11510202#, c-format10203msgid "failed to remove '%s'"10204msgstr ""1020510206#: builtin/replace.c:1910207msgid "git replace [-f] <object> <replacement>"10208msgstr ""1020910210#: builtin/replace.c:2010211msgid "git replace [-f] --edit <object>"10212msgstr ""1021310214#: builtin/replace.c:2110215msgid "git replace [-f] --graft <commit> [<parent>...]"10216msgstr ""1021710218#: builtin/replace.c:2210219msgid "git replace -d <object>..."10220msgstr ""1022110222#: builtin/replace.c:2310223msgid "git replace [--format=<format>] [-l [<pattern>]]"10224msgstr ""1022510226#: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:39110227#, c-format10228msgid "Not a valid object name: '%s'"10229msgstr ""1023010231#: builtin/replace.c:35510232#, c-format10233msgid "bad mergetag in commit '%s'"10234msgstr ""1023510236#: builtin/replace.c:35710237#, c-format10238msgid "malformed mergetag in commit '%s'"10239msgstr ""1024010241#: builtin/replace.c:36810242#, c-format10243msgid ""10244"original commit '%s' contains mergetag '%s' that is discarded; use --edit "10245"instead of --graft"10246msgstr ""1024710248#: builtin/replace.c:40110249#, c-format10250msgid "the original commit '%s' has a gpg signature."10251msgstr ""1025210253#: builtin/replace.c:40210254msgid "the signature will be removed in the replacement commit!"10255msgstr ""1025610257#: builtin/replace.c:40810258#, c-format10259msgid "could not write replacement commit for: '%s'"10260msgstr ""1026110262#: builtin/replace.c:43210263msgid "list replace refs"10264msgstr ""1026510266#: builtin/replace.c:43310267msgid "delete replace refs"10268msgstr ""1026910270#: builtin/replace.c:43410271msgid "edit existing object"10272msgstr ""1027310274#: builtin/replace.c:43510275msgid "change a commit's parents"10276msgstr ""1027710278#: builtin/replace.c:43610279msgid "replace the ref if it exists"10280msgstr ""1028110282#: builtin/replace.c:43710283msgid "do not pretty-print contents for --edit"10284msgstr ""1028510286#: builtin/replace.c:43810287msgid "use this format"10288msgstr ""1028910290#: builtin/rerere.c:1210291msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"10292msgstr ""1029310294#: builtin/rerere.c:5810295msgid "register clean resolutions in index"10296msgstr ""1029710298#: builtin/reset.c:2610299msgid ""10300"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"10301msgstr ""1030210303#: builtin/reset.c:2710304msgid "git reset [-q] <tree-ish> [--] <paths>..."10305msgstr ""1030610307#: builtin/reset.c:2810308msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"10309msgstr ""1031010311#: builtin/reset.c:3410312msgid "mixed"10313msgstr ""1031410315#: builtin/reset.c:3410316msgid "soft"10317msgstr ""1031810319#: builtin/reset.c:3410320msgid "hard"10321msgstr ""1032210323#: builtin/reset.c:3410324msgid "merge"10325msgstr ""1032610327#: builtin/reset.c:3410328msgid "keep"10329msgstr ""1033010331#: builtin/reset.c:7410332msgid "You do not have a valid HEAD."10333msgstr ""1033410335#: builtin/reset.c:7610336msgid "Failed to find tree of HEAD."10337msgstr ""1033810339#: builtin/reset.c:8210340#, c-format10341msgid "Failed to find tree of %s."10342msgstr ""1034310344#: builtin/reset.c:10010345#, c-format10346msgid "HEAD is now at %s"10347msgstr ""1034810349#: builtin/reset.c:18310350#, c-format10351msgid "Cannot do a %s reset in the middle of a merge."10352msgstr ""1035310354#: builtin/reset.c:27610355msgid "be quiet, only report errors"10356msgstr ""1035710358#: builtin/reset.c:27810359msgid "reset HEAD and index"10360msgstr ""1036110362#: builtin/reset.c:27910363msgid "reset only HEAD"10364msgstr ""1036510366#: builtin/reset.c:281 builtin/reset.c:28310367msgid "reset HEAD, index and working tree"10368msgstr ""1036910370#: builtin/reset.c:28510371msgid "reset HEAD but keep local changes"10372msgstr ""1037310374#: builtin/reset.c:28810375msgid "record only the fact that removed paths will be added later"10376msgstr ""1037710378#: builtin/reset.c:30510379#, c-format10380msgid "Failed to resolve '%s' as a valid revision."10381msgstr ""1038210383#: builtin/reset.c:31310384#, c-format10385msgid "Failed to resolve '%s' as a valid tree."10386msgstr ""1038710388#: builtin/reset.c:32210389msgid "--patch is incompatible with --{hard,mixed,soft}"10390msgstr ""1039110392#: builtin/reset.c:33110393msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."10394msgstr ""1039510396#: builtin/reset.c:33310397#, c-format10398msgid "Cannot do %s reset with paths."10399msgstr ""1040010401#: builtin/reset.c:34310402#, c-format10403msgid "%s reset is not allowed in a bare repository"10404msgstr ""1040510406#: builtin/reset.c:34710407msgid "-N can only be used with --mixed"10408msgstr ""1040910410#: builtin/reset.c:36410411msgid "Unstaged changes after reset:"10412msgstr ""1041310414#: builtin/reset.c:37010415#, c-format10416msgid "Could not reset index file to revision '%s'."10417msgstr ""1041810419#: builtin/reset.c:37410420msgid "Could not write new index file."10421msgstr ""1042210423#: builtin/rev-list.c:36210424msgid "rev-list does not support display of notes"10425msgstr ""1042610427#: builtin/rev-parse.c:35810428msgid "git rev-parse --parseopt [<options>] -- [<args>...]"10429msgstr ""1043010431#: builtin/rev-parse.c:36310432msgid "keep the `--` passed as an arg"10433msgstr ""1043410435#: builtin/rev-parse.c:36510436msgid "stop parsing after the first non-option argument"10437msgstr ""1043810439#: builtin/rev-parse.c:36810440msgid "output in stuck long form"10441msgstr ""1044210443#: builtin/rev-parse.c:49910444msgid ""10445"git rev-parse --parseopt [<options>] -- [<args>...]\n"10446" or: git rev-parse --sq-quote [<arg>...]\n"10447" or: git rev-parse [<options>] [<arg>...]\n"10448"\n"10449"Run \"git rev-parse --parseopt -h\" for more information on the first usage."10450msgstr ""1045110452#: builtin/revert.c:2210453msgid "git revert [<options>] <commit-ish>..."10454msgstr ""1045510456#: builtin/revert.c:2310457msgid "git revert <subcommand>"10458msgstr ""1045910460#: builtin/revert.c:2810461msgid "git cherry-pick [<options>] <commit-ish>..."10462msgstr ""1046310464#: builtin/revert.c:2910465msgid "git cherry-pick <subcommand>"10466msgstr ""1046710468#: builtin/revert.c:7110469#, c-format10470msgid "%s: %s cannot be used with %s"10471msgstr ""1047210473#: builtin/revert.c:8010474msgid "end revert or cherry-pick sequence"10475msgstr ""1047610477#: builtin/revert.c:8110478msgid "resume revert or cherry-pick sequence"10479msgstr ""1048010481#: builtin/revert.c:8210482msgid "cancel revert or cherry-pick sequence"10483msgstr ""1048410485#: builtin/revert.c:8310486msgid "don't automatically commit"10487msgstr ""1048810489#: builtin/revert.c:8410490msgid "edit the commit message"10491msgstr ""1049210493#: builtin/revert.c:8710494msgid "parent number"10495msgstr ""1049610497#: builtin/revert.c:8910498msgid "merge strategy"10499msgstr ""1050010501#: builtin/revert.c:9010502msgid "option"10503msgstr ""1050410505#: builtin/revert.c:9110506msgid "option for merge strategy"10507msgstr ""1050810509#: builtin/revert.c:10010510msgid "append commit name"10511msgstr ""1051210513#: builtin/revert.c:10210514msgid "preserve initially empty commits"10515msgstr ""1051610517#: builtin/revert.c:10310518msgid "allow commits with empty messages"10519msgstr ""1052010521#: builtin/revert.c:10410522msgid "keep redundant, empty commits"10523msgstr ""1052410525#: builtin/revert.c:19210526msgid "revert failed"10527msgstr ""1052810529#: builtin/revert.c:20710530msgid "cherry-pick failed"10531msgstr ""1053210533#: builtin/rm.c:1710534msgid "git rm [<options>] [--] <file>..."10535msgstr ""1053610537#: builtin/rm.c:6510538msgid ""10539"the following submodule (or one of its nested submodules)\n"10540"uses a .git directory:"10541msgid_plural ""10542"the following submodules (or one of their nested submodules)\n"10543"use a .git directory:"10544msgstr[0] ""10545msgstr[1] ""1054610547#: builtin/rm.c:7110548msgid ""10549"\n"10550"(use 'rm -rf' if you really want to remove it including all of its history)"10551msgstr ""1055210553#: builtin/rm.c:23010554msgid ""10555"the following file has staged content different from both the\n"10556"file and the HEAD:"10557msgid_plural ""10558"the following files have staged content different from both the\n"10559"file and the HEAD:"10560msgstr[0] ""10561msgstr[1] ""1056210563#: builtin/rm.c:23510564msgid ""10565"\n"10566"(use -f to force removal)"10567msgstr ""1056810569#: builtin/rm.c:23910570msgid "the following file has changes staged in the index:"10571msgid_plural "the following files have changes staged in the index:"10572msgstr[0] ""10573msgstr[1] ""1057410575#: builtin/rm.c:243 builtin/rm.c:25410576msgid ""10577"\n"10578"(use --cached to keep the file, or -f to force removal)"10579msgstr ""1058010581#: builtin/rm.c:25110582msgid "the following file has local modifications:"10583msgid_plural "the following files have local modifications:"10584msgstr[0] ""10585msgstr[1] ""1058610587#: builtin/rm.c:26910588msgid "do not list removed files"10589msgstr ""1059010591#: builtin/rm.c:27010592msgid "only remove from the index"10593msgstr ""1059410595#: builtin/rm.c:27110596msgid "override the up-to-date check"10597msgstr ""1059810599#: builtin/rm.c:27210600msgid "allow recursive removal"10601msgstr ""1060210603#: builtin/rm.c:27410604msgid "exit with a zero status even if nothing matched"10605msgstr ""1060610607#: builtin/rm.c:33510608#, c-format10609msgid "not removing '%s' recursively without -r"10610msgstr ""1061110612#: builtin/rm.c:37410613#, c-format10614msgid "git rm: unable to remove %s"10615msgstr ""1061610617#: builtin/send-pack.c:1810618msgid ""10619"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"10620"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "10621"[<ref>...]\n"10622" --all and explicit <ref> specification are mutually exclusive."10623msgstr ""1062410625#: builtin/send-pack.c:16010626msgid "remote name"10627msgstr ""1062810629#: builtin/send-pack.c:17110630msgid "use stateless RPC protocol"10631msgstr ""1063210633#: builtin/send-pack.c:17210634msgid "read refs from stdin"10635msgstr ""1063610637#: builtin/send-pack.c:17310638msgid "print status from remote helper"10639msgstr ""1064010641#: builtin/shortlog.c:1310642msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"10643msgstr ""1064410645#: builtin/shortlog.c:24210646msgid "sort output according to the number of commits per author"10647msgstr ""1064810649#: builtin/shortlog.c:24410650msgid "Suppress commit descriptions, only provides commit count"10651msgstr ""1065210653#: builtin/shortlog.c:24610654msgid "Show the email address of each author"10655msgstr ""1065610657#: builtin/shortlog.c:24710658msgid "w[,i1[,i2]]"10659msgstr ""1066010661#: builtin/shortlog.c:24810662msgid "Linewrap output"10663msgstr ""1066410665#: builtin/show-branch.c:1010666msgid ""10667"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"10668"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"10669"\t\t[--more=<n> | --list | --independent | --merge-base]\n"10670"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"10671msgstr ""1067210673#: builtin/show-branch.c:1410674msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"10675msgstr ""1067610677#: builtin/show-branch.c:64010678msgid "show remote-tracking and local branches"10679msgstr ""1068010681#: builtin/show-branch.c:64210682msgid "show remote-tracking branches"10683msgstr ""1068410685#: builtin/show-branch.c:64410686msgid "color '*!+-' corresponding to the branch"10687msgstr ""1068810689#: builtin/show-branch.c:64610690msgid "show <n> more commits after the common ancestor"10691msgstr ""1069210693#: builtin/show-branch.c:64810694msgid "synonym to more=-1"10695msgstr ""1069610697#: builtin/show-branch.c:64910698msgid "suppress naming strings"10699msgstr ""1070010701#: builtin/show-branch.c:65110702msgid "include the current branch"10703msgstr ""1070410705#: builtin/show-branch.c:65310706msgid "name commits with their object names"10707msgstr ""1070810709#: builtin/show-branch.c:65510710msgid "show possible merge bases"10711msgstr ""1071210713#: builtin/show-branch.c:65710714msgid "show refs unreachable from any other ref"10715msgstr ""1071610717#: builtin/show-branch.c:65910718msgid "show commits in topological order"10719msgstr ""1072010721#: builtin/show-branch.c:66210722msgid "show only commits not on the first branch"10723msgstr ""1072410725#: builtin/show-branch.c:66410726msgid "show merges reachable from only one tip"10727msgstr ""1072810729#: builtin/show-branch.c:66610730msgid "topologically sort, maintaining date order where possible"10731msgstr ""1073210733#: builtin/show-branch.c:66910734msgid "<n>[,<base>]"10735msgstr ""1073610737#: builtin/show-branch.c:67010738msgid "show <n> most recent ref-log entries starting at base"10739msgstr ""1074010741#: builtin/show-ref.c:1010742msgid ""10743"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"10744"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"10745msgstr ""1074610747#: builtin/show-ref.c:1110748msgid "git show-ref --exclude-existing[=<pattern>]"10749msgstr ""1075010751#: builtin/show-ref.c:16510752msgid "only show tags (can be combined with heads)"10753msgstr ""1075410755#: builtin/show-ref.c:16610756msgid "only show heads (can be combined with tags)"10757msgstr ""1075810759#: builtin/show-ref.c:16710760msgid "stricter reference checking, requires exact ref path"10761msgstr ""1076210763#: builtin/show-ref.c:170 builtin/show-ref.c:17210764msgid "show the HEAD reference, even if it would be filtered out"10765msgstr ""1076610767#: builtin/show-ref.c:17410768msgid "dereference tags into object IDs"10769msgstr ""1077010771#: builtin/show-ref.c:17610772msgid "only show SHA1 hash using <n> digits"10773msgstr ""1077410775#: builtin/show-ref.c:18010776msgid "do not print results to stdout (useful with --verify)"10777msgstr ""1077810779#: builtin/show-ref.c:18210780msgid "show refs from stdin that aren't in local repository"10781msgstr ""1078210783#: builtin/stripspace.c:1710784msgid "git stripspace [-s | --strip-comments]"10785msgstr ""1078610787#: builtin/stripspace.c:1810788msgid "git stripspace [-c | --comment-lines]"10789msgstr ""1079010791#: builtin/stripspace.c:3510792msgid "skip and remove all lines starting with comment character"10793msgstr ""1079410795#: builtin/stripspace.c:3810796msgid "prepend comment character and space to each line"10797msgstr ""1079810799#: builtin/submodule--helper.c:24 builtin/submodule--helper.c:92310800#, c-format10801msgid "No such ref: %s"10802msgstr ""1080310804#: builtin/submodule--helper.c:31 builtin/submodule--helper.c:93210805#, c-format10806msgid "Expecting a full ref name, got %s"10807msgstr ""1080810809#: builtin/submodule--helper.c:7110810#, c-format10811msgid "cannot strip one component off url '%s'"10812msgstr ""1081310814#: builtin/submodule--helper.c:278 builtin/submodule--helper.c:40310815#: builtin/submodule--helper.c:48310816msgid "alternative anchor for relative paths"10817msgstr ""1081810819#: builtin/submodule--helper.c:28310820msgid "git submodule--helper list [--prefix=<path>] [<path>...]"10821msgstr ""1082210823#: builtin/submodule--helper.c:324 builtin/submodule--helper.c:33810824#, c-format10825msgid "No url found for submodule path '%s' in .gitmodules"10826msgstr ""1082710828#: builtin/submodule--helper.c:36410829#, c-format10830msgid "Failed to register url for submodule path '%s'"10831msgstr ""1083210833#: builtin/submodule--helper.c:36810834#, c-format10835msgid "Submodule '%s' (%s) registered for path '%s'\n"10836msgstr ""1083710838#: builtin/submodule--helper.c:37810839#, c-format10840msgid "warning: command update mode suggested for submodule '%s'\n"10841msgstr ""1084210843#: builtin/submodule--helper.c:38510844#, c-format10845msgid "Failed to register update mode for submodule path '%s'"10846msgstr ""1084710848#: builtin/submodule--helper.c:40410849msgid "Suppress output for initializing a submodule"10850msgstr ""1085110852#: builtin/submodule--helper.c:40910853msgid "git submodule--helper init [<path>]"10854msgstr ""1085510856#: builtin/submodule--helper.c:43010857msgid "git submodule--helper name <path>"10858msgstr ""1085910860#: builtin/submodule--helper.c:43610861#, c-format10862msgid "no submodule mapping found in .gitmodules for path '%s'"10863msgstr ""1086410865#: builtin/submodule--helper.c:48610866msgid "where the new submodule will be cloned to"10867msgstr ""1086810869#: builtin/submodule--helper.c:48910870msgid "name of the new submodule"10871msgstr ""1087210873#: builtin/submodule--helper.c:49210874msgid "url where to clone the submodule from"10875msgstr ""1087610877#: builtin/submodule--helper.c:49810878msgid "depth for shallow clones"10879msgstr ""1088010881#: builtin/submodule--helper.c:50410882msgid ""10883"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "10884"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"10885msgstr ""1088610887#: builtin/submodule--helper.c:529 builtin/submodule--helper.c:53510888#, c-format10889msgid "could not create directory '%s'"10890msgstr ""1089110892#: builtin/submodule--helper.c:53110893#, c-format10894msgid "clone of '%s' into submodule path '%s' failed"10895msgstr ""1089610897#: builtin/submodule--helper.c:54710898#, c-format10899msgid "cannot open file '%s'"10900msgstr ""1090110902#: builtin/submodule--helper.c:55210903#, c-format10904msgid "could not close file %s"10905msgstr ""1090610907#: builtin/submodule--helper.c:55910908#, c-format10909msgid "could not get submodule directory for '%s'"10910msgstr ""1091110912#: builtin/submodule--helper.c:61110913#, c-format10914msgid "Submodule path '%s' not initialized"10915msgstr ""1091610917#: builtin/submodule--helper.c:61510918msgid "Maybe you want to use 'update --init'?"10919msgstr ""1092010921#: builtin/submodule--helper.c:64110922#, c-format10923msgid "Skipping unmerged submodule %s"10924msgstr ""1092510926#: builtin/submodule--helper.c:66210927#, c-format10928msgid "Skipping submodule '%s'"10929msgstr ""1093010931#: builtin/submodule--helper.c:79210932#, c-format10933msgid "Failed to clone '%s'. Retry scheduled"10934msgstr ""1093510936#: builtin/submodule--helper.c:80310937#, c-format10938msgid "Failed to clone '%s' a second time, aborting"10939msgstr ""1094010941#: builtin/submodule--helper.c:82410942msgid "path into the working tree"10943msgstr ""1094410945#: builtin/submodule--helper.c:82710946msgid "path into the working tree, across nested submodule boundaries"10947msgstr ""1094810949#: builtin/submodule--helper.c:83110950msgid "rebase, merge, checkout or none"10951msgstr ""1095210953#: builtin/submodule--helper.c:83510954msgid "Create a shallow clone truncated to the specified number of revisions"10955msgstr ""1095610957#: builtin/submodule--helper.c:83810958msgid "parallel jobs"10959msgstr ""1096010961#: builtin/submodule--helper.c:84010962msgid "whether the initial clone should follow the shallow recommendation"10963msgstr ""1096410965#: builtin/submodule--helper.c:84110966msgid "don't print cloning progress"10967msgstr ""1096810969#: builtin/submodule--helper.c:84610970msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"10971msgstr ""1097210973#: builtin/submodule--helper.c:85610974msgid "bad value for update parameter"10975msgstr ""1097610977#: builtin/submodule--helper.c:92710978#, c-format10979msgid ""10980"Submodule (%s) branch configured to inherit branch from superproject, but "10981"the superproject is not on any branch"10982msgstr ""1098310984#: builtin/submodule--helper.c:97710985msgid "submodule--helper subcommand must be called with a subcommand"10986msgstr ""1098710988#: builtin/submodule--helper.c:98410989#, c-format10990msgid "'%s' is not a valid submodule--helper subcommand"10991msgstr ""1099210993#: builtin/symbolic-ref.c:710994msgid "git symbolic-ref [<options>] <name> [<ref>]"10995msgstr ""1099610997#: builtin/symbolic-ref.c:810998msgid "git symbolic-ref -d [-q] <name>"10999msgstr ""1100011001#: builtin/symbolic-ref.c:4011002msgid "suppress error message for non-symbolic (detached) refs"11003msgstr ""1100411005#: builtin/symbolic-ref.c:4111006msgid "delete symbolic ref"11007msgstr ""1100811009#: builtin/symbolic-ref.c:4211010msgid "shorten ref output"11011msgstr ""1101211013#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36211014msgid "reason"11015msgstr ""1101611017#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36211018msgid "reason of the update"11019msgstr ""1102011021#: builtin/tag.c:2311022msgid ""11023"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "11024"[<head>]"11025msgstr ""1102611027#: builtin/tag.c:2411028msgid "git tag -d <tagname>..."11029msgstr ""1103011031#: builtin/tag.c:2511032msgid ""11033"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>]\n"11034"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"11035msgstr ""1103611037#: builtin/tag.c:2711038msgid "git tag -v <tagname>..."11039msgstr ""1104011041#: builtin/tag.c:8111042#, c-format11043msgid "tag name too long: %.*s..."11044msgstr ""1104511046#: builtin/tag.c:8611047#, c-format11048msgid "tag '%s' not found."11049msgstr ""1105011051#: builtin/tag.c:10111052#, c-format11053msgid "Deleted tag '%s' (was %s)\n"11054msgstr ""1105511056#: builtin/tag.c:11711057#, c-format11058msgid ""11059"\n"11060"Write a message for tag:\n"11061" %s\n"11062"Lines starting with '%c' will be ignored.\n"11063msgstr ""1106411065#: builtin/tag.c:12111066#, c-format11067msgid ""11068"\n"11069"Write a message for tag:\n"11070" %s\n"11071"Lines starting with '%c' will be kept; you may remove them yourself if you "11072"want to.\n"11073msgstr ""1107411075#: builtin/tag.c:19911076msgid "unable to sign the tag"11077msgstr ""1107811079#: builtin/tag.c:20111080msgid "unable to write tag file"11081msgstr ""1108211083#: builtin/tag.c:22611084msgid "bad object type."11085msgstr ""1108611087#: builtin/tag.c:23911088msgid "tag header too big."11089msgstr ""1109011091#: builtin/tag.c:27511092msgid "no tag message?"11093msgstr ""1109411095#: builtin/tag.c:28111096#, c-format11097msgid "The tag message has been left in %s\n"11098msgstr ""1109911100#: builtin/tag.c:33911101msgid "list tag names"11102msgstr ""1110311104#: builtin/tag.c:34111105msgid "print <n> lines of each tag message"11106msgstr ""1110711108#: builtin/tag.c:34311109msgid "delete tags"11110msgstr ""1111111112#: builtin/tag.c:34411113msgid "verify tags"11114msgstr ""1111511116#: builtin/tag.c:34611117msgid "Tag creation options"11118msgstr ""1111911120#: builtin/tag.c:34811121msgid "annotated tag, needs a message"11122msgstr ""1112311124#: builtin/tag.c:35011125msgid "tag message"11126msgstr ""1112711128#: builtin/tag.c:35211129msgid "annotated and GPG-signed tag"11130msgstr ""1113111132#: builtin/tag.c:35611133msgid "use another key to sign the tag"11134msgstr ""1113511136#: builtin/tag.c:35711137msgid "replace the tag if exists"11138msgstr ""1113911140#: builtin/tag.c:358 builtin/update-ref.c:36811141msgid "create a reflog"11142msgstr ""1114311144#: builtin/tag.c:36011145msgid "Tag listing options"11146msgstr ""1114711148#: builtin/tag.c:36111149msgid "show tag list in columns"11150msgstr ""1115111152#: builtin/tag.c:362 builtin/tag.c:36311153msgid "print only tags that contain the commit"11154msgstr ""1115511156#: builtin/tag.c:36411157msgid "print only tags that are merged"11158msgstr ""1115911160#: builtin/tag.c:36511161msgid "print only tags that are not merged"11162msgstr ""1116311164#: builtin/tag.c:37011165msgid "print only tags of the object"11166msgstr ""1116711168#: builtin/tag.c:39911169msgid "--column and -n are incompatible"11170msgstr ""1117111172#: builtin/tag.c:41911173msgid "-n option is only allowed with -l."11174msgstr ""1117511176#: builtin/tag.c:42111177msgid "--contains option is only allowed with -l."11178msgstr ""1117911180#: builtin/tag.c:42311181msgid "--points-at option is only allowed with -l."11182msgstr ""1118311184#: builtin/tag.c:42511185msgid "--merged and --no-merged option are only allowed with -l"11186msgstr ""1118711188#: builtin/tag.c:43311189msgid "only one -F or -m option is allowed."11190msgstr ""1119111192#: builtin/tag.c:45211193msgid "too many params"11194msgstr ""1119511196#: builtin/tag.c:45811197#, c-format11198msgid "'%s' is not a valid tag name."11199msgstr ""1120011201#: builtin/tag.c:46311202#, c-format11203msgid "tag '%s' already exists"11204msgstr ""1120511206#: builtin/tag.c:49111207#, c-format11208msgid "Updated tag '%s' (was %s)\n"11209msgstr ""1121011211#: builtin/unpack-objects.c:49011212msgid "Unpacking objects"11213msgstr ""1121411215#: builtin/update-index.c:7911216#, c-format11217msgid "failed to create directory %s"11218msgstr ""1121911220#: builtin/update-index.c:8511221#, c-format11222msgid "failed to stat %s"11223msgstr ""1122411225#: builtin/update-index.c:9511226#, c-format11227msgid "failed to create file %s"11228msgstr ""1122911230#: builtin/update-index.c:10311231#, c-format11232msgid "failed to delete file %s"11233msgstr ""1123411235#: builtin/update-index.c:110 builtin/update-index.c:21211236#, c-format11237msgid "failed to delete directory %s"11238msgstr ""1123911240#: builtin/update-index.c:13311241#, c-format11242msgid "Testing mtime in '%s' "11243msgstr ""1124411245#: builtin/update-index.c:14511246msgid "directory stat info does not change after adding a new file"11247msgstr ""1124811249#: builtin/update-index.c:15811250msgid "directory stat info does not change after adding a new directory"11251msgstr ""1125211253#: builtin/update-index.c:17111254msgid "directory stat info changes after updating a file"11255msgstr ""1125611257#: builtin/update-index.c:18211258msgid "directory stat info changes after adding a file inside subdirectory"11259msgstr ""1126011261#: builtin/update-index.c:19311262msgid "directory stat info does not change after deleting a file"11263msgstr ""1126411265#: builtin/update-index.c:20611266msgid "directory stat info does not change after deleting a directory"11267msgstr ""1126811269#: builtin/update-index.c:21311270msgid " OK"11271msgstr ""1127211273#: builtin/update-index.c:57511274msgid "git update-index [<options>] [--] [<file>...]"11275msgstr ""1127611277#: builtin/update-index.c:93011278msgid "continue refresh even when index needs update"11279msgstr ""1128011281#: builtin/update-index.c:93311282msgid "refresh: ignore submodules"11283msgstr ""1128411285#: builtin/update-index.c:93611286msgid "do not ignore new files"11287msgstr ""1128811289#: builtin/update-index.c:93811290msgid "let files replace directories and vice-versa"11291msgstr ""1129211293#: builtin/update-index.c:94011294msgid "notice files missing from worktree"11295msgstr ""1129611297#: builtin/update-index.c:94211298msgid "refresh even if index contains unmerged entries"11299msgstr ""1130011301#: builtin/update-index.c:94511302msgid "refresh stat information"11303msgstr ""1130411305#: builtin/update-index.c:94911306msgid "like --refresh, but ignore assume-unchanged setting"11307msgstr ""1130811309#: builtin/update-index.c:95311310msgid "<mode>,<object>,<path>"11311msgstr ""1131211313#: builtin/update-index.c:95411314msgid "add the specified entry to the index"11315msgstr ""1131611317#: builtin/update-index.c:96311318msgid "mark files as \"not changing\""11319msgstr ""1132011321#: builtin/update-index.c:96611322msgid "clear assumed-unchanged bit"11323msgstr ""1132411325#: builtin/update-index.c:96911326msgid "mark files as \"index-only\""11327msgstr ""1132811329#: builtin/update-index.c:97211330msgid "clear skip-worktree bit"11331msgstr ""1133211333#: builtin/update-index.c:97511334msgid "add to index only; do not add content to object database"11335msgstr ""1133611337#: builtin/update-index.c:97711338msgid "remove named paths even if present in worktree"11339msgstr ""1134011341#: builtin/update-index.c:97911342msgid "with --stdin: input lines are terminated by null bytes"11343msgstr ""1134411345#: builtin/update-index.c:98111346msgid "read list of paths to be updated from standard input"11347msgstr ""1134811349#: builtin/update-index.c:98511350msgid "add entries from standard input to the index"11351msgstr ""1135211353#: builtin/update-index.c:98911354msgid "repopulate stages #2 and #3 for the listed paths"11355msgstr ""1135611357#: builtin/update-index.c:99311358msgid "only update entries that differ from HEAD"11359msgstr ""1136011361#: builtin/update-index.c:99711362msgid "ignore files missing from worktree"11363msgstr ""1136411365#: builtin/update-index.c:100011366msgid "report actions to standard output"11367msgstr ""1136811369#: builtin/update-index.c:100211370msgid "(for porcelains) forget saved unresolved conflicts"11371msgstr ""1137211373#: builtin/update-index.c:100611374msgid "write index in this format"11375msgstr ""1137611377#: builtin/update-index.c:100811378msgid "enable or disable split index"11379msgstr ""1138011381#: builtin/update-index.c:101011382msgid "enable/disable untracked cache"11383msgstr ""1138411385#: builtin/update-index.c:101211386msgid "test if the filesystem supports untracked cache"11387msgstr ""1138811389#: builtin/update-index.c:101411390msgid "enable untracked cache without testing the filesystem"11391msgstr ""1139211393#: builtin/update-index.c:113411394msgid "Untracked cache disabled"11395msgstr ""1139611397#: builtin/update-index.c:114611398#, c-format11399msgid "Untracked cache enabled for '%s'"11400msgstr ""1140111402#: builtin/update-ref.c:911403msgid "git update-ref [<options>] -d <refname> [<old-val>]"11404msgstr ""1140511406#: builtin/update-ref.c:1011407msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"11408msgstr ""1140911410#: builtin/update-ref.c:1111411msgid "git update-ref [<options>] --stdin [-z]"11412msgstr ""1141311414#: builtin/update-ref.c:36311415msgid "delete the reference"11416msgstr ""1141711418#: builtin/update-ref.c:36511419msgid "update <refname> not the one it points to"11420msgstr ""1142111422#: builtin/update-ref.c:36611423msgid "stdin has NUL-terminated arguments"11424msgstr ""1142511426#: builtin/update-ref.c:36711427msgid "read updates from stdin"11428msgstr ""1142911430#: builtin/update-server-info.c:611431msgid "git update-server-info [--force]"11432msgstr ""1143311434#: builtin/update-server-info.c:1411435msgid "update the info files from scratch"11436msgstr ""1143711438#: builtin/verify-commit.c:1711439msgid "git verify-commit [-v | --verbose] <commit>..."11440msgstr ""1144111442#: builtin/verify-commit.c:7211443msgid "print commit contents"11444msgstr ""1144511446#: builtin/verify-commit.c:73 builtin/verify-tag.c:3511447msgid "print raw gpg status output"11448msgstr ""1144911450#: builtin/verify-pack.c:5411451msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."11452msgstr ""1145311454#: builtin/verify-pack.c:6411455msgid "verbose"11456msgstr ""1145711458#: builtin/verify-pack.c:6611459msgid "show statistics only"11460msgstr ""1146111462#: builtin/verify-tag.c:1711463msgid "git verify-tag [-v | --verbose] <tag>..."11464msgstr ""1146511466#: builtin/verify-tag.c:3411467msgid "print tag contents"11468msgstr ""1146911470#: builtin/worktree.c:1511471msgid "git worktree add [<options>] <path> [<branch>]"11472msgstr ""1147311474#: builtin/worktree.c:1611475msgid "git worktree list [<options>]"11476msgstr ""1147711478#: builtin/worktree.c:1711479msgid "git worktree lock [<options>] <path>"11480msgstr ""1148111482#: builtin/worktree.c:1811483msgid "git worktree prune [<options>]"11484msgstr ""1148511486#: builtin/worktree.c:1911487msgid "git worktree unlock <path>"11488msgstr ""1148911490#: builtin/worktree.c:4211491#, c-format11492msgid "Removing worktrees/%s: not a valid directory"11493msgstr ""1149411495#: builtin/worktree.c:4811496#, c-format11497msgid "Removing worktrees/%s: gitdir file does not exist"11498msgstr ""1149911500#: builtin/worktree.c:5311501#, c-format11502msgid "Removing worktrees/%s: unable to read gitdir file (%s)"11503msgstr ""1150411505#: builtin/worktree.c:6411506#, c-format11507msgid "Removing worktrees/%s: invalid gitdir file"11508msgstr ""1150911510#: builtin/worktree.c:8011511#, c-format11512msgid "Removing worktrees/%s: gitdir file points to non-existent location"11513msgstr ""1151411515#: builtin/worktree.c:20411516#, c-format11517msgid "'%s' already exists"11518msgstr ""1151911520#: builtin/worktree.c:23611521#, c-format11522msgid "could not create directory of '%s'"11523msgstr ""1152411525#: builtin/worktree.c:27211526#, c-format11527msgid "Preparing %s (identifier %s)"11528msgstr ""1152911530#: builtin/worktree.c:32311531msgid "checkout <branch> even if already checked out in other worktree"11532msgstr ""1153311534#: builtin/worktree.c:32511535msgid "create a new branch"11536msgstr ""1153711538#: builtin/worktree.c:32711539msgid "create or reset a branch"11540msgstr ""1154111542#: builtin/worktree.c:32911543msgid "populate the new working tree"11544msgstr ""1154511546#: builtin/worktree.c:33711547msgid "-b, -B, and --detach are mutually exclusive"11548msgstr ""1154911550#: builtin/worktree.c:47011551msgid "reason for locking"11552msgstr ""1155311554#: builtin/worktree.c:482 builtin/worktree.c:51511555#, c-format11556msgid "'%s' is not a working tree"11557msgstr ""1155811559#: builtin/worktree.c:484 builtin/worktree.c:51711560msgid "The main working tree cannot be locked or unlocked"11561msgstr ""1156211563#: builtin/worktree.c:48911564#, c-format11565msgid "'%s' is already locked, reason: %s"11566msgstr ""1156711568#: builtin/worktree.c:49111569#, c-format11570msgid "'%s' is already locked"11571msgstr ""1157211573#: builtin/worktree.c:51911574#, c-format11575msgid "'%s' is not locked"11576msgstr ""1157711578#: builtin/write-tree.c:1311579msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"11580msgstr ""1158111582#: builtin/write-tree.c:2611583msgid "<prefix>/"11584msgstr ""1158511586#: builtin/write-tree.c:2711587msgid "write tree object for a subdirectory <prefix>"11588msgstr ""1158911590#: builtin/write-tree.c:3011591msgid "only useful for debugging"11592msgstr ""1159311594#: upload-pack.c:2011595msgid "git upload-pack [<options>] <dir>"11596msgstr ""1159711598#: upload-pack.c:83711599msgid "quit after a single request/response exchange"11600msgstr ""1160111602#: upload-pack.c:83911603msgid "exit immediately after initial ref advertisement"11604msgstr ""1160511606#: upload-pack.c:84111607msgid "do not try <directory>/.git/ if <directory> is no Git directory"11608msgstr ""1160911610#: upload-pack.c:84311611msgid "interrupt transfer after <n> seconds of inactivity"11612msgstr ""1161311614#: credential-cache--daemon.c:27111615msgid "print debugging messages to stderr"11616msgstr ""1161711618#: git.c:1411619msgid ""11620"'git help -a' and 'git help -g' list available subcommands and some\n"11621"concept guides. See 'git help <command>' or 'git help <concept>'\n"11622"to read about a specific subcommand or concept."11623msgstr ""1162411625#: http.c:32311626msgid "Public key pinning not supported with cURL < 7.44.0"11627msgstr ""1162811629#: common-cmds.h:911630msgid "start a working area (see also: git help tutorial)"11631msgstr ""1163211633#: common-cmds.h:1011634msgid "work on the current change (see also: git help everyday)"11635msgstr ""1163611637#: common-cmds.h:1111638msgid "examine the history and state (see also: git help revisions)"11639msgstr ""1164011641#: common-cmds.h:1211642msgid "grow, mark and tweak your common history"11643msgstr ""1164411645#: common-cmds.h:1311646msgid "collaborate (see also: git help workflows)"11647msgstr ""1164811649#: common-cmds.h:1711650msgid "Add file contents to the index"11651msgstr ""1165211653#: common-cmds.h:1811654msgid "Use binary search to find the commit that introduced a bug"11655msgstr ""1165611657#: common-cmds.h:1911658msgid "List, create, or delete branches"11659msgstr ""1166011661#: common-cmds.h:2011662msgid "Switch branches or restore working tree files"11663msgstr ""1166411665#: common-cmds.h:2111666msgid "Clone a repository into a new directory"11667msgstr ""1166811669#: common-cmds.h:2211670msgid "Record changes to the repository"11671msgstr ""1167211673#: common-cmds.h:2311674msgid "Show changes between commits, commit and working tree, etc"11675msgstr ""1167611677#: common-cmds.h:2411678msgid "Download objects and refs from another repository"11679msgstr ""1168011681#: common-cmds.h:2511682msgid "Print lines matching a pattern"11683msgstr ""1168411685#: common-cmds.h:2611686msgid "Create an empty Git repository or reinitialize an existing one"11687msgstr ""1168811689#: common-cmds.h:2711690msgid "Show commit logs"11691msgstr ""1169211693#: common-cmds.h:2811694msgid "Join two or more development histories together"11695msgstr ""1169611697#: common-cmds.h:2911698msgid "Move or rename a file, a directory, or a symlink"11699msgstr ""1170011701#: common-cmds.h:3011702msgid "Fetch from and integrate with another repository or a local branch"11703msgstr ""1170411705#: common-cmds.h:3111706msgid "Update remote refs along with associated objects"11707msgstr ""1170811709#: common-cmds.h:3211710msgid "Reapply commits on top of another base tip"11711msgstr ""1171211713#: common-cmds.h:3311714msgid "Reset current HEAD to the specified state"11715msgstr ""1171611717#: common-cmds.h:3411718msgid "Remove files from the working tree and from the index"11719msgstr ""1172011721#: common-cmds.h:3511722msgid "Show various types of objects"11723msgstr ""1172411725#: common-cmds.h:3611726msgid "Show the working tree status"11727msgstr ""1172811729#: common-cmds.h:3711730msgid "Create, list, delete or verify a tag object signed with GPG"11731msgstr ""1173211733#: parse-options.h:14511734msgid "expiry-date"11735msgstr ""1173611737#: parse-options.h:16011738msgid "no-op (backward compatibility)"11739msgstr ""1174011741#: parse-options.h:23711742msgid "be more verbose"11743msgstr ""1174411745#: parse-options.h:23911746msgid "be more quiet"11747msgstr ""1174811749#: parse-options.h:24511750msgid "use <n> digits to display SHA-1s"11751msgstr ""1175211753#: rerere.h:4011754msgid "update the index with reused conflict resolution if possible"11755msgstr ""1175611757#: git-bisect.sh:5411758msgid "You need to start by \"git bisect start\""11759msgstr ""1176011761#. TRANSLATORS: Make sure to include [Y] and [n] in your11762#. translation. The program will only accept English input11763#. at this point.11764#: git-bisect.sh:6011765msgid "Do you want me to do it for you [Y/n]? "11766msgstr ""1176711768#: git-bisect.sh:12111769#, sh-format11770msgid "unrecognised option: '$arg'"11771msgstr ""1177211773#: git-bisect.sh:12511774#, sh-format11775msgid "'$arg' does not appear to be a valid revision"11776msgstr ""1177711778#: git-bisect.sh:15411779msgid "Bad HEAD - I need a HEAD"11780msgstr ""1178111782#: git-bisect.sh:16711783#, sh-format11784msgid ""11785"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."11786msgstr ""1178711788#: git-bisect.sh:17711789msgid "won't bisect on cg-seek'ed tree"11790msgstr ""1179111792#: git-bisect.sh:18111793msgid "Bad HEAD - strange symbolic ref"11794msgstr ""1179511796#: git-bisect.sh:23311797#, sh-format11798msgid "Bad bisect_write argument: $state"11799msgstr ""1180011801#: git-bisect.sh:26211802#, sh-format11803msgid "Bad rev input: $arg"11804msgstr ""1180511806#: git-bisect.sh:28111807#, sh-format11808msgid "Bad rev input: $bisected_head"11809msgstr ""1181011811#: git-bisect.sh:29011812#, sh-format11813msgid "Bad rev input: $rev"11814msgstr ""1181511816#: git-bisect.sh:29911817#, sh-format11818msgid "'git bisect $TERM_BAD' can take only one argument."11819msgstr ""1182011821#: git-bisect.sh:32211822#, sh-format11823msgid "Warning: bisecting only with a $TERM_BAD commit."11824msgstr ""1182511826#. TRANSLATORS: Make sure to include [Y] and [n] in your11827#. translation. The program will only accept English input11828#. at this point.11829#: git-bisect.sh:32811830msgid "Are you sure [Y/n]? "11831msgstr ""1183211833#: git-bisect.sh:34011834#, sh-format11835msgid ""11836"You need to give me at least one $bad_syn and one $good_syn revision.\n"11837"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"11838msgstr ""1183911840#: git-bisect.sh:34311841#, sh-format11842msgid ""11843"You need to start by \"git bisect start\".\n"11844"You then need to give me at least one $good_syn and one $bad_syn revision.\n"11845"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"11846msgstr ""1184711848#: git-bisect.sh:414 git-bisect.sh:54611849msgid "We are not bisecting."11850msgstr ""1185111852#: git-bisect.sh:42111853#, sh-format11854msgid "'$invalid' is not a valid commit"11855msgstr ""1185611857#: git-bisect.sh:43011858#, sh-format11859msgid ""11860"Could not check out original HEAD '$branch'.\n"11861"Try 'git bisect reset <commit>'."11862msgstr ""1186311864#: git-bisect.sh:45811865msgid "No logfile given"11866msgstr ""1186711868#: git-bisect.sh:45911869#, sh-format11870msgid "cannot read $file for replaying"11871msgstr ""1187211873#: git-bisect.sh:48011874msgid "?? what are you talking about?"11875msgstr ""1187611877#: git-bisect.sh:49211878#, sh-format11879msgid "running $command"11880msgstr ""1188111882#: git-bisect.sh:49911883#, sh-format11884msgid ""11885"bisect run failed:\n"11886"exit code $res from '$command' is < 0 or >= 128"11887msgstr ""1188811889#: git-bisect.sh:52511890msgid "bisect run cannot continue any more"11891msgstr ""1189211893#: git-bisect.sh:53111894#, sh-format11895msgid ""11896"bisect run failed:\n"11897"'bisect_state $state' exited with error code $res"11898msgstr ""1189911900#: git-bisect.sh:53811901msgid "bisect run success"11902msgstr ""1190311904#: git-bisect.sh:56511905msgid "please use two different terms"11906msgstr ""1190711908#: git-bisect.sh:57511909#, sh-format11910msgid "'$term' is not a valid term"11911msgstr ""1191211913#: git-bisect.sh:57811914#, sh-format11915msgid "can't use the builtin command '$term' as a term"11916msgstr ""1191711918#: git-bisect.sh:587 git-bisect.sh:59311919#, sh-format11920msgid "can't change the meaning of term '$term'"11921msgstr ""1192211923#: git-bisect.sh:60611924#, sh-format11925msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."11926msgstr ""1192711928#: git-bisect.sh:63611929msgid "no terms defined"11930msgstr ""1193111932#: git-bisect.sh:65311933#, sh-format11934msgid ""11935"invalid argument $arg for 'git bisect terms'.\n"11936"Supported options are: --term-good|--term-old and --term-bad|--term-new."11937msgstr ""1193811939#: git-merge-octopus.sh:4611940msgid ""11941"Error: Your local changes to the following files would be overwritten by "11942"merge"11943msgstr ""1194411945#: git-merge-octopus.sh:6111946msgid "Automated merge did not work."11947msgstr ""1194811949#: git-merge-octopus.sh:6211950msgid "Should not be doing an Octopus."11951msgstr ""1195211953#: git-merge-octopus.sh:7311954#, sh-format11955msgid "Unable to find common commit with $pretty_name"11956msgstr ""1195711958#: git-merge-octopus.sh:7711959#, sh-format11960msgid "Already up-to-date with $pretty_name"11961msgstr ""1196211963#: git-merge-octopus.sh:8911964#, sh-format11965msgid "Fast-forwarding to: $pretty_name"11966msgstr ""1196711968#: git-merge-octopus.sh:9711969#, sh-format11970msgid "Trying simple merge with $pretty_name"11971msgstr ""1197211973#: git-merge-octopus.sh:10211974msgid "Simple merge did not work, trying automatic merge."11975msgstr ""1197611977#: git-rebase.sh:5611978msgid ""11979"When you have resolved this problem, run \"git rebase --continue\".\n"11980"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"11981"To check out the original branch and stop rebasing, run \"git rebase --abort"11982"\"."11983msgstr ""1198411985#: git-rebase.sh:156 git-rebase.sh:39511986#, sh-format11987msgid "Could not move back to $head_name"11988msgstr ""1198911990#: git-rebase.sh:16711991msgid "Applied autostash."11992msgstr ""1199311994#: git-rebase.sh:17011995#, sh-format11996msgid "Cannot store $stash_sha1"11997msgstr ""1199811999#: git-rebase.sh:17112000msgid ""12001"Applying autostash resulted in conflicts.\n"12002"Your changes are safe in the stash.\n"12003"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"12004msgstr ""1200512006#: git-rebase.sh:21012007msgid "The pre-rebase hook refused to rebase."12008msgstr ""1200912010#: git-rebase.sh:21512011msgid "It looks like git-am is in progress. Cannot rebase."12012msgstr ""1201312014#: git-rebase.sh:35612015msgid "No rebase in progress?"12016msgstr ""1201712018#: git-rebase.sh:36712019msgid "The --edit-todo action can only be used during interactive rebase."12020msgstr ""1202112022#: git-rebase.sh:37412023msgid "Cannot read HEAD"12024msgstr ""1202512026#: git-rebase.sh:37712027msgid ""12028"You must edit all merge conflicts and then\n"12029"mark them as resolved using git add"12030msgstr ""1203112032#: git-rebase.sh:41412033#, sh-format12034msgid ""12035"It seems that there is already a $state_dir_base directory, and\n"12036"I wonder if you are in the middle of another rebase. If that is the\n"12037"case, please try\n"12038"\t$cmd_live_rebase\n"12039"If that is not the case, please\n"12040"\t$cmd_clear_stale_rebase\n"12041"and run me again. I am stopping in case you still have something\n"12042"valuable there."12043msgstr ""1204412045#: git-rebase.sh:46512046#, sh-format12047msgid "invalid upstream $upstream_name"12048msgstr ""1204912050#: git-rebase.sh:48912051#, sh-format12052msgid "$onto_name: there are more than one merge bases"12053msgstr ""1205412055#: git-rebase.sh:492 git-rebase.sh:49612056#, sh-format12057msgid "$onto_name: there is no merge base"12058msgstr ""1205912060#: git-rebase.sh:50112061#, sh-format12062msgid "Does not point to a valid commit: $onto_name"12063msgstr ""1206412065#: git-rebase.sh:52412066#, sh-format12067msgid "fatal: no such branch: $branch_name"12068msgstr ""1206912070#: git-rebase.sh:55712071msgid "Cannot autostash"12072msgstr ""1207312074#: git-rebase.sh:56212075#, sh-format12076msgid "Created autostash: $stash_abbrev"12077msgstr ""1207812079#: git-rebase.sh:56612080msgid "Please commit or stash them."12081msgstr ""1208212083#: git-rebase.sh:58612084#, sh-format12085msgid "Current branch $branch_name is up to date."12086msgstr ""1208712088#: git-rebase.sh:59012089#, sh-format12090msgid "Current branch $branch_name is up to date, rebase forced."12091msgstr ""1209212093#: git-rebase.sh:60112094#, sh-format12095msgid "Changes from $mb to $onto:"12096msgstr ""1209712098#: git-rebase.sh:61012099msgid "First, rewinding head to replay your work on top of it..."12100msgstr ""1210112102#: git-rebase.sh:62012103#, sh-format12104msgid "Fast-forwarded $branch_name to $onto_name."12105msgstr ""1210612107#: git-stash.sh:5012108msgid "git stash clear with parameters is unimplemented"12109msgstr ""1211012111#: git-stash.sh:7312112msgid "You do not have the initial commit yet"12113msgstr ""1211412115#: git-stash.sh:8812116msgid "Cannot save the current index state"12117msgstr ""1211812119#: git-stash.sh:123 git-stash.sh:13612120msgid "Cannot save the current worktree state"12121msgstr ""1212212123#: git-stash.sh:14012124msgid "No changes selected"12125msgstr ""1212612127#: git-stash.sh:14312128msgid "Cannot remove temporary index (can't happen)"12129msgstr ""1213012131#: git-stash.sh:15612132msgid "Cannot record working tree state"12133msgstr ""1213412135#: git-stash.sh:18812136#, sh-format12137msgid "Cannot update $ref_stash with $w_commit"12138msgstr ""1213912140#. TRANSLATORS: $option is an invalid option, like12141#. `--blah-blah'. The 7 spaces at the beginning of the12142#. second line correspond to "error: ". So you should line12143#. up the second line with however many characters the12144#. translation of "error: " takes in your language. E.g. in12145#. English this is:12146#.12147#. $ git stash save --blah-blah 2>&1 | head -n 212148#. error: unknown option for 'stash save': --blah-blah12149#. To provide a message, use git stash save -- '--blah-blah'12150#: git-stash.sh:23812151#, sh-format12152msgid ""12153"error: unknown option for 'stash save': $option\n"12154" To provide a message, use git stash save -- '$option'"12155msgstr ""1215612157#: git-stash.sh:25912158msgid "No local changes to save"12159msgstr ""1216012161#: git-stash.sh:26312162msgid "Cannot initialize stash"12163msgstr ""1216412165#: git-stash.sh:26712166msgid "Cannot save the current status"12167msgstr ""1216812169#: git-stash.sh:26812170#, sh-format12171msgid "Saved working directory and index state $stash_msg"12172msgstr ""1217312174#: git-stash.sh:28512175msgid "Cannot remove worktree changes"12176msgstr ""1217712178#: git-stash.sh:40412179#, sh-format12180msgid "unknown option: $opt"12181msgstr ""1218212183#: git-stash.sh:41412184msgid "No stash found."12185msgstr ""1218612187#: git-stash.sh:42112188#, sh-format12189msgid "Too many revisions specified: $REV"12190msgstr ""1219112192#: git-stash.sh:42712193#, sh-format12194msgid "$reference is not a valid reference"12195msgstr ""1219612197#: git-stash.sh:45512198#, sh-format12199msgid "'$args' is not a stash-like commit"12200msgstr ""1220112202#: git-stash.sh:46612203#, sh-format12204msgid "'$args' is not a stash reference"12205msgstr ""1220612207#: git-stash.sh:47412208msgid "unable to refresh index"12209msgstr ""1221012211#: git-stash.sh:47812212msgid "Cannot apply a stash in the middle of a merge"12213msgstr ""1221412215#: git-stash.sh:48612216msgid "Conflicts in index. Try without --index."12217msgstr ""1221812219#: git-stash.sh:48812220msgid "Could not save index tree"12221msgstr ""1222212223#: git-stash.sh:52212224msgid "Cannot unstage modified files"12225msgstr ""1222612227#: git-stash.sh:53712228msgid "Index was not unstashed."12229msgstr ""1223012231#: git-stash.sh:55112232msgid "The stash is kept in case you need it again."12233msgstr ""1223412235#: git-stash.sh:56012236#, sh-format12237msgid "Dropped ${REV} ($s)"12238msgstr ""1223912240#: git-stash.sh:56112241#, sh-format12242msgid "${REV}: Could not drop stash entry"12243msgstr ""1224412245#: git-stash.sh:56912246msgid "No branch name specified"12247msgstr ""1224812249#: git-stash.sh:64112250msgid "(To restore them type \"git stash apply\")"12251msgstr ""1225212253#: git-submodule.sh:18312254msgid "Relative path can only be used from the toplevel of the working tree"12255msgstr ""1225612257#: git-submodule.sh:19312258#, sh-format12259msgid "repo URL: '$repo' must be absolute or begin with ./|../"12260msgstr ""1226112262#: git-submodule.sh:21012263#, sh-format12264msgid "'$sm_path' already exists in the index"12265msgstr ""1226612267#: git-submodule.sh:21412268#, sh-format12269msgid ""12270"The following path is ignored by one of your .gitignore files:\n"12271"$sm_path\n"12272"Use -f if you really want to add it."12273msgstr ""1227412275#: git-submodule.sh:23212276#, sh-format12277msgid "Adding existing repo at '$sm_path' to the index"12278msgstr ""1227912280#: git-submodule.sh:23412281#, sh-format12282msgid "'$sm_path' already exists and is not a valid git repo"12283msgstr ""1228412285#: git-submodule.sh:24212286#, sh-format12287msgid "A git directory for '$sm_name' is found locally with remote(s):"12288msgstr ""1228912290#: git-submodule.sh:24412291#, sh-format12292msgid ""12293"If you want to reuse this local git directory instead of cloning again from\n"12294" $realrepo\n"12295"use the '--force' option. If the local git directory is not the correct "12296"repo\n"12297"or you are unsure what this means choose another name with the '--name' "12298"option."12299msgstr ""1230012301#: git-submodule.sh:25012302#, sh-format12303msgid "Reactivating local git directory for submodule '$sm_name'."12304msgstr ""1230512306#: git-submodule.sh:26212307#, sh-format12308msgid "Unable to checkout submodule '$sm_path'"12309msgstr ""1231012311#: git-submodule.sh:26712312#, sh-format12313msgid "Failed to add submodule '$sm_path'"12314msgstr ""1231512316#: git-submodule.sh:27612317#, sh-format12318msgid "Failed to register submodule '$sm_path'"12319msgstr ""1232012321#: git-submodule.sh:32312322#, sh-format12323msgid "Entering '$displaypath'"12324msgstr ""1232512326#: git-submodule.sh:34312327#, sh-format12328msgid "Stopping at '$displaypath'; script returned non-zero status."12329msgstr ""1233012331#: git-submodule.sh:41412332#, sh-format12333msgid "pathspec and --all are incompatible"12334msgstr ""1233512336#: git-submodule.sh:41912337#, sh-format12338msgid "Use '--all' if you really want to deinitialize all submodules"12339msgstr ""1234012341#: git-submodule.sh:43912342#, sh-format12343msgid ""12344"Submodule work tree '$displaypath' contains a .git directory\n"12345"(use 'rm -rf' if you really want to remove it including all of its history)"12346msgstr ""1234712348#: git-submodule.sh:44712349#, sh-format12350msgid ""12351"Submodule work tree '$displaypath' contains local modifications; use '-f' to "12352"discard them"12353msgstr ""1235412355#: git-submodule.sh:45012356#, sh-format12357msgid "Cleared directory '$displaypath'"12358msgstr ""1235912360#: git-submodule.sh:45112361#, sh-format12362msgid "Could not remove submodule work tree '$displaypath'"12363msgstr ""1236412365#: git-submodule.sh:45412366#, sh-format12367msgid "Could not create empty submodule directory '$displaypath'"12368msgstr ""1236912370#: git-submodule.sh:46312371#, sh-format12372msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"12373msgstr ""1237412375#: git-submodule.sh:61212376#, sh-format12377msgid "Unable to find current revision in submodule path '$displaypath'"12378msgstr ""1237912380#: git-submodule.sh:62212381#, sh-format12382msgid "Unable to fetch in submodule path '$sm_path'"12383msgstr ""1238412385#: git-submodule.sh:62712386#, sh-format12387msgid ""12388"Unable to find current ${remote_name}/${branch} revision in submodule path "12389"'$sm_path'"12390msgstr ""1239112392#: git-submodule.sh:64512393#, sh-format12394msgid "Unable to fetch in submodule path '$displaypath'"12395msgstr ""1239612397#: git-submodule.sh:65112398#, sh-format12399msgid ""12400"Fetched in submodule path '$displaypath', but it did not contain $sha1. "12401"Direct fetching of that commit failed."12402msgstr ""1240312404#: git-submodule.sh:65812405#, sh-format12406msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"12407msgstr ""1240812409#: git-submodule.sh:65912410#, sh-format12411msgid "Submodule path '$displaypath': checked out '$sha1'"12412msgstr ""1241312414#: git-submodule.sh:66312415#, sh-format12416msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"12417msgstr ""1241812419#: git-submodule.sh:66412420#, sh-format12421msgid "Submodule path '$displaypath': rebased into '$sha1'"12422msgstr ""1242312424#: git-submodule.sh:66912425#, sh-format12426msgid "Unable to merge '$sha1' in submodule path '$displaypath'"12427msgstr ""1242812429#: git-submodule.sh:67012430#, sh-format12431msgid "Submodule path '$displaypath': merged in '$sha1'"12432msgstr ""1243312434#: git-submodule.sh:67512435#, sh-format12436msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"12437msgstr ""1243812439#: git-submodule.sh:67612440#, sh-format12441msgid "Submodule path '$displaypath': '$command $sha1'"12442msgstr ""1244312444#: git-submodule.sh:70712445#, sh-format12446msgid "Failed to recurse into submodule path '$displaypath'"12447msgstr ""1244812449#: git-submodule.sh:81512450msgid "The --cached option cannot be used with the --files option"12451msgstr ""1245212453#: git-submodule.sh:86712454#, sh-format12455msgid "unexpected mode $mod_dst"12456msgstr ""1245712458#: git-submodule.sh:88712459#, sh-format12460msgid " Warn: $display_name doesn't contain commit $sha1_src"12461msgstr ""1246212463#: git-submodule.sh:89012464#, sh-format12465msgid " Warn: $display_name doesn't contain commit $sha1_dst"12466msgstr ""1246712468#: git-submodule.sh:89312469#, sh-format12470msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"12471msgstr ""1247212473#: git-submodule.sh:91812474msgid "blob"12475msgstr ""1247612477#: git-submodule.sh:104012478#, sh-format12479msgid "Failed to recurse into submodule path '$sm_path'"12480msgstr ""1248112482#: git-submodule.sh:110712483#, sh-format12484msgid "Synchronizing submodule url for '$displaypath'"12485msgstr ""1248612487#: git-parse-remote.sh:8912488#, sh-format12489msgid "See git-${cmd}(1) for details."12490msgstr ""1249112492#: git-rebase--interactive.sh:13112493#, sh-format12494msgid "Rebasing ($new_count/$total)"12495msgstr ""1249612497#: git-rebase--interactive.sh:14712498msgid ""12499"\n"12500"Commands:\n"12501" p, pick = use commit\n"12502" r, reword = use commit, but edit the commit message\n"12503" e, edit = use commit, but stop for amending\n"12504" s, squash = use commit, but meld into previous commit\n"12505" f, fixup = like \"squash\", but discard this commit's log message\n"12506" x, exec = run command (the rest of the line) using shell\n"12507" d, drop = remove commit\n"12508"\n"12509"These lines can be re-ordered; they are executed from top to bottom.\n"12510msgstr ""1251112512#: git-rebase--interactive.sh:16212513msgid ""12514"\n"12515"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"12516msgstr ""1251712518#: git-rebase--interactive.sh:16612519msgid ""12520"\n"12521"If you remove a line here THAT COMMIT WILL BE LOST.\n"12522msgstr ""1252312524#: git-rebase--interactive.sh:20212525#, sh-format12526msgid ""12527"You can amend the commit now, with\n"12528"\n"12529"\tgit commit --amend $gpg_sign_opt_quoted\n"12530"\n"12531"Once you are satisfied with your changes, run\n"12532"\n"12533"\tgit rebase --continue"12534msgstr ""1253512536#: git-rebase--interactive.sh:22712537#, sh-format12538msgid "$sha1: not a commit that can be picked"12539msgstr ""1254012541#: git-rebase--interactive.sh:26612542#, sh-format12543msgid "Invalid commit name: $sha1"12544msgstr ""1254512546#: git-rebase--interactive.sh:30812547msgid "Cannot write current commit's replacement sha1"12548msgstr ""1254912550#: git-rebase--interactive.sh:36012551#, sh-format12552msgid "Fast-forward to $sha1"12553msgstr ""1255412555#: git-rebase--interactive.sh:36212556#, sh-format12557msgid "Cannot fast-forward to $sha1"12558msgstr ""1255912560#: git-rebase--interactive.sh:37112561#, sh-format12562msgid "Cannot move HEAD to $first_parent"12563msgstr ""1256412565#: git-rebase--interactive.sh:37612566#, sh-format12567msgid "Refusing to squash a merge: $sha1"12568msgstr ""1256912570#: git-rebase--interactive.sh:39012571#, sh-format12572msgid "Error redoing merge $sha1"12573msgstr ""1257412575#: git-rebase--interactive.sh:39812576#, sh-format12577msgid "Could not pick $sha1"12578msgstr ""1257912580#: git-rebase--interactive.sh:40712581#, sh-format12582msgid "This is the commit message #${n}:"12583msgstr ""1258412585#: git-rebase--interactive.sh:41212586#, sh-format12587msgid "The commit message #${n} will be skipped:"12588msgstr ""1258912590#: git-rebase--interactive.sh:42312591#, sh-format12592msgid "This is a combination of $count commit."12593msgid_plural "This is a combination of $count commits."12594msgstr[0] ""12595msgstr[1] ""1259612597#: git-rebase--interactive.sh:43112598#, sh-format12599msgid "Cannot write $fixup_msg"12600msgstr ""1260112602#: git-rebase--interactive.sh:43412603msgid "This is a combination of 2 commits."12604msgstr ""1260512606#: git-rebase--interactive.sh:43512607msgid "This is the 1st commit message:"12608msgstr ""1260912610#: git-rebase--interactive.sh:475 git-rebase--interactive.sh:51812611#: git-rebase--interactive.sh:52112612#, sh-format12613msgid "Could not apply $sha1... $rest"12614msgstr ""1261512616#: git-rebase--interactive.sh:54912617#, sh-format12618msgid ""12619"Could not amend commit after successfully picking $sha1... $rest\n"12620"This is most likely due to an empty commit message, or the pre-commit hook\n"12621"failed. If the pre-commit hook failed, you may need to resolve the issue "12622"before\n"12623"you are able to reword the commit."12624msgstr ""1262512626#: git-rebase--interactive.sh:56412627#, sh-format12628msgid "Stopped at $sha1_abbrev... $rest"12629msgstr ""1263012631#: git-rebase--interactive.sh:57912632#, sh-format12633msgid "Cannot '$squash_style' without a previous commit"12634msgstr ""1263512636#: git-rebase--interactive.sh:62112637#, sh-format12638msgid "Executing: $rest"12639msgstr ""1264012641#: git-rebase--interactive.sh:62912642#, sh-format12643msgid "Execution failed: $rest"12644msgstr ""1264512646#: git-rebase--interactive.sh:63112647msgid "and made changes to the index and/or the working tree"12648msgstr ""1264912650#: git-rebase--interactive.sh:63312651msgid ""12652"You can fix the problem, and then run\n"12653"\n"12654"\tgit rebase --continue"12655msgstr ""1265612657#. TRANSLATORS: after these lines is a command to be issued by the user12658#: git-rebase--interactive.sh:64612659#, sh-format12660msgid ""12661"Execution succeeded: $rest\n"12662"but left changes to the index and/or the working tree\n"12663"Commit or stash your changes, and then run\n"12664"\n"12665"\tgit rebase --continue"12666msgstr ""1266712668#: git-rebase--interactive.sh:65712669#, sh-format12670msgid "Unknown command: $command $sha1 $rest"12671msgstr ""1267212673#: git-rebase--interactive.sh:65812674msgid "Please fix this using 'git rebase --edit-todo'."12675msgstr ""1267612677#: git-rebase--interactive.sh:69312678#, sh-format12679msgid "Successfully rebased and updated $head_name."12680msgstr ""1268112682#: git-rebase--interactive.sh:74012683msgid "Could not skip unnecessary pick commands"12684msgstr ""1268512686#: git-rebase--interactive.sh:89812687#, sh-format12688msgid ""12689"Warning: the SHA-1 is missing or isn't a commit in the following line:\n"12690" - $line"12691msgstr ""1269212693#: git-rebase--interactive.sh:93112694#, sh-format12695msgid ""12696"Warning: the command isn't recognized in the following line:\n"12697" - $line"12698msgstr ""1269912700#: git-rebase--interactive.sh:97012701msgid "could not detach HEAD"12702msgstr ""1270312704#: git-rebase--interactive.sh:100812705msgid ""12706"Warning: some commits may have been dropped accidentally.\n"12707"Dropped commits (newer to older):"12708msgstr ""1270912710#: git-rebase--interactive.sh:101612711msgid ""12712"To avoid this message, use \"drop\" to explicitly remove a commit.\n"12713"\n"12714"Use 'git config rebase.missingCommitsCheck' to change the level of "12715"warnings.\n"12716"The possible behaviours are: ignore, warn, error."12717msgstr ""1271812719#: git-rebase--interactive.sh:102712720#, sh-format12721msgid ""12722"Unrecognized setting $check_level for option rebase.missingCommitsCheck. "12723"Ignoring."12724msgstr ""1272512726#: git-rebase--interactive.sh:104412727msgid "You can fix this with 'git rebase --edit-todo'."12728msgstr ""1272912730#: git-rebase--interactive.sh:104512731msgid "Or you can abort the rebase with 'git rebase --abort'."12732msgstr ""1273312734#: git-rebase--interactive.sh:106912735msgid "Could not remove CHERRY_PICK_HEAD"12736msgstr ""1273712738#: git-rebase--interactive.sh:107412739#, sh-format12740msgid ""12741"You have staged changes in your working tree.\n"12742"If these changes are meant to be\n"12743"squashed into the previous commit, run:\n"12744"\n"12745" git commit --amend $gpg_sign_opt_quoted\n"12746"\n"12747"If they are meant to go into a new commit, run:\n"12748"\n"12749" git commit $gpg_sign_opt_quoted\n"12750"\n"12751"In both case, once you're done, continue with:\n"12752"\n"12753" git rebase --continue\n"12754msgstr ""1275512756#: git-rebase--interactive.sh:109112757msgid "Error trying to find the author identity to amend commit"12758msgstr ""1275912760#: git-rebase--interactive.sh:109612761msgid ""12762"You have uncommitted changes in your working tree. Please commit them\n"12763"first and then run 'git rebase --continue' again."12764msgstr ""1276512766#: git-rebase--interactive.sh:1101 git-rebase--interactive.sh:110512767msgid "Could not commit staged changes."12768msgstr ""1276912770#: git-rebase--interactive.sh:112912771msgid ""12772"\n"12773"You are editing the todo file of an ongoing interactive rebase.\n"12774"To continue rebase after editing, run:\n"12775" git rebase --continue\n"12776"\n"12777msgstr ""1277812779#: git-rebase--interactive.sh:1137 git-rebase--interactive.sh:129812780msgid "Could not execute editor"12781msgstr ""1278212783#: git-rebase--interactive.sh:114512784msgid "You need to set your committer info first"12785msgstr ""1278612787#: git-rebase--interactive.sh:115312788#, sh-format12789msgid "Could not checkout $switch_to"12790msgstr ""1279112792#: git-rebase--interactive.sh:115812793msgid "No HEAD?"12794msgstr ""1279512796#: git-rebase--interactive.sh:115912797#, sh-format12798msgid "Could not create temporary $state_dir"12799msgstr ""1280012801#: git-rebase--interactive.sh:116112802msgid "Could not mark as interactive"12803msgstr ""1280412805#: git-rebase--interactive.sh:1171 git-rebase--interactive.sh:117612806msgid "Could not init rewritten commits"12807msgstr ""1280812809#: git-rebase--interactive.sh:127612810#, sh-format12811msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"12812msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"12813msgstr[0] ""12814msgstr[1] ""1281512816#: git-rebase--interactive.sh:128112817msgid ""12818"\n"12819"However, if you remove everything, the rebase will be aborted.\n"12820"\n"12821msgstr ""1282212823#: git-rebase--interactive.sh:128812824msgid "Note that empty commits are commented out"12825msgstr ""1282612827#: git-sh-setup.sh:89 git-sh-setup.sh:9412828#, sh-format12829msgid "usage: $dashless $USAGE"12830msgstr ""1283112832#: git-sh-setup.sh:19012833#, sh-format12834msgid "Cannot chdir to $cdup, the toplevel of the working tree"12835msgstr ""1283612837#: git-sh-setup.sh:199 git-sh-setup.sh:20612838#, sh-format12839msgid "fatal: $program_name cannot be used without a working tree."12840msgstr ""1284112842#: git-sh-setup.sh:22012843msgid "Cannot rebase: You have unstaged changes."12844msgstr ""1284512846#: git-sh-setup.sh:22312847msgid "Cannot rewrite branches: You have unstaged changes."12848msgstr ""1284912850#: git-sh-setup.sh:22912851#, sh-format12852msgid "Cannot $action: You have unstaged changes."12853msgstr ""1285412855#: git-sh-setup.sh:24212856msgid "Cannot rebase: Your index contains uncommitted changes."12857msgstr ""1285812859#: git-sh-setup.sh:24812860#, sh-format12861msgid "Cannot $action: Your index contains uncommitted changes."12862msgstr ""1286312864#: git-sh-setup.sh:37212865msgid "You need to run this command from the toplevel of the working tree."12866msgstr ""1286712868#: git-sh-setup.sh:37712869msgid "Unable to determine absolute path of git directory"12870msgstr ""