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-04-03 08:13+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#: archive.c:11 33msgid "git archive [<options>] <tree-ish> [<path>...]" 34msgstr "" 35 36#: archive.c:12 37msgid "git archive --list" 38msgstr "" 39 40#: archive.c:13 41msgid "" 42"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]" 43msgstr "" 44 45#: archive.c:14 46msgid "git archive --remote <repo> [--exec <cmd>] --list" 47msgstr "" 48 49#: archive.c:342 builtin/add.c:137 builtin/add.c:427 builtin/rm.c:328 50#, c-format 51msgid "pathspec '%s' did not match any files" 52msgstr "" 53 54#: archive.c:427 55msgid "fmt" 56msgstr "" 57 58#: archive.c:427 59msgid "archive format" 60msgstr "" 61 62#: archive.c:428 builtin/log.c:1204 63msgid "prefix" 64msgstr "" 65 66#: archive.c:429 67msgid "prepend prefix to each pathname in the archive" 68msgstr "" 69 70#: archive.c:430 builtin/archive.c:88 builtin/blame.c:2516 71#: builtin/blame.c:2517 builtin/config.c:57 builtin/fast-export.c:986 72#: builtin/fast-export.c:988 builtin/grep.c:712 builtin/hash-object.c:101 73#: builtin/ls-files.c:446 builtin/ls-files.c:449 builtin/notes.c:394 74#: builtin/notes.c:557 builtin/read-tree.c:109 parse-options.h:151 75msgid "file" 76msgstr "" 77 78#: archive.c:431 builtin/archive.c:89 79msgid "write the archive to this file" 80msgstr "" 81 82#: archive.c:433 83msgid "read .gitattributes in working directory" 84msgstr "" 85 86#: archive.c:434 87msgid "report archived files on stderr" 88msgstr "" 89 90#: archive.c:435 91msgid "store only" 92msgstr "" 93 94#: archive.c:436 95msgid "compress faster" 96msgstr "" 97 98#: archive.c:444 99msgid "compress better" 100msgstr "" 101 102#: archive.c:447 103msgid "list supported archive formats" 104msgstr "" 105 106#: archive.c:449 builtin/archive.c:90 builtin/clone.c:86 107msgid "repo" 108msgstr "" 109 110#: archive.c:450 builtin/archive.c:91 111msgid "retrieve the archive from remote repository <repo>" 112msgstr "" 113 114#: archive.c:451 builtin/archive.c:92 builtin/notes.c:478 115msgid "command" 116msgstr "" 117 118#: archive.c:452 builtin/archive.c:93 119msgid "path to the remote git-upload-archive command" 120msgstr "" 121 122#: attr.c:264 123msgid "" 124"Negative patterns are ignored in git attributes\n" 125"Use '\\!' for literal leading exclamation." 126msgstr "" 127 128#: branch.c:60 129#, c-format 130msgid "Not setting branch %s as its own upstream." 131msgstr "" 132 133#: branch.c:83 134#, c-format 135msgid "Branch %s set up to track remote branch %s from %s by rebasing." 136msgstr "" 137 138#: branch.c:84 139#, c-format 140msgid "Branch %s set up to track remote branch %s from %s." 141msgstr "" 142 143#: branch.c:88 144#, c-format 145msgid "Branch %s set up to track local branch %s by rebasing." 146msgstr "" 147 148#: branch.c:89 149#, c-format 150msgid "Branch %s set up to track local branch %s." 151msgstr "" 152 153#: branch.c:94 154#, c-format 155msgid "Branch %s set up to track remote ref %s by rebasing." 156msgstr "" 157 158#: branch.c:95 159#, c-format 160msgid "Branch %s set up to track remote ref %s." 161msgstr "" 162 163#: branch.c:99 164#, c-format 165msgid "Branch %s set up to track local ref %s by rebasing." 166msgstr "" 167 168#: branch.c:100 169#, c-format 170msgid "Branch %s set up to track local ref %s." 171msgstr "" 172 173#: branch.c:133 174#, c-format 175msgid "Not tracking: ambiguous information for ref %s" 176msgstr "" 177 178#: branch.c:162 179#, c-format 180msgid "'%s' is not a valid branch name." 181msgstr "" 182 183#: branch.c:167 184#, c-format 185msgid "A branch named '%s' already exists." 186msgstr "" 187 188#: branch.c:175 189msgid "Cannot force update the current branch." 190msgstr "" 191 192#: branch.c:195 193#, c-format 194msgid "Cannot setup tracking information; starting point '%s' is not a branch." 195msgstr "" 196 197#: branch.c:197 198#, c-format 199msgid "the requested upstream branch '%s' does not exist" 200msgstr "" 201 202#: branch.c:199 203msgid "" 204"\n" 205"If you are planning on basing your work on an upstream\n" 206"branch that already exists at the remote, you may need to\n" 207"run \"git fetch\" to retrieve it.\n" 208"\n" 209"If you are planning to push out a new local branch that\n" 210"will track its remote counterpart, you may want to use\n" 211"\"git push -u\" to set the upstream config as you push." 212msgstr "" 213 214#: branch.c:243 215#, c-format 216msgid "Not a valid object name: '%s'." 217msgstr "" 218 219#: branch.c:263 220#, c-format 221msgid "Ambiguous object name: '%s'." 222msgstr "" 223 224#: branch.c:268 225#, c-format 226msgid "Not a valid branch point: '%s'." 227msgstr "" 228 229#: bundle.c:34 230#, c-format 231msgid "'%s' does not look like a v2 bundle file" 232msgstr "" 233 234#: bundle.c:61 235#, c-format 236msgid "unrecognized header: %s%s (%d)" 237msgstr "" 238 239#: bundle.c:87 builtin/commit.c:766 240#, c-format 241msgid "could not open '%s'" 242msgstr "" 243 244#: bundle.c:139 245msgid "Repository lacks these prerequisite commits:" 246msgstr "" 247 248#: bundle.c:163 sequencer.c:650 sequencer.c:1105 builtin/blame.c:2705 249#: builtin/branch.c:659 builtin/commit.c:1045 builtin/log.c:330 250#: builtin/log.c:823 builtin/log.c:1432 builtin/log.c:1669 builtin/merge.c:358 251#: builtin/shortlog.c:158 252msgid "revision walk setup failed" 253msgstr "" 254 255#: bundle.c:185 256#, c-format 257msgid "The bundle contains this ref:" 258msgid_plural "The bundle contains these %d refs:" 259msgstr[0] "" 260msgstr[1] "" 261 262#: bundle.c:192 263msgid "The bundle records a complete history." 264msgstr "" 265 266#: bundle.c:194 267#, c-format 268msgid "The bundle requires this ref:" 269msgid_plural "The bundle requires these %d refs:" 270msgstr[0] "" 271msgstr[1] "" 272 273#: bundle.c:251 274msgid "Could not spawn pack-objects" 275msgstr "" 276 277#: bundle.c:269 278msgid "pack-objects died" 279msgstr "" 280 281#: bundle.c:309 282msgid "rev-list died" 283msgstr "" 284 285#: bundle.c:358 286#, c-format 287msgid "ref '%s' is excluded by the rev-list options" 288msgstr "" 289 290#: bundle.c:437 builtin/log.c:153 builtin/log.c:1342 builtin/shortlog.c:261 291#, c-format 292msgid "unrecognized argument: %s" 293msgstr "" 294 295#: bundle.c:443 296msgid "Refusing to create empty bundle." 297msgstr "" 298 299#: bundle.c:453 300#, c-format 301msgid "cannot create '%s'" 302msgstr "" 303 304#: bundle.c:474 305msgid "index-pack died" 306msgstr "" 307 308#: color.c:260 309#, c-format 310msgid "invalid color value: %.*s" 311msgstr "" 312 313#: commit.c:40 314#, c-format 315msgid "could not parse %s" 316msgstr "" 317 318#: commit.c:42 319#, c-format 320msgid "%s %s is not a commit!" 321msgstr "" 322 323#: compat/obstack.c:406 compat/obstack.c:408 324msgid "memory exhausted" 325msgstr "" 326 327#: config.c:474 config.c:476 328#, c-format 329msgid "bad config file line %d in %s" 330msgstr "" 331 332#: config.c:592 333#, c-format 334msgid "bad numeric config value '%s' for '%s' in %s: %s" 335msgstr "" 336 337#: config.c:594 338#, c-format 339msgid "bad numeric config value '%s' for '%s': %s" 340msgstr "" 341 342#: config.c:679 343#, c-format 344msgid "failed to expand user dir in: '%s'" 345msgstr "" 346 347#: config.c:757 config.c:768 348#, c-format 349msgid "bad zlib compression level %d" 350msgstr "" 351 352#: config.c:890 353#, c-format 354msgid "invalid mode for object creation: %s" 355msgstr "" 356 357#: config.c:1216 358msgid "unable to parse command-line config" 359msgstr "" 360 361#: config.c:1277 362msgid "unknown error occured while reading the configuration files" 363msgstr "" 364 365#: config.c:1601 366#, c-format 367msgid "unable to parse '%s' from command-line config" 368msgstr "" 369 370#: config.c:1603 371#, c-format 372msgid "bad config variable '%s' in file '%s' at line %d" 373msgstr "" 374 375#: config.c:1662 376#, c-format 377msgid "%s has multiple values" 378msgstr "" 379 380#: connected.c:69 381msgid "Could not run 'git rev-list'" 382msgstr "" 383 384#: connected.c:89 385#, c-format 386msgid "failed write to rev-list: %s" 387msgstr "" 388 389#: connected.c:97 390#, c-format 391msgid "failed to close rev-list's stdin: %s" 392msgstr "" 393 394#: date.c:95 395msgid "in the future" 396msgstr "" 397 398#: date.c:101 399#, c-format 400msgid "%lu second ago" 401msgid_plural "%lu seconds ago" 402msgstr[0] "" 403msgstr[1] "" 404 405#: date.c:108 406#, c-format 407msgid "%lu minute ago" 408msgid_plural "%lu minutes ago" 409msgstr[0] "" 410msgstr[1] "" 411 412#: date.c:115 413#, c-format 414msgid "%lu hour ago" 415msgid_plural "%lu hours ago" 416msgstr[0] "" 417msgstr[1] "" 418 419#: date.c:122 420#, c-format 421msgid "%lu day ago" 422msgid_plural "%lu days ago" 423msgstr[0] "" 424msgstr[1] "" 425 426#: date.c:128 427#, c-format 428msgid "%lu week ago" 429msgid_plural "%lu weeks ago" 430msgstr[0] "" 431msgstr[1] "" 432 433#: date.c:135 434#, c-format 435msgid "%lu month ago" 436msgid_plural "%lu months ago" 437msgstr[0] "" 438msgstr[1] "" 439 440#: date.c:146 441#, c-format 442msgid "%lu year" 443msgid_plural "%lu years" 444msgstr[0] "" 445msgstr[1] "" 446 447#. TRANSLATORS: "%s" is "<n> years" 448#: date.c:149 449#, c-format 450msgid "%s, %lu month ago" 451msgid_plural "%s, %lu months ago" 452msgstr[0] "" 453msgstr[1] "" 454 455#: date.c:154 date.c:159 456#, c-format 457msgid "%lu year ago" 458msgid_plural "%lu years ago" 459msgstr[0] "" 460msgstr[1] "" 461 462#: diffcore-order.c:24 463#, c-format 464msgid "failed to read orderfile '%s'" 465msgstr "" 466 467#: diffcore-rename.c:536 468msgid "Performing inexact rename detection" 469msgstr "" 470 471#: diff.c:114 472#, c-format 473msgid " Failed to parse dirstat cut-off percentage '%s'\n" 474msgstr "" 475 476#: diff.c:119 477#, c-format 478msgid " Unknown dirstat parameter '%s'\n" 479msgstr "" 480 481#: diff.c:214 482#, c-format 483msgid "Unknown value for 'diff.submodule' config variable: '%s'" 484msgstr "" 485 486#: diff.c:266 487#, c-format 488msgid "" 489"Found errors in 'diff.dirstat' config variable:\n" 490"%s" 491msgstr "" 492 493#: diff.c:2956 494#, c-format 495msgid "external diff died, stopping at %s" 496msgstr "" 497 498#: diff.c:3351 499msgid "--follow requires exactly one pathspec" 500msgstr "" 501 502#: diff.c:3514 503#, c-format 504msgid "" 505"Failed to parse --dirstat/-X option parameter:\n" 506"%s" 507msgstr "" 508 509#: diff.c:3528 510#, c-format 511msgid "Failed to parse --submodule option parameter: '%s'" 512msgstr "" 513 514#: gpg-interface.c:129 gpg-interface.c:200 515msgid "could not run gpg." 516msgstr "" 517 518#: gpg-interface.c:141 519msgid "gpg did not accept the data" 520msgstr "" 521 522#: gpg-interface.c:152 523msgid "gpg failed to sign the data" 524msgstr "" 525 526#: gpg-interface.c:185 527#, c-format 528msgid "could not create temporary file '%s': %s" 529msgstr "" 530 531#: gpg-interface.c:188 532#, c-format 533msgid "failed writing detached signature to '%s': %s" 534msgstr "" 535 536#: grep.c:1718 537#, c-format 538msgid "'%s': unable to read %s" 539msgstr "" 540 541#: grep.c:1735 542#, c-format 543msgid "'%s': %s" 544msgstr "" 545 546#: grep.c:1746 547#, c-format 548msgid "'%s': short read %s" 549msgstr "" 550 551#: help.c:207 552#, c-format 553msgid "available git commands in '%s'" 554msgstr "" 555 556#: help.c:214 557msgid "git commands available from elsewhere on your $PATH" 558msgstr "" 559 560#: help.c:230 561msgid "The most commonly used git commands are:" 562msgstr "" 563 564#: help.c:289 565#, c-format 566msgid "" 567"'%s' appears to be a git command, but we were not\n" 568"able to execute it. Maybe git-%s is broken?" 569msgstr "" 570 571#: help.c:346 572msgid "Uh oh. Your system reports no Git commands at all." 573msgstr "" 574 575#: help.c:368 576#, c-format 577msgid "" 578"WARNING: You called a Git command named '%s', which does not exist.\n" 579"Continuing under the assumption that you meant '%s'" 580msgstr "" 581 582#: help.c:373 583#, c-format 584msgid "in %0.1f seconds automatically..." 585msgstr "" 586 587#: help.c:380 588#, c-format 589msgid "git: '%s' is not a git command. See 'git --help'." 590msgstr "" 591 592#: help.c:384 help.c:444 593msgid "" 594"\n" 595"Did you mean this?" 596msgid_plural "" 597"\n" 598"Did you mean one of these?" 599msgstr[0] "" 600msgstr[1] "" 601 602#: help.c:440 603#, c-format 604msgid "%s: %s - %s" 605msgstr "" 606 607#: lockfile.c:283 608msgid "BUG: reopen a lockfile that is still open" 609msgstr "" 610 611#: lockfile.c:285 612msgid "BUG: reopen a lockfile that has been committed" 613msgstr "" 614 615#: merge.c:41 616msgid "failed to read the cache" 617msgstr "" 618 619#: merge.c:94 builtin/checkout.c:374 builtin/checkout.c:580 620#: builtin/clone.c:662 621msgid "unable to write new index file" 622msgstr "" 623 624#: merge-recursive.c:189 625#, c-format 626msgid "(bad commit)\n" 627msgstr "" 628 629#: merge-recursive.c:209 630#, c-format 631msgid "addinfo_cache failed for path '%s'" 632msgstr "" 633 634#: merge-recursive.c:270 635msgid "error building trees" 636msgstr "" 637 638#: merge-recursive.c:688 639#, c-format 640msgid "failed to create path '%s'%s" 641msgstr "" 642 643#: merge-recursive.c:699 644#, c-format 645msgid "Removing %s to make room for subdirectory\n" 646msgstr "" 647 648#: merge-recursive.c:713 merge-recursive.c:734 649msgid ": perhaps a D/F conflict?" 650msgstr "" 651 652#: merge-recursive.c:724 653#, c-format 654msgid "refusing to lose untracked file at '%s'" 655msgstr "" 656 657#: merge-recursive.c:764 658#, c-format 659msgid "cannot read object %s '%s'" 660msgstr "" 661 662#: merge-recursive.c:766 663#, c-format 664msgid "blob expected for %s '%s'" 665msgstr "" 666 667#: merge-recursive.c:789 builtin/clone.c:321 668#, c-format 669msgid "failed to open '%s'" 670msgstr "" 671 672#: merge-recursive.c:797 673#, c-format 674msgid "failed to symlink '%s'" 675msgstr "" 676 677#: merge-recursive.c:800 678#, c-format 679msgid "do not know what to do with %06o %s '%s'" 680msgstr "" 681 682#: merge-recursive.c:938 683msgid "Failed to execute internal merge" 684msgstr "" 685 686#: merge-recursive.c:942 687#, c-format 688msgid "Unable to add %s to database" 689msgstr "" 690 691#: merge-recursive.c:958 692msgid "unsupported object type in the tree" 693msgstr "" 694 695#: merge-recursive.c:1033 merge-recursive.c:1047 696#, c-format 697msgid "" 698"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 699"in tree." 700msgstr "" 701 702#: merge-recursive.c:1039 merge-recursive.c:1052 703#, c-format 704msgid "" 705"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 706"in tree at %s." 707msgstr "" 708 709#: merge-recursive.c:1093 710msgid "rename" 711msgstr "" 712 713#: merge-recursive.c:1093 714msgid "renamed" 715msgstr "" 716 717#: merge-recursive.c:1149 718#, c-format 719msgid "%s is a directory in %s adding as %s instead" 720msgstr "" 721 722#: merge-recursive.c:1171 723#, c-format 724msgid "" 725"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s" 726"\"->\"%s\" in \"%s\"%s" 727msgstr "" 728 729#: merge-recursive.c:1176 730msgid " (left unresolved)" 731msgstr "" 732 733#: merge-recursive.c:1230 734#, c-format 735msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s" 736msgstr "" 737 738#: merge-recursive.c:1260 739#, c-format 740msgid "Renaming %s to %s and %s to %s instead" 741msgstr "" 742 743#: merge-recursive.c:1459 744#, c-format 745msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s" 746msgstr "" 747 748#: merge-recursive.c:1469 749#, c-format 750msgid "Adding merged %s" 751msgstr "" 752 753#: merge-recursive.c:1474 merge-recursive.c:1672 754#, c-format 755msgid "Adding as %s instead" 756msgstr "" 757 758#: merge-recursive.c:1525 759#, c-format 760msgid "cannot read object %s" 761msgstr "" 762 763#: merge-recursive.c:1528 764#, c-format 765msgid "object %s is not a blob" 766msgstr "" 767 768#: merge-recursive.c:1576 769msgid "modify" 770msgstr "" 771 772#: merge-recursive.c:1576 773msgid "modified" 774msgstr "" 775 776#: merge-recursive.c:1586 777msgid "content" 778msgstr "" 779 780#: merge-recursive.c:1593 781msgid "add/add" 782msgstr "" 783 784#: merge-recursive.c:1627 785#, c-format 786msgid "Skipped %s (merged same as existing)" 787msgstr "" 788 789#: merge-recursive.c:1641 790#, c-format 791msgid "Auto-merging %s" 792msgstr "" 793 794#: merge-recursive.c:1645 git-submodule.sh:1150 795msgid "submodule" 796msgstr "" 797 798#: merge-recursive.c:1646 799#, c-format 800msgid "CONFLICT (%s): Merge conflict in %s" 801msgstr "" 802 803#: merge-recursive.c:1732 804#, c-format 805msgid "Removing %s" 806msgstr "" 807 808#: merge-recursive.c:1757 809msgid "file/directory" 810msgstr "" 811 812#: merge-recursive.c:1763 813msgid "directory/file" 814msgstr "" 815 816#: merge-recursive.c:1768 817#, c-format 818msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s" 819msgstr "" 820 821#: merge-recursive.c:1778 822#, c-format 823msgid "Adding %s" 824msgstr "" 825 826#: merge-recursive.c:1795 827msgid "Fatal merge failure, shouldn't happen." 828msgstr "" 829 830#: merge-recursive.c:1814 831msgid "Already up-to-date!" 832msgstr "" 833 834#: merge-recursive.c:1823 835#, c-format 836msgid "merging of trees %s and %s failed" 837msgstr "" 838 839#: merge-recursive.c:1853 840#, c-format 841msgid "Unprocessed path??? %s" 842msgstr "" 843 844#: merge-recursive.c:1901 845msgid "Merging:" 846msgstr "" 847 848#: merge-recursive.c:1914 849#, c-format 850msgid "found %u common ancestor:" 851msgid_plural "found %u common ancestors:" 852msgstr[0] "" 853msgstr[1] "" 854 855#: merge-recursive.c:1951 856msgid "merge returned no commit" 857msgstr "" 858 859#: merge-recursive.c:2008 860#, c-format 861msgid "Could not parse object '%s'" 862msgstr "" 863 864#: merge-recursive.c:2019 builtin/merge.c:667 865msgid "Unable to write index." 866msgstr "" 867 868#: notes-utils.c:41 869msgid "Cannot commit uninitialized/unreferenced notes tree" 870msgstr "" 871 872#: notes-utils.c:82 873#, c-format 874msgid "Bad notes.rewriteMode value: '%s'" 875msgstr "" 876 877#: notes-utils.c:92 878#, c-format 879msgid "Refusing to rewrite notes in %s (outside of refs/notes/)" 880msgstr "" 881 882#. TRANSLATORS: The first %s is the name of the 883#. environment variable, the second %s is its value 884#: notes-utils.c:119 885#, c-format 886msgid "Bad %s value: '%s'" 887msgstr "" 888 889#: object.c:241 890#, c-format 891msgid "unable to parse object: %s" 892msgstr "" 893 894#: parse-options.c:546 895msgid "..." 896msgstr "" 897 898#: parse-options.c:564 899#, c-format 900msgid "usage: %s" 901msgstr "" 902 903#. TRANSLATORS: the colon here should align with the 904#. one in "usage: %s" translation 905#: parse-options.c:568 906#, c-format 907msgid " or: %s" 908msgstr "" 909 910#: parse-options.c:571 911#, c-format 912msgid " %s" 913msgstr "" 914 915#: parse-options.c:605 916msgid "-NUM" 917msgstr "" 918 919#: pathspec.c:133 920msgid "global 'glob' and 'noglob' pathspec settings are incompatible" 921msgstr "" 922 923#: pathspec.c:143 924msgid "" 925"global 'literal' pathspec setting is incompatible with all other global " 926"pathspec settings" 927msgstr "" 928 929#: pathspec.c:177 930msgid "invalid parameter for pathspec magic 'prefix'" 931msgstr "" 932 933#: pathspec.c:183 934#, c-format 935msgid "Invalid pathspec magic '%.*s' in '%s'" 936msgstr "" 937 938#: pathspec.c:187 939#, c-format 940msgid "Missing ')' at the end of pathspec magic in '%s'" 941msgstr "" 942 943#: pathspec.c:205 944#, c-format 945msgid "Unimplemented pathspec magic '%c' in '%s'" 946msgstr "" 947 948#: pathspec.c:230 949#, c-format 950msgid "%s: 'literal' and 'glob' are incompatible" 951msgstr "" 952 953#: pathspec.c:241 954#, c-format 955msgid "%s: '%s' is outside repository" 956msgstr "" 957 958#: pathspec.c:291 959#, c-format 960msgid "Pathspec '%s' is in submodule '%.*s'" 961msgstr "" 962 963#: pathspec.c:353 964#, c-format 965msgid "%s: pathspec magic not supported by this command: %s" 966msgstr "" 967 968#: pathspec.c:432 969#, c-format 970msgid "pathspec '%s' is beyond a symbolic link" 971msgstr "" 972 973#: pathspec.c:441 974msgid "" 975"There is nothing to exclude from by :(exclude) patterns.\n" 976"Perhaps you forgot to add either ':/' or '.' ?" 977msgstr "" 978 979#: pretty.c:968 980msgid "unable to parse --pretty format" 981msgstr "" 982 983#: progress.c:225 984msgid "done" 985msgstr "" 986 987#: read-cache.c:1275 988#, c-format 989msgid "" 990"index.version set, but the value is invalid.\n" 991"Using version %i" 992msgstr "" 993 994#: read-cache.c:1285 995#, c-format 996msgid "" 997"GIT_INDEX_VERSION set, but the value is invalid.\n" 998"Using version %i" 999msgstr ""10001001#: remote.c:7821002#, c-format1003msgid "Cannot fetch both %s and %s to %s"1004msgstr ""10051006#: remote.c:7861007#, c-format1008msgid "%s usually tracks %s, not %s"1009msgstr ""10101011#: remote.c:7901012#, c-format1013msgid "%s tracks both %s and %s"1014msgstr ""10151016#: remote.c:7981017msgid "Internal error"1018msgstr ""10191020#: remote.c:19801021#, c-format1022msgid "Your branch is based on '%s', but the upstream is gone.\n"1023msgstr ""10241025#: remote.c:19841026msgid " (use \"git branch --unset-upstream\" to fixup)\n"1027msgstr ""10281029#: remote.c:19871030#, c-format1031msgid "Your branch is up-to-date with '%s'.\n"1032msgstr ""10331034#: remote.c:19911035#, c-format1036msgid "Your branch is ahead of '%s' by %d commit.\n"1037msgid_plural "Your branch is ahead of '%s' by %d commits.\n"1038msgstr[0] ""1039msgstr[1] ""10401041#: remote.c:19971042msgid " (use \"git push\" to publish your local commits)\n"1043msgstr ""10441045#: remote.c:20001046#, c-format1047msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"1048msgid_plural ""1049"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"1050msgstr[0] ""1051msgstr[1] ""10521053#: remote.c:20081054msgid " (use \"git pull\" to update your local branch)\n"1055msgstr ""10561057#: remote.c:20111058#, c-format1059msgid ""1060"Your branch and '%s' have diverged,\n"1061"and have %d and %d different commit each, respectively.\n"1062msgid_plural ""1063"Your branch and '%s' have diverged,\n"1064"and have %d and %d different commits each, respectively.\n"1065msgstr[0] ""1066msgstr[1] ""10671068#: remote.c:20211069msgid " (use \"git pull\" to merge the remote branch into yours)\n"1070msgstr ""10711072#: revision.c:23481073msgid "--first-parent is incompatible with --bisect"1074msgstr ""10751076#: run-command.c:831077msgid "open /dev/null failed"1078msgstr ""10791080#: run-command.c:851081#, c-format1082msgid "dup2(%d,%d) failed"1083msgstr ""10841085#: send-pack.c:2721086msgid "failed to sign the push certificate"1087msgstr ""10881089#: send-pack.c:3561090msgid "the receiving end does not support --signed push"1091msgstr ""10921093#: send-pack.c:3661094msgid "the receiving end does not support --atomic push"1095msgstr ""10961097#: sequencer.c:172 builtin/merge.c:782 builtin/merge.c:893 builtin/merge.c:9951098#: builtin/merge.c:10051099#, c-format1100msgid "Could not open '%s' for writing"1101msgstr ""11021103#: sequencer.c:174 builtin/merge.c:344 builtin/merge.c:785 builtin/merge.c:9971104#: builtin/merge.c:10101105#, c-format1106msgid "Could not write to '%s'"1107msgstr ""11081109#: sequencer.c:1951110msgid ""1111"after resolving the conflicts, mark the corrected paths\n"1112"with 'git add <paths>' or 'git rm <paths>'"1113msgstr ""11141115#: sequencer.c:1981116msgid ""1117"after resolving the conflicts, mark the corrected paths\n"1118"with 'git add <paths>' or 'git rm <paths>'\n"1119"and commit the result with 'git commit'"1120msgstr ""11211122#: sequencer.c:211 sequencer.c:861 sequencer.c:9441123#, c-format1124msgid "Could not write to %s"1125msgstr ""11261127#: sequencer.c:2141128#, c-format1129msgid "Error wrapping up %s"1130msgstr ""11311132#: sequencer.c:2291133msgid "Your local changes would be overwritten by cherry-pick."1134msgstr ""11351136#: sequencer.c:2311137msgid "Your local changes would be overwritten by revert."1138msgstr ""11391140#: sequencer.c:2341141msgid "Commit your changes or stash them to proceed."1142msgstr ""11431144#. TRANSLATORS: %s will be "revert" or "cherry-pick"1145#: sequencer.c:3211146#, c-format1147msgid "%s: Unable to write new index file"1148msgstr ""11491150#: sequencer.c:3391151msgid "Could not resolve HEAD commit\n"1152msgstr ""11531154#: sequencer.c:3591155msgid "Unable to update cache tree\n"1156msgstr ""11571158#: sequencer.c:4111159#, c-format1160msgid "Could not parse commit %s\n"1161msgstr ""11621163#: sequencer.c:4161164#, c-format1165msgid "Could not parse parent commit %s\n"1166msgstr ""11671168#: sequencer.c:4821169msgid "Your index file is unmerged."1170msgstr ""11711172#: sequencer.c:5011173#, c-format1174msgid "Commit %s is a merge but no -m option was given."1175msgstr ""11761177#: sequencer.c:5091178#, c-format1179msgid "Commit %s does not have parent %d"1180msgstr ""11811182#: sequencer.c:5131183#, c-format1184msgid "Mainline was specified but commit %s is not a merge."1185msgstr ""11861187#. TRANSLATORS: The first %s will be "revert" or1188#. "cherry-pick", the second %s a SHA11189#: sequencer.c:5261190#, c-format1191msgid "%s: cannot parse parent commit %s"1192msgstr ""11931194#: sequencer.c:5301195#, c-format1196msgid "Cannot get commit message for %s"1197msgstr ""11981199#: sequencer.c:6161200#, c-format1201msgid "could not revert %s... %s"1202msgstr ""12031204#: sequencer.c:6171205#, c-format1206msgid "could not apply %s... %s"1207msgstr ""12081209#: sequencer.c:6531210msgid "empty commit set passed"1211msgstr ""12121213#: sequencer.c:6611214#, c-format1215msgid "git %s: failed to read the index"1216msgstr ""12171218#: sequencer.c:6651219#, c-format1220msgid "git %s: failed to refresh the index"1221msgstr ""12221223#: sequencer.c:7251224#, c-format1225msgid "Cannot %s during a %s"1226msgstr ""12271228#: sequencer.c:7471229#, c-format1230msgid "Could not parse line %d."1231msgstr ""12321233#: sequencer.c:7521234msgid "No commits parsed."1235msgstr ""12361237#: sequencer.c:7651238#, c-format1239msgid "Could not open %s"1240msgstr ""12411242#: sequencer.c:7691243#, c-format1244msgid "Could not read %s."1245msgstr ""12461247#: sequencer.c:7761248#, c-format1249msgid "Unusable instruction sheet: %s"1250msgstr ""12511252#: sequencer.c:8061253#, c-format1254msgid "Invalid key: %s"1255msgstr ""12561257#: sequencer.c:8091258#, c-format1259msgid "Invalid value for %s: %s"1260msgstr ""12611262#: sequencer.c:8211263#, c-format1264msgid "Malformed options sheet: %s"1265msgstr ""12661267#: sequencer.c:8421268msgid "a cherry-pick or revert is already in progress"1269msgstr ""12701271#: sequencer.c:8431272msgid "try \"git cherry-pick (--continue | --quit | --abort)\""1273msgstr ""12741275#: sequencer.c:8471276#, c-format1277msgid "Could not create sequencer directory %s"1278msgstr ""12791280#: sequencer.c:863 sequencer.c:9481281#, c-format1282msgid "Error wrapping up %s."1283msgstr ""12841285#: sequencer.c:882 sequencer.c:10181286msgid "no cherry-pick or revert in progress"1287msgstr ""12881289#: sequencer.c:8841290msgid "cannot resolve HEAD"1291msgstr ""12921293#: sequencer.c:8861294msgid "cannot abort from a branch yet to be born"1295msgstr ""12961297#: sequencer.c:908 builtin/apply.c:42881298#, c-format1299msgid "cannot open %s: %s"1300msgstr ""13011302#: sequencer.c:9111303#, c-format1304msgid "cannot read %s: %s"1305msgstr ""13061307#: sequencer.c:9121308msgid "unexpected end of file"1309msgstr ""13101311#: sequencer.c:9181312#, c-format1313msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"1314msgstr ""13151316#: sequencer.c:9411317#, c-format1318msgid "Could not format %s."1319msgstr ""13201321#: sequencer.c:10861322#, c-format1323msgid "%s: can't cherry-pick a %s"1324msgstr ""13251326#: sequencer.c:10891327#, c-format1328msgid "%s: bad revision"1329msgstr ""13301331#: sequencer.c:11231332msgid "Can't revert as initial commit"1333msgstr ""13341335#: sequencer.c:11241336msgid "Can't cherry-pick into empty head"1337msgstr ""13381339#: sha1_name.c:4401340msgid ""1341"Git normally never creates a ref that ends with 40 hex characters\n"1342"because it will be ignored when you just specify 40-hex. These refs\n"1343"may be created by mistake. For example,\n"1344"\n"1345" git checkout -b $br $(git rev-parse ...)\n"1346"\n"1347"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"1348"examine these refs and maybe delete them. Turn this message off by\n"1349"running \"git config advice.objectNameWarning false\""1350msgstr ""13511352#: sha1_name.c:10681353msgid "HEAD does not point to a branch"1354msgstr ""13551356#: sha1_name.c:10711357#, c-format1358msgid "No such branch: '%s'"1359msgstr ""13601361#: sha1_name.c:10731362#, c-format1363msgid "No upstream configured for branch '%s'"1364msgstr ""13651366#: sha1_name.c:10771367#, c-format1368msgid "Upstream branch '%s' not stored as a remote-tracking branch"1369msgstr ""13701371#: submodule.c:64 submodule.c:981372msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"1373msgstr ""13741375#: submodule.c:68 submodule.c:1021376#, c-format1377msgid "Could not find section in .gitmodules where path=%s"1378msgstr ""13791380#: submodule.c:761381#, c-format1382msgid "Could not update .gitmodules entry %s"1383msgstr ""13841385#: submodule.c:1091386#, c-format1387msgid "Could not remove .gitmodules entry for %s"1388msgstr ""13891390#: submodule.c:1201391msgid "staging updated .gitmodules failed"1392msgstr ""13931394#: submodule.c:1109 builtin/init-db.c:3711395#, c-format1396msgid "Could not create git link %s"1397msgstr ""13981399#: submodule.c:11201400#, c-format1401msgid "Could not set core.worktree in %s"1402msgstr ""14031404#: trailer.c:491 trailer.c:495 trailer.c:499 trailer.c:553 trailer.c:5571405#: trailer.c:5611406#, c-format1407msgid "unknown value '%s' for key '%s'"1408msgstr ""14091410#: trailer.c:543 trailer.c:548 builtin/remote.c:2901411#, c-format1412msgid "more than one %s"1413msgstr ""14141415#: trailer.c:5811416#, c-format1417msgid "empty trailer token in trailer '%.*s'"1418msgstr ""14191420#: trailer.c:7011421#, c-format1422msgid "could not read input file '%s'"1423msgstr ""14241425#: trailer.c:7041426msgid "could not read from stdin"1427msgstr ""14281429#: unpack-trees.c:2021430msgid "Checking out files"1431msgstr ""14321433#: urlmatch.c:1201434msgid "invalid URL scheme name or missing '://' suffix"1435msgstr ""14361437#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:3561438#, c-format1439msgid "invalid %XX escape sequence"1440msgstr ""14411442#: urlmatch.c:1721443msgid "missing host and scheme is not 'file:'"1444msgstr ""14451446#: urlmatch.c:1891447msgid "a 'file:' URL may not have a port number"1448msgstr ""14491450#: urlmatch.c:1991451msgid "invalid characters in host name"1452msgstr ""14531454#: urlmatch.c:244 urlmatch.c:2551455msgid "invalid port number"1456msgstr ""14571458#: urlmatch.c:3221459msgid "invalid '..' path segment"1460msgstr ""14611462#: wrapper.c:5231463#, c-format1464msgid "unable to access '%s': %s"1465msgstr ""14661467#: wrapper.c:5441468#, c-format1469msgid "unable to access '%s'"1470msgstr ""14711472#: wrapper.c:5551473#, c-format1474msgid "unable to look up current user in the passwd file: %s"1475msgstr ""14761477#: wrapper.c:5561478msgid "no such user"1479msgstr ""14801481#: wrapper.c:5641482msgid "unable to get current working directory"1483msgstr ""14841485#: wt-status.c:1501486msgid "Unmerged paths:"1487msgstr ""14881489#: wt-status.c:177 wt-status.c:2041490#, c-format1491msgid " (use \"git reset %s <file>...\" to unstage)"1492msgstr ""14931494#: wt-status.c:179 wt-status.c:2061495msgid " (use \"git rm --cached <file>...\" to unstage)"1496msgstr ""14971498#: wt-status.c:1831499msgid " (use \"git add <file>...\" to mark resolution)"1500msgstr ""15011502#: wt-status.c:185 wt-status.c:1891503msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"1504msgstr ""15051506#: wt-status.c:1871507msgid " (use \"git rm <file>...\" to mark resolution)"1508msgstr ""15091510#: wt-status.c:198 wt-status.c:8781511msgid "Changes to be committed:"1512msgstr ""15131514#: wt-status.c:216 wt-status.c:8871515msgid "Changes not staged for commit:"1516msgstr ""15171518#: wt-status.c:2201519msgid " (use \"git add <file>...\" to update what will be committed)"1520msgstr ""15211522#: wt-status.c:2221523msgid " (use \"git add/rm <file>...\" to update what will be committed)"1524msgstr ""15251526#: wt-status.c:2231527msgid ""1528" (use \"git checkout -- <file>...\" to discard changes in working directory)"1529msgstr ""15301531#: wt-status.c:2251532msgid " (commit or discard the untracked or modified content in submodules)"1533msgstr ""15341535#: wt-status.c:2371536#, c-format1537msgid " (use \"git %s <file>...\" to include in what will be committed)"1538msgstr ""15391540#: wt-status.c:2521541msgid "both deleted:"1542msgstr ""15431544#: wt-status.c:2541545msgid "added by us:"1546msgstr ""15471548#: wt-status.c:2561549msgid "deleted by them:"1550msgstr ""15511552#: wt-status.c:2581553msgid "added by them:"1554msgstr ""15551556#: wt-status.c:2601557msgid "deleted by us:"1558msgstr ""15591560#: wt-status.c:2621561msgid "both added:"1562msgstr ""15631564#: wt-status.c:2641565msgid "both modified:"1566msgstr ""15671568#: wt-status.c:2661569#, c-format1570msgid "bug: unhandled unmerged status %x"1571msgstr ""15721573#: wt-status.c:2741574msgid "new file:"1575msgstr ""15761577#: wt-status.c:2761578msgid "copied:"1579msgstr ""15801581#: wt-status.c:2781582msgid "deleted:"1583msgstr ""15841585#: wt-status.c:2801586msgid "modified:"1587msgstr ""15881589#: wt-status.c:2821590msgid "renamed:"1591msgstr ""15921593#: wt-status.c:2841594msgid "typechange:"1595msgstr ""15961597#: wt-status.c:2861598msgid "unknown:"1599msgstr ""16001601#: wt-status.c:2881602msgid "unmerged:"1603msgstr ""16041605#: wt-status.c:3701606msgid "new commits, "1607msgstr ""16081609#: wt-status.c:3721610msgid "modified content, "1611msgstr ""16121613#: wt-status.c:3741614msgid "untracked content, "1615msgstr ""16161617#: wt-status.c:3911618#, c-format1619msgid "bug: unhandled diff status %c"1620msgstr ""16211622#: wt-status.c:7531623msgid "Submodules changed but not updated:"1624msgstr ""16251626#: wt-status.c:7551627msgid "Submodule changes to be committed:"1628msgstr ""16291630#: wt-status.c:8351631msgid ""1632"Do not touch the line above.\n"1633"Everything below will be removed."1634msgstr ""16351636#: wt-status.c:9461637msgid "You have unmerged paths."1638msgstr ""16391640#: wt-status.c:9491641msgid " (fix conflicts and run \"git commit\")"1642msgstr ""16431644#: wt-status.c:9521645msgid "All conflicts fixed but you are still merging."1646msgstr ""16471648#: wt-status.c:9551649msgid " (use \"git commit\" to conclude merge)"1650msgstr ""16511652#: wt-status.c:9651653msgid "You are in the middle of an am session."1654msgstr ""16551656#: wt-status.c:9681657msgid "The current patch is empty."1658msgstr ""16591660#: wt-status.c:9721661msgid " (fix conflicts and then run \"git am --continue\")"1662msgstr ""16631664#: wt-status.c:9741665msgid " (use \"git am --skip\" to skip this patch)"1666msgstr ""16671668#: wt-status.c:9761669msgid " (use \"git am --abort\" to restore the original branch)"1670msgstr ""16711672#: wt-status.c:1036 wt-status.c:10531673#, c-format1674msgid "You are currently rebasing branch '%s' on '%s'."1675msgstr ""16761677#: wt-status.c:1041 wt-status.c:10581678msgid "You are currently rebasing."1679msgstr ""16801681#: wt-status.c:10441682msgid " (fix conflicts and then run \"git rebase --continue\")"1683msgstr ""16841685#: wt-status.c:10461686msgid " (use \"git rebase --skip\" to skip this patch)"1687msgstr ""16881689#: wt-status.c:10481690msgid " (use \"git rebase --abort\" to check out the original branch)"1691msgstr ""16921693#: wt-status.c:10611694msgid " (all conflicts fixed: run \"git rebase --continue\")"1695msgstr ""16961697#: wt-status.c:10651698#, c-format1699msgid ""1700"You are currently splitting a commit while rebasing branch '%s' on '%s'."1701msgstr ""17021703#: wt-status.c:10701704msgid "You are currently splitting a commit during a rebase."1705msgstr ""17061707#: wt-status.c:10731708msgid " (Once your working directory is clean, run \"git rebase --continue\")"1709msgstr ""17101711#: wt-status.c:10771712#, c-format1713msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."1714msgstr ""17151716#: wt-status.c:10821717msgid "You are currently editing a commit during a rebase."1718msgstr ""17191720#: wt-status.c:10851721msgid " (use \"git commit --amend\" to amend the current commit)"1722msgstr ""17231724#: wt-status.c:10871725msgid ""1726" (use \"git rebase --continue\" once you are satisfied with your changes)"1727msgstr ""17281729#: wt-status.c:10971730#, c-format1731msgid "You are currently cherry-picking commit %s."1732msgstr ""17331734#: wt-status.c:11021735msgid " (fix conflicts and run \"git cherry-pick --continue\")"1736msgstr ""17371738#: wt-status.c:11051739msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"1740msgstr ""17411742#: wt-status.c:11071743msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"1744msgstr ""17451746#: wt-status.c:11161747#, c-format1748msgid "You are currently reverting commit %s."1749msgstr ""17501751#: wt-status.c:11211752msgid " (fix conflicts and run \"git revert --continue\")"1753msgstr ""17541755#: wt-status.c:11241756msgid " (all conflicts fixed: run \"git revert --continue\")"1757msgstr ""17581759#: wt-status.c:11261760msgid " (use \"git revert --abort\" to cancel the revert operation)"1761msgstr ""17621763#: wt-status.c:11371764#, c-format1765msgid "You are currently bisecting, started from branch '%s'."1766msgstr ""17671768#: wt-status.c:11411769msgid "You are currently bisecting."1770msgstr ""17711772#: wt-status.c:11441773msgid " (use \"git bisect reset\" to get back to the original branch)"1774msgstr ""17751776#: wt-status.c:13211777msgid "On branch "1778msgstr ""17791780#: wt-status.c:13281781msgid "rebase in progress; onto "1782msgstr ""17831784#: wt-status.c:13331785msgid "HEAD detached at "1786msgstr ""17871788#: wt-status.c:13351789msgid "HEAD detached from "1790msgstr ""17911792#: wt-status.c:13381793msgid "Not currently on any branch."1794msgstr ""17951796#: wt-status.c:13551797msgid "Initial commit"1798msgstr ""17991800#: wt-status.c:13691801msgid "Untracked files"1802msgstr ""18031804#: wt-status.c:13711805msgid "Ignored files"1806msgstr ""18071808#: wt-status.c:13751809#, c-format1810msgid ""1811"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"1812"may speed it up, but you have to be careful not to forget to add\n"1813"new files yourself (see 'git help status')."1814msgstr ""18151816#: wt-status.c:13811817#, c-format1818msgid "Untracked files not listed%s"1819msgstr ""18201821#: wt-status.c:13831822msgid " (use -u option to show untracked files)"1823msgstr ""18241825#: wt-status.c:13891826msgid "No changes"1827msgstr ""18281829#: wt-status.c:13941830#, c-format1831msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"1832msgstr ""18331834#: wt-status.c:13971835#, c-format1836msgid "no changes added to commit\n"1837msgstr ""18381839#: wt-status.c:14001840#, c-format1841msgid ""1842"nothing added to commit but untracked files present (use \"git add\" to "1843"track)\n"1844msgstr ""18451846#: wt-status.c:14031847#, c-format1848msgid "nothing added to commit but untracked files present\n"1849msgstr ""18501851#: wt-status.c:14061852#, c-format1853msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"1854msgstr ""18551856#: wt-status.c:1409 wt-status.c:14141857#, c-format1858msgid "nothing to commit\n"1859msgstr ""18601861#: wt-status.c:14121862#, c-format1863msgid "nothing to commit (use -u to show untracked files)\n"1864msgstr ""18651866#: wt-status.c:14161867#, c-format1868msgid "nothing to commit, working directory clean\n"1869msgstr ""18701871#: wt-status.c:15251872msgid "HEAD (no branch)"1873msgstr ""18741875#: wt-status.c:15311876msgid "Initial commit on "1877msgstr ""18781879#: wt-status.c:15631880msgid "gone"1881msgstr ""18821883#: wt-status.c:1565 wt-status.c:15731884msgid "behind "1885msgstr ""18861887#: compat/precompose_utf8.c:55 builtin/clone.c:3601888#, c-format1889msgid "failed to unlink '%s'"1890msgstr ""18911892#: builtin/add.c:221893msgid "git add [<options>] [--] <pathspec>..."1894msgstr ""18951896#: builtin/add.c:651897#, c-format1898msgid "unexpected diff status %c"1899msgstr ""19001901#: builtin/add.c:70 builtin/commit.c:2771902msgid "updating files failed"1903msgstr ""19041905#: builtin/add.c:801906#, c-format1907msgid "remove '%s'\n"1908msgstr ""19091910#: builtin/add.c:1341911msgid "Unstaged changes after refreshing the index:"1912msgstr ""19131914#: builtin/add.c:194 builtin/rev-parse.c:7851915msgid "Could not read the index"1916msgstr ""19171918#: builtin/add.c:2051919#, c-format1920msgid "Could not open '%s' for writing."1921msgstr ""19221923#: builtin/add.c:2091924msgid "Could not write patch"1925msgstr ""19261927#: builtin/add.c:2141928#, c-format1929msgid "Could not stat '%s'"1930msgstr ""19311932#: builtin/add.c:2161933msgid "Empty patch. Aborted."1934msgstr ""19351936#: builtin/add.c:2211937#, c-format1938msgid "Could not apply '%s'"1939msgstr ""19401941#: builtin/add.c:2311942msgid "The following paths are ignored by one of your .gitignore files:\n"1943msgstr ""19441945#: builtin/add.c:248 builtin/clean.c:876 builtin/fetch.c:107 builtin/mv.c:1101946#: builtin/prune-packed.c:55 builtin/push.c:508 builtin/remote.c:13721947#: builtin/rm.c:2691948msgid "dry run"1949msgstr ""19501951#: builtin/add.c:249 builtin/apply.c:4577 builtin/check-ignore.c:191952#: builtin/commit.c:1322 builtin/count-objects.c:63 builtin/fsck.c:6081953#: builtin/log.c:1617 builtin/mv.c:109 builtin/read-tree.c:1141954msgid "be verbose"1955msgstr ""19561957#: builtin/add.c:2511958msgid "interactive picking"1959msgstr ""19601961#: builtin/add.c:252 builtin/checkout.c:1126 builtin/reset.c:2861962msgid "select hunks interactively"1963msgstr ""19641965#: builtin/add.c:2531966msgid "edit current diff and apply"1967msgstr ""19681969#: builtin/add.c:2541970msgid "allow adding otherwise ignored files"1971msgstr ""19721973#: builtin/add.c:2551974msgid "update tracked files"1975msgstr ""19761977#: builtin/add.c:2561978msgid "record only the fact that the path will be added later"1979msgstr ""19801981#: builtin/add.c:2571982msgid "add changes from all tracked and untracked files"1983msgstr ""19841985#: builtin/add.c:2601986msgid "ignore paths removed in the working tree (same as --no-all)"1987msgstr ""19881989#: builtin/add.c:2621990msgid "don't add, only refresh the index"1991msgstr ""19921993#: builtin/add.c:2631994msgid "just skip files which cannot be added because of errors"1995msgstr ""19961997#: builtin/add.c:2641998msgid "check if - even missing - files are ignored in dry run"1999msgstr ""20002001#: builtin/add.c:2862002#, c-format2003msgid "Use -f if you really want to add them.\n"2004msgstr ""20052006#: builtin/add.c:2932007msgid "adding files failed"2008msgstr ""20092010#: builtin/add.c:3292011msgid "-A and -u are mutually incompatible"2012msgstr ""20132014#: builtin/add.c:3362015msgid "Option --ignore-missing can only be used together with --dry-run"2016msgstr ""20172018#: builtin/add.c:3572019#, c-format2020msgid "Nothing specified, nothing added.\n"2021msgstr ""20222023#: builtin/add.c:3582024#, c-format2025msgid "Maybe you wanted to say 'git add .'?\n"2026msgstr ""20272028#: builtin/add.c:363 builtin/check-ignore.c:172 builtin/clean.c:9202029#: builtin/commit.c:335 builtin/mv.c:130 builtin/reset.c:235 builtin/rm.c:2992030msgid "index file corrupt"2031msgstr ""20322033#: builtin/add.c:446 builtin/apply.c:4675 builtin/mv.c:279 builtin/rm.c:4312034msgid "Unable to write new index file"2035msgstr ""20362037#: builtin/apply.c:592038msgid "git apply [<options>] [<patch>...]"2039msgstr ""20402041#: builtin/apply.c:1122042#, c-format2043msgid "unrecognized whitespace option '%s'"2044msgstr ""20452046#: builtin/apply.c:1272047#, c-format2048msgid "unrecognized whitespace ignore option '%s'"2049msgstr ""20502051#: builtin/apply.c:8222052#, c-format2053msgid "Cannot prepare timestamp regexp %s"2054msgstr ""20552056#: builtin/apply.c:8312057#, c-format2058msgid "regexec returned %d for input: %s"2059msgstr ""20602061#: builtin/apply.c:9122062#, c-format2063msgid "unable to find filename in patch at line %d"2064msgstr ""20652066#: builtin/apply.c:9442067#, c-format2068msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"2069msgstr ""20702071#: builtin/apply.c:9482072#, c-format2073msgid "git apply: bad git-diff - inconsistent new filename on line %d"2074msgstr ""20752076#: builtin/apply.c:9492077#, c-format2078msgid "git apply: bad git-diff - inconsistent old filename on line %d"2079msgstr ""20802081#: builtin/apply.c:9562082#, c-format2083msgid "git apply: bad git-diff - expected /dev/null on line %d"2084msgstr ""20852086#: builtin/apply.c:14192087#, c-format2088msgid "recount: unexpected line: %.*s"2089msgstr ""20902091#: builtin/apply.c:14762092#, c-format2093msgid "patch fragment without header at line %d: %.*s"2094msgstr ""20952096#: builtin/apply.c:14932097#, c-format2098msgid ""2099"git diff header lacks filename information when removing %d leading pathname "2100"component (line %d)"2101msgid_plural ""2102"git diff header lacks filename information when removing %d leading pathname "2103"components (line %d)"2104msgstr[0] ""2105msgstr[1] ""21062107#: builtin/apply.c:16562108msgid "new file depends on old contents"2109msgstr ""21102111#: builtin/apply.c:16582112msgid "deleted file still has contents"2113msgstr ""21142115#: builtin/apply.c:16842116#, c-format2117msgid "corrupt patch at line %d"2118msgstr ""21192120#: builtin/apply.c:17202121#, c-format2122msgid "new file %s depends on old contents"2123msgstr ""21242125#: builtin/apply.c:17222126#, c-format2127msgid "deleted file %s still has contents"2128msgstr ""21292130#: builtin/apply.c:17252131#, c-format2132msgid "** warning: file %s becomes empty but is not deleted"2133msgstr ""21342135#: builtin/apply.c:18712136#, c-format2137msgid "corrupt binary patch at line %d: %.*s"2138msgstr ""21392140#: builtin/apply.c:19002141#, c-format2142msgid "unrecognized binary patch at line %d"2143msgstr ""21442145#: builtin/apply.c:20512146#, c-format2147msgid "patch with only garbage at line %d"2148msgstr ""21492150#: builtin/apply.c:21412151#, c-format2152msgid "unable to read symlink %s"2153msgstr ""21542155#: builtin/apply.c:21452156#, c-format2157msgid "unable to open or read %s"2158msgstr ""21592160#: builtin/apply.c:27782161#, c-format2162msgid "invalid start of line: '%c'"2163msgstr ""21642165#: builtin/apply.c:28972166#, c-format2167msgid "Hunk #%d succeeded at %d (offset %d line)."2168msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."2169msgstr[0] ""2170msgstr[1] ""21712172#: builtin/apply.c:29092173#, c-format2174msgid "Context reduced to (%ld/%ld) to apply fragment at %d"2175msgstr ""21762177#: builtin/apply.c:29152178#, c-format2179msgid ""2180"while searching for:\n"2181"%.*s"2182msgstr ""21832184#: builtin/apply.c:29352185#, c-format2186msgid "missing binary patch data for '%s'"2187msgstr ""21882189#: builtin/apply.c:30362190#, c-format2191msgid "binary patch does not apply to '%s'"2192msgstr ""21932194#: builtin/apply.c:30422195#, c-format2196msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"2197msgstr ""21982199#: builtin/apply.c:30632200#, c-format2201msgid "patch failed: %s:%ld"2202msgstr ""22032204#: builtin/apply.c:31872205#, c-format2206msgid "cannot checkout %s"2207msgstr ""22082209#: builtin/apply.c:3232 builtin/apply.c:3243 builtin/apply.c:32882210#, c-format2211msgid "read of %s failed"2212msgstr ""22132214#: builtin/apply.c:32402215#, c-format2216msgid "reading from '%s' beyond a symbolic link"2217msgstr ""22182219#: builtin/apply.c:3268 builtin/apply.c:34902220#, c-format2221msgid "path %s has been renamed/deleted"2222msgstr ""22232224#: builtin/apply.c:3349 builtin/apply.c:35042225#, c-format2226msgid "%s: does not exist in index"2227msgstr ""22282229#: builtin/apply.c:3353 builtin/apply.c:3496 builtin/apply.c:35182230#, c-format2231msgid "%s: %s"2232msgstr ""22332234#: builtin/apply.c:3358 builtin/apply.c:35122235#, c-format2236msgid "%s: does not match index"2237msgstr ""22382239#: builtin/apply.c:34602240msgid "removal patch leaves file contents"2241msgstr ""22422243#: builtin/apply.c:35292244#, c-format2245msgid "%s: wrong type"2246msgstr ""22472248#: builtin/apply.c:35312249#, c-format2250msgid "%s has type %o, expected %o"2251msgstr ""22522253#: builtin/apply.c:3690 builtin/apply.c:36922254#, c-format2255msgid "invalid path '%s'"2256msgstr ""22572258#: builtin/apply.c:37472259#, c-format2260msgid "%s: already exists in index"2261msgstr ""22622263#: builtin/apply.c:37502264#, c-format2265msgid "%s: already exists in working directory"2266msgstr ""22672268#: builtin/apply.c:37702269#, c-format2270msgid "new mode (%o) of %s does not match old mode (%o)"2271msgstr ""22722273#: builtin/apply.c:37752274#, c-format2275msgid "new mode (%o) of %s does not match old mode (%o) of %s"2276msgstr ""22772278#: builtin/apply.c:37952279#, c-format2280msgid "affected file '%s' is beyond a symbolic link"2281msgstr ""22822283#: builtin/apply.c:37992284#, c-format2285msgid "%s: patch does not apply"2286msgstr ""22872288#: builtin/apply.c:38132289#, c-format2290msgid "Checking patch %s..."2291msgstr ""22922293#: builtin/apply.c:3906 builtin/checkout.c:231 builtin/reset.c:1352294#, c-format2295msgid "make_cache_entry failed for path '%s'"2296msgstr ""22972298#: builtin/apply.c:40492299#, c-format2300msgid "unable to remove %s from index"2301msgstr ""23022303#: builtin/apply.c:40782304#, c-format2305msgid "corrupt patch for submodule %s"2306msgstr ""23072308#: builtin/apply.c:40822309#, c-format2310msgid "unable to stat newly created file '%s'"2311msgstr ""23122313#: builtin/apply.c:40872314#, c-format2315msgid "unable to create backing store for newly created file %s"2316msgstr ""23172318#: builtin/apply.c:4090 builtin/apply.c:41982319#, c-format2320msgid "unable to add cache entry for %s"2321msgstr ""23222323#: builtin/apply.c:41232324#, c-format2325msgid "closing file '%s'"2326msgstr ""23272328#: builtin/apply.c:41722329#, c-format2330msgid "unable to write file '%s' mode %o"2331msgstr ""23322333#: builtin/apply.c:42592334#, c-format2335msgid "Applied patch %s cleanly."2336msgstr ""23372338#: builtin/apply.c:42672339msgid "internal error"2340msgstr ""23412342#: builtin/apply.c:42702343#, c-format2344msgid "Applying patch %%s with %d reject..."2345msgid_plural "Applying patch %%s with %d rejects..."2346msgstr[0] ""2347msgstr[1] ""23482349#: builtin/apply.c:42802350#, c-format2351msgid "truncating .rej filename to %.*s.rej"2352msgstr ""23532354#: builtin/apply.c:43012355#, c-format2356msgid "Hunk #%d applied cleanly."2357msgstr ""23582359#: builtin/apply.c:43042360#, c-format2361msgid "Rejected hunk #%d."2362msgstr ""23632364#: builtin/apply.c:43942365msgid "unrecognized input"2366msgstr ""23672368#: builtin/apply.c:44052369msgid "unable to read index file"2370msgstr ""23712372#: builtin/apply.c:4522 builtin/apply.c:4525 builtin/clone.c:922373#: builtin/fetch.c:922374msgid "path"2375msgstr ""23762377#: builtin/apply.c:45232378msgid "don't apply changes matching the given path"2379msgstr ""23802381#: builtin/apply.c:45262382msgid "apply changes matching the given path"2383msgstr ""23842385#: builtin/apply.c:45282386msgid "num"2387msgstr ""23882389#: builtin/apply.c:45292390msgid "remove <num> leading slashes from traditional diff paths"2391msgstr ""23922393#: builtin/apply.c:45322394msgid "ignore additions made by the patch"2395msgstr ""23962397#: builtin/apply.c:45342398msgid "instead of applying the patch, output diffstat for the input"2399msgstr ""24002401#: builtin/apply.c:45382402msgid "show number of added and deleted lines in decimal notation"2403msgstr ""24042405#: builtin/apply.c:45402406msgid "instead of applying the patch, output a summary for the input"2407msgstr ""24082409#: builtin/apply.c:45422410msgid "instead of applying the patch, see if the patch is applicable"2411msgstr ""24122413#: builtin/apply.c:45442414msgid "make sure the patch is applicable to the current index"2415msgstr ""24162417#: builtin/apply.c:45462418msgid "apply a patch without touching the working tree"2419msgstr ""24202421#: builtin/apply.c:45482422msgid "accept a patch that touches outside the working area"2423msgstr ""24242425#: builtin/apply.c:45502426msgid "also apply the patch (use with --stat/--summary/--check)"2427msgstr ""24282429#: builtin/apply.c:45522430msgid "attempt three-way merge if a patch does not apply"2431msgstr ""24322433#: builtin/apply.c:45542434msgid "build a temporary index based on embedded index information"2435msgstr ""24362437#: builtin/apply.c:4556 builtin/checkout-index.c:198 builtin/ls-files.c:4122438msgid "paths are separated with NUL character"2439msgstr ""24402441#: builtin/apply.c:45592442msgid "ensure at least <n> lines of context match"2443msgstr ""24442445#: builtin/apply.c:45602446msgid "action"2447msgstr ""24482449#: builtin/apply.c:45612450msgid "detect new or modified lines that have whitespace errors"2451msgstr ""24522453#: builtin/apply.c:4564 builtin/apply.c:45672454msgid "ignore changes in whitespace when finding context"2455msgstr ""24562457#: builtin/apply.c:45702458msgid "apply the patch in reverse"2459msgstr ""24602461#: builtin/apply.c:45722462msgid "don't expect at least one line of context"2463msgstr ""24642465#: builtin/apply.c:45742466msgid "leave the rejected hunks in corresponding *.rej files"2467msgstr ""24682469#: builtin/apply.c:45762470msgid "allow overlapping hunks"2471msgstr ""24722473#: builtin/apply.c:45792474msgid "tolerate incorrectly detected missing new-line at the end of file"2475msgstr ""24762477#: builtin/apply.c:45822478msgid "do not trust the line counts in the hunk headers"2479msgstr ""24802481#: builtin/apply.c:45842482msgid "root"2483msgstr ""24842485#: builtin/apply.c:45852486msgid "prepend <root> to all filenames"2487msgstr ""24882489#: builtin/apply.c:46072490msgid "--3way outside a repository"2491msgstr ""24922493#: builtin/apply.c:46152494msgid "--index outside a repository"2495msgstr ""24962497#: builtin/apply.c:46182498msgid "--cached outside a repository"2499msgstr ""25002501#: builtin/apply.c:46372502#, c-format2503msgid "can't open patch '%s'"2504msgstr ""25052506#: builtin/apply.c:46512507#, c-format2508msgid "squelched %d whitespace error"2509msgid_plural "squelched %d whitespace errors"2510msgstr[0] ""2511msgstr[1] ""25122513#: builtin/apply.c:4657 builtin/apply.c:46672514#, c-format2515msgid "%d line adds whitespace errors."2516msgid_plural "%d lines add whitespace errors."2517msgstr[0] ""2518msgstr[1] ""25192520#: builtin/archive.c:172521#, c-format2522msgid "could not create archive file '%s'"2523msgstr ""25242525#: builtin/archive.c:202526msgid "could not redirect output"2527msgstr ""25282529#: builtin/archive.c:372530msgid "git archive: Remote with no URL"2531msgstr ""25322533#: builtin/archive.c:582534msgid "git archive: expected ACK/NAK, got EOF"2535msgstr ""25362537#: builtin/archive.c:612538#, c-format2539msgid "git archive: NACK %s"2540msgstr ""25412542#: builtin/archive.c:632543#, c-format2544msgid "remote error: %s"2545msgstr ""25462547#: builtin/archive.c:642548msgid "git archive: protocol error"2549msgstr ""25502551#: builtin/archive.c:682552msgid "git archive: expected a flush"2553msgstr ""25542555#: builtin/bisect--helper.c:72556msgid "git bisect--helper --next-all [--no-checkout]"2557msgstr ""25582559#: builtin/bisect--helper.c:172560msgid "perform 'git bisect next'"2561msgstr ""25622563#: builtin/bisect--helper.c:192564msgid "update BISECT_HEAD instead of checking out the current commit"2565msgstr ""25662567#: builtin/blame.c:302568msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] file"2569msgstr ""25702571#: builtin/blame.c:352572msgid "<rev-opts> are documented in git-rev-list(1)"2573msgstr ""25742575#: builtin/blame.c:25002576msgid "Show blame entries as we find them, incrementally"2577msgstr ""25782579#: builtin/blame.c:25012580msgid "Show blank SHA-1 for boundary commits (Default: off)"2581msgstr ""25822583#: builtin/blame.c:25022584msgid "Do not treat root commits as boundaries (Default: off)"2585msgstr ""25862587#: builtin/blame.c:25032588msgid "Show work cost statistics"2589msgstr ""25902591#: builtin/blame.c:25042592msgid "Show output score for blame entries"2593msgstr ""25942595#: builtin/blame.c:25052596msgid "Show original filename (Default: auto)"2597msgstr ""25982599#: builtin/blame.c:25062600msgid "Show original linenumber (Default: off)"2601msgstr ""26022603#: builtin/blame.c:25072604msgid "Show in a format designed for machine consumption"2605msgstr ""26062607#: builtin/blame.c:25082608msgid "Show porcelain format with per-line commit information"2609msgstr ""26102611#: builtin/blame.c:25092612msgid "Use the same output mode as git-annotate (Default: off)"2613msgstr ""26142615#: builtin/blame.c:25102616msgid "Show raw timestamp (Default: off)"2617msgstr ""26182619#: builtin/blame.c:25112620msgid "Show long commit SHA1 (Default: off)"2621msgstr ""26222623#: builtin/blame.c:25122624msgid "Suppress author name and timestamp (Default: off)"2625msgstr ""26262627#: builtin/blame.c:25132628msgid "Show author email instead of name (Default: off)"2629msgstr ""26302631#: builtin/blame.c:25142632msgid "Ignore whitespace differences"2633msgstr ""26342635#: builtin/blame.c:25152636msgid "Spend extra cycles to find better match"2637msgstr ""26382639#: builtin/blame.c:25162640msgid "Use revisions from <file> instead of calling git-rev-list"2641msgstr ""26422643#: builtin/blame.c:25172644msgid "Use <file>'s contents as the final image"2645msgstr ""26462647#: builtin/blame.c:2518 builtin/blame.c:25192648msgid "score"2649msgstr ""26502651#: builtin/blame.c:25182652msgid "Find line copies within and across files"2653msgstr ""26542655#: builtin/blame.c:25192656msgid "Find line movements within and across files"2657msgstr ""26582659#: builtin/blame.c:25202660msgid "n,m"2661msgstr ""26622663#: builtin/blame.c:25202664msgid "Process only line range n,m, counting from 1"2665msgstr ""26662667#. TRANSLATORS: This string is used to tell us the maximum2668#. display width for a relative timestamp in "git blame"2669#. output. For C locale, "4 years, 11 months ago", which2670#. takes 22 places, is the longest among various forms of2671#. relative timestamps, but your language may need more or2672#. fewer display columns.2673#: builtin/blame.c:26012674msgid "4 years, 11 months ago"2675msgstr ""26762677#: builtin/branch.c:242678msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"2679msgstr ""26802681#: builtin/branch.c:252682msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"2683msgstr ""26842685#: builtin/branch.c:262686msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."2687msgstr ""26882689#: builtin/branch.c:272690msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"2691msgstr ""26922693#: builtin/branch.c:1522694#, c-format2695msgid ""2696"deleting branch '%s' that has been merged to\n"2697" '%s', but not yet merged to HEAD."2698msgstr ""26992700#: builtin/branch.c:1562701#, c-format2702msgid ""2703"not deleting branch '%s' that is not yet merged to\n"2704" '%s', even though it is merged to HEAD."2705msgstr ""27062707#: builtin/branch.c:1702708#, c-format2709msgid "Couldn't look up commit object for '%s'"2710msgstr ""27112712#: builtin/branch.c:1742713#, c-format2714msgid ""2715"The branch '%s' is not fully merged.\n"2716"If you are sure you want to delete it, run 'git branch -D %s'."2717msgstr ""27182719#: builtin/branch.c:1872720msgid "Update of config-file failed"2721msgstr ""27222723#: builtin/branch.c:2152724msgid "cannot use -a with -d"2725msgstr ""27262727#: builtin/branch.c:2212728msgid "Couldn't look up commit object for HEAD"2729msgstr ""27302731#: builtin/branch.c:2292732#, c-format2733msgid "Cannot delete the branch '%s' which you are currently on."2734msgstr ""27352736#: builtin/branch.c:2452737#, c-format2738msgid "remote branch '%s' not found."2739msgstr ""27402741#: builtin/branch.c:2462742#, c-format2743msgid "branch '%s' not found."2744msgstr ""27452746#: builtin/branch.c:2602747#, c-format2748msgid "Error deleting remote branch '%s'"2749msgstr ""27502751#: builtin/branch.c:2612752#, c-format2753msgid "Error deleting branch '%s'"2754msgstr ""27552756#: builtin/branch.c:2682757#, c-format2758msgid "Deleted remote branch %s (was %s).\n"2759msgstr ""27602761#: builtin/branch.c:2692762#, c-format2763msgid "Deleted branch %s (was %s).\n"2764msgstr ""27652766#: builtin/branch.c:3702767#, c-format2768msgid "branch '%s' does not point at a commit"2769msgstr ""27702771#: builtin/branch.c:4592772#, c-format2773msgid "[%s: gone]"2774msgstr ""27752776#: builtin/branch.c:4642777#, c-format2778msgid "[%s]"2779msgstr ""27802781#: builtin/branch.c:4692782#, c-format2783msgid "[%s: behind %d]"2784msgstr ""27852786#: builtin/branch.c:4712787#, c-format2788msgid "[behind %d]"2789msgstr ""27902791#: builtin/branch.c:4752792#, c-format2793msgid "[%s: ahead %d]"2794msgstr ""27952796#: builtin/branch.c:4772797#, c-format2798msgid "[ahead %d]"2799msgstr ""28002801#: builtin/branch.c:4802802#, c-format2803msgid "[%s: ahead %d, behind %d]"2804msgstr ""28052806#: builtin/branch.c:4832807#, c-format2808msgid "[ahead %d, behind %d]"2809msgstr ""28102811#: builtin/branch.c:4962812msgid " **** invalid ref ****"2813msgstr ""28142815#: builtin/branch.c:5872816#, c-format2817msgid "(no branch, rebasing %s)"2818msgstr ""28192820#: builtin/branch.c:5902821#, c-format2822msgid "(no branch, bisect started on %s)"2823msgstr ""28242825#: builtin/branch.c:5962826#, c-format2827msgid "(HEAD detached at %s)"2828msgstr ""28292830#: builtin/branch.c:5992831#, c-format2832msgid "(HEAD detached from %s)"2833msgstr ""28342835#: builtin/branch.c:6032836msgid "(no branch)"2837msgstr ""28382839#: builtin/branch.c:6502840#, c-format2841msgid "object '%s' does not point to a commit"2842msgstr ""28432844#: builtin/branch.c:6982845msgid "some refs could not be read"2846msgstr ""28472848#: builtin/branch.c:7112849msgid "cannot rename the current branch while not on any."2850msgstr ""28512852#: builtin/branch.c:7212853#, c-format2854msgid "Invalid branch name: '%s'"2855msgstr ""28562857#: builtin/branch.c:7362858msgid "Branch rename failed"2859msgstr ""28602861#: builtin/branch.c:7402862#, c-format2863msgid "Renamed a misnamed branch '%s' away"2864msgstr ""28652866#: builtin/branch.c:7442867#, c-format2868msgid "Branch renamed to %s, but HEAD is not updated!"2869msgstr ""28702871#: builtin/branch.c:7512872msgid "Branch is renamed, but update of config-file failed"2873msgstr ""28742875#: builtin/branch.c:7662876#, c-format2877msgid "malformed object name %s"2878msgstr ""28792880#: builtin/branch.c:7902881#, c-format2882msgid "could not write branch description template: %s"2883msgstr ""28842885#: builtin/branch.c:8202886msgid "Generic options"2887msgstr ""28882889#: builtin/branch.c:8222890msgid "show hash and subject, give twice for upstream branch"2891msgstr ""28922893#: builtin/branch.c:8232894msgid "suppress informational messages"2895msgstr ""28962897#: builtin/branch.c:8242898msgid "set up tracking mode (see git-pull(1))"2899msgstr ""29002901#: builtin/branch.c:8262902msgid "change upstream info"2903msgstr ""29042905#: builtin/branch.c:8302906msgid "use colored output"2907msgstr ""29082909#: builtin/branch.c:8312910msgid "act on remote-tracking branches"2911msgstr ""29122913#: builtin/branch.c:834 builtin/branch.c:840 builtin/branch.c:8612914#: builtin/branch.c:867 builtin/commit.c:1582 builtin/commit.c:15832915#: builtin/commit.c:1584 builtin/commit.c:1585 builtin/tag.c:6162916#: builtin/tag.c:6222917msgid "commit"2918msgstr ""29192920#: builtin/branch.c:835 builtin/branch.c:8412921msgid "print only branches that contain the commit"2922msgstr ""29232924#: builtin/branch.c:8472925msgid "Specific git-branch actions:"2926msgstr ""29272928#: builtin/branch.c:8482929msgid "list both remote-tracking and local branches"2930msgstr ""29312932#: builtin/branch.c:8502933msgid "delete fully merged branch"2934msgstr ""29352936#: builtin/branch.c:8512937msgid "delete branch (even if not merged)"2938msgstr ""29392940#: builtin/branch.c:8522941msgid "move/rename a branch and its reflog"2942msgstr ""29432944#: builtin/branch.c:8532945msgid "move/rename a branch, even if target exists"2946msgstr ""29472948#: builtin/branch.c:8542949msgid "list branch names"2950msgstr ""29512952#: builtin/branch.c:8552953msgid "create the branch's reflog"2954msgstr ""29552956#: builtin/branch.c:8572957msgid "edit the description for the branch"2958msgstr ""29592960#: builtin/branch.c:8582961msgid "force creation, move/rename, deletion"2962msgstr ""29632964#: builtin/branch.c:8612965msgid "print only not merged branches"2966msgstr ""29672968#: builtin/branch.c:8672969msgid "print only merged branches"2970msgstr ""29712972#: builtin/branch.c:8712973msgid "list branches in columns"2974msgstr ""29752976#: builtin/branch.c:8842977msgid "Failed to resolve HEAD as a valid ref."2978msgstr ""29792980#: builtin/branch.c:888 builtin/clone.c:6372981msgid "HEAD not found below refs/heads!"2982msgstr ""29832984#: builtin/branch.c:9102985msgid "--column and --verbose are incompatible"2986msgstr ""29872988#: builtin/branch.c:921 builtin/branch.c:9602989msgid "branch name required"2990msgstr ""29912992#: builtin/branch.c:9362993msgid "Cannot give description to detached HEAD"2994msgstr ""29952996#: builtin/branch.c:9412997msgid "cannot edit description of more than one branch"2998msgstr ""29993000#: builtin/branch.c:9483001#, c-format3002msgid "No commit on branch '%s' yet."3003msgstr ""30043005#: builtin/branch.c:9513006#, c-format3007msgid "No branch named '%s'."3008msgstr ""30093010#: builtin/branch.c:9663011msgid "too many branches for a rename operation"3012msgstr ""30133014#: builtin/branch.c:9713015msgid "too many branches to set new upstream"3016msgstr ""30173018#: builtin/branch.c:9753019#, c-format3020msgid ""3021"could not set upstream of HEAD to %s when it does not point to any branch."3022msgstr ""30233024#: builtin/branch.c:978 builtin/branch.c:1000 builtin/branch.c:10213025#, c-format3026msgid "no such branch '%s'"3027msgstr ""30283029#: builtin/branch.c:9823030#, c-format3031msgid "branch '%s' does not exist"3032msgstr ""30333034#: builtin/branch.c:9943035msgid "too many branches to unset upstream"3036msgstr ""30373038#: builtin/branch.c:9983039msgid "could not unset upstream of HEAD when it does not point to any branch."3040msgstr ""30413042#: builtin/branch.c:10043043#, c-format3044msgid "Branch '%s' has no upstream information"3045msgstr ""30463047#: builtin/branch.c:10183048msgid "it does not make sense to create 'HEAD' manually"3049msgstr ""30503051#: builtin/branch.c:10243052msgid "-a and -r options to 'git branch' do not make sense with a branch name"3053msgstr ""30543055#: builtin/branch.c:10273056#, c-format3057msgid ""3058"The --set-upstream flag is deprecated and will be removed. Consider using --"3059"track or --set-upstream-to\n"3060msgstr ""30613062#: builtin/branch.c:10443063#, c-format3064msgid ""3065"\n"3066"If you wanted to make '%s' track '%s', do this:\n"3067"\n"3068msgstr ""30693070#: builtin/branch.c:10453071#, c-format3072msgid " git branch -d %s\n"3073msgstr ""30743075#: builtin/branch.c:10463076#, c-format3077msgid " git branch --set-upstream-to %s\n"3078msgstr ""30793080#: builtin/bundle.c:473081#, c-format3082msgid "%s is okay\n"3083msgstr ""30843085#: builtin/bundle.c:563086msgid "Need a repository to create a bundle."3087msgstr ""30883089#: builtin/bundle.c:603090msgid "Need a repository to unbundle."3091msgstr ""30923093#: builtin/cat-file.c:3263094msgid "git cat-file (-t | -s | -e | -p | <type> | --textconv) <object>"3095msgstr ""30963097#: builtin/cat-file.c:3273098msgid "git cat-file (--batch | --batch-check) < <list-of-objects>"3099msgstr ""31003101#: builtin/cat-file.c:3643102msgid "<type> can be one of: blob, tree, commit, tag"3103msgstr ""31043105#: builtin/cat-file.c:3653106msgid "show object type"3107msgstr ""31083109#: builtin/cat-file.c:3663110msgid "show object size"3111msgstr ""31123113#: builtin/cat-file.c:3683114msgid "exit with zero when there's no error"3115msgstr ""31163117#: builtin/cat-file.c:3693118msgid "pretty-print object's content"3119msgstr ""31203121#: builtin/cat-file.c:3713122msgid "for blob objects, run textconv on object's content"3123msgstr ""31243125#: builtin/cat-file.c:3733126msgid "show info and content of objects fed from the standard input"3127msgstr ""31283129#: builtin/cat-file.c:3763130msgid "show info about objects fed from the standard input"3131msgstr ""31323133#: builtin/check-attr.c:113134msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."3135msgstr ""31363137#: builtin/check-attr.c:123138msgid "git check-attr --stdin [-z] [-a | --all | <attr>...] < <list-of-paths>"3139msgstr ""31403141#: builtin/check-attr.c:193142msgid "report all attributes set on file"3143msgstr ""31443145#: builtin/check-attr.c:203146msgid "use .gitattributes only from the index"3147msgstr ""31483149#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:983150msgid "read file names from stdin"3151msgstr ""31523153#: builtin/check-attr.c:23 builtin/check-ignore.c:243154msgid "terminate input and output records by a NUL character"3155msgstr ""31563157#: builtin/check-ignore.c:18 builtin/checkout.c:1107 builtin/gc.c:2743158msgid "suppress progress reporting"3159msgstr ""31603161#: builtin/check-ignore.c:263162msgid "show non-matching input paths"3163msgstr ""31643165#: builtin/check-ignore.c:283166msgid "ignore index when checking"3167msgstr ""31683169#: builtin/check-ignore.c:1543170msgid "cannot specify pathnames with --stdin"3171msgstr ""31723173#: builtin/check-ignore.c:1573174msgid "-z only makes sense with --stdin"3175msgstr ""31763177#: builtin/check-ignore.c:1593178msgid "no path specified"3179msgstr ""31803181#: builtin/check-ignore.c:1633182msgid "--quiet is only valid with a single pathname"3183msgstr ""31843185#: builtin/check-ignore.c:1653186msgid "cannot have both --quiet and --verbose"3187msgstr ""31883189#: builtin/check-ignore.c:1683190msgid "--non-matching is only valid with --verbose"3191msgstr ""31923193#: builtin/check-mailmap.c:83194msgid "git check-mailmap [<options>] <contact>..."3195msgstr ""31963197#: builtin/check-mailmap.c:133198msgid "also read contacts from stdin"3199msgstr ""32003201#: builtin/check-mailmap.c:243202#, c-format3203msgid "unable to parse contact: %s"3204msgstr ""32053206#: builtin/check-mailmap.c:473207msgid "no contacts specified"3208msgstr ""32093210#: builtin/checkout-index.c:1263211msgid "git checkout-index [<options>] [--] [<file>...]"3212msgstr ""32133214#: builtin/checkout-index.c:1883215msgid "check out all files in the index"3216msgstr ""32173218#: builtin/checkout-index.c:1893219msgid "force overwrite of existing files"3220msgstr ""32213222#: builtin/checkout-index.c:1913223msgid "no warning for existing files and files not in index"3224msgstr ""32253226#: builtin/checkout-index.c:1933227msgid "don't checkout new files"3228msgstr ""32293230#: builtin/checkout-index.c:1953231msgid "update stat information in the index file"3232msgstr ""32333234#: builtin/checkout-index.c:2013235msgid "read list of paths from the standard input"3236msgstr ""32373238#: builtin/checkout-index.c:2033239msgid "write the content to temporary files"3240msgstr ""32413242#: builtin/checkout-index.c:204 builtin/column.c:303243msgid "string"3244msgstr ""32453246#: builtin/checkout-index.c:2053247msgid "when creating files, prepend <string>"3248msgstr ""32493250#: builtin/checkout-index.c:2083251msgid "copy out the files from named stage"3252msgstr ""32533254#: builtin/checkout.c:253255msgid "git checkout [<options>] <branch>"3256msgstr ""32573258#: builtin/checkout.c:263259msgid "git checkout [<options>] [<branch>] -- <file>..."3260msgstr ""32613262#: builtin/checkout.c:132 builtin/checkout.c:1653263#, c-format3264msgid "path '%s' does not have our version"3265msgstr ""32663267#: builtin/checkout.c:134 builtin/checkout.c:1673268#, c-format3269msgid "path '%s' does not have their version"3270msgstr ""32713272#: builtin/checkout.c:1503273#, c-format3274msgid "path '%s' does not have all necessary versions"3275msgstr ""32763277#: builtin/checkout.c:1943278#, c-format3279msgid "path '%s' does not have necessary versions"3280msgstr ""32813282#: builtin/checkout.c:2113283#, c-format3284msgid "path '%s': cannot merge"3285msgstr ""32863287#: builtin/checkout.c:2283288#, c-format3289msgid "Unable to add merge result for '%s'"3290msgstr ""32913292#: builtin/checkout.c:249 builtin/checkout.c:252 builtin/checkout.c:2553293#: builtin/checkout.c:2583294#, c-format3295msgid "'%s' cannot be used with updating paths"3296msgstr ""32973298#: builtin/checkout.c:261 builtin/checkout.c:2643299#, c-format3300msgid "'%s' cannot be used with %s"3301msgstr ""33023303#: builtin/checkout.c:2673304#, c-format3305msgid "Cannot update paths and switch to branch '%s' at the same time."3306msgstr ""33073308#: builtin/checkout.c:278 builtin/checkout.c:4673309msgid "corrupt index file"3310msgstr ""33113312#: builtin/checkout.c:338 builtin/checkout.c:3453313#, c-format3314msgid "path '%s' is unmerged"3315msgstr ""33163317#: builtin/checkout.c:4893318msgid "you need to resolve your current index first"3319msgstr ""33203321#: builtin/checkout.c:6153322#, c-format3323msgid "Can not do reflog for '%s'\n"3324msgstr ""33253326#: builtin/checkout.c:6533327msgid "HEAD is now at"3328msgstr ""33293330#: builtin/checkout.c:6603331#, c-format3332msgid "Reset branch '%s'\n"3333msgstr ""33343335#: builtin/checkout.c:6633336#, c-format3337msgid "Already on '%s'\n"3338msgstr ""33393340#: builtin/checkout.c:6673341#, c-format3342msgid "Switched to and reset branch '%s'\n"3343msgstr ""33443345#: builtin/checkout.c:669 builtin/checkout.c:10503346#, c-format3347msgid "Switched to a new branch '%s'\n"3348msgstr ""33493350#: builtin/checkout.c:6713351#, c-format3352msgid "Switched to branch '%s'\n"3353msgstr ""33543355#: builtin/checkout.c:7233356#, c-format3357msgid " ... and %d more.\n"3358msgstr ""33593360#: builtin/checkout.c:7293361#, c-format3362msgid ""3363"Warning: you are leaving %d commit behind, not connected to\n"3364"any of your branches:\n"3365"\n"3366"%s\n"3367msgid_plural ""3368"Warning: you are leaving %d commits behind, not connected to\n"3369"any of your branches:\n"3370"\n"3371"%s\n"3372msgstr[0] ""3373msgstr[1] ""33743375#: builtin/checkout.c:7473376#, c-format3377msgid ""3378"If you want to keep them by creating a new branch, this may be a good time\n"3379"to do so with:\n"3380"\n"3381" git branch <new-branch-name> %s\n"3382"\n"3383msgstr ""33843385#: builtin/checkout.c:7773386msgid "internal error in revision walk"3387msgstr ""33883389#: builtin/checkout.c:7813390msgid "Previous HEAD position was"3391msgstr ""33923393#: builtin/checkout.c:808 builtin/checkout.c:10453394msgid "You are on a branch yet to be born"3395msgstr ""33963397#: builtin/checkout.c:9523398#, c-format3399msgid "only one reference expected, %d given."3400msgstr ""34013402#: builtin/checkout.c:9913403#, c-format3404msgid "invalid reference: %s"3405msgstr ""34063407#: builtin/checkout.c:10203408#, c-format3409msgid "reference is not a tree: %s"3410msgstr ""34113412#: builtin/checkout.c:10593413msgid "paths cannot be used with switching branches"3414msgstr ""34153416#: builtin/checkout.c:1062 builtin/checkout.c:10663417#, c-format3418msgid "'%s' cannot be used with switching branches"3419msgstr ""34203421#: builtin/checkout.c:1070 builtin/checkout.c:1073 builtin/checkout.c:10783422#: builtin/checkout.c:10813423#, c-format3424msgid "'%s' cannot be used with '%s'"3425msgstr ""34263427#: builtin/checkout.c:10863428#, c-format3429msgid "Cannot switch branch to a non-commit '%s'"3430msgstr ""34313432#: builtin/checkout.c:1108 builtin/checkout.c:1110 builtin/clone.c:903433#: builtin/remote.c:159 builtin/remote.c:1613434msgid "branch"3435msgstr ""34363437#: builtin/checkout.c:11093438msgid "create and checkout a new branch"3439msgstr ""34403441#: builtin/checkout.c:11113442msgid "create/reset and checkout a branch"3443msgstr ""34443445#: builtin/checkout.c:11123446msgid "create reflog for new branch"3447msgstr ""34483449#: builtin/checkout.c:11133450msgid "detach the HEAD at named commit"3451msgstr ""34523453#: builtin/checkout.c:11143454msgid "set upstream info for new branch"3455msgstr ""34563457#: builtin/checkout.c:11163458msgid "new-branch"3459msgstr ""34603461#: builtin/checkout.c:11163462msgid "new unparented branch"3463msgstr ""34643465#: builtin/checkout.c:11173466msgid "checkout our version for unmerged files"3467msgstr ""34683469#: builtin/checkout.c:11193470msgid "checkout their version for unmerged files"3471msgstr ""34723473#: builtin/checkout.c:11213474msgid "force checkout (throw away local modifications)"3475msgstr ""34763477#: builtin/checkout.c:11223478msgid "perform a 3-way merge with the new branch"3479msgstr ""34803481#: builtin/checkout.c:1123 builtin/merge.c:2273482msgid "update ignored files (default)"3483msgstr ""34843485#: builtin/checkout.c:1124 builtin/log.c:1239 parse-options.h:2453486msgid "style"3487msgstr ""34883489#: builtin/checkout.c:11253490msgid "conflict style (merge or diff3)"3491msgstr ""34923493#: builtin/checkout.c:11283494msgid "do not limit pathspecs to sparse entries only"3495msgstr ""34963497#: builtin/checkout.c:11303498msgid "second guess 'git checkout <no-such-branch>'"3499msgstr ""35003501#: builtin/checkout.c:11533502msgid "-b, -B and --orphan are mutually exclusive"3503msgstr ""35043505#: builtin/checkout.c:11703506msgid "--track needs a branch name"3507msgstr ""35083509#: builtin/checkout.c:11753510msgid "Missing branch name; try -b"3511msgstr ""35123513#: builtin/checkout.c:12123514msgid "invalid path specification"3515msgstr ""35163517#: builtin/checkout.c:12193518#, c-format3519msgid ""3520"Cannot update paths and switch to branch '%s' at the same time.\n"3521"Did you intend to checkout '%s' which can not be resolved as commit?"3522msgstr ""35233524#: builtin/checkout.c:12243525#, c-format3526msgid "git checkout: --detach does not take a path argument '%s'"3527msgstr ""35283529#: builtin/checkout.c:12283530msgid ""3531"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"3532"checking out of the index."3533msgstr ""35343535#: builtin/clean.c:263536msgid ""3537"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."3538msgstr ""35393540#: builtin/clean.c:303541#, c-format3542msgid "Removing %s\n"3543msgstr ""35443545#: builtin/clean.c:313546#, c-format3547msgid "Would remove %s\n"3548msgstr ""35493550#: builtin/clean.c:323551#, c-format3552msgid "Skipping repository %s\n"3553msgstr ""35543555#: builtin/clean.c:333556#, c-format3557msgid "Would skip repository %s\n"3558msgstr ""35593560#: builtin/clean.c:343561#, c-format3562msgid "failed to remove %s"3563msgstr ""35643565#: builtin/clean.c:2953566msgid ""3567"Prompt help:\n"3568"1 - select a numbered item\n"3569"foo - select item based on unique prefix\n"3570" - (empty) select nothing"3571msgstr ""35723573#: builtin/clean.c:2993574msgid ""3575"Prompt help:\n"3576"1 - select a single item\n"3577"3-5 - select a range of items\n"3578"2-3,6-9 - select multiple ranges\n"3579"foo - select item based on unique prefix\n"3580"-... - unselect specified items\n"3581"* - choose all items\n"3582" - (empty) finish selecting"3583msgstr ""35843585#: builtin/clean.c:5173586#, c-format3587msgid "Huh (%s)?"3588msgstr ""35893590#: builtin/clean.c:6593591#, c-format3592msgid "Input ignore patterns>> "3593msgstr ""35943595#: builtin/clean.c:6963596#, c-format3597msgid "WARNING: Cannot find items matched by: %s"3598msgstr ""35993600#: builtin/clean.c:7173601msgid "Select items to delete"3602msgstr ""36033604#. TRANSLATORS: Make sure to keep [y/N] as is3605#: builtin/clean.c:7583606#, c-format3607msgid "Remove %s [y/N]? "3608msgstr ""36093610#: builtin/clean.c:7833611msgid "Bye."3612msgstr ""36133614#: builtin/clean.c:7913615msgid ""3616"clean - start cleaning\n"3617"filter by pattern - exclude items from deletion\n"3618"select by numbers - select items to be deleted by numbers\n"3619"ask each - confirm each deletion (like \"rm -i\")\n"3620"quit - stop cleaning\n"3621"help - this screen\n"3622"? - help for prompt selection"3623msgstr ""36243625#: builtin/clean.c:8183626msgid "*** Commands ***"3627msgstr ""36283629#: builtin/clean.c:8193630msgid "What now"3631msgstr ""36323633#: builtin/clean.c:8273634msgid "Would remove the following item:"3635msgid_plural "Would remove the following items:"3636msgstr[0] ""3637msgstr[1] ""36383639#: builtin/clean.c:8443640msgid "No more files to clean, exiting."3641msgstr ""36423643#: builtin/clean.c:8753644msgid "do not print names of files removed"3645msgstr ""36463647#: builtin/clean.c:8773648msgid "force"3649msgstr ""36503651#: builtin/clean.c:8783652msgid "interactive cleaning"3653msgstr ""36543655#: builtin/clean.c:8803656msgid "remove whole directories"3657msgstr ""36583659#: builtin/clean.c:881 builtin/describe.c:407 builtin/grep.c:7143660#: builtin/ls-files.c:443 builtin/name-rev.c:311 builtin/show-ref.c:1853661msgid "pattern"3662msgstr ""36633664#: builtin/clean.c:8823665msgid "add <pattern> to ignore rules"3666msgstr ""36673668#: builtin/clean.c:8833669msgid "remove ignored files, too"3670msgstr ""36713672#: builtin/clean.c:8853673msgid "remove only ignored files"3674msgstr ""36753676#: builtin/clean.c:9033677msgid "-x and -X cannot be used together"3678msgstr ""36793680#: builtin/clean.c:9073681msgid ""3682"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "3683"clean"3684msgstr ""36853686#: builtin/clean.c:9103687msgid ""3688"clean.requireForce defaults to true and neither -i, -n, nor -f given; "3689"refusing to clean"3690msgstr ""36913692#: builtin/clone.c:373693msgid "git clone [<options>] [--] <repo> [<dir>]"3694msgstr ""36953696#: builtin/clone.c:66 builtin/fetch.c:111 builtin/merge.c:2243697#: builtin/push.c:5233698msgid "force progress reporting"3699msgstr ""37003701#: builtin/clone.c:683702msgid "don't create a checkout"3703msgstr ""37043705#: builtin/clone.c:69 builtin/clone.c:71 builtin/init-db.c:4963706msgid "create a bare repository"3707msgstr ""37083709#: builtin/clone.c:733710msgid "create a mirror repository (implies bare)"3711msgstr ""37123713#: builtin/clone.c:753714msgid "to clone from a local repository"3715msgstr ""37163717#: builtin/clone.c:773718msgid "don't use local hardlinks, always copy"3719msgstr ""37203721#: builtin/clone.c:793722msgid "setup as shared repository"3723msgstr ""37243725#: builtin/clone.c:81 builtin/clone.c:833726msgid "initialize submodules in the clone"3727msgstr ""37283729#: builtin/clone.c:84 builtin/init-db.c:4933730msgid "template-directory"3731msgstr ""37323733#: builtin/clone.c:85 builtin/init-db.c:4943734msgid "directory from which templates will be used"3735msgstr ""37363737#: builtin/clone.c:873738msgid "reference repository"3739msgstr ""37403741#: builtin/clone.c:88 builtin/column.c:26 builtin/merge-file.c:443742msgid "name"3743msgstr ""37443745#: builtin/clone.c:893746msgid "use <name> instead of 'origin' to track upstream"3747msgstr ""37483749#: builtin/clone.c:913750msgid "checkout <branch> instead of the remote's HEAD"3751msgstr ""37523753#: builtin/clone.c:933754msgid "path to git-upload-pack on the remote"3755msgstr ""37563757#: builtin/clone.c:94 builtin/fetch.c:112 builtin/grep.c:6593758msgid "depth"3759msgstr ""37603761#: builtin/clone.c:953762msgid "create a shallow clone of that depth"3763msgstr ""37643765#: builtin/clone.c:973766msgid "clone only one branch, HEAD or --branch"3767msgstr ""37683769#: builtin/clone.c:993770msgid "use --reference only while cloning"3771msgstr ""37723773#: builtin/clone.c:100 builtin/init-db.c:5023774msgid "gitdir"3775msgstr ""37763777#: builtin/clone.c:101 builtin/init-db.c:5033778msgid "separate git dir from working tree"3779msgstr ""37803781#: builtin/clone.c:1023782msgid "key=value"3783msgstr ""37843785#: builtin/clone.c:1033786msgid "set config inside the new repository"3787msgstr ""37883789#: builtin/clone.c:2563790#, c-format3791msgid "reference repository '%s' is not a local repository."3792msgstr ""37933794#: builtin/clone.c:2603795#, c-format3796msgid "reference repository '%s' is shallow"3797msgstr ""37983799#: builtin/clone.c:2633800#, c-format3801msgid "reference repository '%s' is grafted"3802msgstr ""38033804#: builtin/clone.c:3253805#, c-format3806msgid "failed to create directory '%s'"3807msgstr ""38083809#: builtin/clone.c:327 builtin/diff.c:843810#, c-format3811msgid "failed to stat '%s'"3812msgstr ""38133814#: builtin/clone.c:3293815#, c-format3816msgid "%s exists and is not a directory"3817msgstr ""38183819#: builtin/clone.c:3433820#, c-format3821msgid "failed to stat %s\n"3822msgstr ""38233824#: builtin/clone.c:3653825#, c-format3826msgid "failed to create link '%s'"3827msgstr ""38283829#: builtin/clone.c:3693830#, c-format3831msgid "failed to copy file to '%s'"3832msgstr ""38333834#: builtin/clone.c:392 builtin/clone.c:5663835#, c-format3836msgid "done.\n"3837msgstr ""38383839#: builtin/clone.c:4043840msgid ""3841"Clone succeeded, but checkout failed.\n"3842"You can inspect what was checked out with 'git status'\n"3843"and retry the checkout with 'git checkout -f HEAD'\n"3844msgstr ""38453846#: builtin/clone.c:4813847#, c-format3848msgid "Could not find remote branch %s to clone."3849msgstr ""38503851#: builtin/clone.c:5613852#, c-format3853msgid "Checking connectivity... "3854msgstr ""38553856#: builtin/clone.c:5643857msgid "remote did not send all necessary objects"3858msgstr ""38593860#: builtin/clone.c:6283861msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"3862msgstr ""38633864#: builtin/clone.c:6593865msgid "unable to checkout working tree"3866msgstr ""38673868#: builtin/clone.c:7463869msgid "cannot repack to clean up"3870msgstr ""38713872#: builtin/clone.c:7483873msgid "cannot unlink temporary alternates file"3874msgstr ""38753876#: builtin/clone.c:7783877msgid "Too many arguments."3878msgstr ""38793880#: builtin/clone.c:7823881msgid "You must specify a repository to clone."3882msgstr ""38833884#: builtin/clone.c:7933885#, c-format3886msgid "--bare and --origin %s options are incompatible."3887msgstr ""38883889#: builtin/clone.c:7963890msgid "--bare and --separate-git-dir are incompatible."3891msgstr ""38923893#: builtin/clone.c:8093894#, c-format3895msgid "repository '%s' does not exist"3896msgstr ""38973898#: builtin/clone.c:815 builtin/fetch.c:11563899#, c-format3900msgid "depth %s is not a positive number"3901msgstr ""39023903#: builtin/clone.c:8253904#, c-format3905msgid "destination path '%s' already exists and is not an empty directory."3906msgstr ""39073908#: builtin/clone.c:8353909#, c-format3910msgid "working tree '%s' already exists."3911msgstr ""39123913#: builtin/clone.c:850 builtin/clone.c:8613914#, c-format3915msgid "could not create leading directories of '%s'"3916msgstr ""39173918#: builtin/clone.c:8533919#, c-format3920msgid "could not create work tree dir '%s'"3921msgstr ""39223923#: builtin/clone.c:8713924#, c-format3925msgid "Cloning into bare repository '%s'...\n"3926msgstr ""39273928#: builtin/clone.c:8733929#, c-format3930msgid "Cloning into '%s'...\n"3931msgstr ""39323933#: builtin/clone.c:8983934msgid "--dissociate given, but there is no --reference"3935msgstr ""39363937#: builtin/clone.c:9133938msgid "--depth is ignored in local clones; use file:// instead."3939msgstr ""39403941#: builtin/clone.c:9163942msgid "source repository is shallow, ignoring --local"3943msgstr ""39443945#: builtin/clone.c:9213946msgid "--local is ignored"3947msgstr ""39483949#: builtin/clone.c:9253950#, c-format3951msgid "Don't know how to clone %s"3952msgstr ""39533954#: builtin/clone.c:976 builtin/clone.c:9843955#, c-format3956msgid "Remote branch %s not found in upstream %s"3957msgstr ""39583959#: builtin/clone.c:9873960msgid "You appear to have cloned an empty repository."3961msgstr ""39623963#: builtin/column.c:93964msgid "git column [<options>]"3965msgstr ""39663967#: builtin/column.c:263968msgid "lookup config vars"3969msgstr ""39703971#: builtin/column.c:27 builtin/column.c:283972msgid "layout to use"3973msgstr ""39743975#: builtin/column.c:293976msgid "Maximum width"3977msgstr ""39783979#: builtin/column.c:303980msgid "Padding space on left border"3981msgstr ""39823983#: builtin/column.c:313984msgid "Padding space on right border"3985msgstr ""39863987#: builtin/column.c:323988msgid "Padding space between columns"3989msgstr ""39903991#: builtin/column.c:513992msgid "--command must be the first argument"3993msgstr ""39943995#: builtin/commit.c:373996msgid "git commit [<options>] [--] <pathspec>..."3997msgstr ""39983999#: builtin/commit.c:424000msgid "git status [<options>] [--] <pathspec>..."4001msgstr ""40024003#: builtin/commit.c:474004msgid ""4005"Your name and email address were configured automatically based\n"4006"on your username and hostname. Please check that they are accurate.\n"4007"You can suppress this message by setting them explicitly. Run the\n"4008"following command and follow the instructions in your editor to edit\n"4009"your configuration file:\n"4010"\n"4011" git config --global --edit\n"4012"\n"4013"After doing this, you may fix the identity used for this commit with:\n"4014"\n"4015" git commit --amend --reset-author\n"4016msgstr ""40174018#: builtin/commit.c:604019msgid ""4020"Your name and email address were configured automatically based\n"4021"on your username and hostname. Please check that they are accurate.\n"4022"You can suppress this message by setting them explicitly:\n"4023"\n"4024" git config --global user.name \"Your Name\"\n"4025" git config --global user.email you@example.com\n"4026"\n"4027"After doing this, you may fix the identity used for this commit with:\n"4028"\n"4029" git commit --amend --reset-author\n"4030msgstr ""40314032#: builtin/commit.c:724033msgid ""4034"You asked to amend the most recent commit, but doing so would make\n"4035"it empty. You can repeat your command with --allow-empty, or you can\n"4036"remove the commit entirely with \"git reset HEAD^\".\n"4037msgstr ""40384039#: builtin/commit.c:774040msgid ""4041"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"4042"If you wish to commit it anyway, use:\n"4043"\n"4044" git commit --allow-empty\n"4045"\n"4046msgstr ""40474048#: builtin/commit.c:844049msgid "Otherwise, please use 'git reset'\n"4050msgstr ""40514052#: builtin/commit.c:874053msgid ""4054"If you wish to skip this commit, use:\n"4055"\n"4056" git reset\n"4057"\n"4058"Then \"git cherry-pick --continue\" will resume cherry-picking\n"4059"the remaining commits.\n"4060msgstr ""40614062#: builtin/commit.c:3044063msgid "failed to unpack HEAD tree object"4064msgstr ""40654066#: builtin/commit.c:3444067msgid "unable to create temporary index"4068msgstr ""40694070#: builtin/commit.c:3504071msgid "interactive add failed"4072msgstr ""40734074#: builtin/commit.c:3614075msgid "unable to write index file"4076msgstr ""40774078#: builtin/commit.c:3634079msgid "unable to update temporary index"4080msgstr ""40814082#: builtin/commit.c:3654083msgid "Failed to update main cache tree"4084msgstr ""40854086#: builtin/commit.c:389 builtin/commit.c:414 builtin/commit.c:4634087msgid "unable to write new_index file"4088msgstr ""40894090#: builtin/commit.c:4454091msgid "cannot do a partial commit during a merge."4092msgstr ""40934094#: builtin/commit.c:4474095msgid "cannot do a partial commit during a cherry-pick."4096msgstr ""40974098#: builtin/commit.c:4564099msgid "cannot read the index"4100msgstr ""41014102#: builtin/commit.c:4754103msgid "unable to write temporary index file"4104msgstr ""41054106#: builtin/commit.c:5804107#, c-format4108msgid "commit '%s' lacks author header"4109msgstr ""41104111#: builtin/commit.c:5824112#, c-format4113msgid "commit '%s' has malformed author line"4114msgstr ""41154116#: builtin/commit.c:6014117msgid "malformed --author parameter"4118msgstr ""41194120#: builtin/commit.c:6094121#, c-format4122msgid "invalid date format: %s"4123msgstr ""41244125#: builtin/commit.c:6534126msgid ""4127"unable to select a comment character that is not used\n"4128"in the current commit message"4129msgstr ""41304131#: builtin/commit.c:690 builtin/commit.c:723 builtin/commit.c:10804132#, c-format4133msgid "could not lookup commit %s"4134msgstr ""41354136#: builtin/commit.c:702 builtin/shortlog.c:2734137#, c-format4138msgid "(reading log message from standard input)\n"4139msgstr ""41404141#: builtin/commit.c:7044142msgid "could not read log from standard input"4143msgstr ""41444145#: builtin/commit.c:7084146#, c-format4147msgid "could not read log file '%s'"4148msgstr ""41494150#: builtin/commit.c:7304151msgid "could not read MERGE_MSG"4152msgstr ""41534154#: builtin/commit.c:7344155msgid "could not read SQUASH_MSG"4156msgstr ""41574158#: builtin/commit.c:7384159#, c-format4160msgid "could not read '%s'"4161msgstr ""41624163#: builtin/commit.c:7854164msgid "could not write commit template"4165msgstr ""41664167#: builtin/commit.c:8034168#, c-format4169msgid ""4170"\n"4171"It looks like you may be committing a merge.\n"4172"If this is not correct, please remove the file\n"4173"\t%s\n"4174"and try again.\n"4175msgstr ""41764177#: builtin/commit.c:8084178#, c-format4179msgid ""4180"\n"4181"It looks like you may be committing a cherry-pick.\n"4182"If this is not correct, please remove the file\n"4183"\t%s\n"4184"and try again.\n"4185msgstr ""41864187#: builtin/commit.c:8214188#, c-format4189msgid ""4190"Please enter the commit message for your changes. Lines starting\n"4191"with '%c' will be ignored, and an empty message aborts the commit.\n"4192msgstr ""41934194#: builtin/commit.c:8284195#, c-format4196msgid ""4197"Please enter the commit message for your changes. Lines starting\n"4198"with '%c' will be kept; you may remove them yourself if you want to.\n"4199"An empty message aborts the commit.\n"4200msgstr ""42014202#: builtin/commit.c:8484203#, c-format4204msgid "%sAuthor: %.*s <%.*s>"4205msgstr ""42064207#: builtin/commit.c:8564208#, c-format4209msgid "%sDate: %s"4210msgstr ""42114212#: builtin/commit.c:8634213#, c-format4214msgid "%sCommitter: %.*s <%.*s>"4215msgstr ""42164217#: builtin/commit.c:8814218msgid "Cannot read index"4219msgstr ""42204221#: builtin/commit.c:9384222msgid "Error building trees"4223msgstr ""42244225#: builtin/commit.c:953 builtin/tag.c:4954226#, c-format4227msgid "Please supply the message using either -m or -F option.\n"4228msgstr ""42294230#: builtin/commit.c:10554231#, c-format4232msgid "--author '%s' is not 'Name <email>' and matches no existing author"4233msgstr ""42344235#: builtin/commit.c:1070 builtin/commit.c:13104236#, c-format4237msgid "Invalid untracked files mode '%s'"4238msgstr ""42394240#: builtin/commit.c:11074241msgid "--long and -z are incompatible"4242msgstr ""42434244#: builtin/commit.c:11374245msgid "Using both --reset-author and --author does not make sense"4246msgstr ""42474248#: builtin/commit.c:11464249msgid "You have nothing to amend."4250msgstr ""42514252#: builtin/commit.c:11494253msgid "You are in the middle of a merge -- cannot amend."4254msgstr ""42554256#: builtin/commit.c:11514257msgid "You are in the middle of a cherry-pick -- cannot amend."4258msgstr ""42594260#: builtin/commit.c:11544261msgid "Options --squash and --fixup cannot be used together"4262msgstr ""42634264#: builtin/commit.c:11644265msgid "Only one of -c/-C/-F/--fixup can be used."4266msgstr ""42674268#: builtin/commit.c:11664269msgid "Option -m cannot be combined with -c/-C/-F/--fixup."4270msgstr ""42714272#: builtin/commit.c:11744273msgid "--reset-author can be used only with -C, -c or --amend."4274msgstr ""42754276#: builtin/commit.c:11914277msgid "Only one of --include/--only/--all/--interactive/--patch can be used."4278msgstr ""42794280#: builtin/commit.c:11934281msgid "No paths with --include/--only does not make sense."4282msgstr ""42834284#: builtin/commit.c:11954285msgid "Clever... amending the last one with dirty index."4286msgstr ""42874288#: builtin/commit.c:11974289msgid "Explicit paths specified without -i or -o; assuming --only paths..."4290msgstr ""42914292#: builtin/commit.c:1209 builtin/tag.c:7284293#, c-format4294msgid "Invalid cleanup mode %s"4295msgstr ""42964297#: builtin/commit.c:12144298msgid "Paths with -a does not make sense."4299msgstr ""43004301#: builtin/commit.c:1324 builtin/commit.c:16044302msgid "show status concisely"4303msgstr ""43044305#: builtin/commit.c:1326 builtin/commit.c:16064306msgid "show branch information"4307msgstr ""43084309#: builtin/commit.c:1328 builtin/commit.c:1608 builtin/push.c:5094310msgid "machine-readable output"4311msgstr ""43124313#: builtin/commit.c:1331 builtin/commit.c:16104314msgid "show status in long format (default)"4315msgstr ""43164317#: builtin/commit.c:1334 builtin/commit.c:16134318msgid "terminate entries with NUL"4319msgstr ""43204321#: builtin/commit.c:1336 builtin/commit.c:1616 builtin/fast-export.c:9804322#: builtin/fast-export.c:983 builtin/tag.c:6034323msgid "mode"4324msgstr ""43254326#: builtin/commit.c:1337 builtin/commit.c:16164327msgid "show untracked files, optional modes: all, normal, no. (Default: all)"4328msgstr ""43294330#: builtin/commit.c:13404331msgid "show ignored files"4332msgstr ""43334334#: builtin/commit.c:1341 parse-options.h:1534335msgid "when"4336msgstr ""43374338#: builtin/commit.c:13424339msgid ""4340"ignore changes to submodules, optional when: all, dirty, untracked. "4341"(Default: all)"4342msgstr ""43434344#: builtin/commit.c:13444345msgid "list untracked files in columns"4346msgstr ""43474348#: builtin/commit.c:14314349msgid "couldn't look up newly created commit"4350msgstr ""43514352#: builtin/commit.c:14334353msgid "could not parse newly created commit"4354msgstr ""43554356#: builtin/commit.c:14784357msgid "detached HEAD"4358msgstr ""43594360#: builtin/commit.c:14814361msgid " (root-commit)"4362msgstr ""43634364#: builtin/commit.c:15744365msgid "suppress summary after successful commit"4366msgstr ""43674368#: builtin/commit.c:15754369msgid "show diff in commit message template"4370msgstr ""43714372#: builtin/commit.c:15774373msgid "Commit message options"4374msgstr ""43754376#: builtin/commit.c:1578 builtin/tag.c:6014377msgid "read message from file"4378msgstr ""43794380#: builtin/commit.c:15794381msgid "author"4382msgstr ""43834384#: builtin/commit.c:15794385msgid "override author for commit"4386msgstr ""43874388#: builtin/commit.c:1580 builtin/gc.c:2754389msgid "date"4390msgstr ""43914392#: builtin/commit.c:15804393msgid "override date for commit"4394msgstr ""43954396#: builtin/commit.c:1581 builtin/merge.c:218 builtin/notes.c:3914397#: builtin/notes.c:554 builtin/tag.c:5994398msgid "message"4399msgstr ""44004401#: builtin/commit.c:15814402msgid "commit message"4403msgstr ""44044405#: builtin/commit.c:15824406msgid "reuse and edit message from specified commit"4407msgstr ""44084409#: builtin/commit.c:15834410msgid "reuse message from specified commit"4411msgstr ""44124413#: builtin/commit.c:15844414msgid "use autosquash formatted message to fixup specified commit"4415msgstr ""44164417#: builtin/commit.c:15854418msgid "use autosquash formatted message to squash specified commit"4419msgstr ""44204421#: builtin/commit.c:15864422msgid "the commit is authored by me now (used with -C/-c/--amend)"4423msgstr ""44244425#: builtin/commit.c:1587 builtin/log.c:1191 builtin/revert.c:864426msgid "add Signed-off-by:"4427msgstr ""44284429#: builtin/commit.c:15884430msgid "use specified template file"4431msgstr ""44324433#: builtin/commit.c:15894434msgid "force edit of commit"4435msgstr ""44364437#: builtin/commit.c:15904438msgid "default"4439msgstr ""44404441#: builtin/commit.c:1590 builtin/tag.c:6044442msgid "how to strip spaces and #comments from message"4443msgstr ""44444445#: builtin/commit.c:15914446msgid "include status in commit message template"4447msgstr ""44484449#: builtin/commit.c:1592 builtin/merge.c:225 builtin/revert.c:924450#: builtin/tag.c:6054451msgid "key-id"4452msgstr ""44534454#: builtin/commit.c:1593 builtin/merge.c:226 builtin/revert.c:934455msgid "GPG sign commit"4456msgstr ""44574458#: builtin/commit.c:15964459msgid "Commit contents options"4460msgstr ""44614462#: builtin/commit.c:15974463msgid "commit all changed files"4464msgstr ""44654466#: builtin/commit.c:15984467msgid "add specified files to index for commit"4468msgstr ""44694470#: builtin/commit.c:15994471msgid "interactively add files"4472msgstr ""44734474#: builtin/commit.c:16004475msgid "interactively add changes"4476msgstr ""44774478#: builtin/commit.c:16014479msgid "commit only specified files"4480msgstr ""44814482#: builtin/commit.c:16024483msgid "bypass pre-commit hook"4484msgstr ""44854486#: builtin/commit.c:16034487msgid "show what would be committed"4488msgstr ""44894490#: builtin/commit.c:16144491msgid "amend previous commit"4492msgstr ""44934494#: builtin/commit.c:16154495msgid "bypass post-rewrite hook"4496msgstr ""44974498#: builtin/commit.c:16204499msgid "ok to record an empty change"4500msgstr ""45014502#: builtin/commit.c:16224503msgid "ok to record a change with an empty message"4504msgstr ""45054506#: builtin/commit.c:16514507msgid "could not parse HEAD commit"4508msgstr ""45094510#: builtin/commit.c:1690 builtin/merge.c:5194511#, c-format4512msgid "could not open '%s' for reading"4513msgstr ""45144515#: builtin/commit.c:16974516#, c-format4517msgid "Corrupt MERGE_HEAD file (%s)"4518msgstr ""45194520#: builtin/commit.c:17044521msgid "could not read MERGE_MODE"4522msgstr ""45234524#: builtin/commit.c:17234525#, c-format4526msgid "could not read commit message: %s"4527msgstr ""45284529#: builtin/commit.c:17344530#, c-format4531msgid "Aborting commit; you did not edit the message.\n"4532msgstr ""45334534#: builtin/commit.c:17394535#, c-format4536msgid "Aborting commit due to empty commit message.\n"4537msgstr ""45384539#: builtin/commit.c:1754 builtin/merge.c:851 builtin/merge.c:8764540msgid "failed to write commit object"4541msgstr ""45424543#: builtin/commit.c:17874544msgid ""4545"Repository has been updated, but unable to write\n"4546"new_index file. Check that disk is not full and quota is\n"4547"not exceeded, and then \"git reset HEAD\" to recover."4548msgstr ""45494550#: builtin/config.c:84551msgid "git config [<options>]"4552msgstr ""45534554#: builtin/config.c:534555msgid "Config file location"4556msgstr ""45574558#: builtin/config.c:544559msgid "use global config file"4560msgstr ""45614562#: builtin/config.c:554563msgid "use system config file"4564msgstr ""45654566#: builtin/config.c:564567msgid "use repository config file"4568msgstr ""45694570#: builtin/config.c:574571msgid "use given config file"4572msgstr ""45734574#: builtin/config.c:584575msgid "blob-id"4576msgstr ""45774578#: builtin/config.c:584579msgid "read config from given blob object"4580msgstr ""45814582#: builtin/config.c:594583msgid "Action"4584msgstr ""45854586#: builtin/config.c:604587msgid "get value: name [value-regex]"4588msgstr ""45894590#: builtin/config.c:614591msgid "get all values: key [value-regex]"4592msgstr ""45934594#: builtin/config.c:624595msgid "get values for regexp: name-regex [value-regex]"4596msgstr ""45974598#: builtin/config.c:634599msgid "get value specific for the URL: section[.var] URL"4600msgstr ""46014602#: builtin/config.c:644603msgid "replace all matching variables: name value [value_regex]"4604msgstr ""46054606#: builtin/config.c:654607msgid "add a new variable: name value"4608msgstr ""46094610#: builtin/config.c:664611msgid "remove a variable: name [value-regex]"4612msgstr ""46134614#: builtin/config.c:674615msgid "remove all matches: name [value-regex]"4616msgstr ""46174618#: builtin/config.c:684619msgid "rename section: old-name new-name"4620msgstr ""46214622#: builtin/config.c:694623msgid "remove a section: name"4624msgstr ""46254626#: builtin/config.c:704627msgid "list all"4628msgstr ""46294630#: builtin/config.c:714631msgid "open an editor"4632msgstr ""46334634#: builtin/config.c:724635msgid "find the color configured: slot [default]"4636msgstr ""46374638#: builtin/config.c:734639msgid "find the color setting: slot [stdout-is-tty]"4640msgstr ""46414642#: builtin/config.c:744643msgid "Type"4644msgstr ""46454646#: builtin/config.c:754647msgid "value is \"true\" or \"false\""4648msgstr ""46494650#: builtin/config.c:764651msgid "value is decimal number"4652msgstr ""46534654#: builtin/config.c:774655msgid "value is --bool or --int"4656msgstr ""46574658#: builtin/config.c:784659msgid "value is a path (file or directory name)"4660msgstr ""46614662#: builtin/config.c:794663msgid "Other"4664msgstr ""46654666#: builtin/config.c:804667msgid "terminate values with NUL byte"4668msgstr ""46694670#: builtin/config.c:814671msgid "respect include directives on lookup"4672msgstr ""46734674#: builtin/config.c:3164675msgid "unable to parse default color value"4676msgstr ""46774678#: builtin/config.c:4574679#, c-format4680msgid ""4681"# This is Git's per-user configuration file.\n"4682"[core]\n"4683"# Please adapt and uncomment the following lines:\n"4684"#\tuser = %s\n"4685"#\temail = %s\n"4686msgstr ""46874688#: builtin/config.c:5894689#, c-format4690msgid "cannot create configuration file %s"4691msgstr ""46924693#: builtin/count-objects.c:554694msgid "git count-objects [-v] [-H | --human-readable]"4695msgstr ""46964697#: builtin/count-objects.c:654698msgid "print sizes in human readable format"4699msgstr ""47004701#: builtin/describe.c:174702msgid "git describe [<options>] [<commit-ish>...]"4703msgstr ""47044705#: builtin/describe.c:184706msgid "git describe [<options>] --dirty"4707msgstr ""47084709#: builtin/describe.c:2174710#, c-format4711msgid "annotated tag %s not available"4712msgstr ""47134714#: builtin/describe.c:2214715#, c-format4716msgid "annotated tag %s has no embedded name"4717msgstr ""47184719#: builtin/describe.c:2234720#, c-format4721msgid "tag '%s' is really '%s' here"4722msgstr ""47234724#: builtin/describe.c:250 builtin/log.c:4524725#, c-format4726msgid "Not a valid object name %s"4727msgstr ""47284729#: builtin/describe.c:2534730#, c-format4731msgid "%s is not a valid '%s' object"4732msgstr ""47334734#: builtin/describe.c:2704735#, c-format4736msgid "no tag exactly matches '%s'"4737msgstr ""47384739#: builtin/describe.c:2724740#, c-format4741msgid "searching to describe %s\n"4742msgstr ""47434744#: builtin/describe.c:3194745#, c-format4746msgid "finished search at %s\n"4747msgstr ""47484749#: builtin/describe.c:3464750#, c-format4751msgid ""4752"No annotated tags can describe '%s'.\n"4753"However, there were unannotated tags: try --tags."4754msgstr ""47554756#: builtin/describe.c:3504757#, c-format4758msgid ""4759"No tags can describe '%s'.\n"4760"Try --always, or create some tags."4761msgstr ""47624763#: builtin/describe.c:3714764#, c-format4765msgid "traversed %lu commits\n"4766msgstr ""47674768#: builtin/describe.c:3744769#, c-format4770msgid ""4771"more than %i tags found; listed %i most recent\n"4772"gave up search at %s\n"4773msgstr ""47744775#: builtin/describe.c:3964776msgid "find the tag that comes after the commit"4777msgstr ""47784779#: builtin/describe.c:3974780msgid "debug search strategy on stderr"4781msgstr ""47824783#: builtin/describe.c:3984784msgid "use any ref"4785msgstr ""47864787#: builtin/describe.c:3994788msgid "use any tag, even unannotated"4789msgstr ""47904791#: builtin/describe.c:4004792msgid "always use long format"4793msgstr ""47944795#: builtin/describe.c:4014796msgid "only follow first parent"4797msgstr ""47984799#: builtin/describe.c:4044800msgid "only output exact matches"4801msgstr ""48024803#: builtin/describe.c:4064804msgid "consider <n> most recent tags (default: 10)"4805msgstr ""48064807#: builtin/describe.c:4084808msgid "only consider tags matching <pattern>"4809msgstr ""48104811#: builtin/describe.c:410 builtin/name-rev.c:3184812msgid "show abbreviated commit object as fallback"4813msgstr ""48144815#: builtin/describe.c:4114816msgid "mark"4817msgstr ""48184819#: builtin/describe.c:4124820msgid "append <mark> on dirty working tree (default: \"-dirty\")"4821msgstr ""48224823#: builtin/describe.c:4304824msgid "--long is incompatible with --abbrev=0"4825msgstr ""48264827#: builtin/describe.c:4564828msgid "No names found, cannot describe anything."4829msgstr ""48304831#: builtin/describe.c:4764832msgid "--dirty is incompatible with commit-ishes"4833msgstr ""48344835#: builtin/diff.c:864836#, c-format4837msgid "'%s': not a regular file or symlink"4838msgstr ""48394840#: builtin/diff.c:2374841#, c-format4842msgid "invalid option: %s"4843msgstr ""48444845#: builtin/diff.c:3584846msgid "Not a git repository"4847msgstr ""48484849#: builtin/diff.c:4014850#, c-format4851msgid "invalid object '%s' given."4852msgstr ""48534854#: builtin/diff.c:4104855#, c-format4856msgid "more than two blobs given: '%s'"4857msgstr ""48584859#: builtin/diff.c:4174860#, c-format4861msgid "unhandled object '%s' given."4862msgstr ""48634864#: builtin/fast-export.c:244865msgid "git fast-export [rev-list-opts]"4866msgstr ""48674868#: builtin/fast-export.c:9794869msgid "show progress after <n> objects"4870msgstr ""48714872#: builtin/fast-export.c:9814873msgid "select handling of signed tags"4874msgstr ""48754876#: builtin/fast-export.c:9844877msgid "select handling of tags that tag filtered objects"4878msgstr ""48794880#: builtin/fast-export.c:9874881msgid "Dump marks to this file"4882msgstr ""48834884#: builtin/fast-export.c:9894885msgid "Import marks from this file"4886msgstr ""48874888#: builtin/fast-export.c:9914889msgid "Fake a tagger when tags lack one"4890msgstr ""48914892#: builtin/fast-export.c:9934893msgid "Output full tree for each commit"4894msgstr ""48954896#: builtin/fast-export.c:9954897msgid "Use the done feature to terminate the stream"4898msgstr ""48994900#: builtin/fast-export.c:9964901msgid "Skip output of blob data"4902msgstr ""49034904#: builtin/fast-export.c:9974905msgid "refspec"4906msgstr ""49074908#: builtin/fast-export.c:9984909msgid "Apply refspec to exported refs"4910msgstr ""49114912#: builtin/fast-export.c:9994913msgid "anonymize output"4914msgstr ""49154916#: builtin/fetch.c:194917msgid "git fetch [<options>] [<repository> [<refspec>...]]"4918msgstr ""49194920#: builtin/fetch.c:204921msgid "git fetch [<options>] <group>"4922msgstr ""49234924#: builtin/fetch.c:214925msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"4926msgstr ""49274928#: builtin/fetch.c:224929msgid "git fetch --all [<options>]"4930msgstr ""49314932#: builtin/fetch.c:894933msgid "fetch from all remotes"4934msgstr ""49354936#: builtin/fetch.c:914937msgid "append to .git/FETCH_HEAD instead of overwriting"4938msgstr ""49394940#: builtin/fetch.c:934941msgid "path to upload pack on remote end"4942msgstr ""49434944#: builtin/fetch.c:944945msgid "force overwrite of local branch"4946msgstr ""49474948#: builtin/fetch.c:964949msgid "fetch from multiple remotes"4950msgstr ""49514952#: builtin/fetch.c:984953msgid "fetch all tags and associated objects"4954msgstr ""49554956#: builtin/fetch.c:1004957msgid "do not fetch all tags (--no-tags)"4958msgstr ""49594960#: builtin/fetch.c:1024961msgid "prune remote-tracking branches no longer on remote"4962msgstr ""49634964#: builtin/fetch.c:1034965msgid "on-demand"4966msgstr ""49674968#: builtin/fetch.c:1044969msgid "control recursive fetching of submodules"4970msgstr ""49714972#: builtin/fetch.c:1084973msgid "keep downloaded pack"4974msgstr ""49754976#: builtin/fetch.c:1104977msgid "allow updating of HEAD ref"4978msgstr ""49794980#: builtin/fetch.c:1134981msgid "deepen history of shallow clone"4982msgstr ""49834984#: builtin/fetch.c:1154985msgid "convert to a complete repository"4986msgstr ""49874988#: builtin/fetch.c:117 builtin/log.c:12084989msgid "dir"4990msgstr ""49914992#: builtin/fetch.c:1184993msgid "prepend this to submodule path output"4994msgstr ""49954996#: builtin/fetch.c:1214997msgid "default mode for recursion"4998msgstr ""49995000#: builtin/fetch.c:1235001msgid "accept refs that update .git/shallow"5002msgstr ""50035004#: builtin/fetch.c:1245005msgid "refmap"5006msgstr ""50075008#: builtin/fetch.c:1255009msgid "specify fetch refmap"5010msgstr ""50115012#: builtin/fetch.c:3755013msgid "Couldn't find remote ref HEAD"5014msgstr ""50155016#: builtin/fetch.c:4555017#, c-format5018msgid "object %s not found"5019msgstr ""50205021#: builtin/fetch.c:4605022msgid "[up to date]"5023msgstr ""50245025#: builtin/fetch.c:4745026#, c-format5027msgid "! %-*s %-*s -> %s (can't fetch in current branch)"5028msgstr ""50295030#: builtin/fetch.c:475 builtin/fetch.c:5615031msgid "[rejected]"5032msgstr ""50335034#: builtin/fetch.c:4865035msgid "[tag update]"5036msgstr ""50375038#: builtin/fetch.c:488 builtin/fetch.c:523 builtin/fetch.c:5415039msgid " (unable to update local ref)"5040msgstr ""50415042#: builtin/fetch.c:5065043msgid "[new tag]"5044msgstr ""50455046#: builtin/fetch.c:5095047msgid "[new branch]"5048msgstr ""50495050#: builtin/fetch.c:5125051msgid "[new ref]"5052msgstr ""50535054#: builtin/fetch.c:5575055msgid "unable to update local ref"5056msgstr ""50575058#: builtin/fetch.c:5575059msgid "forced update"5060msgstr ""50615062#: builtin/fetch.c:5635063msgid "(non-fast-forward)"5064msgstr ""50655066#: builtin/fetch.c:596 builtin/fetch.c:8295067#, c-format5068msgid "cannot open %s: %s\n"5069msgstr ""50705071#: builtin/fetch.c:6055072#, c-format5073msgid "%s did not send all necessary objects\n"5074msgstr ""50755076#: builtin/fetch.c:6235077#, c-format5078msgid "reject %s because shallow roots are not allowed to be updated"5079msgstr ""50805081#: builtin/fetch.c:711 builtin/fetch.c:7945082#, c-format5083msgid "From %.*s\n"5084msgstr ""50855086#: builtin/fetch.c:7225087#, c-format5088msgid ""5089"some local refs could not be updated; try running\n"5090" 'git remote prune %s' to remove any old, conflicting branches"5091msgstr ""50925093#: builtin/fetch.c:7745094#, c-format5095msgid " (%s will become dangling)"5096msgstr ""50975098#: builtin/fetch.c:7755099#, c-format5100msgid " (%s has become dangling)"5101msgstr ""51025103#: builtin/fetch.c:7995104msgid "[deleted]"5105msgstr ""51065107#: builtin/fetch.c:800 builtin/remote.c:10605108msgid "(none)"5109msgstr ""51105111#: builtin/fetch.c:8195112#, c-format5113msgid "Refusing to fetch into current branch %s of non-bare repository"5114msgstr ""51155116#: builtin/fetch.c:8385117#, c-format5118msgid "Option \"%s\" value \"%s\" is not valid for %s"5119msgstr ""51205121#: builtin/fetch.c:8415122#, c-format5123msgid "Option \"%s\" is ignored for %s\n"5124msgstr ""51255126#: builtin/fetch.c:8975127#, c-format5128msgid "Don't know how to fetch from %s"5129msgstr ""51305131#: builtin/fetch.c:10595132#, c-format5133msgid "Fetching %s\n"5134msgstr ""51355136#: builtin/fetch.c:1061 builtin/remote.c:905137#, c-format5138msgid "Could not fetch %s"5139msgstr ""51405141#: builtin/fetch.c:10795142msgid ""5143"No remote repository specified. Please, specify either a URL or a\n"5144"remote name from which new revisions should be fetched."5145msgstr ""51465147#: builtin/fetch.c:11025148msgid "You need to specify a tag name."5149msgstr ""51505151#: builtin/fetch.c:11445152msgid "--depth and --unshallow cannot be used together"5153msgstr ""51545155#: builtin/fetch.c:11465156msgid "--unshallow on a complete repository does not make sense"5157msgstr ""51585159#: builtin/fetch.c:11695160msgid "fetch --all does not take a repository argument"5161msgstr ""51625163#: builtin/fetch.c:11715164msgid "fetch --all does not make sense with refspecs"5165msgstr ""51665167#: builtin/fetch.c:11825168#, c-format5169msgid "No such remote or remote group: %s"5170msgstr ""51715172#: builtin/fetch.c:11905173msgid "Fetching a group and specifying refspecs does not make sense"5174msgstr ""51755176#: builtin/fmt-merge-msg.c:135177msgid ""5178"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"5179msgstr ""51805181#: builtin/fmt-merge-msg.c:662 builtin/fmt-merge-msg.c:665 builtin/grep.c:6985182#: builtin/merge.c:198 builtin/repack.c:178 builtin/repack.c:1825183#: builtin/show-branch.c:657 builtin/show-ref.c:178 builtin/tag.c:5905184#: parse-options.h:132 parse-options.h:2395185msgid "n"5186msgstr ""51875188#: builtin/fmt-merge-msg.c:6635189msgid "populate log with at most <n> entries from shortlog"5190msgstr ""51915192#: builtin/fmt-merge-msg.c:6665193msgid "alias for --log (deprecated)"5194msgstr ""51955196#: builtin/fmt-merge-msg.c:6695197msgid "text"5198msgstr ""51995200#: builtin/fmt-merge-msg.c:6705201msgid "use <text> as start of message"5202msgstr ""52035204#: builtin/fmt-merge-msg.c:6715205msgid "file to read from"5206msgstr ""52075208#: builtin/for-each-ref.c:6755209msgid "unable to parse format"5210msgstr ""52115212#: builtin/for-each-ref.c:10635213msgid "git for-each-ref [<options>] [<pattern>]"5214msgstr ""52155216#: builtin/for-each-ref.c:10785217msgid "quote placeholders suitably for shells"5218msgstr ""52195220#: builtin/for-each-ref.c:10805221msgid "quote placeholders suitably for perl"5222msgstr ""52235224#: builtin/for-each-ref.c:10825225msgid "quote placeholders suitably for python"5226msgstr ""52275228#: builtin/for-each-ref.c:10845229msgid "quote placeholders suitably for Tcl"5230msgstr ""52315232#: builtin/for-each-ref.c:10875233msgid "show only <n> matched refs"5234msgstr ""52355236#: builtin/for-each-ref.c:1088 builtin/replace.c:4385237msgid "format"5238msgstr ""52395240#: builtin/for-each-ref.c:10885241msgid "format to use for the output"5242msgstr ""52435244#: builtin/for-each-ref.c:10895245msgid "key"5246msgstr ""52475248#: builtin/for-each-ref.c:10905249msgid "field name to sort on"5250msgstr ""52515252#: builtin/fsck.c:147 builtin/prune.c:1375253msgid "Checking connectivity"5254msgstr ""52555256#: builtin/fsck.c:5405257msgid "Checking object directories"5258msgstr ""52595260#: builtin/fsck.c:6035261msgid "git fsck [<options>] [<object>...]"5262msgstr ""52635264#: builtin/fsck.c:6095265msgid "show unreachable objects"5266msgstr ""52675268#: builtin/fsck.c:6105269msgid "show dangling objects"5270msgstr ""52715272#: builtin/fsck.c:6115273msgid "report tags"5274msgstr ""52755276#: builtin/fsck.c:6125277msgid "report root nodes"5278msgstr ""52795280#: builtin/fsck.c:6135281msgid "make index objects head nodes"5282msgstr ""52835284#: builtin/fsck.c:6145285msgid "make reflogs head nodes (default)"5286msgstr ""52875288#: builtin/fsck.c:6155289msgid "also consider packs and alternate objects"5290msgstr ""52915292#: builtin/fsck.c:6165293msgid "enable more strict checking"5294msgstr ""52955296#: builtin/fsck.c:6185297msgid "write dangling objects in .git/lost-found"5298msgstr ""52995300#: builtin/fsck.c:619 builtin/prune.c:1085301msgid "show progress"5302msgstr ""53035304#: builtin/fsck.c:6695305msgid "Checking objects"5306msgstr ""53075308#: builtin/gc.c:245309msgid "git gc [<options>]"5310msgstr ""53115312#: builtin/gc.c:795313#, c-format5314msgid "Invalid gc.pruneexpire: '%s'"5315msgstr ""53165317#: builtin/gc.c:1075318#, c-format5319msgid "insanely long object directory %.*s"5320msgstr ""53215322#: builtin/gc.c:2765323msgid "prune unreferenced objects"5324msgstr ""53255326#: builtin/gc.c:2785327msgid "be more thorough (increased runtime)"5328msgstr ""53295330#: builtin/gc.c:2795331msgid "enable auto-gc mode"5332msgstr ""53335334#: builtin/gc.c:2805335msgid "force running gc even if there may be another gc running"5336msgstr ""53375338#: builtin/gc.c:3215339#, c-format5340msgid "Auto packing the repository in background for optimum performance.\n"5341msgstr ""53425343#: builtin/gc.c:3235344#, c-format5345msgid "Auto packing the repository for optimum performance.\n"5346msgstr ""53475348#: builtin/gc.c:3245349#, c-format5350msgid "See \"git help gc\" for manual housekeeping.\n"5351msgstr ""53525353#: builtin/gc.c:3425354#, c-format5355msgid ""5356"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"5357msgstr ""53585359#: builtin/gc.c:3645360msgid ""5361"There are too many unreachable loose objects; run 'git prune' to remove them."5362msgstr ""53635364#: builtin/grep.c:235365msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"5366msgstr ""53675368#: builtin/grep.c:2185369#, c-format5370msgid "grep: failed to create thread: %s"5371msgstr ""53725373#: builtin/grep.c:441 builtin/grep.c:4765374#, c-format5375msgid "unable to read tree (%s)"5376msgstr ""53775378#: builtin/grep.c:4915379#, c-format5380msgid "unable to grep from object of type %s"5381msgstr ""53825383#: builtin/grep.c:5475384#, c-format5385msgid "switch `%c' expects a numerical value"5386msgstr ""53875388#: builtin/grep.c:5645389#, c-format5390msgid "cannot open '%s'"5391msgstr ""53925393#: builtin/grep.c:6385394msgid "search in index instead of in the work tree"5395msgstr ""53965397#: builtin/grep.c:6405398msgid "find in contents not managed by git"5399msgstr ""54005401#: builtin/grep.c:6425402msgid "search in both tracked and untracked files"5403msgstr ""54045405#: builtin/grep.c:6445406msgid "ignore files specified via '.gitignore'"5407msgstr ""54085409#: builtin/grep.c:6475410msgid "show non-matching lines"5411msgstr ""54125413#: builtin/grep.c:6495414msgid "case insensitive matching"5415msgstr ""54165417#: builtin/grep.c:6515418msgid "match patterns only at word boundaries"5419msgstr ""54205421#: builtin/grep.c:6535422msgid "process binary files as text"5423msgstr ""54245425#: builtin/grep.c:6555426msgid "don't match patterns in binary files"5427msgstr ""54285429#: builtin/grep.c:6585430msgid "process binary files with textconv filters"5431msgstr ""54325433#: builtin/grep.c:6605434msgid "descend at most <depth> levels"5435msgstr ""54365437#: builtin/grep.c:6645438msgid "use extended POSIX regular expressions"5439msgstr ""54405441#: builtin/grep.c:6675442msgid "use basic POSIX regular expressions (default)"5443msgstr ""54445445#: builtin/grep.c:6705446msgid "interpret patterns as fixed strings"5447msgstr ""54485449#: builtin/grep.c:6735450msgid "use Perl-compatible regular expressions"5451msgstr ""54525453#: builtin/grep.c:6765454msgid "show line numbers"5455msgstr ""54565457#: builtin/grep.c:6775458msgid "don't show filenames"5459msgstr ""54605461#: builtin/grep.c:6785462msgid "show filenames"5463msgstr ""54645465#: builtin/grep.c:6805466msgid "show filenames relative to top directory"5467msgstr ""54685469#: builtin/grep.c:6825470msgid "show only filenames instead of matching lines"5471msgstr ""54725473#: builtin/grep.c:6845474msgid "synonym for --files-with-matches"5475msgstr ""54765477#: builtin/grep.c:6875478msgid "show only the names of files without match"5479msgstr ""54805481#: builtin/grep.c:6895482msgid "print NUL after filenames"5483msgstr ""54845485#: builtin/grep.c:6915486msgid "show the number of matches instead of matching lines"5487msgstr ""54885489#: builtin/grep.c:6925490msgid "highlight matches"5491msgstr ""54925493#: builtin/grep.c:6945494msgid "print empty line between matches from different files"5495msgstr ""54965497#: builtin/grep.c:6965498msgid "show filename only once above matches from same file"5499msgstr ""55005501#: builtin/grep.c:6995502msgid "show <n> context lines before and after matches"5503msgstr ""55045505#: builtin/grep.c:7025506msgid "show <n> context lines before matches"5507msgstr ""55085509#: builtin/grep.c:7045510msgid "show <n> context lines after matches"5511msgstr ""55125513#: builtin/grep.c:7055514msgid "shortcut for -C NUM"5515msgstr ""55165517#: builtin/grep.c:7085518msgid "show a line with the function name before matches"5519msgstr ""55205521#: builtin/grep.c:7105522msgid "show the surrounding function"5523msgstr ""55245525#: builtin/grep.c:7135526msgid "read patterns from file"5527msgstr ""55285529#: builtin/grep.c:7155530msgid "match <pattern>"5531msgstr ""55325533#: builtin/grep.c:7175534msgid "combine patterns specified with -e"5535msgstr ""55365537#: builtin/grep.c:7295538msgid "indicate hit with exit status without output"5539msgstr ""55405541#: builtin/grep.c:7315542msgid "show only matches from files that match all patterns"5543msgstr ""55445545#: builtin/grep.c:7335546msgid "show parse tree for grep expression"5547msgstr ""55485549#: builtin/grep.c:7375550msgid "pager"5551msgstr ""55525553#: builtin/grep.c:7375554msgid "show matching files in the pager"5555msgstr ""55565557#: builtin/grep.c:7405558msgid "allow calling of grep(1) (ignored by this build)"5559msgstr ""55605561#: builtin/grep.c:741 builtin/show-ref.c:1875562msgid "show usage"5563msgstr ""55645565#: builtin/grep.c:8085566msgid "no pattern given."5567msgstr ""55685569#: builtin/grep.c:8665570msgid "--open-files-in-pager only works on the worktree"5571msgstr ""55725573#: builtin/grep.c:8925574msgid "--cached or --untracked cannot be used with --no-index."5575msgstr ""55765577#: builtin/grep.c:8975578msgid "--no-index or --untracked cannot be used with revs."5579msgstr ""55805581#: builtin/grep.c:9005582msgid "--[no-]exclude-standard cannot be used for tracked contents."5583msgstr ""55845585#: builtin/grep.c:9085586msgid "both --cached and trees are given."5587msgstr ""55885589#: builtin/hash-object.c:825590msgid ""5591"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "5592"[--] <file>..."5593msgstr ""55945595#: builtin/hash-object.c:835596msgid "git hash-object --stdin-paths < <list-of-paths>"5597msgstr ""55985599#: builtin/hash-object.c:94 builtin/tag.c:6125600msgid "type"5601msgstr ""56025603#: builtin/hash-object.c:945604msgid "object type"5605msgstr ""56065607#: builtin/hash-object.c:955608msgid "write the object into the object database"5609msgstr ""56105611#: builtin/hash-object.c:975612msgid "read the object from stdin"5613msgstr ""56145615#: builtin/hash-object.c:995616msgid "store file as is without filters"5617msgstr ""56185619#: builtin/hash-object.c:1005620msgid ""5621"just hash any random garbage to create corrupt objects for debugging Git"5622msgstr ""56235624#: builtin/hash-object.c:1015625msgid "process file as it were from this path"5626msgstr ""56275628#: builtin/help.c:415629msgid "print all available commands"5630msgstr ""56315632#: builtin/help.c:425633msgid "print list of useful guides"5634msgstr ""56355636#: builtin/help.c:435637msgid "show man page"5638msgstr ""56395640#: builtin/help.c:445641msgid "show manual in web browser"5642msgstr ""56435644#: builtin/help.c:465645msgid "show info page"5646msgstr ""56475648#: builtin/help.c:525649msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"5650msgstr ""56515652#: builtin/help.c:645653#, c-format5654msgid "unrecognized help format '%s'"5655msgstr ""56565657#: builtin/help.c:915658msgid "Failed to start emacsclient."5659msgstr ""56605661#: builtin/help.c:1045662msgid "Failed to parse emacsclient version."5663msgstr ""56645665#: builtin/help.c:1125666#, c-format5667msgid "emacsclient version '%d' too old (< 22)."5668msgstr ""56695670#: builtin/help.c:130 builtin/help.c:158 builtin/help.c:167 builtin/help.c:1755671#, c-format5672msgid "failed to exec '%s': %s"5673msgstr ""56745675#: builtin/help.c:2155676#, c-format5677msgid ""5678"'%s': path for unsupported man viewer.\n"5679"Please consider using 'man.<tool>.cmd' instead."5680msgstr ""56815682#: builtin/help.c:2275683#, c-format5684msgid ""5685"'%s': cmd for supported man viewer.\n"5686"Please consider using 'man.<tool>.path' instead."5687msgstr ""56885689#: builtin/help.c:3545690#, c-format5691msgid "'%s': unknown man viewer."5692msgstr ""56935694#: builtin/help.c:3715695msgid "no man viewer handled the request"5696msgstr ""56975698#: builtin/help.c:3795699msgid "no info viewer handled the request"5700msgstr ""57015702#: builtin/help.c:4285703msgid "Defining attributes per path"5704msgstr ""57055706#: builtin/help.c:4295707msgid "Everyday Git With 20 Commands Or So"5708msgstr ""57095710#: builtin/help.c:4305711msgid "A Git glossary"5712msgstr ""57135714#: builtin/help.c:4315715msgid "Specifies intentionally untracked files to ignore"5716msgstr ""57175718#: builtin/help.c:4325719msgid "Defining submodule properties"5720msgstr ""57215722#: builtin/help.c:4335723msgid "Specifying revisions and ranges for Git"5724msgstr ""57255726#: builtin/help.c:4345727msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"5728msgstr ""57295730#: builtin/help.c:4355731msgid "An overview of recommended workflows with Git"5732msgstr ""57335734#: builtin/help.c:4475735msgid "The common Git guides are:\n"5736msgstr ""57375738#: builtin/help.c:468 builtin/help.c:4855739#, c-format5740msgid "usage: %s%s"5741msgstr ""57425743#: builtin/help.c:5015744#, c-format5745msgid "`git %s' is aliased to `%s'"5746msgstr ""57475748#: builtin/index-pack.c:1505749#, c-format5750msgid "unable to open %s"5751msgstr ""57525753#: builtin/index-pack.c:2005754#, c-format5755msgid "object type mismatch at %s"5756msgstr ""57575758#: builtin/index-pack.c:2205759#, c-format5760msgid "did not receive expected object %s"5761msgstr ""57625763#: builtin/index-pack.c:2235764#, c-format5765msgid "object %s: expected type %s, found %s"5766msgstr ""57675768#: builtin/index-pack.c:2655769#, c-format5770msgid "cannot fill %d byte"5771msgid_plural "cannot fill %d bytes"5772msgstr[0] ""5773msgstr[1] ""57745775#: builtin/index-pack.c:2755776msgid "early EOF"5777msgstr ""57785779#: builtin/index-pack.c:2765780msgid "read error on input"5781msgstr ""57825783#: builtin/index-pack.c:2885784msgid "used more bytes than were available"5785msgstr ""57865787#: builtin/index-pack.c:2955788msgid "pack too large for current definition of off_t"5789msgstr ""57905791#: builtin/index-pack.c:3115792#, c-format5793msgid "unable to create '%s'"5794msgstr ""57955796#: builtin/index-pack.c:3165797#, c-format5798msgid "cannot open packfile '%s'"5799msgstr ""58005801#: builtin/index-pack.c:3305802msgid "pack signature mismatch"5803msgstr ""58045805#: builtin/index-pack.c:3325806#, c-format5807msgid "pack version %<PRIu32> unsupported"5808msgstr ""58095810#: builtin/index-pack.c:3505811#, c-format5812msgid "pack has bad object at offset %lu: %s"5813msgstr ""58145815#: builtin/index-pack.c:4715816#, c-format5817msgid "inflate returned %d"5818msgstr ""58195820#: builtin/index-pack.c:5205821msgid "offset value overflow for delta base object"5822msgstr ""58235824#: builtin/index-pack.c:5285825msgid "delta base offset is out of bound"5826msgstr ""58275828#: builtin/index-pack.c:5365829#, c-format5830msgid "unknown object type %d"5831msgstr ""58325833#: builtin/index-pack.c:5675834msgid "cannot pread pack file"5835msgstr ""58365837#: builtin/index-pack.c:5695838#, c-format5839msgid "premature end of pack file, %lu byte missing"5840msgid_plural "premature end of pack file, %lu bytes missing"5841msgstr[0] ""5842msgstr[1] ""58435844#: builtin/index-pack.c:5955845msgid "serious inflate inconsistency"5846msgstr ""58475848#: builtin/index-pack.c:686 builtin/index-pack.c:692 builtin/index-pack.c:7155849#: builtin/index-pack.c:749 builtin/index-pack.c:7585850#, c-format5851msgid "SHA1 COLLISION FOUND WITH %s !"5852msgstr ""58535854#: builtin/index-pack.c:689 builtin/pack-objects.c:1625855#: builtin/pack-objects.c:2545856#, c-format5857msgid "unable to read %s"5858msgstr ""58595860#: builtin/index-pack.c:7555861#, c-format5862msgid "cannot read existing object %s"5863msgstr ""58645865#: builtin/index-pack.c:7695866#, c-format5867msgid "invalid blob object %s"5868msgstr ""58695870#: builtin/index-pack.c:7835871#, c-format5872msgid "invalid %s"5873msgstr ""58745875#: builtin/index-pack.c:7875876msgid "Error in object"5877msgstr ""58785879#: builtin/index-pack.c:7895880#, c-format5881msgid "Not all child objects of %s are reachable"5882msgstr ""58835884#: builtin/index-pack.c:861 builtin/index-pack.c:8905885msgid "failed to apply delta"5886msgstr ""58875888#: builtin/index-pack.c:10555889msgid "Receiving objects"5890msgstr ""58915892#: builtin/index-pack.c:10555893msgid "Indexing objects"5894msgstr ""58955896#: builtin/index-pack.c:10815897msgid "pack is corrupted (SHA1 mismatch)"5898msgstr ""58995900#: builtin/index-pack.c:10865901msgid "cannot fstat packfile"5902msgstr ""59035904#: builtin/index-pack.c:10895905msgid "pack has junk at the end"5906msgstr ""59075908#: builtin/index-pack.c:11005909msgid "confusion beyond insanity in parse_pack_objects()"5910msgstr ""59115912#: builtin/index-pack.c:11235913msgid "Resolving deltas"5914msgstr ""59155916#: builtin/index-pack.c:11335917#, c-format5918msgid "unable to create thread: %s"5919msgstr ""59205921#: builtin/index-pack.c:11755922msgid "confusion beyond insanity"5923msgstr ""59245925#: builtin/index-pack.c:11815926#, c-format5927msgid "completed with %d local objects"5928msgstr ""59295930#: builtin/index-pack.c:11915931#, c-format5932msgid "Unexpected tail checksum for %s (disk corruption?)"5933msgstr ""59345935#: builtin/index-pack.c:11955936#, c-format5937msgid "pack has %d unresolved delta"5938msgid_plural "pack has %d unresolved deltas"5939msgstr[0] ""5940msgstr[1] ""59415942#: builtin/index-pack.c:12195943#, c-format5944msgid "unable to deflate appended object (%d)"5945msgstr ""59465947#: builtin/index-pack.c:12985948#, c-format5949msgid "local object %s is corrupt"5950msgstr ""59515952#: builtin/index-pack.c:13225953msgid "error while closing pack file"5954msgstr ""59555956#: builtin/index-pack.c:13355957#, c-format5958msgid "cannot write keep file '%s'"5959msgstr ""59605961#: builtin/index-pack.c:13435962#, c-format5963msgid "cannot close written keep file '%s'"5964msgstr ""59655966#: builtin/index-pack.c:13565967msgid "cannot store pack file"5968msgstr ""59695970#: builtin/index-pack.c:13675971msgid "cannot store index file"5972msgstr ""59735974#: builtin/index-pack.c:14005975#, c-format5976msgid "bad pack.indexversion=%<PRIu32>"5977msgstr ""59785979#: builtin/index-pack.c:14065980#, c-format5981msgid "invalid number of threads specified (%d)"5982msgstr ""59835984#: builtin/index-pack.c:1410 builtin/index-pack.c:15895985#, c-format5986msgid "no threads support, ignoring %s"5987msgstr ""59885989#: builtin/index-pack.c:14685990#, c-format5991msgid "Cannot open existing pack file '%s'"5992msgstr ""59935994#: builtin/index-pack.c:14705995#, c-format5996msgid "Cannot open existing pack idx file for '%s'"5997msgstr ""59985999#: builtin/index-pack.c:15176000#, c-format6001msgid "non delta: %d object"6002msgid_plural "non delta: %d objects"6003msgstr[0] ""6004msgstr[1] ""60056006#: builtin/index-pack.c:15246007#, c-format6008msgid "chain length = %d: %lu object"6009msgid_plural "chain length = %d: %lu objects"6010msgstr[0] ""6011msgstr[1] ""60126013#: builtin/index-pack.c:15536014msgid "Cannot come back to cwd"6015msgstr ""60166017#: builtin/index-pack.c:1601 builtin/index-pack.c:16046018#: builtin/index-pack.c:1616 builtin/index-pack.c:16206019#, c-format6020msgid "bad %s"6021msgstr ""60226023#: builtin/index-pack.c:16346024msgid "--fix-thin cannot be used without --stdin"6025msgstr ""60266027#: builtin/index-pack.c:1638 builtin/index-pack.c:16476028#, c-format6029msgid "packfile name '%s' does not end with '.pack'"6030msgstr ""60316032#: builtin/index-pack.c:16556033msgid "--verify with no packfile name given"6034msgstr ""60356036#: builtin/init-db.c:356037#, c-format6038msgid "Could not make %s writable by group"6039msgstr ""60406041#: builtin/init-db.c:626042#, c-format6043msgid "insanely long template name %s"6044msgstr ""60456046#: builtin/init-db.c:676047#, c-format6048msgid "cannot stat '%s'"6049msgstr ""60506051#: builtin/init-db.c:736052#, c-format6053msgid "cannot stat template '%s'"6054msgstr ""60556056#: builtin/init-db.c:806057#, c-format6058msgid "cannot opendir '%s'"6059msgstr ""60606061#: builtin/init-db.c:976062#, c-format6063msgid "cannot readlink '%s'"6064msgstr ""60656066#: builtin/init-db.c:996067#, c-format6068msgid "insanely long symlink %s"6069msgstr ""60706071#: builtin/init-db.c:1026072#, c-format6073msgid "cannot symlink '%s' '%s'"6074msgstr ""60756076#: builtin/init-db.c:1066077#, c-format6078msgid "cannot copy '%s' to '%s'"6079msgstr ""60806081#: builtin/init-db.c:1106082#, c-format6083msgid "ignoring template %s"6084msgstr ""60856086#: builtin/init-db.c:1366087#, c-format6088msgid "insanely long template path %s"6089msgstr ""60906091#: builtin/init-db.c:1446092#, c-format6093msgid "templates not found %s"6094msgstr ""60956096#: builtin/init-db.c:1576097#, c-format6098msgid "not copying templates of a wrong format version %d from '%s'"6099msgstr ""61006101#: builtin/init-db.c:1976102#, c-format6103msgid "insane git directory %s"6104msgstr ""61056106#: builtin/init-db.c:331 builtin/init-db.c:3346107#, c-format6108msgid "%s already exists"6109msgstr ""61106111#: builtin/init-db.c:3636112#, c-format6113msgid "unable to handle file type %d"6114msgstr ""61156116#: builtin/init-db.c:3666117#, c-format6118msgid "unable to move %s to %s"6119msgstr ""61206121#. TRANSLATORS: The first '%s' is either "Reinitialized6122#. existing" or "Initialized empty", the second " shared" or6123#. "", and the last '%s%s' is the verbatim directory name.6124#: builtin/init-db.c:4266125#, c-format6126msgid "%s%s Git repository in %s%s\n"6127msgstr ""61286129#: builtin/init-db.c:4276130msgid "Reinitialized existing"6131msgstr ""61326133#: builtin/init-db.c:4276134msgid "Initialized empty"6135msgstr ""61366137#: builtin/init-db.c:4286138msgid " shared"6139msgstr ""61406141#: builtin/init-db.c:4756142msgid ""6143"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"6144"shared[=<permissions>]] [<directory>]"6145msgstr ""61466147#: builtin/init-db.c:4986148msgid "permissions"6149msgstr ""61506151#: builtin/init-db.c:4996152msgid "specify that the git repository is to be shared amongst several users"6153msgstr ""61546155#: builtin/init-db.c:501 builtin/prune-packed.c:57 builtin/repack.c:1716156msgid "be quiet"6157msgstr ""61586159#: builtin/init-db.c:533 builtin/init-db.c:5386160#, c-format6161msgid "cannot mkdir %s"6162msgstr ""61636164#: builtin/init-db.c:5426165#, c-format6166msgid "cannot chdir to %s"6167msgstr ""61686169#: builtin/init-db.c:5636170#, c-format6171msgid ""6172"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"6173"dir=<directory>)"6174msgstr ""61756176#: builtin/init-db.c:5916177#, c-format6178msgid "Cannot access work tree '%s'"6179msgstr ""61806181#: builtin/interpret-trailers.c:156182msgid ""6183"git interpret-trailers [--trim-empty] [(--trailer <token>[(=|:)<value>])...] "6184"[<file>...]"6185msgstr ""61866187#: builtin/interpret-trailers.c:256188msgid "trim empty trailers"6189msgstr ""61906191#: builtin/interpret-trailers.c:266192msgid "trailer"6193msgstr ""61946195#: builtin/interpret-trailers.c:276196msgid "trailer(s) to add"6197msgstr ""61986199#: builtin/log.c:416200msgid "git log [<options>] [<revision range>] [[--] <path>...]"6201msgstr ""62026203#: builtin/log.c:426204msgid "git show [<options>] <object>..."6205msgstr ""62066207#: builtin/log.c:816208#, c-format6209msgid "invalid --decorate option: %s"6210msgstr ""62116212#: builtin/log.c:1276213msgid "suppress diff output"6214msgstr ""62156216#: builtin/log.c:1286217msgid "show source"6218msgstr ""62196220#: builtin/log.c:1296221msgid "Use mail map file"6222msgstr ""62236224#: builtin/log.c:1306225msgid "decorate options"6226msgstr ""62276228#: builtin/log.c:1336229msgid "Process line range n,m in file, counting from 1"6230msgstr ""62316232#: builtin/log.c:2296233#, c-format6234msgid "Final output: %d %s\n"6235msgstr ""62366237#: builtin/log.c:4586238#, c-format6239msgid "git show %s: bad file"6240msgstr ""62416242#: builtin/log.c:472 builtin/log.c:5646243#, c-format6244msgid "Could not read object %s"6245msgstr ""62466247#: builtin/log.c:5886248#, c-format6249msgid "Unknown type: %d"6250msgstr ""62516252#: builtin/log.c:6896253msgid "format.headers without value"6254msgstr ""62556256#: builtin/log.c:7736257msgid "name of output directory is too long"6258msgstr ""62596260#: builtin/log.c:7896261#, c-format6262msgid "Cannot open patch file %s"6263msgstr ""62646265#: builtin/log.c:8036266msgid "Need exactly one range."6267msgstr ""62686269#: builtin/log.c:8116270msgid "Not a range."6271msgstr ""62726273#: builtin/log.c:9196274msgid "Cover letter needs email format"6275msgstr ""62766277#: builtin/log.c:9986278#, c-format6279msgid "insane in-reply-to: %s"6280msgstr ""62816282#: builtin/log.c:10266283msgid "git format-patch [<options>] [<since> | <revision-range>]"6284msgstr ""62856286#: builtin/log.c:10716287msgid "Two output directories?"6288msgstr ""62896290#: builtin/log.c:11866291msgid "use [PATCH n/m] even with a single patch"6292msgstr ""62936294#: builtin/log.c:11896295msgid "use [PATCH] even with multiple patches"6296msgstr ""62976298#: builtin/log.c:11936299msgid "print patches to standard out"6300msgstr ""63016302#: builtin/log.c:11956303msgid "generate a cover letter"6304msgstr ""63056306#: builtin/log.c:11976307msgid "use simple number sequence for output file names"6308msgstr ""63096310#: builtin/log.c:11986311msgid "sfx"6312msgstr ""63136314#: builtin/log.c:11996315msgid "use <sfx> instead of '.patch'"6316msgstr ""63176318#: builtin/log.c:12016319msgid "start numbering patches at <n> instead of 1"6320msgstr ""63216322#: builtin/log.c:12036323msgid "mark the series as Nth re-roll"6324msgstr ""63256326#: builtin/log.c:12056327msgid "Use [<prefix>] instead of [PATCH]"6328msgstr ""63296330#: builtin/log.c:12086331msgid "store resulting files in <dir>"6332msgstr ""63336334#: builtin/log.c:12116335msgid "don't strip/add [PATCH]"6336msgstr ""63376338#: builtin/log.c:12146339msgid "don't output binary diffs"6340msgstr ""63416342#: builtin/log.c:12166343msgid "don't include a patch matching a commit upstream"6344msgstr ""63456346#: builtin/log.c:12186347msgid "show patch format instead of default (patch + stat)"6348msgstr ""63496350#: builtin/log.c:12206351msgid "Messaging"6352msgstr ""63536354#: builtin/log.c:12216355msgid "header"6356msgstr ""63576358#: builtin/log.c:12226359msgid "add email header"6360msgstr ""63616362#: builtin/log.c:1223 builtin/log.c:12256363msgid "email"6364msgstr ""63656366#: builtin/log.c:12236367msgid "add To: header"6368msgstr ""63696370#: builtin/log.c:12256371msgid "add Cc: header"6372msgstr ""63736374#: builtin/log.c:12276375msgid "ident"6376msgstr ""63776378#: builtin/log.c:12286379msgid "set From address to <ident> (or committer ident if absent)"6380msgstr ""63816382#: builtin/log.c:12306383msgid "message-id"6384msgstr ""63856386#: builtin/log.c:12316387msgid "make first mail a reply to <message-id>"6388msgstr ""63896390#: builtin/log.c:1232 builtin/log.c:12356391msgid "boundary"6392msgstr ""63936394#: builtin/log.c:12336395msgid "attach the patch"6396msgstr ""63976398#: builtin/log.c:12366399msgid "inline the patch"6400msgstr ""64016402#: builtin/log.c:12406403msgid "enable message threading, styles: shallow, deep"6404msgstr ""64056406#: builtin/log.c:12426407msgid "signature"6408msgstr ""64096410#: builtin/log.c:12436411msgid "add a signature"6412msgstr ""64136414#: builtin/log.c:12456415msgid "add a signature from a file"6416msgstr ""64176418#: builtin/log.c:12466419msgid "don't print the patch filenames"6420msgstr ""64216422#: builtin/log.c:13206423#, c-format6424msgid "invalid ident line: %s"6425msgstr ""64266427#: builtin/log.c:13356428msgid "-n and -k are mutually exclusive."6429msgstr ""64306431#: builtin/log.c:13376432msgid "--subject-prefix and -k are mutually exclusive."6433msgstr ""64346435#: builtin/log.c:13456436msgid "--name-only does not make sense"6437msgstr ""64386439#: builtin/log.c:13476440msgid "--name-status does not make sense"6441msgstr ""64426443#: builtin/log.c:13496444msgid "--check does not make sense"6445msgstr ""64466447#: builtin/log.c:13726448msgid "standard output, or directory, which one?"6449msgstr ""64506451#: builtin/log.c:13746452#, c-format6453msgid "Could not create directory '%s'"6454msgstr ""64556456#: builtin/log.c:14726457#, c-format6458msgid "unable to read signature file '%s'"6459msgstr ""64606461#: builtin/log.c:15356462msgid "Failed to create output files"6463msgstr ""64646465#: builtin/log.c:15836466msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"6467msgstr ""64686469#: builtin/log.c:16386470#, c-format6471msgid ""6472"Could not find a tracked remote branch, please specify <upstream> manually.\n"6473msgstr ""64746475#: builtin/log.c:1651 builtin/log.c:1653 builtin/log.c:16656476#, c-format6477msgid "Unknown commit %s"6478msgstr ""64796480#: builtin/ls-files.c:3586481msgid "git ls-files [<options>] [<file>...]"6482msgstr ""64836484#: builtin/ls-files.c:4156485msgid "identify the file status with tags"6486msgstr ""64876488#: builtin/ls-files.c:4176489msgid "use lowercase letters for 'assume unchanged' files"6490msgstr ""64916492#: builtin/ls-files.c:4196493msgid "show cached files in the output (default)"6494msgstr ""64956496#: builtin/ls-files.c:4216497msgid "show deleted files in the output"6498msgstr ""64996500#: builtin/ls-files.c:4236501msgid "show modified files in the output"6502msgstr ""65036504#: builtin/ls-files.c:4256505msgid "show other files in the output"6506msgstr ""65076508#: builtin/ls-files.c:4276509msgid "show ignored files in the output"6510msgstr ""65116512#: builtin/ls-files.c:4306513msgid "show staged contents' object name in the output"6514msgstr ""65156516#: builtin/ls-files.c:4326517msgid "show files on the filesystem that need to be removed"6518msgstr ""65196520#: builtin/ls-files.c:4346521msgid "show 'other' directories' names only"6522msgstr ""65236524#: builtin/ls-files.c:4376525msgid "don't show empty directories"6526msgstr ""65276528#: builtin/ls-files.c:4406529msgid "show unmerged files in the output"6530msgstr ""65316532#: builtin/ls-files.c:4426533msgid "show resolve-undo information"6534msgstr ""65356536#: builtin/ls-files.c:4446537msgid "skip files matching pattern"6538msgstr ""65396540#: builtin/ls-files.c:4476541msgid "exclude patterns are read from <file>"6542msgstr ""65436544#: builtin/ls-files.c:4506545msgid "read additional per-directory exclude patterns in <file>"6546msgstr ""65476548#: builtin/ls-files.c:4526549msgid "add the standard git exclusions"6550msgstr ""65516552#: builtin/ls-files.c:4556553msgid "make the output relative to the project top directory"6554msgstr ""65556556#: builtin/ls-files.c:4586557msgid "if any <file> is not in the index, treat this as an error"6558msgstr ""65596560#: builtin/ls-files.c:4596561msgid "tree-ish"6562msgstr ""65636564#: builtin/ls-files.c:4606565msgid "pretend that paths removed since <tree-ish> are still present"6566msgstr ""65676568#: builtin/ls-files.c:4626569msgid "show debugging data"6570msgstr ""65716572#: builtin/ls-tree.c:286573msgid "git ls-tree [<options>] <tree-ish> [<path>...]"6574msgstr ""65756576#: builtin/ls-tree.c:1276577msgid "only show trees"6578msgstr ""65796580#: builtin/ls-tree.c:1296581msgid "recurse into subtrees"6582msgstr ""65836584#: builtin/ls-tree.c:1316585msgid "show trees when recursing"6586msgstr ""65876588#: builtin/ls-tree.c:1346589msgid "terminate entries with NUL byte"6590msgstr ""65916592#: builtin/ls-tree.c:1356593msgid "include object size"6594msgstr ""65956596#: builtin/ls-tree.c:137 builtin/ls-tree.c:1396597msgid "list only filenames"6598msgstr ""65996600#: builtin/ls-tree.c:1426601msgid "use full path names"6602msgstr ""66036604#: builtin/ls-tree.c:1446605msgid "list entire tree; not just current directory (implies --full-name)"6606msgstr ""66076608#: builtin/merge.c:456609msgid "git merge [<options>] [<commit>...]"6610msgstr ""66116612#: builtin/merge.c:466613msgid "git merge [<options>] <msg> HEAD <commit>"6614msgstr ""66156616#: builtin/merge.c:476617msgid "git merge --abort"6618msgstr ""66196620#: builtin/merge.c:1006621msgid "switch `m' requires a value"6622msgstr ""66236624#: builtin/merge.c:1376625#, c-format6626msgid "Could not find merge strategy '%s'.\n"6627msgstr ""66286629#: builtin/merge.c:1386630#, c-format6631msgid "Available strategies are:"6632msgstr ""66336634#: builtin/merge.c:1436635#, c-format6636msgid "Available custom strategies are:"6637msgstr ""66386639#: builtin/merge.c:1936640msgid "do not show a diffstat at the end of the merge"6641msgstr ""66426643#: builtin/merge.c:1966644msgid "show a diffstat at the end of the merge"6645msgstr ""66466647#: builtin/merge.c:1976648msgid "(synonym to --stat)"6649msgstr ""66506651#: builtin/merge.c:1996652msgid "add (at most <n>) entries from shortlog to merge commit message"6653msgstr ""66546655#: builtin/merge.c:2026656msgid "create a single commit instead of doing a merge"6657msgstr ""66586659#: builtin/merge.c:2046660msgid "perform a commit if the merge succeeds (default)"6661msgstr ""66626663#: builtin/merge.c:2066664msgid "edit message before committing"6665msgstr ""66666667#: builtin/merge.c:2076668msgid "allow fast-forward (default)"6669msgstr ""66706671#: builtin/merge.c:2096672msgid "abort if fast-forward is not possible"6673msgstr ""66746675#: builtin/merge.c:2136676msgid "Verify that the named commit has a valid GPG signature"6677msgstr ""66786679#: builtin/merge.c:214 builtin/notes.c:753 builtin/revert.c:896680msgid "strategy"6681msgstr ""66826683#: builtin/merge.c:2156684msgid "merge strategy to use"6685msgstr ""66866687#: builtin/merge.c:2166688msgid "option=value"6689msgstr ""66906691#: builtin/merge.c:2176692msgid "option for selected merge strategy"6693msgstr ""66946695#: builtin/merge.c:2196696msgid "merge commit message (for a non-fast-forward merge)"6697msgstr ""66986699#: builtin/merge.c:2236700msgid "abort the current in-progress merge"6701msgstr ""67026703#: builtin/merge.c:2516704msgid "could not run stash."6705msgstr ""67066707#: builtin/merge.c:2566708msgid "stash failed"6709msgstr ""67106711#: builtin/merge.c:2616712#, c-format6713msgid "not a valid object: %s"6714msgstr ""67156716#: builtin/merge.c:280 builtin/merge.c:2976717msgid "read-tree failed"6718msgstr ""67196720#: builtin/merge.c:3276721msgid " (nothing to squash)"6722msgstr ""67236724#: builtin/merge.c:3406725#, c-format6726msgid "Squash commit -- not updating HEAD\n"6727msgstr ""67286729#: builtin/merge.c:3726730msgid "Writing SQUASH_MSG"6731msgstr ""67326733#: builtin/merge.c:3746734msgid "Finishing SQUASH_MSG"6735msgstr ""67366737#: builtin/merge.c:3976738#, c-format6739msgid "No merge message -- not updating HEAD\n"6740msgstr ""67416742#: builtin/merge.c:4476743#, c-format6744msgid "'%s' does not point to a commit"6745msgstr ""67466747#: builtin/merge.c:5596748#, c-format6749msgid "Bad branch.%s.mergeoptions string: %s"6750msgstr ""67516752#: builtin/merge.c:6546753msgid "git write-tree failed to write a tree"6754msgstr ""67556756#: builtin/merge.c:6786757msgid "Not handling anything other than two heads merge."6758msgstr ""67596760#: builtin/merge.c:6926761#, c-format6762msgid "Unknown option for merge-recursive: -X%s"6763msgstr ""67646765#: builtin/merge.c:7056766#, c-format6767msgid "unable to write %s"6768msgstr ""67696770#: builtin/merge.c:7946771#, c-format6772msgid "Could not read from '%s'"6773msgstr ""67746775#: builtin/merge.c:8036776#, c-format6777msgid "Not committing merge; use 'git commit' to complete the merge.\n"6778msgstr ""67796780#: builtin/merge.c:8096781#, c-format6782msgid ""6783"Please enter a commit message to explain why this merge is necessary,\n"6784"especially if it merges an updated upstream into a topic branch.\n"6785"\n"6786"Lines starting with '%c' will be ignored, and an empty message aborts\n"6787"the commit.\n"6788msgstr ""67896790#: builtin/merge.c:8336791msgid "Empty commit message."6792msgstr ""67936794#: builtin/merge.c:8456795#, c-format6796msgid "Wonderful.\n"6797msgstr ""67986799#: builtin/merge.c:9006800#, c-format6801msgid "Automatic merge failed; fix conflicts and then commit the result.\n"6802msgstr ""68036804#: builtin/merge.c:9166805#, c-format6806msgid "'%s' is not a commit"6807msgstr ""68086809#: builtin/merge.c:9576810msgid "No current branch."6811msgstr ""68126813#: builtin/merge.c:9596814msgid "No remote for the current branch."6815msgstr ""68166817#: builtin/merge.c:9616818msgid "No default upstream defined for the current branch."6819msgstr ""68206821#: builtin/merge.c:9666822#, c-format6823msgid "No remote-tracking branch for %s from %s"6824msgstr ""68256826#: builtin/merge.c:11226827msgid "There is no merge to abort (MERGE_HEAD missing)."6828msgstr ""68296830#: builtin/merge.c:11386831msgid ""6832"You have not concluded your merge (MERGE_HEAD exists).\n"6833"Please, commit your changes before you merge."6834msgstr ""68356836#: builtin/merge.c:1141 git-pull.sh:346837msgid "You have not concluded your merge (MERGE_HEAD exists)."6838msgstr ""68396840#: builtin/merge.c:11456841msgid ""6842"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"6843"Please, commit your changes before you merge."6844msgstr ""68456846#: builtin/merge.c:11486847msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."6848msgstr ""68496850#: builtin/merge.c:11576851msgid "You cannot combine --squash with --no-ff."6852msgstr ""68536854#: builtin/merge.c:11666855msgid "No commit specified and merge.defaultToUpstream not set."6856msgstr ""68576858#: builtin/merge.c:11986859msgid "Can merge only exactly one commit into empty head"6860msgstr ""68616862#: builtin/merge.c:12016863msgid "Squash commit into empty head not supported yet"6864msgstr ""68656866#: builtin/merge.c:12036867msgid "Non-fast-forward commit does not make sense into an empty head"6868msgstr ""68696870#: builtin/merge.c:12086871#, c-format6872msgid "%s - not something we can merge"6873msgstr ""68746875#: builtin/merge.c:12596876#, c-format6877msgid "Commit %s has an untrusted GPG signature, allegedly by %s."6878msgstr ""68796880#: builtin/merge.c:12626881#, c-format6882msgid "Commit %s has a bad GPG signature allegedly by %s."6883msgstr ""68846885#: builtin/merge.c:12656886#, c-format6887msgid "Commit %s does not have a GPG signature."6888msgstr ""68896890#: builtin/merge.c:12686891#, c-format6892msgid "Commit %s has a good GPG signature by %s\n"6893msgstr ""68946895#: builtin/merge.c:13496896#, c-format6897msgid "Updating %s..%s\n"6898msgstr ""68996900#: builtin/merge.c:13886901#, c-format6902msgid "Trying really trivial in-index merge...\n"6903msgstr ""69046905#: builtin/merge.c:13956906#, c-format6907msgid "Nope.\n"6908msgstr ""69096910#: builtin/merge.c:14276911msgid "Not possible to fast-forward, aborting."6912msgstr ""69136914#: builtin/merge.c:1450 builtin/merge.c:15296915#, c-format6916msgid "Rewinding the tree to pristine...\n"6917msgstr ""69186919#: builtin/merge.c:14546920#, c-format6921msgid "Trying merge strategy %s...\n"6922msgstr ""69236924#: builtin/merge.c:15206925#, c-format6926msgid "No merge strategy handled the merge.\n"6927msgstr ""69286929#: builtin/merge.c:15226930#, c-format6931msgid "Merge with strategy %s failed.\n"6932msgstr ""69336934#: builtin/merge.c:15316935#, c-format6936msgid "Using the %s to prepare resolving by hand.\n"6937msgstr ""69386939#: builtin/merge.c:15436940#, c-format6941msgid "Automatic merge went well; stopped before committing as requested\n"6942msgstr ""69436944#: builtin/merge-base.c:296945msgid "git merge-base [-a | --all] <commit> <commit>..."6946msgstr ""69476948#: builtin/merge-base.c:306949msgid "git merge-base [-a | --all] --octopus <commit>..."6950msgstr ""69516952#: builtin/merge-base.c:316953msgid "git merge-base --independent <commit>..."6954msgstr ""69556956#: builtin/merge-base.c:326957msgid "git merge-base --is-ancestor <commit> <commit>"6958msgstr ""69596960#: builtin/merge-base.c:336961msgid "git merge-base --fork-point <ref> [<commit>]"6962msgstr ""69636964#: builtin/merge-base.c:2146965msgid "output all common ancestors"6966msgstr ""69676968#: builtin/merge-base.c:2166969msgid "find ancestors for a single n-way merge"6970msgstr ""69716972#: builtin/merge-base.c:2186973msgid "list revs not reachable from others"6974msgstr ""69756976#: builtin/merge-base.c:2206977msgid "is the first one ancestor of the other?"6978msgstr ""69796980#: builtin/merge-base.c:2226981msgid "find where <commit> forked from reflog of <ref>"6982msgstr ""69836984#: builtin/merge-file.c:86985msgid ""6986"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "6987"<orig-file> <file2>"6988msgstr ""69896990#: builtin/merge-file.c:336991msgid "send results to standard output"6992msgstr ""69936994#: builtin/merge-file.c:346995msgid "use a diff3 based merge"6996msgstr ""69976998#: builtin/merge-file.c:356999msgid "for conflicts, use our version"7000msgstr ""70017002#: builtin/merge-file.c:377003msgid "for conflicts, use their version"7004msgstr ""70057006#: builtin/merge-file.c:397007msgid "for conflicts, use a union version"7008msgstr ""70097010#: builtin/merge-file.c:427011msgid "for conflicts, use this marker size"7012msgstr ""70137014#: builtin/merge-file.c:437015msgid "do not warn about conflicts"7016msgstr ""70177018#: builtin/merge-file.c:457019msgid "set labels for file1/orig-file/file2"7020msgstr ""70217022#: builtin/mktree.c:647023msgid "git mktree [-z] [--missing] [--batch]"7024msgstr ""70257026#: builtin/mktree.c:1507027msgid "input is NUL terminated"7028msgstr ""70297030#: builtin/mktree.c:151 builtin/write-tree.c:247031msgid "allow missing objects"7032msgstr ""70337034#: builtin/mktree.c:1527035msgid "allow creation of more than one tree"7036msgstr ""70377038#: builtin/mv.c:157039msgid "git mv [<options>] <source>... <destination>"7040msgstr ""70417042#: builtin/mv.c:697043#, c-format7044msgid "Directory %s is in index and no submodule?"7045msgstr ""70467047#: builtin/mv.c:717048msgid "Please stage your changes to .gitmodules or stash them to proceed"7049msgstr ""70507051#: builtin/mv.c:897052#, c-format7053msgid "%.*s is in index"7054msgstr ""70557056#: builtin/mv.c:1117057msgid "force move/rename even if target exists"7058msgstr ""70597060#: builtin/mv.c:1127061msgid "skip move/rename errors"7062msgstr ""70637064#: builtin/mv.c:1517065#, c-format7066msgid "destination '%s' is not a directory"7067msgstr ""70687069#: builtin/mv.c:1627070#, c-format7071msgid "Checking rename of '%s' to '%s'\n"7072msgstr ""70737074#: builtin/mv.c:1667075msgid "bad source"7076msgstr ""70777078#: builtin/mv.c:1697079msgid "can not move directory into itself"7080msgstr ""70817082#: builtin/mv.c:1727083msgid "cannot move directory over file"7084msgstr ""70857086#: builtin/mv.c:1817087msgid "source directory is empty"7088msgstr ""70897090#: builtin/mv.c:2067091msgid "not under version control"7092msgstr ""70937094#: builtin/mv.c:2097095msgid "destination exists"7096msgstr ""70977098#: builtin/mv.c:2177099#, c-format7100msgid "overwriting '%s'"7101msgstr ""71027103#: builtin/mv.c:2207104msgid "Cannot overwrite"7105msgstr ""71067107#: builtin/mv.c:2237108msgid "multiple sources for the same target"7109msgstr ""71107111#: builtin/mv.c:2257112msgid "destination directory does not exist"7113msgstr ""71147115#: builtin/mv.c:2327116#, c-format7117msgid "%s, source=%s, destination=%s"7118msgstr ""71197120#: builtin/mv.c:2537121#, c-format7122msgid "Renaming %s to %s\n"7123msgstr ""71247125#: builtin/mv.c:256 builtin/remote.c:728 builtin/repack.c:3597126#, c-format7127msgid "renaming '%s' failed"7128msgstr ""71297130#: builtin/name-rev.c:2557131msgid "git name-rev [<options>] <commit>..."7132msgstr ""71337134#: builtin/name-rev.c:2567135msgid "git name-rev [<options>] --all"7136msgstr ""71377138#: builtin/name-rev.c:2577139msgid "git name-rev [<options>] --stdin"7140msgstr ""71417142#: builtin/name-rev.c:3097143msgid "print only names (no SHA-1)"7144msgstr ""71457146#: builtin/name-rev.c:3107147msgid "only use tags to name the commits"7148msgstr ""71497150#: builtin/name-rev.c:3127151msgid "only use refs matching <pattern>"7152msgstr ""71537154#: builtin/name-rev.c:3147155msgid "list all commits reachable from all refs"7156msgstr ""71577158#: builtin/name-rev.c:3157159msgid "read from stdin"7160msgstr ""71617162#: builtin/name-rev.c:3167163msgid "allow to print `undefined` names (default)"7164msgstr ""71657166#: builtin/name-rev.c:3227167msgid "dereference tags in the input (internal use)"7168msgstr ""71697170#: builtin/notes.c:247171msgid "git notes [--ref <notes-ref>] [list [<object>]]"7172msgstr ""71737174#: builtin/notes.c:257175msgid ""7176"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "7177"| (-c | -C) <object>] [<object>]"7178msgstr ""71797180#: builtin/notes.c:267181msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"7182msgstr ""71837184#: builtin/notes.c:277185msgid ""7186"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "7187"(-c | -C) <object>] [<object>]"7188msgstr ""71897190#: builtin/notes.c:287191msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"7192msgstr ""71937194#: builtin/notes.c:297195msgid "git notes [--ref <notes-ref>] show [<object>]"7196msgstr ""71977198#: builtin/notes.c:307199msgid ""7200"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"7201msgstr ""72027203#: builtin/notes.c:317204msgid "git notes merge --commit [-v | -q]"7205msgstr ""72067207#: builtin/notes.c:327208msgid "git notes merge --abort [-v | -q]"7209msgstr ""72107211#: builtin/notes.c:337212msgid "git notes [--ref <notes-ref>] remove [<object>...]"7213msgstr ""72147215#: builtin/notes.c:347216msgid "git notes [--ref <notes-ref>] prune [-n | -v]"7217msgstr ""72187219#: builtin/notes.c:357220msgid "git notes [--ref <notes-ref>] get-ref"7221msgstr ""72227223#: builtin/notes.c:407224msgid "git notes [list [<object>]]"7225msgstr ""72267227#: builtin/notes.c:457228msgid "git notes add [<options>] [<object>]"7229msgstr ""72307231#: builtin/notes.c:507232msgid "git notes copy [<options>] <from-object> <to-object>"7233msgstr ""72347235#: builtin/notes.c:517236msgid "git notes copy --stdin [<from-object> <to-object>]..."7237msgstr ""72387239#: builtin/notes.c:567240msgid "git notes append [<options>] [<object>]"7241msgstr ""72427243#: builtin/notes.c:617244msgid "git notes edit [<object>]"7245msgstr ""72467247#: builtin/notes.c:667248msgid "git notes show [<object>]"7249msgstr ""72507251#: builtin/notes.c:717252msgid "git notes merge [<options>] <notes-ref>"7253msgstr ""72547255#: builtin/notes.c:727256msgid "git notes merge --commit [<options>]"7257msgstr ""72587259#: builtin/notes.c:737260msgid "git notes merge --abort [<options>]"7261msgstr ""72627263#: builtin/notes.c:787264msgid "git notes remove [<object>]"7265msgstr ""72667267#: builtin/notes.c:837268msgid "git notes prune [<options>]"7269msgstr ""72707271#: builtin/notes.c:887272msgid "git notes get-ref"7273msgstr ""72747275#: builtin/notes.c:1467276#, c-format7277msgid "unable to start 'show' for object '%s'"7278msgstr ""72797280#: builtin/notes.c:1507281msgid "could not read 'show' output"7282msgstr ""72837284#: builtin/notes.c:1587285#, c-format7286msgid "failed to finish 'show' for object '%s'"7287msgstr ""72887289#: builtin/notes.c:173 builtin/tag.c:4777290#, c-format7291msgid "could not create file '%s'"7292msgstr ""72937294#: builtin/notes.c:1927295msgid "Please supply the note contents using either -m or -F option"7296msgstr ""72977298#: builtin/notes.c:2017299msgid "unable to write note object"7300msgstr ""73017302#: builtin/notes.c:2037303#, c-format7304msgid "The note contents have been left in %s"7305msgstr ""73067307#: builtin/notes.c:231 builtin/tag.c:6937308#, c-format7309msgid "cannot read '%s'"7310msgstr ""73117312#: builtin/notes.c:233 builtin/tag.c:6967313#, c-format7314msgid "could not open or read '%s'"7315msgstr ""73167317#: builtin/notes.c:252 builtin/notes.c:303 builtin/notes.c:3057318#: builtin/notes.c:365 builtin/notes.c:420 builtin/notes.c:5067319#: builtin/notes.c:511 builtin/notes.c:589 builtin/notes.c:6527320#: builtin/notes.c:854 builtin/tag.c:7097321#, c-format7322msgid "Failed to resolve '%s' as a valid ref."7323msgstr ""73247325#: builtin/notes.c:2557326#, c-format7327msgid "Failed to read object '%s'."7328msgstr ""73297330#: builtin/notes.c:2597331#, c-format7332msgid "Cannot read note data from non-blob object '%s'."7333msgstr ""73347335#: builtin/notes.c:2997336#, c-format7337msgid "Malformed input line: '%s'."7338msgstr ""73397340#: builtin/notes.c:3147341#, c-format7342msgid "Failed to copy notes from '%s' to '%s'"7343msgstr ""73447345#: builtin/notes.c:358 builtin/notes.c:413 builtin/notes.c:4897346#: builtin/notes.c:501 builtin/notes.c:577 builtin/notes.c:6457347#: builtin/notes.c:9197348msgid "too many parameters"7349msgstr ""73507351#: builtin/notes.c:371 builtin/notes.c:6587352#, c-format7353msgid "No note found for object %s."7354msgstr ""73557356#: builtin/notes.c:392 builtin/notes.c:5557357msgid "note contents as a string"7358msgstr ""73597360#: builtin/notes.c:395 builtin/notes.c:5587361msgid "note contents in a file"7362msgstr ""73637364#: builtin/notes.c:397 builtin/notes.c:400 builtin/notes.c:5607365#: builtin/notes.c:563 builtin/tag.c:6287366msgid "object"7367msgstr ""73687369#: builtin/notes.c:398 builtin/notes.c:5617370msgid "reuse and edit specified note object"7371msgstr ""73727373#: builtin/notes.c:401 builtin/notes.c:5647374msgid "reuse specified note object"7375msgstr ""73767377#: builtin/notes.c:404 builtin/notes.c:5677378msgid "allow storing empty note"7379msgstr ""73807381#: builtin/notes.c:405 builtin/notes.c:4767382msgid "replace existing notes"7383msgstr ""73847385#: builtin/notes.c:4307386#, c-format7387msgid ""7388"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "7389"existing notes"7390msgstr ""73917392#: builtin/notes.c:445 builtin/notes.c:5247393#, c-format7394msgid "Overwriting existing notes for object %s\n"7395msgstr ""73967397#: builtin/notes.c:456 builtin/notes.c:617 builtin/notes.c:8597398#, c-format7399msgid "Removing note for object %s\n"7400msgstr ""74017402#: builtin/notes.c:4777403msgid "read objects from stdin"7404msgstr ""74057406#: builtin/notes.c:4797407msgid "load rewriting config for <command> (implies --stdin)"7408msgstr ""74097410#: builtin/notes.c:4977411msgid "too few parameters"7412msgstr ""74137414#: builtin/notes.c:5187415#, c-format7416msgid ""7417"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "7418"existing notes"7419msgstr ""74207421#: builtin/notes.c:5307422#, c-format7423msgid "Missing notes on source object %s. Cannot copy."7424msgstr ""74257426#: builtin/notes.c:5827427#, c-format7428msgid ""7429"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"7430"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"7431msgstr ""74327433#: builtin/notes.c:7507434msgid "General options"7435msgstr ""74367437#: builtin/notes.c:7527438msgid "Merge options"7439msgstr ""74407441#: builtin/notes.c:7547442msgid ""7443"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"7444"cat_sort_uniq)"7445msgstr ""74467447#: builtin/notes.c:7567448msgid "Committing unmerged notes"7449msgstr ""74507451#: builtin/notes.c:7587452msgid "finalize notes merge by committing unmerged notes"7453msgstr ""74547455#: builtin/notes.c:7607456msgid "Aborting notes merge resolution"7457msgstr ""74587459#: builtin/notes.c:7627460msgid "abort notes merge"7461msgstr ""74627463#: builtin/notes.c:8577464#, c-format7465msgid "Object %s has no note\n"7466msgstr ""74677468#: builtin/notes.c:8697469msgid "attempt to remove non-existent note is not an error"7470msgstr ""74717472#: builtin/notes.c:8727473msgid "read object names from the standard input"7474msgstr ""74757476#: builtin/notes.c:9537477msgid "notes-ref"7478msgstr ""74797480#: builtin/notes.c:9547481msgid "use notes from <notes-ref>"7482msgstr ""74837484#: builtin/notes.c:989 builtin/remote.c:16217485#, c-format7486msgid "Unknown subcommand: %s"7487msgstr ""74887489#: builtin/pack-objects.c:287490msgid "git pack-objects --stdout [options...] [< ref-list | < object-list]"7491msgstr ""74927493#: builtin/pack-objects.c:297494msgid "git pack-objects [options...] base-name [< ref-list | < object-list]"7495msgstr ""74967497#: builtin/pack-objects.c:175 builtin/pack-objects.c:1787498#, c-format7499msgid "deflate error (%d)"7500msgstr ""75017502#: builtin/pack-objects.c:7717503msgid "Writing objects"7504msgstr ""75057506#: builtin/pack-objects.c:10137507msgid "disabling bitmap writing, as some objects are not being packed"7508msgstr ""75097510#: builtin/pack-objects.c:21737511msgid "Compressing objects"7512msgstr ""75137514#: builtin/pack-objects.c:25707515#, c-format7516msgid "unsupported index version %s"7517msgstr ""75187519#: builtin/pack-objects.c:25747520#, c-format7521msgid "bad index version '%s'"7522msgstr ""75237524#: builtin/pack-objects.c:25977525#, c-format7526msgid "option %s does not accept negative form"7527msgstr ""75287529#: builtin/pack-objects.c:26017530#, c-format7531msgid "unable to parse value '%s' for option %s"7532msgstr ""75337534#: builtin/pack-objects.c:26217535msgid "do not show progress meter"7536msgstr ""75377538#: builtin/pack-objects.c:26237539msgid "show progress meter"7540msgstr ""75417542#: builtin/pack-objects.c:26257543msgid "show progress meter during object writing phase"7544msgstr ""75457546#: builtin/pack-objects.c:26287547msgid "similar to --all-progress when progress meter is shown"7548msgstr ""75497550#: builtin/pack-objects.c:26297551msgid "version[,offset]"7552msgstr ""75537554#: builtin/pack-objects.c:26307555msgid "write the pack index file in the specified idx format version"7556msgstr ""75577558#: builtin/pack-objects.c:26337559msgid "maximum size of each output pack file"7560msgstr ""75617562#: builtin/pack-objects.c:26357563msgid "ignore borrowed objects from alternate object store"7564msgstr ""75657566#: builtin/pack-objects.c:26377567msgid "ignore packed objects"7568msgstr ""75697570#: builtin/pack-objects.c:26397571msgid "limit pack window by objects"7572msgstr ""75737574#: builtin/pack-objects.c:26417575msgid "limit pack window by memory in addition to object limit"7576msgstr ""75777578#: builtin/pack-objects.c:26437579msgid "maximum length of delta chain allowed in the resulting pack"7580msgstr ""75817582#: builtin/pack-objects.c:26457583msgid "reuse existing deltas"7584msgstr ""75857586#: builtin/pack-objects.c:26477587msgid "reuse existing objects"7588msgstr ""75897590#: builtin/pack-objects.c:26497591msgid "use OFS_DELTA objects"7592msgstr ""75937594#: builtin/pack-objects.c:26517595msgid "use threads when searching for best delta matches"7596msgstr ""75977598#: builtin/pack-objects.c:26537599msgid "do not create an empty pack output"7600msgstr ""76017602#: builtin/pack-objects.c:26557603msgid "read revision arguments from standard input"7604msgstr ""76057606#: builtin/pack-objects.c:26577607msgid "limit the objects to those that are not yet packed"7608msgstr ""76097610#: builtin/pack-objects.c:26607611msgid "include objects reachable from any reference"7612msgstr ""76137614#: builtin/pack-objects.c:26637615msgid "include objects referred by reflog entries"7616msgstr ""76177618#: builtin/pack-objects.c:26667619msgid "include objects referred to by the index"7620msgstr ""76217622#: builtin/pack-objects.c:26697623msgid "output pack to stdout"7624msgstr ""76257626#: builtin/pack-objects.c:26717627msgid "include tag objects that refer to objects to be packed"7628msgstr ""76297630#: builtin/pack-objects.c:26737631msgid "keep unreachable objects"7632msgstr ""76337634#: builtin/pack-objects.c:2674 parse-options.h:1407635msgid "time"7636msgstr ""76377638#: builtin/pack-objects.c:26757639msgid "unpack unreachable objects newer than <time>"7640msgstr ""76417642#: builtin/pack-objects.c:26787643msgid "create thin packs"7644msgstr ""76457646#: builtin/pack-objects.c:26807647msgid "create packs suitable for shallow fetches"7648msgstr ""76497650#: builtin/pack-objects.c:26827651msgid "ignore packs that have companion .keep file"7652msgstr ""76537654#: builtin/pack-objects.c:26847655msgid "pack compression level"7656msgstr ""76577658#: builtin/pack-objects.c:26867659msgid "do not hide commits by grafts"7660msgstr ""76617662#: builtin/pack-objects.c:26887663msgid "use a bitmap index if available to speed up counting objects"7664msgstr ""76657666#: builtin/pack-objects.c:26907667msgid "write a bitmap index together with the pack index"7668msgstr ""76697670#: builtin/pack-objects.c:27817671msgid "Counting objects"7672msgstr ""76737674#: builtin/pack-refs.c:67675msgid "git pack-refs [<options>]"7676msgstr ""76777678#: builtin/pack-refs.c:147679msgid "pack everything"7680msgstr ""76817682#: builtin/pack-refs.c:157683msgid "prune loose refs (default)"7684msgstr ""76857686#: builtin/prune-packed.c:77687msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"7688msgstr ""76897690#: builtin/prune-packed.c:407691msgid "Removing duplicate objects"7692msgstr ""76937694#: builtin/prune.c:127695msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"7696msgstr ""76977698#: builtin/prune.c:1067699msgid "do not remove, show only"7700msgstr ""77017702#: builtin/prune.c:1077703msgid "report pruned objects"7704msgstr ""77057706#: builtin/prune.c:1107707msgid "expire objects older than <time>"7708msgstr ""77097710#: builtin/push.c:147711msgid "git push [<options>] [<repository> [<refspec>...]]"7712msgstr ""77137714#: builtin/push.c:857715msgid "tag shorthand without <tag>"7716msgstr ""77177718#: builtin/push.c:957719msgid "--delete only accepts plain target ref names"7720msgstr ""77217722#: builtin/push.c:1397723msgid ""7724"\n"7725"To choose either option permanently, see push.default in 'git help config'."7726msgstr ""77277728#: builtin/push.c:1427729#, c-format7730msgid ""7731"The upstream branch of your current branch does not match\n"7732"the name of your current branch. To push to the upstream branch\n"7733"on the remote, use\n"7734"\n"7735" git push %s HEAD:%s\n"7736"\n"7737"To push to the branch of the same name on the remote, use\n"7738"\n"7739" git push %s %s\n"7740"%s"7741msgstr ""77427743#: builtin/push.c:1577744#, c-format7745msgid ""7746"You are not currently on a branch.\n"7747"To push the history leading to the current (detached HEAD)\n"7748"state now, use\n"7749"\n"7750" git push %s HEAD:<name-of-remote-branch>\n"7751msgstr ""77527753#: builtin/push.c:1717754#, c-format7755msgid ""7756"The current branch %s has no upstream branch.\n"7757"To push the current branch and set the remote as upstream, use\n"7758"\n"7759" git push --set-upstream %s %s\n"7760msgstr ""77617762#: builtin/push.c:1797763#, c-format7764msgid "The current branch %s has multiple upstream branches, refusing to push."7765msgstr ""77667767#: builtin/push.c:1827768#, c-format7769msgid ""7770"You are pushing to remote '%s', which is not the upstream of\n"7771"your current branch '%s', without telling me what to push\n"7772"to update which remote branch."7773msgstr ""77747775#: builtin/push.c:2057776msgid ""7777"push.default is unset; its implicit value has changed in\n"7778"Git 2.0 from 'matching' to 'simple'. To squelch this message\n"7779"and maintain the traditional behavior, use:\n"7780"\n"7781" git config --global push.default matching\n"7782"\n"7783"To squelch this message and adopt the new behavior now, use:\n"7784"\n"7785" git config --global push.default simple\n"7786"\n"7787"When push.default is set to 'matching', git will push local branches\n"7788"to the remote branches that already exist with the same name.\n"7789"\n"7790"Since Git 2.0, Git defaults to the more conservative 'simple'\n"7791"behavior, which only pushes the current branch to the corresponding\n"7792"remote branch that 'git pull' uses to update the current branch.\n"7793"\n"7794"See 'git help config' and search for 'push.default' for further "7795"information.\n"7796"(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"7797"'current' instead of 'simple' if you sometimes use older versions of Git)"7798msgstr ""77997800#: builtin/push.c:2727801msgid ""7802"You didn't specify any refspecs to push, and push.default is \"nothing\"."7803msgstr ""78047805#: builtin/push.c:2797806msgid ""7807"Updates were rejected because the tip of your current branch is behind\n"7808"its remote counterpart. Integrate the remote changes (e.g.\n"7809"'git pull ...') before pushing again.\n"7810"See the 'Note about fast-forwards' in 'git push --help' for details."7811msgstr ""78127813#: builtin/push.c:2857814msgid ""7815"Updates were rejected because a pushed branch tip is behind its remote\n"7816"counterpart. Check out this branch and integrate the remote changes\n"7817"(e.g. 'git pull ...') before pushing again.\n"7818"See the 'Note about fast-forwards' in 'git push --help' for details."7819msgstr ""78207821#: builtin/push.c:2917822msgid ""7823"Updates were rejected because the remote contains work that you do\n"7824"not have locally. This is usually caused by another repository pushing\n"7825"to the same ref. You may want to first integrate the remote changes\n"7826"(e.g., 'git pull ...') before pushing again.\n"7827"See the 'Note about fast-forwards' in 'git push --help' for details."7828msgstr ""78297830#: builtin/push.c:2987831msgid "Updates were rejected because the tag already exists in the remote."7832msgstr ""78337834#: builtin/push.c:3017835msgid ""7836"You cannot update a remote ref that points at a non-commit object,\n"7837"or update a remote ref to make it point at a non-commit object,\n"7838"without using the '--force' option.\n"7839msgstr ""78407841#: builtin/push.c:3607842#, c-format7843msgid "Pushing to %s\n"7844msgstr ""78457846#: builtin/push.c:3647847#, c-format7848msgid "failed to push some refs to '%s'"7849msgstr ""78507851#: builtin/push.c:3947852#, c-format7853msgid "bad repository '%s'"7854msgstr ""78557856#: builtin/push.c:3957857msgid ""7858"No configured push destination.\n"7859"Either specify the URL from the command-line or configure a remote "7860"repository using\n"7861"\n"7862" git remote add <name> <url>\n"7863"\n"7864"and then push using the remote name\n"7865"\n"7866" git push <name>\n"7867msgstr ""78687869#: builtin/push.c:4107870msgid "--all and --tags are incompatible"7871msgstr ""78727873#: builtin/push.c:4117874msgid "--all can't be combined with refspecs"7875msgstr ""78767877#: builtin/push.c:4167878msgid "--mirror and --tags are incompatible"7879msgstr ""78807881#: builtin/push.c:4177882msgid "--mirror can't be combined with refspecs"7883msgstr ""78847885#: builtin/push.c:4227886msgid "--all and --mirror are incompatible"7887msgstr ""78887889#: builtin/push.c:5027890msgid "repository"7891msgstr ""78927893#: builtin/push.c:5037894msgid "push all refs"7895msgstr ""78967897#: builtin/push.c:5047898msgid "mirror all refs"7899msgstr ""79007901#: builtin/push.c:5067902msgid "delete refs"7903msgstr ""79047905#: builtin/push.c:5077906msgid "push tags (can't be used with --all or --mirror)"7907msgstr ""79087909#: builtin/push.c:5107910msgid "force updates"7911msgstr ""79127913#: builtin/push.c:5127914msgid "refname>:<expect"7915msgstr ""79167917#: builtin/push.c:5137918msgid "require old value of ref to be at this value"7919msgstr ""79207921#: builtin/push.c:5167922msgid "control recursive pushing of submodules"7923msgstr ""79247925#: builtin/push.c:5187926msgid "use thin pack"7927msgstr ""79287929#: builtin/push.c:519 builtin/push.c:5207930msgid "receive pack program"7931msgstr ""79327933#: builtin/push.c:5217934msgid "set upstream for git pull/status"7935msgstr ""79367937#: builtin/push.c:5247938msgid "prune locally removed refs"7939msgstr ""79407941#: builtin/push.c:5267942msgid "bypass pre-push hook"7943msgstr ""79447945#: builtin/push.c:5277946msgid "push missing but relevant tags"7947msgstr ""79487949#: builtin/push.c:5297950msgid "GPG sign the push"7951msgstr ""79527953#: builtin/push.c:5307954msgid "request atomic transaction on remote side"7955msgstr ""79567957#: builtin/push.c:5397958msgid "--delete is incompatible with --all, --mirror and --tags"7959msgstr ""79607961#: builtin/push.c:5417962msgid "--delete doesn't make sense without any refs"7963msgstr ""79647965#: builtin/read-tree.c:377966msgid ""7967"git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>] "7968"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"7969"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"7970msgstr ""79717972#: builtin/read-tree.c:1107973msgid "write resulting index to <file>"7974msgstr ""79757976#: builtin/read-tree.c:1137977msgid "only empty the index"7978msgstr ""79797980#: builtin/read-tree.c:1157981msgid "Merging"7982msgstr ""79837984#: builtin/read-tree.c:1177985msgid "perform a merge in addition to a read"7986msgstr ""79877988#: builtin/read-tree.c:1197989msgid "3-way merge if no file level merging required"7990msgstr ""79917992#: builtin/read-tree.c:1217993msgid "3-way merge in presence of adds and removes"7994msgstr ""79957996#: builtin/read-tree.c:1237997msgid "same as -m, but discard unmerged entries"7998msgstr ""79998000#: builtin/read-tree.c:1248001msgid "<subdirectory>/"8002msgstr ""80038004#: builtin/read-tree.c:1258005msgid "read the tree into the index under <subdirectory>/"8006msgstr ""80078008#: builtin/read-tree.c:1288009msgid "update working tree with merge result"8010msgstr ""80118012#: builtin/read-tree.c:1308013msgid "gitignore"8014msgstr ""80158016#: builtin/read-tree.c:1318017msgid "allow explicitly ignored files to be overwritten"8018msgstr ""80198020#: builtin/read-tree.c:1348021msgid "don't check the working tree after merging"8022msgstr ""80238024#: builtin/read-tree.c:1358025msgid "don't update the index or the work tree"8026msgstr ""80278028#: builtin/read-tree.c:1378029msgid "skip applying sparse checkout filter"8030msgstr ""80318032#: builtin/read-tree.c:1398033msgid "debug unpack-trees"8034msgstr ""80358036#: builtin/reflog.c:4298037#, c-format8038msgid "%s' for '%s' is not a valid timestamp"8039msgstr ""80408041#: builtin/reflog.c:546 builtin/reflog.c:5518042#, c-format8043msgid "'%s' is not a valid timestamp"8044msgstr ""80458046#: builtin/remote.c:128047msgid "git remote [-v | --verbose]"8048msgstr ""80498050#: builtin/remote.c:138051msgid ""8052"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"8053"mirror=<fetch|push>] <name> <url>"8054msgstr ""80558056#: builtin/remote.c:14 builtin/remote.c:338057msgid "git remote rename <old> <new>"8058msgstr ""80598060#: builtin/remote.c:15 builtin/remote.c:388061msgid "git remote remove <name>"8062msgstr ""80638064#: builtin/remote.c:16 builtin/remote.c:438065msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"8066msgstr ""80678068#: builtin/remote.c:178069msgid "git remote [-v | --verbose] show [-n] <name>"8070msgstr ""80718072#: builtin/remote.c:188073msgid "git remote prune [-n | --dry-run] <name>"8074msgstr ""80758076#: builtin/remote.c:198077msgid ""8078"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"8079msgstr ""80808081#: builtin/remote.c:208082msgid "git remote set-branches [--add] <name> <branch>..."8083msgstr ""80848085#: builtin/remote.c:21 builtin/remote.c:698086msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"8087msgstr ""80888089#: builtin/remote.c:22 builtin/remote.c:708090msgid "git remote set-url --add <name> <newurl>"8091msgstr ""80928093#: builtin/remote.c:23 builtin/remote.c:718094msgid "git remote set-url --delete <name> <url>"8095msgstr ""80968097#: builtin/remote.c:288098msgid "git remote add [<options>] <name> <url>"8099msgstr ""81008101#: builtin/remote.c:488102msgid "git remote set-branches <name> <branch>..."8103msgstr ""81048105#: builtin/remote.c:498106msgid "git remote set-branches --add <name> <branch>..."8107msgstr ""81088109#: builtin/remote.c:548110msgid "git remote show [<options>] <name>"8111msgstr ""81128113#: builtin/remote.c:598114msgid "git remote prune [<options>] <name>"8115msgstr ""81168117#: builtin/remote.c:648118msgid "git remote update [<options>] [<group> | <remote>]..."8119msgstr ""81208121#: builtin/remote.c:888122#, c-format8123msgid "Updating %s"8124msgstr ""81258126#: builtin/remote.c:1208127msgid ""8128"--mirror is dangerous and deprecated; please\n"8129"\t use --mirror=fetch or --mirror=push instead"8130msgstr ""81318132#: builtin/remote.c:1378133#, c-format8134msgid "unknown mirror argument: %s"8135msgstr ""81368137#: builtin/remote.c:1538138msgid "fetch the remote branches"8139msgstr ""81408141#: builtin/remote.c:1558142msgid "import all tags and associated objects when fetching"8143msgstr ""81448145#: builtin/remote.c:1588146msgid "or do not fetch any tag at all (--no-tags)"8147msgstr ""81488149#: builtin/remote.c:1608150msgid "branch(es) to track"8151msgstr ""81528153#: builtin/remote.c:1618154msgid "master branch"8155msgstr ""81568157#: builtin/remote.c:1628158msgid "push|fetch"8159msgstr ""81608161#: builtin/remote.c:1638162msgid "set up remote as a mirror to push to or fetch from"8163msgstr ""81648165#: builtin/remote.c:1758166msgid "specifying a master branch makes no sense with --mirror"8167msgstr ""81688169#: builtin/remote.c:1778170msgid "specifying branches to track makes sense only with fetch mirrors"8171msgstr ""81728173#: builtin/remote.c:187 builtin/remote.c:6438174#, c-format8175msgid "remote %s already exists."8176msgstr ""81778178#: builtin/remote.c:191 builtin/remote.c:6478179#, c-format8180msgid "'%s' is not a valid remote name"8181msgstr ""81828183#: builtin/remote.c:2358184#, c-format8185msgid "Could not setup master '%s'"8186msgstr ""81878188#: builtin/remote.c:3358189#, c-format8190msgid "Could not get fetch map for refspec %s"8191msgstr ""81928193#: builtin/remote.c:436 builtin/remote.c:4448194msgid "(matching)"8195msgstr ""81968197#: builtin/remote.c:4488198msgid "(delete)"8199msgstr ""82008201#: builtin/remote.c:592 builtin/remote.c:598 builtin/remote.c:6048202#, c-format8203msgid "Could not append '%s' to '%s'"8204msgstr ""82058206#: builtin/remote.c:636 builtin/remote.c:795 builtin/remote.c:8958207#, c-format8208msgid "No such remote: %s"8209msgstr ""82108211#: builtin/remote.c:6538212#, c-format8213msgid "Could not rename config section '%s' to '%s'"8214msgstr ""82158216#: builtin/remote.c:659 builtin/remote.c:8478217#, c-format8218msgid "Could not remove config section '%s'"8219msgstr ""82208221#: builtin/remote.c:6748222#, c-format8223msgid ""8224"Not updating non-default fetch refspec\n"8225"\t%s\n"8226"\tPlease update the configuration manually if necessary."8227msgstr ""82288229#: builtin/remote.c:6808230#, c-format8231msgid "Could not append '%s'"8232msgstr ""82338234#: builtin/remote.c:6918235#, c-format8236msgid "Could not set '%s'"8237msgstr ""82388239#: builtin/remote.c:7138240#, c-format8241msgid "deleting '%s' failed"8242msgstr ""82438244#: builtin/remote.c:7478245#, c-format8246msgid "creating '%s' failed"8247msgstr ""82488249#: builtin/remote.c:7668250#, c-format8251msgid "Could not remove branch %s"8252msgstr ""82538254#: builtin/remote.c:8338255msgid ""8256"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"8257"to delete it, use:"8258msgid_plural ""8259"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"8260"to delete them, use:"8261msgstr[0] ""8262msgstr[1] ""82638264#: builtin/remote.c:9488265#, c-format8266msgid " new (next fetch will store in remotes/%s)"8267msgstr ""82688269#: builtin/remote.c:9518270msgid " tracked"8271msgstr ""82728273#: builtin/remote.c:9538274msgid " stale (use 'git remote prune' to remove)"8275msgstr ""82768277#: builtin/remote.c:9558278msgid " ???"8279msgstr ""82808281#: builtin/remote.c:9968282#, c-format8283msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"8284msgstr ""82858286#: builtin/remote.c:10038287#, c-format8288msgid "rebases onto remote %s"8289msgstr ""82908291#: builtin/remote.c:10068292#, c-format8293msgid " merges with remote %s"8294msgstr ""82958296#: builtin/remote.c:10078297msgid " and with remote"8298msgstr ""82998300#: builtin/remote.c:10098301#, c-format8302msgid "merges with remote %s"8303msgstr ""83048305#: builtin/remote.c:10108306msgid " and with remote"8307msgstr ""83088309#: builtin/remote.c:10568310msgid "create"8311msgstr ""83128313#: builtin/remote.c:10598314msgid "delete"8315msgstr ""83168317#: builtin/remote.c:10638318msgid "up to date"8319msgstr ""83208321#: builtin/remote.c:10668322msgid "fast-forwardable"8323msgstr ""83248325#: builtin/remote.c:10698326msgid "local out of date"8327msgstr ""83288329#: builtin/remote.c:10768330#, c-format8331msgid " %-*s forces to %-*s (%s)"8332msgstr ""83338334#: builtin/remote.c:10798335#, c-format8336msgid " %-*s pushes to %-*s (%s)"8337msgstr ""83388339#: builtin/remote.c:10838340#, c-format8341msgid " %-*s forces to %s"8342msgstr ""83438344#: builtin/remote.c:10868345#, c-format8346msgid " %-*s pushes to %s"8347msgstr ""83488349#: builtin/remote.c:11548350msgid "do not query remotes"8351msgstr ""83528353#: builtin/remote.c:11818354#, c-format8355msgid "* remote %s"8356msgstr ""83578358#: builtin/remote.c:11828359#, c-format8360msgid " Fetch URL: %s"8361msgstr ""83628363#: builtin/remote.c:1183 builtin/remote.c:13348364msgid "(no URL)"8365msgstr ""83668367#: builtin/remote.c:1192 builtin/remote.c:11948368#, c-format8369msgid " Push URL: %s"8370msgstr ""83718372#: builtin/remote.c:1196 builtin/remote.c:1198 builtin/remote.c:12008373#, c-format8374msgid " HEAD branch: %s"8375msgstr ""83768377#: builtin/remote.c:12028378#, c-format8379msgid ""8380" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"8381msgstr ""83828383#: builtin/remote.c:12148384#, c-format8385msgid " Remote branch:%s"8386msgid_plural " Remote branches:%s"8387msgstr[0] ""8388msgstr[1] ""83898390#: builtin/remote.c:1217 builtin/remote.c:12448391msgid " (status not queried)"8392msgstr ""83938394#: builtin/remote.c:12268395msgid " Local branch configured for 'git pull':"8396msgid_plural " Local branches configured for 'git pull':"8397msgstr[0] ""8398msgstr[1] ""83998400#: builtin/remote.c:12348401msgid " Local refs will be mirrored by 'git push'"8402msgstr ""84038404#: builtin/remote.c:12418405#, c-format8406msgid " Local ref configured for 'git push'%s:"8407msgid_plural " Local refs configured for 'git push'%s:"8408msgstr[0] ""8409msgstr[1] ""84108411#: builtin/remote.c:12628412msgid "set refs/remotes/<name>/HEAD according to remote"8413msgstr ""84148415#: builtin/remote.c:12648416msgid "delete refs/remotes/<name>/HEAD"8417msgstr ""84188419#: builtin/remote.c:12798420msgid "Cannot determine remote HEAD"8421msgstr ""84228423#: builtin/remote.c:12818424msgid "Multiple remote HEAD branches. Please choose one explicitly with:"8425msgstr ""84268427#: builtin/remote.c:12918428#, c-format8429msgid "Could not delete %s"8430msgstr ""84318432#: builtin/remote.c:12998433#, c-format8434msgid "Not a valid ref: %s"8435msgstr ""84368437#: builtin/remote.c:13018438#, c-format8439msgid "Could not setup %s"8440msgstr ""84418442#: builtin/remote.c:13198443#, c-format8444msgid " %s will become dangling!"8445msgstr ""84468447#: builtin/remote.c:13208448#, c-format8449msgid " %s has become dangling!"8450msgstr ""84518452#: builtin/remote.c:13308453#, c-format8454msgid "Pruning %s"8455msgstr ""84568457#: builtin/remote.c:13318458#, c-format8459msgid "URL: %s"8460msgstr ""84618462#: builtin/remote.c:13548463#, c-format8464msgid " * [would prune] %s"8465msgstr ""84668467#: builtin/remote.c:13578468#, c-format8469msgid " * [pruned] %s"8470msgstr ""84718472#: builtin/remote.c:14028473msgid "prune remotes after fetching"8474msgstr ""84758476#: builtin/remote.c:1468 builtin/remote.c:15428477#, c-format8478msgid "No such remote '%s'"8479msgstr ""84808481#: builtin/remote.c:14888482msgid "add branch"8483msgstr ""84848485#: builtin/remote.c:14958486msgid "no remote specified"8487msgstr ""84888489#: builtin/remote.c:15178490msgid "manipulate push URLs"8491msgstr ""84928493#: builtin/remote.c:15198494msgid "add URL"8495msgstr ""84968497#: builtin/remote.c:15218498msgid "delete URLs"8499msgstr ""85008501#: builtin/remote.c:15288502msgid "--add --delete doesn't make sense"8503msgstr ""85048505#: builtin/remote.c:15688506#, c-format8507msgid "Invalid old URL pattern: %s"8508msgstr ""85098510#: builtin/remote.c:15768511#, c-format8512msgid "No such URL found: %s"8513msgstr ""85148515#: builtin/remote.c:15788516msgid "Will not delete all non-push URLs"8517msgstr ""85188519#: builtin/remote.c:15928520msgid "be verbose; must be placed before a subcommand"8521msgstr ""85228523#: builtin/repack.c:178524msgid "git repack [<options>]"8525msgstr ""85268527#: builtin/repack.c:1598528msgid "pack everything in a single pack"8529msgstr ""85308531#: builtin/repack.c:1618532msgid "same as -a, and turn unreachable objects loose"8533msgstr ""85348535#: builtin/repack.c:1648536msgid "remove redundant packs, and run git-prune-packed"8537msgstr ""85388539#: builtin/repack.c:1668540msgid "pass --no-reuse-delta to git-pack-objects"8541msgstr ""85428543#: builtin/repack.c:1688544msgid "pass --no-reuse-object to git-pack-objects"8545msgstr ""85468547#: builtin/repack.c:1708548msgid "do not run git-update-server-info"8549msgstr ""85508551#: builtin/repack.c:1738552msgid "pass --local to git-pack-objects"8553msgstr ""85548555#: builtin/repack.c:1758556msgid "write bitmap index"8557msgstr ""85588559#: builtin/repack.c:1768560msgid "approxidate"8561msgstr ""85628563#: builtin/repack.c:1778564msgid "with -A, do not loosen objects older than this"8565msgstr ""85668567#: builtin/repack.c:1798568msgid "size of the window used for delta compression"8569msgstr ""85708571#: builtin/repack.c:180 builtin/repack.c:1848572msgid "bytes"8573msgstr ""85748575#: builtin/repack.c:1818576msgid "same as the above, but limit memory size instead of entries count"8577msgstr ""85788579#: builtin/repack.c:1838580msgid "limits the maximum delta depth"8581msgstr ""85828583#: builtin/repack.c:1858584msgid "maximum size of each packfile"8585msgstr ""85868587#: builtin/repack.c:1878588msgid "repack objects in packs marked with .keep"8589msgstr ""85908591#: builtin/repack.c:3758592#, c-format8593msgid "removing '%s' failed"8594msgstr ""85958596#: builtin/replace.c:198597msgid "git replace [-f] <object> <replacement>"8598msgstr ""85998600#: builtin/replace.c:208601msgid "git replace [-f] --edit <object>"8602msgstr ""86038604#: builtin/replace.c:218605msgid "git replace [-f] --graft <commit> [<parent>...]"8606msgstr ""86078608#: builtin/replace.c:228609msgid "git replace -d <object>..."8610msgstr ""86118612#: builtin/replace.c:238613msgid "git replace [--format=<format>] [-l [<pattern>]]"8614msgstr ""86158616#: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:3918617#, c-format8618msgid "Not a valid object name: '%s'"8619msgstr ""86208621#: builtin/replace.c:3558622#, c-format8623msgid "bad mergetag in commit '%s'"8624msgstr ""86258626#: builtin/replace.c:3578627#, c-format8628msgid "malformed mergetag in commit '%s'"8629msgstr ""86308631#: builtin/replace.c:3688632#, c-format8633msgid ""8634"original commit '%s' contains mergetag '%s' that is discarded; use --edit "8635"instead of --graft"8636msgstr ""86378638#: builtin/replace.c:4018639#, c-format8640msgid "the original commit '%s' has a gpg signature."8641msgstr ""86428643#: builtin/replace.c:4028644msgid "the signature will be removed in the replacement commit!"8645msgstr ""86468647#: builtin/replace.c:4088648#, c-format8649msgid "could not write replacement commit for: '%s'"8650msgstr ""86518652#: builtin/replace.c:4328653msgid "list replace refs"8654msgstr ""86558656#: builtin/replace.c:4338657msgid "delete replace refs"8658msgstr ""86598660#: builtin/replace.c:4348661msgid "edit existing object"8662msgstr ""86638664#: builtin/replace.c:4358665msgid "change a commit's parents"8666msgstr ""86678668#: builtin/replace.c:4368669msgid "replace the ref if it exists"8670msgstr ""86718672#: builtin/replace.c:4378673msgid "do not pretty-print contents for --edit"8674msgstr ""86758676#: builtin/replace.c:4388677msgid "use this format"8678msgstr ""86798680#: builtin/rerere.c:128681msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"8682msgstr ""86838684#: builtin/rerere.c:578685msgid "register clean resolutions in index"8686msgstr ""86878688#: builtin/reset.c:268689msgid ""8690"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"8691msgstr ""86928693#: builtin/reset.c:278694msgid "git reset [-q] <tree-ish> [--] <paths>..."8695msgstr ""86968697#: builtin/reset.c:288698msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"8699msgstr ""87008701#: builtin/reset.c:348702msgid "mixed"8703msgstr ""87048705#: builtin/reset.c:348706msgid "soft"8707msgstr ""87088709#: builtin/reset.c:348710msgid "hard"8711msgstr ""87128713#: builtin/reset.c:348714msgid "merge"8715msgstr ""87168717#: builtin/reset.c:348718msgid "keep"8719msgstr ""87208721#: builtin/reset.c:748722msgid "You do not have a valid HEAD."8723msgstr ""87248725#: builtin/reset.c:768726msgid "Failed to find tree of HEAD."8727msgstr ""87288729#: builtin/reset.c:828730#, c-format8731msgid "Failed to find tree of %s."8732msgstr ""87338734#: builtin/reset.c:1008735#, c-format8736msgid "HEAD is now at %s"8737msgstr ""87388739#: builtin/reset.c:1838740#, c-format8741msgid "Cannot do a %s reset in the middle of a merge."8742msgstr ""87438744#: builtin/reset.c:2768745msgid "be quiet, only report errors"8746msgstr ""87478748#: builtin/reset.c:2788749msgid "reset HEAD and index"8750msgstr ""87518752#: builtin/reset.c:2798753msgid "reset only HEAD"8754msgstr ""87558756#: builtin/reset.c:281 builtin/reset.c:2838757msgid "reset HEAD, index and working tree"8758msgstr ""87598760#: builtin/reset.c:2858761msgid "reset HEAD but keep local changes"8762msgstr ""87638764#: builtin/reset.c:2888765msgid "record only the fact that removed paths will be added later"8766msgstr ""87678768#: builtin/reset.c:3058769#, c-format8770msgid "Failed to resolve '%s' as a valid revision."8771msgstr ""87728773#: builtin/reset.c:308 builtin/reset.c:3168774#, c-format8775msgid "Could not parse object '%s'."8776msgstr ""87778778#: builtin/reset.c:3138779#, c-format8780msgid "Failed to resolve '%s' as a valid tree."8781msgstr ""87828783#: builtin/reset.c:3228784msgid "--patch is incompatible with --{hard,mixed,soft}"8785msgstr ""87868787#: builtin/reset.c:3318788msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."8789msgstr ""87908791#: builtin/reset.c:3338792#, c-format8793msgid "Cannot do %s reset with paths."8794msgstr ""87958796#: builtin/reset.c:3438797#, c-format8798msgid "%s reset is not allowed in a bare repository"8799msgstr ""88008801#: builtin/reset.c:3478802msgid "-N can only be used with --mixed"8803msgstr ""88048805#: builtin/reset.c:3648806msgid "Unstaged changes after reset:"8807msgstr ""88088809#: builtin/reset.c:3708810#, c-format8811msgid "Could not reset index file to revision '%s'."8812msgstr ""88138814#: builtin/reset.c:3748815msgid "Could not write new index file."8816msgstr ""88178818#: builtin/rev-parse.c:3618819msgid "git rev-parse --parseopt [<options>] -- [<args>...]"8820msgstr ""88218822#: builtin/rev-parse.c:3668823msgid "keep the `--` passed as an arg"8824msgstr ""88258826#: builtin/rev-parse.c:3688827msgid "stop parsing after the first non-option argument"8828msgstr ""88298830#: builtin/rev-parse.c:3718831msgid "output in stuck long form"8832msgstr ""88338834#: builtin/rev-parse.c:4998835msgid ""8836"git rev-parse --parseopt [<options>] -- [<args>...]\n"8837" or: git rev-parse --sq-quote [<arg>...]\n"8838" or: git rev-parse [<options>] [<arg>...]\n"8839"\n"8840"Run \"git rev-parse --parseopt -h\" for more information on the first usage."8841msgstr ""88428843#: builtin/revert.c:228844msgid "git revert [<options>] <commit-ish>..."8845msgstr ""88468847#: builtin/revert.c:238848msgid "git revert <subcommand>"8849msgstr ""88508851#: builtin/revert.c:288852msgid "git cherry-pick [<options>] <commit-ish>..."8853msgstr ""88548855#: builtin/revert.c:298856msgid "git cherry-pick <subcommand>"8857msgstr ""88588859#: builtin/revert.c:718860#, c-format8861msgid "%s: %s cannot be used with %s"8862msgstr ""88638864#: builtin/revert.c:808865msgid "end revert or cherry-pick sequence"8866msgstr ""88678868#: builtin/revert.c:818869msgid "resume revert or cherry-pick sequence"8870msgstr ""88718872#: builtin/revert.c:828873msgid "cancel revert or cherry-pick sequence"8874msgstr ""88758876#: builtin/revert.c:838877msgid "don't automatically commit"8878msgstr ""88798880#: builtin/revert.c:848881msgid "edit the commit message"8882msgstr ""88838884#: builtin/revert.c:878885msgid "parent number"8886msgstr ""88878888#: builtin/revert.c:898889msgid "merge strategy"8890msgstr ""88918892#: builtin/revert.c:908893msgid "option"8894msgstr ""88958896#: builtin/revert.c:918897msgid "option for merge strategy"8898msgstr ""88998900#: builtin/revert.c:1048901msgid "append commit name"8902msgstr ""89038904#: builtin/revert.c:1058905msgid "allow fast-forward"8906msgstr ""89078908#: builtin/revert.c:1068909msgid "preserve initially empty commits"8910msgstr ""89118912#: builtin/revert.c:1078913msgid "allow commits with empty messages"8914msgstr ""89158916#: builtin/revert.c:1088917msgid "keep redundant, empty commits"8918msgstr ""89198920#: builtin/revert.c:1128921msgid "program error"8922msgstr ""89238924#: builtin/revert.c:1978925msgid "revert failed"8926msgstr ""89278928#: builtin/revert.c:2128929msgid "cherry-pick failed"8930msgstr ""89318932#: builtin/rm.c:178933msgid "git rm [<options>] [--] <file>..."8934msgstr ""89358936#: builtin/rm.c:658937msgid ""8938"the following submodule (or one of its nested submodules)\n"8939"uses a .git directory:"8940msgid_plural ""8941"the following submodules (or one of their nested submodules)\n"8942"use a .git directory:"8943msgstr[0] ""8944msgstr[1] ""89458946#: builtin/rm.c:718947msgid ""8948"\n"8949"(use 'rm -rf' if you really want to remove it including all of its history)"8950msgstr ""89518952#: builtin/rm.c:2318953msgid ""8954"the following file has staged content different from both the\n"8955"file and the HEAD:"8956msgid_plural ""8957"the following files have staged content different from both the\n"8958"file and the HEAD:"8959msgstr[0] ""8960msgstr[1] ""89618962#: builtin/rm.c:2368963msgid ""8964"\n"8965"(use -f to force removal)"8966msgstr ""89678968#: builtin/rm.c:2408969msgid "the following file has changes staged in the index:"8970msgid_plural "the following files have changes staged in the index:"8971msgstr[0] ""8972msgstr[1] ""89738974#: builtin/rm.c:244 builtin/rm.c:2558975msgid ""8976"\n"8977"(use --cached to keep the file, or -f to force removal)"8978msgstr ""89798980#: builtin/rm.c:2528981msgid "the following file has local modifications:"8982msgid_plural "the following files have local modifications:"8983msgstr[0] ""8984msgstr[1] ""89858986#: builtin/rm.c:2708987msgid "do not list removed files"8988msgstr ""89898990#: builtin/rm.c:2718991msgid "only remove from the index"8992msgstr ""89938994#: builtin/rm.c:2728995msgid "override the up-to-date check"8996msgstr ""89978998#: builtin/rm.c:2738999msgid "allow recursive removal"9000msgstr ""90019002#: builtin/rm.c:2759003msgid "exit with a zero status even if nothing matched"9004msgstr ""90059006#: builtin/rm.c:3189007msgid "Please, stage your changes to .gitmodules or stash them to proceed"9008msgstr ""90099010#: builtin/rm.c:3369011#, c-format9012msgid "not removing '%s' recursively without -r"9013msgstr ""90149015#: builtin/rm.c:3759016#, c-format9017msgid "git rm: unable to remove %s"9018msgstr ""90199020#: builtin/shortlog.c:139021msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"9022msgstr ""90239024#: builtin/shortlog.c:1319025#, c-format9026msgid "Missing author: %s"9027msgstr ""90289029#: builtin/shortlog.c:2309030msgid "sort output according to the number of commits per author"9031msgstr ""90329033#: builtin/shortlog.c:2329034msgid "Suppress commit descriptions, only provides commit count"9035msgstr ""90369037#: builtin/shortlog.c:2349038msgid "Show the email address of each author"9039msgstr ""90409041#: builtin/shortlog.c:2359042msgid "w[,i1[,i2]]"9043msgstr ""90449045#: builtin/shortlog.c:2369046msgid "Linewrap output"9047msgstr ""90489049#: builtin/show-branch.c:99050msgid ""9051"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"9052"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"9053"\t\t[--more=<n> | --list | --independent | --merge-base]\n"9054"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"9055msgstr ""90569057#: builtin/show-branch.c:139058msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"9059msgstr ""90609061#: builtin/show-branch.c:6529062msgid "show remote-tracking and local branches"9063msgstr ""90649065#: builtin/show-branch.c:6549066msgid "show remote-tracking branches"9067msgstr ""90689069#: builtin/show-branch.c:6569070msgid "color '*!+-' corresponding to the branch"9071msgstr ""90729073#: builtin/show-branch.c:6589074msgid "show <n> more commits after the common ancestor"9075msgstr ""90769077#: builtin/show-branch.c:6609078msgid "synonym to more=-1"9079msgstr ""90809081#: builtin/show-branch.c:6619082msgid "suppress naming strings"9083msgstr ""90849085#: builtin/show-branch.c:6639086msgid "include the current branch"9087msgstr ""90889089#: builtin/show-branch.c:6659090msgid "name commits with their object names"9091msgstr ""90929093#: builtin/show-branch.c:6679094msgid "show possible merge bases"9095msgstr ""90969097#: builtin/show-branch.c:6699098msgid "show refs unreachable from any other ref"9099msgstr ""91009101#: builtin/show-branch.c:6719102msgid "show commits in topological order"9103msgstr ""91049105#: builtin/show-branch.c:6749106msgid "show only commits not on the first branch"9107msgstr ""91089109#: builtin/show-branch.c:6769110msgid "show merges reachable from only one tip"9111msgstr ""91129113#: builtin/show-branch.c:6789114msgid "topologically sort, maintaining date order where possible"9115msgstr ""91169117#: builtin/show-branch.c:6819118msgid "<n>[,<base>]"9119msgstr ""91209121#: builtin/show-branch.c:6829122msgid "show <n> most recent ref-log entries starting at base"9123msgstr ""91249125#: builtin/show-ref.c:109126msgid ""9127"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"9128"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"9129msgstr ""91309131#: builtin/show-ref.c:119132msgid "git show-ref --exclude-existing[=pattern] < ref-list"9133msgstr ""91349135#: builtin/show-ref.c:1689136msgid "only show tags (can be combined with heads)"9137msgstr ""91389139#: builtin/show-ref.c:1699140msgid "only show heads (can be combined with tags)"9141msgstr ""91429143#: builtin/show-ref.c:1709144msgid "stricter reference checking, requires exact ref path"9145msgstr ""91469147#: builtin/show-ref.c:173 builtin/show-ref.c:1759148msgid "show the HEAD reference, even if it would be filtered out"9149msgstr ""91509151#: builtin/show-ref.c:1779152msgid "dereference tags into object IDs"9153msgstr ""91549155#: builtin/show-ref.c:1799156msgid "only show SHA1 hash using <n> digits"9157msgstr ""91589159#: builtin/show-ref.c:1839160msgid "do not print results to stdout (useful with --verify)"9161msgstr ""91629163#: builtin/show-ref.c:1859164msgid "show refs from stdin that aren't in local repository"9165msgstr ""91669167#: builtin/symbolic-ref.c:79168msgid "git symbolic-ref [<options>] <name> [<ref>]"9169msgstr ""91709171#: builtin/symbolic-ref.c:89172msgid "git symbolic-ref -d [-q] <name>"9173msgstr ""91749175#: builtin/symbolic-ref.c:409176msgid "suppress error message for non-symbolic (detached) refs"9177msgstr ""91789179#: builtin/symbolic-ref.c:419180msgid "delete symbolic ref"9181msgstr ""91829183#: builtin/symbolic-ref.c:429184msgid "shorten ref output"9185msgstr ""91869187#: builtin/symbolic-ref.c:43 builtin/update-ref.c:3589188msgid "reason"9189msgstr ""91909191#: builtin/symbolic-ref.c:43 builtin/update-ref.c:3589192msgid "reason of the update"9193msgstr ""91949195#: builtin/tag.c:229196msgid ""9197"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "9198"[<head>]"9199msgstr ""92009201#: builtin/tag.c:239202msgid "git tag -d <tagname>..."9203msgstr ""92049205#: builtin/tag.c:249206msgid ""9207"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>]\n"9208"\t\t[<pattern>...]"9209msgstr ""92109211#: builtin/tag.c:269212msgid "git tag -v <tagname>..."9213msgstr ""92149215#: builtin/tag.c:699216#, c-format9217msgid "malformed object at '%s'"9218msgstr ""92199220#: builtin/tag.c:3019221#, c-format9222msgid "tag name too long: %.*s..."9223msgstr ""92249225#: builtin/tag.c:3069226#, c-format9227msgid "tag '%s' not found."9228msgstr ""92299230#: builtin/tag.c:3219231#, c-format9232msgid "Deleted tag '%s' (was %s)\n"9233msgstr ""92349235#: builtin/tag.c:3339236#, c-format9237msgid "could not verify the tag '%s'"9238msgstr ""92399240#: builtin/tag.c:3439241#, c-format9242msgid ""9243"\n"9244"Write a message for tag:\n"9245" %s\n"9246"Lines starting with '%c' will be ignored.\n"9247msgstr ""92489249#: builtin/tag.c:3479250#, c-format9251msgid ""9252"\n"9253"Write a message for tag:\n"9254" %s\n"9255"Lines starting with '%c' will be kept; you may remove them yourself if you "9256"want to.\n"9257msgstr ""92589259#: builtin/tag.c:3719260#, c-format9261msgid "unsupported sort specification '%s'"9262msgstr ""92639264#: builtin/tag.c:3739265#, c-format9266msgid "unsupported sort specification '%s' in variable '%s'"9267msgstr ""92689269#: builtin/tag.c:4289270msgid "unable to sign the tag"9271msgstr ""92729273#: builtin/tag.c:4309274msgid "unable to write tag file"9275msgstr ""92769277#: builtin/tag.c:4559278msgid "bad object type."9279msgstr ""92809281#: builtin/tag.c:4689282msgid "tag header too big."9283msgstr ""92849285#: builtin/tag.c:5049286msgid "no tag message?"9287msgstr ""92889289#: builtin/tag.c:5109290#, c-format9291msgid "The tag message has been left in %s\n"9292msgstr ""92939294#: builtin/tag.c:5599295msgid "switch 'points-at' requires an object"9296msgstr ""92979298#: builtin/tag.c:5619299#, c-format9300msgid "malformed object name '%s'"9301msgstr ""93029303#: builtin/tag.c:5899304msgid "list tag names"9305msgstr ""93069307#: builtin/tag.c:5919308msgid "print <n> lines of each tag message"9309msgstr ""93109311#: builtin/tag.c:5939312msgid "delete tags"9313msgstr ""93149315#: builtin/tag.c:5949316msgid "verify tags"9317msgstr ""93189319#: builtin/tag.c:5969320msgid "Tag creation options"9321msgstr ""93229323#: builtin/tag.c:5989324msgid "annotated tag, needs a message"9325msgstr ""93269327#: builtin/tag.c:6009328msgid "tag message"9329msgstr ""93309331#: builtin/tag.c:6029332msgid "annotated and GPG-signed tag"9333msgstr ""93349335#: builtin/tag.c:6069336msgid "use another key to sign the tag"9337msgstr ""93389339#: builtin/tag.c:6079340msgid "replace the tag if exists"9341msgstr ""93429343#: builtin/tag.c:6099344msgid "Tag listing options"9345msgstr ""93469347#: builtin/tag.c:6109348msgid "show tag list in columns"9349msgstr ""93509351#: builtin/tag.c:6129352msgid "sort tags"9353msgstr ""93549355#: builtin/tag.c:617 builtin/tag.c:6239356msgid "print only tags that contain the commit"9357msgstr ""93589359#: builtin/tag.c:6299360msgid "print only tags of the object"9361msgstr ""93629363#: builtin/tag.c:6559364msgid "--column and -n are incompatible"9365msgstr ""93669367#: builtin/tag.c:6679368msgid "--sort and -n are incompatible"9369msgstr ""93709371#: builtin/tag.c:6749372msgid "-n option is only allowed with -l."9373msgstr ""93749375#: builtin/tag.c:6769376msgid "--contains option is only allowed with -l."9377msgstr ""93789379#: builtin/tag.c:6789380msgid "--points-at option is only allowed with -l."9381msgstr ""93829383#: builtin/tag.c:6869384msgid "only one -F or -m option is allowed."9385msgstr ""93869387#: builtin/tag.c:7069388msgid "too many params"9389msgstr ""93909391#: builtin/tag.c:7129392#, c-format9393msgid "'%s' is not a valid tag name."9394msgstr ""93959396#: builtin/tag.c:7179397#, c-format9398msgid "tag '%s' already exists"9399msgstr ""94009401#: builtin/tag.c:7419402#, c-format9403msgid "Updated tag '%s' (was %s)\n"9404msgstr ""94059406#: builtin/unpack-objects.c:4899407msgid "Unpacking objects"9408msgstr ""94099410#: builtin/update-index.c:4039411msgid "git update-index [<options>] [--] [<file>...]"9412msgstr ""94139414#: builtin/update-index.c:7579415msgid "continue refresh even when index needs update"9416msgstr ""94179418#: builtin/update-index.c:7609419msgid "refresh: ignore submodules"9420msgstr ""94219422#: builtin/update-index.c:7639423msgid "do not ignore new files"9424msgstr ""94259426#: builtin/update-index.c:7659427msgid "let files replace directories and vice-versa"9428msgstr ""94299430#: builtin/update-index.c:7679431msgid "notice files missing from worktree"9432msgstr ""94339434#: builtin/update-index.c:7699435msgid "refresh even if index contains unmerged entries"9436msgstr ""94379438#: builtin/update-index.c:7729439msgid "refresh stat information"9440msgstr ""94419442#: builtin/update-index.c:7769443msgid "like --refresh, but ignore assume-unchanged setting"9444msgstr ""94459446#: builtin/update-index.c:7809447msgid "<mode>,<object>,<path>"9448msgstr ""94499450#: builtin/update-index.c:7819451msgid "add the specified entry to the index"9452msgstr ""94539454#: builtin/update-index.c:7859455msgid "(+/-)x"9456msgstr ""94579458#: builtin/update-index.c:7869459msgid "override the executable bit of the listed files"9460msgstr ""94619462#: builtin/update-index.c:7909463msgid "mark files as \"not changing\""9464msgstr ""94659466#: builtin/update-index.c:7939467msgid "clear assumed-unchanged bit"9468msgstr ""94699470#: builtin/update-index.c:7969471msgid "mark files as \"index-only\""9472msgstr ""94739474#: builtin/update-index.c:7999475msgid "clear skip-worktree bit"9476msgstr ""94779478#: builtin/update-index.c:8029479msgid "add to index only; do not add content to object database"9480msgstr ""94819482#: builtin/update-index.c:8049483msgid "remove named paths even if present in worktree"9484msgstr ""94859486#: builtin/update-index.c:8069487msgid "with --stdin: input lines are terminated by null bytes"9488msgstr ""94899490#: builtin/update-index.c:8089491msgid "read list of paths to be updated from standard input"9492msgstr ""94939494#: builtin/update-index.c:8129495msgid "add entries from standard input to the index"9496msgstr ""94979498#: builtin/update-index.c:8169499msgid "repopulate stages #2 and #3 for the listed paths"9500msgstr ""95019502#: builtin/update-index.c:8209503msgid "only update entries that differ from HEAD"9504msgstr ""95059506#: builtin/update-index.c:8249507msgid "ignore files missing from worktree"9508msgstr ""95099510#: builtin/update-index.c:8279511msgid "report actions to standard output"9512msgstr ""95139514#: builtin/update-index.c:8299515msgid "(for porcelains) forget saved unresolved conflicts"9516msgstr ""95179518#: builtin/update-index.c:8339519msgid "write index in this format"9520msgstr ""95219522#: builtin/update-index.c:8359523msgid "enable or disable split index"9524msgstr ""95259526#: builtin/update-ref.c:99527msgid "git update-ref [<options>] -d <refname> [<old-val>]"9528msgstr ""95299530#: builtin/update-ref.c:109531msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"9532msgstr ""95339534#: builtin/update-ref.c:119535msgid "git update-ref [<options>] --stdin [-z]"9536msgstr ""95379538#: builtin/update-ref.c:3599539msgid "delete the reference"9540msgstr ""95419542#: builtin/update-ref.c:3619543msgid "update <refname> not the one it points to"9544msgstr ""95459546#: builtin/update-ref.c:3629547msgid "stdin has NUL-terminated arguments"9548msgstr ""95499550#: builtin/update-ref.c:3639551msgid "read updates from stdin"9552msgstr ""95539554#: builtin/update-server-info.c:69555msgid "git update-server-info [--force]"9556msgstr ""95579558#: builtin/update-server-info.c:149559msgid "update the info files from scratch"9560msgstr ""95619562#: builtin/verify-commit.c:179563msgid "git verify-commit [-v | --verbose] <commit>..."9564msgstr ""95659566#: builtin/verify-commit.c:759567msgid "print commit contents"9568msgstr ""95699570#: builtin/verify-pack.c:549571msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."9572msgstr ""95739574#: builtin/verify-pack.c:649575msgid "verbose"9576msgstr ""95779578#: builtin/verify-pack.c:669579msgid "show statistics only"9580msgstr ""95819582#: builtin/verify-tag.c:179583msgid "git verify-tag [-v | --verbose] <tag>..."9584msgstr ""95859586#: builtin/verify-tag.c:739587msgid "print tag contents"9588msgstr ""95899590#: builtin/write-tree.c:139591msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"9592msgstr ""95939594#: builtin/write-tree.c:269595msgid "<prefix>/"9596msgstr ""95979598#: builtin/write-tree.c:279599msgid "write tree object for a subdirectory <prefix>"9600msgstr ""96019602#: builtin/write-tree.c:309603msgid "only useful for debugging"9604msgstr ""96059606#: credential-cache--daemon.c:2679607msgid "print debugging messages to stderr"9608msgstr ""96099610#: git.c:149611msgid ""9612"'git help -a' and 'git help -g' list available subcommands and some\n"9613"concept guides. See 'git help <command>' or 'git help <concept>'\n"9614"to read about a specific subcommand or concept."9615msgstr ""96169617#: common-cmds.h:89618msgid "Add file contents to the index"9619msgstr ""96209621#: common-cmds.h:99622msgid "Find by binary search the change that introduced a bug"9623msgstr ""96249625#: common-cmds.h:109626msgid "List, create, or delete branches"9627msgstr ""96289629#: common-cmds.h:119630msgid "Checkout a branch or paths to the working tree"9631msgstr ""96329633#: common-cmds.h:129634msgid "Clone a repository into a new directory"9635msgstr ""96369637#: common-cmds.h:139638msgid "Record changes to the repository"9639msgstr ""96409641#: common-cmds.h:149642msgid "Show changes between commits, commit and working tree, etc"9643msgstr ""96449645#: common-cmds.h:159646msgid "Download objects and refs from another repository"9647msgstr ""96489649#: common-cmds.h:169650msgid "Print lines matching a pattern"9651msgstr ""96529653#: common-cmds.h:179654msgid "Create an empty Git repository or reinitialize an existing one"9655msgstr ""96569657#: common-cmds.h:189658msgid "Show commit logs"9659msgstr ""96609661#: common-cmds.h:199662msgid "Join two or more development histories together"9663msgstr ""96649665#: common-cmds.h:209666msgid "Move or rename a file, a directory, or a symlink"9667msgstr ""96689669#: common-cmds.h:219670msgid "Fetch from and integrate with another repository or a local branch"9671msgstr ""96729673#: common-cmds.h:229674msgid "Update remote refs along with associated objects"9675msgstr ""96769677#: common-cmds.h:239678msgid "Forward-port local commits to the updated upstream head"9679msgstr ""96809681#: common-cmds.h:249682msgid "Reset current HEAD to the specified state"9683msgstr ""96849685#: common-cmds.h:259686msgid "Remove files from the working tree and from the index"9687msgstr ""96889689#: common-cmds.h:269690msgid "Show various types of objects"9691msgstr ""96929693#: common-cmds.h:279694msgid "Show the working tree status"9695msgstr ""96969697#: common-cmds.h:289698msgid "Create, list, delete or verify a tag object signed with GPG"9699msgstr ""97009701#: parse-options.h:1439702msgid "expiry-date"9703msgstr ""97049705#: parse-options.h:1589706msgid "no-op (backward compatibility)"9707msgstr ""97089709#: parse-options.h:2329710msgid "be more verbose"9711msgstr ""97129713#: parse-options.h:2349714msgid "be more quiet"9715msgstr ""97169717#: parse-options.h:2409718msgid "use <n> digits to display SHA-1s"9719msgstr ""97209721#: rerere.h:279722msgid "update the index with reused conflict resolution if possible"9723msgstr ""97249725#: git-am.sh:539726msgid "You need to set your committer info first"9727msgstr ""97289729#: git-am.sh:989730msgid ""9731"You seem to have moved HEAD since the last 'am' failure.\n"9732"Not rewinding to ORIG_HEAD"9733msgstr ""97349735#: git-am.sh:1089736#, sh-format9737msgid ""9738"When you have resolved this problem, run \"$cmdline --continue\".\n"9739"If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"9740"To restore the original branch and stop patching, run \"$cmdline --abort\"."9741msgstr ""97429743#: git-am.sh:1249744msgid "Cannot fall back to three-way merge."9745msgstr ""97469747#: git-am.sh:1409748msgid "Repository lacks necessary blobs to fall back on 3-way merge."9749msgstr ""97509751#: git-am.sh:1429752msgid "Using index info to reconstruct a base tree..."9753msgstr ""97549755#: git-am.sh:1579756msgid ""9757"Did you hand edit your patch?\n"9758"It does not apply to blobs recorded in its index."9759msgstr ""97609761#: git-am.sh:1669762msgid "Falling back to patching base and 3-way merge..."9763msgstr ""97649765#: git-am.sh:1829766msgid "Failed to merge in the changes."9767msgstr ""97689769#: git-am.sh:2779770msgid "Only one StGIT patch series can be applied at once"9771msgstr ""97729773#: git-am.sh:3649774#, sh-format9775msgid "Patch format $patch_format is not supported."9776msgstr ""97779778#: git-am.sh:3669779msgid "Patch format detection failed."9780msgstr ""97819782#: git-am.sh:3989783msgid ""9784"The -b/--binary option has been a no-op for long time, and\n"9785"it will be removed. Please do not use it anymore."9786msgstr ""97879788#: git-am.sh:4969789#, sh-format9790msgid "previous rebase directory $dotest still exists but mbox given."9791msgstr ""97929793#: git-am.sh:5019794msgid "Please make up your mind. --skip or --abort?"9795msgstr ""97969797#: git-am.sh:5379798#, sh-format9799msgid ""9800"Stray $dotest directory found.\n"9801"Use \"git am --abort\" to remove it."9802msgstr ""98039804#: git-am.sh:5459805msgid "Resolve operation not in progress, we are not resuming."9806msgstr ""98079808#: git-am.sh:6129809#, sh-format9810msgid "Dirty index: cannot apply patches (dirty: $files)"9811msgstr ""98129813#: git-am.sh:7229814#, sh-format9815msgid ""9816"Patch is empty. Was it split wrong?\n"9817"If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"9818"To restore the original branch and stop patching run \"$cmdline --abort\"."9819msgstr ""98209821#: git-am.sh:7499822msgid "Patch does not have a valid e-mail address."9823msgstr ""98249825#: git-am.sh:7969826msgid "cannot be interactive without stdin connected to a terminal."9827msgstr ""98289829#: git-am.sh:8009830msgid "Commit Body is:"9831msgstr ""98329833#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]9834#. in your translation. The program will only accept English9835#. input at this point.9836#: git-am.sh:8079837msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "9838msgstr ""98399840#: git-am.sh:8439841#, sh-format9842msgid "Applying: $FIRSTLINE"9843msgstr ""98449845#: git-am.sh:8649846msgid ""9847"No changes - did you forget to use 'git add'?\n"9848"If there is nothing left to stage, chances are that something else\n"9849"already introduced the same changes; you might want to skip this patch."9850msgstr ""98519852#: git-am.sh:8729853msgid ""9854"You still have unmerged paths in your index\n"9855"did you forget to use 'git add'?"9856msgstr ""98579858#: git-am.sh:8889859msgid "No changes -- Patch already applied."9860msgstr ""98619862#: git-am.sh:8989863#, sh-format9864msgid "Patch failed at $msgnum $FIRSTLINE"9865msgstr ""98669867#: git-am.sh:9019868#, sh-format9869msgid ""9870"The copy of the patch that failed is found in:\n"9871" $dotest/patch"9872msgstr ""98739874#: git-am.sh:9199875msgid "applying to an empty history"9876msgstr ""98779878#: git-bisect.sh:489879msgid "You need to start by \"git bisect start\""9880msgstr ""98819882#. TRANSLATORS: Make sure to include [Y] and [n] in your9883#. translation. The program will only accept English input9884#. at this point.9885#: git-bisect.sh:549886msgid "Do you want me to do it for you [Y/n]? "9887msgstr ""98889889#: git-bisect.sh:959890#, sh-format9891msgid "unrecognised option: '$arg'"9892msgstr ""98939894#: git-bisect.sh:999895#, sh-format9896msgid "'$arg' does not appear to be a valid revision"9897msgstr ""98989899#: git-bisect.sh:1179900msgid "Bad HEAD - I need a HEAD"9901msgstr ""99029903#: git-bisect.sh:1309904#, sh-format9905msgid ""9906"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."9907msgstr ""99089909#: git-bisect.sh:1409910msgid "won't bisect on cg-seek'ed tree"9911msgstr ""99129913#: git-bisect.sh:1449914msgid "Bad HEAD - strange symbolic ref"9915msgstr ""99169917#: git-bisect.sh:1899918#, sh-format9919msgid "Bad bisect_write argument: $state"9920msgstr ""99219922#: git-bisect.sh:2189923#, sh-format9924msgid "Bad rev input: $arg"9925msgstr ""99269927#: git-bisect.sh:2329928msgid "Please call 'bisect_state' with at least one argument."9929msgstr ""99309931#: git-bisect.sh:2449932#, sh-format9933msgid "Bad rev input: $rev"9934msgstr ""99359936#: git-bisect.sh:2539937msgid "'git bisect bad' can take only one argument."9938msgstr ""99399940#: git-bisect.sh:2769941msgid "Warning: bisecting only with a bad commit."9942msgstr ""99439944#. TRANSLATORS: Make sure to include [Y] and [n] in your9945#. translation. The program will only accept English input9946#. at this point.9947#: git-bisect.sh:2829948msgid "Are you sure [Y/n]? "9949msgstr ""99509951#: git-bisect.sh:2929952msgid ""9953"You need to give me at least one good and one bad revision.\n"9954"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"9955msgstr ""99569957#: git-bisect.sh:2959958msgid ""9959"You need to start by \"git bisect start\".\n"9960"You then need to give me at least one good and one bad revision.\n"9961"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"9962msgstr ""99639964#: git-bisect.sh:366 git-bisect.sh:4939965msgid "We are not bisecting."9966msgstr ""99679968#: git-bisect.sh:3739969#, sh-format9970msgid "'$invalid' is not a valid commit"9971msgstr ""99729973#: git-bisect.sh:3829974#, sh-format9975msgid ""9976"Could not check out original HEAD '$branch'.\n"9977"Try 'git bisect reset <commit>'."9978msgstr ""99799980#: git-bisect.sh:4099981msgid "No logfile given"9982msgstr ""99839984#: git-bisect.sh:4109985#, sh-format9986msgid "cannot read $file for replaying"9987msgstr ""99889989#: git-bisect.sh:4279990msgid "?? what are you talking about?"9991msgstr ""99929993#: git-bisect.sh:4399994#, sh-format9995msgid "running $command"9996msgstr ""99979998#: git-bisect.sh:4469999#, sh-format10000msgid ""10001"bisect run failed:\n"10002"exit code $res from '$command' is < 0 or >= 128"10003msgstr ""1000410005#: git-bisect.sh:47210006msgid "bisect run cannot continue any more"10007msgstr ""1000810009#: git-bisect.sh:47810010#, sh-format10011msgid ""10012"bisect run failed:\n"10013"'bisect_state $state' exited with error code $res"10014msgstr ""1001510016#: git-bisect.sh:48510017msgid "bisect run success"10018msgstr ""1001910020#: git-pull.sh:2110021msgid ""10022"Pull is not possible because you have unmerged files.\n"10023"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"10024"as appropriate to mark resolution and make a commit."10025msgstr ""1002610027#: git-pull.sh:2510028msgid "Pull is not possible because you have unmerged files."10029msgstr ""1003010031#: git-pull.sh:3110032msgid ""10033"You have not concluded your merge (MERGE_HEAD exists).\n"10034"Please, commit your changes before you can merge."10035msgstr ""1003610037#: git-pull.sh:24510038msgid "updating an unborn branch with changes added to the index"10039msgstr ""1004010041#: git-pull.sh:26910042#, sh-format10043msgid ""10044"Warning: fetch updated the current branch head.\n"10045"Warning: fast-forwarding your working tree from\n"10046"Warning: commit $orig_head."10047msgstr ""1004810049#: git-pull.sh:29410050msgid "Cannot merge multiple branches into empty head"10051msgstr ""1005210053#: git-pull.sh:29810054msgid "Cannot rebase onto multiple branches"10055msgstr ""1005610057#: git-rebase.sh:5710058msgid ""10059"When you have resolved this problem, run \"git rebase --continue\".\n"10060"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"10061"To check out the original branch and stop rebasing, run \"git rebase --abort"10062"\"."10063msgstr ""1006410065#: git-rebase.sh:16510066msgid "Applied autostash."10067msgstr ""1006810069#: git-rebase.sh:16810070#, sh-format10071msgid "Cannot store $stash_sha1"10072msgstr ""1007310074#: git-rebase.sh:16910075msgid ""10076"Applying autostash resulted in conflicts.\n"10077"Your changes are safe in the stash.\n"10078"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"10079msgstr ""1008010081#: git-rebase.sh:20810082msgid "The pre-rebase hook refused to rebase."10083msgstr ""1008410085#: git-rebase.sh:21310086msgid "It looks like git-am is in progress. Cannot rebase."10087msgstr ""1008810089#: git-rebase.sh:35110090msgid "The --exec option must be used with the --interactive option"10091msgstr ""1009210093#: git-rebase.sh:35610094msgid "No rebase in progress?"10095msgstr ""1009610097#: git-rebase.sh:36710098msgid "The --edit-todo action can only be used during interactive rebase."10099msgstr ""1010010101#: git-rebase.sh:37410102msgid "Cannot read HEAD"10103msgstr ""1010410105#: git-rebase.sh:37710106msgid ""10107"You must edit all merge conflicts and then\n"10108"mark them as resolved using git add"10109msgstr ""1011010111#: git-rebase.sh:39510112#, sh-format10113msgid "Could not move back to $head_name"10114msgstr ""1011510116#: git-rebase.sh:41410117#, sh-format10118msgid ""10119"It seems that there is already a $state_dir_base directory, and\n"10120"I wonder if you are in the middle of another rebase. If that is the\n"10121"case, please try\n"10122"\t$cmd_live_rebase\n"10123"If that is not the case, please\n"10124"\t$cmd_clear_stale_rebase\n"10125"and run me again. I am stopping in case you still have something\n"10126"valuable there."10127msgstr ""1012810129#: git-rebase.sh:46510130#, sh-format10131msgid "invalid upstream $upstream_name"10132msgstr ""1013310134#: git-rebase.sh:48910135#, sh-format10136msgid "$onto_name: there are more than one merge bases"10137msgstr ""1013810139#: git-rebase.sh:492 git-rebase.sh:49610140#, sh-format10141msgid "$onto_name: there is no merge base"10142msgstr ""1014310144#: git-rebase.sh:50110145#, sh-format10146msgid "Does not point to a valid commit: $onto_name"10147msgstr ""1014810149#: git-rebase.sh:52410150#, sh-format10151msgid "fatal: no such branch: $branch_name"10152msgstr ""1015310154#: git-rebase.sh:55710155msgid "Cannot autostash"10156msgstr ""1015710158#: git-rebase.sh:56210159#, sh-format10160msgid "Created autostash: $stash_abbrev"10161msgstr ""1016210163#: git-rebase.sh:56610164msgid "Please commit or stash them."10165msgstr ""1016610167#: git-rebase.sh:58610168#, sh-format10169msgid "Current branch $branch_name is up to date."10170msgstr ""1017110172#: git-rebase.sh:59010173#, sh-format10174msgid "Current branch $branch_name is up to date, rebase forced."10175msgstr ""1017610177#: git-rebase.sh:60110178#, sh-format10179msgid "Changes from $mb to $onto:"10180msgstr ""1018110182#: git-rebase.sh:61010183msgid "First, rewinding head to replay your work on top of it..."10184msgstr ""1018510186#: git-rebase.sh:62010187#, sh-format10188msgid "Fast-forwarded $branch_name to $onto_name."10189msgstr ""1019010191#: git-stash.sh:5110192msgid "git stash clear with parameters is unimplemented"10193msgstr ""1019410195#: git-stash.sh:7410196msgid "You do not have the initial commit yet"10197msgstr ""1019810199#: git-stash.sh:8910200msgid "Cannot save the current index state"10201msgstr ""1020210203#: git-stash.sh:124 git-stash.sh:13710204msgid "Cannot save the current worktree state"10205msgstr ""1020610207#: git-stash.sh:14110208msgid "No changes selected"10209msgstr ""1021010211#: git-stash.sh:14410212msgid "Cannot remove temporary index (can't happen)"10213msgstr ""1021410215#: git-stash.sh:15710216msgid "Cannot record working tree state"10217msgstr ""1021810219#: git-stash.sh:19110220#, sh-format10221msgid "Cannot update $ref_stash with $w_commit"10222msgstr ""1022310224#. TRANSLATORS: $option is an invalid option, like10225#. `--blah-blah'. The 7 spaces at the beginning of the10226#. second line correspond to "error: ". So you should line10227#. up the second line with however many characters the10228#. translation of "error: " takes in your language. E.g. in10229#. English this is:10230#.10231#. $ git stash save --blah-blah 2>&1 | head -n 210232#. error: unknown option for 'stash save': --blah-blah10233#. To provide a message, use git stash save -- '--blah-blah'10234#: git-stash.sh:23810235#, sh-format10236msgid ""10237"error: unknown option for 'stash save': $option\n"10238" To provide a message, use git stash save -- '$option'"10239msgstr ""1024010241#: git-stash.sh:25910242msgid "No local changes to save"10243msgstr ""1024410245#: git-stash.sh:26310246msgid "Cannot initialize stash"10247msgstr ""1024810249#: git-stash.sh:26710250msgid "Cannot save the current status"10251msgstr ""1025210253#: git-stash.sh:28510254msgid "Cannot remove worktree changes"10255msgstr ""1025610257#: git-stash.sh:38410258msgid "No stash found."10259msgstr ""1026010261#: git-stash.sh:39110262#, sh-format10263msgid "Too many revisions specified: $REV"10264msgstr ""1026510266#: git-stash.sh:39710267#, sh-format10268msgid "$reference is not a valid reference"10269msgstr ""1027010271#: git-stash.sh:42510272#, sh-format10273msgid "'$args' is not a stash-like commit"10274msgstr ""1027510276#: git-stash.sh:43610277#, sh-format10278msgid "'$args' is not a stash reference"10279msgstr ""1028010281#: git-stash.sh:44410282msgid "unable to refresh index"10283msgstr ""1028410285#: git-stash.sh:44810286msgid "Cannot apply a stash in the middle of a merge"10287msgstr ""1028810289#: git-stash.sh:45610290msgid "Conflicts in index. Try without --index."10291msgstr ""1029210293#: git-stash.sh:45810294msgid "Could not save index tree"10295msgstr ""1029610297#: git-stash.sh:49210298msgid "Cannot unstage modified files"10299msgstr ""1030010301#: git-stash.sh:50710302msgid "Index was not unstashed."10303msgstr ""1030410305#: git-stash.sh:53010306#, sh-format10307msgid "Dropped ${REV} ($s)"10308msgstr ""1030910310#: git-stash.sh:53110311#, sh-format10312msgid "${REV}: Could not drop stash entry"10313msgstr ""1031410315#: git-stash.sh:53910316msgid "No branch name specified"10317msgstr ""1031810319#: git-stash.sh:61110320msgid "(To restore them type \"git stash apply\")"10321msgstr ""1032210323#: git-submodule.sh:9510324#, sh-format10325msgid "cannot strip one component off url '$remoteurl'"10326msgstr ""1032710328#: git-submodule.sh:23710329#, sh-format10330msgid "No submodule mapping found in .gitmodules for path '$sm_path'"10331msgstr ""1033210333#: git-submodule.sh:28710334#, sh-format10335msgid "Clone of '$url' into submodule path '$sm_path' failed"10336msgstr ""1033710338#: git-submodule.sh:29610339#, sh-format10340msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"10341msgstr ""1034210343#: git-submodule.sh:40610344msgid "Relative path can only be used from the toplevel of the working tree"10345msgstr ""1034610347#: git-submodule.sh:41610348#, sh-format10349msgid "repo URL: '$repo' must be absolute or begin with ./|../"10350msgstr ""1035110352#: git-submodule.sh:43310353#, sh-format10354msgid "'$sm_path' already exists in the index"10355msgstr ""1035610357#: git-submodule.sh:43710358#, sh-format10359msgid ""10360"The following path is ignored by one of your .gitignore files:\n"10361"$sm_path\n"10362"Use -f if you really want to add it."10363msgstr ""1036410365#: git-submodule.sh:45510366#, sh-format10367msgid "Adding existing repo at '$sm_path' to the index"10368msgstr ""1036910370#: git-submodule.sh:45710371#, sh-format10372msgid "'$sm_path' already exists and is not a valid git repo"10373msgstr ""1037410375#: git-submodule.sh:46510376#, sh-format10377msgid "A git directory for '$sm_name' is found locally with remote(s):"10378msgstr ""1037910380#: git-submodule.sh:46710381#, sh-format10382msgid ""10383"If you want to reuse this local git directory instead of cloning again from"10384msgstr ""1038510386#: git-submodule.sh:46910387#, sh-format10388msgid ""10389"use the '--force' option. If the local git directory is not the correct repo"10390msgstr ""1039110392#: git-submodule.sh:47010393#, sh-format10394msgid ""10395"or you are unsure what this means choose another name with the '--name' "10396"option."10397msgstr ""1039810399#: git-submodule.sh:47210400#, sh-format10401msgid "Reactivating local git directory for submodule '$sm_name'."10402msgstr ""1040310404#: git-submodule.sh:48410405#, sh-format10406msgid "Unable to checkout submodule '$sm_path'"10407msgstr ""1040810409#: git-submodule.sh:48910410#, sh-format10411msgid "Failed to add submodule '$sm_path'"10412msgstr ""1041310414#: git-submodule.sh:49810415#, sh-format10416msgid "Failed to register submodule '$sm_path'"10417msgstr ""1041810419#: git-submodule.sh:54210420#, sh-format10421msgid "Entering '$prefix$displaypath'"10422msgstr ""1042310424#: git-submodule.sh:56210425#, sh-format10426msgid "Stopping at '$prefix$displaypath'; script returned non-zero status."10427msgstr ""1042810429#: git-submodule.sh:60810430#, sh-format10431msgid "No url found for submodule path '$displaypath' in .gitmodules"10432msgstr ""1043310434#: git-submodule.sh:61710435#, sh-format10436msgid "Failed to register url for submodule path '$displaypath'"10437msgstr ""1043810439#: git-submodule.sh:61910440#, sh-format10441msgid "Submodule '$name' ($url) registered for path '$displaypath'"10442msgstr ""1044310444#: git-submodule.sh:63610445#, sh-format10446msgid "Failed to register update mode for submodule path '$displaypath'"10447msgstr ""1044810449#: git-submodule.sh:67410450#, sh-format10451msgid "Use '.' if you really want to deinitialize all submodules"10452msgstr ""1045310454#: git-submodule.sh:69110455#, sh-format10456msgid "Submodule work tree '$displaypath' contains a .git directory"10457msgstr ""1045810459#: git-submodule.sh:69210460#, sh-format10461msgid ""10462"(use 'rm -rf' if you really want to remove it including all of its history)"10463msgstr ""1046410465#: git-submodule.sh:69810466#, sh-format10467msgid ""10468"Submodule work tree '$displaypath' contains local modifications; use '-f' to "10469"discard them"10470msgstr ""1047110472#: git-submodule.sh:70110473#, sh-format10474msgid "Cleared directory '$displaypath'"10475msgstr ""1047610477#: git-submodule.sh:70210478#, sh-format10479msgid "Could not remove submodule work tree '$displaypath'"10480msgstr ""1048110482#: git-submodule.sh:70510483#, sh-format10484msgid "Could not create empty submodule directory '$displaypath'"10485msgstr ""1048610487#: git-submodule.sh:71410488#, sh-format10489msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"10490msgstr ""1049110492#: git-submodule.sh:83010493#, sh-format10494msgid ""10495"Submodule path '$displaypath' not initialized\n"10496"Maybe you want to use 'update --init'?"10497msgstr ""1049810499#: git-submodule.sh:84310500#, sh-format10501msgid "Unable to find current revision in submodule path '$displaypath'"10502msgstr ""1050310504#: git-submodule.sh:85210505#, sh-format10506msgid "Unable to fetch in submodule path '$sm_path'"10507msgstr ""1050810509#: git-submodule.sh:87610510#, sh-format10511msgid "Unable to fetch in submodule path '$displaypath'"10512msgstr ""1051310514#: git-submodule.sh:89010515#, sh-format10516msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"10517msgstr ""1051810519#: git-submodule.sh:89110520#, sh-format10521msgid "Submodule path '$displaypath': checked out '$sha1'"10522msgstr ""1052310524#: git-submodule.sh:89510525#, sh-format10526msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"10527msgstr ""1052810529#: git-submodule.sh:89610530#, sh-format10531msgid "Submodule path '$displaypath': rebased into '$sha1'"10532msgstr ""1053310534#: git-submodule.sh:90110535#, sh-format10536msgid "Unable to merge '$sha1' in submodule path '$displaypath'"10537msgstr ""1053810539#: git-submodule.sh:90210540#, sh-format10541msgid "Submodule path '$displaypath': merged in '$sha1'"10542msgstr ""1054310544#: git-submodule.sh:90710545#, sh-format10546msgid ""10547"Execution of '$command $sha1' failed in submodule path '$prefix$sm_path'"10548msgstr ""1054910550#: git-submodule.sh:90810551#, sh-format10552msgid "Submodule path '$prefix$sm_path': '$command $sha1'"10553msgstr ""1055410555#: git-submodule.sh:93810556#, sh-format10557msgid "Failed to recurse into submodule path '$displaypath'"10558msgstr ""1055910560#: git-submodule.sh:104610561msgid "The --cached option cannot be used with the --files option"10562msgstr ""1056310564#: git-submodule.sh:109810565#, sh-format10566msgid "unexpected mode $mod_dst"10567msgstr ""1056810569#: git-submodule.sh:111810570#, sh-format10571msgid " Warn: $display_name doesn't contain commit $sha1_src"10572msgstr ""1057310574#: git-submodule.sh:112110575#, sh-format10576msgid " Warn: $display_name doesn't contain commit $sha1_dst"10577msgstr ""1057810579#: git-submodule.sh:112410580#, sh-format10581msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"10582msgstr ""1058310584#: git-submodule.sh:114910585msgid "blob"10586msgstr ""1058710588#: git-submodule.sh:126710589#, sh-format10590msgid "Failed to recurse into submodule path '$sm_path'"10591msgstr ""1059210593#: git-submodule.sh:133110594#, sh-format10595msgid "Synchronizing submodule url for '$displaypath'"10596msgstr ""