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-04-30 08:25+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:53 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:83 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:1126 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:88 builtin/blame.c:2371 72#: builtin/blame.c:2372 builtin/config.c:55 builtin/fast-export.c:665 73#: builtin/fast-export.c:667 builtin/grep.c:715 builtin/hash-object.c:77 74#: builtin/ls-files.c:490 builtin/ls-files.c:493 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:89 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:90 builtin/clone.c:86 108msgid "repo" 109msgstr "" 110 111#: archive.c:346 builtin/archive.c:91 112msgid "retrieve the archive from remote repository <repo>" 113msgstr "" 114 115#: archive.c:347 builtin/archive.c:92 builtin/notes.c:615 116msgid "command" 117msgstr "" 118 119#: archive.c:348 builtin/archive.c:93 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#: branch.c:60 130#, c-format 131msgid "Not setting branch %s as its own upstream." 132msgstr "" 133 134#: branch.c:82 135#, c-format 136msgid "Branch %s set up to track remote branch %s from %s by rebasing." 137msgstr "" 138 139#: branch.c:83 140#, c-format 141msgid "Branch %s set up to track remote branch %s from %s." 142msgstr "" 143 144#: branch.c:87 145#, c-format 146msgid "Branch %s set up to track local branch %s by rebasing." 147msgstr "" 148 149#: branch.c:88 150#, c-format 151msgid "Branch %s set up to track local branch %s." 152msgstr "" 153 154#: branch.c:92 155#, c-format 156msgid "Branch %s set up to track remote ref %s by rebasing." 157msgstr "" 158 159#: branch.c:93 160#, c-format 161msgid "Branch %s set up to track remote ref %s." 162msgstr "" 163 164#: branch.c:97 165#, c-format 166msgid "Branch %s set up to track local ref %s by rebasing." 167msgstr "" 168 169#: branch.c:98 170#, c-format 171msgid "Branch %s set up to track local ref %s." 172msgstr "" 173 174#: branch.c:118 175#, c-format 176msgid "Tracking not set up: name too long: %s" 177msgstr "" 178 179#: branch.c:137 180#, c-format 181msgid "Not tracking: ambiguous information for ref %s" 182msgstr "" 183 184#: branch.c:182 185#, c-format 186msgid "'%s' is not a valid branch name." 187msgstr "" 188 189#: branch.c:187 190#, c-format 191msgid "A branch named '%s' already exists." 192msgstr "" 193 194#: branch.c:195 195msgid "Cannot force update the current branch." 196msgstr "" 197 198#: branch.c:201 199#, c-format 200msgid "Cannot setup tracking information; starting point '%s' is not a branch." 201msgstr "" 202 203#: branch.c:203 204#, c-format 205msgid "the requested upstream branch '%s' does not exist" 206msgstr "" 207 208#: branch.c:205 209msgid "" 210"\n" 211"If you are planning on basing your work on an upstream\n" 212"branch that already exists at the remote, you may need to\n" 213"run \"git fetch\" to retrieve it.\n" 214"\n" 215"If you are planning to push out a new local branch that\n" 216"will track its remote counterpart, you may want to use\n" 217"\"git push -u\" to set the upstream config as you push." 218msgstr "" 219 220#: branch.c:250 221#, c-format 222msgid "Not a valid object name: '%s'." 223msgstr "" 224 225#: branch.c:270 226#, c-format 227msgid "Ambiguous object name: '%s'." 228msgstr "" 229 230#: branch.c:275 231#, c-format 232msgid "Not a valid branch point: '%s'." 233msgstr "" 234 235#: branch.c:281 236msgid "Failed to lock ref for update" 237msgstr "" 238 239#: branch.c:299 240msgid "Failed to write ref" 241msgstr "" 242 243#: bundle.c:36 244#, c-format 245msgid "'%s' does not look like a v2 bundle file" 246msgstr "" 247 248#: bundle.c:63 249#, c-format 250msgid "unrecognized header: %s%s (%d)" 251msgstr "" 252 253#: bundle.c:89 builtin/commit.c:676 254#, c-format 255msgid "could not open '%s'" 256msgstr "" 257 258#: bundle.c:140 259msgid "Repository lacks these prerequisite commits:" 260msgstr "" 261 262#: bundle.c:164 sequencer.c:651 sequencer.c:1101 builtin/log.c:300 263#: builtin/log.c:770 builtin/log.c:1344 builtin/log.c:1570 builtin/merge.c:349 264#: builtin/shortlog.c:155 265msgid "revision walk setup failed" 266msgstr "" 267 268#: bundle.c:186 269#, c-format 270msgid "The bundle contains this ref:" 271msgid_plural "The bundle contains these %d refs:" 272msgstr[0] "" 273msgstr[1] "" 274 275#: bundle.c:193 276msgid "The bundle records a complete history." 277msgstr "" 278 279#: bundle.c:195 280#, c-format 281msgid "The bundle requires this ref:" 282msgid_plural "The bundle requires these %d refs:" 283msgstr[0] "" 284msgstr[1] "" 285 286#: bundle.c:294 287msgid "rev-list died" 288msgstr "" 289 290#: bundle.c:300 builtin/log.c:1255 builtin/shortlog.c:258 291#, c-format 292msgid "unrecognized argument: %s" 293msgstr "" 294 295#: bundle.c:335 296#, c-format 297msgid "ref '%s' is excluded by the rev-list options" 298msgstr "" 299 300#: bundle.c:380 301msgid "Refusing to create empty bundle." 302msgstr "" 303 304#: bundle.c:398 305msgid "Could not spawn pack-objects" 306msgstr "" 307 308#: bundle.c:416 309msgid "pack-objects died" 310msgstr "" 311 312#: bundle.c:419 313#, c-format 314msgid "cannot create '%s'" 315msgstr "" 316 317#: bundle.c:441 318msgid "index-pack died" 319msgstr "" 320 321#: commit.c:50 322#, c-format 323msgid "could not parse %s" 324msgstr "" 325 326#: commit.c:52 327#, c-format 328msgid "%s %s is not a commit!" 329msgstr "" 330 331#: compat/obstack.c:406 compat/obstack.c:408 332msgid "memory exhausted" 333msgstr "" 334 335#: connected.c:39 336msgid "Could not run 'git rev-list'" 337msgstr "" 338 339#: connected.c:48 340#, c-format 341msgid "failed write to rev-list: %s" 342msgstr "" 343 344#: connected.c:56 345#, c-format 346msgid "failed to close rev-list's stdin: %s" 347msgstr "" 348 349#: date.c:95 350msgid "in the future" 351msgstr "" 352 353#: date.c:101 354#, c-format 355msgid "%lu second ago" 356msgid_plural "%lu seconds ago" 357msgstr[0] "" 358msgstr[1] "" 359 360#: date.c:108 361#, c-format 362msgid "%lu minute ago" 363msgid_plural "%lu minutes ago" 364msgstr[0] "" 365msgstr[1] "" 366 367#: date.c:115 368#, c-format 369msgid "%lu hour ago" 370msgid_plural "%lu hours ago" 371msgstr[0] "" 372msgstr[1] "" 373 374#: date.c:122 375#, c-format 376msgid "%lu day ago" 377msgid_plural "%lu days ago" 378msgstr[0] "" 379msgstr[1] "" 380 381#: date.c:128 382#, c-format 383msgid "%lu week ago" 384msgid_plural "%lu weeks ago" 385msgstr[0] "" 386msgstr[1] "" 387 388#: date.c:135 389#, c-format 390msgid "%lu month ago" 391msgid_plural "%lu months ago" 392msgstr[0] "" 393msgstr[1] "" 394 395#: date.c:146 396#, c-format 397msgid "%lu year" 398msgid_plural "%lu years" 399msgstr[0] "" 400msgstr[1] "" 401 402#: date.c:149 403#, c-format 404msgid "%s, %lu month ago" 405msgid_plural "%s, %lu months ago" 406msgstr[0] "" 407msgstr[1] "" 408 409#: date.c:154 date.c:159 410#, c-format 411msgid "%lu year ago" 412msgid_plural "%lu years ago" 413msgstr[0] "" 414msgstr[1] "" 415 416#: diff.c:112 417#, c-format 418msgid " Failed to parse dirstat cut-off percentage '%s'\n" 419msgstr "" 420 421#: diff.c:117 422#, c-format 423msgid " Unknown dirstat parameter '%s'\n" 424msgstr "" 425 426#: diff.c:210 427#, c-format 428msgid "Unknown value for 'diff.submodule' config variable: '%s'" 429msgstr "" 430 431#: diff.c:260 432#, c-format 433msgid "" 434"Found errors in 'diff.dirstat' config variable:\n" 435"%s" 436msgstr "" 437 438#: diff.c:3481 439#, c-format 440msgid "" 441"Failed to parse --dirstat/-X option parameter:\n" 442"%s" 443msgstr "" 444 445#: diff.c:3495 446#, c-format 447msgid "Failed to parse --submodule option parameter: '%s'" 448msgstr "" 449 450#: gpg-interface.c:59 gpg-interface.c:131 451msgid "could not run gpg." 452msgstr "" 453 454#: gpg-interface.c:71 455msgid "gpg did not accept the data" 456msgstr "" 457 458#: gpg-interface.c:82 459msgid "gpg failed to sign the data" 460msgstr "" 461 462#: gpg-interface.c:115 463#, c-format 464msgid "could not create temporary file '%s': %s" 465msgstr "" 466 467#: gpg-interface.c:118 468#, c-format 469msgid "failed writing detached signature to '%s': %s" 470msgstr "" 471 472#: grep.c:1623 473#, c-format 474msgid "'%s': unable to read %s" 475msgstr "" 476 477#: grep.c:1640 478#, c-format 479msgid "'%s': %s" 480msgstr "" 481 482#: grep.c:1651 483#, c-format 484msgid "'%s': short read %s" 485msgstr "" 486 487#: help.c:212 488#, c-format 489msgid "available git commands in '%s'" 490msgstr "" 491 492#: help.c:219 493msgid "git commands available from elsewhere on your $PATH" 494msgstr "" 495 496#: help.c:235 497msgid "The most commonly used git commands are:" 498msgstr "" 499 500#: help.c:292 501#, c-format 502msgid "" 503"'%s' appears to be a git command, but we were not\n" 504"able to execute it. Maybe git-%s is broken?" 505msgstr "" 506 507#: help.c:349 508msgid "Uh oh. Your system reports no Git commands at all." 509msgstr "" 510 511#: help.c:371 512#, c-format 513msgid "" 514"WARNING: You called a Git command named '%s', which does not exist.\n" 515"Continuing under the assumption that you meant '%s'" 516msgstr "" 517 518#: help.c:376 519#, c-format 520msgid "in %0.1f seconds automatically..." 521msgstr "" 522 523#: help.c:383 524#, c-format 525msgid "git: '%s' is not a git command. See 'git --help'." 526msgstr "" 527 528#: help.c:387 529msgid "" 530"\n" 531"Did you mean this?" 532msgid_plural "" 533"\n" 534"Did you mean one of these?" 535msgstr[0] "" 536msgstr[1] "" 537 538#: merge.c:56 539msgid "failed to read the cache" 540msgstr "" 541 542#: merge.c:110 builtin/checkout.c:365 builtin/checkout.c:566 543#: builtin/clone.c:645 544msgid "unable to write new index file" 545msgstr "" 546 547#: merge-recursive.c:190 548#, c-format 549msgid "(bad commit)\n" 550msgstr "" 551 552#: merge-recursive.c:206 553#, c-format 554msgid "addinfo_cache failed for path '%s'" 555msgstr "" 556 557#: merge-recursive.c:268 558msgid "error building trees" 559msgstr "" 560 561#: merge-recursive.c:672 562#, c-format 563msgid "failed to create path '%s'%s" 564msgstr "" 565 566#: merge-recursive.c:683 567#, c-format 568msgid "Removing %s to make room for subdirectory\n" 569msgstr "" 570 571#. something else exists 572#. .. but not some other error (who really cares what?) 573#: merge-recursive.c:697 merge-recursive.c:718 574msgid ": perhaps a D/F conflict?" 575msgstr "" 576 577#: merge-recursive.c:708 578#, c-format 579msgid "refusing to lose untracked file at '%s'" 580msgstr "" 581 582#: merge-recursive.c:748 583#, c-format 584msgid "cannot read object %s '%s'" 585msgstr "" 586 587#: merge-recursive.c:750 588#, c-format 589msgid "blob expected for %s '%s'" 590msgstr "" 591 592#: merge-recursive.c:773 builtin/clone.c:313 593#, c-format 594msgid "failed to open '%s'" 595msgstr "" 596 597#: merge-recursive.c:781 598#, c-format 599msgid "failed to symlink '%s'" 600msgstr "" 601 602#: merge-recursive.c:784 603#, c-format 604msgid "do not know what to do with %06o %s '%s'" 605msgstr "" 606 607#: merge-recursive.c:922 608msgid "Failed to execute internal merge" 609msgstr "" 610 611#: merge-recursive.c:926 612#, c-format 613msgid "Unable to add %s to database" 614msgstr "" 615 616#: merge-recursive.c:942 617msgid "unsupported object type in the tree" 618msgstr "" 619 620#: merge-recursive.c:1021 merge-recursive.c:1035 621#, c-format 622msgid "" 623"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 624"in tree." 625msgstr "" 626 627#: merge-recursive.c:1027 merge-recursive.c:1040 628#, c-format 629msgid "" 630"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 631"in tree at %s." 632msgstr "" 633 634#: merge-recursive.c:1081 635msgid "rename" 636msgstr "" 637 638#: merge-recursive.c:1081 639msgid "renamed" 640msgstr "" 641 642#: merge-recursive.c:1137 643#, c-format 644msgid "%s is a directory in %s adding as %s instead" 645msgstr "" 646 647#: merge-recursive.c:1159 648#, c-format 649msgid "" 650"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s" 651"\"->\"%s\" in \"%s\"%s" 652msgstr "" 653 654#: merge-recursive.c:1164 655msgid " (left unresolved)" 656msgstr "" 657 658#: merge-recursive.c:1218 659#, c-format 660msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s" 661msgstr "" 662 663#: merge-recursive.c:1248 664#, c-format 665msgid "Renaming %s to %s and %s to %s instead" 666msgstr "" 667 668#: merge-recursive.c:1447 669#, c-format 670msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s" 671msgstr "" 672 673#: merge-recursive.c:1457 674#, c-format 675msgid "Adding merged %s" 676msgstr "" 677 678#: merge-recursive.c:1462 merge-recursive.c:1660 679#, c-format 680msgid "Adding as %s instead" 681msgstr "" 682 683#: merge-recursive.c:1513 684#, c-format 685msgid "cannot read object %s" 686msgstr "" 687 688#: merge-recursive.c:1516 689#, c-format 690msgid "object %s is not a blob" 691msgstr "" 692 693#: merge-recursive.c:1564 694msgid "modify" 695msgstr "" 696 697#: merge-recursive.c:1564 698msgid "modified" 699msgstr "" 700 701#: merge-recursive.c:1574 702msgid "content" 703msgstr "" 704 705#: merge-recursive.c:1581 706msgid "add/add" 707msgstr "" 708 709#: merge-recursive.c:1615 710#, c-format 711msgid "Skipped %s (merged same as existing)" 712msgstr "" 713 714#: merge-recursive.c:1629 715#, c-format 716msgid "Auto-merging %s" 717msgstr "" 718 719#: merge-recursive.c:1633 git-submodule.sh:1029 720msgid "submodule" 721msgstr "" 722 723#: merge-recursive.c:1634 724#, c-format 725msgid "CONFLICT (%s): Merge conflict in %s" 726msgstr "" 727 728#: merge-recursive.c:1724 729#, c-format 730msgid "Removing %s" 731msgstr "" 732 733#: merge-recursive.c:1749 734msgid "file/directory" 735msgstr "" 736 737#: merge-recursive.c:1755 738msgid "directory/file" 739msgstr "" 740 741#: merge-recursive.c:1760 742#, c-format 743msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s" 744msgstr "" 745 746#: merge-recursive.c:1770 747#, c-format 748msgid "Adding %s" 749msgstr "" 750 751#: merge-recursive.c:1787 752msgid "Fatal merge failure, shouldn't happen." 753msgstr "" 754 755#: merge-recursive.c:1806 756msgid "Already up-to-date!" 757msgstr "" 758 759#: merge-recursive.c:1815 760#, c-format 761msgid "merging of trees %s and %s failed" 762msgstr "" 763 764#: merge-recursive.c:1845 765#, c-format 766msgid "Unprocessed path??? %s" 767msgstr "" 768 769#: merge-recursive.c:1890 770msgid "Merging:" 771msgstr "" 772 773#: merge-recursive.c:1903 774#, c-format 775msgid "found %u common ancestor:" 776msgid_plural "found %u common ancestors:" 777msgstr[0] "" 778msgstr[1] "" 779 780#: merge-recursive.c:1940 781msgid "merge returned no commit" 782msgstr "" 783 784#: merge-recursive.c:1997 785#, c-format 786msgid "Could not parse object '%s'" 787msgstr "" 788 789#: merge-recursive.c:2009 builtin/merge.c:658 790msgid "Unable to write index." 791msgstr "" 792 793#: object.c:195 794#, c-format 795msgid "unable to parse object: %s" 796msgstr "" 797 798#: parse-options.c:489 799msgid "..." 800msgstr "" 801 802#: parse-options.c:507 803#, c-format 804msgid "usage: %s" 805msgstr "" 806 807#. TRANSLATORS: the colon here should align with the 808#. one in "usage: %s" translation 809#: parse-options.c:511 810#, c-format 811msgid " or: %s" 812msgstr "" 813 814#: parse-options.c:514 815#, c-format 816msgid " %s" 817msgstr "" 818 819#: parse-options.c:548 820msgid "-NUM" 821msgstr "" 822 823#: pathspec.c:83 824#, c-format 825msgid "Path '%s' is in submodule '%.*s'" 826msgstr "" 827 828#: pathspec.c:99 829#, c-format 830msgid "'%s' is beyond a symbolic link" 831msgstr "" 832 833#: remote.c:1781 834#, c-format 835msgid "Your branch is ahead of '%s' by %d commit.\n" 836msgid_plural "Your branch is ahead of '%s' by %d commits.\n" 837msgstr[0] "" 838msgstr[1] "" 839 840#: remote.c:1787 841msgid " (use \"git push\" to publish your local commits)\n" 842msgstr "" 843 844#: remote.c:1790 845#, c-format 846msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n" 847msgid_plural "" 848"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n" 849msgstr[0] "" 850msgstr[1] "" 851 852#: remote.c:1798 853msgid " (use \"git pull\" to update your local branch)\n" 854msgstr "" 855 856#: remote.c:1801 857#, c-format 858msgid "" 859"Your branch and '%s' have diverged,\n" 860"and have %d and %d different commit each, respectively.\n" 861msgid_plural "" 862"Your branch and '%s' have diverged,\n" 863"and have %d and %d different commits each, respectively.\n" 864msgstr[0] "" 865msgstr[1] "" 866 867#: remote.c:1811 868msgid " (use \"git pull\" to merge the remote branch into yours)\n" 869msgstr "" 870 871#: sequencer.c:206 builtin/merge.c:776 builtin/merge.c:889 builtin/merge.c:999 872#: builtin/merge.c:1009 873#, c-format 874msgid "Could not open '%s' for writing" 875msgstr "" 876 877#: sequencer.c:208 builtin/merge.c:335 builtin/merge.c:779 878#: builtin/merge.c:1001 builtin/merge.c:1014 879#, c-format 880msgid "Could not write to '%s'" 881msgstr "" 882 883#: sequencer.c:229 884msgid "" 885"after resolving the conflicts, mark the corrected paths\n" 886"with 'git add <paths>' or 'git rm <paths>'" 887msgstr "" 888 889#: sequencer.c:232 890msgid "" 891"after resolving the conflicts, mark the corrected paths\n" 892"with 'git add <paths>' or 'git rm <paths>'\n" 893"and commit the result with 'git commit'" 894msgstr "" 895 896#: sequencer.c:245 sequencer.c:859 sequencer.c:942 897#, c-format 898msgid "Could not write to %s" 899msgstr "" 900 901#: sequencer.c:248 902#, c-format 903msgid "Error wrapping up %s" 904msgstr "" 905 906#: sequencer.c:263 907msgid "Your local changes would be overwritten by cherry-pick." 908msgstr "" 909 910#: sequencer.c:265 911msgid "Your local changes would be overwritten by revert." 912msgstr "" 913 914#: sequencer.c:268 915msgid "Commit your changes or stash them to proceed." 916msgstr "" 917 918#. TRANSLATORS: %s will be "revert" or "cherry-pick" 919#: sequencer.c:319 920#, c-format 921msgid "%s: Unable to write new index file" 922msgstr "" 923 924#: sequencer.c:350 925msgid "Could not resolve HEAD commit\n" 926msgstr "" 927 928#: sequencer.c:371 929msgid "Unable to update cache tree\n" 930msgstr "" 931 932#: sequencer.c:416 933#, c-format 934msgid "Could not parse commit %s\n" 935msgstr "" 936 937#: sequencer.c:421 938#, c-format 939msgid "Could not parse parent commit %s\n" 940msgstr "" 941 942#: sequencer.c:487 943msgid "Your index file is unmerged." 944msgstr "" 945 946#: sequencer.c:506 947#, c-format 948msgid "Commit %s is a merge but no -m option was given." 949msgstr "" 950 951#: sequencer.c:514 952#, c-format 953msgid "Commit %s does not have parent %d" 954msgstr "" 955 956#: sequencer.c:518 957#, c-format 958msgid "Mainline was specified but commit %s is not a merge." 959msgstr "" 960 961#. TRANSLATORS: The first %s will be "revert" or 962#. "cherry-pick", the second %s a SHA1 963#: sequencer.c:531 964#, c-format 965msgid "%s: cannot parse parent commit %s" 966msgstr "" 967 968#: sequencer.c:535 969#, c-format 970msgid "Cannot get commit message for %s" 971msgstr "" 972 973#: sequencer.c:621 974#, c-format 975msgid "could not revert %s... %s" 976msgstr "" 977 978#: sequencer.c:622 979#, c-format 980msgid "could not apply %s... %s" 981msgstr "" 982 983#: sequencer.c:654 984msgid "empty commit set passed" 985msgstr "" 986 987#: sequencer.c:662 988#, c-format 989msgid "git %s: failed to read the index" 990msgstr "" 991 992#: sequencer.c:667 993#, c-format 994msgid "git %s: failed to refresh the index" 995msgstr "" 996 997#: sequencer.c:725 998#, c-format 999msgid "Cannot %s during a %s"1000msgstr ""10011002#: sequencer.c:7471003#, c-format1004msgid "Could not parse line %d."1005msgstr ""10061007#: sequencer.c:7521008msgid "No commits parsed."1009msgstr ""10101011#: sequencer.c:7651012#, c-format1013msgid "Could not open %s"1014msgstr ""10151016#: sequencer.c:7691017#, c-format1018msgid "Could not read %s."1019msgstr ""10201021#: sequencer.c:7761022#, c-format1023msgid "Unusable instruction sheet: %s"1024msgstr ""10251026#: sequencer.c:8041027#, c-format1028msgid "Invalid key: %s"1029msgstr ""10301031#: sequencer.c:8071032#, c-format1033msgid "Invalid value for %s: %s"1034msgstr ""10351036#: sequencer.c:8191037#, c-format1038msgid "Malformed options sheet: %s"1039msgstr ""10401041#: sequencer.c:8401042msgid "a cherry-pick or revert is already in progress"1043msgstr ""10441045#: sequencer.c:8411046msgid "try \"git cherry-pick (--continue | --quit | --abort)\""1047msgstr ""10481049#: sequencer.c:8451050#, c-format1051msgid "Could not create sequencer directory %s"1052msgstr ""10531054#: sequencer.c:861 sequencer.c:9461055#, c-format1056msgid "Error wrapping up %s."1057msgstr ""10581059#: sequencer.c:880 sequencer.c:10141060msgid "no cherry-pick or revert in progress"1061msgstr ""10621063#: sequencer.c:8821064msgid "cannot resolve HEAD"1065msgstr ""10661067#: sequencer.c:8841068msgid "cannot abort from a branch yet to be born"1069msgstr ""10701071#: sequencer.c:906 builtin/apply.c:40601072#, c-format1073msgid "cannot open %s: %s"1074msgstr ""10751076#: sequencer.c:9091077#, c-format1078msgid "cannot read %s: %s"1079msgstr ""10801081#: sequencer.c:9101082msgid "unexpected end of file"1083msgstr ""10841085#: sequencer.c:9161086#, c-format1087msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"1088msgstr ""10891090#: sequencer.c:9391091#, c-format1092msgid "Could not format %s."1093msgstr ""10941095#: sequencer.c:10831096#, c-format1097msgid "%s: can't cherry-pick a %s"1098msgstr ""10991100#: sequencer.c:10851101#, c-format1102msgid "%s: bad revision"1103msgstr ""11041105#: sequencer.c:11191106msgid "Can't revert as initial commit"1107msgstr ""11081109#: sequencer.c:11201110msgid "Can't cherry-pick into empty head"1111msgstr ""11121113#: sha1_name.c:10361114msgid "HEAD does not point to a branch"1115msgstr ""11161117#: sha1_name.c:10391118#, c-format1119msgid "No such branch: '%s'"1120msgstr ""11211122#: sha1_name.c:10411123#, c-format1124msgid "No upstream configured for branch '%s'"1125msgstr ""11261127#: sha1_name.c:10441128#, c-format1129msgid "Upstream branch '%s' not stored as a remote-tracking branch"1130msgstr ""11311132#: wrapper.c:4081133#, c-format1134msgid "unable to access '%s': %s"1135msgstr ""11361137#: wrapper.c:4231138#, c-format1139msgid "unable to access '%s'"1140msgstr ""11411142#: wrapper.c:4341143#, c-format1144msgid "unable to look up current user in the passwd file: %s"1145msgstr ""11461147#: wrapper.c:4351148msgid "no such user"1149msgstr ""11501151#: wt-status.c:1401152msgid "Unmerged paths:"1153msgstr ""11541155#: wt-status.c:167 wt-status.c:1941156#, c-format1157msgid " (use \"git reset %s <file>...\" to unstage)"1158msgstr ""11591160#: wt-status.c:169 wt-status.c:1961161msgid " (use \"git rm --cached <file>...\" to unstage)"1162msgstr ""11631164#: wt-status.c:1731165msgid " (use \"git add <file>...\" to mark resolution)"1166msgstr ""11671168#: wt-status.c:175 wt-status.c:1791169msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"1170msgstr ""11711172#: wt-status.c:1771173msgid " (use \"git rm <file>...\" to mark resolution)"1174msgstr ""11751176#: wt-status.c:1881177msgid "Changes to be committed:"1178msgstr ""11791180#: wt-status.c:2061181msgid "Changes not staged for commit:"1182msgstr ""11831184#: wt-status.c:2101185msgid " (use \"git add <file>...\" to update what will be committed)"1186msgstr ""11871188#: wt-status.c:2121189msgid " (use \"git add/rm <file>...\" to update what will be committed)"1190msgstr ""11911192#: wt-status.c:2131193msgid ""1194" (use \"git checkout -- <file>...\" to discard changes in working directory)"1195msgstr ""11961197#: wt-status.c:2151198msgid " (commit or discard the untracked or modified content in submodules)"1199msgstr ""12001201#: wt-status.c:2271202#, c-format1203msgid " (use \"git %s <file>...\" to include in what will be committed)"1204msgstr ""12051206#: wt-status.c:2441207msgid "bug"1208msgstr ""12091210#: wt-status.c:2491211msgid "both deleted:"1212msgstr ""12131214#: wt-status.c:2501215msgid "added by us:"1216msgstr ""12171218#: wt-status.c:2511219msgid "deleted by them:"1220msgstr ""12211222#: wt-status.c:2521223msgid "added by them:"1224msgstr ""12251226#: wt-status.c:2531227msgid "deleted by us:"1228msgstr ""12291230#: wt-status.c:2541231msgid "both added:"1232msgstr ""12331234#: wt-status.c:2551235msgid "both modified:"1236msgstr ""12371238#: wt-status.c:2851239msgid "new commits, "1240msgstr ""12411242#: wt-status.c:2871243msgid "modified content, "1244msgstr ""12451246#: wt-status.c:2891247msgid "untracked content, "1248msgstr ""12491250#: wt-status.c:3061251#, c-format1252msgid "new file: %s"1253msgstr ""12541255#: wt-status.c:3091256#, c-format1257msgid "copied: %s -> %s"1258msgstr ""12591260#: wt-status.c:3121261#, c-format1262msgid "deleted: %s"1263msgstr ""12641265#: wt-status.c:3151266#, c-format1267msgid "modified: %s"1268msgstr ""12691270#: wt-status.c:3181271#, c-format1272msgid "renamed: %s -> %s"1273msgstr ""12741275#: wt-status.c:3211276#, c-format1277msgid "typechange: %s"1278msgstr ""12791280#: wt-status.c:3241281#, c-format1282msgid "unknown: %s"1283msgstr ""12841285#: wt-status.c:3271286#, c-format1287msgid "unmerged: %s"1288msgstr ""12891290#: wt-status.c:3301291#, c-format1292msgid "bug: unhandled diff status %c"1293msgstr ""12941295#: wt-status.c:8031296msgid "You have unmerged paths."1297msgstr ""12981299#: wt-status.c:806 wt-status.c:9581300msgid " (fix conflicts and run \"git commit\")"1301msgstr ""13021303#: wt-status.c:8091304msgid "All conflicts fixed but you are still merging."1305msgstr ""13061307#: wt-status.c:8121308msgid " (use \"git commit\" to conclude merge)"1309msgstr ""13101311#: wt-status.c:8221312msgid "You are in the middle of an am session."1313msgstr ""13141315#: wt-status.c:8251316msgid "The current patch is empty."1317msgstr ""13181319#: wt-status.c:8291320msgid " (fix conflicts and then run \"git am --resolved\")"1321msgstr ""13221323#: wt-status.c:8311324msgid " (use \"git am --skip\" to skip this patch)"1325msgstr ""13261327#: wt-status.c:8331328msgid " (use \"git am --abort\" to restore the original branch)"1329msgstr ""13301331#: wt-status.c:893 wt-status.c:9101332#, c-format1333msgid "You are currently rebasing branch '%s' on '%s'."1334msgstr ""13351336#: wt-status.c:898 wt-status.c:9151337msgid "You are currently rebasing."1338msgstr ""13391340#: wt-status.c:9011341msgid " (fix conflicts and then run \"git rebase --continue\")"1342msgstr ""13431344#: wt-status.c:9031345msgid " (use \"git rebase --skip\" to skip this patch)"1346msgstr ""13471348#: wt-status.c:9051349msgid " (use \"git rebase --abort\" to check out the original branch)"1350msgstr ""13511352#: wt-status.c:9181353msgid " (all conflicts fixed: run \"git rebase --continue\")"1354msgstr ""13551356#: wt-status.c:9221357#, c-format1358msgid ""1359"You are currently splitting a commit while rebasing branch '%s' on '%s'."1360msgstr ""13611362#: wt-status.c:9271363msgid "You are currently splitting a commit during a rebase."1364msgstr ""13651366#: wt-status.c:9301367msgid " (Once your working directory is clean, run \"git rebase --continue\")"1368msgstr ""13691370#: wt-status.c:9341371#, c-format1372msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."1373msgstr ""13741375#: wt-status.c:9391376msgid "You are currently editing a commit during a rebase."1377msgstr ""13781379#: wt-status.c:9421380msgid " (use \"git commit --amend\" to amend the current commit)"1381msgstr ""13821383#: wt-status.c:9441384msgid ""1385" (use \"git rebase --continue\" once you are satisfied with your changes)"1386msgstr ""13871388#: wt-status.c:9541389msgid "You are currently cherry-picking."1390msgstr ""13911392#: wt-status.c:9611393msgid " (all conflicts fixed: run \"git commit\")"1394msgstr ""13951396#: wt-status.c:9701397#, c-format1398msgid "You are currently reverting commit %s."1399msgstr ""14001401#: wt-status.c:9751402msgid " (fix conflicts and run \"git revert --continue\")"1403msgstr ""14041405#: wt-status.c:9781406msgid " (all conflicts fixed: run \"git revert --continue\")"1407msgstr ""14081409#: wt-status.c:9801410msgid " (use \"git revert --abort\" to cancel the revert operation)"1411msgstr ""14121413#: wt-status.c:9911414#, c-format1415msgid "You are currently bisecting, started from branch '%s'."1416msgstr ""14171418#: wt-status.c:9951419msgid "You are currently bisecting."1420msgstr ""14211422#: wt-status.c:9981423msgid " (use \"git bisect reset\" to get back to the original branch)"1424msgstr ""14251426#: wt-status.c:11731427msgid "On branch "1428msgstr ""14291430#: wt-status.c:11841431msgid "HEAD detached at "1432msgstr ""14331434#: wt-status.c:11861435msgid "HEAD detached from "1436msgstr ""14371438#: wt-status.c:11891439msgid "Not currently on any branch."1440msgstr ""14411442#: wt-status.c:12061443msgid "Initial commit"1444msgstr ""14451446#: wt-status.c:12201447msgid "Untracked files"1448msgstr ""14491450#: wt-status.c:12221451msgid "Ignored files"1452msgstr ""14531454#: wt-status.c:12261455#, c-format1456msgid ""1457"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"1458"may speed it up, but you have to be careful not to forget to add\n"1459"new files yourself (see 'git help status')."1460msgstr ""14611462#: wt-status.c:12321463#, c-format1464msgid "Untracked files not listed%s"1465msgstr ""14661467#: wt-status.c:12341468msgid " (use -u option to show untracked files)"1469msgstr ""14701471#: wt-status.c:12401472msgid "No changes"1473msgstr ""14741475#: wt-status.c:12451476#, c-format1477msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"1478msgstr ""14791480#: wt-status.c:12481481#, c-format1482msgid "no changes added to commit\n"1483msgstr ""14841485#: wt-status.c:12511486#, c-format1487msgid ""1488"nothing added to commit but untracked files present (use \"git add\" to "1489"track)\n"1490msgstr ""14911492#: wt-status.c:12541493#, c-format1494msgid "nothing added to commit but untracked files present\n"1495msgstr ""14961497#: wt-status.c:12571498#, c-format1499msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"1500msgstr ""15011502#: wt-status.c:1260 wt-status.c:12651503#, c-format1504msgid "nothing to commit\n"1505msgstr ""15061507#: wt-status.c:12631508#, c-format1509msgid "nothing to commit (use -u to show untracked files)\n"1510msgstr ""15111512#: wt-status.c:12671513#, c-format1514msgid "nothing to commit, working directory clean\n"1515msgstr ""15161517#: wt-status.c:13751518msgid "HEAD (no branch)"1519msgstr ""15201521#: wt-status.c:13811522msgid "Initial commit on "1523msgstr ""15241525#: wt-status.c:13961526msgid "behind "1527msgstr ""15281529#: wt-status.c:1399 wt-status.c:14021530msgid "ahead "1531msgstr ""15321533#: wt-status.c:14041534msgid ", behind "1535msgstr ""15361537#: compat/precompose_utf8.c:58 builtin/clone.c:3521538#, c-format1539msgid "failed to unlink '%s'"1540msgstr ""15411542#: builtin/add.c:201543msgid "git add [options] [--] <pathspec>..."1544msgstr ""15451546#.1547#. * To be consistent with "git add -p" and most Git1548#. * commands, we should default to being tree-wide, but1549#. * this is not the original behavior and can't be1550#. * changed until users trained themselves not to type1551#. * "git add -u" or "git add -A". For now, we warn and1552#. * keep the old behavior. Later, the behavior can be changed1553#. * to tree-wide, keeping the warning for a while, and1554#. * eventually we can drop the warning.1555#.1556#: builtin/add.c:581557#, c-format1558msgid ""1559"The behavior of 'git add %s (or %s)' with no path argument from a\n"1560"subdirectory of the tree will change in Git 2.0 and should not be used "1561"anymore.\n"1562"To add content for the whole tree, run:\n"1563"\n"1564" git add %s :/\n"1565" (or git add %s :/)\n"1566"\n"1567"To restrict the command to the current directory, run:\n"1568"\n"1569" git add %s .\n"1570" (or git add %s .)\n"1571"\n"1572"With the current Git version, the command is restricted to the current "1573"directory.\n"1574msgstr ""15751576#: builtin/add.c:1001577#, c-format1578msgid ""1579"You ran 'git add' with neither '-A (--all)' or '--ignore-removal',\n"1580"whose behaviour will change in Git 2.0 with respect to paths you removed.\n"1581"Paths like '%s' that are\n"1582"removed from your working tree are ignored with this version of Git.\n"1583"\n"1584"* 'git add --ignore-removal <pathspec>', which is the current default,\n"1585" ignores paths you removed from your working tree.\n"1586"\n"1587"* 'git add --all <pathspec>' will let you also record the removals.\n"1588"\n"1589"Run 'git status' to check the paths you removed from your working tree.\n"1590msgstr ""15911592#: builtin/add.c:1441593#, c-format1594msgid "unexpected diff status %c"1595msgstr ""15961597#: builtin/add.c:149 builtin/commit.c:2331598msgid "updating files failed"1599msgstr ""16001601#: builtin/add.c:1631602#, c-format1603msgid "remove '%s'\n"1604msgstr ""16051606#: builtin/add.c:2531607msgid "Unstaged changes after refreshing the index:"1608msgstr ""16091610#: builtin/add.c:256 builtin/add.c:572 builtin/rm.c:2751611#, c-format1612msgid "pathspec '%s' did not match any files"1613msgstr ""16141615#: builtin/add.c:3391616msgid "Could not read the index"1617msgstr ""16181619#: builtin/add.c:3491620#, c-format1621msgid "Could not open '%s' for writing."1622msgstr ""16231624#: builtin/add.c:3531625msgid "Could not write patch"1626msgstr ""16271628#: builtin/add.c:3581629#, c-format1630msgid "Could not stat '%s'"1631msgstr ""16321633#: builtin/add.c:3601634msgid "Empty patch. Aborted."1635msgstr ""16361637#: builtin/add.c:3661638#, c-format1639msgid "Could not apply '%s'"1640msgstr ""16411642#: builtin/add.c:3761643msgid "The following paths are ignored by one of your .gitignore files:\n"1644msgstr ""16451646#: builtin/add.c:393 builtin/clean.c:161 builtin/fetch.c:78 builtin/mv.c:631647#: builtin/prune-packed.c:76 builtin/push.c:425 builtin/remote.c:12531648#: builtin/rm.c:2061649msgid "dry run"1650msgstr ""16511652#: builtin/add.c:394 builtin/apply.c:4409 builtin/check-ignore.c:191653#: builtin/commit.c:1152 builtin/count-objects.c:95 builtin/fsck.c:6131654#: builtin/log.c:1518 builtin/mv.c:62 builtin/read-tree.c:1121655msgid "be verbose"1656msgstr ""16571658#: builtin/add.c:3961659msgid "interactive picking"1660msgstr ""16611662#: builtin/add.c:397 builtin/checkout.c:1063 builtin/reset.c:2581663msgid "select hunks interactively"1664msgstr ""16651666#: builtin/add.c:3981667msgid "edit current diff and apply"1668msgstr ""16691670#: builtin/add.c:3991671msgid "allow adding otherwise ignored files"1672msgstr ""16731674#: builtin/add.c:4001675msgid "update tracked files"1676msgstr ""16771678#: builtin/add.c:4011679msgid "record only the fact that the path will be added later"1680msgstr ""16811682#: builtin/add.c:4021683msgid "add changes from all tracked and untracked files"1684msgstr ""16851686#. takes no arguments1687#: builtin/add.c:4051688msgid "ignore paths removed in the working tree (same as --no-all)"1689msgstr ""16901691#: builtin/add.c:4071692msgid "don't add, only refresh the index"1693msgstr ""16941695#: builtin/add.c:4081696msgid "just skip files which cannot be added because of errors"1697msgstr ""16981699#: builtin/add.c:4091700msgid "check if - even missing - files are ignored in dry run"1701msgstr ""17021703#: builtin/add.c:4311704#, c-format1705msgid "Use -f if you really want to add them.\n"1706msgstr ""17071708#: builtin/add.c:4321709msgid "no files added"1710msgstr ""17111712#: builtin/add.c:4381713msgid "adding files failed"1714msgstr ""17151716#: builtin/add.c:4771717msgid "-A and -u are mutually incompatible"1718msgstr ""17191720#: builtin/add.c:4951721msgid "Option --ignore-missing can only be used together with --dry-run"1722msgstr ""17231724#: builtin/add.c:5251725#, c-format1726msgid "Nothing specified, nothing added.\n"1727msgstr ""17281729#: builtin/add.c:5261730#, c-format1731msgid "Maybe you wanted to say 'git add .'?\n"1732msgstr ""17331734#: builtin/add.c:532 builtin/check-ignore.c:66 builtin/clean.c:2041735#: builtin/commit.c:293 builtin/mv.c:82 builtin/rm.c:2351736msgid "index file corrupt"1737msgstr ""17381739#: builtin/add.c:604 builtin/apply.c:4505 builtin/mv.c:229 builtin/rm.c:3701740msgid "Unable to write new index file"1741msgstr ""17421743#: builtin/apply.c:571744msgid "git apply [options] [<patch>...]"1745msgstr ""17461747#: builtin/apply.c:1101748#, c-format1749msgid "unrecognized whitespace option '%s'"1750msgstr ""17511752#: builtin/apply.c:1251753#, c-format1754msgid "unrecognized whitespace ignore option '%s'"1755msgstr ""17561757#: builtin/apply.c:8231758#, c-format1759msgid "Cannot prepare timestamp regexp %s"1760msgstr ""17611762#: builtin/apply.c:8321763#, c-format1764msgid "regexec returned %d for input: %s"1765msgstr ""17661767#: builtin/apply.c:9131768#, c-format1769msgid "unable to find filename in patch at line %d"1770msgstr ""17711772#: builtin/apply.c:9451773#, c-format1774msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"1775msgstr ""17761777#: builtin/apply.c:9491778#, c-format1779msgid "git apply: bad git-diff - inconsistent new filename on line %d"1780msgstr ""17811782#: builtin/apply.c:9501783#, c-format1784msgid "git apply: bad git-diff - inconsistent old filename on line %d"1785msgstr ""17861787#: builtin/apply.c:9571788#, c-format1789msgid "git apply: bad git-diff - expected /dev/null on line %d"1790msgstr ""17911792#: builtin/apply.c:14221793#, c-format1794msgid "recount: unexpected line: %.*s"1795msgstr ""17961797#: builtin/apply.c:14791798#, c-format1799msgid "patch fragment without header at line %d: %.*s"1800msgstr ""18011802#: builtin/apply.c:14961803#, c-format1804msgid ""1805"git diff header lacks filename information when removing %d leading pathname "1806"component (line %d)"1807msgid_plural ""1808"git diff header lacks filename information when removing %d leading pathname "1809"components (line %d)"1810msgstr[0] ""1811msgstr[1] ""18121813#: builtin/apply.c:16561814msgid "new file depends on old contents"1815msgstr ""18161817#: builtin/apply.c:16581818msgid "deleted file still has contents"1819msgstr ""18201821#: builtin/apply.c:16841822#, c-format1823msgid "corrupt patch at line %d"1824msgstr ""18251826#: builtin/apply.c:17201827#, c-format1828msgid "new file %s depends on old contents"1829msgstr ""18301831#: builtin/apply.c:17221832#, c-format1833msgid "deleted file %s still has contents"1834msgstr ""18351836#: builtin/apply.c:17251837#, c-format1838msgid "** warning: file %s becomes empty but is not deleted"1839msgstr ""18401841#: builtin/apply.c:18711842#, c-format1843msgid "corrupt binary patch at line %d: %.*s"1844msgstr ""18451846#. there has to be one hunk (forward hunk)1847#: builtin/apply.c:19001848#, c-format1849msgid "unrecognized binary patch at line %d"1850msgstr ""18511852#: builtin/apply.c:19861853#, c-format1854msgid "patch with only garbage at line %d"1855msgstr ""18561857#: builtin/apply.c:20761858#, c-format1859msgid "unable to read symlink %s"1860msgstr ""18611862#: builtin/apply.c:20801863#, c-format1864msgid "unable to open or read %s"1865msgstr ""18661867#: builtin/apply.c:26881868#, c-format1869msgid "invalid start of line: '%c'"1870msgstr ""18711872#: builtin/apply.c:28061873#, c-format1874msgid "Hunk #%d succeeded at %d (offset %d line)."1875msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."1876msgstr[0] ""1877msgstr[1] ""18781879#: builtin/apply.c:28181880#, c-format1881msgid "Context reduced to (%ld/%ld) to apply fragment at %d"1882msgstr ""18831884#: builtin/apply.c:28241885#, c-format1886msgid ""1887"while searching for:\n"1888"%.*s"1889msgstr ""18901891#: builtin/apply.c:28431892#, c-format1893msgid "missing binary patch data for '%s'"1894msgstr ""18951896#: builtin/apply.c:29461897#, c-format1898msgid "binary patch does not apply to '%s'"1899msgstr ""19001901#: builtin/apply.c:29521902#, c-format1903msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"1904msgstr ""19051906#: builtin/apply.c:29731907#, c-format1908msgid "patch failed: %s:%ld"1909msgstr ""19101911#: builtin/apply.c:30951912#, c-format1913msgid "cannot checkout %s"1914msgstr ""19151916#: builtin/apply.c:3140 builtin/apply.c:3149 builtin/apply.c:31931917#, c-format1918msgid "read of %s failed"1919msgstr ""19201921#: builtin/apply.c:3173 builtin/apply.c:33951922#, c-format1923msgid "path %s has been renamed/deleted"1924msgstr ""19251926#: builtin/apply.c:3254 builtin/apply.c:34091927#, c-format1928msgid "%s: does not exist in index"1929msgstr ""19301931#: builtin/apply.c:3258 builtin/apply.c:3401 builtin/apply.c:34231932#, c-format1933msgid "%s: %s"1934msgstr ""19351936#: builtin/apply.c:3263 builtin/apply.c:34171937#, c-format1938msgid "%s: does not match index"1939msgstr ""19401941#: builtin/apply.c:33651942msgid "removal patch leaves file contents"1943msgstr ""19441945#: builtin/apply.c:34341946#, c-format1947msgid "%s: wrong type"1948msgstr ""19491950#: builtin/apply.c:34361951#, c-format1952msgid "%s has type %o, expected %o"1953msgstr ""19541955#: builtin/apply.c:35371956#, c-format1957msgid "%s: already exists in index"1958msgstr ""19591960#: builtin/apply.c:35401961#, c-format1962msgid "%s: already exists in working directory"1963msgstr ""19641965#: builtin/apply.c:35601966#, c-format1967msgid "new mode (%o) of %s does not match old mode (%o)"1968msgstr ""19691970#: builtin/apply.c:35651971#, c-format1972msgid "new mode (%o) of %s does not match old mode (%o) of %s"1973msgstr ""19741975#: builtin/apply.c:35731976#, c-format1977msgid "%s: patch does not apply"1978msgstr ""19791980#: builtin/apply.c:35861981#, c-format1982msgid "Checking patch %s..."1983msgstr ""19841985#: builtin/apply.c:3679 builtin/checkout.c:216 builtin/reset.c:1241986#, c-format1987msgid "make_cache_entry failed for path '%s'"1988msgstr ""19891990#: builtin/apply.c:38221991#, c-format1992msgid "unable to remove %s from index"1993msgstr ""19941995#: builtin/apply.c:38501996#, c-format1997msgid "corrupt patch for subproject %s"1998msgstr ""19992000#: builtin/apply.c:38542001#, c-format2002msgid "unable to stat newly created file '%s'"2003msgstr ""20042005#: builtin/apply.c:38592006#, c-format2007msgid "unable to create backing store for newly created file %s"2008msgstr ""20092010#: builtin/apply.c:3862 builtin/apply.c:39702011#, c-format2012msgid "unable to add cache entry for %s"2013msgstr ""20142015#: builtin/apply.c:38952016#, c-format2017msgid "closing file '%s'"2018msgstr ""20192020#: builtin/apply.c:39442021#, c-format2022msgid "unable to write file '%s' mode %o"2023msgstr ""20242025#: builtin/apply.c:40312026#, c-format2027msgid "Applied patch %s cleanly."2028msgstr ""20292030#: builtin/apply.c:40392031msgid "internal error"2032msgstr ""20332034#. Say this even without --verbose2035#: builtin/apply.c:40422036#, c-format2037msgid "Applying patch %%s with %d reject..."2038msgid_plural "Applying patch %%s with %d rejects..."2039msgstr[0] ""2040msgstr[1] ""20412042#: builtin/apply.c:40522043#, c-format2044msgid "truncating .rej filename to %.*s.rej"2045msgstr ""20462047#: builtin/apply.c:40732048#, c-format2049msgid "Hunk #%d applied cleanly."2050msgstr ""20512052#: builtin/apply.c:40762053#, c-format2054msgid "Rejected hunk #%d."2055msgstr ""20562057#: builtin/apply.c:42262058msgid "unrecognized input"2059msgstr ""20602061#: builtin/apply.c:42372062msgid "unable to read index file"2063msgstr ""20642065#: builtin/apply.c:4356 builtin/apply.c:4359 builtin/clone.c:922066#: builtin/fetch.c:632067msgid "path"2068msgstr ""20692070#: builtin/apply.c:43572071msgid "don't apply changes matching the given path"2072msgstr ""20732074#: builtin/apply.c:43602075msgid "apply changes matching the given path"2076msgstr ""20772078#: builtin/apply.c:43622079msgid "num"2080msgstr ""20812082#: builtin/apply.c:43632083msgid "remove <num> leading slashes from traditional diff paths"2084msgstr ""20852086#: builtin/apply.c:43662087msgid "ignore additions made by the patch"2088msgstr ""20892090#: builtin/apply.c:43682091msgid "instead of applying the patch, output diffstat for the input"2092msgstr ""20932094#: builtin/apply.c:43722095msgid "show number of added and deleted lines in decimal notation"2096msgstr ""20972098#: builtin/apply.c:43742099msgid "instead of applying the patch, output a summary for the input"2100msgstr ""21012102#: builtin/apply.c:43762103msgid "instead of applying the patch, see if the patch is applicable"2104msgstr ""21052106#: builtin/apply.c:43782107msgid "make sure the patch is applicable to the current index"2108msgstr ""21092110#: builtin/apply.c:43802111msgid "apply a patch without touching the working tree"2112msgstr ""21132114#: builtin/apply.c:43822115msgid "also apply the patch (use with --stat/--summary/--check)"2116msgstr ""21172118#: builtin/apply.c:43842119msgid "attempt three-way merge if a patch does not apply"2120msgstr ""21212122#: builtin/apply.c:43862123msgid "build a temporary index based on embedded index information"2124msgstr ""21252126#: builtin/apply.c:4388 builtin/checkout-index.c:197 builtin/ls-files.c:4562127msgid "paths are separated with NUL character"2128msgstr ""21292130#: builtin/apply.c:43912131msgid "ensure at least <n> lines of context match"2132msgstr ""21332134#: builtin/apply.c:43922135msgid "action"2136msgstr ""21372138#: builtin/apply.c:43932139msgid "detect new or modified lines that have whitespace errors"2140msgstr ""21412142#: builtin/apply.c:4396 builtin/apply.c:43992143msgid "ignore changes in whitespace when finding context"2144msgstr ""21452146#: builtin/apply.c:44022147msgid "apply the patch in reverse"2148msgstr ""21492150#: builtin/apply.c:44042151msgid "don't expect at least one line of context"2152msgstr ""21532154#: builtin/apply.c:44062155msgid "leave the rejected hunks in corresponding *.rej files"2156msgstr ""21572158#: builtin/apply.c:44082159msgid "allow overlapping hunks"2160msgstr ""21612162#: builtin/apply.c:44112163msgid "tolerate incorrectly detected missing new-line at the end of file"2164msgstr ""21652166#: builtin/apply.c:44142167msgid "do not trust the line counts in the hunk headers"2168msgstr ""21692170#: builtin/apply.c:44162171msgid "root"2172msgstr ""21732174#: builtin/apply.c:44172175msgid "prepend <root> to all filenames"2176msgstr ""21772178#: builtin/apply.c:44392179msgid "--3way outside a repository"2180msgstr ""21812182#: builtin/apply.c:44472183msgid "--index outside a repository"2184msgstr ""21852186#: builtin/apply.c:44502187msgid "--cached outside a repository"2188msgstr ""21892190#: builtin/apply.c:44662191#, c-format2192msgid "can't open patch '%s'"2193msgstr ""21942195#: builtin/apply.c:44802196#, c-format2197msgid "squelched %d whitespace error"2198msgid_plural "squelched %d whitespace errors"2199msgstr[0] ""2200msgstr[1] ""22012202#: builtin/apply.c:4486 builtin/apply.c:44962203#, c-format2204msgid "%d line adds whitespace errors."2205msgid_plural "%d lines add whitespace errors."2206msgstr[0] ""2207msgstr[1] ""22082209#: builtin/archive.c:172210#, c-format2211msgid "could not create archive file '%s'"2212msgstr ""22132214#: builtin/archive.c:202215msgid "could not redirect output"2216msgstr ""22172218#: builtin/archive.c:372219msgid "git archive: Remote with no URL"2220msgstr ""22212222#: builtin/archive.c:582223msgid "git archive: expected ACK/NAK, got EOF"2224msgstr ""22252226#: builtin/archive.c:612227#, c-format2228msgid "git archive: NACK %s"2229msgstr ""22302231#: builtin/archive.c:632232#, c-format2233msgid "remote error: %s"2234msgstr ""22352236#: builtin/archive.c:642237msgid "git archive: protocol error"2238msgstr ""22392240#: builtin/archive.c:682241msgid "git archive: expected a flush"2242msgstr ""22432244#: builtin/bisect--helper.c:72245msgid "git bisect--helper --next-all [--no-checkout]"2246msgstr ""22472248#: builtin/bisect--helper.c:172249msgid "perform 'git bisect next'"2250msgstr ""22512252#: builtin/bisect--helper.c:192253msgid "update BISECT_HEAD instead of checking out the current commit"2254msgstr ""22552256#: builtin/blame.c:252257msgid "git blame [options] [rev-opts] [rev] [--] file"2258msgstr ""22592260#: builtin/blame.c:302261msgid "[rev-opts] are documented in git-rev-list(1)"2262msgstr ""22632264#: builtin/blame.c:23552265msgid "Show blame entries as we find them, incrementally"2266msgstr ""22672268#: builtin/blame.c:23562269msgid "Show blank SHA-1 for boundary commits (Default: off)"2270msgstr ""22712272#: builtin/blame.c:23572273msgid "Do not treat root commits as boundaries (Default: off)"2274msgstr ""22752276#: builtin/blame.c:23582277msgid "Show work cost statistics"2278msgstr ""22792280#: builtin/blame.c:23592281msgid "Show output score for blame entries"2282msgstr ""22832284#: builtin/blame.c:23602285msgid "Show original filename (Default: auto)"2286msgstr ""22872288#: builtin/blame.c:23612289msgid "Show original linenumber (Default: off)"2290msgstr ""22912292#: builtin/blame.c:23622293msgid "Show in a format designed for machine consumption"2294msgstr ""22952296#: builtin/blame.c:23632297msgid "Show porcelain format with per-line commit information"2298msgstr ""22992300#: builtin/blame.c:23642301msgid "Use the same output mode as git-annotate (Default: off)"2302msgstr ""23032304#: builtin/blame.c:23652305msgid "Show raw timestamp (Default: off)"2306msgstr ""23072308#: builtin/blame.c:23662309msgid "Show long commit SHA1 (Default: off)"2310msgstr ""23112312#: builtin/blame.c:23672313msgid "Suppress author name and timestamp (Default: off)"2314msgstr ""23152316#: builtin/blame.c:23682317msgid "Show author email instead of name (Default: off)"2318msgstr ""23192320#: builtin/blame.c:23692321msgid "Ignore whitespace differences"2322msgstr ""23232324#: builtin/blame.c:23702325msgid "Spend extra cycles to find better match"2326msgstr ""23272328#: builtin/blame.c:23712329msgid "Use revisions from <file> instead of calling git-rev-list"2330msgstr ""23312332#: builtin/blame.c:23722333msgid "Use <file>'s contents as the final image"2334msgstr ""23352336#: builtin/blame.c:2373 builtin/blame.c:23742337msgid "score"2338msgstr ""23392340#: builtin/blame.c:23732341msgid "Find line copies within and across files"2342msgstr ""23432344#: builtin/blame.c:23742345msgid "Find line movements within and across files"2346msgstr ""23472348#: builtin/blame.c:23752349msgid "n,m"2350msgstr ""23512352#: builtin/blame.c:23752353msgid "Process only line range n,m, counting from 1"2354msgstr ""23552356#: builtin/branch.c:242357msgid "git branch [options] [-r | -a] [--merged | --no-merged]"2358msgstr ""23592360#: builtin/branch.c:252361msgid "git branch [options] [-l] [-f] <branchname> [<start-point>]"2362msgstr ""23632364#: builtin/branch.c:262365msgid "git branch [options] [-r] (-d | -D) <branchname>..."2366msgstr ""23672368#: builtin/branch.c:272369msgid "git branch [options] (-m | -M) [<oldbranch>] <newbranch>"2370msgstr ""23712372#: builtin/branch.c:1502373#, c-format2374msgid ""2375"deleting branch '%s' that has been merged to\n"2376" '%s', but not yet merged to HEAD."2377msgstr ""23782379#: builtin/branch.c:1542380#, c-format2381msgid ""2382"not deleting branch '%s' that is not yet merged to\n"2383" '%s', even though it is merged to HEAD."2384msgstr ""23852386#: builtin/branch.c:1682387#, c-format2388msgid "Couldn't look up commit object for '%s'"2389msgstr ""23902391#: builtin/branch.c:1722392#, c-format2393msgid ""2394"The branch '%s' is not fully merged.\n"2395"If you are sure you want to delete it, run 'git branch -D %s'."2396msgstr ""23972398#: builtin/branch.c:1852399msgid "Update of config-file failed"2400msgstr ""24012402#: builtin/branch.c:2132403msgid "cannot use -a with -d"2404msgstr ""24052406#: builtin/branch.c:2192407msgid "Couldn't look up commit object for HEAD"2408msgstr ""24092410#: builtin/branch.c:2272411#, c-format2412msgid "Cannot delete the branch '%s' which you are currently on."2413msgstr ""24142415#: builtin/branch.c:2402416#, c-format2417msgid "remote branch '%s' not found."2418msgstr ""24192420#: builtin/branch.c:2412421#, c-format2422msgid "branch '%s' not found."2423msgstr ""24242425#: builtin/branch.c:2552426#, c-format2427msgid "Error deleting remote branch '%s'"2428msgstr ""24292430#: builtin/branch.c:2562431#, c-format2432msgid "Error deleting branch '%s'"2433msgstr ""24342435#: builtin/branch.c:2632436#, c-format2437msgid "Deleted remote branch %s (was %s).\n"2438msgstr ""24392440#: builtin/branch.c:2642441#, c-format2442msgid "Deleted branch %s (was %s).\n"2443msgstr ""24442445#: builtin/branch.c:3662446#, c-format2447msgid "branch '%s' does not point at a commit"2448msgstr ""24492450#: builtin/branch.c:4532451#, c-format2452msgid "[%s: behind %d]"2453msgstr ""24542455#: builtin/branch.c:4552456#, c-format2457msgid "[behind %d]"2458msgstr ""24592460#: builtin/branch.c:4592461#, c-format2462msgid "[%s: ahead %d]"2463msgstr ""24642465#: builtin/branch.c:4612466#, c-format2467msgid "[ahead %d]"2468msgstr ""24692470#: builtin/branch.c:4642471#, c-format2472msgid "[%s: ahead %d, behind %d]"2473msgstr ""24742475#: builtin/branch.c:4672476#, c-format2477msgid "[ahead %d, behind %d]"2478msgstr ""24792480#: builtin/branch.c:4902481msgid " **** invalid ref ****"2482msgstr ""24832484#: builtin/branch.c:5822485#, c-format2486msgid "(no branch, rebasing %s)"2487msgstr ""24882489#: builtin/branch.c:5852490#, c-format2491msgid "(no branch, bisect started on %s)"2492msgstr ""24932494#: builtin/branch.c:5882495#, c-format2496msgid "(detached from %s)"2497msgstr ""24982499#: builtin/branch.c:5912500msgid "(no branch)"2501msgstr ""25022503#: builtin/branch.c:6372504#, c-format2505msgid "object '%s' does not point to a commit"2506msgstr ""25072508#: builtin/branch.c:6692509msgid "some refs could not be read"2510msgstr ""25112512#: builtin/branch.c:6822513msgid "cannot rename the current branch while not on any."2514msgstr ""25152516#: builtin/branch.c:6922517#, c-format2518msgid "Invalid branch name: '%s'"2519msgstr ""25202521#: builtin/branch.c:7072522msgid "Branch rename failed"2523msgstr ""25242525#: builtin/branch.c:7112526#, c-format2527msgid "Renamed a misnamed branch '%s' away"2528msgstr ""25292530#: builtin/branch.c:7152531#, c-format2532msgid "Branch renamed to %s, but HEAD is not updated!"2533msgstr ""25342535#: builtin/branch.c:7222536msgid "Branch is renamed, but update of config-file failed"2537msgstr ""25382539#: builtin/branch.c:7372540#, c-format2541msgid "malformed object name %s"2542msgstr ""25432544#: builtin/branch.c:7612545#, c-format2546msgid "could not write branch description template: %s"2547msgstr ""25482549#: builtin/branch.c:7912550msgid "Generic options"2551msgstr ""25522553#: builtin/branch.c:7932554msgid "show hash and subject, give twice for upstream branch"2555msgstr ""25562557#: builtin/branch.c:7942558msgid "suppress informational messages"2559msgstr ""25602561#: builtin/branch.c:7952562msgid "set up tracking mode (see git-pull(1))"2563msgstr ""25642565#: builtin/branch.c:7972566msgid "change upstream info"2567msgstr ""25682569#: builtin/branch.c:8012570msgid "use colored output"2571msgstr ""25722573#: builtin/branch.c:8022574msgid "act on remote-tracking branches"2575msgstr ""25762577#: builtin/branch.c:805 builtin/branch.c:811 builtin/branch.c:8322578#: builtin/branch.c:838 builtin/commit.c:1368 builtin/commit.c:13692579#: builtin/commit.c:1370 builtin/commit.c:1371 builtin/tag.c:4682580msgid "commit"2581msgstr ""25822583#: builtin/branch.c:806 builtin/branch.c:8122584msgid "print only branches that contain the commit"2585msgstr ""25862587#: builtin/branch.c:8182588msgid "Specific git-branch actions:"2589msgstr ""25902591#: builtin/branch.c:8192592msgid "list both remote-tracking and local branches"2593msgstr ""25942595#: builtin/branch.c:8212596msgid "delete fully merged branch"2597msgstr ""25982599#: builtin/branch.c:8222600msgid "delete branch (even if not merged)"2601msgstr ""26022603#: builtin/branch.c:8232604msgid "move/rename a branch and its reflog"2605msgstr ""26062607#: builtin/branch.c:8242608msgid "move/rename a branch, even if target exists"2609msgstr ""26102611#: builtin/branch.c:8252612msgid "list branch names"2613msgstr ""26142615#: builtin/branch.c:8262616msgid "create the branch's reflog"2617msgstr ""26182619#: builtin/branch.c:8282620msgid "edit the description for the branch"2621msgstr ""26222623#: builtin/branch.c:8292624msgid "force creation (when already exists)"2625msgstr ""26262627#: builtin/branch.c:8322628msgid "print only not merged branches"2629msgstr ""26302631#: builtin/branch.c:8382632msgid "print only merged branches"2633msgstr ""26342635#: builtin/branch.c:8422636msgid "list branches in columns"2637msgstr ""26382639#: builtin/branch.c:8552640msgid "Failed to resolve HEAD as a valid ref."2641msgstr ""26422643#: builtin/branch.c:860 builtin/clone.c:6192644msgid "HEAD not found below refs/heads!"2645msgstr ""26462647#: builtin/branch.c:8832648msgid "--column and --verbose are incompatible"2649msgstr ""26502651#: builtin/branch.c:889 builtin/branch.c:9282652msgid "branch name required"2653msgstr ""26542655#: builtin/branch.c:9042656msgid "Cannot give description to detached HEAD"2657msgstr ""26582659#: builtin/branch.c:9092660msgid "cannot edit description of more than one branch"2661msgstr ""26622663#: builtin/branch.c:9162664#, c-format2665msgid "No commit on branch '%s' yet."2666msgstr ""26672668#: builtin/branch.c:9192669#, c-format2670msgid "No branch named '%s'."2671msgstr ""26722673#: builtin/branch.c:9342674msgid "too many branches for a rename operation"2675msgstr ""26762677#: builtin/branch.c:9392678msgid "too many branches to set new upstream"2679msgstr ""26802681#: builtin/branch.c:9432682#, c-format2683msgid ""2684"could not set upstream of HEAD to %s when it does not point to any branch."2685msgstr ""26862687#: builtin/branch.c:946 builtin/branch.c:968 builtin/branch.c:9902688#, c-format2689msgid "no such branch '%s'"2690msgstr ""26912692#: builtin/branch.c:9502693#, c-format2694msgid "branch '%s' does not exist"2695msgstr ""26962697#: builtin/branch.c:9622698msgid "too many branches to unset upstream"2699msgstr ""27002701#: builtin/branch.c:9662702msgid "could not unset upstream of HEAD when it does not point to any branch."2703msgstr ""27042705#: builtin/branch.c:9722706#, c-format2707msgid "Branch '%s' has no upstream information"2708msgstr ""27092710#: builtin/branch.c:9872711msgid "it does not make sense to create 'HEAD' manually"2712msgstr ""27132714#: builtin/branch.c:9932715msgid "-a and -r options to 'git branch' do not make sense with a branch name"2716msgstr ""27172718#: builtin/branch.c:9962719#, c-format2720msgid ""2721"The --set-upstream flag is deprecated and will be removed. Consider using --"2722"track or --set-upstream-to\n"2723msgstr ""27242725#: builtin/branch.c:10132726#, c-format2727msgid ""2728"\n"2729"If you wanted to make '%s' track '%s', do this:\n"2730"\n"2731msgstr ""27322733#: builtin/branch.c:10142734#, c-format2735msgid " git branch -d %s\n"2736msgstr ""27372738#: builtin/branch.c:10152739#, c-format2740msgid " git branch --set-upstream-to %s\n"2741msgstr ""27422743#: builtin/bundle.c:472744#, c-format2745msgid "%s is okay\n"2746msgstr ""27472748#: builtin/bundle.c:562749msgid "Need a repository to create a bundle."2750msgstr ""27512752#: builtin/bundle.c:602753msgid "Need a repository to unbundle."2754msgstr ""27552756#: builtin/cat-file.c:1762757msgid "git cat-file (-t|-s|-e|-p|<type>|--textconv) <object>"2758msgstr ""27592760#: builtin/cat-file.c:1772761msgid "git cat-file (--batch|--batch-check) < <list_of_objects>"2762msgstr ""27632764#: builtin/cat-file.c:1952765msgid "<type> can be one of: blob, tree, commit, tag"2766msgstr ""27672768#: builtin/cat-file.c:1962769msgid "show object type"2770msgstr ""27712772#: builtin/cat-file.c:1972773msgid "show object size"2774msgstr ""27752776#: builtin/cat-file.c:1992777msgid "exit with zero when there's no error"2778msgstr ""27792780#: builtin/cat-file.c:2002781msgid "pretty-print object's content"2782msgstr ""27832784#: builtin/cat-file.c:2022785msgid "for blob objects, run textconv on object's content"2786msgstr ""27872788#: builtin/cat-file.c:2042789msgid "show info and content of objects fed from the standard input"2790msgstr ""27912792#: builtin/cat-file.c:2072793msgid "show info about objects fed from the standard input"2794msgstr ""27952796#: builtin/check-attr.c:112797msgid "git check-attr [-a | --all | attr...] [--] pathname..."2798msgstr ""27992800#: builtin/check-attr.c:122801msgid "git check-attr --stdin [-z] [-a | --all | attr...] < <list-of-paths>"2802msgstr ""28032804#: builtin/check-attr.c:192805msgid "report all attributes set on file"2806msgstr ""28072808#: builtin/check-attr.c:202809msgid "use .gitattributes only from the index"2810msgstr ""28112812#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:752813msgid "read file names from stdin"2814msgstr ""28152816#: builtin/check-attr.c:23 builtin/check-ignore.c:242817msgid "input paths are terminated by a null character"2818msgstr ""28192820#: builtin/check-ignore.c:18 builtin/checkout.c:1044 builtin/gc.c:1772821msgid "suppress progress reporting"2822msgstr ""28232824#: builtin/check-ignore.c:1462825msgid "cannot specify pathnames with --stdin"2826msgstr ""28272828#: builtin/check-ignore.c:1492829msgid "-z only makes sense with --stdin"2830msgstr ""28312832#: builtin/check-ignore.c:1512833msgid "no path specified"2834msgstr ""28352836#: builtin/check-ignore.c:1552837msgid "--quiet is only valid with a single pathname"2838msgstr ""28392840#: builtin/check-ignore.c:1572841msgid "cannot have both --quiet and --verbose"2842msgstr ""28432844#: builtin/checkout-index.c:1262845msgid "git checkout-index [options] [--] [<file>...]"2846msgstr ""28472848#: builtin/checkout-index.c:1872849msgid "check out all files in the index"2850msgstr ""28512852#: builtin/checkout-index.c:1882853msgid "force overwrite of existing files"2854msgstr ""28552856#: builtin/checkout-index.c:1902857msgid "no warning for existing files and files not in index"2858msgstr ""28592860#: builtin/checkout-index.c:1922861msgid "don't checkout new files"2862msgstr ""28632864#: builtin/checkout-index.c:1942865msgid "update stat information in the index file"2866msgstr ""28672868#: builtin/checkout-index.c:2002869msgid "read list of paths from the standard input"2870msgstr ""28712872#: builtin/checkout-index.c:2022873msgid "write the content to temporary files"2874msgstr ""28752876#: builtin/checkout-index.c:203 builtin/column.c:302877msgid "string"2878msgstr ""28792880#: builtin/checkout-index.c:2042881msgid "when creating files, prepend <string>"2882msgstr ""28832884#: builtin/checkout-index.c:2072885msgid "copy out the files from named stage"2886msgstr ""28872888#: builtin/checkout.c:252889msgid "git checkout [options] <branch>"2890msgstr ""28912892#: builtin/checkout.c:262893msgid "git checkout [options] [<branch>] -- <file>..."2894msgstr ""28952896#: builtin/checkout.c:117 builtin/checkout.c:1502897#, c-format2898msgid "path '%s' does not have our version"2899msgstr ""29002901#: builtin/checkout.c:119 builtin/checkout.c:1522902#, c-format2903msgid "path '%s' does not have their version"2904msgstr ""29052906#: builtin/checkout.c:1352907#, c-format2908msgid "path '%s' does not have all necessary versions"2909msgstr ""29102911#: builtin/checkout.c:1792912#, c-format2913msgid "path '%s' does not have necessary versions"2914msgstr ""29152916#: builtin/checkout.c:1962917#, c-format2918msgid "path '%s': cannot merge"2919msgstr ""29202921#: builtin/checkout.c:2132922#, c-format2923msgid "Unable to add merge result for '%s'"2924msgstr ""29252926#: builtin/checkout.c:237 builtin/checkout.c:240 builtin/checkout.c:2432927#: builtin/checkout.c:2462928#, c-format2929msgid "'%s' cannot be used with updating paths"2930msgstr ""29312932#: builtin/checkout.c:249 builtin/checkout.c:2522933#, c-format2934msgid "'%s' cannot be used with %s"2935msgstr ""29362937#: builtin/checkout.c:2552938#, c-format2939msgid "Cannot update paths and switch to branch '%s' at the same time."2940msgstr ""29412942#: builtin/checkout.c:266 builtin/checkout.c:4582943msgid "corrupt index file"2944msgstr ""29452946#: builtin/checkout.c:329 builtin/checkout.c:3362947#, c-format2948msgid "path '%s' is unmerged"2949msgstr ""29502951#: builtin/checkout.c:4802952msgid "you need to resolve your current index first"2953msgstr ""29542955#: builtin/checkout.c:6012956#, c-format2957msgid "Can not do reflog for '%s'\n"2958msgstr ""29592960#: builtin/checkout.c:6342961msgid "HEAD is now at"2962msgstr ""29632964#: builtin/checkout.c:6412965#, c-format2966msgid "Reset branch '%s'\n"2967msgstr ""29682969#: builtin/checkout.c:6442970#, c-format2971msgid "Already on '%s'\n"2972msgstr ""29732974#: builtin/checkout.c:6482975#, c-format2976msgid "Switched to and reset branch '%s'\n"2977msgstr ""29782979#: builtin/checkout.c:650 builtin/checkout.c:9872980#, c-format2981msgid "Switched to a new branch '%s'\n"2982msgstr ""29832984#: builtin/checkout.c:6522985#, c-format2986msgid "Switched to branch '%s'\n"2987msgstr ""29882989#: builtin/checkout.c:7082990#, c-format2991msgid " ... and %d more.\n"2992msgstr ""29932994#. The singular version2995#: builtin/checkout.c:7142996#, c-format2997msgid ""2998"Warning: you are leaving %d commit behind, not connected to\n"2999"any of your branches:\n"3000"\n"3001"%s\n"3002msgid_plural ""3003"Warning: you are leaving %d commits behind, not connected to\n"3004"any of your branches:\n"3005"\n"3006"%s\n"3007msgstr[0] ""3008msgstr[1] ""30093010#: builtin/checkout.c:7323011#, c-format3012msgid ""3013"If you want to keep them by creating a new branch, this may be a good time\n"3014"to do so with:\n"3015"\n"3016" git branch new_branch_name %s\n"3017"\n"3018msgstr ""30193020#: builtin/checkout.c:7623021msgid "internal error in revision walk"3022msgstr ""30233024#: builtin/checkout.c:7663025msgid "Previous HEAD position was"3026msgstr ""30273028#: builtin/checkout.c:793 builtin/checkout.c:9823029msgid "You are on a branch yet to be born"3030msgstr ""30313032#. case (1)3033#: builtin/checkout.c:9183034#, c-format3035msgid "invalid reference: %s"3036msgstr ""30373038#. case (1): want a tree3039#: builtin/checkout.c:9573040#, c-format3041msgid "reference is not a tree: %s"3042msgstr ""30433044#: builtin/checkout.c:9963045msgid "paths cannot be used with switching branches"3046msgstr ""30473048#: builtin/checkout.c:999 builtin/checkout.c:10033049#, c-format3050msgid "'%s' cannot be used with switching branches"3051msgstr ""30523053#: builtin/checkout.c:1007 builtin/checkout.c:1010 builtin/checkout.c:10153054#: builtin/checkout.c:10183055#, c-format3056msgid "'%s' cannot be used with '%s'"3057msgstr ""30583059#: builtin/checkout.c:10233060#, c-format3061msgid "Cannot switch branch to a non-commit '%s'"3062msgstr ""30633064#: builtin/checkout.c:1045 builtin/checkout.c:1047 builtin/clone.c:903065#: builtin/remote.c:169 builtin/remote.c:1713066msgid "branch"3067msgstr ""30683069#: builtin/checkout.c:10463070msgid "create and checkout a new branch"3071msgstr ""30723073#: builtin/checkout.c:10483074msgid "create/reset and checkout a branch"3075msgstr ""30763077#: builtin/checkout.c:10493078msgid "create reflog for new branch"3079msgstr ""30803081#: builtin/checkout.c:10503082msgid "detach the HEAD at named commit"3083msgstr ""30843085#: builtin/checkout.c:10513086msgid "set upstream info for new branch"3087msgstr ""30883089#: builtin/checkout.c:10533090msgid "new branch"3091msgstr ""30923093#: builtin/checkout.c:10533094msgid "new unparented branch"3095msgstr ""30963097#: builtin/checkout.c:10543098msgid "checkout our version for unmerged files"3099msgstr ""31003101#: builtin/checkout.c:10563102msgid "checkout their version for unmerged files"3103msgstr ""31043105#: builtin/checkout.c:10583106msgid "force checkout (throw away local modifications)"3107msgstr ""31083109#: builtin/checkout.c:10593110msgid "perform a 3-way merge with the new branch"3111msgstr ""31123113#: builtin/checkout.c:1060 builtin/merge.c:2173114msgid "update ignored files (default)"3115msgstr ""31163117#: builtin/checkout.c:1061 builtin/log.c:1158 parse-options.h:2453118msgid "style"3119msgstr ""31203121#: builtin/checkout.c:10623122msgid "conflict style (merge or diff3)"3123msgstr ""31243125#: builtin/checkout.c:10653126msgid "do not limit pathspecs to sparse entries only"3127msgstr ""31283129#: builtin/checkout.c:10673130msgid "second guess 'git checkout no-such-branch'"3131msgstr ""31323133#: builtin/checkout.c:10913134msgid "-b, -B and --orphan are mutually exclusive"3135msgstr ""31363137#: builtin/checkout.c:11083138msgid "--track needs a branch name"3139msgstr ""31403141#: builtin/checkout.c:11153142msgid "Missing branch name; try -b"3143msgstr ""31443145#: builtin/checkout.c:11503146msgid "invalid path specification"3147msgstr ""31483149#: builtin/checkout.c:11573150#, c-format3151msgid ""3152"Cannot update paths and switch to branch '%s' at the same time.\n"3153"Did you intend to checkout '%s' which can not be resolved as commit?"3154msgstr ""31553156#: builtin/checkout.c:11623157#, c-format3158msgid "git checkout: --detach does not take a path argument '%s'"3159msgstr ""31603161#: builtin/checkout.c:11663162msgid ""3163"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"3164"checking out of the index."3165msgstr ""31663167#: builtin/clean.c:203168msgid "git clean [-d] [-f] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."3169msgstr ""31703171#: builtin/clean.c:243172#, c-format3173msgid "Removing %s\n"3174msgstr ""31753176#: builtin/clean.c:253177#, c-format3178msgid "Would remove %s\n"3179msgstr ""31803181#: builtin/clean.c:263182#, c-format3183msgid "Skipping repository %s\n"3184msgstr ""31853186#: builtin/clean.c:273187#, c-format3188msgid "Would skip repository %s\n"3189msgstr ""31903191#: builtin/clean.c:283192#, c-format3193msgid "failed to remove %s"3194msgstr ""31953196#: builtin/clean.c:1603197msgid "do not print names of files removed"3198msgstr ""31993200#: builtin/clean.c:1623201msgid "force"3202msgstr ""32033204#: builtin/clean.c:1643205msgid "remove whole directories"3206msgstr ""32073208#: builtin/clean.c:165 builtin/describe.c:412 builtin/grep.c:7173209#: builtin/ls-files.c:487 builtin/name-rev.c:231 builtin/show-ref.c:1823210msgid "pattern"3211msgstr ""32123213#: builtin/clean.c:1663214msgid "add <pattern> to ignore rules"3215msgstr ""32163217#: builtin/clean.c:1673218msgid "remove ignored files, too"3219msgstr ""32203221#: builtin/clean.c:1693222msgid "remove only ignored files"3223msgstr ""32243225#: builtin/clean.c:1873226msgid "-x and -X cannot be used together"3227msgstr ""32283229#: builtin/clean.c:1913230msgid ""3231"clean.requireForce set to true and neither -n nor -f given; refusing to clean"3232msgstr ""32333234#: builtin/clean.c:1943235msgid ""3236"clean.requireForce defaults to true and neither -n nor -f given; refusing to "3237"clean"3238msgstr ""32393240#: builtin/clone.c:373241msgid "git clone [options] [--] <repo> [<dir>]"3242msgstr ""32433244#: builtin/clone.c:65 builtin/fetch.c:82 builtin/merge.c:2143245#: builtin/push.c:4363246msgid "force progress reporting"3247msgstr ""32483249#: builtin/clone.c:673250msgid "don't create a checkout"3251msgstr ""32523253#: builtin/clone.c:68 builtin/clone.c:70 builtin/init-db.c:4883254msgid "create a bare repository"3255msgstr ""32563257#: builtin/clone.c:733258msgid "create a mirror repository (implies bare)"3259msgstr ""32603261#: builtin/clone.c:753262msgid "to clone from a local repository"3263msgstr ""32643265#: builtin/clone.c:773266msgid "don't use local hardlinks, always copy"3267msgstr ""32683269#: builtin/clone.c:793270msgid "setup as shared repository"3271msgstr ""32723273#: builtin/clone.c:81 builtin/clone.c:833274msgid "initialize submodules in the clone"3275msgstr ""32763277#: builtin/clone.c:84 builtin/init-db.c:4853278msgid "template-directory"3279msgstr ""32803281#: builtin/clone.c:85 builtin/init-db.c:4863282msgid "directory from which templates will be used"3283msgstr ""32843285#: builtin/clone.c:873286msgid "reference repository"3287msgstr ""32883289#: builtin/clone.c:88 builtin/column.c:26 builtin/merge-file.c:443290msgid "name"3291msgstr ""32923293#: builtin/clone.c:893294msgid "use <name> instead of 'origin' to track upstream"3295msgstr ""32963297#: builtin/clone.c:913298msgid "checkout <branch> instead of the remote's HEAD"3299msgstr ""33003301#: builtin/clone.c:933302msgid "path to git-upload-pack on the remote"3303msgstr ""33043305#: builtin/clone.c:94 builtin/fetch.c:83 builtin/grep.c:6623306msgid "depth"3307msgstr ""33083309#: builtin/clone.c:953310msgid "create a shallow clone of that depth"3311msgstr ""33123313#: builtin/clone.c:973314msgid "clone only one branch, HEAD or --branch"3315msgstr ""33163317#: builtin/clone.c:98 builtin/init-db.c:4943318msgid "gitdir"3319msgstr ""33203321#: builtin/clone.c:99 builtin/init-db.c:4953322msgid "separate git dir from working tree"3323msgstr ""33243325#: builtin/clone.c:1003326msgid "key=value"3327msgstr ""33283329#: builtin/clone.c:1013330msgid "set config inside the new repository"3331msgstr ""33323333#: builtin/clone.c:2543334#, c-format3335msgid "reference repository '%s' is not a local repository."3336msgstr ""33373338#: builtin/clone.c:3173339#, c-format3340msgid "failed to create directory '%s'"3341msgstr ""33423343#: builtin/clone.c:319 builtin/diff.c:773344#, c-format3345msgid "failed to stat '%s'"3346msgstr ""33473348#: builtin/clone.c:3213349#, c-format3350msgid "%s exists and is not a directory"3351msgstr ""33523353#: builtin/clone.c:3353354#, c-format3355msgid "failed to stat %s\n"3356msgstr ""33573358#: builtin/clone.c:3573359#, c-format3360msgid "failed to create link '%s'"3361msgstr ""33623363#: builtin/clone.c:3613364#, c-format3365msgid "failed to copy file to '%s'"3366msgstr ""33673368#: builtin/clone.c:3843369#, c-format3370msgid "done.\n"3371msgstr ""33723373#: builtin/clone.c:3973374msgid ""3375"Clone succeeded, but checkout failed.\n"3376"You can inspect what was checked out with 'git status'\n"3377"and retry the checkout with 'git checkout -f HEAD'\n"3378msgstr ""33793380#: builtin/clone.c:4763381#, c-format3382msgid "Could not find remote branch %s to clone."3383msgstr ""33843385#: builtin/clone.c:5503386msgid "remote did not send all necessary objects"3387msgstr ""33883389#: builtin/clone.c:6103390msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"3391msgstr ""33923393#: builtin/clone.c:6413394msgid "unable to checkout working tree"3395msgstr ""33963397#: builtin/clone.c:7493398msgid "Too many arguments."3399msgstr ""34003401#: builtin/clone.c:7533402msgid "You must specify a repository to clone."3403msgstr ""34043405#: builtin/clone.c:7643406#, c-format3407msgid "--bare and --origin %s options are incompatible."3408msgstr ""34093410#: builtin/clone.c:7673411msgid "--bare and --separate-git-dir are incompatible."3412msgstr ""34133414#: builtin/clone.c:7803415#, c-format3416msgid "repository '%s' does not exist"3417msgstr ""34183419#: builtin/clone.c:7853420msgid "--depth is ignored in local clones; use file:// instead."3421msgstr ""34223423#: builtin/clone.c:7953424#, c-format3425msgid "destination path '%s' already exists and is not an empty directory."3426msgstr ""34273428#: builtin/clone.c:8053429#, c-format3430msgid "working tree '%s' already exists."3431msgstr ""34323433#: builtin/clone.c:818 builtin/clone.c:8303434#, c-format3435msgid "could not create leading directories of '%s'"3436msgstr ""34373438#: builtin/clone.c:8213439#, c-format3440msgid "could not create work tree dir '%s'."3441msgstr ""34423443#: builtin/clone.c:8403444#, c-format3445msgid "Cloning into bare repository '%s'...\n"3446msgstr ""34473448#: builtin/clone.c:8423449#, c-format3450msgid "Cloning into '%s'...\n"3451msgstr ""34523453#: builtin/clone.c:8773454#, c-format3455msgid "Don't know how to clone %s"3456msgstr ""34573458#: builtin/clone.c:9263459#, c-format3460msgid "Remote branch %s not found in upstream %s"3461msgstr ""34623463#: builtin/clone.c:9333464msgid "You appear to have cloned an empty repository."3465msgstr ""34663467#: builtin/column.c:93468msgid "git column [options]"3469msgstr ""34703471#: builtin/column.c:263472msgid "lookup config vars"3473msgstr ""34743475#: builtin/column.c:27 builtin/column.c:283476msgid "layout to use"3477msgstr ""34783479#: builtin/column.c:293480msgid "Maximum width"3481msgstr ""34823483#: builtin/column.c:303484msgid "Padding space on left border"3485msgstr ""34863487#: builtin/column.c:313488msgid "Padding space on right border"3489msgstr ""34903491#: builtin/column.c:323492msgid "Padding space between columns"3493msgstr ""34943495#: builtin/column.c:513496msgid "--command must be the first argument"3497msgstr ""34983499#: builtin/commit.c:343500msgid "git commit [options] [--] <pathspec>..."3501msgstr ""35023503#: builtin/commit.c:393504msgid "git status [options] [--] <pathspec>..."3505msgstr ""35063507#: builtin/commit.c:443508msgid ""3509"Your name and email address were configured automatically based\n"3510"on your username and hostname. Please check that they are accurate.\n"3511"You can suppress this message by setting them explicitly:\n"3512"\n"3513" git config --global user.name \"Your Name\"\n"3514" git config --global user.email you@example.com\n"3515"\n"3516"After doing this, you may fix the identity used for this commit with:\n"3517"\n"3518" git commit --amend --reset-author\n"3519msgstr ""35203521#: builtin/commit.c:563522msgid ""3523"You asked to amend the most recent commit, but doing so would make\n"3524"it empty. You can repeat your command with --allow-empty, or you can\n"3525"remove the commit entirely with \"git reset HEAD^\".\n"3526msgstr ""35273528#: builtin/commit.c:613529msgid ""3530"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"3531"If you wish to commit it anyway, use:\n"3532"\n"3533" git commit --allow-empty\n"3534"\n"3535"Otherwise, please use 'git reset'\n"3536msgstr ""35373538#: builtin/commit.c:2603539msgid "failed to unpack HEAD tree object"3540msgstr ""35413542#: builtin/commit.c:3023543msgid "unable to create temporary index"3544msgstr ""35453546#: builtin/commit.c:3083547msgid "interactive add failed"3548msgstr ""35493550#: builtin/commit.c:341 builtin/commit.c:362 builtin/commit.c:4123551msgid "unable to write new_index file"3552msgstr ""35533554#: builtin/commit.c:3933555msgid "cannot do a partial commit during a merge."3556msgstr ""35573558#: builtin/commit.c:3953559msgid "cannot do a partial commit during a cherry-pick."3560msgstr ""35613562#: builtin/commit.c:4053563msgid "cannot read the index"3564msgstr ""35653566#: builtin/commit.c:4253567msgid "unable to write temporary index file"3568msgstr ""35693570#: builtin/commit.c:513 builtin/commit.c:5193571#, c-format3572msgid "invalid commit: %s"3573msgstr ""35743575#: builtin/commit.c:5423576msgid "malformed --author parameter"3577msgstr ""35783579#: builtin/commit.c:5623580#, c-format3581msgid "Malformed ident string: '%s'"3582msgstr ""35833584#: builtin/commit.c:600 builtin/commit.c:633 builtin/commit.c:9563585#, c-format3586msgid "could not lookup commit %s"3587msgstr ""35883589#: builtin/commit.c:612 builtin/shortlog.c:2703590#, c-format3591msgid "(reading log message from standard input)\n"3592msgstr ""35933594#: builtin/commit.c:6143595msgid "could not read log from standard input"3596msgstr ""35973598#: builtin/commit.c:6183599#, c-format3600msgid "could not read log file '%s'"3601msgstr ""36023603#: builtin/commit.c:6243604msgid "commit has empty message"3605msgstr ""36063607#: builtin/commit.c:6403608msgid "could not read MERGE_MSG"3609msgstr ""36103611#: builtin/commit.c:6443612msgid "could not read SQUASH_MSG"3613msgstr ""36143615#: builtin/commit.c:6483616#, c-format3617msgid "could not read '%s'"3618msgstr ""36193620#: builtin/commit.c:7093621msgid "could not write commit template"3622msgstr ""36233624#: builtin/commit.c:7203625#, c-format3626msgid ""3627"\n"3628"It looks like you may be committing a merge.\n"3629"If this is not correct, please remove the file\n"3630"\t%s\n"3631"and try again.\n"3632msgstr ""36333634#: builtin/commit.c:7253635#, c-format3636msgid ""3637"\n"3638"It looks like you may be committing a cherry-pick.\n"3639"If this is not correct, please remove the file\n"3640"\t%s\n"3641"and try again.\n"3642msgstr ""36433644#: builtin/commit.c:7373645#, c-format3646msgid ""3647"Please enter the commit message for your changes. Lines starting\n"3648"with '%c' will be ignored, and an empty message aborts the commit.\n"3649msgstr ""36503651#: builtin/commit.c:7423652#, c-format3653msgid ""3654"Please enter the commit message for your changes. Lines starting\n"3655"with '%c' will be kept; you may remove them yourself if you want to.\n"3656"An empty message aborts the commit.\n"3657msgstr ""36583659#: builtin/commit.c:7553660#, c-format3661msgid "%sAuthor: %s"3662msgstr ""36633664#: builtin/commit.c:7623665#, c-format3666msgid "%sCommitter: %s"3667msgstr ""36683669#: builtin/commit.c:7823670msgid "Cannot read index"3671msgstr ""36723673#: builtin/commit.c:8193674msgid "Error building trees"3675msgstr ""36763677#: builtin/commit.c:834 builtin/tag.c:3593678#, c-format3679msgid "Please supply the message using either -m or -F option.\n"3680msgstr ""36813682#: builtin/commit.c:9313683#, c-format3684msgid "No existing author found with '%s'"3685msgstr ""36863687#: builtin/commit.c:946 builtin/commit.c:11403688#, c-format3689msgid "Invalid untracked files mode '%s'"3690msgstr ""36913692#: builtin/commit.c:9763693msgid "Using both --reset-author and --author does not make sense"3694msgstr ""36953696#: builtin/commit.c:9873697msgid "You have nothing to amend."3698msgstr ""36993700#: builtin/commit.c:9903701msgid "You are in the middle of a merge -- cannot amend."3702msgstr ""37033704#: builtin/commit.c:9923705msgid "You are in the middle of a cherry-pick -- cannot amend."3706msgstr ""37073708#: builtin/commit.c:9953709msgid "Options --squash and --fixup cannot be used together"3710msgstr ""37113712#: builtin/commit.c:10053713msgid "Only one of -c/-C/-F/--fixup can be used."3714msgstr ""37153716#: builtin/commit.c:10073717msgid "Option -m cannot be combined with -c/-C/-F/--fixup."3718msgstr ""37193720#: builtin/commit.c:10153721msgid "--reset-author can be used only with -C, -c or --amend."3722msgstr ""37233724#: builtin/commit.c:10323725msgid "Only one of --include/--only/--all/--interactive/--patch can be used."3726msgstr ""37273728#: builtin/commit.c:10343729msgid "No paths with --include/--only does not make sense."3730msgstr ""37313732#: builtin/commit.c:10363733msgid "Clever... amending the last one with dirty index."3734msgstr ""37353736#: builtin/commit.c:10383737msgid "Explicit paths specified without -i nor -o; assuming --only paths..."3738msgstr ""37393740#: builtin/commit.c:1048 builtin/tag.c:5753741#, c-format3742msgid "Invalid cleanup mode %s"3743msgstr ""37443745#: builtin/commit.c:10533746msgid "Paths with -a does not make sense."3747msgstr ""37483749#: builtin/commit.c:1059 builtin/commit.c:11943750msgid "--long and -z are incompatible"3751msgstr ""37523753#: builtin/commit.c:1154 builtin/commit.c:13903754msgid "show status concisely"3755msgstr ""37563757#: builtin/commit.c:1156 builtin/commit.c:13923758msgid "show branch information"3759msgstr ""37603761#: builtin/commit.c:1158 builtin/commit.c:1394 builtin/push.c:4263762msgid "machine-readable output"3763msgstr ""37643765#: builtin/commit.c:1161 builtin/commit.c:13963766msgid "show status in long format (default)"3767msgstr ""37683769#: builtin/commit.c:1164 builtin/commit.c:13993770msgid "terminate entries with NUL"3771msgstr ""37723773#: builtin/commit.c:1166 builtin/commit.c:1402 builtin/fast-export.c:6593774#: builtin/fast-export.c:662 builtin/tag.c:4593775msgid "mode"3776msgstr ""37773778#: builtin/commit.c:1167 builtin/commit.c:14023779msgid "show untracked files, optional modes: all, normal, no. (Default: all)"3780msgstr ""37813782#: builtin/commit.c:11703783msgid "show ignored files"3784msgstr ""37853786#: builtin/commit.c:1171 parse-options.h:1513787msgid "when"3788msgstr ""37893790#: builtin/commit.c:11723791msgid ""3792"ignore changes to submodules, optional when: all, dirty, untracked. "3793"(Default: all)"3794msgstr ""37953796#: builtin/commit.c:11743797msgid "list untracked files in columns"3798msgstr ""37993800#: builtin/commit.c:12483801msgid "couldn't look up newly created commit"3802msgstr ""38033804#: builtin/commit.c:12503805msgid "could not parse newly created commit"3806msgstr ""38073808#: builtin/commit.c:12913809msgid "detached HEAD"3810msgstr ""38113812#: builtin/commit.c:12933813msgid " (root-commit)"3814msgstr ""38153816#: builtin/commit.c:13603817msgid "suppress summary after successful commit"3818msgstr ""38193820#: builtin/commit.c:13613821msgid "show diff in commit message template"3822msgstr ""38233824#: builtin/commit.c:13633825msgid "Commit message options"3826msgstr ""38273828#: builtin/commit.c:1364 builtin/tag.c:4573829msgid "read message from file"3830msgstr ""38313832#: builtin/commit.c:13653833msgid "author"3834msgstr ""38353836#: builtin/commit.c:13653837msgid "override author for commit"3838msgstr ""38393840#: builtin/commit.c:1366 builtin/gc.c:1783841msgid "date"3842msgstr ""38433844#: builtin/commit.c:13663845msgid "override date for commit"3846msgstr ""38473848#: builtin/commit.c:1367 builtin/merge.c:208 builtin/notes.c:5333849#: builtin/notes.c:690 builtin/tag.c:4553850msgid "message"3851msgstr ""38523853#: builtin/commit.c:13673854msgid "commit message"3855msgstr ""38563857#: builtin/commit.c:13683858msgid "reuse and edit message from specified commit"3859msgstr ""38603861#: builtin/commit.c:13693862msgid "reuse message from specified commit"3863msgstr ""38643865#: builtin/commit.c:13703866msgid "use autosquash formatted message to fixup specified commit"3867msgstr ""38683869#: builtin/commit.c:13713870msgid "use autosquash formatted message to squash specified commit"3871msgstr ""38723873#: builtin/commit.c:13723874msgid "the commit is authored by me now (used with -C/-c/--amend)"3875msgstr ""38763877#: builtin/commit.c:1373 builtin/log.c:1113 builtin/revert.c:1093878msgid "add Signed-off-by:"3879msgstr ""38803881#: builtin/commit.c:13743882msgid "use specified template file"3883msgstr ""38843885#: builtin/commit.c:13753886msgid "force edit of commit"3887msgstr ""38883889#: builtin/commit.c:13763890msgid "default"3891msgstr ""38923893#: builtin/commit.c:1376 builtin/tag.c:4603894msgid "how to strip spaces and #comments from message"3895msgstr ""38963897#: builtin/commit.c:13773898msgid "include status in commit message template"3899msgstr ""39003901#: builtin/commit.c:1378 builtin/merge.c:215 builtin/tag.c:4613902msgid "key id"3903msgstr ""39043905#: builtin/commit.c:1379 builtin/merge.c:2163906msgid "GPG sign commit"3907msgstr ""39083909#. end commit message options3910#: builtin/commit.c:13823911msgid "Commit contents options"3912msgstr ""39133914#: builtin/commit.c:13833915msgid "commit all changed files"3916msgstr ""39173918#: builtin/commit.c:13843919msgid "add specified files to index for commit"3920msgstr ""39213922#: builtin/commit.c:13853923msgid "interactively add files"3924msgstr ""39253926#: builtin/commit.c:13863927msgid "interactively add changes"3928msgstr ""39293930#: builtin/commit.c:13873931msgid "commit only specified files"3932msgstr ""39333934#: builtin/commit.c:13883935msgid "bypass pre-commit hook"3936msgstr ""39373938#: builtin/commit.c:13893939msgid "show what would be committed"3940msgstr ""39413942#: builtin/commit.c:14003943msgid "amend previous commit"3944msgstr ""39453946#: builtin/commit.c:14013947msgid "bypass post-rewrite hook"3948msgstr ""39493950#: builtin/commit.c:14063951msgid "ok to record an empty change"3952msgstr ""39533954#: builtin/commit.c:14093955msgid "ok to record a change with an empty message"3956msgstr ""39573958#: builtin/commit.c:14413959msgid "could not parse HEAD commit"3960msgstr ""39613962#: builtin/commit.c:1479 builtin/merge.c:5103963#, c-format3964msgid "could not open '%s' for reading"3965msgstr ""39663967#: builtin/commit.c:14863968#, c-format3969msgid "Corrupt MERGE_HEAD file (%s)"3970msgstr ""39713972#: builtin/commit.c:14933973msgid "could not read MERGE_MODE"3974msgstr ""39753976#: builtin/commit.c:15123977#, c-format3978msgid "could not read commit message: %s"3979msgstr ""39803981#: builtin/commit.c:15263982#, c-format3983msgid "Aborting commit; you did not edit the message.\n"3984msgstr ""39853986#: builtin/commit.c:15313987#, c-format3988msgid "Aborting commit due to empty commit message.\n"3989msgstr ""39903991#: builtin/commit.c:1546 builtin/merge.c:847 builtin/merge.c:8723992msgid "failed to write commit object"3993msgstr ""39943995#: builtin/commit.c:15673996msgid "cannot lock HEAD ref"3997msgstr ""39983999#: builtin/commit.c:15714000msgid "cannot update HEAD ref"4001msgstr ""40024003#: builtin/commit.c:15824004msgid ""4005"Repository has been updated, but unable to write\n"4006"new_index file. Check that disk is not full or quota is\n"4007"not exceeded, and then \"git reset HEAD\" to recover."4008msgstr ""40094010#: builtin/config.c:74011msgid "git config [options]"4012msgstr ""40134014#: builtin/config.c:514015msgid "Config file location"4016msgstr ""40174018#: builtin/config.c:524019msgid "use global config file"4020msgstr ""40214022#: builtin/config.c:534023msgid "use system config file"4024msgstr ""40254026#: builtin/config.c:544027msgid "use repository config file"4028msgstr ""40294030#: builtin/config.c:554031msgid "use given config file"4032msgstr ""40334034#: builtin/config.c:564035msgid "Action"4036msgstr ""40374038#: builtin/config.c:574039msgid "get value: name [value-regex]"4040msgstr ""40414042#: builtin/config.c:584043msgid "get all values: key [value-regex]"4044msgstr ""40454046#: builtin/config.c:594047msgid "get values for regexp: name-regex [value-regex]"4048msgstr ""40494050#: builtin/config.c:604051msgid "replace all matching variables: name value [value_regex]"4052msgstr ""40534054#: builtin/config.c:614055msgid "add a new variable: name value"4056msgstr ""40574058#: builtin/config.c:624059msgid "remove a variable: name [value-regex]"4060msgstr ""40614062#: builtin/config.c:634063msgid "remove all matches: name [value-regex]"4064msgstr ""40654066#: builtin/config.c:644067msgid "rename section: old-name new-name"4068msgstr ""40694070#: builtin/config.c:654071msgid "remove a section: name"4072msgstr ""40734074#: builtin/config.c:664075msgid "list all"4076msgstr ""40774078#: builtin/config.c:674079msgid "open an editor"4080msgstr ""40814082#: builtin/config.c:68 builtin/config.c:694083msgid "slot"4084msgstr ""40854086#: builtin/config.c:684087msgid "find the color configured: [default]"4088msgstr ""40894090#: builtin/config.c:694091msgid "find the color setting: [stdout-is-tty]"4092msgstr ""40934094#: builtin/config.c:704095msgid "Type"4096msgstr ""40974098#: builtin/config.c:714099msgid "value is \"true\" or \"false\""4100msgstr ""41014102#: builtin/config.c:724103msgid "value is decimal number"4104msgstr ""41054106#: builtin/config.c:734107msgid "value is --bool or --int"4108msgstr ""41094110#: builtin/config.c:744111msgid "value is a path (file or directory name)"4112msgstr ""41134114#: builtin/config.c:754115msgid "Other"4116msgstr ""41174118#: builtin/config.c:764119msgid "terminate values with NUL byte"4120msgstr ""41214122#: builtin/config.c:774123msgid "respect include directives on lookup"4124msgstr ""41254126#: builtin/count-objects.c:824127msgid "git count-objects [-v] [-H | --human-readable]"4128msgstr ""41294130#: builtin/count-objects.c:974131msgid "print sizes in human readable format"4132msgstr ""41334134#: builtin/describe.c:154135msgid "git describe [options] <committish>*"4136msgstr ""41374138#: builtin/describe.c:164139msgid "git describe [options] --dirty"4140msgstr ""41414142#: builtin/describe.c:2334143#, c-format4144msgid "annotated tag %s not available"4145msgstr ""41464147#: builtin/describe.c:2374148#, c-format4149msgid "annotated tag %s has no embedded name"4150msgstr ""41514152#: builtin/describe.c:2394153#, c-format4154msgid "tag '%s' is really '%s' here"4155msgstr ""41564157#: builtin/describe.c:2664158#, c-format4159msgid "Not a valid object name %s"4160msgstr ""41614162#: builtin/describe.c:2694163#, c-format4164msgid "%s is not a valid '%s' object"4165msgstr ""41664167#: builtin/describe.c:2864168#, c-format4169msgid "no tag exactly matches '%s'"4170msgstr ""41714172#: builtin/describe.c:2884173#, c-format4174msgid "searching to describe %s\n"4175msgstr ""41764177#: builtin/describe.c:3284178#, c-format4179msgid "finished search at %s\n"4180msgstr ""41814182#: builtin/describe.c:3524183#, c-format4184msgid ""4185"No annotated tags can describe '%s'.\n"4186"However, there were unannotated tags: try --tags."4187msgstr ""41884189#: builtin/describe.c:3564190#, c-format4191msgid ""4192"No tags can describe '%s'.\n"4193"Try --always, or create some tags."4194msgstr ""41954196#: builtin/describe.c:3774197#, c-format4198msgid "traversed %lu commits\n"4199msgstr ""42004201#: builtin/describe.c:3804202#, c-format4203msgid ""4204"more than %i tags found; listed %i most recent\n"4205"gave up search at %s\n"4206msgstr ""42074208#: builtin/describe.c:4024209msgid "find the tag that comes after the commit"4210msgstr ""42114212#: builtin/describe.c:4034213msgid "debug search strategy on stderr"4214msgstr ""42154216#: builtin/describe.c:4044217msgid "use any ref"4218msgstr ""42194220#: builtin/describe.c:4054221msgid "use any tag, even unannotated"4222msgstr ""42234224#: builtin/describe.c:4064225msgid "always use long format"4226msgstr ""42274228#: builtin/describe.c:4094229msgid "only output exact matches"4230msgstr ""42314232#: builtin/describe.c:4114233msgid "consider <n> most recent tags (default: 10)"4234msgstr ""42354236#: builtin/describe.c:4134237msgid "only consider tags matching <pattern>"4238msgstr ""42394240#: builtin/describe.c:415 builtin/name-rev.c:2384241msgid "show abbreviated commit object as fallback"4242msgstr ""42434244#: builtin/describe.c:4164245msgid "mark"4246msgstr ""42474248#: builtin/describe.c:4174249msgid "append <mark> on dirty working tree (default: \"-dirty\")"4250msgstr ""42514252#: builtin/describe.c:4354253msgid "--long is incompatible with --abbrev=0"4254msgstr ""42554256#: builtin/describe.c:4614257msgid "No names found, cannot describe anything."4258msgstr ""42594260#: builtin/describe.c:4814261msgid "--dirty is incompatible with committishes"4262msgstr ""42634264#: builtin/diff.c:794265#, c-format4266msgid "'%s': not a regular file or symlink"4267msgstr ""42684269#: builtin/diff.c:2284270#, c-format4271msgid "invalid option: %s"4272msgstr ""42734274#: builtin/diff.c:3054275msgid "Not a git repository"4276msgstr ""42774278#: builtin/diff.c:3484279#, c-format4280msgid "invalid object '%s' given."4281msgstr ""42824283#: builtin/diff.c:3534284#, c-format4285msgid "more than %d trees given: '%s'"4286msgstr ""42874288#: builtin/diff.c:3634289#, c-format4290msgid "more than two blobs given: '%s'"4291msgstr ""42924293#: builtin/diff.c:3714294#, c-format4295msgid "unhandled object '%s' given."4296msgstr ""42974298#: builtin/fast-export.c:224299msgid "git fast-export [rev-list-opts]"4300msgstr ""43014302#: builtin/fast-export.c:6584303msgid "show progress after <n> objects"4304msgstr ""43054306#: builtin/fast-export.c:6604307msgid "select handling of signed tags"4308msgstr ""43094310#: builtin/fast-export.c:6634311msgid "select handling of tags that tag filtered objects"4312msgstr ""43134314#: builtin/fast-export.c:6664315msgid "Dump marks to this file"4316msgstr ""43174318#: builtin/fast-export.c:6684319msgid "Import marks from this file"4320msgstr ""43214322#: builtin/fast-export.c:6704323msgid "Fake a tagger when tags lack one"4324msgstr ""43254326#: builtin/fast-export.c:6724327msgid "Output full tree for each commit"4328msgstr ""43294330#: builtin/fast-export.c:6744331msgid "Use the done feature to terminate the stream"4332msgstr ""43334334#: builtin/fast-export.c:6754335msgid "Skip output of blob data"4336msgstr ""43374338#: builtin/fetch.c:204339msgid "git fetch [<options>] [<repository> [<refspec>...]]"4340msgstr ""43414342#: builtin/fetch.c:214343msgid "git fetch [<options>] <group>"4344msgstr ""43454346#: builtin/fetch.c:224347msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"4348msgstr ""43494350#: builtin/fetch.c:234351msgid "git fetch --all [<options>]"4352msgstr ""43534354#: builtin/fetch.c:604355msgid "fetch from all remotes"4356msgstr ""43574358#: builtin/fetch.c:624359msgid "append to .git/FETCH_HEAD instead of overwriting"4360msgstr ""43614362#: builtin/fetch.c:644363msgid "path to upload pack on remote end"4364msgstr ""43654366#: builtin/fetch.c:654367msgid "force overwrite of local branch"4368msgstr ""43694370#: builtin/fetch.c:674371msgid "fetch from multiple remotes"4372msgstr ""43734374#: builtin/fetch.c:694375msgid "fetch all tags and associated objects"4376msgstr ""43774378#: builtin/fetch.c:714379msgid "do not fetch all tags (--no-tags)"4380msgstr ""43814382#: builtin/fetch.c:734383msgid "prune remote-tracking branches no longer on remote"4384msgstr ""43854386#: builtin/fetch.c:744387msgid "on-demand"4388msgstr ""43894390#: builtin/fetch.c:754391msgid "control recursive fetching of submodules"4392msgstr ""43934394#: builtin/fetch.c:794395msgid "keep downloaded pack"4396msgstr ""43974398#: builtin/fetch.c:814399msgid "allow updating of HEAD ref"4400msgstr ""44014402#: builtin/fetch.c:844403msgid "deepen history of shallow clone"4404msgstr ""44054406#: builtin/fetch.c:864407msgid "convert to a complete repository"4408msgstr ""44094410#: builtin/fetch.c:88 builtin/log.c:11304411msgid "dir"4412msgstr ""44134414#: builtin/fetch.c:894415msgid "prepend this to submodule path output"4416msgstr ""44174418#: builtin/fetch.c:924419msgid "default mode for recursion"4420msgstr ""44214422#: builtin/fetch.c:2044423msgid "Couldn't find remote ref HEAD"4424msgstr ""44254426#: builtin/fetch.c:2574427#, c-format4428msgid "object %s not found"4429msgstr ""44304431#: builtin/fetch.c:2624432msgid "[up to date]"4433msgstr ""44344435#: builtin/fetch.c:2764436#, c-format4437msgid "! %-*s %-*s -> %s (can't fetch in current branch)"4438msgstr ""44394440#: builtin/fetch.c:277 builtin/fetch.c:3634441msgid "[rejected]"4442msgstr ""44434444#: builtin/fetch.c:2884445msgid "[tag update]"4446msgstr ""44474448#: builtin/fetch.c:290 builtin/fetch.c:325 builtin/fetch.c:3434449msgid " (unable to update local ref)"4450msgstr ""44514452#: builtin/fetch.c:3084453msgid "[new tag]"4454msgstr ""44554456#: builtin/fetch.c:3114457msgid "[new branch]"4458msgstr ""44594460#: builtin/fetch.c:3144461msgid "[new ref]"4462msgstr ""44634464#: builtin/fetch.c:3594465msgid "unable to update local ref"4466msgstr ""44674468#: builtin/fetch.c:3594469msgid "forced update"4470msgstr ""44714472#: builtin/fetch.c:3654473msgid "(non-fast-forward)"4474msgstr ""44754476#: builtin/fetch.c:396 builtin/fetch.c:6884477#, c-format4478msgid "cannot open %s: %s\n"4479msgstr ""44804481#: builtin/fetch.c:4054482#, c-format4483msgid "%s did not send all necessary objects\n"4484msgstr ""44854486#: builtin/fetch.c:4914487#, c-format4488msgid "From %.*s\n"4489msgstr ""44904491#: builtin/fetch.c:5024492#, c-format4493msgid ""4494"some local refs could not be updated; try running\n"4495" 'git remote prune %s' to remove any old, conflicting branches"4496msgstr ""44974498#: builtin/fetch.c:5524499#, c-format4500msgid " (%s will become dangling)"4501msgstr ""45024503#: builtin/fetch.c:5534504#, c-format4505msgid " (%s has become dangling)"4506msgstr ""45074508#: builtin/fetch.c:5604509msgid "[deleted]"4510msgstr ""45114512#: builtin/fetch.c:561 builtin/remote.c:10554513msgid "(none)"4514msgstr ""45154516#: builtin/fetch.c:6784517#, c-format4518msgid "Refusing to fetch into current branch %s of non-bare repository"4519msgstr ""45204521#: builtin/fetch.c:7124522#, c-format4523msgid "Don't know how to fetch from %s"4524msgstr ""45254526#: builtin/fetch.c:7894527#, c-format4528msgid "Option \"%s\" value \"%s\" is not valid for %s"4529msgstr ""45304531#: builtin/fetch.c:7924532#, c-format4533msgid "Option \"%s\" is ignored for %s\n"4534msgstr ""45354536#: builtin/fetch.c:8944537#, c-format4538msgid "Fetching %s\n"4539msgstr ""45404541#: builtin/fetch.c:896 builtin/remote.c:1004542#, c-format4543msgid "Could not fetch %s"4544msgstr ""45454546#: builtin/fetch.c:9154547msgid ""4548"No remote repository specified. Please, specify either a URL or a\n"4549"remote name from which new revisions should be fetched."4550msgstr ""45514552#: builtin/fetch.c:9354553msgid "You need to specify a tag name."4554msgstr ""45554556#: builtin/fetch.c:9814557msgid "--depth and --unshallow cannot be used together"4558msgstr ""45594560#: builtin/fetch.c:9834561msgid "--unshallow on a complete repository does not make sense"4562msgstr ""45634564#: builtin/fetch.c:10024565msgid "fetch --all does not take a repository argument"4566msgstr ""45674568#: builtin/fetch.c:10044569msgid "fetch --all does not make sense with refspecs"4570msgstr ""45714572#: builtin/fetch.c:10154573#, c-format4574msgid "No such remote or remote group: %s"4575msgstr ""45764577#: builtin/fetch.c:10234578msgid "Fetching a group and specifying refspecs does not make sense"4579msgstr ""45804581#: builtin/fmt-merge-msg.c:134582msgid "git fmt-merge-msg [-m <message>] [--log[=<n>]|--no-log] [--file <file>]"4583msgstr ""45844585#: builtin/fmt-merge-msg.c:663 builtin/fmt-merge-msg.c:666 builtin/grep.c:7014586#: builtin/merge.c:188 builtin/show-branch.c:655 builtin/show-ref.c:1754587#: builtin/tag.c:446 parse-options.h:133 parse-options.h:2394588msgid "n"4589msgstr ""45904591#: builtin/fmt-merge-msg.c:6644592msgid "populate log with at most <n> entries from shortlog"4593msgstr ""45944595#: builtin/fmt-merge-msg.c:6674596msgid "alias for --log (deprecated)"4597msgstr ""45984599#: builtin/fmt-merge-msg.c:6704600msgid "text"4601msgstr ""46024603#: builtin/fmt-merge-msg.c:6714604msgid "use <text> as start of message"4605msgstr ""46064607#: builtin/fmt-merge-msg.c:6724608msgid "file to read from"4609msgstr ""46104611#: builtin/for-each-ref.c:9794612msgid "git for-each-ref [options] [<pattern>]"4613msgstr ""46144615#: builtin/for-each-ref.c:9944616msgid "quote placeholders suitably for shells"4617msgstr ""46184619#: builtin/for-each-ref.c:9964620msgid "quote placeholders suitably for perl"4621msgstr ""46224623#: builtin/for-each-ref.c:9984624msgid "quote placeholders suitably for python"4625msgstr ""46264627#: builtin/for-each-ref.c:10004628msgid "quote placeholders suitably for tcl"4629msgstr ""46304631#: builtin/for-each-ref.c:10034632msgid "show only <n> matched refs"4633msgstr ""46344635#: builtin/for-each-ref.c:10044636msgid "format"4637msgstr ""46384639#: builtin/for-each-ref.c:10044640msgid "format to use for the output"4641msgstr ""46424643#: builtin/for-each-ref.c:10054644msgid "key"4645msgstr ""46464647#: builtin/for-each-ref.c:10064648msgid "field name to sort on"4649msgstr ""46504651#: builtin/fsck.c:6084652msgid "git fsck [options] [<object>...]"4653msgstr ""46544655#: builtin/fsck.c:6144656msgid "show unreachable objects"4657msgstr ""46584659#: builtin/fsck.c:6154660msgid "show dangling objects"4661msgstr ""46624663#: builtin/fsck.c:6164664msgid "report tags"4665msgstr ""46664667#: builtin/fsck.c:6174668msgid "report root nodes"4669msgstr ""46704671#: builtin/fsck.c:6184672msgid "make index objects head nodes"4673msgstr ""46744675#: builtin/fsck.c:6194676msgid "make reflogs head nodes (default)"4677msgstr ""46784679#: builtin/fsck.c:6204680msgid "also consider packs and alternate objects"4681msgstr ""46824683#: builtin/fsck.c:6214684msgid "enable more strict checking"4685msgstr ""46864687#: builtin/fsck.c:6234688msgid "write dangling objects in .git/lost-found"4689msgstr ""46904691#: builtin/fsck.c:624 builtin/prune.c:1344692msgid "show progress"4693msgstr ""46944695#: builtin/gc.c:224696msgid "git gc [options]"4697msgstr ""46984699#: builtin/gc.c:634700#, c-format4701msgid "Invalid %s: '%s'"4702msgstr ""47034704#: builtin/gc.c:904705#, c-format4706msgid "insanely long object directory %.*s"4707msgstr ""47084709#: builtin/gc.c:1794710msgid "prune unreferenced objects"4711msgstr ""47124713#: builtin/gc.c:1814714msgid "be more thorough (increased runtime)"4715msgstr ""47164717#: builtin/gc.c:1824718msgid "enable auto-gc mode"4719msgstr ""47204721#: builtin/gc.c:2224722#, c-format4723msgid ""4724"Auto packing the repository for optimum performance. You may also\n"4725"run \"git gc\" manually. See \"git help gc\" for more information.\n"4726msgstr ""47274728#: builtin/gc.c:2494729msgid ""4730"There are too many unreachable loose objects; run 'git prune' to remove them."4731msgstr ""47324733#: builtin/grep.c:224734msgid "git grep [options] [-e] <pattern> [<rev>...] [[--] <path>...]"4735msgstr ""47364737#: builtin/grep.c:2174738#, c-format4739msgid "grep: failed to create thread: %s"4740msgstr ""47414742#: builtin/grep.c:3654743#, c-format4744msgid "Failed to chdir: %s"4745msgstr ""47464747#: builtin/grep.c:443 builtin/grep.c:4784748#, c-format4749msgid "unable to read tree (%s)"4750msgstr ""47514752#: builtin/grep.c:4934753#, c-format4754msgid "unable to grep from object of type %s"4755msgstr ""47564757#: builtin/grep.c:5514758#, c-format4759msgid "switch `%c' expects a numerical value"4760msgstr ""47614762#: builtin/grep.c:5684763#, c-format4764msgid "cannot open '%s'"4765msgstr ""47664767#: builtin/grep.c:6434768msgid "search in index instead of in the work tree"4769msgstr ""47704771#: builtin/grep.c:6454772msgid "find in contents not managed by git"4773msgstr ""47744775#: builtin/grep.c:6474776msgid "search in both tracked and untracked files"4777msgstr ""47784779#: builtin/grep.c:6494780msgid "search also in ignored files"4781msgstr ""47824783#: builtin/grep.c:6524784msgid "show non-matching lines"4785msgstr ""47864787#: builtin/grep.c:6544788msgid "case insensitive matching"4789msgstr ""47904791#: builtin/grep.c:6564792msgid "match patterns only at word boundaries"4793msgstr ""47944795#: builtin/grep.c:6584796msgid "process binary files as text"4797msgstr ""47984799#: builtin/grep.c:6604800msgid "don't match patterns in binary files"4801msgstr ""48024803#: builtin/grep.c:6634804msgid "descend at most <depth> levels"4805msgstr ""48064807#: builtin/grep.c:6674808msgid "use extended POSIX regular expressions"4809msgstr ""48104811#: builtin/grep.c:6704812msgid "use basic POSIX regular expressions (default)"4813msgstr ""48144815#: builtin/grep.c:6734816msgid "interpret patterns as fixed strings"4817msgstr ""48184819#: builtin/grep.c:6764820msgid "use Perl-compatible regular expressions"4821msgstr ""48224823#: builtin/grep.c:6794824msgid "show line numbers"4825msgstr ""48264827#: builtin/grep.c:6804828msgid "don't show filenames"4829msgstr ""48304831#: builtin/grep.c:6814832msgid "show filenames"4833msgstr ""48344835#: builtin/grep.c:6834836msgid "show filenames relative to top directory"4837msgstr ""48384839#: builtin/grep.c:6854840msgid "show only filenames instead of matching lines"4841msgstr ""48424843#: builtin/grep.c:6874844msgid "synonym for --files-with-matches"4845msgstr ""48464847#: builtin/grep.c:6904848msgid "show only the names of files without match"4849msgstr ""48504851#: builtin/grep.c:6924852msgid "print NUL after filenames"4853msgstr ""48544855#: builtin/grep.c:6944856msgid "show the number of matches instead of matching lines"4857msgstr ""48584859#: builtin/grep.c:6954860msgid "highlight matches"4861msgstr ""48624863#: builtin/grep.c:6974864msgid "print empty line between matches from different files"4865msgstr ""48664867#: builtin/grep.c:6994868msgid "show filename only once above matches from same file"4869msgstr ""48704871#: builtin/grep.c:7024872msgid "show <n> context lines before and after matches"4873msgstr ""48744875#: builtin/grep.c:7054876msgid "show <n> context lines before matches"4877msgstr ""48784879#: builtin/grep.c:7074880msgid "show <n> context lines after matches"4881msgstr ""48824883#: builtin/grep.c:7084884msgid "shortcut for -C NUM"4885msgstr ""48864887#: builtin/grep.c:7114888msgid "show a line with the function name before matches"4889msgstr ""48904891#: builtin/grep.c:7134892msgid "show the surrounding function"4893msgstr ""48944895#: builtin/grep.c:7164896msgid "read patterns from file"4897msgstr ""48984899#: builtin/grep.c:7184900msgid "match <pattern>"4901msgstr ""49024903#: builtin/grep.c:7204904msgid "combine patterns specified with -e"4905msgstr ""49064907#: builtin/grep.c:7324908msgid "indicate hit with exit status without output"4909msgstr ""49104911#: builtin/grep.c:7344912msgid "show only matches from files that match all patterns"4913msgstr ""49144915#: builtin/grep.c:7364916msgid "show parse tree for grep expression"4917msgstr ""49184919#: builtin/grep.c:7404920msgid "pager"4921msgstr ""49224923#: builtin/grep.c:7404924msgid "show matching files in the pager"4925msgstr ""49264927#: builtin/grep.c:7434928msgid "allow calling of grep(1) (ignored by this build)"4929msgstr ""49304931#: builtin/grep.c:744 builtin/show-ref.c:1844932msgid "show usage"4933msgstr ""49344935#: builtin/grep.c:8114936msgid "no pattern given."4937msgstr ""49384939#: builtin/grep.c:8664940msgid "--open-files-in-pager only works on the worktree"4941msgstr ""49424943#: builtin/grep.c:8894944msgid "--cached or --untracked cannot be used with --no-index."4945msgstr ""49464947#: builtin/grep.c:8944948msgid "--no-index or --untracked cannot be used with revs."4949msgstr ""49504951#: builtin/grep.c:8974952msgid "--[no-]exclude-standard cannot be used for tracked contents."4953msgstr ""49544955#: builtin/grep.c:9054956msgid "both --cached and trees are given."4957msgstr ""49584959#: builtin/hash-object.c:604960msgid ""4961"git hash-object [-t <type>] [-w] [--path=<file>|--no-filters] [--stdin] [--] "4962"<file>..."4963msgstr ""49644965#: builtin/hash-object.c:614966msgid "git hash-object --stdin-paths < <list-of-paths>"4967msgstr ""49684969#: builtin/hash-object.c:724970msgid "type"4971msgstr ""49724973#: builtin/hash-object.c:724974msgid "object type"4975msgstr ""49764977#: builtin/hash-object.c:734978msgid "write the object into the object database"4979msgstr ""49804981#: builtin/hash-object.c:744982msgid "read the object from stdin"4983msgstr ""49844985#: builtin/hash-object.c:764986msgid "store file as is without filters"4987msgstr ""49884989#: builtin/hash-object.c:774990msgid "process file as it were from this path"4991msgstr ""49924993#: builtin/help.c:434994msgid "print all available commands"4995msgstr ""49964997#: builtin/help.c:444998msgid "print list of useful guides"4999msgstr ""50005001#: builtin/help.c:455002msgid "show man page"5003msgstr ""50045005#: builtin/help.c:465006msgid "show manual in web browser"5007msgstr ""50085009#: builtin/help.c:485010msgid "show info page"5011msgstr ""50125013#: builtin/help.c:545014msgid "git help [--all] [--guides] [--man|--web|--info] [command]"5015msgstr ""50165017#: builtin/help.c:665018#, c-format5019msgid "unrecognized help format '%s'"5020msgstr ""50215022#: builtin/help.c:945023msgid "Failed to start emacsclient."5024msgstr ""50255026#: builtin/help.c:1075027msgid "Failed to parse emacsclient version."5028msgstr ""50295030#: builtin/help.c:1155031#, c-format5032msgid "emacsclient version '%d' too old (< 22)."5033msgstr ""50345035#: builtin/help.c:133 builtin/help.c:161 builtin/help.c:170 builtin/help.c:1785036#, c-format5037msgid "failed to exec '%s': %s"5038msgstr ""50395040#: builtin/help.c:2185041#, c-format5042msgid ""5043"'%s': path for unsupported man viewer.\n"5044"Please consider using 'man.<tool>.cmd' instead."5045msgstr ""50465047#: builtin/help.c:2305048#, c-format5049msgid ""5050"'%s': cmd for supported man viewer.\n"5051"Please consider using 'man.<tool>.path' instead."5052msgstr ""50535054#: builtin/help.c:3515055#, c-format5056msgid "'%s': unknown man viewer."5057msgstr ""50585059#: builtin/help.c:3685060msgid "no man viewer handled the request"5061msgstr ""50625063#: builtin/help.c:3765064msgid "no info viewer handled the request"5065msgstr ""50665067#: builtin/help.c:4225068msgid "Defining attributes per path"5069msgstr ""50705071#: builtin/help.c:4235072msgid "A Git glossary"5073msgstr ""50745075#: builtin/help.c:4245076msgid "Specifies intentionally untracked files to ignore"5077msgstr ""50785079#: builtin/help.c:4255080msgid "Defining submodule properties"5081msgstr ""50825083#: builtin/help.c:4265084msgid "Specifying revisions and ranges for Git"5085msgstr ""50865087#: builtin/help.c:4275088msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"5089msgstr ""50905091#: builtin/help.c:4285092msgid "An overview of recommended workflows with Git"5093msgstr ""50945095#: builtin/help.c:4405096msgid "The common Git guides are:\n"5097msgstr ""50985099#: builtin/help.c:462 builtin/help.c:4785100#, c-format5101msgid "usage: %s%s"5102msgstr ""51035104#: builtin/help.c:4945105#, c-format5106msgid "`git %s' is aliased to `%s'"5107msgstr ""51085109#: builtin/index-pack.c:1825110#, c-format5111msgid "object type mismatch at %s"5112msgstr ""51135114#: builtin/index-pack.c:2025115msgid "object of unexpected type"5116msgstr ""51175118#: builtin/index-pack.c:2395119#, c-format5120msgid "cannot fill %d byte"5121msgid_plural "cannot fill %d bytes"5122msgstr[0] ""5123msgstr[1] ""51245125#: builtin/index-pack.c:2495126msgid "early EOF"5127msgstr ""51285129#: builtin/index-pack.c:2505130msgid "read error on input"5131msgstr ""51325133#: builtin/index-pack.c:2625134msgid "used more bytes than were available"5135msgstr ""51365137#: builtin/index-pack.c:2695138msgid "pack too large for current definition of off_t"5139msgstr ""51405141#: builtin/index-pack.c:2855142#, c-format5143msgid "unable to create '%s'"5144msgstr ""51455146#: builtin/index-pack.c:2905147#, c-format5148msgid "cannot open packfile '%s'"5149msgstr ""51505151#: builtin/index-pack.c:3045152msgid "pack signature mismatch"5153msgstr ""51545155#: builtin/index-pack.c:3065156#, c-format5157msgid "pack version %<PRIu32> unsupported"5158msgstr ""51595160#: builtin/index-pack.c:3245161#, c-format5162msgid "pack has bad object at offset %lu: %s"5163msgstr ""51645165#: builtin/index-pack.c:4465166#, c-format5167msgid "inflate returned %d"5168msgstr ""51695170#: builtin/index-pack.c:4955171msgid "offset value overflow for delta base object"5172msgstr ""51735174#: builtin/index-pack.c:5035175msgid "delta base offset is out of bound"5176msgstr ""51775178#: builtin/index-pack.c:5115179#, c-format5180msgid "unknown object type %d"5181msgstr ""51825183#: builtin/index-pack.c:5425184msgid "cannot pread pack file"5185msgstr ""51865187#: builtin/index-pack.c:5445188#, c-format5189msgid "premature end of pack file, %lu byte missing"5190msgid_plural "premature end of pack file, %lu bytes missing"5191msgstr[0] ""5192msgstr[1] ""51935194#: builtin/index-pack.c:5705195msgid "serious inflate inconsistency"5196msgstr ""51975198#: builtin/index-pack.c:661 builtin/index-pack.c:667 builtin/index-pack.c:6905199#: builtin/index-pack.c:724 builtin/index-pack.c:7335200#, c-format5201msgid "SHA1 COLLISION FOUND WITH %s !"5202msgstr ""52035204#: builtin/index-pack.c:664 builtin/pack-objects.c:1705205#: builtin/pack-objects.c:2625206#, c-format5207msgid "unable to read %s"5208msgstr ""52095210#: builtin/index-pack.c:7305211#, c-format5212msgid "cannot read existing object %s"5213msgstr ""52145215#: builtin/index-pack.c:7445216#, c-format5217msgid "invalid blob object %s"5218msgstr ""52195220#: builtin/index-pack.c:7595221#, c-format5222msgid "invalid %s"5223msgstr ""52245225#: builtin/index-pack.c:7615226msgid "Error in object"5227msgstr ""52285229#: builtin/index-pack.c:7635230#, c-format5231msgid "Not all child objects of %s are reachable"5232msgstr ""52335234#: builtin/index-pack.c:833 builtin/index-pack.c:8635235msgid "failed to apply delta"5236msgstr ""52375238#: builtin/index-pack.c:10045239msgid "Receiving objects"5240msgstr ""52415242#: builtin/index-pack.c:10045243msgid "Indexing objects"5244msgstr ""52455246#: builtin/index-pack.c:10305247msgid "pack is corrupted (SHA1 mismatch)"5248msgstr ""52495250#: builtin/index-pack.c:10355251msgid "cannot fstat packfile"5252msgstr ""52535254#: builtin/index-pack.c:10385255msgid "pack has junk at the end"5256msgstr ""52575258#: builtin/index-pack.c:10495259msgid "confusion beyond insanity in parse_pack_objects()"5260msgstr ""52615262#: builtin/index-pack.c:10725263msgid "Resolving deltas"5264msgstr ""52655266#: builtin/index-pack.c:10825267#, c-format5268msgid "unable to create thread: %s"5269msgstr ""52705271#: builtin/index-pack.c:11245272msgid "confusion beyond insanity"5273msgstr ""52745275#: builtin/index-pack.c:11325276#, c-format5277msgid "completed with %d local objects"5278msgstr ""52795280#: builtin/index-pack.c:11425281#, c-format5282msgid "Unexpected tail checksum for %s (disk corruption?)"5283msgstr ""52845285#: builtin/index-pack.c:11465286#, c-format5287msgid "pack has %d unresolved delta"5288msgid_plural "pack has %d unresolved deltas"5289msgstr[0] ""5290msgstr[1] ""52915292#: builtin/index-pack.c:11715293#, c-format5294msgid "unable to deflate appended object (%d)"5295msgstr ""52965297#: builtin/index-pack.c:12505298#, c-format5299msgid "local object %s is corrupt"5300msgstr ""53015302#: builtin/index-pack.c:12745303msgid "error while closing pack file"5304msgstr ""53055306#: builtin/index-pack.c:12875307#, c-format5308msgid "cannot write keep file '%s'"5309msgstr ""53105311#: builtin/index-pack.c:12955312#, c-format5313msgid "cannot close written keep file '%s'"5314msgstr ""53155316#: builtin/index-pack.c:13085317msgid "cannot store pack file"5318msgstr ""53195320#: builtin/index-pack.c:13195321msgid "cannot store index file"5322msgstr ""53235324#: builtin/index-pack.c:13525325#, c-format5326msgid "bad pack.indexversion=%<PRIu32>"5327msgstr ""53285329#: builtin/index-pack.c:13585330#, c-format5331msgid "invalid number of threads specified (%d)"5332msgstr ""53335334#: builtin/index-pack.c:1362 builtin/index-pack.c:15355335#, c-format5336msgid "no threads support, ignoring %s"5337msgstr ""53385339#: builtin/index-pack.c:14205340#, c-format5341msgid "Cannot open existing pack file '%s'"5342msgstr ""53435344#: builtin/index-pack.c:14225345#, c-format5346msgid "Cannot open existing pack idx file for '%s'"5347msgstr ""53485349#: builtin/index-pack.c:14695350#, c-format5351msgid "non delta: %d object"5352msgid_plural "non delta: %d objects"5353msgstr[0] ""5354msgstr[1] ""53555356#: builtin/index-pack.c:14765357#, c-format5358msgid "chain length = %d: %lu object"5359msgid_plural "chain length = %d: %lu objects"5360msgstr[0] ""5361msgstr[1] ""53625363#: builtin/index-pack.c:15035364msgid "Cannot come back to cwd"5365msgstr ""53665367#: builtin/index-pack.c:1547 builtin/index-pack.c:15505368#: builtin/index-pack.c:1562 builtin/index-pack.c:15665369#, c-format5370msgid "bad %s"5371msgstr ""53725373#: builtin/index-pack.c:15805374msgid "--fix-thin cannot be used without --stdin"5375msgstr ""53765377#: builtin/index-pack.c:1584 builtin/index-pack.c:15945378#, c-format5379msgid "packfile name '%s' does not end with '.pack'"5380msgstr ""53815382#: builtin/index-pack.c:16035383msgid "--verify with no packfile name given"5384msgstr ""53855386#: builtin/init-db.c:355387#, c-format5388msgid "Could not make %s writable by group"5389msgstr ""53905391#: builtin/init-db.c:625392#, c-format5393msgid "insanely long template name %s"5394msgstr ""53955396#: builtin/init-db.c:675397#, c-format5398msgid "cannot stat '%s'"5399msgstr ""54005401#: builtin/init-db.c:735402#, c-format5403msgid "cannot stat template '%s'"5404msgstr ""54055406#: builtin/init-db.c:805407#, c-format5408msgid "cannot opendir '%s'"5409msgstr ""54105411#: builtin/init-db.c:975412#, c-format5413msgid "cannot readlink '%s'"5414msgstr ""54155416#: builtin/init-db.c:995417#, c-format5418msgid "insanely long symlink %s"5419msgstr ""54205421#: builtin/init-db.c:1025422#, c-format5423msgid "cannot symlink '%s' '%s'"5424msgstr ""54255426#: builtin/init-db.c:1065427#, c-format5428msgid "cannot copy '%s' to '%s'"5429msgstr ""54305431#: builtin/init-db.c:1105432#, c-format5433msgid "ignoring template %s"5434msgstr ""54355436#: builtin/init-db.c:1335437#, c-format5438msgid "insanely long template path %s"5439msgstr ""54405441#: builtin/init-db.c:1415442#, c-format5443msgid "templates not found %s"5444msgstr ""54455446#: builtin/init-db.c:1545447#, c-format5448msgid "not copying templates of a wrong format version %d from '%s'"5449msgstr ""54505451#: builtin/init-db.c:1925452#, c-format5453msgid "insane git directory %s"5454msgstr ""54555456#: builtin/init-db.c:323 builtin/init-db.c:3265457#, c-format5458msgid "%s already exists"5459msgstr ""54605461#: builtin/init-db.c:3555462#, c-format5463msgid "unable to handle file type %d"5464msgstr ""54655466#: builtin/init-db.c:3585467#, c-format5468msgid "unable to move %s to %s"5469msgstr ""54705471#: builtin/init-db.c:3635472#, c-format5473msgid "Could not create git link %s"5474msgstr ""54755476#.5477#. * TRANSLATORS: The first '%s' is either "Reinitialized5478#. * existing" or "Initialized empty", the second " shared" or5479#. * "", and the last '%s%s' is the verbatim directory name.5480#.5481#: builtin/init-db.c:4205482#, c-format5483msgid "%s%s Git repository in %s%s\n"5484msgstr ""54855486#: builtin/init-db.c:4215487msgid "Reinitialized existing"5488msgstr ""54895490#: builtin/init-db.c:4215491msgid "Initialized empty"5492msgstr ""54935494#: builtin/init-db.c:4225495msgid " shared"5496msgstr ""54975498#: builtin/init-db.c:4415499msgid "cannot tell cwd"5500msgstr ""55015502#: builtin/init-db.c:4675503msgid ""5504"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"5505"shared[=<permissions>]] [directory]"5506msgstr ""55075508#: builtin/init-db.c:4905509msgid "permissions"5510msgstr ""55115512#: builtin/init-db.c:4915513msgid "specify that the git repository is to be shared amongst several users"5514msgstr ""55155516#: builtin/init-db.c:493 builtin/prune-packed.c:775517msgid "be quiet"5518msgstr ""55195520#: builtin/init-db.c:522 builtin/init-db.c:5295521#, c-format5522msgid "cannot mkdir %s"5523msgstr ""55245525#: builtin/init-db.c:5335526#, c-format5527msgid "cannot chdir to %s"5528msgstr ""55295530#: builtin/init-db.c:5555531#, c-format5532msgid ""5533"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"5534"dir=<directory>)"5535msgstr ""55365537#: builtin/init-db.c:5795538msgid "Cannot access current working directory"5539msgstr ""55405541#: builtin/init-db.c:5865542#, c-format5543msgid "Cannot access work tree '%s'"5544msgstr ""55455546#: builtin/log.c:405547msgid "git log [<options>] [<revision range>] [[--] <path>...]\n"5548msgstr ""55495550#: builtin/log.c:415551msgid " or: git show [options] <object>..."5552msgstr ""55535554#: builtin/log.c:1035555msgid "suppress diff output"5556msgstr ""55575558#: builtin/log.c:1045559msgid "show source"5560msgstr ""55615562#: builtin/log.c:1055563msgid "Use mail map file"5564msgstr ""55655566#: builtin/log.c:1065567msgid "decorate options"5568msgstr ""55695570#: builtin/log.c:1995571#, c-format5572msgid "Final output: %d %s\n"5573msgstr ""55745575#: builtin/log.c:422 builtin/log.c:5145576#, c-format5577msgid "Could not read object %s"5578msgstr ""55795580#: builtin/log.c:5385581#, c-format5582msgid "Unknown type: %d"5583msgstr ""55845585#: builtin/log.c:6385586msgid "format.headers without value"5587msgstr ""55885589#: builtin/log.c:7205590msgid "name of output directory is too long"5591msgstr ""55925593#: builtin/log.c:7365594#, c-format5595msgid "Cannot open patch file %s"5596msgstr ""55975598#: builtin/log.c:7505599msgid "Need exactly one range."5600msgstr ""56015602#: builtin/log.c:7585603msgid "Not a range."5604msgstr ""56055606#: builtin/log.c:8605607msgid "Cover letter needs email format"5608msgstr ""56095610#: builtin/log.c:9365611#, c-format5612msgid "insane in-reply-to: %s"5613msgstr ""56145615#: builtin/log.c:9645616msgid "git format-patch [options] [<since> | <revision range>]"5617msgstr ""56185619#: builtin/log.c:10095620msgid "Two output directories?"5621msgstr ""56225623#: builtin/log.c:11085624msgid "use [PATCH n/m] even with a single patch"5625msgstr ""56265627#: builtin/log.c:11115628msgid "use [PATCH] even with multiple patches"5629msgstr ""56305631#: builtin/log.c:11155632msgid "print patches to standard out"5633msgstr ""56345635#: builtin/log.c:11175636msgid "generate a cover letter"5637msgstr ""56385639#: builtin/log.c:11195640msgid "use simple number sequence for output file names"5641msgstr ""56425643#: builtin/log.c:11205644msgid "sfx"5645msgstr ""56465647#: builtin/log.c:11215648msgid "use <sfx> instead of '.patch'"5649msgstr ""56505651#: builtin/log.c:11235652msgid "start numbering patches at <n> instead of 1"5653msgstr ""56545655#: builtin/log.c:11255656msgid "mark the series as Nth re-roll"5657msgstr ""56585659#: builtin/log.c:11275660msgid "Use [<prefix>] instead of [PATCH]"5661msgstr ""56625663#: builtin/log.c:11305664msgid "store resulting files in <dir>"5665msgstr ""56665667#: builtin/log.c:11335668msgid "don't strip/add [PATCH]"5669msgstr ""56705671#: builtin/log.c:11365672msgid "don't output binary diffs"5673msgstr ""56745675#: builtin/log.c:11385676msgid "don't include a patch matching a commit upstream"5677msgstr ""56785679#: builtin/log.c:11405680msgid "show patch format instead of default (patch + stat)"5681msgstr ""56825683#: builtin/log.c:11425684msgid "Messaging"5685msgstr ""56865687#: builtin/log.c:11435688msgid "header"5689msgstr ""56905691#: builtin/log.c:11445692msgid "add email header"5693msgstr ""56945695#: builtin/log.c:1145 builtin/log.c:11475696msgid "email"5697msgstr ""56985699#: builtin/log.c:11455700msgid "add To: header"5701msgstr ""57025703#: builtin/log.c:11475704msgid "add Cc: header"5705msgstr ""57065707#: builtin/log.c:11495708msgid "message-id"5709msgstr ""57105711#: builtin/log.c:11505712msgid "make first mail a reply to <message-id>"5713msgstr ""57145715#: builtin/log.c:1151 builtin/log.c:11545716msgid "boundary"5717msgstr ""57185719#: builtin/log.c:11525720msgid "attach the patch"5721msgstr ""57225723#: builtin/log.c:11555724msgid "inline the patch"5725msgstr ""57265727#: builtin/log.c:11595728msgid "enable message threading, styles: shallow, deep"5729msgstr ""57305731#: builtin/log.c:11615732msgid "signature"5733msgstr ""57345735#: builtin/log.c:11625736msgid "add a signature"5737msgstr ""57385739#: builtin/log.c:11645740msgid "don't print the patch filenames"5741msgstr ""57425743#: builtin/log.c:12485744msgid "-n and -k are mutually exclusive."5745msgstr ""57465747#: builtin/log.c:12505748msgid "--subject-prefix and -k are mutually exclusive."5749msgstr ""57505751#: builtin/log.c:12585752msgid "--name-only does not make sense"5753msgstr ""57545755#: builtin/log.c:12605756msgid "--name-status does not make sense"5757msgstr ""57585759#: builtin/log.c:12625760msgid "--check does not make sense"5761msgstr ""57625763#: builtin/log.c:12855764msgid "standard output, or directory, which one?"5765msgstr ""57665767#: builtin/log.c:12875768#, c-format5769msgid "Could not create directory '%s'"5770msgstr ""57715772#: builtin/log.c:14355773msgid "Failed to create output files"5774msgstr ""57755776#: builtin/log.c:14845777msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"5778msgstr ""57795780#: builtin/log.c:15395781#, c-format5782msgid ""5783"Could not find a tracked remote branch, please specify <upstream> manually.\n"5784msgstr ""57855786#: builtin/log.c:1552 builtin/log.c:1554 builtin/log.c:15665787#, c-format5788msgid "Unknown commit %s"5789msgstr ""57905791#: builtin/ls-files.c:4025792msgid "git ls-files [options] [<file>...]"5793msgstr ""57945795#: builtin/ls-files.c:4595796msgid "identify the file status with tags"5797msgstr ""57985799#: builtin/ls-files.c:4615800msgid "use lowercase letters for 'assume unchanged' files"5801msgstr ""58025803#: builtin/ls-files.c:4635804msgid "show cached files in the output (default)"5805msgstr ""58065807#: builtin/ls-files.c:4655808msgid "show deleted files in the output"5809msgstr ""58105811#: builtin/ls-files.c:4675812msgid "show modified files in the output"5813msgstr ""58145815#: builtin/ls-files.c:4695816msgid "show other files in the output"5817msgstr ""58185819#: builtin/ls-files.c:4715820msgid "show ignored files in the output"5821msgstr ""58225823#: builtin/ls-files.c:4745824msgid "show staged contents' object name in the output"5825msgstr ""58265827#: builtin/ls-files.c:4765828msgid "show files on the filesystem that need to be removed"5829msgstr ""58305831#: builtin/ls-files.c:4785832msgid "show 'other' directories' name only"5833msgstr ""58345835#: builtin/ls-files.c:4815836msgid "don't show empty directories"5837msgstr ""58385839#: builtin/ls-files.c:4845840msgid "show unmerged files in the output"5841msgstr ""58425843#: builtin/ls-files.c:4865844msgid "show resolve-undo information"5845msgstr ""58465847#: builtin/ls-files.c:4885848msgid "skip files matching pattern"5849msgstr ""58505851#: builtin/ls-files.c:4915852msgid "exclude patterns are read from <file>"5853msgstr ""58545855#: builtin/ls-files.c:4945856msgid "read additional per-directory exclude patterns in <file>"5857msgstr ""58585859#: builtin/ls-files.c:4965860msgid "add the standard git exclusions"5861msgstr ""58625863#: builtin/ls-files.c:4995864msgid "make the output relative to the project top directory"5865msgstr ""58665867#: builtin/ls-files.c:5025868msgid "if any <file> is not in the index, treat this as an error"5869msgstr ""58705871#: builtin/ls-files.c:5035872msgid "tree-ish"5873msgstr ""58745875#: builtin/ls-files.c:5045876msgid "pretend that paths removed since <tree-ish> are still present"5877msgstr ""58785879#: builtin/ls-files.c:5065880msgid "show debugging data"5881msgstr ""58825883#: builtin/ls-tree.c:275884msgid "git ls-tree [<options>] <tree-ish> [<path>...]"5885msgstr ""58865887#: builtin/ls-tree.c:1255888msgid "only show trees"5889msgstr ""58905891#: builtin/ls-tree.c:1275892msgid "recurse into subtrees"5893msgstr ""58945895#: builtin/ls-tree.c:1295896msgid "show trees when recursing"5897msgstr ""58985899#: builtin/ls-tree.c:1325900msgid "terminate entries with NUL byte"5901msgstr ""59025903#: builtin/ls-tree.c:1335904msgid "include object size"5905msgstr ""59065907#: builtin/ls-tree.c:135 builtin/ls-tree.c:1375908msgid "list only filenames"5909msgstr ""59105911#: builtin/ls-tree.c:1405912msgid "use full path names"5913msgstr ""59145915#: builtin/ls-tree.c:1425916msgid "list entire tree; not just current directory (implies --full-name)"5917msgstr ""59185919#: builtin/merge.c:435920msgid "git merge [options] [<commit>...]"5921msgstr ""59225923#: builtin/merge.c:445924msgid "git merge [options] <msg> HEAD <commit>"5925msgstr ""59265927#: builtin/merge.c:455928msgid "git merge --abort"5929msgstr ""59305931#: builtin/merge.c:905932msgid "switch `m' requires a value"5933msgstr ""59345935#: builtin/merge.c:1275936#, c-format5937msgid "Could not find merge strategy '%s'.\n"5938msgstr ""59395940#: builtin/merge.c:1285941#, c-format5942msgid "Available strategies are:"5943msgstr ""59445945#: builtin/merge.c:1335946#, c-format5947msgid "Available custom strategies are:"5948msgstr ""59495950#: builtin/merge.c:1835951msgid "do not show a diffstat at the end of the merge"5952msgstr ""59535954#: builtin/merge.c:1865955msgid "show a diffstat at the end of the merge"5956msgstr ""59575958#: builtin/merge.c:1875959msgid "(synonym to --stat)"5960msgstr ""59615962#: builtin/merge.c:1895963msgid "add (at most <n>) entries from shortlog to merge commit message"5964msgstr ""59655966#: builtin/merge.c:1925967msgid "create a single commit instead of doing a merge"5968msgstr ""59695970#: builtin/merge.c:1945971msgid "perform a commit if the merge succeeds (default)"5972msgstr ""59735974#: builtin/merge.c:1965975msgid "edit message before committing"5976msgstr ""59775978#: builtin/merge.c:1985979msgid "allow fast-forward (default)"5980msgstr ""59815982#: builtin/merge.c:2005983msgid "abort if fast-forward is not possible"5984msgstr ""59855986#: builtin/merge.c:2035987msgid "Verify that the named commit has a valid GPG signature"5988msgstr ""59895990#: builtin/merge.c:204 builtin/notes.c:866 builtin/revert.c:1125991msgid "strategy"5992msgstr ""59935994#: builtin/merge.c:2055995msgid "merge strategy to use"5996msgstr ""59975998#: builtin/merge.c:2065999msgid "option=value"6000msgstr ""60016002#: builtin/merge.c:2076003msgid "option for selected merge strategy"6004msgstr ""60056006#: builtin/merge.c:2096007msgid "merge commit message (for a non-fast-forward merge)"6008msgstr ""60096010#: builtin/merge.c:2136011msgid "abort the current in-progress merge"6012msgstr ""60136014#: builtin/merge.c:2426015msgid "could not run stash."6016msgstr ""60176018#: builtin/merge.c:2476019msgid "stash failed"6020msgstr ""60216022#: builtin/merge.c:2526023#, c-format6024msgid "not a valid object: %s"6025msgstr ""60266027#: builtin/merge.c:271 builtin/merge.c:2886028msgid "read-tree failed"6029msgstr ""60306031#: builtin/merge.c:3186032msgid " (nothing to squash)"6033msgstr ""60346035#: builtin/merge.c:3316036#, c-format6037msgid "Squash commit -- not updating HEAD\n"6038msgstr ""60396040#: builtin/merge.c:3636041msgid "Writing SQUASH_MSG"6042msgstr ""60436044#: builtin/merge.c:3656045msgid "Finishing SQUASH_MSG"6046msgstr ""60476048#: builtin/merge.c:3886049#, c-format6050msgid "No merge message -- not updating HEAD\n"6051msgstr ""60526053#: builtin/merge.c:4386054#, c-format6055msgid "'%s' does not point to a commit"6056msgstr ""60576058#: builtin/merge.c:5506059#, c-format6060msgid "Bad branch.%s.mergeoptions string: %s"6061msgstr ""60626063#: builtin/merge.c:6436064msgid "git write-tree failed to write a tree"6065msgstr ""60666067#: builtin/merge.c:6716068msgid "Not handling anything other than two heads merge."6069msgstr ""60706071#: builtin/merge.c:6856072#, c-format6073msgid "Unknown option for merge-recursive: -X%s"6074msgstr ""60756076#: builtin/merge.c:6996077#, c-format6078msgid "unable to write %s"6079msgstr ""60806081#: builtin/merge.c:7886082#, c-format6083msgid "Could not read from '%s'"6084msgstr ""60856086#: builtin/merge.c:7976087#, c-format6088msgid "Not committing merge; use 'git commit' to complete the merge.\n"6089msgstr ""60906091#: builtin/merge.c:8036092#, c-format6093msgid ""6094"Please enter a commit message to explain why this merge is necessary,\n"6095"especially if it merges an updated upstream into a topic branch.\n"6096"\n"6097"Lines starting with '%c' will be ignored, and an empty message aborts\n"6098"the commit.\n"6099msgstr ""61006101#: builtin/merge.c:8276102msgid "Empty commit message."6103msgstr ""61046105#: builtin/merge.c:8396106#, c-format6107msgid "Wonderful.\n"6108msgstr ""61096110#: builtin/merge.c:9046111#, c-format6112msgid "Automatic merge failed; fix conflicts and then commit the result.\n"6113msgstr ""61146115#: builtin/merge.c:9206116#, c-format6117msgid "'%s' is not a commit"6118msgstr ""61196120#: builtin/merge.c:9616121msgid "No current branch."6122msgstr ""61236124#: builtin/merge.c:9636125msgid "No remote for the current branch."6126msgstr ""61276128#: builtin/merge.c:9656129msgid "No default upstream defined for the current branch."6130msgstr ""61316132#: builtin/merge.c:9706133#, c-format6134msgid "No remote tracking branch for %s from %s"6135msgstr ""61366137#: builtin/merge.c:1057 builtin/merge.c:12146138#, c-format6139msgid "%s - not something we can merge"6140msgstr ""61416142#: builtin/merge.c:11256143msgid "There is no merge to abort (MERGE_HEAD missing)."6144msgstr ""61456146#: builtin/merge.c:1141 git-pull.sh:316147msgid ""6148"You have not concluded your merge (MERGE_HEAD exists).\n"6149"Please, commit your changes before you can merge."6150msgstr ""61516152#: builtin/merge.c:1144 git-pull.sh:346153msgid "You have not concluded your merge (MERGE_HEAD exists)."6154msgstr ""61556156#: builtin/merge.c:11486157msgid ""6158"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"6159"Please, commit your changes before you can merge."6160msgstr ""61616162#: builtin/merge.c:11516163msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."6164msgstr ""61656166#: builtin/merge.c:11606167msgid "You cannot combine --squash with --no-ff."6168msgstr ""61696170#: builtin/merge.c:11656171msgid "You cannot combine --no-ff with --ff-only."6172msgstr ""61736174#: builtin/merge.c:11726175msgid "No commit specified and merge.defaultToUpstream not set."6176msgstr ""61776178#: builtin/merge.c:12046179msgid "Can merge only exactly one commit into empty head"6180msgstr ""61816182#: builtin/merge.c:12076183msgid "Squash commit into empty head not supported yet"6184msgstr ""61856186#: builtin/merge.c:12096187msgid "Non-fast-forward commit does not make sense into an empty head"6188msgstr ""61896190#: builtin/merge.c:12656191#, c-format6192msgid "Commit %s has an untrusted GPG signature, allegedly by %s."6193msgstr ""61946195#: builtin/merge.c:12686196#, c-format6197msgid "Commit %s has a bad GPG signature allegedly by %s."6198msgstr ""61996200#. 'N'6201#: builtin/merge.c:12716202#, c-format6203msgid "Commit %s does not have a GPG signature."6204msgstr ""62056206#: builtin/merge.c:12746207#, c-format6208msgid "Commit %s has a good GPG signature by %s\n"6209msgstr ""62106211#: builtin/merge.c:13586212#, c-format6213msgid "Updating %s..%s\n"6214msgstr ""62156216#: builtin/merge.c:13976217#, c-format6218msgid "Trying really trivial in-index merge...\n"6219msgstr ""62206221#: builtin/merge.c:14046222#, c-format6223msgid "Nope.\n"6224msgstr ""62256226#: builtin/merge.c:14366227msgid "Not possible to fast-forward, aborting."6228msgstr ""62296230#: builtin/merge.c:1459 builtin/merge.c:15386231#, c-format6232msgid "Rewinding the tree to pristine...\n"6233msgstr ""62346235#: builtin/merge.c:14636236#, c-format6237msgid "Trying merge strategy %s...\n"6238msgstr ""62396240#: builtin/merge.c:15296241#, c-format6242msgid "No merge strategy handled the merge.\n"6243msgstr ""62446245#: builtin/merge.c:15316246#, c-format6247msgid "Merge with strategy %s failed.\n"6248msgstr ""62496250#: builtin/merge.c:15406251#, c-format6252msgid "Using the %s to prepare resolving by hand.\n"6253msgstr ""62546255#: builtin/merge.c:15526256#, c-format6257msgid "Automatic merge went well; stopped before committing as requested\n"6258msgstr ""62596260#: builtin/merge-base.c:266261msgid "git merge-base [-a|--all] <commit> <commit>..."6262msgstr ""62636264#: builtin/merge-base.c:276265msgid "git merge-base [-a|--all] --octopus <commit>..."6266msgstr ""62676268#: builtin/merge-base.c:286269msgid "git merge-base --independent <commit>..."6270msgstr ""62716272#: builtin/merge-base.c:296273msgid "git merge-base --is-ancestor <commit> <commit>"6274msgstr ""62756276#: builtin/merge-base.c:986277msgid "output all common ancestors"6278msgstr ""62796280#: builtin/merge-base.c:996281msgid "find ancestors for a single n-way merge"6282msgstr ""62836284#: builtin/merge-base.c:1006285msgid "list revs not reachable from others"6286msgstr ""62876288#: builtin/merge-base.c:1026289msgid "is the first one ancestor of the other?"6290msgstr ""62916292#: builtin/merge-file.c:86293msgid ""6294"git merge-file [options] [-L name1 [-L orig [-L name2]]] file1 orig_file "6295"file2"6296msgstr ""62976298#: builtin/merge-file.c:336299msgid "send results to standard output"6300msgstr ""63016302#: builtin/merge-file.c:346303msgid "use a diff3 based merge"6304msgstr ""63056306#: builtin/merge-file.c:356307msgid "for conflicts, use our version"6308msgstr ""63096310#: builtin/merge-file.c:376311msgid "for conflicts, use their version"6312msgstr ""63136314#: builtin/merge-file.c:396315msgid "for conflicts, use a union version"6316msgstr ""63176318#: builtin/merge-file.c:426319msgid "for conflicts, use this marker size"6320msgstr ""63216322#: builtin/merge-file.c:436323msgid "do not warn about conflicts"6324msgstr ""63256326#: builtin/merge-file.c:456327msgid "set labels for file1/orig_file/file2"6328msgstr ""63296330#: builtin/mktree.c:676331msgid "git mktree [-z] [--missing] [--batch]"6332msgstr ""63336334#: builtin/mktree.c:1536335msgid "input is NUL terminated"6336msgstr ""63376338#: builtin/mktree.c:154 builtin/write-tree.c:246339msgid "allow missing objects"6340msgstr ""63416342#: builtin/mktree.c:1556343msgid "allow creation of more than one tree"6344msgstr ""63456346#: builtin/mv.c:146347msgid "git mv [options] <source>... <destination>"6348msgstr ""63496350#: builtin/mv.c:646351msgid "force move/rename even if target exists"6352msgstr ""63536354#: builtin/mv.c:656355msgid "skip move/rename errors"6356msgstr ""63576358#: builtin/mv.c:1086359#, c-format6360msgid "Checking rename of '%s' to '%s'\n"6361msgstr ""63626363#: builtin/mv.c:1126364msgid "bad source"6365msgstr ""63666367#: builtin/mv.c:1156368msgid "can not move directory into itself"6369msgstr ""63706371#: builtin/mv.c:1186372msgid "cannot move directory over file"6373msgstr ""63746375#: builtin/mv.c:1286376#, c-format6377msgid "Huh? %.*s is in index?"6378msgstr ""63796380#: builtin/mv.c:1406381msgid "source directory is empty"6382msgstr ""63836384#: builtin/mv.c:1716385msgid "not under version control"6386msgstr ""63876388#: builtin/mv.c:1736389msgid "destination exists"6390msgstr ""63916392#: builtin/mv.c:1816393#, c-format6394msgid "overwriting '%s'"6395msgstr ""63966397#: builtin/mv.c:1846398msgid "Cannot overwrite"6399msgstr ""64006401#: builtin/mv.c:1876402msgid "multiple sources for the same target"6403msgstr ""64046405#: builtin/mv.c:2026406#, c-format6407msgid "%s, source=%s, destination=%s"6408msgstr ""64096410#: builtin/mv.c:2126411#, c-format6412msgid "Renaming %s to %s\n"6413msgstr ""64146415#: builtin/mv.c:215 builtin/remote.c:7316416#, c-format6417msgid "renaming '%s' failed"6418msgstr ""64196420#: builtin/name-rev.c:1756421msgid "git name-rev [options] <commit>..."6422msgstr ""64236424#: builtin/name-rev.c:1766425msgid "git name-rev [options] --all"6426msgstr ""64276428#: builtin/name-rev.c:1776429msgid "git name-rev [options] --stdin"6430msgstr ""64316432#: builtin/name-rev.c:2296433msgid "print only names (no SHA-1)"6434msgstr ""64356436#: builtin/name-rev.c:2306437msgid "only use tags to name the commits"6438msgstr ""64396440#: builtin/name-rev.c:2326441msgid "only use refs matching <pattern>"6442msgstr ""64436444#: builtin/name-rev.c:2346445msgid "list all commits reachable from all refs"6446msgstr ""64476448#: builtin/name-rev.c:2356449msgid "read from stdin"6450msgstr ""64516452#: builtin/name-rev.c:2366453msgid "allow to print `undefined` names"6454msgstr ""64556456#: builtin/notes.c:266457msgid "git notes [--ref <notes_ref>] [list [<object>]]"6458msgstr ""64596460#: builtin/notes.c:276461msgid ""6462"git notes [--ref <notes_ref>] add [-f] [-m <msg> | -F <file> | (-c | -C) "6463"<object>] [<object>]"6464msgstr ""64656466#: builtin/notes.c:286467msgid "git notes [--ref <notes_ref>] copy [-f] <from-object> <to-object>"6468msgstr ""64696470#: builtin/notes.c:296471msgid ""6472"git notes [--ref <notes_ref>] append [-m <msg> | -F <file> | (-c | -C) "6473"<object>] [<object>]"6474msgstr ""64756476#: builtin/notes.c:306477msgid "git notes [--ref <notes_ref>] edit [<object>]"6478msgstr ""64796480#: builtin/notes.c:316481msgid "git notes [--ref <notes_ref>] show [<object>]"6482msgstr ""64836484#: builtin/notes.c:326485msgid ""6486"git notes [--ref <notes_ref>] merge [-v | -q] [-s <strategy> ] <notes_ref>"6487msgstr ""64886489#: builtin/notes.c:336490msgid "git notes merge --commit [-v | -q]"6491msgstr ""64926493#: builtin/notes.c:346494msgid "git notes merge --abort [-v | -q]"6495msgstr ""64966497#: builtin/notes.c:356498msgid "git notes [--ref <notes_ref>] remove [<object>...]"6499msgstr ""65006501#: builtin/notes.c:366502msgid "git notes [--ref <notes_ref>] prune [-n | -v]"6503msgstr ""65046505#: builtin/notes.c:376506msgid "git notes [--ref <notes_ref>] get-ref"6507msgstr ""65086509#: builtin/notes.c:426510msgid "git notes [list [<object>]]"6511msgstr ""65126513#: builtin/notes.c:476514msgid "git notes add [<options>] [<object>]"6515msgstr ""65166517#: builtin/notes.c:526518msgid "git notes copy [<options>] <from-object> <to-object>"6519msgstr ""65206521#: builtin/notes.c:536522msgid "git notes copy --stdin [<from-object> <to-object>]..."6523msgstr ""65246525#: builtin/notes.c:586526msgid "git notes append [<options>] [<object>]"6527msgstr ""65286529#: builtin/notes.c:636530msgid "git notes edit [<object>]"6531msgstr ""65326533#: builtin/notes.c:686534msgid "git notes show [<object>]"6535msgstr ""65366537#: builtin/notes.c:736538msgid "git notes merge [<options>] <notes_ref>"6539msgstr ""65406541#: builtin/notes.c:746542msgid "git notes merge --commit [<options>]"6543msgstr ""65446545#: builtin/notes.c:756546msgid "git notes merge --abort [<options>]"6547msgstr ""65486549#: builtin/notes.c:806550msgid "git notes remove [<object>]"6551msgstr ""65526553#: builtin/notes.c:856554msgid "git notes prune [<options>]"6555msgstr ""65566557#: builtin/notes.c:906558msgid "git notes get-ref"6559msgstr ""65606561#: builtin/notes.c:1396562#, c-format6563msgid "unable to start 'show' for object '%s'"6564msgstr ""65656566#: builtin/notes.c:1436567msgid "could not read 'show' output"6568msgstr ""65696570#: builtin/notes.c:1516571#, c-format6572msgid "failed to finish 'show' for object '%s'"6573msgstr ""65746575#: builtin/notes.c:169 builtin/tag.c:3416576#, c-format6577msgid "could not create file '%s'"6578msgstr ""65796580#: builtin/notes.c:1886581msgid "Please supply the note contents using either -m or -F option"6582msgstr ""65836584#: builtin/notes.c:209 builtin/notes.c:9726585#, c-format6586msgid "Removing note for object %s\n"6587msgstr ""65886589#: builtin/notes.c:2146590msgid "unable to write note object"6591msgstr ""65926593#: builtin/notes.c:2166594#, c-format6595msgid "The note contents has been left in %s"6596msgstr ""65976598#: builtin/notes.c:250 builtin/tag.c:5406599#, c-format6600msgid "cannot read '%s'"6601msgstr ""66026603#: builtin/notes.c:252 builtin/tag.c:5436604#, c-format6605msgid "could not open or read '%s'"6606msgstr ""66076608#: builtin/notes.c:271 builtin/notes.c:444 builtin/notes.c:4466609#: builtin/notes.c:506 builtin/notes.c:560 builtin/notes.c:6436610#: builtin/notes.c:648 builtin/notes.c:723 builtin/notes.c:7656611#: builtin/notes.c:967 builtin/tag.c:5566612#, c-format6613msgid "Failed to resolve '%s' as a valid ref."6614msgstr ""66156616#: builtin/notes.c:2746617#, c-format6618msgid "Failed to read object '%s'."6619msgstr ""66206621#: builtin/notes.c:2986622msgid "Cannot commit uninitialized/unreferenced notes tree"6623msgstr ""66246625#: builtin/notes.c:3396626#, c-format6627msgid "Bad notes.rewriteMode value: '%s'"6628msgstr ""66296630#: builtin/notes.c:3496631#, c-format6632msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"6633msgstr ""66346635#. TRANSLATORS: The first %s is the name of the6636#. environment variable, the second %s is its value6637#: builtin/notes.c:3766638#, c-format6639msgid "Bad %s value: '%s'"6640msgstr ""66416642#: builtin/notes.c:4406643#, c-format6644msgid "Malformed input line: '%s'."6645msgstr ""66466647#: builtin/notes.c:4556648#, c-format6649msgid "Failed to copy notes from '%s' to '%s'"6650msgstr ""66516652#: builtin/notes.c:499 builtin/notes.c:553 builtin/notes.c:6266653#: builtin/notes.c:638 builtin/notes.c:711 builtin/notes.c:7586654#: builtin/notes.c:10326655msgid "too many parameters"6656msgstr ""66576658#: builtin/notes.c:512 builtin/notes.c:7716659#, c-format6660msgid "No note found for object %s."6661msgstr ""66626663#: builtin/notes.c:534 builtin/notes.c:6916664msgid "note contents as a string"6665msgstr ""66666667#: builtin/notes.c:537 builtin/notes.c:6946668msgid "note contents in a file"6669msgstr ""66706671#: builtin/notes.c:539 builtin/notes.c:542 builtin/notes.c:6966672#: builtin/notes.c:699 builtin/tag.c:4746673msgid "object"6674msgstr ""66756676#: builtin/notes.c:540 builtin/notes.c:6976677msgid "reuse and edit specified note object"6678msgstr ""66796680#: builtin/notes.c:543 builtin/notes.c:7006681msgid "reuse specified note object"6682msgstr ""66836684#: builtin/notes.c:545 builtin/notes.c:6136685msgid "replace existing notes"6686msgstr ""66876688#: builtin/notes.c:5796689#, c-format6690msgid ""6691"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "6692"existing notes"6693msgstr ""66946695#: builtin/notes.c:584 builtin/notes.c:6616696#, c-format6697msgid "Overwriting existing notes for object %s\n"6698msgstr ""66996700#: builtin/notes.c:6146701msgid "read objects from stdin"6702msgstr ""67036704#: builtin/notes.c:6166705msgid "load rewriting config for <command> (implies --stdin)"6706msgstr ""67076708#: builtin/notes.c:6346709msgid "too few parameters"6710msgstr ""67116712#: builtin/notes.c:6556713#, c-format6714msgid ""6715"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "6716"existing notes"6717msgstr ""67186719#: builtin/notes.c:6676720#, c-format6721msgid "Missing notes on source object %s. Cannot copy."6722msgstr ""67236724#: builtin/notes.c:7166725#, c-format6726msgid ""6727"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"6728"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"6729msgstr ""67306731#: builtin/notes.c:8636732msgid "General options"6733msgstr ""67346735#: builtin/notes.c:8656736msgid "Merge options"6737msgstr ""67386739#: builtin/notes.c:8676740msgid ""6741"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"6742"cat_sort_uniq)"6743msgstr ""67446745#: builtin/notes.c:8696746msgid "Committing unmerged notes"6747msgstr ""67486749#: builtin/notes.c:8716750msgid "finalize notes merge by committing unmerged notes"6751msgstr ""67526753#: builtin/notes.c:8736754msgid "Aborting notes merge resolution"6755msgstr ""67566757#: builtin/notes.c:8756758msgid "abort notes merge"6759msgstr ""67606761#: builtin/notes.c:9706762#, c-format6763msgid "Object %s has no note\n"6764msgstr ""67656766#: builtin/notes.c:9826767msgid "attempt to remove non-existent note is not an error"6768msgstr ""67696770#: builtin/notes.c:9856771msgid "read object names from the standard input"6772msgstr ""67736774#: builtin/notes.c:10666775msgid "notes_ref"6776msgstr ""67776778#: builtin/notes.c:10676779msgid "use notes from <notes_ref>"6780msgstr ""67816782#: builtin/notes.c:1102 builtin/remote.c:15986783#, c-format6784msgid "Unknown subcommand: %s"6785msgstr ""67866787#: builtin/pack-objects.c:236788msgid "git pack-objects --stdout [options...] [< ref-list | < object-list]"6789msgstr ""67906791#: builtin/pack-objects.c:246792msgid "git pack-objects [options...] base-name [< ref-list | < object-list]"6793msgstr ""67946795#: builtin/pack-objects.c:183 builtin/pack-objects.c:1866796#, c-format6797msgid "deflate error (%d)"6798msgstr ""67996800#: builtin/pack-objects.c:23976801#, c-format6802msgid "unsupported index version %s"6803msgstr ""68046805#: builtin/pack-objects.c:24016806#, c-format6807msgid "bad index version '%s'"6808msgstr ""68096810#: builtin/pack-objects.c:24246811#, c-format6812msgid "option %s does not accept negative form"6813msgstr ""68146815#: builtin/pack-objects.c:24286816#, c-format6817msgid "unable to parse value '%s' for option %s"6818msgstr ""68196820#: builtin/pack-objects.c:24476821msgid "do not show progress meter"6822msgstr ""68236824#: builtin/pack-objects.c:24496825msgid "show progress meter"6826msgstr ""68276828#: builtin/pack-objects.c:24516829msgid "show progress meter during object writing phase"6830msgstr ""68316832#: builtin/pack-objects.c:24546833msgid "similar to --all-progress when progress meter is shown"6834msgstr ""68356836#: builtin/pack-objects.c:24556837msgid "version[,offset]"6838msgstr ""68396840#: builtin/pack-objects.c:24566841msgid "write the pack index file in the specified idx format version"6842msgstr ""68436844#: builtin/pack-objects.c:24596845msgid "maximum size of each output pack file"6846msgstr ""68476848#: builtin/pack-objects.c:24616849msgid "ignore borrowed objects from alternate object store"6850msgstr ""68516852#: builtin/pack-objects.c:24636853msgid "ignore packed objects"6854msgstr ""68556856#: builtin/pack-objects.c:24656857msgid "limit pack window by objects"6858msgstr ""68596860#: builtin/pack-objects.c:24676861msgid "limit pack window by memory in addition to object limit"6862msgstr ""68636864#: builtin/pack-objects.c:24696865msgid "maximum length of delta chain allowed in the resulting pack"6866msgstr ""68676868#: builtin/pack-objects.c:24716869msgid "reuse existing deltas"6870msgstr ""68716872#: builtin/pack-objects.c:24736873msgid "reuse existing objects"6874msgstr ""68756876#: builtin/pack-objects.c:24756877msgid "use OFS_DELTA objects"6878msgstr ""68796880#: builtin/pack-objects.c:24776881msgid "use threads when searching for best delta matches"6882msgstr ""68836884#: builtin/pack-objects.c:24796885msgid "do not create an empty pack output"6886msgstr ""68876888#: builtin/pack-objects.c:24816889msgid "read revision arguments from standard input"6890msgstr ""68916892#: builtin/pack-objects.c:24836893msgid "limit the objects to those that are not yet packed"6894msgstr ""68956896#: builtin/pack-objects.c:24866897msgid "include objects reachable from any reference"6898msgstr ""68996900#: builtin/pack-objects.c:24896901msgid "include objects referred by reflog entries"6902msgstr ""69036904#: builtin/pack-objects.c:24926905msgid "output pack to stdout"6906msgstr ""69076908#: builtin/pack-objects.c:24946909msgid "include tag objects that refer to objects to be packed"6910msgstr ""69116912#: builtin/pack-objects.c:24966913msgid "keep unreachable objects"6914msgstr ""69156916#: builtin/pack-objects.c:2497 parse-options.h:1416917msgid "time"6918msgstr ""69196920#: builtin/pack-objects.c:24986921msgid "unpack unreachable objects newer than <time>"6922msgstr ""69236924#: builtin/pack-objects.c:25016925msgid "create thin packs"6926msgstr ""69276928#: builtin/pack-objects.c:25036929msgid "ignore packs that have companion .keep file"6930msgstr ""69316932#: builtin/pack-objects.c:25056933msgid "pack compression level"6934msgstr ""69356936#: builtin/pack-objects.c:25076937msgid "do not hide commits by grafts"6938msgstr ""69396940#: builtin/pack-refs.c:66941msgid "git pack-refs [options]"6942msgstr ""69436944#: builtin/pack-refs.c:146945msgid "pack everything"6946msgstr ""69476948#: builtin/pack-refs.c:156949msgid "prune loose refs (default)"6950msgstr ""69516952#: builtin/prune-packed.c:76953msgid "git prune-packed [-n|--dry-run] [-q|--quiet]"6954msgstr ""69556956#: builtin/prune.c:126957msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"6958msgstr ""69596960#: builtin/prune.c:1326961msgid "do not remove, show only"6962msgstr ""69636964#: builtin/prune.c:1336965msgid "report pruned objects"6966msgstr ""69676968#: builtin/prune.c:1366969msgid "expire objects older than <time>"6970msgstr ""69716972#: builtin/push.c:146973msgid "git push [<options>] [<repository> [<refspec>...]]"6974msgstr ""69756976#: builtin/push.c:456977msgid "tag shorthand without <tag>"6978msgstr ""69796980#: builtin/push.c:646981msgid "--delete only accepts plain target ref names"6982msgstr ""69836984#: builtin/push.c:996985msgid ""6986"\n"6987"To choose either option permanently, see push.default in 'git help config'."6988msgstr ""69896990#: builtin/push.c:1026991#, c-format6992msgid ""6993"The upstream branch of your current branch does not match\n"6994"the name of your current branch. To push to the upstream branch\n"6995"on the remote, use\n"6996"\n"6997" git push %s HEAD:%s\n"6998"\n"6999"To push to the branch of the same name on the remote, use\n"7000"\n"7001" git push %s %s\n"7002"%s"7003msgstr ""70047005#: builtin/push.c:1217006#, c-format7007msgid ""7008"You are not currently on a branch.\n"7009"To push the history leading to the current (detached HEAD)\n"7010"state now, use\n"7011"\n"7012" git push %s HEAD:<name-of-remote-branch>\n"7013msgstr ""70147015#: builtin/push.c:1287016#, c-format7017msgid ""7018"The current branch %s has no upstream branch.\n"7019"To push the current branch and set the remote as upstream, use\n"7020"\n"7021" git push --set-upstream %s %s\n"7022msgstr ""70237024#: builtin/push.c:1367025#, c-format7026msgid "The current branch %s has multiple upstream branches, refusing to push."7027msgstr ""70287029#: builtin/push.c:1397030#, c-format7031msgid ""7032"You are pushing to remote '%s', which is not the upstream of\n"7033"your current branch '%s', without telling me what to push\n"7034"to update which remote branch."7035msgstr ""70367037#: builtin/push.c:1517038msgid ""7039"push.default is unset; its implicit value is changing in\n"7040"Git 2.0 from 'matching' to 'simple'. To squelch this message\n"7041"and maintain the current behavior after the default changes, use:\n"7042"\n"7043" git config --global push.default matching\n"7044"\n"7045"To squelch this message and adopt the new behavior now, use:\n"7046"\n"7047" git config --global push.default simple\n"7048"\n"7049"See 'git help config' and search for 'push.default' for further "7050"information.\n"7051"(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"7052"'current' instead of 'simple' if you sometimes use older versions of Git)"7053msgstr ""70547055#: builtin/push.c:1997056msgid ""7057"You didn't specify any refspecs to push, and push.default is \"nothing\"."7058msgstr ""70597060#: builtin/push.c:2067061msgid ""7062"Updates were rejected because the tip of your current branch is behind\n"7063"its remote counterpart. Merge the remote changes (e.g. 'git pull')\n"7064"before pushing again.\n"7065"See the 'Note about fast-forwards' in 'git push --help' for details."7066msgstr ""70677068#: builtin/push.c:2127069msgid ""7070"Updates were rejected because a pushed branch tip is behind its remote\n"7071"counterpart. If you did not intend to push that branch, you may want to\n"7072"specify branches to push or set the 'push.default' configuration variable\n"7073"to 'simple', 'current' or 'upstream' to push only the current branch."7074msgstr ""70757076#: builtin/push.c:2187077msgid ""7078"Updates were rejected because a pushed branch tip is behind its remote\n"7079"counterpart. Check out this branch and merge the remote changes\n"7080"(e.g. 'git pull') before pushing again.\n"7081"See the 'Note about fast-forwards' in 'git push --help' for details."7082msgstr ""70837084#: builtin/push.c:2247085msgid ""7086"Updates were rejected because the remote contains work that you do\n"7087"not have locally. This is usually caused by another repository pushing\n"7088"to the same ref. You may want to first merge the remote changes (e.g.,\n"7089"'git pull') before pushing again.\n"7090"See the 'Note about fast-forwards' in 'git push --help' for details."7091msgstr ""70927093#: builtin/push.c:2317094msgid "Updates were rejected because the tag already exists in the remote."7095msgstr ""70967097#: builtin/push.c:2347098msgid ""7099"You cannot update a remote ref that points at a non-commit object,\n"7100"or update a remote ref to make it point at a non-commit object,\n"7101"without using the '--force' option.\n"7102msgstr ""71037104#: builtin/push.c:2947105#, c-format7106msgid "Pushing to %s\n"7107msgstr ""71087109#: builtin/push.c:2987110#, c-format7111msgid "failed to push some refs to '%s'"7112msgstr ""71137114#: builtin/push.c:3317115#, c-format7116msgid "bad repository '%s'"7117msgstr ""71187119#: builtin/push.c:3327120msgid ""7121"No configured push destination.\n"7122"Either specify the URL from the command-line or configure a remote "7123"repository using\n"7124"\n"7125" git remote add <name> <url>\n"7126"\n"7127"and then push using the remote name\n"7128"\n"7129" git push <name>\n"7130msgstr ""71317132#: builtin/push.c:3477133msgid "--all and --tags are incompatible"7134msgstr ""71357136#: builtin/push.c:3487137msgid "--all can't be combined with refspecs"7138msgstr ""71397140#: builtin/push.c:3537141msgid "--mirror and --tags are incompatible"7142msgstr ""71437144#: builtin/push.c:3547145msgid "--mirror can't be combined with refspecs"7146msgstr ""71477148#: builtin/push.c:3597149msgid "--all and --mirror are incompatible"7150msgstr ""71517152#: builtin/push.c:4197153msgid "repository"7154msgstr ""71557156#: builtin/push.c:4207157msgid "push all refs"7158msgstr ""71597160#: builtin/push.c:4217161msgid "mirror all refs"7162msgstr ""71637164#: builtin/push.c:4237165msgid "delete refs"7166msgstr ""71677168#: builtin/push.c:4247169msgid "push tags (can't be used with --all or --mirror)"7170msgstr ""71717172#: builtin/push.c:4277173msgid "force updates"7174msgstr ""71757176#: builtin/push.c:4287177msgid "check"7178msgstr ""71797180#: builtin/push.c:4297181msgid "control recursive pushing of submodules"7182msgstr ""71837184#: builtin/push.c:4317185msgid "use thin pack"7186msgstr ""71877188#: builtin/push.c:432 builtin/push.c:4337189msgid "receive pack program"7190msgstr ""71917192#: builtin/push.c:4347193msgid "set upstream for git pull/status"7194msgstr ""71957196#: builtin/push.c:4377197msgid "prune locally removed refs"7198msgstr ""71997200#: builtin/push.c:4397201msgid "bypass pre-push hook"7202msgstr ""72037204#: builtin/push.c:4407205msgid "push missing but relevant tags"7206msgstr ""72077208#: builtin/push.c:4507209msgid "--delete is incompatible with --all, --mirror and --tags"7210msgstr ""72117212#: builtin/push.c:4527213msgid "--delete doesn't make sense without any refs"7214msgstr ""72157216#: builtin/read-tree.c:367217msgid ""7218"git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>] "7219"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"7220"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"7221msgstr ""72227223#: builtin/read-tree.c:1087224msgid "write resulting index to <file>"7225msgstr ""72267227#: builtin/read-tree.c:1117228msgid "only empty the index"7229msgstr ""72307231#: builtin/read-tree.c:1137232msgid "Merging"7233msgstr ""72347235#: builtin/read-tree.c:1157236msgid "perform a merge in addition to a read"7237msgstr ""72387239#: builtin/read-tree.c:1177240msgid "3-way merge if no file level merging required"7241msgstr ""72427243#: builtin/read-tree.c:1197244msgid "3-way merge in presence of adds and removes"7245msgstr ""72467247#: builtin/read-tree.c:1217248msgid "same as -m, but discard unmerged entries"7249msgstr ""72507251#: builtin/read-tree.c:1227252msgid "<subdirectory>/"7253msgstr ""72547255#: builtin/read-tree.c:1237256msgid "read the tree into the index under <subdirectory>/"7257msgstr ""72587259#: builtin/read-tree.c:1267260msgid "update working tree with merge result"7261msgstr ""72627263#: builtin/read-tree.c:1287264msgid "gitignore"7265msgstr ""72667267#: builtin/read-tree.c:1297268msgid "allow explicitly ignored files to be overwritten"7269msgstr ""72707271#: builtin/read-tree.c:1327272msgid "don't check the working tree after merging"7273msgstr ""72747275#: builtin/read-tree.c:1337276msgid "don't update the index or the work tree"7277msgstr ""72787279#: builtin/read-tree.c:1357280msgid "skip applying sparse checkout filter"7281msgstr ""72827283#: builtin/read-tree.c:1377284msgid "debug unpack-trees"7285msgstr ""72867287#: builtin/remote.c:117288msgid "git remote [-v | --verbose]"7289msgstr ""72907291#: builtin/remote.c:127292msgid ""7293"git remote add [-t <branch>] [-m <master>] [-f] [--tags|--no-tags] [--"7294"mirror=<fetch|push>] <name> <url>"7295msgstr ""72967297#: builtin/remote.c:13 builtin/remote.c:327298msgid "git remote rename <old> <new>"7299msgstr ""73007301#: builtin/remote.c:14 builtin/remote.c:377302msgid "git remote remove <name>"7303msgstr ""73047305#: builtin/remote.c:15 builtin/remote.c:427306msgid "git remote set-head <name> (-a | -d | <branch>)"7307msgstr ""73087309#: builtin/remote.c:167310msgid "git remote [-v | --verbose] show [-n] <name>"7311msgstr ""73127313#: builtin/remote.c:177314msgid "git remote prune [-n | --dry-run] <name>"7315msgstr ""73167317#: builtin/remote.c:187318msgid ""7319"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"7320msgstr ""73217322#: builtin/remote.c:197323msgid "git remote set-branches [--add] <name> <branch>..."7324msgstr ""73257326#: builtin/remote.c:20 builtin/remote.c:687327msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"7328msgstr ""73297330#: builtin/remote.c:21 builtin/remote.c:697331msgid "git remote set-url --add <name> <newurl>"7332msgstr ""73337334#: builtin/remote.c:22 builtin/remote.c:707335msgid "git remote set-url --delete <name> <url>"7336msgstr ""73377338#: builtin/remote.c:277339msgid "git remote add [<options>] <name> <url>"7340msgstr ""73417342#: builtin/remote.c:477343msgid "git remote set-branches <name> <branch>..."7344msgstr ""73457346#: builtin/remote.c:487347msgid "git remote set-branches --add <name> <branch>..."7348msgstr ""73497350#: builtin/remote.c:537351msgid "git remote show [<options>] <name>"7352msgstr ""73537354#: builtin/remote.c:587355msgid "git remote prune [<options>] <name>"7356msgstr ""73577358#: builtin/remote.c:637359msgid "git remote update [<options>] [<group> | <remote>]..."7360msgstr ""73617362#: builtin/remote.c:987363#, c-format7364msgid "Updating %s"7365msgstr ""73667367#: builtin/remote.c:1307368msgid ""7369"--mirror is dangerous and deprecated; please\n"7370"\t use --mirror=fetch or --mirror=push instead"7371msgstr ""73727373#: builtin/remote.c:1477374#, c-format7375msgid "unknown mirror argument: %s"7376msgstr ""73777378#: builtin/remote.c:1637379msgid "fetch the remote branches"7380msgstr ""73817382#: builtin/remote.c:1657383msgid "import all tags and associated objects when fetching"7384msgstr ""73857386#: builtin/remote.c:1687387msgid "or do not fetch any tag at all (--no-tags)"7388msgstr ""73897390#: builtin/remote.c:1707391msgid "branch(es) to track"7392msgstr ""73937394#: builtin/remote.c:1717395msgid "master branch"7396msgstr ""73977398#: builtin/remote.c:1727399msgid "push|fetch"7400msgstr ""74017402#: builtin/remote.c:1737403msgid "set up remote as a mirror to push to or fetch from"7404msgstr ""74057406#: builtin/remote.c:1857407msgid "specifying a master branch makes no sense with --mirror"7408msgstr ""74097410#: builtin/remote.c:1877411msgid "specifying branches to track makes sense only with fetch mirrors"7412msgstr ""74137414#: builtin/remote.c:195 builtin/remote.c:6467415#, c-format7416msgid "remote %s already exists."7417msgstr ""74187419#: builtin/remote.c:199 builtin/remote.c:6507420#, c-format7421msgid "'%s' is not a valid remote name"7422msgstr ""74237424#: builtin/remote.c:2437425#, c-format7426msgid "Could not setup master '%s'"7427msgstr ""74287429#: builtin/remote.c:2997430#, c-format7431msgid "more than one %s"7432msgstr ""74337434#: builtin/remote.c:3397435#, c-format7436msgid "Could not get fetch map for refspec %s"7437msgstr ""74387439#: builtin/remote.c:440 builtin/remote.c:4487440msgid "(matching)"7441msgstr ""74427443#: builtin/remote.c:4527444msgid "(delete)"7445msgstr ""74467447#: builtin/remote.c:595 builtin/remote.c:601 builtin/remote.c:6077448#, c-format7449msgid "Could not append '%s' to '%s'"7450msgstr ""74517452#: builtin/remote.c:639 builtin/remote.c:792 builtin/remote.c:8907453#, c-format7454msgid "No such remote: %s"7455msgstr ""74567457#: builtin/remote.c:6567458#, c-format7459msgid "Could not rename config section '%s' to '%s'"7460msgstr ""74617462#: builtin/remote.c:662 builtin/remote.c:7997463#, c-format7464msgid "Could not remove config section '%s'"7465msgstr ""74667467#: builtin/remote.c:6777468#, c-format7469msgid ""7470"Not updating non-default fetch refspec\n"7471"\t%s\n"7472"\tPlease update the configuration manually if necessary."7473msgstr ""74747475#: builtin/remote.c:6837476#, c-format7477msgid "Could not append '%s'"7478msgstr ""74797480#: builtin/remote.c:6947481#, c-format7482msgid "Could not set '%s'"7483msgstr ""74847485#: builtin/remote.c:7167486#, c-format7487msgid "deleting '%s' failed"7488msgstr ""74897490#: builtin/remote.c:7507491#, c-format7492msgid "creating '%s' failed"7493msgstr ""74947495#: builtin/remote.c:7647496#, c-format7497msgid "Could not remove branch %s"7498msgstr ""74997500#: builtin/remote.c:8347501msgid ""7502"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"7503"to delete it, use:"7504msgid_plural ""7505"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"7506"to delete them, use:"7507msgstr[0] ""7508msgstr[1] ""75097510#: builtin/remote.c:9437511#, c-format7512msgid " new (next fetch will store in remotes/%s)"7513msgstr ""75147515#: builtin/remote.c:9467516msgid " tracked"7517msgstr ""75187519#: builtin/remote.c:9487520msgid " stale (use 'git remote prune' to remove)"7521msgstr ""75227523#: builtin/remote.c:9507524msgid " ???"7525msgstr ""75267527#: builtin/remote.c:9917528#, c-format7529msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"7530msgstr ""75317532#: builtin/remote.c:9987533#, c-format7534msgid "rebases onto remote %s"7535msgstr ""75367537#: builtin/remote.c:10017538#, c-format7539msgid " merges with remote %s"7540msgstr ""75417542#: builtin/remote.c:10027543msgid " and with remote"7544msgstr ""75457546#: builtin/remote.c:10047547#, c-format7548msgid "merges with remote %s"7549msgstr ""75507551#: builtin/remote.c:10057552msgid " and with remote"7553msgstr ""75547555#: builtin/remote.c:10517556msgid "create"7557msgstr ""75587559#: builtin/remote.c:10547560msgid "delete"7561msgstr ""75627563#: builtin/remote.c:10587564msgid "up to date"7565msgstr ""75667567#: builtin/remote.c:10617568msgid "fast-forwardable"7569msgstr ""75707571#: builtin/remote.c:10647572msgid "local out of date"7573msgstr ""75747575#: builtin/remote.c:10717576#, c-format7577msgid " %-*s forces to %-*s (%s)"7578msgstr ""75797580#: builtin/remote.c:10747581#, c-format7582msgid " %-*s pushes to %-*s (%s)"7583msgstr ""75847585#: builtin/remote.c:10787586#, c-format7587msgid " %-*s forces to %s"7588msgstr ""75897590#: builtin/remote.c:10817591#, c-format7592msgid " %-*s pushes to %s"7593msgstr ""75947595#: builtin/remote.c:10917596msgid "do not query remotes"7597msgstr ""75987599#: builtin/remote.c:11187600#, c-format7601msgid "* remote %s"7602msgstr ""76037604#: builtin/remote.c:11197605#, c-format7606msgid " Fetch URL: %s"7607msgstr ""76087609#: builtin/remote.c:1120 builtin/remote.c:12857610msgid "(no URL)"7611msgstr ""76127613#: builtin/remote.c:1129 builtin/remote.c:11317614#, c-format7615msgid " Push URL: %s"7616msgstr ""76177618#: builtin/remote.c:1133 builtin/remote.c:1135 builtin/remote.c:11377619#, c-format7620msgid " HEAD branch: %s"7621msgstr ""76227623#: builtin/remote.c:11397624#, c-format7625msgid ""7626" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"7627msgstr ""76287629#: builtin/remote.c:11517630#, c-format7631msgid " Remote branch:%s"7632msgid_plural " Remote branches:%s"7633msgstr[0] ""7634msgstr[1] ""76357636#: builtin/remote.c:1154 builtin/remote.c:11817637msgid " (status not queried)"7638msgstr ""76397640#: builtin/remote.c:11637641msgid " Local branch configured for 'git pull':"7642msgid_plural " Local branches configured for 'git pull':"7643msgstr[0] ""7644msgstr[1] ""76457646#: builtin/remote.c:11717647msgid " Local refs will be mirrored by 'git push'"7648msgstr ""76497650#: builtin/remote.c:11787651#, c-format7652msgid " Local ref configured for 'git push'%s:"7653msgid_plural " Local refs configured for 'git push'%s:"7654msgstr[0] ""7655msgstr[1] ""76567657#: builtin/remote.c:11997658msgid "set refs/remotes/<name>/HEAD according to remote"7659msgstr ""76607661#: builtin/remote.c:12017662msgid "delete refs/remotes/<name>/HEAD"7663msgstr ""76647665#: builtin/remote.c:12167666msgid "Cannot determine remote HEAD"7667msgstr ""76687669#: builtin/remote.c:12187670msgid "Multiple remote HEAD branches. Please choose one explicitly with:"7671msgstr ""76727673#: builtin/remote.c:12287674#, c-format7675msgid "Could not delete %s"7676msgstr ""76777678#: builtin/remote.c:12367679#, c-format7680msgid "Not a valid ref: %s"7681msgstr ""76827683#: builtin/remote.c:12387684#, c-format7685msgid "Could not setup %s"7686msgstr ""76877688#: builtin/remote.c:12747689#, c-format7690msgid " %s will become dangling!"7691msgstr ""76927693#: builtin/remote.c:12757694#, c-format7695msgid " %s has become dangling!"7696msgstr ""76977698#: builtin/remote.c:12817699#, c-format7700msgid "Pruning %s"7701msgstr ""77027703#: builtin/remote.c:12827704#, c-format7705msgid "URL: %s"7706msgstr ""77077708#: builtin/remote.c:12957709#, c-format7710msgid " * [would prune] %s"7711msgstr ""77127713#: builtin/remote.c:12987714#, c-format7715msgid " * [pruned] %s"7716msgstr ""77177718#: builtin/remote.c:13217719msgid "prune remotes after fetching"7720msgstr ""77217722#: builtin/remote.c:1387 builtin/remote.c:14617723#, c-format7724msgid "No such remote '%s'"7725msgstr ""77267727#: builtin/remote.c:14077728msgid "add branch"7729msgstr ""77307731#: builtin/remote.c:14147732msgid "no remote specified"7733msgstr ""77347735#: builtin/remote.c:14367736msgid "manipulate push URLs"7737msgstr ""77387739#: builtin/remote.c:14387740msgid "add URL"7741msgstr ""77427743#: builtin/remote.c:14407744msgid "delete URLs"7745msgstr ""77467747#: builtin/remote.c:14477748msgid "--add --delete doesn't make sense"7749msgstr ""77507751#: builtin/remote.c:14877752#, c-format7753msgid "Invalid old URL pattern: %s"7754msgstr ""77557756#: builtin/remote.c:14957757#, c-format7758msgid "No such URL found: %s"7759msgstr ""77607761#: builtin/remote.c:14977762msgid "Will not delete all non-push URLs"7763msgstr ""77647765#: builtin/remote.c:15697766msgid "be verbose; must be placed before a subcommand"7767msgstr ""77687769#: builtin/replace.c:177770msgid "git replace [-f] <object> <replacement>"7771msgstr ""77727773#: builtin/replace.c:187774msgid "git replace -d <object>..."7775msgstr ""77767777#: builtin/replace.c:197778msgid "git replace -l [<pattern>]"7779msgstr ""77807781#: builtin/replace.c:1217782msgid "list replace refs"7783msgstr ""77847785#: builtin/replace.c:1227786msgid "delete replace refs"7787msgstr ""77887789#: builtin/replace.c:1237790msgid "replace the ref if it exists"7791msgstr ""77927793#: builtin/rerere.c:117794msgid "git rerere [clear | forget path... | status | remaining | diff | gc]"7795msgstr ""77967797#: builtin/rerere.c:567798msgid "register clean resolutions in index"7799msgstr ""78007801#: builtin/reset.c:257802msgid ""7803"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"7804msgstr ""78057806#: builtin/reset.c:267807msgid "git reset [-q] <tree-ish> [--] <paths>..."7808msgstr ""78097810#: builtin/reset.c:277811msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"7812msgstr ""78137814#: builtin/reset.c:337815msgid "mixed"7816msgstr ""78177818#: builtin/reset.c:337819msgid "soft"7820msgstr ""78217822#: builtin/reset.c:337823msgid "hard"7824msgstr ""78257826#: builtin/reset.c:337827msgid "merge"7828msgstr ""78297830#: builtin/reset.c:337831msgid "keep"7832msgstr ""78337834#: builtin/reset.c:737835msgid "You do not have a valid HEAD."7836msgstr ""78377838#: builtin/reset.c:757839msgid "Failed to find tree of HEAD."7840msgstr ""78417842#: builtin/reset.c:817843#, c-format7844msgid "Failed to find tree of %s."7845msgstr ""78467847#: builtin/reset.c:987848#, c-format7849msgid "HEAD is now at %s"7850msgstr ""78517852#: builtin/reset.c:1697853#, c-format7854msgid "Cannot do a %s reset in the middle of a merge."7855msgstr ""78567857#: builtin/reset.c:2487858msgid "be quiet, only report errors"7859msgstr ""78607861#: builtin/reset.c:2507862msgid "reset HEAD and index"7863msgstr ""78647865#: builtin/reset.c:2517866msgid "reset only HEAD"7867msgstr ""78687869#: builtin/reset.c:253 builtin/reset.c:2557870msgid "reset HEAD, index and working tree"7871msgstr ""78727873#: builtin/reset.c:2577874msgid "reset HEAD but keep local changes"7875msgstr ""78767877#: builtin/reset.c:2757878#, c-format7879msgid "Failed to resolve '%s' as a valid revision."7880msgstr ""78817882#: builtin/reset.c:278 builtin/reset.c:2867883#, c-format7884msgid "Could not parse object '%s'."7885msgstr ""78867887#: builtin/reset.c:2837888#, c-format7889msgid "Failed to resolve '%s' as a valid tree."7890msgstr ""78917892#: builtin/reset.c:2927893msgid "--patch is incompatible with --{hard,mixed,soft}"7894msgstr ""78957896#: builtin/reset.c:3017897msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."7898msgstr ""78997900#: builtin/reset.c:3037901#, c-format7902msgid "Cannot do %s reset with paths."7903msgstr ""79047905#: builtin/reset.c:3137906#, c-format7907msgid "%s reset is not allowed in a bare repository"7908msgstr ""79097910#: builtin/reset.c:3337911#, c-format7912msgid "Could not reset index file to revision '%s'."7913msgstr ""79147915#: builtin/reset.c:3397916msgid "Unstaged changes after reset:"7917msgstr ""79187919#: builtin/reset.c:3447920msgid "Could not write new index file."7921msgstr ""79227923#: builtin/rev-parse.c:3397924msgid "git rev-parse --parseopt [options] -- [<args>...]"7925msgstr ""79267927#: builtin/rev-parse.c:3447928msgid "keep the `--` passed as an arg"7929msgstr ""79307931#: builtin/rev-parse.c:3467932msgid "stop parsing after the first non-option argument"7933msgstr ""79347935#: builtin/rev-parse.c:4647936msgid ""7937"git rev-parse --parseopt [options] -- [<args>...]\n"7938" or: git rev-parse --sq-quote [<arg>...]\n"7939" or: git rev-parse [options] [<arg>...]\n"7940"\n"7941"Run \"git rev-parse --parseopt -h\" for more information on the first usage."7942msgstr ""79437944#: builtin/revert.c:227945msgid "git revert [options] <commit-ish>..."7946msgstr ""79477948#: builtin/revert.c:237949msgid "git revert <subcommand>"7950msgstr ""79517952#: builtin/revert.c:287953msgid "git cherry-pick [options] <commit-ish>..."7954msgstr ""79557956#: builtin/revert.c:297957msgid "git cherry-pick <subcommand>"7958msgstr ""79597960#: builtin/revert.c:70 builtin/revert.c:927961#, c-format7962msgid "%s: %s cannot be used with %s"7963msgstr ""79647965#: builtin/revert.c:1037966msgid "end revert or cherry-pick sequence"7967msgstr ""79687969#: builtin/revert.c:1047970msgid "resume revert or cherry-pick sequence"7971msgstr ""79727973#: builtin/revert.c:1057974msgid "cancel revert or cherry-pick sequence"7975msgstr ""79767977#: builtin/revert.c:1067978msgid "don't automatically commit"7979msgstr ""79807981#: builtin/revert.c:1077982msgid "edit the commit message"7983msgstr ""79847985#: builtin/revert.c:1107986msgid "parent number"7987msgstr ""79887989#: builtin/revert.c:1127990msgid "merge strategy"7991msgstr ""79927993#: builtin/revert.c:1137994msgid "option"7995msgstr ""79967997#: builtin/revert.c:1147998msgid "option for merge strategy"7999msgstr ""80008001#: builtin/revert.c:1258002msgid "append commit name"8003msgstr ""80048005#: builtin/revert.c:1268006msgid "allow fast-forward"8007msgstr ""80088009#: builtin/revert.c:1278010msgid "preserve initially empty commits"8011msgstr ""80128013#: builtin/revert.c:1288014msgid "allow commits with empty messages"8015msgstr ""80168017#: builtin/revert.c:1298018msgid "keep redundant, empty commits"8019msgstr ""80208021#: builtin/revert.c:1338022msgid "program error"8023msgstr ""80248025#: builtin/revert.c:2238026msgid "revert failed"8027msgstr ""80288029#: builtin/revert.c:2388030msgid "cherry-pick failed"8031msgstr ""80328033#: builtin/rm.c:158034msgid "git rm [options] [--] <file>..."8035msgstr ""80368037#: builtin/rm.c:64 builtin/rm.c:1868038#, c-format8039msgid ""8040"submodule '%s' (or one of its nested submodules) uses a .git directory\n"8041"(use 'rm -rf' if you really want to remove it including all of its history)"8042msgstr ""80438044#: builtin/rm.c:1748045#, c-format8046msgid ""8047"'%s' has staged content different from both the file and the HEAD\n"8048"(use -f to force removal)"8049msgstr ""80508051#: builtin/rm.c:1808052#, c-format8053msgid ""8054"'%s' has changes staged in the index\n"8055"(use --cached to keep the file, or -f to force removal)"8056msgstr ""80578058#: builtin/rm.c:1918059#, c-format8060msgid ""8061"'%s' has local modifications\n"8062"(use --cached to keep the file, or -f to force removal)"8063msgstr ""80648065#: builtin/rm.c:2078066msgid "do not list removed files"8067msgstr ""80688069#: builtin/rm.c:2088070msgid "only remove from the index"8071msgstr ""80728073#: builtin/rm.c:2098074msgid "override the up-to-date check"8075msgstr ""80768077#: builtin/rm.c:2108078msgid "allow recursive removal"8079msgstr ""80808081#: builtin/rm.c:2128082msgid "exit with a zero status even if nothing matched"8083msgstr ""80848085#: builtin/rm.c:2838086#, c-format8087msgid "not removing '%s' recursively without -r"8088msgstr ""80898090#: builtin/rm.c:3228091#, c-format8092msgid "git rm: unable to remove %s"8093msgstr ""80948095#: builtin/shortlog.c:138096msgid "git shortlog [<options>] [<revision range>] [[--] [<path>...]]"8097msgstr ""80988099#: builtin/shortlog.c:1318100#, c-format8101msgid "Missing author: %s"8102msgstr ""81038104#: builtin/shortlog.c:2278105msgid "sort output according to the number of commits per author"8106msgstr ""81078108#: builtin/shortlog.c:2298109msgid "Suppress commit descriptions, only provides commit count"8110msgstr ""81118112#: builtin/shortlog.c:2318113msgid "Show the email address of each author"8114msgstr ""81158116#: builtin/shortlog.c:2328117msgid "w[,i1[,i2]]"8118msgstr ""81198120#: builtin/shortlog.c:2338121msgid "Linewrap output"8122msgstr ""81238124#: builtin/show-branch.c:98125msgid ""8126"git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order] [--"8127"current] [--color[=<when>] | --no-color] [--sparse] [--more=<n> | --list | --"8128"independent | --merge-base] [--no-name | --sha1-name] [--topics] [(<rev> | "8129"<glob>)...]"8130msgstr ""81318132#: builtin/show-branch.c:108133msgid "git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"8134msgstr ""81358136#: builtin/show-branch.c:6508137msgid "show remote-tracking and local branches"8138msgstr ""81398140#: builtin/show-branch.c:6528141msgid "show remote-tracking branches"8142msgstr ""81438144#: builtin/show-branch.c:6548145msgid "color '*!+-' corresponding to the branch"8146msgstr ""81478148#: builtin/show-branch.c:6568149msgid "show <n> more commits after the common ancestor"8150msgstr ""81518152#: builtin/show-branch.c:6588153msgid "synonym to more=-1"8154msgstr ""81558156#: builtin/show-branch.c:6598157msgid "suppress naming strings"8158msgstr ""81598160#: builtin/show-branch.c:6618161msgid "include the current branch"8162msgstr ""81638164#: builtin/show-branch.c:6638165msgid "name commits with their object names"8166msgstr ""81678168#: builtin/show-branch.c:6658169msgid "show possible merge bases"8170msgstr ""81718172#: builtin/show-branch.c:6678173msgid "show refs unreachable from any other ref"8174msgstr ""81758176#: builtin/show-branch.c:6698177msgid "show commits in topological order"8178msgstr ""81798180#: builtin/show-branch.c:6718181msgid "show only commits not on the first branch"8182msgstr ""81838184#: builtin/show-branch.c:6738185msgid "show merges reachable from only one tip"8186msgstr ""81878188#: builtin/show-branch.c:6758189msgid "show commits where no parent comes before its children"8190msgstr ""81918192#: builtin/show-branch.c:6778193msgid "<n>[,<base>]"8194msgstr ""81958196#: builtin/show-branch.c:6788197msgid "show <n> most recent ref-log entries starting at base"8198msgstr ""81998200#: builtin/show-ref.c:108201msgid ""8202"git show-ref [-q|--quiet] [--verify] [--head] [-d|--dereference] [-s|--"8203"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [pattern*] "8204msgstr ""82058206#: builtin/show-ref.c:118207msgid "git show-ref --exclude-existing[=pattern] < ref-list"8208msgstr ""82098210#: builtin/show-ref.c:1658211msgid "only show tags (can be combined with heads)"8212msgstr ""82138214#: builtin/show-ref.c:1668215msgid "only show heads (can be combined with tags)"8216msgstr ""82178218#: builtin/show-ref.c:1678219msgid "stricter reference checking, requires exact ref path"8220msgstr ""82218222#: builtin/show-ref.c:170 builtin/show-ref.c:1728223msgid "show the HEAD reference"8224msgstr ""82258226#: builtin/show-ref.c:1748227msgid "dereference tags into object IDs"8228msgstr ""82298230#: builtin/show-ref.c:1768231msgid "only show SHA1 hash using <n> digits"8232msgstr ""82338234#: builtin/show-ref.c:1808235msgid "do not print results to stdout (useful with --verify)"8236msgstr ""82378238#: builtin/show-ref.c:1828239msgid "show refs from stdin that aren't in local repository"8240msgstr ""82418242#: builtin/symbolic-ref.c:78243msgid "git symbolic-ref [options] name [ref]"8244msgstr ""82458246#: builtin/symbolic-ref.c:88247msgid "git symbolic-ref -d [-q] name"8248msgstr ""82498250#: builtin/symbolic-ref.c:408251msgid "suppress error message for non-symbolic (detached) refs"8252msgstr ""82538254#: builtin/symbolic-ref.c:418255msgid "delete symbolic ref"8256msgstr ""82578258#: builtin/symbolic-ref.c:428259msgid "shorten ref output"8260msgstr ""82618262#: builtin/symbolic-ref.c:43 builtin/update-ref.c:188263msgid "reason"8264msgstr ""82658266#: builtin/symbolic-ref.c:43 builtin/update-ref.c:188267msgid "reason of the update"8268msgstr ""82698270#: builtin/tag.c:228271msgid ""8272"git tag [-a|-s|-u <key-id>] [-f] [-m <msg>|-F <file>] <tagname> [<head>]"8273msgstr ""82748275#: builtin/tag.c:238276msgid "git tag -d <tagname>..."8277msgstr ""82788279#: builtin/tag.c:248280msgid ""8281"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>] \n"8282"\t\t[<pattern>...]"8283msgstr ""82848285#: builtin/tag.c:268286msgid "git tag -v <tagname>..."8287msgstr ""82888289#: builtin/tag.c:608290#, c-format8291msgid "malformed object at '%s'"8292msgstr ""82938294#: builtin/tag.c:2078295#, c-format8296msgid "tag name too long: %.*s..."8297msgstr ""82988299#: builtin/tag.c:2128300#, c-format8301msgid "tag '%s' not found."8302msgstr ""83038304#: builtin/tag.c:2278305#, c-format8306msgid "Deleted tag '%s' (was %s)\n"8307msgstr ""83088309#: builtin/tag.c:2398310#, c-format8311msgid "could not verify the tag '%s'"8312msgstr ""83138314#: builtin/tag.c:2498315#, c-format8316msgid ""8317"\n"8318"Write a tag message\n"8319"Lines starting with '%c' will be ignored.\n"8320msgstr ""83218322#: builtin/tag.c:2538323#, c-format8324msgid ""8325"\n"8326"Write a tag message\n"8327"Lines starting with '%c' will be kept; you may remove them yourself if you "8328"want to.\n"8329msgstr ""83308331#: builtin/tag.c:2928332msgid "unable to sign the tag"8333msgstr ""83348335#: builtin/tag.c:2948336msgid "unable to write tag file"8337msgstr ""83388339#: builtin/tag.c:3198340msgid "bad object type."8341msgstr ""83428343#: builtin/tag.c:3328344msgid "tag header too big."8345msgstr ""83468347#: builtin/tag.c:3688348msgid "no tag message?"8349msgstr ""83508351#: builtin/tag.c:3748352#, c-format8353msgid "The tag message has been left in %s\n"8354msgstr ""83558356#: builtin/tag.c:4238357msgid "switch 'points-at' requires an object"8358msgstr ""83598360#: builtin/tag.c:4258361#, c-format8362msgid "malformed object name '%s'"8363msgstr ""83648365#: builtin/tag.c:4458366msgid "list tag names"8367msgstr ""83688369#: builtin/tag.c:4478370msgid "print <n> lines of each tag message"8371msgstr ""83728373#: builtin/tag.c:4498374msgid "delete tags"8375msgstr ""83768377#: builtin/tag.c:4508378msgid "verify tags"8379msgstr ""83808381#: builtin/tag.c:4528382msgid "Tag creation options"8383msgstr ""83848385#: builtin/tag.c:4548386msgid "annotated tag, needs a message"8387msgstr ""83888389#: builtin/tag.c:4568390msgid "tag message"8391msgstr ""83928393#: builtin/tag.c:4588394msgid "annotated and GPG-signed tag"8395msgstr ""83968397#: builtin/tag.c:4628398msgid "use another key to sign the tag"8399msgstr ""84008401#: builtin/tag.c:4638402msgid "replace the tag if exists"8403msgstr ""84048405#: builtin/tag.c:4648406msgid "show tag list in columns"8407msgstr ""84088409#: builtin/tag.c:4668410msgid "Tag listing options"8411msgstr ""84128413#: builtin/tag.c:4698414msgid "print only tags that contain the commit"8415msgstr ""84168417#: builtin/tag.c:4758418msgid "print only tags of the object"8419msgstr ""84208421#: builtin/tag.c:5048422msgid "--column and -n are incompatible"8423msgstr ""84248425#: builtin/tag.c:5218426msgid "-n option is only allowed with -l."8427msgstr ""84288429#: builtin/tag.c:5238430msgid "--contains option is only allowed with -l."8431msgstr ""84328433#: builtin/tag.c:5258434msgid "--points-at option is only allowed with -l."8435msgstr ""84368437#: builtin/tag.c:5338438msgid "only one -F or -m option is allowed."8439msgstr ""84408441#: builtin/tag.c:5538442msgid "too many params"8443msgstr ""84448445#: builtin/tag.c:5598446#, c-format8447msgid "'%s' is not a valid tag name."8448msgstr ""84498450#: builtin/tag.c:5648451#, c-format8452msgid "tag '%s' already exists"8453msgstr ""84548455#: builtin/tag.c:5828456#, c-format8457msgid "%s: cannot lock the ref"8458msgstr ""84598460#: builtin/tag.c:5848461#, c-format8462msgid "%s: cannot update the ref"8463msgstr ""84648465#: builtin/tag.c:5868466#, c-format8467msgid "Updated tag '%s' (was %s)\n"8468msgstr ""84698470#: builtin/update-index.c:4018471msgid "git update-index [options] [--] [<file>...]"8472msgstr ""84738474#: builtin/update-index.c:7188475msgid "continue refresh even when index needs update"8476msgstr ""84778478#: builtin/update-index.c:7218479msgid "refresh: ignore submodules"8480msgstr ""84818482#: builtin/update-index.c:7248483msgid "do not ignore new files"8484msgstr ""84858486#: builtin/update-index.c:7268487msgid "let files replace directories and vice-versa"8488msgstr ""84898490#: builtin/update-index.c:7288491msgid "notice files missing from worktree"8492msgstr ""84938494#: builtin/update-index.c:7308495msgid "refresh even if index contains unmerged entries"8496msgstr ""84978498#: builtin/update-index.c:7338499msgid "refresh stat information"8500msgstr ""85018502#: builtin/update-index.c:7378503msgid "like --refresh, but ignore assume-unchanged setting"8504msgstr ""85058506#: builtin/update-index.c:7418507msgid "<mode> <object> <path>"8508msgstr ""85098510#: builtin/update-index.c:7428511msgid "add the specified entry to the index"8512msgstr ""85138514#: builtin/update-index.c:7468515msgid "(+/-)x"8516msgstr ""85178518#: builtin/update-index.c:7478519msgid "override the executable bit of the listed files"8520msgstr ""85218522#: builtin/update-index.c:7518523msgid "mark files as \"not changing\""8524msgstr ""85258526#: builtin/update-index.c:7548527msgid "clear assumed-unchanged bit"8528msgstr ""85298530#: builtin/update-index.c:7578531msgid "mark files as \"index-only\""8532msgstr ""85338534#: builtin/update-index.c:7608535msgid "clear skip-worktree bit"8536msgstr ""85378538#: builtin/update-index.c:7638539msgid "add to index only; do not add content to object database"8540msgstr ""85418542#: builtin/update-index.c:7658543msgid "remove named paths even if present in worktree"8544msgstr ""85458546#: builtin/update-index.c:7678547msgid "with --stdin: input lines are terminated by null bytes"8548msgstr ""85498550#: builtin/update-index.c:7698551msgid "read list of paths to be updated from standard input"8552msgstr ""85538554#: builtin/update-index.c:7738555msgid "add entries from standard input to the index"8556msgstr ""85578558#: builtin/update-index.c:7778559msgid "repopulate stages #2 and #3 for the listed paths"8560msgstr ""85618562#: builtin/update-index.c:7818563msgid "only update entries that differ from HEAD"8564msgstr ""85658566#: builtin/update-index.c:7858567msgid "ignore files missing from worktree"8568msgstr ""85698570#: builtin/update-index.c:7888571msgid "report actions to standard output"8572msgstr ""85738574#: builtin/update-index.c:7908575msgid "(for porcelains) forget saved unresolved conflicts"8576msgstr ""85778578#: builtin/update-index.c:7948579msgid "write index in this format"8580msgstr ""85818582#: builtin/update-ref.c:78583msgid "git update-ref [options] -d <refname> [<oldval>]"8584msgstr ""85858586#: builtin/update-ref.c:88587msgid "git update-ref [options] <refname> <newval> [<oldval>]"8588msgstr ""85898590#: builtin/update-ref.c:198591msgid "delete the reference"8592msgstr ""85938594#: builtin/update-ref.c:218595msgid "update <refname> not the one it points to"8596msgstr ""85978598#: builtin/update-server-info.c:68599msgid "git update-server-info [--force]"8600msgstr ""86018602#: builtin/update-server-info.c:148603msgid "update the info files from scratch"8604msgstr ""86058606#: builtin/verify-pack.c:568607msgid "git verify-pack [-v|--verbose] [-s|--stat-only] <pack>..."8608msgstr ""86098610#: builtin/verify-pack.c:668611msgid "verbose"8612msgstr ""86138614#: builtin/verify-pack.c:688615msgid "show statistics only"8616msgstr ""86178618#: builtin/verify-tag.c:178619msgid "git verify-tag [-v|--verbose] <tag>..."8620msgstr ""86218622#: builtin/verify-tag.c:738623msgid "print tag contents"8624msgstr ""86258626#: builtin/write-tree.c:138627msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"8628msgstr ""86298630#: builtin/write-tree.c:268631msgid "<prefix>/"8632msgstr ""86338634#: builtin/write-tree.c:278635msgid "write tree object for a subdirectory <prefix>"8636msgstr ""86378638#: builtin/write-tree.c:308639msgid "only useful for debugging"8640msgstr ""86418642#: git.c:168643msgid ""8644"'git help -a' and 'git help -g' lists available subcommands and some\n"8645"concept guides. See 'git help <command>' or 'git help <concept>'\n"8646"to read about a specific subcommand or concept."8647msgstr ""86488649#: parse-options.h:1568650msgid "no-op (backward compatibility)"8651msgstr ""86528653#: parse-options.h:2328654msgid "be more verbose"8655msgstr ""86568657#: parse-options.h:2348658msgid "be more quiet"8659msgstr ""86608661#: parse-options.h:2408662msgid "use <n> digits to display SHA-1s"8663msgstr ""86648665#: common-cmds.h:88666msgid "Add file contents to the index"8667msgstr ""86688669#: common-cmds.h:98670msgid "Find by binary search the change that introduced a bug"8671msgstr ""86728673#: common-cmds.h:108674msgid "List, create, or delete branches"8675msgstr ""86768677#: common-cmds.h:118678msgid "Checkout a branch or paths to the working tree"8679msgstr ""86808681#: common-cmds.h:128682msgid "Clone a repository into a new directory"8683msgstr ""86848685#: common-cmds.h:138686msgid "Record changes to the repository"8687msgstr ""86888689#: common-cmds.h:148690msgid "Show changes between commits, commit and working tree, etc"8691msgstr ""86928693#: common-cmds.h:158694msgid "Download objects and refs from another repository"8695msgstr ""86968697#: common-cmds.h:168698msgid "Print lines matching a pattern"8699msgstr ""87008701#: common-cmds.h:178702msgid "Create an empty Git repository or reinitialize an existing one"8703msgstr ""87048705#: common-cmds.h:188706msgid "Show commit logs"8707msgstr ""87088709#: common-cmds.h:198710msgid "Join two or more development histories together"8711msgstr ""87128713#: common-cmds.h:208714msgid "Move or rename a file, a directory, or a symlink"8715msgstr ""87168717#: common-cmds.h:218718msgid "Fetch from and merge with another repository or a local branch"8719msgstr ""87208721#: common-cmds.h:228722msgid "Update remote refs along with associated objects"8723msgstr ""87248725#: common-cmds.h:238726msgid "Forward-port local commits to the updated upstream head"8727msgstr ""87288729#: common-cmds.h:248730msgid "Reset current HEAD to the specified state"8731msgstr ""87328733#: common-cmds.h:258734msgid "Remove files from the working tree and from the index"8735msgstr ""87368737#: common-cmds.h:268738msgid "Show various types of objects"8739msgstr ""87408741#: common-cmds.h:278742msgid "Show the working tree status"8743msgstr ""87448745#: common-cmds.h:288746msgid "Create, list, delete or verify a tag object signed with GPG"8747msgstr ""87488749#: git-am.sh:508750msgid "You need to set your committer info first"8751msgstr ""87528753#: git-am.sh:958754msgid ""8755"You seem to have moved HEAD since the last 'am' failure.\n"8756"Not rewinding to ORIG_HEAD"8757msgstr ""87588759#: git-am.sh:1058760#, sh-format8761msgid ""8762"When you have resolved this problem, run \"$cmdline --resolved\".\n"8763"If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"8764"To restore the original branch and stop patching, run \"$cmdline --abort\"."8765msgstr ""87668767#: git-am.sh:1218768msgid "Cannot fall back to three-way merge."8769msgstr ""87708771#: git-am.sh:1378772msgid "Repository lacks necessary blobs to fall back on 3-way merge."8773msgstr ""87748775#: git-am.sh:1398776msgid "Using index info to reconstruct a base tree..."8777msgstr ""87788779#: git-am.sh:1548780msgid ""8781"Did you hand edit your patch?\n"8782"It does not apply to blobs recorded in its index."8783msgstr ""87848785#: git-am.sh:1638786msgid "Falling back to patching base and 3-way merge..."8787msgstr ""87888789#: git-am.sh:1798790msgid "Failed to merge in the changes."8791msgstr ""87928793#: git-am.sh:2748794msgid "Only one StGIT patch series can be applied at once"8795msgstr ""87968797#: git-am.sh:3618798#, sh-format8799msgid "Patch format $patch_format is not supported."8800msgstr ""88018802#: git-am.sh:3638803msgid "Patch format detection failed."8804msgstr ""88058806#: git-am.sh:3898807msgid ""8808"The -b/--binary option has been a no-op for long time, and\n"8809"it will be removed. Please do not use it anymore."8810msgstr ""88118812#: git-am.sh:4778813#, sh-format8814msgid "previous rebase directory $dotest still exists but mbox given."8815msgstr ""88168817#: git-am.sh:4828818msgid "Please make up your mind. --skip or --abort?"8819msgstr ""88208821#: git-am.sh:5098822msgid "Resolve operation not in progress, we are not resuming."8823msgstr ""88248825#: git-am.sh:5758826#, sh-format8827msgid "Dirty index: cannot apply patches (dirty: $files)"8828msgstr ""88298830#: git-am.sh:6798831#, sh-format8832msgid ""8833"Patch is empty. Was it split wrong?\n"8834"If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"8835"To restore the original branch and stop patching run \"$cmdline --abort\"."8836msgstr ""88378838#: git-am.sh:7068839msgid "Patch does not have a valid e-mail address."8840msgstr ""88418842#: git-am.sh:7538843msgid "cannot be interactive without stdin connected to a terminal."8844msgstr ""88458846#: git-am.sh:7578847msgid "Commit Body is:"8848msgstr ""88498850#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]8851#. in your translation. The program will only accept English8852#. input at this point.8853#: git-am.sh:7648854msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "8855msgstr ""88568857#: git-am.sh:8008858#, sh-format8859msgid "Applying: $FIRSTLINE"8860msgstr ""88618862#: git-am.sh:8218863msgid ""8864"No changes - did you forget to use 'git add'?\n"8865"If there is nothing left to stage, chances are that something else\n"8866"already introduced the same changes; you might want to skip this patch."8867msgstr ""88688869#: git-am.sh:8298870msgid ""8871"You still have unmerged paths in your index\n"8872"did you forget to use 'git add'?"8873msgstr ""88748875#: git-am.sh:8458876msgid "No changes -- Patch already applied."8877msgstr ""88788879#: git-am.sh:8558880#, sh-format8881msgid "Patch failed at $msgnum $FIRSTLINE"8882msgstr ""88838884#: git-am.sh:8588885#, sh-format8886msgid ""8887"The copy of the patch that failed is found in:\n"8888" $dotest/patch"8889msgstr ""88908891#: git-am.sh:8768892msgid "applying to an empty history"8893msgstr ""88948895#: git-bisect.sh:488896msgid "You need to start by \"git bisect start\""8897msgstr ""88988899#. TRANSLATORS: Make sure to include [Y] and [n] in your8900#. translation. The program will only accept English input8901#. at this point.8902#: git-bisect.sh:548903msgid "Do you want me to do it for you [Y/n]? "8904msgstr ""89058906#: git-bisect.sh:958907#, sh-format8908msgid "unrecognised option: '$arg'"8909msgstr ""89108911#: git-bisect.sh:998912#, sh-format8913msgid "'$arg' does not appear to be a valid revision"8914msgstr ""89158916#: git-bisect.sh:1178917msgid "Bad HEAD - I need a HEAD"8918msgstr ""89198920#: git-bisect.sh:1308921#, sh-format8922msgid ""8923"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."8924msgstr ""89258926#: git-bisect.sh:1408927msgid "won't bisect on seeked tree"8928msgstr ""89298930#: git-bisect.sh:1448931msgid "Bad HEAD - strange symbolic ref"8932msgstr ""89338934#: git-bisect.sh:1898935#, sh-format8936msgid "Bad bisect_write argument: $state"8937msgstr ""89388939#: git-bisect.sh:2188940#, sh-format8941msgid "Bad rev input: $arg"8942msgstr ""89438944#: git-bisect.sh:2328945msgid "Please call 'bisect_state' with at least one argument."8946msgstr ""89478948#: git-bisect.sh:2448949#, sh-format8950msgid "Bad rev input: $rev"8951msgstr ""89528953#: git-bisect.sh:2508954msgid "'git bisect bad' can take only one argument."8955msgstr ""89568957#. have bad but not good. we could bisect although8958#. this is less optimum.8959#: git-bisect.sh:2738960msgid "Warning: bisecting only with a bad commit."8961msgstr ""89628963#. TRANSLATORS: Make sure to include [Y] and [n] in your8964#. translation. The program will only accept English input8965#. at this point.8966#: git-bisect.sh:2798967msgid "Are you sure [Y/n]? "8968msgstr ""89698970#: git-bisect.sh:2898971msgid ""8972"You need to give me at least one good and one bad revisions.\n"8973"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"8974msgstr ""89758976#: git-bisect.sh:2928977msgid ""8978"You need to start by \"git bisect start\".\n"8979"You then need to give me at least one good and one bad revisions.\n"8980"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"8981msgstr ""89828983#: git-bisect.sh:363 git-bisect.sh:4908984msgid "We are not bisecting."8985msgstr ""89868987#: git-bisect.sh:3708988#, sh-format8989msgid "'$invalid' is not a valid commit"8990msgstr ""89918992#: git-bisect.sh:3798993#, sh-format8994msgid ""8995"Could not check out original HEAD '$branch'.\n"8996"Try 'git bisect reset <commit>'."8997msgstr ""89988999#: git-bisect.sh:4069000msgid "No logfile given"9001msgstr ""90029003#: git-bisect.sh:4079004#, sh-format9005msgid "cannot read $file for replaying"9006msgstr ""90079008#: git-bisect.sh:4249009msgid "?? what are you talking about?"9010msgstr ""90119012#: git-bisect.sh:4369013#, sh-format9014msgid "running $command"9015msgstr ""90169017#: git-bisect.sh:4439018#, sh-format9019msgid ""9020"bisect run failed:\n"9021"exit code $res from '$command' is < 0 or >= 128"9022msgstr ""90239024#: git-bisect.sh:4699025msgid "bisect run cannot continue any more"9026msgstr ""90279028#: git-bisect.sh:4759029#, sh-format9030msgid ""9031"bisect run failed:\n"9032"'bisect_state $state' exited with error code $res"9033msgstr ""90349035#: git-bisect.sh:4829036msgid "bisect run success"9037msgstr ""90389039#: git-pull.sh:219040msgid ""9041"Pull is not possible because you have unmerged files.\n"9042"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"9043"as appropriate to mark resolution, or use 'git commit -a'."9044msgstr ""90459046#: git-pull.sh:259047msgid "Pull is not possible because you have unmerged files."9048msgstr ""90499050#: git-pull.sh:2039051msgid "updating an unborn branch with changes added to the index"9052msgstr ""90539054#. The fetch involved updating the current branch.9055#. The working tree and the index file is still based on the9056#. $orig_head commit, but we are merging into $curr_head.9057#. First update the working tree to match $curr_head.9058#: git-pull.sh:2359059#, sh-format9060msgid ""9061"Warning: fetch updated the current branch head.\n"9062"Warning: fast-forwarding your working tree from\n"9063"Warning: commit $orig_head."9064msgstr ""90659066#: git-pull.sh:2609067msgid "Cannot merge multiple branches into empty head"9068msgstr ""90699070#: git-pull.sh:2649071msgid "Cannot rebase onto multiple branches"9072msgstr ""90739074#: git-rebase.sh:539075msgid ""9076"When you have resolved this problem, run \"git rebase --continue\".\n"9077"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"9078"To check out the original branch and stop rebasing, run \"git rebase --abort"9079"\"."9080msgstr ""90819082#: git-rebase.sh:1609083msgid "The pre-rebase hook refused to rebase."9084msgstr ""90859086#: git-rebase.sh:1659087msgid "It looks like git-am is in progress. Cannot rebase."9088msgstr ""90899090#: git-rebase.sh:2969091msgid "The --exec option must be used with the --interactive option"9092msgstr ""90939094#: git-rebase.sh:3019095msgid "No rebase in progress?"9096msgstr ""90979098#: git-rebase.sh:3129099msgid "The --edit-todo action can only be used during interactive rebase."9100msgstr ""91019102#: git-rebase.sh:3199103msgid "Cannot read HEAD"9104msgstr ""91059106#: git-rebase.sh:3229107msgid ""9108"You must edit all merge conflicts and then\n"9109"mark them as resolved using git add"9110msgstr ""91119112#: git-rebase.sh:3409113#, sh-format9114msgid "Could not move back to $head_name"9115msgstr ""91169117#: git-rebase.sh:3599118#, sh-format9119msgid ""9120"It seems that there is already a $state_dir_base directory, and\n"9121"I wonder if you are in the middle of another rebase. If that is the\n"9122"case, please try\n"9123"\t$cmd_live_rebase\n"9124"If that is not the case, please\n"9125"\t$cmd_clear_stale_rebase\n"9126"and run me again. I am stopping in case you still have something\n"9127"valuable there."9128msgstr ""91299130#: git-rebase.sh:4049131#, sh-format9132msgid "invalid upstream $upstream_name"9133msgstr ""91349135#: git-rebase.sh:4289136#, sh-format9137msgid "$onto_name: there are more than one merge bases"9138msgstr ""91399140#: git-rebase.sh:431 git-rebase.sh:4359141#, sh-format9142msgid "$onto_name: there is no merge base"9143msgstr ""91449145#: git-rebase.sh:4409146#, sh-format9147msgid "Does not point to a valid commit: $onto_name"9148msgstr ""91499150#: git-rebase.sh:4639151#, sh-format9152msgid "fatal: no such branch: $branch_name"9153msgstr ""91549155#: git-rebase.sh:4839156msgid "Please commit or stash them."9157msgstr ""91589159#: git-rebase.sh:5019160#, sh-format9161msgid "Current branch $branch_name is up to date."9162msgstr ""91639164#: git-rebase.sh:5049165#, sh-format9166msgid "Current branch $branch_name is up to date, rebase forced."9167msgstr ""91689169#: git-rebase.sh:5159170#, sh-format9171msgid "Changes from $mb to $onto:"9172msgstr ""91739174#. Detach HEAD and reset the tree9175#: git-rebase.sh:5249176msgid "First, rewinding head to replay your work on top of it..."9177msgstr ""91789179#: git-rebase.sh:5329180#, sh-format9181msgid "Fast-forwarded $branch_name to $onto_name."9182msgstr ""91839184#: git-stash.sh:519185msgid "git stash clear with parameters is unimplemented"9186msgstr ""91879188#: git-stash.sh:749189msgid "You do not have the initial commit yet"9190msgstr ""91919192#: git-stash.sh:899193msgid "Cannot save the current index state"9194msgstr ""91959196#: git-stash.sh:123 git-stash.sh:1369197msgid "Cannot save the current worktree state"9198msgstr ""91999200#: git-stash.sh:1409201msgid "No changes selected"9202msgstr ""92039204#: git-stash.sh:1439205msgid "Cannot remove temporary index (can't happen)"9206msgstr ""92079208#: git-stash.sh:1569209msgid "Cannot record working tree state"9210msgstr ""92119212#. TRANSLATORS: $option is an invalid option, like9213#. `--blah-blah'. The 7 spaces at the beginning of the9214#. second line correspond to "error: ". So you should line9215#. up the second line with however many characters the9216#. translation of "error: " takes in your language. E.g. in9217#. English this is:9218#.9219#. $ git stash save --blah-blah 2>&1 | head -n 29220#. error: unknown option for 'stash save': --blah-blah9221#. To provide a message, use git stash save -- '--blah-blah'9222#: git-stash.sh:2029223#, sh-format9224msgid ""9225"error: unknown option for 'stash save': $option\n"9226" To provide a message, use git stash save -- '$option'"9227msgstr ""92289229#: git-stash.sh:2239230msgid "No local changes to save"9231msgstr ""92329233#: git-stash.sh:2279234msgid "Cannot initialize stash"9235msgstr ""92369237#: git-stash.sh:2359238msgid "Cannot save the current status"9239msgstr ""92409241#: git-stash.sh:2539242msgid "Cannot remove worktree changes"9243msgstr ""92449245#: git-stash.sh:3529246msgid "No stash found."9247msgstr ""92489249#: git-stash.sh:3599250#, sh-format9251msgid "Too many revisions specified: $REV"9252msgstr ""92539254#: git-stash.sh:3659255#, sh-format9256msgid "$reference is not valid reference"9257msgstr ""92589259#: git-stash.sh:3939260#, sh-format9261msgid "'$args' is not a stash-like commit"9262msgstr ""92639264#: git-stash.sh:4049265#, sh-format9266msgid "'$args' is not a stash reference"9267msgstr ""92689269#: git-stash.sh:4129270msgid "unable to refresh index"9271msgstr ""92729273#: git-stash.sh:4169274msgid "Cannot apply a stash in the middle of a merge"9275msgstr ""92769277#: git-stash.sh:4249278msgid "Conflicts in index. Try without --index."9279msgstr ""92809281#: git-stash.sh:4269282msgid "Could not save index tree"9283msgstr ""92849285#: git-stash.sh:4609286msgid "Cannot unstage modified files"9287msgstr ""92889289#: git-stash.sh:4759290msgid "Index was not unstashed."9291msgstr ""92929293#: git-stash.sh:4929294#, sh-format9295msgid "Dropped ${REV} ($s)"9296msgstr ""92979298#: git-stash.sh:4939299#, sh-format9300msgid "${REV}: Could not drop stash entry"9301msgstr ""93029303#: git-stash.sh:5009304msgid "No branch name specified"9305msgstr ""93069307#: git-stash.sh:5719308msgid "(To restore them type \"git stash apply\")"9309msgstr ""93109311#: git-submodule.sh:919312#, sh-format9313msgid "cannot strip one component off url '$remoteurl'"9314msgstr ""93159316#: git-submodule.sh:1969317#, sh-format9318msgid "No submodule mapping found in .gitmodules for path '$sm_path'"9319msgstr ""93209321#: git-submodule.sh:2399322#, sh-format9323msgid "Clone of '$url' into submodule path '$sm_path' failed"9324msgstr ""93259326#: git-submodule.sh:2519327#, sh-format9328msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"9329msgstr ""93309331#: git-submodule.sh:3499332#, sh-format9333msgid "repo URL: '$repo' must be absolute or begin with ./|../"9334msgstr ""93359336#: git-submodule.sh:3669337#, sh-format9338msgid "'$sm_path' already exists in the index"9339msgstr ""93409341#: git-submodule.sh:3709342#, sh-format9343msgid ""9344"The following path is ignored by one of your .gitignore files:\n"9345"$sm_path\n"9346"Use -f if you really want to add it."9347msgstr ""93489349#: git-submodule.sh:3889350#, sh-format9351msgid "Adding existing repo at '$sm_path' to the index"9352msgstr ""93539354#: git-submodule.sh:3909355#, sh-format9356msgid "'$sm_path' already exists and is not a valid git repo"9357msgstr ""93589359#: git-submodule.sh:3989360#, sh-format9361msgid "A git directory for '$sm_name' is found locally with remote(s):"9362msgstr ""93639364#: git-submodule.sh:4009365#, sh-format9366msgid ""9367"If you want to reuse this local git directory instead of cloning again from"9368msgstr ""93699370#: git-submodule.sh:4029371#, sh-format9372msgid ""9373"use the '--force' option. If the local git directory is not the correct repo"9374msgstr ""93759376#: git-submodule.sh:4039377#, sh-format9378msgid ""9379"or you are unsure what this means choose another name with the '--name' "9380"option."9381msgstr ""93829383#: git-submodule.sh:4059384#, sh-format9385msgid "Reactivating local git directory for submodule '$sm_name'."9386msgstr ""93879388#: git-submodule.sh:4179389#, sh-format9390msgid "Unable to checkout submodule '$sm_path'"9391msgstr ""93929393#: git-submodule.sh:4229394#, sh-format9395msgid "Failed to add submodule '$sm_path'"9396msgstr ""93979398#: git-submodule.sh:4319399#, sh-format9400msgid "Failed to register submodule '$sm_path'"9401msgstr ""94029403#: git-submodule.sh:4749404#, sh-format9405msgid "Entering '$prefix$sm_path'"9406msgstr ""94079408#: git-submodule.sh:4889409#, sh-format9410msgid "Stopping at '$sm_path'; script returned non-zero status."9411msgstr ""94129413#: git-submodule.sh:5329414#, sh-format9415msgid "No url found for submodule path '$sm_path' in .gitmodules"9416msgstr ""94179418#: git-submodule.sh:5419419#, sh-format9420msgid "Failed to register url for submodule path '$sm_path'"9421msgstr ""94229423#: git-submodule.sh:5439424#, sh-format9425msgid "Submodule '$name' ($url) registered for path '$sm_path'"9426msgstr ""94279428#: git-submodule.sh:5519429#, sh-format9430msgid "Failed to register update mode for submodule path '$sm_path'"9431msgstr ""94329433#: git-submodule.sh:5889434#, sh-format9435msgid "Use '.' if you really want to deinitialize all submodules"9436msgstr ""94379438#: git-submodule.sh:6039439#, sh-format9440msgid "Submodule work tree '$sm_path' contains a .git directory"9441msgstr ""94429443#: git-submodule.sh:6049444#, sh-format9445msgid ""9446"(use 'rm -rf' if you really want to remove it including all of its history)"9447msgstr ""94489449#: git-submodule.sh:6109450#, sh-format9451msgid ""9452"Submodule work tree '$sm_path' contains local modifications; use '-f' to "9453"discard them"9454msgstr ""94559456#: git-submodule.sh:6139457#, sh-format9458msgid "Cleared directory '$sm_path'"9459msgstr ""94609461#: git-submodule.sh:6149462#, sh-format9463msgid "Could not remove submodule work tree '$sm_path'"9464msgstr ""94659466#: git-submodule.sh:6179467#, sh-format9468msgid "Could not create empty submodule directory '$sm_path'"9469msgstr ""94709471#: git-submodule.sh:6269472#, sh-format9473msgid "Submodule '$name' ($url) unregistered for path '$sm_path'"9474msgstr ""94759476#: git-submodule.sh:7319477#, sh-format9478msgid ""9479"Submodule path '$prefix$sm_path' not initialized\n"9480"Maybe you want to use 'update --init'?"9481msgstr ""94829483#: git-submodule.sh:7449484#, sh-format9485msgid "Unable to find current revision in submodule path '$prefix$sm_path'"9486msgstr ""94879488#: git-submodule.sh:7539489#, sh-format9490msgid "Unable to fetch in submodule path '$sm_path'"9491msgstr ""94929493#: git-submodule.sh:7779494#, sh-format9495msgid "Unable to fetch in submodule path '$prefix$sm_path'"9496msgstr ""94979498#: git-submodule.sh:7919499#, sh-format9500msgid "Unable to rebase '$sha1' in submodule path '$prefix$sm_path'"9501msgstr ""95029503#: git-submodule.sh:7929504#, sh-format9505msgid "Submodule path '$prefix$sm_path': rebased into '$sha1'"9506msgstr ""95079508#: git-submodule.sh:7979509#, sh-format9510msgid "Unable to merge '$sha1' in submodule path '$prefix$sm_path'"9511msgstr ""95129513#: git-submodule.sh:7989514#, sh-format9515msgid "Submodule path '$prefix$sm_path': merged in '$sha1'"9516msgstr ""95179518#: git-submodule.sh:8039519#, sh-format9520msgid "Unable to checkout '$sha1' in submodule path '$prefix$sm_path'"9521msgstr ""95229523#: git-submodule.sh:8049524#, sh-format9525msgid "Submodule path '$prefix$sm_path': checked out '$sha1'"9526msgstr ""95279528#: git-submodule.sh:8319529#, sh-format9530msgid "Failed to recurse into submodule path '$prefix$sm_path'"9531msgstr ""95329533#: git-submodule.sh:9399534msgid "The --cached option cannot be used with the --files option"9535msgstr ""95369537#. unexpected type9538#: git-submodule.sh:9799539#, sh-format9540msgid "unexpected mode $mod_dst"9541msgstr ""95429543#: git-submodule.sh:9979544#, sh-format9545msgid " Warn: $name doesn't contain commit $sha1_src"9546msgstr ""95479548#: git-submodule.sh:10009549#, sh-format9550msgid " Warn: $name doesn't contain commit $sha1_dst"9551msgstr ""95529553#: git-submodule.sh:10039554#, sh-format9555msgid " Warn: $name doesn't contain commits $sha1_src and $sha1_dst"9556msgstr ""95579558#: git-submodule.sh:10289559msgid "blob"9560msgstr ""95619562#: git-submodule.sh:10669563msgid "Submodules changed but not updated:"9564msgstr ""95659566#: git-submodule.sh:10689567msgid "Submodule changes to be committed:"9568msgstr ""95699570#: git-submodule.sh:11539571#, sh-format9572msgid "Failed to recurse into submodule path '$sm_path'"9573msgstr ""95749575#: git-submodule.sh:12169576#, sh-format9577msgid "Synchronizing submodule url for '$prefix$sm_path'"9578msgstr ""