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-08-06 14:10+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:57 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:87 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:1173 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:2292 72#: builtin/blame.c:2293 builtin/config.c:56 builtin/fast-export.c:673 73#: builtin/fast-export.c:675 builtin/grep.c:714 builtin/hash-object.c:77 74#: builtin/ls-files.c:496 builtin/ls-files.c:499 builtin/notes.c:408 75#: builtin/notes.c:565 builtin/read-tree.c:108 parse-options.h:152 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:85 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:487 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:216 199#, c-format 200msgid "Cannot setup tracking information; starting point '%s' is not a branch." 201msgstr "" 202 203#: branch.c:218 204#, c-format 205msgid "the requested upstream branch '%s' does not exist" 206msgstr "" 207 208#: branch.c:220 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:265 221#, c-format 222msgid "Not a valid object name: '%s'." 223msgstr "" 224 225#: branch.c:285 226#, c-format 227msgid "Ambiguous object name: '%s'." 228msgstr "" 229 230#: branch.c:290 231#, c-format 232msgid "Not a valid branch point: '%s'." 233msgstr "" 234 235#: branch.c:296 236msgid "Failed to lock ref for update" 237msgstr "" 238 239#: branch.c:314 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:697 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:661 sequencer.c:1111 builtin/log.c:331 263#: builtin/log.c:801 builtin/log.c:1399 builtin/log.c:1625 builtin/merge.c:364 264#: builtin/shortlog.c:156 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:1310 builtin/shortlog.c:259 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:53 322#, c-format 323msgid "could not parse %s" 324msgstr "" 325 326#: commit.c:55 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:60 336msgid "Could not run 'git rev-list'" 337msgstr "" 338 339#: connected.c:80 340#, c-format 341msgid "failed write to rev-list: %s" 342msgstr "" 343 344#: connected.c:88 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:3487 439#, c-format 440msgid "" 441"Failed to parse --dirstat/-X option parameter:\n" 442"%s" 443msgstr "" 444 445#: diff.c:3501 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:210 488#, c-format 489msgid "available git commands in '%s'" 490msgstr "" 491 492#: help.c:217 493msgid "git commands available from elsewhere on your $PATH" 494msgstr "" 495 496#: help.c:233 497msgid "The most commonly used git commands are:" 498msgstr "" 499 500#: help.c:290 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:347 508msgid "Uh oh. Your system reports no Git commands at all." 509msgstr "" 510 511#: help.c:369 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:374 519#, c-format 520msgid "in %0.1f seconds automatically..." 521msgstr "" 522 523#: help.c:381 524#, c-format 525msgid "git: '%s' is not a git command. See 'git --help'." 526msgstr "" 527 528#: help.c:385 help.c:444 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#: help.c:440 539#, c-format 540msgid "%s: %s - %s" 541msgstr "" 542 543#: merge.c:56 544msgid "failed to read the cache" 545msgstr "" 546 547#: merge.c:110 builtin/checkout.c:365 builtin/checkout.c:566 548#: builtin/clone.c:656 549msgid "unable to write new index file" 550msgstr "" 551 552#: merge-recursive.c:190 553#, c-format 554msgid "(bad commit)\n" 555msgstr "" 556 557#: merge-recursive.c:206 558#, c-format 559msgid "addinfo_cache failed for path '%s'" 560msgstr "" 561 562#: merge-recursive.c:269 563msgid "error building trees" 564msgstr "" 565 566#: merge-recursive.c:673 567#, c-format 568msgid "failed to create path '%s'%s" 569msgstr "" 570 571#: merge-recursive.c:684 572#, c-format 573msgid "Removing %s to make room for subdirectory\n" 574msgstr "" 575 576#. something else exists 577#. .. but not some other error (who really cares what?) 578#: merge-recursive.c:698 merge-recursive.c:719 579msgid ": perhaps a D/F conflict?" 580msgstr "" 581 582#: merge-recursive.c:709 583#, c-format 584msgid "refusing to lose untracked file at '%s'" 585msgstr "" 586 587#: merge-recursive.c:749 588#, c-format 589msgid "cannot read object %s '%s'" 590msgstr "" 591 592#: merge-recursive.c:751 593#, c-format 594msgid "blob expected for %s '%s'" 595msgstr "" 596 597#: merge-recursive.c:774 builtin/clone.c:312 598#, c-format 599msgid "failed to open '%s'" 600msgstr "" 601 602#: merge-recursive.c:782 603#, c-format 604msgid "failed to symlink '%s'" 605msgstr "" 606 607#: merge-recursive.c:785 608#, c-format 609msgid "do not know what to do with %06o %s '%s'" 610msgstr "" 611 612#: merge-recursive.c:923 613msgid "Failed to execute internal merge" 614msgstr "" 615 616#: merge-recursive.c:927 617#, c-format 618msgid "Unable to add %s to database" 619msgstr "" 620 621#: merge-recursive.c:943 622msgid "unsupported object type in the tree" 623msgstr "" 624 625#: merge-recursive.c:1022 merge-recursive.c:1036 626#, c-format 627msgid "" 628"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 629"in tree." 630msgstr "" 631 632#: merge-recursive.c:1028 merge-recursive.c:1041 633#, c-format 634msgid "" 635"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 636"in tree at %s." 637msgstr "" 638 639#: merge-recursive.c:1082 640msgid "rename" 641msgstr "" 642 643#: merge-recursive.c:1082 644msgid "renamed" 645msgstr "" 646 647#: merge-recursive.c:1138 648#, c-format 649msgid "%s is a directory in %s adding as %s instead" 650msgstr "" 651 652#: merge-recursive.c:1160 653#, c-format 654msgid "" 655"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s" 656"\"->\"%s\" in \"%s\"%s" 657msgstr "" 658 659#: merge-recursive.c:1165 660msgid " (left unresolved)" 661msgstr "" 662 663#: merge-recursive.c:1219 664#, c-format 665msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s" 666msgstr "" 667 668#: merge-recursive.c:1249 669#, c-format 670msgid "Renaming %s to %s and %s to %s instead" 671msgstr "" 672 673#: merge-recursive.c:1448 674#, c-format 675msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s" 676msgstr "" 677 678#: merge-recursive.c:1458 679#, c-format 680msgid "Adding merged %s" 681msgstr "" 682 683#: merge-recursive.c:1463 merge-recursive.c:1661 684#, c-format 685msgid "Adding as %s instead" 686msgstr "" 687 688#: merge-recursive.c:1514 689#, c-format 690msgid "cannot read object %s" 691msgstr "" 692 693#: merge-recursive.c:1517 694#, c-format 695msgid "object %s is not a blob" 696msgstr "" 697 698#: merge-recursive.c:1565 699msgid "modify" 700msgstr "" 701 702#: merge-recursive.c:1565 703msgid "modified" 704msgstr "" 705 706#: merge-recursive.c:1575 707msgid "content" 708msgstr "" 709 710#: merge-recursive.c:1582 711msgid "add/add" 712msgstr "" 713 714#: merge-recursive.c:1616 715#, c-format 716msgid "Skipped %s (merged same as existing)" 717msgstr "" 718 719#: merge-recursive.c:1630 720#, c-format 721msgid "Auto-merging %s" 722msgstr "" 723 724#: merge-recursive.c:1634 git-submodule.sh:1118 725msgid "submodule" 726msgstr "" 727 728#: merge-recursive.c:1635 729#, c-format 730msgid "CONFLICT (%s): Merge conflict in %s" 731msgstr "" 732 733#: merge-recursive.c:1725 734#, c-format 735msgid "Removing %s" 736msgstr "" 737 738#: merge-recursive.c:1750 739msgid "file/directory" 740msgstr "" 741 742#: merge-recursive.c:1756 743msgid "directory/file" 744msgstr "" 745 746#: merge-recursive.c:1761 747#, c-format 748msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s" 749msgstr "" 750 751#: merge-recursive.c:1771 752#, c-format 753msgid "Adding %s" 754msgstr "" 755 756#: merge-recursive.c:1788 757msgid "Fatal merge failure, shouldn't happen." 758msgstr "" 759 760#: merge-recursive.c:1807 761msgid "Already up-to-date!" 762msgstr "" 763 764#: merge-recursive.c:1816 765#, c-format 766msgid "merging of trees %s and %s failed" 767msgstr "" 768 769#: merge-recursive.c:1846 770#, c-format 771msgid "Unprocessed path??? %s" 772msgstr "" 773 774#: merge-recursive.c:1891 775msgid "Merging:" 776msgstr "" 777 778#: merge-recursive.c:1904 779#, c-format 780msgid "found %u common ancestor:" 781msgid_plural "found %u common ancestors:" 782msgstr[0] "" 783msgstr[1] "" 784 785#: merge-recursive.c:1941 786msgid "merge returned no commit" 787msgstr "" 788 789#: merge-recursive.c:1998 790#, c-format 791msgid "Could not parse object '%s'" 792msgstr "" 793 794#: merge-recursive.c:2010 builtin/merge.c:672 795msgid "Unable to write index." 796msgstr "" 797 798#: notes-utils.c:40 799msgid "Cannot commit uninitialized/unreferenced notes tree" 800msgstr "" 801 802#: notes-utils.c:81 803#, c-format 804msgid "Bad notes.rewriteMode value: '%s'" 805msgstr "" 806 807#: notes-utils.c:91 808#, c-format 809msgid "Refusing to rewrite notes in %s (outside of refs/notes/)" 810msgstr "" 811 812#. TRANSLATORS: The first %s is the name of the 813#. environment variable, the second %s is its value 814#: notes-utils.c:118 815#, c-format 816msgid "Bad %s value: '%s'" 817msgstr "" 818 819#: object.c:204 820#, c-format 821msgid "unable to parse object: %s" 822msgstr "" 823 824#: parse-options.c:489 825msgid "..." 826msgstr "" 827 828#: parse-options.c:507 829#, c-format 830msgid "usage: %s" 831msgstr "" 832 833#. TRANSLATORS: the colon here should align with the 834#. one in "usage: %s" translation 835#: parse-options.c:511 836#, c-format 837msgid " or: %s" 838msgstr "" 839 840#: parse-options.c:514 841#, c-format 842msgid " %s" 843msgstr "" 844 845#: parse-options.c:548 846msgid "-NUM" 847msgstr "" 848 849#: pathspec.c:83 850#, c-format 851msgid "Path '%s' is in submodule '%.*s'" 852msgstr "" 853 854#: pathspec.c:99 855#, c-format 856msgid "'%s' is beyond a symbolic link" 857msgstr "" 858 859#: remote.c:1788 860#, c-format 861msgid "Your branch is ahead of '%s' by %d commit.\n" 862msgid_plural "Your branch is ahead of '%s' by %d commits.\n" 863msgstr[0] "" 864msgstr[1] "" 865 866#: remote.c:1794 867msgid " (use \"git push\" to publish your local commits)\n" 868msgstr "" 869 870#: remote.c:1797 871#, c-format 872msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n" 873msgid_plural "" 874"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n" 875msgstr[0] "" 876msgstr[1] "" 877 878#: remote.c:1805 879msgid " (use \"git pull\" to update your local branch)\n" 880msgstr "" 881 882#: remote.c:1808 883#, c-format 884msgid "" 885"Your branch and '%s' have diverged,\n" 886"and have %d and %d different commit each, respectively.\n" 887msgid_plural "" 888"Your branch and '%s' have diverged,\n" 889"and have %d and %d different commits each, respectively.\n" 890msgstr[0] "" 891msgstr[1] "" 892 893#: remote.c:1818 894msgid " (use \"git pull\" to merge the remote branch into yours)\n" 895msgstr "" 896 897#: run-command.c:80 898msgid "open /dev/null failed" 899msgstr "" 900 901#: run-command.c:82 902#, c-format 903msgid "dup2(%d,%d) failed" 904msgstr "" 905 906#: sequencer.c:206 builtin/merge.c:790 builtin/merge.c:903 907#: builtin/merge.c:1013 builtin/merge.c:1023 908#, c-format 909msgid "Could not open '%s' for writing" 910msgstr "" 911 912#: sequencer.c:208 builtin/merge.c:350 builtin/merge.c:793 913#: builtin/merge.c:1015 builtin/merge.c:1028 914#, c-format 915msgid "Could not write to '%s'" 916msgstr "" 917 918#: sequencer.c:229 919msgid "" 920"after resolving the conflicts, mark the corrected paths\n" 921"with 'git add <paths>' or 'git rm <paths>'" 922msgstr "" 923 924#: sequencer.c:232 925msgid "" 926"after resolving the conflicts, mark the corrected paths\n" 927"with 'git add <paths>' or 'git rm <paths>'\n" 928"and commit the result with 'git commit'" 929msgstr "" 930 931#: sequencer.c:245 sequencer.c:869 sequencer.c:952 932#, c-format 933msgid "Could not write to %s" 934msgstr "" 935 936#: sequencer.c:248 937#, c-format 938msgid "Error wrapping up %s" 939msgstr "" 940 941#: sequencer.c:263 942msgid "Your local changes would be overwritten by cherry-pick." 943msgstr "" 944 945#: sequencer.c:265 946msgid "Your local changes would be overwritten by revert." 947msgstr "" 948 949#: sequencer.c:268 950msgid "Commit your changes or stash them to proceed." 951msgstr "" 952 953#. TRANSLATORS: %s will be "revert" or "cherry-pick" 954#: sequencer.c:324 955#, c-format 956msgid "%s: Unable to write new index file" 957msgstr "" 958 959#: sequencer.c:355 960msgid "Could not resolve HEAD commit\n" 961msgstr "" 962 963#: sequencer.c:377 964msgid "Unable to update cache tree\n" 965msgstr "" 966 967#: sequencer.c:422 968#, c-format 969msgid "Could not parse commit %s\n" 970msgstr "" 971 972#: sequencer.c:427 973#, c-format 974msgid "Could not parse parent commit %s\n" 975msgstr "" 976 977#: sequencer.c:493 978msgid "Your index file is unmerged." 979msgstr "" 980 981#: sequencer.c:512 982#, c-format 983msgid "Commit %s is a merge but no -m option was given." 984msgstr "" 985 986#: sequencer.c:520 987#, c-format 988msgid "Commit %s does not have parent %d" 989msgstr "" 990 991#: sequencer.c:524 992#, c-format 993msgid "Mainline was specified but commit %s is not a merge." 994msgstr "" 995 996#. TRANSLATORS: The first %s will be "revert" or 997#. "cherry-pick", the second %s a SHA1 998#: sequencer.c:537 999#, c-format1000msgid "%s: cannot parse parent commit %s"1001msgstr ""10021003#: sequencer.c:5411004#, c-format1005msgid "Cannot get commit message for %s"1006msgstr ""10071008#: sequencer.c:6271009#, c-format1010msgid "could not revert %s... %s"1011msgstr ""10121013#: sequencer.c:6281014#, c-format1015msgid "could not apply %s... %s"1016msgstr ""10171018#: sequencer.c:6641019msgid "empty commit set passed"1020msgstr ""10211022#: sequencer.c:6721023#, c-format1024msgid "git %s: failed to read the index"1025msgstr ""10261027#: sequencer.c:6771028#, c-format1029msgid "git %s: failed to refresh the index"1030msgstr ""10311032#: sequencer.c:7351033#, c-format1034msgid "Cannot %s during a %s"1035msgstr ""10361037#: sequencer.c:7571038#, c-format1039msgid "Could not parse line %d."1040msgstr ""10411042#: sequencer.c:7621043msgid "No commits parsed."1044msgstr ""10451046#: sequencer.c:7751047#, c-format1048msgid "Could not open %s"1049msgstr ""10501051#: sequencer.c:7791052#, c-format1053msgid "Could not read %s."1054msgstr ""10551056#: sequencer.c:7861057#, c-format1058msgid "Unusable instruction sheet: %s"1059msgstr ""10601061#: sequencer.c:8141062#, c-format1063msgid "Invalid key: %s"1064msgstr ""10651066#: sequencer.c:8171067#, c-format1068msgid "Invalid value for %s: %s"1069msgstr ""10701071#: sequencer.c:8291072#, c-format1073msgid "Malformed options sheet: %s"1074msgstr ""10751076#: sequencer.c:8501077msgid "a cherry-pick or revert is already in progress"1078msgstr ""10791080#: sequencer.c:8511081msgid "try \"git cherry-pick (--continue | --quit | --abort)\""1082msgstr ""10831084#: sequencer.c:8551085#, c-format1086msgid "Could not create sequencer directory %s"1087msgstr ""10881089#: sequencer.c:871 sequencer.c:9561090#, c-format1091msgid "Error wrapping up %s."1092msgstr ""10931094#: sequencer.c:890 sequencer.c:10241095msgid "no cherry-pick or revert in progress"1096msgstr ""10971098#: sequencer.c:8921099msgid "cannot resolve HEAD"1100msgstr ""11011102#: sequencer.c:8941103msgid "cannot abort from a branch yet to be born"1104msgstr ""11051106#: sequencer.c:916 builtin/apply.c:40611107#, c-format1108msgid "cannot open %s: %s"1109msgstr ""11101111#: sequencer.c:9191112#, c-format1113msgid "cannot read %s: %s"1114msgstr ""11151116#: sequencer.c:9201117msgid "unexpected end of file"1118msgstr ""11191120#: sequencer.c:9261121#, c-format1122msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"1123msgstr ""11241125#: sequencer.c:9491126#, c-format1127msgid "Could not format %s."1128msgstr ""11291130#: sequencer.c:10921131#, c-format1132msgid "%s: can't cherry-pick a %s"1133msgstr ""11341135#: sequencer.c:10951136#, c-format1137msgid "%s: bad revision"1138msgstr ""11391140#: sequencer.c:11291141msgid "Can't revert as initial commit"1142msgstr ""11431144#: sequencer.c:11301145msgid "Can't cherry-pick into empty head"1146msgstr ""11471148#: sha1_name.c:4401149msgid ""1150"Git normally never creates a ref that ends with 40 hex characters\n"1151"because it will be ignored when you just specify 40-hex. These refs\n"1152"may be created by mistake. For example,\n"1153"\n"1154" git checkout -b $br $(git rev-parse ...)\n"1155"\n"1156"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"1157"examine these refs and maybe delete them. Turn this message off by\n"1158"running \"git config advice.objectNameWarning false\""1159msgstr ""11601161#: sha1_name.c:10971162msgid "HEAD does not point to a branch"1163msgstr ""11641165#: sha1_name.c:11001166#, c-format1167msgid "No such branch: '%s'"1168msgstr ""11691170#: sha1_name.c:11021171#, c-format1172msgid "No upstream configured for branch '%s'"1173msgstr ""11741175#: sha1_name.c:11061176#, c-format1177msgid "Upstream branch '%s' not stored as a remote-tracking branch"1178msgstr ""11791180#: wrapper.c:4081181#, c-format1182msgid "unable to access '%s': %s"1183msgstr ""11841185#: wrapper.c:4291186#, c-format1187msgid "unable to access '%s'"1188msgstr ""11891190#: wrapper.c:4401191#, c-format1192msgid "unable to look up current user in the passwd file: %s"1193msgstr ""11941195#: wrapper.c:4411196msgid "no such user"1197msgstr ""11981199#: wt-status.c:1411200msgid "Unmerged paths:"1201msgstr ""12021203#: wt-status.c:168 wt-status.c:1951204#, c-format1205msgid " (use \"git reset %s <file>...\" to unstage)"1206msgstr ""12071208#: wt-status.c:170 wt-status.c:1971209msgid " (use \"git rm --cached <file>...\" to unstage)"1210msgstr ""12111212#: wt-status.c:1741213msgid " (use \"git add <file>...\" to mark resolution)"1214msgstr ""12151216#: wt-status.c:176 wt-status.c:1801217msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"1218msgstr ""12191220#: wt-status.c:1781221msgid " (use \"git rm <file>...\" to mark resolution)"1222msgstr ""12231224#: wt-status.c:1891225msgid "Changes to be committed:"1226msgstr ""12271228#: wt-status.c:2071229msgid "Changes not staged for commit:"1230msgstr ""12311232#: wt-status.c:2111233msgid " (use \"git add <file>...\" to update what will be committed)"1234msgstr ""12351236#: wt-status.c:2131237msgid " (use \"git add/rm <file>...\" to update what will be committed)"1238msgstr ""12391240#: wt-status.c:2141241msgid ""1242" (use \"git checkout -- <file>...\" to discard changes in working directory)"1243msgstr ""12441245#: wt-status.c:2161246msgid " (commit or discard the untracked or modified content in submodules)"1247msgstr ""12481249#: wt-status.c:2281250#, c-format1251msgid " (use \"git %s <file>...\" to include in what will be committed)"1252msgstr ""12531254#: wt-status.c:2451255msgid "bug"1256msgstr ""12571258#: wt-status.c:2501259msgid "both deleted:"1260msgstr ""12611262#: wt-status.c:2511263msgid "added by us:"1264msgstr ""12651266#: wt-status.c:2521267msgid "deleted by them:"1268msgstr ""12691270#: wt-status.c:2531271msgid "added by them:"1272msgstr ""12731274#: wt-status.c:2541275msgid "deleted by us:"1276msgstr ""12771278#: wt-status.c:2551279msgid "both added:"1280msgstr ""12811282#: wt-status.c:2561283msgid "both modified:"1284msgstr ""12851286#: wt-status.c:2861287msgid "new commits, "1288msgstr ""12891290#: wt-status.c:2881291msgid "modified content, "1292msgstr ""12931294#: wt-status.c:2901295msgid "untracked content, "1296msgstr ""12971298#: wt-status.c:3071299#, c-format1300msgid "new file: %s"1301msgstr ""13021303#: wt-status.c:3101304#, c-format1305msgid "copied: %s -> %s"1306msgstr ""13071308#: wt-status.c:3131309#, c-format1310msgid "deleted: %s"1311msgstr ""13121313#: wt-status.c:3161314#, c-format1315msgid "modified: %s"1316msgstr ""13171318#: wt-status.c:3191319#, c-format1320msgid "renamed: %s -> %s"1321msgstr ""13221323#: wt-status.c:3221324#, c-format1325msgid "typechange: %s"1326msgstr ""13271328#: wt-status.c:3251329#, c-format1330msgid "unknown: %s"1331msgstr ""13321333#: wt-status.c:3281334#, c-format1335msgid "unmerged: %s"1336msgstr ""13371338#: wt-status.c:3311339#, c-format1340msgid "bug: unhandled diff status %c"1341msgstr ""13421343#: wt-status.c:8031344msgid "You have unmerged paths."1345msgstr ""13461347#: wt-status.c:8061348msgid " (fix conflicts and run \"git commit\")"1349msgstr ""13501351#: wt-status.c:8091352msgid "All conflicts fixed but you are still merging."1353msgstr ""13541355#: wt-status.c:8121356msgid " (use \"git commit\" to conclude merge)"1357msgstr ""13581359#: wt-status.c:8221360msgid "You are in the middle of an am session."1361msgstr ""13621363#: wt-status.c:8251364msgid "The current patch is empty."1365msgstr ""13661367#: wt-status.c:8291368msgid " (fix conflicts and then run \"git am --continue\")"1369msgstr ""13701371#: wt-status.c:8311372msgid " (use \"git am --skip\" to skip this patch)"1373msgstr ""13741375#: wt-status.c:8331376msgid " (use \"git am --abort\" to restore the original branch)"1377msgstr ""13781379#: wt-status.c:893 wt-status.c:9101380#, c-format1381msgid "You are currently rebasing branch '%s' on '%s'."1382msgstr ""13831384#: wt-status.c:898 wt-status.c:9151385msgid "You are currently rebasing."1386msgstr ""13871388#: wt-status.c:9011389msgid " (fix conflicts and then run \"git rebase --continue\")"1390msgstr ""13911392#: wt-status.c:9031393msgid " (use \"git rebase --skip\" to skip this patch)"1394msgstr ""13951396#: wt-status.c:9051397msgid " (use \"git rebase --abort\" to check out the original branch)"1398msgstr ""13991400#: wt-status.c:9181401msgid " (all conflicts fixed: run \"git rebase --continue\")"1402msgstr ""14031404#: wt-status.c:9221405#, c-format1406msgid ""1407"You are currently splitting a commit while rebasing branch '%s' on '%s'."1408msgstr ""14091410#: wt-status.c:9271411msgid "You are currently splitting a commit during a rebase."1412msgstr ""14131414#: wt-status.c:9301415msgid " (Once your working directory is clean, run \"git rebase --continue\")"1416msgstr ""14171418#: wt-status.c:9341419#, c-format1420msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."1421msgstr ""14221423#: wt-status.c:9391424msgid "You are currently editing a commit during a rebase."1425msgstr ""14261427#: wt-status.c:9421428msgid " (use \"git commit --amend\" to amend the current commit)"1429msgstr ""14301431#: wt-status.c:9441432msgid ""1433" (use \"git rebase --continue\" once you are satisfied with your changes)"1434msgstr ""14351436#: wt-status.c:9541437msgid "You are currently cherry-picking."1438msgstr ""14391440#: wt-status.c:9581441msgid " (fix conflicts and run \"git cherry-pick --continue\")"1442msgstr ""14431444#: wt-status.c:9611445msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"1446msgstr ""14471448#: wt-status.c:9631449msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"1450msgstr ""14511452#: wt-status.c:9721453#, c-format1454msgid "You are currently reverting commit %s."1455msgstr ""14561457#: wt-status.c:9771458msgid " (fix conflicts and run \"git revert --continue\")"1459msgstr ""14601461#: wt-status.c:9801462msgid " (all conflicts fixed: run \"git revert --continue\")"1463msgstr ""14641465#: wt-status.c:9821466msgid " (use \"git revert --abort\" to cancel the revert operation)"1467msgstr ""14681469#: wt-status.c:9931470#, c-format1471msgid "You are currently bisecting, started from branch '%s'."1472msgstr ""14731474#: wt-status.c:9971475msgid "You are currently bisecting."1476msgstr ""14771478#: wt-status.c:10001479msgid " (use \"git bisect reset\" to get back to the original branch)"1480msgstr ""14811482#: wt-status.c:11731483msgid "On branch "1484msgstr ""14851486#: wt-status.c:11801487msgid "rebase in progress; onto "1488msgstr ""14891490#: wt-status.c:11871491msgid "HEAD detached at "1492msgstr ""14931494#: wt-status.c:11891495msgid "HEAD detached from "1496msgstr ""14971498#: wt-status.c:11921499msgid "Not currently on any branch."1500msgstr ""15011502#: wt-status.c:12091503msgid "Initial commit"1504msgstr ""15051506#: wt-status.c:12231507msgid "Untracked files"1508msgstr ""15091510#: wt-status.c:12251511msgid "Ignored files"1512msgstr ""15131514#: wt-status.c:12291515#, c-format1516msgid ""1517"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"1518"may speed it up, but you have to be careful not to forget to add\n"1519"new files yourself (see 'git help status')."1520msgstr ""15211522#: wt-status.c:12351523#, c-format1524msgid "Untracked files not listed%s"1525msgstr ""15261527#: wt-status.c:12371528msgid " (use -u option to show untracked files)"1529msgstr ""15301531#: wt-status.c:12431532msgid "No changes"1533msgstr ""15341535#: wt-status.c:12481536#, c-format1537msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"1538msgstr ""15391540#: wt-status.c:12511541#, c-format1542msgid "no changes added to commit\n"1543msgstr ""15441545#: wt-status.c:12541546#, c-format1547msgid ""1548"nothing added to commit but untracked files present (use \"git add\" to "1549"track)\n"1550msgstr ""15511552#: wt-status.c:12571553#, c-format1554msgid "nothing added to commit but untracked files present\n"1555msgstr ""15561557#: wt-status.c:12601558#, c-format1559msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"1560msgstr ""15611562#: wt-status.c:1263 wt-status.c:12681563#, c-format1564msgid "nothing to commit\n"1565msgstr ""15661567#: wt-status.c:12661568#, c-format1569msgid "nothing to commit (use -u to show untracked files)\n"1570msgstr ""15711572#: wt-status.c:12701573#, c-format1574msgid "nothing to commit, working directory clean\n"1575msgstr ""15761577#: wt-status.c:13781578msgid "HEAD (no branch)"1579msgstr ""15801581#: wt-status.c:13841582msgid "Initial commit on "1583msgstr ""15841585#: wt-status.c:13991586msgid "behind "1587msgstr ""15881589#: wt-status.c:1402 wt-status.c:14051590msgid "ahead "1591msgstr ""15921593#: wt-status.c:14071594msgid ", behind "1595msgstr ""15961597#: compat/precompose_utf8.c:58 builtin/clone.c:3511598#, c-format1599msgid "failed to unlink '%s'"1600msgstr ""16011602#: builtin/add.c:201603msgid "git add [options] [--] <pathspec>..."1604msgstr ""16051606#.1607#. * To be consistent with "git add -p" and most Git1608#. * commands, we should default to being tree-wide, but1609#. * this is not the original behavior and can't be1610#. * changed until users trained themselves not to type1611#. * "git add -u" or "git add -A". For now, we warn and1612#. * keep the old behavior. Later, the behavior can be changed1613#. * to tree-wide, keeping the warning for a while, and1614#. * eventually we can drop the warning.1615#.1616#: builtin/add.c:581617#, c-format1618msgid ""1619"The behavior of 'git add %s (or %s)' with no path argument from a\n"1620"subdirectory of the tree will change in Git 2.0 and should not be used "1621"anymore.\n"1622"To add content for the whole tree, run:\n"1623"\n"1624" git add %s :/\n"1625" (or git add %s :/)\n"1626"\n"1627"To restrict the command to the current directory, run:\n"1628"\n"1629" git add %s .\n"1630" (or git add %s .)\n"1631"\n"1632"With the current Git version, the command is restricted to the current "1633"directory.\n"1634msgstr ""16351636#: builtin/add.c:1001637#, c-format1638msgid ""1639"You ran 'git add' with neither '-A (--all)' or '--ignore-removal',\n"1640"whose behaviour will change in Git 2.0 with respect to paths you removed.\n"1641"Paths like '%s' that are\n"1642"removed from your working tree are ignored with this version of Git.\n"1643"\n"1644"* 'git add --ignore-removal <pathspec>', which is the current default,\n"1645" ignores paths you removed from your working tree.\n"1646"\n"1647"* 'git add --all <pathspec>' will let you also record the removals.\n"1648"\n"1649"Run 'git status' to check the paths you removed from your working tree.\n"1650msgstr ""16511652#: builtin/add.c:1441653#, c-format1654msgid "unexpected diff status %c"1655msgstr ""16561657#: builtin/add.c:149 builtin/commit.c:2521658msgid "updating files failed"1659msgstr ""16601661#: builtin/add.c:1631662#, c-format1663msgid "remove '%s'\n"1664msgstr ""16651666#: builtin/add.c:2531667msgid "Unstaged changes after refreshing the index:"1668msgstr ""16691670#: builtin/add.c:256 builtin/add.c:573 builtin/rm.c:3371671#, c-format1672msgid "pathspec '%s' did not match any files"1673msgstr ""16741675#: builtin/add.c:3391676msgid "Could not read the index"1677msgstr ""16781679#: builtin/add.c:3501680#, c-format1681msgid "Could not open '%s' for writing."1682msgstr ""16831684#: builtin/add.c:3541685msgid "Could not write patch"1686msgstr ""16871688#: builtin/add.c:3591689#, c-format1690msgid "Could not stat '%s'"1691msgstr ""16921693#: builtin/add.c:3611694msgid "Empty patch. Aborted."1695msgstr ""16961697#: builtin/add.c:3671698#, c-format1699msgid "Could not apply '%s'"1700msgstr ""17011702#: builtin/add.c:3771703msgid "The following paths are ignored by one of your .gitignore files:\n"1704msgstr ""17051706#: builtin/add.c:394 builtin/clean.c:875 builtin/fetch.c:78 builtin/mv.c:631707#: builtin/prune-packed.c:73 builtin/push.c:451 builtin/remote.c:12531708#: builtin/rm.c:2681709msgid "dry run"1710msgstr ""17111712#: builtin/add.c:395 builtin/apply.c:4410 builtin/check-ignore.c:191713#: builtin/commit.c:1220 builtin/count-objects.c:95 builtin/fsck.c:6131714#: builtin/log.c:1573 builtin/mv.c:62 builtin/read-tree.c:1131715msgid "be verbose"1716msgstr ""17171718#: builtin/add.c:3971719msgid "interactive picking"1720msgstr ""17211722#: builtin/add.c:398 builtin/checkout.c:1073 builtin/reset.c:2611723msgid "select hunks interactively"1724msgstr ""17251726#: builtin/add.c:3991727msgid "edit current diff and apply"1728msgstr ""17291730#: builtin/add.c:4001731msgid "allow adding otherwise ignored files"1732msgstr ""17331734#: builtin/add.c:4011735msgid "update tracked files"1736msgstr ""17371738#: builtin/add.c:4021739msgid "record only the fact that the path will be added later"1740msgstr ""17411742#: builtin/add.c:4031743msgid "add changes from all tracked and untracked files"1744msgstr ""17451746#. takes no arguments1747#: builtin/add.c:4061748msgid "ignore paths removed in the working tree (same as --no-all)"1749msgstr ""17501751#: builtin/add.c:4081752msgid "don't add, only refresh the index"1753msgstr ""17541755#: builtin/add.c:4091756msgid "just skip files which cannot be added because of errors"1757msgstr ""17581759#: builtin/add.c:4101760msgid "check if - even missing - files are ignored in dry run"1761msgstr ""17621763#: builtin/add.c:4321764#, c-format1765msgid "Use -f if you really want to add them.\n"1766msgstr ""17671768#: builtin/add.c:4331769msgid "no files added"1770msgstr ""17711772#: builtin/add.c:4391773msgid "adding files failed"1774msgstr ""17751776#: builtin/add.c:4781777msgid "-A and -u are mutually incompatible"1778msgstr ""17791780#: builtin/add.c:4961781msgid "Option --ignore-missing can only be used together with --dry-run"1782msgstr ""17831784#: builtin/add.c:5261785#, c-format1786msgid "Nothing specified, nothing added.\n"1787msgstr ""17881789#: builtin/add.c:5271790#, c-format1791msgid "Maybe you wanted to say 'git add .'?\n"1792msgstr ""17931794#: builtin/add.c:533 builtin/check-ignore.c:161 builtin/clean.c:9191795#: builtin/commit.c:312 builtin/mv.c:82 builtin/rm.c:2971796msgid "index file corrupt"1797msgstr ""17981799#: builtin/add.c:605 builtin/apply.c:4506 builtin/mv.c:229 builtin/rm.c:4321800msgid "Unable to write new index file"1801msgstr ""18021803#: builtin/apply.c:571804msgid "git apply [options] [<patch>...]"1805msgstr ""18061807#: builtin/apply.c:1101808#, c-format1809msgid "unrecognized whitespace option '%s'"1810msgstr ""18111812#: builtin/apply.c:1251813#, c-format1814msgid "unrecognized whitespace ignore option '%s'"1815msgstr ""18161817#: builtin/apply.c:8231818#, c-format1819msgid "Cannot prepare timestamp regexp %s"1820msgstr ""18211822#: builtin/apply.c:8321823#, c-format1824msgid "regexec returned %d for input: %s"1825msgstr ""18261827#: builtin/apply.c:9131828#, c-format1829msgid "unable to find filename in patch at line %d"1830msgstr ""18311832#: builtin/apply.c:9451833#, c-format1834msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"1835msgstr ""18361837#: builtin/apply.c:9491838#, c-format1839msgid "git apply: bad git-diff - inconsistent new filename on line %d"1840msgstr ""18411842#: builtin/apply.c:9501843#, c-format1844msgid "git apply: bad git-diff - inconsistent old filename on line %d"1845msgstr ""18461847#: builtin/apply.c:9571848#, c-format1849msgid "git apply: bad git-diff - expected /dev/null on line %d"1850msgstr ""18511852#: builtin/apply.c:14221853#, c-format1854msgid "recount: unexpected line: %.*s"1855msgstr ""18561857#: builtin/apply.c:14791858#, c-format1859msgid "patch fragment without header at line %d: %.*s"1860msgstr ""18611862#: builtin/apply.c:14961863#, c-format1864msgid ""1865"git diff header lacks filename information when removing %d leading pathname "1866"component (line %d)"1867msgid_plural ""1868"git diff header lacks filename information when removing %d leading pathname "1869"components (line %d)"1870msgstr[0] ""1871msgstr[1] ""18721873#: builtin/apply.c:16561874msgid "new file depends on old contents"1875msgstr ""18761877#: builtin/apply.c:16581878msgid "deleted file still has contents"1879msgstr ""18801881#: builtin/apply.c:16841882#, c-format1883msgid "corrupt patch at line %d"1884msgstr ""18851886#: builtin/apply.c:17201887#, c-format1888msgid "new file %s depends on old contents"1889msgstr ""18901891#: builtin/apply.c:17221892#, c-format1893msgid "deleted file %s still has contents"1894msgstr ""18951896#: builtin/apply.c:17251897#, c-format1898msgid "** warning: file %s becomes empty but is not deleted"1899msgstr ""19001901#: builtin/apply.c:18711902#, c-format1903msgid "corrupt binary patch at line %d: %.*s"1904msgstr ""19051906#. there has to be one hunk (forward hunk)1907#: builtin/apply.c:19001908#, c-format1909msgid "unrecognized binary patch at line %d"1910msgstr ""19111912#: builtin/apply.c:19861913#, c-format1914msgid "patch with only garbage at line %d"1915msgstr ""19161917#: builtin/apply.c:20761918#, c-format1919msgid "unable to read symlink %s"1920msgstr ""19211922#: builtin/apply.c:20801923#, c-format1924msgid "unable to open or read %s"1925msgstr ""19261927#: builtin/apply.c:26881928#, c-format1929msgid "invalid start of line: '%c'"1930msgstr ""19311932#: builtin/apply.c:28061933#, c-format1934msgid "Hunk #%d succeeded at %d (offset %d line)."1935msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."1936msgstr[0] ""1937msgstr[1] ""19381939#: builtin/apply.c:28181940#, c-format1941msgid "Context reduced to (%ld/%ld) to apply fragment at %d"1942msgstr ""19431944#: builtin/apply.c:28241945#, c-format1946msgid ""1947"while searching for:\n"1948"%.*s"1949msgstr ""19501951#: builtin/apply.c:28431952#, c-format1953msgid "missing binary patch data for '%s'"1954msgstr ""19551956#: builtin/apply.c:29461957#, c-format1958msgid "binary patch does not apply to '%s'"1959msgstr ""19601961#: builtin/apply.c:29521962#, c-format1963msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"1964msgstr ""19651966#: builtin/apply.c:29731967#, c-format1968msgid "patch failed: %s:%ld"1969msgstr ""19701971#: builtin/apply.c:30951972#, c-format1973msgid "cannot checkout %s"1974msgstr ""19751976#: builtin/apply.c:3140 builtin/apply.c:3149 builtin/apply.c:31941977#, c-format1978msgid "read of %s failed"1979msgstr ""19801981#: builtin/apply.c:3174 builtin/apply.c:33961982#, c-format1983msgid "path %s has been renamed/deleted"1984msgstr ""19851986#: builtin/apply.c:3255 builtin/apply.c:34101987#, c-format1988msgid "%s: does not exist in index"1989msgstr ""19901991#: builtin/apply.c:3259 builtin/apply.c:3402 builtin/apply.c:34241992#, c-format1993msgid "%s: %s"1994msgstr ""19951996#: builtin/apply.c:3264 builtin/apply.c:34181997#, c-format1998msgid "%s: does not match index"1999msgstr ""20002001#: builtin/apply.c:33662002msgid "removal patch leaves file contents"2003msgstr ""20042005#: builtin/apply.c:34352006#, c-format2007msgid "%s: wrong type"2008msgstr ""20092010#: builtin/apply.c:34372011#, c-format2012msgid "%s has type %o, expected %o"2013msgstr ""20142015#: builtin/apply.c:35382016#, c-format2017msgid "%s: already exists in index"2018msgstr ""20192020#: builtin/apply.c:35412021#, c-format2022msgid "%s: already exists in working directory"2023msgstr ""20242025#: builtin/apply.c:35612026#, c-format2027msgid "new mode (%o) of %s does not match old mode (%o)"2028msgstr ""20292030#: builtin/apply.c:35662031#, c-format2032msgid "new mode (%o) of %s does not match old mode (%o) of %s"2033msgstr ""20342035#: builtin/apply.c:35742036#, c-format2037msgid "%s: patch does not apply"2038msgstr ""20392040#: builtin/apply.c:35872041#, c-format2042msgid "Checking patch %s..."2043msgstr ""20442045#: builtin/apply.c:3680 builtin/checkout.c:216 builtin/reset.c:1272046#, c-format2047msgid "make_cache_entry failed for path '%s'"2048msgstr ""20492050#: builtin/apply.c:38232051#, c-format2052msgid "unable to remove %s from index"2053msgstr ""20542055#: builtin/apply.c:38512056#, c-format2057msgid "corrupt patch for submodule %s"2058msgstr ""20592060#: builtin/apply.c:38552061#, c-format2062msgid "unable to stat newly created file '%s'"2063msgstr ""20642065#: builtin/apply.c:38602066#, c-format2067msgid "unable to create backing store for newly created file %s"2068msgstr ""20692070#: builtin/apply.c:3863 builtin/apply.c:39712071#, c-format2072msgid "unable to add cache entry for %s"2073msgstr ""20742075#: builtin/apply.c:38962076#, c-format2077msgid "closing file '%s'"2078msgstr ""20792080#: builtin/apply.c:39452081#, c-format2082msgid "unable to write file '%s' mode %o"2083msgstr ""20842085#: builtin/apply.c:40322086#, c-format2087msgid "Applied patch %s cleanly."2088msgstr ""20892090#: builtin/apply.c:40402091msgid "internal error"2092msgstr ""20932094#. Say this even without --verbose2095#: builtin/apply.c:40432096#, c-format2097msgid "Applying patch %%s with %d reject..."2098msgid_plural "Applying patch %%s with %d rejects..."2099msgstr[0] ""2100msgstr[1] ""21012102#: builtin/apply.c:40532103#, c-format2104msgid "truncating .rej filename to %.*s.rej"2105msgstr ""21062107#: builtin/apply.c:40742108#, c-format2109msgid "Hunk #%d applied cleanly."2110msgstr ""21112112#: builtin/apply.c:40772113#, c-format2114msgid "Rejected hunk #%d."2115msgstr ""21162117#: builtin/apply.c:42272118msgid "unrecognized input"2119msgstr ""21202121#: builtin/apply.c:42382122msgid "unable to read index file"2123msgstr ""21242125#: builtin/apply.c:4357 builtin/apply.c:4360 builtin/clone.c:912126#: builtin/fetch.c:632127msgid "path"2128msgstr ""21292130#: builtin/apply.c:43582131msgid "don't apply changes matching the given path"2132msgstr ""21332134#: builtin/apply.c:43612135msgid "apply changes matching the given path"2136msgstr ""21372138#: builtin/apply.c:43632139msgid "num"2140msgstr ""21412142#: builtin/apply.c:43642143msgid "remove <num> leading slashes from traditional diff paths"2144msgstr ""21452146#: builtin/apply.c:43672147msgid "ignore additions made by the patch"2148msgstr ""21492150#: builtin/apply.c:43692151msgid "instead of applying the patch, output diffstat for the input"2152msgstr ""21532154#: builtin/apply.c:43732155msgid "show number of added and deleted lines in decimal notation"2156msgstr ""21572158#: builtin/apply.c:43752159msgid "instead of applying the patch, output a summary for the input"2160msgstr ""21612162#: builtin/apply.c:43772163msgid "instead of applying the patch, see if the patch is applicable"2164msgstr ""21652166#: builtin/apply.c:43792167msgid "make sure the patch is applicable to the current index"2168msgstr ""21692170#: builtin/apply.c:43812171msgid "apply a patch without touching the working tree"2172msgstr ""21732174#: builtin/apply.c:43832175msgid "also apply the patch (use with --stat/--summary/--check)"2176msgstr ""21772178#: builtin/apply.c:43852179msgid "attempt three-way merge if a patch does not apply"2180msgstr ""21812182#: builtin/apply.c:43872183msgid "build a temporary index based on embedded index information"2184msgstr ""21852186#: builtin/apply.c:4389 builtin/checkout-index.c:197 builtin/ls-files.c:4622187msgid "paths are separated with NUL character"2188msgstr ""21892190#: builtin/apply.c:43922191msgid "ensure at least <n> lines of context match"2192msgstr ""21932194#: builtin/apply.c:43932195msgid "action"2196msgstr ""21972198#: builtin/apply.c:43942199msgid "detect new or modified lines that have whitespace errors"2200msgstr ""22012202#: builtin/apply.c:4397 builtin/apply.c:44002203msgid "ignore changes in whitespace when finding context"2204msgstr ""22052206#: builtin/apply.c:44032207msgid "apply the patch in reverse"2208msgstr ""22092210#: builtin/apply.c:44052211msgid "don't expect at least one line of context"2212msgstr ""22132214#: builtin/apply.c:44072215msgid "leave the rejected hunks in corresponding *.rej files"2216msgstr ""22172218#: builtin/apply.c:44092219msgid "allow overlapping hunks"2220msgstr ""22212222#: builtin/apply.c:44122223msgid "tolerate incorrectly detected missing new-line at the end of file"2224msgstr ""22252226#: builtin/apply.c:44152227msgid "do not trust the line counts in the hunk headers"2228msgstr ""22292230#: builtin/apply.c:44172231msgid "root"2232msgstr ""22332234#: builtin/apply.c:44182235msgid "prepend <root> to all filenames"2236msgstr ""22372238#: builtin/apply.c:44402239msgid "--3way outside a repository"2240msgstr ""22412242#: builtin/apply.c:44482243msgid "--index outside a repository"2244msgstr ""22452246#: builtin/apply.c:44512247msgid "--cached outside a repository"2248msgstr ""22492250#: builtin/apply.c:44672251#, c-format2252msgid "can't open patch '%s'"2253msgstr ""22542255#: builtin/apply.c:44812256#, c-format2257msgid "squelched %d whitespace error"2258msgid_plural "squelched %d whitespace errors"2259msgstr[0] ""2260msgstr[1] ""22612262#: builtin/apply.c:4487 builtin/apply.c:44972263#, c-format2264msgid "%d line adds whitespace errors."2265msgid_plural "%d lines add whitespace errors."2266msgstr[0] ""2267msgstr[1] ""22682269#: builtin/archive.c:172270#, c-format2271msgid "could not create archive file '%s'"2272msgstr ""22732274#: builtin/archive.c:202275msgid "could not redirect output"2276msgstr ""22772278#: builtin/archive.c:372279msgid "git archive: Remote with no URL"2280msgstr ""22812282#: builtin/archive.c:582283msgid "git archive: expected ACK/NAK, got EOF"2284msgstr ""22852286#: builtin/archive.c:612287#, c-format2288msgid "git archive: NACK %s"2289msgstr ""22902291#: builtin/archive.c:632292#, c-format2293msgid "remote error: %s"2294msgstr ""22952296#: builtin/archive.c:642297msgid "git archive: protocol error"2298msgstr ""22992300#: builtin/archive.c:682301msgid "git archive: expected a flush"2302msgstr ""23032304#: builtin/bisect--helper.c:72305msgid "git bisect--helper --next-all [--no-checkout]"2306msgstr ""23072308#: builtin/bisect--helper.c:172309msgid "perform 'git bisect next'"2310msgstr ""23112312#: builtin/bisect--helper.c:192313msgid "update BISECT_HEAD instead of checking out the current commit"2314msgstr ""23152316#: builtin/blame.c:262317msgid "git blame [options] [rev-opts] [rev] [--] file"2318msgstr ""23192320#: builtin/blame.c:312321msgid "[rev-opts] are documented in git-rev-list(1)"2322msgstr ""23232324#: builtin/blame.c:22762325msgid "Show blame entries as we find them, incrementally"2326msgstr ""23272328#: builtin/blame.c:22772329msgid "Show blank SHA-1 for boundary commits (Default: off)"2330msgstr ""23312332#: builtin/blame.c:22782333msgid "Do not treat root commits as boundaries (Default: off)"2334msgstr ""23352336#: builtin/blame.c:22792337msgid "Show work cost statistics"2338msgstr ""23392340#: builtin/blame.c:22802341msgid "Show output score for blame entries"2342msgstr ""23432344#: builtin/blame.c:22812345msgid "Show original filename (Default: auto)"2346msgstr ""23472348#: builtin/blame.c:22822349msgid "Show original linenumber (Default: off)"2350msgstr ""23512352#: builtin/blame.c:22832353msgid "Show in a format designed for machine consumption"2354msgstr ""23552356#: builtin/blame.c:22842357msgid "Show porcelain format with per-line commit information"2358msgstr ""23592360#: builtin/blame.c:22852361msgid "Use the same output mode as git-annotate (Default: off)"2362msgstr ""23632364#: builtin/blame.c:22862365msgid "Show raw timestamp (Default: off)"2366msgstr ""23672368#: builtin/blame.c:22872369msgid "Show long commit SHA1 (Default: off)"2370msgstr ""23712372#: builtin/blame.c:22882373msgid "Suppress author name and timestamp (Default: off)"2374msgstr ""23752376#: builtin/blame.c:22892377msgid "Show author email instead of name (Default: off)"2378msgstr ""23792380#: builtin/blame.c:22902381msgid "Ignore whitespace differences"2382msgstr ""23832384#: builtin/blame.c:22912385msgid "Spend extra cycles to find better match"2386msgstr ""23872388#: builtin/blame.c:22922389msgid "Use revisions from <file> instead of calling git-rev-list"2390msgstr ""23912392#: builtin/blame.c:22932393msgid "Use <file>'s contents as the final image"2394msgstr ""23952396#: builtin/blame.c:2294 builtin/blame.c:22952397msgid "score"2398msgstr ""23992400#: builtin/blame.c:22942401msgid "Find line copies within and across files"2402msgstr ""24032404#: builtin/blame.c:22952405msgid "Find line movements within and across files"2406msgstr ""24072408#: builtin/blame.c:22962409msgid "n,m"2410msgstr ""24112412#: builtin/blame.c:22962413msgid "Process only line range n,m, counting from 1"2414msgstr ""24152416#: builtin/branch.c:242417msgid "git branch [options] [-r | -a] [--merged | --no-merged]"2418msgstr ""24192420#: builtin/branch.c:252421msgid "git branch [options] [-l] [-f] <branchname> [<start-point>]"2422msgstr ""24232424#: builtin/branch.c:262425msgid "git branch [options] [-r] (-d | -D) <branchname>..."2426msgstr ""24272428#: builtin/branch.c:272429msgid "git branch [options] (-m | -M) [<oldbranch>] <newbranch>"2430msgstr ""24312432#: builtin/branch.c:1502433#, c-format2434msgid ""2435"deleting branch '%s' that has been merged to\n"2436" '%s', but not yet merged to HEAD."2437msgstr ""24382439#: builtin/branch.c:1542440#, c-format2441msgid ""2442"not deleting branch '%s' that is not yet merged to\n"2443" '%s', even though it is merged to HEAD."2444msgstr ""24452446#: builtin/branch.c:1682447#, c-format2448msgid "Couldn't look up commit object for '%s'"2449msgstr ""24502451#: builtin/branch.c:1722452#, c-format2453msgid ""2454"The branch '%s' is not fully merged.\n"2455"If you are sure you want to delete it, run 'git branch -D %s'."2456msgstr ""24572458#: builtin/branch.c:1852459msgid "Update of config-file failed"2460msgstr ""24612462#: builtin/branch.c:2132463msgid "cannot use -a with -d"2464msgstr ""24652466#: builtin/branch.c:2192467msgid "Couldn't look up commit object for HEAD"2468msgstr ""24692470#: builtin/branch.c:2272471#, c-format2472msgid "Cannot delete the branch '%s' which you are currently on."2473msgstr ""24742475#: builtin/branch.c:2402476#, c-format2477msgid "remote branch '%s' not found."2478msgstr ""24792480#: builtin/branch.c:2412481#, c-format2482msgid "branch '%s' not found."2483msgstr ""24842485#: builtin/branch.c:2552486#, c-format2487msgid "Error deleting remote branch '%s'"2488msgstr ""24892490#: builtin/branch.c:2562491#, c-format2492msgid "Error deleting branch '%s'"2493msgstr ""24942495#: builtin/branch.c:2632496#, c-format2497msgid "Deleted remote branch %s (was %s).\n"2498msgstr ""24992500#: builtin/branch.c:2642501#, c-format2502msgid "Deleted branch %s (was %s).\n"2503msgstr ""25042505#: builtin/branch.c:3662506#, c-format2507msgid "branch '%s' does not point at a commit"2508msgstr ""25092510#: builtin/branch.c:4532511#, c-format2512msgid "[%s: behind %d]"2513msgstr ""25142515#: builtin/branch.c:4552516#, c-format2517msgid "[behind %d]"2518msgstr ""25192520#: builtin/branch.c:4592521#, c-format2522msgid "[%s: ahead %d]"2523msgstr ""25242525#: builtin/branch.c:4612526#, c-format2527msgid "[ahead %d]"2528msgstr ""25292530#: builtin/branch.c:4642531#, c-format2532msgid "[%s: ahead %d, behind %d]"2533msgstr ""25342535#: builtin/branch.c:4672536#, c-format2537msgid "[ahead %d, behind %d]"2538msgstr ""25392540#: builtin/branch.c:4902541msgid " **** invalid ref ****"2542msgstr ""25432544#: builtin/branch.c:5822545#, c-format2546msgid "(no branch, rebasing %s)"2547msgstr ""25482549#: builtin/branch.c:5852550#, c-format2551msgid "(no branch, bisect started on %s)"2552msgstr ""25532554#: builtin/branch.c:5882555#, c-format2556msgid "(detached from %s)"2557msgstr ""25582559#: builtin/branch.c:5912560msgid "(no branch)"2561msgstr ""25622563#: builtin/branch.c:6372564#, c-format2565msgid "object '%s' does not point to a commit"2566msgstr ""25672568#: builtin/branch.c:6692569msgid "some refs could not be read"2570msgstr ""25712572#: builtin/branch.c:6822573msgid "cannot rename the current branch while not on any."2574msgstr ""25752576#: builtin/branch.c:6922577#, c-format2578msgid "Invalid branch name: '%s'"2579msgstr ""25802581#: builtin/branch.c:7072582msgid "Branch rename failed"2583msgstr ""25842585#: builtin/branch.c:7112586#, c-format2587msgid "Renamed a misnamed branch '%s' away"2588msgstr ""25892590#: builtin/branch.c:7152591#, c-format2592msgid "Branch renamed to %s, but HEAD is not updated!"2593msgstr ""25942595#: builtin/branch.c:7222596msgid "Branch is renamed, but update of config-file failed"2597msgstr ""25982599#: builtin/branch.c:7372600#, c-format2601msgid "malformed object name %s"2602msgstr ""26032604#: builtin/branch.c:7612605#, c-format2606msgid "could not write branch description template: %s"2607msgstr ""26082609#: builtin/branch.c:7912610msgid "Generic options"2611msgstr ""26122613#: builtin/branch.c:7932614msgid "show hash and subject, give twice for upstream branch"2615msgstr ""26162617#: builtin/branch.c:7942618msgid "suppress informational messages"2619msgstr ""26202621#: builtin/branch.c:7952622msgid "set up tracking mode (see git-pull(1))"2623msgstr ""26242625#: builtin/branch.c:7972626msgid "change upstream info"2627msgstr ""26282629#: builtin/branch.c:8012630msgid "use colored output"2631msgstr ""26322633#: builtin/branch.c:8022634msgid "act on remote-tracking branches"2635msgstr ""26362637#: builtin/branch.c:805 builtin/branch.c:811 builtin/branch.c:8322638#: builtin/branch.c:838 builtin/commit.c:1433 builtin/commit.c:14342639#: builtin/commit.c:1435 builtin/commit.c:1436 builtin/tag.c:4682640msgid "commit"2641msgstr ""26422643#: builtin/branch.c:806 builtin/branch.c:8122644msgid "print only branches that contain the commit"2645msgstr ""26462647#: builtin/branch.c:8182648msgid "Specific git-branch actions:"2649msgstr ""26502651#: builtin/branch.c:8192652msgid "list both remote-tracking and local branches"2653msgstr ""26542655#: builtin/branch.c:8212656msgid "delete fully merged branch"2657msgstr ""26582659#: builtin/branch.c:8222660msgid "delete branch (even if not merged)"2661msgstr ""26622663#: builtin/branch.c:8232664msgid "move/rename a branch and its reflog"2665msgstr ""26662667#: builtin/branch.c:8242668msgid "move/rename a branch, even if target exists"2669msgstr ""26702671#: builtin/branch.c:8252672msgid "list branch names"2673msgstr ""26742675#: builtin/branch.c:8262676msgid "create the branch's reflog"2677msgstr ""26782679#: builtin/branch.c:8282680msgid "edit the description for the branch"2681msgstr ""26822683#: builtin/branch.c:8292684msgid "force creation (when already exists)"2685msgstr ""26862687#: builtin/branch.c:8322688msgid "print only not merged branches"2689msgstr ""26902691#: builtin/branch.c:8382692msgid "print only merged branches"2693msgstr ""26942695#: builtin/branch.c:8422696msgid "list branches in columns"2697msgstr ""26982699#: builtin/branch.c:8552700msgid "Failed to resolve HEAD as a valid ref."2701msgstr ""27022703#: builtin/branch.c:860 builtin/clone.c:6302704msgid "HEAD not found below refs/heads!"2705msgstr ""27062707#: builtin/branch.c:8832708msgid "--column and --verbose are incompatible"2709msgstr ""27102711#: builtin/branch.c:889 builtin/branch.c:9282712msgid "branch name required"2713msgstr ""27142715#: builtin/branch.c:9042716msgid "Cannot give description to detached HEAD"2717msgstr ""27182719#: builtin/branch.c:9092720msgid "cannot edit description of more than one branch"2721msgstr ""27222723#: builtin/branch.c:9162724#, c-format2725msgid "No commit on branch '%s' yet."2726msgstr ""27272728#: builtin/branch.c:9192729#, c-format2730msgid "No branch named '%s'."2731msgstr ""27322733#: builtin/branch.c:9342734msgid "too many branches for a rename operation"2735msgstr ""27362737#: builtin/branch.c:9392738msgid "too many branches to set new upstream"2739msgstr ""27402741#: builtin/branch.c:9432742#, c-format2743msgid ""2744"could not set upstream of HEAD to %s when it does not point to any branch."2745msgstr ""27462747#: builtin/branch.c:946 builtin/branch.c:968 builtin/branch.c:9902748#, c-format2749msgid "no such branch '%s'"2750msgstr ""27512752#: builtin/branch.c:9502753#, c-format2754msgid "branch '%s' does not exist"2755msgstr ""27562757#: builtin/branch.c:9622758msgid "too many branches to unset upstream"2759msgstr ""27602761#: builtin/branch.c:9662762msgid "could not unset upstream of HEAD when it does not point to any branch."2763msgstr ""27642765#: builtin/branch.c:9722766#, c-format2767msgid "Branch '%s' has no upstream information"2768msgstr ""27692770#: builtin/branch.c:9872771msgid "it does not make sense to create 'HEAD' manually"2772msgstr ""27732774#: builtin/branch.c:9932775msgid "-a and -r options to 'git branch' do not make sense with a branch name"2776msgstr ""27772778#: builtin/branch.c:9962779#, c-format2780msgid ""2781"The --set-upstream flag is deprecated and will be removed. Consider using --"2782"track or --set-upstream-to\n"2783msgstr ""27842785#: builtin/branch.c:10132786#, c-format2787msgid ""2788"\n"2789"If you wanted to make '%s' track '%s', do this:\n"2790"\n"2791msgstr ""27922793#: builtin/branch.c:10142794#, c-format2795msgid " git branch -d %s\n"2796msgstr ""27972798#: builtin/branch.c:10152799#, c-format2800msgid " git branch --set-upstream-to %s\n"2801msgstr ""28022803#: builtin/bundle.c:472804#, c-format2805msgid "%s is okay\n"2806msgstr ""28072808#: builtin/bundle.c:562809msgid "Need a repository to create a bundle."2810msgstr ""28112812#: builtin/bundle.c:602813msgid "Need a repository to unbundle."2814msgstr ""28152816#: builtin/cat-file.c:2852817msgid "git cat-file (-t|-s|-e|-p|<type>|--textconv) <object>"2818msgstr ""28192820#: builtin/cat-file.c:2862821msgid "git cat-file (--batch|--batch-check) < <list_of_objects>"2822msgstr ""28232824#: builtin/cat-file.c:3232825msgid "<type> can be one of: blob, tree, commit, tag"2826msgstr ""28272828#: builtin/cat-file.c:3242829msgid "show object type"2830msgstr ""28312832#: builtin/cat-file.c:3252833msgid "show object size"2834msgstr ""28352836#: builtin/cat-file.c:3272837msgid "exit with zero when there's no error"2838msgstr ""28392840#: builtin/cat-file.c:3282841msgid "pretty-print object's content"2842msgstr ""28432844#: builtin/cat-file.c:3302845msgid "for blob objects, run textconv on object's content"2846msgstr ""28472848#: builtin/cat-file.c:3322849msgid "show info and content of objects fed from the standard input"2850msgstr ""28512852#: builtin/cat-file.c:3352853msgid "show info about objects fed from the standard input"2854msgstr ""28552856#: builtin/check-attr.c:112857msgid "git check-attr [-a | --all | attr...] [--] pathname..."2858msgstr ""28592860#: builtin/check-attr.c:122861msgid "git check-attr --stdin [-z] [-a | --all | attr...] < <list-of-paths>"2862msgstr ""28632864#: builtin/check-attr.c:192865msgid "report all attributes set on file"2866msgstr ""28672868#: builtin/check-attr.c:202869msgid "use .gitattributes only from the index"2870msgstr ""28712872#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:752873msgid "read file names from stdin"2874msgstr ""28752876#: builtin/check-attr.c:23 builtin/check-ignore.c:242877msgid "input paths are terminated by a null character"2878msgstr ""28792880#: builtin/check-ignore.c:18 builtin/checkout.c:1054 builtin/gc.c:1772881msgid "suppress progress reporting"2882msgstr ""28832884#: builtin/check-ignore.c:262885msgid "show non-matching input paths"2886msgstr ""28872888#: builtin/check-ignore.c:1432889msgid "cannot specify pathnames with --stdin"2890msgstr ""28912892#: builtin/check-ignore.c:1462893msgid "-z only makes sense with --stdin"2894msgstr ""28952896#: builtin/check-ignore.c:1482897msgid "no path specified"2898msgstr ""28992900#: builtin/check-ignore.c:1522901msgid "--quiet is only valid with a single pathname"2902msgstr ""29032904#: builtin/check-ignore.c:1542905msgid "cannot have both --quiet and --verbose"2906msgstr ""29072908#: builtin/check-ignore.c:1572909msgid "--non-matching is only valid with --verbose"2910msgstr ""29112912#: builtin/check-mailmap.c:82913msgid "git check-mailmap [options] <contact>..."2914msgstr ""29152916#: builtin/check-mailmap.c:132917msgid "also read contacts from stdin"2918msgstr ""29192920#: builtin/check-mailmap.c:242921#, c-format2922msgid "unable to parse contact: %s"2923msgstr ""29242925#: builtin/check-mailmap.c:472926msgid "no contacts specified"2927msgstr ""29282929#: builtin/checkout-index.c:1262930msgid "git checkout-index [options] [--] [<file>...]"2931msgstr ""29322933#: builtin/checkout-index.c:1872934msgid "check out all files in the index"2935msgstr ""29362937#: builtin/checkout-index.c:1882938msgid "force overwrite of existing files"2939msgstr ""29402941#: builtin/checkout-index.c:1902942msgid "no warning for existing files and files not in index"2943msgstr ""29442945#: builtin/checkout-index.c:1922946msgid "don't checkout new files"2947msgstr ""29482949#: builtin/checkout-index.c:1942950msgid "update stat information in the index file"2951msgstr ""29522953#: builtin/checkout-index.c:2002954msgid "read list of paths from the standard input"2955msgstr ""29562957#: builtin/checkout-index.c:2022958msgid "write the content to temporary files"2959msgstr ""29602961#: builtin/checkout-index.c:203 builtin/column.c:302962msgid "string"2963msgstr ""29642965#: builtin/checkout-index.c:2042966msgid "when creating files, prepend <string>"2967msgstr ""29682969#: builtin/checkout-index.c:2072970msgid "copy out the files from named stage"2971msgstr ""29722973#: builtin/checkout.c:252974msgid "git checkout [options] <branch>"2975msgstr ""29762977#: builtin/checkout.c:262978msgid "git checkout [options] [<branch>] -- <file>..."2979msgstr ""29802981#: builtin/checkout.c:117 builtin/checkout.c:1502982#, c-format2983msgid "path '%s' does not have our version"2984msgstr ""29852986#: builtin/checkout.c:119 builtin/checkout.c:1522987#, c-format2988msgid "path '%s' does not have their version"2989msgstr ""29902991#: builtin/checkout.c:1352992#, c-format2993msgid "path '%s' does not have all necessary versions"2994msgstr ""29952996#: builtin/checkout.c:1792997#, c-format2998msgid "path '%s' does not have necessary versions"2999msgstr ""30003001#: builtin/checkout.c:1963002#, c-format3003msgid "path '%s': cannot merge"3004msgstr ""30053006#: builtin/checkout.c:2133007#, c-format3008msgid "Unable to add merge result for '%s'"3009msgstr ""30103011#: builtin/checkout.c:237 builtin/checkout.c:240 builtin/checkout.c:2433012#: builtin/checkout.c:2463013#, c-format3014msgid "'%s' cannot be used with updating paths"3015msgstr ""30163017#: builtin/checkout.c:249 builtin/checkout.c:2523018#, c-format3019msgid "'%s' cannot be used with %s"3020msgstr ""30213022#: builtin/checkout.c:2553023#, c-format3024msgid "Cannot update paths and switch to branch '%s' at the same time."3025msgstr ""30263027#: builtin/checkout.c:266 builtin/checkout.c:4583028msgid "corrupt index file"3029msgstr ""30303031#: builtin/checkout.c:329 builtin/checkout.c:3363032#, c-format3033msgid "path '%s' is unmerged"3034msgstr ""30353036#: builtin/checkout.c:4803037msgid "you need to resolve your current index first"3038msgstr ""30393040#: builtin/checkout.c:6013041#, c-format3042msgid "Can not do reflog for '%s'\n"3043msgstr ""30443045#: builtin/checkout.c:6393046msgid "HEAD is now at"3047msgstr ""30483049#: builtin/checkout.c:6463050#, c-format3051msgid "Reset branch '%s'\n"3052msgstr ""30533054#: builtin/checkout.c:6493055#, c-format3056msgid "Already on '%s'\n"3057msgstr ""30583059#: builtin/checkout.c:6533060#, c-format3061msgid "Switched to and reset branch '%s'\n"3062msgstr ""30633064#: builtin/checkout.c:655 builtin/checkout.c:9973065#, c-format3066msgid "Switched to a new branch '%s'\n"3067msgstr ""30683069#: builtin/checkout.c:6573070#, c-format3071msgid "Switched to branch '%s'\n"3072msgstr ""30733074#: builtin/checkout.c:7133075#, c-format3076msgid " ... and %d more.\n"3077msgstr ""30783079#. The singular version3080#: builtin/checkout.c:7193081#, c-format3082msgid ""3083"Warning: you are leaving %d commit behind, not connected to\n"3084"any of your branches:\n"3085"\n"3086"%s\n"3087msgid_plural ""3088"Warning: you are leaving %d commits behind, not connected to\n"3089"any of your branches:\n"3090"\n"3091"%s\n"3092msgstr[0] ""3093msgstr[1] ""30943095#: builtin/checkout.c:7373096#, c-format3097msgid ""3098"If you want to keep them by creating a new branch, this may be a good time\n"3099"to do so with:\n"3100"\n"3101" git branch new_branch_name %s\n"3102"\n"3103msgstr ""31043105#: builtin/checkout.c:7673106msgid "internal error in revision walk"3107msgstr ""31083109#: builtin/checkout.c:7713110msgid "Previous HEAD position was"3111msgstr ""31123113#: builtin/checkout.c:798 builtin/checkout.c:9923114msgid "You are on a branch yet to be born"3115msgstr ""31163117#. case (1)3118#: builtin/checkout.c:9283119#, c-format3120msgid "invalid reference: %s"3121msgstr ""31223123#. case (1): want a tree3124#: builtin/checkout.c:9673125#, c-format3126msgid "reference is not a tree: %s"3127msgstr ""31283129#: builtin/checkout.c:10063130msgid "paths cannot be used with switching branches"3131msgstr ""31323133#: builtin/checkout.c:1009 builtin/checkout.c:10133134#, c-format3135msgid "'%s' cannot be used with switching branches"3136msgstr ""31373138#: builtin/checkout.c:1017 builtin/checkout.c:1020 builtin/checkout.c:10253139#: builtin/checkout.c:10283140#, c-format3141msgid "'%s' cannot be used with '%s'"3142msgstr ""31433144#: builtin/checkout.c:10333145#, c-format3146msgid "Cannot switch branch to a non-commit '%s'"3147msgstr ""31483149#: builtin/checkout.c:1055 builtin/checkout.c:1057 builtin/clone.c:893150#: builtin/remote.c:169 builtin/remote.c:1713151msgid "branch"3152msgstr ""31533154#: builtin/checkout.c:10563155msgid "create and checkout a new branch"3156msgstr ""31573158#: builtin/checkout.c:10583159msgid "create/reset and checkout a branch"3160msgstr ""31613162#: builtin/checkout.c:10593163msgid "create reflog for new branch"3164msgstr ""31653166#: builtin/checkout.c:10603167msgid "detach the HEAD at named commit"3168msgstr ""31693170#: builtin/checkout.c:10613171msgid "set upstream info for new branch"3172msgstr ""31733174#: builtin/checkout.c:10633175msgid "new branch"3176msgstr ""31773178#: builtin/checkout.c:10633179msgid "new unparented branch"3180msgstr ""31813182#: builtin/checkout.c:10643183msgid "checkout our version for unmerged files"3184msgstr ""31853186#: builtin/checkout.c:10663187msgid "checkout their version for unmerged files"3188msgstr ""31893190#: builtin/checkout.c:10683191msgid "force checkout (throw away local modifications)"3192msgstr ""31933194#: builtin/checkout.c:10693195msgid "perform a 3-way merge with the new branch"3196msgstr ""31973198#: builtin/checkout.c:1070 builtin/merge.c:2323199msgid "update ignored files (default)"3200msgstr ""32013202#: builtin/checkout.c:1071 builtin/log.c:1208 parse-options.h:2493203msgid "style"3204msgstr ""32053206#: builtin/checkout.c:10723207msgid "conflict style (merge or diff3)"3208msgstr ""32093210#: builtin/checkout.c:10753211msgid "do not limit pathspecs to sparse entries only"3212msgstr ""32133214#: builtin/checkout.c:10773215msgid "second guess 'git checkout no-such-branch'"3216msgstr ""32173218#: builtin/checkout.c:11013219msgid "-b, -B and --orphan are mutually exclusive"3220msgstr ""32213222#: builtin/checkout.c:11183223msgid "--track needs a branch name"3224msgstr ""32253226#: builtin/checkout.c:11253227msgid "Missing branch name; try -b"3228msgstr ""32293230#: builtin/checkout.c:11603231msgid "invalid path specification"3232msgstr ""32333234#: builtin/checkout.c:11673235#, c-format3236msgid ""3237"Cannot update paths and switch to branch '%s' at the same time.\n"3238"Did you intend to checkout '%s' which can not be resolved as commit?"3239msgstr ""32403241#: builtin/checkout.c:11723242#, c-format3243msgid "git checkout: --detach does not take a path argument '%s'"3244msgstr ""32453246#: builtin/checkout.c:11763247msgid ""3248"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"3249"checking out of the index."3250msgstr ""32513252#: builtin/clean.c:253253msgid ""3254"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."3255msgstr ""32563257#: builtin/clean.c:293258#, c-format3259msgid "Removing %s\n"3260msgstr ""32613262#: builtin/clean.c:303263#, c-format3264msgid "Would remove %s\n"3265msgstr ""32663267#: builtin/clean.c:313268#, c-format3269msgid "Skipping repository %s\n"3270msgstr ""32713272#: builtin/clean.c:323273#, c-format3274msgid "Would skip repository %s\n"3275msgstr ""32763277#: builtin/clean.c:333278#, c-format3279msgid "failed to remove %s"3280msgstr ""32813282#: builtin/clean.c:2933283msgid ""3284"Prompt help:\n"3285"1 - select a numbered item\n"3286"foo - select item based on unique prefix\n"3287" - (empty) select nothing"3288msgstr ""32893290#: builtin/clean.c:2973291msgid ""3292"Prompt help:\n"3293"1 - select a single item\n"3294"3-5 - select a range of items\n"3295"2-3,6-9 - select multiple ranges\n"3296"foo - select item based on unique prefix\n"3297"-... - unselect specified items\n"3298"* - choose all items\n"3299" - (empty) finish selecting"3300msgstr ""33013302#: builtin/clean.c:5153303#, c-format3304msgid "Huh (%s)?"3305msgstr ""33063307#: builtin/clean.c:6583308#, c-format3309msgid "Input ignore patterns>> "3310msgstr ""33113312#: builtin/clean.c:6953313#, c-format3314msgid "WARNING: Cannot find items matched by: %s"3315msgstr ""33163317#: builtin/clean.c:7163318msgid "Select items to delete"3319msgstr ""33203321#: builtin/clean.c:7563322#, c-format3323msgid "remove %s? "3324msgstr ""33253326#: builtin/clean.c:7813327msgid "Bye."3328msgstr ""33293330#: builtin/clean.c:7893331msgid ""3332"clean - start cleaning\n"3333"filter by pattern - exclude items from deletion\n"3334"select by numbers - select items to be deleted by numbers\n"3335"ask each - confirm each deletion (like \"rm -i\")\n"3336"quit - stop cleaning\n"3337"help - this screen\n"3338"? - help for prompt selection"3339msgstr ""33403341#: builtin/clean.c:8163342msgid "*** Commands ***"3343msgstr ""33443345#: builtin/clean.c:8173346msgid "What now"3347msgstr ""33483349#: builtin/clean.c:8253350msgid "Would remove the following item:"3351msgid_plural "Would remove the following items:"3352msgstr[0] ""3353msgstr[1] ""33543355#: builtin/clean.c:8423356msgid "No more files to clean, exiting."3357msgstr ""33583359#: builtin/clean.c:8743360msgid "do not print names of files removed"3361msgstr ""33623363#: builtin/clean.c:8763364msgid "force"3365msgstr ""33663367#: builtin/clean.c:8773368msgid "interactive cleaning"3369msgstr ""33703371#: builtin/clean.c:8793372msgid "remove whole directories"3373msgstr ""33743375#: builtin/clean.c:880 builtin/describe.c:420 builtin/grep.c:7163376#: builtin/ls-files.c:493 builtin/name-rev.c:315 builtin/show-ref.c:1863377msgid "pattern"3378msgstr ""33793380#: builtin/clean.c:8813381msgid "add <pattern> to ignore rules"3382msgstr ""33833384#: builtin/clean.c:8823385msgid "remove ignored files, too"3386msgstr ""33873388#: builtin/clean.c:8843389msgid "remove only ignored files"3390msgstr ""33913392#: builtin/clean.c:9023393msgid "-x and -X cannot be used together"3394msgstr ""33953396#: builtin/clean.c:9063397msgid ""3398"clean.requireForce set to true and neither -i, -n nor -f given; refusing to "3399"clean"3400msgstr ""34013402#: builtin/clean.c:9093403msgid ""3404"clean.requireForce defaults to true and neither -i, -n nor -f given; "3405"refusing to clean"3406msgstr ""34073408#: builtin/clone.c:363409msgid "git clone [options] [--] <repo> [<dir>]"3410msgstr ""34113412#: builtin/clone.c:64 builtin/fetch.c:82 builtin/merge.c:2293413#: builtin/push.c:4623414msgid "force progress reporting"3415msgstr ""34163417#: builtin/clone.c:663418msgid "don't create a checkout"3419msgstr ""34203421#: builtin/clone.c:67 builtin/clone.c:69 builtin/init-db.c:4883422msgid "create a bare repository"3423msgstr ""34243425#: builtin/clone.c:723426msgid "create a mirror repository (implies bare)"3427msgstr ""34283429#: builtin/clone.c:743430msgid "to clone from a local repository"3431msgstr ""34323433#: builtin/clone.c:763434msgid "don't use local hardlinks, always copy"3435msgstr ""34363437#: builtin/clone.c:783438msgid "setup as shared repository"3439msgstr ""34403441#: builtin/clone.c:80 builtin/clone.c:823442msgid "initialize submodules in the clone"3443msgstr ""34443445#: builtin/clone.c:83 builtin/init-db.c:4853446msgid "template-directory"3447msgstr ""34483449#: builtin/clone.c:84 builtin/init-db.c:4863450msgid "directory from which templates will be used"3451msgstr ""34523453#: builtin/clone.c:863454msgid "reference repository"3455msgstr ""34563457#: builtin/clone.c:87 builtin/column.c:26 builtin/merge-file.c:443458msgid "name"3459msgstr ""34603461#: builtin/clone.c:883462msgid "use <name> instead of 'origin' to track upstream"3463msgstr ""34643465#: builtin/clone.c:903466msgid "checkout <branch> instead of the remote's HEAD"3467msgstr ""34683469#: builtin/clone.c:923470msgid "path to git-upload-pack on the remote"3471msgstr ""34723473#: builtin/clone.c:93 builtin/fetch.c:83 builtin/grep.c:6613474msgid "depth"3475msgstr ""34763477#: builtin/clone.c:943478msgid "create a shallow clone of that depth"3479msgstr ""34803481#: builtin/clone.c:963482msgid "clone only one branch, HEAD or --branch"3483msgstr ""34843485#: builtin/clone.c:97 builtin/init-db.c:4943486msgid "gitdir"3487msgstr ""34883489#: builtin/clone.c:98 builtin/init-db.c:4953490msgid "separate git dir from working tree"3491msgstr ""34923493#: builtin/clone.c:993494msgid "key=value"3495msgstr ""34963497#: builtin/clone.c:1003498msgid "set config inside the new repository"3499msgstr ""35003501#: builtin/clone.c:2533502#, c-format3503msgid "reference repository '%s' is not a local repository."3504msgstr ""35053506#: builtin/clone.c:3163507#, c-format3508msgid "failed to create directory '%s'"3509msgstr ""35103511#: builtin/clone.c:318 builtin/diff.c:773512#, c-format3513msgid "failed to stat '%s'"3514msgstr ""35153516#: builtin/clone.c:3203517#, c-format3518msgid "%s exists and is not a directory"3519msgstr ""35203521#: builtin/clone.c:3343522#, c-format3523msgid "failed to stat %s\n"3524msgstr ""35253526#: builtin/clone.c:3563527#, c-format3528msgid "failed to create link '%s'"3529msgstr ""35303531#: builtin/clone.c:3603532#, c-format3533msgid "failed to copy file to '%s'"3534msgstr ""35353536#: builtin/clone.c:3833537#, c-format3538msgid "done.\n"3539msgstr ""35403541#: builtin/clone.c:3963542msgid ""3543"Clone succeeded, but checkout failed.\n"3544"You can inspect what was checked out with 'git status'\n"3545"and retry the checkout with 'git checkout -f HEAD'\n"3546msgstr ""35473548#: builtin/clone.c:4753549#, c-format3550msgid "Could not find remote branch %s to clone."3551msgstr ""35523553#: builtin/clone.c:5553554#, c-format3555msgid "Checking connectivity... "3556msgstr ""35573558#: builtin/clone.c:5583559msgid "remote did not send all necessary objects"3560msgstr ""35613562#: builtin/clone.c:5603563#, c-format3564msgid "done\n"3565msgstr ""35663567#: builtin/clone.c:6213568msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"3569msgstr ""35703571#: builtin/clone.c:6523572msgid "unable to checkout working tree"3573msgstr ""35743575#: builtin/clone.c:7603576msgid "Too many arguments."3577msgstr ""35783579#: builtin/clone.c:7643580msgid "You must specify a repository to clone."3581msgstr ""35823583#: builtin/clone.c:7753584#, c-format3585msgid "--bare and --origin %s options are incompatible."3586msgstr ""35873588#: builtin/clone.c:7783589msgid "--bare and --separate-git-dir are incompatible."3590msgstr ""35913592#: builtin/clone.c:7913593#, c-format3594msgid "repository '%s' does not exist"3595msgstr ""35963597#: builtin/clone.c:7963598msgid "--depth is ignored in local clones; use file:// instead."3599msgstr ""36003601#: builtin/clone.c:7983602msgid "--local is ignored"3603msgstr ""36043605#: builtin/clone.c:8083606#, c-format3607msgid "destination path '%s' already exists and is not an empty directory."3608msgstr ""36093610#: builtin/clone.c:8183611#, c-format3612msgid "working tree '%s' already exists."3613msgstr ""36143615#: builtin/clone.c:831 builtin/clone.c:8433616#, c-format3617msgid "could not create leading directories of '%s'"3618msgstr ""36193620#: builtin/clone.c:8343621#, c-format3622msgid "could not create work tree dir '%s'."3623msgstr ""36243625#: builtin/clone.c:8533626#, c-format3627msgid "Cloning into bare repository '%s'...\n"3628msgstr ""36293630#: builtin/clone.c:8553631#, c-format3632msgid "Cloning into '%s'...\n"3633msgstr ""36343635#: builtin/clone.c:8903636#, c-format3637msgid "Don't know how to clone %s"3638msgstr ""36393640#: builtin/clone.c:9423641#, c-format3642msgid "Remote branch %s not found in upstream %s"3643msgstr ""36443645#: builtin/clone.c:9493646msgid "You appear to have cloned an empty repository."3647msgstr ""36483649#: builtin/column.c:93650msgid "git column [options]"3651msgstr ""36523653#: builtin/column.c:263654msgid "lookup config vars"3655msgstr ""36563657#: builtin/column.c:27 builtin/column.c:283658msgid "layout to use"3659msgstr ""36603661#: builtin/column.c:293662msgid "Maximum width"3663msgstr ""36643665#: builtin/column.c:303666msgid "Padding space on left border"3667msgstr ""36683669#: builtin/column.c:313670msgid "Padding space on right border"3671msgstr ""36723673#: builtin/column.c:323674msgid "Padding space between columns"3675msgstr ""36763677#: builtin/column.c:513678msgid "--command must be the first argument"3679msgstr ""36803681#: builtin/commit.c:353682msgid "git commit [options] [--] <pathspec>..."3683msgstr ""36843685#: builtin/commit.c:403686msgid "git status [options] [--] <pathspec>..."3687msgstr ""36883689#: builtin/commit.c:453690msgid ""3691"Your name and email address were configured automatically based\n"3692"on your username and hostname. Please check that they are accurate.\n"3693"You can suppress this message by setting them explicitly:\n"3694"\n"3695" git config --global user.name \"Your Name\"\n"3696" git config --global user.email you@example.com\n"3697"\n"3698"After doing this, you may fix the identity used for this commit with:\n"3699"\n"3700" git commit --amend --reset-author\n"3701msgstr ""37023703#: builtin/commit.c:573704msgid ""3705"You asked to amend the most recent commit, but doing so would make\n"3706"it empty. You can repeat your command with --allow-empty, or you can\n"3707"remove the commit entirely with \"git reset HEAD^\".\n"3708msgstr ""37093710#: builtin/commit.c:623711msgid ""3712"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"3713"If you wish to commit it anyway, use:\n"3714"\n"3715" git commit --allow-empty\n"3716"\n"3717msgstr ""37183719#: builtin/commit.c:693720msgid "Otherwise, please use 'git reset'\n"3721msgstr ""37223723#: builtin/commit.c:723724msgid ""3725"If you wish to skip this commit, use:\n"3726"\n"3727" git reset\n"3728"\n"3729"Then \"git cherry-pick --continue\" will resume cherry-picking\n"3730"the remaining commits.\n"3731msgstr ""37323733#: builtin/commit.c:2793734msgid "failed to unpack HEAD tree object"3735msgstr ""37363737#: builtin/commit.c:3213738msgid "unable to create temporary index"3739msgstr ""37403741#: builtin/commit.c:3273742msgid "interactive add failed"3743msgstr ""37443745#: builtin/commit.c:360 builtin/commit.c:381 builtin/commit.c:4313746msgid "unable to write new_index file"3747msgstr ""37483749#: builtin/commit.c:4123750msgid "cannot do a partial commit during a merge."3751msgstr ""37523753#: builtin/commit.c:4143754msgid "cannot do a partial commit during a cherry-pick."3755msgstr ""37563757#: builtin/commit.c:4243758msgid "cannot read the index"3759msgstr ""37603761#: builtin/commit.c:4443762msgid "unable to write temporary index file"3763msgstr ""37643765#: builtin/commit.c:535 builtin/commit.c:5413766#, c-format3767msgid "invalid commit: %s"3768msgstr ""37693770#: builtin/commit.c:5633771msgid "malformed --author parameter"3772msgstr ""37733774#: builtin/commit.c:5833775#, c-format3776msgid "Malformed ident string: '%s'"3777msgstr ""37783779#: builtin/commit.c:621 builtin/commit.c:654 builtin/commit.c:9823780#, c-format3781msgid "could not lookup commit %s"3782msgstr ""37833784#: builtin/commit.c:633 builtin/shortlog.c:2713785#, c-format3786msgid "(reading log message from standard input)\n"3787msgstr ""37883789#: builtin/commit.c:6353790msgid "could not read log from standard input"3791msgstr ""37923793#: builtin/commit.c:6393794#, c-format3795msgid "could not read log file '%s'"3796msgstr ""37973798#: builtin/commit.c:6453799msgid "commit has empty message"3800msgstr ""38013802#: builtin/commit.c:6613803msgid "could not read MERGE_MSG"3804msgstr ""38053806#: builtin/commit.c:6653807msgid "could not read SQUASH_MSG"3808msgstr ""38093810#: builtin/commit.c:6693811#, c-format3812msgid "could not read '%s'"3813msgstr ""38143815#: builtin/commit.c:7303816msgid "could not write commit template"3817msgstr ""38183819#: builtin/commit.c:7413820#, c-format3821msgid ""3822"\n"3823"It looks like you may be committing a merge.\n"3824"If this is not correct, please remove the file\n"3825"\t%s\n"3826"and try again.\n"3827msgstr ""38283829#: builtin/commit.c:7463830#, c-format3831msgid ""3832"\n"3833"It looks like you may be committing a cherry-pick.\n"3834"If this is not correct, please remove the file\n"3835"\t%s\n"3836"and try again.\n"3837msgstr ""38383839#: builtin/commit.c:7583840#, c-format3841msgid ""3842"Please enter the commit message for your changes. Lines starting\n"3843"with '%c' will be ignored, and an empty message aborts the commit.\n"3844msgstr ""38453846#: builtin/commit.c:7633847#, c-format3848msgid ""3849"Please enter the commit message for your changes. Lines starting\n"3850"with '%c' will be kept; you may remove them yourself if you want to.\n"3851"An empty message aborts the commit.\n"3852msgstr ""38533854#: builtin/commit.c:7763855#, c-format3856msgid "%sAuthor: %s"3857msgstr ""38583859#: builtin/commit.c:7833860#, c-format3861msgid "%sCommitter: %s"3862msgstr ""38633864#: builtin/commit.c:8033865msgid "Cannot read index"3866msgstr ""38673868#: builtin/commit.c:8453869msgid "Error building trees"3870msgstr ""38713872#: builtin/commit.c:860 builtin/tag.c:3593873#, c-format3874msgid "Please supply the message using either -m or -F option.\n"3875msgstr ""38763877#: builtin/commit.c:9573878#, c-format3879msgid "No existing author found with '%s'"3880msgstr ""38813882#: builtin/commit.c:972 builtin/commit.c:12083883#, c-format3884msgid "Invalid untracked files mode '%s'"3885msgstr ""38863887#: builtin/commit.c:10093888msgid "--long and -z are incompatible"3889msgstr ""38903891#: builtin/commit.c:10393892msgid "Using both --reset-author and --author does not make sense"3893msgstr ""38943895#: builtin/commit.c:10503896msgid "You have nothing to amend."3897msgstr ""38983899#: builtin/commit.c:10533900msgid "You are in the middle of a merge -- cannot amend."3901msgstr ""39023903#: builtin/commit.c:10553904msgid "You are in the middle of a cherry-pick -- cannot amend."3905msgstr ""39063907#: builtin/commit.c:10583908msgid "Options --squash and --fixup cannot be used together"3909msgstr ""39103911#: builtin/commit.c:10683912msgid "Only one of -c/-C/-F/--fixup can be used."3913msgstr ""39143915#: builtin/commit.c:10703916msgid "Option -m cannot be combined with -c/-C/-F/--fixup."3917msgstr ""39183919#: builtin/commit.c:10783920msgid "--reset-author can be used only with -C, -c or --amend."3921msgstr ""39223923#: builtin/commit.c:10953924msgid "Only one of --include/--only/--all/--interactive/--patch can be used."3925msgstr ""39263927#: builtin/commit.c:10973928msgid "No paths with --include/--only does not make sense."3929msgstr ""39303931#: builtin/commit.c:10993932msgid "Clever... amending the last one with dirty index."3933msgstr ""39343935#: builtin/commit.c:11013936msgid "Explicit paths specified without -i nor -o; assuming --only paths..."3937msgstr ""39383939#: builtin/commit.c:1111 builtin/tag.c:5753940#, c-format3941msgid "Invalid cleanup mode %s"3942msgstr ""39433944#: builtin/commit.c:11163945msgid "Paths with -a does not make sense."3946msgstr ""39473948#: builtin/commit.c:1222 builtin/commit.c:14553949msgid "show status concisely"3950msgstr ""39513952#: builtin/commit.c:1224 builtin/commit.c:14573953msgid "show branch information"3954msgstr ""39553956#: builtin/commit.c:1226 builtin/commit.c:1459 builtin/push.c:4523957msgid "machine-readable output"3958msgstr ""39593960#: builtin/commit.c:1229 builtin/commit.c:14613961msgid "show status in long format (default)"3962msgstr ""39633964#: builtin/commit.c:1232 builtin/commit.c:14643965msgid "terminate entries with NUL"3966msgstr ""39673968#: builtin/commit.c:1234 builtin/commit.c:1467 builtin/fast-export.c:6673969#: builtin/fast-export.c:670 builtin/tag.c:4593970msgid "mode"3971msgstr ""39723973#: builtin/commit.c:1235 builtin/commit.c:14673974msgid "show untracked files, optional modes: all, normal, no. (Default: all)"3975msgstr ""39763977#: builtin/commit.c:12383978msgid "show ignored files"3979msgstr ""39803981#: builtin/commit.c:1239 parse-options.h:1543982msgid "when"3983msgstr ""39843985#: builtin/commit.c:12403986msgid ""3987"ignore changes to submodules, optional when: all, dirty, untracked. "3988"(Default: all)"3989msgstr ""39903991#: builtin/commit.c:12423992msgid "list untracked files in columns"3993msgstr ""39943995#: builtin/commit.c:13133996msgid "couldn't look up newly created commit"3997msgstr ""39983999#: builtin/commit.c:13154000msgid "could not parse newly created commit"4001msgstr ""40024003#: builtin/commit.c:13564004msgid "detached HEAD"4005msgstr ""40064007#: builtin/commit.c:13584008msgid " (root-commit)"4009msgstr ""40104011#: builtin/commit.c:14254012msgid "suppress summary after successful commit"4013msgstr ""40144015#: builtin/commit.c:14264016msgid "show diff in commit message template"4017msgstr ""40184019#: builtin/commit.c:14284020msgid "Commit message options"4021msgstr ""40224023#: builtin/commit.c:1429 builtin/tag.c:4574024msgid "read message from file"4025msgstr ""40264027#: builtin/commit.c:14304028msgid "author"4029msgstr ""40304031#: builtin/commit.c:14304032msgid "override author for commit"4033msgstr ""40344035#: builtin/commit.c:1431 builtin/gc.c:1784036msgid "date"4037msgstr ""40384039#: builtin/commit.c:14314040msgid "override date for commit"4041msgstr ""40424043#: builtin/commit.c:1432 builtin/merge.c:223 builtin/notes.c:4054044#: builtin/notes.c:562 builtin/tag.c:4554045msgid "message"4046msgstr ""40474048#: builtin/commit.c:14324049msgid "commit message"4050msgstr ""40514052#: builtin/commit.c:14334053msgid "reuse and edit message from specified commit"4054msgstr ""40554056#: builtin/commit.c:14344057msgid "reuse message from specified commit"4058msgstr ""40594060#: builtin/commit.c:14354061msgid "use autosquash formatted message to fixup specified commit"4062msgstr ""40634064#: builtin/commit.c:14364065msgid "use autosquash formatted message to squash specified commit"4066msgstr ""40674068#: builtin/commit.c:14374069msgid "the commit is authored by me now (used with -C/-c/--amend)"4070msgstr ""40714072#: builtin/commit.c:1438 builtin/log.c:1160 builtin/revert.c:1114073msgid "add Signed-off-by:"4074msgstr ""40754076#: builtin/commit.c:14394077msgid "use specified template file"4078msgstr ""40794080#: builtin/commit.c:14404081msgid "force edit of commit"4082msgstr ""40834084#: builtin/commit.c:14414085msgid "default"4086msgstr ""40874088#: builtin/commit.c:1441 builtin/tag.c:4604089msgid "how to strip spaces and #comments from message"4090msgstr ""40914092#: builtin/commit.c:14424093msgid "include status in commit message template"4094msgstr ""40954096#: builtin/commit.c:1443 builtin/merge.c:230 builtin/tag.c:4614097msgid "key id"4098msgstr ""40994100#: builtin/commit.c:1444 builtin/merge.c:2314101msgid "GPG sign commit"4102msgstr ""41034104#. end commit message options4105#: builtin/commit.c:14474106msgid "Commit contents options"4107msgstr ""41084109#: builtin/commit.c:14484110msgid "commit all changed files"4111msgstr ""41124113#: builtin/commit.c:14494114msgid "add specified files to index for commit"4115msgstr ""41164117#: builtin/commit.c:14504118msgid "interactively add files"4119msgstr ""41204121#: builtin/commit.c:14514122msgid "interactively add changes"4123msgstr ""41244125#: builtin/commit.c:14524126msgid "commit only specified files"4127msgstr ""41284129#: builtin/commit.c:14534130msgid "bypass pre-commit hook"4131msgstr ""41324133#: builtin/commit.c:14544134msgid "show what would be committed"4135msgstr ""41364137#: builtin/commit.c:14654138msgid "amend previous commit"4139msgstr ""41404141#: builtin/commit.c:14664142msgid "bypass post-rewrite hook"4143msgstr ""41444145#: builtin/commit.c:14714146msgid "ok to record an empty change"4147msgstr ""41484149#: builtin/commit.c:14744150msgid "ok to record a change with an empty message"4151msgstr ""41524153#: builtin/commit.c:15074154msgid "could not parse HEAD commit"4155msgstr ""41564157#: builtin/commit.c:1545 builtin/merge.c:5254158#, c-format4159msgid "could not open '%s' for reading"4160msgstr ""41614162#: builtin/commit.c:15524163#, c-format4164msgid "Corrupt MERGE_HEAD file (%s)"4165msgstr ""41664167#: builtin/commit.c:15594168msgid "could not read MERGE_MODE"4169msgstr ""41704171#: builtin/commit.c:15784172#, c-format4173msgid "could not read commit message: %s"4174msgstr ""41754176#: builtin/commit.c:15924177#, c-format4178msgid "Aborting commit; you did not edit the message.\n"4179msgstr ""41804181#: builtin/commit.c:15974182#, c-format4183msgid "Aborting commit due to empty commit message.\n"4184msgstr ""41854186#: builtin/commit.c:1612 builtin/merge.c:861 builtin/merge.c:8864187msgid "failed to write commit object"4188msgstr ""41894190#: builtin/commit.c:16334191msgid "cannot lock HEAD ref"4192msgstr ""41934194#: builtin/commit.c:16374195msgid "cannot update HEAD ref"4196msgstr ""41974198#: builtin/commit.c:16484199msgid ""4200"Repository has been updated, but unable to write\n"4201"new_index file. Check that disk is not full or quota is\n"4202"not exceeded, and then \"git reset HEAD\" to recover."4203msgstr ""42044205#: builtin/config.c:74206msgid "git config [options]"4207msgstr ""42084209#: builtin/config.c:524210msgid "Config file location"4211msgstr ""42124213#: builtin/config.c:534214msgid "use global config file"4215msgstr ""42164217#: builtin/config.c:544218msgid "use system config file"4219msgstr ""42204221#: builtin/config.c:554222msgid "use repository config file"4223msgstr ""42244225#: builtin/config.c:564226msgid "use given config file"4227msgstr ""42284229#: builtin/config.c:574230msgid "blob-id"4231msgstr ""42324233#: builtin/config.c:574234msgid "read config from given blob object"4235msgstr ""42364237#: builtin/config.c:584238msgid "Action"4239msgstr ""42404241#: builtin/config.c:594242msgid "get value: name [value-regex]"4243msgstr ""42444245#: builtin/config.c:604246msgid "get all values: key [value-regex]"4247msgstr ""42484249#: builtin/config.c:614250msgid "get values for regexp: name-regex [value-regex]"4251msgstr ""42524253#: builtin/config.c:624254msgid "replace all matching variables: name value [value_regex]"4255msgstr ""42564257#: builtin/config.c:634258msgid "add a new variable: name value"4259msgstr ""42604261#: builtin/config.c:644262msgid "remove a variable: name [value-regex]"4263msgstr ""42644265#: builtin/config.c:654266msgid "remove all matches: name [value-regex]"4267msgstr ""42684269#: builtin/config.c:664270msgid "rename section: old-name new-name"4271msgstr ""42724273#: builtin/config.c:674274msgid "remove a section: name"4275msgstr ""42764277#: builtin/config.c:684278msgid "list all"4279msgstr ""42804281#: builtin/config.c:694282msgid "open an editor"4283msgstr ""42844285#: builtin/config.c:70 builtin/config.c:714286msgid "slot"4287msgstr ""42884289#: builtin/config.c:704290msgid "find the color configured: [default]"4291msgstr ""42924293#: builtin/config.c:714294msgid "find the color setting: [stdout-is-tty]"4295msgstr ""42964297#: builtin/config.c:724298msgid "Type"4299msgstr ""43004301#: builtin/config.c:734302msgid "value is \"true\" or \"false\""4303msgstr ""43044305#: builtin/config.c:744306msgid "value is decimal number"4307msgstr ""43084309#: builtin/config.c:754310msgid "value is --bool or --int"4311msgstr ""43124313#: builtin/config.c:764314msgid "value is a path (file or directory name)"4315msgstr ""43164317#: builtin/config.c:774318msgid "Other"4319msgstr ""43204321#: builtin/config.c:784322msgid "terminate values with NUL byte"4323msgstr ""43244325#: builtin/config.c:794326msgid "respect include directives on lookup"4327msgstr ""43284329#: builtin/count-objects.c:824330msgid "git count-objects [-v] [-H | --human-readable]"4331msgstr ""43324333#: builtin/count-objects.c:974334msgid "print sizes in human readable format"4335msgstr ""43364337#: builtin/describe.c:164338msgid "git describe [options] <committish>*"4339msgstr ""43404341#: builtin/describe.c:174342msgid "git describe [options] --dirty"4343msgstr ""43444345#: builtin/describe.c:2374346#, c-format4347msgid "annotated tag %s not available"4348msgstr ""43494350#: builtin/describe.c:2414351#, c-format4352msgid "annotated tag %s has no embedded name"4353msgstr ""43544355#: builtin/describe.c:2434356#, c-format4357msgid "tag '%s' is really '%s' here"4358msgstr ""43594360#: builtin/describe.c:2704361#, c-format4362msgid "Not a valid object name %s"4363msgstr ""43644365#: builtin/describe.c:2734366#, c-format4367msgid "%s is not a valid '%s' object"4368msgstr ""43694370#: builtin/describe.c:2904371#, c-format4372msgid "no tag exactly matches '%s'"4373msgstr ""43744375#: builtin/describe.c:2924376#, c-format4377msgid "searching to describe %s\n"4378msgstr ""43794380#: builtin/describe.c:3324381#, c-format4382msgid "finished search at %s\n"4383msgstr ""43844385#: builtin/describe.c:3594386#, c-format4387msgid ""4388"No annotated tags can describe '%s'.\n"4389"However, there were unannotated tags: try --tags."4390msgstr ""43914392#: builtin/describe.c:3634393#, c-format4394msgid ""4395"No tags can describe '%s'.\n"4396"Try --always, or create some tags."4397msgstr ""43984399#: builtin/describe.c:3844400#, c-format4401msgid "traversed %lu commits\n"4402msgstr ""44034404#: builtin/describe.c:3874405#, c-format4406msgid ""4407"more than %i tags found; listed %i most recent\n"4408"gave up search at %s\n"4409msgstr ""44104411#: builtin/describe.c:4094412msgid "find the tag that comes after the commit"4413msgstr ""44144415#: builtin/describe.c:4104416msgid "debug search strategy on stderr"4417msgstr ""44184419#: builtin/describe.c:4114420msgid "use any ref"4421msgstr ""44224423#: builtin/describe.c:4124424msgid "use any tag, even unannotated"4425msgstr ""44264427#: builtin/describe.c:4134428msgid "always use long format"4429msgstr ""44304431#: builtin/describe.c:4144432msgid "only follow first parent"4433msgstr ""44344435#: builtin/describe.c:4174436msgid "only output exact matches"4437msgstr ""44384439#: builtin/describe.c:4194440msgid "consider <n> most recent tags (default: 10)"4441msgstr ""44424443#: builtin/describe.c:4214444msgid "only consider tags matching <pattern>"4445msgstr ""44464447#: builtin/describe.c:423 builtin/name-rev.c:3224448msgid "show abbreviated commit object as fallback"4449msgstr ""44504451#: builtin/describe.c:4244452msgid "mark"4453msgstr ""44544455#: builtin/describe.c:4254456msgid "append <mark> on dirty working tree (default: \"-dirty\")"4457msgstr ""44584459#: builtin/describe.c:4434460msgid "--long is incompatible with --abbrev=0"4461msgstr ""44624463#: builtin/describe.c:4694464msgid "No names found, cannot describe anything."4465msgstr ""44664467#: builtin/describe.c:4894468msgid "--dirty is incompatible with committishes"4469msgstr ""44704471#: builtin/diff.c:794472#, c-format4473msgid "'%s': not a regular file or symlink"4474msgstr ""44754476#: builtin/diff.c:2304477#, c-format4478msgid "invalid option: %s"4479msgstr ""44804481#: builtin/diff.c:3074482msgid "Not a git repository"4483msgstr ""44844485#: builtin/diff.c:3504486#, c-format4487msgid "invalid object '%s' given."4488msgstr ""44894490#: builtin/diff.c:3594491#, c-format4492msgid "more than two blobs given: '%s'"4493msgstr ""44944495#: builtin/diff.c:3664496#, c-format4497msgid "unhandled object '%s' given."4498msgstr ""44994500#: builtin/fast-export.c:224501msgid "git fast-export [rev-list-opts]"4502msgstr ""45034504#: builtin/fast-export.c:6664505msgid "show progress after <n> objects"4506msgstr ""45074508#: builtin/fast-export.c:6684509msgid "select handling of signed tags"4510msgstr ""45114512#: builtin/fast-export.c:6714513msgid "select handling of tags that tag filtered objects"4514msgstr ""45154516#: builtin/fast-export.c:6744517msgid "Dump marks to this file"4518msgstr ""45194520#: builtin/fast-export.c:6764521msgid "Import marks from this file"4522msgstr ""45234524#: builtin/fast-export.c:6784525msgid "Fake a tagger when tags lack one"4526msgstr ""45274528#: builtin/fast-export.c:6804529msgid "Output full tree for each commit"4530msgstr ""45314532#: builtin/fast-export.c:6824533msgid "Use the done feature to terminate the stream"4534msgstr ""45354536#: builtin/fast-export.c:6834537msgid "Skip output of blob data"4538msgstr ""45394540#: builtin/fetch.c:204541msgid "git fetch [<options>] [<repository> [<refspec>...]]"4542msgstr ""45434544#: builtin/fetch.c:214545msgid "git fetch [<options>] <group>"4546msgstr ""45474548#: builtin/fetch.c:224549msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"4550msgstr ""45514552#: builtin/fetch.c:234553msgid "git fetch --all [<options>]"4554msgstr ""45554556#: builtin/fetch.c:604557msgid "fetch from all remotes"4558msgstr ""45594560#: builtin/fetch.c:624561msgid "append to .git/FETCH_HEAD instead of overwriting"4562msgstr ""45634564#: builtin/fetch.c:644565msgid "path to upload pack on remote end"4566msgstr ""45674568#: builtin/fetch.c:654569msgid "force overwrite of local branch"4570msgstr ""45714572#: builtin/fetch.c:674573msgid "fetch from multiple remotes"4574msgstr ""45754576#: builtin/fetch.c:694577msgid "fetch all tags and associated objects"4578msgstr ""45794580#: builtin/fetch.c:714581msgid "do not fetch all tags (--no-tags)"4582msgstr ""45834584#: builtin/fetch.c:734585msgid "prune remote-tracking branches no longer on remote"4586msgstr ""45874588#: builtin/fetch.c:744589msgid "on-demand"4590msgstr ""45914592#: builtin/fetch.c:754593msgid "control recursive fetching of submodules"4594msgstr ""45954596#: builtin/fetch.c:794597msgid "keep downloaded pack"4598msgstr ""45994600#: builtin/fetch.c:814601msgid "allow updating of HEAD ref"4602msgstr ""46034604#: builtin/fetch.c:844605msgid "deepen history of shallow clone"4606msgstr ""46074608#: builtin/fetch.c:864609msgid "convert to a complete repository"4610msgstr ""46114612#: builtin/fetch.c:88 builtin/log.c:11774613msgid "dir"4614msgstr ""46154616#: builtin/fetch.c:894617msgid "prepend this to submodule path output"4618msgstr ""46194620#: builtin/fetch.c:924621msgid "default mode for recursion"4622msgstr ""46234624#: builtin/fetch.c:2204625msgid "Couldn't find remote ref HEAD"4626msgstr ""46274628#: builtin/fetch.c:2734629#, c-format4630msgid "object %s not found"4631msgstr ""46324633#: builtin/fetch.c:2784634msgid "[up to date]"4635msgstr ""46364637#: builtin/fetch.c:2924638#, c-format4639msgid "! %-*s %-*s -> %s (can't fetch in current branch)"4640msgstr ""46414642#: builtin/fetch.c:293 builtin/fetch.c:3794643msgid "[rejected]"4644msgstr ""46454646#: builtin/fetch.c:3044647msgid "[tag update]"4648msgstr ""46494650#: builtin/fetch.c:306 builtin/fetch.c:341 builtin/fetch.c:3594651msgid " (unable to update local ref)"4652msgstr ""46534654#: builtin/fetch.c:3244655msgid "[new tag]"4656msgstr ""46574658#: builtin/fetch.c:3274659msgid "[new branch]"4660msgstr ""46614662#: builtin/fetch.c:3304663msgid "[new ref]"4664msgstr ""46654666#: builtin/fetch.c:3754667msgid "unable to update local ref"4668msgstr ""46694670#: builtin/fetch.c:3754671msgid "forced update"4672msgstr ""46734674#: builtin/fetch.c:3814675msgid "(non-fast-forward)"4676msgstr ""46774678#: builtin/fetch.c:412 builtin/fetch.c:7184679#, c-format4680msgid "cannot open %s: %s\n"4681msgstr ""46824683#: builtin/fetch.c:4214684#, c-format4685msgid "%s did not send all necessary objects\n"4686msgstr ""46874688#: builtin/fetch.c:5204689#, c-format4690msgid "From %.*s\n"4691msgstr ""46924693#: builtin/fetch.c:5314694#, c-format4695msgid ""4696"some local refs could not be updated; try running\n"4697" 'git remote prune %s' to remove any old, conflicting branches"4698msgstr ""46994700#: builtin/fetch.c:5814701#, c-format4702msgid " (%s will become dangling)"4703msgstr ""47044705#: builtin/fetch.c:5824706#, c-format4707msgid " (%s has become dangling)"4708msgstr ""47094710#: builtin/fetch.c:5894711msgid "[deleted]"4712msgstr ""47134714#: builtin/fetch.c:590 builtin/remote.c:10554715msgid "(none)"4716msgstr ""47174718#: builtin/fetch.c:7084719#, c-format4720msgid "Refusing to fetch into current branch %s of non-bare repository"4721msgstr ""47224723#: builtin/fetch.c:7424724#, c-format4725msgid "Don't know how to fetch from %s"4726msgstr ""47274728#: builtin/fetch.c:8234729#, c-format4730msgid "Option \"%s\" value \"%s\" is not valid for %s"4731msgstr ""47324733#: builtin/fetch.c:8264734#, c-format4735msgid "Option \"%s\" is ignored for %s\n"4736msgstr ""47374738#: builtin/fetch.c:9284739#, c-format4740msgid "Fetching %s\n"4741msgstr ""47424743#: builtin/fetch.c:930 builtin/remote.c:1004744#, c-format4745msgid "Could not fetch %s"4746msgstr ""47474748#: builtin/fetch.c:9494749msgid ""4750"No remote repository specified. Please, specify either a URL or a\n"4751"remote name from which new revisions should be fetched."4752msgstr ""47534754#: builtin/fetch.c:9694755msgid "You need to specify a tag name."4756msgstr ""47574758#: builtin/fetch.c:10154759msgid "--depth and --unshallow cannot be used together"4760msgstr ""47614762#: builtin/fetch.c:10174763msgid "--unshallow on a complete repository does not make sense"4764msgstr ""47654766#: builtin/fetch.c:10364767msgid "fetch --all does not take a repository argument"4768msgstr ""47694770#: builtin/fetch.c:10384771msgid "fetch --all does not make sense with refspecs"4772msgstr ""47734774#: builtin/fetch.c:10494775#, c-format4776msgid "No such remote or remote group: %s"4777msgstr ""47784779#: builtin/fetch.c:10574780msgid "Fetching a group and specifying refspecs does not make sense"4781msgstr ""47824783#: builtin/fmt-merge-msg.c:134784msgid "git fmt-merge-msg [-m <message>] [--log[=<n>]|--no-log] [--file <file>]"4785msgstr ""47864787#: builtin/fmt-merge-msg.c:663 builtin/fmt-merge-msg.c:666 builtin/grep.c:7004788#: builtin/merge.c:203 builtin/show-branch.c:655 builtin/show-ref.c:1794789#: builtin/tag.c:446 parse-options.h:133 parse-options.h:2434790msgid "n"4791msgstr ""47924793#: builtin/fmt-merge-msg.c:6644794msgid "populate log with at most <n> entries from shortlog"4795msgstr ""47964797#: builtin/fmt-merge-msg.c:6674798msgid "alias for --log (deprecated)"4799msgstr ""48004801#: builtin/fmt-merge-msg.c:6704802msgid "text"4803msgstr ""48044805#: builtin/fmt-merge-msg.c:6714806msgid "use <text> as start of message"4807msgstr ""48084809#: builtin/fmt-merge-msg.c:6724810msgid "file to read from"4811msgstr ""48124813#: builtin/for-each-ref.c:9794814msgid "git for-each-ref [options] [<pattern>]"4815msgstr ""48164817#: builtin/for-each-ref.c:9944818msgid "quote placeholders suitably for shells"4819msgstr ""48204821#: builtin/for-each-ref.c:9964822msgid "quote placeholders suitably for perl"4823msgstr ""48244825#: builtin/for-each-ref.c:9984826msgid "quote placeholders suitably for python"4827msgstr ""48284829#: builtin/for-each-ref.c:10004830msgid "quote placeholders suitably for tcl"4831msgstr ""48324833#: builtin/for-each-ref.c:10034834msgid "show only <n> matched refs"4835msgstr ""48364837#: builtin/for-each-ref.c:10044838msgid "format"4839msgstr ""48404841#: builtin/for-each-ref.c:10044842msgid "format to use for the output"4843msgstr ""48444845#: builtin/for-each-ref.c:10054846msgid "key"4847msgstr ""48484849#: builtin/for-each-ref.c:10064850msgid "field name to sort on"4851msgstr ""48524853#: builtin/fsck.c:6084854msgid "git fsck [options] [<object>...]"4855msgstr ""48564857#: builtin/fsck.c:6144858msgid "show unreachable objects"4859msgstr ""48604861#: builtin/fsck.c:6154862msgid "show dangling objects"4863msgstr ""48644865#: builtin/fsck.c:6164866msgid "report tags"4867msgstr ""48684869#: builtin/fsck.c:6174870msgid "report root nodes"4871msgstr ""48724873#: builtin/fsck.c:6184874msgid "make index objects head nodes"4875msgstr ""48764877#: builtin/fsck.c:6194878msgid "make reflogs head nodes (default)"4879msgstr ""48804881#: builtin/fsck.c:6204882msgid "also consider packs and alternate objects"4883msgstr ""48844885#: builtin/fsck.c:6214886msgid "enable more strict checking"4887msgstr ""48884889#: builtin/fsck.c:6234890msgid "write dangling objects in .git/lost-found"4891msgstr ""48924893#: builtin/fsck.c:624 builtin/prune.c:1344894msgid "show progress"4895msgstr ""48964897#: builtin/gc.c:224898msgid "git gc [options]"4899msgstr ""49004901#: builtin/gc.c:634902#, c-format4903msgid "Invalid %s: '%s'"4904msgstr ""49054906#: builtin/gc.c:904907#, c-format4908msgid "insanely long object directory %.*s"4909msgstr ""49104911#: builtin/gc.c:1794912msgid "prune unreferenced objects"4913msgstr ""49144915#: builtin/gc.c:1814916msgid "be more thorough (increased runtime)"4917msgstr ""49184919#: builtin/gc.c:1824920msgid "enable auto-gc mode"4921msgstr ""49224923#: builtin/gc.c:2224924#, c-format4925msgid ""4926"Auto packing the repository for optimum performance. You may also\n"4927"run \"git gc\" manually. See \"git help gc\" for more information.\n"4928msgstr ""49294930#: builtin/gc.c:2494931msgid ""4932"There are too many unreachable loose objects; run 'git prune' to remove them."4933msgstr ""49344935#: builtin/grep.c:224936msgid "git grep [options] [-e] <pattern> [<rev>...] [[--] <path>...]"4937msgstr ""49384939#: builtin/grep.c:2174940#, c-format4941msgid "grep: failed to create thread: %s"4942msgstr ""49434944#: builtin/grep.c:3644945#, c-format4946msgid "Failed to chdir: %s"4947msgstr ""49484949#: builtin/grep.c:442 builtin/grep.c:4774950#, c-format4951msgid "unable to read tree (%s)"4952msgstr ""49534954#: builtin/grep.c:4924955#, c-format4956msgid "unable to grep from object of type %s"4957msgstr ""49584959#: builtin/grep.c:5504960#, c-format4961msgid "switch `%c' expects a numerical value"4962msgstr ""49634964#: builtin/grep.c:5674965#, c-format4966msgid "cannot open '%s'"4967msgstr ""49684969#: builtin/grep.c:6424970msgid "search in index instead of in the work tree"4971msgstr ""49724973#: builtin/grep.c:6444974msgid "find in contents not managed by git"4975msgstr ""49764977#: builtin/grep.c:6464978msgid "search in both tracked and untracked files"4979msgstr ""49804981#: builtin/grep.c:6484982msgid "search also in ignored files"4983msgstr ""49844985#: builtin/grep.c:6514986msgid "show non-matching lines"4987msgstr ""49884989#: builtin/grep.c:6534990msgid "case insensitive matching"4991msgstr ""49924993#: builtin/grep.c:6554994msgid "match patterns only at word boundaries"4995msgstr ""49964997#: builtin/grep.c:6574998msgid "process binary files as text"4999msgstr ""50005001#: builtin/grep.c:6595002msgid "don't match patterns in binary files"5003msgstr ""50045005#: builtin/grep.c:6625006msgid "descend at most <depth> levels"5007msgstr ""50085009#: builtin/grep.c:6665010msgid "use extended POSIX regular expressions"5011msgstr ""50125013#: builtin/grep.c:6695014msgid "use basic POSIX regular expressions (default)"5015msgstr ""50165017#: builtin/grep.c:6725018msgid "interpret patterns as fixed strings"5019msgstr ""50205021#: builtin/grep.c:6755022msgid "use Perl-compatible regular expressions"5023msgstr ""50245025#: builtin/grep.c:6785026msgid "show line numbers"5027msgstr ""50285029#: builtin/grep.c:6795030msgid "don't show filenames"5031msgstr ""50325033#: builtin/grep.c:6805034msgid "show filenames"5035msgstr ""50365037#: builtin/grep.c:6825038msgid "show filenames relative to top directory"5039msgstr ""50405041#: builtin/grep.c:6845042msgid "show only filenames instead of matching lines"5043msgstr ""50445045#: builtin/grep.c:6865046msgid "synonym for --files-with-matches"5047msgstr ""50485049#: builtin/grep.c:6895050msgid "show only the names of files without match"5051msgstr ""50525053#: builtin/grep.c:6915054msgid "print NUL after filenames"5055msgstr ""50565057#: builtin/grep.c:6935058msgid "show the number of matches instead of matching lines"5059msgstr ""50605061#: builtin/grep.c:6945062msgid "highlight matches"5063msgstr ""50645065#: builtin/grep.c:6965066msgid "print empty line between matches from different files"5067msgstr ""50685069#: builtin/grep.c:6985070msgid "show filename only once above matches from same file"5071msgstr ""50725073#: builtin/grep.c:7015074msgid "show <n> context lines before and after matches"5075msgstr ""50765077#: builtin/grep.c:7045078msgid "show <n> context lines before matches"5079msgstr ""50805081#: builtin/grep.c:7065082msgid "show <n> context lines after matches"5083msgstr ""50845085#: builtin/grep.c:7075086msgid "shortcut for -C NUM"5087msgstr ""50885089#: builtin/grep.c:7105090msgid "show a line with the function name before matches"5091msgstr ""50925093#: builtin/grep.c:7125094msgid "show the surrounding function"5095msgstr ""50965097#: builtin/grep.c:7155098msgid "read patterns from file"5099msgstr ""51005101#: builtin/grep.c:7175102msgid "match <pattern>"5103msgstr ""51045105#: builtin/grep.c:7195106msgid "combine patterns specified with -e"5107msgstr ""51085109#: builtin/grep.c:7315110msgid "indicate hit with exit status without output"5111msgstr ""51125113#: builtin/grep.c:7335114msgid "show only matches from files that match all patterns"5115msgstr ""51165117#: builtin/grep.c:7355118msgid "show parse tree for grep expression"5119msgstr ""51205121#: builtin/grep.c:7395122msgid "pager"5123msgstr ""51245125#: builtin/grep.c:7395126msgid "show matching files in the pager"5127msgstr ""51285129#: builtin/grep.c:7425130msgid "allow calling of grep(1) (ignored by this build)"5131msgstr ""51325133#: builtin/grep.c:743 builtin/show-ref.c:1885134msgid "show usage"5135msgstr ""51365137#: builtin/grep.c:8105138msgid "no pattern given."5139msgstr ""51405141#: builtin/grep.c:8655142msgid "--open-files-in-pager only works on the worktree"5143msgstr ""51445145#: builtin/grep.c:8885146msgid "--cached or --untracked cannot be used with --no-index."5147msgstr ""51485149#: builtin/grep.c:8935150msgid "--no-index or --untracked cannot be used with revs."5151msgstr ""51525153#: builtin/grep.c:8965154msgid "--[no-]exclude-standard cannot be used for tracked contents."5155msgstr ""51565157#: builtin/grep.c:9045158msgid "both --cached and trees are given."5159msgstr ""51605161#: builtin/hash-object.c:605162msgid ""5163"git hash-object [-t <type>] [-w] [--path=<file>|--no-filters] [--stdin] [--] "5164"<file>..."5165msgstr ""51665167#: builtin/hash-object.c:615168msgid "git hash-object --stdin-paths < <list-of-paths>"5169msgstr ""51705171#: builtin/hash-object.c:725172msgid "type"5173msgstr ""51745175#: builtin/hash-object.c:725176msgid "object type"5177msgstr ""51785179#: builtin/hash-object.c:735180msgid "write the object into the object database"5181msgstr ""51825183#: builtin/hash-object.c:745184msgid "read the object from stdin"5185msgstr ""51865187#: builtin/hash-object.c:765188msgid "store file as is without filters"5189msgstr ""51905191#: builtin/hash-object.c:775192msgid "process file as it were from this path"5193msgstr ""51945195#: builtin/help.c:415196msgid "print all available commands"5197msgstr ""51985199#: builtin/help.c:425200msgid "print list of useful guides"5201msgstr ""52025203#: builtin/help.c:435204msgid "show man page"5205msgstr ""52065207#: builtin/help.c:445208msgid "show manual in web browser"5209msgstr ""52105211#: builtin/help.c:465212msgid "show info page"5213msgstr ""52145215#: builtin/help.c:525216msgid "git help [--all] [--guides] [--man|--web|--info] [command]"5217msgstr ""52185219#: builtin/help.c:645220#, c-format5221msgid "unrecognized help format '%s'"5222msgstr ""52235224#: builtin/help.c:925225msgid "Failed to start emacsclient."5226msgstr ""52275228#: builtin/help.c:1055229msgid "Failed to parse emacsclient version."5230msgstr ""52315232#: builtin/help.c:1135233#, c-format5234msgid "emacsclient version '%d' too old (< 22)."5235msgstr ""52365237#: builtin/help.c:131 builtin/help.c:159 builtin/help.c:168 builtin/help.c:1765238#, c-format5239msgid "failed to exec '%s': %s"5240msgstr ""52415242#: builtin/help.c:2165243#, c-format5244msgid ""5245"'%s': path for unsupported man viewer.\n"5246"Please consider using 'man.<tool>.cmd' instead."5247msgstr ""52485249#: builtin/help.c:2285250#, c-format5251msgid ""5252"'%s': cmd for supported man viewer.\n"5253"Please consider using 'man.<tool>.path' instead."5254msgstr ""52555256#: builtin/help.c:3495257#, c-format5258msgid "'%s': unknown man viewer."5259msgstr ""52605261#: builtin/help.c:3665262msgid "no man viewer handled the request"5263msgstr ""52645265#: builtin/help.c:3745266msgid "no info viewer handled the request"5267msgstr ""52685269#: builtin/help.c:4205270msgid "Defining attributes per path"5271msgstr ""52725273#: builtin/help.c:4215274msgid "A Git glossary"5275msgstr ""52765277#: builtin/help.c:4225278msgid "Specifies intentionally untracked files to ignore"5279msgstr ""52805281#: builtin/help.c:4235282msgid "Defining submodule properties"5283msgstr ""52845285#: builtin/help.c:4245286msgid "Specifying revisions and ranges for Git"5287msgstr ""52885289#: builtin/help.c:4255290msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"5291msgstr ""52925293#: builtin/help.c:4265294msgid "An overview of recommended workflows with Git"5295msgstr ""52965297#: builtin/help.c:4385298msgid "The common Git guides are:\n"5299msgstr ""53005301#: builtin/help.c:460 builtin/help.c:4765302#, c-format5303msgid "usage: %s%s"5304msgstr ""53055306#: builtin/help.c:4925307#, c-format5308msgid "`git %s' is aliased to `%s'"5309msgstr ""53105311#: builtin/index-pack.c:1845312#, c-format5313msgid "object type mismatch at %s"5314msgstr ""53155316#: builtin/index-pack.c:2045317msgid "object of unexpected type"5318msgstr ""53195320#: builtin/index-pack.c:2445321#, c-format5322msgid "cannot fill %d byte"5323msgid_plural "cannot fill %d bytes"5324msgstr[0] ""5325msgstr[1] ""53265327#: builtin/index-pack.c:2545328msgid "early EOF"5329msgstr ""53305331#: builtin/index-pack.c:2555332msgid "read error on input"5333msgstr ""53345335#: builtin/index-pack.c:2675336msgid "used more bytes than were available"5337msgstr ""53385339#: builtin/index-pack.c:2745340msgid "pack too large for current definition of off_t"5341msgstr ""53425343#: builtin/index-pack.c:2905344#, c-format5345msgid "unable to create '%s'"5346msgstr ""53475348#: builtin/index-pack.c:2955349#, c-format5350msgid "cannot open packfile '%s'"5351msgstr ""53525353#: builtin/index-pack.c:3095354msgid "pack signature mismatch"5355msgstr ""53565357#: builtin/index-pack.c:3115358#, c-format5359msgid "pack version %<PRIu32> unsupported"5360msgstr ""53615362#: builtin/index-pack.c:3295363#, c-format5364msgid "pack has bad object at offset %lu: %s"5365msgstr ""53665367#: builtin/index-pack.c:4515368#, c-format5369msgid "inflate returned %d"5370msgstr ""53715372#: builtin/index-pack.c:5005373msgid "offset value overflow for delta base object"5374msgstr ""53755376#: builtin/index-pack.c:5085377msgid "delta base offset is out of bound"5378msgstr ""53795380#: builtin/index-pack.c:5165381#, c-format5382msgid "unknown object type %d"5383msgstr ""53845385#: builtin/index-pack.c:5475386msgid "cannot pread pack file"5387msgstr ""53885389#: builtin/index-pack.c:5495390#, c-format5391msgid "premature end of pack file, %lu byte missing"5392msgid_plural "premature end of pack file, %lu bytes missing"5393msgstr[0] ""5394msgstr[1] ""53955396#: builtin/index-pack.c:5755397msgid "serious inflate inconsistency"5398msgstr ""53995400#: builtin/index-pack.c:666 builtin/index-pack.c:672 builtin/index-pack.c:6955401#: builtin/index-pack.c:729 builtin/index-pack.c:7385402#, c-format5403msgid "SHA1 COLLISION FOUND WITH %s !"5404msgstr ""54055406#: builtin/index-pack.c:669 builtin/pack-objects.c:1705407#: builtin/pack-objects.c:2625408#, c-format5409msgid "unable to read %s"5410msgstr ""54115412#: builtin/index-pack.c:7355413#, c-format5414msgid "cannot read existing object %s"5415msgstr ""54165417#: builtin/index-pack.c:7495418#, c-format5419msgid "invalid blob object %s"5420msgstr ""54215422#: builtin/index-pack.c:7635423#, c-format5424msgid "invalid %s"5425msgstr ""54265427#: builtin/index-pack.c:7665428msgid "Error in object"5429msgstr ""54305431#: builtin/index-pack.c:7685432#, c-format5433msgid "Not all child objects of %s are reachable"5434msgstr ""54355436#: builtin/index-pack.c:838 builtin/index-pack.c:8685437msgid "failed to apply delta"5438msgstr ""54395440#: builtin/index-pack.c:10095441msgid "Receiving objects"5442msgstr ""54435444#: builtin/index-pack.c:10095445msgid "Indexing objects"5446msgstr ""54475448#: builtin/index-pack.c:10355449msgid "pack is corrupted (SHA1 mismatch)"5450msgstr ""54515452#: builtin/index-pack.c:10405453msgid "cannot fstat packfile"5454msgstr ""54555456#: builtin/index-pack.c:10435457msgid "pack has junk at the end"5458msgstr ""54595460#: builtin/index-pack.c:10545461msgid "confusion beyond insanity in parse_pack_objects()"5462msgstr ""54635464#: builtin/index-pack.c:10775465msgid "Resolving deltas"5466msgstr ""54675468#: builtin/index-pack.c:10875469#, c-format5470msgid "unable to create thread: %s"5471msgstr ""54725473#: builtin/index-pack.c:11295474msgid "confusion beyond insanity"5475msgstr ""54765477#: builtin/index-pack.c:11375478#, c-format5479msgid "completed with %d local objects"5480msgstr ""54815482#: builtin/index-pack.c:11475483#, c-format5484msgid "Unexpected tail checksum for %s (disk corruption?)"5485msgstr ""54865487#: builtin/index-pack.c:11515488#, c-format5489msgid "pack has %d unresolved delta"5490msgid_plural "pack has %d unresolved deltas"5491msgstr[0] ""5492msgstr[1] ""54935494#: builtin/index-pack.c:11765495#, c-format5496msgid "unable to deflate appended object (%d)"5497msgstr ""54985499#: builtin/index-pack.c:12555500#, c-format5501msgid "local object %s is corrupt"5502msgstr ""55035504#: builtin/index-pack.c:12795505msgid "error while closing pack file"5506msgstr ""55075508#: builtin/index-pack.c:12925509#, c-format5510msgid "cannot write keep file '%s'"5511msgstr ""55125513#: builtin/index-pack.c:13005514#, c-format5515msgid "cannot close written keep file '%s'"5516msgstr ""55175518#: builtin/index-pack.c:13135519msgid "cannot store pack file"5520msgstr ""55215522#: builtin/index-pack.c:13245523msgid "cannot store index file"5524msgstr ""55255526#: builtin/index-pack.c:13575527#, c-format5528msgid "bad pack.indexversion=%<PRIu32>"5529msgstr ""55305531#: builtin/index-pack.c:13635532#, c-format5533msgid "invalid number of threads specified (%d)"5534msgstr ""55355536#: builtin/index-pack.c:1367 builtin/index-pack.c:15455537#, c-format5538msgid "no threads support, ignoring %s"5539msgstr ""55405541#: builtin/index-pack.c:14255542#, c-format5543msgid "Cannot open existing pack file '%s'"5544msgstr ""55455546#: builtin/index-pack.c:14275547#, c-format5548msgid "Cannot open existing pack idx file for '%s'"5549msgstr ""55505551#: builtin/index-pack.c:14745552#, c-format5553msgid "non delta: %d object"5554msgid_plural "non delta: %d objects"5555msgstr[0] ""5556msgstr[1] ""55575558#: builtin/index-pack.c:14815559#, c-format5560msgid "chain length = %d: %lu object"5561msgid_plural "chain length = %d: %lu objects"5562msgstr[0] ""5563msgstr[1] ""55645565#: builtin/index-pack.c:15095566msgid "Cannot come back to cwd"5567msgstr ""55685569#: builtin/index-pack.c:1557 builtin/index-pack.c:15605570#: builtin/index-pack.c:1572 builtin/index-pack.c:15765571#, c-format5572msgid "bad %s"5573msgstr ""55745575#: builtin/index-pack.c:15905576msgid "--fix-thin cannot be used without --stdin"5577msgstr ""55785579#: builtin/index-pack.c:1594 builtin/index-pack.c:16045580#, c-format5581msgid "packfile name '%s' does not end with '.pack'"5582msgstr ""55835584#: builtin/index-pack.c:16135585msgid "--verify with no packfile name given"5586msgstr ""55875588#: builtin/init-db.c:355589#, c-format5590msgid "Could not make %s writable by group"5591msgstr ""55925593#: builtin/init-db.c:625594#, c-format5595msgid "insanely long template name %s"5596msgstr ""55975598#: builtin/init-db.c:675599#, c-format5600msgid "cannot stat '%s'"5601msgstr ""56025603#: builtin/init-db.c:735604#, c-format5605msgid "cannot stat template '%s'"5606msgstr ""56075608#: builtin/init-db.c:805609#, c-format5610msgid "cannot opendir '%s'"5611msgstr ""56125613#: builtin/init-db.c:975614#, c-format5615msgid "cannot readlink '%s'"5616msgstr ""56175618#: builtin/init-db.c:995619#, c-format5620msgid "insanely long symlink %s"5621msgstr ""56225623#: builtin/init-db.c:1025624#, c-format5625msgid "cannot symlink '%s' '%s'"5626msgstr ""56275628#: builtin/init-db.c:1065629#, c-format5630msgid "cannot copy '%s' to '%s'"5631msgstr ""56325633#: builtin/init-db.c:1105634#, c-format5635msgid "ignoring template %s"5636msgstr ""56375638#: builtin/init-db.c:1335639#, c-format5640msgid "insanely long template path %s"5641msgstr ""56425643#: builtin/init-db.c:1415644#, c-format5645msgid "templates not found %s"5646msgstr ""56475648#: builtin/init-db.c:1545649#, c-format5650msgid "not copying templates of a wrong format version %d from '%s'"5651msgstr ""56525653#: builtin/init-db.c:1925654#, c-format5655msgid "insane git directory %s"5656msgstr ""56575658#: builtin/init-db.c:323 builtin/init-db.c:3265659#, c-format5660msgid "%s already exists"5661msgstr ""56625663#: builtin/init-db.c:3555664#, c-format5665msgid "unable to handle file type %d"5666msgstr ""56675668#: builtin/init-db.c:3585669#, c-format5670msgid "unable to move %s to %s"5671msgstr ""56725673#: builtin/init-db.c:3635674#, c-format5675msgid "Could not create git link %s"5676msgstr ""56775678#.5679#. * TRANSLATORS: The first '%s' is either "Reinitialized5680#. * existing" or "Initialized empty", the second " shared" or5681#. * "", and the last '%s%s' is the verbatim directory name.5682#.5683#: builtin/init-db.c:4205684#, c-format5685msgid "%s%s Git repository in %s%s\n"5686msgstr ""56875688#: builtin/init-db.c:4215689msgid "Reinitialized existing"5690msgstr ""56915692#: builtin/init-db.c:4215693msgid "Initialized empty"5694msgstr ""56955696#: builtin/init-db.c:4225697msgid " shared"5698msgstr ""56995700#: builtin/init-db.c:4415701msgid "cannot tell cwd"5702msgstr ""57035704#: builtin/init-db.c:4675705msgid ""5706"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"5707"shared[=<permissions>]] [directory]"5708msgstr ""57095710#: builtin/init-db.c:4905711msgid "permissions"5712msgstr ""57135714#: builtin/init-db.c:4915715msgid "specify that the git repository is to be shared amongst several users"5716msgstr ""57175718#: builtin/init-db.c:493 builtin/prune-packed.c:755719msgid "be quiet"5720msgstr ""57215722#: builtin/init-db.c:522 builtin/init-db.c:5295723#, c-format5724msgid "cannot mkdir %s"5725msgstr ""57265727#: builtin/init-db.c:5335728#, c-format5729msgid "cannot chdir to %s"5730msgstr ""57315732#: builtin/init-db.c:5555733#, c-format5734msgid ""5735"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"5736"dir=<directory>)"5737msgstr ""57385739#: builtin/init-db.c:5795740msgid "Cannot access current working directory"5741msgstr ""57425743#: builtin/init-db.c:5865744#, c-format5745msgid "Cannot access work tree '%s'"5746msgstr ""57475748#: builtin/log.c:415749msgid "git log [<options>] [<revision range>] [[--] <path>...]\n"5750msgstr ""57515752#: builtin/log.c:425753msgid " or: git show [options] <object>..."5754msgstr ""57555756#: builtin/log.c:1245757msgid "suppress diff output"5758msgstr ""57595760#: builtin/log.c:1255761msgid "show source"5762msgstr ""57635764#: builtin/log.c:1265765msgid "Use mail map file"5766msgstr ""57675768#: builtin/log.c:1275769msgid "decorate options"5770msgstr ""57715772#: builtin/log.c:2305773#, c-format5774msgid "Final output: %d %s\n"5775msgstr ""57765777#: builtin/log.c:453 builtin/log.c:5455778#, c-format5779msgid "Could not read object %s"5780msgstr ""57815782#: builtin/log.c:5695783#, c-format5784msgid "Unknown type: %d"5785msgstr ""57865787#: builtin/log.c:6695788msgid "format.headers without value"5789msgstr ""57905791#: builtin/log.c:7515792msgid "name of output directory is too long"5793msgstr ""57945795#: builtin/log.c:7675796#, c-format5797msgid "Cannot open patch file %s"5798msgstr ""57995800#: builtin/log.c:7815801msgid "Need exactly one range."5802msgstr ""58035804#: builtin/log.c:7895805msgid "Not a range."5806msgstr ""58075808#: builtin/log.c:8915809msgid "Cover letter needs email format"5810msgstr ""58115812#: builtin/log.c:9675813#, c-format5814msgid "insane in-reply-to: %s"5815msgstr ""58165817#: builtin/log.c:9955818msgid "git format-patch [options] [<since> | <revision range>]"5819msgstr ""58205821#: builtin/log.c:10405822msgid "Two output directories?"5823msgstr ""58245825#: builtin/log.c:11555826msgid "use [PATCH n/m] even with a single patch"5827msgstr ""58285829#: builtin/log.c:11585830msgid "use [PATCH] even with multiple patches"5831msgstr ""58325833#: builtin/log.c:11625834msgid "print patches to standard out"5835msgstr ""58365837#: builtin/log.c:11645838msgid "generate a cover letter"5839msgstr ""58405841#: builtin/log.c:11665842msgid "use simple number sequence for output file names"5843msgstr ""58445845#: builtin/log.c:11675846msgid "sfx"5847msgstr ""58485849#: builtin/log.c:11685850msgid "use <sfx> instead of '.patch'"5851msgstr ""58525853#: builtin/log.c:11705854msgid "start numbering patches at <n> instead of 1"5855msgstr ""58565857#: builtin/log.c:11725858msgid "mark the series as Nth re-roll"5859msgstr ""58605861#: builtin/log.c:11745862msgid "Use [<prefix>] instead of [PATCH]"5863msgstr ""58645865#: builtin/log.c:11775866msgid "store resulting files in <dir>"5867msgstr ""58685869#: builtin/log.c:11805870msgid "don't strip/add [PATCH]"5871msgstr ""58725873#: builtin/log.c:11835874msgid "don't output binary diffs"5875msgstr ""58765877#: builtin/log.c:11855878msgid "don't include a patch matching a commit upstream"5879msgstr ""58805881#: builtin/log.c:11875882msgid "show patch format instead of default (patch + stat)"5883msgstr ""58845885#: builtin/log.c:11895886msgid "Messaging"5887msgstr ""58885889#: builtin/log.c:11905890msgid "header"5891msgstr ""58925893#: builtin/log.c:11915894msgid "add email header"5895msgstr ""58965897#: builtin/log.c:1192 builtin/log.c:11945898msgid "email"5899msgstr ""59005901#: builtin/log.c:11925902msgid "add To: header"5903msgstr ""59045905#: builtin/log.c:11945906msgid "add Cc: header"5907msgstr ""59085909#: builtin/log.c:11965910msgid "ident"5911msgstr ""59125913#: builtin/log.c:11975914msgid "set From address to <ident> (or committer ident if absent)"5915msgstr ""59165917#: builtin/log.c:11995918msgid "message-id"5919msgstr ""59205921#: builtin/log.c:12005922msgid "make first mail a reply to <message-id>"5923msgstr ""59245925#: builtin/log.c:1201 builtin/log.c:12045926msgid "boundary"5927msgstr ""59285929#: builtin/log.c:12025930msgid "attach the patch"5931msgstr ""59325933#: builtin/log.c:12055934msgid "inline the patch"5935msgstr ""59365937#: builtin/log.c:12095938msgid "enable message threading, styles: shallow, deep"5939msgstr ""59405941#: builtin/log.c:12115942msgid "signature"5943msgstr ""59445945#: builtin/log.c:12125946msgid "add a signature"5947msgstr ""59485949#: builtin/log.c:12145950msgid "don't print the patch filenames"5951msgstr ""59525953#: builtin/log.c:12885954#, c-format5955msgid "invalid ident line: %s"5956msgstr ""59575958#: builtin/log.c:13035959msgid "-n and -k are mutually exclusive."5960msgstr ""59615962#: builtin/log.c:13055963msgid "--subject-prefix and -k are mutually exclusive."5964msgstr ""59655966#: builtin/log.c:13135967msgid "--name-only does not make sense"5968msgstr ""59695970#: builtin/log.c:13155971msgid "--name-status does not make sense"5972msgstr ""59735974#: builtin/log.c:13175975msgid "--check does not make sense"5976msgstr ""59775978#: builtin/log.c:13405979msgid "standard output, or directory, which one?"5980msgstr ""59815982#: builtin/log.c:13425983#, c-format5984msgid "Could not create directory '%s'"5985msgstr ""59865987#: builtin/log.c:14905988msgid "Failed to create output files"5989msgstr ""59905991#: builtin/log.c:15395992msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"5993msgstr ""59945995#: builtin/log.c:15945996#, c-format5997msgid ""5998"Could not find a tracked remote branch, please specify <upstream> manually.\n"5999msgstr ""60006001#: builtin/log.c:1607 builtin/log.c:1609 builtin/log.c:16216002#, c-format6003msgid "Unknown commit %s"6004msgstr ""60056006#: builtin/ls-files.c:4086007msgid "git ls-files [options] [<file>...]"6008msgstr ""60096010#: builtin/ls-files.c:4656011msgid "identify the file status with tags"6012msgstr ""60136014#: builtin/ls-files.c:4676015msgid "use lowercase letters for 'assume unchanged' files"6016msgstr ""60176018#: builtin/ls-files.c:4696019msgid "show cached files in the output (default)"6020msgstr ""60216022#: builtin/ls-files.c:4716023msgid "show deleted files in the output"6024msgstr ""60256026#: builtin/ls-files.c:4736027msgid "show modified files in the output"6028msgstr ""60296030#: builtin/ls-files.c:4756031msgid "show other files in the output"6032msgstr ""60336034#: builtin/ls-files.c:4776035msgid "show ignored files in the output"6036msgstr ""60376038#: builtin/ls-files.c:4806039msgid "show staged contents' object name in the output"6040msgstr ""60416042#: builtin/ls-files.c:4826043msgid "show files on the filesystem that need to be removed"6044msgstr ""60456046#: builtin/ls-files.c:4846047msgid "show 'other' directories' name only"6048msgstr ""60496050#: builtin/ls-files.c:4876051msgid "don't show empty directories"6052msgstr ""60536054#: builtin/ls-files.c:4906055msgid "show unmerged files in the output"6056msgstr ""60576058#: builtin/ls-files.c:4926059msgid "show resolve-undo information"6060msgstr ""60616062#: builtin/ls-files.c:4946063msgid "skip files matching pattern"6064msgstr ""60656066#: builtin/ls-files.c:4976067msgid "exclude patterns are read from <file>"6068msgstr ""60696070#: builtin/ls-files.c:5006071msgid "read additional per-directory exclude patterns in <file>"6072msgstr ""60736074#: builtin/ls-files.c:5026075msgid "add the standard git exclusions"6076msgstr ""60776078#: builtin/ls-files.c:5056079msgid "make the output relative to the project top directory"6080msgstr ""60816082#: builtin/ls-files.c:5086083msgid "if any <file> is not in the index, treat this as an error"6084msgstr ""60856086#: builtin/ls-files.c:5096087msgid "tree-ish"6088msgstr ""60896090#: builtin/ls-files.c:5106091msgid "pretend that paths removed since <tree-ish> are still present"6092msgstr ""60936094#: builtin/ls-files.c:5126095msgid "show debugging data"6096msgstr ""60976098#: builtin/ls-tree.c:276099msgid "git ls-tree [<options>] <tree-ish> [<path>...]"6100msgstr ""61016102#: builtin/ls-tree.c:1256103msgid "only show trees"6104msgstr ""61056106#: builtin/ls-tree.c:1276107msgid "recurse into subtrees"6108msgstr ""61096110#: builtin/ls-tree.c:1296111msgid "show trees when recursing"6112msgstr ""61136114#: builtin/ls-tree.c:1326115msgid "terminate entries with NUL byte"6116msgstr ""61176118#: builtin/ls-tree.c:1336119msgid "include object size"6120msgstr ""61216122#: builtin/ls-tree.c:135 builtin/ls-tree.c:1376123msgid "list only filenames"6124msgstr ""61256126#: builtin/ls-tree.c:1406127msgid "use full path names"6128msgstr ""61296130#: builtin/ls-tree.c:1426131msgid "list entire tree; not just current directory (implies --full-name)"6132msgstr ""61336134#: builtin/merge.c:436135msgid "git merge [options] [<commit>...]"6136msgstr ""61376138#: builtin/merge.c:446139msgid "git merge [options] <msg> HEAD <commit>"6140msgstr ""61416142#: builtin/merge.c:456143msgid "git merge --abort"6144msgstr ""61456146#: builtin/merge.c:986147msgid "switch `m' requires a value"6148msgstr ""61496150#: builtin/merge.c:1356151#, c-format6152msgid "Could not find merge strategy '%s'.\n"6153msgstr ""61546155#: builtin/merge.c:1366156#, c-format6157msgid "Available strategies are:"6158msgstr ""61596160#: builtin/merge.c:1416161#, c-format6162msgid "Available custom strategies are:"6163msgstr ""61646165#: builtin/merge.c:1986166msgid "do not show a diffstat at the end of the merge"6167msgstr ""61686169#: builtin/merge.c:2016170msgid "show a diffstat at the end of the merge"6171msgstr ""61726173#: builtin/merge.c:2026174msgid "(synonym to --stat)"6175msgstr ""61766177#: builtin/merge.c:2046178msgid "add (at most <n>) entries from shortlog to merge commit message"6179msgstr ""61806181#: builtin/merge.c:2076182msgid "create a single commit instead of doing a merge"6183msgstr ""61846185#: builtin/merge.c:2096186msgid "perform a commit if the merge succeeds (default)"6187msgstr ""61886189#: builtin/merge.c:2116190msgid "edit message before committing"6191msgstr ""61926193#: builtin/merge.c:2126194msgid "allow fast-forward (default)"6195msgstr ""61966197#: builtin/merge.c:2146198msgid "abort if fast-forward is not possible"6199msgstr ""62006201#: builtin/merge.c:2186202msgid "Verify that the named commit has a valid GPG signature"6203msgstr ""62046205#: builtin/merge.c:219 builtin/notes.c:738 builtin/revert.c:1146206msgid "strategy"6207msgstr ""62086209#: builtin/merge.c:2206210msgid "merge strategy to use"6211msgstr ""62126213#: builtin/merge.c:2216214msgid "option=value"6215msgstr ""62166217#: builtin/merge.c:2226218msgid "option for selected merge strategy"6219msgstr ""62206221#: builtin/merge.c:2246222msgid "merge commit message (for a non-fast-forward merge)"6223msgstr ""62246225#: builtin/merge.c:2286226msgid "abort the current in-progress merge"6227msgstr ""62286229#: builtin/merge.c:2576230msgid "could not run stash."6231msgstr ""62326233#: builtin/merge.c:2626234msgid "stash failed"6235msgstr ""62366237#: builtin/merge.c:2676238#, c-format6239msgid "not a valid object: %s"6240msgstr ""62416242#: builtin/merge.c:286 builtin/merge.c:3036243msgid "read-tree failed"6244msgstr ""62456246#: builtin/merge.c:3336247msgid " (nothing to squash)"6248msgstr ""62496250#: builtin/merge.c:3466251#, c-format6252msgid "Squash commit -- not updating HEAD\n"6253msgstr ""62546255#: builtin/merge.c:3786256msgid "Writing SQUASH_MSG"6257msgstr ""62586259#: builtin/merge.c:3806260msgid "Finishing SQUASH_MSG"6261msgstr ""62626263#: builtin/merge.c:4036264#, c-format6265msgid "No merge message -- not updating HEAD\n"6266msgstr ""62676268#: builtin/merge.c:4536269#, c-format6270msgid "'%s' does not point to a commit"6271msgstr ""62726273#: builtin/merge.c:5656274#, c-format6275msgid "Bad branch.%s.mergeoptions string: %s"6276msgstr ""62776278#: builtin/merge.c:6576279msgid "git write-tree failed to write a tree"6280msgstr ""62816282#: builtin/merge.c:6856283msgid "Not handling anything other than two heads merge."6284msgstr ""62856286#: builtin/merge.c:6996287#, c-format6288msgid "Unknown option for merge-recursive: -X%s"6289msgstr ""62906291#: builtin/merge.c:7136292#, c-format6293msgid "unable to write %s"6294msgstr ""62956296#: builtin/merge.c:8026297#, c-format6298msgid "Could not read from '%s'"6299msgstr ""63006301#: builtin/merge.c:8116302#, c-format6303msgid "Not committing merge; use 'git commit' to complete the merge.\n"6304msgstr ""63056306#: builtin/merge.c:8176307#, c-format6308msgid ""6309"Please enter a commit message to explain why this merge is necessary,\n"6310"especially if it merges an updated upstream into a topic branch.\n"6311"\n"6312"Lines starting with '%c' will be ignored, and an empty message aborts\n"6313"the commit.\n"6314msgstr ""63156316#: builtin/merge.c:8416317msgid "Empty commit message."6318msgstr ""63196320#: builtin/merge.c:8536321#, c-format6322msgid "Wonderful.\n"6323msgstr ""63246325#: builtin/merge.c:9186326#, c-format6327msgid "Automatic merge failed; fix conflicts and then commit the result.\n"6328msgstr ""63296330#: builtin/merge.c:9346331#, c-format6332msgid "'%s' is not a commit"6333msgstr ""63346335#: builtin/merge.c:9756336msgid "No current branch."6337msgstr ""63386339#: builtin/merge.c:9776340msgid "No remote for the current branch."6341msgstr ""63426343#: builtin/merge.c:9796344msgid "No default upstream defined for the current branch."6345msgstr ""63466347#: builtin/merge.c:9846348#, c-format6349msgid "No remote-tracking branch for %s from %s"6350msgstr ""63516352#: builtin/merge.c:11406353msgid "There is no merge to abort (MERGE_HEAD missing)."6354msgstr ""63556356#: builtin/merge.c:1156 git-pull.sh:316357msgid ""6358"You have not concluded your merge (MERGE_HEAD exists).\n"6359"Please, commit your changes before you can merge."6360msgstr ""63616362#: builtin/merge.c:1159 git-pull.sh:346363msgid "You have not concluded your merge (MERGE_HEAD exists)."6364msgstr ""63656366#: builtin/merge.c:11636367msgid ""6368"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"6369"Please, commit your changes before you can merge."6370msgstr ""63716372#: builtin/merge.c:11666373msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."6374msgstr ""63756376#: builtin/merge.c:11756377msgid "You cannot combine --squash with --no-ff."6378msgstr ""63796380#: builtin/merge.c:11846381msgid "No commit specified and merge.defaultToUpstream not set."6382msgstr ""63836384#: builtin/merge.c:12166385msgid "Can merge only exactly one commit into empty head"6386msgstr ""63876388#: builtin/merge.c:12196389msgid "Squash commit into empty head not supported yet"6390msgstr ""63916392#: builtin/merge.c:12216393msgid "Non-fast-forward commit does not make sense into an empty head"6394msgstr ""63956396#: builtin/merge.c:12266397#, c-format6398msgid "%s - not something we can merge"6399msgstr ""64006401#: builtin/merge.c:12776402#, c-format6403msgid "Commit %s has an untrusted GPG signature, allegedly by %s."6404msgstr ""64056406#: builtin/merge.c:12806407#, c-format6408msgid "Commit %s has a bad GPG signature allegedly by %s."6409msgstr ""64106411#. 'N'6412#: builtin/merge.c:12836413#, c-format6414msgid "Commit %s does not have a GPG signature."6415msgstr ""64166417#: builtin/merge.c:12866418#, c-format6419msgid "Commit %s has a good GPG signature by %s\n"6420msgstr ""64216422#: builtin/merge.c:13706423#, c-format6424msgid "Updating %s..%s\n"6425msgstr ""64266427#: builtin/merge.c:14096428#, c-format6429msgid "Trying really trivial in-index merge...\n"6430msgstr ""64316432#: builtin/merge.c:14166433#, c-format6434msgid "Nope.\n"6435msgstr ""64366437#: builtin/merge.c:14486438msgid "Not possible to fast-forward, aborting."6439msgstr ""64406441#: builtin/merge.c:1471 builtin/merge.c:15506442#, c-format6443msgid "Rewinding the tree to pristine...\n"6444msgstr ""64456446#: builtin/merge.c:14756447#, c-format6448msgid "Trying merge strategy %s...\n"6449msgstr ""64506451#: builtin/merge.c:15416452#, c-format6453msgid "No merge strategy handled the merge.\n"6454msgstr ""64556456#: builtin/merge.c:15436457#, c-format6458msgid "Merge with strategy %s failed.\n"6459msgstr ""64606461#: builtin/merge.c:15526462#, c-format6463msgid "Using the %s to prepare resolving by hand.\n"6464msgstr ""64656466#: builtin/merge.c:15646467#, c-format6468msgid "Automatic merge went well; stopped before committing as requested\n"6469msgstr ""64706471#: builtin/merge-base.c:266472msgid "git merge-base [-a|--all] <commit> <commit>..."6473msgstr ""64746475#: builtin/merge-base.c:276476msgid "git merge-base [-a|--all] --octopus <commit>..."6477msgstr ""64786479#: builtin/merge-base.c:286480msgid "git merge-base --independent <commit>..."6481msgstr ""64826483#: builtin/merge-base.c:296484msgid "git merge-base --is-ancestor <commit> <commit>"6485msgstr ""64866487#: builtin/merge-base.c:986488msgid "output all common ancestors"6489msgstr ""64906491#: builtin/merge-base.c:996492msgid "find ancestors for a single n-way merge"6493msgstr ""64946495#: builtin/merge-base.c:1006496msgid "list revs not reachable from others"6497msgstr ""64986499#: builtin/merge-base.c:1026500msgid "is the first one ancestor of the other?"6501msgstr ""65026503#: builtin/merge-file.c:86504msgid ""6505"git merge-file [options] [-L name1 [-L orig [-L name2]]] file1 orig_file "6506"file2"6507msgstr ""65086509#: builtin/merge-file.c:336510msgid "send results to standard output"6511msgstr ""65126513#: builtin/merge-file.c:346514msgid "use a diff3 based merge"6515msgstr ""65166517#: builtin/merge-file.c:356518msgid "for conflicts, use our version"6519msgstr ""65206521#: builtin/merge-file.c:376522msgid "for conflicts, use their version"6523msgstr ""65246525#: builtin/merge-file.c:396526msgid "for conflicts, use a union version"6527msgstr ""65286529#: builtin/merge-file.c:426530msgid "for conflicts, use this marker size"6531msgstr ""65326533#: builtin/merge-file.c:436534msgid "do not warn about conflicts"6535msgstr ""65366537#: builtin/merge-file.c:456538msgid "set labels for file1/orig_file/file2"6539msgstr ""65406541#: builtin/mktree.c:676542msgid "git mktree [-z] [--missing] [--batch]"6543msgstr ""65446545#: builtin/mktree.c:1536546msgid "input is NUL terminated"6547msgstr ""65486549#: builtin/mktree.c:154 builtin/write-tree.c:246550msgid "allow missing objects"6551msgstr ""65526553#: builtin/mktree.c:1556554msgid "allow creation of more than one tree"6555msgstr ""65566557#: builtin/mv.c:146558msgid "git mv [options] <source>... <destination>"6559msgstr ""65606561#: builtin/mv.c:646562msgid "force move/rename even if target exists"6563msgstr ""65646565#: builtin/mv.c:656566msgid "skip move/rename errors"6567msgstr ""65686569#: builtin/mv.c:1086570#, c-format6571msgid "Checking rename of '%s' to '%s'\n"6572msgstr ""65736574#: builtin/mv.c:1126575msgid "bad source"6576msgstr ""65776578#: builtin/mv.c:1156579msgid "can not move directory into itself"6580msgstr ""65816582#: builtin/mv.c:1186583msgid "cannot move directory over file"6584msgstr ""65856586#: builtin/mv.c:1286587#, c-format6588msgid "Huh? %.*s is in index?"6589msgstr ""65906591#: builtin/mv.c:1406592msgid "source directory is empty"6593msgstr ""65946595#: builtin/mv.c:1716596msgid "not under version control"6597msgstr ""65986599#: builtin/mv.c:1736600msgid "destination exists"6601msgstr ""66026603#: builtin/mv.c:1816604#, c-format6605msgid "overwriting '%s'"6606msgstr ""66076608#: builtin/mv.c:1846609msgid "Cannot overwrite"6610msgstr ""66116612#: builtin/mv.c:1876613msgid "multiple sources for the same target"6614msgstr ""66156616#: builtin/mv.c:2026617#, c-format6618msgid "%s, source=%s, destination=%s"6619msgstr ""66206621#: builtin/mv.c:2126622#, c-format6623msgid "Renaming %s to %s\n"6624msgstr ""66256626#: builtin/mv.c:215 builtin/remote.c:7316627#, c-format6628msgid "renaming '%s' failed"6629msgstr ""66306631#: builtin/name-rev.c:2596632msgid "git name-rev [options] <commit>..."6633msgstr ""66346635#: builtin/name-rev.c:2606636msgid "git name-rev [options] --all"6637msgstr ""66386639#: builtin/name-rev.c:2616640msgid "git name-rev [options] --stdin"6641msgstr ""66426643#: builtin/name-rev.c:3136644msgid "print only names (no SHA-1)"6645msgstr ""66466647#: builtin/name-rev.c:3146648msgid "only use tags to name the commits"6649msgstr ""66506651#: builtin/name-rev.c:3166652msgid "only use refs matching <pattern>"6653msgstr ""66546655#: builtin/name-rev.c:3186656msgid "list all commits reachable from all refs"6657msgstr ""66586659#: builtin/name-rev.c:3196660msgid "read from stdin"6661msgstr ""66626663#: builtin/name-rev.c:3206664msgid "allow to print `undefined` names"6665msgstr ""66666667#: builtin/name-rev.c:3266668msgid "dereference tags in the input (internal use)"6669msgstr ""66706671#: builtin/notes.c:246672msgid "git notes [--ref <notes_ref>] [list [<object>]]"6673msgstr ""66746675#: builtin/notes.c:256676msgid ""6677"git notes [--ref <notes_ref>] add [-f] [-m <msg> | -F <file> | (-c | -C) "6678"<object>] [<object>]"6679msgstr ""66806681#: builtin/notes.c:266682msgid "git notes [--ref <notes_ref>] copy [-f] <from-object> <to-object>"6683msgstr ""66846685#: builtin/notes.c:276686msgid ""6687"git notes [--ref <notes_ref>] append [-m <msg> | -F <file> | (-c | -C) "6688"<object>] [<object>]"6689msgstr ""66906691#: builtin/notes.c:286692msgid "git notes [--ref <notes_ref>] edit [<object>]"6693msgstr ""66946695#: builtin/notes.c:296696msgid "git notes [--ref <notes_ref>] show [<object>]"6697msgstr ""66986699#: builtin/notes.c:306700msgid ""6701"git notes [--ref <notes_ref>] merge [-v | -q] [-s <strategy> ] <notes_ref>"6702msgstr ""67036704#: builtin/notes.c:316705msgid "git notes merge --commit [-v | -q]"6706msgstr ""67076708#: builtin/notes.c:326709msgid "git notes merge --abort [-v | -q]"6710msgstr ""67116712#: builtin/notes.c:336713msgid "git notes [--ref <notes_ref>] remove [<object>...]"6714msgstr ""67156716#: builtin/notes.c:346717msgid "git notes [--ref <notes_ref>] prune [-n | -v]"6718msgstr ""67196720#: builtin/notes.c:356721msgid "git notes [--ref <notes_ref>] get-ref"6722msgstr ""67236724#: builtin/notes.c:406725msgid "git notes [list [<object>]]"6726msgstr ""67276728#: builtin/notes.c:456729msgid "git notes add [<options>] [<object>]"6730msgstr ""67316732#: builtin/notes.c:506733msgid "git notes copy [<options>] <from-object> <to-object>"6734msgstr ""67356736#: builtin/notes.c:516737msgid "git notes copy --stdin [<from-object> <to-object>]..."6738msgstr ""67396740#: builtin/notes.c:566741msgid "git notes append [<options>] [<object>]"6742msgstr ""67436744#: builtin/notes.c:616745msgid "git notes edit [<object>]"6746msgstr ""67476748#: builtin/notes.c:666749msgid "git notes show [<object>]"6750msgstr ""67516752#: builtin/notes.c:716753msgid "git notes merge [<options>] <notes_ref>"6754msgstr ""67556756#: builtin/notes.c:726757msgid "git notes merge --commit [<options>]"6758msgstr ""67596760#: builtin/notes.c:736761msgid "git notes merge --abort [<options>]"6762msgstr ""67636764#: builtin/notes.c:786765msgid "git notes remove [<object>]"6766msgstr ""67676768#: builtin/notes.c:836769msgid "git notes prune [<options>]"6770msgstr ""67716772#: builtin/notes.c:886773msgid "git notes get-ref"6774msgstr ""67756776#: builtin/notes.c:1376777#, c-format6778msgid "unable to start 'show' for object '%s'"6779msgstr ""67806781#: builtin/notes.c:1416782msgid "could not read 'show' output"6783msgstr ""67846785#: builtin/notes.c:1496786#, c-format6787msgid "failed to finish 'show' for object '%s'"6788msgstr ""67896790#: builtin/notes.c:167 builtin/tag.c:3416791#, c-format6792msgid "could not create file '%s'"6793msgstr ""67946795#: builtin/notes.c:1866796msgid "Please supply the note contents using either -m or -F option"6797msgstr ""67986799#: builtin/notes.c:207 builtin/notes.c:8446800#, c-format6801msgid "Removing note for object %s\n"6802msgstr ""68036804#: builtin/notes.c:2126805msgid "unable to write note object"6806msgstr ""68076808#: builtin/notes.c:2146809#, c-format6810msgid "The note contents has been left in %s"6811msgstr ""68126813#: builtin/notes.c:248 builtin/tag.c:5406814#, c-format6815msgid "cannot read '%s'"6816msgstr ""68176818#: builtin/notes.c:250 builtin/tag.c:5436819#, c-format6820msgid "could not open or read '%s'"6821msgstr ""68226823#: builtin/notes.c:269 builtin/notes.c:316 builtin/notes.c:3186824#: builtin/notes.c:378 builtin/notes.c:432 builtin/notes.c:5156825#: builtin/notes.c:520 builtin/notes.c:595 builtin/notes.c:6376826#: builtin/notes.c:839 builtin/tag.c:5566827#, c-format6828msgid "Failed to resolve '%s' as a valid ref."6829msgstr ""68306831#: builtin/notes.c:2726832#, c-format6833msgid "Failed to read object '%s'."6834msgstr ""68356836#: builtin/notes.c:3126837#, c-format6838msgid "Malformed input line: '%s'."6839msgstr ""68406841#: builtin/notes.c:3276842#, c-format6843msgid "Failed to copy notes from '%s' to '%s'"6844msgstr ""68456846#: builtin/notes.c:371 builtin/notes.c:425 builtin/notes.c:4986847#: builtin/notes.c:510 builtin/notes.c:583 builtin/notes.c:6306848#: builtin/notes.c:9046849msgid "too many parameters"6850msgstr ""68516852#: builtin/notes.c:384 builtin/notes.c:6436853#, c-format6854msgid "No note found for object %s."6855msgstr ""68566857#: builtin/notes.c:406 builtin/notes.c:5636858msgid "note contents as a string"6859msgstr ""68606861#: builtin/notes.c:409 builtin/notes.c:5666862msgid "note contents in a file"6863msgstr ""68646865#: builtin/notes.c:411 builtin/notes.c:414 builtin/notes.c:5686866#: builtin/notes.c:571 builtin/tag.c:4746867msgid "object"6868msgstr ""68696870#: builtin/notes.c:412 builtin/notes.c:5696871msgid "reuse and edit specified note object"6872msgstr ""68736874#: builtin/notes.c:415 builtin/notes.c:5726875msgid "reuse specified note object"6876msgstr ""68776878#: builtin/notes.c:417 builtin/notes.c:4856879msgid "replace existing notes"6880msgstr ""68816882#: builtin/notes.c:4516883#, c-format6884msgid ""6885"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "6886"existing notes"6887msgstr ""68886889#: builtin/notes.c:456 builtin/notes.c:5336890#, c-format6891msgid "Overwriting existing notes for object %s\n"6892msgstr ""68936894#: builtin/notes.c:4866895msgid "read objects from stdin"6896msgstr ""68976898#: builtin/notes.c:4886899msgid "load rewriting config for <command> (implies --stdin)"6900msgstr ""69016902#: builtin/notes.c:5066903msgid "too few parameters"6904msgstr ""69056906#: builtin/notes.c:5276907#, c-format6908msgid ""6909"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "6910"existing notes"6911msgstr ""69126913#: builtin/notes.c:5396914#, c-format6915msgid "Missing notes on source object %s. Cannot copy."6916msgstr ""69176918#: builtin/notes.c:5886919#, c-format6920msgid ""6921"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"6922"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"6923msgstr ""69246925#: builtin/notes.c:7356926msgid "General options"6927msgstr ""69286929#: builtin/notes.c:7376930msgid "Merge options"6931msgstr ""69326933#: builtin/notes.c:7396934msgid ""6935"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"6936"cat_sort_uniq)"6937msgstr ""69386939#: builtin/notes.c:7416940msgid "Committing unmerged notes"6941msgstr ""69426943#: builtin/notes.c:7436944msgid "finalize notes merge by committing unmerged notes"6945msgstr ""69466947#: builtin/notes.c:7456948msgid "Aborting notes merge resolution"6949msgstr ""69506951#: builtin/notes.c:7476952msgid "abort notes merge"6953msgstr ""69546955#: builtin/notes.c:8426956#, c-format6957msgid "Object %s has no note\n"6958msgstr ""69596960#: builtin/notes.c:8546961msgid "attempt to remove non-existent note is not an error"6962msgstr ""69636964#: builtin/notes.c:8576965msgid "read object names from the standard input"6966msgstr ""69676968#: builtin/notes.c:9386969msgid "notes_ref"6970msgstr ""69716972#: builtin/notes.c:9396973msgid "use notes from <notes_ref>"6974msgstr ""69756976#: builtin/notes.c:974 builtin/remote.c:15986977#, c-format6978msgid "Unknown subcommand: %s"6979msgstr ""69806981#: builtin/pack-objects.c:236982msgid "git pack-objects --stdout [options...] [< ref-list | < object-list]"6983msgstr ""69846985#: builtin/pack-objects.c:246986msgid "git pack-objects [options...] base-name [< ref-list | < object-list]"6987msgstr ""69886989#: builtin/pack-objects.c:183 builtin/pack-objects.c:1866990#, c-format6991msgid "deflate error (%d)"6992msgstr ""69936994#: builtin/pack-objects.c:23976995#, c-format6996msgid "unsupported index version %s"6997msgstr ""69986999#: builtin/pack-objects.c:24017000#, c-format7001msgid "bad index version '%s'"7002msgstr ""70037004#: builtin/pack-objects.c:24247005#, c-format7006msgid "option %s does not accept negative form"7007msgstr ""70087009#: builtin/pack-objects.c:24287010#, c-format7011msgid "unable to parse value '%s' for option %s"7012msgstr ""70137014#: builtin/pack-objects.c:24477015msgid "do not show progress meter"7016msgstr ""70177018#: builtin/pack-objects.c:24497019msgid "show progress meter"7020msgstr ""70217022#: builtin/pack-objects.c:24517023msgid "show progress meter during object writing phase"7024msgstr ""70257026#: builtin/pack-objects.c:24547027msgid "similar to --all-progress when progress meter is shown"7028msgstr ""70297030#: builtin/pack-objects.c:24557031msgid "version[,offset]"7032msgstr ""70337034#: builtin/pack-objects.c:24567035msgid "write the pack index file in the specified idx format version"7036msgstr ""70377038#: builtin/pack-objects.c:24597039msgid "maximum size of each output pack file"7040msgstr ""70417042#: builtin/pack-objects.c:24617043msgid "ignore borrowed objects from alternate object store"7044msgstr ""70457046#: builtin/pack-objects.c:24637047msgid "ignore packed objects"7048msgstr ""70497050#: builtin/pack-objects.c:24657051msgid "limit pack window by objects"7052msgstr ""70537054#: builtin/pack-objects.c:24677055msgid "limit pack window by memory in addition to object limit"7056msgstr ""70577058#: builtin/pack-objects.c:24697059msgid "maximum length of delta chain allowed in the resulting pack"7060msgstr ""70617062#: builtin/pack-objects.c:24717063msgid "reuse existing deltas"7064msgstr ""70657066#: builtin/pack-objects.c:24737067msgid "reuse existing objects"7068msgstr ""70697070#: builtin/pack-objects.c:24757071msgid "use OFS_DELTA objects"7072msgstr ""70737074#: builtin/pack-objects.c:24777075msgid "use threads when searching for best delta matches"7076msgstr ""70777078#: builtin/pack-objects.c:24797079msgid "do not create an empty pack output"7080msgstr ""70817082#: builtin/pack-objects.c:24817083msgid "read revision arguments from standard input"7084msgstr ""70857086#: builtin/pack-objects.c:24837087msgid "limit the objects to those that are not yet packed"7088msgstr ""70897090#: builtin/pack-objects.c:24867091msgid "include objects reachable from any reference"7092msgstr ""70937094#: builtin/pack-objects.c:24897095msgid "include objects referred by reflog entries"7096msgstr ""70977098#: builtin/pack-objects.c:24927099msgid "output pack to stdout"7100msgstr ""71017102#: builtin/pack-objects.c:24947103msgid "include tag objects that refer to objects to be packed"7104msgstr ""71057106#: builtin/pack-objects.c:24967107msgid "keep unreachable objects"7108msgstr ""71097110#: builtin/pack-objects.c:2497 parse-options.h:1417111msgid "time"7112msgstr ""71137114#: builtin/pack-objects.c:24987115msgid "unpack unreachable objects newer than <time>"7116msgstr ""71177118#: builtin/pack-objects.c:25017119msgid "create thin packs"7120msgstr ""71217122#: builtin/pack-objects.c:25037123msgid "ignore packs that have companion .keep file"7124msgstr ""71257126#: builtin/pack-objects.c:25057127msgid "pack compression level"7128msgstr ""71297130#: builtin/pack-objects.c:25077131msgid "do not hide commits by grafts"7132msgstr ""71337134#: builtin/pack-refs.c:67135msgid "git pack-refs [options]"7136msgstr ""71377138#: builtin/pack-refs.c:147139msgid "pack everything"7140msgstr ""71417142#: builtin/pack-refs.c:157143msgid "prune loose refs (default)"7144msgstr ""71457146#: builtin/prune-packed.c:77147msgid "git prune-packed [-n|--dry-run] [-q|--quiet]"7148msgstr ""71497150#: builtin/prune.c:127151msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"7152msgstr ""71537154#: builtin/prune.c:1327155msgid "do not remove, show only"7156msgstr ""71577158#: builtin/prune.c:1337159msgid "report pruned objects"7160msgstr ""71617162#: builtin/prune.c:1367163msgid "expire objects older than <time>"7164msgstr ""71657166#: builtin/push.c:147167msgid "git push [<options>] [<repository> [<refspec>...]]"7168msgstr ""71697170#: builtin/push.c:457171msgid "tag shorthand without <tag>"7172msgstr ""71737174#: builtin/push.c:647175msgid "--delete only accepts plain target ref names"7176msgstr ""71777178#: builtin/push.c:997179msgid ""7180"\n"7181"To choose either option permanently, see push.default in 'git help config'."7182msgstr ""71837184#: builtin/push.c:1027185#, c-format7186msgid ""7187"The upstream branch of your current branch does not match\n"7188"the name of your current branch. To push to the upstream branch\n"7189"on the remote, use\n"7190"\n"7191" git push %s HEAD:%s\n"7192"\n"7193"To push to the branch of the same name on the remote, use\n"7194"\n"7195" git push %s %s\n"7196"%s"7197msgstr ""71987199#: builtin/push.c:1177200#, c-format7201msgid ""7202"You are not currently on a branch.\n"7203"To push the history leading to the current (detached HEAD)\n"7204"state now, use\n"7205"\n"7206" git push %s HEAD:<name-of-remote-branch>\n"7207msgstr ""72087209#: builtin/push.c:1317210#, c-format7211msgid ""7212"The current branch %s has no upstream branch.\n"7213"To push the current branch and set the remote as upstream, use\n"7214"\n"7215" git push --set-upstream %s %s\n"7216msgstr ""72177218#: builtin/push.c:1397219#, c-format7220msgid "The current branch %s has multiple upstream branches, refusing to push."7221msgstr ""72227223#: builtin/push.c:1427224#, c-format7225msgid ""7226"You are pushing to remote '%s', which is not the upstream of\n"7227"your current branch '%s', without telling me what to push\n"7228"to update which remote branch."7229msgstr ""72307231#: builtin/push.c:1657232msgid ""7233"push.default is unset; its implicit value is changing in\n"7234"Git 2.0 from 'matching' to 'simple'. To squelch this message\n"7235"and maintain the current behavior after the default changes, use:\n"7236"\n"7237" git config --global push.default matching\n"7238"\n"7239"To squelch this message and adopt the new behavior now, use:\n"7240"\n"7241" git config --global push.default simple\n"7242"\n"7243"See 'git help config' and search for 'push.default' for further "7244"information.\n"7245"(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"7246"'current' instead of 'simple' if you sometimes use older versions of Git)"7247msgstr ""72487249#: builtin/push.c:2257250msgid ""7251"You didn't specify any refspecs to push, and push.default is \"nothing\"."7252msgstr ""72537254#: builtin/push.c:2327255msgid ""7256"Updates were rejected because the tip of your current branch is behind\n"7257"its remote counterpart. Integrate the remote changes (e.g.\n"7258"'git pull ...') before pushing again.\n"7259"See the 'Note about fast-forwards' in 'git push --help' for details."7260msgstr ""72617262#: builtin/push.c:2387263msgid ""7264"Updates were rejected because a pushed branch tip is behind its remote\n"7265"counterpart. If you did not intend to push that branch, you may want to\n"7266"specify branches to push or set the 'push.default' configuration variable\n"7267"to 'simple', 'current' or 'upstream' to push only the current branch."7268msgstr ""72697270#: builtin/push.c:2447271msgid ""7272"Updates were rejected because a pushed branch tip is behind its remote\n"7273"counterpart. Check out this branch and integrate the remote changes\n"7274"(e.g. 'git pull ...') before pushing again.\n"7275"See the 'Note about fast-forwards' in 'git push --help' for details."7276msgstr ""72777278#: builtin/push.c:2507279msgid ""7280"Updates were rejected because the remote contains work that you do\n"7281"not have locally. This is usually caused by another repository pushing\n"7282"to the same ref. You may want to first integrate the remote changes\n"7283"(e.g., 'git pull ...') before pushing again.\n"7284"See the 'Note about fast-forwards' in 'git push --help' for details."7285msgstr ""72867287#: builtin/push.c:2577288msgid "Updates were rejected because the tag already exists in the remote."7289msgstr ""72907291#: builtin/push.c:2607292msgid ""7293"You cannot update a remote ref that points at a non-commit object,\n"7294"or update a remote ref to make it point at a non-commit object,\n"7295"without using the '--force' option.\n"7296msgstr ""72977298#: builtin/push.c:3207299#, c-format7300msgid "Pushing to %s\n"7301msgstr ""73027303#: builtin/push.c:3247304#, c-format7305msgid "failed to push some refs to '%s'"7306msgstr ""73077308#: builtin/push.c:3577309#, c-format7310msgid "bad repository '%s'"7311msgstr ""73127313#: builtin/push.c:3587314msgid ""7315"No configured push destination.\n"7316"Either specify the URL from the command-line or configure a remote "7317"repository using\n"7318"\n"7319" git remote add <name> <url>\n"7320"\n"7321"and then push using the remote name\n"7322"\n"7323" git push <name>\n"7324msgstr ""73257326#: builtin/push.c:3737327msgid "--all and --tags are incompatible"7328msgstr ""73297330#: builtin/push.c:3747331msgid "--all can't be combined with refspecs"7332msgstr ""73337334#: builtin/push.c:3797335msgid "--mirror and --tags are incompatible"7336msgstr ""73377338#: builtin/push.c:3807339msgid "--mirror can't be combined with refspecs"7340msgstr ""73417342#: builtin/push.c:3857343msgid "--all and --mirror are incompatible"7344msgstr ""73457346#: builtin/push.c:4457347msgid "repository"7348msgstr ""73497350#: builtin/push.c:4467351msgid "push all refs"7352msgstr ""73537354#: builtin/push.c:4477355msgid "mirror all refs"7356msgstr ""73577358#: builtin/push.c:4497359msgid "delete refs"7360msgstr ""73617362#: builtin/push.c:4507363msgid "push tags (can't be used with --all or --mirror)"7364msgstr ""73657366#: builtin/push.c:4537367msgid "force updates"7368msgstr ""73697370#: builtin/push.c:4547371msgid "check"7372msgstr ""73737374#: builtin/push.c:4557375msgid "control recursive pushing of submodules"7376msgstr ""73777378#: builtin/push.c:4577379msgid "use thin pack"7380msgstr ""73817382#: builtin/push.c:458 builtin/push.c:4597383msgid "receive pack program"7384msgstr ""73857386#: builtin/push.c:4607387msgid "set upstream for git pull/status"7388msgstr ""73897390#: builtin/push.c:4637391msgid "prune locally removed refs"7392msgstr ""73937394#: builtin/push.c:4657395msgid "bypass pre-push hook"7396msgstr ""73977398#: builtin/push.c:4667399msgid "push missing but relevant tags"7400msgstr ""74017402#: builtin/push.c:4767403msgid "--delete is incompatible with --all, --mirror and --tags"7404msgstr ""74057406#: builtin/push.c:4787407msgid "--delete doesn't make sense without any refs"7408msgstr ""74097410#: builtin/read-tree.c:367411msgid ""7412"git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>] "7413"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"7414"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"7415msgstr ""74167417#: builtin/read-tree.c:1097418msgid "write resulting index to <file>"7419msgstr ""74207421#: builtin/read-tree.c:1127422msgid "only empty the index"7423msgstr ""74247425#: builtin/read-tree.c:1147426msgid "Merging"7427msgstr ""74287429#: builtin/read-tree.c:1167430msgid "perform a merge in addition to a read"7431msgstr ""74327433#: builtin/read-tree.c:1187434msgid "3-way merge if no file level merging required"7435msgstr ""74367437#: builtin/read-tree.c:1207438msgid "3-way merge in presence of adds and removes"7439msgstr ""74407441#: builtin/read-tree.c:1227442msgid "same as -m, but discard unmerged entries"7443msgstr ""74447445#: builtin/read-tree.c:1237446msgid "<subdirectory>/"7447msgstr ""74487449#: builtin/read-tree.c:1247450msgid "read the tree into the index under <subdirectory>/"7451msgstr ""74527453#: builtin/read-tree.c:1277454msgid "update working tree with merge result"7455msgstr ""74567457#: builtin/read-tree.c:1297458msgid "gitignore"7459msgstr ""74607461#: builtin/read-tree.c:1307462msgid "allow explicitly ignored files to be overwritten"7463msgstr ""74647465#: builtin/read-tree.c:1337466msgid "don't check the working tree after merging"7467msgstr ""74687469#: builtin/read-tree.c:1347470msgid "don't update the index or the work tree"7471msgstr ""74727473#: builtin/read-tree.c:1367474msgid "skip applying sparse checkout filter"7475msgstr ""74767477#: builtin/read-tree.c:1387478msgid "debug unpack-trees"7479msgstr ""74807481#: builtin/reflog.c:5007482#, c-format7483msgid "%s' for '%s' is not a valid timestamp"7484msgstr ""74857486#: builtin/reflog.c:616 builtin/reflog.c:6217487#, c-format7488msgid "'%s' is not a valid timestamp"7489msgstr ""74907491#: builtin/remote.c:117492msgid "git remote [-v | --verbose]"7493msgstr ""74947495#: builtin/remote.c:127496msgid ""7497"git remote add [-t <branch>] [-m <master>] [-f] [--tags|--no-tags] [--"7498"mirror=<fetch|push>] <name> <url>"7499msgstr ""75007501#: builtin/remote.c:13 builtin/remote.c:327502msgid "git remote rename <old> <new>"7503msgstr ""75047505#: builtin/remote.c:14 builtin/remote.c:377506msgid "git remote remove <name>"7507msgstr ""75087509#: builtin/remote.c:15 builtin/remote.c:427510msgid "git remote set-head <name> (-a | -d | <branch>)"7511msgstr ""75127513#: builtin/remote.c:167514msgid "git remote [-v | --verbose] show [-n] <name>"7515msgstr ""75167517#: builtin/remote.c:177518msgid "git remote prune [-n | --dry-run] <name>"7519msgstr ""75207521#: builtin/remote.c:187522msgid ""7523"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"7524msgstr ""75257526#: builtin/remote.c:197527msgid "git remote set-branches [--add] <name> <branch>..."7528msgstr ""75297530#: builtin/remote.c:20 builtin/remote.c:687531msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"7532msgstr ""75337534#: builtin/remote.c:21 builtin/remote.c:697535msgid "git remote set-url --add <name> <newurl>"7536msgstr ""75377538#: builtin/remote.c:22 builtin/remote.c:707539msgid "git remote set-url --delete <name> <url>"7540msgstr ""75417542#: builtin/remote.c:277543msgid "git remote add [<options>] <name> <url>"7544msgstr ""75457546#: builtin/remote.c:477547msgid "git remote set-branches <name> <branch>..."7548msgstr ""75497550#: builtin/remote.c:487551msgid "git remote set-branches --add <name> <branch>..."7552msgstr ""75537554#: builtin/remote.c:537555msgid "git remote show [<options>] <name>"7556msgstr ""75577558#: builtin/remote.c:587559msgid "git remote prune [<options>] <name>"7560msgstr ""75617562#: builtin/remote.c:637563msgid "git remote update [<options>] [<group> | <remote>]..."7564msgstr ""75657566#: builtin/remote.c:987567#, c-format7568msgid "Updating %s"7569msgstr ""75707571#: builtin/remote.c:1307572msgid ""7573"--mirror is dangerous and deprecated; please\n"7574"\t use --mirror=fetch or --mirror=push instead"7575msgstr ""75767577#: builtin/remote.c:1477578#, c-format7579msgid "unknown mirror argument: %s"7580msgstr ""75817582#: builtin/remote.c:1637583msgid "fetch the remote branches"7584msgstr ""75857586#: builtin/remote.c:1657587msgid "import all tags and associated objects when fetching"7588msgstr ""75897590#: builtin/remote.c:1687591msgid "or do not fetch any tag at all (--no-tags)"7592msgstr ""75937594#: builtin/remote.c:1707595msgid "branch(es) to track"7596msgstr ""75977598#: builtin/remote.c:1717599msgid "master branch"7600msgstr ""76017602#: builtin/remote.c:1727603msgid "push|fetch"7604msgstr ""76057606#: builtin/remote.c:1737607msgid "set up remote as a mirror to push to or fetch from"7608msgstr ""76097610#: builtin/remote.c:1857611msgid "specifying a master branch makes no sense with --mirror"7612msgstr ""76137614#: builtin/remote.c:1877615msgid "specifying branches to track makes sense only with fetch mirrors"7616msgstr ""76177618#: builtin/remote.c:195 builtin/remote.c:6467619#, c-format7620msgid "remote %s already exists."7621msgstr ""76227623#: builtin/remote.c:199 builtin/remote.c:6507624#, c-format7625msgid "'%s' is not a valid remote name"7626msgstr ""76277628#: builtin/remote.c:2437629#, c-format7630msgid "Could not setup master '%s'"7631msgstr ""76327633#: builtin/remote.c:2997634#, c-format7635msgid "more than one %s"7636msgstr ""76377638#: builtin/remote.c:3397639#, c-format7640msgid "Could not get fetch map for refspec %s"7641msgstr ""76427643#: builtin/remote.c:440 builtin/remote.c:4487644msgid "(matching)"7645msgstr ""76467647#: builtin/remote.c:4527648msgid "(delete)"7649msgstr ""76507651#: builtin/remote.c:595 builtin/remote.c:601 builtin/remote.c:6077652#, c-format7653msgid "Could not append '%s' to '%s'"7654msgstr ""76557656#: builtin/remote.c:639 builtin/remote.c:792 builtin/remote.c:8907657#, c-format7658msgid "No such remote: %s"7659msgstr ""76607661#: builtin/remote.c:6567662#, c-format7663msgid "Could not rename config section '%s' to '%s'"7664msgstr ""76657666#: builtin/remote.c:662 builtin/remote.c:7997667#, c-format7668msgid "Could not remove config section '%s'"7669msgstr ""76707671#: builtin/remote.c:6777672#, c-format7673msgid ""7674"Not updating non-default fetch refspec\n"7675"\t%s\n"7676"\tPlease update the configuration manually if necessary."7677msgstr ""76787679#: builtin/remote.c:6837680#, c-format7681msgid "Could not append '%s'"7682msgstr ""76837684#: builtin/remote.c:6947685#, c-format7686msgid "Could not set '%s'"7687msgstr ""76887689#: builtin/remote.c:7167690#, c-format7691msgid "deleting '%s' failed"7692msgstr ""76937694#: builtin/remote.c:7507695#, c-format7696msgid "creating '%s' failed"7697msgstr ""76987699#: builtin/remote.c:7647700#, c-format7701msgid "Could not remove branch %s"7702msgstr ""77037704#: builtin/remote.c:8347705msgid ""7706"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"7707"to delete it, use:"7708msgid_plural ""7709"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"7710"to delete them, use:"7711msgstr[0] ""7712msgstr[1] ""77137714#: builtin/remote.c:9437715#, c-format7716msgid " new (next fetch will store in remotes/%s)"7717msgstr ""77187719#: builtin/remote.c:9467720msgid " tracked"7721msgstr ""77227723#: builtin/remote.c:9487724msgid " stale (use 'git remote prune' to remove)"7725msgstr ""77267727#: builtin/remote.c:9507728msgid " ???"7729msgstr ""77307731#: builtin/remote.c:9917732#, c-format7733msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"7734msgstr ""77357736#: builtin/remote.c:9987737#, c-format7738msgid "rebases onto remote %s"7739msgstr ""77407741#: builtin/remote.c:10017742#, c-format7743msgid " merges with remote %s"7744msgstr ""77457746#: builtin/remote.c:10027747msgid " and with remote"7748msgstr ""77497750#: builtin/remote.c:10047751#, c-format7752msgid "merges with remote %s"7753msgstr ""77547755#: builtin/remote.c:10057756msgid " and with remote"7757msgstr ""77587759#: builtin/remote.c:10517760msgid "create"7761msgstr ""77627763#: builtin/remote.c:10547764msgid "delete"7765msgstr ""77667767#: builtin/remote.c:10587768msgid "up to date"7769msgstr ""77707771#: builtin/remote.c:10617772msgid "fast-forwardable"7773msgstr ""77747775#: builtin/remote.c:10647776msgid "local out of date"7777msgstr ""77787779#: builtin/remote.c:10717780#, c-format7781msgid " %-*s forces to %-*s (%s)"7782msgstr ""77837784#: builtin/remote.c:10747785#, c-format7786msgid " %-*s pushes to %-*s (%s)"7787msgstr ""77887789#: builtin/remote.c:10787790#, c-format7791msgid " %-*s forces to %s"7792msgstr ""77937794#: builtin/remote.c:10817795#, c-format7796msgid " %-*s pushes to %s"7797msgstr ""77987799#: builtin/remote.c:10917800msgid "do not query remotes"7801msgstr ""78027803#: builtin/remote.c:11187804#, c-format7805msgid "* remote %s"7806msgstr ""78077808#: builtin/remote.c:11197809#, c-format7810msgid " Fetch URL: %s"7811msgstr ""78127813#: builtin/remote.c:1120 builtin/remote.c:12857814msgid "(no URL)"7815msgstr ""78167817#: builtin/remote.c:1129 builtin/remote.c:11317818#, c-format7819msgid " Push URL: %s"7820msgstr ""78217822#: builtin/remote.c:1133 builtin/remote.c:1135 builtin/remote.c:11377823#, c-format7824msgid " HEAD branch: %s"7825msgstr ""78267827#: builtin/remote.c:11397828#, c-format7829msgid ""7830" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"7831msgstr ""78327833#: builtin/remote.c:11517834#, c-format7835msgid " Remote branch:%s"7836msgid_plural " Remote branches:%s"7837msgstr[0] ""7838msgstr[1] ""78397840#: builtin/remote.c:1154 builtin/remote.c:11817841msgid " (status not queried)"7842msgstr ""78437844#: builtin/remote.c:11637845msgid " Local branch configured for 'git pull':"7846msgid_plural " Local branches configured for 'git pull':"7847msgstr[0] ""7848msgstr[1] ""78497850#: builtin/remote.c:11717851msgid " Local refs will be mirrored by 'git push'"7852msgstr ""78537854#: builtin/remote.c:11787855#, c-format7856msgid " Local ref configured for 'git push'%s:"7857msgid_plural " Local refs configured for 'git push'%s:"7858msgstr[0] ""7859msgstr[1] ""78607861#: builtin/remote.c:11997862msgid "set refs/remotes/<name>/HEAD according to remote"7863msgstr ""78647865#: builtin/remote.c:12017866msgid "delete refs/remotes/<name>/HEAD"7867msgstr ""78687869#: builtin/remote.c:12167870msgid "Cannot determine remote HEAD"7871msgstr ""78727873#: builtin/remote.c:12187874msgid "Multiple remote HEAD branches. Please choose one explicitly with:"7875msgstr ""78767877#: builtin/remote.c:12287878#, c-format7879msgid "Could not delete %s"7880msgstr ""78817882#: builtin/remote.c:12367883#, c-format7884msgid "Not a valid ref: %s"7885msgstr ""78867887#: builtin/remote.c:12387888#, c-format7889msgid "Could not setup %s"7890msgstr ""78917892#: builtin/remote.c:12747893#, c-format7894msgid " %s will become dangling!"7895msgstr ""78967897#: builtin/remote.c:12757898#, c-format7899msgid " %s has become dangling!"7900msgstr ""79017902#: builtin/remote.c:12817903#, c-format7904msgid "Pruning %s"7905msgstr ""79067907#: builtin/remote.c:12827908#, c-format7909msgid "URL: %s"7910msgstr ""79117912#: builtin/remote.c:12957913#, c-format7914msgid " * [would prune] %s"7915msgstr ""79167917#: builtin/remote.c:12987918#, c-format7919msgid " * [pruned] %s"7920msgstr ""79217922#: builtin/remote.c:13217923msgid "prune remotes after fetching"7924msgstr ""79257926#: builtin/remote.c:1387 builtin/remote.c:14617927#, c-format7928msgid "No such remote '%s'"7929msgstr ""79307931#: builtin/remote.c:14077932msgid "add branch"7933msgstr ""79347935#: builtin/remote.c:14147936msgid "no remote specified"7937msgstr ""79387939#: builtin/remote.c:14367940msgid "manipulate push URLs"7941msgstr ""79427943#: builtin/remote.c:14387944msgid "add URL"7945msgstr ""79467947#: builtin/remote.c:14407948msgid "delete URLs"7949msgstr ""79507951#: builtin/remote.c:14477952msgid "--add --delete doesn't make sense"7953msgstr ""79547955#: builtin/remote.c:14877956#, c-format7957msgid "Invalid old URL pattern: %s"7958msgstr ""79597960#: builtin/remote.c:14957961#, c-format7962msgid "No such URL found: %s"7963msgstr ""79647965#: builtin/remote.c:14977966msgid "Will not delete all non-push URLs"7967msgstr ""79687969#: builtin/remote.c:15697970msgid "be verbose; must be placed before a subcommand"7971msgstr ""79727973#: builtin/replace.c:177974msgid "git replace [-f] <object> <replacement>"7975msgstr ""79767977#: builtin/replace.c:187978msgid "git replace -d <object>..."7979msgstr ""79807981#: builtin/replace.c:197982msgid "git replace -l [<pattern>]"7983msgstr ""79847985#: builtin/replace.c:1217986msgid "list replace refs"7987msgstr ""79887989#: builtin/replace.c:1227990msgid "delete replace refs"7991msgstr ""79927993#: builtin/replace.c:1237994msgid "replace the ref if it exists"7995msgstr ""79967997#: builtin/rerere.c:117998msgid "git rerere [clear | forget path... | status | remaining | diff | gc]"7999msgstr ""80008001#: builtin/rerere.c:568002msgid "register clean resolutions in index"8003msgstr ""80048005#: builtin/reset.c:258006msgid ""8007"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"8008msgstr ""80098010#: builtin/reset.c:268011msgid "git reset [-q] <tree-ish> [--] <paths>..."8012msgstr ""80138014#: builtin/reset.c:278015msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"8016msgstr ""80178018#: builtin/reset.c:338019msgid "mixed"8020msgstr ""80218022#: builtin/reset.c:338023msgid "soft"8024msgstr ""80258026#: builtin/reset.c:338027msgid "hard"8028msgstr ""80298030#: builtin/reset.c:338031msgid "merge"8032msgstr ""80338034#: builtin/reset.c:338035msgid "keep"8036msgstr ""80378038#: builtin/reset.c:738039msgid "You do not have a valid HEAD."8040msgstr ""80418042#: builtin/reset.c:758043msgid "Failed to find tree of HEAD."8044msgstr ""80458046#: builtin/reset.c:818047#, c-format8048msgid "Failed to find tree of %s."8049msgstr ""80508051#: builtin/reset.c:998052#, c-format8053msgid "HEAD is now at %s"8054msgstr ""80558056#: builtin/reset.c:1728057#, c-format8058msgid "Cannot do a %s reset in the middle of a merge."8059msgstr ""80608061#: builtin/reset.c:2518062msgid "be quiet, only report errors"8063msgstr ""80648065#: builtin/reset.c:2538066msgid "reset HEAD and index"8067msgstr ""80688069#: builtin/reset.c:2548070msgid "reset only HEAD"8071msgstr ""80728073#: builtin/reset.c:256 builtin/reset.c:2588074msgid "reset HEAD, index and working tree"8075msgstr ""80768077#: builtin/reset.c:2608078msgid "reset HEAD but keep local changes"8079msgstr ""80808081#: builtin/reset.c:2788082#, c-format8083msgid "Failed to resolve '%s' as a valid revision."8084msgstr ""80858086#: builtin/reset.c:281 builtin/reset.c:2898087#, c-format8088msgid "Could not parse object '%s'."8089msgstr ""80908091#: builtin/reset.c:2868092#, c-format8093msgid "Failed to resolve '%s' as a valid tree."8094msgstr ""80958096#: builtin/reset.c:2958097msgid "--patch is incompatible with --{hard,mixed,soft}"8098msgstr ""80998100#: builtin/reset.c:3048101msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."8102msgstr ""81038104#: builtin/reset.c:3068105#, c-format8106msgid "Cannot do %s reset with paths."8107msgstr ""81088109#: builtin/reset.c:3168110#, c-format8111msgid "%s reset is not allowed in a bare repository"8112msgstr ""81138114#: builtin/reset.c:3368115#, c-format8116msgid "Could not reset index file to revision '%s'."8117msgstr ""81188119#: builtin/reset.c:3428120msgid "Unstaged changes after reset:"8121msgstr ""81228123#: builtin/reset.c:3478124msgid "Could not write new index file."8125msgstr ""81268127#: builtin/rev-parse.c:3458128msgid "git rev-parse --parseopt [options] -- [<args>...]"8129msgstr ""81308131#: builtin/rev-parse.c:3508132msgid "keep the `--` passed as an arg"8133msgstr ""81348135#: builtin/rev-parse.c:3528136msgid "stop parsing after the first non-option argument"8137msgstr ""81388139#: builtin/rev-parse.c:4708140msgid ""8141"git rev-parse --parseopt [options] -- [<args>...]\n"8142" or: git rev-parse --sq-quote [<arg>...]\n"8143" or: git rev-parse [options] [<arg>...]\n"8144"\n"8145"Run \"git rev-parse --parseopt -h\" for more information on the first usage."8146msgstr ""81478148#: builtin/revert.c:228149msgid "git revert [options] <commit-ish>..."8150msgstr ""81518152#: builtin/revert.c:238153msgid "git revert <subcommand>"8154msgstr ""81558156#: builtin/revert.c:288157msgid "git cherry-pick [options] <commit-ish>..."8158msgstr ""81598160#: builtin/revert.c:298161msgid "git cherry-pick <subcommand>"8162msgstr ""81638164#: builtin/revert.c:71 builtin/revert.c:948165#, c-format8166msgid "%s: %s cannot be used with %s"8167msgstr ""81688169#: builtin/revert.c:1058170msgid "end revert or cherry-pick sequence"8171msgstr ""81728173#: builtin/revert.c:1068174msgid "resume revert or cherry-pick sequence"8175msgstr ""81768177#: builtin/revert.c:1078178msgid "cancel revert or cherry-pick sequence"8179msgstr ""81808181#: builtin/revert.c:1088182msgid "don't automatically commit"8183msgstr ""81848185#: builtin/revert.c:1098186msgid "edit the commit message"8187msgstr ""81888189#: builtin/revert.c:1128190msgid "parent number"8191msgstr ""81928193#: builtin/revert.c:1148194msgid "merge strategy"8195msgstr ""81968197#: builtin/revert.c:1158198msgid "option"8199msgstr ""82008201#: builtin/revert.c:1168202msgid "option for merge strategy"8203msgstr ""82048205#: builtin/revert.c:1278206msgid "append commit name"8207msgstr ""82088209#: builtin/revert.c:1288210msgid "allow fast-forward"8211msgstr ""82128213#: builtin/revert.c:1298214msgid "preserve initially empty commits"8215msgstr ""82168217#: builtin/revert.c:1308218msgid "allow commits with empty messages"8219msgstr ""82208221#: builtin/revert.c:1318222msgid "keep redundant, empty commits"8223msgstr ""82248225#: builtin/revert.c:1358226msgid "program error"8227msgstr ""82288229#: builtin/revert.c:2258230msgid "revert failed"8231msgstr ""82328233#: builtin/revert.c:2408234msgid "cherry-pick failed"8235msgstr ""82368237#: builtin/rm.c:168238msgid "git rm [options] [--] <file>..."8239msgstr ""82408241#: builtin/rm.c:648242msgid ""8243"the following submodule (or one of its nested submodules)\n"8244"uses a .git directory:"8245msgid_plural ""8246"the following submodules (or one of its nested submodules)\n"8247"use a .git directory:"8248msgstr[0] ""8249msgstr[1] ""82508251#: builtin/rm.c:708252msgid ""8253"\n"8254"(use 'rm -rf' if you really want to remove it including all of its history)"8255msgstr ""82568257#: builtin/rm.c:2308258msgid ""8259"the following file has staged content different from both the\n"8260"file and the HEAD:"8261msgid_plural ""8262"the following files have staged content different from both the\n"8263"file and the HEAD:"8264msgstr[0] ""8265msgstr[1] ""82668267#: builtin/rm.c:2358268msgid ""8269"\n"8270"(use -f to force removal)"8271msgstr ""82728273#: builtin/rm.c:2398274msgid "the following file has changes staged in the index:"8275msgid_plural "the following files have changes staged in the index:"8276msgstr[0] ""8277msgstr[1] ""82788279#: builtin/rm.c:243 builtin/rm.c:2548280msgid ""8281"\n"8282"(use --cached to keep the file, or -f to force removal)"8283msgstr ""82848285#: builtin/rm.c:2518286msgid "the following file has local modifications:"8287msgid_plural "the following files have local modifications:"8288msgstr[0] ""8289msgstr[1] ""82908291#: builtin/rm.c:2698292msgid "do not list removed files"8293msgstr ""82948295#: builtin/rm.c:2708296msgid "only remove from the index"8297msgstr ""82988299#: builtin/rm.c:2718300msgid "override the up-to-date check"8301msgstr ""83028303#: builtin/rm.c:2728304msgid "allow recursive removal"8305msgstr ""83068307#: builtin/rm.c:2748308msgid "exit with a zero status even if nothing matched"8309msgstr ""83108311#: builtin/rm.c:3458312#, c-format8313msgid "not removing '%s' recursively without -r"8314msgstr ""83158316#: builtin/rm.c:3848317#, c-format8318msgid "git rm: unable to remove %s"8319msgstr ""83208321#: builtin/shortlog.c:138322msgid "git shortlog [<options>] [<revision range>] [[--] [<path>...]]"8323msgstr ""83248325#: builtin/shortlog.c:1318326#, c-format8327msgid "Missing author: %s"8328msgstr ""83298330#: builtin/shortlog.c:2288331msgid "sort output according to the number of commits per author"8332msgstr ""83338334#: builtin/shortlog.c:2308335msgid "Suppress commit descriptions, only provides commit count"8336msgstr ""83378338#: builtin/shortlog.c:2328339msgid "Show the email address of each author"8340msgstr ""83418342#: builtin/shortlog.c:2338343msgid "w[,i1[,i2]]"8344msgstr ""83458346#: builtin/shortlog.c:2348347msgid "Linewrap output"8348msgstr ""83498350#: builtin/show-branch.c:98351msgid ""8352"git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order] [--"8353"current] [--color[=<when>] | --no-color] [--sparse] [--more=<n> | --list | --"8354"independent | --merge-base] [--no-name | --sha1-name] [--topics] [(<rev> | "8355"<glob>)...]"8356msgstr ""83578358#: builtin/show-branch.c:108359msgid "git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"8360msgstr ""83618362#: builtin/show-branch.c:6508363msgid "show remote-tracking and local branches"8364msgstr ""83658366#: builtin/show-branch.c:6528367msgid "show remote-tracking branches"8368msgstr ""83698370#: builtin/show-branch.c:6548371msgid "color '*!+-' corresponding to the branch"8372msgstr ""83738374#: builtin/show-branch.c:6568375msgid "show <n> more commits after the common ancestor"8376msgstr ""83778378#: builtin/show-branch.c:6588379msgid "synonym to more=-1"8380msgstr ""83818382#: builtin/show-branch.c:6598383msgid "suppress naming strings"8384msgstr ""83858386#: builtin/show-branch.c:6618387msgid "include the current branch"8388msgstr ""83898390#: builtin/show-branch.c:6638391msgid "name commits with their object names"8392msgstr ""83938394#: builtin/show-branch.c:6658395msgid "show possible merge bases"8396msgstr ""83978398#: builtin/show-branch.c:6678399msgid "show refs unreachable from any other ref"8400msgstr ""84018402#: builtin/show-branch.c:6698403msgid "show commits in topological order"8404msgstr ""84058406#: builtin/show-branch.c:6728407msgid "show only commits not on the first branch"8408msgstr ""84098410#: builtin/show-branch.c:6748411msgid "show merges reachable from only one tip"8412msgstr ""84138414#: builtin/show-branch.c:6768415msgid "topologically sort, maintaining date order where possible"8416msgstr ""84178418#: builtin/show-branch.c:6798419msgid "<n>[,<base>]"8420msgstr ""84218422#: builtin/show-branch.c:6808423msgid "show <n> most recent ref-log entries starting at base"8424msgstr ""84258426#: builtin/show-ref.c:108427msgid ""8428"git show-ref [-q|--quiet] [--verify] [--head] [-d|--dereference] [-s|--"8429"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [pattern*] "8430msgstr ""84318432#: builtin/show-ref.c:118433msgid "git show-ref --exclude-existing[=pattern] < ref-list"8434msgstr ""84358436#: builtin/show-ref.c:1688437msgid "only show tags (can be combined with heads)"8438msgstr ""84398440#: builtin/show-ref.c:1698441msgid "only show heads (can be combined with tags)"8442msgstr ""84438444#: builtin/show-ref.c:1708445msgid "stricter reference checking, requires exact ref path"8446msgstr ""84478448#: builtin/show-ref.c:173 builtin/show-ref.c:1768449msgid "show the HEAD reference, even if it would be filtered out"8450msgstr ""84518452#: builtin/show-ref.c:1788453msgid "dereference tags into object IDs"8454msgstr ""84558456#: builtin/show-ref.c:1808457msgid "only show SHA1 hash using <n> digits"8458msgstr ""84598460#: builtin/show-ref.c:1848461msgid "do not print results to stdout (useful with --verify)"8462msgstr ""84638464#: builtin/show-ref.c:1868465msgid "show refs from stdin that aren't in local repository"8466msgstr ""84678468#: builtin/symbolic-ref.c:78469msgid "git symbolic-ref [options] name [ref]"8470msgstr ""84718472#: builtin/symbolic-ref.c:88473msgid "git symbolic-ref -d [-q] name"8474msgstr ""84758476#: builtin/symbolic-ref.c:408477msgid "suppress error message for non-symbolic (detached) refs"8478msgstr ""84798480#: builtin/symbolic-ref.c:418481msgid "delete symbolic ref"8482msgstr ""84838484#: builtin/symbolic-ref.c:428485msgid "shorten ref output"8486msgstr ""84878488#: builtin/symbolic-ref.c:43 builtin/update-ref.c:188489msgid "reason"8490msgstr ""84918492#: builtin/symbolic-ref.c:43 builtin/update-ref.c:188493msgid "reason of the update"8494msgstr ""84958496#: builtin/tag.c:228497msgid ""8498"git tag [-a|-s|-u <key-id>] [-f] [-m <msg>|-F <file>] <tagname> [<head>]"8499msgstr ""85008501#: builtin/tag.c:238502msgid "git tag -d <tagname>..."8503msgstr ""85048505#: builtin/tag.c:248506msgid ""8507"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>] \n"8508"\t\t[<pattern>...]"8509msgstr ""85108511#: builtin/tag.c:268512msgid "git tag -v <tagname>..."8513msgstr ""85148515#: builtin/tag.c:608516#, c-format8517msgid "malformed object at '%s'"8518msgstr ""85198520#: builtin/tag.c:2078521#, c-format8522msgid "tag name too long: %.*s..."8523msgstr ""85248525#: builtin/tag.c:2128526#, c-format8527msgid "tag '%s' not found."8528msgstr ""85298530#: builtin/tag.c:2278531#, c-format8532msgid "Deleted tag '%s' (was %s)\n"8533msgstr ""85348535#: builtin/tag.c:2398536#, c-format8537msgid "could not verify the tag '%s'"8538msgstr ""85398540#: builtin/tag.c:2498541#, c-format8542msgid ""8543"\n"8544"Write a tag message\n"8545"Lines starting with '%c' will be ignored.\n"8546msgstr ""85478548#: builtin/tag.c:2538549#, c-format8550msgid ""8551"\n"8552"Write a tag message\n"8553"Lines starting with '%c' will be kept; you may remove them yourself if you "8554"want to.\n"8555msgstr ""85568557#: builtin/tag.c:2928558msgid "unable to sign the tag"8559msgstr ""85608561#: builtin/tag.c:2948562msgid "unable to write tag file"8563msgstr ""85648565#: builtin/tag.c:3198566msgid "bad object type."8567msgstr ""85688569#: builtin/tag.c:3328570msgid "tag header too big."8571msgstr ""85728573#: builtin/tag.c:3688574msgid "no tag message?"8575msgstr ""85768577#: builtin/tag.c:3748578#, c-format8579msgid "The tag message has been left in %s\n"8580msgstr ""85818582#: builtin/tag.c:4238583msgid "switch 'points-at' requires an object"8584msgstr ""85858586#: builtin/tag.c:4258587#, c-format8588msgid "malformed object name '%s'"8589msgstr ""85908591#: builtin/tag.c:4458592msgid "list tag names"8593msgstr ""85948595#: builtin/tag.c:4478596msgid "print <n> lines of each tag message"8597msgstr ""85988599#: builtin/tag.c:4498600msgid "delete tags"8601msgstr ""86028603#: builtin/tag.c:4508604msgid "verify tags"8605msgstr ""86068607#: builtin/tag.c:4528608msgid "Tag creation options"8609msgstr ""86108611#: builtin/tag.c:4548612msgid "annotated tag, needs a message"8613msgstr ""86148615#: builtin/tag.c:4568616msgid "tag message"8617msgstr ""86188619#: builtin/tag.c:4588620msgid "annotated and GPG-signed tag"8621msgstr ""86228623#: builtin/tag.c:4628624msgid "use another key to sign the tag"8625msgstr ""86268627#: builtin/tag.c:4638628msgid "replace the tag if exists"8629msgstr ""86308631#: builtin/tag.c:4648632msgid "show tag list in columns"8633msgstr ""86348635#: builtin/tag.c:4668636msgid "Tag listing options"8637msgstr ""86388639#: builtin/tag.c:4698640msgid "print only tags that contain the commit"8641msgstr ""86428643#: builtin/tag.c:4758644msgid "print only tags of the object"8645msgstr ""86468647#: builtin/tag.c:5048648msgid "--column and -n are incompatible"8649msgstr ""86508651#: builtin/tag.c:5218652msgid "-n option is only allowed with -l."8653msgstr ""86548655#: builtin/tag.c:5238656msgid "--contains option is only allowed with -l."8657msgstr ""86588659#: builtin/tag.c:5258660msgid "--points-at option is only allowed with -l."8661msgstr ""86628663#: builtin/tag.c:5338664msgid "only one -F or -m option is allowed."8665msgstr ""86668667#: builtin/tag.c:5538668msgid "too many params"8669msgstr ""86708671#: builtin/tag.c:5598672#, c-format8673msgid "'%s' is not a valid tag name."8674msgstr ""86758676#: builtin/tag.c:5648677#, c-format8678msgid "tag '%s' already exists"8679msgstr ""86808681#: builtin/tag.c:5828682#, c-format8683msgid "%s: cannot lock the ref"8684msgstr ""86858686#: builtin/tag.c:5848687#, c-format8688msgid "%s: cannot update the ref"8689msgstr ""86908691#: builtin/tag.c:5868692#, c-format8693msgid "Updated tag '%s' (was %s)\n"8694msgstr ""86958696#: builtin/update-index.c:4018697msgid "git update-index [options] [--] [<file>...]"8698msgstr ""86998700#: builtin/update-index.c:7188701msgid "continue refresh even when index needs update"8702msgstr ""87038704#: builtin/update-index.c:7218705msgid "refresh: ignore submodules"8706msgstr ""87078708#: builtin/update-index.c:7248709msgid "do not ignore new files"8710msgstr ""87118712#: builtin/update-index.c:7268713msgid "let files replace directories and vice-versa"8714msgstr ""87158716#: builtin/update-index.c:7288717msgid "notice files missing from worktree"8718msgstr ""87198720#: builtin/update-index.c:7308721msgid "refresh even if index contains unmerged entries"8722msgstr ""87238724#: builtin/update-index.c:7338725msgid "refresh stat information"8726msgstr ""87278728#: builtin/update-index.c:7378729msgid "like --refresh, but ignore assume-unchanged setting"8730msgstr ""87318732#: builtin/update-index.c:7418733msgid "<mode> <object> <path>"8734msgstr ""87358736#: builtin/update-index.c:7428737msgid "add the specified entry to the index"8738msgstr ""87398740#: builtin/update-index.c:7468741msgid "(+/-)x"8742msgstr ""87438744#: builtin/update-index.c:7478745msgid "override the executable bit of the listed files"8746msgstr ""87478748#: builtin/update-index.c:7518749msgid "mark files as \"not changing\""8750msgstr ""87518752#: builtin/update-index.c:7548753msgid "clear assumed-unchanged bit"8754msgstr ""87558756#: builtin/update-index.c:7578757msgid "mark files as \"index-only\""8758msgstr ""87598760#: builtin/update-index.c:7608761msgid "clear skip-worktree bit"8762msgstr ""87638764#: builtin/update-index.c:7638765msgid "add to index only; do not add content to object database"8766msgstr ""87678768#: builtin/update-index.c:7658769msgid "remove named paths even if present in worktree"8770msgstr ""87718772#: builtin/update-index.c:7678773msgid "with --stdin: input lines are terminated by null bytes"8774msgstr ""87758776#: builtin/update-index.c:7698777msgid "read list of paths to be updated from standard input"8778msgstr ""87798780#: builtin/update-index.c:7738781msgid "add entries from standard input to the index"8782msgstr ""87838784#: builtin/update-index.c:7778785msgid "repopulate stages #2 and #3 for the listed paths"8786msgstr ""87878788#: builtin/update-index.c:7818789msgid "only update entries that differ from HEAD"8790msgstr ""87918792#: builtin/update-index.c:7858793msgid "ignore files missing from worktree"8794msgstr ""87958796#: builtin/update-index.c:7888797msgid "report actions to standard output"8798msgstr ""87998800#: builtin/update-index.c:7908801msgid "(for porcelains) forget saved unresolved conflicts"8802msgstr ""88038804#: builtin/update-index.c:7948805msgid "write index in this format"8806msgstr ""88078808#: builtin/update-ref.c:78809msgid "git update-ref [options] -d <refname> [<oldval>]"8810msgstr ""88118812#: builtin/update-ref.c:88813msgid "git update-ref [options] <refname> <newval> [<oldval>]"8814msgstr ""88158816#: builtin/update-ref.c:198817msgid "delete the reference"8818msgstr ""88198820#: builtin/update-ref.c:218821msgid "update <refname> not the one it points to"8822msgstr ""88238824#: builtin/update-server-info.c:68825msgid "git update-server-info [--force]"8826msgstr ""88278828#: builtin/update-server-info.c:148829msgid "update the info files from scratch"8830msgstr ""88318832#: builtin/verify-pack.c:568833msgid "git verify-pack [-v|--verbose] [-s|--stat-only] <pack>..."8834msgstr ""88358836#: builtin/verify-pack.c:668837msgid "verbose"8838msgstr ""88398840#: builtin/verify-pack.c:688841msgid "show statistics only"8842msgstr ""88438844#: builtin/verify-tag.c:178845msgid "git verify-tag [-v|--verbose] <tag>..."8846msgstr ""88478848#: builtin/verify-tag.c:738849msgid "print tag contents"8850msgstr ""88518852#: builtin/write-tree.c:138853msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"8854msgstr ""88558856#: builtin/write-tree.c:268857msgid "<prefix>/"8858msgstr ""88598860#: builtin/write-tree.c:278861msgid "write tree object for a subdirectory <prefix>"8862msgstr ""88638864#: builtin/write-tree.c:308865msgid "only useful for debugging"8866msgstr ""88678868#: git.c:178869msgid ""8870"'git help -a' and 'git help -g' lists available subcommands and some\n"8871"concept guides. See 'git help <command>' or 'git help <concept>'\n"8872"to read about a specific subcommand or concept."8873msgstr ""88748875#: parse-options.h:1448876msgid "expiry date"8877msgstr ""88788879#: parse-options.h:1598880msgid "no-op (backward compatibility)"8881msgstr ""88828883#: parse-options.h:2368884msgid "be more verbose"8885msgstr ""88868887#: parse-options.h:2388888msgid "be more quiet"8889msgstr ""88908891#: parse-options.h:2448892msgid "use <n> digits to display SHA-1s"8893msgstr ""88948895#: common-cmds.h:88896msgid "Add file contents to the index"8897msgstr ""88988899#: common-cmds.h:98900msgid "Find by binary search the change that introduced a bug"8901msgstr ""89028903#: common-cmds.h:108904msgid "List, create, or delete branches"8905msgstr ""89068907#: common-cmds.h:118908msgid "Checkout a branch or paths to the working tree"8909msgstr ""89108911#: common-cmds.h:128912msgid "Clone a repository into a new directory"8913msgstr ""89148915#: common-cmds.h:138916msgid "Record changes to the repository"8917msgstr ""89188919#: common-cmds.h:148920msgid "Show changes between commits, commit and working tree, etc"8921msgstr ""89228923#: common-cmds.h:158924msgid "Download objects and refs from another repository"8925msgstr ""89268927#: common-cmds.h:168928msgid "Print lines matching a pattern"8929msgstr ""89308931#: common-cmds.h:178932msgid "Create an empty Git repository or reinitialize an existing one"8933msgstr ""89348935#: common-cmds.h:188936msgid "Show commit logs"8937msgstr ""89388939#: common-cmds.h:198940msgid "Join two or more development histories together"8941msgstr ""89428943#: common-cmds.h:208944msgid "Move or rename a file, a directory, or a symlink"8945msgstr ""89468947#: common-cmds.h:218948msgid "Fetch from and integrate with another repository or a local branch"8949msgstr ""89508951#: common-cmds.h:228952msgid "Update remote refs along with associated objects"8953msgstr ""89548955#: common-cmds.h:238956msgid "Forward-port local commits to the updated upstream head"8957msgstr ""89588959#: common-cmds.h:248960msgid "Reset current HEAD to the specified state"8961msgstr ""89628963#: common-cmds.h:258964msgid "Remove files from the working tree and from the index"8965msgstr ""89668967#: common-cmds.h:268968msgid "Show various types of objects"8969msgstr ""89708971#: common-cmds.h:278972msgid "Show the working tree status"8973msgstr ""89748975#: common-cmds.h:288976msgid "Create, list, delete or verify a tag object signed with GPG"8977msgstr ""89788979#: git-am.sh:508980msgid "You need to set your committer info first"8981msgstr ""89828983#: git-am.sh:958984msgid ""8985"You seem to have moved HEAD since the last 'am' failure.\n"8986"Not rewinding to ORIG_HEAD"8987msgstr ""89888989#: git-am.sh:1058990#, sh-format8991msgid ""8992"When you have resolved this problem, run \"$cmdline --continue\".\n"8993"If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"8994"To restore the original branch and stop patching, run \"$cmdline --abort\"."8995msgstr ""89968997#: git-am.sh:1218998msgid "Cannot fall back to three-way merge."8999msgstr ""90009001#: git-am.sh:1379002msgid "Repository lacks necessary blobs to fall back on 3-way merge."9003msgstr ""90049005#: git-am.sh:1399006msgid "Using index info to reconstruct a base tree..."9007msgstr ""90089009#: git-am.sh:1549010msgid ""9011"Did you hand edit your patch?\n"9012"It does not apply to blobs recorded in its index."9013msgstr ""90149015#: git-am.sh:1639016msgid "Falling back to patching base and 3-way merge..."9017msgstr ""90189019#: git-am.sh:1799020msgid "Failed to merge in the changes."9021msgstr ""90229023#: git-am.sh:2749024msgid "Only one StGIT patch series can be applied at once"9025msgstr ""90269027#: git-am.sh:3619028#, sh-format9029msgid "Patch format $patch_format is not supported."9030msgstr ""90319032#: git-am.sh:3639033msgid "Patch format detection failed."9034msgstr ""90359036#: git-am.sh:3899037msgid ""9038"The -b/--binary option has been a no-op for long time, and\n"9039"it will be removed. Please do not use it anymore."9040msgstr ""90419042#: git-am.sh:4799043#, sh-format9044msgid "previous rebase directory $dotest still exists but mbox given."9045msgstr ""90469047#: git-am.sh:4849048msgid "Please make up your mind. --skip or --abort?"9049msgstr ""90509051#: git-am.sh:5209052#, sh-format9053msgid ""9054"Stray $dotest directory found.\n"9055"Use \"git am --abort\" to remove it."9056msgstr ""90579058#: git-am.sh:5289059msgid "Resolve operation not in progress, we are not resuming."9060msgstr ""90619062#: git-am.sh:5949063#, sh-format9064msgid "Dirty index: cannot apply patches (dirty: $files)"9065msgstr ""90669067#: git-am.sh:6989068#, sh-format9069msgid ""9070"Patch is empty. Was it split wrong?\n"9071"If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"9072"To restore the original branch and stop patching run \"$cmdline --abort\"."9073msgstr ""90749075#: git-am.sh:7259076msgid "Patch does not have a valid e-mail address."9077msgstr ""90789079#: git-am.sh:7729080msgid "cannot be interactive without stdin connected to a terminal."9081msgstr ""90829083#: git-am.sh:7769084msgid "Commit Body is:"9085msgstr ""90869087#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]9088#. in your translation. The program will only accept English9089#. input at this point.9090#: git-am.sh:7839091msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "9092msgstr ""90939094#: git-am.sh:8199095#, sh-format9096msgid "Applying: $FIRSTLINE"9097msgstr ""90989099#: git-am.sh:8409100msgid ""9101"No changes - did you forget to use 'git add'?\n"9102"If there is nothing left to stage, chances are that something else\n"9103"already introduced the same changes; you might want to skip this patch."9104msgstr ""91059106#: git-am.sh:8489107msgid ""9108"You still have unmerged paths in your index\n"9109"did you forget to use 'git add'?"9110msgstr ""91119112#: git-am.sh:8649113msgid "No changes -- Patch already applied."9114msgstr ""91159116#: git-am.sh:8749117#, sh-format9118msgid "Patch failed at $msgnum $FIRSTLINE"9119msgstr ""91209121#: git-am.sh:8779122#, sh-format9123msgid ""9124"The copy of the patch that failed is found in:\n"9125" $dotest/patch"9126msgstr ""91279128#: git-am.sh:8959129msgid "applying to an empty history"9130msgstr ""91319132#: git-bisect.sh:489133msgid "You need to start by \"git bisect start\""9134msgstr ""91359136#. TRANSLATORS: Make sure to include [Y] and [n] in your9137#. translation. The program will only accept English input9138#. at this point.9139#: git-bisect.sh:549140msgid "Do you want me to do it for you [Y/n]? "9141msgstr ""91429143#: git-bisect.sh:959144#, sh-format9145msgid "unrecognised option: '$arg'"9146msgstr ""91479148#: git-bisect.sh:999149#, sh-format9150msgid "'$arg' does not appear to be a valid revision"9151msgstr ""91529153#: git-bisect.sh:1179154msgid "Bad HEAD - I need a HEAD"9155msgstr ""91569157#: git-bisect.sh:1309158#, sh-format9159msgid ""9160"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."9161msgstr ""91629163#: git-bisect.sh:1409164msgid "won't bisect on seeked tree"9165msgstr ""91669167#: git-bisect.sh:1449168msgid "Bad HEAD - strange symbolic ref"9169msgstr ""91709171#: git-bisect.sh:1899172#, sh-format9173msgid "Bad bisect_write argument: $state"9174msgstr ""91759176#: git-bisect.sh:2189177#, sh-format9178msgid "Bad rev input: $arg"9179msgstr ""91809181#: git-bisect.sh:2329182msgid "Please call 'bisect_state' with at least one argument."9183msgstr ""91849185#: git-bisect.sh:2449186#, sh-format9187msgid "Bad rev input: $rev"9188msgstr ""91899190#: git-bisect.sh:2509191msgid "'git bisect bad' can take only one argument."9192msgstr ""91939194#. have bad but not good. we could bisect although9195#. this is less optimum.9196#: git-bisect.sh:2739197msgid "Warning: bisecting only with a bad commit."9198msgstr ""91999200#. TRANSLATORS: Make sure to include [Y] and [n] in your9201#. translation. The program will only accept English input9202#. at this point.9203#: git-bisect.sh:2799204msgid "Are you sure [Y/n]? "9205msgstr ""92069207#: git-bisect.sh:2899208msgid ""9209"You need to give me at least one good and one bad revisions.\n"9210"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"9211msgstr ""92129213#: git-bisect.sh:2929214msgid ""9215"You need to start by \"git bisect start\".\n"9216"You then need to give me at least one good and one bad revisions.\n"9217"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"9218msgstr ""92199220#: git-bisect.sh:363 git-bisect.sh:4909221msgid "We are not bisecting."9222msgstr ""92239224#: git-bisect.sh:3709225#, sh-format9226msgid "'$invalid' is not a valid commit"9227msgstr ""92289229#: git-bisect.sh:3799230#, sh-format9231msgid ""9232"Could not check out original HEAD '$branch'.\n"9233"Try 'git bisect reset <commit>'."9234msgstr ""92359236#: git-bisect.sh:4069237msgid "No logfile given"9238msgstr ""92399240#: git-bisect.sh:4079241#, sh-format9242msgid "cannot read $file for replaying"9243msgstr ""92449245#: git-bisect.sh:4249246msgid "?? what are you talking about?"9247msgstr ""92489249#: git-bisect.sh:4369250#, sh-format9251msgid "running $command"9252msgstr ""92539254#: git-bisect.sh:4439255#, sh-format9256msgid ""9257"bisect run failed:\n"9258"exit code $res from '$command' is < 0 or >= 128"9259msgstr ""92609261#: git-bisect.sh:4699262msgid "bisect run cannot continue any more"9263msgstr ""92649265#: git-bisect.sh:4759266#, sh-format9267msgid ""9268"bisect run failed:\n"9269"'bisect_state $state' exited with error code $res"9270msgstr ""92719272#: git-bisect.sh:4829273msgid "bisect run success"9274msgstr ""92759276#: git-pull.sh:219277msgid ""9278"Pull is not possible because you have unmerged files.\n"9279"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"9280"as appropriate to mark resolution, or use 'git commit -a'."9281msgstr ""92829283#: git-pull.sh:259284msgid "Pull is not possible because you have unmerged files."9285msgstr ""92869287#: git-pull.sh:2039288msgid "updating an unborn branch with changes added to the index"9289msgstr ""92909291#. The fetch involved updating the current branch.9292#. The working tree and the index file is still based on the9293#. $orig_head commit, but we are merging into $curr_head.9294#. First update the working tree to match $curr_head.9295#: git-pull.sh:2359296#, sh-format9297msgid ""9298"Warning: fetch updated the current branch head.\n"9299"Warning: fast-forwarding your working tree from\n"9300"Warning: commit $orig_head."9301msgstr ""93029303#: git-pull.sh:2609304msgid "Cannot merge multiple branches into empty head"9305msgstr ""93069307#: git-pull.sh:2649308msgid "Cannot rebase onto multiple branches"9309msgstr ""93109311#: git-rebase.sh:549312msgid ""9313"When you have resolved this problem, run \"git rebase --continue\".\n"9314"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"9315"To check out the original branch and stop rebasing, run \"git rebase --abort"9316"\"."9317msgstr ""93189319#: git-rebase.sh:1569320msgid "Applied autostash."9321msgstr ""93229323#: git-rebase.sh:1599324#, sh-format9325msgid "Cannot store $stash_sha1"9326msgstr ""93279328#: git-rebase.sh:1609329msgid ""9330"Applying autostash resulted in conflicts.\n"9331"Your changes are safe in the stash.\n"9332"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"9333msgstr ""93349335#: git-rebase.sh:1909336msgid "The pre-rebase hook refused to rebase."9337msgstr ""93389339#: git-rebase.sh:1959340msgid "It looks like git-am is in progress. Cannot rebase."9341msgstr ""93429343#: git-rebase.sh:3299344msgid "The --exec option must be used with the --interactive option"9345msgstr ""93469347#: git-rebase.sh:3349348msgid "No rebase in progress?"9349msgstr ""93509351#: git-rebase.sh:3459352msgid "The --edit-todo action can only be used during interactive rebase."9353msgstr ""93549355#: git-rebase.sh:3529356msgid "Cannot read HEAD"9357msgstr ""93589359#: git-rebase.sh:3559360msgid ""9361"You must edit all merge conflicts and then\n"9362"mark them as resolved using git add"9363msgstr ""93649365#: git-rebase.sh:3739366#, sh-format9367msgid "Could not move back to $head_name"9368msgstr ""93699370#: git-rebase.sh:3929371#, sh-format9372msgid ""9373"It seems that there is already a $state_dir_base directory, and\n"9374"I wonder if you are in the middle of another rebase. If that is the\n"9375"case, please try\n"9376"\t$cmd_live_rebase\n"9377"If that is not the case, please\n"9378"\t$cmd_clear_stale_rebase\n"9379"and run me again. I am stopping in case you still have something\n"9380"valuable there."9381msgstr ""93829383#: git-rebase.sh:4379384#, sh-format9385msgid "invalid upstream $upstream_name"9386msgstr ""93879388#: git-rebase.sh:4619389#, sh-format9390msgid "$onto_name: there are more than one merge bases"9391msgstr ""93929393#: git-rebase.sh:464 git-rebase.sh:4689394#, sh-format9395msgid "$onto_name: there is no merge base"9396msgstr ""93979398#: git-rebase.sh:4739399#, sh-format9400msgid "Does not point to a valid commit: $onto_name"9401msgstr ""94029403#: git-rebase.sh:4969404#, sh-format9405msgid "fatal: no such branch: $branch_name"9406msgstr ""94079408#: git-rebase.sh:5199409msgid "Cannot autostash"9410msgstr ""94119412#: git-rebase.sh:5249413#, sh-format9414msgid "Created autostash: $stash_abbrev"9415msgstr ""94169417#: git-rebase.sh:5289418msgid "Please commit or stash them."9419msgstr ""94209421#: git-rebase.sh:5489422#, sh-format9423msgid "Current branch $branch_name is up to date."9424msgstr ""94259426#: git-rebase.sh:5529427#, sh-format9428msgid "Current branch $branch_name is up to date, rebase forced."9429msgstr ""94309431#: git-rebase.sh:5639432#, sh-format9433msgid "Changes from $mb to $onto:"9434msgstr ""94359436#. Detach HEAD and reset the tree9437#: git-rebase.sh:5729438msgid "First, rewinding head to replay your work on top of it..."9439msgstr ""94409441#: git-rebase.sh:5829442#, sh-format9443msgid "Fast-forwarded $branch_name to $onto_name."9444msgstr ""94459446#: git-stash.sh:519447msgid "git stash clear with parameters is unimplemented"9448msgstr ""94499450#: git-stash.sh:749451msgid "You do not have the initial commit yet"9452msgstr ""94539454#: git-stash.sh:899455msgid "Cannot save the current index state"9456msgstr ""94579458#: git-stash.sh:123 git-stash.sh:1369459msgid "Cannot save the current worktree state"9460msgstr ""94619462#: git-stash.sh:1409463msgid "No changes selected"9464msgstr ""94659466#: git-stash.sh:1439467msgid "Cannot remove temporary index (can't happen)"9468msgstr ""94699470#: git-stash.sh:1569471msgid "Cannot record working tree state"9472msgstr ""94739474#: git-stash.sh:1909475#, sh-format9476msgid "Cannot update $ref_stash with $w_commit"9477msgstr ""94789479#. TRANSLATORS: $option is an invalid option, like9480#. `--blah-blah'. The 7 spaces at the beginning of the9481#. second line correspond to "error: ". So you should line9482#. up the second line with however many characters the9483#. translation of "error: " takes in your language. E.g. in9484#. English this is:9485#.9486#. $ git stash save --blah-blah 2>&1 | head -n 29487#. error: unknown option for 'stash save': --blah-blah9488#. To provide a message, use git stash save -- '--blah-blah'9489#: git-stash.sh:2419490#, sh-format9491msgid ""9492"error: unknown option for 'stash save': $option\n"9493" To provide a message, use git stash save -- '$option'"9494msgstr ""94959496#: git-stash.sh:2629497msgid "No local changes to save"9498msgstr ""94999500#: git-stash.sh:2689501msgid ""9502"The following untracked files would NOT be saved but need to be removed by "9503"stash save:"9504msgstr ""95059506#: git-stash.sh:2709507msgid ""9508"Aborting. Consider using either the --force or --include-untracked option."9509msgstr ""95109511#: git-stash.sh:2749512msgid "Cannot initialize stash"9513msgstr ""95149515#: git-stash.sh:2789516msgid "Cannot save the current status"9517msgstr ""95189519#: git-stash.sh:2969520msgid "Cannot remove worktree changes"9521msgstr ""95229523#: git-stash.sh:3959524msgid "No stash found."9525msgstr ""95269527#: git-stash.sh:4029528#, sh-format9529msgid "Too many revisions specified: $REV"9530msgstr ""95319532#: git-stash.sh:4089533#, sh-format9534msgid "$reference is not valid reference"9535msgstr ""95369537#: git-stash.sh:4369538#, sh-format9539msgid "'$args' is not a stash-like commit"9540msgstr ""95419542#: git-stash.sh:4479543#, sh-format9544msgid "'$args' is not a stash reference"9545msgstr ""95469547#: git-stash.sh:4559548msgid "unable to refresh index"9549msgstr ""95509551#: git-stash.sh:4599552msgid "Cannot apply a stash in the middle of a merge"9553msgstr ""95549555#: git-stash.sh:4679556msgid "Conflicts in index. Try without --index."9557msgstr ""95589559#: git-stash.sh:4699560msgid "Could not save index tree"9561msgstr ""95629563#: git-stash.sh:5039564msgid "Cannot unstage modified files"9565msgstr ""95669567#: git-stash.sh:5189568msgid "Index was not unstashed."9569msgstr ""95709571#: git-stash.sh:5359572#, sh-format9573msgid "Dropped ${REV} ($s)"9574msgstr ""95759576#: git-stash.sh:5369577#, sh-format9578msgid "${REV}: Could not drop stash entry"9579msgstr ""95809581#: git-stash.sh:5439582msgid "No branch name specified"9583msgstr ""95849585#: git-stash.sh:6159586msgid "(To restore them type \"git stash apply\")"9587msgstr ""95889589#: git-submodule.sh:959590#, sh-format9591msgid "cannot strip one component off url '$remoteurl'"9592msgstr ""95939594#: git-submodule.sh:2379595#, sh-format9596msgid "No submodule mapping found in .gitmodules for path '$sm_path'"9597msgstr ""95989599#: git-submodule.sh:2819600#, sh-format9601msgid "Clone of '$url' into submodule path '$sm_path' failed"9602msgstr ""96039604#: git-submodule.sh:2939605#, sh-format9606msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"9607msgstr ""96089609#: git-submodule.sh:4039610msgid "Relative path can only be used from the toplevel of the working tree"9611msgstr ""96129613#: git-submodule.sh:4139614#, sh-format9615msgid "repo URL: '$repo' must be absolute or begin with ./|../"9616msgstr ""96179618#: git-submodule.sh:4309619#, sh-format9620msgid "'$sm_path' already exists in the index"9621msgstr ""96229623#: git-submodule.sh:4349624#, sh-format9625msgid ""9626"The following path is ignored by one of your .gitignore files:\n"9627"$sm_path\n"9628"Use -f if you really want to add it."9629msgstr ""96309631#: git-submodule.sh:4529632#, sh-format9633msgid "Adding existing repo at '$sm_path' to the index"9634msgstr ""96359636#: git-submodule.sh:4549637#, sh-format9638msgid "'$sm_path' already exists and is not a valid git repo"9639msgstr ""96409641#: git-submodule.sh:4629642#, sh-format9643msgid "A git directory for '$sm_name' is found locally with remote(s):"9644msgstr ""96459646#: git-submodule.sh:4649647#, sh-format9648msgid ""9649"If you want to reuse this local git directory instead of cloning again from"9650msgstr ""96519652#: git-submodule.sh:4669653#, sh-format9654msgid ""9655"use the '--force' option. If the local git directory is not the correct repo"9656msgstr ""96579658#: git-submodule.sh:4679659#, sh-format9660msgid ""9661"or you are unsure what this means choose another name with the '--name' "9662"option."9663msgstr ""96649665#: git-submodule.sh:4699666#, sh-format9667msgid "Reactivating local git directory for submodule '$sm_name'."9668msgstr ""96699670#: git-submodule.sh:4819671#, sh-format9672msgid "Unable to checkout submodule '$sm_path'"9673msgstr ""96749675#: git-submodule.sh:4869676#, sh-format9677msgid "Failed to add submodule '$sm_path'"9678msgstr ""96799680#: git-submodule.sh:4959681#, sh-format9682msgid "Failed to register submodule '$sm_path'"9683msgstr ""96849685#: git-submodule.sh:5399686#, sh-format9687msgid "Entering '$prefix$displaypath'"9688msgstr ""96899690#: git-submodule.sh:5549691#, sh-format9692msgid "Stopping at '$prefix$displaypath'; script returned non-zero status."9693msgstr ""96949695#: git-submodule.sh:6009696#, sh-format9697msgid "No url found for submodule path '$displaypath' in .gitmodules"9698msgstr ""96999700#: git-submodule.sh:6099701#, sh-format9702msgid "Failed to register url for submodule path '$displaypath'"9703msgstr ""97049705#: git-submodule.sh:6119706#, sh-format9707msgid "Submodule '$name' ($url) registered for path '$displaypath'"9708msgstr ""97099710#: git-submodule.sh:6199711#, sh-format9712msgid "Failed to register update mode for submodule path '$displaypath'"9713msgstr ""97149715#: git-submodule.sh:6569716#, sh-format9717msgid "Use '.' if you really want to deinitialize all submodules"9718msgstr ""97199720#: git-submodule.sh:6739721#, sh-format9722msgid "Submodule work tree '$displaypath' contains a .git directory"9723msgstr ""97249725#: git-submodule.sh:6749726#, sh-format9727msgid ""9728"(use 'rm -rf' if you really want to remove it including all of its history)"9729msgstr ""97309731#: git-submodule.sh:6809732#, sh-format9733msgid ""9734"Submodule work tree '$displaypath' contains local modifications; use '-f' to "9735"discard them"9736msgstr ""97379738#: git-submodule.sh:6839739#, sh-format9740msgid "Cleared directory '$displaypath'"9741msgstr ""97429743#: git-submodule.sh:6849744#, sh-format9745msgid "Could not remove submodule work tree '$displaypath'"9746msgstr ""97479748#: git-submodule.sh:6879749#, sh-format9750msgid "Could not create empty submodule directory '$displaypath'"9751msgstr ""97529753#: git-submodule.sh:6969754#, sh-format9755msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"9756msgstr ""97579758#: git-submodule.sh:8119759#, sh-format9760msgid ""9761"Submodule path '$displaypath' not initialized\n"9762"Maybe you want to use 'update --init'?"9763msgstr ""97649765#: git-submodule.sh:8249766#, sh-format9767msgid "Unable to find current revision in submodule path '$displaypath'"9768msgstr ""97699770#: git-submodule.sh:8339771#, sh-format9772msgid "Unable to fetch in submodule path '$sm_path'"9773msgstr ""97749775#: git-submodule.sh:8579776#, sh-format9777msgid "Unable to fetch in submodule path '$displaypath'"9778msgstr ""97799780#: git-submodule.sh:8719781#, sh-format9782msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"9783msgstr ""97849785#: git-submodule.sh:8729786#, sh-format9787msgid "Submodule path '$displaypath': rebased into '$sha1'"9788msgstr ""97899790#: git-submodule.sh:8779791#, sh-format9792msgid "Unable to merge '$sha1' in submodule path '$displaypath'"9793msgstr ""97949795#: git-submodule.sh:8789796#, sh-format9797msgid "Submodule path '$displaypath': merged in '$sha1'"9798msgstr ""97999800#: git-submodule.sh:8839801#, sh-format9802msgid ""9803"Execution of '$command $sha1' failed in submodule path '$prefix$sm_path'"9804msgstr ""98059806#: git-submodule.sh:8849807#, sh-format9808msgid "Submodule path '$prefix$sm_path': '$command $sha1'"9809msgstr ""98109811#: git-submodule.sh:8899812#, sh-format9813msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"9814msgstr ""98159816#: git-submodule.sh:8909817#, sh-format9818msgid "Submodule path '$displaypath': checked out '$sha1'"9819msgstr ""98209821#: git-submodule.sh:9179822#, sh-format9823msgid "Failed to recurse into submodule path '$displaypath'"9824msgstr ""98259826#: git-submodule.sh:10259827msgid "The --cached option cannot be used with the --files option"9828msgstr ""98299830#. unexpected type9831#: git-submodule.sh:10669832#, sh-format9833msgid "unexpected mode $mod_dst"9834msgstr ""98359836#: git-submodule.sh:10869837#, sh-format9838msgid " Warn: $display_name doesn't contain commit $sha1_src"9839msgstr ""98409841#: git-submodule.sh:10899842#, sh-format9843msgid " Warn: $display_name doesn't contain commit $sha1_dst"9844msgstr ""98459846#: git-submodule.sh:10929847#, sh-format9848msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"9849msgstr ""98509851#: git-submodule.sh:11179852msgid "blob"9853msgstr ""98549855#: git-submodule.sh:11559856msgid "Submodules changed but not updated:"9857msgstr ""98589859#: git-submodule.sh:11579860msgid "Submodule changes to be committed:"9861msgstr ""98629863#: git-submodule.sh:12429864#, sh-format9865msgid "Failed to recurse into submodule path '$sm_path'"9866msgstr ""98679868#: git-submodule.sh:13069869#, sh-format9870msgid "Synchronizing submodule url for '$displaypath'"9871msgstr ""