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: 2013-03-05 12:36+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:49 22#, c-format 23msgid "hint: %.*s\n" 24msgstr "" 25 26#. 27#. * Message used both when 'git commit' fails and when 28#. * other commands doing a merge do. 29#. 30#: advice.c:79 31msgid "" 32"Fix them up in the work tree,\n" 33"and then use 'git add/rm <file>' as\n" 34"appropriate to mark resolution and make a commit,\n" 35"or use 'git commit -a'." 36msgstr "" 37 38#: archive.c:10 39msgid "git archive [options] <tree-ish> [<path>...]" 40msgstr "" 41 42#: archive.c:11 43msgid "git archive --list" 44msgstr "" 45 46#: archive.c:12 47msgid "" 48"git archive --remote <repo> [--exec <cmd>] [options] <tree-ish> [<path>...]" 49msgstr "" 50 51#: archive.c:13 52msgid "git archive --remote <repo> [--exec <cmd>] --list" 53msgstr "" 54 55#: archive.c:323 56msgid "fmt" 57msgstr "" 58 59#: archive.c:323 60msgid "archive format" 61msgstr "" 62 63#: archive.c:324 builtin/log.c:1115 64msgid "prefix" 65msgstr "" 66 67#: archive.c:325 68msgid "prepend prefix to each pathname in the archive" 69msgstr "" 70 71#: archive.c:326 builtin/archive.c:91 builtin/blame.c:2366 72#: builtin/blame.c:2367 builtin/config.c:55 builtin/fast-export.c:653 73#: builtin/fast-export.c:655 builtin/grep.c:715 builtin/hash-object.c:77 74#: builtin/ls-files.c:497 builtin/ls-files.c:500 builtin/notes.c:536 75#: builtin/notes.c:693 builtin/read-tree.c:107 parse-options.h:149 76msgid "file" 77msgstr "" 78 79#: archive.c:327 builtin/archive.c:92 80msgid "write the archive to this file" 81msgstr "" 82 83#: archive.c:329 84msgid "read .gitattributes in working directory" 85msgstr "" 86 87#: archive.c:330 88msgid "report archived files on stderr" 89msgstr "" 90 91#: archive.c:331 92msgid "store only" 93msgstr "" 94 95#: archive.c:332 96msgid "compress faster" 97msgstr "" 98 99#: archive.c:340 100msgid "compress better" 101msgstr "" 102 103#: archive.c:343 104msgid "list supported archive formats" 105msgstr "" 106 107#: archive.c:345 builtin/archive.c:93 builtin/clone.c:85 108msgid "repo" 109msgstr "" 110 111#: archive.c:346 builtin/archive.c:94 112msgid "retrieve the archive from remote repository <repo>" 113msgstr "" 114 115#: archive.c:347 builtin/archive.c:95 builtin/notes.c:615 116msgid "command" 117msgstr "" 118 119#: archive.c:348 builtin/archive.c:96 120msgid "path to the remote git-upload-archive command" 121msgstr "" 122 123#: attr.c:259 124msgid "" 125"Negative patterns are ignored in git attributes\n" 126"Use '\\!' for literal leading exclamation." 127msgstr "" 128 129#: bundle.c:36 130#, c-format 131msgid "'%s' does not look like a v2 bundle file" 132msgstr "" 133 134#: bundle.c:63 135#, c-format 136msgid "unrecognized header: %s%s (%d)" 137msgstr "" 138 139#: bundle.c:89 builtin/commit.c:674 140#, c-format 141msgid "could not open '%s'" 142msgstr "" 143 144#: bundle.c:140 145msgid "Repository lacks these prerequisite commits:" 146msgstr "" 147 148#: bundle.c:164 sequencer.c:566 sequencer.c:998 builtin/log.c:299 149#: builtin/log.c:751 builtin/log.c:1358 builtin/log.c:1574 builtin/merge.c:347 150#: builtin/shortlog.c:157 151msgid "revision walk setup failed" 152msgstr "" 153 154#: bundle.c:186 155#, c-format 156msgid "The bundle contains %d ref" 157msgid_plural "The bundle contains %d refs" 158msgstr[0] "" 159msgstr[1] "" 160 161#: bundle.c:192 162msgid "The bundle records a complete history." 163msgstr "" 164 165#: bundle.c:195 166#, c-format 167msgid "The bundle requires this ref" 168msgid_plural "The bundle requires these %d refs" 169msgstr[0] "" 170msgstr[1] "" 171 172#: bundle.c:294 173msgid "rev-list died" 174msgstr "" 175 176#: bundle.c:300 builtin/log.c:1254 builtin/shortlog.c:260 177#, c-format 178msgid "unrecognized argument: %s" 179msgstr "" 180 181#: bundle.c:335 182#, c-format 183msgid "ref '%s' is excluded by the rev-list options" 184msgstr "" 185 186#: bundle.c:380 187msgid "Refusing to create empty bundle." 188msgstr "" 189 190#: bundle.c:398 191msgid "Could not spawn pack-objects" 192msgstr "" 193 194#: bundle.c:416 195msgid "pack-objects died" 196msgstr "" 197 198#: bundle.c:419 199#, c-format 200msgid "cannot create '%s'" 201msgstr "" 202 203#: bundle.c:441 204msgid "index-pack died" 205msgstr "" 206 207#: commit.c:50 208#, c-format 209msgid "could not parse %s" 210msgstr "" 211 212#: commit.c:52 213#, c-format 214msgid "%s %s is not a commit!" 215msgstr "" 216 217#: compat/obstack.c:406 compat/obstack.c:408 218msgid "memory exhausted" 219msgstr "" 220 221#: connected.c:39 222msgid "Could not run 'git rev-list'" 223msgstr "" 224 225#: connected.c:48 226#, c-format 227msgid "failed write to rev-list: %s" 228msgstr "" 229 230#: connected.c:56 231#, c-format 232msgid "failed to close rev-list's stdin: %s" 233msgstr "" 234 235#: date.c:95 236msgid "in the future" 237msgstr "" 238 239#: date.c:101 240#, c-format 241msgid "%lu second ago" 242msgid_plural "%lu seconds ago" 243msgstr[0] "" 244msgstr[1] "" 245 246#: date.c:108 247#, c-format 248msgid "%lu minute ago" 249msgid_plural "%lu minutes ago" 250msgstr[0] "" 251msgstr[1] "" 252 253#: date.c:115 254#, c-format 255msgid "%lu hour ago" 256msgid_plural "%lu hours ago" 257msgstr[0] "" 258msgstr[1] "" 259 260#: date.c:122 261#, c-format 262msgid "%lu day ago" 263msgid_plural "%lu days ago" 264msgstr[0] "" 265msgstr[1] "" 266 267#: date.c:128 268#, c-format 269msgid "%lu week ago" 270msgid_plural "%lu weeks ago" 271msgstr[0] "" 272msgstr[1] "" 273 274#: date.c:135 275#, c-format 276msgid "%lu month ago" 277msgid_plural "%lu months ago" 278msgstr[0] "" 279msgstr[1] "" 280 281#: date.c:146 282#, c-format 283msgid "%lu year" 284msgid_plural "%lu years" 285msgstr[0] "" 286msgstr[1] "" 287 288#: date.c:149 289#, c-format 290msgid "%s, %lu month ago" 291msgid_plural "%s, %lu months ago" 292msgstr[0] "" 293msgstr[1] "" 294 295#: date.c:154 date.c:159 296#, c-format 297msgid "%lu year ago" 298msgid_plural "%lu years ago" 299msgstr[0] "" 300msgstr[1] "" 301 302#: diff.c:112 303#, c-format 304msgid " Failed to parse dirstat cut-off percentage '%s'\n" 305msgstr "" 306 307#: diff.c:117 308#, c-format 309msgid " Unknown dirstat parameter '%s'\n" 310msgstr "" 311 312#: diff.c:210 313#, c-format 314msgid "Unknown value for 'diff.submodule' config variable: '%s'" 315msgstr "" 316 317#: diff.c:260 318#, c-format 319msgid "" 320"Found errors in 'diff.dirstat' config variable:\n" 321"%s" 322msgstr "" 323 324#: diff.c:3468 325#, c-format 326msgid "" 327"Failed to parse --dirstat/-X option parameter:\n" 328"%s" 329msgstr "" 330 331#: diff.c:3482 332#, c-format 333msgid "Failed to parse --submodule option parameter: '%s'" 334msgstr "" 335 336#: gpg-interface.c:59 gpg-interface.c:127 337msgid "could not run gpg." 338msgstr "" 339 340#: gpg-interface.c:71 341msgid "gpg did not accept the data" 342msgstr "" 343 344#: gpg-interface.c:82 345msgid "gpg failed to sign the data" 346msgstr "" 347 348#: gpg-interface.c:112 349#, c-format 350msgid "could not create temporary file '%s': %s" 351msgstr "" 352 353#: gpg-interface.c:115 354#, c-format 355msgid "failed writing detached signature to '%s': %s" 356msgstr "" 357 358#: grep.c:1622 359#, c-format 360msgid "'%s': unable to read %s" 361msgstr "" 362 363#: grep.c:1639 364#, c-format 365msgid "'%s': %s" 366msgstr "" 367 368#: grep.c:1650 369#, c-format 370msgid "'%s': short read %s" 371msgstr "" 372 373#: help.c:212 374#, c-format 375msgid "available git commands in '%s'" 376msgstr "" 377 378#: help.c:219 379msgid "git commands available from elsewhere on your $PATH" 380msgstr "" 381 382#: help.c:235 383msgid "The most commonly used git commands are:" 384msgstr "" 385 386#: help.c:292 387#, c-format 388msgid "" 389"'%s' appears to be a git command, but we were not\n" 390"able to execute it. Maybe git-%s is broken?" 391msgstr "" 392 393#: help.c:349 394msgid "Uh oh. Your system reports no Git commands at all." 395msgstr "" 396 397#: help.c:371 398#, c-format 399msgid "" 400"WARNING: You called a Git command named '%s', which does not exist.\n" 401"Continuing under the assumption that you meant '%s'" 402msgstr "" 403 404#: help.c:376 405#, c-format 406msgid "in %0.1f seconds automatically..." 407msgstr "" 408 409#: help.c:383 410#, c-format 411msgid "git: '%s' is not a git command. See 'git --help'." 412msgstr "" 413 414#: help.c:387 415msgid "" 416"\n" 417"Did you mean this?" 418msgid_plural "" 419"\n" 420"Did you mean one of these?" 421msgstr[0] "" 422msgstr[1] "" 423 424#: merge.c:56 425msgid "failed to read the cache" 426msgstr "" 427 428#: merge.c:110 builtin/checkout.c:333 builtin/checkout.c:534 429#: builtin/clone.c:586 430msgid "unable to write new index file" 431msgstr "" 432 433#: merge-recursive.c:190 434#, c-format 435msgid "(bad commit)\n" 436msgstr "" 437 438#: merge-recursive.c:206 439#, c-format 440msgid "addinfo_cache failed for path '%s'" 441msgstr "" 442 443#: merge-recursive.c:268 444msgid "error building trees" 445msgstr "" 446 447#: merge-recursive.c:672 448#, c-format 449msgid "failed to create path '%s'%s" 450msgstr "" 451 452#: merge-recursive.c:683 453#, c-format 454msgid "Removing %s to make room for subdirectory\n" 455msgstr "" 456 457#. something else exists 458#. .. but not some other error (who really cares what?) 459#: merge-recursive.c:697 merge-recursive.c:718 460msgid ": perhaps a D/F conflict?" 461msgstr "" 462 463#: merge-recursive.c:708 464#, c-format 465msgid "refusing to lose untracked file at '%s'" 466msgstr "" 467 468#: merge-recursive.c:748 469#, c-format 470msgid "cannot read object %s '%s'" 471msgstr "" 472 473#: merge-recursive.c:750 474#, c-format 475msgid "blob expected for %s '%s'" 476msgstr "" 477 478#: merge-recursive.c:773 builtin/clone.c:302 479#, c-format 480msgid "failed to open '%s'" 481msgstr "" 482 483#: merge-recursive.c:781 484#, c-format 485msgid "failed to symlink '%s'" 486msgstr "" 487 488#: merge-recursive.c:784 489#, c-format 490msgid "do not know what to do with %06o %s '%s'" 491msgstr "" 492 493#: merge-recursive.c:922 494msgid "Failed to execute internal merge" 495msgstr "" 496 497#: merge-recursive.c:926 498#, c-format 499msgid "Unable to add %s to database" 500msgstr "" 501 502#: merge-recursive.c:942 503msgid "unsupported object type in the tree" 504msgstr "" 505 506#: merge-recursive.c:1021 merge-recursive.c:1035 507#, c-format 508msgid "" 509"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 510"in tree." 511msgstr "" 512 513#: merge-recursive.c:1027 merge-recursive.c:1040 514#, c-format 515msgid "" 516"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 517"in tree at %s." 518msgstr "" 519 520#: merge-recursive.c:1081 521msgid "rename" 522msgstr "" 523 524#: merge-recursive.c:1081 525msgid "renamed" 526msgstr "" 527 528#: merge-recursive.c:1137 529#, c-format 530msgid "%s is a directory in %s adding as %s instead" 531msgstr "" 532 533#: merge-recursive.c:1159 534#, c-format 535msgid "" 536"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s" 537"\"->\"%s\" in \"%s\"%s" 538msgstr "" 539 540#: merge-recursive.c:1164 541msgid " (left unresolved)" 542msgstr "" 543 544#: merge-recursive.c:1218 545#, c-format 546msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s" 547msgstr "" 548 549#: merge-recursive.c:1248 550#, c-format 551msgid "Renaming %s to %s and %s to %s instead" 552msgstr "" 553 554#: merge-recursive.c:1447 555#, c-format 556msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s" 557msgstr "" 558 559#: merge-recursive.c:1457 560#, c-format 561msgid "Adding merged %s" 562msgstr "" 563 564#: merge-recursive.c:1462 merge-recursive.c:1660 565#, c-format 566msgid "Adding as %s instead" 567msgstr "" 568 569#: merge-recursive.c:1513 570#, c-format 571msgid "cannot read object %s" 572msgstr "" 573 574#: merge-recursive.c:1516 575#, c-format 576msgid "object %s is not a blob" 577msgstr "" 578 579#: merge-recursive.c:1564 580msgid "modify" 581msgstr "" 582 583#: merge-recursive.c:1564 584msgid "modified" 585msgstr "" 586 587#: merge-recursive.c:1574 588msgid "content" 589msgstr "" 590 591#: merge-recursive.c:1581 592msgid "add/add" 593msgstr "" 594 595#: merge-recursive.c:1615 596#, c-format 597msgid "Skipped %s (merged same as existing)" 598msgstr "" 599 600#: merge-recursive.c:1629 601#, c-format 602msgid "Auto-merging %s" 603msgstr "" 604 605#: merge-recursive.c:1633 git-submodule.sh:942 606msgid "submodule" 607msgstr "" 608 609#: merge-recursive.c:1634 610#, c-format 611msgid "CONFLICT (%s): Merge conflict in %s" 612msgstr "" 613 614#: merge-recursive.c:1724 615#, c-format 616msgid "Removing %s" 617msgstr "" 618 619#: merge-recursive.c:1749 620msgid "file/directory" 621msgstr "" 622 623#: merge-recursive.c:1755 624msgid "directory/file" 625msgstr "" 626 627#: merge-recursive.c:1760 628#, c-format 629msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s" 630msgstr "" 631 632#: merge-recursive.c:1770 633#, c-format 634msgid "Adding %s" 635msgstr "" 636 637#: merge-recursive.c:1787 638msgid "Fatal merge failure, shouldn't happen." 639msgstr "" 640 641#: merge-recursive.c:1806 642msgid "Already up-to-date!" 643msgstr "" 644 645#: merge-recursive.c:1815 646#, c-format 647msgid "merging of trees %s and %s failed" 648msgstr "" 649 650#: merge-recursive.c:1845 651#, c-format 652msgid "Unprocessed path??? %s" 653msgstr "" 654 655#: merge-recursive.c:1890 656msgid "Merging:" 657msgstr "" 658 659#: merge-recursive.c:1903 660#, c-format 661msgid "found %u common ancestor:" 662msgid_plural "found %u common ancestors:" 663msgstr[0] "" 664msgstr[1] "" 665 666#: merge-recursive.c:1940 667msgid "merge returned no commit" 668msgstr "" 669 670#: merge-recursive.c:1997 671#, c-format 672msgid "Could not parse object '%s'" 673msgstr "" 674 675#: merge-recursive.c:2009 builtin/merge.c:643 676msgid "Unable to write index." 677msgstr "" 678 679#: parse-options.c:489 680msgid "..." 681msgstr "" 682 683#: parse-options.c:507 684#, c-format 685msgid "usage: %s" 686msgstr "" 687 688#. TRANSLATORS: the colon here should align with the 689#. one in "usage: %s" translation 690#: parse-options.c:511 691#, c-format 692msgid " or: %s" 693msgstr "" 694 695#: parse-options.c:514 696#, c-format 697msgid " %s" 698msgstr "" 699 700#: parse-options.c:548 701msgid "-NUM" 702msgstr "" 703 704#: pathspec.c:83 705#, c-format 706msgid "Path '%s' is in submodule '%.*s'" 707msgstr "" 708 709#: pathspec.c:99 710#, c-format 711msgid "'%s' is beyond a symbolic link" 712msgstr "" 713 714#: remote.c:1653 715#, c-format 716msgid "Your branch is ahead of '%s' by %d commit.\n" 717msgid_plural "Your branch is ahead of '%s' by %d commits.\n" 718msgstr[0] "" 719msgstr[1] "" 720 721#: remote.c:1659 722msgid " (use \"git push\" to publish your local commits)\n" 723msgstr "" 724 725#: remote.c:1662 726#, c-format 727msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n" 728msgid_plural "" 729"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n" 730msgstr[0] "" 731msgstr[1] "" 732 733#: remote.c:1670 734msgid " (use \"git pull\" to update your local branch)\n" 735msgstr "" 736 737#: remote.c:1673 738#, c-format 739msgid "" 740"Your branch and '%s' have diverged,\n" 741"and have %d and %d different commit each, respectively.\n" 742msgid_plural "" 743"Your branch and '%s' have diverged,\n" 744"and have %d and %d different commits each, respectively.\n" 745msgstr[0] "" 746msgstr[1] "" 747 748#: remote.c:1683 749msgid " (use \"git pull\" to merge the remote branch into yours)\n" 750msgstr "" 751 752#: sequencer.c:123 builtin/merge.c:761 builtin/merge.c:874 builtin/merge.c:984 753#: builtin/merge.c:994 754#, c-format 755msgid "Could not open '%s' for writing" 756msgstr "" 757 758#: sequencer.c:125 builtin/merge.c:333 builtin/merge.c:764 builtin/merge.c:986 759#: builtin/merge.c:999 760#, c-format 761msgid "Could not write to '%s'" 762msgstr "" 763 764#: sequencer.c:146 765msgid "" 766"after resolving the conflicts, mark the corrected paths\n" 767"with 'git add <paths>' or 'git rm <paths>'" 768msgstr "" 769 770#: sequencer.c:149 771msgid "" 772"after resolving the conflicts, mark the corrected paths\n" 773"with 'git add <paths>' or 'git rm <paths>'\n" 774"and commit the result with 'git commit'" 775msgstr "" 776 777#: sequencer.c:162 sequencer.c:774 sequencer.c:857 778#, c-format 779msgid "Could not write to %s" 780msgstr "" 781 782#: sequencer.c:165 783#, c-format 784msgid "Error wrapping up %s" 785msgstr "" 786 787#: sequencer.c:180 788msgid "Your local changes would be overwritten by cherry-pick." 789msgstr "" 790 791#: sequencer.c:182 792msgid "Your local changes would be overwritten by revert." 793msgstr "" 794 795#: sequencer.c:185 796msgid "Commit your changes or stash them to proceed." 797msgstr "" 798 799#. TRANSLATORS: %s will be "revert" or "cherry-pick" 800#: sequencer.c:236 801#, c-format 802msgid "%s: Unable to write new index file" 803msgstr "" 804 805#: sequencer.c:267 806msgid "Could not resolve HEAD commit\n" 807msgstr "" 808 809#: sequencer.c:288 810msgid "Unable to update cache tree\n" 811msgstr "" 812 813#: sequencer.c:333 814#, c-format 815msgid "Could not parse commit %s\n" 816msgstr "" 817 818#: sequencer.c:338 819#, c-format 820msgid "Could not parse parent commit %s\n" 821msgstr "" 822 823#: sequencer.c:404 824msgid "Your index file is unmerged." 825msgstr "" 826 827#: sequencer.c:423 828#, c-format 829msgid "Commit %s is a merge but no -m option was given." 830msgstr "" 831 832#: sequencer.c:431 833#, c-format 834msgid "Commit %s does not have parent %d" 835msgstr "" 836 837#: sequencer.c:435 838#, c-format 839msgid "Mainline was specified but commit %s is not a merge." 840msgstr "" 841 842#. TRANSLATORS: The first %s will be "revert" or 843#. "cherry-pick", the second %s a SHA1 844#: sequencer.c:448 845#, c-format 846msgid "%s: cannot parse parent commit %s" 847msgstr "" 848 849#: sequencer.c:452 850#, c-format 851msgid "Cannot get commit message for %s" 852msgstr "" 853 854#: sequencer.c:536 855#, c-format 856msgid "could not revert %s... %s" 857msgstr "" 858 859#: sequencer.c:537 860#, c-format 861msgid "could not apply %s... %s" 862msgstr "" 863 864#: sequencer.c:569 865msgid "empty commit set passed" 866msgstr "" 867 868#: sequencer.c:577 869#, c-format 870msgid "git %s: failed to read the index" 871msgstr "" 872 873#: sequencer.c:582 874#, c-format 875msgid "git %s: failed to refresh the index" 876msgstr "" 877 878#: sequencer.c:640 879#, c-format 880msgid "Cannot %s during a %s" 881msgstr "" 882 883#: sequencer.c:662 884#, c-format 885msgid "Could not parse line %d." 886msgstr "" 887 888#: sequencer.c:667 889msgid "No commits parsed." 890msgstr "" 891 892#: sequencer.c:680 893#, c-format 894msgid "Could not open %s" 895msgstr "" 896 897#: sequencer.c:684 898#, c-format 899msgid "Could not read %s." 900msgstr "" 901 902#: sequencer.c:691 903#, c-format 904msgid "Unusable instruction sheet: %s" 905msgstr "" 906 907#: sequencer.c:719 908#, c-format 909msgid "Invalid key: %s" 910msgstr "" 911 912#: sequencer.c:722 913#, c-format 914msgid "Invalid value for %s: %s" 915msgstr "" 916 917#: sequencer.c:734 918#, c-format 919msgid "Malformed options sheet: %s" 920msgstr "" 921 922#: sequencer.c:755 923msgid "a cherry-pick or revert is already in progress" 924msgstr "" 925 926#: sequencer.c:756 927msgid "try \"git cherry-pick (--continue | --quit | --abort)\"" 928msgstr "" 929 930#: sequencer.c:760 931#, c-format 932msgid "Could not create sequencer directory %s" 933msgstr "" 934 935#: sequencer.c:776 sequencer.c:861 936#, c-format 937msgid "Error wrapping up %s." 938msgstr "" 939 940#: sequencer.c:795 sequencer.c:929 941msgid "no cherry-pick or revert in progress" 942msgstr "" 943 944#: sequencer.c:797 945msgid "cannot resolve HEAD" 946msgstr "" 947 948#: sequencer.c:799 949msgid "cannot abort from a branch yet to be born" 950msgstr "" 951 952#: sequencer.c:821 builtin/apply.c:4056 953#, c-format 954msgid "cannot open %s: %s" 955msgstr "" 956 957#: sequencer.c:824 958#, c-format 959msgid "cannot read %s: %s" 960msgstr "" 961 962#: sequencer.c:825 963msgid "unexpected end of file" 964msgstr "" 965 966#: sequencer.c:831 967#, c-format 968msgid "stored pre-cherry-pick HEAD file '%s' is corrupt" 969msgstr "" 970 971#: sequencer.c:854 972#, c-format 973msgid "Could not format %s." 974msgstr "" 975 976#: sequencer.c:1016 977msgid "Can't revert as initial commit" 978msgstr "" 979 980#: sequencer.c:1017 981msgid "Can't cherry-pick into empty head" 982msgstr "" 983 984#: sha1_name.c:1044 985msgid "HEAD does not point to a branch" 986msgstr "" 987 988#: sha1_name.c:1047 989#, c-format 990msgid "No such branch: '%s'" 991msgstr "" 992 993#: sha1_name.c:1049 994#, c-format 995msgid "No upstream configured for branch '%s'" 996msgstr "" 997 998#: sha1_name.c:1052 999#, c-format1000msgid "Upstream branch '%s' not stored as a remote-tracking branch"1001msgstr ""10021003#: wrapper.c:4081004#, c-format1005msgid "unable to access '%s': %s"1006msgstr ""10071008#: wrapper.c:4231009#, c-format1010msgid "unable to access '%s'"1011msgstr ""10121013#: wrapper.c:4341014#, c-format1015msgid "unable to look up current user in the passwd file: %s"1016msgstr ""10171018#: wrapper.c:4351019msgid "no such user"1020msgstr ""10211022#: wt-status.c:1401023msgid "Unmerged paths:"1024msgstr ""10251026#: wt-status.c:167 wt-status.c:1941027#, c-format1028msgid " (use \"git reset %s <file>...\" to unstage)"1029msgstr ""10301031#: wt-status.c:169 wt-status.c:1961032msgid " (use \"git rm --cached <file>...\" to unstage)"1033msgstr ""10341035#: wt-status.c:1731036msgid " (use \"git add <file>...\" to mark resolution)"1037msgstr ""10381039#: wt-status.c:175 wt-status.c:1791040msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"1041msgstr ""10421043#: wt-status.c:1771044msgid " (use \"git rm <file>...\" to mark resolution)"1045msgstr ""10461047#: wt-status.c:1881048msgid "Changes to be committed:"1049msgstr ""10501051#: wt-status.c:2061052msgid "Changes not staged for commit:"1053msgstr ""10541055#: wt-status.c:2101056msgid " (use \"git add <file>...\" to update what will be committed)"1057msgstr ""10581059#: wt-status.c:2121060msgid " (use \"git add/rm <file>...\" to update what will be committed)"1061msgstr ""10621063#: wt-status.c:2131064msgid ""1065" (use \"git checkout -- <file>...\" to discard changes in working directory)"1066msgstr ""10671068#: wt-status.c:2151069msgid " (commit or discard the untracked or modified content in submodules)"1070msgstr ""10711072#: wt-status.c:2271073#, c-format1074msgid " (use \"git %s <file>...\" to include in what will be committed)"1075msgstr ""10761077#: wt-status.c:2441078msgid "bug"1079msgstr ""10801081#: wt-status.c:2491082msgid "both deleted:"1083msgstr ""10841085#: wt-status.c:2501086msgid "added by us:"1087msgstr ""10881089#: wt-status.c:2511090msgid "deleted by them:"1091msgstr ""10921093#: wt-status.c:2521094msgid "added by them:"1095msgstr ""10961097#: wt-status.c:2531098msgid "deleted by us:"1099msgstr ""11001101#: wt-status.c:2541102msgid "both added:"1103msgstr ""11041105#: wt-status.c:2551106msgid "both modified:"1107msgstr ""11081109#: wt-status.c:2851110msgid "new commits, "1111msgstr ""11121113#: wt-status.c:2871114msgid "modified content, "1115msgstr ""11161117#: wt-status.c:2891118msgid "untracked content, "1119msgstr ""11201121#: wt-status.c:3031122#, c-format1123msgid "new file: %s"1124msgstr ""11251126#: wt-status.c:3061127#, c-format1128msgid "copied: %s -> %s"1129msgstr ""11301131#: wt-status.c:3091132#, c-format1133msgid "deleted: %s"1134msgstr ""11351136#: wt-status.c:3121137#, c-format1138msgid "modified: %s"1139msgstr ""11401141#: wt-status.c:3151142#, c-format1143msgid "renamed: %s -> %s"1144msgstr ""11451146#: wt-status.c:3181147#, c-format1148msgid "typechange: %s"1149msgstr ""11501151#: wt-status.c:3211152#, c-format1153msgid "unknown: %s"1154msgstr ""11551156#: wt-status.c:3241157#, c-format1158msgid "unmerged: %s"1159msgstr ""11601161#: wt-status.c:3271162#, c-format1163msgid "bug: unhandled diff status %c"1164msgstr ""11651166#: wt-status.c:7891167msgid "You have unmerged paths."1168msgstr ""11691170#: wt-status.c:792 wt-status.c:9441171msgid " (fix conflicts and run \"git commit\")"1172msgstr ""11731174#: wt-status.c:7951175msgid "All conflicts fixed but you are still merging."1176msgstr ""11771178#: wt-status.c:7981179msgid " (use \"git commit\" to conclude merge)"1180msgstr ""11811182#: wt-status.c:8081183msgid "You are in the middle of an am session."1184msgstr ""11851186#: wt-status.c:8111187msgid "The current patch is empty."1188msgstr ""11891190#: wt-status.c:8151191msgid " (fix conflicts and then run \"git am --resolved\")"1192msgstr ""11931194#: wt-status.c:8171195msgid " (use \"git am --skip\" to skip this patch)"1196msgstr ""11971198#: wt-status.c:8191199msgid " (use \"git am --abort\" to restore the original branch)"1200msgstr ""12011202#: wt-status.c:879 wt-status.c:8961203#, c-format1204msgid "You are currently rebasing branch '%s' on '%s'."1205msgstr ""12061207#: wt-status.c:884 wt-status.c:9011208msgid "You are currently rebasing."1209msgstr ""12101211#: wt-status.c:8871212msgid " (fix conflicts and then run \"git rebase --continue\")"1213msgstr ""12141215#: wt-status.c:8891216msgid " (use \"git rebase --skip\" to skip this patch)"1217msgstr ""12181219#: wt-status.c:8911220msgid " (use \"git rebase --abort\" to check out the original branch)"1221msgstr ""12221223#: wt-status.c:9041224msgid " (all conflicts fixed: run \"git rebase --continue\")"1225msgstr ""12261227#: wt-status.c:9081228#, c-format1229msgid ""1230"You are currently splitting a commit while rebasing branch '%s' on '%s'."1231msgstr ""12321233#: wt-status.c:9131234msgid "You are currently splitting a commit during a rebase."1235msgstr ""12361237#: wt-status.c:9161238msgid " (Once your working directory is clean, run \"git rebase --continue\")"1239msgstr ""12401241#: wt-status.c:9201242#, c-format1243msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."1244msgstr ""12451246#: wt-status.c:9251247msgid "You are currently editing a commit during a rebase."1248msgstr ""12491250#: wt-status.c:9281251msgid " (use \"git commit --amend\" to amend the current commit)"1252msgstr ""12531254#: wt-status.c:9301255msgid ""1256" (use \"git rebase --continue\" once you are satisfied with your changes)"1257msgstr ""12581259#: wt-status.c:9401260msgid "You are currently cherry-picking."1261msgstr ""12621263#: wt-status.c:9471264msgid " (all conflicts fixed: run \"git commit\")"1265msgstr ""12661267#: wt-status.c:9581268#, c-format1269msgid "You are currently bisecting branch '%s'."1270msgstr ""12711272#: wt-status.c:9621273msgid "You are currently bisecting."1274msgstr ""12751276#: wt-status.c:9651277msgid " (use \"git bisect reset\" to get back to the original branch)"1278msgstr ""12791280#: wt-status.c:10641281msgid "On branch "1282msgstr ""12831284#: wt-status.c:10711285msgid "Not currently on any branch."1286msgstr ""12871288#: wt-status.c:10831289msgid "Initial commit"1290msgstr ""12911292#: wt-status.c:10971293msgid "Untracked files"1294msgstr ""12951296#: wt-status.c:10991297msgid "Ignored files"1298msgstr ""12991300#: wt-status.c:11011301#, c-format1302msgid "Untracked files not listed%s"1303msgstr ""13041305#: wt-status.c:11031306msgid " (use -u option to show untracked files)"1307msgstr ""13081309#: wt-status.c:11091310msgid "No changes"1311msgstr ""13121313#: wt-status.c:11141314#, c-format1315msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"1316msgstr ""13171318#: wt-status.c:11171319#, c-format1320msgid "no changes added to commit\n"1321msgstr ""13221323#: wt-status.c:11201324#, c-format1325msgid ""1326"nothing added to commit but untracked files present (use \"git add\" to "1327"track)\n"1328msgstr ""13291330#: wt-status.c:11231331#, c-format1332msgid "nothing added to commit but untracked files present\n"1333msgstr ""13341335#: wt-status.c:11261336#, c-format1337msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"1338msgstr ""13391340#: wt-status.c:1129 wt-status.c:11341341#, c-format1342msgid "nothing to commit\n"1343msgstr ""13441345#: wt-status.c:11321346#, c-format1347msgid "nothing to commit (use -u to show untracked files)\n"1348msgstr ""13491350#: wt-status.c:11361351#, c-format1352msgid "nothing to commit, working directory clean\n"1353msgstr ""13541355#: wt-status.c:12441356msgid "HEAD (no branch)"1357msgstr ""13581359#: wt-status.c:12501360msgid "Initial commit on "1361msgstr ""13621363#: wt-status.c:12651364msgid "behind "1365msgstr ""13661367#: wt-status.c:1268 wt-status.c:12711368msgid "ahead "1369msgstr ""13701371#: wt-status.c:12731372msgid ", behind "1373msgstr ""13741375#: compat/precompose_utf8.c:58 builtin/clone.c:3411376#, c-format1377msgid "failed to unlink '%s'"1378msgstr ""13791380#: builtin/add.c:201381msgid "git add [options] [--] <pathspec>..."1382msgstr ""13831384#: builtin/add.c:631385#, c-format1386msgid "unexpected diff status %c"1387msgstr ""13881389#: builtin/add.c:68 builtin/commit.c:2311390msgid "updating files failed"1391msgstr ""13921393#: builtin/add.c:781394#, c-format1395msgid "remove '%s'\n"1396msgstr ""13971398#: builtin/add.c:1481399msgid "Unstaged changes after refreshing the index:"1400msgstr ""14011402#: builtin/add.c:151 builtin/add.c:460 builtin/rm.c:2751403#, c-format1404msgid "pathspec '%s' did not match any files"1405msgstr ""14061407#: builtin/add.c:2341408msgid "Could not read the index"1409msgstr ""14101411#: builtin/add.c:2441412#, c-format1413msgid "Could not open '%s' for writing."1414msgstr ""14151416#: builtin/add.c:2481417msgid "Could not write patch"1418msgstr ""14191420#: builtin/add.c:2531421#, c-format1422msgid "Could not stat '%s'"1423msgstr ""14241425#: builtin/add.c:2551426msgid "Empty patch. Aborted."1427msgstr ""14281429#: builtin/add.c:2611430#, c-format1431msgid "Could not apply '%s'"1432msgstr ""14331434#: builtin/add.c:2711435msgid "The following paths are ignored by one of your .gitignore files:\n"1436msgstr ""14371438#: builtin/add.c:277 builtin/clean.c:161 builtin/fetch.c:78 builtin/mv.c:631439#: builtin/prune-packed.c:76 builtin/push.c:425 builtin/remote.c:12531440#: builtin/rm.c:2061441msgid "dry run"1442msgstr ""14431444#: builtin/add.c:278 builtin/apply.c:4405 builtin/check-ignore.c:191445#: builtin/commit.c:1150 builtin/count-objects.c:82 builtin/fsck.c:6131446#: builtin/log.c:1522 builtin/mv.c:62 builtin/read-tree.c:1121447msgid "be verbose"1448msgstr ""14491450#: builtin/add.c:2801451msgid "interactive picking"1452msgstr ""14531454#: builtin/add.c:281 builtin/checkout.c:1031 builtin/reset.c:2581455msgid "select hunks interactively"1456msgstr ""14571458#: builtin/add.c:2821459msgid "edit current diff and apply"1460msgstr ""14611462#: builtin/add.c:2831463msgid "allow adding otherwise ignored files"1464msgstr ""14651466#: builtin/add.c:2841467msgid "update tracked files"1468msgstr ""14691470#: builtin/add.c:2851471msgid "record only the fact that the path will be added later"1472msgstr ""14731474#: builtin/add.c:2861475msgid "add changes from all tracked and untracked files"1476msgstr ""14771478#: builtin/add.c:2871479msgid "don't add, only refresh the index"1480msgstr ""14811482#: builtin/add.c:2881483msgid "just skip files which cannot be added because of errors"1484msgstr ""14851486#: builtin/add.c:2891487msgid "check if - even missing - files are ignored in dry run"1488msgstr ""14891490#: builtin/add.c:3111491#, c-format1492msgid "Use -f if you really want to add them.\n"1493msgstr ""14941495#: builtin/add.c:3121496msgid "no files added"1497msgstr ""14981499#: builtin/add.c:3181500msgid "adding files failed"1501msgstr ""15021503#.1504#. * To be consistent with "git add -p" and most Git1505#. * commands, we should default to being tree-wide, but1506#. * this is not the original behavior and can't be1507#. * changed until users trained themselves not to type1508#. * "git add -u" or "git add -A". For now, we warn and1509#. * keep the old behavior. Later, this warning can be1510#. * turned into a die(...), and eventually we may1511#. * reallow the command with a new behavior.1512#.1513#: builtin/add.c:3351514#, c-format1515msgid ""1516"The behavior of 'git add %s (or %s)' with no path argument from a\n"1517"subdirectory of the tree will change in Git 2.0 and should not be used "1518"anymore.\n"1519"To add content for the whole tree, run:\n"1520"\n"1521" git add %s :/\n"1522" (or git add %s :/)\n"1523"\n"1524"To restrict the command to the current directory, run:\n"1525"\n"1526" git add %s .\n"1527" (or git add %s .)\n"1528"\n"1529"With the current Git version, the command is restricted to the current "1530"directory."1531msgstr ""15321533#: builtin/add.c:3811534msgid "-A and -u are mutually incompatible"1535msgstr ""15361537#: builtin/add.c:3831538msgid "Option --ignore-missing can only be used together with --dry-run"1539msgstr ""15401541#: builtin/add.c:4141542#, c-format1543msgid "Nothing specified, nothing added.\n"1544msgstr ""15451546#: builtin/add.c:4151547#, c-format1548msgid "Maybe you wanted to say 'git add .'?\n"1549msgstr ""15501551#: builtin/add.c:421 builtin/check-ignore.c:67 builtin/clean.c:2041552#: builtin/commit.c:291 builtin/mv.c:82 builtin/rm.c:2351553msgid "index file corrupt"1554msgstr ""15551556#: builtin/add.c:481 builtin/apply.c:4501 builtin/mv.c:229 builtin/rm.c:3701557msgid "Unable to write new index file"1558msgstr ""15591560#: builtin/apply.c:571561msgid "git apply [options] [<patch>...]"1562msgstr ""15631564#: builtin/apply.c:1101565#, c-format1566msgid "unrecognized whitespace option '%s'"1567msgstr ""15681569#: builtin/apply.c:1251570#, c-format1571msgid "unrecognized whitespace ignore option '%s'"1572msgstr ""15731574#: builtin/apply.c:8231575#, c-format1576msgid "Cannot prepare timestamp regexp %s"1577msgstr ""15781579#: builtin/apply.c:8321580#, c-format1581msgid "regexec returned %d for input: %s"1582msgstr ""15831584#: builtin/apply.c:9131585#, c-format1586msgid "unable to find filename in patch at line %d"1587msgstr ""15881589#: builtin/apply.c:9451590#, c-format1591msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"1592msgstr ""15931594#: builtin/apply.c:9491595#, c-format1596msgid "git apply: bad git-diff - inconsistent new filename on line %d"1597msgstr ""15981599#: builtin/apply.c:9501600#, c-format1601msgid "git apply: bad git-diff - inconsistent old filename on line %d"1602msgstr ""16031604#: builtin/apply.c:9571605#, c-format1606msgid "git apply: bad git-diff - expected /dev/null on line %d"1607msgstr ""16081609#: builtin/apply.c:14221610#, c-format1611msgid "recount: unexpected line: %.*s"1612msgstr ""16131614#: builtin/apply.c:14791615#, c-format1616msgid "patch fragment without header at line %d: %.*s"1617msgstr ""16181619#: builtin/apply.c:14961620#, c-format1621msgid ""1622"git diff header lacks filename information when removing %d leading pathname "1623"component (line %d)"1624msgid_plural ""1625"git diff header lacks filename information when removing %d leading pathname "1626"components (line %d)"1627msgstr[0] ""1628msgstr[1] ""16291630#: builtin/apply.c:16561631msgid "new file depends on old contents"1632msgstr ""16331634#: builtin/apply.c:16581635msgid "deleted file still has contents"1636msgstr ""16371638#: builtin/apply.c:16841639#, c-format1640msgid "corrupt patch at line %d"1641msgstr ""16421643#: builtin/apply.c:17201644#, c-format1645msgid "new file %s depends on old contents"1646msgstr ""16471648#: builtin/apply.c:17221649#, c-format1650msgid "deleted file %s still has contents"1651msgstr ""16521653#: builtin/apply.c:17251654#, c-format1655msgid "** warning: file %s becomes empty but is not deleted"1656msgstr ""16571658#: builtin/apply.c:18711659#, c-format1660msgid "corrupt binary patch at line %d: %.*s"1661msgstr ""16621663#. there has to be one hunk (forward hunk)1664#: builtin/apply.c:19001665#, c-format1666msgid "unrecognized binary patch at line %d"1667msgstr ""16681669#: builtin/apply.c:19861670#, c-format1671msgid "patch with only garbage at line %d"1672msgstr ""16731674#: builtin/apply.c:20761675#, c-format1676msgid "unable to read symlink %s"1677msgstr ""16781679#: builtin/apply.c:20801680#, c-format1681msgid "unable to open or read %s"1682msgstr ""16831684#: builtin/apply.c:26841685#, c-format1686msgid "invalid start of line: '%c'"1687msgstr ""16881689#: builtin/apply.c:28021690#, c-format1691msgid "Hunk #%d succeeded at %d (offset %d line)."1692msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."1693msgstr[0] ""1694msgstr[1] ""16951696#: builtin/apply.c:28141697#, c-format1698msgid "Context reduced to (%ld/%ld) to apply fragment at %d"1699msgstr ""17001701#: builtin/apply.c:28201702#, c-format1703msgid ""1704"while searching for:\n"1705"%.*s"1706msgstr ""17071708#: builtin/apply.c:28391709#, c-format1710msgid "missing binary patch data for '%s'"1711msgstr ""17121713#: builtin/apply.c:29421714#, c-format1715msgid "binary patch does not apply to '%s'"1716msgstr ""17171718#: builtin/apply.c:29481719#, c-format1720msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"1721msgstr ""17221723#: builtin/apply.c:29691724#, c-format1725msgid "patch failed: %s:%ld"1726msgstr ""17271728#: builtin/apply.c:30911729#, c-format1730msgid "cannot checkout %s"1731msgstr ""17321733#: builtin/apply.c:3136 builtin/apply.c:3145 builtin/apply.c:31891734#, c-format1735msgid "read of %s failed"1736msgstr ""17371738#: builtin/apply.c:3169 builtin/apply.c:33911739#, c-format1740msgid "path %s has been renamed/deleted"1741msgstr ""17421743#: builtin/apply.c:3250 builtin/apply.c:34051744#, c-format1745msgid "%s: does not exist in index"1746msgstr ""17471748#: builtin/apply.c:3254 builtin/apply.c:3397 builtin/apply.c:34191749#, c-format1750msgid "%s: %s"1751msgstr ""17521753#: builtin/apply.c:3259 builtin/apply.c:34131754#, c-format1755msgid "%s: does not match index"1756msgstr ""17571758#: builtin/apply.c:33611759msgid "removal patch leaves file contents"1760msgstr ""17611762#: builtin/apply.c:34301763#, c-format1764msgid "%s: wrong type"1765msgstr ""17661767#: builtin/apply.c:34321768#, c-format1769msgid "%s has type %o, expected %o"1770msgstr ""17711772#: builtin/apply.c:35331773#, c-format1774msgid "%s: already exists in index"1775msgstr ""17761777#: builtin/apply.c:35361778#, c-format1779msgid "%s: already exists in working directory"1780msgstr ""17811782#: builtin/apply.c:35561783#, c-format1784msgid "new mode (%o) of %s does not match old mode (%o)"1785msgstr ""17861787#: builtin/apply.c:35611788#, c-format1789msgid "new mode (%o) of %s does not match old mode (%o) of %s"1790msgstr ""17911792#: builtin/apply.c:35691793#, c-format1794msgid "%s: patch does not apply"1795msgstr ""17961797#: builtin/apply.c:35821798#, c-format1799msgid "Checking patch %s..."1800msgstr ""18011802#: builtin/apply.c:3675 builtin/checkout.c:215 builtin/reset.c:1241803#, c-format1804msgid "make_cache_entry failed for path '%s'"1805msgstr ""18061807#: builtin/apply.c:38181808#, c-format1809msgid "unable to remove %s from index"1810msgstr ""18111812#: builtin/apply.c:38461813#, c-format1814msgid "corrupt patch for subproject %s"1815msgstr ""18161817#: builtin/apply.c:38501818#, c-format1819msgid "unable to stat newly created file '%s'"1820msgstr ""18211822#: builtin/apply.c:38551823#, c-format1824msgid "unable to create backing store for newly created file %s"1825msgstr ""18261827#: builtin/apply.c:3858 builtin/apply.c:39661828#, c-format1829msgid "unable to add cache entry for %s"1830msgstr ""18311832#: builtin/apply.c:38911833#, c-format1834msgid "closing file '%s'"1835msgstr ""18361837#: builtin/apply.c:39401838#, c-format1839msgid "unable to write file '%s' mode %o"1840msgstr ""18411842#: builtin/apply.c:40271843#, c-format1844msgid "Applied patch %s cleanly."1845msgstr ""18461847#: builtin/apply.c:40351848msgid "internal error"1849msgstr ""18501851#. Say this even without --verbose1852#: builtin/apply.c:40381853#, c-format1854msgid "Applying patch %%s with %d reject..."1855msgid_plural "Applying patch %%s with %d rejects..."1856msgstr[0] ""1857msgstr[1] ""18581859#: builtin/apply.c:40481860#, c-format1861msgid "truncating .rej filename to %.*s.rej"1862msgstr ""18631864#: builtin/apply.c:40691865#, c-format1866msgid "Hunk #%d applied cleanly."1867msgstr ""18681869#: builtin/apply.c:40721870#, c-format1871msgid "Rejected hunk #%d."1872msgstr ""18731874#: builtin/apply.c:42221875msgid "unrecognized input"1876msgstr ""18771878#: builtin/apply.c:42331879msgid "unable to read index file"1880msgstr ""18811882#: builtin/apply.c:4352 builtin/apply.c:4355 builtin/clone.c:911883#: builtin/fetch.c:631884msgid "path"1885msgstr ""18861887#: builtin/apply.c:43531888msgid "don't apply changes matching the given path"1889msgstr ""18901891#: builtin/apply.c:43561892msgid "apply changes matching the given path"1893msgstr ""18941895#: builtin/apply.c:43581896msgid "num"1897msgstr ""18981899#: builtin/apply.c:43591900msgid "remove <num> leading slashes from traditional diff paths"1901msgstr ""19021903#: builtin/apply.c:43621904msgid "ignore additions made by the patch"1905msgstr ""19061907#: builtin/apply.c:43641908msgid "instead of applying the patch, output diffstat for the input"1909msgstr ""19101911#: builtin/apply.c:43681912msgid "show number of added and deleted lines in decimal notation"1913msgstr ""19141915#: builtin/apply.c:43701916msgid "instead of applying the patch, output a summary for the input"1917msgstr ""19181919#: builtin/apply.c:43721920msgid "instead of applying the patch, see if the patch is applicable"1921msgstr ""19221923#: builtin/apply.c:43741924msgid "make sure the patch is applicable to the current index"1925msgstr ""19261927#: builtin/apply.c:43761928msgid "apply a patch without touching the working tree"1929msgstr ""19301931#: builtin/apply.c:43781932msgid "also apply the patch (use with --stat/--summary/--check)"1933msgstr ""19341935#: builtin/apply.c:43801936msgid "attempt three-way merge if a patch does not apply"1937msgstr ""19381939#: builtin/apply.c:43821940msgid "build a temporary index based on embedded index information"1941msgstr ""19421943#: builtin/apply.c:4384 builtin/checkout-index.c:197 builtin/ls-files.c:4631944msgid "paths are separated with NUL character"1945msgstr ""19461947#: builtin/apply.c:43871948msgid "ensure at least <n> lines of context match"1949msgstr ""19501951#: builtin/apply.c:43881952msgid "action"1953msgstr ""19541955#: builtin/apply.c:43891956msgid "detect new or modified lines that have whitespace errors"1957msgstr ""19581959#: builtin/apply.c:4392 builtin/apply.c:43951960msgid "ignore changes in whitespace when finding context"1961msgstr ""19621963#: builtin/apply.c:43981964msgid "apply the patch in reverse"1965msgstr ""19661967#: builtin/apply.c:44001968msgid "don't expect at least one line of context"1969msgstr ""19701971#: builtin/apply.c:44021972msgid "leave the rejected hunks in corresponding *.rej files"1973msgstr ""19741975#: builtin/apply.c:44041976msgid "allow overlapping hunks"1977msgstr ""19781979#: builtin/apply.c:44071980msgid "tolerate incorrectly detected missing new-line at the end of file"1981msgstr ""19821983#: builtin/apply.c:44101984msgid "do not trust the line counts in the hunk headers"1985msgstr ""19861987#: builtin/apply.c:44121988msgid "root"1989msgstr ""19901991#: builtin/apply.c:44131992msgid "prepend <root> to all filenames"1993msgstr ""19941995#: builtin/apply.c:44351996msgid "--3way outside a repository"1997msgstr ""19981999#: builtin/apply.c:44432000msgid "--index outside a repository"2001msgstr ""20022003#: builtin/apply.c:44462004msgid "--cached outside a repository"2005msgstr ""20062007#: builtin/apply.c:44622008#, c-format2009msgid "can't open patch '%s'"2010msgstr ""20112012#: builtin/apply.c:44762013#, c-format2014msgid "squelched %d whitespace error"2015msgid_plural "squelched %d whitespace errors"2016msgstr[0] ""2017msgstr[1] ""20182019#: builtin/apply.c:4482 builtin/apply.c:44922020#, c-format2021msgid "%d line adds whitespace errors."2022msgid_plural "%d lines add whitespace errors."2023msgstr[0] ""2024msgstr[1] ""20252026#: builtin/archive.c:172027#, c-format2028msgid "could not create archive file '%s'"2029msgstr ""20302031#: builtin/archive.c:202032msgid "could not redirect output"2033msgstr ""20342035#: builtin/archive.c:372036msgid "git archive: Remote with no URL"2037msgstr ""20382039#: builtin/archive.c:582040msgid "git archive: expected ACK/NAK, got EOF"2041msgstr ""20422043#: builtin/archive.c:632044#, c-format2045msgid "git archive: NACK %s"2046msgstr ""20472048#: builtin/archive.c:652049#, c-format2050msgid "remote error: %s"2051msgstr ""20522053#: builtin/archive.c:662054msgid "git archive: protocol error"2055msgstr ""20562057#: builtin/archive.c:712058msgid "git archive: expected a flush"2059msgstr ""20602061#: builtin/bisect--helper.c:72062msgid "git bisect--helper --next-all [--no-checkout]"2063msgstr ""20642065#: builtin/bisect--helper.c:172066msgid "perform 'git bisect next'"2067msgstr ""20682069#: builtin/bisect--helper.c:192070msgid "update BISECT_HEAD instead of checking out the current commit"2071msgstr ""20722073#: builtin/blame.c:252074msgid "git blame [options] [rev-opts] [rev] [--] file"2075msgstr ""20762077#: builtin/blame.c:30 builtin/shortlog.c:152078msgid "[rev-opts] are documented in git-rev-list(1)"2079msgstr ""20802081#: builtin/blame.c:23502082msgid "Show blame entries as we find them, incrementally"2083msgstr ""20842085#: builtin/blame.c:23512086msgid "Show blank SHA-1 for boundary commits (Default: off)"2087msgstr ""20882089#: builtin/blame.c:23522090msgid "Do not treat root commits as boundaries (Default: off)"2091msgstr ""20922093#: builtin/blame.c:23532094msgid "Show work cost statistics"2095msgstr ""20962097#: builtin/blame.c:23542098msgid "Show output score for blame entries"2099msgstr ""21002101#: builtin/blame.c:23552102msgid "Show original filename (Default: auto)"2103msgstr ""21042105#: builtin/blame.c:23562106msgid "Show original linenumber (Default: off)"2107msgstr ""21082109#: builtin/blame.c:23572110msgid "Show in a format designed for machine consumption"2111msgstr ""21122113#: builtin/blame.c:23582114msgid "Show porcelain format with per-line commit information"2115msgstr ""21162117#: builtin/blame.c:23592118msgid "Use the same output mode as git-annotate (Default: off)"2119msgstr ""21202121#: builtin/blame.c:23602122msgid "Show raw timestamp (Default: off)"2123msgstr ""21242125#: builtin/blame.c:23612126msgid "Show long commit SHA1 (Default: off)"2127msgstr ""21282129#: builtin/blame.c:23622130msgid "Suppress author name and timestamp (Default: off)"2131msgstr ""21322133#: builtin/blame.c:23632134msgid "Show author email instead of name (Default: off)"2135msgstr ""21362137#: builtin/blame.c:23642138msgid "Ignore whitespace differences"2139msgstr ""21402141#: builtin/blame.c:23652142msgid "Spend extra cycles to find better match"2143msgstr ""21442145#: builtin/blame.c:23662146msgid "Use revisions from <file> instead of calling git-rev-list"2147msgstr ""21482149#: builtin/blame.c:23672150msgid "Use <file>'s contents as the final image"2151msgstr ""21522153#: builtin/blame.c:2368 builtin/blame.c:23692154msgid "score"2155msgstr ""21562157#: builtin/blame.c:23682158msgid "Find line copies within and across files"2159msgstr ""21602161#: builtin/blame.c:23692162msgid "Find line movements within and across files"2163msgstr ""21642165#: builtin/blame.c:23702166msgid "n,m"2167msgstr ""21682169#: builtin/blame.c:23702170msgid "Process only line range n,m, counting from 1"2171msgstr ""21722173#: builtin/branch.c:232174msgid "git branch [options] [-r | -a] [--merged | --no-merged]"2175msgstr ""21762177#: builtin/branch.c:242178msgid "git branch [options] [-l] [-f] <branchname> [<start-point>]"2179msgstr ""21802181#: builtin/branch.c:252182msgid "git branch [options] [-r] (-d | -D) <branchname>..."2183msgstr ""21842185#: builtin/branch.c:262186msgid "git branch [options] (-m | -M) [<oldbranch>] <newbranch>"2187msgstr ""21882189#: builtin/branch.c:1452190#, c-format2191msgid ""2192"deleting branch '%s' that has been merged to\n"2193" '%s', but not yet merged to HEAD."2194msgstr ""21952196#: builtin/branch.c:1492197#, c-format2198msgid ""2199"not deleting branch '%s' that is not yet merged to\n"2200" '%s', even though it is merged to HEAD."2201msgstr ""22022203#: builtin/branch.c:1632204#, c-format2205msgid "Couldn't look up commit object for '%s'"2206msgstr ""22072208#: builtin/branch.c:1672209#, c-format2210msgid ""2211"The branch '%s' is not fully merged.\n"2212"If you are sure you want to delete it, run 'git branch -D %s'."2213msgstr ""22142215#: builtin/branch.c:1802216msgid "Update of config-file failed"2217msgstr ""22182219#: builtin/branch.c:2082220msgid "cannot use -a with -d"2221msgstr ""22222223#: builtin/branch.c:2142224msgid "Couldn't look up commit object for HEAD"2225msgstr ""22262227#: builtin/branch.c:2222228#, c-format2229msgid "Cannot delete the branch '%s' which you are currently on."2230msgstr ""22312232#: builtin/branch.c:2352233#, c-format2234msgid "remote branch '%s' not found."2235msgstr ""22362237#: builtin/branch.c:2362238#, c-format2239msgid "branch '%s' not found."2240msgstr ""22412242#: builtin/branch.c:2502243#, c-format2244msgid "Error deleting remote branch '%s'"2245msgstr ""22462247#: builtin/branch.c:2512248#, c-format2249msgid "Error deleting branch '%s'"2250msgstr ""22512252#: builtin/branch.c:2582253#, c-format2254msgid "Deleted remote branch %s (was %s).\n"2255msgstr ""22562257#: builtin/branch.c:2592258#, c-format2259msgid "Deleted branch %s (was %s).\n"2260msgstr ""22612262#: builtin/branch.c:3612263#, c-format2264msgid "branch '%s' does not point at a commit"2265msgstr ""22662267#: builtin/branch.c:4332268#, c-format2269msgid "[%s: behind %d]"2270msgstr ""22712272#: builtin/branch.c:4352273#, c-format2274msgid "[behind %d]"2275msgstr ""22762277#: builtin/branch.c:4392278#, c-format2279msgid "[%s: ahead %d]"2280msgstr ""22812282#: builtin/branch.c:4412283#, c-format2284msgid "[ahead %d]"2285msgstr ""22862287#: builtin/branch.c:4442288#, c-format2289msgid "[%s: ahead %d, behind %d]"2290msgstr ""22912292#: builtin/branch.c:4472293#, c-format2294msgid "[ahead %d, behind %d]"2295msgstr ""22962297#: builtin/branch.c:4692298msgid " **** invalid ref ****"2299msgstr ""23002301#: builtin/branch.c:5602302msgid "(no branch)"2303msgstr ""23042305#: builtin/branch.c:5932306#, c-format2307msgid "object '%s' does not point to a commit"2308msgstr ""23092310#: builtin/branch.c:6252311msgid "some refs could not be read"2312msgstr ""23132314#: builtin/branch.c:6382315msgid "cannot rename the current branch while not on any."2316msgstr ""23172318#: builtin/branch.c:6482319#, c-format2320msgid "Invalid branch name: '%s'"2321msgstr ""23222323#: builtin/branch.c:6632324msgid "Branch rename failed"2325msgstr ""23262327#: builtin/branch.c:6672328#, c-format2329msgid "Renamed a misnamed branch '%s' away"2330msgstr ""23312332#: builtin/branch.c:6712333#, c-format2334msgid "Branch renamed to %s, but HEAD is not updated!"2335msgstr ""23362337#: builtin/branch.c:6782338msgid "Branch is renamed, but update of config-file failed"2339msgstr ""23402341#: builtin/branch.c:6932342#, c-format2343msgid "malformed object name %s"2344msgstr ""23452346#: builtin/branch.c:7172347#, c-format2348msgid "could not write branch description template: %s"2349msgstr ""23502351#: builtin/branch.c:7472352msgid "Generic options"2353msgstr ""23542355#: builtin/branch.c:7492356msgid "show hash and subject, give twice for upstream branch"2357msgstr ""23582359#: builtin/branch.c:7502360msgid "suppress informational messages"2361msgstr ""23622363#: builtin/branch.c:7512364msgid "set up tracking mode (see git-pull(1))"2365msgstr ""23662367#: builtin/branch.c:7532368msgid "change upstream info"2369msgstr ""23702371#: builtin/branch.c:7572372msgid "use colored output"2373msgstr ""23742375#: builtin/branch.c:7582376msgid "act on remote-tracking branches"2377msgstr ""23782379#: builtin/branch.c:761 builtin/branch.c:767 builtin/branch.c:7882380#: builtin/branch.c:794 builtin/commit.c:1366 builtin/commit.c:13672381#: builtin/commit.c:1368 builtin/commit.c:1369 builtin/tag.c:4682382msgid "commit"2383msgstr ""23842385#: builtin/branch.c:762 builtin/branch.c:7682386msgid "print only branches that contain the commit"2387msgstr ""23882389#: builtin/branch.c:7742390msgid "Specific git-branch actions:"2391msgstr ""23922393#: builtin/branch.c:7752394msgid "list both remote-tracking and local branches"2395msgstr ""23962397#: builtin/branch.c:7772398msgid "delete fully merged branch"2399msgstr ""24002401#: builtin/branch.c:7782402msgid "delete branch (even if not merged)"2403msgstr ""24042405#: builtin/branch.c:7792406msgid "move/rename a branch and its reflog"2407msgstr ""24082409#: builtin/branch.c:7802410msgid "move/rename a branch, even if target exists"2411msgstr ""24122413#: builtin/branch.c:7812414msgid "list branch names"2415msgstr ""24162417#: builtin/branch.c:7822418msgid "create the branch's reflog"2419msgstr ""24202421#: builtin/branch.c:7842422msgid "edit the description for the branch"2423msgstr ""24242425#: builtin/branch.c:7852426msgid "force creation (when already exists)"2427msgstr ""24282429#: builtin/branch.c:7882430msgid "print only not merged branches"2431msgstr ""24322433#: builtin/branch.c:7942434msgid "print only merged branches"2435msgstr ""24362437#: builtin/branch.c:7982438msgid "list branches in columns"2439msgstr ""24402441#: builtin/branch.c:8112442msgid "Failed to resolve HEAD as a valid ref."2443msgstr ""24442445#: builtin/branch.c:816 builtin/clone.c:5612446msgid "HEAD not found below refs/heads!"2447msgstr ""24482449#: builtin/branch.c:8392450msgid "--column and --verbose are incompatible"2451msgstr ""24522453#: builtin/branch.c:8452454msgid "branch name required"2455msgstr ""24562457#: builtin/branch.c:8602458msgid "Cannot give description to detached HEAD"2459msgstr ""24602461#: builtin/branch.c:8652462msgid "cannot edit description of more than one branch"2463msgstr ""24642465#: builtin/branch.c:8722466#, c-format2467msgid "No commit on branch '%s' yet."2468msgstr ""24692470#: builtin/branch.c:8752471#, c-format2472msgid "No branch named '%s'."2473msgstr ""24742475#: builtin/branch.c:8882476msgid "too many branches for a rename operation"2477msgstr ""24782479#: builtin/branch.c:8932480#, c-format2481msgid "branch '%s' does not exist"2482msgstr ""24832484#: builtin/branch.c:9052485#, c-format2486msgid "Branch '%s' has no upstream information"2487msgstr ""24882489#: builtin/branch.c:9202490msgid "-a and -r options to 'git branch' do not make sense with a branch name"2491msgstr ""24922493#: builtin/branch.c:9232494#, c-format2495msgid ""2496"The --set-upstream flag is deprecated and will be removed. Consider using --"2497"track or --set-upstream-to\n"2498msgstr ""24992500#: builtin/branch.c:9402501#, c-format2502msgid ""2503"\n"2504"If you wanted to make '%s' track '%s', do this:\n"2505"\n"2506msgstr ""25072508#: builtin/branch.c:9412509#, c-format2510msgid " git branch -d %s\n"2511msgstr ""25122513#: builtin/branch.c:9422514#, c-format2515msgid " git branch --set-upstream-to %s\n"2516msgstr ""25172518#: builtin/bundle.c:472519#, c-format2520msgid "%s is okay\n"2521msgstr ""25222523#: builtin/bundle.c:562524msgid "Need a repository to create a bundle."2525msgstr ""25262527#: builtin/bundle.c:602528msgid "Need a repository to unbundle."2529msgstr ""25302531#: builtin/cat-file.c:2472532msgid "git cat-file (-t|-s|-e|-p|<type>|--textconv) <object>"2533msgstr ""25342535#: builtin/cat-file.c:2482536msgid "git cat-file (--batch|--batch-check) < <list_of_objects>"2537msgstr ""25382539#: builtin/cat-file.c:2662540msgid "<type> can be one of: blob, tree, commit, tag"2541msgstr ""25422543#: builtin/cat-file.c:2672544msgid "show object type"2545msgstr ""25462547#: builtin/cat-file.c:2682548msgid "show object size"2549msgstr ""25502551#: builtin/cat-file.c:2702552msgid "exit with zero when there's no error"2553msgstr ""25542555#: builtin/cat-file.c:2712556msgid "pretty-print object's content"2557msgstr ""25582559#: builtin/cat-file.c:2732560msgid "for blob objects, run textconv on object's content"2561msgstr ""25622563#: builtin/cat-file.c:2752564msgid "show info and content of objects fed from the standard input"2565msgstr ""25662567#: builtin/cat-file.c:2782568msgid "show info about objects fed from the standard input"2569msgstr ""25702571#: builtin/check-attr.c:112572msgid "git check-attr [-a | --all | attr...] [--] pathname..."2573msgstr ""25742575#: builtin/check-attr.c:122576msgid "git check-attr --stdin [-z] [-a | --all | attr...] < <list-of-paths>"2577msgstr ""25782579#: builtin/check-attr.c:192580msgid "report all attributes set on file"2581msgstr ""25822583#: builtin/check-attr.c:202584msgid "use .gitattributes only from the index"2585msgstr ""25862587#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:752588msgid "read file names from stdin"2589msgstr ""25902591#: builtin/check-attr.c:23 builtin/check-ignore.c:242592msgid "input paths are terminated by a null character"2593msgstr ""25942595#: builtin/check-ignore.c:18 builtin/checkout.c:1012 builtin/gc.c:1772596msgid "suppress progress reporting"2597msgstr ""25982599#: builtin/check-ignore.c:1512600msgid "cannot specify pathnames with --stdin"2601msgstr ""26022603#: builtin/check-ignore.c:1542604msgid "-z only makes sense with --stdin"2605msgstr ""26062607#: builtin/check-ignore.c:1562608msgid "no path specified"2609msgstr ""26102611#: builtin/check-ignore.c:1602612msgid "--quiet is only valid with a single pathname"2613msgstr ""26142615#: builtin/check-ignore.c:1622616msgid "cannot have both --quiet and --verbose"2617msgstr ""26182619#: builtin/checkout-index.c:1262620msgid "git checkout-index [options] [--] [<file>...]"2621msgstr ""26222623#: builtin/checkout-index.c:1872624msgid "check out all files in the index"2625msgstr ""26262627#: builtin/checkout-index.c:1882628msgid "force overwrite of existing files"2629msgstr ""26302631#: builtin/checkout-index.c:1902632msgid "no warning for existing files and files not in index"2633msgstr ""26342635#: builtin/checkout-index.c:1922636msgid "don't checkout new files"2637msgstr ""26382639#: builtin/checkout-index.c:1942640msgid "update stat information in the index file"2641msgstr ""26422643#: builtin/checkout-index.c:2002644msgid "read list of paths from the standard input"2645msgstr ""26462647#: builtin/checkout-index.c:2022648msgid "write the content to temporary files"2649msgstr ""26502651#: builtin/checkout-index.c:203 builtin/column.c:302652msgid "string"2653msgstr ""26542655#: builtin/checkout-index.c:2042656msgid "when creating files, prepend <string>"2657msgstr ""26582659#: builtin/checkout-index.c:2072660msgid "copy out the files from named stage"2661msgstr ""26622663#: builtin/checkout.c:252664msgid "git checkout [options] <branch>"2665msgstr ""26662667#: builtin/checkout.c:262668msgid "git checkout [options] [<branch>] -- <file>..."2669msgstr ""26702671#: builtin/checkout.c:116 builtin/checkout.c:1492672#, c-format2673msgid "path '%s' does not have our version"2674msgstr ""26752676#: builtin/checkout.c:118 builtin/checkout.c:1512677#, c-format2678msgid "path '%s' does not have their version"2679msgstr ""26802681#: builtin/checkout.c:1342682#, c-format2683msgid "path '%s' does not have all necessary versions"2684msgstr ""26852686#: builtin/checkout.c:1782687#, c-format2688msgid "path '%s' does not have necessary versions"2689msgstr ""26902691#: builtin/checkout.c:1952692#, c-format2693msgid "path '%s': cannot merge"2694msgstr ""26952696#: builtin/checkout.c:2122697#, c-format2698msgid "Unable to add merge result for '%s'"2699msgstr ""27002701#: builtin/checkout.c:236 builtin/checkout.c:239 builtin/checkout.c:2422702#: builtin/checkout.c:2452703#, c-format2704msgid "'%s' cannot be used with updating paths"2705msgstr ""27062707#: builtin/checkout.c:248 builtin/checkout.c:2512708#, c-format2709msgid "'%s' cannot be used with %s"2710msgstr ""27112712#: builtin/checkout.c:2542713#, c-format2714msgid "Cannot update paths and switch to branch '%s' at the same time."2715msgstr ""27162717#: builtin/checkout.c:265 builtin/checkout.c:4262718msgid "corrupt index file"2719msgstr ""27202721#: builtin/checkout.c:295 builtin/checkout.c:3022722#, c-format2723msgid "path '%s' is unmerged"2724msgstr ""27252726#: builtin/checkout.c:4482727msgid "you need to resolve your current index first"2728msgstr ""27292730#: builtin/checkout.c:5692731#, c-format2732msgid "Can not do reflog for '%s'\n"2733msgstr ""27342735#: builtin/checkout.c:6022736msgid "HEAD is now at"2737msgstr ""27382739#: builtin/checkout.c:6092740#, c-format2741msgid "Reset branch '%s'\n"2742msgstr ""27432744#: builtin/checkout.c:6122745#, c-format2746msgid "Already on '%s'\n"2747msgstr ""27482749#: builtin/checkout.c:6162750#, c-format2751msgid "Switched to and reset branch '%s'\n"2752msgstr ""27532754#: builtin/checkout.c:618 builtin/checkout.c:9552755#, c-format2756msgid "Switched to a new branch '%s'\n"2757msgstr ""27582759#: builtin/checkout.c:6202760#, c-format2761msgid "Switched to branch '%s'\n"2762msgstr ""27632764#: builtin/checkout.c:6762765#, c-format2766msgid " ... and %d more.\n"2767msgstr ""27682769#. The singular version2770#: builtin/checkout.c:6822771#, c-format2772msgid ""2773"Warning: you are leaving %d commit behind, not connected to\n"2774"any of your branches:\n"2775"\n"2776"%s\n"2777msgid_plural ""2778"Warning: you are leaving %d commits behind, not connected to\n"2779"any of your branches:\n"2780"\n"2781"%s\n"2782msgstr[0] ""2783msgstr[1] ""27842785#: builtin/checkout.c:7002786#, c-format2787msgid ""2788"If you want to keep them by creating a new branch, this may be a good time\n"2789"to do so with:\n"2790"\n"2791" git branch new_branch_name %s\n"2792"\n"2793msgstr ""27942795#: builtin/checkout.c:7302796msgid "internal error in revision walk"2797msgstr ""27982799#: builtin/checkout.c:7342800msgid "Previous HEAD position was"2801msgstr ""28022803#: builtin/checkout.c:761 builtin/checkout.c:9502804msgid "You are on a branch yet to be born"2805msgstr ""28062807#. case (1)2808#: builtin/checkout.c:8862809#, c-format2810msgid "invalid reference: %s"2811msgstr ""28122813#. case (1): want a tree2814#: builtin/checkout.c:9252815#, c-format2816msgid "reference is not a tree: %s"2817msgstr ""28182819#: builtin/checkout.c:9642820msgid "paths cannot be used with switching branches"2821msgstr ""28222823#: builtin/checkout.c:967 builtin/checkout.c:9712824#, c-format2825msgid "'%s' cannot be used with switching branches"2826msgstr ""28272828#: builtin/checkout.c:975 builtin/checkout.c:978 builtin/checkout.c:9832829#: builtin/checkout.c:9862830#, c-format2831msgid "'%s' cannot be used with '%s'"2832msgstr ""28332834#: builtin/checkout.c:9912835#, c-format2836msgid "Cannot switch branch to a non-commit '%s'"2837msgstr ""28382839#: builtin/checkout.c:1013 builtin/checkout.c:1015 builtin/clone.c:892840#: builtin/remote.c:169 builtin/remote.c:1712841msgid "branch"2842msgstr ""28432844#: builtin/checkout.c:10142845msgid "create and checkout a new branch"2846msgstr ""28472848#: builtin/checkout.c:10162849msgid "create/reset and checkout a branch"2850msgstr ""28512852#: builtin/checkout.c:10172853msgid "create reflog for new branch"2854msgstr ""28552856#: builtin/checkout.c:10182857msgid "detach the HEAD at named commit"2858msgstr ""28592860#: builtin/checkout.c:10192861msgid "set upstream info for new branch"2862msgstr ""28632864#: builtin/checkout.c:10212865msgid "new branch"2866msgstr ""28672868#: builtin/checkout.c:10212869msgid "new unparented branch"2870msgstr ""28712872#: builtin/checkout.c:10222873msgid "checkout our version for unmerged files"2874msgstr ""28752876#: builtin/checkout.c:10242877msgid "checkout their version for unmerged files"2878msgstr ""28792880#: builtin/checkout.c:10262881msgid "force checkout (throw away local modifications)"2882msgstr ""28832884#: builtin/checkout.c:10272885msgid "perform a 3-way merge with the new branch"2886msgstr ""28872888#: builtin/checkout.c:1028 builtin/merge.c:2152889msgid "update ignored files (default)"2890msgstr ""28912892#: builtin/checkout.c:1029 builtin/log.c:1147 parse-options.h:2452893msgid "style"2894msgstr ""28952896#: builtin/checkout.c:10302897msgid "conflict style (merge or diff3)"2898msgstr ""28992900#: builtin/checkout.c:10332901msgid "second guess 'git checkout no-such-branch'"2902msgstr ""29032904#: builtin/checkout.c:10572905msgid "-b, -B and --orphan are mutually exclusive"2906msgstr ""29072908#: builtin/checkout.c:10742909msgid "--track needs a branch name"2910msgstr ""29112912#: builtin/checkout.c:10812913msgid "Missing branch name; try -b"2914msgstr ""29152916#: builtin/checkout.c:11162917msgid "invalid path specification"2918msgstr ""29192920#: builtin/checkout.c:11232921#, c-format2922msgid ""2923"Cannot update paths and switch to branch '%s' at the same time.\n"2924"Did you intend to checkout '%s' which can not be resolved as commit?"2925msgstr ""29262927#: builtin/checkout.c:11282928#, c-format2929msgid "git checkout: --detach does not take a path argument '%s'"2930msgstr ""29312932#: builtin/checkout.c:11322933msgid ""2934"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"2935"checking out of the index."2936msgstr ""29372938#: builtin/clean.c:202939msgid "git clean [-d] [-f] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."2940msgstr ""29412942#: builtin/clean.c:242943#, c-format2944msgid "Removing %s\n"2945msgstr ""29462947#: builtin/clean.c:252948#, c-format2949msgid "Would remove %s\n"2950msgstr ""29512952#: builtin/clean.c:262953#, c-format2954msgid "Skipping repository %s\n"2955msgstr ""29562957#: builtin/clean.c:272958#, c-format2959msgid "Would skip repository %s\n"2960msgstr ""29612962#: builtin/clean.c:282963#, c-format2964msgid "failed to remove %s"2965msgstr ""29662967#: builtin/clean.c:1602968msgid "do not print names of files removed"2969msgstr ""29702971#: builtin/clean.c:1622972msgid "force"2973msgstr ""29742975#: builtin/clean.c:1642976msgid "remove whole directories"2977msgstr ""29782979#: builtin/clean.c:165 builtin/describe.c:413 builtin/grep.c:7172980#: builtin/ls-files.c:494 builtin/name-rev.c:231 builtin/show-ref.c:1822981msgid "pattern"2982msgstr ""29832984#: builtin/clean.c:1662985msgid "add <pattern> to ignore rules"2986msgstr ""29872988#: builtin/clean.c:1672989msgid "remove ignored files, too"2990msgstr ""29912992#: builtin/clean.c:1692993msgid "remove only ignored files"2994msgstr ""29952996#: builtin/clean.c:1872997msgid "-x and -X cannot be used together"2998msgstr ""29993000#: builtin/clean.c:1913001msgid ""3002"clean.requireForce set to true and neither -n nor -f given; refusing to clean"3003msgstr ""30043005#: builtin/clean.c:1943006msgid ""3007"clean.requireForce defaults to true and neither -n nor -f given; refusing to "3008"clean"3009msgstr ""30103011#: builtin/clone.c:363012msgid "git clone [options] [--] <repo> [<dir>]"3013msgstr ""30143015#: builtin/clone.c:64 builtin/fetch.c:82 builtin/merge.c:2123016#: builtin/push.c:4363017msgid "force progress reporting"3018msgstr ""30193020#: builtin/clone.c:663021msgid "don't create a checkout"3022msgstr ""30233024#: builtin/clone.c:67 builtin/clone.c:69 builtin/init-db.c:4883025msgid "create a bare repository"3026msgstr ""30273028#: builtin/clone.c:723029msgid "create a mirror repository (implies bare)"3030msgstr ""30313032#: builtin/clone.c:743033msgid "to clone from a local repository"3034msgstr ""30353036#: builtin/clone.c:763037msgid "don't use local hardlinks, always copy"3038msgstr ""30393040#: builtin/clone.c:783041msgid "setup as shared repository"3042msgstr ""30433044#: builtin/clone.c:80 builtin/clone.c:823045msgid "initialize submodules in the clone"3046msgstr ""30473048#: builtin/clone.c:83 builtin/init-db.c:4853049msgid "template-directory"3050msgstr ""30513052#: builtin/clone.c:84 builtin/init-db.c:4863053msgid "directory from which templates will be used"3054msgstr ""30553056#: builtin/clone.c:863057msgid "reference repository"3058msgstr ""30593060#: builtin/clone.c:87 builtin/column.c:26 builtin/merge-file.c:443061msgid "name"3062msgstr ""30633064#: builtin/clone.c:883065msgid "use <name> instead of 'origin' to track upstream"3066msgstr ""30673068#: builtin/clone.c:903069msgid "checkout <branch> instead of the remote's HEAD"3070msgstr ""30713072#: builtin/clone.c:923073msgid "path to git-upload-pack on the remote"3074msgstr ""30753076#: builtin/clone.c:93 builtin/fetch.c:83 builtin/grep.c:6623077msgid "depth"3078msgstr ""30793080#: builtin/clone.c:943081msgid "create a shallow clone of that depth"3082msgstr ""30833084#: builtin/clone.c:963085msgid "clone only one branch, HEAD or --branch"3086msgstr ""30873088#: builtin/clone.c:97 builtin/init-db.c:4943089msgid "gitdir"3090msgstr ""30913092#: builtin/clone.c:98 builtin/init-db.c:4953093msgid "separate git dir from working tree"3094msgstr ""30953096#: builtin/clone.c:993097msgid "key=value"3098msgstr ""30993100#: builtin/clone.c:1003101msgid "set config inside the new repository"3102msgstr ""31033104#: builtin/clone.c:2433105#, c-format3106msgid "reference repository '%s' is not a local directory."3107msgstr ""31083109#: builtin/clone.c:3063110#, c-format3111msgid "failed to create directory '%s'"3112msgstr ""31133114#: builtin/clone.c:308 builtin/diff.c:773115#, c-format3116msgid "failed to stat '%s'"3117msgstr ""31183119#: builtin/clone.c:3103120#, c-format3121msgid "%s exists and is not a directory"3122msgstr ""31233124#: builtin/clone.c:3243125#, c-format3126msgid "failed to stat %s\n"3127msgstr ""31283129#: builtin/clone.c:3463130#, c-format3131msgid "failed to create link '%s'"3132msgstr ""31333134#: builtin/clone.c:3503135#, c-format3136msgid "failed to copy file to '%s'"3137msgstr ""31383139#: builtin/clone.c:3733140#, c-format3141msgid "done.\n"3142msgstr ""31433144#: builtin/clone.c:4433145#, c-format3146msgid "Could not find remote branch %s to clone."3147msgstr ""31483149#: builtin/clone.c:5523150msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"3151msgstr ""31523153#: builtin/clone.c:6903154msgid "Too many arguments."3155msgstr ""31563157#: builtin/clone.c:6943158msgid "You must specify a repository to clone."3159msgstr ""31603161#: builtin/clone.c:7053162#, c-format3163msgid "--bare and --origin %s options are incompatible."3164msgstr ""31653166#: builtin/clone.c:7083167msgid "--bare and --separate-git-dir are incompatible."3168msgstr ""31693170#: builtin/clone.c:7213171#, c-format3172msgid "repository '%s' does not exist"3173msgstr ""31743175#: builtin/clone.c:7263176msgid "--depth is ignored in local clones; use file:// instead."3177msgstr ""31783179#: builtin/clone.c:7363180#, c-format3181msgid "destination path '%s' already exists and is not an empty directory."3182msgstr ""31833184#: builtin/clone.c:7463185#, c-format3186msgid "working tree '%s' already exists."3187msgstr ""31883189#: builtin/clone.c:759 builtin/clone.c:7713190#, c-format3191msgid "could not create leading directories of '%s'"3192msgstr ""31933194#: builtin/clone.c:7623195#, c-format3196msgid "could not create work tree dir '%s'."3197msgstr ""31983199#: builtin/clone.c:7813200#, c-format3201msgid "Cloning into bare repository '%s'...\n"3202msgstr ""32033204#: builtin/clone.c:7833205#, c-format3206msgid "Cloning into '%s'...\n"3207msgstr ""32083209#: builtin/clone.c:8183210#, c-format3211msgid "Don't know how to clone %s"3212msgstr ""32133214#: builtin/clone.c:8673215#, c-format3216msgid "Remote branch %s not found in upstream %s"3217msgstr ""32183219#: builtin/clone.c:8743220msgid "You appear to have cloned an empty repository."3221msgstr ""32223223#: builtin/column.c:93224msgid "git column [options]"3225msgstr ""32263227#: builtin/column.c:263228msgid "lookup config vars"3229msgstr ""32303231#: builtin/column.c:27 builtin/column.c:283232msgid "layout to use"3233msgstr ""32343235#: builtin/column.c:293236msgid "Maximum width"3237msgstr ""32383239#: builtin/column.c:303240msgid "Padding space on left border"3241msgstr ""32423243#: builtin/column.c:313244msgid "Padding space on right border"3245msgstr ""32463247#: builtin/column.c:323248msgid "Padding space between columns"3249msgstr ""32503251#: builtin/column.c:513252msgid "--command must be the first argument"3253msgstr ""32543255#: builtin/commit.c:343256msgid "git commit [options] [--] <pathspec>..."3257msgstr ""32583259#: builtin/commit.c:393260msgid "git status [options] [--] <pathspec>..."3261msgstr ""32623263#: builtin/commit.c:443264msgid ""3265"Your name and email address were configured automatically based\n"3266"on your username and hostname. Please check that they are accurate.\n"3267"You can suppress this message by setting them explicitly:\n"3268"\n"3269" git config --global user.name \"Your Name\"\n"3270" git config --global user.email you@example.com\n"3271"\n"3272"After doing this, you may fix the identity used for this commit with:\n"3273"\n"3274" git commit --amend --reset-author\n"3275msgstr ""32763277#: builtin/commit.c:563278msgid ""3279"You asked to amend the most recent commit, but doing so would make\n"3280"it empty. You can repeat your command with --allow-empty, or you can\n"3281"remove the commit entirely with \"git reset HEAD^\".\n"3282msgstr ""32833284#: builtin/commit.c:613285msgid ""3286"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"3287"If you wish to commit it anyway, use:\n"3288"\n"3289" git commit --allow-empty\n"3290"\n"3291"Otherwise, please use 'git reset'\n"3292msgstr ""32933294#: builtin/commit.c:2583295msgid "failed to unpack HEAD tree object"3296msgstr ""32973298#: builtin/commit.c:3003299msgid "unable to create temporary index"3300msgstr ""33013302#: builtin/commit.c:3063303msgid "interactive add failed"3304msgstr ""33053306#: builtin/commit.c:339 builtin/commit.c:360 builtin/commit.c:4103307msgid "unable to write new_index file"3308msgstr ""33093310#: builtin/commit.c:3913311msgid "cannot do a partial commit during a merge."3312msgstr ""33133314#: builtin/commit.c:3933315msgid "cannot do a partial commit during a cherry-pick."3316msgstr ""33173318#: builtin/commit.c:4033319msgid "cannot read the index"3320msgstr ""33213322#: builtin/commit.c:4233323msgid "unable to write temporary index file"3324msgstr ""33253326#: builtin/commit.c:511 builtin/commit.c:5173327#, c-format3328msgid "invalid commit: %s"3329msgstr ""33303331#: builtin/commit.c:5403332msgid "malformed --author parameter"3333msgstr ""33343335#: builtin/commit.c:5603336#, c-format3337msgid "Malformed ident string: '%s'"3338msgstr ""33393340#: builtin/commit.c:598 builtin/commit.c:631 builtin/commit.c:9543341#, c-format3342msgid "could not lookup commit %s"3343msgstr ""33443345#: builtin/commit.c:610 builtin/shortlog.c:2723346#, c-format3347msgid "(reading log message from standard input)\n"3348msgstr ""33493350#: builtin/commit.c:6123351msgid "could not read log from standard input"3352msgstr ""33533354#: builtin/commit.c:6163355#, c-format3356msgid "could not read log file '%s'"3357msgstr ""33583359#: builtin/commit.c:6223360msgid "commit has empty message"3361msgstr ""33623363#: builtin/commit.c:6383364msgid "could not read MERGE_MSG"3365msgstr ""33663367#: builtin/commit.c:6423368msgid "could not read SQUASH_MSG"3369msgstr ""33703371#: builtin/commit.c:6463372#, c-format3373msgid "could not read '%s'"3374msgstr ""33753376#: builtin/commit.c:7073377msgid "could not write commit template"3378msgstr ""33793380#: builtin/commit.c:7183381#, c-format3382msgid ""3383"\n"3384"It looks like you may be committing a merge.\n"3385"If this is not correct, please remove the file\n"3386"\t%s\n"3387"and try again.\n"3388msgstr ""33893390#: builtin/commit.c:7233391#, c-format3392msgid ""3393"\n"3394"It looks like you may be committing a cherry-pick.\n"3395"If this is not correct, please remove the file\n"3396"\t%s\n"3397"and try again.\n"3398msgstr ""33993400#: builtin/commit.c:7353401#, c-format3402msgid ""3403"Please enter the commit message for your changes. Lines starting\n"3404"with '%c' will be ignored, and an empty message aborts the commit.\n"3405msgstr ""34063407#: builtin/commit.c:7403408#, c-format3409msgid ""3410"Please enter the commit message for your changes. Lines starting\n"3411"with '%c' will be kept; you may remove them yourself if you want to.\n"3412"An empty message aborts the commit.\n"3413msgstr ""34143415#: builtin/commit.c:7533416#, c-format3417msgid "%sAuthor: %s"3418msgstr ""34193420#: builtin/commit.c:7603421#, c-format3422msgid "%sCommitter: %s"3423msgstr ""34243425#: builtin/commit.c:7803426msgid "Cannot read index"3427msgstr ""34283429#: builtin/commit.c:8173430msgid "Error building trees"3431msgstr ""34323433#: builtin/commit.c:832 builtin/tag.c:3593434#, c-format3435msgid "Please supply the message using either -m or -F option.\n"3436msgstr ""34373438#: builtin/commit.c:9293439#, c-format3440msgid "No existing author found with '%s'"3441msgstr ""34423443#: builtin/commit.c:944 builtin/commit.c:11383444#, c-format3445msgid "Invalid untracked files mode '%s'"3446msgstr ""34473448#: builtin/commit.c:9743449msgid "Using both --reset-author and --author does not make sense"3450msgstr ""34513452#: builtin/commit.c:9853453msgid "You have nothing to amend."3454msgstr ""34553456#: builtin/commit.c:9883457msgid "You are in the middle of a merge -- cannot amend."3458msgstr ""34593460#: builtin/commit.c:9903461msgid "You are in the middle of a cherry-pick -- cannot amend."3462msgstr ""34633464#: builtin/commit.c:9933465msgid "Options --squash and --fixup cannot be used together"3466msgstr ""34673468#: builtin/commit.c:10033469msgid "Only one of -c/-C/-F/--fixup can be used."3470msgstr ""34713472#: builtin/commit.c:10053473msgid "Option -m cannot be combined with -c/-C/-F/--fixup."3474msgstr ""34753476#: builtin/commit.c:10133477msgid "--reset-author can be used only with -C, -c or --amend."3478msgstr ""34793480#: builtin/commit.c:10303481msgid "Only one of --include/--only/--all/--interactive/--patch can be used."3482msgstr ""34833484#: builtin/commit.c:10323485msgid "No paths with --include/--only does not make sense."3486msgstr ""34873488#: builtin/commit.c:10343489msgid "Clever... amending the last one with dirty index."3490msgstr ""34913492#: builtin/commit.c:10363493msgid "Explicit paths specified without -i nor -o; assuming --only paths..."3494msgstr ""34953496#: builtin/commit.c:1046 builtin/tag.c:5753497#, c-format3498msgid "Invalid cleanup mode %s"3499msgstr ""35003501#: builtin/commit.c:10513502msgid "Paths with -a does not make sense."3503msgstr ""35043505#: builtin/commit.c:1057 builtin/commit.c:11923506msgid "--long and -z are incompatible"3507msgstr ""35083509#: builtin/commit.c:1152 builtin/commit.c:13883510msgid "show status concisely"3511msgstr ""35123513#: builtin/commit.c:1154 builtin/commit.c:13903514msgid "show branch information"3515msgstr ""35163517#: builtin/commit.c:1156 builtin/commit.c:1392 builtin/push.c:4263518msgid "machine-readable output"3519msgstr ""35203521#: builtin/commit.c:1159 builtin/commit.c:13943522msgid "show status in long format (default)"3523msgstr ""35243525#: builtin/commit.c:1162 builtin/commit.c:13973526msgid "terminate entries with NUL"3527msgstr ""35283529#: builtin/commit.c:1164 builtin/commit.c:1400 builtin/fast-export.c:6473530#: builtin/fast-export.c:650 builtin/tag.c:4593531msgid "mode"3532msgstr ""35333534#: builtin/commit.c:1165 builtin/commit.c:14003535msgid "show untracked files, optional modes: all, normal, no. (Default: all)"3536msgstr ""35373538#: builtin/commit.c:11683539msgid "show ignored files"3540msgstr ""35413542#: builtin/commit.c:1169 parse-options.h:1513543msgid "when"3544msgstr ""35453546#: builtin/commit.c:11703547msgid ""3548"ignore changes to submodules, optional when: all, dirty, untracked. "3549"(Default: all)"3550msgstr ""35513552#: builtin/commit.c:11723553msgid "list untracked files in columns"3554msgstr ""35553556#: builtin/commit.c:12463557msgid "couldn't look up newly created commit"3558msgstr ""35593560#: builtin/commit.c:12483561msgid "could not parse newly created commit"3562msgstr ""35633564#: builtin/commit.c:12893565msgid "detached HEAD"3566msgstr ""35673568#: builtin/commit.c:12913569msgid " (root-commit)"3570msgstr ""35713572#: builtin/commit.c:13583573msgid "suppress summary after successful commit"3574msgstr ""35753576#: builtin/commit.c:13593577msgid "show diff in commit message template"3578msgstr ""35793580#: builtin/commit.c:13613581msgid "Commit message options"3582msgstr ""35833584#: builtin/commit.c:1362 builtin/tag.c:4573585msgid "read message from file"3586msgstr ""35873588#: builtin/commit.c:13633589msgid "author"3590msgstr ""35913592#: builtin/commit.c:13633593msgid "override author for commit"3594msgstr ""35953596#: builtin/commit.c:1364 builtin/gc.c:1783597msgid "date"3598msgstr ""35993600#: builtin/commit.c:13643601msgid "override date for commit"3602msgstr ""36033604#: builtin/commit.c:1365 builtin/merge.c:206 builtin/notes.c:5333605#: builtin/notes.c:690 builtin/tag.c:4553606msgid "message"3607msgstr ""36083609#: builtin/commit.c:13653610msgid "commit message"3611msgstr ""36123613#: builtin/commit.c:13663614msgid "reuse and edit message from specified commit"3615msgstr ""36163617#: builtin/commit.c:13673618msgid "reuse message from specified commit"3619msgstr ""36203621#: builtin/commit.c:13683622msgid "use autosquash formatted message to fixup specified commit"3623msgstr ""36243625#: builtin/commit.c:13693626msgid "use autosquash formatted message to squash specified commit"3627msgstr ""36283629#: builtin/commit.c:13703630msgid "the commit is authored by me now (used with -C/-c/--amend)"3631msgstr ""36323633#: builtin/commit.c:1371 builtin/log.c:1102 builtin/revert.c:1093634msgid "add Signed-off-by:"3635msgstr ""36363637#: builtin/commit.c:13723638msgid "use specified template file"3639msgstr ""36403641#: builtin/commit.c:13733642msgid "force edit of commit"3643msgstr ""36443645#: builtin/commit.c:13743646msgid "default"3647msgstr ""36483649#: builtin/commit.c:1374 builtin/tag.c:4603650msgid "how to strip spaces and #comments from message"3651msgstr ""36523653#: builtin/commit.c:13753654msgid "include status in commit message template"3655msgstr ""36563657#: builtin/commit.c:1376 builtin/merge.c:213 builtin/tag.c:4613658msgid "key id"3659msgstr ""36603661#: builtin/commit.c:1377 builtin/merge.c:2143662msgid "GPG sign commit"3663msgstr ""36643665#. end commit message options3666#: builtin/commit.c:13803667msgid "Commit contents options"3668msgstr ""36693670#: builtin/commit.c:13813671msgid "commit all changed files"3672msgstr ""36733674#: builtin/commit.c:13823675msgid "add specified files to index for commit"3676msgstr ""36773678#: builtin/commit.c:13833679msgid "interactively add files"3680msgstr ""36813682#: builtin/commit.c:13843683msgid "interactively add changes"3684msgstr ""36853686#: builtin/commit.c:13853687msgid "commit only specified files"3688msgstr ""36893690#: builtin/commit.c:13863691msgid "bypass pre-commit hook"3692msgstr ""36933694#: builtin/commit.c:13873695msgid "show what would be committed"3696msgstr ""36973698#: builtin/commit.c:13983699msgid "amend previous commit"3700msgstr ""37013702#: builtin/commit.c:13993703msgid "bypass post-rewrite hook"3704msgstr ""37053706#: builtin/commit.c:14043707msgid "ok to record an empty change"3708msgstr ""37093710#: builtin/commit.c:14073711msgid "ok to record a change with an empty message"3712msgstr ""37133714#: builtin/commit.c:14393715msgid "could not parse HEAD commit"3716msgstr ""37173718#: builtin/commit.c:1477 builtin/merge.c:5083719#, c-format3720msgid "could not open '%s' for reading"3721msgstr ""37223723#: builtin/commit.c:14843724#, c-format3725msgid "Corrupt MERGE_HEAD file (%s)"3726msgstr ""37273728#: builtin/commit.c:14913729msgid "could not read MERGE_MODE"3730msgstr ""37313732#: builtin/commit.c:15103733#, c-format3734msgid "could not read commit message: %s"3735msgstr ""37363737#: builtin/commit.c:15243738#, c-format3739msgid "Aborting commit; you did not edit the message.\n"3740msgstr ""37413742#: builtin/commit.c:15293743#, c-format3744msgid "Aborting commit due to empty commit message.\n"3745msgstr ""37463747#: builtin/commit.c:1544 builtin/merge.c:832 builtin/merge.c:8573748msgid "failed to write commit object"3749msgstr ""37503751#: builtin/commit.c:15653752msgid "cannot lock HEAD ref"3753msgstr ""37543755#: builtin/commit.c:15693756msgid "cannot update HEAD ref"3757msgstr ""37583759#: builtin/commit.c:15803760msgid ""3761"Repository has been updated, but unable to write\n"3762"new_index file. Check that disk is not full or quota is\n"3763"not exceeded, and then \"git reset HEAD\" to recover."3764msgstr ""37653766#: builtin/config.c:73767msgid "git config [options]"3768msgstr ""37693770#: builtin/config.c:513771msgid "Config file location"3772msgstr ""37733774#: builtin/config.c:523775msgid "use global config file"3776msgstr ""37773778#: builtin/config.c:533779msgid "use system config file"3780msgstr ""37813782#: builtin/config.c:543783msgid "use repository config file"3784msgstr ""37853786#: builtin/config.c:553787msgid "use given config file"3788msgstr ""37893790#: builtin/config.c:563791msgid "Action"3792msgstr ""37933794#: builtin/config.c:573795msgid "get value: name [value-regex]"3796msgstr ""37973798#: builtin/config.c:583799msgid "get all values: key [value-regex]"3800msgstr ""38013802#: builtin/config.c:593803msgid "get values for regexp: name-regex [value-regex]"3804msgstr ""38053806#: builtin/config.c:603807msgid "replace all matching variables: name value [value_regex]"3808msgstr ""38093810#: builtin/config.c:613811msgid "add a new variable: name value"3812msgstr ""38133814#: builtin/config.c:623815msgid "remove a variable: name [value-regex]"3816msgstr ""38173818#: builtin/config.c:633819msgid "remove all matches: name [value-regex]"3820msgstr ""38213822#: builtin/config.c:643823msgid "rename section: old-name new-name"3824msgstr ""38253826#: builtin/config.c:653827msgid "remove a section: name"3828msgstr ""38293830#: builtin/config.c:663831msgid "list all"3832msgstr ""38333834#: builtin/config.c:673835msgid "open an editor"3836msgstr ""38373838#: builtin/config.c:68 builtin/config.c:693839msgid "slot"3840msgstr ""38413842#: builtin/config.c:683843msgid "find the color configured: [default]"3844msgstr ""38453846#: builtin/config.c:693847msgid "find the color setting: [stdout-is-tty]"3848msgstr ""38493850#: builtin/config.c:703851msgid "Type"3852msgstr ""38533854#: builtin/config.c:713855msgid "value is \"true\" or \"false\""3856msgstr ""38573858#: builtin/config.c:723859msgid "value is decimal number"3860msgstr ""38613862#: builtin/config.c:733863msgid "value is --bool or --int"3864msgstr ""38653866#: builtin/config.c:743867msgid "value is a path (file or directory name)"3868msgstr ""38693870#: builtin/config.c:753871msgid "Other"3872msgstr ""38733874#: builtin/config.c:763875msgid "terminate values with NUL byte"3876msgstr ""38773878#: builtin/config.c:773879msgid "respect include directives on lookup"3880msgstr ""38813882#: builtin/count-objects.c:693883msgid "git count-objects [-v]"3884msgstr ""38853886#: builtin/describe.c:153887msgid "git describe [options] <committish>*"3888msgstr ""38893890#: builtin/describe.c:163891msgid "git describe [options] --dirty"3892msgstr ""38933894#: builtin/describe.c:2343895#, c-format3896msgid "annotated tag %s not available"3897msgstr ""38983899#: builtin/describe.c:2383900#, c-format3901msgid "annotated tag %s has no embedded name"3902msgstr ""39033904#: builtin/describe.c:2403905#, c-format3906msgid "tag '%s' is really '%s' here"3907msgstr ""39083909#: builtin/describe.c:2673910#, c-format3911msgid "Not a valid object name %s"3912msgstr ""39133914#: builtin/describe.c:2703915#, c-format3916msgid "%s is not a valid '%s' object"3917msgstr ""39183919#: builtin/describe.c:2873920#, c-format3921msgid "no tag exactly matches '%s'"3922msgstr ""39233924#: builtin/describe.c:2893925#, c-format3926msgid "searching to describe %s\n"3927msgstr ""39283929#: builtin/describe.c:3293930#, c-format3931msgid "finished search at %s\n"3932msgstr ""39333934#: builtin/describe.c:3533935#, c-format3936msgid ""3937"No annotated tags can describe '%s'.\n"3938"However, there were unannotated tags: try --tags."3939msgstr ""39403941#: builtin/describe.c:3573942#, c-format3943msgid ""3944"No tags can describe '%s'.\n"3945"Try --always, or create some tags."3946msgstr ""39473948#: builtin/describe.c:3783949#, c-format3950msgid "traversed %lu commits\n"3951msgstr ""39523953#: builtin/describe.c:3813954#, c-format3955msgid ""3956"more than %i tags found; listed %i most recent\n"3957"gave up search at %s\n"3958msgstr ""39593960#: builtin/describe.c:4033961msgid "find the tag that comes after the commit"3962msgstr ""39633964#: builtin/describe.c:4043965msgid "debug search strategy on stderr"3966msgstr ""39673968#: builtin/describe.c:4053969msgid "use any ref in .git/refs"3970msgstr ""39713972#: builtin/describe.c:4063973msgid "use any tag in .git/refs/tags"3974msgstr ""39753976#: builtin/describe.c:4073977msgid "always use long format"3978msgstr ""39793980#: builtin/describe.c:4103981msgid "only output exact matches"3982msgstr ""39833984#: builtin/describe.c:4123985msgid "consider <n> most recent tags (default: 10)"3986msgstr ""39873988#: builtin/describe.c:4143989msgid "only consider tags matching <pattern>"3990msgstr ""39913992#: builtin/describe.c:416 builtin/name-rev.c:2383993msgid "show abbreviated commit object as fallback"3994msgstr ""39953996#: builtin/describe.c:4173997msgid "mark"3998msgstr ""39994000#: builtin/describe.c:4184001msgid "append <mark> on dirty working tree (default: \"-dirty\")"4002msgstr ""40034004#: builtin/describe.c:4364005msgid "--long is incompatible with --abbrev=0"4006msgstr ""40074008#: builtin/describe.c:4624009msgid "No names found, cannot describe anything."4010msgstr ""40114012#: builtin/describe.c:4824013msgid "--dirty is incompatible with committishes"4014msgstr ""40154016#: builtin/diff.c:794017#, c-format4018msgid "'%s': not a regular file or symlink"4019msgstr ""40204021#: builtin/diff.c:2284022#, c-format4023msgid "invalid option: %s"4024msgstr ""40254026#: builtin/diff.c:3054027msgid "Not a git repository"4028msgstr ""40294030#: builtin/diff.c:3484031#, c-format4032msgid "invalid object '%s' given."4033msgstr ""40344035#: builtin/diff.c:3534036#, c-format4037msgid "more than %d trees given: '%s'"4038msgstr ""40394040#: builtin/diff.c:3634041#, c-format4042msgid "more than two blobs given: '%s'"4043msgstr ""40444045#: builtin/diff.c:3714046#, c-format4047msgid "unhandled object '%s' given."4048msgstr ""40494050#: builtin/fast-export.c:224051msgid "git fast-export [rev-list-opts]"4052msgstr ""40534054#: builtin/fast-export.c:6464055msgid "show progress after <n> objects"4056msgstr ""40574058#: builtin/fast-export.c:6484059msgid "select handling of signed tags"4060msgstr ""40614062#: builtin/fast-export.c:6514063msgid "select handling of tags that tag filtered objects"4064msgstr ""40654066#: builtin/fast-export.c:6544067msgid "Dump marks to this file"4068msgstr ""40694070#: builtin/fast-export.c:6564071msgid "Import marks from this file"4072msgstr ""40734074#: builtin/fast-export.c:6584075msgid "Fake a tagger when tags lack one"4076msgstr ""40774078#: builtin/fast-export.c:6604079msgid "Output full tree for each commit"4080msgstr ""40814082#: builtin/fast-export.c:6624083msgid "Use the done feature to terminate the stream"4084msgstr ""40854086#: builtin/fast-export.c:6634087msgid "Skip output of blob data"4088msgstr ""40894090#: builtin/fetch.c:204091msgid "git fetch [<options>] [<repository> [<refspec>...]]"4092msgstr ""40934094#: builtin/fetch.c:214095msgid "git fetch [<options>] <group>"4096msgstr ""40974098#: builtin/fetch.c:224099msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"4100msgstr ""41014102#: builtin/fetch.c:234103msgid "git fetch --all [<options>]"4104msgstr ""41054106#: builtin/fetch.c:604107msgid "fetch from all remotes"4108msgstr ""41094110#: builtin/fetch.c:624111msgid "append to .git/FETCH_HEAD instead of overwriting"4112msgstr ""41134114#: builtin/fetch.c:644115msgid "path to upload pack on remote end"4116msgstr ""41174118#: builtin/fetch.c:654119msgid "force overwrite of local branch"4120msgstr ""41214122#: builtin/fetch.c:674123msgid "fetch from multiple remotes"4124msgstr ""41254126#: builtin/fetch.c:694127msgid "fetch all tags and associated objects"4128msgstr ""41294130#: builtin/fetch.c:714131msgid "do not fetch all tags (--no-tags)"4132msgstr ""41334134#: builtin/fetch.c:734135msgid "prune remote-tracking branches no longer on remote"4136msgstr ""41374138#: builtin/fetch.c:744139msgid "on-demand"4140msgstr ""41414142#: builtin/fetch.c:754143msgid "control recursive fetching of submodules"4144msgstr ""41454146#: builtin/fetch.c:794147msgid "keep downloaded pack"4148msgstr ""41494150#: builtin/fetch.c:814151msgid "allow updating of HEAD ref"4152msgstr ""41534154#: builtin/fetch.c:844155msgid "deepen history of shallow clone"4156msgstr ""41574158#: builtin/fetch.c:864159msgid "convert to a complete repository"4160msgstr ""41614162#: builtin/fetch.c:88 builtin/log.c:11194163msgid "dir"4164msgstr ""41654166#: builtin/fetch.c:894167msgid "prepend this to submodule path output"4168msgstr ""41694170#: builtin/fetch.c:924171msgid "default mode for recursion"4172msgstr ""41734174#: builtin/fetch.c:2044175msgid "Couldn't find remote ref HEAD"4176msgstr ""41774178#: builtin/fetch.c:2574179#, c-format4180msgid "object %s not found"4181msgstr ""41824183#: builtin/fetch.c:2624184msgid "[up to date]"4185msgstr ""41864187#: builtin/fetch.c:2764188#, c-format4189msgid "! %-*s %-*s -> %s (can't fetch in current branch)"4190msgstr ""41914192#: builtin/fetch.c:277 builtin/fetch.c:3634193msgid "[rejected]"4194msgstr ""41954196#: builtin/fetch.c:2884197msgid "[tag update]"4198msgstr ""41994200#: builtin/fetch.c:290 builtin/fetch.c:325 builtin/fetch.c:3434201msgid " (unable to update local ref)"4202msgstr ""42034204#: builtin/fetch.c:3084205msgid "[new tag]"4206msgstr ""42074208#: builtin/fetch.c:3114209msgid "[new branch]"4210msgstr ""42114212#: builtin/fetch.c:3144213msgid "[new ref]"4214msgstr ""42154216#: builtin/fetch.c:3594217msgid "unable to update local ref"4218msgstr ""42194220#: builtin/fetch.c:3594221msgid "forced update"4222msgstr ""42234224#: builtin/fetch.c:3654225msgid "(non-fast-forward)"4226msgstr ""42274228#: builtin/fetch.c:396 builtin/fetch.c:6884229#, c-format4230msgid "cannot open %s: %s\n"4231msgstr ""42324233#: builtin/fetch.c:4054234#, c-format4235msgid "%s did not send all necessary objects\n"4236msgstr ""42374238#: builtin/fetch.c:4914239#, c-format4240msgid "From %.*s\n"4241msgstr ""42424243#: builtin/fetch.c:5024244#, c-format4245msgid ""4246"some local refs could not be updated; try running\n"4247" 'git remote prune %s' to remove any old, conflicting branches"4248msgstr ""42494250#: builtin/fetch.c:5524251#, c-format4252msgid " (%s will become dangling)"4253msgstr ""42544255#: builtin/fetch.c:5534256#, c-format4257msgid " (%s has become dangling)"4258msgstr ""42594260#: builtin/fetch.c:5604261msgid "[deleted]"4262msgstr ""42634264#: builtin/fetch.c:561 builtin/remote.c:10554265msgid "(none)"4266msgstr ""42674268#: builtin/fetch.c:6784269#, c-format4270msgid "Refusing to fetch into current branch %s of non-bare repository"4271msgstr ""42724273#: builtin/fetch.c:7124274#, c-format4275msgid "Don't know how to fetch from %s"4276msgstr ""42774278#: builtin/fetch.c:7894279#, c-format4280msgid "Option \"%s\" value \"%s\" is not valid for %s"4281msgstr ""42824283#: builtin/fetch.c:7924284#, c-format4285msgid "Option \"%s\" is ignored for %s\n"4286msgstr ""42874288#: builtin/fetch.c:8944289#, c-format4290msgid "Fetching %s\n"4291msgstr ""42924293#: builtin/fetch.c:896 builtin/remote.c:1004294#, c-format4295msgid "Could not fetch %s"4296msgstr ""42974298#: builtin/fetch.c:9154299msgid ""4300"No remote repository specified. Please, specify either a URL or a\n"4301"remote name from which new revisions should be fetched."4302msgstr ""43034304#: builtin/fetch.c:9354305msgid "You need to specify a tag name."4306msgstr ""43074308#: builtin/fetch.c:9814309msgid "--depth and --unshallow cannot be used together"4310msgstr ""43114312#: builtin/fetch.c:9834313msgid "--unshallow on a complete repository does not make sense"4314msgstr ""43154316#: builtin/fetch.c:10024317msgid "fetch --all does not take a repository argument"4318msgstr ""43194320#: builtin/fetch.c:10044321msgid "fetch --all does not make sense with refspecs"4322msgstr ""43234324#: builtin/fetch.c:10154325#, c-format4326msgid "No such remote or remote group: %s"4327msgstr ""43284329#: builtin/fetch.c:10234330msgid "Fetching a group and specifying refspecs does not make sense"4331msgstr ""43324333#: builtin/fmt-merge-msg.c:134334msgid "git fmt-merge-msg [-m <message>] [--log[=<n>]|--no-log] [--file <file>]"4335msgstr ""43364337#: builtin/fmt-merge-msg.c:659 builtin/fmt-merge-msg.c:662 builtin/grep.c:7014338#: builtin/merge.c:188 builtin/show-branch.c:656 builtin/show-ref.c:1754339#: builtin/tag.c:446 parse-options.h:133 parse-options.h:2394340msgid "n"4341msgstr ""43424343#: builtin/fmt-merge-msg.c:6604344msgid "populate log with at most <n> entries from shortlog"4345msgstr ""43464347#: builtin/fmt-merge-msg.c:6634348msgid "alias for --log (deprecated)"4349msgstr ""43504351#: builtin/fmt-merge-msg.c:6664352msgid "text"4353msgstr ""43544355#: builtin/fmt-merge-msg.c:6674356msgid "use <text> as start of message"4357msgstr ""43584359#: builtin/fmt-merge-msg.c:6684360msgid "file to read from"4361msgstr ""43624363#: builtin/for-each-ref.c:9794364msgid "git for-each-ref [options] [<pattern>]"4365msgstr ""43664367#: builtin/for-each-ref.c:9944368msgid "quote placeholders suitably for shells"4369msgstr ""43704371#: builtin/for-each-ref.c:9964372msgid "quote placeholders suitably for perl"4373msgstr ""43744375#: builtin/for-each-ref.c:9984376msgid "quote placeholders suitably for python"4377msgstr ""43784379#: builtin/for-each-ref.c:10004380msgid "quote placeholders suitably for tcl"4381msgstr ""43824383#: builtin/for-each-ref.c:10034384msgid "show only <n> matched refs"4385msgstr ""43864387#: builtin/for-each-ref.c:10044388msgid "format"4389msgstr ""43904391#: builtin/for-each-ref.c:10044392msgid "format to use for the output"4393msgstr ""43944395#: builtin/for-each-ref.c:10054396msgid "key"4397msgstr ""43984399#: builtin/for-each-ref.c:10064400msgid "field name to sort on"4401msgstr ""44024403#: builtin/fsck.c:6084404msgid "git fsck [options] [<object>...]"4405msgstr ""44064407#: builtin/fsck.c:6144408msgid "show unreachable objects"4409msgstr ""44104411#: builtin/fsck.c:6154412msgid "show dangling objects"4413msgstr ""44144415#: builtin/fsck.c:6164416msgid "report tags"4417msgstr ""44184419#: builtin/fsck.c:6174420msgid "report root nodes"4421msgstr ""44224423#: builtin/fsck.c:6184424msgid "make index objects head nodes"4425msgstr ""44264427#: builtin/fsck.c:6194428msgid "make reflogs head nodes (default)"4429msgstr ""44304431#: builtin/fsck.c:6204432msgid "also consider packs and alternate objects"4433msgstr ""44344435#: builtin/fsck.c:6214436msgid "enable more strict checking"4437msgstr ""44384439#: builtin/fsck.c:6234440msgid "write dangling objects in .git/lost-found"4441msgstr ""44424443#: builtin/fsck.c:624 builtin/prune.c:1344444msgid "show progress"4445msgstr ""44464447#: builtin/gc.c:224448msgid "git gc [options]"4449msgstr ""44504451#: builtin/gc.c:634452#, c-format4453msgid "Invalid %s: '%s'"4454msgstr ""44554456#: builtin/gc.c:904457#, c-format4458msgid "insanely long object directory %.*s"4459msgstr ""44604461#: builtin/gc.c:1794462msgid "prune unreferenced objects"4463msgstr ""44644465#: builtin/gc.c:1814466msgid "be more thorough (increased runtime)"4467msgstr ""44684469#: builtin/gc.c:1824470msgid "enable auto-gc mode"4471msgstr ""44724473#: builtin/gc.c:2224474#, c-format4475msgid ""4476"Auto packing the repository for optimum performance. You may also\n"4477"run \"git gc\" manually. See \"git help gc\" for more information.\n"4478msgstr ""44794480#: builtin/gc.c:2494481msgid ""4482"There are too many unreachable loose objects; run 'git prune' to remove them."4483msgstr ""44844485#: builtin/grep.c:224486msgid "git grep [options] [-e] <pattern> [<rev>...] [[--] <path>...]"4487msgstr ""44884489#: builtin/grep.c:2174490#, c-format4491msgid "grep: failed to create thread: %s"4492msgstr ""44934494#: builtin/grep.c:3654495#, c-format4496msgid "Failed to chdir: %s"4497msgstr ""44984499#: builtin/grep.c:443 builtin/grep.c:4784500#, c-format4501msgid "unable to read tree (%s)"4502msgstr ""45034504#: builtin/grep.c:4934505#, c-format4506msgid "unable to grep from object of type %s"4507msgstr ""45084509#: builtin/grep.c:5514510#, c-format4511msgid "switch `%c' expects a numerical value"4512msgstr ""45134514#: builtin/grep.c:5684515#, c-format4516msgid "cannot open '%s'"4517msgstr ""45184519#: builtin/grep.c:6434520msgid "search in index instead of in the work tree"4521msgstr ""45224523#: builtin/grep.c:6454524msgid "find in contents not managed by git"4525msgstr ""45264527#: builtin/grep.c:6474528msgid "search in both tracked and untracked files"4529msgstr ""45304531#: builtin/grep.c:6494532msgid "search also in ignored files"4533msgstr ""45344535#: builtin/grep.c:6524536msgid "show non-matching lines"4537msgstr ""45384539#: builtin/grep.c:6544540msgid "case insensitive matching"4541msgstr ""45424543#: builtin/grep.c:6564544msgid "match patterns only at word boundaries"4545msgstr ""45464547#: builtin/grep.c:6584548msgid "process binary files as text"4549msgstr ""45504551#: builtin/grep.c:6604552msgid "don't match patterns in binary files"4553msgstr ""45544555#: builtin/grep.c:6634556msgid "descend at most <depth> levels"4557msgstr ""45584559#: builtin/grep.c:6674560msgid "use extended POSIX regular expressions"4561msgstr ""45624563#: builtin/grep.c:6704564msgid "use basic POSIX regular expressions (default)"4565msgstr ""45664567#: builtin/grep.c:6734568msgid "interpret patterns as fixed strings"4569msgstr ""45704571#: builtin/grep.c:6764572msgid "use Perl-compatible regular expressions"4573msgstr ""45744575#: builtin/grep.c:6794576msgid "show line numbers"4577msgstr ""45784579#: builtin/grep.c:6804580msgid "don't show filenames"4581msgstr ""45824583#: builtin/grep.c:6814584msgid "show filenames"4585msgstr ""45864587#: builtin/grep.c:6834588msgid "show filenames relative to top directory"4589msgstr ""45904591#: builtin/grep.c:6854592msgid "show only filenames instead of matching lines"4593msgstr ""45944595#: builtin/grep.c:6874596msgid "synonym for --files-with-matches"4597msgstr ""45984599#: builtin/grep.c:6904600msgid "show only the names of files without match"4601msgstr ""46024603#: builtin/grep.c:6924604msgid "print NUL after filenames"4605msgstr ""46064607#: builtin/grep.c:6944608msgid "show the number of matches instead of matching lines"4609msgstr ""46104611#: builtin/grep.c:6954612msgid "highlight matches"4613msgstr ""46144615#: builtin/grep.c:6974616msgid "print empty line between matches from different files"4617msgstr ""46184619#: builtin/grep.c:6994620msgid "show filename only once above matches from same file"4621msgstr ""46224623#: builtin/grep.c:7024624msgid "show <n> context lines before and after matches"4625msgstr ""46264627#: builtin/grep.c:7054628msgid "show <n> context lines before matches"4629msgstr ""46304631#: builtin/grep.c:7074632msgid "show <n> context lines after matches"4633msgstr ""46344635#: builtin/grep.c:7084636msgid "shortcut for -C NUM"4637msgstr ""46384639#: builtin/grep.c:7114640msgid "show a line with the function name before matches"4641msgstr ""46424643#: builtin/grep.c:7134644msgid "show the surrounding function"4645msgstr ""46464647#: builtin/grep.c:7164648msgid "read patterns from file"4649msgstr ""46504651#: builtin/grep.c:7184652msgid "match <pattern>"4653msgstr ""46544655#: builtin/grep.c:7204656msgid "combine patterns specified with -e"4657msgstr ""46584659#: builtin/grep.c:7324660msgid "indicate hit with exit status without output"4661msgstr ""46624663#: builtin/grep.c:7344664msgid "show only matches from files that match all patterns"4665msgstr ""46664667#: builtin/grep.c:7364668msgid "show parse tree for grep expression"4669msgstr ""46704671#: builtin/grep.c:7404672msgid "pager"4673msgstr ""46744675#: builtin/grep.c:7404676msgid "show matching files in the pager"4677msgstr ""46784679#: builtin/grep.c:7434680msgid "allow calling of grep(1) (ignored by this build)"4681msgstr ""46824683#: builtin/grep.c:744 builtin/show-ref.c:1844684msgid "show usage"4685msgstr ""46864687#: builtin/grep.c:8114688msgid "no pattern given."4689msgstr ""46904691#: builtin/grep.c:8254692#, c-format4693msgid "bad object %s"4694msgstr ""46954696#: builtin/grep.c:8684697msgid "--open-files-in-pager only works on the worktree"4698msgstr ""46994700#: builtin/grep.c:8914701msgid "--cached or --untracked cannot be used with --no-index."4702msgstr ""47034704#: builtin/grep.c:8964705msgid "--no-index or --untracked cannot be used with revs."4706msgstr ""47074708#: builtin/grep.c:8994709msgid "--[no-]exclude-standard cannot be used for tracked contents."4710msgstr ""47114712#: builtin/grep.c:9074713msgid "both --cached and trees are given."4714msgstr ""47154716#: builtin/hash-object.c:604717msgid ""4718"git hash-object [-t <type>] [-w] [--path=<file>|--no-filters] [--stdin] [--] "4719"<file>..."4720msgstr ""47214722#: builtin/hash-object.c:614723msgid "git hash-object --stdin-paths < <list-of-paths>"4724msgstr ""47254726#: builtin/hash-object.c:724727msgid "type"4728msgstr ""47294730#: builtin/hash-object.c:724731msgid "object type"4732msgstr ""47334734#: builtin/hash-object.c:734735msgid "write the object into the object database"4736msgstr ""47374738#: builtin/hash-object.c:744739msgid "read the object from stdin"4740msgstr ""47414742#: builtin/hash-object.c:764743msgid "store file as is without filters"4744msgstr ""47454746#: builtin/hash-object.c:774747msgid "process file as it were from this path"4748msgstr ""47494750#: builtin/help.c:424751msgid "print all available commands"4752msgstr ""47534754#: builtin/help.c:434755msgid "show man page"4756msgstr ""47574758#: builtin/help.c:444759msgid "show manual in web browser"4760msgstr ""47614762#: builtin/help.c:464763msgid "show info page"4764msgstr ""47654766#: builtin/help.c:524767msgid "git help [--all] [--man|--web|--info] [command]"4768msgstr ""47694770#: builtin/help.c:644771#, c-format4772msgid "unrecognized help format '%s'"4773msgstr ""47744775#: builtin/help.c:924776msgid "Failed to start emacsclient."4777msgstr ""47784779#: builtin/help.c:1054780msgid "Failed to parse emacsclient version."4781msgstr ""47824783#: builtin/help.c:1134784#, c-format4785msgid "emacsclient version '%d' too old (< 22)."4786msgstr ""47874788#: builtin/help.c:131 builtin/help.c:159 builtin/help.c:168 builtin/help.c:1764789#, c-format4790msgid "failed to exec '%s': %s"4791msgstr ""47924793#: builtin/help.c:2164794#, c-format4795msgid ""4796"'%s': path for unsupported man viewer.\n"4797"Please consider using 'man.<tool>.cmd' instead."4798msgstr ""47994800#: builtin/help.c:2284801#, c-format4802msgid ""4803"'%s': cmd for supported man viewer.\n"4804"Please consider using 'man.<tool>.path' instead."4805msgstr ""48064807#: builtin/help.c:3494808#, c-format4809msgid "'%s': unknown man viewer."4810msgstr ""48114812#: builtin/help.c:3664813msgid "no man viewer handled the request"4814msgstr ""48154816#: builtin/help.c:3744817msgid "no info viewer handled the request"4818msgstr ""48194820#: builtin/help.c:429 builtin/help.c:4364821#, c-format4822msgid "usage: %s%s"4823msgstr ""48244825#: builtin/help.c:4524826#, c-format4827msgid "`git %s' is aliased to `%s'"4828msgstr ""48294830#: builtin/index-pack.c:1704831#, c-format4832msgid "object type mismatch at %s"4833msgstr ""48344835#: builtin/index-pack.c:1904836msgid "object of unexpected type"4837msgstr ""48384839#: builtin/index-pack.c:2274840#, c-format4841msgid "cannot fill %d byte"4842msgid_plural "cannot fill %d bytes"4843msgstr[0] ""4844msgstr[1] ""48454846#: builtin/index-pack.c:2374847msgid "early EOF"4848msgstr ""48494850#: builtin/index-pack.c:2384851msgid "read error on input"4852msgstr ""48534854#: builtin/index-pack.c:2504855msgid "used more bytes than were available"4856msgstr ""48574858#: builtin/index-pack.c:2574859msgid "pack too large for current definition of off_t"4860msgstr ""48614862#: builtin/index-pack.c:2734863#, c-format4864msgid "unable to create '%s'"4865msgstr ""48664867#: builtin/index-pack.c:2784868#, c-format4869msgid "cannot open packfile '%s'"4870msgstr ""48714872#: builtin/index-pack.c:2924873msgid "pack signature mismatch"4874msgstr ""48754876#: builtin/index-pack.c:2944877#, c-format4878msgid "pack version %<PRIu32> unsupported"4879msgstr ""48804881#: builtin/index-pack.c:3124882#, c-format4883msgid "pack has bad object at offset %lu: %s"4884msgstr ""48854886#: builtin/index-pack.c:4344887#, c-format4888msgid "inflate returned %d"4889msgstr ""48904891#: builtin/index-pack.c:4834892msgid "offset value overflow for delta base object"4893msgstr ""48944895#: builtin/index-pack.c:4914896msgid "delta base offset is out of bound"4897msgstr ""48984899#: builtin/index-pack.c:4994900#, c-format4901msgid "unknown object type %d"4902msgstr ""49034904#: builtin/index-pack.c:5304905msgid "cannot pread pack file"4906msgstr ""49074908#: builtin/index-pack.c:5324909#, c-format4910msgid "premature end of pack file, %lu byte missing"4911msgid_plural "premature end of pack file, %lu bytes missing"4912msgstr[0] ""4913msgstr[1] ""49144915#: builtin/index-pack.c:5584916msgid "serious inflate inconsistency"4917msgstr ""49184919#: builtin/index-pack.c:649 builtin/index-pack.c:655 builtin/index-pack.c:6784920#: builtin/index-pack.c:712 builtin/index-pack.c:7214921#, c-format4922msgid "SHA1 COLLISION FOUND WITH %s !"4923msgstr ""49244925#: builtin/index-pack.c:652 builtin/pack-objects.c:1704926#: builtin/pack-objects.c:2624927#, c-format4928msgid "unable to read %s"4929msgstr ""49304931#: builtin/index-pack.c:7184932#, c-format4933msgid "cannot read existing object %s"4934msgstr ""49354936#: builtin/index-pack.c:7324937#, c-format4938msgid "invalid blob object %s"4939msgstr ""49404941#: builtin/index-pack.c:7474942#, c-format4943msgid "invalid %s"4944msgstr ""49454946#: builtin/index-pack.c:7494947msgid "Error in object"4948msgstr ""49494950#: builtin/index-pack.c:7514951#, c-format4952msgid "Not all child objects of %s are reachable"4953msgstr ""49544955#: builtin/index-pack.c:821 builtin/index-pack.c:8474956msgid "failed to apply delta"4957msgstr ""49584959#: builtin/index-pack.c:9864960msgid "Receiving objects"4961msgstr ""49624963#: builtin/index-pack.c:9864964msgid "Indexing objects"4965msgstr ""49664967#: builtin/index-pack.c:10124968msgid "pack is corrupted (SHA1 mismatch)"4969msgstr ""49704971#: builtin/index-pack.c:10174972msgid "cannot fstat packfile"4973msgstr ""49744975#: builtin/index-pack.c:10204976msgid "pack has junk at the end"4977msgstr ""49784979#: builtin/index-pack.c:10314980msgid "confusion beyond insanity in parse_pack_objects()"4981msgstr ""49824983#: builtin/index-pack.c:10544984msgid "Resolving deltas"4985msgstr ""49864987#: builtin/index-pack.c:10644988#, c-format4989msgid "unable to create thread: %s"4990msgstr ""49914992#: builtin/index-pack.c:11064993msgid "confusion beyond insanity"4994msgstr ""49954996#: builtin/index-pack.c:11124997#, c-format4998msgid "completed with %d local objects"4999msgstr ""50005001#: builtin/index-pack.c:11215002#, c-format5003msgid "Unexpected tail checksum for %s (disk corruption?)"5004msgstr ""50055006#: builtin/index-pack.c:11255007#, c-format5008msgid "pack has %d unresolved delta"5009msgid_plural "pack has %d unresolved deltas"5010msgstr[0] ""5011msgstr[1] ""50125013#: builtin/index-pack.c:11505014#, c-format5015msgid "unable to deflate appended object (%d)"5016msgstr ""50175018#: builtin/index-pack.c:12295019#, c-format5020msgid "local object %s is corrupt"5021msgstr ""50225023#: builtin/index-pack.c:12535024msgid "error while closing pack file"5025msgstr ""50265027#: builtin/index-pack.c:12665028#, c-format5029msgid "cannot write keep file '%s'"5030msgstr ""50315032#: builtin/index-pack.c:12745033#, c-format5034msgid "cannot close written keep file '%s'"5035msgstr ""50365037#: builtin/index-pack.c:12875038msgid "cannot store pack file"5039msgstr ""50405041#: builtin/index-pack.c:12985042msgid "cannot store index file"5043msgstr ""50445045#: builtin/index-pack.c:13315046#, c-format5047msgid "bad pack.indexversion=%<PRIu32>"5048msgstr ""50495050#: builtin/index-pack.c:13375051#, c-format5052msgid "invalid number of threads specified (%d)"5053msgstr ""50545055#: builtin/index-pack.c:1341 builtin/index-pack.c:15145056#, c-format5057msgid "no threads support, ignoring %s"5058msgstr ""50595060#: builtin/index-pack.c:13995061#, c-format5062msgid "Cannot open existing pack file '%s'"5063msgstr ""50645065#: builtin/index-pack.c:14015066#, c-format5067msgid "Cannot open existing pack idx file for '%s'"5068msgstr ""50695070#: builtin/index-pack.c:14485071#, c-format5072msgid "non delta: %d object"5073msgid_plural "non delta: %d objects"5074msgstr[0] ""5075msgstr[1] ""50765077#: builtin/index-pack.c:14555078#, c-format5079msgid "chain length = %d: %lu object"5080msgid_plural "chain length = %d: %lu objects"5081msgstr[0] ""5082msgstr[1] ""50835084#: builtin/index-pack.c:14825085msgid "Cannot come back to cwd"5086msgstr ""50875088#: builtin/index-pack.c:1526 builtin/index-pack.c:15295089#: builtin/index-pack.c:1541 builtin/index-pack.c:15455090#, c-format5091msgid "bad %s"5092msgstr ""50935094#: builtin/index-pack.c:15595095msgid "--fix-thin cannot be used without --stdin"5096msgstr ""50975098#: builtin/index-pack.c:1563 builtin/index-pack.c:15735099#, c-format5100msgid "packfile name '%s' does not end with '.pack'"5101msgstr ""51025103#: builtin/index-pack.c:15825104msgid "--verify with no packfile name given"5105msgstr ""51065107#: builtin/init-db.c:355108#, c-format5109msgid "Could not make %s writable by group"5110msgstr ""51115112#: builtin/init-db.c:625113#, c-format5114msgid "insanely long template name %s"5115msgstr ""51165117#: builtin/init-db.c:675118#, c-format5119msgid "cannot stat '%s'"5120msgstr ""51215122#: builtin/init-db.c:735123#, c-format5124msgid "cannot stat template '%s'"5125msgstr ""51265127#: builtin/init-db.c:805128#, c-format5129msgid "cannot opendir '%s'"5130msgstr ""51315132#: builtin/init-db.c:975133#, c-format5134msgid "cannot readlink '%s'"5135msgstr ""51365137#: builtin/init-db.c:995138#, c-format5139msgid "insanely long symlink %s"5140msgstr ""51415142#: builtin/init-db.c:1025143#, c-format5144msgid "cannot symlink '%s' '%s'"5145msgstr ""51465147#: builtin/init-db.c:1065148#, c-format5149msgid "cannot copy '%s' to '%s'"5150msgstr ""51515152#: builtin/init-db.c:1105153#, c-format5154msgid "ignoring template %s"5155msgstr ""51565157#: builtin/init-db.c:1335158#, c-format5159msgid "insanely long template path %s"5160msgstr ""51615162#: builtin/init-db.c:1415163#, c-format5164msgid "templates not found %s"5165msgstr ""51665167#: builtin/init-db.c:1545168#, c-format5169msgid "not copying templates of a wrong format version %d from '%s'"5170msgstr ""51715172#: builtin/init-db.c:1925173#, c-format5174msgid "insane git directory %s"5175msgstr ""51765177#: builtin/init-db.c:323 builtin/init-db.c:3265178#, c-format5179msgid "%s already exists"5180msgstr ""51815182#: builtin/init-db.c:3555183#, c-format5184msgid "unable to handle file type %d"5185msgstr ""51865187#: builtin/init-db.c:3585188#, c-format5189msgid "unable to move %s to %s"5190msgstr ""51915192#: builtin/init-db.c:3635193#, c-format5194msgid "Could not create git link %s"5195msgstr ""51965197#.5198#. * TRANSLATORS: The first '%s' is either "Reinitialized5199#. * existing" or "Initialized empty", the second " shared" or5200#. * "", and the last '%s%s' is the verbatim directory name.5201#.5202#: builtin/init-db.c:4205203#, c-format5204msgid "%s%s Git repository in %s%s\n"5205msgstr ""52065207#: builtin/init-db.c:4215208msgid "Reinitialized existing"5209msgstr ""52105211#: builtin/init-db.c:4215212msgid "Initialized empty"5213msgstr ""52145215#: builtin/init-db.c:4225216msgid " shared"5217msgstr ""52185219#: builtin/init-db.c:4415220msgid "cannot tell cwd"5221msgstr ""52225223#: builtin/init-db.c:4675224msgid ""5225"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"5226"shared[=<permissions>]] [directory]"5227msgstr ""52285229#: builtin/init-db.c:4905230msgid "permissions"5231msgstr ""52325233#: builtin/init-db.c:4915234msgid "specify that the git repository is to be shared amongst several users"5235msgstr ""52365237#: builtin/init-db.c:493 builtin/prune-packed.c:775238msgid "be quiet"5239msgstr ""52405241#: builtin/init-db.c:522 builtin/init-db.c:5295242#, c-format5243msgid "cannot mkdir %s"5244msgstr ""52455246#: builtin/init-db.c:5335247#, c-format5248msgid "cannot chdir to %s"5249msgstr ""52505251#: builtin/init-db.c:5555252#, c-format5253msgid ""5254"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"5255"dir=<directory>)"5256msgstr ""52575258#: builtin/init-db.c:5795259msgid "Cannot access current working directory"5260msgstr ""52615262#: builtin/init-db.c:5865263#, c-format5264msgid "Cannot access work tree '%s'"5265msgstr ""52665267#: builtin/log.c:395268msgid "git log [<options>] [<since>..<until>] [[--] <path>...]\n"5269msgstr ""52705271#: builtin/log.c:405272msgid " or: git show [options] <object>..."5273msgstr ""52745275#: builtin/log.c:1025276msgid "suppress diff output"5277msgstr ""52785279#: builtin/log.c:1035280msgid "show source"5281msgstr ""52825283#: builtin/log.c:1045284msgid "Use mail map file"5285msgstr ""52865287#: builtin/log.c:1055288msgid "decorate options"5289msgstr ""52905291#: builtin/log.c:1985292#, c-format5293msgid "Final output: %d %s\n"5294msgstr ""52955296#: builtin/log.c:419 builtin/log.c:5115297#, c-format5298msgid "Could not read object %s"5299msgstr ""53005301#: builtin/log.c:5355302#, c-format5303msgid "Unknown type: %d"5304msgstr ""53055306#: builtin/log.c:6275307msgid "format.headers without value"5308msgstr ""53095310#: builtin/log.c:7015311msgid "name of output directory is too long"5312msgstr ""53135314#: builtin/log.c:7175315#, c-format5316msgid "Cannot open patch file %s"5317msgstr ""53185319#: builtin/log.c:7315320msgid "Need exactly one range."5321msgstr ""53225323#: builtin/log.c:7395324msgid "Not a range."5325msgstr ""53265327#: builtin/log.c:8125328msgid "Cover letter needs email format"5329msgstr ""53305331#: builtin/log.c:8855332#, c-format5333msgid "insane in-reply-to: %s"5334msgstr ""53355336#: builtin/log.c:9135337msgid "git format-patch [options] [<since> | <revision range>]"5338msgstr ""53395340#: builtin/log.c:9585341msgid "Two output directories?"5342msgstr ""53435344#: builtin/log.c:10975345msgid "use [PATCH n/m] even with a single patch"5346msgstr ""53475348#: builtin/log.c:11005349msgid "use [PATCH] even with multiple patches"5350msgstr ""53515352#: builtin/log.c:11045353msgid "print patches to standard out"5354msgstr ""53555356#: builtin/log.c:11065357msgid "generate a cover letter"5358msgstr ""53595360#: builtin/log.c:11085361msgid "use simple number sequence for output file names"5362msgstr ""53635364#: builtin/log.c:11095365msgid "sfx"5366msgstr ""53675368#: builtin/log.c:11105369msgid "use <sfx> instead of '.patch'"5370msgstr ""53715372#: builtin/log.c:11125373msgid "start numbering patches at <n> instead of 1"5374msgstr ""53755376#: builtin/log.c:11145377msgid "mark the series as Nth re-roll"5378msgstr ""53795380#: builtin/log.c:11165381msgid "Use [<prefix>] instead of [PATCH]"5382msgstr ""53835384#: builtin/log.c:11195385msgid "store resulting files in <dir>"5386msgstr ""53875388#: builtin/log.c:11225389msgid "don't strip/add [PATCH]"5390msgstr ""53915392#: builtin/log.c:11255393msgid "don't output binary diffs"5394msgstr ""53955396#: builtin/log.c:11275397msgid "don't include a patch matching a commit upstream"5398msgstr ""53995400#: builtin/log.c:11295401msgid "show patch format instead of default (patch + stat)"5402msgstr ""54035404#: builtin/log.c:11315405msgid "Messaging"5406msgstr ""54075408#: builtin/log.c:11325409msgid "header"5410msgstr ""54115412#: builtin/log.c:11335413msgid "add email header"5414msgstr ""54155416#: builtin/log.c:1134 builtin/log.c:11365417msgid "email"5418msgstr ""54195420#: builtin/log.c:11345421msgid "add To: header"5422msgstr ""54235424#: builtin/log.c:11365425msgid "add Cc: header"5426msgstr ""54275428#: builtin/log.c:11385429msgid "message-id"5430msgstr ""54315432#: builtin/log.c:11395433msgid "make first mail a reply to <message-id>"5434msgstr ""54355436#: builtin/log.c:1140 builtin/log.c:11435437msgid "boundary"5438msgstr ""54395440#: builtin/log.c:11415441msgid "attach the patch"5442msgstr ""54435444#: builtin/log.c:11445445msgid "inline the patch"5446msgstr ""54475448#: builtin/log.c:11485449msgid "enable message threading, styles: shallow, deep"5450msgstr ""54515452#: builtin/log.c:11505453msgid "signature"5454msgstr ""54555456#: builtin/log.c:11515457msgid "add a signature"5458msgstr ""54595460#: builtin/log.c:11535461msgid "don't print the patch filenames"5462msgstr ""54635464#: builtin/log.c:12025465#, c-format5466msgid "bogus committer info %s"5467msgstr ""54685469#: builtin/log.c:12475470msgid "-n and -k are mutually exclusive."5471msgstr ""54725473#: builtin/log.c:12495474msgid "--subject-prefix and -k are mutually exclusive."5475msgstr ""54765477#: builtin/log.c:12575478msgid "--name-only does not make sense"5479msgstr ""54805481#: builtin/log.c:12595482msgid "--name-status does not make sense"5483msgstr ""54845485#: builtin/log.c:12615486msgid "--check does not make sense"5487msgstr ""54885489#: builtin/log.c:12845490msgid "standard output, or directory, which one?"5491msgstr ""54925493#: builtin/log.c:12865494#, c-format5495msgid "Could not create directory '%s'"5496msgstr ""54975498#: builtin/log.c:14395499msgid "Failed to create output files"5500msgstr ""55015502#: builtin/log.c:14885503msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"5504msgstr ""55055506#: builtin/log.c:15435507#, c-format5508msgid ""5509"Could not find a tracked remote branch, please specify <upstream> manually.\n"5510msgstr ""55115512#: builtin/log.c:1556 builtin/log.c:1558 builtin/log.c:15705513#, c-format5514msgid "Unknown commit %s"5515msgstr ""55165517#: builtin/ls-files.c:4095518msgid "git ls-files [options] [<file>...]"5519msgstr ""55205521#: builtin/ls-files.c:4665522msgid "identify the file status with tags"5523msgstr ""55245525#: builtin/ls-files.c:4685526msgid "use lowercase letters for 'assume unchanged' files"5527msgstr ""55285529#: builtin/ls-files.c:4705530msgid "show cached files in the output (default)"5531msgstr ""55325533#: builtin/ls-files.c:4725534msgid "show deleted files in the output"5535msgstr ""55365537#: builtin/ls-files.c:4745538msgid "show modified files in the output"5539msgstr ""55405541#: builtin/ls-files.c:4765542msgid "show other files in the output"5543msgstr ""55445545#: builtin/ls-files.c:4785546msgid "show ignored files in the output"5547msgstr ""55485549#: builtin/ls-files.c:4815550msgid "show staged contents' object name in the output"5551msgstr ""55525553#: builtin/ls-files.c:4835554msgid "show files on the filesystem that need to be removed"5555msgstr ""55565557#: builtin/ls-files.c:4855558msgid "show 'other' directories' name only"5559msgstr ""55605561#: builtin/ls-files.c:4885562msgid "don't show empty directories"5563msgstr ""55645565#: builtin/ls-files.c:4915566msgid "show unmerged files in the output"5567msgstr ""55685569#: builtin/ls-files.c:4935570msgid "show resolve-undo information"5571msgstr ""55725573#: builtin/ls-files.c:4955574msgid "skip files matching pattern"5575msgstr ""55765577#: builtin/ls-files.c:4985578msgid "exclude patterns are read from <file>"5579msgstr ""55805581#: builtin/ls-files.c:5015582msgid "read additional per-directory exclude patterns in <file>"5583msgstr ""55845585#: builtin/ls-files.c:5035586msgid "add the standard git exclusions"5587msgstr ""55885589#: builtin/ls-files.c:5065590msgid "make the output relative to the project top directory"5591msgstr ""55925593#: builtin/ls-files.c:5095594msgid "if any <file> is not in the index, treat this as an error"5595msgstr ""55965597#: builtin/ls-files.c:5105598msgid "tree-ish"5599msgstr ""56005601#: builtin/ls-files.c:5115602msgid "pretend that paths removed since <tree-ish> are still present"5603msgstr ""56045605#: builtin/ls-files.c:5135606msgid "show debugging data"5607msgstr ""56085609#: builtin/ls-tree.c:275610msgid "git ls-tree [<options>] <tree-ish> [<path>...]"5611msgstr ""56125613#: builtin/ls-tree.c:1255614msgid "only show trees"5615msgstr ""56165617#: builtin/ls-tree.c:1275618msgid "recurse into subtrees"5619msgstr ""56205621#: builtin/ls-tree.c:1295622msgid "show trees when recursing"5623msgstr ""56245625#: builtin/ls-tree.c:1325626msgid "terminate entries with NUL byte"5627msgstr ""56285629#: builtin/ls-tree.c:1335630msgid "include object size"5631msgstr ""56325633#: builtin/ls-tree.c:135 builtin/ls-tree.c:1375634msgid "list only filenames"5635msgstr ""56365637#: builtin/ls-tree.c:1405638msgid "use full path names"5639msgstr ""56405641#: builtin/ls-tree.c:1425642msgid "list entire tree; not just current directory (implies --full-name)"5643msgstr ""56445645#: builtin/merge.c:435646msgid "git merge [options] [<commit>...]"5647msgstr ""56485649#: builtin/merge.c:445650msgid "git merge [options] <msg> HEAD <commit>"5651msgstr ""56525653#: builtin/merge.c:455654msgid "git merge --abort"5655msgstr ""56565657#: builtin/merge.c:905658msgid "switch `m' requires a value"5659msgstr ""56605661#: builtin/merge.c:1275662#, c-format5663msgid "Could not find merge strategy '%s'.\n"5664msgstr ""56655666#: builtin/merge.c:1285667#, c-format5668msgid "Available strategies are:"5669msgstr ""56705671#: builtin/merge.c:1335672#, c-format5673msgid "Available custom strategies are:"5674msgstr ""56755676#: builtin/merge.c:1835677msgid "do not show a diffstat at the end of the merge"5678msgstr ""56795680#: builtin/merge.c:1865681msgid "show a diffstat at the end of the merge"5682msgstr ""56835684#: builtin/merge.c:1875685msgid "(synonym to --stat)"5686msgstr ""56875688#: builtin/merge.c:1895689msgid "add (at most <n>) entries from shortlog to merge commit message"5690msgstr ""56915692#: builtin/merge.c:1925693msgid "create a single commit instead of doing a merge"5694msgstr ""56955696#: builtin/merge.c:1945697msgid "perform a commit if the merge succeeds (default)"5698msgstr ""56995700#: builtin/merge.c:1965701msgid "edit message before committing"5702msgstr ""57035704#: builtin/merge.c:1985705msgid "allow fast-forward (default)"5706msgstr ""57075708#: builtin/merge.c:2005709msgid "abort if fast-forward is not possible"5710msgstr ""57115712#: builtin/merge.c:202 builtin/notes.c:866 builtin/revert.c:1125713msgid "strategy"5714msgstr ""57155716#: builtin/merge.c:2035717msgid "merge strategy to use"5718msgstr ""57195720#: builtin/merge.c:2045721msgid "option=value"5722msgstr ""57235724#: builtin/merge.c:2055725msgid "option for selected merge strategy"5726msgstr ""57275728#: builtin/merge.c:2075729msgid "merge commit message (for a non-fast-forward merge)"5730msgstr ""57315732#: builtin/merge.c:2115733msgid "abort the current in-progress merge"5734msgstr ""57355736#: builtin/merge.c:2405737msgid "could not run stash."5738msgstr ""57395740#: builtin/merge.c:2455741msgid "stash failed"5742msgstr ""57435744#: builtin/merge.c:2505745#, c-format5746msgid "not a valid object: %s"5747msgstr ""57485749#: builtin/merge.c:269 builtin/merge.c:2865750msgid "read-tree failed"5751msgstr ""57525753#: builtin/merge.c:3165754msgid " (nothing to squash)"5755msgstr ""57565757#: builtin/merge.c:3295758#, c-format5759msgid "Squash commit -- not updating HEAD\n"5760msgstr ""57615762#: builtin/merge.c:3615763msgid "Writing SQUASH_MSG"5764msgstr ""57655766#: builtin/merge.c:3635767msgid "Finishing SQUASH_MSG"5768msgstr ""57695770#: builtin/merge.c:3865771#, c-format5772msgid "No merge message -- not updating HEAD\n"5773msgstr ""57745775#: builtin/merge.c:4365776#, c-format5777msgid "'%s' does not point to a commit"5778msgstr ""57795780#: builtin/merge.c:5355781#, c-format5782msgid "Bad branch.%s.mergeoptions string: %s"5783msgstr ""57845785#: builtin/merge.c:6285786msgid "git write-tree failed to write a tree"5787msgstr ""57885789#: builtin/merge.c:6565790msgid "Not handling anything other than two heads merge."5791msgstr ""57925793#: builtin/merge.c:6705794#, c-format5795msgid "Unknown option for merge-recursive: -X%s"5796msgstr ""57975798#: builtin/merge.c:6845799#, c-format5800msgid "unable to write %s"5801msgstr ""58025803#: builtin/merge.c:7735804#, c-format5805msgid "Could not read from '%s'"5806msgstr ""58075808#: builtin/merge.c:7825809#, c-format5810msgid "Not committing merge; use 'git commit' to complete the merge.\n"5811msgstr ""58125813#: builtin/merge.c:7885814#, c-format5815msgid ""5816"Please enter a commit message to explain why this merge is necessary,\n"5817"especially if it merges an updated upstream into a topic branch.\n"5818"\n"5819"Lines starting with '%c' will be ignored, and an empty message aborts\n"5820"the commit.\n"5821msgstr ""58225823#: builtin/merge.c:8125824msgid "Empty commit message."5825msgstr ""58265827#: builtin/merge.c:8245828#, c-format5829msgid "Wonderful.\n"5830msgstr ""58315832#: builtin/merge.c:8895833#, c-format5834msgid "Automatic merge failed; fix conflicts and then commit the result.\n"5835msgstr ""58365837#: builtin/merge.c:9055838#, c-format5839msgid "'%s' is not a commit"5840msgstr ""58415842#: builtin/merge.c:9465843msgid "No current branch."5844msgstr ""58455846#: builtin/merge.c:9485847msgid "No remote for the current branch."5848msgstr ""58495850#: builtin/merge.c:9505851msgid "No default upstream defined for the current branch."5852msgstr ""58535854#: builtin/merge.c:9555855#, c-format5856msgid "No remote tracking branch for %s from %s"5857msgstr ""58585859#: builtin/merge.c:1042 builtin/merge.c:11995860#, c-format5861msgid "%s - not something we can merge"5862msgstr ""58635864#: builtin/merge.c:11105865msgid "There is no merge to abort (MERGE_HEAD missing)."5866msgstr ""58675868#: builtin/merge.c:1126 git-pull.sh:315869msgid ""5870"You have not concluded your merge (MERGE_HEAD exists).\n"5871"Please, commit your changes before you can merge."5872msgstr ""58735874#: builtin/merge.c:1129 git-pull.sh:345875msgid "You have not concluded your merge (MERGE_HEAD exists)."5876msgstr ""58775878#: builtin/merge.c:11335879msgid ""5880"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"5881"Please, commit your changes before you can merge."5882msgstr ""58835884#: builtin/merge.c:11365885msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."5886msgstr ""58875888#: builtin/merge.c:11455889msgid "You cannot combine --squash with --no-ff."5890msgstr ""58915892#: builtin/merge.c:11505893msgid "You cannot combine --no-ff with --ff-only."5894msgstr ""58955896#: builtin/merge.c:11575897msgid "No commit specified and merge.defaultToUpstream not set."5898msgstr ""58995900#: builtin/merge.c:11895901msgid "Can merge only exactly one commit into empty head"5902msgstr ""59035904#: builtin/merge.c:11925905msgid "Squash commit into empty head not supported yet"5906msgstr ""59075908#: builtin/merge.c:11945909msgid "Non-fast-forward commit does not make sense into an empty head"5910msgstr ""59115912#: builtin/merge.c:13105913#, c-format5914msgid "Updating %s..%s\n"5915msgstr ""59165917#: builtin/merge.c:13495918#, c-format5919msgid "Trying really trivial in-index merge...\n"5920msgstr ""59215922#: builtin/merge.c:13565923#, c-format5924msgid "Nope.\n"5925msgstr ""59265927#: builtin/merge.c:13885928msgid "Not possible to fast-forward, aborting."5929msgstr ""59305931#: builtin/merge.c:1411 builtin/merge.c:14905932#, c-format5933msgid "Rewinding the tree to pristine...\n"5934msgstr ""59355936#: builtin/merge.c:14155937#, c-format5938msgid "Trying merge strategy %s...\n"5939msgstr ""59405941#: builtin/merge.c:14815942#, c-format5943msgid "No merge strategy handled the merge.\n"5944msgstr ""59455946#: builtin/merge.c:14835947#, c-format5948msgid "Merge with strategy %s failed.\n"5949msgstr ""59505951#: builtin/merge.c:14925952#, c-format5953msgid "Using the %s to prepare resolving by hand.\n"5954msgstr ""59555956#: builtin/merge.c:15045957#, c-format5958msgid "Automatic merge went well; stopped before committing as requested\n"5959msgstr ""59605961#: builtin/merge-base.c:265962msgid "git merge-base [-a|--all] <commit> <commit>..."5963msgstr ""59645965#: builtin/merge-base.c:275966msgid "git merge-base [-a|--all] --octopus <commit>..."5967msgstr ""59685969#: builtin/merge-base.c:285970msgid "git merge-base --independent <commit>..."5971msgstr ""59725973#: builtin/merge-base.c:295974msgid "git merge-base --is-ancestor <commit> <commit>"5975msgstr ""59765977#: builtin/merge-base.c:985978msgid "output all common ancestors"5979msgstr ""59805981#: builtin/merge-base.c:995982msgid "find ancestors for a single n-way merge"5983msgstr ""59845985#: builtin/merge-base.c:1005986msgid "list revs not reachable from others"5987msgstr ""59885989#: builtin/merge-base.c:1025990msgid "is the first one ancestor of the other?"5991msgstr ""59925993#: builtin/merge-file.c:85994msgid ""5995"git merge-file [options] [-L name1 [-L orig [-L name2]]] file1 orig_file "5996"file2"5997msgstr ""59985999#: builtin/merge-file.c:336000msgid "send results to standard output"6001msgstr ""60026003#: builtin/merge-file.c:346004msgid "use a diff3 based merge"6005msgstr ""60066007#: builtin/merge-file.c:356008msgid "for conflicts, use our version"6009msgstr ""60106011#: builtin/merge-file.c:376012msgid "for conflicts, use their version"6013msgstr ""60146015#: builtin/merge-file.c:396016msgid "for conflicts, use a union version"6017msgstr ""60186019#: builtin/merge-file.c:426020msgid "for conflicts, use this marker size"6021msgstr ""60226023#: builtin/merge-file.c:436024msgid "do not warn about conflicts"6025msgstr ""60266027#: builtin/merge-file.c:456028msgid "set labels for file1/orig_file/file2"6029msgstr ""60306031#: builtin/mktree.c:676032msgid "git mktree [-z] [--missing] [--batch]"6033msgstr ""60346035#: builtin/mktree.c:1536036msgid "input is NUL terminated"6037msgstr ""60386039#: builtin/mktree.c:154 builtin/write-tree.c:246040msgid "allow missing objects"6041msgstr ""60426043#: builtin/mktree.c:1556044msgid "allow creation of more than one tree"6045msgstr ""60466047#: builtin/mv.c:146048msgid "git mv [options] <source>... <destination>"6049msgstr ""60506051#: builtin/mv.c:646052msgid "force move/rename even if target exists"6053msgstr ""60546055#: builtin/mv.c:656056msgid "skip move/rename errors"6057msgstr ""60586059#: builtin/mv.c:1086060#, c-format6061msgid "Checking rename of '%s' to '%s'\n"6062msgstr ""60636064#: builtin/mv.c:1126065msgid "bad source"6066msgstr ""60676068#: builtin/mv.c:1156069msgid "can not move directory into itself"6070msgstr ""60716072#: builtin/mv.c:1186073msgid "cannot move directory over file"6074msgstr ""60756076#: builtin/mv.c:1286077#, c-format6078msgid "Huh? %.*s is in index?"6079msgstr ""60806081#: builtin/mv.c:1406082msgid "source directory is empty"6083msgstr ""60846085#: builtin/mv.c:1716086msgid "not under version control"6087msgstr ""60886089#: builtin/mv.c:1736090msgid "destination exists"6091msgstr ""60926093#: builtin/mv.c:1816094#, c-format6095msgid "overwriting '%s'"6096msgstr ""60976098#: builtin/mv.c:1846099msgid "Cannot overwrite"6100msgstr ""61016102#: builtin/mv.c:1876103msgid "multiple sources for the same target"6104msgstr ""61056106#: builtin/mv.c:2026107#, c-format6108msgid "%s, source=%s, destination=%s"6109msgstr ""61106111#: builtin/mv.c:2126112#, c-format6113msgid "Renaming %s to %s\n"6114msgstr ""61156116#: builtin/mv.c:215 builtin/remote.c:7316117#, c-format6118msgid "renaming '%s' failed"6119msgstr ""61206121#: builtin/name-rev.c:1756122msgid "git name-rev [options] <commit>..."6123msgstr ""61246125#: builtin/name-rev.c:1766126msgid "git name-rev [options] --all"6127msgstr ""61286129#: builtin/name-rev.c:1776130msgid "git name-rev [options] --stdin"6131msgstr ""61326133#: builtin/name-rev.c:2296134msgid "print only names (no SHA-1)"6135msgstr ""61366137#: builtin/name-rev.c:2306138msgid "only use tags to name the commits"6139msgstr ""61406141#: builtin/name-rev.c:2326142msgid "only use refs matching <pattern>"6143msgstr ""61446145#: builtin/name-rev.c:2346146msgid "list all commits reachable from all refs"6147msgstr ""61486149#: builtin/name-rev.c:2356150msgid "read from stdin"6151msgstr ""61526153#: builtin/name-rev.c:2366154msgid "allow to print `undefined` names"6155msgstr ""61566157#: builtin/notes.c:266158msgid "git notes [--ref <notes_ref>] [list [<object>]]"6159msgstr ""61606161#: builtin/notes.c:276162msgid ""6163"git notes [--ref <notes_ref>] add [-f] [-m <msg> | -F <file> | (-c | -C) "6164"<object>] [<object>]"6165msgstr ""61666167#: builtin/notes.c:286168msgid "git notes [--ref <notes_ref>] copy [-f] <from-object> <to-object>"6169msgstr ""61706171#: builtin/notes.c:296172msgid ""6173"git notes [--ref <notes_ref>] append [-m <msg> | -F <file> | (-c | -C) "6174"<object>] [<object>]"6175msgstr ""61766177#: builtin/notes.c:306178msgid "git notes [--ref <notes_ref>] edit [<object>]"6179msgstr ""61806181#: builtin/notes.c:316182msgid "git notes [--ref <notes_ref>] show [<object>]"6183msgstr ""61846185#: builtin/notes.c:326186msgid ""6187"git notes [--ref <notes_ref>] merge [-v | -q] [-s <strategy> ] <notes_ref>"6188msgstr ""61896190#: builtin/notes.c:336191msgid "git notes merge --commit [-v | -q]"6192msgstr ""61936194#: builtin/notes.c:346195msgid "git notes merge --abort [-v | -q]"6196msgstr ""61976198#: builtin/notes.c:356199msgid "git notes [--ref <notes_ref>] remove [<object>...]"6200msgstr ""62016202#: builtin/notes.c:366203msgid "git notes [--ref <notes_ref>] prune [-n | -v]"6204msgstr ""62056206#: builtin/notes.c:376207msgid "git notes [--ref <notes_ref>] get-ref"6208msgstr ""62096210#: builtin/notes.c:426211msgid "git notes [list [<object>]]"6212msgstr ""62136214#: builtin/notes.c:476215msgid "git notes add [<options>] [<object>]"6216msgstr ""62176218#: builtin/notes.c:526219msgid "git notes copy [<options>] <from-object> <to-object>"6220msgstr ""62216222#: builtin/notes.c:536223msgid "git notes copy --stdin [<from-object> <to-object>]..."6224msgstr ""62256226#: builtin/notes.c:586227msgid "git notes append [<options>] [<object>]"6228msgstr ""62296230#: builtin/notes.c:636231msgid "git notes edit [<object>]"6232msgstr ""62336234#: builtin/notes.c:686235msgid "git notes show [<object>]"6236msgstr ""62376238#: builtin/notes.c:736239msgid "git notes merge [<options>] <notes_ref>"6240msgstr ""62416242#: builtin/notes.c:746243msgid "git notes merge --commit [<options>]"6244msgstr ""62456246#: builtin/notes.c:756247msgid "git notes merge --abort [<options>]"6248msgstr ""62496250#: builtin/notes.c:806251msgid "git notes remove [<object>]"6252msgstr ""62536254#: builtin/notes.c:856255msgid "git notes prune [<options>]"6256msgstr ""62576258#: builtin/notes.c:906259msgid "git notes get-ref"6260msgstr ""62616262#: builtin/notes.c:1396263#, c-format6264msgid "unable to start 'show' for object '%s'"6265msgstr ""62666267#: builtin/notes.c:1436268msgid "could not read 'show' output"6269msgstr ""62706271#: builtin/notes.c:1516272#, c-format6273msgid "failed to finish 'show' for object '%s'"6274msgstr ""62756276#: builtin/notes.c:169 builtin/tag.c:3416277#, c-format6278msgid "could not create file '%s'"6279msgstr ""62806281#: builtin/notes.c:1886282msgid "Please supply the note contents using either -m or -F option"6283msgstr ""62846285#: builtin/notes.c:209 builtin/notes.c:9726286#, c-format6287msgid "Removing note for object %s\n"6288msgstr ""62896290#: builtin/notes.c:2146291msgid "unable to write note object"6292msgstr ""62936294#: builtin/notes.c:2166295#, c-format6296msgid "The note contents has been left in %s"6297msgstr ""62986299#: builtin/notes.c:250 builtin/tag.c:5406300#, c-format6301msgid "cannot read '%s'"6302msgstr ""63036304#: builtin/notes.c:252 builtin/tag.c:5436305#, c-format6306msgid "could not open or read '%s'"6307msgstr ""63086309#: builtin/notes.c:271 builtin/notes.c:444 builtin/notes.c:4466310#: builtin/notes.c:506 builtin/notes.c:560 builtin/notes.c:6436311#: builtin/notes.c:648 builtin/notes.c:723 builtin/notes.c:7656312#: builtin/notes.c:967 builtin/tag.c:5566313#, c-format6314msgid "Failed to resolve '%s' as a valid ref."6315msgstr ""63166317#: builtin/notes.c:2746318#, c-format6319msgid "Failed to read object '%s'."6320msgstr ""63216322#: builtin/notes.c:2986323msgid "Cannot commit uninitialized/unreferenced notes tree"6324msgstr ""63256326#: builtin/notes.c:3396327#, c-format6328msgid "Bad notes.rewriteMode value: '%s'"6329msgstr ""63306331#: builtin/notes.c:3496332#, c-format6333msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"6334msgstr ""63356336#. TRANSLATORS: The first %s is the name of the6337#. environment variable, the second %s is its value6338#: builtin/notes.c:3766339#, c-format6340msgid "Bad %s value: '%s'"6341msgstr ""63426343#: builtin/notes.c:4406344#, c-format6345msgid "Malformed input line: '%s'."6346msgstr ""63476348#: builtin/notes.c:4556349#, c-format6350msgid "Failed to copy notes from '%s' to '%s'"6351msgstr ""63526353#: builtin/notes.c:499 builtin/notes.c:553 builtin/notes.c:6266354#: builtin/notes.c:638 builtin/notes.c:711 builtin/notes.c:7586355#: builtin/notes.c:10326356msgid "too many parameters"6357msgstr ""63586359#: builtin/notes.c:512 builtin/notes.c:7716360#, c-format6361msgid "No note found for object %s."6362msgstr ""63636364#: builtin/notes.c:534 builtin/notes.c:6916365msgid "note contents as a string"6366msgstr ""63676368#: builtin/notes.c:537 builtin/notes.c:6946369msgid "note contents in a file"6370msgstr ""63716372#: builtin/notes.c:539 builtin/notes.c:542 builtin/notes.c:6966373#: builtin/notes.c:699 builtin/tag.c:4746374msgid "object"6375msgstr ""63766377#: builtin/notes.c:540 builtin/notes.c:6976378msgid "reuse and edit specified note object"6379msgstr ""63806381#: builtin/notes.c:543 builtin/notes.c:7006382msgid "reuse specified note object"6383msgstr ""63846385#: builtin/notes.c:545 builtin/notes.c:6136386msgid "replace existing notes"6387msgstr ""63886389#: builtin/notes.c:5796390#, c-format6391msgid ""6392"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "6393"existing notes"6394msgstr ""63956396#: builtin/notes.c:584 builtin/notes.c:6616397#, c-format6398msgid "Overwriting existing notes for object %s\n"6399msgstr ""64006401#: builtin/notes.c:6146402msgid "read objects from stdin"6403msgstr ""64046405#: builtin/notes.c:6166406msgid "load rewriting config for <command> (implies --stdin)"6407msgstr ""64086409#: builtin/notes.c:6346410msgid "too few parameters"6411msgstr ""64126413#: builtin/notes.c:6556414#, c-format6415msgid ""6416"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "6417"existing notes"6418msgstr ""64196420#: builtin/notes.c:6676421#, c-format6422msgid "Missing notes on source object %s. Cannot copy."6423msgstr ""64246425#: builtin/notes.c:7166426#, c-format6427msgid ""6428"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"6429"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"6430msgstr ""64316432#: builtin/notes.c:8636433msgid "General options"6434msgstr ""64356436#: builtin/notes.c:8656437msgid "Merge options"6438msgstr ""64396440#: builtin/notes.c:8676441msgid ""6442"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"6443"cat_sort_uniq)"6444msgstr ""64456446#: builtin/notes.c:8696447msgid "Committing unmerged notes"6448msgstr ""64496450#: builtin/notes.c:8716451msgid "finalize notes merge by committing unmerged notes"6452msgstr ""64536454#: builtin/notes.c:8736455msgid "Aborting notes merge resolution"6456msgstr ""64576458#: builtin/notes.c:8756459msgid "abort notes merge"6460msgstr ""64616462#: builtin/notes.c:9706463#, c-format6464msgid "Object %s has no note\n"6465msgstr ""64666467#: builtin/notes.c:9826468msgid "attempt to remove non-existent note is not an error"6469msgstr ""64706471#: builtin/notes.c:9856472msgid "read object names from the standard input"6473msgstr ""64746475#: builtin/notes.c:10666476msgid "notes_ref"6477msgstr ""64786479#: builtin/notes.c:10676480msgid "use notes from <notes_ref>"6481msgstr ""64826483#: builtin/notes.c:1102 builtin/remote.c:15986484#, c-format6485msgid "Unknown subcommand: %s"6486msgstr ""64876488#: builtin/pack-objects.c:236489msgid "git pack-objects --stdout [options...] [< ref-list | < object-list]"6490msgstr ""64916492#: builtin/pack-objects.c:246493msgid "git pack-objects [options...] base-name [< ref-list | < object-list]"6494msgstr ""64956496#: builtin/pack-objects.c:183 builtin/pack-objects.c:1866497#, c-format6498msgid "deflate error (%d)"6499msgstr ""65006501#: builtin/pack-objects.c:23976502#, c-format6503msgid "unsupported index version %s"6504msgstr ""65056506#: builtin/pack-objects.c:24016507#, c-format6508msgid "bad index version '%s'"6509msgstr ""65106511#: builtin/pack-objects.c:24246512#, c-format6513msgid "option %s does not accept negative form"6514msgstr ""65156516#: builtin/pack-objects.c:24286517#, c-format6518msgid "unable to parse value '%s' for option %s"6519msgstr ""65206521#: builtin/pack-objects.c:24476522msgid "do not show progress meter"6523msgstr ""65246525#: builtin/pack-objects.c:24496526msgid "show progress meter"6527msgstr ""65286529#: builtin/pack-objects.c:24516530msgid "show progress meter during object writing phase"6531msgstr ""65326533#: builtin/pack-objects.c:24546534msgid "similar to --all-progress when progress meter is shown"6535msgstr ""65366537#: builtin/pack-objects.c:24556538msgid "version[,offset]"6539msgstr ""65406541#: builtin/pack-objects.c:24566542msgid "write the pack index file in the specified idx format version"6543msgstr ""65446545#: builtin/pack-objects.c:24596546msgid "maximum size of each output pack file"6547msgstr ""65486549#: builtin/pack-objects.c:24616550msgid "ignore borrowed objects from alternate object store"6551msgstr ""65526553#: builtin/pack-objects.c:24636554msgid "ignore packed objects"6555msgstr ""65566557#: builtin/pack-objects.c:24656558msgid "limit pack window by objects"6559msgstr ""65606561#: builtin/pack-objects.c:24676562msgid "limit pack window by memory in addition to object limit"6563msgstr ""65646565#: builtin/pack-objects.c:24696566msgid "maximum length of delta chain allowed in the resulting pack"6567msgstr ""65686569#: builtin/pack-objects.c:24716570msgid "reuse existing deltas"6571msgstr ""65726573#: builtin/pack-objects.c:24736574msgid "reuse existing objects"6575msgstr ""65766577#: builtin/pack-objects.c:24756578msgid "use OFS_DELTA objects"6579msgstr ""65806581#: builtin/pack-objects.c:24776582msgid "use threads when searching for best delta matches"6583msgstr ""65846585#: builtin/pack-objects.c:24796586msgid "do not create an empty pack output"6587msgstr ""65886589#: builtin/pack-objects.c:24816590msgid "read revision arguments from standard input"6591msgstr ""65926593#: builtin/pack-objects.c:24836594msgid "limit the objects to those that are not yet packed"6595msgstr ""65966597#: builtin/pack-objects.c:24866598msgid "include objects reachable from any reference"6599msgstr ""66006601#: builtin/pack-objects.c:24896602msgid "include objects referred by reflog entries"6603msgstr ""66046605#: builtin/pack-objects.c:24926606msgid "output pack to stdout"6607msgstr ""66086609#: builtin/pack-objects.c:24946610msgid "include tag objects that refer to objects to be packed"6611msgstr ""66126613#: builtin/pack-objects.c:24966614msgid "keep unreachable objects"6615msgstr ""66166617#: builtin/pack-objects.c:2497 parse-options.h:1416618msgid "time"6619msgstr ""66206621#: builtin/pack-objects.c:24986622msgid "unpack unreachable objects newer than <time>"6623msgstr ""66246625#: builtin/pack-objects.c:25016626msgid "create thin packs"6627msgstr ""66286629#: builtin/pack-objects.c:25036630msgid "ignore packs that have companion .keep file"6631msgstr ""66326633#: builtin/pack-objects.c:25056634msgid "pack compression level"6635msgstr ""66366637#: builtin/pack-objects.c:25076638msgid "do not hide commits by grafts"6639msgstr ""66406641#: builtin/pack-refs.c:66642msgid "git pack-refs [options]"6643msgstr ""66446645#: builtin/pack-refs.c:146646msgid "pack everything"6647msgstr ""66486649#: builtin/pack-refs.c:156650msgid "prune loose refs (default)"6651msgstr ""66526653#: builtin/prune-packed.c:76654msgid "git prune-packed [-n|--dry-run] [-q|--quiet]"6655msgstr ""66566657#: builtin/prune.c:126658msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"6659msgstr ""66606661#: builtin/prune.c:1326662msgid "do not remove, show only"6663msgstr ""66646665#: builtin/prune.c:1336666msgid "report pruned objects"6667msgstr ""66686669#: builtin/prune.c:1366670msgid "expire objects older than <time>"6671msgstr ""66726673#: builtin/push.c:146674msgid "git push [<options>] [<repository> [<refspec>...]]"6675msgstr ""66766677#: builtin/push.c:456678msgid "tag shorthand without <tag>"6679msgstr ""66806681#: builtin/push.c:646682msgid "--delete only accepts plain target ref names"6683msgstr ""66846685#: builtin/push.c:996686msgid ""6687"\n"6688"To choose either option permanently, see push.default in 'git help config'."6689msgstr ""66906691#: builtin/push.c:1026692#, c-format6693msgid ""6694"The upstream branch of your current branch does not match\n"6695"the name of your current branch. To push to the upstream branch\n"6696"on the remote, use\n"6697"\n"6698" git push %s HEAD:%s\n"6699"\n"6700"To push to the branch of the same name on the remote, use\n"6701"\n"6702" git push %s %s\n"6703"%s"6704msgstr ""67056706#: builtin/push.c:1216707#, c-format6708msgid ""6709"You are not currently on a branch.\n"6710"To push the history leading to the current (detached HEAD)\n"6711"state now, use\n"6712"\n"6713" git push %s HEAD:<name-of-remote-branch>\n"6714msgstr ""67156716#: builtin/push.c:1286717#, c-format6718msgid ""6719"The current branch %s has no upstream branch.\n"6720"To push the current branch and set the remote as upstream, use\n"6721"\n"6722" git push --set-upstream %s %s\n"6723msgstr ""67246725#: builtin/push.c:1366726#, c-format6727msgid "The current branch %s has multiple upstream branches, refusing to push."6728msgstr ""67296730#: builtin/push.c:1396731#, c-format6732msgid ""6733"You are pushing to remote '%s', which is not the upstream of\n"6734"your current branch '%s', without telling me what to push\n"6735"to update which remote branch."6736msgstr ""67376738#: builtin/push.c:1516739msgid ""6740"push.default is unset; its implicit value is changing in\n"6741"Git 2.0 from 'matching' to 'simple'. To squelch this message\n"6742"and maintain the current behavior after the default changes, use:\n"6743"\n"6744" git config --global push.default matching\n"6745"\n"6746"To squelch this message and adopt the new behavior now, use:\n"6747"\n"6748" git config --global push.default simple\n"6749"\n"6750"See 'git help config' and search for 'push.default' for further "6751"information.\n"6752"(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"6753"'current' instead of 'simple' if you sometimes use older versions of Git)"6754msgstr ""67556756#: builtin/push.c:1996757msgid ""6758"You didn't specify any refspecs to push, and push.default is \"nothing\"."6759msgstr ""67606761#: builtin/push.c:2066762msgid ""6763"Updates were rejected because the tip of your current branch is behind\n"6764"its remote counterpart. Merge the remote changes (e.g. 'git pull')\n"6765"before pushing again.\n"6766"See the 'Note about fast-forwards' in 'git push --help' for details."6767msgstr ""67686769#: builtin/push.c:2126770msgid ""6771"Updates were rejected because a pushed branch tip is behind its remote\n"6772"counterpart. If you did not intend to push that branch, you may want to\n"6773"specify branches to push or set the 'push.default' configuration variable\n"6774"to 'simple', 'current' or 'upstream' to push only the current branch."6775msgstr ""67766777#: builtin/push.c:2186778msgid ""6779"Updates were rejected because a pushed branch tip is behind its remote\n"6780"counterpart. Check out this branch and merge the remote changes\n"6781"(e.g. 'git pull') before pushing again.\n"6782"See the 'Note about fast-forwards' in 'git push --help' for details."6783msgstr ""67846785#: builtin/push.c:2246786msgid ""6787"Updates were rejected because the remote contains work that you do\n"6788"not have locally. This is usually caused by another repository pushing\n"6789"to the same ref. You may want to first merge the remote changes (e.g.,\n"6790"'git pull') before pushing again.\n"6791"See the 'Note about fast-forwards' in 'git push --help' for details."6792msgstr ""67936794#: builtin/push.c:2316795msgid "Updates were rejected because the tag already exists in the remote."6796msgstr ""67976798#: builtin/push.c:2346799msgid ""6800"You cannot update a remote ref that points at a non-commit object,\n"6801"or update a remote ref to make it point at a non-commit object,\n"6802"without using the '--force' option.\n"6803msgstr ""68046805#: builtin/push.c:2946806#, c-format6807msgid "Pushing to %s\n"6808msgstr ""68096810#: builtin/push.c:2986811#, c-format6812msgid "failed to push some refs to '%s'"6813msgstr ""68146815#: builtin/push.c:3316816#, c-format6817msgid "bad repository '%s'"6818msgstr ""68196820#: builtin/push.c:3326821msgid ""6822"No configured push destination.\n"6823"Either specify the URL from the command-line or configure a remote "6824"repository using\n"6825"\n"6826" git remote add <name> <url>\n"6827"\n"6828"and then push using the remote name\n"6829"\n"6830" git push <name>\n"6831msgstr ""68326833#: builtin/push.c:3476834msgid "--all and --tags are incompatible"6835msgstr ""68366837#: builtin/push.c:3486838msgid "--all can't be combined with refspecs"6839msgstr ""68406841#: builtin/push.c:3536842msgid "--mirror and --tags are incompatible"6843msgstr ""68446845#: builtin/push.c:3546846msgid "--mirror can't be combined with refspecs"6847msgstr ""68486849#: builtin/push.c:3596850msgid "--all and --mirror are incompatible"6851msgstr ""68526853#: builtin/push.c:4196854msgid "repository"6855msgstr ""68566857#: builtin/push.c:4206858msgid "push all refs"6859msgstr ""68606861#: builtin/push.c:4216862msgid "mirror all refs"6863msgstr ""68646865#: builtin/push.c:4236866msgid "delete refs"6867msgstr ""68686869#: builtin/push.c:4246870msgid "push tags (can't be used with --all or --mirror)"6871msgstr ""68726873#: builtin/push.c:4276874msgid "force updates"6875msgstr ""68766877#: builtin/push.c:4286878msgid "check"6879msgstr ""68806881#: builtin/push.c:4296882msgid "control recursive pushing of submodules"6883msgstr ""68846885#: builtin/push.c:4316886msgid "use thin pack"6887msgstr ""68886889#: builtin/push.c:432 builtin/push.c:4336890msgid "receive pack program"6891msgstr ""68926893#: builtin/push.c:4346894msgid "set upstream for git pull/status"6895msgstr ""68966897#: builtin/push.c:4376898msgid "prune locally removed refs"6899msgstr ""69006901#: builtin/push.c:4396902msgid "bypass pre-push hook"6903msgstr ""69046905#: builtin/push.c:4486906msgid "--delete is incompatible with --all, --mirror and --tags"6907msgstr ""69086909#: builtin/push.c:4506910msgid "--delete doesn't make sense without any refs"6911msgstr ""69126913#: builtin/read-tree.c:366914msgid ""6915"git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>] "6916"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"6917"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"6918msgstr ""69196920#: builtin/read-tree.c:1086921msgid "write resulting index to <file>"6922msgstr ""69236924#: builtin/read-tree.c:1116925msgid "only empty the index"6926msgstr ""69276928#: builtin/read-tree.c:1136929msgid "Merging"6930msgstr ""69316932#: builtin/read-tree.c:1156933msgid "perform a merge in addition to a read"6934msgstr ""69356936#: builtin/read-tree.c:1176937msgid "3-way merge if no file level merging required"6938msgstr ""69396940#: builtin/read-tree.c:1196941msgid "3-way merge in presence of adds and removes"6942msgstr ""69436944#: builtin/read-tree.c:1216945msgid "same as -m, but discard unmerged entries"6946msgstr ""69476948#: builtin/read-tree.c:1226949msgid "<subdirectory>/"6950msgstr ""69516952#: builtin/read-tree.c:1236953msgid "read the tree into the index under <subdirectory>/"6954msgstr ""69556956#: builtin/read-tree.c:1266957msgid "update working tree with merge result"6958msgstr ""69596960#: builtin/read-tree.c:1286961msgid "gitignore"6962msgstr ""69636964#: builtin/read-tree.c:1296965msgid "allow explicitly ignored files to be overwritten"6966msgstr ""69676968#: builtin/read-tree.c:1326969msgid "don't check the working tree after merging"6970msgstr ""69716972#: builtin/read-tree.c:1336973msgid "don't update the index or the work tree"6974msgstr ""69756976#: builtin/read-tree.c:1356977msgid "skip applying sparse checkout filter"6978msgstr ""69796980#: builtin/read-tree.c:1376981msgid "debug unpack-trees"6982msgstr ""69836984#: builtin/remote.c:116985msgid "git remote [-v | --verbose]"6986msgstr ""69876988#: builtin/remote.c:126989msgid ""6990"git remote add [-t <branch>] [-m <master>] [-f] [--tags|--no-tags] [--"6991"mirror=<fetch|push>] <name> <url>"6992msgstr ""69936994#: builtin/remote.c:13 builtin/remote.c:326995msgid "git remote rename <old> <new>"6996msgstr ""69976998#: builtin/remote.c:14 builtin/remote.c:376999msgid "git remote remove <name>"7000msgstr ""70017002#: builtin/remote.c:15 builtin/remote.c:427003msgid "git remote set-head <name> (-a | -d | <branch>)"7004msgstr ""70057006#: builtin/remote.c:167007msgid "git remote [-v | --verbose] show [-n] <name>"7008msgstr ""70097010#: builtin/remote.c:177011msgid "git remote prune [-n | --dry-run] <name>"7012msgstr ""70137014#: builtin/remote.c:187015msgid ""7016"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"7017msgstr ""70187019#: builtin/remote.c:197020msgid "git remote set-branches [--add] <name> <branch>..."7021msgstr ""70227023#: builtin/remote.c:20 builtin/remote.c:687024msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"7025msgstr ""70267027#: builtin/remote.c:21 builtin/remote.c:697028msgid "git remote set-url --add <name> <newurl>"7029msgstr ""70307031#: builtin/remote.c:22 builtin/remote.c:707032msgid "git remote set-url --delete <name> <url>"7033msgstr ""70347035#: builtin/remote.c:277036msgid "git remote add [<options>] <name> <url>"7037msgstr ""70387039#: builtin/remote.c:477040msgid "git remote set-branches <name> <branch>..."7041msgstr ""70427043#: builtin/remote.c:487044msgid "git remote set-branches --add <name> <branch>..."7045msgstr ""70467047#: builtin/remote.c:537048msgid "git remote show [<options>] <name>"7049msgstr ""70507051#: builtin/remote.c:587052msgid "git remote prune [<options>] <name>"7053msgstr ""70547055#: builtin/remote.c:637056msgid "git remote update [<options>] [<group> | <remote>]..."7057msgstr ""70587059#: builtin/remote.c:987060#, c-format7061msgid "Updating %s"7062msgstr ""70637064#: builtin/remote.c:1307065msgid ""7066"--mirror is dangerous and deprecated; please\n"7067"\t use --mirror=fetch or --mirror=push instead"7068msgstr ""70697070#: builtin/remote.c:1477071#, c-format7072msgid "unknown mirror argument: %s"7073msgstr ""70747075#: builtin/remote.c:1637076msgid "fetch the remote branches"7077msgstr ""70787079#: builtin/remote.c:1657080msgid "import all tags and associated objects when fetching"7081msgstr ""70827083#: builtin/remote.c:1687084msgid "or do not fetch any tag at all (--no-tags)"7085msgstr ""70867087#: builtin/remote.c:1707088msgid "branch(es) to track"7089msgstr ""70907091#: builtin/remote.c:1717092msgid "master branch"7093msgstr ""70947095#: builtin/remote.c:1727096msgid "push|fetch"7097msgstr ""70987099#: builtin/remote.c:1737100msgid "set up remote as a mirror to push to or fetch from"7101msgstr ""71027103#: builtin/remote.c:1857104msgid "specifying a master branch makes no sense with --mirror"7105msgstr ""71067107#: builtin/remote.c:1877108msgid "specifying branches to track makes sense only with fetch mirrors"7109msgstr ""71107111#: builtin/remote.c:195 builtin/remote.c:6467112#, c-format7113msgid "remote %s already exists."7114msgstr ""71157116#: builtin/remote.c:199 builtin/remote.c:6507117#, c-format7118msgid "'%s' is not a valid remote name"7119msgstr ""71207121#: builtin/remote.c:2437122#, c-format7123msgid "Could not setup master '%s'"7124msgstr ""71257126#: builtin/remote.c:2997127#, c-format7128msgid "more than one %s"7129msgstr ""71307131#: builtin/remote.c:3397132#, c-format7133msgid "Could not get fetch map for refspec %s"7134msgstr ""71357136#: builtin/remote.c:440 builtin/remote.c:4487137msgid "(matching)"7138msgstr ""71397140#: builtin/remote.c:4527141msgid "(delete)"7142msgstr ""71437144#: builtin/remote.c:595 builtin/remote.c:601 builtin/remote.c:6077145#, c-format7146msgid "Could not append '%s' to '%s'"7147msgstr ""71487149#: builtin/remote.c:639 builtin/remote.c:792 builtin/remote.c:8907150#, c-format7151msgid "No such remote: %s"7152msgstr ""71537154#: builtin/remote.c:6567155#, c-format7156msgid "Could not rename config section '%s' to '%s'"7157msgstr ""71587159#: builtin/remote.c:662 builtin/remote.c:7997160#, c-format7161msgid "Could not remove config section '%s'"7162msgstr ""71637164#: builtin/remote.c:6777165#, c-format7166msgid ""7167"Not updating non-default fetch refspec\n"7168"\t%s\n"7169"\tPlease update the configuration manually if necessary."7170msgstr ""71717172#: builtin/remote.c:6837173#, c-format7174msgid "Could not append '%s'"7175msgstr ""71767177#: builtin/remote.c:6947178#, c-format7179msgid "Could not set '%s'"7180msgstr ""71817182#: builtin/remote.c:7167183#, c-format7184msgid "deleting '%s' failed"7185msgstr ""71867187#: builtin/remote.c:7507188#, c-format7189msgid "creating '%s' failed"7190msgstr ""71917192#: builtin/remote.c:7647193#, c-format7194msgid "Could not remove branch %s"7195msgstr ""71967197#: builtin/remote.c:8347198msgid ""7199"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"7200"to delete it, use:"7201msgid_plural ""7202"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"7203"to delete them, use:"7204msgstr[0] ""7205msgstr[1] ""72067207#: builtin/remote.c:9437208#, c-format7209msgid " new (next fetch will store in remotes/%s)"7210msgstr ""72117212#: builtin/remote.c:9467213msgid " tracked"7214msgstr ""72157216#: builtin/remote.c:9487217msgid " stale (use 'git remote prune' to remove)"7218msgstr ""72197220#: builtin/remote.c:9507221msgid " ???"7222msgstr ""72237224#: builtin/remote.c:9917225#, c-format7226msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"7227msgstr ""72287229#: builtin/remote.c:9987230#, c-format7231msgid "rebases onto remote %s"7232msgstr ""72337234#: builtin/remote.c:10017235#, c-format7236msgid " merges with remote %s"7237msgstr ""72387239#: builtin/remote.c:10027240msgid " and with remote"7241msgstr ""72427243#: builtin/remote.c:10047244#, c-format7245msgid "merges with remote %s"7246msgstr ""72477248#: builtin/remote.c:10057249msgid " and with remote"7250msgstr ""72517252#: builtin/remote.c:10517253msgid "create"7254msgstr ""72557256#: builtin/remote.c:10547257msgid "delete"7258msgstr ""72597260#: builtin/remote.c:10587261msgid "up to date"7262msgstr ""72637264#: builtin/remote.c:10617265msgid "fast-forwardable"7266msgstr ""72677268#: builtin/remote.c:10647269msgid "local out of date"7270msgstr ""72717272#: builtin/remote.c:10717273#, c-format7274msgid " %-*s forces to %-*s (%s)"7275msgstr ""72767277#: builtin/remote.c:10747278#, c-format7279msgid " %-*s pushes to %-*s (%s)"7280msgstr ""72817282#: builtin/remote.c:10787283#, c-format7284msgid " %-*s forces to %s"7285msgstr ""72867287#: builtin/remote.c:10817288#, c-format7289msgid " %-*s pushes to %s"7290msgstr ""72917292#: builtin/remote.c:10917293msgid "do not query remotes"7294msgstr ""72957296#: builtin/remote.c:11187297#, c-format7298msgid "* remote %s"7299msgstr ""73007301#: builtin/remote.c:11197302#, c-format7303msgid " Fetch URL: %s"7304msgstr ""73057306#: builtin/remote.c:1120 builtin/remote.c:12857307msgid "(no URL)"7308msgstr ""73097310#: builtin/remote.c:1129 builtin/remote.c:11317311#, c-format7312msgid " Push URL: %s"7313msgstr ""73147315#: builtin/remote.c:1133 builtin/remote.c:1135 builtin/remote.c:11377316#, c-format7317msgid " HEAD branch: %s"7318msgstr ""73197320#: builtin/remote.c:11397321#, c-format7322msgid ""7323" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"7324msgstr ""73257326#: builtin/remote.c:11517327#, c-format7328msgid " Remote branch:%s"7329msgid_plural " Remote branches:%s"7330msgstr[0] ""7331msgstr[1] ""73327333#: builtin/remote.c:1154 builtin/remote.c:11817334msgid " (status not queried)"7335msgstr ""73367337#: builtin/remote.c:11637338msgid " Local branch configured for 'git pull':"7339msgid_plural " Local branches configured for 'git pull':"7340msgstr[0] ""7341msgstr[1] ""73427343#: builtin/remote.c:11717344msgid " Local refs will be mirrored by 'git push'"7345msgstr ""73467347#: builtin/remote.c:11787348#, c-format7349msgid " Local ref configured for 'git push'%s:"7350msgid_plural " Local refs configured for 'git push'%s:"7351msgstr[0] ""7352msgstr[1] ""73537354#: builtin/remote.c:11997355msgid "set refs/remotes/<name>/HEAD according to remote"7356msgstr ""73577358#: builtin/remote.c:12017359msgid "delete refs/remotes/<name>/HEAD"7360msgstr ""73617362#: builtin/remote.c:12167363msgid "Cannot determine remote HEAD"7364msgstr ""73657366#: builtin/remote.c:12187367msgid "Multiple remote HEAD branches. Please choose one explicitly with:"7368msgstr ""73697370#: builtin/remote.c:12287371#, c-format7372msgid "Could not delete %s"7373msgstr ""73747375#: builtin/remote.c:12367376#, c-format7377msgid "Not a valid ref: %s"7378msgstr ""73797380#: builtin/remote.c:12387381#, c-format7382msgid "Could not setup %s"7383msgstr ""73847385#: builtin/remote.c:12747386#, c-format7387msgid " %s will become dangling!"7388msgstr ""73897390#: builtin/remote.c:12757391#, c-format7392msgid " %s has become dangling!"7393msgstr ""73947395#: builtin/remote.c:12817396#, c-format7397msgid "Pruning %s"7398msgstr ""73997400#: builtin/remote.c:12827401#, c-format7402msgid "URL: %s"7403msgstr ""74047405#: builtin/remote.c:12957406#, c-format7407msgid " * [would prune] %s"7408msgstr ""74097410#: builtin/remote.c:12987411#, c-format7412msgid " * [pruned] %s"7413msgstr ""74147415#: builtin/remote.c:13217416msgid "prune remotes after fetching"7417msgstr ""74187419#: builtin/remote.c:1387 builtin/remote.c:14617420#, c-format7421msgid "No such remote '%s'"7422msgstr ""74237424#: builtin/remote.c:14077425msgid "add branch"7426msgstr ""74277428#: builtin/remote.c:14147429msgid "no remote specified"7430msgstr ""74317432#: builtin/remote.c:14367433msgid "manipulate push URLs"7434msgstr ""74357436#: builtin/remote.c:14387437msgid "add URL"7438msgstr ""74397440#: builtin/remote.c:14407441msgid "delete URLs"7442msgstr ""74437444#: builtin/remote.c:14477445msgid "--add --delete doesn't make sense"7446msgstr ""74477448#: builtin/remote.c:14877449#, c-format7450msgid "Invalid old URL pattern: %s"7451msgstr ""74527453#: builtin/remote.c:14957454#, c-format7455msgid "No such URL found: %s"7456msgstr ""74577458#: builtin/remote.c:14977459msgid "Will not delete all non-push URLs"7460msgstr ""74617462#: builtin/remote.c:15697463msgid "be verbose; must be placed before a subcommand"7464msgstr ""74657466#: builtin/replace.c:177467msgid "git replace [-f] <object> <replacement>"7468msgstr ""74697470#: builtin/replace.c:187471msgid "git replace -d <object>..."7472msgstr ""74737474#: builtin/replace.c:197475msgid "git replace -l [<pattern>]"7476msgstr ""74777478#: builtin/replace.c:1217479msgid "list replace refs"7480msgstr ""74817482#: builtin/replace.c:1227483msgid "delete replace refs"7484msgstr ""74857486#: builtin/replace.c:1237487msgid "replace the ref if it exists"7488msgstr ""74897490#: builtin/rerere.c:117491msgid "git rerere [clear | forget path... | status | remaining | diff | gc]"7492msgstr ""74937494#: builtin/rerere.c:567495msgid "register clean resolutions in index"7496msgstr ""74977498#: builtin/reset.c:257499msgid ""7500"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"7501msgstr ""75027503#: builtin/reset.c:267504msgid "git reset [-q] <tree-ish> [--] <paths>..."7505msgstr ""75067507#: builtin/reset.c:277508msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"7509msgstr ""75107511#: builtin/reset.c:337512msgid "mixed"7513msgstr ""75147515#: builtin/reset.c:337516msgid "soft"7517msgstr ""75187519#: builtin/reset.c:337520msgid "hard"7521msgstr ""75227523#: builtin/reset.c:337524msgid "merge"7525msgstr ""75267527#: builtin/reset.c:337528msgid "keep"7529msgstr ""75307531#: builtin/reset.c:737532msgid "You do not have a valid HEAD."7533msgstr ""75347535#: builtin/reset.c:757536msgid "Failed to find tree of HEAD."7537msgstr ""75387539#: builtin/reset.c:817540#, c-format7541msgid "Failed to find tree of %s."7542msgstr ""75437544#: builtin/reset.c:987545#, c-format7546msgid "HEAD is now at %s"7547msgstr ""75487549#: builtin/reset.c:1697550#, c-format7551msgid "Cannot do a %s reset in the middle of a merge."7552msgstr ""75537554#: builtin/reset.c:2487555msgid "be quiet, only report errors"7556msgstr ""75577558#: builtin/reset.c:2507559msgid "reset HEAD and index"7560msgstr ""75617562#: builtin/reset.c:2517563msgid "reset only HEAD"7564msgstr ""75657566#: builtin/reset.c:253 builtin/reset.c:2557567msgid "reset HEAD, index and working tree"7568msgstr ""75697570#: builtin/reset.c:2577571msgid "reset HEAD but keep local changes"7572msgstr ""75737574#: builtin/reset.c:2757575#, c-format7576msgid "Failed to resolve '%s' as a valid revision."7577msgstr ""75787579#: builtin/reset.c:278 builtin/reset.c:2867580#, c-format7581msgid "Could not parse object '%s'."7582msgstr ""75837584#: builtin/reset.c:2837585#, c-format7586msgid "Failed to resolve '%s' as a valid tree."7587msgstr ""75887589#: builtin/reset.c:2927590msgid "--patch is incompatible with --{hard,mixed,soft}"7591msgstr ""75927593#: builtin/reset.c:3017594msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."7595msgstr ""75967597#: builtin/reset.c:3037598#, c-format7599msgid "Cannot do %s reset with paths."7600msgstr ""76017602#: builtin/reset.c:3137603#, c-format7604msgid "%s reset is not allowed in a bare repository"7605msgstr ""76067607#: builtin/reset.c:3337608#, c-format7609msgid "Could not reset index file to revision '%s'."7610msgstr ""76117612#: builtin/reset.c:3397613msgid "Unstaged changes after reset:"7614msgstr ""76157616#: builtin/reset.c:3447617msgid "Could not write new index file."7618msgstr ""76197620#: builtin/rev-parse.c:3397621msgid "git rev-parse --parseopt [options] -- [<args>...]"7622msgstr ""76237624#: builtin/rev-parse.c:3447625msgid "keep the `--` passed as an arg"7626msgstr ""76277628#: builtin/rev-parse.c:3467629msgid "stop parsing after the first non-option argument"7630msgstr ""76317632#: builtin/rev-parse.c:4647633msgid ""7634"git rev-parse --parseopt [options] -- [<args>...]\n"7635" or: git rev-parse --sq-quote [<arg>...]\n"7636" or: git rev-parse [options] [<arg>...]\n"7637"\n"7638"Run \"git rev-parse --parseopt -h\" for more information on the first usage."7639msgstr ""76407641#: builtin/revert.c:227642msgid "git revert [options] <commit-ish>"7643msgstr ""76447645#: builtin/revert.c:237646msgid "git revert <subcommand>"7647msgstr ""76487649#: builtin/revert.c:287650msgid "git cherry-pick [options] <commit-ish>"7651msgstr ""76527653#: builtin/revert.c:297654msgid "git cherry-pick <subcommand>"7655msgstr ""76567657#: builtin/revert.c:70 builtin/revert.c:927658#, c-format7659msgid "%s: %s cannot be used with %s"7660msgstr ""76617662#: builtin/revert.c:1037663msgid "end revert or cherry-pick sequence"7664msgstr ""76657666#: builtin/revert.c:1047667msgid "resume revert or cherry-pick sequence"7668msgstr ""76697670#: builtin/revert.c:1057671msgid "cancel revert or cherry-pick sequence"7672msgstr ""76737674#: builtin/revert.c:1067675msgid "don't automatically commit"7676msgstr ""76777678#: builtin/revert.c:1077679msgid "edit the commit message"7680msgstr ""76817682#: builtin/revert.c:1107683msgid "parent number"7684msgstr ""76857686#: builtin/revert.c:1127687msgid "merge strategy"7688msgstr ""76897690#: builtin/revert.c:1137691msgid "option"7692msgstr ""76937694#: builtin/revert.c:1147695msgid "option for merge strategy"7696msgstr ""76977698#: builtin/revert.c:1257699msgid "append commit name"7700msgstr ""77017702#: builtin/revert.c:1267703msgid "allow fast-forward"7704msgstr ""77057706#: builtin/revert.c:1277707msgid "preserve initially empty commits"7708msgstr ""77097710#: builtin/revert.c:1287711msgid "allow commits with empty messages"7712msgstr ""77137714#: builtin/revert.c:1297715msgid "keep redundant, empty commits"7716msgstr ""77177718#: builtin/revert.c:1337719msgid "program error"7720msgstr ""77217722#: builtin/revert.c:2237723msgid "revert failed"7724msgstr ""77257726#: builtin/revert.c:2387727msgid "cherry-pick failed"7728msgstr ""77297730#: builtin/rm.c:157731msgid "git rm [options] [--] <file>..."7732msgstr ""77337734#: builtin/rm.c:64 builtin/rm.c:1867735#, c-format7736msgid ""7737"submodule '%s' (or one of its nested submodules) uses a .git directory\n"7738"(use 'rm -rf' if you really want to remove it including all of its history)"7739msgstr ""77407741#: builtin/rm.c:1747742#, c-format7743msgid ""7744"'%s' has staged content different from both the file and the HEAD\n"7745"(use -f to force removal)"7746msgstr ""77477748#: builtin/rm.c:1807749#, c-format7750msgid ""7751"'%s' has changes staged in the index\n"7752"(use --cached to keep the file, or -f to force removal)"7753msgstr ""77547755#: builtin/rm.c:1917756#, c-format7757msgid ""7758"'%s' has local modifications\n"7759"(use --cached to keep the file, or -f to force removal)"7760msgstr ""77617762#: builtin/rm.c:2077763msgid "do not list removed files"7764msgstr ""77657766#: builtin/rm.c:2087767msgid "only remove from the index"7768msgstr ""77697770#: builtin/rm.c:2097771msgid "override the up-to-date check"7772msgstr ""77737774#: builtin/rm.c:2107775msgid "allow recursive removal"7776msgstr ""77777778#: builtin/rm.c:2127779msgid "exit with a zero status even if nothing matched"7780msgstr ""77817782#: builtin/rm.c:2837783#, c-format7784msgid "not removing '%s' recursively without -r"7785msgstr ""77867787#: builtin/rm.c:3227788#, c-format7789msgid "git rm: unable to remove %s"7790msgstr ""77917792#: builtin/shortlog.c:137793msgid "git shortlog [-n] [-s] [-e] [-w] [rev-opts] [--] [<commit-id>... ]"7794msgstr ""77957796#: builtin/shortlog.c:1337797#, c-format7798msgid "Missing author: %s"7799msgstr ""78007801#: builtin/shortlog.c:2297802msgid "sort output according to the number of commits per author"7803msgstr ""78047805#: builtin/shortlog.c:2317806msgid "Suppress commit descriptions, only provides commit count"7807msgstr ""78087809#: builtin/shortlog.c:2337810msgid "Show the email address of each author"7811msgstr ""78127813#: builtin/shortlog.c:2347814msgid "w[,i1[,i2]]"7815msgstr ""78167817#: builtin/shortlog.c:2357818msgid "Linewrap output"7819msgstr ""78207821#: builtin/show-branch.c:97822msgid ""7823"git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order] [--"7824"current] [--color[=<when>] | --no-color] [--sparse] [--more=<n> | --list | --"7825"independent | --merge-base] [--no-name | --sha1-name] [--topics] [(<rev> | "7826"<glob>)...]"7827msgstr ""78287829#: builtin/show-branch.c:107830msgid "git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"7831msgstr ""78327833#: builtin/show-branch.c:6517834msgid "show remote-tracking and local branches"7835msgstr ""78367837#: builtin/show-branch.c:6537838msgid "show remote-tracking branches"7839msgstr ""78407841#: builtin/show-branch.c:6557842msgid "color '*!+-' corresponding to the branch"7843msgstr ""78447845#: builtin/show-branch.c:6577846msgid "show <n> more commits after the common ancestor"7847msgstr ""78487849#: builtin/show-branch.c:6597850msgid "synonym to more=-1"7851msgstr ""78527853#: builtin/show-branch.c:6607854msgid "suppress naming strings"7855msgstr ""78567857#: builtin/show-branch.c:6627858msgid "include the current branch"7859msgstr ""78607861#: builtin/show-branch.c:6647862msgid "name commits with their object names"7863msgstr ""78647865#: builtin/show-branch.c:6667866msgid "show possible merge bases"7867msgstr ""78687869#: builtin/show-branch.c:6687870msgid "show refs unreachable from any other ref"7871msgstr ""78727873#: builtin/show-branch.c:6707874msgid "show commits in topological order"7875msgstr ""78767877#: builtin/show-branch.c:6727878msgid "show only commits not on the first branch"7879msgstr ""78807881#: builtin/show-branch.c:6747882msgid "show merges reachable from only one tip"7883msgstr ""78847885#: builtin/show-branch.c:6767886msgid "show commits where no parent comes before its children"7887msgstr ""78887889#: builtin/show-branch.c:6787890msgid "<n>[,<base>]"7891msgstr ""78927893#: builtin/show-branch.c:6797894msgid "show <n> most recent ref-log entries starting at base"7895msgstr ""78967897#: builtin/show-ref.c:107898msgid ""7899"git show-ref [-q|--quiet] [--verify] [--head] [-d|--dereference] [-s|--"7900"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [pattern*] "7901msgstr ""79027903#: builtin/show-ref.c:117904msgid "git show-ref --exclude-existing[=pattern] < ref-list"7905msgstr ""79067907#: builtin/show-ref.c:1657908msgid "only show tags (can be combined with heads)"7909msgstr ""79107911#: builtin/show-ref.c:1667912msgid "only show heads (can be combined with tags)"7913msgstr ""79147915#: builtin/show-ref.c:1677916msgid "stricter reference checking, requires exact ref path"7917msgstr ""79187919#: builtin/show-ref.c:170 builtin/show-ref.c:1727920msgid "show the HEAD reference"7921msgstr ""79227923#: builtin/show-ref.c:1747924msgid "dereference tags into object IDs"7925msgstr ""79267927#: builtin/show-ref.c:1767928msgid "only show SHA1 hash using <n> digits"7929msgstr ""79307931#: builtin/show-ref.c:1807932msgid "do not print results to stdout (useful with --verify)"7933msgstr ""79347935#: builtin/show-ref.c:1827936msgid "show refs from stdin that aren't in local repository"7937msgstr ""79387939#: builtin/symbolic-ref.c:77940msgid "git symbolic-ref [options] name [ref]"7941msgstr ""79427943#: builtin/symbolic-ref.c:87944msgid "git symbolic-ref -d [-q] name"7945msgstr ""79467947#: builtin/symbolic-ref.c:407948msgid "suppress error message for non-symbolic (detached) refs"7949msgstr ""79507951#: builtin/symbolic-ref.c:417952msgid "delete symbolic ref"7953msgstr ""79547955#: builtin/symbolic-ref.c:427956msgid "shorten ref output"7957msgstr ""79587959#: builtin/symbolic-ref.c:43 builtin/update-ref.c:187960msgid "reason"7961msgstr ""79627963#: builtin/symbolic-ref.c:43 builtin/update-ref.c:187964msgid "reason of the update"7965msgstr ""79667967#: builtin/tag.c:227968msgid ""7969"git tag [-a|-s|-u <key-id>] [-f] [-m <msg>|-F <file>] <tagname> [<head>]"7970msgstr ""79717972#: builtin/tag.c:237973msgid "git tag -d <tagname>..."7974msgstr ""79757976#: builtin/tag.c:247977msgid ""7978"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>] \n"7979"\t\t[<pattern>...]"7980msgstr ""79817982#: builtin/tag.c:267983msgid "git tag -v <tagname>..."7984msgstr ""79857986#: builtin/tag.c:607987#, c-format7988msgid "malformed object at '%s'"7989msgstr ""79907991#: builtin/tag.c:2077992#, c-format7993msgid "tag name too long: %.*s..."7994msgstr ""79957996#: builtin/tag.c:2127997#, c-format7998msgid "tag '%s' not found."7999msgstr ""80008001#: builtin/tag.c:2278002#, c-format8003msgid "Deleted tag '%s' (was %s)\n"8004msgstr ""80058006#: builtin/tag.c:2398007#, c-format8008msgid "could not verify the tag '%s'"8009msgstr ""80108011#: builtin/tag.c:2498012#, c-format8013msgid ""8014"\n"8015"Write a tag message\n"8016"Lines starting with '%c' will be ignored.\n"8017msgstr ""80188019#: builtin/tag.c:2538020#, c-format8021msgid ""8022"\n"8023"Write a tag message\n"8024"Lines starting with '%c' will be kept; you may remove them yourself if you "8025"want to.\n"8026msgstr ""80278028#: builtin/tag.c:2928029msgid "unable to sign the tag"8030msgstr ""80318032#: builtin/tag.c:2948033msgid "unable to write tag file"8034msgstr ""80358036#: builtin/tag.c:3198037msgid "bad object type."8038msgstr ""80398040#: builtin/tag.c:3328041msgid "tag header too big."8042msgstr ""80438044#: builtin/tag.c:3688045msgid "no tag message?"8046msgstr ""80478048#: builtin/tag.c:3748049#, c-format8050msgid "The tag message has been left in %s\n"8051msgstr ""80528053#: builtin/tag.c:4238054msgid "switch 'points-at' requires an object"8055msgstr ""80568057#: builtin/tag.c:4258058#, c-format8059msgid "malformed object name '%s'"8060msgstr ""80618062#: builtin/tag.c:4458063msgid "list tag names"8064msgstr ""80658066#: builtin/tag.c:4478067msgid "print <n> lines of each tag message"8068msgstr ""80698070#: builtin/tag.c:4498071msgid "delete tags"8072msgstr ""80738074#: builtin/tag.c:4508075msgid "verify tags"8076msgstr ""80778078#: builtin/tag.c:4528079msgid "Tag creation options"8080msgstr ""80818082#: builtin/tag.c:4548083msgid "annotated tag, needs a message"8084msgstr ""80858086#: builtin/tag.c:4568087msgid "tag message"8088msgstr ""80898090#: builtin/tag.c:4588091msgid "annotated and GPG-signed tag"8092msgstr ""80938094#: builtin/tag.c:4628095msgid "use another key to sign the tag"8096msgstr ""80978098#: builtin/tag.c:4638099msgid "replace the tag if exists"8100msgstr ""81018102#: builtin/tag.c:4648103msgid "show tag list in columns"8104msgstr ""81058106#: builtin/tag.c:4668107msgid "Tag listing options"8108msgstr ""81098110#: builtin/tag.c:4698111msgid "print only tags that contain the commit"8112msgstr ""81138114#: builtin/tag.c:4758115msgid "print only tags of the object"8116msgstr ""81178118#: builtin/tag.c:5048119msgid "--column and -n are incompatible"8120msgstr ""81218122#: builtin/tag.c:5218123msgid "-n option is only allowed with -l."8124msgstr ""81258126#: builtin/tag.c:5238127msgid "--contains option is only allowed with -l."8128msgstr ""81298130#: builtin/tag.c:5258131msgid "--points-at option is only allowed with -l."8132msgstr ""81338134#: builtin/tag.c:5338135msgid "only one -F or -m option is allowed."8136msgstr ""81378138#: builtin/tag.c:5538139msgid "too many params"8140msgstr ""81418142#: builtin/tag.c:5598143#, c-format8144msgid "'%s' is not a valid tag name."8145msgstr ""81468147#: builtin/tag.c:5648148#, c-format8149msgid "tag '%s' already exists"8150msgstr ""81518152#: builtin/tag.c:5828153#, c-format8154msgid "%s: cannot lock the ref"8155msgstr ""81568157#: builtin/tag.c:5848158#, c-format8159msgid "%s: cannot update the ref"8160msgstr ""81618162#: builtin/tag.c:5868163#, c-format8164msgid "Updated tag '%s' (was %s)\n"8165msgstr ""81668167#: builtin/update-index.c:4018168msgid "git update-index [options] [--] [<file>...]"8169msgstr ""81708171#: builtin/update-index.c:7188172msgid "continue refresh even when index needs update"8173msgstr ""81748175#: builtin/update-index.c:7218176msgid "refresh: ignore submodules"8177msgstr ""81788179#: builtin/update-index.c:7248180msgid "do not ignore new files"8181msgstr ""81828183#: builtin/update-index.c:7268184msgid "let files replace directories and vice-versa"8185msgstr ""81868187#: builtin/update-index.c:7288188msgid "notice files missing from worktree"8189msgstr ""81908191#: builtin/update-index.c:7308192msgid "refresh even if index contains unmerged entries"8193msgstr ""81948195#: builtin/update-index.c:7338196msgid "refresh stat information"8197msgstr ""81988199#: builtin/update-index.c:7378200msgid "like --refresh, but ignore assume-unchanged setting"8201msgstr ""82028203#: builtin/update-index.c:7418204msgid "<mode> <object> <path>"8205msgstr ""82068207#: builtin/update-index.c:7428208msgid "add the specified entry to the index"8209msgstr ""82108211#: builtin/update-index.c:7468212msgid "(+/-)x"8213msgstr ""82148215#: builtin/update-index.c:7478216msgid "override the executable bit of the listed files"8217msgstr ""82188219#: builtin/update-index.c:7518220msgid "mark files as \"not changing\""8221msgstr ""82228223#: builtin/update-index.c:7548224msgid "clear assumed-unchanged bit"8225msgstr ""82268227#: builtin/update-index.c:7578228msgid "mark files as \"index-only\""8229msgstr ""82308231#: builtin/update-index.c:7608232msgid "clear skip-worktree bit"8233msgstr ""82348235#: builtin/update-index.c:7638236msgid "add to index only; do not add content to object database"8237msgstr ""82388239#: builtin/update-index.c:7658240msgid "remove named paths even if present in worktree"8241msgstr ""82428243#: builtin/update-index.c:7678244msgid "with --stdin: input lines are terminated by null bytes"8245msgstr ""82468247#: builtin/update-index.c:7698248msgid "read list of paths to be updated from standard input"8249msgstr ""82508251#: builtin/update-index.c:7738252msgid "add entries from standard input to the index"8253msgstr ""82548255#: builtin/update-index.c:7778256msgid "repopulate stages #2 and #3 for the listed paths"8257msgstr ""82588259#: builtin/update-index.c:7818260msgid "only update entries that differ from HEAD"8261msgstr ""82628263#: builtin/update-index.c:7858264msgid "ignore files missing from worktree"8265msgstr ""82668267#: builtin/update-index.c:7888268msgid "report actions to standard output"8269msgstr ""82708271#: builtin/update-index.c:7908272msgid "(for porcelains) forget saved unresolved conflicts"8273msgstr ""82748275#: builtin/update-index.c:7948276msgid "write index in this format"8277msgstr ""82788279#: builtin/update-ref.c:78280msgid "git update-ref [options] -d <refname> [<oldval>]"8281msgstr ""82828283#: builtin/update-ref.c:88284msgid "git update-ref [options] <refname> <newval> [<oldval>]"8285msgstr ""82868287#: builtin/update-ref.c:198288msgid "delete the reference"8289msgstr ""82908291#: builtin/update-ref.c:218292msgid "update <refname> not the one it points to"8293msgstr ""82948295#: builtin/update-server-info.c:68296msgid "git update-server-info [--force]"8297msgstr ""82988299#: builtin/update-server-info.c:148300msgid "update the info files from scratch"8301msgstr ""83028303#: builtin/verify-pack.c:568304msgid "git verify-pack [-v|--verbose] [-s|--stat-only] <pack>..."8305msgstr ""83068307#: builtin/verify-pack.c:668308msgid "verbose"8309msgstr ""83108311#: builtin/verify-pack.c:688312msgid "show statistics only"8313msgstr ""83148315#: builtin/verify-tag.c:178316msgid "git verify-tag [-v|--verbose] <tag>..."8317msgstr ""83188319#: builtin/verify-tag.c:738320msgid "print tag contents"8321msgstr ""83228323#: builtin/write-tree.c:138324msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"8325msgstr ""83268327#: builtin/write-tree.c:268328msgid "<prefix>/"8329msgstr ""83308331#: builtin/write-tree.c:278332msgid "write tree object for a subdirectory <prefix>"8333msgstr ""83348335#: builtin/write-tree.c:308336msgid "only useful for debugging"8337msgstr ""83388339#: git.c:168340msgid "See 'git help <command>' for more information on a specific command."8341msgstr ""83428343#: parse-options.h:1568344msgid "no-op (backward compatibility)"8345msgstr ""83468347#: parse-options.h:2328348msgid "be more verbose"8349msgstr ""83508351#: parse-options.h:2348352msgid "be more quiet"8353msgstr ""83548355#: parse-options.h:2408356msgid "use <n> digits to display SHA-1s"8357msgstr ""83588359#: common-cmds.h:88360msgid "Add file contents to the index"8361msgstr ""83628363#: common-cmds.h:98364msgid "Find by binary search the change that introduced a bug"8365msgstr ""83668367#: common-cmds.h:108368msgid "List, create, or delete branches"8369msgstr ""83708371#: common-cmds.h:118372msgid "Checkout a branch or paths to the working tree"8373msgstr ""83748375#: common-cmds.h:128376msgid "Clone a repository into a new directory"8377msgstr ""83788379#: common-cmds.h:138380msgid "Record changes to the repository"8381msgstr ""83828383#: common-cmds.h:148384msgid "Show changes between commits, commit and working tree, etc"8385msgstr ""83868387#: common-cmds.h:158388msgid "Download objects and refs from another repository"8389msgstr ""83908391#: common-cmds.h:168392msgid "Print lines matching a pattern"8393msgstr ""83948395#: common-cmds.h:178396msgid "Create an empty Git repository or reinitialize an existing one"8397msgstr ""83988399#: common-cmds.h:188400msgid "Show commit logs"8401msgstr ""84028403#: common-cmds.h:198404msgid "Join two or more development histories together"8405msgstr ""84068407#: common-cmds.h:208408msgid "Move or rename a file, a directory, or a symlink"8409msgstr ""84108411#: common-cmds.h:218412msgid "Fetch from and merge with another repository or a local branch"8413msgstr ""84148415#: common-cmds.h:228416msgid "Update remote refs along with associated objects"8417msgstr ""84188419#: common-cmds.h:238420msgid "Forward-port local commits to the updated upstream head"8421msgstr ""84228423#: common-cmds.h:248424msgid "Reset current HEAD to the specified state"8425msgstr ""84268427#: common-cmds.h:258428msgid "Remove files from the working tree and from the index"8429msgstr ""84308431#: common-cmds.h:268432msgid "Show various types of objects"8433msgstr ""84348435#: common-cmds.h:278436msgid "Show the working tree status"8437msgstr ""84388439#: common-cmds.h:288440msgid "Create, list, delete or verify a tag object signed with GPG"8441msgstr ""84428443#: git-am.sh:508444msgid "You need to set your committer info first"8445msgstr ""84468447#: git-am.sh:958448msgid ""8449"You seem to have moved HEAD since the last 'am' failure.\n"8450"Not rewinding to ORIG_HEAD"8451msgstr ""84528453#: git-am.sh:1058454#, sh-format8455msgid ""8456"When you have resolved this problem, run \"$cmdline --resolved\".\n"8457"If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"8458"To restore the original branch and stop patching, run \"$cmdline --abort\"."8459msgstr ""84608461#: git-am.sh:1218462msgid "Cannot fall back to three-way merge."8463msgstr ""84648465#: git-am.sh:1378466msgid "Repository lacks necessary blobs to fall back on 3-way merge."8467msgstr ""84688469#: git-am.sh:1398470msgid "Using index info to reconstruct a base tree..."8471msgstr ""84728473#: git-am.sh:1548474msgid ""8475"Did you hand edit your patch?\n"8476"It does not apply to blobs recorded in its index."8477msgstr ""84788479#: git-am.sh:1638480msgid "Falling back to patching base and 3-way merge..."8481msgstr ""84828483#: git-am.sh:1798484msgid "Failed to merge in the changes."8485msgstr ""84868487#: git-am.sh:2748488msgid "Only one StGIT patch series can be applied at once"8489msgstr ""84908491#: git-am.sh:3618492#, sh-format8493msgid "Patch format $patch_format is not supported."8494msgstr ""84958496#: git-am.sh:3638497msgid "Patch format detection failed."8498msgstr ""84998500#: git-am.sh:3898501msgid ""8502"The -b/--binary option has been a no-op for long time, and\n"8503"it will be removed. Please do not use it anymore."8504msgstr ""85058506#: git-am.sh:4778507#, sh-format8508msgid "previous rebase directory $dotest still exists but mbox given."8509msgstr ""85108511#: git-am.sh:4828512msgid "Please make up your mind. --skip or --abort?"8513msgstr ""85148515#: git-am.sh:5098516msgid "Resolve operation not in progress, we are not resuming."8517msgstr ""85188519#: git-am.sh:5758520#, sh-format8521msgid "Dirty index: cannot apply patches (dirty: $files)"8522msgstr ""85238524#: git-am.sh:6798525#, sh-format8526msgid ""8527"Patch is empty. Was it split wrong?\n"8528"If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"8529"To restore the original branch and stop patching run \"$cmdline --abort\"."8530msgstr ""85318532#: git-am.sh:7068533msgid "Patch does not have a valid e-mail address."8534msgstr ""85358536#: git-am.sh:7538537msgid "cannot be interactive without stdin connected to a terminal."8538msgstr ""85398540#: git-am.sh:7578541msgid "Commit Body is:"8542msgstr ""85438544#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]8545#. in your translation. The program will only accept English8546#. input at this point.8547#: git-am.sh:7648548msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "8549msgstr ""85508551#: git-am.sh:8008552#, sh-format8553msgid "Applying: $FIRSTLINE"8554msgstr ""85558556#: git-am.sh:8218557msgid ""8558"No changes - did you forget to use 'git add'?\n"8559"If there is nothing left to stage, chances are that something else\n"8560"already introduced the same changes; you might want to skip this patch."8561msgstr ""85628563#: git-am.sh:8298564msgid ""8565"You still have unmerged paths in your index\n"8566"did you forget to use 'git add'?"8567msgstr ""85688569#: git-am.sh:8458570msgid "No changes -- Patch already applied."8571msgstr ""85728573#: git-am.sh:8558574#, sh-format8575msgid "Patch failed at $msgnum $FIRSTLINE"8576msgstr ""85778578#: git-am.sh:8588579#, sh-format8580msgid ""8581"The copy of the patch that failed is found in:\n"8582" $dotest/patch"8583msgstr ""85848585#: git-am.sh:8768586msgid "applying to an empty history"8587msgstr ""85888589#: git-bisect.sh:488590msgid "You need to start by \"git bisect start\""8591msgstr ""85928593#. TRANSLATORS: Make sure to include [Y] and [n] in your8594#. translation. The program will only accept English input8595#. at this point.8596#: git-bisect.sh:548597msgid "Do you want me to do it for you [Y/n]? "8598msgstr ""85998600#: git-bisect.sh:958601#, sh-format8602msgid "unrecognised option: '$arg'"8603msgstr ""86048605#: git-bisect.sh:998606#, sh-format8607msgid "'$arg' does not appear to be a valid revision"8608msgstr ""86098610#: git-bisect.sh:1178611msgid "Bad HEAD - I need a HEAD"8612msgstr ""86138614#: git-bisect.sh:1308615#, sh-format8616msgid ""8617"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."8618msgstr ""86198620#: git-bisect.sh:1408621msgid "won't bisect on seeked tree"8622msgstr ""86238624#: git-bisect.sh:1448625msgid "Bad HEAD - strange symbolic ref"8626msgstr ""86278628#: git-bisect.sh:1898629#, sh-format8630msgid "Bad bisect_write argument: $state"8631msgstr ""86328633#: git-bisect.sh:2188634#, sh-format8635msgid "Bad rev input: $arg"8636msgstr ""86378638#: git-bisect.sh:2328639msgid "Please call 'bisect_state' with at least one argument."8640msgstr ""86418642#: git-bisect.sh:2448643#, sh-format8644msgid "Bad rev input: $rev"8645msgstr ""86468647#: git-bisect.sh:2508648msgid "'git bisect bad' can take only one argument."8649msgstr ""86508651#. have bad but not good. we could bisect although8652#. this is less optimum.8653#: git-bisect.sh:2738654msgid "Warning: bisecting only with a bad commit."8655msgstr ""86568657#. TRANSLATORS: Make sure to include [Y] and [n] in your8658#. translation. The program will only accept English input8659#. at this point.8660#: git-bisect.sh:2798661msgid "Are you sure [Y/n]? "8662msgstr ""86638664#: git-bisect.sh:2898665msgid ""8666"You need to give me at least one good and one bad revisions.\n"8667"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"8668msgstr ""86698670#: git-bisect.sh:2928671msgid ""8672"You need to start by \"git bisect start\".\n"8673"You then need to give me at least one good and one bad revisions.\n"8674"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"8675msgstr ""86768677#: git-bisect.sh:347 git-bisect.sh:4748678msgid "We are not bisecting."8679msgstr ""86808681#: git-bisect.sh:3548682#, sh-format8683msgid "'$invalid' is not a valid commit"8684msgstr ""86858686#: git-bisect.sh:3638687#, sh-format8688msgid ""8689"Could not check out original HEAD '$branch'.\n"8690"Try 'git bisect reset <commit>'."8691msgstr ""86928693#: git-bisect.sh:3908694msgid "No logfile given"8695msgstr ""86968697#: git-bisect.sh:3918698#, sh-format8699msgid "cannot read $file for replaying"8700msgstr ""87018702#: git-bisect.sh:4088703msgid "?? what are you talking about?"8704msgstr ""87058706#: git-bisect.sh:4208707#, sh-format8708msgid "running $command"8709msgstr ""87108711#: git-bisect.sh:4278712#, sh-format8713msgid ""8714"bisect run failed:\n"8715"exit code $res from '$command' is < 0 or >= 128"8716msgstr ""87178718#: git-bisect.sh:4538719msgid "bisect run cannot continue any more"8720msgstr ""87218722#: git-bisect.sh:4598723#, sh-format8724msgid ""8725"bisect run failed:\n"8726"'bisect_state $state' exited with error code $res"8727msgstr ""87288729#: git-bisect.sh:4668730msgid "bisect run success"8731msgstr ""87328733#: git-pull.sh:218734msgid ""8735"Pull is not possible because you have unmerged files.\n"8736"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"8737"as appropriate to mark resolution, or use 'git commit -a'."8738msgstr ""87398740#: git-pull.sh:258741msgid "Pull is not possible because you have unmerged files."8742msgstr ""87438744#: git-pull.sh:1978745msgid "updating an unborn branch with changes added to the index"8746msgstr ""87478748#. The fetch involved updating the current branch.8749#. The working tree and the index file is still based on the8750#. $orig_head commit, but we are merging into $curr_head.8751#. First update the working tree to match $curr_head.8752#: git-pull.sh:2298753#, sh-format8754msgid ""8755"Warning: fetch updated the current branch head.\n"8756"Warning: fast-forwarding your working tree from\n"8757"Warning: commit $orig_head."8758msgstr ""87598760#: git-pull.sh:2548761msgid "Cannot merge multiple branches into empty head"8762msgstr ""87638764#: git-pull.sh:2588765msgid "Cannot rebase onto multiple branches"8766msgstr ""87678768#: git-rebase.sh:538769msgid ""8770"When you have resolved this problem, run \"git rebase --continue\".\n"8771"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"8772"To check out the original branch and stop rebasing, run \"git rebase --abort"8773"\"."8774msgstr ""87758776#: git-rebase.sh:1608777msgid "The pre-rebase hook refused to rebase."8778msgstr ""87798780#: git-rebase.sh:1658781msgid "It looks like git-am is in progress. Cannot rebase."8782msgstr ""87838784#: git-rebase.sh:2968785msgid "The --exec option must be used with the --interactive option"8786msgstr ""87878788#: git-rebase.sh:3018789msgid "No rebase in progress?"8790msgstr ""87918792#: git-rebase.sh:3128793msgid "The --edit-todo action can only be used during interactive rebase."8794msgstr ""87958796#: git-rebase.sh:3198797msgid "Cannot read HEAD"8798msgstr ""87998800#: git-rebase.sh:3228801msgid ""8802"You must edit all merge conflicts and then\n"8803"mark them as resolved using git add"8804msgstr ""88058806#: git-rebase.sh:3408807#, sh-format8808msgid "Could not move back to $head_name"8809msgstr ""88108811#: git-rebase.sh:3598812#, sh-format8813msgid ""8814"It seems that there is already a $state_dir_base directory, and\n"8815"I wonder if you are in the middle of another rebase. If that is the\n"8816"case, please try\n"8817"\t$cmd_live_rebase\n"8818"If that is not the case, please\n"8819"\t$cmd_clear_stale_rebase\n"8820"and run me again. I am stopping in case you still have something\n"8821"valuable there."8822msgstr ""88238824#: git-rebase.sh:4048825#, sh-format8826msgid "invalid upstream $upstream_name"8827msgstr ""88288829#: git-rebase.sh:4288830#, sh-format8831msgid "$onto_name: there are more than one merge bases"8832msgstr ""88338834#: git-rebase.sh:431 git-rebase.sh:4358835#, sh-format8836msgid "$onto_name: there is no merge base"8837msgstr ""88388839#: git-rebase.sh:4408840#, sh-format8841msgid "Does not point to a valid commit: $onto_name"8842msgstr ""88438844#: git-rebase.sh:4638845#, sh-format8846msgid "fatal: no such branch: $branch_name"8847msgstr ""88488849#: git-rebase.sh:4838850msgid "Please commit or stash them."8851msgstr ""88528853#: git-rebase.sh:5018854#, sh-format8855msgid "Current branch $branch_name is up to date."8856msgstr ""88578858#: git-rebase.sh:5048859#, sh-format8860msgid "Current branch $branch_name is up to date, rebase forced."8861msgstr ""88628863#: git-rebase.sh:5158864#, sh-format8865msgid "Changes from $mb to $onto:"8866msgstr ""88678868#. Detach HEAD and reset the tree8869#: git-rebase.sh:5248870msgid "First, rewinding head to replay your work on top of it..."8871msgstr ""88728873#: git-rebase.sh:5328874#, sh-format8875msgid "Fast-forwarded $branch_name to $onto_name."8876msgstr ""88778878#: git-stash.sh:518879msgid "git stash clear with parameters is unimplemented"8880msgstr ""88818882#: git-stash.sh:748883msgid "You do not have the initial commit yet"8884msgstr ""88858886#: git-stash.sh:898887msgid "Cannot save the current index state"8888msgstr ""88898890#: git-stash.sh:123 git-stash.sh:1368891msgid "Cannot save the current worktree state"8892msgstr ""88938894#: git-stash.sh:1408895msgid "No changes selected"8896msgstr ""88978898#: git-stash.sh:1438899msgid "Cannot remove temporary index (can't happen)"8900msgstr ""89018902#: git-stash.sh:1568903msgid "Cannot record working tree state"8904msgstr ""89058906#. TRANSLATORS: $option is an invalid option, like8907#. `--blah-blah'. The 7 spaces at the beginning of the8908#. second line correspond to "error: ". So you should line8909#. up the second line with however many characters the8910#. translation of "error: " takes in your language. E.g. in8911#. English this is:8912#.8913#. $ git stash save --blah-blah 2>&1 | head -n 28914#. error: unknown option for 'stash save': --blah-blah8915#. To provide a message, use git stash save -- '--blah-blah'8916#: git-stash.sh:2028917#, sh-format8918msgid ""8919"error: unknown option for 'stash save': $option\n"8920" To provide a message, use git stash save -- '$option'"8921msgstr ""89228923#: git-stash.sh:2238924msgid "No local changes to save"8925msgstr ""89268927#: git-stash.sh:2278928msgid "Cannot initialize stash"8929msgstr ""89308931#: git-stash.sh:2358932msgid "Cannot save the current status"8933msgstr ""89348935#: git-stash.sh:2538936msgid "Cannot remove worktree changes"8937msgstr ""89388939#: git-stash.sh:3528940msgid "No stash found."8941msgstr ""89428943#: git-stash.sh:3598944#, sh-format8945msgid "Too many revisions specified: $REV"8946msgstr ""89478948#: git-stash.sh:3658949#, sh-format8950msgid "$reference is not valid reference"8951msgstr ""89528953#: git-stash.sh:3938954#, sh-format8955msgid "'$args' is not a stash-like commit"8956msgstr ""89578958#: git-stash.sh:4048959#, sh-format8960msgid "'$args' is not a stash reference"8961msgstr ""89628963#: git-stash.sh:4128964msgid "unable to refresh index"8965msgstr ""89668967#: git-stash.sh:4168968msgid "Cannot apply a stash in the middle of a merge"8969msgstr ""89708971#: git-stash.sh:4248972msgid "Conflicts in index. Try without --index."8973msgstr ""89748975#: git-stash.sh:4268976msgid "Could not save index tree"8977msgstr ""89788979#: git-stash.sh:4608980msgid "Cannot unstage modified files"8981msgstr ""89828983#: git-stash.sh:4758984msgid "Index was not unstashed."8985msgstr ""89868987#: git-stash.sh:4928988#, sh-format8989msgid "Dropped ${REV} ($s)"8990msgstr ""89918992#: git-stash.sh:4938993#, sh-format8994msgid "${REV}: Could not drop stash entry"8995msgstr ""89968997#: git-stash.sh:5008998msgid "No branch name specified"8999msgstr ""90009001#: git-stash.sh:5719002msgid "(To restore them type \"git stash apply\")"9003msgstr ""90049005#: git-submodule.sh:909006#, sh-format9007msgid "cannot strip one component off url '$remoteurl'"9008msgstr ""90099010#: git-submodule.sh:1959011#, sh-format9012msgid "No submodule mapping found in .gitmodules for path '$sm_path'"9013msgstr ""90149015#: git-submodule.sh:2389016#, sh-format9017msgid "Clone of '$url' into submodule path '$sm_path' failed"9018msgstr ""90199020#: git-submodule.sh:2509021#, sh-format9022msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"9023msgstr ""90249025#: git-submodule.sh:3439026#, sh-format9027msgid "repo URL: '$repo' must be absolute or begin with ./|../"9028msgstr ""90299030#: git-submodule.sh:3609031#, sh-format9032msgid "'$sm_path' already exists in the index"9033msgstr ""90349035#: git-submodule.sh:3649036#, sh-format9037msgid ""9038"The following path is ignored by one of your .gitignore files:\n"9039"$sm_path\n"9040"Use -f if you really want to add it."9041msgstr ""90429043#: git-submodule.sh:3829044#, sh-format9045msgid "Adding existing repo at '$sm_path' to the index"9046msgstr ""90479048#: git-submodule.sh:3849049#, sh-format9050msgid "'$sm_path' already exists and is not a valid git repo"9051msgstr ""90529053#: git-submodule.sh:3929054#, sh-format9055msgid "A git directory for '$sm_name' is found locally with remote(s):"9056msgstr ""90579058#: git-submodule.sh:3949059#, sh-format9060msgid ""9061"If you want to reuse this local git directory instead of cloning again from"9062msgstr ""90639064#: git-submodule.sh:3969065#, sh-format9066msgid ""9067"use the '--force' option. If the local git directory is not the correct repo"9068msgstr ""90699070#: git-submodule.sh:3979071#, sh-format9072msgid ""9073"or you are unsure what this means choose another name with the '--name' "9074"option."9075msgstr ""90769077#: git-submodule.sh:3999078#, sh-format9079msgid "Reactivating local git directory for submodule '$sm_name'."9080msgstr ""90819082#: git-submodule.sh:4119083#, sh-format9084msgid "Unable to checkout submodule '$sm_path'"9085msgstr ""90869087#: git-submodule.sh:4169088#, sh-format9089msgid "Failed to add submodule '$sm_path'"9090msgstr ""90919092#: git-submodule.sh:4259093#, sh-format9094msgid "Failed to register submodule '$sm_path'"9095msgstr ""90969097#: git-submodule.sh:4689098#, sh-format9099msgid "Entering '$prefix$sm_path'"9100msgstr ""91019102#: git-submodule.sh:4829103#, sh-format9104msgid "Stopping at '$sm_path'; script returned non-zero status."9105msgstr ""91069107#: git-submodule.sh:5269108#, sh-format9109msgid "No url found for submodule path '$sm_path' in .gitmodules"9110msgstr ""91119112#: git-submodule.sh:5359113#, sh-format9114msgid "Failed to register url for submodule path '$sm_path'"9115msgstr ""91169117#: git-submodule.sh:5379118#, sh-format9119msgid "Submodule '$name' ($url) registered for path '$sm_path'"9120msgstr ""91219122#: git-submodule.sh:5459123#, sh-format9124msgid "Failed to register update mode for submodule path '$sm_path'"9125msgstr ""91269127#: git-submodule.sh:6499128#, sh-format9129msgid ""9130"Submodule path '$sm_path' not initialized\n"9131"Maybe you want to use 'update --init'?"9132msgstr ""91339134#: git-submodule.sh:6629135#, sh-format9136msgid "Unable to find current revision in submodule path '$sm_path'"9137msgstr ""91389139#: git-submodule.sh:671 git-submodule.sh:6959140#, sh-format9141msgid "Unable to fetch in submodule path '$sm_path'"9142msgstr ""91439144#: git-submodule.sh:7099145#, sh-format9146msgid "Unable to rebase '$sha1' in submodule path '$sm_path'"9147msgstr ""91489149#: git-submodule.sh:7109150#, sh-format9151msgid "Submodule path '$sm_path': rebased into '$sha1'"9152msgstr ""91539154#: git-submodule.sh:7159155#, sh-format9156msgid "Unable to merge '$sha1' in submodule path '$sm_path'"9157msgstr ""91589159#: git-submodule.sh:7169160#, sh-format9161msgid "Submodule path '$sm_path': merged in '$sha1'"9162msgstr ""91639164#: git-submodule.sh:7219165#, sh-format9166msgid "Unable to checkout '$sha1' in submodule path '$sm_path'"9167msgstr ""91689169#: git-submodule.sh:7229170#, sh-format9171msgid "Submodule path '$sm_path': checked out '$sha1'"9172msgstr ""91739174#: git-submodule.sh:744 git-submodule.sh:10669175#, sh-format9176msgid "Failed to recurse into submodule path '$sm_path'"9177msgstr ""91789179#: git-submodule.sh:8529180msgid "The --cached option cannot be used with the --files option"9181msgstr ""91829183#. unexpected type9184#: git-submodule.sh:8929185#, sh-format9186msgid "unexpected mode $mod_dst"9187msgstr ""91889189#: git-submodule.sh:9109190#, sh-format9191msgid " Warn: $name doesn't contain commit $sha1_src"9192msgstr ""91939194#: git-submodule.sh:9139195#, sh-format9196msgid " Warn: $name doesn't contain commit $sha1_dst"9197msgstr ""91989199#: git-submodule.sh:9169200#, sh-format9201msgid " Warn: $name doesn't contain commits $sha1_src and $sha1_dst"9202msgstr ""92039204#: git-submodule.sh:9419205msgid "blob"9206msgstr ""92079208#: git-submodule.sh:9799209msgid "Submodules changed but not updated:"9210msgstr ""92119212#: git-submodule.sh:9819213msgid "Submodule changes to be committed:"9214msgstr ""92159216#: git-submodule.sh:11299217#, sh-format9218msgid "Synchronizing submodule url for '$prefix$sm_path'"9219msgstr ""