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: 2012-10-16 08:38+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:40 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:70 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:322 56msgid "fmt" 57msgstr "" 58 59#: archive.c:322 60msgid "archive format" 61msgstr "" 62 63#: archive.c:323 builtin/log.c:1079 64msgid "prefix" 65msgstr "" 66 67#: archive.c:324 68msgid "prepend prefix to each pathname in the archive" 69msgstr "" 70 71#: archive.c:325 builtin/archive.c:91 builtin/blame.c:2389 72#: builtin/blame.c:2390 builtin/config.c:56 builtin/fast-export.c:642 73#: builtin/fast-export.c:644 builtin/grep.c:801 builtin/hash-object.c:77 74#: builtin/ls-files.c:494 builtin/ls-files.c:497 builtin/notes.c:540 75#: builtin/notes.c:697 builtin/read-tree.c:107 parse-options.h:149 76msgid "file" 77msgstr "" 78 79#: archive.c:326 builtin/archive.c:92 80msgid "write the archive to this file" 81msgstr "" 82 83#: archive.c:328 84msgid "read .gitattributes in working directory" 85msgstr "" 86 87#: archive.c:329 88msgid "report archived files on stderr" 89msgstr "" 90 91#: archive.c:330 92msgid "store only" 93msgstr "" 94 95#: archive.c:331 96msgid "compress faster" 97msgstr "" 98 99#: archive.c:339 100msgid "compress better" 101msgstr "" 102 103#: archive.c:342 104msgid "list supported archive formats" 105msgstr "" 106 107#: archive.c:344 builtin/archive.c:93 builtin/clone.c:85 108msgid "repo" 109msgstr "" 110 111#: archive.c:345 builtin/archive.c:94 112msgid "retrieve the archive from remote repository <repo>" 113msgstr "" 114 115#: archive.c:346 builtin/archive.c:95 builtin/notes.c:619 116msgid "command" 117msgstr "" 118 119#: archive.c:347 builtin/archive.c:96 120msgid "path to the remote git-upload-archive command" 121msgstr "" 122 123#: bundle.c:36 124#, c-format 125msgid "'%s' does not look like a v2 bundle file" 126msgstr "" 127 128#: bundle.c:63 129#, c-format 130msgid "unrecognized header: %s%s (%d)" 131msgstr "" 132 133#: bundle.c:89 builtin/commit.c:672 134#, c-format 135msgid "could not open '%s'" 136msgstr "" 137 138#: bundle.c:140 139msgid "Repository lacks these prerequisite commits:" 140msgstr "" 141 142#: bundle.c:164 sequencer.c:562 sequencer.c:994 builtin/log.c:290 143#: builtin/log.c:727 builtin/log.c:1313 builtin/log.c:1529 builtin/merge.c:347 144#: builtin/shortlog.c:181 145msgid "revision walk setup failed" 146msgstr "" 147 148#: bundle.c:186 149#, c-format 150msgid "The bundle contains %d ref" 151msgid_plural "The bundle contains %d refs" 152msgstr[0] "" 153msgstr[1] "" 154 155#: bundle.c:192 156msgid "The bundle records a complete history." 157msgstr "" 158 159#: bundle.c:195 160#, c-format 161msgid "The bundle requires this ref" 162msgid_plural "The bundle requires these %d refs" 163msgstr[0] "" 164msgstr[1] "" 165 166#: bundle.c:294 167msgid "rev-list died" 168msgstr "" 169 170#: bundle.c:300 builtin/log.c:1209 builtin/shortlog.c:284 171#, c-format 172msgid "unrecognized argument: %s" 173msgstr "" 174 175#: bundle.c:335 176#, c-format 177msgid "ref '%s' is excluded by the rev-list options" 178msgstr "" 179 180#: bundle.c:380 181msgid "Refusing to create empty bundle." 182msgstr "" 183 184#: bundle.c:398 185msgid "Could not spawn pack-objects" 186msgstr "" 187 188#: bundle.c:416 189msgid "pack-objects died" 190msgstr "" 191 192#: bundle.c:419 193#, c-format 194msgid "cannot create '%s'" 195msgstr "" 196 197#: bundle.c:441 198msgid "index-pack died" 199msgstr "" 200 201#: commit.c:50 202#, c-format 203msgid "could not parse %s" 204msgstr "" 205 206#: commit.c:52 207#, c-format 208msgid "%s %s is not a commit!" 209msgstr "" 210 211#: compat/obstack.c:406 compat/obstack.c:408 212msgid "memory exhausted" 213msgstr "" 214 215#: connected.c:39 216msgid "Could not run 'git rev-list'" 217msgstr "" 218 219#: connected.c:48 220#, c-format 221msgid "failed write to rev-list: %s" 222msgstr "" 223 224#: connected.c:56 225#, c-format 226msgid "failed to close rev-list's stdin: %s" 227msgstr "" 228 229#: date.c:95 230msgid "in the future" 231msgstr "" 232 233#: date.c:101 234#, c-format 235msgid "%lu second ago" 236msgid_plural "%lu seconds ago" 237msgstr[0] "" 238msgstr[1] "" 239 240#: date.c:108 241#, c-format 242msgid "%lu minute ago" 243msgid_plural "%lu minutes ago" 244msgstr[0] "" 245msgstr[1] "" 246 247#: date.c:115 248#, c-format 249msgid "%lu hour ago" 250msgid_plural "%lu hours ago" 251msgstr[0] "" 252msgstr[1] "" 253 254#: date.c:122 255#, c-format 256msgid "%lu day ago" 257msgid_plural "%lu days ago" 258msgstr[0] "" 259msgstr[1] "" 260 261#: date.c:128 262#, c-format 263msgid "%lu week ago" 264msgid_plural "%lu weeks ago" 265msgstr[0] "" 266msgstr[1] "" 267 268#: date.c:135 269#, c-format 270msgid "%lu month ago" 271msgid_plural "%lu months ago" 272msgstr[0] "" 273msgstr[1] "" 274 275#: date.c:146 276#, c-format 277msgid "%lu year" 278msgid_plural "%lu years" 279msgstr[0] "" 280msgstr[1] "" 281 282#: date.c:149 283#, c-format 284msgid "%s, %lu month ago" 285msgid_plural "%s, %lu months ago" 286msgstr[0] "" 287msgstr[1] "" 288 289#: date.c:154 date.c:159 290#, c-format 291msgid "%lu year ago" 292msgid_plural "%lu years ago" 293msgstr[0] "" 294msgstr[1] "" 295 296#: diff.c:105 297#, c-format 298msgid " Failed to parse dirstat cut-off percentage '%.*s'\n" 299msgstr "" 300 301#: diff.c:110 302#, c-format 303msgid " Unknown dirstat parameter '%.*s'\n" 304msgstr "" 305 306#: diff.c:210 307#, c-format 308msgid "" 309"Found errors in 'diff.dirstat' config variable:\n" 310"%s" 311msgstr "" 312 313#: diff.c:3458 314#, c-format 315msgid "" 316"Failed to parse --dirstat/-X option parameter:\n" 317"%s" 318msgstr "" 319 320#: gpg-interface.c:59 321msgid "could not run gpg." 322msgstr "" 323 324#: gpg-interface.c:71 325msgid "gpg did not accept the data" 326msgstr "" 327 328#: gpg-interface.c:82 329msgid "gpg failed to sign the data" 330msgstr "" 331 332#: grep.c:1441 333#, c-format 334msgid "'%s': unable to read %s" 335msgstr "" 336 337#: grep.c:1458 338#, c-format 339msgid "'%s': %s" 340msgstr "" 341 342#: grep.c:1469 343#, c-format 344msgid "'%s': short read %s" 345msgstr "" 346 347#: help.c:212 348#, c-format 349msgid "available git commands in '%s'" 350msgstr "" 351 352#: help.c:219 353msgid "git commands available from elsewhere on your $PATH" 354msgstr "" 355 356#: help.c:275 357#, c-format 358msgid "" 359"'%s' appears to be a git command, but we were not\n" 360"able to execute it. Maybe git-%s is broken?" 361msgstr "" 362 363#: help.c:332 364msgid "Uh oh. Your system reports no Git commands at all." 365msgstr "" 366 367#: help.c:354 368#, c-format 369msgid "" 370"WARNING: You called a Git command named '%s', which does not exist.\n" 371"Continuing under the assumption that you meant '%s'" 372msgstr "" 373 374#: help.c:359 375#, c-format 376msgid "in %0.1f seconds automatically..." 377msgstr "" 378 379#: help.c:366 380#, c-format 381msgid "git: '%s' is not a git command. See 'git --help'." 382msgstr "" 383 384#: help.c:370 385msgid "" 386"\n" 387"Did you mean this?" 388msgid_plural "" 389"\n" 390"Did you mean one of these?" 391msgstr[0] "" 392msgstr[1] "" 393 394#: merge-recursive.c:190 395#, c-format 396msgid "(bad commit)\n" 397msgstr "" 398 399#: merge-recursive.c:206 400#, c-format 401msgid "addinfo_cache failed for path '%s'" 402msgstr "" 403 404#: merge-recursive.c:268 405msgid "error building trees" 406msgstr "" 407 408#: merge-recursive.c:672 409#, c-format 410msgid "failed to create path '%s'%s" 411msgstr "" 412 413#: merge-recursive.c:683 414#, c-format 415msgid "Removing %s to make room for subdirectory\n" 416msgstr "" 417 418#. something else exists 419#. .. but not some other error (who really cares what?) 420#: merge-recursive.c:697 merge-recursive.c:718 421msgid ": perhaps a D/F conflict?" 422msgstr "" 423 424#: merge-recursive.c:708 425#, c-format 426msgid "refusing to lose untracked file at '%s'" 427msgstr "" 428 429#: merge-recursive.c:748 430#, c-format 431msgid "cannot read object %s '%s'" 432msgstr "" 433 434#: merge-recursive.c:750 435#, c-format 436msgid "blob expected for %s '%s'" 437msgstr "" 438 439#: merge-recursive.c:773 builtin/clone.c:302 440#, c-format 441msgid "failed to open '%s'" 442msgstr "" 443 444#: merge-recursive.c:781 445#, c-format 446msgid "failed to symlink '%s'" 447msgstr "" 448 449#: merge-recursive.c:784 450#, c-format 451msgid "do not know what to do with %06o %s '%s'" 452msgstr "" 453 454#: merge-recursive.c:922 455msgid "Failed to execute internal merge" 456msgstr "" 457 458#: merge-recursive.c:926 459#, c-format 460msgid "Unable to add %s to database" 461msgstr "" 462 463#: merge-recursive.c:942 464msgid "unsupported object type in the tree" 465msgstr "" 466 467#: merge-recursive.c:1021 merge-recursive.c:1035 468#, c-format 469msgid "" 470"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 471"in tree." 472msgstr "" 473 474#: merge-recursive.c:1027 merge-recursive.c:1040 475#, c-format 476msgid "" 477"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 478"in tree at %s." 479msgstr "" 480 481#: merge-recursive.c:1081 482msgid "rename" 483msgstr "" 484 485#: merge-recursive.c:1081 486msgid "renamed" 487msgstr "" 488 489#: merge-recursive.c:1137 490#, c-format 491msgid "%s is a directory in %s adding as %s instead" 492msgstr "" 493 494#: merge-recursive.c:1159 495#, c-format 496msgid "" 497"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s" 498"\"->\"%s\" in \"%s\"%s" 499msgstr "" 500 501#: merge-recursive.c:1164 502msgid " (left unresolved)" 503msgstr "" 504 505#: merge-recursive.c:1218 506#, c-format 507msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s" 508msgstr "" 509 510#: merge-recursive.c:1248 511#, c-format 512msgid "Renaming %s to %s and %s to %s instead" 513msgstr "" 514 515#: merge-recursive.c:1447 516#, c-format 517msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s" 518msgstr "" 519 520#: merge-recursive.c:1457 521#, c-format 522msgid "Adding merged %s" 523msgstr "" 524 525#: merge-recursive.c:1462 merge-recursive.c:1660 526#, c-format 527msgid "Adding as %s instead" 528msgstr "" 529 530#: merge-recursive.c:1513 531#, c-format 532msgid "cannot read object %s" 533msgstr "" 534 535#: merge-recursive.c:1516 536#, c-format 537msgid "object %s is not a blob" 538msgstr "" 539 540#: merge-recursive.c:1564 541msgid "modify" 542msgstr "" 543 544#: merge-recursive.c:1564 545msgid "modified" 546msgstr "" 547 548#: merge-recursive.c:1574 549msgid "content" 550msgstr "" 551 552#: merge-recursive.c:1581 553msgid "add/add" 554msgstr "" 555 556#: merge-recursive.c:1615 557#, c-format 558msgid "Skipped %s (merged same as existing)" 559msgstr "" 560 561#: merge-recursive.c:1629 562#, c-format 563msgid "Auto-merging %s" 564msgstr "" 565 566#: merge-recursive.c:1633 git-submodule.sh:869 567msgid "submodule" 568msgstr "" 569 570#: merge-recursive.c:1634 571#, c-format 572msgid "CONFLICT (%s): Merge conflict in %s" 573msgstr "" 574 575#: merge-recursive.c:1724 576#, c-format 577msgid "Removing %s" 578msgstr "" 579 580#: merge-recursive.c:1749 581msgid "file/directory" 582msgstr "" 583 584#: merge-recursive.c:1755 585msgid "directory/file" 586msgstr "" 587 588#: merge-recursive.c:1760 589#, c-format 590msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s" 591msgstr "" 592 593#: merge-recursive.c:1770 594#, c-format 595msgid "Adding %s" 596msgstr "" 597 598#: merge-recursive.c:1787 599msgid "Fatal merge failure, shouldn't happen." 600msgstr "" 601 602#: merge-recursive.c:1806 603msgid "Already up-to-date!" 604msgstr "" 605 606#: merge-recursive.c:1815 607#, c-format 608msgid "merging of trees %s and %s failed" 609msgstr "" 610 611#: merge-recursive.c:1845 612#, c-format 613msgid "Unprocessed path??? %s" 614msgstr "" 615 616#: merge-recursive.c:1890 617msgid "Merging:" 618msgstr "" 619 620#: merge-recursive.c:1903 621#, c-format 622msgid "found %u common ancestor:" 623msgid_plural "found %u common ancestors:" 624msgstr[0] "" 625msgstr[1] "" 626 627#: merge-recursive.c:1940 628msgid "merge returned no commit" 629msgstr "" 630 631#: merge-recursive.c:1997 632#, c-format 633msgid "Could not parse object '%s'" 634msgstr "" 635 636#: merge-recursive.c:2009 builtin/merge.c:696 637msgid "Unable to write index." 638msgstr "" 639 640#: parse-options.c:494 641msgid "..." 642msgstr "" 643 644#: parse-options.c:512 645#, c-format 646msgid "usage: %s" 647msgstr "" 648 649#. TRANSLATORS: the colon here should align with the 650#. one in "usage: %s" translation 651#: parse-options.c:516 652#, c-format 653msgid " or: %s" 654msgstr "" 655 656#: parse-options.c:519 657#, c-format 658msgid " %s" 659msgstr "" 660 661#: remote.c:1632 662#, c-format 663msgid "Your branch is ahead of '%s' by %d commit.\n" 664msgid_plural "Your branch is ahead of '%s' by %d commits.\n" 665msgstr[0] "" 666msgstr[1] "" 667 668#: remote.c:1638 669#, c-format 670msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n" 671msgid_plural "" 672"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n" 673msgstr[0] "" 674msgstr[1] "" 675 676#: remote.c:1646 677#, c-format 678msgid "" 679"Your branch and '%s' have diverged,\n" 680"and have %d and %d different commit each, respectively.\n" 681msgid_plural "" 682"Your branch and '%s' have diverged,\n" 683"and have %d and %d different commits each, respectively.\n" 684msgstr[0] "" 685msgstr[1] "" 686 687#: sequencer.c:123 builtin/merge.c:864 builtin/merge.c:977 688#: builtin/merge.c:1087 builtin/merge.c:1097 689#, c-format 690msgid "Could not open '%s' for writing" 691msgstr "" 692 693#: sequencer.c:125 builtin/merge.c:333 builtin/merge.c:867 694#: builtin/merge.c:1089 builtin/merge.c:1102 695#, c-format 696msgid "Could not write to '%s'" 697msgstr "" 698 699#: sequencer.c:146 700msgid "" 701"after resolving the conflicts, mark the corrected paths\n" 702"with 'git add <paths>' or 'git rm <paths>'" 703msgstr "" 704 705#: sequencer.c:149 706msgid "" 707"after resolving the conflicts, mark the corrected paths\n" 708"with 'git add <paths>' or 'git rm <paths>'\n" 709"and commit the result with 'git commit'" 710msgstr "" 711 712#: sequencer.c:162 sequencer.c:770 sequencer.c:853 713#, c-format 714msgid "Could not write to %s" 715msgstr "" 716 717#: sequencer.c:165 718#, c-format 719msgid "Error wrapping up %s" 720msgstr "" 721 722#: sequencer.c:180 723msgid "Your local changes would be overwritten by cherry-pick." 724msgstr "" 725 726#: sequencer.c:182 727msgid "Your local changes would be overwritten by revert." 728msgstr "" 729 730#: sequencer.c:185 731msgid "Commit your changes or stash them to proceed." 732msgstr "" 733 734#. TRANSLATORS: %s will be "revert" or "cherry-pick" 735#: sequencer.c:235 736#, c-format 737msgid "%s: Unable to write new index file" 738msgstr "" 739 740#: sequencer.c:266 741msgid "Could not resolve HEAD commit\n" 742msgstr "" 743 744#: sequencer.c:287 745msgid "Unable to update cache tree\n" 746msgstr "" 747 748#: sequencer.c:332 749#, c-format 750msgid "Could not parse commit %s\n" 751msgstr "" 752 753#: sequencer.c:337 754#, c-format 755msgid "Could not parse parent commit %s\n" 756msgstr "" 757 758#: sequencer.c:403 759msgid "Your index file is unmerged." 760msgstr "" 761 762#: sequencer.c:406 763msgid "You do not have a valid HEAD" 764msgstr "" 765 766#: sequencer.c:421 767#, c-format 768msgid "Commit %s is a merge but no -m option was given." 769msgstr "" 770 771#: sequencer.c:429 772#, c-format 773msgid "Commit %s does not have parent %d" 774msgstr "" 775 776#: sequencer.c:433 777#, c-format 778msgid "Mainline was specified but commit %s is not a merge." 779msgstr "" 780 781#. TRANSLATORS: The first %s will be "revert" or 782#. "cherry-pick", the second %s a SHA1 783#: sequencer.c:444 784#, c-format 785msgid "%s: cannot parse parent commit %s" 786msgstr "" 787 788#: sequencer.c:448 789#, c-format 790msgid "Cannot get commit message for %s" 791msgstr "" 792 793#: sequencer.c:532 794#, c-format 795msgid "could not revert %s... %s" 796msgstr "" 797 798#: sequencer.c:533 799#, c-format 800msgid "could not apply %s... %s" 801msgstr "" 802 803#: sequencer.c:565 804msgid "empty commit set passed" 805msgstr "" 806 807#: sequencer.c:573 808#, c-format 809msgid "git %s: failed to read the index" 810msgstr "" 811 812#: sequencer.c:578 813#, c-format 814msgid "git %s: failed to refresh the index" 815msgstr "" 816 817#: sequencer.c:636 818#, c-format 819msgid "Cannot %s during a %s" 820msgstr "" 821 822#: sequencer.c:658 823#, c-format 824msgid "Could not parse line %d." 825msgstr "" 826 827#: sequencer.c:663 828msgid "No commits parsed." 829msgstr "" 830 831#: sequencer.c:676 832#, c-format 833msgid "Could not open %s" 834msgstr "" 835 836#: sequencer.c:680 837#, c-format 838msgid "Could not read %s." 839msgstr "" 840 841#: sequencer.c:687 842#, c-format 843msgid "Unusable instruction sheet: %s" 844msgstr "" 845 846#: sequencer.c:715 847#, c-format 848msgid "Invalid key: %s" 849msgstr "" 850 851#: sequencer.c:718 852#, c-format 853msgid "Invalid value for %s: %s" 854msgstr "" 855 856#: sequencer.c:730 857#, c-format 858msgid "Malformed options sheet: %s" 859msgstr "" 860 861#: sequencer.c:751 862msgid "a cherry-pick or revert is already in progress" 863msgstr "" 864 865#: sequencer.c:752 866msgid "try \"git cherry-pick (--continue | --quit | --abort)\"" 867msgstr "" 868 869#: sequencer.c:756 870#, c-format 871msgid "Could not create sequencer directory %s" 872msgstr "" 873 874#: sequencer.c:772 sequencer.c:857 875#, c-format 876msgid "Error wrapping up %s." 877msgstr "" 878 879#: sequencer.c:791 sequencer.c:925 880msgid "no cherry-pick or revert in progress" 881msgstr "" 882 883#: sequencer.c:793 884msgid "cannot resolve HEAD" 885msgstr "" 886 887#: sequencer.c:795 888msgid "cannot abort from a branch yet to be born" 889msgstr "" 890 891#: sequencer.c:817 builtin/apply.c:4005 892#, c-format 893msgid "cannot open %s: %s" 894msgstr "" 895 896#: sequencer.c:820 897#, c-format 898msgid "cannot read %s: %s" 899msgstr "" 900 901#: sequencer.c:821 902msgid "unexpected end of file" 903msgstr "" 904 905#: sequencer.c:827 906#, c-format 907msgid "stored pre-cherry-pick HEAD file '%s' is corrupt" 908msgstr "" 909 910#: sequencer.c:850 911#, c-format 912msgid "Could not format %s." 913msgstr "" 914 915#: sequencer.c:1012 916msgid "Can't revert as initial commit" 917msgstr "" 918 919#: sequencer.c:1013 920msgid "Can't cherry-pick into empty head" 921msgstr "" 922 923#: sha1_name.c:1044 924msgid "HEAD does not point to a branch" 925msgstr "" 926 927#: sha1_name.c:1047 928#, c-format 929msgid "No such branch: '%s'" 930msgstr "" 931 932#: sha1_name.c:1049 933#, c-format 934msgid "No upstream configured for branch '%s'" 935msgstr "" 936 937#: sha1_name.c:1052 938#, c-format 939msgid "Upstream branch '%s' not stored as a remote-tracking branch" 940msgstr "" 941 942#: wrapper.c:408 943#, c-format 944msgid "unable to access '%s': %s" 945msgstr "" 946 947#: wrapper.c:426 948#, c-format 949msgid "unable to look up current user in the passwd file: %s" 950msgstr "" 951 952#: wrapper.c:427 953msgid "no such user" 954msgstr "" 955 956#: wt-status.c:140 957msgid "Unmerged paths:" 958msgstr "" 959 960#: wt-status.c:167 wt-status.c:194 961#, c-format 962msgid " (use \"git reset %s <file>...\" to unstage)" 963msgstr "" 964 965#: wt-status.c:169 wt-status.c:196 966msgid " (use \"git rm --cached <file>...\" to unstage)" 967msgstr "" 968 969#: wt-status.c:173 970msgid " (use \"git add <file>...\" to mark resolution)" 971msgstr "" 972 973#: wt-status.c:175 wt-status.c:179 974msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)" 975msgstr "" 976 977#: wt-status.c:177 978msgid " (use \"git rm <file>...\" to mark resolution)" 979msgstr "" 980 981#: wt-status.c:188 982msgid "Changes to be committed:" 983msgstr "" 984 985#: wt-status.c:206 986msgid "Changes not staged for commit:" 987msgstr "" 988 989#: wt-status.c:210 990msgid " (use \"git add <file>...\" to update what will be committed)" 991msgstr "" 992 993#: wt-status.c:212 994msgid " (use \"git add/rm <file>...\" to update what will be committed)" 995msgstr "" 996 997#: wt-status.c:213 998msgid "" 999" (use \"git checkout -- <file>...\" to discard changes in working directory)"1000msgstr ""10011002#: wt-status.c:2151003msgid " (commit or discard the untracked or modified content in submodules)"1004msgstr ""10051006#: wt-status.c:2271007#, c-format1008msgid " (use \"git %s <file>...\" to include in what will be committed)"1009msgstr ""10101011#: wt-status.c:2441012msgid "bug"1013msgstr ""10141015#: wt-status.c:2491016msgid "both deleted:"1017msgstr ""10181019#: wt-status.c:2501020msgid "added by us:"1021msgstr ""10221023#: wt-status.c:2511024msgid "deleted by them:"1025msgstr ""10261027#: wt-status.c:2521028msgid "added by them:"1029msgstr ""10301031#: wt-status.c:2531032msgid "deleted by us:"1033msgstr ""10341035#: wt-status.c:2541036msgid "both added:"1037msgstr ""10381039#: wt-status.c:2551040msgid "both modified:"1041msgstr ""10421043#: wt-status.c:2851044msgid "new commits, "1045msgstr ""10461047#: wt-status.c:2871048msgid "modified content, "1049msgstr ""10501051#: wt-status.c:2891052msgid "untracked content, "1053msgstr ""10541055#: wt-status.c:3031056#, c-format1057msgid "new file: %s"1058msgstr ""10591060#: wt-status.c:3061061#, c-format1062msgid "copied: %s -> %s"1063msgstr ""10641065#: wt-status.c:3091066#, c-format1067msgid "deleted: %s"1068msgstr ""10691070#: wt-status.c:3121071#, c-format1072msgid "modified: %s"1073msgstr ""10741075#: wt-status.c:3151076#, c-format1077msgid "renamed: %s -> %s"1078msgstr ""10791080#: wt-status.c:3181081#, c-format1082msgid "typechange: %s"1083msgstr ""10841085#: wt-status.c:3211086#, c-format1087msgid "unknown: %s"1088msgstr ""10891090#: wt-status.c:3241091#, c-format1092msgid "unmerged: %s"1093msgstr ""10941095#: wt-status.c:3271096#, c-format1097msgid "bug: unhandled diff status %c"1098msgstr ""10991100#: wt-status.c:7851101msgid "You have unmerged paths."1102msgstr ""11031104#: wt-status.c:788 wt-status.c:9121105msgid " (fix conflicts and run \"git commit\")"1106msgstr ""11071108#: wt-status.c:7911109msgid "All conflicts fixed but you are still merging."1110msgstr ""11111112#: wt-status.c:7941113msgid " (use \"git commit\" to conclude merge)"1114msgstr ""11151116#: wt-status.c:8041117msgid "You are in the middle of an am session."1118msgstr ""11191120#: wt-status.c:8071121msgid "The current patch is empty."1122msgstr ""11231124#: wt-status.c:8111125msgid " (fix conflicts and then run \"git am --resolved\")"1126msgstr ""11271128#: wt-status.c:8131129msgid " (use \"git am --skip\" to skip this patch)"1130msgstr ""11311132#: wt-status.c:8151133msgid " (use \"git am --abort\" to restore the original branch)"1134msgstr ""11351136#: wt-status.c:873 wt-status.c:8831137msgid "You are currently rebasing."1138msgstr ""11391140#: wt-status.c:8761141msgid " (fix conflicts and then run \"git rebase --continue\")"1142msgstr ""11431144#: wt-status.c:8781145msgid " (use \"git rebase --skip\" to skip this patch)"1146msgstr ""11471148#: wt-status.c:8801149msgid " (use \"git rebase --abort\" to check out the original branch)"1150msgstr ""11511152#: wt-status.c:8861153msgid " (all conflicts fixed: run \"git rebase --continue\")"1154msgstr ""11551156#: wt-status.c:8881157msgid "You are currently splitting a commit during a rebase."1158msgstr ""11591160#: wt-status.c:8911161msgid " (Once your working directory is clean, run \"git rebase --continue\")"1162msgstr ""11631164#: wt-status.c:8931165msgid "You are currently editing a commit during a rebase."1166msgstr ""11671168#: wt-status.c:8961169msgid " (use \"git commit --amend\" to amend the current commit)"1170msgstr ""11711172#: wt-status.c:8981173msgid ""1174" (use \"git rebase --continue\" once you are satisfied with your changes)"1175msgstr ""11761177#: wt-status.c:9081178msgid "You are currently cherry-picking."1179msgstr ""11801181#: wt-status.c:9151182msgid " (all conflicts fixed: run \"git commit\")"1183msgstr ""11841185#: wt-status.c:9241186msgid "You are currently bisecting."1187msgstr ""11881189#: wt-status.c:9271190msgid " (use \"git bisect reset\" to get back to the original branch)"1191msgstr ""11921193#: wt-status.c:9781194msgid "On branch "1195msgstr ""11961197#: wt-status.c:9851198msgid "Not currently on any branch."1199msgstr ""12001201#: wt-status.c:9971202msgid "Initial commit"1203msgstr ""12041205#: wt-status.c:10111206msgid "Untracked files"1207msgstr ""12081209#: wt-status.c:10131210msgid "Ignored files"1211msgstr ""12121213#: wt-status.c:10151214#, c-format1215msgid "Untracked files not listed%s"1216msgstr ""12171218#: wt-status.c:10171219msgid " (use -u option to show untracked files)"1220msgstr ""12211222#: wt-status.c:10231223msgid "No changes"1224msgstr ""12251226#: wt-status.c:10281227#, c-format1228msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"1229msgstr ""12301231#: wt-status.c:10311232#, c-format1233msgid "no changes added to commit\n"1234msgstr ""12351236#: wt-status.c:10341237#, c-format1238msgid ""1239"nothing added to commit but untracked files present (use \"git add\" to "1240"track)\n"1241msgstr ""12421243#: wt-status.c:10371244#, c-format1245msgid "nothing added to commit but untracked files present\n"1246msgstr ""12471248#: wt-status.c:10401249#, c-format1250msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"1251msgstr ""12521253#: wt-status.c:1043 wt-status.c:10481254#, c-format1255msgid "nothing to commit\n"1256msgstr ""12571258#: wt-status.c:10461259#, c-format1260msgid "nothing to commit (use -u to show untracked files)\n"1261msgstr ""12621263#: wt-status.c:10501264#, c-format1265msgid "nothing to commit, working directory clean\n"1266msgstr ""12671268#: wt-status.c:11581269msgid "HEAD (no branch)"1270msgstr ""12711272#: wt-status.c:11641273msgid "Initial commit on "1274msgstr ""12751276#: wt-status.c:11791277msgid "behind "1278msgstr ""12791280#: wt-status.c:1182 wt-status.c:11851281msgid "ahead "1282msgstr ""12831284#: wt-status.c:11871285msgid ", behind "1286msgstr ""12871288#: compat/precompose_utf8.c:58 builtin/clone.c:3411289#, c-format1290msgid "failed to unlink '%s'"1291msgstr ""12921293#: builtin/add.c:191294msgid "git add [options] [--] <filepattern>..."1295msgstr ""12961297#: builtin/add.c:621298#, c-format1299msgid "unexpected diff status %c"1300msgstr ""13011302#: builtin/add.c:67 builtin/commit.c:2301303msgid "updating files failed"1304msgstr ""13051306#: builtin/add.c:771307#, c-format1308msgid "remove '%s'\n"1309msgstr ""13101311#: builtin/add.c:1761312#, c-format1313msgid "Path '%s' is in submodule '%.*s'"1314msgstr ""13151316#: builtin/add.c:1921317msgid "Unstaged changes after refreshing the index:"1318msgstr ""13191320#: builtin/add.c:195 builtin/add.c:460 builtin/rm.c:1861321#, c-format1322msgid "pathspec '%s' did not match any files"1323msgstr ""13241325#: builtin/add.c:2091326#, c-format1327msgid "'%s' is beyond a symbolic link"1328msgstr ""13291330#: builtin/add.c:2761331msgid "Could not read the index"1332msgstr ""13331334#: builtin/add.c:2861335#, c-format1336msgid "Could not open '%s' for writing."1337msgstr ""13381339#: builtin/add.c:2901340msgid "Could not write patch"1341msgstr ""13421343#: builtin/add.c:2951344#, c-format1345msgid "Could not stat '%s'"1346msgstr ""13471348#: builtin/add.c:2971349msgid "Empty patch. Aborted."1350msgstr ""13511352#: builtin/add.c:3031353#, c-format1354msgid "Could not apply '%s'"1355msgstr ""13561357#: builtin/add.c:3131358msgid "The following paths are ignored by one of your .gitignore files:\n"1359msgstr ""13601361#: builtin/add.c:319 builtin/clean.c:52 builtin/fetch.c:78 builtin/mv.c:631362#: builtin/prune-packed.c:76 builtin/push.c:388 builtin/remote.c:12531363#: builtin/rm.c:1331364msgid "dry run"1365msgstr ""13661367#: builtin/add.c:320 builtin/apply.c:4354 builtin/commit.c:11541368#: builtin/count-objects.c:82 builtin/fsck.c:613 builtin/log.c:14771369#: builtin/mv.c:62 builtin/read-tree.c:1121370msgid "be verbose"1371msgstr ""13721373#: builtin/add.c:3221374msgid "interactive picking"1375msgstr ""13761377#: builtin/add.c:323 builtin/checkout.c:1028 builtin/reset.c:2481378msgid "select hunks interactively"1379msgstr ""13801381#: builtin/add.c:3241382msgid "edit current diff and apply"1383msgstr ""13841385#: builtin/add.c:3251386msgid "allow adding otherwise ignored files"1387msgstr ""13881389#: builtin/add.c:3261390msgid "update tracked files"1391msgstr ""13921393#: builtin/add.c:3271394msgid "record only the fact that the path will be added later"1395msgstr ""13961397#: builtin/add.c:3281398msgid "add changes from all tracked and untracked files"1399msgstr ""14001401#: builtin/add.c:3291402msgid "don't add, only refresh the index"1403msgstr ""14041405#: builtin/add.c:3301406msgid "just skip files which cannot be added because of errors"1407msgstr ""14081409#: builtin/add.c:3311410msgid "check if - even missing - files are ignored in dry run"1411msgstr ""14121413#: builtin/add.c:3531414#, c-format1415msgid "Use -f if you really want to add them.\n"1416msgstr ""14171418#: builtin/add.c:3541419msgid "no files added"1420msgstr ""14211422#: builtin/add.c:3601423msgid "adding files failed"1424msgstr ""14251426#: builtin/add.c:3921427msgid "-A and -u are mutually incompatible"1428msgstr ""14291430#: builtin/add.c:3941431msgid "Option --ignore-missing can only be used together with --dry-run"1432msgstr ""14331434#: builtin/add.c:4141435#, c-format1436msgid "Nothing specified, nothing added.\n"1437msgstr ""14381439#: builtin/add.c:4151440#, c-format1441msgid "Maybe you wanted to say 'git add .'?\n"1442msgstr ""14431444#: builtin/add.c:421 builtin/clean.c:95 builtin/commit.c:290 builtin/mv.c:821445#: builtin/rm.c:1621446msgid "index file corrupt"1447msgstr ""14481449#: builtin/add.c:481 builtin/apply.c:4450 builtin/mv.c:229 builtin/rm.c:2601450msgid "Unable to write new index file"1451msgstr ""14521453#: builtin/apply.c:571454msgid "git apply [options] [<patch>...]"1455msgstr ""14561457#: builtin/apply.c:1101458#, c-format1459msgid "unrecognized whitespace option '%s'"1460msgstr ""14611462#: builtin/apply.c:1251463#, c-format1464msgid "unrecognized whitespace ignore option '%s'"1465msgstr ""14661467#: builtin/apply.c:8231468#, c-format1469msgid "Cannot prepare timestamp regexp %s"1470msgstr ""14711472#: builtin/apply.c:8321473#, c-format1474msgid "regexec returned %d for input: %s"1475msgstr ""14761477#: builtin/apply.c:9131478#, c-format1479msgid "unable to find filename in patch at line %d"1480msgstr ""14811482#: builtin/apply.c:9451483#, c-format1484msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"1485msgstr ""14861487#: builtin/apply.c:9491488#, c-format1489msgid "git apply: bad git-diff - inconsistent new filename on line %d"1490msgstr ""14911492#: builtin/apply.c:9501493#, c-format1494msgid "git apply: bad git-diff - inconsistent old filename on line %d"1495msgstr ""14961497#: builtin/apply.c:9571498#, c-format1499msgid "git apply: bad git-diff - expected /dev/null on line %d"1500msgstr ""15011502#: builtin/apply.c:14201503#, c-format1504msgid "recount: unexpected line: %.*s"1505msgstr ""15061507#: builtin/apply.c:14771508#, c-format1509msgid "patch fragment without header at line %d: %.*s"1510msgstr ""15111512#: builtin/apply.c:14941513#, c-format1514msgid ""1515"git diff header lacks filename information when removing %d leading pathname "1516"component (line %d)"1517msgid_plural ""1518"git diff header lacks filename information when removing %d leading pathname "1519"components (line %d)"1520msgstr[0] ""1521msgstr[1] ""15221523#: builtin/apply.c:16541524msgid "new file depends on old contents"1525msgstr ""15261527#: builtin/apply.c:16561528msgid "deleted file still has contents"1529msgstr ""15301531#: builtin/apply.c:16821532#, c-format1533msgid "corrupt patch at line %d"1534msgstr ""15351536#: builtin/apply.c:17181537#, c-format1538msgid "new file %s depends on old contents"1539msgstr ""15401541#: builtin/apply.c:17201542#, c-format1543msgid "deleted file %s still has contents"1544msgstr ""15451546#: builtin/apply.c:17231547#, c-format1548msgid "** warning: file %s becomes empty but is not deleted"1549msgstr ""15501551#: builtin/apply.c:18691552#, c-format1553msgid "corrupt binary patch at line %d: %.*s"1554msgstr ""15551556#. there has to be one hunk (forward hunk)1557#: builtin/apply.c:18981558#, c-format1559msgid "unrecognized binary patch at line %d"1560msgstr ""15611562#: builtin/apply.c:19841563#, c-format1564msgid "patch with only garbage at line %d"1565msgstr ""15661567#: builtin/apply.c:20741568#, c-format1569msgid "unable to read symlink %s"1570msgstr ""15711572#: builtin/apply.c:20781573#, c-format1574msgid "unable to open or read %s"1575msgstr ""15761577#: builtin/apply.c:21491578msgid "oops"1579msgstr ""15801581#: builtin/apply.c:26711582#, c-format1583msgid "invalid start of line: '%c'"1584msgstr ""15851586#: builtin/apply.c:27891587#, c-format1588msgid "Hunk #%d succeeded at %d (offset %d line)."1589msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."1590msgstr[0] ""1591msgstr[1] ""15921593#: builtin/apply.c:28011594#, c-format1595msgid "Context reduced to (%ld/%ld) to apply fragment at %d"1596msgstr ""15971598#: builtin/apply.c:28071599#, c-format1600msgid ""1601"while searching for:\n"1602"%.*s"1603msgstr ""16041605#: builtin/apply.c:28261606#, c-format1607msgid "missing binary patch data for '%s'"1608msgstr ""16091610#: builtin/apply.c:29291611#, c-format1612msgid "binary patch does not apply to '%s'"1613msgstr ""16141615#: builtin/apply.c:29351616#, c-format1617msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"1618msgstr ""16191620#: builtin/apply.c:29561621#, c-format1622msgid "patch failed: %s:%ld"1623msgstr ""16241625#: builtin/apply.c:30781626#, c-format1627msgid "cannot checkout %s"1628msgstr ""16291630#: builtin/apply.c:3123 builtin/apply.c:3132 builtin/apply.c:31761631#, c-format1632msgid "read of %s failed"1633msgstr ""16341635#: builtin/apply.c:3156 builtin/apply.c:33781636#, c-format1637msgid "path %s has been renamed/deleted"1638msgstr ""16391640#: builtin/apply.c:3237 builtin/apply.c:33921641#, c-format1642msgid "%s: does not exist in index"1643msgstr ""16441645#: builtin/apply.c:3241 builtin/apply.c:3384 builtin/apply.c:34061646#, c-format1647msgid "%s: %s"1648msgstr ""16491650#: builtin/apply.c:3246 builtin/apply.c:34001651#, c-format1652msgid "%s: does not match index"1653msgstr ""16541655#: builtin/apply.c:33481656msgid "removal patch leaves file contents"1657msgstr ""16581659#: builtin/apply.c:34171660#, c-format1661msgid "%s: wrong type"1662msgstr ""16631664#: builtin/apply.c:34191665#, c-format1666msgid "%s has type %o, expected %o"1667msgstr ""16681669#: builtin/apply.c:35201670#, c-format1671msgid "%s: already exists in index"1672msgstr ""16731674#: builtin/apply.c:35231675#, c-format1676msgid "%s: already exists in working directory"1677msgstr ""16781679#: builtin/apply.c:35431680#, c-format1681msgid "new mode (%o) of %s does not match old mode (%o)"1682msgstr ""16831684#: builtin/apply.c:35481685#, c-format1686msgid "new mode (%o) of %s does not match old mode (%o) of %s"1687msgstr ""16881689#: builtin/apply.c:35561690#, c-format1691msgid "%s: patch does not apply"1692msgstr ""16931694#: builtin/apply.c:35691695#, c-format1696msgid "Checking patch %s..."1697msgstr ""16981699#: builtin/apply.c:3624 builtin/checkout.c:215 builtin/reset.c:1581700#, c-format1701msgid "make_cache_entry failed for path '%s'"1702msgstr ""17031704#: builtin/apply.c:37671705#, c-format1706msgid "unable to remove %s from index"1707msgstr ""17081709#: builtin/apply.c:37951710#, c-format1711msgid "corrupt patch for subproject %s"1712msgstr ""17131714#: builtin/apply.c:37991715#, c-format1716msgid "unable to stat newly created file '%s'"1717msgstr ""17181719#: builtin/apply.c:38041720#, c-format1721msgid "unable to create backing store for newly created file %s"1722msgstr ""17231724#: builtin/apply.c:3807 builtin/apply.c:39151725#, c-format1726msgid "unable to add cache entry for %s"1727msgstr ""17281729#: builtin/apply.c:38401730#, c-format1731msgid "closing file '%s'"1732msgstr ""17331734#: builtin/apply.c:38891735#, c-format1736msgid "unable to write file '%s' mode %o"1737msgstr ""17381739#: builtin/apply.c:39761740#, c-format1741msgid "Applied patch %s cleanly."1742msgstr ""17431744#: builtin/apply.c:39841745msgid "internal error"1746msgstr ""17471748#. Say this even without --verbose1749#: builtin/apply.c:39871750#, c-format1751msgid "Applying patch %%s with %d reject..."1752msgid_plural "Applying patch %%s with %d rejects..."1753msgstr[0] ""1754msgstr[1] ""17551756#: builtin/apply.c:39971757#, c-format1758msgid "truncating .rej filename to %.*s.rej"1759msgstr ""17601761#: builtin/apply.c:40181762#, c-format1763msgid "Hunk #%d applied cleanly."1764msgstr ""17651766#: builtin/apply.c:40211767#, c-format1768msgid "Rejected hunk #%d."1769msgstr ""17701771#: builtin/apply.c:41711772msgid "unrecognized input"1773msgstr ""17741775#: builtin/apply.c:41821776msgid "unable to read index file"1777msgstr ""17781779#: builtin/apply.c:4301 builtin/apply.c:4304 builtin/clone.c:911780#: builtin/fetch.c:631781msgid "path"1782msgstr ""17831784#: builtin/apply.c:43021785msgid "don't apply changes matching the given path"1786msgstr ""17871788#: builtin/apply.c:43051789msgid "apply changes matching the given path"1790msgstr ""17911792#: builtin/apply.c:43071793msgid "num"1794msgstr ""17951796#: builtin/apply.c:43081797msgid "remove <num> leading slashes from traditional diff paths"1798msgstr ""17991800#: builtin/apply.c:43111801msgid "ignore additions made by the patch"1802msgstr ""18031804#: builtin/apply.c:43131805msgid "instead of applying the patch, output diffstat for the input"1806msgstr ""18071808#: builtin/apply.c:43171809msgid "show number of added and deleted lines in decimal notation"1810msgstr ""18111812#: builtin/apply.c:43191813msgid "instead of applying the patch, output a summary for the input"1814msgstr ""18151816#: builtin/apply.c:43211817msgid "instead of applying the patch, see if the patch is applicable"1818msgstr ""18191820#: builtin/apply.c:43231821msgid "make sure the patch is applicable to the current index"1822msgstr ""18231824#: builtin/apply.c:43251825msgid "apply a patch without touching the working tree"1826msgstr ""18271828#: builtin/apply.c:43271829msgid "also apply the patch (use with --stat/--summary/--check)"1830msgstr ""18311832#: builtin/apply.c:43291833msgid "attempt three-way merge if a patch does not apply"1834msgstr ""18351836#: builtin/apply.c:43311837msgid "build a temporary index based on embedded index information"1838msgstr ""18391840#: builtin/apply.c:4333 builtin/checkout-index.c:197 builtin/ls-files.c:4601841msgid "paths are separated with NUL character"1842msgstr ""18431844#: builtin/apply.c:43361845msgid "ensure at least <n> lines of context match"1846msgstr ""18471848#: builtin/apply.c:43371849msgid "action"1850msgstr ""18511852#: builtin/apply.c:43381853msgid "detect new or modified lines that have whitespace errors"1854msgstr ""18551856#: builtin/apply.c:4341 builtin/apply.c:43441857msgid "ignore changes in whitespace when finding context"1858msgstr ""18591860#: builtin/apply.c:43471861msgid "apply the patch in reverse"1862msgstr ""18631864#: builtin/apply.c:43491865msgid "don't expect at least one line of context"1866msgstr ""18671868#: builtin/apply.c:43511869msgid "leave the rejected hunks in corresponding *.rej files"1870msgstr ""18711872#: builtin/apply.c:43531873msgid "allow overlapping hunks"1874msgstr ""18751876#: builtin/apply.c:43561877msgid "tolerate incorrectly detected missing new-line at the end of file"1878msgstr ""18791880#: builtin/apply.c:43591881msgid "do not trust the line counts in the hunk headers"1882msgstr ""18831884#: builtin/apply.c:43611885msgid "root"1886msgstr ""18871888#: builtin/apply.c:43621889msgid "prepend <root> to all filenames"1890msgstr ""18911892#: builtin/apply.c:43841893msgid "--3way outside a repository"1894msgstr ""18951896#: builtin/apply.c:43921897msgid "--index outside a repository"1898msgstr ""18991900#: builtin/apply.c:43951901msgid "--cached outside a repository"1902msgstr ""19031904#: builtin/apply.c:44111905#, c-format1906msgid "can't open patch '%s'"1907msgstr ""19081909#: builtin/apply.c:44251910#, c-format1911msgid "squelched %d whitespace error"1912msgid_plural "squelched %d whitespace errors"1913msgstr[0] ""1914msgstr[1] ""19151916#: builtin/apply.c:4431 builtin/apply.c:44411917#, c-format1918msgid "%d line adds whitespace errors."1919msgid_plural "%d lines add whitespace errors."1920msgstr[0] ""1921msgstr[1] ""19221923#: builtin/archive.c:171924#, c-format1925msgid "could not create archive file '%s'"1926msgstr ""19271928#: builtin/archive.c:201929msgid "could not redirect output"1930msgstr ""19311932#: builtin/archive.c:371933msgid "git archive: Remote with no URL"1934msgstr ""19351936#: builtin/archive.c:581937msgid "git archive: expected ACK/NAK, got EOF"1938msgstr ""19391940#: builtin/archive.c:631941#, c-format1942msgid "git archive: NACK %s"1943msgstr ""19441945#: builtin/archive.c:651946#, c-format1947msgid "remote error: %s"1948msgstr ""19491950#: builtin/archive.c:661951msgid "git archive: protocol error"1952msgstr ""19531954#: builtin/archive.c:711955msgid "git archive: expected a flush"1956msgstr ""19571958#: builtin/bisect--helper.c:71959msgid "git bisect--helper --next-all [--no-checkout]"1960msgstr ""19611962#: builtin/bisect--helper.c:171963msgid "perform 'git bisect next'"1964msgstr ""19651966#: builtin/bisect--helper.c:191967msgid "update BISECT_HEAD instead of checking out the current commit"1968msgstr ""19691970#: builtin/blame.c:251971msgid "git blame [options] [rev-opts] [rev] [--] file"1972msgstr ""19731974#: builtin/blame.c:30 builtin/shortlog.c:151975msgid "[rev-opts] are documented in git-rev-list(1)"1976msgstr ""19771978#: builtin/blame.c:23731979msgid "Show blame entries as we find them, incrementally"1980msgstr ""19811982#: builtin/blame.c:23741983msgid "Show blank SHA-1 for boundary commits (Default: off)"1984msgstr ""19851986#: builtin/blame.c:23751987msgid "Do not treat root commits as boundaries (Default: off)"1988msgstr ""19891990#: builtin/blame.c:23761991msgid "Show work cost statistics"1992msgstr ""19931994#: builtin/blame.c:23771995msgid "Show output score for blame entries"1996msgstr ""19971998#: builtin/blame.c:23781999msgid "Show original filename (Default: auto)"2000msgstr ""20012002#: builtin/blame.c:23792003msgid "Show original linenumber (Default: off)"2004msgstr ""20052006#: builtin/blame.c:23802007msgid "Show in a format designed for machine consumption"2008msgstr ""20092010#: builtin/blame.c:23812011msgid "Show porcelain format with per-line commit information"2012msgstr ""20132014#: builtin/blame.c:23822015msgid "Use the same output mode as git-annotate (Default: off)"2016msgstr ""20172018#: builtin/blame.c:23832019msgid "Show raw timestamp (Default: off)"2020msgstr ""20212022#: builtin/blame.c:23842023msgid "Show long commit SHA1 (Default: off)"2024msgstr ""20252026#: builtin/blame.c:23852027msgid "Suppress author name and timestamp (Default: off)"2028msgstr ""20292030#: builtin/blame.c:23862031msgid "Show author email instead of name (Default: off)"2032msgstr ""20332034#: builtin/blame.c:23872035msgid "Ignore whitespace differences"2036msgstr ""20372038#: builtin/blame.c:23882039msgid "Spend extra cycles to find better match"2040msgstr ""20412042#: builtin/blame.c:23892043msgid "Use revisions from <file> instead of calling git-rev-list"2044msgstr ""20452046#: builtin/blame.c:23902047msgid "Use <file>'s contents as the final image"2048msgstr ""20492050#: builtin/blame.c:2391 builtin/blame.c:23922051msgid "score"2052msgstr ""20532054#: builtin/blame.c:23912055msgid "Find line copies within and across files"2056msgstr ""20572058#: builtin/blame.c:23922059msgid "Find line movements within and across files"2060msgstr ""20612062#: builtin/blame.c:23932063msgid "n,m"2064msgstr ""20652066#: builtin/blame.c:23932067msgid "Process only line range n,m, counting from 1"2068msgstr ""20692070#: builtin/branch.c:232071msgid "git branch [options] [-r | -a] [--merged | --no-merged]"2072msgstr ""20732074#: builtin/branch.c:242075msgid "git branch [options] [-l] [-f] <branchname> [<start-point>]"2076msgstr ""20772078#: builtin/branch.c:252079msgid "git branch [options] [-r] (-d | -D) <branchname>..."2080msgstr ""20812082#: builtin/branch.c:262083msgid "git branch [options] (-m | -M) [<oldbranch>] <newbranch>"2084msgstr ""20852086#: builtin/branch.c:1452087#, c-format2088msgid ""2089"deleting branch '%s' that has been merged to\n"2090" '%s', but not yet merged to HEAD."2091msgstr ""20922093#: builtin/branch.c:1492094#, c-format2095msgid ""2096"not deleting branch '%s' that is not yet merged to\n"2097" '%s', even though it is merged to HEAD."2098msgstr ""20992100#: builtin/branch.c:1812101msgid "cannot use -a with -d"2102msgstr ""21032104#: builtin/branch.c:1872105msgid "Couldn't look up commit object for HEAD"2106msgstr ""21072108#: builtin/branch.c:1922109#, c-format2110msgid "Cannot delete the branch '%s' which you are currently on."2111msgstr ""21122113#: builtin/branch.c:2032114#, c-format2115msgid "remote branch '%s' not found."2116msgstr ""21172118#: builtin/branch.c:2042119#, c-format2120msgid "branch '%s' not found."2121msgstr ""21222123#: builtin/branch.c:2112124#, c-format2125msgid "Couldn't look up commit object for '%s'"2126msgstr ""21272128#: builtin/branch.c:2172129#, c-format2130msgid ""2131"The branch '%s' is not fully merged.\n"2132"If you are sure you want to delete it, run 'git branch -D %s'."2133msgstr ""21342135#: builtin/branch.c:2262136#, c-format2137msgid "Error deleting remote branch '%s'"2138msgstr ""21392140#: builtin/branch.c:2272141#, c-format2142msgid "Error deleting branch '%s'"2143msgstr ""21442145#: builtin/branch.c:2342146#, c-format2147msgid "Deleted remote branch %s (was %s).\n"2148msgstr ""21492150#: builtin/branch.c:2352151#, c-format2152msgid "Deleted branch %s (was %s).\n"2153msgstr ""21542155#: builtin/branch.c:2402156msgid "Update of config-file failed"2157msgstr ""21582159#: builtin/branch.c:3382160#, c-format2161msgid "branch '%s' does not point at a commit"2162msgstr ""21632164#: builtin/branch.c:4102165#, c-format2166msgid "[%s: behind %d]"2167msgstr ""21682169#: builtin/branch.c:4122170#, c-format2171msgid "[behind %d]"2172msgstr ""21732174#: builtin/branch.c:4162175#, c-format2176msgid "[%s: ahead %d]"2177msgstr ""21782179#: builtin/branch.c:4182180#, c-format2181msgid "[ahead %d]"2182msgstr ""21832184#: builtin/branch.c:4212185#, c-format2186msgid "[%s: ahead %d, behind %d]"2187msgstr ""21882189#: builtin/branch.c:4242190#, c-format2191msgid "[ahead %d, behind %d]"2192msgstr ""21932194#: builtin/branch.c:5372195msgid "(no branch)"2196msgstr ""21972198#: builtin/branch.c:6022199msgid "some refs could not be read"2200msgstr ""22012202#: builtin/branch.c:6152203msgid "cannot rename the current branch while not on any."2204msgstr ""22052206#: builtin/branch.c:6252207#, c-format2208msgid "Invalid branch name: '%s'"2209msgstr ""22102211#: builtin/branch.c:6402212msgid "Branch rename failed"2213msgstr ""22142215#: builtin/branch.c:6442216#, c-format2217msgid "Renamed a misnamed branch '%s' away"2218msgstr ""22192220#: builtin/branch.c:6482221#, c-format2222msgid "Branch renamed to %s, but HEAD is not updated!"2223msgstr ""22242225#: builtin/branch.c:6552226msgid "Branch is renamed, but update of config-file failed"2227msgstr ""22282229#: builtin/branch.c:6702230#, c-format2231msgid "malformed object name %s"2232msgstr ""22332234#: builtin/branch.c:6942235#, c-format2236msgid "could not write branch description template: %s"2237msgstr ""22382239#: builtin/branch.c:7242240msgid "Generic options"2241msgstr ""22422243#: builtin/branch.c:7262244msgid "show hash and subject, give twice for upstream branch"2245msgstr ""22462247#: builtin/branch.c:7272248msgid "suppress informational messages"2249msgstr ""22502251#: builtin/branch.c:7282252msgid "set up tracking mode (see git-pull(1))"2253msgstr ""22542255#: builtin/branch.c:7302256msgid "change upstream info"2257msgstr ""22582259#: builtin/branch.c:7342260msgid "use colored output"2261msgstr ""22622263#: builtin/branch.c:7352264msgid "act on remote-tracking branches"2265msgstr ""22662267#: builtin/branch.c:738 builtin/branch.c:744 builtin/branch.c:7652268#: builtin/branch.c:771 builtin/commit.c:1362 builtin/commit.c:13632269#: builtin/commit.c:1364 builtin/commit.c:1365 builtin/tag.c:4702270msgid "commit"2271msgstr ""22722273#: builtin/branch.c:739 builtin/branch.c:7452274msgid "print only branches that contain the commit"2275msgstr ""22762277#: builtin/branch.c:7512278msgid "Specific git-branch actions:"2279msgstr ""22802281#: builtin/branch.c:7522282msgid "list both remote-tracking and local branches"2283msgstr ""22842285#: builtin/branch.c:7542286msgid "delete fully merged branch"2287msgstr ""22882289#: builtin/branch.c:7552290msgid "delete branch (even if not merged)"2291msgstr ""22922293#: builtin/branch.c:7562294msgid "move/rename a branch and its reflog"2295msgstr ""22962297#: builtin/branch.c:7572298msgid "move/rename a branch, even if target exists"2299msgstr ""23002301#: builtin/branch.c:7582302msgid "list branch names"2303msgstr ""23042305#: builtin/branch.c:7592306msgid "create the branch's reflog"2307msgstr ""23082309#: builtin/branch.c:7612310msgid "edit the description for the branch"2311msgstr ""23122313#: builtin/branch.c:7622314msgid "force creation (when already exists)"2315msgstr ""23162317#: builtin/branch.c:7652318msgid "print only not merged branches"2319msgstr ""23202321#: builtin/branch.c:7712322msgid "print only merged branches"2323msgstr ""23242325#: builtin/branch.c:7752326msgid "list branches in columns"2327msgstr ""23282329#: builtin/branch.c:7882330msgid "Failed to resolve HEAD as a valid ref."2331msgstr ""23322333#: builtin/branch.c:793 builtin/clone.c:5612334msgid "HEAD not found below refs/heads!"2335msgstr ""23362337#: builtin/branch.c:8132338msgid "--column and --verbose are incompatible"2339msgstr ""23402341#: builtin/branch.c:8642342#, c-format2343msgid "branch '%s' does not exist"2344msgstr ""23452346#: builtin/branch.c:8762347#, c-format2348msgid "Branch '%s' has no upstream information"2349msgstr ""23502351#: builtin/branch.c:8912352msgid "-a and -r options to 'git branch' do not make sense with a branch name"2353msgstr ""23542355#: builtin/branch.c:8942356#, c-format2357msgid ""2358"The --set-upstream flag is deprecated and will be removed. Consider using --"2359"track or --set-upstream-to\n"2360msgstr ""23612362#: builtin/branch.c:9112363#, c-format2364msgid ""2365"\n"2366"If you wanted to make '%s' track '%s', do this:\n"2367"\n"2368msgstr ""23692370#: builtin/branch.c:9122371#, c-format2372msgid " git branch -d %s\n"2373msgstr ""23742375#: builtin/branch.c:9132376#, c-format2377msgid " git branch --set-upstream-to %s\n"2378msgstr ""23792380#: builtin/bundle.c:472381#, c-format2382msgid "%s is okay\n"2383msgstr ""23842385#: builtin/bundle.c:562386msgid "Need a repository to create a bundle."2387msgstr ""23882389#: builtin/bundle.c:602390msgid "Need a repository to unbundle."2391msgstr ""23922393#: builtin/cat-file.c:2472394msgid "git cat-file (-t|-s|-e|-p|<type>|--textconv) <object>"2395msgstr ""23962397#: builtin/cat-file.c:2482398msgid "git cat-file (--batch|--batch-check) < <list_of_objects>"2399msgstr ""24002401#: builtin/cat-file.c:2662402msgid "<type> can be one of: blob, tree, commit, tag"2403msgstr ""24042405#: builtin/cat-file.c:2672406msgid "show object type"2407msgstr ""24082409#: builtin/cat-file.c:2682410msgid "show object size"2411msgstr ""24122413#: builtin/cat-file.c:2702414msgid "exit with zero when there's no error"2415msgstr ""24162417#: builtin/cat-file.c:2712418msgid "pretty-print object's content"2419msgstr ""24202421#: builtin/cat-file.c:2732422msgid "for blob objects, run textconv on object's content"2423msgstr ""24242425#: builtin/cat-file.c:2752426msgid "show info and content of objects fed from the standard input"2427msgstr ""24282429#: builtin/cat-file.c:2782430msgid "show info about objects fed from the standard input"2431msgstr ""24322433#: builtin/check-attr.c:112434msgid "git check-attr [-a | --all | attr...] [--] pathname..."2435msgstr ""24362437#: builtin/check-attr.c:122438msgid "git check-attr --stdin [-z] [-a | --all | attr...] < <list-of-paths>"2439msgstr ""24402441#: builtin/check-attr.c:192442msgid "report all attributes set on file"2443msgstr ""24442445#: builtin/check-attr.c:202446msgid "use .gitattributes only from the index"2447msgstr ""24482449#: builtin/check-attr.c:21 builtin/hash-object.c:752450msgid "read file names from stdin"2451msgstr ""24522453#: builtin/check-attr.c:232454msgid "input paths are terminated by a null character"2455msgstr ""24562457#: builtin/checkout-index.c:1262458msgid "git checkout-index [options] [--] [<file>...]"2459msgstr ""24602461#: builtin/checkout-index.c:1872462msgid "check out all files in the index"2463msgstr ""24642465#: builtin/checkout-index.c:1882466msgid "force overwrite of existing files"2467msgstr ""24682469#: builtin/checkout-index.c:1902470msgid "no warning for existing files and files not in index"2471msgstr ""24722473#: builtin/checkout-index.c:1922474msgid "don't checkout new files"2475msgstr ""24762477#: builtin/checkout-index.c:1942478msgid "update stat information in the index file"2479msgstr ""24802481#: builtin/checkout-index.c:2002482msgid "read list of paths from the standard input"2483msgstr ""24842485#: builtin/checkout-index.c:2022486msgid "write the content to temporary files"2487msgstr ""24882489#: builtin/checkout-index.c:203 builtin/column.c:302490msgid "string"2491msgstr ""24922493#: builtin/checkout-index.c:2042494msgid "when creating files, prepend <string>"2495msgstr ""24962497#: builtin/checkout-index.c:2072498msgid "copy out the files from named stage"2499msgstr ""25002501#: builtin/checkout.c:252502msgid "git checkout [options] <branch>"2503msgstr ""25042505#: builtin/checkout.c:262506msgid "git checkout [options] [<branch>] -- <file>..."2507msgstr ""25082509#: builtin/checkout.c:116 builtin/checkout.c:1492510#, c-format2511msgid "path '%s' does not have our version"2512msgstr ""25132514#: builtin/checkout.c:118 builtin/checkout.c:1512515#, c-format2516msgid "path '%s' does not have their version"2517msgstr ""25182519#: builtin/checkout.c:1342520#, c-format2521msgid "path '%s' does not have all necessary versions"2522msgstr ""25232524#: builtin/checkout.c:1782525#, c-format2526msgid "path '%s' does not have necessary versions"2527msgstr ""25282529#: builtin/checkout.c:1952530#, c-format2531msgid "path '%s': cannot merge"2532msgstr ""25332534#: builtin/checkout.c:2122535#, c-format2536msgid "Unable to add merge result for '%s'"2537msgstr ""25382539#: builtin/checkout.c:236 builtin/checkout.c:239 builtin/checkout.c:2422540#: builtin/checkout.c:2452541#, c-format2542msgid "'%s' cannot be used with updating paths"2543msgstr ""25442545#: builtin/checkout.c:248 builtin/checkout.c:2512546#, c-format2547msgid "'%s' cannot be used with %s"2548msgstr ""25492550#: builtin/checkout.c:2542551#, c-format2552msgid "Cannot update paths and switch to branch '%s' at the same time."2553msgstr ""25542555#: builtin/checkout.c:265 builtin/checkout.c:4262556msgid "corrupt index file"2557msgstr ""25582559#: builtin/checkout.c:295 builtin/checkout.c:3022560#, c-format2561msgid "path '%s' is unmerged"2562msgstr ""25632564#: builtin/checkout.c:333 builtin/checkout.c:534 builtin/clone.c:5862565#: builtin/merge.c:8112566msgid "unable to write new index file"2567msgstr ""25682569#: builtin/checkout.c:4482570msgid "you need to resolve your current index first"2571msgstr ""25722573#: builtin/checkout.c:5692574#, c-format2575msgid "Can not do reflog for '%s'\n"2576msgstr ""25772578#: builtin/checkout.c:6022579msgid "HEAD is now at"2580msgstr ""25812582#: builtin/checkout.c:6092583#, c-format2584msgid "Reset branch '%s'\n"2585msgstr ""25862587#: builtin/checkout.c:6122588#, c-format2589msgid "Already on '%s'\n"2590msgstr ""25912592#: builtin/checkout.c:6162593#, c-format2594msgid "Switched to and reset branch '%s'\n"2595msgstr ""25962597#: builtin/checkout.c:6182598#, c-format2599msgid "Switched to a new branch '%s'\n"2600msgstr ""26012602#: builtin/checkout.c:6202603#, c-format2604msgid "Switched to branch '%s'\n"2605msgstr ""26062607#: builtin/checkout.c:6762608#, c-format2609msgid " ... and %d more.\n"2610msgstr ""26112612#. The singular version2613#: builtin/checkout.c:6822614#, c-format2615msgid ""2616"Warning: you are leaving %d commit behind, not connected to\n"2617"any of your branches:\n"2618"\n"2619"%s\n"2620msgid_plural ""2621"Warning: you are leaving %d commits behind, not connected to\n"2622"any of your branches:\n"2623"\n"2624"%s\n"2625msgstr[0] ""2626msgstr[1] ""26272628#: builtin/checkout.c:7002629#, c-format2630msgid ""2631"If you want to keep them by creating a new branch, this may be a good time\n"2632"to do so with:\n"2633"\n"2634" git branch new_branch_name %s\n"2635"\n"2636msgstr ""26372638#: builtin/checkout.c:7302639msgid "internal error in revision walk"2640msgstr ""26412642#: builtin/checkout.c:7342643msgid "Previous HEAD position was"2644msgstr ""26452646#: builtin/checkout.c:761 builtin/checkout.c:9502647msgid "You are on a branch yet to be born"2648msgstr ""26492650#. case (1)2651#: builtin/checkout.c:8862652#, c-format2653msgid "invalid reference: %s"2654msgstr ""26552656#. case (1): want a tree2657#: builtin/checkout.c:9252658#, c-format2659msgid "reference is not a tree: %s"2660msgstr ""26612662#: builtin/checkout.c:9612663msgid "paths cannot be used with switching branches"2664msgstr ""26652666#: builtin/checkout.c:964 builtin/checkout.c:9682667#, c-format2668msgid "'%s' cannot be used with switching branches"2669msgstr ""26702671#: builtin/checkout.c:972 builtin/checkout.c:975 builtin/checkout.c:9802672#: builtin/checkout.c:9832673#, c-format2674msgid "'%s' cannot be used with '%s'"2675msgstr ""26762677#: builtin/checkout.c:9882678#, c-format2679msgid "Cannot switch branch to a non-commit '%s'"2680msgstr ""26812682#: builtin/checkout.c:1009 builtin/gc.c:1772683msgid "suppress progress reporting"2684msgstr ""26852686#: builtin/checkout.c:1010 builtin/checkout.c:1012 builtin/clone.c:892687#: builtin/remote.c:169 builtin/remote.c:1712688msgid "branch"2689msgstr ""26902691#: builtin/checkout.c:10112692msgid "create and checkout a new branch"2693msgstr ""26942695#: builtin/checkout.c:10132696msgid "create/reset and checkout a branch"2697msgstr ""26982699#: builtin/checkout.c:10142700msgid "create reflog for new branch"2701msgstr ""27022703#: builtin/checkout.c:10152704msgid "detach the HEAD at named commit"2705msgstr ""27062707#: builtin/checkout.c:10162708msgid "set upstream info for new branch"2709msgstr ""27102711#: builtin/checkout.c:10182712msgid "new branch"2713msgstr ""27142715#: builtin/checkout.c:10182716msgid "new unparented branch"2717msgstr ""27182719#: builtin/checkout.c:10192720msgid "checkout our version for unmerged files"2721msgstr ""27222723#: builtin/checkout.c:10212724msgid "checkout their version for unmerged files"2725msgstr ""27262727#: builtin/checkout.c:10232728msgid "force checkout (throw away local modifications)"2729msgstr ""27302731#: builtin/checkout.c:10242732msgid "perform a 3-way merge with the new branch"2733msgstr ""27342735#: builtin/checkout.c:1025 builtin/merge.c:2152736msgid "update ignored files (default)"2737msgstr ""27382739#: builtin/checkout.c:1026 builtin/log.c:1111 parse-options.h:2412740msgid "style"2741msgstr ""27422743#: builtin/checkout.c:10272744msgid "conflict style (merge or diff3)"2745msgstr ""27462747#: builtin/checkout.c:10302748msgid "second guess 'git checkout no-such-branch'"2749msgstr ""27502751#: builtin/checkout.c:10542752msgid "-b, -B and --orphan are mutually exclusive"2753msgstr ""27542755#: builtin/checkout.c:10712756msgid "--track needs a branch name"2757msgstr ""27582759#: builtin/checkout.c:10782760msgid "Missing branch name; try -b"2761msgstr ""27622763#: builtin/checkout.c:11132764msgid "invalid path specification"2765msgstr ""27662767#: builtin/checkout.c:11202768#, c-format2769msgid ""2770"Cannot update paths and switch to branch '%s' at the same time.\n"2771"Did you intend to checkout '%s' which can not be resolved as commit?"2772msgstr ""27732774#: builtin/checkout.c:11252775#, c-format2776msgid "git checkout: --detach does not take a path argument '%s'"2777msgstr ""27782779#: builtin/checkout.c:11292780msgid ""2781"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"2782"checking out of the index."2783msgstr ""27842785#: builtin/clean.c:192786msgid "git clean [-d] [-f] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."2787msgstr ""27882789#: builtin/clean.c:512790msgid "do not print names of files removed"2791msgstr ""27922793#: builtin/clean.c:532794msgid "force"2795msgstr ""27962797#: builtin/clean.c:552798msgid "remove whole directories"2799msgstr ""28002801#: builtin/clean.c:56 builtin/describe.c:413 builtin/grep.c:8032802#: builtin/ls-files.c:491 builtin/name-rev.c:231 builtin/show-ref.c:1992803msgid "pattern"2804msgstr ""28052806#: builtin/clean.c:572807msgid "add <pattern> to ignore rules"2808msgstr ""28092810#: builtin/clean.c:582811msgid "remove ignored files, too"2812msgstr ""28132814#: builtin/clean.c:602815msgid "remove only ignored files"2816msgstr ""28172818#: builtin/clean.c:782819msgid "-x and -X cannot be used together"2820msgstr ""28212822#: builtin/clean.c:822823msgid ""2824"clean.requireForce set to true and neither -n nor -f given; refusing to clean"2825msgstr ""28262827#: builtin/clean.c:852828msgid ""2829"clean.requireForce defaults to true and neither -n nor -f given; refusing to "2830"clean"2831msgstr ""28322833#: builtin/clean.c:155 builtin/clean.c:1762834#, c-format2835msgid "Would remove %s\n"2836msgstr ""28372838#: builtin/clean.c:159 builtin/clean.c:1792839#, c-format2840msgid "Removing %s\n"2841msgstr ""28422843#: builtin/clean.c:162 builtin/clean.c:1822844#, c-format2845msgid "failed to remove %s"2846msgstr ""28472848#: builtin/clean.c:1662849#, c-format2850msgid "Would not remove %s\n"2851msgstr ""28522853#: builtin/clean.c:1682854#, c-format2855msgid "Not removing %s\n"2856msgstr ""28572858#: builtin/clone.c:362859msgid "git clone [options] [--] <repo> [<dir>]"2860msgstr ""28612862#: builtin/clone.c:64 builtin/fetch.c:82 builtin/merge.c:2122863#: builtin/push.c:3992864msgid "force progress reporting"2865msgstr ""28662867#: builtin/clone.c:662868msgid "don't create a checkout"2869msgstr ""28702871#: builtin/clone.c:67 builtin/clone.c:69 builtin/init-db.c:4882872msgid "create a bare repository"2873msgstr ""28742875#: builtin/clone.c:722876msgid "create a mirror repository (implies bare)"2877msgstr ""28782879#: builtin/clone.c:742880msgid "to clone from a local repository"2881msgstr ""28822883#: builtin/clone.c:762884msgid "don't use local hardlinks, always copy"2885msgstr ""28862887#: builtin/clone.c:782888msgid "setup as shared repository"2889msgstr ""28902891#: builtin/clone.c:80 builtin/clone.c:822892msgid "initialize submodules in the clone"2893msgstr ""28942895#: builtin/clone.c:83 builtin/init-db.c:4852896msgid "template-directory"2897msgstr ""28982899#: builtin/clone.c:84 builtin/init-db.c:4862900msgid "directory from which templates will be used"2901msgstr ""29022903#: builtin/clone.c:862904msgid "reference repository"2905msgstr ""29062907#: builtin/clone.c:87 builtin/column.c:26 builtin/merge-file.c:442908msgid "name"2909msgstr ""29102911#: builtin/clone.c:882912msgid "use <name> instead of 'origin' to track upstream"2913msgstr ""29142915#: builtin/clone.c:902916msgid "checkout <branch> instead of the remote's HEAD"2917msgstr ""29182919#: builtin/clone.c:922920msgid "path to git-upload-pack on the remote"2921msgstr ""29222923#: builtin/clone.c:93 builtin/fetch.c:83 builtin/grep.c:7482924msgid "depth"2925msgstr ""29262927#: builtin/clone.c:942928msgid "create a shallow clone of that depth"2929msgstr ""29302931#: builtin/clone.c:962932msgid "clone only one branch, HEAD or --branch"2933msgstr ""29342935#: builtin/clone.c:97 builtin/init-db.c:4942936msgid "gitdir"2937msgstr ""29382939#: builtin/clone.c:98 builtin/init-db.c:4952940msgid "separate git dir from working tree"2941msgstr ""29422943#: builtin/clone.c:992944msgid "key=value"2945msgstr ""29462947#: builtin/clone.c:1002948msgid "set config inside the new repository"2949msgstr ""29502951#: builtin/clone.c:2432952#, c-format2953msgid "reference repository '%s' is not a local directory."2954msgstr ""29552956#: builtin/clone.c:3062957#, c-format2958msgid "failed to create directory '%s'"2959msgstr ""29602961#: builtin/clone.c:308 builtin/diff.c:772962#, c-format2963msgid "failed to stat '%s'"2964msgstr ""29652966#: builtin/clone.c:3102967#, c-format2968msgid "%s exists and is not a directory"2969msgstr ""29702971#: builtin/clone.c:3242972#, c-format2973msgid "failed to stat %s\n"2974msgstr ""29752976#: builtin/clone.c:3462977#, c-format2978msgid "failed to create link '%s'"2979msgstr ""29802981#: builtin/clone.c:3502982#, c-format2983msgid "failed to copy file to '%s'"2984msgstr ""29852986#: builtin/clone.c:3732987#, c-format2988msgid "done.\n"2989msgstr ""29902991#: builtin/clone.c:4432992#, c-format2993msgid "Could not find remote branch %s to clone."2994msgstr ""29952996#: builtin/clone.c:5522997msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"2998msgstr ""29993000#: builtin/clone.c:6903001msgid "Too many arguments."3002msgstr ""30033004#: builtin/clone.c:6943005msgid "You must specify a repository to clone."3006msgstr ""30073008#: builtin/clone.c:7053009#, c-format3010msgid "--bare and --origin %s options are incompatible."3011msgstr ""30123013#: builtin/clone.c:7193014#, c-format3015msgid "repository '%s' does not exist"3016msgstr ""30173018#: builtin/clone.c:7243019msgid "--depth is ignored in local clones; use file:// instead."3020msgstr ""30213022#: builtin/clone.c:7343023#, c-format3024msgid "destination path '%s' already exists and is not an empty directory."3025msgstr ""30263027#: builtin/clone.c:7443028#, c-format3029msgid "working tree '%s' already exists."3030msgstr ""30313032#: builtin/clone.c:757 builtin/clone.c:7713033#, c-format3034msgid "could not create leading directories of '%s'"3035msgstr ""30363037#: builtin/clone.c:7603038#, c-format3039msgid "could not create work tree dir '%s'."3040msgstr ""30413042#: builtin/clone.c:7793043#, c-format3044msgid "Cloning into bare repository '%s'...\n"3045msgstr ""30463047#: builtin/clone.c:7813048#, c-format3049msgid "Cloning into '%s'...\n"3050msgstr ""30513052#: builtin/clone.c:8233053#, c-format3054msgid "Don't know how to clone %s"3055msgstr ""30563057#: builtin/clone.c:8723058#, c-format3059msgid "Remote branch %s not found in upstream %s"3060msgstr ""30613062#: builtin/clone.c:8793063msgid "You appear to have cloned an empty repository."3064msgstr ""30653066#: builtin/column.c:93067msgid "git column [options]"3068msgstr ""30693070#: builtin/column.c:263071msgid "lookup config vars"3072msgstr ""30733074#: builtin/column.c:27 builtin/column.c:283075msgid "layout to use"3076msgstr ""30773078#: builtin/column.c:293079msgid "Maximum width"3080msgstr ""30813082#: builtin/column.c:303083msgid "Padding space on left border"3084msgstr ""30853086#: builtin/column.c:313087msgid "Padding space on right border"3088msgstr ""30893090#: builtin/column.c:323091msgid "Padding space between columns"3092msgstr ""30933094#: builtin/column.c:513095msgid "--command must be the first argument"3096msgstr ""30973098#: builtin/commit.c:343099msgid "git commit [options] [--] <filepattern>..."3100msgstr ""31013102#: builtin/commit.c:393103msgid "git status [options] [--] <filepattern>..."3104msgstr ""31053106#: builtin/commit.c:443107msgid ""3108"Your name and email address were configured automatically based\n"3109"on your username and hostname. Please check that they are accurate.\n"3110"You can suppress this message by setting them explicitly:\n"3111"\n"3112" git config --global user.name \"Your Name\"\n"3113" git config --global user.email you@example.com\n"3114"\n"3115"After doing this, you may fix the identity used for this commit with:\n"3116"\n"3117" git commit --amend --reset-author\n"3118msgstr ""31193120#: builtin/commit.c:563121msgid ""3122"You asked to amend the most recent commit, but doing so would make\n"3123"it empty. You can repeat your command with --allow-empty, or you can\n"3124"remove the commit entirely with \"git reset HEAD^\".\n"3125msgstr ""31263127#: builtin/commit.c:613128msgid ""3129"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"3130"If you wish to commit it anyway, use:\n"3131"\n"3132" git commit --allow-empty\n"3133"\n"3134"Otherwise, please use 'git reset'\n"3135msgstr ""31363137#: builtin/commit.c:2573138msgid "failed to unpack HEAD tree object"3139msgstr ""31403141#: builtin/commit.c:2993142msgid "unable to create temporary index"3143msgstr ""31443145#: builtin/commit.c:3053146msgid "interactive add failed"3147msgstr ""31483149#: builtin/commit.c:338 builtin/commit.c:359 builtin/commit.c:4093150msgid "unable to write new_index file"3151msgstr ""31523153#: builtin/commit.c:3903154msgid "cannot do a partial commit during a merge."3155msgstr ""31563157#: builtin/commit.c:3923158msgid "cannot do a partial commit during a cherry-pick."3159msgstr ""31603161#: builtin/commit.c:4023162msgid "cannot read the index"3163msgstr ""31643165#: builtin/commit.c:4223166msgid "unable to write temporary index file"3167msgstr ""31683169#: builtin/commit.c:509 builtin/commit.c:5153170#, c-format3171msgid "invalid commit: %s"3172msgstr ""31733174#: builtin/commit.c:5383175msgid "malformed --author parameter"3176msgstr ""31773178#: builtin/commit.c:5583179#, c-format3180msgid "Malformed ident string: '%s'"3181msgstr ""31823183#: builtin/commit.c:596 builtin/commit.c:629 builtin/commit.c:9523184#, c-format3185msgid "could not lookup commit %s"3186msgstr ""31873188#: builtin/commit.c:608 builtin/shortlog.c:2963189#, c-format3190msgid "(reading log message from standard input)\n"3191msgstr ""31923193#: builtin/commit.c:6103194msgid "could not read log from standard input"3195msgstr ""31963197#: builtin/commit.c:6143198#, c-format3199msgid "could not read log file '%s'"3200msgstr ""32013202#: builtin/commit.c:6203203msgid "commit has empty message"3204msgstr ""32053206#: builtin/commit.c:6363207msgid "could not read MERGE_MSG"3208msgstr ""32093210#: builtin/commit.c:6403211msgid "could not read SQUASH_MSG"3212msgstr ""32133214#: builtin/commit.c:6443215#, c-format3216msgid "could not read '%s'"3217msgstr ""32183219#: builtin/commit.c:7053220msgid "could not write commit template"3221msgstr ""32223223#: builtin/commit.c:7163224#, c-format3225msgid ""3226"\n"3227"It looks like you may be committing a merge.\n"3228"If this is not correct, please remove the file\n"3229"\t%s\n"3230"and try again.\n"3231msgstr ""32323233#: builtin/commit.c:7213234#, c-format3235msgid ""3236"\n"3237"It looks like you may be committing a cherry-pick.\n"3238"If this is not correct, please remove the file\n"3239"\t%s\n"3240"and try again.\n"3241msgstr ""32423243#: builtin/commit.c:7333244msgid ""3245"Please enter the commit message for your changes. Lines starting\n"3246"with '#' will be ignored, and an empty message aborts the commit.\n"3247msgstr ""32483249#: builtin/commit.c:7383250msgid ""3251"Please enter the commit message for your changes. Lines starting\n"3252"with '#' will be kept; you may remove them yourself if you want to.\n"3253"An empty message aborts the commit.\n"3254msgstr ""32553256#: builtin/commit.c:7513257#, c-format3258msgid "%sAuthor: %s"3259msgstr ""32603261#: builtin/commit.c:7583262#, c-format3263msgid "%sCommitter: %s"3264msgstr ""32653266#: builtin/commit.c:7783267msgid "Cannot read index"3268msgstr ""32693270#: builtin/commit.c:8153271msgid "Error building trees"3272msgstr ""32733274#: builtin/commit.c:830 builtin/tag.c:3613275#, c-format3276msgid "Please supply the message using either -m or -F option.\n"3277msgstr ""32783279#: builtin/commit.c:9273280#, c-format3281msgid "No existing author found with '%s'"3282msgstr ""32833284#: builtin/commit.c:942 builtin/commit.c:11423285#, c-format3286msgid "Invalid untracked files mode '%s'"3287msgstr ""32883289#: builtin/commit.c:9823290msgid "Using both --reset-author and --author does not make sense"3291msgstr ""32923293#: builtin/commit.c:9933294msgid "You have nothing to amend."3295msgstr ""32963297#: builtin/commit.c:9963298msgid "You are in the middle of a merge -- cannot amend."3299msgstr ""33003301#: builtin/commit.c:9983302msgid "You are in the middle of a cherry-pick -- cannot amend."3303msgstr ""33043305#: builtin/commit.c:10013306msgid "Options --squash and --fixup cannot be used together"3307msgstr ""33083309#: builtin/commit.c:10113310msgid "Only one of -c/-C/-F/--fixup can be used."3311msgstr ""33123313#: builtin/commit.c:10133314msgid "Option -m cannot be combined with -c/-C/-F/--fixup."3315msgstr ""33163317#: builtin/commit.c:10213318msgid "--reset-author can be used only with -C, -c or --amend."3319msgstr ""33203321#: builtin/commit.c:10383322msgid "Only one of --include/--only/--all/--interactive/--patch can be used."3323msgstr ""33243325#: builtin/commit.c:10403326msgid "No paths with --include/--only does not make sense."3327msgstr ""33283329#: builtin/commit.c:10423330msgid "Clever... amending the last one with dirty index."3331msgstr ""33323333#: builtin/commit.c:10443334msgid "Explicit paths specified without -i nor -o; assuming --only paths..."3335msgstr ""33363337#: builtin/commit.c:1054 builtin/tag.c:5773338#, c-format3339msgid "Invalid cleanup mode %s"3340msgstr ""33413342#: builtin/commit.c:10593343msgid "Paths with -a does not make sense."3344msgstr ""33453346#: builtin/commit.c:1156 builtin/commit.c:13843347msgid "show status concisely"3348msgstr ""33493350#: builtin/commit.c:1158 builtin/commit.c:13863351msgid "show branch information"3352msgstr ""33533354#: builtin/commit.c:1160 builtin/commit.c:1388 builtin/push.c:3893355msgid "machine-readable output"3356msgstr ""33573358#: builtin/commit.c:1163 builtin/commit.c:13903359msgid "terminate entries with NUL"3360msgstr ""33613362#: builtin/commit.c:1165 builtin/commit.c:1393 builtin/fast-export.c:6363363#: builtin/fast-export.c:639 builtin/tag.c:4613364msgid "mode"3365msgstr ""33663367#: builtin/commit.c:1166 builtin/commit.c:13933368msgid "show untracked files, optional modes: all, normal, no. (Default: all)"3369msgstr ""33703371#: builtin/commit.c:11693372msgid "show ignored files"3373msgstr ""33743375#: builtin/commit.c:1170 parse-options.h:1513376msgid "when"3377msgstr ""33783379#: builtin/commit.c:11713380msgid ""3381"ignore changes to submodules, optional when: all, dirty, untracked. "3382"(Default: all)"3383msgstr ""33843385#: builtin/commit.c:11733386msgid "list untracked files in columns"3387msgstr ""33883389#: builtin/commit.c:12423390msgid "couldn't look up newly created commit"3391msgstr ""33923393#: builtin/commit.c:12443394msgid "could not parse newly created commit"3395msgstr ""33963397#: builtin/commit.c:12853398msgid "detached HEAD"3399msgstr ""34003401#: builtin/commit.c:12873402msgid " (root-commit)"3403msgstr ""34043405#: builtin/commit.c:13543406msgid "suppress summary after successful commit"3407msgstr ""34083409#: builtin/commit.c:13553410msgid "show diff in commit message template"3411msgstr ""34123413#: builtin/commit.c:13573414msgid "Commit message options"3415msgstr ""34163417#: builtin/commit.c:1358 builtin/tag.c:4593418msgid "read message from file"3419msgstr ""34203421#: builtin/commit.c:13593422msgid "author"3423msgstr ""34243425#: builtin/commit.c:13593426msgid "override author for commit"3427msgstr ""34283429#: builtin/commit.c:1360 builtin/gc.c:1783430msgid "date"3431msgstr ""34323433#: builtin/commit.c:13603434msgid "override date for commit"3435msgstr ""34363437#: builtin/commit.c:1361 builtin/merge.c:206 builtin/notes.c:5373438#: builtin/notes.c:694 builtin/tag.c:4573439msgid "message"3440msgstr ""34413442#: builtin/commit.c:13613443msgid "commit message"3444msgstr ""34453446#: builtin/commit.c:13623447msgid "reuse and edit message from specified commit"3448msgstr ""34493450#: builtin/commit.c:13633451msgid "reuse message from specified commit"3452msgstr ""34533454#: builtin/commit.c:13643455msgid "use autosquash formatted message to fixup specified commit"3456msgstr ""34573458#: builtin/commit.c:13653459msgid "use autosquash formatted message to squash specified commit"3460msgstr ""34613462#: builtin/commit.c:13663463msgid "the commit is authored by me now (used with -C/-c/--amend)"3464msgstr ""34653466#: builtin/commit.c:1367 builtin/log.c:1068 builtin/revert.c:1093467msgid "add Signed-off-by:"3468msgstr ""34693470#: builtin/commit.c:13683471msgid "use specified template file"3472msgstr ""34733474#: builtin/commit.c:13693475msgid "force edit of commit"3476msgstr ""34773478#: builtin/commit.c:13703479msgid "default"3480msgstr ""34813482#: builtin/commit.c:1370 builtin/tag.c:4623483msgid "how to strip spaces and #comments from message"3484msgstr ""34853486#: builtin/commit.c:13713487msgid "include status in commit message template"3488msgstr ""34893490#: builtin/commit.c:1372 builtin/merge.c:213 builtin/tag.c:4633491msgid "key id"3492msgstr ""34933494#: builtin/commit.c:1373 builtin/merge.c:2143495msgid "GPG sign commit"3496msgstr ""34973498#. end commit message options3499#: builtin/commit.c:13763500msgid "Commit contents options"3501msgstr ""35023503#: builtin/commit.c:13773504msgid "commit all changed files"3505msgstr ""35063507#: builtin/commit.c:13783508msgid "add specified files to index for commit"3509msgstr ""35103511#: builtin/commit.c:13793512msgid "interactively add files"3513msgstr ""35143515#: builtin/commit.c:13803516msgid "interactively add changes"3517msgstr ""35183519#: builtin/commit.c:13813520msgid "commit only specified files"3521msgstr ""35223523#: builtin/commit.c:13823524msgid "bypass pre-commit hook"3525msgstr ""35263527#: builtin/commit.c:13833528msgid "show what would be committed"3529msgstr ""35303531#: builtin/commit.c:13913532msgid "amend previous commit"3533msgstr ""35343535#: builtin/commit.c:13923536msgid "bypass post-rewrite hook"3537msgstr ""35383539#: builtin/commit.c:13973540msgid "ok to record an empty change"3541msgstr ""35423543#: builtin/commit.c:14003544msgid "ok to record a change with an empty message"3545msgstr ""35463547#: builtin/commit.c:14323548msgid "could not parse HEAD commit"3549msgstr ""35503551#: builtin/commit.c:1470 builtin/merge.c:5083552#, c-format3553msgid "could not open '%s' for reading"3554msgstr ""35553556#: builtin/commit.c:14773557#, c-format3558msgid "Corrupt MERGE_HEAD file (%s)"3559msgstr ""35603561#: builtin/commit.c:14843562msgid "could not read MERGE_MODE"3563msgstr ""35643565#: builtin/commit.c:15033566#, c-format3567msgid "could not read commit message: %s"3568msgstr ""35693570#: builtin/commit.c:15173571#, c-format3572msgid "Aborting commit; you did not edit the message.\n"3573msgstr ""35743575#: builtin/commit.c:15223576#, c-format3577msgid "Aborting commit due to empty commit message.\n"3578msgstr ""35793580#: builtin/commit.c:1537 builtin/merge.c:935 builtin/merge.c:9603581msgid "failed to write commit object"3582msgstr ""35833584#: builtin/commit.c:15583585msgid "cannot lock HEAD ref"3586msgstr ""35873588#: builtin/commit.c:15623589msgid "cannot update HEAD ref"3590msgstr ""35913592#: builtin/commit.c:15733593msgid ""3594"Repository has been updated, but unable to write\n"3595"new_index file. Check that disk is not full or quota is\n"3596"not exceeded, and then \"git reset HEAD\" to recover."3597msgstr ""35983599#: builtin/config.c:73600msgid "git config [options]"3601msgstr ""36023603#: builtin/config.c:523604msgid "Config file location"3605msgstr ""36063607#: builtin/config.c:533608msgid "use global config file"3609msgstr ""36103611#: builtin/config.c:543612msgid "use system config file"3613msgstr ""36143615#: builtin/config.c:553616msgid "use repository config file"3617msgstr ""36183619#: builtin/config.c:563620msgid "use given config file"3621msgstr ""36223623#: builtin/config.c:573624msgid "Action"3625msgstr ""36263627#: builtin/config.c:583628msgid "get value: name [value-regex]"3629msgstr ""36303631#: builtin/config.c:593632msgid "get all values: key [value-regex]"3633msgstr ""36343635#: builtin/config.c:603636msgid "get values for regexp: name-regex [value-regex]"3637msgstr ""36383639#: builtin/config.c:613640msgid "replace all matching variables: name value [value_regex]"3641msgstr ""36423643#: builtin/config.c:623644msgid "add a new variable: name value"3645msgstr ""36463647#: builtin/config.c:633648msgid "remove a variable: name [value-regex]"3649msgstr ""36503651#: builtin/config.c:643652msgid "remove all matches: name [value-regex]"3653msgstr ""36543655#: builtin/config.c:653656msgid "rename section: old-name new-name"3657msgstr ""36583659#: builtin/config.c:663660msgid "remove a section: name"3661msgstr ""36623663#: builtin/config.c:673664msgid "list all"3665msgstr ""36663667#: builtin/config.c:683668msgid "open an editor"3669msgstr ""36703671#: builtin/config.c:69 builtin/config.c:703672msgid "slot"3673msgstr ""36743675#: builtin/config.c:693676msgid "find the color configured: [default]"3677msgstr ""36783679#: builtin/config.c:703680msgid "find the color setting: [stdout-is-tty]"3681msgstr ""36823683#: builtin/config.c:713684msgid "Type"3685msgstr ""36863687#: builtin/config.c:723688msgid "value is \"true\" or \"false\""3689msgstr ""36903691#: builtin/config.c:733692msgid "value is decimal number"3693msgstr ""36943695#: builtin/config.c:743696msgid "value is --bool or --int"3697msgstr ""36983699#: builtin/config.c:753700msgid "value is a path (file or directory name)"3701msgstr ""37023703#: builtin/config.c:763704msgid "Other"3705msgstr ""37063707#: builtin/config.c:773708msgid "terminate values with NUL byte"3709msgstr ""37103711#: builtin/config.c:783712msgid "respect include directives on lookup"3713msgstr ""37143715#: builtin/count-objects.c:693716msgid "git count-objects [-v]"3717msgstr ""37183719#: builtin/describe.c:153720msgid "git describe [options] <committish>*"3721msgstr ""37223723#: builtin/describe.c:163724msgid "git describe [options] --dirty"3725msgstr ""37263727#: builtin/describe.c:2343728#, c-format3729msgid "annotated tag %s not available"3730msgstr ""37313732#: builtin/describe.c:2383733#, c-format3734msgid "annotated tag %s has no embedded name"3735msgstr ""37363737#: builtin/describe.c:2403738#, c-format3739msgid "tag '%s' is really '%s' here"3740msgstr ""37413742#: builtin/describe.c:2673743#, c-format3744msgid "Not a valid object name %s"3745msgstr ""37463747#: builtin/describe.c:2703748#, c-format3749msgid "%s is not a valid '%s' object"3750msgstr ""37513752#: builtin/describe.c:2873753#, c-format3754msgid "no tag exactly matches '%s'"3755msgstr ""37563757#: builtin/describe.c:2893758#, c-format3759msgid "searching to describe %s\n"3760msgstr ""37613762#: builtin/describe.c:3293763#, c-format3764msgid "finished search at %s\n"3765msgstr ""37663767#: builtin/describe.c:3533768#, c-format3769msgid ""3770"No annotated tags can describe '%s'.\n"3771"However, there were unannotated tags: try --tags."3772msgstr ""37733774#: builtin/describe.c:3573775#, c-format3776msgid ""3777"No tags can describe '%s'.\n"3778"Try --always, or create some tags."3779msgstr ""37803781#: builtin/describe.c:3783782#, c-format3783msgid "traversed %lu commits\n"3784msgstr ""37853786#: builtin/describe.c:3813787#, c-format3788msgid ""3789"more than %i tags found; listed %i most recent\n"3790"gave up search at %s\n"3791msgstr ""37923793#: builtin/describe.c:4033794msgid "find the tag that comes after the commit"3795msgstr ""37963797#: builtin/describe.c:4043798msgid "debug search strategy on stderr"3799msgstr ""38003801#: builtin/describe.c:4053802msgid "use any ref in .git/refs"3803msgstr ""38043805#: builtin/describe.c:4063806msgid "use any tag in .git/refs/tags"3807msgstr ""38083809#: builtin/describe.c:4073810msgid "always use long format"3811msgstr ""38123813#: builtin/describe.c:4103814msgid "only output exact matches"3815msgstr ""38163817#: builtin/describe.c:4123818msgid "consider <n> most recent tags (default: 10)"3819msgstr ""38203821#: builtin/describe.c:4143822msgid "only consider tags matching <pattern>"3823msgstr ""38243825#: builtin/describe.c:416 builtin/name-rev.c:2383826msgid "show abbreviated commit object as fallback"3827msgstr ""38283829#: builtin/describe.c:4173830msgid "mark"3831msgstr ""38323833#: builtin/describe.c:4183834msgid "append <mark> on dirty working tree (default: \"-dirty\")"3835msgstr ""38363837#: builtin/describe.c:4363838msgid "--long is incompatible with --abbrev=0"3839msgstr ""38403841#: builtin/describe.c:4623842msgid "No names found, cannot describe anything."3843msgstr ""38443845#: builtin/describe.c:4823846msgid "--dirty is incompatible with committishes"3847msgstr ""38483849#: builtin/diff.c:793850#, c-format3851msgid "'%s': not a regular file or symlink"3852msgstr ""38533854#: builtin/diff.c:2243855#, c-format3856msgid "invalid option: %s"3857msgstr ""38583859#: builtin/diff.c:3013860msgid "Not a git repository"3861msgstr ""38623863#: builtin/diff.c:3443864#, c-format3865msgid "invalid object '%s' given."3866msgstr ""38673868#: builtin/diff.c:3493869#, c-format3870msgid "more than %d trees given: '%s'"3871msgstr ""38723873#: builtin/diff.c:3593874#, c-format3875msgid "more than two blobs given: '%s'"3876msgstr ""38773878#: builtin/diff.c:3673879#, c-format3880msgid "unhandled object '%s' given."3881msgstr ""38823883#: builtin/fast-export.c:223884msgid "git fast-export [rev-list-opts]"3885msgstr ""38863887#: builtin/fast-export.c:6353888msgid "show progress after <n> objects"3889msgstr ""38903891#: builtin/fast-export.c:6373892msgid "select handling of signed tags"3893msgstr ""38943895#: builtin/fast-export.c:6403896msgid "select handling of tags that tag filtered objects"3897msgstr ""38983899#: builtin/fast-export.c:6433900msgid "Dump marks to this file"3901msgstr ""39023903#: builtin/fast-export.c:6453904msgid "Import marks from this file"3905msgstr ""39063907#: builtin/fast-export.c:6473908msgid "Fake a tagger when tags lack one"3909msgstr ""39103911#: builtin/fast-export.c:6493912msgid "Output full tree for each commit"3913msgstr ""39143915#: builtin/fast-export.c:6513916msgid "Use the done feature to terminate the stream"3917msgstr ""39183919#: builtin/fast-export.c:6523920msgid "Skip output of blob data"3921msgstr ""39223923#: builtin/fetch.c:203924msgid "git fetch [<options>] [<repository> [<refspec>...]]"3925msgstr ""39263927#: builtin/fetch.c:213928msgid "git fetch [<options>] <group>"3929msgstr ""39303931#: builtin/fetch.c:223932msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"3933msgstr ""39343935#: builtin/fetch.c:233936msgid "git fetch --all [<options>]"3937msgstr ""39383939#: builtin/fetch.c:603940msgid "fetch from all remotes"3941msgstr ""39423943#: builtin/fetch.c:623944msgid "append to .git/FETCH_HEAD instead of overwriting"3945msgstr ""39463947#: builtin/fetch.c:643948msgid "path to upload pack on remote end"3949msgstr ""39503951#: builtin/fetch.c:653952msgid "force overwrite of local branch"3953msgstr ""39543955#: builtin/fetch.c:673956msgid "fetch from multiple remotes"3957msgstr ""39583959#: builtin/fetch.c:693960msgid "fetch all tags and associated objects"3961msgstr ""39623963#: builtin/fetch.c:713964msgid "do not fetch all tags (--no-tags)"3965msgstr ""39663967#: builtin/fetch.c:733968msgid "prune remote-tracking branches no longer on remote"3969msgstr ""39703971#: builtin/fetch.c:743972msgid "on-demand"3973msgstr ""39743975#: builtin/fetch.c:753976msgid "control recursive fetching of submodules"3977msgstr ""39783979#: builtin/fetch.c:793980msgid "keep downloaded pack"3981msgstr ""39823983#: builtin/fetch.c:813984msgid "allow updating of HEAD ref"3985msgstr ""39863987#: builtin/fetch.c:843988msgid "deepen history of shallow clone"3989msgstr ""39903991#: builtin/fetch.c:85 builtin/log.c:10833992msgid "dir"3993msgstr ""39943995#: builtin/fetch.c:863996msgid "prepend this to submodule path output"3997msgstr ""39983999#: builtin/fetch.c:894000msgid "default mode for recursion"4001msgstr ""40024003#: builtin/fetch.c:2014004msgid "Couldn't find remote ref HEAD"4005msgstr ""40064007#: builtin/fetch.c:2544008#, c-format4009msgid "object %s not found"4010msgstr ""40114012#: builtin/fetch.c:2594013msgid "[up to date]"4014msgstr ""40154016#: builtin/fetch.c:2734017#, c-format4018msgid "! %-*s %-*s -> %s (can't fetch in current branch)"4019msgstr ""40204021#: builtin/fetch.c:274 builtin/fetch.c:3604022msgid "[rejected]"4023msgstr ""40244025#: builtin/fetch.c:2854026msgid "[tag update]"4027msgstr ""40284029#: builtin/fetch.c:287 builtin/fetch.c:322 builtin/fetch.c:3404030msgid " (unable to update local ref)"4031msgstr ""40324033#: builtin/fetch.c:3054034msgid "[new tag]"4035msgstr ""40364037#: builtin/fetch.c:3084038msgid "[new branch]"4039msgstr ""40404041#: builtin/fetch.c:3114042msgid "[new ref]"4043msgstr ""40444045#: builtin/fetch.c:3564046msgid "unable to update local ref"4047msgstr ""40484049#: builtin/fetch.c:3564050msgid "forced update"4051msgstr ""40524053#: builtin/fetch.c:3624054msgid "(non-fast-forward)"4055msgstr ""40564057#: builtin/fetch.c:393 builtin/fetch.c:6854058#, c-format4059msgid "cannot open %s: %s\n"4060msgstr ""40614062#: builtin/fetch.c:4024063#, c-format4064msgid "%s did not send all necessary objects\n"4065msgstr ""40664067#: builtin/fetch.c:4884068#, c-format4069msgid "From %.*s\n"4070msgstr ""40714072#: builtin/fetch.c:4994073#, c-format4074msgid ""4075"some local refs could not be updated; try running\n"4076" 'git remote prune %s' to remove any old, conflicting branches"4077msgstr ""40784079#: builtin/fetch.c:5494080#, c-format4081msgid " (%s will become dangling)"4082msgstr ""40834084#: builtin/fetch.c:5504085#, c-format4086msgid " (%s has become dangling)"4087msgstr ""40884089#: builtin/fetch.c:5574090msgid "[deleted]"4091msgstr ""40924093#: builtin/fetch.c:558 builtin/remote.c:10554094msgid "(none)"4095msgstr ""40964097#: builtin/fetch.c:6754098#, c-format4099msgid "Refusing to fetch into current branch %s of non-bare repository"4100msgstr ""41014102#: builtin/fetch.c:7094103#, c-format4104msgid "Don't know how to fetch from %s"4105msgstr ""41064107#: builtin/fetch.c:7864108#, c-format4109msgid "Option \"%s\" value \"%s\" is not valid for %s"4110msgstr ""41114112#: builtin/fetch.c:7894113#, c-format4114msgid "Option \"%s\" is ignored for %s\n"4115msgstr ""41164117#: builtin/fetch.c:8914118#, c-format4119msgid "Fetching %s\n"4120msgstr ""41214122#: builtin/fetch.c:893 builtin/remote.c:1004123#, c-format4124msgid "Could not fetch %s"4125msgstr ""41264127#: builtin/fetch.c:9124128msgid ""4129"No remote repository specified. Please, specify either a URL or a\n"4130"remote name from which new revisions should be fetched."4131msgstr ""41324133#: builtin/fetch.c:9324134msgid "You need to specify a tag name."4135msgstr ""41364137#: builtin/fetch.c:9844138msgid "fetch --all does not take a repository argument"4139msgstr ""41404141#: builtin/fetch.c:9864142msgid "fetch --all does not make sense with refspecs"4143msgstr ""41444145#: builtin/fetch.c:9974146#, c-format4147msgid "No such remote or remote group: %s"4148msgstr ""41494150#: builtin/fetch.c:10054151msgid "Fetching a group and specifying refspecs does not make sense"4152msgstr ""41534154#: builtin/fmt-merge-msg.c:134155msgid "git fmt-merge-msg [-m <message>] [--log[=<n>]|--no-log] [--file <file>]"4156msgstr ""41574158#: builtin/fmt-merge-msg.c:653 builtin/fmt-merge-msg.c:656 builtin/grep.c:7874159#: builtin/merge.c:188 builtin/show-branch.c:656 builtin/show-ref.c:1924160#: builtin/tag.c:448 parse-options.h:133 parse-options.h:2354161msgid "n"4162msgstr ""41634164#: builtin/fmt-merge-msg.c:6544165msgid "populate log with at most <n> entries from shortlog"4166msgstr ""41674168#: builtin/fmt-merge-msg.c:6574169msgid "alias for --log (deprecated)"4170msgstr ""41714172#: builtin/fmt-merge-msg.c:6604173msgid "text"4174msgstr ""41754176#: builtin/fmt-merge-msg.c:6614177msgid "use <text> as start of message"4178msgstr ""41794180#: builtin/fmt-merge-msg.c:6624181msgid "file to read from"4182msgstr ""41834184#: builtin/for-each-ref.c:9794185msgid "git for-each-ref [options] [<pattern>]"4186msgstr ""41874188#: builtin/for-each-ref.c:9944189msgid "quote placeholders suitably for shells"4190msgstr ""41914192#: builtin/for-each-ref.c:9964193msgid "quote placeholders suitably for perl"4194msgstr ""41954196#: builtin/for-each-ref.c:9984197msgid "quote placeholders suitably for python"4198msgstr ""41994200#: builtin/for-each-ref.c:10004201msgid "quote placeholders suitably for tcl"4202msgstr ""42034204#: builtin/for-each-ref.c:10034205msgid "show only <n> matched refs"4206msgstr ""42074208#: builtin/for-each-ref.c:10044209msgid "format"4210msgstr ""42114212#: builtin/for-each-ref.c:10044213msgid "format to use for the output"4214msgstr ""42154216#: builtin/for-each-ref.c:10054217msgid "key"4218msgstr ""42194220#: builtin/for-each-ref.c:10064221msgid "field name to sort on"4222msgstr ""42234224#: builtin/fsck.c:6084225msgid "git fsck [options] [<object>...]"4226msgstr ""42274228#: builtin/fsck.c:6144229msgid "show unreachable objects"4230msgstr ""42314232#: builtin/fsck.c:6154233msgid "show dangling objects"4234msgstr ""42354236#: builtin/fsck.c:6164237msgid "report tags"4238msgstr ""42394240#: builtin/fsck.c:6174241msgid "report root nodes"4242msgstr ""42434244#: builtin/fsck.c:6184245msgid "make index objects head nodes"4246msgstr ""42474248#: builtin/fsck.c:6194249msgid "make reflogs head nodes (default)"4250msgstr ""42514252#: builtin/fsck.c:6204253msgid "also consider packs and alternate objects"4254msgstr ""42554256#: builtin/fsck.c:6214257msgid "enable more strict checking"4258msgstr ""42594260#: builtin/fsck.c:6234261msgid "write dangling objects in .git/lost-found"4262msgstr ""42634264#: builtin/fsck.c:624 builtin/prune.c:1344265msgid "show progress"4266msgstr ""42674268#: builtin/gc.c:224269msgid "git gc [options]"4270msgstr ""42714272#: builtin/gc.c:634273#, c-format4274msgid "Invalid %s: '%s'"4275msgstr ""42764277#: builtin/gc.c:904278#, c-format4279msgid "insanely long object directory %.*s"4280msgstr ""42814282#: builtin/gc.c:1794283msgid "prune unreferenced objects"4284msgstr ""42854286#: builtin/gc.c:1814287msgid "be more thorough (increased runtime)"4288msgstr ""42894290#: builtin/gc.c:1824291msgid "enable auto-gc mode"4292msgstr ""42934294#: builtin/gc.c:2224295#, c-format4296msgid ""4297"Auto packing the repository for optimum performance. You may also\n"4298"run \"git gc\" manually. See \"git help gc\" for more information.\n"4299msgstr ""43004301#: builtin/gc.c:2494302msgid ""4303"There are too many unreachable loose objects; run 'git prune' to remove them."4304msgstr ""43054306#: builtin/grep.c:224307msgid "git grep [options] [-e] <pattern> [<rev>...] [[--] <path>...]"4308msgstr ""43094310#: builtin/grep.c:2174311#, c-format4312msgid "grep: failed to create thread: %s"4313msgstr ""43144315#: builtin/grep.c:4554316#, c-format4317msgid "Failed to chdir: %s"4318msgstr ""43194320#: builtin/grep.c:531 builtin/grep.c:5654321#, c-format4322msgid "unable to read tree (%s)"4323msgstr ""43244325#: builtin/grep.c:5794326#, c-format4327msgid "unable to grep from object of type %s"4328msgstr ""43294330#: builtin/grep.c:6374331#, c-format4332msgid "switch `%c' expects a numerical value"4333msgstr ""43344335#: builtin/grep.c:6544336#, c-format4337msgid "cannot open '%s'"4338msgstr ""43394340#: builtin/grep.c:7294341msgid "search in index instead of in the work tree"4342msgstr ""43434344#: builtin/grep.c:7314345msgid "find in contents not managed by git"4346msgstr ""43474348#: builtin/grep.c:7334349msgid "search in both tracked and untracked files"4350msgstr ""43514352#: builtin/grep.c:7354353msgid "search also in ignored files"4354msgstr ""43554356#: builtin/grep.c:7384357msgid "show non-matching lines"4358msgstr ""43594360#: builtin/grep.c:7404361msgid "case insensitive matching"4362msgstr ""43634364#: builtin/grep.c:7424365msgid "match patterns only at word boundaries"4366msgstr ""43674368#: builtin/grep.c:7444369msgid "process binary files as text"4370msgstr ""43714372#: builtin/grep.c:7464373msgid "don't match patterns in binary files"4374msgstr ""43754376#: builtin/grep.c:7494377msgid "descend at most <depth> levels"4378msgstr ""43794380#: builtin/grep.c:7534381msgid "use extended POSIX regular expressions"4382msgstr ""43834384#: builtin/grep.c:7564385msgid "use basic POSIX regular expressions (default)"4386msgstr ""43874388#: builtin/grep.c:7594389msgid "interpret patterns as fixed strings"4390msgstr ""43914392#: builtin/grep.c:7624393msgid "use Perl-compatible regular expressions"4394msgstr ""43954396#: builtin/grep.c:7654397msgid "show line numbers"4398msgstr ""43994400#: builtin/grep.c:7664401msgid "don't show filenames"4402msgstr ""44034404#: builtin/grep.c:7674405msgid "show filenames"4406msgstr ""44074408#: builtin/grep.c:7694409msgid "show filenames relative to top directory"4410msgstr ""44114412#: builtin/grep.c:7714413msgid "show only filenames instead of matching lines"4414msgstr ""44154416#: builtin/grep.c:7734417msgid "synonym for --files-with-matches"4418msgstr ""44194420#: builtin/grep.c:7764421msgid "show only the names of files without match"4422msgstr ""44234424#: builtin/grep.c:7784425msgid "print NUL after filenames"4426msgstr ""44274428#: builtin/grep.c:7804429msgid "show the number of matches instead of matching lines"4430msgstr ""44314432#: builtin/grep.c:7814433msgid "highlight matches"4434msgstr ""44354436#: builtin/grep.c:7834437msgid "print empty line between matches from different files"4438msgstr ""44394440#: builtin/grep.c:7854441msgid "show filename only once above matches from same file"4442msgstr ""44434444#: builtin/grep.c:7884445msgid "show <n> context lines before and after matches"4446msgstr ""44474448#: builtin/grep.c:7914449msgid "show <n> context lines before matches"4450msgstr ""44514452#: builtin/grep.c:7934453msgid "show <n> context lines after matches"4454msgstr ""44554456#: builtin/grep.c:7944457msgid "shortcut for -C NUM"4458msgstr ""44594460#: builtin/grep.c:7974461msgid "show a line with the function name before matches"4462msgstr ""44634464#: builtin/grep.c:7994465msgid "show the surrounding function"4466msgstr ""44674468#: builtin/grep.c:8024469msgid "read patterns from file"4470msgstr ""44714472#: builtin/grep.c:8044473msgid "match <pattern>"4474msgstr ""44754476#: builtin/grep.c:8064477msgid "combine patterns specified with -e"4478msgstr ""44794480#: builtin/grep.c:8184481msgid "indicate hit with exit status without output"4482msgstr ""44834484#: builtin/grep.c:8204485msgid "show only matches from files that match all patterns"4486msgstr ""44874488#: builtin/grep.c:8224489msgid "show parse tree for grep expression"4490msgstr ""44914492#: builtin/grep.c:8264493msgid "pager"4494msgstr ""44954496#: builtin/grep.c:8264497msgid "show matching files in the pager"4498msgstr ""44994500#: builtin/grep.c:8294501msgid "allow calling of grep(1) (ignored by this build)"4502msgstr ""45034504#: builtin/grep.c:830 builtin/show-ref.c:2014505msgid "show usage"4506msgstr ""45074508#: builtin/grep.c:9214509msgid "no pattern given."4510msgstr ""45114512#: builtin/grep.c:9354513#, c-format4514msgid "bad object %s"4515msgstr ""45164517#: builtin/grep.c:9764518msgid "--open-files-in-pager only works on the worktree"4519msgstr ""45204521#: builtin/grep.c:9994522msgid "--cached or --untracked cannot be used with --no-index."4523msgstr ""45244525#: builtin/grep.c:10044526msgid "--no-index or --untracked cannot be used with revs."4527msgstr ""45284529#: builtin/grep.c:10074530msgid "--[no-]exclude-standard cannot be used for tracked contents."4531msgstr ""45324533#: builtin/grep.c:10154534msgid "both --cached and trees are given."4535msgstr ""45364537#: builtin/hash-object.c:604538msgid ""4539"git hash-object [-t <type>] [-w] [--path=<file>|--no-filters] [--stdin] [--] "4540"<file>..."4541msgstr ""45424543#: builtin/hash-object.c:614544msgid "git hash-object --stdin-paths < <list-of-paths>"4545msgstr ""45464547#: builtin/hash-object.c:724548msgid "type"4549msgstr ""45504551#: builtin/hash-object.c:724552msgid "object type"4553msgstr ""45544555#: builtin/hash-object.c:734556msgid "write the object into the object database"4557msgstr ""45584559#: builtin/hash-object.c:744560msgid "read the object from stdin"4561msgstr ""45624563#: builtin/hash-object.c:764564msgid "store file as is without filters"4565msgstr ""45664567#: builtin/hash-object.c:774568msgid "process file as it were from this path"4569msgstr ""45704571#: builtin/help.c:434572msgid "print all available commands"4573msgstr ""45744575#: builtin/help.c:444576msgid "show man page"4577msgstr ""45784579#: builtin/help.c:454580msgid "show manual in web browser"4581msgstr ""45824583#: builtin/help.c:474584msgid "show info page"4585msgstr ""45864587#: builtin/help.c:534588msgid "git help [--all] [--man|--web|--info] [command]"4589msgstr ""45904591#: builtin/help.c:654592#, c-format4593msgid "unrecognized help format '%s'"4594msgstr ""45954596#: builtin/help.c:934597msgid "Failed to start emacsclient."4598msgstr ""45994600#: builtin/help.c:1064601msgid "Failed to parse emacsclient version."4602msgstr ""46034604#: builtin/help.c:1144605#, c-format4606msgid "emacsclient version '%d' too old (< 22)."4607msgstr ""46084609#: builtin/help.c:132 builtin/help.c:160 builtin/help.c:169 builtin/help.c:1774610#, c-format4611msgid "failed to exec '%s': %s"4612msgstr ""46134614#: builtin/help.c:2174615#, c-format4616msgid ""4617"'%s': path for unsupported man viewer.\n"4618"Please consider using 'man.<tool>.cmd' instead."4619msgstr ""46204621#: builtin/help.c:2294622#, c-format4623msgid ""4624"'%s': cmd for supported man viewer.\n"4625"Please consider using 'man.<tool>.path' instead."4626msgstr ""46274628#: builtin/help.c:2994629msgid "The most commonly used git commands are:"4630msgstr ""46314632#: builtin/help.c:3674633#, c-format4634msgid "'%s': unknown man viewer."4635msgstr ""46364637#: builtin/help.c:3844638msgid "no man viewer handled the request"4639msgstr ""46404641#: builtin/help.c:3924642msgid "no info viewer handled the request"4643msgstr ""46444645#: builtin/help.c:447 builtin/help.c:4544646#, c-format4647msgid "usage: %s%s"4648msgstr ""46494650#: builtin/help.c:4704651#, c-format4652msgid "`git %s' is aliased to `%s'"4653msgstr ""46544655#: builtin/index-pack.c:1704656#, c-format4657msgid "object type mismatch at %s"4658msgstr ""46594660#: builtin/index-pack.c:1904661msgid "object of unexpected type"4662msgstr ""46634664#: builtin/index-pack.c:2274665#, c-format4666msgid "cannot fill %d byte"4667msgid_plural "cannot fill %d bytes"4668msgstr[0] ""4669msgstr[1] ""46704671#: builtin/index-pack.c:2374672msgid "early EOF"4673msgstr ""46744675#: builtin/index-pack.c:2384676msgid "read error on input"4677msgstr ""46784679#: builtin/index-pack.c:2504680msgid "used more bytes than were available"4681msgstr ""46824683#: builtin/index-pack.c:2574684msgid "pack too large for current definition of off_t"4685msgstr ""46864687#: builtin/index-pack.c:2734688#, c-format4689msgid "unable to create '%s'"4690msgstr ""46914692#: builtin/index-pack.c:2784693#, c-format4694msgid "cannot open packfile '%s'"4695msgstr ""46964697#: builtin/index-pack.c:2924698msgid "pack signature mismatch"4699msgstr ""47004701#: builtin/index-pack.c:2944702#, c-format4703msgid "pack version %<PRIu32> unsupported"4704msgstr ""47054706#: builtin/index-pack.c:3124707#, c-format4708msgid "pack has bad object at offset %lu: %s"4709msgstr ""47104711#: builtin/index-pack.c:4344712#, c-format4713msgid "inflate returned %d"4714msgstr ""47154716#: builtin/index-pack.c:4834717msgid "offset value overflow for delta base object"4718msgstr ""47194720#: builtin/index-pack.c:4914721msgid "delta base offset is out of bound"4722msgstr ""47234724#: builtin/index-pack.c:4994725#, c-format4726msgid "unknown object type %d"4727msgstr ""47284729#: builtin/index-pack.c:5304730msgid "cannot pread pack file"4731msgstr ""47324733#: builtin/index-pack.c:5324734#, c-format4735msgid "premature end of pack file, %lu byte missing"4736msgid_plural "premature end of pack file, %lu bytes missing"4737msgstr[0] ""4738msgstr[1] ""47394740#: builtin/index-pack.c:5584741msgid "serious inflate inconsistency"4742msgstr ""47434744#: builtin/index-pack.c:649 builtin/index-pack.c:655 builtin/index-pack.c:6784745#: builtin/index-pack.c:712 builtin/index-pack.c:7214746#, c-format4747msgid "SHA1 COLLISION FOUND WITH %s !"4748msgstr ""47494750#: builtin/index-pack.c:652 builtin/pack-objects.c:1704751#: builtin/pack-objects.c:2624752#, c-format4753msgid "unable to read %s"4754msgstr ""47554756#: builtin/index-pack.c:7184757#, c-format4758msgid "cannot read existing object %s"4759msgstr ""47604761#: builtin/index-pack.c:7324762#, c-format4763msgid "invalid blob object %s"4764msgstr ""47654766#: builtin/index-pack.c:7474767#, c-format4768msgid "invalid %s"4769msgstr ""47704771#: builtin/index-pack.c:7494772msgid "Error in object"4773msgstr ""47744775#: builtin/index-pack.c:7514776#, c-format4777msgid "Not all child objects of %s are reachable"4778msgstr ""47794780#: builtin/index-pack.c:821 builtin/index-pack.c:8474781msgid "failed to apply delta"4782msgstr ""47834784#: builtin/index-pack.c:9864785msgid "Receiving objects"4786msgstr ""47874788#: builtin/index-pack.c:9864789msgid "Indexing objects"4790msgstr ""47914792#: builtin/index-pack.c:10124793msgid "pack is corrupted (SHA1 mismatch)"4794msgstr ""47954796#: builtin/index-pack.c:10174797msgid "cannot fstat packfile"4798msgstr ""47994800#: builtin/index-pack.c:10204801msgid "pack has junk at the end"4802msgstr ""48034804#: builtin/index-pack.c:10314805msgid "confusion beyond insanity in parse_pack_objects()"4806msgstr ""48074808#: builtin/index-pack.c:10544809msgid "Resolving deltas"4810msgstr ""48114812#: builtin/index-pack.c:10644813#, c-format4814msgid "unable to create thread: %s"4815msgstr ""48164817#: builtin/index-pack.c:11064818msgid "confusion beyond insanity"4819msgstr ""48204821#: builtin/index-pack.c:11124822#, c-format4823msgid "completed with %d local objects"4824msgstr ""48254826#: builtin/index-pack.c:11214827#, c-format4828msgid "Unexpected tail checksum for %s (disk corruption?)"4829msgstr ""48304831#: builtin/index-pack.c:11254832#, c-format4833msgid "pack has %d unresolved delta"4834msgid_plural "pack has %d unresolved deltas"4835msgstr[0] ""4836msgstr[1] ""48374838#: builtin/index-pack.c:11504839#, c-format4840msgid "unable to deflate appended object (%d)"4841msgstr ""48424843#: builtin/index-pack.c:12294844#, c-format4845msgid "local object %s is corrupt"4846msgstr ""48474848#: builtin/index-pack.c:12534849msgid "error while closing pack file"4850msgstr ""48514852#: builtin/index-pack.c:12664853#, c-format4854msgid "cannot write keep file '%s'"4855msgstr ""48564857#: builtin/index-pack.c:12744858#, c-format4859msgid "cannot close written keep file '%s'"4860msgstr ""48614862#: builtin/index-pack.c:12874863msgid "cannot store pack file"4864msgstr ""48654866#: builtin/index-pack.c:12984867msgid "cannot store index file"4868msgstr ""48694870#: builtin/index-pack.c:13314871#, c-format4872msgid "bad pack.indexversion=%<PRIu32>"4873msgstr ""48744875#: builtin/index-pack.c:13374876#, c-format4877msgid "invalid number of threads specified (%d)"4878msgstr ""48794880#: builtin/index-pack.c:1341 builtin/index-pack.c:15144881#, c-format4882msgid "no threads support, ignoring %s"4883msgstr ""48844885#: builtin/index-pack.c:13994886#, c-format4887msgid "Cannot open existing pack file '%s'"4888msgstr ""48894890#: builtin/index-pack.c:14014891#, c-format4892msgid "Cannot open existing pack idx file for '%s'"4893msgstr ""48944895#: builtin/index-pack.c:14484896#, c-format4897msgid "non delta: %d object"4898msgid_plural "non delta: %d objects"4899msgstr[0] ""4900msgstr[1] ""49014902#: builtin/index-pack.c:14554903#, c-format4904msgid "chain length = %d: %lu object"4905msgid_plural "chain length = %d: %lu objects"4906msgstr[0] ""4907msgstr[1] ""49084909#: builtin/index-pack.c:14824910msgid "Cannot come back to cwd"4911msgstr ""49124913#: builtin/index-pack.c:1526 builtin/index-pack.c:15294914#: builtin/index-pack.c:1541 builtin/index-pack.c:15454915#, c-format4916msgid "bad %s"4917msgstr ""49184919#: builtin/index-pack.c:15594920msgid "--fix-thin cannot be used without --stdin"4921msgstr ""49224923#: builtin/index-pack.c:1563 builtin/index-pack.c:15734924#, c-format4925msgid "packfile name '%s' does not end with '.pack'"4926msgstr ""49274928#: builtin/index-pack.c:15824929msgid "--verify with no packfile name given"4930msgstr ""49314932#: builtin/init-db.c:354933#, c-format4934msgid "Could not make %s writable by group"4935msgstr ""49364937#: builtin/init-db.c:624938#, c-format4939msgid "insanely long template name %s"4940msgstr ""49414942#: builtin/init-db.c:674943#, c-format4944msgid "cannot stat '%s'"4945msgstr ""49464947#: builtin/init-db.c:734948#, c-format4949msgid "cannot stat template '%s'"4950msgstr ""49514952#: builtin/init-db.c:804953#, c-format4954msgid "cannot opendir '%s'"4955msgstr ""49564957#: builtin/init-db.c:974958#, c-format4959msgid "cannot readlink '%s'"4960msgstr ""49614962#: builtin/init-db.c:994963#, c-format4964msgid "insanely long symlink %s"4965msgstr ""49664967#: builtin/init-db.c:1024968#, c-format4969msgid "cannot symlink '%s' '%s'"4970msgstr ""49714972#: builtin/init-db.c:1064973#, c-format4974msgid "cannot copy '%s' to '%s'"4975msgstr ""49764977#: builtin/init-db.c:1104978#, c-format4979msgid "ignoring template %s"4980msgstr ""49814982#: builtin/init-db.c:1334983#, c-format4984msgid "insanely long template path %s"4985msgstr ""49864987#: builtin/init-db.c:1414988#, c-format4989msgid "templates not found %s"4990msgstr ""49914992#: builtin/init-db.c:1544993#, c-format4994msgid "not copying templates of a wrong format version %d from '%s'"4995msgstr ""49964997#: builtin/init-db.c:1924998#, c-format4999msgid "insane git directory %s"5000msgstr ""50015002#: builtin/init-db.c:323 builtin/init-db.c:3265003#, c-format5004msgid "%s already exists"5005msgstr ""50065007#: builtin/init-db.c:3555008#, c-format5009msgid "unable to handle file type %d"5010msgstr ""50115012#: builtin/init-db.c:3585013#, c-format5014msgid "unable to move %s to %s"5015msgstr ""50165017#: builtin/init-db.c:3635018#, c-format5019msgid "Could not create git link %s"5020msgstr ""50215022#.5023#. * TRANSLATORS: The first '%s' is either "Reinitialized5024#. * existing" or "Initialized empty", the second " shared" or5025#. * "", and the last '%s%s' is the verbatim directory name.5026#.5027#: builtin/init-db.c:4205028#, c-format5029msgid "%s%s Git repository in %s%s\n"5030msgstr ""50315032#: builtin/init-db.c:4215033msgid "Reinitialized existing"5034msgstr ""50355036#: builtin/init-db.c:4215037msgid "Initialized empty"5038msgstr ""50395040#: builtin/init-db.c:4225041msgid " shared"5042msgstr ""50435044#: builtin/init-db.c:4415045msgid "cannot tell cwd"5046msgstr ""50475048#: builtin/init-db.c:4675049msgid ""5050"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--shared"5051"[=<permissions>]] [directory]"5052msgstr ""50535054#: builtin/init-db.c:4905055msgid "permissions"5056msgstr ""50575058#: builtin/init-db.c:4915059msgid "specify that the git repository is to be shared amongst several users"5060msgstr ""50615062#: builtin/init-db.c:493 builtin/prune-packed.c:775063msgid "be quiet"5064msgstr ""50655066#: builtin/init-db.c:522 builtin/init-db.c:5295067#, c-format5068msgid "cannot mkdir %s"5069msgstr ""50705071#: builtin/init-db.c:5335072#, c-format5073msgid "cannot chdir to %s"5074msgstr ""50755076#: builtin/init-db.c:5555077#, c-format5078msgid ""5079"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"5080"dir=<directory>)"5081msgstr ""50825083#: builtin/init-db.c:5795084msgid "Cannot access current working directory"5085msgstr ""50865087#: builtin/init-db.c:5865088#, c-format5089msgid "Cannot access work tree '%s'"5090msgstr ""50915092#: builtin/log.c:375093msgid "git log [<options>] [<since>..<until>] [[--] <path>...]\n"5094msgstr ""50955096#: builtin/log.c:385097msgid " or: git show [options] <object>..."5098msgstr ""50995100#: builtin/log.c:1005101msgid "suppress diff output"5102msgstr ""51035104#: builtin/log.c:1015105msgid "show source"5106msgstr ""51075108#: builtin/log.c:1025109msgid "decorate options"5110msgstr ""51115112#: builtin/log.c:1895113#, c-format5114msgid "Final output: %d %s\n"5115msgstr ""51165117#: builtin/log.c:403 builtin/log.c:4945118#, c-format5119msgid "Could not read object %s"5120msgstr ""51215122#: builtin/log.c:5185123#, c-format5124msgid "Unknown type: %d"5125msgstr ""51265127#: builtin/log.c:6085128msgid "format.headers without value"5129msgstr ""51305131#: builtin/log.c:6825132msgid "name of output directory is too long"5133msgstr ""51345135#: builtin/log.c:6935136#, c-format5137msgid "Cannot open patch file %s"5138msgstr ""51395140#: builtin/log.c:7075141msgid "Need exactly one range."5142msgstr ""51435144#: builtin/log.c:7155145msgid "Not a range."5146msgstr ""51475148#: builtin/log.c:7895149msgid "Cover letter needs email format"5150msgstr ""51515152#: builtin/log.c:8625153#, c-format5154msgid "insane in-reply-to: %s"5155msgstr ""51565157#: builtin/log.c:8905158msgid "git format-patch [options] [<since> | <revision range>]"5159msgstr ""51605161#: builtin/log.c:9355162msgid "Two output directories?"5163msgstr ""51645165#: builtin/log.c:10635166msgid "use [PATCH n/m] even with a single patch"5167msgstr ""51685169#: builtin/log.c:10665170msgid "use [PATCH] even with multiple patches"5171msgstr ""51725173#: builtin/log.c:10705174msgid "print patches to standard out"5175msgstr ""51765177#: builtin/log.c:10725178msgid "generate a cover letter"5179msgstr ""51805181#: builtin/log.c:10745182msgid "use simple number sequence for output file names"5183msgstr ""51845185#: builtin/log.c:10755186msgid "sfx"5187msgstr ""51885189#: builtin/log.c:10765190msgid "use <sfx> instead of '.patch'"5191msgstr ""51925193#: builtin/log.c:10785194msgid "start numbering patches at <n> instead of 1"5195msgstr ""51965197#: builtin/log.c:10805198msgid "Use [<prefix>] instead of [PATCH]"5199msgstr ""52005201#: builtin/log.c:10835202msgid "store resulting files in <dir>"5203msgstr ""52045205#: builtin/log.c:10865206msgid "don't strip/add [PATCH]"5207msgstr ""52085209#: builtin/log.c:10895210msgid "don't output binary diffs"5211msgstr ""52125213#: builtin/log.c:10915214msgid "don't include a patch matching a commit upstream"5215msgstr ""52165217#: builtin/log.c:10935218msgid "show patch format instead of default (patch + stat)"5219msgstr ""52205221#: builtin/log.c:10955222msgid "Messaging"5223msgstr ""52245225#: builtin/log.c:10965226msgid "header"5227msgstr ""52285229#: builtin/log.c:10975230msgid "add email header"5231msgstr ""52325233#: builtin/log.c:1098 builtin/log.c:11005234msgid "email"5235msgstr ""52365237#: builtin/log.c:10985238msgid "add To: header"5239msgstr ""52405241#: builtin/log.c:11005242msgid "add Cc: header"5243msgstr ""52445245#: builtin/log.c:11025246msgid "message-id"5247msgstr ""52485249#: builtin/log.c:11035250msgid "make first mail a reply to <message-id>"5251msgstr ""52525253#: builtin/log.c:1104 builtin/log.c:11075254msgid "boundary"5255msgstr ""52565257#: builtin/log.c:11055258msgid "attach the patch"5259msgstr ""52605261#: builtin/log.c:11085262msgid "inline the patch"5263msgstr ""52645265#: builtin/log.c:11125266msgid "enable message threading, styles: shallow, deep"5267msgstr ""52685269#: builtin/log.c:11145270msgid "signature"5271msgstr ""52725273#: builtin/log.c:11155274msgid "add a signature"5275msgstr ""52765277#: builtin/log.c:11175278msgid "don't print the patch filenames"5279msgstr ""52805281#: builtin/log.c:11575282#, c-format5283msgid "bogus committer info %s"5284msgstr ""52855286#: builtin/log.c:12025287msgid "-n and -k are mutually exclusive."5288msgstr ""52895290#: builtin/log.c:12045291msgid "--subject-prefix and -k are mutually exclusive."5292msgstr ""52935294#: builtin/log.c:12125295msgid "--name-only does not make sense"5296msgstr ""52975298#: builtin/log.c:12145299msgid "--name-status does not make sense"5300msgstr ""53015302#: builtin/log.c:12165303msgid "--check does not make sense"5304msgstr ""53055306#: builtin/log.c:12395307msgid "standard output, or directory, which one?"5308msgstr ""53095310#: builtin/log.c:12415311#, c-format5312msgid "Could not create directory '%s'"5313msgstr ""53145315#: builtin/log.c:13945316msgid "Failed to create output files"5317msgstr ""53185319#: builtin/log.c:14435320msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"5321msgstr ""53225323#: builtin/log.c:14985324#, c-format5325msgid ""5326"Could not find a tracked remote branch, please specify <upstream> manually.\n"5327msgstr ""53285329#: builtin/log.c:1511 builtin/log.c:1513 builtin/log.c:15255330#, c-format5331msgid "Unknown commit %s"5332msgstr ""53335334#: builtin/ls-files.c:4085335msgid "git ls-files [options] [<file>...]"5336msgstr ""53375338#: builtin/ls-files.c:4635339msgid "identify the file status with tags"5340msgstr ""53415342#: builtin/ls-files.c:4655343msgid "use lowercase letters for 'assume unchanged' files"5344msgstr ""53455346#: builtin/ls-files.c:4675347msgid "show cached files in the output (default)"5348msgstr ""53495350#: builtin/ls-files.c:4695351msgid "show deleted files in the output"5352msgstr ""53535354#: builtin/ls-files.c:4715355msgid "show modified files in the output"5356msgstr ""53575358#: builtin/ls-files.c:4735359msgid "show other files in the output"5360msgstr ""53615362#: builtin/ls-files.c:4755363msgid "show ignored files in the output"5364msgstr ""53655366#: builtin/ls-files.c:4785367msgid "show staged contents' object name in the output"5368msgstr ""53695370#: builtin/ls-files.c:4805371msgid "show files on the filesystem that need to be removed"5372msgstr ""53735374#: builtin/ls-files.c:4825375msgid "show 'other' directories' name only"5376msgstr ""53775378#: builtin/ls-files.c:4855379msgid "don't show empty directories"5380msgstr ""53815382#: builtin/ls-files.c:4885383msgid "show unmerged files in the output"5384msgstr ""53855386#: builtin/ls-files.c:4905387msgid "show resolve-undo information"5388msgstr ""53895390#: builtin/ls-files.c:4925391msgid "skip files matching pattern"5392msgstr ""53935394#: builtin/ls-files.c:4955395msgid "exclude patterns are read from <file>"5396msgstr ""53975398#: builtin/ls-files.c:4985399msgid "read additional per-directory exclude patterns in <file>"5400msgstr ""54015402#: builtin/ls-files.c:5005403msgid "add the standard git exclusions"5404msgstr ""54055406#: builtin/ls-files.c:5035407msgid "make the output relative to the project top directory"5408msgstr ""54095410#: builtin/ls-files.c:5065411msgid "if any <file> is not in the index, treat this as an error"5412msgstr ""54135414#: builtin/ls-files.c:5075415msgid "tree-ish"5416msgstr ""54175418#: builtin/ls-files.c:5085419msgid "pretend that paths removed since <tree-ish> are still present"5420msgstr ""54215422#: builtin/ls-files.c:5105423msgid "show debugging data"5424msgstr ""54255426#: builtin/ls-tree.c:275427msgid "git ls-tree [<options>] <tree-ish> [<path>...]"5428msgstr ""54295430#: builtin/ls-tree.c:1255431msgid "only show trees"5432msgstr ""54335434#: builtin/ls-tree.c:1275435msgid "recurse into subtrees"5436msgstr ""54375438#: builtin/ls-tree.c:1295439msgid "show trees when recursing"5440msgstr ""54415442#: builtin/ls-tree.c:1325443msgid "terminate entries with NUL byte"5444msgstr ""54455446#: builtin/ls-tree.c:1335447msgid "include object size"5448msgstr ""54495450#: builtin/ls-tree.c:135 builtin/ls-tree.c:1375451msgid "list only filenames"5452msgstr ""54535454#: builtin/ls-tree.c:1405455msgid "use full path names"5456msgstr ""54575458#: builtin/ls-tree.c:1425459msgid "list entire tree; not just current directory (implies --full-name)"5460msgstr ""54615462#: builtin/merge.c:435463msgid "git merge [options] [<commit>...]"5464msgstr ""54655466#: builtin/merge.c:445467msgid "git merge [options] <msg> HEAD <commit>"5468msgstr ""54695470#: builtin/merge.c:455471msgid "git merge --abort"5472msgstr ""54735474#: builtin/merge.c:905475msgid "switch `m' requires a value"5476msgstr ""54775478#: builtin/merge.c:1275479#, c-format5480msgid "Could not find merge strategy '%s'.\n"5481msgstr ""54825483#: builtin/merge.c:1285484#, c-format5485msgid "Available strategies are:"5486msgstr ""54875488#: builtin/merge.c:1335489#, c-format5490msgid "Available custom strategies are:"5491msgstr ""54925493#: builtin/merge.c:1835494msgid "do not show a diffstat at the end of the merge"5495msgstr ""54965497#: builtin/merge.c:1865498msgid "show a diffstat at the end of the merge"5499msgstr ""55005501#: builtin/merge.c:1875502msgid "(synonym to --stat)"5503msgstr ""55045505#: builtin/merge.c:1895506msgid "add (at most <n>) entries from shortlog to merge commit message"5507msgstr ""55085509#: builtin/merge.c:1925510msgid "create a single commit instead of doing a merge"5511msgstr ""55125513#: builtin/merge.c:1945514msgid "perform a commit if the merge succeeds (default)"5515msgstr ""55165517#: builtin/merge.c:1965518msgid "edit message before committing"5519msgstr ""55205521#: builtin/merge.c:1985522msgid "allow fast-forward (default)"5523msgstr ""55245525#: builtin/merge.c:2005526msgid "abort if fast-forward is not possible"5527msgstr ""55285529#: builtin/merge.c:202 builtin/notes.c:870 builtin/revert.c:1125530msgid "strategy"5531msgstr ""55325533#: builtin/merge.c:2035534msgid "merge strategy to use"5535msgstr ""55365537#: builtin/merge.c:2045538msgid "option=value"5539msgstr ""55405541#: builtin/merge.c:2055542msgid "option for selected merge strategy"5543msgstr ""55445545#: builtin/merge.c:2075546msgid "merge commit message (for a non-fast-forward merge)"5547msgstr ""55485549#: builtin/merge.c:2115550msgid "abort the current in-progress merge"5551msgstr ""55525553#: builtin/merge.c:2405554msgid "could not run stash."5555msgstr ""55565557#: builtin/merge.c:2455558msgid "stash failed"5559msgstr ""55605561#: builtin/merge.c:2505562#, c-format5563msgid "not a valid object: %s"5564msgstr ""55655566#: builtin/merge.c:269 builtin/merge.c:2865567msgid "read-tree failed"5568msgstr ""55695570#: builtin/merge.c:3165571msgid " (nothing to squash)"5572msgstr ""55735574#: builtin/merge.c:3295575#, c-format5576msgid "Squash commit -- not updating HEAD\n"5577msgstr ""55785579#: builtin/merge.c:3615580msgid "Writing SQUASH_MSG"5581msgstr ""55825583#: builtin/merge.c:3635584msgid "Finishing SQUASH_MSG"5585msgstr ""55865587#: builtin/merge.c:3865588#, c-format5589msgid "No merge message -- not updating HEAD\n"5590msgstr ""55915592#: builtin/merge.c:4365593#, c-format5594msgid "'%s' does not point to a commit"5595msgstr ""55965597#: builtin/merge.c:5355598#, c-format5599msgid "Bad branch.%s.mergeoptions string: %s"5600msgstr ""56015602#: builtin/merge.c:6285603msgid "git write-tree failed to write a tree"5604msgstr ""56055606#: builtin/merge.c:6785607msgid "failed to read the cache"5608msgstr ""56095610#: builtin/merge.c:7095611msgid "Not handling anything other than two heads merge."5612msgstr ""56135614#: builtin/merge.c:7235615#, c-format5616msgid "Unknown option for merge-recursive: -X%s"5617msgstr ""56185619#: builtin/merge.c:7375620#, c-format5621msgid "unable to write %s"5622msgstr ""56235624#: builtin/merge.c:8765625#, c-format5626msgid "Could not read from '%s'"5627msgstr ""56285629#: builtin/merge.c:8855630#, c-format5631msgid "Not committing merge; use 'git commit' to complete the merge.\n"5632msgstr ""56335634#: builtin/merge.c:8915635msgid ""5636"Please enter a commit message to explain why this merge is necessary,\n"5637"especially if it merges an updated upstream into a topic branch.\n"5638"\n"5639"Lines starting with '#' will be ignored, and an empty message aborts\n"5640"the commit.\n"5641msgstr ""56425643#: builtin/merge.c:9155644msgid "Empty commit message."5645msgstr ""56465647#: builtin/merge.c:9275648#, c-format5649msgid "Wonderful.\n"5650msgstr ""56515652#: builtin/merge.c:9925653#, c-format5654msgid "Automatic merge failed; fix conflicts and then commit the result.\n"5655msgstr ""56565657#: builtin/merge.c:10085658#, c-format5659msgid "'%s' is not a commit"5660msgstr ""56615662#: builtin/merge.c:10495663msgid "No current branch."5664msgstr ""56655666#: builtin/merge.c:10515667msgid "No remote for the current branch."5668msgstr ""56695670#: builtin/merge.c:10535671msgid "No default upstream defined for the current branch."5672msgstr ""56735674#: builtin/merge.c:10585675#, c-format5676msgid "No remote tracking branch for %s from %s"5677msgstr ""56785679#: builtin/merge.c:1145 builtin/merge.c:13025680#, c-format5681msgid "%s - not something we can merge"5682msgstr ""56835684#: builtin/merge.c:12135685msgid "There is no merge to abort (MERGE_HEAD missing)."5686msgstr ""56875688#: builtin/merge.c:1229 git-pull.sh:315689msgid ""5690"You have not concluded your merge (MERGE_HEAD exists).\n"5691"Please, commit your changes before you can merge."5692msgstr ""56935694#: builtin/merge.c:1232 git-pull.sh:345695msgid "You have not concluded your merge (MERGE_HEAD exists)."5696msgstr ""56975698#: builtin/merge.c:12365699msgid ""5700"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"5701"Please, commit your changes before you can merge."5702msgstr ""57035704#: builtin/merge.c:12395705msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."5706msgstr ""57075708#: builtin/merge.c:12485709msgid "You cannot combine --squash with --no-ff."5710msgstr ""57115712#: builtin/merge.c:12535713msgid "You cannot combine --no-ff with --ff-only."5714msgstr ""57155716#: builtin/merge.c:12605717msgid "No commit specified and merge.defaultToUpstream not set."5718msgstr ""57195720#: builtin/merge.c:12925721msgid "Can merge only exactly one commit into empty head"5722msgstr ""57235724#: builtin/merge.c:12955725msgid "Squash commit into empty head not supported yet"5726msgstr ""57275728#: builtin/merge.c:12975729msgid "Non-fast-forward commit does not make sense into an empty head"5730msgstr ""57315732#: builtin/merge.c:14125733#, c-format5734msgid "Updating %s..%s\n"5735msgstr ""57365737#: builtin/merge.c:14505738#, c-format5739msgid "Trying really trivial in-index merge...\n"5740msgstr ""57415742#: builtin/merge.c:14575743#, c-format5744msgid "Nope.\n"5745msgstr ""57465747#: builtin/merge.c:14895748msgid "Not possible to fast-forward, aborting."5749msgstr ""57505751#: builtin/merge.c:1512 builtin/merge.c:15915752#, c-format5753msgid "Rewinding the tree to pristine...\n"5754msgstr ""57555756#: builtin/merge.c:15165757#, c-format5758msgid "Trying merge strategy %s...\n"5759msgstr ""57605761#: builtin/merge.c:15825762#, c-format5763msgid "No merge strategy handled the merge.\n"5764msgstr ""57655766#: builtin/merge.c:15845767#, c-format5768msgid "Merge with strategy %s failed.\n"5769msgstr ""57705771#: builtin/merge.c:15935772#, c-format5773msgid "Using the %s to prepare resolving by hand.\n"5774msgstr ""57755776#: builtin/merge.c:16055777#, c-format5778msgid "Automatic merge went well; stopped before committing as requested\n"5779msgstr ""57805781#: builtin/merge-base.c:265782msgid "git merge-base [-a|--all] <commit> <commit>..."5783msgstr ""57845785#: builtin/merge-base.c:275786msgid "git merge-base [-a|--all] --octopus <commit>..."5787msgstr ""57885789#: builtin/merge-base.c:285790msgid "git merge-base --independent <commit>..."5791msgstr ""57925793#: builtin/merge-base.c:295794msgid "git merge-base --is-ancestor <commit> <commit>"5795msgstr ""57965797#: builtin/merge-base.c:985798msgid "output all common ancestors"5799msgstr ""58005801#: builtin/merge-base.c:995802msgid "find ancestors for a single n-way merge"5803msgstr ""58045805#: builtin/merge-base.c:1005806msgid "list revs not reachable from others"5807msgstr ""58085809#: builtin/merge-base.c:1025810msgid "is the first one ancestor of the other?"5811msgstr ""58125813#: builtin/merge-file.c:85814msgid ""5815"git merge-file [options] [-L name1 [-L orig [-L name2]]] file1 orig_file "5816"file2"5817msgstr ""58185819#: builtin/merge-file.c:335820msgid "send results to standard output"5821msgstr ""58225823#: builtin/merge-file.c:345824msgid "use a diff3 based merge"5825msgstr ""58265827#: builtin/merge-file.c:355828msgid "for conflicts, use our version"5829msgstr ""58305831#: builtin/merge-file.c:375832msgid "for conflicts, use their version"5833msgstr ""58345835#: builtin/merge-file.c:395836msgid "for conflicts, use a union version"5837msgstr ""58385839#: builtin/merge-file.c:425840msgid "for conflicts, use this marker size"5841msgstr ""58425843#: builtin/merge-file.c:435844msgid "do not warn about conflicts"5845msgstr ""58465847#: builtin/merge-file.c:455848msgid "set labels for file1/orig_file/file2"5849msgstr ""58505851#: builtin/mktree.c:675852msgid "git mktree [-z] [--missing] [--batch]"5853msgstr ""58545855#: builtin/mktree.c:1535856msgid "input is NUL terminated"5857msgstr ""58585859#: builtin/mktree.c:154 builtin/write-tree.c:245860msgid "allow missing objects"5861msgstr ""58625863#: builtin/mktree.c:1555864msgid "allow creation of more than one tree"5865msgstr ""58665867#: builtin/mv.c:145868msgid "git mv [options] <source>... <destination>"5869msgstr ""58705871#: builtin/mv.c:645872msgid "force move/rename even if target exists"5873msgstr ""58745875#: builtin/mv.c:655876msgid "skip move/rename errors"5877msgstr ""58785879#: builtin/mv.c:1085880#, c-format5881msgid "Checking rename of '%s' to '%s'\n"5882msgstr ""58835884#: builtin/mv.c:1125885msgid "bad source"5886msgstr ""58875888#: builtin/mv.c:1155889msgid "can not move directory into itself"5890msgstr ""58915892#: builtin/mv.c:1185893msgid "cannot move directory over file"5894msgstr ""58955896#: builtin/mv.c:1285897#, c-format5898msgid "Huh? %.*s is in index?"5899msgstr ""59005901#: builtin/mv.c:1405902msgid "source directory is empty"5903msgstr ""59045905#: builtin/mv.c:1715906msgid "not under version control"5907msgstr ""59085909#: builtin/mv.c:1735910msgid "destination exists"5911msgstr ""59125913#: builtin/mv.c:1815914#, c-format5915msgid "overwriting '%s'"5916msgstr ""59175918#: builtin/mv.c:1845919msgid "Cannot overwrite"5920msgstr ""59215922#: builtin/mv.c:1875923msgid "multiple sources for the same target"5924msgstr ""59255926#: builtin/mv.c:2025927#, c-format5928msgid "%s, source=%s, destination=%s"5929msgstr ""59305931#: builtin/mv.c:2125932#, c-format5933msgid "Renaming %s to %s\n"5934msgstr ""59355936#: builtin/mv.c:215 builtin/remote.c:7315937#, c-format5938msgid "renaming '%s' failed"5939msgstr ""59405941#: builtin/name-rev.c:1755942msgid "git name-rev [options] <commit>..."5943msgstr ""59445945#: builtin/name-rev.c:1765946msgid "git name-rev [options] --all"5947msgstr ""59485949#: builtin/name-rev.c:1775950msgid "git name-rev [options] --stdin"5951msgstr ""59525953#: builtin/name-rev.c:2295954msgid "print only names (no SHA-1)"5955msgstr ""59565957#: builtin/name-rev.c:2305958msgid "only use tags to name the commits"5959msgstr ""59605961#: builtin/name-rev.c:2325962msgid "only use refs matching <pattern>"5963msgstr ""59645965#: builtin/name-rev.c:2345966msgid "list all commits reachable from all refs"5967msgstr ""59685969#: builtin/name-rev.c:2355970msgid "read from stdin"5971msgstr ""59725973#: builtin/name-rev.c:2365974msgid "allow to print `undefined` names"5975msgstr ""59765977#: builtin/notes.c:265978msgid "git notes [--ref <notes_ref>] [list [<object>]]"5979msgstr ""59805981#: builtin/notes.c:275982msgid ""5983"git notes [--ref <notes_ref>] add [-f] [-m <msg> | -F <file> | (-c | -C) "5984"<object>] [<object>]"5985msgstr ""59865987#: builtin/notes.c:285988msgid "git notes [--ref <notes_ref>] copy [-f] <from-object> <to-object>"5989msgstr ""59905991#: builtin/notes.c:295992msgid ""5993"git notes [--ref <notes_ref>] append [-m <msg> | -F <file> | (-c | -C) "5994"<object>] [<object>]"5995msgstr ""59965997#: builtin/notes.c:305998msgid "git notes [--ref <notes_ref>] edit [<object>]"5999msgstr ""60006001#: builtin/notes.c:316002msgid "git notes [--ref <notes_ref>] show [<object>]"6003msgstr ""60046005#: builtin/notes.c:326006msgid ""6007"git notes [--ref <notes_ref>] merge [-v | -q] [-s <strategy> ] <notes_ref>"6008msgstr ""60096010#: builtin/notes.c:336011msgid "git notes merge --commit [-v | -q]"6012msgstr ""60136014#: builtin/notes.c:346015msgid "git notes merge --abort [-v | -q]"6016msgstr ""60176018#: builtin/notes.c:356019msgid "git notes [--ref <notes_ref>] remove [<object>...]"6020msgstr ""60216022#: builtin/notes.c:366023msgid "git notes [--ref <notes_ref>] prune [-n | -v]"6024msgstr ""60256026#: builtin/notes.c:376027msgid "git notes [--ref <notes_ref>] get-ref"6028msgstr ""60296030#: builtin/notes.c:426031msgid "git notes [list [<object>]]"6032msgstr ""60336034#: builtin/notes.c:476035msgid "git notes add [<options>] [<object>]"6036msgstr ""60376038#: builtin/notes.c:526039msgid "git notes copy [<options>] <from-object> <to-object>"6040msgstr ""60416042#: builtin/notes.c:536043msgid "git notes copy --stdin [<from-object> <to-object>]..."6044msgstr ""60456046#: builtin/notes.c:586047msgid "git notes append [<options>] [<object>]"6048msgstr ""60496050#: builtin/notes.c:636051msgid "git notes edit [<object>]"6052msgstr ""60536054#: builtin/notes.c:686055msgid "git notes show [<object>]"6056msgstr ""60576058#: builtin/notes.c:736059msgid "git notes merge [<options>] <notes_ref>"6060msgstr ""60616062#: builtin/notes.c:746063msgid "git notes merge --commit [<options>]"6064msgstr ""60656066#: builtin/notes.c:756067msgid "git notes merge --abort [<options>]"6068msgstr ""60696070#: builtin/notes.c:806071msgid "git notes remove [<object>]"6072msgstr ""60736074#: builtin/notes.c:856075msgid "git notes prune [<options>]"6076msgstr ""60776078#: builtin/notes.c:906079msgid "git notes get-ref"6080msgstr ""60816082#: builtin/notes.c:1426083#, c-format6084msgid "unable to start 'show' for object '%s'"6085msgstr ""60866087#: builtin/notes.c:1486088msgid "can't fdopen 'show' output fd"6089msgstr ""60906091#: builtin/notes.c:1586092#, c-format6093msgid "failed to close pipe to 'show' for object '%s'"6094msgstr ""60956096#: builtin/notes.c:1616097#, c-format6098msgid "failed to finish 'show' for object '%s'"6099msgstr ""61006101#: builtin/notes.c:178 builtin/tag.c:3476102#, c-format6103msgid "could not create file '%s'"6104msgstr ""61056106#: builtin/notes.c:1926107msgid "Please supply the note contents using either -m or -F option"6108msgstr ""61096110#: builtin/notes.c:213 builtin/notes.c:9766111#, c-format6112msgid "Removing note for object %s\n"6113msgstr ""61146115#: builtin/notes.c:2186116msgid "unable to write note object"6117msgstr ""61186119#: builtin/notes.c:2206120#, c-format6121msgid "The note contents has been left in %s"6122msgstr ""61236124#: builtin/notes.c:254 builtin/tag.c:5426125#, c-format6126msgid "cannot read '%s'"6127msgstr ""61286129#: builtin/notes.c:256 builtin/tag.c:5456130#, c-format6131msgid "could not open or read '%s'"6132msgstr ""61336134#: builtin/notes.c:275 builtin/notes.c:448 builtin/notes.c:4506135#: builtin/notes.c:510 builtin/notes.c:564 builtin/notes.c:6476136#: builtin/notes.c:652 builtin/notes.c:727 builtin/notes.c:7696137#: builtin/notes.c:971 builtin/reset.c:293 builtin/tag.c:5586138#, c-format6139msgid "Failed to resolve '%s' as a valid ref."6140msgstr ""61416142#: builtin/notes.c:2786143#, c-format6144msgid "Failed to read object '%s'."6145msgstr ""61466147#: builtin/notes.c:3026148msgid "Cannot commit uninitialized/unreferenced notes tree"6149msgstr ""61506151#: builtin/notes.c:3436152#, c-format6153msgid "Bad notes.rewriteMode value: '%s'"6154msgstr ""61556156#: builtin/notes.c:3536157#, c-format6158msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"6159msgstr ""61606161#. TRANSLATORS: The first %s is the name of the6162#. environment variable, the second %s is its value6163#: builtin/notes.c:3806164#, c-format6165msgid "Bad %s value: '%s'"6166msgstr ""61676168#: builtin/notes.c:4446169#, c-format6170msgid "Malformed input line: '%s'."6171msgstr ""61726173#: builtin/notes.c:4596174#, c-format6175msgid "Failed to copy notes from '%s' to '%s'"6176msgstr ""61776178#: builtin/notes.c:503 builtin/notes.c:557 builtin/notes.c:6306179#: builtin/notes.c:642 builtin/notes.c:715 builtin/notes.c:7626180#: builtin/notes.c:10366181msgid "too many parameters"6182msgstr ""61836184#: builtin/notes.c:516 builtin/notes.c:7756185#, c-format6186msgid "No note found for object %s."6187msgstr ""61886189#: builtin/notes.c:538 builtin/notes.c:6956190msgid "note contents as a string"6191msgstr ""61926193#: builtin/notes.c:541 builtin/notes.c:6986194msgid "note contents in a file"6195msgstr ""61966197#: builtin/notes.c:543 builtin/notes.c:546 builtin/notes.c:7006198#: builtin/notes.c:703 builtin/tag.c:4766199msgid "object"6200msgstr ""62016202#: builtin/notes.c:544 builtin/notes.c:7016203msgid "reuse and edit specified note object"6204msgstr ""62056206#: builtin/notes.c:547 builtin/notes.c:7046207msgid "reuse specified note object"6208msgstr ""62096210#: builtin/notes.c:549 builtin/notes.c:6176211msgid "replace existing notes"6212msgstr ""62136214#: builtin/notes.c:5836215#, c-format6216msgid ""6217"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "6218"existing notes"6219msgstr ""62206221#: builtin/notes.c:588 builtin/notes.c:6656222#, c-format6223msgid "Overwriting existing notes for object %s\n"6224msgstr ""62256226#: builtin/notes.c:6186227msgid "read objects from stdin"6228msgstr ""62296230#: builtin/notes.c:6206231msgid "load rewriting config for <command> (implies --stdin)"6232msgstr ""62336234#: builtin/notes.c:6386235msgid "too few parameters"6236msgstr ""62376238#: builtin/notes.c:6596239#, c-format6240msgid ""6241"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "6242"existing notes"6243msgstr ""62446245#: builtin/notes.c:6716246#, c-format6247msgid "Missing notes on source object %s. Cannot copy."6248msgstr ""62496250#: builtin/notes.c:7206251#, c-format6252msgid ""6253"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"6254"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"6255msgstr ""62566257#: builtin/notes.c:8676258msgid "General options"6259msgstr ""62606261#: builtin/notes.c:8696262msgid "Merge options"6263msgstr ""62646265#: builtin/notes.c:8716266msgid ""6267"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"6268"cat_sort_uniq)"6269msgstr ""62706271#: builtin/notes.c:8736272msgid "Committing unmerged notes"6273msgstr ""62746275#: builtin/notes.c:8756276msgid "finalize notes merge by committing unmerged notes"6277msgstr ""62786279#: builtin/notes.c:8776280msgid "Aborting notes merge resolution"6281msgstr ""62826283#: builtin/notes.c:8796284msgid "abort notes merge"6285msgstr ""62866287#: builtin/notes.c:9746288#, c-format6289msgid "Object %s has no note\n"6290msgstr ""62916292#: builtin/notes.c:9866293msgid "attempt to remove non-existent note is not an error"6294msgstr ""62956296#: builtin/notes.c:9896297msgid "read object names from the standard input"6298msgstr ""62996300#: builtin/notes.c:10706301msgid "notes_ref"6302msgstr ""63036304#: builtin/notes.c:10716305msgid "use notes from <notes_ref>"6306msgstr ""63076308#: builtin/notes.c:1106 builtin/remote.c:15986309#, c-format6310msgid "Unknown subcommand: %s"6311msgstr ""63126313#: builtin/pack-objects.c:236314msgid "git pack-objects --stdout [options...] [< ref-list | < object-list]"6315msgstr ""63166317#: builtin/pack-objects.c:246318msgid "git pack-objects [options...] base-name [< ref-list | < object-list]"6319msgstr ""63206321#: builtin/pack-objects.c:183 builtin/pack-objects.c:1866322#, c-format6323msgid "deflate error (%d)"6324msgstr ""63256326#: builtin/pack-objects.c:23986327#, c-format6328msgid "unsupported index version %s"6329msgstr ""63306331#: builtin/pack-objects.c:24026332#, c-format6333msgid "bad index version '%s'"6334msgstr ""63356336#: builtin/pack-objects.c:24256337#, c-format6338msgid "option %s does not accept negative form"6339msgstr ""63406341#: builtin/pack-objects.c:24296342#, c-format6343msgid "unable to parse value '%s' for option %s"6344msgstr ""63456346#: builtin/pack-objects.c:24486347msgid "do not show progress meter"6348msgstr ""63496350#: builtin/pack-objects.c:24506351msgid "show progress meter"6352msgstr ""63536354#: builtin/pack-objects.c:24526355msgid "show progress meter during object writing phase"6356msgstr ""63576358#: builtin/pack-objects.c:24556359msgid "similar to --all-progress when progress meter is shown"6360msgstr ""63616362#: builtin/pack-objects.c:24566363msgid "version[,offset]"6364msgstr ""63656366#: builtin/pack-objects.c:24576367msgid "write the pack index file in the specified idx format version"6368msgstr ""63696370#: builtin/pack-objects.c:24606371msgid "maximum size of each output pack file"6372msgstr ""63736374#: builtin/pack-objects.c:24626375msgid "ignore borrowed objects from alternate object store"6376msgstr ""63776378#: builtin/pack-objects.c:24646379msgid "ignore packed objects"6380msgstr ""63816382#: builtin/pack-objects.c:24666383msgid "limit pack window by objects"6384msgstr ""63856386#: builtin/pack-objects.c:24686387msgid "limit pack window by memory in addition to object limit"6388msgstr ""63896390#: builtin/pack-objects.c:24706391msgid "maximum length of delta chain allowed in the resulting pack"6392msgstr ""63936394#: builtin/pack-objects.c:24726395msgid "reuse existing deltas"6396msgstr ""63976398#: builtin/pack-objects.c:24746399msgid "reuse existing objects"6400msgstr ""64016402#: builtin/pack-objects.c:24766403msgid "use OFS_DELTA objects"6404msgstr ""64056406#: builtin/pack-objects.c:24786407msgid "use threads when searching for best delta matches"6408msgstr ""64096410#: builtin/pack-objects.c:24806411msgid "do not create an empty pack output"6412msgstr ""64136414#: builtin/pack-objects.c:24826415msgid "read revision arguments from standard input"6416msgstr ""64176418#: builtin/pack-objects.c:24846419msgid "limit the objects to those that are not yet packed"6420msgstr ""64216422#: builtin/pack-objects.c:24876423msgid "include objects reachable from any reference"6424msgstr ""64256426#: builtin/pack-objects.c:24906427msgid "include objects referred by reflog entries"6428msgstr ""64296430#: builtin/pack-objects.c:24936431msgid "output pack to stdout"6432msgstr ""64336434#: builtin/pack-objects.c:24956435msgid "include tag objects that refer to objects to be packed"6436msgstr ""64376438#: builtin/pack-objects.c:24976439msgid "keep unreachable objects"6440msgstr ""64416442#: builtin/pack-objects.c:2498 parse-options.h:1416443msgid "time"6444msgstr ""64456446#: builtin/pack-objects.c:24996447msgid "unpack unreachable objects newer than <time>"6448msgstr ""64496450#: builtin/pack-objects.c:25026451msgid "create thin packs"6452msgstr ""64536454#: builtin/pack-objects.c:25046455msgid "ignore packs that have companion .keep file"6456msgstr ""64576458#: builtin/pack-objects.c:25066459msgid "pack compression level"6460msgstr ""64616462#: builtin/pack-objects.c:25086463msgid "do not hide commits by grafts"6464msgstr ""64656466#: builtin/pack-refs.c:66467msgid "git pack-refs [options]"6468msgstr ""64696470#: builtin/pack-refs.c:146471msgid "pack everything"6472msgstr ""64736474#: builtin/pack-refs.c:156475msgid "prune loose refs (default)"6476msgstr ""64776478#: builtin/prune-packed.c:76479msgid "git prune-packed [-n|--dry-run] [-q|--quiet]"6480msgstr ""64816482#: builtin/prune.c:126483msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"6484msgstr ""64856486#: builtin/prune.c:1326487msgid "do not remove, show only"6488msgstr ""64896490#: builtin/prune.c:1336491msgid "report pruned objects"6492msgstr ""64936494#: builtin/prune.c:1366495msgid "expire objects older than <time>"6496msgstr ""64976498#: builtin/push.c:146499msgid "git push [<options>] [<repository> [<refspec>...]]"6500msgstr ""65016502#: builtin/push.c:456503msgid "tag shorthand without <tag>"6504msgstr ""65056506#: builtin/push.c:646507msgid "--delete only accepts plain target ref names"6508msgstr ""65096510#: builtin/push.c:996511msgid ""6512"\n"6513"To choose either option permanently, see push.default in 'git help config'."6514msgstr ""65156516#: builtin/push.c:1026517#, c-format6518msgid ""6519"The upstream branch of your current branch does not match\n"6520"the name of your current branch. To push to the upstream branch\n"6521"on the remote, use\n"6522"\n"6523" git push %s HEAD:%s\n"6524"\n"6525"To push to the branch of the same name on the remote, use\n"6526"\n"6527" git push %s %s\n"6528"%s"6529msgstr ""65306531#: builtin/push.c:1216532#, c-format6533msgid ""6534"You are not currently on a branch.\n"6535"To push the history leading to the current (detached HEAD)\n"6536"state now, use\n"6537"\n"6538" git push %s HEAD:<name-of-remote-branch>\n"6539msgstr ""65406541#: builtin/push.c:1286542#, c-format6543msgid ""6544"The current branch %s has no upstream branch.\n"6545"To push the current branch and set the remote as upstream, use\n"6546"\n"6547" git push --set-upstream %s %s\n"6548msgstr ""65496550#: builtin/push.c:1366551#, c-format6552msgid "The current branch %s has multiple upstream branches, refusing to push."6553msgstr ""65546555#: builtin/push.c:1396556#, c-format6557msgid ""6558"You are pushing to remote '%s', which is not the upstream of\n"6559"your current branch '%s', without telling me what to push\n"6560"to update which remote branch."6561msgstr ""65626563#: builtin/push.c:1516564msgid ""6565"push.default is unset; its implicit value is changing in\n"6566"Git 2.0 from 'matching' to 'simple'. To squelch this message\n"6567"and maintain the current behavior after the default changes, use:\n"6568"\n"6569" git config --global push.default matching\n"6570"\n"6571"To squelch this message and adopt the new behavior now, use:\n"6572"\n"6573" git config --global push.default simple\n"6574"\n"6575"See 'git help config' and search for 'push.default' for further "6576"information.\n"6577"(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"6578"'current' instead of 'simple' if you sometimes use older versions of Git)"6579msgstr ""65806581#: builtin/push.c:1996582msgid ""6583"You didn't specify any refspecs to push, and push.default is \"nothing\"."6584msgstr ""65856586#: builtin/push.c:2066587msgid ""6588"Updates were rejected because the tip of your current branch is behind\n"6589"its remote counterpart. Merge the remote changes (e.g. 'git pull')\n"6590"before pushing again.\n"6591"See the 'Note about fast-forwards' in 'git push --help' for details."6592msgstr ""65936594#: builtin/push.c:2126595msgid ""6596"Updates were rejected because a pushed branch tip is behind its remote\n"6597"counterpart. If you did not intend to push that branch, you may want to\n"6598"specify branches to push or set the 'push.default' configuration variable\n"6599"to 'simple', 'current' or 'upstream' to push only the current branch."6600msgstr ""66016602#: builtin/push.c:2186603msgid ""6604"Updates were rejected because a pushed branch tip is behind its remote\n"6605"counterpart. Check out this branch and merge the remote changes\n"6606"(e.g. 'git pull') before pushing again.\n"6607"See the 'Note about fast-forwards' in 'git push --help' for details."6608msgstr ""66096610#: builtin/push.c:2586611#, c-format6612msgid "Pushing to %s\n"6613msgstr ""66146615#: builtin/push.c:2626616#, c-format6617msgid "failed to push some refs to '%s'"6618msgstr ""66196620#: builtin/push.c:2946621#, c-format6622msgid "bad repository '%s'"6623msgstr ""66246625#: builtin/push.c:2956626msgid ""6627"No configured push destination.\n"6628"Either specify the URL from the command-line or configure a remote "6629"repository using\n"6630"\n"6631" git remote add <name> <url>\n"6632"\n"6633"and then push using the remote name\n"6634"\n"6635" git push <name>\n"6636msgstr ""66376638#: builtin/push.c:3106639msgid "--all and --tags are incompatible"6640msgstr ""66416642#: builtin/push.c:3116643msgid "--all can't be combined with refspecs"6644msgstr ""66456646#: builtin/push.c:3166647msgid "--mirror and --tags are incompatible"6648msgstr ""66496650#: builtin/push.c:3176651msgid "--mirror can't be combined with refspecs"6652msgstr ""66536654#: builtin/push.c:3226655msgid "--all and --mirror are incompatible"6656msgstr ""66576658#: builtin/push.c:3826659msgid "repository"6660msgstr ""66616662#: builtin/push.c:3836663msgid "push all refs"6664msgstr ""66656666#: builtin/push.c:3846667msgid "mirror all refs"6668msgstr ""66696670#: builtin/push.c:3866671msgid "delete refs"6672msgstr ""66736674#: builtin/push.c:3876675msgid "push tags (can't be used with --all or --mirror)"6676msgstr ""66776678#: builtin/push.c:3906679msgid "force updates"6680msgstr ""66816682#: builtin/push.c:3916683msgid "check"6684msgstr ""66856686#: builtin/push.c:3926687msgid "control recursive pushing of submodules"6688msgstr ""66896690#: builtin/push.c:3946691msgid "use thin pack"6692msgstr ""66936694#: builtin/push.c:395 builtin/push.c:3966695msgid "receive pack program"6696msgstr ""66976698#: builtin/push.c:3976699msgid "set upstream for git pull/status"6700msgstr ""67016702#: builtin/push.c:4006703msgid "prune locally removed refs"6704msgstr ""67056706#: builtin/push.c:4106707msgid "--delete is incompatible with --all, --mirror and --tags"6708msgstr ""67096710#: builtin/push.c:4126711msgid "--delete doesn't make sense without any refs"6712msgstr ""67136714#: builtin/read-tree.c:366715msgid ""6716"git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>] "6717"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"6718"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"6719msgstr ""67206721#: builtin/read-tree.c:1086722msgid "write resulting index to <file>"6723msgstr ""67246725#: builtin/read-tree.c:1116726msgid "only empty the index"6727msgstr ""67286729#: builtin/read-tree.c:1136730msgid "Merging"6731msgstr ""67326733#: builtin/read-tree.c:1156734msgid "perform a merge in addition to a read"6735msgstr ""67366737#: builtin/read-tree.c:1176738msgid "3-way merge if no file level merging required"6739msgstr ""67406741#: builtin/read-tree.c:1196742msgid "3-way merge in presence of adds and removes"6743msgstr ""67446745#: builtin/read-tree.c:1216746msgid "same as -m, but discard unmerged entries"6747msgstr ""67486749#: builtin/read-tree.c:1226750msgid "<subdirectory>/"6751msgstr ""67526753#: builtin/read-tree.c:1236754msgid "read the tree into the index under <subdirectory>/"6755msgstr ""67566757#: builtin/read-tree.c:1266758msgid "update working tree with merge result"6759msgstr ""67606761#: builtin/read-tree.c:1286762msgid "gitignore"6763msgstr ""67646765#: builtin/read-tree.c:1296766msgid "allow explicitly ignored files to be overwritten"6767msgstr ""67686769#: builtin/read-tree.c:1326770msgid "don't check the working tree after merging"6771msgstr ""67726773#: builtin/read-tree.c:1336774msgid "don't update the index or the work tree"6775msgstr ""67766777#: builtin/read-tree.c:1356778msgid "skip applying sparse checkout filter"6779msgstr ""67806781#: builtin/read-tree.c:1376782msgid "debug unpack-trees"6783msgstr ""67846785#: builtin/remote.c:116786msgid "git remote [-v | --verbose]"6787msgstr ""67886789#: builtin/remote.c:126790msgid ""6791"git remote add [-t <branch>] [-m <master>] [-f] [--tags|--no-tags] [--"6792"mirror=<fetch|push>] <name> <url>"6793msgstr ""67946795#: builtin/remote.c:13 builtin/remote.c:326796msgid "git remote rename <old> <new>"6797msgstr ""67986799#: builtin/remote.c:14 builtin/remote.c:376800msgid "git remote remove <name>"6801msgstr ""68026803#: builtin/remote.c:156804msgid "git remote set-head <name> (-a | -d | <branch>)"6805msgstr ""68066807#: builtin/remote.c:166808msgid "git remote [-v | --verbose] show [-n] <name>"6809msgstr ""68106811#: builtin/remote.c:176812msgid "git remote prune [-n | --dry-run] <name>"6813msgstr ""68146815#: builtin/remote.c:186816msgid ""6817"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"6818msgstr ""68196820#: builtin/remote.c:196821msgid "git remote set-branches [--add] <name> <branch>..."6822msgstr ""68236824#: builtin/remote.c:20 builtin/remote.c:686825msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"6826msgstr ""68276828#: builtin/remote.c:21 builtin/remote.c:696829msgid "git remote set-url --add <name> <newurl>"6830msgstr ""68316832#: builtin/remote.c:22 builtin/remote.c:706833msgid "git remote set-url --delete <name> <url>"6834msgstr ""68356836#: builtin/remote.c:276837msgid "git remote add [<options>] <name> <url>"6838msgstr ""68396840#: builtin/remote.c:426841msgid "git remote set-head <name> (-a | -d | <branch>])"6842msgstr ""68436844#: builtin/remote.c:476845msgid "git remote set-branches <name> <branch>..."6846msgstr ""68476848#: builtin/remote.c:486849msgid "git remote set-branches --add <name> <branch>..."6850msgstr ""68516852#: builtin/remote.c:536853msgid "git remote show [<options>] <name>"6854msgstr ""68556856#: builtin/remote.c:586857msgid "git remote prune [<options>] <name>"6858msgstr ""68596860#: builtin/remote.c:636861msgid "git remote update [<options>] [<group> | <remote>]..."6862msgstr ""68636864#: builtin/remote.c:986865#, c-format6866msgid "Updating %s"6867msgstr ""68686869#: builtin/remote.c:1306870msgid ""6871"--mirror is dangerous and deprecated; please\n"6872"\t use --mirror=fetch or --mirror=push instead"6873msgstr ""68746875#: builtin/remote.c:1476876#, c-format6877msgid "unknown mirror argument: %s"6878msgstr ""68796880#: builtin/remote.c:1636881msgid "fetch the remote branches"6882msgstr ""68836884#: builtin/remote.c:1656885msgid "import all tags and associated objects when fetching"6886msgstr ""68876888#: builtin/remote.c:1686889msgid "or do not fetch any tag at all (--no-tags)"6890msgstr ""68916892#: builtin/remote.c:1706893msgid "branch(es) to track"6894msgstr ""68956896#: builtin/remote.c:1716897msgid "master branch"6898msgstr ""68996900#: builtin/remote.c:1726901msgid "push|fetch"6902msgstr ""69036904#: builtin/remote.c:1736905msgid "set up remote as a mirror to push to or fetch from"6906msgstr ""69076908#: builtin/remote.c:1856909msgid "specifying a master branch makes no sense with --mirror"6910msgstr ""69116912#: builtin/remote.c:1876913msgid "specifying branches to track makes sense only with fetch mirrors"6914msgstr ""69156916#: builtin/remote.c:195 builtin/remote.c:6466917#, c-format6918msgid "remote %s already exists."6919msgstr ""69206921#: builtin/remote.c:199 builtin/remote.c:6506922#, c-format6923msgid "'%s' is not a valid remote name"6924msgstr ""69256926#: builtin/remote.c:2436927#, c-format6928msgid "Could not setup master '%s'"6929msgstr ""69306931#: builtin/remote.c:2996932#, c-format6933msgid "more than one %s"6934msgstr ""69356936#: builtin/remote.c:3396937#, c-format6938msgid "Could not get fetch map for refspec %s"6939msgstr ""69406941#: builtin/remote.c:440 builtin/remote.c:4486942msgid "(matching)"6943msgstr ""69446945#: builtin/remote.c:4526946msgid "(delete)"6947msgstr ""69486949#: builtin/remote.c:595 builtin/remote.c:601 builtin/remote.c:6076950#, c-format6951msgid "Could not append '%s' to '%s'"6952msgstr ""69536954#: builtin/remote.c:639 builtin/remote.c:792 builtin/remote.c:8906955#, c-format6956msgid "No such remote: %s"6957msgstr ""69586959#: builtin/remote.c:6566960#, c-format6961msgid "Could not rename config section '%s' to '%s'"6962msgstr ""69636964#: builtin/remote.c:662 builtin/remote.c:7996965#, c-format6966msgid "Could not remove config section '%s'"6967msgstr ""69686969#: builtin/remote.c:6776970#, c-format6971msgid ""6972"Not updating non-default fetch refspec\n"6973"\t%s\n"6974"\tPlease update the configuration manually if necessary."6975msgstr ""69766977#: builtin/remote.c:6836978#, c-format6979msgid "Could not append '%s'"6980msgstr ""69816982#: builtin/remote.c:6946983#, c-format6984msgid "Could not set '%s'"6985msgstr ""69866987#: builtin/remote.c:7166988#, c-format6989msgid "deleting '%s' failed"6990msgstr ""69916992#: builtin/remote.c:7506993#, c-format6994msgid "creating '%s' failed"6995msgstr ""69966997#: builtin/remote.c:7646998#, c-format6999msgid "Could not remove branch %s"7000msgstr ""70017002#: builtin/remote.c:8347003msgid ""7004"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"7005"to delete it, use:"7006msgid_plural ""7007"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"7008"to delete them, use:"7009msgstr[0] ""7010msgstr[1] ""70117012#: builtin/remote.c:9437013#, c-format7014msgid " new (next fetch will store in remotes/%s)"7015msgstr ""70167017#: builtin/remote.c:9467018msgid " tracked"7019msgstr ""70207021#: builtin/remote.c:9487022msgid " stale (use 'git remote prune' to remove)"7023msgstr ""70247025#: builtin/remote.c:9507026msgid " ???"7027msgstr ""70287029#: builtin/remote.c:9917030#, c-format7031msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"7032msgstr ""70337034#: builtin/remote.c:9987035#, c-format7036msgid "rebases onto remote %s"7037msgstr ""70387039#: builtin/remote.c:10017040#, c-format7041msgid " merges with remote %s"7042msgstr ""70437044#: builtin/remote.c:10027045msgid " and with remote"7046msgstr ""70477048#: builtin/remote.c:10047049#, c-format7050msgid "merges with remote %s"7051msgstr ""70527053#: builtin/remote.c:10057054msgid " and with remote"7055msgstr ""70567057#: builtin/remote.c:10517058msgid "create"7059msgstr ""70607061#: builtin/remote.c:10547062msgid "delete"7063msgstr ""70647065#: builtin/remote.c:10587066msgid "up to date"7067msgstr ""70687069#: builtin/remote.c:10617070msgid "fast-forwardable"7071msgstr ""70727073#: builtin/remote.c:10647074msgid "local out of date"7075msgstr ""70767077#: builtin/remote.c:10717078#, c-format7079msgid " %-*s forces to %-*s (%s)"7080msgstr ""70817082#: builtin/remote.c:10747083#, c-format7084msgid " %-*s pushes to %-*s (%s)"7085msgstr ""70867087#: builtin/remote.c:10787088#, c-format7089msgid " %-*s forces to %s"7090msgstr ""70917092#: builtin/remote.c:10817093#, c-format7094msgid " %-*s pushes to %s"7095msgstr ""70967097#: builtin/remote.c:10917098msgid "do not query remotes"7099msgstr ""71007101#: builtin/remote.c:11187102#, c-format7103msgid "* remote %s"7104msgstr ""71057106#: builtin/remote.c:11197107#, c-format7108msgid " Fetch URL: %s"7109msgstr ""71107111#: builtin/remote.c:1120 builtin/remote.c:12857112msgid "(no URL)"7113msgstr ""71147115#: builtin/remote.c:1129 builtin/remote.c:11317116#, c-format7117msgid " Push URL: %s"7118msgstr ""71197120#: builtin/remote.c:1133 builtin/remote.c:1135 builtin/remote.c:11377121#, c-format7122msgid " HEAD branch: %s"7123msgstr ""71247125#: builtin/remote.c:11397126#, c-format7127msgid ""7128" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"7129msgstr ""71307131#: builtin/remote.c:11517132#, c-format7133msgid " Remote branch:%s"7134msgid_plural " Remote branches:%s"7135msgstr[0] ""7136msgstr[1] ""71377138#: builtin/remote.c:1154 builtin/remote.c:11817139msgid " (status not queried)"7140msgstr ""71417142#: builtin/remote.c:11637143msgid " Local branch configured for 'git pull':"7144msgid_plural " Local branches configured for 'git pull':"7145msgstr[0] ""7146msgstr[1] ""71477148#: builtin/remote.c:11717149msgid " Local refs will be mirrored by 'git push'"7150msgstr ""71517152#: builtin/remote.c:11787153#, c-format7154msgid " Local ref configured for 'git push'%s:"7155msgid_plural " Local refs configured for 'git push'%s:"7156msgstr[0] ""7157msgstr[1] ""71587159#: builtin/remote.c:11997160msgid "set refs/remotes/<name>/HEAD according to remote"7161msgstr ""71627163#: builtin/remote.c:12017164msgid "delete refs/remotes/<name>/HEAD"7165msgstr ""71667167#: builtin/remote.c:12167168msgid "Cannot determine remote HEAD"7169msgstr ""71707171#: builtin/remote.c:12187172msgid "Multiple remote HEAD branches. Please choose one explicitly with:"7173msgstr ""71747175#: builtin/remote.c:12287176#, c-format7177msgid "Could not delete %s"7178msgstr ""71797180#: builtin/remote.c:12367181#, c-format7182msgid "Not a valid ref: %s"7183msgstr ""71847185#: builtin/remote.c:12387186#, c-format7187msgid "Could not setup %s"7188msgstr ""71897190#: builtin/remote.c:12747191#, c-format7192msgid " %s will become dangling!"7193msgstr ""71947195#: builtin/remote.c:12757196#, c-format7197msgid " %s has become dangling!"7198msgstr ""71997200#: builtin/remote.c:12817201#, c-format7202msgid "Pruning %s"7203msgstr ""72047205#: builtin/remote.c:12827206#, c-format7207msgid "URL: %s"7208msgstr ""72097210#: builtin/remote.c:12957211#, c-format7212msgid " * [would prune] %s"7213msgstr ""72147215#: builtin/remote.c:12987216#, c-format7217msgid " * [pruned] %s"7218msgstr ""72197220#: builtin/remote.c:13217221msgid "prune remotes after fetching"7222msgstr ""72237224#: builtin/remote.c:1387 builtin/remote.c:14617225#, c-format7226msgid "No such remote '%s'"7227msgstr ""72287229#: builtin/remote.c:14077230msgid "add branch"7231msgstr ""72327233#: builtin/remote.c:14147234msgid "no remote specified"7235msgstr ""72367237#: builtin/remote.c:14367238msgid "manipulate push URLs"7239msgstr ""72407241#: builtin/remote.c:14387242msgid "add URL"7243msgstr ""72447245#: builtin/remote.c:14407246msgid "delete URLs"7247msgstr ""72487249#: builtin/remote.c:14477250msgid "--add --delete doesn't make sense"7251msgstr ""72527253#: builtin/remote.c:14877254#, c-format7255msgid "Invalid old URL pattern: %s"7256msgstr ""72577258#: builtin/remote.c:14957259#, c-format7260msgid "No such URL found: %s"7261msgstr ""72627263#: builtin/remote.c:14977264msgid "Will not delete all non-push URLs"7265msgstr ""72667267#: builtin/remote.c:15697268msgid "be verbose; must be placed before a subcommand"7269msgstr ""72707271#: builtin/replace.c:177272msgid "git replace [-f] <object> <replacement>"7273msgstr ""72747275#: builtin/replace.c:187276msgid "git replace -d <object>..."7277msgstr ""72787279#: builtin/replace.c:197280msgid "git replace -l [<pattern>]"7281msgstr ""72827283#: builtin/replace.c:1187284msgid "list replace refs"7285msgstr ""72867287#: builtin/replace.c:1197288msgid "delete replace refs"7289msgstr ""72907291#: builtin/replace.c:1207292msgid "replace the ref if it exists"7293msgstr ""72947295#: builtin/rerere.c:117296msgid "git rerere [clear | forget path... | status | remaining | diff | gc]"7297msgstr ""72987299#: builtin/rerere.c:567300msgid "register clean resolutions in index"7301msgstr ""73027303#: builtin/reset.c:257304msgid ""7305"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"7306msgstr ""73077308#: builtin/reset.c:267309msgid "git reset [-q] <commit> [--] <paths>..."7310msgstr ""73117312#: builtin/reset.c:277313msgid "git reset --patch [<commit>] [--] [<paths>...]"7314msgstr ""73157316#: builtin/reset.c:337317msgid "mixed"7318msgstr ""73197320#: builtin/reset.c:337321msgid "soft"7322msgstr ""73237324#: builtin/reset.c:337325msgid "hard"7326msgstr ""73277328#: builtin/reset.c:337329msgid "merge"7330msgstr ""73317332#: builtin/reset.c:337333msgid "keep"7334msgstr ""73357336#: builtin/reset.c:777337msgid "You do not have a valid HEAD."7338msgstr ""73397340#: builtin/reset.c:797341msgid "Failed to find tree of HEAD."7342msgstr ""73437344#: builtin/reset.c:857345#, c-format7346msgid "Failed to find tree of %s."7347msgstr ""73487349#: builtin/reset.c:967350msgid "Could not write new index file."7351msgstr ""73527353#: builtin/reset.c:1067354#, c-format7355msgid "HEAD is now at %s"7356msgstr ""73577358#: builtin/reset.c:1307359msgid "Could not read index"7360msgstr ""73617362#: builtin/reset.c:1337363msgid "Unstaged changes after reset:"7364msgstr ""73657366#: builtin/reset.c:2237367#, c-format7368msgid "Cannot do a %s reset in the middle of a merge."7369msgstr ""73707371#: builtin/reset.c:2387372msgid "be quiet, only report errors"7373msgstr ""73747375#: builtin/reset.c:2407376msgid "reset HEAD and index"7377msgstr ""73787379#: builtin/reset.c:2417380msgid "reset only HEAD"7381msgstr ""73827383#: builtin/reset.c:243 builtin/reset.c:2457384msgid "reset HEAD, index and working tree"7385msgstr ""73867387#: builtin/reset.c:2477388msgid "reset HEAD but keep local changes"7389msgstr ""73907391#: builtin/reset.c:3037392#, c-format7393msgid "Could not parse object '%s'."7394msgstr ""73957396#: builtin/reset.c:3087397msgid "--patch is incompatible with --{hard,mixed,soft}"7398msgstr ""73997400#: builtin/reset.c:3177401msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."7402msgstr ""74037404#: builtin/reset.c:3197405#, c-format7406msgid "Cannot do %s reset with paths."7407msgstr ""74087409#: builtin/reset.c:3317410#, c-format7411msgid "%s reset is not allowed in a bare repository"7412msgstr ""74137414#: builtin/reset.c:3477415#, c-format7416msgid "Could not reset index file to revision '%s'."7417msgstr ""74187419#: builtin/rev-parse.c:3397420msgid "git rev-parse --parseopt [options] -- [<args>...]"7421msgstr ""74227423#: builtin/rev-parse.c:3447424msgid "keep the `--` passed as an arg"7425msgstr ""74267427#: builtin/rev-parse.c:3467428msgid "stop parsing after the first non-option argument"7429msgstr ""74307431#: builtin/rev-parse.c:4647432msgid ""7433"git rev-parse --parseopt [options] -- [<args>...]\n"7434" or: git rev-parse --sq-quote [<arg>...]\n"7435" or: git rev-parse [options] [<arg>...]\n"7436"\n"7437"Run \"git rev-parse --parseopt -h\" for more information on the first usage."7438msgstr ""74397440#: builtin/revert.c:227441msgid "git revert [options] <commit-ish>"7442msgstr ""74437444#: builtin/revert.c:237445msgid "git revert <subcommand>"7446msgstr ""74477448#: builtin/revert.c:287449msgid "git cherry-pick [options] <commit-ish>"7450msgstr ""74517452#: builtin/revert.c:297453msgid "git cherry-pick <subcommand>"7454msgstr ""74557456#: builtin/revert.c:70 builtin/revert.c:927457#, c-format7458msgid "%s: %s cannot be used with %s"7459msgstr ""74607461#: builtin/revert.c:1037462msgid "end revert or cherry-pick sequence"7463msgstr ""74647465#: builtin/revert.c:1047466msgid "resume revert or cherry-pick sequence"7467msgstr ""74687469#: builtin/revert.c:1057470msgid "cancel revert or cherry-pick sequence"7471msgstr ""74727473#: builtin/revert.c:1067474msgid "don't automatically commit"7475msgstr ""74767477#: builtin/revert.c:1077478msgid "edit the commit message"7479msgstr ""74807481#: builtin/revert.c:1107482msgid "parent number"7483msgstr ""74847485#: builtin/revert.c:1127486msgid "merge strategy"7487msgstr ""74887489#: builtin/revert.c:1137490msgid "option"7491msgstr ""74927493#: builtin/revert.c:1147494msgid "option for merge strategy"7495msgstr ""74967497#: builtin/revert.c:1257498msgid "append commit name"7499msgstr ""75007501#: builtin/revert.c:1267502msgid "allow fast-forward"7503msgstr ""75047505#: builtin/revert.c:1277506msgid "preserve initially empty commits"7507msgstr ""75087509#: builtin/revert.c:1287510msgid "allow commits with empty messages"7511msgstr ""75127513#: builtin/revert.c:1297514msgid "keep redundant, empty commits"7515msgstr ""75167517#: builtin/revert.c:1337518msgid "program error"7519msgstr ""75207521#: builtin/revert.c:2237522msgid "revert failed"7523msgstr ""75247525#: builtin/revert.c:2387526msgid "cherry-pick failed"7527msgstr ""75287529#: builtin/rm.c:147530msgid "git rm [options] [--] <file>..."7531msgstr ""75327533#: builtin/rm.c:1097534#, c-format7535msgid ""7536"'%s' has staged content different from both the file and the HEAD\n"7537"(use -f to force removal)"7538msgstr ""75397540#: builtin/rm.c:1157541#, c-format7542msgid ""7543"'%s' has changes staged in the index\n"7544"(use --cached to keep the file, or -f to force removal)"7545msgstr ""75467547#: builtin/rm.c:1197548#, c-format7549msgid ""7550"'%s' has local modifications\n"7551"(use --cached to keep the file, or -f to force removal)"7552msgstr ""75537554#: builtin/rm.c:1347555msgid "do not list removed files"7556msgstr ""75577558#: builtin/rm.c:1357559msgid "only remove from the index"7560msgstr ""75617562#: builtin/rm.c:1367563msgid "override the up-to-date check"7564msgstr ""75657566#: builtin/rm.c:1377567msgid "allow recursive removal"7568msgstr ""75697570#: builtin/rm.c:1397571msgid "exit with a zero status even if nothing matched"7572msgstr ""75737574#: builtin/rm.c:1947575#, c-format7576msgid "not removing '%s' recursively without -r"7577msgstr ""75787579#: builtin/rm.c:2307580#, c-format7581msgid "git rm: unable to remove %s"7582msgstr ""75837584#: builtin/shortlog.c:137585msgid "git shortlog [-n] [-s] [-e] [-w] [rev-opts] [--] [<commit-id>... ]"7586msgstr ""75877588#: builtin/shortlog.c:1577589#, c-format7590msgid "Missing author: %s"7591msgstr ""75927593#: builtin/shortlog.c:2537594msgid "sort output according to the number of commits per author"7595msgstr ""75967597#: builtin/shortlog.c:2557598msgid "Suppress commit descriptions, only provides commit count"7599msgstr ""76007601#: builtin/shortlog.c:2577602msgid "Show the email address of each author"7603msgstr ""76047605#: builtin/shortlog.c:2587606msgid "w[,i1[,i2]]"7607msgstr ""76087609#: builtin/shortlog.c:2597610msgid "Linewrap output"7611msgstr ""76127613#: builtin/show-branch.c:97614msgid ""7615"git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order] [--"7616"current] [--color[=<when>] | --no-color] [--sparse] [--more=<n> | --list | --"7617"independent | --merge-base] [--no-name | --sha1-name] [--topics] [(<rev> | "7618"<glob>)...]"7619msgstr ""76207621#: builtin/show-branch.c:107622msgid "git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"7623msgstr ""76247625#: builtin/show-branch.c:6517626msgid "show remote-tracking and local branches"7627msgstr ""76287629#: builtin/show-branch.c:6537630msgid "show remote-tracking branches"7631msgstr ""76327633#: builtin/show-branch.c:6557634msgid "color '*!+-' corresponding to the branch"7635msgstr ""76367637#: builtin/show-branch.c:6577638msgid "show <n> more commits after the common ancestor"7639msgstr ""76407641#: builtin/show-branch.c:6597642msgid "synonym to more=-1"7643msgstr ""76447645#: builtin/show-branch.c:6607646msgid "suppress naming strings"7647msgstr ""76487649#: builtin/show-branch.c:6627650msgid "include the current branch"7651msgstr ""76527653#: builtin/show-branch.c:6647654msgid "name commits with their object names"7655msgstr ""76567657#: builtin/show-branch.c:6667658msgid "show possible merge bases"7659msgstr ""76607661#: builtin/show-branch.c:6687662msgid "show refs unreachable from any other ref"7663msgstr ""76647665#: builtin/show-branch.c:6707666msgid "show commits in topological order"7667msgstr ""76687669#: builtin/show-branch.c:6727670msgid "show only commits not on the first branch"7671msgstr ""76727673#: builtin/show-branch.c:6747674msgid "show merges reachable from only one tip"7675msgstr ""76767677#: builtin/show-branch.c:6767678msgid "show commits where no parent comes before its children"7679msgstr ""76807681#: builtin/show-branch.c:6787682msgid "<n>[,<base>]"7683msgstr ""76847685#: builtin/show-branch.c:6797686msgid "show <n> most recent ref-log entries starting at base"7687msgstr ""76887689#: builtin/show-ref.c:107690msgid ""7691"git show-ref [-q|--quiet] [--verify] [--head] [-d|--dereference] [-s|--hash"7692"[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [pattern*] "7693msgstr ""76947695#: builtin/show-ref.c:117696msgid "git show-ref --exclude-existing[=pattern] < ref-list"7697msgstr ""76987699#: builtin/show-ref.c:1827700msgid "only show tags (can be combined with heads)"7701msgstr ""77027703#: builtin/show-ref.c:1837704msgid "only show heads (can be combined with tags)"7705msgstr ""77067707#: builtin/show-ref.c:1847708msgid "stricter reference checking, requires exact ref path"7709msgstr ""77107711#: builtin/show-ref.c:187 builtin/show-ref.c:1897712msgid "show the HEAD reference"7713msgstr ""77147715#: builtin/show-ref.c:1917716msgid "dereference tags into object IDs"7717msgstr ""77187719#: builtin/show-ref.c:1937720msgid "only show SHA1 hash using <n> digits"7721msgstr ""77227723#: builtin/show-ref.c:1977724msgid "do not print results to stdout (useful with --verify)"7725msgstr ""77267727#: builtin/show-ref.c:1997728msgid "show refs from stdin that aren't in local repository"7729msgstr ""77307731#: builtin/symbolic-ref.c:77732msgid "git symbolic-ref [options] name [ref]"7733msgstr ""77347735#: builtin/symbolic-ref.c:387736msgid "suppress error message for non-symbolic (detached) refs"7737msgstr ""77387739#: builtin/symbolic-ref.c:397740msgid "shorten ref output"7741msgstr ""77427743#: builtin/symbolic-ref.c:40 builtin/update-ref.c:187744msgid "reason"7745msgstr ""77467747#: builtin/symbolic-ref.c:40 builtin/update-ref.c:187748msgid "reason of the update"7749msgstr ""77507751#: builtin/tag.c:227752msgid ""7753"git tag [-a|-s|-u <key-id>] [-f] [-m <msg>|-F <file>] <tagname> [<head>]"7754msgstr ""77557756#: builtin/tag.c:237757msgid "git tag -d <tagname>..."7758msgstr ""77597760#: builtin/tag.c:247761msgid ""7762"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>] \n"7763"\t\t[<pattern>...]"7764msgstr ""77657766#: builtin/tag.c:267767msgid "git tag -v <tagname>..."7768msgstr ""77697770#: builtin/tag.c:607771#, c-format7772msgid "malformed object at '%s'"7773msgstr ""77747775#: builtin/tag.c:2077776#, c-format7777msgid "tag name too long: %.*s..."7778msgstr ""77797780#: builtin/tag.c:2127781#, c-format7782msgid "tag '%s' not found."7783msgstr ""77847785#: builtin/tag.c:2277786#, c-format7787msgid "Deleted tag '%s' (was %s)\n"7788msgstr ""77897790#: builtin/tag.c:2397791#, c-format7792msgid "could not verify the tag '%s'"7793msgstr ""77947795#: builtin/tag.c:2497796msgid ""7797"\n"7798"#\n"7799"# Write a tag message\n"7800"# Lines starting with '#' will be ignored.\n"7801"#\n"7802msgstr ""78037804#: builtin/tag.c:2567805msgid ""7806"\n"7807"#\n"7808"# Write a tag message\n"7809"# Lines starting with '#' will be kept; you may remove them yourself if you "7810"want to.\n"7811"#\n"7812msgstr ""78137814#: builtin/tag.c:2987815msgid "unable to sign the tag"7816msgstr ""78177818#: builtin/tag.c:3007819msgid "unable to write tag file"7820msgstr ""78217822#: builtin/tag.c:3257823msgid "bad object type."7824msgstr ""78257826#: builtin/tag.c:3387827msgid "tag header too big."7828msgstr ""78297830#: builtin/tag.c:3707831msgid "no tag message?"7832msgstr ""78337834#: builtin/tag.c:3767835#, c-format7836msgid "The tag message has been left in %s\n"7837msgstr ""78387839#: builtin/tag.c:4257840msgid "switch 'points-at' requires an object"7841msgstr ""78427843#: builtin/tag.c:4277844#, c-format7845msgid "malformed object name '%s'"7846msgstr ""78477848#: builtin/tag.c:4477849msgid "list tag names"7850msgstr ""78517852#: builtin/tag.c:4497853msgid "print <n> lines of each tag message"7854msgstr ""78557856#: builtin/tag.c:4517857msgid "delete tags"7858msgstr ""78597860#: builtin/tag.c:4527861msgid "verify tags"7862msgstr ""78637864#: builtin/tag.c:4547865msgid "Tag creation options"7866msgstr ""78677868#: builtin/tag.c:4567869msgid "annotated tag, needs a message"7870msgstr ""78717872#: builtin/tag.c:4587873msgid "tag message"7874msgstr ""78757876#: builtin/tag.c:4607877msgid "annotated and GPG-signed tag"7878msgstr ""78797880#: builtin/tag.c:4647881msgid "use another key to sign the tag"7882msgstr ""78837884#: builtin/tag.c:4657885msgid "replace the tag if exists"7886msgstr ""78877888#: builtin/tag.c:4667889msgid "show tag list in columns"7890msgstr ""78917892#: builtin/tag.c:4687893msgid "Tag listing options"7894msgstr ""78957896#: builtin/tag.c:4717897msgid "print only tags that contain the commit"7898msgstr ""78997900#: builtin/tag.c:4777901msgid "print only tags of the object"7902msgstr ""79037904#: builtin/tag.c:5067905msgid "--column and -n are incompatible"7906msgstr ""79077908#: builtin/tag.c:5237909msgid "-n option is only allowed with -l."7910msgstr ""79117912#: builtin/tag.c:5257913msgid "--contains option is only allowed with -l."7914msgstr ""79157916#: builtin/tag.c:5277917msgid "--points-at option is only allowed with -l."7918msgstr ""79197920#: builtin/tag.c:5357921msgid "only one -F or -m option is allowed."7922msgstr ""79237924#: builtin/tag.c:5557925msgid "too many params"7926msgstr ""79277928#: builtin/tag.c:5617929#, c-format7930msgid "'%s' is not a valid tag name."7931msgstr ""79327933#: builtin/tag.c:5667934#, c-format7935msgid "tag '%s' already exists"7936msgstr ""79377938#: builtin/tag.c:5847939#, c-format7940msgid "%s: cannot lock the ref"7941msgstr ""79427943#: builtin/tag.c:5867944#, c-format7945msgid "%s: cannot update the ref"7946msgstr ""79477948#: builtin/tag.c:5887949#, c-format7950msgid "Updated tag '%s' (was %s)\n"7951msgstr ""79527953#: builtin/update-index.c:4017954msgid "git update-index [options] [--] [<file>...]"7955msgstr ""79567957#: builtin/update-index.c:7177958msgid "continue refresh even when index needs update"7959msgstr ""79607961#: builtin/update-index.c:7207962msgid "refresh: ignore submodules"7963msgstr ""79647965#: builtin/update-index.c:7237966msgid "do not ignore new files"7967msgstr ""79687969#: builtin/update-index.c:7257970msgid "let files replace directories and vice-versa"7971msgstr ""79727973#: builtin/update-index.c:7277974msgid "notice files missing from worktree"7975msgstr ""79767977#: builtin/update-index.c:7297978msgid "refresh even if index contains unmerged entries"7979msgstr ""79807981#: builtin/update-index.c:7327982msgid "refresh stat information"7983msgstr ""79847985#: builtin/update-index.c:7367986msgid "like --refresh, but ignore assume-unchanged setting"7987msgstr ""79887989#: builtin/update-index.c:7407990msgid "<mode> <object> <path>"7991msgstr ""79927993#: builtin/update-index.c:7417994msgid "add the specified entry to the index"7995msgstr ""79967997#: builtin/update-index.c:7457998msgid "(+/-)x"7999msgstr ""80008001#: builtin/update-index.c:7468002msgid "override the executable bit of the listed files"8003msgstr ""80048005#: builtin/update-index.c:7508006msgid "mark files as \"not changing\""8007msgstr ""80088009#: builtin/update-index.c:7538010msgid "clear assumed-unchanged bit"8011msgstr ""80128013#: builtin/update-index.c:7568014msgid "mark files as \"index-only\""8015msgstr ""80168017#: builtin/update-index.c:7598018msgid "clear skip-worktree bit"8019msgstr ""80208021#: builtin/update-index.c:7628022msgid "add to index only; do not add content to object database"8023msgstr ""80248025#: builtin/update-index.c:7648026msgid "remove named paths even if present in worktree"8027msgstr ""80288029#: builtin/update-index.c:7668030msgid "with --stdin: input lines are terminated by null bytes"8031msgstr ""80328033#: builtin/update-index.c:7688034msgid "read list of paths to be updated from standard input"8035msgstr ""80368037#: builtin/update-index.c:7728038msgid "add entries from standard input to the index"8039msgstr ""80408041#: builtin/update-index.c:7768042msgid "repopulate stages #2 and #3 for the listed paths"8043msgstr ""80448045#: builtin/update-index.c:7808046msgid "only update entries that differ from HEAD"8047msgstr ""80488049#: builtin/update-index.c:7848050msgid "ignore files missing from worktree"8051msgstr ""80528053#: builtin/update-index.c:7878054msgid "report actions to standard output"8055msgstr ""80568057#: builtin/update-index.c:7898058msgid "(for porcelains) forget saved unresolved conflicts"8059msgstr ""80608061#: builtin/update-index.c:7938062msgid "write index in this format"8063msgstr ""80648065#: builtin/update-ref.c:78066msgid "git update-ref [options] -d <refname> [<oldval>]"8067msgstr ""80688069#: builtin/update-ref.c:88070msgid "git update-ref [options] <refname> <newval> [<oldval>]"8071msgstr ""80728073#: builtin/update-ref.c:198074msgid "delete the reference"8075msgstr ""80768077#: builtin/update-ref.c:218078msgid "update <refname> not the one it points to"8079msgstr ""80808081#: builtin/update-server-info.c:68082msgid "git update-server-info [--force]"8083msgstr ""80848085#: builtin/update-server-info.c:148086msgid "update the info files from scratch"8087msgstr ""80888089#: builtin/verify-pack.c:568090msgid "git verify-pack [-v|--verbose] [-s|--stat-only] <pack>..."8091msgstr ""80928093#: builtin/verify-pack.c:668094msgid "verbose"8095msgstr ""80968097#: builtin/verify-pack.c:688098msgid "show statistics only"8099msgstr ""81008101#: builtin/verify-tag.c:178102msgid "git verify-tag [-v|--verbose] <tag>..."8103msgstr ""81048105#: builtin/verify-tag.c:738106msgid "print tag contents"8107msgstr ""81088109#: builtin/write-tree.c:138110msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"8111msgstr ""81128113#: builtin/write-tree.c:268114msgid "<prefix>/"8115msgstr ""81168117#: builtin/write-tree.c:278118msgid "write tree object for a subdirectory <prefix>"8119msgstr ""81208121#: builtin/write-tree.c:308122msgid "only useful for debugging"8123msgstr ""81248125#: git.c:168126msgid "See 'git help <command>' for more information on a specific command."8127msgstr ""81288129#: parse-options.h:1568130msgid "no-op (backward compatibility)"8131msgstr ""81328133#: parse-options.h:2288134msgid "be more verbose"8135msgstr ""81368137#: parse-options.h:2308138msgid "be more quiet"8139msgstr ""81408141#: parse-options.h:2368142msgid "use <n> digits to display SHA-1s"8143msgstr ""81448145#: common-cmds.h:88146msgid "Add file contents to the index"8147msgstr ""81488149#: common-cmds.h:98150msgid "Find by binary search the change that introduced a bug"8151msgstr ""81528153#: common-cmds.h:108154msgid "List, create, or delete branches"8155msgstr ""81568157#: common-cmds.h:118158msgid "Checkout a branch or paths to the working tree"8159msgstr ""81608161#: common-cmds.h:128162msgid "Clone a repository into a new directory"8163msgstr ""81648165#: common-cmds.h:138166msgid "Record changes to the repository"8167msgstr ""81688169#: common-cmds.h:148170msgid "Show changes between commits, commit and working tree, etc"8171msgstr ""81728173#: common-cmds.h:158174msgid "Download objects and refs from another repository"8175msgstr ""81768177#: common-cmds.h:168178msgid "Print lines matching a pattern"8179msgstr ""81808181#: common-cmds.h:178182msgid "Create an empty git repository or reinitialize an existing one"8183msgstr ""81848185#: common-cmds.h:188186msgid "Show commit logs"8187msgstr ""81888189#: common-cmds.h:198190msgid "Join two or more development histories together"8191msgstr ""81928193#: common-cmds.h:208194msgid "Move or rename a file, a directory, or a symlink"8195msgstr ""81968197#: common-cmds.h:218198msgid "Fetch from and merge with another repository or a local branch"8199msgstr ""82008201#: common-cmds.h:228202msgid "Update remote refs along with associated objects"8203msgstr ""82048205#: common-cmds.h:238206msgid "Forward-port local commits to the updated upstream head"8207msgstr ""82088209#: common-cmds.h:248210msgid "Reset current HEAD to the specified state"8211msgstr ""82128213#: common-cmds.h:258214msgid "Remove files from the working tree and from the index"8215msgstr ""82168217#: common-cmds.h:268218msgid "Show various types of objects"8219msgstr ""82208221#: common-cmds.h:278222msgid "Show the working tree status"8223msgstr ""82248225#: common-cmds.h:288226msgid "Create, list, delete or verify a tag object signed with GPG"8227msgstr ""82288229#: git-am.sh:508230msgid "You need to set your committer info first"8231msgstr ""82328233#: git-am.sh:958234msgid ""8235"You seem to have moved HEAD since the last 'am' failure.\n"8236"Not rewinding to ORIG_HEAD"8237msgstr ""82388239#: git-am.sh:1058240#, sh-format8241msgid ""8242"When you have resolved this problem, run \"$cmdline --resolved\".\n"8243"If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"8244"To restore the original branch and stop patching, run \"$cmdline --abort\"."8245msgstr ""82468247#: git-am.sh:1218248msgid "Cannot fall back to three-way merge."8249msgstr ""82508251#: git-am.sh:1378252msgid "Repository lacks necessary blobs to fall back on 3-way merge."8253msgstr ""82548255#: git-am.sh:1398256msgid "Using index info to reconstruct a base tree..."8257msgstr ""82588259#: git-am.sh:1548260msgid ""8261"Did you hand edit your patch?\n"8262"It does not apply to blobs recorded in its index."8263msgstr ""82648265#: git-am.sh:1638266msgid "Falling back to patching base and 3-way merge..."8267msgstr ""82688269#: git-am.sh:1798270msgid "Failed to merge in the changes."8271msgstr ""82728273#: git-am.sh:2748274msgid "Only one StGIT patch series can be applied at once"8275msgstr ""82768277#: git-am.sh:3618278#, sh-format8279msgid "Patch format $patch_format is not supported."8280msgstr ""82818282#: git-am.sh:3638283msgid "Patch format detection failed."8284msgstr ""82858286#: git-am.sh:3898287msgid ""8288"The -b/--binary option has been a no-op for long time, and\n"8289"it will be removed. Please do not use it anymore."8290msgstr ""82918292#: git-am.sh:4778293#, sh-format8294msgid "previous rebase directory $dotest still exists but mbox given."8295msgstr ""82968297#: git-am.sh:4828298msgid "Please make up your mind. --skip or --abort?"8299msgstr ""83008301#: git-am.sh:5098302msgid "Resolve operation not in progress, we are not resuming."8303msgstr ""83048305#: git-am.sh:5758306#, sh-format8307msgid "Dirty index: cannot apply patches (dirty: $files)"8308msgstr ""83098310#: git-am.sh:6798311#, sh-format8312msgid ""8313"Patch is empty. Was it split wrong?\n"8314"If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"8315"To restore the original branch and stop patching run \"$cmdline --abort\"."8316msgstr ""83178318#: git-am.sh:7068319msgid "Patch does not have a valid e-mail address."8320msgstr ""83218322#: git-am.sh:7538323msgid "cannot be interactive without stdin connected to a terminal."8324msgstr ""83258326#: git-am.sh:7578327msgid "Commit Body is:"8328msgstr ""83298330#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]8331#. in your translation. The program will only accept English8332#. input at this point.8333#: git-am.sh:7648334msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "8335msgstr ""83368337#: git-am.sh:8008338#, sh-format8339msgid "Applying: $FIRSTLINE"8340msgstr ""83418342#: git-am.sh:8218343msgid ""8344"No changes - did you forget to use 'git add'?\n"8345"If there is nothing left to stage, chances are that something else\n"8346"already introduced the same changes; you might want to skip this patch."8347msgstr ""83488349#: git-am.sh:8298350msgid ""8351"You still have unmerged paths in your index\n"8352"did you forget to use 'git add'?"8353msgstr ""83548355#: git-am.sh:8458356msgid "No changes -- Patch already applied."8357msgstr ""83588359#: git-am.sh:8558360#, sh-format8361msgid "Patch failed at $msgnum $FIRSTLINE"8362msgstr ""83638364#: git-am.sh:8588365#, sh-format8366msgid ""8367"The copy of the patch that failed is found in:\n"8368" $dotest/patch"8369msgstr ""83708371#: git-am.sh:8768372msgid "applying to an empty history"8373msgstr ""83748375#: git-bisect.sh:488376msgid "You need to start by \"git bisect start\""8377msgstr ""83788379#. TRANSLATORS: Make sure to include [Y] and [n] in your8380#. translation. The program will only accept English input8381#. at this point.8382#: git-bisect.sh:548383msgid "Do you want me to do it for you [Y/n]? "8384msgstr ""83858386#: git-bisect.sh:958387#, sh-format8388msgid "unrecognised option: '$arg'"8389msgstr ""83908391#: git-bisect.sh:998392#, sh-format8393msgid "'$arg' does not appear to be a valid revision"8394msgstr ""83958396#: git-bisect.sh:1178397msgid "Bad HEAD - I need a HEAD"8398msgstr ""83998400#: git-bisect.sh:1308401#, sh-format8402msgid ""8403"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."8404msgstr ""84058406#: git-bisect.sh:1408407msgid "won't bisect on seeked tree"8408msgstr ""84098410#: git-bisect.sh:1448411msgid "Bad HEAD - strange symbolic ref"8412msgstr ""84138414#: git-bisect.sh:1898415#, sh-format8416msgid "Bad bisect_write argument: $state"8417msgstr ""84188419#: git-bisect.sh:2188420#, sh-format8421msgid "Bad rev input: $arg"8422msgstr ""84238424#: git-bisect.sh:2328425msgid "Please call 'bisect_state' with at least one argument."8426msgstr ""84278428#: git-bisect.sh:2448429#, sh-format8430msgid "Bad rev input: $rev"8431msgstr ""84328433#: git-bisect.sh:2508434msgid "'git bisect bad' can take only one argument."8435msgstr ""84368437#. have bad but not good. we could bisect although8438#. this is less optimum.8439#: git-bisect.sh:2738440msgid "Warning: bisecting only with a bad commit."8441msgstr ""84428443#. TRANSLATORS: Make sure to include [Y] and [n] in your8444#. translation. The program will only accept English input8445#. at this point.8446#: git-bisect.sh:2798447msgid "Are you sure [Y/n]? "8448msgstr ""84498450#: git-bisect.sh:2898451msgid ""8452"You need to give me at least one good and one bad revisions.\n"8453"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"8454msgstr ""84558456#: git-bisect.sh:2928457msgid ""8458"You need to start by \"git bisect start\".\n"8459"You then need to give me at least one good and one bad revisions.\n"8460"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"8461msgstr ""84628463#: git-bisect.sh:347 git-bisect.sh:4748464msgid "We are not bisecting."8465msgstr ""84668467#: git-bisect.sh:3548468#, sh-format8469msgid "'$invalid' is not a valid commit"8470msgstr ""84718472#: git-bisect.sh:3638473#, sh-format8474msgid ""8475"Could not check out original HEAD '$branch'.\n"8476"Try 'git bisect reset <commit>'."8477msgstr ""84788479#: git-bisect.sh:3908480msgid "No logfile given"8481msgstr ""84828483#: git-bisect.sh:3918484#, sh-format8485msgid "cannot read $file for replaying"8486msgstr ""84878488#: git-bisect.sh:4088489msgid "?? what are you talking about?"8490msgstr ""84918492#: git-bisect.sh:4208493#, sh-format8494msgid "running $command"8495msgstr ""84968497#: git-bisect.sh:4278498#, sh-format8499msgid ""8500"bisect run failed:\n"8501"exit code $res from '$command' is < 0 or >= 128"8502msgstr ""85038504#: git-bisect.sh:4538505msgid "bisect run cannot continue any more"8506msgstr ""85078508#: git-bisect.sh:4598509#, sh-format8510msgid ""8511"bisect run failed:\n"8512"'bisect_state $state' exited with error code $res"8513msgstr ""85148515#: git-bisect.sh:4668516msgid "bisect run success"8517msgstr ""85188519#: git-pull.sh:218520msgid ""8521"Pull is not possible because you have unmerged files.\n"8522"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"8523"as appropriate to mark resolution, or use 'git commit -a'."8524msgstr ""85258526#: git-pull.sh:258527msgid "Pull is not possible because you have unmerged files."8528msgstr ""85298530#: git-pull.sh:1978531msgid "updating an unborn branch with changes added to the index"8532msgstr ""85338534#. The fetch involved updating the current branch.8535#. The working tree and the index file is still based on the8536#. $orig_head commit, but we are merging into $curr_head.8537#. First update the working tree to match $curr_head.8538#: git-pull.sh:2288539#, sh-format8540msgid ""8541"Warning: fetch updated the current branch head.\n"8542"Warning: fast-forwarding your working tree from\n"8543"Warning: commit $orig_head."8544msgstr ""85458546#: git-pull.sh:2538547msgid "Cannot merge multiple branches into empty head"8548msgstr ""85498550#: git-pull.sh:2578551msgid "Cannot rebase onto multiple branches"8552msgstr ""85538554#: git-rebase.sh:538555msgid ""8556"When you have resolved this problem, run \"git rebase --continue\".\n"8557"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"8558"To check out the original branch and stop rebasing, run \"git rebase --abort"8559"\"."8560msgstr ""85618562#: git-rebase.sh:1608563msgid "The pre-rebase hook refused to rebase."8564msgstr ""85658566#: git-rebase.sh:1658567msgid "It looks like git-am is in progress. Cannot rebase."8568msgstr ""85698570#: git-rebase.sh:2968571msgid "The --exec option must be used with the --interactive option"8572msgstr ""85738574#: git-rebase.sh:3018575msgid "No rebase in progress?"8576msgstr ""85778578#: git-rebase.sh:3128579msgid "The --edit-todo action can only be used during interactive rebase."8580msgstr ""85818582#: git-rebase.sh:3198583msgid "Cannot read HEAD"8584msgstr ""85858586#: git-rebase.sh:3228587msgid ""8588"You must edit all merge conflicts and then\n"8589"mark them as resolved using git add"8590msgstr ""85918592#: git-rebase.sh:3408593#, sh-format8594msgid "Could not move back to $head_name"8595msgstr ""85968597#: git-rebase.sh:3598598#, sh-format8599msgid ""8600"It seems that there is already a $state_dir_base directory, and\n"8601"I wonder if you are in the middle of another rebase. If that is the\n"8602"case, please try\n"8603"\t$cmd_live_rebase\n"8604"If that is not the case, please\n"8605"\t$cmd_clear_stale_rebase\n"8606"and run me again. I am stopping in case you still have something\n"8607"valuable there."8608msgstr ""86098610#: git-rebase.sh:4048611#, sh-format8612msgid "invalid upstream $upstream_name"8613msgstr ""86148615#: git-rebase.sh:4288616#, sh-format8617msgid "$onto_name: there are more than one merge bases"8618msgstr ""86198620#: git-rebase.sh:431 git-rebase.sh:4358621#, sh-format8622msgid "$onto_name: there is no merge base"8623msgstr ""86248625#: git-rebase.sh:4408626#, sh-format8627msgid "Does not point to a valid commit: $onto_name"8628msgstr ""86298630#: git-rebase.sh:4638631#, sh-format8632msgid "fatal: no such branch: $branch_name"8633msgstr ""86348635#: git-rebase.sh:4838636msgid "Please commit or stash them."8637msgstr ""86388639#: git-rebase.sh:5018640#, sh-format8641msgid "Current branch $branch_name is up to date."8642msgstr ""86438644#: git-rebase.sh:5048645#, sh-format8646msgid "Current branch $branch_name is up to date, rebase forced."8647msgstr ""86488649#: git-rebase.sh:5158650#, sh-format8651msgid "Changes from $mb to $onto:"8652msgstr ""86538654#. Detach HEAD and reset the tree8655#: git-rebase.sh:5248656msgid "First, rewinding head to replay your work on top of it..."8657msgstr ""86588659#: git-rebase.sh:5328660#, sh-format8661msgid "Fast-forwarded $branch_name to $onto_name."8662msgstr ""86638664#: git-stash.sh:518665msgid "git stash clear with parameters is unimplemented"8666msgstr ""86678668#: git-stash.sh:748669msgid "You do not have the initial commit yet"8670msgstr ""86718672#: git-stash.sh:898673msgid "Cannot save the current index state"8674msgstr ""86758676#: git-stash.sh:123 git-stash.sh:1368677msgid "Cannot save the current worktree state"8678msgstr ""86798680#: git-stash.sh:1408681msgid "No changes selected"8682msgstr ""86838684#: git-stash.sh:1438685msgid "Cannot remove temporary index (can't happen)"8686msgstr ""86878688#: git-stash.sh:1568689msgid "Cannot record working tree state"8690msgstr ""86918692#. TRANSLATORS: $option is an invalid option, like8693#. `--blah-blah'. The 7 spaces at the beginning of the8694#. second line correspond to "error: ". So you should line8695#. up the second line with however many characters the8696#. translation of "error: " takes in your language. E.g. in8697#. English this is:8698#.8699#. $ git stash save --blah-blah 2>&1 | head -n 28700#. error: unknown option for 'stash save': --blah-blah8701#. To provide a message, use git stash save -- '--blah-blah'8702#: git-stash.sh:2028703#, sh-format8704msgid ""8705"error: unknown option for 'stash save': $option\n"8706" To provide a message, use git stash save -- '$option'"8707msgstr ""87088709#: git-stash.sh:2238710msgid "No local changes to save"8711msgstr ""87128713#: git-stash.sh:2278714msgid "Cannot initialize stash"8715msgstr ""87168717#: git-stash.sh:2358718msgid "Cannot save the current status"8719msgstr ""87208721#: git-stash.sh:2538722msgid "Cannot remove worktree changes"8723msgstr ""87248725#: git-stash.sh:3528726msgid "No stash found."8727msgstr ""87288729#: git-stash.sh:3598730#, sh-format8731msgid "Too many revisions specified: $REV"8732msgstr ""87338734#: git-stash.sh:3658735#, sh-format8736msgid "$reference is not valid reference"8737msgstr ""87388739#: git-stash.sh:3938740#, sh-format8741msgid "'$args' is not a stash-like commit"8742msgstr ""87438744#: git-stash.sh:4048745#, sh-format8746msgid "'$args' is not a stash reference"8747msgstr ""87488749#: git-stash.sh:4128750msgid "unable to refresh index"8751msgstr ""87528753#: git-stash.sh:4168754msgid "Cannot apply a stash in the middle of a merge"8755msgstr ""87568757#: git-stash.sh:4248758msgid "Conflicts in index. Try without --index."8759msgstr ""87608761#: git-stash.sh:4268762msgid "Could not save index tree"8763msgstr ""87648765#: git-stash.sh:4608766msgid "Cannot unstage modified files"8767msgstr ""87688769#: git-stash.sh:4758770msgid "Index was not unstashed."8771msgstr ""87728773#: git-stash.sh:4928774#, sh-format8775msgid "Dropped ${REV} ($s)"8776msgstr ""87778778#: git-stash.sh:4938779#, sh-format8780msgid "${REV}: Could not drop stash entry"8781msgstr ""87828783#: git-stash.sh:5008784msgid "No branch name specified"8785msgstr ""87868787#: git-stash.sh:5718788msgid "(To restore them type \"git stash apply\")"8789msgstr ""87908791#: git-submodule.sh:888792#, sh-format8793msgid "cannot strip one component off url '$remoteurl'"8794msgstr ""87958796#: git-submodule.sh:1678797#, sh-format8798msgid "No submodule mapping found in .gitmodules for path '$sm_path'"8799msgstr ""88008801#: git-submodule.sh:2118802#, sh-format8803msgid "Clone of '$url' into submodule path '$sm_path' failed"8804msgstr ""88058806#: git-submodule.sh:2238807#, sh-format8808msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"8809msgstr ""88108811#: git-submodule.sh:3128812#, sh-format8813msgid "repo URL: '$repo' must be absolute or begin with ./|../"8814msgstr ""88158816#: git-submodule.sh:3298817#, sh-format8818msgid "'$sm_path' already exists in the index"8819msgstr ""88208821#: git-submodule.sh:3338822#, sh-format8823msgid ""8824"The following path is ignored by one of your .gitignore files:\n"8825"$sm_path\n"8826"Use -f if you really want to add it."8827msgstr ""88288829#: git-submodule.sh:3448830#, sh-format8831msgid "Adding existing repo at '$sm_path' to the index"8832msgstr ""88338834#: git-submodule.sh:3468835#, sh-format8836msgid "'$sm_path' already exists and is not a valid git repo"8837msgstr ""88388839#: git-submodule.sh:3608840#, sh-format8841msgid "Unable to checkout submodule '$sm_path'"8842msgstr ""88438844#: git-submodule.sh:3658845#, sh-format8846msgid "Failed to add submodule '$sm_path'"8847msgstr ""88488849#: git-submodule.sh:3708850#, sh-format8851msgid "Failed to register submodule '$sm_path'"8852msgstr ""88538854#: git-submodule.sh:4138855#, sh-format8856msgid "Entering '$prefix$sm_path'"8857msgstr ""88588859#: git-submodule.sh:4278860#, sh-format8861msgid "Stopping at '$sm_path'; script returned non-zero status."8862msgstr ""88638864#: git-submodule.sh:4718865#, sh-format8866msgid "No url found for submodule path '$sm_path' in .gitmodules"8867msgstr ""88688869#: git-submodule.sh:4808870#, sh-format8871msgid "Failed to register url for submodule path '$sm_path'"8872msgstr ""88738874#: git-submodule.sh:4828875#, sh-format8876msgid "Submodule '$name' ($url) registered for path '$sm_path'"8877msgstr ""88788879#: git-submodule.sh:4908880#, sh-format8881msgid "Failed to register update mode for submodule path '$sm_path'"8882msgstr ""88838884#: git-submodule.sh:5908885#, sh-format8886msgid ""8887"Submodule path '$sm_path' not initialized\n"8888"Maybe you want to use 'update --init'?"8889msgstr ""88908891#: git-submodule.sh:6038892#, sh-format8893msgid "Unable to find current revision in submodule path '$sm_path'"8894msgstr ""88958896#: git-submodule.sh:6228897#, sh-format8898msgid "Unable to fetch in submodule path '$sm_path'"8899msgstr ""89008901#: git-submodule.sh:6368902#, sh-format8903msgid "Unable to rebase '$sha1' in submodule path '$sm_path'"8904msgstr ""89058906#: git-submodule.sh:6378907#, sh-format8908msgid "Submodule path '$sm_path': rebased into '$sha1'"8909msgstr ""89108911#: git-submodule.sh:6428912#, sh-format8913msgid "Unable to merge '$sha1' in submodule path '$sm_path'"8914msgstr ""89158916#: git-submodule.sh:6438917#, sh-format8918msgid "Submodule path '$sm_path': merged in '$sha1'"8919msgstr ""89208921#: git-submodule.sh:6488922#, sh-format8923msgid "Unable to checkout '$sha1' in submodule path '$sm_path'"8924msgstr ""89258926#: git-submodule.sh:6498927#, sh-format8928msgid "Submodule path '$sm_path': checked out '$sha1'"8929msgstr ""89308931#: git-submodule.sh:671 git-submodule.sh:9958932#, sh-format8933msgid "Failed to recurse into submodule path '$sm_path'"8934msgstr ""89358936#: git-submodule.sh:7798937msgid "The --cached option cannot be used with the --files option"8938msgstr ""89398940#. unexpected type8941#: git-submodule.sh:8198942#, sh-format8943msgid "unexpected mode $mod_dst"8944msgstr ""89458946#: git-submodule.sh:8378947#, sh-format8948msgid " Warn: $name doesn't contain commit $sha1_src"8949msgstr ""89508951#: git-submodule.sh:8408952#, sh-format8953msgid " Warn: $name doesn't contain commit $sha1_dst"8954msgstr ""89558956#: git-submodule.sh:8438957#, sh-format8958msgid " Warn: $name doesn't contain commits $sha1_src and $sha1_dst"8959msgstr ""89608961#: git-submodule.sh:8688962msgid "blob"8963msgstr ""89648965#: git-submodule.sh:9068966msgid "# Submodules changed but not updated:"8967msgstr ""89688969#: git-submodule.sh:9088970msgid "# Submodule changes to be committed:"8971msgstr ""89728973#: git-submodule.sh:10548974#, sh-format8975msgid "Synchronizing submodule url for '$name'"8976msgstr ""