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: 2016-05-24 23:42+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." 30msgstr "" 31 32#: advice.c:101 builtin/merge.c:1238 33msgid "You have not concluded your merge (MERGE_HEAD exists)." 34msgstr "" 35 36#: advice.c:103 37msgid "Please, commit your changes before merging." 38msgstr "" 39 40#: advice.c:104 41msgid "Exiting because of unfinished merge." 42msgstr "" 43 44#: archive.c:12 45msgid "git archive [<options>] <tree-ish> [<path>...]" 46msgstr "" 47 48#: archive.c:13 49msgid "git archive --list" 50msgstr "" 51 52#: archive.c:14 53msgid "" 54"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]" 55msgstr "" 56 57#: archive.c:15 58msgid "git archive --remote <repo> [--exec <cmd>] --list" 59msgstr "" 60 61#: archive.c:344 builtin/add.c:137 builtin/add.c:420 builtin/rm.c:327 62#, c-format 63msgid "pathspec '%s' did not match any files" 64msgstr "" 65 66#: archive.c:429 67msgid "fmt" 68msgstr "" 69 70#: archive.c:429 71msgid "archive format" 72msgstr "" 73 74#: archive.c:430 builtin/log.c:1395 75msgid "prefix" 76msgstr "" 77 78#: archive.c:431 79msgid "prepend prefix to each pathname in the archive" 80msgstr "" 81 82#: archive.c:432 builtin/archive.c:88 builtin/blame.c:2548 83#: builtin/blame.c:2549 builtin/config.c:60 builtin/fast-export.c:987 84#: builtin/fast-export.c:989 builtin/grep.c:722 builtin/hash-object.c:100 85#: builtin/ls-files.c:459 builtin/ls-files.c:462 builtin/notes.c:398 86#: builtin/notes.c:561 builtin/read-tree.c:109 parse-options.h:153 87msgid "file" 88msgstr "" 89 90#: archive.c:433 builtin/archive.c:89 91msgid "write the archive to this file" 92msgstr "" 93 94#: archive.c:435 95msgid "read .gitattributes in working directory" 96msgstr "" 97 98#: archive.c:436 99msgid "report archived files on stderr" 100msgstr "" 101 102#: archive.c:437 103msgid "store only" 104msgstr "" 105 106#: archive.c:438 107msgid "compress faster" 108msgstr "" 109 110#: archive.c:446 111msgid "compress better" 112msgstr "" 113 114#: archive.c:449 115msgid "list supported archive formats" 116msgstr "" 117 118#: archive.c:451 builtin/archive.c:90 builtin/clone.c:82 119#: builtin/submodule--helper.c:776 120msgid "repo" 121msgstr "" 122 123#: archive.c:452 builtin/archive.c:91 124msgid "retrieve the archive from remote repository <repo>" 125msgstr "" 126 127#: archive.c:453 builtin/archive.c:92 builtin/notes.c:482 128msgid "command" 129msgstr "" 130 131#: archive.c:454 builtin/archive.c:93 132msgid "path to the remote git-upload-archive command" 133msgstr "" 134 135#: attr.c:263 136msgid "" 137"Negative patterns are ignored in git attributes\n" 138"Use '\\!' for literal leading exclamation." 139msgstr "" 140 141#: branch.c:53 142#, c-format 143msgid "" 144"\n" 145"After fixing the error cause you may try to fix up\n" 146"the remote tracking information by invoking\n" 147"\"git branch --set-upstream-to=%s%s%s\"." 148msgstr "" 149 150#: branch.c:67 151#, c-format 152msgid "Not setting branch %s as its own upstream." 153msgstr "" 154 155#: branch.c:93 156#, c-format 157msgid "Branch %s set up to track remote branch %s from %s by rebasing." 158msgstr "" 159 160#: branch.c:94 161#, c-format 162msgid "Branch %s set up to track remote branch %s from %s." 163msgstr "" 164 165#: branch.c:98 166#, c-format 167msgid "Branch %s set up to track local branch %s by rebasing." 168msgstr "" 169 170#: branch.c:99 171#, c-format 172msgid "Branch %s set up to track local branch %s." 173msgstr "" 174 175#: branch.c:104 176#, c-format 177msgid "Branch %s set up to track remote ref %s by rebasing." 178msgstr "" 179 180#: branch.c:105 181#, c-format 182msgid "Branch %s set up to track remote ref %s." 183msgstr "" 184 185#: branch.c:109 186#, c-format 187msgid "Branch %s set up to track local ref %s by rebasing." 188msgstr "" 189 190#: branch.c:110 191#, c-format 192msgid "Branch %s set up to track local ref %s." 193msgstr "" 194 195#: branch.c:119 196msgid "Unable to write upstream branch configuration" 197msgstr "" 198 199#: branch.c:156 200#, c-format 201msgid "Not tracking: ambiguous information for ref %s" 202msgstr "" 203 204#: branch.c:185 205#, c-format 206msgid "'%s' is not a valid branch name." 207msgstr "" 208 209#: branch.c:190 210#, c-format 211msgid "A branch named '%s' already exists." 212msgstr "" 213 214#: branch.c:198 215msgid "Cannot force update the current branch." 216msgstr "" 217 218#: branch.c:218 219#, c-format 220msgid "Cannot setup tracking information; starting point '%s' is not a branch." 221msgstr "" 222 223#: branch.c:220 224#, c-format 225msgid "the requested upstream branch '%s' does not exist" 226msgstr "" 227 228#: branch.c:222 229msgid "" 230"\n" 231"If you are planning on basing your work on an upstream\n" 232"branch that already exists at the remote, you may need to\n" 233"run \"git fetch\" to retrieve it.\n" 234"\n" 235"If you are planning to push out a new local branch that\n" 236"will track its remote counterpart, you may want to use\n" 237"\"git push -u\" to set the upstream config as you push." 238msgstr "" 239 240#: branch.c:266 241#, c-format 242msgid "Not a valid object name: '%s'." 243msgstr "" 244 245#: branch.c:286 246#, c-format 247msgid "Ambiguous object name: '%s'." 248msgstr "" 249 250#: branch.c:291 251#, c-format 252msgid "Not a valid branch point: '%s'." 253msgstr "" 254 255#: branch.c:345 256#, c-format 257msgid "'%s' is already checked out at '%s'" 258msgstr "" 259 260#: branch.c:364 261#, c-format 262msgid "HEAD of working tree %s is not updated" 263msgstr "" 264 265#: bundle.c:34 266#, c-format 267msgid "'%s' does not look like a v2 bundle file" 268msgstr "" 269 270#: bundle.c:61 271#, c-format 272msgid "unrecognized header: %s%s (%d)" 273msgstr "" 274 275#: bundle.c:87 builtin/commit.c:777 276#, c-format 277msgid "could not open '%s'" 278msgstr "" 279 280#: bundle.c:139 281msgid "Repository lacks these prerequisite commits:" 282msgstr "" 283 284#: bundle.c:163 ref-filter.c:1462 sequencer.c:627 sequencer.c:1073 285#: builtin/blame.c:2755 builtin/commit.c:1056 builtin/log.c:340 286#: builtin/log.c:863 builtin/log.c:1308 builtin/log.c:1633 builtin/log.c:1875 287#: builtin/merge.c:361 builtin/shortlog.c:170 288msgid "revision walk setup failed" 289msgstr "" 290 291#: bundle.c:185 292#, c-format 293msgid "The bundle contains this ref:" 294msgid_plural "The bundle contains these %d refs:" 295msgstr[0] "" 296msgstr[1] "" 297 298#: bundle.c:192 299msgid "The bundle records a complete history." 300msgstr "" 301 302#: bundle.c:194 303#, c-format 304msgid "The bundle requires this ref:" 305msgid_plural "The bundle requires these %d refs:" 306msgstr[0] "" 307msgstr[1] "" 308 309#: bundle.c:253 310msgid "Could not spawn pack-objects" 311msgstr "" 312 313#: bundle.c:264 314msgid "pack-objects died" 315msgstr "" 316 317#: bundle.c:304 318msgid "rev-list died" 319msgstr "" 320 321#: bundle.c:353 322#, c-format 323msgid "ref '%s' is excluded by the rev-list options" 324msgstr "" 325 326#: bundle.c:443 builtin/log.c:163 builtin/log.c:1538 builtin/shortlog.c:273 327#, c-format 328msgid "unrecognized argument: %s" 329msgstr "" 330 331#: bundle.c:451 332msgid "Refusing to create empty bundle." 333msgstr "" 334 335#: bundle.c:463 336#, c-format 337msgid "cannot create '%s'" 338msgstr "" 339 340#: bundle.c:491 341msgid "index-pack died" 342msgstr "" 343 344#: color.c:275 345#, c-format 346msgid "invalid color value: %.*s" 347msgstr "" 348 349#: commit.c:40 builtin/am.c:437 builtin/am.c:473 builtin/am.c:1504 350#: builtin/am.c:2134 351#, c-format 352msgid "could not parse %s" 353msgstr "" 354 355#: commit.c:42 356#, c-format 357msgid "%s %s is not a commit!" 358msgstr "" 359 360#: compat/obstack.c:406 compat/obstack.c:408 361msgid "memory exhausted" 362msgstr "" 363 364#: config.c:475 config.c:477 365#, c-format 366msgid "bad config line %d in %s %s" 367msgstr "" 368 369#: config.c:593 370#, c-format 371msgid "bad numeric config value '%s' for '%s' in %s %s: %s" 372msgstr "" 373 374#: config.c:595 375#, c-format 376msgid "bad numeric config value '%s' for '%s': %s" 377msgstr "" 378 379#: config.c:680 380#, c-format 381msgid "failed to expand user dir in: '%s'" 382msgstr "" 383 384#: config.c:761 config.c:772 385#, c-format 386msgid "bad zlib compression level %d" 387msgstr "" 388 389#: config.c:890 390#, c-format 391msgid "invalid mode for object creation: %s" 392msgstr "" 393 394#: config.c:1228 395msgid "unable to parse command-line config" 396msgstr "" 397 398#: config.c:1284 399msgid "unknown error occured while reading the configuration files" 400msgstr "" 401 402#: config.c:1629 403#, c-format 404msgid "unable to parse '%s' from command-line config" 405msgstr "" 406 407#: config.c:1631 408#, c-format 409msgid "bad config variable '%s' in file '%s' at line %d" 410msgstr "" 411 412#: config.c:1690 413#, c-format 414msgid "%s has multiple values" 415msgstr "" 416 417#: config.c:2224 418#, c-format 419msgid "could not set '%s' to '%s'" 420msgstr "" 421 422#: config.c:2226 423#, c-format 424msgid "could not unset '%s'" 425msgstr "" 426 427#: connected.c:69 428msgid "Could not run 'git rev-list'" 429msgstr "" 430 431#: connected.c:89 432msgid "failed write to rev-list" 433msgstr "" 434 435#: connected.c:96 436msgid "failed to close rev-list's stdin" 437msgstr "" 438 439#: date.c:95 440msgid "in the future" 441msgstr "" 442 443#: date.c:101 444#, c-format 445msgid "%lu second ago" 446msgid_plural "%lu seconds ago" 447msgstr[0] "" 448msgstr[1] "" 449 450#: date.c:108 451#, c-format 452msgid "%lu minute ago" 453msgid_plural "%lu minutes ago" 454msgstr[0] "" 455msgstr[1] "" 456 457#: date.c:115 458#, c-format 459msgid "%lu hour ago" 460msgid_plural "%lu hours ago" 461msgstr[0] "" 462msgstr[1] "" 463 464#: date.c:122 465#, c-format 466msgid "%lu day ago" 467msgid_plural "%lu days ago" 468msgstr[0] "" 469msgstr[1] "" 470 471#: date.c:128 472#, c-format 473msgid "%lu week ago" 474msgid_plural "%lu weeks ago" 475msgstr[0] "" 476msgstr[1] "" 477 478#: date.c:135 479#, c-format 480msgid "%lu month ago" 481msgid_plural "%lu months ago" 482msgstr[0] "" 483msgstr[1] "" 484 485#: date.c:146 486#, c-format 487msgid "%lu year" 488msgid_plural "%lu years" 489msgstr[0] "" 490msgstr[1] "" 491 492#. TRANSLATORS: "%s" is "<n> years" 493#: date.c:149 494#, c-format 495msgid "%s, %lu month ago" 496msgid_plural "%s, %lu months ago" 497msgstr[0] "" 498msgstr[1] "" 499 500#: date.c:154 date.c:159 501#, c-format 502msgid "%lu year ago" 503msgid_plural "%lu years ago" 504msgstr[0] "" 505msgstr[1] "" 506 507#: diffcore-order.c:24 508#, c-format 509msgid "failed to read orderfile '%s'" 510msgstr "" 511 512#: diffcore-rename.c:538 513msgid "Performing inexact rename detection" 514msgstr "" 515 516#: diff.c:116 517#, c-format 518msgid " Failed to parse dirstat cut-off percentage '%s'\n" 519msgstr "" 520 521#: diff.c:121 522#, c-format 523msgid " Unknown dirstat parameter '%s'\n" 524msgstr "" 525 526#: diff.c:225 527#, c-format 528msgid "Unknown value for 'diff.submodule' config variable: '%s'" 529msgstr "" 530 531#: diff.c:277 532#, c-format 533msgid "" 534"Found errors in 'diff.dirstat' config variable:\n" 535"%s" 536msgstr "" 537 538#: diff.c:3007 539#, c-format 540msgid "external diff died, stopping at %s" 541msgstr "" 542 543#: diff.c:3405 544msgid "--follow requires exactly one pathspec" 545msgstr "" 546 547#: diff.c:3568 548#, c-format 549msgid "" 550"Failed to parse --dirstat/-X option parameter:\n" 551"%s" 552msgstr "" 553 554#: diff.c:3582 555#, c-format 556msgid "Failed to parse --submodule option parameter: '%s'" 557msgstr "" 558 559#: dir.c:1823 560msgid "failed to get kernel name and information" 561msgstr "" 562 563#: dir.c:1942 564msgid "Untracked cache is disabled on this system or location." 565msgstr "" 566 567#: gpg-interface.c:166 gpg-interface.c:235 568msgid "could not run gpg." 569msgstr "" 570 571#: gpg-interface.c:178 572msgid "gpg did not accept the data" 573msgstr "" 574 575#: gpg-interface.c:189 576msgid "gpg failed to sign the data" 577msgstr "" 578 579#: gpg-interface.c:222 580#, c-format 581msgid "could not create temporary file '%s'" 582msgstr "" 583 584#: gpg-interface.c:224 585#, c-format 586msgid "failed writing detached signature to '%s'" 587msgstr "" 588 589#: grep.c:1718 590#, c-format 591msgid "'%s': unable to read %s" 592msgstr "" 593 594#: grep.c:1735 builtin/clone.c:382 builtin/diff.c:84 builtin/rm.c:155 595#, c-format 596msgid "failed to stat '%s'" 597msgstr "" 598 599#: grep.c:1746 600#, c-format 601msgid "'%s': short read" 602msgstr "" 603 604#: help.c:205 605#, c-format 606msgid "available git commands in '%s'" 607msgstr "" 608 609#: help.c:212 610msgid "git commands available from elsewhere on your $PATH" 611msgstr "" 612 613#: help.c:244 614msgid "These are common Git commands used in various situations:" 615msgstr "" 616 617#: help.c:309 618#, c-format 619msgid "" 620"'%s' appears to be a git command, but we were not\n" 621"able to execute it. Maybe git-%s is broken?" 622msgstr "" 623 624#: help.c:366 625msgid "Uh oh. Your system reports no Git commands at all." 626msgstr "" 627 628#: help.c:388 629#, c-format 630msgid "" 631"WARNING: You called a Git command named '%s', which does not exist.\n" 632"Continuing under the assumption that you meant '%s'" 633msgstr "" 634 635#: help.c:393 636#, c-format 637msgid "in %0.1f seconds automatically..." 638msgstr "" 639 640#: help.c:400 641#, c-format 642msgid "git: '%s' is not a git command. See 'git --help'." 643msgstr "" 644 645#: help.c:404 help.c:464 646msgid "" 647"\n" 648"Did you mean this?" 649msgid_plural "" 650"\n" 651"Did you mean one of these?" 652msgstr[0] "" 653msgstr[1] "" 654 655#: help.c:460 656#, c-format 657msgid "%s: %s - %s" 658msgstr "" 659 660#: lockfile.c:152 661#, c-format 662msgid "" 663"Unable to create '%s.lock': %s.\n" 664"\n" 665"Another git process seems to be running in this repository, e.g.\n" 666"an editor opened by 'git commit'. Please make sure all processes\n" 667"are terminated then try again. If it still fails, a git process\n" 668"may have crashed in this repository earlier:\n" 669"remove the file manually to continue." 670msgstr "" 671 672#: lockfile.c:160 673#, c-format 674msgid "Unable to create '%s.lock': %s" 675msgstr "" 676 677#: merge.c:41 678msgid "failed to read the cache" 679msgstr "" 680 681#: merge.c:94 builtin/am.c:2007 builtin/am.c:2042 builtin/checkout.c:375 682#: builtin/checkout.c:586 builtin/clone.c:732 683msgid "unable to write new index file" 684msgstr "" 685 686#: merge-recursive.c:189 687#, c-format 688msgid "(bad commit)\n" 689msgstr "" 690 691#: merge-recursive.c:209 692#, c-format 693msgid "addinfo_cache failed for path '%s'" 694msgstr "" 695 696#: merge-recursive.c:270 697msgid "error building trees" 698msgstr "" 699 700#: merge-recursive.c:689 701#, c-format 702msgid "failed to create path '%s'%s" 703msgstr "" 704 705#: merge-recursive.c:700 706#, c-format 707msgid "Removing %s to make room for subdirectory\n" 708msgstr "" 709 710#: merge-recursive.c:714 merge-recursive.c:735 711msgid ": perhaps a D/F conflict?" 712msgstr "" 713 714#: merge-recursive.c:725 715#, c-format 716msgid "refusing to lose untracked file at '%s'" 717msgstr "" 718 719#: merge-recursive.c:765 720#, c-format 721msgid "cannot read object %s '%s'" 722msgstr "" 723 724#: merge-recursive.c:767 725#, c-format 726msgid "blob expected for %s '%s'" 727msgstr "" 728 729#: merge-recursive.c:790 builtin/clone.c:376 730#, c-format 731msgid "failed to open '%s'" 732msgstr "" 733 734#: merge-recursive.c:798 735#, c-format 736msgid "failed to symlink '%s'" 737msgstr "" 738 739#: merge-recursive.c:801 740#, c-format 741msgid "do not know what to do with %06o %s '%s'" 742msgstr "" 743 744#: merge-recursive.c:939 745msgid "Failed to execute internal merge" 746msgstr "" 747 748#: merge-recursive.c:943 749#, c-format 750msgid "Unable to add %s to database" 751msgstr "" 752 753#: merge-recursive.c:959 754msgid "unsupported object type in the tree" 755msgstr "" 756 757#: merge-recursive.c:1034 merge-recursive.c:1048 758#, c-format 759msgid "" 760"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 761"in tree." 762msgstr "" 763 764#: merge-recursive.c:1040 merge-recursive.c:1053 765#, c-format 766msgid "" 767"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 768"in tree at %s." 769msgstr "" 770 771#: merge-recursive.c:1094 772msgid "rename" 773msgstr "" 774 775#: merge-recursive.c:1094 776msgid "renamed" 777msgstr "" 778 779#: merge-recursive.c:1150 780#, c-format 781msgid "%s is a directory in %s adding as %s instead" 782msgstr "" 783 784#: merge-recursive.c:1172 785#, c-format 786msgid "" 787"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s" 788"\"->\"%s\" in \"%s\"%s" 789msgstr "" 790 791#: merge-recursive.c:1177 792msgid " (left unresolved)" 793msgstr "" 794 795#: merge-recursive.c:1231 796#, c-format 797msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s" 798msgstr "" 799 800#: merge-recursive.c:1261 801#, c-format 802msgid "Renaming %s to %s and %s to %s instead" 803msgstr "" 804 805#: merge-recursive.c:1460 806#, c-format 807msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s" 808msgstr "" 809 810#: merge-recursive.c:1470 811#, c-format 812msgid "Adding merged %s" 813msgstr "" 814 815#: merge-recursive.c:1475 merge-recursive.c:1677 816#, c-format 817msgid "Adding as %s instead" 818msgstr "" 819 820#: merge-recursive.c:1526 821#, c-format 822msgid "cannot read object %s" 823msgstr "" 824 825#: merge-recursive.c:1529 826#, c-format 827msgid "object %s is not a blob" 828msgstr "" 829 830#: merge-recursive.c:1581 831msgid "modify" 832msgstr "" 833 834#: merge-recursive.c:1581 835msgid "modified" 836msgstr "" 837 838#: merge-recursive.c:1591 839msgid "content" 840msgstr "" 841 842#: merge-recursive.c:1598 843msgid "add/add" 844msgstr "" 845 846#: merge-recursive.c:1632 847#, c-format 848msgid "Skipped %s (merged same as existing)" 849msgstr "" 850 851#: merge-recursive.c:1646 852#, c-format 853msgid "Auto-merging %s" 854msgstr "" 855 856#: merge-recursive.c:1650 git-submodule.sh:941 857msgid "submodule" 858msgstr "" 859 860#: merge-recursive.c:1651 861#, c-format 862msgid "CONFLICT (%s): Merge conflict in %s" 863msgstr "" 864 865#: merge-recursive.c:1737 866#, c-format 867msgid "Removing %s" 868msgstr "" 869 870#: merge-recursive.c:1762 871msgid "file/directory" 872msgstr "" 873 874#: merge-recursive.c:1768 875msgid "directory/file" 876msgstr "" 877 878#: merge-recursive.c:1773 879#, c-format 880msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s" 881msgstr "" 882 883#: merge-recursive.c:1781 884#, c-format 885msgid "Adding %s" 886msgstr "" 887 888#: merge-recursive.c:1798 889msgid "Fatal merge failure, shouldn't happen." 890msgstr "" 891 892#: merge-recursive.c:1817 893msgid "Already up-to-date!" 894msgstr "" 895 896#: merge-recursive.c:1826 897#, c-format 898msgid "merging of trees %s and %s failed" 899msgstr "" 900 901#: merge-recursive.c:1856 902#, c-format 903msgid "Unprocessed path??? %s" 904msgstr "" 905 906#: merge-recursive.c:1904 907msgid "Merging:" 908msgstr "" 909 910#: merge-recursive.c:1917 911#, c-format 912msgid "found %u common ancestor:" 913msgid_plural "found %u common ancestors:" 914msgstr[0] "" 915msgstr[1] "" 916 917#: merge-recursive.c:1954 918msgid "merge returned no commit" 919msgstr "" 920 921#: merge-recursive.c:2011 922#, c-format 923msgid "Could not parse object '%s'" 924msgstr "" 925 926#: merge-recursive.c:2022 builtin/merge.c:649 builtin/merge.c:831 927msgid "Unable to write index." 928msgstr "" 929 930#: notes-utils.c:41 931msgid "Cannot commit uninitialized/unreferenced notes tree" 932msgstr "" 933 934#: notes-utils.c:100 935#, c-format 936msgid "Bad notes.rewriteMode value: '%s'" 937msgstr "" 938 939#: notes-utils.c:110 940#, c-format 941msgid "Refusing to rewrite notes in %s (outside of refs/notes/)" 942msgstr "" 943 944#. TRANSLATORS: The first %s is the name of the 945#. environment variable, the second %s is its value 946#: notes-utils.c:137 947#, c-format 948msgid "Bad %s value: '%s'" 949msgstr "" 950 951#: object.c:242 952#, c-format 953msgid "unable to parse object: %s" 954msgstr "" 955 956#: parse-options.c:572 957msgid "..." 958msgstr "" 959 960#: parse-options.c:590 961#, c-format 962msgid "usage: %s" 963msgstr "" 964 965#. TRANSLATORS: the colon here should align with the 966#. one in "usage: %s" translation 967#: parse-options.c:594 968#, c-format 969msgid " or: %s" 970msgstr "" 971 972#: parse-options.c:597 973#, c-format 974msgid " %s" 975msgstr "" 976 977#: parse-options.c:631 978msgid "-NUM" 979msgstr "" 980 981#: parse-options-cb.c:108 982#, c-format 983msgid "malformed object name '%s'" 984msgstr "" 985 986#: path.c:796 987#, c-format 988msgid "Could not make %s writable by group" 989msgstr "" 990 991#: pathspec.c:133 992msgid "global 'glob' and 'noglob' pathspec settings are incompatible" 993msgstr "" 994 995#: pathspec.c:143 996msgid "" 997"global 'literal' pathspec setting is incompatible with all other global " 998"pathspec settings" 999msgstr ""10001001#: pathspec.c:1771002msgid "invalid parameter for pathspec magic 'prefix'"1003msgstr ""10041005#: pathspec.c:1831006#, c-format1007msgid "Invalid pathspec magic '%.*s' in '%s'"1008msgstr ""10091010#: pathspec.c:1871011#, c-format1012msgid "Missing ')' at the end of pathspec magic in '%s'"1013msgstr ""10141015#: pathspec.c:2051016#, c-format1017msgid "Unimplemented pathspec magic '%c' in '%s'"1018msgstr ""10191020#: pathspec.c:2301021#, c-format1022msgid "%s: 'literal' and 'glob' are incompatible"1023msgstr ""10241025#: pathspec.c:2411026#, c-format1027msgid "%s: '%s' is outside repository"1028msgstr ""10291030#: pathspec.c:2911031#, c-format1032msgid "Pathspec '%s' is in submodule '%.*s'"1033msgstr ""10341035#: pathspec.c:3531036#, c-format1037msgid "%s: pathspec magic not supported by this command: %s"1038msgstr ""10391040#: pathspec.c:4331041#, c-format1042msgid "pathspec '%s' is beyond a symbolic link"1043msgstr ""10441045#: pathspec.c:4421046msgid ""1047"There is nothing to exclude from by :(exclude) patterns.\n"1048"Perhaps you forgot to add either ':/' or '.' ?"1049msgstr ""10501051#: pretty.c:9711052msgid "unable to parse --pretty format"1053msgstr ""10541055#: progress.c:2351056msgid "done"1057msgstr ""10581059#: read-cache.c:12811060#, c-format1061msgid ""1062"index.version set, but the value is invalid.\n"1063"Using version %i"1064msgstr ""10651066#: read-cache.c:12911067#, c-format1068msgid ""1069"GIT_INDEX_VERSION set, but the value is invalid.\n"1070"Using version %i"1071msgstr ""10721073#: refs.c:543 builtin/merge.c:764 builtin/merge.c:883 builtin/merge.c:9851074#: builtin/merge.c:9951075#, c-format1076msgid "Could not open '%s' for writing"1077msgstr ""10781079#: refs/files-backend.c:22431080#, c-format1081msgid "could not delete reference %s: %s"1082msgstr ""10831084#: refs/files-backend.c:22461085#, c-format1086msgid "could not delete references: %s"1087msgstr ""10881089#: refs/files-backend.c:22551090#, c-format1091msgid "could not remove reference %s"1092msgstr ""10931094#: ref-filter.c:551095#, c-format1096msgid "expected format: %%(color:<color>)"1097msgstr ""10981099#: ref-filter.c:571100#, c-format1101msgid "unrecognized color: %%(color:%s)"1102msgstr ""11031104#: ref-filter.c:711105#, c-format1106msgid "unrecognized format: %%(%s)"1107msgstr ""11081109#: ref-filter.c:771110#, c-format1111msgid "%%(body) does not take arguments"1112msgstr ""11131114#: ref-filter.c:841115#, c-format1116msgid "%%(subject) does not take arguments"1117msgstr ""11181119#: ref-filter.c:1011120#, c-format1121msgid "positive value expected contents:lines=%s"1122msgstr ""11231124#: ref-filter.c:1031125#, c-format1126msgid "unrecognized %%(contents) argument: %s"1127msgstr ""11281129#: ref-filter.c:1131130#, c-format1131msgid "unrecognized %%(objectname) argument: %s"1132msgstr ""11331134#: ref-filter.c:1351135#, c-format1136msgid "expected format: %%(align:<width>,<position>)"1137msgstr ""11381139#: ref-filter.c:1471140#, c-format1141msgid "unrecognized position:%s"1142msgstr ""11431144#: ref-filter.c:1511145#, c-format1146msgid "unrecognized width:%s"1147msgstr ""11481149#: ref-filter.c:1571150#, c-format1151msgid "unrecognized %%(align) argument: %s"1152msgstr ""11531154#: ref-filter.c:1611155#, c-format1156msgid "positive width expected with the %%(align) atom"1157msgstr ""11581159#: ref-filter.c:2441160#, c-format1161msgid "malformed field name: %.*s"1162msgstr ""11631164#: ref-filter.c:2701165#, c-format1166msgid "unknown field name: %.*s"1167msgstr ""11681169#: ref-filter.c:3721170#, c-format1171msgid "format: %%(end) atom used without corresponding atom"1172msgstr ""11731174#: ref-filter.c:4241175#, c-format1176msgid "malformed format string %s"1177msgstr ""11781179#: ref-filter.c:8781180msgid ":strip= requires a positive integer argument"1181msgstr ""11821183#: ref-filter.c:8831184#, c-format1185msgid "ref '%s' does not have %ld components to :strip"1186msgstr ""11871188#: ref-filter.c:10461189#, c-format1190msgid "unknown %.*s format %s"1191msgstr ""11921193#: ref-filter.c:1066 ref-filter.c:10971194#, c-format1195msgid "missing object %s for %s"1196msgstr ""11971198#: ref-filter.c:1069 ref-filter.c:11001199#, c-format1200msgid "parse_object_buffer failed on %s for %s"1201msgstr ""12021203#: ref-filter.c:13111204#, c-format1205msgid "malformed object at '%s'"1206msgstr ""12071208#: ref-filter.c:13731209#, c-format1210msgid "ignoring ref with broken name %s"1211msgstr ""12121213#: ref-filter.c:13781214#, c-format1215msgid "ignoring broken ref %s"1216msgstr ""12171218#: ref-filter.c:16511219#, c-format1220msgid "format: %%(end) atom missing"1221msgstr ""12221223#: ref-filter.c:17051224#, c-format1225msgid "malformed object name %s"1226msgstr ""12271228#: remote.c:7461229#, c-format1230msgid "Cannot fetch both %s and %s to %s"1231msgstr ""12321233#: remote.c:7501234#, c-format1235msgid "%s usually tracks %s, not %s"1236msgstr ""12371238#: remote.c:7541239#, c-format1240msgid "%s tracks both %s and %s"1241msgstr ""12421243#: remote.c:7621244msgid "Internal error"1245msgstr ""12461247#: remote.c:1678 remote.c:17211248msgid "HEAD does not point to a branch"1249msgstr ""12501251#: remote.c:16871252#, c-format1253msgid "no such branch: '%s'"1254msgstr ""12551256#: remote.c:16901257#, c-format1258msgid "no upstream configured for branch '%s'"1259msgstr ""12601261#: remote.c:16961262#, c-format1263msgid "upstream branch '%s' not stored as a remote-tracking branch"1264msgstr ""12651266#: remote.c:17111267#, c-format1268msgid "push destination '%s' on remote '%s' has no local tracking branch"1269msgstr ""12701271#: remote.c:17261272#, c-format1273msgid "branch '%s' has no remote for pushing"1274msgstr ""12751276#: remote.c:17371277#, c-format1278msgid "push refspecs for '%s' do not include '%s'"1279msgstr ""12801281#: remote.c:17501282msgid "push has no destination (push.default is 'nothing')"1283msgstr ""12841285#: remote.c:17721286msgid "cannot resolve 'simple' push to a single destination"1287msgstr ""12881289#: remote.c:20741290#, c-format1291msgid "Your branch is based on '%s', but the upstream is gone.\n"1292msgstr ""12931294#: remote.c:20781295msgid " (use \"git branch --unset-upstream\" to fixup)\n"1296msgstr ""12971298#: remote.c:20811299#, c-format1300msgid "Your branch is up-to-date with '%s'.\n"1301msgstr ""13021303#: remote.c:20851304#, c-format1305msgid "Your branch is ahead of '%s' by %d commit.\n"1306msgid_plural "Your branch is ahead of '%s' by %d commits.\n"1307msgstr[0] ""1308msgstr[1] ""13091310#: remote.c:20911311msgid " (use \"git push\" to publish your local commits)\n"1312msgstr ""13131314#: remote.c:20941315#, c-format1316msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"1317msgid_plural ""1318"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"1319msgstr[0] ""1320msgstr[1] ""13211322#: remote.c:21021323msgid " (use \"git pull\" to update your local branch)\n"1324msgstr ""13251326#: remote.c:21051327#, c-format1328msgid ""1329"Your branch and '%s' have diverged,\n"1330"and have %d and %d different commit each, respectively.\n"1331msgid_plural ""1332"Your branch and '%s' have diverged,\n"1333"and have %d and %d different commits each, respectively.\n"1334msgstr[0] ""1335msgstr[1] ""13361337#: remote.c:21151338msgid " (use \"git pull\" to merge the remote branch into yours)\n"1339msgstr ""13401341#: revision.c:21421342msgid "your current branch appears to be broken"1343msgstr ""13441345#: revision.c:21451346#, c-format1347msgid "your current branch '%s' does not have any commits yet"1348msgstr ""13491350#: revision.c:23391351msgid "--first-parent is incompatible with --bisect"1352msgstr ""13531354#: run-command.c:921355msgid "open /dev/null failed"1356msgstr ""13571358#: run-command.c:941359#, c-format1360msgid "dup2(%d,%d) failed"1361msgstr ""13621363#: send-pack.c:2951364msgid "failed to sign the push certificate"1365msgstr ""13661367#: send-pack.c:4041368msgid "the receiving end does not support --signed push"1369msgstr ""13701371#: send-pack.c:4061372msgid ""1373"not sending a push certificate since the receiving end does not support --"1374"signed push"1375msgstr ""13761377#: send-pack.c:4181378msgid "the receiving end does not support --atomic push"1379msgstr ""13801381#: sequencer.c:1741382msgid ""1383"after resolving the conflicts, mark the corrected paths\n"1384"with 'git add <paths>' or 'git rm <paths>'"1385msgstr ""13861387#: sequencer.c:1771388msgid ""1389"after resolving the conflicts, mark the corrected paths\n"1390"with 'git add <paths>' or 'git rm <paths>'\n"1391"and commit the result with 'git commit'"1392msgstr ""13931394#: sequencer.c:190 sequencer.c:833 sequencer.c:9121395#, c-format1396msgid "Could not write to %s"1397msgstr ""13981399#: sequencer.c:1931400#, c-format1401msgid "Error wrapping up %s"1402msgstr ""14031404#: sequencer.c:2081405msgid "Your local changes would be overwritten by cherry-pick."1406msgstr ""14071408#: sequencer.c:2101409msgid "Your local changes would be overwritten by revert."1410msgstr ""14111412#: sequencer.c:2131413msgid "Commit your changes or stash them to proceed."1414msgstr ""14151416#. TRANSLATORS: %s will be "revert" or "cherry-pick"1417#: sequencer.c:3001418#, c-format1419msgid "%s: Unable to write new index file"1420msgstr ""14211422#: sequencer.c:3181423msgid "Could not resolve HEAD commit\n"1424msgstr ""14251426#: sequencer.c:3381427msgid "Unable to update cache tree\n"1428msgstr ""14291430#: sequencer.c:3901431#, c-format1432msgid "Could not parse commit %s\n"1433msgstr ""14341435#: sequencer.c:3951436#, c-format1437msgid "Could not parse parent commit %s\n"1438msgstr ""14391440#: sequencer.c:4601441msgid "Your index file is unmerged."1442msgstr ""14431444#: sequencer.c:4791445#, c-format1446msgid "Commit %s is a merge but no -m option was given."1447msgstr ""14481449#: sequencer.c:4871450#, c-format1451msgid "Commit %s does not have parent %d"1452msgstr ""14531454#: sequencer.c:4911455#, c-format1456msgid "Mainline was specified but commit %s is not a merge."1457msgstr ""14581459#. TRANSLATORS: The first %s will be "revert" or1460#. "cherry-pick", the second %s a SHA11461#: sequencer.c:5041462#, c-format1463msgid "%s: cannot parse parent commit %s"1464msgstr ""14651466#: sequencer.c:5081467#, c-format1468msgid "Cannot get commit message for %s"1469msgstr ""14701471#: sequencer.c:5941472#, c-format1473msgid "could not revert %s... %s"1474msgstr ""14751476#: sequencer.c:5951477#, c-format1478msgid "could not apply %s... %s"1479msgstr ""14801481#: sequencer.c:6301482msgid "empty commit set passed"1483msgstr ""14841485#: sequencer.c:6381486#, c-format1487msgid "git %s: failed to read the index"1488msgstr ""14891490#: sequencer.c:6421491#, c-format1492msgid "git %s: failed to refresh the index"1493msgstr ""14941495#: sequencer.c:7021496#, c-format1497msgid "Cannot %s during a %s"1498msgstr ""14991500#: sequencer.c:7241501#, c-format1502msgid "Could not parse line %d."1503msgstr ""15041505#: sequencer.c:7291506msgid "No commits parsed."1507msgstr ""15081509#: sequencer.c:7411510#, c-format1511msgid "Could not open %s"1512msgstr ""15131514#: sequencer.c:7451515#, c-format1516msgid "Could not read %s."1517msgstr ""15181519#: sequencer.c:7521520#, c-format1521msgid "Unusable instruction sheet: %s"1522msgstr ""15231524#: sequencer.c:7821525#, c-format1526msgid "Invalid key: %s"1527msgstr ""15281529#: sequencer.c:785 builtin/pull.c:50 builtin/pull.c:521530#, c-format1531msgid "Invalid value for %s: %s"1532msgstr ""15331534#: sequencer.c:7951535#, c-format1536msgid "Malformed options sheet: %s"1537msgstr ""15381539#: sequencer.c:8141540msgid "a cherry-pick or revert is already in progress"1541msgstr ""15421543#: sequencer.c:8151544msgid "try \"git cherry-pick (--continue | --quit | --abort)\""1545msgstr ""15461547#: sequencer.c:8191548#, c-format1549msgid "Could not create sequencer directory %s"1550msgstr ""15511552#: sequencer.c:835 sequencer.c:9161553#, c-format1554msgid "Error wrapping up %s."1555msgstr ""15561557#: sequencer.c:854 sequencer.c:9861558msgid "no cherry-pick or revert in progress"1559msgstr ""15601561#: sequencer.c:8561562msgid "cannot resolve HEAD"1563msgstr ""15641565#: sequencer.c:8581566msgid "cannot abort from a branch yet to be born"1567msgstr ""15681569#: sequencer.c:878 builtin/fetch.c:610 builtin/fetch.c:8511570#, c-format1571msgid "cannot open %s"1572msgstr ""15731574#: sequencer.c:8801575#, c-format1576msgid "cannot read %s: %s"1577msgstr ""15781579#: sequencer.c:8811580msgid "unexpected end of file"1581msgstr ""15821583#: sequencer.c:8871584#, c-format1585msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"1586msgstr ""15871588#: sequencer.c:9091589#, c-format1590msgid "Could not format %s."1591msgstr ""15921593#: sequencer.c:10541594#, c-format1595msgid "%s: can't cherry-pick a %s"1596msgstr ""15971598#: sequencer.c:10571599#, c-format1600msgid "%s: bad revision"1601msgstr ""16021603#: sequencer.c:10911604msgid "Can't revert as initial commit"1605msgstr ""16061607#: sequencer.c:10921608msgid "Can't cherry-pick into empty head"1609msgstr ""16101611#: setup.c:2481612#, c-format1613msgid "failed to read %s"1614msgstr ""16151616#: setup.c:4681617#, c-format1618msgid "Expected git repo version <= %d, found %d"1619msgstr ""16201621#: setup.c:4761622msgid "unknown repository extensions found:"1623msgstr ""16241625#: sha1_file.c:10801626msgid "offset before end of packfile (broken .idx?)"1627msgstr ""16281629#: sha1_file.c:24581630#, c-format1631msgid "offset before start of pack index for %s (corrupt index?)"1632msgstr ""16331634#: sha1_file.c:24621635#, c-format1636msgid "offset beyond end of pack index for %s (truncated index?)"1637msgstr ""16381639#: sha1_name.c:4621640msgid ""1641"Git normally never creates a ref that ends with 40 hex characters\n"1642"because it will be ignored when you just specify 40-hex. These refs\n"1643"may be created by mistake. For example,\n"1644"\n"1645" git checkout -b $br $(git rev-parse ...)\n"1646"\n"1647"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"1648"examine these refs and maybe delete them. Turn this message off by\n"1649"running \"git config advice.objectNameWarning false\""1650msgstr ""16511652#: submodule.c:64 submodule.c:981653msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"1654msgstr ""16551656#: submodule.c:68 submodule.c:1021657#, c-format1658msgid "Could not find section in .gitmodules where path=%s"1659msgstr ""16601661#: submodule.c:761662#, c-format1663msgid "Could not update .gitmodules entry %s"1664msgstr ""16651666#: submodule.c:1091667#, c-format1668msgid "Could not remove .gitmodules entry for %s"1669msgstr ""16701671#: submodule.c:1201672msgid "staging updated .gitmodules failed"1673msgstr ""16741675#: submodule.c:1771676msgid "negative values not allowed for submodule.fetchJobs"1677msgstr ""16781679#: submodule-config.c:3551680#, c-format1681msgid "invalid value for %s"1682msgstr ""16831684#: trailer.c:2371685#, c-format1686msgid "running trailer command '%s' failed"1687msgstr ""16881689#: trailer.c:492 trailer.c:496 trailer.c:500 trailer.c:554 trailer.c:5581690#: trailer.c:5621691#, c-format1692msgid "unknown value '%s' for key '%s'"1693msgstr ""16941695#: trailer.c:544 trailer.c:549 builtin/remote.c:2891696#, c-format1697msgid "more than one %s"1698msgstr ""16991700#: trailer.c:5821701#, c-format1702msgid "empty trailer token in trailer '%.*s'"1703msgstr ""17041705#: trailer.c:7021706#, c-format1707msgid "could not read input file '%s'"1708msgstr ""17091710#: trailer.c:7051711msgid "could not read from stdin"1712msgstr ""17131714#: trailer.c:857 builtin/am.c:421715#, c-format1716msgid "could not stat %s"1717msgstr ""17181719#: trailer.c:8591720#, c-format1721msgid "file %s is not a regular file"1722msgstr ""17231724#: trailer.c:8611725#, c-format1726msgid "file %s is not writable by user"1727msgstr ""17281729#: trailer.c:8731730msgid "could not open temporary file"1731msgstr ""17321733#: trailer.c:9121734#, c-format1735msgid "could not rename temporary file to %s"1736msgstr ""17371738#: transport-helper.c:10411739#, c-format1740msgid "Could not read ref %s"1741msgstr ""17421743#: unpack-trees.c:641744#, c-format1745msgid ""1746"Your local changes to the following files would be overwritten by checkout:\n"1747"%%sPlease commit your changes or stash them before you can switch branches."1748msgstr ""17491750#: unpack-trees.c:661751#, c-format1752msgid ""1753"Your local changes to the following files would be overwritten by checkout:\n"1754"%%s"1755msgstr ""17561757#: unpack-trees.c:691758#, c-format1759msgid ""1760"Your local changes to the following files would be overwritten by merge:\n"1761"%%sPlease commit your changes or stash them before you can merge."1762msgstr ""17631764#: unpack-trees.c:711765#, c-format1766msgid ""1767"Your local changes to the following files would be overwritten by merge:\n"1768"%%s"1769msgstr ""17701771#: unpack-trees.c:741772#, c-format1773msgid ""1774"Your local changes to the following files would be overwritten by %s:\n"1775"%%sPlease commit your changes or stash them before you can %s."1776msgstr ""17771778#: unpack-trees.c:761779#, c-format1780msgid ""1781"Your local changes to the following files would be overwritten by %s:\n"1782"%%s"1783msgstr ""17841785#: unpack-trees.c:811786#, c-format1787msgid ""1788"Updating the following directories would lose untracked files in it:\n"1789"%s"1790msgstr ""17911792#: unpack-trees.c:851793#, c-format1794msgid ""1795"The following untracked working tree files would be removed by checkout:\n"1796"%%sPlease move or remove them before you can switch branches."1797msgstr ""17981799#: unpack-trees.c:871800#, c-format1801msgid ""1802"The following untracked working tree files would be removed by checkout:\n"1803"%%s"1804msgstr ""18051806#: unpack-trees.c:901807#, c-format1808msgid ""1809"The following untracked working tree files would be removed by merge:\n"1810"%%sPlease move or remove them before you can merge."1811msgstr ""18121813#: unpack-trees.c:921814#, c-format1815msgid ""1816"The following untracked working tree files would be removed by merge:\n"1817"%%s"1818msgstr ""18191820#: unpack-trees.c:951821#, c-format1822msgid ""1823"The following untracked working tree files would be removed by %s:\n"1824"%%sPlease move or remove them before you can %s."1825msgstr ""18261827#: unpack-trees.c:971828#, c-format1829msgid ""1830"The following untracked working tree files would be removed by %s:\n"1831"%%s"1832msgstr ""18331834#: unpack-trees.c:1021835#, c-format1836msgid ""1837"The following untracked working tree files would be overwritten by "1838"checkout:\n"1839"%%sPlease move or remove them before you can switch branches."1840msgstr ""18411842#: unpack-trees.c:1041843#, c-format1844msgid ""1845"The following untracked working tree files would be overwritten by "1846"checkout:\n"1847"%%s"1848msgstr ""18491850#: unpack-trees.c:1071851#, c-format1852msgid ""1853"The following untracked working tree files would be overwritten by merge:\n"1854"%%sPlease move or remove them before you can merge."1855msgstr ""18561857#: unpack-trees.c:1091858#, c-format1859msgid ""1860"The following untracked working tree files would be overwritten by merge:\n"1861"%%s"1862msgstr ""18631864#: unpack-trees.c:1121865#, c-format1866msgid ""1867"The following untracked working tree files would be overwritten by %s:\n"1868"%%sPlease move or remove them before you can %s."1869msgstr ""18701871#: unpack-trees.c:1141872#, c-format1873msgid ""1874"The following untracked working tree files would be overwritten by %s:\n"1875"%%s"1876msgstr ""18771878#: unpack-trees.c:1211879#, c-format1880msgid "Entry '%s' overlaps with '%s'. Cannot bind."1881msgstr ""18821883#: unpack-trees.c:1241884#, c-format1885msgid ""1886"Cannot update sparse checkout: the following entries are not up-to-date:\n"1887"%s"1888msgstr ""18891890#: unpack-trees.c:1261891#, c-format1892msgid ""1893"The following Working tree files would be overwritten by sparse checkout "1894"update:\n"1895"%s"1896msgstr ""18971898#: unpack-trees.c:1281899#, c-format1900msgid ""1901"The following Working tree files would be removed by sparse checkout "1902"update:\n"1903"%s"1904msgstr ""19051906#: unpack-trees.c:2051907#, c-format1908msgid "Aborting\n"1909msgstr ""19101911#: unpack-trees.c:2371912msgid "Checking out files"1913msgstr ""19141915#: urlmatch.c:1201916msgid "invalid URL scheme name or missing '://' suffix"1917msgstr ""19181919#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:3561920#, c-format1921msgid "invalid %XX escape sequence"1922msgstr ""19231924#: urlmatch.c:1721925msgid "missing host and scheme is not 'file:'"1926msgstr ""19271928#: urlmatch.c:1891929msgid "a 'file:' URL may not have a port number"1930msgstr ""19311932#: urlmatch.c:1991933msgid "invalid characters in host name"1934msgstr ""19351936#: urlmatch.c:244 urlmatch.c:2551937msgid "invalid port number"1938msgstr ""19391940#: urlmatch.c:3221941msgid "invalid '..' path segment"1942msgstr ""19431944#: wrapper.c:222 wrapper.c:3811945#, c-format1946msgid "could not open '%s' for reading and writing"1947msgstr ""19481949#: wrapper.c:224 wrapper.c:383 builtin/am.c:7791950#, c-format1951msgid "could not open '%s' for writing"1952msgstr ""19531954#: wrapper.c:226 wrapper.c:385 builtin/am.c:323 builtin/am.c:7721955#: builtin/am.c:860 builtin/commit.c:1711 builtin/merge.c:10861956#: builtin/pull.c:4071957#, c-format1958msgid "could not open '%s' for reading"1959msgstr ""19601961#: wrapper.c:594 wrapper.c:6151962#, c-format1963msgid "unable to access '%s'"1964msgstr ""19651966#: wrapper.c:6231967msgid "unable to get current working directory"1968msgstr ""19691970#: wrapper.c:6501971#, c-format1972msgid "could not open %s for writing"1973msgstr ""19741975#: wrapper.c:661 builtin/am.c:4101976#, c-format1977msgid "could not write to %s"1978msgstr ""19791980#: wrapper.c:6671981#, c-format1982msgid "could not close %s"1983msgstr ""19841985#: wt-status.c:1501986msgid "Unmerged paths:"1987msgstr ""19881989#: wt-status.c:177 wt-status.c:2041990#, c-format1991msgid " (use \"git reset %s <file>...\" to unstage)"1992msgstr ""19931994#: wt-status.c:179 wt-status.c:2061995msgid " (use \"git rm --cached <file>...\" to unstage)"1996msgstr ""19971998#: wt-status.c:1831999msgid " (use \"git add <file>...\" to mark resolution)"2000msgstr ""20012002#: wt-status.c:185 wt-status.c:1892003msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"2004msgstr ""20052006#: wt-status.c:1872007msgid " (use \"git rm <file>...\" to mark resolution)"2008msgstr ""20092010#: wt-status.c:198 wt-status.c:8812011msgid "Changes to be committed:"2012msgstr ""20132014#: wt-status.c:216 wt-status.c:8902015msgid "Changes not staged for commit:"2016msgstr ""20172018#: wt-status.c:2202019msgid " (use \"git add <file>...\" to update what will be committed)"2020msgstr ""20212022#: wt-status.c:2222023msgid " (use \"git add/rm <file>...\" to update what will be committed)"2024msgstr ""20252026#: wt-status.c:2232027msgid ""2028" (use \"git checkout -- <file>...\" to discard changes in working directory)"2029msgstr ""20302031#: wt-status.c:2252032msgid " (commit or discard the untracked or modified content in submodules)"2033msgstr ""20342035#: wt-status.c:2372036#, c-format2037msgid " (use \"git %s <file>...\" to include in what will be committed)"2038msgstr ""20392040#: wt-status.c:2522041msgid "both deleted:"2042msgstr ""20432044#: wt-status.c:2542045msgid "added by us:"2046msgstr ""20472048#: wt-status.c:2562049msgid "deleted by them:"2050msgstr ""20512052#: wt-status.c:2582053msgid "added by them:"2054msgstr ""20552056#: wt-status.c:2602057msgid "deleted by us:"2058msgstr ""20592060#: wt-status.c:2622061msgid "both added:"2062msgstr ""20632064#: wt-status.c:2642065msgid "both modified:"2066msgstr ""20672068#: wt-status.c:2662069#, c-format2070msgid "bug: unhandled unmerged status %x"2071msgstr ""20722073#: wt-status.c:2742074msgid "new file:"2075msgstr ""20762077#: wt-status.c:2762078msgid "copied:"2079msgstr ""20802081#: wt-status.c:2782082msgid "deleted:"2083msgstr ""20842085#: wt-status.c:2802086msgid "modified:"2087msgstr ""20882089#: wt-status.c:2822090msgid "renamed:"2091msgstr ""20922093#: wt-status.c:2842094msgid "typechange:"2095msgstr ""20962097#: wt-status.c:2862098msgid "unknown:"2099msgstr ""21002101#: wt-status.c:2882102msgid "unmerged:"2103msgstr ""21042105#: wt-status.c:3702106msgid "new commits, "2107msgstr ""21082109#: wt-status.c:3722110msgid "modified content, "2111msgstr ""21122113#: wt-status.c:3742114msgid "untracked content, "2115msgstr ""21162117#: wt-status.c:3912118#, c-format2119msgid "bug: unhandled diff status %c"2120msgstr ""21212122#: wt-status.c:7552123msgid "Submodules changed but not updated:"2124msgstr ""21252126#: wt-status.c:7572127msgid "Submodule changes to be committed:"2128msgstr ""21292130#: wt-status.c:8382131msgid ""2132"Do not touch the line above.\n"2133"Everything below will be removed."2134msgstr ""21352136#: wt-status.c:9492137msgid "You have unmerged paths."2138msgstr ""21392140#: wt-status.c:9522141msgid " (fix conflicts and run \"git commit\")"2142msgstr ""21432144#: wt-status.c:9562145msgid "All conflicts fixed but you are still merging."2146msgstr ""21472148#: wt-status.c:9592149msgid " (use \"git commit\" to conclude merge)"2150msgstr ""21512152#: wt-status.c:9692153msgid "You are in the middle of an am session."2154msgstr ""21552156#: wt-status.c:9722157msgid "The current patch is empty."2158msgstr ""21592160#: wt-status.c:9762161msgid " (fix conflicts and then run \"git am --continue\")"2162msgstr ""21632164#: wt-status.c:9782165msgid " (use \"git am --skip\" to skip this patch)"2166msgstr ""21672168#: wt-status.c:9802169msgid " (use \"git am --abort\" to restore the original branch)"2170msgstr ""21712172#: wt-status.c:11052173msgid "No commands done."2174msgstr ""21752176#: wt-status.c:11082177#, c-format2178msgid "Last command done (%d command done):"2179msgid_plural "Last commands done (%d commands done):"2180msgstr[0] ""2181msgstr[1] ""21822183#: wt-status.c:11192184#, c-format2185msgid " (see more in file %s)"2186msgstr ""21872188#: wt-status.c:11242189msgid "No commands remaining."2190msgstr ""21912192#: wt-status.c:11272193#, c-format2194msgid "Next command to do (%d remaining command):"2195msgid_plural "Next commands to do (%d remaining commands):"2196msgstr[0] ""2197msgstr[1] ""21982199#: wt-status.c:11352200msgid " (use \"git rebase --edit-todo\" to view and edit)"2201msgstr ""22022203#: wt-status.c:11482204#, c-format2205msgid "You are currently rebasing branch '%s' on '%s'."2206msgstr ""22072208#: wt-status.c:11532209msgid "You are currently rebasing."2210msgstr ""22112212#: wt-status.c:11672213msgid " (fix conflicts and then run \"git rebase --continue\")"2214msgstr ""22152216#: wt-status.c:11692217msgid " (use \"git rebase --skip\" to skip this patch)"2218msgstr ""22192220#: wt-status.c:11712221msgid " (use \"git rebase --abort\" to check out the original branch)"2222msgstr ""22232224#: wt-status.c:11772225msgid " (all conflicts fixed: run \"git rebase --continue\")"2226msgstr ""22272228#: wt-status.c:11812229#, c-format2230msgid ""2231"You are currently splitting a commit while rebasing branch '%s' on '%s'."2232msgstr ""22332234#: wt-status.c:11862235msgid "You are currently splitting a commit during a rebase."2236msgstr ""22372238#: wt-status.c:11892239msgid " (Once your working directory is clean, run \"git rebase --continue\")"2240msgstr ""22412242#: wt-status.c:11932243#, c-format2244msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."2245msgstr ""22462247#: wt-status.c:11982248msgid "You are currently editing a commit during a rebase."2249msgstr ""22502251#: wt-status.c:12012252msgid " (use \"git commit --amend\" to amend the current commit)"2253msgstr ""22542255#: wt-status.c:12032256msgid ""2257" (use \"git rebase --continue\" once you are satisfied with your changes)"2258msgstr ""22592260#: wt-status.c:12132261#, c-format2262msgid "You are currently cherry-picking commit %s."2263msgstr ""22642265#: wt-status.c:12182266msgid " (fix conflicts and run \"git cherry-pick --continue\")"2267msgstr ""22682269#: wt-status.c:12212270msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"2271msgstr ""22722273#: wt-status.c:12232274msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"2275msgstr ""22762277#: wt-status.c:12322278#, c-format2279msgid "You are currently reverting commit %s."2280msgstr ""22812282#: wt-status.c:12372283msgid " (fix conflicts and run \"git revert --continue\")"2284msgstr ""22852286#: wt-status.c:12402287msgid " (all conflicts fixed: run \"git revert --continue\")"2288msgstr ""22892290#: wt-status.c:12422291msgid " (use \"git revert --abort\" to cancel the revert operation)"2292msgstr ""22932294#: wt-status.c:12532295#, c-format2296msgid "You are currently bisecting, started from branch '%s'."2297msgstr ""22982299#: wt-status.c:12572300msgid "You are currently bisecting."2301msgstr ""23022303#: wt-status.c:12602304msgid " (use \"git bisect reset\" to get back to the original branch)"2305msgstr ""23062307#: wt-status.c:14602308msgid "On branch "2309msgstr ""23102311#: wt-status.c:14662312msgid "interactive rebase in progress; onto "2313msgstr ""23142315#: wt-status.c:14682316msgid "rebase in progress; onto "2317msgstr ""23182319#: wt-status.c:14732320msgid "HEAD detached at "2321msgstr ""23222323#: wt-status.c:14752324msgid "HEAD detached from "2325msgstr ""23262327#: wt-status.c:14782328msgid "Not currently on any branch."2329msgstr ""23302331#: wt-status.c:14962332msgid "Initial commit"2333msgstr ""23342335#: wt-status.c:15102336msgid "Untracked files"2337msgstr ""23382339#: wt-status.c:15122340msgid "Ignored files"2341msgstr ""23422343#: wt-status.c:15162344#, c-format2345msgid ""2346"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"2347"may speed it up, but you have to be careful not to forget to add\n"2348"new files yourself (see 'git help status')."2349msgstr ""23502351#: wt-status.c:15222352#, c-format2353msgid "Untracked files not listed%s"2354msgstr ""23552356#: wt-status.c:15242357msgid " (use -u option to show untracked files)"2358msgstr ""23592360#: wt-status.c:15302361msgid "No changes"2362msgstr ""23632364#: wt-status.c:15352365#, c-format2366msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"2367msgstr ""23682369#: wt-status.c:15382370#, c-format2371msgid "no changes added to commit\n"2372msgstr ""23732374#: wt-status.c:15412375#, c-format2376msgid ""2377"nothing added to commit but untracked files present (use \"git add\" to "2378"track)\n"2379msgstr ""23802381#: wt-status.c:15442382#, c-format2383msgid "nothing added to commit but untracked files present\n"2384msgstr ""23852386#: wt-status.c:15472387#, c-format2388msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"2389msgstr ""23902391#: wt-status.c:1550 wt-status.c:15552392#, c-format2393msgid "nothing to commit\n"2394msgstr ""23952396#: wt-status.c:15532397#, c-format2398msgid "nothing to commit (use -u to show untracked files)\n"2399msgstr ""24002401#: wt-status.c:15572402#, c-format2403msgid "nothing to commit, working directory clean\n"2404msgstr ""24052406#: wt-status.c:16642407msgid "Initial commit on "2408msgstr ""24092410#: wt-status.c:16682411msgid "HEAD (no branch)"2412msgstr ""24132414#: wt-status.c:16972415msgid "gone"2416msgstr ""24172418#: wt-status.c:1699 wt-status.c:17072419msgid "behind "2420msgstr ""24212422#: wt-status.c:1702 wt-status.c:17052423msgid "ahead "2424msgstr ""24252426#: compat/precompose_utf8.c:57 builtin/clone.c:4152427#, c-format2428msgid "failed to unlink '%s'"2429msgstr ""24302431#: builtin/add.c:222432msgid "git add [<options>] [--] <pathspec>..."2433msgstr ""24342435#: builtin/add.c:652436#, c-format2437msgid "unexpected diff status %c"2438msgstr ""24392440#: builtin/add.c:70 builtin/commit.c:2802441msgid "updating files failed"2442msgstr ""24432444#: builtin/add.c:802445#, c-format2446msgid "remove '%s'\n"2447msgstr ""24482449#: builtin/add.c:1342450msgid "Unstaged changes after refreshing the index:"2451msgstr ""24522453#: builtin/add.c:194 builtin/rev-parse.c:8112454msgid "Could not read the index"2455msgstr ""24562457#: builtin/add.c:2052458#, c-format2459msgid "Could not open '%s' for writing."2460msgstr ""24612462#: builtin/add.c:2092463msgid "Could not write patch"2464msgstr ""24652466#: builtin/add.c:2122467msgid "editing patch failed"2468msgstr ""24692470#: builtin/add.c:2152471#, c-format2472msgid "Could not stat '%s'"2473msgstr ""24742475#: builtin/add.c:2172476msgid "Empty patch. Aborted."2477msgstr ""24782479#: builtin/add.c:2222480#, c-format2481msgid "Could not apply '%s'"2482msgstr ""24832484#: builtin/add.c:2322485msgid "The following paths are ignored by one of your .gitignore files:\n"2486msgstr ""24872488#: builtin/add.c:249 builtin/clean.c:870 builtin/fetch.c:112 builtin/mv.c:1112489#: builtin/prune-packed.c:55 builtin/pull.c:197 builtin/push.c:5112490#: builtin/remote.c:1332 builtin/rm.c:268 builtin/send-pack.c:1622491msgid "dry run"2492msgstr ""24932494#: builtin/add.c:250 builtin/apply.c:4563 builtin/check-ignore.c:192495#: builtin/commit.c:1333 builtin/count-objects.c:85 builtin/fsck.c:5572496#: builtin/log.c:1826 builtin/mv.c:110 builtin/read-tree.c:1142497msgid "be verbose"2498msgstr ""24992500#: builtin/add.c:2522501msgid "interactive picking"2502msgstr ""25032504#: builtin/add.c:253 builtin/checkout.c:1154 builtin/reset.c:2862505msgid "select hunks interactively"2506msgstr ""25072508#: builtin/add.c:2542509msgid "edit current diff and apply"2510msgstr ""25112512#: builtin/add.c:2552513msgid "allow adding otherwise ignored files"2514msgstr ""25152516#: builtin/add.c:2562517msgid "update tracked files"2518msgstr ""25192520#: builtin/add.c:2572521msgid "record only the fact that the path will be added later"2522msgstr ""25232524#: builtin/add.c:2582525msgid "add changes from all tracked and untracked files"2526msgstr ""25272528#: builtin/add.c:2612529msgid "ignore paths removed in the working tree (same as --no-all)"2530msgstr ""25312532#: builtin/add.c:2632533msgid "don't add, only refresh the index"2534msgstr ""25352536#: builtin/add.c:2642537msgid "just skip files which cannot be added because of errors"2538msgstr ""25392540#: builtin/add.c:2652541msgid "check if - even missing - files are ignored in dry run"2542msgstr ""25432544#: builtin/add.c:2872545#, c-format2546msgid "Use -f if you really want to add them.\n"2547msgstr ""25482549#: builtin/add.c:2942550msgid "adding files failed"2551msgstr ""25522553#: builtin/add.c:3302554msgid "-A and -u are mutually incompatible"2555msgstr ""25562557#: builtin/add.c:3372558msgid "Option --ignore-missing can only be used together with --dry-run"2559msgstr ""25602561#: builtin/add.c:3522562#, c-format2563msgid "Nothing specified, nothing added.\n"2564msgstr ""25652566#: builtin/add.c:3532567#, c-format2568msgid "Maybe you wanted to say 'git add .'?\n"2569msgstr ""25702571#: builtin/add.c:358 builtin/check-ignore.c:172 builtin/clean.c:9142572#: builtin/commit.c:339 builtin/mv.c:131 builtin/reset.c:235 builtin/rm.c:2982573#: builtin/submodule--helper.c:2402574msgid "index file corrupt"2575msgstr ""25762577#: builtin/add.c:439 builtin/apply.c:4661 builtin/mv.c:283 builtin/rm.c:4302578msgid "Unable to write new index file"2579msgstr ""25802581#: builtin/am.c:256 builtin/commit.c:749 builtin/merge.c:10892582#, c-format2583msgid "could not read '%s'"2584msgstr ""25852586#: builtin/am.c:4302587msgid "could not parse author script"2588msgstr ""25892590#: builtin/am.c:5072591#, c-format2592msgid "'%s' was deleted by the applypatch-msg hook"2593msgstr ""25942595#: builtin/am.c:548 builtin/notes.c:3002596#, c-format2597msgid "Malformed input line: '%s'."2598msgstr ""25992600#: builtin/am.c:585 builtin/notes.c:3152601#, c-format2602msgid "Failed to copy notes from '%s' to '%s'"2603msgstr ""26042605#: builtin/am.c:6112606msgid "fseek failed"2607msgstr ""26082609#: builtin/am.c:7882610#, c-format2611msgid "could not parse patch '%s'"2612msgstr ""26132614#: builtin/am.c:8532615msgid "Only one StGIT patch series can be applied at once"2616msgstr ""26172618#: builtin/am.c:9002619msgid "invalid timestamp"2620msgstr ""26212622#: builtin/am.c:903 builtin/am.c:9112623msgid "invalid Date line"2624msgstr ""26252626#: builtin/am.c:9082627msgid "invalid timezone offset"2628msgstr ""26292630#: builtin/am.c:9952631msgid "Patch format detection failed."2632msgstr ""26332634#: builtin/am.c:1000 builtin/clone.c:3802635#, c-format2636msgid "failed to create directory '%s'"2637msgstr ""26382639#: builtin/am.c:10042640msgid "Failed to split patches."2641msgstr ""26422643#: builtin/am.c:1136 builtin/commit.c:3652644msgid "unable to write index file"2645msgstr ""26462647#: builtin/am.c:11872648#, c-format2649msgid "When you have resolved this problem, run \"%s --continue\"."2650msgstr ""26512652#: builtin/am.c:11882653#, c-format2654msgid "If you prefer to skip this patch, run \"%s --skip\" instead."2655msgstr ""26562657#: builtin/am.c:11892658#, c-format2659msgid "To restore the original branch and stop patching, run \"%s --abort\"."2660msgstr ""26612662#: builtin/am.c:13272663msgid "Patch is empty. Was it split wrong?"2664msgstr ""26652666#: builtin/am.c:1401 builtin/log.c:15162667#, c-format2668msgid "invalid ident line: %s"2669msgstr ""26702671#: builtin/am.c:14282672#, c-format2673msgid "unable to parse commit %s"2674msgstr ""26752676#: builtin/am.c:16302677msgid "Repository lacks necessary blobs to fall back on 3-way merge."2678msgstr ""26792680#: builtin/am.c:16322681msgid "Using index info to reconstruct a base tree..."2682msgstr ""26832684#: builtin/am.c:16512685msgid ""2686"Did you hand edit your patch?\n"2687"It does not apply to blobs recorded in its index."2688msgstr ""26892690#: builtin/am.c:16572691msgid "Falling back to patching base and 3-way merge..."2692msgstr ""26932694#: builtin/am.c:16722695msgid "Failed to merge in the changes."2696msgstr ""26972698#: builtin/am.c:1696 builtin/merge.c:6362699msgid "git write-tree failed to write a tree"2700msgstr ""27012702#: builtin/am.c:17032703msgid "applying to an empty history"2704msgstr ""27052706#: builtin/am.c:1716 builtin/commit.c:1775 builtin/merge.c:8412707#: builtin/merge.c:8662708msgid "failed to write commit object"2709msgstr ""27102711#: builtin/am.c:1748 builtin/am.c:17522712#, c-format2713msgid "cannot resume: %s does not exist."2714msgstr ""27152716#: builtin/am.c:17682717msgid "cannot be interactive without stdin connected to a terminal."2718msgstr ""27192720#: builtin/am.c:17732721msgid "Commit Body is:"2722msgstr ""27232724#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]2725#. in your translation. The program will only accept English2726#. input at this point.2727#.2728#: builtin/am.c:17832729msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "2730msgstr ""27312732#: builtin/am.c:18332733#, c-format2734msgid "Dirty index: cannot apply patches (dirty: %s)"2735msgstr ""27362737#: builtin/am.c:1868 builtin/am.c:19402738#, c-format2739msgid "Applying: %.*s"2740msgstr ""27412742#: builtin/am.c:18842743msgid "No changes -- Patch already applied."2744msgstr ""27452746#: builtin/am.c:18922747#, c-format2748msgid "Patch failed at %s %.*s"2749msgstr ""27502751#: builtin/am.c:18982752#, c-format2753msgid "The copy of the patch that failed is found in: %s"2754msgstr ""27552756#: builtin/am.c:19432757msgid ""2758"No changes - did you forget to use 'git add'?\n"2759"If there is nothing left to stage, chances are that something else\n"2760"already introduced the same changes; you might want to skip this patch."2761msgstr ""27622763#: builtin/am.c:19502764msgid ""2765"You still have unmerged paths in your index.\n"2766"Did you forget to use 'git add'?"2767msgstr ""27682769#: builtin/am.c:2058 builtin/am.c:2062 builtin/am.c:2074 builtin/reset.c:3082770#: builtin/reset.c:3162771#, c-format2772msgid "Could not parse object '%s'."2773msgstr ""27742775#: builtin/am.c:21102776msgid "failed to clean index"2777msgstr ""27782779#: builtin/am.c:21442780msgid ""2781"You seem to have moved HEAD since the last 'am' failure.\n"2782"Not rewinding to ORIG_HEAD"2783msgstr ""27842785#: builtin/am.c:22052786#, c-format2787msgid "Invalid value for --patch-format: %s"2788msgstr ""27892790#: builtin/am.c:22382791msgid "git am [<options>] [(<mbox>|<Maildir>)...]"2792msgstr ""27932794#: builtin/am.c:22392795msgid "git am [<options>] (--continue | --skip | --abort)"2796msgstr ""27972798#: builtin/am.c:22452799msgid "run interactively"2800msgstr ""28012802#: builtin/am.c:22472803msgid "historical option -- no-op"2804msgstr ""28052806#: builtin/am.c:22492807msgid "allow fall back on 3way merging if needed"2808msgstr ""28092810#: builtin/am.c:2250 builtin/init-db.c:478 builtin/prune-packed.c:572811#: builtin/repack.c:1712812msgid "be quiet"2813msgstr ""28142815#: builtin/am.c:22522816msgid "add a Signed-off-by line to the commit message"2817msgstr ""28182819#: builtin/am.c:22552820msgid "recode into utf8 (default)"2821msgstr ""28222823#: builtin/am.c:22572824msgid "pass -k flag to git-mailinfo"2825msgstr ""28262827#: builtin/am.c:22592828msgid "pass -b flag to git-mailinfo"2829msgstr ""28302831#: builtin/am.c:22612832msgid "pass -m flag to git-mailinfo"2833msgstr ""28342835#: builtin/am.c:22632836msgid "pass --keep-cr flag to git-mailsplit for mbox format"2837msgstr ""28382839#: builtin/am.c:22662840msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"2841msgstr ""28422843#: builtin/am.c:22692844msgid "strip everything before a scissors line"2845msgstr ""28462847#: builtin/am.c:2270 builtin/apply.c:45462848msgid "action"2849msgstr ""28502851#: builtin/am.c:2271 builtin/am.c:2274 builtin/am.c:2277 builtin/am.c:22802852#: builtin/am.c:2283 builtin/am.c:2286 builtin/am.c:2289 builtin/am.c:22922853#: builtin/am.c:22982854msgid "pass it through git-apply"2855msgstr ""28562857#: builtin/am.c:2279 builtin/apply.c:45702858msgid "root"2859msgstr ""28602861#: builtin/am.c:2282 builtin/am.c:2285 builtin/apply.c:45082862#: builtin/apply.c:4511 builtin/clone.c:90 builtin/fetch.c:952863#: builtin/pull.c:179 builtin/submodule--helper.c:2772864#: builtin/submodule--helper.c:404 builtin/submodule--helper.c:4852865#: builtin/submodule--helper.c:488 builtin/submodule--helper.c:7672866#: builtin/submodule--helper.c:7702867msgid "path"2868msgstr ""28692870#: builtin/am.c:2288 builtin/fmt-merge-msg.c:666 builtin/fmt-merge-msg.c:6692871#: builtin/grep.c:706 builtin/merge.c:199 builtin/pull.c:1342872#: builtin/pull.c:193 builtin/repack.c:178 builtin/repack.c:1822873#: builtin/show-branch.c:645 builtin/show-ref.c:175 builtin/tag.c:3402874#: parse-options.h:132 parse-options.h:134 parse-options.h:2442875msgid "n"2876msgstr ""28772878#: builtin/am.c:2291 builtin/apply.c:45142879msgid "num"2880msgstr ""28812882#: builtin/am.c:2294 builtin/for-each-ref.c:37 builtin/replace.c:4382883#: builtin/tag.c:3722884msgid "format"2885msgstr ""28862887#: builtin/am.c:22952888msgid "format the patch(es) are in"2889msgstr ""28902891#: builtin/am.c:23012892msgid "override error message when patch failure occurs"2893msgstr ""28942895#: builtin/am.c:23032896msgid "continue applying patches after resolving a conflict"2897msgstr ""28982899#: builtin/am.c:23062900msgid "synonyms for --continue"2901msgstr ""29022903#: builtin/am.c:23092904msgid "skip the current patch"2905msgstr ""29062907#: builtin/am.c:23122908msgid "restore the original branch and abort the patching operation."2909msgstr ""29102911#: builtin/am.c:23162912msgid "lie about committer date"2913msgstr ""29142915#: builtin/am.c:23182916msgid "use current timestamp for author date"2917msgstr ""29182919#: builtin/am.c:2320 builtin/commit.c:1609 builtin/merge.c:2282920#: builtin/pull.c:164 builtin/revert.c:92 builtin/tag.c:3552921msgid "key-id"2922msgstr ""29232924#: builtin/am.c:23212925msgid "GPG-sign commits"2926msgstr ""29272928#: builtin/am.c:23242929msgid "(internal use for git-rebase)"2930msgstr ""29312932#: builtin/am.c:23392933msgid ""2934"The -b/--binary option has been a no-op for long time, and\n"2935"it will be removed. Please do not use it anymore."2936msgstr ""29372938#: builtin/am.c:23462939msgid "failed to read the index"2940msgstr ""29412942#: builtin/am.c:23612943#, c-format2944msgid "previous rebase directory %s still exists but mbox given."2945msgstr ""29462947#: builtin/am.c:23852948#, c-format2949msgid ""2950"Stray %s directory found.\n"2951"Use \"git am --abort\" to remove it."2952msgstr ""29532954#: builtin/am.c:23912955msgid "Resolve operation not in progress, we are not resuming."2956msgstr ""29572958#: builtin/apply.c:592959msgid "git apply [<options>] [<patch>...]"2960msgstr ""29612962#: builtin/apply.c:1112963#, c-format2964msgid "unrecognized whitespace option '%s'"2965msgstr ""29662967#: builtin/apply.c:1262968#, c-format2969msgid "unrecognized whitespace ignore option '%s'"2970msgstr ""29712972#: builtin/apply.c:8182973#, c-format2974msgid "Cannot prepare timestamp regexp %s"2975msgstr ""29762977#: builtin/apply.c:8272978#, c-format2979msgid "regexec returned %d for input: %s"2980msgstr ""29812982#: builtin/apply.c:9082983#, c-format2984msgid "unable to find filename in patch at line %d"2985msgstr ""29862987#: builtin/apply.c:9372988#, c-format2989msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"2990msgstr ""29912992#: builtin/apply.c:9422993#, c-format2994msgid "git apply: bad git-diff - inconsistent new filename on line %d"2995msgstr ""29962997#: builtin/apply.c:9432998#, c-format2999msgid "git apply: bad git-diff - inconsistent old filename on line %d"3000msgstr ""30013002#: builtin/apply.c:9493003#, c-format3004msgid "git apply: bad git-diff - expected /dev/null on line %d"3005msgstr ""30063007#: builtin/apply.c:14063008#, c-format3009msgid "recount: unexpected line: %.*s"3010msgstr ""30113012#: builtin/apply.c:14633013#, c-format3014msgid "patch fragment without header at line %d: %.*s"3015msgstr ""30163017#: builtin/apply.c:14803018#, c-format3019msgid ""3020"git diff header lacks filename information when removing %d leading pathname "3021"component (line %d)"3022msgid_plural ""3023"git diff header lacks filename information when removing %d leading pathname "3024"components (line %d)"3025msgstr[0] ""3026msgstr[1] ""30273028#: builtin/apply.c:16463029msgid "new file depends on old contents"3030msgstr ""30313032#: builtin/apply.c:16483033msgid "deleted file still has contents"3034msgstr ""30353036#: builtin/apply.c:16743037#, c-format3038msgid "corrupt patch at line %d"3039msgstr ""30403041#: builtin/apply.c:17103042#, c-format3043msgid "new file %s depends on old contents"3044msgstr ""30453046#: builtin/apply.c:17123047#, c-format3048msgid "deleted file %s still has contents"3049msgstr ""30503051#: builtin/apply.c:17153052#, c-format3053msgid "** warning: file %s becomes empty but is not deleted"3054msgstr ""30553056#: builtin/apply.c:18613057#, c-format3058msgid "corrupt binary patch at line %d: %.*s"3059msgstr ""30603061#: builtin/apply.c:18953062#, c-format3063msgid "unrecognized binary patch at line %d"3064msgstr ""30653066#: builtin/apply.c:20483067#, c-format3068msgid "patch with only garbage at line %d"3069msgstr ""30703071#: builtin/apply.c:21383072#, c-format3073msgid "unable to read symlink %s"3074msgstr ""30753076#: builtin/apply.c:21423077#, c-format3078msgid "unable to open or read %s"3079msgstr ""30803081#: builtin/apply.c:27753082#, c-format3083msgid "invalid start of line: '%c'"3084msgstr ""30853086#: builtin/apply.c:28943087#, c-format3088msgid "Hunk #%d succeeded at %d (offset %d line)."3089msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."3090msgstr[0] ""3091msgstr[1] ""30923093#: builtin/apply.c:29063094#, c-format3095msgid "Context reduced to (%ld/%ld) to apply fragment at %d"3096msgstr ""30973098#: builtin/apply.c:29123099#, c-format3100msgid ""3101"while searching for:\n"3102"%.*s"3103msgstr ""31043105#: builtin/apply.c:29323106#, c-format3107msgid "missing binary patch data for '%s'"3108msgstr ""31093110#: builtin/apply.c:30333111#, c-format3112msgid "binary patch does not apply to '%s'"3113msgstr ""31143115#: builtin/apply.c:30393116#, c-format3117msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"3118msgstr ""31193120#: builtin/apply.c:30603121#, c-format3122msgid "patch failed: %s:%ld"3123msgstr ""31243125#: builtin/apply.c:31843126#, c-format3127msgid "cannot checkout %s"3128msgstr ""31293130#: builtin/apply.c:3229 builtin/apply.c:3240 builtin/apply.c:32853131#, c-format3132msgid "read of %s failed"3133msgstr ""31343135#: builtin/apply.c:32373136#, c-format3137msgid "reading from '%s' beyond a symbolic link"3138msgstr ""31393140#: builtin/apply.c:3265 builtin/apply.c:34873141#, c-format3142msgid "path %s has been renamed/deleted"3143msgstr ""31443145#: builtin/apply.c:3346 builtin/apply.c:35013146#, c-format3147msgid "%s: does not exist in index"3148msgstr ""31493150#: builtin/apply.c:3350 builtin/apply.c:3493 builtin/apply.c:35153151#, c-format3152msgid "%s: %s"3153msgstr ""31543155#: builtin/apply.c:3355 builtin/apply.c:35093156#, c-format3157msgid "%s: does not match index"3158msgstr ""31593160#: builtin/apply.c:34573161msgid "removal patch leaves file contents"3162msgstr ""31633164#: builtin/apply.c:35263165#, c-format3166msgid "%s: wrong type"3167msgstr ""31683169#: builtin/apply.c:35283170#, c-format3171msgid "%s has type %o, expected %o"3172msgstr ""31733174#: builtin/apply.c:3687 builtin/apply.c:36893175#, c-format3176msgid "invalid path '%s'"3177msgstr ""31783179#: builtin/apply.c:37443180#, c-format3181msgid "%s: already exists in index"3182msgstr ""31833184#: builtin/apply.c:37473185#, c-format3186msgid "%s: already exists in working directory"3187msgstr ""31883189#: builtin/apply.c:37673190#, c-format3191msgid "new mode (%o) of %s does not match old mode (%o)"3192msgstr ""31933194#: builtin/apply.c:37723195#, c-format3196msgid "new mode (%o) of %s does not match old mode (%o) of %s"3197msgstr ""31983199#: builtin/apply.c:37923200#, c-format3201msgid "affected file '%s' is beyond a symbolic link"3202msgstr ""32033204#: builtin/apply.c:37963205#, c-format3206msgid "%s: patch does not apply"3207msgstr ""32083209#: builtin/apply.c:38103210#, c-format3211msgid "Checking patch %s..."3212msgstr ""32133214#: builtin/apply.c:3903 builtin/checkout.c:233 builtin/reset.c:1353215#, c-format3216msgid "make_cache_entry failed for path '%s'"3217msgstr ""32183219#: builtin/apply.c:40463220#, c-format3221msgid "unable to remove %s from index"3222msgstr ""32233224#: builtin/apply.c:40753225#, c-format3226msgid "corrupt patch for submodule %s"3227msgstr ""32283229#: builtin/apply.c:40793230#, c-format3231msgid "unable to stat newly created file '%s'"3232msgstr ""32333234#: builtin/apply.c:40843235#, c-format3236msgid "unable to create backing store for newly created file %s"3237msgstr ""32383239#: builtin/apply.c:4087 builtin/apply.c:41953240#, c-format3241msgid "unable to add cache entry for %s"3242msgstr ""32433244#: builtin/apply.c:41203245#, c-format3246msgid "closing file '%s'"3247msgstr ""32483249#: builtin/apply.c:41693250#, c-format3251msgid "unable to write file '%s' mode %o"3252msgstr ""32533254#: builtin/apply.c:42563255#, c-format3256msgid "Applied patch %s cleanly."3257msgstr ""32583259#: builtin/apply.c:42643260msgid "internal error"3261msgstr ""32623263#: builtin/apply.c:42673264#, c-format3265msgid "Applying patch %%s with %d reject..."3266msgid_plural "Applying patch %%s with %d rejects..."3267msgstr[0] ""3268msgstr[1] ""32693270#: builtin/apply.c:42773271#, c-format3272msgid "truncating .rej filename to %.*s.rej"3273msgstr ""32743275#: builtin/apply.c:42853276#, c-format3277msgid "cannot open %s: %s"3278msgstr ""32793280#: builtin/apply.c:42983281#, c-format3282msgid "Hunk #%d applied cleanly."3283msgstr ""32843285#: builtin/apply.c:43013286#, c-format3287msgid "Rejected hunk #%d."3288msgstr ""32893290#: builtin/apply.c:43873291#, c-format3292msgid "Skipped patch '%s'."3293msgstr ""32943295#: builtin/apply.c:43953296msgid "unrecognized input"3297msgstr ""32983299#: builtin/apply.c:44063300msgid "unable to read index file"3301msgstr ""33023303#: builtin/apply.c:45093304msgid "don't apply changes matching the given path"3305msgstr ""33063307#: builtin/apply.c:45123308msgid "apply changes matching the given path"3309msgstr ""33103311#: builtin/apply.c:45153312msgid "remove <num> leading slashes from traditional diff paths"3313msgstr ""33143315#: builtin/apply.c:45183316msgid "ignore additions made by the patch"3317msgstr ""33183319#: builtin/apply.c:45203320msgid "instead of applying the patch, output diffstat for the input"3321msgstr ""33223323#: builtin/apply.c:45243324msgid "show number of added and deleted lines in decimal notation"3325msgstr ""33263327#: builtin/apply.c:45263328msgid "instead of applying the patch, output a summary for the input"3329msgstr ""33303331#: builtin/apply.c:45283332msgid "instead of applying the patch, see if the patch is applicable"3333msgstr ""33343335#: builtin/apply.c:45303336msgid "make sure the patch is applicable to the current index"3337msgstr ""33383339#: builtin/apply.c:45323340msgid "apply a patch without touching the working tree"3341msgstr ""33423343#: builtin/apply.c:45343344msgid "accept a patch that touches outside the working area"3345msgstr ""33463347#: builtin/apply.c:45363348msgid "also apply the patch (use with --stat/--summary/--check)"3349msgstr ""33503351#: builtin/apply.c:45383352msgid "attempt three-way merge if a patch does not apply"3353msgstr ""33543355#: builtin/apply.c:45403356msgid "build a temporary index based on embedded index information"3357msgstr ""33583359#: builtin/apply.c:4543 builtin/checkout-index.c:169 builtin/ls-files.c:4253360msgid "paths are separated with NUL character"3361msgstr ""33623363#: builtin/apply.c:45453364msgid "ensure at least <n> lines of context match"3365msgstr ""33663367#: builtin/apply.c:45473368msgid "detect new or modified lines that have whitespace errors"3369msgstr ""33703371#: builtin/apply.c:4550 builtin/apply.c:45533372msgid "ignore changes in whitespace when finding context"3373msgstr ""33743375#: builtin/apply.c:45563376msgid "apply the patch in reverse"3377msgstr ""33783379#: builtin/apply.c:45583380msgid "don't expect at least one line of context"3381msgstr ""33823383#: builtin/apply.c:45603384msgid "leave the rejected hunks in corresponding *.rej files"3385msgstr ""33863387#: builtin/apply.c:45623388msgid "allow overlapping hunks"3389msgstr ""33903391#: builtin/apply.c:45653392msgid "tolerate incorrectly detected missing new-line at the end of file"3393msgstr ""33943395#: builtin/apply.c:45683396msgid "do not trust the line counts in the hunk headers"3397msgstr ""33983399#: builtin/apply.c:45713400msgid "prepend <root> to all filenames"3401msgstr ""34023403#: builtin/apply.c:45933404msgid "--3way outside a repository"3405msgstr ""34063407#: builtin/apply.c:46013408msgid "--index outside a repository"3409msgstr ""34103411#: builtin/apply.c:46043412msgid "--cached outside a repository"3413msgstr ""34143415#: builtin/apply.c:46233416#, c-format3417msgid "can't open patch '%s'"3418msgstr ""34193420#: builtin/apply.c:46373421#, c-format3422msgid "squelched %d whitespace error"3423msgid_plural "squelched %d whitespace errors"3424msgstr[0] ""3425msgstr[1] ""34263427#: builtin/apply.c:4643 builtin/apply.c:46533428#, c-format3429msgid "%d line adds whitespace errors."3430msgid_plural "%d lines add whitespace errors."3431msgstr[0] ""3432msgstr[1] ""34333434#: builtin/archive.c:173435#, c-format3436msgid "could not create archive file '%s'"3437msgstr ""34383439#: builtin/archive.c:203440msgid "could not redirect output"3441msgstr ""34423443#: builtin/archive.c:373444msgid "git archive: Remote with no URL"3445msgstr ""34463447#: builtin/archive.c:583448msgid "git archive: expected ACK/NAK, got EOF"3449msgstr ""34503451#: builtin/archive.c:613452#, c-format3453msgid "git archive: NACK %s"3454msgstr ""34553456#: builtin/archive.c:633457#, c-format3458msgid "remote error: %s"3459msgstr ""34603461#: builtin/archive.c:643462msgid "git archive: protocol error"3463msgstr ""34643465#: builtin/archive.c:683466msgid "git archive: expected a flush"3467msgstr ""34683469#: builtin/bisect--helper.c:73470msgid "git bisect--helper --next-all [--no-checkout]"3471msgstr ""34723473#: builtin/bisect--helper.c:173474msgid "perform 'git bisect next'"3475msgstr ""34763477#: builtin/bisect--helper.c:193478msgid "update BISECT_HEAD instead of checking out the current commit"3479msgstr ""34803481#: builtin/blame.c:333482msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"3483msgstr ""34843485#: builtin/blame.c:383486msgid "<rev-opts> are documented in git-rev-list(1)"3487msgstr ""34883489#: builtin/blame.c:17823490msgid "Blaming lines"3491msgstr ""34923493#: builtin/blame.c:25313494msgid "Show blame entries as we find them, incrementally"3495msgstr ""34963497#: builtin/blame.c:25323498msgid "Show blank SHA-1 for boundary commits (Default: off)"3499msgstr ""35003501#: builtin/blame.c:25333502msgid "Do not treat root commits as boundaries (Default: off)"3503msgstr ""35043505#: builtin/blame.c:25343506msgid "Show work cost statistics"3507msgstr ""35083509#: builtin/blame.c:25353510msgid "Force progress reporting"3511msgstr ""35123513#: builtin/blame.c:25363514msgid "Show output score for blame entries"3515msgstr ""35163517#: builtin/blame.c:25373518msgid "Show original filename (Default: auto)"3519msgstr ""35203521#: builtin/blame.c:25383522msgid "Show original linenumber (Default: off)"3523msgstr ""35243525#: builtin/blame.c:25393526msgid "Show in a format designed for machine consumption"3527msgstr ""35283529#: builtin/blame.c:25403530msgid "Show porcelain format with per-line commit information"3531msgstr ""35323533#: builtin/blame.c:25413534msgid "Use the same output mode as git-annotate (Default: off)"3535msgstr ""35363537#: builtin/blame.c:25423538msgid "Show raw timestamp (Default: off)"3539msgstr ""35403541#: builtin/blame.c:25433542msgid "Show long commit SHA1 (Default: off)"3543msgstr ""35443545#: builtin/blame.c:25443546msgid "Suppress author name and timestamp (Default: off)"3547msgstr ""35483549#: builtin/blame.c:25453550msgid "Show author email instead of name (Default: off)"3551msgstr ""35523553#: builtin/blame.c:25463554msgid "Ignore whitespace differences"3555msgstr ""35563557#: builtin/blame.c:25473558msgid "Spend extra cycles to find better match"3559msgstr ""35603561#: builtin/blame.c:25483562msgid "Use revisions from <file> instead of calling git-rev-list"3563msgstr ""35643565#: builtin/blame.c:25493566msgid "Use <file>'s contents as the final image"3567msgstr ""35683569#: builtin/blame.c:2550 builtin/blame.c:25513570msgid "score"3571msgstr ""35723573#: builtin/blame.c:25503574msgid "Find line copies within and across files"3575msgstr ""35763577#: builtin/blame.c:25513578msgid "Find line movements within and across files"3579msgstr ""35803581#: builtin/blame.c:25523582msgid "n,m"3583msgstr ""35843585#: builtin/blame.c:25523586msgid "Process only line range n,m, counting from 1"3587msgstr ""35883589#. TRANSLATORS: This string is used to tell us the maximum3590#. display width for a relative timestamp in "git blame"3591#. output. For C locale, "4 years, 11 months ago", which3592#. takes 22 places, is the longest among various forms of3593#. relative timestamps, but your language may need more or3594#. fewer display columns.3595#: builtin/blame.c:26413596msgid "4 years, 11 months ago"3597msgstr ""35983599#: builtin/branch.c:263600msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"3601msgstr ""36023603#: builtin/branch.c:273604msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"3605msgstr ""36063607#: builtin/branch.c:283608msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."3609msgstr ""36103611#: builtin/branch.c:293612msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"3613msgstr ""36143615#: builtin/branch.c:303616msgid "git branch [<options>] [-r | -a] [--points-at]"3617msgstr ""36183619#: builtin/branch.c:1433620#, c-format3621msgid ""3622"deleting branch '%s' that has been merged to\n"3623" '%s', but not yet merged to HEAD."3624msgstr ""36253626#: builtin/branch.c:1473627#, c-format3628msgid ""3629"not deleting branch '%s' that is not yet merged to\n"3630" '%s', even though it is merged to HEAD."3631msgstr ""36323633#: builtin/branch.c:1613634#, c-format3635msgid "Couldn't look up commit object for '%s'"3636msgstr ""36373638#: builtin/branch.c:1653639#, c-format3640msgid ""3641"The branch '%s' is not fully merged.\n"3642"If you are sure you want to delete it, run 'git branch -D %s'."3643msgstr ""36443645#: builtin/branch.c:1783646msgid "Update of config-file failed"3647msgstr ""36483649#: builtin/branch.c:2063650msgid "cannot use -a with -d"3651msgstr ""36523653#: builtin/branch.c:2123654msgid "Couldn't look up commit object for HEAD"3655msgstr ""36563657#: builtin/branch.c:2263658#, c-format3659msgid "Cannot delete branch '%s' checked out at '%s'"3660msgstr ""36613662#: builtin/branch.c:2413663#, c-format3664msgid "remote-tracking branch '%s' not found."3665msgstr ""36663667#: builtin/branch.c:2423668#, c-format3669msgid "branch '%s' not found."3670msgstr ""36713672#: builtin/branch.c:2573673#, c-format3674msgid "Error deleting remote-tracking branch '%s'"3675msgstr ""36763677#: builtin/branch.c:2583678#, c-format3679msgid "Error deleting branch '%s'"3680msgstr ""36813682#: builtin/branch.c:2653683#, c-format3684msgid "Deleted remote-tracking branch %s (was %s).\n"3685msgstr ""36863687#: builtin/branch.c:2663688#, c-format3689msgid "Deleted branch %s (was %s).\n"3690msgstr ""36913692#: builtin/branch.c:3093693#, c-format3694msgid "[%s: gone]"3695msgstr ""36963697#: builtin/branch.c:3143698#, c-format3699msgid "[%s]"3700msgstr ""37013702#: builtin/branch.c:3193703#, c-format3704msgid "[%s: behind %d]"3705msgstr ""37063707#: builtin/branch.c:3213708#, c-format3709msgid "[behind %d]"3710msgstr ""37113712#: builtin/branch.c:3253713#, c-format3714msgid "[%s: ahead %d]"3715msgstr ""37163717#: builtin/branch.c:3273718#, c-format3719msgid "[ahead %d]"3720msgstr ""37213722#: builtin/branch.c:3303723#, c-format3724msgid "[%s: ahead %d, behind %d]"3725msgstr ""37263727#: builtin/branch.c:3333728#, c-format3729msgid "[ahead %d, behind %d]"3730msgstr ""37313732#: builtin/branch.c:3463733msgid " **** invalid ref ****"3734msgstr ""37353736#: builtin/branch.c:3723737#, c-format3738msgid "(no branch, rebasing %s)"3739msgstr ""37403741#: builtin/branch.c:3753742#, c-format3743msgid "(no branch, bisect started on %s)"3744msgstr ""37453746#. TRANSLATORS: make sure this matches3747#. "HEAD detached at " in wt-status.c3748#: builtin/branch.c:3813749#, c-format3750msgid "(HEAD detached at %s)"3751msgstr ""37523753#. TRANSLATORS: make sure this matches3754#. "HEAD detached from " in wt-status.c3755#: builtin/branch.c:3863756#, c-format3757msgid "(HEAD detached from %s)"3758msgstr ""37593760#: builtin/branch.c:3903761msgid "(no branch)"3762msgstr ""37633764#: builtin/branch.c:5413765#, c-format3766msgid "Branch %s is being rebased at %s"3767msgstr ""37683769#: builtin/branch.c:5453770#, c-format3771msgid "Branch %s is being bisected at %s"3772msgstr ""37733774#: builtin/branch.c:5603775msgid "cannot rename the current branch while not on any."3776msgstr ""37773778#: builtin/branch.c:5703779#, c-format3780msgid "Invalid branch name: '%s'"3781msgstr ""37823783#: builtin/branch.c:5873784msgid "Branch rename failed"3785msgstr ""37863787#: builtin/branch.c:5913788#, c-format3789msgid "Renamed a misnamed branch '%s' away"3790msgstr ""37913792#: builtin/branch.c:5943793#, c-format3794msgid "Branch renamed to %s, but HEAD is not updated!"3795msgstr ""37963797#: builtin/branch.c:6013798msgid "Branch is renamed, but update of config-file failed"3799msgstr ""38003801#: builtin/branch.c:6233802msgid "could not write branch description template"3803msgstr ""38043805#: builtin/branch.c:6513806msgid "Generic options"3807msgstr ""38083809#: builtin/branch.c:6533810msgid "show hash and subject, give twice for upstream branch"3811msgstr ""38123813#: builtin/branch.c:6543814msgid "suppress informational messages"3815msgstr ""38163817#: builtin/branch.c:6553818msgid "set up tracking mode (see git-pull(1))"3819msgstr ""38203821#: builtin/branch.c:6573822msgid "change upstream info"3823msgstr ""38243825#: builtin/branch.c:6593826msgid "upstream"3827msgstr ""38283829#: builtin/branch.c:6593830msgid "change the upstream info"3831msgstr ""38323833#: builtin/branch.c:6613834msgid "use colored output"3835msgstr ""38363837#: builtin/branch.c:6623838msgid "act on remote-tracking branches"3839msgstr ""38403841#: builtin/branch.c:664 builtin/branch.c:6653842msgid "print only branches that contain the commit"3843msgstr ""38443845#: builtin/branch.c:6683846msgid "Specific git-branch actions:"3847msgstr ""38483849#: builtin/branch.c:6693850msgid "list both remote-tracking and local branches"3851msgstr ""38523853#: builtin/branch.c:6713854msgid "delete fully merged branch"3855msgstr ""38563857#: builtin/branch.c:6723858msgid "delete branch (even if not merged)"3859msgstr ""38603861#: builtin/branch.c:6733862msgid "move/rename a branch and its reflog"3863msgstr ""38643865#: builtin/branch.c:6743866msgid "move/rename a branch, even if target exists"3867msgstr ""38683869#: builtin/branch.c:6753870msgid "list branch names"3871msgstr ""38723873#: builtin/branch.c:6763874msgid "create the branch's reflog"3875msgstr ""38763877#: builtin/branch.c:6783878msgid "edit the description for the branch"3879msgstr ""38803881#: builtin/branch.c:6793882msgid "force creation, move/rename, deletion"3883msgstr ""38843885#: builtin/branch.c:6803886msgid "print only branches that are merged"3887msgstr ""38883889#: builtin/branch.c:6813890msgid "print only branches that are not merged"3891msgstr ""38923893#: builtin/branch.c:6823894msgid "list branches in columns"3895msgstr ""38963897#: builtin/branch.c:683 builtin/for-each-ref.c:38 builtin/tag.c:3663898msgid "key"3899msgstr ""39003901#: builtin/branch.c:684 builtin/for-each-ref.c:39 builtin/tag.c:3673902msgid "field name to sort on"3903msgstr ""39043905#: builtin/branch.c:686 builtin/for-each-ref.c:41 builtin/notes.c:4013906#: builtin/notes.c:404 builtin/notes.c:564 builtin/notes.c:5673907#: builtin/tag.c:3693908msgid "object"3909msgstr ""39103911#: builtin/branch.c:6873912msgid "print only branches of the object"3913msgstr ""39143915#: builtin/branch.c:7053916msgid "Failed to resolve HEAD as a valid ref."3917msgstr ""39183919#: builtin/branch.c:709 builtin/clone.c:7073920msgid "HEAD not found below refs/heads!"3921msgstr ""39223923#: builtin/branch.c:7293924msgid "--column and --verbose are incompatible"3925msgstr ""39263927#: builtin/branch.c:740 builtin/branch.c:7823928msgid "branch name required"3929msgstr ""39303931#: builtin/branch.c:7583932msgid "Cannot give description to detached HEAD"3933msgstr ""39343935#: builtin/branch.c:7633936msgid "cannot edit description of more than one branch"3937msgstr ""39383939#: builtin/branch.c:7703940#, c-format3941msgid "No commit on branch '%s' yet."3942msgstr ""39433944#: builtin/branch.c:7733945#, c-format3946msgid "No branch named '%s'."3947msgstr ""39483949#: builtin/branch.c:7883950msgid "too many branches for a rename operation"3951msgstr ""39523953#: builtin/branch.c:7933954msgid "too many branches to set new upstream"3955msgstr ""39563957#: builtin/branch.c:7973958#, c-format3959msgid ""3960"could not set upstream of HEAD to %s when it does not point to any branch."3961msgstr ""39623963#: builtin/branch.c:800 builtin/branch.c:822 builtin/branch.c:8433964#, c-format3965msgid "no such branch '%s'"3966msgstr ""39673968#: builtin/branch.c:8043969#, c-format3970msgid "branch '%s' does not exist"3971msgstr ""39723973#: builtin/branch.c:8163974msgid "too many branches to unset upstream"3975msgstr ""39763977#: builtin/branch.c:8203978msgid "could not unset upstream of HEAD when it does not point to any branch."3979msgstr ""39803981#: builtin/branch.c:8263982#, c-format3983msgid "Branch '%s' has no upstream information"3984msgstr ""39853986#: builtin/branch.c:8403987msgid "it does not make sense to create 'HEAD' manually"3988msgstr ""39893990#: builtin/branch.c:8463991msgid "-a and -r options to 'git branch' do not make sense with a branch name"3992msgstr ""39933994#: builtin/branch.c:8493995#, c-format3996msgid ""3997"The --set-upstream flag is deprecated and will be removed. Consider using --"3998"track or --set-upstream-to\n"3999msgstr ""40004001#: builtin/branch.c:8664002#, c-format4003msgid ""4004"\n"4005"If you wanted to make '%s' track '%s', do this:\n"4006"\n"4007msgstr ""40084009#: builtin/bundle.c:514010#, c-format4011msgid "%s is okay\n"4012msgstr ""40134014#: builtin/bundle.c:644015msgid "Need a repository to create a bundle."4016msgstr ""40174018#: builtin/bundle.c:684019msgid "Need a repository to unbundle."4020msgstr ""40214022#: builtin/cat-file.c:4284023msgid ""4024"git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-type]|-e|-p|"4025"<type>|--textconv) <object>"4026msgstr ""40274028#: builtin/cat-file.c:4294029msgid "git cat-file (--batch | --batch-check) [--follow-symlinks]"4030msgstr ""40314032#: builtin/cat-file.c:4664033msgid "<type> can be one of: blob, tree, commit, tag"4034msgstr ""40354036#: builtin/cat-file.c:4674037msgid "show object type"4038msgstr ""40394040#: builtin/cat-file.c:4684041msgid "show object size"4042msgstr ""40434044#: builtin/cat-file.c:4704045msgid "exit with zero when there's no error"4046msgstr ""40474048#: builtin/cat-file.c:4714049msgid "pretty-print object's content"4050msgstr ""40514052#: builtin/cat-file.c:4734053msgid "for blob objects, run textconv on object's content"4054msgstr ""40554056#: builtin/cat-file.c:4754057msgid "allow -s and -t to work with broken/corrupt objects"4058msgstr ""40594060#: builtin/cat-file.c:4764061msgid "buffer --batch output"4062msgstr ""40634064#: builtin/cat-file.c:4784065msgid "show info and content of objects fed from the standard input"4066msgstr ""40674068#: builtin/cat-file.c:4814069msgid "show info about objects fed from the standard input"4070msgstr ""40714072#: builtin/cat-file.c:4844073msgid "follow in-tree symlinks (used with --batch or --batch-check)"4074msgstr ""40754076#: builtin/cat-file.c:4864077msgid "show all objects with --batch or --batch-check"4078msgstr ""40794080#: builtin/check-attr.c:114081msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."4082msgstr ""40834084#: builtin/check-attr.c:124085msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"4086msgstr ""40874088#: builtin/check-attr.c:194089msgid "report all attributes set on file"4090msgstr ""40914092#: builtin/check-attr.c:204093msgid "use .gitattributes only from the index"4094msgstr ""40954096#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:974097msgid "read file names from stdin"4098msgstr ""40994100#: builtin/check-attr.c:23 builtin/check-ignore.c:244101msgid "terminate input and output records by a NUL character"4102msgstr ""41034104#: builtin/check-ignore.c:18 builtin/checkout.c:1135 builtin/gc.c:3254105msgid "suppress progress reporting"4106msgstr ""41074108#: builtin/check-ignore.c:264109msgid "show non-matching input paths"4110msgstr ""41114112#: builtin/check-ignore.c:284113msgid "ignore index when checking"4114msgstr ""41154116#: builtin/check-ignore.c:1544117msgid "cannot specify pathnames with --stdin"4118msgstr ""41194120#: builtin/check-ignore.c:1574121msgid "-z only makes sense with --stdin"4122msgstr ""41234124#: builtin/check-ignore.c:1594125msgid "no path specified"4126msgstr ""41274128#: builtin/check-ignore.c:1634129msgid "--quiet is only valid with a single pathname"4130msgstr ""41314132#: builtin/check-ignore.c:1654133msgid "cannot have both --quiet and --verbose"4134msgstr ""41354136#: builtin/check-ignore.c:1684137msgid "--non-matching is only valid with --verbose"4138msgstr ""41394140#: builtin/check-mailmap.c:84141msgid "git check-mailmap [<options>] <contact>..."4142msgstr ""41434144#: builtin/check-mailmap.c:134145msgid "also read contacts from stdin"4146msgstr ""41474148#: builtin/check-mailmap.c:244149#, c-format4150msgid "unable to parse contact: %s"4151msgstr ""41524153#: builtin/check-mailmap.c:474154msgid "no contacts specified"4155msgstr ""41564157#: builtin/checkout-index.c:1274158msgid "git checkout-index [<options>] [--] [<file>...]"4159msgstr ""41604161#: builtin/checkout-index.c:1444162msgid "stage should be between 1 and 3 or all"4163msgstr ""41644165#: builtin/checkout-index.c:1604166msgid "check out all files in the index"4167msgstr ""41684169#: builtin/checkout-index.c:1614170msgid "force overwrite of existing files"4171msgstr ""41724173#: builtin/checkout-index.c:1634174msgid "no warning for existing files and files not in index"4175msgstr ""41764177#: builtin/checkout-index.c:1654178msgid "don't checkout new files"4179msgstr ""41804181#: builtin/checkout-index.c:1674182msgid "update stat information in the index file"4183msgstr ""41844185#: builtin/checkout-index.c:1714186msgid "read list of paths from the standard input"4187msgstr ""41884189#: builtin/checkout-index.c:1734190msgid "write the content to temporary files"4191msgstr ""41924193#: builtin/checkout-index.c:174 builtin/column.c:304194#: builtin/submodule--helper.c:491 builtin/submodule--helper.c:4944195#: builtin/submodule--helper.c:497 builtin/submodule--helper.c:5004196#: builtin/submodule--helper.c:7744197msgid "string"4198msgstr ""41994200#: builtin/checkout-index.c:1754201msgid "when creating files, prepend <string>"4202msgstr ""42034204#: builtin/checkout-index.c:1774205msgid "copy out the files from named stage"4206msgstr ""42074208#: builtin/checkout.c:254209msgid "git checkout [<options>] <branch>"4210msgstr ""42114212#: builtin/checkout.c:264213msgid "git checkout [<options>] [<branch>] -- <file>..."4214msgstr ""42154216#: builtin/checkout.c:134 builtin/checkout.c:1674217#, c-format4218msgid "path '%s' does not have our version"4219msgstr ""42204221#: builtin/checkout.c:136 builtin/checkout.c:1694222#, c-format4223msgid "path '%s' does not have their version"4224msgstr ""42254226#: builtin/checkout.c:1524227#, c-format4228msgid "path '%s' does not have all necessary versions"4229msgstr ""42304231#: builtin/checkout.c:1964232#, c-format4233msgid "path '%s' does not have necessary versions"4234msgstr ""42354236#: builtin/checkout.c:2134237#, c-format4238msgid "path '%s': cannot merge"4239msgstr ""42404241#: builtin/checkout.c:2304242#, c-format4243msgid "Unable to add merge result for '%s'"4244msgstr ""42454246#: builtin/checkout.c:250 builtin/checkout.c:253 builtin/checkout.c:2564247#: builtin/checkout.c:2594248#, c-format4249msgid "'%s' cannot be used with updating paths"4250msgstr ""42514252#: builtin/checkout.c:262 builtin/checkout.c:2654253#, c-format4254msgid "'%s' cannot be used with %s"4255msgstr ""42564257#: builtin/checkout.c:2684258#, c-format4259msgid "Cannot update paths and switch to branch '%s' at the same time."4260msgstr ""42614262#: builtin/checkout.c:279 builtin/checkout.c:4734263msgid "corrupt index file"4264msgstr ""42654266#: builtin/checkout.c:339 builtin/checkout.c:3464267#, c-format4268msgid "path '%s' is unmerged"4269msgstr ""42704271#: builtin/checkout.c:4954272msgid "you need to resolve your current index first"4273msgstr ""42744275#: builtin/checkout.c:6224276#, c-format4277msgid "Can not do reflog for '%s': %s\n"4278msgstr ""42794280#: builtin/checkout.c:6604281msgid "HEAD is now at"4282msgstr ""42834284#: builtin/checkout.c:664 builtin/clone.c:6614285msgid "unable to update HEAD"4286msgstr ""42874288#: builtin/checkout.c:6684289#, c-format4290msgid "Reset branch '%s'\n"4291msgstr ""42924293#: builtin/checkout.c:6714294#, c-format4295msgid "Already on '%s'\n"4296msgstr ""42974298#: builtin/checkout.c:6754299#, c-format4300msgid "Switched to and reset branch '%s'\n"4301msgstr ""43024303#: builtin/checkout.c:677 builtin/checkout.c:10674304#, c-format4305msgid "Switched to a new branch '%s'\n"4306msgstr ""43074308#: builtin/checkout.c:6794309#, c-format4310msgid "Switched to branch '%s'\n"4311msgstr ""43124313#: builtin/checkout.c:7314314#, c-format4315msgid " ... and %d more.\n"4316msgstr ""43174318#: builtin/checkout.c:7374319#, c-format4320msgid ""4321"Warning: you are leaving %d commit behind, not connected to\n"4322"any of your branches:\n"4323"\n"4324"%s\n"4325msgid_plural ""4326"Warning: you are leaving %d commits behind, not connected to\n"4327"any of your branches:\n"4328"\n"4329"%s\n"4330msgstr[0] ""4331msgstr[1] ""43324333#: builtin/checkout.c:7564334#, c-format4335msgid ""4336"If you want to keep it by creating a new branch, this may be a good time\n"4337"to do so with:\n"4338"\n"4339" git branch <new-branch-name> %s\n"4340"\n"4341msgid_plural ""4342"If you want to keep them by creating a new branch, this may be a good time\n"4343"to do so with:\n"4344"\n"4345" git branch <new-branch-name> %s\n"4346"\n"4347msgstr[0] ""4348msgstr[1] ""43494350#: builtin/checkout.c:7924351msgid "internal error in revision walk"4352msgstr ""43534354#: builtin/checkout.c:7964355msgid "Previous HEAD position was"4356msgstr ""43574358#: builtin/checkout.c:823 builtin/checkout.c:10624359msgid "You are on a branch yet to be born"4360msgstr ""43614362#: builtin/checkout.c:9684363#, c-format4364msgid "only one reference expected, %d given."4365msgstr ""43664367#: builtin/checkout.c:1008 builtin/worktree.c:2124368#, c-format4369msgid "invalid reference: %s"4370msgstr ""43714372#: builtin/checkout.c:10374373#, c-format4374msgid "reference is not a tree: %s"4375msgstr ""43764377#: builtin/checkout.c:10764378msgid "paths cannot be used with switching branches"4379msgstr ""43804381#: builtin/checkout.c:1079 builtin/checkout.c:10834382#, c-format4383msgid "'%s' cannot be used with switching branches"4384msgstr ""43854386#: builtin/checkout.c:1087 builtin/checkout.c:1090 builtin/checkout.c:10954387#: builtin/checkout.c:10984388#, c-format4389msgid "'%s' cannot be used with '%s'"4390msgstr ""43914392#: builtin/checkout.c:11034393#, c-format4394msgid "Cannot switch branch to a non-commit '%s'"4395msgstr ""43964397#: builtin/checkout.c:1136 builtin/checkout.c:1138 builtin/clone.c:884398#: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:3234399#: builtin/worktree.c:3254400msgid "branch"4401msgstr ""44024403#: builtin/checkout.c:11374404msgid "create and checkout a new branch"4405msgstr ""44064407#: builtin/checkout.c:11394408msgid "create/reset and checkout a branch"4409msgstr ""44104411#: builtin/checkout.c:11404412msgid "create reflog for new branch"4413msgstr ""44144415#: builtin/checkout.c:11414416msgid "detach the HEAD at named commit"4417msgstr ""44184419#: builtin/checkout.c:11424420msgid "set upstream info for new branch"4421msgstr ""44224423#: builtin/checkout.c:11444424msgid "new-branch"4425msgstr ""44264427#: builtin/checkout.c:11444428msgid "new unparented branch"4429msgstr ""44304431#: builtin/checkout.c:11454432msgid "checkout our version for unmerged files"4433msgstr ""44344435#: builtin/checkout.c:11474436msgid "checkout their version for unmerged files"4437msgstr ""44384439#: builtin/checkout.c:11494440msgid "force checkout (throw away local modifications)"4441msgstr ""44424443#: builtin/checkout.c:11504444msgid "perform a 3-way merge with the new branch"4445msgstr ""44464447#: builtin/checkout.c:1151 builtin/merge.c:2304448msgid "update ignored files (default)"4449msgstr ""44504451#: builtin/checkout.c:1152 builtin/log.c:1432 parse-options.h:2504452msgid "style"4453msgstr ""44544455#: builtin/checkout.c:11534456msgid "conflict style (merge or diff3)"4457msgstr ""44584459#: builtin/checkout.c:11564460msgid "do not limit pathspecs to sparse entries only"4461msgstr ""44624463#: builtin/checkout.c:11584464msgid "second guess 'git checkout <no-such-branch>'"4465msgstr ""44664467#: builtin/checkout.c:11604468msgid "do not check if another worktree is holding the given ref"4469msgstr ""44704471#: builtin/checkout.c:1161 builtin/clone.c:60 builtin/fetch.c:1164472#: builtin/merge.c:227 builtin/pull.c:116 builtin/push.c:5264473#: builtin/send-pack.c:1684474msgid "force progress reporting"4475msgstr ""44764477#: builtin/checkout.c:11924478msgid "-b, -B and --orphan are mutually exclusive"4479msgstr ""44804481#: builtin/checkout.c:12094482msgid "--track needs a branch name"4483msgstr ""44844485#: builtin/checkout.c:12144486msgid "Missing branch name; try -b"4487msgstr ""44884489#: builtin/checkout.c:12504490msgid "invalid path specification"4491msgstr ""44924493#: builtin/checkout.c:12574494#, c-format4495msgid ""4496"Cannot update paths and switch to branch '%s' at the same time.\n"4497"Did you intend to checkout '%s' which can not be resolved as commit?"4498msgstr ""44994500#: builtin/checkout.c:12624501#, c-format4502msgid "git checkout: --detach does not take a path argument '%s'"4503msgstr ""45044505#: builtin/checkout.c:12664506msgid ""4507"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"4508"checking out of the index."4509msgstr ""45104511#: builtin/clean.c:254512msgid ""4513"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."4514msgstr ""45154516#: builtin/clean.c:294517#, c-format4518msgid "Removing %s\n"4519msgstr ""45204521#: builtin/clean.c:304522#, c-format4523msgid "Would remove %s\n"4524msgstr ""45254526#: builtin/clean.c:314527#, c-format4528msgid "Skipping repository %s\n"4529msgstr ""45304531#: builtin/clean.c:324532#, c-format4533msgid "Would skip repository %s\n"4534msgstr ""45354536#: builtin/clean.c:334537#, c-format4538msgid "failed to remove %s"4539msgstr ""45404541#: builtin/clean.c:2914542msgid ""4543"Prompt help:\n"4544"1 - select a numbered item\n"4545"foo - select item based on unique prefix\n"4546" - (empty) select nothing"4547msgstr ""45484549#: builtin/clean.c:2954550msgid ""4551"Prompt help:\n"4552"1 - select a single item\n"4553"3-5 - select a range of items\n"4554"2-3,6-9 - select multiple ranges\n"4555"foo - select item based on unique prefix\n"4556"-... - unselect specified items\n"4557"* - choose all items\n"4558" - (empty) finish selecting"4559msgstr ""45604561#: builtin/clean.c:5114562#, c-format4563msgid "Huh (%s)?"4564msgstr ""45654566#: builtin/clean.c:6534567#, c-format4568msgid "Input ignore patterns>> "4569msgstr ""45704571#: builtin/clean.c:6904572#, c-format4573msgid "WARNING: Cannot find items matched by: %s"4574msgstr ""45754576#: builtin/clean.c:7114577msgid "Select items to delete"4578msgstr ""45794580#. TRANSLATORS: Make sure to keep [y/N] as is4581#: builtin/clean.c:7524582#, c-format4583msgid "Remove %s [y/N]? "4584msgstr ""45854586#: builtin/clean.c:7774587msgid "Bye."4588msgstr ""45894590#: builtin/clean.c:7854591msgid ""4592"clean - start cleaning\n"4593"filter by pattern - exclude items from deletion\n"4594"select by numbers - select items to be deleted by numbers\n"4595"ask each - confirm each deletion (like \"rm -i\")\n"4596"quit - stop cleaning\n"4597"help - this screen\n"4598"? - help for prompt selection"4599msgstr ""46004601#: builtin/clean.c:8124602msgid "*** Commands ***"4603msgstr ""46044605#: builtin/clean.c:8134606msgid "What now"4607msgstr ""46084609#: builtin/clean.c:8214610msgid "Would remove the following item:"4611msgid_plural "Would remove the following items:"4612msgstr[0] ""4613msgstr[1] ""46144615#: builtin/clean.c:8384616msgid "No more files to clean, exiting."4617msgstr ""46184619#: builtin/clean.c:8694620msgid "do not print names of files removed"4621msgstr ""46224623#: builtin/clean.c:8714624msgid "force"4625msgstr ""46264627#: builtin/clean.c:8724628msgid "interactive cleaning"4629msgstr ""46304631#: builtin/clean.c:8744632msgid "remove whole directories"4633msgstr ""46344635#: builtin/clean.c:875 builtin/describe.c:407 builtin/grep.c:7244636#: builtin/ls-files.c:456 builtin/name-rev.c:314 builtin/show-ref.c:1824637msgid "pattern"4638msgstr ""46394640#: builtin/clean.c:8764641msgid "add <pattern> to ignore rules"4642msgstr ""46434644#: builtin/clean.c:8774645msgid "remove ignored files, too"4646msgstr ""46474648#: builtin/clean.c:8794649msgid "remove only ignored files"4650msgstr ""46514652#: builtin/clean.c:8974653msgid "-x and -X cannot be used together"4654msgstr ""46554656#: builtin/clean.c:9014657msgid ""4658"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "4659"clean"4660msgstr ""46614662#: builtin/clean.c:9044663msgid ""4664"clean.requireForce defaults to true and neither -i, -n, nor -f given; "4665"refusing to clean"4666msgstr ""46674668#: builtin/clone.c:374669msgid "git clone [<options>] [--] <repo> [<dir>]"4670msgstr ""46714672#: builtin/clone.c:624673msgid "don't create a checkout"4674msgstr ""46754676#: builtin/clone.c:63 builtin/clone.c:65 builtin/init-db.c:4734677msgid "create a bare repository"4678msgstr ""46794680#: builtin/clone.c:674681msgid "create a mirror repository (implies bare)"4682msgstr ""46834684#: builtin/clone.c:694685msgid "to clone from a local repository"4686msgstr ""46874688#: builtin/clone.c:714689msgid "don't use local hardlinks, always copy"4690msgstr ""46914692#: builtin/clone.c:734693msgid "setup as shared repository"4694msgstr ""46954696#: builtin/clone.c:75 builtin/clone.c:774697msgid "initialize submodules in the clone"4698msgstr ""46994700#: builtin/clone.c:794701msgid "number of submodules cloned in parallel"4702msgstr ""47034704#: builtin/clone.c:80 builtin/init-db.c:4704705msgid "template-directory"4706msgstr ""47074708#: builtin/clone.c:81 builtin/init-db.c:4714709msgid "directory from which templates will be used"4710msgstr ""47114712#: builtin/clone.c:83 builtin/submodule--helper.c:4984713#: builtin/submodule--helper.c:7774714msgid "reference repository"4715msgstr ""47164717#: builtin/clone.c:854718msgid "use --reference only while cloning"4719msgstr ""47204721#: builtin/clone.c:86 builtin/column.c:26 builtin/merge-file.c:444722msgid "name"4723msgstr ""47244725#: builtin/clone.c:874726msgid "use <name> instead of 'origin' to track upstream"4727msgstr ""47284729#: builtin/clone.c:894730msgid "checkout <branch> instead of the remote's HEAD"4731msgstr ""47324733#: builtin/clone.c:914734msgid "path to git-upload-pack on the remote"4735msgstr ""47364737#: builtin/clone.c:92 builtin/fetch.c:117 builtin/grep.c:6674738#: builtin/pull.c:2014739msgid "depth"4740msgstr ""47414742#: builtin/clone.c:934743msgid "create a shallow clone of that depth"4744msgstr ""47454746#: builtin/clone.c:954747msgid "clone only one branch, HEAD or --branch"4748msgstr ""47494750#: builtin/clone.c:974751msgid "any cloned submodules will be shallow"4752msgstr ""47534754#: builtin/clone.c:98 builtin/init-db.c:4794755msgid "gitdir"4756msgstr ""47574758#: builtin/clone.c:99 builtin/init-db.c:4804759msgid "separate git dir from working tree"4760msgstr ""47614762#: builtin/clone.c:1004763msgid "key=value"4764msgstr ""47654766#: builtin/clone.c:1014767msgid "set config inside the new repository"4768msgstr ""47694770#: builtin/clone.c:102 builtin/fetch.c:131 builtin/push.c:5364771msgid "use IPv4 addresses only"4772msgstr ""47734774#: builtin/clone.c:104 builtin/fetch.c:133 builtin/push.c:5384775msgid "use IPv6 addresses only"4776msgstr ""47774778#: builtin/clone.c:2414779msgid ""4780"No directory name could be guessed.\n"4781"Please specify a directory on the command line"4782msgstr ""47834784#: builtin/clone.c:3074785#, c-format4786msgid "reference repository '%s' as a linked checkout is not supported yet."4787msgstr ""47884789#: builtin/clone.c:3094790#, c-format4791msgid "reference repository '%s' is not a local repository."4792msgstr ""47934794#: builtin/clone.c:3144795#, c-format4796msgid "reference repository '%s' is shallow"4797msgstr ""47984799#: builtin/clone.c:3174800#, c-format4801msgid "reference repository '%s' is grafted"4802msgstr ""48034804#: builtin/clone.c:3844805#, c-format4806msgid "%s exists and is not a directory"4807msgstr ""48084809#: builtin/clone.c:3984810#, c-format4811msgid "failed to stat %s\n"4812msgstr ""48134814#: builtin/clone.c:4204815#, c-format4816msgid "failed to create link '%s'"4817msgstr ""48184819#: builtin/clone.c:4244820#, c-format4821msgid "failed to copy file to '%s'"4822msgstr ""48234824#: builtin/clone.c:449 builtin/clone.c:6334825#, c-format4826msgid "done.\n"4827msgstr ""48284829#: builtin/clone.c:4614830msgid ""4831"Clone succeeded, but checkout failed.\n"4832"You can inspect what was checked out with 'git status'\n"4833"and retry the checkout with 'git checkout -f HEAD'\n"4834msgstr ""48354836#: builtin/clone.c:5384837#, c-format4838msgid "Could not find remote branch %s to clone."4839msgstr ""48404841#: builtin/clone.c:6284842#, c-format4843msgid "Checking connectivity... "4844msgstr ""48454846#: builtin/clone.c:6314847msgid "remote did not send all necessary objects"4848msgstr ""48494850#: builtin/clone.c:6494851#, c-format4852msgid "unable to update %s"4853msgstr ""48544855#: builtin/clone.c:6984856msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"4857msgstr ""48584859#: builtin/clone.c:7294860msgid "unable to checkout working tree"4861msgstr ""48624863#: builtin/clone.c:7674864msgid "unable to write parameters to config file"4865msgstr ""48664867#: builtin/clone.c:8304868msgid "cannot repack to clean up"4869msgstr ""48704871#: builtin/clone.c:8324872msgid "cannot unlink temporary alternates file"4873msgstr ""48744875#: builtin/clone.c:864 builtin/receive-pack.c:17314876msgid "Too many arguments."4877msgstr ""48784879#: builtin/clone.c:8684880msgid "You must specify a repository to clone."4881msgstr ""48824883#: builtin/clone.c:8794884#, c-format4885msgid "--bare and --origin %s options are incompatible."4886msgstr ""48874888#: builtin/clone.c:8824889msgid "--bare and --separate-git-dir are incompatible."4890msgstr ""48914892#: builtin/clone.c:8954893#, c-format4894msgid "repository '%s' does not exist"4895msgstr ""48964897#: builtin/clone.c:901 builtin/fetch.c:11744898#, c-format4899msgid "depth %s is not a positive number"4900msgstr ""49014902#: builtin/clone.c:9114903#, c-format4904msgid "destination path '%s' already exists and is not an empty directory."4905msgstr ""49064907#: builtin/clone.c:9214908#, c-format4909msgid "working tree '%s' already exists."4910msgstr ""49114912#: builtin/clone.c:936 builtin/clone.c:947 builtin/submodule--helper.c:5474913#: builtin/worktree.c:220 builtin/worktree.c:2474914#, c-format4915msgid "could not create leading directories of '%s'"4916msgstr ""49174918#: builtin/clone.c:9394919#, c-format4920msgid "could not create work tree dir '%s'"4921msgstr ""49224923#: builtin/clone.c:9574924#, c-format4925msgid "Cloning into bare repository '%s'...\n"4926msgstr ""49274928#: builtin/clone.c:9594929#, c-format4930msgid "Cloning into '%s'...\n"4931msgstr ""49324933#: builtin/clone.c:9984934msgid "--depth is ignored in local clones; use file:// instead."4935msgstr ""49364937#: builtin/clone.c:10014938msgid "source repository is shallow, ignoring --local"4939msgstr ""49404941#: builtin/clone.c:10064942msgid "--local is ignored"4943msgstr ""49444945#: builtin/clone.c:10104946#, c-format4947msgid "Don't know how to clone %s"4948msgstr ""49494950#: builtin/clone.c:1059 builtin/clone.c:10674951#, c-format4952msgid "Remote branch %s not found in upstream %s"4953msgstr ""49544955#: builtin/clone.c:10704956msgid "You appear to have cloned an empty repository."4957msgstr ""49584959#: builtin/column.c:94960msgid "git column [<options>]"4961msgstr ""49624963#: builtin/column.c:264964msgid "lookup config vars"4965msgstr ""49664967#: builtin/column.c:27 builtin/column.c:284968msgid "layout to use"4969msgstr ""49704971#: builtin/column.c:294972msgid "Maximum width"4973msgstr ""49744975#: builtin/column.c:304976msgid "Padding space on left border"4977msgstr ""49784979#: builtin/column.c:314980msgid "Padding space on right border"4981msgstr ""49824983#: builtin/column.c:324984msgid "Padding space between columns"4985msgstr ""49864987#: builtin/column.c:514988msgid "--command must be the first argument"4989msgstr ""49904991#: builtin/commit.c:384992msgid "git commit [<options>] [--] <pathspec>..."4993msgstr ""49944995#: builtin/commit.c:434996msgid "git status [<options>] [--] <pathspec>..."4997msgstr ""49984999#: builtin/commit.c:485000msgid ""5001"Your name and email address were configured automatically based\n"5002"on your username and hostname. Please check that they are accurate.\n"5003"You can suppress this message by setting them explicitly. Run the\n"5004"following command and follow the instructions in your editor to edit\n"5005"your configuration file:\n"5006"\n"5007" git config --global --edit\n"5008"\n"5009"After doing this, you may fix the identity used for this commit with:\n"5010"\n"5011" git commit --amend --reset-author\n"5012msgstr ""50135014#: builtin/commit.c:615015msgid ""5016"Your name and email address were configured automatically based\n"5017"on your username and hostname. Please check that they are accurate.\n"5018"You can suppress this message by setting them explicitly:\n"5019"\n"5020" git config --global user.name \"Your Name\"\n"5021" git config --global user.email you@example.com\n"5022"\n"5023"After doing this, you may fix the identity used for this commit with:\n"5024"\n"5025" git commit --amend --reset-author\n"5026msgstr ""50275028#: builtin/commit.c:735029msgid ""5030"You asked to amend the most recent commit, but doing so would make\n"5031"it empty. You can repeat your command with --allow-empty, or you can\n"5032"remove the commit entirely with \"git reset HEAD^\".\n"5033msgstr ""50345035#: builtin/commit.c:785036msgid ""5037"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"5038"If you wish to commit it anyway, use:\n"5039"\n"5040" git commit --allow-empty\n"5041"\n"5042msgstr ""50435044#: builtin/commit.c:855045msgid "Otherwise, please use 'git reset'\n"5046msgstr ""50475048#: builtin/commit.c:885049msgid ""5050"If you wish to skip this commit, use:\n"5051"\n"5052" git reset\n"5053"\n"5054"Then \"git cherry-pick --continue\" will resume cherry-picking\n"5055"the remaining commits.\n"5056msgstr ""50575058#: builtin/commit.c:3075059msgid "failed to unpack HEAD tree object"5060msgstr ""50615062#: builtin/commit.c:3485063msgid "unable to create temporary index"5064msgstr ""50655066#: builtin/commit.c:3545067msgid "interactive add failed"5068msgstr ""50695070#: builtin/commit.c:3675071msgid "unable to update temporary index"5072msgstr ""50735074#: builtin/commit.c:3695075msgid "Failed to update main cache tree"5076msgstr ""50775078#: builtin/commit.c:393 builtin/commit.c:416 builtin/commit.c:4655079msgid "unable to write new_index file"5080msgstr ""50815082#: builtin/commit.c:4475083msgid "cannot do a partial commit during a merge."5084msgstr ""50855086#: builtin/commit.c:4495087msgid "cannot do a partial commit during a cherry-pick."5088msgstr ""50895090#: builtin/commit.c:4585091msgid "cannot read the index"5092msgstr ""50935094#: builtin/commit.c:4775095msgid "unable to write temporary index file"5096msgstr ""50975098#: builtin/commit.c:5825099#, c-format5100msgid "commit '%s' lacks author header"5101msgstr ""51025103#: builtin/commit.c:5845104#, c-format5105msgid "commit '%s' has malformed author line"5106msgstr ""51075108#: builtin/commit.c:6035109msgid "malformed --author parameter"5110msgstr ""51115112#: builtin/commit.c:6115113#, c-format5114msgid "invalid date format: %s"5115msgstr ""51165117#: builtin/commit.c:6555118msgid ""5119"unable to select a comment character that is not used\n"5120"in the current commit message"5121msgstr ""51225123#: builtin/commit.c:692 builtin/commit.c:725 builtin/commit.c:10915124#, c-format5125msgid "could not lookup commit %s"5126msgstr ""51275128#: builtin/commit.c:704 builtin/shortlog.c:2855129#, c-format5130msgid "(reading log message from standard input)\n"5131msgstr ""51325133#: builtin/commit.c:7065134msgid "could not read log from standard input"5135msgstr ""51365137#: builtin/commit.c:7105138#, c-format5139msgid "could not read log file '%s'"5140msgstr ""51415142#: builtin/commit.c:737 builtin/commit.c:7455143msgid "could not read SQUASH_MSG"5144msgstr ""51455146#: builtin/commit.c:7425147msgid "could not read MERGE_MSG"5148msgstr ""51495150#: builtin/commit.c:7965151msgid "could not write commit template"5152msgstr ""51535154#: builtin/commit.c:8145155#, c-format5156msgid ""5157"\n"5158"It looks like you may be committing a merge.\n"5159"If this is not correct, please remove the file\n"5160"\t%s\n"5161"and try again.\n"5162msgstr ""51635164#: builtin/commit.c:8195165#, c-format5166msgid ""5167"\n"5168"It looks like you may be committing a cherry-pick.\n"5169"If this is not correct, please remove the file\n"5170"\t%s\n"5171"and try again.\n"5172msgstr ""51735174#: builtin/commit.c:8325175#, c-format5176msgid ""5177"Please enter the commit message for your changes. Lines starting\n"5178"with '%c' will be ignored, and an empty message aborts the commit.\n"5179msgstr ""51805181#: builtin/commit.c:8395182#, c-format5183msgid ""5184"Please enter the commit message for your changes. Lines starting\n"5185"with '%c' will be kept; you may remove them yourself if you want to.\n"5186"An empty message aborts the commit.\n"5187msgstr ""51885189#: builtin/commit.c:8595190#, c-format5191msgid "%sAuthor: %.*s <%.*s>"5192msgstr ""51935194#: builtin/commit.c:8675195#, c-format5196msgid "%sDate: %s"5197msgstr ""51985199#: builtin/commit.c:8745200#, c-format5201msgid "%sCommitter: %.*s <%.*s>"5202msgstr ""52035204#: builtin/commit.c:8925205msgid "Cannot read index"5206msgstr ""52075208#: builtin/commit.c:9495209msgid "Error building trees"5210msgstr ""52115212#: builtin/commit.c:964 builtin/tag.c:2665213#, c-format5214msgid "Please supply the message using either -m or -F option.\n"5215msgstr ""52165217#: builtin/commit.c:10665218#, c-format5219msgid "--author '%s' is not 'Name <email>' and matches no existing author"5220msgstr ""52215222#: builtin/commit.c:1081 builtin/commit.c:13215223#, c-format5224msgid "Invalid untracked files mode '%s'"5225msgstr ""52265227#: builtin/commit.c:11185228msgid "--long and -z are incompatible"5229msgstr ""52305231#: builtin/commit.c:11485232msgid "Using both --reset-author and --author does not make sense"5233msgstr ""52345235#: builtin/commit.c:11575236msgid "You have nothing to amend."5237msgstr ""52385239#: builtin/commit.c:11605240msgid "You are in the middle of a merge -- cannot amend."5241msgstr ""52425243#: builtin/commit.c:11625244msgid "You are in the middle of a cherry-pick -- cannot amend."5245msgstr ""52465247#: builtin/commit.c:11655248msgid "Options --squash and --fixup cannot be used together"5249msgstr ""52505251#: builtin/commit.c:11755252msgid "Only one of -c/-C/-F/--fixup can be used."5253msgstr ""52545255#: builtin/commit.c:11775256msgid "Option -m cannot be combined with -c/-C/-F/--fixup."5257msgstr ""52585259#: builtin/commit.c:11855260msgid "--reset-author can be used only with -C, -c or --amend."5261msgstr ""52625263#: builtin/commit.c:12025264msgid "Only one of --include/--only/--all/--interactive/--patch can be used."5265msgstr ""52665267#: builtin/commit.c:12045268msgid "No paths with --include/--only does not make sense."5269msgstr ""52705271#: builtin/commit.c:12065272msgid "Clever... amending the last one with dirty index."5273msgstr ""52745275#: builtin/commit.c:12085276msgid "Explicit paths specified without -i or -o; assuming --only paths..."5277msgstr ""52785279#: builtin/commit.c:1220 builtin/tag.c:4745280#, c-format5281msgid "Invalid cleanup mode %s"5282msgstr ""52835284#: builtin/commit.c:12255285msgid "Paths with -a does not make sense."5286msgstr ""52875288#: builtin/commit.c:1335 builtin/commit.c:16215289msgid "show status concisely"5290msgstr ""52915292#: builtin/commit.c:1337 builtin/commit.c:16235293msgid "show branch information"5294msgstr ""52955296#: builtin/commit.c:1339 builtin/commit.c:1625 builtin/push.c:5125297#: builtin/worktree.c:4375298msgid "machine-readable output"5299msgstr ""53005301#: builtin/commit.c:1342 builtin/commit.c:16275302msgid "show status in long format (default)"5303msgstr ""53045305#: builtin/commit.c:1345 builtin/commit.c:16305306msgid "terminate entries with NUL"5307msgstr ""53085309#: builtin/commit.c:1347 builtin/commit.c:1633 builtin/fast-export.c:9815310#: builtin/fast-export.c:984 builtin/tag.c:3535311msgid "mode"5312msgstr ""53135314#: builtin/commit.c:1348 builtin/commit.c:16335315msgid "show untracked files, optional modes: all, normal, no. (Default: all)"5316msgstr ""53175318#: builtin/commit.c:13515319msgid "show ignored files"5320msgstr ""53215322#: builtin/commit.c:1352 parse-options.h:1555323msgid "when"5324msgstr ""53255326#: builtin/commit.c:13535327msgid ""5328"ignore changes to submodules, optional when: all, dirty, untracked. "5329"(Default: all)"5330msgstr ""53315332#: builtin/commit.c:13555333msgid "list untracked files in columns"5334msgstr ""53355336#: builtin/commit.c:14415337msgid "couldn't look up newly created commit"5338msgstr ""53395340#: builtin/commit.c:14435341msgid "could not parse newly created commit"5342msgstr ""53435344#: builtin/commit.c:14885345msgid "detached HEAD"5346msgstr ""53475348#: builtin/commit.c:14915349msgid " (root-commit)"5350msgstr ""53515352#: builtin/commit.c:15915353msgid "suppress summary after successful commit"5354msgstr ""53555356#: builtin/commit.c:15925357msgid "show diff in commit message template"5358msgstr ""53595360#: builtin/commit.c:15945361msgid "Commit message options"5362msgstr ""53635364#: builtin/commit.c:1595 builtin/tag.c:3515365msgid "read message from file"5366msgstr ""53675368#: builtin/commit.c:15965369msgid "author"5370msgstr ""53715372#: builtin/commit.c:15965373msgid "override author for commit"5374msgstr ""53755376#: builtin/commit.c:1597 builtin/gc.c:3265377msgid "date"5378msgstr ""53795380#: builtin/commit.c:15975381msgid "override date for commit"5382msgstr ""53835384#: builtin/commit.c:1598 builtin/merge.c:219 builtin/notes.c:3955385#: builtin/notes.c:558 builtin/tag.c:3495386msgid "message"5387msgstr ""53885389#: builtin/commit.c:15985390msgid "commit message"5391msgstr ""53925393#: builtin/commit.c:1599 builtin/commit.c:1600 builtin/commit.c:16015394#: builtin/commit.c:1602 parse-options.h:256 ref-filter.h:795395msgid "commit"5396msgstr ""53975398#: builtin/commit.c:15995399msgid "reuse and edit message from specified commit"5400msgstr ""54015402#: builtin/commit.c:16005403msgid "reuse message from specified commit"5404msgstr ""54055406#: builtin/commit.c:16015407msgid "use autosquash formatted message to fixup specified commit"5408msgstr ""54095410#: builtin/commit.c:16025411msgid "use autosquash formatted message to squash specified commit"5412msgstr ""54135414#: builtin/commit.c:16035415msgid "the commit is authored by me now (used with -C/-c/--amend)"5416msgstr ""54175418#: builtin/commit.c:1604 builtin/log.c:1382 builtin/revert.c:865419msgid "add Signed-off-by:"5420msgstr ""54215422#: builtin/commit.c:16055423msgid "use specified template file"5424msgstr ""54255426#: builtin/commit.c:16065427msgid "force edit of commit"5428msgstr ""54295430#: builtin/commit.c:16075431msgid "default"5432msgstr ""54335434#: builtin/commit.c:1607 builtin/tag.c:3545435msgid "how to strip spaces and #comments from message"5436msgstr ""54375438#: builtin/commit.c:16085439msgid "include status in commit message template"5440msgstr ""54415442#: builtin/commit.c:1610 builtin/merge.c:229 builtin/pull.c:1655443#: builtin/revert.c:935444msgid "GPG sign commit"5445msgstr ""54465447#: builtin/commit.c:16135448msgid "Commit contents options"5449msgstr ""54505451#: builtin/commit.c:16145452msgid "commit all changed files"5453msgstr ""54545455#: builtin/commit.c:16155456msgid "add specified files to index for commit"5457msgstr ""54585459#: builtin/commit.c:16165460msgid "interactively add files"5461msgstr ""54625463#: builtin/commit.c:16175464msgid "interactively add changes"5465msgstr ""54665467#: builtin/commit.c:16185468msgid "commit only specified files"5469msgstr ""54705471#: builtin/commit.c:16195472msgid "bypass pre-commit hook"5473msgstr ""54745475#: builtin/commit.c:16205476msgid "show what would be committed"5477msgstr ""54785479#: builtin/commit.c:16315480msgid "amend previous commit"5481msgstr ""54825483#: builtin/commit.c:16325484msgid "bypass post-rewrite hook"5485msgstr ""54865487#: builtin/commit.c:16375488msgid "ok to record an empty change"5489msgstr ""54905491#: builtin/commit.c:16395492msgid "ok to record a change with an empty message"5493msgstr ""54945495#: builtin/commit.c:16685496msgid "could not parse HEAD commit"5497msgstr ""54985499#: builtin/commit.c:17185500#, c-format5501msgid "Corrupt MERGE_HEAD file (%s)"5502msgstr ""55035504#: builtin/commit.c:17255505msgid "could not read MERGE_MODE"5506msgstr ""55075508#: builtin/commit.c:17445509#, c-format5510msgid "could not read commit message: %s"5511msgstr ""55125513#: builtin/commit.c:17555514#, c-format5515msgid "Aborting commit; you did not edit the message.\n"5516msgstr ""55175518#: builtin/commit.c:17605519#, c-format5520msgid "Aborting commit due to empty commit message.\n"5521msgstr ""55225523#: builtin/commit.c:18085524msgid ""5525"Repository has been updated, but unable to write\n"5526"new_index file. Check that disk is not full and quota is\n"5527"not exceeded, and then \"git reset HEAD\" to recover."5528msgstr ""55295530#: builtin/config.c:95531msgid "git config [<options>]"5532msgstr ""55335534#: builtin/config.c:565535msgid "Config file location"5536msgstr ""55375538#: builtin/config.c:575539msgid "use global config file"5540msgstr ""55415542#: builtin/config.c:585543msgid "use system config file"5544msgstr ""55455546#: builtin/config.c:595547msgid "use repository config file"5548msgstr ""55495550#: builtin/config.c:605551msgid "use given config file"5552msgstr ""55535554#: builtin/config.c:615555msgid "blob-id"5556msgstr ""55575558#: builtin/config.c:615559msgid "read config from given blob object"5560msgstr ""55615562#: builtin/config.c:625563msgid "Action"5564msgstr ""55655566#: builtin/config.c:635567msgid "get value: name [value-regex]"5568msgstr ""55695570#: builtin/config.c:645571msgid "get all values: key [value-regex]"5572msgstr ""55735574#: builtin/config.c:655575msgid "get values for regexp: name-regex [value-regex]"5576msgstr ""55775578#: builtin/config.c:665579msgid "get value specific for the URL: section[.var] URL"5580msgstr ""55815582#: builtin/config.c:675583msgid "replace all matching variables: name value [value_regex]"5584msgstr ""55855586#: builtin/config.c:685587msgid "add a new variable: name value"5588msgstr ""55895590#: builtin/config.c:695591msgid "remove a variable: name [value-regex]"5592msgstr ""55935594#: builtin/config.c:705595msgid "remove all matches: name [value-regex]"5596msgstr ""55975598#: builtin/config.c:715599msgid "rename section: old-name new-name"5600msgstr ""56015602#: builtin/config.c:725603msgid "remove a section: name"5604msgstr ""56055606#: builtin/config.c:735607msgid "list all"5608msgstr ""56095610#: builtin/config.c:745611msgid "open an editor"5612msgstr ""56135614#: builtin/config.c:755615msgid "find the color configured: slot [default]"5616msgstr ""56175618#: builtin/config.c:765619msgid "find the color setting: slot [stdout-is-tty]"5620msgstr ""56215622#: builtin/config.c:775623msgid "Type"5624msgstr ""56255626#: builtin/config.c:785627msgid "value is \"true\" or \"false\""5628msgstr ""56295630#: builtin/config.c:795631msgid "value is decimal number"5632msgstr ""56335634#: builtin/config.c:805635msgid "value is --bool or --int"5636msgstr ""56375638#: builtin/config.c:815639msgid "value is a path (file or directory name)"5640msgstr ""56415642#: builtin/config.c:825643msgid "Other"5644msgstr ""56455646#: builtin/config.c:835647msgid "terminate values with NUL byte"5648msgstr ""56495650#: builtin/config.c:845651msgid "show variable names only"5652msgstr ""56535654#: builtin/config.c:855655msgid "respect include directives on lookup"5656msgstr ""56575658#: builtin/config.c:865659msgid "show origin of config (file, standard input, blob, command line)"5660msgstr ""56615662#: builtin/config.c:3285663msgid "unable to parse default color value"5664msgstr ""56655666#: builtin/config.c:4725667#, c-format5668msgid ""5669"# This is Git's per-user configuration file.\n"5670"[user]\n"5671"# Please adapt and uncomment the following lines:\n"5672"#\tname = %s\n"5673"#\temail = %s\n"5674msgstr ""56755676#: builtin/config.c:6145677#, c-format5678msgid "cannot create configuration file %s"5679msgstr ""56805681#: builtin/count-objects.c:775682msgid "git count-objects [-v] [-H | --human-readable]"5683msgstr ""56845685#: builtin/count-objects.c:875686msgid "print sizes in human readable format"5687msgstr ""56885689#: builtin/describe.c:175690msgid "git describe [<options>] [<commit-ish>...]"5691msgstr ""56925693#: builtin/describe.c:185694msgid "git describe [<options>] --dirty"5695msgstr ""56965697#: builtin/describe.c:2175698#, c-format5699msgid "annotated tag %s not available"5700msgstr ""57015702#: builtin/describe.c:2215703#, c-format5704msgid "annotated tag %s has no embedded name"5705msgstr ""57065707#: builtin/describe.c:2235708#, c-format5709msgid "tag '%s' is really '%s' here"5710msgstr ""57115712#: builtin/describe.c:250 builtin/log.c:4655713#, c-format5714msgid "Not a valid object name %s"5715msgstr ""57165717#: builtin/describe.c:2535718#, c-format5719msgid "%s is not a valid '%s' object"5720msgstr ""57215722#: builtin/describe.c:2705723#, c-format5724msgid "no tag exactly matches '%s'"5725msgstr ""57265727#: builtin/describe.c:2725728#, c-format5729msgid "searching to describe %s\n"5730msgstr ""57315732#: builtin/describe.c:3195733#, c-format5734msgid "finished search at %s\n"5735msgstr ""57365737#: builtin/describe.c:3465738#, c-format5739msgid ""5740"No annotated tags can describe '%s'.\n"5741"However, there were unannotated tags: try --tags."5742msgstr ""57435744#: builtin/describe.c:3505745#, c-format5746msgid ""5747"No tags can describe '%s'.\n"5748"Try --always, or create some tags."5749msgstr ""57505751#: builtin/describe.c:3715752#, c-format5753msgid "traversed %lu commits\n"5754msgstr ""57555756#: builtin/describe.c:3745757#, c-format5758msgid ""5759"more than %i tags found; listed %i most recent\n"5760"gave up search at %s\n"5761msgstr ""57625763#: builtin/describe.c:3965764msgid "find the tag that comes after the commit"5765msgstr ""57665767#: builtin/describe.c:3975768msgid "debug search strategy on stderr"5769msgstr ""57705771#: builtin/describe.c:3985772msgid "use any ref"5773msgstr ""57745775#: builtin/describe.c:3995776msgid "use any tag, even unannotated"5777msgstr ""57785779#: builtin/describe.c:4005780msgid "always use long format"5781msgstr ""57825783#: builtin/describe.c:4015784msgid "only follow first parent"5785msgstr ""57865787#: builtin/describe.c:4045788msgid "only output exact matches"5789msgstr ""57905791#: builtin/describe.c:4065792msgid "consider <n> most recent tags (default: 10)"5793msgstr ""57945795#: builtin/describe.c:4085796msgid "only consider tags matching <pattern>"5797msgstr ""57985799#: builtin/describe.c:410 builtin/name-rev.c:3215800msgid "show abbreviated commit object as fallback"5801msgstr ""58025803#: builtin/describe.c:4115804msgid "mark"5805msgstr ""58065807#: builtin/describe.c:4125808msgid "append <mark> on dirty working tree (default: \"-dirty\")"5809msgstr ""58105811#: builtin/describe.c:4305812msgid "--long is incompatible with --abbrev=0"5813msgstr ""58145815#: builtin/describe.c:4565816msgid "No names found, cannot describe anything."5817msgstr ""58185819#: builtin/describe.c:4765820msgid "--dirty is incompatible with commit-ishes"5821msgstr ""58225823#: builtin/diff.c:865824#, c-format5825msgid "'%s': not a regular file or symlink"5826msgstr ""58275828#: builtin/diff.c:2375829#, c-format5830msgid "invalid option: %s"5831msgstr ""58325833#: builtin/diff.c:3605834msgid "Not a git repository"5835msgstr ""58365837#: builtin/diff.c:4035838#, c-format5839msgid "invalid object '%s' given."5840msgstr ""58415842#: builtin/diff.c:4125843#, c-format5844msgid "more than two blobs given: '%s'"5845msgstr ""58465847#: builtin/diff.c:4195848#, c-format5849msgid "unhandled object '%s' given."5850msgstr ""58515852#: builtin/fast-export.c:255853msgid "git fast-export [rev-list-opts]"5854msgstr ""58555856#: builtin/fast-export.c:9805857msgid "show progress after <n> objects"5858msgstr ""58595860#: builtin/fast-export.c:9825861msgid "select handling of signed tags"5862msgstr ""58635864#: builtin/fast-export.c:9855865msgid "select handling of tags that tag filtered objects"5866msgstr ""58675868#: builtin/fast-export.c:9885869msgid "Dump marks to this file"5870msgstr ""58715872#: builtin/fast-export.c:9905873msgid "Import marks from this file"5874msgstr ""58755876#: builtin/fast-export.c:9925877msgid "Fake a tagger when tags lack one"5878msgstr ""58795880#: builtin/fast-export.c:9945881msgid "Output full tree for each commit"5882msgstr ""58835884#: builtin/fast-export.c:9965885msgid "Use the done feature to terminate the stream"5886msgstr ""58875888#: builtin/fast-export.c:9975889msgid "Skip output of blob data"5890msgstr ""58915892#: builtin/fast-export.c:9985893msgid "refspec"5894msgstr ""58955896#: builtin/fast-export.c:9995897msgid "Apply refspec to exported refs"5898msgstr ""58995900#: builtin/fast-export.c:10005901msgid "anonymize output"5902msgstr ""59035904#: builtin/fetch.c:205905msgid "git fetch [<options>] [<repository> [<refspec>...]]"5906msgstr ""59075908#: builtin/fetch.c:215909msgid "git fetch [<options>] <group>"5910msgstr ""59115912#: builtin/fetch.c:225913msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"5914msgstr ""59155916#: builtin/fetch.c:235917msgid "git fetch --all [<options>]"5918msgstr ""59195920#: builtin/fetch.c:92 builtin/pull.c:1745921msgid "fetch from all remotes"5922msgstr ""59235924#: builtin/fetch.c:94 builtin/pull.c:1775925msgid "append to .git/FETCH_HEAD instead of overwriting"5926msgstr ""59275928#: builtin/fetch.c:96 builtin/pull.c:1805929msgid "path to upload pack on remote end"5930msgstr ""59315932#: builtin/fetch.c:97 builtin/pull.c:1825933msgid "force overwrite of local branch"5934msgstr ""59355936#: builtin/fetch.c:995937msgid "fetch from multiple remotes"5938msgstr ""59395940#: builtin/fetch.c:101 builtin/pull.c:1845941msgid "fetch all tags and associated objects"5942msgstr ""59435944#: builtin/fetch.c:1035945msgid "do not fetch all tags (--no-tags)"5946msgstr ""59475948#: builtin/fetch.c:1055949msgid "number of submodules fetched in parallel"5950msgstr ""59515952#: builtin/fetch.c:107 builtin/pull.c:1875953msgid "prune remote-tracking branches no longer on remote"5954msgstr ""59555956#: builtin/fetch.c:108 builtin/pull.c:1905957msgid "on-demand"5958msgstr ""59595960#: builtin/fetch.c:109 builtin/pull.c:1915961msgid "control recursive fetching of submodules"5962msgstr ""59635964#: builtin/fetch.c:113 builtin/pull.c:1995965msgid "keep downloaded pack"5966msgstr ""59675968#: builtin/fetch.c:1155969msgid "allow updating of HEAD ref"5970msgstr ""59715972#: builtin/fetch.c:118 builtin/pull.c:2025973msgid "deepen history of shallow clone"5974msgstr ""59755976#: builtin/fetch.c:120 builtin/pull.c:2055977msgid "convert to a complete repository"5978msgstr ""59795980#: builtin/fetch.c:122 builtin/log.c:13995981msgid "dir"5982msgstr ""59835984#: builtin/fetch.c:1235985msgid "prepend this to submodule path output"5986msgstr ""59875988#: builtin/fetch.c:1265989msgid "default mode for recursion"5990msgstr ""59915992#: builtin/fetch.c:128 builtin/pull.c:2085993msgid "accept refs that update .git/shallow"5994msgstr ""59955996#: builtin/fetch.c:129 builtin/pull.c:2105997msgid "refmap"5998msgstr ""59996000#: builtin/fetch.c:130 builtin/pull.c:2116001msgid "specify fetch refmap"6002msgstr ""60036004#: builtin/fetch.c:3866005msgid "Couldn't find remote ref HEAD"6006msgstr ""60076008#: builtin/fetch.c:4666009#, c-format6010msgid "object %s not found"6011msgstr ""60126013#: builtin/fetch.c:4716014msgid "[up to date]"6015msgstr ""60166017#: builtin/fetch.c:4856018#, c-format6019msgid "! %-*s %-*s -> %s (can't fetch in current branch)"6020msgstr ""60216022#: builtin/fetch.c:486 builtin/fetch.c:5746023msgid "[rejected]"6024msgstr ""60256026#: builtin/fetch.c:4976027msgid "[tag update]"6028msgstr ""60296030#: builtin/fetch.c:499 builtin/fetch.c:534 builtin/fetch.c:5526031msgid " (unable to update local ref)"6032msgstr ""60336034#: builtin/fetch.c:5176035msgid "[new tag]"6036msgstr ""60376038#: builtin/fetch.c:5206039msgid "[new branch]"6040msgstr ""60416042#: builtin/fetch.c:5236043msgid "[new ref]"6044msgstr ""60456046#: builtin/fetch.c:5696047msgid "unable to update local ref"6048msgstr ""60496050#: builtin/fetch.c:5696051msgid "forced update"6052msgstr ""60536054#: builtin/fetch.c:5766055msgid "(non-fast-forward)"6056msgstr ""60576058#: builtin/fetch.c:6196059#, c-format6060msgid "%s did not send all necessary objects\n"6061msgstr ""60626063#: builtin/fetch.c:6376064#, c-format6065msgid "reject %s because shallow roots are not allowed to be updated"6066msgstr ""60676068#: builtin/fetch.c:724 builtin/fetch.c:8166069#, c-format6070msgid "From %.*s\n"6071msgstr ""60726073#: builtin/fetch.c:7356074#, c-format6075msgid ""6076"some local refs could not be updated; try running\n"6077" 'git remote prune %s' to remove any old, conflicting branches"6078msgstr ""60796080#: builtin/fetch.c:7876081#, c-format6082msgid " (%s will become dangling)"6083msgstr ""60846085#: builtin/fetch.c:7886086#, c-format6087msgid " (%s has become dangling)"6088msgstr ""60896090#: builtin/fetch.c:8206091msgid "[deleted]"6092msgstr ""60936094#: builtin/fetch.c:821 builtin/remote.c:10256095msgid "(none)"6096msgstr ""60976098#: builtin/fetch.c:8416099#, c-format6100msgid "Refusing to fetch into current branch %s of non-bare repository"6101msgstr ""61026103#: builtin/fetch.c:8606104#, c-format6105msgid "Option \"%s\" value \"%s\" is not valid for %s"6106msgstr ""61076108#: builtin/fetch.c:8636109#, c-format6110msgid "Option \"%s\" is ignored for %s\n"6111msgstr ""61126113#: builtin/fetch.c:9206114#, c-format6115msgid "Don't know how to fetch from %s"6116msgstr ""61176118#: builtin/fetch.c:10806119#, c-format6120msgid "Fetching %s\n"6121msgstr ""61226123#: builtin/fetch.c:1082 builtin/remote.c:966124#, c-format6125msgid "Could not fetch %s"6126msgstr ""61276128#: builtin/fetch.c:11006129msgid ""6130"No remote repository specified. Please, specify either a URL or a\n"6131"remote name from which new revisions should be fetched."6132msgstr ""61336134#: builtin/fetch.c:11236135msgid "You need to specify a tag name."6136msgstr ""61376138#: builtin/fetch.c:11656139msgid "--depth and --unshallow cannot be used together"6140msgstr ""61416142#: builtin/fetch.c:11676143msgid "--unshallow on a complete repository does not make sense"6144msgstr ""61456146#: builtin/fetch.c:11876147msgid "fetch --all does not take a repository argument"6148msgstr ""61496150#: builtin/fetch.c:11896151msgid "fetch --all does not make sense with refspecs"6152msgstr ""61536154#: builtin/fetch.c:12006155#, c-format6156msgid "No such remote or remote group: %s"6157msgstr ""61586159#: builtin/fetch.c:12086160msgid "Fetching a group and specifying refspecs does not make sense"6161msgstr ""61626163#: builtin/fmt-merge-msg.c:146164msgid ""6165"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"6166msgstr ""61676168#: builtin/fmt-merge-msg.c:6676169msgid "populate log with at most <n> entries from shortlog"6170msgstr ""61716172#: builtin/fmt-merge-msg.c:6706173msgid "alias for --log (deprecated)"6174msgstr ""61756176#: builtin/fmt-merge-msg.c:6736177msgid "text"6178msgstr ""61796180#: builtin/fmt-merge-msg.c:6746181msgid "use <text> as start of message"6182msgstr ""61836184#: builtin/fmt-merge-msg.c:6756185msgid "file to read from"6186msgstr ""61876188#: builtin/for-each-ref.c:96189msgid "git for-each-ref [<options>] [<pattern>]"6190msgstr ""61916192#: builtin/for-each-ref.c:106193msgid "git for-each-ref [--points-at <object>]"6194msgstr ""61956196#: builtin/for-each-ref.c:116197msgid "git for-each-ref [(--merged | --no-merged) [<object>]]"6198msgstr ""61996200#: builtin/for-each-ref.c:126201msgid "git for-each-ref [--contains [<object>]]"6202msgstr ""62036204#: builtin/for-each-ref.c:276205msgid "quote placeholders suitably for shells"6206msgstr ""62076208#: builtin/for-each-ref.c:296209msgid "quote placeholders suitably for perl"6210msgstr ""62116212#: builtin/for-each-ref.c:316213msgid "quote placeholders suitably for python"6214msgstr ""62156216#: builtin/for-each-ref.c:336217msgid "quote placeholders suitably for Tcl"6218msgstr ""62196220#: builtin/for-each-ref.c:366221msgid "show only <n> matched refs"6222msgstr ""62236224#: builtin/for-each-ref.c:37 builtin/tag.c:3726225msgid "format to use for the output"6226msgstr ""62276228#: builtin/for-each-ref.c:416229msgid "print only refs which points at the given object"6230msgstr ""62316232#: builtin/for-each-ref.c:436233msgid "print only refs that are merged"6234msgstr ""62356236#: builtin/for-each-ref.c:446237msgid "print only refs that are not merged"6238msgstr ""62396240#: builtin/for-each-ref.c:456241msgid "print only refs which contain the commit"6242msgstr ""62436244#: builtin/fsck.c:156 builtin/prune.c:1406245msgid "Checking connectivity"6246msgstr ""62476248#: builtin/fsck.c:4866249msgid "Checking object directories"6250msgstr ""62516252#: builtin/fsck.c:5526253msgid "git fsck [<options>] [<object>...]"6254msgstr ""62556256#: builtin/fsck.c:5586257msgid "show unreachable objects"6258msgstr ""62596260#: builtin/fsck.c:5596261msgid "show dangling objects"6262msgstr ""62636264#: builtin/fsck.c:5606265msgid "report tags"6266msgstr ""62676268#: builtin/fsck.c:5616269msgid "report root nodes"6270msgstr ""62716272#: builtin/fsck.c:5626273msgid "make index objects head nodes"6274msgstr ""62756276#: builtin/fsck.c:5636277msgid "make reflogs head nodes (default)"6278msgstr ""62796280#: builtin/fsck.c:5646281msgid "also consider packs and alternate objects"6282msgstr ""62836284#: builtin/fsck.c:5656285msgid "check only connectivity"6286msgstr ""62876288#: builtin/fsck.c:5666289msgid "enable more strict checking"6290msgstr ""62916292#: builtin/fsck.c:5686293msgid "write dangling objects in .git/lost-found"6294msgstr ""62956296#: builtin/fsck.c:569 builtin/prune.c:1076297msgid "show progress"6298msgstr ""62996300#: builtin/fsck.c:6306301msgid "Checking objects"6302msgstr ""63036304#: builtin/gc.c:256305msgid "git gc [<options>]"6306msgstr ""63076308#: builtin/gc.c:726309#, c-format6310msgid "Invalid %s: '%s'"6311msgstr ""63126313#: builtin/gc.c:1396314#, c-format6315msgid "insanely long object directory %.*s"6316msgstr ""63176318#: builtin/gc.c:2906319#, c-format6320msgid ""6321"The last gc run reported the following. Please correct the root cause\n"6322"and remove %s.\n"6323"Automatic cleanup will not be performed until the file is removed.\n"6324"\n"6325"%s"6326msgstr ""63276328#: builtin/gc.c:3276329msgid "prune unreferenced objects"6330msgstr ""63316332#: builtin/gc.c:3296333msgid "be more thorough (increased runtime)"6334msgstr ""63356336#: builtin/gc.c:3306337msgid "enable auto-gc mode"6338msgstr ""63396340#: builtin/gc.c:3316341msgid "force running gc even if there may be another gc running"6342msgstr ""63436344#: builtin/gc.c:3736345#, c-format6346msgid "Auto packing the repository in background for optimum performance.\n"6347msgstr ""63486349#: builtin/gc.c:3756350#, c-format6351msgid "Auto packing the repository for optimum performance.\n"6352msgstr ""63536354#: builtin/gc.c:3766355#, c-format6356msgid "See \"git help gc\" for manual housekeeping.\n"6357msgstr ""63586359#: builtin/gc.c:3976360#, c-format6361msgid ""6362"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"6363msgstr ""63646365#: builtin/gc.c:4416366msgid ""6367"There are too many unreachable loose objects; run 'git prune' to remove them."6368msgstr ""63696370#: builtin/grep.c:236371msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"6372msgstr ""63736374#: builtin/grep.c:2196375#, c-format6376msgid "grep: failed to create thread: %s"6377msgstr ""63786379#: builtin/grep.c:2776380#, c-format6381msgid "invalid number of threads specified (%d) for %s"6382msgstr ""63836384#: builtin/grep.c:452 builtin/grep.c:4876385#, c-format6386msgid "unable to read tree (%s)"6387msgstr ""63886389#: builtin/grep.c:5026390#, c-format6391msgid "unable to grep from object of type %s"6392msgstr ""63936394#: builtin/grep.c:5606395#, c-format6396msgid "switch `%c' expects a numerical value"6397msgstr ""63986399#: builtin/grep.c:5776400#, c-format6401msgid "cannot open '%s'"6402msgstr ""64036404#: builtin/grep.c:6466405msgid "search in index instead of in the work tree"6406msgstr ""64076408#: builtin/grep.c:6486409msgid "find in contents not managed by git"6410msgstr ""64116412#: builtin/grep.c:6506413msgid "search in both tracked and untracked files"6414msgstr ""64156416#: builtin/grep.c:6526417msgid "ignore files specified via '.gitignore'"6418msgstr ""64196420#: builtin/grep.c:6556421msgid "show non-matching lines"6422msgstr ""64236424#: builtin/grep.c:6576425msgid "case insensitive matching"6426msgstr ""64276428#: builtin/grep.c:6596429msgid "match patterns only at word boundaries"6430msgstr ""64316432#: builtin/grep.c:6616433msgid "process binary files as text"6434msgstr ""64356436#: builtin/grep.c:6636437msgid "don't match patterns in binary files"6438msgstr ""64396440#: builtin/grep.c:6666441msgid "process binary files with textconv filters"6442msgstr ""64436444#: builtin/grep.c:6686445msgid "descend at most <depth> levels"6446msgstr ""64476448#: builtin/grep.c:6726449msgid "use extended POSIX regular expressions"6450msgstr ""64516452#: builtin/grep.c:6756453msgid "use basic POSIX regular expressions (default)"6454msgstr ""64556456#: builtin/grep.c:6786457msgid "interpret patterns as fixed strings"6458msgstr ""64596460#: builtin/grep.c:6816461msgid "use Perl-compatible regular expressions"6462msgstr ""64636464#: builtin/grep.c:6846465msgid "show line numbers"6466msgstr ""64676468#: builtin/grep.c:6856469msgid "don't show filenames"6470msgstr ""64716472#: builtin/grep.c:6866473msgid "show filenames"6474msgstr ""64756476#: builtin/grep.c:6886477msgid "show filenames relative to top directory"6478msgstr ""64796480#: builtin/grep.c:6906481msgid "show only filenames instead of matching lines"6482msgstr ""64836484#: builtin/grep.c:6926485msgid "synonym for --files-with-matches"6486msgstr ""64876488#: builtin/grep.c:6956489msgid "show only the names of files without match"6490msgstr ""64916492#: builtin/grep.c:6976493msgid "print NUL after filenames"6494msgstr ""64956496#: builtin/grep.c:6996497msgid "show the number of matches instead of matching lines"6498msgstr ""64996500#: builtin/grep.c:7006501msgid "highlight matches"6502msgstr ""65036504#: builtin/grep.c:7026505msgid "print empty line between matches from different files"6506msgstr ""65076508#: builtin/grep.c:7046509msgid "show filename only once above matches from same file"6510msgstr ""65116512#: builtin/grep.c:7076513msgid "show <n> context lines before and after matches"6514msgstr ""65156516#: builtin/grep.c:7106517msgid "show <n> context lines before matches"6518msgstr ""65196520#: builtin/grep.c:7126521msgid "show <n> context lines after matches"6522msgstr ""65236524#: builtin/grep.c:7146525msgid "use <n> worker threads"6526msgstr ""65276528#: builtin/grep.c:7156529msgid "shortcut for -C NUM"6530msgstr ""65316532#: builtin/grep.c:7186533msgid "show a line with the function name before matches"6534msgstr ""65356536#: builtin/grep.c:7206537msgid "show the surrounding function"6538msgstr ""65396540#: builtin/grep.c:7236541msgid "read patterns from file"6542msgstr ""65436544#: builtin/grep.c:7256545msgid "match <pattern>"6546msgstr ""65476548#: builtin/grep.c:7276549msgid "combine patterns specified with -e"6550msgstr ""65516552#: builtin/grep.c:7396553msgid "indicate hit with exit status without output"6554msgstr ""65556556#: builtin/grep.c:7416557msgid "show only matches from files that match all patterns"6558msgstr ""65596560#: builtin/grep.c:7436561msgid "show parse tree for grep expression"6562msgstr ""65636564#: builtin/grep.c:7476565msgid "pager"6566msgstr ""65676568#: builtin/grep.c:7476569msgid "show matching files in the pager"6570msgstr ""65716572#: builtin/grep.c:7506573msgid "allow calling of grep(1) (ignored by this build)"6574msgstr ""65756576#: builtin/grep.c:8136577msgid "no pattern given."6578msgstr ""65796580#: builtin/grep.c:845 builtin/index-pack.c:14776581#, c-format6582msgid "invalid number of threads specified (%d)"6583msgstr ""65846585#: builtin/grep.c:8756586msgid "--open-files-in-pager only works on the worktree"6587msgstr ""65886589#: builtin/grep.c:9016590msgid "--cached or --untracked cannot be used with --no-index."6591msgstr ""65926593#: builtin/grep.c:9066594msgid "--no-index or --untracked cannot be used with revs."6595msgstr ""65966597#: builtin/grep.c:9096598msgid "--[no-]exclude-standard cannot be used for tracked contents."6599msgstr ""66006601#: builtin/grep.c:9176602msgid "both --cached and trees are given."6603msgstr ""66046605#: builtin/hash-object.c:816606msgid ""6607"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "6608"[--] <file>..."6609msgstr ""66106611#: builtin/hash-object.c:826612msgid "git hash-object --stdin-paths"6613msgstr ""66146615#: builtin/hash-object.c:936616msgid "type"6617msgstr ""66186619#: builtin/hash-object.c:936620msgid "object type"6621msgstr ""66226623#: builtin/hash-object.c:946624msgid "write the object into the object database"6625msgstr ""66266627#: builtin/hash-object.c:966628msgid "read the object from stdin"6629msgstr ""66306631#: builtin/hash-object.c:986632msgid "store file as is without filters"6633msgstr ""66346635#: builtin/hash-object.c:996636msgid ""6637"just hash any random garbage to create corrupt objects for debugging Git"6638msgstr ""66396640#: builtin/hash-object.c:1006641msgid "process file as it were from this path"6642msgstr ""66436644#: builtin/help.c:416645msgid "print all available commands"6646msgstr ""66476648#: builtin/help.c:426649msgid "print list of useful guides"6650msgstr ""66516652#: builtin/help.c:436653msgid "show man page"6654msgstr ""66556656#: builtin/help.c:446657msgid "show manual in web browser"6658msgstr ""66596660#: builtin/help.c:466661msgid "show info page"6662msgstr ""66636664#: builtin/help.c:526665msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"6666msgstr ""66676668#: builtin/help.c:646669#, c-format6670msgid "unrecognized help format '%s'"6671msgstr ""66726673#: builtin/help.c:916674msgid "Failed to start emacsclient."6675msgstr ""66766677#: builtin/help.c:1046678msgid "Failed to parse emacsclient version."6679msgstr ""66806681#: builtin/help.c:1126682#, c-format6683msgid "emacsclient version '%d' too old (< 22)."6684msgstr ""66856686#: builtin/help.c:130 builtin/help.c:151 builtin/help.c:160 builtin/help.c:1686687#, c-format6688msgid "failed to exec '%s'"6689msgstr ""66906691#: builtin/help.c:2056692#, c-format6693msgid ""6694"'%s': path for unsupported man viewer.\n"6695"Please consider using 'man.<tool>.cmd' instead."6696msgstr ""66976698#: builtin/help.c:2176699#, c-format6700msgid ""6701"'%s': cmd for supported man viewer.\n"6702"Please consider using 'man.<tool>.path' instead."6703msgstr ""67046705#: builtin/help.c:3346706#, c-format6707msgid "'%s': unknown man viewer."6708msgstr ""67096710#: builtin/help.c:3516711msgid "no man viewer handled the request"6712msgstr ""67136714#: builtin/help.c:3596715msgid "no info viewer handled the request"6716msgstr ""67176718#: builtin/help.c:4086719msgid "Defining attributes per path"6720msgstr ""67216722#: builtin/help.c:4096723msgid "Everyday Git With 20 Commands Or So"6724msgstr ""67256726#: builtin/help.c:4106727msgid "A Git glossary"6728msgstr ""67296730#: builtin/help.c:4116731msgid "Specifies intentionally untracked files to ignore"6732msgstr ""67336734#: builtin/help.c:4126735msgid "Defining submodule properties"6736msgstr ""67376738#: builtin/help.c:4136739msgid "Specifying revisions and ranges for Git"6740msgstr ""67416742#: builtin/help.c:4146743msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"6744msgstr ""67456746#: builtin/help.c:4156747msgid "An overview of recommended workflows with Git"6748msgstr ""67496750#: builtin/help.c:4276751msgid "The common Git guides are:\n"6752msgstr ""67536754#: builtin/help.c:448 builtin/help.c:4656755#, c-format6756msgid "usage: %s%s"6757msgstr ""67586759#: builtin/help.c:4816760#, c-format6761msgid "`git %s' is aliased to `%s'"6762msgstr ""67636764#: builtin/index-pack.c:1526765#, c-format6766msgid "unable to open %s"6767msgstr ""67686769#: builtin/index-pack.c:2026770#, c-format6771msgid "object type mismatch at %s"6772msgstr ""67736774#: builtin/index-pack.c:2226775#, c-format6776msgid "did not receive expected object %s"6777msgstr ""67786779#: builtin/index-pack.c:2256780#, c-format6781msgid "object %s: expected type %s, found %s"6782msgstr ""67836784#: builtin/index-pack.c:2676785#, c-format6786msgid "cannot fill %d byte"6787msgid_plural "cannot fill %d bytes"6788msgstr[0] ""6789msgstr[1] ""67906791#: builtin/index-pack.c:2776792msgid "early EOF"6793msgstr ""67946795#: builtin/index-pack.c:2786796msgid "read error on input"6797msgstr ""67986799#: builtin/index-pack.c:2906800msgid "used more bytes than were available"6801msgstr ""68026803#: builtin/index-pack.c:2976804msgid "pack too large for current definition of off_t"6805msgstr ""68066807#: builtin/index-pack.c:3136808#, c-format6809msgid "unable to create '%s'"6810msgstr ""68116812#: builtin/index-pack.c:3186813#, c-format6814msgid "cannot open packfile '%s'"6815msgstr ""68166817#: builtin/index-pack.c:3326818msgid "pack signature mismatch"6819msgstr ""68206821#: builtin/index-pack.c:3346822#, c-format6823msgid "pack version %<PRIu32> unsupported"6824msgstr ""68256826#: builtin/index-pack.c:3526827#, c-format6828msgid "pack has bad object at offset %lu: %s"6829msgstr ""68306831#: builtin/index-pack.c:4736832#, c-format6833msgid "inflate returned %d"6834msgstr ""68356836#: builtin/index-pack.c:5226837msgid "offset value overflow for delta base object"6838msgstr ""68396840#: builtin/index-pack.c:5306841msgid "delta base offset is out of bound"6842msgstr ""68436844#: builtin/index-pack.c:5386845#, c-format6846msgid "unknown object type %d"6847msgstr ""68486849#: builtin/index-pack.c:5696850msgid "cannot pread pack file"6851msgstr ""68526853#: builtin/index-pack.c:5716854#, c-format6855msgid "premature end of pack file, %lu byte missing"6856msgid_plural "premature end of pack file, %lu bytes missing"6857msgstr[0] ""6858msgstr[1] ""68596860#: builtin/index-pack.c:5976861msgid "serious inflate inconsistency"6862msgstr ""68636864#: builtin/index-pack.c:743 builtin/index-pack.c:749 builtin/index-pack.c:7726865#: builtin/index-pack.c:806 builtin/index-pack.c:8156866#, c-format6867msgid "SHA1 COLLISION FOUND WITH %s !"6868msgstr ""68696870#: builtin/index-pack.c:746 builtin/pack-objects.c:1626871#: builtin/pack-objects.c:2546872#, c-format6873msgid "unable to read %s"6874msgstr ""68756876#: builtin/index-pack.c:8126877#, c-format6878msgid "cannot read existing object %s"6879msgstr ""68806881#: builtin/index-pack.c:8266882#, c-format6883msgid "invalid blob object %s"6884msgstr ""68856886#: builtin/index-pack.c:8406887#, c-format6888msgid "invalid %s"6889msgstr ""68906891#: builtin/index-pack.c:8436892msgid "Error in object"6893msgstr ""68946895#: builtin/index-pack.c:8456896#, c-format6897msgid "Not all child objects of %s are reachable"6898msgstr ""68996900#: builtin/index-pack.c:917 builtin/index-pack.c:9486901msgid "failed to apply delta"6902msgstr ""69036904#: builtin/index-pack.c:11186905msgid "Receiving objects"6906msgstr ""69076908#: builtin/index-pack.c:11186909msgid "Indexing objects"6910msgstr ""69116912#: builtin/index-pack.c:11506913msgid "pack is corrupted (SHA1 mismatch)"6914msgstr ""69156916#: builtin/index-pack.c:11556917msgid "cannot fstat packfile"6918msgstr ""69196920#: builtin/index-pack.c:11586921msgid "pack has junk at the end"6922msgstr ""69236924#: builtin/index-pack.c:11696925msgid "confusion beyond insanity in parse_pack_objects()"6926msgstr ""69276928#: builtin/index-pack.c:11946929msgid "Resolving deltas"6930msgstr ""69316932#: builtin/index-pack.c:12056933#, c-format6934msgid "unable to create thread: %s"6935msgstr ""69366937#: builtin/index-pack.c:12476938msgid "confusion beyond insanity"6939msgstr ""69406941#: builtin/index-pack.c:12536942#, c-format6943msgid "completed with %d local object"6944msgid_plural "completed with %d local objects"6945msgstr[0] ""6946msgstr[1] ""69476948#: builtin/index-pack.c:12656949#, c-format6950msgid "Unexpected tail checksum for %s (disk corruption?)"6951msgstr ""69526953#: builtin/index-pack.c:12696954#, c-format6955msgid "pack has %d unresolved delta"6956msgid_plural "pack has %d unresolved deltas"6957msgstr[0] ""6958msgstr[1] ""69596960#: builtin/index-pack.c:12936961#, c-format6962msgid "unable to deflate appended object (%d)"6963msgstr ""69646965#: builtin/index-pack.c:13696966#, c-format6967msgid "local object %s is corrupt"6968msgstr ""69696970#: builtin/index-pack.c:13936971msgid "error while closing pack file"6972msgstr ""69736974#: builtin/index-pack.c:14066975#, c-format6976msgid "cannot write keep file '%s'"6977msgstr ""69786979#: builtin/index-pack.c:14146980#, c-format6981msgid "cannot close written keep file '%s'"6982msgstr ""69836984#: builtin/index-pack.c:14276985msgid "cannot store pack file"6986msgstr ""69876988#: builtin/index-pack.c:14386989msgid "cannot store index file"6990msgstr ""69916992#: builtin/index-pack.c:14716993#, c-format6994msgid "bad pack.indexversion=%<PRIu32>"6995msgstr ""69966997#: builtin/index-pack.c:1481 builtin/index-pack.c:16786998#, c-format6999msgid "no threads support, ignoring %s"7000msgstr ""70017002#: builtin/index-pack.c:15407003#, c-format7004msgid "Cannot open existing pack file '%s'"7005msgstr ""70067007#: builtin/index-pack.c:15427008#, c-format7009msgid "Cannot open existing pack idx file for '%s'"7010msgstr ""70117012#: builtin/index-pack.c:15897013#, c-format7014msgid "non delta: %d object"7015msgid_plural "non delta: %d objects"7016msgstr[0] ""7017msgstr[1] ""70187019#: builtin/index-pack.c:15967020#, c-format7021msgid "chain length = %d: %lu object"7022msgid_plural "chain length = %d: %lu objects"7023msgstr[0] ""7024msgstr[1] ""70257026#: builtin/index-pack.c:16097027#, c-format7028msgid "packfile name '%s' does not end with '.pack'"7029msgstr ""70307031#: builtin/index-pack.c:16387032msgid "Cannot come back to cwd"7033msgstr ""70347035#: builtin/index-pack.c:1690 builtin/index-pack.c:16937036#: builtin/index-pack.c:1705 builtin/index-pack.c:17097037#, c-format7038msgid "bad %s"7039msgstr ""70407041#: builtin/index-pack.c:17237042msgid "--fix-thin cannot be used without --stdin"7043msgstr ""70447045#: builtin/index-pack.c:17317046msgid "--verify with no packfile name given"7047msgstr ""70487049#: builtin/init-db.c:557050#, c-format7051msgid "cannot stat '%s'"7052msgstr ""70537054#: builtin/init-db.c:617055#, c-format7056msgid "cannot stat template '%s'"7057msgstr ""70587059#: builtin/init-db.c:667060#, c-format7061msgid "cannot opendir '%s'"7062msgstr ""70637064#: builtin/init-db.c:777065#, c-format7066msgid "cannot readlink '%s'"7067msgstr ""70687069#: builtin/init-db.c:797070#, c-format7071msgid "cannot symlink '%s' '%s'"7072msgstr ""70737074#: builtin/init-db.c:857075#, c-format7076msgid "cannot copy '%s' to '%s'"7077msgstr ""70787079#: builtin/init-db.c:897080#, c-format7081msgid "ignoring template %s"7082msgstr ""70837084#: builtin/init-db.c:1207085#, c-format7086msgid "templates not found %s"7087msgstr ""70887089#: builtin/init-db.c:1357090#, c-format7091msgid "not copying templates from '%s': %s"7092msgstr ""70937094#: builtin/init-db.c:312 builtin/init-db.c:3157095#, c-format7096msgid "%s already exists"7097msgstr ""70987099#: builtin/init-db.c:3447100#, c-format7101msgid "unable to handle file type %d"7102msgstr ""71037104#: builtin/init-db.c:3477105#, c-format7106msgid "unable to move %s to %s"7107msgstr ""71087109#. TRANSLATORS: The first '%s' is either "Reinitialized7110#. existing" or "Initialized empty", the second " shared" or7111#. "", and the last '%s%s' is the verbatim directory name.7112#: builtin/init-db.c:4037113#, c-format7114msgid "%s%s Git repository in %s%s\n"7115msgstr ""71167117#: builtin/init-db.c:4047118msgid "Reinitialized existing"7119msgstr ""71207121#: builtin/init-db.c:4047122msgid "Initialized empty"7123msgstr ""71247125#: builtin/init-db.c:4057126msgid " shared"7127msgstr ""71287129#: builtin/init-db.c:4527130msgid ""7131"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"7132"shared[=<permissions>]] [<directory>]"7133msgstr ""71347135#: builtin/init-db.c:4757136msgid "permissions"7137msgstr ""71387139#: builtin/init-db.c:4767140msgid "specify that the git repository is to be shared amongst several users"7141msgstr ""71427143#: builtin/init-db.c:510 builtin/init-db.c:5157144#, c-format7145msgid "cannot mkdir %s"7146msgstr ""71477148#: builtin/init-db.c:5197149#, c-format7150msgid "cannot chdir to %s"7151msgstr ""71527153#: builtin/init-db.c:5407154#, c-format7155msgid ""7156"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"7157"dir=<directory>)"7158msgstr ""71597160#: builtin/init-db.c:5687161#, c-format7162msgid "Cannot access work tree '%s'"7163msgstr ""71647165#: builtin/interpret-trailers.c:157166msgid ""7167"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "7168"<token>[(=|:)<value>])...] [<file>...]"7169msgstr ""71707171#: builtin/interpret-trailers.c:267172msgid "edit files in place"7173msgstr ""71747175#: builtin/interpret-trailers.c:277176msgid "trim empty trailers"7177msgstr ""71787179#: builtin/interpret-trailers.c:287180msgid "trailer"7181msgstr ""71827183#: builtin/interpret-trailers.c:297184msgid "trailer(s) to add"7185msgstr ""71867187#: builtin/interpret-trailers.c:427188msgid "no input file given for in-place editing"7189msgstr ""71907191#: builtin/log.c:437192msgid "git log [<options>] [<revision-range>] [[--] <path>...]"7193msgstr ""71947195#: builtin/log.c:447196msgid "git show [<options>] <object>..."7197msgstr ""71987199#: builtin/log.c:837200#, c-format7201msgid "invalid --decorate option: %s"7202msgstr ""72037204#: builtin/log.c:1377205msgid "suppress diff output"7206msgstr ""72077208#: builtin/log.c:1387209msgid "show source"7210msgstr ""72117212#: builtin/log.c:1397213msgid "Use mail map file"7214msgstr ""72157216#: builtin/log.c:1407217msgid "decorate options"7218msgstr ""72197220#: builtin/log.c:1437221msgid "Process line range n,m in file, counting from 1"7222msgstr ""72237224#: builtin/log.c:2397225#, c-format7226msgid "Final output: %d %s\n"7227msgstr ""72287229#: builtin/log.c:4717230#, c-format7231msgid "git show %s: bad file"7232msgstr ""72337234#: builtin/log.c:485 builtin/log.c:5787235#, c-format7236msgid "Could not read object %s"7237msgstr ""72387239#: builtin/log.c:6027240#, c-format7241msgid "Unknown type: %d"7242msgstr ""72437244#: builtin/log.c:7227245msgid "format.headers without value"7246msgstr ""72477248#: builtin/log.c:8127249msgid "name of output directory is too long"7250msgstr ""72517252#: builtin/log.c:8277253#, c-format7254msgid "Cannot open patch file %s"7255msgstr ""72567257#: builtin/log.c:8417258msgid "Need exactly one range."7259msgstr ""72607261#: builtin/log.c:8517262msgid "Not a range."7263msgstr ""72647265#: builtin/log.c:9577266msgid "Cover letter needs email format"7267msgstr ""72687269#: builtin/log.c:10367270#, c-format7271msgid "insane in-reply-to: %s"7272msgstr ""72737274#: builtin/log.c:10647275msgid "git format-patch [<options>] [<since> | <revision-range>]"7276msgstr ""72777278#: builtin/log.c:11097279msgid "Two output directories?"7280msgstr ""72817282#: builtin/log.c:1216 builtin/log.c:1857 builtin/log.c:1859 builtin/log.c:18717283#, c-format7284msgid "Unknown commit %s"7285msgstr ""72867287#: builtin/log.c:1226 builtin/notes.c:253 builtin/notes.c:3047288#: builtin/notes.c:306 builtin/notes.c:369 builtin/notes.c:4247289#: builtin/notes.c:510 builtin/notes.c:515 builtin/notes.c:5937290#: builtin/notes.c:656 builtin/notes.c:881 builtin/tag.c:4557291#, c-format7292msgid "Failed to resolve '%s' as a valid ref."7293msgstr ""72947295#: builtin/log.c:12317296msgid "Could not find exact merge base."7297msgstr ""72987299#: builtin/log.c:12357300msgid ""7301"Failed to get upstream, if you want to record base commit automatically,\n"7302"please use git branch --set-upstream-to to track a remote branch.\n"7303"Or you could specify base commit by --base=<base-commit-id> manually."7304msgstr ""73057306#: builtin/log.c:12557307msgid "Failed to find exact merge base"7308msgstr ""73097310#: builtin/log.c:12667311msgid "base commit should be the ancestor of revision list"7312msgstr ""73137314#: builtin/log.c:12707315msgid "base commit shouldn't be in revision list"7316msgstr ""73177318#: builtin/log.c:13197319msgid "cannot get patch id"7320msgstr ""73217322#: builtin/log.c:13777323msgid "use [PATCH n/m] even with a single patch"7324msgstr ""73257326#: builtin/log.c:13807327msgid "use [PATCH] even with multiple patches"7328msgstr ""73297330#: builtin/log.c:13847331msgid "print patches to standard out"7332msgstr ""73337334#: builtin/log.c:13867335msgid "generate a cover letter"7336msgstr ""73377338#: builtin/log.c:13887339msgid "use simple number sequence for output file names"7340msgstr ""73417342#: builtin/log.c:13897343msgid "sfx"7344msgstr ""73457346#: builtin/log.c:13907347msgid "use <sfx> instead of '.patch'"7348msgstr ""73497350#: builtin/log.c:13927351msgid "start numbering patches at <n> instead of 1"7352msgstr ""73537354#: builtin/log.c:13947355msgid "mark the series as Nth re-roll"7356msgstr ""73577358#: builtin/log.c:13967359msgid "Use [<prefix>] instead of [PATCH]"7360msgstr ""73617362#: builtin/log.c:13997363msgid "store resulting files in <dir>"7364msgstr ""73657366#: builtin/log.c:14027367msgid "don't strip/add [PATCH]"7368msgstr ""73697370#: builtin/log.c:14057371msgid "don't output binary diffs"7372msgstr ""73737374#: builtin/log.c:14077375msgid "output all-zero hash in From header"7376msgstr ""73777378#: builtin/log.c:14097379msgid "don't include a patch matching a commit upstream"7380msgstr ""73817382#: builtin/log.c:14117383msgid "show patch format instead of default (patch + stat)"7384msgstr ""73857386#: builtin/log.c:14137387msgid "Messaging"7388msgstr ""73897390#: builtin/log.c:14147391msgid "header"7392msgstr ""73937394#: builtin/log.c:14157395msgid "add email header"7396msgstr ""73977398#: builtin/log.c:1416 builtin/log.c:14187399msgid "email"7400msgstr ""74017402#: builtin/log.c:14167403msgid "add To: header"7404msgstr ""74057406#: builtin/log.c:14187407msgid "add Cc: header"7408msgstr ""74097410#: builtin/log.c:14207411msgid "ident"7412msgstr ""74137414#: builtin/log.c:14217415msgid "set From address to <ident> (or committer ident if absent)"7416msgstr ""74177418#: builtin/log.c:14237419msgid "message-id"7420msgstr ""74217422#: builtin/log.c:14247423msgid "make first mail a reply to <message-id>"7424msgstr ""74257426#: builtin/log.c:1425 builtin/log.c:14287427msgid "boundary"7428msgstr ""74297430#: builtin/log.c:14267431msgid "attach the patch"7432msgstr ""74337434#: builtin/log.c:14297435msgid "inline the patch"7436msgstr ""74377438#: builtin/log.c:14337439msgid "enable message threading, styles: shallow, deep"7440msgstr ""74417442#: builtin/log.c:14357443msgid "signature"7444msgstr ""74457446#: builtin/log.c:14367447msgid "add a signature"7448msgstr ""74497450#: builtin/log.c:14377451msgid "base-commit"7452msgstr ""74537454#: builtin/log.c:14387455msgid "add prerequisite tree info to the patch series"7456msgstr ""74577458#: builtin/log.c:14407459msgid "add a signature from a file"7460msgstr ""74617462#: builtin/log.c:14417463msgid "don't print the patch filenames"7464msgstr ""74657466#: builtin/log.c:15317467msgid "-n and -k are mutually exclusive."7468msgstr ""74697470#: builtin/log.c:15337471msgid "--subject-prefix and -k are mutually exclusive."7472msgstr ""74737474#: builtin/log.c:15417475msgid "--name-only does not make sense"7476msgstr ""74777478#: builtin/log.c:15437479msgid "--name-status does not make sense"7480msgstr ""74817482#: builtin/log.c:15457483msgid "--check does not make sense"7484msgstr ""74857486#: builtin/log.c:15737487msgid "standard output, or directory, which one?"7488msgstr ""74897490#: builtin/log.c:15757491#, c-format7492msgid "Could not create directory '%s'"7493msgstr ""74947495#: builtin/log.c:16727496#, c-format7497msgid "unable to read signature file '%s'"7498msgstr ""74997500#: builtin/log.c:17437501msgid "Failed to create output files"7502msgstr ""75037504#: builtin/log.c:17927505msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"7506msgstr ""75077508#: builtin/log.c:18467509#, c-format7510msgid ""7511"Could not find a tracked remote branch, please specify <upstream> manually.\n"7512msgstr ""75137514#: builtin/ls-files.c:3787515msgid "git ls-files [<options>] [<file>...]"7516msgstr ""75177518#: builtin/ls-files.c:4277519msgid "identify the file status with tags"7520msgstr ""75217522#: builtin/ls-files.c:4297523msgid "use lowercase letters for 'assume unchanged' files"7524msgstr ""75257526#: builtin/ls-files.c:4317527msgid "show cached files in the output (default)"7528msgstr ""75297530#: builtin/ls-files.c:4337531msgid "show deleted files in the output"7532msgstr ""75337534#: builtin/ls-files.c:4357535msgid "show modified files in the output"7536msgstr ""75377538#: builtin/ls-files.c:4377539msgid "show other files in the output"7540msgstr ""75417542#: builtin/ls-files.c:4397543msgid "show ignored files in the output"7544msgstr ""75457546#: builtin/ls-files.c:4427547msgid "show staged contents' object name in the output"7548msgstr ""75497550#: builtin/ls-files.c:4447551msgid "show files on the filesystem that need to be removed"7552msgstr ""75537554#: builtin/ls-files.c:4467555msgid "show 'other' directories' names only"7556msgstr ""75577558#: builtin/ls-files.c:4487559msgid "show line endings of files"7560msgstr ""75617562#: builtin/ls-files.c:4507563msgid "don't show empty directories"7564msgstr ""75657566#: builtin/ls-files.c:4537567msgid "show unmerged files in the output"7568msgstr ""75697570#: builtin/ls-files.c:4557571msgid "show resolve-undo information"7572msgstr ""75737574#: builtin/ls-files.c:4577575msgid "skip files matching pattern"7576msgstr ""75777578#: builtin/ls-files.c:4607579msgid "exclude patterns are read from <file>"7580msgstr ""75817582#: builtin/ls-files.c:4637583msgid "read additional per-directory exclude patterns in <file>"7584msgstr ""75857586#: builtin/ls-files.c:4657587msgid "add the standard git exclusions"7588msgstr ""75897590#: builtin/ls-files.c:4687591msgid "make the output relative to the project top directory"7592msgstr ""75937594#: builtin/ls-files.c:4717595msgid "if any <file> is not in the index, treat this as an error"7596msgstr ""75977598#: builtin/ls-files.c:4727599msgid "tree-ish"7600msgstr ""76017602#: builtin/ls-files.c:4737603msgid "pretend that paths removed since <tree-ish> are still present"7604msgstr ""76057606#: builtin/ls-files.c:4757607msgid "show debugging data"7608msgstr ""76097610#: builtin/ls-remote.c:77611msgid ""7612"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"7613" [-q | --quiet] [--exit-code] [--get-url]\n"7614" [--symref] [<repository> [<refs>...]]"7615msgstr ""76167617#: builtin/ls-remote.c:507618msgid "do not print remote URL"7619msgstr ""76207621#: builtin/ls-remote.c:51 builtin/ls-remote.c:537622msgid "exec"7623msgstr ""76247625#: builtin/ls-remote.c:52 builtin/ls-remote.c:547626msgid "path of git-upload-pack on the remote host"7627msgstr ""76287629#: builtin/ls-remote.c:567630msgid "limit to tags"7631msgstr ""76327633#: builtin/ls-remote.c:577634msgid "limit to heads"7635msgstr ""76367637#: builtin/ls-remote.c:587638msgid "do not show peeled tags"7639msgstr ""76407641#: builtin/ls-remote.c:607642msgid "take url.<base>.insteadOf into account"7643msgstr ""76447645#: builtin/ls-remote.c:627646msgid "exit with exit code 2 if no matching refs are found"7647msgstr ""76487649#: builtin/ls-remote.c:647650msgid "show underlying ref in addition to the object pointed by it"7651msgstr ""76527653#: builtin/ls-tree.c:287654msgid "git ls-tree [<options>] <tree-ish> [<path>...]"7655msgstr ""76567657#: builtin/ls-tree.c:1287658msgid "only show trees"7659msgstr ""76607661#: builtin/ls-tree.c:1307662msgid "recurse into subtrees"7663msgstr ""76647665#: builtin/ls-tree.c:1327666msgid "show trees when recursing"7667msgstr ""76687669#: builtin/ls-tree.c:1357670msgid "terminate entries with NUL byte"7671msgstr ""76727673#: builtin/ls-tree.c:1367674msgid "include object size"7675msgstr ""76767677#: builtin/ls-tree.c:138 builtin/ls-tree.c:1407678msgid "list only filenames"7679msgstr ""76807681#: builtin/ls-tree.c:1437682msgid "use full path names"7683msgstr ""76847685#: builtin/ls-tree.c:1457686msgid "list entire tree; not just current directory (implies --full-name)"7687msgstr ""76887689#: builtin/merge.c:457690msgid "git merge [<options>] [<commit>...]"7691msgstr ""76927693#: builtin/merge.c:467694msgid "git merge [<options>] <msg> HEAD <commit>"7695msgstr ""76967697#: builtin/merge.c:477698msgid "git merge --abort"7699msgstr ""77007701#: builtin/merge.c:1017702msgid "switch `m' requires a value"7703msgstr ""77047705#: builtin/merge.c:1387706#, c-format7707msgid "Could not find merge strategy '%s'.\n"7708msgstr ""77097710#: builtin/merge.c:1397711#, c-format7712msgid "Available strategies are:"7713msgstr ""77147715#: builtin/merge.c:1447716#, c-format7717msgid "Available custom strategies are:"7718msgstr ""77197720#: builtin/merge.c:194 builtin/pull.c:1267721msgid "do not show a diffstat at the end of the merge"7722msgstr ""77237724#: builtin/merge.c:197 builtin/pull.c:1297725msgid "show a diffstat at the end of the merge"7726msgstr ""77277728#: builtin/merge.c:198 builtin/pull.c:1327729msgid "(synonym to --stat)"7730msgstr ""77317732#: builtin/merge.c:200 builtin/pull.c:1357733msgid "add (at most <n>) entries from shortlog to merge commit message"7734msgstr ""77357736#: builtin/merge.c:203 builtin/pull.c:1387737msgid "create a single commit instead of doing a merge"7738msgstr ""77397740#: builtin/merge.c:205 builtin/pull.c:1417741msgid "perform a commit if the merge succeeds (default)"7742msgstr ""77437744#: builtin/merge.c:207 builtin/pull.c:1447745msgid "edit message before committing"7746msgstr ""77477748#: builtin/merge.c:2087749msgid "allow fast-forward (default)"7750msgstr ""77517752#: builtin/merge.c:210 builtin/pull.c:1507753msgid "abort if fast-forward is not possible"7754msgstr ""77557756#: builtin/merge.c:2147757msgid "Verify that the named commit has a valid GPG signature"7758msgstr ""77597760#: builtin/merge.c:215 builtin/notes.c:771 builtin/pull.c:1577761#: builtin/revert.c:897762msgid "strategy"7763msgstr ""77647765#: builtin/merge.c:216 builtin/pull.c:1587766msgid "merge strategy to use"7767msgstr ""77687769#: builtin/merge.c:217 builtin/pull.c:1617770msgid "option=value"7771msgstr ""77727773#: builtin/merge.c:218 builtin/pull.c:1627774msgid "option for selected merge strategy"7775msgstr ""77767777#: builtin/merge.c:2207778msgid "merge commit message (for a non-fast-forward merge)"7779msgstr ""77807781#: builtin/merge.c:2247782msgid "abort the current in-progress merge"7783msgstr ""77847785#: builtin/merge.c:226 builtin/pull.c:1697786msgid "allow merging unrelated histories"7787msgstr ""77887789#: builtin/merge.c:2547790msgid "could not run stash."7791msgstr ""77927793#: builtin/merge.c:2597794msgid "stash failed"7795msgstr ""77967797#: builtin/merge.c:2647798#, c-format7799msgid "not a valid object: %s"7800msgstr ""78017802#: builtin/merge.c:283 builtin/merge.c:3007803msgid "read-tree failed"7804msgstr ""78057806#: builtin/merge.c:3307807msgid " (nothing to squash)"7808msgstr ""78097810#: builtin/merge.c:3437811#, c-format7812msgid "Squash commit -- not updating HEAD\n"7813msgstr ""78147815#: builtin/merge.c:347 builtin/merge.c:767 builtin/merge.c:9877816#: builtin/merge.c:10007817#, c-format7818msgid "Could not write to '%s'"7819msgstr ""78207821#: builtin/merge.c:3757822msgid "Writing SQUASH_MSG"7823msgstr ""78247825#: builtin/merge.c:3777826msgid "Finishing SQUASH_MSG"7827msgstr ""78287829#: builtin/merge.c:4007830#, c-format7831msgid "No merge message -- not updating HEAD\n"7832msgstr ""78337834#: builtin/merge.c:4517835#, c-format7836msgid "'%s' does not point to a commit"7837msgstr ""78387839#: builtin/merge.c:5417840#, c-format7841msgid "Bad branch.%s.mergeoptions string: %s"7842msgstr ""78437844#: builtin/merge.c:6607845msgid "Not handling anything other than two heads merge."7846msgstr ""78477848#: builtin/merge.c:6747849#, c-format7850msgid "Unknown option for merge-recursive: -X%s"7851msgstr ""78527853#: builtin/merge.c:6877854#, c-format7855msgid "unable to write %s"7856msgstr ""78577858#: builtin/merge.c:7767859#, c-format7860msgid "Could not read from '%s'"7861msgstr ""78627863#: builtin/merge.c:7857864#, c-format7865msgid "Not committing merge; use 'git commit' to complete the merge.\n"7866msgstr ""78677868#: builtin/merge.c:7917869#, c-format7870msgid ""7871"Please enter a commit message to explain why this merge is necessary,\n"7872"especially if it merges an updated upstream into a topic branch.\n"7873"\n"7874"Lines starting with '%c' will be ignored, and an empty message aborts\n"7875"the commit.\n"7876msgstr ""78777878#: builtin/merge.c:8157879msgid "Empty commit message."7880msgstr ""78817882#: builtin/merge.c:8357883#, c-format7884msgid "Wonderful.\n"7885msgstr ""78867887#: builtin/merge.c:8907888#, c-format7889msgid "Automatic merge failed; fix conflicts and then commit the result.\n"7890msgstr ""78917892#: builtin/merge.c:9067893#, c-format7894msgid "'%s' is not a commit"7895msgstr ""78967897#: builtin/merge.c:9477898msgid "No current branch."7899msgstr ""79007901#: builtin/merge.c:9497902msgid "No remote for the current branch."7903msgstr ""79047905#: builtin/merge.c:9517906msgid "No default upstream defined for the current branch."7907msgstr ""79087909#: builtin/merge.c:9567910#, c-format7911msgid "No remote-tracking branch for %s from %s"7912msgstr ""79137914#: builtin/merge.c:10917915#, c-format7916msgid "could not close '%s'"7917msgstr ""79187919#: builtin/merge.c:12197920msgid "There is no merge to abort (MERGE_HEAD missing)."7921msgstr ""79227923#: builtin/merge.c:12357924msgid ""7925"You have not concluded your merge (MERGE_HEAD exists).\n"7926"Please, commit your changes before you merge."7927msgstr ""79287929#: builtin/merge.c:12427930msgid ""7931"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"7932"Please, commit your changes before you merge."7933msgstr ""79347935#: builtin/merge.c:12457936msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."7937msgstr ""79387939#: builtin/merge.c:12547940msgid "You cannot combine --squash with --no-ff."7941msgstr ""79427943#: builtin/merge.c:12627944msgid "No commit specified and merge.defaultToUpstream not set."7945msgstr ""79467947#: builtin/merge.c:12797948msgid "Squash commit into empty head not supported yet"7949msgstr ""79507951#: builtin/merge.c:12817952msgid "Non-fast-forward commit does not make sense into an empty head"7953msgstr ""79547955#: builtin/merge.c:12867956#, c-format7957msgid "%s - not something we can merge"7958msgstr ""79597960#: builtin/merge.c:12887961msgid "Can merge only exactly one commit into empty head"7962msgstr ""79637964#: builtin/merge.c:13447965#, c-format7966msgid "Commit %s has an untrusted GPG signature, allegedly by %s."7967msgstr ""79687969#: builtin/merge.c:13477970#, c-format7971msgid "Commit %s has a bad GPG signature allegedly by %s."7972msgstr ""79737974#: builtin/merge.c:13507975#, c-format7976msgid "Commit %s does not have a GPG signature."7977msgstr ""79787979#: builtin/merge.c:13537980#, c-format7981msgid "Commit %s has a good GPG signature by %s\n"7982msgstr ""79837984#: builtin/merge.c:14157985msgid "refusing to merge unrelated histories"7986msgstr ""79877988#: builtin/merge.c:14397989#, c-format7990msgid "Updating %s..%s\n"7991msgstr ""79927993#: builtin/merge.c:14767994#, c-format7995msgid "Trying really trivial in-index merge...\n"7996msgstr ""79977998#: builtin/merge.c:14837999#, c-format8000msgid "Nope.\n"8001msgstr ""80028003#: builtin/merge.c:15158004msgid "Not possible to fast-forward, aborting."8005msgstr ""80068007#: builtin/merge.c:1538 builtin/merge.c:16178008#, c-format8009msgid "Rewinding the tree to pristine...\n"8010msgstr ""80118012#: builtin/merge.c:15428013#, c-format8014msgid "Trying merge strategy %s...\n"8015msgstr ""80168017#: builtin/merge.c:16088018#, c-format8019msgid "No merge strategy handled the merge.\n"8020msgstr ""80218022#: builtin/merge.c:16108023#, c-format8024msgid "Merge with strategy %s failed.\n"8025msgstr ""80268027#: builtin/merge.c:16198028#, c-format8029msgid "Using the %s to prepare resolving by hand.\n"8030msgstr ""80318032#: builtin/merge.c:16318033#, c-format8034msgid "Automatic merge went well; stopped before committing as requested\n"8035msgstr ""80368037#: builtin/merge-base.c:298038msgid "git merge-base [-a | --all] <commit> <commit>..."8039msgstr ""80408041#: builtin/merge-base.c:308042msgid "git merge-base [-a | --all] --octopus <commit>..."8043msgstr ""80448045#: builtin/merge-base.c:318046msgid "git merge-base --independent <commit>..."8047msgstr ""80488049#: builtin/merge-base.c:328050msgid "git merge-base --is-ancestor <commit> <commit>"8051msgstr ""80528053#: builtin/merge-base.c:338054msgid "git merge-base --fork-point <ref> [<commit>]"8055msgstr ""80568057#: builtin/merge-base.c:2148058msgid "output all common ancestors"8059msgstr ""80608061#: builtin/merge-base.c:2168062msgid "find ancestors for a single n-way merge"8063msgstr ""80648065#: builtin/merge-base.c:2188066msgid "list revs not reachable from others"8067msgstr ""80688069#: builtin/merge-base.c:2208070msgid "is the first one ancestor of the other?"8071msgstr ""80728073#: builtin/merge-base.c:2228074msgid "find where <commit> forked from reflog of <ref>"8075msgstr ""80768077#: builtin/merge-file.c:88078msgid ""8079"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "8080"<orig-file> <file2>"8081msgstr ""80828083#: builtin/merge-file.c:338084msgid "send results to standard output"8085msgstr ""80868087#: builtin/merge-file.c:348088msgid "use a diff3 based merge"8089msgstr ""80908091#: builtin/merge-file.c:358092msgid "for conflicts, use our version"8093msgstr ""80948095#: builtin/merge-file.c:378096msgid "for conflicts, use their version"8097msgstr ""80988099#: builtin/merge-file.c:398100msgid "for conflicts, use a union version"8101msgstr ""81028103#: builtin/merge-file.c:428104msgid "for conflicts, use this marker size"8105msgstr ""81068107#: builtin/merge-file.c:438108msgid "do not warn about conflicts"8109msgstr ""81108111#: builtin/merge-file.c:458112msgid "set labels for file1/orig-file/file2"8113msgstr ""81148115#: builtin/mktree.c:658116msgid "git mktree [-z] [--missing] [--batch]"8117msgstr ""81188119#: builtin/mktree.c:1528120msgid "input is NUL terminated"8121msgstr ""81228123#: builtin/mktree.c:153 builtin/write-tree.c:248124msgid "allow missing objects"8125msgstr ""81268127#: builtin/mktree.c:1548128msgid "allow creation of more than one tree"8129msgstr ""81308131#: builtin/mv.c:158132msgid "git mv [<options>] <source>... <destination>"8133msgstr ""81348135#: builtin/mv.c:708136#, c-format8137msgid "Directory %s is in index and no submodule?"8138msgstr ""81398140#: builtin/mv.c:72 builtin/rm.c:3178141msgid "Please stage your changes to .gitmodules or stash them to proceed"8142msgstr ""81438144#: builtin/mv.c:908145#, c-format8146msgid "%.*s is in index"8147msgstr ""81488149#: builtin/mv.c:1128150msgid "force move/rename even if target exists"8151msgstr ""81528153#: builtin/mv.c:1138154msgid "skip move/rename errors"8155msgstr ""81568157#: builtin/mv.c:1528158#, c-format8159msgid "destination '%s' is not a directory"8160msgstr ""81618162#: builtin/mv.c:1638163#, c-format8164msgid "Checking rename of '%s' to '%s'\n"8165msgstr ""81668167#: builtin/mv.c:1678168msgid "bad source"8169msgstr ""81708171#: builtin/mv.c:1708172msgid "can not move directory into itself"8173msgstr ""81748175#: builtin/mv.c:1738176msgid "cannot move directory over file"8177msgstr ""81788179#: builtin/mv.c:1828180msgid "source directory is empty"8181msgstr ""81828183#: builtin/mv.c:2078184msgid "not under version control"8185msgstr ""81868187#: builtin/mv.c:2108188msgid "destination exists"8189msgstr ""81908191#: builtin/mv.c:2188192#, c-format8193msgid "overwriting '%s'"8194msgstr ""81958196#: builtin/mv.c:2218197msgid "Cannot overwrite"8198msgstr ""81998200#: builtin/mv.c:2248201msgid "multiple sources for the same target"8202msgstr ""82038204#: builtin/mv.c:2268205msgid "destination directory does not exist"8206msgstr ""82078208#: builtin/mv.c:2338209#, c-format8210msgid "%s, source=%s, destination=%s"8211msgstr ""82128213#: builtin/mv.c:2548214#, c-format8215msgid "Renaming %s to %s\n"8216msgstr ""82178218#: builtin/mv.c:260 builtin/remote.c:714 builtin/repack.c:3658219#, c-format8220msgid "renaming '%s' failed"8221msgstr ""82228223#: builtin/name-rev.c:2588224msgid "git name-rev [<options>] <commit>..."8225msgstr ""82268227#: builtin/name-rev.c:2598228msgid "git name-rev [<options>] --all"8229msgstr ""82308231#: builtin/name-rev.c:2608232msgid "git name-rev [<options>] --stdin"8233msgstr ""82348235#: builtin/name-rev.c:3128236msgid "print only names (no SHA-1)"8237msgstr ""82388239#: builtin/name-rev.c:3138240msgid "only use tags to name the commits"8241msgstr ""82428243#: builtin/name-rev.c:3158244msgid "only use refs matching <pattern>"8245msgstr ""82468247#: builtin/name-rev.c:3178248msgid "list all commits reachable from all refs"8249msgstr ""82508251#: builtin/name-rev.c:3188252msgid "read from stdin"8253msgstr ""82548255#: builtin/name-rev.c:3198256msgid "allow to print `undefined` names (default)"8257msgstr ""82588259#: builtin/name-rev.c:3258260msgid "dereference tags in the input (internal use)"8261msgstr ""82628263#: builtin/notes.c:258264msgid "git notes [--ref <notes-ref>] [list [<object>]]"8265msgstr ""82668267#: builtin/notes.c:268268msgid ""8269"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "8270"| (-c | -C) <object>] [<object>]"8271msgstr ""82728273#: builtin/notes.c:278274msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"8275msgstr ""82768277#: builtin/notes.c:288278msgid ""8279"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "8280"(-c | -C) <object>] [<object>]"8281msgstr ""82828283#: builtin/notes.c:298284msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"8285msgstr ""82868287#: builtin/notes.c:308288msgid "git notes [--ref <notes-ref>] show [<object>]"8289msgstr ""82908291#: builtin/notes.c:318292msgid ""8293"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"8294msgstr ""82958296#: builtin/notes.c:328297msgid "git notes merge --commit [-v | -q]"8298msgstr ""82998300#: builtin/notes.c:338301msgid "git notes merge --abort [-v | -q]"8302msgstr ""83038304#: builtin/notes.c:348305msgid "git notes [--ref <notes-ref>] remove [<object>...]"8306msgstr ""83078308#: builtin/notes.c:358309msgid "git notes [--ref <notes-ref>] prune [-n | -v]"8310msgstr ""83118312#: builtin/notes.c:368313msgid "git notes [--ref <notes-ref>] get-ref"8314msgstr ""83158316#: builtin/notes.c:418317msgid "git notes [list [<object>]]"8318msgstr ""83198320#: builtin/notes.c:468321msgid "git notes add [<options>] [<object>]"8322msgstr ""83238324#: builtin/notes.c:518325msgid "git notes copy [<options>] <from-object> <to-object>"8326msgstr ""83278328#: builtin/notes.c:528329msgid "git notes copy --stdin [<from-object> <to-object>]..."8330msgstr ""83318332#: builtin/notes.c:578333msgid "git notes append [<options>] [<object>]"8334msgstr ""83358336#: builtin/notes.c:628337msgid "git notes edit [<object>]"8338msgstr ""83398340#: builtin/notes.c:678341msgid "git notes show [<object>]"8342msgstr ""83438344#: builtin/notes.c:728345msgid "git notes merge [<options>] <notes-ref>"8346msgstr ""83478348#: builtin/notes.c:738349msgid "git notes merge --commit [<options>]"8350msgstr ""83518352#: builtin/notes.c:748353msgid "git notes merge --abort [<options>]"8354msgstr ""83558356#: builtin/notes.c:798357msgid "git notes remove [<object>]"8358msgstr ""83598360#: builtin/notes.c:848361msgid "git notes prune [<options>]"8362msgstr ""83638364#: builtin/notes.c:898365msgid "git notes get-ref"8366msgstr ""83678368#: builtin/notes.c:1478369#, c-format8370msgid "unable to start 'show' for object '%s'"8371msgstr ""83728373#: builtin/notes.c:1518374msgid "could not read 'show' output"8375msgstr ""83768377#: builtin/notes.c:1598378#, c-format8379msgid "failed to finish 'show' for object '%s'"8380msgstr ""83818382#: builtin/notes.c:174 builtin/tag.c:2488383#, c-format8384msgid "could not create file '%s'"8385msgstr ""83868387#: builtin/notes.c:1938388msgid "Please supply the note contents using either -m or -F option"8389msgstr ""83908391#: builtin/notes.c:2028392msgid "unable to write note object"8393msgstr ""83948395#: builtin/notes.c:2048396#, c-format8397msgid "The note contents have been left in %s"8398msgstr ""83998400#: builtin/notes.c:232 builtin/tag.c:4398401#, c-format8402msgid "cannot read '%s'"8403msgstr ""84048405#: builtin/notes.c:234 builtin/tag.c:4428406#, c-format8407msgid "could not open or read '%s'"8408msgstr ""84098410#: builtin/notes.c:2568411#, c-format8412msgid "Failed to read object '%s'."8413msgstr ""84148415#: builtin/notes.c:2608416#, c-format8417msgid "Cannot read note data from non-blob object '%s'."8418msgstr ""84198420#: builtin/notes.c:362 builtin/notes.c:417 builtin/notes.c:4938421#: builtin/notes.c:505 builtin/notes.c:581 builtin/notes.c:6498422#: builtin/notes.c:9468423msgid "too many parameters"8424msgstr ""84258426#: builtin/notes.c:375 builtin/notes.c:6628427#, c-format8428msgid "No note found for object %s."8429msgstr ""84308431#: builtin/notes.c:396 builtin/notes.c:5598432msgid "note contents as a string"8433msgstr ""84348435#: builtin/notes.c:399 builtin/notes.c:5628436msgid "note contents in a file"8437msgstr ""84388439#: builtin/notes.c:402 builtin/notes.c:5658440msgid "reuse and edit specified note object"8441msgstr ""84428443#: builtin/notes.c:405 builtin/notes.c:5688444msgid "reuse specified note object"8445msgstr ""84468447#: builtin/notes.c:408 builtin/notes.c:5718448msgid "allow storing empty note"8449msgstr ""84508451#: builtin/notes.c:409 builtin/notes.c:4808452msgid "replace existing notes"8453msgstr ""84548455#: builtin/notes.c:4348456#, c-format8457msgid ""8458"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "8459"existing notes"8460msgstr ""84618462#: builtin/notes.c:449 builtin/notes.c:5288463#, c-format8464msgid "Overwriting existing notes for object %s\n"8465msgstr ""84668467#: builtin/notes.c:460 builtin/notes.c:621 builtin/notes.c:8868468#, c-format8469msgid "Removing note for object %s\n"8470msgstr ""84718472#: builtin/notes.c:4818473msgid "read objects from stdin"8474msgstr ""84758476#: builtin/notes.c:4838477msgid "load rewriting config for <command> (implies --stdin)"8478msgstr ""84798480#: builtin/notes.c:5018481msgid "too few parameters"8482msgstr ""84838484#: builtin/notes.c:5228485#, c-format8486msgid ""8487"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "8488"existing notes"8489msgstr ""84908491#: builtin/notes.c:5348492#, c-format8493msgid "Missing notes on source object %s. Cannot copy."8494msgstr ""84958496#: builtin/notes.c:5868497#, c-format8498msgid ""8499"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"8500"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"8501msgstr ""85028503#: builtin/notes.c:7688504msgid "General options"8505msgstr ""85068507#: builtin/notes.c:7708508msgid "Merge options"8509msgstr ""85108511#: builtin/notes.c:7728512msgid ""8513"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"8514"cat_sort_uniq)"8515msgstr ""85168517#: builtin/notes.c:7748518msgid "Committing unmerged notes"8519msgstr ""85208521#: builtin/notes.c:7768522msgid "finalize notes merge by committing unmerged notes"8523msgstr ""85248525#: builtin/notes.c:7788526msgid "Aborting notes merge resolution"8527msgstr ""85288529#: builtin/notes.c:7808530msgid "abort notes merge"8531msgstr ""85328533#: builtin/notes.c:8578534#, c-format8535msgid "A notes merge into %s is already in-progress at %s"8536msgstr ""85378538#: builtin/notes.c:8848539#, c-format8540msgid "Object %s has no note\n"8541msgstr ""85428543#: builtin/notes.c:8968544msgid "attempt to remove non-existent note is not an error"8545msgstr ""85468547#: builtin/notes.c:8998548msgid "read object names from the standard input"8549msgstr ""85508551#: builtin/notes.c:9808552msgid "notes-ref"8553msgstr ""85548555#: builtin/notes.c:9818556msgid "use notes from <notes-ref>"8557msgstr ""85588559#: builtin/notes.c:1016 builtin/remote.c:16288560#, c-format8561msgid "Unknown subcommand: %s"8562msgstr ""85638564#: builtin/pack-objects.c:288565msgid ""8566"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"8567msgstr ""85688569#: builtin/pack-objects.c:298570msgid ""8571"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"8572msgstr ""85738574#: builtin/pack-objects.c:175 builtin/pack-objects.c:1788575#, c-format8576msgid "deflate error (%d)"8577msgstr ""85788579#: builtin/pack-objects.c:7638580msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"8581msgstr ""85828583#: builtin/pack-objects.c:7768584msgid "Writing objects"8585msgstr ""85868587#: builtin/pack-objects.c:10178588msgid "disabling bitmap writing, as some objects are not being packed"8589msgstr ""85908591#: builtin/pack-objects.c:21778592msgid "Compressing objects"8593msgstr ""85948595#: builtin/pack-objects.c:25638596#, c-format8597msgid "unsupported index version %s"8598msgstr ""85998600#: builtin/pack-objects.c:25678601#, c-format8602msgid "bad index version '%s'"8603msgstr ""86048605#: builtin/pack-objects.c:25978606msgid "do not show progress meter"8607msgstr ""86088609#: builtin/pack-objects.c:25998610msgid "show progress meter"8611msgstr ""86128613#: builtin/pack-objects.c:26018614msgid "show progress meter during object writing phase"8615msgstr ""86168617#: builtin/pack-objects.c:26048618msgid "similar to --all-progress when progress meter is shown"8619msgstr ""86208621#: builtin/pack-objects.c:26058622msgid "version[,offset]"8623msgstr ""86248625#: builtin/pack-objects.c:26068626msgid "write the pack index file in the specified idx format version"8627msgstr ""86288629#: builtin/pack-objects.c:26098630msgid "maximum size of each output pack file"8631msgstr ""86328633#: builtin/pack-objects.c:26118634msgid "ignore borrowed objects from alternate object store"8635msgstr ""86368637#: builtin/pack-objects.c:26138638msgid "ignore packed objects"8639msgstr ""86408641#: builtin/pack-objects.c:26158642msgid "limit pack window by objects"8643msgstr ""86448645#: builtin/pack-objects.c:26178646msgid "limit pack window by memory in addition to object limit"8647msgstr ""86488649#: builtin/pack-objects.c:26198650msgid "maximum length of delta chain allowed in the resulting pack"8651msgstr ""86528653#: builtin/pack-objects.c:26218654msgid "reuse existing deltas"8655msgstr ""86568657#: builtin/pack-objects.c:26238658msgid "reuse existing objects"8659msgstr ""86608661#: builtin/pack-objects.c:26258662msgid "use OFS_DELTA objects"8663msgstr ""86648665#: builtin/pack-objects.c:26278666msgid "use threads when searching for best delta matches"8667msgstr ""86688669#: builtin/pack-objects.c:26298670msgid "do not create an empty pack output"8671msgstr ""86728673#: builtin/pack-objects.c:26318674msgid "read revision arguments from standard input"8675msgstr ""86768677#: builtin/pack-objects.c:26338678msgid "limit the objects to those that are not yet packed"8679msgstr ""86808681#: builtin/pack-objects.c:26368682msgid "include objects reachable from any reference"8683msgstr ""86848685#: builtin/pack-objects.c:26398686msgid "include objects referred by reflog entries"8687msgstr ""86888689#: builtin/pack-objects.c:26428690msgid "include objects referred to by the index"8691msgstr ""86928693#: builtin/pack-objects.c:26458694msgid "output pack to stdout"8695msgstr ""86968697#: builtin/pack-objects.c:26478698msgid "include tag objects that refer to objects to be packed"8699msgstr ""87008701#: builtin/pack-objects.c:26498702msgid "keep unreachable objects"8703msgstr ""87048705#: builtin/pack-objects.c:2650 parse-options.h:1428706msgid "time"8707msgstr ""87088709#: builtin/pack-objects.c:26518710msgid "unpack unreachable objects newer than <time>"8711msgstr ""87128713#: builtin/pack-objects.c:26548714msgid "create thin packs"8715msgstr ""87168717#: builtin/pack-objects.c:26568718msgid "create packs suitable for shallow fetches"8719msgstr ""87208721#: builtin/pack-objects.c:26588722msgid "ignore packs that have companion .keep file"8723msgstr ""87248725#: builtin/pack-objects.c:26608726msgid "pack compression level"8727msgstr ""87288729#: builtin/pack-objects.c:26628730msgid "do not hide commits by grafts"8731msgstr ""87328733#: builtin/pack-objects.c:26648734msgid "use a bitmap index if available to speed up counting objects"8735msgstr ""87368737#: builtin/pack-objects.c:26668738msgid "write a bitmap index together with the pack index"8739msgstr ""87408741#: builtin/pack-objects.c:27578742msgid "Counting objects"8743msgstr ""87448745#: builtin/pack-refs.c:68746msgid "git pack-refs [<options>]"8747msgstr ""87488749#: builtin/pack-refs.c:148750msgid "pack everything"8751msgstr ""87528753#: builtin/pack-refs.c:158754msgid "prune loose refs (default)"8755msgstr ""87568757#: builtin/prune-packed.c:78758msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"8759msgstr ""87608761#: builtin/prune-packed.c:408762msgid "Removing duplicate objects"8763msgstr ""87648765#: builtin/prune.c:118766msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"8767msgstr ""87688769#: builtin/prune.c:105 builtin/worktree.c:1258770msgid "do not remove, show only"8771msgstr ""87728773#: builtin/prune.c:106 builtin/worktree.c:1268774msgid "report pruned objects"8775msgstr ""87768777#: builtin/prune.c:109 builtin/worktree.c:1288778msgid "expire objects older than <time>"8779msgstr ""87808781#: builtin/prune.c:1238782msgid "cannot prune in a precious-objects repo"8783msgstr ""87848785#: builtin/pull.c:728786msgid "git pull [<options>] [<repository> [<refspec>...]]"8787msgstr ""87888789#: builtin/pull.c:1208790msgid "Options related to merging"8791msgstr ""87928793#: builtin/pull.c:1238794msgid "incorporate changes by rebasing rather than merging"8795msgstr ""87968797#: builtin/pull.c:147 builtin/revert.c:1058798msgid "allow fast-forward"8799msgstr ""88008801#: builtin/pull.c:1538802msgid "verify that the named commit has a valid GPG signature"8803msgstr ""88048805#: builtin/pull.c:1568806msgid "automatically stash/stash pop before and after rebase"8807msgstr ""88088809#: builtin/pull.c:1728810msgid "Options related to fetching"8811msgstr ""88128813#: builtin/pull.c:1948814msgid "number of submodules pulled in parallel"8815msgstr ""88168817#: builtin/pull.c:2838818#, c-format8819msgid "Invalid value for pull.ff: %s"8820msgstr ""88218822#: builtin/pull.c:3798823msgid "Cannot pull with rebase: You have unstaged changes."8824msgstr ""88258826#: builtin/pull.c:3858827msgid "Additionally, your index contains uncommitted changes."8828msgstr ""88298830#: builtin/pull.c:3878831msgid "Cannot pull with rebase: Your index contains uncommitted changes."8832msgstr ""88338834#: builtin/pull.c:4638835msgid ""8836"There is no candidate for rebasing against among the refs that you just "8837"fetched."8838msgstr ""88398840#: builtin/pull.c:4658841msgid ""8842"There are no candidates for merging among the refs that you just fetched."8843msgstr ""88448845#: builtin/pull.c:4668846msgid ""8847"Generally this means that you provided a wildcard refspec which had no\n"8848"matches on the remote end."8849msgstr ""88508851#: builtin/pull.c:4698852#, c-format8853msgid ""8854"You asked to pull from the remote '%s', but did not specify\n"8855"a branch. Because this is not the default configured remote\n"8856"for your current branch, you must specify a branch on the command line."8857msgstr ""88588859#: builtin/pull.c:474 git-parse-remote.sh:738860msgid "You are not currently on a branch."8861msgstr ""88628863#: builtin/pull.c:476 builtin/pull.c:491 git-parse-remote.sh:798864msgid "Please specify which branch you want to rebase against."8865msgstr ""88668867#: builtin/pull.c:478 builtin/pull.c:493 git-parse-remote.sh:828868msgid "Please specify which branch you want to merge with."8869msgstr ""88708871#: builtin/pull.c:479 builtin/pull.c:4948872msgid "See git-pull(1) for details."8873msgstr ""88748875#: builtin/pull.c:481 builtin/pull.c:487 builtin/pull.c:4968876#: git-parse-remote.sh:648877msgid "<remote>"8878msgstr ""88798880#: builtin/pull.c:481 builtin/pull.c:496 builtin/pull.c:5018881#: git-parse-remote.sh:658882msgid "<branch>"8883msgstr ""88848885#: builtin/pull.c:489 git-parse-remote.sh:758886msgid "There is no tracking information for the current branch."8887msgstr ""88888889#: builtin/pull.c:498 git-parse-remote.sh:958890msgid ""8891"If you wish to set tracking information for this branch you can do so with:"8892msgstr ""88938894#: builtin/pull.c:5038895#, c-format8896msgid ""8897"Your configuration specifies to merge with the ref '%s'\n"8898"from the remote, but no such ref was fetched."8899msgstr ""89008901#: builtin/pull.c:8648902msgid "--[no-]autostash option is only valid with --rebase."8903msgstr ""89048905#: builtin/pull.c:8728906msgid "Updating an unborn branch with changes added to the index."8907msgstr ""89088909#: builtin/pull.c:9008910#, c-format8911msgid ""8912"fetch updated the current branch head.\n"8913"fast-forwarding your working tree from\n"8914"commit %s."8915msgstr ""89168917#: builtin/pull.c:9058918#, c-format8919msgid ""8920"Cannot fast-forward your working tree.\n"8921"After making sure that you saved anything precious from\n"8922"$ git diff %s\n"8923"output, run\n"8924"$ git reset --hard\n"8925"to recover."8926msgstr ""89278928#: builtin/pull.c:9208929msgid "Cannot merge multiple branches into empty head."8930msgstr ""89318932#: builtin/pull.c:9248933msgid "Cannot rebase onto multiple branches."8934msgstr ""89358936#: builtin/push.c:168937msgid "git push [<options>] [<repository> [<refspec>...]]"8938msgstr ""89398940#: builtin/push.c:898941msgid "tag shorthand without <tag>"8942msgstr ""89438944#: builtin/push.c:998945msgid "--delete only accepts plain target ref names"8946msgstr ""89478948#: builtin/push.c:1438949msgid ""8950"\n"8951"To choose either option permanently, see push.default in 'git help config'."8952msgstr ""89538954#: builtin/push.c:1468955#, c-format8956msgid ""8957"The upstream branch of your current branch does not match\n"8958"the name of your current branch. To push to the upstream branch\n"8959"on the remote, use\n"8960"\n"8961" git push %s HEAD:%s\n"8962"\n"8963"To push to the branch of the same name on the remote, use\n"8964"\n"8965" git push %s %s\n"8966"%s"8967msgstr ""89688969#: builtin/push.c:1618970#, c-format8971msgid ""8972"You are not currently on a branch.\n"8973"To push the history leading to the current (detached HEAD)\n"8974"state now, use\n"8975"\n"8976" git push %s HEAD:<name-of-remote-branch>\n"8977msgstr ""89788979#: builtin/push.c:1758980#, c-format8981msgid ""8982"The current branch %s has no upstream branch.\n"8983"To push the current branch and set the remote as upstream, use\n"8984"\n"8985" git push --set-upstream %s %s\n"8986msgstr ""89878988#: builtin/push.c:1838989#, c-format8990msgid "The current branch %s has multiple upstream branches, refusing to push."8991msgstr ""89928993#: builtin/push.c:1868994#, c-format8995msgid ""8996"You are pushing to remote '%s', which is not the upstream of\n"8997"your current branch '%s', without telling me what to push\n"8998"to update which remote branch."8999msgstr ""90009001#: builtin/push.c:2429002msgid ""9003"You didn't specify any refspecs to push, and push.default is \"nothing\"."9004msgstr ""90059006#: builtin/push.c:2499007msgid ""9008"Updates were rejected because the tip of your current branch is behind\n"9009"its remote counterpart. Integrate the remote changes (e.g.\n"9010"'git pull ...') before pushing again.\n"9011"See the 'Note about fast-forwards' in 'git push --help' for details."9012msgstr ""90139014#: builtin/push.c:2559015msgid ""9016"Updates were rejected because a pushed branch tip is behind its remote\n"9017"counterpart. Check out this branch and integrate the remote changes\n"9018"(e.g. 'git pull ...') before pushing again.\n"9019"See the 'Note about fast-forwards' in 'git push --help' for details."9020msgstr ""90219022#: builtin/push.c:2619023msgid ""9024"Updates were rejected because the remote contains work that you do\n"9025"not have locally. This is usually caused by another repository pushing\n"9026"to the same ref. You may want to first integrate the remote changes\n"9027"(e.g., 'git pull ...') before pushing again.\n"9028"See the 'Note about fast-forwards' in 'git push --help' for details."9029msgstr ""90309031#: builtin/push.c:2689032msgid "Updates were rejected because the tag already exists in the remote."9033msgstr ""90349035#: builtin/push.c:2719036msgid ""9037"You cannot update a remote ref that points at a non-commit object,\n"9038"or update a remote ref to make it point at a non-commit object,\n"9039"without using the '--force' option.\n"9040msgstr ""90419042#: builtin/push.c:3319043#, c-format9044msgid "Pushing to %s\n"9045msgstr ""90469047#: builtin/push.c:3359048#, c-format9049msgid "failed to push some refs to '%s'"9050msgstr ""90519052#: builtin/push.c:3659053#, c-format9054msgid "bad repository '%s'"9055msgstr ""90569057#: builtin/push.c:3669058msgid ""9059"No configured push destination.\n"9060"Either specify the URL from the command-line or configure a remote "9061"repository using\n"9062"\n"9063" git remote add <name> <url>\n"9064"\n"9065"and then push using the remote name\n"9066"\n"9067" git push <name>\n"9068msgstr ""90699070#: builtin/push.c:3819071msgid "--all and --tags are incompatible"9072msgstr ""90739074#: builtin/push.c:3829075msgid "--all can't be combined with refspecs"9076msgstr ""90779078#: builtin/push.c:3879079msgid "--mirror and --tags are incompatible"9080msgstr ""90819082#: builtin/push.c:3889083msgid "--mirror can't be combined with refspecs"9084msgstr ""90859086#: builtin/push.c:3939087msgid "--all and --mirror are incompatible"9088msgstr ""90899090#: builtin/push.c:5059091msgid "repository"9092msgstr ""90939094#: builtin/push.c:506 builtin/send-pack.c:1619095msgid "push all refs"9096msgstr ""90979098#: builtin/push.c:507 builtin/send-pack.c:1639099msgid "mirror all refs"9100msgstr ""91019102#: builtin/push.c:5099103msgid "delete refs"9104msgstr ""91059106#: builtin/push.c:5109107msgid "push tags (can't be used with --all or --mirror)"9108msgstr ""91099110#: builtin/push.c:513 builtin/send-pack.c:1649111msgid "force updates"9112msgstr ""91139114#: builtin/push.c:515 builtin/send-pack.c:1759115msgid "refname>:<expect"9116msgstr ""91179118#: builtin/push.c:516 builtin/send-pack.c:1769119msgid "require old value of ref to be at this value"9120msgstr ""91219122#: builtin/push.c:5199123msgid "control recursive pushing of submodules"9124msgstr ""91259126#: builtin/push.c:521 builtin/send-pack.c:1699127msgid "use thin pack"9128msgstr ""91299130#: builtin/push.c:522 builtin/push.c:523 builtin/send-pack.c:1589131#: builtin/send-pack.c:1599132msgid "receive pack program"9133msgstr ""91349135#: builtin/push.c:5249136msgid "set upstream for git pull/status"9137msgstr ""91389139#: builtin/push.c:5279140msgid "prune locally removed refs"9141msgstr ""91429143#: builtin/push.c:5299144msgid "bypass pre-push hook"9145msgstr ""91469147#: builtin/push.c:5309148msgid "push missing but relevant tags"9149msgstr ""91509151#: builtin/push.c:533 builtin/send-pack.c:1669152msgid "GPG sign the push"9153msgstr ""91549155#: builtin/push.c:535 builtin/send-pack.c:1709156msgid "request atomic transaction on remote side"9157msgstr ""91589159#: builtin/push.c:5499160msgid "--delete is incompatible with --all, --mirror and --tags"9161msgstr ""91629163#: builtin/push.c:5519164msgid "--delete doesn't make sense without any refs"9165msgstr ""91669167#: builtin/read-tree.c:379168msgid ""9169"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "9170"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"9171"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"9172msgstr ""91739174#: builtin/read-tree.c:1109175msgid "write resulting index to <file>"9176msgstr ""91779178#: builtin/read-tree.c:1139179msgid "only empty the index"9180msgstr ""91819182#: builtin/read-tree.c:1159183msgid "Merging"9184msgstr ""91859186#: builtin/read-tree.c:1179187msgid "perform a merge in addition to a read"9188msgstr ""91899190#: builtin/read-tree.c:1199191msgid "3-way merge if no file level merging required"9192msgstr ""91939194#: builtin/read-tree.c:1219195msgid "3-way merge in presence of adds and removes"9196msgstr ""91979198#: builtin/read-tree.c:1239199msgid "same as -m, but discard unmerged entries"9200msgstr ""92019202#: builtin/read-tree.c:1249203msgid "<subdirectory>/"9204msgstr ""92059206#: builtin/read-tree.c:1259207msgid "read the tree into the index under <subdirectory>/"9208msgstr ""92099210#: builtin/read-tree.c:1289211msgid "update working tree with merge result"9212msgstr ""92139214#: builtin/read-tree.c:1309215msgid "gitignore"9216msgstr ""92179218#: builtin/read-tree.c:1319219msgid "allow explicitly ignored files to be overwritten"9220msgstr ""92219222#: builtin/read-tree.c:1349223msgid "don't check the working tree after merging"9224msgstr ""92259226#: builtin/read-tree.c:1359227msgid "don't update the index or the work tree"9228msgstr ""92299230#: builtin/read-tree.c:1379231msgid "skip applying sparse checkout filter"9232msgstr ""92339234#: builtin/read-tree.c:1399235msgid "debug unpack-trees"9236msgstr ""92379238#: builtin/receive-pack.c:259239msgid "git receive-pack <git-dir>"9240msgstr ""92419242#: builtin/receive-pack.c:17199243msgid "quiet"9244msgstr ""92459246#: builtin/receive-pack.c:17339247msgid "You must specify a directory."9248msgstr ""92499250#: builtin/reflog.c:4239251#, c-format9252msgid "'%s' for '%s' is not a valid timestamp"9253msgstr ""92549255#: builtin/reflog.c:540 builtin/reflog.c:5459256#, c-format9257msgid "'%s' is not a valid timestamp"9258msgstr ""92599260#: builtin/remote.c:129261msgid "git remote [-v | --verbose]"9262msgstr ""92639264#: builtin/remote.c:139265msgid ""9266"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"9267"mirror=<fetch|push>] <name> <url>"9268msgstr ""92699270#: builtin/remote.c:14 builtin/remote.c:349271msgid "git remote rename <old> <new>"9272msgstr ""92739274#: builtin/remote.c:15 builtin/remote.c:399275msgid "git remote remove <name>"9276msgstr ""92779278#: builtin/remote.c:16 builtin/remote.c:449279msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"9280msgstr ""92819282#: builtin/remote.c:179283msgid "git remote [-v | --verbose] show [-n] <name>"9284msgstr ""92859286#: builtin/remote.c:189287msgid "git remote prune [-n | --dry-run] <name>"9288msgstr ""92899290#: builtin/remote.c:199291msgid ""9292"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"9293msgstr ""92949295#: builtin/remote.c:209296msgid "git remote set-branches [--add] <name> <branch>..."9297msgstr ""92989299#: builtin/remote.c:21 builtin/remote.c:709300msgid "git remote get-url [--push] [--all] <name>"9301msgstr ""93029303#: builtin/remote.c:22 builtin/remote.c:759304msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"9305msgstr ""93069307#: builtin/remote.c:23 builtin/remote.c:769308msgid "git remote set-url --add <name> <newurl>"9309msgstr ""93109311#: builtin/remote.c:24 builtin/remote.c:779312msgid "git remote set-url --delete <name> <url>"9313msgstr ""93149315#: builtin/remote.c:299316msgid "git remote add [<options>] <name> <url>"9317msgstr ""93189319#: builtin/remote.c:499320msgid "git remote set-branches <name> <branch>..."9321msgstr ""93229323#: builtin/remote.c:509324msgid "git remote set-branches --add <name> <branch>..."9325msgstr ""93269327#: builtin/remote.c:559328msgid "git remote show [<options>] <name>"9329msgstr ""93309331#: builtin/remote.c:609332msgid "git remote prune [<options>] <name>"9333msgstr ""93349335#: builtin/remote.c:659336msgid "git remote update [<options>] [<group> | <remote>]..."9337msgstr ""93389339#: builtin/remote.c:949340#, c-format9341msgid "Updating %s"9342msgstr ""93439344#: builtin/remote.c:1269345msgid ""9346"--mirror is dangerous and deprecated; please\n"9347"\t use --mirror=fetch or --mirror=push instead"9348msgstr ""93499350#: builtin/remote.c:1439351#, c-format9352msgid "unknown mirror argument: %s"9353msgstr ""93549355#: builtin/remote.c:1599356msgid "fetch the remote branches"9357msgstr ""93589359#: builtin/remote.c:1619360msgid "import all tags and associated objects when fetching"9361msgstr ""93629363#: builtin/remote.c:1649364msgid "or do not fetch any tag at all (--no-tags)"9365msgstr ""93669367#: builtin/remote.c:1669368msgid "branch(es) to track"9369msgstr ""93709371#: builtin/remote.c:1679372msgid "master branch"9373msgstr ""93749375#: builtin/remote.c:1689376msgid "push|fetch"9377msgstr ""93789379#: builtin/remote.c:1699380msgid "set up remote as a mirror to push to or fetch from"9381msgstr ""93829383#: builtin/remote.c:1819384msgid "specifying a master branch makes no sense with --mirror"9385msgstr ""93869387#: builtin/remote.c:1839388msgid "specifying branches to track makes sense only with fetch mirrors"9389msgstr ""93909391#: builtin/remote.c:190 builtin/remote.c:6339392#, c-format9393msgid "remote %s already exists."9394msgstr ""93959396#: builtin/remote.c:194 builtin/remote.c:6379397#, c-format9398msgid "'%s' is not a valid remote name"9399msgstr ""94009401#: builtin/remote.c:2349402#, c-format9403msgid "Could not setup master '%s'"9404msgstr ""94059406#: builtin/remote.c:3369407#, c-format9408msgid "Could not get fetch map for refspec %s"9409msgstr ""94109411#: builtin/remote.c:437 builtin/remote.c:4459412msgid "(matching)"9413msgstr ""94149415#: builtin/remote.c:4499416msgid "(delete)"9417msgstr ""94189419#: builtin/remote.c:626 builtin/remote.c:761 builtin/remote.c:8589420#, c-format9421msgid "No such remote: %s"9422msgstr ""94239424#: builtin/remote.c:6439425#, c-format9426msgid "Could not rename config section '%s' to '%s'"9427msgstr ""94289429#: builtin/remote.c:6639430#, c-format9431msgid ""9432"Not updating non-default fetch refspec\n"9433"\t%s\n"9434"\tPlease update the configuration manually if necessary."9435msgstr ""94369437#: builtin/remote.c:6999438#, c-format9439msgid "deleting '%s' failed"9440msgstr ""94419442#: builtin/remote.c:7339443#, c-format9444msgid "creating '%s' failed"9445msgstr ""94469447#: builtin/remote.c:7969448msgid ""9449"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"9450"to delete it, use:"9451msgid_plural ""9452"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"9453"to delete them, use:"9454msgstr[0] ""9455msgstr[1] ""94569457#: builtin/remote.c:8109458#, c-format9459msgid "Could not remove config section '%s'"9460msgstr ""94619462#: builtin/remote.c:9119463#, c-format9464msgid " new (next fetch will store in remotes/%s)"9465msgstr ""94669467#: builtin/remote.c:9149468msgid " tracked"9469msgstr ""94709471#: builtin/remote.c:9169472msgid " stale (use 'git remote prune' to remove)"9473msgstr ""94749475#: builtin/remote.c:9189476msgid " ???"9477msgstr ""94789479#: builtin/remote.c:9599480#, c-format9481msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"9482msgstr ""94839484#: builtin/remote.c:9679485#, c-format9486msgid "rebases interactively onto remote %s"9487msgstr ""94889489#: builtin/remote.c:9719490#, c-format9491msgid " merges with remote %s"9492msgstr ""94939494#: builtin/remote.c:9729495msgid " and with remote"9496msgstr ""94979498#: builtin/remote.c:9749499#, c-format9500msgid "merges with remote %s"9501msgstr ""95029503#: builtin/remote.c:9759504msgid " and with remote"9505msgstr ""95069507#: builtin/remote.c:10219508msgid "create"9509msgstr ""95109511#: builtin/remote.c:10249512msgid "delete"9513msgstr ""95149515#: builtin/remote.c:10289516msgid "up to date"9517msgstr ""95189519#: builtin/remote.c:10319520msgid "fast-forwardable"9521msgstr ""95229523#: builtin/remote.c:10349524msgid "local out of date"9525msgstr ""95269527#: builtin/remote.c:10419528#, c-format9529msgid " %-*s forces to %-*s (%s)"9530msgstr ""95319532#: builtin/remote.c:10449533#, c-format9534msgid " %-*s pushes to %-*s (%s)"9535msgstr ""95369537#: builtin/remote.c:10489538#, c-format9539msgid " %-*s forces to %s"9540msgstr ""95419542#: builtin/remote.c:10519543#, c-format9544msgid " %-*s pushes to %s"9545msgstr ""95469547#: builtin/remote.c:11199548msgid "do not query remotes"9549msgstr ""95509551#: builtin/remote.c:11469552#, c-format9553msgid "* remote %s"9554msgstr ""95559556#: builtin/remote.c:11479557#, c-format9558msgid " Fetch URL: %s"9559msgstr ""95609561#: builtin/remote.c:1148 builtin/remote.c:13019562msgid "(no URL)"9563msgstr ""95649565#. TRANSLATORS: the colon ':' should align with9566#. the one in " Fetch URL: %s" translation9567#: builtin/remote.c:1159 builtin/remote.c:11619568#, c-format9569msgid " Push URL: %s"9570msgstr ""95719572#: builtin/remote.c:1163 builtin/remote.c:1165 builtin/remote.c:11679573#, c-format9574msgid " HEAD branch: %s"9575msgstr ""95769577#: builtin/remote.c:11699578#, c-format9579msgid ""9580" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"9581msgstr ""95829583#: builtin/remote.c:11819584#, c-format9585msgid " Remote branch:%s"9586msgid_plural " Remote branches:%s"9587msgstr[0] ""9588msgstr[1] ""95899590#: builtin/remote.c:1184 builtin/remote.c:12119591msgid " (status not queried)"9592msgstr ""95939594#: builtin/remote.c:11939595msgid " Local branch configured for 'git pull':"9596msgid_plural " Local branches configured for 'git pull':"9597msgstr[0] ""9598msgstr[1] ""95999600#: builtin/remote.c:12019601msgid " Local refs will be mirrored by 'git push'"9602msgstr ""96039604#: builtin/remote.c:12089605#, c-format9606msgid " Local ref configured for 'git push'%s:"9607msgid_plural " Local refs configured for 'git push'%s:"9608msgstr[0] ""9609msgstr[1] ""96109611#: builtin/remote.c:12299612msgid "set refs/remotes/<name>/HEAD according to remote"9613msgstr ""96149615#: builtin/remote.c:12319616msgid "delete refs/remotes/<name>/HEAD"9617msgstr ""96189619#: builtin/remote.c:12469620msgid "Cannot determine remote HEAD"9621msgstr ""96229623#: builtin/remote.c:12489624msgid "Multiple remote HEAD branches. Please choose one explicitly with:"9625msgstr ""96269627#: builtin/remote.c:12589628#, c-format9629msgid "Could not delete %s"9630msgstr ""96319632#: builtin/remote.c:12669633#, c-format9634msgid "Not a valid ref: %s"9635msgstr ""96369637#: builtin/remote.c:12689638#, c-format9639msgid "Could not setup %s"9640msgstr ""96419642#: builtin/remote.c:12869643#, c-format9644msgid " %s will become dangling!"9645msgstr ""96469647#: builtin/remote.c:12879648#, c-format9649msgid " %s has become dangling!"9650msgstr ""96519652#: builtin/remote.c:12979653#, c-format9654msgid "Pruning %s"9655msgstr ""96569657#: builtin/remote.c:12989658#, c-format9659msgid "URL: %s"9660msgstr ""96619662#: builtin/remote.c:13149663#, c-format9664msgid " * [would prune] %s"9665msgstr ""96669667#: builtin/remote.c:13179668#, c-format9669msgid " * [pruned] %s"9670msgstr ""96719672#: builtin/remote.c:13629673msgid "prune remotes after fetching"9674msgstr ""96759676#: builtin/remote.c:1425 builtin/remote.c:1479 builtin/remote.c:15479677#, c-format9678msgid "No such remote '%s'"9679msgstr ""96809681#: builtin/remote.c:14419682msgid "add branch"9683msgstr ""96849685#: builtin/remote.c:14489686msgid "no remote specified"9687msgstr ""96889689#: builtin/remote.c:14659690msgid "query push URLs rather than fetch URLs"9691msgstr ""96929693#: builtin/remote.c:14679694msgid "return all URLs"9695msgstr ""96969697#: builtin/remote.c:14959698#, c-format9699msgid "no URLs configured for remote '%s'"9700msgstr ""97019702#: builtin/remote.c:15219703msgid "manipulate push URLs"9704msgstr ""97059706#: builtin/remote.c:15239707msgid "add URL"9708msgstr ""97099710#: builtin/remote.c:15259711msgid "delete URLs"9712msgstr ""97139714#: builtin/remote.c:15329715msgid "--add --delete doesn't make sense"9716msgstr ""97179718#: builtin/remote.c:15739719#, c-format9720msgid "Invalid old URL pattern: %s"9721msgstr ""97229723#: builtin/remote.c:15819724#, c-format9725msgid "No such URL found: %s"9726msgstr ""97279728#: builtin/remote.c:15839729msgid "Will not delete all non-push URLs"9730msgstr ""97319732#: builtin/remote.c:15979733msgid "be verbose; must be placed before a subcommand"9734msgstr ""97359736#: builtin/repack.c:179737msgid "git repack [<options>]"9738msgstr ""97399740#: builtin/repack.c:1599741msgid "pack everything in a single pack"9742msgstr ""97439744#: builtin/repack.c:1619745msgid "same as -a, and turn unreachable objects loose"9746msgstr ""97479748#: builtin/repack.c:1649749msgid "remove redundant packs, and run git-prune-packed"9750msgstr ""97519752#: builtin/repack.c:1669753msgid "pass --no-reuse-delta to git-pack-objects"9754msgstr ""97559756#: builtin/repack.c:1689757msgid "pass --no-reuse-object to git-pack-objects"9758msgstr ""97599760#: builtin/repack.c:1709761msgid "do not run git-update-server-info"9762msgstr ""97639764#: builtin/repack.c:1739765msgid "pass --local to git-pack-objects"9766msgstr ""97679768#: builtin/repack.c:1759769msgid "write bitmap index"9770msgstr ""97719772#: builtin/repack.c:1769773msgid "approxidate"9774msgstr ""97759776#: builtin/repack.c:1779777msgid "with -A, do not loosen objects older than this"9778msgstr ""97799780#: builtin/repack.c:1799781msgid "size of the window used for delta compression"9782msgstr ""97839784#: builtin/repack.c:180 builtin/repack.c:1849785msgid "bytes"9786msgstr ""97879788#: builtin/repack.c:1819789msgid "same as the above, but limit memory size instead of entries count"9790msgstr ""97919792#: builtin/repack.c:1839793msgid "limits the maximum delta depth"9794msgstr ""97959796#: builtin/repack.c:1859797msgid "maximum size of each packfile"9798msgstr ""97999800#: builtin/repack.c:1879801msgid "repack objects in packs marked with .keep"9802msgstr ""98039804#: builtin/repack.c:1979805msgid "cannot delete packs in a precious-objects repo"9806msgstr ""98079808#: builtin/repack.c:3819809#, c-format9810msgid "removing '%s' failed"9811msgstr ""98129813#: builtin/replace.c:199814msgid "git replace [-f] <object> <replacement>"9815msgstr ""98169817#: builtin/replace.c:209818msgid "git replace [-f] --edit <object>"9819msgstr ""98209821#: builtin/replace.c:219822msgid "git replace [-f] --graft <commit> [<parent>...]"9823msgstr ""98249825#: builtin/replace.c:229826msgid "git replace -d <object>..."9827msgstr ""98289829#: builtin/replace.c:239830msgid "git replace [--format=<format>] [-l [<pattern>]]"9831msgstr ""98329833#: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:3919834#, c-format9835msgid "Not a valid object name: '%s'"9836msgstr ""98379838#: builtin/replace.c:3559839#, c-format9840msgid "bad mergetag in commit '%s'"9841msgstr ""98429843#: builtin/replace.c:3579844#, c-format9845msgid "malformed mergetag in commit '%s'"9846msgstr ""98479848#: builtin/replace.c:3689849#, c-format9850msgid ""9851"original commit '%s' contains mergetag '%s' that is discarded; use --edit "9852"instead of --graft"9853msgstr ""98549855#: builtin/replace.c:4019856#, c-format9857msgid "the original commit '%s' has a gpg signature."9858msgstr ""98599860#: builtin/replace.c:4029861msgid "the signature will be removed in the replacement commit!"9862msgstr ""98639864#: builtin/replace.c:4089865#, c-format9866msgid "could not write replacement commit for: '%s'"9867msgstr ""98689869#: builtin/replace.c:4329870msgid "list replace refs"9871msgstr ""98729873#: builtin/replace.c:4339874msgid "delete replace refs"9875msgstr ""98769877#: builtin/replace.c:4349878msgid "edit existing object"9879msgstr ""98809881#: builtin/replace.c:4359882msgid "change a commit's parents"9883msgstr ""98849885#: builtin/replace.c:4369886msgid "replace the ref if it exists"9887msgstr ""98889889#: builtin/replace.c:4379890msgid "do not pretty-print contents for --edit"9891msgstr ""98929893#: builtin/replace.c:4389894msgid "use this format"9895msgstr ""98969897#: builtin/rerere.c:129898msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"9899msgstr ""99009901#: builtin/rerere.c:589902msgid "register clean resolutions in index"9903msgstr ""99049905#: builtin/reset.c:269906msgid ""9907"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"9908msgstr ""99099910#: builtin/reset.c:279911msgid "git reset [-q] <tree-ish> [--] <paths>..."9912msgstr ""99139914#: builtin/reset.c:289915msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"9916msgstr ""99179918#: builtin/reset.c:349919msgid "mixed"9920msgstr ""99219922#: builtin/reset.c:349923msgid "soft"9924msgstr ""99259926#: builtin/reset.c:349927msgid "hard"9928msgstr ""99299930#: builtin/reset.c:349931msgid "merge"9932msgstr ""99339934#: builtin/reset.c:349935msgid "keep"9936msgstr ""99379938#: builtin/reset.c:749939msgid "You do not have a valid HEAD."9940msgstr ""99419942#: builtin/reset.c:769943msgid "Failed to find tree of HEAD."9944msgstr ""99459946#: builtin/reset.c:829947#, c-format9948msgid "Failed to find tree of %s."9949msgstr ""99509951#: builtin/reset.c:1009952#, c-format9953msgid "HEAD is now at %s"9954msgstr ""99559956#: builtin/reset.c:1839957#, c-format9958msgid "Cannot do a %s reset in the middle of a merge."9959msgstr ""99609961#: builtin/reset.c:2769962msgid "be quiet, only report errors"9963msgstr ""99649965#: builtin/reset.c:2789966msgid "reset HEAD and index"9967msgstr ""99689969#: builtin/reset.c:2799970msgid "reset only HEAD"9971msgstr ""99729973#: builtin/reset.c:281 builtin/reset.c:2839974msgid "reset HEAD, index and working tree"9975msgstr ""99769977#: builtin/reset.c:2859978msgid "reset HEAD but keep local changes"9979msgstr ""99809981#: builtin/reset.c:2889982msgid "record only the fact that removed paths will be added later"9983msgstr ""99849985#: builtin/reset.c:3059986#, c-format9987msgid "Failed to resolve '%s' as a valid revision."9988msgstr ""99899990#: builtin/reset.c:3139991#, c-format9992msgid "Failed to resolve '%s' as a valid tree."9993msgstr ""99949995#: builtin/reset.c:3229996msgid "--patch is incompatible with --{hard,mixed,soft}"9997msgstr ""99989999#: builtin/reset.c:33110000msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."10001msgstr ""1000210003#: builtin/reset.c:33310004#, c-format10005msgid "Cannot do %s reset with paths."10006msgstr ""1000710008#: builtin/reset.c:34310009#, c-format10010msgid "%s reset is not allowed in a bare repository"10011msgstr ""1001210013#: builtin/reset.c:34710014msgid "-N can only be used with --mixed"10015msgstr ""1001610017#: builtin/reset.c:36410018msgid "Unstaged changes after reset:"10019msgstr ""1002010021#: builtin/reset.c:37010022#, c-format10023msgid "Could not reset index file to revision '%s'."10024msgstr ""1002510026#: builtin/reset.c:37410027msgid "Could not write new index file."10028msgstr ""1002910030#: builtin/rev-list.c:35010031msgid "rev-list does not support display of notes"10032msgstr ""1003310034#: builtin/rev-parse.c:35810035msgid "git rev-parse --parseopt [<options>] -- [<args>...]"10036msgstr ""1003710038#: builtin/rev-parse.c:36310039msgid "keep the `--` passed as an arg"10040msgstr ""1004110042#: builtin/rev-parse.c:36510043msgid "stop parsing after the first non-option argument"10044msgstr ""1004510046#: builtin/rev-parse.c:36810047msgid "output in stuck long form"10048msgstr ""1004910050#: builtin/rev-parse.c:49910051msgid ""10052"git rev-parse --parseopt [<options>] -- [<args>...]\n"10053" or: git rev-parse --sq-quote [<arg>...]\n"10054" or: git rev-parse [<options>] [<arg>...]\n"10055"\n"10056"Run \"git rev-parse --parseopt -h\" for more information on the first usage."10057msgstr ""1005810059#: builtin/revert.c:2210060msgid "git revert [<options>] <commit-ish>..."10061msgstr ""1006210063#: builtin/revert.c:2310064msgid "git revert <subcommand>"10065msgstr ""1006610067#: builtin/revert.c:2810068msgid "git cherry-pick [<options>] <commit-ish>..."10069msgstr ""1007010071#: builtin/revert.c:2910072msgid "git cherry-pick <subcommand>"10073msgstr ""1007410075#: builtin/revert.c:7110076#, c-format10077msgid "%s: %s cannot be used with %s"10078msgstr ""1007910080#: builtin/revert.c:8010081msgid "end revert or cherry-pick sequence"10082msgstr ""1008310084#: builtin/revert.c:8110085msgid "resume revert or cherry-pick sequence"10086msgstr ""1008710088#: builtin/revert.c:8210089msgid "cancel revert or cherry-pick sequence"10090msgstr ""1009110092#: builtin/revert.c:8310093msgid "don't automatically commit"10094msgstr ""1009510096#: builtin/revert.c:8410097msgid "edit the commit message"10098msgstr ""1009910100#: builtin/revert.c:8710101msgid "parent number"10102msgstr ""1010310104#: builtin/revert.c:8910105msgid "merge strategy"10106msgstr ""1010710108#: builtin/revert.c:9010109msgid "option"10110msgstr ""1011110112#: builtin/revert.c:9110113msgid "option for merge strategy"10114msgstr ""1011510116#: builtin/revert.c:10410117msgid "append commit name"10118msgstr ""1011910120#: builtin/revert.c:10610121msgid "preserve initially empty commits"10122msgstr ""1012310124#: builtin/revert.c:10710125msgid "allow commits with empty messages"10126msgstr ""1012710128#: builtin/revert.c:10810129msgid "keep redundant, empty commits"10130msgstr ""1013110132#: builtin/revert.c:11210133msgid "program error"10134msgstr ""1013510136#: builtin/revert.c:19710137msgid "revert failed"10138msgstr ""1013910140#: builtin/revert.c:21210141msgid "cherry-pick failed"10142msgstr ""1014310144#: builtin/rm.c:1710145msgid "git rm [<options>] [--] <file>..."10146msgstr ""1014710148#: builtin/rm.c:6510149msgid ""10150"the following submodule (or one of its nested submodules)\n"10151"uses a .git directory:"10152msgid_plural ""10153"the following submodules (or one of their nested submodules)\n"10154"use a .git directory:"10155msgstr[0] ""10156msgstr[1] ""1015710158#: builtin/rm.c:7110159msgid ""10160"\n"10161"(use 'rm -rf' if you really want to remove it including all of its history)"10162msgstr ""1016310164#: builtin/rm.c:23010165msgid ""10166"the following file has staged content different from both the\n"10167"file and the HEAD:"10168msgid_plural ""10169"the following files have staged content different from both the\n"10170"file and the HEAD:"10171msgstr[0] ""10172msgstr[1] ""1017310174#: builtin/rm.c:23510175msgid ""10176"\n"10177"(use -f to force removal)"10178msgstr ""1017910180#: builtin/rm.c:23910181msgid "the following file has changes staged in the index:"10182msgid_plural "the following files have changes staged in the index:"10183msgstr[0] ""10184msgstr[1] ""1018510186#: builtin/rm.c:243 builtin/rm.c:25410187msgid ""10188"\n"10189"(use --cached to keep the file, or -f to force removal)"10190msgstr ""1019110192#: builtin/rm.c:25110193msgid "the following file has local modifications:"10194msgid_plural "the following files have local modifications:"10195msgstr[0] ""10196msgstr[1] ""1019710198#: builtin/rm.c:26910199msgid "do not list removed files"10200msgstr ""1020110202#: builtin/rm.c:27010203msgid "only remove from the index"10204msgstr ""1020510206#: builtin/rm.c:27110207msgid "override the up-to-date check"10208msgstr ""1020910210#: builtin/rm.c:27210211msgid "allow recursive removal"10212msgstr ""1021310214#: builtin/rm.c:27410215msgid "exit with a zero status even if nothing matched"10216msgstr ""1021710218#: builtin/rm.c:33510219#, c-format10220msgid "not removing '%s' recursively without -r"10221msgstr ""1022210223#: builtin/rm.c:37410224#, c-format10225msgid "git rm: unable to remove %s"10226msgstr ""1022710228#: builtin/send-pack.c:1810229msgid ""10230"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"10231"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "10232"[<ref>...]\n"10233" --all and explicit <ref> specification are mutually exclusive."10234msgstr ""1023510236#: builtin/send-pack.c:16010237msgid "remote name"10238msgstr ""1023910240#: builtin/send-pack.c:17110241msgid "use stateless RPC protocol"10242msgstr ""1024310244#: builtin/send-pack.c:17210245msgid "read refs from stdin"10246msgstr ""1024710248#: builtin/send-pack.c:17310249msgid "print status from remote helper"10250msgstr ""1025110252#: builtin/shortlog.c:1310253msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"10254msgstr ""1025510256#: builtin/shortlog.c:24210257msgid "sort output according to the number of commits per author"10258msgstr ""1025910260#: builtin/shortlog.c:24410261msgid "Suppress commit descriptions, only provides commit count"10262msgstr ""1026310264#: builtin/shortlog.c:24610265msgid "Show the email address of each author"10266msgstr ""1026710268#: builtin/shortlog.c:24710269msgid "w[,i1[,i2]]"10270msgstr ""1027110272#: builtin/shortlog.c:24810273msgid "Linewrap output"10274msgstr ""1027510276#: builtin/show-branch.c:1010277msgid ""10278"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"10279"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"10280"\t\t[--more=<n> | --list | --independent | --merge-base]\n"10281"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"10282msgstr ""1028310284#: builtin/show-branch.c:1410285msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"10286msgstr ""1028710288#: builtin/show-branch.c:64010289msgid "show remote-tracking and local branches"10290msgstr ""1029110292#: builtin/show-branch.c:64210293msgid "show remote-tracking branches"10294msgstr ""1029510296#: builtin/show-branch.c:64410297msgid "color '*!+-' corresponding to the branch"10298msgstr ""1029910300#: builtin/show-branch.c:64610301msgid "show <n> more commits after the common ancestor"10302msgstr ""1030310304#: builtin/show-branch.c:64810305msgid "synonym to more=-1"10306msgstr ""1030710308#: builtin/show-branch.c:64910309msgid "suppress naming strings"10310msgstr ""1031110312#: builtin/show-branch.c:65110313msgid "include the current branch"10314msgstr ""1031510316#: builtin/show-branch.c:65310317msgid "name commits with their object names"10318msgstr ""1031910320#: builtin/show-branch.c:65510321msgid "show possible merge bases"10322msgstr ""1032310324#: builtin/show-branch.c:65710325msgid "show refs unreachable from any other ref"10326msgstr ""1032710328#: builtin/show-branch.c:65910329msgid "show commits in topological order"10330msgstr ""1033110332#: builtin/show-branch.c:66210333msgid "show only commits not on the first branch"10334msgstr ""1033510336#: builtin/show-branch.c:66410337msgid "show merges reachable from only one tip"10338msgstr ""1033910340#: builtin/show-branch.c:66610341msgid "topologically sort, maintaining date order where possible"10342msgstr ""1034310344#: builtin/show-branch.c:66910345msgid "<n>[,<base>]"10346msgstr ""1034710348#: builtin/show-branch.c:67010349msgid "show <n> most recent ref-log entries starting at base"10350msgstr ""1035110352#: builtin/show-ref.c:1010353msgid ""10354"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"10355"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"10356msgstr ""1035710358#: builtin/show-ref.c:1110359msgid "git show-ref --exclude-existing[=<pattern>]"10360msgstr ""1036110362#: builtin/show-ref.c:16510363msgid "only show tags (can be combined with heads)"10364msgstr ""1036510366#: builtin/show-ref.c:16610367msgid "only show heads (can be combined with tags)"10368msgstr ""1036910370#: builtin/show-ref.c:16710371msgid "stricter reference checking, requires exact ref path"10372msgstr ""1037310374#: builtin/show-ref.c:170 builtin/show-ref.c:17210375msgid "show the HEAD reference, even if it would be filtered out"10376msgstr ""1037710378#: builtin/show-ref.c:17410379msgid "dereference tags into object IDs"10380msgstr ""1038110382#: builtin/show-ref.c:17610383msgid "only show SHA1 hash using <n> digits"10384msgstr ""1038510386#: builtin/show-ref.c:18010387msgid "do not print results to stdout (useful with --verify)"10388msgstr ""1038910390#: builtin/show-ref.c:18210391msgid "show refs from stdin that aren't in local repository"10392msgstr ""1039310394#: builtin/stripspace.c:1710395msgid "git stripspace [-s | --strip-comments]"10396msgstr ""1039710398#: builtin/stripspace.c:1810399msgid "git stripspace [-c | --comment-lines]"10400msgstr ""1040110402#: builtin/stripspace.c:3510403msgid "skip and remove all lines starting with comment character"10404msgstr ""1040510406#: builtin/stripspace.c:3810407msgid "prepend comment character and space to each line"10408msgstr ""1040910410#: builtin/submodule--helper.c:2410411#, c-format10412msgid "No such ref: %s"10413msgstr ""1041410415#: builtin/submodule--helper.c:3110416#, c-format10417msgid "Expecting a full ref name, got %s"10418msgstr ""1041910420#: builtin/submodule--helper.c:7110421#, c-format10422msgid "cannot strip one component off url '%s'"10423msgstr ""1042410425#: builtin/submodule--helper.c:278 builtin/submodule--helper.c:40510426#: builtin/submodule--helper.c:48610427msgid "alternative anchor for relative paths"10428msgstr ""1042910430#: builtin/submodule--helper.c:28310431msgid "git submodule--helper list [--prefix=<path>] [<path>...]"10432msgstr ""1043310434#: builtin/submodule--helper.c:326 builtin/submodule--helper.c:34010435#, c-format10436msgid "No url found for submodule path '%s' in .gitmodules"10437msgstr ""1043810439#: builtin/submodule--helper.c:36610440#, c-format10441msgid "Failed to register url for submodule path '%s'"10442msgstr ""1044310444#: builtin/submodule--helper.c:37010445#, c-format10446msgid "Submodule '%s' (%s) registered for path '%s'\n"10447msgstr ""1044810449#: builtin/submodule--helper.c:38010450#, c-format10451msgid "warning: command update mode suggested for submodule '%s'\n"10452msgstr ""1045310454#: builtin/submodule--helper.c:38710455#, c-format10456msgid "Failed to register update mode for submodule path '%s'"10457msgstr ""1045810459#: builtin/submodule--helper.c:40610460msgid "Suppress output for initializing a submodule"10461msgstr ""1046210463#: builtin/submodule--helper.c:41110464msgid "git submodule--helper init [<path>]"10465msgstr ""1046610467#: builtin/submodule--helper.c:43210468msgid "git submodule--helper name <path>"10469msgstr ""1047010471#: builtin/submodule--helper.c:43810472#, c-format10473msgid "no submodule mapping found in .gitmodules for path '%s'"10474msgstr ""1047510476#: builtin/submodule--helper.c:48910477msgid "where the new submodule will be cloned to"10478msgstr ""1047910480#: builtin/submodule--helper.c:49210481msgid "name of the new submodule"10482msgstr ""1048310484#: builtin/submodule--helper.c:49510485msgid "url where to clone the submodule from"10486msgstr ""1048710488#: builtin/submodule--helper.c:50110489msgid "depth for shallow clones"10490msgstr ""1049110492#: builtin/submodule--helper.c:50710493msgid ""10494"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "10495"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"10496msgstr ""1049710498#: builtin/submodule--helper.c:532 builtin/submodule--helper.c:53810499#, c-format10500msgid "could not create directory '%s'"10501msgstr ""1050210503#: builtin/submodule--helper.c:53410504#, c-format10505msgid "clone of '%s' into submodule path '%s' failed"10506msgstr ""1050710508#: builtin/submodule--helper.c:55010509#, c-format10510msgid "cannot open file '%s'"10511msgstr ""1051210513#: builtin/submodule--helper.c:55510514#, c-format10515msgid "could not close file %s"10516msgstr ""1051710518#: builtin/submodule--helper.c:56210519#, c-format10520msgid "could not get submodule directory for '%s'"10521msgstr ""1052210523#: builtin/submodule--helper.c:60910524#, c-format10525msgid "Submodule path '%s' not initialized"10526msgstr ""1052710528#: builtin/submodule--helper.c:61310529msgid "Maybe you want to use 'update --init'?"10530msgstr ""1053110532#: builtin/submodule--helper.c:63910533#, c-format10534msgid "Skipping unmerged submodule %s"10535msgstr ""1053610537#: builtin/submodule--helper.c:66010538#, c-format10539msgid "Skipping submodule '%s'"10540msgstr ""1054110542#: builtin/submodule--helper.c:76810543msgid "path into the working tree"10544msgstr ""1054510546#: builtin/submodule--helper.c:77110547msgid "path into the working tree, across nested submodule boundaries"10548msgstr ""1054910550#: builtin/submodule--helper.c:77510551msgid "rebase, merge, checkout or none"10552msgstr ""1055310554#: builtin/submodule--helper.c:77910555msgid "Create a shallow clone truncated to the specified number of revisions"10556msgstr ""1055710558#: builtin/submodule--helper.c:78210559msgid "parallel jobs"10560msgstr ""1056110562#: builtin/submodule--helper.c:78310563msgid "don't print cloning progress"10564msgstr ""1056510566#: builtin/submodule--helper.c:78810567msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"10568msgstr ""1056910570#: builtin/submodule--helper.c:79810571msgid "bad value for update parameter"10572msgstr ""1057310574#: builtin/submodule--helper.c:85510575msgid "submodule--helper subcommand must be called with a subcommand"10576msgstr ""1057710578#: builtin/submodule--helper.c:86210579#, c-format10580msgid "'%s' is not a valid submodule--helper subcommand"10581msgstr ""1058210583#: builtin/symbolic-ref.c:710584msgid "git symbolic-ref [<options>] <name> [<ref>]"10585msgstr ""1058610587#: builtin/symbolic-ref.c:810588msgid "git symbolic-ref -d [-q] <name>"10589msgstr ""1059010591#: builtin/symbolic-ref.c:4010592msgid "suppress error message for non-symbolic (detached) refs"10593msgstr ""1059410595#: builtin/symbolic-ref.c:4110596msgid "delete symbolic ref"10597msgstr ""1059810599#: builtin/symbolic-ref.c:4210600msgid "shorten ref output"10601msgstr ""1060210603#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36210604msgid "reason"10605msgstr ""1060610607#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36210608msgid "reason of the update"10609msgstr ""1061010611#: builtin/tag.c:2310612msgid ""10613"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "10614"[<head>]"10615msgstr ""1061610617#: builtin/tag.c:2410618msgid "git tag -d <tagname>..."10619msgstr ""1062010621#: builtin/tag.c:2510622msgid ""10623"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>]\n"10624"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"10625msgstr ""1062610627#: builtin/tag.c:2710628msgid "git tag -v <tagname>..."10629msgstr ""1063010631#: builtin/tag.c:8110632#, c-format10633msgid "tag name too long: %.*s..."10634msgstr ""1063510636#: builtin/tag.c:8610637#, c-format10638msgid "tag '%s' not found."10639msgstr ""1064010641#: builtin/tag.c:10110642#, c-format10643msgid "Deleted tag '%s' (was %s)\n"10644msgstr ""1064510646#: builtin/tag.c:11710647#, c-format10648msgid ""10649"\n"10650"Write a message for tag:\n"10651" %s\n"10652"Lines starting with '%c' will be ignored.\n"10653msgstr ""1065410655#: builtin/tag.c:12110656#, c-format10657msgid ""10658"\n"10659"Write a message for tag:\n"10660" %s\n"10661"Lines starting with '%c' will be kept; you may remove them yourself if you "10662"want to.\n"10663msgstr ""1066410665#: builtin/tag.c:19910666msgid "unable to sign the tag"10667msgstr ""1066810669#: builtin/tag.c:20110670msgid "unable to write tag file"10671msgstr ""1067210673#: builtin/tag.c:22610674msgid "bad object type."10675msgstr ""1067610677#: builtin/tag.c:23910678msgid "tag header too big."10679msgstr ""1068010681#: builtin/tag.c:27510682msgid "no tag message?"10683msgstr ""1068410685#: builtin/tag.c:28110686#, c-format10687msgid "The tag message has been left in %s\n"10688msgstr ""1068910690#: builtin/tag.c:33910691msgid "list tag names"10692msgstr ""1069310694#: builtin/tag.c:34110695msgid "print <n> lines of each tag message"10696msgstr ""1069710698#: builtin/tag.c:34310699msgid "delete tags"10700msgstr ""1070110702#: builtin/tag.c:34410703msgid "verify tags"10704msgstr ""1070510706#: builtin/tag.c:34610707msgid "Tag creation options"10708msgstr ""1070910710#: builtin/tag.c:34810711msgid "annotated tag, needs a message"10712msgstr ""1071310714#: builtin/tag.c:35010715msgid "tag message"10716msgstr ""1071710718#: builtin/tag.c:35210719msgid "annotated and GPG-signed tag"10720msgstr ""1072110722#: builtin/tag.c:35610723msgid "use another key to sign the tag"10724msgstr ""1072510726#: builtin/tag.c:35710727msgid "replace the tag if exists"10728msgstr ""1072910730#: builtin/tag.c:358 builtin/update-ref.c:36810731msgid "create a reflog"10732msgstr ""1073310734#: builtin/tag.c:36010735msgid "Tag listing options"10736msgstr ""1073710738#: builtin/tag.c:36110739msgid "show tag list in columns"10740msgstr ""1074110742#: builtin/tag.c:362 builtin/tag.c:36310743msgid "print only tags that contain the commit"10744msgstr ""1074510746#: builtin/tag.c:36410747msgid "print only tags that are merged"10748msgstr ""1074910750#: builtin/tag.c:36510751msgid "print only tags that are not merged"10752msgstr ""1075310754#: builtin/tag.c:37010755msgid "print only tags of the object"10756msgstr ""1075710758#: builtin/tag.c:39910759msgid "--column and -n are incompatible"10760msgstr ""1076110762#: builtin/tag.c:41910763msgid "-n option is only allowed with -l."10764msgstr ""1076510766#: builtin/tag.c:42110767msgid "--contains option is only allowed with -l."10768msgstr ""1076910770#: builtin/tag.c:42310771msgid "--points-at option is only allowed with -l."10772msgstr ""1077310774#: builtin/tag.c:42510775msgid "--merged and --no-merged option are only allowed with -l"10776msgstr ""1077710778#: builtin/tag.c:43310779msgid "only one -F or -m option is allowed."10780msgstr ""1078110782#: builtin/tag.c:45210783msgid "too many params"10784msgstr ""1078510786#: builtin/tag.c:45810787#, c-format10788msgid "'%s' is not a valid tag name."10789msgstr ""1079010791#: builtin/tag.c:46310792#, c-format10793msgid "tag '%s' already exists"10794msgstr ""1079510796#: builtin/tag.c:49110797#, c-format10798msgid "Updated tag '%s' (was %s)\n"10799msgstr ""1080010801#: builtin/unpack-objects.c:49010802msgid "Unpacking objects"10803msgstr ""1080410805#: builtin/update-index.c:7910806#, c-format10807msgid "failed to create directory %s"10808msgstr ""1080910810#: builtin/update-index.c:8510811#, c-format10812msgid "failed to stat %s"10813msgstr ""1081410815#: builtin/update-index.c:9510816#, c-format10817msgid "failed to create file %s"10818msgstr ""1081910820#: builtin/update-index.c:10310821#, c-format10822msgid "failed to delete file %s"10823msgstr ""1082410825#: builtin/update-index.c:110 builtin/update-index.c:21210826#, c-format10827msgid "failed to delete directory %s"10828msgstr ""1082910830#: builtin/update-index.c:13310831#, c-format10832msgid "Testing mtime in '%s' "10833msgstr ""1083410835#: builtin/update-index.c:14510836msgid "directory stat info does not change after adding a new file"10837msgstr ""1083810839#: builtin/update-index.c:15810840msgid "directory stat info does not change after adding a new directory"10841msgstr ""1084210843#: builtin/update-index.c:17110844msgid "directory stat info changes after updating a file"10845msgstr ""1084610847#: builtin/update-index.c:18210848msgid "directory stat info changes after adding a file inside subdirectory"10849msgstr ""1085010851#: builtin/update-index.c:19310852msgid "directory stat info does not change after deleting a file"10853msgstr ""1085410855#: builtin/update-index.c:20610856msgid "directory stat info does not change after deleting a directory"10857msgstr ""1085810859#: builtin/update-index.c:21310860msgid " OK"10861msgstr ""1086210863#: builtin/update-index.c:57510864msgid "git update-index [<options>] [--] [<file>...]"10865msgstr ""1086610867#: builtin/update-index.c:93010868msgid "continue refresh even when index needs update"10869msgstr ""1087010871#: builtin/update-index.c:93310872msgid "refresh: ignore submodules"10873msgstr ""1087410875#: builtin/update-index.c:93610876msgid "do not ignore new files"10877msgstr ""1087810879#: builtin/update-index.c:93810880msgid "let files replace directories and vice-versa"10881msgstr ""1088210883#: builtin/update-index.c:94010884msgid "notice files missing from worktree"10885msgstr ""1088610887#: builtin/update-index.c:94210888msgid "refresh even if index contains unmerged entries"10889msgstr ""1089010891#: builtin/update-index.c:94510892msgid "refresh stat information"10893msgstr ""1089410895#: builtin/update-index.c:94910896msgid "like --refresh, but ignore assume-unchanged setting"10897msgstr ""1089810899#: builtin/update-index.c:95310900msgid "<mode>,<object>,<path>"10901msgstr ""1090210903#: builtin/update-index.c:95410904msgid "add the specified entry to the index"10905msgstr ""1090610907#: builtin/update-index.c:95810908msgid "(+/-)x"10909msgstr ""1091010911#: builtin/update-index.c:95910912msgid "override the executable bit of the listed files"10913msgstr ""1091410915#: builtin/update-index.c:96310916msgid "mark files as \"not changing\""10917msgstr ""1091810919#: builtin/update-index.c:96610920msgid "clear assumed-unchanged bit"10921msgstr ""1092210923#: builtin/update-index.c:96910924msgid "mark files as \"index-only\""10925msgstr ""1092610927#: builtin/update-index.c:97210928msgid "clear skip-worktree bit"10929msgstr ""1093010931#: builtin/update-index.c:97510932msgid "add to index only; do not add content to object database"10933msgstr ""1093410935#: builtin/update-index.c:97710936msgid "remove named paths even if present in worktree"10937msgstr ""1093810939#: builtin/update-index.c:97910940msgid "with --stdin: input lines are terminated by null bytes"10941msgstr ""1094210943#: builtin/update-index.c:98110944msgid "read list of paths to be updated from standard input"10945msgstr ""1094610947#: builtin/update-index.c:98510948msgid "add entries from standard input to the index"10949msgstr ""1095010951#: builtin/update-index.c:98910952msgid "repopulate stages #2 and #3 for the listed paths"10953msgstr ""1095410955#: builtin/update-index.c:99310956msgid "only update entries that differ from HEAD"10957msgstr ""1095810959#: builtin/update-index.c:99710960msgid "ignore files missing from worktree"10961msgstr ""1096210963#: builtin/update-index.c:100010964msgid "report actions to standard output"10965msgstr ""1096610967#: builtin/update-index.c:100210968msgid "(for porcelains) forget saved unresolved conflicts"10969msgstr ""1097010971#: builtin/update-index.c:100610972msgid "write index in this format"10973msgstr ""1097410975#: builtin/update-index.c:100810976msgid "enable or disable split index"10977msgstr ""1097810979#: builtin/update-index.c:101010980msgid "enable/disable untracked cache"10981msgstr ""1098210983#: builtin/update-index.c:101210984msgid "test if the filesystem supports untracked cache"10985msgstr ""1098610987#: builtin/update-index.c:101410988msgid "enable untracked cache without testing the filesystem"10989msgstr ""1099010991#: builtin/update-index.c:113410992msgid "Untracked cache disabled"10993msgstr ""1099410995#: builtin/update-index.c:114610996#, c-format10997msgid "Untracked cache enabled for '%s'"10998msgstr ""1099911000#: builtin/update-ref.c:911001msgid "git update-ref [<options>] -d <refname> [<old-val>]"11002msgstr ""1100311004#: builtin/update-ref.c:1011005msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"11006msgstr ""1100711008#: builtin/update-ref.c:1111009msgid "git update-ref [<options>] --stdin [-z]"11010msgstr ""1101111012#: builtin/update-ref.c:36311013msgid "delete the reference"11014msgstr ""1101511016#: builtin/update-ref.c:36511017msgid "update <refname> not the one it points to"11018msgstr ""1101911020#: builtin/update-ref.c:36611021msgid "stdin has NUL-terminated arguments"11022msgstr ""1102311024#: builtin/update-ref.c:36711025msgid "read updates from stdin"11026msgstr ""1102711028#: builtin/update-server-info.c:611029msgid "git update-server-info [--force]"11030msgstr ""1103111032#: builtin/update-server-info.c:1411033msgid "update the info files from scratch"11034msgstr ""1103511036#: builtin/verify-commit.c:1711037msgid "git verify-commit [-v | --verbose] <commit>..."11038msgstr ""1103911040#: builtin/verify-commit.c:7211041msgid "print commit contents"11042msgstr ""1104311044#: builtin/verify-commit.c:73 builtin/verify-tag.c:3511045msgid "print raw gpg status output"11046msgstr ""1104711048#: builtin/verify-pack.c:5411049msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."11050msgstr ""1105111052#: builtin/verify-pack.c:6411053msgid "verbose"11054msgstr ""1105511056#: builtin/verify-pack.c:6611057msgid "show statistics only"11058msgstr ""1105911060#: builtin/verify-tag.c:1711061msgid "git verify-tag [-v | --verbose] <tag>..."11062msgstr ""1106311064#: builtin/verify-tag.c:3411065msgid "print tag contents"11066msgstr ""1106711068#: builtin/worktree.c:1511069msgid "git worktree add [<options>] <path> [<branch>]"11070msgstr ""1107111072#: builtin/worktree.c:1611073msgid "git worktree prune [<options>]"11074msgstr ""1107511076#: builtin/worktree.c:1711077msgid "git worktree list [<options>]"11078msgstr ""1107911080#: builtin/worktree.c:4011081#, c-format11082msgid "Removing worktrees/%s: not a valid directory"11083msgstr ""1108411085#: builtin/worktree.c:4611086#, c-format11087msgid "Removing worktrees/%s: gitdir file does not exist"11088msgstr ""1108911090#: builtin/worktree.c:5111091#, c-format11092msgid "Removing worktrees/%s: unable to read gitdir file (%s)"11093msgstr ""1109411095#: builtin/worktree.c:6211096#, c-format11097msgid "Removing worktrees/%s: invalid gitdir file"11098msgstr ""1109911100#: builtin/worktree.c:7811101#, c-format11102msgid "Removing worktrees/%s: gitdir file points to non-existent location"11103msgstr ""1110411105#: builtin/worktree.c:11311106#, c-format11107msgid "failed to remove '%s'"11108msgstr ""1110911110#: builtin/worktree.c:20211111#, c-format11112msgid "'%s' already exists"11113msgstr ""1111411115#: builtin/worktree.c:23411116#, c-format11117msgid "could not create directory of '%s'"11118msgstr ""1111911120#: builtin/worktree.c:27011121#, c-format11122msgid "Preparing %s (identifier %s)"11123msgstr ""1112411125#: builtin/worktree.c:32211126msgid "checkout <branch> even if already checked out in other worktree"11127msgstr ""1112811129#: builtin/worktree.c:32411130msgid "create a new branch"11131msgstr ""1113211133#: builtin/worktree.c:32611134msgid "create or reset a branch"11135msgstr ""1113611137#: builtin/worktree.c:32711138msgid "detach HEAD at named commit"11139msgstr ""1114011141#: builtin/worktree.c:32811142msgid "populate the new working tree"11143msgstr ""1114411145#: builtin/worktree.c:33611146msgid "-b, -B, and --detach are mutually exclusive"11147msgstr ""1114811149#: builtin/write-tree.c:1311150msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"11151msgstr ""1115211153#: builtin/write-tree.c:2611154msgid "<prefix>/"11155msgstr ""1115611157#: builtin/write-tree.c:2711158msgid "write tree object for a subdirectory <prefix>"11159msgstr ""1116011161#: builtin/write-tree.c:3011162msgid "only useful for debugging"11163msgstr ""1116411165#: credential-cache--daemon.c:27111166msgid "print debugging messages to stderr"11167msgstr ""1116811169#: git.c:1411170msgid ""11171"'git help -a' and 'git help -g' list available subcommands and some\n"11172"concept guides. See 'git help <command>' or 'git help <concept>'\n"11173"to read about a specific subcommand or concept."11174msgstr ""1117511176#: http.c:32211177msgid "Public key pinning not supported with cURL < 7.44.0"11178msgstr ""1117911180#: common-cmds.h:911181msgid "start a working area (see also: git help tutorial)"11182msgstr ""1118311184#: common-cmds.h:1011185msgid "work on the current change (see also: git help everyday)"11186msgstr ""1118711188#: common-cmds.h:1111189msgid "examine the history and state (see also: git help revisions)"11190msgstr ""1119111192#: common-cmds.h:1211193msgid "grow, mark and tweak your common history"11194msgstr ""1119511196#: common-cmds.h:1311197msgid "collaborate (see also: git help workflows)"11198msgstr ""1119911200#: common-cmds.h:1711201msgid "Add file contents to the index"11202msgstr ""1120311204#: common-cmds.h:1811205msgid "Use binary search to find the commit that introduced a bug"11206msgstr ""1120711208#: common-cmds.h:1911209msgid "List, create, or delete branches"11210msgstr ""1121111212#: common-cmds.h:2011213msgid "Switch branches or restore working tree files"11214msgstr ""1121511216#: common-cmds.h:2111217msgid "Clone a repository into a new directory"11218msgstr ""1121911220#: common-cmds.h:2211221msgid "Record changes to the repository"11222msgstr ""1122311224#: common-cmds.h:2311225msgid "Show changes between commits, commit and working tree, etc"11226msgstr ""1122711228#: common-cmds.h:2411229msgid "Download objects and refs from another repository"11230msgstr ""1123111232#: common-cmds.h:2511233msgid "Print lines matching a pattern"11234msgstr ""1123511236#: common-cmds.h:2611237msgid "Create an empty Git repository or reinitialize an existing one"11238msgstr ""1123911240#: common-cmds.h:2711241msgid "Show commit logs"11242msgstr ""1124311244#: common-cmds.h:2811245msgid "Join two or more development histories together"11246msgstr ""1124711248#: common-cmds.h:2911249msgid "Move or rename a file, a directory, or a symlink"11250msgstr ""1125111252#: common-cmds.h:3011253msgid "Fetch from and integrate with another repository or a local branch"11254msgstr ""1125511256#: common-cmds.h:3111257msgid "Update remote refs along with associated objects"11258msgstr ""1125911260#: common-cmds.h:3211261msgid "Reapply commits on top of another base tip"11262msgstr ""1126311264#: common-cmds.h:3311265msgid "Reset current HEAD to the specified state"11266msgstr ""1126711268#: common-cmds.h:3411269msgid "Remove files from the working tree and from the index"11270msgstr ""1127111272#: common-cmds.h:3511273msgid "Show various types of objects"11274msgstr ""1127511276#: common-cmds.h:3611277msgid "Show the working tree status"11278msgstr ""1127911280#: common-cmds.h:3711281msgid "Create, list, delete or verify a tag object signed with GPG"11282msgstr ""1128311284#: parse-options.h:14511285msgid "expiry-date"11286msgstr ""1128711288#: parse-options.h:16011289msgid "no-op (backward compatibility)"11290msgstr ""1129111292#: parse-options.h:23711293msgid "be more verbose"11294msgstr ""1129511296#: parse-options.h:23911297msgid "be more quiet"11298msgstr ""1129911300#: parse-options.h:24511301msgid "use <n> digits to display SHA-1s"11302msgstr ""1130311304#: rerere.h:4011305msgid "update the index with reused conflict resolution if possible"11306msgstr ""1130711308#: git-bisect.sh:5511309msgid "You need to start by \"git bisect start\""11310msgstr ""1131111312#. TRANSLATORS: Make sure to include [Y] and [n] in your11313#. translation. The program will only accept English input11314#. at this point.11315#: git-bisect.sh:6111316msgid "Do you want me to do it for you [Y/n]? "11317msgstr ""1131811319#: git-bisect.sh:12211320#, sh-format11321msgid "unrecognised option: '$arg'"11322msgstr ""1132311324#: git-bisect.sh:12611325#, sh-format11326msgid "'$arg' does not appear to be a valid revision"11327msgstr ""1132811329#: git-bisect.sh:15511330msgid "Bad HEAD - I need a HEAD"11331msgstr ""1133211333#: git-bisect.sh:16811334#, sh-format11335msgid ""11336"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."11337msgstr ""1133811339#: git-bisect.sh:17811340msgid "won't bisect on cg-seek'ed tree"11341msgstr ""1134211343#: git-bisect.sh:18211344msgid "Bad HEAD - strange symbolic ref"11345msgstr ""1134611347#: git-bisect.sh:23411348#, sh-format11349msgid "Bad bisect_write argument: $state"11350msgstr ""1135111352#: git-bisect.sh:26311353#, sh-format11354msgid "Bad rev input: $arg"11355msgstr ""1135611357#: git-bisect.sh:27811358msgid "Please call 'bisect_state' with at least one argument."11359msgstr ""1136011361#: git-bisect.sh:29011362#, sh-format11363msgid "Bad rev input: $rev"11364msgstr ""1136511366#: git-bisect.sh:29911367#, sh-format11368msgid "'git bisect $TERM_BAD' can take only one argument."11369msgstr ""1137011371#: git-bisect.sh:32211372#, sh-format11373msgid "Warning: bisecting only with a $TERM_BAD commit."11374msgstr ""1137511376#. TRANSLATORS: Make sure to include [Y] and [n] in your11377#. translation. The program will only accept English input11378#. at this point.11379#: git-bisect.sh:32811380msgid "Are you sure [Y/n]? "11381msgstr ""1138211383#: git-bisect.sh:34011384#, sh-format11385msgid ""11386"You need to give me at least one $bad_syn and one $good_syn revision.\n"11387"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"11388msgstr ""1138911390#: git-bisect.sh:34311391#, sh-format11392msgid ""11393"You need to start by \"git bisect start\".\n"11394"You then need to give me at least one $good_syn and one $bad_syn revision.\n"11395"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"11396msgstr ""1139711398#: git-bisect.sh:414 git-bisect.sh:54611399msgid "We are not bisecting."11400msgstr ""1140111402#: git-bisect.sh:42111403#, sh-format11404msgid "'$invalid' is not a valid commit"11405msgstr ""1140611407#: git-bisect.sh:43011408#, sh-format11409msgid ""11410"Could not check out original HEAD '$branch'.\n"11411"Try 'git bisect reset <commit>'."11412msgstr ""1141311414#: git-bisect.sh:45811415msgid "No logfile given"11416msgstr ""1141711418#: git-bisect.sh:45911419#, sh-format11420msgid "cannot read $file for replaying"11421msgstr ""1142211423#: git-bisect.sh:48011424msgid "?? what are you talking about?"11425msgstr ""1142611427#: git-bisect.sh:49211428#, sh-format11429msgid "running $command"11430msgstr ""1143111432#: git-bisect.sh:49911433#, sh-format11434msgid ""11435"bisect run failed:\n"11436"exit code $res from '$command' is < 0 or >= 128"11437msgstr ""1143811439#: git-bisect.sh:52511440msgid "bisect run cannot continue any more"11441msgstr ""1144211443#: git-bisect.sh:53111444#, sh-format11445msgid ""11446"bisect run failed:\n"11447"'bisect_state $state' exited with error code $res"11448msgstr ""1144911450#: git-bisect.sh:53811451msgid "bisect run success"11452msgstr ""1145311454#: git-bisect.sh:56511455msgid "please use two different terms"11456msgstr ""1145711458#: git-bisect.sh:57511459#, sh-format11460msgid "'$term' is not a valid term"11461msgstr ""1146211463#: git-bisect.sh:57811464#, sh-format11465msgid "can't use the builtin command '$term' as a term"11466msgstr ""1146711468#: git-bisect.sh:587 git-bisect.sh:59311469#, sh-format11470msgid "can't change the meaning of term '$term'"11471msgstr ""1147211473#: git-bisect.sh:60611474#, sh-format11475msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."11476msgstr ""1147711478#: git-bisect.sh:63611479msgid "no terms defined"11480msgstr ""1148111482#: git-bisect.sh:65311483#, sh-format11484msgid ""11485"invalid argument $arg for 'git bisect terms'.\n"11486"Supported options are: --term-good|--term-old and --term-bad|--term-new."11487msgstr ""1148811489#: git-rebase.sh:5711490msgid ""11491"When you have resolved this problem, run \"git rebase --continue\".\n"11492"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"11493"To check out the original branch and stop rebasing, run \"git rebase --abort"11494"\"."11495msgstr ""1149611497#: git-rebase.sh:16811498msgid "Applied autostash."11499msgstr ""1150011501#: git-rebase.sh:17111502#, sh-format11503msgid "Cannot store $stash_sha1"11504msgstr ""1150511506#: git-rebase.sh:17211507msgid ""11508"Applying autostash resulted in conflicts.\n"11509"Your changes are safe in the stash.\n"11510"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"11511msgstr ""1151211513#: git-rebase.sh:21111514msgid "The pre-rebase hook refused to rebase."11515msgstr ""1151611517#: git-rebase.sh:21611518msgid "It looks like git-am is in progress. Cannot rebase."11519msgstr ""1152011521#: git-rebase.sh:35711522msgid "No rebase in progress?"11523msgstr ""1152411525#: git-rebase.sh:36811526msgid "The --edit-todo action can only be used during interactive rebase."11527msgstr ""1152811529#: git-rebase.sh:37511530msgid "Cannot read HEAD"11531msgstr ""1153211533#: git-rebase.sh:37811534msgid ""11535"You must edit all merge conflicts and then\n"11536"mark them as resolved using git add"11537msgstr ""1153811539#: git-rebase.sh:39611540#, sh-format11541msgid "Could not move back to $head_name"11542msgstr ""1154311544#: git-rebase.sh:41511545#, sh-format11546msgid ""11547"It seems that there is already a $state_dir_base directory, and\n"11548"I wonder if you are in the middle of another rebase. If that is the\n"11549"case, please try\n"11550"\t$cmd_live_rebase\n"11551"If that is not the case, please\n"11552"\t$cmd_clear_stale_rebase\n"11553"and run me again. I am stopping in case you still have something\n"11554"valuable there."11555msgstr ""1155611557#: git-rebase.sh:46611558#, sh-format11559msgid "invalid upstream $upstream_name"11560msgstr ""1156111562#: git-rebase.sh:49011563#, sh-format11564msgid "$onto_name: there are more than one merge bases"11565msgstr ""1156611567#: git-rebase.sh:493 git-rebase.sh:49711568#, sh-format11569msgid "$onto_name: there is no merge base"11570msgstr ""1157111572#: git-rebase.sh:50211573#, sh-format11574msgid "Does not point to a valid commit: $onto_name"11575msgstr ""1157611577#: git-rebase.sh:52511578#, sh-format11579msgid "fatal: no such branch: $branch_name"11580msgstr ""1158111582#: git-rebase.sh:55811583msgid "Cannot autostash"11584msgstr ""1158511586#: git-rebase.sh:56311587#, sh-format11588msgid "Created autostash: $stash_abbrev"11589msgstr ""1159011591#: git-rebase.sh:56711592msgid "Please commit or stash them."11593msgstr ""1159411595#: git-rebase.sh:58711596#, sh-format11597msgid "Current branch $branch_name is up to date."11598msgstr ""1159911600#: git-rebase.sh:59111601#, sh-format11602msgid "Current branch $branch_name is up to date, rebase forced."11603msgstr ""1160411605#: git-rebase.sh:60211606#, sh-format11607msgid "Changes from $mb to $onto:"11608msgstr ""1160911610#: git-rebase.sh:61111611msgid "First, rewinding head to replay your work on top of it..."11612msgstr ""1161311614#: git-rebase.sh:62111615#, sh-format11616msgid "Fast-forwarded $branch_name to $onto_name."11617msgstr ""1161811619#: git-stash.sh:5111620msgid "git stash clear with parameters is unimplemented"11621msgstr ""1162211623#: git-stash.sh:7411624msgid "You do not have the initial commit yet"11625msgstr ""1162611627#: git-stash.sh:8911628msgid "Cannot save the current index state"11629msgstr ""1163011631#: git-stash.sh:124 git-stash.sh:13711632msgid "Cannot save the current worktree state"11633msgstr ""1163411635#: git-stash.sh:14111636msgid "No changes selected"11637msgstr ""1163811639#: git-stash.sh:14411640msgid "Cannot remove temporary index (can't happen)"11641msgstr ""1164211643#: git-stash.sh:15711644msgid "Cannot record working tree state"11645msgstr ""1164611647#: git-stash.sh:18911648#, sh-format11649msgid "Cannot update $ref_stash with $w_commit"11650msgstr ""1165111652#. TRANSLATORS: $option is an invalid option, like11653#. `--blah-blah'. The 7 spaces at the beginning of the11654#. second line correspond to "error: ". So you should line11655#. up the second line with however many characters the11656#. translation of "error: " takes in your language. E.g. in11657#. English this is:11658#.11659#. $ git stash save --blah-blah 2>&1 | head -n 211660#. error: unknown option for 'stash save': --blah-blah11661#. To provide a message, use git stash save -- '--blah-blah'11662#: git-stash.sh:23911663#, sh-format11664msgid ""11665"error: unknown option for 'stash save': $option\n"11666" To provide a message, use git stash save -- '$option'"11667msgstr ""1166811669#: git-stash.sh:26011670msgid "No local changes to save"11671msgstr ""1167211673#: git-stash.sh:26411674msgid "Cannot initialize stash"11675msgstr ""1167611677#: git-stash.sh:26811678msgid "Cannot save the current status"11679msgstr ""1168011681#: git-stash.sh:28611682msgid "Cannot remove worktree changes"11683msgstr ""1168411685#: git-stash.sh:40511686#, sh-format11687msgid "unknown option: $opt"11688msgstr ""1168911690#: git-stash.sh:41511691msgid "No stash found."11692msgstr ""1169311694#: git-stash.sh:42211695#, sh-format11696msgid "Too many revisions specified: $REV"11697msgstr ""1169811699#: git-stash.sh:42811700#, sh-format11701msgid "$reference is not a valid reference"11702msgstr ""1170311704#: git-stash.sh:45611705#, sh-format11706msgid "'$args' is not a stash-like commit"11707msgstr ""1170811709#: git-stash.sh:46711710#, sh-format11711msgid "'$args' is not a stash reference"11712msgstr ""1171311714#: git-stash.sh:47511715msgid "unable to refresh index"11716msgstr ""1171711718#: git-stash.sh:47911719msgid "Cannot apply a stash in the middle of a merge"11720msgstr ""1172111722#: git-stash.sh:48711723msgid "Conflicts in index. Try without --index."11724msgstr ""1172511726#: git-stash.sh:48911727msgid "Could not save index tree"11728msgstr ""1172911730#: git-stash.sh:52311731msgid "Cannot unstage modified files"11732msgstr ""1173311734#: git-stash.sh:53811735msgid "Index was not unstashed."11736msgstr ""1173711738#: git-stash.sh:56111739#, sh-format11740msgid "Dropped ${REV} ($s)"11741msgstr ""1174211743#: git-stash.sh:56211744#, sh-format11745msgid "${REV}: Could not drop stash entry"11746msgstr ""1174711748#: git-stash.sh:57011749msgid "No branch name specified"11750msgstr ""1175111752#: git-stash.sh:64211753msgid "(To restore them type \"git stash apply\")"11754msgstr ""1175511756#: git-submodule.sh:21911757msgid "Relative path can only be used from the toplevel of the working tree"11758msgstr ""1175911760#: git-submodule.sh:22911761#, sh-format11762msgid "repo URL: '$repo' must be absolute or begin with ./|../"11763msgstr ""1176411765#: git-submodule.sh:24611766#, sh-format11767msgid "'$sm_path' already exists in the index"11768msgstr ""1176911770#: git-submodule.sh:25011771#, sh-format11772msgid ""11773"The following path is ignored by one of your .gitignore files:\n"11774"$sm_path\n"11775"Use -f if you really want to add it."11776msgstr ""1177711778#: git-submodule.sh:26811779#, sh-format11780msgid "Adding existing repo at '$sm_path' to the index"11781msgstr ""1178211783#: git-submodule.sh:27011784#, sh-format11785msgid "'$sm_path' already exists and is not a valid git repo"11786msgstr ""1178711788#: git-submodule.sh:27811789#, sh-format11790msgid "A git directory for '$sm_name' is found locally with remote(s):"11791msgstr ""1179211793#: git-submodule.sh:28011794#, sh-format11795msgid ""11796"If you want to reuse this local git directory instead of cloning again from"11797msgstr ""1179811799#: git-submodule.sh:28211800#, sh-format11801msgid ""11802"use the '--force' option. If the local git directory is not the correct repo"11803msgstr ""1180411805#: git-submodule.sh:28311806#, sh-format11807msgid ""11808"or you are unsure what this means choose another name with the '--name' "11809"option."11810msgstr ""1181111812#: git-submodule.sh:28511813#, sh-format11814msgid "Reactivating local git directory for submodule '$sm_name'."11815msgstr ""1181611817#: git-submodule.sh:29711818#, sh-format11819msgid "Unable to checkout submodule '$sm_path'"11820msgstr ""1182111822#: git-submodule.sh:30211823#, sh-format11824msgid "Failed to add submodule '$sm_path'"11825msgstr ""1182611827#: git-submodule.sh:31111828#, sh-format11829msgid "Failed to register submodule '$sm_path'"11830msgstr ""1183111832#: git-submodule.sh:35511833#, sh-format11834msgid "Entering '$displaypath'"11835msgstr ""1183611837#: git-submodule.sh:37511838#, sh-format11839msgid "Stopping at '$displaypath'; script returned non-zero status."11840msgstr ""1184111842#: git-submodule.sh:44811843#, sh-format11844msgid "pathspec and --all are incompatible"11845msgstr ""1184611847#: git-submodule.sh:45311848#, sh-format11849msgid "Use '--all' if you really want to deinitialize all submodules"11850msgstr ""1185111852#: git-submodule.sh:47011853#, sh-format11854msgid "Submodule work tree '$displaypath' contains a .git directory"11855msgstr ""1185611857#: git-submodule.sh:47111858#, sh-format11859msgid ""11860"(use 'rm -rf' if you really want to remove it including all of its history)"11861msgstr ""1186211863#: git-submodule.sh:47711864#, sh-format11865msgid ""11866"Submodule work tree '$displaypath' contains local modifications; use '-f' to "11867"discard them"11868msgstr ""1186911870#: git-submodule.sh:48011871#, sh-format11872msgid "Cleared directory '$displaypath'"11873msgstr ""1187411875#: git-submodule.sh:48111876#, sh-format11877msgid "Could not remove submodule work tree '$displaypath'"11878msgstr ""1187911880#: git-submodule.sh:48411881#, sh-format11882msgid "Could not create empty submodule directory '$displaypath'"11883msgstr ""1188411885#: git-submodule.sh:49311886#, sh-format11887msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"11888msgstr ""1188911890#: git-submodule.sh:63511891#, sh-format11892msgid "Unable to find current revision in submodule path '$displaypath'"11893msgstr ""1189411895#: git-submodule.sh:64411896#, sh-format11897msgid "Unable to fetch in submodule path '$sm_path'"11898msgstr ""1189911900#: git-submodule.sh:66711901#, sh-format11902msgid "Unable to fetch in submodule path '$displaypath'"11903msgstr ""1190411905#: git-submodule.sh:68011906#, sh-format11907msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"11908msgstr ""1190911910#: git-submodule.sh:68111911#, sh-format11912msgid "Submodule path '$displaypath': checked out '$sha1'"11913msgstr ""1191411915#: git-submodule.sh:68511916#, sh-format11917msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"11918msgstr ""1191911920#: git-submodule.sh:68611921#, sh-format11922msgid "Submodule path '$displaypath': rebased into '$sha1'"11923msgstr ""1192411925#: git-submodule.sh:69111926#, sh-format11927msgid "Unable to merge '$sha1' in submodule path '$displaypath'"11928msgstr ""1192911930#: git-submodule.sh:69211931#, sh-format11932msgid "Submodule path '$displaypath': merged in '$sha1'"11933msgstr ""1193411935#: git-submodule.sh:69711936#, sh-format11937msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"11938msgstr ""1193911940#: git-submodule.sh:69811941#, sh-format11942msgid "Submodule path '$displaypath': '$command $sha1'"11943msgstr ""1194411945#: git-submodule.sh:72911946#, sh-format11947msgid "Failed to recurse into submodule path '$displaypath'"11948msgstr ""1194911950#: git-submodule.sh:83711951msgid "The --cached option cannot be used with the --files option"11952msgstr ""1195311954#: git-submodule.sh:88911955#, sh-format11956msgid "unexpected mode $mod_dst"11957msgstr ""1195811959#: git-submodule.sh:90911960#, sh-format11961msgid " Warn: $display_name doesn't contain commit $sha1_src"11962msgstr ""1196311964#: git-submodule.sh:91211965#, sh-format11966msgid " Warn: $display_name doesn't contain commit $sha1_dst"11967msgstr ""1196811969#: git-submodule.sh:91511970#, sh-format11971msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"11972msgstr ""1197311974#: git-submodule.sh:94011975msgid "blob"11976msgstr ""1197711978#: git-submodule.sh:105911979#, sh-format11980msgid "Failed to recurse into submodule path '$sm_path'"11981msgstr ""1198211983#: git-submodule.sh:112311984#, sh-format11985msgid "Synchronizing submodule url for '$displaypath'"11986msgstr ""1198711988#: git-parse-remote.sh:8911989#, sh-format11990msgid "See git-${cmd}(1) for details."11991msgstr ""