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: 2014-08-04 14:48+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:55 22#, c-format 23msgid "hint: %.*s\n" 24msgstr "" 25 26#: advice.c:88 27msgid "" 28"Fix them up in the work tree, and then use 'git add/rm <file>'\n" 29"as appropriate to mark resolution and make a commit, or use\n" 30"'git commit -a'." 31msgstr "" 32 33#: archive.c:10 34msgid "git archive [options] <tree-ish> [<path>...]" 35msgstr "" 36 37#: archive.c:11 38msgid "git archive --list" 39msgstr "" 40 41#: archive.c:12 42msgid "" 43"git archive --remote <repo> [--exec <cmd>] [options] <tree-ish> [<path>...]" 44msgstr "" 45 46#: archive.c:13 47msgid "git archive --remote <repo> [--exec <cmd>] --list" 48msgstr "" 49 50#: archive.c:243 builtin/add.c:136 builtin/add.c:427 builtin/rm.c:328 51#, c-format 52msgid "pathspec '%s' did not match any files" 53msgstr "" 54 55#: archive.c:328 56msgid "fmt" 57msgstr "" 58 59#: archive.c:328 60msgid "archive format" 61msgstr "" 62 63#: archive.c:329 builtin/log.c:1201 64msgid "prefix" 65msgstr "" 66 67#: archive.c:330 68msgid "prepend prefix to each pathname in the archive" 69msgstr "" 70 71#: archive.c:331 builtin/archive.c:88 builtin/blame.c:2517 72#: builtin/blame.c:2518 builtin/config.c:57 builtin/fast-export.c:709 73#: builtin/fast-export.c:711 builtin/grep.c:712 builtin/hash-object.c:77 74#: builtin/ls-files.c:489 builtin/ls-files.c:492 builtin/notes.c:412 75#: builtin/notes.c:569 builtin/read-tree.c:108 parse-options.h:151 76msgid "file" 77msgstr "" 78 79#: archive.c:332 builtin/archive.c:89 80msgid "write the archive to this file" 81msgstr "" 82 83#: archive.c:334 84msgid "read .gitattributes in working directory" 85msgstr "" 86 87#: archive.c:335 88msgid "report archived files on stderr" 89msgstr "" 90 91#: archive.c:336 92msgid "store only" 93msgstr "" 94 95#: archive.c:337 96msgid "compress faster" 97msgstr "" 98 99#: archive.c:345 100msgid "compress better" 101msgstr "" 102 103#: archive.c:348 104msgid "list supported archive formats" 105msgstr "" 106 107#: archive.c:350 builtin/archive.c:90 builtin/clone.c:84 108msgid "repo" 109msgstr "" 110 111#: archive.c:351 builtin/archive.c:91 112msgid "retrieve the archive from remote repository <repo>" 113msgstr "" 114 115#: archive.c:352 builtin/archive.c:92 builtin/notes.c:491 116msgid "command" 117msgstr "" 118 119#: archive.c:353 builtin/archive.c:93 120msgid "path to the remote git-upload-archive command" 121msgstr "" 122 123#: attr.c:259 124msgid "" 125"Negative patterns are ignored in git attributes\n" 126"Use '\\!' for literal leading exclamation." 127msgstr "" 128 129#: branch.c:60 130#, c-format 131msgid "Not setting branch %s as its own upstream." 132msgstr "" 133 134#: branch.c:83 135#, c-format 136msgid "Branch %s set up to track remote branch %s from %s by rebasing." 137msgstr "" 138 139#: branch.c:84 140#, c-format 141msgid "Branch %s set up to track remote branch %s from %s." 142msgstr "" 143 144#: branch.c:88 145#, c-format 146msgid "Branch %s set up to track local branch %s by rebasing." 147msgstr "" 148 149#: branch.c:89 150#, c-format 151msgid "Branch %s set up to track local branch %s." 152msgstr "" 153 154#: branch.c:94 155#, c-format 156msgid "Branch %s set up to track remote ref %s by rebasing." 157msgstr "" 158 159#: branch.c:95 160#, c-format 161msgid "Branch %s set up to track remote ref %s." 162msgstr "" 163 164#: branch.c:99 165#, c-format 166msgid "Branch %s set up to track local ref %s by rebasing." 167msgstr "" 168 169#: branch.c:100 170#, c-format 171msgid "Branch %s set up to track local ref %s." 172msgstr "" 173 174#: branch.c:133 175#, c-format 176msgid "Not tracking: ambiguous information for ref %s" 177msgstr "" 178 179#: branch.c:178 180#, c-format 181msgid "'%s' is not a valid branch name." 182msgstr "" 183 184#: branch.c:183 185#, c-format 186msgid "A branch named '%s' already exists." 187msgstr "" 188 189#: branch.c:191 190msgid "Cannot force update the current branch." 191msgstr "" 192 193#: branch.c:211 194#, c-format 195msgid "Cannot setup tracking information; starting point '%s' is not a branch." 196msgstr "" 197 198#: branch.c:213 199#, c-format 200msgid "the requested upstream branch '%s' does not exist" 201msgstr "" 202 203#: branch.c:215 204msgid "" 205"\n" 206"If you are planning on basing your work on an upstream\n" 207"branch that already exists at the remote, you may need to\n" 208"run \"git fetch\" to retrieve it.\n" 209"\n" 210"If you are planning to push out a new local branch that\n" 211"will track its remote counterpart, you may want to use\n" 212"\"git push -u\" to set the upstream config as you push." 213msgstr "" 214 215#: branch.c:260 216#, c-format 217msgid "Not a valid object name: '%s'." 218msgstr "" 219 220#: branch.c:280 221#, c-format 222msgid "Ambiguous object name: '%s'." 223msgstr "" 224 225#: branch.c:285 226#, c-format 227msgid "Not a valid branch point: '%s'." 228msgstr "" 229 230#: branch.c:291 231msgid "Failed to lock ref for update" 232msgstr "" 233 234#: branch.c:309 235msgid "Failed to write ref" 236msgstr "" 237 238#: bundle.c:33 239#, c-format 240msgid "'%s' does not look like a v2 bundle file" 241msgstr "" 242 243#: bundle.c:60 244#, c-format 245msgid "unrecognized header: %s%s (%d)" 246msgstr "" 247 248#: bundle.c:86 builtin/commit.c:755 249#, c-format 250msgid "could not open '%s'" 251msgstr "" 252 253#: bundle.c:138 254msgid "Repository lacks these prerequisite commits:" 255msgstr "" 256 257#: bundle.c:162 sequencer.c:630 sequencer.c:1085 builtin/log.c:330 258#: builtin/log.c:821 builtin/log.c:1428 builtin/log.c:1665 builtin/merge.c:357 259#: builtin/shortlog.c:158 260msgid "revision walk setup failed" 261msgstr "" 262 263#: bundle.c:184 264#, c-format 265msgid "The bundle contains this ref:" 266msgid_plural "The bundle contains these %d refs:" 267msgstr[0] "" 268msgstr[1] "" 269 270#: bundle.c:191 271msgid "The bundle records a complete history." 272msgstr "" 273 274#: bundle.c:193 275#, c-format 276msgid "The bundle requires this ref:" 277msgid_plural "The bundle requires these %d refs:" 278msgstr[0] "" 279msgstr[1] "" 280 281#: bundle.c:289 282msgid "rev-list died" 283msgstr "" 284 285#: bundle.c:295 builtin/log.c:1339 builtin/shortlog.c:261 286#, c-format 287msgid "unrecognized argument: %s" 288msgstr "" 289 290#: bundle.c:330 291#, c-format 292msgid "ref '%s' is excluded by the rev-list options" 293msgstr "" 294 295#: bundle.c:375 296msgid "Refusing to create empty bundle." 297msgstr "" 298 299#: bundle.c:390 300msgid "Could not spawn pack-objects" 301msgstr "" 302 303#: bundle.c:408 304msgid "pack-objects died" 305msgstr "" 306 307#: bundle.c:411 308#, c-format 309msgid "cannot create '%s'" 310msgstr "" 311 312#: bundle.c:433 313msgid "index-pack died" 314msgstr "" 315 316#: commit.c:40 317#, c-format 318msgid "could not parse %s" 319msgstr "" 320 321#: commit.c:42 322#, c-format 323msgid "%s %s is not a commit!" 324msgstr "" 325 326#: compat/obstack.c:406 compat/obstack.c:408 327msgid "memory exhausted" 328msgstr "" 329 330#: connected.c:70 331msgid "Could not run 'git rev-list'" 332msgstr "" 333 334#: connected.c:90 335#, c-format 336msgid "failed write to rev-list: %s" 337msgstr "" 338 339#: connected.c:98 340#, c-format 341msgid "failed to close rev-list's stdin: %s" 342msgstr "" 343 344#: date.c:95 345msgid "in the future" 346msgstr "" 347 348#: date.c:101 349#, c-format 350msgid "%lu second ago" 351msgid_plural "%lu seconds ago" 352msgstr[0] "" 353msgstr[1] "" 354 355#: date.c:108 356#, c-format 357msgid "%lu minute ago" 358msgid_plural "%lu minutes ago" 359msgstr[0] "" 360msgstr[1] "" 361 362#: date.c:115 363#, c-format 364msgid "%lu hour ago" 365msgid_plural "%lu hours ago" 366msgstr[0] "" 367msgstr[1] "" 368 369#: date.c:122 370#, c-format 371msgid "%lu day ago" 372msgid_plural "%lu days ago" 373msgstr[0] "" 374msgstr[1] "" 375 376#: date.c:128 377#, c-format 378msgid "%lu week ago" 379msgid_plural "%lu weeks ago" 380msgstr[0] "" 381msgstr[1] "" 382 383#: date.c:135 384#, c-format 385msgid "%lu month ago" 386msgid_plural "%lu months ago" 387msgstr[0] "" 388msgstr[1] "" 389 390#: date.c:146 391#, c-format 392msgid "%lu year" 393msgid_plural "%lu years" 394msgstr[0] "" 395msgstr[1] "" 396 397#. TRANSLATORS: "%s" is "<n> years" 398#: date.c:149 399#, c-format 400msgid "%s, %lu month ago" 401msgid_plural "%s, %lu months ago" 402msgstr[0] "" 403msgstr[1] "" 404 405#: date.c:154 date.c:159 406#, c-format 407msgid "%lu year ago" 408msgid_plural "%lu years ago" 409msgstr[0] "" 410msgstr[1] "" 411 412#: diffcore-order.c:24 413#, c-format 414msgid "failed to read orderfile '%s'" 415msgstr "" 416 417#: diffcore-rename.c:514 418msgid "Performing inexact rename detection" 419msgstr "" 420 421#: diff.c:114 422#, c-format 423msgid " Failed to parse dirstat cut-off percentage '%s'\n" 424msgstr "" 425 426#: diff.c:119 427#, c-format 428msgid " Unknown dirstat parameter '%s'\n" 429msgstr "" 430 431#: diff.c:214 432#, c-format 433msgid "Unknown value for 'diff.submodule' config variable: '%s'" 434msgstr "" 435 436#: diff.c:267 437#, c-format 438msgid "" 439"Found errors in 'diff.dirstat' config variable:\n" 440"%s" 441msgstr "" 442 443#: diff.c:2934 444#, c-format 445msgid "external diff died, stopping at %s" 446msgstr "" 447 448#: diff.c:3329 449msgid "--follow requires exactly one pathspec" 450msgstr "" 451 452#: diff.c:3492 453#, c-format 454msgid "" 455"Failed to parse --dirstat/-X option parameter:\n" 456"%s" 457msgstr "" 458 459#: diff.c:3506 460#, c-format 461msgid "Failed to parse --submodule option parameter: '%s'" 462msgstr "" 463 464#: gpg-interface.c:73 gpg-interface.c:145 465msgid "could not run gpg." 466msgstr "" 467 468#: gpg-interface.c:85 469msgid "gpg did not accept the data" 470msgstr "" 471 472#: gpg-interface.c:96 473msgid "gpg failed to sign the data" 474msgstr "" 475 476#: gpg-interface.c:129 477#, c-format 478msgid "could not create temporary file '%s': %s" 479msgstr "" 480 481#: gpg-interface.c:132 482#, c-format 483msgid "failed writing detached signature to '%s': %s" 484msgstr "" 485 486#: grep.c:1703 487#, c-format 488msgid "'%s': unable to read %s" 489msgstr "" 490 491#: grep.c:1720 492#, c-format 493msgid "'%s': %s" 494msgstr "" 495 496#: grep.c:1731 497#, c-format 498msgid "'%s': short read %s" 499msgstr "" 500 501#: help.c:207 502#, c-format 503msgid "available git commands in '%s'" 504msgstr "" 505 506#: help.c:214 507msgid "git commands available from elsewhere on your $PATH" 508msgstr "" 509 510#: help.c:230 511msgid "The most commonly used git commands are:" 512msgstr "" 513 514#: help.c:289 515#, c-format 516msgid "" 517"'%s' appears to be a git command, but we were not\n" 518"able to execute it. Maybe git-%s is broken?" 519msgstr "" 520 521#: help.c:346 522msgid "Uh oh. Your system reports no Git commands at all." 523msgstr "" 524 525#: help.c:368 526#, c-format 527msgid "" 528"WARNING: You called a Git command named '%s', which does not exist.\n" 529"Continuing under the assumption that you meant '%s'" 530msgstr "" 531 532#: help.c:373 533#, c-format 534msgid "in %0.1f seconds automatically..." 535msgstr "" 536 537#: help.c:380 538#, c-format 539msgid "git: '%s' is not a git command. See 'git --help'." 540msgstr "" 541 542#: help.c:384 help.c:444 543msgid "" 544"\n" 545"Did you mean this?" 546msgid_plural "" 547"\n" 548"Did you mean one of these?" 549msgstr[0] "" 550msgstr[1] "" 551 552#: help.c:440 553#, c-format 554msgid "%s: %s - %s" 555msgstr "" 556 557#: merge.c:40 558msgid "failed to read the cache" 559msgstr "" 560 561#: merge.c:93 builtin/checkout.c:356 builtin/checkout.c:556 562#: builtin/clone.c:661 563msgid "unable to write new index file" 564msgstr "" 565 566#: merge-recursive.c:190 567#, c-format 568msgid "(bad commit)\n" 569msgstr "" 570 571#: merge-recursive.c:210 572#, c-format 573msgid "addinfo_cache failed for path '%s'" 574msgstr "" 575 576#: merge-recursive.c:271 577msgid "error building trees" 578msgstr "" 579 580#: merge-recursive.c:692 581#, c-format 582msgid "failed to create path '%s'%s" 583msgstr "" 584 585#: merge-recursive.c:703 586#, c-format 587msgid "Removing %s to make room for subdirectory\n" 588msgstr "" 589 590#: merge-recursive.c:717 merge-recursive.c:738 591msgid ": perhaps a D/F conflict?" 592msgstr "" 593 594#: merge-recursive.c:728 595#, c-format 596msgid "refusing to lose untracked file at '%s'" 597msgstr "" 598 599#: merge-recursive.c:768 600#, c-format 601msgid "cannot read object %s '%s'" 602msgstr "" 603 604#: merge-recursive.c:770 605#, c-format 606msgid "blob expected for %s '%s'" 607msgstr "" 608 609#: merge-recursive.c:793 builtin/clone.c:317 610#, c-format 611msgid "failed to open '%s'" 612msgstr "" 613 614#: merge-recursive.c:801 615#, c-format 616msgid "failed to symlink '%s'" 617msgstr "" 618 619#: merge-recursive.c:804 620#, c-format 621msgid "do not know what to do with %06o %s '%s'" 622msgstr "" 623 624#: merge-recursive.c:942 625msgid "Failed to execute internal merge" 626msgstr "" 627 628#: merge-recursive.c:946 629#, c-format 630msgid "Unable to add %s to database" 631msgstr "" 632 633#: merge-recursive.c:962 634msgid "unsupported object type in the tree" 635msgstr "" 636 637#: merge-recursive.c:1037 merge-recursive.c:1051 638#, c-format 639msgid "" 640"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 641"in tree." 642msgstr "" 643 644#: merge-recursive.c:1043 merge-recursive.c:1056 645#, c-format 646msgid "" 647"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 648"in tree at %s." 649msgstr "" 650 651#: merge-recursive.c:1097 652msgid "rename" 653msgstr "" 654 655#: merge-recursive.c:1097 656msgid "renamed" 657msgstr "" 658 659#: merge-recursive.c:1153 660#, c-format 661msgid "%s is a directory in %s adding as %s instead" 662msgstr "" 663 664#: merge-recursive.c:1175 665#, c-format 666msgid "" 667"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s" 668"\"->\"%s\" in \"%s\"%s" 669msgstr "" 670 671#: merge-recursive.c:1180 672msgid " (left unresolved)" 673msgstr "" 674 675#: merge-recursive.c:1234 676#, c-format 677msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s" 678msgstr "" 679 680#: merge-recursive.c:1264 681#, c-format 682msgid "Renaming %s to %s and %s to %s instead" 683msgstr "" 684 685#: merge-recursive.c:1463 686#, c-format 687msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s" 688msgstr "" 689 690#: merge-recursive.c:1473 691#, c-format 692msgid "Adding merged %s" 693msgstr "" 694 695#: merge-recursive.c:1478 merge-recursive.c:1676 696#, c-format 697msgid "Adding as %s instead" 698msgstr "" 699 700#: merge-recursive.c:1529 701#, c-format 702msgid "cannot read object %s" 703msgstr "" 704 705#: merge-recursive.c:1532 706#, c-format 707msgid "object %s is not a blob" 708msgstr "" 709 710#: merge-recursive.c:1580 711msgid "modify" 712msgstr "" 713 714#: merge-recursive.c:1580 715msgid "modified" 716msgstr "" 717 718#: merge-recursive.c:1590 719msgid "content" 720msgstr "" 721 722#: merge-recursive.c:1597 723msgid "add/add" 724msgstr "" 725 726#: merge-recursive.c:1631 727#, c-format 728msgid "Skipped %s (merged same as existing)" 729msgstr "" 730 731#: merge-recursive.c:1645 732#, c-format 733msgid "Auto-merging %s" 734msgstr "" 735 736#: merge-recursive.c:1649 git-submodule.sh:1150 737msgid "submodule" 738msgstr "" 739 740#: merge-recursive.c:1650 741#, c-format 742msgid "CONFLICT (%s): Merge conflict in %s" 743msgstr "" 744 745#: merge-recursive.c:1740 746#, c-format 747msgid "Removing %s" 748msgstr "" 749 750#: merge-recursive.c:1765 751msgid "file/directory" 752msgstr "" 753 754#: merge-recursive.c:1771 755msgid "directory/file" 756msgstr "" 757 758#: merge-recursive.c:1776 759#, c-format 760msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s" 761msgstr "" 762 763#: merge-recursive.c:1786 764#, c-format 765msgid "Adding %s" 766msgstr "" 767 768#: merge-recursive.c:1803 769msgid "Fatal merge failure, shouldn't happen." 770msgstr "" 771 772#: merge-recursive.c:1822 773msgid "Already up-to-date!" 774msgstr "" 775 776#: merge-recursive.c:1831 777#, c-format 778msgid "merging of trees %s and %s failed" 779msgstr "" 780 781#: merge-recursive.c:1861 782#, c-format 783msgid "Unprocessed path??? %s" 784msgstr "" 785 786#: merge-recursive.c:1906 787msgid "Merging:" 788msgstr "" 789 790#: merge-recursive.c:1919 791#, c-format 792msgid "found %u common ancestor:" 793msgid_plural "found %u common ancestors:" 794msgstr[0] "" 795msgstr[1] "" 796 797#: merge-recursive.c:1956 798msgid "merge returned no commit" 799msgstr "" 800 801#: merge-recursive.c:2013 802#, c-format 803msgid "Could not parse object '%s'" 804msgstr "" 805 806#: merge-recursive.c:2024 builtin/merge.c:666 807msgid "Unable to write index." 808msgstr "" 809 810#: notes-utils.c:41 811msgid "Cannot commit uninitialized/unreferenced notes tree" 812msgstr "" 813 814#: notes-utils.c:83 815#, c-format 816msgid "Bad notes.rewriteMode value: '%s'" 817msgstr "" 818 819#: notes-utils.c:93 820#, c-format 821msgid "Refusing to rewrite notes in %s (outside of refs/notes/)" 822msgstr "" 823 824#. TRANSLATORS: The first %s is the name of the 825#. environment variable, the second %s is its value 826#: notes-utils.c:120 827#, c-format 828msgid "Bad %s value: '%s'" 829msgstr "" 830 831#: object.c:234 832#, c-format 833msgid "unable to parse object: %s" 834msgstr "" 835 836#: parse-options.c:534 837msgid "..." 838msgstr "" 839 840#: parse-options.c:552 841#, c-format 842msgid "usage: %s" 843msgstr "" 844 845#. TRANSLATORS: the colon here should align with the 846#. one in "usage: %s" translation 847#: parse-options.c:556 848#, c-format 849msgid " or: %s" 850msgstr "" 851 852#: parse-options.c:559 853#, c-format 854msgid " %s" 855msgstr "" 856 857#: parse-options.c:593 858msgid "-NUM" 859msgstr "" 860 861#: pathspec.c:133 862msgid "global 'glob' and 'noglob' pathspec settings are incompatible" 863msgstr "" 864 865#: pathspec.c:143 866msgid "" 867"global 'literal' pathspec setting is incompatible with all other global " 868"pathspec settings" 869msgstr "" 870 871#: pathspec.c:177 872msgid "invalid parameter for pathspec magic 'prefix'" 873msgstr "" 874 875#: pathspec.c:183 876#, c-format 877msgid "Invalid pathspec magic '%.*s' in '%s'" 878msgstr "" 879 880#: pathspec.c:187 881#, c-format 882msgid "Missing ')' at the end of pathspec magic in '%s'" 883msgstr "" 884 885#: pathspec.c:205 886#, c-format 887msgid "Unimplemented pathspec magic '%c' in '%s'" 888msgstr "" 889 890#: pathspec.c:230 891#, c-format 892msgid "%s: 'literal' and 'glob' are incompatible" 893msgstr "" 894 895#: pathspec.c:241 896#, c-format 897msgid "%s: '%s' is outside repository" 898msgstr "" 899 900#: pathspec.c:291 901#, c-format 902msgid "Pathspec '%s' is in submodule '%.*s'" 903msgstr "" 904 905#: pathspec.c:353 906#, c-format 907msgid "%s: pathspec magic not supported by this command: %s" 908msgstr "" 909 910#: pathspec.c:432 911#, c-format 912msgid "pathspec '%s' is beyond a symbolic link" 913msgstr "" 914 915#: pathspec.c:441 916msgid "" 917"There is nothing to exclude from by :(exclude) patterns.\n" 918"Perhaps you forgot to add either ':/' or '.' ?" 919msgstr "" 920 921#: progress.c:225 922msgid "done" 923msgstr "" 924 925#: read-cache.c:1260 926#, c-format 927msgid "" 928"index.version set, but the value is invalid.\n" 929"Using version %i" 930msgstr "" 931 932#: read-cache.c:1270 933#, c-format 934msgid "" 935"GIT_INDEX_VERSION set, but the value is invalid.\n" 936"Using version %i" 937msgstr "" 938 939#: remote.c:753 940#, c-format 941msgid "Cannot fetch both %s and %s to %s" 942msgstr "" 943 944#: remote.c:757 945#, c-format 946msgid "%s usually tracks %s, not %s" 947msgstr "" 948 949#: remote.c:761 950#, c-format 951msgid "%s tracks both %s and %s" 952msgstr "" 953 954#: remote.c:769 955msgid "Internal error" 956msgstr "" 957 958#: remote.c:1943 959#, c-format 960msgid "Your branch is based on '%s', but the upstream is gone.\n" 961msgstr "" 962 963#: remote.c:1947 964msgid " (use \"git branch --unset-upstream\" to fixup)\n" 965msgstr "" 966 967#: remote.c:1950 968#, c-format 969msgid "Your branch is up-to-date with '%s'.\n" 970msgstr "" 971 972#: remote.c:1954 973#, c-format 974msgid "Your branch is ahead of '%s' by %d commit.\n" 975msgid_plural "Your branch is ahead of '%s' by %d commits.\n" 976msgstr[0] "" 977msgstr[1] "" 978 979#: remote.c:1960 980msgid " (use \"git push\" to publish your local commits)\n" 981msgstr "" 982 983#: remote.c:1963 984#, c-format 985msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n" 986msgid_plural "" 987"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n" 988msgstr[0] "" 989msgstr[1] "" 990 991#: remote.c:1971 992msgid " (use \"git pull\" to update your local branch)\n" 993msgstr "" 994 995#: remote.c:1974 996#, c-format 997msgid "" 998"Your branch and '%s' have diverged,\n" 999"and have %d and %d different commit each, respectively.\n"1000msgid_plural ""1001"Your branch and '%s' have diverged,\n"1002"and have %d and %d different commits each, respectively.\n"1003msgstr[0] ""1004msgstr[1] ""10051006#: remote.c:19841007msgid " (use \"git pull\" to merge the remote branch into yours)\n"1008msgstr ""10091010#: run-command.c:801011msgid "open /dev/null failed"1012msgstr ""10131014#: run-command.c:821015#, c-format1016msgid "dup2(%d,%d) failed"1017msgstr ""10181019#: sequencer.c:171 builtin/merge.c:782 builtin/merge.c:8931020#: builtin/merge.c:1003 builtin/merge.c:10131021#, c-format1022msgid "Could not open '%s' for writing"1023msgstr ""10241025#: sequencer.c:173 builtin/merge.c:343 builtin/merge.c:7851026#: builtin/merge.c:1005 builtin/merge.c:10181027#, c-format1028msgid "Could not write to '%s'"1029msgstr ""10301031#: sequencer.c:1941032msgid ""1033"after resolving the conflicts, mark the corrected paths\n"1034"with 'git add <paths>' or 'git rm <paths>'"1035msgstr ""10361037#: sequencer.c:1971038msgid ""1039"after resolving the conflicts, mark the corrected paths\n"1040"with 'git add <paths>' or 'git rm <paths>'\n"1041"and commit the result with 'git commit'"1042msgstr ""10431044#: sequencer.c:210 sequencer.c:841 sequencer.c:9241045#, c-format1046msgid "Could not write to %s"1047msgstr ""10481049#: sequencer.c:2131050#, c-format1051msgid "Error wrapping up %s"1052msgstr ""10531054#: sequencer.c:2281055msgid "Your local changes would be overwritten by cherry-pick."1056msgstr ""10571058#: sequencer.c:2301059msgid "Your local changes would be overwritten by revert."1060msgstr ""10611062#: sequencer.c:2331063msgid "Commit your changes or stash them to proceed."1064msgstr ""10651066#: sequencer.c:2501067msgid "Failed to lock HEAD during fast_forward_to"1068msgstr ""10691070#. TRANSLATORS: %s will be "revert" or "cherry-pick"1071#: sequencer.c:2931072#, c-format1073msgid "%s: Unable to write new index file"1074msgstr ""10751076#: sequencer.c:3241077msgid "Could not resolve HEAD commit\n"1078msgstr ""10791080#: sequencer.c:3441081msgid "Unable to update cache tree\n"1082msgstr ""10831084#: sequencer.c:3911085#, c-format1086msgid "Could not parse commit %s\n"1087msgstr ""10881089#: sequencer.c:3961090#, c-format1091msgid "Could not parse parent commit %s\n"1092msgstr ""10931094#: sequencer.c:4621095msgid "Your index file is unmerged."1096msgstr ""10971098#: sequencer.c:4811099#, c-format1100msgid "Commit %s is a merge but no -m option was given."1101msgstr ""11021103#: sequencer.c:4891104#, c-format1105msgid "Commit %s does not have parent %d"1106msgstr ""11071108#: sequencer.c:4931109#, c-format1110msgid "Mainline was specified but commit %s is not a merge."1111msgstr ""11121113#. TRANSLATORS: The first %s will be "revert" or1114#. "cherry-pick", the second %s a SHA11115#: sequencer.c:5061116#, c-format1117msgid "%s: cannot parse parent commit %s"1118msgstr ""11191120#: sequencer.c:5101121#, c-format1122msgid "Cannot get commit message for %s"1123msgstr ""11241125#: sequencer.c:5961126#, c-format1127msgid "could not revert %s... %s"1128msgstr ""11291130#: sequencer.c:5971131#, c-format1132msgid "could not apply %s... %s"1133msgstr ""11341135#: sequencer.c:6331136msgid "empty commit set passed"1137msgstr ""11381139#: sequencer.c:6411140#, c-format1141msgid "git %s: failed to read the index"1142msgstr ""11431144#: sequencer.c:6451145#, c-format1146msgid "git %s: failed to refresh the index"1147msgstr ""11481149#: sequencer.c:7051150#, c-format1151msgid "Cannot %s during a %s"1152msgstr ""11531154#: sequencer.c:7271155#, c-format1156msgid "Could not parse line %d."1157msgstr ""11581159#: sequencer.c:7321160msgid "No commits parsed."1161msgstr ""11621163#: sequencer.c:7451164#, c-format1165msgid "Could not open %s"1166msgstr ""11671168#: sequencer.c:7491169#, c-format1170msgid "Could not read %s."1171msgstr ""11721173#: sequencer.c:7561174#, c-format1175msgid "Unusable instruction sheet: %s"1176msgstr ""11771178#: sequencer.c:7861179#, c-format1180msgid "Invalid key: %s"1181msgstr ""11821183#: sequencer.c:7891184#, c-format1185msgid "Invalid value for %s: %s"1186msgstr ""11871188#: sequencer.c:8011189#, c-format1190msgid "Malformed options sheet: %s"1191msgstr ""11921193#: sequencer.c:8221194msgid "a cherry-pick or revert is already in progress"1195msgstr ""11961197#: sequencer.c:8231198msgid "try \"git cherry-pick (--continue | --quit | --abort)\""1199msgstr ""12001201#: sequencer.c:8271202#, c-format1203msgid "Could not create sequencer directory %s"1204msgstr ""12051206#: sequencer.c:843 sequencer.c:9281207#, c-format1208msgid "Error wrapping up %s."1209msgstr ""12101211#: sequencer.c:862 sequencer.c:9981212msgid "no cherry-pick or revert in progress"1213msgstr ""12141215#: sequencer.c:8641216msgid "cannot resolve HEAD"1217msgstr ""12181219#: sequencer.c:8661220msgid "cannot abort from a branch yet to be born"1221msgstr ""12221223#: sequencer.c:888 builtin/apply.c:40621224#, c-format1225msgid "cannot open %s: %s"1226msgstr ""12271228#: sequencer.c:8911229#, c-format1230msgid "cannot read %s: %s"1231msgstr ""12321233#: sequencer.c:8921234msgid "unexpected end of file"1235msgstr ""12361237#: sequencer.c:8981238#, c-format1239msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"1240msgstr ""12411242#: sequencer.c:9211243#, c-format1244msgid "Could not format %s."1245msgstr ""12461247#: sequencer.c:10661248#, c-format1249msgid "%s: can't cherry-pick a %s"1250msgstr ""12511252#: sequencer.c:10691253#, c-format1254msgid "%s: bad revision"1255msgstr ""12561257#: sequencer.c:11031258msgid "Can't revert as initial commit"1259msgstr ""12601261#: sequencer.c:11041262msgid "Can't cherry-pick into empty head"1263msgstr ""12641265#: sha1_name.c:4391266msgid ""1267"Git normally never creates a ref that ends with 40 hex characters\n"1268"because it will be ignored when you just specify 40-hex. These refs\n"1269"may be created by mistake. For example,\n"1270"\n"1271" git checkout -b $br $(git rev-parse ...)\n"1272"\n"1273"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"1274"examine these refs and maybe delete them. Turn this message off by\n"1275"running \"git config advice.objectNameWarning false\""1276msgstr ""12771278#: sha1_name.c:10601279msgid "HEAD does not point to a branch"1280msgstr ""12811282#: sha1_name.c:10631283#, c-format1284msgid "No such branch: '%s'"1285msgstr ""12861287#: sha1_name.c:10651288#, c-format1289msgid "No upstream configured for branch '%s'"1290msgstr ""12911292#: sha1_name.c:10691293#, c-format1294msgid "Upstream branch '%s' not stored as a remote-tracking branch"1295msgstr ""12961297#: submodule.c:64 submodule.c:981298msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"1299msgstr ""13001301#: submodule.c:68 submodule.c:1021302#, c-format1303msgid "Could not find section in .gitmodules where path=%s"1304msgstr ""13051306#: submodule.c:761307#, c-format1308msgid "Could not update .gitmodules entry %s"1309msgstr ""13101311#: submodule.c:1091312#, c-format1313msgid "Could not remove .gitmodules entry for %s"1314msgstr ""13151316#: submodule.c:1201317msgid "staging updated .gitmodules failed"1318msgstr ""13191320#: submodule.c:1118 builtin/init-db.c:3631321#, c-format1322msgid "Could not create git link %s"1323msgstr ""13241325#: submodule.c:11291326#, c-format1327msgid "Could not set core.worktree in %s"1328msgstr ""13291330#: unpack-trees.c:2021331msgid "Checking out files"1332msgstr ""13331334#: urlmatch.c:1201335msgid "invalid URL scheme name or missing '://' suffix"1336msgstr ""13371338#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:3561339#, c-format1340msgid "invalid %XX escape sequence"1341msgstr ""13421343#: urlmatch.c:1721344msgid "missing host and scheme is not 'file:'"1345msgstr ""13461347#: urlmatch.c:1891348msgid "a 'file:' URL may not have a port number"1349msgstr ""13501351#: urlmatch.c:1991352msgid "invalid characters in host name"1353msgstr ""13541355#: urlmatch.c:244 urlmatch.c:2551356msgid "invalid port number"1357msgstr ""13581359#: urlmatch.c:3221360msgid "invalid '..' path segment"1361msgstr ""13621363#: wrapper.c:4601364#, c-format1365msgid "unable to access '%s': %s"1366msgstr ""13671368#: wrapper.c:4811369#, c-format1370msgid "unable to access '%s'"1371msgstr ""13721373#: wrapper.c:4921374#, c-format1375msgid "unable to look up current user in the passwd file: %s"1376msgstr ""13771378#: wrapper.c:4931379msgid "no such user"1380msgstr ""13811382#: wt-status.c:1501383msgid "Unmerged paths:"1384msgstr ""13851386#: wt-status.c:177 wt-status.c:2041387#, c-format1388msgid " (use \"git reset %s <file>...\" to unstage)"1389msgstr ""13901391#: wt-status.c:179 wt-status.c:2061392msgid " (use \"git rm --cached <file>...\" to unstage)"1393msgstr ""13941395#: wt-status.c:1831396msgid " (use \"git add <file>...\" to mark resolution)"1397msgstr ""13981399#: wt-status.c:185 wt-status.c:1891400msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"1401msgstr ""14021403#: wt-status.c:1871404msgid " (use \"git rm <file>...\" to mark resolution)"1405msgstr ""14061407#: wt-status.c:1981408msgid "Changes to be committed:"1409msgstr ""14101411#: wt-status.c:2161412msgid "Changes not staged for commit:"1413msgstr ""14141415#: wt-status.c:2201416msgid " (use \"git add <file>...\" to update what will be committed)"1417msgstr ""14181419#: wt-status.c:2221420msgid " (use \"git add/rm <file>...\" to update what will be committed)"1421msgstr ""14221423#: wt-status.c:2231424msgid ""1425" (use \"git checkout -- <file>...\" to discard changes in working directory)"1426msgstr ""14271428#: wt-status.c:2251429msgid " (commit or discard the untracked or modified content in submodules)"1430msgstr ""14311432#: wt-status.c:2371433#, c-format1434msgid " (use \"git %s <file>...\" to include in what will be committed)"1435msgstr ""14361437#: wt-status.c:2521438msgid "both deleted:"1439msgstr ""14401441#: wt-status.c:2541442msgid "added by us:"1443msgstr ""14441445#: wt-status.c:2561446msgid "deleted by them:"1447msgstr ""14481449#: wt-status.c:2581450msgid "added by them:"1451msgstr ""14521453#: wt-status.c:2601454msgid "deleted by us:"1455msgstr ""14561457#: wt-status.c:2621458msgid "both added:"1459msgstr ""14601461#: wt-status.c:2641462msgid "both modified:"1463msgstr ""14641465#: wt-status.c:2661466#, c-format1467msgid "bug: unhandled unmerged status %x"1468msgstr ""14691470#: wt-status.c:2741471msgid "new file:"1472msgstr ""14731474#: wt-status.c:2761475msgid "copied:"1476msgstr ""14771478#: wt-status.c:2781479msgid "deleted:"1480msgstr ""14811482#: wt-status.c:2801483msgid "modified:"1484msgstr ""14851486#: wt-status.c:2821487msgid "renamed:"1488msgstr ""14891490#: wt-status.c:2841491msgid "typechange:"1492msgstr ""14931494#: wt-status.c:2861495msgid "unknown:"1496msgstr ""14971498#: wt-status.c:2881499msgid "unmerged:"1500msgstr ""15011502#: wt-status.c:3701503msgid "new commits, "1504msgstr ""15051506#: wt-status.c:3721507msgid "modified content, "1508msgstr ""15091510#: wt-status.c:3741511msgid "untracked content, "1512msgstr ""15131514#: wt-status.c:3911515#, c-format1516msgid "bug: unhandled diff status %c"1517msgstr ""15181519#: wt-status.c:7641520msgid "Submodules changed but not updated:"1521msgstr ""15221523#: wt-status.c:7661524msgid "Submodule changes to be committed:"1525msgstr ""15261527#: wt-status.c:8451528msgid ""1529"Do not touch the line above.\n"1530"Everything below will be removed."1531msgstr ""15321533#: wt-status.c:9361534msgid "You have unmerged paths."1535msgstr ""15361537#: wt-status.c:9391538msgid " (fix conflicts and run \"git commit\")"1539msgstr ""15401541#: wt-status.c:9421542msgid "All conflicts fixed but you are still merging."1543msgstr ""15441545#: wt-status.c:9451546msgid " (use \"git commit\" to conclude merge)"1547msgstr ""15481549#: wt-status.c:9551550msgid "You are in the middle of an am session."1551msgstr ""15521553#: wt-status.c:9581554msgid "The current patch is empty."1555msgstr ""15561557#: wt-status.c:9621558msgid " (fix conflicts and then run \"git am --continue\")"1559msgstr ""15601561#: wt-status.c:9641562msgid " (use \"git am --skip\" to skip this patch)"1563msgstr ""15641565#: wt-status.c:9661566msgid " (use \"git am --abort\" to restore the original branch)"1567msgstr ""15681569#: wt-status.c:1026 wt-status.c:10431570#, c-format1571msgid "You are currently rebasing branch '%s' on '%s'."1572msgstr ""15731574#: wt-status.c:1031 wt-status.c:10481575msgid "You are currently rebasing."1576msgstr ""15771578#: wt-status.c:10341579msgid " (fix conflicts and then run \"git rebase --continue\")"1580msgstr ""15811582#: wt-status.c:10361583msgid " (use \"git rebase --skip\" to skip this patch)"1584msgstr ""15851586#: wt-status.c:10381587msgid " (use \"git rebase --abort\" to check out the original branch)"1588msgstr ""15891590#: wt-status.c:10511591msgid " (all conflicts fixed: run \"git rebase --continue\")"1592msgstr ""15931594#: wt-status.c:10551595#, c-format1596msgid ""1597"You are currently splitting a commit while rebasing branch '%s' on '%s'."1598msgstr ""15991600#: wt-status.c:10601601msgid "You are currently splitting a commit during a rebase."1602msgstr ""16031604#: wt-status.c:10631605msgid " (Once your working directory is clean, run \"git rebase --continue\")"1606msgstr ""16071608#: wt-status.c:10671609#, c-format1610msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."1611msgstr ""16121613#: wt-status.c:10721614msgid "You are currently editing a commit during a rebase."1615msgstr ""16161617#: wt-status.c:10751618msgid " (use \"git commit --amend\" to amend the current commit)"1619msgstr ""16201621#: wt-status.c:10771622msgid ""1623" (use \"git rebase --continue\" once you are satisfied with your changes)"1624msgstr ""16251626#: wt-status.c:10871627#, c-format1628msgid "You are currently cherry-picking commit %s."1629msgstr ""16301631#: wt-status.c:10921632msgid " (fix conflicts and run \"git cherry-pick --continue\")"1633msgstr ""16341635#: wt-status.c:10951636msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"1637msgstr ""16381639#: wt-status.c:10971640msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"1641msgstr ""16421643#: wt-status.c:11061644#, c-format1645msgid "You are currently reverting commit %s."1646msgstr ""16471648#: wt-status.c:11111649msgid " (fix conflicts and run \"git revert --continue\")"1650msgstr ""16511652#: wt-status.c:11141653msgid " (all conflicts fixed: run \"git revert --continue\")"1654msgstr ""16551656#: wt-status.c:11161657msgid " (use \"git revert --abort\" to cancel the revert operation)"1658msgstr ""16591660#: wt-status.c:11271661#, c-format1662msgid "You are currently bisecting, started from branch '%s'."1663msgstr ""16641665#: wt-status.c:11311666msgid "You are currently bisecting."1667msgstr ""16681669#: wt-status.c:11341670msgid " (use \"git bisect reset\" to get back to the original branch)"1671msgstr ""16721673#: wt-status.c:13091674msgid "On branch "1675msgstr ""16761677#: wt-status.c:13161678msgid "rebase in progress; onto "1679msgstr ""16801681#: wt-status.c:13231682msgid "HEAD detached at "1683msgstr ""16841685#: wt-status.c:13251686msgid "HEAD detached from "1687msgstr ""16881689#: wt-status.c:13281690msgid "Not currently on any branch."1691msgstr ""16921693#: wt-status.c:13451694msgid "Initial commit"1695msgstr ""16961697#: wt-status.c:13591698msgid "Untracked files"1699msgstr ""17001701#: wt-status.c:13611702msgid "Ignored files"1703msgstr ""17041705#: wt-status.c:13651706#, c-format1707msgid ""1708"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"1709"may speed it up, but you have to be careful not to forget to add\n"1710"new files yourself (see 'git help status')."1711msgstr ""17121713#: wt-status.c:13711714#, c-format1715msgid "Untracked files not listed%s"1716msgstr ""17171718#: wt-status.c:13731719msgid " (use -u option to show untracked files)"1720msgstr ""17211722#: wt-status.c:13791723msgid "No changes"1724msgstr ""17251726#: wt-status.c:13841727#, c-format1728msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"1729msgstr ""17301731#: wt-status.c:13871732#, c-format1733msgid "no changes added to commit\n"1734msgstr ""17351736#: wt-status.c:13901737#, c-format1738msgid ""1739"nothing added to commit but untracked files present (use \"git add\" to "1740"track)\n"1741msgstr ""17421743#: wt-status.c:13931744#, c-format1745msgid "nothing added to commit but untracked files present\n"1746msgstr ""17471748#: wt-status.c:13961749#, c-format1750msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"1751msgstr ""17521753#: wt-status.c:1399 wt-status.c:14041754#, c-format1755msgid "nothing to commit\n"1756msgstr ""17571758#: wt-status.c:14021759#, c-format1760msgid "nothing to commit (use -u to show untracked files)\n"1761msgstr ""17621763#: wt-status.c:14061764#, c-format1765msgid "nothing to commit, working directory clean\n"1766msgstr ""17671768#: wt-status.c:15151769msgid "HEAD (no branch)"1770msgstr ""17711772#: wt-status.c:15211773msgid "Initial commit on "1774msgstr ""17751776#: wt-status.c:15531777msgid "gone"1778msgstr ""17791780#: wt-status.c:1555 wt-status.c:15631781msgid "behind "1782msgstr ""17831784#: compat/precompose_utf8.c:55 builtin/clone.c:3561785#, c-format1786msgid "failed to unlink '%s'"1787msgstr ""17881789#: builtin/add.c:211790msgid "git add [options] [--] <pathspec>..."1791msgstr ""17921793#: builtin/add.c:641794#, c-format1795msgid "unexpected diff status %c"1796msgstr ""17971798#: builtin/add.c:69 builtin/commit.c:2611799msgid "updating files failed"1800msgstr ""18011802#: builtin/add.c:791803#, c-format1804msgid "remove '%s'\n"1805msgstr ""18061807#: builtin/add.c:1331808msgid "Unstaged changes after refreshing the index:"1809msgstr ""18101811#: builtin/add.c:193 builtin/rev-parse.c:7811812msgid "Could not read the index"1813msgstr ""18141815#: builtin/add.c:2041816#, c-format1817msgid "Could not open '%s' for writing."1818msgstr ""18191820#: builtin/add.c:2081821msgid "Could not write patch"1822msgstr ""18231824#: builtin/add.c:2131825#, c-format1826msgid "Could not stat '%s'"1827msgstr ""18281829#: builtin/add.c:2151830msgid "Empty patch. Aborted."1831msgstr ""18321833#: builtin/add.c:2211834#, c-format1835msgid "Could not apply '%s'"1836msgstr ""18371838#: builtin/add.c:2311839msgid "The following paths are ignored by one of your .gitignore files:\n"1840msgstr ""18411842#: builtin/add.c:248 builtin/clean.c:875 builtin/fetch.c:108 builtin/mv.c:701843#: builtin/prune-packed.c:77 builtin/push.c:488 builtin/remote.c:13671844#: builtin/rm.c:2691845msgid "dry run"1846msgstr ""18471848#: builtin/add.c:249 builtin/apply.c:4411 builtin/check-ignore.c:191849#: builtin/commit.c:1328 builtin/count-objects.c:95 builtin/fsck.c:6061850#: builtin/log.c:1613 builtin/mv.c:69 builtin/read-tree.c:1131851msgid "be verbose"1852msgstr ""18531854#: builtin/add.c:2511855msgid "interactive picking"1856msgstr ""18571858#: builtin/add.c:252 builtin/checkout.c:1102 builtin/reset.c:2851859msgid "select hunks interactively"1860msgstr ""18611862#: builtin/add.c:2531863msgid "edit current diff and apply"1864msgstr ""18651866#: builtin/add.c:2541867msgid "allow adding otherwise ignored files"1868msgstr ""18691870#: builtin/add.c:2551871msgid "update tracked files"1872msgstr ""18731874#: builtin/add.c:2561875msgid "record only the fact that the path will be added later"1876msgstr ""18771878#: builtin/add.c:2571879msgid "add changes from all tracked and untracked files"1880msgstr ""18811882#: builtin/add.c:2601883msgid "ignore paths removed in the working tree (same as --no-all)"1884msgstr ""18851886#: builtin/add.c:2621887msgid "don't add, only refresh the index"1888msgstr ""18891890#: builtin/add.c:2631891msgid "just skip files which cannot be added because of errors"1892msgstr ""18931894#: builtin/add.c:2641895msgid "check if - even missing - files are ignored in dry run"1896msgstr ""18971898#: builtin/add.c:2861899#, c-format1900msgid "Use -f if you really want to add them.\n"1901msgstr ""19021903#: builtin/add.c:2871904msgid "no files added"1905msgstr ""19061907#: builtin/add.c:2931908msgid "adding files failed"1909msgstr ""19101911#: builtin/add.c:3291912msgid "-A and -u are mutually incompatible"1913msgstr ""19141915#: builtin/add.c:3361916msgid "Option --ignore-missing can only be used together with --dry-run"1917msgstr ""19181919#: builtin/add.c:3571920#, c-format1921msgid "Nothing specified, nothing added.\n"1922msgstr ""19231924#: builtin/add.c:3581925#, c-format1926msgid "Maybe you wanted to say 'git add .'?\n"1927msgstr ""19281929#: builtin/add.c:363 builtin/check-ignore.c:172 builtin/clean.c:9191930#: builtin/commit.c:319 builtin/mv.c:90 builtin/reset.c:234 builtin/rm.c:2991931msgid "index file corrupt"1932msgstr ""19331934#: builtin/add.c:446 builtin/apply.c:4506 builtin/mv.c:280 builtin/rm.c:4311935msgid "Unable to write new index file"1936msgstr ""19371938#: builtin/apply.c:571939msgid "git apply [options] [<patch>...]"1940msgstr ""19411942#: builtin/apply.c:1101943#, c-format1944msgid "unrecognized whitespace option '%s'"1945msgstr ""19461947#: builtin/apply.c:1251948#, c-format1949msgid "unrecognized whitespace ignore option '%s'"1950msgstr ""19511952#: builtin/apply.c:8251953#, c-format1954msgid "Cannot prepare timestamp regexp %s"1955msgstr ""19561957#: builtin/apply.c:8341958#, c-format1959msgid "regexec returned %d for input: %s"1960msgstr ""19611962#: builtin/apply.c:9151963#, c-format1964msgid "unable to find filename in patch at line %d"1965msgstr ""19661967#: builtin/apply.c:9471968#, c-format1969msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"1970msgstr ""19711972#: builtin/apply.c:9511973#, c-format1974msgid "git apply: bad git-diff - inconsistent new filename on line %d"1975msgstr ""19761977#: builtin/apply.c:9521978#, c-format1979msgid "git apply: bad git-diff - inconsistent old filename on line %d"1980msgstr ""19811982#: builtin/apply.c:9591983#, c-format1984msgid "git apply: bad git-diff - expected /dev/null on line %d"1985msgstr ""19861987#: builtin/apply.c:14221988#, c-format1989msgid "recount: unexpected line: %.*s"1990msgstr ""19911992#: builtin/apply.c:14791993#, c-format1994msgid "patch fragment without header at line %d: %.*s"1995msgstr ""19961997#: builtin/apply.c:14961998#, c-format1999msgid ""2000"git diff header lacks filename information when removing %d leading pathname "2001"component (line %d)"2002msgid_plural ""2003"git diff header lacks filename information when removing %d leading pathname "2004"components (line %d)"2005msgstr[0] ""2006msgstr[1] ""20072008#: builtin/apply.c:16562009msgid "new file depends on old contents"2010msgstr ""20112012#: builtin/apply.c:16582013msgid "deleted file still has contents"2014msgstr ""20152016#: builtin/apply.c:16842017#, c-format2018msgid "corrupt patch at line %d"2019msgstr ""20202021#: builtin/apply.c:17202022#, c-format2023msgid "new file %s depends on old contents"2024msgstr ""20252026#: builtin/apply.c:17222027#, c-format2028msgid "deleted file %s still has contents"2029msgstr ""20302031#: builtin/apply.c:17252032#, c-format2033msgid "** warning: file %s becomes empty but is not deleted"2034msgstr ""20352036#: builtin/apply.c:18712037#, c-format2038msgid "corrupt binary patch at line %d: %.*s"2039msgstr ""20402041#: builtin/apply.c:19002042#, c-format2043msgid "unrecognized binary patch at line %d"2044msgstr ""20452046#: builtin/apply.c:19862047#, c-format2048msgid "patch with only garbage at line %d"2049msgstr ""20502051#: builtin/apply.c:20762052#, c-format2053msgid "unable to read symlink %s"2054msgstr ""20552056#: builtin/apply.c:20802057#, c-format2058msgid "unable to open or read %s"2059msgstr ""20602061#: builtin/apply.c:26882062#, c-format2063msgid "invalid start of line: '%c'"2064msgstr ""20652066#: builtin/apply.c:28062067#, c-format2068msgid "Hunk #%d succeeded at %d (offset %d line)."2069msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."2070msgstr[0] ""2071msgstr[1] ""20722073#: builtin/apply.c:28182074#, c-format2075msgid "Context reduced to (%ld/%ld) to apply fragment at %d"2076msgstr ""20772078#: builtin/apply.c:28242079#, c-format2080msgid ""2081"while searching for:\n"2082"%.*s"2083msgstr ""20842085#: builtin/apply.c:28432086#, c-format2087msgid "missing binary patch data for '%s'"2088msgstr ""20892090#: builtin/apply.c:29442091#, c-format2092msgid "binary patch does not apply to '%s'"2093msgstr ""20942095#: builtin/apply.c:29502096#, c-format2097msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"2098msgstr ""20992100#: builtin/apply.c:29712101#, c-format2102msgid "patch failed: %s:%ld"2103msgstr ""21042105#: builtin/apply.c:30952106#, c-format2107msgid "cannot checkout %s"2108msgstr ""21092110#: builtin/apply.c:3140 builtin/apply.c:3149 builtin/apply.c:31942111#, c-format2112msgid "read of %s failed"2113msgstr ""21142115#: builtin/apply.c:3174 builtin/apply.c:33962116#, c-format2117msgid "path %s has been renamed/deleted"2118msgstr ""21192120#: builtin/apply.c:3255 builtin/apply.c:34102121#, c-format2122msgid "%s: does not exist in index"2123msgstr ""21242125#: builtin/apply.c:3259 builtin/apply.c:3402 builtin/apply.c:34242126#, c-format2127msgid "%s: %s"2128msgstr ""21292130#: builtin/apply.c:3264 builtin/apply.c:34182131#, c-format2132msgid "%s: does not match index"2133msgstr ""21342135#: builtin/apply.c:33662136msgid "removal patch leaves file contents"2137msgstr ""21382139#: builtin/apply.c:34352140#, c-format2141msgid "%s: wrong type"2142msgstr ""21432144#: builtin/apply.c:34372145#, c-format2146msgid "%s has type %o, expected %o"2147msgstr ""21482149#: builtin/apply.c:35382150#, c-format2151msgid "%s: already exists in index"2152msgstr ""21532154#: builtin/apply.c:35412155#, c-format2156msgid "%s: already exists in working directory"2157msgstr ""21582159#: builtin/apply.c:35612160#, c-format2161msgid "new mode (%o) of %s does not match old mode (%o)"2162msgstr ""21632164#: builtin/apply.c:35662165#, c-format2166msgid "new mode (%o) of %s does not match old mode (%o) of %s"2167msgstr ""21682169#: builtin/apply.c:35742170#, c-format2171msgid "%s: patch does not apply"2172msgstr ""21732174#: builtin/apply.c:35872175#, c-format2176msgid "Checking patch %s..."2177msgstr ""21782179#: builtin/apply.c:3680 builtin/checkout.c:213 builtin/reset.c:1342180#, c-format2181msgid "make_cache_entry failed for path '%s'"2182msgstr ""21832184#: builtin/apply.c:38232185#, c-format2186msgid "unable to remove %s from index"2187msgstr ""21882189#: builtin/apply.c:38522190#, c-format2191msgid "corrupt patch for submodule %s"2192msgstr ""21932194#: builtin/apply.c:38562195#, c-format2196msgid "unable to stat newly created file '%s'"2197msgstr ""21982199#: builtin/apply.c:38612200#, c-format2201msgid "unable to create backing store for newly created file %s"2202msgstr ""22032204#: builtin/apply.c:3864 builtin/apply.c:39722205#, c-format2206msgid "unable to add cache entry for %s"2207msgstr ""22082209#: builtin/apply.c:38972210#, c-format2211msgid "closing file '%s'"2212msgstr ""22132214#: builtin/apply.c:39462215#, c-format2216msgid "unable to write file '%s' mode %o"2217msgstr ""22182219#: builtin/apply.c:40332220#, c-format2221msgid "Applied patch %s cleanly."2222msgstr ""22232224#: builtin/apply.c:40412225msgid "internal error"2226msgstr ""22272228#: builtin/apply.c:40442229#, c-format2230msgid "Applying patch %%s with %d reject..."2231msgid_plural "Applying patch %%s with %d rejects..."2232msgstr[0] ""2233msgstr[1] ""22342235#: builtin/apply.c:40542236#, c-format2237msgid "truncating .rej filename to %.*s.rej"2238msgstr ""22392240#: builtin/apply.c:40752241#, c-format2242msgid "Hunk #%d applied cleanly."2243msgstr ""22442245#: builtin/apply.c:40782246#, c-format2247msgid "Rejected hunk #%d."2248msgstr ""22492250#: builtin/apply.c:42282251msgid "unrecognized input"2252msgstr ""22532254#: builtin/apply.c:42392255msgid "unable to read index file"2256msgstr ""22572258#: builtin/apply.c:4358 builtin/apply.c:4361 builtin/clone.c:902259#: builtin/fetch.c:932260msgid "path"2261msgstr ""22622263#: builtin/apply.c:43592264msgid "don't apply changes matching the given path"2265msgstr ""22662267#: builtin/apply.c:43622268msgid "apply changes matching the given path"2269msgstr ""22702271#: builtin/apply.c:43642272msgid "num"2273msgstr ""22742275#: builtin/apply.c:43652276msgid "remove <num> leading slashes from traditional diff paths"2277msgstr ""22782279#: builtin/apply.c:43682280msgid "ignore additions made by the patch"2281msgstr ""22822283#: builtin/apply.c:43702284msgid "instead of applying the patch, output diffstat for the input"2285msgstr ""22862287#: builtin/apply.c:43742288msgid "show number of added and deleted lines in decimal notation"2289msgstr ""22902291#: builtin/apply.c:43762292msgid "instead of applying the patch, output a summary for the input"2293msgstr ""22942295#: builtin/apply.c:43782296msgid "instead of applying the patch, see if the patch is applicable"2297msgstr ""22982299#: builtin/apply.c:43802300msgid "make sure the patch is applicable to the current index"2301msgstr ""23022303#: builtin/apply.c:43822304msgid "apply a patch without touching the working tree"2305msgstr ""23062307#: builtin/apply.c:43842308msgid "also apply the patch (use with --stat/--summary/--check)"2309msgstr ""23102311#: builtin/apply.c:43862312msgid "attempt three-way merge if a patch does not apply"2313msgstr ""23142315#: builtin/apply.c:43882316msgid "build a temporary index based on embedded index information"2317msgstr ""23182319#: builtin/apply.c:4390 builtin/checkout-index.c:198 builtin/ls-files.c:4552320msgid "paths are separated with NUL character"2321msgstr ""23222323#: builtin/apply.c:43932324msgid "ensure at least <n> lines of context match"2325msgstr ""23262327#: builtin/apply.c:43942328msgid "action"2329msgstr ""23302331#: builtin/apply.c:43952332msgid "detect new or modified lines that have whitespace errors"2333msgstr ""23342335#: builtin/apply.c:4398 builtin/apply.c:44012336msgid "ignore changes in whitespace when finding context"2337msgstr ""23382339#: builtin/apply.c:44042340msgid "apply the patch in reverse"2341msgstr ""23422343#: builtin/apply.c:44062344msgid "don't expect at least one line of context"2345msgstr ""23462347#: builtin/apply.c:44082348msgid "leave the rejected hunks in corresponding *.rej files"2349msgstr ""23502351#: builtin/apply.c:44102352msgid "allow overlapping hunks"2353msgstr ""23542355#: builtin/apply.c:44132356msgid "tolerate incorrectly detected missing new-line at the end of file"2357msgstr ""23582359#: builtin/apply.c:44162360msgid "do not trust the line counts in the hunk headers"2361msgstr ""23622363#: builtin/apply.c:44182364msgid "root"2365msgstr ""23662367#: builtin/apply.c:44192368msgid "prepend <root> to all filenames"2369msgstr ""23702371#: builtin/apply.c:44412372msgid "--3way outside a repository"2373msgstr ""23742375#: builtin/apply.c:44492376msgid "--index outside a repository"2377msgstr ""23782379#: builtin/apply.c:44522380msgid "--cached outside a repository"2381msgstr ""23822383#: builtin/apply.c:44682384#, c-format2385msgid "can't open patch '%s'"2386msgstr ""23872388#: builtin/apply.c:44822389#, c-format2390msgid "squelched %d whitespace error"2391msgid_plural "squelched %d whitespace errors"2392msgstr[0] ""2393msgstr[1] ""23942395#: builtin/apply.c:4488 builtin/apply.c:44982396#, c-format2397msgid "%d line adds whitespace errors."2398msgid_plural "%d lines add whitespace errors."2399msgstr[0] ""2400msgstr[1] ""24012402#: builtin/archive.c:172403#, c-format2404msgid "could not create archive file '%s'"2405msgstr ""24062407#: builtin/archive.c:202408msgid "could not redirect output"2409msgstr ""24102411#: builtin/archive.c:372412msgid "git archive: Remote with no URL"2413msgstr ""24142415#: builtin/archive.c:582416msgid "git archive: expected ACK/NAK, got EOF"2417msgstr ""24182419#: builtin/archive.c:612420#, c-format2421msgid "git archive: NACK %s"2422msgstr ""24232424#: builtin/archive.c:632425#, c-format2426msgid "remote error: %s"2427msgstr ""24282429#: builtin/archive.c:642430msgid "git archive: protocol error"2431msgstr ""24322433#: builtin/archive.c:682434msgid "git archive: expected a flush"2435msgstr ""24362437#: builtin/bisect--helper.c:72438msgid "git bisect--helper --next-all [--no-checkout]"2439msgstr ""24402441#: builtin/bisect--helper.c:172442msgid "perform 'git bisect next'"2443msgstr ""24442445#: builtin/bisect--helper.c:192446msgid "update BISECT_HEAD instead of checking out the current commit"2447msgstr ""24482449#: builtin/blame.c:302450msgid "git blame [options] [rev-opts] [rev] [--] file"2451msgstr ""24522453#: builtin/blame.c:352454msgid "[rev-opts] are documented in git-rev-list(1)"2455msgstr ""24562457#: builtin/blame.c:25012458msgid "Show blame entries as we find them, incrementally"2459msgstr ""24602461#: builtin/blame.c:25022462msgid "Show blank SHA-1 for boundary commits (Default: off)"2463msgstr ""24642465#: builtin/blame.c:25032466msgid "Do not treat root commits as boundaries (Default: off)"2467msgstr ""24682469#: builtin/blame.c:25042470msgid "Show work cost statistics"2471msgstr ""24722473#: builtin/blame.c:25052474msgid "Show output score for blame entries"2475msgstr ""24762477#: builtin/blame.c:25062478msgid "Show original filename (Default: auto)"2479msgstr ""24802481#: builtin/blame.c:25072482msgid "Show original linenumber (Default: off)"2483msgstr ""24842485#: builtin/blame.c:25082486msgid "Show in a format designed for machine consumption"2487msgstr ""24882489#: builtin/blame.c:25092490msgid "Show porcelain format with per-line commit information"2491msgstr ""24922493#: builtin/blame.c:25102494msgid "Use the same output mode as git-annotate (Default: off)"2495msgstr ""24962497#: builtin/blame.c:25112498msgid "Show raw timestamp (Default: off)"2499msgstr ""25002501#: builtin/blame.c:25122502msgid "Show long commit SHA1 (Default: off)"2503msgstr ""25042505#: builtin/blame.c:25132506msgid "Suppress author name and timestamp (Default: off)"2507msgstr ""25082509#: builtin/blame.c:25142510msgid "Show author email instead of name (Default: off)"2511msgstr ""25122513#: builtin/blame.c:25152514msgid "Ignore whitespace differences"2515msgstr ""25162517#: builtin/blame.c:25162518msgid "Spend extra cycles to find better match"2519msgstr ""25202521#: builtin/blame.c:25172522msgid "Use revisions from <file> instead of calling git-rev-list"2523msgstr ""25242525#: builtin/blame.c:25182526msgid "Use <file>'s contents as the final image"2527msgstr ""25282529#: builtin/blame.c:2519 builtin/blame.c:25202530msgid "score"2531msgstr ""25322533#: builtin/blame.c:25192534msgid "Find line copies within and across files"2535msgstr ""25362537#: builtin/blame.c:25202538msgid "Find line movements within and across files"2539msgstr ""25402541#: builtin/blame.c:25212542msgid "n,m"2543msgstr ""25442545#: builtin/blame.c:25212546msgid "Process only line range n,m, counting from 1"2547msgstr ""25482549#. TRANSLATORS: This string is used to tell us the maximum2550#. display width for a relative timestamp in "git blame"2551#. output. For C locale, "4 years, 11 months ago", which2552#. takes 22 places, is the longest among various forms of2553#. relative timestamps, but your language may need more or2554#. fewer display columns.2555#: builtin/blame.c:25992556msgid "4 years, 11 months ago"2557msgstr ""25582559#: builtin/branch.c:242560msgid "git branch [options] [-r | -a] [--merged | --no-merged]"2561msgstr ""25622563#: builtin/branch.c:252564msgid "git branch [options] [-l] [-f] <branchname> [<start-point>]"2565msgstr ""25662567#: builtin/branch.c:262568msgid "git branch [options] [-r] (-d | -D) <branchname>..."2569msgstr ""25702571#: builtin/branch.c:272572msgid "git branch [options] (-m | -M) [<oldbranch>] <newbranch>"2573msgstr ""25742575#: builtin/branch.c:1502576#, c-format2577msgid ""2578"deleting branch '%s' that has been merged to\n"2579" '%s', but not yet merged to HEAD."2580msgstr ""25812582#: builtin/branch.c:1542583#, c-format2584msgid ""2585"not deleting branch '%s' that is not yet merged to\n"2586" '%s', even though it is merged to HEAD."2587msgstr ""25882589#: builtin/branch.c:1682590#, c-format2591msgid "Couldn't look up commit object for '%s'"2592msgstr ""25932594#: builtin/branch.c:1722595#, c-format2596msgid ""2597"The branch '%s' is not fully merged.\n"2598"If you are sure you want to delete it, run 'git branch -D %s'."2599msgstr ""26002601#: builtin/branch.c:1852602msgid "Update of config-file failed"2603msgstr ""26042605#: builtin/branch.c:2132606msgid "cannot use -a with -d"2607msgstr ""26082609#: builtin/branch.c:2192610msgid "Couldn't look up commit object for HEAD"2611msgstr ""26122613#: builtin/branch.c:2272614#, c-format2615msgid "Cannot delete the branch '%s' which you are currently on."2616msgstr ""26172618#: builtin/branch.c:2402619#, c-format2620msgid "remote branch '%s' not found."2621msgstr ""26222623#: builtin/branch.c:2412624#, c-format2625msgid "branch '%s' not found."2626msgstr ""26272628#: builtin/branch.c:2552629#, c-format2630msgid "Error deleting remote branch '%s'"2631msgstr ""26322633#: builtin/branch.c:2562634#, c-format2635msgid "Error deleting branch '%s'"2636msgstr ""26372638#: builtin/branch.c:2632639#, c-format2640msgid "Deleted remote branch %s (was %s).\n"2641msgstr ""26422643#: builtin/branch.c:2642644#, c-format2645msgid "Deleted branch %s (was %s).\n"2646msgstr ""26472648#: builtin/branch.c:3662649#, c-format2650msgid "branch '%s' does not point at a commit"2651msgstr ""26522653#: builtin/branch.c:4542654#, c-format2655msgid "[%s: gone]"2656msgstr ""26572658#: builtin/branch.c:4592659#, c-format2660msgid "[%s]"2661msgstr ""26622663#: builtin/branch.c:4642664#, c-format2665msgid "[%s: behind %d]"2666msgstr ""26672668#: builtin/branch.c:4662669#, c-format2670msgid "[behind %d]"2671msgstr ""26722673#: builtin/branch.c:4702674#, c-format2675msgid "[%s: ahead %d]"2676msgstr ""26772678#: builtin/branch.c:4722679#, c-format2680msgid "[ahead %d]"2681msgstr ""26822683#: builtin/branch.c:4752684#, c-format2685msgid "[%s: ahead %d, behind %d]"2686msgstr ""26872688#: builtin/branch.c:4782689#, c-format2690msgid "[ahead %d, behind %d]"2691msgstr ""26922693#: builtin/branch.c:5022694msgid " **** invalid ref ****"2695msgstr ""26962697#: builtin/branch.c:5942698#, c-format2699msgid "(no branch, rebasing %s)"2700msgstr ""27012702#: builtin/branch.c:5972703#, c-format2704msgid "(no branch, bisect started on %s)"2705msgstr ""27062707#: builtin/branch.c:6002708#, c-format2709msgid "(detached from %s)"2710msgstr ""27112712#: builtin/branch.c:6032713msgid "(no branch)"2714msgstr ""27152716#: builtin/branch.c:6492717#, c-format2718msgid "object '%s' does not point to a commit"2719msgstr ""27202721#: builtin/branch.c:6812722msgid "some refs could not be read"2723msgstr ""27242725#: builtin/branch.c:6942726msgid "cannot rename the current branch while not on any."2727msgstr ""27282729#: builtin/branch.c:7042730#, c-format2731msgid "Invalid branch name: '%s'"2732msgstr ""27332734#: builtin/branch.c:7192735msgid "Branch rename failed"2736msgstr ""27372738#: builtin/branch.c:7232739#, c-format2740msgid "Renamed a misnamed branch '%s' away"2741msgstr ""27422743#: builtin/branch.c:7272744#, c-format2745msgid "Branch renamed to %s, but HEAD is not updated!"2746msgstr ""27472748#: builtin/branch.c:7342749msgid "Branch is renamed, but update of config-file failed"2750msgstr ""27512752#: builtin/branch.c:7492753#, c-format2754msgid "malformed object name %s"2755msgstr ""27562757#: builtin/branch.c:7732758#, c-format2759msgid "could not write branch description template: %s"2760msgstr ""27612762#: builtin/branch.c:8032763msgid "Generic options"2764msgstr ""27652766#: builtin/branch.c:8052767msgid "show hash and subject, give twice for upstream branch"2768msgstr ""27692770#: builtin/branch.c:8062771msgid "suppress informational messages"2772msgstr ""27732774#: builtin/branch.c:8072775msgid "set up tracking mode (see git-pull(1))"2776msgstr ""27772778#: builtin/branch.c:8092779msgid "change upstream info"2780msgstr ""27812782#: builtin/branch.c:8132783msgid "use colored output"2784msgstr ""27852786#: builtin/branch.c:8142787msgid "act on remote-tracking branches"2788msgstr ""27892790#: builtin/branch.c:817 builtin/branch.c:823 builtin/branch.c:8442791#: builtin/branch.c:850 builtin/commit.c:1573 builtin/commit.c:15742792#: builtin/commit.c:1575 builtin/commit.c:1576 builtin/tag.c:6152793#: builtin/tag.c:6212794msgid "commit"2795msgstr ""27962797#: builtin/branch.c:818 builtin/branch.c:8242798msgid "print only branches that contain the commit"2799msgstr ""28002801#: builtin/branch.c:8302802msgid "Specific git-branch actions:"2803msgstr ""28042805#: builtin/branch.c:8312806msgid "list both remote-tracking and local branches"2807msgstr ""28082809#: builtin/branch.c:8332810msgid "delete fully merged branch"2811msgstr ""28122813#: builtin/branch.c:8342814msgid "delete branch (even if not merged)"2815msgstr ""28162817#: builtin/branch.c:8352818msgid "move/rename a branch and its reflog"2819msgstr ""28202821#: builtin/branch.c:8362822msgid "move/rename a branch, even if target exists"2823msgstr ""28242825#: builtin/branch.c:8372826msgid "list branch names"2827msgstr ""28282829#: builtin/branch.c:8382830msgid "create the branch's reflog"2831msgstr ""28322833#: builtin/branch.c:8402834msgid "edit the description for the branch"2835msgstr ""28362837#: builtin/branch.c:8412838msgid "force creation (when already exists)"2839msgstr ""28402841#: builtin/branch.c:8442842msgid "print only not merged branches"2843msgstr ""28442845#: builtin/branch.c:8502846msgid "print only merged branches"2847msgstr ""28482849#: builtin/branch.c:8542850msgid "list branches in columns"2851msgstr ""28522853#: builtin/branch.c:8672854msgid "Failed to resolve HEAD as a valid ref."2855msgstr ""28562857#: builtin/branch.c:872 builtin/clone.c:6362858msgid "HEAD not found below refs/heads!"2859msgstr ""28602861#: builtin/branch.c:8962862msgid "--column and --verbose are incompatible"2863msgstr ""28642865#: builtin/branch.c:902 builtin/branch.c:9412866msgid "branch name required"2867msgstr ""28682869#: builtin/branch.c:9172870msgid "Cannot give description to detached HEAD"2871msgstr ""28722873#: builtin/branch.c:9222874msgid "cannot edit description of more than one branch"2875msgstr ""28762877#: builtin/branch.c:9292878#, c-format2879msgid "No commit on branch '%s' yet."2880msgstr ""28812882#: builtin/branch.c:9322883#, c-format2884msgid "No branch named '%s'."2885msgstr ""28862887#: builtin/branch.c:9472888msgid "too many branches for a rename operation"2889msgstr ""28902891#: builtin/branch.c:9522892msgid "too many branches to set new upstream"2893msgstr ""28942895#: builtin/branch.c:9562896#, c-format2897msgid ""2898"could not set upstream of HEAD to %s when it does not point to any branch."2899msgstr ""29002901#: builtin/branch.c:959 builtin/branch.c:981 builtin/branch.c:10022902#, c-format2903msgid "no such branch '%s'"2904msgstr ""29052906#: builtin/branch.c:9632907#, c-format2908msgid "branch '%s' does not exist"2909msgstr ""29102911#: builtin/branch.c:9752912msgid "too many branches to unset upstream"2913msgstr ""29142915#: builtin/branch.c:9792916msgid "could not unset upstream of HEAD when it does not point to any branch."2917msgstr ""29182919#: builtin/branch.c:9852920#, c-format2921msgid "Branch '%s' has no upstream information"2922msgstr ""29232924#: builtin/branch.c:9992925msgid "it does not make sense to create 'HEAD' manually"2926msgstr ""29272928#: builtin/branch.c:10052929msgid "-a and -r options to 'git branch' do not make sense with a branch name"2930msgstr ""29312932#: builtin/branch.c:10082933#, c-format2934msgid ""2935"The --set-upstream flag is deprecated and will be removed. Consider using --"2936"track or --set-upstream-to\n"2937msgstr ""29382939#: builtin/branch.c:10252940#, c-format2941msgid ""2942"\n"2943"If you wanted to make '%s' track '%s', do this:\n"2944"\n"2945msgstr ""29462947#: builtin/branch.c:10262948#, c-format2949msgid " git branch -d %s\n"2950msgstr ""29512952#: builtin/branch.c:10272953#, c-format2954msgid " git branch --set-upstream-to %s\n"2955msgstr ""29562957#: builtin/bundle.c:472958#, c-format2959msgid "%s is okay\n"2960msgstr ""29612962#: builtin/bundle.c:562963msgid "Need a repository to create a bundle."2964msgstr ""29652966#: builtin/bundle.c:602967msgid "Need a repository to unbundle."2968msgstr ""29692970#: builtin/cat-file.c:3312971msgid "git cat-file (-t|-s|-e|-p|<type>|--textconv) <object>"2972msgstr ""29732974#: builtin/cat-file.c:3322975msgid "git cat-file (--batch|--batch-check) < <list_of_objects>"2976msgstr ""29772978#: builtin/cat-file.c:3692979msgid "<type> can be one of: blob, tree, commit, tag"2980msgstr ""29812982#: builtin/cat-file.c:3702983msgid "show object type"2984msgstr ""29852986#: builtin/cat-file.c:3712987msgid "show object size"2988msgstr ""29892990#: builtin/cat-file.c:3732991msgid "exit with zero when there's no error"2992msgstr ""29932994#: builtin/cat-file.c:3742995msgid "pretty-print object's content"2996msgstr ""29972998#: builtin/cat-file.c:3762999msgid "for blob objects, run textconv on object's content"3000msgstr ""30013002#: builtin/cat-file.c:3783003msgid "show info and content of objects fed from the standard input"3004msgstr ""30053006#: builtin/cat-file.c:3813007msgid "show info about objects fed from the standard input"3008msgstr ""30093010#: builtin/check-attr.c:113011msgid "git check-attr [-a | --all | attr...] [--] pathname..."3012msgstr ""30133014#: builtin/check-attr.c:123015msgid "git check-attr --stdin [-z] [-a | --all | attr...] < <list-of-paths>"3016msgstr ""30173018#: builtin/check-attr.c:193019msgid "report all attributes set on file"3020msgstr ""30213022#: builtin/check-attr.c:203023msgid "use .gitattributes only from the index"3024msgstr ""30253026#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:753027msgid "read file names from stdin"3028msgstr ""30293030#: builtin/check-attr.c:23 builtin/check-ignore.c:243031msgid "terminate input and output records by a NUL character"3032msgstr ""30333034#: builtin/check-ignore.c:18 builtin/checkout.c:1083 builtin/gc.c:2853035msgid "suppress progress reporting"3036msgstr ""30373038#: builtin/check-ignore.c:263039msgid "show non-matching input paths"3040msgstr ""30413042#: builtin/check-ignore.c:283043msgid "ignore index when checking"3044msgstr ""30453046#: builtin/check-ignore.c:1543047msgid "cannot specify pathnames with --stdin"3048msgstr ""30493050#: builtin/check-ignore.c:1573051msgid "-z only makes sense with --stdin"3052msgstr ""30533054#: builtin/check-ignore.c:1593055msgid "no path specified"3056msgstr ""30573058#: builtin/check-ignore.c:1633059msgid "--quiet is only valid with a single pathname"3060msgstr ""30613062#: builtin/check-ignore.c:1653063msgid "cannot have both --quiet and --verbose"3064msgstr ""30653066#: builtin/check-ignore.c:1683067msgid "--non-matching is only valid with --verbose"3068msgstr ""30693070#: builtin/check-mailmap.c:83071msgid "git check-mailmap [options] <contact>..."3072msgstr ""30733074#: builtin/check-mailmap.c:133075msgid "also read contacts from stdin"3076msgstr ""30773078#: builtin/check-mailmap.c:243079#, c-format3080msgid "unable to parse contact: %s"3081msgstr ""30823083#: builtin/check-mailmap.c:473084msgid "no contacts specified"3085msgstr ""30863087#: builtin/checkout-index.c:1263088msgid "git checkout-index [options] [--] [<file>...]"3089msgstr ""30903091#: builtin/checkout-index.c:1883092msgid "check out all files in the index"3093msgstr ""30943095#: builtin/checkout-index.c:1893096msgid "force overwrite of existing files"3097msgstr ""30983099#: builtin/checkout-index.c:1913100msgid "no warning for existing files and files not in index"3101msgstr ""31023103#: builtin/checkout-index.c:1933104msgid "don't checkout new files"3105msgstr ""31063107#: builtin/checkout-index.c:1953108msgid "update stat information in the index file"3109msgstr ""31103111#: builtin/checkout-index.c:2013112msgid "read list of paths from the standard input"3113msgstr ""31143115#: builtin/checkout-index.c:2033116msgid "write the content to temporary files"3117msgstr ""31183119#: builtin/checkout-index.c:204 builtin/column.c:303120msgid "string"3121msgstr ""31223123#: builtin/checkout-index.c:2053124msgid "when creating files, prepend <string>"3125msgstr ""31263127#: builtin/checkout-index.c:2083128msgid "copy out the files from named stage"3129msgstr ""31303131#: builtin/checkout.c:253132msgid "git checkout [options] <branch>"3133msgstr ""31343135#: builtin/checkout.c:263136msgid "git checkout [options] [<branch>] -- <file>..."3137msgstr ""31383139#: builtin/checkout.c:114 builtin/checkout.c:1473140#, c-format3141msgid "path '%s' does not have our version"3142msgstr ""31433144#: builtin/checkout.c:116 builtin/checkout.c:1493145#, c-format3146msgid "path '%s' does not have their version"3147msgstr ""31483149#: builtin/checkout.c:1323150#, c-format3151msgid "path '%s' does not have all necessary versions"3152msgstr ""31533154#: builtin/checkout.c:1763155#, c-format3156msgid "path '%s' does not have necessary versions"3157msgstr ""31583159#: builtin/checkout.c:1933160#, c-format3161msgid "path '%s': cannot merge"3162msgstr ""31633164#: builtin/checkout.c:2103165#, c-format3166msgid "Unable to add merge result for '%s'"3167msgstr ""31683169#: builtin/checkout.c:231 builtin/checkout.c:234 builtin/checkout.c:2373170#: builtin/checkout.c:2403171#, c-format3172msgid "'%s' cannot be used with updating paths"3173msgstr ""31743175#: builtin/checkout.c:243 builtin/checkout.c:2463176#, c-format3177msgid "'%s' cannot be used with %s"3178msgstr ""31793180#: builtin/checkout.c:2493181#, c-format3182msgid "Cannot update paths and switch to branch '%s' at the same time."3183msgstr ""31843185#: builtin/checkout.c:260 builtin/checkout.c:4493186msgid "corrupt index file"3187msgstr ""31883189#: builtin/checkout.c:320 builtin/checkout.c:3273190#, c-format3191msgid "path '%s' is unmerged"3192msgstr ""31933194#: builtin/checkout.c:4713195msgid "you need to resolve your current index first"3196msgstr ""31973198#: builtin/checkout.c:5913199#, c-format3200msgid "Can not do reflog for '%s'\n"3201msgstr ""32023203#: builtin/checkout.c:6293204msgid "HEAD is now at"3205msgstr ""32063207#: builtin/checkout.c:6363208#, c-format3209msgid "Reset branch '%s'\n"3210msgstr ""32113212#: builtin/checkout.c:6393213#, c-format3214msgid "Already on '%s'\n"3215msgstr ""32163217#: builtin/checkout.c:6433218#, c-format3219msgid "Switched to and reset branch '%s'\n"3220msgstr ""32213222#: builtin/checkout.c:645 builtin/checkout.c:10263223#, c-format3224msgid "Switched to a new branch '%s'\n"3225msgstr ""32263227#: builtin/checkout.c:6473228#, c-format3229msgid "Switched to branch '%s'\n"3230msgstr ""32313232#: builtin/checkout.c:6993233#, c-format3234msgid " ... and %d more.\n"3235msgstr ""32363237#: builtin/checkout.c:7053238#, c-format3239msgid ""3240"Warning: you are leaving %d commit behind, not connected to\n"3241"any of your branches:\n"3242"\n"3243"%s\n"3244msgid_plural ""3245"Warning: you are leaving %d commits behind, not connected to\n"3246"any of your branches:\n"3247"\n"3248"%s\n"3249msgstr[0] ""3250msgstr[1] ""32513252#: builtin/checkout.c:7233253#, c-format3254msgid ""3255"If you want to keep them by creating a new branch, this may be a good time\n"3256"to do so with:\n"3257"\n"3258" git branch new_branch_name %s\n"3259"\n"3260msgstr ""32613262#: builtin/checkout.c:7533263msgid "internal error in revision walk"3264msgstr ""32653266#: builtin/checkout.c:7573267msgid "Previous HEAD position was"3268msgstr ""32693270#: builtin/checkout.c:784 builtin/checkout.c:10213271msgid "You are on a branch yet to be born"3272msgstr ""32733274#: builtin/checkout.c:9283275#, c-format3276msgid "only one reference expected, %d given."3277msgstr ""32783279#: builtin/checkout.c:9673280#, c-format3281msgid "invalid reference: %s"3282msgstr ""32833284#: builtin/checkout.c:9963285#, c-format3286msgid "reference is not a tree: %s"3287msgstr ""32883289#: builtin/checkout.c:10353290msgid "paths cannot be used with switching branches"3291msgstr ""32923293#: builtin/checkout.c:1038 builtin/checkout.c:10423294#, c-format3295msgid "'%s' cannot be used with switching branches"3296msgstr ""32973298#: builtin/checkout.c:1046 builtin/checkout.c:1049 builtin/checkout.c:10543299#: builtin/checkout.c:10573300#, c-format3301msgid "'%s' cannot be used with '%s'"3302msgstr ""33033304#: builtin/checkout.c:10623305#, c-format3306msgid "Cannot switch branch to a non-commit '%s'"3307msgstr ""33083309#: builtin/checkout.c:1084 builtin/checkout.c:1086 builtin/clone.c:883310#: builtin/remote.c:159 builtin/remote.c:1613311msgid "branch"3312msgstr ""33133314#: builtin/checkout.c:10853315msgid "create and checkout a new branch"3316msgstr ""33173318#: builtin/checkout.c:10873319msgid "create/reset and checkout a branch"3320msgstr ""33213322#: builtin/checkout.c:10883323msgid "create reflog for new branch"3324msgstr ""33253326#: builtin/checkout.c:10893327msgid "detach the HEAD at named commit"3328msgstr ""33293330#: builtin/checkout.c:10903331msgid "set upstream info for new branch"3332msgstr ""33333334#: builtin/checkout.c:10923335msgid "new-branch"3336msgstr ""33373338#: builtin/checkout.c:10923339msgid "new unparented branch"3340msgstr ""33413342#: builtin/checkout.c:10933343msgid "checkout our version for unmerged files"3344msgstr ""33453346#: builtin/checkout.c:10953347msgid "checkout their version for unmerged files"3348msgstr ""33493350#: builtin/checkout.c:10973351msgid "force checkout (throw away local modifications)"3352msgstr ""33533354#: builtin/checkout.c:10983355msgid "perform a 3-way merge with the new branch"3356msgstr ""33573358#: builtin/checkout.c:1099 builtin/merge.c:2253359msgid "update ignored files (default)"3360msgstr ""33613362#: builtin/checkout.c:1100 builtin/log.c:1236 parse-options.h:2453363msgid "style"3364msgstr ""33653366#: builtin/checkout.c:11013367msgid "conflict style (merge or diff3)"3368msgstr ""33693370#: builtin/checkout.c:11043371msgid "do not limit pathspecs to sparse entries only"3372msgstr ""33733374#: builtin/checkout.c:11063375msgid "second guess 'git checkout no-such-branch'"3376msgstr ""33773378#: builtin/checkout.c:11293379msgid "-b, -B and --orphan are mutually exclusive"3380msgstr ""33813382#: builtin/checkout.c:11463383msgid "--track needs a branch name"3384msgstr ""33853386#: builtin/checkout.c:11533387msgid "Missing branch name; try -b"3388msgstr ""33893390#: builtin/checkout.c:11903391msgid "invalid path specification"3392msgstr ""33933394#: builtin/checkout.c:11973395#, c-format3396msgid ""3397"Cannot update paths and switch to branch '%s' at the same time.\n"3398"Did you intend to checkout '%s' which can not be resolved as commit?"3399msgstr ""34003401#: builtin/checkout.c:12023402#, c-format3403msgid "git checkout: --detach does not take a path argument '%s'"3404msgstr ""34053406#: builtin/checkout.c:12063407msgid ""3408"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"3409"checking out of the index."3410msgstr ""34113412#: builtin/clean.c:263413msgid ""3414"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."3415msgstr ""34163417#: builtin/clean.c:303418#, c-format3419msgid "Removing %s\n"3420msgstr ""34213422#: builtin/clean.c:313423#, c-format3424msgid "Would remove %s\n"3425msgstr ""34263427#: builtin/clean.c:323428#, c-format3429msgid "Skipping repository %s\n"3430msgstr ""34313432#: builtin/clean.c:333433#, c-format3434msgid "Would skip repository %s\n"3435msgstr ""34363437#: builtin/clean.c:343438#, c-format3439msgid "failed to remove %s"3440msgstr ""34413442#: builtin/clean.c:2953443msgid ""3444"Prompt help:\n"3445"1 - select a numbered item\n"3446"foo - select item based on unique prefix\n"3447" - (empty) select nothing"3448msgstr ""34493450#: builtin/clean.c:2993451msgid ""3452"Prompt help:\n"3453"1 - select a single item\n"3454"3-5 - select a range of items\n"3455"2-3,6-9 - select multiple ranges\n"3456"foo - select item based on unique prefix\n"3457"-... - unselect specified items\n"3458"* - choose all items\n"3459" - (empty) finish selecting"3460msgstr ""34613462#: builtin/clean.c:5173463#, c-format3464msgid "Huh (%s)?"3465msgstr ""34663467#: builtin/clean.c:6593468#, c-format3469msgid "Input ignore patterns>> "3470msgstr ""34713472#: builtin/clean.c:6963473#, c-format3474msgid "WARNING: Cannot find items matched by: %s"3475msgstr ""34763477#: builtin/clean.c:7173478msgid "Select items to delete"3479msgstr ""34803481#: builtin/clean.c:7573482#, c-format3483msgid "remove %s? "3484msgstr ""34853486#: builtin/clean.c:7823487msgid "Bye."3488msgstr ""34893490#: builtin/clean.c:7903491msgid ""3492"clean - start cleaning\n"3493"filter by pattern - exclude items from deletion\n"3494"select by numbers - select items to be deleted by numbers\n"3495"ask each - confirm each deletion (like \"rm -i\")\n"3496"quit - stop cleaning\n"3497"help - this screen\n"3498"? - help for prompt selection"3499msgstr ""35003501#: builtin/clean.c:8173502msgid "*** Commands ***"3503msgstr ""35043505#: builtin/clean.c:8183506msgid "What now"3507msgstr ""35083509#: builtin/clean.c:8263510msgid "Would remove the following item:"3511msgid_plural "Would remove the following items:"3512msgstr[0] ""3513msgstr[1] ""35143515#: builtin/clean.c:8433516msgid "No more files to clean, exiting."3517msgstr ""35183519#: builtin/clean.c:8743520msgid "do not print names of files removed"3521msgstr ""35223523#: builtin/clean.c:8763524msgid "force"3525msgstr ""35263527#: builtin/clean.c:8773528msgid "interactive cleaning"3529msgstr ""35303531#: builtin/clean.c:8793532msgid "remove whole directories"3533msgstr ""35343535#: builtin/clean.c:880 builtin/describe.c:406 builtin/grep.c:7143536#: builtin/ls-files.c:486 builtin/name-rev.c:311 builtin/show-ref.c:1853537msgid "pattern"3538msgstr ""35393540#: builtin/clean.c:8813541msgid "add <pattern> to ignore rules"3542msgstr ""35433544#: builtin/clean.c:8823545msgid "remove ignored files, too"3546msgstr ""35473548#: builtin/clean.c:8843549msgid "remove only ignored files"3550msgstr ""35513552#: builtin/clean.c:9023553msgid "-x and -X cannot be used together"3554msgstr ""35553556#: builtin/clean.c:9063557msgid ""3558"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "3559"clean"3560msgstr ""35613562#: builtin/clean.c:9093563msgid ""3564"clean.requireForce defaults to true and neither -i, -n, nor -f given; "3565"refusing to clean"3566msgstr ""35673568#: builtin/clone.c:363569msgid "git clone [options] [--] <repo> [<dir>]"3570msgstr ""35713572#: builtin/clone.c:64 builtin/fetch.c:112 builtin/merge.c:2223573#: builtin/push.c:5033574msgid "force progress reporting"3575msgstr ""35763577#: builtin/clone.c:663578msgid "don't create a checkout"3579msgstr ""35803581#: builtin/clone.c:67 builtin/clone.c:69 builtin/init-db.c:4863582msgid "create a bare repository"3583msgstr ""35843585#: builtin/clone.c:713586msgid "create a mirror repository (implies bare)"3587msgstr ""35883589#: builtin/clone.c:733590msgid "to clone from a local repository"3591msgstr ""35923593#: builtin/clone.c:753594msgid "don't use local hardlinks, always copy"3595msgstr ""35963597#: builtin/clone.c:773598msgid "setup as shared repository"3599msgstr ""36003601#: builtin/clone.c:79 builtin/clone.c:813602msgid "initialize submodules in the clone"3603msgstr ""36043605#: builtin/clone.c:82 builtin/init-db.c:4833606msgid "template-directory"3607msgstr ""36083609#: builtin/clone.c:83 builtin/init-db.c:4843610msgid "directory from which templates will be used"3611msgstr ""36123613#: builtin/clone.c:853614msgid "reference repository"3615msgstr ""36163617#: builtin/clone.c:86 builtin/column.c:26 builtin/merge-file.c:443618msgid "name"3619msgstr ""36203621#: builtin/clone.c:873622msgid "use <name> instead of 'origin' to track upstream"3623msgstr ""36243625#: builtin/clone.c:893626msgid "checkout <branch> instead of the remote's HEAD"3627msgstr ""36283629#: builtin/clone.c:913630msgid "path to git-upload-pack on the remote"3631msgstr ""36323633#: builtin/clone.c:92 builtin/fetch.c:113 builtin/grep.c:6593634msgid "depth"3635msgstr ""36363637#: builtin/clone.c:933638msgid "create a shallow clone of that depth"3639msgstr ""36403641#: builtin/clone.c:953642msgid "clone only one branch, HEAD or --branch"3643msgstr ""36443645#: builtin/clone.c:96 builtin/init-db.c:4923646msgid "gitdir"3647msgstr ""36483649#: builtin/clone.c:97 builtin/init-db.c:4933650msgid "separate git dir from working tree"3651msgstr ""36523653#: builtin/clone.c:983654msgid "key=value"3655msgstr ""36563657#: builtin/clone.c:993658msgid "set config inside the new repository"3659msgstr ""36603661#: builtin/clone.c:2523662#, c-format3663msgid "reference repository '%s' is not a local repository."3664msgstr ""36653666#: builtin/clone.c:2563667#, c-format3668msgid "reference repository '%s' is shallow"3669msgstr ""36703671#: builtin/clone.c:2593672#, c-format3673msgid "reference repository '%s' is grafted"3674msgstr ""36753676#: builtin/clone.c:3213677#, c-format3678msgid "failed to create directory '%s'"3679msgstr ""36803681#: builtin/clone.c:323 builtin/diff.c:833682#, c-format3683msgid "failed to stat '%s'"3684msgstr ""36853686#: builtin/clone.c:3253687#, c-format3688msgid "%s exists and is not a directory"3689msgstr ""36903691#: builtin/clone.c:3393692#, c-format3693msgid "failed to stat %s\n"3694msgstr ""36953696#: builtin/clone.c:3613697#, c-format3698msgid "failed to create link '%s'"3699msgstr ""37003701#: builtin/clone.c:3653702#, c-format3703msgid "failed to copy file to '%s'"3704msgstr ""37053706#: builtin/clone.c:388 builtin/clone.c:5653707#, c-format3708msgid "done.\n"3709msgstr ""37103711#: builtin/clone.c:4013712msgid ""3713"Clone succeeded, but checkout failed.\n"3714"You can inspect what was checked out with 'git status'\n"3715"and retry the checkout with 'git checkout -f HEAD'\n"3716msgstr ""37173718#: builtin/clone.c:4803719#, c-format3720msgid "Could not find remote branch %s to clone."3721msgstr ""37223723#: builtin/clone.c:5603724#, c-format3725msgid "Checking connectivity... "3726msgstr ""37273728#: builtin/clone.c:5633729msgid "remote did not send all necessary objects"3730msgstr ""37313732#: builtin/clone.c:6273733msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"3734msgstr ""37353736#: builtin/clone.c:6583737msgid "unable to checkout working tree"3738msgstr ""37393740#: builtin/clone.c:7683741msgid "Too many arguments."3742msgstr ""37433744#: builtin/clone.c:7723745msgid "You must specify a repository to clone."3746msgstr ""37473748#: builtin/clone.c:7833749#, c-format3750msgid "--bare and --origin %s options are incompatible."3751msgstr ""37523753#: builtin/clone.c:7863754msgid "--bare and --separate-git-dir are incompatible."3755msgstr ""37563757#: builtin/clone.c:7993758#, c-format3759msgid "repository '%s' does not exist"3760msgstr ""37613762#: builtin/clone.c:805 builtin/fetch.c:11433763#, c-format3764msgid "depth %s is not a positive number"3765msgstr ""37663767#: builtin/clone.c:8153768#, c-format3769msgid "destination path '%s' already exists and is not an empty directory."3770msgstr ""37713772#: builtin/clone.c:8253773#, c-format3774msgid "working tree '%s' already exists."3775msgstr ""37763777#: builtin/clone.c:838 builtin/clone.c:8503778#, c-format3779msgid "could not create leading directories of '%s'"3780msgstr ""37813782#: builtin/clone.c:8413783#, c-format3784msgid "could not create work tree dir '%s'."3785msgstr ""37863787#: builtin/clone.c:8603788#, c-format3789msgid "Cloning into bare repository '%s'...\n"3790msgstr ""37913792#: builtin/clone.c:8623793#, c-format3794msgid "Cloning into '%s'...\n"3795msgstr ""37963797#: builtin/clone.c:8983798msgid "--depth is ignored in local clones; use file:// instead."3799msgstr ""38003801#: builtin/clone.c:9013802msgid "source repository is shallow, ignoring --local"3803msgstr ""38043805#: builtin/clone.c:9063806msgid "--local is ignored"3807msgstr ""38083809#: builtin/clone.c:9103810#, c-format3811msgid "Don't know how to clone %s"3812msgstr ""38133814#: builtin/clone.c:961 builtin/clone.c:9693815#, c-format3816msgid "Remote branch %s not found in upstream %s"3817msgstr ""38183819#: builtin/clone.c:9723820msgid "You appear to have cloned an empty repository."3821msgstr ""38223823#: builtin/column.c:93824msgid "git column [options]"3825msgstr ""38263827#: builtin/column.c:263828msgid "lookup config vars"3829msgstr ""38303831#: builtin/column.c:27 builtin/column.c:283832msgid "layout to use"3833msgstr ""38343835#: builtin/column.c:293836msgid "Maximum width"3837msgstr ""38383839#: builtin/column.c:303840msgid "Padding space on left border"3841msgstr ""38423843#: builtin/column.c:313844msgid "Padding space on right border"3845msgstr ""38463847#: builtin/column.c:323848msgid "Padding space between columns"3849msgstr ""38503851#: builtin/column.c:513852msgid "--command must be the first argument"3853msgstr ""38543855#: builtin/commit.c:363856msgid "git commit [options] [--] <pathspec>..."3857msgstr ""38583859#: builtin/commit.c:413860msgid "git status [options] [--] <pathspec>..."3861msgstr ""38623863#: builtin/commit.c:463864msgid ""3865"Your name and email address were configured automatically based\n"3866"on your username and hostname. Please check that they are accurate.\n"3867"You can suppress this message by setting them explicitly:\n"3868"\n"3869" git config --global user.name \"Your Name\"\n"3870" git config --global user.email you@example.com\n"3871"\n"3872"After doing this, you may fix the identity used for this commit with:\n"3873"\n"3874" git commit --amend --reset-author\n"3875msgstr ""38763877#: builtin/commit.c:583878msgid ""3879"You asked to amend the most recent commit, but doing so would make\n"3880"it empty. You can repeat your command with --allow-empty, or you can\n"3881"remove the commit entirely with \"git reset HEAD^\".\n"3882msgstr ""38833884#: builtin/commit.c:633885msgid ""3886"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"3887"If you wish to commit it anyway, use:\n"3888"\n"3889" git commit --allow-empty\n"3890"\n"3891msgstr ""38923893#: builtin/commit.c:703894msgid "Otherwise, please use 'git reset'\n"3895msgstr ""38963897#: builtin/commit.c:733898msgid ""3899"If you wish to skip this commit, use:\n"3900"\n"3901" git reset\n"3902"\n"3903"Then \"git cherry-pick --continue\" will resume cherry-picking\n"3904"the remaining commits.\n"3905msgstr ""39063907#: builtin/commit.c:2883908msgid "failed to unpack HEAD tree object"3909msgstr ""39103911#: builtin/commit.c:3283912msgid "unable to create temporary index"3913msgstr ""39143915#: builtin/commit.c:3343916msgid "interactive add failed"3917msgstr ""39183919#: builtin/commit.c:366 builtin/commit.c:387 builtin/commit.c:4353920msgid "unable to write new_index file"3921msgstr ""39223923#: builtin/commit.c:4183924msgid "cannot do a partial commit during a merge."3925msgstr ""39263927#: builtin/commit.c:4203928msgid "cannot do a partial commit during a cherry-pick."3929msgstr ""39303931#: builtin/commit.c:4293932msgid "cannot read the index"3933msgstr ""39343935#: builtin/commit.c:4473936msgid "unable to write temporary index file"3937msgstr ""39383939#: builtin/commit.c:557 builtin/commit.c:5633940#, c-format3941msgid "invalid commit: %s"3942msgstr ""39433944#: builtin/commit.c:5853945msgid "malformed --author parameter"3946msgstr ""39473948#: builtin/commit.c:5923949#, c-format3950msgid "invalid date format: %s"3951msgstr ""39523953#: builtin/commit.c:6093954#, c-format3955msgid "Malformed ident string: '%s'"3956msgstr ""39573958#: builtin/commit.c:6423959msgid ""3960"unable to select a comment character that is not used\n"3961"in the current commit message"3962msgstr ""39633964#: builtin/commit.c:679 builtin/commit.c:712 builtin/commit.c:10863965#, c-format3966msgid "could not lookup commit %s"3967msgstr ""39683969#: builtin/commit.c:691 builtin/shortlog.c:2733970#, c-format3971msgid "(reading log message from standard input)\n"3972msgstr ""39733974#: builtin/commit.c:6933975msgid "could not read log from standard input"3976msgstr ""39773978#: builtin/commit.c:6973979#, c-format3980msgid "could not read log file '%s'"3981msgstr ""39823983#: builtin/commit.c:7193984msgid "could not read MERGE_MSG"3985msgstr ""39863987#: builtin/commit.c:7233988msgid "could not read SQUASH_MSG"3989msgstr ""39903991#: builtin/commit.c:7273992#, c-format3993msgid "could not read '%s'"3994msgstr ""39953996#: builtin/commit.c:7983997msgid "could not write commit template"3998msgstr ""39994000#: builtin/commit.c:8164001#, c-format4002msgid ""4003"\n"4004"It looks like you may be committing a merge.\n"4005"If this is not correct, please remove the file\n"4006"\t%s\n"4007"and try again.\n"4008msgstr ""40094010#: builtin/commit.c:8214011#, c-format4012msgid ""4013"\n"4014"It looks like you may be committing a cherry-pick.\n"4015"If this is not correct, please remove the file\n"4016"\t%s\n"4017"and try again.\n"4018msgstr ""40194020#: builtin/commit.c:8344021#, c-format4022msgid ""4023"Please enter the commit message for your changes. Lines starting\n"4024"with '%c' will be ignored, and an empty message aborts the commit.\n"4025msgstr ""40264027#: builtin/commit.c:8414028#, c-format4029msgid ""4030"Please enter the commit message for your changes. Lines starting\n"4031"with '%c' will be kept; you may remove them yourself if you want to.\n"4032"An empty message aborts the commit.\n"4033msgstr ""40344035#: builtin/commit.c:8554036#, c-format4037msgid "%sAuthor: %.*s <%.*s>"4038msgstr ""40394040#: builtin/commit.c:8634041#, c-format4042msgid "%sDate: %s"4043msgstr ""40444045#: builtin/commit.c:8704046#, c-format4047msgid "%sCommitter: %.*s <%.*s>"4048msgstr ""40494050#: builtin/commit.c:8884051msgid "Cannot read index"4052msgstr ""40534054#: builtin/commit.c:9454055msgid "Error building trees"4056msgstr ""40574058#: builtin/commit.c:960 builtin/tag.c:4954059#, c-format4060msgid "Please supply the message using either -m or -F option.\n"4061msgstr ""40624063#: builtin/commit.c:10614064#, c-format4065msgid "No existing author found with '%s'"4066msgstr ""40674068#: builtin/commit.c:1076 builtin/commit.c:13164069#, c-format4070msgid "Invalid untracked files mode '%s'"4071msgstr ""40724073#: builtin/commit.c:11134074msgid "--long and -z are incompatible"4075msgstr ""40764077#: builtin/commit.c:11434078msgid "Using both --reset-author and --author does not make sense"4079msgstr ""40804081#: builtin/commit.c:11524082msgid "You have nothing to amend."4083msgstr ""40844085#: builtin/commit.c:11554086msgid "You are in the middle of a merge -- cannot amend."4087msgstr ""40884089#: builtin/commit.c:11574090msgid "You are in the middle of a cherry-pick -- cannot amend."4091msgstr ""40924093#: builtin/commit.c:11604094msgid "Options --squash and --fixup cannot be used together"4095msgstr ""40964097#: builtin/commit.c:11704098msgid "Only one of -c/-C/-F/--fixup can be used."4099msgstr ""41004101#: builtin/commit.c:11724102msgid "Option -m cannot be combined with -c/-C/-F/--fixup."4103msgstr ""41044105#: builtin/commit.c:11804106msgid "--reset-author can be used only with -C, -c or --amend."4107msgstr ""41084109#: builtin/commit.c:11974110msgid "Only one of --include/--only/--all/--interactive/--patch can be used."4111msgstr ""41124113#: builtin/commit.c:11994114msgid "No paths with --include/--only does not make sense."4115msgstr ""41164117#: builtin/commit.c:12014118msgid "Clever... amending the last one with dirty index."4119msgstr ""41204121#: builtin/commit.c:12034122msgid "Explicit paths specified without -i or -o; assuming --only paths..."4123msgstr ""41244125#: builtin/commit.c:1215 builtin/tag.c:7274126#, c-format4127msgid "Invalid cleanup mode %s"4128msgstr ""41294130#: builtin/commit.c:12204131msgid "Paths with -a does not make sense."4132msgstr ""41334134#: builtin/commit.c:1330 builtin/commit.c:15954135msgid "show status concisely"4136msgstr ""41374138#: builtin/commit.c:1332 builtin/commit.c:15974139msgid "show branch information"4140msgstr ""41414142#: builtin/commit.c:1334 builtin/commit.c:1599 builtin/push.c:4894143msgid "machine-readable output"4144msgstr ""41454146#: builtin/commit.c:1337 builtin/commit.c:16014147msgid "show status in long format (default)"4148msgstr ""41494150#: builtin/commit.c:1340 builtin/commit.c:16044151msgid "terminate entries with NUL"4152msgstr ""41534154#: builtin/commit.c:1342 builtin/commit.c:1607 builtin/fast-export.c:7034155#: builtin/fast-export.c:706 builtin/tag.c:6024156msgid "mode"4157msgstr ""41584159#: builtin/commit.c:1343 builtin/commit.c:16074160msgid "show untracked files, optional modes: all, normal, no. (Default: all)"4161msgstr ""41624163#: builtin/commit.c:13464164msgid "show ignored files"4165msgstr ""41664167#: builtin/commit.c:1347 parse-options.h:1534168msgid "when"4169msgstr ""41704171#: builtin/commit.c:13484172msgid ""4173"ignore changes to submodules, optional when: all, dirty, untracked. "4174"(Default: all)"4175msgstr ""41764177#: builtin/commit.c:13504178msgid "list untracked files in columns"4179msgstr ""41804181#: builtin/commit.c:14194182msgid "couldn't look up newly created commit"4183msgstr ""41844185#: builtin/commit.c:14214186msgid "could not parse newly created commit"4187msgstr ""41884189#: builtin/commit.c:14694190msgid "detached HEAD"4191msgstr ""41924193#: builtin/commit.c:14714194msgid " (root-commit)"4195msgstr ""41964197#: builtin/commit.c:15654198msgid "suppress summary after successful commit"4199msgstr ""42004201#: builtin/commit.c:15664202msgid "show diff in commit message template"4203msgstr ""42044205#: builtin/commit.c:15684206msgid "Commit message options"4207msgstr ""42084209#: builtin/commit.c:1569 builtin/tag.c:6004210msgid "read message from file"4211msgstr ""42124213#: builtin/commit.c:15704214msgid "author"4215msgstr ""42164217#: builtin/commit.c:15704218msgid "override author for commit"4219msgstr ""42204221#: builtin/commit.c:1571 builtin/gc.c:2864222msgid "date"4223msgstr ""42244225#: builtin/commit.c:15714226msgid "override date for commit"4227msgstr ""42284229#: builtin/commit.c:1572 builtin/merge.c:216 builtin/notes.c:4094230#: builtin/notes.c:566 builtin/tag.c:5984231msgid "message"4232msgstr ""42334234#: builtin/commit.c:15724235msgid "commit message"4236msgstr ""42374238#: builtin/commit.c:15734239msgid "reuse and edit message from specified commit"4240msgstr ""42414242#: builtin/commit.c:15744243msgid "reuse message from specified commit"4244msgstr ""42454246#: builtin/commit.c:15754247msgid "use autosquash formatted message to fixup specified commit"4248msgstr ""42494250#: builtin/commit.c:15764251msgid "use autosquash formatted message to squash specified commit"4252msgstr ""42534254#: builtin/commit.c:15774255msgid "the commit is authored by me now (used with -C/-c/--amend)"4256msgstr ""42574258#: builtin/commit.c:1578 builtin/log.c:1188 builtin/revert.c:864259msgid "add Signed-off-by:"4260msgstr ""42614262#: builtin/commit.c:15794263msgid "use specified template file"4264msgstr ""42654266#: builtin/commit.c:15804267msgid "force edit of commit"4268msgstr ""42694270#: builtin/commit.c:15814271msgid "default"4272msgstr ""42734274#: builtin/commit.c:1581 builtin/tag.c:6034275msgid "how to strip spaces and #comments from message"4276msgstr ""42774278#: builtin/commit.c:15824279msgid "include status in commit message template"4280msgstr ""42814282#: builtin/commit.c:1583 builtin/merge.c:223 builtin/revert.c:924283#: builtin/tag.c:6044284msgid "key-id"4285msgstr ""42864287#: builtin/commit.c:1584 builtin/merge.c:224 builtin/revert.c:934288msgid "GPG sign commit"4289msgstr ""42904291#: builtin/commit.c:15874292msgid "Commit contents options"4293msgstr ""42944295#: builtin/commit.c:15884296msgid "commit all changed files"4297msgstr ""42984299#: builtin/commit.c:15894300msgid "add specified files to index for commit"4301msgstr ""43024303#: builtin/commit.c:15904304msgid "interactively add files"4305msgstr ""43064307#: builtin/commit.c:15914308msgid "interactively add changes"4309msgstr ""43104311#: builtin/commit.c:15924312msgid "commit only specified files"4313msgstr ""43144315#: builtin/commit.c:15934316msgid "bypass pre-commit hook"4317msgstr ""43184319#: builtin/commit.c:15944320msgid "show what would be committed"4321msgstr ""43224323#: builtin/commit.c:16054324msgid "amend previous commit"4325msgstr ""43264327#: builtin/commit.c:16064328msgid "bypass post-rewrite hook"4329msgstr ""43304331#: builtin/commit.c:16114332msgid "ok to record an empty change"4333msgstr ""43344335#: builtin/commit.c:16134336msgid "ok to record a change with an empty message"4337msgstr ""43384339#: builtin/commit.c:16414340msgid "could not parse HEAD commit"4341msgstr ""43424343#: builtin/commit.c:1680 builtin/merge.c:5184344#, c-format4345msgid "could not open '%s' for reading"4346msgstr ""43474348#: builtin/commit.c:16874349#, c-format4350msgid "Corrupt MERGE_HEAD file (%s)"4351msgstr ""43524353#: builtin/commit.c:16944354msgid "could not read MERGE_MODE"4355msgstr ""43564357#: builtin/commit.c:17134358#, c-format4359msgid "could not read commit message: %s"4360msgstr ""43614362#: builtin/commit.c:17244363#, c-format4364msgid "Aborting commit; you did not edit the message.\n"4365msgstr ""43664367#: builtin/commit.c:17294368#, c-format4369msgid "Aborting commit due to empty commit message.\n"4370msgstr ""43714372#: builtin/commit.c:1744 builtin/merge.c:851 builtin/merge.c:8764373msgid "failed to write commit object"4374msgstr ""43754376#: builtin/commit.c:17564377msgid "cannot lock HEAD ref"4378msgstr ""43794380#: builtin/commit.c:17694381msgid "cannot update HEAD ref"4382msgstr ""43834384#: builtin/commit.c:17804385msgid ""4386"Repository has been updated, but unable to write\n"4387"new_index file. Check that disk is not full or quota is\n"4388"not exceeded, and then \"git reset HEAD\" to recover."4389msgstr ""43904391#: builtin/config.c:84392msgid "git config [options]"4393msgstr ""43944395#: builtin/config.c:534396msgid "Config file location"4397msgstr ""43984399#: builtin/config.c:544400msgid "use global config file"4401msgstr ""44024403#: builtin/config.c:554404msgid "use system config file"4405msgstr ""44064407#: builtin/config.c:564408msgid "use repository config file"4409msgstr ""44104411#: builtin/config.c:574412msgid "use given config file"4413msgstr ""44144415#: builtin/config.c:584416msgid "blob-id"4417msgstr ""44184419#: builtin/config.c:584420msgid "read config from given blob object"4421msgstr ""44224423#: builtin/config.c:594424msgid "Action"4425msgstr ""44264427#: builtin/config.c:604428msgid "get value: name [value-regex]"4429msgstr ""44304431#: builtin/config.c:614432msgid "get all values: key [value-regex]"4433msgstr ""44344435#: builtin/config.c:624436msgid "get values for regexp: name-regex [value-regex]"4437msgstr ""44384439#: builtin/config.c:634440msgid "get value specific for the URL: section[.var] URL"4441msgstr ""44424443#: builtin/config.c:644444msgid "replace all matching variables: name value [value_regex]"4445msgstr ""44464447#: builtin/config.c:654448msgid "add a new variable: name value"4449msgstr ""44504451#: builtin/config.c:664452msgid "remove a variable: name [value-regex]"4453msgstr ""44544455#: builtin/config.c:674456msgid "remove all matches: name [value-regex]"4457msgstr ""44584459#: builtin/config.c:684460msgid "rename section: old-name new-name"4461msgstr ""44624463#: builtin/config.c:694464msgid "remove a section: name"4465msgstr ""44664467#: builtin/config.c:704468msgid "list all"4469msgstr ""44704471#: builtin/config.c:714472msgid "open an editor"4473msgstr ""44744475#: builtin/config.c:72 builtin/config.c:734476msgid "slot"4477msgstr ""44784479#: builtin/config.c:724480msgid "find the color configured: [default]"4481msgstr ""44824483#: builtin/config.c:734484msgid "find the color setting: [stdout-is-tty]"4485msgstr ""44864487#: builtin/config.c:744488msgid "Type"4489msgstr ""44904491#: builtin/config.c:754492msgid "value is \"true\" or \"false\""4493msgstr ""44944495#: builtin/config.c:764496msgid "value is decimal number"4497msgstr ""44984499#: builtin/config.c:774500msgid "value is --bool or --int"4501msgstr ""45024503#: builtin/config.c:784504msgid "value is a path (file or directory name)"4505msgstr ""45064507#: builtin/config.c:794508msgid "Other"4509msgstr ""45104511#: builtin/config.c:804512msgid "terminate values with NUL byte"4513msgstr ""45144515#: builtin/config.c:814516msgid "respect include directives on lookup"4517msgstr ""45184519#: builtin/count-objects.c:824520msgid "git count-objects [-v] [-H | --human-readable]"4521msgstr ""45224523#: builtin/count-objects.c:974524msgid "print sizes in human readable format"4525msgstr ""45264527#: builtin/describe.c:164528msgid "git describe [options] <commit-ish>*"4529msgstr ""45304531#: builtin/describe.c:174532msgid "git describe [options] --dirty"4533msgstr ""45344535#: builtin/describe.c:2164536#, c-format4537msgid "annotated tag %s not available"4538msgstr ""45394540#: builtin/describe.c:2204541#, c-format4542msgid "annotated tag %s has no embedded name"4543msgstr ""45444545#: builtin/describe.c:2224546#, c-format4547msgid "tag '%s' is really '%s' here"4548msgstr ""45494550#: builtin/describe.c:2494551#, c-format4552msgid "Not a valid object name %s"4553msgstr ""45544555#: builtin/describe.c:2524556#, c-format4557msgid "%s is not a valid '%s' object"4558msgstr ""45594560#: builtin/describe.c:2694561#, c-format4562msgid "no tag exactly matches '%s'"4563msgstr ""45644565#: builtin/describe.c:2714566#, c-format4567msgid "searching to describe %s\n"4568msgstr ""45694570#: builtin/describe.c:3184571#, c-format4572msgid "finished search at %s\n"4573msgstr ""45744575#: builtin/describe.c:3454576#, c-format4577msgid ""4578"No annotated tags can describe '%s'.\n"4579"However, there were unannotated tags: try --tags."4580msgstr ""45814582#: builtin/describe.c:3494583#, c-format4584msgid ""4585"No tags can describe '%s'.\n"4586"Try --always, or create some tags."4587msgstr ""45884589#: builtin/describe.c:3704590#, c-format4591msgid "traversed %lu commits\n"4592msgstr ""45934594#: builtin/describe.c:3734595#, c-format4596msgid ""4597"more than %i tags found; listed %i most recent\n"4598"gave up search at %s\n"4599msgstr ""46004601#: builtin/describe.c:3954602msgid "find the tag that comes after the commit"4603msgstr ""46044605#: builtin/describe.c:3964606msgid "debug search strategy on stderr"4607msgstr ""46084609#: builtin/describe.c:3974610msgid "use any ref"4611msgstr ""46124613#: builtin/describe.c:3984614msgid "use any tag, even unannotated"4615msgstr ""46164617#: builtin/describe.c:3994618msgid "always use long format"4619msgstr ""46204621#: builtin/describe.c:4004622msgid "only follow first parent"4623msgstr ""46244625#: builtin/describe.c:4034626msgid "only output exact matches"4627msgstr ""46284629#: builtin/describe.c:4054630msgid "consider <n> most recent tags (default: 10)"4631msgstr ""46324633#: builtin/describe.c:4074634msgid "only consider tags matching <pattern>"4635msgstr ""46364637#: builtin/describe.c:409 builtin/name-rev.c:3184638msgid "show abbreviated commit object as fallback"4639msgstr ""46404641#: builtin/describe.c:4104642msgid "mark"4643msgstr ""46444645#: builtin/describe.c:4114646msgid "append <mark> on dirty working tree (default: \"-dirty\")"4647msgstr ""46484649#: builtin/describe.c:4294650msgid "--long is incompatible with --abbrev=0"4651msgstr ""46524653#: builtin/describe.c:4554654msgid "No names found, cannot describe anything."4655msgstr ""46564657#: builtin/describe.c:4754658msgid "--dirty is incompatible with commit-ishes"4659msgstr ""46604661#: builtin/diff.c:854662#, c-format4663msgid "'%s': not a regular file or symlink"4664msgstr ""46654666#: builtin/diff.c:2364667#, c-format4668msgid "invalid option: %s"4669msgstr ""46704671#: builtin/diff.c:3574672msgid "Not a git repository"4673msgstr ""46744675#: builtin/diff.c:4004676#, c-format4677msgid "invalid object '%s' given."4678msgstr ""46794680#: builtin/diff.c:4094681#, c-format4682msgid "more than two blobs given: '%s'"4683msgstr ""46844685#: builtin/diff.c:4164686#, c-format4687msgid "unhandled object '%s' given."4688msgstr ""46894690#: builtin/fast-export.c:234691msgid "git fast-export [rev-list-opts]"4692msgstr ""46934694#: builtin/fast-export.c:7024695msgid "show progress after <n> objects"4696msgstr ""46974698#: builtin/fast-export.c:7044699msgid "select handling of signed tags"4700msgstr ""47014702#: builtin/fast-export.c:7074703msgid "select handling of tags that tag filtered objects"4704msgstr ""47054706#: builtin/fast-export.c:7104707msgid "Dump marks to this file"4708msgstr ""47094710#: builtin/fast-export.c:7124711msgid "Import marks from this file"4712msgstr ""47134714#: builtin/fast-export.c:7144715msgid "Fake a tagger when tags lack one"4716msgstr ""47174718#: builtin/fast-export.c:7164719msgid "Output full tree for each commit"4720msgstr ""47214722#: builtin/fast-export.c:7184723msgid "Use the done feature to terminate the stream"4724msgstr ""47254726#: builtin/fast-export.c:7194727msgid "Skip output of blob data"4728msgstr ""47294730#: builtin/fast-export.c:7204731msgid "refspec"4732msgstr ""47334734#: builtin/fast-export.c:7214735msgid "Apply refspec to exported refs"4736msgstr ""47374738#: builtin/fetch.c:204739msgid "git fetch [<options>] [<repository> [<refspec>...]]"4740msgstr ""47414742#: builtin/fetch.c:214743msgid "git fetch [<options>] <group>"4744msgstr ""47454746#: builtin/fetch.c:224747msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"4748msgstr ""47494750#: builtin/fetch.c:234751msgid "git fetch --all [<options>]"4752msgstr ""47534754#: builtin/fetch.c:904755msgid "fetch from all remotes"4756msgstr ""47574758#: builtin/fetch.c:924759msgid "append to .git/FETCH_HEAD instead of overwriting"4760msgstr ""47614762#: builtin/fetch.c:944763msgid "path to upload pack on remote end"4764msgstr ""47654766#: builtin/fetch.c:954767msgid "force overwrite of local branch"4768msgstr ""47694770#: builtin/fetch.c:974771msgid "fetch from multiple remotes"4772msgstr ""47734774#: builtin/fetch.c:994775msgid "fetch all tags and associated objects"4776msgstr ""47774778#: builtin/fetch.c:1014779msgid "do not fetch all tags (--no-tags)"4780msgstr ""47814782#: builtin/fetch.c:1034783msgid "prune remote-tracking branches no longer on remote"4784msgstr ""47854786#: builtin/fetch.c:1044787msgid "on-demand"4788msgstr ""47894790#: builtin/fetch.c:1054791msgid "control recursive fetching of submodules"4792msgstr ""47934794#: builtin/fetch.c:1094795msgid "keep downloaded pack"4796msgstr ""47974798#: builtin/fetch.c:1114799msgid "allow updating of HEAD ref"4800msgstr ""48014802#: builtin/fetch.c:1144803msgid "deepen history of shallow clone"4804msgstr ""48054806#: builtin/fetch.c:1164807msgid "convert to a complete repository"4808msgstr ""48094810#: builtin/fetch.c:118 builtin/log.c:12054811msgid "dir"4812msgstr ""48134814#: builtin/fetch.c:1194815msgid "prepend this to submodule path output"4816msgstr ""48174818#: builtin/fetch.c:1224819msgid "default mode for recursion"4820msgstr ""48214822#: builtin/fetch.c:1244823msgid "accept refs that update .git/shallow"4824msgstr ""48254826#: builtin/fetch.c:1254827msgid "refmap"4828msgstr ""48294830#: builtin/fetch.c:1264831msgid "specify fetch refmap"4832msgstr ""48334834#: builtin/fetch.c:3764835msgid "Couldn't find remote ref HEAD"4836msgstr ""48374838#: builtin/fetch.c:4404839#, c-format4840msgid "object %s not found"4841msgstr ""48424843#: builtin/fetch.c:4454844msgid "[up to date]"4845msgstr ""48464847#: builtin/fetch.c:4594848#, c-format4849msgid "! %-*s %-*s -> %s (can't fetch in current branch)"4850msgstr ""48514852#: builtin/fetch.c:460 builtin/fetch.c:5464853msgid "[rejected]"4854msgstr ""48554856#: builtin/fetch.c:4714857msgid "[tag update]"4858msgstr ""48594860#: builtin/fetch.c:473 builtin/fetch.c:508 builtin/fetch.c:5264861msgid " (unable to update local ref)"4862msgstr ""48634864#: builtin/fetch.c:4914865msgid "[new tag]"4866msgstr ""48674868#: builtin/fetch.c:4944869msgid "[new branch]"4870msgstr ""48714872#: builtin/fetch.c:4974873msgid "[new ref]"4874msgstr ""48754876#: builtin/fetch.c:5424877msgid "unable to update local ref"4878msgstr ""48794880#: builtin/fetch.c:5424881msgid "forced update"4882msgstr ""48834884#: builtin/fetch.c:5484885msgid "(non-fast-forward)"4886msgstr ""48874888#: builtin/fetch.c:581 builtin/fetch.c:8144889#, c-format4890msgid "cannot open %s: %s\n"4891msgstr ""48924893#: builtin/fetch.c:5904894#, c-format4895msgid "%s did not send all necessary objects\n"4896msgstr ""48974898#: builtin/fetch.c:6084899#, c-format4900msgid "reject %s because shallow roots are not allowed to be updated"4901msgstr ""49024903#: builtin/fetch.c:696 builtin/fetch.c:7794904#, c-format4905msgid "From %.*s\n"4906msgstr ""49074908#: builtin/fetch.c:7074909#, c-format4910msgid ""4911"some local refs could not be updated; try running\n"4912" 'git remote prune %s' to remove any old, conflicting branches"4913msgstr ""49144915#: builtin/fetch.c:7594916#, c-format4917msgid " (%s will become dangling)"4918msgstr ""49194920#: builtin/fetch.c:7604921#, c-format4922msgid " (%s has become dangling)"4923msgstr ""49244925#: builtin/fetch.c:7844926msgid "[deleted]"4927msgstr ""49284929#: builtin/fetch.c:785 builtin/remote.c:10594930msgid "(none)"4931msgstr ""49324933#: builtin/fetch.c:8044934#, c-format4935msgid "Refusing to fetch into current branch %s of non-bare repository"4936msgstr ""49374938#: builtin/fetch.c:8234939#, c-format4940msgid "Option \"%s\" value \"%s\" is not valid for %s"4941msgstr ""49424943#: builtin/fetch.c:8264944#, c-format4945msgid "Option \"%s\" is ignored for %s\n"4946msgstr ""49474948#: builtin/fetch.c:8824949#, c-format4950msgid "Don't know how to fetch from %s"4951msgstr ""49524953#: builtin/fetch.c:10444954#, c-format4955msgid "Fetching %s\n"4956msgstr ""49574958#: builtin/fetch.c:1046 builtin/remote.c:904959#, c-format4960msgid "Could not fetch %s"4961msgstr ""49624963#: builtin/fetch.c:10644964msgid ""4965"No remote repository specified. Please, specify either a URL or a\n"4966"remote name from which new revisions should be fetched."4967msgstr ""49684969#: builtin/fetch.c:10874970msgid "You need to specify a tag name."4971msgstr ""49724973#: builtin/fetch.c:11314974msgid "--depth and --unshallow cannot be used together"4975msgstr ""49764977#: builtin/fetch.c:11334978msgid "--unshallow on a complete repository does not make sense"4979msgstr ""49804981#: builtin/fetch.c:11564982msgid "fetch --all does not take a repository argument"4983msgstr ""49844985#: builtin/fetch.c:11584986msgid "fetch --all does not make sense with refspecs"4987msgstr ""49884989#: builtin/fetch.c:11694990#, c-format4991msgid "No such remote or remote group: %s"4992msgstr ""49934994#: builtin/fetch.c:11774995msgid "Fetching a group and specifying refspecs does not make sense"4996msgstr ""49974998#: builtin/fmt-merge-msg.c:134999msgid "git fmt-merge-msg [-m <message>] [--log[=<n>]|--no-log] [--file <file>]"5000msgstr ""50015002#: builtin/fmt-merge-msg.c:663 builtin/fmt-merge-msg.c:666 builtin/grep.c:6985003#: builtin/merge.c:196 builtin/repack.c:179 builtin/repack.c:1835004#: builtin/show-branch.c:654 builtin/show-ref.c:178 builtin/tag.c:5895005#: parse-options.h:132 parse-options.h:2395006msgid "n"5007msgstr ""50085009#: builtin/fmt-merge-msg.c:6645010msgid "populate log with at most <n> entries from shortlog"5011msgstr ""50125013#: builtin/fmt-merge-msg.c:6675014msgid "alias for --log (deprecated)"5015msgstr ""50165017#: builtin/fmt-merge-msg.c:6705018msgid "text"5019msgstr ""50205021#: builtin/fmt-merge-msg.c:6715022msgid "use <text> as start of message"5023msgstr ""50245025#: builtin/fmt-merge-msg.c:6725026msgid "file to read from"5027msgstr ""50285029#: builtin/for-each-ref.c:10515030msgid "git for-each-ref [options] [<pattern>]"5031msgstr ""50325033#: builtin/for-each-ref.c:10665034msgid "quote placeholders suitably for shells"5035msgstr ""50365037#: builtin/for-each-ref.c:10685038msgid "quote placeholders suitably for perl"5039msgstr ""50405041#: builtin/for-each-ref.c:10705042msgid "quote placeholders suitably for python"5043msgstr ""50445045#: builtin/for-each-ref.c:10725046msgid "quote placeholders suitably for tcl"5047msgstr ""50485049#: builtin/for-each-ref.c:10755050msgid "show only <n> matched refs"5051msgstr ""50525053#: builtin/for-each-ref.c:1076 builtin/replace.c:4355054msgid "format"5055msgstr ""50565057#: builtin/for-each-ref.c:10765058msgid "format to use for the output"5059msgstr ""50605061#: builtin/for-each-ref.c:10775062msgid "key"5063msgstr ""50645065#: builtin/for-each-ref.c:10785066msgid "field name to sort on"5067msgstr ""50685069#: builtin/fsck.c:147 builtin/prune.c:1725070msgid "Checking connectivity"5071msgstr ""50725073#: builtin/fsck.c:5385074msgid "Checking object directories"5075msgstr ""50765077#: builtin/fsck.c:6015078msgid "git fsck [options] [<object>...]"5079msgstr ""50805081#: builtin/fsck.c:6075082msgid "show unreachable objects"5083msgstr ""50845085#: builtin/fsck.c:6085086msgid "show dangling objects"5087msgstr ""50885089#: builtin/fsck.c:6095090msgid "report tags"5091msgstr ""50925093#: builtin/fsck.c:6105094msgid "report root nodes"5095msgstr ""50965097#: builtin/fsck.c:6115098msgid "make index objects head nodes"5099msgstr ""51005101#: builtin/fsck.c:6125102msgid "make reflogs head nodes (default)"5103msgstr ""51045105#: builtin/fsck.c:6135106msgid "also consider packs and alternate objects"5107msgstr ""51085109#: builtin/fsck.c:6145110msgid "enable more strict checking"5111msgstr ""51125113#: builtin/fsck.c:6165114msgid "write dangling objects in .git/lost-found"5115msgstr ""51165117#: builtin/fsck.c:617 builtin/prune.c:1445118msgid "show progress"5119msgstr ""51205121#: builtin/fsck.c:6675122msgid "Checking objects"5123msgstr ""51245125#: builtin/gc.c:245126msgid "git gc [options]"5127msgstr ""51285129#: builtin/gc.c:915130#, c-format5131msgid "Invalid %s: '%s'"5132msgstr ""51335134#: builtin/gc.c:1185135#, c-format5136msgid "insanely long object directory %.*s"5137msgstr ""51385139#: builtin/gc.c:2875140msgid "prune unreferenced objects"5141msgstr ""51425143#: builtin/gc.c:2895144msgid "be more thorough (increased runtime)"5145msgstr ""51465147#: builtin/gc.c:2905148msgid "enable auto-gc mode"5149msgstr ""51505151#: builtin/gc.c:2915152msgid "force running gc even if there may be another gc running"5153msgstr ""51545155#: builtin/gc.c:3325156#, c-format5157msgid "Auto packing the repository in background for optimum performance.\n"5158msgstr ""51595160#: builtin/gc.c:3345161#, c-format5162msgid "Auto packing the repository for optimum performance.\n"5163msgstr ""51645165#: builtin/gc.c:3355166#, c-format5167msgid "See \"git help gc\" for manual housekeeping.\n"5168msgstr ""51695170#: builtin/gc.c:3535171#, c-format5172msgid ""5173"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"5174msgstr ""51755176#: builtin/gc.c:3755177msgid ""5178"There are too many unreachable loose objects; run 'git prune' to remove them."5179msgstr ""51805181#: builtin/grep.c:235182msgid "git grep [options] [-e] <pattern> [<rev>...] [[--] <path>...]"5183msgstr ""51845185#: builtin/grep.c:2185186#, c-format5187msgid "grep: failed to create thread: %s"5188msgstr ""51895190#: builtin/grep.c:441 builtin/grep.c:4765191#, c-format5192msgid "unable to read tree (%s)"5193msgstr ""51945195#: builtin/grep.c:4915196#, c-format5197msgid "unable to grep from object of type %s"5198msgstr ""51995200#: builtin/grep.c:5475201#, c-format5202msgid "switch `%c' expects a numerical value"5203msgstr ""52045205#: builtin/grep.c:5645206#, c-format5207msgid "cannot open '%s'"5208msgstr ""52095210#: builtin/grep.c:6385211msgid "search in index instead of in the work tree"5212msgstr ""52135214#: builtin/grep.c:6405215msgid "find in contents not managed by git"5216msgstr ""52175218#: builtin/grep.c:6425219msgid "search in both tracked and untracked files"5220msgstr ""52215222#: builtin/grep.c:6445223msgid "search also in ignored files"5224msgstr ""52255226#: builtin/grep.c:6475227msgid "show non-matching lines"5228msgstr ""52295230#: builtin/grep.c:6495231msgid "case insensitive matching"5232msgstr ""52335234#: builtin/grep.c:6515235msgid "match patterns only at word boundaries"5236msgstr ""52375238#: builtin/grep.c:6535239msgid "process binary files as text"5240msgstr ""52415242#: builtin/grep.c:6555243msgid "don't match patterns in binary files"5244msgstr ""52455246#: builtin/grep.c:6585247msgid "process binary files with textconv filters"5248msgstr ""52495250#: builtin/grep.c:6605251msgid "descend at most <depth> levels"5252msgstr ""52535254#: builtin/grep.c:6645255msgid "use extended POSIX regular expressions"5256msgstr ""52575258#: builtin/grep.c:6675259msgid "use basic POSIX regular expressions (default)"5260msgstr ""52615262#: builtin/grep.c:6705263msgid "interpret patterns as fixed strings"5264msgstr ""52655266#: builtin/grep.c:6735267msgid "use Perl-compatible regular expressions"5268msgstr ""52695270#: builtin/grep.c:6765271msgid "show line numbers"5272msgstr ""52735274#: builtin/grep.c:6775275msgid "don't show filenames"5276msgstr ""52775278#: builtin/grep.c:6785279msgid "show filenames"5280msgstr ""52815282#: builtin/grep.c:6805283msgid "show filenames relative to top directory"5284msgstr ""52855286#: builtin/grep.c:6825287msgid "show only filenames instead of matching lines"5288msgstr ""52895290#: builtin/grep.c:6845291msgid "synonym for --files-with-matches"5292msgstr ""52935294#: builtin/grep.c:6875295msgid "show only the names of files without match"5296msgstr ""52975298#: builtin/grep.c:6895299msgid "print NUL after filenames"5300msgstr ""53015302#: builtin/grep.c:6915303msgid "show the number of matches instead of matching lines"5304msgstr ""53055306#: builtin/grep.c:6925307msgid "highlight matches"5308msgstr ""53095310#: builtin/grep.c:6945311msgid "print empty line between matches from different files"5312msgstr ""53135314#: builtin/grep.c:6965315msgid "show filename only once above matches from same file"5316msgstr ""53175318#: builtin/grep.c:6995319msgid "show <n> context lines before and after matches"5320msgstr ""53215322#: builtin/grep.c:7025323msgid "show <n> context lines before matches"5324msgstr ""53255326#: builtin/grep.c:7045327msgid "show <n> context lines after matches"5328msgstr ""53295330#: builtin/grep.c:7055331msgid "shortcut for -C NUM"5332msgstr ""53335334#: builtin/grep.c:7085335msgid "show a line with the function name before matches"5336msgstr ""53375338#: builtin/grep.c:7105339msgid "show the surrounding function"5340msgstr ""53415342#: builtin/grep.c:7135343msgid "read patterns from file"5344msgstr ""53455346#: builtin/grep.c:7155347msgid "match <pattern>"5348msgstr ""53495350#: builtin/grep.c:7175351msgid "combine patterns specified with -e"5352msgstr ""53535354#: builtin/grep.c:7295355msgid "indicate hit with exit status without output"5356msgstr ""53575358#: builtin/grep.c:7315359msgid "show only matches from files that match all patterns"5360msgstr ""53615362#: builtin/grep.c:7335363msgid "show parse tree for grep expression"5364msgstr ""53655366#: builtin/grep.c:7375367msgid "pager"5368msgstr ""53695370#: builtin/grep.c:7375371msgid "show matching files in the pager"5372msgstr ""53735374#: builtin/grep.c:7405375msgid "allow calling of grep(1) (ignored by this build)"5376msgstr ""53775378#: builtin/grep.c:741 builtin/show-ref.c:1875379msgid "show usage"5380msgstr ""53815382#: builtin/grep.c:8085383msgid "no pattern given."5384msgstr ""53855386#: builtin/grep.c:8665387msgid "--open-files-in-pager only works on the worktree"5388msgstr ""53895390#: builtin/grep.c:8925391msgid "--cached or --untracked cannot be used with --no-index."5392msgstr ""53935394#: builtin/grep.c:8975395msgid "--no-index or --untracked cannot be used with revs."5396msgstr ""53975398#: builtin/grep.c:9005399msgid "--[no-]exclude-standard cannot be used for tracked contents."5400msgstr ""54015402#: builtin/grep.c:9085403msgid "both --cached and trees are given."5404msgstr ""54055406#: builtin/hash-object.c:605407msgid ""5408"git hash-object [-t <type>] [-w] [--path=<file>|--no-filters] [--stdin] [--] "5409"<file>..."5410msgstr ""54115412#: builtin/hash-object.c:615413msgid "git hash-object --stdin-paths < <list-of-paths>"5414msgstr ""54155416#: builtin/hash-object.c:72 builtin/tag.c:6095417msgid "type"5418msgstr ""54195420#: builtin/hash-object.c:725421msgid "object type"5422msgstr ""54235424#: builtin/hash-object.c:735425msgid "write the object into the object database"5426msgstr ""54275428#: builtin/hash-object.c:745429msgid "read the object from stdin"5430msgstr ""54315432#: builtin/hash-object.c:765433msgid "store file as is without filters"5434msgstr ""54355436#: builtin/hash-object.c:775437msgid "process file as it were from this path"5438msgstr ""54395440#: builtin/help.c:415441msgid "print all available commands"5442msgstr ""54435444#: builtin/help.c:425445msgid "print list of useful guides"5446msgstr ""54475448#: builtin/help.c:435449msgid "show man page"5450msgstr ""54515452#: builtin/help.c:445453msgid "show manual in web browser"5454msgstr ""54555456#: builtin/help.c:465457msgid "show info page"5458msgstr ""54595460#: builtin/help.c:525461msgid "git help [--all] [--guides] [--man|--web|--info] [command]"5462msgstr ""54635464#: builtin/help.c:645465#, c-format5466msgid "unrecognized help format '%s'"5467msgstr ""54685469#: builtin/help.c:925470msgid "Failed to start emacsclient."5471msgstr ""54725473#: builtin/help.c:1055474msgid "Failed to parse emacsclient version."5475msgstr ""54765477#: builtin/help.c:1135478#, c-format5479msgid "emacsclient version '%d' too old (< 22)."5480msgstr ""54815482#: builtin/help.c:131 builtin/help.c:159 builtin/help.c:168 builtin/help.c:1765483#, c-format5484msgid "failed to exec '%s': %s"5485msgstr ""54865487#: builtin/help.c:2165488#, c-format5489msgid ""5490"'%s': path for unsupported man viewer.\n"5491"Please consider using 'man.<tool>.cmd' instead."5492msgstr ""54935494#: builtin/help.c:2285495#, c-format5496msgid ""5497"'%s': cmd for supported man viewer.\n"5498"Please consider using 'man.<tool>.path' instead."5499msgstr ""55005501#: builtin/help.c:3535502#, c-format5503msgid "'%s': unknown man viewer."5504msgstr ""55055506#: builtin/help.c:3705507msgid "no man viewer handled the request"5508msgstr ""55095510#: builtin/help.c:3785511msgid "no info viewer handled the request"5512msgstr ""55135514#: builtin/help.c:4245515msgid "Defining attributes per path"5516msgstr ""55175518#: builtin/help.c:4255519msgid "A Git glossary"5520msgstr ""55215522#: builtin/help.c:4265523msgid "Specifies intentionally untracked files to ignore"5524msgstr ""55255526#: builtin/help.c:4275527msgid "Defining submodule properties"5528msgstr ""55295530#: builtin/help.c:4285531msgid "Specifying revisions and ranges for Git"5532msgstr ""55335534#: builtin/help.c:4295535msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"5536msgstr ""55375538#: builtin/help.c:4305539msgid "An overview of recommended workflows with Git"5540msgstr ""55415542#: builtin/help.c:4425543msgid "The common Git guides are:\n"5544msgstr ""55455546#: builtin/help.c:463 builtin/help.c:4805547#, c-format5548msgid "usage: %s%s"5549msgstr ""55505551#: builtin/help.c:4965552#, c-format5553msgid "`git %s' is aliased to `%s'"5554msgstr ""55555556#: builtin/index-pack.c:1455557#, c-format5558msgid "unable to open %s"5559msgstr ""55605561#: builtin/index-pack.c:1915562#, c-format5563msgid "object type mismatch at %s"5564msgstr ""55655566#: builtin/index-pack.c:2115567#, c-format5568msgid "did not receive expected object %s"5569msgstr ""55705571#: builtin/index-pack.c:2145572#, c-format5573msgid "object %s: expected type %s, found %s"5574msgstr ""55755576#: builtin/index-pack.c:2565577#, c-format5578msgid "cannot fill %d byte"5579msgid_plural "cannot fill %d bytes"5580msgstr[0] ""5581msgstr[1] ""55825583#: builtin/index-pack.c:2665584msgid "early EOF"5585msgstr ""55865587#: builtin/index-pack.c:2675588msgid "read error on input"5589msgstr ""55905591#: builtin/index-pack.c:2795592msgid "used more bytes than were available"5593msgstr ""55945595#: builtin/index-pack.c:2865596msgid "pack too large for current definition of off_t"5597msgstr ""55985599#: builtin/index-pack.c:3025600#, c-format5601msgid "unable to create '%s'"5602msgstr ""56035604#: builtin/index-pack.c:3075605#, c-format5606msgid "cannot open packfile '%s'"5607msgstr ""56085609#: builtin/index-pack.c:3215610msgid "pack signature mismatch"5611msgstr ""56125613#: builtin/index-pack.c:3235614#, c-format5615msgid "pack version %<PRIu32> unsupported"5616msgstr ""56175618#: builtin/index-pack.c:3415619#, c-format5620msgid "pack has bad object at offset %lu: %s"5621msgstr ""56225623#: builtin/index-pack.c:4625624#, c-format5625msgid "inflate returned %d"5626msgstr ""56275628#: builtin/index-pack.c:5115629msgid "offset value overflow for delta base object"5630msgstr ""56315632#: builtin/index-pack.c:5195633msgid "delta base offset is out of bound"5634msgstr ""56355636#: builtin/index-pack.c:5275637#, c-format5638msgid "unknown object type %d"5639msgstr ""56405641#: builtin/index-pack.c:5585642msgid "cannot pread pack file"5643msgstr ""56445645#: builtin/index-pack.c:5605646#, c-format5647msgid "premature end of pack file, %lu byte missing"5648msgid_plural "premature end of pack file, %lu bytes missing"5649msgstr[0] ""5650msgstr[1] ""56515652#: builtin/index-pack.c:5865653msgid "serious inflate inconsistency"5654msgstr ""56555656#: builtin/index-pack.c:677 builtin/index-pack.c:683 builtin/index-pack.c:7065657#: builtin/index-pack.c:740 builtin/index-pack.c:7495658#, c-format5659msgid "SHA1 COLLISION FOUND WITH %s !"5660msgstr ""56615662#: builtin/index-pack.c:680 builtin/pack-objects.c:1625663#: builtin/pack-objects.c:2545664#, c-format5665msgid "unable to read %s"5666msgstr ""56675668#: builtin/index-pack.c:7465669#, c-format5670msgid "cannot read existing object %s"5671msgstr ""56725673#: builtin/index-pack.c:7605674#, c-format5675msgid "invalid blob object %s"5676msgstr ""56775678#: builtin/index-pack.c:7745679#, c-format5680msgid "invalid %s"5681msgstr ""56825683#: builtin/index-pack.c:7775684msgid "Error in object"5685msgstr ""56865687#: builtin/index-pack.c:7795688#, c-format5689msgid "Not all child objects of %s are reachable"5690msgstr ""56915692#: builtin/index-pack.c:851 builtin/index-pack.c:8815693msgid "failed to apply delta"5694msgstr ""56955696#: builtin/index-pack.c:10225697msgid "Receiving objects"5698msgstr ""56995700#: builtin/index-pack.c:10225701msgid "Indexing objects"5702msgstr ""57035704#: builtin/index-pack.c:10485705msgid "pack is corrupted (SHA1 mismatch)"5706msgstr ""57075708#: builtin/index-pack.c:10535709msgid "cannot fstat packfile"5710msgstr ""57115712#: builtin/index-pack.c:10565713msgid "pack has junk at the end"5714msgstr ""57155716#: builtin/index-pack.c:10675717msgid "confusion beyond insanity in parse_pack_objects()"5718msgstr ""57195720#: builtin/index-pack.c:10905721msgid "Resolving deltas"5722msgstr ""57235724#: builtin/index-pack.c:11005725#, c-format5726msgid "unable to create thread: %s"5727msgstr ""57285729#: builtin/index-pack.c:11425730msgid "confusion beyond insanity"5731msgstr ""57325733#: builtin/index-pack.c:11505734#, c-format5735msgid "completed with %d local objects"5736msgstr ""57375738#: builtin/index-pack.c:11605739#, c-format5740msgid "Unexpected tail checksum for %s (disk corruption?)"5741msgstr ""57425743#: builtin/index-pack.c:11645744#, c-format5745msgid "pack has %d unresolved delta"5746msgid_plural "pack has %d unresolved deltas"5747msgstr[0] ""5748msgstr[1] ""57495750#: builtin/index-pack.c:11895751#, c-format5752msgid "unable to deflate appended object (%d)"5753msgstr ""57545755#: builtin/index-pack.c:12685756#, c-format5757msgid "local object %s is corrupt"5758msgstr ""57595760#: builtin/index-pack.c:12925761msgid "error while closing pack file"5762msgstr ""57635764#: builtin/index-pack.c:13055765#, c-format5766msgid "cannot write keep file '%s'"5767msgstr ""57685769#: builtin/index-pack.c:13135770#, c-format5771msgid "cannot close written keep file '%s'"5772msgstr ""57735774#: builtin/index-pack.c:13265775msgid "cannot store pack file"5776msgstr ""57775778#: builtin/index-pack.c:13375779msgid "cannot store index file"5780msgstr ""57815782#: builtin/index-pack.c:13705783#, c-format5784msgid "bad pack.indexversion=%<PRIu32>"5785msgstr ""57865787#: builtin/index-pack.c:13765788#, c-format5789msgid "invalid number of threads specified (%d)"5790msgstr ""57915792#: builtin/index-pack.c:1380 builtin/index-pack.c:15595793#, c-format5794msgid "no threads support, ignoring %s"5795msgstr ""57965797#: builtin/index-pack.c:14385798#, c-format5799msgid "Cannot open existing pack file '%s'"5800msgstr ""58015802#: builtin/index-pack.c:14405803#, c-format5804msgid "Cannot open existing pack idx file for '%s'"5805msgstr ""58065807#: builtin/index-pack.c:14875808#, c-format5809msgid "non delta: %d object"5810msgid_plural "non delta: %d objects"5811msgstr[0] ""5812msgstr[1] ""58135814#: builtin/index-pack.c:14945815#, c-format5816msgid "chain length = %d: %lu object"5817msgid_plural "chain length = %d: %lu objects"5818msgstr[0] ""5819msgstr[1] ""58205821#: builtin/index-pack.c:15235822msgid "Cannot come back to cwd"5823msgstr ""58245825#: builtin/index-pack.c:1571 builtin/index-pack.c:15745826#: builtin/index-pack.c:1586 builtin/index-pack.c:15905827#, c-format5828msgid "bad %s"5829msgstr ""58305831#: builtin/index-pack.c:16045832msgid "--fix-thin cannot be used without --stdin"5833msgstr ""58345835#: builtin/index-pack.c:1608 builtin/index-pack.c:16175836#, c-format5837msgid "packfile name '%s' does not end with '.pack'"5838msgstr ""58395840#: builtin/index-pack.c:16255841msgid "--verify with no packfile name given"5842msgstr ""58435844#: builtin/init-db.c:355845#, c-format5846msgid "Could not make %s writable by group"5847msgstr ""58485849#: builtin/init-db.c:625850#, c-format5851msgid "insanely long template name %s"5852msgstr ""58535854#: builtin/init-db.c:675855#, c-format5856msgid "cannot stat '%s'"5857msgstr ""58585859#: builtin/init-db.c:735860#, c-format5861msgid "cannot stat template '%s'"5862msgstr ""58635864#: builtin/init-db.c:805865#, c-format5866msgid "cannot opendir '%s'"5867msgstr ""58685869#: builtin/init-db.c:975870#, c-format5871msgid "cannot readlink '%s'"5872msgstr ""58735874#: builtin/init-db.c:995875#, c-format5876msgid "insanely long symlink %s"5877msgstr ""58785879#: builtin/init-db.c:1025880#, c-format5881msgid "cannot symlink '%s' '%s'"5882msgstr ""58835884#: builtin/init-db.c:1065885#, c-format5886msgid "cannot copy '%s' to '%s'"5887msgstr ""58885889#: builtin/init-db.c:1105890#, c-format5891msgid "ignoring template %s"5892msgstr ""58935894#: builtin/init-db.c:1335895#, c-format5896msgid "insanely long template path %s"5897msgstr ""58985899#: builtin/init-db.c:1415900#, c-format5901msgid "templates not found %s"5902msgstr ""59035904#: builtin/init-db.c:1545905#, c-format5906msgid "not copying templates of a wrong format version %d from '%s'"5907msgstr ""59085909#: builtin/init-db.c:1925910#, c-format5911msgid "insane git directory %s"5912msgstr ""59135914#: builtin/init-db.c:323 builtin/init-db.c:3265915#, c-format5916msgid "%s already exists"5917msgstr ""59185919#: builtin/init-db.c:3555920#, c-format5921msgid "unable to handle file type %d"5922msgstr ""59235924#: builtin/init-db.c:3585925#, c-format5926msgid "unable to move %s to %s"5927msgstr ""59285929#. TRANSLATORS: The first '%s' is either "Reinitialized5930#. existing" or "Initialized empty", the second " shared" or5931#. "", and the last '%s%s' is the verbatim directory name.5932#: builtin/init-db.c:4185933#, c-format5934msgid "%s%s Git repository in %s%s\n"5935msgstr ""59365937#: builtin/init-db.c:4195938msgid "Reinitialized existing"5939msgstr ""59405941#: builtin/init-db.c:4195942msgid "Initialized empty"5943msgstr ""59445945#: builtin/init-db.c:4205946msgid " shared"5947msgstr ""59485949#: builtin/init-db.c:4395950msgid "cannot tell cwd"5951msgstr ""59525953#: builtin/init-db.c:4655954msgid ""5955"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"5956"shared[=<permissions>]] [directory]"5957msgstr ""59585959#: builtin/init-db.c:4885960msgid "permissions"5961msgstr ""59625963#: builtin/init-db.c:4895964msgid "specify that the git repository is to be shared amongst several users"5965msgstr ""59665967#: builtin/init-db.c:491 builtin/prune-packed.c:79 builtin/repack.c:1725968msgid "be quiet"5969msgstr ""59705971#: builtin/init-db.c:523 builtin/init-db.c:5285972#, c-format5973msgid "cannot mkdir %s"5974msgstr ""59755976#: builtin/init-db.c:5325977#, c-format5978msgid "cannot chdir to %s"5979msgstr ""59805981#: builtin/init-db.c:5545982#, c-format5983msgid ""5984"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"5985"dir=<directory>)"5986msgstr ""59875988#: builtin/init-db.c:5785989msgid "Cannot access current working directory"5990msgstr ""59915992#: builtin/init-db.c:5855993#, c-format5994msgid "Cannot access work tree '%s'"5995msgstr ""59965997#: builtin/log.c:415998msgid "git log [<options>] [<revision range>] [[--] <path>...]\n"5999msgstr ""60006001#: builtin/log.c:426002msgid " or: git show [options] <object>..."6003msgstr ""60046005#: builtin/log.c:1276006msgid "suppress diff output"6007msgstr ""60086009#: builtin/log.c:1286010msgid "show source"6011msgstr ""60126013#: builtin/log.c:1296014msgid "Use mail map file"6015msgstr ""60166017#: builtin/log.c:1306018msgid "decorate options"6019msgstr ""60206021#: builtin/log.c:2296022#, c-format6023msgid "Final output: %d %s\n"6024msgstr ""60256026#: builtin/log.c:470 builtin/log.c:5626027#, c-format6028msgid "Could not read object %s"6029msgstr ""60306031#: builtin/log.c:5866032#, c-format6033msgid "Unknown type: %d"6034msgstr ""60356036#: builtin/log.c:6876037msgid "format.headers without value"6038msgstr ""60396040#: builtin/log.c:7716041msgid "name of output directory is too long"6042msgstr ""60436044#: builtin/log.c:7876045#, c-format6046msgid "Cannot open patch file %s"6047msgstr ""60486049#: builtin/log.c:8016050msgid "Need exactly one range."6051msgstr ""60526053#: builtin/log.c:8096054msgid "Not a range."6055msgstr ""60566057#: builtin/log.c:9166058msgid "Cover letter needs email format"6059msgstr ""60606061#: builtin/log.c:9956062#, c-format6063msgid "insane in-reply-to: %s"6064msgstr ""60656066#: builtin/log.c:10236067msgid "git format-patch [options] [<since> | <revision range>]"6068msgstr ""60696070#: builtin/log.c:10686071msgid "Two output directories?"6072msgstr ""60736074#: builtin/log.c:11836075msgid "use [PATCH n/m] even with a single patch"6076msgstr ""60776078#: builtin/log.c:11866079msgid "use [PATCH] even with multiple patches"6080msgstr ""60816082#: builtin/log.c:11906083msgid "print patches to standard out"6084msgstr ""60856086#: builtin/log.c:11926087msgid "generate a cover letter"6088msgstr ""60896090#: builtin/log.c:11946091msgid "use simple number sequence for output file names"6092msgstr ""60936094#: builtin/log.c:11956095msgid "sfx"6096msgstr ""60976098#: builtin/log.c:11966099msgid "use <sfx> instead of '.patch'"6100msgstr ""61016102#: builtin/log.c:11986103msgid "start numbering patches at <n> instead of 1"6104msgstr ""61056106#: builtin/log.c:12006107msgid "mark the series as Nth re-roll"6108msgstr ""61096110#: builtin/log.c:12026111msgid "Use [<prefix>] instead of [PATCH]"6112msgstr ""61136114#: builtin/log.c:12056115msgid "store resulting files in <dir>"6116msgstr ""61176118#: builtin/log.c:12086119msgid "don't strip/add [PATCH]"6120msgstr ""61216122#: builtin/log.c:12116123msgid "don't output binary diffs"6124msgstr ""61256126#: builtin/log.c:12136127msgid "don't include a patch matching a commit upstream"6128msgstr ""61296130#: builtin/log.c:12156131msgid "show patch format instead of default (patch + stat)"6132msgstr ""61336134#: builtin/log.c:12176135msgid "Messaging"6136msgstr ""61376138#: builtin/log.c:12186139msgid "header"6140msgstr ""61416142#: builtin/log.c:12196143msgid "add email header"6144msgstr ""61456146#: builtin/log.c:1220 builtin/log.c:12226147msgid "email"6148msgstr ""61496150#: builtin/log.c:12206151msgid "add To: header"6152msgstr ""61536154#: builtin/log.c:12226155msgid "add Cc: header"6156msgstr ""61576158#: builtin/log.c:12246159msgid "ident"6160msgstr ""61616162#: builtin/log.c:12256163msgid "set From address to <ident> (or committer ident if absent)"6164msgstr ""61656166#: builtin/log.c:12276167msgid "message-id"6168msgstr ""61696170#: builtin/log.c:12286171msgid "make first mail a reply to <message-id>"6172msgstr ""61736174#: builtin/log.c:1229 builtin/log.c:12326175msgid "boundary"6176msgstr ""61776178#: builtin/log.c:12306179msgid "attach the patch"6180msgstr ""61816182#: builtin/log.c:12336183msgid "inline the patch"6184msgstr ""61856186#: builtin/log.c:12376187msgid "enable message threading, styles: shallow, deep"6188msgstr ""61896190#: builtin/log.c:12396191msgid "signature"6192msgstr ""61936194#: builtin/log.c:12406195msgid "add a signature"6196msgstr ""61976198#: builtin/log.c:12426199msgid "add a signature from a file"6200msgstr ""62016202#: builtin/log.c:12436203msgid "don't print the patch filenames"6204msgstr ""62056206#: builtin/log.c:13176207#, c-format6208msgid "invalid ident line: %s"6209msgstr ""62106211#: builtin/log.c:13326212msgid "-n and -k are mutually exclusive."6213msgstr ""62146215#: builtin/log.c:13346216msgid "--subject-prefix and -k are mutually exclusive."6217msgstr ""62186219#: builtin/log.c:13426220msgid "--name-only does not make sense"6221msgstr ""62226223#: builtin/log.c:13446224msgid "--name-status does not make sense"6225msgstr ""62266227#: builtin/log.c:13466228msgid "--check does not make sense"6229msgstr ""62306231#: builtin/log.c:13696232msgid "standard output, or directory, which one?"6233msgstr ""62346235#: builtin/log.c:13716236#, c-format6237msgid "Could not create directory '%s'"6238msgstr ""62396240#: builtin/log.c:14686241#, c-format6242msgid "unable to read signature file '%s'"6243msgstr ""62446245#: builtin/log.c:15316246msgid "Failed to create output files"6247msgstr ""62486249#: builtin/log.c:15796250msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"6251msgstr ""62526253#: builtin/log.c:16346254#, c-format6255msgid ""6256"Could not find a tracked remote branch, please specify <upstream> manually.\n"6257msgstr ""62586259#: builtin/log.c:1647 builtin/log.c:1649 builtin/log.c:16616260#, c-format6261msgid "Unknown commit %s"6262msgstr ""62636264#: builtin/ls-files.c:4016265msgid "git ls-files [options] [<file>...]"6266msgstr ""62676268#: builtin/ls-files.c:4586269msgid "identify the file status with tags"6270msgstr ""62716272#: builtin/ls-files.c:4606273msgid "use lowercase letters for 'assume unchanged' files"6274msgstr ""62756276#: builtin/ls-files.c:4626277msgid "show cached files in the output (default)"6278msgstr ""62796280#: builtin/ls-files.c:4646281msgid "show deleted files in the output"6282msgstr ""62836284#: builtin/ls-files.c:4666285msgid "show modified files in the output"6286msgstr ""62876288#: builtin/ls-files.c:4686289msgid "show other files in the output"6290msgstr ""62916292#: builtin/ls-files.c:4706293msgid "show ignored files in the output"6294msgstr ""62956296#: builtin/ls-files.c:4736297msgid "show staged contents' object name in the output"6298msgstr ""62996300#: builtin/ls-files.c:4756301msgid "show files on the filesystem that need to be removed"6302msgstr ""63036304#: builtin/ls-files.c:4776305msgid "show 'other' directories' name only"6306msgstr ""63076308#: builtin/ls-files.c:4806309msgid "don't show empty directories"6310msgstr ""63116312#: builtin/ls-files.c:4836313msgid "show unmerged files in the output"6314msgstr ""63156316#: builtin/ls-files.c:4856317msgid "show resolve-undo information"6318msgstr ""63196320#: builtin/ls-files.c:4876321msgid "skip files matching pattern"6322msgstr ""63236324#: builtin/ls-files.c:4906325msgid "exclude patterns are read from <file>"6326msgstr ""63276328#: builtin/ls-files.c:4936329msgid "read additional per-directory exclude patterns in <file>"6330msgstr ""63316332#: builtin/ls-files.c:4956333msgid "add the standard git exclusions"6334msgstr ""63356336#: builtin/ls-files.c:4986337msgid "make the output relative to the project top directory"6338msgstr ""63396340#: builtin/ls-files.c:5016341msgid "if any <file> is not in the index, treat this as an error"6342msgstr ""63436344#: builtin/ls-files.c:5026345msgid "tree-ish"6346msgstr ""63476348#: builtin/ls-files.c:5036349msgid "pretend that paths removed since <tree-ish> are still present"6350msgstr ""63516352#: builtin/ls-files.c:5056353msgid "show debugging data"6354msgstr ""63556356#: builtin/ls-tree.c:286357msgid "git ls-tree [<options>] <tree-ish> [<path>...]"6358msgstr ""63596360#: builtin/ls-tree.c:1266361msgid "only show trees"6362msgstr ""63636364#: builtin/ls-tree.c:1286365msgid "recurse into subtrees"6366msgstr ""63676368#: builtin/ls-tree.c:1306369msgid "show trees when recursing"6370msgstr ""63716372#: builtin/ls-tree.c:1336373msgid "terminate entries with NUL byte"6374msgstr ""63756376#: builtin/ls-tree.c:1346377msgid "include object size"6378msgstr ""63796380#: builtin/ls-tree.c:136 builtin/ls-tree.c:1386381msgid "list only filenames"6382msgstr ""63836384#: builtin/ls-tree.c:1416385msgid "use full path names"6386msgstr ""63876388#: builtin/ls-tree.c:1436389msgid "list entire tree; not just current directory (implies --full-name)"6390msgstr ""63916392#: builtin/merge.c:436393msgid "git merge [options] [<commit>...]"6394msgstr ""63956396#: builtin/merge.c:446397msgid "git merge [options] <msg> HEAD <commit>"6398msgstr ""63996400#: builtin/merge.c:456401msgid "git merge --abort"6402msgstr ""64036404#: builtin/merge.c:986405msgid "switch `m' requires a value"6406msgstr ""64076408#: builtin/merge.c:1356409#, c-format6410msgid "Could not find merge strategy '%s'.\n"6411msgstr ""64126413#: builtin/merge.c:1366414#, c-format6415msgid "Available strategies are:"6416msgstr ""64176418#: builtin/merge.c:1416419#, c-format6420msgid "Available custom strategies are:"6421msgstr ""64226423#: builtin/merge.c:1916424msgid "do not show a diffstat at the end of the merge"6425msgstr ""64266427#: builtin/merge.c:1946428msgid "show a diffstat at the end of the merge"6429msgstr ""64306431#: builtin/merge.c:1956432msgid "(synonym to --stat)"6433msgstr ""64346435#: builtin/merge.c:1976436msgid "add (at most <n>) entries from shortlog to merge commit message"6437msgstr ""64386439#: builtin/merge.c:2006440msgid "create a single commit instead of doing a merge"6441msgstr ""64426443#: builtin/merge.c:2026444msgid "perform a commit if the merge succeeds (default)"6445msgstr ""64466447#: builtin/merge.c:2046448msgid "edit message before committing"6449msgstr ""64506451#: builtin/merge.c:2056452msgid "allow fast-forward (default)"6453msgstr ""64546455#: builtin/merge.c:2076456msgid "abort if fast-forward is not possible"6457msgstr ""64586459#: builtin/merge.c:2116460msgid "Verify that the named commit has a valid GPG signature"6461msgstr ""64626463#: builtin/merge.c:212 builtin/notes.c:742 builtin/revert.c:896464msgid "strategy"6465msgstr ""64666467#: builtin/merge.c:2136468msgid "merge strategy to use"6469msgstr ""64706471#: builtin/merge.c:2146472msgid "option=value"6473msgstr ""64746475#: builtin/merge.c:2156476msgid "option for selected merge strategy"6477msgstr ""64786479#: builtin/merge.c:2176480msgid "merge commit message (for a non-fast-forward merge)"6481msgstr ""64826483#: builtin/merge.c:2216484msgid "abort the current in-progress merge"6485msgstr ""64866487#: builtin/merge.c:2506488msgid "could not run stash."6489msgstr ""64906491#: builtin/merge.c:2556492msgid "stash failed"6493msgstr ""64946495#: builtin/merge.c:2606496#, c-format6497msgid "not a valid object: %s"6498msgstr ""64996500#: builtin/merge.c:279 builtin/merge.c:2966501msgid "read-tree failed"6502msgstr ""65036504#: builtin/merge.c:3266505msgid " (nothing to squash)"6506msgstr ""65076508#: builtin/merge.c:3396509#, c-format6510msgid "Squash commit -- not updating HEAD\n"6511msgstr ""65126513#: builtin/merge.c:3716514msgid "Writing SQUASH_MSG"6515msgstr ""65166517#: builtin/merge.c:3736518msgid "Finishing SQUASH_MSG"6519msgstr ""65206521#: builtin/merge.c:3966522#, c-format6523msgid "No merge message -- not updating HEAD\n"6524msgstr ""65256526#: builtin/merge.c:4466527#, c-format6528msgid "'%s' does not point to a commit"6529msgstr ""65306531#: builtin/merge.c:5586532#, c-format6533msgid "Bad branch.%s.mergeoptions string: %s"6534msgstr ""65356536#: builtin/merge.c:6536537msgid "git write-tree failed to write a tree"6538msgstr ""65396540#: builtin/merge.c:6786541msgid "Not handling anything other than two heads merge."6542msgstr ""65436544#: builtin/merge.c:6926545#, c-format6546msgid "Unknown option for merge-recursive: -X%s"6547msgstr ""65486549#: builtin/merge.c:7056550#, c-format6551msgid "unable to write %s"6552msgstr ""65536554#: builtin/merge.c:7946555#, c-format6556msgid "Could not read from '%s'"6557msgstr ""65586559#: builtin/merge.c:8036560#, c-format6561msgid "Not committing merge; use 'git commit' to complete the merge.\n"6562msgstr ""65636564#: builtin/merge.c:8096565#, c-format6566msgid ""6567"Please enter a commit message to explain why this merge is necessary,\n"6568"especially if it merges an updated upstream into a topic branch.\n"6569"\n"6570"Lines starting with '%c' will be ignored, and an empty message aborts\n"6571"the commit.\n"6572msgstr ""65736574#: builtin/merge.c:8336575msgid "Empty commit message."6576msgstr ""65776578#: builtin/merge.c:8456579#, c-format6580msgid "Wonderful.\n"6581msgstr ""65826583#: builtin/merge.c:9086584#, c-format6585msgid "Automatic merge failed; fix conflicts and then commit the result.\n"6586msgstr ""65876588#: builtin/merge.c:9246589#, c-format6590msgid "'%s' is not a commit"6591msgstr ""65926593#: builtin/merge.c:9656594msgid "No current branch."6595msgstr ""65966597#: builtin/merge.c:9676598msgid "No remote for the current branch."6599msgstr ""66006601#: builtin/merge.c:9696602msgid "No default upstream defined for the current branch."6603msgstr ""66046605#: builtin/merge.c:9746606#, c-format6607msgid "No remote-tracking branch for %s from %s"6608msgstr ""66096610#: builtin/merge.c:11306611msgid "There is no merge to abort (MERGE_HEAD missing)."6612msgstr ""66136614#: builtin/merge.c:1146 git-pull.sh:316615msgid ""6616"You have not concluded your merge (MERGE_HEAD exists).\n"6617"Please, commit your changes before you can merge."6618msgstr ""66196620#: builtin/merge.c:1149 git-pull.sh:346621msgid "You have not concluded your merge (MERGE_HEAD exists)."6622msgstr ""66236624#: builtin/merge.c:11536625msgid ""6626"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"6627"Please, commit your changes before you can merge."6628msgstr ""66296630#: builtin/merge.c:11566631msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."6632msgstr ""66336634#: builtin/merge.c:11656635msgid "You cannot combine --squash with --no-ff."6636msgstr ""66376638#: builtin/merge.c:11746639msgid "No commit specified and merge.defaultToUpstream not set."6640msgstr ""66416642#: builtin/merge.c:12066643msgid "Can merge only exactly one commit into empty head"6644msgstr ""66456646#: builtin/merge.c:12096647msgid "Squash commit into empty head not supported yet"6648msgstr ""66496650#: builtin/merge.c:12116651msgid "Non-fast-forward commit does not make sense into an empty head"6652msgstr ""66536654#: builtin/merge.c:12166655#, c-format6656msgid "%s - not something we can merge"6657msgstr ""66586659#: builtin/merge.c:12676660#, c-format6661msgid "Commit %s has an untrusted GPG signature, allegedly by %s."6662msgstr ""66636664#: builtin/merge.c:12706665#, c-format6666msgid "Commit %s has a bad GPG signature allegedly by %s."6667msgstr ""66686669#: builtin/merge.c:12736670#, c-format6671msgid "Commit %s does not have a GPG signature."6672msgstr ""66736674#: builtin/merge.c:12766675#, c-format6676msgid "Commit %s has a good GPG signature by %s\n"6677msgstr ""66786679#: builtin/merge.c:13576680#, c-format6681msgid "Updating %s..%s\n"6682msgstr ""66836684#: builtin/merge.c:13966685#, c-format6686msgid "Trying really trivial in-index merge...\n"6687msgstr ""66886689#: builtin/merge.c:14036690#, c-format6691msgid "Nope.\n"6692msgstr ""66936694#: builtin/merge.c:14356695msgid "Not possible to fast-forward, aborting."6696msgstr ""66976698#: builtin/merge.c:1458 builtin/merge.c:15376699#, c-format6700msgid "Rewinding the tree to pristine...\n"6701msgstr ""67026703#: builtin/merge.c:14626704#, c-format6705msgid "Trying merge strategy %s...\n"6706msgstr ""67076708#: builtin/merge.c:15286709#, c-format6710msgid "No merge strategy handled the merge.\n"6711msgstr ""67126713#: builtin/merge.c:15306714#, c-format6715msgid "Merge with strategy %s failed.\n"6716msgstr ""67176718#: builtin/merge.c:15396719#, c-format6720msgid "Using the %s to prepare resolving by hand.\n"6721msgstr ""67226723#: builtin/merge.c:15516724#, c-format6725msgid "Automatic merge went well; stopped before committing as requested\n"6726msgstr ""67276728#: builtin/merge-base.c:296729msgid "git merge-base [-a|--all] <commit> <commit>..."6730msgstr ""67316732#: builtin/merge-base.c:306733msgid "git merge-base [-a|--all] --octopus <commit>..."6734msgstr ""67356736#: builtin/merge-base.c:316737msgid "git merge-base --independent <commit>..."6738msgstr ""67396740#: builtin/merge-base.c:326741msgid "git merge-base --is-ancestor <commit> <commit>"6742msgstr ""67436744#: builtin/merge-base.c:336745msgid "git merge-base --fork-point <ref> [<commit>]"6746msgstr ""67476748#: builtin/merge-base.c:2146749msgid "output all common ancestors"6750msgstr ""67516752#: builtin/merge-base.c:2166753msgid "find ancestors for a single n-way merge"6754msgstr ""67556756#: builtin/merge-base.c:2186757msgid "list revs not reachable from others"6758msgstr ""67596760#: builtin/merge-base.c:2206761msgid "is the first one ancestor of the other?"6762msgstr ""67636764#: builtin/merge-base.c:2226765msgid "find where <commit> forked from reflog of <ref>"6766msgstr ""67676768#: builtin/merge-file.c:86769msgid ""6770"git merge-file [options] [-L name1 [-L orig [-L name2]]] file1 orig_file "6771"file2"6772msgstr ""67736774#: builtin/merge-file.c:336775msgid "send results to standard output"6776msgstr ""67776778#: builtin/merge-file.c:346779msgid "use a diff3 based merge"6780msgstr ""67816782#: builtin/merge-file.c:356783msgid "for conflicts, use our version"6784msgstr ""67856786#: builtin/merge-file.c:376787msgid "for conflicts, use their version"6788msgstr ""67896790#: builtin/merge-file.c:396791msgid "for conflicts, use a union version"6792msgstr ""67936794#: builtin/merge-file.c:426795msgid "for conflicts, use this marker size"6796msgstr ""67976798#: builtin/merge-file.c:436799msgid "do not warn about conflicts"6800msgstr ""68016802#: builtin/merge-file.c:456803msgid "set labels for file1/orig_file/file2"6804msgstr ""68056806#: builtin/mktree.c:646807msgid "git mktree [-z] [--missing] [--batch]"6808msgstr ""68096810#: builtin/mktree.c:1506811msgid "input is NUL terminated"6812msgstr ""68136814#: builtin/mktree.c:151 builtin/write-tree.c:246815msgid "allow missing objects"6816msgstr ""68176818#: builtin/mktree.c:1526819msgid "allow creation of more than one tree"6820msgstr ""68216822#: builtin/mv.c:156823msgid "git mv [options] <source>... <destination>"6824msgstr ""68256826#: builtin/mv.c:716827msgid "force move/rename even if target exists"6828msgstr ""68296830#: builtin/mv.c:726831msgid "skip move/rename errors"6832msgstr ""68336834#: builtin/mv.c:1226835#, c-format6836msgid "Checking rename of '%s' to '%s'\n"6837msgstr ""68386839#: builtin/mv.c:1266840msgid "bad source"6841msgstr ""68426843#: builtin/mv.c:1296844msgid "can not move directory into itself"6845msgstr ""68466847#: builtin/mv.c:1326848msgid "cannot move directory over file"6849msgstr ""68506851#: builtin/mv.c:1386852#, c-format6853msgid "Huh? Directory %s is in index and no submodule?"6854msgstr ""68556856#: builtin/mv.c:140 builtin/rm.c:3186857msgid "Please, stage your changes to .gitmodules or stash them to proceed"6858msgstr ""68596860#: builtin/mv.c:1566861#, c-format6862msgid "Huh? %.*s is in index?"6863msgstr ""68646865#: builtin/mv.c:1696866msgid "source directory is empty"6867msgstr ""68686869#: builtin/mv.c:2056870msgid "not under version control"6871msgstr ""68726873#: builtin/mv.c:2086874msgid "destination exists"6875msgstr ""68766877#: builtin/mv.c:2166878#, c-format6879msgid "overwriting '%s'"6880msgstr ""68816882#: builtin/mv.c:2196883msgid "Cannot overwrite"6884msgstr ""68856886#: builtin/mv.c:2226887msgid "multiple sources for the same target"6888msgstr ""68896890#: builtin/mv.c:2246891msgid "destination directory does not exist"6892msgstr ""68936894#: builtin/mv.c:2446895#, c-format6896msgid "%s, source=%s, destination=%s"6897msgstr ""68986899#: builtin/mv.c:2546900#, c-format6901msgid "Renaming %s to %s\n"6902msgstr ""69036904#: builtin/mv.c:257 builtin/remote.c:725 builtin/repack.c:3586905#, c-format6906msgid "renaming '%s' failed"6907msgstr ""69086909#: builtin/name-rev.c:2556910msgid "git name-rev [options] <commit>..."6911msgstr ""69126913#: builtin/name-rev.c:2566914msgid "git name-rev [options] --all"6915msgstr ""69166917#: builtin/name-rev.c:2576918msgid "git name-rev [options] --stdin"6919msgstr ""69206921#: builtin/name-rev.c:3096922msgid "print only names (no SHA-1)"6923msgstr ""69246925#: builtin/name-rev.c:3106926msgid "only use tags to name the commits"6927msgstr ""69286929#: builtin/name-rev.c:3126930msgid "only use refs matching <pattern>"6931msgstr ""69326933#: builtin/name-rev.c:3146934msgid "list all commits reachable from all refs"6935msgstr ""69366937#: builtin/name-rev.c:3156938msgid "read from stdin"6939msgstr ""69406941#: builtin/name-rev.c:3166942msgid "allow to print `undefined` names (default)"6943msgstr ""69446945#: builtin/name-rev.c:3226946msgid "dereference tags in the input (internal use)"6947msgstr ""69486949#: builtin/notes.c:246950msgid "git notes [--ref <notes_ref>] [list [<object>]]"6951msgstr ""69526953#: builtin/notes.c:256954msgid ""6955"git notes [--ref <notes_ref>] add [-f] [-m <msg> | -F <file> | (-c | -C) "6956"<object>] [<object>]"6957msgstr ""69586959#: builtin/notes.c:266960msgid "git notes [--ref <notes_ref>] copy [-f] <from-object> <to-object>"6961msgstr ""69626963#: builtin/notes.c:276964msgid ""6965"git notes [--ref <notes_ref>] append [-m <msg> | -F <file> | (-c | -C) "6966"<object>] [<object>]"6967msgstr ""69686969#: builtin/notes.c:286970msgid "git notes [--ref <notes_ref>] edit [<object>]"6971msgstr ""69726973#: builtin/notes.c:296974msgid "git notes [--ref <notes_ref>] show [<object>]"6975msgstr ""69766977#: builtin/notes.c:306978msgid ""6979"git notes [--ref <notes_ref>] merge [-v | -q] [-s <strategy> ] <notes_ref>"6980msgstr ""69816982#: builtin/notes.c:316983msgid "git notes merge --commit [-v | -q]"6984msgstr ""69856986#: builtin/notes.c:326987msgid "git notes merge --abort [-v | -q]"6988msgstr ""69896990#: builtin/notes.c:336991msgid "git notes [--ref <notes_ref>] remove [<object>...]"6992msgstr ""69936994#: builtin/notes.c:346995msgid "git notes [--ref <notes_ref>] prune [-n | -v]"6996msgstr ""69976998#: builtin/notes.c:356999msgid "git notes [--ref <notes_ref>] get-ref"7000msgstr ""70017002#: builtin/notes.c:407003msgid "git notes [list [<object>]]"7004msgstr ""70057006#: builtin/notes.c:457007msgid "git notes add [<options>] [<object>]"7008msgstr ""70097010#: builtin/notes.c:507011msgid "git notes copy [<options>] <from-object> <to-object>"7012msgstr ""70137014#: builtin/notes.c:517015msgid "git notes copy --stdin [<from-object> <to-object>]..."7016msgstr ""70177018#: builtin/notes.c:567019msgid "git notes append [<options>] [<object>]"7020msgstr ""70217022#: builtin/notes.c:617023msgid "git notes edit [<object>]"7024msgstr ""70257026#: builtin/notes.c:667027msgid "git notes show [<object>]"7028msgstr ""70297030#: builtin/notes.c:717031msgid "git notes merge [<options>] <notes_ref>"7032msgstr ""70337034#: builtin/notes.c:727035msgid "git notes merge --commit [<options>]"7036msgstr ""70377038#: builtin/notes.c:737039msgid "git notes merge --abort [<options>]"7040msgstr ""70417042#: builtin/notes.c:787043msgid "git notes remove [<object>]"7044msgstr ""70457046#: builtin/notes.c:837047msgid "git notes prune [<options>]"7048msgstr ""70497050#: builtin/notes.c:887051msgid "git notes get-ref"7052msgstr ""70537054#: builtin/notes.c:1377055#, c-format7056msgid "unable to start 'show' for object '%s'"7057msgstr ""70587059#: builtin/notes.c:1417060msgid "could not read 'show' output"7061msgstr ""70627063#: builtin/notes.c:1497064#, c-format7065msgid "failed to finish 'show' for object '%s'"7066msgstr ""70677068#: builtin/notes.c:167 builtin/tag.c:4777069#, c-format7070msgid "could not create file '%s'"7071msgstr ""70727073#: builtin/notes.c:1867074msgid "Please supply the note contents using either -m or -F option"7075msgstr ""70767077#: builtin/notes.c:207 builtin/notes.c:8487078#, c-format7079msgid "Removing note for object %s\n"7080msgstr ""70817082#: builtin/notes.c:2127083msgid "unable to write note object"7084msgstr ""70857086#: builtin/notes.c:2147087#, c-format7088msgid "The note contents has been left in %s"7089msgstr ""70907091#: builtin/notes.c:248 builtin/tag.c:6927092#, c-format7093msgid "cannot read '%s'"7094msgstr ""70957096#: builtin/notes.c:250 builtin/tag.c:6957097#, c-format7098msgid "could not open or read '%s'"7099msgstr ""71007101#: builtin/notes.c:269 builtin/notes.c:320 builtin/notes.c:3227102#: builtin/notes.c:382 builtin/notes.c:436 builtin/notes.c:5197103#: builtin/notes.c:524 builtin/notes.c:599 builtin/notes.c:6417104#: builtin/notes.c:843 builtin/tag.c:7087105#, c-format7106msgid "Failed to resolve '%s' as a valid ref."7107msgstr ""71087109#: builtin/notes.c:2727110#, c-format7111msgid "Failed to read object '%s'."7112msgstr ""71137114#: builtin/notes.c:2767115#, c-format7116msgid "Cannot read note data from non-blob object '%s'."7117msgstr ""71187119#: builtin/notes.c:3167120#, c-format7121msgid "Malformed input line: '%s'."7122msgstr ""71237124#: builtin/notes.c:3317125#, c-format7126msgid "Failed to copy notes from '%s' to '%s'"7127msgstr ""71287129#: builtin/notes.c:375 builtin/notes.c:429 builtin/notes.c:5027130#: builtin/notes.c:514 builtin/notes.c:587 builtin/notes.c:6347131#: builtin/notes.c:9087132msgid "too many parameters"7133msgstr ""71347135#: builtin/notes.c:388 builtin/notes.c:6477136#, c-format7137msgid "No note found for object %s."7138msgstr ""71397140#: builtin/notes.c:410 builtin/notes.c:5677141msgid "note contents as a string"7142msgstr ""71437144#: builtin/notes.c:413 builtin/notes.c:5707145msgid "note contents in a file"7146msgstr ""71477148#: builtin/notes.c:415 builtin/notes.c:418 builtin/notes.c:5727149#: builtin/notes.c:575 builtin/tag.c:6277150msgid "object"7151msgstr ""71527153#: builtin/notes.c:416 builtin/notes.c:5737154msgid "reuse and edit specified note object"7155msgstr ""71567157#: builtin/notes.c:419 builtin/notes.c:5767158msgid "reuse specified note object"7159msgstr ""71607161#: builtin/notes.c:421 builtin/notes.c:4897162msgid "replace existing notes"7163msgstr ""71647165#: builtin/notes.c:4557166#, c-format7167msgid ""7168"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "7169"existing notes"7170msgstr ""71717172#: builtin/notes.c:460 builtin/notes.c:5377173#, c-format7174msgid "Overwriting existing notes for object %s\n"7175msgstr ""71767177#: builtin/notes.c:4907178msgid "read objects from stdin"7179msgstr ""71807181#: builtin/notes.c:4927182msgid "load rewriting config for <command> (implies --stdin)"7183msgstr ""71847185#: builtin/notes.c:5107186msgid "too few parameters"7187msgstr ""71887189#: builtin/notes.c:5317190#, c-format7191msgid ""7192"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "7193"existing notes"7194msgstr ""71957196#: builtin/notes.c:5437197#, c-format7198msgid "Missing notes on source object %s. Cannot copy."7199msgstr ""72007201#: builtin/notes.c:5927202#, c-format7203msgid ""7204"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"7205"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"7206msgstr ""72077208#: builtin/notes.c:7397209msgid "General options"7210msgstr ""72117212#: builtin/notes.c:7417213msgid "Merge options"7214msgstr ""72157216#: builtin/notes.c:7437217msgid ""7218"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"7219"cat_sort_uniq)"7220msgstr ""72217222#: builtin/notes.c:7457223msgid "Committing unmerged notes"7224msgstr ""72257226#: builtin/notes.c:7477227msgid "finalize notes merge by committing unmerged notes"7228msgstr ""72297230#: builtin/notes.c:7497231msgid "Aborting notes merge resolution"7232msgstr ""72337234#: builtin/notes.c:7517235msgid "abort notes merge"7236msgstr ""72377238#: builtin/notes.c:8467239#, c-format7240msgid "Object %s has no note\n"7241msgstr ""72427243#: builtin/notes.c:8587244msgid "attempt to remove non-existent note is not an error"7245msgstr ""72467247#: builtin/notes.c:8617248msgid "read object names from the standard input"7249msgstr ""72507251#: builtin/notes.c:9427252msgid "notes-ref"7253msgstr ""72547255#: builtin/notes.c:9437256msgid "use notes from <notes_ref>"7257msgstr ""72587259#: builtin/notes.c:978 builtin/remote.c:16167260#, c-format7261msgid "Unknown subcommand: %s"7262msgstr ""72637264#: builtin/pack-objects.c:257265msgid "git pack-objects --stdout [options...] [< ref-list | < object-list]"7266msgstr ""72677268#: builtin/pack-objects.c:267269msgid "git pack-objects [options...] base-name [< ref-list | < object-list]"7270msgstr ""72717272#: builtin/pack-objects.c:175 builtin/pack-objects.c:1787273#, c-format7274msgid "deflate error (%d)"7275msgstr ""72767277#: builtin/pack-objects.c:7717278msgid "Writing objects"7279msgstr ""72807281#: builtin/pack-objects.c:10127282msgid "disabling bitmap writing, as some objects are not being packed"7283msgstr ""72847285#: builtin/pack-objects.c:21747286msgid "Compressing objects"7287msgstr ""72887289#: builtin/pack-objects.c:25267290#, c-format7291msgid "unsupported index version %s"7292msgstr ""72937294#: builtin/pack-objects.c:25307295#, c-format7296msgid "bad index version '%s'"7297msgstr ""72987299#: builtin/pack-objects.c:25537300#, c-format7301msgid "option %s does not accept negative form"7302msgstr ""73037304#: builtin/pack-objects.c:25577305#, c-format7306msgid "unable to parse value '%s' for option %s"7307msgstr ""73087309#: builtin/pack-objects.c:25767310msgid "do not show progress meter"7311msgstr ""73127313#: builtin/pack-objects.c:25787314msgid "show progress meter"7315msgstr ""73167317#: builtin/pack-objects.c:25807318msgid "show progress meter during object writing phase"7319msgstr ""73207321#: builtin/pack-objects.c:25837322msgid "similar to --all-progress when progress meter is shown"7323msgstr ""73247325#: builtin/pack-objects.c:25847326msgid "version[,offset]"7327msgstr ""73287329#: builtin/pack-objects.c:25857330msgid "write the pack index file in the specified idx format version"7331msgstr ""73327333#: builtin/pack-objects.c:25887334msgid "maximum size of each output pack file"7335msgstr ""73367337#: builtin/pack-objects.c:25907338msgid "ignore borrowed objects from alternate object store"7339msgstr ""73407341#: builtin/pack-objects.c:25927342msgid "ignore packed objects"7343msgstr ""73447345#: builtin/pack-objects.c:25947346msgid "limit pack window by objects"7347msgstr ""73487349#: builtin/pack-objects.c:25967350msgid "limit pack window by memory in addition to object limit"7351msgstr ""73527353#: builtin/pack-objects.c:25987354msgid "maximum length of delta chain allowed in the resulting pack"7355msgstr ""73567357#: builtin/pack-objects.c:26007358msgid "reuse existing deltas"7359msgstr ""73607361#: builtin/pack-objects.c:26027362msgid "reuse existing objects"7363msgstr ""73647365#: builtin/pack-objects.c:26047366msgid "use OFS_DELTA objects"7367msgstr ""73687369#: builtin/pack-objects.c:26067370msgid "use threads when searching for best delta matches"7371msgstr ""73727373#: builtin/pack-objects.c:26087374msgid "do not create an empty pack output"7375msgstr ""73767377#: builtin/pack-objects.c:26107378msgid "read revision arguments from standard input"7379msgstr ""73807381#: builtin/pack-objects.c:26127382msgid "limit the objects to those that are not yet packed"7383msgstr ""73847385#: builtin/pack-objects.c:26157386msgid "include objects reachable from any reference"7387msgstr ""73887389#: builtin/pack-objects.c:26187390msgid "include objects referred by reflog entries"7391msgstr ""73927393#: builtin/pack-objects.c:26217394msgid "output pack to stdout"7395msgstr ""73967397#: builtin/pack-objects.c:26237398msgid "include tag objects that refer to objects to be packed"7399msgstr ""74007401#: builtin/pack-objects.c:26257402msgid "keep unreachable objects"7403msgstr ""74047405#: builtin/pack-objects.c:2626 parse-options.h:1407406msgid "time"7407msgstr ""74087409#: builtin/pack-objects.c:26277410msgid "unpack unreachable objects newer than <time>"7411msgstr ""74127413#: builtin/pack-objects.c:26307414msgid "create thin packs"7415msgstr ""74167417#: builtin/pack-objects.c:26327418msgid "ignore packs that have companion .keep file"7419msgstr ""74207421#: builtin/pack-objects.c:26347422msgid "pack compression level"7423msgstr ""74247425#: builtin/pack-objects.c:26367426msgid "do not hide commits by grafts"7427msgstr ""74287429#: builtin/pack-objects.c:26387430msgid "use a bitmap index if available to speed up counting objects"7431msgstr ""74327433#: builtin/pack-objects.c:26407434msgid "write a bitmap index together with the pack index"7435msgstr ""74367437#: builtin/pack-objects.c:27197438msgid "Counting objects"7439msgstr ""74407441#: builtin/pack-refs.c:67442msgid "git pack-refs [options]"7443msgstr ""74447445#: builtin/pack-refs.c:147446msgid "pack everything"7447msgstr ""74487449#: builtin/pack-refs.c:157450msgid "prune loose refs (default)"7451msgstr ""74527453#: builtin/prune-packed.c:77454msgid "git prune-packed [-n|--dry-run] [-q|--quiet]"7455msgstr ""74567457#: builtin/prune-packed.c:497458msgid "Removing duplicate objects"7459msgstr ""74607461#: builtin/prune.c:127462msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"7463msgstr ""74647465#: builtin/prune.c:1427466msgid "do not remove, show only"7467msgstr ""74687469#: builtin/prune.c:1437470msgid "report pruned objects"7471msgstr ""74727473#: builtin/prune.c:1467474msgid "expire objects older than <time>"7475msgstr ""74767477#: builtin/push.c:147478msgid "git push [<options>] [<repository> [<refspec>...]]"7479msgstr ""74807481#: builtin/push.c:857482msgid "tag shorthand without <tag>"7483msgstr ""74847485#: builtin/push.c:957486msgid "--delete only accepts plain target ref names"7487msgstr ""74887489#: builtin/push.c:1397490msgid ""7491"\n"7492"To choose either option permanently, see push.default in 'git help config'."7493msgstr ""74947495#: builtin/push.c:1427496#, c-format7497msgid ""7498"The upstream branch of your current branch does not match\n"7499"the name of your current branch. To push to the upstream branch\n"7500"on the remote, use\n"7501"\n"7502" git push %s HEAD:%s\n"7503"\n"7504"To push to the branch of the same name on the remote, use\n"7505"\n"7506" git push %s %s\n"7507"%s"7508msgstr ""75097510#: builtin/push.c:1577511#, c-format7512msgid ""7513"You are not currently on a branch.\n"7514"To push the history leading to the current (detached HEAD)\n"7515"state now, use\n"7516"\n"7517" git push %s HEAD:<name-of-remote-branch>\n"7518msgstr ""75197520#: builtin/push.c:1717521#, c-format7522msgid ""7523"The current branch %s has no upstream branch.\n"7524"To push the current branch and set the remote as upstream, use\n"7525"\n"7526" git push --set-upstream %s %s\n"7527msgstr ""75287529#: builtin/push.c:1797530#, c-format7531msgid "The current branch %s has multiple upstream branches, refusing to push."7532msgstr ""75337534#: builtin/push.c:1827535#, c-format7536msgid ""7537"You are pushing to remote '%s', which is not the upstream of\n"7538"your current branch '%s', without telling me what to push\n"7539"to update which remote branch."7540msgstr ""75417542#: builtin/push.c:2057543msgid ""7544"push.default is unset; its implicit value has changed in\n"7545"Git 2.0 from 'matching' to 'simple'. To squelch this message\n"7546"and maintain the traditional behavior, use:\n"7547"\n"7548" git config --global push.default matching\n"7549"\n"7550"To squelch this message and adopt the new behavior now, use:\n"7551"\n"7552" git config --global push.default simple\n"7553"\n"7554"When push.default is set to 'matching', git will push local branches\n"7555"to the remote branches that already exist with the same name.\n"7556"\n"7557"Since Git 2.0, Git defaults to the more conservative 'simple'\n"7558"behavior, which only pushes the current branch to the corresponding\n"7559"remote branch that 'git pull' uses to update the current branch.\n"7560"\n"7561"See 'git help config' and search for 'push.default' for further "7562"information.\n"7563"(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"7564"'current' instead of 'simple' if you sometimes use older versions of Git)"7565msgstr ""75667567#: builtin/push.c:2727568msgid ""7569"You didn't specify any refspecs to push, and push.default is \"nothing\"."7570msgstr ""75717572#: builtin/push.c:2797573msgid ""7574"Updates were rejected because the tip of your current branch is behind\n"7575"its remote counterpart. Integrate the remote changes (e.g.\n"7576"'git pull ...') before pushing again.\n"7577"See the 'Note about fast-forwards' in 'git push --help' for details."7578msgstr ""75797580#: builtin/push.c:2857581msgid ""7582"Updates were rejected because a pushed branch tip is behind its remote\n"7583"counterpart. Check out this branch and integrate the remote changes\n"7584"(e.g. 'git pull ...') before pushing again.\n"7585"See the 'Note about fast-forwards' in 'git push --help' for details."7586msgstr ""75877588#: builtin/push.c:2917589msgid ""7590"Updates were rejected because the remote contains work that you do\n"7591"not have locally. This is usually caused by another repository pushing\n"7592"to the same ref. You may want to first integrate the remote changes\n"7593"(e.g., 'git pull ...') before pushing again.\n"7594"See the 'Note about fast-forwards' in 'git push --help' for details."7595msgstr ""75967597#: builtin/push.c:2987598msgid "Updates were rejected because the tag already exists in the remote."7599msgstr ""76007601#: builtin/push.c:3017602msgid ""7603"You cannot update a remote ref that points at a non-commit object,\n"7604"or update a remote ref to make it point at a non-commit object,\n"7605"without using the '--force' option.\n"7606msgstr ""76077608#: builtin/push.c:3607609#, c-format7610msgid "Pushing to %s\n"7611msgstr ""76127613#: builtin/push.c:3647614#, c-format7615msgid "failed to push some refs to '%s'"7616msgstr ""76177618#: builtin/push.c:3947619#, c-format7620msgid "bad repository '%s'"7621msgstr ""76227623#: builtin/push.c:3957624msgid ""7625"No configured push destination.\n"7626"Either specify the URL from the command-line or configure a remote "7627"repository using\n"7628"\n"7629" git remote add <name> <url>\n"7630"\n"7631"and then push using the remote name\n"7632"\n"7633" git push <name>\n"7634msgstr ""76357636#: builtin/push.c:4107637msgid "--all and --tags are incompatible"7638msgstr ""76397640#: builtin/push.c:4117641msgid "--all can't be combined with refspecs"7642msgstr ""76437644#: builtin/push.c:4167645msgid "--mirror and --tags are incompatible"7646msgstr ""76477648#: builtin/push.c:4177649msgid "--mirror can't be combined with refspecs"7650msgstr ""76517652#: builtin/push.c:4227653msgid "--all and --mirror are incompatible"7654msgstr ""76557656#: builtin/push.c:4827657msgid "repository"7658msgstr ""76597660#: builtin/push.c:4837661msgid "push all refs"7662msgstr ""76637664#: builtin/push.c:4847665msgid "mirror all refs"7666msgstr ""76677668#: builtin/push.c:4867669msgid "delete refs"7670msgstr ""76717672#: builtin/push.c:4877673msgid "push tags (can't be used with --all or --mirror)"7674msgstr ""76757676#: builtin/push.c:4907677msgid "force updates"7678msgstr ""76797680#: builtin/push.c:4927681msgid "refname>:<expect"7682msgstr ""76837684#: builtin/push.c:4937685msgid "require old value of ref to be at this value"7686msgstr ""76877688#: builtin/push.c:4957689msgid "check"7690msgstr ""76917692#: builtin/push.c:4967693msgid "control recursive pushing of submodules"7694msgstr ""76957696#: builtin/push.c:4987697msgid "use thin pack"7698msgstr ""76997700#: builtin/push.c:499 builtin/push.c:5007701msgid "receive pack program"7702msgstr ""77037704#: builtin/push.c:5017705msgid "set upstream for git pull/status"7706msgstr ""77077708#: builtin/push.c:5047709msgid "prune locally removed refs"7710msgstr ""77117712#: builtin/push.c:5067713msgid "bypass pre-push hook"7714msgstr ""77157716#: builtin/push.c:5077717msgid "push missing but relevant tags"7718msgstr ""77197720#: builtin/push.c:5177721msgid "--delete is incompatible with --all, --mirror and --tags"7722msgstr ""77237724#: builtin/push.c:5197725msgid "--delete doesn't make sense without any refs"7726msgstr ""77277728#: builtin/read-tree.c:367729msgid ""7730"git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>] "7731"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"7732"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"7733msgstr ""77347735#: builtin/read-tree.c:1097736msgid "write resulting index to <file>"7737msgstr ""77387739#: builtin/read-tree.c:1127740msgid "only empty the index"7741msgstr ""77427743#: builtin/read-tree.c:1147744msgid "Merging"7745msgstr ""77467747#: builtin/read-tree.c:1167748msgid "perform a merge in addition to a read"7749msgstr ""77507751#: builtin/read-tree.c:1187752msgid "3-way merge if no file level merging required"7753msgstr ""77547755#: builtin/read-tree.c:1207756msgid "3-way merge in presence of adds and removes"7757msgstr ""77587759#: builtin/read-tree.c:1227760msgid "same as -m, but discard unmerged entries"7761msgstr ""77627763#: builtin/read-tree.c:1237764msgid "<subdirectory>/"7765msgstr ""77667767#: builtin/read-tree.c:1247768msgid "read the tree into the index under <subdirectory>/"7769msgstr ""77707771#: builtin/read-tree.c:1277772msgid "update working tree with merge result"7773msgstr ""77747775#: builtin/read-tree.c:1297776msgid "gitignore"7777msgstr ""77787779#: builtin/read-tree.c:1307780msgid "allow explicitly ignored files to be overwritten"7781msgstr ""77827783#: builtin/read-tree.c:1337784msgid "don't check the working tree after merging"7785msgstr ""77867787#: builtin/read-tree.c:1347788msgid "don't update the index or the work tree"7789msgstr ""77907791#: builtin/read-tree.c:1367792msgid "skip applying sparse checkout filter"7793msgstr ""77947795#: builtin/read-tree.c:1387796msgid "debug unpack-trees"7797msgstr ""77987799#: builtin/reflog.c:4997800#, c-format7801msgid "%s' for '%s' is not a valid timestamp"7802msgstr ""78037804#: builtin/reflog.c:615 builtin/reflog.c:6207805#, c-format7806msgid "'%s' is not a valid timestamp"7807msgstr ""78087809#: builtin/remote.c:127810msgid "git remote [-v | --verbose]"7811msgstr ""78127813#: builtin/remote.c:137814msgid ""7815"git remote add [-t <branch>] [-m <master>] [-f] [--tags|--no-tags] [--"7816"mirror=<fetch|push>] <name> <url>"7817msgstr ""78187819#: builtin/remote.c:14 builtin/remote.c:337820msgid "git remote rename <old> <new>"7821msgstr ""78227823#: builtin/remote.c:15 builtin/remote.c:387824msgid "git remote remove <name>"7825msgstr ""78267827#: builtin/remote.c:167828msgid "git remote set-head <name> (-a | --auto | -d | --delete |<branch>)"7829msgstr ""78307831#: builtin/remote.c:177832msgid "git remote [-v | --verbose] show [-n] <name>"7833msgstr ""78347835#: builtin/remote.c:187836msgid "git remote prune [-n | --dry-run] <name>"7837msgstr ""78387839#: builtin/remote.c:197840msgid ""7841"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"7842msgstr ""78437844#: builtin/remote.c:207845msgid "git remote set-branches [--add] <name> <branch>..."7846msgstr ""78477848#: builtin/remote.c:21 builtin/remote.c:697849msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"7850msgstr ""78517852#: builtin/remote.c:22 builtin/remote.c:707853msgid "git remote set-url --add <name> <newurl>"7854msgstr ""78557856#: builtin/remote.c:23 builtin/remote.c:717857msgid "git remote set-url --delete <name> <url>"7858msgstr ""78597860#: builtin/remote.c:287861msgid "git remote add [<options>] <name> <url>"7862msgstr ""78637864#: builtin/remote.c:437865msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"7866msgstr ""78677868#: builtin/remote.c:487869msgid "git remote set-branches <name> <branch>..."7870msgstr ""78717872#: builtin/remote.c:497873msgid "git remote set-branches --add <name> <branch>..."7874msgstr ""78757876#: builtin/remote.c:547877msgid "git remote show [<options>] <name>"7878msgstr ""78797880#: builtin/remote.c:597881msgid "git remote prune [<options>] <name>"7882msgstr ""78837884#: builtin/remote.c:647885msgid "git remote update [<options>] [<group> | <remote>]..."7886msgstr ""78877888#: builtin/remote.c:887889#, c-format7890msgid "Updating %s"7891msgstr ""78927893#: builtin/remote.c:1207894msgid ""7895"--mirror is dangerous and deprecated; please\n"7896"\t use --mirror=fetch or --mirror=push instead"7897msgstr ""78987899#: builtin/remote.c:1377900#, c-format7901msgid "unknown mirror argument: %s"7902msgstr ""79037904#: builtin/remote.c:1537905msgid "fetch the remote branches"7906msgstr ""79077908#: builtin/remote.c:1557909msgid "import all tags and associated objects when fetching"7910msgstr ""79117912#: builtin/remote.c:1587913msgid "or do not fetch any tag at all (--no-tags)"7914msgstr ""79157916#: builtin/remote.c:1607917msgid "branch(es) to track"7918msgstr ""79197920#: builtin/remote.c:1617921msgid "master branch"7922msgstr ""79237924#: builtin/remote.c:1627925msgid "push|fetch"7926msgstr ""79277928#: builtin/remote.c:1637929msgid "set up remote as a mirror to push to or fetch from"7930msgstr ""79317932#: builtin/remote.c:1757933msgid "specifying a master branch makes no sense with --mirror"7934msgstr ""79357936#: builtin/remote.c:1777937msgid "specifying branches to track makes sense only with fetch mirrors"7938msgstr ""79397940#: builtin/remote.c:185 builtin/remote.c:6407941#, c-format7942msgid "remote %s already exists."7943msgstr ""79447945#: builtin/remote.c:189 builtin/remote.c:6447946#, c-format7947msgid "'%s' is not a valid remote name"7948msgstr ""79497950#: builtin/remote.c:2337951#, c-format7952msgid "Could not setup master '%s'"7953msgstr ""79547955#: builtin/remote.c:2887956#, c-format7957msgid "more than one %s"7958msgstr ""79597960#: builtin/remote.c:3337961#, c-format7962msgid "Could not get fetch map for refspec %s"7963msgstr ""79647965#: builtin/remote.c:434 builtin/remote.c:4427966msgid "(matching)"7967msgstr ""79687969#: builtin/remote.c:4467970msgid "(delete)"7971msgstr ""79727973#: builtin/remote.c:589 builtin/remote.c:595 builtin/remote.c:6017974#, c-format7975msgid "Could not append '%s' to '%s'"7976msgstr ""79777978#: builtin/remote.c:633 builtin/remote.c:794 builtin/remote.c:8947979#, c-format7980msgid "No such remote: %s"7981msgstr ""79827983#: builtin/remote.c:6507984#, c-format7985msgid "Could not rename config section '%s' to '%s'"7986msgstr ""79877988#: builtin/remote.c:656 builtin/remote.c:8467989#, c-format7990msgid "Could not remove config section '%s'"7991msgstr ""79927993#: builtin/remote.c:6717994#, c-format7995msgid ""7996"Not updating non-default fetch refspec\n"7997"\t%s\n"7998"\tPlease update the configuration manually if necessary."7999msgstr ""80008001#: builtin/remote.c:6778002#, c-format8003msgid "Could not append '%s'"8004msgstr ""80058006#: builtin/remote.c:6888007#, c-format8008msgid "Could not set '%s'"8009msgstr ""80108011#: builtin/remote.c:7108012#, c-format8013msgid "deleting '%s' failed"8014msgstr ""80158016#: builtin/remote.c:7448017#, c-format8018msgid "creating '%s' failed"8019msgstr ""80208021#: builtin/remote.c:7658022#, c-format8023msgid "Could not remove branch %s"8024msgstr ""80258026#: builtin/remote.c:8328027msgid ""8028"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"8029"to delete it, use:"8030msgid_plural ""8031"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"8032"to delete them, use:"8033msgstr[0] ""8034msgstr[1] ""80358036#: builtin/remote.c:9478037#, c-format8038msgid " new (next fetch will store in remotes/%s)"8039msgstr ""80408041#: builtin/remote.c:9508042msgid " tracked"8043msgstr ""80448045#: builtin/remote.c:9528046msgid " stale (use 'git remote prune' to remove)"8047msgstr ""80488049#: builtin/remote.c:9548050msgid " ???"8051msgstr ""80528053#: builtin/remote.c:9958054#, c-format8055msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"8056msgstr ""80578058#: builtin/remote.c:10028059#, c-format8060msgid "rebases onto remote %s"8061msgstr ""80628063#: builtin/remote.c:10058064#, c-format8065msgid " merges with remote %s"8066msgstr ""80678068#: builtin/remote.c:10068069msgid " and with remote"8070msgstr ""80718072#: builtin/remote.c:10088073#, c-format8074msgid "merges with remote %s"8075msgstr ""80768077#: builtin/remote.c:10098078msgid " and with remote"8079msgstr ""80808081#: builtin/remote.c:10558082msgid "create"8083msgstr ""80848085#: builtin/remote.c:10588086msgid "delete"8087msgstr ""80888089#: builtin/remote.c:10628090msgid "up to date"8091msgstr ""80928093#: builtin/remote.c:10658094msgid "fast-forwardable"8095msgstr ""80968097#: builtin/remote.c:10688098msgid "local out of date"8099msgstr ""81008101#: builtin/remote.c:10758102#, c-format8103msgid " %-*s forces to %-*s (%s)"8104msgstr ""81058106#: builtin/remote.c:10788107#, c-format8108msgid " %-*s pushes to %-*s (%s)"8109msgstr ""81108111#: builtin/remote.c:10828112#, c-format8113msgid " %-*s forces to %s"8114msgstr ""81158116#: builtin/remote.c:10858117#, c-format8118msgid " %-*s pushes to %s"8119msgstr ""81208121#: builtin/remote.c:11538122msgid "do not query remotes"8123msgstr ""81248125#: builtin/remote.c:11808126#, c-format8127msgid "* remote %s"8128msgstr ""81298130#: builtin/remote.c:11818131#, c-format8132msgid " Fetch URL: %s"8133msgstr ""81348135#: builtin/remote.c:1182 builtin/remote.c:13298136msgid "(no URL)"8137msgstr ""81388139#: builtin/remote.c:1191 builtin/remote.c:11938140#, c-format8141msgid " Push URL: %s"8142msgstr ""81438144#: builtin/remote.c:1195 builtin/remote.c:1197 builtin/remote.c:11998145#, c-format8146msgid " HEAD branch: %s"8147msgstr ""81488149#: builtin/remote.c:12018150#, c-format8151msgid ""8152" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"8153msgstr ""81548155#: builtin/remote.c:12138156#, c-format8157msgid " Remote branch:%s"8158msgid_plural " Remote branches:%s"8159msgstr[0] ""8160msgstr[1] ""81618162#: builtin/remote.c:1216 builtin/remote.c:12438163msgid " (status not queried)"8164msgstr ""81658166#: builtin/remote.c:12258167msgid " Local branch configured for 'git pull':"8168msgid_plural " Local branches configured for 'git pull':"8169msgstr[0] ""8170msgstr[1] ""81718172#: builtin/remote.c:12338173msgid " Local refs will be mirrored by 'git push'"8174msgstr ""81758176#: builtin/remote.c:12408177#, c-format8178msgid " Local ref configured for 'git push'%s:"8179msgid_plural " Local refs configured for 'git push'%s:"8180msgstr[0] ""8181msgstr[1] ""81828183#: builtin/remote.c:12618184msgid "set refs/remotes/<name>/HEAD according to remote"8185msgstr ""81868187#: builtin/remote.c:12638188msgid "delete refs/remotes/<name>/HEAD"8189msgstr ""81908191#: builtin/remote.c:12788192msgid "Cannot determine remote HEAD"8193msgstr ""81948195#: builtin/remote.c:12808196msgid "Multiple remote HEAD branches. Please choose one explicitly with:"8197msgstr ""81988199#: builtin/remote.c:12908200#, c-format8201msgid "Could not delete %s"8202msgstr ""82038204#: builtin/remote.c:12988205#, c-format8206msgid "Not a valid ref: %s"8207msgstr ""82088209#: builtin/remote.c:13008210#, c-format8211msgid "Could not setup %s"8212msgstr ""82138214#: builtin/remote.c:13188215#, c-format8216msgid " %s will become dangling!"8217msgstr ""82188219#: builtin/remote.c:13198220#, c-format8221msgid " %s has become dangling!"8222msgstr ""82238224#: builtin/remote.c:13258225#, c-format8226msgid "Pruning %s"8227msgstr ""82288229#: builtin/remote.c:13268230#, c-format8231msgid "URL: %s"8232msgstr ""82338234#: builtin/remote.c:13498235#, c-format8236msgid " * [would prune] %s"8237msgstr ""82388239#: builtin/remote.c:13528240#, c-format8241msgid " * [pruned] %s"8242msgstr ""82438244#: builtin/remote.c:13978245msgid "prune remotes after fetching"8246msgstr ""82478248#: builtin/remote.c:1463 builtin/remote.c:15378249#, c-format8250msgid "No such remote '%s'"8251msgstr ""82528253#: builtin/remote.c:14838254msgid "add branch"8255msgstr ""82568257#: builtin/remote.c:14908258msgid "no remote specified"8259msgstr ""82608261#: builtin/remote.c:15128262msgid "manipulate push URLs"8263msgstr ""82648265#: builtin/remote.c:15148266msgid "add URL"8267msgstr ""82688269#: builtin/remote.c:15168270msgid "delete URLs"8271msgstr ""82728273#: builtin/remote.c:15238274msgid "--add --delete doesn't make sense"8275msgstr ""82768277#: builtin/remote.c:15638278#, c-format8279msgid "Invalid old URL pattern: %s"8280msgstr ""82818282#: builtin/remote.c:15718283#, c-format8284msgid "No such URL found: %s"8285msgstr ""82868287#: builtin/remote.c:15738288msgid "Will not delete all non-push URLs"8289msgstr ""82908291#: builtin/remote.c:15878292msgid "be verbose; must be placed before a subcommand"8293msgstr ""82948295#: builtin/repack.c:178296msgid "git repack [options]"8297msgstr ""82988299#: builtin/repack.c:1608300msgid "pack everything in a single pack"8301msgstr ""83028303#: builtin/repack.c:1628304msgid "same as -a, and turn unreachable objects loose"8305msgstr ""83068307#: builtin/repack.c:1658308msgid "remove redundant packs, and run git-prune-packed"8309msgstr ""83108311#: builtin/repack.c:1678312msgid "pass --no-reuse-delta to git-pack-objects"8313msgstr ""83148315#: builtin/repack.c:1698316msgid "pass --no-reuse-object to git-pack-objects"8317msgstr ""83188319#: builtin/repack.c:1718320msgid "do not run git-update-server-info"8321msgstr ""83228323#: builtin/repack.c:1748324msgid "pass --local to git-pack-objects"8325msgstr ""83268327#: builtin/repack.c:1768328msgid "write bitmap index"8329msgstr ""83308331#: builtin/repack.c:1778332msgid "approxidate"8333msgstr ""83348335#: builtin/repack.c:1788336msgid "with -A, do not loosen objects older than this"8337msgstr ""83388339#: builtin/repack.c:1808340msgid "size of the window used for delta compression"8341msgstr ""83428343#: builtin/repack.c:181 builtin/repack.c:1858344msgid "bytes"8345msgstr ""83468347#: builtin/repack.c:1828348msgid "same as the above, but limit memory size instead of entries count"8349msgstr ""83508351#: builtin/repack.c:1848352msgid "limits the maximum delta depth"8353msgstr ""83548355#: builtin/repack.c:1868356msgid "maximum size of each packfile"8357msgstr ""83588359#: builtin/repack.c:1888360msgid "repack objects in packs marked with .keep"8361msgstr ""83628363#: builtin/repack.c:3748364#, c-format8365msgid "removing '%s' failed"8366msgstr ""83678368#: builtin/replace.c:198369msgid "git replace [-f] <object> <replacement>"8370msgstr ""83718372#: builtin/replace.c:208373msgid "git replace [-f] --edit <object>"8374msgstr ""83758376#: builtin/replace.c:218377msgid "git replace [-f] --graft <commit> [<parent>...]"8378msgstr ""83798380#: builtin/replace.c:228381msgid "git replace -d <object>..."8382msgstr ""83838384#: builtin/replace.c:238385msgid "git replace [--format=<format>] [-l [<pattern>]]"8386msgstr ""83878388#: builtin/replace.c:322 builtin/replace.c:360 builtin/replace.c:3888389#, c-format8390msgid "Not a valid object name: '%s'"8391msgstr ""83928393#: builtin/replace.c:3528394#, c-format8395msgid "bad mergetag in commit '%s'"8396msgstr ""83978398#: builtin/replace.c:3548399#, c-format8400msgid "malformed mergetag in commit '%s'"8401msgstr ""84028403#: builtin/replace.c:3658404#, c-format8405msgid ""8406"original commit '%s' contains mergetag '%s' that is discarded; use --edit "8407"instead of --graft"8408msgstr ""84098410#: builtin/replace.c:3988411#, c-format8412msgid "the original commit '%s' has a gpg signature."8413msgstr ""84148415#: builtin/replace.c:3998416msgid "the signature will be removed in the replacement commit!"8417msgstr ""84188419#: builtin/replace.c:4058420#, c-format8421msgid "could not write replacement commit for: '%s'"8422msgstr ""84238424#: builtin/replace.c:4298425msgid "list replace refs"8426msgstr ""84278428#: builtin/replace.c:4308429msgid "delete replace refs"8430msgstr ""84318432#: builtin/replace.c:4318433msgid "edit existing object"8434msgstr ""84358436#: builtin/replace.c:4328437msgid "change a commit's parents"8438msgstr ""84398440#: builtin/replace.c:4338441msgid "replace the ref if it exists"8442msgstr ""84438444#: builtin/replace.c:4348445msgid "do not pretty-print contents for --edit"8446msgstr ""84478448#: builtin/replace.c:4358449msgid "use this format"8450msgstr ""84518452#: builtin/rerere.c:128453msgid "git rerere [clear | forget path... | status | remaining | diff | gc]"8454msgstr ""84558456#: builtin/rerere.c:578457msgid "register clean resolutions in index"8458msgstr ""84598460#: builtin/reset.c:258461msgid ""8462"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"8463msgstr ""84648465#: builtin/reset.c:268466msgid "git reset [-q] <tree-ish> [--] <paths>..."8467msgstr ""84688469#: builtin/reset.c:278470msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"8471msgstr ""84728473#: builtin/reset.c:338474msgid "mixed"8475msgstr ""84768477#: builtin/reset.c:338478msgid "soft"8479msgstr ""84808481#: builtin/reset.c:338482msgid "hard"8483msgstr ""84848485#: builtin/reset.c:338486msgid "merge"8487msgstr ""84888489#: builtin/reset.c:338490msgid "keep"8491msgstr ""84928493#: builtin/reset.c:738494msgid "You do not have a valid HEAD."8495msgstr ""84968497#: builtin/reset.c:758498msgid "Failed to find tree of HEAD."8499msgstr ""85008501#: builtin/reset.c:818502#, c-format8503msgid "Failed to find tree of %s."8504msgstr ""85058506#: builtin/reset.c:998507#, c-format8508msgid "HEAD is now at %s"8509msgstr ""85108511#: builtin/reset.c:1828512#, c-format8513msgid "Cannot do a %s reset in the middle of a merge."8514msgstr ""85158516#: builtin/reset.c:2758517msgid "be quiet, only report errors"8518msgstr ""85198520#: builtin/reset.c:2778521msgid "reset HEAD and index"8522msgstr ""85238524#: builtin/reset.c:2788525msgid "reset only HEAD"8526msgstr ""85278528#: builtin/reset.c:280 builtin/reset.c:2828529msgid "reset HEAD, index and working tree"8530msgstr ""85318532#: builtin/reset.c:2848533msgid "reset HEAD but keep local changes"8534msgstr ""85358536#: builtin/reset.c:2878537msgid "record only the fact that removed paths will be added later"8538msgstr ""85398540#: builtin/reset.c:3048541#, c-format8542msgid "Failed to resolve '%s' as a valid revision."8543msgstr ""85448545#: builtin/reset.c:307 builtin/reset.c:3158546#, c-format8547msgid "Could not parse object '%s'."8548msgstr ""85498550#: builtin/reset.c:3128551#, c-format8552msgid "Failed to resolve '%s' as a valid tree."8553msgstr ""85548555#: builtin/reset.c:3218556msgid "--patch is incompatible with --{hard,mixed,soft}"8557msgstr ""85588559#: builtin/reset.c:3308560msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."8561msgstr ""85628563#: builtin/reset.c:3328564#, c-format8565msgid "Cannot do %s reset with paths."8566msgstr ""85678568#: builtin/reset.c:3428569#, c-format8570msgid "%s reset is not allowed in a bare repository"8571msgstr ""85728573#: builtin/reset.c:3468574msgid "-N can only be used with --mixed"8575msgstr ""85768577#: builtin/reset.c:3638578msgid "Unstaged changes after reset:"8579msgstr ""85808581#: builtin/reset.c:3698582#, c-format8583msgid "Could not reset index file to revision '%s'."8584msgstr ""85858586#: builtin/reset.c:3738587msgid "Could not write new index file."8588msgstr ""85898590#: builtin/rev-parse.c:3608591msgid "git rev-parse --parseopt [options] -- [<args>...]"8592msgstr ""85938594#: builtin/rev-parse.c:3658595msgid "keep the `--` passed as an arg"8596msgstr ""85978598#: builtin/rev-parse.c:3678599msgid "stop parsing after the first non-option argument"8600msgstr ""86018602#: builtin/rev-parse.c:3708603msgid "output in stuck long form"8604msgstr ""86058606#: builtin/rev-parse.c:4988607msgid ""8608"git rev-parse --parseopt [options] -- [<args>...]\n"8609" or: git rev-parse --sq-quote [<arg>...]\n"8610" or: git rev-parse [options] [<arg>...]\n"8611"\n"8612"Run \"git rev-parse --parseopt -h\" for more information on the first usage."8613msgstr ""86148615#: builtin/revert.c:228616msgid "git revert [options] <commit-ish>..."8617msgstr ""86188619#: builtin/revert.c:238620msgid "git revert <subcommand>"8621msgstr ""86228623#: builtin/revert.c:288624msgid "git cherry-pick [options] <commit-ish>..."8625msgstr ""86268627#: builtin/revert.c:298628msgid "git cherry-pick <subcommand>"8629msgstr ""86308631#: builtin/revert.c:718632#, c-format8633msgid "%s: %s cannot be used with %s"8634msgstr ""86358636#: builtin/revert.c:808637msgid "end revert or cherry-pick sequence"8638msgstr ""86398640#: builtin/revert.c:818641msgid "resume revert or cherry-pick sequence"8642msgstr ""86438644#: builtin/revert.c:828645msgid "cancel revert or cherry-pick sequence"8646msgstr ""86478648#: builtin/revert.c:838649msgid "don't automatically commit"8650msgstr ""86518652#: builtin/revert.c:848653msgid "edit the commit message"8654msgstr ""86558656#: builtin/revert.c:878657msgid "parent number"8658msgstr ""86598660#: builtin/revert.c:898661msgid "merge strategy"8662msgstr ""86638664#: builtin/revert.c:908665msgid "option"8666msgstr ""86678668#: builtin/revert.c:918669msgid "option for merge strategy"8670msgstr ""86718672#: builtin/revert.c:1048673msgid "append commit name"8674msgstr ""86758676#: builtin/revert.c:1058677msgid "allow fast-forward"8678msgstr ""86798680#: builtin/revert.c:1068681msgid "preserve initially empty commits"8682msgstr ""86838684#: builtin/revert.c:1078685msgid "allow commits with empty messages"8686msgstr ""86878688#: builtin/revert.c:1088689msgid "keep redundant, empty commits"8690msgstr ""86918692#: builtin/revert.c:1128693msgid "program error"8694msgstr ""86958696#: builtin/revert.c:1978697msgid "revert failed"8698msgstr ""86998700#: builtin/revert.c:2128701msgid "cherry-pick failed"8702msgstr ""87038704#: builtin/rm.c:178705msgid "git rm [options] [--] <file>..."8706msgstr ""87078708#: builtin/rm.c:658709msgid ""8710"the following submodule (or one of its nested submodules)\n"8711"uses a .git directory:"8712msgid_plural ""8713"the following submodules (or one of its nested submodules)\n"8714"use a .git directory:"8715msgstr[0] ""8716msgstr[1] ""87178718#: builtin/rm.c:718719msgid ""8720"\n"8721"(use 'rm -rf' if you really want to remove it including all of its history)"8722msgstr ""87238724#: builtin/rm.c:2318725msgid ""8726"the following file has staged content different from both the\n"8727"file and the HEAD:"8728msgid_plural ""8729"the following files have staged content different from both the\n"8730"file and the HEAD:"8731msgstr[0] ""8732msgstr[1] ""87338734#: builtin/rm.c:2368735msgid ""8736"\n"8737"(use -f to force removal)"8738msgstr ""87398740#: builtin/rm.c:2408741msgid "the following file has changes staged in the index:"8742msgid_plural "the following files have changes staged in the index:"8743msgstr[0] ""8744msgstr[1] ""87458746#: builtin/rm.c:244 builtin/rm.c:2558747msgid ""8748"\n"8749"(use --cached to keep the file, or -f to force removal)"8750msgstr ""87518752#: builtin/rm.c:2528753msgid "the following file has local modifications:"8754msgid_plural "the following files have local modifications:"8755msgstr[0] ""8756msgstr[1] ""87578758#: builtin/rm.c:2708759msgid "do not list removed files"8760msgstr ""87618762#: builtin/rm.c:2718763msgid "only remove from the index"8764msgstr ""87658766#: builtin/rm.c:2728767msgid "override the up-to-date check"8768msgstr ""87698770#: builtin/rm.c:2738771msgid "allow recursive removal"8772msgstr ""87738774#: builtin/rm.c:2758775msgid "exit with a zero status even if nothing matched"8776msgstr ""87778778#: builtin/rm.c:3368779#, c-format8780msgid "not removing '%s' recursively without -r"8781msgstr ""87828783#: builtin/rm.c:3758784#, c-format8785msgid "git rm: unable to remove %s"8786msgstr ""87878788#: builtin/shortlog.c:138789msgid "git shortlog [<options>] [<revision range>] [[--] [<path>...]]"8790msgstr ""87918792#: builtin/shortlog.c:1318793#, c-format8794msgid "Missing author: %s"8795msgstr ""87968797#: builtin/shortlog.c:2308798msgid "sort output according to the number of commits per author"8799msgstr ""88008801#: builtin/shortlog.c:2328802msgid "Suppress commit descriptions, only provides commit count"8803msgstr ""88048805#: builtin/shortlog.c:2348806msgid "Show the email address of each author"8807msgstr ""88088809#: builtin/shortlog.c:2358810msgid "w[,i1[,i2]]"8811msgstr ""88128813#: builtin/shortlog.c:2368814msgid "Linewrap output"8815msgstr ""88168817#: builtin/show-branch.c:98818msgid ""8819"git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order] [--"8820"current] [--color[=<when>] | --no-color] [--sparse] [--more=<n> | --list | --"8821"independent | --merge-base] [--no-name | --sha1-name] [--topics] [(<rev> | "8822"<glob>)...]"8823msgstr ""88248825#: builtin/show-branch.c:108826msgid "git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"8827msgstr ""88288829#: builtin/show-branch.c:6498830msgid "show remote-tracking and local branches"8831msgstr ""88328833#: builtin/show-branch.c:6518834msgid "show remote-tracking branches"8835msgstr ""88368837#: builtin/show-branch.c:6538838msgid "color '*!+-' corresponding to the branch"8839msgstr ""88408841#: builtin/show-branch.c:6558842msgid "show <n> more commits after the common ancestor"8843msgstr ""88448845#: builtin/show-branch.c:6578846msgid "synonym to more=-1"8847msgstr ""88488849#: builtin/show-branch.c:6588850msgid "suppress naming strings"8851msgstr ""88528853#: builtin/show-branch.c:6608854msgid "include the current branch"8855msgstr ""88568857#: builtin/show-branch.c:6628858msgid "name commits with their object names"8859msgstr ""88608861#: builtin/show-branch.c:6648862msgid "show possible merge bases"8863msgstr ""88648865#: builtin/show-branch.c:6668866msgid "show refs unreachable from any other ref"8867msgstr ""88688869#: builtin/show-branch.c:6688870msgid "show commits in topological order"8871msgstr ""88728873#: builtin/show-branch.c:6718874msgid "show only commits not on the first branch"8875msgstr ""88768877#: builtin/show-branch.c:6738878msgid "show merges reachable from only one tip"8879msgstr ""88808881#: builtin/show-branch.c:6758882msgid "topologically sort, maintaining date order where possible"8883msgstr ""88848885#: builtin/show-branch.c:6788886msgid "<n>[,<base>]"8887msgstr ""88888889#: builtin/show-branch.c:6798890msgid "show <n> most recent ref-log entries starting at base"8891msgstr ""88928893#: builtin/show-ref.c:108894msgid ""8895"git show-ref [-q|--quiet] [--verify] [--head] [-d|--dereference] [-s|--"8896"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [pattern*] "8897msgstr ""88988899#: builtin/show-ref.c:118900msgid "git show-ref --exclude-existing[=pattern] < ref-list"8901msgstr ""89028903#: builtin/show-ref.c:1688904msgid "only show tags (can be combined with heads)"8905msgstr ""89068907#: builtin/show-ref.c:1698908msgid "only show heads (can be combined with tags)"8909msgstr ""89108911#: builtin/show-ref.c:1708912msgid "stricter reference checking, requires exact ref path"8913msgstr ""89148915#: builtin/show-ref.c:173 builtin/show-ref.c:1758916msgid "show the HEAD reference, even if it would be filtered out"8917msgstr ""89188919#: builtin/show-ref.c:1778920msgid "dereference tags into object IDs"8921msgstr ""89228923#: builtin/show-ref.c:1798924msgid "only show SHA1 hash using <n> digits"8925msgstr ""89268927#: builtin/show-ref.c:1838928msgid "do not print results to stdout (useful with --verify)"8929msgstr ""89308931#: builtin/show-ref.c:1858932msgid "show refs from stdin that aren't in local repository"8933msgstr ""89348935#: builtin/symbolic-ref.c:78936msgid "git symbolic-ref [options] name [ref]"8937msgstr ""89388939#: builtin/symbolic-ref.c:88940msgid "git symbolic-ref -d [-q] name"8941msgstr ""89428943#: builtin/symbolic-ref.c:408944msgid "suppress error message for non-symbolic (detached) refs"8945msgstr ""89468947#: builtin/symbolic-ref.c:418948msgid "delete symbolic ref"8949msgstr ""89508951#: builtin/symbolic-ref.c:428952msgid "shorten ref output"8953msgstr ""89548955#: builtin/symbolic-ref.c:43 builtin/update-ref.c:3498956msgid "reason"8957msgstr ""89588959#: builtin/symbolic-ref.c:43 builtin/update-ref.c:3498960msgid "reason of the update"8961msgstr ""89628963#: builtin/tag.c:228964msgid ""8965"git tag [-a|-s|-u <key-id>] [-f] [-m <msg>|-F <file>] <tagname> [<head>]"8966msgstr ""89678968#: builtin/tag.c:238969msgid "git tag -d <tagname>..."8970msgstr ""89718972#: builtin/tag.c:248973msgid ""8974"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>] \n"8975"\t\t[<pattern>...]"8976msgstr ""89778978#: builtin/tag.c:268979msgid "git tag -v <tagname>..."8980msgstr ""89818982#: builtin/tag.c:698983#, c-format8984msgid "malformed object at '%s'"8985msgstr ""89868987#: builtin/tag.c:3018988#, c-format8989msgid "tag name too long: %.*s..."8990msgstr ""89918992#: builtin/tag.c:3068993#, c-format8994msgid "tag '%s' not found."8995msgstr ""89968997#: builtin/tag.c:3218998#, c-format8999msgid "Deleted tag '%s' (was %s)\n"9000msgstr ""90019002#: builtin/tag.c:3339003#, c-format9004msgid "could not verify the tag '%s'"9005msgstr ""90069007#: builtin/tag.c:3439008#, c-format9009msgid ""9010"\n"9011"Write a message for tag:\n"9012" %s\n"9013"Lines starting with '%c' will be ignored.\n"9014msgstr ""90159016#: builtin/tag.c:3479017#, c-format9018msgid ""9019"\n"9020"Write a message for tag:\n"9021" %s\n"9022"Lines starting with '%c' will be kept; you may remove them yourself if you "9023"want to.\n"9024msgstr ""90259026#: builtin/tag.c:3719027#, c-format9028msgid "unsupported sort specification '%s'"9029msgstr ""90309031#: builtin/tag.c:3739032#, c-format9033msgid "unsupported sort specification '%s' in variable '%s'"9034msgstr ""90359036#: builtin/tag.c:4289037msgid "unable to sign the tag"9038msgstr ""90399040#: builtin/tag.c:4309041msgid "unable to write tag file"9042msgstr ""90439044#: builtin/tag.c:4559045msgid "bad object type."9046msgstr ""90479048#: builtin/tag.c:4689049msgid "tag header too big."9050msgstr ""90519052#: builtin/tag.c:5049053msgid "no tag message?"9054msgstr ""90559056#: builtin/tag.c:5109057#, c-format9058msgid "The tag message has been left in %s\n"9059msgstr ""90609061#: builtin/tag.c:5599062msgid "switch 'points-at' requires an object"9063msgstr ""90649065#: builtin/tag.c:5619066#, c-format9067msgid "malformed object name '%s'"9068msgstr ""90699070#: builtin/tag.c:5889071msgid "list tag names"9072msgstr ""90739074#: builtin/tag.c:5909075msgid "print <n> lines of each tag message"9076msgstr ""90779078#: builtin/tag.c:5929079msgid "delete tags"9080msgstr ""90819082#: builtin/tag.c:5939083msgid "verify tags"9084msgstr ""90859086#: builtin/tag.c:5959087msgid "Tag creation options"9088msgstr ""90899090#: builtin/tag.c:5979091msgid "annotated tag, needs a message"9092msgstr ""90939094#: builtin/tag.c:5999095msgid "tag message"9096msgstr ""90979098#: builtin/tag.c:6019099msgid "annotated and GPG-signed tag"9100msgstr ""91019102#: builtin/tag.c:6059103msgid "use another key to sign the tag"9104msgstr ""91059106#: builtin/tag.c:6069107msgid "replace the tag if exists"9108msgstr ""91099110#: builtin/tag.c:6079111msgid "show tag list in columns"9112msgstr ""91139114#: builtin/tag.c:6099115msgid "sort tags"9116msgstr ""91179118#: builtin/tag.c:6139119msgid "Tag listing options"9120msgstr ""91219122#: builtin/tag.c:616 builtin/tag.c:6229123msgid "print only tags that contain the commit"9124msgstr ""91259126#: builtin/tag.c:6289127msgid "print only tags of the object"9128msgstr ""91299130#: builtin/tag.c:6549131msgid "--column and -n are incompatible"9132msgstr ""91339134#: builtin/tag.c:6669135msgid "--sort and -n are incompatible"9136msgstr ""91379138#: builtin/tag.c:6739139msgid "-n option is only allowed with -l."9140msgstr ""91419142#: builtin/tag.c:6759143msgid "--contains option is only allowed with -l."9144msgstr ""91459146#: builtin/tag.c:6779147msgid "--points-at option is only allowed with -l."9148msgstr ""91499150#: builtin/tag.c:6859151msgid "only one -F or -m option is allowed."9152msgstr ""91539154#: builtin/tag.c:7059155msgid "too many params"9156msgstr ""91579158#: builtin/tag.c:7119159#, c-format9160msgid "'%s' is not a valid tag name."9161msgstr ""91629163#: builtin/tag.c:7169164#, c-format9165msgid "tag '%s' already exists"9166msgstr ""91679168#: builtin/tag.c:7349169#, c-format9170msgid "%s: cannot lock the ref"9171msgstr ""91729173#: builtin/tag.c:7369174#, c-format9175msgid "%s: cannot update the ref"9176msgstr ""91779178#: builtin/tag.c:7389179#, c-format9180msgid "Updated tag '%s' (was %s)\n"9181msgstr ""91829183#: builtin/unpack-objects.c:4839184msgid "Unpacking objects"9185msgstr ""91869187#: builtin/update-index.c:4029188msgid "git update-index [options] [--] [<file>...]"9189msgstr ""91909191#: builtin/update-index.c:7559192msgid "continue refresh even when index needs update"9193msgstr ""91949195#: builtin/update-index.c:7589196msgid "refresh: ignore submodules"9197msgstr ""91989199#: builtin/update-index.c:7619200msgid "do not ignore new files"9201msgstr ""92029203#: builtin/update-index.c:7639204msgid "let files replace directories and vice-versa"9205msgstr ""92069207#: builtin/update-index.c:7659208msgid "notice files missing from worktree"9209msgstr ""92109211#: builtin/update-index.c:7679212msgid "refresh even if index contains unmerged entries"9213msgstr ""92149215#: builtin/update-index.c:7709216msgid "refresh stat information"9217msgstr ""92189219#: builtin/update-index.c:7749220msgid "like --refresh, but ignore assume-unchanged setting"9221msgstr ""92229223#: builtin/update-index.c:7789224msgid "<mode>,<object>,<path>"9225msgstr ""92269227#: builtin/update-index.c:7799228msgid "add the specified entry to the index"9229msgstr ""92309231#: builtin/update-index.c:7839232msgid "(+/-)x"9233msgstr ""92349235#: builtin/update-index.c:7849236msgid "override the executable bit of the listed files"9237msgstr ""92389239#: builtin/update-index.c:7889240msgid "mark files as \"not changing\""9241msgstr ""92429243#: builtin/update-index.c:7919244msgid "clear assumed-unchanged bit"9245msgstr ""92469247#: builtin/update-index.c:7949248msgid "mark files as \"index-only\""9249msgstr ""92509251#: builtin/update-index.c:7979252msgid "clear skip-worktree bit"9253msgstr ""92549255#: builtin/update-index.c:8009256msgid "add to index only; do not add content to object database"9257msgstr ""92589259#: builtin/update-index.c:8029260msgid "remove named paths even if present in worktree"9261msgstr ""92629263#: builtin/update-index.c:8049264msgid "with --stdin: input lines are terminated by null bytes"9265msgstr ""92669267#: builtin/update-index.c:8069268msgid "read list of paths to be updated from standard input"9269msgstr ""92709271#: builtin/update-index.c:8109272msgid "add entries from standard input to the index"9273msgstr ""92749275#: builtin/update-index.c:8149276msgid "repopulate stages #2 and #3 for the listed paths"9277msgstr ""92789279#: builtin/update-index.c:8189280msgid "only update entries that differ from HEAD"9281msgstr ""92829283#: builtin/update-index.c:8229284msgid "ignore files missing from worktree"9285msgstr ""92869287#: builtin/update-index.c:8259288msgid "report actions to standard output"9289msgstr ""92909291#: builtin/update-index.c:8279292msgid "(for porcelains) forget saved unresolved conflicts"9293msgstr ""92949295#: builtin/update-index.c:8319296msgid "write index in this format"9297msgstr ""92989299#: builtin/update-index.c:8339300msgid "enable or disable split index"9301msgstr ""93029303#: builtin/update-ref.c:99304msgid "git update-ref [options] -d <refname> [<oldval>]"9305msgstr ""93069307#: builtin/update-ref.c:109308msgid "git update-ref [options] <refname> <newval> [<oldval>]"9309msgstr ""93109311#: builtin/update-ref.c:119312msgid "git update-ref [options] --stdin [-z]"9313msgstr ""93149315#: builtin/update-ref.c:3509316msgid "delete the reference"9317msgstr ""93189319#: builtin/update-ref.c:3529320msgid "update <refname> not the one it points to"9321msgstr ""93229323#: builtin/update-ref.c:3539324msgid "stdin has NUL-terminated arguments"9325msgstr ""93269327#: builtin/update-ref.c:3549328msgid "read updates from stdin"9329msgstr ""93309331#: builtin/update-server-info.c:69332msgid "git update-server-info [--force]"9333msgstr ""93349335#: builtin/update-server-info.c:149336msgid "update the info files from scratch"9337msgstr ""93389339#: builtin/verify-commit.c:179340msgid "git verify-commit [-v|--verbose] <commit>..."9341msgstr ""93429343#: builtin/verify-commit.c:759344msgid "print commit contents"9345msgstr ""93469347#: builtin/verify-pack.c:559348msgid "git verify-pack [-v|--verbose] [-s|--stat-only] <pack>..."9349msgstr ""93509351#: builtin/verify-pack.c:659352msgid "verbose"9353msgstr ""93549355#: builtin/verify-pack.c:679356msgid "show statistics only"9357msgstr ""93589359#: builtin/verify-tag.c:179360msgid "git verify-tag [-v|--verbose] <tag>..."9361msgstr ""93629363#: builtin/verify-tag.c:739364msgid "print tag contents"9365msgstr ""93669367#: builtin/write-tree.c:139368msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"9369msgstr ""93709371#: builtin/write-tree.c:269372msgid "<prefix>/"9373msgstr ""93749375#: builtin/write-tree.c:279376msgid "write tree object for a subdirectory <prefix>"9377msgstr ""93789379#: builtin/write-tree.c:309380msgid "only useful for debugging"9381msgstr ""93829383#: git.c:179384msgid ""9385"'git help -a' and 'git help -g' lists available subcommands and some\n"9386"concept guides. See 'git help <command>' or 'git help <concept>'\n"9387"to read about a specific subcommand or concept."9388msgstr ""93899390#: parse-options.h:1439391msgid "expiry-date"9392msgstr ""93939394#: parse-options.h:1589395msgid "no-op (backward compatibility)"9396msgstr ""93979398#: parse-options.h:2329399msgid "be more verbose"9400msgstr ""94019402#: parse-options.h:2349403msgid "be more quiet"9404msgstr ""94059406#: parse-options.h:2409407msgid "use <n> digits to display SHA-1s"9408msgstr ""94099410#: common-cmds.h:89411msgid "Add file contents to the index"9412msgstr ""94139414#: common-cmds.h:99415msgid "Find by binary search the change that introduced a bug"9416msgstr ""94179418#: common-cmds.h:109419msgid "List, create, or delete branches"9420msgstr ""94219422#: common-cmds.h:119423msgid "Checkout a branch or paths to the working tree"9424msgstr ""94259426#: common-cmds.h:129427msgid "Clone a repository into a new directory"9428msgstr ""94299430#: common-cmds.h:139431msgid "Record changes to the repository"9432msgstr ""94339434#: common-cmds.h:149435msgid "Show changes between commits, commit and working tree, etc"9436msgstr ""94379438#: common-cmds.h:159439msgid "Download objects and refs from another repository"9440msgstr ""94419442#: common-cmds.h:169443msgid "Print lines matching a pattern"9444msgstr ""94459446#: common-cmds.h:179447msgid "Create an empty Git repository or reinitialize an existing one"9448msgstr ""94499450#: common-cmds.h:189451msgid "Show commit logs"9452msgstr ""94539454#: common-cmds.h:199455msgid "Join two or more development histories together"9456msgstr ""94579458#: common-cmds.h:209459msgid "Move or rename a file, a directory, or a symlink"9460msgstr ""94619462#: common-cmds.h:219463msgid "Fetch from and integrate with another repository or a local branch"9464msgstr ""94659466#: common-cmds.h:229467msgid "Update remote refs along with associated objects"9468msgstr ""94699470#: common-cmds.h:239471msgid "Forward-port local commits to the updated upstream head"9472msgstr ""94739474#: common-cmds.h:249475msgid "Reset current HEAD to the specified state"9476msgstr ""94779478#: common-cmds.h:259479msgid "Remove files from the working tree and from the index"9480msgstr ""94819482#: common-cmds.h:269483msgid "Show various types of objects"9484msgstr ""94859486#: common-cmds.h:279487msgid "Show the working tree status"9488msgstr ""94899490#: common-cmds.h:289491msgid "Create, list, delete or verify a tag object signed with GPG"9492msgstr ""94939494#: git-am.sh:529495msgid "You need to set your committer info first"9496msgstr ""94979498#: git-am.sh:979499msgid ""9500"You seem to have moved HEAD since the last 'am' failure.\n"9501"Not rewinding to ORIG_HEAD"9502msgstr ""95039504#: git-am.sh:1079505#, sh-format9506msgid ""9507"When you have resolved this problem, run \"$cmdline --continue\".\n"9508"If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"9509"To restore the original branch and stop patching, run \"$cmdline --abort\"."9510msgstr ""95119512#: git-am.sh:1239513msgid "Cannot fall back to three-way merge."9514msgstr ""95159516#: git-am.sh:1399517msgid "Repository lacks necessary blobs to fall back on 3-way merge."9518msgstr ""95199520#: git-am.sh:1419521msgid "Using index info to reconstruct a base tree..."9522msgstr ""95239524#: git-am.sh:1569525msgid ""9526"Did you hand edit your patch?\n"9527"It does not apply to blobs recorded in its index."9528msgstr ""95299530#: git-am.sh:1659531msgid "Falling back to patching base and 3-way merge..."9532msgstr ""95339534#: git-am.sh:1819535msgid "Failed to merge in the changes."9536msgstr ""95379538#: git-am.sh:2769539msgid "Only one StGIT patch series can be applied at once"9540msgstr ""95419542#: git-am.sh:3639543#, sh-format9544msgid "Patch format $patch_format is not supported."9545msgstr ""95469547#: git-am.sh:3659548msgid "Patch format detection failed."9549msgstr ""95509551#: git-am.sh:3929552msgid ""9553"The -b/--binary option has been a no-op for long time, and\n"9554"it will be removed. Please do not use it anymore."9555msgstr ""95569557#: git-am.sh:4869558#, sh-format9559msgid "previous rebase directory $dotest still exists but mbox given."9560msgstr ""95619562#: git-am.sh:4919563msgid "Please make up your mind. --skip or --abort?"9564msgstr ""95659566#: git-am.sh:5279567#, sh-format9568msgid ""9569"Stray $dotest directory found.\n"9570"Use \"git am --abort\" to remove it."9571msgstr ""95729573#: git-am.sh:5359574msgid "Resolve operation not in progress, we are not resuming."9575msgstr ""95769577#: git-am.sh:6019578#, sh-format9579msgid "Dirty index: cannot apply patches (dirty: $files)"9580msgstr ""95819582#: git-am.sh:7059583#, sh-format9584msgid ""9585"Patch is empty. Was it split wrong?\n"9586"If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"9587"To restore the original branch and stop patching run \"$cmdline --abort\"."9588msgstr ""95899590#: git-am.sh:7329591msgid "Patch does not have a valid e-mail address."9592msgstr ""95939594#: git-am.sh:7799595msgid "cannot be interactive without stdin connected to a terminal."9596msgstr ""95979598#: git-am.sh:7839599msgid "Commit Body is:"9600msgstr ""96019602#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]9603#. in your translation. The program will only accept English9604#. input at this point.9605#: git-am.sh:7909606msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "9607msgstr ""96089609#: git-am.sh:8269610#, sh-format9611msgid "Applying: $FIRSTLINE"9612msgstr ""96139614#: git-am.sh:8479615msgid ""9616"No changes - did you forget to use 'git add'?\n"9617"If there is nothing left to stage, chances are that something else\n"9618"already introduced the same changes; you might want to skip this patch."9619msgstr ""96209621#: git-am.sh:8559622msgid ""9623"You still have unmerged paths in your index\n"9624"did you forget to use 'git add'?"9625msgstr ""96269627#: git-am.sh:8719628msgid "No changes -- Patch already applied."9629msgstr ""96309631#: git-am.sh:8819632#, sh-format9633msgid "Patch failed at $msgnum $FIRSTLINE"9634msgstr ""96359636#: git-am.sh:8849637#, sh-format9638msgid ""9639"The copy of the patch that failed is found in:\n"9640" $dotest/patch"9641msgstr ""96429643#: git-am.sh:9029644msgid "applying to an empty history"9645msgstr ""96469647#: git-bisect.sh:489648msgid "You need to start by \"git bisect start\""9649msgstr ""96509651#. TRANSLATORS: Make sure to include [Y] and [n] in your9652#. translation. The program will only accept English input9653#. at this point.9654#: git-bisect.sh:549655msgid "Do you want me to do it for you [Y/n]? "9656msgstr ""96579658#: git-bisect.sh:959659#, sh-format9660msgid "unrecognised option: '$arg'"9661msgstr ""96629663#: git-bisect.sh:999664#, sh-format9665msgid "'$arg' does not appear to be a valid revision"9666msgstr ""96679668#: git-bisect.sh:1179669msgid "Bad HEAD - I need a HEAD"9670msgstr ""96719672#: git-bisect.sh:1309673#, sh-format9674msgid ""9675"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."9676msgstr ""96779678#: git-bisect.sh:1409679msgid "won't bisect on cg-seek'ed tree"9680msgstr ""96819682#: git-bisect.sh:1449683msgid "Bad HEAD - strange symbolic ref"9684msgstr ""96859686#: git-bisect.sh:1899687#, sh-format9688msgid "Bad bisect_write argument: $state"9689msgstr ""96909691#: git-bisect.sh:2189692#, sh-format9693msgid "Bad rev input: $arg"9694msgstr ""96959696#: git-bisect.sh:2329697msgid "Please call 'bisect_state' with at least one argument."9698msgstr ""96999700#: git-bisect.sh:2449701#, sh-format9702msgid "Bad rev input: $rev"9703msgstr ""97049705#: git-bisect.sh:2509706msgid "'git bisect bad' can take only one argument."9707msgstr ""97089709#: git-bisect.sh:2739710msgid "Warning: bisecting only with a bad commit."9711msgstr ""97129713#. TRANSLATORS: Make sure to include [Y] and [n] in your9714#. translation. The program will only accept English input9715#. at this point.9716#: git-bisect.sh:2799717msgid "Are you sure [Y/n]? "9718msgstr ""97199720#: git-bisect.sh:2899721msgid ""9722"You need to give me at least one good and one bad revisions.\n"9723"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"9724msgstr ""97259726#: git-bisect.sh:2929727msgid ""9728"You need to start by \"git bisect start\".\n"9729"You then need to give me at least one good and one bad revisions.\n"9730"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"9731msgstr ""97329733#: git-bisect.sh:363 git-bisect.sh:4909734msgid "We are not bisecting."9735msgstr ""97369737#: git-bisect.sh:3709738#, sh-format9739msgid "'$invalid' is not a valid commit"9740msgstr ""97419742#: git-bisect.sh:3799743#, sh-format9744msgid ""9745"Could not check out original HEAD '$branch'.\n"9746"Try 'git bisect reset <commit>'."9747msgstr ""97489749#: git-bisect.sh:4069750msgid "No logfile given"9751msgstr ""97529753#: git-bisect.sh:4079754#, sh-format9755msgid "cannot read $file for replaying"9756msgstr ""97579758#: git-bisect.sh:4249759msgid "?? what are you talking about?"9760msgstr ""97619762#: git-bisect.sh:4369763#, sh-format9764msgid "running $command"9765msgstr ""97669767#: git-bisect.sh:4439768#, sh-format9769msgid ""9770"bisect run failed:\n"9771"exit code $res from '$command' is < 0 or >= 128"9772msgstr ""97739774#: git-bisect.sh:4699775msgid "bisect run cannot continue any more"9776msgstr ""97779778#: git-bisect.sh:4759779#, sh-format9780msgid ""9781"bisect run failed:\n"9782"'bisect_state $state' exited with error code $res"9783msgstr ""97849785#: git-bisect.sh:4829786msgid "bisect run success"9787msgstr ""97889789#: git-pull.sh:219790msgid ""9791"Pull is not possible because you have unmerged files.\n"9792"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"9793"as appropriate to mark resolution, or use 'git commit -a'."9794msgstr ""97959796#: git-pull.sh:259797msgid "Pull is not possible because you have unmerged files."9798msgstr ""97999800#: git-pull.sh:2459801msgid "updating an unborn branch with changes added to the index"9802msgstr ""98039804#: git-pull.sh:2699805#, sh-format9806msgid ""9807"Warning: fetch updated the current branch head.\n"9808"Warning: fast-forwarding your working tree from\n"9809"Warning: commit $orig_head."9810msgstr ""98119812#: git-pull.sh:2949813msgid "Cannot merge multiple branches into empty head"9814msgstr ""98159816#: git-pull.sh:2989817msgid "Cannot rebase onto multiple branches"9818msgstr ""98199820#: git-rebase.sh:579821msgid ""9822"When you have resolved this problem, run \"git rebase --continue\".\n"9823"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"9824"To check out the original branch and stop rebasing, run \"git rebase --abort"9825"\"."9826msgstr ""98279828#: git-rebase.sh:1659829msgid "Applied autostash."9830msgstr ""98319832#: git-rebase.sh:1689833#, sh-format9834msgid "Cannot store $stash_sha1"9835msgstr ""98369837#: git-rebase.sh:1699838msgid ""9839"Applying autostash resulted in conflicts.\n"9840"Your changes are safe in the stash.\n"9841"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"9842msgstr ""98439844#: git-rebase.sh:2089845msgid "The pre-rebase hook refused to rebase."9846msgstr ""98479848#: git-rebase.sh:2139849msgid "It looks like git-am is in progress. Cannot rebase."9850msgstr ""98519852#: git-rebase.sh:3519853msgid "The --exec option must be used with the --interactive option"9854msgstr ""98559856#: git-rebase.sh:3569857msgid "No rebase in progress?"9858msgstr ""98599860#: git-rebase.sh:3679861msgid "The --edit-todo action can only be used during interactive rebase."9862msgstr ""98639864#: git-rebase.sh:3749865msgid "Cannot read HEAD"9866msgstr ""98679868#: git-rebase.sh:3779869msgid ""9870"You must edit all merge conflicts and then\n"9871"mark them as resolved using git add"9872msgstr ""98739874#: git-rebase.sh:3959875#, sh-format9876msgid "Could not move back to $head_name"9877msgstr ""98789879#: git-rebase.sh:4149880#, sh-format9881msgid ""9882"It seems that there is already a $state_dir_base directory, and\n"9883"I wonder if you are in the middle of another rebase. If that is the\n"9884"case, please try\n"9885"\t$cmd_live_rebase\n"9886"If that is not the case, please\n"9887"\t$cmd_clear_stale_rebase\n"9888"and run me again. I am stopping in case you still have something\n"9889"valuable there."9890msgstr ""98919892#: git-rebase.sh:4659893#, sh-format9894msgid "invalid upstream $upstream_name"9895msgstr ""98969897#: git-rebase.sh:4899898#, sh-format9899msgid "$onto_name: there are more than one merge bases"9900msgstr ""99019902#: git-rebase.sh:492 git-rebase.sh:4969903#, sh-format9904msgid "$onto_name: there is no merge base"9905msgstr ""99069907#: git-rebase.sh:5019908#, sh-format9909msgid "Does not point to a valid commit: $onto_name"9910msgstr ""99119912#: git-rebase.sh:5249913#, sh-format9914msgid "fatal: no such branch: $branch_name"9915msgstr ""99169917#: git-rebase.sh:5579918msgid "Cannot autostash"9919msgstr ""99209921#: git-rebase.sh:5629922#, sh-format9923msgid "Created autostash: $stash_abbrev"9924msgstr ""99259926#: git-rebase.sh:5669927msgid "Please commit or stash them."9928msgstr ""99299930#: git-rebase.sh:5869931#, sh-format9932msgid "Current branch $branch_name is up to date."9933msgstr ""99349935#: git-rebase.sh:5909936#, sh-format9937msgid "Current branch $branch_name is up to date, rebase forced."9938msgstr ""99399940#: git-rebase.sh:6019941#, sh-format9942msgid "Changes from $mb to $onto:"9943msgstr ""99449945#: git-rebase.sh:6109946msgid "First, rewinding head to replay your work on top of it..."9947msgstr ""99489949#: git-rebase.sh:6209950#, sh-format9951msgid "Fast-forwarded $branch_name to $onto_name."9952msgstr ""99539954#: git-stash.sh:519955msgid "git stash clear with parameters is unimplemented"9956msgstr ""99579958#: git-stash.sh:749959msgid "You do not have the initial commit yet"9960msgstr ""99619962#: git-stash.sh:899963msgid "Cannot save the current index state"9964msgstr ""99659966#: git-stash.sh:124 git-stash.sh:1379967msgid "Cannot save the current worktree state"9968msgstr ""99699970#: git-stash.sh:1419971msgid "No changes selected"9972msgstr ""99739974#: git-stash.sh:1449975msgid "Cannot remove temporary index (can't happen)"9976msgstr ""99779978#: git-stash.sh:1579979msgid "Cannot record working tree state"9980msgstr ""99819982#: git-stash.sh:1919983#, sh-format9984msgid "Cannot update $ref_stash with $w_commit"9985msgstr ""99869987#. TRANSLATORS: $option is an invalid option, like9988#. `--blah-blah'. The 7 spaces at the beginning of the9989#. second line correspond to "error: ". So you should line9990#. up the second line with however many characters the9991#. translation of "error: " takes in your language. E.g. in9992#. English this is:9993#.9994#. $ git stash save --blah-blah 2>&1 | head -n 29995#. error: unknown option for 'stash save': --blah-blah9996#. To provide a message, use git stash save -- '--blah-blah'9997#: git-stash.sh:2389998#, sh-format9999msgid ""10000"error: unknown option for 'stash save': $option\n"10001" To provide a message, use git stash save -- '$option'"10002msgstr ""1000310004#: git-stash.sh:25910005msgid "No local changes to save"10006msgstr ""1000710008#: git-stash.sh:26310009msgid "Cannot initialize stash"10010msgstr ""1001110012#: git-stash.sh:26710013msgid "Cannot save the current status"10014msgstr ""1001510016#: git-stash.sh:28510017msgid "Cannot remove worktree changes"10018msgstr ""1001910020#: git-stash.sh:38410021msgid "No stash found."10022msgstr ""1002310024#: git-stash.sh:39110025#, sh-format10026msgid "Too many revisions specified: $REV"10027msgstr ""1002810029#: git-stash.sh:39710030#, sh-format10031msgid "$reference is not valid reference"10032msgstr ""1003310034#: git-stash.sh:42510035#, sh-format10036msgid "'$args' is not a stash-like commit"10037msgstr ""1003810039#: git-stash.sh:43610040#, sh-format10041msgid "'$args' is not a stash reference"10042msgstr ""1004310044#: git-stash.sh:44410045msgid "unable to refresh index"10046msgstr ""1004710048#: git-stash.sh:44810049msgid "Cannot apply a stash in the middle of a merge"10050msgstr ""1005110052#: git-stash.sh:45610053msgid "Conflicts in index. Try without --index."10054msgstr ""1005510056#: git-stash.sh:45810057msgid "Could not save index tree"10058msgstr ""1005910060#: git-stash.sh:49210061msgid "Cannot unstage modified files"10062msgstr ""1006310064#: git-stash.sh:50710065msgid "Index was not unstashed."10066msgstr ""1006710068#: git-stash.sh:53010069#, sh-format10070msgid "Dropped ${REV} ($s)"10071msgstr ""1007210073#: git-stash.sh:53110074#, sh-format10075msgid "${REV}: Could not drop stash entry"10076msgstr ""1007710078#: git-stash.sh:53810079msgid "No branch name specified"10080msgstr ""1008110082#: git-stash.sh:61010083msgid "(To restore them type \"git stash apply\")"10084msgstr ""1008510086#: git-submodule.sh:9510087#, sh-format10088msgid "cannot strip one component off url '$remoteurl'"10089msgstr ""1009010091#: git-submodule.sh:23710092#, sh-format10093msgid "No submodule mapping found in .gitmodules for path '$sm_path'"10094msgstr ""1009510096#: git-submodule.sh:28710097#, sh-format10098msgid "Clone of '$url' into submodule path '$sm_path' failed"10099msgstr ""1010010101#: git-submodule.sh:29610102#, sh-format10103msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"10104msgstr ""1010510106#: git-submodule.sh:40610107msgid "Relative path can only be used from the toplevel of the working tree"10108msgstr ""1010910110#: git-submodule.sh:41610111#, sh-format10112msgid "repo URL: '$repo' must be absolute or begin with ./|../"10113msgstr ""1011410115#: git-submodule.sh:43310116#, sh-format10117msgid "'$sm_path' already exists in the index"10118msgstr ""1011910120#: git-submodule.sh:43710121#, sh-format10122msgid ""10123"The following path is ignored by one of your .gitignore files:\n"10124"$sm_path\n"10125"Use -f if you really want to add it."10126msgstr ""1012710128#: git-submodule.sh:45510129#, sh-format10130msgid "Adding existing repo at '$sm_path' to the index"10131msgstr ""1013210133#: git-submodule.sh:45710134#, sh-format10135msgid "'$sm_path' already exists and is not a valid git repo"10136msgstr ""1013710138#: git-submodule.sh:46510139#, sh-format10140msgid "A git directory for '$sm_name' is found locally with remote(s):"10141msgstr ""1014210143#: git-submodule.sh:46710144#, sh-format10145msgid ""10146"If you want to reuse this local git directory instead of cloning again from"10147msgstr ""1014810149#: git-submodule.sh:46910150#, sh-format10151msgid ""10152"use the '--force' option. If the local git directory is not the correct repo"10153msgstr ""1015410155#: git-submodule.sh:47010156#, sh-format10157msgid ""10158"or you are unsure what this means choose another name with the '--name' "10159"option."10160msgstr ""1016110162#: git-submodule.sh:47210163#, sh-format10164msgid "Reactivating local git directory for submodule '$sm_name'."10165msgstr ""1016610167#: git-submodule.sh:48410168#, sh-format10169msgid "Unable to checkout submodule '$sm_path'"10170msgstr ""1017110172#: git-submodule.sh:48910173#, sh-format10174msgid "Failed to add submodule '$sm_path'"10175msgstr ""1017610177#: git-submodule.sh:49810178#, sh-format10179msgid "Failed to register submodule '$sm_path'"10180msgstr ""1018110182#: git-submodule.sh:54210183#, sh-format10184msgid "Entering '$prefix$displaypath'"10185msgstr ""1018610187#: git-submodule.sh:56210188#, sh-format10189msgid "Stopping at '$prefix$displaypath'; script returned non-zero status."10190msgstr ""1019110192#: git-submodule.sh:60810193#, sh-format10194msgid "No url found for submodule path '$displaypath' in .gitmodules"10195msgstr ""1019610197#: git-submodule.sh:61710198#, sh-format10199msgid "Failed to register url for submodule path '$displaypath'"10200msgstr ""1020110202#: git-submodule.sh:61910203#, sh-format10204msgid "Submodule '$name' ($url) registered for path '$displaypath'"10205msgstr ""1020610207#: git-submodule.sh:63610208#, sh-format10209msgid "Failed to register update mode for submodule path '$displaypath'"10210msgstr ""1021110212#: git-submodule.sh:67410213#, sh-format10214msgid "Use '.' if you really want to deinitialize all submodules"10215msgstr ""1021610217#: git-submodule.sh:69110218#, sh-format10219msgid "Submodule work tree '$displaypath' contains a .git directory"10220msgstr ""1022110222#: git-submodule.sh:69210223#, sh-format10224msgid ""10225"(use 'rm -rf' if you really want to remove it including all of its history)"10226msgstr ""1022710228#: git-submodule.sh:69810229#, sh-format10230msgid ""10231"Submodule work tree '$displaypath' contains local modifications; use '-f' to "10232"discard them"10233msgstr ""1023410235#: git-submodule.sh:70110236#, sh-format10237msgid "Cleared directory '$displaypath'"10238msgstr ""1023910240#: git-submodule.sh:70210241#, sh-format10242msgid "Could not remove submodule work tree '$displaypath'"10243msgstr ""1024410245#: git-submodule.sh:70510246#, sh-format10247msgid "Could not create empty submodule directory '$displaypath'"10248msgstr ""1024910250#: git-submodule.sh:71410251#, sh-format10252msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"10253msgstr ""1025410255#: git-submodule.sh:83010256#, sh-format10257msgid ""10258"Submodule path '$displaypath' not initialized\n"10259"Maybe you want to use 'update --init'?"10260msgstr ""1026110262#: git-submodule.sh:84310263#, sh-format10264msgid "Unable to find current revision in submodule path '$displaypath'"10265msgstr ""1026610267#: git-submodule.sh:85210268#, sh-format10269msgid "Unable to fetch in submodule path '$sm_path'"10270msgstr ""1027110272#: git-submodule.sh:87610273#, sh-format10274msgid "Unable to fetch in submodule path '$displaypath'"10275msgstr ""1027610277#: git-submodule.sh:89010278#, sh-format10279msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"10280msgstr ""1028110282#: git-submodule.sh:89110283#, sh-format10284msgid "Submodule path '$displaypath': checked out '$sha1'"10285msgstr ""1028610287#: git-submodule.sh:89510288#, sh-format10289msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"10290msgstr ""1029110292#: git-submodule.sh:89610293#, sh-format10294msgid "Submodule path '$displaypath': rebased into '$sha1'"10295msgstr ""1029610297#: git-submodule.sh:90110298#, sh-format10299msgid "Unable to merge '$sha1' in submodule path '$displaypath'"10300msgstr ""1030110302#: git-submodule.sh:90210303#, sh-format10304msgid "Submodule path '$displaypath': merged in '$sha1'"10305msgstr ""1030610307#: git-submodule.sh:90710308#, sh-format10309msgid ""10310"Execution of '$command $sha1' failed in submodule path '$prefix$sm_path'"10311msgstr ""1031210313#: git-submodule.sh:90810314#, sh-format10315msgid "Submodule path '$prefix$sm_path': '$command $sha1'"10316msgstr ""1031710318#: git-submodule.sh:93810319#, sh-format10320msgid "Failed to recurse into submodule path '$displaypath'"10321msgstr ""1032210323#: git-submodule.sh:104610324msgid "The --cached option cannot be used with the --files option"10325msgstr ""1032610327#: git-submodule.sh:109810328#, sh-format10329msgid "unexpected mode $mod_dst"10330msgstr ""1033110332#: git-submodule.sh:111810333#, sh-format10334msgid " Warn: $display_name doesn't contain commit $sha1_src"10335msgstr ""1033610337#: git-submodule.sh:112110338#, sh-format10339msgid " Warn: $display_name doesn't contain commit $sha1_dst"10340msgstr ""1034110342#: git-submodule.sh:112410343#, sh-format10344msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"10345msgstr ""1034610347#: git-submodule.sh:114910348msgid "blob"10349msgstr ""1035010351#: git-submodule.sh:126710352#, sh-format10353msgid "Failed to recurse into submodule path '$sm_path'"10354msgstr ""1035510356#: git-submodule.sh:133110357#, sh-format10358msgid "Synchronizing submodule url for '$displaypath'"10359msgstr ""