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-11-02 08:06+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:242 builtin/add.c:240 builtin/add.c:556 builtin/rm.c:328 56#, c-format 57msgid "pathspec '%s' did not match any files" 58msgstr "" 59 60#: archive.c:327 61msgid "fmt" 62msgstr "" 63 64#: archive.c:327 65msgid "archive format" 66msgstr "" 67 68#: archive.c:328 builtin/log.c:1193 69msgid "prefix" 70msgstr "" 71 72#: archive.c:329 73msgid "prepend prefix to each pathname in the archive" 74msgstr "" 75 76#: archive.c:330 builtin/archive.c:88 builtin/blame.c:2264 77#: builtin/blame.c:2265 builtin/config.c:58 builtin/fast-export.c:680 78#: builtin/fast-export.c:682 builtin/grep.c:716 builtin/hash-object.c:77 79#: builtin/ls-files.c:486 builtin/ls-files.c:489 builtin/notes.c:408 80#: builtin/notes.c:565 builtin/read-tree.c:108 parse-options.h:154 81msgid "file" 82msgstr "" 83 84#: archive.c:331 builtin/archive.c:89 85msgid "write the archive to this file" 86msgstr "" 87 88#: archive.c:333 89msgid "read .gitattributes in working directory" 90msgstr "" 91 92#: archive.c:334 93msgid "report archived files on stderr" 94msgstr "" 95 96#: archive.c:335 97msgid "store only" 98msgstr "" 99 100#: archive.c:336 101msgid "compress faster" 102msgstr "" 103 104#: archive.c:344 105msgid "compress better" 106msgstr "" 107 108#: archive.c:347 109msgid "list supported archive formats" 110msgstr "" 111 112#: archive.c:349 builtin/archive.c:90 builtin/clone.c:84 113msgid "repo" 114msgstr "" 115 116#: archive.c:350 builtin/archive.c:91 117msgid "retrieve the archive from remote repository <repo>" 118msgstr "" 119 120#: archive.c:351 builtin/archive.c:92 builtin/notes.c:487 121msgid "command" 122msgstr "" 123 124#: archive.c:352 builtin/archive.c:93 125msgid "path to the remote git-upload-archive command" 126msgstr "" 127 128#: attr.c:259 129msgid "" 130"Negative patterns are ignored in git attributes\n" 131"Use '\\!' for literal leading exclamation." 132msgstr "" 133 134#: branch.c:60 135#, c-format 136msgid "Not setting branch %s as its own upstream." 137msgstr "" 138 139#: branch.c:82 140#, c-format 141msgid "Branch %s set up to track remote branch %s from %s by rebasing." 142msgstr "" 143 144#: branch.c:83 145#, c-format 146msgid "Branch %s set up to track remote branch %s from %s." 147msgstr "" 148 149#: branch.c:87 150#, c-format 151msgid "Branch %s set up to track local branch %s by rebasing." 152msgstr "" 153 154#: branch.c:88 155#, c-format 156msgid "Branch %s set up to track local branch %s." 157msgstr "" 158 159#: branch.c:92 160#, c-format 161msgid "Branch %s set up to track remote ref %s by rebasing." 162msgstr "" 163 164#: branch.c:93 165#, c-format 166msgid "Branch %s set up to track remote ref %s." 167msgstr "" 168 169#: branch.c:97 170#, c-format 171msgid "Branch %s set up to track local ref %s by rebasing." 172msgstr "" 173 174#: branch.c:98 175#, c-format 176msgid "Branch %s set up to track local ref %s." 177msgstr "" 178 179#: branch.c:118 180#, c-format 181msgid "Tracking not set up: name too long: %s" 182msgstr "" 183 184#: branch.c:137 185#, c-format 186msgid "Not tracking: ambiguous information for ref %s" 187msgstr "" 188 189#: branch.c:182 190#, c-format 191msgid "'%s' is not a valid branch name." 192msgstr "" 193 194#: branch.c:187 195#, c-format 196msgid "A branch named '%s' already exists." 197msgstr "" 198 199#: branch.c:195 200msgid "Cannot force update the current branch." 201msgstr "" 202 203#: branch.c:215 204#, c-format 205msgid "Cannot setup tracking information; starting point '%s' is not a branch." 206msgstr "" 207 208#: branch.c:217 209#, c-format 210msgid "the requested upstream branch '%s' does not exist" 211msgstr "" 212 213#: branch.c:219 214msgid "" 215"\n" 216"If you are planning on basing your work on an upstream\n" 217"branch that already exists at the remote, you may need to\n" 218"run \"git fetch\" to retrieve it.\n" 219"\n" 220"If you are planning to push out a new local branch that\n" 221"will track its remote counterpart, you may want to use\n" 222"\"git push -u\" to set the upstream config as you push." 223msgstr "" 224 225#: branch.c:264 226#, c-format 227msgid "Not a valid object name: '%s'." 228msgstr "" 229 230#: branch.c:284 231#, c-format 232msgid "Ambiguous object name: '%s'." 233msgstr "" 234 235#: branch.c:289 236#, c-format 237msgid "Not a valid branch point: '%s'." 238msgstr "" 239 240#: branch.c:295 241msgid "Failed to lock ref for update" 242msgstr "" 243 244#: branch.c:313 245msgid "Failed to write ref" 246msgstr "" 247 248#: bundle.c:36 249#, c-format 250msgid "'%s' does not look like a v2 bundle file" 251msgstr "" 252 253#: bundle.c:63 254#, c-format 255msgid "unrecognized header: %s%s (%d)" 256msgstr "" 257 258#: bundle.c:89 builtin/commit.c:706 259#, c-format 260msgid "could not open '%s'" 261msgstr "" 262 263#: bundle.c:140 264msgid "Repository lacks these prerequisite commits:" 265msgstr "" 266 267#: bundle.c:164 sequencer.c:662 sequencer.c:1112 builtin/log.c:332 268#: builtin/log.c:821 builtin/log.c:1418 builtin/log.c:1644 builtin/merge.c:364 269#: builtin/shortlog.c:158 270msgid "revision walk setup failed" 271msgstr "" 272 273#: bundle.c:186 274#, c-format 275msgid "The bundle contains this ref:" 276msgid_plural "The bundle contains these %d refs:" 277msgstr[0] "" 278msgstr[1] "" 279 280#: bundle.c:193 281msgid "The bundle records a complete history." 282msgstr "" 283 284#: bundle.c:195 285#, c-format 286msgid "The bundle requires this ref:" 287msgid_plural "The bundle requires these %d refs:" 288msgstr[0] "" 289msgstr[1] "" 290 291#: bundle.c:294 292msgid "rev-list died" 293msgstr "" 294 295#: bundle.c:300 builtin/log.c:1329 builtin/shortlog.c:261 296#, c-format 297msgid "unrecognized argument: %s" 298msgstr "" 299 300#: bundle.c:335 301#, c-format 302msgid "ref '%s' is excluded by the rev-list options" 303msgstr "" 304 305#: bundle.c:380 306msgid "Refusing to create empty bundle." 307msgstr "" 308 309#: bundle.c:398 310msgid "Could not spawn pack-objects" 311msgstr "" 312 313#: bundle.c:416 314msgid "pack-objects died" 315msgstr "" 316 317#: bundle.c:419 318#, c-format 319msgid "cannot create '%s'" 320msgstr "" 321 322#: bundle.c:441 323msgid "index-pack died" 324msgstr "" 325 326#: commit.c:53 327#, c-format 328msgid "could not parse %s" 329msgstr "" 330 331#: commit.c:55 332#, c-format 333msgid "%s %s is not a commit!" 334msgstr "" 335 336#: compat/obstack.c:406 compat/obstack.c:408 337msgid "memory exhausted" 338msgstr "" 339 340#: connected.c:60 341msgid "Could not run 'git rev-list'" 342msgstr "" 343 344#: connected.c:80 345#, c-format 346msgid "failed write to rev-list: %s" 347msgstr "" 348 349#: connected.c:88 350#, c-format 351msgid "failed to close rev-list's stdin: %s" 352msgstr "" 353 354#: date.c:95 355msgid "in the future" 356msgstr "" 357 358#: date.c:101 359#, c-format 360msgid "%lu second ago" 361msgid_plural "%lu seconds ago" 362msgstr[0] "" 363msgstr[1] "" 364 365#: date.c:108 366#, c-format 367msgid "%lu minute ago" 368msgid_plural "%lu minutes ago" 369msgstr[0] "" 370msgstr[1] "" 371 372#: date.c:115 373#, c-format 374msgid "%lu hour ago" 375msgid_plural "%lu hours ago" 376msgstr[0] "" 377msgstr[1] "" 378 379#: date.c:122 380#, c-format 381msgid "%lu day ago" 382msgid_plural "%lu days ago" 383msgstr[0] "" 384msgstr[1] "" 385 386#: date.c:128 387#, c-format 388msgid "%lu week ago" 389msgid_plural "%lu weeks ago" 390msgstr[0] "" 391msgstr[1] "" 392 393#: date.c:135 394#, c-format 395msgid "%lu month ago" 396msgid_plural "%lu months ago" 397msgstr[0] "" 398msgstr[1] "" 399 400#: date.c:146 401#, c-format 402msgid "%lu year" 403msgid_plural "%lu years" 404msgstr[0] "" 405msgstr[1] "" 406 407#: date.c:149 408#, c-format 409msgid "%s, %lu month ago" 410msgid_plural "%s, %lu months ago" 411msgstr[0] "" 412msgstr[1] "" 413 414#: date.c:154 date.c:159 415#, c-format 416msgid "%lu year ago" 417msgid_plural "%lu years ago" 418msgstr[0] "" 419msgstr[1] "" 420 421#: diff.c:112 422#, c-format 423msgid " Failed to parse dirstat cut-off percentage '%s'\n" 424msgstr "" 425 426#: diff.c:117 427#, c-format 428msgid " Unknown dirstat parameter '%s'\n" 429msgstr "" 430 431#: diff.c:210 432#, c-format 433msgid "Unknown value for 'diff.submodule' config variable: '%s'" 434msgstr "" 435 436#: diff.c:260 437#, c-format 438msgid "" 439"Found errors in 'diff.dirstat' config variable:\n" 440"%s" 441msgstr "" 442 443#: diff.c:3490 444#, c-format 445msgid "" 446"Failed to parse --dirstat/-X option parameter:\n" 447"%s" 448msgstr "" 449 450#: diff.c:3504 451#, c-format 452msgid "Failed to parse --submodule option parameter: '%s'" 453msgstr "" 454 455#: gpg-interface.c:59 gpg-interface.c:131 456msgid "could not run gpg." 457msgstr "" 458 459#: gpg-interface.c:71 460msgid "gpg did not accept the data" 461msgstr "" 462 463#: gpg-interface.c:82 464msgid "gpg failed to sign the data" 465msgstr "" 466 467#: gpg-interface.c:115 468#, c-format 469msgid "could not create temporary file '%s': %s" 470msgstr "" 471 472#: gpg-interface.c:118 473#, c-format 474msgid "failed writing detached signature to '%s': %s" 475msgstr "" 476 477#: grep.c:1695 478#, c-format 479msgid "'%s': unable to read %s" 480msgstr "" 481 482#: grep.c:1712 483#, c-format 484msgid "'%s': %s" 485msgstr "" 486 487#: grep.c:1723 488#, c-format 489msgid "'%s': short read %s" 490msgstr "" 491 492#: help.c:210 493#, c-format 494msgid "available git commands in '%s'" 495msgstr "" 496 497#: help.c:217 498msgid "git commands available from elsewhere on your $PATH" 499msgstr "" 500 501#: help.c:233 502msgid "The most commonly used git commands are:" 503msgstr "" 504 505#: help.c:290 506#, c-format 507msgid "" 508"'%s' appears to be a git command, but we were not\n" 509"able to execute it. Maybe git-%s is broken?" 510msgstr "" 511 512#: help.c:347 513msgid "Uh oh. Your system reports no Git commands at all." 514msgstr "" 515 516#: help.c:369 517#, c-format 518msgid "" 519"WARNING: You called a Git command named '%s', which does not exist.\n" 520"Continuing under the assumption that you meant '%s'" 521msgstr "" 522 523#: help.c:374 524#, c-format 525msgid "in %0.1f seconds automatically..." 526msgstr "" 527 528#: help.c:381 529#, c-format 530msgid "git: '%s' is not a git command. See 'git --help'." 531msgstr "" 532 533#: help.c:385 help.c:444 534msgid "" 535"\n" 536"Did you mean this?" 537msgid_plural "" 538"\n" 539"Did you mean one of these?" 540msgstr[0] "" 541msgstr[1] "" 542 543#: help.c:440 544#, c-format 545msgid "%s: %s - %s" 546msgstr "" 547 548#: merge.c:56 549msgid "failed to read the cache" 550msgstr "" 551 552#: merge.c:110 builtin/checkout.c:358 builtin/checkout.c:559 553#: builtin/clone.c:655 554msgid "unable to write new index file" 555msgstr "" 556 557#: merge-recursive.c:190 558#, c-format 559msgid "(bad commit)\n" 560msgstr "" 561 562#: merge-recursive.c:206 563#, c-format 564msgid "addinfo_cache failed for path '%s'" 565msgstr "" 566 567#: merge-recursive.c:269 568msgid "error building trees" 569msgstr "" 570 571#: merge-recursive.c:673 572#, c-format 573msgid "failed to create path '%s'%s" 574msgstr "" 575 576#: merge-recursive.c:684 577#, c-format 578msgid "Removing %s to make room for subdirectory\n" 579msgstr "" 580 581#. something else exists 582#. .. but not some other error (who really cares what?) 583#: merge-recursive.c:698 merge-recursive.c:719 584msgid ": perhaps a D/F conflict?" 585msgstr "" 586 587#: merge-recursive.c:709 588#, c-format 589msgid "refusing to lose untracked file at '%s'" 590msgstr "" 591 592#: merge-recursive.c:749 593#, c-format 594msgid "cannot read object %s '%s'" 595msgstr "" 596 597#: merge-recursive.c:751 598#, c-format 599msgid "blob expected for %s '%s'" 600msgstr "" 601 602#: merge-recursive.c:774 builtin/clone.c:311 603#, c-format 604msgid "failed to open '%s'" 605msgstr "" 606 607#: merge-recursive.c:782 608#, c-format 609msgid "failed to symlink '%s'" 610msgstr "" 611 612#: merge-recursive.c:785 613#, c-format 614msgid "do not know what to do with %06o %s '%s'" 615msgstr "" 616 617#: merge-recursive.c:923 618msgid "Failed to execute internal merge" 619msgstr "" 620 621#: merge-recursive.c:927 622#, c-format 623msgid "Unable to add %s to database" 624msgstr "" 625 626#: merge-recursive.c:943 627msgid "unsupported object type in the tree" 628msgstr "" 629 630#: merge-recursive.c:1022 merge-recursive.c:1036 631#, c-format 632msgid "" 633"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 634"in tree." 635msgstr "" 636 637#: merge-recursive.c:1028 merge-recursive.c:1041 638#, c-format 639msgid "" 640"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 641"in tree at %s." 642msgstr "" 643 644#: merge-recursive.c:1082 645msgid "rename" 646msgstr "" 647 648#: merge-recursive.c:1082 649msgid "renamed" 650msgstr "" 651 652#: merge-recursive.c:1138 653#, c-format 654msgid "%s is a directory in %s adding as %s instead" 655msgstr "" 656 657#: merge-recursive.c:1160 658#, c-format 659msgid "" 660"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s" 661"\"->\"%s\" in \"%s\"%s" 662msgstr "" 663 664#: merge-recursive.c:1165 665msgid " (left unresolved)" 666msgstr "" 667 668#: merge-recursive.c:1219 669#, c-format 670msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s" 671msgstr "" 672 673#: merge-recursive.c:1249 674#, c-format 675msgid "Renaming %s to %s and %s to %s instead" 676msgstr "" 677 678#: merge-recursive.c:1448 679#, c-format 680msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s" 681msgstr "" 682 683#: merge-recursive.c:1458 684#, c-format 685msgid "Adding merged %s" 686msgstr "" 687 688#: merge-recursive.c:1463 merge-recursive.c:1661 689#, c-format 690msgid "Adding as %s instead" 691msgstr "" 692 693#: merge-recursive.c:1514 694#, c-format 695msgid "cannot read object %s" 696msgstr "" 697 698#: merge-recursive.c:1517 699#, c-format 700msgid "object %s is not a blob" 701msgstr "" 702 703#: merge-recursive.c:1565 704msgid "modify" 705msgstr "" 706 707#: merge-recursive.c:1565 708msgid "modified" 709msgstr "" 710 711#: merge-recursive.c:1575 712msgid "content" 713msgstr "" 714 715#: merge-recursive.c:1582 716msgid "add/add" 717msgstr "" 718 719#: merge-recursive.c:1616 720#, c-format 721msgid "Skipped %s (merged same as existing)" 722msgstr "" 723 724#: merge-recursive.c:1630 725#, c-format 726msgid "Auto-merging %s" 727msgstr "" 728 729#: merge-recursive.c:1634 git-submodule.sh:1125 730msgid "submodule" 731msgstr "" 732 733#: merge-recursive.c:1635 734#, c-format 735msgid "CONFLICT (%s): Merge conflict in %s" 736msgstr "" 737 738#: merge-recursive.c:1725 739#, c-format 740msgid "Removing %s" 741msgstr "" 742 743#: merge-recursive.c:1750 744msgid "file/directory" 745msgstr "" 746 747#: merge-recursive.c:1756 748msgid "directory/file" 749msgstr "" 750 751#: merge-recursive.c:1761 752#, c-format 753msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s" 754msgstr "" 755 756#: merge-recursive.c:1771 757#, c-format 758msgid "Adding %s" 759msgstr "" 760 761#: merge-recursive.c:1788 762msgid "Fatal merge failure, shouldn't happen." 763msgstr "" 764 765#: merge-recursive.c:1807 766msgid "Already up-to-date!" 767msgstr "" 768 769#: merge-recursive.c:1816 770#, c-format 771msgid "merging of trees %s and %s failed" 772msgstr "" 773 774#: merge-recursive.c:1846 775#, c-format 776msgid "Unprocessed path??? %s" 777msgstr "" 778 779#: merge-recursive.c:1891 780msgid "Merging:" 781msgstr "" 782 783#: merge-recursive.c:1904 784#, c-format 785msgid "found %u common ancestor:" 786msgid_plural "found %u common ancestors:" 787msgstr[0] "" 788msgstr[1] "" 789 790#: merge-recursive.c:1941 791msgid "merge returned no commit" 792msgstr "" 793 794#: merge-recursive.c:1998 795#, c-format 796msgid "Could not parse object '%s'" 797msgstr "" 798 799#: merge-recursive.c:2010 builtin/merge.c:672 800msgid "Unable to write index." 801msgstr "" 802 803#: notes-utils.c:40 804msgid "Cannot commit uninitialized/unreferenced notes tree" 805msgstr "" 806 807#: notes-utils.c:81 808#, c-format 809msgid "Bad notes.rewriteMode value: '%s'" 810msgstr "" 811 812#: notes-utils.c:91 813#, c-format 814msgid "Refusing to rewrite notes in %s (outside of refs/notes/)" 815msgstr "" 816 817#. TRANSLATORS: The first %s is the name of the 818#. environment variable, the second %s is its value 819#: notes-utils.c:118 820#, c-format 821msgid "Bad %s value: '%s'" 822msgstr "" 823 824#: object.c:202 825#, c-format 826msgid "unable to parse object: %s" 827msgstr "" 828 829#: parse-options.c:537 830msgid "..." 831msgstr "" 832 833#: parse-options.c:555 834#, c-format 835msgid "usage: %s" 836msgstr "" 837 838#. TRANSLATORS: the colon here should align with the 839#. one in "usage: %s" translation 840#: parse-options.c:559 841#, c-format 842msgid " or: %s" 843msgstr "" 844 845#: parse-options.c:562 846#, c-format 847msgid " %s" 848msgstr "" 849 850#: parse-options.c:596 851msgid "-NUM" 852msgstr "" 853 854#: pathspec.c:118 855msgid "global 'glob' and 'noglob' pathspec settings are incompatible" 856msgstr "" 857 858#: pathspec.c:128 859msgid "" 860"global 'literal' pathspec setting is incompatible with all other global " 861"pathspec settings" 862msgstr "" 863 864#: pathspec.c:158 865msgid "invalid parameter for pathspec magic 'prefix'" 866msgstr "" 867 868#: pathspec.c:164 869#, c-format 870msgid "Invalid pathspec magic '%.*s' in '%s'" 871msgstr "" 872 873#: pathspec.c:168 874#, c-format 875msgid "Missing ')' at the end of pathspec magic in '%s'" 876msgstr "" 877 878#: pathspec.c:186 879#, c-format 880msgid "Unimplemented pathspec magic '%c' in '%s'" 881msgstr "" 882 883#: pathspec.c:211 884#, c-format 885msgid "%s: 'literal' and 'glob' are incompatible" 886msgstr "" 887 888#: pathspec.c:222 889#, c-format 890msgid "%s: '%s' is outside repository" 891msgstr "" 892 893#: pathspec.c:278 894#, c-format 895msgid "Pathspec '%s' is in submodule '%.*s'" 896msgstr "" 897 898#. 899#. * We may want to substitute "this command" with a command 900#. * name. E.g. when add--interactive dies when running 901#. * "checkout -p" 902#. 903#: pathspec.c:340 904#, c-format 905msgid "%s: pathspec magic not supported by this command: %s" 906msgstr "" 907 908#: pathspec.c:415 909#, c-format 910msgid "pathspec '%s' is beyond a symbolic link" 911msgstr "" 912 913#: remote.c:1833 914#, c-format 915msgid "Your branch is based on '%s', but the upstream is gone.\n" 916msgstr "" 917 918#: remote.c:1837 919msgid " (use \"git branch --unset-upstream\" to fixup)\n" 920msgstr "" 921 922#: remote.c:1840 923#, c-format 924msgid "Your branch is up-to-date with '%s'.\n" 925msgstr "" 926 927#: remote.c:1844 928#, c-format 929msgid "Your branch is ahead of '%s' by %d commit.\n" 930msgid_plural "Your branch is ahead of '%s' by %d commits.\n" 931msgstr[0] "" 932msgstr[1] "" 933 934#: remote.c:1850 935msgid " (use \"git push\" to publish your local commits)\n" 936msgstr "" 937 938#: remote.c:1853 939#, c-format 940msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n" 941msgid_plural "" 942"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n" 943msgstr[0] "" 944msgstr[1] "" 945 946#: remote.c:1861 947msgid " (use \"git pull\" to update your local branch)\n" 948msgstr "" 949 950#: remote.c:1864 951#, c-format 952msgid "" 953"Your branch and '%s' have diverged,\n" 954"and have %d and %d different commit each, respectively.\n" 955msgid_plural "" 956"Your branch and '%s' have diverged,\n" 957"and have %d and %d different commits each, respectively.\n" 958msgstr[0] "" 959msgstr[1] "" 960 961#: remote.c:1874 962msgid " (use \"git pull\" to merge the remote branch into yours)\n" 963msgstr "" 964 965#: run-command.c:80 966msgid "open /dev/null failed" 967msgstr "" 968 969#: run-command.c:82 970#, c-format 971msgid "dup2(%d,%d) failed" 972msgstr "" 973 974#: sequencer.c:206 builtin/merge.c:790 builtin/merge.c:903 975#: builtin/merge.c:1013 builtin/merge.c:1023 976#, c-format 977msgid "Could not open '%s' for writing" 978msgstr "" 979 980#: sequencer.c:208 builtin/merge.c:350 builtin/merge.c:793 981#: builtin/merge.c:1015 builtin/merge.c:1028 982#, c-format 983msgid "Could not write to '%s'" 984msgstr "" 985 986#: sequencer.c:229 987msgid "" 988"after resolving the conflicts, mark the corrected paths\n" 989"with 'git add <paths>' or 'git rm <paths>'" 990msgstr "" 991 992#: sequencer.c:232 993msgid "" 994"after resolving the conflicts, mark the corrected paths\n" 995"with 'git add <paths>' or 'git rm <paths>'\n" 996"and commit the result with 'git commit'" 997msgstr "" 998 999#: sequencer.c:245 sequencer.c:870 sequencer.c:9531000#, c-format1001msgid "Could not write to %s"1002msgstr ""10031004#: sequencer.c:2481005#, c-format1006msgid "Error wrapping up %s"1007msgstr ""10081009#: sequencer.c:2631010msgid "Your local changes would be overwritten by cherry-pick."1011msgstr ""10121013#: sequencer.c:2651014msgid "Your local changes would be overwritten by revert."1015msgstr ""10161017#: sequencer.c:2681018msgid "Commit your changes or stash them to proceed."1019msgstr ""10201021#. TRANSLATORS: %s will be "revert" or "cherry-pick"1022#: sequencer.c:3251023#, c-format1024msgid "%s: Unable to write new index file"1025msgstr ""10261027#: sequencer.c:3561028msgid "Could not resolve HEAD commit\n"1029msgstr ""10301031#: sequencer.c:3781032msgid "Unable to update cache tree\n"1033msgstr ""10341035#: sequencer.c:4231036#, c-format1037msgid "Could not parse commit %s\n"1038msgstr ""10391040#: sequencer.c:4281041#, c-format1042msgid "Could not parse parent commit %s\n"1043msgstr ""10441045#: sequencer.c:4941046msgid "Your index file is unmerged."1047msgstr ""10481049#: sequencer.c:5131050#, c-format1051msgid "Commit %s is a merge but no -m option was given."1052msgstr ""10531054#: sequencer.c:5211055#, c-format1056msgid "Commit %s does not have parent %d"1057msgstr ""10581059#: sequencer.c:5251060#, c-format1061msgid "Mainline was specified but commit %s is not a merge."1062msgstr ""10631064#. TRANSLATORS: The first %s will be "revert" or1065#. "cherry-pick", the second %s a SHA11066#: sequencer.c:5381067#, c-format1068msgid "%s: cannot parse parent commit %s"1069msgstr ""10701071#: sequencer.c:5421072#, c-format1073msgid "Cannot get commit message for %s"1074msgstr ""10751076#: sequencer.c:6281077#, c-format1078msgid "could not revert %s... %s"1079msgstr ""10801081#: sequencer.c:6291082#, c-format1083msgid "could not apply %s... %s"1084msgstr ""10851086#: sequencer.c:6651087msgid "empty commit set passed"1088msgstr ""10891090#: sequencer.c:6731091#, c-format1092msgid "git %s: failed to read the index"1093msgstr ""10941095#: sequencer.c:6781096#, c-format1097msgid "git %s: failed to refresh the index"1098msgstr ""10991100#: sequencer.c:7361101#, c-format1102msgid "Cannot %s during a %s"1103msgstr ""11041105#: sequencer.c:7581106#, c-format1107msgid "Could not parse line %d."1108msgstr ""11091110#: sequencer.c:7631111msgid "No commits parsed."1112msgstr ""11131114#: sequencer.c:7761115#, c-format1116msgid "Could not open %s"1117msgstr ""11181119#: sequencer.c:7801120#, c-format1121msgid "Could not read %s."1122msgstr ""11231124#: sequencer.c:7871125#, c-format1126msgid "Unusable instruction sheet: %s"1127msgstr ""11281129#: sequencer.c:8151130#, c-format1131msgid "Invalid key: %s"1132msgstr ""11331134#: sequencer.c:8181135#, c-format1136msgid "Invalid value for %s: %s"1137msgstr ""11381139#: sequencer.c:8301140#, c-format1141msgid "Malformed options sheet: %s"1142msgstr ""11431144#: sequencer.c:8511145msgid "a cherry-pick or revert is already in progress"1146msgstr ""11471148#: sequencer.c:8521149msgid "try \"git cherry-pick (--continue | --quit | --abort)\""1150msgstr ""11511152#: sequencer.c:8561153#, c-format1154msgid "Could not create sequencer directory %s"1155msgstr ""11561157#: sequencer.c:872 sequencer.c:9571158#, c-format1159msgid "Error wrapping up %s."1160msgstr ""11611162#: sequencer.c:891 sequencer.c:10251163msgid "no cherry-pick or revert in progress"1164msgstr ""11651166#: sequencer.c:8931167msgid "cannot resolve HEAD"1168msgstr ""11691170#: sequencer.c:8951171msgid "cannot abort from a branch yet to be born"1172msgstr ""11731174#: sequencer.c:917 builtin/apply.c:40611175#, c-format1176msgid "cannot open %s: %s"1177msgstr ""11781179#: sequencer.c:9201180#, c-format1181msgid "cannot read %s: %s"1182msgstr ""11831184#: sequencer.c:9211185msgid "unexpected end of file"1186msgstr ""11871188#: sequencer.c:9271189#, c-format1190msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"1191msgstr ""11921193#: sequencer.c:9501194#, c-format1195msgid "Could not format %s."1196msgstr ""11971198#: sequencer.c:10931199#, c-format1200msgid "%s: can't cherry-pick a %s"1201msgstr ""12021203#: sequencer.c:10961204#, c-format1205msgid "%s: bad revision"1206msgstr ""12071208#: sequencer.c:11301209msgid "Can't revert as initial commit"1210msgstr ""12111212#: sequencer.c:11311213msgid "Can't cherry-pick into empty head"1214msgstr ""12151216#: sha1_name.c:4401217msgid ""1218"Git normally never creates a ref that ends with 40 hex characters\n"1219"because it will be ignored when you just specify 40-hex. These refs\n"1220"may be created by mistake. For example,\n"1221"\n"1222" git checkout -b $br $(git rev-parse ...)\n"1223"\n"1224"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"1225"examine these refs and maybe delete them. Turn this message off by\n"1226"running \"git config advice.objectNameWarning false\""1227msgstr ""12281229#: sha1_name.c:11121230msgid "HEAD does not point to a branch"1231msgstr ""12321233#: sha1_name.c:11151234#, c-format1235msgid "No such branch: '%s'"1236msgstr ""12371238#: sha1_name.c:11171239#, c-format1240msgid "No upstream configured for branch '%s'"1241msgstr ""12421243#: sha1_name.c:11211244#, c-format1245msgid "Upstream branch '%s' not stored as a remote-tracking branch"1246msgstr ""12471248#: submodule.c:64 submodule.c:981249msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"1250msgstr ""12511252#: submodule.c:68 submodule.c:1021253#, c-format1254msgid "Could not find section in .gitmodules where path=%s"1255msgstr ""12561257#. Maybe the user already did that, don't error out here1258#: submodule.c:761259#, c-format1260msgid "Could not update .gitmodules entry %s"1261msgstr ""12621263#. Maybe the user already did that, don't error out here1264#: submodule.c:1091265#, c-format1266msgid "Could not remove .gitmodules entry for %s"1267msgstr ""12681269#: submodule.c:1271270msgid "could not find .gitmodules in index"1271msgstr ""12721273#: submodule.c:1331274msgid "reading updated .gitmodules failed"1275msgstr ""12761277#: submodule.c:1351278msgid "unable to stat updated .gitmodules"1279msgstr ""12801281#: submodule.c:1391282msgid "unable to remove .gitmodules from index"1283msgstr ""12841285#: submodule.c:1411286msgid "adding updated .gitmodules failed"1287msgstr ""12881289#: submodule.c:1431290msgid "staging updated .gitmodules failed"1291msgstr ""12921293#: submodule.c:1144 builtin/init-db.c:3631294#, c-format1295msgid "Could not create git link %s"1296msgstr ""12971298#: submodule.c:11551299#, c-format1300msgid "Could not set core.worktree in %s"1301msgstr ""13021303#: urlmatch.c:1201304msgid "invalid URL scheme name or missing '://' suffix"1305msgstr ""13061307#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:3561308#, c-format1309msgid "invalid %XX escape sequence"1310msgstr ""13111312#: urlmatch.c:1721313msgid "missing host and scheme is not 'file:'"1314msgstr ""13151316#: urlmatch.c:1891317msgid "a 'file:' URL may not have a port number"1318msgstr ""13191320#: urlmatch.c:1991321msgid "invalid characters in host name"1322msgstr ""13231324#: urlmatch.c:244 urlmatch.c:2551325msgid "invalid port number"1326msgstr ""13271328#: urlmatch.c:3221329msgid "invalid '..' path segment"1330msgstr ""13311332#: wrapper.c:4221333#, c-format1334msgid "unable to access '%s': %s"1335msgstr ""13361337#: wrapper.c:4431338#, c-format1339msgid "unable to access '%s'"1340msgstr ""13411342#: wrapper.c:4541343#, c-format1344msgid "unable to look up current user in the passwd file: %s"1345msgstr ""13461347#: wrapper.c:4551348msgid "no such user"1349msgstr ""13501351#: wt-status.c:1461352msgid "Unmerged paths:"1353msgstr ""13541355#: wt-status.c:173 wt-status.c:2001356#, c-format1357msgid " (use \"git reset %s <file>...\" to unstage)"1358msgstr ""13591360#: wt-status.c:175 wt-status.c:2021361msgid " (use \"git rm --cached <file>...\" to unstage)"1362msgstr ""13631364#: wt-status.c:1791365msgid " (use \"git add <file>...\" to mark resolution)"1366msgstr ""13671368#: wt-status.c:181 wt-status.c:1851369msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"1370msgstr ""13711372#: wt-status.c:1831373msgid " (use \"git rm <file>...\" to mark resolution)"1374msgstr ""13751376#: wt-status.c:1941377msgid "Changes to be committed:"1378msgstr ""13791380#: wt-status.c:2121381msgid "Changes not staged for commit:"1382msgstr ""13831384#: wt-status.c:2161385msgid " (use \"git add <file>...\" to update what will be committed)"1386msgstr ""13871388#: wt-status.c:2181389msgid " (use \"git add/rm <file>...\" to update what will be committed)"1390msgstr ""13911392#: wt-status.c:2191393msgid ""1394" (use \"git checkout -- <file>...\" to discard changes in working directory)"1395msgstr ""13961397#: wt-status.c:2211398msgid " (commit or discard the untracked or modified content in submodules)"1399msgstr ""14001401#: wt-status.c:2331402#, c-format1403msgid " (use \"git %s <file>...\" to include in what will be committed)"1404msgstr ""14051406#: wt-status.c:2501407msgid "bug"1408msgstr ""14091410#: wt-status.c:2551411msgid "both deleted:"1412msgstr ""14131414#: wt-status.c:2561415msgid "added by us:"1416msgstr ""14171418#: wt-status.c:2571419msgid "deleted by them:"1420msgstr ""14211422#: wt-status.c:2581423msgid "added by them:"1424msgstr ""14251426#: wt-status.c:2591427msgid "deleted by us:"1428msgstr ""14291430#: wt-status.c:2601431msgid "both added:"1432msgstr ""14331434#: wt-status.c:2611435msgid "both modified:"1436msgstr ""14371438#: wt-status.c:2911439msgid "new commits, "1440msgstr ""14411442#: wt-status.c:2931443msgid "modified content, "1444msgstr ""14451446#: wt-status.c:2951447msgid "untracked content, "1448msgstr ""14491450#: wt-status.c:3121451#, c-format1452msgid "new file: %s"1453msgstr ""14541455#: wt-status.c:3151456#, c-format1457msgid "copied: %s -> %s"1458msgstr ""14591460#: wt-status.c:3181461#, c-format1462msgid "deleted: %s"1463msgstr ""14641465#: wt-status.c:3211466#, c-format1467msgid "modified: %s"1468msgstr ""14691470#: wt-status.c:3241471#, c-format1472msgid "renamed: %s -> %s"1473msgstr ""14741475#: wt-status.c:3271476#, c-format1477msgid "typechange: %s"1478msgstr ""14791480#: wt-status.c:3301481#, c-format1482msgid "unknown: %s"1483msgstr ""14841485#: wt-status.c:3331486#, c-format1487msgid "unmerged: %s"1488msgstr ""14891490#: wt-status.c:3361491#, c-format1492msgid "bug: unhandled diff status %c"1493msgstr ""14941495#: wt-status.c:7031496msgid "Submodules changed but not updated:"1497msgstr ""14981499#: wt-status.c:7051500msgid "Submodule changes to be committed:"1501msgstr ""15021503#: wt-status.c:8481504msgid "You have unmerged paths."1505msgstr ""15061507#: wt-status.c:8511508msgid " (fix conflicts and run \"git commit\")"1509msgstr ""15101511#: wt-status.c:8541512msgid "All conflicts fixed but you are still merging."1513msgstr ""15141515#: wt-status.c:8571516msgid " (use \"git commit\" to conclude merge)"1517msgstr ""15181519#: wt-status.c:8671520msgid "You are in the middle of an am session."1521msgstr ""15221523#: wt-status.c:8701524msgid "The current patch is empty."1525msgstr ""15261527#: wt-status.c:8741528msgid " (fix conflicts and then run \"git am --continue\")"1529msgstr ""15301531#: wt-status.c:8761532msgid " (use \"git am --skip\" to skip this patch)"1533msgstr ""15341535#: wt-status.c:8781536msgid " (use \"git am --abort\" to restore the original branch)"1537msgstr ""15381539#: wt-status.c:938 wt-status.c:9551540#, c-format1541msgid "You are currently rebasing branch '%s' on '%s'."1542msgstr ""15431544#: wt-status.c:943 wt-status.c:9601545msgid "You are currently rebasing."1546msgstr ""15471548#: wt-status.c:9461549msgid " (fix conflicts and then run \"git rebase --continue\")"1550msgstr ""15511552#: wt-status.c:9481553msgid " (use \"git rebase --skip\" to skip this patch)"1554msgstr ""15551556#: wt-status.c:9501557msgid " (use \"git rebase --abort\" to check out the original branch)"1558msgstr ""15591560#: wt-status.c:9631561msgid " (all conflicts fixed: run \"git rebase --continue\")"1562msgstr ""15631564#: wt-status.c:9671565#, c-format1566msgid ""1567"You are currently splitting a commit while rebasing branch '%s' on '%s'."1568msgstr ""15691570#: wt-status.c:9721571msgid "You are currently splitting a commit during a rebase."1572msgstr ""15731574#: wt-status.c:9751575msgid " (Once your working directory is clean, run \"git rebase --continue\")"1576msgstr ""15771578#: wt-status.c:9791579#, c-format1580msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."1581msgstr ""15821583#: wt-status.c:9841584msgid "You are currently editing a commit during a rebase."1585msgstr ""15861587#: wt-status.c:9871588msgid " (use \"git commit --amend\" to amend the current commit)"1589msgstr ""15901591#: wt-status.c:9891592msgid ""1593" (use \"git rebase --continue\" once you are satisfied with your changes)"1594msgstr ""15951596#: wt-status.c:9991597#, c-format1598msgid "You are currently cherry-picking commit %s."1599msgstr ""16001601#: wt-status.c:10041602msgid " (fix conflicts and run \"git cherry-pick --continue\")"1603msgstr ""16041605#: wt-status.c:10071606msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"1607msgstr ""16081609#: wt-status.c:10091610msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"1611msgstr ""16121613#: wt-status.c:10181614#, c-format1615msgid "You are currently reverting commit %s."1616msgstr ""16171618#: wt-status.c:10231619msgid " (fix conflicts and run \"git revert --continue\")"1620msgstr ""16211622#: wt-status.c:10261623msgid " (all conflicts fixed: run \"git revert --continue\")"1624msgstr ""16251626#: wt-status.c:10281627msgid " (use \"git revert --abort\" to cancel the revert operation)"1628msgstr ""16291630#: wt-status.c:10391631#, c-format1632msgid "You are currently bisecting, started from branch '%s'."1633msgstr ""16341635#: wt-status.c:10431636msgid "You are currently bisecting."1637msgstr ""16381639#: wt-status.c:10461640msgid " (use \"git bisect reset\" to get back to the original branch)"1641msgstr ""16421643#: wt-status.c:12211644msgid "On branch "1645msgstr ""16461647#: wt-status.c:12281648msgid "rebase in progress; onto "1649msgstr ""16501651#: wt-status.c:12351652msgid "HEAD detached at "1653msgstr ""16541655#: wt-status.c:12371656msgid "HEAD detached from "1657msgstr ""16581659#: wt-status.c:12401660msgid "Not currently on any branch."1661msgstr ""16621663#: wt-status.c:12571664msgid "Initial commit"1665msgstr ""16661667#: wt-status.c:12711668msgid "Untracked files"1669msgstr ""16701671#: wt-status.c:12731672msgid "Ignored files"1673msgstr ""16741675#: wt-status.c:12771676#, c-format1677msgid ""1678"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"1679"may speed it up, but you have to be careful not to forget to add\n"1680"new files yourself (see 'git help status')."1681msgstr ""16821683#: wt-status.c:12831684#, c-format1685msgid "Untracked files not listed%s"1686msgstr ""16871688#: wt-status.c:12851689msgid " (use -u option to show untracked files)"1690msgstr ""16911692#: wt-status.c:12911693msgid "No changes"1694msgstr ""16951696#: wt-status.c:12961697#, c-format1698msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"1699msgstr ""17001701#: wt-status.c:12991702#, c-format1703msgid "no changes added to commit\n"1704msgstr ""17051706#: wt-status.c:13021707#, c-format1708msgid ""1709"nothing added to commit but untracked files present (use \"git add\" to "1710"track)\n"1711msgstr ""17121713#: wt-status.c:13051714#, c-format1715msgid "nothing added to commit but untracked files present\n"1716msgstr ""17171718#: wt-status.c:13081719#, c-format1720msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"1721msgstr ""17221723#: wt-status.c:1311 wt-status.c:13161724#, c-format1725msgid "nothing to commit\n"1726msgstr ""17271728#: wt-status.c:13141729#, c-format1730msgid "nothing to commit (use -u to show untracked files)\n"1731msgstr ""17321733#: wt-status.c:13181734#, c-format1735msgid "nothing to commit, working directory clean\n"1736msgstr ""17371738#: wt-status.c:14271739msgid "HEAD (no branch)"1740msgstr ""17411742#: wt-status.c:14331743msgid "Initial commit on "1744msgstr ""17451746#: wt-status.c:14631747msgid "gone"1748msgstr ""17491750#: wt-status.c:14651751msgid "behind "1752msgstr ""17531754#: wt-status.c:1468 wt-status.c:14711755msgid "ahead "1756msgstr ""17571758#: wt-status.c:14731759msgid ", behind "1760msgstr ""17611762#: compat/precompose_utf8.c:55 builtin/clone.c:3501763#, c-format1764msgid "failed to unlink '%s'"1765msgstr ""17661767#: builtin/add.c:201768msgid "git add [options] [--] <pathspec>..."1769msgstr ""17701771#.1772#. * To be consistent with "git add -p" and most Git1773#. * commands, we should default to being tree-wide, but1774#. * this is not the original behavior and can't be1775#. * changed until users trained themselves not to type1776#. * "git add -u" or "git add -A". For now, we warn and1777#. * keep the old behavior. Later, the behavior can be changed1778#. * to tree-wide, keeping the warning for a while, and1779#. * eventually we can drop the warning.1780#.1781#: builtin/add.c:581782#, c-format1783msgid ""1784"The behavior of 'git add %s (or %s)' with no path argument from a\n"1785"subdirectory of the tree will change in Git 2.0 and should not be used "1786"anymore.\n"1787"To add content for the whole tree, run:\n"1788"\n"1789" git add %s :/\n"1790" (or git add %s :/)\n"1791"\n"1792"To restrict the command to the current directory, run:\n"1793"\n"1794" git add %s .\n"1795" (or git add %s .)\n"1796"\n"1797"With the current Git version, the command is restricted to the current "1798"directory.\n"1799msgstr ""18001801#: builtin/add.c:1001802#, c-format1803msgid ""1804"You ran 'git add' with neither '-A (--all)' or '--ignore-removal',\n"1805"whose behaviour will change in Git 2.0 with respect to paths you removed.\n"1806"Paths like '%s' that are\n"1807"removed from your working tree are ignored with this version of Git.\n"1808"\n"1809"* 'git add --ignore-removal <pathspec>', which is the current default,\n"1810" ignores paths you removed from your working tree.\n"1811"\n"1812"* 'git add --all <pathspec>' will let you also record the removals.\n"1813"\n"1814"Run 'git status' to check the paths you removed from your working tree.\n"1815msgstr ""18161817#: builtin/add.c:1441818#, c-format1819msgid "unexpected diff status %c"1820msgstr ""18211822#: builtin/add.c:149 builtin/commit.c:2601823msgid "updating files failed"1824msgstr ""18251826#: builtin/add.c:1631827#, c-format1828msgid "remove '%s'\n"1829msgstr ""18301831#: builtin/add.c:2371832msgid "Unstaged changes after refreshing the index:"1833msgstr ""18341835#: builtin/add.c:2991836msgid "Could not read the index"1837msgstr ""18381839#: builtin/add.c:3101840#, c-format1841msgid "Could not open '%s' for writing."1842msgstr ""18431844#: builtin/add.c:3141845msgid "Could not write patch"1846msgstr ""18471848#: builtin/add.c:3191849#, c-format1850msgid "Could not stat '%s'"1851msgstr ""18521853#: builtin/add.c:3211854msgid "Empty patch. Aborted."1855msgstr ""18561857#: builtin/add.c:3271858#, c-format1859msgid "Could not apply '%s'"1860msgstr ""18611862#: builtin/add.c:3371863msgid "The following paths are ignored by one of your .gitignore files:\n"1864msgstr ""18651866#: builtin/add.c:354 builtin/clean.c:875 builtin/fetch.c:92 builtin/mv.c:661867#: builtin/prune-packed.c:73 builtin/push.c:459 builtin/remote.c:12531868#: builtin/rm.c:2691869msgid "dry run"1870msgstr ""18711872#: builtin/add.c:355 builtin/apply.c:4410 builtin/check-ignore.c:191873#: builtin/commit.c:1249 builtin/count-objects.c:95 builtin/fsck.c:6121874#: builtin/log.c:1592 builtin/mv.c:65 builtin/read-tree.c:1131875msgid "be verbose"1876msgstr ""18771878#: builtin/add.c:3571879msgid "interactive picking"1880msgstr ""18811882#: builtin/add.c:358 builtin/checkout.c:1109 builtin/reset.c:2721883msgid "select hunks interactively"1884msgstr ""18851886#: builtin/add.c:3591887msgid "edit current diff and apply"1888msgstr ""18891890#: builtin/add.c:3601891msgid "allow adding otherwise ignored files"1892msgstr ""18931894#: builtin/add.c:3611895msgid "update tracked files"1896msgstr ""18971898#: builtin/add.c:3621899msgid "record only the fact that the path will be added later"1900msgstr ""19011902#: builtin/add.c:3631903msgid "add changes from all tracked and untracked files"1904msgstr ""19051906#. takes no arguments1907#: builtin/add.c:3661908msgid "ignore paths removed in the working tree (same as --no-all)"1909msgstr ""19101911#: builtin/add.c:3681912msgid "don't add, only refresh the index"1913msgstr ""19141915#: builtin/add.c:3691916msgid "just skip files which cannot be added because of errors"1917msgstr ""19181919#: builtin/add.c:3701920msgid "check if - even missing - files are ignored in dry run"1921msgstr ""19221923#: builtin/add.c:3921924#, c-format1925msgid "Use -f if you really want to add them.\n"1926msgstr ""19271928#: builtin/add.c:3931929msgid "no files added"1930msgstr ""19311932#: builtin/add.c:3991933msgid "adding files failed"1934msgstr ""19351936#: builtin/add.c:4381937msgid "-A and -u are mutually incompatible"1938msgstr ""19391940#: builtin/add.c:4561941msgid "Option --ignore-missing can only be used together with --dry-run"1942msgstr ""19431944#: builtin/add.c:4861945#, c-format1946msgid "Nothing specified, nothing added.\n"1947msgstr ""19481949#: builtin/add.c:4871950#, c-format1951msgid "Maybe you wanted to say 'git add .'?\n"1952msgstr ""19531954#: builtin/add.c:492 builtin/check-ignore.c:172 builtin/clean.c:9191955#: builtin/commit.c:320 builtin/mv.c:86 builtin/reset.c:224 builtin/rm.c:2991956msgid "index file corrupt"1957msgstr ""19581959#: builtin/add.c:589 builtin/apply.c:4506 builtin/mv.c:259 builtin/rm.c:4321960msgid "Unable to write new index file"1961msgstr ""19621963#: builtin/apply.c:571964msgid "git apply [options] [<patch>...]"1965msgstr ""19661967#: builtin/apply.c:1101968#, c-format1969msgid "unrecognized whitespace option '%s'"1970msgstr ""19711972#: builtin/apply.c:1251973#, c-format1974msgid "unrecognized whitespace ignore option '%s'"1975msgstr ""19761977#: builtin/apply.c:8231978#, c-format1979msgid "Cannot prepare timestamp regexp %s"1980msgstr ""19811982#: builtin/apply.c:8321983#, c-format1984msgid "regexec returned %d for input: %s"1985msgstr ""19861987#: builtin/apply.c:9131988#, c-format1989msgid "unable to find filename in patch at line %d"1990msgstr ""19911992#: builtin/apply.c:9451993#, c-format1994msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"1995msgstr ""19961997#: builtin/apply.c:9491998#, c-format1999msgid "git apply: bad git-diff - inconsistent new filename on line %d"2000msgstr ""20012002#: builtin/apply.c:9502003#, c-format2004msgid "git apply: bad git-diff - inconsistent old filename on line %d"2005msgstr ""20062007#: builtin/apply.c:9572008#, c-format2009msgid "git apply: bad git-diff - expected /dev/null on line %d"2010msgstr ""20112012#: builtin/apply.c:14222013#, c-format2014msgid "recount: unexpected line: %.*s"2015msgstr ""20162017#: builtin/apply.c:14792018#, c-format2019msgid "patch fragment without header at line %d: %.*s"2020msgstr ""20212022#: builtin/apply.c:14962023#, c-format2024msgid ""2025"git diff header lacks filename information when removing %d leading pathname "2026"component (line %d)"2027msgid_plural ""2028"git diff header lacks filename information when removing %d leading pathname "2029"components (line %d)"2030msgstr[0] ""2031msgstr[1] ""20322033#: builtin/apply.c:16562034msgid "new file depends on old contents"2035msgstr ""20362037#: builtin/apply.c:16582038msgid "deleted file still has contents"2039msgstr ""20402041#: builtin/apply.c:16842042#, c-format2043msgid "corrupt patch at line %d"2044msgstr ""20452046#: builtin/apply.c:17202047#, c-format2048msgid "new file %s depends on old contents"2049msgstr ""20502051#: builtin/apply.c:17222052#, c-format2053msgid "deleted file %s still has contents"2054msgstr ""20552056#: builtin/apply.c:17252057#, c-format2058msgid "** warning: file %s becomes empty but is not deleted"2059msgstr ""20602061#: builtin/apply.c:18712062#, c-format2063msgid "corrupt binary patch at line %d: %.*s"2064msgstr ""20652066#. there has to be one hunk (forward hunk)2067#: builtin/apply.c:19002068#, c-format2069msgid "unrecognized binary patch at line %d"2070msgstr ""20712072#: builtin/apply.c:19862073#, c-format2074msgid "patch with only garbage at line %d"2075msgstr ""20762077#: builtin/apply.c:20762078#, c-format2079msgid "unable to read symlink %s"2080msgstr ""20812082#: builtin/apply.c:20802083#, c-format2084msgid "unable to open or read %s"2085msgstr ""20862087#: builtin/apply.c:26882088#, c-format2089msgid "invalid start of line: '%c'"2090msgstr ""20912092#: builtin/apply.c:28062093#, c-format2094msgid "Hunk #%d succeeded at %d (offset %d line)."2095msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."2096msgstr[0] ""2097msgstr[1] ""20982099#: builtin/apply.c:28182100#, c-format2101msgid "Context reduced to (%ld/%ld) to apply fragment at %d"2102msgstr ""21032104#: builtin/apply.c:28242105#, c-format2106msgid ""2107"while searching for:\n"2108"%.*s"2109msgstr ""21102111#: builtin/apply.c:28432112#, c-format2113msgid "missing binary patch data for '%s'"2114msgstr ""21152116#: builtin/apply.c:29462117#, c-format2118msgid "binary patch does not apply to '%s'"2119msgstr ""21202121#: builtin/apply.c:29522122#, c-format2123msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"2124msgstr ""21252126#: builtin/apply.c:29732127#, c-format2128msgid "patch failed: %s:%ld"2129msgstr ""21302131#: builtin/apply.c:30952132#, c-format2133msgid "cannot checkout %s"2134msgstr ""21352136#: builtin/apply.c:3140 builtin/apply.c:3149 builtin/apply.c:31942137#, c-format2138msgid "read of %s failed"2139msgstr ""21402141#: builtin/apply.c:3174 builtin/apply.c:33962142#, c-format2143msgid "path %s has been renamed/deleted"2144msgstr ""21452146#: builtin/apply.c:3255 builtin/apply.c:34102147#, c-format2148msgid "%s: does not exist in index"2149msgstr ""21502151#: builtin/apply.c:3259 builtin/apply.c:3402 builtin/apply.c:34242152#, c-format2153msgid "%s: %s"2154msgstr ""21552156#: builtin/apply.c:3264 builtin/apply.c:34182157#, c-format2158msgid "%s: does not match index"2159msgstr ""21602161#: builtin/apply.c:33662162msgid "removal patch leaves file contents"2163msgstr ""21642165#: builtin/apply.c:34352166#, c-format2167msgid "%s: wrong type"2168msgstr ""21692170#: builtin/apply.c:34372171#, c-format2172msgid "%s has type %o, expected %o"2173msgstr ""21742175#: builtin/apply.c:35382176#, c-format2177msgid "%s: already exists in index"2178msgstr ""21792180#: builtin/apply.c:35412181#, c-format2182msgid "%s: already exists in working directory"2183msgstr ""21842185#: builtin/apply.c:35612186#, c-format2187msgid "new mode (%o) of %s does not match old mode (%o)"2188msgstr ""21892190#: builtin/apply.c:35662191#, c-format2192msgid "new mode (%o) of %s does not match old mode (%o) of %s"2193msgstr ""21942195#: builtin/apply.c:35742196#, c-format2197msgid "%s: patch does not apply"2198msgstr ""21992200#: builtin/apply.c:35872201#, c-format2202msgid "Checking patch %s..."2203msgstr ""22042205#: builtin/apply.c:3680 builtin/checkout.c:213 builtin/reset.c:1272206#, c-format2207msgid "make_cache_entry failed for path '%s'"2208msgstr ""22092210#: builtin/apply.c:38232211#, c-format2212msgid "unable to remove %s from index"2213msgstr ""22142215#: builtin/apply.c:38512216#, c-format2217msgid "corrupt patch for submodule %s"2218msgstr ""22192220#: builtin/apply.c:38552221#, c-format2222msgid "unable to stat newly created file '%s'"2223msgstr ""22242225#: builtin/apply.c:38602226#, c-format2227msgid "unable to create backing store for newly created file %s"2228msgstr ""22292230#: builtin/apply.c:3863 builtin/apply.c:39712231#, c-format2232msgid "unable to add cache entry for %s"2233msgstr ""22342235#: builtin/apply.c:38962236#, c-format2237msgid "closing file '%s'"2238msgstr ""22392240#: builtin/apply.c:39452241#, c-format2242msgid "unable to write file '%s' mode %o"2243msgstr ""22442245#: builtin/apply.c:40322246#, c-format2247msgid "Applied patch %s cleanly."2248msgstr ""22492250#: builtin/apply.c:40402251msgid "internal error"2252msgstr ""22532254#. Say this even without --verbose2255#: builtin/apply.c:40432256#, c-format2257msgid "Applying patch %%s with %d reject..."2258msgid_plural "Applying patch %%s with %d rejects..."2259msgstr[0] ""2260msgstr[1] ""22612262#: builtin/apply.c:40532263#, c-format2264msgid "truncating .rej filename to %.*s.rej"2265msgstr ""22662267#: builtin/apply.c:40742268#, c-format2269msgid "Hunk #%d applied cleanly."2270msgstr ""22712272#: builtin/apply.c:40772273#, c-format2274msgid "Rejected hunk #%d."2275msgstr ""22762277#: builtin/apply.c:42272278msgid "unrecognized input"2279msgstr ""22802281#: builtin/apply.c:42382282msgid "unable to read index file"2283msgstr ""22842285#: builtin/apply.c:4357 builtin/apply.c:4360 builtin/clone.c:902286#: builtin/fetch.c:772287msgid "path"2288msgstr ""22892290#: builtin/apply.c:43582291msgid "don't apply changes matching the given path"2292msgstr ""22932294#: builtin/apply.c:43612295msgid "apply changes matching the given path"2296msgstr ""22972298#: builtin/apply.c:43632299msgid "num"2300msgstr ""23012302#: builtin/apply.c:43642303msgid "remove <num> leading slashes from traditional diff paths"2304msgstr ""23052306#: builtin/apply.c:43672307msgid "ignore additions made by the patch"2308msgstr ""23092310#: builtin/apply.c:43692311msgid "instead of applying the patch, output diffstat for the input"2312msgstr ""23132314#: builtin/apply.c:43732315msgid "show number of added and deleted lines in decimal notation"2316msgstr ""23172318#: builtin/apply.c:43752319msgid "instead of applying the patch, output a summary for the input"2320msgstr ""23212322#: builtin/apply.c:43772323msgid "instead of applying the patch, see if the patch is applicable"2324msgstr ""23252326#: builtin/apply.c:43792327msgid "make sure the patch is applicable to the current index"2328msgstr ""23292330#: builtin/apply.c:43812331msgid "apply a patch without touching the working tree"2332msgstr ""23332334#: builtin/apply.c:43832335msgid "also apply the patch (use with --stat/--summary/--check)"2336msgstr ""23372338#: builtin/apply.c:43852339msgid "attempt three-way merge if a patch does not apply"2340msgstr ""23412342#: builtin/apply.c:43872343msgid "build a temporary index based on embedded index information"2344msgstr ""23452346#: builtin/apply.c:4389 builtin/checkout-index.c:197 builtin/ls-files.c:4522347msgid "paths are separated with NUL character"2348msgstr ""23492350#: builtin/apply.c:43922351msgid "ensure at least <n> lines of context match"2352msgstr ""23532354#: builtin/apply.c:43932355msgid "action"2356msgstr ""23572358#: builtin/apply.c:43942359msgid "detect new or modified lines that have whitespace errors"2360msgstr ""23612362#: builtin/apply.c:4397 builtin/apply.c:44002363msgid "ignore changes in whitespace when finding context"2364msgstr ""23652366#: builtin/apply.c:44032367msgid "apply the patch in reverse"2368msgstr ""23692370#: builtin/apply.c:44052371msgid "don't expect at least one line of context"2372msgstr ""23732374#: builtin/apply.c:44072375msgid "leave the rejected hunks in corresponding *.rej files"2376msgstr ""23772378#: builtin/apply.c:44092379msgid "allow overlapping hunks"2380msgstr ""23812382#: builtin/apply.c:44122383msgid "tolerate incorrectly detected missing new-line at the end of file"2384msgstr ""23852386#: builtin/apply.c:44152387msgid "do not trust the line counts in the hunk headers"2388msgstr ""23892390#: builtin/apply.c:44172391msgid "root"2392msgstr ""23932394#: builtin/apply.c:44182395msgid "prepend <root> to all filenames"2396msgstr ""23972398#: builtin/apply.c:44402399msgid "--3way outside a repository"2400msgstr ""24012402#: builtin/apply.c:44482403msgid "--index outside a repository"2404msgstr ""24052406#: builtin/apply.c:44512407msgid "--cached outside a repository"2408msgstr ""24092410#: builtin/apply.c:44672411#, c-format2412msgid "can't open patch '%s'"2413msgstr ""24142415#: builtin/apply.c:44812416#, c-format2417msgid "squelched %d whitespace error"2418msgid_plural "squelched %d whitespace errors"2419msgstr[0] ""2420msgstr[1] ""24212422#: builtin/apply.c:4487 builtin/apply.c:44972423#, c-format2424msgid "%d line adds whitespace errors."2425msgid_plural "%d lines add whitespace errors."2426msgstr[0] ""2427msgstr[1] ""24282429#: builtin/archive.c:172430#, c-format2431msgid "could not create archive file '%s'"2432msgstr ""24332434#: builtin/archive.c:202435msgid "could not redirect output"2436msgstr ""24372438#: builtin/archive.c:372439msgid "git archive: Remote with no URL"2440msgstr ""24412442#: builtin/archive.c:582443msgid "git archive: expected ACK/NAK, got EOF"2444msgstr ""24452446#: builtin/archive.c:612447#, c-format2448msgid "git archive: NACK %s"2449msgstr ""24502451#: builtin/archive.c:632452#, c-format2453msgid "remote error: %s"2454msgstr ""24552456#: builtin/archive.c:642457msgid "git archive: protocol error"2458msgstr ""24592460#: builtin/archive.c:682461msgid "git archive: expected a flush"2462msgstr ""24632464#: builtin/bisect--helper.c:72465msgid "git bisect--helper --next-all [--no-checkout]"2466msgstr ""24672468#: builtin/bisect--helper.c:172469msgid "perform 'git bisect next'"2470msgstr ""24712472#: builtin/bisect--helper.c:192473msgid "update BISECT_HEAD instead of checking out the current commit"2474msgstr ""24752476#: builtin/blame.c:272477msgid "git blame [options] [rev-opts] [rev] [--] file"2478msgstr ""24792480#: builtin/blame.c:322481msgid "[rev-opts] are documented in git-rev-list(1)"2482msgstr ""24832484#: builtin/blame.c:22482485msgid "Show blame entries as we find them, incrementally"2486msgstr ""24872488#: builtin/blame.c:22492489msgid "Show blank SHA-1 for boundary commits (Default: off)"2490msgstr ""24912492#: builtin/blame.c:22502493msgid "Do not treat root commits as boundaries (Default: off)"2494msgstr ""24952496#: builtin/blame.c:22512497msgid "Show work cost statistics"2498msgstr ""24992500#: builtin/blame.c:22522501msgid "Show output score for blame entries"2502msgstr ""25032504#: builtin/blame.c:22532505msgid "Show original filename (Default: auto)"2506msgstr ""25072508#: builtin/blame.c:22542509msgid "Show original linenumber (Default: off)"2510msgstr ""25112512#: builtin/blame.c:22552513msgid "Show in a format designed for machine consumption"2514msgstr ""25152516#: builtin/blame.c:22562517msgid "Show porcelain format with per-line commit information"2518msgstr ""25192520#: builtin/blame.c:22572521msgid "Use the same output mode as git-annotate (Default: off)"2522msgstr ""25232524#: builtin/blame.c:22582525msgid "Show raw timestamp (Default: off)"2526msgstr ""25272528#: builtin/blame.c:22592529msgid "Show long commit SHA1 (Default: off)"2530msgstr ""25312532#: builtin/blame.c:22602533msgid "Suppress author name and timestamp (Default: off)"2534msgstr ""25352536#: builtin/blame.c:22612537msgid "Show author email instead of name (Default: off)"2538msgstr ""25392540#: builtin/blame.c:22622541msgid "Ignore whitespace differences"2542msgstr ""25432544#: builtin/blame.c:22632545msgid "Spend extra cycles to find better match"2546msgstr ""25472548#: builtin/blame.c:22642549msgid "Use revisions from <file> instead of calling git-rev-list"2550msgstr ""25512552#: builtin/blame.c:22652553msgid "Use <file>'s contents as the final image"2554msgstr ""25552556#: builtin/blame.c:2266 builtin/blame.c:22672557msgid "score"2558msgstr ""25592560#: builtin/blame.c:22662561msgid "Find line copies within and across files"2562msgstr ""25632564#: builtin/blame.c:22672565msgid "Find line movements within and across files"2566msgstr ""25672568#: builtin/blame.c:22682569msgid "n,m"2570msgstr ""25712572#: builtin/blame.c:22682573msgid "Process only line range n,m, counting from 1"2574msgstr ""25752576#: builtin/branch.c:242577msgid "git branch [options] [-r | -a] [--merged | --no-merged]"2578msgstr ""25792580#: builtin/branch.c:252581msgid "git branch [options] [-l] [-f] <branchname> [<start-point>]"2582msgstr ""25832584#: builtin/branch.c:262585msgid "git branch [options] [-r] (-d | -D) <branchname>..."2586msgstr ""25872588#: builtin/branch.c:272589msgid "git branch [options] (-m | -M) [<oldbranch>] <newbranch>"2590msgstr ""25912592#: builtin/branch.c:1502593#, c-format2594msgid ""2595"deleting branch '%s' that has been merged to\n"2596" '%s', but not yet merged to HEAD."2597msgstr ""25982599#: builtin/branch.c:1542600#, c-format2601msgid ""2602"not deleting branch '%s' that is not yet merged to\n"2603" '%s', even though it is merged to HEAD."2604msgstr ""26052606#: builtin/branch.c:1682607#, c-format2608msgid "Couldn't look up commit object for '%s'"2609msgstr ""26102611#: builtin/branch.c:1722612#, c-format2613msgid ""2614"The branch '%s' is not fully merged.\n"2615"If you are sure you want to delete it, run 'git branch -D %s'."2616msgstr ""26172618#: builtin/branch.c:1852619msgid "Update of config-file failed"2620msgstr ""26212622#: builtin/branch.c:2132623msgid "cannot use -a with -d"2624msgstr ""26252626#: builtin/branch.c:2192627msgid "Couldn't look up commit object for HEAD"2628msgstr ""26292630#: builtin/branch.c:2272631#, c-format2632msgid "Cannot delete the branch '%s' which you are currently on."2633msgstr ""26342635#: builtin/branch.c:2402636#, c-format2637msgid "remote branch '%s' not found."2638msgstr ""26392640#: builtin/branch.c:2412641#, c-format2642msgid "branch '%s' not found."2643msgstr ""26442645#: builtin/branch.c:2552646#, c-format2647msgid "Error deleting remote branch '%s'"2648msgstr ""26492650#: builtin/branch.c:2562651#, c-format2652msgid "Error deleting branch '%s'"2653msgstr ""26542655#: builtin/branch.c:2632656#, c-format2657msgid "Deleted remote branch %s (was %s).\n"2658msgstr ""26592660#: builtin/branch.c:2642661#, c-format2662msgid "Deleted branch %s (was %s).\n"2663msgstr ""26642665#: builtin/branch.c:3662666#, c-format2667msgid "branch '%s' does not point at a commit"2668msgstr ""26692670#: builtin/branch.c:4532671#, c-format2672msgid "[%s: gone]"2673msgstr ""26742675#: builtin/branch.c:4562676#, c-format2677msgid "[%s]"2678msgstr ""26792680#: builtin/branch.c:4592681#, c-format2682msgid "[%s: behind %d]"2683msgstr ""26842685#: builtin/branch.c:4612686#, c-format2687msgid "[behind %d]"2688msgstr ""26892690#: builtin/branch.c:4652691#, c-format2692msgid "[%s: ahead %d]"2693msgstr ""26942695#: builtin/branch.c:4672696#, c-format2697msgid "[ahead %d]"2698msgstr ""26992700#: builtin/branch.c:4702701#, c-format2702msgid "[%s: ahead %d, behind %d]"2703msgstr ""27042705#: builtin/branch.c:4732706#, c-format2707msgid "[ahead %d, behind %d]"2708msgstr ""27092710#: builtin/branch.c:4962711msgid " **** invalid ref ****"2712msgstr ""27132714#: builtin/branch.c:5882715#, c-format2716msgid "(no branch, rebasing %s)"2717msgstr ""27182719#: builtin/branch.c:5912720#, c-format2721msgid "(no branch, bisect started on %s)"2722msgstr ""27232724#: builtin/branch.c:5942725#, c-format2726msgid "(detached from %s)"2727msgstr ""27282729#: builtin/branch.c:5972730msgid "(no branch)"2731msgstr ""27322733#: builtin/branch.c:6432734#, c-format2735msgid "object '%s' does not point to a commit"2736msgstr ""27372738#: builtin/branch.c:6752739msgid "some refs could not be read"2740msgstr ""27412742#: builtin/branch.c:6882743msgid "cannot rename the current branch while not on any."2744msgstr ""27452746#: builtin/branch.c:6982747#, c-format2748msgid "Invalid branch name: '%s'"2749msgstr ""27502751#: builtin/branch.c:7132752msgid "Branch rename failed"2753msgstr ""27542755#: builtin/branch.c:7172756#, c-format2757msgid "Renamed a misnamed branch '%s' away"2758msgstr ""27592760#: builtin/branch.c:7212761#, c-format2762msgid "Branch renamed to %s, but HEAD is not updated!"2763msgstr ""27642765#: builtin/branch.c:7282766msgid "Branch is renamed, but update of config-file failed"2767msgstr ""27682769#: builtin/branch.c:7432770#, c-format2771msgid "malformed object name %s"2772msgstr ""27732774#: builtin/branch.c:7672775#, c-format2776msgid "could not write branch description template: %s"2777msgstr ""27782779#: builtin/branch.c:7972780msgid "Generic options"2781msgstr ""27822783#: builtin/branch.c:7992784msgid "show hash and subject, give twice for upstream branch"2785msgstr ""27862787#: builtin/branch.c:8002788msgid "suppress informational messages"2789msgstr ""27902791#: builtin/branch.c:8012792msgid "set up tracking mode (see git-pull(1))"2793msgstr ""27942795#: builtin/branch.c:8032796msgid "change upstream info"2797msgstr ""27982799#: builtin/branch.c:8072800msgid "use colored output"2801msgstr ""28022803#: builtin/branch.c:8082804msgid "act on remote-tracking branches"2805msgstr ""28062807#: builtin/branch.c:811 builtin/branch.c:817 builtin/branch.c:8382808#: builtin/branch.c:844 builtin/commit.c:1460 builtin/commit.c:14612809#: builtin/commit.c:1462 builtin/commit.c:1463 builtin/tag.c:4682810msgid "commit"2811msgstr ""28122813#: builtin/branch.c:812 builtin/branch.c:8182814msgid "print only branches that contain the commit"2815msgstr ""28162817#: builtin/branch.c:8242818msgid "Specific git-branch actions:"2819msgstr ""28202821#: builtin/branch.c:8252822msgid "list both remote-tracking and local branches"2823msgstr ""28242825#: builtin/branch.c:8272826msgid "delete fully merged branch"2827msgstr ""28282829#: builtin/branch.c:8282830msgid "delete branch (even if not merged)"2831msgstr ""28322833#: builtin/branch.c:8292834msgid "move/rename a branch and its reflog"2835msgstr ""28362837#: builtin/branch.c:8302838msgid "move/rename a branch, even if target exists"2839msgstr ""28402841#: builtin/branch.c:8312842msgid "list branch names"2843msgstr ""28442845#: builtin/branch.c:8322846msgid "create the branch's reflog"2847msgstr ""28482849#: builtin/branch.c:8342850msgid "edit the description for the branch"2851msgstr ""28522853#: builtin/branch.c:8352854msgid "force creation (when already exists)"2855msgstr ""28562857#: builtin/branch.c:8382858msgid "print only not merged branches"2859msgstr ""28602861#: builtin/branch.c:8442862msgid "print only merged branches"2863msgstr ""28642865#: builtin/branch.c:8482866msgid "list branches in columns"2867msgstr ""28682869#: builtin/branch.c:8612870msgid "Failed to resolve HEAD as a valid ref."2871msgstr ""28722873#: builtin/branch.c:866 builtin/clone.c:6292874msgid "HEAD not found below refs/heads!"2875msgstr ""28762877#: builtin/branch.c:8902878msgid "--column and --verbose are incompatible"2879msgstr ""28802881#: builtin/branch.c:896 builtin/branch.c:9352882msgid "branch name required"2883msgstr ""28842885#: builtin/branch.c:9112886msgid "Cannot give description to detached HEAD"2887msgstr ""28882889#: builtin/branch.c:9162890msgid "cannot edit description of more than one branch"2891msgstr ""28922893#: builtin/branch.c:9232894#, c-format2895msgid "No commit on branch '%s' yet."2896msgstr ""28972898#: builtin/branch.c:9262899#, c-format2900msgid "No branch named '%s'."2901msgstr ""29022903#: builtin/branch.c:9412904msgid "too many branches for a rename operation"2905msgstr ""29062907#: builtin/branch.c:9462908msgid "too many branches to set new upstream"2909msgstr ""29102911#: builtin/branch.c:9502912#, c-format2913msgid ""2914"could not set upstream of HEAD to %s when it does not point to any branch."2915msgstr ""29162917#: builtin/branch.c:953 builtin/branch.c:975 builtin/branch.c:9972918#, c-format2919msgid "no such branch '%s'"2920msgstr ""29212922#: builtin/branch.c:9572923#, c-format2924msgid "branch '%s' does not exist"2925msgstr ""29262927#: builtin/branch.c:9692928msgid "too many branches to unset upstream"2929msgstr ""29302931#: builtin/branch.c:9732932msgid "could not unset upstream of HEAD when it does not point to any branch."2933msgstr ""29342935#: builtin/branch.c:9792936#, c-format2937msgid "Branch '%s' has no upstream information"2938msgstr ""29392940#: builtin/branch.c:9942941msgid "it does not make sense to create 'HEAD' manually"2942msgstr ""29432944#: builtin/branch.c:10002945msgid "-a and -r options to 'git branch' do not make sense with a branch name"2946msgstr ""29472948#: builtin/branch.c:10032949#, c-format2950msgid ""2951"The --set-upstream flag is deprecated and will be removed. Consider using --"2952"track or --set-upstream-to\n"2953msgstr ""29542955#: builtin/branch.c:10202956#, c-format2957msgid ""2958"\n"2959"If you wanted to make '%s' track '%s', do this:\n"2960"\n"2961msgstr ""29622963#: builtin/branch.c:10212964#, c-format2965msgid " git branch -d %s\n"2966msgstr ""29672968#: builtin/branch.c:10222969#, c-format2970msgid " git branch --set-upstream-to %s\n"2971msgstr ""29722973#: builtin/bundle.c:472974#, c-format2975msgid "%s is okay\n"2976msgstr ""29772978#: builtin/bundle.c:562979msgid "Need a repository to create a bundle."2980msgstr ""29812982#: builtin/bundle.c:602983msgid "Need a repository to unbundle."2984msgstr ""29852986#: builtin/cat-file.c:3122987msgid "git cat-file (-t|-s|-e|-p|<type>|--textconv) <object>"2988msgstr ""29892990#: builtin/cat-file.c:3132991msgid "git cat-file (--batch|--batch-check) < <list_of_objects>"2992msgstr ""29932994#: builtin/cat-file.c:3502995msgid "<type> can be one of: blob, tree, commit, tag"2996msgstr ""29972998#: builtin/cat-file.c:3512999msgid "show object type"3000msgstr ""30013002#: builtin/cat-file.c:3523003msgid "show object size"3004msgstr ""30053006#: builtin/cat-file.c:3543007msgid "exit with zero when there's no error"3008msgstr ""30093010#: builtin/cat-file.c:3553011msgid "pretty-print object's content"3012msgstr ""30133014#: builtin/cat-file.c:3573015msgid "for blob objects, run textconv on object's content"3016msgstr ""30173018#: builtin/cat-file.c:3593019msgid "show info and content of objects fed from the standard input"3020msgstr ""30213022#: builtin/cat-file.c:3623023msgid "show info about objects fed from the standard input"3024msgstr ""30253026#: builtin/check-attr.c:113027msgid "git check-attr [-a | --all | attr...] [--] pathname..."3028msgstr ""30293030#: builtin/check-attr.c:123031msgid "git check-attr --stdin [-z] [-a | --all | attr...] < <list-of-paths>"3032msgstr ""30333034#: builtin/check-attr.c:193035msgid "report all attributes set on file"3036msgstr ""30373038#: builtin/check-attr.c:203039msgid "use .gitattributes only from the index"3040msgstr ""30413042#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:753043msgid "read file names from stdin"3044msgstr ""30453046#: builtin/check-attr.c:23 builtin/check-ignore.c:243047msgid "terminate input and output records by a NUL character"3048msgstr ""30493050#: builtin/check-ignore.c:18 builtin/checkout.c:1090 builtin/gc.c:2593051msgid "suppress progress reporting"3052msgstr ""30533054#: builtin/check-ignore.c:263055msgid "show non-matching input paths"3056msgstr ""30573058#: builtin/check-ignore.c:283059msgid "ignore index when checking"3060msgstr ""30613062#: builtin/check-ignore.c:1543063msgid "cannot specify pathnames with --stdin"3064msgstr ""30653066#: builtin/check-ignore.c:1573067msgid "-z only makes sense with --stdin"3068msgstr ""30693070#: builtin/check-ignore.c:1593071msgid "no path specified"3072msgstr ""30733074#: builtin/check-ignore.c:1633075msgid "--quiet is only valid with a single pathname"3076msgstr ""30773078#: builtin/check-ignore.c:1653079msgid "cannot have both --quiet and --verbose"3080msgstr ""30813082#: builtin/check-ignore.c:1683083msgid "--non-matching is only valid with --verbose"3084msgstr ""30853086#: builtin/check-mailmap.c:83087msgid "git check-mailmap [options] <contact>..."3088msgstr ""30893090#: builtin/check-mailmap.c:133091msgid "also read contacts from stdin"3092msgstr ""30933094#: builtin/check-mailmap.c:243095#, c-format3096msgid "unable to parse contact: %s"3097msgstr ""30983099#: builtin/check-mailmap.c:473100msgid "no contacts specified"3101msgstr ""31023103#: builtin/checkout-index.c:1263104msgid "git checkout-index [options] [--] [<file>...]"3105msgstr ""31063107#: builtin/checkout-index.c:1873108msgid "check out all files in the index"3109msgstr ""31103111#: builtin/checkout-index.c:1883112msgid "force overwrite of existing files"3113msgstr ""31143115#: builtin/checkout-index.c:1903116msgid "no warning for existing files and files not in index"3117msgstr ""31183119#: builtin/checkout-index.c:1923120msgid "don't checkout new files"3121msgstr ""31223123#: builtin/checkout-index.c:1943124msgid "update stat information in the index file"3125msgstr ""31263127#: builtin/checkout-index.c:2003128msgid "read list of paths from the standard input"3129msgstr ""31303131#: builtin/checkout-index.c:2023132msgid "write the content to temporary files"3133msgstr ""31343135#: builtin/checkout-index.c:203 builtin/column.c:303136msgid "string"3137msgstr ""31383139#: builtin/checkout-index.c:2043140msgid "when creating files, prepend <string>"3141msgstr ""31423143#: builtin/checkout-index.c:2073144msgid "copy out the files from named stage"3145msgstr ""31463147#: builtin/checkout.c:253148msgid "git checkout [options] <branch>"3149msgstr ""31503151#: builtin/checkout.c:263152msgid "git checkout [options] [<branch>] -- <file>..."3153msgstr ""31543155#: builtin/checkout.c:114 builtin/checkout.c:1473156#, c-format3157msgid "path '%s' does not have our version"3158msgstr ""31593160#: builtin/checkout.c:116 builtin/checkout.c:1493161#, c-format3162msgid "path '%s' does not have their version"3163msgstr ""31643165#: builtin/checkout.c:1323166#, c-format3167msgid "path '%s' does not have all necessary versions"3168msgstr ""31693170#: builtin/checkout.c:1763171#, c-format3172msgid "path '%s' does not have necessary versions"3173msgstr ""31743175#: builtin/checkout.c:1933176#, c-format3177msgid "path '%s': cannot merge"3178msgstr ""31793180#: builtin/checkout.c:2103181#, c-format3182msgid "Unable to add merge result for '%s'"3183msgstr ""31843185#: builtin/checkout.c:232 builtin/checkout.c:235 builtin/checkout.c:2383186#: builtin/checkout.c:2413187#, c-format3188msgid "'%s' cannot be used with updating paths"3189msgstr ""31903191#: builtin/checkout.c:244 builtin/checkout.c:2473192#, c-format3193msgid "'%s' cannot be used with %s"3194msgstr ""31953196#: builtin/checkout.c:2503197#, c-format3198msgid "Cannot update paths and switch to branch '%s' at the same time."3199msgstr ""32003201#: builtin/checkout.c:261 builtin/checkout.c:4513202msgid "corrupt index file"3203msgstr ""32043205#: builtin/checkout.c:322 builtin/checkout.c:3293206#, c-format3207msgid "path '%s' is unmerged"3208msgstr ""32093210#: builtin/checkout.c:4733211msgid "you need to resolve your current index first"3212msgstr ""32133214#: builtin/checkout.c:5943215#, c-format3216msgid "Can not do reflog for '%s'\n"3217msgstr ""32183219#: builtin/checkout.c:6323220msgid "HEAD is now at"3221msgstr ""32223223#: builtin/checkout.c:6393224#, c-format3225msgid "Reset branch '%s'\n"3226msgstr ""32273228#: builtin/checkout.c:6423229#, c-format3230msgid "Already on '%s'\n"3231msgstr ""32323233#: builtin/checkout.c:6463234#, c-format3235msgid "Switched to and reset branch '%s'\n"3236msgstr ""32373238#: builtin/checkout.c:648 builtin/checkout.c:10333239#, c-format3240msgid "Switched to a new branch '%s'\n"3241msgstr ""32423243#: builtin/checkout.c:6503244#, c-format3245msgid "Switched to branch '%s'\n"3246msgstr ""32473248#: builtin/checkout.c:7063249#, c-format3250msgid " ... and %d more.\n"3251msgstr ""32523253#. The singular version3254#: builtin/checkout.c:7123255#, c-format3256msgid ""3257"Warning: you are leaving %d commit behind, not connected to\n"3258"any of your branches:\n"3259"\n"3260"%s\n"3261msgid_plural ""3262"Warning: you are leaving %d commits behind, not connected to\n"3263"any of your branches:\n"3264"\n"3265"%s\n"3266msgstr[0] ""3267msgstr[1] ""32683269#: builtin/checkout.c:7303270#, c-format3271msgid ""3272"If you want to keep them by creating a new branch, this may be a good time\n"3273"to do so with:\n"3274"\n"3275" git branch new_branch_name %s\n"3276"\n"3277msgstr ""32783279#: builtin/checkout.c:7603280msgid "internal error in revision walk"3281msgstr ""32823283#: builtin/checkout.c:7643284msgid "Previous HEAD position was"3285msgstr ""32863287#: builtin/checkout.c:791 builtin/checkout.c:10283288msgid "You are on a branch yet to be born"3289msgstr ""32903291#: builtin/checkout.c:9353292#, c-format3293msgid "only one reference expected, %d given."3294msgstr ""32953296#: builtin/checkout.c:9743297#, c-format3298msgid "invalid reference: %s"3299msgstr ""33003301#. case (1): want a tree3302#: builtin/checkout.c:10033303#, c-format3304msgid "reference is not a tree: %s"3305msgstr ""33063307#: builtin/checkout.c:10423308msgid "paths cannot be used with switching branches"3309msgstr ""33103311#: builtin/checkout.c:1045 builtin/checkout.c:10493312#, c-format3313msgid "'%s' cannot be used with switching branches"3314msgstr ""33153316#: builtin/checkout.c:1053 builtin/checkout.c:1056 builtin/checkout.c:10613317#: builtin/checkout.c:10643318#, c-format3319msgid "'%s' cannot be used with '%s'"3320msgstr ""33213322#: builtin/checkout.c:10693323#, c-format3324msgid "Cannot switch branch to a non-commit '%s'"3325msgstr ""33263327#: builtin/checkout.c:1091 builtin/checkout.c:1093 builtin/clone.c:883328#: builtin/remote.c:169 builtin/remote.c:1713329msgid "branch"3330msgstr ""33313332#: builtin/checkout.c:10923333msgid "create and checkout a new branch"3334msgstr ""33353336#: builtin/checkout.c:10943337msgid "create/reset and checkout a branch"3338msgstr ""33393340#: builtin/checkout.c:10953341msgid "create reflog for new branch"3342msgstr ""33433344#: builtin/checkout.c:10963345msgid "detach the HEAD at named commit"3346msgstr ""33473348#: builtin/checkout.c:10973349msgid "set upstream info for new branch"3350msgstr ""33513352#: builtin/checkout.c:10993353msgid "new branch"3354msgstr ""33553356#: builtin/checkout.c:10993357msgid "new unparented branch"3358msgstr ""33593360#: builtin/checkout.c:11003361msgid "checkout our version for unmerged files"3362msgstr ""33633364#: builtin/checkout.c:11023365msgid "checkout their version for unmerged files"3366msgstr ""33673368#: builtin/checkout.c:11043369msgid "force checkout (throw away local modifications)"3370msgstr ""33713372#: builtin/checkout.c:11053373msgid "perform a 3-way merge with the new branch"3374msgstr ""33753376#: builtin/checkout.c:1106 builtin/merge.c:2323377msgid "update ignored files (default)"3378msgstr ""33793380#: builtin/checkout.c:1107 builtin/log.c:1228 parse-options.h:2513381msgid "style"3382msgstr ""33833384#: builtin/checkout.c:11083385msgid "conflict style (merge or diff3)"3386msgstr ""33873388#: builtin/checkout.c:11113389msgid "do not limit pathspecs to sparse entries only"3390msgstr ""33913392#: builtin/checkout.c:11133393msgid "second guess 'git checkout no-such-branch'"3394msgstr ""33953396#: builtin/checkout.c:11363397msgid "-b, -B and --orphan are mutually exclusive"3398msgstr ""33993400#: builtin/checkout.c:11533401msgid "--track needs a branch name"3402msgstr ""34033404#: builtin/checkout.c:11603405msgid "Missing branch name; try -b"3406msgstr ""34073408#: builtin/checkout.c:11973409msgid "invalid path specification"3410msgstr ""34113412#: builtin/checkout.c:12043413#, c-format3414msgid ""3415"Cannot update paths and switch to branch '%s' at the same time.\n"3416"Did you intend to checkout '%s' which can not be resolved as commit?"3417msgstr ""34183419#: builtin/checkout.c:12093420#, c-format3421msgid "git checkout: --detach does not take a path argument '%s'"3422msgstr ""34233424#: builtin/checkout.c:12133425msgid ""3426"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"3427"checking out of the index."3428msgstr ""34293430#: builtin/clean.c:263431msgid ""3432"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."3433msgstr ""34343435#: builtin/clean.c:303436#, c-format3437msgid "Removing %s\n"3438msgstr ""34393440#: builtin/clean.c:313441#, c-format3442msgid "Would remove %s\n"3443msgstr ""34443445#: builtin/clean.c:323446#, c-format3447msgid "Skipping repository %s\n"3448msgstr ""34493450#: builtin/clean.c:333451#, c-format3452msgid "Would skip repository %s\n"3453msgstr ""34543455#: builtin/clean.c:343456#, c-format3457msgid "failed to remove %s"3458msgstr ""34593460#: builtin/clean.c:2943461msgid ""3462"Prompt help:\n"3463"1 - select a numbered item\n"3464"foo - select item based on unique prefix\n"3465" - (empty) select nothing"3466msgstr ""34673468#: builtin/clean.c:2983469msgid ""3470"Prompt help:\n"3471"1 - select a single item\n"3472"3-5 - select a range of items\n"3473"2-3,6-9 - select multiple ranges\n"3474"foo - select item based on unique prefix\n"3475"-... - unselect specified items\n"3476"* - choose all items\n"3477" - (empty) finish selecting"3478msgstr ""34793480#: builtin/clean.c:5163481#, c-format3482msgid "Huh (%s)?"3483msgstr ""34843485#: builtin/clean.c:6593486#, c-format3487msgid "Input ignore patterns>> "3488msgstr ""34893490#: builtin/clean.c:6963491#, c-format3492msgid "WARNING: Cannot find items matched by: %s"3493msgstr ""34943495#: builtin/clean.c:7173496msgid "Select items to delete"3497msgstr ""34983499#: builtin/clean.c:7573500#, c-format3501msgid "remove %s? "3502msgstr ""35033504#: builtin/clean.c:7823505msgid "Bye."3506msgstr ""35073508#: builtin/clean.c:7903509msgid ""3510"clean - start cleaning\n"3511"filter by pattern - exclude items from deletion\n"3512"select by numbers - select items to be deleted by numbers\n"3513"ask each - confirm each deletion (like \"rm -i\")\n"3514"quit - stop cleaning\n"3515"help - this screen\n"3516"? - help for prompt selection"3517msgstr ""35183519#: builtin/clean.c:8173520msgid "*** Commands ***"3521msgstr ""35223523#: builtin/clean.c:8183524msgid "What now"3525msgstr ""35263527#: builtin/clean.c:8263528msgid "Would remove the following item:"3529msgid_plural "Would remove the following items:"3530msgstr[0] ""3531msgstr[1] ""35323533#: builtin/clean.c:8433534msgid "No more files to clean, exiting."3535msgstr ""35363537#: builtin/clean.c:8743538msgid "do not print names of files removed"3539msgstr ""35403541#: builtin/clean.c:8763542msgid "force"3543msgstr ""35443545#: builtin/clean.c:8773546msgid "interactive cleaning"3547msgstr ""35483549#: builtin/clean.c:8793550msgid "remove whole directories"3551msgstr ""35523553#: builtin/clean.c:880 builtin/describe.c:420 builtin/grep.c:7183554#: builtin/ls-files.c:483 builtin/name-rev.c:315 builtin/show-ref.c:1853555msgid "pattern"3556msgstr ""35573558#: builtin/clean.c:8813559msgid "add <pattern> to ignore rules"3560msgstr ""35613562#: builtin/clean.c:8823563msgid "remove ignored files, too"3564msgstr ""35653566#: builtin/clean.c:8843567msgid "remove only ignored files"3568msgstr ""35693570#: builtin/clean.c:9023571msgid "-x and -X cannot be used together"3572msgstr ""35733574#: builtin/clean.c:9063575msgid ""3576"clean.requireForce set to true and neither -i, -n nor -f given; refusing to "3577"clean"3578msgstr ""35793580#: builtin/clean.c:9093581msgid ""3582"clean.requireForce defaults to true and neither -i, -n nor -f given; "3583"refusing to clean"3584msgstr ""35853586#: builtin/clone.c:363587msgid "git clone [options] [--] <repo> [<dir>]"3588msgstr ""35893590#: builtin/clone.c:64 builtin/fetch.c:96 builtin/merge.c:2293591#: builtin/push.c:4743592msgid "force progress reporting"3593msgstr ""35943595#: builtin/clone.c:663596msgid "don't create a checkout"3597msgstr ""35983599#: builtin/clone.c:67 builtin/clone.c:69 builtin/init-db.c:4883600msgid "create a bare repository"3601msgstr ""36023603#: builtin/clone.c:713604msgid "create a mirror repository (implies bare)"3605msgstr ""36063607#: builtin/clone.c:733608msgid "to clone from a local repository"3609msgstr ""36103611#: builtin/clone.c:753612msgid "don't use local hardlinks, always copy"3613msgstr ""36143615#: builtin/clone.c:773616msgid "setup as shared repository"3617msgstr ""36183619#: builtin/clone.c:79 builtin/clone.c:813620msgid "initialize submodules in the clone"3621msgstr ""36223623#: builtin/clone.c:82 builtin/init-db.c:4853624msgid "template-directory"3625msgstr ""36263627#: builtin/clone.c:83 builtin/init-db.c:4863628msgid "directory from which templates will be used"3629msgstr ""36303631#: builtin/clone.c:853632msgid "reference repository"3633msgstr ""36343635#: builtin/clone.c:86 builtin/column.c:26 builtin/merge-file.c:443636msgid "name"3637msgstr ""36383639#: builtin/clone.c:873640msgid "use <name> instead of 'origin' to track upstream"3641msgstr ""36423643#: builtin/clone.c:893644msgid "checkout <branch> instead of the remote's HEAD"3645msgstr ""36463647#: builtin/clone.c:913648msgid "path to git-upload-pack on the remote"3649msgstr ""36503651#: builtin/clone.c:92 builtin/fetch.c:97 builtin/grep.c:6633652msgid "depth"3653msgstr ""36543655#: builtin/clone.c:933656msgid "create a shallow clone of that depth"3657msgstr ""36583659#: builtin/clone.c:953660msgid "clone only one branch, HEAD or --branch"3661msgstr ""36623663#: builtin/clone.c:96 builtin/init-db.c:4943664msgid "gitdir"3665msgstr ""36663667#: builtin/clone.c:97 builtin/init-db.c:4953668msgid "separate git dir from working tree"3669msgstr ""36703671#: builtin/clone.c:983672msgid "key=value"3673msgstr ""36743675#: builtin/clone.c:993676msgid "set config inside the new repository"3677msgstr ""36783679#: builtin/clone.c:2523680#, c-format3681msgid "reference repository '%s' is not a local repository."3682msgstr ""36833684#: builtin/clone.c:3153685#, c-format3686msgid "failed to create directory '%s'"3687msgstr ""36883689#: builtin/clone.c:317 builtin/diff.c:773690#, c-format3691msgid "failed to stat '%s'"3692msgstr ""36933694#: builtin/clone.c:3193695#, c-format3696msgid "%s exists and is not a directory"3697msgstr ""36983699#: builtin/clone.c:3333700#, c-format3701msgid "failed to stat %s\n"3702msgstr ""37033704#: builtin/clone.c:3553705#, c-format3706msgid "failed to create link '%s'"3707msgstr ""37083709#: builtin/clone.c:3593710#, c-format3711msgid "failed to copy file to '%s'"3712msgstr ""37133714#: builtin/clone.c:382 builtin/clone.c:5593715#, c-format3716msgid "done.\n"3717msgstr ""37183719#: builtin/clone.c:3953720msgid ""3721"Clone succeeded, but checkout failed.\n"3722"You can inspect what was checked out with 'git status'\n"3723"and retry the checkout with 'git checkout -f HEAD'\n"3724msgstr ""37253726#: builtin/clone.c:4743727#, c-format3728msgid "Could not find remote branch %s to clone."3729msgstr ""37303731#: builtin/clone.c:5543732#, c-format3733msgid "Checking connectivity... "3734msgstr ""37353736#: builtin/clone.c:5573737msgid "remote did not send all necessary objects"3738msgstr ""37393740#: builtin/clone.c:6203741msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"3742msgstr ""37433744#: builtin/clone.c:6513745msgid "unable to checkout working tree"3746msgstr ""37473748#: builtin/clone.c:7593749msgid "Too many arguments."3750msgstr ""37513752#: builtin/clone.c:7633753msgid "You must specify a repository to clone."3754msgstr ""37553756#: builtin/clone.c:7743757#, c-format3758msgid "--bare and --origin %s options are incompatible."3759msgstr ""37603761#: builtin/clone.c:7773762msgid "--bare and --separate-git-dir are incompatible."3763msgstr ""37643765#: builtin/clone.c:7903766#, c-format3767msgid "repository '%s' does not exist"3768msgstr ""37693770#: builtin/clone.c:7953771msgid "--depth is ignored in local clones; use file:// instead."3772msgstr ""37733774#: builtin/clone.c:7973775msgid "--local is ignored"3776msgstr ""37773778#: builtin/clone.c:8073779#, c-format3780msgid "destination path '%s' already exists and is not an empty directory."3781msgstr ""37823783#: builtin/clone.c:8173784#, c-format3785msgid "working tree '%s' already exists."3786msgstr ""37873788#: builtin/clone.c:830 builtin/clone.c:8423789#, c-format3790msgid "could not create leading directories of '%s'"3791msgstr ""37923793#: builtin/clone.c:8333794#, c-format3795msgid "could not create work tree dir '%s'."3796msgstr ""37973798#: builtin/clone.c:8523799#, c-format3800msgid "Cloning into bare repository '%s'...\n"3801msgstr ""38023803#: builtin/clone.c:8543804#, c-format3805msgid "Cloning into '%s'...\n"3806msgstr ""38073808#: builtin/clone.c:8883809#, c-format3810msgid "Don't know how to clone %s"3811msgstr ""38123813#: builtin/clone.c:939 builtin/clone.c:9473814#, c-format3815msgid "Remote branch %s not found in upstream %s"3816msgstr ""38173818#: builtin/clone.c:9503819msgid "You appear to have cloned an empty repository."3820msgstr ""38213822#: builtin/column.c:93823msgid "git column [options]"3824msgstr ""38253826#: builtin/column.c:263827msgid "lookup config vars"3828msgstr ""38293830#: builtin/column.c:27 builtin/column.c:283831msgid "layout to use"3832msgstr ""38333834#: builtin/column.c:293835msgid "Maximum width"3836msgstr ""38373838#: builtin/column.c:303839msgid "Padding space on left border"3840msgstr ""38413842#: builtin/column.c:313843msgid "Padding space on right border"3844msgstr ""38453846#: builtin/column.c:323847msgid "Padding space between columns"3848msgstr ""38493850#: builtin/column.c:513851msgid "--command must be the first argument"3852msgstr ""38533854#: builtin/commit.c:363855msgid "git commit [options] [--] <pathspec>..."3856msgstr ""38573858#: builtin/commit.c:413859msgid "git status [options] [--] <pathspec>..."3860msgstr ""38613862#: builtin/commit.c:463863msgid ""3864"Your name and email address were configured automatically based\n"3865"on your username and hostname. Please check that they are accurate.\n"3866"You can suppress this message by setting them explicitly:\n"3867"\n"3868" git config --global user.name \"Your Name\"\n"3869" git config --global user.email you@example.com\n"3870"\n"3871"After doing this, you may fix the identity used for this commit with:\n"3872"\n"3873" git commit --amend --reset-author\n"3874msgstr ""38753876#: builtin/commit.c:583877msgid ""3878"You asked to amend the most recent commit, but doing so would make\n"3879"it empty. You can repeat your command with --allow-empty, or you can\n"3880"remove the commit entirely with \"git reset HEAD^\".\n"3881msgstr ""38823883#: builtin/commit.c:633884msgid ""3885"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"3886"If you wish to commit it anyway, use:\n"3887"\n"3888" git commit --allow-empty\n"3889"\n"3890msgstr ""38913892#: builtin/commit.c:703893msgid "Otherwise, please use 'git reset'\n"3894msgstr ""38953896#: builtin/commit.c:733897msgid ""3898"If you wish to skip this commit, use:\n"3899"\n"3900" git reset\n"3901"\n"3902"Then \"git cherry-pick --continue\" will resume cherry-picking\n"3903"the remaining commits.\n"3904msgstr ""39053906#: builtin/commit.c:2873907msgid "failed to unpack HEAD tree object"3908msgstr ""39093910#: builtin/commit.c:3293911msgid "unable to create temporary index"3912msgstr ""39133914#: builtin/commit.c:3353915msgid "interactive add failed"3916msgstr ""39173918#: builtin/commit.c:368 builtin/commit.c:389 builtin/commit.c:4393919msgid "unable to write new_index file"3920msgstr ""39213922#: builtin/commit.c:4203923msgid "cannot do a partial commit during a merge."3924msgstr ""39253926#: builtin/commit.c:4223927msgid "cannot do a partial commit during a cherry-pick."3928msgstr ""39293930#: builtin/commit.c:4323931msgid "cannot read the index"3932msgstr ""39333934#: builtin/commit.c:4523935msgid "unable to write temporary index file"3936msgstr ""39373938#: builtin/commit.c:543 builtin/commit.c:5493939#, c-format3940msgid "invalid commit: %s"3941msgstr ""39423943#: builtin/commit.c:5713944msgid "malformed --author parameter"3945msgstr ""39463947#: builtin/commit.c:5913948#, c-format3949msgid "Malformed ident string: '%s'"3950msgstr ""39513952#: builtin/commit.c:630 builtin/commit.c:663 builtin/commit.c:10073953#, c-format3954msgid "could not lookup commit %s"3955msgstr ""39563957#: builtin/commit.c:642 builtin/shortlog.c:2733958#, c-format3959msgid "(reading log message from standard input)\n"3960msgstr ""39613962#: builtin/commit.c:6443963msgid "could not read log from standard input"3964msgstr ""39653966#: builtin/commit.c:6483967#, c-format3968msgid "could not read log file '%s'"3969msgstr ""39703971#: builtin/commit.c:6543972msgid "commit has empty message"3973msgstr ""39743975#: builtin/commit.c:6703976msgid "could not read MERGE_MSG"3977msgstr ""39783979#: builtin/commit.c:6743980msgid "could not read SQUASH_MSG"3981msgstr ""39823983#: builtin/commit.c:6783984#, c-format3985msgid "could not read '%s'"3986msgstr ""39873988#: builtin/commit.c:7493989msgid "could not write commit template"3990msgstr ""39913992#: builtin/commit.c:7603993#, c-format3994msgid ""3995"\n"3996"It looks like you may be committing a merge.\n"3997"If this is not correct, please remove the file\n"3998"\t%s\n"3999"and try again.\n"4000msgstr ""40014002#: builtin/commit.c:7654003#, c-format4004msgid ""4005"\n"4006"It looks like you may be committing a cherry-pick.\n"4007"If this is not correct, please remove the file\n"4008"\t%s\n"4009"and try again.\n"4010msgstr ""40114012#: builtin/commit.c:7774013#, c-format4014msgid ""4015"Please enter the commit message for your changes. Lines starting\n"4016"with '%c' will be ignored, and an empty message aborts the commit.\n"4017msgstr ""40184019#: builtin/commit.c:7824020#, c-format4021msgid ""4022"Please enter the commit message for your changes. Lines starting\n"4023"with '%c' will be kept; you may remove them yourself if you want to.\n"4024"An empty message aborts the commit.\n"4025msgstr ""40264027#: builtin/commit.c:7954028#, c-format4029msgid "%sAuthor: %s"4030msgstr ""40314032#: builtin/commit.c:8024033#, c-format4034msgid "%sCommitter: %s"4035msgstr ""40364037#: builtin/commit.c:8224038msgid "Cannot read index"4039msgstr ""40404041#: builtin/commit.c:8654042msgid "Error building trees"4043msgstr ""40444045#: builtin/commit.c:880 builtin/tag.c:3594046#, c-format4047msgid "Please supply the message using either -m or -F option.\n"4048msgstr ""40494050#: builtin/commit.c:9824051#, c-format4052msgid "No existing author found with '%s'"4053msgstr ""40544055#: builtin/commit.c:997 builtin/commit.c:12374056#, c-format4057msgid "Invalid untracked files mode '%s'"4058msgstr ""40594060#: builtin/commit.c:10344061msgid "--long and -z are incompatible"4062msgstr ""40634064#: builtin/commit.c:10644065msgid "Using both --reset-author and --author does not make sense"4066msgstr ""40674068#: builtin/commit.c:10754069msgid "You have nothing to amend."4070msgstr ""40714072#: builtin/commit.c:10784073msgid "You are in the middle of a merge -- cannot amend."4074msgstr ""40754076#: builtin/commit.c:10804077msgid "You are in the middle of a cherry-pick -- cannot amend."4078msgstr ""40794080#: builtin/commit.c:10834081msgid "Options --squash and --fixup cannot be used together"4082msgstr ""40834084#: builtin/commit.c:10934085msgid "Only one of -c/-C/-F/--fixup can be used."4086msgstr ""40874088#: builtin/commit.c:10954089msgid "Option -m cannot be combined with -c/-C/-F/--fixup."4090msgstr ""40914092#: builtin/commit.c:11034093msgid "--reset-author can be used only with -C, -c or --amend."4094msgstr ""40954096#: builtin/commit.c:11204097msgid "Only one of --include/--only/--all/--interactive/--patch can be used."4098msgstr ""40994100#: builtin/commit.c:11224101msgid "No paths with --include/--only does not make sense."4102msgstr ""41034104#: builtin/commit.c:11244105msgid "Clever... amending the last one with dirty index."4106msgstr ""41074108#: builtin/commit.c:11264109msgid "Explicit paths specified without -i nor -o; assuming --only paths..."4110msgstr ""41114112#: builtin/commit.c:1136 builtin/tag.c:5724113#, c-format4114msgid "Invalid cleanup mode %s"4115msgstr ""41164117#: builtin/commit.c:11414118msgid "Paths with -a does not make sense."4119msgstr ""41204121#: builtin/commit.c:1251 builtin/commit.c:14824122msgid "show status concisely"4123msgstr ""41244125#: builtin/commit.c:1253 builtin/commit.c:14844126msgid "show branch information"4127msgstr ""41284129#: builtin/commit.c:1255 builtin/commit.c:1486 builtin/push.c:4604130msgid "machine-readable output"4131msgstr ""41324133#: builtin/commit.c:1258 builtin/commit.c:14884134msgid "show status in long format (default)"4135msgstr ""41364137#: builtin/commit.c:1261 builtin/commit.c:14914138msgid "terminate entries with NUL"4139msgstr ""41404141#: builtin/commit.c:1263 builtin/commit.c:1494 builtin/fast-export.c:6744142#: builtin/fast-export.c:677 builtin/tag.c:4594143msgid "mode"4144msgstr ""41454146#: builtin/commit.c:1264 builtin/commit.c:14944147msgid "show untracked files, optional modes: all, normal, no. (Default: all)"4148msgstr ""41494150#: builtin/commit.c:12674151msgid "show ignored files"4152msgstr ""41534154#: builtin/commit.c:1268 parse-options.h:1564155msgid "when"4156msgstr ""41574158#: builtin/commit.c:12694159msgid ""4160"ignore changes to submodules, optional when: all, dirty, untracked. "4161"(Default: all)"4162msgstr ""41634164#: builtin/commit.c:12714165msgid "list untracked files in columns"4166msgstr ""41674168#: builtin/commit.c:13404169msgid "couldn't look up newly created commit"4170msgstr ""41714172#: builtin/commit.c:13424173msgid "could not parse newly created commit"4174msgstr ""41754176#: builtin/commit.c:13834177msgid "detached HEAD"4178msgstr ""41794180#: builtin/commit.c:13854181msgid " (root-commit)"4182msgstr ""41834184#: builtin/commit.c:14524185msgid "suppress summary after successful commit"4186msgstr ""41874188#: builtin/commit.c:14534189msgid "show diff in commit message template"4190msgstr ""41914192#: builtin/commit.c:14554193msgid "Commit message options"4194msgstr ""41954196#: builtin/commit.c:1456 builtin/tag.c:4574197msgid "read message from file"4198msgstr ""41994200#: builtin/commit.c:14574201msgid "author"4202msgstr ""42034204#: builtin/commit.c:14574205msgid "override author for commit"4206msgstr ""42074208#: builtin/commit.c:1458 builtin/gc.c:2604209msgid "date"4210msgstr ""42114212#: builtin/commit.c:14584213msgid "override date for commit"4214msgstr ""42154216#: builtin/commit.c:1459 builtin/merge.c:223 builtin/notes.c:4054217#: builtin/notes.c:562 builtin/tag.c:4554218msgid "message"4219msgstr ""42204221#: builtin/commit.c:14594222msgid "commit message"4223msgstr ""42244225#: builtin/commit.c:14604226msgid "reuse and edit message from specified commit"4227msgstr ""42284229#: builtin/commit.c:14614230msgid "reuse message from specified commit"4231msgstr ""42324233#: builtin/commit.c:14624234msgid "use autosquash formatted message to fixup specified commit"4235msgstr ""42364237#: builtin/commit.c:14634238msgid "use autosquash formatted message to squash specified commit"4239msgstr ""42404241#: builtin/commit.c:14644242msgid "the commit is authored by me now (used with -C/-c/--amend)"4243msgstr ""42444245#: builtin/commit.c:1465 builtin/log.c:1180 builtin/revert.c:864246msgid "add Signed-off-by:"4247msgstr ""42484249#: builtin/commit.c:14664250msgid "use specified template file"4251msgstr ""42524253#: builtin/commit.c:14674254msgid "force edit of commit"4255msgstr ""42564257#: builtin/commit.c:14684258msgid "default"4259msgstr ""42604261#: builtin/commit.c:1468 builtin/tag.c:4604262msgid "how to strip spaces and #comments from message"4263msgstr ""42644265#: builtin/commit.c:14694266msgid "include status in commit message template"4267msgstr ""42684269#: builtin/commit.c:1470 builtin/merge.c:230 builtin/tag.c:4614270msgid "key id"4271msgstr ""42724273#: builtin/commit.c:1471 builtin/merge.c:2314274msgid "GPG sign commit"4275msgstr ""42764277#. end commit message options4278#: builtin/commit.c:14744279msgid "Commit contents options"4280msgstr ""42814282#: builtin/commit.c:14754283msgid "commit all changed files"4284msgstr ""42854286#: builtin/commit.c:14764287msgid "add specified files to index for commit"4288msgstr ""42894290#: builtin/commit.c:14774291msgid "interactively add files"4292msgstr ""42934294#: builtin/commit.c:14784295msgid "interactively add changes"4296msgstr ""42974298#: builtin/commit.c:14794299msgid "commit only specified files"4300msgstr ""43014302#: builtin/commit.c:14804303msgid "bypass pre-commit hook"4304msgstr ""43054306#: builtin/commit.c:14814307msgid "show what would be committed"4308msgstr ""43094310#: builtin/commit.c:14924311msgid "amend previous commit"4312msgstr ""43134314#: builtin/commit.c:14934315msgid "bypass post-rewrite hook"4316msgstr ""43174318#: builtin/commit.c:14984319msgid "ok to record an empty change"4320msgstr ""43214322#: builtin/commit.c:15004323msgid "ok to record a change with an empty message"4324msgstr ""43254326#: builtin/commit.c:15294327msgid "could not parse HEAD commit"4328msgstr ""43294330#: builtin/commit.c:1567 builtin/merge.c:5254331#, c-format4332msgid "could not open '%s' for reading"4333msgstr ""43344335#: builtin/commit.c:15744336#, c-format4337msgid "Corrupt MERGE_HEAD file (%s)"4338msgstr ""43394340#: builtin/commit.c:15814341msgid "could not read MERGE_MODE"4342msgstr ""43434344#: builtin/commit.c:16004345#, c-format4346msgid "could not read commit message: %s"4347msgstr ""43484349#: builtin/commit.c:16144350#, c-format4351msgid "Aborting commit; you did not edit the message.\n"4352msgstr ""43534354#: builtin/commit.c:16194355#, c-format4356msgid "Aborting commit due to empty commit message.\n"4357msgstr ""43584359#: builtin/commit.c:1634 builtin/merge.c:861 builtin/merge.c:8864360msgid "failed to write commit object"4361msgstr ""43624363#: builtin/commit.c:16554364msgid "cannot lock HEAD ref"4365msgstr ""43664367#: builtin/commit.c:16594368msgid "cannot update HEAD ref"4369msgstr ""43704371#: builtin/commit.c:16704372msgid ""4373"Repository has been updated, but unable to write\n"4374"new_index file. Check that disk is not full or quota is\n"4375"not exceeded, and then \"git reset HEAD\" to recover."4376msgstr ""43774378#: builtin/config.c:84379msgid "git config [options]"4380msgstr ""43814382#: builtin/config.c:544383msgid "Config file location"4384msgstr ""43854386#: builtin/config.c:554387msgid "use global config file"4388msgstr ""43894390#: builtin/config.c:564391msgid "use system config file"4392msgstr ""43934394#: builtin/config.c:574395msgid "use repository config file"4396msgstr ""43974398#: builtin/config.c:584399msgid "use given config file"4400msgstr ""44014402#: builtin/config.c:594403msgid "blob-id"4404msgstr ""44054406#: builtin/config.c:594407msgid "read config from given blob object"4408msgstr ""44094410#: builtin/config.c:604411msgid "Action"4412msgstr ""44134414#: builtin/config.c:614415msgid "get value: name [value-regex]"4416msgstr ""44174418#: builtin/config.c:624419msgid "get all values: key [value-regex]"4420msgstr ""44214422#: builtin/config.c:634423msgid "get values for regexp: name-regex [value-regex]"4424msgstr ""44254426#: builtin/config.c:644427msgid "get value specific for the URL: section[.var] URL"4428msgstr ""44294430#: builtin/config.c:654431msgid "replace all matching variables: name value [value_regex]"4432msgstr ""44334434#: builtin/config.c:664435msgid "add a new variable: name value"4436msgstr ""44374438#: builtin/config.c:674439msgid "remove a variable: name [value-regex]"4440msgstr ""44414442#: builtin/config.c:684443msgid "remove all matches: name [value-regex]"4444msgstr ""44454446#: builtin/config.c:694447msgid "rename section: old-name new-name"4448msgstr ""44494450#: builtin/config.c:704451msgid "remove a section: name"4452msgstr ""44534454#: builtin/config.c:714455msgid "list all"4456msgstr ""44574458#: builtin/config.c:724459msgid "open an editor"4460msgstr ""44614462#: builtin/config.c:73 builtin/config.c:744463msgid "slot"4464msgstr ""44654466#: builtin/config.c:734467msgid "find the color configured: [default]"4468msgstr ""44694470#: builtin/config.c:744471msgid "find the color setting: [stdout-is-tty]"4472msgstr ""44734474#: builtin/config.c:754475msgid "Type"4476msgstr ""44774478#: builtin/config.c:764479msgid "value is \"true\" or \"false\""4480msgstr ""44814482#: builtin/config.c:774483msgid "value is decimal number"4484msgstr ""44854486#: builtin/config.c:784487msgid "value is --bool or --int"4488msgstr ""44894490#: builtin/config.c:794491msgid "value is a path (file or directory name)"4492msgstr ""44934494#: builtin/config.c:804495msgid "Other"4496msgstr ""44974498#: builtin/config.c:814499msgid "terminate values with NUL byte"4500msgstr ""45014502#: builtin/config.c:824503msgid "respect include directives on lookup"4504msgstr ""45054506#: builtin/count-objects.c:824507msgid "git count-objects [-v] [-H | --human-readable]"4508msgstr ""45094510#: builtin/count-objects.c:974511msgid "print sizes in human readable format"4512msgstr ""45134514#: builtin/describe.c:164515msgid "git describe [options] <commit-ish>*"4516msgstr ""45174518#: builtin/describe.c:174519msgid "git describe [options] --dirty"4520msgstr ""45214522#: builtin/describe.c:2374523#, c-format4524msgid "annotated tag %s not available"4525msgstr ""45264527#: builtin/describe.c:2414528#, c-format4529msgid "annotated tag %s has no embedded name"4530msgstr ""45314532#: builtin/describe.c:2434533#, c-format4534msgid "tag '%s' is really '%s' here"4535msgstr ""45364537#: builtin/describe.c:2704538#, c-format4539msgid "Not a valid object name %s"4540msgstr ""45414542#: builtin/describe.c:2734543#, c-format4544msgid "%s is not a valid '%s' object"4545msgstr ""45464547#: builtin/describe.c:2904548#, c-format4549msgid "no tag exactly matches '%s'"4550msgstr ""45514552#: builtin/describe.c:2924553#, c-format4554msgid "searching to describe %s\n"4555msgstr ""45564557#: builtin/describe.c:3324558#, c-format4559msgid "finished search at %s\n"4560msgstr ""45614562#: builtin/describe.c:3594563#, c-format4564msgid ""4565"No annotated tags can describe '%s'.\n"4566"However, there were unannotated tags: try --tags."4567msgstr ""45684569#: builtin/describe.c:3634570#, c-format4571msgid ""4572"No tags can describe '%s'.\n"4573"Try --always, or create some tags."4574msgstr ""45754576#: builtin/describe.c:3844577#, c-format4578msgid "traversed %lu commits\n"4579msgstr ""45804581#: builtin/describe.c:3874582#, c-format4583msgid ""4584"more than %i tags found; listed %i most recent\n"4585"gave up search at %s\n"4586msgstr ""45874588#: builtin/describe.c:4094589msgid "find the tag that comes after the commit"4590msgstr ""45914592#: builtin/describe.c:4104593msgid "debug search strategy on stderr"4594msgstr ""45954596#: builtin/describe.c:4114597msgid "use any ref"4598msgstr ""45994600#: builtin/describe.c:4124601msgid "use any tag, even unannotated"4602msgstr ""46034604#: builtin/describe.c:4134605msgid "always use long format"4606msgstr ""46074608#: builtin/describe.c:4144609msgid "only follow first parent"4610msgstr ""46114612#: builtin/describe.c:4174613msgid "only output exact matches"4614msgstr ""46154616#: builtin/describe.c:4194617msgid "consider <n> most recent tags (default: 10)"4618msgstr ""46194620#: builtin/describe.c:4214621msgid "only consider tags matching <pattern>"4622msgstr ""46234624#: builtin/describe.c:423 builtin/name-rev.c:3224625msgid "show abbreviated commit object as fallback"4626msgstr ""46274628#: builtin/describe.c:4244629msgid "mark"4630msgstr ""46314632#: builtin/describe.c:4254633msgid "append <mark> on dirty working tree (default: \"-dirty\")"4634msgstr ""46354636#: builtin/describe.c:4434637msgid "--long is incompatible with --abbrev=0"4638msgstr ""46394640#: builtin/describe.c:4694641msgid "No names found, cannot describe anything."4642msgstr ""46434644#: builtin/describe.c:4894645msgid "--dirty is incompatible with commit-ishes"4646msgstr ""46474648#: builtin/diff.c:794649#, c-format4650msgid "'%s': not a regular file or symlink"4651msgstr ""46524653#: builtin/diff.c:2304654#, c-format4655msgid "invalid option: %s"4656msgstr ""46574658#: builtin/diff.c:3074659msgid "Not a git repository"4660msgstr ""46614662#: builtin/diff.c:3504663#, c-format4664msgid "invalid object '%s' given."4665msgstr ""46664667#: builtin/diff.c:3594668#, c-format4669msgid "more than two blobs given: '%s'"4670msgstr ""46714672#: builtin/diff.c:3664673#, c-format4674msgid "unhandled object '%s' given."4675msgstr ""46764677#: builtin/fast-export.c:224678msgid "git fast-export [rev-list-opts]"4679msgstr ""46804681#: builtin/fast-export.c:6734682msgid "show progress after <n> objects"4683msgstr ""46844685#: builtin/fast-export.c:6754686msgid "select handling of signed tags"4687msgstr ""46884689#: builtin/fast-export.c:6784690msgid "select handling of tags that tag filtered objects"4691msgstr ""46924693#: builtin/fast-export.c:6814694msgid "Dump marks to this file"4695msgstr ""46964697#: builtin/fast-export.c:6834698msgid "Import marks from this file"4699msgstr ""47004701#: builtin/fast-export.c:6854702msgid "Fake a tagger when tags lack one"4703msgstr ""47044705#: builtin/fast-export.c:6874706msgid "Output full tree for each commit"4707msgstr ""47084709#: builtin/fast-export.c:6894710msgid "Use the done feature to terminate the stream"4711msgstr ""47124713#: builtin/fast-export.c:6904714msgid "Skip output of blob data"4715msgstr ""47164717#: builtin/fetch.c:204718msgid "git fetch [<options>] [<repository> [<refspec>...]]"4719msgstr ""47204721#: builtin/fetch.c:214722msgid "git fetch [<options>] <group>"4723msgstr ""47244725#: builtin/fetch.c:224726msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"4727msgstr ""47284729#: builtin/fetch.c:234730msgid "git fetch --all [<options>]"4731msgstr ""47324733#: builtin/fetch.c:744734msgid "fetch from all remotes"4735msgstr ""47364737#: builtin/fetch.c:764738msgid "append to .git/FETCH_HEAD instead of overwriting"4739msgstr ""47404741#: builtin/fetch.c:784742msgid "path to upload pack on remote end"4743msgstr ""47444745#: builtin/fetch.c:794746msgid "force overwrite of local branch"4747msgstr ""47484749#: builtin/fetch.c:814750msgid "fetch from multiple remotes"4751msgstr ""47524753#: builtin/fetch.c:834754msgid "fetch all tags and associated objects"4755msgstr ""47564757#: builtin/fetch.c:854758msgid "do not fetch all tags (--no-tags)"4759msgstr ""47604761#: builtin/fetch.c:874762msgid "prune remote-tracking branches no longer on remote"4763msgstr ""47644765#: builtin/fetch.c:884766msgid "on-demand"4767msgstr ""47684769#: builtin/fetch.c:894770msgid "control recursive fetching of submodules"4771msgstr ""47724773#: builtin/fetch.c:934774msgid "keep downloaded pack"4775msgstr ""47764777#: builtin/fetch.c:954778msgid "allow updating of HEAD ref"4779msgstr ""47804781#: builtin/fetch.c:984782msgid "deepen history of shallow clone"4783msgstr ""47844785#: builtin/fetch.c:1004786msgid "convert to a complete repository"4787msgstr ""47884789#: builtin/fetch.c:102 builtin/log.c:11974790msgid "dir"4791msgstr ""47924793#: builtin/fetch.c:1034794msgid "prepend this to submodule path output"4795msgstr ""47964797#: builtin/fetch.c:1064798msgid "default mode for recursion"4799msgstr ""48004801#: builtin/fetch.c:2364802msgid "Couldn't find remote ref HEAD"4803msgstr ""48044805#: builtin/fetch.c:2904806#, c-format4807msgid "object %s not found"4808msgstr ""48094810#: builtin/fetch.c:2954811msgid "[up to date]"4812msgstr ""48134814#: builtin/fetch.c:3094815#, c-format4816msgid "! %-*s %-*s -> %s (can't fetch in current branch)"4817msgstr ""48184819#: builtin/fetch.c:310 builtin/fetch.c:3964820msgid "[rejected]"4821msgstr ""48224823#: builtin/fetch.c:3214824msgid "[tag update]"4825msgstr ""48264827#: builtin/fetch.c:323 builtin/fetch.c:358 builtin/fetch.c:3764828msgid " (unable to update local ref)"4829msgstr ""48304831#: builtin/fetch.c:3414832msgid "[new tag]"4833msgstr ""48344835#: builtin/fetch.c:3444836msgid "[new branch]"4837msgstr ""48384839#: builtin/fetch.c:3474840msgid "[new ref]"4841msgstr ""48424843#: builtin/fetch.c:3924844msgid "unable to update local ref"4845msgstr ""48464847#: builtin/fetch.c:3924848msgid "forced update"4849msgstr ""48504851#: builtin/fetch.c:3984852msgid "(non-fast-forward)"4853msgstr ""48544855#: builtin/fetch.c:429 builtin/fetch.c:7354856#, c-format4857msgid "cannot open %s: %s\n"4858msgstr ""48594860#: builtin/fetch.c:4384861#, c-format4862msgid "%s did not send all necessary objects\n"4863msgstr ""48644865#: builtin/fetch.c:5374866#, c-format4867msgid "From %.*s\n"4868msgstr ""48694870#: builtin/fetch.c:5484871#, c-format4872msgid ""4873"some local refs could not be updated; try running\n"4874" 'git remote prune %s' to remove any old, conflicting branches"4875msgstr ""48764877#: builtin/fetch.c:5984878#, c-format4879msgid " (%s will become dangling)"4880msgstr ""48814882#: builtin/fetch.c:5994883#, c-format4884msgid " (%s has become dangling)"4885msgstr ""48864887#: builtin/fetch.c:6064888msgid "[deleted]"4889msgstr ""48904891#: builtin/fetch.c:607 builtin/remote.c:10554892msgid "(none)"4893msgstr ""48944895#: builtin/fetch.c:7254896#, c-format4897msgid "Refusing to fetch into current branch %s of non-bare repository"4898msgstr ""48994900#: builtin/fetch.c:7444901#, c-format4902msgid "Option \"%s\" value \"%s\" is not valid for %s"4903msgstr ""49044905#: builtin/fetch.c:7474906#, c-format4907msgid "Option \"%s\" is ignored for %s\n"4908msgstr ""49094910#: builtin/fetch.c:8014911#, c-format4912msgid "Don't know how to fetch from %s"4913msgstr ""49144915#: builtin/fetch.c:9764916#, c-format4917msgid "Fetching %s\n"4918msgstr ""49194920#: builtin/fetch.c:978 builtin/remote.c:1004921#, c-format4922msgid "Could not fetch %s"4923msgstr ""49244925#: builtin/fetch.c:9974926msgid ""4927"No remote repository specified. Please, specify either a URL or a\n"4928"remote name from which new revisions should be fetched."4929msgstr ""49304931#: builtin/fetch.c:10204932msgid "You need to specify a tag name."4933msgstr ""49344935#: builtin/fetch.c:10684936msgid "--depth and --unshallow cannot be used together"4937msgstr ""49384939#: builtin/fetch.c:10704940msgid "--unshallow on a complete repository does not make sense"4941msgstr ""49424943#: builtin/fetch.c:10894944msgid "fetch --all does not take a repository argument"4945msgstr ""49464947#: builtin/fetch.c:10914948msgid "fetch --all does not make sense with refspecs"4949msgstr ""49504951#: builtin/fetch.c:11024952#, c-format4953msgid "No such remote or remote group: %s"4954msgstr ""49554956#: builtin/fetch.c:11104957msgid "Fetching a group and specifying refspecs does not make sense"4958msgstr ""49594960#: builtin/fmt-merge-msg.c:134961msgid "git fmt-merge-msg [-m <message>] [--log[=<n>]|--no-log] [--file <file>]"4962msgstr ""49634964#: builtin/fmt-merge-msg.c:663 builtin/fmt-merge-msg.c:666 builtin/grep.c:7024965#: builtin/merge.c:203 builtin/show-branch.c:655 builtin/show-ref.c:1784966#: builtin/tag.c:446 parse-options.h:135 parse-options.h:2454967msgid "n"4968msgstr ""49694970#: builtin/fmt-merge-msg.c:6644971msgid "populate log with at most <n> entries from shortlog"4972msgstr ""49734974#: builtin/fmt-merge-msg.c:6674975msgid "alias for --log (deprecated)"4976msgstr ""49774978#: builtin/fmt-merge-msg.c:6704979msgid "text"4980msgstr ""49814982#: builtin/fmt-merge-msg.c:6714983msgid "use <text> as start of message"4984msgstr ""49854986#: builtin/fmt-merge-msg.c:6724987msgid "file to read from"4988msgstr ""49894990#: builtin/for-each-ref.c:9954991msgid "git for-each-ref [options] [<pattern>]"4992msgstr ""49934994#: builtin/for-each-ref.c:10104995msgid "quote placeholders suitably for shells"4996msgstr ""49974998#: builtin/for-each-ref.c:10124999msgid "quote placeholders suitably for perl"5000msgstr ""50015002#: builtin/for-each-ref.c:10145003msgid "quote placeholders suitably for python"5004msgstr ""50055006#: builtin/for-each-ref.c:10165007msgid "quote placeholders suitably for tcl"5008msgstr ""50095010#: builtin/for-each-ref.c:10195011msgid "show only <n> matched refs"5012msgstr ""50135014#: builtin/for-each-ref.c:10205015msgid "format"5016msgstr ""50175018#: builtin/for-each-ref.c:10205019msgid "format to use for the output"5020msgstr ""50215022#: builtin/for-each-ref.c:10215023msgid "key"5024msgstr ""50255026#: builtin/for-each-ref.c:10225027msgid "field name to sort on"5028msgstr ""50295030#: builtin/fsck.c:6075031msgid "git fsck [options] [<object>...]"5032msgstr ""50335034#: builtin/fsck.c:6135035msgid "show unreachable objects"5036msgstr ""50375038#: builtin/fsck.c:6145039msgid "show dangling objects"5040msgstr ""50415042#: builtin/fsck.c:6155043msgid "report tags"5044msgstr ""50455046#: builtin/fsck.c:6165047msgid "report root nodes"5048msgstr ""50495050#: builtin/fsck.c:6175051msgid "make index objects head nodes"5052msgstr ""50535054#: builtin/fsck.c:6185055msgid "make reflogs head nodes (default)"5056msgstr ""50575058#: builtin/fsck.c:6195059msgid "also consider packs and alternate objects"5060msgstr ""50615062#: builtin/fsck.c:6205063msgid "enable more strict checking"5064msgstr ""50655066#: builtin/fsck.c:6225067msgid "write dangling objects in .git/lost-found"5068msgstr ""50695070#: builtin/fsck.c:623 builtin/prune.c:1345071msgid "show progress"5072msgstr ""50735074#: builtin/gc.c:235075msgid "git gc [options]"5076msgstr ""50775078#: builtin/gc.c:795079#, c-format5080msgid "Invalid %s: '%s'"5081msgstr ""50825083#: builtin/gc.c:1065084#, c-format5085msgid "insanely long object directory %.*s"5086msgstr ""50875088#: builtin/gc.c:2615089msgid "prune unreferenced objects"5090msgstr ""50915092#: builtin/gc.c:2635093msgid "be more thorough (increased runtime)"5094msgstr ""50955096#: builtin/gc.c:2645097msgid "enable auto-gc mode"5098msgstr ""50995100#: builtin/gc.c:2655101msgid "force running gc even if there may be another gc running"5102msgstr ""51035104#: builtin/gc.c:3055105#, c-format5106msgid ""5107"Auto packing the repository for optimum performance. You may also\n"5108"run \"git gc\" manually. See \"git help gc\" for more information.\n"5109msgstr ""51105111#. be quiet on --auto5112#: builtin/gc.c:3155113#, c-format5114msgid ""5115"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"5116msgstr ""51175118#: builtin/gc.c:3405119msgid ""5120"There are too many unreachable loose objects; run 'git prune' to remove them."5121msgstr ""51225123#: builtin/grep.c:235124msgid "git grep [options] [-e] <pattern> [<rev>...] [[--] <path>...]"5125msgstr ""51265127#: builtin/grep.c:2185128#, c-format5129msgid "grep: failed to create thread: %s"5130msgstr ""51315132#: builtin/grep.c:3655133#, c-format5134msgid "Failed to chdir: %s"5135msgstr ""51365137#: builtin/grep.c:443 builtin/grep.c:4785138#, c-format5139msgid "unable to read tree (%s)"5140msgstr ""51415142#: builtin/grep.c:4935143#, c-format5144msgid "unable to grep from object of type %s"5145msgstr ""51465147#: builtin/grep.c:5515148#, c-format5149msgid "switch `%c' expects a numerical value"5150msgstr ""51515152#: builtin/grep.c:5685153#, c-format5154msgid "cannot open '%s'"5155msgstr ""51565157#: builtin/grep.c:6425158msgid "search in index instead of in the work tree"5159msgstr ""51605161#: builtin/grep.c:6445162msgid "find in contents not managed by git"5163msgstr ""51645165#: builtin/grep.c:6465166msgid "search in both tracked and untracked files"5167msgstr ""51685169#: builtin/grep.c:6485170msgid "search also in ignored files"5171msgstr ""51725173#: builtin/grep.c:6515174msgid "show non-matching lines"5175msgstr ""51765177#: builtin/grep.c:6535178msgid "case insensitive matching"5179msgstr ""51805181#: builtin/grep.c:6555182msgid "match patterns only at word boundaries"5183msgstr ""51845185#: builtin/grep.c:6575186msgid "process binary files as text"5187msgstr ""51885189#: builtin/grep.c:6595190msgid "don't match patterns in binary files"5191msgstr ""51925193#: builtin/grep.c:6625194msgid "process binary files with textconv filters"5195msgstr ""51965197#: builtin/grep.c:6645198msgid "descend at most <depth> levels"5199msgstr ""52005201#: builtin/grep.c:6685202msgid "use extended POSIX regular expressions"5203msgstr ""52045205#: builtin/grep.c:6715206msgid "use basic POSIX regular expressions (default)"5207msgstr ""52085209#: builtin/grep.c:6745210msgid "interpret patterns as fixed strings"5211msgstr ""52125213#: builtin/grep.c:6775214msgid "use Perl-compatible regular expressions"5215msgstr ""52165217#: builtin/grep.c:6805218msgid "show line numbers"5219msgstr ""52205221#: builtin/grep.c:6815222msgid "don't show filenames"5223msgstr ""52245225#: builtin/grep.c:6825226msgid "show filenames"5227msgstr ""52285229#: builtin/grep.c:6845230msgid "show filenames relative to top directory"5231msgstr ""52325233#: builtin/grep.c:6865234msgid "show only filenames instead of matching lines"5235msgstr ""52365237#: builtin/grep.c:6885238msgid "synonym for --files-with-matches"5239msgstr ""52405241#: builtin/grep.c:6915242msgid "show only the names of files without match"5243msgstr ""52445245#: builtin/grep.c:6935246msgid "print NUL after filenames"5247msgstr ""52485249#: builtin/grep.c:6955250msgid "show the number of matches instead of matching lines"5251msgstr ""52525253#: builtin/grep.c:6965254msgid "highlight matches"5255msgstr ""52565257#: builtin/grep.c:6985258msgid "print empty line between matches from different files"5259msgstr ""52605261#: builtin/grep.c:7005262msgid "show filename only once above matches from same file"5263msgstr ""52645265#: builtin/grep.c:7035266msgid "show <n> context lines before and after matches"5267msgstr ""52685269#: builtin/grep.c:7065270msgid "show <n> context lines before matches"5271msgstr ""52725273#: builtin/grep.c:7085274msgid "show <n> context lines after matches"5275msgstr ""52765277#: builtin/grep.c:7095278msgid "shortcut for -C NUM"5279msgstr ""52805281#: builtin/grep.c:7125282msgid "show a line with the function name before matches"5283msgstr ""52845285#: builtin/grep.c:7145286msgid "show the surrounding function"5287msgstr ""52885289#: builtin/grep.c:7175290msgid "read patterns from file"5291msgstr ""52925293#: builtin/grep.c:7195294msgid "match <pattern>"5295msgstr ""52965297#: builtin/grep.c:7215298msgid "combine patterns specified with -e"5299msgstr ""53005301#: builtin/grep.c:7335302msgid "indicate hit with exit status without output"5303msgstr ""53045305#: builtin/grep.c:7355306msgid "show only matches from files that match all patterns"5307msgstr ""53085309#: builtin/grep.c:7375310msgid "show parse tree for grep expression"5311msgstr ""53125313#: builtin/grep.c:7415314msgid "pager"5315msgstr ""53165317#: builtin/grep.c:7415318msgid "show matching files in the pager"5319msgstr ""53205321#: builtin/grep.c:7445322msgid "allow calling of grep(1) (ignored by this build)"5323msgstr ""53245325#: builtin/grep.c:745 builtin/show-ref.c:1875326msgid "show usage"5327msgstr ""53285329#: builtin/grep.c:8125330msgid "no pattern given."5331msgstr ""53325333#: builtin/grep.c:8705334msgid "--open-files-in-pager only works on the worktree"5335msgstr ""53365337#: builtin/grep.c:8935338msgid "--cached or --untracked cannot be used with --no-index."5339msgstr ""53405341#: builtin/grep.c:8985342msgid "--no-index or --untracked cannot be used with revs."5343msgstr ""53445345#: builtin/grep.c:9015346msgid "--[no-]exclude-standard cannot be used for tracked contents."5347msgstr ""53485349#: builtin/grep.c:9095350msgid "both --cached and trees are given."5351msgstr ""53525353#: builtin/hash-object.c:605354msgid ""5355"git hash-object [-t <type>] [-w] [--path=<file>|--no-filters] [--stdin] [--] "5356"<file>..."5357msgstr ""53585359#: builtin/hash-object.c:615360msgid "git hash-object --stdin-paths < <list-of-paths>"5361msgstr ""53625363#: builtin/hash-object.c:725364msgid "type"5365msgstr ""53665367#: builtin/hash-object.c:725368msgid "object type"5369msgstr ""53705371#: builtin/hash-object.c:735372msgid "write the object into the object database"5373msgstr ""53745375#: builtin/hash-object.c:745376msgid "read the object from stdin"5377msgstr ""53785379#: builtin/hash-object.c:765380msgid "store file as is without filters"5381msgstr ""53825383#: builtin/hash-object.c:775384msgid "process file as it were from this path"5385msgstr ""53865387#: builtin/help.c:415388msgid "print all available commands"5389msgstr ""53905391#: builtin/help.c:425392msgid "print list of useful guides"5393msgstr ""53945395#: builtin/help.c:435396msgid "show man page"5397msgstr ""53985399#: builtin/help.c:445400msgid "show manual in web browser"5401msgstr ""54025403#: builtin/help.c:465404msgid "show info page"5405msgstr ""54065407#: builtin/help.c:525408msgid "git help [--all] [--guides] [--man|--web|--info] [command]"5409msgstr ""54105411#: builtin/help.c:645412#, c-format5413msgid "unrecognized help format '%s'"5414msgstr ""54155416#: builtin/help.c:925417msgid "Failed to start emacsclient."5418msgstr ""54195420#: builtin/help.c:1055421msgid "Failed to parse emacsclient version."5422msgstr ""54235424#: builtin/help.c:1135425#, c-format5426msgid "emacsclient version '%d' too old (< 22)."5427msgstr ""54285429#: builtin/help.c:131 builtin/help.c:159 builtin/help.c:168 builtin/help.c:1765430#, c-format5431msgid "failed to exec '%s': %s"5432msgstr ""54335434#: builtin/help.c:2165435#, c-format5436msgid ""5437"'%s': path for unsupported man viewer.\n"5438"Please consider using 'man.<tool>.cmd' instead."5439msgstr ""54405441#: builtin/help.c:2285442#, c-format5443msgid ""5444"'%s': cmd for supported man viewer.\n"5445"Please consider using 'man.<tool>.path' instead."5446msgstr ""54475448#: builtin/help.c:3495449#, c-format5450msgid "'%s': unknown man viewer."5451msgstr ""54525453#: builtin/help.c:3665454msgid "no man viewer handled the request"5455msgstr ""54565457#: builtin/help.c:3745458msgid "no info viewer handled the request"5459msgstr ""54605461#: builtin/help.c:4205462msgid "Defining attributes per path"5463msgstr ""54645465#: builtin/help.c:4215466msgid "A Git glossary"5467msgstr ""54685469#: builtin/help.c:4225470msgid "Specifies intentionally untracked files to ignore"5471msgstr ""54725473#: builtin/help.c:4235474msgid "Defining submodule properties"5475msgstr ""54765477#: builtin/help.c:4245478msgid "Specifying revisions and ranges for Git"5479msgstr ""54805481#: builtin/help.c:4255482msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"5483msgstr ""54845485#: builtin/help.c:4265486msgid "An overview of recommended workflows with Git"5487msgstr ""54885489#: builtin/help.c:4385490msgid "The common Git guides are:\n"5491msgstr ""54925493#: builtin/help.c:460 builtin/help.c:4765494#, c-format5495msgid "usage: %s%s"5496msgstr ""54975498#: builtin/help.c:4925499#, c-format5500msgid "`git %s' is aliased to `%s'"5501msgstr ""55025503#: builtin/index-pack.c:1845504#, c-format5505msgid "object type mismatch at %s"5506msgstr ""55075508#: builtin/index-pack.c:2045509msgid "object of unexpected type"5510msgstr ""55115512#: builtin/index-pack.c:2445513#, c-format5514msgid "cannot fill %d byte"5515msgid_plural "cannot fill %d bytes"5516msgstr[0] ""5517msgstr[1] ""55185519#: builtin/index-pack.c:2545520msgid "early EOF"5521msgstr ""55225523#: builtin/index-pack.c:2555524msgid "read error on input"5525msgstr ""55265527#: builtin/index-pack.c:2675528msgid "used more bytes than were available"5529msgstr ""55305531#: builtin/index-pack.c:2745532msgid "pack too large for current definition of off_t"5533msgstr ""55345535#: builtin/index-pack.c:2905536#, c-format5537msgid "unable to create '%s'"5538msgstr ""55395540#: builtin/index-pack.c:2955541#, c-format5542msgid "cannot open packfile '%s'"5543msgstr ""55445545#: builtin/index-pack.c:3095546msgid "pack signature mismatch"5547msgstr ""55485549#: builtin/index-pack.c:3115550#, c-format5551msgid "pack version %<PRIu32> unsupported"5552msgstr ""55535554#: builtin/index-pack.c:3295555#, c-format5556msgid "pack has bad object at offset %lu: %s"5557msgstr ""55585559#: builtin/index-pack.c:4515560#, c-format5561msgid "inflate returned %d"5562msgstr ""55635564#: builtin/index-pack.c:5005565msgid "offset value overflow for delta base object"5566msgstr ""55675568#: builtin/index-pack.c:5085569msgid "delta base offset is out of bound"5570msgstr ""55715572#: builtin/index-pack.c:5165573#, c-format5574msgid "unknown object type %d"5575msgstr ""55765577#: builtin/index-pack.c:5475578msgid "cannot pread pack file"5579msgstr ""55805581#: builtin/index-pack.c:5495582#, c-format5583msgid "premature end of pack file, %lu byte missing"5584msgid_plural "premature end of pack file, %lu bytes missing"5585msgstr[0] ""5586msgstr[1] ""55875588#: builtin/index-pack.c:5755589msgid "serious inflate inconsistency"5590msgstr ""55915592#: builtin/index-pack.c:666 builtin/index-pack.c:672 builtin/index-pack.c:6955593#: builtin/index-pack.c:729 builtin/index-pack.c:7385594#, c-format5595msgid "SHA1 COLLISION FOUND WITH %s !"5596msgstr ""55975598#: builtin/index-pack.c:669 builtin/pack-objects.c:1715599#: builtin/pack-objects.c:2635600#, c-format5601msgid "unable to read %s"5602msgstr ""56035604#: builtin/index-pack.c:7355605#, c-format5606msgid "cannot read existing object %s"5607msgstr ""56085609#: builtin/index-pack.c:7495610#, c-format5611msgid "invalid blob object %s"5612msgstr ""56135614#: builtin/index-pack.c:7635615#, c-format5616msgid "invalid %s"5617msgstr ""56185619#: builtin/index-pack.c:7665620msgid "Error in object"5621msgstr ""56225623#: builtin/index-pack.c:7685624#, c-format5625msgid "Not all child objects of %s are reachable"5626msgstr ""56275628#: builtin/index-pack.c:839 builtin/index-pack.c:8695629msgid "failed to apply delta"5630msgstr ""56315632#: builtin/index-pack.c:10105633msgid "Receiving objects"5634msgstr ""56355636#: builtin/index-pack.c:10105637msgid "Indexing objects"5638msgstr ""56395640#: builtin/index-pack.c:10365641msgid "pack is corrupted (SHA1 mismatch)"5642msgstr ""56435644#: builtin/index-pack.c:10415645msgid "cannot fstat packfile"5646msgstr ""56475648#: builtin/index-pack.c:10445649msgid "pack has junk at the end"5650msgstr ""56515652#: builtin/index-pack.c:10555653msgid "confusion beyond insanity in parse_pack_objects()"5654msgstr ""56555656#: builtin/index-pack.c:10785657msgid "Resolving deltas"5658msgstr ""56595660#: builtin/index-pack.c:10885661#, c-format5662msgid "unable to create thread: %s"5663msgstr ""56645665#: builtin/index-pack.c:11305666msgid "confusion beyond insanity"5667msgstr ""56685669#: builtin/index-pack.c:11385670#, c-format5671msgid "completed with %d local objects"5672msgstr ""56735674#: builtin/index-pack.c:11485675#, c-format5676msgid "Unexpected tail checksum for %s (disk corruption?)"5677msgstr ""56785679#: builtin/index-pack.c:11525680#, c-format5681msgid "pack has %d unresolved delta"5682msgid_plural "pack has %d unresolved deltas"5683msgstr[0] ""5684msgstr[1] ""56855686#: builtin/index-pack.c:11775687#, c-format5688msgid "unable to deflate appended object (%d)"5689msgstr ""56905691#: builtin/index-pack.c:12565692#, c-format5693msgid "local object %s is corrupt"5694msgstr ""56955696#: builtin/index-pack.c:12805697msgid "error while closing pack file"5698msgstr ""56995700#: builtin/index-pack.c:12935701#, c-format5702msgid "cannot write keep file '%s'"5703msgstr ""57045705#: builtin/index-pack.c:13015706#, c-format5707msgid "cannot close written keep file '%s'"5708msgstr ""57095710#: builtin/index-pack.c:13145711msgid "cannot store pack file"5712msgstr ""57135714#: builtin/index-pack.c:13255715msgid "cannot store index file"5716msgstr ""57175718#: builtin/index-pack.c:13585719#, c-format5720msgid "bad pack.indexversion=%<PRIu32>"5721msgstr ""57225723#: builtin/index-pack.c:13645724#, c-format5725msgid "invalid number of threads specified (%d)"5726msgstr ""57275728#: builtin/index-pack.c:1368 builtin/index-pack.c:15465729#, c-format5730msgid "no threads support, ignoring %s"5731msgstr ""57325733#: builtin/index-pack.c:14265734#, c-format5735msgid "Cannot open existing pack file '%s'"5736msgstr ""57375738#: builtin/index-pack.c:14285739#, c-format5740msgid "Cannot open existing pack idx file for '%s'"5741msgstr ""57425743#: builtin/index-pack.c:14755744#, c-format5745msgid "non delta: %d object"5746msgid_plural "non delta: %d objects"5747msgstr[0] ""5748msgstr[1] ""57495750#: builtin/index-pack.c:14825751#, c-format5752msgid "chain length = %d: %lu object"5753msgid_plural "chain length = %d: %lu objects"5754msgstr[0] ""5755msgstr[1] ""57565757#: builtin/index-pack.c:15105758msgid "Cannot come back to cwd"5759msgstr ""57605761#: builtin/index-pack.c:1558 builtin/index-pack.c:15615762#: builtin/index-pack.c:1573 builtin/index-pack.c:15775763#, c-format5764msgid "bad %s"5765msgstr ""57665767#: builtin/index-pack.c:15915768msgid "--fix-thin cannot be used without --stdin"5769msgstr ""57705771#: builtin/index-pack.c:1595 builtin/index-pack.c:16055772#, c-format5773msgid "packfile name '%s' does not end with '.pack'"5774msgstr ""57755776#: builtin/index-pack.c:16145777msgid "--verify with no packfile name given"5778msgstr ""57795780#: builtin/init-db.c:355781#, c-format5782msgid "Could not make %s writable by group"5783msgstr ""57845785#: builtin/init-db.c:625786#, c-format5787msgid "insanely long template name %s"5788msgstr ""57895790#: builtin/init-db.c:675791#, c-format5792msgid "cannot stat '%s'"5793msgstr ""57945795#: builtin/init-db.c:735796#, c-format5797msgid "cannot stat template '%s'"5798msgstr ""57995800#: builtin/init-db.c:805801#, c-format5802msgid "cannot opendir '%s'"5803msgstr ""58045805#: builtin/init-db.c:975806#, c-format5807msgid "cannot readlink '%s'"5808msgstr ""58095810#: builtin/init-db.c:995811#, c-format5812msgid "insanely long symlink %s"5813msgstr ""58145815#: builtin/init-db.c:1025816#, c-format5817msgid "cannot symlink '%s' '%s'"5818msgstr ""58195820#: builtin/init-db.c:1065821#, c-format5822msgid "cannot copy '%s' to '%s'"5823msgstr ""58245825#: builtin/init-db.c:1105826#, c-format5827msgid "ignoring template %s"5828msgstr ""58295830#: builtin/init-db.c:1335831#, c-format5832msgid "insanely long template path %s"5833msgstr ""58345835#: builtin/init-db.c:1415836#, c-format5837msgid "templates not found %s"5838msgstr ""58395840#: builtin/init-db.c:1545841#, c-format5842msgid "not copying templates of a wrong format version %d from '%s'"5843msgstr ""58445845#: builtin/init-db.c:1925846#, c-format5847msgid "insane git directory %s"5848msgstr ""58495850#: builtin/init-db.c:323 builtin/init-db.c:3265851#, c-format5852msgid "%s already exists"5853msgstr ""58545855#: builtin/init-db.c:3555856#, c-format5857msgid "unable to handle file type %d"5858msgstr ""58595860#: builtin/init-db.c:3585861#, c-format5862msgid "unable to move %s to %s"5863msgstr ""58645865#.5866#. * TRANSLATORS: The first '%s' is either "Reinitialized5867#. * existing" or "Initialized empty", the second " shared" or5868#. * "", and the last '%s%s' is the verbatim directory name.5869#.5870#: builtin/init-db.c:4205871#, c-format5872msgid "%s%s Git repository in %s%s\n"5873msgstr ""58745875#: builtin/init-db.c:4215876msgid "Reinitialized existing"5877msgstr ""58785879#: builtin/init-db.c:4215880msgid "Initialized empty"5881msgstr ""58825883#: builtin/init-db.c:4225884msgid " shared"5885msgstr ""58865887#: builtin/init-db.c:4415888msgid "cannot tell cwd"5889msgstr ""58905891#: builtin/init-db.c:4675892msgid ""5893"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"5894"shared[=<permissions>]] [directory]"5895msgstr ""58965897#: builtin/init-db.c:4905898msgid "permissions"5899msgstr ""59005901#: builtin/init-db.c:4915902msgid "specify that the git repository is to be shared amongst several users"5903msgstr ""59045905#: builtin/init-db.c:493 builtin/prune-packed.c:75 builtin/repack.c:1555906msgid "be quiet"5907msgstr ""59085909#: builtin/init-db.c:522 builtin/init-db.c:5295910#, c-format5911msgid "cannot mkdir %s"5912msgstr ""59135914#: builtin/init-db.c:5335915#, c-format5916msgid "cannot chdir to %s"5917msgstr ""59185919#: builtin/init-db.c:5555920#, c-format5921msgid ""5922"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"5923"dir=<directory>)"5924msgstr ""59255926#: builtin/init-db.c:5795927msgid "Cannot access current working directory"5928msgstr ""59295930#: builtin/init-db.c:5865931#, c-format5932msgid "Cannot access work tree '%s'"5933msgstr ""59345935#: builtin/log.c:415936msgid "git log [<options>] [<revision range>] [[--] <path>...]\n"5937msgstr ""59385939#: builtin/log.c:425940msgid " or: git show [options] <object>..."5941msgstr ""59425943#: builtin/log.c:1255944msgid "suppress diff output"5945msgstr ""59465947#: builtin/log.c:1265948msgid "show source"5949msgstr ""59505951#: builtin/log.c:1275952msgid "Use mail map file"5953msgstr ""59545955#: builtin/log.c:1285956msgid "decorate options"5957msgstr ""59585959#: builtin/log.c:2315960#, c-format5961msgid "Final output: %d %s\n"5962msgstr ""59635964#: builtin/log.c:473 builtin/log.c:5655965#, c-format5966msgid "Could not read object %s"5967msgstr ""59685969#: builtin/log.c:5895970#, c-format5971msgid "Unknown type: %d"5972msgstr ""59735974#: builtin/log.c:6895975msgid "format.headers without value"5976msgstr ""59775978#: builtin/log.c:7715979msgid "name of output directory is too long"5980msgstr ""59815982#: builtin/log.c:7875983#, c-format5984msgid "Cannot open patch file %s"5985msgstr ""59865987#: builtin/log.c:8015988msgid "Need exactly one range."5989msgstr ""59905991#: builtin/log.c:8095992msgid "Not a range."5993msgstr ""59945995#: builtin/log.c:9115996msgid "Cover letter needs email format"5997msgstr ""59985999#: builtin/log.c:9876000#, c-format6001msgid "insane in-reply-to: %s"6002msgstr ""60036004#: builtin/log.c:10156005msgid "git format-patch [options] [<since> | <revision range>]"6006msgstr ""60076008#: builtin/log.c:10606009msgid "Two output directories?"6010msgstr ""60116012#: builtin/log.c:11756013msgid "use [PATCH n/m] even with a single patch"6014msgstr ""60156016#: builtin/log.c:11786017msgid "use [PATCH] even with multiple patches"6018msgstr ""60196020#: builtin/log.c:11826021msgid "print patches to standard out"6022msgstr ""60236024#: builtin/log.c:11846025msgid "generate a cover letter"6026msgstr ""60276028#: builtin/log.c:11866029msgid "use simple number sequence for output file names"6030msgstr ""60316032#: builtin/log.c:11876033msgid "sfx"6034msgstr ""60356036#: builtin/log.c:11886037msgid "use <sfx> instead of '.patch'"6038msgstr ""60396040#: builtin/log.c:11906041msgid "start numbering patches at <n> instead of 1"6042msgstr ""60436044#: builtin/log.c:11926045msgid "mark the series as Nth re-roll"6046msgstr ""60476048#: builtin/log.c:11946049msgid "Use [<prefix>] instead of [PATCH]"6050msgstr ""60516052#: builtin/log.c:11976053msgid "store resulting files in <dir>"6054msgstr ""60556056#: builtin/log.c:12006057msgid "don't strip/add [PATCH]"6058msgstr ""60596060#: builtin/log.c:12036061msgid "don't output binary diffs"6062msgstr ""60636064#: builtin/log.c:12056065msgid "don't include a patch matching a commit upstream"6066msgstr ""60676068#: builtin/log.c:12076069msgid "show patch format instead of default (patch + stat)"6070msgstr ""60716072#: builtin/log.c:12096073msgid "Messaging"6074msgstr ""60756076#: builtin/log.c:12106077msgid "header"6078msgstr ""60796080#: builtin/log.c:12116081msgid "add email header"6082msgstr ""60836084#: builtin/log.c:1212 builtin/log.c:12146085msgid "email"6086msgstr ""60876088#: builtin/log.c:12126089msgid "add To: header"6090msgstr ""60916092#: builtin/log.c:12146093msgid "add Cc: header"6094msgstr ""60956096#: builtin/log.c:12166097msgid "ident"6098msgstr ""60996100#: builtin/log.c:12176101msgid "set From address to <ident> (or committer ident if absent)"6102msgstr ""61036104#: builtin/log.c:12196105msgid "message-id"6106msgstr ""61076108#: builtin/log.c:12206109msgid "make first mail a reply to <message-id>"6110msgstr ""61116112#: builtin/log.c:1221 builtin/log.c:12246113msgid "boundary"6114msgstr ""61156116#: builtin/log.c:12226117msgid "attach the patch"6118msgstr ""61196120#: builtin/log.c:12256121msgid "inline the patch"6122msgstr ""61236124#: builtin/log.c:12296125msgid "enable message threading, styles: shallow, deep"6126msgstr ""61276128#: builtin/log.c:12316129msgid "signature"6130msgstr ""61316132#: builtin/log.c:12326133msgid "add a signature"6134msgstr ""61356136#: builtin/log.c:12336137msgid "don't print the patch filenames"6138msgstr ""61396140#: builtin/log.c:13076141#, c-format6142msgid "invalid ident line: %s"6143msgstr ""61446145#: builtin/log.c:13226146msgid "-n and -k are mutually exclusive."6147msgstr ""61486149#: builtin/log.c:13246150msgid "--subject-prefix and -k are mutually exclusive."6151msgstr ""61526153#: builtin/log.c:13326154msgid "--name-only does not make sense"6155msgstr ""61566157#: builtin/log.c:13346158msgid "--name-status does not make sense"6159msgstr ""61606161#: builtin/log.c:13366162msgid "--check does not make sense"6163msgstr ""61646165#: builtin/log.c:13596166msgid "standard output, or directory, which one?"6167msgstr ""61686169#: builtin/log.c:13616170#, c-format6171msgid "Could not create directory '%s'"6172msgstr ""61736174#: builtin/log.c:15096175msgid "Failed to create output files"6176msgstr ""61776178#: builtin/log.c:15586179msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"6180msgstr ""61816182#: builtin/log.c:16136183#, c-format6184msgid ""6185"Could not find a tracked remote branch, please specify <upstream> manually.\n"6186msgstr ""61876188#: builtin/log.c:1626 builtin/log.c:1628 builtin/log.c:16406189#, c-format6190msgid "Unknown commit %s"6191msgstr ""61926193#: builtin/ls-files.c:3986194msgid "git ls-files [options] [<file>...]"6195msgstr ""61966197#: builtin/ls-files.c:4556198msgid "identify the file status with tags"6199msgstr ""62006201#: builtin/ls-files.c:4576202msgid "use lowercase letters for 'assume unchanged' files"6203msgstr ""62046205#: builtin/ls-files.c:4596206msgid "show cached files in the output (default)"6207msgstr ""62086209#: builtin/ls-files.c:4616210msgid "show deleted files in the output"6211msgstr ""62126213#: builtin/ls-files.c:4636214msgid "show modified files in the output"6215msgstr ""62166217#: builtin/ls-files.c:4656218msgid "show other files in the output"6219msgstr ""62206221#: builtin/ls-files.c:4676222msgid "show ignored files in the output"6223msgstr ""62246225#: builtin/ls-files.c:4706226msgid "show staged contents' object name in the output"6227msgstr ""62286229#: builtin/ls-files.c:4726230msgid "show files on the filesystem that need to be removed"6231msgstr ""62326233#: builtin/ls-files.c:4746234msgid "show 'other' directories' name only"6235msgstr ""62366237#: builtin/ls-files.c:4776238msgid "don't show empty directories"6239msgstr ""62406241#: builtin/ls-files.c:4806242msgid "show unmerged files in the output"6243msgstr ""62446245#: builtin/ls-files.c:4826246msgid "show resolve-undo information"6247msgstr ""62486249#: builtin/ls-files.c:4846250msgid "skip files matching pattern"6251msgstr ""62526253#: builtin/ls-files.c:4876254msgid "exclude patterns are read from <file>"6255msgstr ""62566257#: builtin/ls-files.c:4906258msgid "read additional per-directory exclude patterns in <file>"6259msgstr ""62606261#: builtin/ls-files.c:4926262msgid "add the standard git exclusions"6263msgstr ""62646265#: builtin/ls-files.c:4956266msgid "make the output relative to the project top directory"6267msgstr ""62686269#: builtin/ls-files.c:4986270msgid "if any <file> is not in the index, treat this as an error"6271msgstr ""62726273#: builtin/ls-files.c:4996274msgid "tree-ish"6275msgstr ""62766277#: builtin/ls-files.c:5006278msgid "pretend that paths removed since <tree-ish> are still present"6279msgstr ""62806281#: builtin/ls-files.c:5026282msgid "show debugging data"6283msgstr ""62846285#: builtin/ls-tree.c:286286msgid "git ls-tree [<options>] <tree-ish> [<path>...]"6287msgstr ""62886289#: builtin/ls-tree.c:1266290msgid "only show trees"6291msgstr ""62926293#: builtin/ls-tree.c:1286294msgid "recurse into subtrees"6295msgstr ""62966297#: builtin/ls-tree.c:1306298msgid "show trees when recursing"6299msgstr ""63006301#: builtin/ls-tree.c:1336302msgid "terminate entries with NUL byte"6303msgstr ""63046305#: builtin/ls-tree.c:1346306msgid "include object size"6307msgstr ""63086309#: builtin/ls-tree.c:136 builtin/ls-tree.c:1386310msgid "list only filenames"6311msgstr ""63126313#: builtin/ls-tree.c:1416314msgid "use full path names"6315msgstr ""63166317#: builtin/ls-tree.c:1436318msgid "list entire tree; not just current directory (implies --full-name)"6319msgstr ""63206321#: builtin/merge.c:436322msgid "git merge [options] [<commit>...]"6323msgstr ""63246325#: builtin/merge.c:446326msgid "git merge [options] <msg> HEAD <commit>"6327msgstr ""63286329#: builtin/merge.c:456330msgid "git merge --abort"6331msgstr ""63326333#: builtin/merge.c:986334msgid "switch `m' requires a value"6335msgstr ""63366337#: builtin/merge.c:1356338#, c-format6339msgid "Could not find merge strategy '%s'.\n"6340msgstr ""63416342#: builtin/merge.c:1366343#, c-format6344msgid "Available strategies are:"6345msgstr ""63466347#: builtin/merge.c:1416348#, c-format6349msgid "Available custom strategies are:"6350msgstr ""63516352#: builtin/merge.c:1986353msgid "do not show a diffstat at the end of the merge"6354msgstr ""63556356#: builtin/merge.c:2016357msgid "show a diffstat at the end of the merge"6358msgstr ""63596360#: builtin/merge.c:2026361msgid "(synonym to --stat)"6362msgstr ""63636364#: builtin/merge.c:2046365msgid "add (at most <n>) entries from shortlog to merge commit message"6366msgstr ""63676368#: builtin/merge.c:2076369msgid "create a single commit instead of doing a merge"6370msgstr ""63716372#: builtin/merge.c:2096373msgid "perform a commit if the merge succeeds (default)"6374msgstr ""63756376#: builtin/merge.c:2116377msgid "edit message before committing"6378msgstr ""63796380#: builtin/merge.c:2126381msgid "allow fast-forward (default)"6382msgstr ""63836384#: builtin/merge.c:2146385msgid "abort if fast-forward is not possible"6386msgstr ""63876388#: builtin/merge.c:2186389msgid "Verify that the named commit has a valid GPG signature"6390msgstr ""63916392#: builtin/merge.c:219 builtin/notes.c:738 builtin/revert.c:896393msgid "strategy"6394msgstr ""63956396#: builtin/merge.c:2206397msgid "merge strategy to use"6398msgstr ""63996400#: builtin/merge.c:2216401msgid "option=value"6402msgstr ""64036404#: builtin/merge.c:2226405msgid "option for selected merge strategy"6406msgstr ""64076408#: builtin/merge.c:2246409msgid "merge commit message (for a non-fast-forward merge)"6410msgstr ""64116412#: builtin/merge.c:2286413msgid "abort the current in-progress merge"6414msgstr ""64156416#: builtin/merge.c:2576417msgid "could not run stash."6418msgstr ""64196420#: builtin/merge.c:2626421msgid "stash failed"6422msgstr ""64236424#: builtin/merge.c:2676425#, c-format6426msgid "not a valid object: %s"6427msgstr ""64286429#: builtin/merge.c:286 builtin/merge.c:3036430msgid "read-tree failed"6431msgstr ""64326433#: builtin/merge.c:3336434msgid " (nothing to squash)"6435msgstr ""64366437#: builtin/merge.c:3466438#, c-format6439msgid "Squash commit -- not updating HEAD\n"6440msgstr ""64416442#: builtin/merge.c:3786443msgid "Writing SQUASH_MSG"6444msgstr ""64456446#: builtin/merge.c:3806447msgid "Finishing SQUASH_MSG"6448msgstr ""64496450#: builtin/merge.c:4036451#, c-format6452msgid "No merge message -- not updating HEAD\n"6453msgstr ""64546455#: builtin/merge.c:4536456#, c-format6457msgid "'%s' does not point to a commit"6458msgstr ""64596460#: builtin/merge.c:5656461#, c-format6462msgid "Bad branch.%s.mergeoptions string: %s"6463msgstr ""64646465#: builtin/merge.c:6576466msgid "git write-tree failed to write a tree"6467msgstr ""64686469#: builtin/merge.c:6856470msgid "Not handling anything other than two heads merge."6471msgstr ""64726473#: builtin/merge.c:6996474#, c-format6475msgid "Unknown option for merge-recursive: -X%s"6476msgstr ""64776478#: builtin/merge.c:7136479#, c-format6480msgid "unable to write %s"6481msgstr ""64826483#: builtin/merge.c:8026484#, c-format6485msgid "Could not read from '%s'"6486msgstr ""64876488#: builtin/merge.c:8116489#, c-format6490msgid "Not committing merge; use 'git commit' to complete the merge.\n"6491msgstr ""64926493#: builtin/merge.c:8176494#, c-format6495msgid ""6496"Please enter a commit message to explain why this merge is necessary,\n"6497"especially if it merges an updated upstream into a topic branch.\n"6498"\n"6499"Lines starting with '%c' will be ignored, and an empty message aborts\n"6500"the commit.\n"6501msgstr ""65026503#: builtin/merge.c:8416504msgid "Empty commit message."6505msgstr ""65066507#: builtin/merge.c:8536508#, c-format6509msgid "Wonderful.\n"6510msgstr ""65116512#: builtin/merge.c:9186513#, c-format6514msgid "Automatic merge failed; fix conflicts and then commit the result.\n"6515msgstr ""65166517#: builtin/merge.c:9346518#, c-format6519msgid "'%s' is not a commit"6520msgstr ""65216522#: builtin/merge.c:9756523msgid "No current branch."6524msgstr ""65256526#: builtin/merge.c:9776527msgid "No remote for the current branch."6528msgstr ""65296530#: builtin/merge.c:9796531msgid "No default upstream defined for the current branch."6532msgstr ""65336534#: builtin/merge.c:9846535#, c-format6536msgid "No remote-tracking branch for %s from %s"6537msgstr ""65386539#: builtin/merge.c:11406540msgid "There is no merge to abort (MERGE_HEAD missing)."6541msgstr ""65426543#: builtin/merge.c:1156 git-pull.sh:316544msgid ""6545"You have not concluded your merge (MERGE_HEAD exists).\n"6546"Please, commit your changes before you can merge."6547msgstr ""65486549#: builtin/merge.c:1159 git-pull.sh:346550msgid "You have not concluded your merge (MERGE_HEAD exists)."6551msgstr ""65526553#: builtin/merge.c:11636554msgid ""6555"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"6556"Please, commit your changes before you can merge."6557msgstr ""65586559#: builtin/merge.c:11666560msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."6561msgstr ""65626563#: builtin/merge.c:11756564msgid "You cannot combine --squash with --no-ff."6565msgstr ""65666567#: builtin/merge.c:11846568msgid "No commit specified and merge.defaultToUpstream not set."6569msgstr ""65706571#: builtin/merge.c:12166572msgid "Can merge only exactly one commit into empty head"6573msgstr ""65746575#: builtin/merge.c:12196576msgid "Squash commit into empty head not supported yet"6577msgstr ""65786579#: builtin/merge.c:12216580msgid "Non-fast-forward commit does not make sense into an empty head"6581msgstr ""65826583#: builtin/merge.c:12266584#, c-format6585msgid "%s - not something we can merge"6586msgstr ""65876588#: builtin/merge.c:12776589#, c-format6590msgid "Commit %s has an untrusted GPG signature, allegedly by %s."6591msgstr ""65926593#: builtin/merge.c:12806594#, c-format6595msgid "Commit %s has a bad GPG signature allegedly by %s."6596msgstr ""65976598#. 'N'6599#: builtin/merge.c:12836600#, c-format6601msgid "Commit %s does not have a GPG signature."6602msgstr ""66036604#: builtin/merge.c:12866605#, c-format6606msgid "Commit %s has a good GPG signature by %s\n"6607msgstr ""66086609#: builtin/merge.c:13706610#, c-format6611msgid "Updating %s..%s\n"6612msgstr ""66136614#: builtin/merge.c:14096615#, c-format6616msgid "Trying really trivial in-index merge...\n"6617msgstr ""66186619#: builtin/merge.c:14166620#, c-format6621msgid "Nope.\n"6622msgstr ""66236624#: builtin/merge.c:14486625msgid "Not possible to fast-forward, aborting."6626msgstr ""66276628#: builtin/merge.c:1471 builtin/merge.c:15506629#, c-format6630msgid "Rewinding the tree to pristine...\n"6631msgstr ""66326633#: builtin/merge.c:14756634#, c-format6635msgid "Trying merge strategy %s...\n"6636msgstr ""66376638#: builtin/merge.c:15416639#, c-format6640msgid "No merge strategy handled the merge.\n"6641msgstr ""66426643#: builtin/merge.c:15436644#, c-format6645msgid "Merge with strategy %s failed.\n"6646msgstr ""66476648#: builtin/merge.c:15526649#, c-format6650msgid "Using the %s to prepare resolving by hand.\n"6651msgstr ""66526653#: builtin/merge.c:15646654#, c-format6655msgid "Automatic merge went well; stopped before committing as requested\n"6656msgstr ""66576658#: builtin/merge-base.c:266659msgid "git merge-base [-a|--all] <commit> <commit>..."6660msgstr ""66616662#: builtin/merge-base.c:276663msgid "git merge-base [-a|--all] --octopus <commit>..."6664msgstr ""66656666#: builtin/merge-base.c:286667msgid "git merge-base --independent <commit>..."6668msgstr ""66696670#: builtin/merge-base.c:296671msgid "git merge-base --is-ancestor <commit> <commit>"6672msgstr ""66736674#: builtin/merge-base.c:986675msgid "output all common ancestors"6676msgstr ""66776678#: builtin/merge-base.c:996679msgid "find ancestors for a single n-way merge"6680msgstr ""66816682#: builtin/merge-base.c:1006683msgid "list revs not reachable from others"6684msgstr ""66856686#: builtin/merge-base.c:1026687msgid "is the first one ancestor of the other?"6688msgstr ""66896690#: builtin/merge-file.c:86691msgid ""6692"git merge-file [options] [-L name1 [-L orig [-L name2]]] file1 orig_file "6693"file2"6694msgstr ""66956696#: builtin/merge-file.c:336697msgid "send results to standard output"6698msgstr ""66996700#: builtin/merge-file.c:346701msgid "use a diff3 based merge"6702msgstr ""67036704#: builtin/merge-file.c:356705msgid "for conflicts, use our version"6706msgstr ""67076708#: builtin/merge-file.c:376709msgid "for conflicts, use their version"6710msgstr ""67116712#: builtin/merge-file.c:396713msgid "for conflicts, use a union version"6714msgstr ""67156716#: builtin/merge-file.c:426717msgid "for conflicts, use this marker size"6718msgstr ""67196720#: builtin/merge-file.c:436721msgid "do not warn about conflicts"6722msgstr ""67236724#: builtin/merge-file.c:456725msgid "set labels for file1/orig_file/file2"6726msgstr ""67276728#: builtin/mktree.c:676729msgid "git mktree [-z] [--missing] [--batch]"6730msgstr ""67316732#: builtin/mktree.c:1536733msgid "input is NUL terminated"6734msgstr ""67356736#: builtin/mktree.c:154 builtin/write-tree.c:246737msgid "allow missing objects"6738msgstr ""67396740#: builtin/mktree.c:1556741msgid "allow creation of more than one tree"6742msgstr ""67436744#: builtin/mv.c:156745msgid "git mv [options] <source>... <destination>"6746msgstr ""67476748#: builtin/mv.c:676749msgid "force move/rename even if target exists"6750msgstr ""67516752#: builtin/mv.c:686753msgid "skip move/rename errors"6754msgstr ""67556756#: builtin/mv.c:1136757#, c-format6758msgid "Checking rename of '%s' to '%s'\n"6759msgstr ""67606761#: builtin/mv.c:1176762msgid "bad source"6763msgstr ""67646765#: builtin/mv.c:1206766msgid "can not move directory into itself"6767msgstr ""67686769#: builtin/mv.c:1236770msgid "cannot move directory over file"6771msgstr ""67726773#: builtin/mv.c:1296774#, c-format6775msgid "Huh? Directory %s is in index and no submodule?"6776msgstr ""67776778#: builtin/mv.c:131 builtin/rm.c:3186779msgid "Please, stage your changes to .gitmodules or stash them to proceed"6780msgstr ""67816782#: builtin/mv.c:1476783#, c-format6784msgid "Huh? %.*s is in index?"6785msgstr ""67866787#: builtin/mv.c:1596788msgid "source directory is empty"6789msgstr ""67906791#: builtin/mv.c:1916792msgid "not under version control"6793msgstr ""67946795#: builtin/mv.c:1936796msgid "destination exists"6797msgstr ""67986799#: builtin/mv.c:2016800#, c-format6801msgid "overwriting '%s'"6802msgstr ""68036804#: builtin/mv.c:2046805msgid "Cannot overwrite"6806msgstr ""68076808#: builtin/mv.c:2076809msgid "multiple sources for the same target"6810msgstr ""68116812#: builtin/mv.c:2226813#, c-format6814msgid "%s, source=%s, destination=%s"6815msgstr ""68166817#: builtin/mv.c:2326818#, c-format6819msgid "Renaming %s to %s\n"6820msgstr ""68216822#: builtin/mv.c:235 builtin/remote.c:731 builtin/repack.c:3306823#, c-format6824msgid "renaming '%s' failed"6825msgstr ""68266827#: builtin/name-rev.c:2596828msgid "git name-rev [options] <commit>..."6829msgstr ""68306831#: builtin/name-rev.c:2606832msgid "git name-rev [options] --all"6833msgstr ""68346835#: builtin/name-rev.c:2616836msgid "git name-rev [options] --stdin"6837msgstr ""68386839#: builtin/name-rev.c:3136840msgid "print only names (no SHA-1)"6841msgstr ""68426843#: builtin/name-rev.c:3146844msgid "only use tags to name the commits"6845msgstr ""68466847#: builtin/name-rev.c:3166848msgid "only use refs matching <pattern>"6849msgstr ""68506851#: builtin/name-rev.c:3186852msgid "list all commits reachable from all refs"6853msgstr ""68546855#: builtin/name-rev.c:3196856msgid "read from stdin"6857msgstr ""68586859#: builtin/name-rev.c:3206860msgid "allow to print `undefined` names (default)"6861msgstr ""68626863#: builtin/name-rev.c:3266864msgid "dereference tags in the input (internal use)"6865msgstr ""68666867#: builtin/notes.c:246868msgid "git notes [--ref <notes_ref>] [list [<object>]]"6869msgstr ""68706871#: builtin/notes.c:256872msgid ""6873"git notes [--ref <notes_ref>] add [-f] [-m <msg> | -F <file> | (-c | -C) "6874"<object>] [<object>]"6875msgstr ""68766877#: builtin/notes.c:266878msgid "git notes [--ref <notes_ref>] copy [-f] <from-object> <to-object>"6879msgstr ""68806881#: builtin/notes.c:276882msgid ""6883"git notes [--ref <notes_ref>] append [-m <msg> | -F <file> | (-c | -C) "6884"<object>] [<object>]"6885msgstr ""68866887#: builtin/notes.c:286888msgid "git notes [--ref <notes_ref>] edit [<object>]"6889msgstr ""68906891#: builtin/notes.c:296892msgid "git notes [--ref <notes_ref>] show [<object>]"6893msgstr ""68946895#: builtin/notes.c:306896msgid ""6897"git notes [--ref <notes_ref>] merge [-v | -q] [-s <strategy> ] <notes_ref>"6898msgstr ""68996900#: builtin/notes.c:316901msgid "git notes merge --commit [-v | -q]"6902msgstr ""69036904#: builtin/notes.c:326905msgid "git notes merge --abort [-v | -q]"6906msgstr ""69076908#: builtin/notes.c:336909msgid "git notes [--ref <notes_ref>] remove [<object>...]"6910msgstr ""69116912#: builtin/notes.c:346913msgid "git notes [--ref <notes_ref>] prune [-n | -v]"6914msgstr ""69156916#: builtin/notes.c:356917msgid "git notes [--ref <notes_ref>] get-ref"6918msgstr ""69196920#: builtin/notes.c:406921msgid "git notes [list [<object>]]"6922msgstr ""69236924#: builtin/notes.c:456925msgid "git notes add [<options>] [<object>]"6926msgstr ""69276928#: builtin/notes.c:506929msgid "git notes copy [<options>] <from-object> <to-object>"6930msgstr ""69316932#: builtin/notes.c:516933msgid "git notes copy --stdin [<from-object> <to-object>]..."6934msgstr ""69356936#: builtin/notes.c:566937msgid "git notes append [<options>] [<object>]"6938msgstr ""69396940#: builtin/notes.c:616941msgid "git notes edit [<object>]"6942msgstr ""69436944#: builtin/notes.c:666945msgid "git notes show [<object>]"6946msgstr ""69476948#: builtin/notes.c:716949msgid "git notes merge [<options>] <notes_ref>"6950msgstr ""69516952#: builtin/notes.c:726953msgid "git notes merge --commit [<options>]"6954msgstr ""69556956#: builtin/notes.c:736957msgid "git notes merge --abort [<options>]"6958msgstr ""69596960#: builtin/notes.c:786961msgid "git notes remove [<object>]"6962msgstr ""69636964#: builtin/notes.c:836965msgid "git notes prune [<options>]"6966msgstr ""69676968#: builtin/notes.c:886969msgid "git notes get-ref"6970msgstr ""69716972#: builtin/notes.c:1376973#, c-format6974msgid "unable to start 'show' for object '%s'"6975msgstr ""69766977#: builtin/notes.c:1416978msgid "could not read 'show' output"6979msgstr ""69806981#: builtin/notes.c:1496982#, c-format6983msgid "failed to finish 'show' for object '%s'"6984msgstr ""69856986#: builtin/notes.c:167 builtin/tag.c:3416987#, c-format6988msgid "could not create file '%s'"6989msgstr ""69906991#: builtin/notes.c:1866992msgid "Please supply the note contents using either -m or -F option"6993msgstr ""69946995#: builtin/notes.c:207 builtin/notes.c:8446996#, c-format6997msgid "Removing note for object %s\n"6998msgstr ""69997000#: builtin/notes.c:2127001msgid "unable to write note object"7002msgstr ""70037004#: builtin/notes.c:2147005#, c-format7006msgid "The note contents has been left in %s"7007msgstr ""70087009#: builtin/notes.c:248 builtin/tag.c:5377010#, c-format7011msgid "cannot read '%s'"7012msgstr ""70137014#: builtin/notes.c:250 builtin/tag.c:5407015#, c-format7016msgid "could not open or read '%s'"7017msgstr ""70187019#: builtin/notes.c:269 builtin/notes.c:316 builtin/notes.c:3187020#: builtin/notes.c:378 builtin/notes.c:432 builtin/notes.c:5157021#: builtin/notes.c:520 builtin/notes.c:595 builtin/notes.c:6377022#: builtin/notes.c:839 builtin/tag.c:5537023#, c-format7024msgid "Failed to resolve '%s' as a valid ref."7025msgstr ""70267027#: builtin/notes.c:2727028#, c-format7029msgid "Failed to read object '%s'."7030msgstr ""70317032#: builtin/notes.c:3127033#, c-format7034msgid "Malformed input line: '%s'."7035msgstr ""70367037#: builtin/notes.c:3277038#, c-format7039msgid "Failed to copy notes from '%s' to '%s'"7040msgstr ""70417042#: builtin/notes.c:371 builtin/notes.c:425 builtin/notes.c:4987043#: builtin/notes.c:510 builtin/notes.c:583 builtin/notes.c:6307044#: builtin/notes.c:9047045msgid "too many parameters"7046msgstr ""70477048#: builtin/notes.c:384 builtin/notes.c:6437049#, c-format7050msgid "No note found for object %s."7051msgstr ""70527053#: builtin/notes.c:406 builtin/notes.c:5637054msgid "note contents as a string"7055msgstr ""70567057#: builtin/notes.c:409 builtin/notes.c:5667058msgid "note contents in a file"7059msgstr ""70607061#: builtin/notes.c:411 builtin/notes.c:414 builtin/notes.c:5687062#: builtin/notes.c:571 builtin/tag.c:4747063msgid "object"7064msgstr ""70657066#: builtin/notes.c:412 builtin/notes.c:5697067msgid "reuse and edit specified note object"7068msgstr ""70697070#: builtin/notes.c:415 builtin/notes.c:5727071msgid "reuse specified note object"7072msgstr ""70737074#: builtin/notes.c:417 builtin/notes.c:4857075msgid "replace existing notes"7076msgstr ""70777078#: builtin/notes.c:4517079#, c-format7080msgid ""7081"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "7082"existing notes"7083msgstr ""70847085#: builtin/notes.c:456 builtin/notes.c:5337086#, c-format7087msgid "Overwriting existing notes for object %s\n"7088msgstr ""70897090#: builtin/notes.c:4867091msgid "read objects from stdin"7092msgstr ""70937094#: builtin/notes.c:4887095msgid "load rewriting config for <command> (implies --stdin)"7096msgstr ""70977098#: builtin/notes.c:5067099msgid "too few parameters"7100msgstr ""71017102#: builtin/notes.c:5277103#, c-format7104msgid ""7105"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "7106"existing notes"7107msgstr ""71087109#: builtin/notes.c:5397110#, c-format7111msgid "Missing notes on source object %s. Cannot copy."7112msgstr ""71137114#: builtin/notes.c:5887115#, c-format7116msgid ""7117"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"7118"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"7119msgstr ""71207121#: builtin/notes.c:7357122msgid "General options"7123msgstr ""71247125#: builtin/notes.c:7377126msgid "Merge options"7127msgstr ""71287129#: builtin/notes.c:7397130msgid ""7131"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"7132"cat_sort_uniq)"7133msgstr ""71347135#: builtin/notes.c:7417136msgid "Committing unmerged notes"7137msgstr ""71387139#: builtin/notes.c:7437140msgid "finalize notes merge by committing unmerged notes"7141msgstr ""71427143#: builtin/notes.c:7457144msgid "Aborting notes merge resolution"7145msgstr ""71467147#: builtin/notes.c:7477148msgid "abort notes merge"7149msgstr ""71507151#: builtin/notes.c:8427152#, c-format7153msgid "Object %s has no note\n"7154msgstr ""71557156#: builtin/notes.c:8547157msgid "attempt to remove non-existent note is not an error"7158msgstr ""71597160#: builtin/notes.c:8577161msgid "read object names from the standard input"7162msgstr ""71637164#: builtin/notes.c:9387165msgid "notes_ref"7166msgstr ""71677168#: builtin/notes.c:9397169msgid "use notes from <notes_ref>"7170msgstr ""71717172#: builtin/notes.c:974 builtin/remote.c:15987173#, c-format7174msgid "Unknown subcommand: %s"7175msgstr ""71767177#: builtin/pack-objects.c:237178msgid "git pack-objects --stdout [options...] [< ref-list | < object-list]"7179msgstr ""71807181#: builtin/pack-objects.c:247182msgid "git pack-objects [options...] base-name [< ref-list | < object-list]"7183msgstr ""71847185#: builtin/pack-objects.c:184 builtin/pack-objects.c:1877186#, c-format7187msgid "deflate error (%d)"7188msgstr ""71897190#: builtin/pack-objects.c:23987191#, c-format7192msgid "unsupported index version %s"7193msgstr ""71947195#: builtin/pack-objects.c:24027196#, c-format7197msgid "bad index version '%s'"7198msgstr ""71997200#: builtin/pack-objects.c:24257201#, c-format7202msgid "option %s does not accept negative form"7203msgstr ""72047205#: builtin/pack-objects.c:24297206#, c-format7207msgid "unable to parse value '%s' for option %s"7208msgstr ""72097210#: builtin/pack-objects.c:24487211msgid "do not show progress meter"7212msgstr ""72137214#: builtin/pack-objects.c:24507215msgid "show progress meter"7216msgstr ""72177218#: builtin/pack-objects.c:24527219msgid "show progress meter during object writing phase"7220msgstr ""72217222#: builtin/pack-objects.c:24557223msgid "similar to --all-progress when progress meter is shown"7224msgstr ""72257226#: builtin/pack-objects.c:24567227msgid "version[,offset]"7228msgstr ""72297230#: builtin/pack-objects.c:24577231msgid "write the pack index file in the specified idx format version"7232msgstr ""72337234#: builtin/pack-objects.c:24607235msgid "maximum size of each output pack file"7236msgstr ""72377238#: builtin/pack-objects.c:24627239msgid "ignore borrowed objects from alternate object store"7240msgstr ""72417242#: builtin/pack-objects.c:24647243msgid "ignore packed objects"7244msgstr ""72457246#: builtin/pack-objects.c:24667247msgid "limit pack window by objects"7248msgstr ""72497250#: builtin/pack-objects.c:24687251msgid "limit pack window by memory in addition to object limit"7252msgstr ""72537254#: builtin/pack-objects.c:24707255msgid "maximum length of delta chain allowed in the resulting pack"7256msgstr ""72577258#: builtin/pack-objects.c:24727259msgid "reuse existing deltas"7260msgstr ""72617262#: builtin/pack-objects.c:24747263msgid "reuse existing objects"7264msgstr ""72657266#: builtin/pack-objects.c:24767267msgid "use OFS_DELTA objects"7268msgstr ""72697270#: builtin/pack-objects.c:24787271msgid "use threads when searching for best delta matches"7272msgstr ""72737274#: builtin/pack-objects.c:24807275msgid "do not create an empty pack output"7276msgstr ""72777278#: builtin/pack-objects.c:24827279msgid "read revision arguments from standard input"7280msgstr ""72817282#: builtin/pack-objects.c:24847283msgid "limit the objects to those that are not yet packed"7284msgstr ""72857286#: builtin/pack-objects.c:24877287msgid "include objects reachable from any reference"7288msgstr ""72897290#: builtin/pack-objects.c:24907291msgid "include objects referred by reflog entries"7292msgstr ""72937294#: builtin/pack-objects.c:24937295msgid "output pack to stdout"7296msgstr ""72977298#: builtin/pack-objects.c:24957299msgid "include tag objects that refer to objects to be packed"7300msgstr ""73017302#: builtin/pack-objects.c:24977303msgid "keep unreachable objects"7304msgstr ""73057306#: builtin/pack-objects.c:2498 parse-options.h:1437307msgid "time"7308msgstr ""73097310#: builtin/pack-objects.c:24997311msgid "unpack unreachable objects newer than <time>"7312msgstr ""73137314#: builtin/pack-objects.c:25027315msgid "create thin packs"7316msgstr ""73177318#: builtin/pack-objects.c:25047319msgid "ignore packs that have companion .keep file"7320msgstr ""73217322#: builtin/pack-objects.c:25067323msgid "pack compression level"7324msgstr ""73257326#: builtin/pack-objects.c:25087327msgid "do not hide commits by grafts"7328msgstr ""73297330#: builtin/pack-refs.c:67331msgid "git pack-refs [options]"7332msgstr ""73337334#: builtin/pack-refs.c:147335msgid "pack everything"7336msgstr ""73377338#: builtin/pack-refs.c:157339msgid "prune loose refs (default)"7340msgstr ""73417342#: builtin/prune-packed.c:77343msgid "git prune-packed [-n|--dry-run] [-q|--quiet]"7344msgstr ""73457346#: builtin/prune.c:127347msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"7348msgstr ""73497350#: builtin/prune.c:1327351msgid "do not remove, show only"7352msgstr ""73537354#: builtin/prune.c:1337355msgid "report pruned objects"7356msgstr ""73577358#: builtin/prune.c:1367359msgid "expire objects older than <time>"7360msgstr ""73617362#: builtin/push.c:147363msgid "git push [<options>] [<repository> [<refspec>...]]"7364msgstr ""73657366#: builtin/push.c:477367msgid "tag shorthand without <tag>"7368msgstr ""73697370#: builtin/push.c:667371msgid "--delete only accepts plain target ref names"7372msgstr ""73737374#: builtin/push.c:1017375msgid ""7376"\n"7377"To choose either option permanently, see push.default in 'git help config'."7378msgstr ""73797380#: builtin/push.c:1047381#, c-format7382msgid ""7383"The upstream branch of your current branch does not match\n"7384"the name of your current branch. To push to the upstream branch\n"7385"on the remote, use\n"7386"\n"7387" git push %s HEAD:%s\n"7388"\n"7389"To push to the branch of the same name on the remote, use\n"7390"\n"7391" git push %s %s\n"7392"%s"7393msgstr ""73947395#: builtin/push.c:1197396#, c-format7397msgid ""7398"You are not currently on a branch.\n"7399"To push the history leading to the current (detached HEAD)\n"7400"state now, use\n"7401"\n"7402" git push %s HEAD:<name-of-remote-branch>\n"7403msgstr ""74047405#: builtin/push.c:1337406#, c-format7407msgid ""7408"The current branch %s has no upstream branch.\n"7409"To push the current branch and set the remote as upstream, use\n"7410"\n"7411" git push --set-upstream %s %s\n"7412msgstr ""74137414#: builtin/push.c:1417415#, c-format7416msgid "The current branch %s has multiple upstream branches, refusing to push."7417msgstr ""74187419#: builtin/push.c:1447420#, c-format7421msgid ""7422"You are pushing to remote '%s', which is not the upstream of\n"7423"your current branch '%s', without telling me what to push\n"7424"to update which remote branch."7425msgstr ""74267427#: builtin/push.c:1677428msgid ""7429"push.default is unset; its implicit value is changing in\n"7430"Git 2.0 from 'matching' to 'simple'. To squelch this message\n"7431"and maintain the current behavior after the default changes, use:\n"7432"\n"7433" git config --global push.default matching\n"7434"\n"7435"To squelch this message and adopt the new behavior now, use:\n"7436"\n"7437" git config --global push.default simple\n"7438"\n"7439"See 'git help config' and search for 'push.default' for further "7440"information.\n"7441"(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"7442"'current' instead of 'simple' if you sometimes use older versions of Git)"7443msgstr ""74447445#: builtin/push.c:2277446msgid ""7447"You didn't specify any refspecs to push, and push.default is \"nothing\"."7448msgstr ""74497450#: builtin/push.c:2347451msgid ""7452"Updates were rejected because the tip of your current branch is behind\n"7453"its remote counterpart. Integrate the remote changes (e.g.\n"7454"'git pull ...') before pushing again.\n"7455"See the 'Note about fast-forwards' in 'git push --help' for details."7456msgstr ""74577458#: builtin/push.c:2407459msgid ""7460"Updates were rejected because a pushed branch tip is behind its remote\n"7461"counterpart. If you did not intend to push that branch, you may want to\n"7462"specify branches to push or set the 'push.default' configuration variable\n"7463"to 'simple', 'current' or 'upstream' to push only the current branch."7464msgstr ""74657466#: builtin/push.c:2467467msgid ""7468"Updates were rejected because a pushed branch tip is behind its remote\n"7469"counterpart. Check out this branch and integrate the remote changes\n"7470"(e.g. 'git pull ...') before pushing again.\n"7471"See the 'Note about fast-forwards' in 'git push --help' for details."7472msgstr ""74737474#: builtin/push.c:2527475msgid ""7476"Updates were rejected because the remote contains work that you do\n"7477"not have locally. This is usually caused by another repository pushing\n"7478"to the same ref. You may want to first integrate the remote changes\n"7479"(e.g., 'git pull ...') before pushing again.\n"7480"See the 'Note about fast-forwards' in 'git push --help' for details."7481msgstr ""74827483#: builtin/push.c:2597484msgid "Updates were rejected because the tag already exists in the remote."7485msgstr ""74867487#: builtin/push.c:2627488msgid ""7489"You cannot update a remote ref that points at a non-commit object,\n"7490"or update a remote ref to make it point at a non-commit object,\n"7491"without using the '--force' option.\n"7492msgstr ""74937494#: builtin/push.c:3287495#, c-format7496msgid "Pushing to %s\n"7497msgstr ""74987499#: builtin/push.c:3327500#, c-format7501msgid "failed to push some refs to '%s'"7502msgstr ""75037504#: builtin/push.c:3657505#, c-format7506msgid "bad repository '%s'"7507msgstr ""75087509#: builtin/push.c:3667510msgid ""7511"No configured push destination.\n"7512"Either specify the URL from the command-line or configure a remote "7513"repository using\n"7514"\n"7515" git remote add <name> <url>\n"7516"\n"7517"and then push using the remote name\n"7518"\n"7519" git push <name>\n"7520msgstr ""75217522#: builtin/push.c:3817523msgid "--all and --tags are incompatible"7524msgstr ""75257526#: builtin/push.c:3827527msgid "--all can't be combined with refspecs"7528msgstr ""75297530#: builtin/push.c:3877531msgid "--mirror and --tags are incompatible"7532msgstr ""75337534#: builtin/push.c:3887535msgid "--mirror can't be combined with refspecs"7536msgstr ""75377538#: builtin/push.c:3937539msgid "--all and --mirror are incompatible"7540msgstr ""75417542#: builtin/push.c:4537543msgid "repository"7544msgstr ""75457546#: builtin/push.c:4547547msgid "push all refs"7548msgstr ""75497550#: builtin/push.c:4557551msgid "mirror all refs"7552msgstr ""75537554#: builtin/push.c:4577555msgid "delete refs"7556msgstr ""75577558#: builtin/push.c:4587559msgid "push tags (can't be used with --all or --mirror)"7560msgstr ""75617562#: builtin/push.c:4617563msgid "force updates"7564msgstr ""75657566#: builtin/push.c:4637567msgid "refname>:<expect"7568msgstr ""75697570#: builtin/push.c:4647571msgid "require old value of ref to be at this value"7572msgstr ""75737574#: builtin/push.c:4667575msgid "check"7576msgstr ""75777578#: builtin/push.c:4677579msgid "control recursive pushing of submodules"7580msgstr ""75817582#: builtin/push.c:4697583msgid "use thin pack"7584msgstr ""75857586#: builtin/push.c:470 builtin/push.c:4717587msgid "receive pack program"7588msgstr ""75897590#: builtin/push.c:4727591msgid "set upstream for git pull/status"7592msgstr ""75937594#: builtin/push.c:4757595msgid "prune locally removed refs"7596msgstr ""75977598#: builtin/push.c:4777599msgid "bypass pre-push hook"7600msgstr ""76017602#: builtin/push.c:4787603msgid "push missing but relevant tags"7604msgstr ""76057606#: builtin/push.c:4887607msgid "--delete is incompatible with --all, --mirror and --tags"7608msgstr ""76097610#: builtin/push.c:4907611msgid "--delete doesn't make sense without any refs"7612msgstr ""76137614#: builtin/read-tree.c:367615msgid ""7616"git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>] "7617"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"7618"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"7619msgstr ""76207621#: builtin/read-tree.c:1097622msgid "write resulting index to <file>"7623msgstr ""76247625#: builtin/read-tree.c:1127626msgid "only empty the index"7627msgstr ""76287629#: builtin/read-tree.c:1147630msgid "Merging"7631msgstr ""76327633#: builtin/read-tree.c:1167634msgid "perform a merge in addition to a read"7635msgstr ""76367637#: builtin/read-tree.c:1187638msgid "3-way merge if no file level merging required"7639msgstr ""76407641#: builtin/read-tree.c:1207642msgid "3-way merge in presence of adds and removes"7643msgstr ""76447645#: builtin/read-tree.c:1227646msgid "same as -m, but discard unmerged entries"7647msgstr ""76487649#: builtin/read-tree.c:1237650msgid "<subdirectory>/"7651msgstr ""76527653#: builtin/read-tree.c:1247654msgid "read the tree into the index under <subdirectory>/"7655msgstr ""76567657#: builtin/read-tree.c:1277658msgid "update working tree with merge result"7659msgstr ""76607661#: builtin/read-tree.c:1297662msgid "gitignore"7663msgstr ""76647665#: builtin/read-tree.c:1307666msgid "allow explicitly ignored files to be overwritten"7667msgstr ""76687669#: builtin/read-tree.c:1337670msgid "don't check the working tree after merging"7671msgstr ""76727673#: builtin/read-tree.c:1347674msgid "don't update the index or the work tree"7675msgstr ""76767677#: builtin/read-tree.c:1367678msgid "skip applying sparse checkout filter"7679msgstr ""76807681#: builtin/read-tree.c:1387682msgid "debug unpack-trees"7683msgstr ""76847685#: builtin/reflog.c:4997686#, c-format7687msgid "%s' for '%s' is not a valid timestamp"7688msgstr ""76897690#: builtin/reflog.c:615 builtin/reflog.c:6207691#, c-format7692msgid "'%s' is not a valid timestamp"7693msgstr ""76947695#: builtin/remote.c:117696msgid "git remote [-v | --verbose]"7697msgstr ""76987699#: builtin/remote.c:127700msgid ""7701"git remote add [-t <branch>] [-m <master>] [-f] [--tags|--no-tags] [--"7702"mirror=<fetch|push>] <name> <url>"7703msgstr ""77047705#: builtin/remote.c:13 builtin/remote.c:327706msgid "git remote rename <old> <new>"7707msgstr ""77087709#: builtin/remote.c:14 builtin/remote.c:377710msgid "git remote remove <name>"7711msgstr ""77127713#: builtin/remote.c:157714msgid "git remote set-head <name> (-a | --auto | -d | --delete |<branch>)"7715msgstr ""77167717#: builtin/remote.c:167718msgid "git remote [-v | --verbose] show [-n] <name>"7719msgstr ""77207721#: builtin/remote.c:177722msgid "git remote prune [-n | --dry-run] <name>"7723msgstr ""77247725#: builtin/remote.c:187726msgid ""7727"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"7728msgstr ""77297730#: builtin/remote.c:197731msgid "git remote set-branches [--add] <name> <branch>..."7732msgstr ""77337734#: builtin/remote.c:20 builtin/remote.c:687735msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"7736msgstr ""77377738#: builtin/remote.c:21 builtin/remote.c:697739msgid "git remote set-url --add <name> <newurl>"7740msgstr ""77417742#: builtin/remote.c:22 builtin/remote.c:707743msgid "git remote set-url --delete <name> <url>"7744msgstr ""77457746#: builtin/remote.c:277747msgid "git remote add [<options>] <name> <url>"7748msgstr ""77497750#: builtin/remote.c:427751msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"7752msgstr ""77537754#: builtin/remote.c:477755msgid "git remote set-branches <name> <branch>..."7756msgstr ""77577758#: builtin/remote.c:487759msgid "git remote set-branches --add <name> <branch>..."7760msgstr ""77617762#: builtin/remote.c:537763msgid "git remote show [<options>] <name>"7764msgstr ""77657766#: builtin/remote.c:587767msgid "git remote prune [<options>] <name>"7768msgstr ""77697770#: builtin/remote.c:637771msgid "git remote update [<options>] [<group> | <remote>]..."7772msgstr ""77737774#: builtin/remote.c:987775#, c-format7776msgid "Updating %s"7777msgstr ""77787779#: builtin/remote.c:1307780msgid ""7781"--mirror is dangerous and deprecated; please\n"7782"\t use --mirror=fetch or --mirror=push instead"7783msgstr ""77847785#: builtin/remote.c:1477786#, c-format7787msgid "unknown mirror argument: %s"7788msgstr ""77897790#: builtin/remote.c:1637791msgid "fetch the remote branches"7792msgstr ""77937794#: builtin/remote.c:1657795msgid "import all tags and associated objects when fetching"7796msgstr ""77977798#: builtin/remote.c:1687799msgid "or do not fetch any tag at all (--no-tags)"7800msgstr ""78017802#: builtin/remote.c:1707803msgid "branch(es) to track"7804msgstr ""78057806#: builtin/remote.c:1717807msgid "master branch"7808msgstr ""78097810#: builtin/remote.c:1727811msgid "push|fetch"7812msgstr ""78137814#: builtin/remote.c:1737815msgid "set up remote as a mirror to push to or fetch from"7816msgstr ""78177818#: builtin/remote.c:1857819msgid "specifying a master branch makes no sense with --mirror"7820msgstr ""78217822#: builtin/remote.c:1877823msgid "specifying branches to track makes sense only with fetch mirrors"7824msgstr ""78257826#: builtin/remote.c:195 builtin/remote.c:6467827#, c-format7828msgid "remote %s already exists."7829msgstr ""78307831#: builtin/remote.c:199 builtin/remote.c:6507832#, c-format7833msgid "'%s' is not a valid remote name"7834msgstr ""78357836#: builtin/remote.c:2437837#, c-format7838msgid "Could not setup master '%s'"7839msgstr ""78407841#: builtin/remote.c:2997842#, c-format7843msgid "more than one %s"7844msgstr ""78457846#: builtin/remote.c:3397847#, c-format7848msgid "Could not get fetch map for refspec %s"7849msgstr ""78507851#: builtin/remote.c:440 builtin/remote.c:4487852msgid "(matching)"7853msgstr ""78547855#: builtin/remote.c:4527856msgid "(delete)"7857msgstr ""78587859#: builtin/remote.c:595 builtin/remote.c:601 builtin/remote.c:6077860#, c-format7861msgid "Could not append '%s' to '%s'"7862msgstr ""78637864#: builtin/remote.c:639 builtin/remote.c:792 builtin/remote.c:8907865#, c-format7866msgid "No such remote: %s"7867msgstr ""78687869#: builtin/remote.c:6567870#, c-format7871msgid "Could not rename config section '%s' to '%s'"7872msgstr ""78737874#: builtin/remote.c:662 builtin/remote.c:7997875#, c-format7876msgid "Could not remove config section '%s'"7877msgstr ""78787879#: builtin/remote.c:6777880#, c-format7881msgid ""7882"Not updating non-default fetch refspec\n"7883"\t%s\n"7884"\tPlease update the configuration manually if necessary."7885msgstr ""78867887#: builtin/remote.c:6837888#, c-format7889msgid "Could not append '%s'"7890msgstr ""78917892#: builtin/remote.c:6947893#, c-format7894msgid "Could not set '%s'"7895msgstr ""78967897#: builtin/remote.c:7167898#, c-format7899msgid "deleting '%s' failed"7900msgstr ""79017902#: builtin/remote.c:7507903#, c-format7904msgid "creating '%s' failed"7905msgstr ""79067907#: builtin/remote.c:7647908#, c-format7909msgid "Could not remove branch %s"7910msgstr ""79117912#: builtin/remote.c:8347913msgid ""7914"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"7915"to delete it, use:"7916msgid_plural ""7917"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"7918"to delete them, use:"7919msgstr[0] ""7920msgstr[1] ""79217922#: builtin/remote.c:9437923#, c-format7924msgid " new (next fetch will store in remotes/%s)"7925msgstr ""79267927#: builtin/remote.c:9467928msgid " tracked"7929msgstr ""79307931#: builtin/remote.c:9487932msgid " stale (use 'git remote prune' to remove)"7933msgstr ""79347935#: builtin/remote.c:9507936msgid " ???"7937msgstr ""79387939#: builtin/remote.c:9917940#, c-format7941msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"7942msgstr ""79437944#: builtin/remote.c:9987945#, c-format7946msgid "rebases onto remote %s"7947msgstr ""79487949#: builtin/remote.c:10017950#, c-format7951msgid " merges with remote %s"7952msgstr ""79537954#: builtin/remote.c:10027955msgid " and with remote"7956msgstr ""79577958#: builtin/remote.c:10047959#, c-format7960msgid "merges with remote %s"7961msgstr ""79627963#: builtin/remote.c:10057964msgid " and with remote"7965msgstr ""79667967#: builtin/remote.c:10517968msgid "create"7969msgstr ""79707971#: builtin/remote.c:10547972msgid "delete"7973msgstr ""79747975#: builtin/remote.c:10587976msgid "up to date"7977msgstr ""79787979#: builtin/remote.c:10617980msgid "fast-forwardable"7981msgstr ""79827983#: builtin/remote.c:10647984msgid "local out of date"7985msgstr ""79867987#: builtin/remote.c:10717988#, c-format7989msgid " %-*s forces to %-*s (%s)"7990msgstr ""79917992#: builtin/remote.c:10747993#, c-format7994msgid " %-*s pushes to %-*s (%s)"7995msgstr ""79967997#: builtin/remote.c:10787998#, c-format7999msgid " %-*s forces to %s"8000msgstr ""80018002#: builtin/remote.c:10818003#, c-format8004msgid " %-*s pushes to %s"8005msgstr ""80068007#: builtin/remote.c:10918008msgid "do not query remotes"8009msgstr ""80108011#: builtin/remote.c:11188012#, c-format8013msgid "* remote %s"8014msgstr ""80158016#: builtin/remote.c:11198017#, c-format8018msgid " Fetch URL: %s"8019msgstr ""80208021#: builtin/remote.c:1120 builtin/remote.c:12858022msgid "(no URL)"8023msgstr ""80248025#: builtin/remote.c:1129 builtin/remote.c:11318026#, c-format8027msgid " Push URL: %s"8028msgstr ""80298030#: builtin/remote.c:1133 builtin/remote.c:1135 builtin/remote.c:11378031#, c-format8032msgid " HEAD branch: %s"8033msgstr ""80348035#: builtin/remote.c:11398036#, c-format8037msgid ""8038" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"8039msgstr ""80408041#: builtin/remote.c:11518042#, c-format8043msgid " Remote branch:%s"8044msgid_plural " Remote branches:%s"8045msgstr[0] ""8046msgstr[1] ""80478048#: builtin/remote.c:1154 builtin/remote.c:11818049msgid " (status not queried)"8050msgstr ""80518052#: builtin/remote.c:11638053msgid " Local branch configured for 'git pull':"8054msgid_plural " Local branches configured for 'git pull':"8055msgstr[0] ""8056msgstr[1] ""80578058#: builtin/remote.c:11718059msgid " Local refs will be mirrored by 'git push'"8060msgstr ""80618062#: builtin/remote.c:11788063#, c-format8064msgid " Local ref configured for 'git push'%s:"8065msgid_plural " Local refs configured for 'git push'%s:"8066msgstr[0] ""8067msgstr[1] ""80688069#: builtin/remote.c:11998070msgid "set refs/remotes/<name>/HEAD according to remote"8071msgstr ""80728073#: builtin/remote.c:12018074msgid "delete refs/remotes/<name>/HEAD"8075msgstr ""80768077#: builtin/remote.c:12168078msgid "Cannot determine remote HEAD"8079msgstr ""80808081#: builtin/remote.c:12188082msgid "Multiple remote HEAD branches. Please choose one explicitly with:"8083msgstr ""80848085#: builtin/remote.c:12288086#, c-format8087msgid "Could not delete %s"8088msgstr ""80898090#: builtin/remote.c:12368091#, c-format8092msgid "Not a valid ref: %s"8093msgstr ""80948095#: builtin/remote.c:12388096#, c-format8097msgid "Could not setup %s"8098msgstr ""80998100#: builtin/remote.c:12748101#, c-format8102msgid " %s will become dangling!"8103msgstr ""81048105#: builtin/remote.c:12758106#, c-format8107msgid " %s has become dangling!"8108msgstr ""81098110#: builtin/remote.c:12818111#, c-format8112msgid "Pruning %s"8113msgstr ""81148115#: builtin/remote.c:12828116#, c-format8117msgid "URL: %s"8118msgstr ""81198120#: builtin/remote.c:12958121#, c-format8122msgid " * [would prune] %s"8123msgstr ""81248125#: builtin/remote.c:12988126#, c-format8127msgid " * [pruned] %s"8128msgstr ""81298130#: builtin/remote.c:13218131msgid "prune remotes after fetching"8132msgstr ""81338134#: builtin/remote.c:1387 builtin/remote.c:14618135#, c-format8136msgid "No such remote '%s'"8137msgstr ""81388139#: builtin/remote.c:14078140msgid "add branch"8141msgstr ""81428143#: builtin/remote.c:14148144msgid "no remote specified"8145msgstr ""81468147#: builtin/remote.c:14368148msgid "manipulate push URLs"8149msgstr ""81508151#: builtin/remote.c:14388152msgid "add URL"8153msgstr ""81548155#: builtin/remote.c:14408156msgid "delete URLs"8157msgstr ""81588159#: builtin/remote.c:14478160msgid "--add --delete doesn't make sense"8161msgstr ""81628163#: builtin/remote.c:14878164#, c-format8165msgid "Invalid old URL pattern: %s"8166msgstr ""81678168#: builtin/remote.c:14958169#, c-format8170msgid "No such URL found: %s"8171msgstr ""81728173#: builtin/remote.c:14978174msgid "Will not delete all non-push URLs"8175msgstr ""81768177#: builtin/remote.c:15698178msgid "be verbose; must be placed before a subcommand"8179msgstr ""81808181#: builtin/repack.c:158182msgid "git repack [options]"8183msgstr ""81848185#: builtin/repack.c:1438186msgid "pack everything in a single pack"8187msgstr ""81888189#: builtin/repack.c:1458190msgid "same as -a, and turn unreachable objects loose"8191msgstr ""81928193#: builtin/repack.c:1488194msgid "remove redundant packs, and run git-prune-packed"8195msgstr ""81968197#: builtin/repack.c:1508198msgid "pass --no-reuse-delta to git-pack-objects"8199msgstr ""82008201#: builtin/repack.c:1528202msgid "pass --no-reuse-object to git-pack-objects"8203msgstr ""82048205#: builtin/repack.c:1548206msgid "do not run git-update-server-info"8207msgstr ""82088209#: builtin/repack.c:1578210msgid "pass --local to git-pack-objects"8211msgstr ""82128213#: builtin/repack.c:1588214msgid "approxidate"8215msgstr ""82168217#: builtin/repack.c:1598218msgid "with -A, do not loosen objects older than this"8219msgstr ""82208221#: builtin/repack.c:1618222msgid "size of the window used for delta compression"8223msgstr ""82248225#: builtin/repack.c:1638226msgid "same as the above, but limit memory size instead of entries count"8227msgstr ""82288229#: builtin/repack.c:1658230msgid "limits the maximum delta depth"8231msgstr ""82328233#: builtin/repack.c:1678234msgid "maximum size of each packfile"8235msgstr ""82368237#: builtin/repack.c:3458238#, c-format8239msgid "removing '%s' failed"8240msgstr ""82418242#: builtin/replace.c:178243msgid "git replace [-f] <object> <replacement>"8244msgstr ""82458246#: builtin/replace.c:188247msgid "git replace -d <object>..."8248msgstr ""82498250#: builtin/replace.c:198251msgid "git replace -l [<pattern>]"8252msgstr ""82538254#: builtin/replace.c:1318255msgid "list replace refs"8256msgstr ""82578258#: builtin/replace.c:1328259msgid "delete replace refs"8260msgstr ""82618262#: builtin/replace.c:1338263msgid "replace the ref if it exists"8264msgstr ""82658266#: builtin/rerere.c:128267msgid "git rerere [clear | forget path... | status | remaining | diff | gc]"8268msgstr ""82698270#: builtin/rerere.c:578271msgid "register clean resolutions in index"8272msgstr ""82738274#: builtin/reset.c:258275msgid ""8276"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"8277msgstr ""82788279#: builtin/reset.c:268280msgid "git reset [-q] <tree-ish> [--] <paths>..."8281msgstr ""82828283#: builtin/reset.c:278284msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"8285msgstr ""82868287#: builtin/reset.c:338288msgid "mixed"8289msgstr ""82908291#: builtin/reset.c:338292msgid "soft"8293msgstr ""82948295#: builtin/reset.c:338296msgid "hard"8297msgstr ""82988299#: builtin/reset.c:338300msgid "merge"8301msgstr ""83028303#: builtin/reset.c:338304msgid "keep"8305msgstr ""83068307#: builtin/reset.c:738308msgid "You do not have a valid HEAD."8309msgstr ""83108311#: builtin/reset.c:758312msgid "Failed to find tree of HEAD."8313msgstr ""83148315#: builtin/reset.c:818316#, c-format8317msgid "Failed to find tree of %s."8318msgstr ""83198320#: builtin/reset.c:998321#, c-format8322msgid "HEAD is now at %s"8323msgstr ""83248325#: builtin/reset.c:1728326#, c-format8327msgid "Cannot do a %s reset in the middle of a merge."8328msgstr ""83298330#: builtin/reset.c:2628331msgid "be quiet, only report errors"8332msgstr ""83338334#: builtin/reset.c:2648335msgid "reset HEAD and index"8336msgstr ""83378338#: builtin/reset.c:2658339msgid "reset only HEAD"8340msgstr ""83418342#: builtin/reset.c:267 builtin/reset.c:2698343msgid "reset HEAD, index and working tree"8344msgstr ""83458346#: builtin/reset.c:2718347msgid "reset HEAD but keep local changes"8348msgstr ""83498350#: builtin/reset.c:2898351#, c-format8352msgid "Failed to resolve '%s' as a valid revision."8353msgstr ""83548355#: builtin/reset.c:292 builtin/reset.c:3008356#, c-format8357msgid "Could not parse object '%s'."8358msgstr ""83598360#: builtin/reset.c:2978361#, c-format8362msgid "Failed to resolve '%s' as a valid tree."8363msgstr ""83648365#: builtin/reset.c:3068366msgid "--patch is incompatible with --{hard,mixed,soft}"8367msgstr ""83688369#: builtin/reset.c:3158370msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."8371msgstr ""83728373#: builtin/reset.c:3178374#, c-format8375msgid "Cannot do %s reset with paths."8376msgstr ""83778378#: builtin/reset.c:3278379#, c-format8380msgid "%s reset is not allowed in a bare repository"8381msgstr ""83828383#: builtin/reset.c:3448384msgid "Unstaged changes after reset:"8385msgstr ""83868387#: builtin/reset.c:3508388#, c-format8389msgid "Could not reset index file to revision '%s'."8390msgstr ""83918392#: builtin/reset.c:3558393msgid "Could not write new index file."8394msgstr ""83958396#: builtin/rev-parse.c:3458397msgid "git rev-parse --parseopt [options] -- [<args>...]"8398msgstr ""83998400#: builtin/rev-parse.c:3508401msgid "keep the `--` passed as an arg"8402msgstr ""84038404#: builtin/rev-parse.c:3528405msgid "stop parsing after the first non-option argument"8406msgstr ""84078408#: builtin/rev-parse.c:4708409msgid ""8410"git rev-parse --parseopt [options] -- [<args>...]\n"8411" or: git rev-parse --sq-quote [<arg>...]\n"8412" or: git rev-parse [options] [<arg>...]\n"8413"\n"8414"Run \"git rev-parse --parseopt -h\" for more information on the first usage."8415msgstr ""84168417#: builtin/revert.c:228418msgid "git revert [options] <commit-ish>..."8419msgstr ""84208421#: builtin/revert.c:238422msgid "git revert <subcommand>"8423msgstr ""84248425#: builtin/revert.c:288426msgid "git cherry-pick [options] <commit-ish>..."8427msgstr ""84288429#: builtin/revert.c:298430msgid "git cherry-pick <subcommand>"8431msgstr ""84328433#: builtin/revert.c:718434#, c-format8435msgid "%s: %s cannot be used with %s"8436msgstr ""84378438#: builtin/revert.c:808439msgid "end revert or cherry-pick sequence"8440msgstr ""84418442#: builtin/revert.c:818443msgid "resume revert or cherry-pick sequence"8444msgstr ""84458446#: builtin/revert.c:828447msgid "cancel revert or cherry-pick sequence"8448msgstr ""84498450#: builtin/revert.c:838451msgid "don't automatically commit"8452msgstr ""84538454#: builtin/revert.c:848455msgid "edit the commit message"8456msgstr ""84578458#: builtin/revert.c:878459msgid "parent number"8460msgstr ""84618462#: builtin/revert.c:898463msgid "merge strategy"8464msgstr ""84658466#: builtin/revert.c:908467msgid "option"8468msgstr ""84698470#: builtin/revert.c:918471msgid "option for merge strategy"8472msgstr ""84738474#: builtin/revert.c:1028475msgid "append commit name"8476msgstr ""84778478#: builtin/revert.c:1038479msgid "allow fast-forward"8480msgstr ""84818482#: builtin/revert.c:1048483msgid "preserve initially empty commits"8484msgstr ""84858486#: builtin/revert.c:1058487msgid "allow commits with empty messages"8488msgstr ""84898490#: builtin/revert.c:1068491msgid "keep redundant, empty commits"8492msgstr ""84938494#: builtin/revert.c:1108495msgid "program error"8496msgstr ""84978498#: builtin/revert.c:1958499msgid "revert failed"8500msgstr ""85018502#: builtin/revert.c:2108503msgid "cherry-pick failed"8504msgstr ""85058506#: builtin/rm.c:178507msgid "git rm [options] [--] <file>..."8508msgstr ""85098510#: builtin/rm.c:658511msgid ""8512"the following submodule (or one of its nested submodules)\n"8513"uses a .git directory:"8514msgid_plural ""8515"the following submodules (or one of its nested submodules)\n"8516"use a .git directory:"8517msgstr[0] ""8518msgstr[1] ""85198520#: builtin/rm.c:718521msgid ""8522"\n"8523"(use 'rm -rf' if you really want to remove it including all of its history)"8524msgstr ""85258526#: builtin/rm.c:2318527msgid ""8528"the following file has staged content different from both the\n"8529"file and the HEAD:"8530msgid_plural ""8531"the following files have staged content different from both the\n"8532"file and the HEAD:"8533msgstr[0] ""8534msgstr[1] ""85358536#: builtin/rm.c:2368537msgid ""8538"\n"8539"(use -f to force removal)"8540msgstr ""85418542#: builtin/rm.c:2408543msgid "the following file has changes staged in the index:"8544msgid_plural "the following files have changes staged in the index:"8545msgstr[0] ""8546msgstr[1] ""85478548#: builtin/rm.c:244 builtin/rm.c:2558549msgid ""8550"\n"8551"(use --cached to keep the file, or -f to force removal)"8552msgstr ""85538554#: builtin/rm.c:2528555msgid "the following file has local modifications:"8556msgid_plural "the following files have local modifications:"8557msgstr[0] ""8558msgstr[1] ""85598560#: builtin/rm.c:2708561msgid "do not list removed files"8562msgstr ""85638564#: builtin/rm.c:2718565msgid "only remove from the index"8566msgstr ""85678568#: builtin/rm.c:2728569msgid "override the up-to-date check"8570msgstr ""85718572#: builtin/rm.c:2738573msgid "allow recursive removal"8574msgstr ""85758576#: builtin/rm.c:2758577msgid "exit with a zero status even if nothing matched"8578msgstr ""85798580#: builtin/rm.c:3368581#, c-format8582msgid "not removing '%s' recursively without -r"8583msgstr ""85848585#: builtin/rm.c:3758586#, c-format8587msgid "git rm: unable to remove %s"8588msgstr ""85898590#: builtin/shortlog.c:138591msgid "git shortlog [<options>] [<revision range>] [[--] [<path>...]]"8592msgstr ""85938594#: builtin/shortlog.c:1318595#, c-format8596msgid "Missing author: %s"8597msgstr ""85988599#: builtin/shortlog.c:2308600msgid "sort output according to the number of commits per author"8601msgstr ""86028603#: builtin/shortlog.c:2328604msgid "Suppress commit descriptions, only provides commit count"8605msgstr ""86068607#: builtin/shortlog.c:2348608msgid "Show the email address of each author"8609msgstr ""86108611#: builtin/shortlog.c:2358612msgid "w[,i1[,i2]]"8613msgstr ""86148615#: builtin/shortlog.c:2368616msgid "Linewrap output"8617msgstr ""86188619#: builtin/show-branch.c:98620msgid ""8621"git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order] [--"8622"current] [--color[=<when>] | --no-color] [--sparse] [--more=<n> | --list | --"8623"independent | --merge-base] [--no-name | --sha1-name] [--topics] [(<rev> | "8624"<glob>)...]"8625msgstr ""86268627#: builtin/show-branch.c:108628msgid "git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"8629msgstr ""86308631#: builtin/show-branch.c:6508632msgid "show remote-tracking and local branches"8633msgstr ""86348635#: builtin/show-branch.c:6528636msgid "show remote-tracking branches"8637msgstr ""86388639#: builtin/show-branch.c:6548640msgid "color '*!+-' corresponding to the branch"8641msgstr ""86428643#: builtin/show-branch.c:6568644msgid "show <n> more commits after the common ancestor"8645msgstr ""86468647#: builtin/show-branch.c:6588648msgid "synonym to more=-1"8649msgstr ""86508651#: builtin/show-branch.c:6598652msgid "suppress naming strings"8653msgstr ""86548655#: builtin/show-branch.c:6618656msgid "include the current branch"8657msgstr ""86588659#: builtin/show-branch.c:6638660msgid "name commits with their object names"8661msgstr ""86628663#: builtin/show-branch.c:6658664msgid "show possible merge bases"8665msgstr ""86668667#: builtin/show-branch.c:6678668msgid "show refs unreachable from any other ref"8669msgstr ""86708671#: builtin/show-branch.c:6698672msgid "show commits in topological order"8673msgstr ""86748675#: builtin/show-branch.c:6728676msgid "show only commits not on the first branch"8677msgstr ""86788679#: builtin/show-branch.c:6748680msgid "show merges reachable from only one tip"8681msgstr ""86828683#: builtin/show-branch.c:6768684msgid "topologically sort, maintaining date order where possible"8685msgstr ""86868687#: builtin/show-branch.c:6798688msgid "<n>[,<base>]"8689msgstr ""86908691#: builtin/show-branch.c:6808692msgid "show <n> most recent ref-log entries starting at base"8693msgstr ""86948695#: builtin/show-ref.c:108696msgid ""8697"git show-ref [-q|--quiet] [--verify] [--head] [-d|--dereference] [-s|--"8698"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [pattern*] "8699msgstr ""87008701#: builtin/show-ref.c:118702msgid "git show-ref --exclude-existing[=pattern] < ref-list"8703msgstr ""87048705#: builtin/show-ref.c:1688706msgid "only show tags (can be combined with heads)"8707msgstr ""87088709#: builtin/show-ref.c:1698710msgid "only show heads (can be combined with tags)"8711msgstr ""87128713#: builtin/show-ref.c:1708714msgid "stricter reference checking, requires exact ref path"8715msgstr ""87168717#: builtin/show-ref.c:173 builtin/show-ref.c:1758718msgid "show the HEAD reference, even if it would be filtered out"8719msgstr ""87208721#: builtin/show-ref.c:1778722msgid "dereference tags into object IDs"8723msgstr ""87248725#: builtin/show-ref.c:1798726msgid "only show SHA1 hash using <n> digits"8727msgstr ""87288729#: builtin/show-ref.c:1838730msgid "do not print results to stdout (useful with --verify)"8731msgstr ""87328733#: builtin/show-ref.c:1858734msgid "show refs from stdin that aren't in local repository"8735msgstr ""87368737#: builtin/symbolic-ref.c:78738msgid "git symbolic-ref [options] name [ref]"8739msgstr ""87408741#: builtin/symbolic-ref.c:88742msgid "git symbolic-ref -d [-q] name"8743msgstr ""87448745#: builtin/symbolic-ref.c:408746msgid "suppress error message for non-symbolic (detached) refs"8747msgstr ""87488749#: builtin/symbolic-ref.c:418750msgid "delete symbolic ref"8751msgstr ""87528753#: builtin/symbolic-ref.c:428754msgid "shorten ref output"8755msgstr ""87568757#: builtin/symbolic-ref.c:43 builtin/update-ref.c:2548758msgid "reason"8759msgstr ""87608761#: builtin/symbolic-ref.c:43 builtin/update-ref.c:2548762msgid "reason of the update"8763msgstr ""87648765#: builtin/tag.c:228766msgid ""8767"git tag [-a|-s|-u <key-id>] [-f] [-m <msg>|-F <file>] <tagname> [<head>]"8768msgstr ""87698770#: builtin/tag.c:238771msgid "git tag -d <tagname>..."8772msgstr ""87738774#: builtin/tag.c:248775msgid ""8776"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>] \n"8777"\t\t[<pattern>...]"8778msgstr ""87798780#: builtin/tag.c:268781msgid "git tag -v <tagname>..."8782msgstr ""87838784#: builtin/tag.c:608785#, c-format8786msgid "malformed object at '%s'"8787msgstr ""87888789#: builtin/tag.c:2078790#, c-format8791msgid "tag name too long: %.*s..."8792msgstr ""87938794#: builtin/tag.c:2128795#, c-format8796msgid "tag '%s' not found."8797msgstr ""87988799#: builtin/tag.c:2278800#, c-format8801msgid "Deleted tag '%s' (was %s)\n"8802msgstr ""88038804#: builtin/tag.c:2398805#, c-format8806msgid "could not verify the tag '%s'"8807msgstr ""88088809#: builtin/tag.c:2498810#, c-format8811msgid ""8812"\n"8813"Write a tag message\n"8814"Lines starting with '%c' will be ignored.\n"8815msgstr ""88168817#: builtin/tag.c:2538818#, c-format8819msgid ""8820"\n"8821"Write a tag message\n"8822"Lines starting with '%c' will be kept; you may remove them yourself if you "8823"want to.\n"8824msgstr ""88258826#: builtin/tag.c:2928827msgid "unable to sign the tag"8828msgstr ""88298830#: builtin/tag.c:2948831msgid "unable to write tag file"8832msgstr ""88338834#: builtin/tag.c:3198835msgid "bad object type."8836msgstr ""88378838#: builtin/tag.c:3328839msgid "tag header too big."8840msgstr ""88418842#: builtin/tag.c:3688843msgid "no tag message?"8844msgstr ""88458846#: builtin/tag.c:3748847#, c-format8848msgid "The tag message has been left in %s\n"8849msgstr ""88508851#: builtin/tag.c:4238852msgid "switch 'points-at' requires an object"8853msgstr ""88548855#: builtin/tag.c:4258856#, c-format8857msgid "malformed object name '%s'"8858msgstr ""88598860#: builtin/tag.c:4458861msgid "list tag names"8862msgstr ""88638864#: builtin/tag.c:4478865msgid "print <n> lines of each tag message"8866msgstr ""88678868#: builtin/tag.c:4498869msgid "delete tags"8870msgstr ""88718872#: builtin/tag.c:4508873msgid "verify tags"8874msgstr ""88758876#: builtin/tag.c:4528877msgid "Tag creation options"8878msgstr ""88798880#: builtin/tag.c:4548881msgid "annotated tag, needs a message"8882msgstr ""88838884#: builtin/tag.c:4568885msgid "tag message"8886msgstr ""88878888#: builtin/tag.c:4588889msgid "annotated and GPG-signed tag"8890msgstr ""88918892#: builtin/tag.c:4628893msgid "use another key to sign the tag"8894msgstr ""88958896#: builtin/tag.c:4638897msgid "replace the tag if exists"8898msgstr ""88998900#: builtin/tag.c:4648901msgid "show tag list in columns"8902msgstr ""89038904#: builtin/tag.c:4668905msgid "Tag listing options"8906msgstr ""89078908#: builtin/tag.c:4698909msgid "print only tags that contain the commit"8910msgstr ""89118912#: builtin/tag.c:4758913msgid "print only tags of the object"8914msgstr ""89158916#: builtin/tag.c:5018917msgid "--column and -n are incompatible"8918msgstr ""89198920#: builtin/tag.c:5188921msgid "-n option is only allowed with -l."8922msgstr ""89238924#: builtin/tag.c:5208925msgid "--contains option is only allowed with -l."8926msgstr ""89278928#: builtin/tag.c:5228929msgid "--points-at option is only allowed with -l."8930msgstr ""89318932#: builtin/tag.c:5308933msgid "only one -F or -m option is allowed."8934msgstr ""89358936#: builtin/tag.c:5508937msgid "too many params"8938msgstr ""89398940#: builtin/tag.c:5568941#, c-format8942msgid "'%s' is not a valid tag name."8943msgstr ""89448945#: builtin/tag.c:5618946#, c-format8947msgid "tag '%s' already exists"8948msgstr ""89498950#: builtin/tag.c:5798951#, c-format8952msgid "%s: cannot lock the ref"8953msgstr ""89548955#: builtin/tag.c:5818956#, c-format8957msgid "%s: cannot update the ref"8958msgstr ""89598960#: builtin/tag.c:5838961#, c-format8962msgid "Updated tag '%s' (was %s)\n"8963msgstr ""89648965#: builtin/update-index.c:4028966msgid "git update-index [options] [--] [<file>...]"8967msgstr ""89688969#: builtin/update-index.c:7208970msgid "continue refresh even when index needs update"8971msgstr ""89728973#: builtin/update-index.c:7238974msgid "refresh: ignore submodules"8975msgstr ""89768977#: builtin/update-index.c:7268978msgid "do not ignore new files"8979msgstr ""89808981#: builtin/update-index.c:7288982msgid "let files replace directories and vice-versa"8983msgstr ""89848985#: builtin/update-index.c:7308986msgid "notice files missing from worktree"8987msgstr ""89888989#: builtin/update-index.c:7328990msgid "refresh even if index contains unmerged entries"8991msgstr ""89928993#: builtin/update-index.c:7358994msgid "refresh stat information"8995msgstr ""89968997#: builtin/update-index.c:7398998msgid "like --refresh, but ignore assume-unchanged setting"8999msgstr ""90009001#: builtin/update-index.c:7439002msgid "<mode> <object> <path>"9003msgstr ""90049005#: builtin/update-index.c:7449006msgid "add the specified entry to the index"9007msgstr ""90089009#: builtin/update-index.c:7489010msgid "(+/-)x"9011msgstr ""90129013#: builtin/update-index.c:7499014msgid "override the executable bit of the listed files"9015msgstr ""90169017#: builtin/update-index.c:7539018msgid "mark files as \"not changing\""9019msgstr ""90209021#: builtin/update-index.c:7569022msgid "clear assumed-unchanged bit"9023msgstr ""90249025#: builtin/update-index.c:7599026msgid "mark files as \"index-only\""9027msgstr ""90289029#: builtin/update-index.c:7629030msgid "clear skip-worktree bit"9031msgstr ""90329033#: builtin/update-index.c:7659034msgid "add to index only; do not add content to object database"9035msgstr ""90369037#: builtin/update-index.c:7679038msgid "remove named paths even if present in worktree"9039msgstr ""90409041#: builtin/update-index.c:7699042msgid "with --stdin: input lines are terminated by null bytes"9043msgstr ""90449045#: builtin/update-index.c:7719046msgid "read list of paths to be updated from standard input"9047msgstr ""90489049#: builtin/update-index.c:7759050msgid "add entries from standard input to the index"9051msgstr ""90529053#: builtin/update-index.c:7799054msgid "repopulate stages #2 and #3 for the listed paths"9055msgstr ""90569057#: builtin/update-index.c:7839058msgid "only update entries that differ from HEAD"9059msgstr ""90609061#: builtin/update-index.c:7879062msgid "ignore files missing from worktree"9063msgstr ""90649065#: builtin/update-index.c:7909066msgid "report actions to standard output"9067msgstr ""90689069#: builtin/update-index.c:7929070msgid "(for porcelains) forget saved unresolved conflicts"9071msgstr ""90729073#: builtin/update-index.c:7969074msgid "write index in this format"9075msgstr ""90769077#: builtin/update-ref.c:99078msgid "git update-ref [options] -d <refname> [<oldval>]"9079msgstr ""90809081#: builtin/update-ref.c:109082msgid "git update-ref [options] <refname> <newval> [<oldval>]"9083msgstr ""90849085#: builtin/update-ref.c:119086msgid "git update-ref [options] --stdin [-z]"9087msgstr ""90889089#: builtin/update-ref.c:2559090msgid "delete the reference"9091msgstr ""90929093#: builtin/update-ref.c:2579094msgid "update <refname> not the one it points to"9095msgstr ""90969097#: builtin/update-ref.c:2589098msgid "stdin has NUL-terminated arguments"9099msgstr ""91009101#: builtin/update-ref.c:2599102msgid "read updates from stdin"9103msgstr ""91049105#: builtin/update-server-info.c:69106msgid "git update-server-info [--force]"9107msgstr ""91089109#: builtin/update-server-info.c:149110msgid "update the info files from scratch"9111msgstr ""91129113#: builtin/verify-pack.c:569114msgid "git verify-pack [-v|--verbose] [-s|--stat-only] <pack>..."9115msgstr ""91169117#: builtin/verify-pack.c:669118msgid "verbose"9119msgstr ""91209121#: builtin/verify-pack.c:689122msgid "show statistics only"9123msgstr ""91249125#: builtin/verify-tag.c:179126msgid "git verify-tag [-v|--verbose] <tag>..."9127msgstr ""91289129#: builtin/verify-tag.c:739130msgid "print tag contents"9131msgstr ""91329133#: builtin/write-tree.c:139134msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"9135msgstr ""91369137#: builtin/write-tree.c:269138msgid "<prefix>/"9139msgstr ""91409141#: builtin/write-tree.c:279142msgid "write tree object for a subdirectory <prefix>"9143msgstr ""91449145#: builtin/write-tree.c:309146msgid "only useful for debugging"9147msgstr ""91489149#: git.c:179150msgid ""9151"'git help -a' and 'git help -g' lists available subcommands and some\n"9152"concept guides. See 'git help <command>' or 'git help <concept>'\n"9153"to read about a specific subcommand or concept."9154msgstr ""91559156#: parse-options.h:1469157msgid "expiry date"9158msgstr ""91599160#: parse-options.h:1619161msgid "no-op (backward compatibility)"9162msgstr ""91639164#: parse-options.h:2389165msgid "be more verbose"9166msgstr ""91679168#: parse-options.h:2409169msgid "be more quiet"9170msgstr ""91719172#: parse-options.h:2469173msgid "use <n> digits to display SHA-1s"9174msgstr ""91759176#: common-cmds.h:89177msgid "Add file contents to the index"9178msgstr ""91799180#: common-cmds.h:99181msgid "Find by binary search the change that introduced a bug"9182msgstr ""91839184#: common-cmds.h:109185msgid "List, create, or delete branches"9186msgstr ""91879188#: common-cmds.h:119189msgid "Checkout a branch or paths to the working tree"9190msgstr ""91919192#: common-cmds.h:129193msgid "Clone a repository into a new directory"9194msgstr ""91959196#: common-cmds.h:139197msgid "Record changes to the repository"9198msgstr ""91999200#: common-cmds.h:149201msgid "Show changes between commits, commit and working tree, etc"9202msgstr ""92039204#: common-cmds.h:159205msgid "Download objects and refs from another repository"9206msgstr ""92079208#: common-cmds.h:169209msgid "Print lines matching a pattern"9210msgstr ""92119212#: common-cmds.h:179213msgid "Create an empty Git repository or reinitialize an existing one"9214msgstr ""92159216#: common-cmds.h:189217msgid "Show commit logs"9218msgstr ""92199220#: common-cmds.h:199221msgid "Join two or more development histories together"9222msgstr ""92239224#: common-cmds.h:209225msgid "Move or rename a file, a directory, or a symlink"9226msgstr ""92279228#: common-cmds.h:219229msgid "Fetch from and integrate with another repository or a local branch"9230msgstr ""92319232#: common-cmds.h:229233msgid "Update remote refs along with associated objects"9234msgstr ""92359236#: common-cmds.h:239237msgid "Forward-port local commits to the updated upstream head"9238msgstr ""92399240#: common-cmds.h:249241msgid "Reset current HEAD to the specified state"9242msgstr ""92439244#: common-cmds.h:259245msgid "Remove files from the working tree and from the index"9246msgstr ""92479248#: common-cmds.h:269249msgid "Show various types of objects"9250msgstr ""92519252#: common-cmds.h:279253msgid "Show the working tree status"9254msgstr ""92559256#: common-cmds.h:289257msgid "Create, list, delete or verify a tag object signed with GPG"9258msgstr ""92599260#: git-am.sh:509261msgid "You need to set your committer info first"9262msgstr ""92639264#: git-am.sh:959265msgid ""9266"You seem to have moved HEAD since the last 'am' failure.\n"9267"Not rewinding to ORIG_HEAD"9268msgstr ""92699270#: git-am.sh:1059271#, sh-format9272msgid ""9273"When you have resolved this problem, run \"$cmdline --continue\".\n"9274"If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"9275"To restore the original branch and stop patching, run \"$cmdline --abort\"."9276msgstr ""92779278#: git-am.sh:1219279msgid "Cannot fall back to three-way merge."9280msgstr ""92819282#: git-am.sh:1379283msgid "Repository lacks necessary blobs to fall back on 3-way merge."9284msgstr ""92859286#: git-am.sh:1399287msgid "Using index info to reconstruct a base tree..."9288msgstr ""92899290#: git-am.sh:1549291msgid ""9292"Did you hand edit your patch?\n"9293"It does not apply to blobs recorded in its index."9294msgstr ""92959296#: git-am.sh:1639297msgid "Falling back to patching base and 3-way merge..."9298msgstr ""92999300#: git-am.sh:1799301msgid "Failed to merge in the changes."9302msgstr ""93039304#: git-am.sh:2749305msgid "Only one StGIT patch series can be applied at once"9306msgstr ""93079308#: git-am.sh:3619309#, sh-format9310msgid "Patch format $patch_format is not supported."9311msgstr ""93129313#: git-am.sh:3639314msgid "Patch format detection failed."9315msgstr ""93169317#: git-am.sh:3899318msgid ""9319"The -b/--binary option has been a no-op for long time, and\n"9320"it will be removed. Please do not use it anymore."9321msgstr ""93229323#: git-am.sh:4799324#, sh-format9325msgid "previous rebase directory $dotest still exists but mbox given."9326msgstr ""93279328#: git-am.sh:4849329msgid "Please make up your mind. --skip or --abort?"9330msgstr ""93319332#: git-am.sh:5209333#, sh-format9334msgid ""9335"Stray $dotest directory found.\n"9336"Use \"git am --abort\" to remove it."9337msgstr ""93389339#: git-am.sh:5289340msgid "Resolve operation not in progress, we are not resuming."9341msgstr ""93429343#: git-am.sh:5949344#, sh-format9345msgid "Dirty index: cannot apply patches (dirty: $files)"9346msgstr ""93479348#: git-am.sh:6989349#, sh-format9350msgid ""9351"Patch is empty. Was it split wrong?\n"9352"If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"9353"To restore the original branch and stop patching run \"$cmdline --abort\"."9354msgstr ""93559356#: git-am.sh:7259357msgid "Patch does not have a valid e-mail address."9358msgstr ""93599360#: git-am.sh:7729361msgid "cannot be interactive without stdin connected to a terminal."9362msgstr ""93639364#: git-am.sh:7769365msgid "Commit Body is:"9366msgstr ""93679368#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]9369#. in your translation. The program will only accept English9370#. input at this point.9371#: git-am.sh:7839372msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "9373msgstr ""93749375#: git-am.sh:8199376#, sh-format9377msgid "Applying: $FIRSTLINE"9378msgstr ""93799380#: git-am.sh:8409381msgid ""9382"No changes - did you forget to use 'git add'?\n"9383"If there is nothing left to stage, chances are that something else\n"9384"already introduced the same changes; you might want to skip this patch."9385msgstr ""93869387#: git-am.sh:8489388msgid ""9389"You still have unmerged paths in your index\n"9390"did you forget to use 'git add'?"9391msgstr ""93929393#: git-am.sh:8649394msgid "No changes -- Patch already applied."9395msgstr ""93969397#: git-am.sh:8749398#, sh-format9399msgid "Patch failed at $msgnum $FIRSTLINE"9400msgstr ""94019402#: git-am.sh:8779403#, sh-format9404msgid ""9405"The copy of the patch that failed is found in:\n"9406" $dotest/patch"9407msgstr ""94089409#: git-am.sh:8959410msgid "applying to an empty history"9411msgstr ""94129413#: git-bisect.sh:489414msgid "You need to start by \"git bisect start\""9415msgstr ""94169417#. TRANSLATORS: Make sure to include [Y] and [n] in your9418#. translation. The program will only accept English input9419#. at this point.9420#: git-bisect.sh:549421msgid "Do you want me to do it for you [Y/n]? "9422msgstr ""94239424#: git-bisect.sh:959425#, sh-format9426msgid "unrecognised option: '$arg'"9427msgstr ""94289429#: git-bisect.sh:999430#, sh-format9431msgid "'$arg' does not appear to be a valid revision"9432msgstr ""94339434#: git-bisect.sh:1179435msgid "Bad HEAD - I need a HEAD"9436msgstr ""94379438#: git-bisect.sh:1309439#, sh-format9440msgid ""9441"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."9442msgstr ""94439444#: git-bisect.sh:1409445msgid "won't bisect on seeked tree"9446msgstr ""94479448#: git-bisect.sh:1449449msgid "Bad HEAD - strange symbolic ref"9450msgstr ""94519452#: git-bisect.sh:1899453#, sh-format9454msgid "Bad bisect_write argument: $state"9455msgstr ""94569457#: git-bisect.sh:2189458#, sh-format9459msgid "Bad rev input: $arg"9460msgstr ""94619462#: git-bisect.sh:2329463msgid "Please call 'bisect_state' with at least one argument."9464msgstr ""94659466#: git-bisect.sh:2449467#, sh-format9468msgid "Bad rev input: $rev"9469msgstr ""94709471#: git-bisect.sh:2509472msgid "'git bisect bad' can take only one argument."9473msgstr ""94749475#. have bad but not good. we could bisect although9476#. this is less optimum.9477#: git-bisect.sh:2739478msgid "Warning: bisecting only with a bad commit."9479msgstr ""94809481#. TRANSLATORS: Make sure to include [Y] and [n] in your9482#. translation. The program will only accept English input9483#. at this point.9484#: git-bisect.sh:2799485msgid "Are you sure [Y/n]? "9486msgstr ""94879488#: git-bisect.sh:2899489msgid ""9490"You need to give me at least one good and one bad revisions.\n"9491"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"9492msgstr ""94939494#: git-bisect.sh:2929495msgid ""9496"You need to start by \"git bisect start\".\n"9497"You then need to give me at least one good and one bad revisions.\n"9498"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"9499msgstr ""95009501#: git-bisect.sh:363 git-bisect.sh:4909502msgid "We are not bisecting."9503msgstr ""95049505#: git-bisect.sh:3709506#, sh-format9507msgid "'$invalid' is not a valid commit"9508msgstr ""95099510#: git-bisect.sh:3799511#, sh-format9512msgid ""9513"Could not check out original HEAD '$branch'.\n"9514"Try 'git bisect reset <commit>'."9515msgstr ""95169517#: git-bisect.sh:4069518msgid "No logfile given"9519msgstr ""95209521#: git-bisect.sh:4079522#, sh-format9523msgid "cannot read $file for replaying"9524msgstr ""95259526#: git-bisect.sh:4249527msgid "?? what are you talking about?"9528msgstr ""95299530#: git-bisect.sh:4369531#, sh-format9532msgid "running $command"9533msgstr ""95349535#: git-bisect.sh:4439536#, sh-format9537msgid ""9538"bisect run failed:\n"9539"exit code $res from '$command' is < 0 or >= 128"9540msgstr ""95419542#: git-bisect.sh:4699543msgid "bisect run cannot continue any more"9544msgstr ""95459546#: git-bisect.sh:4759547#, sh-format9548msgid ""9549"bisect run failed:\n"9550"'bisect_state $state' exited with error code $res"9551msgstr ""95529553#: git-bisect.sh:4829554msgid "bisect run success"9555msgstr ""95569557#: git-pull.sh:219558msgid ""9559"Pull is not possible because you have unmerged files.\n"9560"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"9561"as appropriate to mark resolution, or use 'git commit -a'."9562msgstr ""95639564#: git-pull.sh:259565msgid "Pull is not possible because you have unmerged files."9566msgstr ""95679568#: git-pull.sh:2239569msgid "updating an unborn branch with changes added to the index"9570msgstr ""95719572#. The fetch involved updating the current branch.9573#. The working tree and the index file is still based on the9574#. $orig_head commit, but we are merging into $curr_head.9575#. First update the working tree to match $curr_head.9576#: git-pull.sh:2559577#, sh-format9578msgid ""9579"Warning: fetch updated the current branch head.\n"9580"Warning: fast-forwarding your working tree from\n"9581"Warning: commit $orig_head."9582msgstr ""95839584#: git-pull.sh:2809585msgid "Cannot merge multiple branches into empty head"9586msgstr ""95879588#: git-pull.sh:2849589msgid "Cannot rebase onto multiple branches"9590msgstr ""95919592#: git-rebase.sh:549593msgid ""9594"When you have resolved this problem, run \"git rebase --continue\".\n"9595"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"9596"To check out the original branch and stop rebasing, run \"git rebase --abort"9597"\"."9598msgstr ""95999600#: git-rebase.sh:1569601msgid "Applied autostash."9602msgstr ""96039604#: git-rebase.sh:1599605#, sh-format9606msgid "Cannot store $stash_sha1"9607msgstr ""96089609#: git-rebase.sh:1609610msgid ""9611"Applying autostash resulted in conflicts.\n"9612"Your changes are safe in the stash.\n"9613"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"9614msgstr ""96159616#: git-rebase.sh:1999617msgid "The pre-rebase hook refused to rebase."9618msgstr ""96199620#: git-rebase.sh:2049621msgid "It looks like git-am is in progress. Cannot rebase."9622msgstr ""96239624#: git-rebase.sh:3389625msgid "The --exec option must be used with the --interactive option"9626msgstr ""96279628#: git-rebase.sh:3439629msgid "No rebase in progress?"9630msgstr ""96319632#: git-rebase.sh:3549633msgid "The --edit-todo action can only be used during interactive rebase."9634msgstr ""96359636#: git-rebase.sh:3619637msgid "Cannot read HEAD"9638msgstr ""96399640#: git-rebase.sh:3649641msgid ""9642"You must edit all merge conflicts and then\n"9643"mark them as resolved using git add"9644msgstr ""96459646#: git-rebase.sh:3829647#, sh-format9648msgid "Could not move back to $head_name"9649msgstr ""96509651#: git-rebase.sh:4019652#, sh-format9653msgid ""9654"It seems that there is already a $state_dir_base directory, and\n"9655"I wonder if you are in the middle of another rebase. If that is the\n"9656"case, please try\n"9657"\t$cmd_live_rebase\n"9658"If that is not the case, please\n"9659"\t$cmd_clear_stale_rebase\n"9660"and run me again. I am stopping in case you still have something\n"9661"valuable there."9662msgstr ""96639664#: git-rebase.sh:4469665#, sh-format9666msgid "invalid upstream $upstream_name"9667msgstr ""96689669#: git-rebase.sh:4709670#, sh-format9671msgid "$onto_name: there are more than one merge bases"9672msgstr ""96739674#: git-rebase.sh:473 git-rebase.sh:4779675#, sh-format9676msgid "$onto_name: there is no merge base"9677msgstr ""96789679#: git-rebase.sh:4829680#, sh-format9681msgid "Does not point to a valid commit: $onto_name"9682msgstr ""96839684#: git-rebase.sh:5059685#, sh-format9686msgid "fatal: no such branch: $branch_name"9687msgstr ""96889689#: git-rebase.sh:5289690msgid "Cannot autostash"9691msgstr ""96929693#: git-rebase.sh:5339694#, sh-format9695msgid "Created autostash: $stash_abbrev"9696msgstr ""96979698#: git-rebase.sh:5379699msgid "Please commit or stash them."9700msgstr ""97019702#: git-rebase.sh:5579703#, sh-format9704msgid "Current branch $branch_name is up to date."9705msgstr ""97069707#: git-rebase.sh:5619708#, sh-format9709msgid "Current branch $branch_name is up to date, rebase forced."9710msgstr ""97119712#: git-rebase.sh:5729713#, sh-format9714msgid "Changes from $mb to $onto:"9715msgstr ""97169717#. Detach HEAD and reset the tree9718#: git-rebase.sh:5819719msgid "First, rewinding head to replay your work on top of it..."9720msgstr ""97219722#: git-rebase.sh:5919723#, sh-format9724msgid "Fast-forwarded $branch_name to $onto_name."9725msgstr ""97269727#: git-stash.sh:519728msgid "git stash clear with parameters is unimplemented"9729msgstr ""97309731#: git-stash.sh:749732msgid "You do not have the initial commit yet"9733msgstr ""97349735#: git-stash.sh:899736msgid "Cannot save the current index state"9737msgstr ""97389739#: git-stash.sh:123 git-stash.sh:1369740msgid "Cannot save the current worktree state"9741msgstr ""97429743#: git-stash.sh:1409744msgid "No changes selected"9745msgstr ""97469747#: git-stash.sh:1439748msgid "Cannot remove temporary index (can't happen)"9749msgstr ""97509751#: git-stash.sh:1569752msgid "Cannot record working tree state"9753msgstr ""97549755#: git-stash.sh:1909756#, sh-format9757msgid "Cannot update $ref_stash with $w_commit"9758msgstr ""97599760#. TRANSLATORS: $option is an invalid option, like9761#. `--blah-blah'. The 7 spaces at the beginning of the9762#. second line correspond to "error: ". So you should line9763#. up the second line with however many characters the9764#. translation of "error: " takes in your language. E.g. in9765#. English this is:9766#.9767#. $ git stash save --blah-blah 2>&1 | head -n 29768#. error: unknown option for 'stash save': --blah-blah9769#. To provide a message, use git stash save -- '--blah-blah'9770#: git-stash.sh:2379771#, sh-format9772msgid ""9773"error: unknown option for 'stash save': $option\n"9774" To provide a message, use git stash save -- '$option'"9775msgstr ""97769777#: git-stash.sh:2589778msgid "No local changes to save"9779msgstr ""97809781#: git-stash.sh:2629782msgid "Cannot initialize stash"9783msgstr ""97849785#: git-stash.sh:2669786msgid "Cannot save the current status"9787msgstr ""97889789#: git-stash.sh:2849790msgid "Cannot remove worktree changes"9791msgstr ""97929793#: git-stash.sh:3839794msgid "No stash found."9795msgstr ""97969797#: git-stash.sh:3909798#, sh-format9799msgid "Too many revisions specified: $REV"9800msgstr ""98019802#: git-stash.sh:3969803#, sh-format9804msgid "$reference is not valid reference"9805msgstr ""98069807#: git-stash.sh:4249808#, sh-format9809msgid "'$args' is not a stash-like commit"9810msgstr ""98119812#: git-stash.sh:4359813#, sh-format9814msgid "'$args' is not a stash reference"9815msgstr ""98169817#: git-stash.sh:4439818msgid "unable to refresh index"9819msgstr ""98209821#: git-stash.sh:4479822msgid "Cannot apply a stash in the middle of a merge"9823msgstr ""98249825#: git-stash.sh:4559826msgid "Conflicts in index. Try without --index."9827msgstr ""98289829#: git-stash.sh:4579830msgid "Could not save index tree"9831msgstr ""98329833#: git-stash.sh:4919834msgid "Cannot unstage modified files"9835msgstr ""98369837#: git-stash.sh:5069838msgid "Index was not unstashed."9839msgstr ""98409841#: git-stash.sh:5239842#, sh-format9843msgid "Dropped ${REV} ($s)"9844msgstr ""98459846#: git-stash.sh:5249847#, sh-format9848msgid "${REV}: Could not drop stash entry"9849msgstr ""98509851#: git-stash.sh:5319852msgid "No branch name specified"9853msgstr ""98549855#: git-stash.sh:6039856msgid "(To restore them type \"git stash apply\")"9857msgstr ""98589859#: git-submodule.sh:959860#, sh-format9861msgid "cannot strip one component off url '$remoteurl'"9862msgstr ""98639864#: git-submodule.sh:2379865#, sh-format9866msgid "No submodule mapping found in .gitmodules for path '$sm_path'"9867msgstr ""98689869#: git-submodule.sh:2819870#, sh-format9871msgid "Clone of '$url' into submodule path '$sm_path' failed"9872msgstr ""98739874#: git-submodule.sh:2939875#, sh-format9876msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"9877msgstr ""98789879#: git-submodule.sh:4039880msgid "Relative path can only be used from the toplevel of the working tree"9881msgstr ""98829883#: git-submodule.sh:4139884#, sh-format9885msgid "repo URL: '$repo' must be absolute or begin with ./|../"9886msgstr ""98879888#: git-submodule.sh:4309889#, sh-format9890msgid "'$sm_path' already exists in the index"9891msgstr ""98929893#: git-submodule.sh:4349894#, sh-format9895msgid ""9896"The following path is ignored by one of your .gitignore files:\n"9897"$sm_path\n"9898"Use -f if you really want to add it."9899msgstr ""99009901#: git-submodule.sh:4529902#, sh-format9903msgid "Adding existing repo at '$sm_path' to the index"9904msgstr ""99059906#: git-submodule.sh:4549907#, sh-format9908msgid "'$sm_path' already exists and is not a valid git repo"9909msgstr ""99109911#: git-submodule.sh:4629912#, sh-format9913msgid "A git directory for '$sm_name' is found locally with remote(s):"9914msgstr ""99159916#: git-submodule.sh:4649917#, sh-format9918msgid ""9919"If you want to reuse this local git directory instead of cloning again from"9920msgstr ""99219922#: git-submodule.sh:4669923#, sh-format9924msgid ""9925"use the '--force' option. If the local git directory is not the correct repo"9926msgstr ""99279928#: git-submodule.sh:4679929#, sh-format9930msgid ""9931"or you are unsure what this means choose another name with the '--name' "9932"option."9933msgstr ""99349935#: git-submodule.sh:4699936#, sh-format9937msgid "Reactivating local git directory for submodule '$sm_name'."9938msgstr ""99399940#: git-submodule.sh:4819941#, sh-format9942msgid "Unable to checkout submodule '$sm_path'"9943msgstr ""99449945#: git-submodule.sh:4869946#, sh-format9947msgid "Failed to add submodule '$sm_path'"9948msgstr ""99499950#: git-submodule.sh:4959951#, sh-format9952msgid "Failed to register submodule '$sm_path'"9953msgstr ""99549955#: git-submodule.sh:5399956#, sh-format9957msgid "Entering '$prefix$displaypath'"9958msgstr ""99599960#: git-submodule.sh:5549961#, sh-format9962msgid "Stopping at '$prefix$displaypath'; script returned non-zero status."9963msgstr ""99649965#: git-submodule.sh:6009966#, sh-format9967msgid "No url found for submodule path '$displaypath' in .gitmodules"9968msgstr ""99699970#: git-submodule.sh:6099971#, sh-format9972msgid "Failed to register url for submodule path '$displaypath'"9973msgstr ""99749975#: git-submodule.sh:6119976#, sh-format9977msgid "Submodule '$name' ($url) registered for path '$displaypath'"9978msgstr ""99799980#: git-submodule.sh:6199981#, sh-format9982msgid "Failed to register update mode for submodule path '$displaypath'"9983msgstr ""99849985#: git-submodule.sh:6569986#, sh-format9987msgid "Use '.' if you really want to deinitialize all submodules"9988msgstr ""99899990#: git-submodule.sh:6739991#, sh-format9992msgid "Submodule work tree '$displaypath' contains a .git directory"9993msgstr ""99949995#: git-submodule.sh:6749996#, sh-format9997msgid ""9998"(use 'rm -rf' if you really want to remove it including all of its history)"9999msgstr ""1000010001#: git-submodule.sh:68010002#, sh-format10003msgid ""10004"Submodule work tree '$displaypath' contains local modifications; use '-f' to "10005"discard them"10006msgstr ""1000710008#: git-submodule.sh:68310009#, sh-format10010msgid "Cleared directory '$displaypath'"10011msgstr ""1001210013#: git-submodule.sh:68410014#, sh-format10015msgid "Could not remove submodule work tree '$displaypath'"10016msgstr ""1001710018#: git-submodule.sh:68710019#, sh-format10020msgid "Could not create empty submodule directory '$displaypath'"10021msgstr ""1002210023#: git-submodule.sh:69610024#, sh-format10025msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"10026msgstr ""1002710028#: git-submodule.sh:81110029#, sh-format10030msgid ""10031"Submodule path '$displaypath' not initialized\n"10032"Maybe you want to use 'update --init'?"10033msgstr ""1003410035#: git-submodule.sh:82410036#, sh-format10037msgid "Unable to find current revision in submodule path '$displaypath'"10038msgstr ""1003910040#: git-submodule.sh:83310041#, sh-format10042msgid "Unable to fetch in submodule path '$sm_path'"10043msgstr ""1004410045#: git-submodule.sh:85710046#, sh-format10047msgid "Unable to fetch in submodule path '$displaypath'"10048msgstr ""1004910050#: git-submodule.sh:87110051#, sh-format10052msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"10053msgstr ""1005410055#: git-submodule.sh:87210056#, sh-format10057msgid "Submodule path '$displaypath': rebased into '$sha1'"10058msgstr ""1005910060#: git-submodule.sh:87710061#, sh-format10062msgid "Unable to merge '$sha1' in submodule path '$displaypath'"10063msgstr ""1006410065#: git-submodule.sh:87810066#, sh-format10067msgid "Submodule path '$displaypath': merged in '$sha1'"10068msgstr ""1006910070#: git-submodule.sh:88310071#, sh-format10072msgid ""10073"Execution of '$command $sha1' failed in submodule path '$prefix$sm_path'"10074msgstr ""1007510076#: git-submodule.sh:88410077#, sh-format10078msgid "Submodule path '$prefix$sm_path': '$command $sha1'"10079msgstr ""1008010081#: git-submodule.sh:88910082#, sh-format10083msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"10084msgstr ""1008510086#: git-submodule.sh:89010087#, sh-format10088msgid "Submodule path '$displaypath': checked out '$sha1'"10089msgstr ""1009010091#: git-submodule.sh:91710092#, sh-format10093msgid "Failed to recurse into submodule path '$displaypath'"10094msgstr ""1009510096#: git-submodule.sh:102510097msgid "The --cached option cannot be used with the --files option"10098msgstr ""1009910100#. unexpected type10101#: git-submodule.sh:107310102#, sh-format10103msgid "unexpected mode $mod_dst"10104msgstr ""1010510106#: git-submodule.sh:109310107#, sh-format10108msgid " Warn: $display_name doesn't contain commit $sha1_src"10109msgstr ""1011010111#: git-submodule.sh:109610112#, sh-format10113msgid " Warn: $display_name doesn't contain commit $sha1_dst"10114msgstr ""1011510116#: git-submodule.sh:109910117#, sh-format10118msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"10119msgstr ""1012010121#: git-submodule.sh:112410122msgid "blob"10123msgstr ""1012410125#: git-submodule.sh:123810126#, sh-format10127msgid "Failed to recurse into submodule path '$sm_path'"10128msgstr ""1012910130#: git-submodule.sh:130210131#, sh-format10132msgid "Synchronizing submodule url for '$displaypath'"10133msgstr ""