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: 2015-12-11 23:36+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:1225 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:1228 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:2535 83#: builtin/blame.c:2536 builtin/config.c:58 builtin/fast-export.c:987 84#: builtin/fast-export.c:989 builtin/grep.c:707 builtin/hash-object.c:99 85#: builtin/ls-files.c:446 builtin/ls-files.c:449 builtin/notes.c:395 86#: builtin/notes.c:558 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:77 119msgid "repo" 120msgstr "" 121 122#: archive.c:452 builtin/archive.c:91 123msgid "retrieve the archive from remote repository <repo>" 124msgstr "" 125 126#: archive.c:453 builtin/archive.c:92 builtin/notes.c:479 127msgid "command" 128msgstr "" 129 130#: archive.c:454 builtin/archive.c:93 131msgid "path to the remote git-upload-archive command" 132msgstr "" 133 134#: attr.c:265 135msgid "" 136"Negative patterns are ignored in git attributes\n" 137"Use '\\!' for literal leading exclamation." 138msgstr "" 139 140#: branch.c:61 141#, c-format 142msgid "Not setting branch %s as its own upstream." 143msgstr "" 144 145#: branch.c:84 146#, c-format 147msgid "Branch %s set up to track remote branch %s from %s by rebasing." 148msgstr "" 149 150#: branch.c:85 151#, c-format 152msgid "Branch %s set up to track remote branch %s from %s." 153msgstr "" 154 155#: branch.c:89 156#, c-format 157msgid "Branch %s set up to track local branch %s by rebasing." 158msgstr "" 159 160#: branch.c:90 161#, c-format 162msgid "Branch %s set up to track local branch %s." 163msgstr "" 164 165#: branch.c:95 166#, c-format 167msgid "Branch %s set up to track remote ref %s by rebasing." 168msgstr "" 169 170#: branch.c:96 171#, c-format 172msgid "Branch %s set up to track remote ref %s." 173msgstr "" 174 175#: branch.c:100 176#, c-format 177msgid "Branch %s set up to track local ref %s by rebasing." 178msgstr "" 179 180#: branch.c:101 181#, c-format 182msgid "Branch %s set up to track local ref %s." 183msgstr "" 184 185#: branch.c:134 186#, c-format 187msgid "Not tracking: ambiguous information for ref %s" 188msgstr "" 189 190#: branch.c:163 191#, c-format 192msgid "'%s' is not a valid branch name." 193msgstr "" 194 195#: branch.c:168 196#, c-format 197msgid "A branch named '%s' already exists." 198msgstr "" 199 200#: branch.c:176 201msgid "Cannot force update the current branch." 202msgstr "" 203 204#: branch.c:196 205#, c-format 206msgid "Cannot setup tracking information; starting point '%s' is not a branch." 207msgstr "" 208 209#: branch.c:198 210#, c-format 211msgid "the requested upstream branch '%s' does not exist" 212msgstr "" 213 214#: branch.c:200 215msgid "" 216"\n" 217"If you are planning on basing your work on an upstream\n" 218"branch that already exists at the remote, you may need to\n" 219"run \"git fetch\" to retrieve it.\n" 220"\n" 221"If you are planning to push out a new local branch that\n" 222"will track its remote counterpart, you may want to use\n" 223"\"git push -u\" to set the upstream config as you push." 224msgstr "" 225 226#: branch.c:244 227#, c-format 228msgid "Not a valid object name: '%s'." 229msgstr "" 230 231#: branch.c:264 232#, c-format 233msgid "Ambiguous object name: '%s'." 234msgstr "" 235 236#: branch.c:269 237#, c-format 238msgid "Not a valid branch point: '%s'." 239msgstr "" 240 241#: branch.c:322 242#, c-format 243msgid "'%s' is already checked out at '%s'" 244msgstr "" 245 246#: bundle.c:34 247#, c-format 248msgid "'%s' does not look like a v2 bundle file" 249msgstr "" 250 251#: bundle.c:61 252#, c-format 253msgid "unrecognized header: %s%s (%d)" 254msgstr "" 255 256#: bundle.c:87 builtin/commit.c:766 257#, c-format 258msgid "could not open '%s'" 259msgstr "" 260 261#: bundle.c:139 262msgid "Repository lacks these prerequisite commits:" 263msgstr "" 264 265#: bundle.c:163 ref-filter.c:1372 sequencer.c:636 sequencer.c:1083 266#: builtin/blame.c:2734 builtin/commit.c:1045 builtin/log.c:334 267#: builtin/log.c:849 builtin/log.c:1456 builtin/log.c:1689 builtin/merge.c:358 268#: builtin/shortlog.c:158 269msgid "revision walk setup failed" 270msgstr "" 271 272#: bundle.c:185 273#, c-format 274msgid "The bundle contains this ref:" 275msgid_plural "The bundle contains these %d refs:" 276msgstr[0] "" 277msgstr[1] "" 278 279#: bundle.c:192 280msgid "The bundle records a complete history." 281msgstr "" 282 283#: bundle.c:194 284#, c-format 285msgid "The bundle requires this ref:" 286msgid_plural "The bundle requires these %d refs:" 287msgstr[0] "" 288msgstr[1] "" 289 290#: bundle.c:253 291msgid "Could not spawn pack-objects" 292msgstr "" 293 294#: bundle.c:264 295msgid "pack-objects died" 296msgstr "" 297 298#: bundle.c:304 299msgid "rev-list died" 300msgstr "" 301 302#: bundle.c:353 303#, c-format 304msgid "ref '%s' is excluded by the rev-list options" 305msgstr "" 306 307#: bundle.c:443 builtin/log.c:157 builtin/log.c:1366 builtin/shortlog.c:261 308#, c-format 309msgid "unrecognized argument: %s" 310msgstr "" 311 312#: bundle.c:449 313msgid "Refusing to create empty bundle." 314msgstr "" 315 316#: bundle.c:459 317#, c-format 318msgid "cannot create '%s'" 319msgstr "" 320 321#: bundle.c:480 322msgid "index-pack died" 323msgstr "" 324 325#: color.c:275 326#, c-format 327msgid "invalid color value: %.*s" 328msgstr "" 329 330#: commit.c:40 builtin/am.c:452 builtin/am.c:488 builtin/am.c:1520 331#: builtin/am.c:2149 332#, c-format 333msgid "could not parse %s" 334msgstr "" 335 336#: commit.c:42 337#, c-format 338msgid "%s %s is not a commit!" 339msgstr "" 340 341#: compat/obstack.c:406 compat/obstack.c:408 342msgid "memory exhausted" 343msgstr "" 344 345#: config.c:474 config.c:476 346#, c-format 347msgid "bad config file line %d in %s" 348msgstr "" 349 350#: config.c:592 351#, c-format 352msgid "bad numeric config value '%s' for '%s' in %s: %s" 353msgstr "" 354 355#: config.c:594 356#, c-format 357msgid "bad numeric config value '%s' for '%s': %s" 358msgstr "" 359 360#: config.c:679 361#, c-format 362msgid "failed to expand user dir in: '%s'" 363msgstr "" 364 365#: config.c:757 config.c:768 366#, c-format 367msgid "bad zlib compression level %d" 368msgstr "" 369 370#: config.c:890 371#, c-format 372msgid "invalid mode for object creation: %s" 373msgstr "" 374 375#: config.c:1216 376msgid "unable to parse command-line config" 377msgstr "" 378 379#: config.c:1277 380msgid "unknown error occured while reading the configuration files" 381msgstr "" 382 383#: config.c:1601 384#, c-format 385msgid "unable to parse '%s' from command-line config" 386msgstr "" 387 388#: config.c:1603 389#, c-format 390msgid "bad config variable '%s' in file '%s' at line %d" 391msgstr "" 392 393#: config.c:1662 394#, c-format 395msgid "%s has multiple values" 396msgstr "" 397 398#: connected.c:69 399msgid "Could not run 'git rev-list'" 400msgstr "" 401 402#: connected.c:89 403#, c-format 404msgid "failed write to rev-list: %s" 405msgstr "" 406 407#: connected.c:97 408#, c-format 409msgid "failed to close rev-list's stdin: %s" 410msgstr "" 411 412#: date.c:95 413msgid "in the future" 414msgstr "" 415 416#: date.c:101 417#, c-format 418msgid "%lu second ago" 419msgid_plural "%lu seconds ago" 420msgstr[0] "" 421msgstr[1] "" 422 423#: date.c:108 424#, c-format 425msgid "%lu minute ago" 426msgid_plural "%lu minutes ago" 427msgstr[0] "" 428msgstr[1] "" 429 430#: date.c:115 431#, c-format 432msgid "%lu hour ago" 433msgid_plural "%lu hours ago" 434msgstr[0] "" 435msgstr[1] "" 436 437#: date.c:122 438#, c-format 439msgid "%lu day ago" 440msgid_plural "%lu days ago" 441msgstr[0] "" 442msgstr[1] "" 443 444#: date.c:128 445#, c-format 446msgid "%lu week ago" 447msgid_plural "%lu weeks ago" 448msgstr[0] "" 449msgstr[1] "" 450 451#: date.c:135 452#, c-format 453msgid "%lu month ago" 454msgid_plural "%lu months ago" 455msgstr[0] "" 456msgstr[1] "" 457 458#: date.c:146 459#, c-format 460msgid "%lu year" 461msgid_plural "%lu years" 462msgstr[0] "" 463msgstr[1] "" 464 465#. TRANSLATORS: "%s" is "<n> years" 466#: date.c:149 467#, c-format 468msgid "%s, %lu month ago" 469msgid_plural "%s, %lu months ago" 470msgstr[0] "" 471msgstr[1] "" 472 473#: date.c:154 date.c:159 474#, c-format 475msgid "%lu year ago" 476msgid_plural "%lu years ago" 477msgstr[0] "" 478msgstr[1] "" 479 480#: diffcore-order.c:24 481#, c-format 482msgid "failed to read orderfile '%s'" 483msgstr "" 484 485#: diffcore-rename.c:536 486msgid "Performing inexact rename detection" 487msgstr "" 488 489#: diff.c:115 490#, c-format 491msgid " Failed to parse dirstat cut-off percentage '%s'\n" 492msgstr "" 493 494#: diff.c:120 495#, c-format 496msgid " Unknown dirstat parameter '%s'\n" 497msgstr "" 498 499#: diff.c:215 500#, c-format 501msgid "Unknown value for 'diff.submodule' config variable: '%s'" 502msgstr "" 503 504#: diff.c:267 505#, c-format 506msgid "" 507"Found errors in 'diff.dirstat' config variable:\n" 508"%s" 509msgstr "" 510 511#: diff.c:3000 512#, c-format 513msgid "external diff died, stopping at %s" 514msgstr "" 515 516#: diff.c:3396 517msgid "--follow requires exactly one pathspec" 518msgstr "" 519 520#: diff.c:3559 521#, c-format 522msgid "" 523"Failed to parse --dirstat/-X option parameter:\n" 524"%s" 525msgstr "" 526 527#: diff.c:3573 528#, c-format 529msgid "Failed to parse --submodule option parameter: '%s'" 530msgstr "" 531 532#: dir.c:1915 533msgid "failed to get kernel name and information" 534msgstr "" 535 536#: dir.c:1998 537msgid "Untracked cache is disabled on this system." 538msgstr "" 539 540#: gpg-interface.c:166 gpg-interface.c:237 541msgid "could not run gpg." 542msgstr "" 543 544#: gpg-interface.c:178 545msgid "gpg did not accept the data" 546msgstr "" 547 548#: gpg-interface.c:189 549msgid "gpg failed to sign the data" 550msgstr "" 551 552#: gpg-interface.c:222 553#, c-format 554msgid "could not create temporary file '%s': %s" 555msgstr "" 556 557#: gpg-interface.c:225 558#, c-format 559msgid "failed writing detached signature to '%s': %s" 560msgstr "" 561 562#: grep.c:1718 563#, c-format 564msgid "'%s': unable to read %s" 565msgstr "" 566 567#: grep.c:1735 568#, c-format 569msgid "'%s': %s" 570msgstr "" 571 572#: grep.c:1746 573#, c-format 574msgid "'%s': short read %s" 575msgstr "" 576 577#: help.c:207 578#, c-format 579msgid "available git commands in '%s'" 580msgstr "" 581 582#: help.c:214 583msgid "git commands available from elsewhere on your $PATH" 584msgstr "" 585 586#: help.c:246 587msgid "These are common Git commands used in various situations:" 588msgstr "" 589 590#: help.c:311 591#, c-format 592msgid "" 593"'%s' appears to be a git command, but we were not\n" 594"able to execute it. Maybe git-%s is broken?" 595msgstr "" 596 597#: help.c:368 598msgid "Uh oh. Your system reports no Git commands at all." 599msgstr "" 600 601#: help.c:390 602#, c-format 603msgid "" 604"WARNING: You called a Git command named '%s', which does not exist.\n" 605"Continuing under the assumption that you meant '%s'" 606msgstr "" 607 608#: help.c:395 609#, c-format 610msgid "in %0.1f seconds automatically..." 611msgstr "" 612 613#: help.c:402 614#, c-format 615msgid "git: '%s' is not a git command. See 'git --help'." 616msgstr "" 617 618#: help.c:406 help.c:466 619msgid "" 620"\n" 621"Did you mean this?" 622msgid_plural "" 623"\n" 624"Did you mean one of these?" 625msgstr[0] "" 626msgstr[1] "" 627 628#: help.c:462 629#, c-format 630msgid "%s: %s - %s" 631msgstr "" 632 633#: merge.c:41 634msgid "failed to read the cache" 635msgstr "" 636 637#: merge.c:94 builtin/am.c:2022 builtin/am.c:2057 builtin/checkout.c:376 638#: builtin/checkout.c:587 builtin/clone.c:722 639msgid "unable to write new index file" 640msgstr "" 641 642#: merge-recursive.c:189 643#, c-format 644msgid "(bad commit)\n" 645msgstr "" 646 647#: merge-recursive.c:209 648#, c-format 649msgid "addinfo_cache failed for path '%s'" 650msgstr "" 651 652#: merge-recursive.c:270 653msgid "error building trees" 654msgstr "" 655 656#: merge-recursive.c:686 657#, c-format 658msgid "failed to create path '%s'%s" 659msgstr "" 660 661#: merge-recursive.c:697 662#, c-format 663msgid "Removing %s to make room for subdirectory\n" 664msgstr "" 665 666#: merge-recursive.c:711 merge-recursive.c:732 667msgid ": perhaps a D/F conflict?" 668msgstr "" 669 670#: merge-recursive.c:722 671#, c-format 672msgid "refusing to lose untracked file at '%s'" 673msgstr "" 674 675#: merge-recursive.c:762 676#, c-format 677msgid "cannot read object %s '%s'" 678msgstr "" 679 680#: merge-recursive.c:764 681#, c-format 682msgid "blob expected for %s '%s'" 683msgstr "" 684 685#: merge-recursive.c:787 builtin/clone.c:369 686#, c-format 687msgid "failed to open '%s'" 688msgstr "" 689 690#: merge-recursive.c:795 691#, c-format 692msgid "failed to symlink '%s'" 693msgstr "" 694 695#: merge-recursive.c:798 696#, c-format 697msgid "do not know what to do with %06o %s '%s'" 698msgstr "" 699 700#: merge-recursive.c:936 701msgid "Failed to execute internal merge" 702msgstr "" 703 704#: merge-recursive.c:940 705#, c-format 706msgid "Unable to add %s to database" 707msgstr "" 708 709#: merge-recursive.c:956 710msgid "unsupported object type in the tree" 711msgstr "" 712 713#: merge-recursive.c:1031 merge-recursive.c:1045 714#, c-format 715msgid "" 716"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 717"in tree." 718msgstr "" 719 720#: merge-recursive.c:1037 merge-recursive.c:1050 721#, c-format 722msgid "" 723"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 724"in tree at %s." 725msgstr "" 726 727#: merge-recursive.c:1091 728msgid "rename" 729msgstr "" 730 731#: merge-recursive.c:1091 732msgid "renamed" 733msgstr "" 734 735#: merge-recursive.c:1147 736#, c-format 737msgid "%s is a directory in %s adding as %s instead" 738msgstr "" 739 740#: merge-recursive.c:1169 741#, c-format 742msgid "" 743"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s" 744"\"->\"%s\" in \"%s\"%s" 745msgstr "" 746 747#: merge-recursive.c:1174 748msgid " (left unresolved)" 749msgstr "" 750 751#: merge-recursive.c:1228 752#, c-format 753msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s" 754msgstr "" 755 756#: merge-recursive.c:1258 757#, c-format 758msgid "Renaming %s to %s and %s to %s instead" 759msgstr "" 760 761#: merge-recursive.c:1457 762#, c-format 763msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s" 764msgstr "" 765 766#: merge-recursive.c:1467 767#, c-format 768msgid "Adding merged %s" 769msgstr "" 770 771#: merge-recursive.c:1472 merge-recursive.c:1674 772#, c-format 773msgid "Adding as %s instead" 774msgstr "" 775 776#: merge-recursive.c:1523 777#, c-format 778msgid "cannot read object %s" 779msgstr "" 780 781#: merge-recursive.c:1526 782#, c-format 783msgid "object %s is not a blob" 784msgstr "" 785 786#: merge-recursive.c:1578 787msgid "modify" 788msgstr "" 789 790#: merge-recursive.c:1578 791msgid "modified" 792msgstr "" 793 794#: merge-recursive.c:1588 795msgid "content" 796msgstr "" 797 798#: merge-recursive.c:1595 799msgid "add/add" 800msgstr "" 801 802#: merge-recursive.c:1629 803#, c-format 804msgid "Skipped %s (merged same as existing)" 805msgstr "" 806 807#: merge-recursive.c:1643 808#, c-format 809msgid "Auto-merging %s" 810msgstr "" 811 812#: merge-recursive.c:1647 git-submodule.sh:1025 813msgid "submodule" 814msgstr "" 815 816#: merge-recursive.c:1648 817#, c-format 818msgid "CONFLICT (%s): Merge conflict in %s" 819msgstr "" 820 821#: merge-recursive.c:1734 822#, c-format 823msgid "Removing %s" 824msgstr "" 825 826#: merge-recursive.c:1759 827msgid "file/directory" 828msgstr "" 829 830#: merge-recursive.c:1765 831msgid "directory/file" 832msgstr "" 833 834#: merge-recursive.c:1770 835#, c-format 836msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s" 837msgstr "" 838 839#: merge-recursive.c:1780 840#, c-format 841msgid "Adding %s" 842msgstr "" 843 844#: merge-recursive.c:1797 845msgid "Fatal merge failure, shouldn't happen." 846msgstr "" 847 848#: merge-recursive.c:1816 849msgid "Already up-to-date!" 850msgstr "" 851 852#: merge-recursive.c:1825 853#, c-format 854msgid "merging of trees %s and %s failed" 855msgstr "" 856 857#: merge-recursive.c:1855 858#, c-format 859msgid "Unprocessed path??? %s" 860msgstr "" 861 862#: merge-recursive.c:1903 863msgid "Merging:" 864msgstr "" 865 866#: merge-recursive.c:1916 867#, c-format 868msgid "found %u common ancestor:" 869msgid_plural "found %u common ancestors:" 870msgstr[0] "" 871msgstr[1] "" 872 873#: merge-recursive.c:1953 874msgid "merge returned no commit" 875msgstr "" 876 877#: merge-recursive.c:2010 878#, c-format 879msgid "Could not parse object '%s'" 880msgstr "" 881 882#: merge-recursive.c:2021 builtin/merge.c:645 883msgid "Unable to write index." 884msgstr "" 885 886#: notes-utils.c:41 887msgid "Cannot commit uninitialized/unreferenced notes tree" 888msgstr "" 889 890#: notes-utils.c:100 891#, c-format 892msgid "Bad notes.rewriteMode value: '%s'" 893msgstr "" 894 895#: notes-utils.c:110 896#, c-format 897msgid "Refusing to rewrite notes in %s (outside of refs/notes/)" 898msgstr "" 899 900#. TRANSLATORS: The first %s is the name of the 901#. environment variable, the second %s is its value 902#: notes-utils.c:137 903#, c-format 904msgid "Bad %s value: '%s'" 905msgstr "" 906 907#: object.c:242 908#, c-format 909msgid "unable to parse object: %s" 910msgstr "" 911 912#: parse-options.c:570 913msgid "..." 914msgstr "" 915 916#: parse-options.c:588 917#, c-format 918msgid "usage: %s" 919msgstr "" 920 921#. TRANSLATORS: the colon here should align with the 922#. one in "usage: %s" translation 923#: parse-options.c:592 924#, c-format 925msgid " or: %s" 926msgstr "" 927 928#: parse-options.c:595 929#, c-format 930msgid " %s" 931msgstr "" 932 933#: parse-options.c:629 934msgid "-NUM" 935msgstr "" 936 937#: parse-options-cb.c:108 938#, c-format 939msgid "malformed object name '%s'" 940msgstr "" 941 942#: path.c:752 943#, c-format 944msgid "Could not make %s writable by group" 945msgstr "" 946 947#: pathspec.c:133 948msgid "global 'glob' and 'noglob' pathspec settings are incompatible" 949msgstr "" 950 951#: pathspec.c:143 952msgid "" 953"global 'literal' pathspec setting is incompatible with all other global " 954"pathspec settings" 955msgstr "" 956 957#: pathspec.c:177 958msgid "invalid parameter for pathspec magic 'prefix'" 959msgstr "" 960 961#: pathspec.c:183 962#, c-format 963msgid "Invalid pathspec magic '%.*s' in '%s'" 964msgstr "" 965 966#: pathspec.c:187 967#, c-format 968msgid "Missing ')' at the end of pathspec magic in '%s'" 969msgstr "" 970 971#: pathspec.c:205 972#, c-format 973msgid "Unimplemented pathspec magic '%c' in '%s'" 974msgstr "" 975 976#: pathspec.c:230 977#, c-format 978msgid "%s: 'literal' and 'glob' are incompatible" 979msgstr "" 980 981#: pathspec.c:241 982#, c-format 983msgid "%s: '%s' is outside repository" 984msgstr "" 985 986#: pathspec.c:291 987#, c-format 988msgid "Pathspec '%s' is in submodule '%.*s'" 989msgstr "" 990 991#: pathspec.c:353 992#, c-format 993msgid "%s: pathspec magic not supported by this command: %s" 994msgstr "" 995 996#: pathspec.c:432 997#, c-format 998msgid "pathspec '%s' is beyond a symbolic link" 999msgstr ""10001001#: pathspec.c:4411002msgid ""1003"There is nothing to exclude from by :(exclude) patterns.\n"1004"Perhaps you forgot to add either ':/' or '.' ?"1005msgstr ""10061007#: pretty.c:9691008msgid "unable to parse --pretty format"1009msgstr ""10101011#: progress.c:2351012msgid "done"1013msgstr ""10141015#: read-cache.c:12811016#, c-format1017msgid ""1018"index.version set, but the value is invalid.\n"1019"Using version %i"1020msgstr ""10211022#: read-cache.c:12911023#, c-format1024msgid ""1025"GIT_INDEX_VERSION set, but the value is invalid.\n"1026"Using version %i"1027msgstr ""10281029#: refs.c:543 builtin/merge.c:760 builtin/merge.c:871 builtin/merge.c:9731030#: builtin/merge.c:9831031#, c-format1032msgid "Could not open '%s' for writing"1033msgstr ""10341035#: refs/files-backend.c:23591036#, c-format1037msgid "could not delete reference %s: %s"1038msgstr ""10391040#: refs/files-backend.c:23621041#, c-format1042msgid "could not delete references: %s"1043msgstr ""10441045#: refs/files-backend.c:23711046#, c-format1047msgid "could not remove reference %s"1048msgstr ""10491050#: ref-filter.c:2451051#, c-format1052msgid "format: %%(end) atom used without corresponding atom"1053msgstr ""10541055#: ref-filter.c:7041056#, c-format1057msgid "positive value expected contents:lines=%s"1058msgstr ""10591060#: ref-filter.c:8331061#, c-format1062msgid "expected format: %%(color:<color>)"1063msgstr ""10641065#: ref-filter.c:8351066msgid "unable to parse format"1067msgstr ""10681069#: ref-filter.c:8701070#, c-format1071msgid "expected format: %%(align:<width>,<position>)"1072msgstr ""10731074#: ref-filter.c:8931075#, c-format1076msgid "improper format entered align:%s"1077msgstr ""10781079#: ref-filter.c:8981080#, c-format1081msgid "positive width expected with the %%(align) atom"1082msgstr ""10831084#: ref-filter.c:12191085#, c-format1086msgid "malformed object at '%s'"1087msgstr ""10881089#: ref-filter.c:15611090#, c-format1091msgid "format: %%(end) atom missing"1092msgstr ""10931094#: ref-filter.c:16151095#, c-format1096msgid "malformed object name %s"1097msgstr ""10981099#: remote.c:7561100#, c-format1101msgid "Cannot fetch both %s and %s to %s"1102msgstr ""11031104#: remote.c:7601105#, c-format1106msgid "%s usually tracks %s, not %s"1107msgstr ""11081109#: remote.c:7641110#, c-format1111msgid "%s tracks both %s and %s"1112msgstr ""11131114#: remote.c:7721115msgid "Internal error"1116msgstr ""11171118#: remote.c:1687 remote.c:17301119msgid "HEAD does not point to a branch"1120msgstr ""11211122#: remote.c:16961123#, c-format1124msgid "no such branch: '%s'"1125msgstr ""11261127#: remote.c:16991128#, c-format1129msgid "no upstream configured for branch '%s'"1130msgstr ""11311132#: remote.c:17051133#, c-format1134msgid "upstream branch '%s' not stored as a remote-tracking branch"1135msgstr ""11361137#: remote.c:17201138#, c-format1139msgid "push destination '%s' on remote '%s' has no local tracking branch"1140msgstr ""11411142#: remote.c:17351143#, c-format1144msgid "branch '%s' has no remote for pushing"1145msgstr ""11461147#: remote.c:17461148#, c-format1149msgid "push refspecs for '%s' do not include '%s'"1150msgstr ""11511152#: remote.c:17591153msgid "push has no destination (push.default is 'nothing')"1154msgstr ""11551156#: remote.c:17811157msgid "cannot resolve 'simple' push to a single destination"1158msgstr ""11591160#: remote.c:20831161#, c-format1162msgid "Your branch is based on '%s', but the upstream is gone.\n"1163msgstr ""11641165#: remote.c:20871166msgid " (use \"git branch --unset-upstream\" to fixup)\n"1167msgstr ""11681169#: remote.c:20901170#, c-format1171msgid "Your branch is up-to-date with '%s'.\n"1172msgstr ""11731174#: remote.c:20941175#, c-format1176msgid "Your branch is ahead of '%s' by %d commit.\n"1177msgid_plural "Your branch is ahead of '%s' by %d commits.\n"1178msgstr[0] ""1179msgstr[1] ""11801181#: remote.c:21001182msgid " (use \"git push\" to publish your local commits)\n"1183msgstr ""11841185#: remote.c:21031186#, c-format1187msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"1188msgid_plural ""1189"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"1190msgstr[0] ""1191msgstr[1] ""11921193#: remote.c:21111194msgid " (use \"git pull\" to update your local branch)\n"1195msgstr ""11961197#: remote.c:21141198#, c-format1199msgid ""1200"Your branch and '%s' have diverged,\n"1201"and have %d and %d different commit each, respectively.\n"1202msgid_plural ""1203"Your branch and '%s' have diverged,\n"1204"and have %d and %d different commits each, respectively.\n"1205msgstr[0] ""1206msgstr[1] ""12071208#: remote.c:21241209msgid " (use \"git pull\" to merge the remote branch into yours)\n"1210msgstr ""12111212#: revision.c:21911213msgid "your current branch appears to be broken"1214msgstr ""12151216#: revision.c:21941217#, c-format1218msgid "your current branch '%s' does not have any commits yet"1219msgstr ""12201221#: revision.c:23881222msgid "--first-parent is incompatible with --bisect"1223msgstr ""12241225#: run-command.c:901226msgid "open /dev/null failed"1227msgstr ""12281229#: run-command.c:921230#, c-format1231msgid "dup2(%d,%d) failed"1232msgstr ""12331234#: send-pack.c:2951235msgid "failed to sign the push certificate"1236msgstr ""12371238#: send-pack.c:4041239msgid "the receiving end does not support --signed push"1240msgstr ""12411242#: send-pack.c:4061243msgid ""1244"not sending a push certificate since the receiving end does not support --"1245"signed push"1246msgstr ""12471248#: send-pack.c:4181249msgid "the receiving end does not support --atomic push"1250msgstr ""12511252#: sequencer.c:1831253msgid ""1254"after resolving the conflicts, mark the corrected paths\n"1255"with 'git add <paths>' or 'git rm <paths>'"1256msgstr ""12571258#: sequencer.c:1861259msgid ""1260"after resolving the conflicts, mark the corrected paths\n"1261"with 'git add <paths>' or 'git rm <paths>'\n"1262"and commit the result with 'git commit'"1263msgstr ""12641265#: sequencer.c:199 sequencer.c:842 sequencer.c:9221266#, c-format1267msgid "Could not write to %s"1268msgstr ""12691270#: sequencer.c:2021271#, c-format1272msgid "Error wrapping up %s"1273msgstr ""12741275#: sequencer.c:2171276msgid "Your local changes would be overwritten by cherry-pick."1277msgstr ""12781279#: sequencer.c:2191280msgid "Your local changes would be overwritten by revert."1281msgstr ""12821283#: sequencer.c:2221284msgid "Commit your changes or stash them to proceed."1285msgstr ""12861287#. TRANSLATORS: %s will be "revert" or "cherry-pick"1288#: sequencer.c:3091289#, c-format1290msgid "%s: Unable to write new index file"1291msgstr ""12921293#: sequencer.c:3271294msgid "Could not resolve HEAD commit\n"1295msgstr ""12961297#: sequencer.c:3471298msgid "Unable to update cache tree\n"1299msgstr ""13001301#: sequencer.c:3991302#, c-format1303msgid "Could not parse commit %s\n"1304msgstr ""13051306#: sequencer.c:4041307#, c-format1308msgid "Could not parse parent commit %s\n"1309msgstr ""13101311#: sequencer.c:4691312msgid "Your index file is unmerged."1313msgstr ""13141315#: sequencer.c:4881316#, c-format1317msgid "Commit %s is a merge but no -m option was given."1318msgstr ""13191320#: sequencer.c:4961321#, c-format1322msgid "Commit %s does not have parent %d"1323msgstr ""13241325#: sequencer.c:5001326#, c-format1327msgid "Mainline was specified but commit %s is not a merge."1328msgstr ""13291330#. TRANSLATORS: The first %s will be "revert" or1331#. "cherry-pick", the second %s a SHA11332#: sequencer.c:5131333#, c-format1334msgid "%s: cannot parse parent commit %s"1335msgstr ""13361337#: sequencer.c:5171338#, c-format1339msgid "Cannot get commit message for %s"1340msgstr ""13411342#: sequencer.c:6031343#, c-format1344msgid "could not revert %s... %s"1345msgstr ""13461347#: sequencer.c:6041348#, c-format1349msgid "could not apply %s... %s"1350msgstr ""13511352#: sequencer.c:6391353msgid "empty commit set passed"1354msgstr ""13551356#: sequencer.c:6471357#, c-format1358msgid "git %s: failed to read the index"1359msgstr ""13601361#: sequencer.c:6511362#, c-format1363msgid "git %s: failed to refresh the index"1364msgstr ""13651366#: sequencer.c:7111367#, c-format1368msgid "Cannot %s during a %s"1369msgstr ""13701371#: sequencer.c:7331372#, c-format1373msgid "Could not parse line %d."1374msgstr ""13751376#: sequencer.c:7381377msgid "No commits parsed."1378msgstr ""13791380#: sequencer.c:7501381#, c-format1382msgid "Could not open %s"1383msgstr ""13841385#: sequencer.c:7541386#, c-format1387msgid "Could not read %s."1388msgstr ""13891390#: sequencer.c:7611391#, c-format1392msgid "Unusable instruction sheet: %s"1393msgstr ""13941395#: sequencer.c:7911396#, c-format1397msgid "Invalid key: %s"1398msgstr ""13991400#: sequencer.c:794 builtin/pull.c:47 builtin/pull.c:491401#, c-format1402msgid "Invalid value for %s: %s"1403msgstr ""14041405#: sequencer.c:8041406#, c-format1407msgid "Malformed options sheet: %s"1408msgstr ""14091410#: sequencer.c:8231411msgid "a cherry-pick or revert is already in progress"1412msgstr ""14131414#: sequencer.c:8241415msgid "try \"git cherry-pick (--continue | --quit | --abort)\""1416msgstr ""14171418#: sequencer.c:8281419#, c-format1420msgid "Could not create sequencer directory %s"1421msgstr ""14221423#: sequencer.c:844 sequencer.c:9261424#, c-format1425msgid "Error wrapping up %s."1426msgstr ""14271428#: sequencer.c:863 sequencer.c:9961429msgid "no cherry-pick or revert in progress"1430msgstr ""14311432#: sequencer.c:8651433msgid "cannot resolve HEAD"1434msgstr ""14351436#: sequencer.c:8671437msgid "cannot abort from a branch yet to be born"1438msgstr ""14391440#: sequencer.c:887 builtin/apply.c:42871441#, c-format1442msgid "cannot open %s: %s"1443msgstr ""14441445#: sequencer.c:8901446#, c-format1447msgid "cannot read %s: %s"1448msgstr ""14491450#: sequencer.c:8911451msgid "unexpected end of file"1452msgstr ""14531454#: sequencer.c:8971455#, c-format1456msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"1457msgstr ""14581459#: sequencer.c:9191460#, c-format1461msgid "Could not format %s."1462msgstr ""14631464#: sequencer.c:10641465#, c-format1466msgid "%s: can't cherry-pick a %s"1467msgstr ""14681469#: sequencer.c:10671470#, c-format1471msgid "%s: bad revision"1472msgstr ""14731474#: sequencer.c:11011475msgid "Can't revert as initial commit"1476msgstr ""14771478#: sequencer.c:11021479msgid "Can't cherry-pick into empty head"1480msgstr ""14811482#: setup.c:2481483#, c-format1484msgid "failed to read %s"1485msgstr ""14861487#: sha1_name.c:4631488msgid ""1489"Git normally never creates a ref that ends with 40 hex characters\n"1490"because it will be ignored when you just specify 40-hex. These refs\n"1491"may be created by mistake. For example,\n"1492"\n"1493" git checkout -b $br $(git rev-parse ...)\n"1494"\n"1495"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"1496"examine these refs and maybe delete them. Turn this message off by\n"1497"running \"git config advice.objectNameWarning false\""1498msgstr ""14991500#: submodule.c:61 submodule.c:951501msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"1502msgstr ""15031504#: submodule.c:65 submodule.c:991505#, c-format1506msgid "Could not find section in .gitmodules where path=%s"1507msgstr ""15081509#: submodule.c:731510#, c-format1511msgid "Could not update .gitmodules entry %s"1512msgstr ""15131514#: submodule.c:1061515#, c-format1516msgid "Could not remove .gitmodules entry for %s"1517msgstr ""15181519#: submodule.c:1171520msgid "staging updated .gitmodules failed"1521msgstr ""15221523#: submodule.c:10401524#, c-format1525msgid "Could not set core.worktree in %s"1526msgstr ""15271528#: trailer.c:491 trailer.c:495 trailer.c:499 trailer.c:553 trailer.c:5571529#: trailer.c:5611530#, c-format1531msgid "unknown value '%s' for key '%s'"1532msgstr ""15331534#: trailer.c:543 trailer.c:548 builtin/remote.c:2961535#, c-format1536msgid "more than one %s"1537msgstr ""15381539#: trailer.c:5811540#, c-format1541msgid "empty trailer token in trailer '%.*s'"1542msgstr ""15431544#: trailer.c:7011545#, c-format1546msgid "could not read input file '%s'"1547msgstr ""15481549#: trailer.c:7041550msgid "could not read from stdin"1551msgstr ""15521553#: transport-helper.c:10251554#, c-format1555msgid "Could not read ref %s"1556msgstr ""15571558#: unpack-trees.c:2031559msgid "Checking out files"1560msgstr ""15611562#: urlmatch.c:1201563msgid "invalid URL scheme name or missing '://' suffix"1564msgstr ""15651566#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:3561567#, c-format1568msgid "invalid %XX escape sequence"1569msgstr ""15701571#: urlmatch.c:1721572msgid "missing host and scheme is not 'file:'"1573msgstr ""15741575#: urlmatch.c:1891576msgid "a 'file:' URL may not have a port number"1577msgstr ""15781579#: urlmatch.c:1991580msgid "invalid characters in host name"1581msgstr ""15821583#: urlmatch.c:244 urlmatch.c:2551584msgid "invalid port number"1585msgstr ""15861587#: urlmatch.c:3221588msgid "invalid '..' path segment"1589msgstr ""15901591#: wrapper.c:219 wrapper.c:3621592#, c-format1593msgid "could not open '%s' for reading and writing"1594msgstr ""15951596#: wrapper.c:221 wrapper.c:3641597#, c-format1598msgid "could not open '%s' for writing"1599msgstr ""16001601#: wrapper.c:223 wrapper.c:366 builtin/am.c:338 builtin/commit.c:16911602#: builtin/merge.c:1074 builtin/pull.c:3801603#, c-format1604msgid "could not open '%s' for reading"1605msgstr ""16061607#: wrapper.c:5791608#, c-format1609msgid "unable to access '%s': %s"1610msgstr ""16111612#: wrapper.c:6001613#, c-format1614msgid "unable to access '%s'"1615msgstr ""16161617#: wrapper.c:6111618#, c-format1619msgid "unable to look up current user in the passwd file: %s"1620msgstr ""16211622#: wrapper.c:6121623msgid "no such user"1624msgstr ""16251626#: wrapper.c:6201627msgid "unable to get current working directory"1628msgstr ""16291630#: wrapper.c:6471631#, c-format1632msgid "could not open %s for writing"1633msgstr ""16341635#: wrapper.c:658 builtin/am.c:4251636#, c-format1637msgid "could not write to %s"1638msgstr ""16391640#: wrapper.c:6641641#, c-format1642msgid "could not close %s"1643msgstr ""16441645#: wt-status.c:1491646msgid "Unmerged paths:"1647msgstr ""16481649#: wt-status.c:176 wt-status.c:2031650#, c-format1651msgid " (use \"git reset %s <file>...\" to unstage)"1652msgstr ""16531654#: wt-status.c:178 wt-status.c:2051655msgid " (use \"git rm --cached <file>...\" to unstage)"1656msgstr ""16571658#: wt-status.c:1821659msgid " (use \"git add <file>...\" to mark resolution)"1660msgstr ""16611662#: wt-status.c:184 wt-status.c:1881663msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"1664msgstr ""16651666#: wt-status.c:1861667msgid " (use \"git rm <file>...\" to mark resolution)"1668msgstr ""16691670#: wt-status.c:197 wt-status.c:8801671msgid "Changes to be committed:"1672msgstr ""16731674#: wt-status.c:215 wt-status.c:8891675msgid "Changes not staged for commit:"1676msgstr ""16771678#: wt-status.c:2191679msgid " (use \"git add <file>...\" to update what will be committed)"1680msgstr ""16811682#: wt-status.c:2211683msgid " (use \"git add/rm <file>...\" to update what will be committed)"1684msgstr ""16851686#: wt-status.c:2221687msgid ""1688" (use \"git checkout -- <file>...\" to discard changes in working directory)"1689msgstr ""16901691#: wt-status.c:2241692msgid " (commit or discard the untracked or modified content in submodules)"1693msgstr ""16941695#: wt-status.c:2361696#, c-format1697msgid " (use \"git %s <file>...\" to include in what will be committed)"1698msgstr ""16991700#: wt-status.c:2511701msgid "both deleted:"1702msgstr ""17031704#: wt-status.c:2531705msgid "added by us:"1706msgstr ""17071708#: wt-status.c:2551709msgid "deleted by them:"1710msgstr ""17111712#: wt-status.c:2571713msgid "added by them:"1714msgstr ""17151716#: wt-status.c:2591717msgid "deleted by us:"1718msgstr ""17191720#: wt-status.c:2611721msgid "both added:"1722msgstr ""17231724#: wt-status.c:2631725msgid "both modified:"1726msgstr ""17271728#: wt-status.c:2651729#, c-format1730msgid "bug: unhandled unmerged status %x"1731msgstr ""17321733#: wt-status.c:2731734msgid "new file:"1735msgstr ""17361737#: wt-status.c:2751738msgid "copied:"1739msgstr ""17401741#: wt-status.c:2771742msgid "deleted:"1743msgstr ""17441745#: wt-status.c:2791746msgid "modified:"1747msgstr ""17481749#: wt-status.c:2811750msgid "renamed:"1751msgstr ""17521753#: wt-status.c:2831754msgid "typechange:"1755msgstr ""17561757#: wt-status.c:2851758msgid "unknown:"1759msgstr ""17601761#: wt-status.c:2871762msgid "unmerged:"1763msgstr ""17641765#: wt-status.c:3691766msgid "new commits, "1767msgstr ""17681769#: wt-status.c:3711770msgid "modified content, "1771msgstr ""17721773#: wt-status.c:3731774msgid "untracked content, "1775msgstr ""17761777#: wt-status.c:3901778#, c-format1779msgid "bug: unhandled diff status %c"1780msgstr ""17811782#: wt-status.c:7541783msgid "Submodules changed but not updated:"1784msgstr ""17851786#: wt-status.c:7561787msgid "Submodule changes to be committed:"1788msgstr ""17891790#: wt-status.c:8371791msgid ""1792"Do not touch the line above.\n"1793"Everything below will be removed."1794msgstr ""17951796#: wt-status.c:9481797msgid "You have unmerged paths."1798msgstr ""17991800#: wt-status.c:9511801msgid " (fix conflicts and run \"git commit\")"1802msgstr ""18031804#: wt-status.c:9541805msgid "All conflicts fixed but you are still merging."1806msgstr ""18071808#: wt-status.c:9571809msgid " (use \"git commit\" to conclude merge)"1810msgstr ""18111812#: wt-status.c:9671813msgid "You are in the middle of an am session."1814msgstr ""18151816#: wt-status.c:9701817msgid "The current patch is empty."1818msgstr ""18191820#: wt-status.c:9741821msgid " (fix conflicts and then run \"git am --continue\")"1822msgstr ""18231824#: wt-status.c:9761825msgid " (use \"git am --skip\" to skip this patch)"1826msgstr ""18271828#: wt-status.c:9781829msgid " (use \"git am --abort\" to restore the original branch)"1830msgstr ""18311832#: wt-status.c:11051833msgid "No commands done."1834msgstr ""18351836#: wt-status.c:11081837#, c-format1838msgid "Last command done (%d command done):"1839msgid_plural "Last commands done (%d commands done):"1840msgstr[0] ""1841msgstr[1] ""18421843#: wt-status.c:11191844#, c-format1845msgid " (see more in file %s)"1846msgstr ""18471848#: wt-status.c:11241849msgid "No commands remaining."1850msgstr ""18511852#: wt-status.c:11271853#, c-format1854msgid "Next command to do (%d remaining command):"1855msgid_plural "Next commands to do (%d remaining commands):"1856msgstr[0] ""1857msgstr[1] ""18581859#: wt-status.c:11351860msgid " (use \"git rebase --edit-todo\" to view and edit)"1861msgstr ""18621863#: wt-status.c:11481864#, c-format1865msgid "You are currently rebasing branch '%s' on '%s'."1866msgstr ""18671868#: wt-status.c:11531869msgid "You are currently rebasing."1870msgstr ""18711872#: wt-status.c:11671873msgid " (fix conflicts and then run \"git rebase --continue\")"1874msgstr ""18751876#: wt-status.c:11691877msgid " (use \"git rebase --skip\" to skip this patch)"1878msgstr ""18791880#: wt-status.c:11711881msgid " (use \"git rebase --abort\" to check out the original branch)"1882msgstr ""18831884#: wt-status.c:11771885msgid " (all conflicts fixed: run \"git rebase --continue\")"1886msgstr ""18871888#: wt-status.c:11811889#, c-format1890msgid ""1891"You are currently splitting a commit while rebasing branch '%s' on '%s'."1892msgstr ""18931894#: wt-status.c:11861895msgid "You are currently splitting a commit during a rebase."1896msgstr ""18971898#: wt-status.c:11891899msgid " (Once your working directory is clean, run \"git rebase --continue\")"1900msgstr ""19011902#: wt-status.c:11931903#, c-format1904msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."1905msgstr ""19061907#: wt-status.c:11981908msgid "You are currently editing a commit during a rebase."1909msgstr ""19101911#: wt-status.c:12011912msgid " (use \"git commit --amend\" to amend the current commit)"1913msgstr ""19141915#: wt-status.c:12031916msgid ""1917" (use \"git rebase --continue\" once you are satisfied with your changes)"1918msgstr ""19191920#: wt-status.c:12131921#, c-format1922msgid "You are currently cherry-picking commit %s."1923msgstr ""19241925#: wt-status.c:12181926msgid " (fix conflicts and run \"git cherry-pick --continue\")"1927msgstr ""19281929#: wt-status.c:12211930msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"1931msgstr ""19321933#: wt-status.c:12231934msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"1935msgstr ""19361937#: wt-status.c:12321938#, c-format1939msgid "You are currently reverting commit %s."1940msgstr ""19411942#: wt-status.c:12371943msgid " (fix conflicts and run \"git revert --continue\")"1944msgstr ""19451946#: wt-status.c:12401947msgid " (all conflicts fixed: run \"git revert --continue\")"1948msgstr ""19491950#: wt-status.c:12421951msgid " (use \"git revert --abort\" to cancel the revert operation)"1952msgstr ""19531954#: wt-status.c:12531955#, c-format1956msgid "You are currently bisecting, started from branch '%s'."1957msgstr ""19581959#: wt-status.c:12571960msgid "You are currently bisecting."1961msgstr ""19621963#: wt-status.c:12601964msgid " (use \"git bisect reset\" to get back to the original branch)"1965msgstr ""19661967#: wt-status.c:14381968msgid "On branch "1969msgstr ""19701971#: wt-status.c:14441972msgid "interactive rebase in progress; onto "1973msgstr ""19741975#: wt-status.c:14461976msgid "rebase in progress; onto "1977msgstr ""19781979#: wt-status.c:14511980msgid "HEAD detached at "1981msgstr ""19821983#: wt-status.c:14531984msgid "HEAD detached from "1985msgstr ""19861987#: wt-status.c:14561988msgid "Not currently on any branch."1989msgstr ""19901991#: wt-status.c:14741992msgid "Initial commit"1993msgstr ""19941995#: wt-status.c:14881996msgid "Untracked files"1997msgstr ""19981999#: wt-status.c:14902000msgid "Ignored files"2001msgstr ""20022003#: wt-status.c:14942004#, c-format2005msgid ""2006"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"2007"may speed it up, but you have to be careful not to forget to add\n"2008"new files yourself (see 'git help status')."2009msgstr ""20102011#: wt-status.c:15002012#, c-format2013msgid "Untracked files not listed%s"2014msgstr ""20152016#: wt-status.c:15022017msgid " (use -u option to show untracked files)"2018msgstr ""20192020#: wt-status.c:15082021msgid "No changes"2022msgstr ""20232024#: wt-status.c:15132025#, c-format2026msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"2027msgstr ""20282029#: wt-status.c:15162030#, c-format2031msgid "no changes added to commit\n"2032msgstr ""20332034#: wt-status.c:15192035#, c-format2036msgid ""2037"nothing added to commit but untracked files present (use \"git add\" to "2038"track)\n"2039msgstr ""20402041#: wt-status.c:15222042#, c-format2043msgid "nothing added to commit but untracked files present\n"2044msgstr ""20452046#: wt-status.c:15252047#, c-format2048msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"2049msgstr ""20502051#: wt-status.c:1528 wt-status.c:15332052#, c-format2053msgid "nothing to commit\n"2054msgstr ""20552056#: wt-status.c:15312057#, c-format2058msgid "nothing to commit (use -u to show untracked files)\n"2059msgstr ""20602061#: wt-status.c:15352062#, c-format2063msgid "nothing to commit, working directory clean\n"2064msgstr ""20652066#: wt-status.c:16422067msgid "Initial commit on "2068msgstr ""20692070#: wt-status.c:16462071msgid "HEAD (no branch)"2072msgstr ""20732074#: wt-status.c:16752075msgid "gone"2076msgstr ""20772078#: wt-status.c:1677 wt-status.c:16852079msgid "behind "2080msgstr ""20812082#: compat/precompose_utf8.c:56 builtin/clone.c:4082083#, c-format2084msgid "failed to unlink '%s'"2085msgstr ""20862087#: builtin/add.c:222088msgid "git add [<options>] [--] <pathspec>..."2089msgstr ""20902091#: builtin/add.c:652092#, c-format2093msgid "unexpected diff status %c"2094msgstr ""20952096#: builtin/add.c:70 builtin/commit.c:2782097msgid "updating files failed"2098msgstr ""20992100#: builtin/add.c:802101#, c-format2102msgid "remove '%s'\n"2103msgstr ""21042105#: builtin/add.c:1342106msgid "Unstaged changes after refreshing the index:"2107msgstr ""21082109#: builtin/add.c:194 builtin/rev-parse.c:7962110msgid "Could not read the index"2111msgstr ""21122113#: builtin/add.c:2052114#, c-format2115msgid "Could not open '%s' for writing."2116msgstr ""21172118#: builtin/add.c:2092119msgid "Could not write patch"2120msgstr ""21212122#: builtin/add.c:2122123msgid "editing patch failed"2124msgstr ""21252126#: builtin/add.c:2152127#, c-format2128msgid "Could not stat '%s'"2129msgstr ""21302131#: builtin/add.c:2172132msgid "Empty patch. Aborted."2133msgstr ""21342135#: builtin/add.c:2222136#, c-format2137msgid "Could not apply '%s'"2138msgstr ""21392140#: builtin/add.c:2322141msgid "The following paths are ignored by one of your .gitignore files:\n"2142msgstr ""21432144#: builtin/add.c:249 builtin/clean.c:894 builtin/fetch.c:108 builtin/mv.c:1102145#: builtin/prune-packed.c:55 builtin/pull.c:182 builtin/push.c:5452146#: builtin/remote.c:1345 builtin/rm.c:268 builtin/send-pack.c:1622147msgid "dry run"2148msgstr ""21492150#: builtin/add.c:250 builtin/apply.c:4571 builtin/check-ignore.c:192151#: builtin/commit.c:1322 builtin/count-objects.c:85 builtin/fsck.c:5582152#: builtin/log.c:1640 builtin/mv.c:109 builtin/read-tree.c:1142153msgid "be verbose"2154msgstr ""21552156#: builtin/add.c:2522157msgid "interactive picking"2158msgstr ""21592160#: builtin/add.c:253 builtin/checkout.c:1153 builtin/reset.c:2862161msgid "select hunks interactively"2162msgstr ""21632164#: builtin/add.c:2542165msgid "edit current diff and apply"2166msgstr ""21672168#: builtin/add.c:2552169msgid "allow adding otherwise ignored files"2170msgstr ""21712172#: builtin/add.c:2562173msgid "update tracked files"2174msgstr ""21752176#: builtin/add.c:2572177msgid "record only the fact that the path will be added later"2178msgstr ""21792180#: builtin/add.c:2582181msgid "add changes from all tracked and untracked files"2182msgstr ""21832184#: builtin/add.c:2612185msgid "ignore paths removed in the working tree (same as --no-all)"2186msgstr ""21872188#: builtin/add.c:2632189msgid "don't add, only refresh the index"2190msgstr ""21912192#: builtin/add.c:2642193msgid "just skip files which cannot be added because of errors"2194msgstr ""21952196#: builtin/add.c:2652197msgid "check if - even missing - files are ignored in dry run"2198msgstr ""21992200#: builtin/add.c:2872201#, c-format2202msgid "Use -f if you really want to add them.\n"2203msgstr ""22042205#: builtin/add.c:2942206msgid "adding files failed"2207msgstr ""22082209#: builtin/add.c:3302210msgid "-A and -u are mutually incompatible"2211msgstr ""22122213#: builtin/add.c:3372214msgid "Option --ignore-missing can only be used together with --dry-run"2215msgstr ""22162217#: builtin/add.c:3522218#, c-format2219msgid "Nothing specified, nothing added.\n"2220msgstr ""22212222#: builtin/add.c:3532223#, c-format2224msgid "Maybe you wanted to say 'git add .'?\n"2225msgstr ""22262227#: builtin/add.c:358 builtin/check-ignore.c:172 builtin/clean.c:9382228#: builtin/commit.c:337 builtin/mv.c:130 builtin/reset.c:235 builtin/rm.c:2982229#: builtin/submodule--helper.c:402230msgid "index file corrupt"2231msgstr ""22322233#: builtin/add.c:439 builtin/apply.c:4669 builtin/mv.c:279 builtin/rm.c:4302234msgid "Unable to write new index file"2235msgstr ""22362237#: builtin/am.c:422238#, c-format2239msgid "could not stat %s"2240msgstr ""22412242#: builtin/am.c:271 builtin/commit.c:738 builtin/merge.c:10772243#, c-format2244msgid "could not read '%s'"2245msgstr ""22462247#: builtin/am.c:4452248msgid "could not parse author script"2249msgstr ""22502251#: builtin/am.c:5222252#, c-format2253msgid "'%s' was deleted by the applypatch-msg hook"2254msgstr ""22552256#: builtin/am.c:563 builtin/notes.c:3002257#, c-format2258msgid "Malformed input line: '%s'."2259msgstr ""22602261#: builtin/am.c:600 builtin/notes.c:3152262#, c-format2263msgid "Failed to copy notes from '%s' to '%s'"2264msgstr ""22652266#: builtin/am.c:6262267msgid "fseek failed"2268msgstr ""22692270#: builtin/am.c:787 builtin/am.c:8752271#, c-format2272msgid "could not open '%s' for reading: %s"2273msgstr ""22742275#: builtin/am.c:7942276#, c-format2277msgid "could not open '%s' for writing: %s"2278msgstr ""22792280#: builtin/am.c:8032281#, c-format2282msgid "could not parse patch '%s'"2283msgstr ""22842285#: builtin/am.c:8682286msgid "Only one StGIT patch series can be applied at once"2287msgstr ""22882289#: builtin/am.c:9162290msgid "invalid timestamp"2291msgstr ""22922293#: builtin/am.c:919 builtin/am.c:9272294msgid "invalid Date line"2295msgstr ""22962297#: builtin/am.c:9242298msgid "invalid timezone offset"2299msgstr ""23002301#: builtin/am.c:10112302msgid "Patch format detection failed."2303msgstr ""23042305#: builtin/am.c:1016 builtin/clone.c:3732306#, c-format2307msgid "failed to create directory '%s'"2308msgstr ""23092310#: builtin/am.c:10202311msgid "Failed to split patches."2312msgstr ""23132314#: builtin/am.c:1152 builtin/commit.c:3632315msgid "unable to write index file"2316msgstr ""23172318#: builtin/am.c:12032319#, c-format2320msgid "When you have resolved this problem, run \"%s --continue\"."2321msgstr ""23222323#: builtin/am.c:12042324#, c-format2325msgid "If you prefer to skip this patch, run \"%s --skip\" instead."2326msgstr ""23272328#: builtin/am.c:12052329#, c-format2330msgid "To restore the original branch and stop patching, run \"%s --abort\"."2331msgstr ""23322333#: builtin/am.c:13432334msgid "Patch is empty. Was it split wrong?"2335msgstr ""23362337#: builtin/am.c:1417 builtin/log.c:13442338#, c-format2339msgid "invalid ident line: %s"2340msgstr ""23412342#: builtin/am.c:14442343#, c-format2344msgid "unable to parse commit %s"2345msgstr ""23462347#: builtin/am.c:16462348msgid "Repository lacks necessary blobs to fall back on 3-way merge."2349msgstr ""23502351#: builtin/am.c:16482352msgid "Using index info to reconstruct a base tree..."2353msgstr ""23542355#: builtin/am.c:16672356msgid ""2357"Did you hand edit your patch?\n"2358"It does not apply to blobs recorded in its index."2359msgstr ""23602361#: builtin/am.c:16732362msgid "Falling back to patching base and 3-way merge..."2363msgstr ""23642365#: builtin/am.c:16882366msgid "Failed to merge in the changes."2367msgstr ""23682369#: builtin/am.c:1712 builtin/merge.c:6322370msgid "git write-tree failed to write a tree"2371msgstr ""23722373#: builtin/am.c:17192374msgid "applying to an empty history"2375msgstr ""23762377#: builtin/am.c:1732 builtin/commit.c:1755 builtin/merge.c:8292378#: builtin/merge.c:8542379msgid "failed to write commit object"2380msgstr ""23812382#: builtin/am.c:1764 builtin/am.c:17682383#, c-format2384msgid "cannot resume: %s does not exist."2385msgstr ""23862387#: builtin/am.c:17842388msgid "cannot be interactive without stdin connected to a terminal."2389msgstr ""23902391#: builtin/am.c:17892392msgid "Commit Body is:"2393msgstr ""23942395#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]2396#. in your translation. The program will only accept English2397#. input at this point.2398#.2399#: builtin/am.c:17992400msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "2401msgstr ""24022403#: builtin/am.c:18492404#, c-format2405msgid "Dirty index: cannot apply patches (dirty: %s)"2406msgstr ""24072408#: builtin/am.c:1884 builtin/am.c:19552409#, c-format2410msgid "Applying: %.*s"2411msgstr ""24122413#: builtin/am.c:19002414msgid "No changes -- Patch already applied."2415msgstr ""24162417#: builtin/am.c:19082418#, c-format2419msgid "Patch failed at %s %.*s"2420msgstr ""24212422#: builtin/am.c:19142423#, c-format2424msgid "The copy of the patch that failed is found in: %s"2425msgstr ""24262427#: builtin/am.c:19582428msgid ""2429"No changes - did you forget to use 'git add'?\n"2430"If there is nothing left to stage, chances are that something else\n"2431"already introduced the same changes; you might want to skip this patch."2432msgstr ""24332434#: builtin/am.c:19652435msgid ""2436"You still have unmerged paths in your index.\n"2437"Did you forget to use 'git add'?"2438msgstr ""24392440#: builtin/am.c:2073 builtin/am.c:2077 builtin/am.c:2089 builtin/reset.c:3082441#: builtin/reset.c:3162442#, c-format2443msgid "Could not parse object '%s'."2444msgstr ""24452446#: builtin/am.c:21252447msgid "failed to clean index"2448msgstr ""24492450#: builtin/am.c:21592451msgid ""2452"You seem to have moved HEAD since the last 'am' failure.\n"2453"Not rewinding to ORIG_HEAD"2454msgstr ""24552456#: builtin/am.c:22202457#, c-format2458msgid "Invalid value for --patch-format: %s"2459msgstr ""24602461#: builtin/am.c:22532462msgid "git am [<options>] [(<mbox>|<Maildir>)...]"2463msgstr ""24642465#: builtin/am.c:22542466msgid "git am [<options>] (--continue | --skip | --abort)"2467msgstr ""24682469#: builtin/am.c:22602470msgid "run interactively"2471msgstr ""24722473#: builtin/am.c:22622474msgid "historical option -- no-op"2475msgstr ""24762477#: builtin/am.c:22642478msgid "allow fall back on 3way merging if needed"2479msgstr ""24802481#: builtin/am.c:2265 builtin/init-db.c:474 builtin/prune-packed.c:572482#: builtin/repack.c:1712483msgid "be quiet"2484msgstr ""24852486#: builtin/am.c:22672487msgid "add a Signed-off-by line to the commit message"2488msgstr ""24892490#: builtin/am.c:22702491msgid "recode into utf8 (default)"2492msgstr ""24932494#: builtin/am.c:22722495msgid "pass -k flag to git-mailinfo"2496msgstr ""24972498#: builtin/am.c:22742499msgid "pass -b flag to git-mailinfo"2500msgstr ""25012502#: builtin/am.c:22762503msgid "pass -m flag to git-mailinfo"2504msgstr ""25052506#: builtin/am.c:22782507msgid "pass --keep-cr flag to git-mailsplit for mbox format"2508msgstr ""25092510#: builtin/am.c:22812511msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"2512msgstr ""25132514#: builtin/am.c:22842515msgid "strip everything before a scissors line"2516msgstr ""25172518#: builtin/am.c:2285 builtin/apply.c:45542519msgid "action"2520msgstr ""25212522#: builtin/am.c:2286 builtin/am.c:2289 builtin/am.c:2292 builtin/am.c:22952523#: builtin/am.c:2298 builtin/am.c:2301 builtin/am.c:2304 builtin/am.c:23072524#: builtin/am.c:23132525msgid "pass it through git-apply"2526msgstr ""25272528#: builtin/am.c:2294 builtin/apply.c:45782529msgid "root"2530msgstr ""25312532#: builtin/am.c:2297 builtin/am.c:2300 builtin/apply.c:45162533#: builtin/apply.c:4519 builtin/clone.c:85 builtin/fetch.c:932534#: builtin/pull.c:167 builtin/submodule--helper.c:782535#: builtin/submodule--helper.c:166 builtin/submodule--helper.c:1692536msgid "path"2537msgstr ""25382539#: builtin/am.c:2303 builtin/fmt-merge-msg.c:666 builtin/fmt-merge-msg.c:6692540#: builtin/grep.c:693 builtin/merge.c:198 builtin/pull.c:1272541#: builtin/repack.c:178 builtin/repack.c:182 builtin/show-branch.c:6452542#: builtin/show-ref.c:175 builtin/tag.c:340 parse-options.h:1322543#: parse-options.h:134 parse-options.h:2442544msgid "n"2545msgstr ""25462547#: builtin/am.c:2306 builtin/apply.c:45222548msgid "num"2549msgstr ""25502551#: builtin/am.c:2309 builtin/for-each-ref.c:37 builtin/replace.c:4382552#: builtin/tag.c:3722553msgid "format"2554msgstr ""25552556#: builtin/am.c:23102557msgid "format the patch(es) are in"2558msgstr ""25592560#: builtin/am.c:23162561msgid "override error message when patch failure occurs"2562msgstr ""25632564#: builtin/am.c:23182565msgid "continue applying patches after resolving a conflict"2566msgstr ""25672568#: builtin/am.c:23212569msgid "synonyms for --continue"2570msgstr ""25712572#: builtin/am.c:23242573msgid "skip the current patch"2574msgstr ""25752576#: builtin/am.c:23272577msgid "restore the original branch and abort the patching operation."2578msgstr ""25792580#: builtin/am.c:23312581msgid "lie about committer date"2582msgstr ""25832584#: builtin/am.c:23332585msgid "use current timestamp for author date"2586msgstr ""25872588#: builtin/am.c:2335 builtin/commit.c:1593 builtin/merge.c:2252589#: builtin/pull.c:155 builtin/revert.c:92 builtin/tag.c:3552590msgid "key-id"2591msgstr ""25922593#: builtin/am.c:23362594msgid "GPG-sign commits"2595msgstr ""25962597#: builtin/am.c:23392598msgid "(internal use for git-rebase)"2599msgstr ""26002601#: builtin/am.c:23542602msgid ""2603"The -b/--binary option has been a no-op for long time, and\n"2604"it will be removed. Please do not use it anymore."2605msgstr ""26062607#: builtin/am.c:23612608msgid "failed to read the index"2609msgstr ""26102611#: builtin/am.c:23762612#, c-format2613msgid "previous rebase directory %s still exists but mbox given."2614msgstr ""26152616#: builtin/am.c:24002617#, c-format2618msgid ""2619"Stray %s directory found.\n"2620"Use \"git am --abort\" to remove it."2621msgstr ""26222623#: builtin/am.c:24062624msgid "Resolve operation not in progress, we are not resuming."2625msgstr ""26262627#: builtin/apply.c:592628msgid "git apply [<options>] [<patch>...]"2629msgstr ""26302631#: builtin/apply.c:1112632#, c-format2633msgid "unrecognized whitespace option '%s'"2634msgstr ""26352636#: builtin/apply.c:1262637#, c-format2638msgid "unrecognized whitespace ignore option '%s'"2639msgstr ""26402641#: builtin/apply.c:8182642#, c-format2643msgid "Cannot prepare timestamp regexp %s"2644msgstr ""26452646#: builtin/apply.c:8272647#, c-format2648msgid "regexec returned %d for input: %s"2649msgstr ""26502651#: builtin/apply.c:9082652#, c-format2653msgid "unable to find filename in patch at line %d"2654msgstr ""26552656#: builtin/apply.c:9402657#, c-format2658msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"2659msgstr ""26602661#: builtin/apply.c:9442662#, c-format2663msgid "git apply: bad git-diff - inconsistent new filename on line %d"2664msgstr ""26652666#: builtin/apply.c:9452667#, c-format2668msgid "git apply: bad git-diff - inconsistent old filename on line %d"2669msgstr ""26702671#: builtin/apply.c:9522672#, c-format2673msgid "git apply: bad git-diff - expected /dev/null on line %d"2674msgstr ""26752676#: builtin/apply.c:14152677#, c-format2678msgid "recount: unexpected line: %.*s"2679msgstr ""26802681#: builtin/apply.c:14722682#, c-format2683msgid "patch fragment without header at line %d: %.*s"2684msgstr ""26852686#: builtin/apply.c:14892687#, c-format2688msgid ""2689"git diff header lacks filename information when removing %d leading pathname "2690"component (line %d)"2691msgid_plural ""2692"git diff header lacks filename information when removing %d leading pathname "2693"components (line %d)"2694msgstr[0] ""2695msgstr[1] ""26962697#: builtin/apply.c:16552698msgid "new file depends on old contents"2699msgstr ""27002701#: builtin/apply.c:16572702msgid "deleted file still has contents"2703msgstr ""27042705#: builtin/apply.c:16832706#, c-format2707msgid "corrupt patch at line %d"2708msgstr ""27092710#: builtin/apply.c:17192711#, c-format2712msgid "new file %s depends on old contents"2713msgstr ""27142715#: builtin/apply.c:17212716#, c-format2717msgid "deleted file %s still has contents"2718msgstr ""27192720#: builtin/apply.c:17242721#, c-format2722msgid "** warning: file %s becomes empty but is not deleted"2723msgstr ""27242725#: builtin/apply.c:18702726#, c-format2727msgid "corrupt binary patch at line %d: %.*s"2728msgstr ""27292730#: builtin/apply.c:18992731#, c-format2732msgid "unrecognized binary patch at line %d"2733msgstr ""27342735#: builtin/apply.c:20502736#, c-format2737msgid "patch with only garbage at line %d"2738msgstr ""27392740#: builtin/apply.c:21402741#, c-format2742msgid "unable to read symlink %s"2743msgstr ""27442745#: builtin/apply.c:21442746#, c-format2747msgid "unable to open or read %s"2748msgstr ""27492750#: builtin/apply.c:27772751#, c-format2752msgid "invalid start of line: '%c'"2753msgstr ""27542755#: builtin/apply.c:28962756#, c-format2757msgid "Hunk #%d succeeded at %d (offset %d line)."2758msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."2759msgstr[0] ""2760msgstr[1] ""27612762#: builtin/apply.c:29082763#, c-format2764msgid "Context reduced to (%ld/%ld) to apply fragment at %d"2765msgstr ""27662767#: builtin/apply.c:29142768#, c-format2769msgid ""2770"while searching for:\n"2771"%.*s"2772msgstr ""27732774#: builtin/apply.c:29342775#, c-format2776msgid "missing binary patch data for '%s'"2777msgstr ""27782779#: builtin/apply.c:30352780#, c-format2781msgid "binary patch does not apply to '%s'"2782msgstr ""27832784#: builtin/apply.c:30412785#, c-format2786msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"2787msgstr ""27882789#: builtin/apply.c:30622790#, c-format2791msgid "patch failed: %s:%ld"2792msgstr ""27932794#: builtin/apply.c:31862795#, c-format2796msgid "cannot checkout %s"2797msgstr ""27982799#: builtin/apply.c:3231 builtin/apply.c:3242 builtin/apply.c:32872800#, c-format2801msgid "read of %s failed"2802msgstr ""28032804#: builtin/apply.c:32392805#, c-format2806msgid "reading from '%s' beyond a symbolic link"2807msgstr ""28082809#: builtin/apply.c:3267 builtin/apply.c:34892810#, c-format2811msgid "path %s has been renamed/deleted"2812msgstr ""28132814#: builtin/apply.c:3348 builtin/apply.c:35032815#, c-format2816msgid "%s: does not exist in index"2817msgstr ""28182819#: builtin/apply.c:3352 builtin/apply.c:3495 builtin/apply.c:35172820#, c-format2821msgid "%s: %s"2822msgstr ""28232824#: builtin/apply.c:3357 builtin/apply.c:35112825#, c-format2826msgid "%s: does not match index"2827msgstr ""28282829#: builtin/apply.c:34592830msgid "removal patch leaves file contents"2831msgstr ""28322833#: builtin/apply.c:35282834#, c-format2835msgid "%s: wrong type"2836msgstr ""28372838#: builtin/apply.c:35302839#, c-format2840msgid "%s has type %o, expected %o"2841msgstr ""28422843#: builtin/apply.c:3689 builtin/apply.c:36912844#, c-format2845msgid "invalid path '%s'"2846msgstr ""28472848#: builtin/apply.c:37462849#, c-format2850msgid "%s: already exists in index"2851msgstr ""28522853#: builtin/apply.c:37492854#, c-format2855msgid "%s: already exists in working directory"2856msgstr ""28572858#: builtin/apply.c:37692859#, c-format2860msgid "new mode (%o) of %s does not match old mode (%o)"2861msgstr ""28622863#: builtin/apply.c:37742864#, c-format2865msgid "new mode (%o) of %s does not match old mode (%o) of %s"2866msgstr ""28672868#: builtin/apply.c:37942869#, c-format2870msgid "affected file '%s' is beyond a symbolic link"2871msgstr ""28722873#: builtin/apply.c:37982874#, c-format2875msgid "%s: patch does not apply"2876msgstr ""28772878#: builtin/apply.c:38122879#, c-format2880msgid "Checking patch %s..."2881msgstr ""28822883#: builtin/apply.c:3905 builtin/checkout.c:233 builtin/reset.c:1352884#, c-format2885msgid "make_cache_entry failed for path '%s'"2886msgstr ""28872888#: builtin/apply.c:40482889#, c-format2890msgid "unable to remove %s from index"2891msgstr ""28922893#: builtin/apply.c:40772894#, c-format2895msgid "corrupt patch for submodule %s"2896msgstr ""28972898#: builtin/apply.c:40812899#, c-format2900msgid "unable to stat newly created file '%s'"2901msgstr ""29022903#: builtin/apply.c:40862904#, c-format2905msgid "unable to create backing store for newly created file %s"2906msgstr ""29072908#: builtin/apply.c:4089 builtin/apply.c:41972909#, c-format2910msgid "unable to add cache entry for %s"2911msgstr ""29122913#: builtin/apply.c:41222914#, c-format2915msgid "closing file '%s'"2916msgstr ""29172918#: builtin/apply.c:41712919#, c-format2920msgid "unable to write file '%s' mode %o"2921msgstr ""29222923#: builtin/apply.c:42582924#, c-format2925msgid "Applied patch %s cleanly."2926msgstr ""29272928#: builtin/apply.c:42662929msgid "internal error"2930msgstr ""29312932#: builtin/apply.c:42692933#, c-format2934msgid "Applying patch %%s with %d reject..."2935msgid_plural "Applying patch %%s with %d rejects..."2936msgstr[0] ""2937msgstr[1] ""29382939#: builtin/apply.c:42792940#, c-format2941msgid "truncating .rej filename to %.*s.rej"2942msgstr ""29432944#: builtin/apply.c:43002945#, c-format2946msgid "Hunk #%d applied cleanly."2947msgstr ""29482949#: builtin/apply.c:43032950#, c-format2951msgid "Rejected hunk #%d."2952msgstr ""29532954#: builtin/apply.c:43932955msgid "unrecognized input"2956msgstr ""29572958#: builtin/apply.c:44042959msgid "unable to read index file"2960msgstr ""29612962#: builtin/apply.c:45172963msgid "don't apply changes matching the given path"2964msgstr ""29652966#: builtin/apply.c:45202967msgid "apply changes matching the given path"2968msgstr ""29692970#: builtin/apply.c:45232971msgid "remove <num> leading slashes from traditional diff paths"2972msgstr ""29732974#: builtin/apply.c:45262975msgid "ignore additions made by the patch"2976msgstr ""29772978#: builtin/apply.c:45282979msgid "instead of applying the patch, output diffstat for the input"2980msgstr ""29812982#: builtin/apply.c:45322983msgid "show number of added and deleted lines in decimal notation"2984msgstr ""29852986#: builtin/apply.c:45342987msgid "instead of applying the patch, output a summary for the input"2988msgstr ""29892990#: builtin/apply.c:45362991msgid "instead of applying the patch, see if the patch is applicable"2992msgstr ""29932994#: builtin/apply.c:45382995msgid "make sure the patch is applicable to the current index"2996msgstr ""29972998#: builtin/apply.c:45402999msgid "apply a patch without touching the working tree"3000msgstr ""30013002#: builtin/apply.c:45423003msgid "accept a patch that touches outside the working area"3004msgstr ""30053006#: builtin/apply.c:45443007msgid "also apply the patch (use with --stat/--summary/--check)"3008msgstr ""30093010#: builtin/apply.c:45463011msgid "attempt three-way merge if a patch does not apply"3012msgstr ""30133014#: builtin/apply.c:45483015msgid "build a temporary index based on embedded index information"3016msgstr ""30173018#: builtin/apply.c:4550 builtin/checkout-index.c:198 builtin/ls-files.c:4123019msgid "paths are separated with NUL character"3020msgstr ""30213022#: builtin/apply.c:45533023msgid "ensure at least <n> lines of context match"3024msgstr ""30253026#: builtin/apply.c:45553027msgid "detect new or modified lines that have whitespace errors"3028msgstr ""30293030#: builtin/apply.c:4558 builtin/apply.c:45613031msgid "ignore changes in whitespace when finding context"3032msgstr ""30333034#: builtin/apply.c:45643035msgid "apply the patch in reverse"3036msgstr ""30373038#: builtin/apply.c:45663039msgid "don't expect at least one line of context"3040msgstr ""30413042#: builtin/apply.c:45683043msgid "leave the rejected hunks in corresponding *.rej files"3044msgstr ""30453046#: builtin/apply.c:45703047msgid "allow overlapping hunks"3048msgstr ""30493050#: builtin/apply.c:45733051msgid "tolerate incorrectly detected missing new-line at the end of file"3052msgstr ""30533054#: builtin/apply.c:45763055msgid "do not trust the line counts in the hunk headers"3056msgstr ""30573058#: builtin/apply.c:45793059msgid "prepend <root> to all filenames"3060msgstr ""30613062#: builtin/apply.c:46013063msgid "--3way outside a repository"3064msgstr ""30653066#: builtin/apply.c:46093067msgid "--index outside a repository"3068msgstr ""30693070#: builtin/apply.c:46123071msgid "--cached outside a repository"3072msgstr ""30733074#: builtin/apply.c:46313075#, c-format3076msgid "can't open patch '%s'"3077msgstr ""30783079#: builtin/apply.c:46453080#, c-format3081msgid "squelched %d whitespace error"3082msgid_plural "squelched %d whitespace errors"3083msgstr[0] ""3084msgstr[1] ""30853086#: builtin/apply.c:4651 builtin/apply.c:46613087#, c-format3088msgid "%d line adds whitespace errors."3089msgid_plural "%d lines add whitespace errors."3090msgstr[0] ""3091msgstr[1] ""30923093#: builtin/archive.c:173094#, c-format3095msgid "could not create archive file '%s'"3096msgstr ""30973098#: builtin/archive.c:203099msgid "could not redirect output"3100msgstr ""31013102#: builtin/archive.c:373103msgid "git archive: Remote with no URL"3104msgstr ""31053106#: builtin/archive.c:583107msgid "git archive: expected ACK/NAK, got EOF"3108msgstr ""31093110#: builtin/archive.c:613111#, c-format3112msgid "git archive: NACK %s"3113msgstr ""31143115#: builtin/archive.c:633116#, c-format3117msgid "remote error: %s"3118msgstr ""31193120#: builtin/archive.c:643121msgid "git archive: protocol error"3122msgstr ""31233124#: builtin/archive.c:683125msgid "git archive: expected a flush"3126msgstr ""31273128#: builtin/bisect--helper.c:73129msgid "git bisect--helper --next-all [--no-checkout]"3130msgstr ""31313132#: builtin/bisect--helper.c:173133msgid "perform 'git bisect next'"3134msgstr ""31353136#: builtin/bisect--helper.c:193137msgid "update BISECT_HEAD instead of checking out the current commit"3138msgstr ""31393140#: builtin/blame.c:323141msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"3142msgstr ""31433144#: builtin/blame.c:373145msgid "<rev-opts> are documented in git-rev-list(1)"3146msgstr ""31473148#: builtin/blame.c:25193149msgid "Show blame entries as we find them, incrementally"3150msgstr ""31513152#: builtin/blame.c:25203153msgid "Show blank SHA-1 for boundary commits (Default: off)"3154msgstr ""31553156#: builtin/blame.c:25213157msgid "Do not treat root commits as boundaries (Default: off)"3158msgstr ""31593160#: builtin/blame.c:25223161msgid "Show work cost statistics"3162msgstr ""31633164#: builtin/blame.c:25233165msgid "Show output score for blame entries"3166msgstr ""31673168#: builtin/blame.c:25243169msgid "Show original filename (Default: auto)"3170msgstr ""31713172#: builtin/blame.c:25253173msgid "Show original linenumber (Default: off)"3174msgstr ""31753176#: builtin/blame.c:25263177msgid "Show in a format designed for machine consumption"3178msgstr ""31793180#: builtin/blame.c:25273181msgid "Show porcelain format with per-line commit information"3182msgstr ""31833184#: builtin/blame.c:25283185msgid "Use the same output mode as git-annotate (Default: off)"3186msgstr ""31873188#: builtin/blame.c:25293189msgid "Show raw timestamp (Default: off)"3190msgstr ""31913192#: builtin/blame.c:25303193msgid "Show long commit SHA1 (Default: off)"3194msgstr ""31953196#: builtin/blame.c:25313197msgid "Suppress author name and timestamp (Default: off)"3198msgstr ""31993200#: builtin/blame.c:25323201msgid "Show author email instead of name (Default: off)"3202msgstr ""32033204#: builtin/blame.c:25333205msgid "Ignore whitespace differences"3206msgstr ""32073208#: builtin/blame.c:25343209msgid "Spend extra cycles to find better match"3210msgstr ""32113212#: builtin/blame.c:25353213msgid "Use revisions from <file> instead of calling git-rev-list"3214msgstr ""32153216#: builtin/blame.c:25363217msgid "Use <file>'s contents as the final image"3218msgstr ""32193220#: builtin/blame.c:2537 builtin/blame.c:25383221msgid "score"3222msgstr ""32233224#: builtin/blame.c:25373225msgid "Find line copies within and across files"3226msgstr ""32273228#: builtin/blame.c:25383229msgid "Find line movements within and across files"3230msgstr ""32313232#: builtin/blame.c:25393233msgid "n,m"3234msgstr ""32353236#: builtin/blame.c:25393237msgid "Process only line range n,m, counting from 1"3238msgstr ""32393240#. TRANSLATORS: This string is used to tell us the maximum3241#. display width for a relative timestamp in "git blame"3242#. output. For C locale, "4 years, 11 months ago", which3243#. takes 22 places, is the longest among various forms of3244#. relative timestamps, but your language may need more or3245#. fewer display columns.3246#: builtin/blame.c:26203247msgid "4 years, 11 months ago"3248msgstr ""32493250#: builtin/branch.c:253251msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"3252msgstr ""32533254#: builtin/branch.c:263255msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"3256msgstr ""32573258#: builtin/branch.c:273259msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."3260msgstr ""32613262#: builtin/branch.c:283263msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"3264msgstr ""32653266#: builtin/branch.c:293267msgid "git branch [<options>] [-r | -a] [--points-at]"3268msgstr ""32693270#: builtin/branch.c:1423271#, c-format3272msgid ""3273"deleting branch '%s' that has been merged to\n"3274" '%s', but not yet merged to HEAD."3275msgstr ""32763277#: builtin/branch.c:1463278#, c-format3279msgid ""3280"not deleting branch '%s' that is not yet merged to\n"3281" '%s', even though it is merged to HEAD."3282msgstr ""32833284#: builtin/branch.c:1603285#, c-format3286msgid "Couldn't look up commit object for '%s'"3287msgstr ""32883289#: builtin/branch.c:1643290#, c-format3291msgid ""3292"The branch '%s' is not fully merged.\n"3293"If you are sure you want to delete it, run 'git branch -D %s'."3294msgstr ""32953296#: builtin/branch.c:1773297msgid "Update of config-file failed"3298msgstr ""32993300#: builtin/branch.c:2053301msgid "cannot use -a with -d"3302msgstr ""33033304#: builtin/branch.c:2113305msgid "Couldn't look up commit object for HEAD"3306msgstr ""33073308#: builtin/branch.c:2193309#, c-format3310msgid "Cannot delete the branch '%s' which you are currently on."3311msgstr ""33123313#: builtin/branch.c:2353314#, c-format3315msgid "remote-tracking branch '%s' not found."3316msgstr ""33173318#: builtin/branch.c:2363319#, c-format3320msgid "branch '%s' not found."3321msgstr ""33223323#: builtin/branch.c:2513324#, c-format3325msgid "Error deleting remote-tracking branch '%s'"3326msgstr ""33273328#: builtin/branch.c:2523329#, c-format3330msgid "Error deleting branch '%s'"3331msgstr ""33323333#: builtin/branch.c:2593334#, c-format3335msgid "Deleted remote-tracking branch %s (was %s).\n"3336msgstr ""33373338#: builtin/branch.c:2603339#, c-format3340msgid "Deleted branch %s (was %s).\n"3341msgstr ""33423343#: builtin/branch.c:3033344#, c-format3345msgid "[%s: gone]"3346msgstr ""33473348#: builtin/branch.c:3083349#, c-format3350msgid "[%s]"3351msgstr ""33523353#: builtin/branch.c:3133354#, c-format3355msgid "[%s: behind %d]"3356msgstr ""33573358#: builtin/branch.c:3153359#, c-format3360msgid "[behind %d]"3361msgstr ""33623363#: builtin/branch.c:3193364#, c-format3365msgid "[%s: ahead %d]"3366msgstr ""33673368#: builtin/branch.c:3213369#, c-format3370msgid "[ahead %d]"3371msgstr ""33723373#: builtin/branch.c:3243374#, c-format3375msgid "[%s: ahead %d, behind %d]"3376msgstr ""33773378#: builtin/branch.c:3273379#, c-format3380msgid "[ahead %d, behind %d]"3381msgstr ""33823383#: builtin/branch.c:3403384msgid " **** invalid ref ****"3385msgstr ""33863387#: builtin/branch.c:3663388#, c-format3389msgid "(no branch, rebasing %s)"3390msgstr ""33913392#: builtin/branch.c:3693393#, c-format3394msgid "(no branch, bisect started on %s)"3395msgstr ""33963397#: builtin/branch.c:3753398#, c-format3399msgid "(HEAD detached at %s)"3400msgstr ""34013402#: builtin/branch.c:3783403#, c-format3404msgid "(HEAD detached from %s)"3405msgstr ""34063407#: builtin/branch.c:3823408msgid "(no branch)"3409msgstr ""34103411#: builtin/branch.c:5243412msgid "cannot rename the current branch while not on any."3413msgstr ""34143415#: builtin/branch.c:5343416#, c-format3417msgid "Invalid branch name: '%s'"3418msgstr ""34193420#: builtin/branch.c:5493421msgid "Branch rename failed"3422msgstr ""34233424#: builtin/branch.c:5533425#, c-format3426msgid "Renamed a misnamed branch '%s' away"3427msgstr ""34283429#: builtin/branch.c:5573430#, c-format3431msgid "Branch renamed to %s, but HEAD is not updated!"3432msgstr ""34333434#: builtin/branch.c:5643435msgid "Branch is renamed, but update of config-file failed"3436msgstr ""34373438#: builtin/branch.c:5873439#, c-format3440msgid "could not write branch description template: %s"3441msgstr ""34423443#: builtin/branch.c:6163444msgid "Generic options"3445msgstr ""34463447#: builtin/branch.c:6183448msgid "show hash and subject, give twice for upstream branch"3449msgstr ""34503451#: builtin/branch.c:6193452msgid "suppress informational messages"3453msgstr ""34543455#: builtin/branch.c:6203456msgid "set up tracking mode (see git-pull(1))"3457msgstr ""34583459#: builtin/branch.c:6223460msgid "change upstream info"3461msgstr ""34623463#: builtin/branch.c:6263464msgid "use colored output"3465msgstr ""34663467#: builtin/branch.c:6273468msgid "act on remote-tracking branches"3469msgstr ""34703471#: builtin/branch.c:629 builtin/branch.c:6303472msgid "print only branches that contain the commit"3473msgstr ""34743475#: builtin/branch.c:6333476msgid "Specific git-branch actions:"3477msgstr ""34783479#: builtin/branch.c:6343480msgid "list both remote-tracking and local branches"3481msgstr ""34823483#: builtin/branch.c:6363484msgid "delete fully merged branch"3485msgstr ""34863487#: builtin/branch.c:6373488msgid "delete branch (even if not merged)"3489msgstr ""34903491#: builtin/branch.c:6383492msgid "move/rename a branch and its reflog"3493msgstr ""34943495#: builtin/branch.c:6393496msgid "move/rename a branch, even if target exists"3497msgstr ""34983499#: builtin/branch.c:6403500msgid "list branch names"3501msgstr ""35023503#: builtin/branch.c:6413504msgid "create the branch's reflog"3505msgstr ""35063507#: builtin/branch.c:6433508msgid "edit the description for the branch"3509msgstr ""35103511#: builtin/branch.c:6443512msgid "force creation, move/rename, deletion"3513msgstr ""35143515#: builtin/branch.c:6453516msgid "print only branches that are merged"3517msgstr ""35183519#: builtin/branch.c:6463520msgid "print only branches that are not merged"3521msgstr ""35223523#: builtin/branch.c:6473524msgid "list branches in columns"3525msgstr ""35263527#: builtin/branch.c:648 builtin/for-each-ref.c:38 builtin/tag.c:3663528msgid "key"3529msgstr ""35303531#: builtin/branch.c:649 builtin/for-each-ref.c:39 builtin/tag.c:3673532msgid "field name to sort on"3533msgstr ""35343535#: builtin/branch.c:651 builtin/for-each-ref.c:41 builtin/notes.c:3983536#: builtin/notes.c:401 builtin/notes.c:561 builtin/notes.c:5643537#: builtin/tag.c:3693538msgid "object"3539msgstr ""35403541#: builtin/branch.c:6523542msgid "print only branches of the object"3543msgstr ""35443545#: builtin/branch.c:6703546msgid "Failed to resolve HEAD as a valid ref."3547msgstr ""35483549#: builtin/branch.c:674 builtin/clone.c:6973550msgid "HEAD not found below refs/heads!"3551msgstr ""35523553#: builtin/branch.c:6943554msgid "--column and --verbose are incompatible"3555msgstr ""35563557#: builtin/branch.c:705 builtin/branch.c:7473558msgid "branch name required"3559msgstr ""35603561#: builtin/branch.c:7233562msgid "Cannot give description to detached HEAD"3563msgstr ""35643565#: builtin/branch.c:7283566msgid "cannot edit description of more than one branch"3567msgstr ""35683569#: builtin/branch.c:7353570#, c-format3571msgid "No commit on branch '%s' yet."3572msgstr ""35733574#: builtin/branch.c:7383575#, c-format3576msgid "No branch named '%s'."3577msgstr ""35783579#: builtin/branch.c:7533580msgid "too many branches for a rename operation"3581msgstr ""35823583#: builtin/branch.c:7583584msgid "too many branches to set new upstream"3585msgstr ""35863587#: builtin/branch.c:7623588#, c-format3589msgid ""3590"could not set upstream of HEAD to %s when it does not point to any branch."3591msgstr ""35923593#: builtin/branch.c:765 builtin/branch.c:787 builtin/branch.c:8083594#, c-format3595msgid "no such branch '%s'"3596msgstr ""35973598#: builtin/branch.c:7693599#, c-format3600msgid "branch '%s' does not exist"3601msgstr ""36023603#: builtin/branch.c:7813604msgid "too many branches to unset upstream"3605msgstr ""36063607#: builtin/branch.c:7853608msgid "could not unset upstream of HEAD when it does not point to any branch."3609msgstr ""36103611#: builtin/branch.c:7913612#, c-format3613msgid "Branch '%s' has no upstream information"3614msgstr ""36153616#: builtin/branch.c:8053617msgid "it does not make sense to create 'HEAD' manually"3618msgstr ""36193620#: builtin/branch.c:8113621msgid "-a and -r options to 'git branch' do not make sense with a branch name"3622msgstr ""36233624#: builtin/branch.c:8143625#, c-format3626msgid ""3627"The --set-upstream flag is deprecated and will be removed. Consider using --"3628"track or --set-upstream-to\n"3629msgstr ""36303631#: builtin/branch.c:8313632#, c-format3633msgid ""3634"\n"3635"If you wanted to make '%s' track '%s', do this:\n"3636"\n"3637msgstr ""36383639#: builtin/branch.c:8323640#, c-format3641msgid " git branch -d %s\n"3642msgstr ""36433644#: builtin/branch.c:8333645#, c-format3646msgid " git branch --set-upstream-to %s\n"3647msgstr ""36483649#: builtin/bundle.c:513650#, c-format3651msgid "%s is okay\n"3652msgstr ""36533654#: builtin/bundle.c:643655msgid "Need a repository to create a bundle."3656msgstr ""36573658#: builtin/bundle.c:683659msgid "Need a repository to unbundle."3660msgstr ""36613662#: builtin/cat-file.c:4283663msgid ""3664"git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-type]|-e|-p|"3665"<type>|--textconv) <object>"3666msgstr ""36673668#: builtin/cat-file.c:4293669msgid "git cat-file (--batch | --batch-check) [--follow-symlinks]"3670msgstr ""36713672#: builtin/cat-file.c:4663673msgid "<type> can be one of: blob, tree, commit, tag"3674msgstr ""36753676#: builtin/cat-file.c:4673677msgid "show object type"3678msgstr ""36793680#: builtin/cat-file.c:4683681msgid "show object size"3682msgstr ""36833684#: builtin/cat-file.c:4703685msgid "exit with zero when there's no error"3686msgstr ""36873688#: builtin/cat-file.c:4713689msgid "pretty-print object's content"3690msgstr ""36913692#: builtin/cat-file.c:4733693msgid "for blob objects, run textconv on object's content"3694msgstr ""36953696#: builtin/cat-file.c:4753697msgid "allow -s and -t to work with broken/corrupt objects"3698msgstr ""36993700#: builtin/cat-file.c:4763701msgid "buffer --batch output"3702msgstr ""37033704#: builtin/cat-file.c:4783705msgid "show info and content of objects fed from the standard input"3706msgstr ""37073708#: builtin/cat-file.c:4813709msgid "show info about objects fed from the standard input"3710msgstr ""37113712#: builtin/cat-file.c:4843713msgid "follow in-tree symlinks (used with --batch or --batch-check)"3714msgstr ""37153716#: builtin/cat-file.c:4863717msgid "show all objects with --batch or --batch-check"3718msgstr ""37193720#: builtin/check-attr.c:113721msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."3722msgstr ""37233724#: builtin/check-attr.c:123725msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"3726msgstr ""37273728#: builtin/check-attr.c:193729msgid "report all attributes set on file"3730msgstr ""37313732#: builtin/check-attr.c:203733msgid "use .gitattributes only from the index"3734msgstr ""37353736#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:963737msgid "read file names from stdin"3738msgstr ""37393740#: builtin/check-attr.c:23 builtin/check-ignore.c:243741msgid "terminate input and output records by a NUL character"3742msgstr ""37433744#: builtin/check-ignore.c:18 builtin/checkout.c:1134 builtin/gc.c:3253745msgid "suppress progress reporting"3746msgstr ""37473748#: builtin/check-ignore.c:263749msgid "show non-matching input paths"3750msgstr ""37513752#: builtin/check-ignore.c:283753msgid "ignore index when checking"3754msgstr ""37553756#: builtin/check-ignore.c:1543757msgid "cannot specify pathnames with --stdin"3758msgstr ""37593760#: builtin/check-ignore.c:1573761msgid "-z only makes sense with --stdin"3762msgstr ""37633764#: builtin/check-ignore.c:1593765msgid "no path specified"3766msgstr ""37673768#: builtin/check-ignore.c:1633769msgid "--quiet is only valid with a single pathname"3770msgstr ""37713772#: builtin/check-ignore.c:1653773msgid "cannot have both --quiet and --verbose"3774msgstr ""37753776#: builtin/check-ignore.c:1683777msgid "--non-matching is only valid with --verbose"3778msgstr ""37793780#: builtin/check-mailmap.c:83781msgid "git check-mailmap [<options>] <contact>..."3782msgstr ""37833784#: builtin/check-mailmap.c:133785msgid "also read contacts from stdin"3786msgstr ""37873788#: builtin/check-mailmap.c:243789#, c-format3790msgid "unable to parse contact: %s"3791msgstr ""37923793#: builtin/check-mailmap.c:473794msgid "no contacts specified"3795msgstr ""37963797#: builtin/checkout-index.c:1263798msgid "git checkout-index [<options>] [--] [<file>...]"3799msgstr ""38003801#: builtin/checkout-index.c:1883802msgid "check out all files in the index"3803msgstr ""38043805#: builtin/checkout-index.c:1893806msgid "force overwrite of existing files"3807msgstr ""38083809#: builtin/checkout-index.c:1913810msgid "no warning for existing files and files not in index"3811msgstr ""38123813#: builtin/checkout-index.c:1933814msgid "don't checkout new files"3815msgstr ""38163817#: builtin/checkout-index.c:1953818msgid "update stat information in the index file"3819msgstr ""38203821#: builtin/checkout-index.c:2013822msgid "read list of paths from the standard input"3823msgstr ""38243825#: builtin/checkout-index.c:2033826msgid "write the content to temporary files"3827msgstr ""38283829#: builtin/checkout-index.c:204 builtin/column.c:303830#: builtin/submodule--helper.c:172 builtin/submodule--helper.c:1753831#: builtin/submodule--helper.c:178 builtin/submodule--helper.c:1813832msgid "string"3833msgstr ""38343835#: builtin/checkout-index.c:2053836msgid "when creating files, prepend <string>"3837msgstr ""38383839#: builtin/checkout-index.c:2083840msgid "copy out the files from named stage"3841msgstr ""38423843#: builtin/checkout.c:253844msgid "git checkout [<options>] <branch>"3845msgstr ""38463847#: builtin/checkout.c:263848msgid "git checkout [<options>] [<branch>] -- <file>..."3849msgstr ""38503851#: builtin/checkout.c:134 builtin/checkout.c:1673852#, c-format3853msgid "path '%s' does not have our version"3854msgstr ""38553856#: builtin/checkout.c:136 builtin/checkout.c:1693857#, c-format3858msgid "path '%s' does not have their version"3859msgstr ""38603861#: builtin/checkout.c:1523862#, c-format3863msgid "path '%s' does not have all necessary versions"3864msgstr ""38653866#: builtin/checkout.c:1963867#, c-format3868msgid "path '%s' does not have necessary versions"3869msgstr ""38703871#: builtin/checkout.c:2133872#, c-format3873msgid "path '%s': cannot merge"3874msgstr ""38753876#: builtin/checkout.c:2303877#, c-format3878msgid "Unable to add merge result for '%s'"3879msgstr ""38803881#: builtin/checkout.c:251 builtin/checkout.c:254 builtin/checkout.c:2573882#: builtin/checkout.c:2603883#, c-format3884msgid "'%s' cannot be used with updating paths"3885msgstr ""38863887#: builtin/checkout.c:263 builtin/checkout.c:2663888#, c-format3889msgid "'%s' cannot be used with %s"3890msgstr ""38913892#: builtin/checkout.c:2693893#, c-format3894msgid "Cannot update paths and switch to branch '%s' at the same time."3895msgstr ""38963897#: builtin/checkout.c:280 builtin/checkout.c:4743898msgid "corrupt index file"3899msgstr ""39003901#: builtin/checkout.c:340 builtin/checkout.c:3473902#, c-format3903msgid "path '%s' is unmerged"3904msgstr ""39053906#: builtin/checkout.c:4963907msgid "you need to resolve your current index first"3908msgstr ""39093910#: builtin/checkout.c:6233911#, c-format3912msgid "Can not do reflog for '%s': %s\n"3913msgstr ""39143915#: builtin/checkout.c:6613916msgid "HEAD is now at"3917msgstr ""39183919#: builtin/checkout.c:6683920#, c-format3921msgid "Reset branch '%s'\n"3922msgstr ""39233924#: builtin/checkout.c:6713925#, c-format3926msgid "Already on '%s'\n"3927msgstr ""39283929#: builtin/checkout.c:6753930#, c-format3931msgid "Switched to and reset branch '%s'\n"3932msgstr ""39333934#: builtin/checkout.c:677 builtin/checkout.c:10663935#, c-format3936msgid "Switched to a new branch '%s'\n"3937msgstr ""39383939#: builtin/checkout.c:6793940#, c-format3941msgid "Switched to branch '%s'\n"3942msgstr ""39433944#: builtin/checkout.c:7313945#, c-format3946msgid " ... and %d more.\n"3947msgstr ""39483949#: builtin/checkout.c:7373950#, c-format3951msgid ""3952"Warning: you are leaving %d commit behind, not connected to\n"3953"any of your branches:\n"3954"\n"3955"%s\n"3956msgid_plural ""3957"Warning: you are leaving %d commits behind, not connected to\n"3958"any of your branches:\n"3959"\n"3960"%s\n"3961msgstr[0] ""3962msgstr[1] ""39633964#: builtin/checkout.c:7563965#, c-format3966msgid ""3967"If you want to keep it by creating a new branch, this may be a good time\n"3968"to do so with:\n"3969"\n"3970" git branch <new-branch-name> %s\n"3971"\n"3972msgid_plural ""3973"If you want to keep them by creating a new branch, this may be a good time\n"3974"to do so with:\n"3975"\n"3976" git branch <new-branch-name> %s\n"3977"\n"3978msgstr[0] ""3979msgstr[1] ""39803981#: builtin/checkout.c:7923982msgid "internal error in revision walk"3983msgstr ""39843985#: builtin/checkout.c:7963986msgid "Previous HEAD position was"3987msgstr ""39883989#: builtin/checkout.c:823 builtin/checkout.c:10613990msgid "You are on a branch yet to be born"3991msgstr ""39923993#: builtin/checkout.c:9683994#, c-format3995msgid "only one reference expected, %d given."3996msgstr ""39973998#: builtin/checkout.c:1007 builtin/worktree.c:2133999#, c-format4000msgid "invalid reference: %s"4001msgstr ""40024003#: builtin/checkout.c:10364004#, c-format4005msgid "reference is not a tree: %s"4006msgstr ""40074008#: builtin/checkout.c:10754009msgid "paths cannot be used with switching branches"4010msgstr ""40114012#: builtin/checkout.c:1078 builtin/checkout.c:10824013#, c-format4014msgid "'%s' cannot be used with switching branches"4015msgstr ""40164017#: builtin/checkout.c:1086 builtin/checkout.c:1089 builtin/checkout.c:10944018#: builtin/checkout.c:10974019#, c-format4020msgid "'%s' cannot be used with '%s'"4021msgstr ""40224023#: builtin/checkout.c:11024024#, c-format4025msgid "Cannot switch branch to a non-commit '%s'"4026msgstr ""40274028#: builtin/checkout.c:1135 builtin/checkout.c:1137 builtin/clone.c:834029#: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:3204030#: builtin/worktree.c:3224031msgid "branch"4032msgstr ""40334034#: builtin/checkout.c:11364035msgid "create and checkout a new branch"4036msgstr ""40374038#: builtin/checkout.c:11384039msgid "create/reset and checkout a branch"4040msgstr ""40414042#: builtin/checkout.c:11394043msgid "create reflog for new branch"4044msgstr ""40454046#: builtin/checkout.c:11404047msgid "detach the HEAD at named commit"4048msgstr ""40494050#: builtin/checkout.c:11414051msgid "set upstream info for new branch"4052msgstr ""40534054#: builtin/checkout.c:11434055msgid "new-branch"4056msgstr ""40574058#: builtin/checkout.c:11434059msgid "new unparented branch"4060msgstr ""40614062#: builtin/checkout.c:11444063msgid "checkout our version for unmerged files"4064msgstr ""40654066#: builtin/checkout.c:11464067msgid "checkout their version for unmerged files"4068msgstr ""40694070#: builtin/checkout.c:11484071msgid "force checkout (throw away local modifications)"4072msgstr ""40734074#: builtin/checkout.c:11494075msgid "perform a 3-way merge with the new branch"4076msgstr ""40774078#: builtin/checkout.c:1150 builtin/merge.c:2274079msgid "update ignored files (default)"4080msgstr ""40814082#: builtin/checkout.c:1151 builtin/log.c:1263 parse-options.h:2504083msgid "style"4084msgstr ""40854086#: builtin/checkout.c:11524087msgid "conflict style (merge or diff3)"4088msgstr ""40894090#: builtin/checkout.c:11554091msgid "do not limit pathspecs to sparse entries only"4092msgstr ""40934094#: builtin/checkout.c:11574095msgid "second guess 'git checkout <no-such-branch>'"4096msgstr ""40974098#: builtin/checkout.c:11594099msgid "do not check if another worktree is holding the given ref"4100msgstr ""41014102#: builtin/checkout.c:1160 builtin/clone.c:57 builtin/fetch.c:1124103#: builtin/merge.c:224 builtin/pull.c:109 builtin/push.c:5604104#: builtin/send-pack.c:1684105msgid "force progress reporting"4106msgstr ""41074108#: builtin/checkout.c:11914109msgid "-b, -B and --orphan are mutually exclusive"4110msgstr ""41114112#: builtin/checkout.c:12084113msgid "--track needs a branch name"4114msgstr ""41154116#: builtin/checkout.c:12134117msgid "Missing branch name; try -b"4118msgstr ""41194120#: builtin/checkout.c:12494121msgid "invalid path specification"4122msgstr ""41234124#: builtin/checkout.c:12564125#, c-format4126msgid ""4127"Cannot update paths and switch to branch '%s' at the same time.\n"4128"Did you intend to checkout '%s' which can not be resolved as commit?"4129msgstr ""41304131#: builtin/checkout.c:12614132#, c-format4133msgid "git checkout: --detach does not take a path argument '%s'"4134msgstr ""41354136#: builtin/checkout.c:12654137msgid ""4138"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"4139"checking out of the index."4140msgstr ""41414142#: builtin/clean.c:254143msgid ""4144"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."4145msgstr ""41464147#: builtin/clean.c:294148#, c-format4149msgid "Removing %s\n"4150msgstr ""41514152#: builtin/clean.c:304153#, c-format4154msgid "Would remove %s\n"4155msgstr ""41564157#: builtin/clean.c:314158#, c-format4159msgid "Skipping repository %s\n"4160msgstr ""41614162#: builtin/clean.c:324163#, c-format4164msgid "Would skip repository %s\n"4165msgstr ""41664167#: builtin/clean.c:334168#, c-format4169msgid "failed to remove %s"4170msgstr ""41714172#: builtin/clean.c:3154173msgid ""4174"Prompt help:\n"4175"1 - select a numbered item\n"4176"foo - select item based on unique prefix\n"4177" - (empty) select nothing"4178msgstr ""41794180#: builtin/clean.c:3194181msgid ""4182"Prompt help:\n"4183"1 - select a single item\n"4184"3-5 - select a range of items\n"4185"2-3,6-9 - select multiple ranges\n"4186"foo - select item based on unique prefix\n"4187"-... - unselect specified items\n"4188"* - choose all items\n"4189" - (empty) finish selecting"4190msgstr ""41914192#: builtin/clean.c:5354193#, c-format4194msgid "Huh (%s)?"4195msgstr ""41964197#: builtin/clean.c:6774198#, c-format4199msgid "Input ignore patterns>> "4200msgstr ""42014202#: builtin/clean.c:7144203#, c-format4204msgid "WARNING: Cannot find items matched by: %s"4205msgstr ""42064207#: builtin/clean.c:7354208msgid "Select items to delete"4209msgstr ""42104211#. TRANSLATORS: Make sure to keep [y/N] as is4212#: builtin/clean.c:7764213#, c-format4214msgid "Remove %s [y/N]? "4215msgstr ""42164217#: builtin/clean.c:8014218msgid "Bye."4219msgstr ""42204221#: builtin/clean.c:8094222msgid ""4223"clean - start cleaning\n"4224"filter by pattern - exclude items from deletion\n"4225"select by numbers - select items to be deleted by numbers\n"4226"ask each - confirm each deletion (like \"rm -i\")\n"4227"quit - stop cleaning\n"4228"help - this screen\n"4229"? - help for prompt selection"4230msgstr ""42314232#: builtin/clean.c:8364233msgid "*** Commands ***"4234msgstr ""42354236#: builtin/clean.c:8374237msgid "What now"4238msgstr ""42394240#: builtin/clean.c:8454241msgid "Would remove the following item:"4242msgid_plural "Would remove the following items:"4243msgstr[0] ""4244msgstr[1] ""42454246#: builtin/clean.c:8624247msgid "No more files to clean, exiting."4248msgstr ""42494250#: builtin/clean.c:8934251msgid "do not print names of files removed"4252msgstr ""42534254#: builtin/clean.c:8954255msgid "force"4256msgstr ""42574258#: builtin/clean.c:8964259msgid "interactive cleaning"4260msgstr ""42614262#: builtin/clean.c:8984263msgid "remove whole directories"4264msgstr ""42654266#: builtin/clean.c:899 builtin/describe.c:407 builtin/grep.c:7094267#: builtin/ls-files.c:443 builtin/name-rev.c:307 builtin/show-ref.c:1824268msgid "pattern"4269msgstr ""42704271#: builtin/clean.c:9004272msgid "add <pattern> to ignore rules"4273msgstr ""42744275#: builtin/clean.c:9014276msgid "remove ignored files, too"4277msgstr ""42784279#: builtin/clean.c:9034280msgid "remove only ignored files"4281msgstr ""42824283#: builtin/clean.c:9214284msgid "-x and -X cannot be used together"4285msgstr ""42864287#: builtin/clean.c:9254288msgid ""4289"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "4290"clean"4291msgstr ""42924293#: builtin/clean.c:9284294msgid ""4295"clean.requireForce defaults to true and neither -i, -n, nor -f given; "4296"refusing to clean"4297msgstr ""42984299#: builtin/clone.c:374300msgid "git clone [<options>] [--] <repo> [<dir>]"4301msgstr ""43024303#: builtin/clone.c:594304msgid "don't create a checkout"4305msgstr ""43064307#: builtin/clone.c:60 builtin/clone.c:62 builtin/init-db.c:4694308msgid "create a bare repository"4309msgstr ""43104311#: builtin/clone.c:644312msgid "create a mirror repository (implies bare)"4313msgstr ""43144315#: builtin/clone.c:664316msgid "to clone from a local repository"4317msgstr ""43184319#: builtin/clone.c:684320msgid "don't use local hardlinks, always copy"4321msgstr ""43224323#: builtin/clone.c:704324msgid "setup as shared repository"4325msgstr ""43264327#: builtin/clone.c:72 builtin/clone.c:744328msgid "initialize submodules in the clone"4329msgstr ""43304331#: builtin/clone.c:75 builtin/init-db.c:4664332msgid "template-directory"4333msgstr ""43344335#: builtin/clone.c:76 builtin/init-db.c:4674336msgid "directory from which templates will be used"4337msgstr ""43384339#: builtin/clone.c:78 builtin/submodule--helper.c:1794340msgid "reference repository"4341msgstr ""43424343#: builtin/clone.c:804344msgid "use --reference only while cloning"4345msgstr ""43464347#: builtin/clone.c:81 builtin/column.c:26 builtin/merge-file.c:444348msgid "name"4349msgstr ""43504351#: builtin/clone.c:824352msgid "use <name> instead of 'origin' to track upstream"4353msgstr ""43544355#: builtin/clone.c:844356msgid "checkout <branch> instead of the remote's HEAD"4357msgstr ""43584359#: builtin/clone.c:864360msgid "path to git-upload-pack on the remote"4361msgstr ""43624363#: builtin/clone.c:87 builtin/fetch.c:113 builtin/grep.c:6544364#: builtin/pull.c:1864365msgid "depth"4366msgstr ""43674368#: builtin/clone.c:884369msgid "create a shallow clone of that depth"4370msgstr ""43714372#: builtin/clone.c:904373msgid "clone only one branch, HEAD or --branch"4374msgstr ""43754376#: builtin/clone.c:91 builtin/init-db.c:4754377msgid "gitdir"4378msgstr ""43794380#: builtin/clone.c:92 builtin/init-db.c:4764381msgid "separate git dir from working tree"4382msgstr ""43834384#: builtin/clone.c:934385msgid "key=value"4386msgstr ""43874388#: builtin/clone.c:944389msgid "set config inside the new repository"4390msgstr ""43914392#: builtin/clone.c:3004393#, c-format4394msgid "reference repository '%s' as a linked checkout is not supported yet."4395msgstr ""43964397#: builtin/clone.c:3024398#, c-format4399msgid "reference repository '%s' is not a local repository."4400msgstr ""44014402#: builtin/clone.c:3074403#, c-format4404msgid "reference repository '%s' is shallow"4405msgstr ""44064407#: builtin/clone.c:3104408#, c-format4409msgid "reference repository '%s' is grafted"4410msgstr ""44114412#: builtin/clone.c:375 builtin/diff.c:844413#, c-format4414msgid "failed to stat '%s'"4415msgstr ""44164417#: builtin/clone.c:3774418#, c-format4419msgid "%s exists and is not a directory"4420msgstr ""44214422#: builtin/clone.c:3914423#, c-format4424msgid "failed to stat %s\n"4425msgstr ""44264427#: builtin/clone.c:4134428#, c-format4429msgid "failed to create link '%s'"4430msgstr ""44314432#: builtin/clone.c:4174433#, c-format4434msgid "failed to copy file to '%s'"4435msgstr ""44364437#: builtin/clone.c:442 builtin/clone.c:6264438#, c-format4439msgid "done.\n"4440msgstr ""44414442#: builtin/clone.c:4544443msgid ""4444"Clone succeeded, but checkout failed.\n"4445"You can inspect what was checked out with 'git status'\n"4446"and retry the checkout with 'git checkout -f HEAD'\n"4447msgstr ""44484449#: builtin/clone.c:5314450#, c-format4451msgid "Could not find remote branch %s to clone."4452msgstr ""44534454#: builtin/clone.c:6214455#, c-format4456msgid "Checking connectivity... "4457msgstr ""44584459#: builtin/clone.c:6244460msgid "remote did not send all necessary objects"4461msgstr ""44624463#: builtin/clone.c:6884464msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"4465msgstr ""44664467#: builtin/clone.c:7194468msgid "unable to checkout working tree"4469msgstr ""44704471#: builtin/clone.c:8084472msgid "cannot repack to clean up"4473msgstr ""44744475#: builtin/clone.c:8104476msgid "cannot unlink temporary alternates file"4477msgstr ""44784479#: builtin/clone.c:8424480msgid "Too many arguments."4481msgstr ""44824483#: builtin/clone.c:8464484msgid "You must specify a repository to clone."4485msgstr ""44864487#: builtin/clone.c:8574488#, c-format4489msgid "--bare and --origin %s options are incompatible."4490msgstr ""44914492#: builtin/clone.c:8604493msgid "--bare and --separate-git-dir are incompatible."4494msgstr ""44954496#: builtin/clone.c:8734497#, c-format4498msgid "repository '%s' does not exist"4499msgstr ""45004501#: builtin/clone.c:879 builtin/fetch.c:11664502#, c-format4503msgid "depth %s is not a positive number"4504msgstr ""45054506#: builtin/clone.c:8894507#, c-format4508msgid "destination path '%s' already exists and is not an empty directory."4509msgstr ""45104511#: builtin/clone.c:8994512#, c-format4513msgid "working tree '%s' already exists."4514msgstr ""45154516#: builtin/clone.c:914 builtin/clone.c:925 builtin/submodule--helper.c:2244517#: builtin/worktree.c:221 builtin/worktree.c:2484518#, c-format4519msgid "could not create leading directories of '%s'"4520msgstr ""45214522#: builtin/clone.c:9174523#, c-format4524msgid "could not create work tree dir '%s'"4525msgstr ""45264527#: builtin/clone.c:9354528#, c-format4529msgid "Cloning into bare repository '%s'...\n"4530msgstr ""45314532#: builtin/clone.c:9374533#, c-format4534msgid "Cloning into '%s'...\n"4535msgstr ""45364537#: builtin/clone.c:9754538msgid "--depth is ignored in local clones; use file:// instead."4539msgstr ""45404541#: builtin/clone.c:9784542msgid "source repository is shallow, ignoring --local"4543msgstr ""45444545#: builtin/clone.c:9834546msgid "--local is ignored"4547msgstr ""45484549#: builtin/clone.c:9874550#, c-format4551msgid "Don't know how to clone %s"4552msgstr ""45534554#: builtin/clone.c:1036 builtin/clone.c:10444555#, c-format4556msgid "Remote branch %s not found in upstream %s"4557msgstr ""45584559#: builtin/clone.c:10474560msgid "You appear to have cloned an empty repository."4561msgstr ""45624563#: builtin/column.c:94564msgid "git column [<options>]"4565msgstr ""45664567#: builtin/column.c:264568msgid "lookup config vars"4569msgstr ""45704571#: builtin/column.c:27 builtin/column.c:284572msgid "layout to use"4573msgstr ""45744575#: builtin/column.c:294576msgid "Maximum width"4577msgstr ""45784579#: builtin/column.c:304580msgid "Padding space on left border"4581msgstr ""45824583#: builtin/column.c:314584msgid "Padding space on right border"4585msgstr ""45864587#: builtin/column.c:324588msgid "Padding space between columns"4589msgstr ""45904591#: builtin/column.c:514592msgid "--command must be the first argument"4593msgstr ""45944595#: builtin/commit.c:384596msgid "git commit [<options>] [--] <pathspec>..."4597msgstr ""45984599#: builtin/commit.c:434600msgid "git status [<options>] [--] <pathspec>..."4601msgstr ""46024603#: builtin/commit.c:484604msgid ""4605"Your name and email address were configured automatically based\n"4606"on your username and hostname. Please check that they are accurate.\n"4607"You can suppress this message by setting them explicitly. Run the\n"4608"following command and follow the instructions in your editor to edit\n"4609"your configuration file:\n"4610"\n"4611" git config --global --edit\n"4612"\n"4613"After doing this, you may fix the identity used for this commit with:\n"4614"\n"4615" git commit --amend --reset-author\n"4616msgstr ""46174618#: builtin/commit.c:614619msgid ""4620"Your name and email address were configured automatically based\n"4621"on your username and hostname. Please check that they are accurate.\n"4622"You can suppress this message by setting them explicitly:\n"4623"\n"4624" git config --global user.name \"Your Name\"\n"4625" git config --global user.email you@example.com\n"4626"\n"4627"After doing this, you may fix the identity used for this commit with:\n"4628"\n"4629" git commit --amend --reset-author\n"4630msgstr ""46314632#: builtin/commit.c:734633msgid ""4634"You asked to amend the most recent commit, but doing so would make\n"4635"it empty. You can repeat your command with --allow-empty, or you can\n"4636"remove the commit entirely with \"git reset HEAD^\".\n"4637msgstr ""46384639#: builtin/commit.c:784640msgid ""4641"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"4642"If you wish to commit it anyway, use:\n"4643"\n"4644" git commit --allow-empty\n"4645"\n"4646msgstr ""46474648#: builtin/commit.c:854649msgid "Otherwise, please use 'git reset'\n"4650msgstr ""46514652#: builtin/commit.c:884653msgid ""4654"If you wish to skip this commit, use:\n"4655"\n"4656" git reset\n"4657"\n"4658"Then \"git cherry-pick --continue\" will resume cherry-picking\n"4659"the remaining commits.\n"4660msgstr ""46614662#: builtin/commit.c:3054663msgid "failed to unpack HEAD tree object"4664msgstr ""46654666#: builtin/commit.c:3464667msgid "unable to create temporary index"4668msgstr ""46694670#: builtin/commit.c:3524671msgid "interactive add failed"4672msgstr ""46734674#: builtin/commit.c:3654675msgid "unable to update temporary index"4676msgstr ""46774678#: builtin/commit.c:3674679msgid "Failed to update main cache tree"4680msgstr ""46814682#: builtin/commit.c:391 builtin/commit.c:414 builtin/commit.c:4634683msgid "unable to write new_index file"4684msgstr ""46854686#: builtin/commit.c:4454687msgid "cannot do a partial commit during a merge."4688msgstr ""46894690#: builtin/commit.c:4474691msgid "cannot do a partial commit during a cherry-pick."4692msgstr ""46934694#: builtin/commit.c:4564695msgid "cannot read the index"4696msgstr ""46974698#: builtin/commit.c:4754699msgid "unable to write temporary index file"4700msgstr ""47014702#: builtin/commit.c:5804703#, c-format4704msgid "commit '%s' lacks author header"4705msgstr ""47064707#: builtin/commit.c:5824708#, c-format4709msgid "commit '%s' has malformed author line"4710msgstr ""47114712#: builtin/commit.c:6014713msgid "malformed --author parameter"4714msgstr ""47154716#: builtin/commit.c:6094717#, c-format4718msgid "invalid date format: %s"4719msgstr ""47204721#: builtin/commit.c:6534722msgid ""4723"unable to select a comment character that is not used\n"4724"in the current commit message"4725msgstr ""47264727#: builtin/commit.c:690 builtin/commit.c:723 builtin/commit.c:10804728#, c-format4729msgid "could not lookup commit %s"4730msgstr ""47314732#: builtin/commit.c:702 builtin/shortlog.c:2734733#, c-format4734msgid "(reading log message from standard input)\n"4735msgstr ""47364737#: builtin/commit.c:7044738msgid "could not read log from standard input"4739msgstr ""47404741#: builtin/commit.c:7084742#, c-format4743msgid "could not read log file '%s'"4744msgstr ""47454746#: builtin/commit.c:7304747msgid "could not read MERGE_MSG"4748msgstr ""47494750#: builtin/commit.c:7344751msgid "could not read SQUASH_MSG"4752msgstr ""47534754#: builtin/commit.c:7854755msgid "could not write commit template"4756msgstr ""47574758#: builtin/commit.c:8034759#, c-format4760msgid ""4761"\n"4762"It looks like you may be committing a merge.\n"4763"If this is not correct, please remove the file\n"4764"\t%s\n"4765"and try again.\n"4766msgstr ""47674768#: builtin/commit.c:8084769#, c-format4770msgid ""4771"\n"4772"It looks like you may be committing a cherry-pick.\n"4773"If this is not correct, please remove the file\n"4774"\t%s\n"4775"and try again.\n"4776msgstr ""47774778#: builtin/commit.c:8214779#, c-format4780msgid ""4781"Please enter the commit message for your changes. Lines starting\n"4782"with '%c' will be ignored, and an empty message aborts the commit.\n"4783msgstr ""47844785#: builtin/commit.c:8284786#, c-format4787msgid ""4788"Please enter the commit message for your changes. Lines starting\n"4789"with '%c' will be kept; you may remove them yourself if you want to.\n"4790"An empty message aborts the commit.\n"4791msgstr ""47924793#: builtin/commit.c:8484794#, c-format4795msgid "%sAuthor: %.*s <%.*s>"4796msgstr ""47974798#: builtin/commit.c:8564799#, c-format4800msgid "%sDate: %s"4801msgstr ""48024803#: builtin/commit.c:8634804#, c-format4805msgid "%sCommitter: %.*s <%.*s>"4806msgstr ""48074808#: builtin/commit.c:8814809msgid "Cannot read index"4810msgstr ""48114812#: builtin/commit.c:9384813msgid "Error building trees"4814msgstr ""48154816#: builtin/commit.c:953 builtin/tag.c:2664817#, c-format4818msgid "Please supply the message using either -m or -F option.\n"4819msgstr ""48204821#: builtin/commit.c:10554822#, c-format4823msgid "--author '%s' is not 'Name <email>' and matches no existing author"4824msgstr ""48254826#: builtin/commit.c:1070 builtin/commit.c:13104827#, c-format4828msgid "Invalid untracked files mode '%s'"4829msgstr ""48304831#: builtin/commit.c:11074832msgid "--long and -z are incompatible"4833msgstr ""48344835#: builtin/commit.c:11374836msgid "Using both --reset-author and --author does not make sense"4837msgstr ""48384839#: builtin/commit.c:11464840msgid "You have nothing to amend."4841msgstr ""48424843#: builtin/commit.c:11494844msgid "You are in the middle of a merge -- cannot amend."4845msgstr ""48464847#: builtin/commit.c:11514848msgid "You are in the middle of a cherry-pick -- cannot amend."4849msgstr ""48504851#: builtin/commit.c:11544852msgid "Options --squash and --fixup cannot be used together"4853msgstr ""48544855#: builtin/commit.c:11644856msgid "Only one of -c/-C/-F/--fixup can be used."4857msgstr ""48584859#: builtin/commit.c:11664860msgid "Option -m cannot be combined with -c/-C/-F/--fixup."4861msgstr ""48624863#: builtin/commit.c:11744864msgid "--reset-author can be used only with -C, -c or --amend."4865msgstr ""48664867#: builtin/commit.c:11914868msgid "Only one of --include/--only/--all/--interactive/--patch can be used."4869msgstr ""48704871#: builtin/commit.c:11934872msgid "No paths with --include/--only does not make sense."4873msgstr ""48744875#: builtin/commit.c:11954876msgid "Clever... amending the last one with dirty index."4877msgstr ""48784879#: builtin/commit.c:11974880msgid "Explicit paths specified without -i or -o; assuming --only paths..."4881msgstr ""48824883#: builtin/commit.c:1209 builtin/tag.c:4754884#, c-format4885msgid "Invalid cleanup mode %s"4886msgstr ""48874888#: builtin/commit.c:12144889msgid "Paths with -a does not make sense."4890msgstr ""48914892#: builtin/commit.c:1324 builtin/commit.c:16054893msgid "show status concisely"4894msgstr ""48954896#: builtin/commit.c:1326 builtin/commit.c:16074897msgid "show branch information"4898msgstr ""48994900#: builtin/commit.c:1328 builtin/commit.c:1609 builtin/push.c:5464901#: builtin/worktree.c:4234902msgid "machine-readable output"4903msgstr ""49044905#: builtin/commit.c:1331 builtin/commit.c:16114906msgid "show status in long format (default)"4907msgstr ""49084909#: builtin/commit.c:1334 builtin/commit.c:16144910msgid "terminate entries with NUL"4911msgstr ""49124913#: builtin/commit.c:1336 builtin/commit.c:1617 builtin/fast-export.c:9814914#: builtin/fast-export.c:984 builtin/tag.c:3534915msgid "mode"4916msgstr ""49174918#: builtin/commit.c:1337 builtin/commit.c:16174919msgid "show untracked files, optional modes: all, normal, no. (Default: all)"4920msgstr ""49214922#: builtin/commit.c:13404923msgid "show ignored files"4924msgstr ""49254926#: builtin/commit.c:1341 parse-options.h:1554927msgid "when"4928msgstr ""49294930#: builtin/commit.c:13424931msgid ""4932"ignore changes to submodules, optional when: all, dirty, untracked. "4933"(Default: all)"4934msgstr ""49354936#: builtin/commit.c:13444937msgid "list untracked files in columns"4938msgstr ""49394940#: builtin/commit.c:14304941msgid "couldn't look up newly created commit"4942msgstr ""49434944#: builtin/commit.c:14324945msgid "could not parse newly created commit"4946msgstr ""49474948#: builtin/commit.c:14774949msgid "detached HEAD"4950msgstr ""49514952#: builtin/commit.c:14804953msgid " (root-commit)"4954msgstr ""49554956#: builtin/commit.c:15754957msgid "suppress summary after successful commit"4958msgstr ""49594960#: builtin/commit.c:15764961msgid "show diff in commit message template"4962msgstr ""49634964#: builtin/commit.c:15784965msgid "Commit message options"4966msgstr ""49674968#: builtin/commit.c:1579 builtin/tag.c:3514969msgid "read message from file"4970msgstr ""49714972#: builtin/commit.c:15804973msgid "author"4974msgstr ""49754976#: builtin/commit.c:15804977msgid "override author for commit"4978msgstr ""49794980#: builtin/commit.c:1581 builtin/gc.c:3264981msgid "date"4982msgstr ""49834984#: builtin/commit.c:15814985msgid "override date for commit"4986msgstr ""49874988#: builtin/commit.c:1582 builtin/merge.c:218 builtin/notes.c:3924989#: builtin/notes.c:555 builtin/tag.c:3494990msgid "message"4991msgstr ""49924993#: builtin/commit.c:15824994msgid "commit message"4995msgstr ""49964997#: builtin/commit.c:1583 builtin/commit.c:1584 builtin/commit.c:15854998#: builtin/commit.c:1586 parse-options.h:256 ref-filter.h:794999msgid "commit"5000msgstr ""50015002#: builtin/commit.c:15835003msgid "reuse and edit message from specified commit"5004msgstr ""50055006#: builtin/commit.c:15845007msgid "reuse message from specified commit"5008msgstr ""50095010#: builtin/commit.c:15855011msgid "use autosquash formatted message to fixup specified commit"5012msgstr ""50135014#: builtin/commit.c:15865015msgid "use autosquash formatted message to squash specified commit"5016msgstr ""50175018#: builtin/commit.c:15875019msgid "the commit is authored by me now (used with -C/-c/--amend)"5020msgstr ""50215022#: builtin/commit.c:1588 builtin/log.c:1215 builtin/revert.c:865023msgid "add Signed-off-by:"5024msgstr ""50255026#: builtin/commit.c:15895027msgid "use specified template file"5028msgstr ""50295030#: builtin/commit.c:15905031msgid "force edit of commit"5032msgstr ""50335034#: builtin/commit.c:15915035msgid "default"5036msgstr ""50375038#: builtin/commit.c:1591 builtin/tag.c:3545039msgid "how to strip spaces and #comments from message"5040msgstr ""50415042#: builtin/commit.c:15925043msgid "include status in commit message template"5044msgstr ""50455046#: builtin/commit.c:1594 builtin/merge.c:226 builtin/pull.c:1565047#: builtin/revert.c:935048msgid "GPG sign commit"5049msgstr ""50505051#: builtin/commit.c:15975052msgid "Commit contents options"5053msgstr ""50545055#: builtin/commit.c:15985056msgid "commit all changed files"5057msgstr ""50585059#: builtin/commit.c:15995060msgid "add specified files to index for commit"5061msgstr ""50625063#: builtin/commit.c:16005064msgid "interactively add files"5065msgstr ""50665067#: builtin/commit.c:16015068msgid "interactively add changes"5069msgstr ""50705071#: builtin/commit.c:16025072msgid "commit only specified files"5073msgstr ""50745075#: builtin/commit.c:16035076msgid "bypass pre-commit hook"5077msgstr ""50785079#: builtin/commit.c:16045080msgid "show what would be committed"5081msgstr ""50825083#: builtin/commit.c:16155084msgid "amend previous commit"5085msgstr ""50865087#: builtin/commit.c:16165088msgid "bypass post-rewrite hook"5089msgstr ""50905091#: builtin/commit.c:16215092msgid "ok to record an empty change"5093msgstr ""50945095#: builtin/commit.c:16235096msgid "ok to record a change with an empty message"5097msgstr ""50985099#: builtin/commit.c:16525100msgid "could not parse HEAD commit"5101msgstr ""51025103#: builtin/commit.c:16985104#, c-format5105msgid "Corrupt MERGE_HEAD file (%s)"5106msgstr ""51075108#: builtin/commit.c:17055109msgid "could not read MERGE_MODE"5110msgstr ""51115112#: builtin/commit.c:17245113#, c-format5114msgid "could not read commit message: %s"5115msgstr ""51165117#: builtin/commit.c:17355118#, c-format5119msgid "Aborting commit; you did not edit the message.\n"5120msgstr ""51215122#: builtin/commit.c:17405123#, c-format5124msgid "Aborting commit due to empty commit message.\n"5125msgstr ""51265127#: builtin/commit.c:17885128msgid ""5129"Repository has been updated, but unable to write\n"5130"new_index file. Check that disk is not full and quota is\n"5131"not exceeded, and then \"git reset HEAD\" to recover."5132msgstr ""51335134#: builtin/config.c:85135msgid "git config [<options>]"5136msgstr ""51375138#: builtin/config.c:545139msgid "Config file location"5140msgstr ""51415142#: builtin/config.c:555143msgid "use global config file"5144msgstr ""51455146#: builtin/config.c:565147msgid "use system config file"5148msgstr ""51495150#: builtin/config.c:575151msgid "use repository config file"5152msgstr ""51535154#: builtin/config.c:585155msgid "use given config file"5156msgstr ""51575158#: builtin/config.c:595159msgid "blob-id"5160msgstr ""51615162#: builtin/config.c:595163msgid "read config from given blob object"5164msgstr ""51655166#: builtin/config.c:605167msgid "Action"5168msgstr ""51695170#: builtin/config.c:615171msgid "get value: name [value-regex]"5172msgstr ""51735174#: builtin/config.c:625175msgid "get all values: key [value-regex]"5176msgstr ""51775178#: builtin/config.c:635179msgid "get values for regexp: name-regex [value-regex]"5180msgstr ""51815182#: builtin/config.c:645183msgid "get value specific for the URL: section[.var] URL"5184msgstr ""51855186#: builtin/config.c:655187msgid "replace all matching variables: name value [value_regex]"5188msgstr ""51895190#: builtin/config.c:665191msgid "add a new variable: name value"5192msgstr ""51935194#: builtin/config.c:675195msgid "remove a variable: name [value-regex]"5196msgstr ""51975198#: builtin/config.c:685199msgid "remove all matches: name [value-regex]"5200msgstr ""52015202#: builtin/config.c:695203msgid "rename section: old-name new-name"5204msgstr ""52055206#: builtin/config.c:705207msgid "remove a section: name"5208msgstr ""52095210#: builtin/config.c:715211msgid "list all"5212msgstr ""52135214#: builtin/config.c:725215msgid "open an editor"5216msgstr ""52175218#: builtin/config.c:735219msgid "find the color configured: slot [default]"5220msgstr ""52215222#: builtin/config.c:745223msgid "find the color setting: slot [stdout-is-tty]"5224msgstr ""52255226#: builtin/config.c:755227msgid "Type"5228msgstr ""52295230#: builtin/config.c:765231msgid "value is \"true\" or \"false\""5232msgstr ""52335234#: builtin/config.c:775235msgid "value is decimal number"5236msgstr ""52375238#: builtin/config.c:785239msgid "value is --bool or --int"5240msgstr ""52415242#: builtin/config.c:795243msgid "value is a path (file or directory name)"5244msgstr ""52455246#: builtin/config.c:805247msgid "Other"5248msgstr ""52495250#: builtin/config.c:815251msgid "terminate values with NUL byte"5252msgstr ""52535254#: builtin/config.c:825255msgid "show variable names only"5256msgstr ""52575258#: builtin/config.c:835259msgid "respect include directives on lookup"5260msgstr ""52615262#: builtin/config.c:3035263msgid "unable to parse default color value"5264msgstr ""52655266#: builtin/config.c:4415267#, c-format5268msgid ""5269"# This is Git's per-user configuration file.\n"5270"[user]\n"5271"# Please adapt and uncomment the following lines:\n"5272"#\tname = %s\n"5273"#\temail = %s\n"5274msgstr ""52755276#: builtin/config.c:5755277#, c-format5278msgid "cannot create configuration file %s"5279msgstr ""52805281#: builtin/count-objects.c:775282msgid "git count-objects [-v] [-H | --human-readable]"5283msgstr ""52845285#: builtin/count-objects.c:875286msgid "print sizes in human readable format"5287msgstr ""52885289#: builtin/describe.c:175290msgid "git describe [<options>] [<commit-ish>...]"5291msgstr ""52925293#: builtin/describe.c:185294msgid "git describe [<options>] --dirty"5295msgstr ""52965297#: builtin/describe.c:2175298#, c-format5299msgid "annotated tag %s not available"5300msgstr ""53015302#: builtin/describe.c:2215303#, c-format5304msgid "annotated tag %s has no embedded name"5305msgstr ""53065307#: builtin/describe.c:2235308#, c-format5309msgid "tag '%s' is really '%s' here"5310msgstr ""53115312#: builtin/describe.c:250 builtin/log.c:4595313#, c-format5314msgid "Not a valid object name %s"5315msgstr ""53165317#: builtin/describe.c:2535318#, c-format5319msgid "%s is not a valid '%s' object"5320msgstr ""53215322#: builtin/describe.c:2705323#, c-format5324msgid "no tag exactly matches '%s'"5325msgstr ""53265327#: builtin/describe.c:2725328#, c-format5329msgid "searching to describe %s\n"5330msgstr ""53315332#: builtin/describe.c:3195333#, c-format5334msgid "finished search at %s\n"5335msgstr ""53365337#: builtin/describe.c:3465338#, c-format5339msgid ""5340"No annotated tags can describe '%s'.\n"5341"However, there were unannotated tags: try --tags."5342msgstr ""53435344#: builtin/describe.c:3505345#, c-format5346msgid ""5347"No tags can describe '%s'.\n"5348"Try --always, or create some tags."5349msgstr ""53505351#: builtin/describe.c:3715352#, c-format5353msgid "traversed %lu commits\n"5354msgstr ""53555356#: builtin/describe.c:3745357#, c-format5358msgid ""5359"more than %i tags found; listed %i most recent\n"5360"gave up search at %s\n"5361msgstr ""53625363#: builtin/describe.c:3965364msgid "find the tag that comes after the commit"5365msgstr ""53665367#: builtin/describe.c:3975368msgid "debug search strategy on stderr"5369msgstr ""53705371#: builtin/describe.c:3985372msgid "use any ref"5373msgstr ""53745375#: builtin/describe.c:3995376msgid "use any tag, even unannotated"5377msgstr ""53785379#: builtin/describe.c:4005380msgid "always use long format"5381msgstr ""53825383#: builtin/describe.c:4015384msgid "only follow first parent"5385msgstr ""53865387#: builtin/describe.c:4045388msgid "only output exact matches"5389msgstr ""53905391#: builtin/describe.c:4065392msgid "consider <n> most recent tags (default: 10)"5393msgstr ""53945395#: builtin/describe.c:4085396msgid "only consider tags matching <pattern>"5397msgstr ""53985399#: builtin/describe.c:410 builtin/name-rev.c:3145400msgid "show abbreviated commit object as fallback"5401msgstr ""54025403#: builtin/describe.c:4115404msgid "mark"5405msgstr ""54065407#: builtin/describe.c:4125408msgid "append <mark> on dirty working tree (default: \"-dirty\")"5409msgstr ""54105411#: builtin/describe.c:4305412msgid "--long is incompatible with --abbrev=0"5413msgstr ""54145415#: builtin/describe.c:4565416msgid "No names found, cannot describe anything."5417msgstr ""54185419#: builtin/describe.c:4765420msgid "--dirty is incompatible with commit-ishes"5421msgstr ""54225423#: builtin/diff.c:865424#, c-format5425msgid "'%s': not a regular file or symlink"5426msgstr ""54275428#: builtin/diff.c:2375429#, c-format5430msgid "invalid option: %s"5431msgstr ""54325433#: builtin/diff.c:3585434msgid "Not a git repository"5435msgstr ""54365437#: builtin/diff.c:4015438#, c-format5439msgid "invalid object '%s' given."5440msgstr ""54415442#: builtin/diff.c:4105443#, c-format5444msgid "more than two blobs given: '%s'"5445msgstr ""54465447#: builtin/diff.c:4175448#, c-format5449msgid "unhandled object '%s' given."5450msgstr ""54515452#: builtin/fast-export.c:255453msgid "git fast-export [rev-list-opts]"5454msgstr ""54555456#: builtin/fast-export.c:9805457msgid "show progress after <n> objects"5458msgstr ""54595460#: builtin/fast-export.c:9825461msgid "select handling of signed tags"5462msgstr ""54635464#: builtin/fast-export.c:9855465msgid "select handling of tags that tag filtered objects"5466msgstr ""54675468#: builtin/fast-export.c:9885469msgid "Dump marks to this file"5470msgstr ""54715472#: builtin/fast-export.c:9905473msgid "Import marks from this file"5474msgstr ""54755476#: builtin/fast-export.c:9925477msgid "Fake a tagger when tags lack one"5478msgstr ""54795480#: builtin/fast-export.c:9945481msgid "Output full tree for each commit"5482msgstr ""54835484#: builtin/fast-export.c:9965485msgid "Use the done feature to terminate the stream"5486msgstr ""54875488#: builtin/fast-export.c:9975489msgid "Skip output of blob data"5490msgstr ""54915492#: builtin/fast-export.c:9985493msgid "refspec"5494msgstr ""54955496#: builtin/fast-export.c:9995497msgid "Apply refspec to exported refs"5498msgstr ""54995500#: builtin/fast-export.c:10005501msgid "anonymize output"5502msgstr ""55035504#: builtin/fetch.c:205505msgid "git fetch [<options>] [<repository> [<refspec>...]]"5506msgstr ""55075508#: builtin/fetch.c:215509msgid "git fetch [<options>] <group>"5510msgstr ""55115512#: builtin/fetch.c:225513msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"5514msgstr ""55155516#: builtin/fetch.c:235517msgid "git fetch --all [<options>]"5518msgstr ""55195520#: builtin/fetch.c:90 builtin/pull.c:1625521msgid "fetch from all remotes"5522msgstr ""55235524#: builtin/fetch.c:92 builtin/pull.c:1655525msgid "append to .git/FETCH_HEAD instead of overwriting"5526msgstr ""55275528#: builtin/fetch.c:94 builtin/pull.c:1685529msgid "path to upload pack on remote end"5530msgstr ""55315532#: builtin/fetch.c:95 builtin/pull.c:1705533msgid "force overwrite of local branch"5534msgstr ""55355536#: builtin/fetch.c:975537msgid "fetch from multiple remotes"5538msgstr ""55395540#: builtin/fetch.c:99 builtin/pull.c:1725541msgid "fetch all tags and associated objects"5542msgstr ""55435544#: builtin/fetch.c:1015545msgid "do not fetch all tags (--no-tags)"5546msgstr ""55475548#: builtin/fetch.c:103 builtin/pull.c:1755549msgid "prune remote-tracking branches no longer on remote"5550msgstr ""55515552#: builtin/fetch.c:104 builtin/pull.c:1785553msgid "on-demand"5554msgstr ""55555556#: builtin/fetch.c:105 builtin/pull.c:1795557msgid "control recursive fetching of submodules"5558msgstr ""55595560#: builtin/fetch.c:109 builtin/pull.c:1845561msgid "keep downloaded pack"5562msgstr ""55635564#: builtin/fetch.c:1115565msgid "allow updating of HEAD ref"5566msgstr ""55675568#: builtin/fetch.c:114 builtin/pull.c:1875569msgid "deepen history of shallow clone"5570msgstr ""55715572#: builtin/fetch.c:116 builtin/pull.c:1905573msgid "convert to a complete repository"5574msgstr ""55755576#: builtin/fetch.c:118 builtin/log.c:12325577msgid "dir"5578msgstr ""55795580#: builtin/fetch.c:1195581msgid "prepend this to submodule path output"5582msgstr ""55835584#: builtin/fetch.c:1225585msgid "default mode for recursion"5586msgstr ""55875588#: builtin/fetch.c:124 builtin/pull.c:1935589msgid "accept refs that update .git/shallow"5590msgstr ""55915592#: builtin/fetch.c:125 builtin/pull.c:1955593msgid "refmap"5594msgstr ""55955596#: builtin/fetch.c:126 builtin/pull.c:1965597msgid "specify fetch refmap"5598msgstr ""55995600#: builtin/fetch.c:3785601msgid "Couldn't find remote ref HEAD"5602msgstr ""56035604#: builtin/fetch.c:4585605#, c-format5606msgid "object %s not found"5607msgstr ""56085609#: builtin/fetch.c:4635610msgid "[up to date]"5611msgstr ""56125613#: builtin/fetch.c:4775614#, c-format5615msgid "! %-*s %-*s -> %s (can't fetch in current branch)"5616msgstr ""56175618#: builtin/fetch.c:478 builtin/fetch.c:5665619msgid "[rejected]"5620msgstr ""56215622#: builtin/fetch.c:4895623msgid "[tag update]"5624msgstr ""56255626#: builtin/fetch.c:491 builtin/fetch.c:526 builtin/fetch.c:5445627msgid " (unable to update local ref)"5628msgstr ""56295630#: builtin/fetch.c:5095631msgid "[new tag]"5632msgstr ""56335634#: builtin/fetch.c:5125635msgid "[new branch]"5636msgstr ""56375638#: builtin/fetch.c:5155639msgid "[new ref]"5640msgstr ""56415642#: builtin/fetch.c:5615643msgid "unable to update local ref"5644msgstr ""56455646#: builtin/fetch.c:5615647msgid "forced update"5648msgstr ""56495650#: builtin/fetch.c:5685651msgid "(non-fast-forward)"5652msgstr ""56535654#: builtin/fetch.c:602 builtin/fetch.c:8435655#, c-format5656msgid "cannot open %s: %s\n"5657msgstr ""56585659#: builtin/fetch.c:6115660#, c-format5661msgid "%s did not send all necessary objects\n"5662msgstr ""56635664#: builtin/fetch.c:6295665#, c-format5666msgid "reject %s because shallow roots are not allowed to be updated"5667msgstr ""56685669#: builtin/fetch.c:716 builtin/fetch.c:8085670#, c-format5671msgid "From %.*s\n"5672msgstr ""56735674#: builtin/fetch.c:7275675#, c-format5676msgid ""5677"some local refs could not be updated; try running\n"5678" 'git remote prune %s' to remove any old, conflicting branches"5679msgstr ""56805681#: builtin/fetch.c:7795682#, c-format5683msgid " (%s will become dangling)"5684msgstr ""56855686#: builtin/fetch.c:7805687#, c-format5688msgid " (%s has become dangling)"5689msgstr ""56905691#: builtin/fetch.c:8125692msgid "[deleted]"5693msgstr ""56945695#: builtin/fetch.c:813 builtin/remote.c:10405696msgid "(none)"5697msgstr ""56985699#: builtin/fetch.c:8335700#, c-format5701msgid "Refusing to fetch into current branch %s of non-bare repository"5702msgstr ""57035704#: builtin/fetch.c:8525705#, c-format5706msgid "Option \"%s\" value \"%s\" is not valid for %s"5707msgstr ""57085709#: builtin/fetch.c:8555710#, c-format5711msgid "Option \"%s\" is ignored for %s\n"5712msgstr ""57135714#: builtin/fetch.c:9115715#, c-format5716msgid "Don't know how to fetch from %s"5717msgstr ""57185719#: builtin/fetch.c:10725720#, c-format5721msgid "Fetching %s\n"5722msgstr ""57235724#: builtin/fetch.c:1074 builtin/remote.c:965725#, c-format5726msgid "Could not fetch %s"5727msgstr ""57285729#: builtin/fetch.c:10925730msgid ""5731"No remote repository specified. Please, specify either a URL or a\n"5732"remote name from which new revisions should be fetched."5733msgstr ""57345735#: builtin/fetch.c:11155736msgid "You need to specify a tag name."5737msgstr ""57385739#: builtin/fetch.c:11575740msgid "--depth and --unshallow cannot be used together"5741msgstr ""57425743#: builtin/fetch.c:11595744msgid "--unshallow on a complete repository does not make sense"5745msgstr ""57465747#: builtin/fetch.c:11795748msgid "fetch --all does not take a repository argument"5749msgstr ""57505751#: builtin/fetch.c:11815752msgid "fetch --all does not make sense with refspecs"5753msgstr ""57545755#: builtin/fetch.c:11925756#, c-format5757msgid "No such remote or remote group: %s"5758msgstr ""57595760#: builtin/fetch.c:12005761msgid "Fetching a group and specifying refspecs does not make sense"5762msgstr ""57635764#: builtin/fmt-merge-msg.c:145765msgid ""5766"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"5767msgstr ""57685769#: builtin/fmt-merge-msg.c:6675770msgid "populate log with at most <n> entries from shortlog"5771msgstr ""57725773#: builtin/fmt-merge-msg.c:6705774msgid "alias for --log (deprecated)"5775msgstr ""57765777#: builtin/fmt-merge-msg.c:6735778msgid "text"5779msgstr ""57805781#: builtin/fmt-merge-msg.c:6745782msgid "use <text> as start of message"5783msgstr ""57845785#: builtin/fmt-merge-msg.c:6755786msgid "file to read from"5787msgstr ""57885789#: builtin/for-each-ref.c:95790msgid "git for-each-ref [<options>] [<pattern>]"5791msgstr ""57925793#: builtin/for-each-ref.c:105794msgid "git for-each-ref [--points-at <object>]"5795msgstr ""57965797#: builtin/for-each-ref.c:115798msgid "git for-each-ref [(--merged | --no-merged) [<object>]]"5799msgstr ""58005801#: builtin/for-each-ref.c:125802msgid "git for-each-ref [--contains [<object>]]"5803msgstr ""58045805#: builtin/for-each-ref.c:275806msgid "quote placeholders suitably for shells"5807msgstr ""58085809#: builtin/for-each-ref.c:295810msgid "quote placeholders suitably for perl"5811msgstr ""58125813#: builtin/for-each-ref.c:315814msgid "quote placeholders suitably for python"5815msgstr ""58165817#: builtin/for-each-ref.c:335818msgid "quote placeholders suitably for Tcl"5819msgstr ""58205821#: builtin/for-each-ref.c:365822msgid "show only <n> matched refs"5823msgstr ""58245825#: builtin/for-each-ref.c:37 builtin/tag.c:3725826msgid "format to use for the output"5827msgstr ""58285829#: builtin/for-each-ref.c:415830msgid "print only refs which points at the given object"5831msgstr ""58325833#: builtin/for-each-ref.c:435834msgid "print only refs that are merged"5835msgstr ""58365837#: builtin/for-each-ref.c:445838msgid "print only refs that are not merged"5839msgstr ""58405841#: builtin/for-each-ref.c:455842msgid "print only refs which contain the commit"5843msgstr ""58445845#: builtin/fsck.c:156 builtin/prune.c:1405846msgid "Checking connectivity"5847msgstr ""58485849#: builtin/fsck.c:4865850msgid "Checking object directories"5851msgstr ""58525853#: builtin/fsck.c:5535854msgid "git fsck [<options>] [<object>...]"5855msgstr ""58565857#: builtin/fsck.c:5595858msgid "show unreachable objects"5859msgstr ""58605861#: builtin/fsck.c:5605862msgid "show dangling objects"5863msgstr ""58645865#: builtin/fsck.c:5615866msgid "report tags"5867msgstr ""58685869#: builtin/fsck.c:5625870msgid "report root nodes"5871msgstr ""58725873#: builtin/fsck.c:5635874msgid "make index objects head nodes"5875msgstr ""58765877#: builtin/fsck.c:5645878msgid "make reflogs head nodes (default)"5879msgstr ""58805881#: builtin/fsck.c:5655882msgid "also consider packs and alternate objects"5883msgstr ""58845885#: builtin/fsck.c:5665886msgid "check only connectivity"5887msgstr ""58885889#: builtin/fsck.c:5675890msgid "enable more strict checking"5891msgstr ""58925893#: builtin/fsck.c:5695894msgid "write dangling objects in .git/lost-found"5895msgstr ""58965897#: builtin/fsck.c:570 builtin/prune.c:1075898msgid "show progress"5899msgstr ""59005901#: builtin/fsck.c:6315902msgid "Checking objects"5903msgstr ""59045905#: builtin/gc.c:255906msgid "git gc [<options>]"5907msgstr ""59085909#: builtin/gc.c:725910#, c-format5911msgid "Invalid %s: '%s'"5912msgstr ""59135914#: builtin/gc.c:1395915#, c-format5916msgid "insanely long object directory %.*s"5917msgstr ""59185919#: builtin/gc.c:2905920#, c-format5921msgid ""5922"The last gc run reported the following. Please correct the root cause\n"5923"and remove %s.\n"5924"Automatic cleanup will not be performed until the file is removed.\n"5925"\n"5926"%s"5927msgstr ""59285929#: builtin/gc.c:3275930msgid "prune unreferenced objects"5931msgstr ""59325933#: builtin/gc.c:3295934msgid "be more thorough (increased runtime)"5935msgstr ""59365937#: builtin/gc.c:3305938msgid "enable auto-gc mode"5939msgstr ""59405941#: builtin/gc.c:3315942msgid "force running gc even if there may be another gc running"5943msgstr ""59445945#: builtin/gc.c:3735946#, c-format5947msgid "Auto packing the repository in background for optimum performance.\n"5948msgstr ""59495950#: builtin/gc.c:3755951#, c-format5952msgid "Auto packing the repository for optimum performance.\n"5953msgstr ""59545955#: builtin/gc.c:3765956#, c-format5957msgid "See \"git help gc\" for manual housekeeping.\n"5958msgstr ""59595960#: builtin/gc.c:3975961#, c-format5962msgid ""5963"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"5964msgstr ""59655966#: builtin/gc.c:4415967msgid ""5968"There are too many unreachable loose objects; run 'git prune' to remove them."5969msgstr ""59705971#: builtin/grep.c:235972msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"5973msgstr ""59745975#: builtin/grep.c:2185976#, c-format5977msgid "grep: failed to create thread: %s"5978msgstr ""59795980#: builtin/grep.c:441 builtin/grep.c:4765981#, c-format5982msgid "unable to read tree (%s)"5983msgstr ""59845985#: builtin/grep.c:4915986#, c-format5987msgid "unable to grep from object of type %s"5988msgstr ""59895990#: builtin/grep.c:5475991#, c-format5992msgid "switch `%c' expects a numerical value"5993msgstr ""59945995#: builtin/grep.c:5645996#, c-format5997msgid "cannot open '%s'"5998msgstr ""59996000#: builtin/grep.c:6336001msgid "search in index instead of in the work tree"6002msgstr ""60036004#: builtin/grep.c:6356005msgid "find in contents not managed by git"6006msgstr ""60076008#: builtin/grep.c:6376009msgid "search in both tracked and untracked files"6010msgstr ""60116012#: builtin/grep.c:6396013msgid "ignore files specified via '.gitignore'"6014msgstr ""60156016#: builtin/grep.c:6426017msgid "show non-matching lines"6018msgstr ""60196020#: builtin/grep.c:6446021msgid "case insensitive matching"6022msgstr ""60236024#: builtin/grep.c:6466025msgid "match patterns only at word boundaries"6026msgstr ""60276028#: builtin/grep.c:6486029msgid "process binary files as text"6030msgstr ""60316032#: builtin/grep.c:6506033msgid "don't match patterns in binary files"6034msgstr ""60356036#: builtin/grep.c:6536037msgid "process binary files with textconv filters"6038msgstr ""60396040#: builtin/grep.c:6556041msgid "descend at most <depth> levels"6042msgstr ""60436044#: builtin/grep.c:6596045msgid "use extended POSIX regular expressions"6046msgstr ""60476048#: builtin/grep.c:6626049msgid "use basic POSIX regular expressions (default)"6050msgstr ""60516052#: builtin/grep.c:6656053msgid "interpret patterns as fixed strings"6054msgstr ""60556056#: builtin/grep.c:6686057msgid "use Perl-compatible regular expressions"6058msgstr ""60596060#: builtin/grep.c:6716061msgid "show line numbers"6062msgstr ""60636064#: builtin/grep.c:6726065msgid "don't show filenames"6066msgstr ""60676068#: builtin/grep.c:6736069msgid "show filenames"6070msgstr ""60716072#: builtin/grep.c:6756073msgid "show filenames relative to top directory"6074msgstr ""60756076#: builtin/grep.c:6776077msgid "show only filenames instead of matching lines"6078msgstr ""60796080#: builtin/grep.c:6796081msgid "synonym for --files-with-matches"6082msgstr ""60836084#: builtin/grep.c:6826085msgid "show only the names of files without match"6086msgstr ""60876088#: builtin/grep.c:6846089msgid "print NUL after filenames"6090msgstr ""60916092#: builtin/grep.c:6866093msgid "show the number of matches instead of matching lines"6094msgstr ""60956096#: builtin/grep.c:6876097msgid "highlight matches"6098msgstr ""60996100#: builtin/grep.c:6896101msgid "print empty line between matches from different files"6102msgstr ""61036104#: builtin/grep.c:6916105msgid "show filename only once above matches from same file"6106msgstr ""61076108#: builtin/grep.c:6946109msgid "show <n> context lines before and after matches"6110msgstr ""61116112#: builtin/grep.c:6976113msgid "show <n> context lines before matches"6114msgstr ""61156116#: builtin/grep.c:6996117msgid "show <n> context lines after matches"6118msgstr ""61196120#: builtin/grep.c:7006121msgid "shortcut for -C NUM"6122msgstr ""61236124#: builtin/grep.c:7036125msgid "show a line with the function name before matches"6126msgstr ""61276128#: builtin/grep.c:7056129msgid "show the surrounding function"6130msgstr ""61316132#: builtin/grep.c:7086133msgid "read patterns from file"6134msgstr ""61356136#: builtin/grep.c:7106137msgid "match <pattern>"6138msgstr ""61396140#: builtin/grep.c:7126141msgid "combine patterns specified with -e"6142msgstr ""61436144#: builtin/grep.c:7246145msgid "indicate hit with exit status without output"6146msgstr ""61476148#: builtin/grep.c:7266149msgid "show only matches from files that match all patterns"6150msgstr ""61516152#: builtin/grep.c:7286153msgid "show parse tree for grep expression"6154msgstr ""61556156#: builtin/grep.c:7326157msgid "pager"6158msgstr ""61596160#: builtin/grep.c:7326161msgid "show matching files in the pager"6162msgstr ""61636164#: builtin/grep.c:7356165msgid "allow calling of grep(1) (ignored by this build)"6166msgstr ""61676168#: builtin/grep.c:7936169msgid "no pattern given."6170msgstr ""61716172#: builtin/grep.c:8516173msgid "--open-files-in-pager only works on the worktree"6174msgstr ""61756176#: builtin/grep.c:8776177msgid "--cached or --untracked cannot be used with --no-index."6178msgstr ""61796180#: builtin/grep.c:8826181msgid "--no-index or --untracked cannot be used with revs."6182msgstr ""61836184#: builtin/grep.c:8856185msgid "--[no-]exclude-standard cannot be used for tracked contents."6186msgstr ""61876188#: builtin/grep.c:8936189msgid "both --cached and trees are given."6190msgstr ""61916192#: builtin/hash-object.c:806193msgid ""6194"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "6195"[--] <file>..."6196msgstr ""61976198#: builtin/hash-object.c:816199msgid "git hash-object --stdin-paths"6200msgstr ""62016202#: builtin/hash-object.c:926203msgid "type"6204msgstr ""62056206#: builtin/hash-object.c:926207msgid "object type"6208msgstr ""62096210#: builtin/hash-object.c:936211msgid "write the object into the object database"6212msgstr ""62136214#: builtin/hash-object.c:956215msgid "read the object from stdin"6216msgstr ""62176218#: builtin/hash-object.c:976219msgid "store file as is without filters"6220msgstr ""62216222#: builtin/hash-object.c:986223msgid ""6224"just hash any random garbage to create corrupt objects for debugging Git"6225msgstr ""62266227#: builtin/hash-object.c:996228msgid "process file as it were from this path"6229msgstr ""62306231#: builtin/help.c:416232msgid "print all available commands"6233msgstr ""62346235#: builtin/help.c:426236msgid "print list of useful guides"6237msgstr ""62386239#: builtin/help.c:436240msgid "show man page"6241msgstr ""62426243#: builtin/help.c:446244msgid "show manual in web browser"6245msgstr ""62466247#: builtin/help.c:466248msgid "show info page"6249msgstr ""62506251#: builtin/help.c:526252msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"6253msgstr ""62546255#: builtin/help.c:646256#, c-format6257msgid "unrecognized help format '%s'"6258msgstr ""62596260#: builtin/help.c:916261msgid "Failed to start emacsclient."6262msgstr ""62636264#: builtin/help.c:1046265msgid "Failed to parse emacsclient version."6266msgstr ""62676268#: builtin/help.c:1126269#, c-format6270msgid "emacsclient version '%d' too old (< 22)."6271msgstr ""62726273#: builtin/help.c:130 builtin/help.c:151 builtin/help.c:160 builtin/help.c:1686274#, c-format6275msgid "failed to exec '%s': %s"6276msgstr ""62776278#: builtin/help.c:2086279#, c-format6280msgid ""6281"'%s': path for unsupported man viewer.\n"6282"Please consider using 'man.<tool>.cmd' instead."6283msgstr ""62846285#: builtin/help.c:2206286#, c-format6287msgid ""6288"'%s': cmd for supported man viewer.\n"6289"Please consider using 'man.<tool>.path' instead."6290msgstr ""62916292#: builtin/help.c:3376293#, c-format6294msgid "'%s': unknown man viewer."6295msgstr ""62966297#: builtin/help.c:3546298msgid "no man viewer handled the request"6299msgstr ""63006301#: builtin/help.c:3626302msgid "no info viewer handled the request"6303msgstr ""63046305#: builtin/help.c:4116306msgid "Defining attributes per path"6307msgstr ""63086309#: builtin/help.c:4126310msgid "Everyday Git With 20 Commands Or So"6311msgstr ""63126313#: builtin/help.c:4136314msgid "A Git glossary"6315msgstr ""63166317#: builtin/help.c:4146318msgid "Specifies intentionally untracked files to ignore"6319msgstr ""63206321#: builtin/help.c:4156322msgid "Defining submodule properties"6323msgstr ""63246325#: builtin/help.c:4166326msgid "Specifying revisions and ranges for Git"6327msgstr ""63286329#: builtin/help.c:4176330msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"6331msgstr ""63326333#: builtin/help.c:4186334msgid "An overview of recommended workflows with Git"6335msgstr ""63366337#: builtin/help.c:4306338msgid "The common Git guides are:\n"6339msgstr ""63406341#: builtin/help.c:451 builtin/help.c:4686342#, c-format6343msgid "usage: %s%s"6344msgstr ""63456346#: builtin/help.c:4846347#, c-format6348msgid "`git %s' is aliased to `%s'"6349msgstr ""63506351#: builtin/index-pack.c:1526352#, c-format6353msgid "unable to open %s"6354msgstr ""63556356#: builtin/index-pack.c:2026357#, c-format6358msgid "object type mismatch at %s"6359msgstr ""63606361#: builtin/index-pack.c:2226362#, c-format6363msgid "did not receive expected object %s"6364msgstr ""63656366#: builtin/index-pack.c:2256367#, c-format6368msgid "object %s: expected type %s, found %s"6369msgstr ""63706371#: builtin/index-pack.c:2676372#, c-format6373msgid "cannot fill %d byte"6374msgid_plural "cannot fill %d bytes"6375msgstr[0] ""6376msgstr[1] ""63776378#: builtin/index-pack.c:2776379msgid "early EOF"6380msgstr ""63816382#: builtin/index-pack.c:2786383msgid "read error on input"6384msgstr ""63856386#: builtin/index-pack.c:2906387msgid "used more bytes than were available"6388msgstr ""63896390#: builtin/index-pack.c:2976391msgid "pack too large for current definition of off_t"6392msgstr ""63936394#: builtin/index-pack.c:3136395#, c-format6396msgid "unable to create '%s'"6397msgstr ""63986399#: builtin/index-pack.c:3186400#, c-format6401msgid "cannot open packfile '%s'"6402msgstr ""64036404#: builtin/index-pack.c:3326405msgid "pack signature mismatch"6406msgstr ""64076408#: builtin/index-pack.c:3346409#, c-format6410msgid "pack version %<PRIu32> unsupported"6411msgstr ""64126413#: builtin/index-pack.c:3526414#, c-format6415msgid "pack has bad object at offset %lu: %s"6416msgstr ""64176418#: builtin/index-pack.c:4736419#, c-format6420msgid "inflate returned %d"6421msgstr ""64226423#: builtin/index-pack.c:5226424msgid "offset value overflow for delta base object"6425msgstr ""64266427#: builtin/index-pack.c:5306428msgid "delta base offset is out of bound"6429msgstr ""64306431#: builtin/index-pack.c:5386432#, c-format6433msgid "unknown object type %d"6434msgstr ""64356436#: builtin/index-pack.c:5696437msgid "cannot pread pack file"6438msgstr ""64396440#: builtin/index-pack.c:5716441#, c-format6442msgid "premature end of pack file, %lu byte missing"6443msgid_plural "premature end of pack file, %lu bytes missing"6444msgstr[0] ""6445msgstr[1] ""64466447#: builtin/index-pack.c:5976448msgid "serious inflate inconsistency"6449msgstr ""64506451#: builtin/index-pack.c:743 builtin/index-pack.c:749 builtin/index-pack.c:7726452#: builtin/index-pack.c:806 builtin/index-pack.c:8156453#, c-format6454msgid "SHA1 COLLISION FOUND WITH %s !"6455msgstr ""64566457#: builtin/index-pack.c:746 builtin/pack-objects.c:1626458#: builtin/pack-objects.c:2546459#, c-format6460msgid "unable to read %s"6461msgstr ""64626463#: builtin/index-pack.c:8126464#, c-format6465msgid "cannot read existing object %s"6466msgstr ""64676468#: builtin/index-pack.c:8266469#, c-format6470msgid "invalid blob object %s"6471msgstr ""64726473#: builtin/index-pack.c:8406474#, c-format6475msgid "invalid %s"6476msgstr ""64776478#: builtin/index-pack.c:8436479msgid "Error in object"6480msgstr ""64816482#: builtin/index-pack.c:8456483#, c-format6484msgid "Not all child objects of %s are reachable"6485msgstr ""64866487#: builtin/index-pack.c:917 builtin/index-pack.c:9486488msgid "failed to apply delta"6489msgstr ""64906491#: builtin/index-pack.c:11186492msgid "Receiving objects"6493msgstr ""64946495#: builtin/index-pack.c:11186496msgid "Indexing objects"6497msgstr ""64986499#: builtin/index-pack.c:11506500msgid "pack is corrupted (SHA1 mismatch)"6501msgstr ""65026503#: builtin/index-pack.c:11556504msgid "cannot fstat packfile"6505msgstr ""65066507#: builtin/index-pack.c:11586508msgid "pack has junk at the end"6509msgstr ""65106511#: builtin/index-pack.c:11696512msgid "confusion beyond insanity in parse_pack_objects()"6513msgstr ""65146515#: builtin/index-pack.c:11946516msgid "Resolving deltas"6517msgstr ""65186519#: builtin/index-pack.c:12056520#, c-format6521msgid "unable to create thread: %s"6522msgstr ""65236524#: builtin/index-pack.c:12476525msgid "confusion beyond insanity"6526msgstr ""65276528#: builtin/index-pack.c:12536529#, c-format6530msgid "completed with %d local objects"6531msgstr ""65326533#: builtin/index-pack.c:12636534#, c-format6535msgid "Unexpected tail checksum for %s (disk corruption?)"6536msgstr ""65376538#: builtin/index-pack.c:12676539#, c-format6540msgid "pack has %d unresolved delta"6541msgid_plural "pack has %d unresolved deltas"6542msgstr[0] ""6543msgstr[1] ""65446545#: builtin/index-pack.c:12916546#, c-format6547msgid "unable to deflate appended object (%d)"6548msgstr ""65496550#: builtin/index-pack.c:13676551#, c-format6552msgid "local object %s is corrupt"6553msgstr ""65546555#: builtin/index-pack.c:13916556msgid "error while closing pack file"6557msgstr ""65586559#: builtin/index-pack.c:14046560#, c-format6561msgid "cannot write keep file '%s'"6562msgstr ""65636564#: builtin/index-pack.c:14126565#, c-format6566msgid "cannot close written keep file '%s'"6567msgstr ""65686569#: builtin/index-pack.c:14256570msgid "cannot store pack file"6571msgstr ""65726573#: builtin/index-pack.c:14366574msgid "cannot store index file"6575msgstr ""65766577#: builtin/index-pack.c:14696578#, c-format6579msgid "bad pack.indexversion=%<PRIu32>"6580msgstr ""65816582#: builtin/index-pack.c:14756583#, c-format6584msgid "invalid number of threads specified (%d)"6585msgstr ""65866587#: builtin/index-pack.c:1479 builtin/index-pack.c:16636588#, c-format6589msgid "no threads support, ignoring %s"6590msgstr ""65916592#: builtin/index-pack.c:15376593#, c-format6594msgid "Cannot open existing pack file '%s'"6595msgstr ""65966597#: builtin/index-pack.c:15396598#, c-format6599msgid "Cannot open existing pack idx file for '%s'"6600msgstr ""66016602#: builtin/index-pack.c:15866603#, c-format6604msgid "non delta: %d object"6605msgid_plural "non delta: %d objects"6606msgstr[0] ""6607msgstr[1] ""66086609#: builtin/index-pack.c:15936610#, c-format6611msgid "chain length = %d: %lu object"6612msgid_plural "chain length = %d: %lu objects"6613msgstr[0] ""6614msgstr[1] ""66156616#: builtin/index-pack.c:16236617msgid "Cannot come back to cwd"6618msgstr ""66196620#: builtin/index-pack.c:1675 builtin/index-pack.c:16786621#: builtin/index-pack.c:1690 builtin/index-pack.c:16946622#, c-format6623msgid "bad %s"6624msgstr ""66256626#: builtin/index-pack.c:17086627msgid "--fix-thin cannot be used without --stdin"6628msgstr ""66296630#: builtin/index-pack.c:1712 builtin/index-pack.c:17216631#, c-format6632msgid "packfile name '%s' does not end with '.pack'"6633msgstr ""66346635#: builtin/index-pack.c:17296636msgid "--verify with no packfile name given"6637msgstr ""66386639#: builtin/init-db.c:556640#, c-format6641msgid "cannot stat '%s'"6642msgstr ""66436644#: builtin/init-db.c:616645#, c-format6646msgid "cannot stat template '%s'"6647msgstr ""66486649#: builtin/init-db.c:666650#, c-format6651msgid "cannot opendir '%s'"6652msgstr ""66536654#: builtin/init-db.c:776655#, c-format6656msgid "cannot readlink '%s'"6657msgstr ""66586659#: builtin/init-db.c:796660#, c-format6661msgid "cannot symlink '%s' '%s'"6662msgstr ""66636664#: builtin/init-db.c:856665#, c-format6666msgid "cannot copy '%s' to '%s'"6667msgstr ""66686669#: builtin/init-db.c:896670#, c-format6671msgid "ignoring template %s"6672msgstr ""66736674#: builtin/init-db.c:1186675#, c-format6676msgid "templates not found %s"6677msgstr ""66786679#: builtin/init-db.c:1316680#, c-format6681msgid "not copying templates of a wrong format version %d from '%s'"6682msgstr ""66836684#: builtin/init-db.c:309 builtin/init-db.c:3126685#, c-format6686msgid "%s already exists"6687msgstr ""66886689#: builtin/init-db.c:3406690#, c-format6691msgid "unable to handle file type %d"6692msgstr ""66936694#: builtin/init-db.c:3436695#, c-format6696msgid "unable to move %s to %s"6697msgstr ""66986699#. TRANSLATORS: The first '%s' is either "Reinitialized6700#. existing" or "Initialized empty", the second " shared" or6701#. "", and the last '%s%s' is the verbatim directory name.6702#: builtin/init-db.c:3996703#, c-format6704msgid "%s%s Git repository in %s%s\n"6705msgstr ""67066707#: builtin/init-db.c:4006708msgid "Reinitialized existing"6709msgstr ""67106711#: builtin/init-db.c:4006712msgid "Initialized empty"6713msgstr ""67146715#: builtin/init-db.c:4016716msgid " shared"6717msgstr ""67186719#: builtin/init-db.c:4486720msgid ""6721"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"6722"shared[=<permissions>]] [<directory>]"6723msgstr ""67246725#: builtin/init-db.c:4716726msgid "permissions"6727msgstr ""67286729#: builtin/init-db.c:4726730msgid "specify that the git repository is to be shared amongst several users"6731msgstr ""67326733#: builtin/init-db.c:506 builtin/init-db.c:5116734#, c-format6735msgid "cannot mkdir %s"6736msgstr ""67376738#: builtin/init-db.c:5156739#, c-format6740msgid "cannot chdir to %s"6741msgstr ""67426743#: builtin/init-db.c:5366744#, c-format6745msgid ""6746"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"6747"dir=<directory>)"6748msgstr ""67496750#: builtin/init-db.c:5646751#, c-format6752msgid "Cannot access work tree '%s'"6753msgstr ""67546755#: builtin/interpret-trailers.c:156756msgid ""6757"git interpret-trailers [--trim-empty] [(--trailer <token>[(=|:)<value>])...] "6758"[<file>...]"6759msgstr ""67606761#: builtin/interpret-trailers.c:256762msgid "trim empty trailers"6763msgstr ""67646765#: builtin/interpret-trailers.c:266766msgid "trailer"6767msgstr ""67686769#: builtin/interpret-trailers.c:276770msgid "trailer(s) to add"6771msgstr ""67726773#: builtin/log.c:436774msgid "git log [<options>] [<revision-range>] [[--] <path>...]"6775msgstr ""67766777#: builtin/log.c:446778msgid "git show [<options>] <object>..."6779msgstr ""67806781#: builtin/log.c:836782#, c-format6783msgid "invalid --decorate option: %s"6784msgstr ""67856786#: builtin/log.c:1316787msgid "suppress diff output"6788msgstr ""67896790#: builtin/log.c:1326791msgid "show source"6792msgstr ""67936794#: builtin/log.c:1336795msgid "Use mail map file"6796msgstr ""67976798#: builtin/log.c:1346799msgid "decorate options"6800msgstr ""68016802#: builtin/log.c:1376803msgid "Process line range n,m in file, counting from 1"6804msgstr ""68056806#: builtin/log.c:2336807#, c-format6808msgid "Final output: %d %s\n"6809msgstr ""68106811#: builtin/log.c:4656812#, c-format6813msgid "git show %s: bad file"6814msgstr ""68156816#: builtin/log.c:479 builtin/log.c:5726817#, c-format6818msgid "Could not read object %s"6819msgstr ""68206821#: builtin/log.c:5966822#, c-format6823msgid "Unknown type: %d"6824msgstr ""68256826#: builtin/log.c:7146827msgid "format.headers without value"6828msgstr ""68296830#: builtin/log.c:7986831msgid "name of output directory is too long"6832msgstr ""68336834#: builtin/log.c:8136835#, c-format6836msgid "Cannot open patch file %s"6837msgstr ""68386839#: builtin/log.c:8276840msgid "Need exactly one range."6841msgstr ""68426843#: builtin/log.c:8376844msgid "Not a range."6845msgstr ""68466847#: builtin/log.c:9436848msgid "Cover letter needs email format"6849msgstr ""68506851#: builtin/log.c:10226852#, c-format6853msgid "insane in-reply-to: %s"6854msgstr ""68556856#: builtin/log.c:10506857msgid "git format-patch [<options>] [<since> | <revision-range>]"6858msgstr ""68596860#: builtin/log.c:10956861msgid "Two output directories?"6862msgstr ""68636864#: builtin/log.c:12106865msgid "use [PATCH n/m] even with a single patch"6866msgstr ""68676868#: builtin/log.c:12136869msgid "use [PATCH] even with multiple patches"6870msgstr ""68716872#: builtin/log.c:12176873msgid "print patches to standard out"6874msgstr ""68756876#: builtin/log.c:12196877msgid "generate a cover letter"6878msgstr ""68796880#: builtin/log.c:12216881msgid "use simple number sequence for output file names"6882msgstr ""68836884#: builtin/log.c:12226885msgid "sfx"6886msgstr ""68876888#: builtin/log.c:12236889msgid "use <sfx> instead of '.patch'"6890msgstr ""68916892#: builtin/log.c:12256893msgid "start numbering patches at <n> instead of 1"6894msgstr ""68956896#: builtin/log.c:12276897msgid "mark the series as Nth re-roll"6898msgstr ""68996900#: builtin/log.c:12296901msgid "Use [<prefix>] instead of [PATCH]"6902msgstr ""69036904#: builtin/log.c:12326905msgid "store resulting files in <dir>"6906msgstr ""69076908#: builtin/log.c:12356909msgid "don't strip/add [PATCH]"6910msgstr ""69116912#: builtin/log.c:12386913msgid "don't output binary diffs"6914msgstr ""69156916#: builtin/log.c:12406917msgid "don't include a patch matching a commit upstream"6918msgstr ""69196920#: builtin/log.c:12426921msgid "show patch format instead of default (patch + stat)"6922msgstr ""69236924#: builtin/log.c:12446925msgid "Messaging"6926msgstr ""69276928#: builtin/log.c:12456929msgid "header"6930msgstr ""69316932#: builtin/log.c:12466933msgid "add email header"6934msgstr ""69356936#: builtin/log.c:1247 builtin/log.c:12496937msgid "email"6938msgstr ""69396940#: builtin/log.c:12476941msgid "add To: header"6942msgstr ""69436944#: builtin/log.c:12496945msgid "add Cc: header"6946msgstr ""69476948#: builtin/log.c:12516949msgid "ident"6950msgstr ""69516952#: builtin/log.c:12526953msgid "set From address to <ident> (or committer ident if absent)"6954msgstr ""69556956#: builtin/log.c:12546957msgid "message-id"6958msgstr ""69596960#: builtin/log.c:12556961msgid "make first mail a reply to <message-id>"6962msgstr ""69636964#: builtin/log.c:1256 builtin/log.c:12596965msgid "boundary"6966msgstr ""69676968#: builtin/log.c:12576969msgid "attach the patch"6970msgstr ""69716972#: builtin/log.c:12606973msgid "inline the patch"6974msgstr ""69756976#: builtin/log.c:12646977msgid "enable message threading, styles: shallow, deep"6978msgstr ""69796980#: builtin/log.c:12666981msgid "signature"6982msgstr ""69836984#: builtin/log.c:12676985msgid "add a signature"6986msgstr ""69876988#: builtin/log.c:12696989msgid "add a signature from a file"6990msgstr ""69916992#: builtin/log.c:12706993msgid "don't print the patch filenames"6994msgstr ""69956996#: builtin/log.c:13596997msgid "-n and -k are mutually exclusive."6998msgstr ""69997000#: builtin/log.c:13617001msgid "--subject-prefix and -k are mutually exclusive."7002msgstr ""70037004#: builtin/log.c:13697005msgid "--name-only does not make sense"7006msgstr ""70077008#: builtin/log.c:13717009msgid "--name-status does not make sense"7010msgstr ""70117012#: builtin/log.c:13737013msgid "--check does not make sense"7014msgstr ""70157016#: builtin/log.c:13967017msgid "standard output, or directory, which one?"7018msgstr ""70197020#: builtin/log.c:13987021#, c-format7022msgid "Could not create directory '%s'"7023msgstr ""70247025#: builtin/log.c:14957026#, c-format7027msgid "unable to read signature file '%s'"7028msgstr ""70297030#: builtin/log.c:15587031msgid "Failed to create output files"7032msgstr ""70337034#: builtin/log.c:16067035msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"7036msgstr ""70377038#: builtin/log.c:16607039#, c-format7040msgid ""7041"Could not find a tracked remote branch, please specify <upstream> manually.\n"7042msgstr ""70437044#: builtin/log.c:1671 builtin/log.c:1673 builtin/log.c:16857045#, c-format7046msgid "Unknown commit %s"7047msgstr ""70487049#: builtin/ls-files.c:3587050msgid "git ls-files [<options>] [<file>...]"7051msgstr ""70527053#: builtin/ls-files.c:4157054msgid "identify the file status with tags"7055msgstr ""70567057#: builtin/ls-files.c:4177058msgid "use lowercase letters for 'assume unchanged' files"7059msgstr ""70607061#: builtin/ls-files.c:4197062msgid "show cached files in the output (default)"7063msgstr ""70647065#: builtin/ls-files.c:4217066msgid "show deleted files in the output"7067msgstr ""70687069#: builtin/ls-files.c:4237070msgid "show modified files in the output"7071msgstr ""70727073#: builtin/ls-files.c:4257074msgid "show other files in the output"7075msgstr ""70767077#: builtin/ls-files.c:4277078msgid "show ignored files in the output"7079msgstr ""70807081#: builtin/ls-files.c:4307082msgid "show staged contents' object name in the output"7083msgstr ""70847085#: builtin/ls-files.c:4327086msgid "show files on the filesystem that need to be removed"7087msgstr ""70887089#: builtin/ls-files.c:4347090msgid "show 'other' directories' names only"7091msgstr ""70927093#: builtin/ls-files.c:4377094msgid "don't show empty directories"7095msgstr ""70967097#: builtin/ls-files.c:4407098msgid "show unmerged files in the output"7099msgstr ""71007101#: builtin/ls-files.c:4427102msgid "show resolve-undo information"7103msgstr ""71047105#: builtin/ls-files.c:4447106msgid "skip files matching pattern"7107msgstr ""71087109#: builtin/ls-files.c:4477110msgid "exclude patterns are read from <file>"7111msgstr ""71127113#: builtin/ls-files.c:4507114msgid "read additional per-directory exclude patterns in <file>"7115msgstr ""71167117#: builtin/ls-files.c:4527118msgid "add the standard git exclusions"7119msgstr ""71207121#: builtin/ls-files.c:4557122msgid "make the output relative to the project top directory"7123msgstr ""71247125#: builtin/ls-files.c:4587126msgid "if any <file> is not in the index, treat this as an error"7127msgstr ""71287129#: builtin/ls-files.c:4597130msgid "tree-ish"7131msgstr ""71327133#: builtin/ls-files.c:4607134msgid "pretend that paths removed since <tree-ish> are still present"7135msgstr ""71367137#: builtin/ls-files.c:4627138msgid "show debugging data"7139msgstr ""71407141#: builtin/ls-tree.c:287142msgid "git ls-tree [<options>] <tree-ish> [<path>...]"7143msgstr ""71447145#: builtin/ls-tree.c:1287146msgid "only show trees"7147msgstr ""71487149#: builtin/ls-tree.c:1307150msgid "recurse into subtrees"7151msgstr ""71527153#: builtin/ls-tree.c:1327154msgid "show trees when recursing"7155msgstr ""71567157#: builtin/ls-tree.c:1357158msgid "terminate entries with NUL byte"7159msgstr ""71607161#: builtin/ls-tree.c:1367162msgid "include object size"7163msgstr ""71647165#: builtin/ls-tree.c:138 builtin/ls-tree.c:1407166msgid "list only filenames"7167msgstr ""71687169#: builtin/ls-tree.c:1437170msgid "use full path names"7171msgstr ""71727173#: builtin/ls-tree.c:1457174msgid "list entire tree; not just current directory (implies --full-name)"7175msgstr ""71767177#: builtin/merge.c:457178msgid "git merge [<options>] [<commit>...]"7179msgstr ""71807181#: builtin/merge.c:467182msgid "git merge [<options>] <msg> HEAD <commit>"7183msgstr ""71847185#: builtin/merge.c:477186msgid "git merge --abort"7187msgstr ""71887189#: builtin/merge.c:1007190msgid "switch `m' requires a value"7191msgstr ""71927193#: builtin/merge.c:1377194#, c-format7195msgid "Could not find merge strategy '%s'.\n"7196msgstr ""71977198#: builtin/merge.c:1387199#, c-format7200msgid "Available strategies are:"7201msgstr ""72027203#: builtin/merge.c:1437204#, c-format7205msgid "Available custom strategies are:"7206msgstr ""72077208#: builtin/merge.c:193 builtin/pull.c:1197209msgid "do not show a diffstat at the end of the merge"7210msgstr ""72117212#: builtin/merge.c:196 builtin/pull.c:1227213msgid "show a diffstat at the end of the merge"7214msgstr ""72157216#: builtin/merge.c:197 builtin/pull.c:1257217msgid "(synonym to --stat)"7218msgstr ""72197220#: builtin/merge.c:199 builtin/pull.c:1287221msgid "add (at most <n>) entries from shortlog to merge commit message"7222msgstr ""72237224#: builtin/merge.c:202 builtin/pull.c:1317225msgid "create a single commit instead of doing a merge"7226msgstr ""72277228#: builtin/merge.c:204 builtin/pull.c:1347229msgid "perform a commit if the merge succeeds (default)"7230msgstr ""72317232#: builtin/merge.c:206 builtin/pull.c:1377233msgid "edit message before committing"7234msgstr ""72357236#: builtin/merge.c:2077237msgid "allow fast-forward (default)"7238msgstr ""72397240#: builtin/merge.c:209 builtin/pull.c:1437241msgid "abort if fast-forward is not possible"7242msgstr ""72437244#: builtin/merge.c:2137245msgid "Verify that the named commit has a valid GPG signature"7246msgstr ""72477248#: builtin/merge.c:214 builtin/notes.c:767 builtin/pull.c:1487249#: builtin/revert.c:897250msgid "strategy"7251msgstr ""72527253#: builtin/merge.c:215 builtin/pull.c:1497254msgid "merge strategy to use"7255msgstr ""72567257#: builtin/merge.c:216 builtin/pull.c:1527258msgid "option=value"7259msgstr ""72607261#: builtin/merge.c:217 builtin/pull.c:1537262msgid "option for selected merge strategy"7263msgstr ""72647265#: builtin/merge.c:2197266msgid "merge commit message (for a non-fast-forward merge)"7267msgstr ""72687269#: builtin/merge.c:2237270msgid "abort the current in-progress merge"7271msgstr ""72727273#: builtin/merge.c:2517274msgid "could not run stash."7275msgstr ""72767277#: builtin/merge.c:2567278msgid "stash failed"7279msgstr ""72807281#: builtin/merge.c:2617282#, c-format7283msgid "not a valid object: %s"7284msgstr ""72857286#: builtin/merge.c:280 builtin/merge.c:2977287msgid "read-tree failed"7288msgstr ""72897290#: builtin/merge.c:3277291msgid " (nothing to squash)"7292msgstr ""72937294#: builtin/merge.c:3407295#, c-format7296msgid "Squash commit -- not updating HEAD\n"7297msgstr ""72987299#: builtin/merge.c:344 builtin/merge.c:763 builtin/merge.c:9757300#: builtin/merge.c:9887301#, c-format7302msgid "Could not write to '%s'"7303msgstr ""73047305#: builtin/merge.c:3727306msgid "Writing SQUASH_MSG"7307msgstr ""73087309#: builtin/merge.c:3747310msgid "Finishing SQUASH_MSG"7311msgstr ""73127313#: builtin/merge.c:3977314#, c-format7315msgid "No merge message -- not updating HEAD\n"7316msgstr ""73177318#: builtin/merge.c:4477319#, c-format7320msgid "'%s' does not point to a commit"7321msgstr ""73227323#: builtin/merge.c:5377324#, c-format7325msgid "Bad branch.%s.mergeoptions string: %s"7326msgstr ""73277328#: builtin/merge.c:6567329msgid "Not handling anything other than two heads merge."7330msgstr ""73317332#: builtin/merge.c:6707333#, c-format7334msgid "Unknown option for merge-recursive: -X%s"7335msgstr ""73367337#: builtin/merge.c:6837338#, c-format7339msgid "unable to write %s"7340msgstr ""73417342#: builtin/merge.c:7727343#, c-format7344msgid "Could not read from '%s'"7345msgstr ""73467347#: builtin/merge.c:7817348#, c-format7349msgid "Not committing merge; use 'git commit' to complete the merge.\n"7350msgstr ""73517352#: builtin/merge.c:7877353#, c-format7354msgid ""7355"Please enter a commit message to explain why this merge is necessary,\n"7356"especially if it merges an updated upstream into a topic branch.\n"7357"\n"7358"Lines starting with '%c' will be ignored, and an empty message aborts\n"7359"the commit.\n"7360msgstr ""73617362#: builtin/merge.c:8117363msgid "Empty commit message."7364msgstr ""73657366#: builtin/merge.c:8237367#, c-format7368msgid "Wonderful.\n"7369msgstr ""73707371#: builtin/merge.c:8787372#, c-format7373msgid "Automatic merge failed; fix conflicts and then commit the result.\n"7374msgstr ""73757376#: builtin/merge.c:8947377#, c-format7378msgid "'%s' is not a commit"7379msgstr ""73807381#: builtin/merge.c:9357382msgid "No current branch."7383msgstr ""73847385#: builtin/merge.c:9377386msgid "No remote for the current branch."7387msgstr ""73887389#: builtin/merge.c:9397390msgid "No default upstream defined for the current branch."7391msgstr ""73927393#: builtin/merge.c:9447394#, c-format7395msgid "No remote-tracking branch for %s from %s"7396msgstr ""73977398#: builtin/merge.c:10797399#, c-format7400msgid "could not close '%s'"7401msgstr ""74027403#: builtin/merge.c:12067404msgid "There is no merge to abort (MERGE_HEAD missing)."7405msgstr ""74067407#: builtin/merge.c:12227408msgid ""7409"You have not concluded your merge (MERGE_HEAD exists).\n"7410"Please, commit your changes before you merge."7411msgstr ""74127413#: builtin/merge.c:12297414msgid ""7415"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"7416"Please, commit your changes before you merge."7417msgstr ""74187419#: builtin/merge.c:12327420msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."7421msgstr ""74227423#: builtin/merge.c:12417424msgid "You cannot combine --squash with --no-ff."7425msgstr ""74267427#: builtin/merge.c:12497428msgid "No commit specified and merge.defaultToUpstream not set."7429msgstr ""74307431#: builtin/merge.c:12667432msgid "Squash commit into empty head not supported yet"7433msgstr ""74347435#: builtin/merge.c:12687436msgid "Non-fast-forward commit does not make sense into an empty head"7437msgstr ""74387439#: builtin/merge.c:12747440#, c-format7441msgid "%s - not something we can merge"7442msgstr ""74437444#: builtin/merge.c:12767445msgid "Can merge only exactly one commit into empty head"7446msgstr ""74477448#: builtin/merge.c:13317449#, c-format7450msgid "Commit %s has an untrusted GPG signature, allegedly by %s."7451msgstr ""74527453#: builtin/merge.c:13347454#, c-format7455msgid "Commit %s has a bad GPG signature allegedly by %s."7456msgstr ""74577458#: builtin/merge.c:13377459#, c-format7460msgid "Commit %s does not have a GPG signature."7461msgstr ""74627463#: builtin/merge.c:13407464#, c-format7465msgid "Commit %s has a good GPG signature by %s\n"7466msgstr ""74677468#: builtin/merge.c:14237469#, c-format7470msgid "Updating %s..%s\n"7471msgstr ""74727473#: builtin/merge.c:14607474#, c-format7475msgid "Trying really trivial in-index merge...\n"7476msgstr ""74777478#: builtin/merge.c:14677479#, c-format7480msgid "Nope.\n"7481msgstr ""74827483#: builtin/merge.c:14997484msgid "Not possible to fast-forward, aborting."7485msgstr ""74867487#: builtin/merge.c:1522 builtin/merge.c:16017488#, c-format7489msgid "Rewinding the tree to pristine...\n"7490msgstr ""74917492#: builtin/merge.c:15267493#, c-format7494msgid "Trying merge strategy %s...\n"7495msgstr ""74967497#: builtin/merge.c:15927498#, c-format7499msgid "No merge strategy handled the merge.\n"7500msgstr ""75017502#: builtin/merge.c:15947503#, c-format7504msgid "Merge with strategy %s failed.\n"7505msgstr ""75067507#: builtin/merge.c:16037508#, c-format7509msgid "Using the %s to prepare resolving by hand.\n"7510msgstr ""75117512#: builtin/merge.c:16157513#, c-format7514msgid "Automatic merge went well; stopped before committing as requested\n"7515msgstr ""75167517#: builtin/merge-base.c:297518msgid "git merge-base [-a | --all] <commit> <commit>..."7519msgstr ""75207521#: builtin/merge-base.c:307522msgid "git merge-base [-a | --all] --octopus <commit>..."7523msgstr ""75247525#: builtin/merge-base.c:317526msgid "git merge-base --independent <commit>..."7527msgstr ""75287529#: builtin/merge-base.c:327530msgid "git merge-base --is-ancestor <commit> <commit>"7531msgstr ""75327533#: builtin/merge-base.c:337534msgid "git merge-base --fork-point <ref> [<commit>]"7535msgstr ""75367537#: builtin/merge-base.c:2147538msgid "output all common ancestors"7539msgstr ""75407541#: builtin/merge-base.c:2167542msgid "find ancestors for a single n-way merge"7543msgstr ""75447545#: builtin/merge-base.c:2187546msgid "list revs not reachable from others"7547msgstr ""75487549#: builtin/merge-base.c:2207550msgid "is the first one ancestor of the other?"7551msgstr ""75527553#: builtin/merge-base.c:2227554msgid "find where <commit> forked from reflog of <ref>"7555msgstr ""75567557#: builtin/merge-file.c:87558msgid ""7559"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "7560"<orig-file> <file2>"7561msgstr ""75627563#: builtin/merge-file.c:337564msgid "send results to standard output"7565msgstr ""75667567#: builtin/merge-file.c:347568msgid "use a diff3 based merge"7569msgstr ""75707571#: builtin/merge-file.c:357572msgid "for conflicts, use our version"7573msgstr ""75747575#: builtin/merge-file.c:377576msgid "for conflicts, use their version"7577msgstr ""75787579#: builtin/merge-file.c:397580msgid "for conflicts, use a union version"7581msgstr ""75827583#: builtin/merge-file.c:427584msgid "for conflicts, use this marker size"7585msgstr ""75867587#: builtin/merge-file.c:437588msgid "do not warn about conflicts"7589msgstr ""75907591#: builtin/merge-file.c:457592msgid "set labels for file1/orig-file/file2"7593msgstr ""75947595#: builtin/mktree.c:647596msgid "git mktree [-z] [--missing] [--batch]"7597msgstr ""75987599#: builtin/mktree.c:1507600msgid "input is NUL terminated"7601msgstr ""76027603#: builtin/mktree.c:151 builtin/write-tree.c:247604msgid "allow missing objects"7605msgstr ""76067607#: builtin/mktree.c:1527608msgid "allow creation of more than one tree"7609msgstr ""76107611#: builtin/mv.c:157612msgid "git mv [<options>] <source>... <destination>"7613msgstr ""76147615#: builtin/mv.c:697616#, c-format7617msgid "Directory %s is in index and no submodule?"7618msgstr ""76197620#: builtin/mv.c:717621msgid "Please stage your changes to .gitmodules or stash them to proceed"7622msgstr ""76237624#: builtin/mv.c:897625#, c-format7626msgid "%.*s is in index"7627msgstr ""76287629#: builtin/mv.c:1117630msgid "force move/rename even if target exists"7631msgstr ""76327633#: builtin/mv.c:1127634msgid "skip move/rename errors"7635msgstr ""76367637#: builtin/mv.c:1517638#, c-format7639msgid "destination '%s' is not a directory"7640msgstr ""76417642#: builtin/mv.c:1627643#, c-format7644msgid "Checking rename of '%s' to '%s'\n"7645msgstr ""76467647#: builtin/mv.c:1667648msgid "bad source"7649msgstr ""76507651#: builtin/mv.c:1697652msgid "can not move directory into itself"7653msgstr ""76547655#: builtin/mv.c:1727656msgid "cannot move directory over file"7657msgstr ""76587659#: builtin/mv.c:1817660msgid "source directory is empty"7661msgstr ""76627663#: builtin/mv.c:2067664msgid "not under version control"7665msgstr ""76667667#: builtin/mv.c:2097668msgid "destination exists"7669msgstr ""76707671#: builtin/mv.c:2177672#, c-format7673msgid "overwriting '%s'"7674msgstr ""76757676#: builtin/mv.c:2207677msgid "Cannot overwrite"7678msgstr ""76797680#: builtin/mv.c:2237681msgid "multiple sources for the same target"7682msgstr ""76837684#: builtin/mv.c:2257685msgid "destination directory does not exist"7686msgstr ""76877688#: builtin/mv.c:2327689#, c-format7690msgid "%s, source=%s, destination=%s"7691msgstr ""76927693#: builtin/mv.c:2537694#, c-format7695msgid "Renaming %s to %s\n"7696msgstr ""76977698#: builtin/mv.c:256 builtin/remote.c:728 builtin/repack.c:3657699#, c-format7700msgid "renaming '%s' failed"7701msgstr ""77027703#: builtin/name-rev.c:2517704msgid "git name-rev [<options>] <commit>..."7705msgstr ""77067707#: builtin/name-rev.c:2527708msgid "git name-rev [<options>] --all"7709msgstr ""77107711#: builtin/name-rev.c:2537712msgid "git name-rev [<options>] --stdin"7713msgstr ""77147715#: builtin/name-rev.c:3057716msgid "print only names (no SHA-1)"7717msgstr ""77187719#: builtin/name-rev.c:3067720msgid "only use tags to name the commits"7721msgstr ""77227723#: builtin/name-rev.c:3087724msgid "only use refs matching <pattern>"7725msgstr ""77267727#: builtin/name-rev.c:3107728msgid "list all commits reachable from all refs"7729msgstr ""77307731#: builtin/name-rev.c:3117732msgid "read from stdin"7733msgstr ""77347735#: builtin/name-rev.c:3127736msgid "allow to print `undefined` names (default)"7737msgstr ""77387739#: builtin/name-rev.c:3187740msgid "dereference tags in the input (internal use)"7741msgstr ""77427743#: builtin/notes.c:257744msgid "git notes [--ref <notes-ref>] [list [<object>]]"7745msgstr ""77467747#: builtin/notes.c:267748msgid ""7749"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "7750"| (-c | -C) <object>] [<object>]"7751msgstr ""77527753#: builtin/notes.c:277754msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"7755msgstr ""77567757#: builtin/notes.c:287758msgid ""7759"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "7760"(-c | -C) <object>] [<object>]"7761msgstr ""77627763#: builtin/notes.c:297764msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"7765msgstr ""77667767#: builtin/notes.c:307768msgid "git notes [--ref <notes-ref>] show [<object>]"7769msgstr ""77707771#: builtin/notes.c:317772msgid ""7773"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"7774msgstr ""77757776#: builtin/notes.c:327777msgid "git notes merge --commit [-v | -q]"7778msgstr ""77797780#: builtin/notes.c:337781msgid "git notes merge --abort [-v | -q]"7782msgstr ""77837784#: builtin/notes.c:347785msgid "git notes [--ref <notes-ref>] remove [<object>...]"7786msgstr ""77877788#: builtin/notes.c:357789msgid "git notes [--ref <notes-ref>] prune [-n | -v]"7790msgstr ""77917792#: builtin/notes.c:367793msgid "git notes [--ref <notes-ref>] get-ref"7794msgstr ""77957796#: builtin/notes.c:417797msgid "git notes [list [<object>]]"7798msgstr ""77997800#: builtin/notes.c:467801msgid "git notes add [<options>] [<object>]"7802msgstr ""78037804#: builtin/notes.c:517805msgid "git notes copy [<options>] <from-object> <to-object>"7806msgstr ""78077808#: builtin/notes.c:527809msgid "git notes copy --stdin [<from-object> <to-object>]..."7810msgstr ""78117812#: builtin/notes.c:577813msgid "git notes append [<options>] [<object>]"7814msgstr ""78157816#: builtin/notes.c:627817msgid "git notes edit [<object>]"7818msgstr ""78197820#: builtin/notes.c:677821msgid "git notes show [<object>]"7822msgstr ""78237824#: builtin/notes.c:727825msgid "git notes merge [<options>] <notes-ref>"7826msgstr ""78277828#: builtin/notes.c:737829msgid "git notes merge --commit [<options>]"7830msgstr ""78317832#: builtin/notes.c:747833msgid "git notes merge --abort [<options>]"7834msgstr ""78357836#: builtin/notes.c:797837msgid "git notes remove [<object>]"7838msgstr ""78397840#: builtin/notes.c:847841msgid "git notes prune [<options>]"7842msgstr ""78437844#: builtin/notes.c:897845msgid "git notes get-ref"7846msgstr ""78477848#: builtin/notes.c:1477849#, c-format7850msgid "unable to start 'show' for object '%s'"7851msgstr ""78527853#: builtin/notes.c:1517854msgid "could not read 'show' output"7855msgstr ""78567857#: builtin/notes.c:1597858#, c-format7859msgid "failed to finish 'show' for object '%s'"7860msgstr ""78617862#: builtin/notes.c:174 builtin/tag.c:2487863#, c-format7864msgid "could not create file '%s'"7865msgstr ""78667867#: builtin/notes.c:1937868msgid "Please supply the note contents using either -m or -F option"7869msgstr ""78707871#: builtin/notes.c:2027872msgid "unable to write note object"7873msgstr ""78747875#: builtin/notes.c:2047876#, c-format7877msgid "The note contents have been left in %s"7878msgstr ""78797880#: builtin/notes.c:232 builtin/tag.c:4407881#, c-format7882msgid "cannot read '%s'"7883msgstr ""78847885#: builtin/notes.c:234 builtin/tag.c:4437886#, c-format7887msgid "could not open or read '%s'"7888msgstr ""78897890#: builtin/notes.c:253 builtin/notes.c:304 builtin/notes.c:3067891#: builtin/notes.c:366 builtin/notes.c:421 builtin/notes.c:5077892#: builtin/notes.c:512 builtin/notes.c:590 builtin/notes.c:6537893#: builtin/notes.c:877 builtin/tag.c:4567894#, c-format7895msgid "Failed to resolve '%s' as a valid ref."7896msgstr ""78977898#: builtin/notes.c:2567899#, c-format7900msgid "Failed to read object '%s'."7901msgstr ""79027903#: builtin/notes.c:2607904#, c-format7905msgid "Cannot read note data from non-blob object '%s'."7906msgstr ""79077908#: builtin/notes.c:359 builtin/notes.c:414 builtin/notes.c:4907909#: builtin/notes.c:502 builtin/notes.c:578 builtin/notes.c:6467910#: builtin/notes.c:9427911msgid "too many parameters"7912msgstr ""79137914#: builtin/notes.c:372 builtin/notes.c:6597915#, c-format7916msgid "No note found for object %s."7917msgstr ""79187919#: builtin/notes.c:393 builtin/notes.c:5567920msgid "note contents as a string"7921msgstr ""79227923#: builtin/notes.c:396 builtin/notes.c:5597924msgid "note contents in a file"7925msgstr ""79267927#: builtin/notes.c:399 builtin/notes.c:5627928msgid "reuse and edit specified note object"7929msgstr ""79307931#: builtin/notes.c:402 builtin/notes.c:5657932msgid "reuse specified note object"7933msgstr ""79347935#: builtin/notes.c:405 builtin/notes.c:5687936msgid "allow storing empty note"7937msgstr ""79387939#: builtin/notes.c:406 builtin/notes.c:4777940msgid "replace existing notes"7941msgstr ""79427943#: builtin/notes.c:4317944#, c-format7945msgid ""7946"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "7947"existing notes"7948msgstr ""79497950#: builtin/notes.c:446 builtin/notes.c:5257951#, c-format7952msgid "Overwriting existing notes for object %s\n"7953msgstr ""79547955#: builtin/notes.c:457 builtin/notes.c:618 builtin/notes.c:8827956#, c-format7957msgid "Removing note for object %s\n"7958msgstr ""79597960#: builtin/notes.c:4787961msgid "read objects from stdin"7962msgstr ""79637964#: builtin/notes.c:4807965msgid "load rewriting config for <command> (implies --stdin)"7966msgstr ""79677968#: builtin/notes.c:4987969msgid "too few parameters"7970msgstr ""79717972#: builtin/notes.c:5197973#, c-format7974msgid ""7975"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "7976"existing notes"7977msgstr ""79787979#: builtin/notes.c:5317980#, c-format7981msgid "Missing notes on source object %s. Cannot copy."7982msgstr ""79837984#: builtin/notes.c:5837985#, c-format7986msgid ""7987"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"7988"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"7989msgstr ""79907991#: builtin/notes.c:7647992msgid "General options"7993msgstr ""79947995#: builtin/notes.c:7667996msgid "Merge options"7997msgstr ""79987999#: builtin/notes.c:7688000msgid ""8001"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"8002"cat_sort_uniq)"8003msgstr ""80048005#: builtin/notes.c:7708006msgid "Committing unmerged notes"8007msgstr ""80088009#: builtin/notes.c:7728010msgid "finalize notes merge by committing unmerged notes"8011msgstr ""80128013#: builtin/notes.c:7748014msgid "Aborting notes merge resolution"8015msgstr ""80168017#: builtin/notes.c:7768018msgid "abort notes merge"8019msgstr ""80208021#: builtin/notes.c:8538022#, c-format8023msgid "A notes merge into %s is already in-progress at %s"8024msgstr ""80258026#: builtin/notes.c:8808027#, c-format8028msgid "Object %s has no note\n"8029msgstr ""80308031#: builtin/notes.c:8928032msgid "attempt to remove non-existent note is not an error"8033msgstr ""80348035#: builtin/notes.c:8958036msgid "read object names from the standard input"8037msgstr ""80388039#: builtin/notes.c:9768040msgid "notes-ref"8041msgstr ""80428043#: builtin/notes.c:9778044msgid "use notes from <notes-ref>"8045msgstr ""80468047#: builtin/notes.c:1012 builtin/remote.c:16478048#, c-format8049msgid "Unknown subcommand: %s"8050msgstr ""80518052#: builtin/pack-objects.c:288053msgid ""8054"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"8055msgstr ""80568057#: builtin/pack-objects.c:298058msgid ""8059"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"8060msgstr ""80618062#: builtin/pack-objects.c:175 builtin/pack-objects.c:1788063#, c-format8064msgid "deflate error (%d)"8065msgstr ""80668067#: builtin/pack-objects.c:7718068msgid "Writing objects"8069msgstr ""80708071#: builtin/pack-objects.c:10118072msgid "disabling bitmap writing, as some objects are not being packed"8073msgstr ""80748075#: builtin/pack-objects.c:21718076msgid "Compressing objects"8077msgstr ""80788079#: builtin/pack-objects.c:25688080#, c-format8081msgid "unsupported index version %s"8082msgstr ""80838084#: builtin/pack-objects.c:25728085#, c-format8086msgid "bad index version '%s'"8087msgstr ""80888089#: builtin/pack-objects.c:26028090msgid "do not show progress meter"8091msgstr ""80928093#: builtin/pack-objects.c:26048094msgid "show progress meter"8095msgstr ""80968097#: builtin/pack-objects.c:26068098msgid "show progress meter during object writing phase"8099msgstr ""81008101#: builtin/pack-objects.c:26098102msgid "similar to --all-progress when progress meter is shown"8103msgstr ""81048105#: builtin/pack-objects.c:26108106msgid "version[,offset]"8107msgstr ""81088109#: builtin/pack-objects.c:26118110msgid "write the pack index file in the specified idx format version"8111msgstr ""81128113#: builtin/pack-objects.c:26148114msgid "maximum size of each output pack file"8115msgstr ""81168117#: builtin/pack-objects.c:26168118msgid "ignore borrowed objects from alternate object store"8119msgstr ""81208121#: builtin/pack-objects.c:26188122msgid "ignore packed objects"8123msgstr ""81248125#: builtin/pack-objects.c:26208126msgid "limit pack window by objects"8127msgstr ""81288129#: builtin/pack-objects.c:26228130msgid "limit pack window by memory in addition to object limit"8131msgstr ""81328133#: builtin/pack-objects.c:26248134msgid "maximum length of delta chain allowed in the resulting pack"8135msgstr ""81368137#: builtin/pack-objects.c:26268138msgid "reuse existing deltas"8139msgstr ""81408141#: builtin/pack-objects.c:26288142msgid "reuse existing objects"8143msgstr ""81448145#: builtin/pack-objects.c:26308146msgid "use OFS_DELTA objects"8147msgstr ""81488149#: builtin/pack-objects.c:26328150msgid "use threads when searching for best delta matches"8151msgstr ""81528153#: builtin/pack-objects.c:26348154msgid "do not create an empty pack output"8155msgstr ""81568157#: builtin/pack-objects.c:26368158msgid "read revision arguments from standard input"8159msgstr ""81608161#: builtin/pack-objects.c:26388162msgid "limit the objects to those that are not yet packed"8163msgstr ""81648165#: builtin/pack-objects.c:26418166msgid "include objects reachable from any reference"8167msgstr ""81688169#: builtin/pack-objects.c:26448170msgid "include objects referred by reflog entries"8171msgstr ""81728173#: builtin/pack-objects.c:26478174msgid "include objects referred to by the index"8175msgstr ""81768177#: builtin/pack-objects.c:26508178msgid "output pack to stdout"8179msgstr ""81808181#: builtin/pack-objects.c:26528182msgid "include tag objects that refer to objects to be packed"8183msgstr ""81848185#: builtin/pack-objects.c:26548186msgid "keep unreachable objects"8187msgstr ""81888189#: builtin/pack-objects.c:2655 parse-options.h:1428190msgid "time"8191msgstr ""81928193#: builtin/pack-objects.c:26568194msgid "unpack unreachable objects newer than <time>"8195msgstr ""81968197#: builtin/pack-objects.c:26598198msgid "create thin packs"8199msgstr ""82008201#: builtin/pack-objects.c:26618202msgid "create packs suitable for shallow fetches"8203msgstr ""82048205#: builtin/pack-objects.c:26638206msgid "ignore packs that have companion .keep file"8207msgstr ""82088209#: builtin/pack-objects.c:26658210msgid "pack compression level"8211msgstr ""82128213#: builtin/pack-objects.c:26678214msgid "do not hide commits by grafts"8215msgstr ""82168217#: builtin/pack-objects.c:26698218msgid "use a bitmap index if available to speed up counting objects"8219msgstr ""82208221#: builtin/pack-objects.c:26718222msgid "write a bitmap index together with the pack index"8223msgstr ""82248225#: builtin/pack-objects.c:27628226msgid "Counting objects"8227msgstr ""82288229#: builtin/pack-refs.c:68230msgid "git pack-refs [<options>]"8231msgstr ""82328233#: builtin/pack-refs.c:148234msgid "pack everything"8235msgstr ""82368237#: builtin/pack-refs.c:158238msgid "prune loose refs (default)"8239msgstr ""82408241#: builtin/prune-packed.c:78242msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"8243msgstr ""82448245#: builtin/prune-packed.c:408246msgid "Removing duplicate objects"8247msgstr ""82488249#: builtin/prune.c:118250msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"8251msgstr ""82528253#: builtin/prune.c:105 builtin/worktree.c:1248254msgid "do not remove, show only"8255msgstr ""82568257#: builtin/prune.c:106 builtin/worktree.c:1258258msgid "report pruned objects"8259msgstr ""82608261#: builtin/prune.c:109 builtin/worktree.c:1278262msgid "expire objects older than <time>"8263msgstr ""82648265#: builtin/prune.c:1238266msgid "cannot prune in a precious-objects repo"8267msgstr ""82688269#: builtin/pull.c:698270msgid "git pull [<options>] [<repository> [<refspec>...]]"8271msgstr ""82728273#: builtin/pull.c:1138274msgid "Options related to merging"8275msgstr ""82768277#: builtin/pull.c:1168278msgid "incorporate changes by rebasing rather than merging"8279msgstr ""82808281#: builtin/pull.c:140 builtin/revert.c:1058282msgid "allow fast-forward"8283msgstr ""82848285#: builtin/pull.c:1468286msgid "verify that the named commit has a valid GPG signature"8287msgstr ""82888289#: builtin/pull.c:1608290msgid "Options related to fetching"8291msgstr ""82928293#: builtin/pull.c:2688294#, c-format8295msgid "Invalid value for pull.ff: %s"8296msgstr ""82978298#: builtin/pull.c:3528299msgid "Cannot pull with rebase: You have unstaged changes."8300msgstr ""83018302#: builtin/pull.c:3588303msgid "Additionally, your index contains uncommitted changes."8304msgstr ""83058306#: builtin/pull.c:3608307msgid "Cannot pull with rebase: Your index contains uncommitted changes."8308msgstr ""83098310#: builtin/pull.c:4368311msgid ""8312"There is no candidate for rebasing against among the refs that you just "8313"fetched."8314msgstr ""83158316#: builtin/pull.c:4388317msgid ""8318"There are no candidates for merging among the refs that you just fetched."8319msgstr ""83208321#: builtin/pull.c:4398322msgid ""8323"Generally this means that you provided a wildcard refspec which had no\n"8324"matches on the remote end."8325msgstr ""83268327#: builtin/pull.c:4428328#, c-format8329msgid ""8330"You asked to pull from the remote '%s', but did not specify\n"8331"a branch. Because this is not the default configured remote\n"8332"for your current branch, you must specify a branch on the command line."8333msgstr ""83348335#: builtin/pull.c:4478336msgid "You are not currently on a branch."8337msgstr ""83388339#: builtin/pull.c:449 builtin/pull.c:4648340msgid "Please specify which branch you want to rebase against."8341msgstr ""83428343#: builtin/pull.c:451 builtin/pull.c:4668344msgid "Please specify which branch you want to merge with."8345msgstr ""83468347#: builtin/pull.c:452 builtin/pull.c:4678348msgid "See git-pull(1) for details."8349msgstr ""83508351#: builtin/pull.c:4628352msgid "There is no tracking information for the current branch."8353msgstr ""83548355#: builtin/pull.c:4718356#, c-format8357msgid ""8358"If you wish to set tracking information for this branch you can do so with:\n"8359"\n"8360" git branch --set-upstream-to=%s/<branch> %s\n"8361msgstr ""83628363#: builtin/pull.c:4768364#, c-format8365msgid ""8366"Your configuration specifies to merge with the ref '%s'\n"8367"from the remote, but no such ref was fetched."8368msgstr ""83698370#: builtin/pull.c:8308371msgid "Updating an unborn branch with changes added to the index."8372msgstr ""83738374#: builtin/pull.c:8598375#, c-format8376msgid ""8377"fetch updated the current branch head.\n"8378"fast-forwarding your working tree from\n"8379"commit %s."8380msgstr ""83818382#: builtin/pull.c:8648383#, c-format8384msgid ""8385"Cannot fast-forward your working tree.\n"8386"After making sure that you saved anything precious from\n"8387"$ git diff %s\n"8388"output, run\n"8389"$ git reset --hard\n"8390"to recover."8391msgstr ""83928393#: builtin/pull.c:8798394msgid "Cannot merge multiple branches into empty head."8395msgstr ""83968397#: builtin/pull.c:8838398msgid "Cannot rebase onto multiple branches."8399msgstr ""84008401#: builtin/push.c:158402msgid "git push [<options>] [<repository> [<refspec>...]]"8403msgstr ""84048405#: builtin/push.c:868406msgid "tag shorthand without <tag>"8407msgstr ""84088409#: builtin/push.c:968410msgid "--delete only accepts plain target ref names"8411msgstr ""84128413#: builtin/push.c:1408414msgid ""8415"\n"8416"To choose either option permanently, see push.default in 'git help config'."8417msgstr ""84188419#: builtin/push.c:1438420#, c-format8421msgid ""8422"The upstream branch of your current branch does not match\n"8423"the name of your current branch. To push to the upstream branch\n"8424"on the remote, use\n"8425"\n"8426" git push %s HEAD:%s\n"8427"\n"8428"To push to the branch of the same name on the remote, use\n"8429"\n"8430" git push %s %s\n"8431"%s"8432msgstr ""84338434#: builtin/push.c:1588435#, c-format8436msgid ""8437"You are not currently on a branch.\n"8438"To push the history leading to the current (detached HEAD)\n"8439"state now, use\n"8440"\n"8441" git push %s HEAD:<name-of-remote-branch>\n"8442msgstr ""84438444#: builtin/push.c:1728445#, c-format8446msgid ""8447"The current branch %s has no upstream branch.\n"8448"To push the current branch and set the remote as upstream, use\n"8449"\n"8450" git push --set-upstream %s %s\n"8451msgstr ""84528453#: builtin/push.c:1808454#, c-format8455msgid "The current branch %s has multiple upstream branches, refusing to push."8456msgstr ""84578458#: builtin/push.c:1838459#, c-format8460msgid ""8461"You are pushing to remote '%s', which is not the upstream of\n"8462"your current branch '%s', without telling me what to push\n"8463"to update which remote branch."8464msgstr ""84658466#: builtin/push.c:2068467msgid ""8468"push.default is unset; its implicit value has changed in\n"8469"Git 2.0 from 'matching' to 'simple'. To squelch this message\n"8470"and maintain the traditional behavior, use:\n"8471"\n"8472" git config --global push.default matching\n"8473"\n"8474"To squelch this message and adopt the new behavior now, use:\n"8475"\n"8476" git config --global push.default simple\n"8477"\n"8478"When push.default is set to 'matching', git will push local branches\n"8479"to the remote branches that already exist with the same name.\n"8480"\n"8481"Since Git 2.0, Git defaults to the more conservative 'simple'\n"8482"behavior, which only pushes the current branch to the corresponding\n"8483"remote branch that 'git pull' uses to update the current branch.\n"8484"\n"8485"See 'git help config' and search for 'push.default' for further "8486"information.\n"8487"(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"8488"'current' instead of 'simple' if you sometimes use older versions of Git)"8489msgstr ""84908491#: builtin/push.c:2738492msgid ""8493"You didn't specify any refspecs to push, and push.default is \"nothing\"."8494msgstr ""84958496#: builtin/push.c:2808497msgid ""8498"Updates were rejected because the tip of your current branch is behind\n"8499"its remote counterpart. Integrate the remote changes (e.g.\n"8500"'git pull ...') before pushing again.\n"8501"See the 'Note about fast-forwards' in 'git push --help' for details."8502msgstr ""85038504#: builtin/push.c:2868505msgid ""8506"Updates were rejected because a pushed branch tip is behind its remote\n"8507"counterpart. Check out this branch and integrate the remote changes\n"8508"(e.g. 'git pull ...') before pushing again.\n"8509"See the 'Note about fast-forwards' in 'git push --help' for details."8510msgstr ""85118512#: builtin/push.c:2928513msgid ""8514"Updates were rejected because the remote contains work that you do\n"8515"not have locally. This is usually caused by another repository pushing\n"8516"to the same ref. You may want to first integrate the remote changes\n"8517"(e.g., 'git pull ...') before pushing again.\n"8518"See the 'Note about fast-forwards' in 'git push --help' for details."8519msgstr ""85208521#: builtin/push.c:2998522msgid "Updates were rejected because the tag already exists in the remote."8523msgstr ""85248525#: builtin/push.c:3028526msgid ""8527"You cannot update a remote ref that points at a non-commit object,\n"8528"or update a remote ref to make it point at a non-commit object,\n"8529"without using the '--force' option.\n"8530msgstr ""85318532#: builtin/push.c:3618533#, c-format8534msgid "Pushing to %s\n"8535msgstr ""85368537#: builtin/push.c:3658538#, c-format8539msgid "failed to push some refs to '%s'"8540msgstr ""85418542#: builtin/push.c:3958543#, c-format8544msgid "bad repository '%s'"8545msgstr ""85468547#: builtin/push.c:3968548msgid ""8549"No configured push destination.\n"8550"Either specify the URL from the command-line or configure a remote "8551"repository using\n"8552"\n"8553" git remote add <name> <url>\n"8554"\n"8555"and then push using the remote name\n"8556"\n"8557" git push <name>\n"8558msgstr ""85598560#: builtin/push.c:4118561msgid "--all and --tags are incompatible"8562msgstr ""85638564#: builtin/push.c:4128565msgid "--all can't be combined with refspecs"8566msgstr ""85678568#: builtin/push.c:4178569msgid "--mirror and --tags are incompatible"8570msgstr ""85718572#: builtin/push.c:4188573msgid "--mirror can't be combined with refspecs"8574msgstr ""85758576#: builtin/push.c:4238577msgid "--all and --mirror are incompatible"8578msgstr ""85798580#: builtin/push.c:5398581msgid "repository"8582msgstr ""85838584#: builtin/push.c:540 builtin/send-pack.c:1618585msgid "push all refs"8586msgstr ""85878588#: builtin/push.c:541 builtin/send-pack.c:1638589msgid "mirror all refs"8590msgstr ""85918592#: builtin/push.c:5438593msgid "delete refs"8594msgstr ""85958596#: builtin/push.c:5448597msgid "push tags (can't be used with --all or --mirror)"8598msgstr ""85998600#: builtin/push.c:547 builtin/send-pack.c:1648601msgid "force updates"8602msgstr ""86038604#: builtin/push.c:549 builtin/send-pack.c:1758605msgid "refname>:<expect"8606msgstr ""86078608#: builtin/push.c:550 builtin/send-pack.c:1768609msgid "require old value of ref to be at this value"8610msgstr ""86118612#: builtin/push.c:5538613msgid "control recursive pushing of submodules"8614msgstr ""86158616#: builtin/push.c:555 builtin/send-pack.c:1698617msgid "use thin pack"8618msgstr ""86198620#: builtin/push.c:556 builtin/push.c:557 builtin/send-pack.c:1588621#: builtin/send-pack.c:1598622msgid "receive pack program"8623msgstr ""86248625#: builtin/push.c:5588626msgid "set upstream for git pull/status"8627msgstr ""86288629#: builtin/push.c:5618630msgid "prune locally removed refs"8631msgstr ""86328633#: builtin/push.c:5638634msgid "bypass pre-push hook"8635msgstr ""86368637#: builtin/push.c:5648638msgid "push missing but relevant tags"8639msgstr ""86408641#: builtin/push.c:567 builtin/send-pack.c:1668642msgid "GPG sign the push"8643msgstr ""86448645#: builtin/push.c:569 builtin/send-pack.c:1708646msgid "request atomic transaction on remote side"8647msgstr ""86488649#: builtin/push.c:5798650msgid "--delete is incompatible with --all, --mirror and --tags"8651msgstr ""86528653#: builtin/push.c:5818654msgid "--delete doesn't make sense without any refs"8655msgstr ""86568657#: builtin/read-tree.c:378658msgid ""8659"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "8660"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"8661"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"8662msgstr ""86638664#: builtin/read-tree.c:1108665msgid "write resulting index to <file>"8666msgstr ""86678668#: builtin/read-tree.c:1138669msgid "only empty the index"8670msgstr ""86718672#: builtin/read-tree.c:1158673msgid "Merging"8674msgstr ""86758676#: builtin/read-tree.c:1178677msgid "perform a merge in addition to a read"8678msgstr ""86798680#: builtin/read-tree.c:1198681msgid "3-way merge if no file level merging required"8682msgstr ""86838684#: builtin/read-tree.c:1218685msgid "3-way merge in presence of adds and removes"8686msgstr ""86878688#: builtin/read-tree.c:1238689msgid "same as -m, but discard unmerged entries"8690msgstr ""86918692#: builtin/read-tree.c:1248693msgid "<subdirectory>/"8694msgstr ""86958696#: builtin/read-tree.c:1258697msgid "read the tree into the index under <subdirectory>/"8698msgstr ""86998700#: builtin/read-tree.c:1288701msgid "update working tree with merge result"8702msgstr ""87038704#: builtin/read-tree.c:1308705msgid "gitignore"8706msgstr ""87078708#: builtin/read-tree.c:1318709msgid "allow explicitly ignored files to be overwritten"8710msgstr ""87118712#: builtin/read-tree.c:1348713msgid "don't check the working tree after merging"8714msgstr ""87158716#: builtin/read-tree.c:1358717msgid "don't update the index or the work tree"8718msgstr ""87198720#: builtin/read-tree.c:1378721msgid "skip applying sparse checkout filter"8722msgstr ""87238724#: builtin/read-tree.c:1398725msgid "debug unpack-trees"8726msgstr ""87278728#: builtin/reflog.c:4288729#, c-format8730msgid "'%s' for '%s' is not a valid timestamp"8731msgstr ""87328733#: builtin/reflog.c:545 builtin/reflog.c:5508734#, c-format8735msgid "'%s' is not a valid timestamp"8736msgstr ""87378738#: builtin/remote.c:128739msgid "git remote [-v | --verbose]"8740msgstr ""87418742#: builtin/remote.c:138743msgid ""8744"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"8745"mirror=<fetch|push>] <name> <url>"8746msgstr ""87478748#: builtin/remote.c:14 builtin/remote.c:348749msgid "git remote rename <old> <new>"8750msgstr ""87518752#: builtin/remote.c:15 builtin/remote.c:398753msgid "git remote remove <name>"8754msgstr ""87558756#: builtin/remote.c:16 builtin/remote.c:448757msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"8758msgstr ""87598760#: builtin/remote.c:178761msgid "git remote [-v | --verbose] show [-n] <name>"8762msgstr ""87638764#: builtin/remote.c:188765msgid "git remote prune [-n | --dry-run] <name>"8766msgstr ""87678768#: builtin/remote.c:198769msgid ""8770"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"8771msgstr ""87728773#: builtin/remote.c:208774msgid "git remote set-branches [--add] <name> <branch>..."8775msgstr ""87768777#: builtin/remote.c:21 builtin/remote.c:708778msgid "git remote get-url [--push] [--all] <name>"8779msgstr ""87808781#: builtin/remote.c:22 builtin/remote.c:758782msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"8783msgstr ""87848785#: builtin/remote.c:23 builtin/remote.c:768786msgid "git remote set-url --add <name> <newurl>"8787msgstr ""87888789#: builtin/remote.c:24 builtin/remote.c:778790msgid "git remote set-url --delete <name> <url>"8791msgstr ""87928793#: builtin/remote.c:298794msgid "git remote add [<options>] <name> <url>"8795msgstr ""87968797#: builtin/remote.c:498798msgid "git remote set-branches <name> <branch>..."8799msgstr ""88008801#: builtin/remote.c:508802msgid "git remote set-branches --add <name> <branch>..."8803msgstr ""88048805#: builtin/remote.c:558806msgid "git remote show [<options>] <name>"8807msgstr ""88088809#: builtin/remote.c:608810msgid "git remote prune [<options>] <name>"8811msgstr ""88128813#: builtin/remote.c:658814msgid "git remote update [<options>] [<group> | <remote>]..."8815msgstr ""88168817#: builtin/remote.c:948818#, c-format8819msgid "Updating %s"8820msgstr ""88218822#: builtin/remote.c:1268823msgid ""8824"--mirror is dangerous and deprecated; please\n"8825"\t use --mirror=fetch or --mirror=push instead"8826msgstr ""88278828#: builtin/remote.c:1438829#, c-format8830msgid "unknown mirror argument: %s"8831msgstr ""88328833#: builtin/remote.c:1598834msgid "fetch the remote branches"8835msgstr ""88368837#: builtin/remote.c:1618838msgid "import all tags and associated objects when fetching"8839msgstr ""88408841#: builtin/remote.c:1648842msgid "or do not fetch any tag at all (--no-tags)"8843msgstr ""88448845#: builtin/remote.c:1668846msgid "branch(es) to track"8847msgstr ""88488849#: builtin/remote.c:1678850msgid "master branch"8851msgstr ""88528853#: builtin/remote.c:1688854msgid "push|fetch"8855msgstr ""88568857#: builtin/remote.c:1698858msgid "set up remote as a mirror to push to or fetch from"8859msgstr ""88608861#: builtin/remote.c:1818862msgid "specifying a master branch makes no sense with --mirror"8863msgstr ""88648865#: builtin/remote.c:1838866msgid "specifying branches to track makes sense only with fetch mirrors"8867msgstr ""88688869#: builtin/remote.c:193 builtin/remote.c:6438870#, c-format8871msgid "remote %s already exists."8872msgstr ""88738874#: builtin/remote.c:197 builtin/remote.c:6478875#, c-format8876msgid "'%s' is not a valid remote name"8877msgstr ""88788879#: builtin/remote.c:2418880#, c-format8881msgid "Could not setup master '%s'"8882msgstr ""88838884#: builtin/remote.c:3418885#, c-format8886msgid "Could not get fetch map for refspec %s"8887msgstr ""88888889#: builtin/remote.c:442 builtin/remote.c:4508890msgid "(matching)"8891msgstr ""88928893#: builtin/remote.c:4548894msgid "(delete)"8895msgstr ""88968897#: builtin/remote.c:594 builtin/remote.c:600 builtin/remote.c:6068898#, c-format8899msgid "Could not append '%s' to '%s'"8900msgstr ""89018902#: builtin/remote.c:636 builtin/remote.c:775 builtin/remote.c:8758903#, c-format8904msgid "No such remote: %s"8905msgstr ""89068907#: builtin/remote.c:6538908#, c-format8909msgid "Could not rename config section '%s' to '%s'"8910msgstr ""89118912#: builtin/remote.c:659 builtin/remote.c:8278913#, c-format8914msgid "Could not remove config section '%s'"8915msgstr ""89168917#: builtin/remote.c:6748918#, c-format8919msgid ""8920"Not updating non-default fetch refspec\n"8921"\t%s\n"8922"\tPlease update the configuration manually if necessary."8923msgstr ""89248925#: builtin/remote.c:6808926#, c-format8927msgid "Could not append '%s'"8928msgstr ""89298930#: builtin/remote.c:6918931#, c-format8932msgid "Could not set '%s'"8933msgstr ""89348935#: builtin/remote.c:7138936#, c-format8937msgid "deleting '%s' failed"8938msgstr ""89398940#: builtin/remote.c:7478941#, c-format8942msgid "creating '%s' failed"8943msgstr ""89448945#: builtin/remote.c:8138946msgid ""8947"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"8948"to delete it, use:"8949msgid_plural ""8950"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"8951"to delete them, use:"8952msgstr[0] ""8953msgstr[1] ""89548955#: builtin/remote.c:9288956#, c-format8957msgid " new (next fetch will store in remotes/%s)"8958msgstr ""89598960#: builtin/remote.c:9318961msgid " tracked"8962msgstr ""89638964#: builtin/remote.c:9338965msgid " stale (use 'git remote prune' to remove)"8966msgstr ""89678968#: builtin/remote.c:9358969msgid " ???"8970msgstr ""89718972#: builtin/remote.c:9768973#, c-format8974msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"8975msgstr ""89768977#: builtin/remote.c:9838978#, c-format8979msgid "rebases onto remote %s"8980msgstr ""89818982#: builtin/remote.c:9868983#, c-format8984msgid " merges with remote %s"8985msgstr ""89868987#: builtin/remote.c:9878988msgid " and with remote"8989msgstr ""89908991#: builtin/remote.c:9898992#, c-format8993msgid "merges with remote %s"8994msgstr ""89958996#: builtin/remote.c:9908997msgid " and with remote"8998msgstr ""89999000#: builtin/remote.c:10369001msgid "create"9002msgstr ""90039004#: builtin/remote.c:10399005msgid "delete"9006msgstr ""90079008#: builtin/remote.c:10439009msgid "up to date"9010msgstr ""90119012#: builtin/remote.c:10469013msgid "fast-forwardable"9014msgstr ""90159016#: builtin/remote.c:10499017msgid "local out of date"9018msgstr ""90199020#: builtin/remote.c:10569021#, c-format9022msgid " %-*s forces to %-*s (%s)"9023msgstr ""90249025#: builtin/remote.c:10599026#, c-format9027msgid " %-*s pushes to %-*s (%s)"9028msgstr ""90299030#: builtin/remote.c:10639031#, c-format9032msgid " %-*s forces to %s"9033msgstr ""90349035#: builtin/remote.c:10669036#, c-format9037msgid " %-*s pushes to %s"9038msgstr ""90399040#: builtin/remote.c:11349041msgid "do not query remotes"9042msgstr ""90439044#: builtin/remote.c:11619045#, c-format9046msgid "* remote %s"9047msgstr ""90489049#: builtin/remote.c:11629050#, c-format9051msgid " Fetch URL: %s"9052msgstr ""90539054#: builtin/remote.c:1163 builtin/remote.c:13149055msgid "(no URL)"9056msgstr ""90579058#: builtin/remote.c:1172 builtin/remote.c:11749059#, c-format9060msgid " Push URL: %s"9061msgstr ""90629063#: builtin/remote.c:1176 builtin/remote.c:1178 builtin/remote.c:11809064#, c-format9065msgid " HEAD branch: %s"9066msgstr ""90679068#: builtin/remote.c:11829069#, c-format9070msgid ""9071" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"9072msgstr ""90739074#: builtin/remote.c:11949075#, c-format9076msgid " Remote branch:%s"9077msgid_plural " Remote branches:%s"9078msgstr[0] ""9079msgstr[1] ""90809081#: builtin/remote.c:1197 builtin/remote.c:12249082msgid " (status not queried)"9083msgstr ""90849085#: builtin/remote.c:12069086msgid " Local branch configured for 'git pull':"9087msgid_plural " Local branches configured for 'git pull':"9088msgstr[0] ""9089msgstr[1] ""90909091#: builtin/remote.c:12149092msgid " Local refs will be mirrored by 'git push'"9093msgstr ""90949095#: builtin/remote.c:12219096#, c-format9097msgid " Local ref configured for 'git push'%s:"9098msgid_plural " Local refs configured for 'git push'%s:"9099msgstr[0] ""9100msgstr[1] ""91019102#: builtin/remote.c:12429103msgid "set refs/remotes/<name>/HEAD according to remote"9104msgstr ""91059106#: builtin/remote.c:12449107msgid "delete refs/remotes/<name>/HEAD"9108msgstr ""91099110#: builtin/remote.c:12599111msgid "Cannot determine remote HEAD"9112msgstr ""91139114#: builtin/remote.c:12619115msgid "Multiple remote HEAD branches. Please choose one explicitly with:"9116msgstr ""91179118#: builtin/remote.c:12719119#, c-format9120msgid "Could not delete %s"9121msgstr ""91229123#: builtin/remote.c:12799124#, c-format9125msgid "Not a valid ref: %s"9126msgstr ""91279128#: builtin/remote.c:12819129#, c-format9130msgid "Could not setup %s"9131msgstr ""91329133#: builtin/remote.c:12999134#, c-format9135msgid " %s will become dangling!"9136msgstr ""91379138#: builtin/remote.c:13009139#, c-format9140msgid " %s has become dangling!"9141msgstr ""91429143#: builtin/remote.c:13109144#, c-format9145msgid "Pruning %s"9146msgstr ""91479148#: builtin/remote.c:13119149#, c-format9150msgid "URL: %s"9151msgstr ""91529153#: builtin/remote.c:13279154#, c-format9155msgid " * [would prune] %s"9156msgstr ""91579158#: builtin/remote.c:13309159#, c-format9160msgid " * [pruned] %s"9161msgstr ""91629163#: builtin/remote.c:13759164msgid "prune remotes after fetching"9165msgstr ""91669167#: builtin/remote.c:1441 builtin/remote.c:1498 builtin/remote.c:15669168#, c-format9169msgid "No such remote '%s'"9170msgstr ""91719172#: builtin/remote.c:14619173msgid "add branch"9174msgstr ""91759176#: builtin/remote.c:14689177msgid "no remote specified"9178msgstr ""91799180#: builtin/remote.c:14859181msgid "query push URLs rather than fetch URLs"9182msgstr ""91839184#: builtin/remote.c:14879185msgid "return all URLs"9186msgstr ""91879188#: builtin/remote.c:15159189#, c-format9190msgid "no URLs configured for remote '%s'"9191msgstr ""91929193#: builtin/remote.c:15419194msgid "manipulate push URLs"9195msgstr ""91969197#: builtin/remote.c:15439198msgid "add URL"9199msgstr ""92009201#: builtin/remote.c:15459202msgid "delete URLs"9203msgstr ""92049205#: builtin/remote.c:15529206msgid "--add --delete doesn't make sense"9207msgstr ""92089209#: builtin/remote.c:15929210#, c-format9211msgid "Invalid old URL pattern: %s"9212msgstr ""92139214#: builtin/remote.c:16009215#, c-format9216msgid "No such URL found: %s"9217msgstr ""92189219#: builtin/remote.c:16029220msgid "Will not delete all non-push URLs"9221msgstr ""92229223#: builtin/remote.c:16169224msgid "be verbose; must be placed before a subcommand"9225msgstr ""92269227#: builtin/repack.c:179228msgid "git repack [<options>]"9229msgstr ""92309231#: builtin/repack.c:1599232msgid "pack everything in a single pack"9233msgstr ""92349235#: builtin/repack.c:1619236msgid "same as -a, and turn unreachable objects loose"9237msgstr ""92389239#: builtin/repack.c:1649240msgid "remove redundant packs, and run git-prune-packed"9241msgstr ""92429243#: builtin/repack.c:1669244msgid "pass --no-reuse-delta to git-pack-objects"9245msgstr ""92469247#: builtin/repack.c:1689248msgid "pass --no-reuse-object to git-pack-objects"9249msgstr ""92509251#: builtin/repack.c:1709252msgid "do not run git-update-server-info"9253msgstr ""92549255#: builtin/repack.c:1739256msgid "pass --local to git-pack-objects"9257msgstr ""92589259#: builtin/repack.c:1759260msgid "write bitmap index"9261msgstr ""92629263#: builtin/repack.c:1769264msgid "approxidate"9265msgstr ""92669267#: builtin/repack.c:1779268msgid "with -A, do not loosen objects older than this"9269msgstr ""92709271#: builtin/repack.c:1799272msgid "size of the window used for delta compression"9273msgstr ""92749275#: builtin/repack.c:180 builtin/repack.c:1849276msgid "bytes"9277msgstr ""92789279#: builtin/repack.c:1819280msgid "same as the above, but limit memory size instead of entries count"9281msgstr ""92829283#: builtin/repack.c:1839284msgid "limits the maximum delta depth"9285msgstr ""92869287#: builtin/repack.c:1859288msgid "maximum size of each packfile"9289msgstr ""92909291#: builtin/repack.c:1879292msgid "repack objects in packs marked with .keep"9293msgstr ""92949295#: builtin/repack.c:1979296msgid "cannot delete packs in a precious-objects repo"9297msgstr ""92989299#: builtin/repack.c:3819300#, c-format9301msgid "removing '%s' failed"9302msgstr ""93039304#: builtin/replace.c:199305msgid "git replace [-f] <object> <replacement>"9306msgstr ""93079308#: builtin/replace.c:209309msgid "git replace [-f] --edit <object>"9310msgstr ""93119312#: builtin/replace.c:219313msgid "git replace [-f] --graft <commit> [<parent>...]"9314msgstr ""93159316#: builtin/replace.c:229317msgid "git replace -d <object>..."9318msgstr ""93199320#: builtin/replace.c:239321msgid "git replace [--format=<format>] [-l [<pattern>]]"9322msgstr ""93239324#: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:3919325#, c-format9326msgid "Not a valid object name: '%s'"9327msgstr ""93289329#: builtin/replace.c:3559330#, c-format9331msgid "bad mergetag in commit '%s'"9332msgstr ""93339334#: builtin/replace.c:3579335#, c-format9336msgid "malformed mergetag in commit '%s'"9337msgstr ""93389339#: builtin/replace.c:3689340#, c-format9341msgid ""9342"original commit '%s' contains mergetag '%s' that is discarded; use --edit "9343"instead of --graft"9344msgstr ""93459346#: builtin/replace.c:4019347#, c-format9348msgid "the original commit '%s' has a gpg signature."9349msgstr ""93509351#: builtin/replace.c:4029352msgid "the signature will be removed in the replacement commit!"9353msgstr ""93549355#: builtin/replace.c:4089356#, c-format9357msgid "could not write replacement commit for: '%s'"9358msgstr ""93599360#: builtin/replace.c:4329361msgid "list replace refs"9362msgstr ""93639364#: builtin/replace.c:4339365msgid "delete replace refs"9366msgstr ""93679368#: builtin/replace.c:4349369msgid "edit existing object"9370msgstr ""93719372#: builtin/replace.c:4359373msgid "change a commit's parents"9374msgstr ""93759376#: builtin/replace.c:4369377msgid "replace the ref if it exists"9378msgstr ""93799380#: builtin/replace.c:4379381msgid "do not pretty-print contents for --edit"9382msgstr ""93839384#: builtin/replace.c:4389385msgid "use this format"9386msgstr ""93879388#: builtin/rerere.c:129389msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"9390msgstr ""93919392#: builtin/rerere.c:589393msgid "register clean resolutions in index"9394msgstr ""93959396#: builtin/reset.c:269397msgid ""9398"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"9399msgstr ""94009401#: builtin/reset.c:279402msgid "git reset [-q] <tree-ish> [--] <paths>..."9403msgstr ""94049405#: builtin/reset.c:289406msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"9407msgstr ""94089409#: builtin/reset.c:349410msgid "mixed"9411msgstr ""94129413#: builtin/reset.c:349414msgid "soft"9415msgstr ""94169417#: builtin/reset.c:349418msgid "hard"9419msgstr ""94209421#: builtin/reset.c:349422msgid "merge"9423msgstr ""94249425#: builtin/reset.c:349426msgid "keep"9427msgstr ""94289429#: builtin/reset.c:749430msgid "You do not have a valid HEAD."9431msgstr ""94329433#: builtin/reset.c:769434msgid "Failed to find tree of HEAD."9435msgstr ""94369437#: builtin/reset.c:829438#, c-format9439msgid "Failed to find tree of %s."9440msgstr ""94419442#: builtin/reset.c:1009443#, c-format9444msgid "HEAD is now at %s"9445msgstr ""94469447#: builtin/reset.c:1839448#, c-format9449msgid "Cannot do a %s reset in the middle of a merge."9450msgstr ""94519452#: builtin/reset.c:2769453msgid "be quiet, only report errors"9454msgstr ""94559456#: builtin/reset.c:2789457msgid "reset HEAD and index"9458msgstr ""94599460#: builtin/reset.c:2799461msgid "reset only HEAD"9462msgstr ""94639464#: builtin/reset.c:281 builtin/reset.c:2839465msgid "reset HEAD, index and working tree"9466msgstr ""94679468#: builtin/reset.c:2859469msgid "reset HEAD but keep local changes"9470msgstr ""94719472#: builtin/reset.c:2889473msgid "record only the fact that removed paths will be added later"9474msgstr ""94759476#: builtin/reset.c:3059477#, c-format9478msgid "Failed to resolve '%s' as a valid revision."9479msgstr ""94809481#: builtin/reset.c:3139482#, c-format9483msgid "Failed to resolve '%s' as a valid tree."9484msgstr ""94859486#: builtin/reset.c:3229487msgid "--patch is incompatible with --{hard,mixed,soft}"9488msgstr ""94899490#: builtin/reset.c:3319491msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."9492msgstr ""94939494#: builtin/reset.c:3339495#, c-format9496msgid "Cannot do %s reset with paths."9497msgstr ""94989499#: builtin/reset.c:3439500#, c-format9501msgid "%s reset is not allowed in a bare repository"9502msgstr ""95039504#: builtin/reset.c:3479505msgid "-N can only be used with --mixed"9506msgstr ""95079508#: builtin/reset.c:3649509msgid "Unstaged changes after reset:"9510msgstr ""95119512#: builtin/reset.c:3709513#, c-format9514msgid "Could not reset index file to revision '%s'."9515msgstr ""95169517#: builtin/reset.c:3749518msgid "Could not write new index file."9519msgstr ""95209521#: builtin/rev-list.c:3549522msgid "rev-list does not support display of notes"9523msgstr ""95249525#: builtin/rev-parse.c:3589526msgid "git rev-parse --parseopt [<options>] -- [<args>...]"9527msgstr ""95289529#: builtin/rev-parse.c:3639530msgid "keep the `--` passed as an arg"9531msgstr ""95329533#: builtin/rev-parse.c:3659534msgid "stop parsing after the first non-option argument"9535msgstr ""95369537#: builtin/rev-parse.c:3689538msgid "output in stuck long form"9539msgstr ""95409541#: builtin/rev-parse.c:4999542msgid ""9543"git rev-parse --parseopt [<options>] -- [<args>...]\n"9544" or: git rev-parse --sq-quote [<arg>...]\n"9545" or: git rev-parse [<options>] [<arg>...]\n"9546"\n"9547"Run \"git rev-parse --parseopt -h\" for more information on the first usage."9548msgstr ""95499550#: builtin/revert.c:229551msgid "git revert [<options>] <commit-ish>..."9552msgstr ""95539554#: builtin/revert.c:239555msgid "git revert <subcommand>"9556msgstr ""95579558#: builtin/revert.c:289559msgid "git cherry-pick [<options>] <commit-ish>..."9560msgstr ""95619562#: builtin/revert.c:299563msgid "git cherry-pick <subcommand>"9564msgstr ""95659566#: builtin/revert.c:719567#, c-format9568msgid "%s: %s cannot be used with %s"9569msgstr ""95709571#: builtin/revert.c:809572msgid "end revert or cherry-pick sequence"9573msgstr ""95749575#: builtin/revert.c:819576msgid "resume revert or cherry-pick sequence"9577msgstr ""95789579#: builtin/revert.c:829580msgid "cancel revert or cherry-pick sequence"9581msgstr ""95829583#: builtin/revert.c:839584msgid "don't automatically commit"9585msgstr ""95869587#: builtin/revert.c:849588msgid "edit the commit message"9589msgstr ""95909591#: builtin/revert.c:879592msgid "parent number"9593msgstr ""95949595#: builtin/revert.c:899596msgid "merge strategy"9597msgstr ""95989599#: builtin/revert.c:909600msgid "option"9601msgstr ""96029603#: builtin/revert.c:919604msgid "option for merge strategy"9605msgstr ""96069607#: builtin/revert.c:1049608msgid "append commit name"9609msgstr ""96109611#: builtin/revert.c:1069612msgid "preserve initially empty commits"9613msgstr ""96149615#: builtin/revert.c:1079616msgid "allow commits with empty messages"9617msgstr ""96189619#: builtin/revert.c:1089620msgid "keep redundant, empty commits"9621msgstr ""96229623#: builtin/revert.c:1129624msgid "program error"9625msgstr ""96269627#: builtin/revert.c:1979628msgid "revert failed"9629msgstr ""96309631#: builtin/revert.c:2129632msgid "cherry-pick failed"9633msgstr ""96349635#: builtin/rm.c:179636msgid "git rm [<options>] [--] <file>..."9637msgstr ""96389639#: builtin/rm.c:659640msgid ""9641"the following submodule (or one of its nested submodules)\n"9642"uses a .git directory:"9643msgid_plural ""9644"the following submodules (or one of their nested submodules)\n"9645"use a .git directory:"9646msgstr[0] ""9647msgstr[1] ""96489649#: builtin/rm.c:719650msgid ""9651"\n"9652"(use 'rm -rf' if you really want to remove it including all of its history)"9653msgstr ""96549655#: builtin/rm.c:2309656msgid ""9657"the following file has staged content different from both the\n"9658"file and the HEAD:"9659msgid_plural ""9660"the following files have staged content different from both the\n"9661"file and the HEAD:"9662msgstr[0] ""9663msgstr[1] ""96649665#: builtin/rm.c:2359666msgid ""9667"\n"9668"(use -f to force removal)"9669msgstr ""96709671#: builtin/rm.c:2399672msgid "the following file has changes staged in the index:"9673msgid_plural "the following files have changes staged in the index:"9674msgstr[0] ""9675msgstr[1] ""96769677#: builtin/rm.c:243 builtin/rm.c:2549678msgid ""9679"\n"9680"(use --cached to keep the file, or -f to force removal)"9681msgstr ""96829683#: builtin/rm.c:2519684msgid "the following file has local modifications:"9685msgid_plural "the following files have local modifications:"9686msgstr[0] ""9687msgstr[1] ""96889689#: builtin/rm.c:2699690msgid "do not list removed files"9691msgstr ""96929693#: builtin/rm.c:2709694msgid "only remove from the index"9695msgstr ""96969697#: builtin/rm.c:2719698msgid "override the up-to-date check"9699msgstr ""97009701#: builtin/rm.c:2729702msgid "allow recursive removal"9703msgstr ""97049705#: builtin/rm.c:2749706msgid "exit with a zero status even if nothing matched"9707msgstr ""97089709#: builtin/rm.c:3179710msgid "Please, stage your changes to .gitmodules or stash them to proceed"9711msgstr ""97129713#: builtin/rm.c:3359714#, c-format9715msgid "not removing '%s' recursively without -r"9716msgstr ""97179718#: builtin/rm.c:3749719#, c-format9720msgid "git rm: unable to remove %s"9721msgstr ""97229723#: builtin/send-pack.c:189724msgid ""9725"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"9726"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "9727"[<ref>...]\n"9728" --all and explicit <ref> specification are mutually exclusive."9729msgstr ""97309731#: builtin/send-pack.c:1609732msgid "remote name"9733msgstr ""97349735#: builtin/send-pack.c:1719736msgid "use stateless RPC protocol"9737msgstr ""97389739#: builtin/send-pack.c:1729740msgid "read refs from stdin"9741msgstr ""97429743#: builtin/send-pack.c:1739744msgid "print status from remote helper"9745msgstr ""97469747#: builtin/shortlog.c:139748msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"9749msgstr ""97509751#: builtin/shortlog.c:1319752#, c-format9753msgid "Missing author: %s"9754msgstr ""97559756#: builtin/shortlog.c:2309757msgid "sort output according to the number of commits per author"9758msgstr ""97599760#: builtin/shortlog.c:2329761msgid "Suppress commit descriptions, only provides commit count"9762msgstr ""97639764#: builtin/shortlog.c:2349765msgid "Show the email address of each author"9766msgstr ""97679768#: builtin/shortlog.c:2359769msgid "w[,i1[,i2]]"9770msgstr ""97719772#: builtin/shortlog.c:2369773msgid "Linewrap output"9774msgstr ""97759776#: builtin/show-branch.c:109777msgid ""9778"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"9779"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"9780"\t\t[--more=<n> | --list | --independent | --merge-base]\n"9781"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"9782msgstr ""97839784#: builtin/show-branch.c:149785msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"9786msgstr ""97879788#: builtin/show-branch.c:6409789msgid "show remote-tracking and local branches"9790msgstr ""97919792#: builtin/show-branch.c:6429793msgid "show remote-tracking branches"9794msgstr ""97959796#: builtin/show-branch.c:6449797msgid "color '*!+-' corresponding to the branch"9798msgstr ""97999800#: builtin/show-branch.c:6469801msgid "show <n> more commits after the common ancestor"9802msgstr ""98039804#: builtin/show-branch.c:6489805msgid "synonym to more=-1"9806msgstr ""98079808#: builtin/show-branch.c:6499809msgid "suppress naming strings"9810msgstr ""98119812#: builtin/show-branch.c:6519813msgid "include the current branch"9814msgstr ""98159816#: builtin/show-branch.c:6539817msgid "name commits with their object names"9818msgstr ""98199820#: builtin/show-branch.c:6559821msgid "show possible merge bases"9822msgstr ""98239824#: builtin/show-branch.c:6579825msgid "show refs unreachable from any other ref"9826msgstr ""98279828#: builtin/show-branch.c:6599829msgid "show commits in topological order"9830msgstr ""98319832#: builtin/show-branch.c:6629833msgid "show only commits not on the first branch"9834msgstr ""98359836#: builtin/show-branch.c:6649837msgid "show merges reachable from only one tip"9838msgstr ""98399840#: builtin/show-branch.c:6669841msgid "topologically sort, maintaining date order where possible"9842msgstr ""98439844#: builtin/show-branch.c:6699845msgid "<n>[,<base>]"9846msgstr ""98479848#: builtin/show-branch.c:6709849msgid "show <n> most recent ref-log entries starting at base"9850msgstr ""98519852#: builtin/show-ref.c:109853msgid ""9854"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"9855"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"9856msgstr ""98579858#: builtin/show-ref.c:119859msgid "git show-ref --exclude-existing[=<pattern>]"9860msgstr ""98619862#: builtin/show-ref.c:1659863msgid "only show tags (can be combined with heads)"9864msgstr ""98659866#: builtin/show-ref.c:1669867msgid "only show heads (can be combined with tags)"9868msgstr ""98699870#: builtin/show-ref.c:1679871msgid "stricter reference checking, requires exact ref path"9872msgstr ""98739874#: builtin/show-ref.c:170 builtin/show-ref.c:1729875msgid "show the HEAD reference, even if it would be filtered out"9876msgstr ""98779878#: builtin/show-ref.c:1749879msgid "dereference tags into object IDs"9880msgstr ""98819882#: builtin/show-ref.c:1769883msgid "only show SHA1 hash using <n> digits"9884msgstr ""98859886#: builtin/show-ref.c:1809887msgid "do not print results to stdout (useful with --verify)"9888msgstr ""98899890#: builtin/show-ref.c:1829891msgid "show refs from stdin that aren't in local repository"9892msgstr ""98939894#: builtin/stripspace.c:179895msgid "git stripspace [-s | --strip-comments]"9896msgstr ""98979898#: builtin/stripspace.c:189899msgid "git stripspace [-c | --comment-lines]"9900msgstr ""99019902#: builtin/stripspace.c:359903msgid "skip and remove all lines starting with comment character"9904msgstr ""99059906#: builtin/stripspace.c:389907msgid "prepend comment character and blank to each line"9908msgstr ""99099910#: builtin/submodule--helper.c:79 builtin/submodule--helper.c:1679911msgid "alternative anchor for relative paths"9912msgstr ""99139914#: builtin/submodule--helper.c:849915msgid "git submodule--helper list [--prefix=<path>] [<path>...]"9916msgstr ""99179918#: builtin/submodule--helper.c:1149919msgid "git submodule--helper name <path>"9920msgstr ""99219922#: builtin/submodule--helper.c:1209923#, c-format9924msgid "no submodule mapping found in .gitmodules for path '%s'"9925msgstr ""99269927#: builtin/submodule--helper.c:1709928msgid "where the new submodule will be cloned to"9929msgstr ""99309931#: builtin/submodule--helper.c:1739932msgid "name of the new submodule"9933msgstr ""99349935#: builtin/submodule--helper.c:1769936msgid "url where to clone the submodule from"9937msgstr ""99389939#: builtin/submodule--helper.c:1829940msgid "depth for shallow clones"9941msgstr ""99429943#: builtin/submodule--helper.c:1889944msgid ""9945"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "9946"<repository>] [--name <name>] [--url <url>][--depth <depth>] [--] [<path>...]"9947msgstr ""99489949#: builtin/submodule--helper.c:202 builtin/submodule--helper.c:2089950#: builtin/submodule--helper.c:2169951#, c-format9952msgid "could not create directory '%s'"9953msgstr ""99549955#: builtin/submodule--helper.c:2049956#, c-format9957msgid "clone of '%s' into submodule path '%s' failed"9958msgstr ""99599960#: builtin/submodule--helper.c:2279961#, c-format9962msgid "cannot open file '%s'"9963msgstr ""99649965#: builtin/submodule--helper.c:2329966#, c-format9967msgid "could not close file %s"9968msgstr ""99699970#: builtin/submodule--helper.c:2479971#, c-format9972msgid "could not get submodule directory for '%s'"9973msgstr ""99749975#: builtin/submodule--helper.c:2739976msgid "fatal: submodule--helper subcommand must be called with a subcommand"9977msgstr ""99789979#: builtin/submodule--helper.c:2809980#, c-format9981msgid "fatal: '%s' is not a valid submodule--helper subcommand"9982msgstr ""99839984#: builtin/symbolic-ref.c:79985msgid "git symbolic-ref [<options>] <name> [<ref>]"9986msgstr ""99879988#: builtin/symbolic-ref.c:89989msgid "git symbolic-ref -d [-q] <name>"9990msgstr ""99919992#: builtin/symbolic-ref.c:409993msgid "suppress error message for non-symbolic (detached) refs"9994msgstr ""99959996#: builtin/symbolic-ref.c:419997msgid "delete symbolic ref"9998msgstr ""999910000#: builtin/symbolic-ref.c:4210001msgid "shorten ref output"10002msgstr ""1000310004#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36210005msgid "reason"10006msgstr ""1000710008#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36210009msgid "reason of the update"10010msgstr ""1001110012#: builtin/tag.c:2310013msgid ""10014"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "10015"[<head>]"10016msgstr ""1001710018#: builtin/tag.c:2410019msgid "git tag -d <tagname>..."10020msgstr ""1002110022#: builtin/tag.c:2510023msgid ""10024"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>]\n"10025"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"10026msgstr ""1002710028#: builtin/tag.c:2710029msgid "git tag -v <tagname>..."10030msgstr ""1003110032#: builtin/tag.c:8010033#, c-format10034msgid "tag name too long: %.*s..."10035msgstr ""1003610037#: builtin/tag.c:8510038#, c-format10039msgid "tag '%s' not found."10040msgstr ""1004110042#: builtin/tag.c:10010043#, c-format10044msgid "Deleted tag '%s' (was %s)\n"10045msgstr ""1004610047#: builtin/tag.c:11210048#, c-format10049msgid "could not verify the tag '%s'"10050msgstr ""1005110052#: builtin/tag.c:12210053#, c-format10054msgid ""10055"\n"10056"Write a message for tag:\n"10057" %s\n"10058"Lines starting with '%c' will be ignored.\n"10059msgstr ""1006010061#: builtin/tag.c:12610062#, c-format10063msgid ""10064"\n"10065"Write a message for tag:\n"10066" %s\n"10067"Lines starting with '%c' will be kept; you may remove them yourself if you "10068"want to.\n"10069msgstr ""1007010071#: builtin/tag.c:19910072msgid "unable to sign the tag"10073msgstr ""1007410075#: builtin/tag.c:20110076msgid "unable to write tag file"10077msgstr ""1007810079#: builtin/tag.c:22610080msgid "bad object type."10081msgstr ""1008210083#: builtin/tag.c:23910084msgid "tag header too big."10085msgstr ""1008610087#: builtin/tag.c:27510088msgid "no tag message?"10089msgstr ""1009010091#: builtin/tag.c:28110092#, c-format10093msgid "The tag message has been left in %s\n"10094msgstr ""1009510096#: builtin/tag.c:33910097msgid "list tag names"10098msgstr ""1009910100#: builtin/tag.c:34110101msgid "print <n> lines of each tag message"10102msgstr ""1010310104#: builtin/tag.c:34310105msgid "delete tags"10106msgstr ""1010710108#: builtin/tag.c:34410109msgid "verify tags"10110msgstr ""1011110112#: builtin/tag.c:34610113msgid "Tag creation options"10114msgstr ""1011510116#: builtin/tag.c:34810117msgid "annotated tag, needs a message"10118msgstr ""1011910120#: builtin/tag.c:35010121msgid "tag message"10122msgstr ""1012310124#: builtin/tag.c:35210125msgid "annotated and GPG-signed tag"10126msgstr ""1012710128#: builtin/tag.c:35610129msgid "use another key to sign the tag"10130msgstr ""1013110132#: builtin/tag.c:35710133msgid "replace the tag if exists"10134msgstr ""1013510136#: builtin/tag.c:358 builtin/update-ref.c:36810137msgid "create a reflog"10138msgstr ""1013910140#: builtin/tag.c:36010141msgid "Tag listing options"10142msgstr ""1014310144#: builtin/tag.c:36110145msgid "show tag list in columns"10146msgstr ""1014710148#: builtin/tag.c:362 builtin/tag.c:36310149msgid "print only tags that contain the commit"10150msgstr ""1015110152#: builtin/tag.c:36410153msgid "print only tags that are merged"10154msgstr ""1015510156#: builtin/tag.c:36510157msgid "print only tags that are not merged"10158msgstr ""1015910160#: builtin/tag.c:37010161msgid "print only tags of the object"10162msgstr ""1016310164#: builtin/tag.c:39910165msgid "--column and -n are incompatible"10166msgstr ""1016710168#: builtin/tag.c:41910169msgid "-n option is only allowed with -l."10170msgstr ""1017110172#: builtin/tag.c:42110173msgid "--contains option is only allowed with -l."10174msgstr ""1017510176#: builtin/tag.c:42310177msgid "--points-at option is only allowed with -l."10178msgstr ""1017910180#: builtin/tag.c:42510181msgid "--merged and --no-merged option are only allowed with -l"10182msgstr ""1018310184#: builtin/tag.c:43310185msgid "only one -F or -m option is allowed."10186msgstr ""1018710188#: builtin/tag.c:45310189msgid "too many params"10190msgstr ""1019110192#: builtin/tag.c:45910193#, c-format10194msgid "'%s' is not a valid tag name."10195msgstr ""1019610197#: builtin/tag.c:46410198#, c-format10199msgid "tag '%s' already exists"10200msgstr ""1020110202#: builtin/tag.c:48910203#, c-format10204msgid "Updated tag '%s' (was %s)\n"10205msgstr ""1020610207#: builtin/unpack-objects.c:49010208msgid "Unpacking objects"10209msgstr ""1021010211#: builtin/update-index.c:7010212#, c-format10213msgid "failed to create directory %s"10214msgstr ""1021510216#: builtin/update-index.c:7610217#, c-format10218msgid "failed to stat %s"10219msgstr ""1022010221#: builtin/update-index.c:8610222#, c-format10223msgid "failed to create file %s"10224msgstr ""1022510226#: builtin/update-index.c:9410227#, c-format10228msgid "failed to delete file %s"10229msgstr ""1023010231#: builtin/update-index.c:101 builtin/update-index.c:20310232#, c-format10233msgid "failed to delete directory %s"10234msgstr ""1023510236#: builtin/update-index.c:12410237#, c-format10238msgid "Testing "10239msgstr ""1024010241#: builtin/update-index.c:13610242msgid "directory stat info does not change after adding a new file"10243msgstr ""1024410245#: builtin/update-index.c:14910246msgid "directory stat info does not change after adding a new directory"10247msgstr ""1024810249#: builtin/update-index.c:16210250msgid "directory stat info changes after updating a file"10251msgstr ""1025210253#: builtin/update-index.c:17310254msgid "directory stat info changes after adding a file inside subdirectory"10255msgstr ""1025610257#: builtin/update-index.c:18410258msgid "directory stat info does not change after deleting a file"10259msgstr ""1026010261#: builtin/update-index.c:19710262msgid "directory stat info does not change after deleting a directory"10263msgstr ""1026410265#: builtin/update-index.c:20410266msgid " OK"10267msgstr ""1026810269#: builtin/update-index.c:56410270msgid "git update-index [<options>] [--] [<file>...]"10271msgstr ""1027210273#: builtin/update-index.c:91810274msgid "continue refresh even when index needs update"10275msgstr ""1027610277#: builtin/update-index.c:92110278msgid "refresh: ignore submodules"10279msgstr ""1028010281#: builtin/update-index.c:92410282msgid "do not ignore new files"10283msgstr ""1028410285#: builtin/update-index.c:92610286msgid "let files replace directories and vice-versa"10287msgstr ""1028810289#: builtin/update-index.c:92810290msgid "notice files missing from worktree"10291msgstr ""1029210293#: builtin/update-index.c:93010294msgid "refresh even if index contains unmerged entries"10295msgstr ""1029610297#: builtin/update-index.c:93310298msgid "refresh stat information"10299msgstr ""1030010301#: builtin/update-index.c:93710302msgid "like --refresh, but ignore assume-unchanged setting"10303msgstr ""1030410305#: builtin/update-index.c:94110306msgid "<mode>,<object>,<path>"10307msgstr ""1030810309#: builtin/update-index.c:94210310msgid "add the specified entry to the index"10311msgstr ""1031210313#: builtin/update-index.c:94610314msgid "(+/-)x"10315msgstr ""1031610317#: builtin/update-index.c:94710318msgid "override the executable bit of the listed files"10319msgstr ""1032010321#: builtin/update-index.c:95110322msgid "mark files as \"not changing\""10323msgstr ""1032410325#: builtin/update-index.c:95410326msgid "clear assumed-unchanged bit"10327msgstr ""1032810329#: builtin/update-index.c:95710330msgid "mark files as \"index-only\""10331msgstr ""1033210333#: builtin/update-index.c:96010334msgid "clear skip-worktree bit"10335msgstr ""1033610337#: builtin/update-index.c:96310338msgid "add to index only; do not add content to object database"10339msgstr ""1034010341#: builtin/update-index.c:96510342msgid "remove named paths even if present in worktree"10343msgstr ""1034410345#: builtin/update-index.c:96710346msgid "with --stdin: input lines are terminated by null bytes"10347msgstr ""1034810349#: builtin/update-index.c:96910350msgid "read list of paths to be updated from standard input"10351msgstr ""1035210353#: builtin/update-index.c:97310354msgid "add entries from standard input to the index"10355msgstr ""1035610357#: builtin/update-index.c:97710358msgid "repopulate stages #2 and #3 for the listed paths"10359msgstr ""1036010361#: builtin/update-index.c:98110362msgid "only update entries that differ from HEAD"10363msgstr ""1036410365#: builtin/update-index.c:98510366msgid "ignore files missing from worktree"10367msgstr ""1036810369#: builtin/update-index.c:98810370msgid "report actions to standard output"10371msgstr ""1037210373#: builtin/update-index.c:99010374msgid "(for porcelains) forget saved unresolved conflicts"10375msgstr ""1037610377#: builtin/update-index.c:99410378msgid "write index in this format"10379msgstr ""1038010381#: builtin/update-index.c:99610382msgid "enable or disable split index"10383msgstr ""1038410385#: builtin/update-index.c:99810386msgid "enable/disable untracked cache"10387msgstr ""1038810389#: builtin/update-index.c:100010390msgid "enable untracked cache without testing the filesystem"10391msgstr ""1039210393#: builtin/update-ref.c:910394msgid "git update-ref [<options>] -d <refname> [<old-val>]"10395msgstr ""1039610397#: builtin/update-ref.c:1010398msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"10399msgstr ""1040010401#: builtin/update-ref.c:1110402msgid "git update-ref [<options>] --stdin [-z]"10403msgstr ""1040410405#: builtin/update-ref.c:36310406msgid "delete the reference"10407msgstr ""1040810409#: builtin/update-ref.c:36510410msgid "update <refname> not the one it points to"10411msgstr ""1041210413#: builtin/update-ref.c:36610414msgid "stdin has NUL-terminated arguments"10415msgstr ""1041610417#: builtin/update-ref.c:36710418msgid "read updates from stdin"10419msgstr ""1042010421#: builtin/update-server-info.c:610422msgid "git update-server-info [--force]"10423msgstr ""1042410425#: builtin/update-server-info.c:1410426msgid "update the info files from scratch"10427msgstr ""1042810429#: builtin/verify-commit.c:1710430msgid "git verify-commit [-v | --verbose] <commit>..."10431msgstr ""1043210433#: builtin/verify-commit.c:7210434msgid "print commit contents"10435msgstr ""1043610437#: builtin/verify-commit.c:73 builtin/verify-tag.c:8410438msgid "print raw gpg status output"10439msgstr ""1044010441#: builtin/verify-pack.c:5410442msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."10443msgstr ""1044410445#: builtin/verify-pack.c:6410446msgid "verbose"10447msgstr ""1044810449#: builtin/verify-pack.c:6610450msgid "show statistics only"10451msgstr ""1045210453#: builtin/verify-tag.c:1710454msgid "git verify-tag [-v | --verbose] <tag>..."10455msgstr ""1045610457#: builtin/verify-tag.c:8310458msgid "print tag contents"10459msgstr ""1046010461#: builtin/worktree.c:1510462msgid "git worktree add [<options>] <path> [<branch>]"10463msgstr ""1046410465#: builtin/worktree.c:1610466msgid "git worktree prune [<options>]"10467msgstr ""1046810469#: builtin/worktree.c:1710470msgid "git worktree list [<options>]"10471msgstr ""1047210473#: builtin/worktree.c:3910474#, c-format10475msgid "Removing worktrees/%s: not a valid directory"10476msgstr ""1047710478#: builtin/worktree.c:4510479#, c-format10480msgid "Removing worktrees/%s: gitdir file does not exist"10481msgstr ""1048210483#: builtin/worktree.c:5010484#, c-format10485msgid "Removing worktrees/%s: unable to read gitdir file (%s)"10486msgstr ""1048710488#: builtin/worktree.c:6110489#, c-format10490msgid "Removing worktrees/%s: invalid gitdir file"10491msgstr ""1049210493#: builtin/worktree.c:7710494#, c-format10495msgid "Removing worktrees/%s: gitdir file points to non-existent location"10496msgstr ""1049710498#: builtin/worktree.c:11210499#, c-format10500msgid "failed to remove: %s"10501msgstr ""1050210503#: builtin/worktree.c:20110504#, c-format10505msgid "'%s' already exists"10506msgstr ""1050710508#: builtin/worktree.c:23510509#, c-format10510msgid "could not create directory of '%s'"10511msgstr ""1051210513#: builtin/worktree.c:27110514#, c-format10515msgid "Preparing %s (identifier %s)"10516msgstr ""1051710518#: builtin/worktree.c:31910519msgid "checkout <branch> even if already checked out in other worktree"10520msgstr ""1052110522#: builtin/worktree.c:32110523msgid "create a new branch"10524msgstr ""1052510526#: builtin/worktree.c:32310527msgid "create or reset a branch"10528msgstr ""1052910530#: builtin/worktree.c:32410531msgid "detach HEAD at named commit"10532msgstr ""1053310534#: builtin/worktree.c:33110535msgid "-b, -B, and --detach are mutually exclusive"10536msgstr ""1053710538#: builtin/write-tree.c:1310539msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"10540msgstr ""1054110542#: builtin/write-tree.c:2610543msgid "<prefix>/"10544msgstr ""1054510546#: builtin/write-tree.c:2710547msgid "write tree object for a subdirectory <prefix>"10548msgstr ""1054910550#: builtin/write-tree.c:3010551msgid "only useful for debugging"10552msgstr ""1055310554#: credential-cache--daemon.c:25510555msgid "print debugging messages to stderr"10556msgstr ""1055710558#: git.c:1410559msgid ""10560"'git help -a' and 'git help -g' list available subcommands and some\n"10561"concept guides. See 'git help <command>' or 'git help <concept>'\n"10562"to read about a specific subcommand or concept."10563msgstr ""1056410565#: common-cmds.h:910566msgid "start a working area (see also: git help tutorial)"10567msgstr ""1056810569#: common-cmds.h:1010570msgid "work on the current change (see also: git help everyday)"10571msgstr ""1057210573#: common-cmds.h:1110574msgid "examine the history and state (see also: git help revisions)"10575msgstr ""1057610577#: common-cmds.h:1210578msgid "grow, mark and tweak your common history"10579msgstr ""1058010581#: common-cmds.h:1310582msgid "collaborate (see also: git help workflows)"10583msgstr ""1058410585#: common-cmds.h:1710586msgid "Add file contents to the index"10587msgstr ""1058810589#: common-cmds.h:1810590msgid "Use binary search to find the commit that introduced a bug"10591msgstr ""1059210593#: common-cmds.h:1910594msgid "List, create, or delete branches"10595msgstr ""1059610597#: common-cmds.h:2010598msgid "Switch branches or restore working tree files"10599msgstr ""1060010601#: common-cmds.h:2110602msgid "Clone a repository into a new directory"10603msgstr ""1060410605#: common-cmds.h:2210606msgid "Record changes to the repository"10607msgstr ""1060810609#: common-cmds.h:2310610msgid "Show changes between commits, commit and working tree, etc"10611msgstr ""1061210613#: common-cmds.h:2410614msgid "Download objects and refs from another repository"10615msgstr ""1061610617#: common-cmds.h:2510618msgid "Print lines matching a pattern"10619msgstr ""1062010621#: common-cmds.h:2610622msgid "Create an empty Git repository or reinitialize an existing one"10623msgstr ""1062410625#: common-cmds.h:2710626msgid "Show commit logs"10627msgstr ""1062810629#: common-cmds.h:2810630msgid "Join two or more development histories together"10631msgstr ""1063210633#: common-cmds.h:2910634msgid "Move or rename a file, a directory, or a symlink"10635msgstr ""1063610637#: common-cmds.h:3010638msgid "Fetch from and integrate with another repository or a local branch"10639msgstr ""1064010641#: common-cmds.h:3110642msgid "Update remote refs along with associated objects"10643msgstr ""1064410645#: common-cmds.h:3210646msgid "Forward-port local commits to the updated upstream head"10647msgstr ""1064810649#: common-cmds.h:3310650msgid "Reset current HEAD to the specified state"10651msgstr ""1065210653#: common-cmds.h:3410654msgid "Remove files from the working tree and from the index"10655msgstr ""1065610657#: common-cmds.h:3510658msgid "Show various types of objects"10659msgstr ""1066010661#: common-cmds.h:3610662msgid "Show the working tree status"10663msgstr ""1066410665#: common-cmds.h:3710666msgid "Create, list, delete or verify a tag object signed with GPG"10667msgstr ""1066810669#: parse-options.h:14510670msgid "expiry-date"10671msgstr ""1067210673#: parse-options.h:16010674msgid "no-op (backward compatibility)"10675msgstr ""1067610677#: parse-options.h:23710678msgid "be more verbose"10679msgstr ""1068010681#: parse-options.h:23910682msgid "be more quiet"10683msgstr ""1068410685#: parse-options.h:24510686msgid "use <n> digits to display SHA-1s"10687msgstr ""1068810689#: rerere.h:3810690msgid "update the index with reused conflict resolution if possible"10691msgstr ""1069210693#: git-bisect.sh:5510694msgid "You need to start by \"git bisect start\""10695msgstr ""1069610697#. TRANSLATORS: Make sure to include [Y] and [n] in your10698#. translation. The program will only accept English input10699#. at this point.10700#: git-bisect.sh:6110701msgid "Do you want me to do it for you [Y/n]? "10702msgstr ""1070310704#: git-bisect.sh:12210705#, sh-format10706msgid "unrecognised option: '$arg'"10707msgstr ""1070810709#: git-bisect.sh:12610710#, sh-format10711msgid "'$arg' does not appear to be a valid revision"10712msgstr ""1071310714#: git-bisect.sh:15510715msgid "Bad HEAD - I need a HEAD"10716msgstr ""1071710718#: git-bisect.sh:16810719#, sh-format10720msgid ""10721"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."10722msgstr ""1072310724#: git-bisect.sh:17810725msgid "won't bisect on cg-seek'ed tree"10726msgstr ""1072710728#: git-bisect.sh:18210729msgid "Bad HEAD - strange symbolic ref"10730msgstr ""1073110732#: git-bisect.sh:23410733#, sh-format10734msgid "Bad bisect_write argument: $state"10735msgstr ""1073610737#: git-bisect.sh:26310738#, sh-format10739msgid "Bad rev input: $arg"10740msgstr ""1074110742#: git-bisect.sh:27810743msgid "Please call 'bisect_state' with at least one argument."10744msgstr ""1074510746#: git-bisect.sh:29010747#, sh-format10748msgid "Bad rev input: $rev"10749msgstr ""1075010751#: git-bisect.sh:29910752#, sh-format10753msgid "'git bisect $TERM_BAD' can take only one argument."10754msgstr ""1075510756#: git-bisect.sh:32210757#, sh-format10758msgid "Warning: bisecting only with a $TERM_BAD commit."10759msgstr ""1076010761#. TRANSLATORS: Make sure to include [Y] and [n] in your10762#. translation. The program will only accept English input10763#. at this point.10764#: git-bisect.sh:32810765msgid "Are you sure [Y/n]? "10766msgstr ""1076710768#: git-bisect.sh:34010769#, sh-format10770msgid ""10771"You need to give me at least one $bad_syn and one $good_syn revision.\n"10772"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"10773msgstr ""1077410775#: git-bisect.sh:34310776#, sh-format10777msgid ""10778"You need to start by \"git bisect start\".\n"10779"You then need to give me at least one $good_syn and one $bad_syn revision.\n"10780"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"10781msgstr ""1078210783#: git-bisect.sh:414 git-bisect.sh:54610784msgid "We are not bisecting."10785msgstr ""1078610787#: git-bisect.sh:42110788#, sh-format10789msgid "'$invalid' is not a valid commit"10790msgstr ""1079110792#: git-bisect.sh:43010793#, sh-format10794msgid ""10795"Could not check out original HEAD '$branch'.\n"10796"Try 'git bisect reset <commit>'."10797msgstr ""1079810799#: git-bisect.sh:45810800msgid "No logfile given"10801msgstr ""1080210803#: git-bisect.sh:45910804#, sh-format10805msgid "cannot read $file for replaying"10806msgstr ""1080710808#: git-bisect.sh:48010809msgid "?? what are you talking about?"10810msgstr ""1081110812#: git-bisect.sh:49210813#, sh-format10814msgid "running $command"10815msgstr ""1081610817#: git-bisect.sh:49910818#, sh-format10819msgid ""10820"bisect run failed:\n"10821"exit code $res from '$command' is < 0 or >= 128"10822msgstr ""1082310824#: git-bisect.sh:52510825msgid "bisect run cannot continue any more"10826msgstr ""1082710828#: git-bisect.sh:53110829#, sh-format10830msgid ""10831"bisect run failed:\n"10832"'bisect_state $state' exited with error code $res"10833msgstr ""1083410835#: git-bisect.sh:53810836msgid "bisect run success"10837msgstr ""1083810839#: git-bisect.sh:56510840msgid "please use two different terms"10841msgstr ""1084210843#: git-bisect.sh:57510844#, sh-format10845msgid "'$term' is not a valid term"10846msgstr ""1084710848#: git-bisect.sh:57810849#, sh-format10850msgid "can't use the builtin command '$term' as a term"10851msgstr ""1085210853#: git-bisect.sh:587 git-bisect.sh:59310854#, sh-format10855msgid "can't change the meaning of term '$term'"10856msgstr ""1085710858#: git-bisect.sh:60610859#, sh-format10860msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."10861msgstr ""1086210863#: git-bisect.sh:63610864msgid "no terms defined"10865msgstr ""1086610867#: git-bisect.sh:65310868#, sh-format10869msgid ""10870"invalid argument $arg for 'git bisect terms'.\n"10871"Supported options are: --term-good|--term-old and --term-bad|--term-new."10872msgstr ""1087310874#: git-rebase.sh:5710875msgid ""10876"When you have resolved this problem, run \"git rebase --continue\".\n"10877"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"10878"To check out the original branch and stop rebasing, run \"git rebase --abort"10879"\"."10880msgstr ""1088110882#: git-rebase.sh:16510883msgid "Applied autostash."10884msgstr ""1088510886#: git-rebase.sh:16810887#, sh-format10888msgid "Cannot store $stash_sha1"10889msgstr ""1089010891#: git-rebase.sh:16910892msgid ""10893"Applying autostash resulted in conflicts.\n"10894"Your changes are safe in the stash.\n"10895"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"10896msgstr ""1089710898#: git-rebase.sh:20810899msgid "The pre-rebase hook refused to rebase."10900msgstr ""1090110902#: git-rebase.sh:21310903msgid "It looks like git-am is in progress. Cannot rebase."10904msgstr ""1090510906#: git-rebase.sh:35410907msgid "The --exec option must be used with the --interactive option"10908msgstr ""1090910910#: git-rebase.sh:35910911msgid "No rebase in progress?"10912msgstr ""1091310914#: git-rebase.sh:37010915msgid "The --edit-todo action can only be used during interactive rebase."10916msgstr ""1091710918#: git-rebase.sh:37710919msgid "Cannot read HEAD"10920msgstr ""1092110922#: git-rebase.sh:38010923msgid ""10924"You must edit all merge conflicts and then\n"10925"mark them as resolved using git add"10926msgstr ""1092710928#: git-rebase.sh:39810929#, sh-format10930msgid "Could not move back to $head_name"10931msgstr ""1093210933#: git-rebase.sh:41710934#, sh-format10935msgid ""10936"It seems that there is already a $state_dir_base directory, and\n"10937"I wonder if you are in the middle of another rebase. If that is the\n"10938"case, please try\n"10939"\t$cmd_live_rebase\n"10940"If that is not the case, please\n"10941"\t$cmd_clear_stale_rebase\n"10942"and run me again. I am stopping in case you still have something\n"10943"valuable there."10944msgstr ""1094510946#: git-rebase.sh:46810947#, sh-format10948msgid "invalid upstream $upstream_name"10949msgstr ""1095010951#: git-rebase.sh:49210952#, sh-format10953msgid "$onto_name: there are more than one merge bases"10954msgstr ""1095510956#: git-rebase.sh:495 git-rebase.sh:49910957#, sh-format10958msgid "$onto_name: there is no merge base"10959msgstr ""1096010961#: git-rebase.sh:50410962#, sh-format10963msgid "Does not point to a valid commit: $onto_name"10964msgstr ""1096510966#: git-rebase.sh:52710967#, sh-format10968msgid "fatal: no such branch: $branch_name"10969msgstr ""1097010971#: git-rebase.sh:56010972msgid "Cannot autostash"10973msgstr ""1097410975#: git-rebase.sh:56510976#, sh-format10977msgid "Created autostash: $stash_abbrev"10978msgstr ""1097910980#: git-rebase.sh:56910981msgid "Please commit or stash them."10982msgstr ""1098310984#: git-rebase.sh:58910985#, sh-format10986msgid "Current branch $branch_name is up to date."10987msgstr ""1098810989#: git-rebase.sh:59310990#, sh-format10991msgid "Current branch $branch_name is up to date, rebase forced."10992msgstr ""1099310994#: git-rebase.sh:60410995#, sh-format10996msgid "Changes from $mb to $onto:"10997msgstr ""1099810999#: git-rebase.sh:61311000msgid "First, rewinding head to replay your work on top of it..."11001msgstr ""1100211003#: git-rebase.sh:62311004#, sh-format11005msgid "Fast-forwarded $branch_name to $onto_name."11006msgstr ""1100711008#: git-stash.sh:5111009msgid "git stash clear with parameters is unimplemented"11010msgstr ""1101111012#: git-stash.sh:7411013msgid "You do not have the initial commit yet"11014msgstr ""1101511016#: git-stash.sh:8911017msgid "Cannot save the current index state"11018msgstr ""1101911020#: git-stash.sh:124 git-stash.sh:13711021msgid "Cannot save the current worktree state"11022msgstr ""1102311024#: git-stash.sh:14111025msgid "No changes selected"11026msgstr ""1102711028#: git-stash.sh:14411029msgid "Cannot remove temporary index (can't happen)"11030msgstr ""1103111032#: git-stash.sh:15711033msgid "Cannot record working tree state"11034msgstr ""1103511036#: git-stash.sh:18911037#, sh-format11038msgid "Cannot update $ref_stash with $w_commit"11039msgstr ""1104011041#. TRANSLATORS: $option is an invalid option, like11042#. `--blah-blah'. The 7 spaces at the beginning of the11043#. second line correspond to "error: ". So you should line11044#. up the second line with however many characters the11045#. translation of "error: " takes in your language. E.g. in11046#. English this is:11047#.11048#. $ git stash save --blah-blah 2>&1 | head -n 211049#. error: unknown option for 'stash save': --blah-blah11050#. To provide a message, use git stash save -- '--blah-blah'11051#: git-stash.sh:23911052#, sh-format11053msgid ""11054"error: unknown option for 'stash save': $option\n"11055" To provide a message, use git stash save -- '$option'"11056msgstr ""1105711058#: git-stash.sh:26011059msgid "No local changes to save"11060msgstr ""1106111062#: git-stash.sh:26411063msgid "Cannot initialize stash"11064msgstr ""1106511066#: git-stash.sh:26811067msgid "Cannot save the current status"11068msgstr ""1106911070#: git-stash.sh:28611071msgid "Cannot remove worktree changes"11072msgstr ""1107311074#: git-stash.sh:40511075#, sh-format11076msgid "unknown option: $opt"11077msgstr ""1107811079#: git-stash.sh:41511080msgid "No stash found."11081msgstr ""1108211083#: git-stash.sh:42211084#, sh-format11085msgid "Too many revisions specified: $REV"11086msgstr ""1108711088#: git-stash.sh:42811089#, sh-format11090msgid "$reference is not a valid reference"11091msgstr ""1109211093#: git-stash.sh:45611094#, sh-format11095msgid "'$args' is not a stash-like commit"11096msgstr ""1109711098#: git-stash.sh:46711099#, sh-format11100msgid "'$args' is not a stash reference"11101msgstr ""1110211103#: git-stash.sh:47511104msgid "unable to refresh index"11105msgstr ""1110611107#: git-stash.sh:47911108msgid "Cannot apply a stash in the middle of a merge"11109msgstr ""1111011111#: git-stash.sh:48711112msgid "Conflicts in index. Try without --index."11113msgstr ""1111411115#: git-stash.sh:48911116msgid "Could not save index tree"11117msgstr ""1111811119#: git-stash.sh:52311120msgid "Cannot unstage modified files"11121msgstr ""1112211123#: git-stash.sh:53811124msgid "Index was not unstashed."11125msgstr ""1112611127#: git-stash.sh:56111128#, sh-format11129msgid "Dropped ${REV} ($s)"11130msgstr ""1113111132#: git-stash.sh:56211133#, sh-format11134msgid "${REV}: Could not drop stash entry"11135msgstr ""1113611137#: git-stash.sh:57011138msgid "No branch name specified"11139msgstr ""1114011141#: git-stash.sh:64211142msgid "(To restore them type \"git stash apply\")"11143msgstr ""1114411145#: git-submodule.sh:10411146#, sh-format11147msgid "cannot strip one component off url '$remoteurl'"11148msgstr ""1114911150#: git-submodule.sh:28111151msgid "Relative path can only be used from the toplevel of the working tree"11152msgstr ""1115311154#: git-submodule.sh:29111155#, sh-format11156msgid "repo URL: '$repo' must be absolute or begin with ./|../"11157msgstr ""1115811159#: git-submodule.sh:30811160#, sh-format11161msgid "'$sm_path' already exists in the index"11162msgstr ""1116311164#: git-submodule.sh:31211165#, sh-format11166msgid ""11167"The following path is ignored by one of your .gitignore files:\n"11168"$sm_path\n"11169"Use -f if you really want to add it."11170msgstr ""1117111172#: git-submodule.sh:33011173#, sh-format11174msgid "Adding existing repo at '$sm_path' to the index"11175msgstr ""1117611177#: git-submodule.sh:33211178#, sh-format11179msgid "'$sm_path' already exists and is not a valid git repo"11180msgstr ""1118111182#: git-submodule.sh:34011183#, sh-format11184msgid "A git directory for '$sm_name' is found locally with remote(s):"11185msgstr ""1118611187#: git-submodule.sh:34211188#, sh-format11189msgid ""11190"If you want to reuse this local git directory instead of cloning again from"11191msgstr ""1119211193#: git-submodule.sh:34411194#, sh-format11195msgid ""11196"use the '--force' option. If the local git directory is not the correct repo"11197msgstr ""1119811199#: git-submodule.sh:34511200#, sh-format11201msgid ""11202"or you are unsure what this means choose another name with the '--name' "11203"option."11204msgstr ""1120511206#: git-submodule.sh:34711207#, sh-format11208msgid "Reactivating local git directory for submodule '$sm_name'."11209msgstr ""1121011211#: git-submodule.sh:35911212#, sh-format11213msgid "Unable to checkout submodule '$sm_path'"11214msgstr ""1121511216#: git-submodule.sh:36411217#, sh-format11218msgid "Failed to add submodule '$sm_path'"11219msgstr ""1122011221#: git-submodule.sh:37311222#, sh-format11223msgid "Failed to register submodule '$sm_path'"11224msgstr ""1122511226#: git-submodule.sh:41711227#, sh-format11228msgid "Entering '$prefix$displaypath'"11229msgstr ""1123011231#: git-submodule.sh:43711232#, sh-format11233msgid "Stopping at '$prefix$displaypath'; script returned non-zero status."11234msgstr ""1123511236#: git-submodule.sh:48311237#, sh-format11238msgid "No url found for submodule path '$displaypath' in .gitmodules"11239msgstr ""1124011241#: git-submodule.sh:49211242#, sh-format11243msgid "Failed to register url for submodule path '$displaypath'"11244msgstr ""1124511246#: git-submodule.sh:49411247#, sh-format11248msgid "Submodule '$name' ($url) registered for path '$displaypath'"11249msgstr ""1125011251#: git-submodule.sh:51111252#, sh-format11253msgid "Failed to register update mode for submodule path '$displaypath'"11254msgstr ""1125511256#: git-submodule.sh:54911257#, sh-format11258msgid "Use '.' if you really want to deinitialize all submodules"11259msgstr ""1126011261#: git-submodule.sh:56611262#, sh-format11263msgid "Submodule work tree '$displaypath' contains a .git directory"11264msgstr ""1126511266#: git-submodule.sh:56711267#, sh-format11268msgid ""11269"(use 'rm -rf' if you really want to remove it including all of its history)"11270msgstr ""1127111272#: git-submodule.sh:57311273#, sh-format11274msgid ""11275"Submodule work tree '$displaypath' contains local modifications; use '-f' to "11276"discard them"11277msgstr ""1127811279#: git-submodule.sh:57611280#, sh-format11281msgid "Cleared directory '$displaypath'"11282msgstr ""1128311284#: git-submodule.sh:57711285#, sh-format11286msgid "Could not remove submodule work tree '$displaypath'"11287msgstr ""1128811289#: git-submodule.sh:58011290#, sh-format11291msgid "Could not create empty submodule directory '$displaypath'"11292msgstr ""1129311294#: git-submodule.sh:58911295#, sh-format11296msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"11297msgstr ""1129811299#: git-submodule.sh:70511300#, sh-format11301msgid ""11302"Submodule path '$displaypath' not initialized\n"11303"Maybe you want to use 'update --init'?"11304msgstr ""1130511306#: git-submodule.sh:71811307#, sh-format11308msgid "Unable to find current revision in submodule path '$displaypath'"11309msgstr ""1131011311#: git-submodule.sh:72711312#, sh-format11313msgid "Unable to fetch in submodule path '$sm_path'"11314msgstr ""1131511316#: git-submodule.sh:75111317#, sh-format11318msgid "Unable to fetch in submodule path '$displaypath'"11319msgstr ""1132011321#: git-submodule.sh:76511322#, sh-format11323msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"11324msgstr ""1132511326#: git-submodule.sh:76611327#, sh-format11328msgid "Submodule path '$displaypath': checked out '$sha1'"11329msgstr ""1133011331#: git-submodule.sh:77011332#, sh-format11333msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"11334msgstr ""1133511336#: git-submodule.sh:77111337#, sh-format11338msgid "Submodule path '$displaypath': rebased into '$sha1'"11339msgstr ""1134011341#: git-submodule.sh:77611342#, sh-format11343msgid "Unable to merge '$sha1' in submodule path '$displaypath'"11344msgstr ""1134511346#: git-submodule.sh:77711347#, sh-format11348msgid "Submodule path '$displaypath': merged in '$sha1'"11349msgstr ""1135011351#: git-submodule.sh:78211352#, sh-format11353msgid ""11354"Execution of '$command $sha1' failed in submodule path '$prefix$sm_path'"11355msgstr ""1135611357#: git-submodule.sh:78311358#, sh-format11359msgid "Submodule path '$prefix$sm_path': '$command $sha1'"11360msgstr ""1136111362#: git-submodule.sh:81311363#, sh-format11364msgid "Failed to recurse into submodule path '$displaypath'"11365msgstr ""1136611367#: git-submodule.sh:92111368msgid "The --cached option cannot be used with the --files option"11369msgstr ""1137011371#: git-submodule.sh:97311372#, sh-format11373msgid "unexpected mode $mod_dst"11374msgstr ""1137511376#: git-submodule.sh:99311377#, sh-format11378msgid " Warn: $display_name doesn't contain commit $sha1_src"11379msgstr ""1138011381#: git-submodule.sh:99611382#, sh-format11383msgid " Warn: $display_name doesn't contain commit $sha1_dst"11384msgstr ""1138511386#: git-submodule.sh:99911387#, sh-format11388msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"11389msgstr ""1139011391#: git-submodule.sh:102411392msgid "blob"11393msgstr ""1139411395#: git-submodule.sh:114211396#, sh-format11397msgid "Failed to recurse into submodule path '$sm_path'"11398msgstr ""1139911400#: git-submodule.sh:120611401#, sh-format11402msgid "Synchronizing submodule url for '$displaypath'"11403msgstr ""